-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 05, 2026 at 08:52 PM
-- Server version: 10.6.25-MariaDB
-- PHP Version: 8.4.18

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `abt90iranbet_wp`
--

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(93, 'action_scheduler/migration_hook', 'failed', '2024-05-06 22:53:08', '2024-05-06 22:53:08', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1715035988;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1715035988;}', 2, 1, '2024-05-06 22:53:33', '2024-05-07 02:23:33', 0, NULL),
(5571, 'rocket_rucss_job_check_status', 'complete', '2026-03-03 13:03:23', '2026-03-03 13:03:23', '[124]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2026-03-03 23:16:35', '2026-03-04 02:46:35', 0, NULL),
(5572, 'rocket_rucss_job_check_status', 'pending', '2026-03-03 23:16:35', '2026-03-03 23:16:35', '[124]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL);

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

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

INSERT INTO `wp_actionscheduler_claims` (`claim_id`, `date_created_gmt`) VALUES
(34, '2024-05-06 23:14:41');

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'rocket-preload'),
(2, 'action-scheduler-migration'),
(3, 'rocket-rucss');

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

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(19, 93, 'action created', '2024-05-06 22:52:08', '2024-05-06 22:52:08'),
(20, 93, 'action started via WP Cron', '2024-05-06 22:53:33', '2024-05-06 22:53:33'),
(21, 93, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-05-06 22:53:33', '2024-05-06 22:53:33'),
(16453, 5571, 'action created', '2026-03-03 13:03:23', '2026-03-03 13:03:23'),
(16454, 5571, 'action started via WP Cron', '2026-03-03 23:16:34', '2026-03-03 23:16:34'),
(16455, 5571, 'action complete via WP Cron', '2026-03-03 23:16:35', '2026-03-03 23:16:35'),
(16456, 5572, 'action created', '2026-03-03 23:16:35', '2026-03-03 23:16:35');

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

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(6, 3, 'akismet_result', 'true'),
(7, 3, 'akismet_history', 'a:2:{s:4:\"time\";d:1772581896.629373073577880859375;s:5:\"event\";s:10:\"check-spam\";}'),
(8, 3, 'akismet_as_submitted', 'a:15:{s:14:\"comment_author\";s:6:\"333985\";s:20:\"comment_author_email\";s:17:\"333985@333985.com\";s:18:\"comment_author_url\";s:19:\"https://333985.com/\";s:15:\"comment_content\";s:38:\"每天都在战争，希望2026和平.\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"23.95.128.135\";s:13:\"comment_agent\";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:7:\"user_ip\";s:13:\"23.95.128.135\";s:10:\"user_agent\";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:4:\"blog\";s:20:\"http://abt90iran.bet\";s:9:\"blog_lang\";s:5:\"fa_IR\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"https://abt90iran.bet/abt90-%d9%88%d8%b1%d9%88%d8%af/\";}'),
(9, 3, 'akismet_pro_tip', 'discard'),
(10, 3, 'akismet_guid', '62de0a5281d91a8feb330a26bed037b7');

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

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(3, 76, '333985', '333985@333985.com', 'https://333985.com/', '23.95.128.135', '2026-03-04 03:21:36', '2026-03-03 23:51:36', '每天都在战争，希望2026和平.', 0, 'spam', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'comment', 0, 0);

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

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://abt90iran.bet', 'yes'),
(2, 'home', 'http://abt90iran.bet', 'yes'),
(3, 'blogname', 'ای بی تی 90', 'yes'),
(4, 'blogdescription', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'mrrobotleo@gmail.com', 'yes'),
(7, 'start_of_week', '6', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:256:{s:13:\"tdc-review/?$\";s:30:\"index.php?post_type=tdc-review\";s:43:\"tdc-review/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=tdc-review&feed=$matches[1]\";s:38:\"tdc-review/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=tdc-review&feed=$matches[1]\";s:30:\"tdc-review/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=tdc-review&paged=$matches[1]\";s:38:\"^yoast-index-now-([a-zA-Z0-9-]+)\\.txt$\";s:41:\"index.php?yoast_index_now_key=$matches[1]\";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:49:\"(education)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:32:\"(education)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:14:\"(education)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:51:\"(abt-enfejar)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:34:\"(abt-enfejar)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:16:\"(abt-enfejar)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:45:\"(games)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(games)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"(games)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:45:\"(bonus)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(bonus)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"(bonus)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:46:\"(signup)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:29:\"(signup)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:11:\"(signup)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"(apps)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:27:\"(apps)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:9:\"(apps)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(abt90-no-vpn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(abt90-no-vpn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(abt90-no-vpn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:113:\"(%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:96:\"(%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:78:\"(%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:113:\"(%D8%AF%D8%B3%D8%AA%D9%87%D8%A8%D9%86%D8%AF%DB%8C-%D9%86%D8%B4%D8%AF%D9%87)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:96:\"(%D8%AF%D8%B3%D8%AA%D9%87%D8%A8%D9%86%D8%AF%DB%8C-%D9%86%D8%B4%D8%AF%D9%87)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:78:\"(%D8%AF%D8%B3%D8%AA%D9%87%D8%A8%D9%86%D8%AF%DB%8C-%D9%86%D8%B4%D8%AF%D9%87)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:47:\"(deposit)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:30:\"(deposit)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:12:\"(deposit)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.+)$\";s:45:\"index.php?wpseo_category_redirect=$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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tdc-review/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tdc-review/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tdc-review/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tdc-review/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tdc-review/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tdc-review/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tdc-review/([^/]+)/embed/?$\";s:43:\"index.php?tdc-review=$matches[1]&embed=true\";s:31:\"tdc-review/([^/]+)/trackback/?$\";s:37:\"index.php?tdc-review=$matches[1]&tb=1\";s:51:\"tdc-review/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?tdc-review=$matches[1]&feed=$matches[2]\";s:46:\"tdc-review/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?tdc-review=$matches[1]&feed=$matches[2]\";s:39:\"tdc-review/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?tdc-review=$matches[1]&paged=$matches[2]\";s:46:\"tdc-review/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?tdc-review=$matches[1]&cpage=$matches[2]\";s:35:\"tdc-review/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?tdc-review=$matches[1]&page=$matches[2]\";s:27:\"tdc-review/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tdc-review/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tdc-review/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tdc-review/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tdc-review/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tdc-review/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"tdc-review-criteria/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?tdc-review-criteria=$matches[1]&feed=$matches[2]\";s:55:\"tdc-review-criteria/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?tdc-review-criteria=$matches[1]&feed=$matches[2]\";s:36:\"tdc-review-criteria/([^/]+)/embed/?$\";s:52:\"index.php?tdc-review-criteria=$matches[1]&embed=true\";s:48:\"tdc-review-criteria/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?tdc-review-criteria=$matches[1]&paged=$matches[2]\";s:30:\"tdc-review-criteria/([^/]+)/?$\";s:41:\"index.php?tdc-review-criteria=$matches[1]\";s:44:\"tdc-review-email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"tdc-review-email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"tdc-review-email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tdc-review-email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tdc-review-email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"tdc-review-email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"tdc-review-email/([^/]+)/embed/?$\";s:49:\"index.php?tdc-review-email=$matches[1]&embed=true\";s:37:\"tdc-review-email/([^/]+)/trackback/?$\";s:43:\"index.php?tdc-review-email=$matches[1]&tb=1\";s:45:\"tdc-review-email/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tdc-review-email=$matches[1]&paged=$matches[2]\";s:52:\"tdc-review-email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?tdc-review-email=$matches[1]&cpage=$matches[2]\";s:41:\"tdc-review-email/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?tdc-review-email=$matches[1]&page=$matches[2]\";s:33:\"tdc-review-email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"tdc-review-email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"tdc-review-email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tdc-review-email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tdc-review-email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"tdc-review-email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"amp_validated_url/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"amp_validated_url/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"amp_validated_url/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amp_validated_url/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amp_validated_url/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"amp_validated_url/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"amp_validated_url/([^/]+)/embed/?$\";s:50:\"index.php?amp_validated_url=$matches[1]&embed=true\";s:38:\"amp_validated_url/([^/]+)/trackback/?$\";s:44:\"index.php?amp_validated_url=$matches[1]&tb=1\";s:46:\"amp_validated_url/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?amp_validated_url=$matches[1]&paged=$matches[2]\";s:53:\"amp_validated_url/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?amp_validated_url=$matches[1]&cpage=$matches[2]\";s:42:\"amp_validated_url/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?amp_validated_url=$matches[1]&page=$matches[2]\";s:34:\"amp_validated_url/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"amp_validated_url/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"amp_validated_url/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amp_validated_url/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amp_validated_url/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"amp_validated_url/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"amp_validation_error/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?amp_validation_error=$matches[1]&feed=$matches[2]\";s:56:\"amp_validation_error/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?amp_validation_error=$matches[1]&feed=$matches[2]\";s:37:\"amp_validation_error/([^/]+)/embed/?$\";s:53:\"index.php?amp_validation_error=$matches[1]&embed=true\";s:49:\"amp_validation_error/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?amp_validation_error=$matches[1]&paged=$matches[2]\";s:31:\"amp_validation_error/([^/]+)/?$\";s:42:\"index.php?amp_validation_error=$matches[1]\";s:39:\"prp_reviews/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"prp_reviews/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"prp_reviews/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"prp_reviews/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"prp_reviews/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"prp_reviews/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"prp_reviews/([^/]+)/embed/?$\";s:44:\"index.php?prp_reviews=$matches[1]&embed=true\";s:32:\"prp_reviews/([^/]+)/trackback/?$\";s:38:\"index.php?prp_reviews=$matches[1]&tb=1\";s:40:\"prp_reviews/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?prp_reviews=$matches[1]&paged=$matches[2]\";s:47:\"prp_reviews/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?prp_reviews=$matches[1]&cpage=$matches[2]\";s:36:\"prp_reviews/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?prp_reviews=$matches[1]&page=$matches[2]\";s:28:\"prp_reviews/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"prp_reviews/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"prp_reviews/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"prp_reviews/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"prp_reviews/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"prp_reviews/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"prp_lists/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?prp_reviews_tax=$matches[1]&feed=$matches[2]\";s:45:\"prp_lists/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?prp_reviews_tax=$matches[1]&feed=$matches[2]\";s:26:\"prp_lists/([^/]+)/embed/?$\";s:48:\"index.php?prp_reviews_tax=$matches[1]&embed=true\";s:38:\"prp_lists/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?prp_reviews_tax=$matches[1]&paged=$matches[2]\";s:20:\"prp_lists/([^/]+)/?$\";s:37:\"index.php?prp_reviews_tax=$matches[1]\";s:45:\"prp_review_tables/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"prp_review_tables/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"prp_review_tables/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"prp_review_tables/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"prp_review_tables/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"prp_review_tables/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"prp_review_tables/([^/]+)/embed/?$\";s:50:\"index.php?prp_review_tables=$matches[1]&embed=true\";s:38:\"prp_review_tables/([^/]+)/trackback/?$\";s:44:\"index.php?prp_review_tables=$matches[1]&tb=1\";s:46:\"prp_review_tables/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?prp_review_tables=$matches[1]&paged=$matches[2]\";s:53:\"prp_review_tables/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?prp_review_tables=$matches[1]&cpage=$matches[2]\";s:42:\"prp_review_tables/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?prp_review_tables=$matches[1]&page=$matches[2]\";s:34:\"prp_review_tables/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"prp_review_tables/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"prp_review_tables/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"prp_review_tables/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"prp_review_tables/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"prp_review_tables/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"tdb_templates/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"tdb_templates/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"tdb_templates/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"tdb_templates/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"tdb_templates/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"tdb_templates/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"tdb_templates/(.+?)/embed/?$\";s:46:\"index.php?tdb_templates=$matches[1]&embed=true\";s:32:\"tdb_templates/(.+?)/trackback/?$\";s:40:\"index.php?tdb_templates=$matches[1]&tb=1\";s:40:\"tdb_templates/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?tdb_templates=$matches[1]&paged=$matches[2]\";s:47:\"tdb_templates/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?tdb_templates=$matches[1]&cpage=$matches[2]\";s:36:\"tdb_templates/(.+?)(?:/([0-9]+))?/?$\";s:52:\"index.php?tdb_templates=$matches[1]&page=$matches[2]\";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:24:\"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:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=33&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:21:{i:0;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:11:\"amp/amp.php\";i:3;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:25:\"kk-star-ratings/index.php\";i:6;s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";i:7;s:27:\"poka-review/poka-review.php\";i:8;s:37:\"td-cloud-library/td-cloud-library.php\";i:9;s:27:\"td-composer/td-composer.php\";i:10;s:31:\"td-newsletter/td-newsletter.php\";i:11;s:39:\"td-social-counter/td-social-counter.php\";i:12;s:37:\"td-standard-pack/td-standard-pack.php\";i:13;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:14;s:27:\"updraftplus/updraftplus.php\";i:15;s:23:\"wordfence/wordfence.php\";i:16;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:17;s:24:\"wordpress-seo/wp-seo.php\";i:18;s:23:\"wp-rocket/wp-rocket.php\";i:19;s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";i:20;s:33:\"wps-hide-login/wps-hide-login.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '3.5', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'Newspaper', 'yes'),
(41, 'stylesheet', 'Newspaper', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'author', 'yes'),
(46, 'db_version', '60421', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '33', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1743053748', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'wp_attachment_pages_enabled', '0', 'yes'),
(100, 'initial_db_version', '56657', 'yes'),
(101, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{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:20:\"wpseo_manage_options\";b:1;s:22:\"wpseo_manage_redirects\";b:1;s:21:\"rocket_manage_options\";b:1;s:18:\"rocket_purge_cache\";b:1;s:18:\"rocket_purge_posts\";b:1;s:18:\"rocket_purge_terms\";b:1;s:18:\"rocket_purge_users\";b:1;s:29:\"rocket_purge_cloudflare_cache\";b:1;s:25:\"rocket_purge_sucuri_cache\";b:1;s:20:\"rocket_preload_cache\";b:1;s:30:\"rocket_regenerate_critical_css\";b:1;s:24:\"rocket_remove_unused_css\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:39:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}}', 'yes'),
(102, 'fresh_site', '0', 'off'),
(103, 'WPLANG', 'fa_IR', 'yes'),
(104, 'user_count', '2', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:170:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>نوشته‌های تازه</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:242:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>آخرین دیدگاه‌ها</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:159:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>بایگانی‌ها</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:155:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>دسته‌ها</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";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:10:\"td-default\";a:1:{i:0;s:13:\"custom_html-2\";}s:11:\"td-footer-1\";a:0:{}s:11:\"td-footer-2\";a:0:{}s:11:\"td-footer-3\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(107, 'cron', 'a:35:{i:1772579796;a:1:{s:33:\"rocket_database_optimization_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:42:\"rocket_database_optimization_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1772579806;a:1:{s:15:\"wf_scan_monitor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:24:\"wf_scan_monitor_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1772579808;a:1:{s:32:\"action_scheduler_run_queue_rucss\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1772579815;a:4:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}s:25:\"rocket_rucss_pending_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:25:\"rocket_rucss_pending_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:27:\"rocket_rucss_on_submit_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:27:\"rocket_rucss_on_submit_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:30:\"rocket_preload_process_pending\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"rocket_preload_process_pending\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1772580367;a:1:{s:31:\"amp_validated_url_stylesheet_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1772580595;a:1:{s:21:\"td_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"3hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10800;}}}i:1772581235;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:1772581873;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1772582091;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772584146;a:1:{s:35:\"wordfence_batchReportFailedAttempts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1772595626;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772595635;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772595670;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:1772600462;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:1772622972;a:1:{s:37:\"rocket_preload_revert_old_failed_rows\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:29:\"rocket_revert_old_failed_rows\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772630932;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772638835;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:1772638870;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:1772638871;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:1772641564;a:2:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772641565;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772641567;a:2:{s:33:\"amp_monitor_css_transient_caching\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:22:\"amp_validation_data_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772641884;a:1:{s:19:\"td_clear_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:1772664678;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772666112;a:1:{s:39:\"rocket_database_optimization_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772726465;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"cdcc45b3bf0f2477a65d00338af36264\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1772726465;}}}}i:1772838878;a:1:{s:31:\"rocket_remove_rucss_failed_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:31:\"rocket_remove_rucss_failed_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1772984436;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:1772985665;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"ffd47d610c9e7a69f11d4eb9b9b1fea9\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1772985665;}}}}i:1773059400;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1773070835;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;}}}i:1773096668;a:1:{s:27:\"rocket_update_dynamic_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773097268;a:1:{s:36:\"rocket_preload_clean_rows_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773098078;a:1:{s:34:\"rocket_rucss_clean_rows_time_event\";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'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(121, 'widget_custom_html', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:12555:\"<style>\r\n    .hidden-link {\r\n        display: none;\r\n    }\r\n</style>\r\n<a class=\"hidden-link\" href=\"https://digishart.net/\" rel=\"follow\">سایت های شرط بندی فارسی</a>\r\n<a class=\"hidden-link\" href=\"https://shartbandi.game/\" rel=\"follow\">سایت bet</a>\r\n<a class=\"hidden-link\" href=\"https://pinbahiskade.com/\" rel=\"follow\">پین باهیس بت</a>\r\n<a class=\"hidden-link\" href=\"https://enfejkade.com/\" rel=\"follow\">سایت انفجار 100 هزار تومانی</a>\r\n<a class=\"hidden-link\" href=\"https://yakhbet.com/\" rel=\"follow\">سایت های بت خارجی معتبر</a>\r\n<a class=\"hidden-link\" href=\"https://khalsebet.com/\" rel=\"follow\">بهترین سایت بت خارجی</a>\r\n<a class=\"hidden-link\" href=\"https://megavarzesh.vip/\" rel=\"follow\">نقل و انتقالات لیگ برتر مگاورزش</a>\r\n<a class=\"hidden-link\" href=\"https://jetbetkade.com/\" rel=\"follow\">سایت جت بت</a>\r\n<a class=\"hidden-link\" href=\"https://betbartar.com/\" rel=\"follow\">فوتبال برتر</a>\r\n<a class=\"hidden-link\" href=\"https://betforwardkade.com/\" rel=\"follow\">بتفروارد</a>\r\n<a class=\"hidden-link\" href=\"https://takbetkade.com/\" rel=\"follow\">اتکبت</a>\r\n<a class=\"hidden-link\" href=\"https://melbetkade.com/\" rel=\"follow\">سایت ملبت فارسی</a>\r\n<a class=\"hidden-link\" href=\"https://pokerkade.online/\" rel=\"follow\">بهترین سایت پوکر ایرانی</a>\r\n<a class=\"hidden-link\" href=\"https://yekiran.com/\" rel=\"follow\">بزرگترین سایت شرط بندی فوتبال جهان</a>\r\n<a class=\"hidden-link\" href=\"https://enfejarjet.com/\" rel=\"follow\">سایت خارجی بازی انفجار</a>\r\n<a class=\"hidden-link\" href=\"https://leaguejazire.com/\" rel=\"follow\">لیگ جزیره انگلیس اخبار</a>\r\n<a class=\"hidden-link\" href=\"https://tractor11.com/\" rel=\"follow\">اخبار تراکتور سازی تبریز</a>\r\n<a class=\"hidden-link\" href=\"https://realmadridiran.news/\" rel=\"follow\">خبر های فوری رئال مادرید</a>\r\n<a class=\"hidden-link\" href=\"https://ritzobet1.com/\" rel=\"follow\">مجله ریتزو بت</a>\r\n<a class=\"hidden-link\" href=\"https://onjabet1.com/\" rel=\"follow\">سایت اونجا بت</a>\r\n<a class=\"hidden-link\" href=\"https://1xborokade.com/\" rel=\"follow\">وان ایکس</a>\r\n<a class=\"hidden-link\" href=\"https://megaparikade.com/\" rel=\"follow\">مگاپاری بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://iran1x.bet/\" rel=\"follow\">وان ایکسبت</a>\r\n<a class=\"hidden-link\" href=\"https://enfejarkade.online/\" rel=\"follow\">سایت انفجار با شارژ کم</a>\r\n<a class=\"hidden-link\" href=\"https://tinybetkade.com/\" rel=\"follow\">تاینی بت vip</a>\r\n<a class=\"hidden-link\" href=\"https://winenfejar.com/\" rel=\"follow\">دانلود بازی انفجار پولی با لینک مستقیم</a>\r\n<a class=\"hidden-link\" href=\"https://kosbet.bet/\" rel=\"follow\">سایت پیشبینی فوتبال بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://pornbet.bet/\" rel=\"follow\">سایت شرط بندی خارجی برای ایرانیان</a>\r\n<a class=\"hidden-link\" href=\"https://betbazi.net/\" rel=\"follow\">بت بازی</a>\r\n<a class=\"hidden-link\" href=\"https://betwinner.cash/\" rel=\"follow\">بت وینر</a>\r\n<a class=\"hidden-link\" href=\"https://shartland.com/\" rel=\"follow\">شرط لند</a>\r\n<a class=\"hidden-link\" href=\"https://betmilyard.com/\" rel=\"follow\">شرتبندی</a>\r\n<a class=\"hidden-link\" href=\"https://bcgame90.com/\" rel=\"follow\">بی سی گیم بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://biagameskade.com/\" rel=\"follow\">بیاگیمز</a>\r\n<a class=\"hidden-link\" href=\"https://bio90.football/\" rel=\"follow\">بیوگرافی فوتبالی بازیکنان داخلی و خارجی بیو 90</a>\r\n<a class=\"hidden-link\" href=\"https://varzeshkade.com/\" rel=\"follow\">ورزش کده</a>\r\n<a class=\"hidden-link\" href=\"https://photo-football.com/\" rel=\"follow\">عکس های فوتبالی جدید</a>\r\n<a class=\"hidden-link\" href=\"https://jam-jahani.com/\" rel=\"follow\">جدید ترین خبر های جام جهانی فوتبال جهان</a>\r\n<a class=\"hidden-link\" href=\"https://manchester-united-iran.com/\" rel=\"follow\">اخبار منچستر یونایتد</a>\r\n<a class=\"hidden-link\" href=\"https://yekbetkade.com/\" rel=\"follow\">یک بت یک</a>\r\n<a class=\"hidden-link\" href=\"https://rocketbet.pro/\" rel=\"follow\">آدرس جدید یکبت</a>\r\n<a class=\"hidden-link\" href=\"https://betyek.net/\" rel=\"follow\">بت یک</a>\r\n<a class=\"hidden-link\" href=\"https://casinokade.online/\" rel=\"follow\">سایت کازینو آنلاین با درگاه مستقیم</a>\r\n<a class=\"hidden-link\" href=\"https://shartbandikade.online/\" rel=\"follow\">سایت شرطبندی فوتبال</a>\r\n<a class=\"hidden-link\" href=\"https://hotbetkade.com/\" rel=\"follow\">بدون فیلتر هاتبت</a>\r\n<a class=\"hidden-link\" href=\"https://enfej.win/\" rel=\"follow\">ثبت نام در سایت انفج</a>\r\n<a class=\"hidden-link\" href=\"https://shart.casino/\" rel=\"follow\">شرط کازینو آنلاین خارجی</a>\r\n<a class=\"hidden-link\" href=\"https://shartplus.com/\" rel=\"follow\">بهترین سایت بت فوتبال</a>\r\n<a class=\"hidden-link\" href=\"https://bet303iran.bet/\" rel=\"follow\">بت ایران 303</a>\r\n<a class=\"hidden-link\" href=\"https://akhbarsport.info/\" rel=\"follow\">اخبار ورزشی فوری ایران و جهان اخبار اسپرت</a>\r\n<a class=\"hidden-link\" href=\"https://11sport.club/\" rel=\"follow\">جدیدترین و آخرین اخبار ورزشی ایران و جهان یازده اسپورت</a>\r\n<a class=\"hidden-link\" href=\"https://ace90betkade.com/\" rel=\"follow\">اس ۹۰ بت</a>\r\n<a class=\"hidden-link\" href=\"https://livebetkade.com/\" rel=\"follow\">لایو بت</a>\r\n<a class=\"hidden-link\" href=\"https://hattrickbetkade.com/\" rel=\"follow\">سایت حتریک</a>\r\n<a class=\"hidden-link\" href=\"https://sibbetkade.com/\" rel=\"follow\">سیب بت 90 بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://fazbetkade.com/\" rel=\"follow\">آدرس بدون فیلتر فازبت</a>\r\n<a class=\"hidden-link\" href=\"https://golfbetkade.com/\" rel=\"follow\">گلف بت بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://sigaribetkade.com/\" rel=\"follow\">آدرس جدید سیگاری بیت</a>\r\n<a class=\"hidden-link\" href=\"https://betcartkade.online/\" rel=\"follow\">سایت بت کارت اصلی</a>\r\n<a class=\"hidden-link\" href=\"https://betfakade.com/\" rel=\"follow\">سایت شرط بندی بت فا ورزشی</a>\r\n<a class=\"hidden-link\" href=\"https://betball90kade.com/\" rel=\"follow\">بت بال ۹۰</a>\r\n<a class=\"hidden-link\" href=\"https://enfejwin.com/\" rel=\"follow\">بازی انفجار بدون فیلتر پولی</a>\r\n<a class=\"hidden-link\" href=\"https://new1margins.com/\" rel=\"follow\">حاشیه های فوتبال ایران و جهان</a>\r\n<a class=\"hidden-link\" href=\"https://psgiran.news/\" rel=\"follow\">پاریسن ژرمن اخبار</a>\r\n<a class=\"hidden-link\" href=\"https://22betkade.online/\" rel=\"follow\">22 بت</a>\r\n<a class=\"hidden-link\" href=\"https://1xbitkade.com/\" rel=\"follow\">1xbit.com سایت</a>\r\n<a class=\"hidden-link\" href=\"https://linebetkade.com/\" rel=\"follow\">لاین بت اصلی</a>\r\n<a class=\"hidden-link\" href=\"https://gorgbetkade.com/\" rel=\"follow\">سایت بدون فیلتر گرگبت</a>\r\n<a class=\"hidden-link\" href=\"https://romabetkade.com/\" rel=\"follow\">سایت رومابت بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://helabetkade.com/\" rel=\"follow\">helabet سایت اصلی</a>\r\n<a class=\"hidden-link\" href=\"https://irxbetkade.com/\" rel=\"follow\">ایران اکس بت</a>\r\n<a class=\"hidden-link\" href=\"https://betvarzeshkade.online/\" rel=\"follow\">بت ورزش</a>\r\n<a class=\"hidden-link\" href=\"https://betfootkade.online/\" rel=\"follow\">betfoot</a>\r\n<a class=\"hidden-link\" href=\"https://betmajickade.com/\" rel=\"follow\">سایت شرط بندی شادمهر مجیک</a>\r\n<a class=\"hidden-link\" href=\"https://zerangbet.com/\" rel=\"follow\">سایت شرط بندی با کمترین مبلغ</a>\r\n<a class=\"hidden-link\" href=\"https://danestanihavarzeshi.com/\" rel=\"follow\">دانستنی های ورزشی</a>\r\n<a class=\"hidden-link\" href=\"https://varzesh.club/\" rel=\"follow\">ورزش 111 سلامتی و تناسب اندام علم ورزش بدنسازی</a>\r\n<a class=\"hidden-link\" href=\"https://esteghlal.news/\" rel=\"follow\">اخبار فوتبالی استقلال</a>\r\n<a class=\"hidden-link\" href=\"https://livefootba11.com/\" rel=\"follow\">سایت livefootba11.com</a>\r\n<a class=\"hidden-link\" href=\"https://1xyek.net/\" rel=\"follow\">سایت ۱x</a>\r\n<a class=\"hidden-link\" href=\"https://bilyardkade.online/\" rel=\"follow\">بیلیارد شرطی پول واقعی</a>\r\n<a class=\"hidden-link\" href=\"https://fa1xbet.com/\" rel=\"follow\">سایت اصلی خارجی 1x</a>\r\n<a class=\"hidden-link\" href=\"https://hazaratkade.com/\" rel=\"follow\">سایت پویان مختاری حضرات</a>\r\n<a class=\"hidden-link\" href=\"https://oxid90.bet/\" rel=\"follow\">سایت اکسید بت بدون فیلتر</a>\r\n<a class=\"hidden-link\" href=\"https://enfejarland.com/\" rel=\"follow\">انفج پولی بمب</a>\r\n<a class=\"hidden-link\" href=\"https://yasbetkade.com/\" rel=\"follow\">سایت شرط بندی یاسبت</a>\r\n<a class=\"hidden-link\" href=\"https://taktikbetkade.com/\" rel=\"follow\">تاکتیک بت آدرس جدید</a>\r\n<a class=\"hidden-link\" href=\"https://betfidokade.com/\" rel=\"follow\">بتفیدو</a>\r\n<a class=\"hidden-link\" href=\"https://iranfitness.top/\" rel=\"follow\">سایت ایران فیتنس</a>\r\n<a class=\"hidden-link\" href=\"https://football11new.com/\" rel=\"follow\">فوتبال یازده جدید</a>\r\n<a class=\"hidden-link\" href=\"https://betyek.com/\" rel=\"follow\">yekbet</a>\r\n<a class=\"hidden-link\" href=\"https://jet90bet.com/\" rel=\"follow\">jet90bet.com</a>\r\n<a class=\"hidden-link\" href=\"https://jet90bet.com/\" rel=\"follow\">jetbet90.com</a>\r\n<a class=\"hidden-link\" href=\"https://jet90bet.com/\" rel=\"follow\">jetbet90</a>\r\n<a class=\"hidden-link\" href=\"https://bet90forward.com/\" rel=\"follow\">bet90forward</a>\r\n<a class=\"hidden-link\" href=\"https://ace90bet.com/\" rel=\"follow\">ace90bet.com</a>\r\n<a class=\"hidden-link\" href=\"https://bet90forward.com/\" rel=\"follow\">bet90forward.com</a>\r\n<a class=\"hidden-link\" href=\"https://bet90forward.com/\" rel=\"follow\">betforward</a>\r\n<a class=\"hidden-link\" href=\"https://enfejar.win/\" rel=\"follow\">enfejar.win</a>\r\n<a class=\"hidden-link\" href=\"https://bet365iran.com/\" rel=\"follow\">bet365 iran</a>\r\n<a class=\"hidden-link\" href=\"https://bet365iran.com/\" rel=\"follow\">bet365 iran</a>\r\n<a class=\"hidden-link\" href=\"https://betwinner.bet/\" rel=\"follow\">betwinner</a>\r\n<a class=\"hidden-link\" href=\"https://betfido90.com/\" rel=\"follow\">betfido</a>\r\n<a class=\"hidden-link\" href=\"https://jetbet90iran.com/\" rel=\"follow\">jetbet90iran.com</a>\r\n<a class=\"hidden-link\" href=\"https://enfejar.sex/\" rel=\"follow\">enfejar.sex</a>\r\n<a class=\"hidden-link\" href=\"https://pasoor.bet/\" rel=\"follow\">پاسور انلاین</a>\r\n<a class=\"hidden-link\" href=\"https://303bet.casino/\" rel=\"follow\">کازینو انلاین</a>\r\n<a class=\"hidden-link\" href=\"https://303bet.vip/\" rel=\"follow\">تخته نرد شرطی</a>\r\n<a class=\"hidden-link\" href=\"https://bet1vip.app/\" rel=\"follow\">دانلود بازی شرط بندی پول واقعی</a>\r\n<a class=\"hidden-link\" href=\"https://bet303.promo/\" rel=\"follow\">سایت شرط بندی با شارژ هدیه ثبت نام</a>\r\n<a class=\"hidden-link\" href=\"https://303bet.casino/\" rel=\"follow\">سایت انفجار پولساز</a>\r\n<a class=\"hidden-link\" href=\"https://betjetbet.win/\" rel=\"follow\">betjetbet.win</a>\r\n<a class=\"hidden-link\" href=\"https://enfejar.bet/\" rel=\"follow\">enfejar bet</a>\r\n<a class=\"hidden-link\" href=\"https://gheychi.bet/\" rel=\"follow\">بازی سنگ کاغذ قیچی پولی</a>\r\n<a class=\"hidden-link\" href=\"https://hokm.bet/\" rel=\"follow\">حکم آنلاین</a>\r\n<a class=\"hidden-link\" href=\"https://iranbet.games/\" rel=\"follow\">ایران بت</a>\r\n<a class=\"hidden-link\" href=\"https://megashart.net/\" rel=\"follow\">قدیمی ترین سایت شرط بندی ایران</a>\r\n<a class=\"hidden-link\" href=\"https://megashart.net/valid-betting-sites/\" rel=\"follow\">سایت های پیش بینی معتبر</a>\r\n<a class=\"hidden-link\" href=\"https://site-shartbandi.com/\" rel=\"follow\">site-shartbandi.com</a>\r\n<a class=\"hidden-link\" href=\"https://megashart.net/betting-training/\" rel=\"follow\">آموزش شرط بندی</a>\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(124, 'theme_mods_twentytwentyfour', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1710693073;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\";}}}}', 'no'),
(125, 'recovery_keys', 'a:0:{}', 'off'),
(158, 'finished_updating_comment_type', '1', 'yes'),
(159, 'new_admin_email', 'mrrobotleo@gmail.com', 'yes'),
(164, 'recently_activated', 'a:0:{}', 'off'),
(187, 'lwptoc_general', 'a:12:{s:3:\"min\";s:1:\"2\";s:5:\"depth\";s:1:\"6\";s:12:\"hierarchical\";b:1;s:10:\"numeration\";s:13:\"decimalnested\";s:16:\"numerationSuffix\";s:4:\"none\";s:5:\"title\";s:21:\"فهرست مطالب\";s:6:\"toggle\";b:1;s:9:\"labelShow\";s:10:\"نمایش\";s:9:\"labelHide\";s:10:\"پنهان\";s:9:\"hideItems\";b:1;s:12:\"smoothScroll\";b:1;s:18:\"smoothScrollOffset\";s:2:\"24\";}', 'yes'),
(188, 'lwptoc_appearance', 'a:12:{s:5:\"width\";s:4:\"full\";s:5:\"float\";s:4:\"none\";s:13:\"titleFontSize\";s:4:\"110%\";s:15:\"titleFontWeight\";s:4:\"bold\";s:13:\"itemsFontSize\";s:4:\"110%\";s:11:\"colorScheme\";s:5:\"light\";s:15:\"backgroundColor\";s:7:\"#777777\";s:11:\"borderColor\";s:7:\"#d8bf2d\";s:10:\"titleColor\";s:7:\"#d8bf2d\";s:9:\"linkColor\";s:7:\"#d8bf2d\";s:14:\"hoverLinkColor\";N;s:16:\"visitedLinkColor\";N;}', 'yes'),
(189, 'lwptoc_autoInsert', 'a:3:{s:6:\"enable\";b:1;s:8:\"position\";s:18:\"beforefirstheading\";s:9:\"postTypes\";a:1:{i:0;s:4:\"page\";}}', 'yes'),
(190, 'lwptoc_misc', 'a:10:{s:16:\"skipHeadingLevel\";s:0:\"\";s:15:\"skipHeadingText\";s:22:\"BONUS|FREE SPINS BONUS\";s:10:\"hashFormat\";s:9:\"asheading\";s:22:\"hashConvertToLowercase\";b:0;s:29:\"hashReplaceUnderlinesToDashes\";b:0;s:11:\"wrapNoindex\";b:0;s:11:\"useNofollow\";b:0;s:20:\"showMetaboxPostTypes\";a:1:{i:0;s:4:\"page\";}s:14:\"listMarkupTags\";s:3:\"div\";s:14:\"containerClass\";s:0:\"\";}', 'yes'),
(192, 'elementor_active_kit', '6', 'yes'),
(193, 'elementor_font_display', 'swap', 'yes'),
(196, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:28:\"shortcodes-ultimate/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.7.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1739824189;s:11:\"plugin_path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}}s:7:\"abspath\";s:31:\"/home/abt90iranbet/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:8:\"sdk_path\";s:28:\"shortcodes-ultimate/freemius\";s:7:\"version\";s:5:\"2.7.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1739824189;}}', 'yes'),
(197, 'fs_debug_mode', '', 'yes'),
(198, 'fs_accounts', 'a:7:{s:21:\"id_slug_type_path_map\";a:2:{i:3890;a:3:{s:4:\"slug\";s:15:\"kk-star-ratings\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"kk-star-ratings/index.php\";}i:7180;a:3:{s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}}s:11:\"plugin_data\";a:2:{s:15:\"kk-star-ratings\";a:16:{s:19:\"last_load_timestamp\";i:1772693391;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"kk-star-ratings/index.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1710692764;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";s:5:\"2.6.2\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"5.4.7\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:13:\"abt90kade.com\";s:9:\"server_ip\";s:13:\"162.254.36.40\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1710692764;s:7:\"version\";s:5:\"5.4.7\";}s:15:\"prev_is_premium\";b:0;}s:19:\"shortcodes-ultimate\";a:16:{s:19:\"last_load_timestamp\";i:1772693391;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1715035862;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.7.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"7.1.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:13:\"abt90kade.com\";s:9:\"server_ip\";s:13:\"162.254.36.40\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1715035862;s:7:\"version\";s:5:\"7.1.5\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:2:{s:25:\"kk-star-ratings/index.php\";s:15:\"kk-star-ratings\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:19:\"shortcodes-ultimate\";}s:7:\"plugins\";a:2:{s:15:\"kk-star-ratings\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"3890\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_e6d3c068ac8b44274990af9fc9eeb\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:15:\"kk Star Ratings\";s:4:\"slug\";s:15:\"kk-star-ratings\";s:12:\"premium_slug\";s:23:\"kk-star-ratings-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:25:\"kk-star-ratings/index.php\";s:7:\"version\";s:5:\"5.4.7\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}s:19:\"shortcodes-ultimate\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"7180\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_c9ecad02df10f17e67880ac6bd8fc\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"Shortcodes Ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:12:\"premium_slug\";s:23:\"shortcodes-ultimate-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:7:\"version\";s:5:\"7.1.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"f9710c9d190afc67950ff296c3d60b52\";}', 'yes'),
(199, 'fs_api_cache', 'a:0:{}', 'no'),
(202, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"23.7\";}', 'yes'),
(203, 'wpseo', 'a:105:{s:8:\"tracking\";b:1;s:16:\"toggled_tracking\";b:1;s:22:\"license_server_version\";s:5:\"false\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:100:\"Y1BP2jaHdinvIZxiE3KYdCq0IiQrX69WzjHtRipp7ZuAALAhQJzUjUiopvBjhF7omd2rAkITxjGaAV1dUkDlGuQgI9pYmCHBCLGP\";s:7:\"version\";s:4:\"23.7\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1710692765\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:21:\"https://abt90iran.bet\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:5:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:19:\"tdc-review-criteria\";s:19:\"tdc-review-criteria\";s:20:\"amp_validation_error\";s:20:\"amp_validation_error\";s:15:\"prp_reviews_tax\";s:9:\"prp_lists\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:3:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:5:{s:30:\"aioseo_custom_archive_settings\";b:1;s:31:\"aioseo_default_archive_settings\";b:1;s:23:\"aioseo_general_settings\";b:1;s:32:\"aioseo_posttype_default_settings\";b:1;s:24:\"aioseo_taxonomy_settings\";b:1;}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1710692767\";s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:10:\"tdc-review\";i:4;s:16:\"tdc-review-email\";i:5;s:13:\"tdb_templates\";}s:28:\"last_known_public_taxonomies\";a:4:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:19:\"tdc-review-criteria\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1739805857;s:31:\"wpseo_unindexed_post_link_count\";i:1762326700;s:31:\"wpseo_unindexed_term_link_count\";i:1762326700;s:35:\"wpseo_total_unindexed_general_items\";i:1762326700;s:27:\"wpseo_total_unindexed_posts\";i:1739805857;s:27:\"wpseo_total_unindexed_terms\";i:1739805857;}s:14:\"new_post_types\";a:3:{i:3;s:10:\"tdc-review\";i:4;s:16:\"tdc-review-email\";i:5;s:13:\"tdb_templates\";}s:14:\"new_taxonomies\";a:1:{i:3;s:19:\"tdc-review-criteria\";}s:34:\"show_new_content_type_notification\";b:0;}', 'yes'),
(204, 'wpseo_titles', 'a:201:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:51:\"%%name%%, نویسنده در %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:84:\"شما برای %%searchphrase%% جستجو کردید %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:45:\"صفحه پیدا نشد %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:79:\"نوشته %%POSTLINK%% اولین بار در %%BLOGLINK%%. پدیدار شد.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:38:\"خطای 404: صفحه پیدا نشد\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:30:\"بایگانی‌ها برای\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:8:\"خانه\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:39:\"شما جستجو نمودید برای\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:47:\"ای بی تی $ سایت شرط بندی abt90\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:47:\"ای بی تی $ سایت شرط بندی abt90\";s:12:\"company_logo\";s:59:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon.png\";s:12:\"company_name\";s:47:\"ای بی تی $ سایت شرط بندی abt90\";s:22:\"company_alternate_name\";s:47:\"ای بی تی $ سایت شرط بندی abt90\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i:0;s:17:\"stripcategorybase\";b:1;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:16:\"title-tdc-review\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-tdc-review\";s:0:\"\";s:18:\"noindex-tdc-review\";b:0;s:29:\"display-metabox-pt-tdc-review\";b:1;s:29:\"post_types-tdc-review-maintax\";i:0;s:27:\"schema-page-type-tdc-review\";s:7:\"WebPage\";s:30:\"schema-article-type-tdc-review\";s:4:\"None\";s:23:\"social-title-tdc-review\";s:9:\"%%title%%\";s:29:\"social-description-tdc-review\";s:0:\"\";s:27:\"social-image-url-tdc-review\";s:0:\"\";s:26:\"social-image-id-tdc-review\";i:0;s:26:\"title-ptarchive-tdc-review\";s:58:\"بایگانی %%pt_plural%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-ptarchive-tdc-review\";s:0:\"\";s:28:\"bctitle-ptarchive-tdc-review\";s:0:\"\";s:28:\"noindex-ptarchive-tdc-review\";b:0;s:33:\"social-title-ptarchive-tdc-review\";s:28:\"بایگانی %%pt_plural%%\";s:39:\"social-description-ptarchive-tdc-review\";s:0:\"\";s:37:\"social-image-url-ptarchive-tdc-review\";s:0:\"\";s:36:\"social-image-id-ptarchive-tdc-review\";i:0;s:22:\"title-tdc-review-email\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tdc-review-email\";s:0:\"\";s:24:\"noindex-tdc-review-email\";b:0;s:35:\"display-metabox-pt-tdc-review-email\";b:1;s:35:\"post_types-tdc-review-email-maintax\";i:0;s:33:\"schema-page-type-tdc-review-email\";s:7:\"WebPage\";s:36:\"schema-article-type-tdc-review-email\";s:4:\"None\";s:29:\"social-title-tdc-review-email\";s:9:\"%%title%%\";s:35:\"social-description-tdc-review-email\";s:0:\"\";s:33:\"social-image-url-tdc-review-email\";s:0:\"\";s:32:\"social-image-id-tdc-review-email\";i:0;s:19:\"title-tdb_templates\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tdb_templates\";s:0:\"\";s:21:\"noindex-tdb_templates\";b:0;s:32:\"display-metabox-pt-tdb_templates\";b:1;s:32:\"post_types-tdb_templates-maintax\";i:0;s:30:\"schema-page-type-tdb_templates\";s:7:\"WebPage\";s:33:\"schema-article-type-tdb_templates\";s:4:\"None\";s:26:\"social-title-tdb_templates\";s:9:\"%%title%%\";s:32:\"social-description-tdb_templates\";s:0:\"\";s:30:\"social-image-url-tdb_templates\";s:0:\"\";s:29:\"social-image-id-tdb_templates\";i:0;s:18:\"title-tax-category\";s:68:\"بایگانی‌های %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:38:\"بایگانی‌های %%term_title%%\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:68:\"بایگانی‌های %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:38:\"بایگانی‌های %%term_title%%\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:68:\"بایگانی‌های %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:38:\"بایگانی‌های %%term_title%%\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:29:\"title-tax-tdc-review-criteria\";s:68:\"بایگانی‌های %%term_title%% %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-tax-tdc-review-criteria\";s:0:\"\";s:39:\"display-metabox-tax-tdc-review-criteria\";b:1;s:31:\"noindex-tax-tdc-review-criteria\";b:0;s:36:\"social-title-tax-tdc-review-criteria\";s:38:\"بایگانی‌های %%term_title%%\";s:42:\"social-description-tax-tdc-review-criteria\";s:0:\"\";s:40:\"social-image-url-tax-tdc-review-criteria\";s:0:\"\";s:39:\"social-image-id-tax-tdc-review-criteria\";i:0;s:37:\"taxonomy-tdc-review-criteria-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:19;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:8:\"filesize\";i:28992;s:3:\"url\";s:59:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon.png\";s:4:\"path\";s:69:\"/home/abt90iranbet/public_html/wp-content/uploads/2024/03/favicon.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:19;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:262144;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'yes'),
(205, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:316:\"http://abt90iran.bet/wp-content/uploads/2024/04/%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-ABT-90-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b3%d8%a7%d8%b4%d8%a7-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-%db%b9%db%b0-%d8%a2%d8%af%d8%b1%d8%b3-%d8%ac%d8%af%db%8c%d8%af-%d8%b3%d8%a8%d8%ad%d8%a7%d9%86%db%8c.jpg\";s:19:\"og_default_image_id\";i:44;s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}', 'yes'),
(208, 'kksr_greet', 'Rate this {type}', 'yes'),
(209, 'kksr_sd', '{\"@context\":\"https:\\/\\/schema.org\\/\",\"@type\":\"CreativeWorkSeries\",\"name\":\"{title}\",\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":\"{score}\",\"bestRating\":\"{best}\",\"ratingCount\":\"{count}\"}}', 'yes'),
(210, 'kksr_legend', '{score}/{best} - ({count} {votes})', 'yes'),
(211, 'kksr_migrations', 's:4:\"i:6;\";', 'yes'),
(212, 'kksr_activated', '0', 'yes'),
(213, 'kksr_enable', '1', 'yes'),
(214, 'kksr_exclude_categories', 'a:0:{}', 'yes'),
(215, 'kksr_locations', 'a:1:{i:0;s:4:\"post\";}', 'yes'),
(216, 'kksr_strategies', 'a:2:{i:0;s:8:\"archives\";i:1;s:6:\"guests\";}', 'yes'),
(217, 'kksr_gap', '5', 'yes'),
(218, 'kksr_position', 'top-left', 'yes'),
(219, 'kksr_size', '24', 'yes'),
(220, 'kksr_stars', '5', 'yes'),
(221, 'kksr_grs', '1', 'yes'),
(222, 'kksr_ver', '5.4.7', 'yes'),
(223, 'elementor_version', '3.20.1', 'yes'),
(224, 'elementor_install_history', 'a:1:{s:6:\"3.20.1\";i:1710692765;}', 'yes'),
(225, 'elementor_events_db_version', '1.0.0', 'no'),
(226, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(227, 'widget_lpwtoc_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(228, 'lwptoc_rate_time', '1885181811', 'yes'),
(244, 'amp-options', 'a:17:{s:13:\"theme_support\";s:12:\"transitional\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:9:\"analytics\";a:0:{}s:23:\"all_templates_supported\";b:1;s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:7:\"version\";s:5:\"2.5.4\";s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"paired_url_structure\";s:11:\"path_suffix\";s:17:\"plugin_configured\";b:1;s:24:\"delete_data_at_uninstall\";b:1;s:18:\"use_native_img_tag\";b:0;s:15:\"mobile_redirect\";b:0;s:17:\"late_defined_slug\";N;s:18:\"suppressed_plugins\";a:9:{s:17:\"disable-gutenberg\";a:3:{s:12:\"last_version\";s:5:\"3.1.1\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:9:\"elementor\";a:3:{s:12:\"last_version\";s:6:\"3.20.1\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:15:\"kk-star-ratings\";a:3:{s:12:\"last_version\";s:5:\"5.4.7\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:25:\"luckywp-table-of-contents\";a:3:{s:12:\"last_version\";s:5:\"2.1.4\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:11:\"poka-review\";a:3:{s:12:\"last_version\";s:5:\"1.1.3\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:19:\"shortcodes-ultimate\";a:3:{s:12:\"last_version\";s:5:\"7.1.5\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:9:\"wordfence\";a:3:{s:12:\"last_version\";s:6:\"7.10.3\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:24:\"wpfront-notification-bar\";a:3:{s:12:\"last_version\";s:3:\"3.4\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}s:9:\"wp-rocket\";a:3:{s:12:\"last_version\";s:6:\"3.15.3\";s:9:\"timestamp\";i:1729003531;s:8:\"username\";s:5:\"linco\";}}s:18:\"sandboxing_enabled\";b:0;s:16:\"sandboxing_level\";i:1;s:21:\"primary_theme_support\";N;}', 'off'),
(247, '_elementor_installed_time', '1710692766', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(248, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(249, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(253, 'amp_css_transient_monitor_time_series', 'a:14:{i:20251028;i:0;i:20251029;i:0;i:20251030;i:76;i:20251031;i:77;i:20251101;i:0;i:20251102;i:21;i:20251103;i:0;i:20251104;i:76;i:20251105;i:76;i:20260223;i:0;i:20260226;i:0;i:20260228;i:0;i:20260302;i:0;i:20260303;i:0;}', 'off'),
(254, 'amp_url_validation_queue', 'a:3:{s:4:\"urls\";a:0:{}s:9:\"timestamp\";i:1758641430;s:3:\"env\";a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}}', 'yes'),
(283, 'akismet_strictness', '0', 'yes'),
(284, 'akismet_show_user_comments_approved', '0', 'yes'),
(285, 'akismet_comment_form_privacy_notice', 'hide', 'yes'),
(286, 'wordpress_api_key', '400be30caf52', 'yes'),
(287, 'akismet_spam_count', '2', 'yes'),
(290, 'current_theme', 'Newspaper', 'yes'),
(291, 'theme_mods_Newspaper', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:8:\"top-menu\";s:2:\"10\";s:11:\"header-menu\";s:1:\"9\";s:11:\"footer-menu\";s:2:\"12\";s:18:\"header-menu-mobile\";s:0:\"\";s:18:\"footer-menu-mobile\";s:0:\"\";}s:18:\"custom_css_post_id\";i:21;}', 'yes'),
(292, 'theme_switched', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(293, 'td_011', 'a:534:{s:7:\"td_011_\";i:2;s:6:\"td_011\";s:44:\"KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio=\";s:27:\"theme_update_latest_version\";s:85:\"{\"12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2025\\/02\\/Newspaper.zip\"}\";s:21:\"theme_update_versions\";s:603:\"[{\"12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2025\\/02\\/Newspaper.zip\"},{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"},{\"12.6.7\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/08\\/Newspaper.zip\"},{\"12.6.6\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/05\\/Newspaper.zip\"},{\"12.6.5\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/03\\/Newspaper.zip\"},{\"12.6.4\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/02\\/Newspaper.zip\"},{\"12.6.3\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2023\\/12\\/Newspaper.zip\"}]\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1710693085;s:11:\"test_status\";s:9:\"wordpress\";}s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:18:\"tds_thumb_td_150x0\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:18:\"tds_thumb_td_300x0\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:18:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:5:\"naver\";b:0;s:9:\"flipboard\";b:0;s:8:\"copy_url\";b:0;s:5:\"kakao\";b:0;s:5:\"gettr\";b:0;s:3:\"koo\";b:0;}s:18:\"td_social_networks\";a:0:{}s:21:\"tds_logo_width_height\";b:1;s:10:\"td_version\";s:6:\"12.6.4\";s:9:\"td_011_tp\";i:1710693086;s:16:\"td_updated_fonts\";b:1;s:36:\"td_updated_td_posts_form_submit_meta\";b:1;s:15:\"firstinstallMob\";s:20:\"mobilethemeInstalled\";s:24:\"tds_logo_menu_upload_mob\";s:0:\"\";s:26:\"tds_logo_menu_upload_r_mob\";s:0:\"\";s:16:\"tds_logo_alt_mob\";s:0:\"\";s:18:\"tds_logo_title_mob\";s:0:\"\";s:14:\"tds_footer_mob\";s:0:\"\";s:26:\"tds_footer_logo_upload_mob\";s:0:\"\";s:33:\"tds_footer_retina_logo_upload_mob\";s:0:\"\";s:19:\"tds_footer_text_mob\";s:0:\"\";s:20:\"tds_footer_email_mob\";s:0:\"\";s:23:\"tds_footer_logo_alt_mob\";s:0:\"\";s:25:\"tds_footer_logo_title_mob\";s:0:\"\";s:21:\"tds_footer_social_mob\";s:0:\"\";s:18:\"tds_sub_footer_mob\";s:0:\"\";s:24:\"tds_footer_copyright_mob\";s:0:\"\";s:26:\"tds_footer_copy_symbol_mob\";s:0:\"\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:23:\"tdm_frontpage_grid_sort\";s:6:\"latest\";s:42:\"tdm_frontpage_latest_articles_posts_offset\";s:1:\"3\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:1:\"5\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:17:\"l , j F Y - g:i A\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:29:\"tds_weather_location_top_menu\";s:10:\"تهران\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:21:\"tds_logo_upload_width\";s:3:\"300\";s:22:\"tds_logo_upload_height\";s:2:\"79\";s:17:\"tds_logo_upload_r\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:18:\"tds_favicon_upload\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:17:\"tds_logo_h1_pages\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:26:\"tds_logo_menu_upload_width\";s:0:\"\";s:27:\"tds_logo_menu_upload_height\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:20:\"tds_hide_mobile_menu\";s:0:\"\";s:22:\"tds_hide_mobile_search\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_114\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_120\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_144\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_152\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:19:\"tdb_footer_template\";s:0:\"\";s:19:\"tds_footer_ui_delay\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_4\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:31:\"tds_footer_instagram_image_size\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:28:\"tds_footer_logo_upload_width\";s:0:\"\";s:29:\"tds_footer_logo_upload_height\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:26:\"سایت ای بی تی 90\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:102:\"Copyright 2025 , متعلق به <strong><a href=\\\"http://abt90iran.bet/\\\">ای بی تی</a></strong>\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:18:\"tds_modal_video_ad\";s:0:\"\";s:24:\"tds_modal_video_ad_title\";s:0:\"\";s:26:\"tds_modal_video_ad_disable\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:10:\"tds_to_top\";s:0:\"\";s:20:\"tds_to_top_on_mobile\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:2:\"no\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:44:\"td_stretch_container td_stretch_content_1600\";s:14:\"td_full_header\";s:44:\"td_stretch_container td_stretch_content_1200\";s:12:\"td_full_menu\";s:44:\"td_stretch_container td_stretch_content_1200\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:44:\"td_stretch_container td_stretch_content_1200\";s:14:\"td_full_footer\";s:44:\"td_stretch_container td_stretch_content_1200\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_layout_size\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:27:\"tds_search_taxonomies_terms\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:35:\"tds_general_modal_image_disable_mob\";s:0:\"\";s:26:\"tds_smart_list_modal_image\";s:0:\"\";s:11:\"tds_reviews\";s:0:\"\";s:37:\"tds_enable_products_schema_on_reviews\";s:0:\"\";s:26:\"tds_disable_article_schema\";s:0:\"\";s:27:\"tds_aggregate_rating_schema\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_video_playing_one\";s:0:\"\";s:22:\"tds_video_pause_hidden\";s:0:\"\";s:14:\"tds_video_lazy\";s:0:\"\";s:16:\"tds_video_scroll\";s:0:\"\";s:15:\"tds_video_width\";s:0:\"\";s:20:\"tds_video_position_v\";s:0:\"\";s:20:\"tds_video_distance_v\";s:0:\"\";s:20:\"tds_video_position_h\";s:0:\"\";s:20:\"tds_video_distance_h\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_2\";s:25:\"tds_category_module_slide\";s:3:\"yes\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:21:\"tds_category_module_1\";s:3:\"yes\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:3:\"yes\";s:21:\"tds_category_module_4\";s:3:\"yes\";s:21:\"tds_category_module_5\";s:3:\"yes\";s:21:\"tds_category_module_6\";s:3:\"yes\";s:21:\"tds_category_module_7\";s:3:\"yes\";s:21:\"tds_category_module_8\";s:3:\"yes\";s:21:\"tds_category_module_9\";s:3:\"yes\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:3:\"yes\";s:22:\"tds_category_module_12\";s:3:\"yes\";s:22:\"tds_category_module_13\";s:3:\"yes\";s:22:\"tds_category_module_14\";s:3:\"yes\";s:22:\"tds_category_module_15\";s:3:\"yes\";s:22:\"tds_category_module_16\";s:3:\"yes\";s:22:\"tds_category_module_17\";s:3:\"yes\";s:22:\"tds_category_module_18\";s:3:\"yes\";s:22:\"tds_category_module_19\";s:3:\"yes\";s:23:\"tds_category_module_mx1\";s:3:\"yes\";s:23:\"tds_category_module_mx2\";s:3:\"yes\";s:23:\"tds_category_module_mx3\";s:3:\"yes\";s:23:\"tds_category_module_mx4\";s:3:\"yes\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:3:\"yes\";s:23:\"tds_category_module_mx7\";s:3:\"yes\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:3:\"yes\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:3:\"yes\";s:24:\"tds_category_module_mx12\";s:3:\"yes\";s:24:\"tds_category_module_mx13\";s:3:\"yes\";s:24:\"tds_category_module_mx14\";s:3:\"yes\";s:24:\"tds_category_module_mx15\";s:3:\"yes\";s:24:\"tds_category_module_mx16\";s:3:\"yes\";s:24:\"tds_category_module_mx17\";s:3:\"yes\";s:24:\"tds_category_module_mx18\";s:3:\"yes\";s:24:\"tds_category_module_mx19\";s:3:\"yes\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:3:\"yes\";s:24:\"tds_category_module_mx22\";s:3:\"yes\";s:24:\"tds_category_module_mx23\";s:3:\"yes\";s:24:\"tds_category_module_mx24\";s:3:\"yes\";s:24:\"tds_category_module_mx25\";s:3:\"yes\";s:24:\"tds_category_module_mx26\";s:3:\"yes\";s:33:\"tds_category_module_related_posts\";s:3:\"yes\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:20:\"tds_m_nofollow_image\";s:0:\"\";s:27:\"tds_loader_background_image\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:21:\"tds_minify_inline_css\";s:0:\"\";s:24:\"tds_aggregate_inline_css\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:27:\"tds_m_show_links_in_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:2:\"fa\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:22:\"g_mob_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:12:\"td_body_code\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:24:\"tds_tweeter_username_via\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:11:\"tds_captcha\";s:0:\"\";s:15:\"tds_captcha_url\";s:0:\"\";s:20:\"tds_captcha_site_key\";s:0:\"\";s:22:\"tds_captcha_secret_key\";s:0:\"\";s:17:\"tds_captcha_score\";s:0:\"\";s:26:\"tds_social_login_fb_enable\";s:5:\"false\";s:26:\"tds_social_login_fb_app_id\";s:0:\"\";s:14:\"tds_yt_api_key\";s:0:\"\";s:18:\"tds_flickr_api_key\";s:0:\"\";s:14:\"tds_gm_api_key\";s:0:\"\";s:14:\"tds_bm_api_key\";s:0:\"\";s:24:\"tds_twitch_api_client_id\";s:0:\"\";s:28:\"tds_twitch_api_client_secret\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tdm_is_multisite\";s:0:\"\";s:15:\"tdm_sticky_menu\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_live_search_mob\";s:0:\"\";s:30:\"tds_logo_menu_upload_mob_width\";s:0:\"\";s:31:\"tds_logo_menu_upload_mob_height\";s:0:\"\";s:14:\"tds_h1_on_logo\";s:0:\"\";s:32:\"tds_footer_logo_upload_mob_width\";s:0:\"\";s:33:\"tds_footer_logo_upload_mob_height\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:17:\"tdm_amp_ads_title\";s:0:\"\";s:17:\"tdm_amp_analytics\";s:0:\"\";s:15:\"tdm_smartlist_2\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:18:\"tdm_frontpage_grid\";s:0:\"\";s:17:\"tdm_category_grid\";s:0:\"\";s:21:\"tdm_grids_posts_limit\";s:0:\"\";s:29:\"tdm_frontpage_grid_cat_filter\";s:0:\"\";s:41:\"tdm_frontpage_latest_articles_posts_limit\";s:0:\"\";s:25:\"tds_category_mobule_mob_1\";s:0:\"\";s:25:\"tds_category_mobule_mob_2\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:31:{s:11:\"font_file_1\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_1\";s:12:\"iransans-web\";s:11:\"font_file_2\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_2\";s:12:\"iransans-web\";s:11:\"font_file_3\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_3\";s:12:\"iransans-web\";s:11:\"font_file_4\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_4\";s:12:\"iransans-web\";s:11:\"font_file_5\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_5\";s:12:\"iransans-web\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:1990:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:16:\"td_fonts_default\";a:1:{s:13:\"default_fonts\";s:0:\"\";}s:6:\"td_ads\";a:8:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:16:\"tdm_amp_auto_ads\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:26800:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\nul.sf-menu > .menu-item > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-logo-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-tagline-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n    \r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n\r\n	\r\n    .td-page-title,\r\n    .td-category-title-holder .td-page-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content p,\r\n    .td-page-content li,\r\n    .td-page-content .td_block_text_with_title,\r\n    .wpb_text_column p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h1,\r\n    .wpb_text_column h1 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h2,\r\n    .wpb_text_column h2 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h3,\r\n    .wpb_text_column h3 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h4,\r\n    .wpb_text_column h4 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h5,\r\n    .wpb_text_column h5 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h6,\r\n    .wpb_text_column h6 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n	\r\n    body, p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    #bbpress-forums .bbp-header .bbp-forums,\r\n    #bbpress-forums .bbp-header .bbp-topics,\r\n    #bbpress-forums .bbp-header {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-forum-title,\r\n    #bbpress-forums .hentry .bbp-topic-permalink {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forums-list li {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forum-info .bbp-forum-content {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-forum-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-topic-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-reply-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-search-author a.bbp-author-name,\r\n    #bbpress-forums .bbp-forum-freshness .bbp-author-name,\r\n    #bbpress-forums .bbp-topic-freshness a:last-child {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-topic-content p,\r\n    #bbpress-forums .hentry .bbp-reply-content p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-template-notice p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-pagination-count,\r\n    #bbpress-forums .page-numbers {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-topic-started-by,\r\n    #bbpress-forums .bbp-topic-started-by a,\r\n    #bbpress-forums .bbp-topic-started-in,\r\n    #bbpress-forums .bbp-topic-started-in a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n	.white-popup-block,\r\n	.white-popup-block .wpb_button {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    \r\n	.woocommerce {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n    :root{--td_excl_label:\'انحصاری\';--td_theme_color:#6d7b88;--td_slider_text:rgba(109,123,136,0.7);}\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\n.td-header-style-12 .td-header-menu-wrap-full,\r\n    .td-header-style-12 .td-affix,\r\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td_category_template_3 .td-current-sub-category,\r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n     .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n     .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\r\n        background-color: #6d7b88;\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .cur-sub-cat,\r\n    .td-mega-span h3 a:hover,\r\n    .td_mod_mega_menu:hover .entry-title a,\r\n    .header-search-wrap .result-msg a:hover,\r\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\r\n    .td-header-top-menu .td-icon-search:hover,\r\n    .td-header-wrap .result-msg a:hover,\r\n    .top-header-menu li a:hover,\r\n    .top-header-menu .current-menu-item > a,\r\n    .top-header-menu .current-menu-ancestor > a,\r\n    .top-header-menu .current-category-ancestor > a,\r\n    .td-social-icon-wrap > a:hover,\r\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n    .td_mod_related_posts:hover h3 > a,\r\n    .td-post-template-11 .td-related-title .td-related-left:hover,\r\n    .td-post-template-11 .td-related-title .td-related-right:hover,\r\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n    .td-category-header .td-pulldown-category-filter-link:hover,\r\n    .td-category-siblings .td-subcat-dropdown a:hover,\r\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n    .footer-text-wrap .footer-email-wrap a,\r\n    .footer-social-wrap a:hover,\r\n    .td_module_17 .td-read-more a:hover,\r\n    .td_module_18 .td-read-more a:hover,\r\n    .td_module_19 .td-post-author-name a:hover,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\r\n        color: #6d7b88;\r\n    }\r\n    \r\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n        color: #6d7b88 !important;\r\n    }\r\n    \r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\r\n        border-color: #6d7b88;\r\n    }\r\n    \r\n    \r\n\r\n\r\n    \r\n    .td-header-wrap .td-header-top-menu-full,\r\n    .td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-1.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-2.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-3.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu {\r\n        background-color: #b47029;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full {\r\n        background-color: transparent;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full .td-header-top-menu {\r\n        background-color: #b47029;\r\n        padding-left: 15px;\r\n        padding-right: 15px;\r\n    }\r\n\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full {\r\n        border-bottom: none;\r\n    }\r\n\r\n\r\n    \r\n    .td-header-top-menu,\r\n    .td-header-top-menu a,\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full a,\r\n    .td-header-style-8 .td-header-top-menu,\r\n    .td-header-style-8 .td-header-top-menu a,\r\n    .td-header-top-menu .td-drop-down-search .entry-title a {\r\n        color: #ffffff;\r\n    }\r\n\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    body .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    .top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n    .td-theme-slider.iosSlider-col-1 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-2 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-3 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .homepage-post .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.td_module_wrap .td-module-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_module_1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_15 .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.td_block_trending_now .entry-title,\r\n	.td-theme-slider .td-module-title,\r\n    .td-big-grid-post .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_block_trending_now .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx15 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx20 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx21 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx22 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx23 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx24 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx25 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx26 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-big-thumb .td-big-grid-meta,\r\n    .td-big-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-medium-thumb .td-big-grid-meta,\r\n    .td-medium-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-small-thumb .td-big-grid-meta,\r\n    .td-small-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta,\r\n    .td-tiny-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.post .td-post-header .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-1 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-3 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-4 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-5 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-6 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-7 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-9 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-10 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-11 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-12 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-13 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .td-post-content p,\r\n    .td-post-content {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post blockquote p,\r\n    .page blockquote p,\r\n    .td-post-text-content blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_quote_box p,\r\n    .page .td_quote_box p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_pull_quote p,\r\n    .page .td_pull_quote p,\r\n    .post .wp-block-pullquote blockquote p,\r\n    .page .wp-block-pullquote blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content li {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h1 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h2 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h3 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h4 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h5 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h6 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .post .td-category a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-author-name,\r\n    .post header .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-views span,\r\n    .post header .td-post-comments {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-source-tags a,\r\n    .post .td-post-source-tags span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-url a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-description {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n	.wp-caption-text,\r\n	.wp-caption-dd,\r\n	 .wp-block-image figcaption {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-sub-title,\r\n    .td-post-template-1 .td-post-sub-title,\r\n    .td-post-template-4 .td-post-sub-title,\r\n    .td-post-template-5 .td-post-sub-title,\r\n    .td-post-template-9 .td-post-sub-title,\r\n    .td-post-template-10 .td-post-sub-title,\r\n    .td-post-template-11 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_block_related_posts .entry-title a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-share-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-sub-title,\r\n    .td-post-template-3 .td-post-sub-title,\r\n    .td-post-template-6 .td-post-sub-title,\r\n    .td-post-template-7 .td-post-sub-title,\r\n    .td-post-template-8 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.footer-text-wrap {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-copy {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-menu ul li a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	\r\n	\r\n    .entry-crumbs a,\r\n    .entry-crumbs span,\r\n    #bbpress-forums .bbp-breadcrumb a,\r\n    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-trending-now-display-area .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .page-nav a,\r\n    .page-nav span {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #td-outer-wrap span.dropcap,\r\n    #td-outer-wrap p.has-drop-cap:not(:focus)::first-letter {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .widget_archive a,\r\n    .widget_calendar,\r\n    .widget_categories a,\r\n    .widget_nav_menu a,\r\n    .widget_meta a,\r\n    .widget_pages a,\r\n    .widget_recent_comments a,\r\n    .widget_recent_entries a,\r\n    .widget_text .textwidget,\r\n    .widget_tag_cloud a,\r\n    .widget_search input,\r\n    .woocommerce .product-categories a,\r\n    .widget_display_forums a,\r\n    .widget_display_replies a,\r\n    .widget_display_topics a,\r\n    .widget_display_views a,\r\n    .widget_display_stats {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n	input[type=\"submit\"],\r\n	.td-read-more a,\r\n	.vc_btn,\r\n	.woocommerce a.button,\r\n	.woocommerce button.button,\r\n	.woocommerce #respond input#submit {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product a .woocommerce-loop-product__title,\r\n	.woocommerce .widget.woocommerce .product_list_widget a,\r\n	.woocommerce-cart .woocommerce .product-name a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product .summary .product_title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n    \r\n    .category .td-category a {\r\n    	font-family:iransans-web;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:21:\"tds_thumb_placeholder\";s:0:\"\";s:25:\"tds_thumb_td_150x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_218x150_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_300x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_324x400_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_485x360_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_696x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1068x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1920x0_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:25:\"tds_thumb_td_0x420_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:25:\"tds_thumb_td_80x60_retina\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:26:\"tds_thumb_td_100x70_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_265x198_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:27:\"tds_thumb_td_324x160_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:27:\"tds_thumb_td_324x235_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:27:\"tds_thumb_td_356x220_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:27:\"tds_thumb_td_356x364_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:27:\"tds_thumb_td_533x261_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:27:\"tds_thumb_td_534x462_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:27:\"tds_thumb_td_696x385_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_741x486_retina\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:28:\"tds_thumb_td_1068x580_retina\";s:3:\"yes\";s:23:\"td_translation_map_user\";a:284:{s:9:\"EXCLUSIVE\";s:14:\"انحصاری\";s:4:\"Tel:\";s:9:\"تلفن:\";s:6:\"Email:\";s:11:\"ایمیل:\";s:16:\"View all results\";s:32:\"مشاهده تمام نتایج\";s:10:\"No results\";s:22:\"هیچ نتیجه ای\";s:4:\"Home\";s:8:\"خانه\";s:5:\"CLOSE\";s:10:\"نزدیک\";s:7:\"Loading\";s:16:\"بارگذاری\";s:36:\"Here are the results for the search:\";s:54:\"در اینجا نتایج جستجو آمده است:\";s:4:\"Page\";s:8:\"صفحه\";s:3:\"All\";s:6:\"همه\";s:2:\"By\";s:8:\"توسط\";s:9:\"Load more\";s:25:\"بارگیری بیشتر\";s:14:\"Modified date:\";s:22:\"تاریخ تغییر:\";s:13:\"Modified date\";s:28:\"تاریخ اصلاح شده\";s:19:\"Alphabetical A -> Z\";s:21:\"الفبایی a -> z\";s:12:\"Oldest posts\";s:31:\"قدیمی ترین پست ها\";s:6:\"Select\";s:21:\"انتخاب کنید\";s:17:\"View all posts in\";s:33:\"مشاهده تمام پست در\";s:4:\"Tags\";s:15:\"برچسب ها\";s:16:\"Previous article\";s:19:\"مقاله قبلی\";s:12:\"Next article\";s:19:\"مقاله بعدی\";s:7:\"Authors\";s:18:\"نویسندگان\";s:6:\"Author\";s:14:\"نویسنده\";s:16:\"RELATED ARTICLES\";s:23:\"مقالات مرتبط\";s:16:\"MORE FROM AUTHOR\";s:26:\"بیش از نویسنده\";s:3:\"VIA\";s:13:\"از طریق\";s:6:\"SOURCE\";s:8:\"منبع\";s:4:\"TAGS\";s:15:\"برچسب ها\";s:5:\"Share\";s:23:\"اشتراک گذاری\";s:5:\"SHARE\";s:12:\"اشتراک\";s:8:\"Continue\";s:10:\"ادامه\";s:9:\"Read more\";s:25:\"بیشتر بخوانید\";s:5:\"views\";s:15:\"نمایش ها\";s:5:\"Print\";s:6:\"چاپ\";s:5:\"Name:\";s:7:\"نام:\";s:8:\"Website:\";s:14:\"وب سایت:\";s:8:\"Comment:\";s:14:\"دیدگاه :\";s:13:\"LEAVE A REPLY\";s:15:\"پاسخ ترک\";s:12:\"Post Comment\";s:17:\"نظر ارسال\";s:12:\"Cancel reply\";s:15:\"لغو پاسخ\";s:5:\"Reply\";s:8:\"پاسخ\";s:25:\"Log in to leave a comment\";s:27:\"ورود به ترک نظر\";s:11:\"NO COMMENTS\";s:15:\"بدون نظر\";s:9:\"1 COMMENT\";s:8:\"1 نظر\";s:8:\"COMMENTS\";s:10:\"نظرات\";s:35:\"Your comment is awaiting moderation\";s:47:\"نظر خود را در انتظار تعدیل\";s:27:\"Please enter your name here\";s:56:\"لطفا نام خود را اینجا وارد کنید\";s:36:\"Please enter your email address here\";s:74:\"لطفا آدرس ایمیل خود را در اینجا وارد کنید\";s:44:\"You have entered an incorrect email address!\";s:69:\"شما یک آدرس ایمیل اشتباه وارد کرده اید\";s:26:\"Please enter your comment!\";s:45:\"لطفا نظر خود را وارد کنید\";s:12:\"Logged in as\";s:31:\"وارد شده به عنوان\";s:8:\"Log out?\";s:10:\"خروج؟\";s:35:\"Logged in as %s. Edit your profile.\";s:85:\"به عنوان٪ s وارد شدید پروفایل خودت را ویرایش کن.\";s:4:\"Edit\";s:21:\"ویرایش کنید\";s:2:\"At\";s:4:\"در\";s:2:\"on\";s:4:\"بر\";s:20:\"Comments are closed.\";s:26:\"نظرات بسته است\";s:15:\"REVIEW OVERVIEW\";s:34:\"بررسی اجمالی بررسی\";s:7:\"SUMMARY\";s:10:\"خلاصه\";s:13:\"OVERALL SCORE\";s:15:\"نمره کلی\";s:18:\"Ooops... Error 404\";s:21:\"وای ... خطا 404\";s:54:\"Sorry, but the page you are looking for doesn_t exist.\";s:82:\"با عرض پوزش، اما صفحه شما به دنبال وجود ندارد.\";s:17:\"You can go to the\";s:38:\"شما می توانید به رفتن\";s:8:\"HOMEPAGE\";s:19:\"صفحه خانگی\";s:16:\"OUR LATEST POSTS\";s:27:\"ما همه ارسال ها\";s:8:\"Posts by\";s:13:\"پست های\";s:5:\"POSTS\";s:6:\"پست\";s:17:\"Posts tagged with\";s:22:\"پست با برچسب\";s:3:\"Tag\";s:10:\"برچسب\";s:15:\"Daily Archives:\";s:24:\"آرشیو روزانه:\";s:17:\"Monthly Archives:\";s:24:\"آرشیو ماهانه:\";s:16:\"Yearly Archives:\";s:24:\"آرشیو سالانه:\";s:8:\"Archives\";s:14:\"بایگانی\";s:15:\"LATEST ARTICLES\";s:23:\"آخرین مقالات\";s:14:\"search results\";s:21:\"نتایج جستجو\";s:6:\"Search\";s:10:\"جستجو\";s:62:\"If you_re not happy with the results, please do another search\";s:82:\"اگر شما خوشحال نبود با نتایج، لطفا جستجو دیگر\";s:10:\"Contact us\";s:18:\"تماس با ما\";s:22:\"Follow us on Instagram\";s:60:\"به دنبال ما در نمایش مشخصات عمومی\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:43:\"صفحه  %CURRENT_PAGE% از %TOTAL_PAGES%\";s:4:\"Next\";s:6:\"بعد\";s:4:\"Prev\";s:8:\"قبلی\";s:4:\"Back\";s:12:\"بازگشت\";s:26:\"No results for your search\";s:51:\"هیچ نتیجه ای برای جستجوی شما\";s:19:\"No posts to display\";s:17:\"هیچ آیتمی\";s:19:\"No bookmarked posts\";s:67:\"هیچ پست نشانه گذاری شده ای وجود ندارد\";s:6:\"LOG IN\";s:8:\"ورود\";s:14:\"Sign in / Join\";s:42:\"ورود به سیستم / عضویت در\";s:7:\"Sign in\";s:8:\"ورود\";s:7:\"Sign up\";s:13:\"ثبت نام\";s:20:\"Log in With Facebook\";s:36:\"برای ورود با فیس بوک\";s:4:\"Join\";s:12:\"پیوستن\";s:6:\"Log In\";s:8:\"ورود\";s:5:\"Login\";s:8:\"ورود\";s:8:\"REGISTER\";s:8:\"ثبات\";s:8:\"Welcome!\";s:16:\"خوش آمدی!\";s:21:\"Log into your account\";s:46:\"وارد حساب کاربری خود شوید\";s:17:\"Password recovery\";s:30:\"بازیابی رمز عبور\";s:12:\"Send My Pass\";s:22:\"ارسال پاس من\";s:16:\"Send My Password\";s:36:\"رمز عبور من را بفرست\";s:21:\"Forgot your password?\";s:58:\"رمز عبور خود را فراموش کرده اید؟\";s:30:\"Forgot your password? Get help\";s:74:\"رمز عبور خود را فراموش کرده اید؟ کمک بگیر\";s:17:\"Create an account\";s:37:\"ایجاد یک حساب کاربری\";s:14:\"Please wait...\";s:28:\"لطفا صبر کنید ...\";s:27:\"User or password incorrect!\";s:52:\"کاربر یا رمز عبور اشتباه است!\";s:28:\"Email or username incorrect!\";s:56:\"ایمیل یا نام کاربری اشتباه است!\";s:16:\"Email incorrect!\";s:24:\"ایمیل نادرست!\";s:29:\"User or email already exists!\";s:81:\"کاربر یا پست الکترونیک در حال حاضر وجود دارد!\";s:76:\"Please check your email (inbox or spam folder), the password was sent there.\";s:0:\"\";s:24:\"Email address not found!\";s:36:\"آدرس ایمیل یافت نشد!\";s:41:\"Your password is reset, check your email.\";s:94:\"رمز عبور خود را تنظیم مجدد است، چک کردن ایمیل خود را.\";s:30:\"Welcome! Log into your account\";s:71:\"خوش آمدید ، به پنل کاربری خود وارد شوید.\";s:32:\"Welcome! Register for an account\";s:66:\"خوش آمدی! ثبت نام برای یک حساب کاربری\";s:23:\"Register for an account\";s:49:\"ثبت نام برای یک حساب کاربری\";s:21:\"Recover your password\";s:54:\"رمز عبور خود را بهبود می یابند\";s:13:\"your username\";s:31:\"نام کاربری خود را\";s:13:\"your password\";s:27:\"رمز عبور خود را\";s:10:\"your email\";s:17:\"ایمیل شما\";s:35:\"A password will be e-mailed to you.\";s:95:\"رمز عبور خواهد بود الکترونیکی نامه برای شما فرستاده.\";s:6:\"Logout\";s:24:\"خروج از سیستم\";s:28:\"CAPTCHA verification failed!\";s:40:\"تأیید کپچا ناموفق بود!\";s:45:\"CAPTCHA user score failed. Please contact us!\";s:95:\"امتیاز کاربر کپچا ناموفق بود. لطفا با ما تماس بگیرید!\";s:65:\"Someone has requested a password reset for the following account:\";s:98:\"شخصی برای حساب زیر درخواست بازنشانی رمز عبور داده است:\";s:12:\"Username: %s\";s:23:\"نام کاربری: %s\";s:70:\"If this was a mistake, just ignore this email and nothing will happen.\";s:136:\"اگر این یک اشتباه بود، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد.\";s:52:\"To reset your password, visit the following address:\";s:92:\"برای بازنشانی رمز عبور خود به آدرس زیر مراجعه کنید:\";s:4:\"Like\";s:10:\"مانند\";s:5:\"Likes\";s:8:\"دوست\";s:4:\"Fans\";s:16:\"طرفداران\";s:6:\"Follow\";s:19:\"دنبال کردن\";s:9:\"Followers\";s:12:\"پیروان\";s:7:\"Members\";s:8:\"اعضا\";s:9:\"Subscribe\";s:10:\"مشترک\";s:11:\"Subscribers\";s:14:\"مشترکین\";s:12:\"MORE STORIES\";s:12:\"داستان\";s:6:\"Latest\";s:10:\"آخرین\";s:14:\"Featured posts\";s:22:\"پست های ویژه\";s:12:\"Most popular\";s:19:\"محبوب ترین\";s:14:\"7 days popular\";s:19:\"7 روز محبوب\";s:15:\"By review score\";s:28:\"توسط نمره بررسی\";s:6:\"Random\";s:12:\"تصادفی\";s:12:\"Trending Now\";s:29:\"در حال حاضر روند\";s:16:\"POPULAR CATEGORY\";s:17:\"رده محبوب\";s:13:\"POPULAR POSTS\";s:24:\"پست های محبوب\";s:12:\"EDITOR PICKS\";s:29:\"میدارد ویرایشگر\";s:8:\"ABOUT US\";s:19:\"دربارهی ما\";s:8:\"About me\";s:17:\"درمورد من\";s:9:\"FOLLOW US\";s:29:\"ما را دنبال کنید\";s:14:\"EVEN MORE NEWS\";s:31:\"اخبار و حتی بیشتر\";s:25:\"Previous (Left arrow key)\";s:49:\"قبلی (کلید های arrow به سمت چپ)\";s:22:\"Next (Right arrow key)\";s:42:\"بعدی (کلید فلش سمت راست)\";s:17:\"%curr% of %total%\";s:19:\"%curr% از %total%\";s:43:\"The content from %url% could not be loaded.\";s:57:\"محتوا از %url% نمی تواند بارگذاری.\";s:38:\"The image #%curr% could not be loaded.\";s:54:\"#%curr% تصویر نمی تواند بارگذاری.\";s:4:\"Blog\";s:10:\"وبلاگ\";s:17:\"Share on Facebook\";s:25:\"سهم در فیس بوک\";s:16:\"Tweet on Twitter\";s:40:\"صدای جیر جیر در توییتر\";s:8:\"Featured\";s:12:\"برجسته\";s:16:\"All time popular\";s:28:\"تمام زمان محبوب\";s:4:\"More\";s:6:\"بیش\";s:8:\"Register\";s:8:\"ثبات\";s:2:\"of\";s:4:\"از\";s:21:\"Euro Member Countries\";s:30:\"کشورهای عضو یورو\";s:17:\"Australian Dollar\";s:25:\"دلار استرالیا\";s:13:\"Bulgarian Lev\";s:17:\"بلغاری لو\";s:14:\"Brazilian Real\";s:21:\"برزیل واقعی\";s:15:\"Canadian Dollar\";s:25:\"دلار کانادایی\";s:11:\"Swiss Franc\";s:21:\"فرانک سوئیس\";s:21:\"Chinese Yuan Renminbi\";s:30:\"رنمینبی یوان چین\";s:21:\"Czech Republic Koruna\";s:30:\"کرونای جمهوری چک\";s:12:\"Danish Krone\";s:23:\"کرون دانمارک\";s:13:\"British Pound\";s:21:\"پوند انگلیس\";s:16:\"Hong Kong Dollar\";s:22:\"دلار هنگ کنگ\";s:13:\"Croatian Kuna\";s:21:\"کونا کرواتی\";s:16:\"Hungarian Forint\";s:29:\"فورینت مجارستان\";s:17:\"Indonesian Rupiah\";s:25:\"روپیه اندونزی\";s:14:\"Israeli Shekel\";s:21:\"شکل اسرائیل\";s:12:\"Indian Rupee\";s:17:\"روپیه هند\";s:12:\"Japanese Yen\";s:13:\"ین ژاپن\";s:18:\"Korean (South) Won\";s:35:\"کره ای (جنوبی) برنده\";s:12:\"Mexican Peso\";s:19:\"پزوی مکزیک\";s:17:\"Malaysian Ringgit\";s:18:\"مالزی Ringgit\";s:15:\"Norwegian Krone\";s:19:\"کرون نروژی\";s:18:\"New Zealand Dollar\";s:25:\"دلار نیوزیلند\";s:15:\"Philippine Peso\";s:23:\"پزوی فیلیپین\";s:12:\"Polish Zloty\";s:20:\"Zloty لهستانی\";s:18:\"Romanian (New) Leu\";s:33:\"رومانیایی (جدید) LEU\";s:13:\"Russian Ruble\";s:19:\"روبل روسیه\";s:13:\"Swedish Krona\";s:17:\"کرون سوئد\";s:16:\"Singapore Dollar\";s:23:\"دلار سنگاپور\";s:9:\"Thai Baht\";s:19:\"بات تایلند\";s:12:\"Turkish Lira\";s:19:\"لیره ترکیه\";s:20:\"United States Dollar\";s:21:\"دلار آمریکا\";s:18:\"South African Rand\";s:32:\"رند آفریقای جنوبی\";s:77:\"Save my name, email, and website in this browser for the next time I comment.\";s:140:\"نام من، ایمیل، و وب سایت را در این مرورگر برای دفعه بعد که نظر میدهم ذخیره کنم.\";s:14:\"Privacy Policy\";s:37:\"سیاست حفظ حریم خصوصی\";s:10:\"My account\";s:0:\"\";s:6:\"Orders\";s:14:\"سفارشات\";s:9:\"Downloads\";s:16:\"دانلودها\";s:9:\"Addresses\";s:13:\"آدرس ها\";s:16:\"Account settings\";s:23:\"تنظیمات حساب\";s:5:\"Hello\";s:8:\"سلام\";s:24:\"No products in the cart.\";s:49:\"هیچ محصولی در سبدخرید نیست.\";s:18:\"Product categories\";s:32:\"دسته بندی محصولات\";s:12:\"Product tags\";s:28:\"برچسب های محصول\";s:8:\"inc. TAX\";s:21:\"شرکت مالیات\";s:7:\"ex. TAX\";s:22:\"سابق. مالیات\";s:83:\"An unexpected error has occured while trying to create your post. Please try again.\";s:151:\"هنگام تلاش برای ایجاد پست شما، یک خطای غیرمنتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:40:\"Your post has been successfully created.\";s:47:\"پست شما با موفقیت ایجاد شد\";s:40:\"Your post has been successfully updated.\";s:48:\"پست شما با موفقیت به روز شد\";s:64:\"An unexpected error has occurred and the mail could not be sent.\";s:84:\"یک خطای غیرمنتظره رخ داده است و نامه ارسال نشد.\";s:9:\"Location:\";s:7:\"محل:\";s:37:\"The email has been successfully sent.\";s:44:\"ایمیل با موفقیت ارسال شد\";s:51:\"An unexpected error has occurred. Please try again.\";s:96:\"یک خطای غیر منتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:23:\"Drag and drop or browse\";s:52:\"بکشید و رها کنید یا مرور کنید\";s:20:\"Search by keyword...\";s:35:\"جستجو با کلیدواژه...\";s:13:\"Select parent\";s:35:\"والد را انتخاب کنید\";s:7:\"Add new\";s:24:\"جدید اضافه کن\";s:12:\"Select child\";s:37:\"فرزند را انتخاب کنید\";s:16:\"Select sub-child\";s:46:\"فرزند فرعی را انتخاب کنید\";s:9:\"Posted by\";s:26:\"ارسال شده توسط\";s:7:\"Overall\";s:18:\"به طور کلی\";s:11:\"Post review\";s:17:\"پست بررسی\";s:23:\"This field is required!\";s:36:\"این فیلد الزامی است!\";s:75:\"Your review has been published. Please refresh the page in order to see it.\";s:108:\"نظر شما انتشار پیدا کرد. لطفا صفحه را برای دیدن آن رفرش کنید.\";s:57:\"Your review has been registered and is awaiting approval.\";s:78:\"بررسی شما ثبت شده است و در انتظار تایید است.\";s:12:\"Submit reply\";s:36:\"پاسخ خود را ثبت کنید\";s:16:\"Enter your reply\";s:38:\"پاسخ خود را وارد کنید\";s:4:\"Name\";s:6:\"نام\";s:13:\"Email address\";s:19:\"آدرس ایمیل\";s:6:\"Cancel\";s:6:\"لغو\";s:42:\"Some required fields have been left blank.\";s:76:\"برخی از فیلدهای ضروری خالی گذاشته شده اند.\";s:35:\"Please enter a valid email address.\";s:63:\"لطفا یک آدرس ایمیل معتبر وارد کنید.\";s:31:\"The number cannot be lower than\";s:42:\"تعداد نمی تواند کمتر از\";s:32:\"The number cannot be higher than\";s:54:\"عدد نمی تواند بیشتر از آن باشد\";s:14:\"Leave a review\";s:30:\"یک بررسی بگذارید\";s:6:\"Submit\";s:10:\"ارسال\";s:6:\"Update\";s:22:\"به روز رسانی\";s:8:\"out of 5\";s:6:\"از 5\";s:74:\"You have reached the limit of reviews that you can submit for this article\";s:126:\"شما به حد مجاز نظراتی که می توانید برای این مقاله ارسال کنید رسیده اید\";s:25:\"Log in to leave a review.\";s:46:\"برای گذاشتن نظر وارد شوید\";s:29:\"Enter a title for your review\";s:62:\"عنوانی را برای بررسی خود وارد کنید\";s:17:\"Enter your review\";s:36:\"نظر خود را وارد کنید\";s:15:\"Review criteria\";s:27:\"معیارهای بررسی\";s:26:\"Enter Your Name or Company\";s:50:\"نام یا شرکت خود را وارد کنید\";s:13:\"Submit review\";s:21:\"ارسال بررسی\";s:6:\"Delete\";s:6:\"حذف\";s:74:\"Your reply has been published. Please refresh the page in order to see it.\";s:96:\"پاسخ شما منتشر شد لطفا صفحه را برای دیدن آن رفرش کنید.\";s:31:\"You have not created any posts.\";s:51:\"شما هیچ پستی ایجاد نکرده اید\";s:48:\"The selected post has been successfully deleted.\";s:52:\"پست انتخابی با موفقیت حذف شد.\";s:2:\"ID\";s:10:\"شناسه\";s:6:\"Rating\";s:17:\"رتبه بندی\";s:5:\"Title\";s:10:\"عنوان\";s:10:\"Post image\";s:21:\"ارسال تصویر\";s:10:\"Categories\";s:22:\"دسته بندی ها\";s:4:\"Date\";s:10:\"تاریخ\";s:12:\"Source title\";s:19:\"عنوان منبع\";s:9:\"No rating\";s:17:\"بدون رتبه\";s:4:\"View\";s:17:\"چشم انداز\";s:7:\"Publish\";s:12:\"انتشار\";s:12:\"Add new post\";s:35:\"اضافه کردن پست جدید\";s:9:\"Edit post\";s:19:\"ویرایش پست\";s:14:\"Publish a post\";s:31:\"یک پست منتشر کنید\";s:45:\"The status for %POST_TITLE% has been changed.\";s:51:\"وضعیت %post_title% تغییر کرده است.\";s:46:\"Are you sure you want to publish %POST_TITLE%?\";s:91:\"آیا مطمئن هستید که می خواهید %post_title% را منتشر کنید؟\";s:13:\"Delete a post\";s:32:\"یک پست را حذف کنید\";s:45:\"Are you sure you want to delete %POST_TITLE%?\";s:87:\"آیا مطمئن هستید که می خواهید %post_title% را حذف کنید؟\";s:37:\"%POST_TITLE% has been moved to trash.\";s:52:\"%post_title% به سطل زباله منتقل شد.\";s:64:\"You do not hold the required priveleges to execute this request.\";s:110:\"شما از امتیازات لازم برای اجرای این درخواست برخوردار نیستید.\";s:18:\"No search results.\";s:59:\"هیچ نتیجه ای برای جستجو یافت نشد.\";s:3:\"Yes\";s:6:\"آره\";s:2:\"No\";s:4:\"نه\";s:4:\"Save\";s:17:\"صرفه جویی\";s:21:\"Search for a location\";s:33:\"جستجو برای یک مکان\";s:12:\"Address line\";s:13:\"خط آدرس\";s:10:\"(Optional)\";s:16:\"(اختیاری)\";s:4:\"City\";s:6:\"شهر\";s:5:\"State\";s:8:\"حالت\";s:7:\"Country\";s:8:\"کشور\";s:15:\"Create new term\";s:32:\"ایجاد اصطلاح جدید\";s:6:\"Parent\";s:12:\"والدین\";s:11:\"Description\";s:6:\"شرح\";s:16:\"Delete bookmarks\";s:27:\"حذف بوک مارک ها\";}s:15:\"tds_theme_color\";s:7:\"#6d7b88\";s:25:\"tds_site_background_color\";s:0:\"\";s:14:\"tds_site_boxed\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_loader_image_bg_color\";s:0:\"\";s:21:\"tds_mob_toolbar_color\";s:0:\"\";s:8:\"td_fonts\";a:177:{s:18:\"title_xxsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_xsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"title_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_big_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_sub_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"client_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"food_menu_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"fancy_text_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"counter_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:23:\"progress_bar_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"team_member_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"testimonial_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"call_to_action_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"column_content_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:33:\"fancy_text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"food_menu_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"hero_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"icon_box_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"image_info_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"inline_text_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:30:\"pricing_table_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"team_member_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"testimonial_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"text_list_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_large_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_xlarge_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"login_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"text_logo\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"text_logo_tagline\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx18\";a:1:{s:11:\"font_family\";s:6:\"file_2\";}s:11:\"module_mx19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx20\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx21\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx22\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx23\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx24\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx25\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx26\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"news_ticker\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_1columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_2columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_3columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"big_grid_tiny\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"big_grid_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"big_grid_medium\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"big_grid_big\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"homepage_post\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_blockquote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_box_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_pull_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_lists\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"post_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"post_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"post_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"via_source_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_next_prev_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_next_prev\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"box_author_name\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"box_author_url\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"box_author_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_related\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_share\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_image_caption\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_large\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"page_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"breadcrumb\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"news_ticker_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"dropcap\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_widgets\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_buttons\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"woocommerce_products\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"woocommerce_product_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_header\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_titles\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"bbpress_subcategories\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"bbpress_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_replies\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_notices\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"bbpress_pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"bbpress_topic\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"woo_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}}s:9:\"td_011_ta\";s:7:\"lp_sent\";s:11:\"tdc_savings\";a:2:{s:11:\"recentFonts\";a:1:{i:0;s:6:\"file_5\";}s:12:\"recentColors\";a:3:{i:0;s:12:\"IiNkZDk5MzMi\";i:1;s:12:\"IiNkZDg1MDAi\";i:2;s:12:\"IiNmZmZmZmYi\";}}s:18:\"tds_top_menu_color\";s:7:\"#b47029\";s:23:\"tds_top_menu_text_color\";s:7:\"#ffffff\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(312, 'widget_td_block_ad_box_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(313, 'widget_td_block_authors_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(314, 'widget_td_block_author_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(315, 'widget_td_block_popular_categories_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(316, 'widget_td_block_slide_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(317, 'widget_td_block_text_with_title_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(318, 'widget_td_block_weather_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(319, 'widget_td_block_exchange_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(320, 'widget_td_block_instagram_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(321, 'widget_td_block_pinterest_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(322, 'widget_td_block_image_box_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(324, 'td_011_settings', 'a:5:{s:19:\"2025-02-17 18:54:21\";a:534:{s:7:\"td_011_\";i:2;s:6:\"td_011\";s:44:\"KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio=\";s:27:\"theme_update_latest_version\";s:85:\"{\"12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2025\\/02\\/Newspaper.zip\"}\";s:21:\"theme_update_versions\";s:603:\"[{\"12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2025\\/02\\/Newspaper.zip\"},{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"},{\"12.6.7\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/08\\/Newspaper.zip\"},{\"12.6.6\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/05\\/Newspaper.zip\"},{\"12.6.5\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/03\\/Newspaper.zip\"},{\"12.6.4\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/02\\/Newspaper.zip\"},{\"12.6.3\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2023\\/12\\/Newspaper.zip\"}]\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1710693085;s:11:\"test_status\";s:9:\"wordpress\";}s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:18:\"tds_thumb_td_150x0\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:18:\"tds_thumb_td_300x0\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:18:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:5:\"naver\";b:0;s:9:\"flipboard\";b:0;s:8:\"copy_url\";b:0;s:5:\"kakao\";b:0;s:5:\"gettr\";b:0;s:3:\"koo\";b:0;}s:18:\"td_social_networks\";a:0:{}s:21:\"tds_logo_width_height\";b:1;s:10:\"td_version\";s:6:\"12.6.4\";s:9:\"td_011_tp\";i:1710693086;s:16:\"td_updated_fonts\";b:1;s:36:\"td_updated_td_posts_form_submit_meta\";b:1;s:15:\"firstinstallMob\";s:20:\"mobilethemeInstalled\";s:24:\"tds_logo_menu_upload_mob\";s:0:\"\";s:26:\"tds_logo_menu_upload_r_mob\";s:0:\"\";s:16:\"tds_logo_alt_mob\";s:0:\"\";s:18:\"tds_logo_title_mob\";s:0:\"\";s:14:\"tds_footer_mob\";s:0:\"\";s:26:\"tds_footer_logo_upload_mob\";s:0:\"\";s:33:\"tds_footer_retina_logo_upload_mob\";s:0:\"\";s:19:\"tds_footer_text_mob\";s:0:\"\";s:20:\"tds_footer_email_mob\";s:0:\"\";s:23:\"tds_footer_logo_alt_mob\";s:0:\"\";s:25:\"tds_footer_logo_title_mob\";s:0:\"\";s:21:\"tds_footer_social_mob\";s:0:\"\";s:18:\"tds_sub_footer_mob\";s:0:\"\";s:24:\"tds_footer_copyright_mob\";s:0:\"\";s:26:\"tds_footer_copy_symbol_mob\";s:0:\"\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:23:\"tdm_frontpage_grid_sort\";s:6:\"latest\";s:42:\"tdm_frontpage_latest_articles_posts_offset\";s:1:\"3\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:1:\"5\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:17:\"l , j F Y - g:i A\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:29:\"tds_weather_location_top_menu\";s:10:\"تهران\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:21:\"tds_logo_upload_width\";s:3:\"300\";s:22:\"tds_logo_upload_height\";s:2:\"79\";s:17:\"tds_logo_upload_r\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:18:\"tds_favicon_upload\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:17:\"tds_logo_h1_pages\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:26:\"tds_logo_menu_upload_width\";s:0:\"\";s:27:\"tds_logo_menu_upload_height\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:20:\"tds_hide_mobile_menu\";s:0:\"\";s:22:\"tds_hide_mobile_search\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_114\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_120\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_144\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_152\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:19:\"tdb_footer_template\";s:0:\"\";s:19:\"tds_footer_ui_delay\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_4\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:31:\"tds_footer_instagram_image_size\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:28:\"tds_footer_logo_upload_width\";s:0:\"\";s:29:\"tds_footer_logo_upload_height\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:26:\"سایت ای بی تی 90\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:102:\"Copyright 2025 , متعلق به <strong><a href=\\\"http://abt90iran.bet/\\\">ای بی تی</a></strong>\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:18:\"tds_modal_video_ad\";s:0:\"\";s:24:\"tds_modal_video_ad_title\";s:0:\"\";s:26:\"tds_modal_video_ad_disable\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:10:\"tds_to_top\";s:0:\"\";s:20:\"tds_to_top_on_mobile\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:2:\"no\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:44:\"td_stretch_container td_stretch_content_1600\";s:14:\"td_full_header\";s:44:\"td_stretch_container td_stretch_content_1200\";s:12:\"td_full_menu\";s:44:\"td_stretch_container td_stretch_content_1200\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:44:\"td_stretch_container td_stretch_content_1200\";s:14:\"td_full_footer\";s:44:\"td_stretch_container td_stretch_content_1200\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_layout_size\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:27:\"tds_search_taxonomies_terms\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:35:\"tds_general_modal_image_disable_mob\";s:0:\"\";s:26:\"tds_smart_list_modal_image\";s:0:\"\";s:11:\"tds_reviews\";s:0:\"\";s:37:\"tds_enable_products_schema_on_reviews\";s:0:\"\";s:26:\"tds_disable_article_schema\";s:0:\"\";s:27:\"tds_aggregate_rating_schema\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_video_playing_one\";s:0:\"\";s:22:\"tds_video_pause_hidden\";s:0:\"\";s:14:\"tds_video_lazy\";s:0:\"\";s:16:\"tds_video_scroll\";s:0:\"\";s:15:\"tds_video_width\";s:0:\"\";s:20:\"tds_video_position_v\";s:0:\"\";s:20:\"tds_video_distance_v\";s:0:\"\";s:20:\"tds_video_position_h\";s:0:\"\";s:20:\"tds_video_distance_h\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_2\";s:25:\"tds_category_module_slide\";s:3:\"yes\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:21:\"tds_category_module_1\";s:3:\"yes\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:3:\"yes\";s:21:\"tds_category_module_4\";s:3:\"yes\";s:21:\"tds_category_module_5\";s:3:\"yes\";s:21:\"tds_category_module_6\";s:3:\"yes\";s:21:\"tds_category_module_7\";s:3:\"yes\";s:21:\"tds_category_module_8\";s:3:\"yes\";s:21:\"tds_category_module_9\";s:3:\"yes\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:3:\"yes\";s:22:\"tds_category_module_12\";s:3:\"yes\";s:22:\"tds_category_module_13\";s:3:\"yes\";s:22:\"tds_category_module_14\";s:3:\"yes\";s:22:\"tds_category_module_15\";s:3:\"yes\";s:22:\"tds_category_module_16\";s:3:\"yes\";s:22:\"tds_category_module_17\";s:3:\"yes\";s:22:\"tds_category_module_18\";s:3:\"yes\";s:22:\"tds_category_module_19\";s:3:\"yes\";s:23:\"tds_category_module_mx1\";s:3:\"yes\";s:23:\"tds_category_module_mx2\";s:3:\"yes\";s:23:\"tds_category_module_mx3\";s:3:\"yes\";s:23:\"tds_category_module_mx4\";s:3:\"yes\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:3:\"yes\";s:23:\"tds_category_module_mx7\";s:3:\"yes\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:3:\"yes\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:3:\"yes\";s:24:\"tds_category_module_mx12\";s:3:\"yes\";s:24:\"tds_category_module_mx13\";s:3:\"yes\";s:24:\"tds_category_module_mx14\";s:3:\"yes\";s:24:\"tds_category_module_mx15\";s:3:\"yes\";s:24:\"tds_category_module_mx16\";s:3:\"yes\";s:24:\"tds_category_module_mx17\";s:3:\"yes\";s:24:\"tds_category_module_mx18\";s:3:\"yes\";s:24:\"tds_category_module_mx19\";s:3:\"yes\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:3:\"yes\";s:24:\"tds_category_module_mx22\";s:3:\"yes\";s:24:\"tds_category_module_mx23\";s:3:\"yes\";s:24:\"tds_category_module_mx24\";s:3:\"yes\";s:24:\"tds_category_module_mx25\";s:3:\"yes\";s:24:\"tds_category_module_mx26\";s:3:\"yes\";s:33:\"tds_category_module_related_posts\";s:3:\"yes\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:20:\"tds_m_nofollow_image\";s:0:\"\";s:27:\"tds_loader_background_image\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:21:\"tds_minify_inline_css\";s:0:\"\";s:24:\"tds_aggregate_inline_css\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:27:\"tds_m_show_links_in_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:2:\"fa\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:22:\"g_mob_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:12:\"td_body_code\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:24:\"tds_tweeter_username_via\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:11:\"tds_captcha\";s:0:\"\";s:15:\"tds_captcha_url\";s:0:\"\";s:20:\"tds_captcha_site_key\";s:0:\"\";s:22:\"tds_captcha_secret_key\";s:0:\"\";s:17:\"tds_captcha_score\";s:0:\"\";s:26:\"tds_social_login_fb_enable\";s:5:\"false\";s:26:\"tds_social_login_fb_app_id\";s:0:\"\";s:14:\"tds_yt_api_key\";s:0:\"\";s:18:\"tds_flickr_api_key\";s:0:\"\";s:14:\"tds_gm_api_key\";s:0:\"\";s:14:\"tds_bm_api_key\";s:0:\"\";s:24:\"tds_twitch_api_client_id\";s:0:\"\";s:28:\"tds_twitch_api_client_secret\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tdm_is_multisite\";s:0:\"\";s:15:\"tdm_sticky_menu\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_live_search_mob\";s:0:\"\";s:30:\"tds_logo_menu_upload_mob_width\";s:0:\"\";s:31:\"tds_logo_menu_upload_mob_height\";s:0:\"\";s:14:\"tds_h1_on_logo\";s:0:\"\";s:32:\"tds_footer_logo_upload_mob_width\";s:0:\"\";s:33:\"tds_footer_logo_upload_mob_height\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:17:\"tdm_amp_ads_title\";s:0:\"\";s:17:\"tdm_amp_analytics\";s:0:\"\";s:15:\"tdm_smartlist_2\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:18:\"tdm_frontpage_grid\";s:0:\"\";s:17:\"tdm_category_grid\";s:0:\"\";s:21:\"tdm_grids_posts_limit\";s:0:\"\";s:29:\"tdm_frontpage_grid_cat_filter\";s:0:\"\";s:41:\"tdm_frontpage_latest_articles_posts_limit\";s:0:\"\";s:25:\"tds_category_mobule_mob_1\";s:0:\"\";s:25:\"tds_category_mobule_mob_2\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:31:{s:11:\"font_file_1\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_1\";s:12:\"iransans-web\";s:11:\"font_file_2\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_2\";s:12:\"iransans-web\";s:11:\"font_file_3\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_3\";s:12:\"iransans-web\";s:11:\"font_file_4\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_4\";s:12:\"iransans-web\";s:11:\"font_file_5\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_5\";s:12:\"iransans-web\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:1990:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:16:\"td_fonts_default\";a:1:{s:13:\"default_fonts\";s:0:\"\";}s:6:\"td_ads\";a:8:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:16:\"tdm_amp_auto_ads\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:26800:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\nul.sf-menu > .menu-item > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-logo-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-tagline-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n    \r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n\r\n	\r\n    .td-page-title,\r\n    .td-category-title-holder .td-page-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content p,\r\n    .td-page-content li,\r\n    .td-page-content .td_block_text_with_title,\r\n    .wpb_text_column p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h1,\r\n    .wpb_text_column h1 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h2,\r\n    .wpb_text_column h2 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h3,\r\n    .wpb_text_column h3 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h4,\r\n    .wpb_text_column h4 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h5,\r\n    .wpb_text_column h5 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h6,\r\n    .wpb_text_column h6 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n	\r\n    body, p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    #bbpress-forums .bbp-header .bbp-forums,\r\n    #bbpress-forums .bbp-header .bbp-topics,\r\n    #bbpress-forums .bbp-header {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-forum-title,\r\n    #bbpress-forums .hentry .bbp-topic-permalink {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forums-list li {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forum-info .bbp-forum-content {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-forum-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-topic-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-reply-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-search-author a.bbp-author-name,\r\n    #bbpress-forums .bbp-forum-freshness .bbp-author-name,\r\n    #bbpress-forums .bbp-topic-freshness a:last-child {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-topic-content p,\r\n    #bbpress-forums .hentry .bbp-reply-content p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-template-notice p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-pagination-count,\r\n    #bbpress-forums .page-numbers {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-topic-started-by,\r\n    #bbpress-forums .bbp-topic-started-by a,\r\n    #bbpress-forums .bbp-topic-started-in,\r\n    #bbpress-forums .bbp-topic-started-in a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n	.white-popup-block,\r\n	.white-popup-block .wpb_button {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    \r\n	.woocommerce {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n    :root{--td_excl_label:\'انحصاری\';--td_theme_color:#6d7b88;--td_slider_text:rgba(109,123,136,0.7);}\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\n.td-header-style-12 .td-header-menu-wrap-full,\r\n    .td-header-style-12 .td-affix,\r\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td_category_template_3 .td-current-sub-category,\r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n     .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n     .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\r\n        background-color: #6d7b88;\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .cur-sub-cat,\r\n    .td-mega-span h3 a:hover,\r\n    .td_mod_mega_menu:hover .entry-title a,\r\n    .header-search-wrap .result-msg a:hover,\r\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\r\n    .td-header-top-menu .td-icon-search:hover,\r\n    .td-header-wrap .result-msg a:hover,\r\n    .top-header-menu li a:hover,\r\n    .top-header-menu .current-menu-item > a,\r\n    .top-header-menu .current-menu-ancestor > a,\r\n    .top-header-menu .current-category-ancestor > a,\r\n    .td-social-icon-wrap > a:hover,\r\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n    .td_mod_related_posts:hover h3 > a,\r\n    .td-post-template-11 .td-related-title .td-related-left:hover,\r\n    .td-post-template-11 .td-related-title .td-related-right:hover,\r\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n    .td-category-header .td-pulldown-category-filter-link:hover,\r\n    .td-category-siblings .td-subcat-dropdown a:hover,\r\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n    .footer-text-wrap .footer-email-wrap a,\r\n    .footer-social-wrap a:hover,\r\n    .td_module_17 .td-read-more a:hover,\r\n    .td_module_18 .td-read-more a:hover,\r\n    .td_module_19 .td-post-author-name a:hover,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\r\n        color: #6d7b88;\r\n    }\r\n    \r\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n        color: #6d7b88 !important;\r\n    }\r\n    \r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\r\n        border-color: #6d7b88;\r\n    }\r\n    \r\n    \r\n\r\n\r\n    \r\n    .td-header-wrap .td-header-top-menu-full,\r\n    .td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-1.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-2.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-3.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu {\r\n        background-color: #b47029;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full {\r\n        background-color: transparent;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full .td-header-top-menu {\r\n        background-color: #b47029;\r\n        padding-left: 15px;\r\n        padding-right: 15px;\r\n    }\r\n\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full {\r\n        border-bottom: none;\r\n    }\r\n\r\n\r\n    \r\n    .td-header-top-menu,\r\n    .td-header-top-menu a,\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full a,\r\n    .td-header-style-8 .td-header-top-menu,\r\n    .td-header-style-8 .td-header-top-menu a,\r\n    .td-header-top-menu .td-drop-down-search .entry-title a {\r\n        color: #ffffff;\r\n    }\r\n\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    body .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    .top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n    .td-theme-slider.iosSlider-col-1 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-2 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-3 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .homepage-post .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.td_module_wrap .td-module-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_module_1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_15 .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.td_block_trending_now .entry-title,\r\n	.td-theme-slider .td-module-title,\r\n    .td-big-grid-post .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_block_trending_now .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx15 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx20 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx21 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx22 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx23 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx24 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx25 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx26 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-big-thumb .td-big-grid-meta,\r\n    .td-big-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-medium-thumb .td-big-grid-meta,\r\n    .td-medium-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-small-thumb .td-big-grid-meta,\r\n    .td-small-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta,\r\n    .td-tiny-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.post .td-post-header .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-1 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-3 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-4 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-5 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-6 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-7 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-9 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-10 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-11 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-12 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-13 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .td-post-content p,\r\n    .td-post-content {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post blockquote p,\r\n    .page blockquote p,\r\n    .td-post-text-content blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_quote_box p,\r\n    .page .td_quote_box p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_pull_quote p,\r\n    .page .td_pull_quote p,\r\n    .post .wp-block-pullquote blockquote p,\r\n    .page .wp-block-pullquote blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content li {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h1 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h2 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h3 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h4 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h5 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h6 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .post .td-category a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-author-name,\r\n    .post header .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-views span,\r\n    .post header .td-post-comments {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-source-tags a,\r\n    .post .td-post-source-tags span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-url a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-description {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n	.wp-caption-text,\r\n	.wp-caption-dd,\r\n	 .wp-block-image figcaption {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-sub-title,\r\n    .td-post-template-1 .td-post-sub-title,\r\n    .td-post-template-4 .td-post-sub-title,\r\n    .td-post-template-5 .td-post-sub-title,\r\n    .td-post-template-9 .td-post-sub-title,\r\n    .td-post-template-10 .td-post-sub-title,\r\n    .td-post-template-11 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_block_related_posts .entry-title a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-share-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-sub-title,\r\n    .td-post-template-3 .td-post-sub-title,\r\n    .td-post-template-6 .td-post-sub-title,\r\n    .td-post-template-7 .td-post-sub-title,\r\n    .td-post-template-8 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.footer-text-wrap {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-copy {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-menu ul li a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	\r\n	\r\n    .entry-crumbs a,\r\n    .entry-crumbs span,\r\n    #bbpress-forums .bbp-breadcrumb a,\r\n    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-trending-now-display-area .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .page-nav a,\r\n    .page-nav span {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #td-outer-wrap span.dropcap,\r\n    #td-outer-wrap p.has-drop-cap:not(:focus)::first-letter {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .widget_archive a,\r\n    .widget_calendar,\r\n    .widget_categories a,\r\n    .widget_nav_menu a,\r\n    .widget_meta a,\r\n    .widget_pages a,\r\n    .widget_recent_comments a,\r\n    .widget_recent_entries a,\r\n    .widget_text .textwidget,\r\n    .widget_tag_cloud a,\r\n    .widget_search input,\r\n    .woocommerce .product-categories a,\r\n    .widget_display_forums a,\r\n    .widget_display_replies a,\r\n    .widget_display_topics a,\r\n    .widget_display_views a,\r\n    .widget_display_stats {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n	input[type=\"submit\"],\r\n	.td-read-more a,\r\n	.vc_btn,\r\n	.woocommerce a.button,\r\n	.woocommerce button.button,\r\n	.woocommerce #respond input#submit {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product a .woocommerce-loop-product__title,\r\n	.woocommerce .widget.woocommerce .product_list_widget a,\r\n	.woocommerce-cart .woocommerce .product-name a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product .summary .product_title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n    \r\n    .category .td-category a {\r\n    	font-family:iransans-web;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:21:\"tds_thumb_placeholder\";s:0:\"\";s:25:\"tds_thumb_td_150x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_218x150_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_300x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_324x400_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_485x360_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_696x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1068x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1920x0_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:25:\"tds_thumb_td_0x420_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:25:\"tds_thumb_td_80x60_retina\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:26:\"tds_thumb_td_100x70_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_265x198_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:27:\"tds_thumb_td_324x160_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:27:\"tds_thumb_td_324x235_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:27:\"tds_thumb_td_356x220_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:27:\"tds_thumb_td_356x364_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:27:\"tds_thumb_td_533x261_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:27:\"tds_thumb_td_534x462_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:27:\"tds_thumb_td_696x385_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_741x486_retina\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:28:\"tds_thumb_td_1068x580_retina\";s:3:\"yes\";s:23:\"td_translation_map_user\";a:284:{s:9:\"EXCLUSIVE\";s:14:\"انحصاری\";s:4:\"Tel:\";s:9:\"تلفن:\";s:6:\"Email:\";s:11:\"ایمیل:\";s:16:\"View all results\";s:32:\"مشاهده تمام نتایج\";s:10:\"No results\";s:22:\"هیچ نتیجه ای\";s:4:\"Home\";s:8:\"خانه\";s:5:\"CLOSE\";s:10:\"نزدیک\";s:7:\"Loading\";s:16:\"بارگذاری\";s:36:\"Here are the results for the search:\";s:54:\"در اینجا نتایج جستجو آمده است:\";s:4:\"Page\";s:8:\"صفحه\";s:3:\"All\";s:6:\"همه\";s:2:\"By\";s:8:\"توسط\";s:9:\"Load more\";s:25:\"بارگیری بیشتر\";s:14:\"Modified date:\";s:22:\"تاریخ تغییر:\";s:13:\"Modified date\";s:28:\"تاریخ اصلاح شده\";s:19:\"Alphabetical A -> Z\";s:21:\"الفبایی a -> z\";s:12:\"Oldest posts\";s:31:\"قدیمی ترین پست ها\";s:6:\"Select\";s:21:\"انتخاب کنید\";s:17:\"View all posts in\";s:33:\"مشاهده تمام پست در\";s:4:\"Tags\";s:15:\"برچسب ها\";s:16:\"Previous article\";s:19:\"مقاله قبلی\";s:12:\"Next article\";s:19:\"مقاله بعدی\";s:7:\"Authors\";s:18:\"نویسندگان\";s:6:\"Author\";s:14:\"نویسنده\";s:16:\"RELATED ARTICLES\";s:23:\"مقالات مرتبط\";s:16:\"MORE FROM AUTHOR\";s:26:\"بیش از نویسنده\";s:3:\"VIA\";s:13:\"از طریق\";s:6:\"SOURCE\";s:8:\"منبع\";s:4:\"TAGS\";s:15:\"برچسب ها\";s:5:\"Share\";s:23:\"اشتراک گذاری\";s:5:\"SHARE\";s:12:\"اشتراک\";s:8:\"Continue\";s:10:\"ادامه\";s:9:\"Read more\";s:25:\"بیشتر بخوانید\";s:5:\"views\";s:15:\"نمایش ها\";s:5:\"Print\";s:6:\"چاپ\";s:5:\"Name:\";s:7:\"نام:\";s:8:\"Website:\";s:14:\"وب سایت:\";s:8:\"Comment:\";s:14:\"دیدگاه :\";s:13:\"LEAVE A REPLY\";s:15:\"پاسخ ترک\";s:12:\"Post Comment\";s:17:\"نظر ارسال\";s:12:\"Cancel reply\";s:15:\"لغو پاسخ\";s:5:\"Reply\";s:8:\"پاسخ\";s:25:\"Log in to leave a comment\";s:27:\"ورود به ترک نظر\";s:11:\"NO COMMENTS\";s:15:\"بدون نظر\";s:9:\"1 COMMENT\";s:8:\"1 نظر\";s:8:\"COMMENTS\";s:10:\"نظرات\";s:35:\"Your comment is awaiting moderation\";s:47:\"نظر خود را در انتظار تعدیل\";s:27:\"Please enter your name here\";s:56:\"لطفا نام خود را اینجا وارد کنید\";s:36:\"Please enter your email address here\";s:74:\"لطفا آدرس ایمیل خود را در اینجا وارد کنید\";s:44:\"You have entered an incorrect email address!\";s:69:\"شما یک آدرس ایمیل اشتباه وارد کرده اید\";s:26:\"Please enter your comment!\";s:45:\"لطفا نظر خود را وارد کنید\";s:12:\"Logged in as\";s:31:\"وارد شده به عنوان\";s:8:\"Log out?\";s:10:\"خروج؟\";s:35:\"Logged in as %s. Edit your profile.\";s:85:\"به عنوان٪ s وارد شدید پروفایل خودت را ویرایش کن.\";s:4:\"Edit\";s:21:\"ویرایش کنید\";s:2:\"At\";s:4:\"در\";s:2:\"on\";s:4:\"بر\";s:20:\"Comments are closed.\";s:26:\"نظرات بسته است\";s:15:\"REVIEW OVERVIEW\";s:34:\"بررسی اجمالی بررسی\";s:7:\"SUMMARY\";s:10:\"خلاصه\";s:13:\"OVERALL SCORE\";s:15:\"نمره کلی\";s:18:\"Ooops... Error 404\";s:21:\"وای ... خطا 404\";s:54:\"Sorry, but the page you are looking for doesn_t exist.\";s:82:\"با عرض پوزش، اما صفحه شما به دنبال وجود ندارد.\";s:17:\"You can go to the\";s:38:\"شما می توانید به رفتن\";s:8:\"HOMEPAGE\";s:19:\"صفحه خانگی\";s:16:\"OUR LATEST POSTS\";s:27:\"ما همه ارسال ها\";s:8:\"Posts by\";s:13:\"پست های\";s:5:\"POSTS\";s:6:\"پست\";s:17:\"Posts tagged with\";s:22:\"پست با برچسب\";s:3:\"Tag\";s:10:\"برچسب\";s:15:\"Daily Archives:\";s:24:\"آرشیو روزانه:\";s:17:\"Monthly Archives:\";s:24:\"آرشیو ماهانه:\";s:16:\"Yearly Archives:\";s:24:\"آرشیو سالانه:\";s:8:\"Archives\";s:14:\"بایگانی\";s:15:\"LATEST ARTICLES\";s:23:\"آخرین مقالات\";s:14:\"search results\";s:21:\"نتایج جستجو\";s:6:\"Search\";s:10:\"جستجو\";s:62:\"If you_re not happy with the results, please do another search\";s:82:\"اگر شما خوشحال نبود با نتایج، لطفا جستجو دیگر\";s:10:\"Contact us\";s:18:\"تماس با ما\";s:22:\"Follow us on Instagram\";s:60:\"به دنبال ما در نمایش مشخصات عمومی\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:43:\"صفحه  %CURRENT_PAGE% از %TOTAL_PAGES%\";s:4:\"Next\";s:6:\"بعد\";s:4:\"Prev\";s:8:\"قبلی\";s:4:\"Back\";s:12:\"بازگشت\";s:26:\"No results for your search\";s:51:\"هیچ نتیجه ای برای جستجوی شما\";s:19:\"No posts to display\";s:17:\"هیچ آیتمی\";s:19:\"No bookmarked posts\";s:67:\"هیچ پست نشانه گذاری شده ای وجود ندارد\";s:6:\"LOG IN\";s:8:\"ورود\";s:14:\"Sign in / Join\";s:42:\"ورود به سیستم / عضویت در\";s:7:\"Sign in\";s:8:\"ورود\";s:7:\"Sign up\";s:13:\"ثبت نام\";s:20:\"Log in With Facebook\";s:36:\"برای ورود با فیس بوک\";s:4:\"Join\";s:12:\"پیوستن\";s:6:\"Log In\";s:8:\"ورود\";s:5:\"Login\";s:8:\"ورود\";s:8:\"REGISTER\";s:8:\"ثبات\";s:8:\"Welcome!\";s:16:\"خوش آمدی!\";s:21:\"Log into your account\";s:46:\"وارد حساب کاربری خود شوید\";s:17:\"Password recovery\";s:30:\"بازیابی رمز عبور\";s:12:\"Send My Pass\";s:22:\"ارسال پاس من\";s:16:\"Send My Password\";s:36:\"رمز عبور من را بفرست\";s:21:\"Forgot your password?\";s:58:\"رمز عبور خود را فراموش کرده اید؟\";s:30:\"Forgot your password? Get help\";s:74:\"رمز عبور خود را فراموش کرده اید؟ کمک بگیر\";s:17:\"Create an account\";s:37:\"ایجاد یک حساب کاربری\";s:14:\"Please wait...\";s:28:\"لطفا صبر کنید ...\";s:27:\"User or password incorrect!\";s:52:\"کاربر یا رمز عبور اشتباه است!\";s:28:\"Email or username incorrect!\";s:56:\"ایمیل یا نام کاربری اشتباه است!\";s:16:\"Email incorrect!\";s:24:\"ایمیل نادرست!\";s:29:\"User or email already exists!\";s:81:\"کاربر یا پست الکترونیک در حال حاضر وجود دارد!\";s:76:\"Please check your email (inbox or spam folder), the password was sent there.\";s:0:\"\";s:24:\"Email address not found!\";s:36:\"آدرس ایمیل یافت نشد!\";s:41:\"Your password is reset, check your email.\";s:94:\"رمز عبور خود را تنظیم مجدد است، چک کردن ایمیل خود را.\";s:30:\"Welcome! Log into your account\";s:71:\"خوش آمدید ، به پنل کاربری خود وارد شوید.\";s:32:\"Welcome! Register for an account\";s:66:\"خوش آمدی! ثبت نام برای یک حساب کاربری\";s:23:\"Register for an account\";s:49:\"ثبت نام برای یک حساب کاربری\";s:21:\"Recover your password\";s:54:\"رمز عبور خود را بهبود می یابند\";s:13:\"your username\";s:31:\"نام کاربری خود را\";s:13:\"your password\";s:27:\"رمز عبور خود را\";s:10:\"your email\";s:17:\"ایمیل شما\";s:35:\"A password will be e-mailed to you.\";s:95:\"رمز عبور خواهد بود الکترونیکی نامه برای شما فرستاده.\";s:6:\"Logout\";s:24:\"خروج از سیستم\";s:28:\"CAPTCHA verification failed!\";s:40:\"تأیید کپچا ناموفق بود!\";s:45:\"CAPTCHA user score failed. Please contact us!\";s:95:\"امتیاز کاربر کپچا ناموفق بود. لطفا با ما تماس بگیرید!\";s:65:\"Someone has requested a password reset for the following account:\";s:98:\"شخصی برای حساب زیر درخواست بازنشانی رمز عبور داده است:\";s:12:\"Username: %s\";s:23:\"نام کاربری: %s\";s:70:\"If this was a mistake, just ignore this email and nothing will happen.\";s:136:\"اگر این یک اشتباه بود، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد.\";s:52:\"To reset your password, visit the following address:\";s:92:\"برای بازنشانی رمز عبور خود به آدرس زیر مراجعه کنید:\";s:4:\"Like\";s:10:\"مانند\";s:5:\"Likes\";s:8:\"دوست\";s:4:\"Fans\";s:16:\"طرفداران\";s:6:\"Follow\";s:19:\"دنبال کردن\";s:9:\"Followers\";s:12:\"پیروان\";s:7:\"Members\";s:8:\"اعضا\";s:9:\"Subscribe\";s:10:\"مشترک\";s:11:\"Subscribers\";s:14:\"مشترکین\";s:12:\"MORE STORIES\";s:12:\"داستان\";s:6:\"Latest\";s:10:\"آخرین\";s:14:\"Featured posts\";s:22:\"پست های ویژه\";s:12:\"Most popular\";s:19:\"محبوب ترین\";s:14:\"7 days popular\";s:19:\"7 روز محبوب\";s:15:\"By review score\";s:28:\"توسط نمره بررسی\";s:6:\"Random\";s:12:\"تصادفی\";s:12:\"Trending Now\";s:29:\"در حال حاضر روند\";s:16:\"POPULAR CATEGORY\";s:17:\"رده محبوب\";s:13:\"POPULAR POSTS\";s:24:\"پست های محبوب\";s:12:\"EDITOR PICKS\";s:29:\"میدارد ویرایشگر\";s:8:\"ABOUT US\";s:19:\"دربارهی ما\";s:8:\"About me\";s:17:\"درمورد من\";s:9:\"FOLLOW US\";s:29:\"ما را دنبال کنید\";s:14:\"EVEN MORE NEWS\";s:31:\"اخبار و حتی بیشتر\";s:25:\"Previous (Left arrow key)\";s:49:\"قبلی (کلید های arrow به سمت چپ)\";s:22:\"Next (Right arrow key)\";s:42:\"بعدی (کلید فلش سمت راست)\";s:17:\"%curr% of %total%\";s:19:\"%curr% از %total%\";s:43:\"The content from %url% could not be loaded.\";s:57:\"محتوا از %url% نمی تواند بارگذاری.\";s:38:\"The image #%curr% could not be loaded.\";s:54:\"#%curr% تصویر نمی تواند بارگذاری.\";s:4:\"Blog\";s:10:\"وبلاگ\";s:17:\"Share on Facebook\";s:25:\"سهم در فیس بوک\";s:16:\"Tweet on Twitter\";s:40:\"صدای جیر جیر در توییتر\";s:8:\"Featured\";s:12:\"برجسته\";s:16:\"All time popular\";s:28:\"تمام زمان محبوب\";s:4:\"More\";s:6:\"بیش\";s:8:\"Register\";s:8:\"ثبات\";s:2:\"of\";s:4:\"از\";s:21:\"Euro Member Countries\";s:30:\"کشورهای عضو یورو\";s:17:\"Australian Dollar\";s:25:\"دلار استرالیا\";s:13:\"Bulgarian Lev\";s:17:\"بلغاری لو\";s:14:\"Brazilian Real\";s:21:\"برزیل واقعی\";s:15:\"Canadian Dollar\";s:25:\"دلار کانادایی\";s:11:\"Swiss Franc\";s:21:\"فرانک سوئیس\";s:21:\"Chinese Yuan Renminbi\";s:30:\"رنمینبی یوان چین\";s:21:\"Czech Republic Koruna\";s:30:\"کرونای جمهوری چک\";s:12:\"Danish Krone\";s:23:\"کرون دانمارک\";s:13:\"British Pound\";s:21:\"پوند انگلیس\";s:16:\"Hong Kong Dollar\";s:22:\"دلار هنگ کنگ\";s:13:\"Croatian Kuna\";s:21:\"کونا کرواتی\";s:16:\"Hungarian Forint\";s:29:\"فورینت مجارستان\";s:17:\"Indonesian Rupiah\";s:25:\"روپیه اندونزی\";s:14:\"Israeli Shekel\";s:21:\"شکل اسرائیل\";s:12:\"Indian Rupee\";s:17:\"روپیه هند\";s:12:\"Japanese Yen\";s:13:\"ین ژاپن\";s:18:\"Korean (South) Won\";s:35:\"کره ای (جنوبی) برنده\";s:12:\"Mexican Peso\";s:19:\"پزوی مکزیک\";s:17:\"Malaysian Ringgit\";s:18:\"مالزی Ringgit\";s:15:\"Norwegian Krone\";s:19:\"کرون نروژی\";s:18:\"New Zealand Dollar\";s:25:\"دلار نیوزیلند\";s:15:\"Philippine Peso\";s:23:\"پزوی فیلیپین\";s:12:\"Polish Zloty\";s:20:\"Zloty لهستانی\";s:18:\"Romanian (New) Leu\";s:33:\"رومانیایی (جدید) LEU\";s:13:\"Russian Ruble\";s:19:\"روبل روسیه\";s:13:\"Swedish Krona\";s:17:\"کرون سوئد\";s:16:\"Singapore Dollar\";s:23:\"دلار سنگاپور\";s:9:\"Thai Baht\";s:19:\"بات تایلند\";s:12:\"Turkish Lira\";s:19:\"لیره ترکیه\";s:20:\"United States Dollar\";s:21:\"دلار آمریکا\";s:18:\"South African Rand\";s:32:\"رند آفریقای جنوبی\";s:77:\"Save my name, email, and website in this browser for the next time I comment.\";s:140:\"نام من، ایمیل، و وب سایت را در این مرورگر برای دفعه بعد که نظر میدهم ذخیره کنم.\";s:14:\"Privacy Policy\";s:37:\"سیاست حفظ حریم خصوصی\";s:10:\"My account\";s:0:\"\";s:6:\"Orders\";s:14:\"سفارشات\";s:9:\"Downloads\";s:16:\"دانلودها\";s:9:\"Addresses\";s:13:\"آدرس ها\";s:16:\"Account settings\";s:23:\"تنظیمات حساب\";s:5:\"Hello\";s:8:\"سلام\";s:24:\"No products in the cart.\";s:49:\"هیچ محصولی در سبدخرید نیست.\";s:18:\"Product categories\";s:32:\"دسته بندی محصولات\";s:12:\"Product tags\";s:28:\"برچسب های محصول\";s:8:\"inc. TAX\";s:21:\"شرکت مالیات\";s:7:\"ex. TAX\";s:22:\"سابق. مالیات\";s:83:\"An unexpected error has occured while trying to create your post. Please try again.\";s:151:\"هنگام تلاش برای ایجاد پست شما، یک خطای غیرمنتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:40:\"Your post has been successfully created.\";s:47:\"پست شما با موفقیت ایجاد شد\";s:40:\"Your post has been successfully updated.\";s:48:\"پست شما با موفقیت به روز شد\";s:64:\"An unexpected error has occurred and the mail could not be sent.\";s:84:\"یک خطای غیرمنتظره رخ داده است و نامه ارسال نشد.\";s:9:\"Location:\";s:7:\"محل:\";s:37:\"The email has been successfully sent.\";s:44:\"ایمیل با موفقیت ارسال شد\";s:51:\"An unexpected error has occurred. Please try again.\";s:96:\"یک خطای غیر منتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:23:\"Drag and drop or browse\";s:52:\"بکشید و رها کنید یا مرور کنید\";s:20:\"Search by keyword...\";s:35:\"جستجو با کلیدواژه...\";s:13:\"Select parent\";s:35:\"والد را انتخاب کنید\";s:7:\"Add new\";s:24:\"جدید اضافه کن\";s:12:\"Select child\";s:37:\"فرزند را انتخاب کنید\";s:16:\"Select sub-child\";s:46:\"فرزند فرعی را انتخاب کنید\";s:9:\"Posted by\";s:26:\"ارسال شده توسط\";s:7:\"Overall\";s:18:\"به طور کلی\";s:11:\"Post review\";s:17:\"پست بررسی\";s:23:\"This field is required!\";s:36:\"این فیلد الزامی است!\";s:75:\"Your review has been published. Please refresh the page in order to see it.\";s:108:\"نظر شما انتشار پیدا کرد. لطفا صفحه را برای دیدن آن رفرش کنید.\";s:57:\"Your review has been registered and is awaiting approval.\";s:78:\"بررسی شما ثبت شده است و در انتظار تایید است.\";s:12:\"Submit reply\";s:36:\"پاسخ خود را ثبت کنید\";s:16:\"Enter your reply\";s:38:\"پاسخ خود را وارد کنید\";s:4:\"Name\";s:6:\"نام\";s:13:\"Email address\";s:19:\"آدرس ایمیل\";s:6:\"Cancel\";s:6:\"لغو\";s:42:\"Some required fields have been left blank.\";s:76:\"برخی از فیلدهای ضروری خالی گذاشته شده اند.\";s:35:\"Please enter a valid email address.\";s:63:\"لطفا یک آدرس ایمیل معتبر وارد کنید.\";s:31:\"The number cannot be lower than\";s:42:\"تعداد نمی تواند کمتر از\";s:32:\"The number cannot be higher than\";s:54:\"عدد نمی تواند بیشتر از آن باشد\";s:14:\"Leave a review\";s:30:\"یک بررسی بگذارید\";s:6:\"Submit\";s:10:\"ارسال\";s:6:\"Update\";s:22:\"به روز رسانی\";s:8:\"out of 5\";s:6:\"از 5\";s:74:\"You have reached the limit of reviews that you can submit for this article\";s:126:\"شما به حد مجاز نظراتی که می توانید برای این مقاله ارسال کنید رسیده اید\";s:25:\"Log in to leave a review.\";s:46:\"برای گذاشتن نظر وارد شوید\";s:29:\"Enter a title for your review\";s:62:\"عنوانی را برای بررسی خود وارد کنید\";s:17:\"Enter your review\";s:36:\"نظر خود را وارد کنید\";s:15:\"Review criteria\";s:27:\"معیارهای بررسی\";s:26:\"Enter Your Name or Company\";s:50:\"نام یا شرکت خود را وارد کنید\";s:13:\"Submit review\";s:21:\"ارسال بررسی\";s:6:\"Delete\";s:6:\"حذف\";s:74:\"Your reply has been published. Please refresh the page in order to see it.\";s:96:\"پاسخ شما منتشر شد لطفا صفحه را برای دیدن آن رفرش کنید.\";s:31:\"You have not created any posts.\";s:51:\"شما هیچ پستی ایجاد نکرده اید\";s:48:\"The selected post has been successfully deleted.\";s:52:\"پست انتخابی با موفقیت حذف شد.\";s:2:\"ID\";s:10:\"شناسه\";s:6:\"Rating\";s:17:\"رتبه بندی\";s:5:\"Title\";s:10:\"عنوان\";s:10:\"Post image\";s:21:\"ارسال تصویر\";s:10:\"Categories\";s:22:\"دسته بندی ها\";s:4:\"Date\";s:10:\"تاریخ\";s:12:\"Source title\";s:19:\"عنوان منبع\";s:9:\"No rating\";s:17:\"بدون رتبه\";s:4:\"View\";s:17:\"چشم انداز\";s:7:\"Publish\";s:12:\"انتشار\";s:12:\"Add new post\";s:35:\"اضافه کردن پست جدید\";s:9:\"Edit post\";s:19:\"ویرایش پست\";s:14:\"Publish a post\";s:31:\"یک پست منتشر کنید\";s:45:\"The status for %POST_TITLE% has been changed.\";s:51:\"وضعیت %post_title% تغییر کرده است.\";s:46:\"Are you sure you want to publish %POST_TITLE%?\";s:91:\"آیا مطمئن هستید که می خواهید %post_title% را منتشر کنید؟\";s:13:\"Delete a post\";s:32:\"یک پست را حذف کنید\";s:45:\"Are you sure you want to delete %POST_TITLE%?\";s:87:\"آیا مطمئن هستید که می خواهید %post_title% را حذف کنید؟\";s:37:\"%POST_TITLE% has been moved to trash.\";s:52:\"%post_title% به سطل زباله منتقل شد.\";s:64:\"You do not hold the required priveleges to execute this request.\";s:110:\"شما از امتیازات لازم برای اجرای این درخواست برخوردار نیستید.\";s:18:\"No search results.\";s:59:\"هیچ نتیجه ای برای جستجو یافت نشد.\";s:3:\"Yes\";s:6:\"آره\";s:2:\"No\";s:4:\"نه\";s:4:\"Save\";s:17:\"صرفه جویی\";s:21:\"Search for a location\";s:33:\"جستجو برای یک مکان\";s:12:\"Address line\";s:13:\"خط آدرس\";s:10:\"(Optional)\";s:16:\"(اختیاری)\";s:4:\"City\";s:6:\"شهر\";s:5:\"State\";s:8:\"حالت\";s:7:\"Country\";s:8:\"کشور\";s:15:\"Create new term\";s:32:\"ایجاد اصطلاح جدید\";s:6:\"Parent\";s:12:\"والدین\";s:11:\"Description\";s:6:\"شرح\";s:16:\"Delete bookmarks\";s:27:\"حذف بوک مارک ها\";}s:15:\"tds_theme_color\";s:7:\"#6d7b88\";s:25:\"tds_site_background_color\";s:0:\"\";s:14:\"tds_site_boxed\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_loader_image_bg_color\";s:0:\"\";s:21:\"tds_mob_toolbar_color\";s:0:\"\";s:8:\"td_fonts\";a:177:{s:18:\"title_xxsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_xsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"title_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_big_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_sub_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"client_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"food_menu_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"fancy_text_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"counter_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:23:\"progress_bar_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"team_member_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"testimonial_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"call_to_action_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"column_content_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:33:\"fancy_text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"food_menu_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"hero_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"icon_box_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"image_info_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"inline_text_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:30:\"pricing_table_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"team_member_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"testimonial_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"text_list_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_large_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_xlarge_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"login_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"text_logo\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"text_logo_tagline\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx18\";a:1:{s:11:\"font_family\";s:6:\"file_2\";}s:11:\"module_mx19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx20\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx21\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx22\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx23\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx24\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx25\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx26\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"news_ticker\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_1columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_2columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_3columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"big_grid_tiny\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"big_grid_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"big_grid_medium\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"big_grid_big\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"homepage_post\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_blockquote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_box_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_pull_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_lists\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"post_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"post_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"post_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"via_source_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_next_prev_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_next_prev\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"box_author_name\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"box_author_url\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"box_author_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_related\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_share\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_image_caption\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_large\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"page_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"breadcrumb\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"news_ticker_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"dropcap\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_widgets\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_buttons\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"woocommerce_products\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"woocommerce_product_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_header\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_titles\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"bbpress_subcategories\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"bbpress_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_replies\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_notices\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"bbpress_pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"bbpress_topic\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"woo_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}}s:9:\"td_011_ta\";s:7:\"lp_sent\";s:11:\"tdc_savings\";a:2:{s:11:\"recentFonts\";a:1:{i:0;s:6:\"file_5\";}s:12:\"recentColors\";a:3:{i:0;s:12:\"IiNkZDk5MzMi\";i:1;s:12:\"IiNkZDg1MDAi\";i:2;s:12:\"IiNmZmZmZmYi\";}}s:18:\"tds_top_menu_color\";s:7:\"#b47029\";s:23:\"tds_top_menu_text_color\";s:7:\"#ffffff\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";}s:19:\"2025-01-16 18:11:37\";a:534:{s:7:\"td_011_\";i:2;s:6:\"td_011\";s:44:\"KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio=\";s:27:\"theme_update_latest_version\";s:85:\"{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"}\";s:21:\"theme_update_versions\";s:605:\"[{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"},{\"12.6.7\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/08\\/Newspaper.zip\"},{\"12.6.6\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/05\\/Newspaper.zip\"},{\"12.6.5\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/03\\/Newspaper.zip\"},{\"12.6.4\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/02\\/Newspaper.zip\"},{\"12.6.3\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2023\\/12\\/Newspaper.zip\"},{\"RC12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2025\\/01\\/Newspaper.zip\"}]\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1710693085;s:11:\"test_status\";s:9:\"wordpress\";}s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:18:\"tds_thumb_td_150x0\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:18:\"tds_thumb_td_300x0\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:18:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:5:\"naver\";b:0;s:9:\"flipboard\";b:0;s:8:\"copy_url\";b:0;s:5:\"kakao\";b:0;s:5:\"gettr\";b:0;s:3:\"koo\";b:0;}s:18:\"td_social_networks\";a:0:{}s:21:\"tds_logo_width_height\";b:1;s:10:\"td_version\";s:6:\"12.6.4\";s:9:\"td_011_tp\";i:1710693086;s:16:\"td_updated_fonts\";b:1;s:36:\"td_updated_td_posts_form_submit_meta\";b:1;s:15:\"firstinstallMob\";s:20:\"mobilethemeInstalled\";s:24:\"tds_logo_menu_upload_mob\";s:0:\"\";s:26:\"tds_logo_menu_upload_r_mob\";s:0:\"\";s:16:\"tds_logo_alt_mob\";s:0:\"\";s:18:\"tds_logo_title_mob\";s:0:\"\";s:14:\"tds_footer_mob\";s:0:\"\";s:26:\"tds_footer_logo_upload_mob\";s:0:\"\";s:33:\"tds_footer_retina_logo_upload_mob\";s:0:\"\";s:19:\"tds_footer_text_mob\";s:0:\"\";s:20:\"tds_footer_email_mob\";s:0:\"\";s:23:\"tds_footer_logo_alt_mob\";s:0:\"\";s:25:\"tds_footer_logo_title_mob\";s:0:\"\";s:21:\"tds_footer_social_mob\";s:0:\"\";s:18:\"tds_sub_footer_mob\";s:0:\"\";s:24:\"tds_footer_copyright_mob\";s:0:\"\";s:26:\"tds_footer_copy_symbol_mob\";s:0:\"\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:23:\"tdm_frontpage_grid_sort\";s:6:\"latest\";s:42:\"tdm_frontpage_latest_articles_posts_offset\";s:1:\"3\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:1:\"5\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:17:\"l , j F Y - g:i A\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:29:\"tds_weather_location_top_menu\";s:10:\"تهران\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:21:\"tds_logo_upload_width\";s:3:\"300\";s:22:\"tds_logo_upload_height\";s:2:\"79\";s:17:\"tds_logo_upload_r\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:18:\"tds_favicon_upload\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:17:\"tds_logo_h1_pages\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:26:\"tds_logo_menu_upload_width\";s:0:\"\";s:27:\"tds_logo_menu_upload_height\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:20:\"tds_hide_mobile_menu\";s:0:\"\";s:22:\"tds_hide_mobile_search\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_114\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_120\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_144\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_152\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:19:\"tdb_footer_template\";s:0:\"\";s:19:\"tds_footer_ui_delay\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_4\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:31:\"tds_footer_instagram_image_size\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:28:\"tds_footer_logo_upload_width\";s:0:\"\";s:29:\"tds_footer_logo_upload_height\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:26:\"سایت ای بی تی 90\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:102:\"Copyright 2025 , متعلق به <strong><a href=\\\"http://abt90iran.bet/\\\">ای بی تی</a></strong>\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:18:\"tds_modal_video_ad\";s:0:\"\";s:24:\"tds_modal_video_ad_title\";s:0:\"\";s:26:\"tds_modal_video_ad_disable\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:10:\"tds_to_top\";s:0:\"\";s:20:\"tds_to_top_on_mobile\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:2:\"no\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:44:\"td_stretch_container td_stretch_content_1600\";s:14:\"td_full_header\";s:44:\"td_stretch_container td_stretch_content_1200\";s:12:\"td_full_menu\";s:44:\"td_stretch_container td_stretch_content_1200\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:44:\"td_stretch_container td_stretch_content_1200\";s:14:\"td_full_footer\";s:44:\"td_stretch_container td_stretch_content_1200\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_layout_size\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:27:\"tds_search_taxonomies_terms\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:35:\"tds_general_modal_image_disable_mob\";s:0:\"\";s:26:\"tds_smart_list_modal_image\";s:0:\"\";s:11:\"tds_reviews\";s:0:\"\";s:37:\"tds_enable_products_schema_on_reviews\";s:0:\"\";s:26:\"tds_disable_article_schema\";s:0:\"\";s:27:\"tds_aggregate_rating_schema\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_video_playing_one\";s:0:\"\";s:22:\"tds_video_pause_hidden\";s:0:\"\";s:14:\"tds_video_lazy\";s:0:\"\";s:16:\"tds_video_scroll\";s:0:\"\";s:15:\"tds_video_width\";s:0:\"\";s:20:\"tds_video_position_v\";s:0:\"\";s:20:\"tds_video_distance_v\";s:0:\"\";s:20:\"tds_video_position_h\";s:0:\"\";s:20:\"tds_video_distance_h\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_2\";s:25:\"tds_category_module_slide\";s:3:\"yes\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:21:\"tds_category_module_1\";s:3:\"yes\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:3:\"yes\";s:21:\"tds_category_module_4\";s:3:\"yes\";s:21:\"tds_category_module_5\";s:3:\"yes\";s:21:\"tds_category_module_6\";s:3:\"yes\";s:21:\"tds_category_module_7\";s:3:\"yes\";s:21:\"tds_category_module_8\";s:3:\"yes\";s:21:\"tds_category_module_9\";s:3:\"yes\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:3:\"yes\";s:22:\"tds_category_module_12\";s:3:\"yes\";s:22:\"tds_category_module_13\";s:3:\"yes\";s:22:\"tds_category_module_14\";s:3:\"yes\";s:22:\"tds_category_module_15\";s:3:\"yes\";s:22:\"tds_category_module_16\";s:3:\"yes\";s:22:\"tds_category_module_17\";s:3:\"yes\";s:22:\"tds_category_module_18\";s:3:\"yes\";s:22:\"tds_category_module_19\";s:3:\"yes\";s:23:\"tds_category_module_mx1\";s:3:\"yes\";s:23:\"tds_category_module_mx2\";s:3:\"yes\";s:23:\"tds_category_module_mx3\";s:3:\"yes\";s:23:\"tds_category_module_mx4\";s:3:\"yes\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:3:\"yes\";s:23:\"tds_category_module_mx7\";s:3:\"yes\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:3:\"yes\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:3:\"yes\";s:24:\"tds_category_module_mx12\";s:3:\"yes\";s:24:\"tds_category_module_mx13\";s:3:\"yes\";s:24:\"tds_category_module_mx14\";s:3:\"yes\";s:24:\"tds_category_module_mx15\";s:3:\"yes\";s:24:\"tds_category_module_mx16\";s:3:\"yes\";s:24:\"tds_category_module_mx17\";s:3:\"yes\";s:24:\"tds_category_module_mx18\";s:3:\"yes\";s:24:\"tds_category_module_mx19\";s:3:\"yes\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:3:\"yes\";s:24:\"tds_category_module_mx22\";s:3:\"yes\";s:24:\"tds_category_module_mx23\";s:3:\"yes\";s:24:\"tds_category_module_mx24\";s:3:\"yes\";s:24:\"tds_category_module_mx25\";s:3:\"yes\";s:24:\"tds_category_module_mx26\";s:3:\"yes\";s:33:\"tds_category_module_related_posts\";s:3:\"yes\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:20:\"tds_m_nofollow_image\";s:0:\"\";s:27:\"tds_loader_background_image\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:21:\"tds_minify_inline_css\";s:0:\"\";s:24:\"tds_aggregate_inline_css\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:27:\"tds_m_show_links_in_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:2:\"fa\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:22:\"g_mob_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:12:\"td_body_code\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:24:\"tds_tweeter_username_via\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:11:\"tds_captcha\";s:0:\"\";s:15:\"tds_captcha_url\";s:0:\"\";s:20:\"tds_captcha_site_key\";s:0:\"\";s:22:\"tds_captcha_secret_key\";s:0:\"\";s:17:\"tds_captcha_score\";s:0:\"\";s:26:\"tds_social_login_fb_enable\";s:5:\"false\";s:26:\"tds_social_login_fb_app_id\";s:0:\"\";s:14:\"tds_yt_api_key\";s:0:\"\";s:18:\"tds_flickr_api_key\";s:0:\"\";s:14:\"tds_gm_api_key\";s:0:\"\";s:14:\"tds_bm_api_key\";s:0:\"\";s:24:\"tds_twitch_api_client_id\";s:0:\"\";s:28:\"tds_twitch_api_client_secret\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tdm_is_multisite\";s:0:\"\";s:15:\"tdm_sticky_menu\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_live_search_mob\";s:0:\"\";s:30:\"tds_logo_menu_upload_mob_width\";s:0:\"\";s:31:\"tds_logo_menu_upload_mob_height\";s:0:\"\";s:14:\"tds_h1_on_logo\";s:0:\"\";s:32:\"tds_footer_logo_upload_mob_width\";s:0:\"\";s:33:\"tds_footer_logo_upload_mob_height\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:17:\"tdm_amp_ads_title\";s:0:\"\";s:17:\"tdm_amp_analytics\";s:0:\"\";s:15:\"tdm_smartlist_2\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:18:\"tdm_frontpage_grid\";s:0:\"\";s:17:\"tdm_category_grid\";s:0:\"\";s:21:\"tdm_grids_posts_limit\";s:0:\"\";s:29:\"tdm_frontpage_grid_cat_filter\";s:0:\"\";s:41:\"tdm_frontpage_latest_articles_posts_limit\";s:0:\"\";s:25:\"tds_category_mobule_mob_1\";s:0:\"\";s:25:\"tds_category_mobule_mob_2\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:31:{s:11:\"font_file_1\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_1\";s:12:\"iransans-web\";s:11:\"font_file_2\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_2\";s:12:\"iransans-web\";s:11:\"font_file_3\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_3\";s:12:\"iransans-web\";s:11:\"font_file_4\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_4\";s:12:\"iransans-web\";s:11:\"font_file_5\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_5\";s:12:\"iransans-web\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:1990:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:16:\"td_fonts_default\";a:1:{s:13:\"default_fonts\";s:0:\"\";}s:6:\"td_ads\";a:8:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:16:\"tdm_amp_auto_ads\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:26800:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\nul.sf-menu > .menu-item > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-logo-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-tagline-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n    \r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n\r\n	\r\n    .td-page-title,\r\n    .td-category-title-holder .td-page-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content p,\r\n    .td-page-content li,\r\n    .td-page-content .td_block_text_with_title,\r\n    .wpb_text_column p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h1,\r\n    .wpb_text_column h1 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h2,\r\n    .wpb_text_column h2 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h3,\r\n    .wpb_text_column h3 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h4,\r\n    .wpb_text_column h4 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h5,\r\n    .wpb_text_column h5 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h6,\r\n    .wpb_text_column h6 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n	\r\n    body, p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    #bbpress-forums .bbp-header .bbp-forums,\r\n    #bbpress-forums .bbp-header .bbp-topics,\r\n    #bbpress-forums .bbp-header {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-forum-title,\r\n    #bbpress-forums .hentry .bbp-topic-permalink {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forums-list li {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forum-info .bbp-forum-content {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-forum-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-topic-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-reply-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-search-author a.bbp-author-name,\r\n    #bbpress-forums .bbp-forum-freshness .bbp-author-name,\r\n    #bbpress-forums .bbp-topic-freshness a:last-child {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-topic-content p,\r\n    #bbpress-forums .hentry .bbp-reply-content p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-template-notice p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-pagination-count,\r\n    #bbpress-forums .page-numbers {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-topic-started-by,\r\n    #bbpress-forums .bbp-topic-started-by a,\r\n    #bbpress-forums .bbp-topic-started-in,\r\n    #bbpress-forums .bbp-topic-started-in a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n	.white-popup-block,\r\n	.white-popup-block .wpb_button {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    \r\n	.woocommerce {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n    :root{--td_excl_label:\'انحصاری\';--td_theme_color:#6d7b88;--td_slider_text:rgba(109,123,136,0.7);}\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\n.td-header-style-12 .td-header-menu-wrap-full,\r\n    .td-header-style-12 .td-affix,\r\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td_category_template_3 .td-current-sub-category,\r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n     .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n     .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\r\n        background-color: #6d7b88;\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .cur-sub-cat,\r\n    .td-mega-span h3 a:hover,\r\n    .td_mod_mega_menu:hover .entry-title a,\r\n    .header-search-wrap .result-msg a:hover,\r\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\r\n    .td-header-top-menu .td-icon-search:hover,\r\n    .td-header-wrap .result-msg a:hover,\r\n    .top-header-menu li a:hover,\r\n    .top-header-menu .current-menu-item > a,\r\n    .top-header-menu .current-menu-ancestor > a,\r\n    .top-header-menu .current-category-ancestor > a,\r\n    .td-social-icon-wrap > a:hover,\r\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n    .td_mod_related_posts:hover h3 > a,\r\n    .td-post-template-11 .td-related-title .td-related-left:hover,\r\n    .td-post-template-11 .td-related-title .td-related-right:hover,\r\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n    .td-category-header .td-pulldown-category-filter-link:hover,\r\n    .td-category-siblings .td-subcat-dropdown a:hover,\r\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n    .footer-text-wrap .footer-email-wrap a,\r\n    .footer-social-wrap a:hover,\r\n    .td_module_17 .td-read-more a:hover,\r\n    .td_module_18 .td-read-more a:hover,\r\n    .td_module_19 .td-post-author-name a:hover,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\r\n        color: #6d7b88;\r\n    }\r\n    \r\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n        color: #6d7b88 !important;\r\n    }\r\n    \r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\r\n        border-color: #6d7b88;\r\n    }\r\n    \r\n    \r\n\r\n\r\n    \r\n    .td-header-wrap .td-header-top-menu-full,\r\n    .td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-1.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-2.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-3.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu {\r\n        background-color: #b47029;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full {\r\n        background-color: transparent;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full .td-header-top-menu {\r\n        background-color: #b47029;\r\n        padding-left: 15px;\r\n        padding-right: 15px;\r\n    }\r\n\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full {\r\n        border-bottom: none;\r\n    }\r\n\r\n\r\n    \r\n    .td-header-top-menu,\r\n    .td-header-top-menu a,\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full a,\r\n    .td-header-style-8 .td-header-top-menu,\r\n    .td-header-style-8 .td-header-top-menu a,\r\n    .td-header-top-menu .td-drop-down-search .entry-title a {\r\n        color: #ffffff;\r\n    }\r\n\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    body .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    .top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n    .td-theme-slider.iosSlider-col-1 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-2 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-3 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .homepage-post .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.td_module_wrap .td-module-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_module_1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_15 .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.td_block_trending_now .entry-title,\r\n	.td-theme-slider .td-module-title,\r\n    .td-big-grid-post .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_block_trending_now .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx15 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx20 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx21 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx22 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx23 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx24 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx25 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx26 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-big-thumb .td-big-grid-meta,\r\n    .td-big-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-medium-thumb .td-big-grid-meta,\r\n    .td-medium-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-small-thumb .td-big-grid-meta,\r\n    .td-small-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta,\r\n    .td-tiny-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.post .td-post-header .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-1 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-3 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-4 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-5 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-6 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-7 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-9 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-10 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-11 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-12 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-13 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .td-post-content p,\r\n    .td-post-content {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post blockquote p,\r\n    .page blockquote p,\r\n    .td-post-text-content blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_quote_box p,\r\n    .page .td_quote_box p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_pull_quote p,\r\n    .page .td_pull_quote p,\r\n    .post .wp-block-pullquote blockquote p,\r\n    .page .wp-block-pullquote blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content li {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h1 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h2 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h3 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h4 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h5 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h6 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .post .td-category a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-author-name,\r\n    .post header .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-views span,\r\n    .post header .td-post-comments {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-source-tags a,\r\n    .post .td-post-source-tags span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-url a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-description {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n	.wp-caption-text,\r\n	.wp-caption-dd,\r\n	 .wp-block-image figcaption {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-sub-title,\r\n    .td-post-template-1 .td-post-sub-title,\r\n    .td-post-template-4 .td-post-sub-title,\r\n    .td-post-template-5 .td-post-sub-title,\r\n    .td-post-template-9 .td-post-sub-title,\r\n    .td-post-template-10 .td-post-sub-title,\r\n    .td-post-template-11 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_block_related_posts .entry-title a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-share-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-sub-title,\r\n    .td-post-template-3 .td-post-sub-title,\r\n    .td-post-template-6 .td-post-sub-title,\r\n    .td-post-template-7 .td-post-sub-title,\r\n    .td-post-template-8 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.footer-text-wrap {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-copy {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-menu ul li a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	\r\n	\r\n    .entry-crumbs a,\r\n    .entry-crumbs span,\r\n    #bbpress-forums .bbp-breadcrumb a,\r\n    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-trending-now-display-area .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .page-nav a,\r\n    .page-nav span {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #td-outer-wrap span.dropcap,\r\n    #td-outer-wrap p.has-drop-cap:not(:focus)::first-letter {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .widget_archive a,\r\n    .widget_calendar,\r\n    .widget_categories a,\r\n    .widget_nav_menu a,\r\n    .widget_meta a,\r\n    .widget_pages a,\r\n    .widget_recent_comments a,\r\n    .widget_recent_entries a,\r\n    .widget_text .textwidget,\r\n    .widget_tag_cloud a,\r\n    .widget_search input,\r\n    .woocommerce .product-categories a,\r\n    .widget_display_forums a,\r\n    .widget_display_replies a,\r\n    .widget_display_topics a,\r\n    .widget_display_views a,\r\n    .widget_display_stats {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n	input[type=\"submit\"],\r\n	.td-read-more a,\r\n	.vc_btn,\r\n	.woocommerce a.button,\r\n	.woocommerce button.button,\r\n	.woocommerce #respond input#submit {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product a .woocommerce-loop-product__title,\r\n	.woocommerce .widget.woocommerce .product_list_widget a,\r\n	.woocommerce-cart .woocommerce .product-name a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product .summary .product_title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n    \r\n    .category .td-category a {\r\n    	font-family:iransans-web;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:21:\"tds_thumb_placeholder\";s:0:\"\";s:25:\"tds_thumb_td_150x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_218x150_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_300x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_324x400_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_485x360_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_696x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1068x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1920x0_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:25:\"tds_thumb_td_0x420_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:25:\"tds_thumb_td_80x60_retina\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:26:\"tds_thumb_td_100x70_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_265x198_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:27:\"tds_thumb_td_324x160_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:27:\"tds_thumb_td_324x235_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:27:\"tds_thumb_td_356x220_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:27:\"tds_thumb_td_356x364_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:27:\"tds_thumb_td_533x261_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:27:\"tds_thumb_td_534x462_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:27:\"tds_thumb_td_696x385_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_741x486_retina\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:28:\"tds_thumb_td_1068x580_retina\";s:3:\"yes\";s:23:\"td_translation_map_user\";a:284:{s:9:\"EXCLUSIVE\";s:14:\"انحصاری\";s:4:\"Tel:\";s:9:\"تلفن:\";s:6:\"Email:\";s:11:\"ایمیل:\";s:16:\"View all results\";s:32:\"مشاهده تمام نتایج\";s:10:\"No results\";s:22:\"هیچ نتیجه ای\";s:4:\"Home\";s:8:\"خانه\";s:5:\"CLOSE\";s:10:\"نزدیک\";s:7:\"Loading\";s:16:\"بارگذاری\";s:36:\"Here are the results for the search:\";s:54:\"در اینجا نتایج جستجو آمده است:\";s:4:\"Page\";s:8:\"صفحه\";s:3:\"All\";s:6:\"همه\";s:2:\"By\";s:8:\"توسط\";s:9:\"Load more\";s:25:\"بارگیری بیشتر\";s:14:\"Modified date:\";s:22:\"تاریخ تغییر:\";s:13:\"Modified date\";s:28:\"تاریخ اصلاح شده\";s:19:\"Alphabetical A -> Z\";s:21:\"الفبایی a -> z\";s:12:\"Oldest posts\";s:31:\"قدیمی ترین پست ها\";s:6:\"Select\";s:21:\"انتخاب کنید\";s:17:\"View all posts in\";s:33:\"مشاهده تمام پست در\";s:4:\"Tags\";s:15:\"برچسب ها\";s:16:\"Previous article\";s:19:\"مقاله قبلی\";s:12:\"Next article\";s:19:\"مقاله بعدی\";s:7:\"Authors\";s:18:\"نویسندگان\";s:6:\"Author\";s:14:\"نویسنده\";s:16:\"RELATED ARTICLES\";s:23:\"مقالات مرتبط\";s:16:\"MORE FROM AUTHOR\";s:26:\"بیش از نویسنده\";s:3:\"VIA\";s:13:\"از طریق\";s:6:\"SOURCE\";s:8:\"منبع\";s:4:\"TAGS\";s:15:\"برچسب ها\";s:5:\"Share\";s:23:\"اشتراک گذاری\";s:5:\"SHARE\";s:12:\"اشتراک\";s:8:\"Continue\";s:10:\"ادامه\";s:9:\"Read more\";s:25:\"بیشتر بخوانید\";s:5:\"views\";s:15:\"نمایش ها\";s:5:\"Print\";s:6:\"چاپ\";s:5:\"Name:\";s:7:\"نام:\";s:8:\"Website:\";s:14:\"وب سایت:\";s:8:\"Comment:\";s:14:\"دیدگاه :\";s:13:\"LEAVE A REPLY\";s:15:\"پاسخ ترک\";s:12:\"Post Comment\";s:17:\"نظر ارسال\";s:12:\"Cancel reply\";s:15:\"لغو پاسخ\";s:5:\"Reply\";s:8:\"پاسخ\";s:25:\"Log in to leave a comment\";s:27:\"ورود به ترک نظر\";s:11:\"NO COMMENTS\";s:15:\"بدون نظر\";s:9:\"1 COMMENT\";s:8:\"1 نظر\";s:8:\"COMMENTS\";s:10:\"نظرات\";s:35:\"Your comment is awaiting moderation\";s:47:\"نظر خود را در انتظار تعدیل\";s:27:\"Please enter your name here\";s:56:\"لطفا نام خود را اینجا وارد کنید\";s:36:\"Please enter your email address here\";s:74:\"لطفا آدرس ایمیل خود را در اینجا وارد کنید\";s:44:\"You have entered an incorrect email address!\";s:69:\"شما یک آدرس ایمیل اشتباه وارد کرده اید\";s:26:\"Please enter your comment!\";s:45:\"لطفا نظر خود را وارد کنید\";s:12:\"Logged in as\";s:31:\"وارد شده به عنوان\";s:8:\"Log out?\";s:10:\"خروج؟\";s:35:\"Logged in as %s. Edit your profile.\";s:85:\"به عنوان٪ s وارد شدید پروفایل خودت را ویرایش کن.\";s:4:\"Edit\";s:21:\"ویرایش کنید\";s:2:\"At\";s:4:\"در\";s:2:\"on\";s:4:\"بر\";s:20:\"Comments are closed.\";s:26:\"نظرات بسته است\";s:15:\"REVIEW OVERVIEW\";s:34:\"بررسی اجمالی بررسی\";s:7:\"SUMMARY\";s:10:\"خلاصه\";s:13:\"OVERALL SCORE\";s:15:\"نمره کلی\";s:18:\"Ooops... Error 404\";s:21:\"وای ... خطا 404\";s:54:\"Sorry, but the page you are looking for doesn_t exist.\";s:82:\"با عرض پوزش، اما صفحه شما به دنبال وجود ندارد.\";s:17:\"You can go to the\";s:38:\"شما می توانید به رفتن\";s:8:\"HOMEPAGE\";s:19:\"صفحه خانگی\";s:16:\"OUR LATEST POSTS\";s:27:\"ما همه ارسال ها\";s:8:\"Posts by\";s:13:\"پست های\";s:5:\"POSTS\";s:6:\"پست\";s:17:\"Posts tagged with\";s:22:\"پست با برچسب\";s:3:\"Tag\";s:10:\"برچسب\";s:15:\"Daily Archives:\";s:24:\"آرشیو روزانه:\";s:17:\"Monthly Archives:\";s:24:\"آرشیو ماهانه:\";s:16:\"Yearly Archives:\";s:24:\"آرشیو سالانه:\";s:8:\"Archives\";s:14:\"بایگانی\";s:15:\"LATEST ARTICLES\";s:23:\"آخرین مقالات\";s:14:\"search results\";s:21:\"نتایج جستجو\";s:6:\"Search\";s:10:\"جستجو\";s:62:\"If you_re not happy with the results, please do another search\";s:82:\"اگر شما خوشحال نبود با نتایج، لطفا جستجو دیگر\";s:10:\"Contact us\";s:18:\"تماس با ما\";s:22:\"Follow us on Instagram\";s:60:\"به دنبال ما در نمایش مشخصات عمومی\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:43:\"صفحه  %CURRENT_PAGE% از %TOTAL_PAGES%\";s:4:\"Next\";s:6:\"بعد\";s:4:\"Prev\";s:8:\"قبلی\";s:4:\"Back\";s:12:\"بازگشت\";s:26:\"No results for your search\";s:51:\"هیچ نتیجه ای برای جستجوی شما\";s:19:\"No posts to display\";s:17:\"هیچ آیتمی\";s:19:\"No bookmarked posts\";s:67:\"هیچ پست نشانه گذاری شده ای وجود ندارد\";s:6:\"LOG IN\";s:8:\"ورود\";s:14:\"Sign in / Join\";s:42:\"ورود به سیستم / عضویت در\";s:7:\"Sign in\";s:8:\"ورود\";s:7:\"Sign up\";s:13:\"ثبت نام\";s:20:\"Log in With Facebook\";s:36:\"برای ورود با فیس بوک\";s:4:\"Join\";s:12:\"پیوستن\";s:6:\"Log In\";s:8:\"ورود\";s:5:\"Login\";s:8:\"ورود\";s:8:\"REGISTER\";s:8:\"ثبات\";s:8:\"Welcome!\";s:16:\"خوش آمدی!\";s:21:\"Log into your account\";s:46:\"وارد حساب کاربری خود شوید\";s:17:\"Password recovery\";s:30:\"بازیابی رمز عبور\";s:12:\"Send My Pass\";s:22:\"ارسال پاس من\";s:16:\"Send My Password\";s:36:\"رمز عبور من را بفرست\";s:21:\"Forgot your password?\";s:58:\"رمز عبور خود را فراموش کرده اید؟\";s:30:\"Forgot your password? Get help\";s:74:\"رمز عبور خود را فراموش کرده اید؟ کمک بگیر\";s:17:\"Create an account\";s:37:\"ایجاد یک حساب کاربری\";s:14:\"Please wait...\";s:28:\"لطفا صبر کنید ...\";s:27:\"User or password incorrect!\";s:52:\"کاربر یا رمز عبور اشتباه است!\";s:28:\"Email or username incorrect!\";s:56:\"ایمیل یا نام کاربری اشتباه است!\";s:16:\"Email incorrect!\";s:24:\"ایمیل نادرست!\";s:29:\"User or email already exists!\";s:81:\"کاربر یا پست الکترونیک در حال حاضر وجود دارد!\";s:76:\"Please check your email (inbox or spam folder), the password was sent there.\";s:0:\"\";s:24:\"Email address not found!\";s:36:\"آدرس ایمیل یافت نشد!\";s:41:\"Your password is reset, check your email.\";s:94:\"رمز عبور خود را تنظیم مجدد است، چک کردن ایمیل خود را.\";s:30:\"Welcome! Log into your account\";s:71:\"خوش آمدید ، به پنل کاربری خود وارد شوید.\";s:32:\"Welcome! Register for an account\";s:66:\"خوش آمدی! ثبت نام برای یک حساب کاربری\";s:23:\"Register for an account\";s:49:\"ثبت نام برای یک حساب کاربری\";s:21:\"Recover your password\";s:54:\"رمز عبور خود را بهبود می یابند\";s:13:\"your username\";s:31:\"نام کاربری خود را\";s:13:\"your password\";s:27:\"رمز عبور خود را\";s:10:\"your email\";s:17:\"ایمیل شما\";s:35:\"A password will be e-mailed to you.\";s:95:\"رمز عبور خواهد بود الکترونیکی نامه برای شما فرستاده.\";s:6:\"Logout\";s:24:\"خروج از سیستم\";s:28:\"CAPTCHA verification failed!\";s:40:\"تأیید کپچا ناموفق بود!\";s:45:\"CAPTCHA user score failed. Please contact us!\";s:95:\"امتیاز کاربر کپچا ناموفق بود. لطفا با ما تماس بگیرید!\";s:65:\"Someone has requested a password reset for the following account:\";s:98:\"شخصی برای حساب زیر درخواست بازنشانی رمز عبور داده است:\";s:12:\"Username: %s\";s:23:\"نام کاربری: %s\";s:70:\"If this was a mistake, just ignore this email and nothing will happen.\";s:136:\"اگر این یک اشتباه بود، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد.\";s:52:\"To reset your password, visit the following address:\";s:92:\"برای بازنشانی رمز عبور خود به آدرس زیر مراجعه کنید:\";s:4:\"Like\";s:10:\"مانند\";s:5:\"Likes\";s:8:\"دوست\";s:4:\"Fans\";s:16:\"طرفداران\";s:6:\"Follow\";s:19:\"دنبال کردن\";s:9:\"Followers\";s:12:\"پیروان\";s:7:\"Members\";s:8:\"اعضا\";s:9:\"Subscribe\";s:10:\"مشترک\";s:11:\"Subscribers\";s:14:\"مشترکین\";s:12:\"MORE STORIES\";s:12:\"داستان\";s:6:\"Latest\";s:10:\"آخرین\";s:14:\"Featured posts\";s:22:\"پست های ویژه\";s:12:\"Most popular\";s:19:\"محبوب ترین\";s:14:\"7 days popular\";s:19:\"7 روز محبوب\";s:15:\"By review score\";s:28:\"توسط نمره بررسی\";s:6:\"Random\";s:12:\"تصادفی\";s:12:\"Trending Now\";s:29:\"در حال حاضر روند\";s:16:\"POPULAR CATEGORY\";s:17:\"رده محبوب\";s:13:\"POPULAR POSTS\";s:24:\"پست های محبوب\";s:12:\"EDITOR PICKS\";s:29:\"میدارد ویرایشگر\";s:8:\"ABOUT US\";s:19:\"دربارهی ما\";s:8:\"About me\";s:17:\"درمورد من\";s:9:\"FOLLOW US\";s:29:\"ما را دنبال کنید\";s:14:\"EVEN MORE NEWS\";s:31:\"اخبار و حتی بیشتر\";s:25:\"Previous (Left arrow key)\";s:49:\"قبلی (کلید های arrow به سمت چپ)\";s:22:\"Next (Right arrow key)\";s:42:\"بعدی (کلید فلش سمت راست)\";s:17:\"%curr% of %total%\";s:19:\"%curr% از %total%\";s:43:\"The content from %url% could not be loaded.\";s:57:\"محتوا از %url% نمی تواند بارگذاری.\";s:38:\"The image #%curr% could not be loaded.\";s:54:\"#%curr% تصویر نمی تواند بارگذاری.\";s:4:\"Blog\";s:10:\"وبلاگ\";s:17:\"Share on Facebook\";s:25:\"سهم در فیس بوک\";s:16:\"Tweet on Twitter\";s:40:\"صدای جیر جیر در توییتر\";s:8:\"Featured\";s:12:\"برجسته\";s:16:\"All time popular\";s:28:\"تمام زمان محبوب\";s:4:\"More\";s:6:\"بیش\";s:8:\"Register\";s:8:\"ثبات\";s:2:\"of\";s:4:\"از\";s:21:\"Euro Member Countries\";s:30:\"کشورهای عضو یورو\";s:17:\"Australian Dollar\";s:25:\"دلار استرالیا\";s:13:\"Bulgarian Lev\";s:17:\"بلغاری لو\";s:14:\"Brazilian Real\";s:21:\"برزیل واقعی\";s:15:\"Canadian Dollar\";s:25:\"دلار کانادایی\";s:11:\"Swiss Franc\";s:21:\"فرانک سوئیس\";s:21:\"Chinese Yuan Renminbi\";s:30:\"رنمینبی یوان چین\";s:21:\"Czech Republic Koruna\";s:30:\"کرونای جمهوری چک\";s:12:\"Danish Krone\";s:23:\"کرون دانمارک\";s:13:\"British Pound\";s:21:\"پوند انگلیس\";s:16:\"Hong Kong Dollar\";s:22:\"دلار هنگ کنگ\";s:13:\"Croatian Kuna\";s:21:\"کونا کرواتی\";s:16:\"Hungarian Forint\";s:29:\"فورینت مجارستان\";s:17:\"Indonesian Rupiah\";s:25:\"روپیه اندونزی\";s:14:\"Israeli Shekel\";s:21:\"شکل اسرائیل\";s:12:\"Indian Rupee\";s:17:\"روپیه هند\";s:12:\"Japanese Yen\";s:13:\"ین ژاپن\";s:18:\"Korean (South) Won\";s:35:\"کره ای (جنوبی) برنده\";s:12:\"Mexican Peso\";s:19:\"پزوی مکزیک\";s:17:\"Malaysian Ringgit\";s:18:\"مالزی Ringgit\";s:15:\"Norwegian Krone\";s:19:\"کرون نروژی\";s:18:\"New Zealand Dollar\";s:25:\"دلار نیوزیلند\";s:15:\"Philippine Peso\";s:23:\"پزوی فیلیپین\";s:12:\"Polish Zloty\";s:20:\"Zloty لهستانی\";s:18:\"Romanian (New) Leu\";s:33:\"رومانیایی (جدید) LEU\";s:13:\"Russian Ruble\";s:19:\"روبل روسیه\";s:13:\"Swedish Krona\";s:17:\"کرون سوئد\";s:16:\"Singapore Dollar\";s:23:\"دلار سنگاپور\";s:9:\"Thai Baht\";s:19:\"بات تایلند\";s:12:\"Turkish Lira\";s:19:\"لیره ترکیه\";s:20:\"United States Dollar\";s:21:\"دلار آمریکا\";s:18:\"South African Rand\";s:32:\"رند آفریقای جنوبی\";s:77:\"Save my name, email, and website in this browser for the next time I comment.\";s:140:\"نام من، ایمیل، و وب سایت را در این مرورگر برای دفعه بعد که نظر میدهم ذخیره کنم.\";s:14:\"Privacy Policy\";s:37:\"سیاست حفظ حریم خصوصی\";s:10:\"My account\";s:0:\"\";s:6:\"Orders\";s:14:\"سفارشات\";s:9:\"Downloads\";s:16:\"دانلودها\";s:9:\"Addresses\";s:13:\"آدرس ها\";s:16:\"Account settings\";s:23:\"تنظیمات حساب\";s:5:\"Hello\";s:8:\"سلام\";s:24:\"No products in the cart.\";s:49:\"هیچ محصولی در سبدخرید نیست.\";s:18:\"Product categories\";s:32:\"دسته بندی محصولات\";s:12:\"Product tags\";s:28:\"برچسب های محصول\";s:8:\"inc. TAX\";s:21:\"شرکت مالیات\";s:7:\"ex. TAX\";s:22:\"سابق. مالیات\";s:83:\"An unexpected error has occured while trying to create your post. Please try again.\";s:151:\"هنگام تلاش برای ایجاد پست شما، یک خطای غیرمنتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:40:\"Your post has been successfully created.\";s:47:\"پست شما با موفقیت ایجاد شد\";s:40:\"Your post has been successfully updated.\";s:48:\"پست شما با موفقیت به روز شد\";s:64:\"An unexpected error has occurred and the mail could not be sent.\";s:84:\"یک خطای غیرمنتظره رخ داده است و نامه ارسال نشد.\";s:9:\"Location:\";s:7:\"محل:\";s:37:\"The email has been successfully sent.\";s:44:\"ایمیل با موفقیت ارسال شد\";s:51:\"An unexpected error has occurred. Please try again.\";s:96:\"یک خطای غیر منتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:23:\"Drag and drop or browse\";s:52:\"بکشید و رها کنید یا مرور کنید\";s:20:\"Search by keyword...\";s:35:\"جستجو با کلیدواژه...\";s:13:\"Select parent\";s:35:\"والد را انتخاب کنید\";s:7:\"Add new\";s:24:\"جدید اضافه کن\";s:12:\"Select child\";s:37:\"فرزند را انتخاب کنید\";s:16:\"Select sub-child\";s:46:\"فرزند فرعی را انتخاب کنید\";s:9:\"Posted by\";s:26:\"ارسال شده توسط\";s:7:\"Overall\";s:18:\"به طور کلی\";s:11:\"Post review\";s:17:\"پست بررسی\";s:23:\"This field is required!\";s:36:\"این فیلد الزامی است!\";s:75:\"Your review has been published. Please refresh the page in order to see it.\";s:108:\"نظر شما انتشار پیدا کرد. لطفا صفحه را برای دیدن آن رفرش کنید.\";s:57:\"Your review has been registered and is awaiting approval.\";s:78:\"بررسی شما ثبت شده است و در انتظار تایید است.\";s:12:\"Submit reply\";s:36:\"پاسخ خود را ثبت کنید\";s:16:\"Enter your reply\";s:38:\"پاسخ خود را وارد کنید\";s:4:\"Name\";s:6:\"نام\";s:13:\"Email address\";s:19:\"آدرس ایمیل\";s:6:\"Cancel\";s:6:\"لغو\";s:42:\"Some required fields have been left blank.\";s:76:\"برخی از فیلدهای ضروری خالی گذاشته شده اند.\";s:35:\"Please enter a valid email address.\";s:63:\"لطفا یک آدرس ایمیل معتبر وارد کنید.\";s:31:\"The number cannot be lower than\";s:42:\"تعداد نمی تواند کمتر از\";s:32:\"The number cannot be higher than\";s:54:\"عدد نمی تواند بیشتر از آن باشد\";s:14:\"Leave a review\";s:30:\"یک بررسی بگذارید\";s:6:\"Submit\";s:10:\"ارسال\";s:6:\"Update\";s:22:\"به روز رسانی\";s:8:\"out of 5\";s:6:\"از 5\";s:74:\"You have reached the limit of reviews that you can submit for this article\";s:126:\"شما به حد مجاز نظراتی که می توانید برای این مقاله ارسال کنید رسیده اید\";s:25:\"Log in to leave a review.\";s:46:\"برای گذاشتن نظر وارد شوید\";s:29:\"Enter a title for your review\";s:62:\"عنوانی را برای بررسی خود وارد کنید\";s:17:\"Enter your review\";s:36:\"نظر خود را وارد کنید\";s:15:\"Review criteria\";s:27:\"معیارهای بررسی\";s:26:\"Enter Your Name or Company\";s:50:\"نام یا شرکت خود را وارد کنید\";s:13:\"Submit review\";s:21:\"ارسال بررسی\";s:6:\"Delete\";s:6:\"حذف\";s:74:\"Your reply has been published. Please refresh the page in order to see it.\";s:96:\"پاسخ شما منتشر شد لطفا صفحه را برای دیدن آن رفرش کنید.\";s:31:\"You have not created any posts.\";s:51:\"شما هیچ پستی ایجاد نکرده اید\";s:48:\"The selected post has been successfully deleted.\";s:52:\"پست انتخابی با موفقیت حذف شد.\";s:2:\"ID\";s:10:\"شناسه\";s:6:\"Rating\";s:17:\"رتبه بندی\";s:5:\"Title\";s:10:\"عنوان\";s:10:\"Post image\";s:21:\"ارسال تصویر\";s:10:\"Categories\";s:22:\"دسته بندی ها\";s:4:\"Date\";s:10:\"تاریخ\";s:12:\"Source title\";s:19:\"عنوان منبع\";s:9:\"No rating\";s:17:\"بدون رتبه\";s:4:\"View\";s:17:\"چشم انداز\";s:7:\"Publish\";s:12:\"انتشار\";s:12:\"Add new post\";s:35:\"اضافه کردن پست جدید\";s:9:\"Edit post\";s:19:\"ویرایش پست\";s:14:\"Publish a post\";s:31:\"یک پست منتشر کنید\";s:45:\"The status for %POST_TITLE% has been changed.\";s:51:\"وضعیت %post_title% تغییر کرده است.\";s:46:\"Are you sure you want to publish %POST_TITLE%?\";s:91:\"آیا مطمئن هستید که می خواهید %post_title% را منتشر کنید؟\";s:13:\"Delete a post\";s:32:\"یک پست را حذف کنید\";s:45:\"Are you sure you want to delete %POST_TITLE%?\";s:87:\"آیا مطمئن هستید که می خواهید %post_title% را حذف کنید؟\";s:37:\"%POST_TITLE% has been moved to trash.\";s:52:\"%post_title% به سطل زباله منتقل شد.\";s:64:\"You do not hold the required priveleges to execute this request.\";s:110:\"شما از امتیازات لازم برای اجرای این درخواست برخوردار نیستید.\";s:18:\"No search results.\";s:59:\"هیچ نتیجه ای برای جستجو یافت نشد.\";s:3:\"Yes\";s:6:\"آره\";s:2:\"No\";s:4:\"نه\";s:4:\"Save\";s:17:\"صرفه جویی\";s:21:\"Search for a location\";s:33:\"جستجو برای یک مکان\";s:12:\"Address line\";s:13:\"خط آدرس\";s:10:\"(Optional)\";s:16:\"(اختیاری)\";s:4:\"City\";s:6:\"شهر\";s:5:\"State\";s:8:\"حالت\";s:7:\"Country\";s:8:\"کشور\";s:15:\"Create new term\";s:32:\"ایجاد اصطلاح جدید\";s:6:\"Parent\";s:12:\"والدین\";s:11:\"Description\";s:6:\"شرح\";s:16:\"Delete bookmarks\";s:27:\"حذف بوک مارک ها\";}s:15:\"tds_theme_color\";s:7:\"#6d7b88\";s:25:\"tds_site_background_color\";s:0:\"\";s:14:\"tds_site_boxed\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_loader_image_bg_color\";s:0:\"\";s:21:\"tds_mob_toolbar_color\";s:0:\"\";s:8:\"td_fonts\";a:177:{s:18:\"title_xxsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_xsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"title_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_big_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_sub_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"client_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"food_menu_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"fancy_text_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"counter_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:23:\"progress_bar_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"team_member_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"testimonial_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"call_to_action_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"column_content_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:33:\"fancy_text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"food_menu_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"hero_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"icon_box_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"image_info_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"inline_text_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:30:\"pricing_table_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"team_member_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"testimonial_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"text_list_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_large_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_xlarge_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"login_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"text_logo\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"text_logo_tagline\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx18\";a:1:{s:11:\"font_family\";s:6:\"file_2\";}s:11:\"module_mx19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx20\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx21\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx22\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx23\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx24\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx25\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx26\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"news_ticker\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_1columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_2columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_3columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"big_grid_tiny\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"big_grid_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"big_grid_medium\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"big_grid_big\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"homepage_post\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_blockquote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_box_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_pull_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_lists\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"post_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"post_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"post_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"via_source_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_next_prev_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_next_prev\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"box_author_name\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"box_author_url\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"box_author_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_related\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_share\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_image_caption\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_large\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"page_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"breadcrumb\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"news_ticker_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"dropcap\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_widgets\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_buttons\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"woocommerce_products\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"woocommerce_product_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_header\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_titles\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"bbpress_subcategories\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"bbpress_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_replies\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_notices\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"bbpress_pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"bbpress_topic\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"woo_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}}s:9:\"td_011_ta\";s:7:\"lp_sent\";s:11:\"tdc_savings\";a:2:{s:11:\"recentFonts\";a:1:{i:0;s:6:\"file_5\";}s:12:\"recentColors\";a:3:{i:0;s:12:\"IiNkZDk5MzMi\";i:1;s:12:\"IiNkZDg1MDAi\";i:2;s:12:\"IiNmZmZmZmYi\";}}s:18:\"tds_top_menu_color\";s:7:\"#b47029\";s:23:\"tds_top_menu_text_color\";s:7:\"#ffffff\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";}s:19:\"2025-01-11 13:47:15\";a:534:{s:7:\"td_011_\";i:2;s:6:\"td_011\";s:44:\"KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio=\";s:27:\"theme_update_latest_version\";s:85:\"{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"}\";s:21:\"theme_update_versions\";s:605:\"[{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"},{\"12.6.7\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/08\\/Newspaper.zip\"},{\"12.6.6\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/05\\/Newspaper.zip\"},{\"12.6.5\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/03\\/Newspaper.zip\"},{\"12.6.4\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/02\\/Newspaper.zip\"},{\"12.6.3\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2023\\/12\\/Newspaper.zip\"},{\"RC12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/11\\/Newspaper.zip\"}]\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1710693085;s:11:\"test_status\";s:9:\"wordpress\";}s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:18:\"tds_thumb_td_150x0\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:18:\"tds_thumb_td_300x0\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:18:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:5:\"naver\";b:0;s:9:\"flipboard\";b:0;s:8:\"copy_url\";b:0;s:5:\"kakao\";b:0;s:5:\"gettr\";b:0;s:3:\"koo\";b:0;}s:18:\"td_social_networks\";a:0:{}s:21:\"tds_logo_width_height\";b:1;s:10:\"td_version\";s:6:\"12.6.4\";s:9:\"td_011_tp\";i:1710693086;s:16:\"td_updated_fonts\";b:1;s:36:\"td_updated_td_posts_form_submit_meta\";b:1;s:15:\"firstinstallMob\";s:20:\"mobilethemeInstalled\";s:24:\"tds_logo_menu_upload_mob\";s:0:\"\";s:26:\"tds_logo_menu_upload_r_mob\";s:0:\"\";s:16:\"tds_logo_alt_mob\";s:0:\"\";s:18:\"tds_logo_title_mob\";s:0:\"\";s:14:\"tds_footer_mob\";s:0:\"\";s:26:\"tds_footer_logo_upload_mob\";s:0:\"\";s:33:\"tds_footer_retina_logo_upload_mob\";s:0:\"\";s:19:\"tds_footer_text_mob\";s:0:\"\";s:20:\"tds_footer_email_mob\";s:0:\"\";s:23:\"tds_footer_logo_alt_mob\";s:0:\"\";s:25:\"tds_footer_logo_title_mob\";s:0:\"\";s:21:\"tds_footer_social_mob\";s:0:\"\";s:18:\"tds_sub_footer_mob\";s:0:\"\";s:24:\"tds_footer_copyright_mob\";s:0:\"\";s:26:\"tds_footer_copy_symbol_mob\";s:0:\"\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:23:\"tdm_frontpage_grid_sort\";s:6:\"latest\";s:42:\"tdm_frontpage_latest_articles_posts_offset\";s:1:\"3\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:1:\"5\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:17:\"l , j F Y - g:i A\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:29:\"tds_weather_location_top_menu\";s:10:\"تهران\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:21:\"tds_logo_upload_width\";s:3:\"300\";s:22:\"tds_logo_upload_height\";s:2:\"79\";s:17:\"tds_logo_upload_r\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:18:\"tds_favicon_upload\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:17:\"tds_logo_h1_pages\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:26:\"tds_logo_menu_upload_width\";s:0:\"\";s:27:\"tds_logo_menu_upload_height\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:20:\"tds_hide_mobile_menu\";s:0:\"\";s:22:\"tds_hide_mobile_search\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_114\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_120\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_144\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_152\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:19:\"tdb_footer_template\";s:0:\"\";s:19:\"tds_footer_ui_delay\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_4\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:31:\"tds_footer_instagram_image_size\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:28:\"tds_footer_logo_upload_width\";s:0:\"\";s:29:\"tds_footer_logo_upload_height\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:26:\"سایت ای بی تی 90\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:102:\"Copyright 2025 , متعلق به <strong><a href=\\\"http://abt90iran.bet/\\\">ای بی تی</a></strong>\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:18:\"tds_modal_video_ad\";s:0:\"\";s:24:\"tds_modal_video_ad_title\";s:0:\"\";s:26:\"tds_modal_video_ad_disable\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:10:\"tds_to_top\";s:0:\"\";s:20:\"tds_to_top_on_mobile\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:2:\"no\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:44:\"td_stretch_container td_stretch_content_1600\";s:14:\"td_full_header\";s:44:\"td_stretch_container td_stretch_content_1200\";s:12:\"td_full_menu\";s:44:\"td_stretch_container td_stretch_content_1200\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:44:\"td_stretch_container td_stretch_content_1200\";s:14:\"td_full_footer\";s:44:\"td_stretch_container td_stretch_content_1200\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_layout_size\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:27:\"tds_search_taxonomies_terms\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:35:\"tds_general_modal_image_disable_mob\";s:0:\"\";s:26:\"tds_smart_list_modal_image\";s:0:\"\";s:11:\"tds_reviews\";s:0:\"\";s:37:\"tds_enable_products_schema_on_reviews\";s:0:\"\";s:26:\"tds_disable_article_schema\";s:0:\"\";s:27:\"tds_aggregate_rating_schema\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_video_playing_one\";s:0:\"\";s:22:\"tds_video_pause_hidden\";s:0:\"\";s:14:\"tds_video_lazy\";s:0:\"\";s:16:\"tds_video_scroll\";s:0:\"\";s:15:\"tds_video_width\";s:0:\"\";s:20:\"tds_video_position_v\";s:0:\"\";s:20:\"tds_video_distance_v\";s:0:\"\";s:20:\"tds_video_position_h\";s:0:\"\";s:20:\"tds_video_distance_h\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_2\";s:25:\"tds_category_module_slide\";s:3:\"yes\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:21:\"tds_category_module_1\";s:3:\"yes\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:3:\"yes\";s:21:\"tds_category_module_4\";s:3:\"yes\";s:21:\"tds_category_module_5\";s:3:\"yes\";s:21:\"tds_category_module_6\";s:3:\"yes\";s:21:\"tds_category_module_7\";s:3:\"yes\";s:21:\"tds_category_module_8\";s:3:\"yes\";s:21:\"tds_category_module_9\";s:3:\"yes\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:3:\"yes\";s:22:\"tds_category_module_12\";s:3:\"yes\";s:22:\"tds_category_module_13\";s:3:\"yes\";s:22:\"tds_category_module_14\";s:3:\"yes\";s:22:\"tds_category_module_15\";s:3:\"yes\";s:22:\"tds_category_module_16\";s:3:\"yes\";s:22:\"tds_category_module_17\";s:3:\"yes\";s:22:\"tds_category_module_18\";s:3:\"yes\";s:22:\"tds_category_module_19\";s:3:\"yes\";s:23:\"tds_category_module_mx1\";s:3:\"yes\";s:23:\"tds_category_module_mx2\";s:3:\"yes\";s:23:\"tds_category_module_mx3\";s:3:\"yes\";s:23:\"tds_category_module_mx4\";s:3:\"yes\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:3:\"yes\";s:23:\"tds_category_module_mx7\";s:3:\"yes\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:3:\"yes\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:3:\"yes\";s:24:\"tds_category_module_mx12\";s:3:\"yes\";s:24:\"tds_category_module_mx13\";s:3:\"yes\";s:24:\"tds_category_module_mx14\";s:3:\"yes\";s:24:\"tds_category_module_mx15\";s:3:\"yes\";s:24:\"tds_category_module_mx16\";s:3:\"yes\";s:24:\"tds_category_module_mx17\";s:3:\"yes\";s:24:\"tds_category_module_mx18\";s:3:\"yes\";s:24:\"tds_category_module_mx19\";s:3:\"yes\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:3:\"yes\";s:24:\"tds_category_module_mx22\";s:3:\"yes\";s:24:\"tds_category_module_mx23\";s:3:\"yes\";s:24:\"tds_category_module_mx24\";s:3:\"yes\";s:24:\"tds_category_module_mx25\";s:3:\"yes\";s:24:\"tds_category_module_mx26\";s:3:\"yes\";s:33:\"tds_category_module_related_posts\";s:3:\"yes\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:20:\"tds_m_nofollow_image\";s:0:\"\";s:27:\"tds_loader_background_image\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:21:\"tds_minify_inline_css\";s:0:\"\";s:24:\"tds_aggregate_inline_css\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:27:\"tds_m_show_links_in_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:2:\"fa\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:22:\"g_mob_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:12:\"td_body_code\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:24:\"tds_tweeter_username_via\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:11:\"tds_captcha\";s:0:\"\";s:15:\"tds_captcha_url\";s:0:\"\";s:20:\"tds_captcha_site_key\";s:0:\"\";s:22:\"tds_captcha_secret_key\";s:0:\"\";s:17:\"tds_captcha_score\";s:0:\"\";s:26:\"tds_social_login_fb_enable\";s:5:\"false\";s:26:\"tds_social_login_fb_app_id\";s:0:\"\";s:14:\"tds_yt_api_key\";s:0:\"\";s:18:\"tds_flickr_api_key\";s:0:\"\";s:14:\"tds_gm_api_key\";s:0:\"\";s:14:\"tds_bm_api_key\";s:0:\"\";s:24:\"tds_twitch_api_client_id\";s:0:\"\";s:28:\"tds_twitch_api_client_secret\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tdm_is_multisite\";s:0:\"\";s:15:\"tdm_sticky_menu\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_live_search_mob\";s:0:\"\";s:30:\"tds_logo_menu_upload_mob_width\";s:0:\"\";s:31:\"tds_logo_menu_upload_mob_height\";s:0:\"\";s:14:\"tds_h1_on_logo\";s:0:\"\";s:32:\"tds_footer_logo_upload_mob_width\";s:0:\"\";s:33:\"tds_footer_logo_upload_mob_height\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:17:\"tdm_amp_ads_title\";s:0:\"\";s:17:\"tdm_amp_analytics\";s:0:\"\";s:15:\"tdm_smartlist_2\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:18:\"tdm_frontpage_grid\";s:0:\"\";s:17:\"tdm_category_grid\";s:0:\"\";s:21:\"tdm_grids_posts_limit\";s:0:\"\";s:29:\"tdm_frontpage_grid_cat_filter\";s:0:\"\";s:41:\"tdm_frontpage_latest_articles_posts_limit\";s:0:\"\";s:25:\"tds_category_mobule_mob_1\";s:0:\"\";s:25:\"tds_category_mobule_mob_2\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:31:{s:11:\"font_file_1\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_1\";s:12:\"iransans-web\";s:11:\"font_file_2\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_2\";s:12:\"iransans-web\";s:11:\"font_file_3\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_3\";s:12:\"iransans-web\";s:11:\"font_file_4\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_4\";s:12:\"iransans-web\";s:11:\"font_file_5\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_5\";s:12:\"iransans-web\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:1990:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:16:\"td_fonts_default\";a:1:{s:13:\"default_fonts\";s:0:\"\";}s:6:\"td_ads\";a:8:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:16:\"tdm_amp_auto_ads\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:26800:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\nul.sf-menu > .menu-item > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-logo-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-tagline-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n    \r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n\r\n	\r\n    .td-page-title,\r\n    .td-category-title-holder .td-page-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content p,\r\n    .td-page-content li,\r\n    .td-page-content .td_block_text_with_title,\r\n    .wpb_text_column p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h1,\r\n    .wpb_text_column h1 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h2,\r\n    .wpb_text_column h2 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h3,\r\n    .wpb_text_column h3 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h4,\r\n    .wpb_text_column h4 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h5,\r\n    .wpb_text_column h5 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h6,\r\n    .wpb_text_column h6 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n	\r\n    body, p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    #bbpress-forums .bbp-header .bbp-forums,\r\n    #bbpress-forums .bbp-header .bbp-topics,\r\n    #bbpress-forums .bbp-header {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-forum-title,\r\n    #bbpress-forums .hentry .bbp-topic-permalink {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forums-list li {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forum-info .bbp-forum-content {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-forum-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-topic-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-reply-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-search-author a.bbp-author-name,\r\n    #bbpress-forums .bbp-forum-freshness .bbp-author-name,\r\n    #bbpress-forums .bbp-topic-freshness a:last-child {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-topic-content p,\r\n    #bbpress-forums .hentry .bbp-reply-content p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-template-notice p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-pagination-count,\r\n    #bbpress-forums .page-numbers {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-topic-started-by,\r\n    #bbpress-forums .bbp-topic-started-by a,\r\n    #bbpress-forums .bbp-topic-started-in,\r\n    #bbpress-forums .bbp-topic-started-in a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n	.white-popup-block,\r\n	.white-popup-block .wpb_button {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    \r\n	.woocommerce {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n    :root{--td_excl_label:\'انحصاری\';--td_theme_color:#6d7b88;--td_slider_text:rgba(109,123,136,0.7);}\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\n.td-header-style-12 .td-header-menu-wrap-full,\r\n    .td-header-style-12 .td-affix,\r\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td_category_template_3 .td-current-sub-category,\r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n     .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n     .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\r\n        background-color: #6d7b88;\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .cur-sub-cat,\r\n    .td-mega-span h3 a:hover,\r\n    .td_mod_mega_menu:hover .entry-title a,\r\n    .header-search-wrap .result-msg a:hover,\r\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\r\n    .td-header-top-menu .td-icon-search:hover,\r\n    .td-header-wrap .result-msg a:hover,\r\n    .top-header-menu li a:hover,\r\n    .top-header-menu .current-menu-item > a,\r\n    .top-header-menu .current-menu-ancestor > a,\r\n    .top-header-menu .current-category-ancestor > a,\r\n    .td-social-icon-wrap > a:hover,\r\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n    .td_mod_related_posts:hover h3 > a,\r\n    .td-post-template-11 .td-related-title .td-related-left:hover,\r\n    .td-post-template-11 .td-related-title .td-related-right:hover,\r\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n    .td-category-header .td-pulldown-category-filter-link:hover,\r\n    .td-category-siblings .td-subcat-dropdown a:hover,\r\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n    .footer-text-wrap .footer-email-wrap a,\r\n    .footer-social-wrap a:hover,\r\n    .td_module_17 .td-read-more a:hover,\r\n    .td_module_18 .td-read-more a:hover,\r\n    .td_module_19 .td-post-author-name a:hover,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\r\n        color: #6d7b88;\r\n    }\r\n    \r\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n        color: #6d7b88 !important;\r\n    }\r\n    \r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\r\n        border-color: #6d7b88;\r\n    }\r\n    \r\n    \r\n\r\n\r\n    \r\n    .td-header-wrap .td-header-top-menu-full,\r\n    .td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-1.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-2.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-3.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu {\r\n        background-color: #b47029;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full {\r\n        background-color: transparent;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full .td-header-top-menu {\r\n        background-color: #b47029;\r\n        padding-left: 15px;\r\n        padding-right: 15px;\r\n    }\r\n\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full {\r\n        border-bottom: none;\r\n    }\r\n\r\n\r\n    \r\n    .td-header-top-menu,\r\n    .td-header-top-menu a,\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full a,\r\n    .td-header-style-8 .td-header-top-menu,\r\n    .td-header-style-8 .td-header-top-menu a,\r\n    .td-header-top-menu .td-drop-down-search .entry-title a {\r\n        color: #ffffff;\r\n    }\r\n\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    body .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    .top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n    .td-theme-slider.iosSlider-col-1 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-2 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-3 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .homepage-post .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.td_module_wrap .td-module-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_module_1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_15 .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.td_block_trending_now .entry-title,\r\n	.td-theme-slider .td-module-title,\r\n    .td-big-grid-post .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_block_trending_now .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx15 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx20 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx21 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx22 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx23 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx24 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx25 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx26 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-big-thumb .td-big-grid-meta,\r\n    .td-big-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-medium-thumb .td-big-grid-meta,\r\n    .td-medium-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-small-thumb .td-big-grid-meta,\r\n    .td-small-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta,\r\n    .td-tiny-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.post .td-post-header .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-1 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-3 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-4 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-5 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-6 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-7 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-9 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-10 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-11 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-12 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-13 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .td-post-content p,\r\n    .td-post-content {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post blockquote p,\r\n    .page blockquote p,\r\n    .td-post-text-content blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_quote_box p,\r\n    .page .td_quote_box p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_pull_quote p,\r\n    .page .td_pull_quote p,\r\n    .post .wp-block-pullquote blockquote p,\r\n    .page .wp-block-pullquote blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content li {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h1 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h2 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h3 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h4 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h5 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h6 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .post .td-category a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-author-name,\r\n    .post header .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-views span,\r\n    .post header .td-post-comments {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-source-tags a,\r\n    .post .td-post-source-tags span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-url a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-description {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n	.wp-caption-text,\r\n	.wp-caption-dd,\r\n	 .wp-block-image figcaption {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-sub-title,\r\n    .td-post-template-1 .td-post-sub-title,\r\n    .td-post-template-4 .td-post-sub-title,\r\n    .td-post-template-5 .td-post-sub-title,\r\n    .td-post-template-9 .td-post-sub-title,\r\n    .td-post-template-10 .td-post-sub-title,\r\n    .td-post-template-11 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_block_related_posts .entry-title a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-share-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-sub-title,\r\n    .td-post-template-3 .td-post-sub-title,\r\n    .td-post-template-6 .td-post-sub-title,\r\n    .td-post-template-7 .td-post-sub-title,\r\n    .td-post-template-8 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.footer-text-wrap {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-copy {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-menu ul li a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	\r\n	\r\n    .entry-crumbs a,\r\n    .entry-crumbs span,\r\n    #bbpress-forums .bbp-breadcrumb a,\r\n    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-trending-now-display-area .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .page-nav a,\r\n    .page-nav span {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #td-outer-wrap span.dropcap,\r\n    #td-outer-wrap p.has-drop-cap:not(:focus)::first-letter {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .widget_archive a,\r\n    .widget_calendar,\r\n    .widget_categories a,\r\n    .widget_nav_menu a,\r\n    .widget_meta a,\r\n    .widget_pages a,\r\n    .widget_recent_comments a,\r\n    .widget_recent_entries a,\r\n    .widget_text .textwidget,\r\n    .widget_tag_cloud a,\r\n    .widget_search input,\r\n    .woocommerce .product-categories a,\r\n    .widget_display_forums a,\r\n    .widget_display_replies a,\r\n    .widget_display_topics a,\r\n    .widget_display_views a,\r\n    .widget_display_stats {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n	input[type=\"submit\"],\r\n	.td-read-more a,\r\n	.vc_btn,\r\n	.woocommerce a.button,\r\n	.woocommerce button.button,\r\n	.woocommerce #respond input#submit {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product a .woocommerce-loop-product__title,\r\n	.woocommerce .widget.woocommerce .product_list_widget a,\r\n	.woocommerce-cart .woocommerce .product-name a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product .summary .product_title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n    \r\n    .category .td-category a {\r\n    	font-family:iransans-web;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:21:\"tds_thumb_placeholder\";s:0:\"\";s:25:\"tds_thumb_td_150x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_218x150_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_300x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_324x400_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_485x360_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_696x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1068x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1920x0_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:25:\"tds_thumb_td_0x420_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:25:\"tds_thumb_td_80x60_retina\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:26:\"tds_thumb_td_100x70_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_265x198_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:27:\"tds_thumb_td_324x160_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:27:\"tds_thumb_td_324x235_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:27:\"tds_thumb_td_356x220_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:27:\"tds_thumb_td_356x364_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:27:\"tds_thumb_td_533x261_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:27:\"tds_thumb_td_534x462_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:27:\"tds_thumb_td_696x385_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_741x486_retina\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:28:\"tds_thumb_td_1068x580_retina\";s:3:\"yes\";s:23:\"td_translation_map_user\";a:284:{s:9:\"EXCLUSIVE\";s:14:\"انحصاری\";s:4:\"Tel:\";s:9:\"تلفن:\";s:6:\"Email:\";s:11:\"ایمیل:\";s:16:\"View all results\";s:32:\"مشاهده تمام نتایج\";s:10:\"No results\";s:22:\"هیچ نتیجه ای\";s:4:\"Home\";s:8:\"خانه\";s:5:\"CLOSE\";s:10:\"نزدیک\";s:7:\"Loading\";s:16:\"بارگذاری\";s:36:\"Here are the results for the search:\";s:54:\"در اینجا نتایج جستجو آمده است:\";s:4:\"Page\";s:8:\"صفحه\";s:3:\"All\";s:6:\"همه\";s:2:\"By\";s:8:\"توسط\";s:9:\"Load more\";s:25:\"بارگیری بیشتر\";s:14:\"Modified date:\";s:22:\"تاریخ تغییر:\";s:13:\"Modified date\";s:28:\"تاریخ اصلاح شده\";s:19:\"Alphabetical A -> Z\";s:21:\"الفبایی a -> z\";s:12:\"Oldest posts\";s:31:\"قدیمی ترین پست ها\";s:6:\"Select\";s:21:\"انتخاب کنید\";s:17:\"View all posts in\";s:33:\"مشاهده تمام پست در\";s:4:\"Tags\";s:15:\"برچسب ها\";s:16:\"Previous article\";s:19:\"مقاله قبلی\";s:12:\"Next article\";s:19:\"مقاله بعدی\";s:7:\"Authors\";s:18:\"نویسندگان\";s:6:\"Author\";s:14:\"نویسنده\";s:16:\"RELATED ARTICLES\";s:23:\"مقالات مرتبط\";s:16:\"MORE FROM AUTHOR\";s:26:\"بیش از نویسنده\";s:3:\"VIA\";s:13:\"از طریق\";s:6:\"SOURCE\";s:8:\"منبع\";s:4:\"TAGS\";s:15:\"برچسب ها\";s:5:\"Share\";s:23:\"اشتراک گذاری\";s:5:\"SHARE\";s:12:\"اشتراک\";s:8:\"Continue\";s:10:\"ادامه\";s:9:\"Read more\";s:25:\"بیشتر بخوانید\";s:5:\"views\";s:15:\"نمایش ها\";s:5:\"Print\";s:6:\"چاپ\";s:5:\"Name:\";s:7:\"نام:\";s:8:\"Website:\";s:14:\"وب سایت:\";s:8:\"Comment:\";s:14:\"دیدگاه :\";s:13:\"LEAVE A REPLY\";s:15:\"پاسخ ترک\";s:12:\"Post Comment\";s:17:\"نظر ارسال\";s:12:\"Cancel reply\";s:15:\"لغو پاسخ\";s:5:\"Reply\";s:8:\"پاسخ\";s:25:\"Log in to leave a comment\";s:27:\"ورود به ترک نظر\";s:11:\"NO COMMENTS\";s:15:\"بدون نظر\";s:9:\"1 COMMENT\";s:8:\"1 نظر\";s:8:\"COMMENTS\";s:10:\"نظرات\";s:35:\"Your comment is awaiting moderation\";s:47:\"نظر خود را در انتظار تعدیل\";s:27:\"Please enter your name here\";s:56:\"لطفا نام خود را اینجا وارد کنید\";s:36:\"Please enter your email address here\";s:74:\"لطفا آدرس ایمیل خود را در اینجا وارد کنید\";s:44:\"You have entered an incorrect email address!\";s:69:\"شما یک آدرس ایمیل اشتباه وارد کرده اید\";s:26:\"Please enter your comment!\";s:45:\"لطفا نظر خود را وارد کنید\";s:12:\"Logged in as\";s:31:\"وارد شده به عنوان\";s:8:\"Log out?\";s:10:\"خروج؟\";s:35:\"Logged in as %s. Edit your profile.\";s:85:\"به عنوان٪ s وارد شدید پروفایل خودت را ویرایش کن.\";s:4:\"Edit\";s:21:\"ویرایش کنید\";s:2:\"At\";s:4:\"در\";s:2:\"on\";s:4:\"بر\";s:20:\"Comments are closed.\";s:26:\"نظرات بسته است\";s:15:\"REVIEW OVERVIEW\";s:34:\"بررسی اجمالی بررسی\";s:7:\"SUMMARY\";s:10:\"خلاصه\";s:13:\"OVERALL SCORE\";s:15:\"نمره کلی\";s:18:\"Ooops... Error 404\";s:21:\"وای ... خطا 404\";s:54:\"Sorry, but the page you are looking for doesn_t exist.\";s:82:\"با عرض پوزش، اما صفحه شما به دنبال وجود ندارد.\";s:17:\"You can go to the\";s:38:\"شما می توانید به رفتن\";s:8:\"HOMEPAGE\";s:19:\"صفحه خانگی\";s:16:\"OUR LATEST POSTS\";s:27:\"ما همه ارسال ها\";s:8:\"Posts by\";s:13:\"پست های\";s:5:\"POSTS\";s:6:\"پست\";s:17:\"Posts tagged with\";s:22:\"پست با برچسب\";s:3:\"Tag\";s:10:\"برچسب\";s:15:\"Daily Archives:\";s:24:\"آرشیو روزانه:\";s:17:\"Monthly Archives:\";s:24:\"آرشیو ماهانه:\";s:16:\"Yearly Archives:\";s:24:\"آرشیو سالانه:\";s:8:\"Archives\";s:14:\"بایگانی\";s:15:\"LATEST ARTICLES\";s:23:\"آخرین مقالات\";s:14:\"search results\";s:21:\"نتایج جستجو\";s:6:\"Search\";s:10:\"جستجو\";s:62:\"If you_re not happy with the results, please do another search\";s:82:\"اگر شما خوشحال نبود با نتایج، لطفا جستجو دیگر\";s:10:\"Contact us\";s:18:\"تماس با ما\";s:22:\"Follow us on Instagram\";s:60:\"به دنبال ما در نمایش مشخصات عمومی\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:43:\"صفحه  %CURRENT_PAGE% از %TOTAL_PAGES%\";s:4:\"Next\";s:6:\"بعد\";s:4:\"Prev\";s:8:\"قبلی\";s:4:\"Back\";s:12:\"بازگشت\";s:26:\"No results for your search\";s:51:\"هیچ نتیجه ای برای جستجوی شما\";s:19:\"No posts to display\";s:17:\"هیچ آیتمی\";s:19:\"No bookmarked posts\";s:67:\"هیچ پست نشانه گذاری شده ای وجود ندارد\";s:6:\"LOG IN\";s:8:\"ورود\";s:14:\"Sign in / Join\";s:42:\"ورود به سیستم / عضویت در\";s:7:\"Sign in\";s:8:\"ورود\";s:7:\"Sign up\";s:13:\"ثبت نام\";s:20:\"Log in With Facebook\";s:36:\"برای ورود با فیس بوک\";s:4:\"Join\";s:12:\"پیوستن\";s:6:\"Log In\";s:8:\"ورود\";s:5:\"Login\";s:8:\"ورود\";s:8:\"REGISTER\";s:8:\"ثبات\";s:8:\"Welcome!\";s:16:\"خوش آمدی!\";s:21:\"Log into your account\";s:46:\"وارد حساب کاربری خود شوید\";s:17:\"Password recovery\";s:30:\"بازیابی رمز عبور\";s:12:\"Send My Pass\";s:22:\"ارسال پاس من\";s:16:\"Send My Password\";s:36:\"رمز عبور من را بفرست\";s:21:\"Forgot your password?\";s:58:\"رمز عبور خود را فراموش کرده اید؟\";s:30:\"Forgot your password? Get help\";s:74:\"رمز عبور خود را فراموش کرده اید؟ کمک بگیر\";s:17:\"Create an account\";s:37:\"ایجاد یک حساب کاربری\";s:14:\"Please wait...\";s:28:\"لطفا صبر کنید ...\";s:27:\"User or password incorrect!\";s:52:\"کاربر یا رمز عبور اشتباه است!\";s:28:\"Email or username incorrect!\";s:56:\"ایمیل یا نام کاربری اشتباه است!\";s:16:\"Email incorrect!\";s:24:\"ایمیل نادرست!\";s:29:\"User or email already exists!\";s:81:\"کاربر یا پست الکترونیک در حال حاضر وجود دارد!\";s:76:\"Please check your email (inbox or spam folder), the password was sent there.\";s:0:\"\";s:24:\"Email address not found!\";s:36:\"آدرس ایمیل یافت نشد!\";s:41:\"Your password is reset, check your email.\";s:94:\"رمز عبور خود را تنظیم مجدد است، چک کردن ایمیل خود را.\";s:30:\"Welcome! Log into your account\";s:71:\"خوش آمدید ، به پنل کاربری خود وارد شوید.\";s:32:\"Welcome! Register for an account\";s:66:\"خوش آمدی! ثبت نام برای یک حساب کاربری\";s:23:\"Register for an account\";s:49:\"ثبت نام برای یک حساب کاربری\";s:21:\"Recover your password\";s:54:\"رمز عبور خود را بهبود می یابند\";s:13:\"your username\";s:31:\"نام کاربری خود را\";s:13:\"your password\";s:27:\"رمز عبور خود را\";s:10:\"your email\";s:17:\"ایمیل شما\";s:35:\"A password will be e-mailed to you.\";s:95:\"رمز عبور خواهد بود الکترونیکی نامه برای شما فرستاده.\";s:6:\"Logout\";s:24:\"خروج از سیستم\";s:28:\"CAPTCHA verification failed!\";s:40:\"تأیید کپچا ناموفق بود!\";s:45:\"CAPTCHA user score failed. Please contact us!\";s:95:\"امتیاز کاربر کپچا ناموفق بود. لطفا با ما تماس بگیرید!\";s:65:\"Someone has requested a password reset for the following account:\";s:98:\"شخصی برای حساب زیر درخواست بازنشانی رمز عبور داده است:\";s:12:\"Username: %s\";s:23:\"نام کاربری: %s\";s:70:\"If this was a mistake, just ignore this email and nothing will happen.\";s:136:\"اگر این یک اشتباه بود، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد.\";s:52:\"To reset your password, visit the following address:\";s:92:\"برای بازنشانی رمز عبور خود به آدرس زیر مراجعه کنید:\";s:4:\"Like\";s:10:\"مانند\";s:5:\"Likes\";s:8:\"دوست\";s:4:\"Fans\";s:16:\"طرفداران\";s:6:\"Follow\";s:19:\"دنبال کردن\";s:9:\"Followers\";s:12:\"پیروان\";s:7:\"Members\";s:8:\"اعضا\";s:9:\"Subscribe\";s:10:\"مشترک\";s:11:\"Subscribers\";s:14:\"مشترکین\";s:12:\"MORE STORIES\";s:12:\"داستان\";s:6:\"Latest\";s:10:\"آخرین\";s:14:\"Featured posts\";s:22:\"پست های ویژه\";s:12:\"Most popular\";s:19:\"محبوب ترین\";s:14:\"7 days popular\";s:19:\"7 روز محبوب\";s:15:\"By review score\";s:28:\"توسط نمره بررسی\";s:6:\"Random\";s:12:\"تصادفی\";s:12:\"Trending Now\";s:29:\"در حال حاضر روند\";s:16:\"POPULAR CATEGORY\";s:17:\"رده محبوب\";s:13:\"POPULAR POSTS\";s:24:\"پست های محبوب\";s:12:\"EDITOR PICKS\";s:29:\"میدارد ویرایشگر\";s:8:\"ABOUT US\";s:19:\"دربارهی ما\";s:8:\"About me\";s:17:\"درمورد من\";s:9:\"FOLLOW US\";s:29:\"ما را دنبال کنید\";s:14:\"EVEN MORE NEWS\";s:31:\"اخبار و حتی بیشتر\";s:25:\"Previous (Left arrow key)\";s:49:\"قبلی (کلید های arrow به سمت چپ)\";s:22:\"Next (Right arrow key)\";s:42:\"بعدی (کلید فلش سمت راست)\";s:17:\"%curr% of %total%\";s:19:\"%curr% از %total%\";s:43:\"The content from %url% could not be loaded.\";s:57:\"محتوا از %url% نمی تواند بارگذاری.\";s:38:\"The image #%curr% could not be loaded.\";s:54:\"#%curr% تصویر نمی تواند بارگذاری.\";s:4:\"Blog\";s:10:\"وبلاگ\";s:17:\"Share on Facebook\";s:25:\"سهم در فیس بوک\";s:16:\"Tweet on Twitter\";s:40:\"صدای جیر جیر در توییتر\";s:8:\"Featured\";s:12:\"برجسته\";s:16:\"All time popular\";s:28:\"تمام زمان محبوب\";s:4:\"More\";s:6:\"بیش\";s:8:\"Register\";s:8:\"ثبات\";s:2:\"of\";s:4:\"از\";s:21:\"Euro Member Countries\";s:30:\"کشورهای عضو یورو\";s:17:\"Australian Dollar\";s:25:\"دلار استرالیا\";s:13:\"Bulgarian Lev\";s:17:\"بلغاری لو\";s:14:\"Brazilian Real\";s:21:\"برزیل واقعی\";s:15:\"Canadian Dollar\";s:25:\"دلار کانادایی\";s:11:\"Swiss Franc\";s:21:\"فرانک سوئیس\";s:21:\"Chinese Yuan Renminbi\";s:30:\"رنمینبی یوان چین\";s:21:\"Czech Republic Koruna\";s:30:\"کرونای جمهوری چک\";s:12:\"Danish Krone\";s:23:\"کرون دانمارک\";s:13:\"British Pound\";s:21:\"پوند انگلیس\";s:16:\"Hong Kong Dollar\";s:22:\"دلار هنگ کنگ\";s:13:\"Croatian Kuna\";s:21:\"کونا کرواتی\";s:16:\"Hungarian Forint\";s:29:\"فورینت مجارستان\";s:17:\"Indonesian Rupiah\";s:25:\"روپیه اندونزی\";s:14:\"Israeli Shekel\";s:21:\"شکل اسرائیل\";s:12:\"Indian Rupee\";s:17:\"روپیه هند\";s:12:\"Japanese Yen\";s:13:\"ین ژاپن\";s:18:\"Korean (South) Won\";s:35:\"کره ای (جنوبی) برنده\";s:12:\"Mexican Peso\";s:19:\"پزوی مکزیک\";s:17:\"Malaysian Ringgit\";s:18:\"مالزی Ringgit\";s:15:\"Norwegian Krone\";s:19:\"کرون نروژی\";s:18:\"New Zealand Dollar\";s:25:\"دلار نیوزیلند\";s:15:\"Philippine Peso\";s:23:\"پزوی فیلیپین\";s:12:\"Polish Zloty\";s:20:\"Zloty لهستانی\";s:18:\"Romanian (New) Leu\";s:33:\"رومانیایی (جدید) LEU\";s:13:\"Russian Ruble\";s:19:\"روبل روسیه\";s:13:\"Swedish Krona\";s:17:\"کرون سوئد\";s:16:\"Singapore Dollar\";s:23:\"دلار سنگاپور\";s:9:\"Thai Baht\";s:19:\"بات تایلند\";s:12:\"Turkish Lira\";s:19:\"لیره ترکیه\";s:20:\"United States Dollar\";s:21:\"دلار آمریکا\";s:18:\"South African Rand\";s:32:\"رند آفریقای جنوبی\";s:77:\"Save my name, email, and website in this browser for the next time I comment.\";s:140:\"نام من، ایمیل، و وب سایت را در این مرورگر برای دفعه بعد که نظر میدهم ذخیره کنم.\";s:14:\"Privacy Policy\";s:37:\"سیاست حفظ حریم خصوصی\";s:10:\"My account\";s:0:\"\";s:6:\"Orders\";s:14:\"سفارشات\";s:9:\"Downloads\";s:16:\"دانلودها\";s:9:\"Addresses\";s:13:\"آدرس ها\";s:16:\"Account settings\";s:23:\"تنظیمات حساب\";s:5:\"Hello\";s:8:\"سلام\";s:24:\"No products in the cart.\";s:49:\"هیچ محصولی در سبدخرید نیست.\";s:18:\"Product categories\";s:32:\"دسته بندی محصولات\";s:12:\"Product tags\";s:28:\"برچسب های محصول\";s:8:\"inc. TAX\";s:21:\"شرکت مالیات\";s:7:\"ex. TAX\";s:22:\"سابق. مالیات\";s:83:\"An unexpected error has occured while trying to create your post. Please try again.\";s:151:\"هنگام تلاش برای ایجاد پست شما، یک خطای غیرمنتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:40:\"Your post has been successfully created.\";s:47:\"پست شما با موفقیت ایجاد شد\";s:40:\"Your post has been successfully updated.\";s:48:\"پست شما با موفقیت به روز شد\";s:64:\"An unexpected error has occurred and the mail could not be sent.\";s:84:\"یک خطای غیرمنتظره رخ داده است و نامه ارسال نشد.\";s:9:\"Location:\";s:7:\"محل:\";s:37:\"The email has been successfully sent.\";s:44:\"ایمیل با موفقیت ارسال شد\";s:51:\"An unexpected error has occurred. Please try again.\";s:96:\"یک خطای غیر منتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:23:\"Drag and drop or browse\";s:52:\"بکشید و رها کنید یا مرور کنید\";s:20:\"Search by keyword...\";s:35:\"جستجو با کلیدواژه...\";s:13:\"Select parent\";s:35:\"والد را انتخاب کنید\";s:7:\"Add new\";s:24:\"جدید اضافه کن\";s:12:\"Select child\";s:37:\"فرزند را انتخاب کنید\";s:16:\"Select sub-child\";s:46:\"فرزند فرعی را انتخاب کنید\";s:9:\"Posted by\";s:26:\"ارسال شده توسط\";s:7:\"Overall\";s:18:\"به طور کلی\";s:11:\"Post review\";s:17:\"پست بررسی\";s:23:\"This field is required!\";s:36:\"این فیلد الزامی است!\";s:75:\"Your review has been published. Please refresh the page in order to see it.\";s:108:\"نظر شما انتشار پیدا کرد. لطفا صفحه را برای دیدن آن رفرش کنید.\";s:57:\"Your review has been registered and is awaiting approval.\";s:78:\"بررسی شما ثبت شده است و در انتظار تایید است.\";s:12:\"Submit reply\";s:36:\"پاسخ خود را ثبت کنید\";s:16:\"Enter your reply\";s:38:\"پاسخ خود را وارد کنید\";s:4:\"Name\";s:6:\"نام\";s:13:\"Email address\";s:19:\"آدرس ایمیل\";s:6:\"Cancel\";s:6:\"لغو\";s:42:\"Some required fields have been left blank.\";s:76:\"برخی از فیلدهای ضروری خالی گذاشته شده اند.\";s:35:\"Please enter a valid email address.\";s:63:\"لطفا یک آدرس ایمیل معتبر وارد کنید.\";s:31:\"The number cannot be lower than\";s:42:\"تعداد نمی تواند کمتر از\";s:32:\"The number cannot be higher than\";s:54:\"عدد نمی تواند بیشتر از آن باشد\";s:14:\"Leave a review\";s:30:\"یک بررسی بگذارید\";s:6:\"Submit\";s:10:\"ارسال\";s:6:\"Update\";s:22:\"به روز رسانی\";s:8:\"out of 5\";s:6:\"از 5\";s:74:\"You have reached the limit of reviews that you can submit for this article\";s:126:\"شما به حد مجاز نظراتی که می توانید برای این مقاله ارسال کنید رسیده اید\";s:25:\"Log in to leave a review.\";s:46:\"برای گذاشتن نظر وارد شوید\";s:29:\"Enter a title for your review\";s:62:\"عنوانی را برای بررسی خود وارد کنید\";s:17:\"Enter your review\";s:36:\"نظر خود را وارد کنید\";s:15:\"Review criteria\";s:27:\"معیارهای بررسی\";s:26:\"Enter Your Name or Company\";s:50:\"نام یا شرکت خود را وارد کنید\";s:13:\"Submit review\";s:21:\"ارسال بررسی\";s:6:\"Delete\";s:6:\"حذف\";s:74:\"Your reply has been published. Please refresh the page in order to see it.\";s:96:\"پاسخ شما منتشر شد لطفا صفحه را برای دیدن آن رفرش کنید.\";s:31:\"You have not created any posts.\";s:51:\"شما هیچ پستی ایجاد نکرده اید\";s:48:\"The selected post has been successfully deleted.\";s:52:\"پست انتخابی با موفقیت حذف شد.\";s:2:\"ID\";s:10:\"شناسه\";s:6:\"Rating\";s:17:\"رتبه بندی\";s:5:\"Title\";s:10:\"عنوان\";s:10:\"Post image\";s:21:\"ارسال تصویر\";s:10:\"Categories\";s:22:\"دسته بندی ها\";s:4:\"Date\";s:10:\"تاریخ\";s:12:\"Source title\";s:19:\"عنوان منبع\";s:9:\"No rating\";s:17:\"بدون رتبه\";s:4:\"View\";s:17:\"چشم انداز\";s:7:\"Publish\";s:12:\"انتشار\";s:12:\"Add new post\";s:35:\"اضافه کردن پست جدید\";s:9:\"Edit post\";s:19:\"ویرایش پست\";s:14:\"Publish a post\";s:31:\"یک پست منتشر کنید\";s:45:\"The status for %POST_TITLE% has been changed.\";s:51:\"وضعیت %post_title% تغییر کرده است.\";s:46:\"Are you sure you want to publish %POST_TITLE%?\";s:91:\"آیا مطمئن هستید که می خواهید %post_title% را منتشر کنید؟\";s:13:\"Delete a post\";s:32:\"یک پست را حذف کنید\";s:45:\"Are you sure you want to delete %POST_TITLE%?\";s:87:\"آیا مطمئن هستید که می خواهید %post_title% را حذف کنید؟\";s:37:\"%POST_TITLE% has been moved to trash.\";s:52:\"%post_title% به سطل زباله منتقل شد.\";s:64:\"You do not hold the required priveleges to execute this request.\";s:110:\"شما از امتیازات لازم برای اجرای این درخواست برخوردار نیستید.\";s:18:\"No search results.\";s:59:\"هیچ نتیجه ای برای جستجو یافت نشد.\";s:3:\"Yes\";s:6:\"آره\";s:2:\"No\";s:4:\"نه\";s:4:\"Save\";s:17:\"صرفه جویی\";s:21:\"Search for a location\";s:33:\"جستجو برای یک مکان\";s:12:\"Address line\";s:13:\"خط آدرس\";s:10:\"(Optional)\";s:16:\"(اختیاری)\";s:4:\"City\";s:6:\"شهر\";s:5:\"State\";s:8:\"حالت\";s:7:\"Country\";s:8:\"کشور\";s:15:\"Create new term\";s:32:\"ایجاد اصطلاح جدید\";s:6:\"Parent\";s:12:\"والدین\";s:11:\"Description\";s:6:\"شرح\";s:16:\"Delete bookmarks\";s:27:\"حذف بوک مارک ها\";}s:15:\"tds_theme_color\";s:7:\"#6d7b88\";s:25:\"tds_site_background_color\";s:0:\"\";s:14:\"tds_site_boxed\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_loader_image_bg_color\";s:0:\"\";s:21:\"tds_mob_toolbar_color\";s:0:\"\";s:8:\"td_fonts\";a:177:{s:18:\"title_xxsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_xsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"title_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_big_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_sub_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"client_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"food_menu_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"fancy_text_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"counter_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:23:\"progress_bar_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"team_member_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"testimonial_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"call_to_action_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"column_content_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:33:\"fancy_text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"food_menu_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"hero_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"icon_box_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"image_info_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"inline_text_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:30:\"pricing_table_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"team_member_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"testimonial_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"text_list_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_large_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_xlarge_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"login_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"text_logo\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"text_logo_tagline\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx18\";a:1:{s:11:\"font_family\";s:6:\"file_2\";}s:11:\"module_mx19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx20\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx21\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx22\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx23\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx24\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx25\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx26\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"news_ticker\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_1columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_2columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_3columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"big_grid_tiny\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"big_grid_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"big_grid_medium\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"big_grid_big\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"homepage_post\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_blockquote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_box_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_pull_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_lists\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"post_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"post_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"post_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"via_source_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_next_prev_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_next_prev\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"box_author_name\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"box_author_url\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"box_author_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_related\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_share\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_image_caption\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_large\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"page_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"breadcrumb\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"news_ticker_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"dropcap\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_widgets\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_buttons\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"woocommerce_products\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"woocommerce_product_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_header\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_titles\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"bbpress_subcategories\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"bbpress_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_replies\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_notices\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"bbpress_pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"bbpress_topic\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"woo_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}}s:9:\"td_011_ta\";s:7:\"lp_sent\";s:11:\"tdc_savings\";a:2:{s:11:\"recentFonts\";a:1:{i:0;s:6:\"file_5\";}s:12:\"recentColors\";a:3:{i:0;s:12:\"IiNkZDk5MzMi\";i:1;s:12:\"IiNkZDg1MDAi\";i:2;s:12:\"IiNmZmZmZmYi\";}}s:18:\"tds_top_menu_color\";s:7:\"#b47029\";s:23:\"tds_top_menu_text_color\";s:7:\"#ffffff\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";}s:19:\"2025-01-11 13:47:00\";a:534:{s:7:\"td_011_\";i:2;s:6:\"td_011\";s:44:\"KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio=\";s:27:\"theme_update_latest_version\";s:85:\"{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"}\";s:21:\"theme_update_versions\";s:605:\"[{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"},{\"12.6.7\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/08\\/Newspaper.zip\"},{\"12.6.6\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/05\\/Newspaper.zip\"},{\"12.6.5\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/03\\/Newspaper.zip\"},{\"12.6.4\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/02\\/Newspaper.zip\"},{\"12.6.3\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2023\\/12\\/Newspaper.zip\"},{\"RC12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/11\\/Newspaper.zip\"}]\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1710693085;s:11:\"test_status\";s:9:\"wordpress\";}s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:18:\"tds_thumb_td_150x0\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:18:\"tds_thumb_td_300x0\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:18:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:5:\"naver\";b:0;s:9:\"flipboard\";b:0;s:8:\"copy_url\";b:0;s:5:\"kakao\";b:0;s:5:\"gettr\";b:0;s:3:\"koo\";b:0;}s:18:\"td_social_networks\";a:0:{}s:21:\"tds_logo_width_height\";b:1;s:10:\"td_version\";s:6:\"12.6.4\";s:9:\"td_011_tp\";i:1710693086;s:16:\"td_updated_fonts\";b:1;s:36:\"td_updated_td_posts_form_submit_meta\";b:1;s:15:\"firstinstallMob\";s:20:\"mobilethemeInstalled\";s:24:\"tds_logo_menu_upload_mob\";s:0:\"\";s:26:\"tds_logo_menu_upload_r_mob\";s:0:\"\";s:16:\"tds_logo_alt_mob\";s:0:\"\";s:18:\"tds_logo_title_mob\";s:0:\"\";s:14:\"tds_footer_mob\";s:0:\"\";s:26:\"tds_footer_logo_upload_mob\";s:0:\"\";s:33:\"tds_footer_retina_logo_upload_mob\";s:0:\"\";s:19:\"tds_footer_text_mob\";s:0:\"\";s:20:\"tds_footer_email_mob\";s:0:\"\";s:23:\"tds_footer_logo_alt_mob\";s:0:\"\";s:25:\"tds_footer_logo_title_mob\";s:0:\"\";s:21:\"tds_footer_social_mob\";s:0:\"\";s:18:\"tds_sub_footer_mob\";s:0:\"\";s:24:\"tds_footer_copyright_mob\";s:0:\"\";s:26:\"tds_footer_copy_symbol_mob\";s:0:\"\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:23:\"tdm_frontpage_grid_sort\";s:6:\"latest\";s:42:\"tdm_frontpage_latest_articles_posts_offset\";s:1:\"3\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:1:\"5\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:17:\"l , j F Y - g:i A\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:29:\"tds_weather_location_top_menu\";s:10:\"تهران\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:21:\"tds_logo_upload_width\";s:3:\"300\";s:22:\"tds_logo_upload_height\";s:2:\"79\";s:17:\"tds_logo_upload_r\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:18:\"tds_favicon_upload\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:17:\"tds_logo_h1_pages\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:26:\"tds_logo_menu_upload_width\";s:0:\"\";s:27:\"tds_logo_menu_upload_height\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:20:\"tds_hide_mobile_menu\";s:0:\"\";s:22:\"tds_hide_mobile_search\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_114\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_120\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_144\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_152\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:19:\"tdb_footer_template\";s:0:\"\";s:19:\"tds_footer_ui_delay\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_4\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:31:\"tds_footer_instagram_image_size\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:28:\"tds_footer_logo_upload_width\";s:0:\"\";s:29:\"tds_footer_logo_upload_height\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:26:\"سایت ای بی تی 90\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:84:\"Copyright 2025 <strong><a href=\\\"http://abt90iran.bet/\\\">ای بی تی</a></strong>\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:18:\"tds_modal_video_ad\";s:0:\"\";s:24:\"tds_modal_video_ad_title\";s:0:\"\";s:26:\"tds_modal_video_ad_disable\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:10:\"tds_to_top\";s:0:\"\";s:20:\"tds_to_top_on_mobile\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:2:\"no\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:44:\"td_stretch_container td_stretch_content_1600\";s:14:\"td_full_header\";s:44:\"td_stretch_container td_stretch_content_1200\";s:12:\"td_full_menu\";s:44:\"td_stretch_container td_stretch_content_1200\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:44:\"td_stretch_container td_stretch_content_1200\";s:14:\"td_full_footer\";s:44:\"td_stretch_container td_stretch_content_1200\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_layout_size\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:27:\"tds_search_taxonomies_terms\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:35:\"tds_general_modal_image_disable_mob\";s:0:\"\";s:26:\"tds_smart_list_modal_image\";s:0:\"\";s:11:\"tds_reviews\";s:0:\"\";s:37:\"tds_enable_products_schema_on_reviews\";s:0:\"\";s:26:\"tds_disable_article_schema\";s:0:\"\";s:27:\"tds_aggregate_rating_schema\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_video_playing_one\";s:0:\"\";s:22:\"tds_video_pause_hidden\";s:0:\"\";s:14:\"tds_video_lazy\";s:0:\"\";s:16:\"tds_video_scroll\";s:0:\"\";s:15:\"tds_video_width\";s:0:\"\";s:20:\"tds_video_position_v\";s:0:\"\";s:20:\"tds_video_distance_v\";s:0:\"\";s:20:\"tds_video_position_h\";s:0:\"\";s:20:\"tds_video_distance_h\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_2\";s:25:\"tds_category_module_slide\";s:3:\"yes\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:21:\"tds_category_module_1\";s:3:\"yes\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:3:\"yes\";s:21:\"tds_category_module_4\";s:3:\"yes\";s:21:\"tds_category_module_5\";s:3:\"yes\";s:21:\"tds_category_module_6\";s:3:\"yes\";s:21:\"tds_category_module_7\";s:3:\"yes\";s:21:\"tds_category_module_8\";s:3:\"yes\";s:21:\"tds_category_module_9\";s:3:\"yes\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:3:\"yes\";s:22:\"tds_category_module_12\";s:3:\"yes\";s:22:\"tds_category_module_13\";s:3:\"yes\";s:22:\"tds_category_module_14\";s:3:\"yes\";s:22:\"tds_category_module_15\";s:3:\"yes\";s:22:\"tds_category_module_16\";s:3:\"yes\";s:22:\"tds_category_module_17\";s:3:\"yes\";s:22:\"tds_category_module_18\";s:3:\"yes\";s:22:\"tds_category_module_19\";s:3:\"yes\";s:23:\"tds_category_module_mx1\";s:3:\"yes\";s:23:\"tds_category_module_mx2\";s:3:\"yes\";s:23:\"tds_category_module_mx3\";s:3:\"yes\";s:23:\"tds_category_module_mx4\";s:3:\"yes\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:3:\"yes\";s:23:\"tds_category_module_mx7\";s:3:\"yes\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:3:\"yes\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:3:\"yes\";s:24:\"tds_category_module_mx12\";s:3:\"yes\";s:24:\"tds_category_module_mx13\";s:3:\"yes\";s:24:\"tds_category_module_mx14\";s:3:\"yes\";s:24:\"tds_category_module_mx15\";s:3:\"yes\";s:24:\"tds_category_module_mx16\";s:3:\"yes\";s:24:\"tds_category_module_mx17\";s:3:\"yes\";s:24:\"tds_category_module_mx18\";s:3:\"yes\";s:24:\"tds_category_module_mx19\";s:3:\"yes\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:3:\"yes\";s:24:\"tds_category_module_mx22\";s:3:\"yes\";s:24:\"tds_category_module_mx23\";s:3:\"yes\";s:24:\"tds_category_module_mx24\";s:3:\"yes\";s:24:\"tds_category_module_mx25\";s:3:\"yes\";s:24:\"tds_category_module_mx26\";s:3:\"yes\";s:33:\"tds_category_module_related_posts\";s:3:\"yes\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:20:\"tds_m_nofollow_image\";s:0:\"\";s:27:\"tds_loader_background_image\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:21:\"tds_minify_inline_css\";s:0:\"\";s:24:\"tds_aggregate_inline_css\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:27:\"tds_m_show_links_in_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:2:\"fa\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:22:\"g_mob_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:12:\"td_body_code\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:24:\"tds_tweeter_username_via\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:11:\"tds_captcha\";s:0:\"\";s:15:\"tds_captcha_url\";s:0:\"\";s:20:\"tds_captcha_site_key\";s:0:\"\";s:22:\"tds_captcha_secret_key\";s:0:\"\";s:17:\"tds_captcha_score\";s:0:\"\";s:26:\"tds_social_login_fb_enable\";s:5:\"false\";s:26:\"tds_social_login_fb_app_id\";s:0:\"\";s:14:\"tds_yt_api_key\";s:0:\"\";s:18:\"tds_flickr_api_key\";s:0:\"\";s:14:\"tds_gm_api_key\";s:0:\"\";s:14:\"tds_bm_api_key\";s:0:\"\";s:24:\"tds_twitch_api_client_id\";s:0:\"\";s:28:\"tds_twitch_api_client_secret\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tdm_is_multisite\";s:0:\"\";s:15:\"tdm_sticky_menu\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_live_search_mob\";s:0:\"\";s:30:\"tds_logo_menu_upload_mob_width\";s:0:\"\";s:31:\"tds_logo_menu_upload_mob_height\";s:0:\"\";s:14:\"tds_h1_on_logo\";s:0:\"\";s:32:\"tds_footer_logo_upload_mob_width\";s:0:\"\";s:33:\"tds_footer_logo_upload_mob_height\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:17:\"tdm_amp_ads_title\";s:0:\"\";s:17:\"tdm_amp_analytics\";s:0:\"\";s:15:\"tdm_smartlist_2\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:18:\"tdm_frontpage_grid\";s:0:\"\";s:17:\"tdm_category_grid\";s:0:\"\";s:21:\"tdm_grids_posts_limit\";s:0:\"\";s:29:\"tdm_frontpage_grid_cat_filter\";s:0:\"\";s:41:\"tdm_frontpage_latest_articles_posts_limit\";s:0:\"\";s:25:\"tds_category_mobule_mob_1\";s:0:\"\";s:25:\"tds_category_mobule_mob_2\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:31:{s:11:\"font_file_1\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_1\";s:12:\"iransans-web\";s:11:\"font_file_2\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_2\";s:12:\"iransans-web\";s:11:\"font_file_3\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_3\";s:12:\"iransans-web\";s:11:\"font_file_4\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_4\";s:12:\"iransans-web\";s:11:\"font_file_5\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_5\";s:12:\"iransans-web\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:1990:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:16:\"td_fonts_default\";a:1:{s:13:\"default_fonts\";s:0:\"\";}s:6:\"td_ads\";a:8:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:16:\"tdm_amp_auto_ads\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:26800:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\nul.sf-menu > .menu-item > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-logo-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-tagline-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n    \r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n\r\n	\r\n    .td-page-title,\r\n    .td-category-title-holder .td-page-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content p,\r\n    .td-page-content li,\r\n    .td-page-content .td_block_text_with_title,\r\n    .wpb_text_column p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h1,\r\n    .wpb_text_column h1 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h2,\r\n    .wpb_text_column h2 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h3,\r\n    .wpb_text_column h3 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h4,\r\n    .wpb_text_column h4 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h5,\r\n    .wpb_text_column h5 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h6,\r\n    .wpb_text_column h6 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n	\r\n    body, p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    #bbpress-forums .bbp-header .bbp-forums,\r\n    #bbpress-forums .bbp-header .bbp-topics,\r\n    #bbpress-forums .bbp-header {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-forum-title,\r\n    #bbpress-forums .hentry .bbp-topic-permalink {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forums-list li {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forum-info .bbp-forum-content {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-forum-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-topic-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-reply-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-search-author a.bbp-author-name,\r\n    #bbpress-forums .bbp-forum-freshness .bbp-author-name,\r\n    #bbpress-forums .bbp-topic-freshness a:last-child {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-topic-content p,\r\n    #bbpress-forums .hentry .bbp-reply-content p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-template-notice p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-pagination-count,\r\n    #bbpress-forums .page-numbers {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-topic-started-by,\r\n    #bbpress-forums .bbp-topic-started-by a,\r\n    #bbpress-forums .bbp-topic-started-in,\r\n    #bbpress-forums .bbp-topic-started-in a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n	.white-popup-block,\r\n	.white-popup-block .wpb_button {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    \r\n	.woocommerce {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n    :root{--td_excl_label:\'انحصاری\';--td_theme_color:#6d7b88;--td_slider_text:rgba(109,123,136,0.7);}\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\n.td-header-style-12 .td-header-menu-wrap-full,\r\n    .td-header-style-12 .td-affix,\r\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td_category_template_3 .td-current-sub-category,\r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n     .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n     .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\r\n        background-color: #6d7b88;\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .cur-sub-cat,\r\n    .td-mega-span h3 a:hover,\r\n    .td_mod_mega_menu:hover .entry-title a,\r\n    .header-search-wrap .result-msg a:hover,\r\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\r\n    .td-header-top-menu .td-icon-search:hover,\r\n    .td-header-wrap .result-msg a:hover,\r\n    .top-header-menu li a:hover,\r\n    .top-header-menu .current-menu-item > a,\r\n    .top-header-menu .current-menu-ancestor > a,\r\n    .top-header-menu .current-category-ancestor > a,\r\n    .td-social-icon-wrap > a:hover,\r\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n    .td_mod_related_posts:hover h3 > a,\r\n    .td-post-template-11 .td-related-title .td-related-left:hover,\r\n    .td-post-template-11 .td-related-title .td-related-right:hover,\r\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n    .td-category-header .td-pulldown-category-filter-link:hover,\r\n    .td-category-siblings .td-subcat-dropdown a:hover,\r\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n    .footer-text-wrap .footer-email-wrap a,\r\n    .footer-social-wrap a:hover,\r\n    .td_module_17 .td-read-more a:hover,\r\n    .td_module_18 .td-read-more a:hover,\r\n    .td_module_19 .td-post-author-name a:hover,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\r\n        color: #6d7b88;\r\n    }\r\n    \r\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n        color: #6d7b88 !important;\r\n    }\r\n    \r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\r\n        border-color: #6d7b88;\r\n    }\r\n    \r\n    \r\n\r\n\r\n    \r\n    .td-header-wrap .td-header-top-menu-full,\r\n    .td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-1.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-2.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-3.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu {\r\n        background-color: #b47029;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full {\r\n        background-color: transparent;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full .td-header-top-menu {\r\n        background-color: #b47029;\r\n        padding-left: 15px;\r\n        padding-right: 15px;\r\n    }\r\n\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full {\r\n        border-bottom: none;\r\n    }\r\n\r\n\r\n    \r\n    .td-header-top-menu,\r\n    .td-header-top-menu a,\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full a,\r\n    .td-header-style-8 .td-header-top-menu,\r\n    .td-header-style-8 .td-header-top-menu a,\r\n    .td-header-top-menu .td-drop-down-search .entry-title a {\r\n        color: #ffffff;\r\n    }\r\n\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    body .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    .top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n    .td-theme-slider.iosSlider-col-1 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-2 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-3 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .homepage-post .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.td_module_wrap .td-module-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_module_1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_15 .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.td_block_trending_now .entry-title,\r\n	.td-theme-slider .td-module-title,\r\n    .td-big-grid-post .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_block_trending_now .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx15 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx20 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx21 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx22 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx23 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx24 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx25 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx26 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-big-thumb .td-big-grid-meta,\r\n    .td-big-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-medium-thumb .td-big-grid-meta,\r\n    .td-medium-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-small-thumb .td-big-grid-meta,\r\n    .td-small-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta,\r\n    .td-tiny-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.post .td-post-header .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-1 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-3 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-4 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-5 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-6 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-7 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-9 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-10 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-11 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-12 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-13 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .td-post-content p,\r\n    .td-post-content {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post blockquote p,\r\n    .page blockquote p,\r\n    .td-post-text-content blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_quote_box p,\r\n    .page .td_quote_box p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_pull_quote p,\r\n    .page .td_pull_quote p,\r\n    .post .wp-block-pullquote blockquote p,\r\n    .page .wp-block-pullquote blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content li {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h1 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h2 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h3 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h4 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h5 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h6 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .post .td-category a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-author-name,\r\n    .post header .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-views span,\r\n    .post header .td-post-comments {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-source-tags a,\r\n    .post .td-post-source-tags span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-url a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-description {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n	.wp-caption-text,\r\n	.wp-caption-dd,\r\n	 .wp-block-image figcaption {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-sub-title,\r\n    .td-post-template-1 .td-post-sub-title,\r\n    .td-post-template-4 .td-post-sub-title,\r\n    .td-post-template-5 .td-post-sub-title,\r\n    .td-post-template-9 .td-post-sub-title,\r\n    .td-post-template-10 .td-post-sub-title,\r\n    .td-post-template-11 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_block_related_posts .entry-title a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-share-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-sub-title,\r\n    .td-post-template-3 .td-post-sub-title,\r\n    .td-post-template-6 .td-post-sub-title,\r\n    .td-post-template-7 .td-post-sub-title,\r\n    .td-post-template-8 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.footer-text-wrap {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-copy {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-menu ul li a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	\r\n	\r\n    .entry-crumbs a,\r\n    .entry-crumbs span,\r\n    #bbpress-forums .bbp-breadcrumb a,\r\n    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-trending-now-display-area .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .page-nav a,\r\n    .page-nav span {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #td-outer-wrap span.dropcap,\r\n    #td-outer-wrap p.has-drop-cap:not(:focus)::first-letter {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .widget_archive a,\r\n    .widget_calendar,\r\n    .widget_categories a,\r\n    .widget_nav_menu a,\r\n    .widget_meta a,\r\n    .widget_pages a,\r\n    .widget_recent_comments a,\r\n    .widget_recent_entries a,\r\n    .widget_text .textwidget,\r\n    .widget_tag_cloud a,\r\n    .widget_search input,\r\n    .woocommerce .product-categories a,\r\n    .widget_display_forums a,\r\n    .widget_display_replies a,\r\n    .widget_display_topics a,\r\n    .widget_display_views a,\r\n    .widget_display_stats {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n	input[type=\"submit\"],\r\n	.td-read-more a,\r\n	.vc_btn,\r\n	.woocommerce a.button,\r\n	.woocommerce button.button,\r\n	.woocommerce #respond input#submit {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product a .woocommerce-loop-product__title,\r\n	.woocommerce .widget.woocommerce .product_list_widget a,\r\n	.woocommerce-cart .woocommerce .product-name a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product .summary .product_title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n    \r\n    .category .td-category a {\r\n    	font-family:iransans-web;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:21:\"tds_thumb_placeholder\";s:0:\"\";s:25:\"tds_thumb_td_150x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_218x150_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_300x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_324x400_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_485x360_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_696x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1068x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1920x0_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:25:\"tds_thumb_td_0x420_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:25:\"tds_thumb_td_80x60_retina\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:26:\"tds_thumb_td_100x70_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_265x198_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:27:\"tds_thumb_td_324x160_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:27:\"tds_thumb_td_324x235_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:27:\"tds_thumb_td_356x220_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:27:\"tds_thumb_td_356x364_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:27:\"tds_thumb_td_533x261_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:27:\"tds_thumb_td_534x462_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:27:\"tds_thumb_td_696x385_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_741x486_retina\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:28:\"tds_thumb_td_1068x580_retina\";s:3:\"yes\";s:23:\"td_translation_map_user\";a:284:{s:9:\"EXCLUSIVE\";s:14:\"انحصاری\";s:4:\"Tel:\";s:9:\"تلفن:\";s:6:\"Email:\";s:11:\"ایمیل:\";s:16:\"View all results\";s:32:\"مشاهده تمام نتایج\";s:10:\"No results\";s:22:\"هیچ نتیجه ای\";s:4:\"Home\";s:8:\"خانه\";s:5:\"CLOSE\";s:10:\"نزدیک\";s:7:\"Loading\";s:16:\"بارگذاری\";s:36:\"Here are the results for the search:\";s:54:\"در اینجا نتایج جستجو آمده است:\";s:4:\"Page\";s:8:\"صفحه\";s:3:\"All\";s:6:\"همه\";s:2:\"By\";s:8:\"توسط\";s:9:\"Load more\";s:25:\"بارگیری بیشتر\";s:14:\"Modified date:\";s:22:\"تاریخ تغییر:\";s:13:\"Modified date\";s:28:\"تاریخ اصلاح شده\";s:19:\"Alphabetical A -> Z\";s:21:\"الفبایی a -> z\";s:12:\"Oldest posts\";s:31:\"قدیمی ترین پست ها\";s:6:\"Select\";s:21:\"انتخاب کنید\";s:17:\"View all posts in\";s:33:\"مشاهده تمام پست در\";s:4:\"Tags\";s:15:\"برچسب ها\";s:16:\"Previous article\";s:19:\"مقاله قبلی\";s:12:\"Next article\";s:19:\"مقاله بعدی\";s:7:\"Authors\";s:18:\"نویسندگان\";s:6:\"Author\";s:14:\"نویسنده\";s:16:\"RELATED ARTICLES\";s:23:\"مقالات مرتبط\";s:16:\"MORE FROM AUTHOR\";s:26:\"بیش از نویسنده\";s:3:\"VIA\";s:13:\"از طریق\";s:6:\"SOURCE\";s:8:\"منبع\";s:4:\"TAGS\";s:15:\"برچسب ها\";s:5:\"Share\";s:23:\"اشتراک گذاری\";s:5:\"SHARE\";s:12:\"اشتراک\";s:8:\"Continue\";s:10:\"ادامه\";s:9:\"Read more\";s:25:\"بیشتر بخوانید\";s:5:\"views\";s:15:\"نمایش ها\";s:5:\"Print\";s:6:\"چاپ\";s:5:\"Name:\";s:7:\"نام:\";s:8:\"Website:\";s:14:\"وب سایت:\";s:8:\"Comment:\";s:14:\"دیدگاه :\";s:13:\"LEAVE A REPLY\";s:15:\"پاسخ ترک\";s:12:\"Post Comment\";s:17:\"نظر ارسال\";s:12:\"Cancel reply\";s:15:\"لغو پاسخ\";s:5:\"Reply\";s:8:\"پاسخ\";s:25:\"Log in to leave a comment\";s:27:\"ورود به ترک نظر\";s:11:\"NO COMMENTS\";s:15:\"بدون نظر\";s:9:\"1 COMMENT\";s:8:\"1 نظر\";s:8:\"COMMENTS\";s:10:\"نظرات\";s:35:\"Your comment is awaiting moderation\";s:47:\"نظر خود را در انتظار تعدیل\";s:27:\"Please enter your name here\";s:56:\"لطفا نام خود را اینجا وارد کنید\";s:36:\"Please enter your email address here\";s:74:\"لطفا آدرس ایمیل خود را در اینجا وارد کنید\";s:44:\"You have entered an incorrect email address!\";s:69:\"شما یک آدرس ایمیل اشتباه وارد کرده اید\";s:26:\"Please enter your comment!\";s:45:\"لطفا نظر خود را وارد کنید\";s:12:\"Logged in as\";s:31:\"وارد شده به عنوان\";s:8:\"Log out?\";s:10:\"خروج؟\";s:35:\"Logged in as %s. Edit your profile.\";s:85:\"به عنوان٪ s وارد شدید پروفایل خودت را ویرایش کن.\";s:4:\"Edit\";s:21:\"ویرایش کنید\";s:2:\"At\";s:4:\"در\";s:2:\"on\";s:4:\"بر\";s:20:\"Comments are closed.\";s:26:\"نظرات بسته است\";s:15:\"REVIEW OVERVIEW\";s:34:\"بررسی اجمالی بررسی\";s:7:\"SUMMARY\";s:10:\"خلاصه\";s:13:\"OVERALL SCORE\";s:15:\"نمره کلی\";s:18:\"Ooops... Error 404\";s:21:\"وای ... خطا 404\";s:54:\"Sorry, but the page you are looking for doesn_t exist.\";s:82:\"با عرض پوزش، اما صفحه شما به دنبال وجود ندارد.\";s:17:\"You can go to the\";s:38:\"شما می توانید به رفتن\";s:8:\"HOMEPAGE\";s:19:\"صفحه خانگی\";s:16:\"OUR LATEST POSTS\";s:27:\"ما همه ارسال ها\";s:8:\"Posts by\";s:13:\"پست های\";s:5:\"POSTS\";s:6:\"پست\";s:17:\"Posts tagged with\";s:22:\"پست با برچسب\";s:3:\"Tag\";s:10:\"برچسب\";s:15:\"Daily Archives:\";s:24:\"آرشیو روزانه:\";s:17:\"Monthly Archives:\";s:24:\"آرشیو ماهانه:\";s:16:\"Yearly Archives:\";s:24:\"آرشیو سالانه:\";s:8:\"Archives\";s:14:\"بایگانی\";s:15:\"LATEST ARTICLES\";s:23:\"آخرین مقالات\";s:14:\"search results\";s:21:\"نتایج جستجو\";s:6:\"Search\";s:10:\"جستجو\";s:62:\"If you_re not happy with the results, please do another search\";s:82:\"اگر شما خوشحال نبود با نتایج، لطفا جستجو دیگر\";s:10:\"Contact us\";s:18:\"تماس با ما\";s:22:\"Follow us on Instagram\";s:60:\"به دنبال ما در نمایش مشخصات عمومی\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:43:\"صفحه  %CURRENT_PAGE% از %TOTAL_PAGES%\";s:4:\"Next\";s:6:\"بعد\";s:4:\"Prev\";s:8:\"قبلی\";s:4:\"Back\";s:12:\"بازگشت\";s:26:\"No results for your search\";s:51:\"هیچ نتیجه ای برای جستجوی شما\";s:19:\"No posts to display\";s:17:\"هیچ آیتمی\";s:19:\"No bookmarked posts\";s:67:\"هیچ پست نشانه گذاری شده ای وجود ندارد\";s:6:\"LOG IN\";s:8:\"ورود\";s:14:\"Sign in / Join\";s:42:\"ورود به سیستم / عضویت در\";s:7:\"Sign in\";s:8:\"ورود\";s:7:\"Sign up\";s:13:\"ثبت نام\";s:20:\"Log in With Facebook\";s:36:\"برای ورود با فیس بوک\";s:4:\"Join\";s:12:\"پیوستن\";s:6:\"Log In\";s:8:\"ورود\";s:5:\"Login\";s:8:\"ورود\";s:8:\"REGISTER\";s:8:\"ثبات\";s:8:\"Welcome!\";s:16:\"خوش آمدی!\";s:21:\"Log into your account\";s:46:\"وارد حساب کاربری خود شوید\";s:17:\"Password recovery\";s:30:\"بازیابی رمز عبور\";s:12:\"Send My Pass\";s:22:\"ارسال پاس من\";s:16:\"Send My Password\";s:36:\"رمز عبور من را بفرست\";s:21:\"Forgot your password?\";s:58:\"رمز عبور خود را فراموش کرده اید؟\";s:30:\"Forgot your password? Get help\";s:74:\"رمز عبور خود را فراموش کرده اید؟ کمک بگیر\";s:17:\"Create an account\";s:37:\"ایجاد یک حساب کاربری\";s:14:\"Please wait...\";s:28:\"لطفا صبر کنید ...\";s:27:\"User or password incorrect!\";s:52:\"کاربر یا رمز عبور اشتباه است!\";s:28:\"Email or username incorrect!\";s:56:\"ایمیل یا نام کاربری اشتباه است!\";s:16:\"Email incorrect!\";s:24:\"ایمیل نادرست!\";s:29:\"User or email already exists!\";s:81:\"کاربر یا پست الکترونیک در حال حاضر وجود دارد!\";s:76:\"Please check your email (inbox or spam folder), the password was sent there.\";s:0:\"\";s:24:\"Email address not found!\";s:36:\"آدرس ایمیل یافت نشد!\";s:41:\"Your password is reset, check your email.\";s:94:\"رمز عبور خود را تنظیم مجدد است، چک کردن ایمیل خود را.\";s:30:\"Welcome! Log into your account\";s:71:\"خوش آمدید ، به پنل کاربری خود وارد شوید.\";s:32:\"Welcome! Register for an account\";s:66:\"خوش آمدی! ثبت نام برای یک حساب کاربری\";s:23:\"Register for an account\";s:49:\"ثبت نام برای یک حساب کاربری\";s:21:\"Recover your password\";s:54:\"رمز عبور خود را بهبود می یابند\";s:13:\"your username\";s:31:\"نام کاربری خود را\";s:13:\"your password\";s:27:\"رمز عبور خود را\";s:10:\"your email\";s:17:\"ایمیل شما\";s:35:\"A password will be e-mailed to you.\";s:95:\"رمز عبور خواهد بود الکترونیکی نامه برای شما فرستاده.\";s:6:\"Logout\";s:24:\"خروج از سیستم\";s:28:\"CAPTCHA verification failed!\";s:40:\"تأیید کپچا ناموفق بود!\";s:45:\"CAPTCHA user score failed. Please contact us!\";s:95:\"امتیاز کاربر کپچا ناموفق بود. لطفا با ما تماس بگیرید!\";s:65:\"Someone has requested a password reset for the following account:\";s:98:\"شخصی برای حساب زیر درخواست بازنشانی رمز عبور داده است:\";s:12:\"Username: %s\";s:23:\"نام کاربری: %s\";s:70:\"If this was a mistake, just ignore this email and nothing will happen.\";s:136:\"اگر این یک اشتباه بود، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد.\";s:52:\"To reset your password, visit the following address:\";s:92:\"برای بازنشانی رمز عبور خود به آدرس زیر مراجعه کنید:\";s:4:\"Like\";s:10:\"مانند\";s:5:\"Likes\";s:8:\"دوست\";s:4:\"Fans\";s:16:\"طرفداران\";s:6:\"Follow\";s:19:\"دنبال کردن\";s:9:\"Followers\";s:12:\"پیروان\";s:7:\"Members\";s:8:\"اعضا\";s:9:\"Subscribe\";s:10:\"مشترک\";s:11:\"Subscribers\";s:14:\"مشترکین\";s:12:\"MORE STORIES\";s:12:\"داستان\";s:6:\"Latest\";s:10:\"آخرین\";s:14:\"Featured posts\";s:22:\"پست های ویژه\";s:12:\"Most popular\";s:19:\"محبوب ترین\";s:14:\"7 days popular\";s:19:\"7 روز محبوب\";s:15:\"By review score\";s:28:\"توسط نمره بررسی\";s:6:\"Random\";s:12:\"تصادفی\";s:12:\"Trending Now\";s:29:\"در حال حاضر روند\";s:16:\"POPULAR CATEGORY\";s:17:\"رده محبوب\";s:13:\"POPULAR POSTS\";s:24:\"پست های محبوب\";s:12:\"EDITOR PICKS\";s:29:\"میدارد ویرایشگر\";s:8:\"ABOUT US\";s:19:\"دربارهی ما\";s:8:\"About me\";s:17:\"درمورد من\";s:9:\"FOLLOW US\";s:29:\"ما را دنبال کنید\";s:14:\"EVEN MORE NEWS\";s:31:\"اخبار و حتی بیشتر\";s:25:\"Previous (Left arrow key)\";s:49:\"قبلی (کلید های arrow به سمت چپ)\";s:22:\"Next (Right arrow key)\";s:42:\"بعدی (کلید فلش سمت راست)\";s:17:\"%curr% of %total%\";s:19:\"%curr% از %total%\";s:43:\"The content from %url% could not be loaded.\";s:57:\"محتوا از %url% نمی تواند بارگذاری.\";s:38:\"The image #%curr% could not be loaded.\";s:54:\"#%curr% تصویر نمی تواند بارگذاری.\";s:4:\"Blog\";s:10:\"وبلاگ\";s:17:\"Share on Facebook\";s:25:\"سهم در فیس بوک\";s:16:\"Tweet on Twitter\";s:40:\"صدای جیر جیر در توییتر\";s:8:\"Featured\";s:12:\"برجسته\";s:16:\"All time popular\";s:28:\"تمام زمان محبوب\";s:4:\"More\";s:6:\"بیش\";s:8:\"Register\";s:8:\"ثبات\";s:2:\"of\";s:4:\"از\";s:21:\"Euro Member Countries\";s:30:\"کشورهای عضو یورو\";s:17:\"Australian Dollar\";s:25:\"دلار استرالیا\";s:13:\"Bulgarian Lev\";s:17:\"بلغاری لو\";s:14:\"Brazilian Real\";s:21:\"برزیل واقعی\";s:15:\"Canadian Dollar\";s:25:\"دلار کانادایی\";s:11:\"Swiss Franc\";s:21:\"فرانک سوئیس\";s:21:\"Chinese Yuan Renminbi\";s:30:\"رنمینبی یوان چین\";s:21:\"Czech Republic Koruna\";s:30:\"کرونای جمهوری چک\";s:12:\"Danish Krone\";s:23:\"کرون دانمارک\";s:13:\"British Pound\";s:21:\"پوند انگلیس\";s:16:\"Hong Kong Dollar\";s:22:\"دلار هنگ کنگ\";s:13:\"Croatian Kuna\";s:21:\"کونا کرواتی\";s:16:\"Hungarian Forint\";s:29:\"فورینت مجارستان\";s:17:\"Indonesian Rupiah\";s:25:\"روپیه اندونزی\";s:14:\"Israeli Shekel\";s:21:\"شکل اسرائیل\";s:12:\"Indian Rupee\";s:17:\"روپیه هند\";s:12:\"Japanese Yen\";s:13:\"ین ژاپن\";s:18:\"Korean (South) Won\";s:35:\"کره ای (جنوبی) برنده\";s:12:\"Mexican Peso\";s:19:\"پزوی مکزیک\";s:17:\"Malaysian Ringgit\";s:18:\"مالزی Ringgit\";s:15:\"Norwegian Krone\";s:19:\"کرون نروژی\";s:18:\"New Zealand Dollar\";s:25:\"دلار نیوزیلند\";s:15:\"Philippine Peso\";s:23:\"پزوی فیلیپین\";s:12:\"Polish Zloty\";s:20:\"Zloty لهستانی\";s:18:\"Romanian (New) Leu\";s:33:\"رومانیایی (جدید) LEU\";s:13:\"Russian Ruble\";s:19:\"روبل روسیه\";s:13:\"Swedish Krona\";s:17:\"کرون سوئد\";s:16:\"Singapore Dollar\";s:23:\"دلار سنگاپور\";s:9:\"Thai Baht\";s:19:\"بات تایلند\";s:12:\"Turkish Lira\";s:19:\"لیره ترکیه\";s:20:\"United States Dollar\";s:21:\"دلار آمریکا\";s:18:\"South African Rand\";s:32:\"رند آفریقای جنوبی\";s:77:\"Save my name, email, and website in this browser for the next time I comment.\";s:140:\"نام من، ایمیل، و وب سایت را در این مرورگر برای دفعه بعد که نظر میدهم ذخیره کنم.\";s:14:\"Privacy Policy\";s:37:\"سیاست حفظ حریم خصوصی\";s:10:\"My account\";s:0:\"\";s:6:\"Orders\";s:14:\"سفارشات\";s:9:\"Downloads\";s:16:\"دانلودها\";s:9:\"Addresses\";s:13:\"آدرس ها\";s:16:\"Account settings\";s:23:\"تنظیمات حساب\";s:5:\"Hello\";s:8:\"سلام\";s:24:\"No products in the cart.\";s:49:\"هیچ محصولی در سبدخرید نیست.\";s:18:\"Product categories\";s:32:\"دسته بندی محصولات\";s:12:\"Product tags\";s:28:\"برچسب های محصول\";s:8:\"inc. TAX\";s:21:\"شرکت مالیات\";s:7:\"ex. TAX\";s:22:\"سابق. مالیات\";s:83:\"An unexpected error has occured while trying to create your post. Please try again.\";s:151:\"هنگام تلاش برای ایجاد پست شما، یک خطای غیرمنتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:40:\"Your post has been successfully created.\";s:47:\"پست شما با موفقیت ایجاد شد\";s:40:\"Your post has been successfully updated.\";s:48:\"پست شما با موفقیت به روز شد\";s:64:\"An unexpected error has occurred and the mail could not be sent.\";s:84:\"یک خطای غیرمنتظره رخ داده است و نامه ارسال نشد.\";s:9:\"Location:\";s:7:\"محل:\";s:37:\"The email has been successfully sent.\";s:44:\"ایمیل با موفقیت ارسال شد\";s:51:\"An unexpected error has occurred. Please try again.\";s:96:\"یک خطای غیر منتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:23:\"Drag and drop or browse\";s:52:\"بکشید و رها کنید یا مرور کنید\";s:20:\"Search by keyword...\";s:35:\"جستجو با کلیدواژه...\";s:13:\"Select parent\";s:35:\"والد را انتخاب کنید\";s:7:\"Add new\";s:24:\"جدید اضافه کن\";s:12:\"Select child\";s:37:\"فرزند را انتخاب کنید\";s:16:\"Select sub-child\";s:46:\"فرزند فرعی را انتخاب کنید\";s:9:\"Posted by\";s:26:\"ارسال شده توسط\";s:7:\"Overall\";s:18:\"به طور کلی\";s:11:\"Post review\";s:17:\"پست بررسی\";s:23:\"This field is required!\";s:36:\"این فیلد الزامی است!\";s:75:\"Your review has been published. Please refresh the page in order to see it.\";s:108:\"نظر شما انتشار پیدا کرد. لطفا صفحه را برای دیدن آن رفرش کنید.\";s:57:\"Your review has been registered and is awaiting approval.\";s:78:\"بررسی شما ثبت شده است و در انتظار تایید است.\";s:12:\"Submit reply\";s:36:\"پاسخ خود را ثبت کنید\";s:16:\"Enter your reply\";s:38:\"پاسخ خود را وارد کنید\";s:4:\"Name\";s:6:\"نام\";s:13:\"Email address\";s:19:\"آدرس ایمیل\";s:6:\"Cancel\";s:6:\"لغو\";s:42:\"Some required fields have been left blank.\";s:76:\"برخی از فیلدهای ضروری خالی گذاشته شده اند.\";s:35:\"Please enter a valid email address.\";s:63:\"لطفا یک آدرس ایمیل معتبر وارد کنید.\";s:31:\"The number cannot be lower than\";s:42:\"تعداد نمی تواند کمتر از\";s:32:\"The number cannot be higher than\";s:54:\"عدد نمی تواند بیشتر از آن باشد\";s:14:\"Leave a review\";s:30:\"یک بررسی بگذارید\";s:6:\"Submit\";s:10:\"ارسال\";s:6:\"Update\";s:22:\"به روز رسانی\";s:8:\"out of 5\";s:6:\"از 5\";s:74:\"You have reached the limit of reviews that you can submit for this article\";s:126:\"شما به حد مجاز نظراتی که می توانید برای این مقاله ارسال کنید رسیده اید\";s:25:\"Log in to leave a review.\";s:46:\"برای گذاشتن نظر وارد شوید\";s:29:\"Enter a title for your review\";s:62:\"عنوانی را برای بررسی خود وارد کنید\";s:17:\"Enter your review\";s:36:\"نظر خود را وارد کنید\";s:15:\"Review criteria\";s:27:\"معیارهای بررسی\";s:26:\"Enter Your Name or Company\";s:50:\"نام یا شرکت خود را وارد کنید\";s:13:\"Submit review\";s:21:\"ارسال بررسی\";s:6:\"Delete\";s:6:\"حذف\";s:74:\"Your reply has been published. Please refresh the page in order to see it.\";s:96:\"پاسخ شما منتشر شد لطفا صفحه را برای دیدن آن رفرش کنید.\";s:31:\"You have not created any posts.\";s:51:\"شما هیچ پستی ایجاد نکرده اید\";s:48:\"The selected post has been successfully deleted.\";s:52:\"پست انتخابی با موفقیت حذف شد.\";s:2:\"ID\";s:10:\"شناسه\";s:6:\"Rating\";s:17:\"رتبه بندی\";s:5:\"Title\";s:10:\"عنوان\";s:10:\"Post image\";s:21:\"ارسال تصویر\";s:10:\"Categories\";s:22:\"دسته بندی ها\";s:4:\"Date\";s:10:\"تاریخ\";s:12:\"Source title\";s:19:\"عنوان منبع\";s:9:\"No rating\";s:17:\"بدون رتبه\";s:4:\"View\";s:17:\"چشم انداز\";s:7:\"Publish\";s:12:\"انتشار\";s:12:\"Add new post\";s:35:\"اضافه کردن پست جدید\";s:9:\"Edit post\";s:19:\"ویرایش پست\";s:14:\"Publish a post\";s:31:\"یک پست منتشر کنید\";s:45:\"The status for %POST_TITLE% has been changed.\";s:51:\"وضعیت %post_title% تغییر کرده است.\";s:46:\"Are you sure you want to publish %POST_TITLE%?\";s:91:\"آیا مطمئن هستید که می خواهید %post_title% را منتشر کنید؟\";s:13:\"Delete a post\";s:32:\"یک پست را حذف کنید\";s:45:\"Are you sure you want to delete %POST_TITLE%?\";s:87:\"آیا مطمئن هستید که می خواهید %post_title% را حذف کنید؟\";s:37:\"%POST_TITLE% has been moved to trash.\";s:52:\"%post_title% به سطل زباله منتقل شد.\";s:64:\"You do not hold the required priveleges to execute this request.\";s:110:\"شما از امتیازات لازم برای اجرای این درخواست برخوردار نیستید.\";s:18:\"No search results.\";s:59:\"هیچ نتیجه ای برای جستجو یافت نشد.\";s:3:\"Yes\";s:6:\"آره\";s:2:\"No\";s:4:\"نه\";s:4:\"Save\";s:17:\"صرفه جویی\";s:21:\"Search for a location\";s:33:\"جستجو برای یک مکان\";s:12:\"Address line\";s:13:\"خط آدرس\";s:10:\"(Optional)\";s:16:\"(اختیاری)\";s:4:\"City\";s:6:\"شهر\";s:5:\"State\";s:8:\"حالت\";s:7:\"Country\";s:8:\"کشور\";s:15:\"Create new term\";s:32:\"ایجاد اصطلاح جدید\";s:6:\"Parent\";s:12:\"والدین\";s:11:\"Description\";s:6:\"شرح\";s:16:\"Delete bookmarks\";s:27:\"حذف بوک مارک ها\";}s:15:\"tds_theme_color\";s:7:\"#6d7b88\";s:25:\"tds_site_background_color\";s:0:\"\";s:14:\"tds_site_boxed\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_loader_image_bg_color\";s:0:\"\";s:21:\"tds_mob_toolbar_color\";s:0:\"\";s:8:\"td_fonts\";a:177:{s:18:\"title_xxsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_xsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"title_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_big_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_sub_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"client_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"food_menu_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"fancy_text_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"counter_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:23:\"progress_bar_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"team_member_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"testimonial_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"call_to_action_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"column_content_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:33:\"fancy_text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"food_menu_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"hero_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"icon_box_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"image_info_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"inline_text_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:30:\"pricing_table_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"team_member_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"testimonial_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"text_list_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_large_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_xlarge_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"login_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"text_logo\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"text_logo_tagline\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx18\";a:1:{s:11:\"font_family\";s:6:\"file_2\";}s:11:\"module_mx19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx20\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx21\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx22\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx23\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx24\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx25\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx26\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"news_ticker\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_1columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_2columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_3columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"big_grid_tiny\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"big_grid_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"big_grid_medium\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"big_grid_big\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"homepage_post\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_blockquote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_box_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_pull_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_lists\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"post_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"post_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"post_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"via_source_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_next_prev_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_next_prev\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"box_author_name\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"box_author_url\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"box_author_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_related\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_share\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_image_caption\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_large\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"page_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"breadcrumb\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"news_ticker_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"dropcap\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_widgets\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_buttons\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"woocommerce_products\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"woocommerce_product_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_header\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_titles\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"bbpress_subcategories\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"bbpress_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_replies\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_notices\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"bbpress_pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"bbpress_topic\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"woo_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}}s:9:\"td_011_ta\";s:7:\"lp_sent\";s:11:\"tdc_savings\";a:2:{s:11:\"recentFonts\";a:1:{i:0;s:6:\"file_5\";}s:12:\"recentColors\";a:3:{i:0;s:12:\"IiNkZDk5MzMi\";i:1;s:12:\"IiNkZDg1MDAi\";i:2;s:12:\"IiNmZmZmZmYi\";}}s:18:\"tds_top_menu_color\";s:7:\"#b47029\";s:23:\"tds_top_menu_text_color\";s:7:\"#ffffff\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";}s:19:\"2025-01-11 13:45:01\";a:534:{s:7:\"td_011_\";i:2;s:6:\"td_011\";s:44:\"KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio=\";s:27:\"theme_update_latest_version\";s:85:\"{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"}\";s:21:\"theme_update_versions\";s:605:\"[{\"12.6.8\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/09\\/Newspaper.zip\"},{\"12.6.7\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/08\\/Newspaper.zip\"},{\"12.6.6\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/05\\/Newspaper.zip\"},{\"12.6.5\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/03\\/Newspaper.zip\"},{\"12.6.4\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/02\\/Newspaper.zip\"},{\"12.6.3\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2023\\/12\\/Newspaper.zip\"},{\"RC12.6.9\":\"https:\\/\\/cloud.tagdiv.com\\/wp-content\\/uploads\\/2024\\/11\\/Newspaper.zip\"}]\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1710693085;s:11:\"test_status\";s:9:\"wordpress\";}s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:18:\"tds_thumb_td_150x0\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:18:\"tds_thumb_td_300x0\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:18:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:5:\"naver\";b:0;s:9:\"flipboard\";b:0;s:8:\"copy_url\";b:0;s:5:\"kakao\";b:0;s:5:\"gettr\";b:0;s:3:\"koo\";b:0;}s:18:\"td_social_networks\";a:0:{}s:21:\"tds_logo_width_height\";b:1;s:10:\"td_version\";s:6:\"12.6.4\";s:9:\"td_011_tp\";i:1710693086;s:16:\"td_updated_fonts\";b:1;s:36:\"td_updated_td_posts_form_submit_meta\";b:1;s:15:\"firstinstallMob\";s:20:\"mobilethemeInstalled\";s:24:\"tds_logo_menu_upload_mob\";s:0:\"\";s:26:\"tds_logo_menu_upload_r_mob\";s:0:\"\";s:16:\"tds_logo_alt_mob\";s:0:\"\";s:18:\"tds_logo_title_mob\";s:0:\"\";s:14:\"tds_footer_mob\";s:0:\"\";s:26:\"tds_footer_logo_upload_mob\";s:0:\"\";s:33:\"tds_footer_retina_logo_upload_mob\";s:0:\"\";s:19:\"tds_footer_text_mob\";s:0:\"\";s:20:\"tds_footer_email_mob\";s:0:\"\";s:23:\"tds_footer_logo_alt_mob\";s:0:\"\";s:25:\"tds_footer_logo_title_mob\";s:0:\"\";s:21:\"tds_footer_social_mob\";s:0:\"\";s:18:\"tds_sub_footer_mob\";s:0:\"\";s:24:\"tds_footer_copyright_mob\";s:0:\"\";s:26:\"tds_footer_copy_symbol_mob\";s:0:\"\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:23:\"tdm_frontpage_grid_sort\";s:6:\"latest\";s:42:\"tdm_frontpage_latest_articles_posts_offset\";s:1:\"3\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:1:\"5\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:17:\"l , j F Y - g:i A\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:29:\"tds_weather_location_top_menu\";s:10:\"تهران\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:21:\"tds_logo_upload_width\";s:3:\"300\";s:22:\"tds_logo_upload_height\";s:2:\"79\";s:17:\"tds_logo_upload_r\";s:69:\"http://abt90iran.bet/wp-content/uploads/2024/03/abt90-logo-300x79.png\";s:18:\"tds_favicon_upload\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:17:\"tds_logo_h1_pages\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:26:\"tds_logo_menu_upload_width\";s:0:\"\";s:27:\"tds_logo_menu_upload_height\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:20:\"tds_hide_mobile_menu\";s:0:\"\";s:22:\"tds_hide_mobile_search\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_114\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_120\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_144\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:16:\"tds_ios_icon_152\";s:67:\"http://abt90iran.bet/wp-content/uploads/2024/03/favicon-300x300.png\";s:19:\"tdb_footer_template\";s:0:\"\";s:19:\"tds_footer_ui_delay\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_4\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:31:\"tds_footer_instagram_image_size\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:28:\"tds_footer_logo_upload_width\";s:0:\"\";s:29:\"tds_footer_logo_upload_height\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:26:\"سایت ای بی تی 90\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:87:\"Copyright 2025 <strong><a href=\\\"http://abt90iran.bet/\\\">90 ای بی تی</a></strong>\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:18:\"tds_modal_video_ad\";s:0:\"\";s:24:\"tds_modal_video_ad_title\";s:0:\"\";s:26:\"tds_modal_video_ad_disable\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:10:\"tds_to_top\";s:0:\"\";s:20:\"tds_to_top_on_mobile\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:2:\"no\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:44:\"td_stretch_container td_stretch_content_1600\";s:14:\"td_full_header\";s:44:\"td_stretch_container td_stretch_content_1200\";s:12:\"td_full_menu\";s:44:\"td_stretch_container td_stretch_content_1200\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:44:\"td_stretch_container td_stretch_content_1200\";s:14:\"td_full_footer\";s:44:\"td_stretch_container td_stretch_content_1200\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_layout_size\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:27:\"tds_search_taxonomies_terms\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:35:\"tds_general_modal_image_disable_mob\";s:0:\"\";s:26:\"tds_smart_list_modal_image\";s:0:\"\";s:11:\"tds_reviews\";s:0:\"\";s:37:\"tds_enable_products_schema_on_reviews\";s:0:\"\";s:26:\"tds_disable_article_schema\";s:0:\"\";s:27:\"tds_aggregate_rating_schema\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_video_playing_one\";s:0:\"\";s:22:\"tds_video_pause_hidden\";s:0:\"\";s:14:\"tds_video_lazy\";s:0:\"\";s:16:\"tds_video_scroll\";s:0:\"\";s:15:\"tds_video_width\";s:0:\"\";s:20:\"tds_video_position_v\";s:0:\"\";s:20:\"tds_video_distance_v\";s:0:\"\";s:20:\"tds_video_position_h\";s:0:\"\";s:20:\"tds_video_distance_h\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_2\";s:25:\"tds_category_module_slide\";s:3:\"yes\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:21:\"tds_category_module_1\";s:3:\"yes\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:3:\"yes\";s:21:\"tds_category_module_4\";s:3:\"yes\";s:21:\"tds_category_module_5\";s:3:\"yes\";s:21:\"tds_category_module_6\";s:3:\"yes\";s:21:\"tds_category_module_7\";s:3:\"yes\";s:21:\"tds_category_module_8\";s:3:\"yes\";s:21:\"tds_category_module_9\";s:3:\"yes\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:3:\"yes\";s:22:\"tds_category_module_12\";s:3:\"yes\";s:22:\"tds_category_module_13\";s:3:\"yes\";s:22:\"tds_category_module_14\";s:3:\"yes\";s:22:\"tds_category_module_15\";s:3:\"yes\";s:22:\"tds_category_module_16\";s:3:\"yes\";s:22:\"tds_category_module_17\";s:3:\"yes\";s:22:\"tds_category_module_18\";s:3:\"yes\";s:22:\"tds_category_module_19\";s:3:\"yes\";s:23:\"tds_category_module_mx1\";s:3:\"yes\";s:23:\"tds_category_module_mx2\";s:3:\"yes\";s:23:\"tds_category_module_mx3\";s:3:\"yes\";s:23:\"tds_category_module_mx4\";s:3:\"yes\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:3:\"yes\";s:23:\"tds_category_module_mx7\";s:3:\"yes\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:3:\"yes\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:3:\"yes\";s:24:\"tds_category_module_mx12\";s:3:\"yes\";s:24:\"tds_category_module_mx13\";s:3:\"yes\";s:24:\"tds_category_module_mx14\";s:3:\"yes\";s:24:\"tds_category_module_mx15\";s:3:\"yes\";s:24:\"tds_category_module_mx16\";s:3:\"yes\";s:24:\"tds_category_module_mx17\";s:3:\"yes\";s:24:\"tds_category_module_mx18\";s:3:\"yes\";s:24:\"tds_category_module_mx19\";s:3:\"yes\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:3:\"yes\";s:24:\"tds_category_module_mx22\";s:3:\"yes\";s:24:\"tds_category_module_mx23\";s:3:\"yes\";s:24:\"tds_category_module_mx24\";s:3:\"yes\";s:24:\"tds_category_module_mx25\";s:3:\"yes\";s:24:\"tds_category_module_mx26\";s:3:\"yes\";s:33:\"tds_category_module_related_posts\";s:3:\"yes\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:20:\"tds_m_nofollow_image\";s:0:\"\";s:27:\"tds_loader_background_image\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:21:\"tds_minify_inline_css\";s:0:\"\";s:24:\"tds_aggregate_inline_css\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:27:\"tds_m_show_links_in_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:2:\"fa\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:22:\"g_mob_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:12:\"td_body_code\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:24:\"tds_tweeter_username_via\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:11:\"tds_captcha\";s:0:\"\";s:15:\"tds_captcha_url\";s:0:\"\";s:20:\"tds_captcha_site_key\";s:0:\"\";s:22:\"tds_captcha_secret_key\";s:0:\"\";s:17:\"tds_captcha_score\";s:0:\"\";s:26:\"tds_social_login_fb_enable\";s:5:\"false\";s:26:\"tds_social_login_fb_app_id\";s:0:\"\";s:14:\"tds_yt_api_key\";s:0:\"\";s:18:\"tds_flickr_api_key\";s:0:\"\";s:14:\"tds_gm_api_key\";s:0:\"\";s:14:\"tds_bm_api_key\";s:0:\"\";s:24:\"tds_twitch_api_client_id\";s:0:\"\";s:28:\"tds_twitch_api_client_secret\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tdm_is_multisite\";s:0:\"\";s:15:\"tdm_sticky_menu\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_live_search_mob\";s:0:\"\";s:30:\"tds_logo_menu_upload_mob_width\";s:0:\"\";s:31:\"tds_logo_menu_upload_mob_height\";s:0:\"\";s:14:\"tds_h1_on_logo\";s:0:\"\";s:32:\"tds_footer_logo_upload_mob_width\";s:0:\"\";s:33:\"tds_footer_logo_upload_mob_height\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:17:\"tdm_amp_ads_title\";s:0:\"\";s:17:\"tdm_amp_analytics\";s:0:\"\";s:15:\"tdm_smartlist_2\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:18:\"tdm_frontpage_grid\";s:0:\"\";s:17:\"tdm_category_grid\";s:0:\"\";s:21:\"tdm_grids_posts_limit\";s:0:\"\";s:29:\"tdm_frontpage_grid_cat_filter\";s:0:\"\";s:41:\"tdm_frontpage_latest_articles_posts_limit\";s:0:\"\";s:25:\"tds_category_mobule_mob_1\";s:0:\"\";s:25:\"tds_category_mobule_mob_2\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:31:{s:11:\"font_file_1\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_1\";s:12:\"iransans-web\";s:11:\"font_file_2\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_2\";s:12:\"iransans-web\";s:11:\"font_file_3\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_3\";s:12:\"iransans-web\";s:11:\"font_file_4\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_4\";s:12:\"iransans-web\";s:11:\"font_file_5\";s:57:\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\";s:13:\"font_family_5\";s:12:\"iransans-web\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:1990:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:16:\"td_fonts_default\";a:1:{s:13:\"default_fonts\";s:0:\"\";}s:6:\"td_ads\";a:8:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:16:\"tdm_amp_auto_ads\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:26800:\"\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\nul.sf-menu > .menu-item > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-logo-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-header-wrap .td-logo-text-container .td-tagline-text {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n    \r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n\r\n	\r\n    .td-page-title,\r\n    .td-category-title-holder .td-page-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content p,\r\n    .td-page-content li,\r\n    .td-page-content .td_block_text_with_title,\r\n    .wpb_text_column p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h1,\r\n    .wpb_text_column h1 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h2,\r\n    .wpb_text_column h2 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h3,\r\n    .wpb_text_column h3 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h4,\r\n    .wpb_text_column h4 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h5,\r\n    .wpb_text_column h5 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-page-content h6,\r\n    .wpb_text_column h6 {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n	\r\n    body, p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    #bbpress-forums .bbp-header .bbp-forums,\r\n    #bbpress-forums .bbp-header .bbp-topics,\r\n    #bbpress-forums .bbp-header {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-forum-title,\r\n    #bbpress-forums .hentry .bbp-topic-permalink {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forums-list li {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-forum-info .bbp-forum-content {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-forum-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-topic-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-reply-author a.bbp-author-name,\r\n    #bbpress-forums div.bbp-search-author a.bbp-author-name,\r\n    #bbpress-forums .bbp-forum-freshness .bbp-author-name,\r\n    #bbpress-forums .bbp-topic-freshness a:last-child {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .hentry .bbp-topic-content p,\r\n    #bbpress-forums .hentry .bbp-reply-content p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums div.bbp-template-notice p {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-pagination-count,\r\n    #bbpress-forums .page-numbers {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #bbpress-forums .bbp-topic-started-by,\r\n    #bbpress-forums .bbp-topic-started-by a,\r\n    #bbpress-forums .bbp-topic-started-in,\r\n    #bbpress-forums .bbp-topic-started-in a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n	.white-popup-block,\r\n	.white-popup-block .wpb_button {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    \r\n	.woocommerce {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n    :root{--td_excl_label:\'انحصاری\';--td_theme_color:#6d7b88;--td_slider_text:rgba(109,123,136,0.7);}\r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \r\n                                    @font-face {\r\n                                      font-family: \"iransans-web\";\r\n                                      src: local(\"iransans-web\"), url(\"http://abt90iran.bet/wp-content/uploads/iransans-web.woff\") format(\"woff\");\r\n                                      font-display: swap;\r\n                                    }\r\n                                \n/* custom css - generated by TagDiv Composer */\n.td-header-style-12 .td-header-menu-wrap-full,\r\n    .td-header-style-12 .td-affix,\r\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n    .td_category_template_3 .td-current-sub-category,\r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n     .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n     .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\r\n        background-color: #6d7b88;\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .cur-sub-cat,\r\n    .td-mega-span h3 a:hover,\r\n    .td_mod_mega_menu:hover .entry-title a,\r\n    .header-search-wrap .result-msg a:hover,\r\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\r\n    .td-header-top-menu .td-icon-search:hover,\r\n    .td-header-wrap .result-msg a:hover,\r\n    .top-header-menu li a:hover,\r\n    .top-header-menu .current-menu-item > a,\r\n    .top-header-menu .current-menu-ancestor > a,\r\n    .top-header-menu .current-category-ancestor > a,\r\n    .td-social-icon-wrap > a:hover,\r\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n    .td_mod_related_posts:hover h3 > a,\r\n    .td-post-template-11 .td-related-title .td-related-left:hover,\r\n    .td-post-template-11 .td-related-title .td-related-right:hover,\r\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n    .td-category-header .td-pulldown-category-filter-link:hover,\r\n    .td-category-siblings .td-subcat-dropdown a:hover,\r\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n    .footer-text-wrap .footer-email-wrap a,\r\n    .footer-social-wrap a:hover,\r\n    .td_module_17 .td-read-more a:hover,\r\n    .td_module_18 .td-read-more a:hover,\r\n    .td_module_19 .td-post-author-name a:hover,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\r\n    .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\r\n        color: #6d7b88;\r\n    }\r\n    \r\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n        color: #6d7b88 !important;\r\n    }\r\n    \r\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\r\n    .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\r\n        border-color: #6d7b88;\r\n    }\r\n    \r\n    \r\n\r\n\r\n    \r\n    .td-header-wrap .td-header-top-menu-full,\r\n    .td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-1.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-2.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,\r\n    .tdm-header-style-3.td-header-wrap .td-header-top-menu-full,\r\n    .tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu {\r\n        background-color: #b47029;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full {\r\n        background-color: transparent;\r\n    }\r\n    .td-header-style-8 .td-header-top-menu-full .td-header-top-menu {\r\n        background-color: #b47029;\r\n        padding-left: 15px;\r\n        padding-right: 15px;\r\n    }\r\n\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full {\r\n        border-bottom: none;\r\n    }\r\n\r\n\r\n    \r\n    .td-header-top-menu,\r\n    .td-header-top-menu a,\r\n    .td-header-wrap .td-header-top-menu-full .td-header-top-menu,\r\n    .td-header-wrap .td-header-top-menu-full a,\r\n    .td-header-style-8 .td-header-top-menu,\r\n    .td-header-style-8 .td-header-top-menu a,\r\n    .td-header-top-menu .td-drop-down-search .entry-title a {\r\n        color: #ffffff;\r\n    }\r\n\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    body .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    .top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n    .td-theme-slider.iosSlider-col-1 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-2 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-theme-slider.iosSlider-col-3 .td-module-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .homepage-post .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.td_module_wrap .td-module-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_module_1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_15 .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.td_block_trending_now .entry-title,\r\n	.td-theme-slider .td-module-title,\r\n    .td-big-grid-post .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td_block_trending_now .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx1 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx2 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx3 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx4 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx5 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx6 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx7 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx8 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx9 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx10 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx11 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx12 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx13 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx14 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx15 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx16 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx17 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx18 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx19 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx20 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx21 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx22 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx23 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx24 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx25 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_module_mx26 .td-module-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-big-thumb .td-big-grid-meta,\r\n    .td-big-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-medium-thumb .td-big-grid-meta,\r\n    .td-medium-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-small-thumb .td-big-grid-meta,\r\n    .td-small-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta,\r\n    .td-tiny-thumb .td-big-grid-meta .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n	.post .td-post-header .entry-title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-1 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-3 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-4 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-5 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-6 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-7 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-8 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-9 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-10 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-11 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-12 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-13 .td-post-header .entry-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .td-post-content p,\r\n    .td-post-content {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post blockquote p,\r\n    .page blockquote p,\r\n    .td-post-text-content blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_quote_box p,\r\n    .page .td_quote_box p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td_pull_quote p,\r\n    .page .td_pull_quote p,\r\n    .post .wp-block-pullquote blockquote p,\r\n    .page .wp-block-pullquote blockquote p {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content li {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h1 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h2 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h3 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h4 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h5 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-content h6 {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    \r\n    \r\n    .post .td-category a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-author-name,\r\n    .post header .td-post-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-date .entry-date {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post header .td-post-views span,\r\n    .post header .td-post-comments {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-source-tags a,\r\n    .post .td-post-source-tags span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content span {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-next-prev-content a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-name a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-url a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .author-box-wrap .td-author-description {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n	.wp-caption-text,\r\n	.wp-caption-dd,\r\n	 .wp-block-image figcaption {\r\n		font-family:iransans-web;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-sub-title,\r\n    .td-post-template-1 .td-post-sub-title,\r\n    .td-post-template-4 .td-post-sub-title,\r\n    .td-post-template-5 .td-post-sub-title,\r\n    .td-post-template-9 .td-post-sub-title,\r\n    .td-post-template-10 .td-post-sub-title,\r\n    .td-post-template-11 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td_block_related_posts .entry-title a {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .post .td-post-share-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-post-template-2 .td-post-sub-title,\r\n    .td-post-template-3 .td-post-sub-title,\r\n    .td-post-template-6 .td-post-sub-title,\r\n    .td-post-template-7 .td-post-sub-title,\r\n    .td-post-template-8 .td-post-sub-title {\r\n        font-family:iransans-web;\n	\r\n    }\r\n\r\n\r\n    \r\n	.footer-text-wrap {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-copy {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.td-sub-footer-menu ul li a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	\r\n	\r\n    .entry-crumbs a,\r\n    .entry-crumbs span,\r\n    #bbpress-forums .bbp-breadcrumb a,\r\n    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .td-trending-now-display-area .entry-title {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .page-nav a,\r\n    .page-nav span {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    #td-outer-wrap span.dropcap,\r\n    #td-outer-wrap p.has-drop-cap:not(:focus)::first-letter {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n    .widget_archive a,\r\n    .widget_calendar,\r\n    .widget_categories a,\r\n    .widget_nav_menu a,\r\n    .widget_meta a,\r\n    .widget_pages a,\r\n    .widget_recent_comments a,\r\n    .widget_recent_entries a,\r\n    .widget_text .textwidget,\r\n    .widget_tag_cloud a,\r\n    .widget_search input,\r\n    .woocommerce .product-categories a,\r\n    .widget_display_forums a,\r\n    .widget_display_replies a,\r\n    .widget_display_topics a,\r\n    .widget_display_views a,\r\n    .widget_display_stats {\r\n    	font-family:iransans-web;\n	\r\n    }\r\n    \r\n	input[type=\"submit\"],\r\n	.td-read-more a,\r\n	.vc_btn,\r\n	.woocommerce a.button,\r\n	.woocommerce button.button,\r\n	.woocommerce #respond input#submit {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product a .woocommerce-loop-product__title,\r\n	.woocommerce .widget.woocommerce .product_list_widget a,\r\n	.woocommerce-cart .woocommerce .product-name a {\r\n		font-family:iransans-web;\n	\r\n	}\r\n	\r\n	.woocommerce .product .summary .product_title {\r\n		font-family:iransans-web;\n	\r\n	}\r\n\r\n    \r\n    .category .td-category a {\r\n    	font-family:iransans-web;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:21:\"tds_thumb_placeholder\";s:0:\"\";s:25:\"tds_thumb_td_150x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_218x150_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_300x0_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_324x400_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_485x360_retina\";s:3:\"yes\";s:25:\"tds_thumb_td_696x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1068x0_retina\";s:3:\"yes\";s:26:\"tds_thumb_td_1920x0_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:25:\"tds_thumb_td_0x420_retina\";s:3:\"yes\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:25:\"tds_thumb_td_80x60_retina\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:26:\"tds_thumb_td_100x70_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_265x198_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:27:\"tds_thumb_td_324x160_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:27:\"tds_thumb_td_324x235_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:27:\"tds_thumb_td_356x220_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:27:\"tds_thumb_td_356x364_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:27:\"tds_thumb_td_533x261_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:27:\"tds_thumb_td_534x462_retina\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:27:\"tds_thumb_td_696x385_retina\";s:3:\"yes\";s:27:\"tds_thumb_td_741x486_retina\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:28:\"tds_thumb_td_1068x580_retina\";s:3:\"yes\";s:23:\"td_translation_map_user\";a:284:{s:9:\"EXCLUSIVE\";s:14:\"انحصاری\";s:4:\"Tel:\";s:9:\"تلفن:\";s:6:\"Email:\";s:11:\"ایمیل:\";s:16:\"View all results\";s:32:\"مشاهده تمام نتایج\";s:10:\"No results\";s:22:\"هیچ نتیجه ای\";s:4:\"Home\";s:8:\"خانه\";s:5:\"CLOSE\";s:10:\"نزدیک\";s:7:\"Loading\";s:16:\"بارگذاری\";s:36:\"Here are the results for the search:\";s:54:\"در اینجا نتایج جستجو آمده است:\";s:4:\"Page\";s:8:\"صفحه\";s:3:\"All\";s:6:\"همه\";s:2:\"By\";s:8:\"توسط\";s:9:\"Load more\";s:25:\"بارگیری بیشتر\";s:14:\"Modified date:\";s:22:\"تاریخ تغییر:\";s:13:\"Modified date\";s:28:\"تاریخ اصلاح شده\";s:19:\"Alphabetical A -> Z\";s:21:\"الفبایی a -> z\";s:12:\"Oldest posts\";s:31:\"قدیمی ترین پست ها\";s:6:\"Select\";s:21:\"انتخاب کنید\";s:17:\"View all posts in\";s:33:\"مشاهده تمام پست در\";s:4:\"Tags\";s:15:\"برچسب ها\";s:16:\"Previous article\";s:19:\"مقاله قبلی\";s:12:\"Next article\";s:19:\"مقاله بعدی\";s:7:\"Authors\";s:18:\"نویسندگان\";s:6:\"Author\";s:14:\"نویسنده\";s:16:\"RELATED ARTICLES\";s:23:\"مقالات مرتبط\";s:16:\"MORE FROM AUTHOR\";s:26:\"بیش از نویسنده\";s:3:\"VIA\";s:13:\"از طریق\";s:6:\"SOURCE\";s:8:\"منبع\";s:4:\"TAGS\";s:15:\"برچسب ها\";s:5:\"Share\";s:23:\"اشتراک گذاری\";s:5:\"SHARE\";s:12:\"اشتراک\";s:8:\"Continue\";s:10:\"ادامه\";s:9:\"Read more\";s:25:\"بیشتر بخوانید\";s:5:\"views\";s:15:\"نمایش ها\";s:5:\"Print\";s:6:\"چاپ\";s:5:\"Name:\";s:7:\"نام:\";s:8:\"Website:\";s:14:\"وب سایت:\";s:8:\"Comment:\";s:14:\"دیدگاه :\";s:13:\"LEAVE A REPLY\";s:15:\"پاسخ ترک\";s:12:\"Post Comment\";s:17:\"نظر ارسال\";s:12:\"Cancel reply\";s:15:\"لغو پاسخ\";s:5:\"Reply\";s:8:\"پاسخ\";s:25:\"Log in to leave a comment\";s:27:\"ورود به ترک نظر\";s:11:\"NO COMMENTS\";s:15:\"بدون نظر\";s:9:\"1 COMMENT\";s:8:\"1 نظر\";s:8:\"COMMENTS\";s:10:\"نظرات\";s:35:\"Your comment is awaiting moderation\";s:47:\"نظر خود را در انتظار تعدیل\";s:27:\"Please enter your name here\";s:56:\"لطفا نام خود را اینجا وارد کنید\";s:36:\"Please enter your email address here\";s:74:\"لطفا آدرس ایمیل خود را در اینجا وارد کنید\";s:44:\"You have entered an incorrect email address!\";s:69:\"شما یک آدرس ایمیل اشتباه وارد کرده اید\";s:26:\"Please enter your comment!\";s:45:\"لطفا نظر خود را وارد کنید\";s:12:\"Logged in as\";s:31:\"وارد شده به عنوان\";s:8:\"Log out?\";s:10:\"خروج؟\";s:35:\"Logged in as %s. Edit your profile.\";s:85:\"به عنوان٪ s وارد شدید پروفایل خودت را ویرایش کن.\";s:4:\"Edit\";s:21:\"ویرایش کنید\";s:2:\"At\";s:4:\"در\";s:2:\"on\";s:4:\"بر\";s:20:\"Comments are closed.\";s:26:\"نظرات بسته است\";s:15:\"REVIEW OVERVIEW\";s:34:\"بررسی اجمالی بررسی\";s:7:\"SUMMARY\";s:10:\"خلاصه\";s:13:\"OVERALL SCORE\";s:15:\"نمره کلی\";s:18:\"Ooops... Error 404\";s:21:\"وای ... خطا 404\";s:54:\"Sorry, but the page you are looking for doesn_t exist.\";s:82:\"با عرض پوزش، اما صفحه شما به دنبال وجود ندارد.\";s:17:\"You can go to the\";s:38:\"شما می توانید به رفتن\";s:8:\"HOMEPAGE\";s:19:\"صفحه خانگی\";s:16:\"OUR LATEST POSTS\";s:27:\"ما همه ارسال ها\";s:8:\"Posts by\";s:13:\"پست های\";s:5:\"POSTS\";s:6:\"پست\";s:17:\"Posts tagged with\";s:22:\"پست با برچسب\";s:3:\"Tag\";s:10:\"برچسب\";s:15:\"Daily Archives:\";s:24:\"آرشیو روزانه:\";s:17:\"Monthly Archives:\";s:24:\"آرشیو ماهانه:\";s:16:\"Yearly Archives:\";s:24:\"آرشیو سالانه:\";s:8:\"Archives\";s:14:\"بایگانی\";s:15:\"LATEST ARTICLES\";s:23:\"آخرین مقالات\";s:14:\"search results\";s:21:\"نتایج جستجو\";s:6:\"Search\";s:10:\"جستجو\";s:62:\"If you_re not happy with the results, please do another search\";s:82:\"اگر شما خوشحال نبود با نتایج، لطفا جستجو دیگر\";s:10:\"Contact us\";s:18:\"تماس با ما\";s:22:\"Follow us on Instagram\";s:60:\"به دنبال ما در نمایش مشخصات عمومی\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:43:\"صفحه  %CURRENT_PAGE% از %TOTAL_PAGES%\";s:4:\"Next\";s:6:\"بعد\";s:4:\"Prev\";s:8:\"قبلی\";s:4:\"Back\";s:12:\"بازگشت\";s:26:\"No results for your search\";s:51:\"هیچ نتیجه ای برای جستجوی شما\";s:19:\"No posts to display\";s:17:\"هیچ آیتمی\";s:19:\"No bookmarked posts\";s:67:\"هیچ پست نشانه گذاری شده ای وجود ندارد\";s:6:\"LOG IN\";s:8:\"ورود\";s:14:\"Sign in / Join\";s:42:\"ورود به سیستم / عضویت در\";s:7:\"Sign in\";s:8:\"ورود\";s:7:\"Sign up\";s:13:\"ثبت نام\";s:20:\"Log in With Facebook\";s:36:\"برای ورود با فیس بوک\";s:4:\"Join\";s:12:\"پیوستن\";s:6:\"Log In\";s:8:\"ورود\";s:5:\"Login\";s:8:\"ورود\";s:8:\"REGISTER\";s:8:\"ثبات\";s:8:\"Welcome!\";s:16:\"خوش آمدی!\";s:21:\"Log into your account\";s:46:\"وارد حساب کاربری خود شوید\";s:17:\"Password recovery\";s:30:\"بازیابی رمز عبور\";s:12:\"Send My Pass\";s:22:\"ارسال پاس من\";s:16:\"Send My Password\";s:36:\"رمز عبور من را بفرست\";s:21:\"Forgot your password?\";s:58:\"رمز عبور خود را فراموش کرده اید؟\";s:30:\"Forgot your password? Get help\";s:74:\"رمز عبور خود را فراموش کرده اید؟ کمک بگیر\";s:17:\"Create an account\";s:37:\"ایجاد یک حساب کاربری\";s:14:\"Please wait...\";s:28:\"لطفا صبر کنید ...\";s:27:\"User or password incorrect!\";s:52:\"کاربر یا رمز عبور اشتباه است!\";s:28:\"Email or username incorrect!\";s:56:\"ایمیل یا نام کاربری اشتباه است!\";s:16:\"Email incorrect!\";s:24:\"ایمیل نادرست!\";s:29:\"User or email already exists!\";s:81:\"کاربر یا پست الکترونیک در حال حاضر وجود دارد!\";s:76:\"Please check your email (inbox or spam folder), the password was sent there.\";s:0:\"\";s:24:\"Email address not found!\";s:36:\"آدرس ایمیل یافت نشد!\";s:41:\"Your password is reset, check your email.\";s:94:\"رمز عبور خود را تنظیم مجدد است، چک کردن ایمیل خود را.\";s:30:\"Welcome! Log into your account\";s:71:\"خوش آمدید ، به پنل کاربری خود وارد شوید.\";s:32:\"Welcome! Register for an account\";s:66:\"خوش آمدی! ثبت نام برای یک حساب کاربری\";s:23:\"Register for an account\";s:49:\"ثبت نام برای یک حساب کاربری\";s:21:\"Recover your password\";s:54:\"رمز عبور خود را بهبود می یابند\";s:13:\"your username\";s:31:\"نام کاربری خود را\";s:13:\"your password\";s:27:\"رمز عبور خود را\";s:10:\"your email\";s:17:\"ایمیل شما\";s:35:\"A password will be e-mailed to you.\";s:95:\"رمز عبور خواهد بود الکترونیکی نامه برای شما فرستاده.\";s:6:\"Logout\";s:24:\"خروج از سیستم\";s:28:\"CAPTCHA verification failed!\";s:40:\"تأیید کپچا ناموفق بود!\";s:45:\"CAPTCHA user score failed. Please contact us!\";s:95:\"امتیاز کاربر کپچا ناموفق بود. لطفا با ما تماس بگیرید!\";s:65:\"Someone has requested a password reset for the following account:\";s:98:\"شخصی برای حساب زیر درخواست بازنشانی رمز عبور داده است:\";s:12:\"Username: %s\";s:23:\"نام کاربری: %s\";s:70:\"If this was a mistake, just ignore this email and nothing will happen.\";s:136:\"اگر این یک اشتباه بود، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد.\";s:52:\"To reset your password, visit the following address:\";s:92:\"برای بازنشانی رمز عبور خود به آدرس زیر مراجعه کنید:\";s:4:\"Like\";s:10:\"مانند\";s:5:\"Likes\";s:8:\"دوست\";s:4:\"Fans\";s:16:\"طرفداران\";s:6:\"Follow\";s:19:\"دنبال کردن\";s:9:\"Followers\";s:12:\"پیروان\";s:7:\"Members\";s:8:\"اعضا\";s:9:\"Subscribe\";s:10:\"مشترک\";s:11:\"Subscribers\";s:14:\"مشترکین\";s:12:\"MORE STORIES\";s:12:\"داستان\";s:6:\"Latest\";s:10:\"آخرین\";s:14:\"Featured posts\";s:22:\"پست های ویژه\";s:12:\"Most popular\";s:19:\"محبوب ترین\";s:14:\"7 days popular\";s:19:\"7 روز محبوب\";s:15:\"By review score\";s:28:\"توسط نمره بررسی\";s:6:\"Random\";s:12:\"تصادفی\";s:12:\"Trending Now\";s:29:\"در حال حاضر روند\";s:16:\"POPULAR CATEGORY\";s:17:\"رده محبوب\";s:13:\"POPULAR POSTS\";s:24:\"پست های محبوب\";s:12:\"EDITOR PICKS\";s:29:\"میدارد ویرایشگر\";s:8:\"ABOUT US\";s:19:\"دربارهی ما\";s:8:\"About me\";s:17:\"درمورد من\";s:9:\"FOLLOW US\";s:29:\"ما را دنبال کنید\";s:14:\"EVEN MORE NEWS\";s:31:\"اخبار و حتی بیشتر\";s:25:\"Previous (Left arrow key)\";s:49:\"قبلی (کلید های arrow به سمت چپ)\";s:22:\"Next (Right arrow key)\";s:42:\"بعدی (کلید فلش سمت راست)\";s:17:\"%curr% of %total%\";s:19:\"%curr% از %total%\";s:43:\"The content from %url% could not be loaded.\";s:57:\"محتوا از %url% نمی تواند بارگذاری.\";s:38:\"The image #%curr% could not be loaded.\";s:54:\"#%curr% تصویر نمی تواند بارگذاری.\";s:4:\"Blog\";s:10:\"وبلاگ\";s:17:\"Share on Facebook\";s:25:\"سهم در فیس بوک\";s:16:\"Tweet on Twitter\";s:40:\"صدای جیر جیر در توییتر\";s:8:\"Featured\";s:12:\"برجسته\";s:16:\"All time popular\";s:28:\"تمام زمان محبوب\";s:4:\"More\";s:6:\"بیش\";s:8:\"Register\";s:8:\"ثبات\";s:2:\"of\";s:4:\"از\";s:21:\"Euro Member Countries\";s:30:\"کشورهای عضو یورو\";s:17:\"Australian Dollar\";s:25:\"دلار استرالیا\";s:13:\"Bulgarian Lev\";s:17:\"بلغاری لو\";s:14:\"Brazilian Real\";s:21:\"برزیل واقعی\";s:15:\"Canadian Dollar\";s:25:\"دلار کانادایی\";s:11:\"Swiss Franc\";s:21:\"فرانک سوئیس\";s:21:\"Chinese Yuan Renminbi\";s:30:\"رنمینبی یوان چین\";s:21:\"Czech Republic Koruna\";s:30:\"کرونای جمهوری چک\";s:12:\"Danish Krone\";s:23:\"کرون دانمارک\";s:13:\"British Pound\";s:21:\"پوند انگلیس\";s:16:\"Hong Kong Dollar\";s:22:\"دلار هنگ کنگ\";s:13:\"Croatian Kuna\";s:21:\"کونا کرواتی\";s:16:\"Hungarian Forint\";s:29:\"فورینت مجارستان\";s:17:\"Indonesian Rupiah\";s:25:\"روپیه اندونزی\";s:14:\"Israeli Shekel\";s:21:\"شکل اسرائیل\";s:12:\"Indian Rupee\";s:17:\"روپیه هند\";s:12:\"Japanese Yen\";s:13:\"ین ژاپن\";s:18:\"Korean (South) Won\";s:35:\"کره ای (جنوبی) برنده\";s:12:\"Mexican Peso\";s:19:\"پزوی مکزیک\";s:17:\"Malaysian Ringgit\";s:18:\"مالزی Ringgit\";s:15:\"Norwegian Krone\";s:19:\"کرون نروژی\";s:18:\"New Zealand Dollar\";s:25:\"دلار نیوزیلند\";s:15:\"Philippine Peso\";s:23:\"پزوی فیلیپین\";s:12:\"Polish Zloty\";s:20:\"Zloty لهستانی\";s:18:\"Romanian (New) Leu\";s:33:\"رومانیایی (جدید) LEU\";s:13:\"Russian Ruble\";s:19:\"روبل روسیه\";s:13:\"Swedish Krona\";s:17:\"کرون سوئد\";s:16:\"Singapore Dollar\";s:23:\"دلار سنگاپور\";s:9:\"Thai Baht\";s:19:\"بات تایلند\";s:12:\"Turkish Lira\";s:19:\"لیره ترکیه\";s:20:\"United States Dollar\";s:21:\"دلار آمریکا\";s:18:\"South African Rand\";s:32:\"رند آفریقای جنوبی\";s:77:\"Save my name, email, and website in this browser for the next time I comment.\";s:140:\"نام من، ایمیل، و وب سایت را در این مرورگر برای دفعه بعد که نظر میدهم ذخیره کنم.\";s:14:\"Privacy Policy\";s:37:\"سیاست حفظ حریم خصوصی\";s:10:\"My account\";s:0:\"\";s:6:\"Orders\";s:14:\"سفارشات\";s:9:\"Downloads\";s:16:\"دانلودها\";s:9:\"Addresses\";s:13:\"آدرس ها\";s:16:\"Account settings\";s:23:\"تنظیمات حساب\";s:5:\"Hello\";s:8:\"سلام\";s:24:\"No products in the cart.\";s:49:\"هیچ محصولی در سبدخرید نیست.\";s:18:\"Product categories\";s:32:\"دسته بندی محصولات\";s:12:\"Product tags\";s:28:\"برچسب های محصول\";s:8:\"inc. TAX\";s:21:\"شرکت مالیات\";s:7:\"ex. TAX\";s:22:\"سابق. مالیات\";s:83:\"An unexpected error has occured while trying to create your post. Please try again.\";s:151:\"هنگام تلاش برای ایجاد پست شما، یک خطای غیرمنتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:40:\"Your post has been successfully created.\";s:47:\"پست شما با موفقیت ایجاد شد\";s:40:\"Your post has been successfully updated.\";s:48:\"پست شما با موفقیت به روز شد\";s:64:\"An unexpected error has occurred and the mail could not be sent.\";s:84:\"یک خطای غیرمنتظره رخ داده است و نامه ارسال نشد.\";s:9:\"Location:\";s:7:\"محل:\";s:37:\"The email has been successfully sent.\";s:44:\"ایمیل با موفقیت ارسال شد\";s:51:\"An unexpected error has occurred. Please try again.\";s:96:\"یک خطای غیر منتظره رخ داده است. لطفا دوباره تلاش کنید.\";s:23:\"Drag and drop or browse\";s:52:\"بکشید و رها کنید یا مرور کنید\";s:20:\"Search by keyword...\";s:35:\"جستجو با کلیدواژه...\";s:13:\"Select parent\";s:35:\"والد را انتخاب کنید\";s:7:\"Add new\";s:24:\"جدید اضافه کن\";s:12:\"Select child\";s:37:\"فرزند را انتخاب کنید\";s:16:\"Select sub-child\";s:46:\"فرزند فرعی را انتخاب کنید\";s:9:\"Posted by\";s:26:\"ارسال شده توسط\";s:7:\"Overall\";s:18:\"به طور کلی\";s:11:\"Post review\";s:17:\"پست بررسی\";s:23:\"This field is required!\";s:36:\"این فیلد الزامی است!\";s:75:\"Your review has been published. Please refresh the page in order to see it.\";s:108:\"نظر شما انتشار پیدا کرد. لطفا صفحه را برای دیدن آن رفرش کنید.\";s:57:\"Your review has been registered and is awaiting approval.\";s:78:\"بررسی شما ثبت شده است و در انتظار تایید است.\";s:12:\"Submit reply\";s:36:\"پاسخ خود را ثبت کنید\";s:16:\"Enter your reply\";s:38:\"پاسخ خود را وارد کنید\";s:4:\"Name\";s:6:\"نام\";s:13:\"Email address\";s:19:\"آدرس ایمیل\";s:6:\"Cancel\";s:6:\"لغو\";s:42:\"Some required fields have been left blank.\";s:76:\"برخی از فیلدهای ضروری خالی گذاشته شده اند.\";s:35:\"Please enter a valid email address.\";s:63:\"لطفا یک آدرس ایمیل معتبر وارد کنید.\";s:31:\"The number cannot be lower than\";s:42:\"تعداد نمی تواند کمتر از\";s:32:\"The number cannot be higher than\";s:54:\"عدد نمی تواند بیشتر از آن باشد\";s:14:\"Leave a review\";s:30:\"یک بررسی بگذارید\";s:6:\"Submit\";s:10:\"ارسال\";s:6:\"Update\";s:22:\"به روز رسانی\";s:8:\"out of 5\";s:6:\"از 5\";s:74:\"You have reached the limit of reviews that you can submit for this article\";s:126:\"شما به حد مجاز نظراتی که می توانید برای این مقاله ارسال کنید رسیده اید\";s:25:\"Log in to leave a review.\";s:46:\"برای گذاشتن نظر وارد شوید\";s:29:\"Enter a title for your review\";s:62:\"عنوانی را برای بررسی خود وارد کنید\";s:17:\"Enter your review\";s:36:\"نظر خود را وارد کنید\";s:15:\"Review criteria\";s:27:\"معیارهای بررسی\";s:26:\"Enter Your Name or Company\";s:50:\"نام یا شرکت خود را وارد کنید\";s:13:\"Submit review\";s:21:\"ارسال بررسی\";s:6:\"Delete\";s:6:\"حذف\";s:74:\"Your reply has been published. Please refresh the page in order to see it.\";s:96:\"پاسخ شما منتشر شد لطفا صفحه را برای دیدن آن رفرش کنید.\";s:31:\"You have not created any posts.\";s:51:\"شما هیچ پستی ایجاد نکرده اید\";s:48:\"The selected post has been successfully deleted.\";s:52:\"پست انتخابی با موفقیت حذف شد.\";s:2:\"ID\";s:10:\"شناسه\";s:6:\"Rating\";s:17:\"رتبه بندی\";s:5:\"Title\";s:10:\"عنوان\";s:10:\"Post image\";s:21:\"ارسال تصویر\";s:10:\"Categories\";s:22:\"دسته بندی ها\";s:4:\"Date\";s:10:\"تاریخ\";s:12:\"Source title\";s:19:\"عنوان منبع\";s:9:\"No rating\";s:17:\"بدون رتبه\";s:4:\"View\";s:17:\"چشم انداز\";s:7:\"Publish\";s:12:\"انتشار\";s:12:\"Add new post\";s:35:\"اضافه کردن پست جدید\";s:9:\"Edit post\";s:19:\"ویرایش پست\";s:14:\"Publish a post\";s:31:\"یک پست منتشر کنید\";s:45:\"The status for %POST_TITLE% has been changed.\";s:51:\"وضعیت %post_title% تغییر کرده است.\";s:46:\"Are you sure you want to publish %POST_TITLE%?\";s:91:\"آیا مطمئن هستید که می خواهید %post_title% را منتشر کنید؟\";s:13:\"Delete a post\";s:32:\"یک پست را حذف کنید\";s:45:\"Are you sure you want to delete %POST_TITLE%?\";s:87:\"آیا مطمئن هستید که می خواهید %post_title% را حذف کنید؟\";s:37:\"%POST_TITLE% has been moved to trash.\";s:52:\"%post_title% به سطل زباله منتقل شد.\";s:64:\"You do not hold the required priveleges to execute this request.\";s:110:\"شما از امتیازات لازم برای اجرای این درخواست برخوردار نیستید.\";s:18:\"No search results.\";s:59:\"هیچ نتیجه ای برای جستجو یافت نشد.\";s:3:\"Yes\";s:6:\"آره\";s:2:\"No\";s:4:\"نه\";s:4:\"Save\";s:17:\"صرفه جویی\";s:21:\"Search for a location\";s:33:\"جستجو برای یک مکان\";s:12:\"Address line\";s:13:\"خط آدرس\";s:10:\"(Optional)\";s:16:\"(اختیاری)\";s:4:\"City\";s:6:\"شهر\";s:5:\"State\";s:8:\"حالت\";s:7:\"Country\";s:8:\"کشور\";s:15:\"Create new term\";s:32:\"ایجاد اصطلاح جدید\";s:6:\"Parent\";s:12:\"والدین\";s:11:\"Description\";s:6:\"شرح\";s:16:\"Delete bookmarks\";s:27:\"حذف بوک مارک ها\";}s:15:\"tds_theme_color\";s:7:\"#6d7b88\";s:25:\"tds_site_background_color\";s:0:\"\";s:14:\"tds_site_boxed\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_loader_image_bg_color\";s:0:\"\";s:21:\"tds_mob_toolbar_color\";s:0:\"\";s:8:\"td_fonts\";a:177:{s:18:\"title_xxsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_xsmall_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"title_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"title_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_big_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"title_sub_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"client_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"food_menu_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"fancy_text_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"counter_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:23:\"progress_bar_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"team_member_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"testimonial_title_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"call_to_action_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:31:\"column_content_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:33:\"fancy_text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"food_menu_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"hero_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"icon_box_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"image_info_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"inline_text_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:30:\"pricing_table_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"team_member_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:28:\"testimonial_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:27:\"text_image_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:26:\"text_list_description_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_small_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_medium_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"button_large_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"button_xlarge_font\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"login_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"text_logo\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"text_logo_tagline\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"module_mx9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx14\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx15\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx16\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx17\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx18\";a:1:{s:11:\"font_family\";s:6:\"file_2\";}s:11:\"module_mx19\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx20\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx21\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx22\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx23\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx24\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx25\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"module_mx26\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"news_ticker\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_1columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_2columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"slider_3columns\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"big_grid_tiny\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"big_grid_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"big_grid_medium\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"big_grid_big\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"homepage_post\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style7\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style8\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"post_title_style9\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style10\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style11\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style12\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_title_style13\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_blockquote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_box_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"post_pull_quote\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_lists\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"post_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"post_category\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"post_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:9:\"post_date\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_comment\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"via_source_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_next_prev_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"post_next_prev\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"box_author_name\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"box_author_url\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:22:\"box_author_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"post_related\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"post_share\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"post_image_caption\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_small\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"post_subtitle_large\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"page_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h1\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h2\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h3\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h4\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h5\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"page_h6\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"breadcrumb\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:17:\"news_ticker_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:7:\"dropcap\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_widgets\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"default_buttons\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:20:\"woocommerce_products\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:25:\"woocommerce_product_title\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_header\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_titles\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:21:\"bbpress_subcategories\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:19:\"bbpress_description\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:14:\"bbpress_author\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_replies\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:15:\"bbpress_notices\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:18:\"bbpress_pagination\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:13:\"bbpress_topic\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}s:11:\"woo_general\";a:1:{s:11:\"font_family\";s:6:\"file_1\";}}s:9:\"td_011_ta\";s:7:\"lp_sent\";s:11:\"tdc_savings\";a:2:{s:11:\"recentFonts\";a:1:{i:0;s:6:\"file_5\";}s:12:\"recentColors\";a:3:{i:0;s:12:\"IiNkZDk5MzMi\";i:1;s:12:\"IiNkZDg1MDAi\";i:2;s:12:\"IiNmZmZmZmYi\";}}s:18:\"tds_top_menu_color\";s:7:\"#b47029\";s:23:\"tds_top_menu_text_color\";s:7:\"#ffffff\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(325, 'td_011_log', 'a:1:{i:0;a:5:{s:4:\"file\";s:101:\"/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-remote-http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:48:\"first run -> test passed with channel: wordpress\";s:9:\"more_data\";s:56:\"https://cloud.tagdiv.com/wp-json/wp/v2/media?search=.zip\";s:9:\"timestamp\";i:1710693085;}}', 'yes'),
(375, 'yoast_premium_as_an_addon_installer', 'completed', 'yes'),
(376, 'yoast_migrations_premium', 'a:1:{s:7:\"version\";s:4:\"23.4\";}', 'yes'),
(377, 'wpseo_premium', 'a:5:{s:34:\"prominent_words_indexing_completed\";b:1;s:8:\"workouts\";a:1:{s:11:\"cornerstone\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:29:\"should_redirect_after_install\";b:0;s:29:\"activation_redirect_timestamp\";i:1710695290;s:35:\"dismiss_update_premium_notification\";s:1:\"0\";}', 'yes'),
(379, 'widget_td_block_1_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(380, 'widget_td_block_2_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(381, 'widget_td_block_3_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(382, 'widget_td_block_4_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(383, 'widget_td_block_5_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(384, 'widget_td_block_6_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(385, 'widget_td_block_7_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(386, 'widget_td_block_8_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(387, 'widget_td_block_9_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(388, 'widget_td_block_10_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(389, 'widget_td_block_11_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(390, 'widget_td_block_12_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(391, 'widget_td_block_13_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(392, 'widget_td_block_14_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(393, 'widget_td_block_15_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(394, 'widget_td_block_16_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(395, 'widget_td_block_17_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(396, 'widget_td_block_18_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(397, 'widget_td_block_19_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(398, 'widget_td_block_20_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(399, 'widget_td_block_21_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(400, 'widget_td_block_22_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(401, 'widget_td_block_23_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(402, 'widget_td_block_24_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(403, 'widget_td_block_25_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(404, 'widget_td_block_social_counter_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(405, 'wpseo_current_version', '16', 'no'),
(406, 'wpseo_premium_version', '23.4', 'yes'),
(407, 'wpseo-premium-redirects-export-plain', 'a:1:{s:5:\"abt90\";a:2:{s:3:\"url\";s:12:\"abt90-no-vpn\";s:4:\"type\";i:301;}}', 'yes'),
(408, 'wpseo-premium-redirects-export-regex', 'a:0:{}', 'yes'),
(410, 'acf_version', '5.9.4', 'yes'),
(420, 'wpseo_tracking_last_request', '1762326699', 'on'),
(435, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(460, 'wpseo_redirect', 'a:2:{s:20:\"disable_php_redirect\";s:3:\"off\";s:13:\"separate_file\";s:3:\"off\";}', 'yes'),
(630, 'td_011_remote_cache', 'a:1:{s:10:\"td_weather\";a:1:{s:15:\"تهران_en_0\";a:3:{s:5:\"value\";a:15:{s:9:\"block_uid\";s:0:\"\";s:8:\"location\";s:10:\"تهران\";s:12:\"api_location\";s:6:\"Tehran\";s:12:\"api_language\";s:2:\"en\";s:7:\"api_key\";s:32:\"e0c180345510e98464f9168f10ecd9a4\";s:10:\"today_icon\";s:12:\"few-clouds-n\";s:15:\"today_icon_text\";s:10:\"few clouds\";s:10:\"today_temp\";a:2:{i:0;d:27.60000000000000142108547152020037174224853515625;i:1;d:81.7000000000000028421709430404007434844970703125;}s:14:\"today_humidity\";d:12;s:16:\"today_wind_speed\";a:2:{i:0;d:6.20000000000000017763568394002504646778106689453125;i:1;d:3.79999999999999982236431605997495353221893310546875;}s:9:\"today_min\";a:2:{i:0;d:27.60000000000000142108547152020037174224853515625;i:1;d:81.7000000000000028421709430404007434844970703125;}s:9:\"today_max\";a:2:{i:0;d:28;i:1;d:82.400000000000005684341886080801486968994140625;}s:12:\"today_clouds\";d:20;s:12:\"current_unit\";i:0;s:8:\"forecast\";a:5:{i:0;a:4:{s:9:\"timestamp\";i:1729004400;s:8:\"day_name\";s:2:\"س\";s:8:\"day_temp\";a:2:{i:0;d:28;i:1;d:82;}s:13:\"owm_day_index\";i:0;}i:1;a:4:{s:9:\"timestamp\";i:1729036800;s:8:\"day_name\";s:2:\"چ\";s:8:\"day_temp\";a:2:{i:0;d:26;i:1;d:79;}s:13:\"owm_day_index\";i:3;}i:2;a:4:{s:9:\"timestamp\";i:1729123200;s:8:\"day_name\";s:2:\"پ\";s:8:\"day_temp\";a:2:{i:0;d:26;i:1;d:79;}s:13:\"owm_day_index\";i:11;}i:3;a:4:{s:9:\"timestamp\";i:1729209600;s:8:\"day_name\";s:2:\"ج\";s:8:\"day_temp\";a:2:{i:0;d:28;i:1;d:82;}s:13:\"owm_day_index\";i:19;}i:4;a:4:{s:9:\"timestamp\";i:1729296000;s:8:\"day_name\";s:2:\"ش\";s:8:\"day_temp\";a:2:{i:0;d:27;i:1;d:80;}s:13:\"owm_day_index\";i:27;}}}s:7:\"expires\";i:10800;s:9:\"timestamp\";i:1729000903;}}}', 'yes'),
(1724, 'db_upgraded', '1', 'on'),
(1728, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"mrrobotleo@gmail.com\";s:7:\"version\";s:5:\"6.9.1\";s:9:\"timestamp\";i:1771865245;}', 'off'),
(4410, 'wordfence_ls_version', '1.1.4', 'yes'),
(4411, 'wfls_last_role_change', '1715035863', 'no'),
(4412, 'wordfence_version', '7.10.3', 'yes'),
(4413, 'wordfence_case', '1', 'yes'),
(4414, 'wordfence_installed', '1', 'yes'),
(4415, 'wordfenceActivated', '1', 'yes'),
(4416, 'wf_plugin_act_error', '', 'yes'),
(4417, 'wp_rocket_settings', 'a:72:{s:12:\"cache_mobile\";i:1;s:19:\"purge_cron_interval\";i:0;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:10:\"minify_css\";i:1;s:11:\"exclude_css\";a:0:{}s:21:\"optimize_css_delivery\";s:1:\"1\";s:26:\"remove_unused_css_safelist\";a:0:{}s:12:\"critical_css\";s:0:\"\";s:9:\"minify_js\";i:1;s:17:\"exclude_inline_js\";a:0:{}s:10:\"exclude_js\";a:0:{}s:16:\"exclude_defer_js\";a:0:{}s:8:\"delay_js\";i:1;s:28:\"delay_js_exclusions_selected\";a:22:{i:0;s:36:\"dd0c5a5b-ec56-49f9-9aa4-89e1e3a6a28a\";i:1;s:36:\"980edf32-c64b-4370-bf23-c62b079e71c3\";i:2;s:36:\"2499bb90-0753-4b2b-9bd4-1525f94c7437\";i:3;s:36:\"6f460036-3106-4b8c-9951-d32de9b1258f\";i:4;s:36:\"ac2d5720-9418-468c-80a0-3874ee743c0f\";i:5;s:36:\"122e6ebb-51fd-477f-97fb-559593f1a48b\";i:6;s:36:\"219277ae-b2ac-4d42-913d-eaea40985295\";i:7;s:36:\"f632e3f4-20e6-471e-a78d-86afbea63586\";i:8;s:36:\"5d606add-ffb8-4a06-b295-5f722710fbfd\";i:9;s:36:\"742ec14a-27a1-4789-b9c8-a9c3a3cf7042\";i:10;s:36:\"05d3eb78-f574-49be-95e1-3f11714005d1\";i:11;s:36:\"0a37e528-8718-49f7-a26d-059aa29f867d\";i:12;s:36:\"ce9a3865-9efa-4e98-ae10-4f842a4ecc22\";i:13;s:36:\"b56bf06c-2f8c-4757-b536-a689fb0e75f9\";i:14;s:36:\"49c38c0a-43b9-4237-88cb-57ddd519f0ad\";i:15;s:36:\"2c1d0998-8ab5-478c-8eb9-9e375b46363e\";i:16;s:36:\"0627fe24-7e9d-400f-b064-d98bec2ba85e\";i:17;s:36:\"40464325-5bae-4a20-bc97-553499e09a73\";i:18;s:36:\"ac86b64c-c80a-4053-894d-6caa8b4fdce8\";i:19;s:36:\"a8fc9fd1-f6d3-41eb-abe9-ef176de6d7e2\";i:20;s:36:\"483abc54-f1fc-47dc-bfc1-a269c7d1c849\";i:21;s:36:\"50db8d14-d421-4237-be14-a6f7b5c11ec5\";}s:19:\"delay_js_exclusions\";a:0:{}s:8:\"lazyload\";i:1;s:16:\"exclude_lazyload\";a:0:{}s:14:\"manual_preload\";i:1;s:20:\"preload_excluded_uri\";a:0:{}s:12:\"dns_prefetch\";a:0:{}s:13:\"preload_fonts\";a:0:{}s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:18:\"database_revisions\";i:1;s:22:\"database_trashed_posts\";i:1;s:22:\"database_spam_comments\";i:1;s:25:\"database_trashed_comments\";i:1;s:23:\"database_all_transients\";i:1;s:24:\"database_optimize_tables\";i:1;s:26:\"schedule_automatic_cleanup\";i:1;s:27:\"automatic_cleanup_frequency\";s:5:\"daily\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:24:\"heartbeat_admin_behavior\";s:0:\"\";s:25:\"heartbeat_editor_behavior\";s:0:\"\";s:23:\"heartbeat_site_behavior\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:18:\"sucury_waf_api_key\";s:0:\"\";s:12:\"consumer_key\";s:8:\"********\";s:14:\"consumer_email\";s:22:\"activated@wp-rocket.me\";s:10:\"secret_key\";s:8:\"619860fc\";s:7:\"license\";s:0:\"\";s:16:\"secret_cache_key\";s:0:\"\";s:14:\"minify_css_key\";s:22:\"679796cee55f7182539024\";s:13:\"minify_js_key\";s:22:\"679796cee55fc100028894\";s:7:\"version\";s:6:\"3.15.3\";s:23:\"cloudflare_old_settings\";s:0:\"\";s:9:\"cache_ssl\";i:1;s:19:\"minify_google_fonts\";i:0;s:5:\"emoji\";i:0;s:17:\"remove_unused_css\";i:1;s:9:\"async_css\";i:0;s:22:\"minify_concatenate_css\";s:0:\"\";s:16:\"async_css_mobile\";s:0:\"\";s:17:\"cache_logged_user\";i:0;s:23:\"do_caching_mobile_files\";i:0;s:21:\"minify_concatenate_js\";i:0;s:12:\"defer_all_js\";i:0;s:16:\"lazyload_iframes\";i:0;s:16:\"lazyload_youtube\";i:0;s:20:\"database_auto_drafts\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:17:\"control_heartbeat\";i:0;s:18:\"varnish_auto_purge\";i:0;s:16:\"image_dimensions\";i:0;s:39:\"delay_js_exclusions_selected_exclusions\";a:79:{i:0;s:19:\"amazon-adsystem.com\";i:1;s:11:\"adsbygoogle\";i:2;s:33:\"google-analytics.com/analytics.js\";i:3;s:6:\"ga\\( \'\";i:4;s:5:\"ga\\(\'\";i:5;s:19:\"maps.googleapis.com\";i:6;s:15:\"maps.google.com\";i:7;s:17:\"a,s,y,n,c,h,i,d,e\";i:8;s:30:\"googleoptimize.com/optimize.js\";i:9;s:10:\"async-hide\";i:10;s:9:\"recaptcha\";i:11;s:8:\"/gtag/js\";i:12;s:6:\"gtag\\(\";i:13;s:7:\"/gtm.js\";i:14;s:10:\"async-hide\";i:15;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:16;s:25:\"/jquery-migrate(.min)?.js\";i:17;s:18:\"js(.*).hsforms.net\";i:18;s:18:\"hbspt.forms.create\";i:19;s:37:\"MeetingsEmbed/ex/MeetingsEmbedCode.js\";i:20;s:16:\"widget.refari.co\";i:21;s:6:\"refari\";i:22;s:35:\"/carousel-inline-iframeless/dist.js\";i:23;s:20:\"carouselInlineWidget\";i:24;s:13:\"js.stripe.com\";i:25;s:27:\"cdn.trustindex.io/loader.js\";i:26;s:32:\"cdn.trustindex.io/loader-cert.js\";i:27;s:14:\"/next/embed.js\";i:28;s:7:\"typekit\";i:29;s:18:\"/ad-manager.min.js\";i:30;s:8:\"__vm_add\";i:31;s:15:\"fast.wistia.com\";i:32;s:24:\"/assets/external/E-v1.js\";i:33;s:9:\"yandex.ru\";i:34;s:18:\"window.yaContextCb\";i:35;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:36;s:25:\"/jquery-migrate(.min)?.js\";i:37;s:11:\"/elementor/\";i:38;s:15:\"/elementor-pro/\";i:39;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:40;s:26:\"ElementorProFrontendConfig\";i:41;s:23:\"elementorFrontendConfig\";i:42;s:28:\"/happy-elementor-addons-pro/\";i:43;s:43:\"/header-footer-elementor/inc/js/frontend.js\";i:44;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:45;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:46;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:47;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:48;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:49;s:25:\"/jquery-migrate(.min)?.js\";i:50;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:51;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:52;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:53;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:54;s:19:\"lazyloadRunObserver\";i:55;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:56;s:25:\"/jquery-migrate(.min)?.js\";i:57;s:19:\"tagdiv_theme.min.js\";i:58;s:13:\"tdBlocksArray\";i:59;s:33:\"/wp-includes/js/underscore.min.js\";i:60;s:28:\"/td-cloud-library/assets/js/\";i:61;s:44:\"/npm/slick-carousel@1.8.1/slick/slick.min.js\";i:62;s:16:\"tdb-gallery-wrap\";i:63;s:13:\"tdBlocksArray\";i:64;s:4:\"tdb_\";i:65;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:66;s:25:\"/jquery-migrate(.min)?.js\";i:67;s:19:\"tagdiv_theme.min.js\";i:68;s:13:\"tdBlocksArray\";i:69;s:11:\"tdb_globals\";i:70;s:19:\"td_youtube_list_ids\";i:71;s:9:\"iosSlider\";i:72;s:53:\"/td-cloud-library/assets/js/js_files_for_front.min.js\";i:73;s:33:\"/wp-includes/js/underscore.min.js\";i:74;s:28:\"/td-cloud-library/assets/js/\";i:75;s:44:\"/npm/slick-carousel@1.8.1/slick/slick.min.js\";i:76;s:16:\"tdb-gallery-wrap\";i:77;s:13:\"tdBlocksArray\";i:78;s:4:\"tdb_\";}}', 'yes'),
(4418, 'action_scheduler_hybrid_store_demarkation', '86', 'yes'),
(4419, 'schema-ActionScheduler_StoreSchema', '6.0.1715035863', 'yes'),
(4420, 'schema-ActionScheduler_LoggerSchema', '3.0.1715035863', 'yes'),
(4423, 'wpr_rocket_cache_version', '20220927', 'yes'),
(4424, 'action_scheduler_lock_async-request-runner', '1772733900', 'yes'),
(4431, 'widget_shortcodes-ultimate', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4435, 'wpr_rucss_used_css_version', '20231010', 'yes'),
(4436, 'su_option_custom-formatting', 'on', 'yes'),
(4437, 'su_option_skip', 'on', 'yes'),
(4438, 'su_option_prefix', 'su_', 'yes'),
(4439, 'su_option_custom-css', '', 'yes'),
(4440, 'su_option_supported_blocks', 'a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}', 'yes'),
(4441, 'su_option_generator_access', 'manage_options', 'yes'),
(4442, 'su_option_enable_shortcodes_in', 'a:1:{i:0;s:16:\"term_description\";}', 'yes'),
(4443, 'su_option_hide_deprecated', 'on', 'yes'),
(4444, 'su_option_unsafe_features', '', 'yes'),
(4445, 'su_option_version', '7.1.5', 'no'),
(4453, 'wp_rocket_last_base_url', 'aHR0cDovL2FidDkwaXJhbi5iZXQv', 'on'),
(4455, 'su_option_dismissed_notices', 'a:2:{s:4:\"rate\";i:1715640669;s:15:\"unsafe-features\";b:1;}', 'yes'),
(4464, 'su_option_unsafe_features_auto_off', '1', 'yes'),
(4512, 'whl_page', 'gfy303', 'yes'),
(4513, 'whl_redirect_admin', '404', 'yes'),
(4653, 'wpfront-notification-bar-options', 'a:70:{s:7:\"enabled\";b:1;s:12:\"preview_mode\";b:0;s:10:\"debug_mode\";b:0;s:8:\"position\";i:2;s:14:\"fixed_position\";b:1;s:21:\"theme_sticky_selector\";s:0:\"\";s:14:\"display_scroll\";b:0;s:21:\"display_scroll_offset\";i:100;s:6:\"height\";i:0;s:15:\"position_offset\";i:0;s:13:\"display_after\";i:1;s:13:\"animate_delay\";d:0.5;s:12:\"close_button\";b:0;s:16:\"auto_close_after\";i:0;s:14:\"display_shadow\";b:0;s:19:\"display_open_button\";b:0;s:23:\"reopen_button_image_url\";s:0:\"\";s:20:\"reopen_button_offset\";i:0;s:11:\"keep_closed\";b:0;s:15:\"keep_closed_for\";i:0;s:23:\"keep_closed_cookie_name\";s:36:\"wpfront-notification-bar-keep-closed\";s:13:\"set_max_views\";b:0;s:9:\"max_views\";i:0;s:13:\"max_views_for\";i:0;s:21:\"max_views_cookie_name\";s:34:\"wpfront-notification-bar-max-views\";s:17:\"hide_small_device\";s:3:\"all\";s:18:\"small_device_width\";i:640;s:17:\"hide_small_window\";b:0;s:18:\"small_window_width\";i:640;s:18:\"attach_on_shutdown\";b:0;s:22:\"set_full_width_message\";b:0;s:7:\"message\";s:89:\"<strong>🎁 20% شارژ هدیه برای هر بار واریز در بت 303</strong>\";s:25:\"message_process_shortcode\";b:0;s:14:\"display_button\";b:1;s:11:\"button_text\";s:46:\"ورود به لینک بدون فیلتر ✅\";s:13:\"button_action\";i:1;s:17:\"button_action_url\";s:63:\"https://www.bet303.com/fa/?action=register&btag=1666810_l268710\";s:21:\"button_action_new_tab\";b:1;s:26:\"button_action_url_nofollow\";b:1;s:28:\"button_action_url_noreferrer\";b:0;s:26:\"button_action_url_noopener\";b:1;s:24:\"button_action_javascript\";s:0:\"\";s:23:\"button_action_close_bar\";b:0;s:14:\"bar_from_color\";s:7:\"#75ef51\";s:12:\"bar_to_color\";s:7:\"#75ef51\";s:13:\"message_color\";s:7:\"#000000\";s:17:\"button_from_color\";s:7:\"#ffffff\";s:15:\"button_to_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:7:\"#000000\";s:17:\"open_button_color\";s:7:\"#00b7ea\";s:18:\"close_button_color\";s:7:\"#555555\";s:24:\"close_button_color_hover\";s:7:\"#aaaaaa\";s:20:\"close_button_color_x\";s:7:\"#000000\";s:16:\"filter_date_type\";s:9:\"start_end\";s:10:\"start_date\";N;s:10:\"start_time\";N;s:8:\"end_date\";N;s:8:\"end_time\";N;s:13:\"display_pages\";i:1;s:13:\"include_pages\";s:0:\"\";s:13:\"exclude_pages\";s:0:\"\";s:23:\"landingpage_cookie_name\";s:36:\"wpfront-notification-bar-landingpage\";s:13:\"display_roles\";i:1;s:13:\"include_roles\";a:1:{i:0;s:0:\"\";}s:22:\"wp_emember_integration\";b:0;s:19:\"dynamic_css_use_url\";b:0;s:12:\"custom_class\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:18:\"css_enqueue_footer\";b:0;s:10:\"last_saved\";i:1716558878;}', 'yes'),
(4805, 'wordfence_syncAttackDataAttempts', '11', 'off'),
(4806, 'wordfence_syncingAttackData', '0', 'off'),
(4807, 'wordfence_lastSyncAttackData', '1762399143', 'off'),
(6031, 'action_scheduler_migration_status', 'complete', 'yes'),
(9524, 'options_affiliate_redirect_base', 'visit', 'no'),
(9525, '_options_affiliate_redirect_base', 'field_5b3e2dbd16938', 'no'),
(9526, 'options_terms_conditions_func_toggle', '0', 'no'),
(9527, '_options_terms_conditions_func_toggle', 'field_5cf633b45fda2', 'no'),
(9528, 'options_terms_conditions_tooltip_toggle', '0', 'no'),
(9529, '_options_terms_conditions_tooltip_toggle', 'field_5cf633bd9f41b', 'no'),
(9530, 'options_terms_text_under_button_text', 'Terms & conditions apply', 'no'),
(9531, '_options_terms_text_under_button_text', 'field_5cf633c84894c', 'no'),
(9538, 'options_select_visual_style', 'style_no_bg', 'no'),
(9539, '_options_select_visual_style', 'field_5ba3841377cac', 'no'),
(9540, 'options_select_color_option', 'your_color', 'no'),
(9541, '_options_select_color_option', 'field_5b3e20ba2cde6', 'no'),
(9542, 'options_choose_color', '#b47029', 'no'),
(9543, '_options_choose_color', 'field_5b3e210c2cde7', 'no'),
(9544, 'options_select_font_family', 'default', 'no'),
(9545, '_options_select_font_family', 'field_5b3e2752a5966', 'no'),
(9546, 'options_elements_border_radius', '30', 'no'),
(9547, '_options_elements_border_radius', 'field_5b3e28bdc1e32', 'no'),
(9548, 'options_text_color', '#0a0a0a', 'no'),
(9549, '_options_text_color', 'field_5b3e2926c1e33', 'no'),
(9550, 'options_base_font_size', '14', 'no'),
(9551, '_options_base_font_size', 'field_5b3f83a539027', 'no'),
(9557, 'options_review_button_text', 'بررسی سایت', 'no'),
(9558, '_options_review_button_text', 'field_5b3e2e867c809', 'no'),
(9559, 'options_play_button_text', 'ورود + ثبت نام', 'no'),
(9560, '_options_play_button_text', 'field_5b3e2e997c80a', 'no'),
(9627, 'wpseo_taxonomy_meta', 'a:1:{s:8:\"category\";a:2:{i:11;a:7:{s:19:\"wpseo_focuskeywords\";s:142:\"[{\"keyword\":\"\\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 abt\",\"score\":\"44\"},{\"keyword\":\"\\u0633\\u0627\\u06cc\\u062a abt vpn\",\"score\":\"44\"}]\";s:21:\"wpseo_keywordsynonyms\";s:10:\"[\"\",\"\",\"\"]\";s:11:\"wpseo_title\";s:56:\"دانلود فیلتر شکن abt فیلتر شکن abt\";s:10:\"wpseo_desc\";s:472:\"سایت شرط بندی معتبر ای بی تی، یکی از سایت های شرط بندی محبوبی است که دارای بخش های زیادی است. یکی از اپ های جانبی این سایت شرط بندی، فیلتر شکن این سایت است.با استفاده از این فیلترشکن می توان به سایت هایی که به مشکل فیلتر شدن برخورده اند، این موضوع را رفع و رجوع کرد.\";s:13:\"wpseo_focuskw\";s:34:\"دانلود فیلتر شکن abt\";s:13:\"wpseo_linkdex\";s:2:\"38\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:13;a:7:{s:19:\"wpseo_focuskeywords\";s:267:\"[{\"keyword\":\"\\u0627\\u0646\\u0641\\u062c\\u0627\\u0631 \\u0627\\u06cc \\u0628\\u06cc \\u062a\\u06cc\",\"score\":\"67\"},{\"keyword\":\"\\u0628\\u0627\\u0632\\u06cc \\u0627\\u0646\\u0641\\u062c\\u0627\\u0631 abt\",\"score\":\"44\"},{\"keyword\":\"\\u0627\\u0646\\u0641\\u062c\\u0627\\u0631 abt90\",\"score\":\"44\"}]\";s:21:\"wpseo_keywordsynonyms\";s:13:\"[\"\",\"\",\"\",\"\"]\";s:11:\"wpseo_title\";s:51:\"ای بی تی 90 انفجار | انفجار abt90\";s:10:\"wpseo_desc\";s:558:\"به طور کلی همان طور که همه می دانند، ای بی تی 90 انفجار، یکی از سایت های کاملا جامع برای پیش بینی و شرط است که کاربران زیادی را دارد.چرا که این سایت توانسته علاوه بر بازی انفجار تمامی بازی های پیش بینی و شرط بندی را به صورت کامل، از پیش بینی مسابقات ورزشی گرفته تا بازی های کازینو آنلاین را برای کاربران فراهم کند.\";s:13:\"wpseo_focuskw\";s:30:\"ای بی تی 90 انفجار\";s:13:\"wpseo_linkdex\";s:2:\"46\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}', 'yes'),
(9629, 'wpseo-premium-redirects-base', 'a:1:{i:0;a:4:{s:6:\"origin\";s:5:\"abt90\";s:3:\"url\";s:12:\"abt90-no-vpn\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}}', 'no'),
(9651, 'category_children', 'a:0:{}', 'yes'),
(10057, 'lwptoc_processingHeadings', 'a:1:{s:9:\"postTypes\";a:1:{i:0;s:4:\"page\";}}', 'yes'),
(37506, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(49828, 'tadv_settings', 'a:7:{s:9:\"toolbar_1\";s:119:\"formatselect,bold,italic,blockquote,alignjustify,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:21:\"toolbar_classic_block\";s:123:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,forecolor,backcolor,table,wp_help\";s:7:\"options\";s:44:\"menubar_block,menubar,merge_toolbars,advlist\";s:7:\"plugins\";s:13:\"table,advlist\";}', 'auto'),
(49829, 'tadv_admin_settings', 'a:2:{s:7:\"options\";s:86:\"classic_paragraph_block,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";s:16:\"disabled_editors\";s:0:\"\";}', 'auto'),
(49830, 'tadv_version', '5900', 'auto'),
(77807, 'updraftplus-addons_siteid', 'ca7d204fe20c108843457852dbfc743e', 'off'),
(77809, 'updraftplus_unlocked_fd', '1', 'no'),
(77810, 'updraftplus_last_lock_time_fd', '2026-03-03 13:03:29', 'no'),
(77811, 'updraftplus_semaphore_fd', '0', 'no'),
(77812, 'updraft_last_scheduled_fd', '1772543009', 'auto'),
(77816, 'updraft_remotesites', '', 'on'),
(77817, 'updraft_migrator_localkeys', '', 'on'),
(77818, 'updraft_central_localkeys', '', 'on'),
(77819, 'updraft_restore_in_progress', 'bf7900943807', 'on'),
(77820, 'updraft_autobackup_default', '0', 'on'),
(77821, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a96bf821f39d5b5bf01c586d26d370ce\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}', 'on'),
(77822, 'updraft_pcloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b536b4b56a1ce1f3d7cc48cc67fc605f\";a:0:{}}}', 'on'),
(77823, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-de40e35c79a07c50b4974fbd874a065c\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'on'),
(77824, 'updraftplus_tmp_googledrive_access_token', '', 'on'),
(77825, 'updraftplus_dismissedautobackup', '', 'on'),
(77826, 'dismissed_general_notices_until', '', 'on'),
(77827, 'dismissed_review_notice', '', 'on'),
(77828, 'dismissed_clone_php_notices_until', '', 'on'),
(77829, 'dismissed_clone_wc_notices_until', '', 'on'),
(77830, 'dismissed_season_notices_until', '', 'on'),
(77831, 'updraftplus_dismissedexpiry', '', 'on'),
(77832, 'updraftplus_dismisseddashnotice', '', 'on'),
(77833, 'updraft_interval', 'daily', 'on'),
(77834, 'updraft_interval_increments', 'none', 'on'),
(77837, 'updraft_interval_database', 'daily', 'on'),
(77838, 'updraft_retain', '1', 'on'),
(77839, 'updraft_retain_db', '1', 'on'),
(77840, 'updraft_encryptionphrase', '', 'on'),
(77841, 'updraft_service', '', 'on'),
(77842, 'updraft_googledrive_clientid', '', 'on'),
(77843, 'updraft_googledrive_secret', '', 'on'),
(77844, 'updraft_googledrive_remotepath', '', 'on'),
(77845, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3293547024127dfaa0ef945c821eb83d\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}', 'on'),
(77846, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-cf6d66f1dc26afbfb81d6f5b50bb9ba9\";a:0:{}}}', 'on'),
(77847, 'updraft_server_address', '', 'on'),
(77848, 'updraft_dir', '', 'on'),
(77849, 'updraft_email', '', 'on'),
(77850, 'updraft_delete_local', '0', 'on'),
(77851, 'updraft_debug_mode', '0', 'on'),
(77852, 'updraft_include_plugins', '0', 'on'),
(77853, 'updraft_include_themes', '0', 'on'),
(77854, 'updraft_include_uploads', '0', 'on'),
(77855, 'updraft_include_others', '0', 'on'),
(77856, 'updraft_include_wpcore', '0', 'on'),
(77857, 'updraft_include_wpcore_exclude', '', 'on'),
(77858, 'updraft_include_more', '0', 'on'),
(77859, 'updraft_include_blogs', '', 'on'),
(77860, 'updraft_include_mu-plugins', '', 'on'),
(77862, 'updraft_include_others_exclude', '', 'on'),
(77863, 'updraft_include_uploads_exclude', '', 'on'),
(77864, 'updraft_lastmessage', 'The backup succeeded and is now complete (مارس 03 16:33:35)', 'on'),
(77865, 'updraft_googledrive_token', '', 'on'),
(77866, 'updraft_dropboxtk_request_token', '', 'on'),
(77867, 'updraft_dropboxtk_access_token', '', 'on'),
(77868, 'updraft_adminlocking', '', 'on'),
(77869, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-17c83dc8b043c88c8eda6ae89398cf74\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'on'),
(77870, 'updraft_retain_extrarules', '', 'on'),
(77871, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c7f7db0a14d90c7a65106b3674f993ce\";a:0:{}}}', 'on'),
(77872, 'updraft_include_more_path', '', 'on'),
(77873, 'updraft_split_every', '25', 'on'),
(77874, 'updraft_ssl_nossl', '0', 'on'),
(77875, 'updraft_backupdb_nonwp', '0', 'on'),
(77876, 'updraft_extradbs', '', 'on'),
(77878, 'updraft_last_backup', 'a:6:{s:26:\"nonincremental_backup_time\";i:1772543009;s:11:\"backup_time\";i:1772543009;s:12:\"backup_array\";a:3:{s:2:\"db\";s:46:\"backup_2026-03-03-1633___90_fc13d5e7fd70-db.gz\";s:7:\"db-size\";i:3281393;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6bb35c0053d416f3be66f06bb4eee7885e1fb445\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a19687ad8c5292c32ae504b0059f87b8244c56398718c30fb26ff30d3ed4f1df\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"fc13d5e7fd70\";}', 'on'),
(77879, 'updraft_starttime_files', '20:29', 'on'),
(77880, 'updraft_starttime_db', '20:29', 'on'),
(77881, 'updraft_startday_db', '0', 'on'),
(77882, 'updraft_startday_files', '0', 'on'),
(77883, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-89d35370d5a9c8efc68815428ff8fc81\";a:0:{}}}', 'on'),
(77884, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f7ab0efb0ea1c81de5b363c3e8f37640\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}', 'on'),
(77885, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-69243fa38a2f39ef9e7d69f4c887186e\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'on'),
(77886, 'updraft_dreamhost', '', 'on'),
(77887, 'updraft_s3generic_login', '', 'on'),
(77888, 'updraft_s3generic_pass', '', 'on'),
(77889, 'updraft_s3generic_remote_path', '', 'on'),
(77890, 'updraft_s3generic_endpoint', '', 'on'),
(77891, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-abea7d4da44ea1cf25c3e6f6478bf89d\";a:0:{}}}', 'on'),
(77892, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a3c3142f9b65f8d3167cf8f5d4408449\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}', 'on'),
(77893, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a1ec60da63a556d2ed9296167ba7c08e\";a:0:{}}}', 'on'),
(77894, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-886bdf4816a13082acce7ecf91bb16a2\";a:0:{}}}', 'on'),
(77895, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a4f4052f30c7310e65846c3c35a1c43a\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}', 'on'),
(77896, 'updraft_cloudfiles_user', '', 'on'),
(77897, 'updraft_cloudfiles_apikey', '', 'on'),
(77898, 'updraft_cloudfiles_path', '', 'on'),
(77899, 'updraft_cloudfiles_authurl', '', 'on'),
(77900, 'updraft_ssl_useservercerts', '0', 'on'),
(77901, 'updraft_ssl_disableverify', '0', 'on'),
(77902, 'updraft_s3_login', '', 'on'),
(77903, 'updraft_s3_pass', '', 'on'),
(77904, 'updraft_s3_remote_path', '', 'on'),
(77905, 'updraft_dreamobjects_login', '', 'on'),
(77906, 'updraft_dreamobjects_pass', '', 'on'),
(77907, 'updraft_dreamobjects_remote_path', '', 'on'),
(77908, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-945fc7581e139f014c2bcd2238d8512d\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'on'),
(77909, 'updraft_report_warningsonly', 'a:0:{}', 'on'),
(77910, 'updraft_report_wholebackup', 'a:0:{}', 'on'),
(77911, 'updraft_report_dbbackup', 'a:0:{}', 'on'),
(77912, 'updraft_log_syslog', '0', 'on'),
(77913, 'updraft_extradatabases', '', 'on'),
(77914, 'updraftplus_tour_cancelled_on', 'intro', 'on'),
(77915, 'updraftplus_version', '1.25.1', 'on'),
(77916, 'updraft_dismiss_admin_warning_litespeed', '', 'on'),
(77917, 'updraft_dismiss_admin_warning_pclzip', '', 'on'),
(77918, 'updraft_dismiss_phpseclib_notice', '', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(77919, 'updraft_backup_history', 'a:267:{i:1772543009;a:11:{s:2:\"db\";s:46:\"backup_2026-03-03-1633___90_fc13d5e7fd70-db.gz\";s:7:\"db-size\";i:3281393;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6bb35c0053d416f3be66f06bb4eee7885e1fb445\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a19687ad8c5292c32ae504b0059f87b8244c56398718c30fb26ff30d3ed4f1df\";}}s:5:\"nonce\";s:12:\"fc13d5e7fd70\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1772447897;a:11:{s:2:\"db\";s:46:\"backup_2026-03-02-1408___90_7cfe31c5b60d-db.gz\";s:7:\"db-size\";i:3278898;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a54e4fe2ec2aa3b93bccdc9ba1c6758c82bceb5e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"02991f7d3553d9dd02126226cb5ae5daea35590875381df654e29934c611285d\";}}s:5:\"nonce\";s:12:\"7cfe31c5b60d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1772322328;a:11:{s:2:\"db\";s:46:\"backup_2026-03-01-0315___90_f2a77d60af0b-db.gz\";s:7:\"db-size\";i:3292946;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7745407a86cac2ae55891a60013635a5619c70d6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b97c2b56905b82d2dad7ae13aafebcfa90306430b7f0174e2595aceb21bbdb0d\";}}s:5:\"nonce\";s:12:\"f2a77d60af0b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1772139706;a:11:{s:2:\"db\";s:46:\"backup_2026-02-27-0031___90_9a7c24a1b77f-db.gz\";s:7:\"db-size\";i:3295429;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"42f8cf957908b7a152e70f40303a979c0170c4b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f82c92d69418daee5fe97939974cf791b988f460e08332b6601fd74d505295f\";}}s:5:\"nonce\";s:12:\"9a7c24a1b77f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1762386998;a:11:{s:2:\"db\";s:46:\"backup_2025-11-06-0326___90_afb06c2b9486-db.gz\";s:7:\"db-size\";i:3624937;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a4468e5b9089558ea6c4b2a40abcf50af7e5b0e3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"33b5796b0c861be162a77ca09c5f1409d0fd5fe140c197cf19e06614252cc01c\";}}s:5:\"nonce\";s:12:\"afb06c2b9486\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1762300983;a:11:{s:2:\"db\";s:46:\"backup_2025-11-05-0333___90_ca0174971343-db.gz\";s:7:\"db-size\";i:3333350;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ad33dae590b57b1c316588f225d581e87fd59500\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"578a548921a93b0229db9ce53eb39e20a46560f8deb5c064c0efda56b77d48cb\";}}s:5:\"nonce\";s:12:\"ca0174971343\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1762214428;a:11:{s:2:\"db\";s:46:\"backup_2025-11-04-0330___90_01e15fe31cb4-db.gz\";s:7:\"db-size\";i:3327399;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ed861c59fc727d616bfc6aa51da5121f6a8a63cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fcc6d6946e260746bb4047930e11943eccb08bf8ae67776e1ded8796dae1ec43\";}}s:5:\"nonce\";s:12:\"01e15fe31cb4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1762127833;a:11:{s:2:\"db\";s:46:\"backup_2025-11-03-0327___90_2f097e2024d7-db.gz\";s:7:\"db-size\";i:3324793;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4fd8021e0e7acf1a5ff480569cf3acf1eca48058\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"09b5ad09c3ef7613c7b783d5307fb9f39b41916d49df826e7405179fd47a1213\";}}s:5:\"nonce\";s:12:\"2f097e2024d7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1762042129;a:11:{s:2:\"db\";s:46:\"backup_2025-11-02-0338___90_8dbc36e55216-db.gz\";s:7:\"db-size\";i:3335736;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"28f0163760b37fdaba2d7e90e1a386fdafd597fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ebf53d66b3f48be6c28ec24e6de21237f8fe1d9de771d01e564c020899876ac6\";}}s:5:\"nonce\";s:12:\"8dbc36e55216\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761955038;a:11:{s:2:\"db\";s:46:\"backup_2025-11-01-0327___90_825f3b194327-db.gz\";s:7:\"db-size\";i:3332401;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a7812ffe6ec231c6516f8e79e143db713c6b0bf1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9a6c32725678ada6aac1e4522b8cdcffa2f31b7f4001c0d4c976c14e96077430\";}}s:5:\"nonce\";s:12:\"825f3b194327\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761868507;a:11:{s:2:\"db\";s:46:\"backup_2025-10-31-0325___90_1d50075bf4ec-db.gz\";s:7:\"db-size\";i:3331875;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a10fea31a2aa17166146d2e2228a6d4820a84107\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7b5e550c9c571039fbe05b05cf9f43ba69220642a45309a7dc8afaa64a0884f9\";}}s:5:\"nonce\";s:12:\"1d50075bf4ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761783787;a:11:{s:2:\"db\";s:46:\"backup_2025-10-30-0353___90_ed3eafca9936-db.gz\";s:7:\"db-size\";i:3323791;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c01eb2fdbe9439afde3d95b68994fba2948264b5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e276b3d4d4124e2d9964a4acab8229c17cea71d28073f67061a392266cfec28\";}}s:5:\"nonce\";s:12:\"ed3eafca9936\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761696046;a:11:{s:2:\"db\";s:46:\"backup_2025-10-29-0330___90_5d5c999ea4c1-db.gz\";s:7:\"db-size\";i:3331097;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4c6977486bed15156d837e4bf2437ef3bf19f864\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ea7312d073908fb44b7b92c9379c455edc5f406a4b092cfe5522cb78598a554\";}}s:5:\"nonce\";s:12:\"5d5c999ea4c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761609539;a:11:{s:2:\"db\";s:46:\"backup_2025-10-28-0328___90_c651c29a9046-db.gz\";s:7:\"db-size\";i:3328244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a30209a64925f2b37f5ce75728f167728bf6b4a0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"350bb961c30a5dd3e3ff27650e91553f131ae56e60e73d7d6935faccf6ca9482\";}}s:5:\"nonce\";s:12:\"c651c29a9046\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761522943;a:11:{s:2:\"db\";s:46:\"backup_2025-10-27-0325___90_e304a649ebec-db.gz\";s:7:\"db-size\";i:3326188;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"579218f7028a6aa743e1af411274a057134f955f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8782db42240ac5903f3ef5fbd0872a5e9b246581d3004f337b608c2e52b18485\";}}s:5:\"nonce\";s:12:\"e304a649ebec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761436829;a:11:{s:2:\"db\";s:46:\"backup_2025-10-26-0330___90_0fbdad16d5ad-db.gz\";s:7:\"db-size\";i:3323524;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b0ed65c06cab923dc30306daa2ad8bb39ca1a1c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"97c0013bf51398ddbc6163f48944614550643bd35ac28396a3abc40f9c4d0773\";}}s:5:\"nonce\";s:12:\"0fbdad16d5ad\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761350308;a:11:{s:2:\"db\";s:46:\"backup_2025-10-25-0328___90_ffb533661bd1-db.gz\";s:7:\"db-size\";i:3328484;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9b58e59f6eccc9499d80d4310967bedbc763487f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"70d6cbb577b2d4e97ba48cb3fab52c83a9f699414c870fc04f64510eae6936f1\";}}s:5:\"nonce\";s:12:\"ffb533661bd1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761264348;a:11:{s:2:\"db\";s:46:\"backup_2025-10-24-0335___90_d61c18f9c5a5-db.gz\";s:7:\"db-size\";i:3322995;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6886a829b7677b3f896f0af35b59b69613249999\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4d1a226528da64ccef85d57681b307a51e5276eae6597717f9d455ee9e499fbb\";}}s:5:\"nonce\";s:12:\"d61c18f9c5a5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761179457;a:11:{s:2:\"db\";s:46:\"backup_2025-10-23-0400___90_d509b3e60fa4-db.gz\";s:7:\"db-size\";i:3321481;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ddc7264c35c5b6677fd30cf5c0ec259f21a7f906\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"97ea3d04a438987fa3254d2cbaf174ddc921e75d62b24f14e8a295428cb3e24f\";}}s:5:\"nonce\";s:12:\"d509b3e60fa4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761090992;a:11:{s:2:\"db\";s:46:\"backup_2025-10-22-0326___90_5b43fca2fc77-db.gz\";s:7:\"db-size\";i:3321354;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e5b9cbde561caa552473ff908a40349a0e30419b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1c5a64292e121cb5fafb24ea38c623716658bb85d259e60195a65c2d8de45c82\";}}s:5:\"nonce\";s:12:\"5b43fca2fc77\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1761005926;a:11:{s:2:\"db\";s:46:\"backup_2025-10-21-0348___90_d9a5401f0226-db.gz\";s:7:\"db-size\";i:3315597;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"faf336a870b49aabdc48ca0becc168320072546f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"41c1f6fed690f7e76c2abb575afa92c70c7bd4dad5fe1dd446b8eb56cff3900d\";}}s:5:\"nonce\";s:12:\"d9a5401f0226\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760918139;a:11:{s:2:\"db\";s:46:\"backup_2025-10-20-0325___90_6f1c82ba7a37-db.gz\";s:7:\"db-size\";i:3324436;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3be6b782eadc1ff31d229939ae387dceba9fd8d8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a8cda706cc30cd1fde5addd96622d54d668f37b593fe691295a0974d2a11cdae\";}}s:5:\"nonce\";s:12:\"6f1c82ba7a37\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760831875;a:11:{s:2:\"db\";s:46:\"backup_2025-10-19-0327___90_a30fd22e003b-db.gz\";s:7:\"db-size\";i:3324992;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9bb6198f442be2da93d5a05db14a70c123e49105\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"76d5ffc9b6125686d6ddc0183bcb2116801f6256b3e8728534a455b86a6d25b9\";}}s:5:\"nonce\";s:12:\"a30fd22e003b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760747772;a:11:{s:2:\"db\";s:46:\"backup_2025-10-18-0406___90_1350f1d8b86f-db.gz\";s:7:\"db-size\";i:3315250;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e62ff39641be1d5715fa76b0e90f7453c29bf60a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"41de38ba6f150e812de0ea82c3ee8d24ac71fe740248d58b9a028cee0b50530a\";}}s:5:\"nonce\";s:12:\"1350f1d8b86f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760660078;a:11:{s:2:\"db\";s:46:\"backup_2025-10-17-0344___90_9373b97c2d09-db.gz\";s:7:\"db-size\";i:3321145;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e585922ea2638bced212c18368880e299112374b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fefe9e3d069b84c69e79b3802153f843cd11fdfb8656229b6fa59f4d69a50d00\";}}s:5:\"nonce\";s:12:\"9373b97c2d09\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760576643;a:11:{s:2:\"db\";s:46:\"backup_2025-10-16-0434___90_c5f4f81c38d2-db.gz\";s:7:\"db-size\";i:3320826;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b3faa20a6595299d53d721a1c5e48dfca550752f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b784bea9cc95190fba756c3c8899b6fc27f2d028faeca859e067f4d85f2a219d\";}}s:5:\"nonce\";s:12:\"c5f4f81c38d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760487530;a:11:{s:2:\"db\";s:46:\"backup_2025-10-15-0348___90_6d9a6c39d032-db.gz\";s:7:\"db-size\";i:3314883;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"83081114a48a5a3e66c34ef94fd200027a47bd20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b243bcf6e51138b1cf52e863818216cb829b5059c75135f55fdee62b405a7550\";}}s:5:\"nonce\";s:12:\"6d9a6c39d032\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760399747;a:11:{s:2:\"db\";s:46:\"backup_2025-10-14-0325___90_46f2cf6f2f60-db.gz\";s:7:\"db-size\";i:3313909;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dd007e86a0f71fe642a9f87127c2e3acc9c5373d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0537507e2e0c0f737823201af15bedd7638445d2ca509196141a587e473f726\";}}s:5:\"nonce\";s:12:\"46f2cf6f2f60\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760315739;a:11:{s:2:\"db\";s:46:\"backup_2025-10-13-0405___90_f37ab96cda8f-db.gz\";s:7:\"db-size\";i:3313939;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4bd03639412f8e6e0ab5f18eabd74b50a0d9c9b4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"727af3d17b7acd5e609ab977f7307fdc07065901f67bac6cfa0c155a649c98bc\";}}s:5:\"nonce\";s:12:\"f37ab96cda8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760227616;a:11:{s:2:\"db\";s:46:\"backup_2025-10-12-0336___90_4c0daaa35aad-db.gz\";s:7:\"db-size\";i:3313077;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2044e6b176985ae35dbee57dedc498f7fe4ce3fc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1c7c273dccb6681753cff99a49a7d1a92d65fff2663476908e968ac4ada65614\";}}s:5:\"nonce\";s:12:\"4c0daaa35aad\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760140999;a:11:{s:2:\"db\";s:46:\"backup_2025-10-11-0333___90_08ed4b2c3001-db.gz\";s:7:\"db-size\";i:3323761;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"edc7d4773bc05e98c2e7338295be590b93fc4b16\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"19c79c84e43aacd5e95b5b5e7c319238f0184ee00e8db0d85333ac3b2f558178\";}}s:5:\"nonce\";s:12:\"08ed4b2c3001\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1760054432;a:11:{s:2:\"db\";s:46:\"backup_2025-10-10-0330___90_7c6f53ecdbd8-db.gz\";s:7:\"db-size\";i:3323500;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1525ffe4b2817713edddf0dcb67cdaa7a31228d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"329a99b6b61aa088015ef8c8257f7ed52fcfc83347724b81fa9c24eeb393e87c\";}}s:5:\"nonce\";s:12:\"7c6f53ecdbd8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759967969;a:11:{s:2:\"db\";s:46:\"backup_2025-10-09-0329___90_edc500528bc2-db.gz\";s:7:\"db-size\";i:3322470;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1b8e2dfd34943d523a9cb8bdb49af6873ad12fed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2800d6cd3554be730f2c449b2b7210744013e1a16bfdb5c28488bedb45151070\";}}s:5:\"nonce\";s:12:\"edc500528bc2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759881350;a:11:{s:2:\"db\";s:46:\"backup_2025-10-08-0325___90_c3c1c29d3d19-db.gz\";s:7:\"db-size\";i:3325037;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"177ea54aa818dfe7018d67833ad5f5aee51c9110\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"749e21ce9752dc1b646fbe452e0062a1200a42c05fe03d9fd6093b2c262cac6c\";}}s:5:\"nonce\";s:12:\"c3c1c29d3d19\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759798524;a:11:{s:2:\"db\";s:46:\"backup_2025-10-07-0425___90_7a3c1fb4e2b4-db.gz\";s:7:\"db-size\";i:3313778;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cd1fed0c963982b9f7e03d090a4b390a6e677f2a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"61ea298763c443def0d9b2ebc51ff080a08b45fe353fdaf18a15fb4e5c252277\";}}s:5:\"nonce\";s:12:\"7a3c1fb4e2b4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759709015;a:11:{s:2:\"db\";s:46:\"backup_2025-10-06-0333___90_a6f61d98587e-db.gz\";s:7:\"db-size\";i:3320768;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99e985074f3281363d8d1c9b95a64c7fe9d0507c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"54a8ad317183bf56c3debc8bd1c9c614f5683c9f15ce4d33c0841bff861ff8f9\";}}s:5:\"nonce\";s:12:\"a6f61d98587e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759623731;a:11:{s:2:\"db\";s:46:\"backup_2025-10-05-0352___90_a4d711d4aed7-db.gz\";s:7:\"db-size\";i:3315759;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"71860cbe09a612976114d9349a47a180b079baaf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"633ce21c1e09b17f766213188442db70afe3655ddab1e4082c7c326334e14dcc\";}}s:5:\"nonce\";s:12:\"a4d711d4aed7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759536477;a:11:{s:2:\"db\";s:46:\"backup_2025-10-04-0337___90_ad376377ca6f-db.gz\";s:7:\"db-size\";i:3316203;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"571f8a1a36a11e1bceb26be07fd4b3ff2c2610fb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"98039d1819f62cf07625435be924684f856f51074fc372766eaadd4188fba8c3\";}}s:5:\"nonce\";s:12:\"ad376377ca6f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759452605;a:11:{s:2:\"db\";s:46:\"backup_2025-10-03-0420___90_8dde2f3248f9-db.gz\";s:7:\"db-size\";i:3077456;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7987b4a76737a0b895a629f41c2db2188d70b36e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e2481964533e783b5f20860f87741fe854f75b021668ad284a52fd0650ce26be\";}}s:5:\"nonce\";s:12:\"8dde2f3248f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759364857;a:11:{s:2:\"db\";s:46:\"backup_2025-10-02-0357___90_c90c4ee43761-db.gz\";s:7:\"db-size\";i:3073345;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f86c40f46b338f836028537bf807fce8ab2590e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bd8df6f7db4424507a93070f99ab781579b6228a43de08db1fb4d8620dadd835\";}}s:5:\"nonce\";s:12:\"c90c4ee43761\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759276673;a:11:{s:2:\"db\";s:46:\"backup_2025-10-01-0327___90_e1f07be83b4c-db.gz\";s:7:\"db-size\";i:3081839;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ceb2cb6c6755496724f1bee3cca839a12e03d2a3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1a229092c56759d09cbcef89c3100248e2e8c8de7dfbe3597f1a1c7d2cf5320b\";}}s:5:\"nonce\";s:12:\"e1f07be83b4c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759192385;a:11:{s:2:\"db\";s:46:\"backup_2025-09-30-0403___90_d0beecf56dd8-db.gz\";s:7:\"db-size\";i:3646322;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ff49fb6a49635ff206cd5ddab3b9b63790aa95b2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0e8f45406d844f2ccd33fe6300d27dfd58a47e3f331a7549477ac1e424cbbc13\";}}s:5:\"nonce\";s:12:\"d0beecf56dd8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759104248;a:11:{s:2:\"db\";s:46:\"backup_2025-09-29-0334___90_30ff451252f2-db.gz\";s:7:\"db-size\";i:3640001;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0844935d24b3efbf2a33c91f27648dd4a9980c2d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4614b6268cffc13629905511ce816aa374e861d4e2d4414964fdadab1111f470\";}}s:5:\"nonce\";s:12:\"30ff451252f2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1759018455;a:11:{s:2:\"db\";s:46:\"backup_2025-09-28-0344___90_abbb20b1fd56-db.gz\";s:7:\"db-size\";i:3633161;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a5e70e61984d94631fce5f026f1cefd2a264a5da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5637da4422661a05895ad2cbb50c8748f1f42ba38eebd8014d84011c2d730ca5\";}}s:5:\"nonce\";s:12:\"abbb20b1fd56\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758931235;a:11:{s:2:\"db\";s:46:\"backup_2025-09-27-0330___90_9925b7dce5db-db.gz\";s:7:\"db-size\";i:3655435;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1637a997a9b7a9af751eb4cc30ec231b9ac594da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5d68fd6a4c7ec045d7f0950a763cac24d70249f0de2021fff15afa58edf0c3f8\";}}s:5:\"nonce\";s:12:\"9925b7dce5db\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758846722;a:11:{s:2:\"db\";s:46:\"backup_2025-09-26-0402___90_73f2f233fe44-db.gz\";s:7:\"db-size\";i:3653272;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be54d14f94c480acf1917c5462c90db1fb0e4d02\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15688f159a477a94669bb3334bcb87e39f8b45f61213b68c5c33715b34a39551\";}}s:5:\"nonce\";s:12:\"73f2f233fe44\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758758828;a:11:{s:2:\"db\";s:46:\"backup_2025-09-25-0337___90_5064778cd53e-db.gz\";s:7:\"db-size\";i:3923113;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"960f9b44b616e831df001bfcb1e13038e4fbcb35\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dfcc5bb74cd9de422fccfe82ebe3ac02eb10f82da7ca488729b6e96a5f6eaea9\";}}s:5:\"nonce\";s:12:\"5064778cd53e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758674496;a:11:{s:2:\"db\";s:46:\"backup_2025-09-24-0411___90_182ca466c32f-db.gz\";s:7:\"db-size\";i:3656036;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2f9ed879d141bf49702be9fc77daa24d37510d15\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"40df2b90b8ad1fcfeab84b521758c86fd5f98cf077d3c509b63afc97b317437f\";}}s:5:\"nonce\";s:12:\"182ca466c32f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758585409;a:11:{s:2:\"db\";s:46:\"backup_2025-09-23-0326___90_f4d2286da122-db.gz\";s:7:\"db-size\";i:3647650;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"32e3d7b233f257fe97979419b99a19c07b9c6d8a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f516dfdd082919357f3cb8394c529fbc7ca7a49061030607b39e890185db1b2f\";}}s:5:\"nonce\";s:12:\"f4d2286da122\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758499319;a:11:{s:2:\"db\";s:46:\"backup_2025-09-22-0331___90_33ac49470de1-db.gz\";s:7:\"db-size\";i:3652171;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"835473d3a641348a8df14db0925ef5e52efddd66\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ea2c94e6c2c2f96db6ed276398c5fd4c7fb2aa86c8f069d38c0873c0f8d15f0\";}}s:5:\"nonce\";s:12:\"33ac49470de1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758413238;a:11:{s:2:\"db\";s:46:\"backup_2025-09-21-0337___90_d8a37fbaf4c9-db.gz\";s:7:\"db-size\";i:3644275;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"915d5368fcf75dc5ba9394a4895870db68a81200\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"25e1f8d2d1bcc37616b70c28426e7dd4a3ba6f9e9ef9594074d36edee9295cac\";}}s:5:\"nonce\";s:12:\"d8a37fbaf4c9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758328582;a:11:{s:2:\"db\";s:46:\"backup_2025-09-20-0406___90_0b05bf515f79-db.gz\";s:7:\"db-size\";i:3653266;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a4a4516f2ae99989b4c98ecf0861e62c8e08fd85\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7575566bfae5d0e380897e0e3888ca6a138ce5cad11a5496054a890846acbfa9\";}}s:5:\"nonce\";s:12:\"0b05bf515f79\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758239808;a:11:{s:2:\"db\";s:46:\"backup_2025-09-19-0326___90_4aed157d66c1-db.gz\";s:7:\"db-size\";i:3649902;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f831f4547247c90caadc8f98a094b7e6950ab014\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d2fcd5babe4f48d1dbe4f94411b424f7155c05d1c120a17b0880bb6088606872\";}}s:5:\"nonce\";s:12:\"4aed157d66c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758153437;a:11:{s:2:\"db\";s:46:\"backup_2025-09-18-0327___90_fe9c06b0019b-db.gz\";s:7:\"db-size\";i:3648256;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5cad70e3f981ee65547518d42a2acff884b99479\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3a208d7f02bc7544527cdf1c8b8531eaa0cfbca23a35fd42c0a8c873bbbecc5f\";}}s:5:\"nonce\";s:12:\"fe9c06b0019b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1758067427;a:11:{s:2:\"db\";s:46:\"backup_2025-09-17-0333___90_27175e31afd3-db.gz\";s:7:\"db-size\";i:3645514;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5be2f896231962f15ed1ce624cb2421bbab7732d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"81a874618b8b547420412e7c9cad6b439c3ac8303b3356540acd48b818121288\";}}s:5:\"nonce\";s:12:\"27175e31afd3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757981624;a:11:{s:2:\"db\";s:46:\"backup_2025-09-16-0343___90_9b9c518482f3-db.gz\";s:7:\"db-size\";i:3655967;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5ff76d94aa6e1681b508bb245e0175862179913b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e70d97463b8d10dec877669014f03c422c4d7830629dbf420f9de833ae96268b\";}}s:5:\"nonce\";s:12:\"9b9c518482f3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757894704;a:11:{s:2:\"db\";s:46:\"backup_2025-09-15-0335___90_bc45acd757e2-db.gz\";s:7:\"db-size\";i:3648319;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e2c93a22e17b9fdf969566099b8295286f477012\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de45b31ca96d15c0b970dedb26f69b4ef364b2bd63c0d04fbba55d93ad2d0b7d\";}}s:5:\"nonce\";s:12:\"bc45acd757e2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757812656;a:11:{s:2:\"db\";s:46:\"backup_2025-09-14-0447___90_36761b809bdc-db.gz\";s:7:\"db-size\";i:3653636;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e1e62ba6b92bd8072d8f6d2539c7b3fcb383a9ec\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"41e89779b208bff819498a13d3c0ba206898893979ed9cfc4c31c2e18c84e4a1\";}}s:5:\"nonce\";s:12:\"36761b809bdc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757721406;a:11:{s:2:\"db\";s:46:\"backup_2025-09-13-0326___90_52f6d2278ee6-db.gz\";s:7:\"db-size\";i:3650701;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"12e6e2fb532c1dcabb4df2febd5237b09e1601e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"297f16c8244a61eceb0db77ba0a93dbe7d6b364b3dabcf8930a261fa6dc893d7\";}}s:5:\"nonce\";s:12:\"52f6d2278ee6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757636235;a:11:{s:2:\"db\";s:46:\"backup_2025-09-12-0347___90_d14b857983c2-db.gz\";s:7:\"db-size\";i:3653802;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d9930d5edefb44df1432ec6ee6735bd44826f578\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"840e6bc0d5ba75fe6fd5ce79cec074376a9cf969da94e7cfc03a1736bdd98025\";}}s:5:\"nonce\";s:12:\"d14b857983c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757549210;a:11:{s:2:\"db\";s:46:\"backup_2025-09-11-0336___90_7542d964a307-db.gz\";s:7:\"db-size\";i:3646739;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c92253894b75cfdaffc70bb10ad7927196398abc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dc1d5f3761d3cf65bb8b645691bfde987f96d2e1ad1bc261245a4dcf3c7d92b1\";}}s:5:\"nonce\";s:12:\"7542d964a307\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757462150;a:11:{s:2:\"db\";s:46:\"backup_2025-09-10-0325___90_813186c2400f-db.gz\";s:7:\"db-size\";i:3644741;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"71b783f4ecd4889959d443760adf5fccd76b6352\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4828c3d050be26a96466c363e0c0f9d65858546306933364dd420c1bf349c61b\";}}s:5:\"nonce\";s:12:\"813186c2400f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757376407;a:11:{s:2:\"db\";s:46:\"backup_2025-09-09-0336___90_90e738b618c2-db.gz\";s:7:\"db-size\";i:3650148;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0d3df3dae76816b429b96c5b24af01b7ca9d55e0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8cc68912546dbc1a2cfcd5cedfe66a2056b36329d81059306c4d25b1e0b899be\";}}s:5:\"nonce\";s:12:\"90e738b618c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757289356;a:11:{s:2:\"db\";s:46:\"backup_2025-09-08-0325___90_249d6baf0c75-db.gz\";s:7:\"db-size\";i:3647293;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95489001150e3b24844ef3286da7a3276d2d106c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"41059f2ece62bc7982a4da3b37fc0c9baf2e206cd006132428b6a5e4cd8f216c\";}}s:5:\"nonce\";s:12:\"249d6baf0c75\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757203040;a:11:{s:2:\"db\";s:46:\"backup_2025-09-07-0327___90_cd6e781ee7d7-db.gz\";s:7:\"db-size\";i:3646096;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"762a49cbbbc30212298844f174ff096f531b03e6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eacc06b9bee6a30df5aca87946e44a64e4bdacbcdfbaaa67359d550b3019fc3c\";}}s:5:\"nonce\";s:12:\"cd6e781ee7d7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757117665;a:11:{s:2:\"db\";s:46:\"backup_2025-09-06-0344___90_59e0c9a775bb-db.gz\";s:7:\"db-size\";i:3643940;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c7567765eac41108870748e4ffc2c846c4986948\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c6504c5f425ae4d3820fa2ae516fe44cd15a1e4e845fcb05ab61c8bb6ce54aaf\";}}s:5:\"nonce\";s:12:\"59e0c9a775bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1757030097;a:11:{s:2:\"db\";s:46:\"backup_2025-09-05-0324___90_b682e122b502-db.gz\";s:7:\"db-size\";i:3645597;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6cf442c5961817ef3213d02105b14d223ca690a0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fee61e62622e952ce97899e2dc348737c22afb1840be236d9ea6434bcec68ec8\";}}s:5:\"nonce\";s:12:\"b682e122b502\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756943796;a:11:{s:2:\"db\";s:46:\"backup_2025-09-04-0326___90_1fed06d23e21-db.gz\";s:7:\"db-size\";i:3640446;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c3051cd74bfba2f317b16564b9c5558e4f6dadc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"321363abbd88f7e1a34ecde403e3002b15239fc8f698c37426d9dd50b978c832\";}}s:5:\"nonce\";s:12:\"1fed06d23e21\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756857620;a:11:{s:2:\"db\";s:46:\"backup_2025-09-03-0330___90_af30db2d7636-db.gz\";s:7:\"db-size\";i:3650448;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"90ed3fe712ca8b900f21dfc29e1f008442c5a74b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c8e8ab3ca3c9ef50b8120c0cf5bd7debb53bb9439370ef8d5a6e7b950feb26e\";}}s:5:\"nonce\";s:12:\"af30db2d7636\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756772041;a:11:{s:2:\"db\";s:46:\"backup_2025-09-02-0344___90_675b4ff4b005-db.gz\";s:7:\"db-size\";i:3645187;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7da1b7991ebdfbcfe72cf723035848c53189eca3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0dd151723b6e07fe6a04b3b289237d9bce7051f16f55faa43b30149a5536a44e\";}}s:5:\"nonce\";s:12:\"675b4ff4b005\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756685385;a:11:{s:2:\"db\";s:46:\"backup_2025-09-01-0339___90_33af503ee54b-db.gz\";s:7:\"db-size\";i:3643447;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"445aea5d7dcc170fb4a542c98cd70cafb976230d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c627375b85a231d300a91bfa5565e9e3792c7accac1d10b0928aab16cd8a087\";}}s:5:\"nonce\";s:12:\"33af503ee54b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756598357;a:11:{s:2:\"db\";s:46:\"backup_2025-08-31-0329___90_27ec673d1ddd-db.gz\";s:7:\"db-size\";i:3648067;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"602262dcf456a845377215fb87714b529bf8d4f3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d392a699f5bc7e76d0b07bf6559ce764cd2e65f36b5f0a5d80c51c843a2908d\";}}s:5:\"nonce\";s:12:\"27ec673d1ddd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756511836;a:11:{s:2:\"db\";s:46:\"backup_2025-08-30-0327___90_fce9f61dd9e4-db.gz\";s:7:\"db-size\";i:3644280;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1781a5cc3c1b83d177ce6c2ee2802a1e8ae74133\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2a3390d19fa29272a6bf419244896580d35b7ccc4b66dadf45ebab7aeede71a9\";}}s:5:\"nonce\";s:12:\"fce9f61dd9e4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756425375;a:11:{s:2:\"db\";s:46:\"backup_2025-08-29-0326___90_34010dd010f6-db.gz\";s:7:\"db-size\";i:3652303;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"96f54aa2ddcdd2774a5fbdcbe7c9867d1e7a984a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c69a1665c3445114da47234a72f47dde3b84088bc1bb792227879c6ecdafbbbe\";}}s:5:\"nonce\";s:12:\"34010dd010f6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756339002;a:11:{s:2:\"db\";s:46:\"backup_2025-08-28-0326___90_84203237ec49-db.gz\";s:7:\"db-size\";i:3644799;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b7308a91c1547bb0bc4fcf23610607b786ab7e62\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0d2768cfd5d2de831c0f52c5a5f9ec023abc93845e5a5da80390bf738fd07d30\";}}s:5:\"nonce\";s:12:\"84203237ec49\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756252538;a:11:{s:2:\"db\";s:46:\"backup_2025-08-27-0325___90_79b6fdbbae85-db.gz\";s:7:\"db-size\";i:3647472;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"13e13926e800a01c276332efd3bfa0379bec4be7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"80a5ec18a39c52508183656128d378cbf18e4f26fce65646c7e2451ceac3ca2b\";}}s:5:\"nonce\";s:12:\"79b6fdbbae85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756166309;a:11:{s:2:\"db\";s:46:\"backup_2025-08-26-0328___90_9182354f05be-db.gz\";s:7:\"db-size\";i:3640108;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"45ee1b5dbba90f3ed0236b5868104c2d27b831c6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2b90dbcf65c688e12b9a69ad0e36fdeb9f4c7069d516c04070852c660d56fd66\";}}s:5:\"nonce\";s:12:\"9182354f05be\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1756080149;a:11:{s:2:\"db\";s:46:\"backup_2025-08-25-0332___90_f3a8ab188b49-db.gz\";s:7:\"db-size\";i:3647564;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a4ba64e658e4d600153d3bd70956ccafb9cca2d7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c73566eb446deb46eb69a70dfc4f99c6fd2ddab76352c896c715d07d8af252c9\";}}s:5:\"nonce\";s:12:\"f3a8ab188b49\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755993847;a:11:{s:2:\"db\";s:46:\"backup_2025-08-24-0334___90_01383dbe6294-db.gz\";s:7:\"db-size\";i:3641115;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95486cf6edbd23883be6c522fba2c71efa74dd75\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8661d0f205537d3ecee83cac49758228c4eaa80127a55bb83f3d0bfc0ffca83c\";}}s:5:\"nonce\";s:12:\"01383dbe6294\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755906946;a:11:{s:2:\"db\";s:46:\"backup_2025-08-23-0325___90_abec761eb621-db.gz\";s:7:\"db-size\";i:3640202;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5903b8f9a377f066b764ac490c7abf62d17f8520\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"77d93930f8b565ff91392442e55566aedd916db7bce26af1e4db0aa29fd01d73\";}}s:5:\"nonce\";s:12:\"abec761eb621\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755821528;a:11:{s:2:\"db\";s:46:\"backup_2025-08-22-0342___90_38222374aa31-db.gz\";s:7:\"db-size\";i:3636237;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c3f040d62a24f7371a6c6f26af565eb9883bbcaa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"030e2e92d07f6923daaad2273a6246447a437808682853bfd3f75963d1bb6cd8\";}}s:5:\"nonce\";s:12:\"38222374aa31\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755734179;a:11:{s:2:\"db\";s:46:\"backup_2025-08-21-0326___90_46b4507e3b29-db.gz\";s:7:\"db-size\";i:3867350;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a01d722f6a6fefae6203dab6f4fd195d2db8745\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8dd26d61385a4431889a01c390e281c0e8b56d8ddeb16799e8c742ba280a5a54\";}}s:5:\"nonce\";s:12:\"46b4507e3b29\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755649326;a:11:{s:2:\"db\";s:46:\"backup_2025-08-20-0352___90_e184b2f604c7-db.gz\";s:7:\"db-size\";i:3634173;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6f3416f1ca29912b072b5d36706af9110a2c4c84\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d3f011273d473138a3772c09f397fb051f8fe678c2316575e20bfc6d36c90a67\";}}s:5:\"nonce\";s:12:\"e184b2f604c7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755561983;a:11:{s:2:\"db\";s:46:\"backup_2025-08-19-0336___90_9457e9059187-db.gz\";s:7:\"db-size\";i:3638296;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bae1096199f97ae431ac3d20942b8b3980f288ae\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b5835678101aeadec6707da62fb44f0b8ff7ce17b9c576bb5eea19998c3aef9\";}}s:5:\"nonce\";s:12:\"9457e9059187\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755475776;a:11:{s:2:\"db\";s:46:\"backup_2025-08-18-0339___90_c32bf3933994-db.gz\";s:7:\"db-size\";i:3640828;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ab34d2ff9b7b1dc3767f5a29179015d02275a0f9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7a8a62a032599b4fc7e04219216df1eaa7f92cec58a71f1a28bf1a3622262c94\";}}s:5:\"nonce\";s:12:\"c32bf3933994\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755388885;a:11:{s:2:\"db\";s:46:\"backup_2025-08-17-0331___90_72bca7b54185-db.gz\";s:7:\"db-size\";i:3639264;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f8a371146f6c370edd829cc5da2b7cac1bc0614e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9cd834b4617a8cdd8b01a1ce4feb164ba40f400c4cb3e59f91fac3b65dc75355\";}}s:5:\"nonce\";s:12:\"72bca7b54185\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755302430;a:11:{s:2:\"db\";s:46:\"backup_2025-08-16-0330___90_679491e4bad2-db.gz\";s:7:\"db-size\";i:3637952;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e4b40aaa3e63b76b155c232638424d45eaabb2dc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0f9b0946223b9fa8ef3e7118742c3ba720b8631e1277d7503bb3ad922b1424fe\";}}s:5:\"nonce\";s:12:\"679491e4bad2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755216013;a:11:{s:2:\"db\";s:46:\"backup_2025-08-15-0330___90_ce5fc7380310-db.gz\";s:7:\"db-size\";i:3634385;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2694fab22a609d7fefd3713bb0030d1a6e898d85\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f03467c8403a6bf927f89010c53ba4516cf4bbe047a10927937496497519afa3\";}}s:5:\"nonce\";s:12:\"ce5fc7380310\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755129363;a:11:{s:2:\"db\";s:46:\"backup_2025-08-14-0326___90_ba4768b46926-db.gz\";s:7:\"db-size\";i:3642151;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d170421e34a4253f82139760046f9a909aff8362\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7e7741beb0f13f463e3ccced981e899ca8c27e8ecbf2c8acd56e14df0752adfc\";}}s:5:\"nonce\";s:12:\"ba4768b46926\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1755044351;a:11:{s:2:\"db\";s:46:\"backup_2025-08-13-0349___90_1957b12823a8-db.gz\";s:7:\"db-size\";i:3638204;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a9b447732a2a1f64f12e676ed8bc0faa0b293cb6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dd7709150f5c2726e8d5bbbe2450ff93bf8bf84e22af86f0a2751decb66dd0a0\";}}s:5:\"nonce\";s:12:\"1957b12823a8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754956732;a:11:{s:2:\"db\";s:46:\"backup_2025-08-12-0328___90_d25494bfeccb-db.gz\";s:7:\"db-size\";i:3636367;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b9647ce3dbd25b75798b8b13a8c485ef3ccf0734\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"97fd855a422abfdbc40187f4ef781382f7250fbf60318bd0c2c0ab7208707486\";}}s:5:\"nonce\";s:12:\"d25494bfeccb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754872513;a:11:{s:2:\"db\";s:46:\"backup_2025-08-11-0405___90_dbd7132ab658-db.gz\";s:7:\"db-size\";i:3640935;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d737a882937461f9947e4afbc182ced9720402a4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e76d69caaff340a1c66cf678a9e072fc459a292e1d951e84dd441abeccb4212\";}}s:5:\"nonce\";s:12:\"dbd7132ab658\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754783771;a:11:{s:2:\"db\";s:46:\"backup_2025-08-10-0326___90_9bbb459af097-db.gz\";s:7:\"db-size\";i:3634289;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ca3c9ed50758dd2d5baff281bbfa3dfc0a21ac67\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10d809b26457d644e1985ec05ca42cab0bcb4db3eebfa748f90b7f1f701b706f\";}}s:5:\"nonce\";s:12:\"9bbb459af097\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754697680;a:11:{s:2:\"db\";s:46:\"backup_2025-08-09-0331___90_49a0c1b5de87-db.gz\";s:7:\"db-size\";i:3633685;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f5dd389ac314ebe9830dc353bc3fdfdcab415cbd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0991f4f71a86cfdfed3299f825f53dcb0976b791c0c8df45d1831ca0e34137cd\";}}s:5:\"nonce\";s:12:\"49a0c1b5de87\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754611343;a:11:{s:2:\"db\";s:46:\"backup_2025-08-08-0332___90_410051f5740c-db.gz\";s:7:\"db-size\";i:3631220;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3b7c5c4d16e9f183604dff129f78b59c422507d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"899406ab847dbffebcccec4502c271b257628fc2400e4021c8036693d69a1090\";}}s:5:\"nonce\";s:12:\"410051f5740c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754524822;a:11:{s:2:\"db\";s:46:\"backup_2025-08-07-0330___90_bc1a14941264-db.gz\";s:7:\"db-size\";i:3641451;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"67843f87be2c22c90539112892a536a9a20e8296\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"35e54835e42a79a5c8962fa726831e0b100bc0067f564be461b592549c986604\";}}s:5:\"nonce\";s:12:\"bc1a14941264\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754438619;a:11:{s:2:\"db\";s:46:\"backup_2025-08-06-0333___90_730b420f7d71-db.gz\";s:7:\"db-size\";i:3636726;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"13e7b410d418eaeb8c387ee9ff43781054f14cbf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dc02956d0096e9bb565808f16a22dde06e0c9db9bd9cbe5a58b0f7823501edb7\";}}s:5:\"nonce\";s:12:\"730b420f7d71\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754351830;a:11:{s:2:\"db\";s:46:\"backup_2025-08-05-0327___90_9f51aeccc528-db.gz\";s:7:\"db-size\";i:3641885;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c174ab7defbb30b2b7b040f9e34a5c2ce8d5b441\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9e4a44bad32e348b5b2d8fc4e49ebb211599d06e9925ff86b3217cee56a56372\";}}s:5:\"nonce\";s:12:\"9f51aeccc528\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754265515;a:11:{s:2:\"db\";s:46:\"backup_2025-08-04-0328___90_442e1cf2a03b-db.gz\";s:7:\"db-size\";i:3634675;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b93953f2aad198061497dcd1887f9546b23f07ad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"23ce03fb2f2de16359d9efd387ed4512dea09e8a3de196bb822c12eaf0cd9587\";}}s:5:\"nonce\";s:12:\"442e1cf2a03b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754178919;a:11:{s:2:\"db\";s:46:\"backup_2025-08-03-0325___90_1bb18b2f4de8-db.gz\";s:7:\"db-size\";i:3904886;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"098e46edaae695f471059aa67226a1c2161f3acd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"27ba8bda00ea332c40f8a3b9ddab94284936de60b326c0f7135ab0e5ed17c754\";}}s:5:\"nonce\";s:12:\"1bb18b2f4de8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754092626;a:11:{s:2:\"db\";s:46:\"backup_2025-08-02-0327___90_e5fce780ff4b-db.gz\";s:7:\"db-size\";i:3638898;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7d92ec969ce3c57b1ff5d4452012c6443ef132d9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0faa95dae11646b6ea0720d953828ecf7e0f7a76869e414d9a2b9e581ee905ff\";}}s:5:\"nonce\";s:12:\"e5fce780ff4b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1754006189;a:11:{s:2:\"db\";s:46:\"backup_2025-08-01-0326___90_ebab1199575d-db.gz\";s:7:\"db-size\";i:3630861;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4e5e2826d3fd79397a7ee66ea27c30f4d1893dc4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"92caddea80f5f73412af5232a18d16d6770db0d4b45ced4e096865b5acb53b2a\";}}s:5:\"nonce\";s:12:\"ebab1199575d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753920405;a:11:{s:2:\"db\";s:46:\"backup_2025-07-31-0336___90_1d8b94e83ab8-db.gz\";s:7:\"db-size\";i:3627134;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"922c3185eca26f7825123d6a2f69eb89f0668eac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e9bfcefaaa244eabab0feabd6a0de662556f99264e338c4f33e59266e7811578\";}}s:5:\"nonce\";s:12:\"1d8b94e83ab8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753833400;a:11:{s:2:\"db\";s:46:\"backup_2025-07-30-0326___90_24f425780874-db.gz\";s:7:\"db-size\";i:3634509;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d9604f456e9e65f1a475dd996fd8075b84bd59e1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8c26fce3468adee643518ac8295e24a5da34592ad0b6ca9d6e10a3d1542f1346\";}}s:5:\"nonce\";s:12:\"24f425780874\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753747026;a:11:{s:2:\"db\";s:46:\"backup_2025-07-29-0327___90_90309577e1de-db.gz\";s:7:\"db-size\";i:3628890;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0b91967a34056b2786ee97bafac6f6abe2a91b02\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"389b6f0bdf2c45af55df5e693e7a50dc78a1687c51ee03c5a35e7f86c00c474f\";}}s:5:\"nonce\";s:12:\"90309577e1de\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753660604;a:11:{s:2:\"db\";s:46:\"backup_2025-07-28-0326___90_6e1bca678d3a-db.gz\";s:7:\"db-size\";i:3626477;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f2f57b8b40b1cf12c25dd55c77873d711a0b735a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"95904dec88a8d6861183b80ac5a1919fbc65afb37754bd4120c04efc4606d045\";}}s:5:\"nonce\";s:12:\"6e1bca678d3a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753574528;a:11:{s:2:\"db\";s:46:\"backup_2025-07-27-0332___90_a8a1b3319d16-db.gz\";s:7:\"db-size\";i:3908115;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc3fa43ddae8e3befeac7c471e788ccdafd54621\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"27646403ffdf3152515556935240abcb9e445df16e8a9cb1b899962b456afe3f\";}}s:5:\"nonce\";s:12:\"a8a1b3319d16\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753488201;a:11:{s:2:\"db\";s:46:\"backup_2025-07-26-0333___90_8581d6e237e8-db.gz\";s:7:\"db-size\";i:3902488;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"006fa292251158a350384ece16d5cb11a4ca3fd5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9768798556c535f88d3eab834c7a0d2856e93cfe83b3f7666fa6578e4d338f27\";}}s:5:\"nonce\";s:12:\"8581d6e237e8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753401459;a:11:{s:2:\"db\";s:46:\"backup_2025-07-25-0327___90_575e562df649-db.gz\";s:7:\"db-size\";i:3942572;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b5cdb5e697b00ade7eacb2b56548ff6a0812afa1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1701f01fbc1c8ee5acde5ac860275baccc9e2834391ee26c23dc96c459d22d58\";}}s:5:\"nonce\";s:12:\"575e562df649\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753315122;a:11:{s:2:\"db\";s:46:\"backup_2025-07-24-0328___90_4f5b7b0f4dfe-db.gz\";s:7:\"db-size\";i:3899015;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d9905e1c27563d67bcc3bac1b8eaa4802194364c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4bb3966ff52669d34e799a1bb825f7a573e935d7a1d15242e43d1c2855035d98\";}}s:5:\"nonce\";s:12:\"4f5b7b0f4dfe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753229042;a:11:{s:2:\"db\";s:46:\"backup_2025-07-23-0334___90_741beb3d20b4-db.gz\";s:7:\"db-size\";i:3632012;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"827d506a0183beba93461211eda1f45acd63925b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6ab0c923e0fae8a95615019e9f459893bc07e05f3a360dd58d04fa6ff77e05eb\";}}s:5:\"nonce\";s:12:\"741beb3d20b4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753143715;a:11:{s:2:\"db\";s:46:\"backup_2025-07-22-0351___90_444834139b55-db.gz\";s:7:\"db-size\";i:3626690;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5c1ac0e9aa7bd10bdb86c4865940072607f0580e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"56a29c6a74073ffe97a70be6314eedaa6e78be19eb0c76ffdedc5279bb0d0a4a\";}}s:5:\"nonce\";s:12:\"444834139b55\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1753056432;a:11:{s:2:\"db\";s:46:\"backup_2025-07-21-0337___90_3939471349f7-db.gz\";s:7:\"db-size\";i:3634497;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d1831b42ca61286b2385ebd2fb2e82b551c0b5b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f12ba2b341b5653fc7e259cd9d712d8d624ed26142e0a39e20e1e9a2b1b8133d\";}}s:5:\"nonce\";s:12:\"3939471349f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752969627;a:11:{s:2:\"db\";s:46:\"backup_2025-07-20-0330___90_12963b790710-db.gz\";s:7:\"db-size\";i:3629394;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ca69ee30d557c9034b53ba26a9e286d6ce4b3411\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3040edca446621afce21e062d6a319580b721a5037901d74d640d3b89a28c2df\";}}s:5:\"nonce\";s:12:\"12963b790710\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752883101;a:11:{s:2:\"db\";s:46:\"backup_2025-07-19-0328___90_6f43446b8b29-db.gz\";s:7:\"db-size\";i:3625153;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6fe7cb8261b2c9bc5010461d4888b482e0f4977d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"af0eafd7b979cc9688ce1afb967d28b0dae5685462bf0468fd5ff755d59ef55a\";}}s:5:\"nonce\";s:12:\"6f43446b8b29\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752797534;a:11:{s:2:\"db\";s:46:\"backup_2025-07-18-0342___90_a475d5b49b75-db.gz\";s:7:\"db-size\";i:3621854;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d15e89a8f8251dc8b3eda21fec953cd6918d8a65\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8024a0da4076fc22253731fc8ae4f85712ec34321a8c14fab3014ea1f97a0d3\";}}s:5:\"nonce\";s:12:\"a475d5b49b75\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752710309;a:11:{s:2:\"db\";s:46:\"backup_2025-07-17-0328___90_0cc6e7ce4caa-db.gz\";s:7:\"db-size\";i:3630480;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b06501d47a8c2f0c2e724f866db992c4a495e9b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c145e51d668b90ae114483896da092fb04021f11905582b02daf86592a70d87f\";}}s:5:\"nonce\";s:12:\"0cc6e7ce4caa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752623850;a:11:{s:2:\"db\";s:46:\"backup_2025-07-16-0327___90_8bf916313b57-db.gz\";s:7:\"db-size\";i:3625748;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0004491fa60d75993c238aeb10f2cc26de7fbead\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6fe3b55d23bd8014fdd24d3238b421b84a03954f4ecb655934894611f85ec400\";}}s:5:\"nonce\";s:12:\"8bf916313b57\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752537471;a:11:{s:2:\"db\";s:46:\"backup_2025-07-15-0327___90_72f6a3ea31dc-db.gz\";s:7:\"db-size\";i:3633705;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4a80ee7d3b05f5ef3b8463227e6570af34ef628c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eb5c78dcaf4f8a98d4d12b159ef67b5b5a18828946d29a801d70ca7ea90eba2a\";}}s:5:\"nonce\";s:12:\"72f6a3ea31dc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752452393;a:11:{s:2:\"db\";s:46:\"backup_2025-07-14-0349___90_f07d65d58fe9-db.gz\";s:7:\"db-size\";i:3629424;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ddb351fa8110b0be3f27c469d8195ded8bb374ea\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"822dc71432a4296467cb35e3895546bac1dd3123b8a4740df5926b738700972f\";}}s:5:\"nonce\";s:12:\"f07d65d58fe9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752364547;a:11:{s:2:\"db\";s:46:\"backup_2025-07-13-0325___90_7c4f8dfe0376-db.gz\";s:7:\"db-size\";i:3626515;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21cbb1d045e162ca2e1626b37cb0f0dc237e82b9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c56a2fc1e20c02b85a0d9971c9f86204110990bba4cdde9e4738226f4f0210ee\";}}s:5:\"nonce\";s:12:\"7c4f8dfe0376\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752278905;a:11:{s:2:\"db\";s:46:\"backup_2025-07-12-0338___90_44c8d2228abc-db.gz\";s:7:\"db-size\";i:3624570;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"abeb404ae35619fbef3618c36e365be975c54156\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"00084f116cbfb93df4bcabfb5451c5d6f574507e222a44a215b99244a47bf677\";}}s:5:\"nonce\";s:12:\"44c8d2228abc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752193186;a:11:{s:2:\"db\";s:46:\"backup_2025-07-11-0349___90_794316b2b9d2-db.gz\";s:7:\"db-size\";i:3622924;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"86abb4cff6d7bb7f574da915c4b8f66fdc08bf8e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eff683bebfb4dd04f9c3bb82c3a5d7efdca8cc5099174706e31209bb3d4cbbf0\";}}s:5:\"nonce\";s:12:\"794316b2b9d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752106437;a:11:{s:2:\"db\";s:46:\"backup_2025-07-10-0343___90_527551b9a1f8-db.gz\";s:7:\"db-size\";i:3623614;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ff719b0f35942187187bdda3a32993d5e82b22fb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c2e6050c1c17bb2ed079238bc28a7411991f8542e1a7b17c933b68c94df34669\";}}s:5:\"nonce\";s:12:\"527551b9a1f8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1752019037;a:11:{s:2:\"db\";s:46:\"backup_2025-07-09-0327___90_27af1f85ee9c-db.gz\";s:7:\"db-size\";i:3896379;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d19eec550cc23d11a5baaa92b2c878117bb8db4c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"039acc06996661f8cdaad2ea6508c510f87d4a4e71051347d25b01e9924757eb\";}}s:5:\"nonce\";s:12:\"27af1f85ee9c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751932627;a:11:{s:2:\"db\";s:46:\"backup_2025-07-08-0327___90_02f0a34e9c2b-db.gz\";s:7:\"db-size\";i:3893901;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"00f0274aebe14302e71a21065e76b7dbd902208f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9139bf52fe7d5bf88a7fe86daa5175e6b0e276160ba49d52265de2eee5e06ac0\";}}s:5:\"nonce\";s:12:\"02f0a34e9c2b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751847443;a:11:{s:2:\"db\";s:46:\"backup_2025-07-07-0347___90_fb7a1fd85a4b-db.gz\";s:7:\"db-size\";i:3626957;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8990d71f4c25864d94a57d26fcc0ed8a018dbffa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"518d9464db6ca3141d60d77844efb151782d4f46d644c9c1982ce48c46fa7f98\";}}s:5:\"nonce\";s:12:\"fb7a1fd85a4b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751759884;a:11:{s:2:\"db\";s:46:\"backup_2025-07-06-0328___90_25bd005e3265-db.gz\";s:7:\"db-size\";i:3894494;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6be15b8773fcbdd71a070ca2cebccbfc6cd1e95e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"77519af8ebaa33b9f02953d4502c93b7a29653e7da7910f9c5e50410409e804e\";}}s:5:\"nonce\";s:12:\"25bd005e3265\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751673640;a:11:{s:2:\"db\";s:46:\"backup_2025-07-05-0330___90_ea95ac0118fe-db.gz\";s:7:\"db-size\";i:3613317;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1ca67cb25f5ca445575add77d0bdd3be07997c3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8cac0af1ebc74b0b27b6db741a74119bce4e00ec79294840ec6839372fc87ff0\";}}s:5:\"nonce\";s:12:\"ea95ac0118fe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751587245;a:11:{s:2:\"db\";s:46:\"backup_2025-07-04-0330___90_808d2092a88f-db.gz\";s:7:\"db-size\";i:3614540;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"832d93fe31c3aeb7a9c0669f4087c16bdc662f41\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e1e6db8ff794620829db5895bedb7ee2655d17762abc4be63224c7eca3b3e6f2\";}}s:5:\"nonce\";s:12:\"808d2092a88f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751500764;a:11:{s:2:\"db\";s:46:\"backup_2025-07-03-0329___90_4857c6dfc8f6-db.gz\";s:7:\"db-size\";i:3885564;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b85de53d59d255bea47e869ea49dc03598113f12\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"04453f916dfde7d4ffc2fd94a835524e0534049819efa52ee7560ed945ed0fd4\";}}s:5:\"nonce\";s:12:\"4857c6dfc8f6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751414098;a:11:{s:2:\"db\";s:46:\"backup_2025-07-02-0324___90_2db7e67811ec-db.gz\";s:7:\"db-size\";i:3882239;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"61a5df62967a6cd288b691eaa056878b53bf6d6c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e92759570b783e4459345116608750522c127cba640af60beda6c28066eeaa9f\";}}s:5:\"nonce\";s:12:\"2db7e67811ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751328249;a:11:{s:2:\"db\";s:46:\"backup_2025-07-01-0334___90_9d4f63c5e140-db.gz\";s:7:\"db-size\";i:3881791;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"176e1b50904d2343af17210b5cbe83acaa7f7242\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"128fc94bb8dcd03cfaea449a5b2868b5df6ab4cf94179fce283bbf3870018685\";}}s:5:\"nonce\";s:12:\"9d4f63c5e140\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751242708;a:11:{s:2:\"db\";s:46:\"backup_2025-06-30-0348___90_a9f215bceccf-db.gz\";s:7:\"db-size\";i:3600219;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ab9e696250b526bddc9a0cf5aa98f44134e8a3cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e20a72fb63ca4532cab940811d70e1d720d184623f404c350ee6032d28bef958\";}}s:5:\"nonce\";s:12:\"a9f215bceccf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751155740;a:11:{s:2:\"db\";s:46:\"backup_2025-06-29-0339___90_0bf8a67e3d1c-db.gz\";s:7:\"db-size\";i:3619489;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"84e39ef818a3424aeca7baf2bd856a070b73ecb1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4ecc0a72cbb4f443c600bf84cc224d97c09a55b3917ff4ef53be6a2f0c976613\";}}s:5:\"nonce\";s:12:\"0bf8a67e3d1c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1751068689;a:11:{s:2:\"db\";s:46:\"backup_2025-06-28-0328___90_220e334eff1f-db.gz\";s:7:\"db-size\";i:3601540;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c37a34dd8ebfddafcdd5dac0ba077454cedcd43\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f7da970995afcab0d16928e492781207c360a2d27108002fc21e645e9650f051\";}}s:5:\"nonce\";s:12:\"220e334eff1f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750982215;a:11:{s:2:\"db\";s:46:\"backup_2025-06-27-0326___90_76c00034d788-db.gz\";s:7:\"db-size\";i:3872786;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d2dd5db685263447952866d6cf426135bade948\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8031a717fa5daa6e96309179302bad19d6eefe21a9a6292035ae57c152de1011\";}}s:5:\"nonce\";s:12:\"76c00034d788\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750897042;a:11:{s:2:\"db\";s:46:\"backup_2025-06-26-0347___90_b86da90ae0e0-db.gz\";s:7:\"db-size\";i:3596559;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"601e29135eb36c8e1cb44c02822737e5e9c7f808\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f6cd6c5efd721127c70515d41dcd4a735f4eb98eb44cd794cc05efd28d47c0a\";}}s:5:\"nonce\";s:12:\"b86da90ae0e0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750809575;a:11:{s:2:\"db\";s:46:\"backup_2025-06-25-0329___90_c95c08865e18-db.gz\";s:7:\"db-size\";i:3591676;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5010f524f578f711f3bbff7b8a0a8047754f9a0e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cfcb3d44e56b2c935d1bf7c2b8362823782816d638281bc4da1e2d580227ff0f\";}}s:5:\"nonce\";s:12:\"c95c08865e18\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750722894;a:11:{s:2:\"db\";s:46:\"backup_2025-06-24-0324___90_07fdbbe03f20-db.gz\";s:7:\"db-size\";i:3588845;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"40a302571015cbcdb9d1b69111d2fd26404366b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dff3026a0cf243121cdadcd2560dd4b586b5adb25d85f3727ac27205a7c910cb\";}}s:5:\"nonce\";s:12:\"07fdbbe03f20\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750637215;a:11:{s:2:\"db\";s:46:\"backup_2025-06-23-0336___90_5dbc2394191d-db.gz\";s:7:\"db-size\";i:3626767;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"915c8d3663a935437698efa6944e70c008ad8f09\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"66bcc94a163a6b6b17d3bd7c521f8ecd155b9adaa38a58d6d1a99d72681ef5c7\";}}s:5:\"nonce\";s:12:\"5dbc2394191d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750550786;a:11:{s:2:\"db\";s:46:\"backup_2025-06-22-0336___90_e799e77627b3-db.gz\";s:7:\"db-size\";i:3910827;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"36e047376fe876dc3c21d58752bbab02b57fe60d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"50222039a854218de60cd37d1f95921a32f14c09332b3245e5aaea6f4ca729f7\";}}s:5:\"nonce\";s:12:\"e799e77627b3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750464098;a:11:{s:2:\"db\";s:46:\"backup_2025-06-21-0331___90_c4b288ff429e-db.gz\";s:7:\"db-size\";i:3636064;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"553a3c6dcda01c52cbdc24096fef24577eede71f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b121fdfbc57450e3eb7762672c91e6343b7694bce0790e4ece1384fa5af4b780\";}}s:5:\"nonce\";s:12:\"c4b288ff429e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750377547;a:11:{s:2:\"db\";s:46:\"backup_2025-06-20-0329___90_7704974c6eac-db.gz\";s:7:\"db-size\";i:3906203;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b98ec237e54e9467bd98bd96a33e2dabc6255976\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1cd301e7ffbc22ba859edea57e2dea82443844149a279a824ec0f952337d96fd\";}}s:5:\"nonce\";s:12:\"7704974c6eac\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750290892;a:11:{s:2:\"db\";s:46:\"backup_2025-06-19-0324___90_92c4e7a8417b-db.gz\";s:7:\"db-size\";i:3896493;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f3f4adace98a1bce2077e6794190e1b37e50f0b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"97ba4df9c2a664435e6f23f665e6bba777ce8d840b3af9a7c6e5298d9944421b\";}}s:5:\"nonce\";s:12:\"92c4e7a8417b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750205188;a:11:{s:2:\"db\";s:46:\"backup_2025-06-18-0336___90_da5f40e51c2a-db.gz\";s:7:\"db-size\";i:3608355;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f289ca029b57f7559b041bf84adb6d9e23fb2a23\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7abbc54ba5bf2c7cee870046590efea883232f784c9cbd4e217f92e0aa4c67d8\";}}s:5:\"nonce\";s:12:\"da5f40e51c2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750118135;a:11:{s:2:\"db\";s:46:\"backup_2025-06-17-0325___90_383771704b8f-db.gz\";s:7:\"db-size\";i:3605723;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"983443664007cbfd94859108a786aa5512de5729\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"900d6ec5bf0d0a36f6ecaaa4bdbda1b583d66180d1a5ac0e5eba1fc0b53fdc49\";}}s:5:\"nonce\";s:12:\"383771704b8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1750031983;a:11:{s:2:\"db\";s:46:\"backup_2025-06-16-0329___90_b2901f062001-db.gz\";s:7:\"db-size\";i:3879295;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a772584164fc83a801665a92d5cf428729cf5160\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f40c4ace4ce635d5ed29c51f45b087353c02fbe835b8af8f4ff039395e276e82\";}}s:5:\"nonce\";s:12:\"b2901f062001\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749945923;a:11:{s:2:\"db\";s:46:\"backup_2025-06-15-0335___90_f6d5bcadffad-db.gz\";s:7:\"db-size\";i:3612971;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3455c97acfe1ac047597b56d4695162d67f79dfe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ca59ea88b115afc08349628cc8bea26f18b8de6f0dfb2aa05c35113e9d607ff5\";}}s:5:\"nonce\";s:12:\"f6d5bcadffad\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749860985;a:11:{s:2:\"db\";s:46:\"backup_2025-06-14-0359___90_4326cb2437f4-db.gz\";s:7:\"db-size\";i:3613214;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e79087269996699977a200ea420419e092d8ed01\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"36867e60e3aed02ecb3d6849e14d7e5e6d8639717a068b826a078a45b3ce05c0\";}}s:5:\"nonce\";s:12:\"4326cb2437f4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749773147;a:11:{s:2:\"db\";s:46:\"backup_2025-06-13-0335___90_68aa901e8244-db.gz\";s:7:\"db-size\";i:3627439;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"664e95d8e00c788d88d99211b648998c7124bd95\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15b60191a0e0a0d932ac85ce0acd46115d65c5bd26fdf61fefe2fd25c2224fd7\";}}s:5:\"nonce\";s:12:\"68aa901e8244\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749686449;a:11:{s:2:\"db\";s:46:\"backup_2025-06-12-0330___90_f423b7f4ab78-db.gz\";s:7:\"db-size\";i:3606581;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"76fce19ceae0399cd5fb297149be77a3b7e477e1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"471767deec9196019d856d095f8e3ca7eac9437af6ab81e66b2f066678f0b2ed\";}}s:5:\"nonce\";s:12:\"f423b7f4ab78\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749600122;a:11:{s:2:\"db\";s:46:\"backup_2025-06-11-0332___90_db9ecb2cf05e-db.gz\";s:7:\"db-size\";i:3605778;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a47cc3059675e83da708bdc14720167cb873c1b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9115362e0fa85d520fff40b38c1d0e0f40c3a93aa2985d353c0dc9e75d5ac27c\";}}s:5:\"nonce\";s:12:\"db9ecb2cf05e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749513534;a:11:{s:2:\"db\";s:46:\"backup_2025-06-10-0328___90_2fbfe3063e85-db.gz\";s:7:\"db-size\";i:3621360;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cf5e382de9323ac772ccf3b83c62b32ade4140d8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4d45c6d611c5ae0e96aad7f604de1862c8242e3e876dd5b0f7a79b059cc0907e\";}}s:5:\"nonce\";s:12:\"2fbfe3063e85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749426891;a:11:{s:2:\"db\";s:46:\"backup_2025-06-09-0324___90_1906cd1b1c1b-db.gz\";s:7:\"db-size\";i:3611133;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8fd95dc47fdfcee15e13776c3a20f9c43b2be754\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1b16f717653adb8d432fe0bee87a4fa89dcb86f8944be21b6b0bb9ff8d96c4bd\";}}s:5:\"nonce\";s:12:\"1906cd1b1c1b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749341256;a:11:{s:2:\"db\";s:46:\"backup_2025-06-08-0337___90_b59786f32722-db.gz\";s:7:\"db-size\";i:3609437;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4ea8094323f21834eb77c2f95d6f8d79cabca223\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8ca57e939e823642fc6c2f6e7fc73b7b46807b6b6825b5e048be853cb8db9167\";}}s:5:\"nonce\";s:12:\"b59786f32722\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749254503;a:11:{s:2:\"db\";s:46:\"backup_2025-06-07-0331___90_594ae83f918f-db.gz\";s:7:\"db-size\";i:3605678;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b8aa8835b55aa75706518ea7b012d1997ad4119e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dca86852aa0f2acc930a92540c2720553e6630849ef7fbe3200f808fb117c5d9\";}}s:5:\"nonce\";s:12:\"594ae83f918f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749167940;a:11:{s:2:\"db\";s:46:\"backup_2025-06-06-0329___90_80b0d92cdb81-db.gz\";s:7:\"db-size\";i:3614471;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"47a654b198bf48ce2e9d1c09065f86e9d51981c6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"93bb6ae400ec38db6f382771beb17f804383038b0fddbca15b584a8acc83bbe5\";}}s:5:\"nonce\";s:12:\"80b0d92cdb81\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1749081749;a:11:{s:2:\"db\";s:46:\"backup_2025-06-05-0332___90_0486f2c7b7bd-db.gz\";s:7:\"db-size\";i:3608235;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"11e946a49a642e5cf265a8189d8b23c7e0230bbf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fe14baf2b107f89fcfb85b2c48d818a8cdfcfbd01e5c7cb440731f9864fe239f\";}}s:5:\"nonce\";s:12:\"0486f2c7b7bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748995464;a:11:{s:2:\"db\";s:46:\"backup_2025-06-04-0334___90_6213cf2215eb-db.gz\";s:7:\"db-size\";i:3893351;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3719a1d77b0fbfc0ea3a91fde079c8cd6a5e2c10\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4474954abbfa7fcddee9d9f806b98d8d3a42361bf9fc9f6d889ad3d07dac7894\";}}s:5:\"nonce\";s:12:\"6213cf2215eb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748909658;a:11:{s:2:\"db\";s:46:\"backup_2025-06-03-0344___90_87bf02eed9cf-db.gz\";s:7:\"db-size\";i:3604262;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eccc12e215074970145726154349cc52f09e7624\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7bc14ed5defdb78fc7efeb33fdd47f8a5d2ce9c0c45a14dbfb852f941143d80f\";}}s:5:\"nonce\";s:12:\"87bf02eed9cf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748824711;a:11:{s:2:\"db\";s:46:\"backup_2025-06-02-0408___90_f6b956804c6a-db.gz\";s:7:\"db-size\";i:3602825;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"805b161024c9bdf9128fd719ac4a9466e0d67931\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"18c1408f469e699fd326c29433769265457554ab0af7023044d3f4eb266d92e0\";}}s:5:\"nonce\";s:12:\"f6b956804c6a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748736166;a:11:{s:2:\"db\";s:46:\"backup_2025-06-01-0332___90_8869b0237365-db.gz\";s:7:\"db-size\";i:3600777;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aa76164bb943d6d48633089a1f87545a920b9599\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a6ff59af350900f457d26da599805c75ba15dcc80aee702652549d6d6ebd6e0e\";}}s:5:\"nonce\";s:12:\"8869b0237365\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748650819;a:11:{s:2:\"db\";s:46:\"backup_2025-05-31-0350___90_13cc0a7aac08-db.gz\";s:7:\"db-size\";i:3611152;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"972e3e63555398e4751f589fc779b28f40db0e44\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fb487e391015a70fdee19b933dbe98eefdaa0c3a164d88fa9cfcbec588913764\";}}s:5:\"nonce\";s:12:\"13cc0a7aac08\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748565217;a:11:{s:2:\"db\";s:46:\"backup_2025-05-30-0403___90_6e162d180912-db.gz\";s:7:\"db-size\";i:3606247;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c47d6ea106fb17867080020c5008708e33af62a6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a3e60aa26ed328b98bd846ddd1ac2b91b9f034f286195ce210772fa63ad88aed\";}}s:5:\"nonce\";s:12:\"6e162d180912\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748476679;a:11:{s:2:\"db\";s:46:\"backup_2025-05-29-0327___90_2dc37df441c2-db.gz\";s:7:\"db-size\";i:3604788;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e963a0bd9cd25e752516831f6792f42c4fb5425a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bd1a27798933b7c9194baf2754924154fc81364f7c8dd4d02f773723c37ea365\";}}s:5:\"nonce\";s:12:\"2dc37df441c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748391144;a:11:{s:2:\"db\";s:46:\"backup_2025-05-28-0342___90_fbadef923e85-db.gz\";s:7:\"db-size\";i:3610907;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8fd9c5d8f18f1527c748003d9f6adfebf4c1f6c7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7502a197fe49b64e74e59437ecaa80a3ee6ddd3d257b8faf94370dc044a78251\";}}s:5:\"nonce\";s:12:\"fbadef923e85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748303912;a:11:{s:2:\"db\";s:46:\"backup_2025-05-27-0328___90_f2dcc8af3934-db.gz\";s:7:\"db-size\";i:3610053;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d6e00cf86c9eefc0fa4abf555ca6742e8ef420d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"72c6e4ddfc61fb97fcd63a470df4de016f83dc62d19dbc59ad0c8d0885e39b4f\";}}s:5:\"nonce\";s:12:\"f2dcc8af3934\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748217860;a:11:{s:2:\"db\";s:46:\"backup_2025-05-26-0334___90_752cfd5fe112-db.gz\";s:7:\"db-size\";i:3606806;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ac8fa374c4157b6d1ae4e2730fbc316c2fdd05ce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f324298c39da1bdf741ddb2bf7c918b7927af4c68a77e312d8af8b85d7c3957\";}}s:5:\"nonce\";s:12:\"752cfd5fe112\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748130933;a:11:{s:2:\"db\";s:46:\"backup_2025-05-25-0325___90_2cec0d42b36f-db.gz\";s:7:\"db-size\";i:3601281;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b08a2ee274c63c6cbdd52f8fdd781d5962709849\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d76bf5b7fa56b311a9b5e15ec4638e45d3078a7cdb6cfaef493a9b9545baa325\";}}s:5:\"nonce\";s:12:\"2cec0d42b36f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1748045029;a:11:{s:2:\"db\";s:46:\"backup_2025-05-24-0333___90_481169280bcb-db.gz\";s:7:\"db-size\";i:3606611;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"724504afdcdbeb88856c3616f8fda95fb33ad9bb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"11d75f88b0347f6affbb26d280dca52346f853520e89ca8b6d5be2101cd61a12\";}}s:5:\"nonce\";s:12:\"481169280bcb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747959259;a:11:{s:2:\"db\";s:46:\"backup_2025-05-23-0344___90_26c4a407bd9e-db.gz\";s:7:\"db-size\";i:3600359;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"60066b8a7eb618febdc72f791471ca58e63f54fe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ec994950270914e2b126eb3817ab77c08e20e1c031397619493ad76aa556e3a5\";}}s:5:\"nonce\";s:12:\"26c4a407bd9e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747871946;a:11:{s:2:\"db\";s:46:\"backup_2025-05-22-0329___90_4c829194cc1d-db.gz\";s:7:\"db-size\";i:3875627;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de3a13b7cdb70e0103c6acc8c1b7348866a280ae\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"34dcd6b95985dc3b781f7703642d56a8f9ef8b255e65030f4703d91640fe2260\";}}s:5:\"nonce\";s:12:\"4c829194cc1d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747788313;a:11:{s:2:\"db\";s:46:\"backup_2025-05-21-0415___90_6c9bb6ec907e-db.gz\";s:7:\"db-size\";i:3599704;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"447432139ddeb8df390fd5995f84cb56bd820da9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"27074a1725e2574f17896568ed5cadf7096cf9b577c26d14253148e1fe15f140\";}}s:5:\"nonce\";s:12:\"6c9bb6ec907e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747699358;a:11:{s:2:\"db\";s:46:\"backup_2025-05-20-0332___90_c575da4b2660-db.gz\";s:7:\"db-size\";i:3873856;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"492881e6b4083a7b4774fc16ee370162f3014f30\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e5fa7952f535e8e8a1eed78d2aa63edfa4c4e5a6b8b3fb5285801095fdf1db3\";}}s:5:\"nonce\";s:12:\"c575da4b2660\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747612712;a:11:{s:2:\"db\";s:46:\"backup_2025-05-19-0328___90_f391615a9dfa-db.gz\";s:7:\"db-size\";i:3884604;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d120cdf6e985111b76704b80740bc0a3572cdc1d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"98b3aae0467c33915fd3fa37d791f6200575bc517374c323c797be0550c242b1\";}}s:5:\"nonce\";s:12:\"f391615a9dfa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747526523;a:11:{s:2:\"db\";s:46:\"backup_2025-05-18-0332___90_df5f8e81a87f-db.gz\";s:7:\"db-size\";i:3878314;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0de1576ebf3db4cbabc3a2eed26d3807cd54796b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3663778283d05cc487ac11cad980a9476cb2439cfcec844b32f3e4b0cc40154c\";}}s:5:\"nonce\";s:12:\"df5f8e81a87f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747440036;a:11:{s:2:\"db\";s:46:\"backup_2025-05-17-0330___90_010d24556231-db.gz\";s:7:\"db-size\";i:3597104;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b9cdde6e816f07a9b048d47a410e6e2f6c20e330\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"12bc75a8e9b34c3849a9d9813988c8e8de9a49b434cb78eef3711a3aa1a3e730\";}}s:5:\"nonce\";s:12:\"010d24556231\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747353490;a:11:{s:2:\"db\";s:46:\"backup_2025-05-16-0328___90_78195a1be7c4-db.gz\";s:7:\"db-size\";i:3601492;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"61aa61e5cebd6bfce775f9c57537ec3f86dd2e19\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d963845ba5ad3ac9f3ee6231a9dcc2d8f80a681d8be377e50a211e1c213c5f8b\";}}s:5:\"nonce\";s:12:\"78195a1be7c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747267861;a:11:{s:2:\"db\";s:46:\"backup_2025-05-15-0341___90_c5bde063f114-db.gz\";s:7:\"db-size\";i:3876041;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a1f0e8a843888504f7ebb2ef27e70f98f2d7dac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f1f80d32b1982f2f1a8ae264edd92502de7454b106d3dc0e55a87f050ffc46bc\";}}s:5:\"nonce\";s:12:\"c5bde063f114\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747180893;a:11:{s:2:\"db\";s:46:\"backup_2025-05-14-0331___90_44e2e96bca55-db.gz\";s:7:\"db-size\";i:3872968;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"553a9302dab9dc5b6f69be7c20020fe536bc7521\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8ea4da193653b420fc4c737811596198cfda19b7aca69e9bd17e5c4553567d27\";}}s:5:\"nonce\";s:12:\"44e2e96bca55\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747094123;a:11:{s:2:\"db\";s:46:\"backup_2025-05-13-0325___90_d847de9f0f14-db.gz\";s:7:\"db-size\";i:3871085;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e7d004b457ef99c8cd760b4456d35418176c147e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"49f83a3d37463f7032d37d5c5a760eb0ca4bdf20c8d925df95677e50145ca382\";}}s:5:\"nonce\";s:12:\"d847de9f0f14\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1747007954;a:11:{s:2:\"db\";s:46:\"backup_2025-05-12-0329___90_af5f4537f0d7-db.gz\";s:7:\"db-size\";i:3879734;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f8b2f81ca4a4b8607acbccf0233626181f1b929f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5661a6e6ccbf7641ab4bb107cb12f376fd3bff3948ab54eca20db01f3b070871\";}}s:5:\"nonce\";s:12:\"af5f4537f0d7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746921736;a:11:{s:2:\"db\";s:46:\"backup_2025-05-11-0332___90_a75a5d14b619-db.gz\";s:7:\"db-size\";i:3597985;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1bd9c9cda054a17114ea48ba41942759b73d5b4b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d8999a0ab5fe17374493f286f519f8a1e606f9d423b4656b22bb10d77eb5f8e4\";}}s:5:\"nonce\";s:12:\"a75a5d14b619\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746836169;a:11:{s:2:\"db\";s:46:\"backup_2025-05-10-0346___90_664027bc65b4-db.gz\";s:7:\"db-size\";i:3590962;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2f7ee51602f50a865507388300eb96a684432d08\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"30b0aca0106b4498416d0d466b9148973c9e63e0759d3a23a1eeee2d3466d358\";}}s:5:\"nonce\";s:12:\"664027bc65b4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746748664;a:11:{s:2:\"db\";s:46:\"backup_2025-05-09-0327___90_24224d4256cd-db.gz\";s:7:\"db-size\";i:3596030;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9be2db3a769386593c9c0149ad9c29d2e35820a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"152b63e77c7d4ab192ce3f7bee8f5e96985ca2087f4e3c098781a6e1413a6bb0\";}}s:5:\"nonce\";s:12:\"24224d4256cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746662329;a:11:{s:2:\"db\";s:46:\"backup_2025-05-08-0328___90_30e2903ef97a-db.gz\";s:7:\"db-size\";i:3590766;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3003a28d40ccfba36ecf1f42e8119be2f60641b0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"85835cebd6f7b6015f51bd69fe4cdaeabb6e999586bbac965675af6ab784ce55\";}}s:5:\"nonce\";s:12:\"30e2903ef97a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746575966;a:11:{s:2:\"db\";s:46:\"backup_2025-05-07-0329___90_88ad7b9a4d25-db.gz\";s:7:\"db-size\";i:3596017;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c7343f22ecaeb675c5d40bf14d72223fddc27704\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"714fe729fb402dbe49a29fd4fd6010a5e7d7ca49bdb3b52ae9f33a773fd0104b\";}}s:5:\"nonce\";s:12:\"88ad7b9a4d25\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746495032;a:11:{s:2:\"db\";s:46:\"backup_2025-05-06-0500___90_adafa38dcada-db.gz\";s:7:\"db-size\";i:3595388;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8f105a3f6a3576a7c0cecd9d2cf07d0b1000945d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9504f64d265b15a9c66ab819035ac2f6807af1b4efeb9e4261927e232b1382cd\";}}s:5:\"nonce\";s:12:\"adafa38dcada\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746404675;a:11:{s:2:\"db\";s:46:\"backup_2025-05-05-0354___90_b1031014810c-db.gz\";s:7:\"db-size\";i:3594595;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"48e59f9580fe9c1aa2004ce381ce1e6615d9f004\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5b390bd21c381dc75bf93ba862858c4c5679a92660ba013afbc4f6a874ccfa4\";}}s:5:\"nonce\";s:12:\"b1031014810c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746317309;a:11:{s:2:\"db\";s:46:\"backup_2025-05-04-0338___90_35ec95f10d47-db.gz\";s:7:\"db-size\";i:3594362;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0620df0dac272a1e792e929589bf7f8e8cd8feb3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0228db0937b575773ea42f7ab68266dc26b8aa2317db7ef87d91f762f815c0df\";}}s:5:\"nonce\";s:12:\"35ec95f10d47\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746230832;a:11:{s:2:\"db\";s:46:\"backup_2025-05-03-0337___90_8109dd703058-db.gz\";s:7:\"db-size\";i:3592039;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e50393b3f70e6baa495f693960564907c31de484\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c6816edca7a90b41d721ee84c93822db991d8794cea70edf72893df0521287dc\";}}s:5:\"nonce\";s:12:\"8109dd703058\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746144223;a:11:{s:2:\"db\";s:46:\"backup_2025-05-02-0333___90_534651af70df-db.gz\";s:7:\"db-size\";i:3589336;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6adb3e95a88bd2a2e3da0b3180c7e0e033d882f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5e8ddac80319296baf631f096cfb7568fb67410a2e0b5e04fa4b60dc0670ed38\";}}s:5:\"nonce\";s:12:\"534651af70df\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1746060899;a:11:{s:2:\"db\";s:46:\"backup_2025-05-01-0424___90_fbcdbda2b256-db.gz\";s:7:\"db-size\";i:3591391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"06e420699acf76dff10144083a4141bee782b10e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6f007a08e248440774d6613053e53d33a575fb8df954c918b71e992dc7d31aca\";}}s:5:\"nonce\";s:12:\"fbcdbda2b256\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745971737;a:11:{s:2:\"db\";s:46:\"backup_2025-04-30-0338___90_27ae49545a2a-db.gz\";s:7:\"db-size\";i:3587826;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65b2335a55262974ff693eadd3673d9c0b1353da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8f4be3a37ef81ff6981b294f54fd555242c5e6ec2c1aa4f75e5c99ef7c9f1254\";}}s:5:\"nonce\";s:12:\"27ae49545a2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745884625;a:11:{s:2:\"db\";s:46:\"backup_2025-04-29-0327___90_34284de18726-db.gz\";s:7:\"db-size\";i:3867529;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"01a615c602cee62619f592dde9e800662b562042\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5d975fc82f3201b12841b2a8965c3f3a3ad201db3fba2428752d89d838016568\";}}s:5:\"nonce\";s:12:\"34284de18726\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745798387;a:11:{s:2:\"db\";s:46:\"backup_2025-04-28-0329___90_35aec5dd8def-db.gz\";s:7:\"db-size\";i:3592839;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6d8da1dcd250a61be4102154a6e13a828f91f25c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"668b7089941f25310909a1925051890decd219f81b706f8c88eb42bfa1daff7e\";}}s:5:\"nonce\";s:12:\"35aec5dd8def\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745711710;a:11:{s:2:\"db\";s:46:\"backup_2025-04-27-0325___90_1f93322b8605-db.gz\";s:7:\"db-size\";i:3585189;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b6820ff7765d38fe458e7bbaba0cfd9f63879720\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0eb1a6607478ccc442b89b019b62d317bce4f48bd5064439b8298c43d935b456\";}}s:5:\"nonce\";s:12:\"1f93322b8605\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745625470;a:11:{s:2:\"db\";s:46:\"backup_2025-04-26-0327___90_ef692aa9e580-db.gz\";s:7:\"db-size\";i:3593922;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b9c2edcadaf29eb77b2db2e89a70a763a96155fb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ffca6fcd9cd09a951d02f7fb77370b53fa8a37108cedd1e067c11a7b238ef6fb\";}}s:5:\"nonce\";s:12:\"ef692aa9e580\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745539067;a:11:{s:2:\"db\";s:46:\"backup_2025-04-25-0327___90_5a7a1bea3783-db.gz\";s:7:\"db-size\";i:3590381;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e1c6a54991c3ef2e31f6a8e0f8d8ea872c669488\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f643c2574a0ab9b98e50c35072c243cf10d1eac3efdbf3b4a0081bec1b7dbfc9\";}}s:5:\"nonce\";s:12:\"5a7a1bea3783\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745455115;a:11:{s:2:\"db\";s:46:\"backup_2025-04-24-0408___90_9c52daa4296e-db.gz\";s:7:\"db-size\";i:3589214;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"503807040ae2791ba9dc2e962689dc6d0661983a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"acefb2da6c0c1f04da26a4cda3adea7b82844ecdd2ca85c8b9ddcd5965edea81\";}}s:5:\"nonce\";s:12:\"9c52daa4296e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745366386;a:11:{s:2:\"db\";s:46:\"backup_2025-04-23-0329___90_1a4f5337ede4-db.gz\";s:7:\"db-size\";i:3588777;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5fb448cc32c21bda0a2b8b65053ec91fed5bd086\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"09f1bd1f882d917449d3892ebdb15084eda8a9f8419b884a707df9b40391fe1e\";}}s:5:\"nonce\";s:12:\"1a4f5337ede4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745280943;a:11:{s:2:\"db\";s:46:\"backup_2025-04-22-0345___90_ec5f2653e7df-db.gz\";s:7:\"db-size\";i:3587211;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d743ee43f5e8e8379ade033d8c3a8b302fb9244b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fffdde919a6abd35ba4268c933fb14f8eb82ee469a1d5d8c1d152af1d88c3d18\";}}s:5:\"nonce\";s:12:\"ec5f2653e7df\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745193592;a:11:{s:2:\"db\";s:46:\"backup_2025-04-21-0329___90_cbd20d824645-db.gz\";s:7:\"db-size\";i:3593998;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"61b3bce199abbba43440f9ff84813ed5cf6cc86d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"630fde9305c5b6b186c582c08ac4d84f06b8f1faa46a5575fafae70c5c597222\";}}s:5:\"nonce\";s:12:\"cbd20d824645\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745106907;a:11:{s:2:\"db\";s:46:\"backup_2025-04-20-0325___90_c2bf3b577917-db.gz\";s:7:\"db-size\";i:3583791;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"788e72d379fd583da7a0676a1e6558b4f1202dcf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b97f6df831242af53f41c49ab5490c9386938ab548c8e9cd33a1119b67d2f319\";}}s:5:\"nonce\";s:12:\"c2bf3b577917\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1745020941;a:11:{s:2:\"db\";s:46:\"backup_2025-04-19-0332___90_020bce3da7b8-db.gz\";s:7:\"db-size\";i:3587275;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"23c351f15b41cff0ee87f4c06fa948f41cb07db8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d372035b9023e5d1b15e22940f4db0bcf1d9f4c427679a0c0f70500faf54b0ed\";}}s:5:\"nonce\";s:12:\"020bce3da7b8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744934492;a:11:{s:2:\"db\";s:46:\"backup_2025-04-18-0331___90_5b8dbb164904-db.gz\";s:7:\"db-size\";i:3582927;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34f8102359e0a431dbf34f1d2987a3f3e473bc67\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"749f3529b402e91f99879a97f697f37d8d788a4f541af479725b91de539092d2\";}}s:5:\"nonce\";s:12:\"5b8dbb164904\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744847987;a:11:{s:2:\"db\";s:46:\"backup_2025-04-17-0329___90_3779799e31d7-db.gz\";s:7:\"db-size\";i:3579803;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2cf42ba0f1bcb6f23e6c8d77afb205599a533b41\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"144c0e126f20bd2557985c94fcc6a96e5ea867c014665641a5d5a438547cb199\";}}s:5:\"nonce\";s:12:\"3779799e31d7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744761887;a:11:{s:2:\"db\";s:46:\"backup_2025-04-16-0334___90_427fc9ef7f54-db.gz\";s:7:\"db-size\";i:3588098;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"53c12806312aba41441e994b643229cc3e8bd9f4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"304f42d7206d9609f8448c5813b7f7a41f3fb940773d7f76be6ea295725259e8\";}}s:5:\"nonce\";s:12:\"427fc9ef7f54\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744675975;a:11:{s:2:\"db\";s:46:\"backup_2025-04-15-0342___90_901517453e97-db.gz\";s:7:\"db-size\";i:3578262;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2298ece554391af46a0e3e741fe70f579036b17d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"28900c8428b41561ba18db01cc37ad5898f5ff2ca891c58ca01b4417235f4adc\";}}s:5:\"nonce\";s:12:\"901517453e97\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744589566;a:11:{s:2:\"db\";s:46:\"backup_2025-04-14-0342___90_e5551e10d70d-db.gz\";s:7:\"db-size\";i:3574547;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a362818dcafab7a15edbd65c3e4c78a2a1c2d4b9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dfda8701be59c849114f32d58a47141843ad9d63b61524ad740092694bfd8fd3\";}}s:5:\"nonce\";s:12:\"e5551e10d70d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744502403;a:11:{s:2:\"db\";s:46:\"backup_2025-04-13-0330___90_9d3709e4593e-db.gz\";s:7:\"db-size\";i:3582658;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"90a804a3f74c2d574d1360d84e89727c145705d7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f6552b09c6dc4e81d59b7eba150bbb1a2f0dac26d3de4dbc25497084cbdcc5c\";}}s:5:\"nonce\";s:12:\"9d3709e4593e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744417084;a:11:{s:2:\"db\";s:46:\"backup_2025-04-12-0348___90_28f41474adff-db.gz\";s:7:\"db-size\";i:3583098;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"da408acc44daf5d999fc6a3c0c75b18f3044919d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1a9c5d5b4a2218ea6231e73bc6d5c761fc240c3a49e92a86bd82d096572027ef\";}}s:5:\"nonce\";s:12:\"28f41474adff\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744329714;a:11:{s:2:\"db\";s:46:\"backup_2025-04-11-0331___90_f90c09d81542-db.gz\";s:7:\"db-size\";i:3582274;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e315985d1a65f2394ab3499e2e6cb21c02792f59\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6cf13276965f9889c3373bbc4d42bb9ec7e686621aa33f19f29776f8dddb1dd1\";}}s:5:\"nonce\";s:12:\"f90c09d81542\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744242992;a:11:{s:2:\"db\";s:46:\"backup_2025-04-10-0326___90_720728fa7f7f-db.gz\";s:7:\"db-size\";i:3579705;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"234dabd893b37c2532c70f32c1c165b1b5fee059\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"03a5cd588cf14f37e433d28589e0dc45dff251abf637cb87a56f4e3d0f32b7df\";}}s:5:\"nonce\";s:12:\"720728fa7f7f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744157648;a:11:{s:2:\"db\";s:46:\"backup_2025-04-09-0344___90_23463da78f83-db.gz\";s:7:\"db-size\";i:3574209;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"737f697b01daea00840fb085b755542d518246e5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"59e1a2566ae61525ff2ca0a18618694a097ca3d82f36034546291cf681272092\";}}s:5:\"nonce\";s:12:\"23463da78f83\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1744070183;a:11:{s:2:\"db\";s:46:\"backup_2025-04-08-0326___90_c2dd5943a8fa-db.gz\";s:7:\"db-size\";i:3581366;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"33eeb8a5418646c87aeda27e81dc9391d18fb56e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"efe22f9b0582b71220ac9d37b1fac45ca665d4de094c9ead7f6389dbca807aa7\";}}s:5:\"nonce\";s:12:\"c2dd5943a8fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743984832;a:11:{s:2:\"db\";s:46:\"backup_2025-04-07-0343___90_0d4386a524c4-db.gz\";s:7:\"db-size\";i:3579244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95ad624b2c5fe929e62df6e474cefa9dba3417a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2898d35275abf07b0e6a1e1ad9e717b7d530d39a05c64c4028d3dd19469f9481\";}}s:5:\"nonce\";s:12:\"0d4386a524c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743898162;a:11:{s:2:\"db\";s:46:\"backup_2025-04-06-0339___90_922c46aeb593-db.gz\";s:7:\"db-size\";i:3577459;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21c6ce9dbef4bf735c32352771eb2dccd0c90a94\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5d7fbe6f929d086bf16f943fd83d8a30813b9653db8a012f1567a3097d41316\";}}s:5:\"nonce\";s:12:\"922c46aeb593\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743811159;a:11:{s:2:\"db\";s:46:\"backup_2025-04-05-0329___90_4bd453ca45bc-db.gz\";s:7:\"db-size\";i:3573434;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"265e119e3cdcb2bf71ff189fd6b5b4ff963e1882\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"52ae6d505c9a275f123f3db227724f4d244363a3d95c3bd5c4e42d274840ffbb\";}}s:5:\"nonce\";s:12:\"4bd453ca45bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743725515;a:11:{s:2:\"db\";s:46:\"backup_2025-04-04-0341___90_ab5cf7900632-db.gz\";s:7:\"db-size\";i:3570582;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b207fe962728fc4e285fe7ffc3caa2a3f284f88b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d6df8efbea47be72f3756d229031e7b8a8b009d53328b0847d468838ff91ed81\";}}s:5:\"nonce\";s:12:\"ab5cf7900632\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743638705;a:11:{s:2:\"db\";s:46:\"backup_2025-04-03-0335___90_8ff1764ec322-db.gz\";s:7:\"db-size\";i:3579752;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"314f5387ca826a0af107a65a2a45107c2043b961\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bef56ffb3f4b7b343f37566b55eb1dc708d61e021934d3464493908a79ffc26e\";}}s:5:\"nonce\";s:12:\"8ff1764ec322\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743551735;a:11:{s:2:\"db\";s:46:\"backup_2025-04-02-0325___90_aa02e56c7963-db.gz\";s:7:\"db-size\";i:3577565;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7149cf85d98f74b92bbf2fd56c45c7979939811\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b422b8497a0fc0d1b79a0bfbc5177cb1d311e16dd5994cb422fe14e3656ab55a\";}}s:5:\"nonce\";s:12:\"aa02e56c7963\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743465636;a:11:{s:2:\"db\";s:46:\"backup_2025-04-01-0330___90_aa1371bb669a-db.gz\";s:7:\"db-size\";i:3573710;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e532a8c68cd4e6097a35d32e29a48e53cdd0ce20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6e3b62d522d0626454b34547586e9b96a9dbb16426222c0a99792f5bf42b9819\";}}s:5:\"nonce\";s:12:\"aa1371bb669a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743378892;a:11:{s:2:\"db\";s:46:\"backup_2025-03-31-0324___90_cf723872e92c-db.gz\";s:7:\"db-size\";i:3569046;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a3dd239faa5f3d7b10206ce910fefd65f390bc3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8c1e7c6e5d02d8c9c1ce4e4386bee80ec887c0b5af7a47234728cab8dadeca33\";}}s:5:\"nonce\";s:12:\"cf723872e92c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743292556;a:11:{s:2:\"db\";s:46:\"backup_2025-03-30-0325___90_1a791de1d013-db.gz\";s:7:\"db-size\";i:3575407;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9db5429b5739393e7b3b12cddfc1752db7f8cd16\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d2748829636c0f85975cdcb6f21613ac2b9e0d0ce0852a51a442c68c3048f505\";}}s:5:\"nonce\";s:12:\"1a791de1d013\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743207073;a:11:{s:2:\"db\";s:46:\"backup_2025-03-29-0341___90_a75d87fa8f63-db.gz\";s:7:\"db-size\";i:3572404;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de7c99773390c36636b6c445ca1baa4c10ea2b32\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"593f7a4086f93646a9744864a76a12b221b91674af374c7712975d04091f24a5\";}}s:5:\"nonce\";s:12:\"a75d87fa8f63\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743120599;a:11:{s:2:\"db\";s:46:\"backup_2025-03-28-0339___90_e9c472d3d822-db.gz\";s:7:\"db-size\";i:3569536;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9f7445254e7d051fe60c10d0979f0d26481bf4c3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c878493677eeae592a7c01cf1d5df5f4a4046c87eeb602bdc7c018fb8bdd5745\";}}s:5:\"nonce\";s:12:\"e9c472d3d822\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1743034234;a:11:{s:2:\"db\";s:46:\"backup_2025-03-27-0340___90_b07db9fd5250-db.gz\";s:7:\"db-size\";i:3567752;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fc5d4f1a2a874a96c7a7ec44191da1774b36110b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"175c2986ece371a53e3e0dc96cef8b83d10d26e8166dc4f8b4c6b6e005fada5e\";}}s:5:\"nonce\";s:12:\"b07db9fd5250\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742947456;a:11:{s:2:\"db\";s:46:\"backup_2025-03-26-0334___90_22e824a422b0-db.gz\";s:7:\"db-size\";i:3564805;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fdb6ddd25a875dfe0d7d54c4f6d5521a018d9136\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"62a8009bb6874085132f42720279d7d5265e87f16511504e54f8300f4aafe249\";}}s:5:\"nonce\";s:12:\"22e824a422b0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742861419;a:11:{s:2:\"db\";s:46:\"backup_2025-03-25-0340___90_dfcb0a0fb8fa-db.gz\";s:7:\"db-size\";i:3562922;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1da7d3e2f9dba81213d38bb0ebfdfba31d18962a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10c4cf1bc625922464e6dac7cbb2f00428e5e39ef772baa5ed5e4f1802a5d2fb\";}}s:5:\"nonce\";s:12:\"dfcb0a0fb8fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742775066;a:11:{s:2:\"db\";s:46:\"backup_2025-03-24-0341___90_e3dd1a05aaf8-db.gz\";s:7:\"db-size\";i:3570707;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"305ea711d3b38b116be43ee3baa337aa78da6527\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2105f1a43da0a5d5fc9985b01a16b2b8ee22ba7ee7753130d6ba18af63e9e56f\";}}s:5:\"nonce\";s:12:\"e3dd1a05aaf8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742688396;a:11:{s:2:\"db\";s:46:\"backup_2025-03-23-0336___90_ead99bf3f7fe-db.gz\";s:7:\"db-size\";i:3568259;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"028a5792f9b6a6d6e1b4e6c92a5747d1805f43f9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7ef29d600b76832bdbac50f5b8d076b67858b7acbdc5fb58e9cf132c802638fb\";}}s:5:\"nonce\";s:12:\"ead99bf3f7fe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742601349;a:11:{s:2:\"db\";s:46:\"backup_2025-03-22-0325___90_84649bd629f7-db.gz\";s:7:\"db-size\";i:3565041;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"13f74a694aa86707554596d043b1cb11dbc97ce9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e8c90e748ec31dd186ce979c8c63830ad357165bfa157c96baefa39883a4481\";}}s:5:\"nonce\";s:12:\"84649bd629f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742515590;a:11:{s:2:\"db\";s:46:\"backup_2025-03-21-0336___90_5befba1ced9e-db.gz\";s:7:\"db-size\";i:3561853;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"236820a223db7bba48360d2cce4b1b36ed5d3b84\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a16be793b8e0c352f10ac2084633a0d0088d2faf6c0ba566ed3b1dd7ea526b6b\";}}s:5:\"nonce\";s:12:\"5befba1ced9e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742428871;a:11:{s:2:\"db\";s:46:\"backup_2025-03-20-0331___90_f3b28ffabc8f-db.gz\";s:7:\"db-size\";i:3569536;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c3d07c107bb0592a806bf39a32fd96036a76455\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ffa8dfc9ab378e6e3bcf44a8e4f94fb3029e94fc1c13c8ea6ef59444bd3addf5\";}}s:5:\"nonce\";s:12:\"f3b28ffabc8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742342563;a:11:{s:2:\"db\";s:46:\"backup_2025-03-19-0332___90_bed3978d4bd0-db.gz\";s:7:\"db-size\";i:3565652;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cd364ce1c116c5bd77eacd367f05cf6f2e422344\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d01846305f3b95e3d4deee6960ac5db16e285d8db7df75522c2a1618bc4d27f1\";}}s:5:\"nonce\";s:12:\"bed3978d4bd0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742255760;a:11:{s:2:\"db\";s:46:\"backup_2025-03-18-0326___90_c0dd223be9c5-db.gz\";s:7:\"db-size\";i:3562705;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"437c9d18b28ebf674474c849f7931cd4c9a42dbb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1872352596573ea4bc58709c456b8f918f853b80d40f320b0e79e8dfddda725c\";}}s:5:\"nonce\";s:12:\"c0dd223be9c5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742169389;a:11:{s:2:\"db\";s:46:\"backup_2025-03-17-0326___90_aed14eb7ff1c-db.gz\";s:7:\"db-size\";i:3571007;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c68db7a454e8847463a86aeb0ecec99e7385e990\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"487febd2298f19299333c513659fbd1f5396dad0ffb212dbc69be0af7d3d27ae\";}}s:5:\"nonce\";s:12:\"aed14eb7ff1c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1742083791;a:11:{s:2:\"db\";s:46:\"backup_2025-03-16-0339___90_75847863863b-db.gz\";s:7:\"db-size\";i:3574866;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc0637a03f6d956e48af0455725c8e4c4366d420\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"25ee0bbb4614e9172a9703cc53e6d5b7750344d110b103950ce94794e889eae1\";}}s:5:\"nonce\";s:12:\"75847863863b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741997398;a:11:{s:2:\"db\";s:46:\"backup_2025-03-15-0339___90_37959c2636c9-db.gz\";s:7:\"db-size\";i:3574683;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0d0bc6947f4ab52ca9d621366294996003105f65\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ae70d84f77430023cd6b2f5bcd2a34e016865b52c403977dfd9027627bbe1521\";}}s:5:\"nonce\";s:12:\"37959c2636c9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741910093;a:11:{s:2:\"db\";s:46:\"backup_2025-03-14-0324___90_27e1457de741-db.gz\";s:7:\"db-size\";i:3848480;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"585a7650f5514b558cc14c2edda0abb1b8fe377e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6e9d7384c400426b0151ccbcf2ccc402296cfece96ecd26fabe48329bcfee2ce\";}}s:5:\"nonce\";s:12:\"27e1457de741\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741823787;a:11:{s:2:\"db\";s:46:\"backup_2025-03-13-0326___90_3e3ca08e8f2d-db.gz\";s:7:\"db-size\";i:3569551;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"979e117255b8dc0b6bd6109569ec1352c161d477\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b0f7f819f63d3b863ce0ad2e7b3c476d9d2fbadb00980adf1d3cd0c28efa7bd0\";}}s:5:\"nonce\";s:12:\"3e3ca08e8f2d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741737944;a:11:{s:2:\"db\";s:46:\"backup_2025-03-12-0335___90_f63133b71616-db.gz\";s:7:\"db-size\";i:3566501;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"46270d45e77927a3db0437b2287647991365eaa8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c23ff5090164273db16e4c2a7a8352ebe73c4922335a8c070a084df356c19393\";}}s:5:\"nonce\";s:12:\"f63133b71616\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741651117;a:11:{s:2:\"db\";s:46:\"backup_2025-03-11-0328___90_8328b50a41e3-db.gz\";s:7:\"db-size\";i:3560926;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d67886b102ebc5fc20a5cbcd26fa1881f92ba372\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"df461abe2bd2786bb364e0764f3dffc82e5bdc127a26ea3f30d4e8c22a89fcf6\";}}s:5:\"nonce\";s:12:\"8328b50a41e3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741564584;a:11:{s:2:\"db\";s:46:\"backup_2025-03-10-0326___90_50b3eb9fba80-db.gz\";s:7:\"db-size\";i:3557340;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7997c05a5123a120788bfa3b37781720a16f3226\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"14570a4ed50f28e77ca96d4359263319d004eb23f033f9cc86aa9910d0bfe6c6\";}}s:5:\"nonce\";s:12:\"50b3eb9fba80\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741478858;a:11:{s:2:\"db\";s:46:\"backup_2025-03-09-0337___90_a671e1a3c49c-db.gz\";s:7:\"db-size\";i:3566642;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3d78c67356b5379566877526480121b9509fe7b0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f552704b45bbbdb43da671c9338ef972ef91a25423a353e2c63de050af2b5072\";}}s:5:\"nonce\";s:12:\"a671e1a3c49c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741392472;a:11:{s:2:\"db\";s:46:\"backup_2025-03-08-0337___90_1d3964172d3d-db.gz\";s:7:\"db-size\";i:3574346;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"48698305a1f2657ad688fb47ef8aa8d95f79a4f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7cd2ed9101bc470b0400a689f58e93a62cde2ecca865821960cdea7b19cbd2f3\";}}s:5:\"nonce\";s:12:\"1d3964172d3d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741305994;a:11:{s:2:\"db\";s:46:\"backup_2025-03-07-0336___90_8f8853a21774-db.gz\";s:7:\"db-size\";i:3574670;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"66d1ae808b770abfce40b89927e45d218a5e0ca2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2965764c22d10f036c9d5feaf3a26fdb12d2e94b32cd0818a410a8665c488233\";}}s:5:\"nonce\";s:12:\"8f8853a21774\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741219461;a:11:{s:2:\"db\";s:46:\"backup_2025-03-06-0334___90_bc4a4efdb21b-db.gz\";s:7:\"db-size\";i:3571742;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1d1f34261c9886116849914219be4dc78d96e8a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cc83aaa1131685c6f05884bbf5dbe41afffb71f20590c0affe9e6e4fc2edfcf3\";}}s:5:\"nonce\";s:12:\"bc4a4efdb21b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741140215;a:11:{s:2:\"db\";s:46:\"backup_2025-03-05-0533___90_bae3febc61d1-db.gz\";s:7:\"db-size\";i:3559303;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"504a9809630676799741f5671beb5b876df9cc28\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3485d7820d7a0bcf0cc5d2d41d3f7b2b6fa98046284d41b6fe344decd31e82ed\";}}s:5:\"nonce\";s:12:\"bae3febc61d1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1741046730;a:11:{s:2:\"db\";s:46:\"backup_2025-03-04-0335___90_500d0e6de4fd-db.gz\";s:7:\"db-size\";i:3707568;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c79574c37e8a475c4f6b3e90c5d5601bc2e92f03\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"84d568840dbc5eea1a64d5ff56f66fa17ddf3d5cae36802115a7ec0025e46525\";}}s:5:\"nonce\";s:12:\"500d0e6de4fd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740959971;a:11:{s:2:\"db\";s:46:\"backup_2025-03-03-0329___90_314fca39af17-db.gz\";s:7:\"db-size\";i:3583403;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7d0bde1f4e3b6428a3dbd8a256b417745cf04720\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"94da73d285d1ba5dad13a259861b9677864bd4cd06c5dbf68c66ee6cb3ec8ff1\";}}s:5:\"nonce\";s:12:\"314fca39af17\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740873617;a:11:{s:2:\"db\";s:46:\"backup_2025-03-02-0330___90_f21a007d8bb5-db.gz\";s:7:\"db-size\";i:3579617;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7c279a55e7430cbc1c9a1de272ff8bb99b3012b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d07013a140ef2c387ae7e687d6f87b3c0c56c3068217d58dedba8a05317eb015\";}}s:5:\"nonce\";s:12:\"f21a007d8bb5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740787546;a:11:{s:2:\"db\";s:46:\"backup_2025-03-01-0335___90_f0cceea0c89c-db.gz\";s:7:\"db-size\";i:3581053;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fcb8022edf5caf1ad02fb5ef72923c02abdfeb32\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c58518f9abb65068109fd1e4f2d3160ee3da7db5963070f6b02d3053ed59d9eb\";}}s:5:\"nonce\";s:12:\"f0cceea0c89c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740700661;a:11:{s:2:\"db\";s:46:\"backup_2025-02-28-0327___90_e299522c461c-db.gz\";s:7:\"db-size\";i:3581378;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ea8167cf3420abfee5bc8d0894184c24a5bfb74d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10989376aba10efb732c4a375610de774df763de6c90c292e647dfe5c379fe38\";}}s:5:\"nonce\";s:12:\"e299522c461c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740614616;a:11:{s:2:\"db\";s:46:\"backup_2025-02-27-0333___90_81814fb80e93-db.gz\";s:7:\"db-size\";i:3579750;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e7122bd3bd0d4295306ca3a12c85cad96db683f5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"04af549685fd04cd8cbaccb363f914ea9fa4f3380b10d6587aff8616f9291f99\";}}s:5:\"nonce\";s:12:\"81814fb80e93\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740527692;a:11:{s:2:\"db\";s:46:\"backup_2025-02-26-0324___90_44bc9ecc66c1-db.gz\";s:7:\"db-size\";i:3583714;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"40320ac7e0321a77a309df4f32131705c5c2fe55\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"44ca54ce741b747f1bd9487b17b3fc56135061d608d0a1ce7d4585eed179a11d\";}}s:5:\"nonce\";s:12:\"44bc9ecc66c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740441331;a:11:{s:2:\"db\";s:46:\"backup_2025-02-25-0325___90_311a1d9c2a67-db.gz\";s:7:\"db-size\";i:3875267;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"118d5a217e0801eaee0f30df0d420e18f5f9af9f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2269c12ce0c4a9683f54748d09aaceba504fdf2c1ebb64a327e70f4ef061ccbb\";}}s:5:\"nonce\";s:12:\"311a1d9c2a67\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740354945;a:11:{s:2:\"db\";s:46:\"backup_2025-02-24-0325___90_35a2dd279d87-db.gz\";s:7:\"db-size\";i:4518905;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"246729304b5d0e944964d99bd07e1c0c4217dfed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"45f4826414e2311c77146704a1d21aa57d33a07111fcc2e86952ec30a5ef37a6\";}}s:5:\"nonce\";s:12:\"35a2dd279d87\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740269177;a:11:{s:2:\"db\";s:46:\"backup_2025-02-23-0336___90_12f40ce1eb6e-db.gz\";s:7:\"db-size\";i:4243560;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e6dc991f979d46710de2d2b575f99fe874443f7d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6e8e03fd95f81b8c0867c9d74269852115cc4b9238ae73d4a1d876c221bc94c8\";}}s:5:\"nonce\";s:12:\"12f40ce1eb6e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740182530;a:11:{s:2:\"db\";s:46:\"backup_2025-02-22-0332___90_641c76a22d55-db.gz\";s:7:\"db-size\";i:4243986;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6122c5dc7d8240c390b76e8483ac29c5db6ebec2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5ab518729e5bc37bd34095829ff193a5c3058d185553389ae5824e755677d957\";}}s:5:\"nonce\";s:12:\"641c76a22d55\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740096310;a:11:{s:2:\"db\";s:46:\"backup_2025-02-21-0335___90_3d76e875a1f7-db.gz\";s:7:\"db-size\";i:4243618;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"55afe0530e4fbb221c85b6c40b4b6cd42f5b3f3e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"784a45892261d820c1d6c70f06b3ee2fc5f6906947413c9cf239ea73399d472c\";}}s:5:\"nonce\";s:12:\"3d76e875a1f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1740009727;a:11:{s:2:\"db\";s:46:\"backup_2025-02-20-0332___90_c3cd4ed22f48-db.gz\";s:7:\"db-size\";i:4111675;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8ab53d4660f6343f4f4060e35de063f6db2c4f24\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5efc4128c9c5b8c0ece934f0000a38ee099a483b5d46ddca879fa8218bb3e186\";}}s:5:\"nonce\";s:12:\"c3cd4ed22f48\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1739922917;a:11:{s:2:\"db\";s:46:\"backup_2025-02-19-0325___90_8707c58f960a-db.gz\";s:7:\"db-size\";i:4113721;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f46b91d8b7b5c84623f6dcbcfe08f64bc5bb4d78\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a63eb73beed2b993817280e1e7b187560283ade9770856d9643c84302858a618\";}}s:5:\"nonce\";s:12:\"8707c58f960a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1739836923;a:11:{s:2:\"db\";s:46:\"backup_2025-02-18-0332___90_01d5355a8ac1-db.gz\";s:7:\"db-size\";i:4128772;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"364ad9545005a01fbe9bec81a38ee6796d0b2d4d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1c54642ea5afcfb02f263198d7919ba8d7482796088ac4d2a4e65bbfad9d7607\";}}s:5:\"nonce\";s:12:\"01d5355a8ac1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.25.1\";s:21:\"last_saved_by_version\";s:6:\"1.25.1\";s:12:\"is_multisite\";b:0;}i:1739806860;a:13:{s:6:\"themes\";a:1:{i:0;s:51:\"backup_2025-02-17-1911___90_0234e7c4bc61-themes.zip\";}s:11:\"themes-size\";i:21395915;s:5:\"nonce\";s:12:\"0234e7c4bc61\";s:18:\"created_by_version\";s:6:\"1.25.1\";s:7:\"service\";s:4:\"none\";s:2:\"db\";s:46:\"backup_2025-02-17-1911___90_0234e7c4bc61-db.gz\";s:7:\"db-size\";i:4288649;s:7:\"uploads\";a:1:{i:0;s:52:\"backup_2025-02-17-1911___90_0234e7c4bc61-uploads.zip\";}s:12:\"uploads-size\";i:53629027;s:6:\"others\";a:1:{i:0;s:51:\"backup_2025-02-17-1911___90_0234e7c4bc61-others.zip\";}s:11:\"others-size\";i:6106891;s:7:\"plugins\";a:1:{i:0;s:52:\"backup_2025-02-17-1911___90_0234e7c4bc61-plugins.zip\";}s:12:\"plugins-size\";i:90023023;}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(77921, 'updraftplus_migrated_site_domain', 'abt90kade.com', 'off'),
(77925, 'updraft_lock_0234e7c4bc61', '1739823940', 'no'),
(77926, 'auto_update_plugins', 'a:0:{}', 'off'),
(81575, 'https_detection_errors', 'a:0:{}', 'auto'),
(207970, 'updraft_combine_jobs_around', '1772582091', 'on'),
(207990, '_transient_rocket_database_optimization_process_complete', 'a:1:{s:23:\"database_all_transients\";i:22;}', 'on'),
(207996, '_transient_TD_THEME_VERSION', '12.6.4', 'on'),
(207997, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.1\";s:5:\"files\";a:584:{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:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/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:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(208003, '_transient_TD_CHECKED_LICENSE', 'SUCCESS', 'on'),
(208004, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"0dc00ee8eabf87e9163b531277429a1e\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";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:18:\"core/term-template\";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:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(208030, '_site_transient_yoast_translations_wordpress-seo-premium', 'a:2:{s:21:\"wordpress-seo-premium\";a:1:{s:12:\"translations\";a:37:{i:0;a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-14T05:26:18+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}i:1;a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-11-07T12:27:03+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}i:2;a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-10-08T10:55:50+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}i:3;a:7:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T13:02:23+00:00\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-cs_CZ.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"cs\";i:1;s:3:\"ces\";}}i:4;a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-19T13:38:58+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}i:5;a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-13T19:28:42+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}i:6;a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T13:28:41+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}i:7;a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-11-13T14:08:58+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:8;a:7:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:21+00:00\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_CA.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:9;a:7:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:21+00:00\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_NZ.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:10;a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-11-13T14:10:21+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:11;a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-10-08T10:48:22+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}i:12;a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-14T08:51:34+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}i:13;a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-16T08:26:58+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}i:14;a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:37:08+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}i:15;a:7:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T09:07:44+00:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-el.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"el\";i:1;s:3:\"ell\";}}i:16;a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-10-08T10:47:55+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}i:17;a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-14T01:01:29+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}i:18;a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-11-06T14:30:59+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}i:19;a:7:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-18T02:38:30+00:00\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-id_ID.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"id\";i:1;s:3:\"ind\";}}i:20;a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-15T15:13:42+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}i:21;a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T06:29:54+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}i:22;a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:20+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}i:23;a:7:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-14T19:55:40+00:00\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-fa_IR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fa\";i:1;s:3:\"fas\";}}i:24;a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-19T12:03:48+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}i:25;a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:39:41+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}i:26;a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-13T22:29:53+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}i:27;a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-14T13:41:37+00:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ro_RO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ro\";i:1;s:3:\"ron\";}}i:28;a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T12:32:13+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}i:29;a:7:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T23:08:34+00:00\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-sr_RS.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sr\";i:1;s:3:\"srp\";}}i:30;a:7:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-08T05:38:54+00:00\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-sk_SK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sk\";i:1;s:3:\"slk\";}}i:31;a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-22T04:58:00+00:00\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-es_MX.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:32;a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:40:52+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:33;a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:40:27+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}i:34;a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:40:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}i:35;a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2026-01-20T12:32:35+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}i:36;a:7:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:8:\"27.2-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:19+00:00\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-vi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"vi\";i:1;s:3:\"vie\";}}}}s:13:\"_last_checked\";i:1772579795;}', 'off'),
(208034, '_site_transient_timeout_theme_roots', '1772581596', 'off'),
(208035, '_site_transient_theme_roots', 'a:5:{s:9:\"Newspaper\";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'),
(208037, '_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:65:\"https://downloads.wordpress.org/release/fa_IR/wordpress-6.9.1.zip\";s:6:\"locale\";s:5:\"fa_IR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fa_IR/wordpress-6.9.1.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:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";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:1772579796;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}', 'off'),
(208039, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772579796;s:7:\"checked\";a:5:{s:9:\"Newspaper\";s:6:\"12.6.4\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.3\";s:15:\"twentytwentytwo\";s:3:\"1.6\";}s:8:\"response\";a:4:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(208040, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772579796;s:8:\"response\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:11:\"amp/amp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:17:\"w.org/plugins/amp\";s:4:\"slug\";s:3:\"amp\";s:6:\"plugin\";s:11:\"amp/amp.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/amp/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/amp.2.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";s:3:\"svg\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/amp/assets/banner-1544x500.png?rev=2527602\";s:2:\"1x\";s:58:\"https://ps.w.org/amp/assets/banner-772x250.png?rev=2527602\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/disable-gutenberg.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.35.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"kk-star-ratings/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/kk-star-ratings\";s:4:\"slug\";s:15:\"kk-star-ratings\";s:6:\"plugin\";s:25:\"kk-star-ratings/index.php\";s:11:\"new_version\";s:8:\"5.4.10.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/kk-star-ratings/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/kk-star-ratings.5.4.10.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/kk-star-ratings/assets/icon-256x256.jpg?rev=2140680\";s:2:\"1x\";s:68:\"https://ps.w.org/kk-star-ratings/assets/icon-128x128.jpg?rev=2140680\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/kk-star-ratings/assets/banner-1544x500.jpg?rev=2140680\";s:2:\"1x\";s:70:\"https://ps.w.org/kk-star-ratings/assets/banner-772x250.jpg?rev=2140680\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/luckywp-table-of-contents\";s:4:\"slug\";s:25:\"luckywp-table-of-contents\";s:6:\"plugin\";s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";s:11:\"new_version\";s:6:\"2.1.14\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/luckywp-table-of-contents/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/luckywp-table-of-contents.2.1.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/luckywp-table-of-contents/assets/icon-256x256.png?rev=2100677\";s:2:\"1x\";s:78:\"https://ps.w.org/luckywp-table-of-contents/assets/icon-128x128.png?rev=2100677\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/luckywp-table-of-contents/assets/banner-1544x500.png?rev=2100677\";s:2:\"1x\";s:80:\"https://ps.w.org/luckywp-table-of-contents/assets/banner-772x250.png?rev=2100677\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.7.4\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:5:\"7.4.9\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.7.4.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.gif?rev=2547563\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"5.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.26.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.26.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"8.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.8.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:38:\"w.org/plugins/wpfront-notification-bar\";s:4:\"slug\";s:24:\"wpfront-notification-bar\";s:6:\"plugin\";s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";s:11:\"new_version\";s:5:\"3.5.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/wpfront-notification-bar/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/wpfront-notification-bar.3.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/wpfront-notification-bar/assets/icon.svg?rev=1672432\";s:3:\"svg\";s:69:\"https://ps.w.org/wpfront-notification-bar/assets/icon.svg?rev=1672432\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/wpfront-notification-bar/assets/banner-1544x500.png?rev=3319215\";s:2:\"1x\";s:79:\"https://ps.w.org/wpfront-notification-bar/assets/banner-772x250.png?rev=3319215\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:56:\"<ul>\n<li>Pdf files are not allowed to upload.</li>\n</ul>\";}s:33:\"wps-hide-login/wps-hide-login.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/wps-hide-login\";s:4:\"slug\";s:14:\"wps-hide-login\";s:6:\"plugin\";s:33:\"wps-hide-login/wps-hide-login.php\";s:11:\"new_version\";s:6:\"1.9.18\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wps-hide-login/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wps-hide-login.1.9.18.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-256x256.png?rev=1820667\";s:2:\"1x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-128x128.png?rev=1820667\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wps-hide-login/assets/banner-1544x500.jpg?rev=1820667\";s:2:\"1x\";s:69:\"https://ps.w.org/wps-hide-login/assets/banner-772x250.jpg?rev=1820667\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"27.1.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2390186\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2390186\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}}s:7:\"checked\";a:22:{s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"5.9.2\";s:19:\"akismet/akismet.php\";s:5:\"5.3.1\";s:11:\"amp/amp.php\";s:5:\"2.5.4\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:5:\"3.2.1\";s:23:\"elementor/elementor.php\";s:6:\"3.20.1\";s:25:\"kk-star-ratings/index.php\";s:5:\"5.4.7\";s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";s:5:\"2.1.8\";s:27:\"poka-review/poka-review.php\";s:5:\"1.1.3\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:5:\"7.1.5\";s:37:\"td-cloud-library/td-cloud-library.php\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:27:\"td-composer/td-composer.php\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:37:\"td-mobile-plugin/td-mobile-plugin.php\";s:31:\"2.6 | built on 11.03.2024 11:04\";s:31:\"td-newsletter/td-newsletter.php\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:39:\"td-social-counter/td-social-counter.php\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:37:\"td-standard-pack/td-standard-pack.php\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.25.1\";s:23:\"wordfence/wordfence.php\";s:6:\"7.10.3\";s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";s:3:\"3.4\";s:23:\"wp-rocket/wp-rocket.php\";s:6:\"3.15.3\";s:33:\"wps-hide-login/wps-hide-login.php\";s:8:\"1.9.13.2\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"23.7\";s:40:\"wordpress-seo-premium/wp-seo-premium.php\";s:4:\"23.4\";}}', 'off'),
(208041, 'rocket_database_optimization_batch_d481838ac8bd9001d0cd6adffe486', 'a:6:{i:0;s:18:\"database_revisions\";i:1;s:22:\"database_trashed_posts\";i:2;s:22:\"database_spam_comments\";i:3;s:25:\"database_trashed_comments\";i:4;s:23:\"database_all_transients\";i:5;s:24:\"database_optimize_tables\";}', 'off'),
(208042, '_transient_timeout_rocket_database_optimization_process', '1772583396', 'off'),
(208043, '_transient_rocket_database_optimization_process', 'running', 'off'),
(208046, '_transient_doing_cron', '1772743499.3085598945617675781250', 'on'),
(208049, '_transient_timeout_wflginfl_28040d41bb58820030606952ae7370ee', '1772598516', 'off'),
(208050, '_transient_wflginfl_28040d41bb58820030606952ae7370ee', '1', 'off'),
(208089, '_transient_timeout_wflginfl_240149008fc6e8147df161c0b0c5d710', '1772634369', 'off'),
(208090, '_transient_wflginfl_240149008fc6e8147df161c0b0c5d710', '1', 'off'),
(208109, '_transient_timeout_wpseo_site_information_quick', '1772637240', 'off'),
(208110, '_transient_wpseo_site_information_quick', 'O:8:\"stdClass\":2:{s:3:\"url\";N;s:13:\"subscriptions\";a:5:{i:0;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:27:\"yoast-seo-wordpress-premium\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:1;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:14:\"yoast-seo-news\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:2;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:21:\"yoast-seo-woocommerce\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:3;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:15:\"yoast-seo-video\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:4;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:15:\"yoast-seo-local\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}}}', 'off'),
(208177, '_transient_timeout_wflginfl_2a022f0900027400b51d4cea083f2419', '1772711861', 'off'),
(208178, '_transient_wflginfl_2a022f0900027400b51d4cea083f2419', '1', 'off'),
(208201, '_transient_timeout_wflginfl_2a09bac6d86011c30000000001c50066', '1772734281', 'off'),
(208202, '_transient_wflginfl_2a09bac6d86011c30000000001c50066', '1', 'off'),
(208209, '_transient_timeout_wp_rocket_pricing', '1772770682', 'off'),
(208210, '_transient_wp_rocket_pricing', 'O:8:\"stdClass\":3:{s:8:\"licenses\";O:8:\"stdClass\":7:{s:6:\"single\";O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Single\";s:6:\"prices\";O:8:\"stdClass\":3:{s:7:\"regular\";i:59;s:4:\"sale\";d:35.39999999999999857891452847979962825775146484375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:47.2000000000000028421709430404007434844970703125;s:14:\"is_grandmother\";i:59;s:15:\"not_grandfather\";i:59;s:10:\"is_expired\";i:59;}}s:8:\"websites\";i:1;}s:4:\"plus\";O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Plus\";s:6:\"prices\";O:8:\"stdClass\":4:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:60;s:4:\"sale\";i:36;s:5:\"stack\";b:0;}s:7:\"regular\";i:119;s:4:\"sale\";d:71.400000000000005684341886080801486968994140625;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:95.2000000000000028421709430404007434844970703125;s:14:\"is_grandmother\";i:119;s:15:\"not_grandfather\";i:119;s:10:\"is_expired\";i:119;}}s:8:\"websites\";i:3;}s:8:\"infinite\";O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Infinite\";s:6:\"prices\";O:8:\"stdClass\":5:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:240;s:4:\"sale\";i:144;s:5:\"stack\";b:0;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:180;s:4:\"sale\";i:108;s:5:\"stack\";b:0;}s:7:\"regular\";i:299;s:4:\"sale\";d:179.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:239.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:299;s:15:\"not_grandfather\";i:299;s:10:\"is_expired\";i:299;}}s:8:\"websites\";s:9:\"unlimited\";}s:7:\"multi10\";O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Growth\";s:6:\"prices\";O:8:\"stdClass\":3:{s:7:\"regular\";i:199;s:4:\"sale\";d:119.3999999999999914734871708787977695465087890625;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:159.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:199;s:15:\"not_grandfather\";i:199;s:10:\"is_expired\";i:199;}}s:8:\"websites\";i:10;}s:7:\"multi50\";O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Multi 50\";s:6:\"prices\";O:8:\"stdClass\":6:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:240;s:4:\"sale\";i:144;s:5:\"stack\";b:1;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:180;s:4:\"sale\";i:108;s:5:\"stack\";b:1;}s:12:\"from_multi10\";O:8:\"stdClass\":3:{s:7:\"regular\";i:100;s:4:\"sale\";i:60;s:5:\"stack\";b:1;}s:7:\"regular\";i:299;s:4:\"sale\";d:179.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:239.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:299;s:15:\"not_grandfather\";i:299;s:10:\"is_expired\";i:299;}}s:8:\"websites\";i:50;}s:8:\"multi100\";O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Multi 100\";s:6:\"prices\";O:8:\"stdClass\":7:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:340;s:4:\"sale\";i:204;s:5:\"stack\";b:1;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:280;s:4:\"sale\";i:168;s:5:\"stack\";b:1;}s:12:\"from_multi10\";O:8:\"stdClass\":3:{s:7:\"regular\";i:200;s:4:\"sale\";i:120;s:5:\"stack\";b:1;}s:12:\"from_multi50\";O:8:\"stdClass\":3:{s:7:\"regular\";i:100;s:4:\"sale\";i:60;s:5:\"stack\";b:1;}s:7:\"regular\";i:399;s:4:\"sale\";d:239.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:319.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:399;s:15:\"not_grandfather\";i:399;s:10:\"is_expired\";i:399;}}s:8:\"websites\";i:100;}s:8:\"multi500\";O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Multi 500\";s:6:\"prices\";O:8:\"stdClass\":8:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:540;s:4:\"sale\";i:324;s:5:\"stack\";b:1;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:480;s:4:\"sale\";i:288;s:5:\"stack\";b:1;}s:12:\"from_multi10\";O:8:\"stdClass\":3:{s:7:\"regular\";i:400;s:4:\"sale\";i:240;s:5:\"stack\";b:1;}s:12:\"from_multi50\";O:8:\"stdClass\":3:{s:7:\"regular\";i:300;s:4:\"sale\";i:180;s:5:\"stack\";b:1;}s:13:\"from_multi100\";O:8:\"stdClass\":3:{s:7:\"regular\";i:200;s:4:\"sale\";i:120;s:5:\"stack\";b:1;}s:7:\"regular\";i:599;s:4:\"sale\";d:359.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:479.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:599;s:15:\"not_grandfather\";i:599;s:10:\"is_expired\";i:599;}}s:8:\"websites\";i:500;}}s:8:\"renewals\";O:8:\"stdClass\":4:{s:10:\"extra_days\";i:15;s:16:\"grandfather_date\";i:1640995200;s:16:\"grandmother_date\";i:315532800;s:16:\"discount_percent\";O:8:\"stdClass\":3:{s:14:\"is_grandfather\";i:20;s:15:\"not_grandfather\";i:0;s:10:\"is_expired\";i:0;}}s:5:\"promo\";O:8:\"stdClass\":4:{s:4:\"name\";s:12:\"Black Friday\";s:16:\"discount_percent\";i:40;s:10:\"start_date\";i:1762992000;s:8:\"end_date\";i:1764806399;}}', 'off'),
(208211, '_transient_timeout_wp_rocket_customer_data', '1772813882', 'off'),
(208212, '_transient_wp_rocket_customer_data', 'O:8:\"stdClass\":3:{s:15:\"licence_account\";s:2:\"-1\";s:18:\"licence_expiration\";i:1893456000;s:19:\"has_one-com_account\";b:0;}', 'off'),
(208219, '_site_transient_timeout_fs_garbage_collection', '1772820239', 'off'),
(208220, '_site_transient_fs_garbage_collection', '1', 'off'),
(208229, '_site_transient_timeout_wp_theme_files_patterns-619f5e6a0f99594421b36c9cd1dab289', '1772745299', 'off'),
(208230, '_site_transient_wp_theme_files_patterns-619f5e6a0f99594421b36c9cd1dab289', 'a:2:{s:7:\"version\";s:6:\"12.6.4\";s:8:\"patterns\";a:0:{}}', 'off');

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

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(11, 3, 'tdc_google_fonts_settings', 'a:0:{}'),
(21, 12, '_menu_item_type', 'taxonomy'),
(22, 12, '_menu_item_menu_item_parent', '0'),
(23, 12, '_menu_item_object_id', '3'),
(24, 12, '_menu_item_object', 'category'),
(25, 12, '_menu_item_target', ''),
(26, 12, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(27, 12, '_menu_item_xfn', ''),
(28, 12, '_menu_item_url', ''),
(30, 13, '_menu_item_type', 'taxonomy'),
(31, 13, '_menu_item_menu_item_parent', '0'),
(32, 13, '_menu_item_object_id', '4'),
(33, 13, '_menu_item_object', 'category'),
(34, 13, '_menu_item_target', ''),
(35, 13, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(36, 13, '_menu_item_xfn', ''),
(37, 13, '_menu_item_url', ''),
(39, 14, '_menu_item_type', 'taxonomy'),
(40, 14, '_menu_item_menu_item_parent', '0'),
(41, 14, '_menu_item_object_id', '5'),
(42, 14, '_menu_item_object', 'category'),
(43, 14, '_menu_item_target', ''),
(44, 14, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(45, 14, '_menu_item_xfn', ''),
(46, 14, '_menu_item_url', ''),
(48, 15, '_menu_item_type', 'taxonomy'),
(49, 15, '_menu_item_menu_item_parent', '12'),
(50, 15, '_menu_item_object_id', '6'),
(51, 15, '_menu_item_object', 'category'),
(52, 15, '_menu_item_target', ''),
(53, 15, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(54, 15, '_menu_item_xfn', ''),
(55, 15, '_menu_item_url', ''),
(57, 16, '_menu_item_type', 'taxonomy'),
(58, 16, '_menu_item_menu_item_parent', '0'),
(59, 16, '_menu_item_object_id', '7'),
(60, 16, '_menu_item_object', 'category'),
(61, 16, '_menu_item_target', ''),
(62, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(63, 16, '_menu_item_xfn', ''),
(64, 16, '_menu_item_url', ''),
(66, 17, '_menu_item_type', 'taxonomy'),
(67, 17, '_menu_item_menu_item_parent', '12'),
(68, 17, '_menu_item_object_id', '8'),
(69, 17, '_menu_item_object', 'category'),
(70, 17, '_menu_item_target', ''),
(71, 17, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(72, 17, '_menu_item_xfn', ''),
(73, 17, '_menu_item_url', ''),
(75, 12, 'td_mega_menu_cat', ''),
(76, 12, 'td_mega_menu_page_id', ''),
(77, 13, 'td_mega_menu_cat', ''),
(78, 13, 'td_mega_menu_page_id', ''),
(79, 14, 'td_mega_menu_cat', ''),
(80, 14, 'td_mega_menu_page_id', ''),
(81, 15, 'td_mega_menu_cat', ''),
(82, 15, 'td_mega_menu_page_id', ''),
(83, 16, 'td_mega_menu_cat', ''),
(84, 16, 'td_mega_menu_page_id', ''),
(85, 17, 'td_mega_menu_cat', ''),
(86, 17, 'td_mega_menu_page_id', ''),
(88, 18, '_wp_attached_file', '2024/03/abt90-logo.png'),
(89, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2024/03/abt90-logo.png\";s:8:\"filesize\";i:52216;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"abt90-logo-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19759;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"abt90-logo-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12757;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:21:\"abt90-logo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7706;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:22:\"abt90-logo-218x145.png\";s:5:\"width\";i:218;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21004;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:21:\"abt90-logo-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19759;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:22:\"abt90-logo-324x145.png\";s:5:\"width\";i:324;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34530;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:22:\"abt90-logo-485x145.png\";s:5:\"width\";i:485;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43586;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:22:\"abt90-logo-265x145.png\";s:5:\"width\";i:265;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26653;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:21:\"abt90-logo-293x90.png\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23447;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:21:\"abt90-logo-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90, 19, '_wp_attached_file', '2024/03/favicon.png'),
(91, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2024/03/favicon.png\";s:8:\"filesize\";i:28992;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11478;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11478;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:19:\"favicon-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12579;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26856;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:19:\"favicon-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31496;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:19:\"favicon-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37480;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:19:\"favicon-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17002;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:19:\"favicon-512x486.png\";s:5:\"width\";i:512;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37409;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:18:\"favicon-293x90.png\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8853;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:18:\"favicon-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(94, 23, '_edit_lock', '1710862139:1'),
(95, 24, '_edit_lock', '1710862198:1'),
(96, 23, 'tdc_icon_fonts', 'a:0:{}'),
(97, 23, 'tdc_google_fonts_settings', 'a:0:{}'),
(98, 23, '_edit_last', '1'),
(99, 23, '_yoast_indexnow_last_ping', '1710862034'),
(100, 23, '_kksr_status_default', ''),
(101, 23, 'td_homepage_loop', 'a:1:{s:5:\"limit\";s:2:\"10\";}'),
(102, 23, 'td_wp_editor', ''),
(103, 23, '_yoast_wpseo_videositemap-rating', '0'),
(104, 23, '_yoast_wpseo_focuskeywords', ''),
(105, 23, '_yoast_wpseo_keywordsynonyms', ''),
(106, 23, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(107, 23, '_yoast_wpseo_wordproof_timestamp', ''),
(108, 24, 'tdc_icon_fonts', 'a:0:{}'),
(109, 24, 'tdc_google_fonts_settings', 'a:0:{}'),
(110, 24, '_edit_last', '1'),
(111, 24, '_yoast_indexnow_last_ping', '1710862046'),
(112, 24, '_kksr_status_default', ''),
(113, 24, 'td_homepage_loop', 'a:1:{s:5:\"limit\";s:2:\"10\";}'),
(114, 24, 'td_wp_editor', ''),
(115, 24, '_yoast_wpseo_videositemap-rating', '0'),
(116, 24, '_yoast_wpseo_focuskeywords', ''),
(117, 24, '_yoast_wpseo_keywordsynonyms', ''),
(118, 24, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(119, 24, '_yoast_wpseo_wordproof_timestamp', ''),
(120, 27, '_menu_item_type', 'post_type'),
(121, 27, '_menu_item_menu_item_parent', '0'),
(122, 27, '_menu_item_object_id', '24'),
(123, 27, '_menu_item_object', 'page'),
(124, 27, '_menu_item_target', ''),
(125, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(126, 27, '_menu_item_xfn', ''),
(127, 27, '_menu_item_url', ''),
(129, 28, '_menu_item_type', 'post_type'),
(130, 28, '_menu_item_menu_item_parent', '0'),
(131, 28, '_menu_item_object_id', '23'),
(132, 28, '_menu_item_object', 'page'),
(133, 28, '_menu_item_target', ''),
(134, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(135, 28, '_menu_item_xfn', ''),
(136, 28, '_menu_item_url', ''),
(138, 27, 'td_mega_menu_cat', ''),
(139, 27, 'td_mega_menu_page_id', ''),
(140, 28, 'td_mega_menu_cat', ''),
(141, 28, 'td_mega_menu_page_id', ''),
(147, 33, '_edit_lock', '1731409206:1'),
(148, 33, 'tdc_icon_fonts', 'a:0:{}'),
(149, 33, 'tdc_google_fonts_settings', 'a:1:{s:6:\"file_5\";a:1:{i:0;s:3:\"400\";}}'),
(150, 33, '_wp_page_template', 'default'),
(151, 33, '_edit_last', '1'),
(152, 33, '_yoast_indexnow_last_ping', '1731408981'),
(153, 33, '_kksr_status_default', ''),
(154, 33, 'td_homepage_loop', 'a:1:{s:5:\"limit\";s:2:\"10\";}'),
(155, 33, 'td_wp_editor', ''),
(156, 33, '_yoast_wpseo_videositemap-rating', '0'),
(157, 33, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"ای بی تی ۹۰\",\"score\":49},{\"keyword\":\"سایت ای بی تی ۹۰\",\"score\":44},{\"keyword\":\"abt90 سایت\",\"score\":44},{\"keyword\":\"abt سایت\",\"score\":54}]'),
(158, 33, '_yoast_wpseo_keywordsynonyms', '[\"abt90\",\"سایت ای بی تی\",\"سایت abt90\",\"سایت abt\",\"سایت شرط بندی ای بی تی 90\"]'),
(159, 33, '_yoast_wpseo_estimated-reading-time-minutes', '27'),
(160, 33, '_yoast_wpseo_wordproof_timestamp', ''),
(163, 33, 'tdc_dirty_content', '0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 33, 'tdc_content', '[tdc_zone type=\"tdc_content\"][vc_row][vc_column][vc_single_image media_size_image_height=\"150\" media_size_image_width=\"300\" image=\"168\" height=\"500\"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZC1hbGwtZGV2aWNlcyUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZtLmJldDMwMy5jb20lMkZmYSUyRiUzRmFjdGlvbiUzRHJlZ2lzdGVyJTI2YnRhZyUzRDE2NjY4MTBfbDI2ODcxMCUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vZm9sbG93JTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZhYnQ5MGthZGUuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDI1JTJGMDElMkZCRVQzMDNDT00tYWRzLTMwMy5naWYlMjIlMkYlM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTNDJTJGYSUzRSUwQSUzQ3AlM0U=\"][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBEJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwRCUwQSUzQ2hlYWQlM0UlMEQlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBEJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwRCUwQSUzQ3N0eWxlJTNFJTBEJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBEJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBEJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmFidDkwa2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwRCUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBEJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwRCUwQSU3RCUwRCUwQSUwRCUwQWJvZHklMjAlN0IlMEQlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEQlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEQlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBEJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEQlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEQlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBEJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwRCUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwRCUwQSUyMCUyMCU3RCUwRCUwQSUzQyUyRnN0eWxlJTNFJTBEJTBBJTNDJTJGaGVhZCUzRSUwRCUwQSUzQ2JvZHklM0UlMEQlMEElMEQlMEElM0NoMSUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZhYnQ5MGthZGUuY29tJTJGJTIyJTIwcmVsJTNEJTIyZm9sbG93JTIyJTNFJUQ4JUE3JURCJThDJTIwJUQ4JUE4JURCJThDJTIwJUQ4JUFBJURCJThDJTIwQUJUJTIwOTAlMjAlRDglQTglRDglQUYlRDklODglRDklODYlMjAlRDklODElREIlOEMlRDklODQlRDglQUElRDglQjEoJUQ4JUIzJUQ4JUE3JUQ4JUI0JUQ4JUE3KSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUyMCVEOCVBMiVEOCVBRiVEOCVCMSVEOCVCMyUyMCVEOCVBQyVEOCVBRiVEQiU4QyVEOCVBRiUyMCVEOCVCMyVEOCVBOCVEOCVBRCVEOCVBNyVEOSU4NiVEQiU4QyUzQyUyRmElM0UlM0MlMkZoMSUzRSUwRCUwQSUwRCUwQSUzQyUyRmJvZHklM0UlMEQlMEElM0MlMkZodG1sJTNF[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-44 size-full\" title=\"ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی.jpg\" alt=\"ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: center;\">[su_button url=\"https://www.bet303.com/fa/?action=register&amp;btag=1666810_l268710\" target=\"true\" style=\"default\" background=\"#aa7338\" color=\"#000000\" size=\"5\" wide=\"no\" center=\"yes\" radius=\"auto\" icon=\"\" icon_color=\"#000000\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"nofollow\" title=\"\" id=\"\" class=\"\" icon=\"icon: star\" icon_color=\"#000000\"] ورود به سایت اصلی ABT90 [/su_button]</p>\r\n&nbsp;\r\n<p style=\"text-align: justify;\">ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی یکی از سایت های شرط بندی معروفی است که کاربران باتجربه و کارشناسان قدیمی صنعت شرط بندی، این سایت شرط بندی را به خوبی می شناسند.</p>\r\n<p style=\"text-align: justify;\">با بررسی های صورت گرفته توسط داورن سایت های شرط بندی، این سایت شرط بندی یکی از معتبر ترین سایت های شرط بندی فعال در ایران است.</p>\r\n[su_button url=\"https://yek90bet.com/apk/BetYek.apk\" target=\"true\" style=\"default\" background=\"#000000\" color=\"#aa7338\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"nofollow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#aa7338\"]دانلود مستقیم اپلیکیشن ABT90 APK اندروید [/su_button]\r\n\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTVCcG9rYXJldmlld19ib251c2JveCUyMGlkJTNEJTIyMTAxJTIyJTIwbGF5b3V0JTNEJTIyc3R5bGU0JTIyJTIwc2hvd19yZXZpZXdfbGluayUzRCUyMnRydWUlMjIlMjBzY29yZV9zdHlsZSUzRCUyMnBlcmNlbnRhZ2UlMjIlNUQlMEElNUJwb2thcmV2aWV3X2JvbnVzYm94JTIwaWQlM0QlMjIxMDMlMjIlMjBsYXlvdXQlM0QlMjJzdHlsZTQlMjIlMjBzaG93X3Jldmlld19saW5rJTNEJTIydHJ1ZSUyMiUyMHNjb3JlX3N0eWxlJTNEJTIycGVyY2VudGFnZSUyMiU1RCUwQSU1QnBva2FyZXZpZXdfYm9udXNib3glMjBpZCUzRCUyMjEwNSUyMiUyMGxheW91dCUzRCUyMnN0eWxlNCUyMiUyMHNob3dfcmV2aWV3X2xpbmslM0QlMjJ0cnVlJTIyJTIwc2NvcmVfc3R5bGUlM0QlMjJwZXJjZW50YWdlJTIyJTVEJTBBJTVCcG9rYXJldmlld19ib251c2JveCUyMGlkJTNEJTIyMTA3JTIyJTIwbGF5b3V0JTNEJTIyc3R5bGU0JTIyJTIwc2hvd19yZXZpZXdfbGluayUzRCUyMnRydWUlMjIlMjBzY29yZV9zdHlsZSUzRCUyMnBlcmNlbnRhZ2UlMjIlNUQlMEElNUJwb2thcmV2aWV3X2JvbnVzYm94JTIwaWQlM0QlMjIxMDklMjIlMjBsYXlvdXQlM0QlMjJzdHlsZTQlMjIlMjBzaG93X3Jldmlld19saW5rJTNEJTIydHJ1ZSUyMiUyMHNjb3JlX3N0eWxlJTNEJTIycGVyY2VudGFnZSUyMiU1RA==\" custom_title=\"سایت های شرط بندی معتبر\" block_template_id=\"td_block_template_17\" header_text_color=\"#ffffff\" header_color=\"#dd8500\"][td_block_text_with_title block_template_id=\"td_block_template_17\" title_tag=\"h2\"]\r\n<p style=\"text-align: justify;\">از سایت های شرط بندی معتبر میتوان به موارد زیر اشاره نمود که از بهترین سایت های شرط بندی ایران در بخش های مختلف کازینویی می باشند.</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt;\">بت 303 BET303.BET</span></strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-103\" src=\"https://shartbandifootballkade.online/wp-content/uploads/2024/03/BET303BET.gif\" alt=\"\" width=\"800\" height=\"104\" /></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt;\">بت یک BETYEK</span></strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-73\" src=\"https://shartbandifootballkade.online/wp-content/uploads/2023/09/betyek-bonus.gif\" alt=\"\" width=\"797\" height=\"98\" /></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt;\">جت بت JETBET</span></strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-109\" src=\"https://shartbandifootballkade.online/wp-content/uploads/2024/04/jetbetPro-Bonus.gif\" alt=\"\" width=\"800\" height=\"104\" /></p>\r\n[/td_block_text_with_title][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBEJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwRCUwQSUzQ2hlYWQlM0UlMEQlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBEJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwRCUwQSUzQ3N0eWxlJTNFJTBEJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBEJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBEJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwRCUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBEJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwRCUwQSU3RCUwRCUwQSUwRCUwQWJvZHklMjAlN0IlMEQlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEQlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEQlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBEJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEQlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEQlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBEJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwRCUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwRCUwQSUyMCUyMCU3RCUwRCUwQSUzQyUyRnN0eWxlJTNFJTBEJTBBJTNDJTJGaGVhZCUzRSUwRCUwQSUzQ2JvZHklM0UlMEQlMEElMEQlMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUzQyUyRmgyJTNFJTBEJTBBJTBEJTBBJTNDJTJGYm9keSUzRSUwRCUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-45 size-full\" title=\"ای بی تی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی.jpg\" alt=\"ای بی تی \" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی دارای تیم پشتیبانی قوی و پیگیری است که در صورت شناسایی باگ یا مشکلی در سایت، آن را نیز رفع می کنند تا بتوانیم یک سیا تشرط بندی معتبر بدون اشکال داشته باشیم.</p>\r\n<p style=\"text-align: justify;\">کاربران نیز در صورت مواجه شدن با ارور یا نیاز به راهنمایی، می توانند تنها با پیام دادن به تیم پشتیبانی، مشکل خود را در کمتر از چند ساعت رفع کنند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-46 size-full\" title=\"abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90.jpg\" alt=\"abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">با ورود به سایت abt90 در واقع شما به سایت ساشا سبحانی مراجعه کرده اید. این سایت یکی از حرفه ای ترین ارائه کننده های بازی های آنلاین و شرطی در ایران می باشد.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی دارای کاربران بسیار زیادی است که در هر تایم از شبانه روز در حال فعالیت در این سایت شرط بندی بزرگ هستند. با تنها یکبار تجربه کردن این سایت شرط بندی، این موضوع را درک خواهید کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-47 size-full\" title=\"ای بی تی ۹۰ \" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-۹۰.jpg\" alt=\"ای بی تی ۹۰ \" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ای بی تی ۹۰، یکی از سایت های شرط بندی محبوبی است که کاربران زیادی را می توان در این سایت شرط بندی مشاهده کرد.</p>\r\n<p style=\"text-align: justify;\">ای بی تی دارای یکی از بخش های بسیار جذاب دنیای شرط بندی است. این بخش پیش بینی ورزشی نام دارد. در بخش پیش بینی ورزشی این سایت شرط بندی معتبر می توان رشته های ورزشی بسیار زیادی را مشاهده کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-48 size-full\" title=\"سایت ای بی تی ۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی-تی-۹۰.jpg\" alt=\"سایت ای بی تی ۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت ای بی تی ۹۰، جزو سایت های شرط بندی معتبری است که دارای زبان فارسی در فرهنگ لغت یا لیست زبان های سایت خود است.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی دارای امنیت و اعتبار بالایی است و تعداد قابل توجه و زیادی از کاربران فارسی زبان صنعت شرط بندی است که با فعالیت در این سایت مقدار قابل توجهی درآمد کسب می کنند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-49 size-full\" title=\"سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt90.jpg\" alt=\"سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">abt90 سایت پیش بینی می باشد که به صورت نمایندگی یعنی ساشا سبحانی داده شده است. این آقا زاده توانسته به خوبی در این چند سال با تکیه بر قدرت تبلیغات طرفدار بسیاری را برای خود فراهم کند.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی دارای بخش های مختلفی است که با فعالیت در این سایت می توان به درآمد های بسیار زیادی دست یافت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ4JUFBJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-50 size-full\" title=\"abt90 سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt90-1.jpg\" alt=\"abt90 سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">abt90 سایت، برای شروع شرط بندی ابتدا روند ثبت نام را دنبال کنید. برای ثبت نام در سایت پیش بینی با توجه به سیاست های خود شرایطی متفاوت را برقرار می کنند.</p>\r\n<p style=\"text-align: justify;\">شرایطی که در سایت ساشا سبحانی پیاده سازی شده در واقع مربوط به پر کردن فرم ثبت نام است که قوانین نیز در آن جا موجود است. پس به ابتدا به آن توجه داشته باشید. سپس در این سایت اقدام به ثبت نام کنید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCNCVEOCVCMSVEOCVCNyUyMCVEOCVBOCVEOSU4NiVEOCVBRiVEQiU4QyUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-51 size-full\" title=\"سایت شرط بندی abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-abt90.jpg\" alt=\"سایت شرط بندی abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">این روز ها سایت های شرط بندی اکثرا به دنبال منافع شخصی خودشان هستند و راحتی کاربران و مخاطبان سایت برای ان ها بسیار کم ارزش است. اما سایت شرط بندی abt90، از جمله سایت های شرط بندی است که اهمیت زیادی به کاربران خود می دهد.</p>\r\n<p style=\"text-align: justify;\">بابت همین موضوع است که بخش نظرات کاربران را در سایت قرار داده است تا کاربران بتوانند انتقادات خود را نسبت به سایت بنویسند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-52 size-full\" title=\"سایت abt\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt.jpg\" alt=\"سایت abt\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی دارای بخش بسیار جذاب کازینو آنلاین است. در این بخش می توان بازی های بسیار مهیج و سرگرم کننده ای را مشاهده کرد که با فعالیت در آن ها می توان به درآمد های بسیاری نیز دست یافت.</p>\r\n<p style=\"text-align: justify;\">یکی از این بازی های جذاب، پوکر است که جزو بازی های کارتی بوده و در صورت رعایت کردن قوانین آن می توان به جایگاه بالایی در این سایت دست یافت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidCUyMDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-53 size-full\" title=\"abt 90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt-90.jpg\" alt=\"abt 90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 یکی از بهترین سایت های شرط بندی است که دارای بخش های بسیار سرگرم کننده است.</p>\r\n<p style=\"text-align: justify;\">این سایت پیش بینی و شرط بندی علاوه بر ارائه رشته های ورزشی مختلف برای شرط بندی، امکانات بسیار ویژه ای نیز ارائه کرده است.</p>\r\n<p style=\"text-align: justify;\">که شما با استفاده درست از این امکانات می توانید موفق ترین و پر سود ترین شرط بندی ها را بر روی نتیجه بازی ها تجربه کنید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwcyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-54 size-full\" title=\"abt90s\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90s.jpg\" alt=\"abt90s\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">یکی از مهم ترین موضوعاتی که باعث تفوت سایت شرط بندی ای تی بی 90 با دیگر سایت های شرط بندی شده است این است که، امکانات و شرایط بی نظیری را این سایت شرط بندی معتبر به منظور راحتی و دسترسی آسان تر کاربران سایت خود، در اختیار آن ها قرار داده است.</p>\r\n<p style=\"text-align: justify;\">با توجه به این موضوع است که کاربران زیادی به سایت شرط بندی abt90s، جذب می شوند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDklMjAlRDklODglRDglQjElRDklODglRDglQUYlM0MlMkZoMiUzRSUwQSUwQSUzQyUyRmJvZHklM0UlMEElM0MlMkZodG1sJTNF[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-55 size-full\" title=\"abt9 ورود\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt9-ورود.jpg\" alt=\"abt9 ورود\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90، یکی از سایت های شرط بندی است که کاربران زیادی را به خود جذب کرده است.</p>\r\n<p style=\"text-align: justify;\">ورود به این سایت شرط بندی زمان زیادی نمی برد. برای ورود به سایت شرط بندی ای بی تی 90 تنها نیاز به نام کاربری و رمز عبور است که در صورت فراموش کردن این رمز عبور، می توان گزینه فراموشی رمز عبور را زد و با وارد کردن رمز عبور نسبت به تغییر رمز عبور اقدام کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidCUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-56 size-full\" title=\"abt سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt-سایت.jpg\" alt=\"abt سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">بازی 21 از بازی های بسیار جذاب می باشد که با ورق بازی می شود و افراد می توانند از مشغول شدن در این بازی سودهای بسیار زیادی را کسب کنند و به آن بلک جک نیز گفته می شود.</p>\r\n<p style=\"text-align: justify;\">کاربرانی که به دنبال این بازی شرط بندی بسیار مهیج هستند می توانند از طریق لین های موجود در این پست به راحتی به بخش کازینو آنلاین این سایت مراجعه کرده و این بازی را انجام بدهند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCNCVEOCVCMSVEOCVCNyUyMCVEOCVBOCVEOSU4NiVEOCVBRiVEQiU4QyUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-57 size-full\" title=\"سایت شرط بندی ای بی تی 90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90.jpg\" alt=\"سایت شرط بندی ای بی تی 90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90، یکی از سایت های شرط بندی بسیار محبوب است. زیرا در این سایت شرط بندی معتبر می توانید به سادگی در بخش پیش بینی های ورزشی این سایت، به فعالیت در رشته های ورزشی زیادی که دارد بپردازید.</p>\r\n<p style=\"text-align: justify;\">از جمله این رشته های ورزشی جذاب می توان به فوتبال، فوتسال، والیبال، هندبال و بسیاری دیگر از بازی های معروف دیگر اشاره کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOSU4OCVEOCVCMSVEOSU4OCVEOCVBRiUyMCVEOCVBOCVEOSU4NyUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-58 size-full\" title=\"ورود به سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90.jpg\" alt=\"ورود به سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">به محض وارد شدن به سایت اصلی abt90 ورود به سایت شرط بندی ای بی تی 90 کار دشواری نسیت. شما با بونوس های بسیار جالبی مواجه خواهید شد.</p>\r\n<p style=\"text-align: justify;\">این بونوس ها چندین نوع هستند که در ابتدا احتمالا با بونوس خوش آمد گویی مواجه خواهید شد. این بونوس ها به عنوان شارژ حساب برای شما عمل می کنند و می توانید با آن ها شرط بندی انجام دهید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwYmV0JTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-59 size-full\" title=\"abt90 bet\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90-bet.jpg\" alt=\"abt90 bet\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90، سایت شرط بندی معتبری می باشد که توسط شخص ساشا سبحانی مدیریت می شود و کاربران تا کنون از این سایت بسیار راضی بوده اند.</p>\r\n<p style=\"text-align: justify;\">به طوری که تعداد افرادی که وارد این سایت می شوند روز به روز بیشتر می شود. با افزایش این تعداد کاربران می تواند از اعتبار بالای این سایت شرط بندی مطمعن شد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMDkwJTIwJUQ4JUE3JUQ5JTg2JUQ5JTgxJUQ4JUFDJUQ4JUE3JUQ4JUIxJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-60 size-full\" title=\"ای بی تی 90 انفجار\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-90-انفجار.jpg\" alt=\"ای بی تی 90 انفجار\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">به طور کلی همان طور که همه می دانند، ای بی تی 90 انفجار، یکی از سایت های کاملا جامع برای پیش بینی و شرط است که کاربران زیادی را دارد.</p>\r\n<p style=\"text-align: justify;\">چرا که این سایت توانسته علاوه بر بازی انفجار تمامی بازی های پیش بینی و شرط بندی را به صورت کامل، از پیش بینی مسابقات ورزشی گرفته تا بازی های کازینو آنلاین را برای کاربران فراهم کند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-61 size-full\" title=\"سایت ای بی تی۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی-تی۹۰.jpg\" alt=\"سایت ای بی تی۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت ای بی تی۹۰، راه های دیگری را برای درآمدزایی کاربران خود فراهم ساخته است و افراد می توانند در کنار شرط بندی خود از این راه ها نیز درآمد زایی کنند.</p>\r\n<p style=\"text-align: justify;\">اما باید برای هر کدام از این راه ها شرایط درآمدزایی از آن ها را داشته باشند و برای مثال یکی از راه های درآمدزایی در این سایت زیرمجموعه گیری می باشد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBRiVEOCVBNyVEOSU4NiVEOSU4NCVEOSU4OCVEOCVBRiUyMCVEOSU4MSVEQiU4QyVEOSU4NCVEOCVBQSVEOCVCMSUyMCVEOCVCNCVEQSVBOSVEOSU4NiUyMGFidCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-62 size-full\" title=\"دانلود فیلتر شکن abt\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-فیلتر-شکن-abt.jpg\" alt=\"دانلود فیلتر شکن abt\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 یکی از سایت هایی است که کاربران زیادی را به خود جذب کرده است. با فعالیت در این سایت شرط بندی می توان به درآمد های بسیار خوبی نیز دست یافت.</p>\r\n<p style=\"text-align: justify;\">با استفاده از فیلتر شکن این سایت شرط بندی نیز  می توان به سادگی به هر سایت یا اپلیکیشنی که نیاز مند وی پی ان است دسترسی داشت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOSU4MSVEQiU4QyVEOSU4NCVEOCVBQSVEOCVCMSUyMCVEOCVCNCVEQSVBOSVEOSU4NiUyMGFidCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-63 size-full\" title=\"فیلتر شکن abt\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/فیلتر-شکن-abt.jpg\" alt=\"فیلتر شکن abt\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی معتبر ای بی تی، یکی از سایت های شرط بندی محبوبی است که دارای بخش های زیادی است. یکی از اپ های جانبی این سایت شرط بندی، فیلتر شکن این سایت است.</p>\r\n<p style=\"text-align: justify;\">با استفاده از این فیلترشکن می توان به سایت هایی که به مشکل فیلتر شدن برخورده اند، این موضوع را رفع و رجوع کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCNCVEOCVCMSVEOCVCNyUyMCVEOCVBOCVEOSU4NiVEOCVBRiVEQiU4QyUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-64 size-full\" title=\"سایت شرط بندی ای بی تی ۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90-1.jpg\" alt=\"سایت شرط بندی ای بی تی ۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی ۹۰، جزو معدود سایت های شرط بندی معتبری است که دارای تیم پشتیبانی بسیار قوی و پیگیری است که در صورتی که کاربران از آن ها راهنمایی بخواهند و یا اینکه به مشکلی بر بخورند، این تیم پشتیبانی با تجربه، در کمتر از چند ساعت پاسخ گوی این کاربران خواهند بود و مشکل احتمالی کاربران را به سادگی حل می کنند تا کاربران استرسی نداشته باشند و به فعالیت خود بر سایت تمرکز کنند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-65 size-full\" title=\"ای بی تی۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی۹۰.jpg\" alt=\"ای بی تی۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ای بی تی۹۰، اپلیکیشن و برنامه مخصوص خود را راه اندازی کرده است و خیلی از کاربران فقط با این اپ اقدام به شرط بندی می نمایند.</p>\r\n<p style=\"text-align: justify;\">شما با استفاده از این اپ می توانید خیلی راحت بدون استفاده از فیلترشکن شرط های خود را ثبت کنید و دیگر قطع و وصلی های نسخه وب را تجربه نکنید. از دیگر مزیت های برنامه اختصاصی این سایت می توان به عدم نیاز به کامپیوتر اشاره کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ5JTg4JUQ4JUIxJUQ5JTg4JUQ4JUFGJTIwJUQ4JUE4JUQ5JTg3JTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ4JUFBJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-66 size-full\" title=\"abt90 ورود به سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-1.jpg\" alt=\"abt90 ورود به سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">راه های زیادی برای ورود به سایت شرط بندی abt90 وجود دارد. از جمله این راه ها می توان به اینستاگرام ای بی تی 90 یا تلگرام ای بی تی90 استفاده کرد.</p>\r\n<p style=\"text-align: justify;\">یکی از بهترین راه های برای ورود به این سایت شرط بندی معتبر، استفاده از اپلیکیشن و یا برنامه اختصاصی شرط بندی این سایت است. با استفاده از آن می توان بدون نیاز به فیلتر شکن در بخش های مختلف این سایت فعالیت داشت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQWFidDklM0MlMkZoMiUzRSUwQSUwQSUzQyUyRmJvZHklM0UlMEElM0MlMkZodG1sJTNF[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-67 size-full\" title=\"سایتabt9\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایتabt9.jpg\" alt=\"سایتabt9\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت abt90 تا به الان سعی کرده است ویژگی های جدید و کاربردی را در خود موجود کند. این سایت در ابتدا نیازسنجی می کند و سپس آپشن مورد نظر را به بهترین شکل ممکن در سایت پیاده سازی کرده و در اختیار شما می گذارد.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی محبوب دارای کاربران بسیار زیادی است که به فعالیت در بخش های مختلف پردرآمد این سایت مشغول هستند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEOSU4QSUyMCVEOCVBOCVEOSU4QSUyMCVEOCVBQSVEOSU4QSUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-68 size-full\" title=\"اي بي تي\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/اي-بي-تي.jpg\" alt=\"اي بي تي\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی محبوب اي بي تي، دارای تعداد کاربران بسیار زیادی است که بیشتر آن ها به خاطر آپشن ها و امکانات بسیار زیاد این سایت شرط بندی معتبر به این سایت شرط بندی جذب شده اند.</p>\r\n<p style=\"text-align: justify;\">یکی از این آپشن ها و یا امکانات، ارائه بونوس ها و هدیه های بسیار ارزنده به کاربران فعال و پیگیری است که در تورنمنت های مهیج این سایت شرط بندی جزو نفرات برتر می شوند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEOCVBNyVEQiU4QyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-69 size-full\" title=\"ای بی تی ای\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-ای.jpg\" alt=\"ای بی تی ای\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت های شرط بندی زیادی را این رئز ها می توانید ببینید که در حال فعالیت در دنیای شرط بندی و صنعت شرط بندی هستند. اما تنها برخی و یا تعداد بسیار کمی از این سایت ها، دارای درگاه های واریز مستقیم و با سرعت عمل بسیار بالا هستند.</p>\r\n<p style=\"text-align: justify;\">ای بی تی ای جزو سایت های شرط بندی معتبری است که سرعت بالایی در واریز و برداشت های مبالغ به حساب کاربری کاربران است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidCUyMHZwbiUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-70 size-full\" title=\"سایت abt vpn\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt-vpn.jpg\" alt=\"سایت abt vpn\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">وی پی ان سایت شرط بندی ای بی تی 90، یکی از بهترین وی پی ان هایی است که می توان پیدا کرد. این وی پی ان یک از بهترین ها در اپلیکیشن ها و برنامه های موجود در سایت ها است.</p>\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 یکی از سایت های شرط بندی معتبری است که با فعالیت دراین سایت می توانند به سادگی به درآمدهای بسیار زیادی دست یافت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-71 size-full\" title=\"سایت ای بی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی.jpg\" alt=\"سایت ای بی\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت ای بی، درگاه های پرداخت بسیار امنی را برای شما به وجود آورده است و می توانید بدون نگرانی تراکنش های خود را در آن انجام دهید.</p>\r\n<p style=\"text-align: justify;\">داشتن حس امنیت در زمان پرداخت یا برداشت پول اهمیت زیادی دارد و این پلتفرم از این موضوع آگاهی کامل داشته و روی آن حسابی کار کرده است تا کاربران بدون استرس تراکنش های مالی خود را به راحتی انجام بدهند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEOCVBRiVEOCVCMSVEOCVCMyUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-72 size-full\" title=\"ادرس سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ادرس-سایت-abt90.jpg\" alt=\"ادرس سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 دارای آدرس های مختلفی است. در صورتی که به آدرس قدیمی این سایت شرط بندی دسترسی داشته باشید، تنها می توانید ازطریق فیلتر شکن به سایت وارد شوید.</p>\r\n<p style=\"text-align: justify;\">اما آدرس های جدی سایت شرط بندی ای بی تی بدون استفاده از فیلتر شکن شما را به سایت می برد و با سرعت بالایی می توانید در سایت به فعالیت بپردازید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidCUyMGJldCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-73 size-full\" title=\"abt bet\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt-bet.jpg\" alt=\"abt bet\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">برخی از سایت های شرط بندی دارای رابط کاربری بسیار خسته کننده هستند. زیرا طراحی سایت و ترکیب رنگ هایی که در آن استفاده کرده اند به گونه ای است که در استفاده های طولانی مدت، چشم کاربران را اذیت می کند که می تواند به منصرف شدن کاربران با تجربه از فعالیت در این سایت شرط بندی منجر شود، که برای این سایت بسیار بد می شود. اما سایت شرط بندی abt bet، یکی بهترین رابظ های کاربری سایت های شرط بندی را دارد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBQiVEOCVBOCVEOCVBQSUyMCVEOSU4NiVEOCVBNyVEOSU4NSUyMCVEOCVBRiVEOCVCMSUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-74 size-full\" title=\"ثبت نام در سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ثبت-نام-در-سایت-abt90.jpg\" alt=\"ثبت نام در سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">اولین قدم برای فعالیت درسایت شرط بندی ای بی تی 90 انجام ثبت نام و احراز هویت است. احراز هویت این روزها موضوع قابل توجهی است که کاربران گلایه زیادی دارند.</p>\r\n<p style=\"text-align: justify;\">در واقع سایت های شرط بندی از این آپشن فوق العاده به منظور فرار از پرداخت سود کاربران استفاده می کنند.</p>\r\n<p style=\"text-align: justify;\">در واقع سختگیری های موجود باعث شده که دیگر موقع برداشت ها هویت شما توسط سایت تایید نشود.</p>\r\n<p style=\"text-align: justify;\">ولی اگر در سایت ای بی تی همان لحظه ثبت نام اطلاعات واقعی خود را وارد کرده باشید نیاز به تایید هویت نیست و می توانید خیلی راحت برداشت داشته باشید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBQiVEOCVBOCVEOCVBQSUyMCVEOSU4NiVEOCVBNyVEOSU4NSUyMCVEOCVBRiVEOCVCMSUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCMyVEOCVBNyVEOCVCNCVEOCVBNyUyMCVEOCVCMyVEOCVBOCVEOCVBRCVEOCVBNyVEOSU4NiVEQiU4QyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-75 size-full\" title=\"ثبت نام در سایت ساشا سبحانی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ثبت-نام-در-سایت-ساشا-سبحانی.jpg\" alt=\"ثبت نام در سایت ساشا سبحانی\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی یکی از سایت های شرط بندی محبوب در صنعت شرط بندی است. این سایت که توسط ساشا سبحانی مدیریت می شود، انواع بازی‌های کازینویی از بازی محبوب انفجار گرفته تا پیش‌بینی زنده فوتبال و… با ضرایب بزرگ و در عین حال واقعی در اختیار کاربران قرار می‌دهد.</p>\r\n<p style=\"text-align: justify;\">ثبت نام در سایت ساشا سبحانی، کار بسیار آسانی است و در کمتر از چند دقیقه قابل انجام است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ5JTg4JUQ4JUIxJUQ5JTg4JUQ4JUFGJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-76 size-full\" title=\"abt90 ورود\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90-ورود.jpg\" alt=\"abt90 ورود\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ورود به سایت شرط بندی ای بی تی 90 یکی از ساده ترین کارها است. البته برخی از سایت های شرط بندی این موضوع را بسیار پیچیده گرده اند. به نوعی که تا حل نکردن برخی از معما های پیچیده امکان ورود به سایت نیست.</p>\r\n<p style=\"text-align: justify;\">این موضوع می تواند کاربران را اذیت کند و در برخی از موارد باعث عوض شدن نظر کاربر و حتی در برخی از موارد باعث تغییر سایت شرط بندی خود توسط کاربر نیز رسیده است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOSU4OCVEOCVCMSVEOSU4OCVEOCVBRiUyMCVEOCVBOCVEOSU4NyUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-77 size-full\" title=\"ورود به سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-2.jpg\" alt=\"ورود به سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">یکی از بهترین راه ها برای ورود به سایت شرط بندی معتبر ای بی تی 90، استفاده از اپلیکیشن مخصوص این سایت شرط بندی است که پیشتاز طراحی و ارائه این برنامه شرط بندی بوده است.</p>\r\n<p style=\"text-align: justify;\">این برنامه از امنیت بسیار بالایی در میان دیگر برنامه های شرط بندی برخوردار است. با استفاده از این برنامه دیگر نیازی به دنبال لینک ها گشتن نیست.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBRiVEOCVBNyVEOSU4NiVEOSU4NCVEOSU4OCVEOCVBRiUyMCVEOCVBNyVEOSVCRSVEOSU4NCVEQiU4QyVEQSVBOSVEQiU4QyVEOCVCNCVEOSU4NiUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-78 size-full\" title=\"دانلود اپلیکیشن ای بی تی ۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-اپلیکیشن-ای-بی-تی-۹۰.jpg\" alt=\"دانلود اپلیکیشن ای بی تی ۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">با دانلود اپلیکیشن ای بی تی ۹۰، می توان به سادگی به فعالیت بدون استفاده از فیلتر شکن در این سایت شرط بندی معتبر فکر کرد.</p>\r\n<p style=\"text-align: justify;\">یکی دیگر از مزیت های برنامه ای بی تی 90، این است که برای فعالیت در بخش های جذاب مختلف این سایت شرط بندی، دیگر نیاز به استفاده از فیلتر شکن نیست و تنها با اتصال تلفن همراه به اینترنت می توان از این سایت شرط بندی محبوب استفاده کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ5JTg4JUQ4JUIxJUQ5JTg4JUQ4JUFGJTIwJUQ4JUE4JUQ5JTg3JTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ4JUFBJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-79 size-full\" title=\"abt90 ورود به سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-3.jpg\" alt=\"abt90 ورود به سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ورود به برخی از سایت های شرط بندی دارای یکسری پروسه های بسیار گیج کننده و خسته کننده است.</p>\r\n<p style=\"text-align: justify;\">اما سایت شرط بندی ای بی تی 90 به گونه ای طراحی شده است که کاربران این سایت شرط بندی معتبر، هنگام ورود به این سایت شرط بندی زیاد گیج نشوند و وقت آن ها نیز گرفته نشود.</p>\r\n<p style=\"text-align: justify;\">تنها شرط مهم هنگام ورود به این سایت شرط بندی آن است که رمز عبور و نام کاربری خود را بدانید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEOSVCRSVEOSU4NCVEQiU4QyVEQSVBOSVEQiU4QyVEOCVCNCVEOSU4NiUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-80 size-full\" title=\"اپلیکیشن abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/اپلیکیشن-abt90.jpg\" alt=\"اپلیکیشن abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">اپلیکین سایت شرط بندی ای بی تی 90 یکی از برنامه ها و اپلیکیشن های تاپ سایت های شرط بندی است که با استفاده از آن می توان به سادگی و دور از هرگونه فیلتر شکنی اقدام به فعالیت در سایت شرط بندی معتبر ای بی تی 90 کرد.</p>\r\n<p style=\"text-align: justify;\">یکی دیگر از مزیت های این اپلیکیشن عدم نیاز به کامپیوتر و یا لب تاب است که محدودیت بسیاری از کاربران را از بین برده است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBRiVEOCVBNyVEOSU4NiVEOSU4NCVEOSU4OCVEOCVBRiUyMCVEOCVBNyVEOSVCRSVEOSU4NCVEQiU4QyVEQSVBOSVEQiU4QyVEOCVCNCVEOSU4NiUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-81 size-full\" title=\"دانلود اپلیکیشن سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-اپلیکیشن-سایت-abt90.jpg\" alt=\"دانلود اپلیکیشن سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">کاربران زیادی هستند که این روز ها به دنبال سایت شرط بندی معتبری هستند که دارای برنامه و یا اپلیکیشن شرط بندی نسخه اندروید باشد، تا بتوانند به سادگی و تنها با استفاده از یک تلفن همراه اندروید متصل به اینترنت، اقدام به فعالیت و شرط بندی در آن سایت کنند.</p>\r\n<p style=\"text-align: justify;\">با دانلود اپلیکیشن سایت abt90می توان به سادگی همه این کار ها را انجام داد.</p>\r\n[/vc_column_text][td_block_raw_css content=\"JTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnNXZWInJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmFidDkwa2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklM0IlMEElN0QlMEEuaGVhZGVyLWJveCUyMCU3QiUwQSUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjNiNDcwMjklM0IlMEElMjAlMjAlMkYqJTIwJTIzYjQ3MDI5KiUyRiUwQSUyMCUyMGNvbG9yJTNBJTIwd2hpdGUlM0IlMEElMjAlMjBwYWRkaW5nJTNBJTIwNXB4JTNCJTBBJTIwJTIwbWFyZ2luJTNBJTIwMjBweCUyMDAlM0IlMEElMjAlMjBib3JkZXItcmFkaXVzJTNBJTIwMTBweCUzQiUwQSUyMCUyMHRyYW5zaXRpb24lM0ElMjBib3gtc2hhZG93JTIwMC41cyUyMGVhc2UlM0IlMEElMjAlMjAlMkYqJTIwJUQ4JUFEJUQ4JUIwJUQ5JTgxJTIwdHJhbnNpdGlvbiUyMCVEOCVBOCVEOCVCMSVEOCVBNyVEQiU4QyUyMCVEOCVCMSVEOSU4NiVEQSVBRiUyMColMkYlMEElMjAlMjBwb3NpdGlvbiUzQSUyMHJlbGF0aXZlJTNCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnNXZWInJTJDJTIwc2Fucy1zZXJpZiUzQiUwQSUyMCUyMCUyRiolMjAlRDglQUElRDglQkElREIlOEMlREIlOEMlRDglQjElMjAlRDklODElRDklODglRDklODYlRDglQUElMjAlRDglQTglRDklODclMjBJUkFOU2Fuc1dlYiUyMColMkYlMEElMjAlMjBmb250LXNpemUlM0ElMjAxNnB4JTNCJTBBJTIwJTIwJTJGKiUyMCVEQSVBOSVEOCVBNyVEOSU4NyVEOCVCNCUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVCMiUyMCVEOSU4NSVEOCVBQSVEOSU4NiUyMColMkYlMEElMjAlMjBmb250LXdlaWdodCUzQSUyMDUwMCUzQiUwQSUyMCUyMCUyRiolMjAlREElQTklRDklODUlREIlOEMlMjAlREElQTklRDklODUlRDglQUElRDglQjElMjAlRDglQTclRDglQjIlMjAlRDglQTglRDklODglRDklODQlRDglQUYlMjAqJTJGJTBBJTIwJTIwYm94LXNoYWRvdyUzQSUyMDAlMjAxNXB4JTIwMTVweCUyMHJnYmEoMCUyQyUyMDAlMkMlMjAwJTJDJTIwMC4zKSUzQiUwQSUyMCUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlREElQTklRDglQjElRDglQUYlRDklODYlMjAlRDglQjMlRDglQTclREIlOEMlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQTclRDglQUIlRDglQjElMjAlRDglQjMlRDklODclMjAlRDglQTglRDglQjklRDglQUYlREIlOEMlMjAqJTJGJTBBJTdEJTBBLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMGJveC1zaGFkb3clM0ElMjAwJTIwMCUyMDIwcHglMjAlMjNiNDcwMjklM0IlMEElMjAlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ5JTg3JTIwJUQ4JUFGJUQ4JUIxJTIwJUQ4JUFEJUQ4JUE3JUQ5JTg0JUQ4JUFBJTIwJUQ5JTg3JUQ4JUE3JUQ5JTg4JUQ4JUIxJTIwKiUyRiUwQSUyMCUyMGNvbG9yJTNBJTIwd2hpdGUlM0IlMEElMjAlMjAlMkYqJTIwJUQ4JUFEJUQ5JTgxJUQ4JUI4JTIwJUQ4JUIxJUQ5JTg2JURBJUFGJTIwJUQ5JTg1JUQ4JUFBJUQ5JTg2JTIwJUQ4JUIzJUQ5JTgxJURCJThDJUQ4JUFGJTIwJUQ5JTg3JUQ5JTg2JURBJUFGJUQ4JUE3JUQ5JTg1JTIwJUQ5JTg3JUQ4JUE3JUQ5JTg4JUQ4JUIxJTIwKiUyRiUwQSU3RCUwQQ==\"][/vc_column][/vc_row][/tdc_zone]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(165, 33, '_wpb_vc_js_status', ''),
(166, 44, '_wp_attached_file', '2024/04/ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی.jpg'),
(167, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:112:\"2024/04/ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی.jpg\";s:8:\"filesize\";i:75070;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38262;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:111:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3743;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9932;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9410;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26136;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9932;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27019;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18207;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45484;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30443;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58564;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33154;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:110:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2398;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6087;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:111:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3249;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8494;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13216;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34904;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12830;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34278;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17526;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45484;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17914;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47758;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19811;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47758;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26099;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38174;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41606;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:112:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48443;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:111:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:111:\"ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:123:\"ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی\nhttp://abt90iran.bet\";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:{}}}'),
(168, 45, '_wp_attached_file', '2024/04/ای-بی-تی.jpg'),
(169, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2024/04/ای-بی-تی.jpg\";s:8:\"filesize\";i:61975;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5232;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32508;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:25:\"ای-بی-تی-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3636;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8994;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8192;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21637;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8994;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23340;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13885;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37837;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25549;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48878;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28512;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:24:\"ای-بی-تی-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2233;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5349;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:25:\"ای-بی-تی-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2927;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7284;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11314;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29125;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11142;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29264;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14733;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37837;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15528;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40666;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15899;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40666;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22605;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31644;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36029;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:26:\"ای-بی-تی-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41080;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:25:\"ای-بی-تی-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7211;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:25:\"ای-بی-تی-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4816;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"ای بی تی\nhttp://abt90iran.bet\";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:{}}}'),
(170, 46, '_wp_attached_file', '2024/04/abt90.jpg'),
(171, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2024/04/abt90.jpg\";s:8:\"filesize\";i:61517;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5025;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32734;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:16:\"abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3412;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:17:\"abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8742;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:17:\"abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8081;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:17:\"abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22121;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:17:\"abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8742;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:17:\"abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23344;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:17:\"abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13462;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:17:\"abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39025;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:17:\"abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25849;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:17:\"abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49627;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:17:\"abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28230;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:15:\"abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2116;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:17:\"abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5230;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:16:\"abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2886;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:17:\"abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7170;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:17:\"abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11136;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:17:\"abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29250;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:17:\"abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:17:\"abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29879;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:17:\"abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14854;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:17:\"abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39025;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:17:\"abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15803;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:17:\"abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41741;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:17:\"abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16057;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:17:\"abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41741;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:17:\"abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22767;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:17:\"abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32034;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:17:\"abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36876;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:17:\"abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42143;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:16:\"abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7043;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:16:\"abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:26:\"abt90\nhttp://abt90iran.bet\";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:{}}}'),
(172, 47, '_wp_attached_file', '2024/04/ای-بی-تی-۹۰.jpg'),
(173, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2024/04/ای-بی-تی-۹۰.jpg\";s:8:\"filesize\";i:64623;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34119;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-۹۰-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3687;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9312;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8369;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22248;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9312;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24530;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14631;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39312;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26215;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51642;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29660;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:29:\"ای-بی-تی-۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2215;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5396;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2952;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7427;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11372;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29687;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11907;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31226;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15101;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39312;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15997;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42110;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16747;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42110;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23846;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32389;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37717;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-۹۰-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43347;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7580;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4912;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:40:\"ای بی تی ۹۰\nhttp://abt90iran.bet\";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:{}}}'),
(174, 48, '_wp_attached_file', '2024/04/سایت-ای-بی-تی-۹۰.jpg'),
(175, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:40:\"2024/04/سایت-ای-بی-تی-۹۰.jpg\";s:8:\"filesize\";i:70718;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37633;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی-۹۰-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3810;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9909;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9166;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24885;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9909;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26845;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16755;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44280;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29067;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58127;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32854;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:38:\"سایت-ای-بی-تی-۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2365;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5855;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی-۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3133;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8028;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12360;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32877;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12831;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34674;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16380;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44280;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17341;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47542;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18802;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47542;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26556;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41595;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:40:\"سایت-ای-بی-تی-۹۰-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48559;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی-۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8154;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی-۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:63:\"سایت شرط بندی ای بی تی 90\nhttp://abt90iran.bet\";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:{}}}'),
(176, 49, '_wp_attached_file', '2024/04/سایت-abt90.jpg'),
(177, 49, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2024/04/سایت-abt90.jpg\";s:8:\"filesize\";i:64354;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5432;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33972;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:25:\"سایت-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3511;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8715;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23513;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24231;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14358;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41300;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27830;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51432;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29285;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:24:\"سایت-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2265;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5693;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:25:\"سایت-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3030;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7738;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12034;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31487;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11581;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15998;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41300;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43401;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17076;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43401;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23625;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34398;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38328;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43701;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:25:\"سایت-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7219;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:25:\"سایت-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4779;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(178, 50, '_wp_attached_file', '2024/04/سایت-abt90-1.jpg'),
(179, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2024/04/سایت-abt90-1.jpg\";s:8:\"filesize\";i:64354;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5432;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33972;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:27:\"سایت-abt90-1-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3511;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8715;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23513;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24231;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14358;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41300;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27830;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51432;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29285;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:26:\"سایت-abt90-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2265;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5693;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:27:\"سایت-abt90-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3030;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7738;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12034;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31487;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11581;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15998;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41300;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43401;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17076;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43401;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23625;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34398;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38328;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:28:\"سایت-abt90-1-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43701;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:27:\"سایت-abt90-1-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7219;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:27:\"سایت-abt90-1-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4779;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(180, 51, '_wp_attached_file', '2024/04/سایت-شرط-بندی-abt90.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2024/04/سایت-شرط-بندی-abt90.jpg\";s:8:\"filesize\";i:69928;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37361;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:41:\"سایت-شرط-بندی-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3800;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9852;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9104;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25042;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9852;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26601;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18109;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45674;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29391;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57836;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32252;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:40:\"سایت-شرط-بندی-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2376;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5887;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:41:\"سایت-شرط-بندی-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3157;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8042;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12485;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33305;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12834;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34487;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16611;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45674;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17720;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48880;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19655;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48880;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26312;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36923;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42649;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:42:\"سایت-شرط-بندی-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49582;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:41:\"سایت-شرط-بندی-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7962;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:41:\"سایت-شرط-بندی-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5077;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:51:\"سایت شرط بندی abt90\nhttp://abt90iran.bet\";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:{}}}'),
(182, 52, '_wp_attached_file', '2024/04/سایت-abt.jpg'),
(183, 52, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2024/04/سایت-abt.jpg\";s:8:\"filesize\";i:65642;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"سایت-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"سایت-abt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"سایت-abt-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34345;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"سایت-abt-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3567;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9055;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:24:\"سایت-abt-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8596;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23543;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:24:\"سایت-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9055;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24209;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:24:\"سایت-abt-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14981;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41306;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:24:\"سایت-abt-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27805;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52401;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:24:\"سایت-abt-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29712;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"سایت-abt-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2259;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5585;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"سایت-abt-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3027;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7706;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:24:\"سایت-abt-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11816;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31441;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:24:\"سایت-abt-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11663;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31213;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:24:\"سایت-abt-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15934;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41306;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:24:\"سایت-abt-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16520;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43932;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:24:\"سایت-abt-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16679;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:24:\"سایت-abt-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43932;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:24:\"سایت-abt-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23819;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:24:\"سایت-abt-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34401;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:24:\"سایت-abt-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38575;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:24:\"سایت-abt-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44454;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:23:\"سایت-abt-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7317;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"سایت-abt-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:33:\"سایت abt\nhttp://abt90iran.bet\";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:{}}}'),
(184, 53, '_wp_attached_file', '2024/04/abt-90.jpg'),
(185, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2024/04/abt-90.jpg\";s:8:\"filesize\";i:62056;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"abt-90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"abt-90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5197;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"abt-90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32868;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:17:\"abt-90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3529;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:18:\"abt-90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8224;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21891;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:18:\"abt-90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23343;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:18:\"abt-90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13922;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38932;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:18:\"abt-90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25510;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49530;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:18:\"abt-90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28360;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:16:\"abt-90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2202;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5312;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:17:\"abt-90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2958;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7285;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:18:\"abt-90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11043;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28937;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:18:\"abt-90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11232;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29573;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:18:\"abt-90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14652;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38932;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:18:\"abt-90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15744;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41575;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:18:\"abt-90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16253;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:18:\"abt-90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41575;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:18:\"abt-90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22646;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:18:\"abt-90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31569;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:18:\"abt-90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36564;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:18:\"abt-90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41943;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:17:\"abt-90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7133;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:17:\"abt-90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:27:\"abt 90\nhttp://abt90iran.bet\";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:{}}}'),
(186, 54, '_wp_attached_file', '2024/04/abt90s.jpg'),
(187, 54, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2024/04/abt90s.jpg\";s:8:\"filesize\";i:64786;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"abt90s-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"abt90s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5353;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"abt90s-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34467;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:17:\"abt90s-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3514;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9025;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:18:\"abt90s-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8400;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23036;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:18:\"abt90s-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9025;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24430;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:18:\"abt90s-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14762;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40583;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:18:\"abt90s-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27216;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52706;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:18:\"abt90s-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29745;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:16:\"abt90s-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2208;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5489;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:17:\"abt90s-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2945;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7511;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:18:\"abt90s-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11553;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30870;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:18:\"abt90s-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11694;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31566;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:18:\"abt90s-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15549;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40583;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:18:\"abt90s-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16248;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43718;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:18:\"abt90s-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17332;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:18:\"abt90s-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43718;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:18:\"abt90s-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23903;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:18:\"abt90s-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33927;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:18:\"abt90s-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38576;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:18:\"abt90s-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44735;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:17:\"abt90s-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7305;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:17:\"abt90s-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:27:\"abt90s\nhttp://abt90iran.bet\";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:{}}}'),
(188, 55, '_wp_attached_file', '2024/04/abt9-ورود.jpg'),
(189, 55, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2024/04/abt9-ورود.jpg\";s:8:\"filesize\";i:57392;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5423;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32520;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:24:\"abt9-ورود-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3466;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8725;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8279;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22537;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8725;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23089;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15231;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38546;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26252;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48719;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28050;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:23:\"abt9-ورود-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2160;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5355;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:24:\"abt9-ورود-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2896;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7367;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11358;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29366;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10970;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29071;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15115;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38546;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15648;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40540;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16954;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40540;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22397;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32094;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35886;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:25:\"abt9-ورود-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40927;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:24:\"abt9-ورود-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6959;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:24:\"abt9-ورود-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:34:\"abt9 ورود\nhttp://abt90iran.bet\";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:{}}}'),
(190, 56, '_wp_attached_file', '2024/04/abt-سایت.jpg'),
(191, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2024/04/abt-سایت.jpg\";s:8:\"filesize\";i:70911;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"abt-سایت-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"abt-سایت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5994;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"abt-سایت-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37831;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"abt-سایت-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3749;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9851;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:24:\"abt-سایت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9272;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25557;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:24:\"abt-سایت-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9851;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26941;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:24:\"abt-سایت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18451;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45343;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:24:\"abt-سایت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30255;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58114;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:24:\"abt-سایت-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32734;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"abt-سایت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2340;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6001;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"abt-سایت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8251;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:24:\"abt-سایت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12583;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33868;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:24:\"abt-سایت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12867;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34589;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:24:\"abt-سایت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16815;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45343;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:24:\"abt-سایت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17670;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48304;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:24:\"abt-سایت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20003;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:24:\"abt-سایت-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48304;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:24:\"abt-سایت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26573;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:24:\"abt-سایت-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37427;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:24:\"abt-سایت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42096;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:24:\"abt-سایت-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49131;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:23:\"abt-سایت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7975;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"abt-سایت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:33:\"abt سایت\nhttp://abt90iran.bet\";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:{}}}'),
(192, 57, '_wp_attached_file', '2024/04/سایت-شرط-بندی-ای-بی-تی-90.jpg'),
(193, 57, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:54:\"2024/04/سایت-شرط-بندی-ای-بی-تی-90.jpg\";s:8:\"filesize\";i:73210;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38411;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:53:\"سایت-شرط-بندی-ای-بی-تی-90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3772;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9681;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26919;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27248;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20247;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48733;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31536;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59516;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33411;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:52:\"سایت-شرط-بندی-ای-بی-تی-90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2385;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6212;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:53:\"سایت-شرط-بندی-ای-بی-تی-90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3261;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8453;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13346;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35699;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13010;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35366;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17711;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48733;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18621;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51060;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21416;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51060;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26978;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39611;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43818;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51258;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:53:\"سایت-شرط-بندی-ای-بی-تی-90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8094;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:53:\"سایت-شرط-بندی-ای-بی-تی-90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:65:\"سایت شرط بندی ای بی تی ۹۰\nhttp://abt90iran.bet\";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:{}}}'),
(194, 58, '_wp_attached_file', '2024/04/ورود-به-سایت-abt90.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 58, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:40:\"2024/04/ورود-به-سایت-abt90.jpg\";s:8:\"filesize\";i:71247;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37507;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:39:\"ورود-به-سایت-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3674;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9117;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25471;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26399;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30062;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58806;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32340;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:38:\"ورود-به-سایت-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2328;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:39:\"ورود-به-سایت-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3118;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7948;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34155;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12415;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34651;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16895;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17658;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20235;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26103;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37911;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43399;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50369;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:39:\"ورود-به-سایت-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7774;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:39:\"ورود-به-سایت-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:49:\"ورود به سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(196, 59, '_wp_attached_file', '2024/04/abt90-bet.jpg'),
(197, 59, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2024/04/abt90-bet.jpg\";s:8:\"filesize\";i:65964;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"abt90-bet-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"abt90-bet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"abt90-bet-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35983;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:20:\"abt90-bet-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3573;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9352;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:21:\"abt90-bet-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8827;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24283;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:21:\"abt90-bet-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9352;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25199;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:21:\"abt90-bet-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18166;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44055;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:21:\"abt90-bet-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28710;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54931;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:21:\"abt90-bet-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30962;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:19:\"abt90-bet-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2285;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5735;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:20:\"abt90-bet-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3133;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7877;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:21:\"abt90-bet-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12318;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32595;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:21:\"abt90-bet-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12084;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32741;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:21:\"abt90-bet-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16379;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44055;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:21:\"abt90-bet-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17059;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46754;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:21:\"abt90-bet-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19487;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:21:\"abt90-bet-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46754;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:21:\"abt90-bet-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24878;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:21:\"abt90-bet-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35911;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:21:\"abt90-bet-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41010;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:21:\"abt90-bet-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46937;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:20:\"abt90-bet-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7626;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:20:\"abt90-bet-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"abt90 bet\nhttp://abt90iran.bet\";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:{}}}'),
(198, 60, '_wp_attached_file', '2024/04/ای-بی-تی-90-انفجار.jpg'),
(199, 60, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2024/04/ای-بی-تی-90-انفجار.jpg\";s:8:\"filesize\";i:61375;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5498;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33010;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:41:\"ای-بی-تی-90-انفجار-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3495;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8972;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8490;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22840;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8972;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23723;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15310;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38911;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26216;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49834;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28911;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:40:\"ای-بی-تی-90-انفجار-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2226;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5500;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:41:\"ای-بی-تی-90-انفجار-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3020;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7674;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11463;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29626;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11467;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29785;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15241;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38911;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16058;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40840;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17231;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40840;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23062;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32126;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36346;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:42:\"ای-بی-تی-90-انفجار-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41407;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:41:\"ای-بی-تی-90-انفجار-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7148;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:41:\"ای-بی-تی-90-انفجار-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:51:\"ای بی تی 90 انفجار\nhttp://abt90iran.bet\";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:{}}}'),
(200, 61, '_wp_attached_file', '2024/04/سایت-ای-بی-تی۹۰.jpg'),
(201, 61, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2024/04/سایت-ای-بی-تی۹۰.jpg\";s:8:\"filesize\";i:69314;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10031;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6165;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37578;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:38:\"سایت-ای-بی-تی۹۰-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3848;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10031;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9310;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25331;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10031;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26799;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18494;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44907;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29908;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57297;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32706;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:37:\"سایت-ای-بی-تی۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2372;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6025;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:38:\"سایت-ای-بی-تی۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3163;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8204;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12763;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33720;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12798;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34314;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16777;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44907;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17833;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48108;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20084;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48108;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26456;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37173;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42255;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:39:\"سایت-ای-بی-تی۹۰-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49066;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:38:\"سایت-ای-بی-تی۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8239;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:38:\"سایت-ای-بی-تی۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:48:\"سایت ای بی تی۹۰\nhttp://abt90iran.bet\";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:{}}}'),
(202, 62, '_wp_attached_file', '2024/04/دانلود-فیلتر-شکن-abt.jpg'),
(203, 62, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2024/04/دانلود-فیلتر-شکن-abt.jpg\";s:8:\"filesize\";i:61592;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33331;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:45:\"دانلود-فیلتر-شکن-abt-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3606;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9072;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8214;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21808;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9072;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23442;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15027;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37951;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25280;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49666;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29133;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:44:\"دانلود-فیلتر-شکن-abt-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2262;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5473;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:45:\"دانلود-فیلتر-شکن-abt-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2997;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7452;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11217;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28637;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11755;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29589;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14646;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37951;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15429;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40343;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16270;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40343;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22831;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31100;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35927;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:46:\"دانلود-فیلتر-شکن-abt-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41302;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:45:\"دانلود-فیلتر-شکن-abt-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7277;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:45:\"دانلود-فیلتر-شکن-abt-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:55:\"دانلود فیلتر شکن abt\nhttp://abt90iran.bet\";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:{}}}'),
(204, 63, '_wp_attached_file', '2024/04/فیلتر-شکن-abt.jpg'),
(205, 63, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2024/04/فیلتر-شکن-abt.jpg\";s:8:\"filesize\";i:65061;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9288;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34085;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:32:\"فیلتر-شکن-abt-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3753;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9288;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8818;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23173;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9288;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24164;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15996;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39371;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26704;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50823;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29712;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:31:\"فیلتر-شکن-abt-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2358;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5721;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:32:\"فیلتر-شکن-abt-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3133;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7781;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11825;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29985;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11976;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30665;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15794;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39371;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16043;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41858;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17497;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41858;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23626;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32737;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37495;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:33:\"فیلتر-شکن-abt-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42888;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:32:\"فیلتر-شکن-abt-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7526;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:32:\"فیلتر-شکن-abt-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:42:\"فیلتر شکن abt\nhttp://abt90iran.bet\";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:{}}}'),
(206, 64, '_wp_attached_file', '2024/04/سایت-شرط-بندی-ای-بی-تی-90-1.jpg'),
(207, 64, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:56:\"2024/04/سایت-شرط-بندی-ای-بی-تی-90-1.jpg\";s:8:\"filesize\";i:73210;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38411;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:55:\"سایت-شرط-بندی-ای-بی-تی-90-1-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3772;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9681;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26919;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27248;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20247;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48733;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31536;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59516;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33411;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:54:\"سایت-شرط-بندی-ای-بی-تی-90-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2385;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6212;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:55:\"سایت-شرط-بندی-ای-بی-تی-90-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3261;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8453;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13346;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35699;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13010;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35366;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17711;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48733;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18621;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51060;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21416;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51060;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26978;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39611;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43818;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-ای-بی-تی-90-1-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51258;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:55:\"سایت-شرط-بندی-ای-بی-تی-90-1-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8094;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:55:\"سایت-شرط-بندی-ای-بی-تی-90-1-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:65:\"سایت شرط بندی ای بی تی ۹۰\nhttp://abt90iran.bet\";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:{}}}'),
(208, 65, '_wp_attached_file', '2024/04/ای-بی-تی۹۰.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 65, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2024/04/ای-بی-تی۹۰.jpg\";s:8:\"filesize\";i:65295;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35099;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:29:\"ای-بی-تی۹۰-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3648;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9283;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9041;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24806;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9283;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24880;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19727;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43292;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29703;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53830;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30549;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:28:\"ای-بی-تی۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2347;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5855;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:29:\"ای-بی-تی۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3135;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8024;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12625;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33615;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11964;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32078;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43292;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16837;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45262;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20466;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45262;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24573;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37208;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39549;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی۹۰-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45897;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:29:\"ای-بی-تی۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7606;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:29:\"ای-بی-تی۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4851;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:39:\"ای بی تی۹۰\nhttp://abt90iran.bet\";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:{}}}'),
(210, 66, '_wp_attached_file', '2024/04/ورود-به-سایت-abt90-1.jpg'),
(211, 66, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2024/04/ورود-به-سایت-abt90-1.jpg\";s:8:\"filesize\";i:71247;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37507;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-1-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3674;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9117;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25471;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26399;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30062;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58806;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32340;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2328;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3118;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7948;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34155;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12415;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34651;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16895;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17658;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20235;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26103;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37911;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43399;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-1-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50369;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-1-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7774;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-1-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:49:\"ورود به سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(212, 67, '_wp_attached_file', '2024/04/سایتabt9.jpg'),
(213, 67, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2024/04/سایتabt9.jpg\";s:8:\"filesize\";i:66665;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"سایتabt9-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"سایتabt9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"سایتabt9-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35829;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"سایتabt9-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3702;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9436;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:24:\"سایتabt9-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9089;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25155;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:24:\"سایتabt9-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9436;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25398;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:24:\"سایتabt9-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18208;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44654;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:24:\"سایتabt9-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29319;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55468;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:24:\"سایتabt9-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30996;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"سایتabt9-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2330;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5816;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"سایتabt9-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3158;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8055;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:24:\"سایتabt9-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12367;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33259;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:24:\"سایتabt9-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11966;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32967;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:24:\"سایتabt9-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16542;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44654;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:24:\"سایتabt9-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17427;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46921;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:24:\"سایتabt9-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19599;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:24:\"سایتabt9-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46921;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:24:\"سایتabt9-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25004;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:24:\"سایتabt9-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36765;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:24:\"سایتabt9-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40772;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:24:\"سایتabt9-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47240;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:23:\"سایتabt9-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7688;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"سایتabt9-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:33:\"سایتabt9\nhttp://abt90iran.bet\";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:{}}}'),
(214, 68, '_wp_attached_file', '2024/04/اي-بي-تي.jpg'),
(215, 68, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2024/04/اي-بي-تي.jpg\";s:8:\"filesize\";i:57784;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31154;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:25:\"اي-بي-تي-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3436;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8551;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8135;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21655;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8551;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22409;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37591;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25554;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47189;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27254;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:24:\"اي-بي-تي-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2197;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5332;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:25:\"اي-بي-تي-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2896;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7232;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11182;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29026;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10658;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28111;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14664;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37591;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15326;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39373;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15822;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39373;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21662;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31801;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34913;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:26:\"اي-بي-تي-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39749;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:25:\"اي-بي-تي-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6865;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:25:\"اي-بي-تي-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"اي بي تي\nhttp://abt90iran.bet\";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:{}}}'),
(216, 69, '_wp_attached_file', '2024/04/ای-بی-تی-ای.jpg'),
(217, 69, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2024/04/ای-بی-تی-ای.jpg\";s:8:\"filesize\";i:61674;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32899;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-ای-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3566;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8987;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8391;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22506;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8987;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23579;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14581;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39078;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25851;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49584;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28752;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:29:\"ای-بی-تی-ای-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2232;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5403;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-ای-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2953;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7419;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11367;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29359;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11421;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29957;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15079;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39078;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15956;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41090;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16780;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41090;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22979;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32028;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36652;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:31:\"ای-بی-تی-ای-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41874;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-ای-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7220;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:30:\"ای-بی-تی-ای-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:40:\"ای بی تی ای\nhttp://abt90iran.bet\";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:{}}}'),
(218, 70, '_wp_attached_file', '2024/04/سایت-abt-vpn.jpg'),
(219, 70, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2024/04/سایت-abt-vpn.jpg\";s:8:\"filesize\";i:63193;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33962;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:27:\"سایت-abt-vpn-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3643;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9095;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8406;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22760;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9095;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24121;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13527;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39811;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26708;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51114;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29387;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:26:\"سایت-abt-vpn-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2229;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5469;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:27:\"سایت-abt-vpn-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3033;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7580;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11404;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30142;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11632;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30698;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15135;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39811;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16094;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42482;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16473;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42482;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23703;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32690;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37969;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:28:\"سایت-abt-vpn-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43290;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:27:\"سایت-abt-vpn-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7371;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:27:\"سایت-abt-vpn-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:37:\"سایت abt vpn\nhttp://abt90iran.bet\";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:{}}}'),
(220, 71, '_wp_attached_file', '2024/04/سایت-ای-بی.jpg'),
(221, 71, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2024/04/سایت-ای-بی.jpg\";s:8:\"filesize\";i:62254;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33047;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:29:\"سایت-ای-بی-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3675;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9145;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8317;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21903;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9145;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23744;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14188;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37935;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25808;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49451;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28706;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:28:\"سایت-ای-بی-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2241;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5426;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:29:\"سایت-ای-بی-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2998;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7442;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11326;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29397;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11410;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29896;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14921;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37935;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15519;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40654;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16154;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40654;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22988;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31804;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36156;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:30:\"سایت-ای-بی-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41422;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:29:\"سایت-ای-بی-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7248;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:29:\"سایت-ای-بی-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:39:\"سایت ای بی\nhttp://abt90iran.bet\";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:{}}}'),
(222, 72, '_wp_attached_file', '2024/04/ادرس-سایت-abt90.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 72, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:35:\"2024/04/ادرس-سایت-abt90.jpg\";s:8:\"filesize\";i:55374;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5171;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31179;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:34:\"ادرس-سایت-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3438;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8335;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7803;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20748;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8335;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22312;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14459;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35524;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23388;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46255;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27190;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:33:\"ادرس-سایت-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2147;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5013;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:34:\"ادرس-سایت-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2909;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7034;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10277;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26860;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10754;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27785;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13707;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35524;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14464;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37488;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15936;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37488;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21418;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29178;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33614;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:35:\"ادرس-سایت-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38395;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:34:\"ادرس-سایت-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6728;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:34:\"ادرس-سایت-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:44:\"ادرس سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(224, 73, '_wp_attached_file', '2024/04/abt-bet.jpg'),
(225, 73, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2024/04/abt-bet.jpg\";s:8:\"filesize\";i:63312;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"abt-bet-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"abt-bet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"abt-bet-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33493;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:18:\"abt-bet-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3580;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9086;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:19:\"abt-bet-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8182;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22166;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:19:\"abt-bet-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9086;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23936;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:19:\"abt-bet-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13987;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38925;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:19:\"abt-bet-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50226;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:19:\"abt-bet-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29044;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:17:\"abt-bet-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2177;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5319;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:18:\"abt-bet-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2919;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7328;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:19:\"abt-bet-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11201;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29431;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:19:\"abt-bet-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11559;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30459;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:19:\"abt-bet-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14830;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38925;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:19:\"abt-bet-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15825;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41695;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:19:\"abt-bet-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16377;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:19:\"abt-bet-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41695;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:19:\"abt-bet-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23253;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:19:\"abt-bet-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31886;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:19:\"abt-bet-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37247;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:19:\"abt-bet-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42694;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:18:\"abt-bet-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7340;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:18:\"abt-bet-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4793;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:28:\"abt bet\nhttp://abt90iran.bet\";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:{}}}'),
(226, 74, '_wp_attached_file', '2024/04/ثبت-نام-در-سایت-abt90.jpg'),
(227, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:45:\"2024/04/ثبت-نام-در-سایت-abt90.jpg\";s:8:\"filesize\";i:65922;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5879;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35127;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:44:\"ثبت-نام-در-سایت-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3704;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9426;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8961;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23829;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9426;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25078;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16839;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40874;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27498;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52282;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30684;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:43:\"ثبت-نام-در-سایت-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2292;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5750;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:44:\"ثبت-نام-در-سایت-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3127;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7882;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11945;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30814;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12449;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32125;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15640;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40874;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16707;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43278;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18347;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43278;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24995;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33561;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38327;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44199;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:44:\"ثبت-نام-در-سایت-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7811;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:44:\"ثبت-نام-در-سایت-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5028;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:54:\"ثبت نام در سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(228, 75, '_wp_attached_file', '2024/04/ثبت-نام-در-سایت-ساشا-سبحانی.jpg'),
(229, 75, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:61:\"2024/04/ثبت-نام-در-سایت-ساشا-سبحانی.jpg\";s:8:\"filesize\";i:71471;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6166;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37994;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:60:\"ثبت-نام-در-سایت-ساشا-سبحانی-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3772;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9937;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9340;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25815;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9937;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27063;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19273;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45438;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30161;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57449;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33021;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:59:\"ثبت-نام-در-سایت-ساشا-سبحانی-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2359;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6023;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:60:\"ثبت-نام-در-سایت-ساشا-سبحانی-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3153;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8265;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12771;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34208;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12919;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34873;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17144;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45438;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18050;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47996;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20432;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47996;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26748;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37387;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42414;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:61:\"ثبت-نام-در-سایت-ساشا-سبحانی-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48303;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:60:\"ثبت-نام-در-سایت-ساشا-سبحانی-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7997;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:60:\"ثبت-نام-در-سایت-ساشا-سبحانی-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"ثبت نام در سایت ساشا سبحانی\nhttp://abt90iran.bet\";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:{}}}'),
(230, 76, '_wp_attached_file', '2024/04/abt90-ورود.jpg'),
(231, 76, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2024/04/abt90-ورود.jpg\";s:8:\"filesize\";i:61486;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5223;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33070;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:25:\"abt90-ورود-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3548;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8892;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8068;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21613;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8892;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23335;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15305;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37013;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25168;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49150;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28733;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:24:\"abt90-ورود-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2166;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5277;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:25:\"abt90-ورود-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2877;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7286;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10968;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28464;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11294;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29580;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14407;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37013;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15265;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39441;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16530;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39441;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23039;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30883;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35723;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:26:\"abt90-ورود-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40315;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:25:\"abt90-ورود-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7243;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:25:\"abt90-ورود-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"abt90 ورود\nhttp://abt90iran.bet\";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:{}}}'),
(232, 77, '_wp_attached_file', '2024/04/ورود-به-سایت-abt90-2.jpg'),
(233, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2024/04/ورود-به-سایت-abt90-2.jpg\";s:8:\"filesize\";i:71247;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37507;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-2-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3674;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9117;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25471;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26399;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30062;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58806;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32340;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2328;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3118;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7948;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34155;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12415;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34651;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16895;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17658;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20235;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26103;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37911;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43399;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-2-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50369;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-2-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7774;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-2-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:49:\"ورود به سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(234, 78, '_wp_attached_file', '2024/04/دانلود-اپلیکیشن-ای-بی-تی-۹۰.jpg'),
(235, 78, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:61:\"2024/04/دانلود-اپلیکیشن-ای-بی-تی-۹۰.jpg\";s:8:\"filesize\";i:70536;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9767;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36839;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:60:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3756;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9767;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9247;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25241;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9767;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26541;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17443;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44979;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29401;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57171;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32064;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:59:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2315;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5903;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:60:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3124;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8135;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12607;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33581;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12763;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34054;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16789;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44979;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17742;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47946;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18976;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47946;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25975;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37135;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42051;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:61:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49110;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:60:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7857;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:60:\"دانلود-اپلیکیشن-ای-بی-تی-۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"دانلود اپلیکیشن ای بی تی ۹۰\nhttp://abt90iran.bet\";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:{}}}'),
(236, 79, '_wp_attached_file', '2024/04/ورود-به-سایت-abt90-3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(237, 79, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2024/04/ورود-به-سایت-abt90-3.jpg\";s:8:\"filesize\";i:71247;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37507;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-3-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3674;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9117;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25471;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26399;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30062;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58806;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32340;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:40:\"ورود-به-سایت-abt90-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2328;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3118;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7948;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34155;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12415;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34651;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16895;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46724;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17658;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20235;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50009;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26103;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37911;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43399;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:42:\"ورود-به-سایت-abt90-3-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50369;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-3-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7774;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:41:\"ورود-به-سایت-abt90-3-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:49:\"ورود به سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(238, 80, '_wp_attached_file', '2024/04/اپلیکیشن-abt90.jpg'),
(239, 80, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2024/04/اپلیکیشن-abt90.jpg\";s:8:\"filesize\";i:64611;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9295;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34394;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:33:\"اپلیکیشن-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3644;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9295;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8742;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23629;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9295;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24725;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15676;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41474;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27510;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52141;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29966;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:32:\"اپلیکیشن-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2289;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5670;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:33:\"اپلیکیشن-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3069;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7835;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11888;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31005;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11891;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31310;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15852;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41474;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16709;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44160;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17460;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44160;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24029;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33985;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38542;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:34:\"اپلیکیشن-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44459;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:33:\"اپلیکیشن-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7469;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:33:\"اپلیکیشن-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4862;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"اپلیکیشن abt90\nhttp://abt90iran.bet\";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:{}}}'),
(240, 81, '_wp_attached_file', '2024/04/دانلود-اپلیکیشن-سایت-abt90.jpg'),
(241, 81, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:56:\"2024/04/دانلود-اپلیکیشن-سایت-abt90.jpg\";s:8:\"filesize\";i:67045;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35102;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:55:\"دانلود-اپلیکیشن-سایت-abt90-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3717;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9496;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9076;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24487;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9496;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25235;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16183;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42483;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28273;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-970x400.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53106;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30644;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:54:\"دانلود-اپلیکیشن-سایت-abt90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2338;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5829;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:55:\"دانلود-اپلیکیشن-سایت-abt90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3224;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8087;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12214;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32026;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12150;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31998;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16158;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42483;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17151;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44575;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44575;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24549;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34875;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38940;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:56:\"دانلود-اپلیکیشن-سایت-abt90-741x400.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45031;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:55:\"دانلود-اپلیکیشن-سایت-abt90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7662;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:55:\"دانلود-اپلیکیشن-سایت-abt90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4997;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:65:\"دانلود اپلیکیشن سایت abt90\nhttp://abt90iran.bet\";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:{}}}'),
(242, 83, 'tdn_pic', 'tdn_pic_1'),
(243, 83, '_wp_attached_file', 'tdn_pic_1.png'),
(244, 83, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:407;s:4:\"file\";s:13:\"tdn_pic_1.png\";s:8:\"filesize\";i:22393;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"tdn_pic_1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"tdn_pic_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7977;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(245, 84, 'tdn_pic', 'tdn_pic_2'),
(246, 84, '_wp_attached_file', 'tdn_pic_2.png'),
(247, 84, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:339;s:4:\"file\";s:13:\"tdn_pic_2.png\";s:8:\"filesize\";i:38534;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"tdn_pic_2-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"tdn_pic_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(248, 85, 'tdn_pic', 'tdn_pic_3'),
(249, 85, '_wp_attached_file', 'tdn_pic_3.png'),
(250, 85, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:360;s:4:\"file\";s:13:\"tdn_pic_3.png\";s:8:\"filesize\";i:62685;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"tdn_pic_3-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"tdn_pic_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11364;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(253, 33, '_yoast_wpseo_focuskw', 'ای بی تی'),
(254, 33, '_yoast_wpseo_title', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی'),
(255, 33, '_yoast_wpseo_metadesc', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی یکی از سایت های شرط بندی معروفی است که کاربران باتجربه و کارشناسان قدیمی صنعت شرط بندی ...'),
(256, 33, '_yoast_wpseo_linkdex', '67'),
(257, 33, '_yoast_wpseo_content_score', '30'),
(269, 12, '_wp_old_date', '2024-03-17'),
(270, 15, '_wp_old_date', '2024-03-17'),
(271, 17, '_wp_old_date', '2024-03-17'),
(272, 13, '_wp_old_date', '2024-03-17'),
(273, 14, '_wp_old_date', '2024-03-17'),
(274, 16, '_wp_old_date', '2024-03-17'),
(275, 90, '_menu_item_type', 'custom'),
(276, 90, '_menu_item_menu_item_parent', '0'),
(277, 90, '_menu_item_object_id', '90'),
(278, 90, '_menu_item_object', 'custom'),
(279, 90, '_menu_item_target', ''),
(280, 90, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(281, 90, '_menu_item_xfn', ''),
(282, 90, '_menu_item_url', 'http://abt90iran.bet/sitemap_index.xml'),
(284, 90, 'td_mega_menu_cat', ''),
(285, 90, 'td_mega_menu_page_id', ''),
(288, 6, '_wp_page_template', 'default'),
(289, 6, '_elementor_page_settings', 'a:2:{s:9:\"site_name\";s:17:\"ای بی تی 90\";s:16:\"site_description\";s:102:\"ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی\";}'),
(290, 93, '_wp_attached_file', '2024/05/BET303BET.gif'),
(291, 93, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:104;s:4:\"file\";s:21:\"2024/05/BET303BET.gif\";s:8:\"filesize\";i:712725;s:5:\"sizes\";a:33:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"BET303BET-300x39.gif\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"BET303BET-150x104.gif\";s:5:\"width\";i:150;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:185;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"BET303BET-768x100.gif\";s:5:\"width\";i:768;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:11798;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:20:\"BET303BET-150x20.gif\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:506;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:20:\"BET303BET-300x39.gif\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2033;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:21:\"BET303BET-218x104.gif\";s:5:\"width\";i:218;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:220;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-436x104.gif\";s:5:\"width\";i:436;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:315;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:20:\"BET303BET-300x39.gif\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2033;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:20:\"BET303BET-600x78.gif\";s:5:\"width\";i:600;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7357;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:21:\"BET303BET-324x104.gif\";s:5:\"width\";i:324;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:269;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-648x104.gif\";s:5:\"width\";i:648;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:10616;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:21:\"BET303BET-485x104.gif\";s:5:\"width\";i:485;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:334;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:20:\"BET303BET-696x90.gif\";s:5:\"width\";i:696;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9146;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:19:\"BET303BET-80x60.gif\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:108;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-160x104.gif\";s:5:\"width\";i:160;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:189;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:20:\"BET303BET-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:132;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-200x104.gif\";s:5:\"width\";i:200;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:211;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:21:\"BET303BET-265x104.gif\";s:5:\"width\";i:265;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:242;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-530x104.gif\";s:5:\"width\";i:530;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4539;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:21:\"BET303BET-324x104.gif\";s:5:\"width\";i:324;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:269;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-648x104.gif\";s:5:\"width\";i:648;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:10616;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:21:\"BET303BET-324x104.gif\";s:5:\"width\";i:324;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:269;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-648x104.gif\";s:5:\"width\";i:648;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:10616;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:21:\"BET303BET-356x104.gif\";s:5:\"width\";i:356;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:283;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-712x104.gif\";s:5:\"width\";i:712;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:11880;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:21:\"BET303BET-356x104.gif\";s:5:\"width\";i:356;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:283;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:21:\"BET303BET-712x104.gif\";s:5:\"width\";i:712;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:11880;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:21:\"BET303BET-533x104.gif\";s:5:\"width\";i:533;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4620;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:21:\"BET303BET-534x104.gif\";s:5:\"width\";i:534;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4631;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:21:\"BET303BET-696x104.gif\";s:5:\"width\";i:696;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:11529;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:21:\"BET303BET-741x104.gif\";s:5:\"width\";i:741;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12528;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:20:\"BET303BET-293x90.gif\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:243;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:20:\"BET303BET-190x74.gif\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(298, 95, '_menu_item_type', 'custom'),
(299, 95, '_menu_item_menu_item_parent', '0'),
(300, 95, '_menu_item_object_id', '95'),
(301, 95, '_menu_item_object', 'custom'),
(302, 95, '_menu_item_target', ''),
(303, 95, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(304, 95, '_menu_item_xfn', ''),
(305, 95, '_menu_item_url', 'http://abt90iran.bet/'),
(307, 95, 'td_mega_menu_cat', ''),
(308, 95, 'td_mega_menu_page_id', ''),
(309, 12, '_wp_old_date', '2024-05-07'),
(310, 15, '_wp_old_date', '2024-05-07'),
(311, 17, '_wp_old_date', '2024-05-07'),
(312, 13, '_wp_old_date', '2024-05-07'),
(313, 14, '_wp_old_date', '2024-05-07'),
(314, 16, '_wp_old_date', '2024-05-07'),
(315, 97, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(316, 97, '_amp_queried_object', 'a:2:{s:2:\"id\";i:24;s:4:\"type\";s:4:\"post\";}'),
(318, 97, '_wp_old_date', '2024-05-13'),
(319, 99, '_edit_last', '1'),
(320, 99, '_edit_lock', '1716557784:1'),
(321, 100, '_wp_attached_file', '2024/05/abt90.png'),
(322, 100, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:190;s:6:\"height\";i:85;s:4:\"file\";s:17:\"2024/05/abt90.png\";s:8:\"filesize\";i:20414;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"abt90-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12798;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:16:\"abt90-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11567;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:15:\"abt90-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6603;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:16:\"abt90-160x85.png\";s:5:\"width\";i:160;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13512;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:16:\"abt90-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8895;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:16:\"abt90-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(323, 99, 'bonus_promo_title', 'بانس اولین واریز کازینویی و پیش بینی ای بی تی 90 🎁'),
(324, 99, '_bonus_promo_title', 'field_562a42cf8ee36'),
(325, 99, 'free_spins_promo', '⚽️ 100% بونوس ورزشی کازینویی 🎲'),
(326, 99, '_free_spins_promo', 'field_595cd98dabd4f'),
(327, 99, 'custom_ordering', ''),
(328, 99, '_custom_ordering', 'field_5ba4b7dd39cde'),
(329, 99, 'affiliate_key', 'abt 90 bet'),
(330, 99, '_affiliate_key', 'field_5b3e1224aca4e'),
(331, 99, 'review_single_url', 'https://next303.buzz/fa/?action=register&btag=1666810_l268710'),
(332, 99, '_review_single_url', 'field_5b3e117caca4c'),
(333, 99, 'affiliate_url', 'https://next303.buzz/fa/?action=register&btag=1666810_l268710'),
(334, 99, '_affiliate_url', 'field_5b3e1216aca4d'),
(335, 99, 'affiliate_onclick_event', ''),
(336, 99, '_affiliate_onclick_event', 'field_5b3e12aeaca4f'),
(337, 99, 'affiliate_url_mobile', 'https://next303.buzz/fa/?action=register&btag=1666810_l268710'),
(338, 99, '_affiliate_url_mobile', 'field_562a454cfdir8'),
(339, 99, 'affiliate_onclick_event_mobile', ''),
(340, 99, '_affiliate_onclick_event_mobile', 'field_57458a362dirk'),
(341, 99, 'select_rating_mode', 'single'),
(342, 99, '_select_rating_mode', 'field_5b3cd74fdbd1b'),
(343, 99, 'single_rating', '10'),
(344, 99, '_single_rating', 'field_5b3cd78bdbd1c'),
(345, 99, 'affiliate_small_info', ''),
(346, 99, '_affiliate_small_info', 'field_562a435535a55'),
(347, 99, 'affiliate_info_list', ''),
(348, 99, '_affiliate_info_list', 'field_562a7050adf3a'),
(349, 99, 'pros', ''),
(350, 99, '_pros', 'field_566a7988de5d2'),
(351, 99, 'cons', ''),
(352, 99, '_cons', 'field_562a7992de5d4'),
(353, 99, 'terms_conditions_text', ''),
(354, 99, '_terms_conditions_text', 'field_5cf6331d68c4f'),
(355, 99, 'review_thumbnail', '100'),
(356, 99, '_review_thumbnail', 'field_5b34b4584909c'),
(357, 99, 'logo_background_color', ''),
(358, 99, '_logo_background_color', 'field_vnflluvfd7tvu'),
(359, 99, 'affiliate_thumbnails', ''),
(360, 99, '_affiliate_thumbnails', 'field_562a6c5d05b37'),
(361, 99, 'select_shortcode_single', 'pokareview_bonusbox'),
(362, 99, '_select_shortcode_single', 'field_5b3b66f071af1'),
(363, 99, 'shortcode_layout_bonusbox', 'style4'),
(364, 99, '_shortcode_layout_bonusbox', 'field_5b8fe8739bd2c'),
(365, 99, 'total_score_style_bonusbox', 'percentage'),
(366, 99, '_total_score_style_bonusbox', 'field_5b8fe8929bd2d'),
(367, 99, 'show_review_link', '1'),
(368, 99, '_show_review_link', 'field_c590y8br27tf4'),
(369, 101, '_edit_last', '1'),
(370, 101, '_edit_lock', '1720942818:1'),
(371, 102, '_wp_attached_file', '2024/05/303-220x90-1.png'),
(372, 102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:90;s:4:\"file\";s:24:\"2024/05/303-220x90-1.png\";s:8:\"filesize\";i:7259;s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4857;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5298;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-218x90.png\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7251;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"303-220x90-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2395;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-160x90.png\";s:5:\"width\";i:160;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5404;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3141;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-200x90.png\";s:5:\"width\";i:200;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6706;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"303-220x90-1-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(373, 101, 'bonus_promo_title', 'بت 303 🎁 بونوس 20% شارژ هدیه برای هر بار واریز'),
(374, 101, '_bonus_promo_title', 'field_562a42cf8ee36'),
(375, 101, 'free_spins_promo', '100% شارژ برای اولین واریز 😍 سریع ترین درگاه واریز و برداشت آنی'),
(376, 101, '_free_spins_promo', 'field_595cd98dabd4f'),
(377, 101, 'custom_ordering', ''),
(378, 101, '_custom_ordering', 'field_5ba4b7dd39cde'),
(379, 101, 'affiliate_key', 'BET303'),
(380, 101, '_affiliate_key', 'field_5b3e1224aca4e'),
(381, 101, 'review_single_url', 'https://bet303iran.bet/'),
(382, 101, '_review_single_url', 'field_5b3e117caca4c'),
(383, 101, 'affiliate_url', 'https://bet303iran.bet/'),
(384, 101, '_affiliate_url', 'field_5b3e1216aca4d'),
(385, 101, 'affiliate_onclick_event', ''),
(386, 101, '_affiliate_onclick_event', 'field_5b3e12aeaca4f'),
(387, 101, 'affiliate_url_mobile', 'https://bit.ly/BET303COM'),
(388, 101, '_affiliate_url_mobile', 'field_562a454cfdir8'),
(389, 101, 'affiliate_onclick_event_mobile', ''),
(390, 101, '_affiliate_onclick_event_mobile', 'field_57458a362dirk'),
(391, 101, 'select_rating_mode', 'single'),
(392, 101, '_select_rating_mode', 'field_5b3cd74fdbd1b'),
(393, 101, 'single_rating', '10'),
(394, 101, '_single_rating', 'field_5b3cd78bdbd1c'),
(395, 101, 'affiliate_small_info', ''),
(396, 101, '_affiliate_small_info', 'field_562a435535a55'),
(397, 101, 'affiliate_info_list', ''),
(398, 101, '_affiliate_info_list', 'field_562a7050adf3a'),
(399, 101, 'pros', ''),
(400, 101, '_pros', 'field_566a7988de5d2'),
(401, 101, 'cons', ''),
(402, 101, '_cons', 'field_562a7992de5d4'),
(403, 101, 'terms_conditions_text', ''),
(404, 101, '_terms_conditions_text', 'field_5cf6331d68c4f'),
(405, 101, 'review_thumbnail', '102'),
(406, 101, '_review_thumbnail', 'field_5b34b4584909c'),
(407, 101, 'logo_background_color', ''),
(408, 101, '_logo_background_color', 'field_vnflluvfd7tvu'),
(409, 101, 'affiliate_thumbnails', ''),
(410, 101, '_affiliate_thumbnails', 'field_562a6c5d05b37'),
(411, 101, 'select_shortcode_single', 'pokareview_bonusbox'),
(412, 101, '_select_shortcode_single', 'field_5b3b66f071af1'),
(413, 101, 'shortcode_layout_bonusbox', 'style4'),
(414, 101, '_shortcode_layout_bonusbox', 'field_5b8fe8739bd2c'),
(415, 101, 'total_score_style_bonusbox', 'percentage'),
(416, 101, '_total_score_style_bonusbox', 'field_5b8fe8929bd2d'),
(417, 101, 'show_review_link', '1'),
(418, 101, '_show_review_link', 'field_c590y8br27tf4'),
(419, 103, '_edit_last', '1'),
(420, 103, '_edit_lock', '1720942817:1'),
(421, 104, '_wp_attached_file', '2024/05/betyek-new-1.png'),
(422, 104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:190;s:6:\"height\";i:85;s:4:\"file\";s:24:\"2024/05/betyek-new-1.png\";s:8:\"filesize\";i:9616;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"betyek-new-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4535;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"betyek-new-1-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4816;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"betyek-new-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2597;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:23:\"betyek-new-1-160x85.png\";s:5:\"width\";i:160;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4740;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"betyek-new-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3517;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"betyek-new-1-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(423, 103, 'bonus_promo_title', 'بت یک🎁 بونوس۱۰۰٪ شارژ هدیه برای هر واریز '),
(424, 103, '_bonus_promo_title', 'field_562a42cf8ee36'),
(425, 103, 'free_spins_promo', '⚽️ 100% بونوس ورزشی کازینویی 🎲 اولین و معتبرترین بت یک BetYek 🇮🇷'),
(426, 103, '_free_spins_promo', 'field_595cd98dabd4f'),
(427, 103, 'custom_ordering', ''),
(428, 103, '_custom_ordering', 'field_5ba4b7dd39cde'),
(429, 103, 'affiliate_key', 'BetYek'),
(430, 103, '_affiliate_key', 'field_5b3e1224aca4e'),
(431, 103, 'review_single_url', 'https://betyek.net/'),
(432, 103, '_review_single_url', 'field_5b3e117caca4c'),
(433, 103, 'affiliate_url', 'https://betyek.net/'),
(434, 103, '_affiliate_url', 'field_5b3e1216aca4d'),
(435, 103, 'affiliate_onclick_event', ''),
(436, 103, '_affiliate_onclick_event', 'field_5b3e12aeaca4f'),
(437, 103, 'affiliate_url_mobile', 'https://betyek.com/V1L3VzZXIvc2lnbnVw/?referer=88050'),
(438, 103, '_affiliate_url_mobile', 'field_562a454cfdir8'),
(439, 103, 'affiliate_onclick_event_mobile', ''),
(440, 103, '_affiliate_onclick_event_mobile', 'field_57458a362dirk'),
(441, 103, 'select_rating_mode', 'single'),
(442, 103, '_select_rating_mode', 'field_5b3cd74fdbd1b'),
(443, 103, 'single_rating', '10'),
(444, 103, '_single_rating', 'field_5b3cd78bdbd1c'),
(445, 103, 'affiliate_small_info', ''),
(446, 103, '_affiliate_small_info', 'field_562a435535a55'),
(447, 103, 'affiliate_info_list', ''),
(448, 103, '_affiliate_info_list', 'field_562a7050adf3a'),
(449, 103, 'pros', ''),
(450, 103, '_pros', 'field_566a7988de5d2'),
(451, 103, 'cons', ''),
(452, 103, '_cons', 'field_562a7992de5d4'),
(453, 103, 'terms_conditions_text', ''),
(454, 103, '_terms_conditions_text', 'field_5cf6331d68c4f'),
(455, 103, 'review_thumbnail', '104'),
(456, 103, '_review_thumbnail', 'field_5b34b4584909c'),
(457, 103, 'logo_background_color', ''),
(458, 103, '_logo_background_color', 'field_vnflluvfd7tvu'),
(459, 103, 'affiliate_thumbnails', ''),
(460, 103, '_affiliate_thumbnails', 'field_562a6c5d05b37'),
(461, 103, 'select_shortcode_single', 'pokareview_bonusbox'),
(462, 103, '_select_shortcode_single', 'field_5b3b66f071af1'),
(463, 103, 'shortcode_layout_bonusbox', 'style4'),
(464, 103, '_shortcode_layout_bonusbox', 'field_5b8fe8739bd2c'),
(465, 103, 'total_score_style_bonusbox', 'percentage'),
(466, 103, '_total_score_style_bonusbox', 'field_5b8fe8929bd2d'),
(467, 103, 'show_review_link', '1'),
(468, 103, '_show_review_link', 'field_c590y8br27tf4'),
(469, 105, '_edit_last', '1'),
(470, 105, '_edit_lock', '1720942817:1'),
(471, 106, '_wp_attached_file', '2024/05/Untitled-5-2.png'),
(472, 106, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:293;s:6:\"height\";i:90;s:4:\"file\";s:24:\"2024/05/Untitled-5-2.png\";s:8:\"filesize\";i:7607;s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3180;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3461;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-218x90.png\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4845;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"Untitled-5-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1661;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-160x90.png\";s:5:\"width\";i:160;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3452;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2313;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-200x90.png\";s:5:\"width\";i:200;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4361;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-265x90.png\";s:5:\"width\";i:265;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5882;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"Untitled-5-2-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(473, 105, 'bonus_promo_title', 'وان ایکس یک بت 🎁 بونوس۱۰۰٪ شارژ هدیه برای هر واریز '),
(474, 105, '_bonus_promo_title', 'field_562a42cf8ee36'),
(475, 105, 'free_spins_promo', '⚽️ 100% بونوس ورزشی کازینویی 🎲 انفجار  🧨'),
(476, 105, '_free_spins_promo', 'field_595cd98dabd4f'),
(477, 105, 'custom_ordering', ''),
(478, 105, '_custom_ordering', 'field_5ba4b7dd39cde'),
(479, 105, 'affiliate_key', '1XYek'),
(480, 105, '_affiliate_key', 'field_5b3e1224aca4e'),
(481, 105, 'review_single_url', 'https://1xyek.net/'),
(482, 105, '_review_single_url', 'field_5b3e117caca4c'),
(483, 105, 'affiliate_url', 'https://1xyek.net/'),
(484, 105, '_affiliate_url', 'field_5b3e1216aca4d'),
(485, 105, 'affiliate_onclick_event', ''),
(486, 105, '_affiliate_onclick_event', 'field_5b3e12aeaca4f'),
(487, 105, 'affiliate_url_mobile', 'https://1xyek.com/V1L3VzZXIvc2lnbnVw/?referer=175999'),
(488, 105, '_affiliate_url_mobile', 'field_562a454cfdir8'),
(489, 105, 'affiliate_onclick_event_mobile', ''),
(490, 105, '_affiliate_onclick_event_mobile', 'field_57458a362dirk'),
(491, 105, 'select_rating_mode', 'single'),
(492, 105, '_select_rating_mode', 'field_5b3cd74fdbd1b'),
(493, 105, 'single_rating', '10'),
(494, 105, '_single_rating', 'field_5b3cd78bdbd1c'),
(495, 105, 'affiliate_small_info', ''),
(496, 105, '_affiliate_small_info', 'field_562a435535a55'),
(497, 105, 'affiliate_info_list', ''),
(498, 105, '_affiliate_info_list', 'field_562a7050adf3a'),
(499, 105, 'pros', ''),
(500, 105, '_pros', 'field_566a7988de5d2'),
(501, 105, 'cons', ''),
(502, 105, '_cons', 'field_562a7992de5d4'),
(503, 105, 'terms_conditions_text', ''),
(504, 105, '_terms_conditions_text', 'field_5cf6331d68c4f'),
(505, 105, 'review_thumbnail', '106'),
(506, 105, '_review_thumbnail', 'field_5b34b4584909c');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(507, 105, 'logo_background_color', ''),
(508, 105, '_logo_background_color', 'field_vnflluvfd7tvu'),
(509, 105, 'affiliate_thumbnails', ''),
(510, 105, '_affiliate_thumbnails', 'field_562a6c5d05b37'),
(511, 105, 'select_shortcode_single', 'pokareview_bonusbox'),
(512, 105, '_select_shortcode_single', 'field_5b3b66f071af1'),
(513, 105, 'shortcode_layout_bonusbox', 'style4'),
(514, 105, '_shortcode_layout_bonusbox', 'field_5b8fe8739bd2c'),
(515, 105, 'total_score_style_bonusbox', 'percentage'),
(516, 105, '_total_score_style_bonusbox', 'field_5b8fe8929bd2d'),
(517, 105, 'show_review_link', '1'),
(518, 105, '_show_review_link', 'field_c590y8br27tf4'),
(519, 107, '_edit_last', '1'),
(520, 107, '_edit_lock', '1720942816:1'),
(521, 108, '_wp_attached_file', '2024/05/Untitled-3-2.png'),
(522, 108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:293;s:6:\"height\";i:90;s:4:\"file\";s:24:\"2024/05/Untitled-3-2.png\";s:8:\"filesize\";i:7316;s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2627;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3227;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-218x90.png\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4057;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"Untitled-3-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1786;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-160x90.png\";s:5:\"width\";i:160;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2778;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2565;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-200x90.png\";s:5:\"width\";i:200;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3600;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-265x90.png\";s:5:\"width\";i:265;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5158;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"Untitled-3-2-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(523, 107, 'bonus_promo_title', 'وان ایکس برو بت 🎁 بونوس۱۰۰٪ شارژ هدیه برای هر واریز '),
(524, 107, '_bonus_promo_title', 'field_562a42cf8ee36'),
(525, 107, 'free_spins_promo', '💣 بازی مهیج انفجار بدون باخت ⚽️ 100% بونوس ورزشی کازینویی 1XBoro'),
(526, 107, '_free_spins_promo', 'field_595cd98dabd4f'),
(527, 107, 'custom_ordering', ''),
(528, 107, '_custom_ordering', 'field_5ba4b7dd39cde'),
(529, 107, 'affiliate_key', '1xborobet'),
(530, 107, '_affiliate_key', 'field_5b3e1224aca4e'),
(531, 107, 'review_single_url', 'https://1xborokade.com/'),
(532, 107, '_review_single_url', 'field_5b3e117caca4c'),
(533, 107, 'affiliate_url', 'https://1xborokade.com/'),
(534, 107, '_affiliate_url', 'field_5b3e1216aca4d'),
(535, 107, 'affiliate_onclick_event', ''),
(536, 107, '_affiliate_onclick_event', 'field_5b3e12aeaca4f'),
(537, 107, 'affiliate_url_mobile', 'https://1xborobet.com/V1L3VzZXIvc2lnbnVw/?referer=93389'),
(538, 107, '_affiliate_url_mobile', 'field_562a454cfdir8'),
(539, 107, 'affiliate_onclick_event_mobile', ''),
(540, 107, '_affiliate_onclick_event_mobile', 'field_57458a362dirk'),
(541, 107, 'select_rating_mode', 'single'),
(542, 107, '_select_rating_mode', 'field_5b3cd74fdbd1b'),
(543, 107, 'single_rating', '10'),
(544, 107, '_single_rating', 'field_5b3cd78bdbd1c'),
(545, 107, 'affiliate_small_info', ''),
(546, 107, '_affiliate_small_info', 'field_562a435535a55'),
(547, 107, 'affiliate_info_list', ''),
(548, 107, '_affiliate_info_list', 'field_562a7050adf3a'),
(549, 107, 'pros', ''),
(550, 107, '_pros', 'field_566a7988de5d2'),
(551, 107, 'cons', ''),
(552, 107, '_cons', 'field_562a7992de5d4'),
(553, 107, 'terms_conditions_text', ''),
(554, 107, '_terms_conditions_text', 'field_5cf6331d68c4f'),
(555, 107, 'review_thumbnail', '108'),
(556, 107, '_review_thumbnail', 'field_5b34b4584909c'),
(557, 107, 'logo_background_color', ''),
(558, 107, '_logo_background_color', 'field_vnflluvfd7tvu'),
(559, 107, 'affiliate_thumbnails', ''),
(560, 107, '_affiliate_thumbnails', 'field_562a6c5d05b37'),
(561, 107, 'select_shortcode_single', 'pokareview_bonusbox'),
(562, 107, '_select_shortcode_single', 'field_5b3b66f071af1'),
(563, 107, 'shortcode_layout_bonusbox', 'style4'),
(564, 107, '_shortcode_layout_bonusbox', 'field_5b8fe8739bd2c'),
(565, 107, 'total_score_style_bonusbox', 'percentage'),
(566, 107, '_total_score_style_bonusbox', 'field_5b8fe8929bd2d'),
(567, 107, 'show_review_link', '1'),
(568, 107, '_show_review_link', 'field_c590y8br27tf4'),
(569, 109, '_edit_last', '1'),
(570, 109, '_edit_lock', '1720942816:1'),
(571, 110, '_wp_attached_file', '2024/05/jetbet-new-2.png'),
(572, 110, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:190;s:6:\"height\";i:85;s:4:\"file\";s:24:\"2024/05/jetbet-new-2.png\";s:8:\"filesize\";i:19259;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"jetbet-new-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7680;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:23:\"jetbet-new-2-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8612;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:22:\"jetbet-new-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4282;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:23:\"jetbet-new-2-160x85.png\";s:5:\"width\";i:160;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8166;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:23:\"jetbet-new-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5592;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:23:\"jetbet-new-2-190x74.png\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10077;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(573, 109, 'bonus_promo_title', 'جت بت 🎁 بونوس۱۰۰٪ شارژ هدیه برای هر واریز '),
(574, 109, '_bonus_promo_title', 'field_562a42cf8ee36'),
(575, 109, 'free_spins_promo', '⚽️ 100% بونوس ورزشی کازینویی 🎲 🚀 هدیه واریز با تمام متد های پرداختی ریالی و ارزی در جت بت🚀'),
(576, 109, '_free_spins_promo', 'field_595cd98dabd4f'),
(577, 109, 'custom_ordering', ''),
(578, 109, '_custom_ordering', 'field_5ba4b7dd39cde'),
(579, 109, 'affiliate_key', 'JetBet'),
(580, 109, '_affiliate_key', 'field_5b3e1224aca4e'),
(581, 109, 'review_single_url', 'https://jetbetkade.com/'),
(582, 109, '_review_single_url', 'field_5b3e117caca4c'),
(583, 109, 'affiliate_url', 'https://jetbetkade.com/'),
(584, 109, '_affiliate_url', 'field_5b3e1216aca4d'),
(585, 109, 'affiliate_onclick_event', ''),
(586, 109, '_affiliate_onclick_event', 'field_5b3e12aeaca4f'),
(587, 109, 'affiliate_url_mobile', 'https://jet90bet.com/V1L3VzZXIvc2lnbnVw/?referer=160310'),
(588, 109, '_affiliate_url_mobile', 'field_562a454cfdir8'),
(589, 109, 'affiliate_onclick_event_mobile', ''),
(590, 109, '_affiliate_onclick_event_mobile', 'field_57458a362dirk'),
(591, 109, 'select_rating_mode', 'single'),
(592, 109, '_select_rating_mode', 'field_5b3cd74fdbd1b'),
(593, 109, 'single_rating', '10'),
(594, 109, '_single_rating', 'field_5b3cd78bdbd1c'),
(595, 109, 'affiliate_small_info', ''),
(596, 109, '_affiliate_small_info', 'field_562a435535a55'),
(597, 109, 'affiliate_info_list', ''),
(598, 109, '_affiliate_info_list', 'field_562a7050adf3a'),
(599, 109, 'pros', ''),
(600, 109, '_pros', 'field_566a7988de5d2'),
(601, 109, 'cons', ''),
(602, 109, '_cons', 'field_562a7992de5d4'),
(603, 109, 'terms_conditions_text', ''),
(604, 109, '_terms_conditions_text', 'field_5cf6331d68c4f'),
(605, 109, 'review_thumbnail', '110'),
(606, 109, '_review_thumbnail', 'field_5b34b4584909c'),
(607, 109, 'logo_background_color', ''),
(608, 109, '_logo_background_color', 'field_vnflluvfd7tvu'),
(609, 109, 'affiliate_thumbnails', ''),
(610, 109, '_affiliate_thumbnails', 'field_562a6c5d05b37'),
(611, 109, 'select_shortcode_single', 'pokareview_bonusbox'),
(612, 109, '_select_shortcode_single', 'field_5b3b66f071af1'),
(613, 109, 'shortcode_layout_bonusbox', 'style4'),
(614, 109, '_shortcode_layout_bonusbox', 'field_5b8fe8739bd2c'),
(615, 109, 'total_score_style_bonusbox', 'percentage'),
(616, 109, '_total_score_style_bonusbox', 'field_5b8fe8929bd2d'),
(617, 109, 'show_review_link', '1'),
(618, 109, '_show_review_link', 'field_c590y8br27tf4'),
(619, 112, '_menu_item_type', 'taxonomy'),
(620, 112, '_menu_item_menu_item_parent', '0'),
(621, 112, '_menu_item_object_id', '13'),
(622, 112, '_menu_item_object', 'category'),
(623, 112, '_menu_item_target', ''),
(624, 112, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(625, 112, '_menu_item_xfn', ''),
(626, 112, '_menu_item_url', ''),
(628, 113, '_menu_item_type', 'taxonomy'),
(629, 113, '_menu_item_menu_item_parent', '0'),
(630, 113, '_menu_item_object_id', '11'),
(631, 113, '_menu_item_object', 'category'),
(632, 113, '_menu_item_target', ''),
(633, 113, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(634, 113, '_menu_item_xfn', ''),
(635, 113, '_menu_item_url', ''),
(637, 95, '_wp_old_date', '2024-05-13'),
(638, 12, '_wp_old_date', '2024-05-13'),
(639, 15, '_wp_old_date', '2024-05-13'),
(640, 17, '_wp_old_date', '2024-05-13'),
(641, 13, '_wp_old_date', '2024-05-13'),
(642, 14, '_wp_old_date', '2024-05-13'),
(643, 16, '_wp_old_date', '2024-05-13'),
(644, 112, 'td_mega_menu_cat', ''),
(645, 112, 'td_mega_menu_page_id', ''),
(646, 113, 'td_mega_menu_cat', ''),
(647, 113, 'td_mega_menu_page_id', ''),
(648, 97, '_wp_old_date', '2024-05-20'),
(649, 97, '_wp_old_date', '2024-05-27'),
(650, 97, '_wp_old_date', '2024-06-03'),
(651, 97, '_wp_old_date', '2024-06-11'),
(652, 97, '_wp_old_date', '2024-06-18'),
(653, 97, '_wp_old_date', '2024-06-25'),
(654, 97, '_wp_old_date', '2024-07-02'),
(655, 109, 'post_views_count', '0'),
(656, 107, 'post_views_count', '0'),
(657, 105, 'post_views_count', '0'),
(658, 103, 'post_views_count', '0'),
(659, 101, 'post_views_count', '0'),
(660, 99, 'post_views_count', '0'),
(661, 97, '_wp_old_date', '2024-07-09'),
(662, 97, '_wp_old_date', '2024-07-16'),
(663, 97, '_wp_old_date', '2024-07-23'),
(664, 97, '_wp_old_date', '2024-07-30'),
(665, 97, '_wp_old_date', '2024-08-06'),
(666, 97, '_wp_old_date', '2024-08-13'),
(667, 97, '_wp_old_date', '2024-08-20'),
(668, 97, '_wp_old_date', '2024-08-27'),
(669, 97, '_wp_old_date', '2024-09-03'),
(670, 97, '_wp_old_date', '2024-09-10'),
(671, 97, '_wp_old_date', '2024-09-17'),
(672, 97, '_wp_old_date', '2024-09-24'),
(673, 97, '_wp_old_date', '2024-10-01'),
(674, 97, '_wp_old_date', '2024-10-08'),
(675, 6, 'post_views_count', '55'),
(676, 120, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(677, 120, '_amp_queried_object', 'a:2:{s:2:\"id\";i:33;s:4:\"type\";s:4:\"post\";}'),
(679, 121, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(680, 121, '_amp_queried_object', 'a:2:{s:2:\"id\";i:6;s:4:\"type\";s:4:\"post\";}'),
(682, 122, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(686, 120, '_wp_old_date', '2024-10-15'),
(687, 97, '_wp_old_date', '2024-10-15'),
(689, 121, '_wp_old_date', '2024-10-15'),
(691, 122, '_wp_old_date', '2024-10-15'),
(692, 120, '_wp_old_date', '2024-10-22'),
(693, 97, '_wp_old_date', '2024-10-22'),
(696, 121, '_wp_old_date', '2024-10-22'),
(697, 122, '_wp_old_date', '2024-10-22'),
(700, 120, '_wp_old_date', '2024-10-29'),
(701, 97, '_wp_old_date', '2024-10-29'),
(703, 121, '_wp_old_date', '2024-10-29'),
(704, 122, '_wp_old_date', '2024-10-30'),
(705, 127, '_menu_item_type', 'custom'),
(706, 127, '_menu_item_menu_item_parent', '0'),
(707, 127, '_menu_item_object_id', '127'),
(708, 127, '_menu_item_object', 'custom'),
(709, 127, '_menu_item_target', ''),
(710, 127, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(711, 127, '_menu_item_xfn', ''),
(712, 127, '_menu_item_url', 'https://yekbetkade.com/'),
(713, 127, '_menu_item_orphaned', '1730557013'),
(714, 128, '_menu_item_type', 'custom'),
(715, 128, '_menu_item_menu_item_parent', '0'),
(716, 128, '_menu_item_object_id', '128'),
(717, 128, '_menu_item_object', 'custom'),
(718, 128, '_menu_item_target', ''),
(719, 128, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(720, 128, '_menu_item_xfn', ''),
(721, 128, '_menu_item_url', 'https://rocketbet.pro/'),
(723, 129, '_menu_item_type', 'custom'),
(724, 129, '_menu_item_menu_item_parent', '0'),
(725, 129, '_menu_item_object_id', '129'),
(726, 129, '_menu_item_object', 'custom'),
(727, 129, '_menu_item_target', ''),
(728, 129, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(729, 129, '_menu_item_xfn', ''),
(730, 129, '_menu_item_url', 'https://casinokade.online/'),
(732, 130, '_menu_item_type', 'custom'),
(733, 130, '_menu_item_menu_item_parent', '0'),
(734, 130, '_menu_item_object_id', '130'),
(735, 130, '_menu_item_object', 'custom'),
(736, 130, '_menu_item_target', ''),
(737, 130, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(738, 130, '_menu_item_xfn', ''),
(739, 130, '_menu_item_url', 'https://daf.bet/'),
(741, 131, '_menu_item_type', 'custom'),
(742, 131, '_menu_item_menu_item_parent', '0'),
(743, 131, '_menu_item_object_id', '131'),
(744, 131, '_menu_item_object', 'custom'),
(745, 131, '_menu_item_target', ''),
(746, 131, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(747, 131, '_menu_item_xfn', ''),
(748, 131, '_menu_item_url', 'https://jetbetkade.com/'),
(750, 132, '_menu_item_type', 'custom'),
(751, 132, '_menu_item_menu_item_parent', '0'),
(752, 132, '_menu_item_object_id', '132'),
(753, 132, '_menu_item_object', 'custom'),
(754, 132, '_menu_item_target', ''),
(755, 132, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(756, 132, '_menu_item_xfn', ''),
(757, 132, '_menu_item_url', 'https://hotbetkade.com/'),
(759, 133, '_menu_item_type', 'custom'),
(760, 133, '_menu_item_menu_item_parent', '0'),
(761, 133, '_menu_item_object_id', '133'),
(762, 133, '_menu_item_object', 'custom'),
(763, 133, '_menu_item_target', ''),
(764, 133, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(765, 133, '_menu_item_xfn', ''),
(766, 133, '_menu_item_url', 'https://shart.casino/'),
(768, 90, '_wp_old_date', '2024-05-07'),
(769, 128, 'td_mega_menu_cat', ''),
(770, 128, 'td_mega_menu_page_id', ''),
(771, 129, 'td_mega_menu_cat', ''),
(772, 129, 'td_mega_menu_page_id', ''),
(773, 130, 'td_mega_menu_cat', ''),
(774, 130, 'td_mega_menu_page_id', ''),
(775, 131, 'td_mega_menu_cat', ''),
(776, 131, 'td_mega_menu_page_id', ''),
(777, 132, 'td_mega_menu_cat', ''),
(778, 132, 'td_mega_menu_page_id', ''),
(779, 133, 'td_mega_menu_cat', ''),
(780, 133, 'td_mega_menu_page_id', ''),
(781, 134, '_menu_item_type', 'custom'),
(782, 134, '_menu_item_menu_item_parent', '0'),
(783, 134, '_menu_item_object_id', '134'),
(784, 134, '_menu_item_object', 'custom'),
(785, 134, '_menu_item_target', ''),
(786, 134, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(787, 134, '_menu_item_xfn', ''),
(788, 134, '_menu_item_url', 'https://enfejwin.com/'),
(790, 134, 'td_mega_menu_cat', ''),
(791, 134, 'td_mega_menu_page_id', ''),
(792, 120, '_wp_old_date', '2024-10-30'),
(793, 97, '_wp_old_date', '2024-10-30'),
(795, 121, '_wp_old_date', '2024-10-30'),
(796, 122, '_wp_old_date', '2024-10-31'),
(797, 140, '_wp_attached_file', '2024/11/gif-bet303.gif'),
(798, 140, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:96;s:4:\"file\";s:22:\"2024/11/gif-bet303.gif\";s:8:\"filesize\";i:18444;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gif-bet303-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gif-bet303-150x96.gif\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2577;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:21:\"gif-bet303-150x23.gif\";s:5:\"width\";i:150;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2877;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:21:\"gif-bet303-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6965;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:21:\"gif-bet303-218x96.gif\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3556;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:21:\"gif-bet303-436x96.gif\";s:5:\"width\";i:436;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:13936;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:21:\"gif-bet303-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6965;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:21:\"gif-bet303-600x90.gif\";s:5:\"width\";i:600;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:20725;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:21:\"gif-bet303-324x96.gif\";s:5:\"width\";i:324;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8233;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:21:\"gif-bet303-485x96.gif\";s:5:\"width\";i:485;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:16029;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:20:\"gif-bet303-80x60.gif\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2030;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:21:\"gif-bet303-160x96.gif\";s:5:\"width\";i:160;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2714;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:21:\"gif-bet303-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2583;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:21:\"gif-bet303-200x96.gif\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3311;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:21:\"gif-bet303-265x96.gif\";s:5:\"width\";i:265;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5395;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:21:\"gif-bet303-530x96.gif\";s:5:\"width\";i:530;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18508;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:21:\"gif-bet303-324x96.gif\";s:5:\"width\";i:324;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8233;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:21:\"gif-bet303-324x96.gif\";s:5:\"width\";i:324;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8233;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:21:\"gif-bet303-356x96.gif\";s:5:\"width\";i:356;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9694;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:21:\"gif-bet303-356x96.gif\";s:5:\"width\";i:356;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9694;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:21:\"gif-bet303-533x96.gif\";s:5:\"width\";i:533;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18692;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:21:\"gif-bet303-534x96.gif\";s:5:\"width\";i:534;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18742;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:21:\"gif-bet303-293x90.gif\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7899;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:21:\"gif-bet303-190x74.gif\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(799, 95, '_wp_old_date', '2024-05-24'),
(800, 12, '_wp_old_date', '2024-05-24'),
(801, 15, '_wp_old_date', '2024-05-24'),
(802, 17, '_wp_old_date', '2024-05-24'),
(803, 13, '_wp_old_date', '2024-05-24'),
(804, 14, '_wp_old_date', '2024-05-24'),
(805, 16, '_wp_old_date', '2024-05-24'),
(806, 112, '_wp_old_date', '2024-05-24'),
(807, 113, '_wp_old_date', '2024-05-24'),
(808, 120, '_wp_old_date', '2024-11-06'),
(809, 97, '_wp_old_date', '2024-11-06'),
(810, 121, '_wp_old_date', '2024-11-06'),
(811, 122, '_wp_old_date', '2024-11-06'),
(814, 147, '_wp_attached_file', '2024/11/معرفی-سایت-شرط-بندی-جت-بت.jpg'),
(815, 147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:57:\"2024/11/معرفی-سایت-شرط-بندی-جت-بت.jpg\";s:8:\"filesize\";i:407691;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63657;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6123;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16188;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10745;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29077;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16188;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44792;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25609;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69494;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35720;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99350;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55380;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47421;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:55:\"معرفی-سایت-شرط-بندی-جت-بت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2849;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7224;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:56:\"معرفی-سایت-شرط-بندی-جت-بت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3661;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9478;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40964;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13679;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37198;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19657;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53535;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19735;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53836;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26866;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76586;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27973;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:58:\"معرفی-سایت-شرط-بندی-جت-بت-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79761;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44998;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46626;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:57:\"معرفی-سایت-شرط-بندی-جت-بت-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59504;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:58:\"معرفی-سایت-شرط-بندی-جت-بت-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89361;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:56:\"معرفی-سایت-شرط-بندی-جت-بت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7754;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:56:\"معرفی-سایت-شرط-بندی-جت-بت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(816, 147, '_wp_attachment_image_alt', 'معرفی سایت شرط بندی جت بت'),
(817, 148, '_wp_attached_file', '2024/11/ویژگی‌-های-جت‌بت.jpg'),
(818, 148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:44:\"2024/11/ویژگی‌-های-جت‌بت.jpg\";s:8:\"filesize\";i:382258;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15643;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7729;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61683;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5921;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15632;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10384;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28264;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15632;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43567;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25580;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67906;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34658;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95448;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53718;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46046;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:42:\"ویژگی‌-های-جت‌بت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2801;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6937;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:43:\"ویژگی‌-های-جت‌بت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3560;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9167;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14364;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39900;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13137;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35552;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19014;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51852;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19002;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51720;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26580;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74103;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26934;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:45:\"ویژگی‌-های-جت‌بت-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76015;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43808;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45024;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:44:\"ویژگی‌-های-جت‌بت-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57667;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:45:\"ویژگی‌-های-جت‌بت-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85598;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:43:\"ویژگی‌-های-جت‌بت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7510;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:43:\"ویژگی‌-های-جت‌بت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(819, 149, '_wp_attached_file', '2024/11/ثبت-نام-در-سایت-jetbet.jpg'),
(820, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:46:\"2024/11/ثبت-نام-در-سایت-jetbet.jpg\";s:8:\"filesize\";i:401853;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61426;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6013;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15856;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10480;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28298;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15856;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43497;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25022;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66977;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34474;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95199;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53528;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45769;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:44:\"ثبت-نام-در-سایت-jetbet-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2807;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7033;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-jetbet-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3574;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9100;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14507;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39708;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13159;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35373;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19057;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51498;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19189;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51562;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26430;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73397;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26831;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:47:\"ثبت-نام-در-سایت-jetbet-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75696;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43479;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44797;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:46:\"ثبت-نام-در-سایت-jetbet-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57248;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:47:\"ثبت-نام-در-سایت-jetbet-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85293;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-jetbet-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7611;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:45:\"ثبت-نام-در-سایت-jetbet-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(821, 150, '_wp_attached_file', '2024/11/ورود-به-سایت-جت-بت-۹۰.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(822, 150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:49:\"2024/11/ورود-به-سایت-جت-بت-۹۰.jpg\";s:8:\"filesize\";i:395092;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62158;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6195;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16316;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10845;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28611;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16316;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44041;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24434;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66675;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35063;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96378;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54377;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46264;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:47:\"ورود-به-سایت-جت-بت-۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2892;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7168;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:48:\"ورود-به-سایت-جت-بت-۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3737;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9428;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14804;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40190;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13454;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35860;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19598;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52331;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19313;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51932;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26235;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73496;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27447;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:50:\"ورود-به-سایت-جت-بت-۹۰-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76742;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43707;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45663;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:49:\"ورود-به-سایت-جت-بت-۹۰-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58106;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:50:\"ورود-به-سایت-جت-بت-۹۰-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86342;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:48:\"ورود-به-سایت-جت-بت-۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8300;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:48:\"ورود-به-سایت-جت-بت-۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(823, 151, '_wp_attached_file', '2024/11/رشته‌-های-ورزشی-jetbet90.jpg'),
(824, 151, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:50:\"2024/11/رشته‌-های-ورزشی-jetbet90.jpg\";s:8:\"filesize\";i:398736;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64979;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6291;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16738;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11021;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29841;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16738;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46186;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26443;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69538;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36499;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99770;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56705;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48462;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:48:\"رشته‌-های-ورزشی-jetbet90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2868;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7232;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:49:\"رشته‌-های-ورزشی-jetbet90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3705;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9480;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15115;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41712;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14132;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38102;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19937;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54445;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20261;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54729;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27684;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76691;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29240;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:51:\"رشته‌-های-ورزشی-jetbet90-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80536;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45629;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47922;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:50:\"رشته‌-های-ورزشی-jetbet90-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60657;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:51:\"رشته‌-های-ورزشی-jetbet90-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90140;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:49:\"رشته‌-های-ورزشی-jetbet90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8530;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:49:\"رشته‌-های-ورزشی-jetbet90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(825, 152, '_wp_attached_file', '2024/11/کازینو-آنلاین-جت-بت.jpg'),
(826, 152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:47:\"2024/11/کازینو-آنلاین-جت-بت.jpg\";s:8:\"filesize\";i:425075;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8133;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66635;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6204;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16714;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10930;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29975;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16714;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46759;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26490;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75390;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37027;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105356;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57770;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49350;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:45:\"کازینو-آنلاین-جت-بت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2908;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7281;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:46:\"کازینو-آنلاین-جت-بت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3692;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9646;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15379;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42859;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14207;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39021;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20232;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55922;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20356;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56127;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28429;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83264;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29490;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:48:\"کازینو-آنلاین-جت-بت-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85901;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47643;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49101;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:47:\"کازینو-آنلاین-جت-بت-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62075;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:48:\"کازینو-آنلاین-جت-بت-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95498;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:46:\"کازینو-آنلاین-جت-بت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8289;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:46:\"کازینو-آنلاین-جت-بت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5371;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(827, 153, '_wp_attached_file', '2024/11/جت-بت-۹۰-بدون-فیلتر.jpg'),
(828, 153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:46:\"2024/11/جت-بت-۹۰-بدون-فیلتر.jpg\";s:8:\"filesize\";i:423040;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8108;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65427;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6361;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16782;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10981;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29861;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16782;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46111;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27016;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72484;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36585;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101486;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56949;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48390;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:44:\"جت-بت-۹۰-بدون-فیلتر-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2903;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7334;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:45:\"جت-بت-۹۰-بدون-فیلتر-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3829;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9692;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15323;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42007;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13566;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36939;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20262;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54850;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20277;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55398;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28424;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79126;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28015;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:47:\"جت-بت-۹۰-بدون-فیلتر-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78815;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46909;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47667;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:46:\"جت-بت-۹۰-بدون-فیلتر-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61137;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:47:\"جت-بت-۹۰-بدون-فیلتر-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91510;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:45:\"جت-بت-۹۰-بدون-فیلتر-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7984;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:45:\"جت-بت-۹۰-بدون-فیلتر-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(829, 154, '_wp_attached_file', '2024/11/سایت-جت-بت-انفجار.jpg'),
(830, 154, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:43:\"2024/11/سایت-جت-بت-انفجار.jpg\";s:8:\"filesize\";i:391647;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7623;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62344;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6067;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16067;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10561;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28468;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16067;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43967;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24715;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67844;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34905;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96701;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54248;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46268;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:41:\"سایت-جت-بت-انفجار-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2854;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7067;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:42:\"سایت-جت-بت-انفجار-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3633;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9277;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14566;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39953;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13270;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35740;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19211;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52553;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19163;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52476;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26631;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74436;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27133;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:44:\"سایت-جت-بت-انفجار-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76939;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44002;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45515;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:43:\"سایت-جت-بت-انفجار-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58264;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:44:\"سایت-جت-بت-انفجار-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86520;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:42:\"سایت-جت-بت-انفجار-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7458;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:42:\"سایت-جت-بت-انفجار-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(831, 155, '_wp_attached_file', '2024/11/روش‌-های-واریز-و-برداشت-در-سایت-جت-بت.jpg'),
(832, 155, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:79:\"2024/11/روش‌-های-واریز-و-برداشت-در-سایت-جت-بت.jpg\";s:8:\"filesize\";i:454400;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8531;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73291;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6492;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17945;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11623;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32707;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17945;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51150;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30128;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82388;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40684;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115272;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63564;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54184;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:77:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2952;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7658;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:78:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3805;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10141;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16447;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46985;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15576;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44138;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21948;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61617;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22008;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62105;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31288;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90300;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33131;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:80:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95620;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52556;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54817;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:79:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68499;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:80:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105220;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:78:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9140;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:78:\"روش‌-های-واریز-و-برداشت-در-سایت-جت-بت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(833, 156, '_wp_attached_file', '2024/11/اپلیکیشن-جت-بت-۹۰.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(834, 156, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:43:\"2024/11/اپلیکیشن-جت-بت-۹۰.jpg\";s:8:\"filesize\";i:414582;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63223;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6126;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16245;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10786;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29027;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16245;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44632;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25981;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70066;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35158;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98143;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55211;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47073;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:41:\"اپلیکیشن-جت-بت-۹۰-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2856;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7081;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:42:\"اپلیکیشن-جت-بت-۹۰-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3677;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9416;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14697;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40538;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13698;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36693;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19299;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52956;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19417;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53164;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27244;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76337;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27838;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:44:\"اپلیکیشن-جت-بت-۹۰-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78770;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44651;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46455;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:43:\"اپلیکیشن-جت-بت-۹۰-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58978;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:44:\"اپلیکیشن-جت-بت-۹۰-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88369;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:42:\"اپلیکیشن-جت-بت-۹۰-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8178;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:42:\"اپلیکیشن-جت-بت-۹۰-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5264;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(835, 157, '_wp_attached_file', '2024/11/پشتیبانی-jetbet90-سایت.jpg'),
(836, 157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:46:\"2024/11/پشتیبانی-jetbet90-سایت.jpg\";s:8:\"filesize\";i:393557;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64330;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6517;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17110;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11278;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29950;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17110;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45632;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25996;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67381;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36166;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96818;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56035;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47962;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:44:\"پشتیبانی-jetbet90-سایت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2952;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7610;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:45:\"پشتیبانی-jetbet90-سایت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3996;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9807;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15609;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41570;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14040;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36397;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20194;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53678;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20452;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53945;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27907;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73752;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27840;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:47:\"پشتیبانی-jetbet90-سایت-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74290;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45362;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46712;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:46:\"پشتیبانی-jetbet90-سایت-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60046;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:47:\"پشتیبانی-jetbet90-سایت-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86962;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:45:\"پشتیبانی-jetbet90-سایت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7977;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:45:\"پشتیبانی-jetbet90-سایت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(837, 158, '_wp_attached_file', '2024/11/بونس‌-های-سایت-جت-یت.jpg'),
(838, 158, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:49:\"2024/11/بونس‌-های-سایت-جت-یت.jpg\";s:8:\"filesize\";i:407769;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16463;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8055;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64089;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6246;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16473;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10939;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29448;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16473;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45276;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25853;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68677;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36163;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98087;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55719;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47490;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:47:\"بونس‌-های-سایت-جت-یت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2891;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7282;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:48:\"بونس‌-های-سایت-جت-یت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3736;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9617;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15193;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41376;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13895;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37220;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19967;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53976;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19804;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53701;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27623;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75742;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28485;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:50:\"بونس‌-های-سایت-جت-یت-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78460;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45277;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47044;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:49:\"بونس‌-های-سایت-جت-یت-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59622;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:50:\"بونس‌-های-سایت-جت-یت-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88057;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:48:\"بونس‌-های-سایت-جت-یت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7945;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:48:\"بونس‌-های-سایت-جت-یت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(839, 159, '_wp_attached_file', '2024/11/مجوزها-و-امنیت-jet-bet-90.jpg'),
(840, 159, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:49:\"2024/11/مجوزها-و-امنیت-jet-bet-90.jpg\";s:8:\"filesize\";i:392389;s:5:\"sizes\";a:37:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7919;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64604;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6227;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16419;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10780;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29465;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16419;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45325;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26186;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-648x675.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69222;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35725;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-970x675.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98491;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56182;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48007;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:47:\"مجوزها-و-امنیت-jet-bet-90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2846;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7132;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:48:\"مجوزها-و-امنیت-jet-bet-90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3658;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9363;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14781;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41064;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13679;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37123;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19820;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54126;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19763;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54117;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27554;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-712x675.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76205;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:17:\"td_533x261_retina\";a:5:{s:4:\"file\";s:50:\"مجوزها-و-امنیت-jet-bet-90-1000x522.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78728;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45279;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47502;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:49:\"مجوزها-و-امنیت-jet-bet-90-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60029;}s:11:\"td_1068x580\";a:5:{s:4:\"file\";s:50:\"مجوزها-و-امنیت-jet-bet-90-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88302;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:48:\"مجوزها-و-امنیت-jet-bet-90-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8297;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:48:\"مجوزها-و-امنیت-jet-bet-90-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5441;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(841, 160, '_wp_attached_file', '2024/11/سوالات-متداول-درباره-جتبت.jpg'),
(842, 160, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:300;s:4:\"file\";s:59:\"2024/11/سوالات-متداول-درباره-جتبت.jpg\";s:8:\"filesize\";i:203804;s:5:\"sizes\";a:34:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5464;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-768x230.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33676;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-150x45.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3595;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9048;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8430;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22493;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9048;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-600x180.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23887;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-324x300.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15623;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-648x300.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37351;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-485x300.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26269;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-970x300.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52593;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-696x209.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29508;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:57:\"سوالات-متداول-درباره-جتبت-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2373;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5325;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3114;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7256;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10735;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29458;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13326;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-648x300.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37351;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13639;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-648x300.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37351;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15984;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-712x300.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40617;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-356x300.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17487;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-712x300.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40617;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26376;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-534x300.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29587;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-696x300.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39923;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:59:\"سوالات-متداول-درباره-جتبت-741x300.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41917;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9058;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:58:\"سوالات-متداول-درباره-جتبت-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"مجوزها و امنیت سایت جت پت\ntinybetkade.com\";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:{}}}'),
(856, 97, '_wp_old_date', '2024-11-13'),
(857, 120, '_wp_old_date', '2024-11-13'),
(858, 121, '_wp_old_date', '2024-11-13'),
(859, 122, '_wp_old_date', '2024-11-14'),
(862, 120, '_wp_old_date', '2024-11-16'),
(863, 97, '_wp_old_date', '2024-11-16'),
(865, 121, '_wp_old_date', '2024-11-16'),
(866, 122, '_wp_old_date', '2024-11-16'),
(867, 120, '_wp_old_date', '2024-11-23'),
(868, 97, '_wp_old_date', '2024-11-23'),
(870, 121, '_wp_old_date', '2024-11-23'),
(871, 122, '_wp_old_date', '2024-11-23'),
(872, 120, '_wp_old_date', '2024-11-30'),
(873, 97, '_wp_old_date', '2024-11-30'),
(875, 121, '_wp_old_date', '2024-11-30'),
(877, 122, '_wp_old_date', '2024-11-30'),
(879, 120, '_wp_old_date', '2024-12-07'),
(880, 97, '_wp_old_date', '2024-12-07'),
(882, 121, '_wp_old_date', '2024-12-07'),
(883, 122, '_wp_old_date', '2024-12-07'),
(884, 120, '_wp_old_date', '2024-12-14'),
(885, 97, '_wp_old_date', '2024-12-14'),
(888, 121, '_wp_old_date', '2024-12-14'),
(890, 122, '_wp_old_date', '2024-12-14'),
(892, 120, '_wp_old_date', '2024-12-21'),
(893, 97, '_wp_old_date', '2024-12-21'),
(897, 121, '_wp_old_date', '2024-12-21'),
(899, 122, '_wp_old_date', '2024-12-21'),
(901, 168, '_wp_attached_file', '2024/12/abt90kade-com.jpg'),
(902, 168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2024/12/abt90kade-com.jpg\";s:8:\"filesize\";i:360442;s:5:\"sizes\";a:35:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60715;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:24:\"abt90kade-com-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5443;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15484;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11465;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-436x300.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32185;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15484;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43668;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23710;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-648x500.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59300;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38247;}s:17:\"td_485x360_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-970x500.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91630;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-696x348.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53041;}s:8:\"td_0x420\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-840x420.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68780;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:23:\"abt90kade-com-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2781;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7468;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:24:\"abt90kade-com-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3771;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9990;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16116;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-530x396.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43302;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17329;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-648x320.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47448;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20885;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-648x470.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55541;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-712x440.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61320;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26921;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-712x500.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66383;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35918;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43753;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57416;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:25:\"abt90kade-com-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65287;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:24:\"abt90kade-com-293x90.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11197;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:24:\"abt90kade-com-190x74.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(903, 120, '_wp_old_date', '2024-12-28'),
(904, 97, '_wp_old_date', '2024-12-28'),
(906, 121, '_wp_old_date', '2024-12-28'),
(908, 122, '_wp_old_date', '2024-12-28'),
(924, 175, '_wp_attached_file', '2025/01/BET303COM-ads-303.gif');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(925, 175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:120;s:4:\"file\";s:29:\"2025/01/BET303COM-ads-303.gif\";s:8:\"filesize\";i:35080;s:5:\"sizes\";a:33:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-150x120.gif\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-768x115.gif\";s:5:\"width\";i:768;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30240;}s:8:\"td_150x0\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-150x23.gif\";s:5:\"width\";i:150;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2862;}s:15:\"td_150x0_retina\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6876;}s:10:\"td_218x150\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-218x120.gif\";s:5:\"width\";i:218;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2523;}s:17:\"td_218x150_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-436x120.gif\";s:5:\"width\";i:436;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12079;}s:8:\"td_300x0\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6876;}s:15:\"td_300x0_retina\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-600x90.gif\";s:5:\"width\";i:600;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:19819;}s:10:\"td_324x400\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-324x120.gif\";s:5:\"width\";i:324;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5590;}s:17:\"td_324x400_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-648x120.gif\";s:5:\"width\";i:648;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:25805;}s:10:\"td_485x360\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-485x120.gif\";s:5:\"width\";i:485;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:15505;}s:8:\"td_696x0\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-696x104.gif\";s:5:\"width\";i:696;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:25985;}s:8:\"td_80x60\";a:5:{s:4:\"file\";s:27:\"BET303COM-ads-303-80x60.gif\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1280;}s:15:\"td_80x60_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-160x120.gif\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1926;}s:9:\"td_100x70\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2261;}s:16:\"td_100x70_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-200x120.gif\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2328;}s:10:\"td_265x198\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-265x120.gif\";s:5:\"width\";i:265;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3293;}s:17:\"td_265x198_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-530x120.gif\";s:5:\"width\";i:530;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18477;}s:10:\"td_324x160\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-324x120.gif\";s:5:\"width\";i:324;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5590;}s:17:\"td_324x160_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-648x120.gif\";s:5:\"width\";i:648;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:25805;}s:10:\"td_324x235\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-324x120.gif\";s:5:\"width\";i:324;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5590;}s:17:\"td_324x235_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-648x120.gif\";s:5:\"width\";i:648;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:25805;}s:10:\"td_356x220\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-356x120.gif\";s:5:\"width\";i:356;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7471;}s:17:\"td_356x220_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-712x120.gif\";s:5:\"width\";i:712;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28936;}s:10:\"td_356x364\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-356x120.gif\";s:5:\"width\";i:356;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7471;}s:17:\"td_356x364_retina\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-712x120.gif\";s:5:\"width\";i:712;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28936;}s:10:\"td_533x261\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-533x120.gif\";s:5:\"width\";i:533;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18652;}s:10:\"td_534x462\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-534x120.gif\";s:5:\"width\";i:534;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18669;}s:10:\"td_696x385\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-696x120.gif\";s:5:\"width\";i:696;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28250;}s:10:\"td_741x486\";a:5:{s:4:\"file\";s:29:\"BET303COM-ads-303-741x120.gif\";s:5:\"width\";i:741;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30268;}s:17:\"poka-review-thumb\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-293x90.gif\";s:5:\"width\";i:293;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7186;}s:18:\"poka-review-screen\";a:5:{s:4:\"file\";s:28:\"BET303COM-ads-303-190x74.gif\";s:5:\"width\";i:190;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3799;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(926, 120, '_wp_old_date', '2025-01-04'),
(927, 97, '_wp_old_date', '2025-01-04'),
(928, 121, '_wp_old_date', '2025-01-05'),
(930, 122, '_wp_old_date', '2025-01-05'),
(932, 120, '_wp_old_date', '2025-01-11'),
(933, 97, '_wp_old_date', '2025-01-11'),
(934, 121, '_wp_old_date', '2025-01-12'),
(935, 122, '_wp_old_date', '2025-01-12'),
(936, 120, '_wp_old_date', '2025-01-18'),
(937, 97, '_wp_old_date', '2025-01-18'),
(939, 121, '_wp_old_date', '2025-01-19'),
(941, 122, '_wp_old_date', '2025-01-19'),
(948, 120, '_wp_old_date', '2025-01-25'),
(949, 97, '_wp_old_date', '2025-01-26'),
(951, 121, '_wp_old_date', '2025-01-26'),
(953, 122, '_wp_old_date', '2025-01-26'),
(955, 120, '_wp_old_date', '2025-02-02'),
(956, 97, '_wp_old_date', '2025-02-02'),
(958, 121, '_wp_old_date', '2025-02-02'),
(959, 122, '_wp_old_date', '2025-02-02'),
(960, 120, '_wp_old_date', '2025-02-09'),
(961, 97, '_wp_old_date', '2025-02-09'),
(963, 121, '_wp_old_date', '2025-02-09'),
(964, 122, '_wp_old_date', '2025-02-09'),
(965, 121, '_wp_old_date', '2025-02-16'),
(966, 97, '_wp_old_date', '2025-02-16'),
(967, 120, '_wp_old_date', '2025-02-16'),
(968, 122, '_wp_old_date', '2025-02-16'),
(969, 182, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(970, 182, '_amp_queried_object', 'a:2:{s:2:\"id\";i:33;s:4:\"type\";s:4:\"post\";}'),
(972, 183, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(973, 183, '_amp_queried_object', 'a:2:{s:2:\"id\";i:24;s:4:\"type\";s:4:\"post\";}'),
(975, 184, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(976, 184, '_amp_queried_object', 'a:2:{s:2:\"id\";i:6;s:4:\"type\";s:4:\"post\";}'),
(978, 185, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"Newspaper\";s:6:\"12.6.4\";}s:7:\"plugins\";a:21:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:5:\"5.3.1\";s:3:\"amp\";s:5:\"2.5.4\";s:17:\"disable-gutenberg\";s:5:\"3.2.1\";s:9:\"elementor\";s:6:\"3.20.1\";s:15:\"kk-star-ratings\";s:5:\"5.4.7\";s:25:\"luckywp-table-of-contents\";s:5:\"2.1.8\";s:11:\"poka-review\";s:5:\"1.1.3\";s:19:\"shortcodes-ultimate\";s:5:\"7.1.5\";s:16:\"td-cloud-library\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"td-composer\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:13:\"td-newsletter\";s:31:\"1.9 | built on 12.02.2024 15:00\";s:17:\"td-social-counter\";s:31:\"5.5 | built on 11.03.2024 11:04\";s:16:\"td-standard-pack\";s:31:\"2.4 | built on 08.02.2024 14:44\";s:11:\"updraftplus\";s:6:\"1.25.1\";s:9:\"wordfence\";s:6:\"7.10.3\";s:24:\"wpfront-notification-bar\";s:3:\"3.4\";s:9:\"wp-rocket\";s:6:\"3.15.3\";s:14:\"wps-hide-login\";s:8:\"1.9.13.2\";s:13:\"wordpress-seo\";s:4:\"23.7\";s:21:\"wordpress-seo-premium\";s:4:\"23.4\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:10:\"tdc-review\";i:6;s:13:\"tdb_templates\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:12:\"transitional\";}}'),
(980, 182, '_wp_old_date', '2025-02-18'),
(981, 183, '_wp_old_date', '2025-02-18'),
(982, 184, '_wp_old_date', '2025-02-18'),
(983, 185, '_wp_old_date', '2025-02-18'),
(984, 182, '_wp_old_date', '2025-02-25'),
(985, 183, '_wp_old_date', '2025-02-25'),
(987, 184, '_wp_old_date', '2025-02-25'),
(989, 185, '_wp_old_date', '2025-02-25'),
(991, 182, '_wp_old_date', '2025-03-04'),
(992, 183, '_wp_old_date', '2025-03-04'),
(993, 184, '_wp_old_date', '2025-03-04'),
(994, 185, '_wp_old_date', '2025-03-04'),
(996, 182, '_wp_old_date', '2025-03-11'),
(997, 183, '_wp_old_date', '2025-03-11'),
(999, 184, '_wp_old_date', '2025-03-11'),
(1000, 185, '_wp_old_date', '2025-03-11'),
(1002, 182, '_wp_old_date', '2025-03-18'),
(1003, 183, '_wp_old_date', '2025-03-18'),
(1004, 184, '_wp_old_date', '2025-03-18'),
(1005, 185, '_wp_old_date', '2025-03-18'),
(1006, 182, '_wp_old_date', '2025-03-25'),
(1007, 183, '_wp_old_date', '2025-03-25'),
(1008, 184, '_wp_old_date', '2025-03-25'),
(1009, 185, '_wp_old_date', '2025-03-25'),
(1010, 182, '_wp_old_date', '2025-04-01'),
(1011, 183, '_wp_old_date', '2025-04-01'),
(1013, 184, '_wp_old_date', '2025-04-01'),
(1015, 185, '_wp_old_date', '2025-04-01'),
(1017, 182, '_wp_old_date', '2025-04-08'),
(1018, 183, '_wp_old_date', '2025-04-08'),
(1019, 184, '_wp_old_date', '2025-04-08'),
(1021, 185, '_wp_old_date', '2025-04-08'),
(1022, 182, '_wp_old_date', '2025-04-15'),
(1023, 183, '_wp_old_date', '2025-04-15'),
(1024, 184, '_wp_old_date', '2025-04-15'),
(1025, 185, '_wp_old_date', '2025-04-15'),
(1026, 182, '_wp_old_date', '2025-04-22'),
(1027, 183, '_wp_old_date', '2025-04-22'),
(1028, 184, '_wp_old_date', '2025-04-22'),
(1030, 185, '_wp_old_date', '2025-04-22'),
(1031, 182, '_wp_old_date', '2025-04-29'),
(1032, 183, '_wp_old_date', '2025-04-29'),
(1033, 184, '_wp_old_date', '2025-04-29'),
(1034, 185, '_wp_old_date', '2025-04-29'),
(1035, 182, '_wp_old_date', '2025-05-06'),
(1036, 183, '_wp_old_date', '2025-05-06'),
(1037, 184, '_wp_old_date', '2025-05-06'),
(1038, 185, '_wp_old_date', '2025-05-06'),
(1039, 182, '_wp_old_date', '2025-05-13'),
(1040, 183, '_wp_old_date', '2025-05-13'),
(1042, 184, '_wp_old_date', '2025-05-13'),
(1044, 185, '_wp_old_date', '2025-05-13'),
(1045, 182, '_wp_old_date', '2025-05-20'),
(1046, 183, '_wp_old_date', '2025-05-20'),
(1048, 184, '_wp_old_date', '2025-05-20'),
(1050, 185, '_wp_old_date', '2025-05-20'),
(1052, 182, '_wp_old_date', '2025-05-27'),
(1053, 183, '_wp_old_date', '2025-05-27'),
(1054, 184, '_wp_old_date', '2025-05-27'),
(1055, 185, '_wp_old_date', '2025-05-27'),
(1056, 182, '_wp_old_date', '2025-06-03'),
(1057, 183, '_wp_old_date', '2025-06-03'),
(1058, 184, '_wp_old_date', '2025-06-03'),
(1059, 185, '_wp_old_date', '2025-06-03'),
(1061, 182, '_wp_old_date', '2025-06-10'),
(1062, 183, '_wp_old_date', '2025-06-10'),
(1063, 184, '_wp_old_date', '2025-06-10'),
(1064, 185, '_wp_old_date', '2025-06-10'),
(1065, 182, '_wp_old_date', '2025-06-17'),
(1066, 183, '_wp_old_date', '2025-06-17'),
(1067, 184, '_wp_old_date', '2025-06-17'),
(1069, 185, '_wp_old_date', '2025-06-17'),
(1070, 182, '_wp_old_date', '2025-06-24'),
(1071, 183, '_wp_old_date', '2025-06-24'),
(1072, 184, '_wp_old_date', '2025-06-24'),
(1073, 185, '_wp_old_date', '2025-06-24'),
(1074, 182, '_wp_old_date', '2025-07-01'),
(1075, 183, '_wp_old_date', '2025-07-01'),
(1076, 184, '_wp_old_date', '2025-07-01'),
(1077, 185, '_wp_old_date', '2025-07-01'),
(1078, 182, '_wp_old_date', '2025-07-08'),
(1079, 183, '_wp_old_date', '2025-07-08'),
(1080, 184, '_wp_old_date', '2025-07-08'),
(1081, 185, '_wp_old_date', '2025-07-08'),
(1082, 182, '_wp_old_date', '2025-07-15'),
(1083, 183, '_wp_old_date', '2025-07-15'),
(1085, 184, '_wp_old_date', '2025-07-15'),
(1087, 185, '_wp_old_date', '2025-07-15'),
(1089, 182, '_wp_old_date', '2025-07-22'),
(1090, 183, '_wp_old_date', '2025-07-22'),
(1091, 184, '_wp_old_date', '2025-07-22'),
(1092, 185, '_wp_old_date', '2025-07-22'),
(1093, 182, '_wp_old_date', '2025-07-29'),
(1094, 183, '_wp_old_date', '2025-07-29'),
(1095, 184, '_wp_old_date', '2025-07-29'),
(1096, 185, '_wp_old_date', '2025-07-29'),
(1097, 182, '_wp_old_date', '2025-08-05'),
(1098, 183, '_wp_old_date', '2025-08-05'),
(1099, 184, '_wp_old_date', '2025-08-05'),
(1100, 185, '_wp_old_date', '2025-08-05'),
(1101, 182, '_wp_old_date', '2025-08-12'),
(1102, 183, '_wp_old_date', '2025-08-12'),
(1103, 184, '_wp_old_date', '2025-08-12'),
(1104, 185, '_wp_old_date', '2025-08-12'),
(1105, 182, '_wp_old_date', '2025-08-19'),
(1106, 183, '_wp_old_date', '2025-08-19'),
(1107, 184, '_wp_old_date', '2025-08-19'),
(1109, 185, '_wp_old_date', '2025-08-19'),
(1111, 182, '_wp_old_date', '2025-08-26'),
(1112, 183, '_wp_old_date', '2025-08-26'),
(1113, 184, '_wp_old_date', '2025-08-26'),
(1114, 185, '_wp_old_date', '2025-08-26'),
(1115, 182, '_wp_old_date', '2025-09-02'),
(1116, 183, '_wp_old_date', '2025-09-02'),
(1117, 184, '_wp_old_date', '2025-09-02'),
(1118, 185, '_wp_old_date', '2025-09-02'),
(1119, 182, '_wp_old_date', '2025-09-09'),
(1120, 183, '_wp_old_date', '2025-09-09'),
(1121, 184, '_wp_old_date', '2025-09-09'),
(1123, 185, '_wp_old_date', '2025-09-09'),
(1125, 182, '_wp_old_date', '2025-09-16'),
(1126, 183, '_wp_old_date', '2025-09-16'),
(1127, 184, '_wp_old_date', '2025-09-16'),
(1128, 185, '_wp_old_date', '2025-09-16');

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

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3, 1, '2024-03-17 19:10:35', '2024-03-17 15:40:35', '<!-- wp:heading --><h2>ما که هستیم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>نشانی وب‌سایت ما: http://abt90iran.bet.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>دیدگاه‌ها</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>هنگامی که بازدیدکنندگان نظرات خود را در سایت می‌نویسند، ما اطلاعاتی را که در فرم نظرات و همچنین بازدید کننده‌ها ارائه می‌شود جمع آوری می‌کنیم &#8217;s آدرس IP و رجیستر عامل کاربر مرورگر برای کمک به تشخیص هرزنامه.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>یک رشته ناشناس ایجاد شده از آدرس ایمیل شما (همچنین هش نامیده می‌شود) ممکن است به سرویس Gravatar ارائه شود تا ببینید آیا از آن استفاده می‌کنید. سیاست حفظ حریم خصوصی خدمات Gravatar در اینجا در دسترس است: https://automattic.com/privacy/. پس از تأیید نظر شما، تصویر نمایه شما در متن نظر شما قابل مشاهده است.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>رسانه</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر تصاویر را به وبسایت آپلود کنید، نباید آپلود تصاویر با داده‌های مکان جغرافیایی (EXIF GPS) شامل شود. بازدیدکنندگان وب سایت می‌توانند هر گونه اطلاعات مکان را از تصاویر در وب سایت دانلود و استخراج کنند.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>کوکی‌ها</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر شما نظر خود را در سایت ما ثبت کنید، می‌توانید برای ذخیره نام، آدرس ایمیل و وب سایت خود در کوکی‌ها تصمیم‌گیری کنید. اینها برای راحتی شما هستند، به طوری که شما مجبور نیستید زمانی که نظر دیگری را ارسال می‌کنید، دوباره جزئیات خود را پر کنید. این کوکی‌ها به مدت یک سال دوام خواهند داشت.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>اگر از برگه ورود ما بازدید نمایید، ما یک کوکی موقت برای مشخص نمودن اینکه آیا مروگر شما کوکی قبول می‌کند را تنظیم می‌کنیم. این کوکی محتوای اطلاعات شخصی شما نیست و وقتی مرورگر شما بسته می‌شود از بین می‌رود.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>هنگام ورود به سیستم، ما همچنین کوکی‌ها را تنظیم خواهیم کرد تا اطلاعات ورود به سیستم و گزینه‌های صفحه نمایش خود را ذخیره کنید. کوکی‌های ورود به سیستم برای دو روز گذشته و کوکی‌های گزینه‌های صفحه نمایش برای یک سال گذشته است. اگر &quot; مرا به خاطر بسپار &quot; را انتخاب کنید، ورود شما برای دو هفته ادامه خواهد داشت. اگر از حساب خود خارج شوید، کوکی‌های ورود حذف خواهند شد.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>اگر یک مقاله را ویرایش یا منتشر کنید، یک کوکی اضافی در مرورگر شما ذخیره خواهد شد. این کوکی حاوی اطلاعات شخصی نیست و به سادگی نشان می‌دهد که شناسه پست مقاله شما فقط ویرایش شده است. بعد از یک روز منقضی می‌شود.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>محتوای جاسازی‌شده از دیگر وب‌سایت‌ها</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>مقالات موجود در این سایت ممکن است شامل محتوای تعبیه شده (مثلا ویدئوها، تصاویر، مقالات و غیره) باشد. مطالب جاسازی شده از وب سایت‌های دیگر رفتار دقیقا همان طوری که بازدید کننده از وب سایت دیگر بازدید کرده است.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>این وبسایت‌ها ممکن است اطلاعاتی مربوط به شما را جمع‌آوری کنند، از کوکی‌ها استفاده کنند، ردیابی سوم شخص اضافه را جاسازی کنند و تعامل شما را با محتوای تعبیه شده نظارت کنند که شامل ردیابی تعامل شما با محتوای جاسازی شده است اگر حساب کاربری داشته و به آن وبسایت وارد شده باشید.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>اطلاعات شما را با چه کسی به اشتراک می‌گذاریم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر شما یک تنظیم دوباره رمز عبور را درخواست دادید، نشانی IP شما در ایمیل تنظیم دوباره وجود خواهد داشت.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>چه مدت ما اطلاعات شما را حفظ می‌کنیم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر یک نظر را ارسال کنید، نظر و متادیتای آن به طور نامحدود حفظ می‌شوند. این به این معنا است که ما می‌توانیم نظرات بعدی را بطور خودکار بجای اینکه در صف بازدید قرار دهیم، تشخیص داده و تایید کنیم.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>برای کاربرانی که در وب سایت ما ثبت نام می‌کنند (اگر وجود داشته باشند)، ما همچنین اطلاعات شخصی را که در مشخصات کاربر آنها ارائه می‌کنیم، ذخیره می‌کنیم. همه کاربران می‌توانند اطلاعات شخصی خود را در هر زمان (به جز آنها که نمی‌توانند نام کاربری خود را تغییر دهند) ببینند، ویرایش و یا حذف کنند. مدیران وب سایت همچنین می‌توانند این اطلاعات را مشاهده و ویرایش کنند.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>حقوقی که بر روی داده‌هایتان دارید</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر در این سایت حساب کاربری دارید یا نظری ارسال کرده‌اید، می‌توانید درخواست دریافت یک فایل خروجی از اطلاعات شخصی که ما در مورد شما نگه می‌داریم، از جمله هرگونه داده‌ای که برای ما ارائه کرده‌اید را بدهید. همچنین می‌توانید درخواست کنید که ما هرگونه اطلاعات شخصی که در مورد شما داریم را پاک کنیم. این شامل اطلاعاتی نیست که ما مجبور به نگهداری آنها برای اهداف اداری، قانونی یا امنیتی باشیم.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>داده‌هایتان کجا فرستاده شد</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>دیدگاه‌های بازدیدکننده ممکن است از طریق یک سرویس تشخیص جفنگ خودکار بررسی شوند.</p><!-- /wp:paragraph -->', 'سیاست حفظ حریم خصوصی', '', 'draft', 'closed', 'open', '', 'سیاست-حفظ-حریم-خصوصی', '', '', '2024-03-17 19:10:35', '2024-03-17 15:40:35', '', 0, 'https://abt90kade.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2024-03-17 19:10:35', '2024-03-17 15:40:35', '<!-- wp:page-list /-->', 'راهبری', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-03-17 19:10:35', '2024-03-17 15:40:35', '', 0, 'https://abt90kade.com/2024/03/17/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2024-03-17 19:56:04', '2024-03-17 16:26:04', '', 'Kit پیش‌ فرض', '', 'publish', 'closed', 'closed', '', 'kit-%d9%be%db%8c%d8%b4-%d9%81%d8%b1%d8%b6', '', '', '2024-05-07 02:31:11', '2024-05-06 23:01:11', '', 0, 'https://abt90kade.com/?p=6', 0, 'elementor_library', '', 0),
(12, 1, '2024-11-12 14:27:42', '2024-03-17 17:14:37', ' ', '', '', 'publish', 'closed', 'closed', '', '12', '', '', '2024-11-12 14:27:42', '2024-11-12 10:57:42', '', 0, 'https://abt90kade.com/?p=12', 2, 'nav_menu_item', '', 0),
(13, 1, '2024-11-12 14:27:43', '2024-03-17 17:14:37', ' ', '', '', 'publish', 'closed', 'closed', '', '13', '', '', '2024-11-12 14:27:43', '2024-11-12 10:57:43', '', 0, 'https://abt90kade.com/?p=13', 5, 'nav_menu_item', '', 0),
(14, 1, '2024-11-12 14:27:43', '2024-03-17 17:14:37', ' ', '', '', 'publish', 'closed', 'closed', '', '14', '', '', '2024-11-12 14:27:43', '2024-11-12 10:57:43', '', 0, 'https://abt90kade.com/?p=14', 6, 'nav_menu_item', '', 0),
(15, 1, '2024-11-12 14:27:42', '2024-03-17 17:14:37', ' ', '', '', 'publish', 'closed', 'closed', '', '15', '', '', '2024-11-12 14:27:42', '2024-11-12 10:57:42', '', 0, 'https://abt90kade.com/?p=15', 3, 'nav_menu_item', '', 0),
(16, 1, '2024-11-12 14:27:43', '2024-03-17 17:14:37', ' ', '', '', 'publish', 'closed', 'closed', '', '16', '', '', '2024-11-12 14:27:43', '2024-11-12 10:57:43', '', 0, 'https://abt90kade.com/?p=16', 7, 'nav_menu_item', '', 0),
(17, 1, '2024-11-12 14:27:42', '2024-03-17 17:14:37', ' ', '', '', 'publish', 'closed', 'closed', '', '17', '', '', '2024-11-12 14:27:42', '2024-11-12 10:57:42', '', 0, 'https://abt90kade.com/?p=17', 4, 'nav_menu_item', '', 0),
(18, 1, '2024-03-19 17:06:54', '2024-03-19 13:36:54', '', 'abt90-logo', '', 'inherit', 'open', 'closed', '', 'abt90-logo', '', '', '2024-03-19 17:06:54', '2024-03-19 13:36:54', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/03/abt90-logo.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2024-03-19 17:07:11', '2024-03-19 13:37:11', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2024-03-19 17:07:11', '2024-03-19 13:37:11', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/03/favicon.png', 0, 'attachment', 'image/png', 0),
(21, 1, '2024-03-19 18:56:36', '2024-03-19 15:26:36', '.td-excerpt,.td-trending-now-title,.td-subcat-filter .td-subcat-dropdown span,.wpb_button, .vc_btn,input[type=\"submit\"],.td-more-articles-box-title,.td_ajax_load_more ,#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink,#bbpress-forums .bbp-forum-freshness a, #bbpress-forums .bbp-topic-freshness a ,.td-header-wrap .result-msg,.td-theme-slider .slide-meta-cat a,.footer-text-wrap ,.td-page-content blockquote p, .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .bbpress blockquote p, .woocommerce #tab-description blockquote p, .mce-content-body blockquote p, .comment-content blockquote p,.td-404-sub-title {\n    font-family: IranYekan,Iransans;\n}\n\n.page-nav a, .page-nav span ,.widget_categories li .td-cat-no, .widget_categories .td-widget-no {\n    font-family: iranyekan;\n}\n\n.td-subcat-filter .td-subcat-list a {\n    font-family: IranYekan,Iransans;\n}\n\n.td_block_template_1 .block-title {\n    text-align: right\n}\n\n.td-big-grid-meta .td-post-category, .td_module_wrap .td-post-category, .td-module-image .td-post-category {\n    font-family: IranYekan,Iransans;\n}\n\n.td-mega-menu ul.sub-menu {\n    right: -55%\n}\n\n.td_module_10 .item-details {\n    margin-right: 115px\n}\n\n.widget_categories li {\n    width: 100%;\n    float: right;\n    display: block;\ntext-align:right;\n}\n\n.widget_categories li .td-cat-no, .widget_categories .td-widget-no {\n    float: left\n}\n\n.td-mega-span {\n    float: right;\n    margin-right: 22px;\n    margin-left: 0px;\n}\n\n@media (max-width: 1018px) and (min-width: 768px) {\n    .td-pb-span8 .td_module_10 .item-details {\n        margin-left:0px !important;\n    }\n}\n\n/* Edited by Mihanwp.com */\nbody {\n    direction: ltr !important;\n}\n\nbody * {\n    direction: rtl;\n}\n\n.td-header-row [class*=\"td-header-sp\"] {\n    float: right;\n}\n\n.top-bar-style-1 .td-header-sp-top-widget {\n    float: left;\n}\n\n.sf-menu li {\n    float: right;\n}\n\n#td-top-search {\n    right: auto ;\n    left: 0 ;\n}\n\n.sf-menu a.sf-with-ul {\n    padding-left: 31px;\n    padding-right: 10px;\n}\n\n.sf-menu .td-icon-menu-down {\n    padding-right: 7px;\n}\n\n.sf-menu .sub-menu {\n    left: auto;\n    right: 0;\n}\n\n.td-ajax-next-page,.td-ajax-prev-page,.td_ajax-prev-pagex,.td_ajax-next-pagex,.page-nav .td-icon-menu-right {\n    transform: rotate(180deg);\n}\n\n.td-trending-now-wrapper .td-next-prev-wrap {\n    right: auto;\n    left: 0;\n    text-align: left;\n    position: absolute;\n}\n\n.td_social_type .td_social_button {\n    float: left\n}\n\n.td-subcat-filter {\n    right: auto;\n    left: 0\n}\n\n.td-pulldown-filter-list {\n    right: auto;\n    left: 0\n}\n\n.td_module_6 .td-module-thumb {\n    left: auto;\n    right: 0;\n}\n\n.td_module_6 .item-details {\n    margin-right: 116px;\n    margin-left: auto;\n}\n\n.td_module_10 .td-module-thumb {\n    right: 0;\n    left: auto;\n}\n\n.td_module_10 .item-details {\n    margin-left: 0;\n    margin-right: 244px;\n}\n\n.td_module_mx2 .item-details {\n    margin: 0 100px 20px 0;\n}\n\n.td_ajax_load_more i {\n    margin-left: auto;\n    margin-right: 6px;\n}\n\n.td-module-comments {\n    float: left\n}\n\n.page-nav a, .page-nav span {\n    float: right\n}\n\n.page-nav .pages {\n    float: left\n}\n\n.td-social-style-2 .td-social-icon-wrap {\n    margin: 5px 0px 5px 10px\n}\n\n.td-subfooter-menu li a {\n    margin-left: 16px;\n    margin-right: auto\n}\n\n.td-sub-footer-copy {\n    float: right !important\n}\n\n.td-sub-footer-menu,.td-subfooter-menu {\n    float: left !important\n}\n\n.entry-crumbs .td-bread-sep {\n    transform: rotate(180deg)\n}\n\n.td-post-template-11 .td_block_related_posts .td-next-prev-wrap {\n    right: auto;\n    left: 0\n}\n\n.header-search-wrap .td-drop-down-search {\n    right: auto;\n    left: 0\n}\n\n.header-search-wrap .td-drop-down-search .btn {\n    right: auto;\n    left: 20px\n}\n\n.header-search-wrap .td-aj-search-results .item-details {\n    margin: 10px 115px 10px 20px;\n}\n\n.header-search-wrap .td-aj-search-results .td-module-thumb {\n    margin-left: auto;\n    margin-right: 20px;\n}\n\n.td_block_big_grid_3 .td-big-grid-post {\n    float: right;\n}\n\n.td_block_big_grid_3 .td-big-thumb {\n    margin-right: 0;\n    margin-left: 3px;\n}\n\n.td-block-row [class*=\"td-block-span\"] {\n    float: right\n}\n\n.td_block_big_grid_2 .td-big-grid-post {\n    float: right;\n}\n\n.td_block_big_grid_2 .td-big-thumb {\n    margin-right: 0;\n    margin-left: 3px;\n}\n\n.td_block_big_grid_1 .td-big-grid-post {\n    float: right;\n}\n\n.td_block_big_grid_1 .td-big-thumb {\n    margin-right: 0;\n    margin-left: 3px;\n}\n\n.td_block_big_grid_5 .td-big-grid-post {\n    float: right\n}\n\n.header-search-wrap {\n    right: auto;\n    left: 0;\n}\n\n.td-post-template-default .td-post-title .td-post-comments {\n    margin-right: 25px;\n}\n\nheader .td-post-author-name, header .td-post-date {\n    float: right;\n    margin-right: 5px;\n}\n\nheader .td-icon-views, header .td-icon-comments {\n    margin-left: 4px;\n}\n\n@media (max-width: 767px) {\n    .td_block_related_posts .item-details {\n        padding-right: 110px;\n        padding-left: 0 !important;\n    }\n}\n\n.td-tags li {\n    float: right\n}\n\n.woocommerce .star-rating:before {\n    font-family: star !important;\n}\n\n.woocommerce .star-rating span {\n    font-family: star !important;\n}\n\n#td-mobile-nav .td-menu-logout {\n    right: auto;\n    left: 20px;\n    display: block;\n    position: static;\n    float: left;\n    margin-left: 10px;\n}\n\n.td-pb-row [class*=\"td-pb-span\"] {\n    float: right;\n}\n\n.mfp-content {\n    text-align: right;\n}\n\n.mfp-content .td-login-inputs label {\n    right: 0;\n    left: inherit;\n}\n\n.top-header-menu .td-icon-logout {\n    margin-left: 2px;\n}\n\n.td-subcat-filter .td-subcat-dropdown ul {\n    left: 0;\n    right: inherit;\n}\n\n.td_social_type .td_social_info {\n    padding: 0 9px 0 0;\n}\n\n.author-box-wrap .desc {\n    margin-right: 117px;\n    margin-left: 0;\n}\n\n.author-box-wrap .avatar {\n    float: right;\n}\n\n.td-page-content .td-arrow-list li:before, .td-post-content .td-arrow-list li:before, .wpb_text_column .td-arrow-list li:before, .td_block_text_with_title .td-arrow-list li:before, .woocommerce #tab-description .td-arrow-list li:before, .mce-content-body .td-arrow-list li:before {\n    font-family: \'newspaper\', sans-serif;\n    content: \'\\e802\';\n    float: right;\n    margin-left: 16px;\n}\n\n.td-post-sharing-visible, .td-social-sharing-hidden {\n    direction: ltr;\n}\n\n.td-next-prev-wrap a {\n    line-height: 27px;\n    margin-left: 7px;\n    margin-right: 0;\n}\n\n.td-trending-now-wrapper .td-trending-now-nav-right {\n    padding-right: 2px;\n}\n\n#td-mobile-nav .td-guest-wrap .td-menu-avatar {\n    margin-left: 30px;\n}\n\n.td-mobile-content .td-icon-menu-right:before {\n    content: \'\\e80c\';\n}\n\n.td-mobile-content .sub-menu a {\n    padding: 9px 36px 9px 26px !important;\n}\n\n.td-header-main-menu {\n    padding-left: 48px;\n    padding-right: 0;\n}\n\n.td-social-style-2 .td-icon-font {\n    line-height: 46px;\n}\n\n.td-header-wrap .td-drop-down-search:before {\n    left: 19px;\n    right: inherit;\n}\n\n.td-category-header .td-category-pulldown-filter {\n    right: inherit;\n    left: 0;\n}\n\n.td-category-header .td-pulldown-filter-list {\n    text-align: right;\n    min-width: 140px;\n}\n\n.fm-bar li {\n    margin-left: 1px;\n}\n\n.fm-icon {\n    width: 39px;\n    height: 39px;\n    line-height: 44px;\n}\n\n.fm-bar.fm-side-space li a i {\n    font-size: 19px;\n    background-color: #424242;\n}\n\nbody ul.fm-bar li a div.fm-icon {\n    background-color: #424242;\n}\n\n.sf-menu > li.td-normal-menu > ul.sub-menu {\n    right: -15px;\n}\n\n.td_block_slide .td-icon-comments {\n    margin-left: 5px;\n}\n\n.td-subcat-filter .td-subcat-dropdown .td-subcat-more {\n    margin-left: 0;\n    padding-left: 0;\n    margin-right: 15px;\n    padding-right: 15px;\n}\n\n.td-subcat-filter .td-subcat-list a {\n    line-height: 2.6;\n}\n\n.td-post-template-11 .td-related-title {\n    text-align: right !important;\n}\n\n.comment-form-cookies-consent label {\n    margin-right: 8px;\n}\n\n.td_ajax_load_more {\n    line-height: 1.3;\n}\n\n.td_module_16 .item-details {\n    margin-right: 174px;\n    margin-left: 0;\n}\n\n.td_module_16 .td-module-thumb {\n    right: 0;\n    left: 0;\n}\n\n.td_block_21.td-column-1 .item-details {\n    margin-right: 115px;\n    margin-left: 0;\n}\n\n@media (max-width: 767px) {\n    .td_module_16 .item-details ,.td_block_21.td-column-1 .item-details {\n        margin-right: 95px;\n        margin-left: 0;\n    }\n}\n\n@media (max-width: 1018px) and (min-width: 768px) {\n    .td_block_21.td-column-1 .item-details {\n        margin-right: 60px;\n        margin-left: 0;\n    }\n\n    .td-pb-span8 .td_module_10 .item-details {\n        margin-right: 210px;\n        margin-left: 0;\n    }\n\n    .td_module_6 .item-details,.td_block_inner .td_module_mx2 .item-details {\n        margin-right: 95px;\n        margin-left: 0;\n    }\n}\n\n.fm-bar {\n    z-index: 9998 !important;\n}\n\n#td-mobile-nav .td-menu-avatar {\n    position: absolute;\n    top: 0;\n    right: 20px;\n}\n\n.td_block_20 .td-module-comments {\n    left: 20px;\n    right: auto;\n}\n\n.td_module_14 .entry-title {\n    font-size: 28px;\n}\n\n@media (max-width: 500px) {\n    .td_module_10 .item-details {\n        margin-right: 115px;\n        margin-left: 0;\n    }\n\n    .td_module_mx4 .td-module-image {\n        width: 100px;\n        position: absolute;\n        right: 0;\n        left: inherit;\n    }\n\n    .td_module_mx4 .entry-title {\n        padding-right: 115px;\n        padding-left: 0;\n    }\n\n    .td-column-1 .td_module_mx4 .entry-title {\n        padding-right: 0;\n        padding-left: 0;\n    }\n}\n\n.td_block_20 .td_module_14 .td-module-meta-info {\n    opacity: 0.85;\n}\n\n.td-post-template-8 .td-post-header-holder {\n    text-align: right;\n}\n\n.td-search-form-widget .wpb_button {\n    left: 0;\n    right: inherit;\n}\n\n.td-search-form-widget .td-widget-search-input {\n    border-right: 1px solid #e1e1e1;\n}\n\n.td-search-form-widget div {\n    text-align: right;\n}\n\n.td_block_wrap .td-block-title {\n    text-align: right;\n}\n\n.td-subcat-filter .td-subcat-dropdown a {\n    font-family: inherit;\n}\n\n.td-pulldown-syle-2 .td-subcat-dropdown a {\n    padding-left: 30px;\n    padding-right: 20px;\n}\n\n.td-block-title-wrap .td-block-title {\n    text-align: right;\n}\n\n.td-block-title-wrap .td-wrapper-pulldown-filter {\n    font-family: inherit;\n    left: 0;\n    right: auto;\n}\n\n.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {\n    padding-right: 20px;\n    padding-left: 0;\n    margin-left: -14px;\n    margin-right: 0;\n}\n\n.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {\n    margin-right: 20px;\n    margin-left: 10px;\n}\n\n.td_block_template_8 .td-block-title > * {\n    padding-left: 20px;\n    padding-right: 0;\n}\n\n.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {\n    left: 0;\n    right: auto;\n}\n\n.td_block_template_9 .td-block-title:after,.td_block_template_9 .td-block-title:before {\n    right: 0;\n    left: auto;\n}\n\n.td_block_template_17 .td-block-title,.td_block_template_14 .td-block-title,.td_block_template_15 .td-block-title ,.td_block_template_6 .td-block-title {\n    text-align: center;\n}\n\n.td_block_big_grid_7.td-grid-style-5 .td-small-thumb .td-meta-info-container {\n    padding: 0 18px 0 30px;\n    margin: 0;\n}\n\n.td-module-comments a:after {\n    right: 0;\n    left: auto;\n    border-width: 3px 0 0 3px;\n}\n\n@media (max-width: 767px) {\n    .td-trending-now-post {\n        height: 45px;\n    }\n\n    .td-md-is-android .td-trending-now-display-area {\n        height: 42px;\n    }\n}\n\n.td_block_big_grid_3 .td-big-thumb .td-meta-info-container {\n    padding: 0 20px;\n}\n\n.td-grid-style-1 .td-medium-thumb .td-big-grid-meta {\n    margin: 20px 19px 14px 0;\n}\n\n.td-grid-style-1 .td-big-thumb .td-big-grid-meta {\n    margin: 0 20px 0 0;\n}\n\n.td-big-grid-post .td-module-meta-info {\n    margin: 11px 20px 20px 0;\n}\n\n.td-grid-style-3 .td-big-thumb .td-big-grid-meta {\n    margin: 20px 20px 20px 0;\n}\n\n.td-big-grid-post .td-module-meta-info {\n    margin: 11px 20px 20px 0;\n}\n\n.td-big-grid-post .td-module-meta-info {\n    margin: 11px 20px 20px 0;\n}\n\n.td_module_11 .td-module-thumb {\n    right: 0;\n    left: inherit;\n}\n\n.td_module_11 .item-details {\n    margin-right: 350px;\n    margin-left: 0;\n}\n\n.vp2_html5_rightSidePlaylist.universalBlack .VideoControls {\n    direction: ltr;\n}\n\n.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF {\n    display: block;\n    height: 95px;\n    background: url(images/universalBlack/bgPlaylistUnit.png) repeat-x top left #f2f2f2;\n    cursor: pointer;\n    margin-bottom: 5px !important;\n    margin-top: 0 !important;\n}\n\n.vp2_html5_rightSidePlaylist.universalBlack .VideoFullScreen {\n    display: none;\n}\n\n.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF img {\n    max-height: 77px;\n    width: auto !important;\n    float: right;\n    margin-left: 10px;\n    margin-right: 0;\n}\n\n.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF .title,.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF .reg {\n    font-family: inherit;\n    display: table-row;\n}\n\n.td-big-grid-post .td-meta-info-container {\n    text-align: right;\n}\n\n.td-grid-style-1 .td-big-thumb .entry-title {\n    font-size: 24px;\n}\n\n.td_module_wrap .entry-title {\n    font-size: 18px;\n}\n\n.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbON .reg {\n    color: #292929;\n}\n\n/* custom by themetaz */\n.td_block_big_grid_3 .td-big-grid-post-3 {\n    margin-left: 0;\n    margin-right: 3px\n}\n\n.sf-menu .sub-menu .td-icon-menu-down {\n    left: 19px;\n    right: auto;\n}\n\na.sf-with-ul i.td-icon-menu-down:before {\n    content: \'\\e807\';\n}\n\nul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {\n    right: 100%;\n    left: auto\n}\n\n.sf-menu .td-normal-menu ul ul {\n    margin: -15px 1px;\n}\n\n.td-main-menu-logo {\n    float: right\n}\n\n.td-header-style-7 .td-header-sp-logo {\n    margin-left: 42px;\n    margin-right: auto\n}\n\n.td-header-style-8 .td-header-top-menu {\n    margin-right: 282px;\n    margin-left: auto\n}\n\n.td-header-style-8 .td-header-main-menu {\n    float: right;\n    padding-left: 0;\n    padding-right: 282px;\n}\n\n.td-header-wrap #td-header-search {\n    border-right: 1px rgb(234, 234, 234) solid !important;\n    border-left: 0;\n}\n\n.td-read-more .td-icon-menu-right:before {\n    content: \'\\e80c\';\n}\n\n.td_module_18 .td-icon-menu-left {\n    margin-left: auto;\n    margin-right: 8px\n}\n\n.td-fast-news .tdc-font-fast-home {\n    margin-left: 8px;\n}\n\n@media (min-width: 1141px) {\n    .td_stretch_content .sf-menu .td-mega-menu ul, .td_stretch_content_1200 .sf-menu .td-mega-menu ul, .td_stretch_content_1400 .sf-menu .td-mega-menu ul, .td_stretch_content_1600 .sf-menu .td-mega-menu ul, .td_stretch_content_1800 .sf-menu .td-mega-menu ul {\n        right: 0 !important;\n        left: auto !important;\n    }\n}\n\n.tds-progress-bar1 .tdm-progress-bar-wrap {\n    padding: 8px 62px 0 0;\n}\n.tds-progress-bar1 .tdm-progress-percentage {\n    float: right;\n}\n.tds-progress-bar1 .tdm-progress-title {\n    text-align: right;\n}\n.tds-progress-bar1 .tdm-progress-bar:after {\n    left:auto;\n    right: 0;\n}\n.td_module_flex .td-module-meta-info {\n    text-align: right;\n}\n.td-module-meta-info .td-post-category {\n    margin: 0 0 0 10px !important;\n}\n.td_module_flex .td-module-meta-info {\n    padding-right: 15px !important;\n}\n.td-fix-index .td-icon-comments,.td-fix-index .td-icon-views{\n    margin-left:5px\n}\n.tdb_single_author .avatar {\n    margin-left: 6px;\n}\n.td-fix-index {\n    text-align: right;\n}\n.td_block_wrap.tdb-single-title.td_block_template_1 {\n    padding-left: 250px !important;\n    padding-right: 0 !important;\n}\n@media (max-width: 767px){\n\n.td_block_wrap.tdb-single-title.td_block_template_1 {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n}\n}\n\n.tdb-post-meta.tdb_single_date {\n    margin-right: 10px;\n}\n.vp2_html5_rightSidePlaylist.universalBlack{\nfont-family:inherit;\n}\n.tdc-row[class*=\"stretch_row\"] > .td-pb-row > .td-element-style, .tdc-row-composer[class*=\"stretch_row\"] > .td-pb-row > .td-element-style {\n    width: 100vw !important;\n    right: 50% !important;\n    transform: translateX(50%) !important;\n    left:auto !important;\n}\n.td-location-icon {\n    left: 10px;\n    right:inherit;\n}\n.td-weather-days {\n    float: right;\n}\n.td-pb-row .td-main-content {\n	float:left;\n}\n.tdb-post-meta,.tdb-next-post,.tdb-breadcrumbs{\n    font-family:inherit;\n}\n.td-location-icon {\n    right: 10px;\n    left: inherit;\n}\n.td_block_social_counter {\n    font-family: inherit;\n}\n.fm-bar.fm-side-space li:hover a i{\n    background-color:rgba(0,0,0,0)\n}', 'Newspaper', '', 'publish', 'closed', 'closed', '', 'newspaper', '', '', '2024-03-19 18:56:36', '2024-03-19 15:26:36', '', 0, 'https://abt90kade.com/newspaper/', 0, 'custom_css', '', 0),
(23, 1, '2024-03-19 18:57:12', '2024-03-19 15:27:12', '', 'درباره ما', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2024-03-19 18:57:13', '2024-03-19 15:27:13', '', 0, 'https://abt90kade.com/?page_id=23', 0, 'page', '', 0),
(24, 1, '2024-03-19 18:57:25', '2024-03-19 15:27:25', '', 'تماس با ما', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-03-19 18:57:26', '2024-03-19 15:27:26', '', 0, 'https://abt90kade.com/?page_id=24', 0, 'page', '', 0),
(27, 1, '2024-03-19 18:58:17', '2024-03-19 15:28:17', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2024-03-19 18:58:17', '2024-03-19 15:28:17', '', 0, 'https://abt90kade.com/?p=27', 1, 'nav_menu_item', '', 0),
(28, 1, '2024-03-19 18:58:17', '2024-03-19 15:28:17', ' ', '', '', 'publish', 'closed', 'closed', '', '28', '', '', '2024-03-19 18:58:17', '2024-03-19 15:28:17', '', 0, 'https://abt90kade.com/?p=28', 2, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(33, 1, '2024-11-02 15:00:08', '2024-11-02 11:30:08', '[tdc_zone type=\"tdc_content\"][vc_row][vc_column][vc_single_image media_size_image_height=\"150\" media_size_image_width=\"300\" image=\"168\" height=\"500\"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZC1hbGwtZGV2aWNlcyUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZtLmJldDMwMy5jb20lMkZmYSUyRiUzRmFjdGlvbiUzRHJlZ2lzdGVyJTI2YnRhZyUzRDE2NjY4MTBfbDI2ODcxMCUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vZm9sbG93JTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZhYnQ5MGthZGUuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDI1JTJGMDElMkZCRVQzMDNDT00tYWRzLTMwMy5naWYlMjIlMkYlM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTNDJTJGYSUzRSUwQSUzQ3AlM0U=\"][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBEJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwRCUwQSUzQ2hlYWQlM0UlMEQlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBEJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwRCUwQSUzQ3N0eWxlJTNFJTBEJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBEJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBEJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmFidDkwa2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwRCUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBEJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwRCUwQSU3RCUwRCUwQSUwRCUwQWJvZHklMjAlN0IlMEQlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEQlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEQlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBEJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEQlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEQlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBEJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwRCUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwRCUwQSUyMCUyMCU3RCUwRCUwQSUzQyUyRnN0eWxlJTNFJTBEJTBBJTNDJTJGaGVhZCUzRSUwRCUwQSUzQ2JvZHklM0UlMEQlMEElMEQlMEElM0NoMSUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZhYnQ5MGthZGUuY29tJTJGJTIyJTIwcmVsJTNEJTIyZm9sbG93JTIyJTNFJUQ4JUE3JURCJThDJTIwJUQ4JUE4JURCJThDJTIwJUQ4JUFBJURCJThDJTIwQUJUJTIwOTAlMjAlRDglQTglRDglQUYlRDklODglRDklODYlMjAlRDklODElREIlOEMlRDklODQlRDglQUElRDglQjEoJUQ4JUIzJUQ4JUE3JUQ4JUI0JUQ4JUE3KSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUyMCVEOCVBMiVEOCVBRiVEOCVCMSVEOCVCMyUyMCVEOCVBQyVEOCVBRiVEQiU4QyVEOCVBRiUyMCVEOCVCMyVEOCVBOCVEOCVBRCVEOCVBNyVEOSU4NiVEQiU4QyUzQyUyRmElM0UlM0MlMkZoMSUzRSUwRCUwQSUwRCUwQSUzQyUyRmJvZHklM0UlMEQlMEElM0MlMkZodG1sJTNF[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-44 size-full\" title=\"ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی.jpg\" alt=\"ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: center;\">[su_button url=\"https://www.bet303.com/fa/?action=register&amp;btag=1666810_l268710\" target=\"true\" style=\"default\" background=\"#aa7338\" color=\"#000000\" size=\"5\" wide=\"no\" center=\"yes\" radius=\"auto\" icon=\"\" icon_color=\"#000000\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"nofollow\" title=\"\" id=\"\" class=\"\" icon=\"icon: star\" icon_color=\"#000000\"] ورود به سایت اصلی ABT90 [/su_button]</p>\r\n&nbsp;\r\n<p style=\"text-align: justify;\">ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی یکی از سایت های شرط بندی معروفی است که کاربران باتجربه و کارشناسان قدیمی صنعت شرط بندی، این سایت شرط بندی را به خوبی می شناسند.</p>\r\n<p style=\"text-align: justify;\">با بررسی های صورت گرفته توسط داورن سایت های شرط بندی، این سایت شرط بندی یکی از معتبر ترین سایت های شرط بندی فعال در ایران است.</p>\r\n[su_button url=\"https://yek90bet.com/apk/BetYek.apk\" target=\"true\" style=\"default\" background=\"#000000\" color=\"#aa7338\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"nofollow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#aa7338\"]دانلود مستقیم اپلیکیشن ABT90 APK اندروید [/su_button]\r\n\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTVCcG9rYXJldmlld19ib251c2JveCUyMGlkJTNEJTIyMTAxJTIyJTIwbGF5b3V0JTNEJTIyc3R5bGU0JTIyJTIwc2hvd19yZXZpZXdfbGluayUzRCUyMnRydWUlMjIlMjBzY29yZV9zdHlsZSUzRCUyMnBlcmNlbnRhZ2UlMjIlNUQlMEElNUJwb2thcmV2aWV3X2JvbnVzYm94JTIwaWQlM0QlMjIxMDMlMjIlMjBsYXlvdXQlM0QlMjJzdHlsZTQlMjIlMjBzaG93X3Jldmlld19saW5rJTNEJTIydHJ1ZSUyMiUyMHNjb3JlX3N0eWxlJTNEJTIycGVyY2VudGFnZSUyMiU1RCUwQSU1QnBva2FyZXZpZXdfYm9udXNib3glMjBpZCUzRCUyMjEwNSUyMiUyMGxheW91dCUzRCUyMnN0eWxlNCUyMiUyMHNob3dfcmV2aWV3X2xpbmslM0QlMjJ0cnVlJTIyJTIwc2NvcmVfc3R5bGUlM0QlMjJwZXJjZW50YWdlJTIyJTVEJTBBJTVCcG9rYXJldmlld19ib251c2JveCUyMGlkJTNEJTIyMTA3JTIyJTIwbGF5b3V0JTNEJTIyc3R5bGU0JTIyJTIwc2hvd19yZXZpZXdfbGluayUzRCUyMnRydWUlMjIlMjBzY29yZV9zdHlsZSUzRCUyMnBlcmNlbnRhZ2UlMjIlNUQlMEElNUJwb2thcmV2aWV3X2JvbnVzYm94JTIwaWQlM0QlMjIxMDklMjIlMjBsYXlvdXQlM0QlMjJzdHlsZTQlMjIlMjBzaG93X3Jldmlld19saW5rJTNEJTIydHJ1ZSUyMiUyMHNjb3JlX3N0eWxlJTNEJTIycGVyY2VudGFnZSUyMiU1RA==\" custom_title=\"سایت های شرط بندی معتبر\" block_template_id=\"td_block_template_17\" header_text_color=\"#ffffff\" header_color=\"#dd8500\"][td_block_text_with_title block_template_id=\"td_block_template_17\" title_tag=\"h2\"]\r\n<p style=\"text-align: justify;\">از سایت های شرط بندی معتبر میتوان به موارد زیر اشاره نمود که از بهترین سایت های شرط بندی ایران در بخش های مختلف کازینویی می باشند.</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt;\">بت 303 BET303.BET</span></strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-103\" src=\"https://shartbandifootballkade.online/wp-content/uploads/2024/03/BET303BET.gif\" alt=\"\" width=\"800\" height=\"104\" /></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt;\">بت یک BETYEK</span></strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-73\" src=\"https://shartbandifootballkade.online/wp-content/uploads/2023/09/betyek-bonus.gif\" alt=\"\" width=\"797\" height=\"98\" /></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt;\">جت بت JETBET</span></strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-109\" src=\"https://shartbandifootballkade.online/wp-content/uploads/2024/04/jetbetPro-Bonus.gif\" alt=\"\" width=\"800\" height=\"104\" /></p>\r\n[/td_block_text_with_title][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBEJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwRCUwQSUzQ2hlYWQlM0UlMEQlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBEJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwRCUwQSUzQ3N0eWxlJTNFJTBEJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBEJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBEJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwRCUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBEJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwRCUwQSU3RCUwRCUwQSUwRCUwQWJvZHklMjAlN0IlMEQlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEQlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEQlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBEJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEQlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEQlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwRCUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBEJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBEJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBEJTBBJTIwJTIwJTdEJTBEJTBBJTBEJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwRCUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwRCUwQSUyMCUyMCU3RCUwRCUwQSUzQyUyRnN0eWxlJTNFJTBEJTBBJTNDJTJGaGVhZCUzRSUwRCUwQSUzQ2JvZHklM0UlMEQlMEElMEQlMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUzQyUyRmgyJTNFJTBEJTBBJTBEJTBBJTNDJTJGYm9keSUzRSUwRCUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-45 size-full\" title=\"ای بی تی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی.jpg\" alt=\"ای بی تی \" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی دارای تیم پشتیبانی قوی و پیگیری است که در صورت شناسایی باگ یا مشکلی در سایت، آن را نیز رفع می کنند تا بتوانیم یک سیا تشرط بندی معتبر بدون اشکال داشته باشیم.</p>\r\n<p style=\"text-align: justify;\">کاربران نیز در صورت مواجه شدن با ارور یا نیاز به راهنمایی، می توانند تنها با پیام دادن به تیم پشتیبانی، مشکل خود را در کمتر از چند ساعت رفع کنند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-46 size-full\" title=\"abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90.jpg\" alt=\"abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">با ورود به سایت abt90 در واقع شما به سایت ساشا سبحانی مراجعه کرده اید. این سایت یکی از حرفه ای ترین ارائه کننده های بازی های آنلاین و شرطی در ایران می باشد.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی دارای کاربران بسیار زیادی است که در هر تایم از شبانه روز در حال فعالیت در این سایت شرط بندی بزرگ هستند. با تنها یکبار تجربه کردن این سایت شرط بندی، این موضوع را درک خواهید کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-47 size-full\" title=\"ای بی تی ۹۰ \" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-۹۰.jpg\" alt=\"ای بی تی ۹۰ \" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ای بی تی ۹۰، یکی از سایت های شرط بندی محبوبی است که کاربران زیادی را می توان در این سایت شرط بندی مشاهده کرد.</p>\r\n<p style=\"text-align: justify;\">ای بی تی دارای یکی از بخش های بسیار جذاب دنیای شرط بندی است. این بخش پیش بینی ورزشی نام دارد. در بخش پیش بینی ورزشی این سایت شرط بندی معتبر می توان رشته های ورزشی بسیار زیادی را مشاهده کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-48 size-full\" title=\"سایت ای بی تی ۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی-تی-۹۰.jpg\" alt=\"سایت ای بی تی ۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت ای بی تی ۹۰، جزو سایت های شرط بندی معتبری است که دارای زبان فارسی در فرهنگ لغت یا لیست زبان های سایت خود است.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی دارای امنیت و اعتبار بالایی است و تعداد قابل توجه و زیادی از کاربران فارسی زبان صنعت شرط بندی است که با فعالیت در این سایت مقدار قابل توجهی درآمد کسب می کنند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-49 size-full\" title=\"سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt90.jpg\" alt=\"سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">abt90 سایت پیش بینی می باشد که به صورت نمایندگی یعنی ساشا سبحانی داده شده است. این آقا زاده توانسته به خوبی در این چند سال با تکیه بر قدرت تبلیغات طرفدار بسیاری را برای خود فراهم کند.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی دارای بخش های مختلفی است که با فعالیت در این سایت می توان به درآمد های بسیار زیادی دست یافت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ4JUFBJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-50 size-full\" title=\"abt90 سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt90-1.jpg\" alt=\"abt90 سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">abt90 سایت، برای شروع شرط بندی ابتدا روند ثبت نام را دنبال کنید. برای ثبت نام در سایت پیش بینی با توجه به سیاست های خود شرایطی متفاوت را برقرار می کنند.</p>\r\n<p style=\"text-align: justify;\">شرایطی که در سایت ساشا سبحانی پیاده سازی شده در واقع مربوط به پر کردن فرم ثبت نام است که قوانین نیز در آن جا موجود است. پس به ابتدا به آن توجه داشته باشید. سپس در این سایت اقدام به ثبت نام کنید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCNCVEOCVCMSVEOCVCNyUyMCVEOCVBOCVEOSU4NiVEOCVBRiVEQiU4QyUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-51 size-full\" title=\"سایت شرط بندی abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-abt90.jpg\" alt=\"سایت شرط بندی abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">این روز ها سایت های شرط بندی اکثرا به دنبال منافع شخصی خودشان هستند و راحتی کاربران و مخاطبان سایت برای ان ها بسیار کم ارزش است. اما سایت شرط بندی abt90، از جمله سایت های شرط بندی است که اهمیت زیادی به کاربران خود می دهد.</p>\r\n<p style=\"text-align: justify;\">بابت همین موضوع است که بخش نظرات کاربران را در سایت قرار داده است تا کاربران بتوانند انتقادات خود را نسبت به سایت بنویسند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-52 size-full\" title=\"سایت abt\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt.jpg\" alt=\"سایت abt\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی دارای بخش بسیار جذاب کازینو آنلاین است. در این بخش می توان بازی های بسیار مهیج و سرگرم کننده ای را مشاهده کرد که با فعالیت در آن ها می توان به درآمد های بسیاری نیز دست یافت.</p>\r\n<p style=\"text-align: justify;\">یکی از این بازی های جذاب، پوکر است که جزو بازی های کارتی بوده و در صورت رعایت کردن قوانین آن می توان به جایگاه بالایی در این سایت دست یافت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidCUyMDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-53 size-full\" title=\"abt 90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt-90.jpg\" alt=\"abt 90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 یکی از بهترین سایت های شرط بندی است که دارای بخش های بسیار سرگرم کننده است.</p>\r\n<p style=\"text-align: justify;\">این سایت پیش بینی و شرط بندی علاوه بر ارائه رشته های ورزشی مختلف برای شرط بندی، امکانات بسیار ویژه ای نیز ارائه کرده است.</p>\r\n<p style=\"text-align: justify;\">که شما با استفاده درست از این امکانات می توانید موفق ترین و پر سود ترین شرط بندی ها را بر روی نتیجه بازی ها تجربه کنید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwcyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-54 size-full\" title=\"abt90s\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90s.jpg\" alt=\"abt90s\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">یکی از مهم ترین موضوعاتی که باعث تفوت سایت شرط بندی ای تی بی 90 با دیگر سایت های شرط بندی شده است این است که، امکانات و شرایط بی نظیری را این سایت شرط بندی معتبر به منظور راحتی و دسترسی آسان تر کاربران سایت خود، در اختیار آن ها قرار داده است.</p>\r\n<p style=\"text-align: justify;\">با توجه به این موضوع است که کاربران زیادی به سایت شرط بندی abt90s، جذب می شوند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDklMjAlRDklODglRDglQjElRDklODglRDglQUYlM0MlMkZoMiUzRSUwQSUwQSUzQyUyRmJvZHklM0UlMEElM0MlMkZodG1sJTNF[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-55 size-full\" title=\"abt9 ورود\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt9-ورود.jpg\" alt=\"abt9 ورود\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90، یکی از سایت های شرط بندی است که کاربران زیادی را به خود جذب کرده است.</p>\r\n<p style=\"text-align: justify;\">ورود به این سایت شرط بندی زمان زیادی نمی برد. برای ورود به سایت شرط بندی ای بی تی 90 تنها نیاز به نام کاربری و رمز عبور است که در صورت فراموش کردن این رمز عبور، می توان گزینه فراموشی رمز عبور را زد و با وارد کردن رمز عبور نسبت به تغییر رمز عبور اقدام کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidCUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-56 size-full\" title=\"abt سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt-سایت.jpg\" alt=\"abt سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">بازی 21 از بازی های بسیار جذاب می باشد که با ورق بازی می شود و افراد می توانند از مشغول شدن در این بازی سودهای بسیار زیادی را کسب کنند و به آن بلک جک نیز گفته می شود.</p>\r\n<p style=\"text-align: justify;\">کاربرانی که به دنبال این بازی شرط بندی بسیار مهیج هستند می توانند از طریق لین های موجود در این پست به راحتی به بخش کازینو آنلاین این سایت مراجعه کرده و این بازی را انجام بدهند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCNCVEOCVCMSVEOCVCNyUyMCVEOCVBOCVEOSU4NiVEOCVBRiVEQiU4QyUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-57 size-full\" title=\"سایت شرط بندی ای بی تی 90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90.jpg\" alt=\"سایت شرط بندی ای بی تی 90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90، یکی از سایت های شرط بندی بسیار محبوب است. زیرا در این سایت شرط بندی معتبر می توانید به سادگی در بخش پیش بینی های ورزشی این سایت، به فعالیت در رشته های ورزشی زیادی که دارد بپردازید.</p>\r\n<p style=\"text-align: justify;\">از جمله این رشته های ورزشی جذاب می توان به فوتبال، فوتسال، والیبال، هندبال و بسیاری دیگر از بازی های معروف دیگر اشاره کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOSU4OCVEOCVCMSVEOSU4OCVEOCVBRiUyMCVEOCVBOCVEOSU4NyUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-58 size-full\" title=\"ورود به سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90.jpg\" alt=\"ورود به سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">به محض وارد شدن به سایت اصلی abt90 ورود به سایت شرط بندی ای بی تی 90 کار دشواری نسیت. شما با بونوس های بسیار جالبی مواجه خواهید شد.</p>\r\n<p style=\"text-align: justify;\">این بونوس ها چندین نوع هستند که در ابتدا احتمالا با بونوس خوش آمد گویی مواجه خواهید شد. این بونوس ها به عنوان شارژ حساب برای شما عمل می کنند و می توانید با آن ها شرط بندی انجام دهید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwYmV0JTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-59 size-full\" title=\"abt90 bet\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90-bet.jpg\" alt=\"abt90 bet\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90، سایت شرط بندی معتبری می باشد که توسط شخص ساشا سبحانی مدیریت می شود و کاربران تا کنون از این سایت بسیار راضی بوده اند.</p>\r\n<p style=\"text-align: justify;\">به طوری که تعداد افرادی که وارد این سایت می شوند روز به روز بیشتر می شود. با افزایش این تعداد کاربران می تواند از اعتبار بالای این سایت شرط بندی مطمعن شد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMDkwJTIwJUQ4JUE3JUQ5JTg2JUQ5JTgxJUQ4JUFDJUQ4JUE3JUQ4JUIxJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-60 size-full\" title=\"ای بی تی 90 انفجار\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-90-انفجار.jpg\" alt=\"ای بی تی 90 انفجار\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">به طور کلی همان طور که همه می دانند، ای بی تی 90 انفجار، یکی از سایت های کاملا جامع برای پیش بینی و شرط است که کاربران زیادی را دارد.</p>\r\n<p style=\"text-align: justify;\">چرا که این سایت توانسته علاوه بر بازی انفجار تمامی بازی های پیش بینی و شرط بندی را به صورت کامل، از پیش بینی مسابقات ورزشی گرفته تا بازی های کازینو آنلاین را برای کاربران فراهم کند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-61 size-full\" title=\"سایت ای بی تی۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی-تی۹۰.jpg\" alt=\"سایت ای بی تی۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت ای بی تی۹۰، راه های دیگری را برای درآمدزایی کاربران خود فراهم ساخته است و افراد می توانند در کنار شرط بندی خود از این راه ها نیز درآمد زایی کنند.</p>\r\n<p style=\"text-align: justify;\">اما باید برای هر کدام از این راه ها شرایط درآمدزایی از آن ها را داشته باشند و برای مثال یکی از راه های درآمدزایی در این سایت زیرمجموعه گیری می باشد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBRiVEOCVBNyVEOSU4NiVEOSU4NCVEOSU4OCVEOCVBRiUyMCVEOSU4MSVEQiU4QyVEOSU4NCVEOCVBQSVEOCVCMSUyMCVEOCVCNCVEQSVBOSVEOSU4NiUyMGFidCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-62 size-full\" title=\"دانلود فیلتر شکن abt\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-فیلتر-شکن-abt.jpg\" alt=\"دانلود فیلتر شکن abt\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 یکی از سایت هایی است که کاربران زیادی را به خود جذب کرده است. با فعالیت در این سایت شرط بندی می توان به درآمد های بسیار خوبی نیز دست یافت.</p>\r\n<p style=\"text-align: justify;\">با استفاده از فیلتر شکن این سایت شرط بندی نیز  می توان به سادگی به هر سایت یا اپلیکیشنی که نیاز مند وی پی ان است دسترسی داشت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOSU4MSVEQiU4QyVEOSU4NCVEOCVBQSVEOCVCMSUyMCVEOCVCNCVEQSVBOSVEOSU4NiUyMGFidCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-63 size-full\" title=\"فیلتر شکن abt\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/فیلتر-شکن-abt.jpg\" alt=\"فیلتر شکن abt\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی معتبر ای بی تی، یکی از سایت های شرط بندی محبوبی است که دارای بخش های زیادی است. یکی از اپ های جانبی این سایت شرط بندی، فیلتر شکن این سایت است.</p>\r\n<p style=\"text-align: justify;\">با استفاده از این فیلترشکن می توان به سایت هایی که به مشکل فیلتر شدن برخورده اند، این موضوع را رفع و رجوع کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCNCVEOCVCMSVEOCVCNyUyMCVEOCVBOCVEOSU4NiVEOCVBRiVEQiU4QyUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-64 size-full\" title=\"سایت شرط بندی ای بی تی ۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90-1.jpg\" alt=\"سایت شرط بندی ای بی تی ۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی ۹۰، جزو معدود سایت های شرط بندی معتبری است که دارای تیم پشتیبانی بسیار قوی و پیگیری است که در صورتی که کاربران از آن ها راهنمایی بخواهند و یا اینکه به مشکلی بر بخورند، این تیم پشتیبانی با تجربه، در کمتر از چند ساعت پاسخ گوی این کاربران خواهند بود و مشکل احتمالی کاربران را به سادگی حل می کنند تا کاربران استرسی نداشته باشند و به فعالیت خود بر سایت تمرکز کنند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-65 size-full\" title=\"ای بی تی۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی۹۰.jpg\" alt=\"ای بی تی۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ای بی تی۹۰، اپلیکیشن و برنامه مخصوص خود را راه اندازی کرده است و خیلی از کاربران فقط با این اپ اقدام به شرط بندی می نمایند.</p>\r\n<p style=\"text-align: justify;\">شما با استفاده از این اپ می توانید خیلی راحت بدون استفاده از فیلترشکن شرط های خود را ثبت کنید و دیگر قطع و وصلی های نسخه وب را تجربه نکنید. از دیگر مزیت های برنامه اختصاصی این سایت می توان به عدم نیاز به کامپیوتر اشاره کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ5JTg4JUQ4JUIxJUQ5JTg4JUQ4JUFGJTIwJUQ4JUE4JUQ5JTg3JTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ4JUFBJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-66 size-full\" title=\"abt90 ورود به سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-1.jpg\" alt=\"abt90 ورود به سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">راه های زیادی برای ورود به سایت شرط بندی abt90 وجود دارد. از جمله این راه ها می توان به اینستاگرام ای بی تی 90 یا تلگرام ای بی تی90 استفاده کرد.</p>\r\n<p style=\"text-align: justify;\">یکی از بهترین راه های برای ورود به این سایت شرط بندی معتبر، استفاده از اپلیکیشن و یا برنامه اختصاصی شرط بندی این سایت است. با استفاده از آن می توان بدون نیاز به فیلتر شکن در بخش های مختلف این سایت فعالیت داشت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQWFidDklM0MlMkZoMiUzRSUwQSUwQSUzQyUyRmJvZHklM0UlMEElM0MlMkZodG1sJTNF[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-67 size-full\" title=\"سایتabt9\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایتabt9.jpg\" alt=\"سایتabt9\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت abt90 تا به الان سعی کرده است ویژگی های جدید و کاربردی را در خود موجود کند. این سایت در ابتدا نیازسنجی می کند و سپس آپشن مورد نظر را به بهترین شکل ممکن در سایت پیاده سازی کرده و در اختیار شما می گذارد.</p>\r\n<p style=\"text-align: justify;\">این سایت شرط بندی محبوب دارای کاربران بسیار زیادی است که به فعالیت در بخش های مختلف پردرآمد این سایت مشغول هستند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEOSU4QSUyMCVEOCVBOCVEOSU4QSUyMCVEOCVBQSVEOSU4QSUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-68 size-full\" title=\"اي بي تي\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/اي-بي-تي.jpg\" alt=\"اي بي تي\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی محبوب اي بي تي، دارای تعداد کاربران بسیار زیادی است که بیشتر آن ها به خاطر آپشن ها و امکانات بسیار زیاد این سایت شرط بندی معتبر به این سایت شرط بندی جذب شده اند.</p>\r\n<p style=\"text-align: justify;\">یکی از این آپشن ها و یا امکانات، ارائه بونوس ها و هدیه های بسیار ارزنده به کاربران فعال و پیگیری است که در تورنمنت های مهیج این سایت شرط بندی جزو نفرات برتر می شوند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEOCVBNyVEQiU4QyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-69 size-full\" title=\"ای بی تی ای\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-ای.jpg\" alt=\"ای بی تی ای\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت های شرط بندی زیادی را این رئز ها می توانید ببینید که در حال فعالیت در دنیای شرط بندی و صنعت شرط بندی هستند. اما تنها برخی و یا تعداد بسیار کمی از این سایت ها، دارای درگاه های واریز مستقیم و با سرعت عمل بسیار بالا هستند.</p>\r\n<p style=\"text-align: justify;\">ای بی تی ای جزو سایت های شرط بندی معتبری است که سرعت بالایی در واریز و برداشت های مبالغ به حساب کاربری کاربران است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidCUyMHZwbiUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-70 size-full\" title=\"سایت abt vpn\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt-vpn.jpg\" alt=\"سایت abt vpn\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">وی پی ان سایت شرط بندی ای بی تی 90، یکی از بهترین وی پی ان هایی است که می توان پیدا کرد. این وی پی ان یک از بهترین ها در اپلیکیشن ها و برنامه های موجود در سایت ها است.</p>\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 یکی از سایت های شرط بندی معتبری است که با فعالیت دراین سایت می توانند به سادگی به درآمدهای بسیار زیادی دست یافت.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-71 size-full\" title=\"سایت ای بی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی.jpg\" alt=\"سایت ای بی\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت ای بی، درگاه های پرداخت بسیار امنی را برای شما به وجود آورده است و می توانید بدون نگرانی تراکنش های خود را در آن انجام دهید.</p>\r\n<p style=\"text-align: justify;\">داشتن حس امنیت در زمان پرداخت یا برداشت پول اهمیت زیادی دارد و این پلتفرم از این موضوع آگاهی کامل داشته و روی آن حسابی کار کرده است تا کاربران بدون استرس تراکنش های مالی خود را به راحتی انجام بدهند.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEOCVBRiVEOCVCMSVEOCVCMyUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-72 size-full\" title=\"ادرس سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ادرس-سایت-abt90.jpg\" alt=\"ادرس سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی 90 دارای آدرس های مختلفی است. در صورتی که به آدرس قدیمی این سایت شرط بندی دسترسی داشته باشید، تنها می توانید ازطریق فیلتر شکن به سایت وارد شوید.</p>\r\n<p style=\"text-align: justify;\">اما آدرس های جدی سایت شرط بندی ای بی تی بدون استفاده از فیلتر شکن شما را به سایت می برد و با سرعت بالایی می توانید در سایت به فعالیت بپردازید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidCUyMGJldCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-73 size-full\" title=\"abt bet\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt-bet.jpg\" alt=\"abt bet\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">برخی از سایت های شرط بندی دارای رابط کاربری بسیار خسته کننده هستند. زیرا طراحی سایت و ترکیب رنگ هایی که در آن استفاده کرده اند به گونه ای است که در استفاده های طولانی مدت، چشم کاربران را اذیت می کند که می تواند به منصرف شدن کاربران با تجربه از فعالیت در این سایت شرط بندی منجر شود، که برای این سایت بسیار بد می شود. اما سایت شرط بندی abt bet، یکی بهترین رابظ های کاربری سایت های شرط بندی را دارد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBQiVEOCVBOCVEOCVBQSUyMCVEOSU4NiVEOCVBNyVEOSU4NSUyMCVEOCVBRiVEOCVCMSUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-74 size-full\" title=\"ثبت نام در سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ثبت-نام-در-سایت-abt90.jpg\" alt=\"ثبت نام در سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">اولین قدم برای فعالیت درسایت شرط بندی ای بی تی 90 انجام ثبت نام و احراز هویت است. احراز هویت این روزها موضوع قابل توجهی است که کاربران گلایه زیادی دارند.</p>\r\n<p style=\"text-align: justify;\">در واقع سایت های شرط بندی از این آپشن فوق العاده به منظور فرار از پرداخت سود کاربران استفاده می کنند.</p>\r\n<p style=\"text-align: justify;\">در واقع سختگیری های موجود باعث شده که دیگر موقع برداشت ها هویت شما توسط سایت تایید نشود.</p>\r\n<p style=\"text-align: justify;\">ولی اگر در سایت ای بی تی همان لحظه ثبت نام اطلاعات واقعی خود را وارد کرده باشید نیاز به تایید هویت نیست و می توانید خیلی راحت برداشت داشته باشید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBQiVEOCVBOCVEOCVBQSUyMCVEOSU4NiVEOCVBNyVEOSU4NSUyMCVEOCVBRiVEOCVCMSUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMCVEOCVCMyVEOCVBNyVEOCVCNCVEOCVBNyUyMCVEOCVCMyVEOCVBOCVEOCVBRCVEOCVBNyVEOSU4NiVEQiU4QyUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-75 size-full\" title=\"ثبت نام در سایت ساشا سبحانی\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ثبت-نام-در-سایت-ساشا-سبحانی.jpg\" alt=\"ثبت نام در سایت ساشا سبحانی\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">سایت شرط بندی ای بی تی یکی از سایت های شرط بندی محبوب در صنعت شرط بندی است. این سایت که توسط ساشا سبحانی مدیریت می شود، انواع بازی‌های کازینویی از بازی محبوب انفجار گرفته تا پیش‌بینی زنده فوتبال و… با ضرایب بزرگ و در عین حال واقعی در اختیار کاربران قرار می‌دهد.</p>\r\n<p style=\"text-align: justify;\">ثبت نام در سایت ساشا سبحانی، کار بسیار آسانی است و در کمتر از چند دقیقه قابل انجام است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ5JTg4JUQ4JUIxJUQ5JTg4JUQ4JUFGJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-76 size-full\" title=\"abt90 ورود\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/abt90-ورود.jpg\" alt=\"abt90 ورود\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ورود به سایت شرط بندی ای بی تی 90 یکی از ساده ترین کارها است. البته برخی از سایت های شرط بندی این موضوع را بسیار پیچیده گرده اند. به نوعی که تا حل نکردن برخی از معما های پیچیده امکان ورود به سایت نیست.</p>\r\n<p style=\"text-align: justify;\">این موضوع می تواند کاربران را اذیت کند و در برخی از موارد باعث عوض شدن نظر کاربر و حتی در برخی از موارد باعث تغییر سایت شرط بندی خود توسط کاربر نیز رسیده است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOSU4OCVEOCVCMSVEOSU4OCVEOCVBRiUyMCVEOCVBOCVEOSU4NyUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-77 size-full\" title=\"ورود به سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-2.jpg\" alt=\"ورود به سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">یکی از بهترین راه ها برای ورود به سایت شرط بندی معتبر ای بی تی 90، استفاده از اپلیکیشن مخصوص این سایت شرط بندی است که پیشتاز طراحی و ارائه این برنامه شرط بندی بوده است.</p>\r\n<p style=\"text-align: justify;\">این برنامه از امنیت بسیار بالایی در میان دیگر برنامه های شرط بندی برخوردار است. با استفاده از این برنامه دیگر نیازی به دنبال لینک ها گشتن نیست.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBRiVEOCVBNyVEOSU4NiVEOSU4NCVEOSU4OCVEOCVBRiUyMCVEOCVBNyVEOSVCRSVEOSU4NCVEQiU4QyVEQSVBOSVEQiU4QyVEOCVCNCVEOSU4NiUyMCVEOCVBNyVEQiU4QyUyMCVEOCVBOCVEQiU4QyUyMCVEOCVBQSVEQiU4QyUyMCVEQiVCOSVEQiVCMCUzQyUyRmgyJTNFJTBBJTBBJTNDJTJGYm9keSUzRSUwQSUzQyUyRmh0bWwlM0U=[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-78 size-full\" title=\"دانلود اپلیکیشن ای بی تی ۹۰\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-اپلیکیشن-ای-بی-تی-۹۰.jpg\" alt=\"دانلود اپلیکیشن ای بی تی ۹۰\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">با دانلود اپلیکیشن ای بی تی ۹۰، می توان به سادگی به فعالیت بدون استفاده از فیلتر شکن در این سایت شرط بندی معتبر فکر کرد.</p>\r\n<p style=\"text-align: justify;\">یکی دیگر از مزیت های برنامه ای بی تی 90، این است که برای فعالیت در بخش های جذاب مختلف این سایت شرط بندی، دیگر نیاز به استفاده از فیلتر شکن نیست و تنها با اتصال تلفن همراه به اینترنت می توان از این سایت شرط بندی محبوب استفاده کرد.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRWFidDkwJTIwJUQ5JTg4JUQ4JUIxJUQ5JTg4JUQ4JUFGJTIwJUQ4JUE4JUQ5JTg3JTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ4JUFBJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-79 size-full\" title=\"abt90 ورود به سایت\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-3.jpg\" alt=\"abt90 ورود به سایت\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">ورود به برخی از سایت های شرط بندی دارای یکسری پروسه های بسیار گیج کننده و خسته کننده است.</p>\r\n<p style=\"text-align: justify;\">اما سایت شرط بندی ای بی تی 90 به گونه ای طراحی شده است که کاربران این سایت شرط بندی معتبر، هنگام ورود به این سایت شرط بندی زیاد گیج نشوند و وقت آن ها نیز گرفته نشود.</p>\r\n<p style=\"text-align: justify;\">تنها شرط مهم هنگام ورود به این سایت شرط بندی آن است که رمز عبور و نام کاربری خود را بدانید.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBNyVEOSVCRSVEOSU4NCVEQiU4QyVEQSVBOSVEQiU4QyVEOCVCNCVEOSU4NiUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-80 size-full\" title=\"اپلیکیشن abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/اپلیکیشن-abt90.jpg\" alt=\"اپلیکیشن abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">اپلیکین سایت شرط بندی ای بی تی 90 یکی از برنامه ها و اپلیکیشن های تاپ سایت های شرط بندی است که با استفاده از آن می توان به سادگی و دور از هرگونه فیلتر شکنی اقدام به فعالیت در سایت شرط بندی معتبر ای بی تی 90 کرد.</p>\r\n<p style=\"text-align: justify;\">یکی دیگر از مزیت های این اپلیکیشن عدم نیاز به کامپیوتر و یا لب تاب است که محدودیت بسیاری از کاربران را از بین برده است.</p>\r\n[/vc_column_text][vc_raw_html]JTNDIURPQ1RZUEUlMjBodG1sJTNFJTBBJTNDaHRtbCUyMGxhbmclM0QlMjJmYSUyMiUzRSUwQSUzQ2hlYWQlM0UlMEElM0NtZXRhJTIwY2hhcnNldCUzRCUyMlVURi04JTIyJTNFJTBBJTNDdGl0bGUlM0UlRDklODclRDglQUYlRDglQjElMjAlRDglQTglRDglQTclMjAlRDglQjElRDklODYlREElQUYlMjAlRDglQTIlRDglQTglREIlOEMlMjAlRDglQjQlREIlOEMlRDglQjQlRDklODclRTIlODAlOEMlRDglQTclREIlOEMlM0MlMkZ0aXRsZSUzRSUwQSUzQ3N0eWxlJTNFJTBBJTIwJTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnMnJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmJldGZha2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklMjBmb3JtYXQoJ3dvZmYnKSUzQiUwQSUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwZm9udC1zdHlsZSUzQSUyMG5vcm1hbCUzQiUwQSU3RCUwQSUwQWJvZHklMjAlN0IlMEElMjAlMjBmb250LWZhbWlseSUzQSUyMCdJUkFOU2FucyclMkMlMjBzYW5zLXNlcmlmJTNCJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjAlN0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzNmQ3Yjg4JTNCJTIwJTJGKiUyMCUyMColMkYlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMHdoaXRlJTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDIwcHglM0IlMjAlMkYqJTIwJURBJUE5JUQ4JUE3JUQ5JTg3JUQ4JUI0JTIwJUQ5JUJFJUQ4JUFGJURCJThDJUQ5JTg2JURBJUFGJTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJURBJUE5JUQ5JTg1JTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUE3JUQ4JUIxJUQ4JUFBJUQ5JTgxJUQ4JUE3JUQ4JUI5JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMjAlMjAlMjAlMjB0cmFuc2l0aW9uJTNBJTIwYmFja2dyb3VuZC1jb2xvciUyMDAuM3MlM0IlMEElMjAlMjAlMjAlMjBkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUFGJUQ4JUE3JUQ4JUFGJUQ5JTg3JTIwJUQ4JUI0JUQ4JUFGJUQ5JTg3JTIwJUQ4JUE4JUQ4JUIxJUQ4JUE3JURCJThDJTIwJUQ4JUE3JUQ4JUI3JUQ5JTg1JURCJThDJUQ5JTg2JUQ4JUE3JUQ5JTg2JTIwJUQ4JUE3JUQ4JUIyJTIwJUQ5JUJFJUQ4JUIxJTIwJURBJUE5JUQ4JUIxJUQ4JUFGJUQ5JTg2JTIwJUQ4JUI5JUQ4JUIxJUQ4JUI2JTIwJURBJUE5JUQ4JUE3JUQ5JTg1JUQ5JTg0JTIwKiUyRiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMTAwJTI1JTNCJTIwJTJGKiUyMCVEOCVBRCVEOSU4MSVEOCVCOCUyMCVEOCVBNyVEOCVCMyVEOCVBQSVEOCVBNyVEQiU4QyVEOSU4NCUyMCVEOCVBOCVEOCVBNyUyMCVEOCVBNyVEOSU4MSVEOCVCMiVEOSU4OCVEOCVBRiVEOSU4NiUyMCUzQ2ElM0UlMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glMjBhJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjB3aGl0ZSUzQiUyMCUyRiolMjAlRDglQTclRDglQjclRDklODUlREIlOEMlRDklODYlRDglQTclRDklODYlMjAlRDglQTclRDglQjIlMjAlRDglQTclREIlOEMlRDklODYlREElQTklRDklODclMjAlRDglQjElRDklODYlREElQUYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAlRDglQjMlRDklODElREIlOEMlRDglQUYlMjAlRDglQTclRDglQjMlRDglQUElMjAqJTJGJTBBJTIwJTIwJTIwJTIwdGV4dC1kZWNvcmF0aW9uJTNBJTIwbm9uZSUzQiUyMCUyRiolMjAlRDglQUQlRDglQjAlRDklODElMjAlRDglQUUlRDglQjclMjAlRDglQjIlREIlOEMlRDglQjElREIlOEMlRDklODYlMjAlRDklODQlREIlOEMlRDklODYlREElQTklMjAqJTJGJTBBJTIwJTIwJTIwJTIwZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlRDglQjQlRDglQUYlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQUQlRDklODElRDglQjglMjAlRDglQjElRDklODElRDglQUElRDglQTclRDglQjElMjAlRDklODUlRDklODglRDglQjElRDglQUYlMjAlRDglQTclRDklODYlRDglQUElRDglQjglRDglQTclRDglQjElMjAqJTJGJTBBJTIwJTIwJTdEJTBBJTBBJTIwJTIwLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMCUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjM2ZDdiODglM0IlMjAlMkYqJTIwJTIwJTIwKiUyRiUwQSUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNFJTBBJTNDJTJGaGVhZCUzRSUwQSUzQ2JvZHklM0UlMEElMEElM0NoMiUyMGNsYXNzJTNEJTIyaGVhZGVyLWJveCUyMiUzRSVEOCVBRiVEOCVBNyVEOSU4NiVEOSU4NCVEOSU4OCVEOCVBRiUyMCVEOCVBNyVEOSVCRSVEOSU4NCVEQiU4QyVEQSVBOSVEQiU4QyVEOCVCNCVEOSU4NiUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVBQSUyMGFidDkwJTNDJTJGaDIlM0UlMEElMEElM0MlMkZib2R5JTNFJTBBJTNDJTJGaHRtbCUzRQ==[/vc_raw_html][vc_column_text title_tag=\"div\" f_post_font_family=\"file_5\" f_h1_font_family=\"file_5\" f_h2_font_family=\"file_5\" f_h3_font_family=\"file_5\" f_h4_font_family=\"file_5\" f_h5_font_family=\"file_5\" f_h6_font_family=\"file_5\" f_list_font_family=\"file_5\" f_bq_font_family=\"file_5\"]\r\n\r\n<img class=\"aligncenter wp-image-81 size-full\" title=\"دانلود اپلیکیشن سایت abt90\" src=\"http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-اپلیکیشن-سایت-abt90.jpg\" alt=\"دانلود اپلیکیشن سایت abt90\" width=\"1000\" height=\"400\" />\r\n<p style=\"text-align: justify;\">کاربران زیادی هستند که این روز ها به دنبال سایت شرط بندی معتبری هستند که دارای برنامه و یا اپلیکیشن شرط بندی نسخه اندروید باشد، تا بتوانند به سادگی و تنها با استفاده از یک تلفن همراه اندروید متصل به اینترنت، اقدام به فعالیت و شرط بندی در آن سایت کنند.</p>\r\n<p style=\"text-align: justify;\">با دانلود اپلیکیشن سایت abt90می توان به سادگی همه این کار ها را انجام داد.</p>\r\n[/vc_column_text][td_block_raw_css content=\"JTQwZm9udC1mYWNlJTIwJTdCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnNXZWInJTNCJTBBJTIwJTIwc3JjJTNBJTIwdXJsKCdodHRwcyUzQSUyRiUyRmFidDkwa2FkZS5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRmlyYW5zYW5zLXdlYi53b2ZmJyklM0IlMEElN0QlMEEuaGVhZGVyLWJveCUyMCU3QiUwQSUyMCUyMGJhY2tncm91bmQtY29sb3IlM0ElMjAlMjNiNDcwMjklM0IlMEElMjAlMjAlMkYqJTIwJTIzYjQ3MDI5KiUyRiUwQSUyMCUyMGNvbG9yJTNBJTIwd2hpdGUlM0IlMEElMjAlMjBwYWRkaW5nJTNBJTIwNXB4JTNCJTBBJTIwJTIwbWFyZ2luJTNBJTIwMjBweCUyMDAlM0IlMEElMjAlMjBib3JkZXItcmFkaXVzJTNBJTIwMTBweCUzQiUwQSUyMCUyMHRyYW5zaXRpb24lM0ElMjBib3gtc2hhZG93JTIwMC41cyUyMGVhc2UlM0IlMEElMjAlMjAlMkYqJTIwJUQ4JUFEJUQ4JUIwJUQ5JTgxJTIwdHJhbnNpdGlvbiUyMCVEOCVBOCVEOCVCMSVEOCVBNyVEQiU4QyUyMCVEOCVCMSVEOSU4NiVEQSVBRiUyMColMkYlMEElMjAlMjBwb3NpdGlvbiUzQSUyMHJlbGF0aXZlJTNCJTBBJTIwJTIwZm9udC1mYW1pbHklM0ElMjAnSVJBTlNhbnNXZWInJTJDJTIwc2Fucy1zZXJpZiUzQiUwQSUyMCUyMCUyRiolMjAlRDglQUElRDglQkElREIlOEMlREIlOEMlRDglQjElMjAlRDklODElRDklODglRDklODYlRDglQUElMjAlRDglQTglRDklODclMjBJUkFOU2Fuc1dlYiUyMColMkYlMEElMjAlMjBmb250LXNpemUlM0ElMjAxNnB4JTNCJTBBJTIwJTIwJTJGKiUyMCVEQSVBOSVEOCVBNyVEOSU4NyVEOCVCNCUyMCVEOCVCMyVEOCVBNyVEQiU4QyVEOCVCMiUyMCVEOSU4NSVEOCVBQSVEOSU4NiUyMColMkYlMEElMjAlMjBmb250LXdlaWdodCUzQSUyMDUwMCUzQiUwQSUyMCUyMCUyRiolMjAlREElQTklRDklODUlREIlOEMlMjAlREElQTklRDklODUlRDglQUElRDglQjElMjAlRDglQTclRDglQjIlMjAlRDglQTglRDklODglRDklODQlRDglQUYlMjAqJTJGJTBBJTIwJTIwYm94LXNoYWRvdyUzQSUyMDAlMjAxNXB4JTIwMTVweCUyMHJnYmEoMCUyQyUyMDAlMkMlMjAwJTJDJTIwMC4zKSUzQiUwQSUyMCUyMCUyRiolMjAlRDglQTclRDglQjYlRDglQTclRDklODElRDklODclMjAlREElQTklRDglQjElRDglQUYlRDklODYlMjAlRDglQjMlRDglQTclREIlOEMlRDklODclMjAlRDglQTglRDglQjElRDglQTclREIlOEMlMjAlRDglQTclRDglQUIlRDglQjElMjAlRDglQjMlRDklODclMjAlRDglQTglRDglQjklRDglQUYlREIlOEMlMjAqJTJGJTBBJTdEJTBBLmhlYWRlci1ib3glM0Fob3ZlciUyMCU3QiUwQSUyMCUyMGJveC1zaGFkb3clM0ElMjAwJTIwMCUyMDIwcHglMjAlMjNiNDcwMjklM0IlMEElMjAlMjAlMkYqJTIwJUQ4JUFBJUQ4JUJBJURCJThDJURCJThDJUQ4JUIxJTIwJUQ4JUIzJUQ4JUE3JURCJThDJUQ5JTg3JTIwJUQ4JUFGJUQ4JUIxJTIwJUQ4JUFEJUQ4JUE3JUQ5JTg0JUQ4JUFBJTIwJUQ5JTg3JUQ4JUE3JUQ5JTg4JUQ4JUIxJTIwKiUyRiUwQSUyMCUyMGNvbG9yJTNBJTIwd2hpdGUlM0IlMEElMjAlMjAlMkYqJTIwJUQ4JUFEJUQ5JTgxJUQ4JUI4JTIwJUQ4JUIxJUQ5JTg2JURBJUFGJTIwJUQ5JTg1JUQ4JUFBJUQ5JTg2JTIwJUQ4JUIzJUQ5JTgxJURCJThDJUQ4JUFGJTIwJUQ5JTg3JUQ5JTg2JURBJUFGJUQ4JUE3JUQ5JTg1JTIwJUQ5JTg3JUQ4JUE3JUQ5JTg4JUQ4JUIxJTIwKiUyRiUwQSU3RCUwQQ==\"][/vc_column][/vc_row][/tdc_zone]', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی', '', 'publish', 'closed', 'closed', '', '%d9%85%d8%ac%d9%84%d9%87-%d8%b4%d8%b1%d8%b7-%d8%a8%d9%86%d8%af%db%8c-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-90', '', '', '2025-01-11 14:44:12', '2025-01-11 11:14:12', '', 0, 'https://abt90kade.com/?page_id=33', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(44, 1, '2024-04-30 00:40:50', '2024-04-29 21:10:50', '', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی', '', 'inherit', 'open', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-abt-90-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b3%d8%a7%d8%b4%d8%a7-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-%db%b9%db%b0-%d8%a2%d8%af%d8%b1', '', '', '2024-04-30 00:40:50', '2024-04-29 21:10:50', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2024-04-30 00:41:30', '2024-04-29 21:11:30', '', 'ای بی تی', '', 'inherit', 'open', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c', '', '', '2024-04-30 00:41:30', '2024-04-29 21:11:30', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ای-بی-تی.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2024-04-30 00:42:09', '2024-04-29 21:12:09', '', 'abt90', '', 'inherit', 'open', 'closed', '', 'abt90', '', '', '2024-04-30 00:42:09', '2024-04-29 21:12:09', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2024-04-30 00:43:04', '2024-04-29 21:13:04', '', 'ای بی تی ۹۰', '', 'inherit', 'open', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-%db%b9%db%b0', '', '', '2024-04-30 00:43:04', '2024-04-29 21:13:04', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ای-بی-تی-۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2024-04-30 00:44:39', '2024-04-29 21:14:39', '', 'سایت ای بی تی ۹۰', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-%db%b9%db%b0', '', '', '2024-04-30 00:44:39', '2024-04-29 21:14:39', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-ای-بی-تی-۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2024-04-30 00:45:19', '2024-04-29 21:15:19', '', 'سایت abt90', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-abt90', '', '', '2024-04-30 00:45:19', '2024-04-29 21:15:19', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2024-04-30 00:46:06', '2024-04-29 21:16:06', '', 'سایت abt90', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-abt90-2', '', '', '2024-04-30 00:46:06', '2024-04-29 21:16:06', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-abt90-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2024-04-30 00:46:39', '2024-04-29 21:16:39', '', 'سایت شرط بندی abt90', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%b4%d8%b1%d8%b7-%d8%a8%d9%86%d8%af%db%8c-abt90', '', '', '2024-04-30 00:46:39', '2024-04-29 21:16:39', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-شرط-بندی-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2024-04-30 00:47:12', '2024-04-29 21:17:12', '', 'سایت abt', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-abt', '', '', '2024-04-30 00:47:12', '2024-04-29 21:17:12', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-abt.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2024-04-30 00:47:47', '2024-04-29 21:17:47', '', 'abt 90', '', 'inherit', 'open', 'closed', '', 'abt-90', '', '', '2024-04-30 00:47:47', '2024-04-29 21:17:47', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt-90.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2024-04-30 00:48:17', '2024-04-29 21:18:17', '', 'abt90s', '', 'inherit', 'open', 'closed', '', 'abt90s', '', '', '2024-04-30 00:48:17', '2024-04-29 21:18:17', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt90s.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2024-04-30 00:48:42', '2024-04-29 21:18:42', '', 'abt9 ورود', '', 'inherit', 'open', 'closed', '', 'abt9-%d9%88%d8%b1%d9%88%d8%af', '', '', '2024-04-30 00:48:42', '2024-04-29 21:18:42', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt9-ورود.jpg', 0, 'attachment', 'image/jpeg', 0),
(56, 1, '2024-04-30 00:49:12', '2024-04-29 21:19:12', '', 'abt سایت', '', 'inherit', 'open', 'closed', '', 'abt-%d8%b3%d8%a7%db%8c%d8%aa', '', '', '2024-04-30 00:49:12', '2024-04-29 21:19:12', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt-سایت.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2024-04-30 00:49:43', '2024-04-29 21:19:43', '', 'سایت شرط بندی ای بی تی 90', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%b4%d8%b1%d8%b7-%d8%a8%d9%86%d8%af%db%8c-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-90', '', '', '2024-04-30 00:49:43', '2024-04-29 21:19:43', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90.jpg', 0, 'attachment', 'image/jpeg', 0),
(58, 1, '2024-04-30 00:50:19', '2024-04-29 21:20:19', '', 'ورود به سایت abt90', '', 'inherit', 'open', 'closed', '', '%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%b3%d8%a7%db%8c%d8%aa-abt90', '', '', '2024-04-30 00:50:19', '2024-04-29 21:20:19', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ورود-به-سایت-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2024-04-30 00:51:30', '2024-04-29 21:21:30', '', 'abt90 bet', '', 'inherit', 'open', 'closed', '', 'abt90-bet', '', '', '2024-04-30 00:51:30', '2024-04-29 21:21:30', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt90-bet.jpg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2024-04-30 00:51:57', '2024-04-29 21:21:57', '', 'ای بی تی 90 انفجار', '', 'inherit', 'open', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-90-%d8%a7%d9%86%d9%81%d8%ac%d8%a7%d8%b1', '', '', '2024-04-30 00:51:57', '2024-04-29 21:21:57', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ای-بی-تی-90-انفجار.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2024-04-30 00:52:27', '2024-04-29 21:22:27', '', 'سایت ای بی تی۹۰', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c%db%b9%db%b0', '', '', '2024-04-30 00:52:27', '2024-04-29 21:22:27', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-ای-بی-تی۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2024-04-30 00:54:41', '2024-04-29 21:24:41', '', 'دانلود فیلتر شکن abt', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86-abt', '', '', '2024-04-30 00:54:41', '2024-04-29 21:24:41', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/دانلود-فیلتر-شکن-abt.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2024-04-30 00:55:21', '2024-04-29 21:25:21', '', 'فیلتر شکن abt', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86-abt', '', '', '2024-04-30 00:55:21', '2024-04-29 21:25:21', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/فیلتر-شکن-abt.jpg', 0, 'attachment', 'image/jpeg', 0),
(64, 1, '2024-04-30 00:56:03', '2024-04-29 21:26:03', '', 'سایت شرط بندی ای بی تی 90', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%b4%d8%b1%d8%b7-%d8%a8%d9%86%d8%af%db%8c-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-90-2', '', '', '2024-04-30 00:56:03', '2024-04-29 21:26:03', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2024-04-30 00:56:50', '2024-04-29 21:26:50', '', 'ای بی تی۹۰', '', 'inherit', 'open', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c%db%b9%db%b0', '', '', '2024-04-30 00:56:50', '2024-04-29 21:26:50', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ای-بی-تی۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(66, 1, '2024-04-30 00:57:22', '2024-04-29 21:27:22', '', 'ورود به سایت abt90', '', 'inherit', 'open', 'closed', '', '%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%b3%d8%a7%db%8c%d8%aa-abt90-2', '', '', '2024-04-30 00:57:22', '2024-04-29 21:27:22', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ورود-به-سایت-abt90-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2024-04-30 00:57:51', '2024-04-29 21:27:51', '', 'سایتabt9', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aaabt9', '', '', '2024-04-30 00:57:51', '2024-04-29 21:27:51', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایتabt9.jpg', 0, 'attachment', 'image/jpeg', 0),
(68, 1, '2024-04-30 00:58:32', '2024-04-29 21:28:32', '', 'اي بي تي', '', 'inherit', 'open', 'closed', '', '%d8%a7%d9%8a-%d8%a8%d9%8a-%d8%aa%d9%8a', '', '', '2024-04-30 00:58:32', '2024-04-29 21:28:32', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/اي-بي-تي.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2024-04-30 00:59:04', '2024-04-29 21:29:04', '', 'ای بی تی ای', '', 'inherit', 'open', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-%d8%a7%db%8c', '', '', '2024-04-30 00:59:04', '2024-04-29 21:29:04', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ای-بی-تی-ای.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2024-04-30 01:06:40', '2024-04-29 21:36:40', '', 'سایت abt vpn', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-abt-vpn', '', '', '2024-04-30 01:06:40', '2024-04-29 21:36:40', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-abt-vpn.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2024-04-30 01:07:53', '2024-04-29 21:37:53', '', 'سایت ای بی', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a7%db%8c-%d8%a8%db%8c', '', '', '2024-04-30 01:07:53', '2024-04-29 21:37:53', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/سایت-ای-بی.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2024-04-30 01:08:28', '2024-04-29 21:38:28', '', 'ادرس سایت abt90', '', 'inherit', 'open', 'closed', '', '%d8%a7%d8%af%d8%b1%d8%b3-%d8%b3%d8%a7%db%8c%d8%aa-abt90', '', '', '2024-04-30 01:08:28', '2024-04-29 21:38:28', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ادرس-سایت-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2024-04-30 01:08:57', '2024-04-29 21:38:57', '', 'abt bet', '', 'inherit', 'open', 'closed', '', 'abt-bet', '', '', '2024-04-30 01:08:57', '2024-04-29 21:38:57', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt-bet.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2024-04-30 01:09:38', '2024-04-29 21:39:38', '', 'ثبت نام در سایت abt90', '', 'inherit', 'open', 'closed', '', '%d8%ab%d8%a8%d8%aa-%d9%86%d8%a7%d9%85-%d8%af%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa-abt90', '', '', '2024-04-30 01:09:38', '2024-04-29 21:39:38', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ثبت-نام-در-سایت-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2024-04-30 01:10:43', '2024-04-29 21:40:43', '', 'ثبت نام در سایت ساشا سبحانی', '', 'inherit', 'open', 'closed', '', '%d8%ab%d8%a8%d8%aa-%d9%86%d8%a7%d9%85-%d8%af%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa-%d8%b3%d8%a7%d8%b4%d8%a7-%d8%b3%d8%a8%d8%ad%d8%a7%d9%86%db%8c', '', '', '2024-04-30 01:10:43', '2024-04-29 21:40:43', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ثبت-نام-در-سایت-ساشا-سبحانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2024-04-30 01:11:35', '2024-04-29 21:41:35', '', 'abt90 ورود', '', 'inherit', 'open', 'closed', '', 'abt90-%d9%88%d8%b1%d9%88%d8%af', '', '', '2024-04-30 01:11:35', '2024-04-29 21:41:35', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/abt90-ورود.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2024-04-30 01:12:11', '2024-04-29 21:42:11', '', 'ورود به سایت abt90', '', 'inherit', 'open', 'closed', '', '%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%b3%d8%a7%db%8c%d8%aa-abt90-3', '', '', '2024-04-30 01:12:11', '2024-04-29 21:42:11', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ورود-به-سایت-abt90-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2024-04-30 01:12:48', '2024-04-29 21:42:48', '', 'دانلود اپلیکیشن ای بی تی ۹۰', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a7%d9%be%d9%84%db%8c%da%a9%db%8c%d8%b4%d9%86-%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-%db%b9%db%b0', '', '', '2024-04-30 01:12:48', '2024-04-29 21:42:48', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/دانلود-اپلیکیشن-ای-بی-تی-۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2024-04-30 01:13:27', '2024-04-29 21:43:27', '', 'ورود به سایت abt90', '', 'inherit', 'open', 'closed', '', '%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%b3%d8%a7%db%8c%d8%aa-abt90-4', '', '', '2024-04-30 01:13:27', '2024-04-29 21:43:27', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/ورود-به-سایت-abt90-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2024-04-30 01:13:55', '2024-04-29 21:43:55', '', 'اپلیکیشن abt90', '', 'inherit', 'open', 'closed', '', '%d8%a7%d9%be%d9%84%db%8c%da%a9%db%8c%d8%b4%d9%86-abt90', '', '', '2024-04-30 01:13:55', '2024-04-29 21:43:55', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/اپلیکیشن-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(81, 1, '2024-04-30 01:14:44', '2024-04-29 21:44:44', '', 'دانلود اپلیکیشن سایت abt90', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a7%d9%be%d9%84%db%8c%da%a9%db%8c%d8%b4%d9%86-%d8%b3%d8%a7%db%8c%d8%aa-abt90', '', '', '2024-04-30 01:14:44', '2024-04-29 21:44:44', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/04/دانلود-اپلیکیشن-سایت-abt90.jpg', 0, 'attachment', 'image/jpeg', 0),
(83, 1, '2024-05-07 02:11:41', '2024-05-06 22:41:41', '', 'tdn_pic_1', '', 'inherit', 'open', 'closed', '', 'tdn_pic_1', '', '', '2024-05-07 02:11:41', '2024-05-06 22:41:41', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/05/tdn_pic_1.png', 0, 'attachment', 'image/png', 0),
(84, 1, '2024-05-07 02:11:49', '2024-05-06 22:41:49', '', 'tdn_pic_2', '', 'inherit', 'open', 'closed', '', 'tdn_pic_2', '', '', '2024-05-07 02:11:49', '2024-05-06 22:41:49', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/05/tdn_pic_2.png', 0, 'attachment', 'image/png', 0),
(85, 1, '2024-05-07 02:11:57', '2024-05-06 22:41:57', '', 'tdn_pic_3', '', 'inherit', 'open', 'closed', '', 'tdn_pic_3', '', '', '2024-05-07 02:11:57', '2024-05-06 22:41:57', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/05/tdn_pic_3.png', 0, 'attachment', 'image/png', 0),
(90, 1, '2024-11-02 21:55:06', '2024-05-06 23:00:12', '', 'sitemap', '', 'publish', 'closed', 'closed', '', 'sitemap', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=90', 1, 'nav_menu_item', '', 0),
(93, 1, '2024-05-13 19:30:00', '2024-05-13 16:00:00', '', 'BET303BET', '', 'inherit', 'open', 'closed', '', 'bet303bet', '', '', '2024-05-13 19:30:00', '2024-05-13 16:00:00', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/05/BET303BET.gif', 0, 'attachment', 'image/gif', 0),
(95, 1, '2024-11-12 14:27:42', '2024-05-13 16:00:54', '', 'ای بی تی', '', 'publish', 'closed', 'closed', '', '%d8%a7%db%8c-%d8%a8%db%8c-%d8%aa%db%8c-90', '', '', '2024-11-12 14:27:42', '2024-11-12 10:57:42', '', 0, 'https://abt90kade.com/?p=95', 1, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(97, 1, '2025-02-17 19:10:41', '2025-02-17 15:40:41', '[{\"term_slug\":\"612b5e34844c6870b57fdbd29e6936af\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"42111ded6e99354f35937d90554cb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"370be3eb3557a4e0a099a2067325559d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"var tdbPluginUrl = __DOUBLE_QUOTED_STRING__\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"td-cloud-library.php\",\"line\":159,\"function\":\"tdb_on_admin_head1\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"e03f3661ccc319f83cc4c35682baa7be\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n            window.tdb_globals = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"dd303c26e9b8457fcb40a6cc1fc1ee38\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"081a378a5bf91dabf82cc340c3c93675\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\twindow.tdwGlobal = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":447,\"function\":\"td_live_css_on_wp_head\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"a7dde6cae6997231fb6d5f48164a17bf\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d04adcfbb01899c8e72f14a75ae295f7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ace.js?ver=__normalized__\",\"id\":\"js_files_for_ace-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"97c403e26adc50ff44c70f60f334c8eb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-language_tools.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_language_tools-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3042f76f5c31db252203616ce761bcb1\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-searchbox.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_searchbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fa381bf33d9bc2657612c46f7fc4d3c6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a566380d2261b3902ad67335cf5cbabb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_plugin_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_plugin_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6fc12d6ac5448635be517195272c2060\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2a3b85d03f4f60a9186679cdb3cfc63f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"f4ebee9a71bd98390a8f3f1d8ae60013\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5123f77a68155fc19ee98555ff6d9f05\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"659e600048d81b766adcd8f49bc819c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"thickbox-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar thickboxL10n = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"}]}},{\"term_slug\":\"4cc65370a76ca649b36b6d6c3a7d9d94\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/thickbox\\/thickbox.js?ver=__normalized__\",\"id\":\"thickbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"268d97f385af2539b24e738e1bca3f3d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_vue_modals-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"58db0b95db8290e34f671a63ea224490\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js?ver=__normalized__\",\"id\":\"lodash-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"315558c0fbef334016ae8bf559a2a3a3\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"lodash-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwindow.lodash = _.noConflict();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"}]}},{\"term_slug\":\"b68d912a2cc661ea98462749efe5e6a4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react.min.js?ver=__normalized__\",\"id\":\"react-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a219b91809da5fa442f3aa7986268857\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.min.js?ver=__normalized__\",\"id\":\"react-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"8ea1576c3e9068baed0563649f58536d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-jsx-runtime.min.js?ver=__normalized__\",\"id\":\"react-jsx-runtime-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ebc41fb5c1ea63a5ed23e355b61a07f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/hooks.min.js?ver=__normalized__\",\"id\":\"wp-hooks-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"0135603bfc2d9c4bc2485db2595a1345\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/deprecated.min.js?ver=__normalized__\",\"id\":\"wp-deprecated-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"87ba623a5ce1020cac9c54b761e3152b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/dom.min.js?ver=__normalized__\",\"id\":\"wp-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d8aad85e0e355f62054d2a7692aebf52\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/escape-html.min.js?ver=__normalized__\",\"id\":\"wp-escape-html-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2068c84ec300cce19bcd185c1ebbb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/element.min.js?ver=__normalized__\",\"id\":\"wp-element-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7bf89d4121cbf611e7e047b186b5ffc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/is-shallow-equal.min.js?ver=__normalized__\",\"id\":\"wp-is-shallow-equal-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"aaed63a75702562cf49407f1ee5d4014\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/i18n.min.js?ver=__normalized__\",\"id\":\"wp-i18n-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"531e903cc6362bcd77c475f70942d465\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-i18n-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwp.i18n.setLocaleData( { __SINGLE_QUOTED_STRING__: [ __SINGLE_QUOTED_STRING__ ] } );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"}]}},{\"term_slug\":\"c4b14f593139e4922536cd5b22e9021a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-keycodes-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"}]}},{\"term_slug\":\"0ef72b97afa446d15633e4e89195db2b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/keycodes.min.js?ver=__normalized__\",\"id\":\"wp-keycodes-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"761db54496b8e95a833cff3e9d2c7e15\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/priority-queue.min.js?ver=__normalized__\",\"id\":\"wp-priority-queue-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3a296805ee9a028f02444c5aff8d5c06\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/compose.min.js?ver=__normalized__\",\"id\":\"wp-compose-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d91725e569eab229ca885b09a2e9de20\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/private-apis.min.js?ver=__normalized__\",\"id\":\"wp-private-apis-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"632db9f07b1360d173c2aac90cc18622\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/redux-routine.min.js?ver=__normalized__\",\"id\":\"wp-redux-routine-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"61df2ee69aeedb8294cc6eb9d9a4be68\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/data.min.js?ver=__normalized__\",\"id\":\"wp-data-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a74d5ec511208801e5afaac6ba4665fa\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-data-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function() {\\n\\tvar userId = __INT__;\\n\\tvar storageKey = __DOUBLE_QUOTED_STRING__ + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"( function() {\\n\\tvar userId = 1;\\n\\tvar storageKey = \\\"WP_DATA_USER_\\\" + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"( function() {\\n\\tvar userId = 1;\\n\\tvar storageKey = \\\"WP_DATA_USER_\\\" + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\",\"handle\":\"wp-data\"}]}},{\"term_slug\":\"0cbec42f8cc910f6b5b720f6c4f35cfc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/featureFlag.js?ver=__normalized__\",\"id\":\"yoast-seo-feature-flag-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"66c61901201ee661d2d8d3c234eea03b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-analysis-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"}]}},{\"term_slug\":\"1ddeba47888f1309e499887ca7aa974d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-a11y-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"}]}},{\"term_slug\":\"bf172da94aaf3387eb4d86311545c375\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/propTypes.js?ver=__normalized__\",\"id\":\"yoast-seo-prop-types-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d2e9a64cd68170462db6d82cf1b5f824\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styledComponents.js?ver=__normalized__\",\"id\":\"yoast-seo-styled-components-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"533388a72870251c0528bc7704630fc7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-helpers-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"}]}},{\"term_slug\":\"500ea9280df2055f146f2e54b0649057\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/helpers.js?ver=__normalized__\",\"id\":\"yoast-seo-helpers-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a1f4575362ee9fef03cc7574c3250807\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/react-select.js?ver=__normalized__\",\"id\":\"yoast-seo-react-select-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ea7342779e6a7cc08b5bd2aa3ea9b5ce\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styleGuide.js?ver=__normalized__\",\"id\":\"yoast-seo-style-guide-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7c413832ef332423d4c41056c3fbd78\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-components-new-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"}]}},{\"term_slug\":\"8b0821d42e2f1c7ceafa5f5c94af3a84\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/componentsNew.js?ver=__normalized__\",\"id\":\"yoast-seo-components-new-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6ddc840e5622f86735560c4553ac0432\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/languages\\/fa.js?ver=__normalized__\",\"id\":\"yoast-seo-fa-language-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b1bdaaaae6c3ea4d80be695e1efdf477\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-frontend-inspector-resources-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"}]}},{\"term_slug\":\"7df34f0db6d6666128383311e107c9d0\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/frontend-inspector-resources.js?ver=__normalized__\",\"id\":\"yoast-seo-frontend-inspector-resources-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"51a4df613fa2161e903c169c746bd032\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:__INT__},__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:true}};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":true,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":0},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":true,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":0},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":true,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":0},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"}]}},{\"term_slug\":\"f0af24193e5113670ad30e03019b81ea\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo-premium\\/assets\\/js\\/dist\\/frontend-inspector-2340.min.js?ver=__normalized__\",\"id\":\"yoast-seo-premium-frontend-inspector-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d72db584de862c06f41bd0e0e8e4e756\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals_last.min.js?ver=__normalized__\",\"id\":\"js_files_vue_modals_last-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"89f40d40d34671632f08e6f98ecd4044\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"51e5868c49dc86563dd760c72fa66ad2\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"5d6cc2479f8d1a6fc6d94de96a7c429c\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"1032de466de3754d3736ba0235d172c5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"7a35bfff0194aedb0f378cda565aa2f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"d8bd70d20d3c2b61ad6d3a5deba44ac4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t(function(jQuery, undefined) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tjQuery(window).ready(function() {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar $liveIframe  = tdcAdminIFrameUI.getLiveIframe();\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( $liveIframe.length ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.on( __SINGLE_QUOTED_STRING__, function() {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.contents().find( __SINGLE_QUOTED_STRING__).append( __SINGLE_QUOTED_STRING__ );\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t})(jQuery);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}},{\"term_slug\":\"355a436e54d27fbc43b676e21b7c122b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\t\\t\\t\\tjQuery(window).on( __SINGLE_QUOTED_STRING__, function (){\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdLiveCssInject ) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.init();\\r\\n\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar editor_textarea = jQuery(__SINGLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar languageTools = ace.require(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar tdcCompleter = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetCompletions: function (editor, session, pos, prefix, callback) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (prefix.length === __INT__) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, []);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar data = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\terror: undefined,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetShortcode: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcIFrameData.getShortcodeFromData(data);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.error)) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcDebug.log(data.error);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.getShortcode)) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar regex = \\/el_class=\\\\\\\"([A-Za-z0-9_-]*\\\\s*)+\\\\\\\"\\/g,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tresults = data.getShortcode.match(regex);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar elClasses = {};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var i = __INT__; i < results.length; i++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar currentClasses = results[i]\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.split(__SINGLE_QUOTED_STRING__);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var j = __INT__; j < currentClasses.length; j++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (_.isUndefined(elClasses[currentClasses[j]])) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\telClasses[currentClasses[j]] = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar arrElClasses = [];\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var prop in elClasses) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tarrElClasses.push(prop);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, arrElClasses.map(function (item) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tname: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvalue: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tmeta: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}));\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tlanguageTools.addCompleter(tdcCompleter);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editor = ace.edit(__DOUBLE_QUOTED_STRING__);\\r\\n                                    window.editor.$blockScrolling = Infinity;\\r\\n\\r\\n                                    \\/\\/ __SINGLE_QUOTED_STRING__ handler is written as function because it\'s called by tdc_on_add_css_live_components (of wp_footer hook)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ We did it to reattach the existing compiled css to the new content received from server.\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editorChangeHandler = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/tdwState.lessWasEdited = true;\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.onbeforeunload = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (tdwState.lessWasEdited) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn __DOUBLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\teditor_textarea.val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcAdminIFrameUI.getLiveIframe().contents().find(__SINGLE_QUOTED_STRING__).val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ Mark the content as modified\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ This is important for showing info when composer closes\\r\\n                                            tdcMain.setContentModified();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.less();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setValue(editor_textarea.val());\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().on(__SINGLE_QUOTED_STRING__, editorChangeHandler);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setTheme(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setShowPrintMargin(false);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setMode(__DOUBLE_QUOTED_STRING__);\\r\\n                                    editor.getSession().setUseWrapMode(true);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setOptions({\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableBasicAutocompletion: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableSnippets: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableLiveAutocompletion: false\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}}]', 'http://abt90iran.bet/contact-us/', '', 'publish', 'closed', 'closed', '', 'b8c0d736e263feccc3d45940fcad298c', '', '', '2025-02-17 19:10:41', '2025-02-17 15:40:41', '', 0, 'https://abt90kade.com/amp_validated_url/b8c0d736e263feccc3d45940fcad298c/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(99, 1, '2024-05-24 17:08:16', '0000-00-00 00:00:00', '', 'abt 90 bet', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-05-24 17:08:16', '2024-05-24 13:38:16', '', 0, 'https://abt90kade.com/?post_type=prp_reviews&#038;p=99', 0, 'prp_reviews', '', 0),
(100, 1, '2024-05-24 17:08:06', '2024-05-24 13:38:06', '', 'abt90', '', 'inherit', 'open', 'closed', '', 'abt90-2', '', '', '2024-05-24 17:08:06', '2024-05-24 13:38:06', '', 99, 'https://abt90kade.com/wp-content/uploads/2024/05/abt90.png', 0, 'attachment', 'image/png', 0),
(101, 1, '2024-07-14 11:12:24', '0000-00-00 00:00:00', '', 'BET303', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-14 11:12:24', '2024-07-14 07:42:24', '', 0, 'https://abt90kade.com/?post_type=prp_reviews&#038;p=101', 0, 'prp_reviews', '', 0),
(102, 1, '2024-05-24 17:09:18', '2024-05-24 13:39:18', '', '303-220x90', '', 'inherit', 'open', 'closed', '', '303-220x90', '', '', '2024-05-24 17:09:18', '2024-05-24 13:39:18', '', 101, 'https://abt90kade.com/wp-content/uploads/2024/05/303-220x90-1.png', 0, 'attachment', 'image/png', 0),
(103, 1, '2024-07-14 11:12:13', '0000-00-00 00:00:00', '', 'BetYek', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-14 11:12:13', '2024-07-14 07:42:13', '', 0, 'https://abt90kade.com/?post_type=prp_reviews&#038;p=103', 0, 'prp_reviews', '', 0),
(104, 1, '2024-05-24 17:10:25', '2024-05-24 13:40:25', '', 'betyek-new-1', '', 'inherit', 'open', 'closed', '', 'betyek-new-1', '', '', '2024-05-24 17:10:25', '2024-05-24 13:40:25', '', 103, 'https://abt90kade.com/wp-content/uploads/2024/05/betyek-new-1.png', 0, 'attachment', 'image/png', 0),
(105, 1, '2024-07-14 11:12:03', '0000-00-00 00:00:00', '', '1XYek', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-14 11:12:03', '2024-07-14 07:42:03', '', 0, 'https://abt90kade.com/?post_type=prp_reviews&#038;p=105', 0, 'prp_reviews', '', 0),
(106, 1, '2024-05-24 17:11:23', '2024-05-24 13:41:23', '', 'Untitled-5-2', '', 'inherit', 'open', 'closed', '', 'untitled-5-2', '', '', '2024-05-24 17:11:23', '2024-05-24 13:41:23', '', 105, 'https://abt90kade.com/wp-content/uploads/2024/05/Untitled-5-2.png', 0, 'attachment', 'image/png', 0),
(107, 1, '2024-07-14 11:11:53', '0000-00-00 00:00:00', '', '1xborobet', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-14 11:11:53', '2024-07-14 07:41:53', '', 0, 'https://abt90kade.com/?post_type=prp_reviews&#038;p=107', 0, 'prp_reviews', '', 0),
(108, 1, '2024-05-24 17:12:24', '2024-05-24 13:42:24', '', 'Untitled-3-2', '', 'inherit', 'open', 'closed', '', 'untitled-3-2', '', '', '2024-05-24 17:12:24', '2024-05-24 13:42:24', '', 107, 'https://abt90kade.com/wp-content/uploads/2024/05/Untitled-3-2.png', 0, 'attachment', 'image/png', 0),
(109, 1, '2024-07-14 11:11:38', '0000-00-00 00:00:00', '', 'JetBet', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-14 11:11:38', '2024-07-14 07:41:38', '', 0, 'https://abt90kade.com/?post_type=prp_reviews&#038;p=109', 0, 'prp_reviews', '', 0),
(110, 1, '2024-05-24 17:13:33', '2024-05-24 13:43:33', '', 'jetbet-new-2', '', 'inherit', 'open', 'closed', '', 'jetbet-new-2', '', '', '2024-05-24 17:13:33', '2024-05-24 13:43:33', '', 109, 'https://abt90kade.com/wp-content/uploads/2024/05/jetbet-new-2.png', 0, 'attachment', 'image/png', 0),
(112, 1, '2024-11-12 14:27:43', '2024-05-24 13:52:02', ' ', '', '', 'publish', 'closed', 'closed', '', '112', '', '', '2024-11-12 14:27:43', '2024-11-12 10:57:43', '', 0, 'https://abt90kade.com/?p=112', 8, 'nav_menu_item', '', 0),
(113, 1, '2024-11-12 14:27:43', '2024-05-24 13:52:02', ' ', '', '', 'publish', 'closed', 'closed', '', '113', '', '', '2024-11-12 14:27:43', '2024-11-12 10:57:43', '', 0, 'https://abt90kade.com/?p=113', 9, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(120, 1, '2025-02-17 19:10:41', '2025-02-17 15:40:41', '[{\"term_slug\":\"90ae342149150e6bd7808f8b371a2866\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"style\",\"node_attributes\":[],\"text\":\"\\n\\/* custom css - generated by TagDiv Composer *\\/\\n\\/* custom css - generated by TagDiv Composer *\\/\\n.tdi_128,\\r\\n                .tdi_128 p{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h1{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h2{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h3{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h4{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h5{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h6{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 li{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 blockquote p{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }\\n\",\"node_type\":1,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":33,\"post_type\":\"page\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2238,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"includes\\/tdc_main.php\",\"line\":355,\"function\":\"tdc_on_remove_wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1716,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5672,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1861,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"tdc_zone\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_column_text\"}]}},{\"term_slug\":\"8d40582b69406bccf192bf8579d22589\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"style\",\"node_attributes\":[],\"text\":\"@font-face {\\n  font-family: \'IRANSansWeb\';\\n  src: url(\'http:\\/\\/abt90iran.bet\\/wp-content\\/uploads\\/iransans-web.woff\');\\n}\\n.header-box {\\n  background-color: #b47029;\\n  \\/* #b47029*\\/\\n  color: white;\\n  padding: 5px;\\n  margin: 20px 0;\\n  border-radius: 10px;\\n  transition: box-shadow 0.5s ease;\\n  \\/* \\u062d\\u0630\\u0641 transition \\u0628\\u0631\\u0627\\u06cc \\u0631\\u0646\\u06af *\\/\\n  position: relative;\\n  font-family: \'IRANSansWeb\', sans-serif;\\n  \\/* \\u062a\\u063a\\u06cc\\u06cc\\u0631 \\u0641\\u0648\\u0646\\u062a \\u0628\\u0647 IRANSansWeb *\\/\\n  font-size: 16px;\\n  \\/* \\u06a9\\u0627\\u0647\\u0634 \\u0633\\u0627\\u06cc\\u0632 \\u0645\\u062a\\u0646 *\\/\\n  font-weight: 500;\\n  \\/* \\u06a9\\u0645\\u06cc \\u06a9\\u0645\\u062a\\u0631 \\u0627\\u0632 \\u0628\\u0648\\u0644\\u062f *\\/\\n  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);\\n  \\/* \\u0627\\u0636\\u0627\\u0641\\u0647 \\u06a9\\u0631\\u062f\\u0646 \\u0633\\u0627\\u06cc\\u0647 \\u0628\\u0631\\u0627\\u06cc \\u0627\\u062b\\u0631 \\u0633\\u0647 \\u0628\\u0639\\u062f\\u06cc *\\/\\n}\\n.header-box:hover {\\n  box-shadow: 0 0 20px #b47029;\\n  \\/* \\u062a\\u063a\\u06cc\\u06cc\\u0631 \\u0633\\u0627\\u06cc\\u0647 \\u062f\\u0631 \\u062d\\u0627\\u0644\\u062a \\u0647\\u0627\\u0648\\u0631 *\\/\\n  color: white;\\n  \\/* \\u062d\\u0641\\u0638 \\u0631\\u0646\\u06af \\u0645\\u062a\\u0646 \\u0633\\u0641\\u06cc\\u062f \\u0647\\u0646\\u06af\\u0627\\u0645 \\u0647\\u0627\\u0648\\u0631 *\\/\\n}\\n\",\"node_type\":1,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":33,\"post_type\":\"page\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2238,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"includes\\/tdc_main.php\",\"line\":355,\"function\":\"tdc_on_remove_wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1716,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5672,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1861,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"tdc_zone\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"td_block_raw_css\"}]}},{\"term_slug\":\"7e15b438c059f1ebe56479ef17696899\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"p\",\"parent_name\":\"div\",\"node_attributes\":{\"data-amp-original-style\":\"text-align: center;\",\"class\":\"amp-wp-cdd8ca0\"},\"node_type\":1,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":33,\"post_type\":\"page\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2238,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"includes\\/tdc_main.php\",\"line\":355,\"function\":\"tdc_on_remove_wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1716,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5672,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1861,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"tdc_zone\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"td_block_text_with_title\"}]}},{\"term_slug\":\"7f4494e11891422fef69258fc53cd259\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"p\",\"parent_name\":\"div\",\"node_attributes\":{\"data-amp-original-style\":\"text-align: justify;\",\"class\":\"amp-wp-7d27179\"},\"node_type\":1,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":33,\"post_type\":\"page\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2238,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"includes\\/tdc_main.php\",\"line\":355,\"function\":\"tdc_on_remove_wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1716,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5672,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1861,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3474,\"function\":\"convert_smilies\"}]},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"tdc_zone\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_global_blocks.php\",\"line\":26,\"function\":\"td_global_blocks::proxy_function\",\"shortcode\":\"vc_column_text\"}]}},{\"term_slug\":\"49e8d776cde0b607805a6e3d580d2457\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"span\",\"parent_name\":\"div\",\"node_attributes\":{\"class\":\"tdb-es6-title amp-wp-21216c4\",\"data-amp-original-style\":\"display: block;font-size: 2em;color: #23282d;margin: .67em 0;\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"7108166a8d5f401d7fadbb9f3f602699\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"div\",\"parent_name\":\"body\",\"node_attributes\":{\"id\":\"tdw-css-writer\",\"class\":\"tdw-drag-dialog tdc-window-sidebar amp-wp-9c76635\",\"data-amp-original-style\":\"display: none\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}},{\"term_slug\":\"5023c521b59e0d521c239e54522dbe19\",\"data\":{\"code\":\"STYLESHEET_TOO_LONG\",\"type\":\"css_error\",\"spec_name\":\"style amp-custom\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"dashicons-css\",\"href\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/css\\/dashicons.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"yoast-seo-adminbar\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"yoast-seo-adminbar\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"yoast-seo-adminbar\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-icons\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/plugin.php\",\"line\":644,\"function\":\"Elementor\\\\Plugin::init\",\"hook\":\"init\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-icons\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":137,\"function\":\"{closure}\",\"hook\":\"admin_bar_init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-icons\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"admin-bar.php\",\"line\":23,\"function\":\"_wp_admin_bar_init\",\"hook\":\"template_redirect\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-icons\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"thickbox\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/plugin.php\",\"line\":644,\"function\":\"Elementor\\\\Plugin::init\",\"hook\":\"init\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"thickbox\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"thickbox\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"thickbox\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"thickbox\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"admin-bar\",\"dependency_handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/plugin.php\",\"line\":644,\"function\":\"Elementor\\\\Plugin::init\",\"hook\":\"init\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"admin-bar\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"admin-bar.php\",\"line\":23,\"function\":\"_wp_admin_bar_init\",\"hook\":\"template_redirect\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"admin-bar\",\"dependency_handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1525,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/plugin.php\",\"line\":644,\"function\":\"Elementor\\\\Plugin::init\",\"hook\":\"init\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"dashicons\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"612b5e34844c6870b57fdbd29e6936af\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"42111ded6e99354f35937d90554cb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"370be3eb3557a4e0a099a2067325559d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"var tdbPluginUrl = __DOUBLE_QUOTED_STRING__\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"td-cloud-library.php\",\"line\":159,\"function\":\"tdb_on_admin_head1\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"e03f3661ccc319f83cc4c35682baa7be\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n            window.tdb_globals = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"dd303c26e9b8457fcb40a6cc1fc1ee38\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"081a378a5bf91dabf82cc340c3c93675\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\twindow.tdwGlobal = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":447,\"function\":\"td_live_css_on_wp_head\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"a7dde6cae6997231fb6d5f48164a17bf\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d04adcfbb01899c8e72f14a75ae295f7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ace.js?ver=__normalized__\",\"id\":\"js_files_for_ace-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"97c403e26adc50ff44c70f60f334c8eb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-language_tools.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_language_tools-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3042f76f5c31db252203616ce761bcb1\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-searchbox.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_searchbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fa381bf33d9bc2657612c46f7fc4d3c6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a566380d2261b3902ad67335cf5cbabb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_plugin_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_plugin_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6fc12d6ac5448635be517195272c2060\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2a3b85d03f4f60a9186679cdb3cfc63f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"f4ebee9a71bd98390a8f3f1d8ae60013\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5123f77a68155fc19ee98555ff6d9f05\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"659e600048d81b766adcd8f49bc819c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"thickbox-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar thickboxL10n = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"}]}},{\"term_slug\":\"4cc65370a76ca649b36b6d6c3a7d9d94\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/thickbox\\/thickbox.js?ver=__normalized__\",\"id\":\"thickbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"268d97f385af2539b24e738e1bca3f3d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_vue_modals-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"58db0b95db8290e34f671a63ea224490\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js?ver=__normalized__\",\"id\":\"lodash-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"315558c0fbef334016ae8bf559a2a3a3\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"lodash-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwindow.lodash = _.noConflict();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"}]}},{\"term_slug\":\"b68d912a2cc661ea98462749efe5e6a4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react.min.js?ver=__normalized__\",\"id\":\"react-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a219b91809da5fa442f3aa7986268857\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.min.js?ver=__normalized__\",\"id\":\"react-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"8ea1576c3e9068baed0563649f58536d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-jsx-runtime.min.js?ver=__normalized__\",\"id\":\"react-jsx-runtime-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ebc41fb5c1ea63a5ed23e355b61a07f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/hooks.min.js?ver=__normalized__\",\"id\":\"wp-hooks-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"0135603bfc2d9c4bc2485db2595a1345\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/deprecated.min.js?ver=__normalized__\",\"id\":\"wp-deprecated-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"87ba623a5ce1020cac9c54b761e3152b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/dom.min.js?ver=__normalized__\",\"id\":\"wp-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d8aad85e0e355f62054d2a7692aebf52\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/escape-html.min.js?ver=__normalized__\",\"id\":\"wp-escape-html-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2068c84ec300cce19bcd185c1ebbb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/element.min.js?ver=__normalized__\",\"id\":\"wp-element-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7bf89d4121cbf611e7e047b186b5ffc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/is-shallow-equal.min.js?ver=__normalized__\",\"id\":\"wp-is-shallow-equal-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"aaed63a75702562cf49407f1ee5d4014\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/i18n.min.js?ver=__normalized__\",\"id\":\"wp-i18n-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"531e903cc6362bcd77c475f70942d465\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-i18n-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwp.i18n.setLocaleData( { __SINGLE_QUOTED_STRING__: [ __SINGLE_QUOTED_STRING__ ] } );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"}]}},{\"term_slug\":\"c4b14f593139e4922536cd5b22e9021a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-keycodes-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"}]}},{\"term_slug\":\"0ef72b97afa446d15633e4e89195db2b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/keycodes.min.js?ver=__normalized__\",\"id\":\"wp-keycodes-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"761db54496b8e95a833cff3e9d2c7e15\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/priority-queue.min.js?ver=__normalized__\",\"id\":\"wp-priority-queue-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3a296805ee9a028f02444c5aff8d5c06\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/compose.min.js?ver=__normalized__\",\"id\":\"wp-compose-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d91725e569eab229ca885b09a2e9de20\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/private-apis.min.js?ver=__normalized__\",\"id\":\"wp-private-apis-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"632db9f07b1360d173c2aac90cc18622\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/redux-routine.min.js?ver=__normalized__\",\"id\":\"wp-redux-routine-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"61df2ee69aeedb8294cc6eb9d9a4be68\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/data.min.js?ver=__normalized__\",\"id\":\"wp-data-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a74d5ec511208801e5afaac6ba4665fa\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-data-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function() {\\n\\tvar userId = __INT__;\\n\\tvar storageKey = __DOUBLE_QUOTED_STRING__ + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"( function() {\\n\\tvar userId = 1;\\n\\tvar storageKey = \\\"WP_DATA_USER_\\\" + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"( function() {\\n\\tvar userId = 1;\\n\\tvar storageKey = \\\"WP_DATA_USER_\\\" + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\",\"handle\":\"wp-data\"}]}},{\"term_slug\":\"0cbec42f8cc910f6b5b720f6c4f35cfc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/featureFlag.js?ver=__normalized__\",\"id\":\"yoast-seo-feature-flag-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"66c61901201ee661d2d8d3c234eea03b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-analysis-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"}]}},{\"term_slug\":\"adfd68a2c4c8bddf54861a99ca40b244\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/analysis.js?ver=__normalized__\",\"id\":\"yoast-seo-analysis-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1ddeba47888f1309e499887ca7aa974d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-a11y-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"}]}},{\"term_slug\":\"6ce50f25e5d0976b424d7f499bbae577\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/a11y.min.js?ver=__normalized__\",\"id\":\"wp-a11y-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"bf172da94aaf3387eb4d86311545c375\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/propTypes.js?ver=__normalized__\",\"id\":\"yoast-seo-prop-types-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d2e9a64cd68170462db6d82cf1b5f824\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styledComponents.js?ver=__normalized__\",\"id\":\"yoast-seo-styled-components-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"533388a72870251c0528bc7704630fc7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-helpers-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"}]}},{\"term_slug\":\"500ea9280df2055f146f2e54b0649057\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/helpers.js?ver=__normalized__\",\"id\":\"yoast-seo-helpers-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a1f4575362ee9fef03cc7574c3250807\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/react-select.js?ver=__normalized__\",\"id\":\"yoast-seo-react-select-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ea7342779e6a7cc08b5bd2aa3ea9b5ce\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styleGuide.js?ver=__normalized__\",\"id\":\"yoast-seo-style-guide-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7c413832ef332423d4c41056c3fbd78\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-components-new-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"}]}},{\"term_slug\":\"8b0821d42e2f1c7ceafa5f5c94af3a84\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/componentsNew.js?ver=__normalized__\",\"id\":\"yoast-seo-components-new-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6ddc840e5622f86735560c4553ac0432\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/languages\\/fa.js?ver=__normalized__\",\"id\":\"yoast-seo-fa-language-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b1bdaaaae6c3ea4d80be695e1efdf477\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-frontend-inspector-resources-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"}]}},{\"term_slug\":\"7df34f0db6d6666128383311e107c9d0\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/frontend-inspector-resources.js?ver=__normalized__\",\"id\":\"yoast-seo-frontend-inspector-resources-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"79560a5c9dc015d623a51efa26d57eed\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:true}};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":true,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":\\\"\\\\u0627\\\\u06cc \\\\u0628\\\\u06cc \\\\u062a\\\\u06cc\\\",\\\"primary_focus_keyword_score\\\":67,\\\"readability_score\\\":30},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":true,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":\\\"\\\\u0627\\\\u06cc \\\\u0628\\\\u06cc \\\\u062a\\\\u06cc\\\",\\\"primary_focus_keyword_score\\\":67,\\\"readability_score\\\":30},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":true,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":\\\"\\\\u0627\\\\u06cc \\\\u0628\\\\u06cc \\\\u062a\\\\u06cc\\\",\\\"primary_focus_keyword_score\\\":67,\\\"readability_score\\\":30},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"}]}},{\"term_slug\":\"f0af24193e5113670ad30e03019b81ea\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo-premium\\/assets\\/js\\/dist\\/frontend-inspector-2340.min.js?ver=__normalized__\",\"id\":\"yoast-seo-premium-frontend-inspector-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d72db584de862c06f41bd0e0e8e4e756\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals_last.min.js?ver=__normalized__\",\"id\":\"js_files_vue_modals_last-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"89f40d40d34671632f08e6f98ecd4044\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"51e5868c49dc86563dd760c72fa66ad2\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"5d6cc2479f8d1a6fc6d94de96a7c429c\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"1032de466de3754d3736ba0235d172c5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"65b682ce0f11ab552f77966bab50abe5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"d8bd70d20d3c2b61ad6d3a5deba44ac4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t(function(jQuery, undefined) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tjQuery(window).ready(function() {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar $liveIframe  = tdcAdminIFrameUI.getLiveIframe();\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( $liveIframe.length ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.on( __SINGLE_QUOTED_STRING__, function() {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.contents().find( __SINGLE_QUOTED_STRING__).append( __SINGLE_QUOTED_STRING__ );\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t})(jQuery);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}},{\"term_slug\":\"355a436e54d27fbc43b676e21b7c122b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\t\\t\\t\\tjQuery(window).on( __SINGLE_QUOTED_STRING__, function (){\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdLiveCssInject ) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.init();\\r\\n\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar editor_textarea = jQuery(__SINGLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar languageTools = ace.require(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar tdcCompleter = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetCompletions: function (editor, session, pos, prefix, callback) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (prefix.length === __INT__) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, []);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar data = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\terror: undefined,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetShortcode: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcIFrameData.getShortcodeFromData(data);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.error)) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcDebug.log(data.error);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.getShortcode)) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar regex = \\/el_class=\\\\\\\"([A-Za-z0-9_-]*\\\\s*)+\\\\\\\"\\/g,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tresults = data.getShortcode.match(regex);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar elClasses = {};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var i = __INT__; i < results.length; i++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar currentClasses = results[i]\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.split(__SINGLE_QUOTED_STRING__);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var j = __INT__; j < currentClasses.length; j++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (_.isUndefined(elClasses[currentClasses[j]])) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\telClasses[currentClasses[j]] = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar arrElClasses = [];\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var prop in elClasses) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tarrElClasses.push(prop);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, arrElClasses.map(function (item) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tname: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvalue: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tmeta: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}));\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tlanguageTools.addCompleter(tdcCompleter);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editor = ace.edit(__DOUBLE_QUOTED_STRING__);\\r\\n                                    window.editor.$blockScrolling = Infinity;\\r\\n\\r\\n                                    \\/\\/ __SINGLE_QUOTED_STRING__ handler is written as function because it\'s called by tdc_on_add_css_live_components (of wp_footer hook)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ We did it to reattach the existing compiled css to the new content received from server.\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editorChangeHandler = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/tdwState.lessWasEdited = true;\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.onbeforeunload = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (tdwState.lessWasEdited) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn __DOUBLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\teditor_textarea.val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcAdminIFrameUI.getLiveIframe().contents().find(__SINGLE_QUOTED_STRING__).val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ Mark the content as modified\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ This is important for showing info when composer closes\\r\\n                                            tdcMain.setContentModified();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.less();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setValue(editor_textarea.val());\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().on(__SINGLE_QUOTED_STRING__, editorChangeHandler);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setTheme(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setShowPrintMargin(false);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setMode(__DOUBLE_QUOTED_STRING__);\\r\\n                                    editor.getSession().setUseWrapMode(true);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setOptions({\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableBasicAutocompletion: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableSnippets: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableLiveAutocompletion: false\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}}]', 'http://abt90iran.bet/', '', 'publish', 'closed', 'closed', '', 'e46e9d39ecff540bfc51d56a6265cca4', '', '', '2025-02-17 19:10:41', '2025-02-17 15:40:41', '', 0, 'https://abt90kade.com/amp_validated_url/e46e9d39ecff540bfc51d56a6265cca4/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(121, 1, '2025-02-17 19:10:41', '2025-02-17 15:40:41', '[{\"term_slug\":\"612b5e34844c6870b57fdbd29e6936af\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"42111ded6e99354f35937d90554cb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"370be3eb3557a4e0a099a2067325559d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"var tdbPluginUrl = __DOUBLE_QUOTED_STRING__\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"td-cloud-library.php\",\"line\":159,\"function\":\"tdb_on_admin_head1\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"e03f3661ccc319f83cc4c35682baa7be\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n            window.tdb_globals = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"dd303c26e9b8457fcb40a6cc1fc1ee38\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"081a378a5bf91dabf82cc340c3c93675\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\twindow.tdwGlobal = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":447,\"function\":\"td_live_css_on_wp_head\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"a7dde6cae6997231fb6d5f48164a17bf\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d04adcfbb01899c8e72f14a75ae295f7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ace.js?ver=__normalized__\",\"id\":\"js_files_for_ace-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"97c403e26adc50ff44c70f60f334c8eb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-language_tools.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_language_tools-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3042f76f5c31db252203616ce761bcb1\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-searchbox.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_searchbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fa381bf33d9bc2657612c46f7fc4d3c6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a566380d2261b3902ad67335cf5cbabb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_plugin_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_plugin_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fa00aeee223e9c6a8f02796bed76f67f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_posts_autoload.min.js?ver=__normalized__\",\"id\":\"tdb_js_posts_autoload-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6fc12d6ac5448635be517195272c2060\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2a3b85d03f4f60a9186679cdb3cfc63f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"f4ebee9a71bd98390a8f3f1d8ae60013\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5123f77a68155fc19ee98555ff6d9f05\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"659e600048d81b766adcd8f49bc819c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"thickbox-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar thickboxL10n = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"}]}},{\"term_slug\":\"4cc65370a76ca649b36b6d6c3a7d9d94\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/thickbox\\/thickbox.js?ver=__normalized__\",\"id\":\"thickbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"268d97f385af2539b24e738e1bca3f3d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_vue_modals-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"58db0b95db8290e34f671a63ea224490\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js?ver=__normalized__\",\"id\":\"lodash-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"315558c0fbef334016ae8bf559a2a3a3\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"lodash-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwindow.lodash = _.noConflict();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"}]}},{\"term_slug\":\"b68d912a2cc661ea98462749efe5e6a4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react.min.js?ver=__normalized__\",\"id\":\"react-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a219b91809da5fa442f3aa7986268857\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.min.js?ver=__normalized__\",\"id\":\"react-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"8ea1576c3e9068baed0563649f58536d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-jsx-runtime.min.js?ver=__normalized__\",\"id\":\"react-jsx-runtime-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ebc41fb5c1ea63a5ed23e355b61a07f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/hooks.min.js?ver=__normalized__\",\"id\":\"wp-hooks-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"0135603bfc2d9c4bc2485db2595a1345\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/deprecated.min.js?ver=__normalized__\",\"id\":\"wp-deprecated-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"87ba623a5ce1020cac9c54b761e3152b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/dom.min.js?ver=__normalized__\",\"id\":\"wp-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d8aad85e0e355f62054d2a7692aebf52\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/escape-html.min.js?ver=__normalized__\",\"id\":\"wp-escape-html-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2068c84ec300cce19bcd185c1ebbb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/element.min.js?ver=__normalized__\",\"id\":\"wp-element-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7bf89d4121cbf611e7e047b186b5ffc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/is-shallow-equal.min.js?ver=__normalized__\",\"id\":\"wp-is-shallow-equal-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"aaed63a75702562cf49407f1ee5d4014\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/i18n.min.js?ver=__normalized__\",\"id\":\"wp-i18n-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"531e903cc6362bcd77c475f70942d465\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-i18n-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwp.i18n.setLocaleData( { __SINGLE_QUOTED_STRING__: [ __SINGLE_QUOTED_STRING__ ] } );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"}]}},{\"term_slug\":\"c4b14f593139e4922536cd5b22e9021a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-keycodes-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"}]}},{\"term_slug\":\"0ef72b97afa446d15633e4e89195db2b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/keycodes.min.js?ver=__normalized__\",\"id\":\"wp-keycodes-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"adfd68a2c4c8bddf54861a99ca40b244\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/analysis.js?ver=__normalized__\",\"id\":\"yoast-seo-analysis-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1ddeba47888f1309e499887ca7aa974d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-a11y-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"}]}},{\"term_slug\":\"6ce50f25e5d0976b424d7f499bbae577\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/a11y.min.js?ver=__normalized__\",\"id\":\"wp-a11y-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"bf172da94aaf3387eb4d86311545c375\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/propTypes.js?ver=__normalized__\",\"id\":\"yoast-seo-prop-types-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d2e9a64cd68170462db6d82cf1b5f824\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styledComponents.js?ver=__normalized__\",\"id\":\"yoast-seo-styled-components-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"500ea9280df2055f146f2e54b0649057\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/helpers.js?ver=__normalized__\",\"id\":\"yoast-seo-helpers-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a1f4575362ee9fef03cc7574c3250807\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/react-select.js?ver=__normalized__\",\"id\":\"yoast-seo-react-select-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ea7342779e6a7cc08b5bd2aa3ea9b5ce\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styleGuide.js?ver=__normalized__\",\"id\":\"yoast-seo-style-guide-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7c413832ef332423d4c41056c3fbd78\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-components-new-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"}]}},{\"term_slug\":\"8b0821d42e2f1c7ceafa5f5c94af3a84\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/componentsNew.js?ver=__normalized__\",\"id\":\"yoast-seo-components-new-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6ddc840e5622f86735560c4553ac0432\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/languages\\/fa.js?ver=__normalized__\",\"id\":\"yoast-seo-fa-language-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b1bdaaaae6c3ea4d80be695e1efdf477\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-frontend-inspector-resources-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"}]}},{\"term_slug\":\"7df34f0db6d6666128383311e107c9d0\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/frontend-inspector-resources.js?ver=__normalized__\",\"id\":\"yoast-seo-frontend-inspector-resources-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"179dc6c20525266c84ed6bd341244556\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null},__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false}};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":false,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":null},\\\"contentAnalysisActive\\\":false,\\\"keywordAnalysisActive\\\":false}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":false,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":null},\\\"contentAnalysisActive\\\":false,\\\"keywordAnalysisActive\\\":false}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":false,\\\"indexable\\\":{\\\"is_robots_noindex\\\":null,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":null},\\\"contentAnalysisActive\\\":false,\\\"keywordAnalysisActive\\\":false}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"}]}},{\"term_slug\":\"f0af24193e5113670ad30e03019b81ea\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo-premium\\/assets\\/js\\/dist\\/frontend-inspector-2340.min.js?ver=__normalized__\",\"id\":\"yoast-seo-premium-frontend-inspector-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d72db584de862c06f41bd0e0e8e4e756\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals_last.min.js?ver=__normalized__\",\"id\":\"js_files_vue_modals_last-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"89f40d40d34671632f08e6f98ecd4044\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"51e5868c49dc86563dd760c72fa66ad2\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"5d6cc2479f8d1a6fc6d94de96a7c429c\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"1032de466de3754d3736ba0235d172c5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"7a35bfff0194aedb0f378cda565aa2f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"d8bd70d20d3c2b61ad6d3a5deba44ac4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t(function(jQuery, undefined) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tjQuery(window).ready(function() {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar $liveIframe  = tdcAdminIFrameUI.getLiveIframe();\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( $liveIframe.length ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.on( __SINGLE_QUOTED_STRING__, function() {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.contents().find( __SINGLE_QUOTED_STRING__).append( __SINGLE_QUOTED_STRING__ );\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t})(jQuery);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}},{\"term_slug\":\"355a436e54d27fbc43b676e21b7c122b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\t\\t\\t\\tjQuery(window).on( __SINGLE_QUOTED_STRING__, function (){\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdLiveCssInject ) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.init();\\r\\n\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar editor_textarea = jQuery(__SINGLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar languageTools = ace.require(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar tdcCompleter = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetCompletions: function (editor, session, pos, prefix, callback) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (prefix.length === __INT__) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, []);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar data = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\terror: undefined,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetShortcode: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcIFrameData.getShortcodeFromData(data);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.error)) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcDebug.log(data.error);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.getShortcode)) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar regex = \\/el_class=\\\\\\\"([A-Za-z0-9_-]*\\\\s*)+\\\\\\\"\\/g,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tresults = data.getShortcode.match(regex);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar elClasses = {};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var i = __INT__; i < results.length; i++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar currentClasses = results[i]\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.split(__SINGLE_QUOTED_STRING__);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var j = __INT__; j < currentClasses.length; j++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (_.isUndefined(elClasses[currentClasses[j]])) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\telClasses[currentClasses[j]] = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar arrElClasses = [];\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var prop in elClasses) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tarrElClasses.push(prop);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, arrElClasses.map(function (item) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tname: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvalue: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tmeta: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}));\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tlanguageTools.addCompleter(tdcCompleter);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editor = ace.edit(__DOUBLE_QUOTED_STRING__);\\r\\n                                    window.editor.$blockScrolling = Infinity;\\r\\n\\r\\n                                    \\/\\/ __SINGLE_QUOTED_STRING__ handler is written as function because it\'s called by tdc_on_add_css_live_components (of wp_footer hook)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ We did it to reattach the existing compiled css to the new content received from server.\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editorChangeHandler = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/tdwState.lessWasEdited = true;\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.onbeforeunload = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (tdwState.lessWasEdited) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn __DOUBLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\teditor_textarea.val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcAdminIFrameUI.getLiveIframe().contents().find(__SINGLE_QUOTED_STRING__).val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ Mark the content as modified\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ This is important for showing info when composer closes\\r\\n                                            tdcMain.setContentModified();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.less();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setValue(editor_textarea.val());\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().on(__SINGLE_QUOTED_STRING__, editorChangeHandler);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setTheme(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setShowPrintMargin(false);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setMode(__DOUBLE_QUOTED_STRING__);\\r\\n                                    editor.getSession().setUseWrapMode(true);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setOptions({\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableBasicAutocompletion: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableSnippets: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableLiveAutocompletion: false\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}}]', 'http://abt90iran.bet/?elementor_library=kit-پیش-فرض', '', 'publish', 'closed', 'closed', '', '96e91a32d221853ac47e11587de37e2e', '', '', '2025-02-17 19:10:41', '2025-02-17 15:40:41', '', 0, 'https://abt90kade.com/amp_validated_url/96e91a32d221853ac47e11587de37e2e/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(122, 1, '2025-02-17 19:10:43', '2025-02-17 15:40:43', '[{\"term_slug\":\"612b5e34844c6870b57fdbd29e6936af\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"42111ded6e99354f35937d90554cb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2219,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"370be3eb3557a4e0a099a2067325559d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"var tdbPluginUrl = __DOUBLE_QUOTED_STRING__\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"td-cloud-library.php\",\"line\":159,\"function\":\"tdb_on_admin_head1\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"e03f3661ccc319f83cc4c35682baa7be\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n            window.tdb_globals = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"dd303c26e9b8457fcb40a6cc1fc1ee38\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"081a378a5bf91dabf82cc340c3c93675\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\twindow.tdwGlobal = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":447,\"function\":\"td_live_css_on_wp_head\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"9a3ef7508dbe0f779247661b20a37b73\",\"data\":{\"node_name\":\"router-view\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":[],\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3430,\"function\":\"tdb_on_wp_admin_footer1\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"a7dde6cae6997231fb6d5f48164a17bf\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d04adcfbb01899c8e72f14a75ae295f7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ace.js?ver=__normalized__\",\"id\":\"js_files_for_ace-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\",\"dependency_handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"97c403e26adc50ff44c70f60f334c8eb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-language_tools.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_language_tools-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\",\"dependency_handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_language_tools\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3042f76f5c31db252203616ce761bcb1\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-searchbox.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_searchbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_ace_ext_searchbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fa381bf33d9bc2657612c46f7fc4d3c6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\",\"dependency_handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a566380d2261b3902ad67335cf5cbabb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_plugin_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_plugin_live_css-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":489,\"function\":\"td_live_css_load_plugin_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_for_plugin_live_css\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6fc12d6ac5448635be517195272c2060\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"659e600048d81b766adcd8f49bc819c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"thickbox-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar thickboxL10n = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var thickboxL10n = {\\\"next\\\":\\\"\\\\u0628\\\\u0639\\\\u062f\\\\u06cc >\\\",\\\"prev\\\":\\\"< \\\\u0642\\\\u0628\\\\u0644\\\\u06cc\\\",\\\"image\\\":\\\"\\\\u062a\\\\u0635\\\\u0648\\\\u06cc\\\\u0631\\\",\\\"of\\\":\\\"\\\\u0627\\\\u0632\\\",\\\"close\\\":\\\"\\\\u0628\\\\u0633\\\\u062a\\\\u0646\\\",\\\"noiframes\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u0641\\\\u0627\\\\u062f\\\\u0647 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u0644\\\\u06cc\\\\u062a \\\\u0628\\\\u0647 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 (iframes) \\\\u0646\\\\u06cc\\\\u0627\\\\u0632 \\\\u062f\\\\u0627\\\\u0631\\\\u062f. \\\\u0634\\\\u0645\\\\u0627 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627\\\\u06cc \\\\u062a\\\\u0648\\\\u06a9\\\\u0627\\\\u0631 \\\\u0631\\\\u0627 \\\\u063a\\\\u06cc\\\\u0631 \\\\u0641\\\\u0639\\\\u0627\\\\u0644 \\\\u06a9\\\\u0631\\\\u062f\\\\u0647\\\\u200c\\\\u0627\\\\u06cc\\\\u062f \\\\u06cc\\\\u0627 \\\\u0645\\\\u0631\\\\u0648\\\\u0631\\\\u06af\\\\u0631\\\\u062a\\\\u0627\\\\u0646 \\\\u0627\\\\u0632 \\\\u0627\\\\u06cc\\\\u0646 \\\\u0642\\\\u0627\\\\u0628\\\\u200c\\\\u0647\\\\u0627 \\\\u067e\\\\u0634\\\\u062a\\\\u06cc\\\\u0628\\\\u0627\\\\u0646\\\\u06cc \\\\u0646\\\\u0645\\\\u06cc\\\\u200c\\\\u06a9\\\\u0646\\\\u062f.\\\",\\\"loadingAnimation\\\":\\\"https:\\\\\\/\\\\\\/abt90kade.com\\\\\\/wp-includes\\\\\\/js\\\\\\/thickbox\\\\\\/loadingAnimation.gif\\\"};\",\"handle\":\"thickbox\"}]}},{\"term_slug\":\"4cc65370a76ca649b36b6d6c3a7d9d94\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/thickbox\\/thickbox.js?ver=__normalized__\",\"id\":\"thickbox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"thickbox\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"268d97f385af2539b24e738e1bca3f3d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_vue_modals-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3497,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_vue_modals\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"58db0b95db8290e34f671a63ea224490\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js?ver=__normalized__\",\"id\":\"lodash-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"lodash\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"315558c0fbef334016ae8bf559a2a3a3\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"lodash-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwindow.lodash = _.noConflict();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"window.lodash = _.noConflict();\",\"handle\":\"lodash\"}]}},{\"term_slug\":\"b68d912a2cc661ea98462749efe5e6a4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react.min.js?ver=__normalized__\",\"id\":\"react-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\",\"dependency_handle\":\"react\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a219b91809da5fa442f3aa7986268857\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.min.js?ver=__normalized__\",\"id\":\"react-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"8ea1576c3e9068baed0563649f58536d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-jsx-runtime.min.js?ver=__normalized__\",\"id\":\"react-jsx-runtime-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"react-jsx-runtime\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"react-jsx-runtime\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ebc41fb5c1ea63a5ed23e355b61a07f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/hooks.min.js?ver=__normalized__\",\"id\":\"wp-hooks-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-hooks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-hooks\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"0135603bfc2d9c4bc2485db2595a1345\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/deprecated.min.js?ver=__normalized__\",\"id\":\"wp-deprecated-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-deprecated\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-deprecated\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"87ba623a5ce1020cac9c54b761e3152b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/dom.min.js?ver=__normalized__\",\"id\":\"wp-dom-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-dom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-dom\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d8aad85e0e355f62054d2a7692aebf52\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/escape-html.min.js?ver=__normalized__\",\"id\":\"wp-escape-html-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-escape-html\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-escape-html\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"2068c84ec300cce19bcd185c1ebbb4f8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/element.min.js?ver=__normalized__\",\"id\":\"wp-element-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-element\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-element\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7bf89d4121cbf611e7e047b186b5ffc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/is-shallow-equal.min.js?ver=__normalized__\",\"id\":\"wp-is-shallow-equal-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-is-shallow-equal\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-is-shallow-equal\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"aaed63a75702562cf49407f1ee5d4014\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/i18n.min.js?ver=__normalized__\",\"id\":\"wp-i18n-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\",\"dependency_handle\":\"wp-i18n\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"531e903cc6362bcd77c475f70942d465\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-i18n-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwp.i18n.setLocaleData( { __SINGLE_QUOTED_STRING__: [ __SINGLE_QUOTED_STRING__ ] } );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'rtl\' ] } );\",\"handle\":\"wp-i18n\"}]}},{\"term_slug\":\"c4b14f593139e4922536cd5b22e9021a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-keycodes-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"}]}},{\"term_slug\":\"0ef72b97afa446d15633e4e89195db2b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/keycodes.min.js?ver=__normalized__\",\"id\":\"wp-keycodes-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-keycodes\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-keycodes\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"761db54496b8e95a833cff3e9d2c7e15\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/priority-queue.min.js?ver=__normalized__\",\"id\":\"wp-priority-queue-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\",\"dependency_handle\":\"wp-priority-queue\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-priority-queue\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3a296805ee9a028f02444c5aff8d5c06\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/compose.min.js?ver=__normalized__\",\"id\":\"wp-compose-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-compose\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-compose\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d91725e569eab229ca885b09a2e9de20\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/private-apis.min.js?ver=__normalized__\",\"id\":\"wp-private-apis-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-private-apis\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-private-apis\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"632db9f07b1360d173c2aac90cc18622\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/redux-routine.min.js?ver=__normalized__\",\"id\":\"wp-redux-routine-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\",\"dependency_handle\":\"wp-redux-routine\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-redux-routine\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"61df2ee69aeedb8294cc6eb9d9a4be68\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/data.min.js?ver=__normalized__\",\"id\":\"wp-data-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-data\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a74d5ec511208801e5afaac6ba4665fa\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-data-js-after\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function() {\\n\\tvar userId = __INT__;\\n\\tvar storageKey = __DOUBLE_QUOTED_STRING__ + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"( function() {\\n\\tvar userId = 1;\\n\\tvar storageKey = \\\"WP_DATA_USER_\\\" + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\",\"handle\":\"wp-data\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"after\",\"text\":\"( function() {\\n\\tvar userId = 1;\\n\\tvar storageKey = \\\"WP_DATA_USER_\\\" + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\",\"handle\":\"wp-data\"}]}},{\"term_slug\":\"0cbec42f8cc910f6b5b720f6c4f35cfc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/featureFlag.js?ver=__normalized__\",\"id\":\"yoast-seo-feature-flag-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-feature-flag-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"66c61901201ee661d2d8d3c234eea03b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-analysis-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"}]}},{\"term_slug\":\"adfd68a2c4c8bddf54861a99ca40b244\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/analysis.js?ver=__normalized__\",\"id\":\"yoast-seo-analysis-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-analysis-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1ddeba47888f1309e499887ca7aa974d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-a11y-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"}]}},{\"term_slug\":\"6ce50f25e5d0976b424d7f499bbae577\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/a11y.min.js?ver=__normalized__\",\"id\":\"wp-a11y-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"wp-a11y\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":659,\"function\":\"wp_default_packages\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wp-a11y\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"bf172da94aaf3387eb4d86311545c375\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/propTypes.js?ver=__normalized__\",\"id\":\"yoast-seo-prop-types-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-prop-types-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d2e9a64cd68170462db6d82cf1b5f824\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styledComponents.js?ver=__normalized__\",\"id\":\"yoast-seo-styled-components-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-styled-components-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"533388a72870251c0528bc7704630fc7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-helpers-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"}]}},{\"term_slug\":\"500ea9280df2055f146f2e54b0649057\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/helpers.js?ver=__normalized__\",\"id\":\"yoast-seo-helpers-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-helpers-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a1f4575362ee9fef03cc7574c3250807\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/react-select.js?ver=__normalized__\",\"id\":\"yoast-seo-react-select-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-react-select\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ea7342779e6a7cc08b5bd2aa3ea9b5ce\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styleGuide.js?ver=__normalized__\",\"id\":\"yoast-seo-style-guide-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-style-guide-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d7c413832ef332423d4c41056c3fbd78\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-components-new-package-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"}]}},{\"term_slug\":\"8b0821d42e2f1c7ceafa5f5c94af3a84\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/componentsNew.js?ver=__normalized__\",\"id\":\"yoast-seo-components-new-package-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-yoast-components\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-components-new-package\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"6ddc840e5622f86735560c4553ac0432\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/languages\\/fa.js?ver=__normalized__\",\"id\":\"yoast-seo-fa-language-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-fa-language\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b1bdaaaae6c3ea4d80be695e1efdf477\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-frontend-inspector-resources-js-translations\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"}]}},{\"term_slug\":\"7df34f0db6d6666128383311e107c9d0\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/frontend-inspector-resources.js?ver=__normalized__\",\"id\":\"yoast-seo-frontend-inspector-resources-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\",\"dependency_handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo\",\"file\":\"inc\\/class-wpseo-admin-bar-menu.php\",\"line\":301,\"function\":\"WPSEO_Admin_Bar_Menu::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-frontend-inspector-resources\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b402766e08a7fa06c7aead57bbbc6dc7\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null},__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:true}};\\n\\/* ]]> *\\/\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":false,\\\"indexable\\\":{\\\"is_robots_noindex\\\":true,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":null},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":false,\\\"indexable\\\":{\\\"is_robots_noindex\\\":true,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":null},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"extra_key\":\"data\",\"text\":\"var wpseoScriptData = {\\\"frontendInspector\\\":{\\\"isIndexable\\\":false,\\\"indexable\\\":{\\\"is_robots_noindex\\\":true,\\\"primary_focus_keyword\\\":null,\\\"primary_focus_keyword_score\\\":null,\\\"readability_score\\\":null},\\\"contentAnalysisActive\\\":true,\\\"keywordAnalysisActive\\\":true}};\",\"handle\":\"yoast-seo-premium-frontend-inspector\"}]}},{\"term_slug\":\"f0af24193e5113670ad30e03019b81ea\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo-premium\\/assets\\/js\\/dist\\/frontend-inspector-2340.min.js?ver=__normalized__\",\"id\":\"yoast-seo-premium-frontend-inspector-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"classes\\/premium-assets.php\",\"line\":44,\"function\":\"WPSEO_Premium_Assets::register_frontend_assets\",\"hook\":\"init\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"wordpress-seo-premium\",\"file\":\"src\\/integrations\\/frontend-inspector.php\",\"line\":88,\"function\":\"Yoast\\\\WP\\\\SEO\\\\Premium\\\\Integrations\\\\Frontend_Inspector::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":11,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"yoast-seo-premium-frontend-inspector\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d72db584de862c06f41bd0e0e8e4e756\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals_last.min.js?ver=__normalized__\",\"id\":\"js_files_vue_modals_last-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3519,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":12,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"js_files_vue_modals_last\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"89f40d40d34671632f08e6f98ecd4044\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2249,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2239,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"51e5868c49dc86563dd760c72fa66ad2\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"5d6cc2479f8d1a6fc6d94de96a7c429c\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"1032de466de3754d3736ba0235d172c5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"7a35bfff0194aedb0f378cda565aa2f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"d8bd70d20d3c2b61ad6d3a5deba44ac4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t(function(jQuery, undefined) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tjQuery(window).ready(function() {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar $liveIframe  = tdcAdminIFrameUI.getLiveIframe();\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( $liveIframe.length ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.on( __SINGLE_QUOTED_STRING__, function() {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.contents().find( __SINGLE_QUOTED_STRING__).append( __SINGLE_QUOTED_STRING__ );\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t})(jQuery);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}},{\"term_slug\":\"355a436e54d27fbc43b676e21b7c122b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n\\t\\t\\t\\t\\t\\t\\tjQuery(window).on( __SINGLE_QUOTED_STRING__, function (){\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdLiveCssInject ) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.init();\\r\\n\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar editor_textarea = jQuery(__SINGLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar languageTools = ace.require(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar tdcCompleter = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetCompletions: function (editor, session, pos, prefix, callback) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (prefix.length === __INT__) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, []);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar data = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\terror: undefined,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetShortcode: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcIFrameData.getShortcodeFromData(data);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.error)) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcDebug.log(data.error);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.getShortcode)) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar regex = \\/el_class=\\\\\\\"([A-Za-z0-9_-]*\\\\s*)+\\\\\\\"\\/g,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tresults = data.getShortcode.match(regex);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar elClasses = {};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var i = __INT__; i < results.length; i++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar currentClasses = results[i]\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.split(__SINGLE_QUOTED_STRING__);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var j = __INT__; j < currentClasses.length; j++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (_.isUndefined(elClasses[currentClasses[j]])) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\telClasses[currentClasses[j]] = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar arrElClasses = [];\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var prop in elClasses) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tarrElClasses.push(prop);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, arrElClasses.map(function (item) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tname: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvalue: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tmeta: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}));\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tlanguageTools.addCompleter(tdcCompleter);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editor = ace.edit(__DOUBLE_QUOTED_STRING__);\\r\\n                                    window.editor.$blockScrolling = Infinity;\\r\\n\\r\\n                                    \\/\\/ __SINGLE_QUOTED_STRING__ handler is written as function because it\'s called by tdc_on_add_css_live_components (of wp_footer hook)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ We did it to reattach the existing compiled css to the new content received from server.\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editorChangeHandler = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/tdwState.lessWasEdited = true;\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.onbeforeunload = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (tdwState.lessWasEdited) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn __DOUBLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\teditor_textarea.val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcAdminIFrameUI.getLiveIframe().contents().find(__SINGLE_QUOTED_STRING__).val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ Mark the content as modified\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ This is important for showing info when composer closes\\r\\n                                            tdcMain.setContentModified();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.less();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setValue(editor_textarea.val());\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().on(__SINGLE_QUOTED_STRING__, editorChangeHandler);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setTheme(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setShowPrintMargin(false);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setMode(__DOUBLE_QUOTED_STRING__);\\r\\n                                    editor.getSession().setUseWrapMode(true);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setOptions({\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableBasicAutocompletion: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableSnippets: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableLiveAutocompletion: false\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"css-live\\/css-live.php\",\"line\":225,\"function\":\"tdc_on_live_css_inject_editor\",\"hook\":\"wp_footer\",\"priority\":100000}]}}]', 'http://abt90iran.bet/?s=example', '', 'publish', 'closed', 'closed', '', '07a2981cd8f57c3a8671c0a4da905fac', '', '', '2025-02-17 19:10:43', '2025-02-17 15:40:43', '', 0, 'https://abt90kade.com/amp_validated_url/07a2981cd8f57c3a8671c0a4da905fac/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(127, 1, '2024-11-02 17:46:53', '0000-00-00 00:00:00', '', 'yekbet', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-11-02 17:46:53', '0000-00-00 00:00:00', '', 0, 'https://abt90kade.com/?p=127', 1, 'nav_menu_item', '', 0),
(128, 1, '2024-11-02 21:55:06', '2024-11-02 14:44:32', '', 'یک بت', '', 'publish', 'closed', 'closed', '', '%db%8c%da%a9-%d8%a8%d8%aa', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=128', 2, 'nav_menu_item', '', 0),
(129, 1, '2024-11-02 21:55:06', '2024-11-02 14:44:32', '', 'کازینو آنلاین بدون فیلتر', '', 'publish', 'closed', 'closed', '', '%da%a9%d8%a7%d8%b2%db%8c%d9%86%d9%88-%d8%a2%d9%86%d9%84%d8%a7%db%8c%d9%86-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=129', 3, 'nav_menu_item', '', 0),
(130, 1, '2024-11-02 21:55:06', '2024-11-02 14:44:32', '', 'سایت بت', '', 'publish', 'closed', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=130', 4, 'nav_menu_item', '', 0),
(131, 1, '2024-11-02 21:55:06', '2024-11-02 14:44:32', '', 'jetbet', '', 'publish', 'closed', 'closed', '', 'jetbet', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=131', 5, 'nav_menu_item', '', 0),
(132, 1, '2024-11-02 21:55:06', '2024-11-02 14:44:32', '', 'هات بت', '', 'publish', 'closed', 'closed', '', '%d9%87%d8%a7%d8%aa-%d8%a8%d8%aa', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=132', 6, 'nav_menu_item', '', 0),
(133, 1, '2024-11-02 21:55:06', '2024-11-02 14:44:32', '', 'کازینو آنلاین خارجی', '', 'publish', 'closed', 'closed', '', '%da%a9%d8%a7%d8%b2%db%8c%d9%86%d9%88-%d8%a2%d9%86%d9%84%d8%a7%db%8c%d9%86-%d8%ae%d8%a7%d8%b1%d8%ac%db%8c', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=133', 7, 'nav_menu_item', '', 0),
(134, 1, '2024-11-02 21:55:06', '2024-11-02 15:15:30', '', 'سایت اصلی بازی انفجار', '', 'publish', 'closed', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a7%d8%b5%d9%84%db%8c-%d8%a8%d8%a7%d8%b2%db%8c-%d8%a7%d9%86%d9%81%d8%ac%d8%a7%d8%b1', '', '', '2024-11-02 21:55:06', '2024-11-02 18:25:06', '', 0, 'https://abt90kade.com/?p=134', 8, 'nav_menu_item', '', 0),
(140, 1, '2024-11-11 13:23:46', '2024-11-11 09:53:46', '', 'gif-bet303', '', 'inherit', 'open', 'closed', '', 'gif-bet303', '', '', '2024-11-11 13:23:46', '2024-11-11 09:53:46', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/gif-bet303.gif', 0, 'attachment', 'image/gif', 0),
(147, 2, '2024-11-15 23:38:34', '2024-11-15 20:08:34', '', 'معرفی-سایت-شرط-بندی-جت-بت', '', 'inherit', 'open', 'closed', '', '%d9%85%d8%b9%d8%b1%d9%81%db%8c-%d8%b3%d8%a7%db%8c%d8%aa-%d8%b4%d8%b1%d8%b7-%d8%a8%d9%86%d8%af%db%8c-%d8%ac%d8%aa-%d8%a8%d8%aa', '', '', '2024-11-15 23:38:39', '2024-11-15 20:08:39', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/معرفی-سایت-شرط-بندی-جت-بت.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 2, '2024-11-15 23:41:22', '2024-11-15 20:11:22', '', 'ویژگی‌-های-جت‌بت', '', 'inherit', 'open', 'closed', '', '%d9%88%db%8c%da%98%da%af%db%8c-%d9%87%d8%a7%db%8c-%d8%ac%d8%aa%d8%a8%d8%aa', '', '', '2024-11-15 23:41:22', '2024-11-15 20:11:22', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/ویژگی‌-های-جت‌بت.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 2, '2024-11-15 23:42:05', '2024-11-15 20:12:05', '', 'ثبت-نام-در-سایت-jetbet', '', 'inherit', 'open', 'closed', '', '%d8%ab%d8%a8%d8%aa-%d9%86%d8%a7%d9%85-%d8%af%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa-jetbet', '', '', '2024-11-15 23:42:05', '2024-11-15 20:12:05', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/ثبت-نام-در-سایت-jetbet.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 2, '2024-11-15 23:42:37', '2024-11-15 20:12:37', '', 'ورود-به-سایت-جت-بت-۹۰', '', 'inherit', 'open', 'closed', '', '%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%b3%d8%a7%db%8c%d8%aa-%d8%ac%d8%aa-%d8%a8%d8%aa-%db%b9%db%b0', '', '', '2024-11-15 23:42:37', '2024-11-15 20:12:37', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/ورود-به-سایت-جت-بت-۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 2, '2024-11-15 23:43:12', '2024-11-15 20:13:12', '', 'رشته‌-های-ورزشی-jetbet90', '', 'inherit', 'open', 'closed', '', '%d8%b1%d8%b4%d8%aa%d9%87-%d9%87%d8%a7%db%8c-%d9%88%d8%b1%d8%b2%d8%b4%db%8c-jetbet90', '', '', '2024-11-15 23:43:12', '2024-11-15 20:13:12', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/رشته‌-های-ورزشی-jetbet90.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 2, '2024-11-15 23:43:38', '2024-11-15 20:13:38', '', 'کازینو-آنلاین-جت-بت', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%a7%d8%b2%db%8c%d9%86%d9%88-%d8%a2%d9%86%d9%84%d8%a7%db%8c%d9%86-%d8%ac%d8%aa-%d8%a8%d8%aa', '', '', '2024-11-15 23:43:38', '2024-11-15 20:13:38', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/کازینو-آنلاین-جت-بت.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 2, '2024-11-15 23:44:04', '2024-11-15 20:14:04', '', 'جت-بت-۹۰-بدون-فیلتر', '', 'inherit', 'open', 'closed', '', '%d8%ac%d8%aa-%d8%a8%d8%aa-%db%b9%db%b0-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-11-15 23:44:04', '2024-11-15 20:14:04', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/جت-بت-۹۰-بدون-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 2, '2024-11-15 23:44:31', '2024-11-15 20:14:31', '', 'سایت-جت-بت-انفجار', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%ac%d8%aa-%d8%a8%d8%aa-%d8%a7%d9%86%d9%81%d8%ac%d8%a7%d8%b1', '', '', '2024-11-15 23:44:31', '2024-11-15 20:14:31', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/سایت-جت-بت-انفجار.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 2, '2024-11-15 23:45:01', '2024-11-15 20:15:01', '', 'روش‌-های-واریز-و-برداشت-در-سایت-جت-بت', '', 'inherit', 'open', 'closed', '', '%d8%b1%d9%88%d8%b4-%d9%87%d8%a7%db%8c-%d9%88%d8%a7%d8%b1%db%8c%d8%b2-%d9%88-%d8%a8%d8%b1%d8%af%d8%a7%d8%b4%d8%aa-%d8%af%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa-%d8%ac%d8%aa-%d8%a8%d8%aa', '', '', '2024-11-15 23:45:01', '2024-11-15 20:15:01', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/روش‌-های-واریز-و-برداشت-در-سایت-جت-بت.jpg', 0, 'attachment', 'image/jpeg', 0),
(156, 2, '2024-11-15 23:45:29', '2024-11-15 20:15:29', '', 'اپلیکیشن-جت-بت-۹۰', '', 'inherit', 'open', 'closed', '', '%d8%a7%d9%be%d9%84%db%8c%da%a9%db%8c%d8%b4%d9%86-%d8%ac%d8%aa-%d8%a8%d8%aa-%db%b9%db%b0', '', '', '2024-11-15 23:45:29', '2024-11-15 20:15:29', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/اپلیکیشن-جت-بت-۹۰.jpg', 0, 'attachment', 'image/jpeg', 0),
(157, 2, '2024-11-15 23:45:58', '2024-11-15 20:15:58', '', 'پشتیبانی-jetbet90-سایت', '', 'inherit', 'open', 'closed', '', '%d9%be%d8%b4%d8%aa%db%8c%d8%a8%d8%a7%d9%86%db%8c-jetbet90-%d8%b3%d8%a7%db%8c%d8%aa', '', '', '2024-11-15 23:45:58', '2024-11-15 20:15:58', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/پشتیبانی-jetbet90-سایت.jpg', 0, 'attachment', 'image/jpeg', 0),
(158, 2, '2024-11-15 23:46:28', '2024-11-15 20:16:28', '', 'بونس‌-های-سایت-جت-یت', '', 'inherit', 'open', 'closed', '', '%d8%a8%d9%88%d9%86%d8%b3-%d9%87%d8%a7%db%8c-%d8%b3%d8%a7%db%8c%d8%aa-%d8%ac%d8%aa-%db%8c%d8%aa', '', '', '2024-11-15 23:46:28', '2024-11-15 20:16:28', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/بونس‌-های-سایت-جت-یت.jpg', 0, 'attachment', 'image/jpeg', 0),
(159, 2, '2024-11-15 23:46:59', '2024-11-15 20:16:59', '', 'مجوزها-و-امنیت-jet-bet-90', '', 'inherit', 'open', 'closed', '', '%d9%85%d8%ac%d9%88%d8%b2%d9%87%d8%a7-%d9%88-%d8%a7%d9%85%d9%86%db%8c%d8%aa-jet-bet-90', '', '', '2024-11-15 23:46:59', '2024-11-15 20:16:59', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/مجوزها-و-امنیت-jet-bet-90.jpg', 0, 'attachment', 'image/jpeg', 0),
(160, 2, '2024-11-15 23:47:25', '2024-11-15 20:17:25', '', 'سوالات-متداول-درباره-جتبت', '', 'inherit', 'open', 'closed', '', '%d8%b3%d9%88%d8%a7%d9%84%d8%a7%d8%aa-%d9%85%d8%aa%d8%af%d8%a7%d9%88%d9%84-%d8%af%d8%b1%d8%a8%d8%a7%d8%b1%d9%87-%d8%ac%d8%aa%d8%a8%d8%aa', '', '', '2024-11-15 23:47:25', '2024-11-15 20:17:25', '', 0, 'https://abt90kade.com/wp-content/uploads/2024/11/سوالات-متداول-درباره-جتبت.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2024-12-29 23:16:30', '2024-12-29 19:46:30', '', 'abt90kade-com', '', 'inherit', 'open', 'closed', '', 'abt90kade-com', '', '', '2024-12-29 23:16:30', '2024-12-29 19:46:30', '', 33, 'https://abt90kade.com/wp-content/uploads/2024/12/abt90kade-com.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2025-01-11 14:12:10', '2025-01-11 10:42:10', '', 'BET303COM-ads-303', '', 'inherit', 'open', 'closed', '', 'bet303com-ads-303', '', '', '2025-01-11 14:12:10', '2025-01-11 10:42:10', '', 0, 'https://abt90kade.com/wp-content/uploads/2025/01/BET303COM-ads-303.gif', 0, 'attachment', 'image/gif', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(182, 0, '2025-09-23 19:00:35', '2025-09-23 15:30:35', '[{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"fd62c10709c7b1eac4e3247eefbd8c12\",\"data\":{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"spec_name\":\"meta charset=utf-8\",\"node_name\":\"meta\",\"parent_name\":\"head\",\"type\":\"html_element_error\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10}]}},{\"term_slug\":\"678e59b3973aedcd4e11c8a31fc4ffc6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"c0c5c0a1998e40d83246077327115e0d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"7d805d522be356997b7291aa111f3f7b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"f44a1189c6d48a0bfa7709925dd50061\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"50c15db2df70c8f1dfe9821a0d32ea3b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"4eab390ef350f99b5f6db3e7a25c40d5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1999ef082fc6b7be7f866a3e4687f537\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"c4ca4f45ea45a3567507a97d10749412\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5b9d774bea42ae1a6aa7a562d7278fed\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"f584c9fbf10931861c0bab0127c74d64\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLogin.js?ver=__normalized__\",\"id\":\"tdLogin-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"10ed9ed69abf9a4a636525fd69405f7d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"3edddfd13eeae3977b48382b0c7140c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"65b682ce0f11ab552f77966bab50abe5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}}]', 'https://abt90iran.bet/', '', 'publish', 'closed', 'closed', '', '4de26a7531e719f6919427035964366c', '', '', '2025-09-23 19:00:35', '2025-09-23 15:30:35', '', 0, 'https://abt90iran.bet/amp_validated_url/4de26a7531e719f6919427035964366c/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(183, 0, '2025-09-23 20:03:47', '2025-09-23 16:33:47', '[{\"term_slug\":\"678e59b3973aedcd4e11c8a31fc4ffc6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"c0c5c0a1998e40d83246077327115e0d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"7d805d522be356997b7291aa111f3f7b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"f44a1189c6d48a0bfa7709925dd50061\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"50c15db2df70c8f1dfe9821a0d32ea3b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"4eab390ef350f99b5f6db3e7a25c40d5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1999ef082fc6b7be7f866a3e4687f537\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"c4ca4f45ea45a3567507a97d10749412\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5b9d774bea42ae1a6aa7a562d7278fed\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"f584c9fbf10931861c0bab0127c74d64\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLogin.js?ver=__normalized__\",\"id\":\"tdLogin-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"10ed9ed69abf9a4a636525fd69405f7d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"3edddfd13eeae3977b48382b0c7140c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"7a35bfff0194aedb0f378cda565aa2f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}}]', 'https://abt90iran.bet/contact-us/', '', 'publish', 'closed', 'closed', '', 'a2a7ae3c2a74d18ce18eaeb73ba96503', '', '', '2025-09-23 20:03:47', '2025-09-23 16:33:47', '', 0, 'https://abt90iran.bet/amp_validated_url/a2a7ae3c2a74d18ce18eaeb73ba96503/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(184, 0, '2025-09-23 22:00:48', '2025-09-23 18:30:48', '[{\"term_slug\":\"678e59b3973aedcd4e11c8a31fc4ffc6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"c0c5c0a1998e40d83246077327115e0d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"7d805d522be356997b7291aa111f3f7b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"3639ced1c6b71d18b848c7e410db7823\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\",\"dependency_handle\":\"underscore\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"underscore\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"06b343d6334110a2bc8e0051bf904c2f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_posts_autoload.min.js?ver=__normalized__\",\"id\":\"tdb_js_posts_autoload-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":213,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_posts_autoload\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"f44a1189c6d48a0bfa7709925dd50061\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"50c15db2df70c8f1dfe9821a0d32ea3b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"4eab390ef350f99b5f6db3e7a25c40d5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdSocialSharing\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1999ef082fc6b7be7f866a3e4687f537\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdModalPostImages\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"c4ca4f45ea45a3567507a97d10749412\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5b9d774bea42ae1a6aa7a562d7278fed\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"f584c9fbf10931861c0bab0127c74d64\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLogin.js?ver=__normalized__\",\"id\":\"tdLogin-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"10ed9ed69abf9a4a636525fd69405f7d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"3edddfd13eeae3977b48382b0c7140c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"7a35bfff0194aedb0f378cda565aa2f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}}]', 'https://abt90iran.bet/?elementor_library=kit-پیش-فرض', '', 'publish', 'closed', 'closed', '', '00443f71a7189a61f9c649f12192622f', '', '', '2025-09-23 22:00:48', '2025-09-23 18:30:48', '', 0, 'http://abt90iran.bet/amp_validated_url/00443f71a7189a61f9c649f12192622f/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(185, 0, '2025-09-23 22:56:56', '2025-09-23 19:26:56', '[{\"term_slug\":\"678e59b3973aedcd4e11c8a31fc4ffc6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"c0c5c0a1998e40d83246077327115e0d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery\",\"dependency_handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":730,\"function\":\"wp_default_scripts\",\"hook\":\"wp_default_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/editorBlock\\/EditorBlock.php\",\"line\":18,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\editorBlock\\\\EditorBlock::wpInit\",\"hook\":\"init\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2246,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"7d805d522be356997b7291aa111f3f7b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":1813,\"function\":\"{closure}\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"9a6877a245f25a120af405d304f49b50\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":100,\"function\":\"td_js_buffer_render\",\"hook\":\"wp_head\",\"priority\":15}]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"f44a1189c6d48a0bfa7709925dd50061\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_wp_booster_functions.php\",\"line\":736,\"function\":\"load_front_js\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"td-site-min\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"c4ca4f45ea45a3567507a97d10749412\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-cloud-library\",\"file\":\"includes\\/tdb_functions.php\",\"line\":3579,\"function\":\"{closure}\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1011,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":247,\"function\":\"{closure}\",\"hook\":\"tdc_header\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tdb_js_files_for_front\"},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2276,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2266,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"5b9d774bea42ae1a6aa7a562d7278fed\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"f584c9fbf10931861c0bab0127c74d64\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLogin.js?ver=__normalized__\",\"id\":\"tdLogin-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"10ed9ed69abf9a4a636525fd69405f7d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"3edddfd13eeae3977b48382b0c7140c4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"42a89f7e4554236feb36a7b24b7aae8f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n    \\n\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}},{\"term_slug\":\"7a35bfff0194aedb0f378cda565aa2f6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"var td_res_context_registered_atts=[];\",\"node_type\":1,\"sources\":[{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"td-composer.php\",\"line\":255,\"function\":\"{closure}\",\"hook\":\"tdc_footer\",\"priority\":10},{\"type\":\"plugin\",\"name\":\"td-composer\",\"file\":\"legacy\\/common\\/wp_booster\\/td_js_buffer.php\",\"line\":108,\"function\":\"td_js_buffer_footer_render\",\"hook\":\"wp_footer\",\"priority\":100}]}}]', 'https://abt90iran.bet/?s=example', '', 'publish', 'closed', 'closed', '', '4d6387e09dcdb56201d8af0e6a4d34c9', '', '', '2025-09-23 22:56:56', '2025-09-23 19:26:56', '', 0, 'http://abt90iran.bet/amp_validated_url/4d6387e09dcdb56201d8af0e6a4d34c9/', 0, 'amp_validated_url', '', 0);

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

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 11, '_yoast_term_redirect_info', 'a:4:{s:6:\"origin\";s:5:\"abt90\";s:6:\"target\";s:12:\"abt90-no-vpn\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}'),
(2, 14, 'created_date_gmt', '2024-10-15 14:46:34'),
(3, 15, 'created_date_gmt', '2024-10-15 14:46:34'),
(11, 23, 'created_date_gmt', '2024-10-15 14:46:34'),
(17, 29, 'created_date_gmt', '2024-10-15 14:46:34'),
(18, 30, 'created_date_gmt', '2024-10-15 14:46:34'),
(19, 31, 'created_date_gmt', '2024-10-15 14:46:34'),
(20, 32, 'created_date_gmt', '2024-10-15 14:46:34'),
(73, 85, 'created_date_gmt', '2024-10-15 14:46:35'),
(75, 87, 'created_date_gmt', '2024-10-15 14:46:35'),
(78, 90, 'created_date_gmt', '2024-10-15 14:46:35'),
(81, 93, 'created_date_gmt', '2024-10-15 14:46:35'),
(82, 94, 'created_date_gmt', '2024-10-15 14:46:35'),
(85, 97, 'created_date_gmt', '2024-10-15 14:46:35'),
(89, 101, 'created_date_gmt', '2024-10-15 14:46:35'),
(92, 104, 'created_date_gmt', '2024-10-15 15:31:46'),
(94, 106, 'created_date_gmt', '2024-10-15 16:26:26'),
(95, 107, 'created_date_gmt', '2024-10-15 16:26:26'),
(160, 172, 'created_date_gmt', '2025-01-04 17:00:53'),
(161, 173, 'created_date_gmt', '2025-02-17 15:40:40'),
(162, 174, 'created_date_gmt', '2025-02-17 15:40:40'),
(163, 175, 'created_date_gmt', '2025-02-17 15:40:40'),
(164, 176, 'created_date_gmt', '2025-02-17 15:40:40'),
(165, 177, 'created_date_gmt', '2025-02-17 15:40:40'),
(166, 178, 'created_date_gmt', '2025-02-17 15:40:40'),
(167, 179, 'created_date_gmt', '2025-02-17 15:40:40'),
(168, 180, 'created_date_gmt', '2025-02-17 15:40:40'),
(169, 181, 'created_date_gmt', '2025-02-17 15:40:40'),
(170, 182, 'created_date_gmt', '2025-02-17 15:40:40'),
(171, 183, 'created_date_gmt', '2025-02-17 15:40:40'),
(172, 184, 'created_date_gmt', '2025-02-17 15:40:40'),
(173, 185, 'created_date_gmt', '2025-02-17 15:40:40'),
(174, 186, 'created_date_gmt', '2025-02-17 15:40:40'),
(175, 187, 'created_date_gmt', '2025-02-17 15:40:40'),
(176, 188, 'created_date_gmt', '2025-02-17 15:40:40'),
(177, 189, 'created_date_gmt', '2025-02-17 15:40:40'),
(178, 190, 'created_date_gmt', '2025-02-17 15:40:40'),
(179, 191, 'created_date_gmt', '2025-02-17 15:40:40'),
(180, 192, 'created_date_gmt', '2025-02-17 15:40:40'),
(181, 193, 'created_date_gmt', '2025-02-17 15:40:40'),
(182, 194, 'created_date_gmt', '2025-02-17 15:40:40'),
(183, 195, 'created_date_gmt', '2025-02-17 15:40:40'),
(184, 196, 'created_date_gmt', '2025-02-17 15:40:40'),
(185, 197, 'created_date_gmt', '2025-02-17 15:40:40'),
(186, 198, 'created_date_gmt', '2025-02-17 15:40:40'),
(187, 199, 'created_date_gmt', '2025-02-17 15:40:40'),
(188, 200, 'created_date_gmt', '2025-02-17 15:40:40'),
(189, 201, 'created_date_gmt', '2025-02-17 15:40:41'),
(190, 202, 'created_date_gmt', '2025-02-17 15:40:41'),
(191, 203, 'created_date_gmt', '2025-02-17 15:40:41'),
(192, 204, 'created_date_gmt', '2025-02-17 15:40:41'),
(193, 205, 'created_date_gmt', '2025-02-17 15:40:41'),
(194, 206, 'created_date_gmt', '2025-02-17 15:40:41'),
(195, 207, 'created_date_gmt', '2025-02-17 15:40:41'),
(196, 208, 'created_date_gmt', '2025-02-17 15:40:41'),
(197, 209, 'created_date_gmt', '2025-02-17 15:40:41'),
(198, 210, 'created_date_gmt', '2025-02-17 15:40:41'),
(199, 211, 'created_date_gmt', '2025-02-17 15:40:41'),
(200, 212, 'created_date_gmt', '2025-02-17 15:40:41'),
(201, 213, 'created_date_gmt', '2025-02-17 15:40:41'),
(202, 214, 'created_date_gmt', '2025-02-17 15:40:41'),
(203, 215, 'created_date_gmt', '2025-02-17 15:40:41'),
(204, 216, 'created_date_gmt', '2025-02-17 15:40:41'),
(205, 217, 'created_date_gmt', '2025-02-17 15:40:41'),
(206, 218, 'created_date_gmt', '2025-02-17 15:40:41'),
(207, 219, 'created_date_gmt', '2025-02-17 15:40:41'),
(208, 220, 'created_date_gmt', '2025-02-17 15:40:41'),
(209, 221, 'created_date_gmt', '2025-02-17 15:40:41'),
(210, 222, 'created_date_gmt', '2025-02-17 15:40:41'),
(211, 223, 'created_date_gmt', '2025-02-17 15:40:41'),
(212, 224, 'created_date_gmt', '2025-02-17 15:40:41'),
(213, 225, 'created_date_gmt', '2025-02-17 15:40:41'),
(214, 226, 'created_date_gmt', '2025-02-17 15:40:41'),
(215, 227, 'created_date_gmt', '2025-02-17 15:40:41'),
(216, 228, 'created_date_gmt', '2025-02-17 15:40:41'),
(217, 229, 'created_date_gmt', '2025-02-17 15:40:41'),
(218, 230, 'created_date_gmt', '2025-02-17 15:40:41'),
(219, 231, 'created_date_gmt', '2025-02-17 15:40:41'),
(220, 232, 'created_date_gmt', '2025-02-17 15:40:41'),
(221, 233, 'created_date_gmt', '2025-02-17 15:40:41'),
(222, 234, 'created_date_gmt', '2025-02-17 15:40:41'),
(223, 235, 'created_date_gmt', '2025-02-17 15:40:41'),
(224, 236, 'created_date_gmt', '2025-02-17 15:40:41'),
(225, 237, 'created_date_gmt', '2025-02-17 15:40:43'),
(228, 240, 'created_date_gmt', '2025-02-17 22:37:38'),
(229, 241, 'created_date_gmt', '2025-02-17 22:37:38'),
(230, 242, 'created_date_gmt', '2025-02-17 22:37:38'),
(231, 243, 'created_date_gmt', '2025-02-17 22:37:38'),
(232, 244, 'created_date_gmt', '2025-02-17 22:37:38'),
(233, 245, 'created_date_gmt', '2025-02-17 22:37:38'),
(234, 246, 'created_date_gmt', '2025-02-17 22:37:38'),
(235, 247, 'created_date_gmt', '2025-02-17 22:37:38'),
(236, 248, 'created_date_gmt', '2025-02-17 22:37:38'),
(238, 250, 'created_date_gmt', '2025-02-18 01:32:48'),
(248, 260, 'created_date_gmt', '2025-04-22 04:37:24'),
(252, 264, 'created_date_gmt', '2025-06-10 09:30:22'),
(253, 265, 'created_date_gmt', '2025-06-10 09:30:22'),
(254, 266, 'created_date_gmt', '2025-06-10 12:38:42');

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

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'دسته‌بندی نشده', '%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87', 0),
(3, 'آموزش', 'education', 0),
(4, 'بازی ها', 'games', 0),
(5, 'بونوس های ای بی تی 90', 'bonus', 0),
(6, 'ثبت نام در ای بی تی 90', 'signup', 0),
(7, 'دانلود ای بی تی 90', 'apps', 0),
(8, 'واریز و برداشت در ای بی تی 90', 'deposit', 0),
(9, 'Header Menu', 'header-menu', 0),
(10, 'Top Header Menu', 'top-header-menu', 0),
(11, 'دانلود فیلتر شکن abt', 'abt90-no-vpn', 0),
(12, 'Footer', 'footer', 0),
(13, 'ای بی تی 90 انفجار', 'abt-enfejar', 0),
(14, '612b5e34844c6870b57fdbd29e6936af', '612b5e34844c6870b57fdbd29e6936af', 1),
(15, '42111ded6e99354f35937d90554cb4f8', '42111ded6e99354f35937d90554cb4f8', 1),
(23, 'a7dde6cae6997231fb6d5f48164a17bf', 'a7dde6cae6997231fb6d5f48164a17bf', 1),
(29, '6fc12d6ac5448635be517195272c2060', '6fc12d6ac5448635be517195272c2060', 1),
(30, '2a3b85d03f4f60a9186679cdb3cfc63f', '2a3b85d03f4f60a9186679cdb3cfc63f', 1),
(31, 'f4ebee9a71bd98390a8f3f1d8ae60013', 'f4ebee9a71bd98390a8f3f1d8ae60013', 1),
(32, '5123f77a68155fc19ee98555ff6d9f05', '5123f77a68155fc19ee98555ff6d9f05', 1),
(85, '89f40d40d34671632f08e6f98ecd4044', '89f40d40d34671632f08e6f98ecd4044', 1),
(87, '51e5868c49dc86563dd760c72fa66ad2', '51e5868c49dc86563dd760c72fa66ad2', 1),
(90, 'fd62c10709c7b1eac4e3247eefbd8c12', 'fd62c10709c7b1eac4e3247eefbd8c12', 1),
(93, '1032de466de3754d3736ba0235d172c5', '1032de466de3754d3736ba0235d172c5', 1),
(94, '5d6cc2479f8d1a6fc6d94de96a7c429c', '5d6cc2479f8d1a6fc6d94de96a7c429c', 1),
(97, '7a35bfff0194aedb0f378cda565aa2f6', '7a35bfff0194aedb0f378cda565aa2f6', 1),
(101, 'fa00aeee223e9c6a8f02796bed76f67f', 'fa00aeee223e9c6a8f02796bed76f67f', 1),
(104, '7d805d522be356997b7291aa111f3f7b', '7d805d522be356997b7291aa111f3f7b', 1),
(106, '9a6877a245f25a120af405d304f49b50', '9a6877a245f25a120af405d304f49b50', 1),
(107, '42a89f7e4554236feb36a7b24b7aae8f', '42a89f7e4554236feb36a7b24b7aae8f', 1),
(172, '65b682ce0f11ab552f77966bab50abe5', '65b682ce0f11ab552f77966bab50abe5', 1),
(173, '370be3eb3557a4e0a099a2067325559d', '370be3eb3557a4e0a099a2067325559d', 1),
(174, 'e03f3661ccc319f83cc4c35682baa7be', 'e03f3661ccc319f83cc4c35682baa7be', 1),
(175, 'dd303c26e9b8457fcb40a6cc1fc1ee38', 'dd303c26e9b8457fcb40a6cc1fc1ee38', 1),
(176, '081a378a5bf91dabf82cc340c3c93675', '081a378a5bf91dabf82cc340c3c93675', 1),
(177, '9a3ef7508dbe0f779247661b20a37b73', '9a3ef7508dbe0f779247661b20a37b73', 1),
(178, 'd04adcfbb01899c8e72f14a75ae295f7', 'd04adcfbb01899c8e72f14a75ae295f7', 1),
(179, '97c403e26adc50ff44c70f60f334c8eb', '97c403e26adc50ff44c70f60f334c8eb', 1),
(180, '3042f76f5c31db252203616ce761bcb1', '3042f76f5c31db252203616ce761bcb1', 1),
(181, 'fa381bf33d9bc2657612c46f7fc4d3c6', 'fa381bf33d9bc2657612c46f7fc4d3c6', 1),
(182, 'a566380d2261b3902ad67335cf5cbabb', 'a566380d2261b3902ad67335cf5cbabb', 1),
(183, '659e600048d81b766adcd8f49bc819c4', '659e600048d81b766adcd8f49bc819c4', 1),
(184, '4cc65370a76ca649b36b6d6c3a7d9d94', '4cc65370a76ca649b36b6d6c3a7d9d94', 1),
(185, '268d97f385af2539b24e738e1bca3f3d', '268d97f385af2539b24e738e1bca3f3d', 1),
(186, '58db0b95db8290e34f671a63ea224490', '58db0b95db8290e34f671a63ea224490', 1),
(187, '315558c0fbef334016ae8bf559a2a3a3', '315558c0fbef334016ae8bf559a2a3a3', 1),
(188, 'b68d912a2cc661ea98462749efe5e6a4', 'b68d912a2cc661ea98462749efe5e6a4', 1),
(189, 'a219b91809da5fa442f3aa7986268857', 'a219b91809da5fa442f3aa7986268857', 1),
(190, '8ea1576c3e9068baed0563649f58536d', '8ea1576c3e9068baed0563649f58536d', 1),
(191, 'ebc41fb5c1ea63a5ed23e355b61a07f6', 'ebc41fb5c1ea63a5ed23e355b61a07f6', 1),
(192, '0135603bfc2d9c4bc2485db2595a1345', '0135603bfc2d9c4bc2485db2595a1345', 1),
(193, '87ba623a5ce1020cac9c54b761e3152b', '87ba623a5ce1020cac9c54b761e3152b', 1),
(194, 'd8aad85e0e355f62054d2a7692aebf52', 'd8aad85e0e355f62054d2a7692aebf52', 1),
(195, '2068c84ec300cce19bcd185c1ebbb4f8', '2068c84ec300cce19bcd185c1ebbb4f8', 1),
(196, 'd7bf89d4121cbf611e7e047b186b5ffc', 'd7bf89d4121cbf611e7e047b186b5ffc', 1),
(197, 'aaed63a75702562cf49407f1ee5d4014', 'aaed63a75702562cf49407f1ee5d4014', 1),
(198, '531e903cc6362bcd77c475f70942d465', '531e903cc6362bcd77c475f70942d465', 1),
(199, 'c4b14f593139e4922536cd5b22e9021a', 'c4b14f593139e4922536cd5b22e9021a', 1),
(200, '0ef72b97afa446d15633e4e89195db2b', '0ef72b97afa446d15633e4e89195db2b', 1),
(201, '761db54496b8e95a833cff3e9d2c7e15', '761db54496b8e95a833cff3e9d2c7e15', 1),
(202, '3a296805ee9a028f02444c5aff8d5c06', '3a296805ee9a028f02444c5aff8d5c06', 1),
(203, 'd91725e569eab229ca885b09a2e9de20', 'd91725e569eab229ca885b09a2e9de20', 1),
(204, '632db9f07b1360d173c2aac90cc18622', '632db9f07b1360d173c2aac90cc18622', 1),
(205, '61df2ee69aeedb8294cc6eb9d9a4be68', '61df2ee69aeedb8294cc6eb9d9a4be68', 1),
(206, 'a74d5ec511208801e5afaac6ba4665fa', 'a74d5ec511208801e5afaac6ba4665fa', 1),
(207, '0cbec42f8cc910f6b5b720f6c4f35cfc', '0cbec42f8cc910f6b5b720f6c4f35cfc', 1),
(208, '66c61901201ee661d2d8d3c234eea03b', '66c61901201ee661d2d8d3c234eea03b', 1),
(209, 'adfd68a2c4c8bddf54861a99ca40b244', 'adfd68a2c4c8bddf54861a99ca40b244', 1),
(210, '1ddeba47888f1309e499887ca7aa974d', '1ddeba47888f1309e499887ca7aa974d', 1),
(211, '6ce50f25e5d0976b424d7f499bbae577', '6ce50f25e5d0976b424d7f499bbae577', 1),
(212, 'bf172da94aaf3387eb4d86311545c375', 'bf172da94aaf3387eb4d86311545c375', 1),
(213, 'd2e9a64cd68170462db6d82cf1b5f824', 'd2e9a64cd68170462db6d82cf1b5f824', 1),
(214, '533388a72870251c0528bc7704630fc7', '533388a72870251c0528bc7704630fc7', 1),
(215, '500ea9280df2055f146f2e54b0649057', '500ea9280df2055f146f2e54b0649057', 1),
(216, 'a1f4575362ee9fef03cc7574c3250807', 'a1f4575362ee9fef03cc7574c3250807', 1),
(217, 'ea7342779e6a7cc08b5bd2aa3ea9b5ce', 'ea7342779e6a7cc08b5bd2aa3ea9b5ce', 1),
(218, 'd7c413832ef332423d4c41056c3fbd78', 'd7c413832ef332423d4c41056c3fbd78', 1),
(219, '8b0821d42e2f1c7ceafa5f5c94af3a84', '8b0821d42e2f1c7ceafa5f5c94af3a84', 1),
(220, '6ddc840e5622f86735560c4553ac0432', '6ddc840e5622f86735560c4553ac0432', 1),
(221, 'b1bdaaaae6c3ea4d80be695e1efdf477', 'b1bdaaaae6c3ea4d80be695e1efdf477', 1),
(222, '7df34f0db6d6666128383311e107c9d0', '7df34f0db6d6666128383311e107c9d0', 1),
(223, '179dc6c20525266c84ed6bd341244556', '179dc6c20525266c84ed6bd341244556', 1),
(224, '51a4df613fa2161e903c169c746bd032', '51a4df613fa2161e903c169c746bd032', 1),
(225, 'f0af24193e5113670ad30e03019b81ea', 'f0af24193e5113670ad30e03019b81ea', 1),
(226, 'd72db584de862c06f41bd0e0e8e4e756', 'd72db584de862c06f41bd0e0e8e4e756', 1),
(227, 'd8bd70d20d3c2b61ad6d3a5deba44ac4', 'd8bd70d20d3c2b61ad6d3a5deba44ac4', 1),
(228, '355a436e54d27fbc43b676e21b7c122b', '355a436e54d27fbc43b676e21b7c122b', 1),
(229, '90ae342149150e6bd7808f8b371a2866', '90ae342149150e6bd7808f8b371a2866', 1),
(230, '8d40582b69406bccf192bf8579d22589', '8d40582b69406bccf192bf8579d22589', 1),
(231, '7e15b438c059f1ebe56479ef17696899', '7e15b438c059f1ebe56479ef17696899', 1),
(232, '7f4494e11891422fef69258fc53cd259', '7f4494e11891422fef69258fc53cd259', 1),
(233, '49e8d776cde0b607805a6e3d580d2457', '49e8d776cde0b607805a6e3d580d2457', 1),
(234, '7108166a8d5f401d7fadbb9f3f602699', '7108166a8d5f401d7fadbb9f3f602699', 1),
(235, '5023c521b59e0d521c239e54522dbe19', '5023c521b59e0d521c239e54522dbe19', 1),
(236, '79560a5c9dc015d623a51efa26d57eed', '79560a5c9dc015d623a51efa26d57eed', 1),
(237, 'b402766e08a7fa06c7aead57bbbc6dc7', 'b402766e08a7fa06c7aead57bbbc6dc7', 1),
(240, 'f44a1189c6d48a0bfa7709925dd50061', 'f44a1189c6d48a0bfa7709925dd50061', 1),
(241, '50c15db2df70c8f1dfe9821a0d32ea3b', '50c15db2df70c8f1dfe9821a0d32ea3b', 1),
(242, '4eab390ef350f99b5f6db3e7a25c40d5', '4eab390ef350f99b5f6db3e7a25c40d5', 1),
(243, '1999ef082fc6b7be7f866a3e4687f537', '1999ef082fc6b7be7f866a3e4687f537', 1),
(244, 'c4ca4f45ea45a3567507a97d10749412', 'c4ca4f45ea45a3567507a97d10749412', 1),
(245, '5b9d774bea42ae1a6aa7a562d7278fed', '5b9d774bea42ae1a6aa7a562d7278fed', 1),
(246, 'f584c9fbf10931861c0bab0127c74d64', 'f584c9fbf10931861c0bab0127c74d64', 1),
(247, '10ed9ed69abf9a4a636525fd69405f7d', '10ed9ed69abf9a4a636525fd69405f7d', 1),
(248, '3edddfd13eeae3977b48382b0c7140c4', '3edddfd13eeae3977b48382b0c7140c4', 1),
(250, '06b343d6334110a2bc8e0051bf904c2f', '06b343d6334110a2bc8e0051bf904c2f', 1),
(260, '948fc80788093a890c0436dd8f3d5fe4', '948fc80788093a890c0436dd8f3d5fe4', 1),
(264, '678e59b3973aedcd4e11c8a31fc4ffc6', '678e59b3973aedcd4e11c8a31fc4ffc6', 1),
(265, 'c0c5c0a1998e40d83246077327115e0d', 'c0c5c0a1998e40d83246077327115e0d', 1),
(266, '3639ced1c6b71d18b848c7e410db7823', '3639ced1c6b71d18b848c7e410db7823', 1);

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

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(12, 9, 0),
(13, 9, 0),
(14, 9, 0),
(15, 9, 0),
(16, 9, 0),
(17, 9, 0),
(27, 10, 0),
(28, 10, 0),
(90, 12, 0),
(95, 9, 0),
(97, 14, 0),
(97, 15, 0),
(97, 23, 0),
(97, 29, 0),
(97, 30, 0),
(97, 31, 0),
(97, 32, 0),
(97, 85, 0),
(97, 87, 0),
(97, 93, 0),
(97, 94, 0),
(97, 97, 0),
(97, 106, 0),
(97, 107, 0),
(97, 173, 0),
(97, 174, 0),
(97, 175, 0),
(97, 176, 0),
(97, 177, 0),
(97, 178, 0),
(97, 179, 0),
(97, 180, 0),
(97, 181, 0),
(97, 182, 0),
(97, 183, 0),
(97, 184, 0),
(97, 185, 0),
(97, 186, 0),
(97, 187, 0),
(97, 188, 0),
(97, 189, 0),
(97, 190, 0),
(97, 191, 0),
(97, 192, 0),
(97, 193, 0),
(97, 194, 0),
(97, 195, 0),
(97, 196, 0),
(97, 197, 0),
(97, 198, 0),
(97, 199, 0),
(97, 200, 0),
(97, 201, 0),
(97, 202, 0),
(97, 203, 0),
(97, 204, 0),
(97, 205, 0),
(97, 206, 0),
(97, 207, 0),
(97, 208, 0),
(97, 210, 0),
(97, 212, 0),
(97, 213, 0),
(97, 214, 0),
(97, 215, 0),
(97, 216, 0),
(97, 217, 0),
(97, 218, 0),
(97, 219, 0),
(97, 220, 0),
(97, 221, 0),
(97, 222, 0),
(97, 224, 0),
(97, 225, 0),
(97, 226, 0),
(97, 227, 0),
(97, 228, 0),
(112, 9, 0),
(113, 9, 0),
(120, 14, 0),
(120, 15, 0),
(120, 23, 0),
(120, 29, 0),
(120, 30, 0),
(120, 31, 0),
(120, 32, 0),
(120, 85, 0),
(120, 87, 0),
(120, 90, 0),
(120, 93, 0),
(120, 94, 0),
(120, 106, 0),
(120, 107, 0),
(120, 172, 0),
(120, 173, 0),
(120, 174, 0),
(120, 175, 0),
(120, 176, 0),
(120, 177, 0),
(120, 178, 0),
(120, 179, 0),
(120, 180, 0),
(120, 181, 0),
(120, 182, 0),
(120, 183, 0),
(120, 184, 0),
(120, 185, 0),
(120, 186, 0),
(120, 187, 0),
(120, 188, 0),
(120, 189, 0),
(120, 190, 0),
(120, 191, 0),
(120, 192, 0),
(120, 193, 0),
(120, 194, 0),
(120, 195, 0),
(120, 196, 0),
(120, 197, 0),
(120, 198, 0),
(120, 199, 0),
(120, 200, 0),
(120, 201, 0),
(120, 202, 0),
(120, 203, 0),
(120, 204, 0),
(120, 205, 0),
(120, 206, 0),
(120, 207, 0),
(120, 208, 0),
(120, 209, 0),
(120, 210, 0),
(120, 211, 0),
(120, 212, 0),
(120, 213, 0),
(120, 214, 0),
(120, 215, 0),
(120, 216, 0),
(120, 217, 0),
(120, 218, 0),
(120, 219, 0),
(120, 220, 0),
(120, 221, 0),
(120, 222, 0),
(120, 225, 0),
(120, 226, 0),
(120, 227, 0),
(120, 228, 0),
(120, 229, 0),
(120, 230, 0),
(120, 231, 0),
(120, 232, 0),
(120, 233, 0),
(120, 234, 0),
(120, 235, 0),
(120, 236, 0),
(121, 14, 0),
(121, 15, 0),
(121, 23, 0),
(121, 29, 0),
(121, 30, 0),
(121, 31, 0),
(121, 32, 0),
(121, 85, 0),
(121, 87, 0),
(121, 93, 0),
(121, 94, 0),
(121, 97, 0),
(121, 101, 0),
(121, 106, 0),
(121, 107, 0),
(121, 173, 0),
(121, 174, 0),
(121, 175, 0),
(121, 176, 0),
(121, 177, 0),
(121, 178, 0),
(121, 179, 0),
(121, 180, 0),
(121, 181, 0),
(121, 182, 0),
(121, 183, 0),
(121, 184, 0),
(121, 185, 0),
(121, 186, 0),
(121, 187, 0),
(121, 188, 0),
(121, 189, 0),
(121, 190, 0),
(121, 191, 0),
(121, 192, 0),
(121, 193, 0),
(121, 194, 0),
(121, 195, 0),
(121, 196, 0),
(121, 197, 0),
(121, 198, 0),
(121, 199, 0),
(121, 200, 0),
(121, 209, 0),
(121, 210, 0),
(121, 211, 0),
(121, 212, 0),
(121, 213, 0),
(121, 215, 0),
(121, 216, 0),
(121, 217, 0),
(121, 218, 0),
(121, 219, 0),
(121, 220, 0),
(121, 221, 0),
(121, 222, 0),
(121, 223, 0),
(121, 225, 0),
(121, 226, 0),
(121, 227, 0),
(121, 228, 0),
(122, 14, 0),
(122, 15, 0),
(122, 23, 0),
(122, 29, 0),
(122, 85, 0),
(122, 87, 0),
(122, 93, 0),
(122, 94, 0),
(122, 97, 0),
(122, 106, 0),
(122, 107, 0),
(122, 173, 0),
(122, 174, 0),
(122, 175, 0),
(122, 176, 0),
(122, 177, 0),
(122, 178, 0),
(122, 179, 0),
(122, 180, 0),
(122, 181, 0),
(122, 182, 0),
(122, 183, 0),
(122, 184, 0),
(122, 185, 0),
(122, 186, 0),
(122, 187, 0),
(122, 188, 0),
(122, 189, 0),
(122, 190, 0),
(122, 191, 0),
(122, 192, 0),
(122, 193, 0),
(122, 194, 0),
(122, 195, 0),
(122, 196, 0),
(122, 197, 0),
(122, 198, 0),
(122, 199, 0),
(122, 200, 0),
(122, 201, 0),
(122, 202, 0),
(122, 203, 0),
(122, 204, 0),
(122, 205, 0),
(122, 206, 0),
(122, 207, 0),
(122, 208, 0),
(122, 209, 0),
(122, 210, 0),
(122, 211, 0),
(122, 212, 0),
(122, 213, 0),
(122, 214, 0),
(122, 215, 0),
(122, 216, 0),
(122, 217, 0),
(122, 218, 0),
(122, 219, 0),
(122, 220, 0),
(122, 221, 0),
(122, 222, 0),
(122, 225, 0),
(122, 226, 0),
(122, 227, 0),
(122, 228, 0),
(122, 237, 0),
(128, 12, 0),
(129, 12, 0),
(130, 12, 0),
(131, 12, 0),
(132, 12, 0),
(133, 12, 0),
(134, 12, 0),
(182, 90, 0),
(182, 104, 0),
(182, 106, 0),
(182, 107, 0),
(182, 172, 0),
(182, 240, 0),
(182, 241, 0),
(182, 242, 0),
(182, 243, 0),
(182, 244, 0),
(182, 245, 0),
(182, 246, 0),
(182, 247, 0),
(182, 248, 0),
(182, 260, 0),
(182, 264, 0),
(182, 265, 0),
(183, 97, 0),
(183, 104, 0),
(183, 106, 0),
(183, 107, 0),
(183, 240, 0),
(183, 241, 0),
(183, 242, 0),
(183, 243, 0),
(183, 244, 0),
(183, 245, 0),
(183, 246, 0),
(183, 247, 0),
(183, 248, 0),
(183, 260, 0),
(183, 264, 0),
(183, 265, 0),
(184, 97, 0),
(184, 104, 0),
(184, 106, 0),
(184, 107, 0),
(184, 240, 0),
(184, 241, 0),
(184, 242, 0),
(184, 243, 0),
(184, 244, 0),
(184, 245, 0),
(184, 246, 0),
(184, 247, 0),
(184, 248, 0),
(184, 250, 0),
(184, 260, 0),
(184, 264, 0),
(184, 265, 0),
(184, 266, 0),
(185, 97, 0),
(185, 104, 0),
(185, 106, 0),
(185, 107, 0),
(185, 240, 0),
(185, 244, 0),
(185, 245, 0),
(185, 246, 0),
(185, 247, 0),
(185, 248, 0),
(185, 260, 0),
(185, 264, 0),
(185, 265, 0);

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

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(3, 3, 'category', '', 0, 0),
(4, 4, 'category', '', 0, 0),
(5, 5, 'category', '', 0, 0),
(6, 6, 'category', '', 0, 0),
(7, 7, 'category', '', 0, 0),
(8, 8, 'category', '', 0, 0),
(9, 9, 'nav_menu', '', 0, 9),
(10, 10, 'nav_menu', '', 0, 2),
(11, 11, 'category', '', 0, 0),
(12, 12, 'nav_menu', '', 0, 8),
(13, 13, 'category', '', 0, 0),
(14, 14, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 4),
(15, 15, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 4),
(23, 23, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(29, 29, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(30, 30, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(31, 31, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(32, 32, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(85, 85, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(87, 87, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(90, 90, 'amp_validation_error', '{\"code\":\"DUPLICATE_UNIQUE_TAG\",\"node_attributes\":{\"charset\":\"UTF-8\"},\"node_name\":\"meta\",\"node_type\":1,\"parent_name\":\"head\",\"spec_name\":\"meta charset=utf-8\",\"type\":\"html_element_error\"}', 0, 2),
(93, 93, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(94, 94, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(97, 97, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"var td_res_context_registered_atts=[];\",\"type\":\"js_error\"}', 0, 6),
(101, 101, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_posts_autoload.min.js?ver=__normalized__\",\"id\":\"tdb_js_posts_autoload-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(104, 104, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"type\":\"js_error\"}', 0, 4),
(106, 106, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n    \\n    \\r\\n\\r\\n\\t    var tdBlocksArray = []; \\/\\/here we store all the items for the current page\\r\\n\\r\\n\\t    \\/\\/ td_block class - each ajax block uses a object of this class for requests\\r\\n\\t    function tdBlock() {\\r\\n\\t\\t    this.id = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.block_type = __INT__; \\/\\/block type id (__INT____INT__ etc)\\r\\n\\t\\t    this.atts = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_column_number = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.td_current_page = __INT__; \\/\\/\\r\\n\\t\\t    this.post_count = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.found_posts = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.max_num_pages = __INT__; \\/\\/from wp\\r\\n\\t\\t    this.td_filter_value = __SINGLE_QUOTED_STRING__; \\/\\/current live filter value\\r\\n\\t\\t    this.is_ajax_running = false;\\r\\n\\t\\t    this.td_user_action = __SINGLE_QUOTED_STRING__; \\/\\/ load more or infinite loader (used by the animation)\\r\\n\\t\\t    this.header_color = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t    this.ajax_pagination_infinite_stop = __SINGLE_QUOTED_STRING__; \\/\\/show load more at page x\\r\\n\\t    }\\r\\n\\r\\n        \\/\\/ td_js_generator - mini detector\\r\\n        ( function () {\\r\\n            var htmlTag = document.getElementsByTagName(__DOUBLE_QUOTED_STRING__)[__INT__];\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( !!navigator.userAgent.match(\\/Trident.*rv\\\\:__INT__\\\\.\\/) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n\\t        if ( navigator.userAgent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/(iPad|iPhone|iPod)\\/g.test(navigator.userAgent) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            var user_agent = navigator.userAgent.toLowerCase();\\r\\n            if ( user_agent.indexOf(__DOUBLE_QUOTED_STRING__) > __INT__ ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__)  ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( \\/chrom(e|ium)\\/.test(navigator.userAgent.toLowerCase()) ) {\\r\\n               htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if ( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) && __INT__ === navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ) {\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n            if( __INT__ !== navigator.userAgent.indexOf(__SINGLE_QUOTED_STRING__) ){\\r\\n                htmlTag.className += __SINGLE_QUOTED_STRING__;\\r\\n            }\\r\\n\\r\\n        })();\\r\\n\\r\\n        var tdLocalCache = {};\\r\\n\\r\\n        ( function () {\\r\\n            __DOUBLE_QUOTED_STRING__;\\r\\n\\r\\n            tdLocalCache = {\\r\\n                data: {},\\r\\n                remove: function (resource_id) {\\r\\n                    delete tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                exist: function (resource_id) {\\r\\n                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\\r\\n                },\\r\\n                get: function (resource_id) {\\r\\n                    return tdLocalCache.data[resource_id];\\r\\n                },\\r\\n                set: function (resource_id, cachedData) {\\r\\n                    tdLocalCache.remove(resource_id);\\r\\n                    tdLocalCache.data[resource_id] = cachedData;\\r\\n                }\\r\\n            };\\r\\n        })();\\r\\n\\r\\n    \\r\\n    \\nvar td_viewport_interval_list=[{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},{__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__}];\\nvar tdc_is_installed=__DOUBLE_QUOTED_STRING__;\\nvar td_ajax_url=__DOUBLE_QUOTED_STRING__;\\nvar td_get_template_directory_uri=__DOUBLE_QUOTED_STRING__;\\nvar tds_snap_menu=__DOUBLE_QUOTED_STRING__;\\nvar tds_logo_on_sticky=__DOUBLE_QUOTED_STRING__;\\nvar tds_header_style=__DOUBLE_QUOTED_STRING__;\\nvar td_please_wait=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_user_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_email_user_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_empty=__DOUBLE_QUOTED_STRING__;\\nvar td_pass_pattern_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar td_retype_pass_incorrect=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_enable=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_time_to_wait=__DOUBLE_QUOTED_STRING__;\\nvar tds_more_articles_on_post_pages_distance_from_top=__INT__;\\nvar tds_captcha=__DOUBLE_QUOTED_STRING__;\\nvar tds_theme_color_site_wide=__DOUBLE_QUOTED_STRING__;\\nvar tds_smart_sidebar=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeName=__DOUBLE_QUOTED_STRING__;\\nvar tdThemeNameWl=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tPrev=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tNext=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_tCounter=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_ajax_tError=__DOUBLE_QUOTED_STRING__;\\nvar td_magnific_popup_translation_image_tError=__DOUBLE_QUOTED_STRING__;\\nvar tdBlockNonce=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileMenu=__DOUBLE_QUOTED_STRING__;\\nvar tdMobileSearch=__DOUBLE_QUOTED_STRING__;\\nvar tdDateNamesI18n={__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]};\\nvar tdb_modal_confirm=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_confirm_alt=__DOUBLE_QUOTED_STRING__;\\nvar tdb_modal_cancel_alt=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_link=__DOUBLE_QUOTED_STRING__;\\nvar td_ad_background_click_target=__DOUBLE_QUOTED_STRING__;\\n\",\"type\":\"js_error\"}', 0, 8),
(107, 107, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n    \\n\",\"type\":\"js_error\"}', 0, 8),
(172, 172, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"var td_res_context_registered_atts=[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__];\",\"type\":\"js_error\"}', 0, 2),
(173, 173, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"var tdbPluginUrl = __DOUBLE_QUOTED_STRING__\",\"type\":\"js_error\"}', 0, 4),
(174, 174, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\r\\n            window.tdb_globals = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        \",\"type\":\"js_error\"}', 0, 4),
(175, 175, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\r\\n        window.tdb_global_vars = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n        window.tdb_p_autoload_vars = {__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:__INT__};\\r\\n    \",\"type\":\"js_error\"}', 0, 4),
(176, 176, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\r\\n\\t\\t\\t\\twindow.tdwGlobal = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\r\\n\\t\\t\\t\",\"type\":\"js_error\"}', 0, 4),
(177, 177, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"router-view\",\"node_type\":1,\"parent_name\":\"div\",\"type\":\"html_element_error\"}', 0, 4),
(178, 178, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ace.js?ver=__normalized__\",\"id\":\"js_files_for_ace-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(179, 179, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-language_tools.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_language_tools-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(180, 180, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/css-live\\/assets\\/external\\/ace\\/ext-searchbox.js?ver=__normalized__\",\"id\":\"js_files_for_ace_ext_searchbox-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(181, 181, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_live_css-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(182, 182, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/assets\\/js\\/js_files_for_plugin_live_css.min.js?ver=__normalized__\",\"id\":\"js_files_for_plugin_live_css-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(183, 183, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"thickbox-js-extra\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar thickboxL10n = {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(184, 184, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/thickbox\\/thickbox.js?ver=__normalized__\",\"id\":\"thickbox-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(185, 185, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_vue_modals-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(186, 186, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js?ver=__normalized__\",\"id\":\"lodash-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(187, 187, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"lodash-js-after\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwindow.lodash = _.noConflict();\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(188, 188, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react.min.js?ver=__normalized__\",\"id\":\"react-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(189, 189, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.min.js?ver=__normalized__\",\"id\":\"react-dom-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(190, 190, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/vendor\\/react-jsx-runtime.min.js?ver=__normalized__\",\"id\":\"react-jsx-runtime-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(191, 191, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/hooks.min.js?ver=__normalized__\",\"id\":\"wp-hooks-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(192, 192, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/deprecated.min.js?ver=__normalized__\",\"id\":\"wp-deprecated-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(193, 193, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/dom.min.js?ver=__normalized__\",\"id\":\"wp-dom-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(194, 194, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/escape-html.min.js?ver=__normalized__\",\"id\":\"wp-escape-html-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(195, 195, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/element.min.js?ver=__normalized__\",\"id\":\"wp-element-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(196, 196, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/is-shallow-equal.min.js?ver=__normalized__\",\"id\":\"wp-is-shallow-equal-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(197, 197, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/i18n.min.js?ver=__normalized__\",\"id\":\"wp-i18n-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(198, 198, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-i18n-js-after\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nwp.i18n.setLocaleData( { __SINGLE_QUOTED_STRING__: [ __SINGLE_QUOTED_STRING__ ] } );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(199, 199, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-keycodes-js-translations\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(200, 200, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/keycodes.min.js?ver=__normalized__\",\"id\":\"wp-keycodes-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(201, 201, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/priority-queue.min.js?ver=__normalized__\",\"id\":\"wp-priority-queue-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(202, 202, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/compose.min.js?ver=__normalized__\",\"id\":\"wp-compose-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(203, 203, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/private-apis.min.js?ver=__normalized__\",\"id\":\"wp-private-apis-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(204, 204, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/redux-routine.min.js?ver=__normalized__\",\"id\":\"wp-redux-routine-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(205, 205, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/data.min.js?ver=__normalized__\",\"id\":\"wp-data-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(206, 206, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-data-js-after\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function() {\\n\\tvar userId = __INT__;\\n\\tvar storageKey = __DOUBLE_QUOTED_STRING__ + userId;\\n\\twp.data\\n\\t\\t.use( wp.data.plugins.persistence, { storageKey: storageKey } );\\n} )();\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 3),
(207, 207, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/featureFlag.js?ver=__normalized__\",\"id\":\"yoast-seo-feature-flag-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(208, 208, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-analysis-package-js-translations\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 3),
(209, 209, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/analysis.js?ver=__normalized__\",\"id\":\"yoast-seo-analysis-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(210, 210, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"wp-a11y-js-translations\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(211, 211, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/dist\\/a11y.min.js?ver=__normalized__\",\"id\":\"wp-a11y-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(212, 212, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/propTypes.js?ver=__normalized__\",\"id\":\"yoast-seo-prop-types-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(213, 213, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styledComponents.js?ver=__normalized__\",\"id\":\"yoast-seo-styled-components-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(214, 214, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-helpers-package-js-translations\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 3),
(215, 215, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/helpers.js?ver=__normalized__\",\"id\":\"yoast-seo-helpers-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(216, 216, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/react-select.js?ver=__normalized__\",\"id\":\"yoast-seo-react-select-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(217, 217, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/styleGuide.js?ver=__normalized__\",\"id\":\"yoast-seo-style-guide-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(218, 218, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-components-new-package-js-translations\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(219, 219, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/externals\\/componentsNew.js?ver=__normalized__\",\"id\":\"yoast-seo-components-new-package-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(220, 220, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/languages\\/fa.js?ver=__normalized__\",\"id\":\"yoast-seo-fa-language-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(221, 221, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-frontend-inspector-resources-js-translations\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\n( function( domain, translations ) {\\n\\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\\n\\tlocaleData[__DOUBLE_QUOTED_STRING__].domain = domain;\\n\\twp.i18n.setLocaleData( localeData, domain );\\n} )( __DOUBLE_QUOTED_STRING__, {__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__],__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__]}},__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}} );\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 4),
(222, 222, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/frontend-inspector-resources.js?ver=__normalized__\",\"id\":\"yoast-seo-frontend-inspector-resources-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(223, 223, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null},__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:false}};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(224, 224, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:__INT__},__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:true}};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(225, 225, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/wordpress-seo-premium\\/assets\\/js\\/dist\\/frontend-inspector-2340.min.js?ver=__normalized__\",\"id\":\"yoast-seo-premium-frontend-inspector-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(226, 226, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_vue_modals_last.min.js?ver=__normalized__\",\"id\":\"js_files_vue_modals_last-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(227, 227, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"div\",\"text\":\"\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t(function(jQuery, undefined) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tjQuery(window).ready(function() {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar $liveIframe  = tdcAdminIFrameUI.getLiveIframe();\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif ( $liveIframe.length ) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.on( __SINGLE_QUOTED_STRING__, function() {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t$liveIframe.contents().find( __SINGLE_QUOTED_STRING__).append( __SINGLE_QUOTED_STRING__ );\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t})(jQuery);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\",\"type\":\"js_error\"}', 0, 4);
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(228, 228, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"div\",\"text\":\"\\r\\n\\t\\t\\t\\t\\t\\t\\tjQuery(window).on( __SINGLE_QUOTED_STRING__, function (){\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tif ( __SINGLE_QUOTED_STRING__ !== typeof tdLiveCssInject ) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.init();\\r\\n\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar editor_textarea = jQuery(__SINGLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar languageTools = ace.require(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tvar tdcCompleter = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetCompletions: function (editor, session, pos, prefix, callback) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (prefix.length === __INT__) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, []);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar data = {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\terror: undefined,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tgetShortcode: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcIFrameData.getShortcodeFromData(data);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.error)) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcDebug.log(data.error);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (!_.isUndefined(data.getShortcode)) {\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar regex = \\/el_class=\\\\\\\"([A-Za-z0-9_-]*\\\\s*)+\\\\\\\"\\/g,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tresults = data.getShortcode.match(regex);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar elClasses = {};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var i = __INT__; i < results.length; i++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar currentClasses = results[i]\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.replace(__SINGLE_QUOTED_STRING__, __SINGLE_QUOTED_STRING__)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t.split(__SINGLE_QUOTED_STRING__);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var j = __INT__; j < currentClasses.length; j++) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (_.isUndefined(elClasses[currentClasses[j]])) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\telClasses[currentClasses[j]] = __SINGLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvar arrElClasses = [];\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tfor (var prop in elClasses) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tarrElClasses.push(prop);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tcallback(null, arrElClasses.map(function (item) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tname: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tvalue: item,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tmeta: __SINGLE_QUOTED_STRING__\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}));\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tlanguageTools.addCompleter(tdcCompleter);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editor = ace.edit(__DOUBLE_QUOTED_STRING__);\\r\\n                                    window.editor.$blockScrolling = Infinity;\\r\\n\\r\\n                                    \\/\\/ __SINGLE_QUOTED_STRING__ handler is written as function because it\'s called by tdc_on_add_css_live_components (of wp_footer hook)\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ We did it to reattach the existing compiled css to the new content received from server.\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.editorChangeHandler = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/tdwState.lessWasEdited = true;\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\twindow.onbeforeunload = function () {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (tdwState.lessWasEdited) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn __DOUBLE_QUOTED_STRING__;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\treturn false;\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\teditor_textarea.val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tif (__SINGLE_QUOTED_STRING__ !== typeof tdcAdminIFrameUI) {\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdcAdminIFrameUI.getLiveIframe().contents().find(__SINGLE_QUOTED_STRING__).val(editor.getSession().getValue());\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ Mark the content as modified\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\/\\/ This is important for showing info when composer closes\\r\\n                                            tdcMain.setContentModified();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\ttdLiveCssInject.less();\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t};\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setValue(editor_textarea.val());\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().on(__SINGLE_QUOTED_STRING__, editorChangeHandler);\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setTheme(__DOUBLE_QUOTED_STRING__);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setShowPrintMargin(false);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.getSession().setMode(__DOUBLE_QUOTED_STRING__);\\r\\n                                    editor.getSession().setUseWrapMode(true);\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\teditor.setOptions({\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableBasicAutocompletion: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableSnippets: true,\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tenableLiveAutocompletion: false\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\r\\n\\t\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\t\",\"type\":\"js_error\"}', 0, 4),
(229, 229, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":[],\"node_name\":\"style\",\"node_type\":1,\"spec_name\":\"style amp-custom\",\"text\":\"\\n\\/* custom css - generated by TagDiv Composer *\\/\\n\\/* custom css - generated by TagDiv Composer *\\/\\n.tdi_128,\\r\\n                .tdi_128 p{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h1{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h2{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h3{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h4{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h5{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 h6{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 li{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }.tdi_128 blockquote p{\\r\\n\\t\\t\\t        font-family:iransans-web !important;\\r\\n\\t\\t        }\\n\",\"type\":\"css_error\"}', 0, 1),
(230, 230, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":[],\"node_name\":\"style\",\"node_type\":1,\"spec_name\":\"style amp-custom\",\"text\":\"@font-face {\\n  font-family: \'IRANSansWeb\';\\n  src: url(\'http:\\/\\/abt90iran.bet\\/wp-content\\/uploads\\/iransans-web.woff\');\\n}\\n.header-box {\\n  background-color: #b47029;\\n  \\/* #b47029*\\/\\n  color: white;\\n  padding: 5px;\\n  margin: 20px 0;\\n  border-radius: 10px;\\n  transition: box-shadow 0.5s ease;\\n  \\/* \\u062d\\u0630\\u0641 transition \\u0628\\u0631\\u0627\\u06cc \\u0631\\u0646\\u06af *\\/\\n  position: relative;\\n  font-family: \'IRANSansWeb\', sans-serif;\\n  \\/* \\u062a\\u063a\\u06cc\\u06cc\\u0631 \\u0641\\u0648\\u0646\\u062a \\u0628\\u0647 IRANSansWeb *\\/\\n  font-size: 16px;\\n  \\/* \\u06a9\\u0627\\u0647\\u0634 \\u0633\\u0627\\u06cc\\u0632 \\u0645\\u062a\\u0646 *\\/\\n  font-weight: 500;\\n  \\/* \\u06a9\\u0645\\u06cc \\u06a9\\u0645\\u062a\\u0631 \\u0627\\u0632 \\u0628\\u0648\\u0644\\u062f *\\/\\n  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);\\n  \\/* \\u0627\\u0636\\u0627\\u0641\\u0647 \\u06a9\\u0631\\u062f\\u0646 \\u0633\\u0627\\u06cc\\u0647 \\u0628\\u0631\\u0627\\u06cc \\u0627\\u062b\\u0631 \\u0633\\u0647 \\u0628\\u0639\\u062f\\u06cc *\\/\\n}\\n.header-box:hover {\\n  box-shadow: 0 0 20px #b47029;\\n  \\/* \\u062a\\u063a\\u06cc\\u06cc\\u0631 \\u0633\\u0627\\u06cc\\u0647 \\u062f\\u0631 \\u062d\\u0627\\u0644\\u062a \\u0647\\u0627\\u0648\\u0631 *\\/\\n  color: white;\\n  \\/* \\u062d\\u0641\\u0638 \\u0631\\u0646\\u06af \\u0645\\u062a\\u0646 \\u0633\\u0641\\u06cc\\u062f \\u0647\\u0646\\u06af\\u0627\\u0645 \\u0647\\u0627\\u0648\\u0631 *\\/\\n}\\n\",\"type\":\"css_error\"}', 0, 1),
(231, 231, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":{\"data-amp-original-style\":\"text-align: center;\",\"class\":\"amp-wp-cdd8ca0\"},\"node_name\":\"p\",\"node_type\":1,\"parent_name\":\"div\",\"spec_name\":\"style amp-custom\",\"type\":\"css_error\"}', 0, 1),
(232, 232, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":{\"data-amp-original-style\":\"text-align: justify;\",\"class\":\"amp-wp-7d27179\"},\"node_name\":\"p\",\"node_type\":1,\"parent_name\":\"div\",\"spec_name\":\"style amp-custom\",\"type\":\"css_error\"}', 0, 1),
(233, 233, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":{\"class\":\"tdb-es6-title amp-wp-21216c4\",\"data-amp-original-style\":\"display: block;font-size: 2em;color: #23282d;margin: .67em 0;\"},\"node_name\":\"span\",\"node_type\":1,\"parent_name\":\"div\",\"spec_name\":\"style amp-custom\",\"type\":\"css_error\"}', 0, 1),
(234, 234, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":{\"id\":\"tdw-css-writer\",\"class\":\"tdw-drag-dialog tdc-window-sidebar amp-wp-9c76635\",\"data-amp-original-style\":\"display: none\"},\"node_name\":\"div\",\"node_type\":1,\"parent_name\":\"body\",\"spec_name\":\"style amp-custom\",\"type\":\"css_error\"}', 0, 1),
(235, 235, 'amp_validation_error', '{\"code\":\"STYLESHEET_TOO_LONG\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"dashicons-css\",\"href\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/css\\/dashicons.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"node_type\":1,\"spec_name\":\"style amp-custom\",\"type\":\"css_error\"}', 0, 1),
(236, 236, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:__INT__,__DOUBLE_QUOTED_STRING__:__INT__},__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:true}};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(237, 237, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"id\":\"yoast-seo-premium-frontend-inspector-js-extra\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpseoScriptData = {__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:false,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null,__DOUBLE_QUOTED_STRING__:null},__DOUBLE_QUOTED_STRING__:true,__DOUBLE_QUOTED_STRING__:true}};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(240, 240, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tagdiv_theme.min.js?ver=__normalized__\",\"id\":\"td-site-min-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(241, 241, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdPostImages.js?ver=__normalized__\",\"id\":\"tdPostImages-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(242, 242, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdSocialSharing.js?ver=__normalized__\",\"id\":\"tdSocialSharing-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(243, 243, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdModalPostImages.js?ver=__normalized__\",\"id\":\"tdModalPostImages-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 3),
(244, 244, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_files_for_front.min.js?ver=__normalized__\",\"id\":\"tdb_js_files_for_front-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(245, 245, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLoadingBox.js?ver=__normalized__\",\"id\":\"tdLoadingBox-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(246, 246, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdLogin.js?ver=__normalized__\",\"id\":\"tdLogin-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(247, 247, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdMenu.js?ver=__normalized__\",\"id\":\"tdMenu-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(248, 248, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-composer\\/legacy\\/Newspaper\\/js\\/tdAjaxSearch.js?ver=__normalized__\",\"id\":\"tdAjaxSearch-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 4),
(250, 250, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-content\\/plugins\\/td-cloud-library\\/assets\\/js\\/js_posts_autoload.min.js?ver=__normalized__\",\"id\":\"tdb_js_posts_autoload-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(260, 260, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"speculationrules\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"type\":\"js_error\"}', 0, 4),
(264, 264, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery.min.js?ver=__normalized__\",\"id\":\"jquery-core-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 4),
(265, 265, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\",\"id\":\"jquery-migrate-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 4),
(266, 266, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"http:\\/\\/abt90iran.bet\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\",\"id\":\"underscore-js\"},\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1);

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

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'linco'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"f9c5bf156c3e5bb313e0f79bd0a51c5822966652f0f97ee9d7b113818cb1e6aa\";a:4:{s:10:\"expiration\";i:1739978655;s:2:\"ip\";s:13:\"146.70.241.74\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";s:5:\"login\";i:1739805855;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '181'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"146.70.241.0\";}'),
(20, 1, '_yoast_wpseo_profile_updated', '1728558800'),
(21, 1, 'wp_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:251:\"شما نوع جدیدی از محتوا را اضافه کرده اید. توصیه می کنیم <a href=\"http://abt90iran.bet/wp-admin/admin.php?page=wpseo_page_settings\">تنظیمات ظاهری جستجو</a> مربوطه را مرور کنید.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:25:\"content-types-made-public\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:422:\"<p>به دلیل تغییر در تنظیمت پایه‌ دسته، برخی از داده‌های سئوی شما به پردازش مجدد نیاز دارد.</p><p>پیش بینی می کنیم این کار در کمتر از چند دقیقه انجام شود</p><a class=\"button\" href=\"http://abt90iran.bet/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">شروع بهینه سازی اطلاعات</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(22, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(23, 1, 'metaboxhidden_nav-menus', 'a:7:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:24:\"add-post-type-tdc-review\";i:2;s:30:\"add-post-type-tdc-review-email\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:23:\"add-tdc-review-criteria\";i:6;s:19:\"add-prp_reviews_tax\";}'),
(24, 1, 'wp_user-settings', 'libraryContent=browse&advImgDetails=show'),
(25, 1, 'wp_user-settings-time', '1715035239'),
(26, 1, 'behance', ''),
(27, 1, 'blogger', ''),
(28, 1, 'clouthub', ''),
(29, 1, 'dailymotion', ''),
(30, 1, 'delicious', ''),
(31, 1, 'deviantart', ''),
(32, 1, 'digg', ''),
(33, 1, 'discord', ''),
(34, 1, 'dribbble', ''),
(35, 1, 'ebay', ''),
(36, 1, 'evernote', ''),
(38, 1, 'flickr', ''),
(39, 1, 'flipboard', ''),
(40, 1, 'forrst', ''),
(41, 1, 'gab', ''),
(42, 1, 'gettr', ''),
(43, 1, 'github', ''),
(44, 1, 'grooveshark', ''),
(46, 1, 'kakao', ''),
(47, 1, 'koo', ''),
(48, 1, 'lastfm', ''),
(50, 1, 'mail-1', ''),
(51, 1, 'medium', ''),
(52, 1, 'stumbleupon', ''),
(54, 1, 'naver', ''),
(55, 1, 'parler', ''),
(56, 1, 'path', ''),
(57, 1, 'patreon', ''),
(58, 1, 'paypal', ''),
(60, 1, 'reddit', ''),
(61, 1, 'rumble', ''),
(62, 1, 'rss', ''),
(63, 1, 'share', ''),
(64, 1, 'skype', ''),
(66, 1, 'spotify', ''),
(67, 1, 'stackoverflow', ''),
(68, 1, 'steam', ''),
(69, 1, 'strava', ''),
(70, 1, 'telegram', ''),
(71, 1, 'tiktok', ''),
(73, 1, 'twitch', ''),
(75, 1, 'vimeo', ''),
(76, 1, 'vk', ''),
(77, 1, 'website', ''),
(78, 1, 'whatsapp', ''),
(79, 1, 'windows', ''),
(80, 1, 'wordpress', ''),
(81, 1, 'yahoo', ''),
(82, 1, 'yandex', ''),
(84, 1, 'xing', ''),
(86, 1, 'wp_persisted_preferences', 'a:2:{s:14:\"core/edit-post\";a:3:{s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";i:2;s:8:\"template\";}s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-03-19T15:27:12.654Z\";}'),
(87, 1, 'nav_menu_recently_edited', '9'),
(88, 1, 'rocket_boxes', 'a:0:{}'),
(89, 1, '_yoast_wpseo_introductions', 'a:2:{s:35:\"ai-generate-titles-and-descriptions\";b:1;s:18:\"ai-fix-assessments\";b:1;}'),
(90, 1, 'wfls-last-login', '1739805855'),
(91, 1, 'amp_dev_tools_enabled', 'true'),
(92, 1, 'wpseo_title', ''),
(93, 1, 'wpseo_metadesc', ''),
(95, 1, 'wpseo_content_analysis_disable', ''),
(96, 1, 'wpseo_keyword_analysis_disable', ''),
(97, 1, 'wpseo_inclusive_language_analysis_disable', ''),
(98, 1, 'wpseo_user_schema', 'a:0:{}'),
(100, 2, 'nickname', 'ArminVakili'),
(101, 2, 'first_name', 'ArminVakili'),
(102, 2, 'last_name', ''),
(103, 2, 'description', ''),
(104, 2, 'rich_editing', 'true'),
(105, 2, 'syntax_highlighting', 'true'),
(106, 2, 'comment_shortcuts', 'false'),
(107, 2, 'admin_color', 'fresh'),
(108, 2, 'use_ssl', '0'),
(109, 2, 'show_admin_bar_front', 'true'),
(110, 2, 'locale', ''),
(111, 2, 'wp_capabilities', 'a:1:{s:6:\"author\";b:1;}'),
(112, 2, 'wp_user_level', '2'),
(113, 2, '_yoast_wpseo_profile_updated', '1736362720'),
(114, 2, 'dismissed_wp_pointers', ''),
(115, 2, 'behance', ''),
(116, 2, 'blogger', ''),
(117, 2, 'clouthub', ''),
(118, 2, 'dailymotion', ''),
(119, 2, 'delicious', ''),
(120, 2, 'deviantart', ''),
(121, 2, 'digg', ''),
(122, 2, 'discord', ''),
(123, 2, 'dribbble', ''),
(124, 2, 'ebay', ''),
(125, 2, 'evernote', ''),
(126, 2, 'flickr', ''),
(127, 2, 'flipboard', ''),
(128, 2, 'forrst', ''),
(129, 2, 'gab', ''),
(130, 2, 'gettr', ''),
(131, 2, 'github', ''),
(132, 2, 'grooveshark', ''),
(133, 2, 'kakao', ''),
(134, 2, 'koo', ''),
(135, 2, 'lastfm', ''),
(136, 2, 'mail-1', ''),
(137, 2, 'medium', ''),
(138, 2, 'stumbleupon', ''),
(139, 2, 'naver', ''),
(140, 2, 'parler', ''),
(141, 2, 'path', ''),
(142, 2, 'patreon', ''),
(143, 2, 'paypal', ''),
(144, 2, 'reddit', ''),
(145, 2, 'rumble', ''),
(146, 2, 'rss', ''),
(147, 2, 'share', ''),
(148, 2, 'skype', ''),
(149, 2, 'spotify', ''),
(150, 2, 'stackoverflow', ''),
(151, 2, 'steam', ''),
(152, 2, 'strava', ''),
(153, 2, 'telegram', ''),
(154, 2, 'tiktok', ''),
(155, 2, 'twitch', ''),
(156, 2, 'vimeo', ''),
(157, 2, 'vk', ''),
(158, 2, 'website', ''),
(159, 2, 'whatsapp', ''),
(160, 2, 'windows', ''),
(161, 2, 'wordpress', ''),
(162, 2, 'yahoo', ''),
(163, 2, 'yandex', ''),
(164, 2, 'xing', ''),
(165, 2, 'session_tokens', 'a:1:{s:64:\"6e9d24aa81c77a90a4f2f5db8aa8301dbe71f822ad097d170d8bd7b3c7504275\";a:4:{s:10:\"expiration\";i:1736822974;s:2:\"ip\";s:15:\"168.119.101.219\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1736650174;}}'),
(166, 2, 'wfls-last-login', '1736650174'),
(167, 2, 'wp_dashboard_quick_press_last_post_id', '172'),
(168, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"168.119.101.0\";}'),
(169, 2, 'wp_user-settings', 'hidetb=1&libraryContent=browse&advImgDetails=show'),
(170, 2, 'wp_user-settings-time', '1731702036'),
(171, 2, 'wpseo_metadesc', ''),
(172, 2, 'wpseo_title', ''),
(173, 2, 'wpseo_content_analysis_disable', ''),
(174, 2, 'wpseo_keyword_analysis_disable', ''),
(175, 2, 'wpseo_user_schema', 'a:0:{}');

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

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'linco', '$P$Bfmq5q78uJjmIuCmQrBTS5/xtAbgGa/', 'linco', 'mrrobotleo@gmail.com', 'http://abt90iran.bet', '2024-03-17 15:40:35', '', 0, 'linco'),
(2, 'ArminVakili', '$P$BwvvjTLPpxk0uEolRUkhAvLD6LmYya.', 'arminvakili', 'iranxshart@gmail.com', '', '2024-10-30 17:42:00', '', 0, 'ArminVakili');

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

--
-- Table structure for table `wp_wfblockediplog`
--

CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `unixday` int(10) UNSIGNED NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfblockediplog`
--

INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff030c0c88, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff04bc5169, 'IN', 2, 20502, 'brute'),
(0x00000000000000000000ffff04bc5169, 'IN', 2, 20503, 'brute'),
(0x00000000000000000000ffff05c3db9a, 'AE', 1, 20509, 'brute'),
(0x00000000000000000000ffff0fcc0e6e, 'US', 2, 20517, 'brute'),
(0x00000000000000000000ffff1b314a91, 'PH', 1, 20505, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 1, 20502, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 1, 20503, 'brute'),
(0x00000000000000000000ffff2432a2e3, '', 1, 20516, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 2, 20501, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 4, 20506, 'brute'),
(0x00000000000000000000ffff254d967c, 'RU', 1, 20501, 'brute'),
(0x00000000000000000000ffff254d967c, 'RU', 2, 20506, 'brute'),
(0x00000000000000000000ffff254d967c, 'RU', 1, 20516, 'brute'),
(0x00000000000000000000ffff25bb1dd4, 'FR', 1, 20502, 'brute'),
(0x00000000000000000000ffff2954c898, 'UG', 1, 20516, 'brute'),
(0x00000000000000000000ffff2b8238cf, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff2ba261e1, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff2ba505fc, 'SG', 1, 20492, 'brute'),
(0x00000000000000000000ffff2ba505fc, 'SG', 1, 20495, 'brute'),
(0x00000000000000000000ffff2ba543fb, 'SG', 1, 20499, 'brute'),
(0x00000000000000000000ffff2be55611, 'SG', 6, 20502, 'brute'),
(0x00000000000000000000ffff2be55611, 'SG', 2, 20503, 'brute'),
(0x00000000000000000000ffff2ce83f51, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff2d8212c2, 'ES', 1, 20503, 'brute'),
(0x00000000000000000000ffff2d9d3610, 'IQ', 1, 20508, 'brute'),
(0x00000000000000000000ffff2d9d3610, 'IQ', 2, 20509, 'brute'),
(0x00000000000000000000ffff2d9d3610, 'IQ', 1, 20511, 'brute'),
(0x00000000000000000000ffff2d9d3611, 'IQ', 3, 20503, 'brute'),
(0x00000000000000000000ffff2ffb5201, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff312f8c34, 'IN', 1, 20513, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 7, 20502, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff3206e13a, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff3206e594, 'US', 7, 20502, 'brute'),
(0x00000000000000000000ffff3206e594, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff323ebb7c, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff334b9795, 'FR', 1, 20513, 'brute'),
(0x00000000000000000000ffff334b9795, 'FR', 1, 20514, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 1, 20502, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 1, 20503, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 1, 20503, 'brute'),
(0x00000000000000000000ffff36278187, 'CA', 1, 20502, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 1, 20502, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 4, 20502, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 2, 20503, 'brute'),
(0x00000000000000000000ffff3bb16241, 'IN', 1, 20515, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 2, 20502, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 1, 20503, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 1, 20502, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 1, 20503, 'brute'),
(0x00000000000000000000ffff4274cf7b, 'AE', 2, 20502, 'brute'),
(0x00000000000000000000ffff4274cf7b, 'AE', 2, 20503, 'brute'),
(0x00000000000000000000ffff48a72e7e, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff4d1e6425, 'SA', 2, 20502, 'brute'),
(0x00000000000000000000ffff5116f3a1, 'FI', 1, 20503, 'brute'),
(0x00000000000000000000ffff5ccd143d, 'FR', 2, 20502, 'brute'),
(0x00000000000000000000ffff5e2f06a6, 'SY', 1, 20506, 'brute'),
(0x00000000000000000000ffff5e4a91b2, 'IR', 1, 20502, 'brute'),
(0x00000000000000000000ffff5e88bb96, 'DE', 3, 20502, 'brute'),
(0x00000000000000000000ffff65004f0a, 'AU', 3, 20502, 'brute'),
(0x00000000000000000000ffff65004f0a, 'AU', 5, 20503, 'brute'),
(0x00000000000000000000ffff671e40e0, 'IN', 1, 20512, 'brute'),
(0x00000000000000000000ffff6730c2d9, 'VN', 2, 20502, 'brute'),
(0x00000000000000000000ffff6730c2d9, 'VN', 2, 20503, 'brute'),
(0x00000000000000000000ffff6732536c, 'IN', 1, 20517, 'brute'),
(0x00000000000000000000ffff67377cc8, 'SG', 1, 20502, 'brute'),
(0x00000000000000000000ffff6745c41a, 'IN', 1, 20502, 'brute'),
(0x00000000000000000000ffff674965f1, 'PK', 1, 20514, 'brute'),
(0x00000000000000000000ffff67690b77, 'IN', 1, 20516, 'brute'),
(0x00000000000000000000ffff67d876c0, 'VN', 4, 20502, 'brute'),
(0x00000000000000000000ffff70d041a9, 'PH', 2, 20510, 'brute'),
(0x00000000000000000000ffff73545764, 'LA', 1, 20513, 'brute'),
(0x00000000000000000000ffff7502b3a8, 'VN', 1, 20511, 'brute'),
(0x00000000000000000000ffff75c18971, 'IN', 1, 20508, 'brute'),
(0x00000000000000000000ffff779f93e8, 'PK', 1, 20517, 'brute'),
(0x00000000000000000000ffff7a75667d, 'TW', 1, 20502, 'brute'),
(0x00000000000000000000ffff7a8143b2, 'PK', 1, 20510, 'brute'),
(0x00000000000000000000ffff7aa0ffbc, 'IN', 1, 20515, 'brute'),
(0x00000000000000000000ffff7bf3c199, 'AU', 1, 20508, 'brute'),
(0x00000000000000000000ffff7c968b2e, 'AU', 1, 20516, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff87ec8d08, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 4, 20503, 'brute'),
(0x00000000000000000000ffff8f69fd23, 'US', 1, 20512, 'brute'),
(0x00000000000000000000ffff9500106c, 'TR', 3, 20515, 'brute'),
(0x00000000000000000000ffff971cf7ec, 'IT', 1, 20511, 'brute'),
(0x00000000000000000000ffffa01ec09d, '', 1, 20502, 'brute'),
(0x00000000000000000000ffffa01ec09d, '', 1, 20503, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffa2f1059c, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffa2f146b2, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 1, 20503, 'brute'),
(0x00000000000000000000ffffa8dcea7d, 'IN', 1, 20503, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 3, 20502, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 4, 20503, 'brute'),
(0x00000000000000000000ffffb1428ffd, 'BR', 1, 20513, 'brute'),
(0x00000000000000000000ffffb143b08d, 'BR', 1, 20512, 'brute'),
(0x00000000000000000000ffffb1c83373, 'BR', 1, 20511, 'brute'),
(0x00000000000000000000ffffb4f10a9d, 'ID', 1, 20514, 'brute'),
(0x00000000000000000000ffffb4fc50a1, 'ID', 1, 20503, 'brute'),
(0x00000000000000000000ffffb96e1480, 'IT', 1, 20514, 'brute'),
(0x00000000000000000000ffffbb4af7ab, 'BR', 1, 20509, 'brute'),
(0x00000000000000000000ffffbc821b74, 'FR', 1, 20502, 'brute'),
(0x00000000000000000000ffffbc821b74, 'FR', 1, 20503, 'brute'),
(0x00000000000000000000ffffbe5f0ac4, 'CL', 1, 20514, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffc39e1889, 'UZ', 1, 20515, 'brute'),
(0x00000000000000000000ffffc8d98a46, 'BR', 1, 20509, 'brute'),
(0x00000000000000000000ffffcb9a5b98, 'TH', 2, 20502, 'brute'),
(0x00000000000000000000ffffd06de7cd, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd06de7cd, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd126cce2, 'DE', 1, 20502, 'brute'),
(0x00000000000000000000ffffd32f4a13, 'KR', 1, 20503, 'brute'),
(0x00000000000000000000ffffd8e1ccc1, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd99a690d, 'GB', 1, 20503, 'brute'),
(0x200108a05ed8a700505cc545717bcc9d, 'PT', 1, 20514, 'brute'),
(0x200144510965f100de0b6b8387acd449, 'PH', 2, 20514, 'brute'),
(0x240548021d713500e5076ce606827bdc, 'VN', 1, 20515, 'brute'),
(0x2804014c017232bd41be98fc4f68c999, 'BR', 1, 20510, 'brute'),
(0x2804014c01c581ff8c95b2cdc8898176, 'BR', 1, 20515, 'brute'),
(0x280407f0a2181f4e61e3174ba31f2fc5, 'BR', 1, 20511, 'brute'),
(0x28041d74210dbd009c0c7038f384304b, 'BR', 2, 20513, 'brute'),
(0x280610a6000a274b452f522e7f6184ce, 'MX', 3, 20512, 'brute'),
(0x2a001d351024d700f440548073308caa, 'TR', 1, 20516, 'brute'),
(0x2a0023c765d42b01e59de1241536a451, 'GB', 1, 20514, 'brute');

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

--
-- Table structure for table `wp_wfblocks7`
--

CREATE TABLE `wp_wfblocks7` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT 0,
  `blockedHits` int(10) UNSIGNED DEFAULT 0,
  `expiration` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfblocks7`
--

INSERT INTO `wp_wfblocks7` (`id`, `type`, `IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `expiration`, `parameters`) VALUES
(22922, 2, 0x240548021d713500e5076ce606827bdc, 1772557168, 'Blocked by Wordfence Security Network', 1772557168, 1, 1772557768, NULL),
(22923, 2, 0x2804014c01c581ff8c95b2cdc8898176, 1772566196, 'Blocked by Wordfence Security Network', 1772566196, 1, 1772566796, NULL),
(22924, 2, 0x00000000000000000000ffff2432a2e3, 1772600022, 'Blocked by Wordfence Security Network', 1772600022, 1, 1772600622, NULL),
(22925, 2, 0x00000000000000000000ffff254d967c, 1772602958, 'Blocked by Wordfence Security Network', 1772602958, 1, 1772603558, NULL),
(22926, 2, 0x00000000000000000000ffff7c968b2e, 1772619757, 'Blocked by Wordfence Security Network', 1772619757, 1, 1772620357, NULL),
(22927, 2, 0x00000000000000000000ffff67690b77, 1772620181, 'Blocked by Wordfence Security Network', 1772620181, 1, 1772620781, NULL),
(22928, 2, 0x00000000000000000000ffff2954c898, 1772637423, 'Blocked by Wordfence Security Network', 1772637423, 1, 1772638023, NULL),
(22929, 2, 0x2a001d351024d700f440548073308caa, 1772648740, 'Blocked by Wordfence Security Network', 1772648740, 1, 1772649340, NULL),
(22930, 2, 0x00000000000000000000ffff779f93e8, 1772670104, 'Blocked by Wordfence Security Network', 1772670104, 1, 1772670704, NULL),
(22931, 2, 0x00000000000000000000ffff6732536c, 1772713661, 'Blocked by Wordfence Security Network', 1772713661, 1, 1772714261, NULL),
(22932, 2, 0x00000000000000000000ffff0fcc0e6e, 1772735162, 'Blocked by Wordfence Security Network', 1772735162, 1, 1772735762, NULL),
(22933, 2, 0x00000000000000000000ffff0fcc0e6e, 1772735162, 'Blocked by Wordfence Security Network', 1772735162, 1, 1772735762, NULL);

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

--
-- Table structure for table `wp_wfconfig`
--

CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfconfig`
--

INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('activatingIP', 0x3137322e36392e3231342e313832, 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('addCacheComment', 0x30, 'yes'),
('adminUserList', 0x613a313a7b693a313b693a313b7d, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('alertEmails', '', 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_scanIssues', 0x31, 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_update', 0x30, 'yes'),
('alertOn_wafDeactivated', 0x31, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('allScansScheduled', 0x613a323a7b693a303b613a323a7b733a393a2274696d657374616d70223b693a313737323732363436353b733a343a2261726773223b613a313a7b693a303b693a313737323732363436353b7d7d693a313b613a323a7b733a393a2274696d657374616d70223b693a313737323938353636353b733a343a2261726773223b613a313a7b693a303b693a313737323938353636353b7d7d7d, 'yes'),
('apiDelayedUntil', 0x31373339303531363837, 'yes'),
('apiKey', 0x3838643563646163333164623361363030386431336364363538316637636562346131313838393266303132383836326464633361363665326632623461333032323964623839393539626133613234356664326464313537663135396566303232343536623364363437343132653464373566353030373236306139643834, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('autoUpdate', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('bannedURLs', '', 'yes'),
('blockCustomText', '', 'yes'),
('blockedTime', 0x333030, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('cbl_cookieVal', 0x36363339356564616632346132, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('config720Migration', 0x31, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b0800000000000003002e80d17f613a323a7b733a343a2268617368223b733a36343a2263633739656337393437346666353931613165636435346533623730353464613661616433653963663635336637653833666432666161323234396134323839223b733a363a22686173686573223b733a3335393532303a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90008aa34dd8c91fa8f17b05e1a59c414f70869ff5fbe4fe29015fc5f0faf231800097c18a8d91eaf8dab7ad615b36fbca67686971f750131500f32fa824dd67c0010135beac366137175523b473965aba414bd6c57a0ed51db6dae3c589681a70012ea7f8853cdc95cea36d4c2ac1cd4712358b8654bb3414d6522cedeee1324001785745dd29607607748fed638140c3130c2ffc761d6dcb2ff4b052920da45001ff3141730c9395b16b60982b9ba243aa411884d559ef6e335c8a643e9c0fd00227878d549496bb0434d78b87d1ea41fb80ab3d642d9d533b682cf36a02ae40028c6eb9db078164a7bec68a2cfae8d25048da70d5eb2d73a80fb28e335c1970028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f940002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef0034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db003ff2916086dbc74b5d6986324582a5f7b098b1942b444ef7c8bfd590b1271600452af2d8e2473d27e07b3e95dd394086453845c5c55fa5310a9f5a7603d9b600453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de004926818d54dfe77866281ea47dc5d136acbd41d4f4e0430041478b67d2aab2005be865b699ae8a4cd22db44fdbc0769e0ac3b6d603edec720d8bab4defcbbc005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc006370e3ad522fbc078b3a9f8f605c2d6aca5f70675fabcc7c3bb77b2ffe32060068b1bd98d451eba1a337474eb0cdb483ee37e8283d20be1ad2674c5179856c0068c654052d298a9bb8215a1306a7923013733966081998e0cb6cedfa96b1e70068dd6bf89bda055176db36509fff722297a13a52462ee86d8f240cf5cfad49007b1e9b761384e99d34852b39a4ff6f26312047333c7fedd3078dcf102a4361008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af6008e4a54042a072eac99ad1980b55bcf872bd402efa118e31e01a386ab92aa520090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af00971fc3930dc6b136ce20f52c1bed4a09dfdc216437949107ef6e95e868f4c60098bd6fe74e576c3ee53407f78dc61cd49a4da322dc4c9056cfdb4931f1b7fc00a880b2dda7a6d3fc773a0e8739e8617a13dcd81b95d2fdfe5d28b79e30b35f00aca4aaf73289ced6b40bfae7a7198fe9a8f2fb4a24f93a37390852f81267cc00add2fb76a9659048f1b820ae3fcb16a95402f2029730309789aeb463dc88a800b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700bbeaa8271a6b740e9194d2bfb8047109756074ea41d0641e6361fc3dca724400be5f946a2f385f35e414e0c33ad02f664f0a719ee429c4c156a3751a48565000cbbc6fa625a7facc3fb9e64e578dd7c1c78f4e7b8ddbf56a0097d244bf391300d40549bec55aa323f930ca4ebb5ffd9849642e5f75a8725978c9653fa6bad600d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500e137f9c64b17b595f2c082c0fb61ca489ff040875549c96d25ec4fc91c78fa00e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc00e58725c351168e50b24a206d639d7b9c0c3efe2a317363d380525b5a42e4b600ebfc5acc88bb7eed30b13defe8478723b443f7ff165a1d027dc52aa00f867000ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b011489f3214e08a5f33ce76d0c644d5e78503b4112d61a676ca0a3ca7c9b19b4011cc9a1ab052a1c8815f7a5d5896a3c4c501eadbbde30682445214af3bd14c3011d99a9af90061b6caa51855bda5606aebfaac17fc836b7d3a0a6d74fb19cc801204dc72570cef81e2fca1c45f4b720204e99112b2ec0faab9a57dd465aaab001293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc889012ce783e71bcb55beeb043caee8d29092327abdfac448ae77f56342a0c41bc50130acd6cd7344eac3d33b9bd050e23d8f279f9332e409991b13f8004466b2fd013ab6241ab155d38df805976bbd052a5faba5cdd6706940a7f797f27af614d70161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc01647499cd2296c3d71db5df9116bb70f02b4fa443a62a67e3011878602883490168b02601bbbc5f50413029df14a7b13b3a6059bf0649c2615dd516ebac9cc6016f9351e7e402809856eae700cb5acffad7478c4a58d93ccc7cc3b8a4f9fd2301853b42ad8e692e71580506f514e0413404fbad90e47507559c1c882bd7b1cb0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f018ba810fc496f2e5e1bb549c0472119c27982ecc12743159946c685869987a9018ef8980745293cb0d8403e91d50c09b199ced90cf1486a5db4179e6a08d449019439591ebb0ed345385041a801346b0eae220de1afd938408d46f160bcbb4a019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a2a4804ac9a41125588f3574208c02b2cc0f0b14e328b342167789aada8d2001a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701afcf89bd518038167ac1e50cb0b1b116dd936919bea47b0ce406403b79a0a401b13d8e62e02c68c56c3fb531625167c610e95fd3f50625bddbd38450026dbb01ca2a194e4f57e62b8e929f1b0affae3aeb0f6548669338574d907581e8cf4901db31ecc65722830572836e6abb49055664cebb5e24ea90326cfb1ea8f28d6201dc57dfeee2c8fadb51a8561d4c00dc2f4dc531cebf351a8995b2f69812c14e01e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf020be1b323f64c90260c249d46ceaa4b23d21422a86018d48886944d439b57640224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa50225f1d1323e097bd8205744d4308c5eebf762dd635f63aedef593498ec89ecb02329befb445340d6586eda2a276bceba81b1c5e12891e25c79d035e4b368f00023464adacd75348de9834b2883270e2a6bfd795e7882fe0953ff509b147aa3102352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f10238bebcfebd521b50ada5e9e84168033eea02fd6c4db03b79e1e9f936c64ab5023df5064eab42cad95da219fed4753984cb610c99b6db2bb53835352398d670024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc3024a3a1017efe8fb869054781b43d4f7038db13699a8b4b1421fbd4d0014ca43024bd26643045786a1de41de9914e528877f9f91820dd266d82545db08ba2ff10250961fc57fb9dcca735a4688d4a46f0f442d783fec3ca075b6fc841471fd58025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025494585bc6b275724e6e9680f92999dcf96b213fd99ffd83f9ef2e2eea64f602560cb9b478e3df0ed16e23c2fa1d369677e53f34257fffbd057f8f63e20840025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e0268e043e9887f3d002c344f6b3862007329ee6573285748842f9239ec49acb6026fd309740750060c66ce77b3b61404cf05e92684f1bf8aaed2d9a55f963c6802713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702867a12205614fd90f7af16234b12665a061e815d29b11ce094059f47ebd4f802870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf90029bd77048619c50308d3495c344ed21cc0332e57bd146b019cdb97ce1a9f6a5029cb3498274f443feb82a63c786843e4c34d36e135519707ffa8e00d3c3770a02a096cb92e6c0698759b749c3bfa0499569e8bd7ebd413a059c20305a1df41a02a47038249768fb15c222640cf633ffaca05c95a370599551ebe1a38e9b4b3402a8911e029ac22a20e2bfd2a307fac28e85be072e90e3222aa8fa15cf9eaa0a02abb173430864cdbc26fa7262d185954b07da432876524aedc4826bbfc4621602ad5fcfed76a1080c9ec6cb2f780ee4308728bed86c4c7f5bec7e7942d441e502b273e6929752a7f038754b9b8028bd4b69b5002acc69103d37f99ca27c872d02b33108dd1583c9c2ed7e384af517f9da63d93ca71146687d85fd81a054638802b6f897ad6d0b93a6c9e63c611b863846c805272d992ae68c30b9b5c810c49a02b99464894070b50d37c4db950c4029851d17931f0f44e406177dca6458c8bc02c0e07af652fc3bce4fbb48d6defd970544923ba23307a822417ffa6b69aa8e02cc471618696a6bd437ee5bbb1060eb8619ccb338533e4ed9505f1ea9e6402302d33100bcd3a5f06b1884447ae4eb8a73050642b2aae5980785749ba12c874702de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec75602df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302efa5cd742eed9f79a63defc255a6f39318163747d5b71bf3dc832ddee1922c02f22d6f86c6ed77a3699de75f756f1ccb380e52895a29f93b5189da64d0bd2c02f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02f87fbd5e1e8feece096e74ba22563813c14d40f548d89f0f5114f7af5b532402fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af00302fcec51bfade17da4ec546ef6c798f391bf377601a8e066670719e3cafc89890300f59c4595f7ec71f95d6bd7a26bf8eb9b0f93facbe2f066b320f24bc3e840030748d1c3ee5754850f12bb1c80d253d2baa65c18de40f4862ab45c8a81640f0308984bdfd6ce691c21e62d48d4138f42558ac18e40a9cf0e9ee0973b89fdd7030f54f226f2ba9031df52f19a3f73e5df2eaeecdf09367fecf3ba7cba1a3394031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc9140316749349ec12d25b40e269cdb9fbb456ec8bb325532672d7f932605beb6869031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a7550240323e25cc0209eb7f12a68c2e4870335850ca8734fc72b7d155978e3c8e3823303262e29e6be6ff3c64a15643593f9d5d46ae9dfccd3a82d2f47edbe5f77b5b803294fc6791ae56760e94af8f5b2a40da835f86e905db653d5cc93a8c42674fd032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b0032d96700663f65bf867be50a0b548b36ce511f5173a6503cb2b3706d9c619fa03315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb9640335a7236d4799320cb33f3eb97e5cb18738ecf4e7e5ac6314fae107c56d5511033d536d56f5e13597398248e96253de56e875acf462cc04b53a72f23f828ad7033ff232f92e7a082a9e08352ca5ee77d225b3f631325890192a644d7dd116fc0342fe933d632eaa7a79b92937f5a870459eadaa3f032ee431b6eb50fb70a6c00348e2a7737b2fe72f362e2378b1cdc9081d539eeb45847b6f8623f70496d6d703496651d3b93ca9829fb9f8624589c84a7c38fe7628389a9743d3eeac01c41a0350bf86ad2e8cca47f92de8aa366e993eda9fba6c3128f1985b8d00b418f29e0350ccc8e64fd1ad326dfcb7510ae11a655708045bb16d1288645b1ae332f08303569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d6035965d5bf28b3ff557eb5391aaea5fe0d25be26b7eafcc96257d0207100126d03632426aba4ea7215751d40e2b3d4cb966daa58dd95d208d3f4ff31f8c1a9b103638afbacc60166f7b58610b6039a7d9875fe91fc68cfd3f026be03befde7fa0368b3e6aca9a54f1ac0bc3658e1249c130e1305950a4abd56b2651d8415fea6036a6852c98c54ac1ca2fe81a8882394d61903ae0014cd376e8c23b69863b7300378de3295d5a1aa135f1500e53fce71f3a7719575297f97547c810c2f5cd0280389d06d47d5c75ba4a6506d6c26fc434a7094dceee6c1e1b8bc1345ca3e2b87038edfc0926035eb0719c59f0cd4776f90b7d4285e9535ce07a7555fe3674ad4038fde94d63c4ec5360c9c88d17f8d6f1c38bea7ef0dc2c09695840b07e5246903907532e0753a4ee889b60a400b594a6a38ac6dc4e6a3e8014c09da170ec6ea03940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f630396dc65f9bf7db7518d43d96ab9560aa112d3ee687b462fbaf2dc9086c27b3a03984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403abef487b4b38cffe673e650df287debcd66990125cf1807c147d6200739a4603aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03aff6b01d4484a7cf2dc50b6a661984e50804332601e18e925effecc39aab3603b3cfe8087d5101f155407864ce0b5d6e5dd909132b6868bdc306f79106ce4403b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b403bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac8103cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03cca502ac30a8aae0e7a580b30f4f022001a3fb3520a9b2fc3d6e86dc05059d03ce4edd2c131a803b709542c9482fe6df1ef95152711b253dd90cf1db4fd22703d610d05ba31883b621fa75912eea97b0957e7e10c8e2ed8a4390a210bd263b03e18e3fd2f250c41cd6f577bb43c0a6eba675d446ee9bc1a661e8c0942345fe03e5054d8dce6ffcae6f61b9bef9bde3cf69b8d2f09235ce59bc04ab3b1fb1fa03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a03ee10aeab0cfa3ce27e11bb9b17246538855f40b067460c03abe26fe605629503f2ca0f12e2d64c521bb264b3b3b818a5ba801bc0467fb940cdca796fe8461903f408743f8568e0cc5b78a26f9fff0901d6f9ed3d3653fd8a41f2bdecd77e7403f7c609ac2289140182b47e861de01118a241ff0447e93eb5ecd032dd55bf6d03fa26abce440a0d0f9e1fdbfd0f033c7ed40da72f34b02411180c725f87839404044641479075ab0e660735532312e8d81dad7bbf22f0ab84178ec3e613c69d0409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae040fa7670c636cac8b50da4a110f3b2fe176a27758b0f656efabff2f5d57ec7a0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa13080260412941a2bef3965b406ff88980302897a80ec010a5495cedcc8a88826e2d638041294d8d1137fc365675a8bc69b6f08d47305edb665b16cc75ee02e9263917004233e7cf886417c463e34b4ab4103e7ce0d7f65263a22ea15ba0b5677653f210427f3afa7f68d926ded6558d75479bbd90a2aec4aa703da93aa5c549729c4fa04293ac9c2cf28dfe8091da18caec2d82e694ddbf961f3eb9c1c6773e36013bd042a43803f35a6c9ab5e3b0af214e956d435cd1225ba5a9f678b9d0f5fda6aa0043a6b267d7c17800e3bc3d5f16ae0f064fa167a9447d4ac66f710fc47936d9b043ab062d054e4502593403180908b1b1db40d8dc61a842c57f66cdebff58652044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa1045bbe38f48419d23cd5da8bc2078c4c049c9c8da2b75c41cbab21d9a10a3292045c0c61375905da7290a8c3d8c1f5470b12f68b374ed0bbed0d8c93058952840460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba04648daf8f405f4b3536f4cd42be90126a087b76e20b9ed331bde58627d3072f046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d0046fa773b0b06a7fa5d8418e6dae91f15691c9a5592c1453fa9fe6b0b817a8e70470e8300ea24085e0b9e8d4aa802ff2e126c52c3827581b23858a65df3fd71c04714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f047495a305a3ac9f703190bc1a0351551bdd7c4faea8f21a2830dd22747f565b047a10cf649b7d9b05db67673df58a7d928d77a3130378827fc42a2150b6d252047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c260496f1b27ec83f4ce0155f8c03f1c3aaf6d40dcf8b7f7f944bfc6ff63f7bcf15049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204a2fcfd3f197230449d66d6db164786885868dfd2d736dc8a8a3afcfc63c44404ac585bb4e800fce171d579939171367aa4a3092d11e5273e3c5336d55bf00804b5a98a3253114382e1c52b32b1c8fc66214f67d07665bd430bde68eefff09404b749a2fa101fa229e4f20ecef28339af25d327527e4c9519f4c8ae872d865c04b9a563f42a4ba5a373ca972664fb0faaf65edf9a0681ff70a13bb69cfc42c504ba7fd40a763bdfe03c82b728189a3b40bf590e9d78a11004e20ac84d3313f804c8a6288d7b729845fb287567fd5f1f09dcb9206b95e60d50cb60f5389163bd04cdb7db8332d493ee81c3fc8fbb72da81be3b1c8630afa8c7fdb66da5dd436204d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704eee31548eaae79d8cb96280934eee0523a76c6e87055387f00ec44b5888e4904f15613a1f2a4dc19ba4e7f8724eb95f0c03d9b4b3c92d1800ac5b99171a6e404f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a04f5328a871c4478317e71b6b8d0ff74575a3bfcbb716c844a858ae3c91c281b050576c50420b24df8a5c54ecb2a07eed77b07fc0e1b819b253e7db043dcf1f8050b433f47b7411e03ead12a80d28a54adcb3785f9d153ac5ce5cc64adcf70f3050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa305110f5cb5beb49f3c35515b44bbf4aae4f4d36dfc033c81b8ca651e6212916305181dbd34834004698dfbd5bb68f43dc811049ffc4d842396079c3848635a86051db4af762679198eb0d8ef33d3252cd750ce41a091bb3d85a25b2452249aea051e2dcb5a86d869812715f37553113ce138b721ccc7fc36829b7056a1dd93d0052cab7caa29c5cb34f1aa3a8bc71d9a3f98dc671e5543bd3f837e675295d0df052d2ca3ed055bb3384e5c81877958518e68a02287f6a8a73e731c238b4d8dbd053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a160534edf58fa118f519476e3c063fe6bc5a70d2d9eb67de6372e47f2a0f93864d053af4be9dcc772614d300b540a6e944157c98ce697c288aa67413ac7edc303a053b64d42fddd083769519fd1d6c3c70040c6581310479d259726a0eba904c8b0541f5a022167d9049d40aae267bd0f8dcf86d634b319dd241beb35143f5cc57054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd690556a0a942e265ef74ff7e72dbf5c3c1005cacd05ecc17b85001be347fd53a840558cdab68f5afa3c3d609c6bfd70c4eb699f55f97a4207a8f2fcb18683deb0f055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b530560c3572b05b1079ee77ff4a93909b851dfb0a8322b1d98fa58ca79599ca2c405662c49d3772c56850b08fd4d345ba34fb7abdf0d4969ee35f11f2a5c61f05e056d22fed88b293be61ff4e5d3a6c6980c84b9ebd4f77f181a4cbf9c5f3be9ef05797ba0ae72b7013e4b5e73e25653326ff548d68fe15feedb2937a1a99ae3d0057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c50057fe7c1f5e7ac50fd2bcb3bd1db391fe54c2f36cc3a20e6d1ad0c2ee70c5e5a0585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd058b682c101f2f942229617c596b6aed711818f8639fb62cc77d4be0d9c66e7f058bd973acf95270e764d5ce465bfffc2772dd356cfe97a5e8949de5aa808eee0594895897fbb8d46563324285935a8a0951f30b196abb68cf15213e2693fec605ac93fdd305acc99034c47c5d6f082780370bd42be57c66f119c1086fe25e1a05b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05b4e73df2add263407b92eab1a14335f114647099944574929107393dc6af6305b4f730a07930936ac684019bb7f1fdf8fa8d0c4cbf7eef775bfd786bb2fd7605b7b25b6ae1a32af6923fc74915e209ceff57f5f885d81d5be277fc5a3846e305b971ef594277fc5c0948f2e681e173ce4859ba8ef3deaa85c1b87bdcdc323705bd8ce9ba517ad0a5a9eeb7166a8040eb7c395eae2e6c3ff1329cb4dcdc9e0e05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f539637505cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605cfa3b05ddcee4733f4b98b9f6e7fec09da8489f26b34e7ee7abd3e47dc2cef05d295527703d91626384a92f18c69126540a4ed8bee3c4de57dbe3c2c222f6405d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05d7ab54fe2104a400930da8607f41b4f318e7dd0b5364118afdae900d7d54a605db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dea84b8d4161ac2dbf524813f654d205fffd13ffa5d5fd8aaabb283af3023d05dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305ef5fd79fd5f34922bd04f0d8b10567be26362f01a9a31823d7b6095a2b283905f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f1b9caf1502b9e3ef6d9815b070e21a5b5fe97ce3a3f8c2df7250f98c6362e05f2ddb119d0ef45b1005ca634f038a0d37c75f4339d07ad82441b75eecd54d405f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705faa79f3301acb9ea43a5a44dbff97c1ce139c9a32e739a9463ac7ea009074d05fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060110121c69959bf1fd7ceb23d8d68000cd617aa2679310d6bc28862e1ca0b606090b77b0ed03eb8d18ce7b9c70e364df12b68fab4c7535b73e49b9a00d5adf060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b061feb8c69440fce0b57be11ea3a664cc37701b802fd95e0e9205d8dfd838b5806288620100209060b374405b55493e14d5e8e83fad90693661800a29976ed450629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905063d9022bcb91918d0c4def99f21a757ec82b58eadf8bb3557988191e77360f3064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed064394373fe3a49293a3bcc3b3402cb47910b6b778625ff535a2bc3ba7b9c6040652d978db3194fc1b61f9696aa2d83b632ca739ebb6f508a1eaa9fd2b15538c0657831e4a34075e5bec156f6893f59440381a3eb8a61874bf215d9d8258630a065b400f5c7bea82941d82d5653ab6a6afebc56785a39e8598e7e0f9157d7a83066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b0676cadeb9552a4684317f3ee17f999f4225c2e7ed5c6303cff77028e0029a050688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d069a3a00cad79b3dd06b46ee5c54458f99c718b92f966eef5dec4345a785a423069c5a2539e7275aea0e592abda049f0371cb8b00343f9d47cfe41c2896fd8d9069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706a08bb01b1a69b35f4d9477ace80b4b1c89a051b1cc9c354bdbe2afa667c04806a521194907a9d29b742499177388add980e6f6a06900535cc1a5aeaa6c4c3106a57c2ecaf8d1199066e0367b0f639e883aefde1be393fb934598062cad470606aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06bb94c91c26360af23f6485cc7401c686f49e225dab9b0b096c6070543cd29906c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806c6a6a44c0eec58c6192db097b05139ef3dd2edb68ea7b74207dd791f2f3f5a06c7d1b9f99757fada1cf0cf63cde6cff368734d84e53adcfab35edddfb98e9806c9c1428b9fa8a2a934eee301ad46c8524db760376c440db7c2a448962a79e806cc297f071a7c9c0eeddef2af0b3c840a93107892be2ad4d7f38efdd769c40306d02091ecdf8ea29b715a74242f17f337a37b6d83f25feac02cad8ff5f2eeb406d3608c8f2c812864b7c812ada2092fdca0e7d0cccd30fd75c23b323d22d60606d6e32ee2196b54210608c882f73d0134a0dcc29528fc531550591d421a64be06dbf33bc9d5cb9731caa75da5a7ce60794cbf06b89bb027f1931ea76234339806e1988892568e0ea81eaab6c472036407b1ef18fde2cb265a6d5f7138bab6b706e289e4715f572a6cd361794eb9cbaa72f157dcdc70e26618473cc46ce68cec06e96d9f388325614b7529b2f0fe60909587437d9032befc31fc3b34fd65dc4706ea8230dcd65c6385e552e7684bc1a0db070bf621b1a40e8e5ed257a327aa0506f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e06f3a67a02f3a27ce0eefde2e59e9d08f7e6129d2b1957c6a3dc5646885994d706f772ffe13f7c13be0d532b2586e5eead469a461c8ad12fa488f4d9d74319ca06fe2a8c37e1a7f23e69df6721dde12a5db86a2b2e7b6340780b62a887f14892070afb6f0ed8eea1409b89120501b2b36357d655eeffdab97c3c78a54abeaf7b070c9f0775e072b7961239777fa1c090ef639110ee62990be711aaa28e16fc94070d0aa97c392c2354fdea9524dd536d3462d7282a36892cd64b5585abce90e1070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070e58c5e7c6399e6e5ad49f3e243457abd67916b94b74307c88c7683ff35c2a070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071910aad02caa02ffa0d7517b634c7ab03dd87f0d884b579af05feed682b345071b230dce1deeca5eaa82194ab850558494f2f56104a39d9f468a48cd88456c071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073ee08759ea527091600018ad02cd0da3509e71dc79f58e462f575dcf6d4513073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f30756fd41b25afa8e26424850579eeaaa6593d8d5e73fb961300536d164e326ba0760d135d198dc0c13b470ce761e701ec6bad3e176906ac225ebafa7e7c9da0f07672d18db9d2c2a177c235976e44b92acfcf7cef12ec1babb7d3b887758151c076aa6f6455b5678ff3c741835057b40a42f7c0aa81b729a07b6fcf3e824a97a0770335c4c6c234a90d74376960a366a806ec0d2e082fcd586730ff869805f910776a8166af4b07cc8c059b69ad7c90919592cd6692cc3856b211938c8630a73077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c50078a2452819281d5d120050f5eaf1107f91cee4cf00755584ab8834e029467a007914f1051c81826d916f0241398134c1a249b81ac301880901d21058878d20b0792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab738270795f866821a288a49730f3b7c22216f139aa3b71ff0e3f1032eca31e7af716407a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107a9499ac0d15b68ca7249359b51a6091393027d82a85e523d96bbbb25e27fac07b6ffd9190528932d260e0367d52a335a4c0e772006f2d239e4ec18aeefca9a07bb7f84571395990720ce4335c208aace7b266a9cdcf19bb8ae978f0a5b8f7707beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c07d8bf562c58f79c0e3d0c17ef54a1cba5ce43f6f9cd9967a32e4cf2866b432207e06d037eab9041412f1dd7ef18adaa5025867efae0e407661badcf17217ed807e33b05beb06020b12b488a94d7ca8971c78c856092d85c90436ae306ddcd7607ec88546f603d9dc6c6ba2eaffb820e021159d5527b56eb04c8f4446e2bd07f07fe9a11a38be2fd0a572b1e1b080d33394ed6c7cf858383bb66e911b63f984608122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f1508126b607a073f85cef9b5bf654fd5c9efc717ec851eaced1ff032a3694c795b08130fb46c1c90400df0ff200b9f02bbf63e094781ec2045688440e5a263553b081fdbc7e7dab7c69194956144653a6036ec4965dea029c69daf9ac2995c24100826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e60831cd7c038e9e1f3b98b85ac33867eb8b58baa66c0162f900a776a88aa37405083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408487d3e91196462e3b3aeb9510b4f014ed25450eb21cebf1e4d997b2318d8a1084c63ae15bbb6b2572f2555ccd15b9a7734833ca0fe9a24b3185a1e7068c3da08558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085a70ee73cee11ed287484977f72d5d4d4a5fcf7884ad03e1efc7830596d4fb085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef64064086cbfed4975172453ffa7304b2cac2c26c716e0448dc826aab1644d2b4d41a6087218a8b8ba12974a3609593b55c2149e94261dd8ed343dd4354b518e6961d0089f330972cda099173771e98bf505e51f36e7068a44145ec765e9aa317f793a08c12b6fd1a9b042c08fdbf0b4b6a5f4d4c9863b4b453927e7a8ec3eac7a606208c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ccd7dc78fd53c8588b033bb56856bd7ac40d8eed65bcb4c874b1013c06dfe108d6570f8c24a35aa92f8455e1d1e343f8b50a4ec33069286562053fc1cc478408d839b402317b7ce9f63be90a241f796ec89a9268154d8b45d4d13a7a9fdcfc08db2fe6612d3b71d6bbf5cc74bb738fee27c6f58bcf6a82b0076777e33a35ee08e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808e1b9911b0b6fb93319c9098cc75145f34f0e928bfa27c96262b7381e5cee8a08ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d090617ebac226066037dd3f3dcd45bcd38727e41e5fe4c21e21c0c02da5c01510909c45204b3a849a32b2f009ab80a17f5f1c0c60edc10c5a9327491a22888960913f92baeb0c4f478dfdc67f2f09ccd8bd7225480409f5d8c5d8b3b51c4b3600916f95a144abc52404e00a7d998c3c73c6156b1e613b183f3b2306fc2260230091daab3b987feb644b71aa369d8f408379d4c7306be4eda7ed67aef29a4bead0924cdf7246f97fd70c3b18c79322274af416b9b2ccbcf63ad1aeebe49790e18092c41646f20a8ff27d91651333fc4ecbb9ad97f35ae56fdbc988d5fe6ec248f092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c90930fbe4ce5c24857a9af9c1e17437944796eda29fe17cb7d0d228a2d69f43d109312fd2f9e1b1096a1f2bd0470645d862ab2a2f8ea4c669cd99af4b3102dab2093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094192639ee9351d4c6339cdc49e9f464cd17808f39bc4c3b6b44379bfb834a70944a72df1e29e0871d0e75b3d1cf52478b0ebbdf54f6bd3907463508abc1786094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb095af1b856a99ebf459217d30d0db1038b346de696a21bec6e60fd719a9fc1be0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040967496e3deec78f2da1418cb53d0deaf5ceedc0191a6702f37492d4fe4c18bd0976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b0978797bf3f1c60c81f093182de49c691b1ae4952ca187334e4f674c4ae493d8097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb74098f9f9a4b3277abea7935cf207e8cc4d63838434fb54ec21a6a5a6f9f46972f099e61c32e7be0eb22d86357cf058da543b17a0ae46aefbe525a23800617e80309a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09af797d6033dd3b5cf52ed632e4185621b39e34d34cd39aee0be50c70f465d109b8ea85201f38d29898507f309bdf00a4dae2f39818f69b6135a5bb0d8c31a509c32cbad4354b56c5a5bbb0dbabd41ad0d3636acfa335d4ff856a87a310a96b09ca9d68c519b02f7fb1775c5c143277632abdbb3bb22f4883ceb8e8de3e6c8209d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09de466b6a4cfe3ff8217f754d85c82fbfb5540d139a609cb81ca7dccfcb3b2409df8fa8418f5792c56ef74436fd02d20e893e9a1bd2d6279e56d8549b3cc3a809e5cd57bfc741b6f4fb324c0368c060a0aee269b2256976e49632fec3ebdeb409e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809ea1cacb47ef8904771e152cb928d37369c6c693960b9c9f45a8c5ac63a61ef09f278d4209510a93f68b9d29906e5ce5419ea91a04ff402026253cc994c29da09fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a0443b53236094d5150d1d74c6c800878f786e837bcf5db70de9828e66f5a200a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a0efcd2dd39b72a375785bd548d24c1232f33aa5173f17569ac0f8ee91128120a110f80ebd991e0e315b76bd6f955cba21393ac4e567b8c71ac4fe0d2cf46430a12e20ec31ed4565922d7b30e121008e85cbae85892403b743c48ead5fbfd5c0a12e79a0e29ebad5eb2f309f4c50b15d5e1602d07f7982f86d7337b293a3fc20a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a21990ec4f9781a9e2269292a4039c406d1016adcaf6fa2656961814b6ff0e80a235c981de92cc12df62daa1c2a174e09568ad3bb8f2be4d23a46e720d3b88b0a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a31563c1557130fb86bf64ecab95fef5135de7e0893c2bc8eb887e0e9584de80a358f30f293cbc4cd1e0ca08c7e045277bb934b66833196cc858f7e9168e8a60a36c212a96b35ce35015dabbf9c8e3872f22b983efb5c1037fa7acc6b2e908b0a3c830c23a522ed4b7905a1b07ae54dde4d9c12628a6dd4ea7cde04c7f513450a3c830caa7e4a05f6262c0a6b0f7872cdb7dfc7c037f28638c99cd99c720f0e0a3e5b1ce25d3a0c441bc02b2bb73c33398b94be99f5230fea04dc6e54e5f8810a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c0a4870dce0eaa7b55e0d6690382bc935f95db18d7cc91c178dd4b6d95339d0950a4be17c278679a7ff5b12a96e8d9f102315feed9bda5c8c1c855368a8b2e8880a4f176aa8edacb982ed0e137ba1eda6ffb0e006a9e244881f61f66d07bb4a470a6cb2c212d8a2d273f64c09df1f566e7228f2f0c222aee262a003995ec5a7d30a703b284a3fa917fefc31b18bdd18d1b27fcd4e70ae9bd96d28cb43912377430a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7764a308b1f6c437325c5617fc60882bb1a3de4433b913da2747e6078f53c80a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a78af30fbd5ad261ff4fecd4908715801be5b062c3b0643156698f2106ec8ab0a7d2ea29286e5d7f776e69665af0ab53fe6b02e7a9faa4585f0bbdad02bc9a10a8b19bc40af520dd928940acb64ef52e37d23c1f8ae827fb19d8ec04579e1720a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30a937d13a9a2725f12a17ae2b8471a8d97e9d67f363b9dda6e9a69ee1ebb6ed10a959bed608e9e5d0f4a3cd90510a01e291ed7dc29a49523cd820e44871a67530a9cbeea7b47bf8132055dab6fdb3fa52d16699e71e021a29d0d3120e8ead1300aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa378bc654575b686e2943759abf2e50b8e9cce6742afeff83502f314ae13810aa37d9094f9bf3d4ce146a87aa933069bb87aa797b3d2a3d7238455bf22b39e0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ac20dd8d1274a0dcaed3e62fb8d9c32c140029c357a3cedc578ab0e500ec37d0ac8e1f495e93a6294c0fab90e61b234420bce0b07ca84dbb43b8021e6e1b5380ad04f01a337f5c384bd462ed69409fed85d1e5bd6428fc3e777a4ccd0b257a40ad35279b9c0f96132f6fb03bd701815f5a9a880d6d1871f5a821aa4791f68680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aeb97934c4b85291fa2c9338d84bf5c171feb8720ded3afa19c6fc8c0ee88480aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af2b74c572f23ecef74766dfbf584a5246ddc19f7e69e37deb9063b7d70c1f00af2f3879e87bff97687cec60dca41c7122a7e2ac7350e1fb1113d6266203fc20af4e33eecde2058a62da7827359aad90a4c8ddce0cb2042d604be97ce98895d0af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180afeb7532fb3d2ccbc2340a6eb25f4ded32cee756cb0e8bd2474a1b8855496b30b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec2140b1668380e4081325d0f96b3e08f3b1c5e3cedfc4a2bbf1f0c297f977e6249860b182413b8074edcb14c7c65d40d3979910dee2b076df79225a367ac217b5b920b2fc2f1b3a7711b79b164a6453e5e33b6ee690125bd6e089a00229ba7f3dd4b0b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b372fc41f812cad41041ea737e4aebe8c7fe839906c32a1fcee14d60ef6140e0b379be2f633f888ce9ba46ab2d073cd187a6e853c292621beaedc0f4070eeb40b4b99162edc63ad7e9df5aee10bfccee05b02082627cccc31ed53f153ffccdb0b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b4d9474337d3ffcbfa4cd0e9eb1cdd8d7a5efa8ba3f125e7d553ecd43a260ba0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5a7ba8beab024cadecd6209b474e4afac70ad709f51df1e4eee2aa8bc21efe0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b68d81a0eee55bdc31ea65f0d5be2159aaf0ed4cd3a45b388760e81627bb9f00b6996351b92cda2741b45dd9ff65b14697af340c9568775bc4b03eb1b4562b50b74cbbd5d36643765b183d4c055e6598b49ac0cf81d6b1d90af19bd41d9080d0b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c0b76b2f6c2b36054face92e1c3d01d07522247fd30b4161d1e09587324cc07130b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b975ef8c548bf5cd3ee032585475b545183bed84c96e8450b5c198b3e0277290b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800b9ba1c15d897991473b04b1c9ebeb5eae9cc3ca87e95a71601a11cb0a2018160b9ec6711958f457a49d1e5c403e06cb9c325caee95544b00219cb03c38da4740ba410d157956619b58ef95cab688ad341e17d8c3205c13dba7eb3627a0b70370baa0c58afda47d09f10828e997ddf9b8dd93147f568bd968e44892b73e6cb3c0baaeb90a4ef7ed91be31704eabf82fdad4f1c14d09fdce65f4f3392652c675f0bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bc46e73b7fe8824a75150894686fee059dff88e4a97924a4c44c7cb5c32e66a0bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b91260bcff48fc143e7c5bfc2d3de13387466e880b6a883d38d44280d5819c86137a50bd60d7f5fa54607c9dca669014696a0b77b14b48221b7a3a289dba970cb9cca0bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0be6c7100c9574ce920a245f6c80636c8b61f09081f942050b5951b80597e8af0be7c7fe9353c7dce8470fe8aa4ab985dbcb40e3d8397eabced194b1d50200e90beeddb24b03c818afbbff6005589a4dcafca40fbb5543f74c91d3dbb6c23a020bf50b0e2386c3b75e804f93f43ebff103293d3d6b237f7ed86be6c4b8d821440bf61ac3f9bee65fdb383f83b5489690c24dddd0a50b9b0ec117b93b07b30c8c0bf7e904f5f3501ef8e563017a686d8a2f69c90f5a2d21f1cf0bb8030e18f6de0bfdc07accb9c63deae48680ca306a32a1340a3a87b257936e8ffea8945c43320c0304dbf5c55eab352ab22b52e5e6b51afd375324cc7c2bba639e9aa5c0e3760c08f08ccdaebc92c118c4cba4ad9e67ff59a148c3c15ff5025e46df3163d1170c162a052bfe86cac28d002547f0ab3bed5f64457f7d75e32d9ce93477b322b70c1c44655546e6529d37704f5f3716290be5c875641ef4ef9e0a73e6c96268350c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c267b7a9916ecd69b0f9a9bfdc7235649d4617daea3e56e6cfae3141e12ba8b0c2f1a8e74f9a4c0ca5ab9345e1d404da1428192032950b952f1fd12b85b2c460c2fc39d25329173aed45ac84f09d0d76015f49bf4fc0c49397aa0a25aba1d0e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c41c163d50c9a49a74e4fc3b558f6879c78d3d46745b6b851828022bac7d6ea0c4a5fc96a32f85a336ee41d2c21366f262a621fe7fb052636e73c7d4971ffa50c5eba9b7cc3eb32eeb6a50ebd5a5763e674a0aeef56a2cbc190b4d2b07a986f0c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c50c8780b054741d03bc9b18e4c406e46e28630957501a3647b4e472086e9e89770c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb72a993c490ac6d5ff7fe407aa28f890c8fd7880249d0812ff15f043050adb0cb840b4159759a87e432c358ebb01271396293bf57309f41dd13ecc322479fe0cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40cbd22fd4bf2fed7005b5023e0cf3e28698117c69d4f12c428cfacc968ad3fcd0cbe7458d7cf10cc666c8494ffaad2406f999c434b4b521d90a24bd6a52e10ba0ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70ccf114e6b9c914e3d2095ed5d98d9a4122e8ebba31f328c6e4b08faf4d6e1690cd00f682e35683077bda222e4a71bdb96324c6cf89558940a4370e3c390203d0cd2229e61a461c703a0b934fc9daa79bf794369e8454799eb4e31e2e5bd264a0cd299b0393a929cda0e8f0f454ff18f5fe951d6ae3ff66bc61b2d0ce08ede680cd45fc84abd2eded926748f38f6266d4b582bcd43b7c6860a21913b5b026f560cd51b4633e244bfd2d06cc605039b3220d05bd6a04d74d000c344fecc93155e0cda288a4e1a333bf6b3e7189838967a256771d506132c71ea5a512c7a6714990cddf73f789576f8c1a0de2616865793aa3d99b244e7e3cd02edef582a271afd0cdf536d0728c5b331974f5a7dc46d325f8f370131ee5d538b16a40809c778820cf2bdad9f456bfba39bf13e11d95e1fd176034044bc7e224c6591204e9480ba0cf8f81127db7699aa9dc987ef1313ac3b9ae3575c1cd28db567a3e2c927c6540cf9773232b39a06b90dbbb3de89233c2a51d066fb9a0428a584f5ad0210991e0cfc2eabc0cf1e8cc39979f8656f6a24d55b1a8f82a66a0c90b814f0adebed280cfde10b79b350f31652aa25a57717d340f805e59425ae606064b38374f6c4d70d0a7e553c2ece54e3e7da0a78208a8df1f258180b48d92263a8a97d6e3d01f50d0a83bd9e9215465f5af76676393b0f81d501af10dc98367457638689e37f630d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c300d1fcbc605470cc45c14d7b8cf94187576f15c78cbdd27abce2167a6b87dfc3e0d2111332ba0077445a46a242d37e60b21f7a841cb37ff06cdb6ad0f4ebc15670d248b7dc6110c843ce590b0e166da0ad878e8580190a1f7cadc37fae368688b0d2969729a9a2cb8e528a6eb552cf5e63de64fc369aaab415484546321a6f0130d2ba2b1428988560913ff6022b9ca7f54b42ba328f20ef5568784c91cd2d8640d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d3543dd13d99698f2aa4ecbf98f73c5d86bfad7fa0e6c9b27743335bfb6b0aa0d46d030bdb68a4c8562541ff8149d173700a1e66e591a0e22a4cb4e923e7bca0d4ed317e64986591b9bb7bdf89906d4af2194c71eea3629acf10849a35910030d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d5d3db59c2d4be2f24aea5bfa4c4e595ef9d0daa508f266112e93036ac07b7e0d5d98456943fc147645c28246f384997bb7f479447caaef9d9b4a180f5099660d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d641ef5127723af2544f9ee35ca82b51a9a42b32e2f71061b3d7d2fa6de05c90d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d6f0b687dd27d69868756e80141bfd481d048d42176ef903e347ded96e39f4d0d765280b4118548b30793538306c7cf992feb78e0527d3bbff0bdd8a6de7abe0d79afc7d2b08f04dd83235a24e9304e1004b10ad1f9f340a2b8fe5d90d9f2060d7d70061f27067144259a3c7d94c7268eae2d233d73115f4f61bff136c8d17b0d8188fb2bbd8eb84a17712029b83c5e21df1bca17f03cbbdafaf076d97cc5f90d81b2415b820054c115a61a1cac3604a8c70721e29cb7e7530d1cb9e6c93bf90d829b0d4274c3bd8eadd0193674a2ff2b4720a1d6da5dae4688df78b66e92cf0d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10da9314b9fb72c2990943eff5fd1a9a92de34f5bc6ba3118fa9b4cb7a2058d8a0daad74d9e273742208e4d8fbb0766b550d14cca424b6f1a2153f34ac2c2ba790db002c57209c9b2083ac8d9926f50ff9c34ca448b4210f4f0ff8e5c15009ab50db054fcf240d5f06851cd1281cb464ddbf0a08fc01d5dba838296f99529a7b30dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dc308de626c59bd21ffe7a1ecd37acfe296fd305ec51420338f3803faa9c5f90dcb7b0588e77a8bbe328e3ff2c4b398a41478af1d13e2aa03a851a4d58f751f0dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de14c26de84aea300fa7dc19080ab6d75e74c4a9e0caccd692e2e354797ee6c0de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0de7d802a69dd6d8af95bfb9054713e73bfdc4bc3ac25ccc774fbf9fafb0fcdc0de9d395194609869136f4ba03f63b018b68c558f0cb59dbf3af5913aad4a0520df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0df2b51a5f45e053bc28e18283bf3a0e705195eb0aff953841ca5667062659d80dfa4cd0e67d75706d915ee538dd744a3dbb68a72012caba99bc51b1a57322280dfdadd1d93453be392acee0d6f19de493c72cdab91924b8920d4dbe587d7c2a0e00ccecbb401b3a1e0c834743d11629cca68ef67c753920e85a3c50723f73320e014e9bcabd9cd7145b7dd2aacc7641783ef54bce6e68aae43c07ddf4326c540e0554a6dc44d34c996e2ac996fa3eb6585948ab4b72c75b5ba10964276d020e0e07029c15d740c4c4f5f4916d1bc273c7ac9f819c7d7413e1d121fcdd0024cb0e07144cdb6696de3826a95becad3e4b92416139091e1e9d68f8e0f1bd4e6d2f0e12cd9b3f4d1ccb215ed7f99dfcf8b04e4334de87de489ede05fe96f5e677040e175c8ec51dde87ca054b46e16b11c2a18947b396895c4c3a304c6f195a262a0e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e3f0adba1d307f92e3d62038465de66516b6a00c57b70d67c9ee84ce2600bb90e4509f001e1b052cb4df0c702268acf6e70a3a2681f2a90af32d9ae40d8bcb20e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e5b100bef0ad7a71a5a0d0ab2c282d8f1642ea4ab6a6914bd0121f6af81e3210e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e6b9235bf17f7171045407917eb57f967df082792c929328cbed406591c5fbc0e72f9214afae48055943a5a290b2a1330533c8d7a701bc1008249cd5be35cfb0e73eb9f947c5130cb26768f198796041d2af4afeefdaa029635a38aea19d56f0e782186cc217dcdf7ac367f76cf878e18e1407a7001b06e381cc16621e7345c0e79455cf0947135276b2847a287718517a0d1ffd09752755d88dfc5f30b459e0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e88944e6742a0c17f12adee3773dd7cf439538589d2080212922d4cb7140cd10e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e9046298d9885fed406a12061fe4cef4ac60130552ef182a9b0ae88a17a30e90e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0e9bca279448eddb16217d870dac3e1d82a46c844317f5696b8b3d0ebbb1d3b40ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ea3d4251147c694845babb69b6efda58f8160b9209f967b942177ed11b0a3730ea49b54ed2bb8ad694da93caeb05fdc3884d55074a0193be12a47b96ea45e2d0ea9670a2ec6aafba3305b2f91aecbc14c700fc1a3d3906410449aedfa27f2e60eab82527d054bfc9ea618a276591ccd0f3373d7e5c89398d3a81c0d4e8507910eb3d6dc0c381a8c154194a3aab215de1fe6dba061f2629e9db15a0246bb3ffe0eb60eee079baee6db316a9c3ce6d51a4f4b991fd06e9978ccbd78b5619880350ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ecd109683e3434d02ec410e99e1644333d3666c7933f36b95635cf668b936200ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed5d3d89588b94952b57cd6596561952dbfaa931cd5260c893d357517d863780ed63287ed3a51507bc78c1e1011a3204958a1910d02171172fbdacf577f4a580ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ed93ee2cba8aacb8dceb80d229850541a72473b99e0bab990c63d8d2a83a9070ef5e88a8851419b00e5649f8e1b72513212afd2bc198a39168ce25f83d7818f0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a135434120f08bededdb20543c7a2712363db3b77c36a3587b47021cd5551eeae324614670f13dd3da8dbce5314682bf1f394be6a4ba1a3f3dd216f3a5b72b3fd05ce680c0f158b2892b13a43b2a616bb3a39d17991359680e83540d270d4993e7c0724410f2505f76d29842dd0ad9b7d234d80b155de6b13bc1c6e6e798ce458e188238f0f316c2479882cb4ef196070974da5c76a105d23da57ad4291546d9ffebd03b90f3767791aa4a05d014ffdae59a45480ad17f3c162ae501ec79ae6988188fa110f38af03e7430f10bee930d99e15dffaeaff8de103afd158c0d3827d6015cb4c0f3e6cdaf8db690c49f32524e614c059d444f833ca4b8f6791b1eef36aa09b560f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f57597e1d9f52881a892bdc7de2ce037d475a153a2c369c87a48ccb9567cfb20f64fabc985b67d3ebd07ef52a7cade28067eb19bb2469a5685598171babe5a20f661057ccf58522b1942ead8c9a8671922d7254c0de57f99f2b2aa9f59f2b990f6a163d93a94220a2ebae7a13b32938cf760f3ae07456ec59af0a45e0ba50410f721462bf1250f55a85d7de23c25565a67842537fdf3646ec85a5d4bf5c3fed0f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f7de720514d19e36568ff174b6c7f62ebc08e76439b404b8ee203da089bf1d00f820669bd8430626ec2131e1c01d40c6a3a9e244c20816705ce1e83720eb4610f96300ad9175fb3512fca3c98a8550878b3d8e9b8202697891f9c9ebd53cdf20f980f8b389379ac3119cfedf39af0f6b1a4b59e905e93b4ef3a3a2673b33f9d0f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0faa114906b689ec07524eaa88dd65cc7c128f8f7004c96d69d9ea3adce7480c0faad663240e02fe42461871b5924d0eb6bfc5197329b3a9b47d70e4383571870fb08d3a101bc25962cfaadcfb816c9961186a266457f938694b9173e09d35070fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fb511095dd4dd3fbf213271aed107d8bb7b173fc9f38ec04497c46ff6206eee0fbb4f3d9a8ec8c52b16cbc167d81c6fb4597118a8617cde0a6ba8334ca723990fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fbcb301da55a73f85ba14769184eed95b86f4ab5d2b5359de0e942c7c984d780fc0b26dc9438274ab7e0c80faf3148a553a7cafa16cb4250083b8437ac000a00fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fcff65389ab245f95a32bec45f1459834e324d03e14ff1592bb835681ebea610fd3b867787acb32b470d31f3ba9d25220ad6c5ad0fdd6aedc337aadd0f228bc0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fdd8d7f56b5d24a07238b31b82b6d7f1fc5b0001c8b02ca7447ac027c8648290fdf67828c50874c2faf284ff5c829d447992ee71fb5054784a88d856ea384450fe322ea974cce875f0205204fb56be02bffd30f7056356d0a2feb8298dffed00fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770fea0ca0474dfc5ef0af1c8f88d43cac9c898ab5442cd77f2a521309ea2fb4db0ff2e4c4e08623cbf23f7a250f44309fca93069a7f128d38bade29c79e98b1190ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad030ff650686599b50b7d429aa0015c74d78b16eb915ff88dae569d31ce22e6a6760ff72db36da535ad038e0a9936588eec16588b0ead1f25c9b6427b1eeac1c35c0ffaf921c47d6f2c34fd897bc89fd3c33ef6459fe8356e0fbcbf30538ba7d88d0fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d100b0a2991a2a01db13eb509cbcea193181b0a0819e5cc64eadc43a4b9671d2b1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1016342569ccfed2718a7252ac6ebb49267e2ed459fed0d542693e683fe7e7401021fdeea05c6052b5c19d68152f465f9ab3cdbba8a6f8280c388e59dd8c3e5d1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f01027dbdf8d1c9a94f3be00af60711bd0e7f4d6b670e47e8c72c91649807b81be103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1039cf4164a88bc6a6e2944ed72e007abfb098ca02b59b73a260254b680ad683103b3152b512aa9f308753f10d0708bce3f8e558edbec5c531bfaa98b04eec39103fa6c8a64e40dd392808e30c49fa558fa7875bb29fc005576eea7bfb5ffe0b1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d10421817b6a9ec7896dbb3c178a6140c911905789544c55442de28fb44c9c626104cfb816814798afb4d4c295c5648cce333065f40414a21ed5fb0aa64724edf104e6b6d3e76d2a254ae9c5c9e3d037c013fe85237fe1e6cda630bc7d0587aa310539e87cd1fe2254df24fdf81f5440ecc445d01c638a91c30f8e8815d5c6bb8105b779830257efb4ae3ee601ab7503e6d77461a565c015887d30652c787adec1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106854560a69d08e24bd16a2a23e2c030838ead234c5dc2e851a5d3782d42357106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e108e6dea2d687eae6324b3b869e4e41a2dd401fa826839b08109ddbc8fe266441098e072a2cb537f0130c32ed5488865a998a81b934cb30e01a4e2a5dbce3303109c72e5606aa204d31647d81f5dcb3267909b1de5a19b4aeb72fad88500db74109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10c8b98292f2ed62c45e0dd0506d7c0a2a99fc91c585757e0f449c214057de1010cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10cdedaf5f5c9e5d2d86567c9de7ddca934f3e3b96a94f9724c9501877df32e310e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a10e673c3d8844bd7e7d0db250fcb7983378e9dab199a4df11cc430e9c0a1f8ba10f0945ee3ce38d8040e16ae92baf7f53f183e381f08189c13d5b23ef64baa9b10f275ea4630427fbafc948e1f9f7c8fd39d9ceef5dd6cacf8e192577ab3963610f8d68405dd17db38b64ad017886ae8e7bf0aad80208beeafaf9f67935e27c1110038f45574b528656043766bd2e92b66914735592baf51fa1e8d432228a5bb1114a24762a259bb53e177829f6b2cc9a54a08f069c1a361e025e9d9fb0301e8111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c57112cc466970b5e61795a565af37d6d1db32f99baa15010414c2b131e889aa4531144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be80121147ba7eb58470c8e86f5071eb39a8c30d624c5c39f632d7aca786086e902a0e1148c7ac855d3d2c1c7ae23fc61709aedbf4950d4e194008e057aea970e947c2115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a116b53a14218e5d3e7d12d49a8cf3640eaa1cc9d8bbdd44d1e54569271ed78bc1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f79629119289b97d5e7f7ed55f5a5da61aacc319498781b2117f4cd296dce7686057861192f062a144a018f3ee5a98093641989b6dd2776c9572daf845c1c530d5c3ff119337cbfe7a8edf649e5ebb2b3380bc49429114a86bbaa83143bd0b792ecb5211944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d2119b601b64c6fb7c23c877c2761b1ea138e222203426c9900f31f0f6bd0f692c119d4acb10e426a485d07e8fb52dd542778311a428dc26218a6623ea1bb8e27311a028436d4608541db637e3c944688b6567dee572ef313974fed2a0bb50174311a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111adb512e53b906994b600400812a44d627796f58e9d2c4340bf5220fa4d2b9711ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411b204a221632b339d629f48f01130d0dbd1d16023a07ffc0bf8001a417ae31311b787dc4ebb89636650d63ea0d08836ff9bef4995ea84bba2dd15af99a6620a11bc41358032aaa08398ad17def764cf63b7525044e3dfbe03a1f4d08370f33e11bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811c198e7871ce86a5582986862a0fb31be022ace43d99308600c5e2cb75082d111c51de9eb2a0f2dca1356f511f7272072e061519b251bbda2fa91e96d23aeb011c9919fa014649c6a01dbd409e6bea88f9c45aed722c5fdcd9db86e19950fd711cab66589a990ef1006ef228929e4210ef79ec96dbfae1cc9ed4b73144f8dcf11d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d538e078a6b11d1add81cc5b44a31e938ee39a41adfe572f4f8f0177c4aaba11d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dc2f02b4760340a5bbe758b235aab4c04fbe5d647cec92790efddf3b17d79211dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11e507372ca968c2d0be3e238e7322f824f1dcb1b0aaa9d3b31c49d18fc6f4a311e707ce719ed9330c23adbbd505f99b9e1c53101072dc633ad7b97716a24cbe11e9f7064255d601960d84d4db78b603627b33daf1e354b55434c834b7e1f60d11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80311ee204e2db14362cd2243541021f89faa3367f448f9193e1691a5fb2493c81a11f10b015bddfa4930bfbfc4d5a128809dc61802442d68140171a604093c0de811f3fef1b5a34e1772b57537ca2678992577327bbb969009a0004cfda48b20fd11f70ec02eee028fc5d942bb7aa8590f56e4a38a2712922609f72a9845f3b9901214de7fa1771ca3af729bef9b19bbf86eaf7e3489ed139f5252a5c668a21d9e1214ef0b7024b624d6d43866a360843010b134cfebab1197c5f689c31c15a9db121efde0d90c3695a44bea266e6f6c264680f8ed6178ef3373268e180445270a12208074db6852cf1c44e98650c23e28d5462dd1243e5181b08e412a306c155b122cadc57bf2ace19b82911f43cac9361d978cdf3f3fd1a346df25434a914c6712342234675efaa08f3d4880702fcda44ca081e555a8693137a2db0432c2ed07123be92d7ccd3a5c61a6b148b6c67d069aa6173b95d3d3aa466bba175cefc5981244a1b58b98fcec9a7f76161ba00b93d03acf1d1ef48838287547ec02ce340d12482277f811ccc7d5cc4f4129370d268b8f3862b349d204e18c7b62c98f2c5712546bc94e019597ea8f6b83011fb44921cdcbc72624e10810eb31e47cf27e2912555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb12587ac26ab39c452b2dc2c37d5ef401ab8364f01f2ea71822db18a1be07855c125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b118125f245240dd8e916bbef332cd57f312125fb787bb55be83b3476482fc93abf6126a55d5ca590db3b2dfcf81fb46cb082517ce14f95c82565b7a8cb437b6e2c2126ac52eba0a849f54bfa22d0df4299e689ca6b80e85cc51786e64a1f99ff422126acad93bb3cce120923f203e9e524b9b4c418f54797fe40f366296addd53cd126b4f8cc15a50f10f93a7aa0ed1320d5c9cfed27b4e5bb64d3e5f822e3ff7c3127062a71febe4964e5a83ee4926011dea392a17cc563f9e46d20a8e9e27d0cd1270f6a61930c2ed1dd94fdfdbfe098994d8ca399b9b403598457e93ad9d558b1271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127266059a927a98033b4068a7a2e8acac26a7667bbb8a32f05488802c4a67811274980c62778dd67e41659e44b2e1f9316b0491f2e7f16e0a6161e55de88afc127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f31280f62314bed9201f4fdb714548b5830c427730ece76659b962761ccdf0cb7f12818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae12828e2121c38354a14b3d39289f49ae8f0e3e750f5121d605ba1e7acff93074128336f7dea768fd90a5c9fb60f447a7c6f6ac2029550dc93a704b4286ad525f1283fc45d4df8d0aecb07d484e66ce8d302fc18f2c75b6def80549f8c0c6fff21292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df1295f55469d703c41cbf2d97dc3e499e2a574942628b740c492798d095bf58ad129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a687da6c396b6c755bba2194d2fb8c180dbb5a53aeb8a4e4b0578081f5fd4912a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312b11692c1733001a00f1ed5fb03f10d156a6873141adc0e349a1c7dafea3fba12c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412cf4663aec2536cc02738729525ebd5d52465f683db3babb791b528605091ef12d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d542380f7d1c16e2bb994907cea5372269a488f79be2a3b670eaddc6c3775c12d5f71b1e7a866424dd5cbeefee340c0242f774896e35724eaa60d26f231c3612d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a12de894f3e8054d42c9e5d04177e08285c6cd1e0dd0012c9f0660d845a929cb412e0b7ea8b9de0cc1e01d526a7f50c3581860233762cc675e264cd76776584a212f01fcb8ea4c103dd478102a51dd1547a1930d03d1b077f8c27175febaaaf6e12f98253d789729a2045ff81bc4b068cafcb40f08964e6fad5078099cb14e81b12fd4adb61a10d52b50768962c6de169067aa3d1aaf4eefd270bcb6a9a1dce981300787cdaa64f338514cbc4a5a462456d7351280ea8d3b67441ca8c1f0049f61303e80ef357aa719b63a482cd974fb0faef73eec71709bf780f5d7d18135bb7130a480faa71f199c1c77c012ea907a1c7f19594a5008c11f1ea484ff42e7d35130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f83130ec20914089a90ce8f6f6f60f73cb9f044ec595161a45e3c77859caa5ddbc713130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5132ff991929e3d1730e2bf7ac71e7aea9bb3f5d23ca7fdd13a01280babbe17b8133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f681134456622187e7ebf6cc6ce45ef1420cb3322604d68a0bac6a2fe8ec8ced751c13534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe301354eaf86288d183494daff1df061ab5d66bf5c1d333e61e2173894fbf3d73dc1357999e65be95154e72d546cf53f507ff033d46283d1e53022be5275731f9e513586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be09848136dc54b5952913b1d75f3b4a52d4d2875ca44da9569a5120eb83a899c6688d01376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d13774eb1cf29de1f71132ed1d9ab1e347bb1d7989605894d67dc13101740e39b137828c3a5c392a0d3bcdda088356a6ac5e6d64d6979ce6a14ab350be9117730138a7e483495368b0e53c3e8550ce2c8ef3c8efa06a4ea3dac38bc8c702f7fa0138d345f9f8fc1d0c34831682807bc70c1d941f5390e0b75a6f2f15ee566c64213925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc139e64be5fd24c07c54f9743e81b9d96386b79323fd3064f040696d45d60d73a13a92b07f75c4002146fd1670383ea83ee0ada408bf9f287edc6e81c0b02f4f113ac6a0bc0d2c256beee2261d33304912813a29bb8868953bdd444e691b2d59a13addc14de2cc4d76ff76b6722ec24d184b430f7962fc1be08865ab557eb3c2e13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b205a403d3730c6b9d49f4a2df47bacc6c00748905af96226c724de9f8be4013b37003f9373c584439cef80176a16931f54534cc7fbaa80ed1a478b3e2bf2c13c84845d95545dcdffc7e1b2b3323e3ab8042c1180871daed8258c7af53270813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13d5752902467aa8dfadb877a8b07d649970126e1d1809a75275608ea5f088c613d774ccdac57b70cd4489d6263e4b39c9579dd5fb62d9453306dea70c8ff59013da29dbecf03c814b53f6955801f4b16e1837896bc718ba3d1e30f4a609240a13dee8ec8a59566e716f0dfa578acc472e8e385780a287d940fa66e586e80bcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113e76256d4704682ef4445a247fe3b86459c34f8959834db3003629de62eab2813e7f576e090bf17abd16be04e0b7583ce395f517c4eea2b4746760ea58daae913f0799c1d42744049ef9ace092f3c1ec77cde789f1b41840ce5fd055c87486213f816e9ee58796f66bc7aa80e3833d2d5eb8ea14cf2c8b94dc72ae0faf2cff913fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1400508696274af807d0753da046298c384ee2f431add59d3f6aac0c816749271402dcf5c56b9bc2a87f52ae7e60d94001900498973950c3f25b2968ea6251521405674ad91f99ea08c771f82d01b74581c9d42673363bc6c55701cbd0ac4f041411758608ba3091d005e44a3419e3b4fd044d9e86437d00ed98afdad5c8f2761411c2319e6ef8c605dcf55de5a2e8a1809a1aef554c132f589de30a17d0bbe4141374c903429d782aafd0f89f1ad0974208f1cb89e6f3f8981f145e9c8325811415a4d916e50c45e02ead7f1dae9123d7379ad619db5f80f3898ed9bfc4dd6e1415c31018b928ff10dfe09c8db87ec6ed2587c26672d97806bd2036086fc70e1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141b150b63874b155755d01d724b70d642ab87b9575297e9ab404a5e38dd0b89141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e5661415791427b7ae47216cff4703157d312b546afa1e0e8762139856020022851c52b6e9143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a143490e11ad6c94693e17f53f7dc229f1d010f91f585b117a778eb97e6d2a33f14380c5e56c8d31e8bf5b463a77fe4abd9c3c38c3f6f1b73978473fee019c853143e2a431dd6998b33d3e0664518f9a424eb938c210d7f26a5aaa0eb3f357b8d1441e31d0034c04441cc53580a3e06188af5b68888b45a80b3d35a81f0ae5dca1447778791fa998f7f65265b104a23eab16009eac83a2adf191567c9651d8cdc14673acbf779077252d0698e240df79b730bbf276a126d5d5774c189741a4157146a280ff3e883bfa6d690791b273929f4f5cf783fa2498f913c4ccd505371de146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146bf50104589d1690219f073388b6316ed6dd37d9b501eb202c94cd7b088fac146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f114757d65a1f2c696131f45d6a5878acbeca68d0cd399e416c2af5532883f0bcf14810ba0208bacdb0749bc6852ff1726621f9d18015993feecf44f1a8ad9009014833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc1483af43cfd21f6f0c9b64a27db736c916b5d98fd435191996b3646b70bc99111486e2fff4972dfae6826993fc9e06b5a23a34516b79fa0ebf582f1049c7c8f41486f079e10fc3b3d61e3f549602e04fb63ac2047629dd9d1f7fe4dc2f51a498148758dbeb6c353c11863ddcc03db7b6c129052be675caa985f085d9cbd2ca6d14896b0e2028ffc495ce525ec0b048ffe1985a47e50cac819e3a1b58fdfe307a14993f5ffe4b35a5435da3be9347395477b9aff22a1f3a6d1b861805b55ca17714a0111c5736385a025c5c8a57f7d5a02ca83e0bbf2c5f028ba1cdb8fd84aa4714a104837c3cdcfc9348ed250f92757f1e4f930d5a1d61bf7cee1ba8b8c98bb114a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414ac91d42561c9a9ad0fb6bf6f2dd43ee316ef27c85e1fa7b1af0b3175752d6614ad23e8a861fc25629b4f84a882b75b227b75b49fcdb3981ac665ad896f72d014b43c28f4b5be817e892caa0210c99cebe1ad671d50525db48c36dc297fe0aa14b51b6b761eaecdb26154caff0926c8576526cacec30c43110fb4ea2c22041714b77d82a9879e4bfa173bc70f955cb968fe2437df48cdc58c1b38c5f553795e14bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14d213173298dcf54b0ad8621d3d80c74670bd757356fe39b72d9ba72520ac8514d55f7225d8c39ca32d33a242e5a44f67e9e9bbbfc2576c4d6624879b9da5a814db9f086c17b59b12aeea88542502f98a6214fe2412df11fe6503178aaae3eb14f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a14f939650a2149394b9857f7abdcc7bc023f5fc64961594f7267f759b3cae3e314ff98c998b4e8dc0c4091a918bc8b6c93902b5895adeec1dd535a6ac79b61f01505a6f1bd30d64ccbb0a870a86f9bc30bf1e3f15e9e239007a718d6715ae9e6150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a1515ca14b75274736d95a19ce5d2ef73a51d94a38a6b10988ab29c11aa8fa41015186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9151c61d7c94458d074315c081f6afe145dd4ef9892fe0e0e29a56bfba27e04e2151e8921dc2bc1d22cbe6d18865e5d2ceaad402ebe77995d4eca5ff6df209563151fe4b4c5c7b678cc7f00fa0336929ac2510842d566e5fab7ac7dbce53d8c111521cbcf436a8a195d01d96a3186db3bb75d353599f45164c4fab16417a1d9ec152ab36ba06be3068469e2c0edb8cc677b75f873797b25011b83d274eaabc5e0152b8819d79f6235033132caf90ef1a3be441b59482c515f7066309de16d711a152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e152dda9e9caf2dcd0ee10b311298e905ec49acd8612e7d6f178175d3c8ff6da41535140c9843b6a01281ab5e36ef66a0e5f2653a6254bcaeb75507b247810e6615361599fbbde5885116c6921a397eb9d131e9914a24eee73ef21149d5ec16fc153a451a4ba2e95b7c1934ceb35d2f6c42fbfd1c9d72a1aa07e51827387c4adb153da218399ef6c62ffef8667afa3c499c471fe6b26a25166f24144a4a6a37d81542298a195903848c62674d226c202448063a9782049cc25b53a3662e7d90d215423bf314f8600105344495f584de9d775697447b268b56938d69bb9709d7e8154658fc45678066e458dad83c3471e9b32ee6e0105a36b93414fbc14e60b650154b3fbed5f843cceeb3ee34ac0b5c77d5fbbfbe36f9dbf5372be7e020e9e865154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15501fd50659683b7fd23210e2eece54cbc653592bf26d3dd82611e61054c7ad155570d8c0071353687f1fc2232504d9492e0b7c6f0ca2808b2fe965d4677f501580f8e35cf6c0b39662766a3faa9db67b87e17facc48cd7a08b4053d12eb33c15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f15869a0ff4a7f3b621f86862d8b3af222c8c974febc694c1fb41a48e25832ad21598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15ae87c7574f1ae8a1a373a55b822a2a647eff1f25041bb08b4931546ebcbb1a15af1dc165947c44b6e37b9bc53100be3e4e24da292a501f8a3c04ee94fa948b15b908b8e9b53db8ac09d19891873773c1f9c0fb1cb59d9f6d692b81ad58d19715bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c5ecd7c8541d980114629ed56280bc87a8fbbac3e34cf5feb4b5c5fa26593d15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615dddfa067a33e0e0ad59e5635aa7ce81cb56dd27e04738988a618da360b8c2515df17484ba2b0317c886a6bd8583af496ef37f200fda9623b9249f16534837515e276e1eb5b1a86b99a6922d4b59e7be37c1eb0240d6ab9953105d4f19c953515e9a1c3dd30436649ceb06189dee808fe427147ea38afb24f8b753eed57c3be15eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f17d47b4eca5a485c9fcee619ea3bd78fafce4eed20bc1933d972346ab34c315f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1608426fdc2e94ab193565a2fb816f20a96b5689ebaea76645a666240c00157e16090feab0031b731b007187f18f2876708ecebca1e666832887ddd962ed5c981609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e160e6cd1edfa47dfe2b0afe2dbf730bc7563aa54e16e55a708bc1770670606d3162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f21638418abc135817c6119b90831c5ca6ac29ec87f07af67998ed1e8aab7521bf1638b549c1a0d4896f18db29277ad11852ea5efe2d4d312714e400b7a2bbef12163963eb20896388ea6c98573bf745352b523deeb77805d30b2c5b773dcffe6a1643a98a6c55e0c82d7742369450a0c18455443b4d7214abbc06bcedf5ca48b61646f5f906386a1a17a474f5c3b1b075415c746a7315f70096628c2dabaa75fa1657d741fd0aea1493b6665f62c6216f25e21d80cbb6c8ce4db63dd10b2dec071662e548410b7c5537b8fb6ad0acb7a4354c5882df2019f01498446955f1f328166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc166de53ec5e72bc1f42c282fb640d0a5d79315ca32789e7705734fda6534c65d16710614bd5b43c6a19c04038d51315c2ad7c0eb2df5c5dab70f836f58dcbde11677127872df3786a70c080e2eba7c615c74f186f86c75837ebd1ef9de5496e3167c360503c4e57f5edc2af7c7e07e5cbe85fa93addd9bb1d1fd5ae8ea6b75e8168e909c0b4402af49ed59ee516f6a30372e0c58ab05349aef2b67bb2ced67f0169502bcde0ff59cbd1ce4fb28342566a989577ca042ca93c6e6cd2379b9aafc169603d0c6400783fe0f0f17f26229a8aa90e818a954c1b3365a949af5be30b51699829f78f930e76d11a696f2c98860bde35a3461e47a2a0ee999f2931f1d78169a5667cf3248f1039728ffe24e84365a9d1704ca1d912aaa6d63621e8fa25d169ec54a97c26d75ba25c6394f7f7148da05bff65d1a710f6c68f9677659bfe1169f95f411e7f00c14369c77fa26db0ca266b455e2bf0abcfd60920c5672997b16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bc5afab760d50da97780b0c531ae5213fa2806f2a8e121b2e6404f8b6d0a2e16bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c0d5d7f820ee94dc9622a7484935d5a19c06d90b79bf3649c4387900f5542716c17bc7cd11dd4d93416e9e3feb257d876527b66dfa57b390b4d06cfff5567f16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816ca678982cb0eb96440e0f271ed32a00877613fc6ecff869a870e315aed239c16d313e6425ae0c5114ab17dbfb08150ae7ba6f277eef2190cf0765740b9189116e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c116ee174e3f926bc801e215a185e61ebb78bf4914f45f11cc47827c4febe6b05416efa20b3a5c0cc5eb49b24fe0517d2e1d7ad52e4bb3d4c1f66b0bb701c4997616f43aa078faa2c0353d55440acfc6849da9ad1219b560479005caeabf58e874170106c196be2ab5b327a0f3ae1600e734acbb3f8c602820ddb8a479edff93fd17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196170a8c02a39f1be12ba3d3499f9b1df152c22591660c0b28b728840ee28b4760170b783815892239b6dbe0796e05770d1274983c74866ab0b24acd188ef101c3171c4c1fa676b8398650258985cad3a59ecae9211e6702c264aa612dbc37e129172a1aa5bb608551115f7bf4de49dff05443fdbeef5f9ef94182be61d6660e001180ee7f32172d99839a6b2dd9cfe0f6fe95d3328dc254348cadb5056a07dfde32e43afbab173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81731027ed55843d5919e120adb6ce0d02eca7e86e97b5cdfe6d659907d9b44cb1740674e86b463b65de20d5374f5cfda1f9d11bb9d3107859c0a6184c64d70691740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d884946174c02a04b9571832fdda87638a2b3b8aaeb353dced51822dddd1b16f9dea1751750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f21763ec37e031e3add28d2aac74b19dbb53be6390e10aa349f443105c02b003bb1776df447f5b9593cd43cdf045380b50f41ce7b95289ab2734a86a55966a54d817771afa9328f2e480ee898626f03d0d99654cd07c290105a81661a2f36a2ead177d12a876b951da1cdfb95322041379f44e7705d77da1b7da3535b3db54a9ec178290333fd7ac8dcaf514bcb308ee6e1745108466682b566e010c95cb772d7217a0f36f070a148896c7140cf2c380f6dfad25bbaa2e3aca8ed8ea5aa6acac4c17a256f2d44336c095ef0db39f64fe0a335b40ef0d06d614a9199cdc840b275117a2a23dd2df00d1d17eaaff46fc127d90a81a1e4fc69b5e4d24cba7031d013b17a8cdaa217f0fa31549ff1c6202d8b1027082d9dec04f7697c6dc69fff1f68d17adb3a6a205eb9f998a5f49ba38aeb8b1fc5b910137126450d4fa750dff077617b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17b55972b00c31082ce0acf00fe49de43dd5ae8ca1447ad341b9908a2f1d997917bdbd297701b25808f3e4fa4b48dab1b0d846736d4ae29018e0a302b8019a9c17bf532c87c01d18cba6460c1e1c3fe69cfcee62969c5a5ce6a407bd7c1b625117ce05ee6b6e5cfec2de5cb2345fd27d31324cad4adbed6bff923c9ff38f1d6b17ce13566d8d73952c555cfe72b41b0840b7fc1c18457feeb49896a1fb0701e517d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce9180a7398f0cdbd13d9ab0f2bdb07c2cad12ced9bfe7c9a56904afa9dfeb0b1f91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181bc2f512819ca825b9fb1e5daa05327893a7044a504f22986f14aa2fa1c7b718202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa23182315f8b0fa263d1f21a78a9eeffbf9c89d70e4789fc7bbc85c37989032ff7918276875cdb98d07b5441880e01a00fcf5c5cbc5e6548f0fda13f891d9b93f51182c0b220f6d92430553c11021339a46d6c0f3d0b8642b71f17a809915f22eca18320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf341018332790ecbda24c6b8dd1cd2e0087724b5cfa04529b0bd2b5070d849445a7871837bbe0a5340565396b7db3ff9453c1da7cd0777bb3ef0424497363d67fda89183a74e63a38d1867fadf7ac7d62a68d3b6027e6c56105d0af7349c8257a7039184327f9c1f1195a1ace7d661b4eb75fd0bd5240d4ead7d5f89f2cb7209fb4a0184b74145a2e6f2fe5015a0447a170907940be3143ad22153bd7c26198cd3aaf184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1856115f6a200eed25eeed039d5517ab07a01dda029270ac720bc92a4ff905b2185bc06c7054e655410624ad2ff4dbe7871b2b65c12fd6a5045634edbd869ef1185d1287053e121ac6df5abdd8e7c9b09656ac054c0d58626323fbeffe85fe241878239623f41b21e5f22e96ca45566e81fd0d36cdcf03ba75cd05d728546daf18845bce0b86f84bd4750d12bfeb9638a0f6491df6d3d3526d413767360c3857189051e2d742f9b033ca1bdef61f58417f5878a3d60d9a6e2377b026c828713b1891363703fec9a67f9cdf8a78d73490afd632cf6d3a935ad6fa291e1d0f74461895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f18a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd1218b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18b3f32c8517d943d5b5c9d7ace74eb6029e34bea65f4bbbaa2a155835005aac18b40242cccaa34c7ef0831bcdb6191e1baea6375050b7fc46204d046664494a18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d518cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618d7e52ad993da8144877ed9b751fd5f0a3df3c182c1bf326c24b0d5eef1834518e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18e4b34f272cb7e27a429bfe6b103c97c95bb6808971fa6aeee3a35c2d072f3a18e7dfc6c4622e3f737759cc9e810b10fb8949bd0ddc11caa1b35da66551170118f5d5cd3e1efcb801b46faa0b25d22d6b615b34fdb3a90c2aae3cb033b584af18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f1906af439701f5427307f0e6f8d28068c7f550936c61374bfd93edca6aa1143919097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef191763b9e6b04581dadfd3b7d16e2d0b1f1b2f405b9b7908dd7a1b07fbac2a04191c34ce126d859e4a66ec2d3d52de4636f7a33cc470b79c1aa340932f0e1962191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e1931573d1c909f443827b4871d389891a4a690771a60f801bb167007f01ec7591936947ed2fcdf05d7eddef6b5befb8e985d87ade6e9c5bdff327e781d564ef4193d2100f5d305db4874bea605eb947a25964f847638d45068e1a0f531543891193f871c5442aef158e3270869eb9efd062e9de1a89edb05f43bf6a83a0c01fd19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61948b1cc96580d6d72f066362870ca22225b7983428a287552c22f46d6c128c01949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd194f1b394e2d7143565767f74b6a785856fe3da417b6c0cc04fae42f1a1fdd9e195ad513c07cad5ea071c11ed22b4413bdd67fdaca4969e4c8185d848fef427819642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196c09403e098a385b779d7499a6c09d3f58e6898ad5c13e07c2d7567dbdc280196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab727196f72ea98afcf99b8f8505867d6f95f7e3d4c5bbe5b7b22961d4417fd604bc81970c5556c3982d9d53df7349764ced0796fa811477575a3165a593aa83ed46719747443219fbf8c0e2ed0b9f1916561ac7901016947cc38051ad75b70f99817197a86ed62fa69f8a31fe72bfe73661f12d6b28269499ee7dfed04aa6172216b197d3dc103ef94f4b099caf9109df6805395a85e2214b9e9b0d8c8a868ede03a1982406dd06ffde5dc9b4d6272d1920f9da7a6a8162420a47afb0d9332f14b3d1985973bc6ad2b777dc15ab9ca03b62999c17f079cd0ee8cf1d95b21ac07ada119861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3198a5c8468391a917bb5db0070b6c7f2e435649c787bf075d2881df3caafde8a199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc199d7f9572bd82d1804dcdfb91b168dbe25679428350d5233afed2dd874c783819b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219ca820a2025cdfb089e8d26c8a5e2806027650ec6cb2a97603e79df365a2db219cda6741c98d88109155663f8841fc67d13fd0c9d693b18bcb769ca456844df19dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd19f868be219d3798f74a71776035f3642f412a4b4b3d42e86af2abe5e7877fbc1a0a32e7e8a37e97b5c50af20daed4f59e3d61d3e2b8ac975df195d7f737edbd1a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df481a18f26074a5252cb894f25aceae9e3e3a3287f941366eb8e1f324863ce720251a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a27a0bb405e7111aa525eda071ac31389af36ebe324cc3c0d56bb72e20fb97e1a2ea7dba88caa88e23be7fe17a77e33766d0ed471753ce566edf6ade5ccd7721a39c7ad21b94129a92775975d131528a5fb5df8841695a5173e10b4b9c7fa5f1a3cf2b312711902c9ef8ff0d9abc2d199c8a6d7eabbf79d3e352ac9167f41cc1a510a85539bb5b35e4d0096c3995d4d081a94891c603aa3110b98e1fb0807631a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a595fd8c2747af829389eca6223aa95d1447d255dceeb446d798fce59569c0e1a5ab2a25f02cc07949928d3d1f460efdba38d44e91f26bdaa7db86254a7525b1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7671704ff893511f13236a2f96cce71c764cef095a117c85355acd7487ace31a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a85fbc04b492d41cc1a437e23751740abc6e288d415f96aadaaa2d4f1e986111a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1a894ac56f87b7ba3bdf504bce8cb628a1d23f45d3f96fe95a512d82cea53c511a958e94b6376924a77434a1b98aa1aaa6611822be7ebee528026f9e4628b7c21a98a3890ec1cb2b438df1df211404a056d7a8ab5063cdfb3572f31eb058056d1a9fdf02b05477e9ed3af76bb265416834221e25f49e782e1bd65084b0e5e4671aa4b13eb8461d3941ad482c600685c6eae4714765ad80a09b78e29a3c650eed1aa58c48448f25de64f890c09fd4a85eab06a4c4647683c805e6f84bec2a22511aac626926232250a6d15f15731bfecf0e9a172dc4223f7b8216cdc1d383f4c91ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1ab52c6c19280489ad9abc0da65d9ece1f6b42403f0e2df32441b55c15e8729b1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31abba42204715966efd2435637ccf5da5d0e0e826eb0ef65f2e4521d62c2b7121ac6e28675c64090275c8fe1ae4b4cb7381d32a6429dc072821a3248431cd26f1accf222dc0b0a95bf85da8b9359be541a11401dd1a34be2334783776d73588c1ad09884b52bbaba900bdd217e28ef8a1a497ba42ab7c3fc8fd32a3d309fa4931ad2d674f24822473408e157c1bf66475ac9fd751a23ca9a59fa79c23e82b77a1ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81aeaaaea007c15188ee719570bd64c7df854413a97c501bc783108a6e69898b91af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf1afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b050b5d61036c8a3269841ad3e144a322a0e514402e689b1f4286d941d0fd021b060b8a1ef1748e4c730db2a03ed24e3947f992b8af5f83731f3df5121022991b0660761d2dc78da85422d0e618e6c077015fda0ab7f3a59179a1c70d5c2edf1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b0af9d7eb81c74ebc9a88d217e4087f14e4382019c32bbb67f50ca6cc80f4d01b157b48ea94b2c891c7fed09a51deaa3357e9e44dec9d20ca4dc4189a2964c01b1ba6832e93f1c0a4c8da1ff83bf04189428a8551b727c3df23107ee0a36fc21b1c1f8c0dd6e810ee532232ef536d3439fadcb6378f9b012117c9fed22be07c1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b264c0aa75e70379190917216cfa91e02a35577af1c9db2d5991ad4a7d8a1cb1b3e7677f0c252abac19a8b990beaf4710b7b529f8ec7ce4ef2f77ed51a64f831b43262f7aa5fde4d03b130c5d0d7d7713368f0151f90106225fd6ad78ddc5d41b48d8d9028a990d1a6997ea96f720b9cdd714875a72602828e4be65b73b5edb1b49b6f12f99b2d868a2db99c714cebb00a23d8c6ac7c877e602ae0228c429c01b4c1b5c8f5d440f1eda51bf048f1d34e9f94b8f41ec820d881cb6c596eeb7851b5627e54d72c01bba981dc31ac29cf7138f3383441cc5e04627c8e71951bb981b62c40004c3c3119e6980018bd9a33786fae09af14d7fd238cf987b3a2b0ff81b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b76d81339a8172b397716a1a01f5e5f0bfb6566b1ea884209efd7a12becb0991b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b8f5d1e51af9003c5930b648a4841bd8b8ae37917167880365daf5f5176ac5f1b933311a3f403d5520678148faa7d947c942544531ff350c98a34e0ce2d7c7e1b9a8951bfc81c6c06a18f36f6d592f6fd764614a25bc6922cc18ff9d9ee020c1b9bb004a83a6ba48d8c24b4afcb6607957d43b32bd4083e21ce6cb4e1c028e11b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1baccec662accc18a5a02c50e9e5c46dec5b348ac4d09b7a1044afc492c142e91bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb09a410429437e600d7354fd9b26097ca020cca8371867a7f9d9c22b008d941bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bb788a27b05b5a27f9892c6612640af06980243a4e866c48284029e95e2db491bbc5cc340124f18cb012bbc1dfad0d3b76a814fb1c3fd38ff0ff11dfbdbf2ca1bbf672edf1e68ee9fc04cd9b2f489928485d5949b0074a075f4401b8e16cad01bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd51061dd05181f9c736ccd368192046252f89ae2bcea27e3f29edd686191b61bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bd897fb004a5fa2e7ad9482de4743e34bc7baca139e8107689e810e463bdb941bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71b926d8ce91e48f1323eb74d18dd3b6360fb761ecf0cc4fe026d87ebd99b1be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bee344f732223a592df255e011b9a7aff736331c0c3f03bf7fcfd7bafd598381befa5c25208a94acab6ac1157f8812f720fc420d0091dd9a124f8a1b387f0981bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451bff9c8edbcec152d95ff1100615b05394fafac82744a892463ccbf142b923d51c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c04b5f8ff723bd814190782eb816c7ee9f09bd54e1e700eb870637228833a801c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c080055f90f9733f2c1a71deb42ea137f29e63338ef1ecb24c4273fb96992a71c08bc70ae1f060eed4facb0f66420f0e90a2a5c2a10ddd817be65baf9f5dc841c0f95dbea39e2475b64c2f3813a7a537f96ae172ef469fd75fd11924ea2cb271c1dd775495875ec4dade59a1af4d9fa19d9c67c906e8956afde609ad006b3e61c2d20c52f9a52106f485b87535ad8cddad265c914dfb5761165734a3abe185a1c476cff25d566981cd58430f741fd47cb8e79420075322b59c847811c5880041c49b7cee32f4949f685e2a8a17bf527ee5547af5743b81d34ce56d7f3f78fa41c554199347e2626804086a9ea47308f950008d2e29a1aaf02d87461038d421e1c55948411f2a7acd699db0fce9f80cd44e8cc7a6ad2bd66214f5fcbe8fcefe01c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c66bf992e783f2b5322ec20fa6aa87558b4df465defcf4baf9fff89aae2ddd81c690bf3c7902aa9b8321df8d9a68f9f7ec14596b9e5e84176d0054124e367b41c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c75a24d4873d9262e63ee44301249b4f8ce93e430a1c554aa34282f24bdecdf1c7a3c8ca5acf8400eade8b4e68f49c657884a50130ab80e545e74db9c9145d21c7fc79b4f859867f11a585045436e12d5079b6fe360e113f787daf22bd7c1691c816c497b611f458f41d1c4f17c98a35d2d21ada34edbc2c5834b0086748ad01c8b9dc7c0170858cb56bced2f8342af116165ded829bc14758807ef562d98251c95cd26f14c784ca2a908d39ab06ec6c23d0ba2dbfb6636a3d53be7fee70f631c96549dbba5d5fce091ed9440995038c761cb2a0236a1e06692b31027c9ae441c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41c9d4144e1e422347d95c7e583dac3f36d68a468e14b407312d8debcb48af3bd1c9d898a6dd2df044a2bc7e68cc39aae0f42b9911aa98a5be0281ff74d5ce5b91c9ecff373b5acc156c9e1a29a3dea6d8d818354dc74fca74f7a6f81d8e4ed4d1ca02df55465642911241703f1c6eba5d0b4bc013dd9d62c901937dd850ceeb21ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc6efc17d444996ca30b6bebd2e2e75faeb5a7ba4eadf7ccae87e94591d95b21cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cc99eb78fa48a31a317a80558c5e32a8518f4c02a8fbd798e87688babe098731cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1cdd5727f719b70f3f8ff27a24aaab85c3ab82d6d4c5b0a634c55c65180ae5b51ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1ced82a3d3250d2920376536811356aedff072455b6dde51bd34b5156efcf5d31cf078b496ec131e159b9628f798536eb6d40a3bb6797b25945fb86a82d2cc2f1cf3012c9fc719a6b0e968037444ec0129574d4605da113480afbb7e180da5951cfd5637e2b32d4bbd40f9a5c9e4ec6dd5c88d3a55954f8f7cd8b565882d2fd81cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d18e6c14372834d9dd57ddf7bd2677fbe739512aa622882d7d791ddb19d55811d1e4b02934943c0da198d2ef113f0b82c645bd6d33aa864bc27596041bc65101d331c1c9d3b86f8e17961d9f06d18ba236c66d92fc6bf612b805216cdc24a1d1d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3a099dd2ff1a04c918903404633fae030fcbda7f200796872c1903d606995c1d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d4f6ea9a7ef4624fc7b57a29422ecfa6b00dfab5c609b5112744dcae54fde701d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5aad9f91096ebc87922cc2add9cf1b5e66bbde71bb988946100fd66f15e4c61d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d5dfe24d2cf40d380299792e7e1e3af1bfd9be5b814f22db1adda553ce8fda41d5e71585fdf04c940dcd92c5f660ef48ab32b10a0f6344ba4dedb13bea236dd1d5f169fc99abfdc26a96b287305cd95e653a870e07aafc1d399d292a613492f1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a31651d6a87dc36fe6d82746d76d82b70d7f7ccf44524fdfd712d995ce4929f45bc591d6ae5b6c92ba9e4d82c11e00c4417b9ef35f496973b25a8b158f41edaf8e5c61d7263127033999cdf7d5abb222dea3c65a6c936c2ff71dd2bddd803da5b7be21d730182ab3122339564e0cd39db9a9d54445d8973545ed892851668f9756bda1d7c8e25b660c67d333f4deebe05bbc2b11189fefc4bad58869a574d0345a7581d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651d944aa8bc021836818eb85906d04ed9444b1a00e47a66825bc76c840e97a6361d989a87144246060df65e5360e2716379e40fcb64f1e4f7ddb3e97638132d931d9a9e5dc38ac4f15257db0dfd46f90082a0deb5aef9b13b446035ed5f2df8df1da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1db761228b2b80a7c10e961df3cab9ed2294c1195bde3ad2918ecf4116049ed81dba58d2c984e574a5ec4e0f5817f9f94b405af8c358a2f1e786ab809a230e5d1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dbd3baebd77d056fd525bfbde1717bd0b685c6f9b90f128bba1354f47048a6d1dc8d6f5c6d7a9cfecb9d5a50484c0b13373e7d8e9ff68669d2bb34a4302a6601dd5cbc39fa4c9acc623b6f32d0a6e2e88235df23ebc0434493d57d244375bef1dd6fc7c6e7aa4369d9670521ea0e201a5d903c2a1c5bac35534a226e52e9efc1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dd9422e0ab11b56f57f46189833bcee29b0a8c4f9079ab8c9103fe2af20409b1de1e2442ee774844f53df6e92f2411f98dc3750a4e7016d9856972cb7b986cb1de5c375b90ec7748d10916d3b61338b7ec32e3352d57d07f25ecd8140a283eb1deb5a31d21dec886efadc51b7fc2907436cdf36a05797d2105ecff71b810df61dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1dfdde1f24c75f3949eafcf91f2465b0e8bea23dc9bd7f93dc23c9be421fbb401e00ce70a6e0c7639b11168c83e34971f39c5529083814e4feeddffac6e096971e0329eec1ea07e6bd74752217cd0a0b4ec49b6359d534490449a0115dabdfa61e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e09aed138c76d5b5873f0a54e65238f56e086f4bff8c406f9e00b72ae9bedbe1e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e213422cd09b7a37f6ae63bf9b931f6afd76306b2adf2ebab78e72c17a594391e23a78174781e619d96326740e424448cc99429c5de12f9521a2c2602b183211e23f4cef4cd82a25240701a4d4eea9d2fb78be27234f1dd5b40ae39e39bed321e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e2c25dc447a4b1720ab8f5b0c85c703fa2b757b9aab8154f3443c8bb1a567901e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e3e344c806a61f4d27cad98638c6aa68f16258ab74882d31f9aa7610e5ab11b1e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e43174d244195bff4b62c34d56188f91ecd88e7ea50921f08b85229dca280e51e4d73d5b439e554e3d5b231b652730099966c6c2a0dc94a985ce5ae51eb058e1e5a025ff630ad5f5a87c3a3dbd392e069927845fcde8735f50cf513b87c51d71e5e32f884c900c55712c13a6dede6d0458e0e36e4fcebac6ce3862e4598a9e31e5f7065b14e4fef2fbb2ab66d76d7d9c8bfef6e362af9e77a6ffee46ed4110c1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e6a9fcc07495e255d38b17b2fe334b416cfbcd525560f1335fc5049dfcab5041e6b29a4177dbe57529f25232629e3f9a7b1660ba7077ae83bf1c1db55d83f3a1e6c6d7feb91598ca928a2c6cc24aba8562ce96fc789910fd69880225d87b0281e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e76c8360124ac2da1969dc89319f8a26bed5ac3cc4f7082e8015dca229a72351e8b536685aabd452d38ab110d4a9a4a2e20201708f66508e42e8fd17fc9d4f21e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21e917e1e5743ad579758bdb3c0d79168bc2c72dbdb950df9249ea6d671645f591ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1eb3224427efa605cfb08d1a9d3b49103e29241519c270698a22c529a8d36cb11eb435a53210c5bc14944fb79ade7222e1f953076dbe52d3a1b4165eaa28db571ecb599aa6e658b36724e7fdb6b94f104598382bd669b8b1fe8cc0446a8a2d8d1ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed337d9071d95865b902e463d8602df8bd5af398ce21ba4ac3b54ed3e671d511ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011ee8a7f3dc4ebee3457b33ad9003658794fcd51b607cf32ce696b4a441137e321ee93a5ed20aaab98a475a541b052cc55dafdfcb6d849604738f99af3be414471ee9726122f05512ad37f6141140f1707f4ab64523ace77a3a89f46560842c0c1eeec7acdeb393e42e4525b24322e51e9b4183a6f31ae7166bbbccdccfd43c601f0c1bb9c900c3a1b2fb68e164d53e587f7932ae61c6126e84d9a2b00351435b1f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f13b57a821e1658a24bbd8ca427a8343775bc5113d039602709778a78a188051f1a57a30088ad266122772382992362be655cb46632aae615f3cff454b350021f1c3741b2ee8d0edd120b83644b2629b232f9ac0ebff68d7db7980d701dd6621f27cb573151bd355b1ddb8beb29bfc20db4380119db9d353a05f2ea3f2a294b1f2d944782a3a82c97de7624fb205dbc0a31e0d84b129e9199e5fafe24ed94b91f307e9851b364546cc1b48de34e482aca9f74d11b6dc9a131a6e9a67790b8721f42527dbc5cb3e0ca86e313ed330fb276e80da194e3d7246c6e72f6954e02211f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f47e1e5cc91f397d5e8b48918cf1be6ffae7050d9075333c1266b5fd70504f31f4880ced4d6ae4e90fe5e1f4ccb208c4720abf68bed1bb919eb058aa364d22f1f4b105fedc4463709626fdf50a0b1aa6624b79b959ad41526dd28daa9d3e3861f4da474abdb3824e3507115a9864d32f216d04a3ba2bfc0b721deaa9e72345b1f53869db9049255cde7ed73acbfde33afd2b6eefdf99aa12592917f49b58ab81f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f5a76d44d05595748aafa6b88df493d02dd1210901ae651116afa4596c79f991f5e42681c3e8dd036cc45aa53b858cded7a674f27c3c788655d798669653d5e1f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f711f1827a81e959a1f6f15950955024e0497a4389a555789c4d6d57e871d281f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f758210af091bcd55602e393e5933608f796ba0f29f0f1fce179a1cb7c036641f7a8a0a3f71558981146707300dafa2ccb9430c61226e142c6a74aef174f50f1f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f8391a53240e9c5d091ad1177821326c9043abc1b0e87c18627308d4f32b77c1f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1f9c8ea7423c1d7c5a58d79111654d7009ee37649416985b113fa251e2237aaf1fa8ae528e66dbe1c4afae0b79e0740269959986720a4c704dcad59982f9c5e91faa1d8f6d8ebd7ddf1ad9482cf552f2cd71e4db78c7a749e38e0ba2934be78a1faa3936dcf427d64701deca9908ba245b7ea90d75807c4414f18c8ee90faedd1fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31faf5ecdbc69376472e953c349cd40978b9cbc57c0471aa132d5929b230f2a281fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb1dd2135a77fa93f4c5139c5242b84e3ba8f3e54858160416c49ee8f898b0a1fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fc13f2961c3735250dc0a325278ca7ded919439b02e27168cbf757b9e74a5161fcdd7feb7a34660f84b93bfca9772154f04b609ee6d4abefc7f550b83509d2b1fdf91c89a6d5804e980a6da84c4692dc04ffeaea04065885fc8a792bd1b8dc41fe0e83964634ce96552f57651f30e1eae4637eeefe1698a8b78de8be5d7da0a1fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e1fe2bcd35334defc24b64bd04ae3b9ecf296c0e9214e666d2b4f97539afb51001fe4e1adfee4df7ae7df6678aa10484e6ced863bfe88fa5ef1657e98a41fca6b1feb1f3ee9c3189e9ba9769b5022d6faa43d9d65ae0cc5aa40a17ec0500420021fec35cdd4e90921e0ee2d6526af684ebd14a82b2f3f08998959345e8dbef1a12004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb200e06e2682501900a66de4a28ce5590935ab9feb575e140a58f8844ab527a432011439331a33fb764f61051bea3c882adeb7ee3632a310fe5b5df97b7e1e6aa20116fa3a95e656ea18cc8a4a9bc7476cc877b797c95afa9f2faba759ef8d53f201cdad16f1b4984c6fcb4da9e9222bef6f7f298f730d2eb87344eeac5cfa89e201d338ec068b089a8fcb6a119998b44b2727ae0e2e8a850c6326e3eb18c7df02024b52385cc4c934b4b619cebf9d60d327a426a817ce11202413538c1e04add202557c09b0299375d3faa83f19ebd121dbcb5a471b8a6198e40f4d1b4ffdb99202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d74743204d638334bf4017e63f7762d9b3ef087bf3361a343a9cd9a02a66de35b308ab2057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1205a8f1fb48e498e15ce7c2c595fbd3d9edda584e68f2915dabc2c19d80d40bc205fead9ca3019f683679a8220e7f57f5758e706a2e81a0088c5c8dfe053f0202069ff6137e4ee2b9d358c341f28c41da35800d98cfffec9bae04159d8fa880a206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee92677206d1eff32c01c95ff4ebbea381dfa0b121461973e42644cc11655b56f56645e206ec4d974b2d9ec068abadaad7442896925e92bbe4abc0043c1f30a26830634207855cca3935c045f9fe876ce0e994c633237c752464eabbdf24849135d2e1d2079e977a544052b60e9ebf7a8eda8b683d3b191504a45b0807619db4ed6f53d20836648f46647b1314fb1324c7fcb6afb1e7531d4357483e3976830d84ffce32089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2208b644e0782d08fec0cb77c6a60dd289b512df307222571ae0fd77ac9228c67209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120a4a52a80c5b72372b7e2c41dc60226fb02735285155f32912e3b282e6e141d20a9cac2a2887ea2269418c6d2ce63c7b6a5efb2cccd24e94978635123ca05c720ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20b0753a69a8d4d632db9d2ffa1394598da5d2f791951c89d0e569eb7f71baf920b5fd5e99de3637dd2bcd116bae60cedb8d949d885d421df3c5c947bcbf1b7020cbd770d4967fb0cc27cf2f324bd21dee6ad7a8d3749445134d9bfaf6c20eaa20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d45eddd9d6bcffa4a33ec057db354cddc184028d5a34fa7944ad2fbef7a1be20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc8296517254320d66f652c8d09c587d6eafbfb803990de538f8ace794bdc00d818a7d4dac23e20dce70a10c2ca832c25185da20b89ba621ce7a928b5d195bdc229d829ef860120e68edf7f74b16f8341b326d0916d327de81ddd34ad04d17f7851c5e555934620e78f1b1d75ba5f1ec4e2cd7731849ac344c50c4fff92a092cb688aa796491620f04f23873edcac2b4f2d3a1e883b3e9732385d829473fdbc11d0c3f6bb113a20f61ab579d2c38ce87b6f2b87094fafd26d51279684e6ef4f87ed9e7661d8092101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210601daa82dcff14f18689de8632e8e1a483621a7d97073fc347a51c9240012210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d211528a86404545513feda0be08fc5e1aca6aca9dbe7a2773d905812941d24ad2115f9cedbfe80e12e6fa0f28cec2c1231fb240903695808c16774faa4d17c90211afdb3ef1d8904f83a4cfb45d4ae43b4acff72adadd44fcfd0d1ee9f0806f921287fc7d0a67de68245430da490b8ee64bc9d98de03a7ef0a1c9a9d95f6b7ae21338fb41d60440c5464fa6b12a0b2898e33b7dc1feaf75a9616329536de7d0421354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab213a008baf25b42ff7e5473fd536fbe0aebca372c365ade05f67f1617826a729213fd355141521eecd290b6c6e1fdf556e10f6281ac7858946805a87e6e9ff6e21507a34592d439d6907e81f596b08e7e22d0087a0a76e623ab0f6fd611fd25b215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215e6c7f5a4f357e9d1ed39a134bb70729c6bf4843c884c49446c12ebccdf552215f6d7e61b6e176486bd19a0499241f227b9a77c72edb1392cb8a11e58dc068215f84e501fd503ff61fc06d335e39bde5e7580af74357fd47afa5a45cc14e2e2164fac565624b891824faa42c89a354b89f8ae662f4a9bf3ec1900dcc34f2c12169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a8216eaebe580a0b4421b9416f1625bed2d16aa23d6d5b3cf390f63b11bb30b1a72176cd9a64a55157aa5e3e6e5efec1891bf05fff6190ed797f4c9e497beaeaf32182e1766eb1ebc0878f8d8acadf3def494dc2934d3cdccafe2bf32575cfb81b2188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc32198d1fa59f97c6c1c04d71b54e3bd255aba0e52f72fb56441792a6d5ac3c19f219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621be2a2f54b8d75ee07a644fefb7cceaf31b0f98d4b51492a4901ba53ffcc25421c537551ea760c6efe05ee0e8fa3a8cc038d811d26ff7125f1f063a200ba22021caf22674cf6f9228618d12c0b166c752234dfd7fff80f1c867eba8dc7b2b4121ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621d1f62a97b11995f672ccbdbcc17913e7a18cbad5aca8dee467e365d71121ad21d761a8e829a539ba26c7911ab5785ed2ea31a285289cd9a355b3b5e01e6ad121dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a21f37941ff122143494a282c1cdea2e2845e2785375e369e42b240764dc7d6c321fdd67940ac706d9c483d06322d4aa881e402d157e935dcf2bdf05cb433fc0b21fe8436fa22b20a78003af1ad1edc1670d6cd5e84935008fa9b30087663b7b52202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622208dd31e2b561ea146fa4ed0221188182474d4d9bceee3461d640c58266e876220e2d913c8c70878fc2c3e00c61e188409920e910fd07c837afd9a6128505c02214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3222123bd9890a72f16fdcf76eaa2bd8af2cd3e3868d97b67d2e993a9405965932221840ca48a2b18467fedc40bda3b51481c0477f0a7e189de4168e33c21f9cb222750d9d98d1a50b791a83ff2a4ed52e42bae802e862d6ebfa72087708b0896222a40a6dfba7a66ec84368c31ef964b702867ec0c2f0cb2aea40390e37dffd6222d64198bd3f24e4e369e33ac50600eaef2ca9c607f218b961ddaac09a271be223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba02322425343231eac519d9120df9c1d9c4f28b63d05aa850d335cfb9df706f759c22245d877044aa8c3fded82df23b6d4ad7142cbf1ccd965e2fa4deb0b3148356a224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce225b335bbe401e27a1866024124970ef1f452ed2b953c17ba50cca1888222430225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5225e80cb2dbde104355930598ad70c1fc6ee2d6da7ff17f71fb6f4c1bddb7fd022608fc8dfd138f135e476aec9e70e3b02e81ac8813affb52da4a2c08466aafb22609d41cad9488c2855b3d40bfea14dd5160c486c73c002bfcd1a01c55aba3c2261d2969895beadc4dd120b3e66d9bb56bcee75a75ceecc1c196088a77ff217226c319e73c784ec0a97cbe041a6cd3a5b900c08c1358898fdac697fc7c1af9e226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a227b221d2686fce4b85f51ce2cbba35fb4d478eb2d0705cdd6a230101dcfd56d2286bd2b663566286764431793ce3c6907d5087fcbb35d75c6a832d9f511c4bc228d013979db9f5c04a3965e588ca07dba2a3edb1db661548988d6584031ee4622932c07da3da558743e25a5a4f18cf22fe900a4fbea79ffd35f602f6378be7d22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122a916f988fbaa38eabc914f385b3891ef25b744b9b6c466e9ccf00b930b8c6222b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ba87cc42a4b95fa34aed7b046b37a8700e99356d14826a9ab3593a52d75ffb22bc65dbb0bc7d80298173bc1fe1c0d193caab745bbc22a1699eb7c6eb2f56f422ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d078625adbd1cd992ee33db842ed80c8164edec7634486d567e068fef1e78622d7fe838e05f2061adc9a899f9b785ef4da8cff090fb9ce7523ecd1b4e1006b22d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522e4ab3265dc834123d503e151f6b31c290de56a7c99e15ce9726da73dd4c1fa22eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd3230e22f40f5b84812e4176851ab8f083fe7afb41d1494d88a815b0306cf1e88d230e5ed1f633bf7977b234a3d33d8824fbb51b512f83b45a7e1207f3d87baa4b2311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d2319b5deb3b5262df8aeab68afab5102eb6225cba90ee3e07adc21495929e3c7231aeac084e6aec46cab35105accd6790763e62120615a1571f2217b12a01d2c23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe76723369c476b65ca01ca6589ff00b9db9aa9808889fd499efdde8fcc93cc007a4e23405ed43d7d6c35db1740edee1eac57f1f1d473618814092361e61c2084dd562341febeb814587b56befde50ef75bb51704e473d8a78505c77687bc1ab27575234394bfafb83feca63d8c5af95c4e2d6576d61ac5e077964755214a0780e91a23455c74cab32ce4686dfe6f8ca239c4bf6b7da07c642a1b1e58dedb3f176f97234d5ad3c09c161e1043e31b37ae65ce440e2fad77859766aab56b0869705c1e234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca2358954e3f2478ecea5a06eadc73d7b06fd9667abb5d2c1a5254e72c45363c6b236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f8323713efc7b7e17bf3465c914c2daa806ace0b45c0485074d96b18f5ac44ce5ca2383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f87232387ab324f7464872bcb988e01e169ff589f1964d46df24000faaa1a4cbaf8a023a531668f204aee88009588d5e9ac57688fa82c534194395fecd1be74dd250623b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d41b57b6c856d94350647692fcbbcf4a0af8b31e4204966f340398de2c513b23d480bfe8f4c832f656a4de58029937b138b8f7a69174c420dc6a1005bda74823d4e3423d3cce82a86e6ae6af8796e5afa41dad54cdaebb65c7521a93d9bb4123d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923da07780fea828d5ca74a5b55b87a8c14ef6e43ef38181d5d9246beccb3b7c823e5faa95874a61dfdada63021ad3611e81f06d19b08a106956cd54646e1adc023e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e7cc2834f1bb324c7bb1ea8de5825daab9a2b67bcb96657e3127f8f398153023e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23e87231b56ba9c00949e2ddee1cdafda0af99ff921bd7d5c7095e231ea7e93f23ed7b00620fd7240c8a3067b4bb1c965fa4252a3cd276742cec5883d1a58cec23f349777acc7bf7740335d4150601f8f26d6183aac33a20989a1ec3510bb4df23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d924085c534ae19923666447fcd5ce9ad0afc5109b0d995d0dbac4e932a4e10d21240bbe11934a2ab8aef8a0701d67c2a49d79af73e8d5df7287f382f309d15443240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d0624191eef363e02c06cad02497b84e9a9c386656a670a3a65a352b89c84e82b35241e150345713c8970a051b728267b3d92f9fd58cb74dc1afaf127edde0dbd7e2420f6941c14729dd27b593401f53fe6ebb79dc5500f0609515528d1b4a39453242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a4243c1a3686f84a3d016535713ebee3d2bd2bb79e946d6b84b446ba2294a7d953243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742441427c358d26ed3cbb28c85e35ee0174234f7c161b2c4a6a0284050a6832592443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245a3267e68fd110eb2fe70b4934d2fda525c3810912551342dd25b34808c7e3245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27247f406058049eccdfeb14de3a57339485c3b05bc9db3b9721e9d89468ff08de2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124894eab0119ccfa90f1091dd09f5ff3daef3430141544f5572d70418d819c5a249767d60f29a381c3ae825e2041815f1e6d47f1d2ca90feae2912b5374beac62497e4d612e4922cb4833c90378e6ad833d287bd63c12864995ebfa6b7e5e999249c70f6e59aa5ac5c6a47db8e44e83c75fc39d04fbe786c01c1461295ba7df1249e603699e11a50479a3e53d2a2e08c17277aaf30279748a894dc17efb2d66424a0f650ba1015e7315552e1e91914556294025ea23407240b7d3128a415a57824a27d34ad7dba62d76ccbd4eb8bf923854e4c78a42813dfc88cbd708a88573724a33f32f9fab7730fc889d8468a473f54433f456b42c9f3668520ea0bdd53ad24a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24b67a289fdc7bee1723043f271687a401c31db285332f51129d8ae41f1e298124b808fbe8534e017dd954f099c5232f0d17cf031bed1c7b9f2b28e9b6b6f1c624be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324c81376e1dd214b90aaffb3c97d5052f798b8618364432065c7766d6ae44ed724d0a131fae13aa4be6b9e660a80d7d40205ea2337b2154cff28bc2f02e86a4624d241750c8c555d2daef1f3ee98e31783e5db0160f61e937e8537a37a7ee0f924d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424d912f3e005fc596cd1f7c2f5efb33cfc794f7bc96cfbe767d9ac9167d399e324db1fd59fc021d0615cde86727958a0cda5791c41e0d978ef14330ba20b079224dd07a251b848f928e3da4e4251d1de23c8be7c9b3114bd1dff15c1992f8e4024dd37f370969a47bab199a951b55d0894ac47784ed8d73058378e6e179f397c24e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c1066524e84cdeb0cce64119ef2c1ac6bbdf3598625ef91cd73c108c3df8b7b9f5538724f7a18979d44c14e89874bfca81a539627ac1444cc3da42fe8cb30f740fadd324f899606a30139bc992fa0b63f631042dbb4b400d66e69edc6efd52883354952510d11c679a9704d545a9a5528601682c751fc29605f9e1067878a8c7a4c84025125b4093e8cfe95e1b8bff6897055e72de24473cc61a13a1c6ca33784470ab2516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e1253ec34ea5be916d43f9c1731b8d1150c243117ce7c2609009d3b94c021a9fcf254a1967e64a5d0eab031cec45b79a0eb4c93b45cc423a4f42d7dee462edb542254c496615cd95d07dbd9959f1ffa9b539ac80048226794883151b8e326e6811254d1b01c12650f7c78c9532e16f14f0ce580b70f07aa8dd700adfe6752848b025531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae255b096b6454a239a18fc2357cb97d2dbda90bbf07ae55e224735fb0577befbb256c027db21b70661e9c37115f4e03f730b89d80b88a7906da9429c18b568192256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc9257bdcb3974c84677951d2f83e0d50ff1ab1d76e481b728d1dba91bf8f94e2e125822e0000e36bb15b771a642b4b05cf292a1f961ea16d9021fa074c44ad422625849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d258573128bc02042b90684a3d4a33c72b891db6cb511e9edab4234e386d8a55d2591cda51d7a455f08260eacb2f8aa93217ad03f10f2c523602b7efb09a6f76025a9fe3ffc1a8976fc62715db5b06708d4355a2975e49ed1b61aca6f9f27f83025aca5c1bbef2a46a94ad919c54b0f6e5033e3ff6980b9a3dd9a553931430f5725ad0cecfc6e6bdf5f1a1451374db0bacf9023b28e039daebbfe35a58fce3f9a25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225b459ffdd783c9d15bff8c641218fd480a80959e1e172bbc2c0adbcdb672d7325b9f3ebad2248f7970c6beb2c3201ca20b0857dffd6fd0eb7da97f745d4e5da25be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25c9789912a68e6720394110533a6c4cfa3e789f46f1d87fbc0200036ebb83b325d682720a94badcc7e4f79413a3fa338e428d192f2710310af1908b7ac9740725d8a0cd833f25006e6dd3df36e2cb0b2f9ec2105b9b8be06cede89b43a3821f25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25edb8c9cf23de84b4c77fd4864fc428da1ec9188650a39891cfc1970054569925f9b1fd25d7a600bad60d1d3cca03afd4cfacb65f15611d9b01e6067920fab425fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe25fbe4c00fbcdeab2bba99b21578065bc66ff18701db1ee8d9d7cdd57b0d0d142602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d26187665282a9cc73ebad1d6ac28e43e5b9e311b2305f68d3275a9bc925af223261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb11024261e49b1a4d2d16e87e0f40977b2f0f2dfac9a736f2fc42aae86e9a1f88e41d9262a2adaff7387d7812915d1fac1efb53f273d9799a1caf766ea13c57533cd882638f7b94d6450b3831913d6096fe8f74f7d055186044455e935f45362302590263c7ff9907547db04312fea6c2285bd3f57735e886bce7ff5453243425a718a2645a98492ff6b5fc73bc6db863ffad4fe9bb0e170c684ec6f2b7a4c9219cf3026460a413d2bd76aee0642114d367e1f28e7d80b44d1da4b3f962a7732f54b1c264aaa20d1b4cc174fdee17ce680649e292c0118ee972909c9b02b1a14971474264faf55e7517d0fe07d6ca426e6cca6a86cc180a6c29695afd20f188e038e7a2651e35e0ab453fd53750a6866a29e8552b60d99ae37e1fc38e07412a88738912654da2927343aab7fd3f2220c0676f3742aded8ea0ac9eeccf39df44a1a52e72661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4266abb31d844355465d54c8d40d5e11148a6be60d42f59731440e8cbd845015f266b95c3a7430a2c195c6c074dca17513ed0a610f04fe181133d10ce5fdf31212671fea6b634c535b5a1084faf1fc3338c2eb791413201598bbd73469e7af1142676f06923cbe279fba648de3f9ed33481d9fbdf71c1f76c962c787943ab8cab267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c418267f21e1bfa8e4db4078f2236964d9ffbcd8a74b9cde166bbc9698a97589bc6a26845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3268a306793f870e70e8888bbe335023a48d1f0bad6f34028dbb2cb79d8f148a0268bf4795a04c3c865c9f5c16e9e875ff6a4d826c407c9ee8730f6412001c135268eb0c38806730c35fcc664ca33a929e4da64b02c9b5c361f3c8cc51f932d3e269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226a46e792f71d0d85b3117c4caa18cd4e1f0bc78d9be8d5410e0c07ae11a809326a9751e109e1cb4177ad005093a9aab884e6d475be6d91e205c5536a8e8113126adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26b355c780378508a3378ab2ea30f7080031d1b460b415ae4f10592db14d735c26c3f3e2c1dd240b67b95899d509706aba09dcea02dc0f2a163411d1992038f726d0b664f4497ff549bde7a532b03821c02e218dd0b5ffccbc1111f981cd759126f2104b6003fb18be32394f3f3355807bda60320259483ade329631263069ce27081e495b67d4146b59fd028dbffc67cc9d811377e20a86610b1409066cddd7270b5f894370535e300aedaac5fc1b99ca910257a939d323fe41592770aa957027120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f432719644b86b4ae65cabe3a3b12b7a494c5f7310cfae7b0ea5dc6fd0c535d5e21271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e273064b36cbb6930b16b79368410bdac7c2eb71c815a4cfda55dc1ef0d2e5fc627322ea5f24afde7592e7e4905de5f48fb9fcadc0d1a389936f25c6ca53e75282740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627485062a371710a51e4a42e8338d78c4db30d6926aa06687d392c1c90d85145274b47d48cf0e80695d060ba36d4c839f188260ebd2512008fcf4d7c5c1cf079274be98c4670e943a3b29341e5fc285e3ef45572b817008de6407233c4ed083827531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec7627558413923a3d836e3b92d769c3ee4b0124584adc7b17d59524f7e2d8aaba282759d9d561e4787dec82bbb6c2dc2ec2912432941ab22b0d00791a3d723fa33d276674e01e0e67e08e78d53949a5b138266c3c095000af27b90d51ce6828c033276a19e6483ab31752eff28969a24de102f546a97018c16e32ab7f08ec9a41a8276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3277944d375e7df93f13e5776643c553d4e736b5970d8e83055a1289f5243bb19278048542acbece923e2dfe84d25474c8d52293bfeabcec4aa477388cd3a769227875bcf7601e72a3c77aa1c3ffce75f9adb40d33b7058419ca855dad111b3492787ffc5449e8bfe256a5153216cdf117421edc62ce68cd1014196819a042ab0278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a07278fd7c8b7f5eda301439f1ab51569f4cffefff6ce6768c83778c0980b4c293227a025b39f9ac05a61401bf66187d361fd497c1336f416e38dcdc24aae83a18e27ab70ee4767db5f5040450475452def6a62633de748e8a0955c4d03a4de578a27b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c64d53a95624b5dc0af42b12385933955dc714630d1935087a0fa138f1d52627c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127ddccc37368389fa284d6335b9e208d09dc883377e74b60c19261e86171429f27df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27e6112d69d25feee1a49b408af724305a0e37c1fee9161fc1c668dc95a6695d27e7a61b9aa4763c6d6a3ae81d5915ba077f7653f747b5fc3280d80cc1e66d7527eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d227eecc2fe761207879e0fb9c53aa576fda1a7cbc28a938fc354029194df0723f27eefe91b6fe912a8c5aaf0065b90ff813f37679f5119efd80e7a6cd57f29b1e27f59c8121a2d74ce178a1aa8f0b74553ffa4f849f5dde15cb8ae9eb78e8422127f5d2d8676df77a1171d8ef67535ccf7c7ae9c45b53079f5a9366773b024a1427f63bdfe0002970662f41bf433f5df962c78a2eb5a1acf540e029bc3517f42d2801d335c45c26484649376c32343d7d609b6ad556c7d201f40cf9426a3429e528023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa528441a6f6bedd7d9557f8742e34f2989051e9543785ca1694ddfe31df2a76f4e284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5284c0e9c832d1f227d9d37f88b61b155e71e30fc2db63d749ebd7f54655f9dbe284d9d0c3353c27919597aad6beaca6c5dbc41479548137db0ddd191847e4d91284f93b683b248316849c04cad60f17ed5d5a1a5554191abf0149297dcb5417f285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b4285f7f7b91deabd8a062951c8d720e2ccb63c36cc15e61fa6ad7c85a13b2e0f228619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f2868f40d45c6414f7d764629790391a97b8c267d947e0425a4e11f9bbbfa020f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28744710e2e1994ca4463d68fd7ad2d3278852aa280afd781b9a695f5099c7d228793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b287d06b836e9a0061fbe08e991ffffeaddcd9b22bb9298e0a8fbe9822423a10728808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f2895f7daa9f4b1c02781aba0deab510006b6d8a2cd11a5a51f305a1643fee73a28966b1fc9978ec98cbddd30ad22aaf3d3d6de768d2065ba5d155d6bedca0fda28a162a69e497d93b778038026707ad883c42c1fbe8dbdffb7dc251e71a9859b28a533fcfaa99cf7e48a0029f897fa007f58f50480e81647973ce9bbc94773f528a7fcc9bff161a2561029190ec6f0a5c07d99881410d19ffe057c5e795b39b828ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28b92af9238b10c444c847cb2a673e0c49d3c29013d93af91107fd04eecad43228baceadc8b8ea8ef686302e346fb8589b7e01bd6b073e819462bd176a83aeda28bdc79272e2c85dea06e0e842f32ab070f5559445cee375256cacb1bc97b70328c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c47371721e3f7613a58e17b8678a62f9e6a3b3d7dfba2fe08810f79d5142dd28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28c8bada9b21efb63dfc4c76e85dab758c41f316db8b4a7678c51803ac4d159328cb4a1fb589dee16a241f2f663cb3ec69d33661015c4b6c4f57bf7acafc0ed328daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484928e183665cbe877d758380b2aad12c20966f470ff892d1655a51426405fce03b28e7da0000bb59aac93ce6e7f0d5238fa91e3e8a64133008b02b1c6ab6d3770c28edadc472f6ca62673bc09516ed93f7ce04980c9c354b9074ce9a9b048c73d129037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b8290482d2fb6d9ba3e2e439e443f92474fe3090dbb448c9faa2402677e38c4f70290defdc8ddbcfcf2b9eefb8d30c1ffb474d9d3a6a66170aaa2f743c1a74ac0c2919716d3b4b3fcabda91649bfd20a1c714bd77f71a911cb658ac5cdb7d814402921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529224e3004536497a59bc7e1aec9f7b5e5d950a0f6851f4fecaa6ae9948f6e3b29255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f512929a7a76ee1c34e70694dd24fb02bcc6550a02a35a679b9c46a86586202d6d62948bb4c7b474e22658bbe5948d51874ff8a8ab709ef64bb451a4d6d0140cb9f294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f129547cdd86532147b6d021ea5768cd0de59eb8c11fa3bab994898ec73fdb4460295a277341a43fbd96def47873e8522fdb96cfe47faf941fea24c0955d9e58ae295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952960fd5388637ef9b46d8615b131074d9a0206c91f600d3702e4fdc5ed8c6fe32961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca29788b7419d2e451a4e4cc64f1be6fdf07ffda6e750cfac4355007611631285e297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec72981afccfb35420e551b61a06b3782822133f8afe2f387bc980388cf2e1976c9299a8d44a6d33787c85ed5de9ea5a73eabca0fb50e3f7de2e9c6347588b6dce3299c1f43f2fdfb7b23f9a1be6e3611af1507f1472f08b9985602ea22bfd1e23f29a4a134226d3a1244a65b3a4b7e0c3ee598f4b38262ec31c10e45d40817a92829adbaede23cec8c79b274c80d892e938d98fc8684a46b5039c107a17594cc3929b67a15011c7563f617c0606cfd51d60f6e2e031ec860cf1a6a52fdac6459e829b97de5e2f0714ecd6d12b5e127bfe4e021304af0ce6f82e8f571a52c548f0329bda79b1bea40f3ef5c1de135d01bf7a8724b0df1e7ea2e5d01709feaa7e38729c0c649758d4bf32f25287f46efc02fccbc12d2bf091edb768e0c005edfbb2129c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29cd0ae4965b074c358850b51cb7c0736d2697c97bd985726d7f97441694a7de29d443b7c629ded640340a00061e01958c2fdd28d8ac7bdbf13aa52e3399cd4429d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac29e5d7c04020d6d1b576a950bd345c572a59f49e27e02d63cd7c15168e8afafb29e8d5c769a0086fdf5b47131a43e3294590cfb36c108c7f0dc568cb6411b32129ea76497983168b1d618cc8223ff88bcecb40768e705941714ab0e615bb3ea529fd7e4af96bc89fa869894bfe023b63a1284854b72144546e87a0edde4284742a042a621f0b0c274724a7d2f906c395a3e0135e9dd39fd1d307ca867f9cd2c92a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a0c87f113ee58b5055f5c3acc84774d4f5e39d74c547229b6d65546b4d4e8742a0ecbe159d5a51bd1e7277995e969a46551658fc670104a121c4cb22b83dea22a17513a66cda5d044db338b3f5a6648798cd31039a2628fa2c861cf2b9d13aa2a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a1efba60fe2972e8e498e30b55057a6af1fef19c81ad2ddf41fd51ac63f4f772a1f94fefea977b213d16eb823059fddd797ae9cd02f1420207395a7368532822a2c20c625cbda1143a5a2068724de9bf13f2be590dfb0343c52f71021c1c22c2a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a3a3901252e915af6ca628097212c89f74fb777f271fdb8362f89be5f1e4c842a4058311569e1b0a3c02bef6b4f4ff4bb5238feb9c71f0d6b84ca8cb615ad6e2a4da94643ef0ca63a07dd299f71c77c5dc2005cb392cf961bf83d1a41054d932a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a53934650ab72195352b76b1302eae11d03b4aacb2dbb5202426cf85fc74af42a5ed1f4734afd5e31c64045119be548d9b53506884557363eed690b24abb1982a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2a88b19222045905ab89d0b265e839975a95b3743762f3ffaa5bdde166c26a242ab63a736d1283002a15b3ededcdea503d21419b2f8962804816e1b89b997a992ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542abb07d48be105b84f53a70ebcc68bfd4d9a196efc4dd75a254eb6646d6558362ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ac56a3fc5c07482b5035006e7de9efc6bc1a224c03f2c174c2320809fb9ec8a2acb8753e3c16f901d53b79986bdbc15aab353202c9c62db790c4b0e56420a8f2ad1b97b87acb07cbd22c6a5613626ad096c8144603ddea6005502a672eb19222ae0a29ecbb1a5250af0d4aaf93988f2670eee8296937d51c29d4c38eae1a2b82ae1f859e8105cb2e872920c9a193dd3d30bee813570f789061909f5c5a46edc2ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32ae8bd5897d04ee3190fa27be5df7fe244d5f196dd9d6ecbe9a72470b89e46952ae9fa6ebe9030706435f68979e777263f8c04975eb4383b89928a4ee6f93a392aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12afbb2de3de8b35e7432ff00b6dd6aa1cbeb19953f3c8b2d0a623a673e7de4142afcb1368e3fc7b646934fbddfdf3248d84d7ec8096321bf11d7e7199390b7e02b0564f195142722d9cec5cdfe87b3f1a353bd2bc10308c8b57143677223557a2b10b806261cc3b96fc1e3454b6eab4b9fee346c424c3283fda1d668c16033942b1773be9366ed6806498ca6b537c5f6139584f4dc71f3a6207aefd37d30341c2b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b218610a5d7b8e1b2c91bc280348988fd611c1507dab52889d34e2e47e3e9302b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b28e69353f336f117fc99256917a4b2e792d94f59c0890e5ef82b8975253e992b2b11b7a783dd6400e177dd52ae813c3d38291a2617fe67bcf6da506f1ff1d02b4002a1825668c8a4d64dbfe7dcf879c71cabe31e1b7f025b058e5aecddd57b2b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b4bed1d05630233b73c155dafd3fa3c90aa3208ae42d873f5a22839b348058b2b4c4a99c2633ea3af2757b726a22853cb99a4405a8f7606adf6cb839bf9967a2b590d56d1ccc23f7659e7a472e771164be5a294cfb2c059ba607027c2b0dd722b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b6b841e216f7dcd0e3e8589e756d949b54d5bddb352d785cf4e7617ce422bfc2b708c0b3ef61dce3f39eff7feb8dec8099cfe8a04918f761eb1a53d4d7c85f22b83fa88ac758b2069871d96af0d6ed7515c32341865d04b39744d2cf04fed1a2b8d554d85ea44618648d265d79446e0be064095598e56ba605e8281adbb97322b9b59e7696b267896c17dd9d3948dbdd551fc32cd066d335780b36b96b9acf32b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2ba106cca2e0ea2f98ea6e4e207006b13e492d4ebc6162774da6da5763390e1d2ba59e0780168c179a251b944f8ff60d90a7dd85fb661a52399575ce115277e02bac2f20d01c7468f136cf381f8939e27ca708b05a9a84e365241fc038f88a592bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492bbdd803c8f1cc1522c00aaf1ac981060524f51d238f280ccb0f3b2315fa52832bc7e73c9d851a18c058e065f17003a0015e06314ac548afbe7c4617b3045d342bcb437064525eb8d3bbb246a89e23f862d78f55d4bbe36134690dd1b32e245d2bcdd1b8663921ae8b0daf288622958c29bac66b6a0405f192088564b91c8c7f2be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be2f75ca301d36046a6ded57e89f2bafe02f1293fab8d9d3947a77d423192ca2be8a10b3ca928f9b65b10cdcdc281a2b97d6ee50ff6274a3d595d8616bfbf322be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2bf3e4ed0c8963bf17f0887dea286837887cc254653fcab06f25b82dea1517142c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c13fa721bf4faa083c91b5b2a3dda977340f45572782a8306e4fa98022c7b112c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c165f90e68ed6bc20a48fa0a588172b25afb224470d4b8f8a3fff89b1eaeeab2c1dd0fa174406eb2db77c1130ee6ab7d9c5d6422636f64358dd8087cd3cec492c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c2719de592af4fa38cb244323c00bccf5393564574791cae1ce4efac638afc42c5070b8f3e8a33fc78603ebcfdac8043a3a8ee004764d2196cedc91bb9d96b22c5fb025a2e7c1558a3faa7b2a6b8b0d3f33a5de998d81ecc7f794fd08c8b4462c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e82c68c2671338f4d5ba9f4cfdc98bbd5a8ff73a87921af3e0fcc3adf09d3eb4372c6c384e6e1a446c31af82f9dc1c73206a3a7b6109bd793d9053ce674a78615b2c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c768ee482f9e4afb6bc582154035d0ec6d3de02e28030326ef07d2c566ef6eb2c93c0dcb95e8d9e8a5d3795155336ac6e082902ee8247e2e6baaa9301857cdc2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742ca349fba1f121eff967102de1abc5c6f641fddd17e1577df22d0ec760d535412ca65829454ec5be11e75d30af7a3efb11f92fbf9cbe86b139cd9bb7b77220992caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb0215c757c813110edf48fd1ed3ba538a27dae738f968bbe0c729be3455e832cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb341b826a898425b5ecc248ca9ee874ece8f953c831cbf56cf10ba60db93722cb353a0bd1ac7150d92b77acb83dc5dd3ac2391028d70442a7458896bb0ee902cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cbe988bd44ac0fbe10682e5ae4ed26607935f8ca87bf16972fa476f8452d53f2cc411b9c82c8fdfda1eb0299ed35aff2713e366ef52193098ddd0a28d250a302cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32ccdde421c2f45acf4d4aa2e0ad2d05755ee268765f43875efb0f37389c812a02cd31f676d6a6b173e55c669f4c1badf1af2bd438517939464f6dd9a4e53f75e2cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cd86fee4468089c6a587724e05918c7900f35e876249502a17bb2b4de1bab2b2cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce1a9dc1887f73d689d89149259dd117948fe06046f38318e40e4623589b6322ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662ce8ee55177bee2bffeaf488c962ee8d7a62ab1ce02187850b93f59e55d9d5202cea33c37ad0d32ab9c092f16a1e29dbd2f38e32288606e45d569abf62b46cd02ceee01c86939000d089146fd8aa21c5abbfa75cefd63063fe85bdc173e1cc7e2cf0560b085b9a8535898e019c352bf14f97a8b1fc92a2d133a1c8a56638ce692cf09a022e576a91c8c53be5b245a79365802c0c94ac8d379b09153454a6f4af2cf303f45e9ea46e59fb05bd112f62fbb1211954a070a24aae55cbbf37dd67442cfdcd39ec18d99672dc9575d9ddf89c2ae330c3be8d7382fd9661e2bee6685a2cfec037e5fb6ab625f0e87fdd1cc67ed580f3906ae5a7ea64e617c777cf9cc02d04b52000b4b82693c511ef5f4b3aac7c05e296b42c59b0c8b4345554c491bf2d10fb487251429a1814f40d3d402af1cf71bdd4f78ebcb19d5a6f413bea51172d11ed030a16acc672c66878900e11ef2f74dd90b4dc6b5bfd0c193daca275682d13deb3ea8377503885b1d43ba773e7fc59d423dd61f8e23506c0c24a9e1fc62d169837b252317d1b5b95ac126efb61d16da803d362d22b286334b1c7bd69372d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d1db4a97a1cccaa63ea6feae1692932c3ffcbee0672d6fba406107ab40f84d32d1f9437c3763679013503500e75c53611f6f5b6f1f4407e639db631cbd5b8242d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc2d41c0c7e978173ae767943ba1a1aa2922c2405af88f7acaa6bab8095475c7772d4af07d2f2aeb352226fdd7d400e8b6033c5b26ec4162ac156afa0acaeb43aa2d51e2460b80f26b1017867e4a447d8c4bba1944049f9445b3325be6b1bfbf6d2d5e089bbc92d1177635fe4d958477f27985281138479c92b734e3a8e26666e52d69250bc25d41034c28a0341857ac5f5f95c8afdc5d05aebd60a541e863b8ce2d73359f2c58db00be5bfa62339093adc3e14329e494e28745e461330c51540a2d75b915d1127cda35b207f84305441960ebd3e7a3a9511c7247f98b291226c92d79a8cd4fc1278499d2c2e4109a243568edea104cfcf3a768cf3cf5fbd80af42d89dbb65f0829caa3b9f64a3eab77b53bdc7c605a92e7fbbf6eaceda961ae932d8e6a14a7c1bf360ae4d354316422747f39c27d449582e1682312cface8a33d2d8fbfe824c8e227fa9e32846ee6494f80858a3cdca05e6f10cf501c68aa27ad2db25ad81ff9e73e58ddc3005d352883f72d1bdcb959d1304ec2e5c72597977d2db4da39f206b939135c85420db75612d5a5c88ab6e828787a7e08c875e5535f2dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dbf8538b7ae96fc6a0734e4a954568c9da13003e891599d2d52dc87eed5056a2dc04d61e40fe21c938f4f8fa4444283b1f08454e040db158d492623dfc6430c2dc08fea05778140e96ade216eef324783f636febe5f9e736c06577dfe4a538a2dc5c5f0c5e1f5017f6912e745a21de18b40feeb1e8695e7bdb7f530002727772dd04c5c5ae925db0604fb08b045725f5e6e6e6957c7422dc66d439795c535412dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd58e2422a70bef73681b48af70afd81eb908f015a20e69d25bc65b95a1b4d42dd79174919aa021f26ff702b0e75f21aee7b01bdd1a087cb2c9ca93e82bd4ac2dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2dd8bc486d97940788df21cbfcce33a900fecdc5f33d014d7793e3cc78e08bcb2de62ceb25fc9d6e62c1cf36fffe71737ec27e812d189cdd366269c37451dab42de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df8a55b2f21d9215a9a9e57d15f9db9dce3d5c0a713b5b77e1d1eb348e9aa042dfd05ab67f252f13e3fd85c01a2050c31631d11fb84c8cbd1f586f6649dc6112e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e02443c315a3dc7560c4ddc9fd57cfae74d5314cbd871bc07c4afe798ab78b42e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e08abdfc90c22d977c28ab86b027e8f3f9a27a84c9e138f2ddeca852be63f1f2e15de286c298470380fd6521fb7d063069adf3670bc982cadf9c84cac5817162e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e16612e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e2d7d03a5e6404ec954022455c75099a24264977d215e6dba6141ea80fcc1852e33fcd6652f0d3674135869ef795e62c9f9577ef573efc05ec04776911e41822e3d57c8c4d4c4b8a9e7ee39a49fd2b5c4b75a17f65c25d398939d86a76495b52e4a48c634f20f3fc32f39567e504c8212f5a706cfbb2322cf2d2f49cb936f722e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e5a3d3f3f4b590e1f5aeecc320066b05319857a6789e547c4e7aeef28966e2b2e62fcea569fbb19a52810435171ddac9339a842b87d4a5d83bb0edd364e092c2e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e6ea69c7a5da7dfccbf88b3d16ad974effb44aabc00ee18cb4351dbedae67552e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e87f050e9f9418ac9f61a7cbe2857c6405d91fc71b1c5c96e416dca700bddfa2e8bd70c5e4ffd3a17517cae6eb8aa975b6306330432f46b356ada7922b5e6182e8f2947161f5d438ce2e09d7bf0942eae3dbd43f57f2be35b70d7d52dbe52b72e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2e9b7fee92c5fe9f341b6250e932ec74867daf4241dab054f47ccd97d7b961432eac653022403456ce6674dc20bdd9a2a684913a2b463db263d0141db7b836b82eaca024cbd007962d26288dbc85a2a7fe41c1d5012f60c04c6eb3601ab33eef2eb14e125fc9631d112b89bd098bef09deca005eea18eb14d4e8647384c61f942ec6ba91b748bd69403ae4601b339f70bfc929999dffc53b620ad90b2764f3e62ec9f940b11ef495e9b76bcb6575eddb5184ef44526bff826f66e159f27e7da62ecd241914345ab56bf66e4b004d8b1235ce68d7c38a39646a07b566fdbcabef2ece47395e2d528de93b2acfc7493664f9216ebe8ccc087a39d249fdfa7a90142ecfcddff635006da4e40f05781aab09a08578a1ad86e09cbed117b059d4ce8b2ed21e87d66e08c4e0132590351b56e4e31d17c76c4f03c0abb46e6b1e89e9d42edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f2ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f05300d8de2ead3e8de5acea30a0931ec244953759077039e74310c25c67bc42f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f0ec0bf3cb145ff9f3d1443cbfbec24927814ff93124248789a834ad2604a772f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f1c42ee42507b6685f6f3d75a798d664c5cb9867f3b8d6b8298e01033cc59b62f1cd36c64988d7bd3c90a43f869fa486acc02f35550bd14732cf6abc29fc6d32f1e35dff97f609971f152a8d4ea9eff599ccf6a39131b73a489682856e8cc1a2f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2b6346b375867375776672673b801244847f9a023b822a2d87b72f05f832d12f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f2f352b9ba74ac1f76d2cc9f0b4012f455fb72d3bbff12800a6711e0f911ad22f341d85bfb2c3316d502c7ff363fc9d6d72418e03db93ca75b967c24d1d3ae92f352711607269920b7e86218ddae72157013b3b5fd50a2c43f5fd94ec8bc17b2f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3895faad658eabbc5ec44d6a98615b1ed4c564ac9a433a1d1231be715418f22f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f3edbde5da1ba504e92277f7cb15ecde2b8b1bbaad20b2083d875e99f863f692f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f503647c1dd19fe0292af8b59d90433d88b726488079c3fa8bc6cdbb154f03e2f507ed1c4a6b9637a561101e920a2d65ca3c880c0a9c8c4944f79d0692d46b02f54de30fca5461ca4ae4d7c75ce5d8d85fc34e1642dded972d8dfbf371699502f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f6633d41eda7306612df55c4f21491290c56022e6e5184427f8168fcd75dc4a2f699785de92085cf60c5348d41d4fa2c763fae850a96482c95b8284f513c4e52f6f2dfe14a337608f5892ef6612aac307243be02c8ce272d38de3ad0f6f0cfc2f720083f184d094d8e9efa5c80494f362ed4a12d978212a12de989da2acead72f738897389d5b39b91f4271cc4dc2c21bd9a75a537b23ff454e33da7675618d2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f87bd0847d3fa9bcd1cfda179f399490e0ba764807f61ae36dedca21fd177f32f887255aeec3a75f018f8a4f6d496d97b640aeede382c29a53b37656a06901b2f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f902df3eddc7093bae358ea58191938ead847e2e9856cbf8ae37e16011963bb2f9155ba0d6bdbff3de9f606815dfca45c1a2380787efdeb0a3ceee5a921cbfa2f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab0001080ef7f88cd8e2330f787229d94f400409eb5e62fa26c647f12a0844b85d6f1d4241bcb0eb3b9eb97095cb144a6a3956a5c87e62fa383b097c228b377991fd9f2a51b4ab488f00315c9639a47860ccecc3aed1e2fa4116dfdbae3772f40d799e4c0bc771e2bfc9663bfe85956ea32cb11b5fef32fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fc38ce6ff3e3d5514c56d0b60e421dc39386ab243335d6189b1661e01665d662fc9a2d12152c04ccb5a3e09263e17c744d61230157678715b2d791e7250b16d2fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fd55bb50f36e3460d534faf12089e9d347f6c82d4f0de8b99c0d762d80caa392fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad912fde1315a9f453f5568ef053823402197a6c43f2b50ece6fd38cc9fdd9d00d7e2fdf4fd643ac22c9c371d28c242ce931f96f2e3939ef2bf797353f1da4e63c4e2fe9118af44ec9d35941e22dab52750c6a0be4b23e46141edbd2ee7540e158b92fe9379d00d87105a9650a4f5e30a373d490120240ee37c0d2ff1554aa8cf8792feadd5c141d59c14184382eafac719265b67686f80107d947457734cea74f6c2ff3641ad6859616a85b558f5b60997b2cfb8ae6103291b7e47c3157ea5bcc9a2ff60ff272b44ce9f9b1da204611342c09f9832013ccc1805b4951b36bbe30072ffc4f3cdbd2ca6e93beeb8c3bde004e4c27e98ee0c48d642710ee76d70135e030050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d2301456f06f6aec7e45604cf1b1c3f9270ab038967e52b76b625ab87b730e28843014c7f22eadaaddf86ebc49db3513431d3d020ff7226e7588da063a90f4a17a3017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a8730225050f506791c0a5dfe2e1c527b18f87a5d0a4b0324415005034290244b133026230bd4ea62940f39334c4300898cfae1a711765803acaa3c63c998bd54583029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474302a12fa513ece8f829efe241e9deb3a9305ab8fe5f8f31d921ca855ea6a8cb130310a8167937f9cceb55fb991102f53867f917ab1d4a7162afdded6343eeb80303699ad331742f8410c7e25ada969637334f37a0af259d1c40d2f562a406363303e70e714788c1daa10408ff633c147403e839d455ad5ffad5c3a3a68f4c32d304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c953046dcd318b63873004ec91a0ad01bd5130c8d7e70cd4f6915c6d1443f4feb95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48304b0ec0557a6c5c95093bc620a6473381233f2761877eb31828c790a13ded28305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f3059baf54a9dc9cb643615192fb989dd34ccf0dd6d71c64d09092a49ca80ff88305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307d17fae724dd0f05c44c4714ba13d50238d7882167dd3ea6a25939ccb2833e307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f3081efdbe8da15b3dd2a7b4e261639f869e9080b5d3a3b6e6b0ef87777d81d01308269faa60c1adb6a16acb1c38899bc7efa1233a4a27efa87d6199f4ece5591308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c308f9078ed3ad7832166f1e286ed96ba8f6f7d504624983cd9a7421a214d73ee30955da0ac31c70bebe4b541c8e6ad7c805d3901fe0ef88236dcc96af326e97a3097827e80ecb0717b9381d68aaa863d82b078bef2b6869e27ca4dcc33b149de30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130ade38f4e80b0fbf7378015ef37f90d75a6fd44bc156596109f4aa6768e353f30aead8cb2fe3f640d72d5a5afb225c3a9c15d86f209837773f5aaf10ea42ec630af8f706df2803bf9e90fbc97c6d587c52df4768f640f8ba99382672273b6c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730b1f120b2bb9b0890d36d41389f88c1e5c65e14c49a181512ff8cd61acf994a30b57d4593b007ee5d5079b96ca567e4a52c3a7c69a9b7cf4aac85394a6bca8b30c4f71488e16f1d94e639b5d3d790c4c3b0c5de21224ce58b17c6a31b46f51230c76f2ab4c617e6a7086bfea4b9a7c7cd04f7e6f99665f040427d8da0dcd38d30d0816e87079844687f75afe6204eed4fff3db4e6224334377d061e98b3964730d4472f4cce8124dc435af42c2b1fbb49a5f3932e80093d4ef0047b65b04e7230e5217f28554e41cb6aba2526e145fa6fbd1d50860472414dd301019985e7f730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f665641d2080d573a6fe7f58889ca2968d8012511738e8b3d8d833b75aabc930f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e588530ff3d7c06da0ecef76a351341e543442681df207599781e396357b785e8974931011b0222df898e2daf5086adb5711921dff4f0a9f3e146898a16c15de8b9923103a9d636a3d37583c342b4a0797fc8baecc5a602021f8ad26a8c460b6f01f031057c67cb1997430309c802a400bbcd0db01f84c23b31dcf7e8054f3771716a310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f311a9e69df167c74846c3f75f22c9ac9674c0dd03cf606b6f037c4275a5a7ee0312243dd5bae01a5ef8d11ae5297ba7191102808201bb2cb98400ca5a7673fe031265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312cda1fb3b9fd30b9dcd1994c7610c0bb2f0dad3e258cacbe22bdd3efa9f8f4312e922b3b8865db26b4a3158fe549b5f1464013d084482800e1aa3f23bc5ed0312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a3130a66de4316db868a431311ad242b9639e41a050c8e5e4c15041fc6980541f31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f3135ebe53e37166c54ee53fec2859530ade21a0e272824afb4cc99e17a21480f31443b98be4a65bc44bffcebb376226778751bdeb9f5511919437809a6bbfcbb314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b489315dd0adead1f32881503ad4c8fd0202f9af406e5cad0c010a5047b3e0ca5c323165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee3187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e8231916b3891cadf19ec77ed31c9f98444fcb11a32cc2c0e71fbcaa8d413f75d94319194e471d18031cc4a9ad0cebb7a7eab1dbf3e6cb123ba2292f71ee058afe1319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431a742827d01db7f3d92fe0097e41d29090cb7b0a2ed0687e38aa24703750abc31b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe2831d9fca799d730f0f15c45e9eb7b46d5e3a39fba5a4f383588d73b34ddf5991131ed6c5c52ae61c45151b6553d62435c49f20de376ab04be70f114bb7bcd1e3d31ee2a017ad52b7afedcef36c2ff8ae728d963a456cf99b78a12f61d7b56d5b731ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd331f20f1c0a09546b3574edd77b0b6ab0b42e131aa0e942bd3524ba56acf27bf23215cd20b8c4f7c483e1d0df60c97ce1d14b1120363c233a47d7af188dde1f73321603b12fa204d2d372371b660eb2e14b5c16d29b69d713f988ae3a59ca4f1832216ccc2f6032cbf13d7d72f39853c1857e559c3c3c4980b6844609eea04a8f322530f0fb69c1250bb62512ac712d3a0739365a390cb957d78e7de6c3521799322aebe38ad7373b3888cb1c2b9a01ca5bdc15a190eacc5477e2138d8260b58d32338bfbf7d9809cc18456bda1fa35866c305d1265012666e7f2e55169cfded53235e0c7b6b542c1015612b1bcc210d5da1e89376a0c90ed625f52996e43951932363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf32403a556fc42be59c554a37bf0615fb9acb84ff267953b5fbdf639d6aea1ea53241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b432450cc988c87a76693d12384f9555302be04af0cae3cbecca7ea977123f3e8e3248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c324dce1c701d9d3dd042a3fda886d42b36bec7f6a94139f186f720b33da4e329325021a1c267fd3b37999d549332c31dedff3c9722896dde5f35c83f090832ab32534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c295198325753e522dcfa4d973f25b75dd3524cedcad4a677b843fd2b3053cbebcb8d153269cbb720f973ed6927f2bee9fef11b1b74d62f9eb54e772eddf37905f48245326a2ff9524f51a4fca63ca7a283f8776072f3d1bd6a30b3e33c5b37e57743f1326cf3686dfc4e326f336316995c95f592ed86fe7904723043fb32d28006d66732767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe3851328010c459d065898141c58680a8c0b9b9d0886ea24958a75b983bcdaeabc1793288f9e1141c3d067987aa6242a35d7ef6ae2b1537458047ae4f9d3b35a06c7d3289463372c91e76e03bc49caadab084d669304ce9cc7b3f9b1847cd4a0642e7328981787e9598b4764b8508d46f9f731ed8dd3dd399ccb3b73ce275cc81bb6e328ca7e9b58dd51cbbc364a6ec6cca2277eacdc1f625adea13eae32ce7fba57d32932590621cc2c9f7dd53bd83aa124f8fff35205d094c66c798a70a87a35ebc3298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932a42340f5a77aef7dfa1f8d2b3ebd6581be4d68a59f5883d68f1693722e447032bfaa17eb2c66eb5d73f858731c023d523038db7510476e4fb75a47c49a69a132c063e40a0bf6d2b35a0f42355ed044846155cac8b7e8362d2747ee63e946ef32c8b2d05b812b57cb862dd94c41c0ac7bee023289be6877b6b0a752c011ab6532cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d4f49aa3ffa259011d7c007ec049860fd633bf1a33885b82f117f1b449181632d6517209b7d5658c5e213dc89c548935e424e6432e84c2ad1aae25d6ad8b0f32d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632e8d853fef09855bd6f0998fff6d8a0d1a08ba05dadcd53dd35f5e3bb77d16e32ecbbff2dbde5edbf3b2fb47b90164dfc61be9182de8f8684c3bb5c947579ea32f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e32fc1197bf7f4dc47834f7f94c9dcd703172232d68a8250e19ae83fe584785f533057ef50fbe130bbc35a65c8f54423f2b6dff3a653ec66c04026f3314813033330f131e3c7d6332f64ec993894ce7ce6273c482b7c7d8e74d753a5e8dcd365b3317bc1d3dc6ebae35f4ddd74c632b18c0374cc6e68243d856b3c5dd67851aa23318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de433211ae03d2464d6783b24aa0dade1c345cf1f67bee6c7fced1b541005c97b0d3321b88488320312b58aff5592948927b86fe1b53e0ffdc55a4c954ada87d7763326392fbc4014f8620e9a8e362d0a64d584d55f4e26d2314a55809def37360b332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d86085733193333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f633411af8b63df9c3716eec228ea0a56be6e7d94c454994cfdcf516f63fbeb6653345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a1833464e154178b75993c10158dfa0c52d1c71531c48c855da031b02ce6d3eae49334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b868424333583c1dc066d44416fcefd00f22d33c28c1bfcf3cbfb6a8283f5bdc291a3f06335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed337119df5a42e34e0d54c1c6dde28cc6d10b90220e5840daea56d9b6076d387033721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b33778a09716d4db959bc1d7c4da7e1ba6484bff2a59cf54cb84a06e5c4458bce337abacc9a34ff74b4762a01a78065e1f533e979e4131bc25ab3a97194ac9627338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c13390308c392d88d2069e05dcc59b0b1c1bcded7a38ec4a5037d8f96057931ff633937cdcd95a9077f088c1899c04b01a687c1c42f665350e02a6b2c7e50c6ad733a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33a2a4ee6a53cc32d8540516b1d2d50e5a08167962dce62833c4dde5d5138ec633a54105d47b9867e668e883b3aeaf75cf5062d857e56608690e5520d49dad9d33a5ce9449928782210caa75bdafafccade3ec912854e19e7824113ed93fbdde33b50e045976835b0c9468988261b2868b15346e3e7f3d86219bbe503b611e6933b76ffc16f9ff4f6e52ee5c96e1c8fcec93b87b0bff7c63883e92ff9957c53433c0425ca545a9c075b49442e1fdd4d5193c37b07186c979281565efaf9235e833c34498bd55a4426608d4300480db64dee6f962ce6b544a75034d591c2cf74e33c77008dd20b21e203e619e2d7aadb1c1e496d53c769327f538dfc9c09ef21833c7ac5232da8750a2d15d614c7a704f0d1b7e86bad9475b15fb294974d31ce733cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a33d7665c7563e1461fb0b59a5f7b8f05c66add856583691b96ae6f196c81dcfb33e817bd10086d8881eeeb118d29d5ce3efff738e1d47d38f0cd9f635797437833f332151389182f1b13ceb9eec5ff4470b5016e5865001875510a4f239d82473400dea958f147046e7700239cd98e34dc867f53c25d54b9726e5546d1c9305c3401a14524a72369901d403d82219f2539c92816f7cb3a63b16c8e74dc158d4c340a4fadd2a9f2b89c1e19b569be9ebcd43b56743627bd403149c31bc88b8d57340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc34208824b57ec4806e6aba2086822da65cebeae421965a5527d596ae2ac74263342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d342de4e1df0ab634094ef61f1b59f387922e80be6a5fa44def1ff15d7fc6f1a23432b607d3109602626015c1f5c16722860172a42c4c09014bcf8c05daf0da40343e96b0ab3bf66f3fc439a91013c9ce2dff56b53716677fccbb211ae0807361344c869167601dba7cbcac6952c3e98990c0b7a9b9c4e5fbddfda13641e96c23344ef0ff3025571d05c4f7575589ad851453689174b59f9f1fe4b343e4618fbf345247993b5794037a6c3bd332f33190680e4130e6fa53f97eb58c09facc3b5c3452dad63b1cc70c32335be2737c5c63a1ba511c146abc9b638ae313facb54783457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd240881034588a58b0288cb961cf7949ea44f314b25af3b73f3a8faf9305e7fbb159d966345d6f75cb271f9775f5b5911682916d4ee5b21cd65a563b4b65afd66a573e54345eebda0674b96658ef392314f0e854f8b8803c1fd98cfe52a444756854cf513467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c634691367f9d74d0d2787ed3b6bc5aee7451b5108b3cdfd3a9834ee9895eaa5433473b36bb91ae4f7a3c09748810244b22effa64d4b7bde5cf9a96100cf2532ae348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f34866a553046d58bc5b87c9b578e23c11a9f536862e32ac5f3b4167813150ce9348996c62bb86effe70357a648bb9833db437fa580b6f445804b928e9a96c60d348b5f0b2c6b154e902d483c3a6932a34c88596b76141401652ffef6b1b0a4cc3490b74c22f1c0b153b738aaeeb40a9fb665d656e632adc45484c379699c19b83491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a298fe17aebca6e5bd1e0235eae6cd72733349467907172394a5c35bd7f5ae34a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34a4503017ba78363c8d8bc636943985d1c8dd948ae9ffefa63aa3c62111a8df34ada955c8f645d1f6874ba5569fede2c6d6a7f0e8251e24d727b01c48550ac634b174e64b1e74b9cd69ea0aa22590c64a39e177b4f2765518d7f526cc474cee34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334b293d7027f6a8ca46e71b36e2d7875dc6af905e13c9815b9c16d82054f18d734bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734c02b5fc95b159ea6f5bcc2da08cc717076152cc706b47bf66cbea4929cc4d234cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d01bb4561789b61632f41d68d0bad8faaf9ffe31662fb997d0bde471f2602134d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda534d589ff0ad1b005ede6774ff5cdbc45b08437d9c07faf4c980bcf7b214978da34d6cf1595fe55ec091a8e73dbed85d285a9c6680e529b6e7ad578ce6721be0c34d828a8d2f03448a1be37791a93b2c1bb52d73078839c1b73168f1e5256e6e734dd92aeb6b85f99bd07a776399af0c5f4dd9ca3ed1177d3c70a93b93daee0a534df7d50bdec0e406f17ffd1c0f53c6b5a90ad3cfe2b52343264f19db480b1a534ebca93709e5ca403ded4e57a21e4ae1584908bae1ab2c9232c0422affc85d634efad5c0367026314c36be4485d11a2b2a9b7168b3f6aecd44acd93bcaca36534f04738b4910cdbd49e921ce7570c798530f38a0bd5d0d6bbebf66f764aa9a5350380035de0c5b544c8b07a32788f10ede158c13bba7ec4b96a8939354d3a673506783d8e8c68d46219e4814398a82aa08586756aad48998df57c951ab648f135083893d8d2755f23f4677899bb8154e18cb7e037dcf2fa23d56cf5ab20729d350ad69ac238fdd771b657eae4c14089b643cb48d298028ab5eda39f5c1e6567350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a56781783510382194a13ba70927394f7326413358864c34efa1c4fd808c8b6f5086011d35118deeb9ae4e19ec450e7e33236a1dc4188012aaad4922dafa470f206d18d8351384d81e3f4450979f3ae43ab19104cb236c046bc0bd013a0bf071c93740543519d511da72b5f044709b8778ccc24be5769714dc3283b19293574aa2b5cc7f351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e351b5c6cf77fc385dfca953581fdf11dbea4ef6bd86f642e5f102e984b84bd3535235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe4135269a4cbaaaaef8b811b3c7d05474334c08f33aaa5b7fe525f01ff245e79abf352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c302352d75ff313a98b255e5980f5fa1d9a7440daa74d9b3f20924445acb49947d6e35370b328563e74e7e0a9b6b84dbda8df35bb41d5032911f908f49a6b7cd3252353b941b6544dab370305601a5afa3bf9fe1f5b63d807b855026469109b30bff353e2127dd0e456f05c46796649268be1761254756568e9f34a6ddbb4d99e4173542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d853543a572cfccafcc2f53ddf49c2f58c73f03f9f2d78f449f0c0a51c69aeec06035483f25e0bbff011be3299c1c4a7a493c59c81f36f5574a32e349fc89ad64883555a47e0b11bd5e63f5181fe9639cc8d63e4c5186471a41fcc3275b32ad667835590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a35594bd59faaea96bf41a38231755c1c2ca05b9350e3fa6313b84016ba2e6dcd356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748356fdad2c06b1242a03d3ab17faea1580273b2487e694d9f452c328b48f38f963571e1af09846f1e308958bb0aa2d48f0252e85f8a0597785527fad694a7c0213576f613befac1a7f557766cd57329282d3252574de8484993bacb95ab7ed27c3585fbc1421cfc53bce6efc2ae816ac660136c6ab94e545ae62854de2298aa4e358a27f8fb31ff4eaab01dd351e90308d9c99034244385162b47b6e31fac108c358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d291358be4361f8dfd5847ce1bd605be617c78fd715b92c262ed4970f0f404e1dd2a3596703792d308339ffdb5c61003e861a86129a849d3f69b10e2e1e33e2fbd40359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935a2cee8e72c3882cacda47ca078fae91a2bce9742a6a9fc5bc36e7d52fcdb2335a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a33335a5f04f41738d7dd4374405aff54f5f55fba1d208aea5c46e605b6763ab84d835aa896411b568084ae839620f350497c937983842be5149f45fd5122eb252f435b54dafe1236ed291366efa8dccf7e23373b20e738a1c239948389533f8ce3435bc2862333a48b4dd5b49f076ad66e646561a850867269880cf30316177037135c3d596df48caac50e6d951c2cc72befa62c72ec30384b7653bc973300c4bb435c9816e20f376f5f28dc7929b5afcf56f2af15055beb37a7bbe09eb2e94b6a435ced1336503616b12682158c968914f00502cf1174fe0f1388b02a17f1dd0fa35cfa644fbb794551463f2ca026c9b04e7fd82cc467f26c97a60ca2a0a73234135d0ffd684cecc6f6383f013ea9a9a8c01c906700d7fc3c700343c792403278135d284c52caff6d1489012378f1e8659f62e6eea930edcadedeae10a535a25e135ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f0601d0e1d97f4066d5524049c3025482557b0cd14242d2fe384ad7f0af74a35f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f4935f484a491b00c040dbf4225b71d11fe017681d0f493b393f97cfd6ebf689f2935fd8e1ef4246c425d661cf94538662c7d7051b6acefbfd77174425a87314ffb3604345d70b9e71740d0166ae823d77f1e5c122dbe8a711794974c577fb8d56936082f149c8f278d2c9f85f5b400c1859749f1d7c404a25db6b116a351ac09a836104624970635f7642657b983d3b3183ae92ecc81b344e579744676fef82cbc36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc73615135d94bcbcd6a510e31be5e1ee9dd85d0878c8459457f4c8e7b23bc05a2a3619b3dfbb901454bbe8bac6007dd0bfb605a1f3e52f827b469397453e11a46d3633369c0bcf913f6431651cdaa139c58c1ebff03f0bb5f5773f4994dd437a86363802cf8c18dbcae4facc9d842bd4ba6eb65e8bb856b3909cb51137297aca09363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f7976136480de275148a206611f95245ac82ffbaa08807749a18b4e8ac7049b15577663654b4d071d322860681ff8878767f26812680e527843bee9420a40d3ca3d89d3658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6365d51bd7e01bb338815bf06779e366eb478b7402cd049171b7deb69f5daed10365e7f80a039d9556b685a179e765071e1d90d93eb5ad75a5b90e8d0be3837d5366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca2366c9fc5c7a1d58a8b47550cd49b8a1d4556f808ef798a750530378da3bbc57d366de083033c679580000e7b7458f88729f2ea5505a334d24ec3341f4df1ac333670e387711af84d2728692cb73321534ecf3215dd9f9c246b3dd0503a0ed6243674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae836899325cf3b5b30b4c721a9c08b4bb4f2c933864766aedbe1b99e37a828253c368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d6629736903ff686d600253b350534313a72a2216f4eb084238760a8274fcfc2225dcd369ab44836d68c6cb05608429d14400b3449811d9daffc9fe59cabde0dbaa18f369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb36af816723afbbe0b4c6c9cc549782e442a61168c207747b43c50ceb347b624136afe598b56817d60ef5bba52bd3e480cd328f50119e7bad2fcc0c04fc635ca236b1af21e6e9731da5031627a036668eaeadd2c6488fe173287240ae71e2150936b5ce4a92aedbb602f9dff8c5fb32d46203457b0a29ad5f515b412140dbbb7d36c469f9d2ee79c00e71ed8e47c42ca94ad04f8a1735c2c019ec1c1186cbbb8936c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36daee4b8799284fde47252984a66171f1a82f862e9c718abcb58cc6b5b13c3436e1deacab8feaba20920539205576bd4db1370babdb77d5556b5c786de6112f36e8f2a2d963d1b425cecdbaf3c7b480bacc1302af8a7539a7aabc1bb366d64f36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736ec450b3f296c806b313e5b1bfe33924dd903f80ab63a4d4b5f89d53b74982836f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb86836f129eafe5cd5b7492d192785afdf4512aac3cd4bf52d66bc2edad0564ed7b136fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c3193701d697f2105d7ca1d9e98a9cf9edc8902225e28a896f3746499c4ce21958683705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370bc9c849737c0e5558e2970194fa62010875ce1684bb8addc79c4c684a4722370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea3710ea04d04fa5f5c7c36eaa6d7b283ddfa726bfafca49f409e61dcddb509eec37181139f61b4a0bc568bcda50c3078c314cba8b2721281dd6a645a3ddcbb7033719ad3c5ea3ec5f70172a86bb8d968599206adf0070ff959fac08cc8c835b19371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd372e49c2de4795dc4ad11ebf07925ad2cf7cc93819ded979b6e1f2ccfb46c81f3752831f08a1f4b4877c14cfbe1fcf510bd4d29f03aaaafa098405fa47ddad4a375431e461aea37dd1e5aca1940862fe232c259ee38a5be5eec50ea5c9b354d03759e952565f578892f6ff49384e73e30bc88c69e12479cf68e6a3c055b83e84375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b5951873764d771b5054c3ce37a0608101dcc063314c6de71e63bb29e56038fc71d12f2376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d385763799d51ef4899e9e44dfbf261cd6002c0a2a9ea624a83fa016143cd7bb9310d73799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb6379fdb043dcb05b042c68d03e2f6de71248a1d272660b5294eb5544dde1bf44737bfe75232dabdadffe0e80a3d7531a53a9b3d5582b50631cc8c23188c83049737c6f73d246d4097b4f9b209eb6dad44fac4714c2cf531b0c5f6005436cf557c37d29af5dc5e21f7af4c23ff2e7582abc21074bf203376210a0b97414561a92c37d4b23a70cff9764ece20f0eb21340474baa6804083a9d8b7427d77d4c122fb37db8d472d28fe2048130c1e0482d53695ab31cb24ef0e29542a27dcad4f5f4137e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37e906b687a06a369767f84b0ae1f346d9d42d1bf41573db5d7e8c4c88e29d4837ea1e3d171d865e1250a1b327f8ed3a9f65f4caac0aca18fc0f137f2cb10e1437f05ca4aeb5dabb27b247f7b802fac312b710c84d2a9b17b7f6f84f5275ec2237fa41b11ce2fbe47df06573d989417da04bf2c6b6a5986865743c31aa9a58cb37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf37fb90c283a1c0a689ba086033cea8e3a375af6d70469e657f6cf126e99575e63807bbc3bb9315fddf2d9c74dab2e504c65cb529ece8e01b216b25207347f300380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e673812bbb6d8bbc172ef9fac83f590518f0aa90e45807f41d968670691e1285014381d9c3b2ae5f994879c772e6c9a7699905e37d1468594f1a0d78faf0cee1f5c382557c7041db4235671469ff8d7fd2c568f5f6ec34379eb7b8f4e1bb53e3db8382c9fe2a86765cf4a8e0ac6e1da2d954611745b170f6e07d4771edb7ca10790382f06df291e0ea28f139f3d1403a80d553c584ad6f056f5fda20e060bdc45b43834e9d8afa62c8358892d69ad3ef9169c58c406ef3ca8d620a12e6660695062383cec26268b4593b7acb24b78c2e10e89ba6202acd8ba78889426f17a5719963840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c3848d2065a4c5f1a3f0d62c4bbd7c91c60d01583bb61ad3923d96666a0bf77ef384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b38559d80b1475390b3cee4e435e2d6c9fe6ccc06ec7278a9a5b25c299cb80a053860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c23869c0044fddbe4275c9ff92edca5cf7ea2daf0e9ab989d0109a194013e099cf386c6d40da021cfd8c232e6fa53b188f4f5d2bb5a1da0822b0116bbc9816c67d386e90bccd6062e97abde1c94ee71e7e65831bb49bcffeac864385a871d78881386ef6677abd170b1a2cea6254bfdd40556d40bdd0aa8a7ea078b929e2de65b1386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387112fe011839e7d645d8c09c3fae092a0536253fc4f3fc3cf37b2310f1fed838712ab468413e184b0a430ed30829166acd6a82ffc3099bbe7ecf3bc6341cc9387da1f7b89c5c58224d87d5cc7c1013f0d3eadc2689b0285e8737817cd1762c387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d11276387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0387f75761585fedf9c03d2c3c8e4855f18ca302dede4e994b4f1a2b7a755ca32387f75783aa7a1b42b18481ad52ba413ea32c4ef0c4f9a29dabdbc42f1b51c783888e60b3ec6cfd469968fc093fcb929d75cf80ab4e8579efcc8783376edb5643894275b1f25082c2da3f8596c833e4ad7842b3a72d411bdb647e46a8e9efca63895e9dc35c4e2a85dccbafed585503a316f0123f3b186704031f150e8a9b784389f0b3f44f25d2d347e64237357ad247d226d6ebe9627390f654f762e53b4c538a21ec138441ab009680883923be7c569ee815fa2779381163ec325f3d92dd738a545a8b2a0f8f8f4b1db8d7f6f273d23b63291020d707196b8c3cca8066e2338a8bd71c27b59ff6da4c1557eff02332f70e1fac274c1cdc6e38530030d23fc38b08a62a56ee10f5e916638b502fe3c2460a478ea35be6c6ecaf23e3ec3e71f38c32153cd7ced77dae872441e7c0617dbbd93c7c4861f1b2f1752cc187c795638c8bc863f245bf467314e347de287e97bc859924b884ae324ce040ee943393038d17dcb3d535a86be01ba7f8d02ef427d2e4ef0c9b356b2c11afd1eac19e3f838da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c238dc7acee53e5f289d7a6737912f423f02d2fe345a30f9700046b9731fa05ce438e316452fc5afba4b4b0dd09b78be8bd95d326a1ef01549d490750deb6b057a38ed7eb19a4b5b4db79114e658d187643e0c508ed0ed67564590906eeb616dd538f67f9b750d22875a5ba60e39d31717495ec21690e5bd3fa0dad1121f540c3d38fa6cda9675489e6b5f3cf72411b58a04cfb25b98395805960082c0a2842cd838ff5d25852dad1f615e06bdfd1674b834c1b3e781a245145dd5ba6dd38d58fc39004440c6c061baf2d01e0b229ab57451110c7960b84073b7d8f6caf01cb11039063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de3139321eeaa14759f1bbb84811ce69dc07de2c411ec54432574c203115ae300462393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033946805a48c3a2cc91ff41a10e2a4b03f0aeb6b39e70e8be7043da9bff71b48f3949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332394bf7bd6791793354d73af48cc6557d19fdf605c14aeb47d1238a663f6da0cd394eb1ae761135b75ffefa0505aab2d3e92f39826dd1c01e0ca84208a0b30542395036924154617e522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39571c178c4792be9bb2a0ec5a4449ec4d913f0a99c37d39cbc65444946d472239576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53958be991aea3f2201b22d519a0b01a93dc649facbc9eb3c11bf2568db061eb2395ae24a6ee7bc0e6c2b3bce43471f3b09ce2bb23073b381fe0182660fe838ef39632e9d24b7030ad206dc923e99f871a8b845d39168261b4d0260589f0fc24a3965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d39772ccd20a6326888dbe5fb495458e1be16b0161310d6350122c70cb79b605b3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d39834ffb803c10b3d34083815902f0e7b7bcadbf944c6987ae927bc511493f3c3991870e5e6305aeca437becd7a75403d96ca97a18e3faa2f65f38edd6e1927f3991c3c253785d661c94286bfabab3445b56610a15d2d7490fcfdf3fc2f0fe6d39939f33ffa3d48da2381f98160cf00441cfa3ba16d2cf3dff99e8acb556d89c3998f2d6583060b38f63c24ea9617af8fa8f880ed39cd64a540ca1263355a4d03999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239acbc942574b85dfd1ffb985aa62c17f3d4845888303f032aae483f4e28919239b67b6950f39ae3bfbb6ab50feb5c146417516e14792d3da4ad90373f4f0d2539b8a39924478e904f2e76f08e9f3cb852656aa80e29faceeaacdbfbaf50228339beab02ee6b8937e379de5614116343f65579730d80335974dd93c25d9141c539bf0f376bef77ae9d4930a5ca187ff2a9202ad3757aac10575628e722f6d84439c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39d51ac3b82c4205d0e2dd0df21eb21eb1cdaca864920605cebd5f97201e90fe39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a022093161ba2074ebe56980e4e7c1d7fdaf5775d4ad3a58255404ea98abe013a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a137e55d140267d050045ae015d144ebf2f274759622ffba04551e3ae6b15443a1674e43a5c3a195946c3ee1d0709b1919c877134a38a688f3a60e01e26c7363a1d521b1f9a34112c3753243c50a91f27c0d711bcc35c124745767253666b883a1d6362ee517cc37b1c4d93106b2d7cb957b9e06d8cc19cb0221f6e28b223553a2ca54a21f4f08e0a32e790f329221c4e4539c5e549b9fe8c5a4e8838268cd13a4306d4e6a9498925d74259b0f822cb5eac3d454c35ce9d41f61591290edd153a484957e2205d2ded28a1829cd4c1b061c12e484d3e9f4801426ec4ac0a5f5e3a54722100c3d355359fa2c083cc83c5f647743930c8b352fe5d6e840ca130883a5df8be7d6a2c8cfd4eafda17145f3875384b02602f259a3360cdf5cf34832d3a6359928b2de190137319e577b9c84ac2a30166867e372482243f38320c8bf23a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6d1294dd719626a66dd0dc406dd5c1535c89f9085304f8455d7961b59b88ed3a7f0d61db83fbf564c99bb209b92c75dc0ac4f2578965597455158888cb57d53a8509b2ef9a0bd5575bac945f4f6d139ab504c8d4d2bfe9723e2a79badcfe123a87ea50a9eaea447c54a82cd91f951d14e494680e530239681aa014349da5b13a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aa3fcbc49d6ebec44da250fcea9f2396fdd164d08f65aabd177e40232acfe393aaa612d39a84f3497f542e076b2f1815d70262f8e0d05a9e5f76de6367cdead3aae492e9e4f0c89911585eb07486d8941f2f9fce8285ccd9a2f5e0460be0f863ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3abc0165f95c2b6cbc85b6f22abd0d56fcb015e2e35da9a2484f161ae288ec883accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83ad0a7c20bea7f5654bf4dcdc27b187ffdfe0aef89ad0f4fe6f9d2374c9be5973ae9a688bec0d50178c7745b634a0fe2eff53da00b1aba1adacff7d06885d9303aea2c07245645ce8f50e4dca10efc66ffcbf5631731630f2c95d6a0dbd7efb03aee4de0fc5a5ee0521751dcf6b54be660d80ebacffc3653c0f97c28c22c1e993af8521c0702eee78e030f5b1b2dcfe3109cebdd3769c9fb07be6a1f17fadc6e3af860cae2567f8fd4419e8f223e6342f3f174d98b7512c627530a9b990704153afada1d18be180f96ba96a45ae9b52149a70c14d98c4b08e30ba511e65bf94d3aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b0a8f1e5546a6034684839b1d5aa85eecd42fbf5e99373e68ee29b24e9410dd3b0e28ef36bd6ca2630e661107e6e62fba56973fc103ff21a1eee602a8df020b3b1851785b72d101eefc34847d17608c5a124e53aa78e830645833284cc6b77c3b213109310c734171b10cf40cf8d6d7fb8c5359604e26715f62c2298b6f5e433b22c6da2032688ad2dd4f5fecfd1d674e4e9a6110fcd095bc2e28926f2c8b6b3b23024184e3b5cfee785da4dea515ebc745d5ae972bb1001ce2716dfefd4df23b298515e0402bc99d6271a52713d0142a9e1d10f461e869e39603517cf4c8b93b2a21bc2fbdfcc72f3ccf54b6a14e33fac5cc78097fe084e0d28503f32523183b2d8701a635cba908adece0f512bf8215d56d94884e8526c3126337b67c98a63b31430c8df6cc80d6d8dd283eddeeaf0a0e1d8eb84fc24d150bf90b319c1bb73b35ea37c7512349f69fb2a0fa20e288dd03019a08e20af1b3a646a2744761ca3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b667804ffaf37a71824707dc48e81e94ab01ecd4517abfa44d7f59ad3b0fae83b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b71138ffae43a0ab5c705b08540353d920bb9bd248c08bb016f87f714a0b4e53b719f9b92dc66b7f3b225fd28a603f729630677bae5244164c6c8c1955b9f653b72eff19ae2e374effdc7e368a19aefadd8928c566728816567d931418948e23b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b8b6ac2a839c0b87e96c79aa1704fd551b090f914c34b552e78113f60ce7f273b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053b92083066a533822b06238d5cf8dd2ae15f807e2a8ea5588d168f5c2e7d060f3b922610b73c1401837ff3fe7f4c1997643cb2a9860134c7c908470b8a46e5cd3b94754e01b3fe6e37db331a2809d13faeeb125ea45d35b6188c19fb2e37b06b3ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bb718d77d381477e94521241603a6f30c88e1f416325db5efad9b8b5d441c803bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bd4b8b950ebe7bf49d41ef0403f35369f74afadfe6b994ea03840f43db334013bd5f63b8f43a0d3d039610ae0085335e15d6bddb3ace9b78cd4ee5eb91fb2803bd656f67803f8c0352fd303962af83d2e4996fbb917be8d977e96b30a4480323bd8aec642585dc562a9808999202b7f6adcfa471fddb8c6965e67df7be5d6393bd9ddc89dfaaa9a1429774503708895f81cd6e2b8bc482fc052b3cbeabb080b3be00407ecd415866d47ba52d3c4c194567b22b57586bbbfc7b9f7f6c14ea6303be5fcd0cc08b81abb1d04c6c4fde72bb2674520703ba1e7e377d4c0ba1015473be790a4a442aab2c704f6827dc7fd4723ac47ca3ffa21aca12afb515fa532cb3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c057358443b161a0f7a73bec308707261ffb1b7b8a1acaa3a99bbe4bffbe2f43c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c0a2378b55dbee648d401dd5fcd595fdb532c8aff194ea94c8dbddd3030d08a3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c2548914637ec0b24da69de98748034c125eabd866704797e7b2ab987724cab3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c2f7525f20b03639ba92429f0e823fe6383449816285d375de42490a2fadc283c2fdfcab90aeed5e48212db9446dbd73923751679ab89c4f7a21f6b85cba6c73c37c11c2bb9b66e9e58dd4d22c0a385a0c1ad64a4bcfed2003dd541f3806e773c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c4f472f968d82266c0db78dd106782ab691e1b7e35c770e5858251c3f35af653c53ed8c1c483eb778f5c98192fd81b908399e7c660532af51cebda28c806d463c5a307c120eb2f372419dfa497eefe9bc7dd7096aba844cf533da95f869163d3c6b0e795cff1662440d68ff24efe06f1ba5b7098361df42c79280bad70b4b113c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c7b41f5896bea884460304147fc267f04ff64371e083d1a820b3b2a5a4b4f003c89419876e8ba251f79485fbef3a29212a78f0057fd1879c5f8327a696ab7ff3c8dcee8457fe6d0532cbd261bee2eb6550c6082d7f745d956f66689d6621c2d3c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca3e0f19d6d73a734e63370162d49992fe9fa0c38274a8317a920107d2e019d3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cae1dd4c0f5856b7b3df184558b6e519f201a004b49025e569778a5629258af3cb1a9e52a2ab4039fc04aec75caf3bbeaa804a726397032d1df612dbacc182e3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cb8512b6b013547f2844eb20668b4edecd120cced0dc6abc5de022243c838e93cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f73cc59cf8397d3be72992036758661f4416cd60d3e18e4af0af4615c29fd087583cd0758f8f55d4d74753c2b46f26ae6a64580b533f0f9bbf35f1e66cf22d24673cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113cde7945a9d3c932d6a5a920ae560b4bc03a970c4ae7388d1a5cdf0a880125193cf525475d0d65297f85d7123b5e8c2547df3566b10d7074a8919f2fcf6f5b0b3cf5275e5f28e8cb99e61f8576deb871182c13213ed603fe3875b317525530fa3d05e00b1278ea3042cca2eea661bef61f27f546ceddb811b174307dacd48adb3d0dd2dad60b3296a2763e9c9ade4cc2190953d1b39fa5621432336694f4d5b33d0f714f76f29548624f20559a3be3e10a4138f494cdefcc72b7c7da1cb9ca8b3d14db3ead6a0d9b3b91dfdbe67c81738758de524cd337c5a68eb75308ec1d1b3d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d170d9dd35cc15a71aad1afe1a04dd21290ef7789406d11b6a827c01e78124a3d1719c376e077ab0b5deb598cf30dc4e32b2dbf0b3c9d31fbbf229ebeb2886e3d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d316cd2474c88fdca58655126a386f92eeae858f1366379ce666b6284604dbb3d3fc5d017ba2d1ac314ede5591f413b3311ce7339d5569ed1a671d55dd4aad73d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d4decb1beaa99d68e8e966df16ce5e8c4d90917e25ca45c4d70896e8075e9d13d512e242afb996e9d311f24d398e1ae946508c7198e4d63a428e06f266140f83d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5d1d0099445f6457b936e543d2d15902b4fe2fc5982be22a4bc97dd7ba66ad3d5e471fe1f56a1d87af9fc2cca32b059f8caded02a3b36052af7bba1f5aeae83d62b21c2ce1c4074e1c3e43c19f4df9664805cbb508388f8ed86ff80fef75573d63abcfefa421ca8505d6a917aada21ece4b087a46286baacc340a5e01975683d65acf74971526de45c74e0936068bec3dec72c87f46933feb6dfcceadc14a03d7532ecb71baf3baf0b3dadb904b47c15ecd46b48e1e72052f7b03d75cee9833d77a8f2ae9571e7e03ad4d327af608e434c2c4948fdb945a8c795ac9c00fc673d7c9f44f8d12be466663268254d1adf0722ef2cc27be30bfb2045960f94877f3d94737cf994e811ad80a98dfcd5a2a20eb33e66010b275bc47d1f52a15fbf123d9aab2c01ead5142d2e09b7a2560bf87321522719c09db9562dfc157112a0733d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13da44fe33142566c603c7981fd7c9bd652ee4108b2a10ff55aa478be7f113ddc3da4ac1590d84d409ad51c07ebbf7d1b2c0c9b914a4668318408a19cc188a1193da5b501b34073e16d6991dfc24e9f6d0515c395dc3669546a1686d0e45173133da6c238383a4d44976987192c494519b6936186b3a47fdb52c9d6f8a49074093daf46274fe7a210a32af98bf82a7f0145eb1b62519df6b75c37cbaa30bede333db92ff55fe27b98041d3cdb1658a5235db323b792405dc86163400dadf0d2023db94ab3ab1dd6ff8762b41e1844433ab10056733dbc44ca8f2e89f55ec332443dc27e4a561c005cf097b8676b358f0e89772181ec2d396b509de5520b654d5a3dc50aa7f3b406f8caa97fd6a1e5345971f87af2913b82052b735484a3765fe03dc5b1284e629769884abd119b23b477b2b8665fa1342b15ed1f5af0b39817bb3dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493dd3a08e2df252c10f8f203919961526c937ff1f6324fba75f6cb73e7d77e2b23dd80b1cf5e4758d3377389d43b4ba2cbfc8676c9261d0cb6dffbb0d25801f613dde00748dc0640acbfc4aeed165f8dc90f8ac5a3c9ffd73b46e36eed4f8749b3deba7521922769f3e0f741c264dbd47a40f1328bb496d799ad4f646f0c7e93b3df62cfab23b8c1f45ba31c4b810a79676e2e20f595c876007c3aefad374cdcd3df8be08e2830760febd1d879a3c306827b7e5f22fcca2bf1f01b927b3c3741f3dfbb0b63cc6ec5941c89af85367924443c23f228a3dcc566337c16c0c926b643e0dc515ebc546a4bc9c3b6e5ea65512144f862f7e6a466500d587fd563d0c443e0fdac1bab546e7f8e4653102113cff6bf0abfd33ea56c78377ef05f77517f73e1025d4a69e6bda8380bc331cc7a12c0df4033130ab23e77dca5fe29dfe95773e110f3794663a595d394205bc18396e00e04922a54ab27073fcbaeef0b2224f3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af3e1aee4405fb36f11dce3a1c4b6a849d6deedc1097d69e0f07ead0e70d0769983e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e2318f9803960c71fa114347d3ebe966361c8e9a2262c8c93238135da20b14c3e57853189b6289814b66451a23373240e352b93735b264b750690f5866eb3ce3e5bef1abf7576b9b57a1de34d2559413f3eb14bb0b3f907d3ad761ce8bb86e83e70e745c13b1c410adb05e5d4e1dee2f5e371e8dd83e115a2e12c2832e990093e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e77c43b10d280fe22f3d37f2ec21c48f3222c96385bc4092918252804a9abe53e80dd942843ab0c9697768441e67cb7a38671ee1387aecfb3a445ccdc89660d3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e8eb6184dac2cef98a2a2fc41f6a4b96106b2a7d16b96bc00a56d2c9844b7d03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93e97078a330b75426afeacc3d4f06cf432f7776d011250a1d4d86bdde2eed67c3e97b58bb89512bab02b1b31fc98a158b99073cce9b2568d07eed75443cce6ac3e98d1ebec6bbeb61dac08576f06a80edc48c75b1e478f2ee26c29e7b0a519303ea55da03190a1f85cf33f84b85f291e755acb13908f48d486ba36026d926e943ea6f35c8dcb0746a8f94d516e8d762bd3d363269b70c3581dfc9caa9c9733cc3eadcda986419b0dab911320f439f8c0069849fd20a6ddb45539f4c1442d6a793eadd4f5f2bf286760339fec9ddc6b224d1bbc64d187408762051b99159045a33eb401e11299a05b35931c79777d36d517751f8702818f47b19eb08485a846c23ec8c09a571f1dd06b724426929d3e72f0531fc89e831540e58f8f59664ea4873ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed28f34f40f47988a135f06d3f9bb29eabbf7e4bc4da5e0448979e797edfb563ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eee6770aeaaa0fe48bcb6ef86ee92b2a939fcc221252ef7ce8e276f784c70133eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33efb0e0565dd3beb16b17c19eb772052ee760946931f78c55cb66ed32d6502753efb2bde8d5e9210ee13cc35dfe77655362c64eea72301a584f03fd9036d00723effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0986583cf45ba1649a563f0973c42cd3c1884089915ff39b50b29a03c9a9aa3f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f17d64bf8bf32fbc736aa9ffbd91e4fb8b3f6da8507c7647c8050db3ebccc643f20f78ce58edbd70d69f641e324a619edd468eddb5f054e02213afdd74a9aab3f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2bc3aef6415ad9eb4a32f015fae5739225b1bdb6d5e004f4f616a56fd22b9f3f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f2c9e17bac59f47d08523c8f5f9fea00eec3e2da588875104f615fa7fd83a853f315d69ccf06a5a1fd2a60a6a9d2667ab8ecb3334732ff1ca7f20dd869bdb183f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3c68a448bd1605062e7b485178a5b56fb82cc086b783c5c3b93477aaa0e63c3f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f4dcceb3b223c28cf9ece20d1a9053fb38b49427fc33edb95d3ff1cf587069e3f4fd56436b843e81289ce7597b8d63e4a72fafd68ab74bbd7edf41665859dee3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3f65aa1214fe012b39f494dabede76b3dba5bc73c24ccec690cee1d03f9558bf3f6f999dc14bbebf97bc7c8cd74a538dfad862968b14a1567a1fe4bd2c43d2343f77034051d7b6928fdc1b94067754d21a13eb301394f9360ab93e941c3da6683f824e50ea8766ca1bff606720e3416552b3fc5e5cc9fdfe1b898eada05048253f8dd9bab57a65bbb03905861a1f725b640f0d0608614bc8c55157db7a2b54193f99652530456d473b050963c0815013bde55191713a6ef3c8121fc17bc782413f9eb54f42c77525f4dc13448cd5e3bbc5d40e2b2e6ee73942f21261e6c0a9d13fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fa61d3bb46f06bc8e98eaf4cc310d12e5211c9355113c50f3046ef54451be9d3fa9052933326be34b4ae26f5168afa83e27afa5799268ee7811ba220d2242e33faca8e94f2f2f991eb825974ed457300b83e38d958b4d34279a338b469082c93fb0b5a21f8dad87f13b0e10e52d88f2184d48191e27f24ef7a1af14509aaecd3fb55245c68e9532f0f219c282955f08dbdb961434ac12db3d7f0aebb7d764703fb9f97f79bd96512691d5e4613f43051bc9ee2e5bcbee2cfb4218413826a2ee3fbee8887bec550bf8a4db244cd5ee6f66dff09c625c95025e491bb9ce6e64763fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3fd3d52d4b90f2047464de9576fc916addf04a82d03304d2f3b0779cf8e710563fe3eeff60d17bd45714f7208781b065de360695572c84c306273d42c11793393febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff12836f46505740da3b456c2f4d3ff5ce74a2ecb9912e3e3856b8f3b88b2df3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f3ff68f9b4534f340e62b9c3eb8a282b27e0c1ea35f7465f8ce1316fd760a68b33ffe20af071919a6dde0a40c08ab4a1969b0f0b76d4e89e30dc4fda9943cba1a4004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053401d9b8f277e0788d42f067914bb4bec83fc50db1690adfda840d24286b81b9f40293309e75630e893df7739b60b7ece5d4a2fe744da3f27f4384b01f3d31707402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c81714039bde10bfd490b7dd76631a8f60661039a1d67772a6bc8e8a0272ab4a723a7403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405359c14bf466ca251636c5795fb8304def8d14fc4992c83451f039eee0b5d44053b27acec2d471e7714f4a96c3a5efeb92997a7993171f82bc3897b566ed454055fa06ed80d9fd4a4ce9c01e24291a4f5c7ca5ea62537c6fa252c298b486fb405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280406569406d66d584f8adb51d9def523c3c24edf8a04592ab932cb33f8337d0bf406da4a066d76ab3028610d985d5b6fc6f234da952fca037bd204e7e92fba65d407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4073cbe3943ad2a856b6833fb251414042b44c4f6f01d5c8d68d29028c664a834075e2200b7c2ded1a4b1f1a626b855ea6e1a5523468194de00ecea8bb8993934076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e4078e368dbda371dc26b37d0152873d863510228141bd8ebfcd9d5451aadf72c40799de4cb8e7ece53047c8b1ec108c4742801e6a640f7ba6cd52c9d667eaa81407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be4099f1950a6693069d4b7b4c14c93a7a3280d4dfc68f7217254411a6fa0bf330409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40a3a4fe6e795ca36708a5db47089842e5dd73a435773e6cfceacc5cae029d6b40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940ad8d8913b8ad009721001989d1c32c3a942f89ed89948d2afda810364b601640b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59140c4863f6b6e0b5e95bc307241886b697291b7be7de9d2173fb2d14470fc254440cbfdce81a8f35063d1b480ebbf119c53091b7fd7daeb07cab9cbbca078b01c40e7e522d397ca5c0874dfa5bbb8fb3b4b2ec50d209ec5f700bcd2328b5c69aa40e9ce2c0c2808ac0fc7d881e755cb5502e2c497690292a83452c83f5b9a43fa40fc25480e16325a3623871dade379ad99bece0ba55513347f49d9fd172dc9c840ffbc1bb6155898a900aed40739fb514cde96b7b1551a2fae2288368d8273f04103a9008ccb333a002cdf9b7ea567afcdd1b0a0a45c1b722cc71828401a744441151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b321411a339c3962f6923815f8e32eca0896fa0ff8843e0f3d19e59dbc78d8a009e841230f08ab0912c21f6d9d406f626d94f4b4b17b70df31cfcadd6609537d6c53412efe7896732403067abd094175711912cdc65c1b139d8c56753be5e12d0e2b4132edcf21448de8d8947825d946df09e5ffecd9a54f59edb9c0c5d9c1aafdbe413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f4413ad02878cab6d5b2a18b086f21035647b8701fec59bbbd0eb1916b94662f50413bc6920c03e3883334a1dbb8d4f396464d932b4f192f123b7ed15b6a154d34413eec025d8bad50bfa339106ac7fa03a5a3f1eb7cf8d3f575ff33c40a1daba8414056eac82f736e8f5e7fce50358de2680087005c40c3347eb5f6653e01975a4142e5db20e7dda4cc9f7c7b357451f6a41f24d69195c04af3f24515fa679a1541500ad6ab546263902971b49738a48c4a7a958442b77991649e3ffff39a0c4d41668df1b5599deac7ee1a630bc48c88626560f8ae44a631cb4e13726451483f4176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a1bbf430847fb46a97391ecac33e6bcd58d4f8bc0c2a1fc4d3cfdb69380ae417a2313eaf811f406eb52481e88d5d5e99f5ba860597cd296840d9078d2ac94417b7d577a3422e11aec0c9d2c73f12cfa57e4ec2eb9bc8d10ce6a940acf2e0c4180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41a5ba4ebbe00ba5580be698d0ac3a72c16683d33f5df6464f09eec9830dfa1d41aba7c6b0f4065fca49663594bfa93078fa069c0701fcbd3a78b382c1f2c0f441ac486714e2ce5b03724712df5e9f8ad2186bce98d5faa98269b8a93c93009c41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c35594c1043ace8731ef6b84ba71489c1476ff1182ff729c33b80fa6fed64d41c4877cb98a0e699eba17c671f3edbbe5760fb5576afb5e3ce7cb779ed7273541c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141d61ef922df30e53d31d6354b2c6aacbb336251c5c57a574a22bb80651c6a4641db4a0c6ecb19f462d3bf76282ff3f7448df3c89d8b6cae7374edb096151bd241dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841df5e854bd755cf7e73f612a37a81a0d61cf6707e2a85effdc3e3dc03b7c06041e151423174f8e08f86719a2891a83520eca547391edf948e59b4fbe8ce873f41e5a54b04f33d6beb41df0841e9250b25e9e39294951309a25f79b4c5a7699d41eb55424c4b4ee40f530a03607fecd9e4a9febd9724d7d854bdef73c703fdde41ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b9809758541ef29801f7fe55ffd937f624bc3417a6726b9c96b3ab770d995afebfa928c6041ef3b0131e5e5faf2bddfd95c2d723134bebec59c9dc7ed639c00238f96168741f09664c5afd550ebf22ef0f0a139a2132b92e8b52d6d6de34ad6134c80fa6741f563a5730fec1cbad631e3ed0e66e3878798b329d9332b8b5b15795b3007f541ffee017428656f927c4bb917f35d60b8db207dd36bc14e6daf11579b4e111241fffdca523c4bc9e5052174ef0844b64ae1fd4e19f0fbbd5d4621c69a7c0d6a4200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c420e3fa749b002d3a2a963a9f005a4c83118892e50b6267b7609f652eb48d4734211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d2421bc527267e9adbfa1b6c8f053775e3969b301a37f5b525841aef0fc32ee740421e8c2121f4bde424fae382b1d68421b6f7565b8eaed0fba25dc790cbf25127422589243cde7ffc836d924d7444ba96c9665d69e70117f4ff412e1a354a83c142260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6423605aef76a581928834f17e6bf0f3b27024ec9f36f28a3adf59c0ef856f983423f5d10accaccb5a6aabbf95b7a48f71532854a114d04fcef484c0c4eaab7ad4259f5379c05b569c2fdfe8b992706a5867e652ee99aa7eb214a985a464d82c94265e29b156e0a442b8d03422880cd2652a8faced27ca51a38a03cc6d0de884e42715cf713758492ea4d842e656a6649dfa8719003cb7f4020387d705a6200e64277c0aad17ba728d6cad723b3d9abab37d5cb7269d9a807685f1afd736c1ce6427864b9dd4bd7ab5c56d9239be810d51a2534241c9371a58498ab39b6b44d86428dde462462dfe9b2f808d4242e852d7a466e65834dd42a2f84e89ae7a2eb7c42918f8914fbe13c55fcda65035180d202a67f6d33590ac15518fd7251cc4c53429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429abd18ecf08cfc940e3f88fe468d71b23aa55f3d6bac33ee1c98c186e1ad7f429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642a33fd6accf55d1367041161bba007e1a464296884245218cf8a4ae2b4912ec42a53d3b37dd2b5a2eee56ccff37a507af315a65c793ebf2b374ece8f59146e642a9e82efa74c9b1461a8cf8bb9e233de51daa7bb33fac68cd33b0f9b4d0558842aa3c27838b88e75ec2d644a979ebe0fe5788a993c0806f7e1613c7f766536642acd52811af85479ec2bb73ad5d20b181a24f17ba66ccdea7cf793919c6491342b464d50b1679d8aab55bc038fb47469e358a7d67b22a8902eb449536abbfee42c1e43ecae198f4162e2d33db8a1860de30030ab9f5afc908fbcfcbefb7b21342c2500c471ef6103b1a2a8f06a4d0aaa9eba1da1cb070d4a757023bfed3d42b42ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342cdc5ed1302e5723b5399b08e8349aa97b2dc040a0bd1833ccb9b17fa2b443e42d47c66cae82d379905a64a0b5afc1bbdf23142fe244f0d361523c81f81c52842d57bf022d97e8a4b26c6346c12f7c86d96b9efee3ae3bdaa69a6e6e7e5e80942d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442d655a58f0a5e459e06cae119ab9783d2070ec04645d6d799eaefaa87718c6442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e087d5c161cdff4612c7901cfd034f1266cd0b85c970bbd19a71961e098bc942e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c0242e76621a1d4ffb421b515560b70d3d54af445008783169224beb4bdddef90cb42e867743cd62327678c26080d349f2639e4b096ad952da3c398f4bcff2a8d3b42ea02cb9b47fdab83d97b1356b367a6a9e256f0fdc8464034538f233c0b17d342ee895458326403239d47ca0343c95550db4dfa127270d46ba385fa7ad1f5dd43081573a428c7ff5026ffef7a938826b43432e2540ac395642e85f7726c1d8c4308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f4308690defb6a4aee82a0102f2a9cfa068e7fb60feac3ee1e064e3c0e2e76ca643133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd4322044bb22b094a23ea4a59c819b40dfb038becdce680cec66c71de04fdf95e4324e7a7c9c71fdd0abb4c4f1af099037b4e454d647ed01c99d3cccef08565de4337679d3ee0d6a8273db8a27b1e44f1c6c2e68fe7342e2970c2ef328fa1fdda4338252840693da2fb3526f01a63f3b35e5b436f82b45b658d65db573095c729434686b84e9643eaf8dc449c651041b855342e3739403fb7bf78cef02310c4b6434eb179630fcb6688240f86b3a529f6b7919f17ad84fa3a94d1875c2b32b60c43514108fc464643c07af4525b5a114d60ad476266b132a9418e70d08baefbc543528e489afbe0b5c798efe6d9f86b7b2d5de1a21f24565c183ae3d78c2547974355982998b989b6170659ffedf44f627014cdb062ff6e0e3435ef1b221ae3fe43635ba60b3bd68f3586e1a2f36dbef1d4ee6eebb866ce485a2e264cbbf9f0bf43670249e88aa9b766cd3852f5e157f355850fb6fa5336e005696404ef9b974f436a43521508bccbcf2024fc2cfef823f815406a329fffbd22515253c3bea026436ae1a5a52dab4402580f0d484bffae84abebd571be4dca601d6f18bb928814436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43755a8e7833b6816c7e258c40cd7635f197791453c1c5a5c1236502bc3d953b437bb39a00134491a62af6b13991262d10ee9ab2a4ad5dc5b6b683c834d8ce2743875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac438faff758174b593b02a51668f94700c18a4b34ed553024fdb0ade667bee4224397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b07eee10b2728d93328742a90198ac1d38e2b90ac818bba4bf496eb3c16ea643b5c548bc020713ca3f2101f5db90ee8ceaacc8ffe8da2fe410757df079958643b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443bc09db8743930c2edad6fc88bc0bcac9a6bd059603b633e89b2f3a0a33bbe943ccf7a1a9e36f9d4358a003521fd0a5dfee4f60c6bb7fd847cd3908fff1c70a43d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43da72750eaf7c4b9d0bd833de91cb5c5b8997bdcc134b63d045a51ad21f778643dafcb6d37b33874edec5f237f8b07dcc67776ebd9a531d49a2b43d35572f9b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043e98a8fe5de60f00935ed2e7faddd3f886be97636f2a906482cc1dc0a62c85a43ea3bddf24c71ee17517f6700459ef00b78ce0fbaa409edef65befb914bdce643ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc43ebfa18c22a24fc17956e50e78bcc4a4325c0c4e1f65e2d39f5bfce5e3a85b543ee0acf48384919f74e90ec2fd3fee9a79f81d40a05d9d6455e7ae41e6f9b9c43f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06440154d29cf706373524ae26e05b6f3d1b6f6d09e088f67059760d6ee3a98d584403abf340717985475087403070f65d15af72db2fd0435a80938a7f11a5485d44107396bdeb6519788183e4647a86567d636f60b729cf2890ce7147e382e285441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54416c9fe58b944b239f9f3f25ecc71c5245120cdd1942b1bec22df3a2cfd1eb9441dc1a6044934478b55607e1c1ca0ed22f0dbdbb0f14c7cdf6192c34fe5ea6e441fac6a89e395303796b9712d9ba29a255952ebb74b08ea830c8a55bc1e90b24428a554757d357ba695ddfe838dd020002bfcdc0c063567371460e829ea79ff442cf416e1f4068f5de7b9ab32e57f928871e5917cac4fa57bd38254a9e2f3974432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443c8992f4b2a6df04bea11bf5a6589c2b5a64200f64697a7afeb06e0c1d3805443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb544444153638735c2117671a30310ea7f1c9fb943d2995462c1b9e32b627245e5944486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b20086844543f74914626f978be1584d7430b0c07aab1401859a031294467cb5452307944545abbe355df08ab2f793db8bc2a4a705a0aa3ba2e9e8340e8515e7db7a9e844587b0ee64c393645bb66c1f83d6be83d373a07ec234a59162373f2ce8965b544643b9cedae5e0cf7c16bad841dd85af1538507b7f4249b3efe92f1ac366b7a44643c4005b7ad4e855811801ab98601ace96648ef79114588804bf97369f5d64464977ea28d3def865cb491ffae3fd57ec3ba2d5c0ab91fbafb88e8b17a69bb446a0e2fc0faa387ee68d2b6b02e04666a24ae8b013b185ffcb0afb19fbc4f09446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4447a54125bfdec289585e831166fa5dbee9e931413d7027cdcde0a0454f35c5c4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e34489710f9d89e633873cdf5782b68e1ccdb5900a00e6d94b93f2d086e83a4a42448e66ad8cdc6de0bbe6b05dfd201c1d4e5832a41b8790eefd434e061b8b9dea448e68f05cf1959023ae9ae4552e4d158c0feb32b8d8693094fb6e26cd8aed27448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a23598523f3bb41af725be899ebbf5127d7aeed5c31d00c29529b50372f06044a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44aa7e867d30ae50e7351f25dbe52bfb54557945826695a5f10fc0f071721a8244b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44b655bc3b463da3b981e8bd6418a6f85a119f4b2fecb3682d24bb12dde7582344bf49c78e77ce9fb616c87f65e0260b8fdc41672e50d1bac35e8ecabe28a59e44c3be263d4409b06f7b229e54d3ca31cde0e7228b43d001dd33f1c9553ef4d444c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44d007eddcfc9c3e616cbefe52205c71a9fa879ba069ce025bf640f152980efd44dc98f9dc9a05d203bf096bac84c5dc3eae396f248b235fd2d4ce6f6e6ab26944de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444e7ecd4f1a871e23ef5ded87ac77dc8e91ecf443a1806fb67315873523499ce44e9b0ac2b360b216f72080c4cf0c11da20b699c8ed5c3caa6e7e16ca6d283ac44ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444ed227349846c13fda7910e6e023164e8e14e1b3fde5ab489d20ace9cd2a7e444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c44fcafccd8a5b7d8ceb709f7ccdb8ef7e97db84cf809f624bdb33a6e3859de804501bd7c180ccb6c73247a336b296299572ea5cce2aefb3a7d294639aaf01eee450d5f0aa4a909ac25b8d5dc9145fc2f5ddecf01d4bf018343e4d93eca554b6b450dd9d7a2ca340f191007a62fa45821c1330ff9e8ac7e009f1bb6d2f0e95d9f450e2b11ba5b4aff954a4fc2a1351876115b24c9634a85c2a6c2090286f3d24a45206934aa2d87b81b4520c2b27d5f1dac4262fec71ec42037058ab5b39d9ba04528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f0452d6717a4392b070989e89acc88cee12f2bd06e873be29e3eae83456109b784452e5c4425086b7a7d4484fd9e0738f0b5be66ac0f38628891e4869673dc90f84530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a612778645362664b01923545148682b1d2749b2b2cd2e0e22e02ddc270727eac36b12d94537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab245382d6ac51badc05cd51ecbb9ac9405f713dd0892ab6c665deea98c9a530261453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b4453d432862feb77d377b37243b2e6c4fe50cdbe957894ad15cf4537795df16a8453f495ccbd14ad3505ff27128794634c847c05cbe6a24afdee84d3e421fc203454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c8454261d17f64d9d66ed61f9a0f894635a1c51e668f62faf5478c6f66a7bab4c145472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b4548facfac29b5ff8c6d13e6c86ff1bb86fdfea104752b518600620d27f3698e454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb4555aaca6498bddce136495f470b065357f9699f6e62a3a86c6307ddafb55ccc455a3cc8f3fe90b67c55963127e1205355f541f8befb504b321a2aebc5272183455b00a5bb528b11f46d89502d38744e577ad76bb4b077c4833862a501cc03a7455b8b7b3286349658f481ddef61c201a1fa11341b2f1ea595e6a8d99e8a5c56455f1faddb83b99e6c5c2a18867564c026a3848c9d5455a2868a794b94a61cb145601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457a6c01a0dbb9ef93d6093ae0f98c2fd9d9d2af9ac3c9c27e1228dc249c1cf8457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d4582e2f8135e7b66586ced7e245c031b9f9716c5c3fcd27ba47aac9800d64435459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd0645997529f9bd6cb0af45bc34b2f9d2ebe8a78f981ee7af93e857a80fd6d07a46459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a958706217459f3bd94c26c601cdbfe00457618fde369dee905ee1ecab9d1e51502ffee70345a3c2da113126856b176da6d47b1b9cb391bfac1200d29274b36ec9bfb7485645a4f8d4c6ef7bb5b9debbcdbf521d8d8033188ef0ba73fcb8436d76569d8d1645a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345ad7cbe40c5c4a42131ea836a08ceed3cf0b7ea5dc48820335195ca8da365f245af379c8acfb31c7f804d8f212b2d0d47e25c046cd4e1bb3ec5b513738d4c5645ca3c7c89ed271887f9ff5a653821f935d668b67b72f75646dfc2ca24fdf79245ce35b7e3ccec93a6e5a7f7716c9fb65e6f9cc06e463289759b44e3fee0b13b45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145d9305288703452529cb6cec1625c6092e98cfe82bc613126cf67b7b480a6ab45def5a31562faa95d10fb7111756c2351a5a4d96a2cf252e84e305128a112e745e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e45ecbdc49af6a3a30fa489cbca30ed1fb45b87f610818fe80bda2f2a6191f71b45eec4c7b0e899c9c3f3c48eb5b770e08c62aef272b365dd4f059dc2980b40a245eef935cbfc514c34c480d64d9cc7e5f1a9261598ba1d02befb04b8fee028c345f1e90ef0e6ca0c11f428ee8576bbd3690a2eeea2064be9c018b277279c365145f95d0ef322a9812d13e9de0140a759d16224fb7e0df1c761e29131bfbc259246058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c640777714608c7be9a27ba542563eb2a7c6ba205a891c883bdd3d3751ab2994eb1f4e74d460b8b89b63fceea4112978ed7e245a0ae2efa7f037cdb73d11285f9fa60846a46110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616dbe73b284a30597228baa6efba4e9204d1b7af1b9e93edca6ecc0b6d2c854616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac4626602700816f4c8de70bf51d3bd5666f6497dabe51c2746ec9b150d95b792a462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c462ea1ae417ac97e472d05765e745eb9b030fd0d9704ad36063c0887d085666846324c02bf718a7f27a7733f8383da7e1d38eaee49988d4a3404302a8e3dfa224646961c4ba7241156e00199abc2762a34e23f2838b01584218a503b3dc4880146495b3c702aec9bbe2bebb506fb977f4e2cf05ea19ca65d14ce3a6c5d4f9ca9464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f246569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c4657b02aaaeb23816100a180e03b8c2ba2c147227bc939228b8a6e6bae418dda465e466217a3c7f1d1d968c432bcd88fd7edf8e64d41155e126672fe069843d84674ace0405ab7322beb92179e8841770918a59f3cefbfebb44a00ea84a4aa93467b82fe5573012b36d920b88793b703c570c252b6861ff25dda86d761200936467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46816bfc7926409bb904eb679298beae87e19947c0acea66f3c1e1ecd55679974689bde2efdc63c8930d08f96046d41dc13372695df024b060afec4cec4db4a44696342a1b13df50f2b50c246ece7514398f73d406963610267599cd907ee5674697824d4b3d105534b8bff71246c3a13ead4fff8c9a8b92ef96b868d4586639469946d68dadb46e324ac623903e0e9840377e288278e940453f1ba35b8fec26469bf784344fd696af2ee25f9125b4a410a2bda4b3642c6ef65345cc77f9cd0d469ca64c577c3c2424572c0c2d7a9d1a36b5a3bf9e4689ca19eefa1de009b4fb46a269d68a943e5fa39a8b2194ad7333809a8b795e37b1072e42a472e958c3cd46a44b6956c7d2fb2dbe5f9cd46a34833a6e3e46d1f61d1dee9c90d9c93b464e46a7a1ffd1f091248dd988268d601a1c3cc9923d9897851c1fb34ae05adeba9c46a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46ac8d9b50e31b511652c82f855976dd2bb9a62698981e9d4be455cfd2e9cf5146b8c7e8cefbf159a93f39b80c65a0ce73e3bfd2ddaa4f1b87f41ea46100e7af46bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946cc0b75683bf2fffcd8f743cd678832e12cb8aa008a6e87790bfd42fe4a415646d49f9ff54acfb06ad78ac0315589d793331790d1c29eeac8b236a4248e2ed646e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b46e9fdc4f33694fcb6bc6a58df3e9e077a3248a152e20d314b34d670fe6cfefb46f07a48937e224fd6ef30f93965e2cd12d7d170cf1a6ac3fb15480a8007aea346f0c021ba7634adf18f903ba5a1ef64d6e9a3a780a9738fc4bd583dcd9e6b2e46f22a272776e880af2a07157a39e86f35d038a52344e9b6e2bae04c5b0f686e46f32cc6ea72b2c7c93bd63318dd551544893966f4441574941695754de900b446fd52174e4a4601610efef9663f77a7993bbbc95e7c2955b52d6607cc62990346fe21e8920bf722ea6e3d14b701948a1e32c0574d771321b25f8059e84be1604705d9a24c4621f7fdddbf1e5d97a08d6e2313cb32f8d4e435d8e71b08f79a8b470d2f0873a38f48cffeab8db855450311c88796a608887aa315b46fe6a9a7d1471230be33b9a4f2a458a098718959f6a8f8bb42bda07074ee1fbab072f64c0f4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727004578fcf4b46a934c2b27bf185f510e3261312e7d699ba8dcc69e0442164728ca15330c1826bf84d24b0dda51bf47b774bc9163b31a975b9c2e586c6a88472ad3c2de7c02aa59204dcb7dd16711bd86056e7d07f760384f1880b87c0e7e472b78da8d61c8b4d1be18e484ae9f430042e7e9962c0c1401adfc4ca4e70c7747313baddf339efafc5efd0920ed504f5c5bd68862a82618711fbb9035374c98473d017afb0b0d229aa0a2e5cdf54f23a1134b7dfb44ad499222fd11cc392fdf474015186379492c70bbbc021be3a4fb118f19ca1c209edeb93df20226d7f7b2000d80f27f4742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475bf26bc896b19d4752742d8b84d918ff2d98d717a553fbe9938112696bbc5d475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf04777f157c1a0ae00e1b6499502e82ac4291c50227d4012c73c8dd0bd82eb50e5477c78fccd6c86c423f4aaa7a3f1c4e01f0b25b22c9c43941d6688803a81dd0c477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791115809f622d7fb5c34d6babee3fe0d873d78e90686d9c0a0d2e4dd05b9144791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c41f2e059a16afd7cf16be18ea83ba16e16c0427bc34a892b59954c99add9147c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47ccc0eb5bbe1a73baf08425e33ad9fde066088bac03778eb33ca5c3bac10dc047d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547da58ef427e63e429c0b95993a06614a2eb5ddbb65f248a16523d741fad221347de70e6acb1f5ce7c23c3818063df0f88f05e4a6dc3102c8c04c925bf27f62d47e542d53cc82eaa5aa7a67de1618bca42d56ce936241ac38492c91a29bf3ed247ec5f50ab0fc957a144a282e04a56fe3927de1a95edbb88f964251f507e560f47ee877fe54e34db3167a8f262857c5ff875ba3add3bdf9fb425f8e497521bb047f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f0e16d5ddc16ddf5702254329a8bff356bc135e191da2f71cd7b179cbc935647f12c897ae3a5f6dc3f7c9fd819d12cceabad4db045f50208812aa61fc24ff647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874805226073c38fef09af7c577bcaadb41e49a39e7fdc5fd731051511afe55499480ab54aca3898c0b166f5c7ca6a1a0cdbfa02454800ca49b705745999ff946a4812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d248146fab6835e09241e526f13be875b9b110244eb8b45de45cd81090cd039e41481f1be773b9b48a049c8484fdec50d61c5f763561f713bf7c26b547138b6442482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc448315e46c14a415d055876113830aab4501c3bec565f8210854862527e8ca5ed4839218c419ee267899669352230226de1fb4b273efe64de2064e87c6cfc36a048396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e483ca0624f1521f8b71755ac3952369c4de99cdac972795cb8703033c4cf7a79483eec01709d3eb18cf8cb82b8e599fd4adf8731d94ae66474340bd04ab7e5264842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e4844b5866c0ba0e7ea44cfe0fffb33749dea14ae020c7963961f05eb8ba22eb4484543a29d25dd66635611934c33d0bc6696424c1dbca43369c920ba3b70e3aa4845ac90b798e2a3c4f0f46604a52eebf3f42ad429df7cea29163c59cb8bd49e48499a9762208afbb0f595356df1cba449724e1c1522764ecb72635cbcaac3e0484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd04859a6aa53de0e7b4edb4712470a97a9bc9fed578083f1f248e89f3d92cad2384860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b6167764548613a9256f4994ebf174f75134f294dcddf9922f25f08505c114e3074b5d0184861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc048688245f72e50efdaace3fb8f2eb8aa164dedc6654d6f884000c7c65719dc1b486d03759dadbb8569bf70703cfeca707d7ebd00bb0d4f6834220449fd844202487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e1248845c686c09fde2fac4bfcd0db584be7ac6a34392344153e3dd7fb002182679488ef05cd6ae876e344a59cf72597800f582a725ffee34a13c7be58046b7b4464891206221346c4b862025fb5265050c36a4e01b12771f8a033b91b6946b0dbf48914c05dd99191227d61579982852868f6f1d74397e474d913c2599e3e54ec7489709a9b046d8378602277761f91b717219c866ea022a5656a3882be59774c54899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48b7de191f873ea5d20ebb6c5c8a21ee3bc065299cbd3ee713f41c2a4c5e0f0448b96b1a02d1c40f74b508ae1734898f45b34a0c092f8d75c70baf1cc4feee4448bdfe125990f044e3c039281124b616a3fd435b9f71a2e9197c78f68fdf173948bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248c3c0294e46f77b57e61c0b23f49c5afbee97a601c0a244e3756d28402b8adc48c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c48cc742967c38bf67e79c0cd56e9eeb4a5b2fddd178b7c11b005b0f2924cbe6e48e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb48e7af1b85b03ea2fabf402bae9471d0f8126a287ea05dce7660c0eca683882748f0ba3f72c095fad4de569dc674f2069edb8e0fc36decd934aad8fba85258d348fa203eeea8ad872b34d506b7a2e9a778d83627a2f6dca04fe0b4a728a07fbf48fb4536b8da4962a33e02a5479116cafc2bbd86c7c9c2198f9778015cbf076748fc80e65aea98f02caf912731fbea5ecd389adea05bcc24ced2636b5115ac4448ff0e49d7d2771f34b285422c9d9ff3ddc745f2db3356915a5a73b86bd71f69490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d084918f95ce30a2fc4996f7f488daf9fa147071ea921ce9556cd7b5aca23a6e57a491f0a4d3904256766582498580ce1146d3c8516e38a7e75c10e8b03c1630b07493016d158f66f75691e167a481039459847a46d0d22c04451d856300dda7869493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e429493b6fec97577e1f2723a51e861c60fa05a2368d01ca5b87ebb2c3a4908c9c68493c478233312ab3ea43c5f4b5a8719a779d8b8f365d1ff576cede8172972999493e74a6d664bab15112a787bd97588c8c8f4288ee23e10bcd41e18a0fe56706494001c92f15d28892bd38a6e6f8e2f247a783f9c69d615801988b7877bcf1fe4947193dcaea97a2b42acee4ab9af92fed70846d478970c4f885dff9e98cd61a49475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494afe8e0b72d8209dcc16ecda8937ab9ca22455436ad294fa5066300ebdf31a494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0495c9691c8c3b56244a70eb008c95fbbc66b764ee6414600a6780e3669420489496c8425a0269d970f65f90e7da849afe34b32592a01ba9425fa11cb3b2cf50a497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da14498a8e89216582f6979fbb5d3b699313dcf20bb679b60ef18344fd9d8ebb0ace4990484addddd690f256b8069f5213b2df6bb186130fc61c26a607f8ccf0301a4998a10961077bf8eabfb92b9ee40fd43e911b03034298e170eda1c3fca68c0949a2c9e05f9f2ee9ad9f434e671f07941617420cf8068c406a1e1b8f06ccdc5449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049abc45dd25646136fa24a7734fb4627e09b88015e6148f75cb0be5e6b245c5949aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449b02d5930aed7f837eee95add2257b6dfbfcf7fab1709fdf01a5f7f0dc72d4c49b6c01c4f322532416c189d1456692e20fca71039c436a70418cb73e01ae2f649c0ded56c32b853fa07d61285692e6be552e2b33303da7ddec51f3856213ce749c19819730aed100cdb091e9292142d9ab9811fa72facd458b35ed2e384f1c349ca3a45fb9dd4c736d562c98048c6659445f8c1e0ad9247c38420686ddb082749cee8500f0bd524d04bd17ee1a250acab6d6866e2f1206c3c212c25de66e4fa49cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249d1a0687114ce4c44e87e5a77d7f1cdacc01a037a37c395cf0f430b0807903149d79982c1e919acacb6cee570ece64b6d481bfefd1b9841b359f8132152c74549daa71a0667fb42ae515d14a26267767580e08c2ccba0d4b78f7edca0ae109d49db690577a72dc6b994375fbc4b1e094107a42f0771b8445d8f69d89c8219fd49db8290c33e953fa257b0512d8055f00e820a75e5cd5463d918316413cbb68949f6191842b345219ed70175e429c8a75a8bfada651af65d3e24ca3ae33118cc49f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b6389028849fe7af71056a125be4ed229bda1da53ca5c8db2b20c6eab242d2f418840dc604a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a085f759e4d75d130de5b9a9c75c8fba0c998027bc3295c64ab657bb63ca5834a0e273a077da5a59bbd162ddc60eafd83e0f9f0581e1ade079724dae39e5cea4a10e0c75f2ff28bcf1a88db93f25607f9c5553eaa600a5a7a2573710e3650834a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a150211e6480f35dcd36210bd761a8a9b0686e9f2add81b6b56bca92e18414b4a17bd1ebf8690912fba8fc9e751546929618b08ea8cfab87df1d1aa5dcc51a34a1fb4f567edfc3ae1c0c6c03228bf6c11af84fafdbc8be150aa371a2cc8a7b54a23deabc32a552d3d831f5c3fc1fbca3f66d3f5a223f999b0dcbbf5c811229c4a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a2cadd4add093eeec40e8319defbd3cb23ab14775cafc2f3d27f98658585c974a2fa9e4b09181571ec493b96b40c129b34565cfcb5283b2a5bb6b554c9889854a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a323cf306923055aa193d1e9f27d8fa13b79ffa6f94b3a3e9aae9c799edd0ec4a380581e10fae11f37d0a18a497c024709e5d0bff0a11f2498648db20b900d44a4a8bb9e0f6d62f9aa51857d4adefd76c9f912b6a27cf5d133586d415bf08bf4a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a5f63f6154cd084c731dbf5b62594d417cbfd5151ca136cc5c0333dc505b6fa4a60e727c14421943272c8f2823d179a696a65214f3fe95bc0d91eeeb458f91d4a633d5b29c94b35b2abf0001099962cc9532aff82d5ddfbfcf0b73a4699a6004a67863026e702c6e346bf507d3c54a6d30196a65cb975314456393e5394686c4a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a6b030c0b680f700abcf4293175b76b3dba65ddaf8b729d1c7add3f940e027a4a79932e8fb9e727480d8baa6ee8fa5f1a472227669a2ef42e39f26e0c187a8f4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a9201dce0bf9526a2ca9ed18a3cf094d7884984c5144e1ade4e6873a7a196ef4a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a940f13f6d9352edae9703e2281e824a84983c1c7b7a0e5578e2e8969fb084e4a9418e5b446570f45bfb744674404e970f7d35cf8eb0bdbebeafeb673ff71a74a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934a9dffcfbb4f292514b9e5616d78c2a6a86045958e9c2e0ddbaba97eb73f416d4aa823ec2cf5e7a69b760d780e763eee62047684ff21995c55d2707ab2d6e6544aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab3684df03ce2db6385abde609da25284b85733a00cf3d3caa7be32a1c886f54ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14abde9739b6bb2f9b9769c1ea8dcf13a53b90ba368c9dd5708fe492731e3c9534ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee684ada7a1c8da1516e110b6feada5cbacdf8091fd8fcb23a900012b48f5334748f4adeffd112b7d4d6be5481d586c00b9fd0400a5c12188b48768eb01aacae4f124adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae24a7e60faaf4caedfbc35cd4b87e303ea46cc6c32f3aad0ecaafc3f19a7ef4ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14aed872edd15d6b73e8f37a990648bd8932a7e7d8656f862b3f2259bf4ca45c74b0014c4f17efc1b0f2c5d9c39e03fdea00230eaac65a1bf05ba33e811e78e874b00d9cb3026722a913184a673b79aa8bac2555f0a6607ea906462d2e31b957d4b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b1618bfa0b2194f0e3d5685414ee8023a26d712e589db31ebcf8c4537d0cbac4b1d38459eb7b31ee1001bb3b1873d79482649e2687d00e02b1b565314257fd54b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b33e1b51a9c7bf5702b5c0ed7566a151a6b72c9000f8d3905f76cc3885ce6214b33f9b8ad0cd7c3318ce157c1e5d35380d3426c9f03513ce5e09bcec6c761bd4b3b2aac0a59d4a9fde22265047ba4d05a372625ce5d40106837d41faa3e69244b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b4b696010d6a4b739f72dfd724a2f7810d0e00dcc18c9242e830fcbe8da9e744b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b5d33ce2911228891ac386f45e18b536bdc1fd0975327f1e585bacb2443b6574b5e77fe4e53cd226ec71f8231bc09534450b049ffad8a8daf8e43436b019bc84b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b7bf85a2c36f34c475696fa7d24f048785324ebf42dded7defe687d581baac74b8154eb423bcb831dda28ceec576f482200eab4d23a30ee9fcb806025ebff854b82f417254a570fe8063b8a97ebc0ddfab5ab19ad95458793e883e429aba6d94b838df53b84b92e7f385ed226c4c81a95e674dd25aa6ee2f2937c54ba18e1c84b89a452d21768710ea3d19203f02a62f6ba388693609096b6beb0d3647fc73e4b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b937342646776b207f899b7c035ede6e89a0505a8e78bd284e456da44887eed4b996a78cf9a6eecd1a1359517aee0151d2e1a4e23f9ba17f84f470eb2999e854b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4ba23bbc7a74e5ac75b5ee912c317dbdb7561a262185fc351257ab17fc2c28194ba576fbc134988cd58f0d131250697d31fd48eef0fb03b34e421372f0b789d34bad6b98241e48add3ed7438a1309925151abbb5278d91a180258e202009756a4bb0ab733bf882986fdcdae25ac38f13a159b353dee6e921658c82b4dac7dff64bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274be8a6a62a2239bcb28c94f0fdd551bd9d2e67fca6d9fb2c1dfbfe61d02857104bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4bfdf1b37e59ffc9b81755da854636b049b08d0aed9bb018a24486c377d2a9f44c1c917dec4195be9d9c836520c9fadd8285c896f33f16583a1de6a26294dad24c22d59ac94c78bcc037b8ab3839dc6a86c59c2cbba95751d87397e6ca1ad5024c241e4e9f6e2a22cb43d4292d3ae2eb769c1a696c82533d96871ea4006cd7164c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c3105b13402948901da03858798d37b9f2d2018fbcd5f8d7c007ae01375215e4c31d1d99a016fb5f78634053f1086bd92ddcdf95f4a2e6622cd67ca7971ddc94c380080c51b32244130677f338226706e3a5a1be0a4a74e6b261dc62281277e4c381aa17ae4633c1ef8fc3d4b901c937af2b9fe06eed31e747618afdb06780f4c44008335812803a3bcdf5dcd271607e69f352ea7d30e9b9c397e701ef2a53f4c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4c1273c7642bf842196cd8599bfb7327359c9d9c13cb668f1dfe4a1f3ff3364c4c17e55ad16d9bce1668322d738bf12c1d2bf03ccb73214074709f7aab18474c4cbe0bd4293cf1b6d59498abc06aef46ff9c9057ffeaec4230962370136dd44c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7134bfc9e4915a93b4d5b5864800c5653710663deae7aa0dde0a44433e4f564c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c81cc14d9f4abe131af936efb8e4b54e9b47ffb11509d2b97563b20046ac4034c8323a5eabe667d98c7cdd9833bd818547f811cf923f993f3b59e856cda82164c86dee13c7eb55bb25dc4b6934aa181120d6c04eae2d76eac5b21088ecd16a44c87d21ecb5b714739d7a245c5e370c871cc5a62356796105bed6b3d1f9c216e4c882430ce05bae99c9541fef95d60a9fb48ee1558220918f6bccaff7134cb274c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54c92a3503838d8b8dd6227bda71d51892c7b6dd1a5a761aae540b066f69cb3c14c9d27f5b7eb30009bf93121af98dbbd9a08b02e7bd5919ae716117c84d6e7264ca746223df491a1a7092af446e75f4f12799186127becf0f6f3904a2a76091f4cabbbd07c08deb1c1c15cab74a1cd5ed54cef1da45ca8a43af4e12db2391ce04cb38c96eec85b2d52b015912be4ca7cae5cd9ade1e2a68d3bded204791816bc4cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cb87b65541726ef0d4dd9ed818316aa2f49fbe6be9fa94a0bc6ddd45f5236b74cbbae0b1439bcbd007bae1fa22f464827cd4ea0f399f5dedcca87dc236c2c774cbf6de910e6dca3d3141eb3b21d514c6ef1927e68e9df47cab1b40f8dbbe3cf4cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c4ccffbb37615cd57b9ac8155f58f6b6434134fce1b2d62181ce7b9d3cf0d11c04cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cd647304fa5fc29c8e5ca3d2f629519f8cde04c3b9c16eb8cb0de9c41b77ce84cdb681d0bdb0022e0880c1fe1cd9a339683f5f4b8c01ea44b5a7c84f994bbaf4cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494cdfb11819af7cd7dcef2833e9d21c981be3ec615a0aa0c49ad9ba0a356eea084ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0502e388a0a68678e384ef2fd20c22ea76a5e3cc6910ffe8fa44a6828439454d0646a886be97c11d164d02c36a5ef3285b6fbe98371e8105316c648f1c182a4d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c6883184d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d1ec37681a4628e03e9ffc1f0de2d0191f5a3017645f03b36c2cd45703831594d227fa6653fbf8b08951b0e7c184ff1ff35e31e2470d28ca461337d72c9911b4d291e9fe3a25a423fe43ee04514e84c35ee970b86caf842504ed16f047410404d306c7629d76a00e8ee5db9564e79a17cb29e18627b2334269c089dad1805694d38428ee4dd005ac1ace1cb3f24798ccd33c40e0555b0655a1d82e78316a1494d3e7710a6169fcb762801375da240a04198ce7aa18123a70f0a6dcc6cb688bc4d3f3fa1fcd28ee88b7bdbdbb3e8d0be9064babb43cfb0b90bdd84b7443d25834d439ac39c2aaa76322bd8e083a316928a19c3e44c74898a2f2fdd209e15f91b4d5110802fd04c879c9627e02c9919406815ff8e723f922530389dc982f4cf6c4d538bfac0f7b9ebed423f8ef4a487bb67726d5bce9a94ac4c97b43b409b06dd4d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d6ab6b6d4f66691d2db855c61f055311138dd3d0d98519fcde8df25c5563f9e4d6d62f6ae350cb196902ed79251139ac0af0a9e32216af5faf72f4d653a33f14d6de92cd115ed9910f295dfddcb70be77c4da7a9d3efe643a1157851ab0a34f4d6ec8045485fd8b3b42ce5a1435cd835f7b84916ecf0f4ea197a76605c732b24d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d871679b944827c06ef11a9d13a530e17ea698f9e5e642db5e47d39a90d7baf4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d904ba0788dfcd416e3f2a4ad47ccbd922d7275cdfec1e96eff3d2a866ffdbc4d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14d98e21e1f76af66e0007060333a25ee2387efd726288fb64f1c9c8902aceff94d9bf2c73b6128d0eab923aeefef4c9fb2fb150cad7e1cc6ceae43d7e4077d7d4da6e099cd7c8795f5ed92c386206a5db3773c28494ee73ee90ed2ea3dc07c124da7725ed8a5fc6a915a739516e5fbc45dd88320567c6ca437d97b42b67093d14dad6b3f5bc304f89c2eda3066595dbc6422c2e7a064499bf69ff10bcfe99b8c4db3d3da60ed41a428711c96c9bb220fde7aac1a302805794fc212cdb792e70b4dbb115628c4c8734a3a748e99a283549104c8e793b9ceaeac011c352fa362604dbefe843f502f9ad46e12aeae56fc99cf56a33d7b1eb58f9a314911066694da4dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dd500cf08ab7b7af43d8e33581fe006f7cd4360ba24336291d99ec5713cc9934dd82e9a8e0985a988cee016941daf2d79fbc98af64f5bc2204057e24bb84e184dd85b18fa94484bf15c84c75e3a4ce9cc6be89d3238712647436a15e61fa3694ddddb9486bb25f33e2ded6f7996c45c337deb3ec406230241ea8ae9bd25822c4de37c4f99489e4f4330d89139ab22311cef2099fab1d57fe6881e4530d60b9b4de57516f2a911880a24e454bccde438ecc7fc41cf5e9a7e5d65410d5d7090244dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df59c44bc0a52e58db8ed9158f9891586fb3dfa9d9f6af21784a2161314d0bd4df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e114076ab4eb2d1d49ca94cdbbe64a89c090e008a36031b41a49e8998fef7594e14dc656752c87753966e81cd0a8db6af1947fb99d09a0491bd8a90a307af714e1608c20c77b89d316aca7ccb88eede6c87cc3f05fe7c2a741a1f9bcd6e485d4e24f0000bef60cfbc68b86b2be45da4cdf41375d8adae7cdc3a2b15e31fcbc64e38a92c2ee7daae6ca3a86fc95444ac98eed898527ce839b063cc7b9e3777f74e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e40d43bf7841a47b48be8c6d81dabca8eed9b2e4196c58dadf96e908cad5f614e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e44cfd07cda8607e3d17b1e51561ea3209547dcfe7a44c30c26fd655e2c5b0a4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e6297a6873b34025f9f6c20e5fa3d01896be7bc93f82b22a683d6bc42dc2c034e6e71eca03ee41cdcd725f98e4ae92b28d3c3a63785c23b12eecd7e632b6e634e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e73be16468ebee306db79e11f5736786814d1ccc5c35d67241ba494aa85a4ce4e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e7e1635d107b65b789816e361d54af5388aae9a611091db75646180259a16a24e7ee9a1f6512bc49d51d769807a4f2a6c6e6629d7e80e103118f65921a3d7664e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64e820aa20e1d90f6031ab6f32144f7c05d22731eadc04219a2026b7f881723344e8310e4d662113e521eb13386b3fdc39cd07a34421e516c59ffc015e67aa5ea4e9f261ad3ca6387b2b70a3704e0ebd6cbbea41aba93c58fc736ece5fc4898364ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ea99dbfc45cfccf70743389dac6168a2b07072c6cf927d0634f512bcef75a8c4eac992a5225162161451041c382926c189eebd24cabc3ca9d76aa2bee60304f4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb3496f2610c938928fc34d197b9588b2fa6ebc9c80a54a0ad390134f83af194eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4ebdf8752ee34afd3d1c2c312e9b4a61d56b5413a1c70ce3f3c27e162fbd41fe4ec0aaa4bc7664770c228c5bcab9124b63b4e1c5f951f938e6ea12cacf69cea84ee1486d0510959c9bcc090601a9e317248733e4b9927d6fb006960e1d1ff7ba4ee8385de6045d9f9d11c4402d7e1d694447f503eb423bf6a20dde172a4ba3e04eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584ef490ccedccd641a7ec954dc63e3adae13b5d92ef9ec327796954d3f0bdcf654efde37c1fbd71819745501f486b7e4241d9107ecf873f7c028484e2879b4b0d4effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f00c651f6b610d344c6bce76050927cec2a7eb6128c8a45d8d5bf8bc4a2c0b24f0139339ae79fa5f2d5c42f97e3b1abce9e262d098432af63fa380622d80d6c4f0810a7a9381ad5c0053065a6b7344ae3ceed08b9ec43f99e499c5da76c15464f1724fb72f131e165e019604bb38ffdec846b074e314449d20d8f1d9a9557154f173468129cdcd5c5e9ff09ce386dd5186fe962fd109849c244ea991d9462cd4f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f19424ad29af5b638b85769da4d9a1440e40b71fb9c80e0361bd22b406331674f19cae6a5369d6ece29585f1cb010883febb4528a290794db4b5f1045c3c4bf4f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f1f2b2feefeeba178d869d7d2057cd5540eb1887c93540a656c9d9f4bb7e27a4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f2fc106ab62b43b4dc6bf2e5ce8f4544916096837ee447dba19df044c303d5f4f305db22f678881e1bbf6df3141795cd5ba40c7b1956c3917bdc4f18ed292864f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f41f1f574cee25dd632a7e9ff858ad012d4ff7ef027ec1d0cf943d83e709c474f424803d2bd2bcb4ed9d37aca8b14f842f834a63375381367cf27df4eaffe9e4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f44c8fbc2454e55d8d3d09524f47c8b5987da04907e2254aa196ee4c6ac99224f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f485bf38342796acceb915bc92317a69641e7b8ac381e05c496c65f370972e64f60243633b55cc6ea9f7627ad4df698e004eb3168712a499387d9183286322a4f60f2f9585d1799797d89fc27e1ef583a21758efe1d533647fca85618f951754f61a8f4808a3ee9ea96575fa956cf4b489f355c11e491fb3f1282bf9f522a0d4f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f683e130e3bcd88a58cbfac9065a983ad6b7c1bad7a7796ca203a86c8119e064f69d6a4e2df358e636bdccf3d47fec6362153b797ea307bdb352fa38f1d26114f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f72825c95e772753b4a13fb28e04797fb954209034ff35f233745ac3b82b0fb4f7290a8c31f9623d75a8a941f3cef4224cc07c804427ccd63cf7741684c521b4f83deff1d4221de665fb03913f62ec94eb0fead91cd1c4ecb24a87a9628dba04f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f8fced28f849fc00f3ce9a4ab71fc86d2199908f49432640de62c827729d3094f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f91df291c92fcccc2a371bf95c199a7cc71afc3693a0ae713b4a410f5cf35714f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4f984548c7863e872644b8ad3e93d1c51c4b71f1437cc61b31a5cc7d9e9f51e54f9e75ec065c0dfb0d24c52d85d76b7d9233a7e3051b0560c95cae6b78ef0ef94fa146e58fcbecd41f2217f03b8a310e89b9c87d83fefcf7e5cca079c31f7d5b4fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4faec9a913ea6cc410b917329633b042c86529ad1bb5fbab65b1c038dd2cc2cf4fbf3eaa2f15ff18b6d8ed77ec6d13d1c650a8df69812952b953c86b4857521b4fc1c46fe1f6ea2f59db29db3fe2cfe59f598fe3c55d380768b3c222dceb1dbd4fc67aa5c59590078f79d8511470bfd0d515c42e553c189d6cccb45255c6fd734fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d4ff45d32be8987d83c32d918ce0a51787df895c317510b371238cfe11c90401b4ff9d3adc34c97e55961ccc43a624f5f5551f41e5508cb35da614d34b2e98ec24ffac6c8e045bf5fc300f74382f234b933f7c04ae1c34555ccf15cf9c72d6dca500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d168745011a205490c56550a3dfa0fe1b9dbded74be3a6a7035908e2771fe8896e5f04501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501b1c19f476a0503d4ba9a5437467b7a348eca00b9695e6e3b4d84310fb00f2501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e50306666ac1dffd2ee10475205b7fd570ca076d48f5d4fd0cdab6fe3d2c5d018503769ffbb82b2e1a1bf7d6c3cc83a8ff2d10fe0472347f978ad404e2c52ebc85038db87303781f3149e98d6b6e96d9bfcbe2f17c3924525e8bb035761cae3ee503b5d7380a129ea2c46bf846725e382bc2a2895338c74278c03dd5acbb32534503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde575052ad340198a7085bfec9c67b4175c063a1d1b52e4b47a2e9705e6837d4337d505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a5063befd9e853a9d4433794e15b46f0b269f742ad1b0935b9e03c23a6b4727e0506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4506e73bbfe082570c23d63f87abf7b0aae7eab3016d1988fc127d767e5e1cad7507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b507ff41af73d736aec26c4e4aae6be0489ace14e31e2dbe93e0bf24d6a5f07685081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a1509736e7edb5886d2cc8b16da826b3370e8f7bc52f9fb6c36bf569dee0ec2ba9509d229e1492aa4be1a455b6d82ac4504cf6c963cf74979c7e54bac881205933509f5d0f5bc3b5c6911aa4b5d2f1ab3134fec2d5b4c4f48f13ca1f03e1d623e350a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050a64a0e7621e97aa0f9dfe2476bfd68c67a381c6eee81561bfe98a2b2affb4050ab4a1b4b827cda5c85712f53c6711a56219a175b770881c7623aaf5eef767850b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b5751d8f5f7f31334b919fd1e4647d02ca3e6eb6eb3d1a56d25a26634cfb4650b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350d55da2d6c271455bbd5397d2cc6307aedca5441262212cd36ac0bd704df07150dd84ca4ec68bc9b009916a7f6265acf20485c3354b4e154d2c246e0a0c6b0650e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50eef42d9a47f79e6da9a541e6056cfb053a370e624279964247b13720dd6b2750f344b40e2d840d7955b363785502527fc2fa69e652e6a9900c855b81d4d6eb50f3f1a647ec0210c032fc9adcb4d55b1808a8623ade96e5987830733b7760aa50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac50f93546c4412b701a366f3614512547c7e3f09655f4396572933c216c67ac585109a3a54ae46d33a5bc116fdbb03f20b10e703b7182e59693a81de6b05c9bbf510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb5110d1776668116b67849961776e01d00f503bd61c401f9292eb1316ee8e502251198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee95876511ac730cb421aa065f6d5cc3e2671f603e5548b92a6c2e9cb634e7a911f8ac35126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f512a19dbb9b04ddac188b5b5512d4a41f642401e5a73721ce41e7321202e84355134ccdb1682a5476a254d948429731f26a1e1f86c333e1fec4dbea5b73139f65138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514290f4e85470220cc27c0f7b08b0f6b662b334b9926b77fde92ad50e7efd6b5148c3a252407c9f905c074ca2132a9eb72a04cb140e46a8bf4a050f2089f52a514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae5151a935af6ef4f9cb383c1bc2feb770673c4408c90ec2589754e8f60b0146ec5154418b53c638acb2028aaa283a01e8760a116bb04cb65b05e1b324cd760cdb516d73ff4701917b526358a05360091e2e61474b16e1304fb6dbff2a973e544251744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5177472278db5c7182e88462d6fb11f4bea1860fbe1e82fb9c67fda2c22bac52517b871cefa3cd82e371f35a2f294c5eb6cd05b3b6583e6f696f470fae9a36f4517cda1f521c559891a3cea1cb8d4857b4cf17f4b531be6071ae799e6a6d3d145187086cc02b2e85e294a4a76b4bfd388b2ec9b584fa21f8292a08344faa5820518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518de9984a50022058296cb327320f40111d0df4e501edf0df746507e4227fca518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519142ac7ca3dcaac8065ceb020b7bce86c86b4b87040c03a89da5d1d83429c7519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51b9e5c0ecd65a0eda4928ee2c7031ba00c9909edd886658b394d8a79b113e1251bcaebd3a557373ce40230584f5d50657b813f7aaf843e9d7b750e2d0d8ace451cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d2b37cfe4984913575c0d4f4b785049e41e237b32c5e6ac8279ef71aa4f68551d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc51dca7d56fd03799fbaf6d5a4b8d6528f16ab0c588ebfa2f71da2ac33ee5633751ed990a5a6381dbc81034d88509f067060b6965fb1e2db10c0b27a9edace46b51f247c67a284f31efc7a0765e8253ea49fc8b7e0c5af75c3da75cd849bf546951f84239532f2ab8de79ef01f39e49289f53b4cd469f154c2e63a0ec2bf75f6852011548f9f8d838b67ab8ac71cea79899cfa758027d9d75b2f15b23bb4fba7a520285e0f407bc9037f0297035986df82863ef9d6e3a69213ab1a4e0a1dc07285204639d1c7d9582412a98a3332878e31abbb7770155221980c9cd1f8527600e5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085230ed5f0b57f5e80884a81de996b577b17ff70a65f4868c90e0ee0a9f238f0952335fc3bd69507aebb365d4b9d728b17a92bd575a4c1305ddd130a54ee68b22523527e63fb80fd1ccbd5d0489f1ffe1663aa015c2c3995cfc3f638508606d7752360eb1ef03794923d9a0320a1f695111b138b41310c46f3e84c09088dc3f6d52416dd4c540900231bcf1b19782eda8531c5229e8030b9ce5d45131f0e6be1352462d97cf937c6e6b18ae191ee7be149b76175f698504a09626cbe86477d6d952522cf441f936161d022a50d3ca8e413d3da5b6dc1c4f0cd8975622d4b80c2c5265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e52674587261f658d4cbe27784a1462adb0210c40f96e2c7adce0c47d30b94c89526c886d3728ca9738a7db0450dbaf36e1805c196224517c2c7c063b6c32057d5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be5279e4110bbfa53bb321256132486c72ac7aaf05746cc0f2e5bdee27a60a67a7527ef927ce859e02a3150dd82c5f52089da56ec2f7c9a014fdcb6d81a879428f5287fb325d22c5e2500eea95c393624b9310a223e770f8e85fd075a0bb0fde0b5289708badaee35fe5b1597ba41f69bca4fdb2af13c83174f96d1993ea0f60fb52911a306235db679cfb169755a70622ae6bf62977e7435eb2d84ea52b2a90375292667d5f722ae4e00138234d5aa80d88ab78e28cb2b5704232e0f4e5109e2652a0efed68d8c9f328e3e728a659f4d9db42c51fdeacdce6c6c051b3cbf74b4d52a5041c922088ca0d4e0ec5dbf3d0795dd27b8fae1acf8e8bc5199f0229347152a7422879a6522a023b0c1d3e476791b4ee273bcd08615e34286bb4987059eb52a8c05f4c201bf32bcb4687bffa6b07eb1080525d60a20eb7351cbe85f64ef252a929095f3a577b4620b5c769cb5b227536b60d8ed5bd19c04166fc7a65292652aa16de14654101fbf809997f7d5644ae43d72c9ce87303e8f2ed580dc39e0752b165e74adb348c7d7fa804eabdfd36fd65a2f3a7975e5ba4ae598e46efa14c52c65efad6a98209522cdd79045e8295c56831d21d0940dba074a5d53379d6ba52cc6763829d361747a620aca72e1761bb83d72579b65d02bc95d07751c0a64152e0b9c5db9711d18e44a34517b96ea8a43e5b7820108ba9133d4faf3653092652e36b734db5adbb9da2110c12814dacd009713bcea3b06791f0f406304580f152ee501513c1e6f5a22262a0954da8c93dd173486dd375a796b82ff681034dae52ef13acee9ef2cde37babc1185812f96719a7c8c98dfb31547eeda898dfdc3d52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf52fd31e1415a6cb17b7100a68bd4c887132013f4e8a33b0ea2b3a984cba21403530a41af4c2fd908d8ecc9fe0c277d3f6882b91dca7f974c1ce79c6f67d95d3c531205d8efd475bd771a3b24e34251ab2d7a554c32e5cd3fbd53c5beb109b3bd531245fde7d8bac9a5134f0683e20d79ea77c2cb7cf8b62b51949678771b6a585318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a5319795804d05d0b7e2a86515d499f454438ec1dc58bf03b1d5f1f6e42609fb7531bd0ec922d1911527b03934cfc21c45a28cf5b3a0fefaa7e5fe72e72d30803531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc391532b9c57df7b7781c59b2cbc338d3ab0d3e096a8734c447a6f129aec47d9195d532f48ee9d111c984f6dc2470eda532e8be6dc3e712d21dbe02202f41122e157533299f4bca0d41aecd6cce55d55ece8cdecb89657b832fd42bed106b9a91f175338ee34880e7f2bb7d4e457c6104a86fe066834f27334d5027ae436109766ce5342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae53498c94581fed0a4b2d5180c08c2ac3772662227087418c139b9140f98a12bd53499234f39027207c0d7a9c9aa1c01d38c108449e3039e8f6e06c382c574bce534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535a488b927320fc5f424b504f2bae10d31db92dcf4d04828b4ffa60e332c610535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535f3e784e00051f4d8eeaba42f860dc7dc82488f5f261309cd5c34feaba29f9535f879de0b2433fd2e4e5cbc19c7db3b3d93e9a0296be22c4a1e21a9922cf91535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475365c8ae241a029b72b778b3b4e0194c77adeddd151cd59e4ca17ed09508883553681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb5368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d7555374d0f30ad7b2fe5e3eb589957d47886cbba8764cf2672b9165cf2896fa2be9537dbe4de1a90c04b057735ca04bcec5f347f963be56476db6108734ee51ac23537fa7d4ab4f96953cd5bc3408596866e56192af44785d2753d5f41ce5bab88c538a1f09534862ee89170289a4df5fb7ac55274cd2ad853542a679500a8838d2538a4aebe0f48bc67be3cc2116d51bff9d59ed9d73896956c26f4bf7ff95afcb53945553b7ef99750737861bb3eac3206e3dd8a92a654ac61c37f0b5d1210848539898b331299eaf8a0cdb708b08186ff196a11c2367342390ddc72e3c121e6e539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253be5079eec031ad805545b004e97f06612d1929ddf5051cfc81ec8f84fb65b853c00b2bc758133907e8cd212fbfa150f0dc492097a5218d81f101880bce045353c6ff270b8d2f20bdb2ca215a7608c0cca03b27241ce613a7eeaa9947b4c89253dce2c4021eed3b3b9df963899fc935dc4c2a0800bcfdd66a21738b569b8b3553de501b8b882062ed570a5b274c539804c63969e79f1d57d285cbcb0ca3202453e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853ee85d7edfb9047783849d6d740558aa8a723a7c7994e8e14e85cee4a88748753f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d053f6894f8a6b0c0c4d22fe1903d887b8b5185c9fe7882965a2d37dc810f622e253f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe8653fd8608b6843883feb7ed96fe30c892f3a2afb551f74907fe07b75f34fbb80153ff27c3207722441589d48149ad6023eeee00068efcac721ac78d1ada61d9dc5409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc65414144cc4a5f5191827f84c650edabb3f5a10f1ef8243765bd8555db4e6c05a541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754192ae259e016bb6e019b5a762e0dbf89de5fa922c81b0f880aab296a8dd465542158dae524a49175f4b4aa53510c7001f68172ee0bb0d430785255d4e4ed99542508aebc2462b33422c70e4e741c0c343f90079019fcd41846ea579adc18d054274e4a9091fc3ceaf8b5a894ed07857a72fa89db8811bfdadb5218284a4d175427a1125f8b3c4775b16c2b43efed920bdb82f7b2f0788c4e1f288ef86dc0fc542b3f459cb627995d178ca72911a1c23f5e68f1200f76f9881692a4058a7ab25433da35c3c9544d3ba24c1f9e6854227269ca89bf3a8c7e1cbf5df5f665f15c54374942ff1cd31392a0e261881941fb2ac351c4ad546d9b37be90a69261c8c2543cc6c725953a48fb897e9e5e018192d5ad0a2f0327947fc6b0c73d087219e8543cdd218b194dd1eb2cc57aec5b867e3e56dd32f985237d9115cd4529f7981d544405afad8809f8dd35cc0364abbe8ee2a8e79d70843cbca9e589d42b51487b5448ff64c914c1bca6d6157911c2f2783f02e620bd6d50e5f9ed147d369733565449ece7c4b89f6785ba4d59db142f7e5b5fe568e402e82fd8c8e93b05403563544ba989c6fb4a49b00698f79c6e594ad0bcc0ee4150b2cef1387f45c742fbe454549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545da9e3921cbccc3624495af719492dd68a43bd33b0131879a525a2d26a4eae545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c254838806f5f6742719d979f5466107a8872755a5bdf0e6df2a8d6f1c401bb5085487f35a32662392fee1229a5535dd367c59671800cc15d1c22804fa1f2630c054925aad1465b2ee0e0c679ad2ab52dee1214de9dc788b30e55ef0106c7f0dc0549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554996aed4d85e0e8cea3478ba66aa0cae1aada78ad16afeb49168431fd35036f54a133cb2eddedd5513e10950fd837f64abfbdbdd9ab4920ffb3a14abe5761d254a9bf25e676bdfd29a82f57c09351e2781518c266e4b0c99ddc854a044c6dcd54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54c7607a9276e93328d385695ca19f6d729cbf0c58aa70b95cf169a8ebb7c06654c9a54317348a9c2d7c2800741b403d7d32c84d7557faa7ad5ad503348b31e654cd917b6803f545b0139114a09a619d4c505d231c0fde4bf6633425bf7e374e54e70e4a0644bc6de622e24e199e56ebbbfb13c7671157f3256ca7a6ad4b1b3c54e7ee3075a069563d084a2b0f4b8ddb52c2fbd6911a4cd7a8ee2049ccdd815754ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd13954f67f63a433ed1f70882c8958e25ce93decf933e156e7228cf3d27a8e9197cf54fa0123b4b849641869516dd1bc466e152923f62436831a92b65740529a53da54fae3ef202e26effa3afbd36f017545180cb2ef2f2426ba36241dadb08e96bd550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c550a334cea66c7e092fda9b9acc236ff36dd2ed1abe2f1f347ca8243cbb1fa555512c9026c3f6c069a4ed67636ca3027802cfbf0284ea6f4ac820300c926d6ca5524438037219c1ec74b8b21d8e182cb4947ae8df80dba538b541829d4040da0552a128ad997f0cfc6b1dddfb272b12fcca46e73ddcea97724362e3d5695c9f35530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff4536995543adcfb2e4562076d8067191414be9123a8fbf680c8b38def471bc1d7bc43e554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055576edda244a0555f78488b18253acbd05494600339dea60abbe8229098ac3d555e8fefc807684b39ea4694b3a7e164fa4c456be7e266806422296a14870dd85565dbc664f77d1a25b0f8d1670bdad5c43583a2c6b36efbaa17d0d5d539df7d556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f557d381fe69f3a6ce3d69191f5b6c597995bb3ce1d4ad283e483de27999e678f558b946178633015c96219296960e794579141c9014302034cfcb7dc8cc8358b5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555985fd861e01fa879ee8c1c67073d4e8996516da77e6af798c7fd7e976e6fa655a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555ac68df95bdc320e791e56980f9f67064f72773b733b1ba55ea6ea977e7a4ef55ad8a4df7153a0120dd97ce4c2d0b8d05135e9a2997a4bda7e3c67cd63b25f555afc549f98eb461b5b363c607a07ce504ba2d801ad06bccaef7004adc0127b455b29e3682c9a369033362b82db4da8b9cf14cdd2065425bef0afac2d66bfb1455c5998cb0f9f5a021c2bf72e249718e71890e5b1fec6ad9424359a30b506c2555cb10213607eb5171570c67076187afc67b8ec4862120dd4dd693efd1247ac455cc6f313f0f6cfb181373e3ee18fec8b710275ef483797e59ae12eba9f8c11d55daecafc53158960a701038fb3a58e6e6c02b0675382e596716fb8ac2cd6a4455ddb5648952a7a66a28679c98a145ecbd8402935c3689952564f21975907eaf55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e6c4ca40263f62b6f24b08bbcd5201128e5b2cf83382b56dd41b2e1ad1ae6255e978ba761dc88e82952440eecc048fb25c4d63ae204920cd40202f9c1f77b155e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b55fef68cc8d7e00f6d9040c24e5b2604c4a8b744534bf66df35e4b62663d594f560362bd113328180a55c5b131835f4b29e6fcb9a623ea4389b7ce287e9f03575613e6e6da3ba3912d95b89fa9b821958c80a73648064fcd5b2283b7188f70cc5614f3d525c39a45dfcb8232fd61b97978f6196da4a6952292b72594a2ebb5675619c8500e6a6887803e163f8b1ffc325c475a1553503f0c33d4d9efdb1706d6562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b54562fb33f7c10efde6011873056364bb1f012b620804adfde67e65e75b27c0c6756419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564a4acdc864c4fca6f59ed50148bbd3fe4514525feb100be23817e532d54ffa564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad3556596a38826212c0e835e766c6635db73757fe69c6983248e24e7dfd1f32935e565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da017566b677de53b47d370b7fe533bbc88a660e61e5214924723e869b900d9cb4ee1567782445a3cf3874acd3ae2d05dd2e2dd67131bac01d1f27a7129970312ea355686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568b06e30b9e904783ede90163abb81cd18aad1da4f828771aa80016fc395ee9568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd221450569c3e0a376205ba5fbfbc1f32b2462e5c11cb0863785a401a2bd1fffd64660a56a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056ae2fc192ba0fccd671f0f6af0e3e5ef1621a6751cf1dfac29aeba71e9b93f556b3ce5d93f93c47f31222a7d92bb7f6c1231b914771ea1fc5172556c4d6ab5c56bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c5146b3de17c9e1c6fa84caeebe44c509e4d3af620825abf77b6a7bd46fa7b56c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556ceaa1a00a847376822b15d17a0901363c22ebfb1b0b52eccad9049b66b58df56d4cc0e710eaa7bb9cd7d410521a103b7907a33567ea33c278204ebdb3ddc0b56db18eb81f7241d5515a90ef643f9d5940d9b70a25fe2d1188a8413a47e912356e5e9636d3a5a57ac90ef692b1316afaf6ce162b0298a2970196804f5aceded56e65d61b3739285d52dc458253274e49f98396500847c19aafba6fc2746b97d56e73f5d908f67c01fcc2be0a63fa84439c3f4b6111b0c35dec775b438756b4656e8baab70366a4d5aeecbfea6c856e26ee65b7a33ce2de53fc2d723aba2428256e92ad03adf8d3eb8b7493cdf37def27bbafe2bd825d6f4a2bcf7a25761a11f56f171c102201ac05cad386091b149610568c34ee6eee5807a68cb8f225b5a3b56f22369c229cc41fa9600b03d2d41fa92cc2cfe44671bd825b956e1470264fe56fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fc0ef26b953876e43e4b5080063389588d7bf2d63a9e6c634057944526548f56fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570a9338993fb218a901af5289605c956430a597f327dd4fba8aa4947dee3180570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370571437f1bbe6f5c8473172a65f3ca1bf97a76bfd85ae7233ea30ebd237910bce571c6e596d74031b5af3473f4cd92f8ec325a9efcceb137091276b1c91bc6dc45724c808b69feb41f72f034ee71207a9cbb2379f9bda5935006b3b757642c34e5724e8463c5782d7f99c96ac91ee57ffb10d560cd8a27b55d33239f5cac5bd7f5725f417d47f4e71472bd5c23488c9f73b80dc1814abe5f469ef89b3a4d3dd695729295fff0e35986726f79b76f301ecd6865a977d3d6c8a6aab5e277285d4ae57319e62e8909ffeecb08a9e3fa179b46d3735fea65e495ad0b588099ff5ea5a573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed5741b89fd9f5a64cc733271ed86a0d94e00d4e9d66467aae86fb61a4d671556c5749f12b10e2207a426dae142f12d54f2a55b41cc2003008a72792318105b0d1574ac549c457ac7da611bb1fdd0e5072049b854e13d43704be134dc389fa057957595918d273f3c7ac842f98c79374f142f9264d569abf3bb763cb8de227d3b2576066acdb452f4332d1d7722991d31df9856ca384f4915043b09e89b9436a3f5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8576ea14361101c8ed2a641a2e3e9ef29ac0c8fcf79950790c645772f86d4f28d577124211f4d575e6690715d5d91f7592f826581df3eae78573303cc0e22d1bf5772883a505b09f242960d361a58b04b57ae53c4a9e0b0ece41ba42f18909fcb577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f557739718c1255e6634faf8b05862c4464c4c81463cddc4c5a1a25037ebdbd6da5777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a5c0aeb6a3dd96dc13ec6c5302f55fcf5cd51196556668dcd7fa90356eaa2457a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457a99bee14669afec970bbb310bc55b66721529b18a379233f1496e0591c9e5e57ad85c573f5a3347f4202f38979420695a6b077edb635a4bba3aeebdd20c7ef57b946e9c51ef9d73adaae55b4c83304abc6f0646deb9830d60ec809bd07affa57d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d1cb1bfe2e70583540f319523bb78b2f871cadc6998f14fdd82298a9cdbc8457dc71ee64fd39c7985a60a5f5c8c1b57e3aae70a70afbdc11f52d9676c36eb057e032e0294273bb997569f67dcee44b78d14ef584a5083517d8a2131c30a1be57e7037b9e150ea958e3ae8a79dfc7fb33355c1bef4014a48dce354dc70661e757eda766df2e1a09b860f42c489d1e6a99a0603fdf8ee1a75fb6aa34594f743757ef50b2982e0ddb3fce08cbef28571e32f49e35e336f077814855e26ba7dc1757f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015580b553fe8081f516b21bc5ff5fa652bf5c6e5b938a822dd0455ab47f88706eb580e828e55222acc4a5595bbaf3d3f496ebf70f15769f3052d376fd10967b677581009f050853d17e8cc83cf6dcb1f0bc4408329295968e771e83597cfac4ba8581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc9582d27930e1cde85a7de75a3c7f3d98b9e15b3deb3c0c22028362fe22d23ac8358364bead49e65c0918970832fb759e181f58732391d2fb73c1ae342f71f6476583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a584762cf9379ba286ff6f93952c834f10598444bf6f2da0d7232ddbcd183ae1e5848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f12554039586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f58702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085874c981688c3a62be9cdf704461684d97451ce0af6a9e09144611f977ef0f28587854fe3298d93986e1cb28b31eb93f1f53eddc08ff289fb3298110095860d75888325d17c997fde090aac9a80c52f582d9367c6e7754956f6e8c66743580b35888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a46908705889950a61e94baa27f9ddaaa75b2b96836789edd4a7643c8f94378e031b23975899e2eb93ab074c437f596b557204ad81b5ebea0e5320d40912148754cf781a589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a47b3269afb2ccad1d506105e58524f8e1b9e883b834927cd3f883033b698558a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758adea073df3b7e1923248dbb004c05b246e97f42552fb2d59c7c851c934d77058af47c2f32ea4f7040be2b69b240077aa427028facfb7c9de1e0a11c8a69af958b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58b8f8a7a86d258617b7d163291493d5324dfc51cb75085cac39f9fd2263341158bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58bbc4745da90a27b7fa9c720375c0f2dff8ecba8d12cb84b39ec261045aacf358bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f95958c5efacc429f54791b2f5ff9a26b1c3d584c52cbda629436cde72592ec8a64d58cf8f5330c8e676cf62df6fa1f9ac8240b77d8de38dae1a4145f3e82c0bdc4b58d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b158ed367e1c810f3c03a5b2699b30cdea65bbd74da652b110d2d661f0ec3db53658ed7e156d57ef3b43461a3bae5c3ed2e18d80538a4ca5178fcff233aa53bf11590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea25918d8297ea33002dfcad472b4636b0ec04017f39f550ff23060b12e5a52c8d1592318706f41141351b3c7e85e236818e1971f556f6764b6735403d62cb083e7592a4e95c38e7ab84e553d0316fa0bb36a628ad1bd6fcb5479cbf22936305417593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca811859412842c334abf06440d2ed1230a2ba3a76ca5d19a2e0d09bb489856bcc1a04594144af90ffa75dca881794158078594e2ea11d16f28fe288376c7d659e4b035942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f259445e4df5805304aad165b1505f6bf5dae14c713fbc6d9032c8c8d0198a08ea594b9aded9028e549cf380f1217d38217a08532cfbd8ff7e225aedf6c8dc2bd6595ddd1fec2b2b213e47f1c72457eb6dcba11fb4e1bbfb591d7ce5861ffb3447595e7b930f9431558a349485cfb01c06ca74f4bc7b0f6edde27c37153521001e5965f5ab6bc0daedf41a0c6b9e747e896e348b261c97cacbdbf37023eed39c1859668b25224da7fef48e71d63b35e1168a6607ec27a4f8cc11bc030695be1dc0596e6df96b73045335af67efd65da7ccc047992023a1f6794aaf2f775ef0bb4f59746d05fc6b39de51c1e7858730028060fd18c4f54ebb029ada69ac92118bef597653ec017f751c251743805f7b09c484e20723054ebcbd5184e26701154b13598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d599da3280ff734123a4f947dedfad5b1d92f0a470cf8f6c44a623d51cb4c7da4599dd33267db08457403f3699071f887c68f7f02e3f5096594654b092adfa7da59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459af1069946949309129cb52ba0cd509e9154cf58d6747bf4e78df4a792a635659b44eebd8cb40dc6c1d2379f9ac1507af51dcf437eebe0d7c36da267a8a6bb259b4da3d26a2a40f0ee7977e2e0651d94c17180f46fdd2f5bdf806cb9b8ed59f59ba33a3a56b59af6ea0548e76592b13362197f5e2873645c31f0b3570e9fb3159c1cbec05c5cf086948c60090a8d25533244cc09eb324959e75f19348e473f259c2517843649f0dbf3fa84629ad568211039d570e67c8e8c24a56ec4c4ea72859d889b411633e3ac1f18dd007e5099a13c06dc1d5e9a94579d1aa77008fca4959dc74d52235d1598ca4815bbde79ba2aaa9945a5bbd926beb83eed993129a8159e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f0aa17e4467fb62b97611f661d5ae673427cf98b6ace3ad25eeef85c31c46459f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d9659fc2de68dfd0454636061033379bcf76a0ef31ffbdfb2f3364c58187ec6cc5a59fe3fc20d88c3d1c32ae5c92af326d146906a4507a9e082de75e7b5b8f83f0e5a020b6aba80bce14c77050727f0bbe6e68ac7b28a1db1b64c463b0c8a5dbeca5a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a0b9dd5e5bd487a6e3b29a86fdfb5331ee6517ffc53ac8b6b5eb43db073218f5a12cd0f02ec83082cd27409e7a44bce5722f868b5c46d30e561f53d56acfeb45a12d1a69b7573ffe0d856aa7f3072c34c9daab9c30b879baf74b836c25107925a131a376c4f6932430bf0f40be67e766f3a5a213ab6280b91bbc4a6ea85d7bd5a1624301658574e907912c27af353f24ef14d61deb0cb71418a7761803ec1d15a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a18844a50e5fc5bc0aa3a9a634548f70c11f715a70a25dbca120167347ea7c35a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a344f1295b1f239eb75e7d54624ea564c17d4415f50e89053c86b05d8f692745a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a3ade0d9c7d046eea5a8ff2601cf6746ad1214cb26cb2097bf4e7e76267d9fa5a41c18b3a135679356249b2477b141e17fe5ad92f68007189a5affcafff0e545a44b764ac44d7ab763568b9ec16c1d0c12aa12822330e2effb1b61887af51b45a46385b92253dcea2b115a975f23ac7dd1e8754661f3ff0b82a925807afde275a4c6885d700beb9d4af4e712561962a2d34284166efe0456b2b2978bf44aacb5a53952dda0476f72fd2de3c1f833f9117e479f3c2ae82a49f8607d7ca2e78555a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a58e129a056123e4e1a1c118df55dec7d9911b2eee5b98a6c8d3a364107d60f5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a6143b4773dc1f2cf9192a0ec4176f37fcbf58d64848b5e3f3bfa7f9c0be9085a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a692d46d253c7fbff29979a2055e84bbfa140499f61de5d94e8712e79f158b45a6d7f3dedb4f1e7192ca01ab81e5abd004d2595bfe97dd9455b4c29966ffdf15a7256c61648f4fccdae6517c263dfd481cd8fbfdd1559416f8a5ff2eeaaba505a7af3182bf646e115fefbef18674140da4ea951d0c7c80f3e593a0ba81e5d205a7db0692c804c1de1a346c273425ad205acde498097a68e3d8bb8d1e13431165a808e0a1c0e9b0d9d7e5957866dabcbe91955e8d81ff4d139461574da51a2fa5a8749eaa0a4d4eb23577b099d21c0625936664e7f0e9e135b251886bb4227e55a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5a9f3802e317fb21211cca1850877ff181accc387ea80094aafdd6f565fdbb685aa5881093b120c7ffac0d540e0f2d4c8009acd7c67208bcb4fcd68df59bad305ab097035806c6e81cc3c1bf1f0be0ed56baab8f7a24c4d2508aa30395ad6aa45ab6fa4afbeac4ad0064da673a6a4e2a237dfdde22c4612e363181962b63067b5ac5f13abb8a63ae1a09e303c9baf46bf0da7b4f3b16fb0616f49c6e1b4a636a5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ad1e8aac1cd3f86dc0faf3b848221976b158c807b002e52f2651743373078895ad5f9165202e6ce5b43c90b62adcd3e77966970d9adf8cbe51d64b3fd72f1b85adc65a6b1194a68e4bd26030d785aabbe2cea3b6c6de5ac706e5d61103098e85ae6e92d7203e5bb92f65e8e2a60107436879192a72f17c2935b3ccf68e9eff95ae7ed690f66ca4af7b0570e2d1e7afd270686a6e7738f0a2e5caf19af8530675afa3987199e09d89b6900b7d9a4bc32a1e8de9a4a4193222e432de5a1b0fbf15afd424c887773b6c2b3cbf6862dd5e4d7d94df37d476c454d6df945feb792195b02a00f16469991e17fcc9b504b15bc0032404c20e21ced79b11deb2fb755045b02d70ab031b45255acf017ae2e239de3fe9d9a2e2a45fa0ca85dcb7ae414885b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b10d662ace4f04392bea678eb208251389fdc9ab41caa3f7ae0a73639dc61ae5b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b1d00d66b1ad8b6d75fb677b13f6e336a065399e2ccf7cc4fac898c97edf8885b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b2fa51d0b17899f41317eb57cf532e0e33417b1ae4f913ce9c5e58012e6f83c5b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b422d3f3331d50ebf57bc38153d0a51e030d4207de1f1fd96b43860ac0b9a955b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e735b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b46e81d6c1c1325e794f4409fe282fb65f44fb8ef628cee420c1c4bd592531e5b4e4ce2aec7452c85e832ba7d75d70b9b9cdcd8ef421e39135e9bab1dcd19815b5de88539706d6d3ac64de686c2ff8e1dddc33942fc3e9005fc2c41c832abc25b62eb9a2ef7090a8d24d5302ca6dfea1dc055944b8f390985e1e653568703135b63971cd5be5ca52708394586d447adc3c80a8c86e142017e4676f84cd171565b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b72744f5cb67c134d0afe5cd7fe0b21d778ac972b8e2aa70278a34830ae969c5b73942df617f2dd915f48e9148c475db6544a5eedc699c5419e4f84375007e65b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7950f61fb55de37e21b7cd8af326ad8d8c5dc1fe1182919e04236e8ce6217e5b7d778d93614dbe777a30ca4a40d46f75b8e7ad2b346b5bf65262c01209f5635b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b862feb038aa31321b0667a1333b18da49fbd75af71fe6e6e31cf8e7f514ecd5b8c85b8f26ddad6dba209e66ce8b35f9a0201fb5a2dba02442c45e411c066ba5b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15b98c90bdfcc553a08cb83564efb3a914f8890651b0ee078fbce8ad44a1c2f5a5b9dbc7e9c4b19c658e980825b0d1c221a2cc0337ac22eef8753cc22a63b72165b9e97d9a1a7cd425a7b17b38b9c0be3b51f792f21b1f867c54dafdef4b20c2c5ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba3f19f6d3f6f75a81f7952742f6c681fd95743755a9a282bdc0fdbc87392ff5ba513e1006a381f7c64e178dfb229ce593538065de5d8672fb25e0c00ad17375ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bac4317f7e8b75e058984896dcb70f9b0fabf86096df7f9979e6f98b48dfaa45bbcdb455022620013c98abee3aa22afac908e17429f1947b5dc83ea15241e995bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bc83856e473f016e4257a327a3489a4e7ca37caff1a7c47489cc7238b42d26f5bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5bdeab4f4e6904964e25a86aeb65ca32bfc6a870df8e47b732fca24b28e42ebf5be6ee6683de536d59520667cc0757cfa574e63c298638ddaad47ef21d3e3f115c02d7b0a3b5635f0b411f589743f75e1ce71ba6d5605c7b1a0e082cea98ff745c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c099020d7443826095b6d07515274370b5147181ebc12820d8f918fe70416eb5c10dc2e0e2f169a01d5bbb317ee9233b2a0ecdbca87e230991e31b9b27df8ea5c11753f414a86583e454ed863a75664b2f72ef07c630e096dfab0656cd7d77d5c1f4f6f4f37e2b629dbc2cbaa398db7aa4b8ed7fefb1beb2e418117d46d72e55c2281184bbf8e37eb9a81b616c33da4b5a748012c1933f94333c899cc6c8db75c2e6e15a046a86cbd220338d5d22753da580dc14b136da64b681e0f89df5e1f5c3e74d7d81b743939841d5ac6c85110c00b3b0633b9d8befff6b78098fcec615c4641c1511aa4388fc563f8015d9da9f3e23deb18e44dd90f8e08eeb370a8cc5c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c57a03d2ad7ebe7f87a862ab62401707b98d4353aa5808a9b20f34df801b70e5c5bf5000ef435ef4cec2ebba17a1b7eb24fcd292926968615e867c7e4cbbb205c6ccfb8767b7afa329be7d5dd1e3fc348db39c76c094d74ede423c365725b8e5c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c75b6c389585bdc0dc57c2154dea4f888d9dabba8e76b06c2e7f0802fc877f75c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7935fff318d7f50540300dce6378a13f92fec771c83e38c0ea2733cba83c3c5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5caabe6d4d8188d91f29306524a2983a919b58ce4d08aa5b4704431f8eef10bb5cab00c89daa527ae6d5f3f77115c891a33ecf517d5612909a0557a1234b21175cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cb343160fea77c73f5b8e2f492037b8f50de04219fd397ebfdd24746ca4d69d5cb42d5ebdea7138b725f616806a8259e23ba1bf9b26abcda40c937912b4eeca5cb4f2962665a0703c838d9cd9e4a59f6f4773d8b48177ab585b477e9453f1da5cb60864c0874175375dd60d5b960e9d2457dd03fec1ffc2bd16f779d69924f05cba5783c9bc895357e81923362b110c32ba8d7d1c4f7d7c4654b15cc1498a0d5cc489b0b32002350d8c931a04d30ef021743831d2003d3d80b259045b3b242b5cc67de128d4d5cf7d7f72a3a23d78a5367aa7d025bd940b897ddb3e5501a2c35cce9b1c3b33585dedc0cd0833adb77b7b38fe19d2925a00893e9ec75c8726955cd3dfcbab709433c03070bcf5e7c222527ae4188589ee23608addfec4ad80365cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5cd6588a4bb1440a522b2a2550ded08fe87d7187bf16d838a4274673cb91593b5cd8b574fea71adf83e46873ac8ef534cf10265bacac70bfc9c6f854675060ba5cdd1bd8a18965419f0f84303fc9f088f900e37daccca5c5714af7591afe469e5ce0cc76e2201d56cf7d962bf28fbf51e7dca02ecda08274fe37ac67a61d84645ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf104f1fbd005a71a280e54624257b47939a097418b8d4bf9133748197f38855cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf77940e350debf5e2456174d377cd8d45d29fa0d06f4fa0735df0e01e074c85cf8e82e94883d99dbed0c746368abbba1ea5cf0d45c21552006db6290cacf755cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995cfbf717fcf45437b81f59269159805fa7767b33f35b4df09048395454de8dd75d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d218c56d00f4e625919d716b82345e333b46031b957b3c225994e39a419c9ce5d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3683704044a15517bfb48aa5c31902530982155942c1ab184e3607d28071845d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d4767700eb4783f5f2d6c63772e7f3990801e6b47881c40f2da1affe2a668255d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d5bb20942aaa6b44ac691eea6e8abb6caa15e1d88f2fb6b7b91cd1cdce129735d5e9b16f89f631d43c9f33d017406aeb2043670b313a554713357a25a73b3f55d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5d705e8ec4aa649103117b828ea9b3d7a3814b0774b827089b426415a03ba2ac5d74c3eb889e9b94bb2ba197850500fd28a69e3adb615a22cc5c64b05dcd5d265d86357af7422b28f1d3b2d545e93a7f8d5b91def65e4e6929cf0849936c81865d9c8726fb73f329d638e558455f7eec0d2652b7afbea233aeafd2d20ab4f1345da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c5db87fa93a265cf3091ee30651ca935c5e467726f538eddb7d927ea277cc4ada5dbb3603f78ca82f4ab2cb2f8619c3e038cc9652b452a8f232eead13f1867b455dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75dcd58a6ccc7473800865960bdb84cfd52310b71f566f579012cd51df4359d365dd6a8683b8ceabc6276734c00239c2c5543b04c0d57b7747f4cb46c29cdade55dd87d5f12ef67c3588171e477eac3da66cc14b67543bb682c8d993b1d5349bd5de96def7cede6546fbae37345d1ef1d940d48ac02286cb11f06feda55ebbef55df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e042b1ed64607520d7f859f0fb8cbbbb4acfd5a10dfc014d850ed8d99674e935e087ed63c8a2fc93dbc4e7922a4f83c7f6cd36f48fc239a405c0c2df4c635265e099db88ff28176afb51b037a7e890550147e2ceaf002f33377621bfa0235c35e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e10441b446a253bb97942ac735ac699427bfaa47a116195def54a93e45004b95e2171f231f78ed543a959b88e54a06332dae678fdef4d6d3266fd4de95907ce5e230ec7f58f5bb403616fb59cd5301999057212b2e01a5a1858e2f3ee22abc35e2b8035698489d9d1facc4d89593093fae7c89aa04b46d864996bee49c634c65e3b0bbf194d339ec69e856ce82f47c8885c472890b220f283410b59796399285e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e3f52302d44b617ce0477793057ca11c7a55a8c5cdf47deed2fc5e8780d73485e40f4c724302e870d8061e5c43aea805fde950eac623c3164164e6477b5041b5e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e49991de2b132d7c584794e49bf5fb60c279ceb853247e64d8374ce4fa7cbc35e4ae3e51704708121f9c93c93c1ca9b59c7f7961fa99077b21cbd0afef8296c5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e5759d7f6e3bbcb6c73eb86c60ae38509b05c0c758596913f9ee0561d01ac795e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35e75d60b805054cdba8e2f8ab52c154c6643019a542fa0567c360e20e77dc91f5e8a3bacb815501e33c5472d46542fdc909a95c6bc99ad25d42140262b6ed2185e977a6cdfa1c5a2e17d14659a8bd0122467a025bacfda90ef57247e762068fe5ea4ff527c3705835ea20cc7e6a214f310872901ab94dc34fd28ebd6353ba0aa5ea5c62056118b22a25f9daa1d010ac4df7e13102bbe1e6458f1cdb6fed972c15ea6df159c83c3deccce9cebba1e04c89cb335795cb3c2e173e3dcfc9625bd985ea82cfa9c1a21563e4a316b90c8ea237f3d1fab10a9d5bfe6c8b7c9ede310565eab0e20fae7aa71a0286a9720e5aa000549f996667dd1fec5226cd7fc1a6d175eac2403f60789920e56c145360e187281e4689d31ca948956183de391cc821d5eb167b4f92e834307d9955ae406b728805d7f200dd2212e66f80fd6e84203365eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edbc915bc639318256e399b50a73533fa3a93bcfa32c71855769788faac91d05edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5edf87f5d5942c181fb426ada33ee4c0036ce5cd092355a999bdaa33b69b8d3b5ee0a452e27528c5c30383be18912e710946014fab628d350d4969112696bcde5ee3e68bbed32fe66c50957bb6178fb346464adee067636874a93a4d40c80c445ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ef4047ae27f5802112dc209580749d5bdc5df7d3a9326bb7766637e3a7079c35ef695cfe1fa3c67b5df682ff7b40580a9d25a344ad4111ee715ff441c1669735efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f1ffefbc0e6c2392608fe3fb0001780e87fdfe996e2653b85ea5dc1ce009e34f718aef1db5f2b298e5b670d904d19737a90b9aa28ba3a561f221bdba7e349c8ee77c700735f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3e9f056d9e936aa554f0b18928f80f875c68811bf88833fd2de451486345d45f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f45d40c90ac6804e9824829d507dfa6c9441bf64e3cd0b3e7f7bb014a9303025f4808d1d5c415ae2055d3ccdaf763612f6b4689245a62f7824b1ba05542b3b45f52888daff1f42da2aaa79b5996548dc565b177d026305e2b6add2264d5739f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f56df2c833dc03d79852185888f6bea11e8782f9ea18cf1d9529ab4311e50065f60a6bced7cad42c882c7b03dc78642179bb979b3f33362aee59db6f6a674f05f62df55b4c66844d56255b435bbd6aa44771ecf472fa58fef9f9b8b8e6dc0c75f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f7bd0e367d967b67c6ece0625cc6584b37ecb159989a29b734369919708c6425f7cbb52f64247273817ea7aa8dd5b7c0a5a5ce102d0453eaf05a5c0999e4c145f7f78f53082b5acb7a86d4d1d81afb3a7513f17c25f9ba329d73edf7728cf015f8bef4be308db386e8d1ed510d9edd416647b081ecebf52b2b80f2313ce320c5f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9eb089ce26ed2e7b2318cc396f0e5190ebbe7abfb65784140ca5a8e52da7595f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fbd3c578b0771d8b9ba189c25671567cb662df28a11573c2788b99bc818bdc95fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fcfdc14b3491ed547b37825badc8d07501b9c38aa21ceddd353a3b68fc92b165fd1e9cb3f600d562f49b548b88cb26e73a64e2509e463ab9f79b5a35f28ed465fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fd600fd397ad70ef89504b7ecc3048351542e6f78e76c49bcde9d15ca8443115fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fe7b1fbf4156ac911358ea9e28d1b5f6910c4901a4e44732b6eea3a4aa7d9405fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec5ffd5c3564c5835eb917d9665389eb433274769fd99d8d39e4e359b38477cdf160028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506005313a09a5e775e1a3e633a534b076bb5914f07961258fccb8ae9d22ec74e66012cd8ba74c5804c37e2ffbd66c5c21e0ff0dccbde3ba17401814e4a049ab72601d119ac90c3601c2c357723ade4ddd56d64837c8dedf982a355f65113fb1446029ac9c8e57f9d3cb239533d5152933fa33a0d03395bc3d4d17609f73477d66603bef199a705271d6dc9816b91b98eba039bf5541a9bb31a4da6e6960000ee3603e4b11cb98caeaea4adf4e0d40aff3c2a5981296ef5930391eea4318c0161e603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac604014507f307a3a3fc2156df6b861ce5f4aff74ca5ba8459d6f2ed78583b5bf6044605deadd939bb3a29d9d50031ea2367daf00c22b5cc96ed84f28e93e41516054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826058e0812c27490a8ca0a1dddf58dded570e710eb6f06311d8ebb7cb8a868e47605d513651e75eff0d9f9b0db13dc5fcd1a50c63fa02fde3fb1e825be2149ed8605eca8207d1c9414a3da9d6ad0b19538a61f292a1bcdf33efc34bf5e290984a6060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf3122660646303804d0a176f96b6aaf683ab0344df0807d25a0aa76266ed3cf8fc798b6066be4a3eb4835e5a5073bc596a0e1c4e0f4b4269600825f8f71316b061e3ce60726e0320e41c6128124ee8b7ae0a71487c856710604cf957fd7cbd6b1b05fb6075bea8d69a6f91914cf40483e65843e2aca75254740bfef4927e7162f8e2a2607a4160055051afbc05972b46228962ab7758a60669d5ebfb562c0a5213019b607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c4770608251f2561b3be2b160b680a283a7fcaa9b5f317004d8eb08cdd552b146f53b6086816c0c550a69e1ba425eaefcfcb80767015edcaf36aa8938d566df187ddd6088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609b17326ea2d48614df5d0e1cedb612d3ced6976dcb422b23478c4a3d1c675c609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60a357435ca499f7a8329b9700631c9ad148f712bb1745bf81c9a129058bf04760a6d8f7033ed4b0b71babb3815af6f621961c20e0c8ddeedf95d30518e9d7eb60a844c572240d3a22d00eff441a21b0f340a3321678eed07b4180f0da2b89db60a8a6a2ae9dc5c67f2ae8e67dd0a1f08346d0b1cb9519b1e04c6172d9e77d0760a93b856c7fd41dc69bc3ec11e88d2770ef681cf686706b14122268e4ba2eb160ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560bcf89e8045858b07965b73a5318ee12eae9fba46e54e3705013c8d8c92766c60c04ce6e48965990021ee484928dbf963f7a425d092a820e59b452326c5eae860c72e0644077b4a960f971c60add7148c22aa39ee1432f1d499578b8c70eebe60da83610afbba9e562c60873d559bb771f075e7015ce9eb4311a3fbd853fe3360e345a3255f3d9fbcf6d800715183cb2c62374e6390de12c5ef66ad30f215d860ecd6e4a2bc6936f30746801b54016beba95420e0660304736ef98101cd405160f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be60f42e055841af4a11a9affb10017ec5525c9de75bcdac0840e6a1054eb4df6f60fa2429e6f46b0bca2d47782b4f58860d684b3ec25bff788e8c299c1d07005061051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a230309561310641e6de0c9b2ce81403b1fd378c25763d30168a3c897e3eada3f67585aa6139f3db081149b49f08b64e86db71c7ee23cbe1c50f79542138435503a4fbbd613a71d4c6a8e864af79de37948cd5770fa966f00444730a52cc556f890456c2614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76152b32582ea1afea92a3c00d1f6d7cd4db284500ef812ffbf2eaee32fbaeb426154c96aa949236f192fa0d52878aa4cc1c011ca020da0f57ba7ceaad68b248a61779a584f79704a97b6e69799e38385b1aef82da6cb88b26f1bd12ed7a0fadf6177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8617b5a089bab3b4be8f4885540b2ee55dff60ff788644d16b31fb594f59e66eb617dc331035aa9033ef0948f29934cea8cbbd6360612698e3c79360408a7711a617f3dd18f9e591a22992196ffe8dbfe3b21416bdb43c763a457398ccff75d406184e7965daef4302e57f87a28e06e8af7e96e301be6ece82ac336d78eb4640461869dc3de80d13f015c99fa4fcb4c30b2877afff8376dfb7bef8eea32f138cf618760f6299fd4c26a6a24c94c285f56c9294494aefbd01faafb7e344a3314ff61933535891a895c13b6a8c9f937777bd4bc5e64f89b17c7e9850f99544bac10619463961c7cb11e498440159e5ccb58656fe981bfe7bb65e51120ad48116c2d6196028c994f224fc193bb71d93407b7b325a007df719daf567e628ef32b1c7561984175bb6eb861f2749196dcfb25b77dc7c1a9a79412b958b1c27aa0020646619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c37619fb0b72ca9229d11cfc9c6945f2a7bfb5a9ed7106d8ce791c18ec99ba198c061a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61a7578eef3939cc3de773cd0dab6cf9f42901a06af390b8625f41937d7fbc9c61b6c770ce7a5476e7c6a2eb33d2c70b3c279c0db8b2e5fcfefc8c976b52c45561ba43c353685a0132b6bb008befd5122d9e0e090c110423748e696cee12f1d361bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061c2ab54879aab19db0f97eae4ad7404c51bb0b7acf7de566babf98b16f925ab61cc8cc277d8b4ffc3cd053d3aeddb11af1a0126298e1230bb1ce26df7f4abd961d0778f83e87afc172629caedbcf5951af3b1d6a5b8acd23263c65c026490d261d361a496335b45935a41df2623d53a09e6ad55f984b0a6c31478e018b5885161db364e8acb5c914ce4fae25e61b3e8ddefc9dd903bb6d33d0fc847ed40e29161e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61e5752f91b82f76e89d3abfdca95cbb479f3d5e439ee781a9ff135425e4b82a61e7d919e45546a29df9570aeb9d8085eabda2ec0c772e9ce343d533f46073bd61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61ee96113228f8099650571fdb98807b834bdd3d533707aa0771a16fa30e178c61f03507b36a5bc21dd08d8b12fffd4ebcdd7cda2cc9c3d94e3d224598252b4261f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665161f6e906045a1c908f0da4131f0698799b93bb7f785676e4d01f8679aef21cda62021f629d64855ce01b72c35b9e21f9965cc5f5092c938935903a8afbd8577462120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a623e6d996089a6ecf61e37c84860e3838c07bcb296fa7c582dd8cb917de6ea3c62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e162486663cd9d83fc6477769ddd2f0cdd96498ded652286714f0c8521d318264d6248bd27fe7d7ce6bb418e519bf58d0dbc738287eac1285ff205d5fb44a52384624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d3534624be78b0483f091373656ead150391d2447413b2665cb6b029fc5fe019d96ae624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c6250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c062535432a5ce91ab434344d35c60ddae3ead1c458f0789ff3fdc4ad133aa13a86257594b612731bbbe7e6cf816589f6ba47c5d72994fddffd39f9b9d6700a06e625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff862616a49a1a10a9fa527fab3aca75bfe90c2349d4426f333345ce1ae801b760b62622078360c1cf22325a685b75e6da01651a077fa11e26cab996406d9086d8e62674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b626f73b40cc936cd01e43e0c198f5f7324aee7096204ce5c38e7f72ab434d228627813900ecd97df878f994a9e4e65aabac6eebeeee9bde7fd0f81951d405250627c8f9becfabd392bdafbee8e16ac0532509da4958b799d7fdce76e366091e4627f238d543b8b69386275aa84e5c2a2fc0fd92c95509240d38968352e2ab1c56286524904b84c61a21ce9e02b2ecd10e92d96b0e11855bb9f6e82b6df155477628e16405db9e4e0fbaef2b14bd73269efc739b7a46e5f8ce9de8e7a9802f1bc62902d2106acf57dd0d8a3b3f11edd1bb403fc7254bbe127ce9f675ae92b5361629d683d1163af127787acf2271a628d87cc3d255742743173744ea6fd62b61362a7e4f2b8c33cb24c1348539cdbe2d7b8e9229135b38711bd00584a13f9d2c262b8dcd2e1f3602f1988ac232bb5f2fc9a9f7dab8df6aa6e9d9eed3ff67904aa62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462c36507d7d1804d155d0fb73d422bd360b264eeed35ec03cdb058cc07d2ee0062cd8a486abb78641a321ca097d89f4c5ac0fe7c5c44cb3cf8f5e6ae13e5686a62cd8c33f4e43b636cc1a04707130a58b09e5c3ebac18086e54f70b26ea9375362cf44f504641727e3e5468eb721fb7e88eaa84a1fd8ee082aa27094e4af44e062cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db07857ddb6dcc697ac77cb6b1f6e93a6dffff8b89b305be1ce55a028d4a8862db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e29ed9d40d66d868975196223f6bf83280c818c632d662a86d86c9f19913d762e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362ef5a40760a8f4bbce9525e267781ea1375a6eeee408b4d95cc6ef3d6ae5a9362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca126305b9bf08dbdb161c9eebf8167d85589097d0713e17b144c6c1bb0a93a8169f6308014b203fc8df87a09aa81a99885588c4542f74f56ce33fc522ba1d3a0f33630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be206315ccea88dbceadc551c6e461f58bd3078c5c477d31825584f5d3530b5628736319133c47f1d5a7842905688c5acecd4efeaf309106c3fbf218cbb377d01a13631a290b5a29f0642aaa81ab7e82b2085346c72c57d26b6dcff9a36b8319dba1631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be863250173423225afe71e259f97b1d859492fad3612bceaef40791475330348676325a2fd3b4df9e1133fa44ac2052b3fa3be0ac516590ed2586bfbc3ce840c866326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c2633ccdef2105a8e410baef749946e09b8c3acde702548579d5d0661ebe58bdba63435fd93ed2ea4bdd17a0ffdb688f85f59b43e647f1b8ded45e83b793ef533463480d738214fed48385d4ec83483691a0526ab5d1bf3b56e9677472f99af54b63494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786349fdc129a29a4e3900546d51115515d583d062fa2068a2ebf034f459e085766353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f23520666354870532a1e9aa981eec06e727be5465152b6220360c3bf2630714becefe79636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c6364e5f047e82f9e4c565679bdf0069df70713bef8cc4b9c54f062e4fa32ecea6368766938975292ebb78a55e52eca4c9017952b8073c1fb83b2480633593bb863711b6f16caaf342dc4552a5186fd7e048db0b1a27ad1bc10fec2c8ed07cc566374893f44524664009437d149c38d988b68309f20714b39bd4c5d2fc9e70d64637c2afec5337e07ca606fe751ed1991418648ca7780ff9c8b9fb4b0b830b1546396a5ac12cfe3f01523215e0b230e87aae10177712b5480ad3d93518435c9d1639a57b4b2bb3b20d6cb5889359988d11a4f45a73390d9a1c153c569fa0c0de863a5ef85756479cc4f542efedb60e87efcf2fa3c6a78caf92e1a61d19407573663a8b90643166b98a45536c9dbbae4b46898963c7d300f0c420c12d19f5cd3c063a9eaf78bfafde6605000d8cd1ac6b0aea503d719de3908ecf08bb004ba8e9463adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963b729c50dd53f098d4946a81180060b137de759b0b0549a22518f79e2c53c9163bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863eab7fa5694bcbd010490df0b78b1792823696c10384c7d65deb79cf0f7b31863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d963fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264141339d04e5290c32a2628a609eaa39cba1f7c885fd2112bbe569e067f601864222b549748d2f29677490d579493eb5d6b590b8816ae9e6d8de15da31473f664240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb3664252e0e5c684fa4faf14486afeec393a53b8c7da5bf4a6d4b22359abbc15745642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764322f9c964b7e2b17166bda71cf82a336065d28a314e07f6e1552d194dda00164355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f7160393764359b21b440a03036d270ad4f88d551862577a181fb61a1f84b286ef96c54486441a250f5888b4534d297d449c6a6d221028a6a0ac5e4e18466366d501810656442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76449864d42e8b13bb125395924b4c2bbe051615df7d4c87058b23fc2ab8cb900644f1b4adc07625d021e61f5152574ead60bf1d8d02c4ea873633efbf505f0ac645042c893e42713d23d393989c3c35afb86fd10baff787bdb711b7cca4725b56450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac64662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646853e799fd6f2640849016c2e4eeb2a7526c7d4b689f93e8ced1bb948a7032646858fa2fb718416838f8f0ea003121702d267d377a79328303ee15d15ce76c646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064756e5a297af24f4f93afa89e7a126e818de6cf2ada358e39c793c64f07364b6479450354eeecda49f6d720f4e56065a628deaa299cc59468f959cba5c9520164807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26483ec9dfd0725cd46a28ccac7593e65fd41700b4858c7f17bbc632219f0a43a6483fea20219c15f7c169f42d71e0554bd94062ff38f2c1d786dc072e31f537a648f3a34576ab99ddce928ef743034cc481556bf60d13f5c6eee752d0f46ab126491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf649d82dfafc906d9b92c855a26eecce401afef9df37b0df8c5c6c6d82371df9564a68e873eebf9578330143a91eb55465976b4c5fe940d17eeef090ca5bb4bc764a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64a99cfee88287597d0457e2b6c12654a30a49fbc6a44e41501a018d361c089464ac1397a85a81c71dddd6d818c260b0d414ea6cc17d3bbb564af4249a05b67464ad7253167a6e3c4ecc7b90314add2c108b88a65b186f36ab60dc57bb6feee364b6d3c4a55304a3e5f584384c669b4f94cc92892d940438a7d7df6168541ac564bfa0f1ac0686ae1ee146b3593a4009425a23b8bd4327797559de5e44c9296f64c105e8aaf3377695174b8ad7af3fe9a99fa5c7ba634d4e827fe7641eb1425c64cbc7ae4f572d5e45e7c36de79609f38ba40cbaa18b95133ce18730c444703e64d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264d8c3a9fabed99dfba57c3ed74c2b2ac4d9a9716b9bb4eaa316c3eaaf9cfc8364de40c00117c70c8c9a64258f314d93f6b34d6f36aab931c411e81e96c1566b64e45706b1503b42da0cc9d88c84c8e6583a641b2a8e06c84d3f275d52c38ac964e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464ee7bc95fed55b2e69c523749fdfbd26f8828cc7e9c362c0d549dfff10ab0a364f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f650eee921cd6307e2c9c7c05b1fbec216b97a97235968efc5fb1f5aa8a148d33651f960ac19f5d61ed7ad05e188c6162b7f49fe853cda0065da219ffa62dd9c565232f5ee5ef74d6d9c97656977e7242a44247948e71f4db8d1cf808eb3def9c6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b28339496653fb98fa569cf1d6166deafd7858fd75cb552671284b1e3123278dce7f7f3ec65507833dfc46147e94c32493c68caab783f9456d386429e18856021ced35c7f6551b2fd2d3043060da93cf56d46951e6bf68239cce14de0e9e29c1a2ee4cb49655274298a8ed2cfde0656e8c296f82db441a608bf1fce55605cee4534a746b365546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb7406560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa8296562d23590943aaa9552e1b5f6cf42120620cb9cddfd4f58d401bfc02be886e2656c25d7e36f99d1b46dbc339856cfe58adea18090af081ef3e2efd8a853733f656c8150fb465820fb3745efebe5e0b235d229c83cc882c207595f1e4bbc3827656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea6580ad52ac3b97a194dd2a4965e74bd3af8bb630a02c595aede5a5a19c5a6b25658bcd6588c2726242d00efb28e828cee801949232487e6b02e1c05342655b876592c4e564e90eaa7227cb916da03f14c36a0d1cef4b4cdfa4516bdbc3789ed8659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65adad9b14b1685c470dee44fc7c754cb53dbf7e0d14eba8d3110d7e0f22a66965b70467cb97f2f1ead73eda3258db6d0c96debf25ed20dae2842a2b4587de8a65c9e3324da5421f17c3edfce20a1d00a2ad37c130f6025a7abd460b25cb731b65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d8255bfb13c7badcec6af57188c64aec0e58a6abbe1c25856cd9c679d4222f65d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65e2eef0e9e02c423ca343f12717ec542a47eb7c61d523a6645ab13f3822044e65e5f4d199240e5328ad154ff315bed7b7c46b8050e2072e3a36533a5079b4ba65e5fef3e74eedf711d7b1c53f1924203565b08a25b9e99fcde720bb6933ff9c65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981065f8d1138709e6e6863cfcffecd510d82140a708ac99d7ca4cab8eb221031e8c66023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd766047fca21eda6df5a3c2125abda8aa5e3270d91f512616de1e3ae25589c70c26608b3905fc914523025d29a965059a358ce525e8f3b9f33f96da90e9dd4322f6611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d9661570fc3055c77ebf911dbdc691daef9c5de3669b064f23956955cc7c64907066163fa2ab23bbdcf0ca8a60bf1c61c7feb35907e25a608da742bddc66ccff5466222e7277a017d5d0c3efc21c01ab4b21e0a68d887809094a0bba4f4179bcc46626c3200126c52ece126aa2005f28ddcc7a841962bde9a6a30bb13cb37e47a36631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e866353db09c2f2d6d115a3c31bc72cf41fb2399b800ced9ed01886c03322447b3663627d911d2603969ac5058201bd95c1ea855d1f2b003aa9ff38bd75663f30b6636634e27ce8ce5ba24ff6a79f4baf57fe3a7b9f3347fdf06eb36c8f6a45a126638c604b6f23c32ba8a1980de721ab29b5fcfe1dc2d18fda5121720737d90f9663ac7b354457b53b5288c1edfaddc4535cc2fa694e52c2c631964a3050622ca663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196645be06b953f6cca820e4ba40faea56313375a873c94bf2c03ce95c9e7b4623664719278fe7655c154d17f13e9daac05a2318d12c67489cbb67193ca020cbd86652dbaaf6384102a188ef29512c351a7d8cb8d53d4a5a3b7dd3824117204cdc6653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c57666445a98feff45558ee43d09d195adf3fd9d1a428b2ca0c1aa3ab7ccf4440fb6668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e666fef720a26d9a3dc072f0996452e9346de4de6fca4e2a707c75f86688f89b06670da97492d10c793b2fce7bbf61a2504fc9961767d292028ce7f279e57236266725fd7dc8b70d0c65bfa2c74e419382982df06e08bc4430ac060eb707944a766748ebc508e60be7aef6ffc540d03de0913c006c9132fdb4f46cd6d5e2bc2d466929078460161bd5970ef60355c3cc7bce3db706da9586dab674222e5734bf06692d50633aeab8b66a3718cd55f35cd036e4153024afb0120572b6a82fced8d66aa97b568b6a9c618852aafbef5e5913ea686a8eb03505ef2178928f05b3f6966ac185c9653968a5b9e628ab0b9c24348de8cbc14e5bb6617efba089b70f2ed66af1760c382389319ecae83c3b0f44b39288fa422cfb6712ce233f3207b6b6f66b1737f912d201efaea951bbaaf04bdca13c04b8b06d53a4a12ab7b018b9a3066b33f83aea92891cb6d8ce5d908a3f78d8f5a6e1bb4d2b3cb1184e0683bde8a66b4b3b66f63d2cf1ef7b1446ce77e31b679b91d4694fd89cc6628d8d1d0d3f466b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f66caab170c9ea4d914fdc6b6de1633c6ba01c5bbd98339e02cee4797ef1e8ab566cc4adab7fa7f6aaca209dfec5409475b41da184b7db24e3c6bfeae7f20813d66cccf808cc6b7f8c957a4f7da3791148217b67eb7c368853f8a134f96da63e066d58c51becdfc24d408e085a7c152d61d8455b910608ce26ffb9a51ba27f41a66e9fa93b8d5205dec94f5f87c69188b1a9200ef0be7d6b68a167f5eb2db87b466f2e54f0cf92a44c178f129bc9dd76355ce6d181d44f7e17dbc5ff7c5afbe2a66f855e07621ad9f2e2c537e071cf3769547191a5a27b766c532bc9ca01c81b8670823e895e889ebdee25d22b068305671fc2918c2309c886ab425d3cde34991670bfb1add10a16e0937a32d1108f256af2d6819f21fb0d04a69bf566783f7816713c7e2b46df2326ffb1744c348aeeb92fe1eae54e91911712668549d9234ac6714eb6ebe362f6aed6673d8e7656842335c1106e9ecebfbf6fbff9353a05cc9671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c6722a15566b0fc230611825787f391c6a6a10d374911f25bdc00f9d64e359df867287f47451c00b92b66f27aab2e1d3f4db045a501cad43f71abfbcc9dc1bd40672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb673034434bed2b7680565c931a0ee3e0c21b60a02cd456f850ffa12e93734b4f6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde6737b36b3b15ad8176b99cc6a3f41208372bc2fdf1c6917df93eabd9f6310b80673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066745d1ad95ea82432469bd8a16d04fa0c5a7de3cddfa33f32ea704b2c5f47c57674a98931d5d7602ab75a5620693b6d5849bd8286990a8742d302c066a8f441e6756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e67605d3e521bb8faa39dbc1ead93efe628f2343f9977acada25aebe9a33af4be6765d76f20519eaed9f6d1b15efa6dd92c5ead7f986e77969be398b36183c2e46765da8b35912cec67a7553af267983ffdaf22239395297f878e53b2687615cb6767528937fc0d427e6b2afdab8e1e9f771681e99a1b614e1fa8acdfa2aa34bf6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed5640905676b54506b0c97e3890d7166493aca701942c9ea00257243692ad7ca01d9fe7d676b677cca79fd081a986fcd67850a04dbcb2b61cefcf6aff963d8daed844a7f676d49b0b6bca47e0a97f97e084ca38931f379649771aa3676864abb6ecbf3fc67793a03517dfea2131979cef6c89d33f469a63ce26567dd0918ffe21225da6d6779b3e25b6c727c156c8b924808200c1f0cc9fca1d08ece375fc67577451eb3677a2e397b90bca8c681c250dc260ca909482f7fcabe71cae3130de44aec251067819f4c6c61db85c8de0997e7b2a27b653b167edc5190c23761a4f8e0f1a359678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b196789e71a67529b7acb82ad000c89f582e47d2e56bcacbaf5d484875885176fd6678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679df9f5adb3aa8df248b1d9ed378a66c9f92aea55798b52acae443108c3fb61679f3563737a502740268cd9517552e49ecd885c7406cc24010a7a518774b39f679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a1d8eff06ee973ec96a48f52e58d10299a174bcd3e1cb352bfdf10ad07fd6d67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367b6159b56770dd86f2b959193acb22c7180422f71d864a14c96cb832734236c67b982521e8b417f39ff25748953183089f13ae6e4a9f85c7426c03b8e6245a767c4168d0da25d53e1618cbc8576a96f26828337e921d8a32a87ea3b7bc4318b67c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67c70b1d9a6e88cdb30e2cbf061ff38e7aa2f0af91c8e9bb0f49dd287cc9aa0867c99faac7012d53822362c855b3124347093961bfab96241e52ae69148c76d567ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67d6f4b1586ded6f6508b6058cc8104d279e7c66253c3e8dcd77d752c1f8121c67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611467e257c83c70ef60d923f9f74da841057fcd884835093c9212c4731432e9c7266803ff1bdafcaabfcac5205d86e4545e69aa6690ca497cb4a19246bc78f4c8f568040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f443680c5ad41fa51a5ce8b0e93ee0e4d07b2534bf9da4460ad3d4921f779fcbaef16812d2107c2343e2552832f4eb8fc6386c39821c509bf7f2da2cbebe4a6077ce6822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c22826825089ed00564b8d88373d59d9ddf35f9ece710c06a4d64c06bd36c9febf7a668257b76f1672562987be3fe63dc8504314f3472c2d97b2797f05fae7778e69e6825a7a29bb044e99064a3aa5f81e355bae12c9e93a9071970dd3d0671642995682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d268682ab7a0d3a571a1ba38fb61df65111741a121268e82db7c39da29b33bcc151668307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc46834ebb1634a51de1bbbd95f4aa9561ca4910992fd1370d9c74593bf1e1317ce68404143b8592149d90db4fde1416041bf09489f50e1c0e4600114d9f6fb2eb968426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e2468518ed02dcdff84442e82a1bd26aca1c008fc501ff47bb0d8a97fd6cf12ad2a68547dfc4d2ef0ac422c3534c1c6d1f793c933afb480d5412ec9f8377e48f714685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50685f7c8c1f216babb283aa000185d5bdf898c2db5ef880f04816245a367949bb6860a966a63732a04c91ededb8a7ecc02843615c81a46330112d082d3f7bfe9c6861f969b29b1de78712ae0b78932e087e43c5d79569d63cffc15ffc699aa99e68732535b16f80d692ca80ae8b34a864fceb6bf8944a5078cc5086ec441269c668763e6d0eb85b235f15e9300f6b9c771e68c9f8ede0299f9d1243148a64365068826133c4cc80e36efac86a6563b91d694fa87e87433c1676a94af98d70c93c688602273f840c485fcdc9e1da4e825e1a6f59224546079cc2b678ee7ba43845688868abce293eb86f2cf72ee952c31cbe7f99caee6a063bcf98b60f39ce898d688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed7688a1acbca5d1232423010b632dd99f8dcbd408d3d7159e0e6c4e147942adb43688b96f1e50a9837fd76f2d5bc756439a62f9eb51212544df10b26be886fb9e1689174c58a95042a3bf9f46c8ae108f22ee9fa5e023f535a08c8b4b3bffc3e1668927ad554272caac4dad7eb8aa888eb00f601096cd5c5774ad2e7059bc7d3c768934aaa5949ad42842dff0e94aae1c523c2be3b9abf9d1ed8b1640fb5b472c26896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d68989d56437bb642f07b1bf3e9ec344ff762a15d3db8eb3b5829e6a7dd2858c5689b135bea1455e65e4a0227d0f17e2d7538bff0891a3684aa367c8d8d184efb689f8c33f452dbf304e72ebe5f2008f5d31c4bee3c9ea9f2c419f14961c3c5b068a142095a92ab8f9f74055578572862eb228153bfba16bd2b98b936005840f868ab4103af13a63e6265dfcfea6bda8dd3029642335fe752a3c6b2449260d07d68ad00847cfcc6120cda0518dc9de122a6938d5f565eb48796ec851e36ef0fd368b0f52e1f0e0bbb8335df5bfef22dca8c54002e89ee26fec3ca75505bb1257868b273588ce2f7c09b3eb305c508bee0d6b7f544abec89074e7dbd6e4137947668ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468bcd4891524a605c5de7fead09562f70ba094de4cf702bc9a90ee158bf7fa1468bd6d2ab90385cbbdf14c8c8908589bb1487e32caba01516a78ef901a37149868c73c87944ee51b94d827c7186a2c4adbec2dd927f4e3258b80b6af4821b38e68d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768e6fcd96afa57e88627f3df67f89b6cb8150049d8a13c2462b35884a29837f568f7508ecac13f59886a0201ac8d4656415906b97c8ccf86152ba42c3197e5f568f84635dffbca3f755046ae31d62f0a3f13cd7148b80af04ec690a5746294af68fa354567d458edaf35b6b40bd9bb431f17ccf79800ac41bbef3df5b2a6abdd68fb9631039fe770b6ee46ba2979ad64cab1a8764e790b4e132fb9a83ec975826903907972cd8c652d7bbcbfb50bc45da488029d03aa05b72f6aa8226490c5df690700e010692ba8670fb98407e8c88f3287c448b383df60d3563a589f271c6c69126b6d151e04f1c587168e8ab25361759b57dac26160f24c33091a4b5f4ca7691a25e7320fc082c86cdacee04075461469cb08c53db41d8a5f005097d5b0b7691ac0ffa41671dd8824acba30de74989466afb530217a3401532b42d36cc777691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b69242275e4d9fccb48a30422e3a0f0b43d9684fd84445e67fd6b7fc7fef5d6116928e309289771eca45da0833c8d0d182ba4eb9dcd400975df95249d192f7ff3692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693870e9b66d47c303235f5bd5840cce96e45c925b057dfb3d60451a431148626939e8c699cd8a1738678ba7fd951a97c62cc6f1b29edef6626d0c6d4a51f4dd693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9693c44a21d0c8befb4f277ba7ad3fdac8d12efbafdd3b9b20327b1c17c75bb7669457077dc990ed5ad4729016a2f76a7ee04ef428fa3223d3e16c6956be38f6e694a8136bbaf2c2c548d7ca76883bd58ee2ae609d2c5026908f8e884c29fd5c7695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca695bf680e020e20f329c53aa8e59b300484310f0615148f05c10b0eca6e9e2b4695e9b908a641e9aea702e73c5774b73f49b1c654388de6c4b6de532afc2a004696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd7741697f4540ced03d722c7d7a88606d657704f6c1a1184b404b9724b156a24d83646983590f659d8b62f410df5226e4a0502e55a38ddf7bb2766678b46d1daa992969881059dcaa5894b6758ff410adbed8bf959543c29d7e42ccad53c7033db66669907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786991deeda17004b404771b41e5015f0204b11ba873caf2e0619fef82cf5e600c6992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469ae660327f722cec858e39c65260edba6d21078044b37a86c0e72541a026e2269afbed16ad3a827699618c0092e27cbf86b57778d486f88a93965428f12518169b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b894593474f6df347c2df53e31ae5df46603ab294abfbf82c549a05a89ec6c69b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269c25c42cc6951817cb05b9ba1c1738084aa33b9ffae8041892f7a69720d0d5869c7dd6ac634d59c446015b3aca98f9c92f87e4d79924f9dcf771fda908dab6969c80eecf41b3cba0a7608f3cc2dd1048b2cb64e37be985bc814feb0a6b6592669c86c858e255ae046abb88064ed137f9ae83d7d33c0a46c69fd810b08a4597469ca486a4806f437c9848f3f99efc3adbade3a8a45bd278583cdccf66552870369d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469d3056f85f036ae19ce20b03f9fd8f772ea47374e1322d89cc275c8d3496cbe69db791b0fd1facd7e36125e7fbcdcd3a01832c8bb913e5b32da8a0c11ccf47f69e2973519404e1fa8e23f65313519c64f6d5f97d8663952115c27993763c5a669e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369e794773d3993db8b5e09d925b1cab7203fe83f773e09ad5cd0930a2f9e58a569eebf1978c1c093db68a376597929bd7b909756b310ef00cb0757895ba1db2c69f15c4e56d1a0e5dcdf3392053862d3c9e54ff9f52790d106749fd0aef9470069f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b69fbcbc0817730842d76e9483b263d0500a092b5c45948527d0333b7021e3c806a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a04498f93572b7b46d0a1b18c0cda4bb99fce0df041679509babca2285883386a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a12672c4669191cbae2360b5665f55a87e5a04bf746bac4d66a1d7e33bc92c76a17f398dd1facaeb369d77f667c0a3c5f0d9bdd46f28d1e761f967660a482626a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de13379926a1f315001cf6d1d78aa204746af498fbf9f7a19770b848418b037ec624840bb6a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a27688b514b4c18aba7c4ff006a17337dad12acced2e56d8ae47d3a6d4be6246a2e15ece351d859e984e023ccef9f938af7a73f7d1fdec01df25314f352f76a6a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a318215ff2546b88ef45e3bec0631b46c9219484ab09dfa2b9a30141b20d7606a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a37d02bb788eea28576794561affffb748c8bbcf21d3b5a11846f46dd317bbe6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a40b9e5df81461fd2cc045dfc94c14afc55a59ca067440106dfe8ae3ef81a746a43122ce60b550607944d61a3e3a6135c6b6444dfce77ee90841f69b0dbadb26a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a48e69e715cac684116f635ae1f7a83950a6d6b280ad9d162bf9066ba1999c16a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a4f67128f8abaf7ad3f78209ce03de07da68d12b44b30ab7ada5abcf0a723496a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a593014a4d63f9a101033f5c97bbf01db68111b0b86b302d65198b8d2d3da216a5b278847c16b0738857c355b2b9d90293337c0015b324c8d90145dad55d3766a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a68269231fb541d94866198b56fbc2d9a3b4b86e600df2527c719b9987f22d96a7be0f398f387a5334a97bee9a8d45834c3c013c33e375e9f9a70e3e5a73c1f6a7be7d117156ad29dffe910adcccb7f656be78672fba0e9cb392893dbd09ccd6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a829f38daaa4e39dd7191a2be92860f1b9b061ba0d8390dbc440f40f16654556a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a8497363611bf0965501bb74371c8744f3bb93528153354956a654def2a699f6a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a88a49dadc33d58695fc8eab8c8d0d6b0de827003dfa488f10b5ed1aee90efc6a8aba4b64359e4b47d6c4c0d072c519888ee7a4723607b2acc5b892ffc9d6716a8c71af885b40e8d35461dc60b80376d52bf573fbd10f85d4dfe18c66dfee8b6a99fbb02b5dbac707c1270f41e89f85acfa9b7c83a7019b976843e4877397fd6a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6aaaba8f5b8aedfd188f72c007dee9e3b387bb99fb98f03aac89d0d7391167736aadfe62f47b6652dccd0af943d0e4486c2d902971f0e64602bfe6a5991268d26aba3582c0b2606d83fd469fadab60b282a2194e46ac144b95c2b95ea92eece76abde86e140b98e58b513ebdc2a3807cc067929afbff8272508a1664c6c090ff6abeaf6008ee81b22b41e52bfef739bd1435b7a5a5a58a20534a3a3901c311726acade3e92e07e5af60835d65b3e5b76f0109ddeca5d6f0ed912ffe0d8ee77ab6ad06cfae71d69d1b5ebe2bfdaf917f0f9773e0d7136a458b1311c3780ed2f236ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06ae4d5703cc791f8ea82ea575afadca97394ee53f0bf2dd3e7c39cf6159fa5ff6aee6509986ed74a86e0fb93b4a7bb642a75b619b28b6e9371c84031f92e707a6afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b0f62aa1481ea4d0d43a906052c7cc0a42650e78a1ba1ca12d1f08f7f18284d6b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b2044f082b72c3ca605673a2d35c854c88bd86cbbdd3c0141b9ecdd3c06d6d76b25b42267f84eed0accad5edf2ab231e57540889bbc2688a9c4197af54f02a66b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b3319de9c7dc26924f099eb7c89408eb9debae7f70455588952d7a24cf8618e6b38921ed5db48fb53009babfc6821908d3dc094da77a76284b747a134b1cec86b399fdc4f0eba8c0158334d3b1b332315f2b3045aa936770415477cb960311c6b432cb29bbd7a57efd7bc3cc7040e21e8ee84fa3f078c34a70c78c9775999256b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4caed013cf515182ae03a0bb2bc386f0a12c41616c84450e4e548ad44096666b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b4f97adf851c5face7c06365b941ee7b0ae2be31355c29ba74d542f119332a96b54bc106b168afa2762655e39243f551063c6aeeaab1008c4c2394204b8186a6b554de02cb96b9645482b91b179ebcf4a76f679f6504bd3a8f3cbc0ad83652a6b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b713512185399050c1fc98381b9580674629f23b26ec31ebd465682169a4aa36b7e10955330a70073a9ac8b2348c91667bc956a926a42c39a60a3faec7de42b6b8097db49edf9721be96e89141355f1c3bcc41168e1ec6632083912820e122c6b8167f3c1cdd0366b5edcc1eddec62ef37492130b0cba47192605045d80c2bc6b8b3e62551deac10f3e03f04a007a695cf9d85487ead91c31c235466b7d777e6b8d4b8ba7ec9d6f123edf034b3ed545135719a6b44de300ba8250eea6a5be336b8f6c9c2f02ea4f50e56317fd1bebb2f6e195878def962f54130b25e74076596b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276b99b6a7929e7b9fbb47398cec573168a19b608ab2ab73d297e34460c84d1dd36ba37fecc53cd5e999544937eb312525b9111a92a65623141374698d20635f896ba5ad48a9e8f45c2c94ef5ffd2252d86d00700f0e732ce56111e057ad0cbe646ba85145cb4596a92c69b391e8f97f76c844964442e60cf6691f888a52c757836babe6102c0dc5422e2bd8322f07b32a369d2dc1aa5d5bb4d80d8a37bf5297c96bac1791f1e6be77cf3658164e0d189f03bb97a3e71030da63e7d2d9efd596f26bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bc12156a01aa9d171bd36a7af7f778b7a7edcf73298eb00aefd578e6edb6a006bd0f99a84e0ab469eec8e5e2ecd361891039bbbbd8d3d30863649dd7f27875b6bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bd4a8150a4184aba25258287d26dc8c0acd6cffe8284194d8353c028ef3e5aa6bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86beaa5153aa41ba891bd349b6a93289c9d24959c87c1e7b7aafac0639092f6116beddb26b1e21876eb5dbdb8d83006faf66403822bba816d94ab51c90cfaee896bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66bf2ee82f00cc0c829a3bd5fa19cc4483f7a1bbafbfc0c0e722dfc85baa909356bf77ee0ddd6997496601e4c35d175fcb2a5f90c8959d88608316bbf6b71b0656bfa9f2ae29e6eeaf99e6920b8129eea302f38d5b53bdbe86e9f5f458bd1d25c6c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c21dd0e1833453347fbed39dfadb5c9cae421bfc62ec030f7d52d34203c16856c2ae21e432280f6fda18166b24249fe49abaaa2f4a1d67840ea76d7f724f7bc6c3320b21f610c415d1abd9c5c1f45d5d816ea42d41b5cb6f7c7b634a78dafd06c40fa2afc5249bef657c53d0ae9068cfb24e35a0089b8e77e1a07233a39aa186c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c4d45f68fa2918b9c393e14d0989b7bd44cd47b5a24224c77156c61d5a0f9dc6c513e674f8d5bde54be62cb2c4d02bb0e892081b2b0090031c734ea7b8cfdbe6c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c60a3456c78b70fdd14002ebcfd73d4cda190bbedb91226cf47fdaeca1ed7266c66002377639d010faceb8a318699828b5b117186718ca70d22fd50bf4e25e36c66389dc7c89e792d93ae81c1318103b0a56974fb6d5962c764b80f56d9e6b86c69eedb0a6cfb65baa93781a048b8160f46ddc4aa68f2aac77a5719eab3f6a16c6ed5c9f2ab606ddb36ca861de0ee10939ae898094907370c45cd5bab2855336c8edc39f9a406e06c1517b11b39d92c163745c598cd8d387ef25af5bcb6caa96c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6c9d763300a87e8285848f2af1a1bf5ff0c8eaeeab8b3bc291989cdbf64632766ca066ff81954c0f5c5f456da7f2d5c0ce3b5885884642a68aa8acd55750a3fa6ca1e6b2ee88af0242196689698605b6d2b17f9d36b7e77cdd942696405883636ca2bb21aeddf689b64ff5b6af1bef65147579144d04e96d1331abcb2f16b3f36cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cb5628be8641f2310e25a93bb4977f8a48c83a072967f30502cf45b44eb34ce6cc49221999691ffea7a0a86bb284dac0e89f62f52af41687dc3daf9e1ff0cf26cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096cda17d86d3068233235fba421c4e2f076818899c15dcb6ce2f63456433a24fa6ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436ce8bad7a49e1e695238c800bf47c188bc71d3dfeb712c5f6a6da10294557c226cea8dab5f72c2f46d545bbbcf2fb5fc0d6d1b4353bdce7df3e65c2f6bbf1a046cf5b1fe753e8fcd2c84a071ff96770ca7fb45098c80c3d190b74083302b41846cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746cfa4c5c3d0b5279b64d8047d4aad69fa1bfd2d44cb9905a71305cfcaee1cf9b6cfcd6671e68b7f19c20957c8cd9760f74edb1053f0c7feca42a1897ce986dd16d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0caf4aac7a87c22ac1d4735883ee5580caa8ad4b980ae7f60d76697d18d0906d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d123f658123e4549c406145b5d860db979b8f3e1cecb82b654d6e6eab23c8c66d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1ea5bbdf72ff3a01fa53fff289a883d33733b70e85c03fb66bad754c8474246d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d34bf76293ad4c67f3d97726cca9212c30769dee440431398f4ad1a0f318cb56d356f41e7e87f4b3cae1366f18b8e585df67a752c2309ba8433179373f8dfb56d35a31fba5f25bbc71397244aa9536ca7cc23ca78c67e4c20b02395b41bcdfb6d3777cdc15798b6a726656df0439b9a818cd0ca31b8b861db63093d3213371e6d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d423270b3f59c68a7caa7d7cfa6c86c6037302e758cd5a094890a339c564fe66d44545ac81dc0040dabcf842863877a4799dc9f4b6cf64090c814e083ca4b766d4e6e35864e3a5863645bfc5358912fb0ba4d8cfb84fe6b142c5f570e3d59046d563f7cc474bdb4874274ecc157300f5d59d9c6c79e73cb6bc77819d7cecb0c6d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d69a6a95b037833abb2fb6ac78e27d0c73cdaa29932a1cdfbc3c8cb901a5cc56d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d71728ab7eedb9f57dfe8ef1e5bed7a91b40cca1b60008fdc66a7beb6b6578f6d71a87ee67f83a22b459b1bf515a1ac199ed72a557b173a1466017e9e491e6e6d724fef7af349798fc7b281f571b176d1cb98715a9c1d9291ace3126906ba156d789192d20000ce657671052038fb013c7e12959a54048c250fc3d9fe44b3e26d7aa0c4c7c8ef377ca657439ff209714c1270f12f711e4c42c86087347dd5a86d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d82805848f59364cb5af7fe1b9864072e80b0142f5d0d27c6325159d37162f16d9193ba9ea56d83dbe53d6e6a0670dfae85afc80d7dc56cf195380fa8c39e886d92ca28967eda6eafe50b7bb2e96a65c353b6b6e2baf62d5dd36cf1c6ec15f36d95e640bd34a4712024b8fe1ba90703fb45c5fecbbb3999cec311c0bfd22bad6d96601de17f9eac0bff26e16b82255282431d1c5f381426467832ff71d153e96d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dabcd51181a975f62bb0f09a3452b4d724c0a8dd6e8fedd41aad5e3a8e5bb446dae8083b60edc4fa078c80c906c13ea809f6f50f485dfd8fdaf8e69e432ca3d6dbcd47713845ff8155ababf20ca885fdfc4f82fdefb923437d9bb243cb81e1b6dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6dc4e8782a7134c9d8462e3c3050b04b395c9e3e449a5b03002f19cb172eab476dd6d2bd1da14b426a5306f3729a4ab333faa6030995ce1833ac871a979ac15d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636ddef4f1c0bf4a4b478d8c2a61433b58b660b8e865ca8d337bc840e7eae6f4be6de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6df02e2b82ee12da656bc024321b8a058470265307ad603107da718d85b106336df65c44aafdd03187d1d6dcfae3cbe4428afef75dfa3801164349d8b559d36b6df69325e599ca845cfb88cb0c5b3c0e8d982d044ea58e9632fbe0b41e4552306dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6dff2969fbd28e68736c26ac479f439e6acc02bdb4ddf491247e1add4efaa4206e0644d8f139bd93ccfed1c07e97be12dfe73da2dc1b5a0c9c9ad2ed6f72629c6e0dd9723d017fbc20b1ba7307679fe1561001e607c23587518a0f028ffcedde6e12c36f5bb27b3e2510898bfc19e761381cfbfff5ee64f035727dbe58f73c7b6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c16e25b7d1acf34ebf7980afde0cd8b4b13c305d83e58497ecb99e05f09846dff76e25dfe19cb5fadf25971339dd71e5698aea2f8898c052bd6f634c68680788276e2a24a7f4aabb1eeec5a2bbc2068310de18861a3b6e17f2a9305cb251fc7b4d6e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e3efe95afd22c95ace6e253392307205ca8252b39aab10580755f89d550d82c6e428a5fb7d89c7f12ed177fbf900082a2952e773b324df9b1f5dbf18a4ef7d66e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4813f62e0b30315554541be60b6409f11860192576d38dc7c061367bbe6fc76e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e57f13bcf83dc84b2b8d896866bee208284db5480afba22df4b0ce55b27be246e5a75814a1398cac6bb4c637adba86384bb9366d13d7103e80f755ba9bfb4246e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e5f584bdc27db1d3a90ffa35598e4a0b11d11e43f35356944143e5722b048c86e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e68958d9c4d61b81f1c4bb6e723a5bfab0d63f325743215854f0e1db2e835106e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e74b8a043df451731a22a39a1fc73ca1a9e35e56a820f7342611a8b8c6513276e7c5d3143d78570a5e8b70c0648575d785a9943ae0463cf4cf7f5fdeb7bf84a6e7cb0b5981d7ff602bf367c1546e6d6d3bafab4f5b2b18650adebf64c548ba86e7d56ce777288531c38e0da3d9ca2a54fbb6eec8f873e09a725f34bff53e5d86e7e03ff0db015710620dc0524a070a1fddd10d50025301f128377b54ae1b1a56e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea07058e6c99b93a1c6974a587b186109016e64292c618696781cc487218db96ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb110c2d287cf4176324f02924e8e2e3d7f51e714d8d86bf183356f01abbdd16eb28cef3429a6e1011814bcd334fab602df411183bcf8d1ec39d0727f1450186eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ec083146ccf394d724988d40ba7e412f1323b02e218eaf5f080343a5b0824006eca5c99eeb2e8517df85b591b8db6f75fc85fd7c9dabb6ff311993be0d521326ecee200f9ee3c561f0e45d5afd4526dcb4bb17237326b9e6b53658c27978b236ed2a89a607bcc946254b39d0cfa6d12804d88b966ae1a518863d8d8fac825ab6ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116ed5c83eb4ef7960d06bf5a836b76a0df0c49dd7edda19ec96deb947ec6d49ac6ee67fd59254ab4e740077fac9862023a3ed1c68390218177018e0f358bf48256ee781b455a8dbc4faa8c2a2d548fcc8df12a5e31ed75a4fe7d2e71368f43f0d6ee9fae9d79854c4aa83a7435bfa9561d5fad27428211ab40f56f02ed162000f6eecca20232042ee3ea9389b56556d8e67f1aae4eaa66ef4bf4820bc8d02c2a16ef3a00934d2f60d492eb129983368f6b18e6876fb269a18c17eec0b96f642056efb04813168781e3bb5d60569b8e34cc9735512bc9131059b4fd6170115e90f6efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046eff89b425d661a3a30b6b5886e88fe345c8adebeead48d5c892d7fbea7768ae6f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f0dd650b7d60ec53ca6e6b906ef84ed0329fbbb1ec58813d8a3969e2f9e0eb66f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e856f27d3f2673cd804cdcc4bc1b8653e532405bd1eaa9cb9dbba16914157d9d8ba6f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f375ca26aa2c21b55422fed19f74fa9bfeee9ee8534fb447f6030f1d8602f456f38b35b0b4e25a7ca3ae509f5b6a7e456e9cc2a0a80d984235395da4105b64c6f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f3df0ea7c93080ff3563adcae63a148293413b3e6879b37f77a5b5f72dd5ba16f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f4e04e28d79b0e5f22fe30de52a4d0f65ffaa09c206556d3c45c1a2125e8aa86f4e8d42763a79aeadb575d6a128e50f3f6c9203fa7fa65ee530ae451b7c862d6f53f24b29f8b48da5c3e6700de62ec2462674287f3680bae57f6744290263906f58ac9e2b0d597b4391ed0075234fb9ef682c74f31319b3b512790228393c8d6f5bc4a4b180167ecc29ed34265ea818b2a808af0c018ea2537fc58d7ecd65376f622441f21c8f4589ef159b1c94d015fcc40d4b243a2babeea4e638f9c755fb6f62a69333ff1121804f12909fd1122766c192904c4b96ecf13ad9021307a9b06f6477c2b6268a645aa88b8ca9e09552c135bb5ed981a88b9884a9337eaa81746f67cbc39e77c733c61ef140acbffb25b9db113e2357c65f8ce6c85351a379a66f74fd70a16734ca7b8d18f9a58ca42fbc5189503e0e73fa017794a729cf3d836f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f7d484bc1d03c137a6bd0682043aaca44d999bba39bb82dc71cf5662f9001d16f7f05a7a7975ddbedcd801c936822eef8c5f2e47864b7e6c1d7484d5ca56aa26f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116f9caa060d9fb88ad4d96fb12280df48e8d9010eb3e5797bf55d1dab2810c8936f9fdcfe8ae6aef9f5c04c4d8fe75fe640442aacd21dbc9158d2e1f9b460fd2c6fa3944b95cdbf5f7734118db94d88db3a5015147999885b517f96df344a47c26fad67d838fd4a105ff9590ed59fff0bfb27b7a863bc330b3eef32bee8c5093a6fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fb94399d27b99bc5775aea8154b69fb97577c3b0ad21bc3950c99535237df4a6fb99930e4b65ebfa07c1f98c5e4b22cc19662aeb7d8330bae2b0014985436306fbb237f85288721046f128cdfc62a6c42cd651c5beebfeba295953333e9c5946fc397d89d0c20565a833823cc30b2f7789c7f567eb336ae70f61a597d087fad6fcaa3d633d38cc8afaada7c28a675e4211b05ed6e4abece4e5ca2035fd23dad6fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756fcbda3ca112623c76d0139a6278eba145815eabc05454ac562241f2af2d1cfe6fcccb04d2742ea4ac5b986bcea328b5795ef95a2f864a678479e828300cf03f6fd578e25f0eef341c22aeb6dff5ff8c796813e6404bfc96d845772c030661d46fdff01dfcc991452bbf151c77be1210f5d0d16499638b23cf7b4143ee1a67b76fe7364c17574ec8d833db6fe61cd8c448294392559248986b66d4d5d9afa0806feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e996ff0fd7bfefa7c5e26b9a68707f924cdc543fa9fea676fcb98dcf52fdc9a7c1b6ff106fc980d3102642e5fb6b9662f0be7377116d4418c45bc0c1c95b8921e016ff79d33959d3eaacbb5f284ffe60d5ddbd45c71371658778131bf58505007c06ffa93db9900b5436782739aaf83a0309b65be37e04ef666f3395eeba631787e7001af8745d220fd08ad01dfada24adf9370e76668a41f9f360599da05439af970038452d5f76276046ad3042b8f392762de61da861b54a1ff1b99fd12a4e18d70063f71fbab78ed7d7e7cc9885875e1179d3b19f8525631b4aaebe818ec60ab70072b82da8313b42ed465fd66e0824c005136bc2bd4a2d0e4ddb31ffe673b017008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270123498f7b0df9ebfbccef176e7a4b1d55d72651cbae5a624cd43664af288b370129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70236502a527addd138dd5fd42808f0b67e1e8c6d7e05ff685b06ea759092e4070257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747703162a9bbf08301054ede517c436c97ce26f83931d8da7b06efe3c85667a25a7031df947d4aad600b0aef46679fb598e78464870ad6377808f57537234513ac703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703832edc82a4fe686de63c163997ade28e10875d0b5617315889ff5e147d1e6703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab703e0dfa4e8f68afe8e25c91cf64fc6f1b663ee47dfef6876c1fbd0790d920d4703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d6707373c5fe8c0a9a08d9c59eb2f1fa1b0dc104bb3edee72cd4ce7c4cbd794bb270877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda57088e90792757130d67b587df0f0b32be8b3105c00bfc3e80fccf6252aadf51070918d9128cbef50a0653e633c5d836b5fe7ff1116e020fbc7d5b4db5baaf06d709220433f92c9b1910008b35989d9970f29f09cffdbb130f5a8e196faa636b07094121521ba962e98b6eb3092642f848ef769ff7233c9444e5500717356d60c709a0223e9046543c67be92962b4c5aa401ff64828ca8b3edf3a021b59d8a46b709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a0b70caf1142cf8e6a255480283a8fdeca05a3002e17e5a4a8b958a4c3fa4470a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a23b59cfe397ea7d15fce0178e03b0f7d27a47a783a6d099a47c276c3e08ea70a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570ad09edfff86dfd712431995390cbd641c7511f4183fcc53962f5c8f74997ac70ae931e8d57c9cd09bdb92fd8eedcc3d4c30df5029cf1928384251aa9ff0f6070c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770c4dedbba207b5af7f35bbe9ea71aa4d58cff9bdb644f21148812f16ef4721e70c9ff204da006bf6fb4c0b9c999dd366e797077a557a68699e10c80fdcbe79670ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d1d4bb468b69611225c41cb8a38221b54fb1c5a926d4463b4279615b01ea1370d2922f460e4e9c49e04dfbc25d27b8de9fc018ad413610bc18d7ff3a45cd1170d2f83e2b51f2ff2cb80ebd13caeaeee132f059ee65820dc3637232d212116770d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e1e139e582222db46a59ec13730131e61c68a70aad99b638091cdffb6b334470e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370edc43cb02acd77c71b047f066208b34548067a4c25559863289d2c9f3f297a70f9749f82d15b626db6a5fd4da75f497a9f0122fb048a5b906a2ff2a84f10c770fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca870fe84becfb115f98007ba814b1c0ba60478cdbe873d23a77b0fa4ca60c75f997100256bbca30d9a8a0bf66f388c8e3f41391de8cc2c599cc889b2140cf4c77a7102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c7111066d5e6e8f88b126684fdfdb60b6a2748233316432d596e43f7fe4173ebf7114679b62d0e08061c7d0f11d18fcd0efdcfff62cd04fe3f0a99625e5175693711e135118f2fe26fc4227de11de33608fa1cbbf1f6e4000afecbcfe3fa40068711f6d94690d088704df3c87d0819788ddb60dd03acce3073bc79a68a687b60b7123f31298ec822b52f3af17083e2e33765796d58f84aedf29f9321d61e6883771289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7712fa97eefd0422b470957443653f1201becaf167825b2d36156bfb740f46e79713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba7143ec808f6b27bf2fe8f2a23a37abf0901e2bb8e856174d51e1f2ba0bfe6b977148414e25e158c91aa8d002727109d22855770355815ef14d32b107d6556e3171505c4b7093b8bac69dfe2b3e77076727c2ff94248afb4ad9c0962852d0fd6471598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca71602d3a6052f040226cd18ef58d25f704802f5f1cbc22862368e07ee2f3ce3a71634f320476e468a1bd17f68d311928fe4f32f86709115f58aaadc40b5aea557169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a718c3a264b7513b5ef6ee37fbb2d568b336874435c3632042066240de2e0eedb718e582e7bd0b7a5994fcee057364dfe6f2a0878f3fc4a52a48cd6a14a47bc167190778fd5bd742e2237d16c0b9a819a2faf45c4fea87ff106b91264845a61327191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e874447196e45d45bc8933621de98783664af0320eb3b4d6aca205d6378c0395a79340719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971aace8d93ce4ea46c4603faed45abcfe3fb378c671dce56e9d77283ccdbd17b71ac65bf1d26020d437684d532e17460cba200f4b764e507b886782ddd49783671b486e5ce8de665a5f1a9319d30ae710fd545951041e6794699c9abe05694e371ba553522e42d1ca0de11e428a373dce378103b500fc025e4d550c9a3b4f35471c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371c5e4efe0ce9776431b46f187c230bc7787d72f51026387987d072f5b03c62071e0bc3e482b1602e2fa6551ab750a640cd17e645d3d12dfbfce691d5774d8d471e142d5274654c544479c55816ccaf413e78166d3cd0b1cee60ae5dd8f35d2371e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af71f13d78c41275e04a28c6b496b567c27d3fad229832644a9728f899f79bf7d971fa222e39da78f78ee8e079c429b3280e1dcaf91810bc316cbd805415ce62a57201d116c5831e4d0aae2eb148c098ec44b30f0f3377906d059b797f6286d0c47213ac77115dd5c985407bb390eabbe184ed772407d7810613796f62e420e9c2721536917f0fbb2b2cbff7263656d089d44733fcb8748018beab3a923929548e72172ec472927d1423a6371736d7ed47d628bfbd11b784b87995c27d71f6dcd4721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214721e72ac71731ef3af32d9fe5c4a5d2763551e3ec60db59e312fc60d5322ed39722046f2ba7f0f1fb857ec96ac0b6c76a190fab9c0728a1b7029aa6437a0118d722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a722ce3719809fde97c887fa586c61cc6b97026bc1e65a537edd6f84319aaa8257234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b67235e3571e6e40e95da114ec752e49507ffac141a3acfc1fdb023263b433e4e4723ae145dea1bc73951e6919316000e63a76e40ecfa2e265438e13b629a3fecc7246dd886fe1650f624d110b8ec6d19404f59ee2143fe325705e6ef3a0b68dd47248dc6177566db2c70c37cb63ad3af6dc90cb61e10f34e5dbd47b2b95e33d5b724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f7266c41bf2c1d769120d7ecf8d62d5ff586dc7fa1cc096e9a0abf189e0801464726865c5f5554373a9bf0056c39d8c1f81373f5b0066e4e5af5b2d1f7efdae85726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b97271f481cd1c8f4a2c3eb57b393dab2222255e22436b8333d40c4001fc949c11727344535f223f9f339a259d6b5ef6272e08e5bbc9c984c15cee597d90a67f977273af06ab25c2fe3e73cf8c3f426ef9edd942644dc53c3a95537b1196e4ebfc72788b2e95e819ca7474b5d1b5afae2b7449c2c19e2158f4d53f4eb4e04005e8727b6458aab3e45a37182c647c8b3944b8287624de5ce3558f325d57565794ce727c319993ac09502e1ed03b4676724696d5e2305e98d8bbb309d219525e93b4728462a234efd12e19987fa40e35f2f36f5c9e16a1a16a916e28a8bdd8cdfdc3728d4f60da4efd459dcf2b0b97b63565b50cb1d8e944b4f4fa705e350ad1a2f17291bfbe2a88292b049a330fd5423bec052396ca211768361355c62b38e99f1a729556fb6b2e291c3c3fa8d3339b33bfb4a41b26d6723d7ebd9bceb253de25cf72ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972c8d8d984c60d5566874f9d2bb2feafafc8e72be8a6e97e1e2a6ff2e012685672ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72e7a095935ab671dd782f9a457b3c022f06c65ebbe019202455815ec42ec47072e92b53ab166f83e7c6246bae1221ff03c069ce151545809e47489bf92f2ef272eb88b8bd23c09bd014f7a25dfe21e963b11b5cb090aa8fb6f8282a50cdea2272f3d62a25daff1eae1c0fca509cf2324983c61337861aa34b8804617123d30e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f5d9b483ed4063b240b0f9857b52db4347feb3aea564145e08e33e3e451a0c72f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b72f9ffee3eb6ed7d7ad517608428e7db96329e90509c340eb35df8f95533c23a73083228c78ca931b27b027171066a799fe9715a7e21669a6ec1cfe0dcbe67ba7309740e07a6a8884ef0e414710f2afe036f1ab3cc223ca7011a7fe8e537f198730e425cb467e68ec9252df0bca23397d1798661013bea96fbceb209d174092f7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd1367317481aa27cd71a20952953c16702f6d679594159d0c9e38065d090a14f607e731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb732e8f216f0a3b40b55baf0aeec9ab3a151423597a81c5f75454e0323eb90d8b732f1f8d5c7ec0cfd09a01fecbf4accc84cbb975dfa0ed65a1b70be9d5c417e173412c9138069d16c2b1a59294f9b5069cda30cba9e5953586d092ea7fc52fb3734a07bf1053a805a38f09ba2ee5d4038f1f6ee0828bc2990fefd90499288753734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad1735486a16fc0a37a367b52bb519404dfffb19265339a7a70b2c715f7c070b5f5735d9cd70ee3ba85a76cf0531604d75fdd16eae830a95e768b1dbb8f3d8411ec737285292e52ad4b81f7da660072d31a95ecc21870639fa6267b524770ebefd17372f0292ab9794b423a2dd11d2c66dde9d9a256bb4d9374f54346a6500e83de737f2d1e5a97b5eb3ac97174085a82756b438516f7485c78c4881ef53a986a3873822c942834d28d70dbafd0b328999f6bb1fbc9fe93f34a14fe45d3b8ecf841738317236eea7113e9f5b63087c082dd7b52078e6843814ccc7a4fc406457375738736455b065f4be11af54b8a85ed236e28bf0bb87721e6dacbb290cbe230c47387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c9296738ac9050ac35c93482d2fa446276159caa35a9f39a359e9958ee55aa22fec9b7394ffd208d8a959dea4862ed6a23d634a107b705728b50028347d0aed8e7f007395ed161c50f45daf136ecadf8cb1f072541588a2cc7b69126da31e36baed69739d6b94fbb34025de3147afbc9cca2fa55a7d9975aa743c79c5e743969253ab73a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a9430877840939c4d9a928789d141a89326f4dd5240a2d8b0f9d5aa914d30a73ac1b7fc455d54f4011a8f6b4501b995d5e94d8be06e973fdb1d1c5e1391ef973b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273be2f858f31b19e4bfbf42db0e6cb91e78a599e037899928b1679f165dfbd9073c9bd37c990ed7c90996d2eb7e604b7a24439e001266483a2eeb7b1316c815073e0a601f4ac9822becae15bd200e1406cc6c9d4e2dd6b539e0c0480bc26567573e24b236d310dd6ef510da9d3abfd16ee482206e91c050dc20e8bc0ae06de8473e2ac384e1ae73003e582eb2dbacdce31f6b8c9c2b64de43dfc8931b1faa2a973f07f235b2dc317260bff7d10d8f583f46586e9a5db6e5fd69bc4b3bd2c5c2573f7561da4ba3910c2c6851dad596ca9fd23279f974032c700ba825f77d4393473fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b7401ade2a93d6dae903de377c60d5b1bbaf483ccc2e170c339cd862774e4aca57409936096a098244b009f9848fd35934f3fe7c537b3ea13cc3bee509f43d7f2740c19911aaef86541c0b8b6c55bd1035ed5f99ffd951661f694877b58283581740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd5779740d9f02bb48f1e6cae34577d2439b1bbf1baa866c9a5b11ebf7e5b8c3dd206d7415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741b11df96722371783e1199e6f3607c8c6b5b6be2281a8bdba946f03d3cf675741cbd910fa7cfb3e282b82af313a0c365c67d6a2dd05be3f7b29a7141278ae9741d852980e373b2e1a3f08a3a9dbc15c4ad6641b624cb9d2ce20e68344edb84741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f7431d9cc5d18246d69226cb19dc8bdda3dc252a03cf4cf89506ca76b95667bb87434cad2afbfcdd3cee4628d7211cc43e3c214c96cabc769c422d604471e1903743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a40743b3152528f4b3ad42db610c7e6752bf345a1b6716a4beeecd3e6e144ed8a7d74429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa67447089781b0b81cd684d2e032b81a46db5d61598dc6e7dc4a629de570f0a9c974473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd747a6fbcfcbd8bd610a9e10840901f74c1526b5a5dda7962ecab22dc895d71bd747f6fd33d39fbb5da96f2dadb6183482610a2629696b00757dbcd48bc293a6374874745d6901cb8c4e40afda92133d9e7a3d7fc7793ac26875b1b0324e766f9748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b748bb89a823d29e22bd6cf9505d2c2a95854030104f1c2c5ef2a91506a61e94574941a387c7928655bf127ee77095fb63d6dd64eebbe133cd9f23ceb41f4cea974994756265e60c60b2e5e3289b04958c3d42624d647eb061939892c204d42ea749eb7daf69a17a5ec368927d3be58eecc7e0daf4c2c25d4ddbedc4540eebce974acb0c543ee15bfb0a8ed6138660d102a97efb7cf3fca1d47ac0dba47f7cc2d74b82db5d061d396d6d0bef89d9f92e548db5a872a20de9fd817ec2c036b14eb74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574c12a380dc03f9a12e24d804ce963139eb7ea39753aa876c1ea8b6265a8a3a774c5c9d8063e1a2f41e317e6d8f50381f9f6470b2ab681c4368c652ea987516974c60d732faaa90f8df8d417a3a4775aaf0d84793203447923a7797f37e4b8fa74c78cd2b497252e3c419efff1738ab6dd85962c5b8f17ad28c8f5faa91f2e8f74c7d7d8981ed400e01c3a4d07bb9642c822c2f7a88e0cf054c653f4806a90e874d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d74d9d5daef7b7f0779d292a80f3f9a5ab2ac6c6360c84473830a6f719244818274f1948c226d62b6213531542d22cfa4aaf70adf66a2f6a59795b0980db4764174f41aefc0120266c9ab7f11ea794ea2061551702bb9a25c320ae773e05d45ef74fd17e1565001d275a3ad105146e401a2ef9db6aed435ffe4104d9e37e00ee775006fae0d739121a50059fa279c72e7d938557de36ce16c3b21cfbfcbdbf73e75068785a2ddda0065aa94c6134248cdd5bc86517cbb3364f230a68d41e20b49750b5936478f1d44e29eb4c44433978bd3fafa939b9c8b6de656670fd08a13e4750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a9750f82b3f4cb9ae4aa70268d0041d01cadb7b722e4699d5fd649ffc627e18d787510b29e2823935e8f758b9d0a8670d7f38b52f45d421e113593357b9412b56f751e4c72c123c05740681d60ef85764c63b479d8fba92af0aa1c2b5f5d1c60ff75204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57524550a3c4c7d019042bfc2e8a6f63be07ebfe605f1deb09981e1ae71c02e367525d4b138c42c4817ee620daa47e827eaeddf0138f877309493988be15c182c7529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753e9d37e944c7182db5247cf7ffbb63bbbc0069580db0002846a14ffb57fd2d753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d47542bead11fb2214944196f6d3b4faec43ff0f9e7b68870950f5dd3dbddfcaee754b2245298a9610bc01b62be7fdbe9c84a5d884f1e64561e07fbb2f7574c01a754c3b08e6dea9dd923cb97362790d374aa156fbf01eaeb1355b2a5a7a4b808875516b7db7b64a9b11e7d68f43b0a65ecef0f6daeeb4fb09add34d90d4d2dbb8756ab9d93942d0fa74eb0df54c2fcac2f0e12e6e1b8b5dd832c66a31435d40f8757cef10e4cc88c7a22a77b2264c907c514a0e78ffb68f5f8d42462a81098628758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d758a531e247a3ecb4a03ee03cc78a8a8443a70607136a1801fd6bfbe4e855904758c44ce9ccac314a78931f9cc317b83820b699b1aa42dfb6a81bbbff898d092759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a1336759df6fdbf9705b6eaacc515e26a508010b21c931bbad99f80a17adc88a489c375a0508ca95ffdb443ffc031581a20903ab07a32454f2d8720769e44f3cba9df75a38e9043988b4fe7dbd28a58529b798b1e62b83ac5de4ecd0302efd3cb208f75b6d7462ad283334c90158e7b20e8ed3c70ada5b84a755e0531c63c572c5c5675c064accd6f4333612d5e89880df3e2a20212f82e0ecdc0ba51eac87d9409a575c429b694f48a9b690c3f61e057101a60ba7934d3977fdbc9ffb25b5e278d0b75c75ba7001c80e37f270a6eb802c6eaffd85258996ff915f8c2d3a61e4ff57c752debf74075d2b694e4dc13f6563e4cb716cb1745270b0366a1e6953b52bf8e255c7e6abe75d3c67f01b7524ad057c068ac894087eef9878f24878b8636f8ce05d5d0797575d77931a298a0054886fd1b36a0f4ae57aa757affd3d885862b1494f93c5a3c75ddaa52b1cd96d179bea7231312bb2eb9e69644fb361d4616334eeeb875056375f4852d282c0cca37c0f86efd1f137302eafe498db66d05a43cf8a3e8cf2a7375f5c2363568a52a1c1efec0ea131dbc84c6b00c594b142058849caa198e9fdb75f6addf988ef2945da1915b7c3a437526014a8b2c4fce1261915cb554a163d975fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e4275fd5e646eb65b469d0d3307674060b3f8ffee7df3d6d4c89e18092aff3cb909760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c7600d13aa129d0b1bab92228f72a873d869c1c4d6f094df731ad6d4b284c7c2d760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76155c24d4595470953e2ae356b526519107e589c33d99a95ec38d437b45785876170de43e9a61ff4b1932087bef072db259370eb7fb5358fd613888ef4ca5fb76174134efa2ca1b82b6ad5bd255bebf773849caf6a535dd055efefaf0b003be761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a4676230df0f36d3762dd0781be6fda99d498369ab52f605cfb336081e92382549f762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f307076280fd22c483a25325a7f215deda29cc2114393fe2937993339d7228ca0df7a7628bb3d99158a8c895946fe89b2810863c4bb6a7426f4a3c8f35b70e7d9a2aa762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f37633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba7644733e7353ced7fe5800ef7285aebd092667415c8ad3b2142102894fdd2cba7644b6ff2687effe2f34a48f78ee6d228becdba21030ab0ee1dd4943addf754d764cb3776e2ce4b2b44bbd001abb6693dbf86a44e1a79ee70af64347bf32d2707651a9e3b343e94e9f06de8dc279e4554f8835df59a1d206486c43ffa0bf1eca76580a555ec02b09b66b8d0fb9b2cbeb43c7a873805b1cbc1e395c119b9521d77659a23c950de404c21cf034659a360ef16f998ea752a4f93bd5900faf433bd7765a85aed764c2a59bc1e2624e707a30345cdef41a047f4ca6f2498efa0576f57667e9de90e6a0e05ed320000fa160af9518f5f2e176c6fb1bacb3bf51ccf85b767831d5bba57d80e9308b0f2f773390bcdee063c7150c916719eb281b0c70dd767cf4175e94d186e3ef459f4fae10789f87a0cca052d2d2c68c1124a8149a477681aec49c10e015d47fc4f10b1e65c7ff37fb000871e56e15635e68b8daa3be7684c46233ec83aa6b0a217b1b3b19c85dfdbc5cef3b7e3d4a8d38a7c60bcaf4769095fdb763207ff423b2f3849f5de92ddfaa7820c0811c62fcd28c83194e5d7696c32aa123a82820f4529105a0bbfacb684c0c151ed7c446aa886fb178a383769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c76aa680fec1cd0b9a77b68261b10c8b6b38b84aeb17163c3fe31638b62254d2176b170b4f4a93c12b3e93bead0fe053ee6e1ac60a9aaa2e743d778872047dcd076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76ba95bc716ed406dabae44937ad5781463140ce36f6290a5a167b7c8a06d7a476bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76c998288819665d41f187d23f70c041521a61dcccc681262041390d5b8a833276ca34d17e921affb78bcbdf6a1e41778c09fd2d2eb47cc47485e01f0a23a83876ce886ff9b0c13595c8491e47e2129cd948f34d7202af67c00014ed4c43af4876d4cb6d9831062f9a485529b7be6d283c41fcdda4ca4777e2090684d6fe5a8576d5594534c5a6524b1dc3e5a0a314bf14f76240ae3b7c5f401b00f0116a316b76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676e1e141a8ab0c04aa87dfacc4b92a3450c274bcdc06de41ec8d0f107b6f2f3d76ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f9a13d7ded86ad943a76740e2129995482269416d3ff94f2e09ac6f417fa3476ffd41a176c1b38dd8a0273efd4cc03e6f80e0e551501fa17f07adeef09e3b17704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a8771f6e074fafdc6ba8ed5f8e1670f8f351aa6226bc07838d2d0692b34ab0139177216490dc69d25d31cd5d2d33acce3e93a0fa90c4167e00d1fb6f5617fa48a07721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e6772495a0f93198519306e44469e0034ca6c7ea9a91368b4e4077df79852a17f17726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c772823ad2081c0cc95307c1bc85da74c0a8d0643d1f5cca0eae3010a990e6d57772e3c146e8b28be47464599564222888290cc1777e661206b8f66fac08349dd77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb877309a7def60ff239482401febad5a45ad008d5a72a8e1ccf7ae54f794dd1aac773b2af1d298b00d70e7943c4c24fe0d13deebb1100d9b15e5481af2a2e2eead773bb25b066615855d589ff0c39e0b26bcccf3eecd0579322c961485def8d946773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f4773d6cd369040d3b91a382ab7c48b917cdb3a63626a4879bb57d5530f57d0a667740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b7741f47c12c1e6f2893157e08833eb041b1d2c1e983d33eabad7ea1e0656f22a774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c774847148b94036c71f5d4c818630e350abe56dcdd71f8c722b116e63d19b85d774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775c9219ac2cc960a4176f695927639d1f702d5f3b0c222e03ae250444ea6159775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd82776ef1fadb53738c3694a295be71ce428fea71d948417a35539be706b0f30f1777717146a249de6fc854278b0cdf3bb542afa1c2ab708c4ac164fde9a89ed6c57775e8abaa6c4b203341e113093b241575e446da50ac478017a7d2380f52f00177840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d3747786045ba0cb9256438d3219588da5229c6b32ee2c1dc7f4475c770d4d85f2ce778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f6412779cd2e002b5a7e6d05d7dd947dda04a92bf3fa1be66939dc65088b9adfab78d779e04f5876419b706da27d19cd98d0598352843e43061a210a510fc12bb80b0779e507ea82e0211023bf267b90bef0134252526398e3a0c47b70ef2c5ce26a477a2d66dd871647f448a6f24aec8e152ac915bdb57169312a1a341db508a05b677a53096cc83ca7c5ec6073b9d596dcb0282b0e36ed44cb6d9196932aca334bc77ac1635b1a1ec62d1655a7308bcb56072aa343e4b4c20f0f5589973d647e84d77acf064bfbfc7fa4ec9dfc5d940c32afc8f98d8b77a51efa96d3a8929a8e0a277b40bbad5b024135df8636ba800deeb10c58ffe59fbb2d00a0e300592c17d9a77b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c01dc4d288a072faa20fb1bab8ce7841a09919e3b265bb0fc12d3f48527a9277c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77ce9ffb70068109f16c15d6803e2007eccc272e3a918b3074225c6bf7b8c62f77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177de246830b01e7f05347e57fbc95c0fac18a88147b55471f3cbc778b2083b2977de4d12d23a84ffbbc62ed0f268fad82c666813957070d62e3bc27e2f3a42ab77dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e49f1d150205ba20d0e051b6d77eca7f75a85192d4d634ac31840a783af39f77e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e7801c2f6e2d67ba87399ff7b55e4952d46691cf5cafd54e2e8a0ccc8b9fb9409780378d2b440d05f1fbb3b5787693e19011da57ab1353935787641efc81cf5377806c2ae91894e463d4c682d5fde83110be346d020734973165d7c64f7205ce0780a8d8f09cb7364bec832362a1ed350c1eaaba19f66a774a7ef853435e4627a780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda59978132eb760fc104c7bbe9e9c987629d558a363b96eb758c9f665a11b1400290c781a4acdaec6926afca250ca1b38d33dd5e931dfe403b913a14a8d5b763451cc781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e97781f77d8905e98d374468f787bb7e799d6a6f3ea37e760ad2ddce3bcc8868eed7822bf98d16342d3b40c4c954f96c88571ee362a412f812f7ca154ed5433090978337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d17837bd2e257e4248f5574868f504a26ba5473092db3357369061a1de11a737b2783f132622424adb1a09e9365102c5663845365e4be5b3557127c1ff4f9bd3f278436ebe69d097150ace1fb91f5a244bcde08cfb701ee3989f4cb8c1af1cd8277847d68033d1c60ba658867925d67ff08c2733d620342239b549f70390bc8f2e784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e4784d4d1dd3fcf4c23d7821fa39d39a921e8bc7a5ed10b4fd84836a03be16e3b2784f83807c23a30e83af75e24542c64f80282521b166ad554e8f8edeb2a1b4b2785fb05148d0ff7b7e36b71f5b400b34e7bbcd0a775f052a4d308aafaf9717b578626ec965c9a0f8221bd0c426ead388b9c86041ccddd20a074c5d40950fedf07868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578686440b9ebf3d6e6f397c90bb18fa8aaa63c4e41f8dd2086bd52ceec3e683d786ca6d8b4a66b53cb939425052b3b7298a58f5d3e64695cc7e01d71db65b405786dbd6d539859fda65374fe4f7760be0717fd3e3852cd223aaf6796f92c3eea7886c92b1652ea03c66c4c1a6b35ed3e0376e9c6b00bea074e02ad4414c57f88788d5122308e1dd03fb0970c4c1332439cf6a8f87542a11cb7cba7823e98fac478918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab78926b4f1f6d8c6cca33c683c0baa298dcaeb681e5f54ea915c64c2665ef9fb57893755d1d218925bb1aa97c3863eecbb9adad3fec3c4d2b474799fcb6a28de7789574f14563225e009b1f79c947d897c068a528ef3d44a7f9f1501fa7a2b8597895cf44664ce9d0a197d436375b5c4632d9bfd71b72abb0201da2d42be1bbcb789bb01cffdcdb9218303357af4f64cdd208ef7b36f833869e58f090112bd15178a4400126efffff7c7a180a6275133a27b293c19183dd1a7fd2da727cf6872b78a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278abd7fdefeef0435c41168a2af70831bfea4a58ec675148680c18440213856778aeaa3acf33c052d2c5280d1a36bf9d8ebbe67661b0b6f115ea1199609fe8c778c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178d0c741b3aa8340f71a4fbdd2742b7090d75963b65c871b20321c596c0f915c78d567d8b8f528df46f848ddc18cbf48d5a0c6112cb69a6740a11fed6b366f6c78dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78df44fc7763902355d2fbcaa43bb1a01f544caee568d4867ffeb5f8fcf4bc1b78e2221d4e5c16746b115099d358c213133cb0d6242e361abe3eb8d6fc6e237578e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78eb529d2356e0e035e82aa118ce5de209f28a24e92c3e1d54f980785471480578f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a7909c0c9c104d2cd2e533db4dc095bc035b540612007a5dd874fe26a329fba00790ada06b923b5dbd3d63aee33900198cd69ea3bb38f6cdb425b2aac0f55d978792c242f93c440d3b3a35eb74ffe9e8d9e2f228c12d2beb2a57fcdb43c841b8e792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad7933c6f9f8fd4b93f71f8764589e5d7108c8fe26432f05e02d49c2bc59285fa279388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee7940679991d5a956798917f27312526dedb786176d639e53a4003db7feb7f94e794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e795e2615090886e40d2648da331cf7bb9bd4085ca00446b8a35b35b200eab62f7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd2796796dbb1ce08aec74a0c67d0f5e6ab7a1b569b19e578bcf0048cd7ed3d48d67972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a57994206e76ecbb57bf1cf0be911f622dc87265e23f79184ef5cbe37f543c175279973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799c201e13931904a2808c4a12d3a9751980586d3a28e40cc040a7abf7149110799d9686789b3f54e2adf6b1703311497cc5093b868badd345b9729da255fe7d799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ab7ae1704da7e08b28b7a56064d38dd351132a2f55ac40112ce104e9637e5279aeabecca64651f2b875fa436974e8bf565ebad36acb7c608677fd32b2e4d2179bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679beb94739bb4a21cf615a684120893bb1f7ccdd030236e631a0745cffd6a77c79c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879d0dd9ee87a02b3b0d2a91843849d601649519f973a0e4e04ea811f77be983b79deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df79e333b00fcfd03f7deecf91d72a3518cd133076c9ef4ae67f7e80b19e4085067a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a189b046bdc9913c2fec2f01313ef6552e5464eb2a72b5e854794d8d1c9934d7a1b1c7e4a2a26b21353bbb07c23a3004c8ee0cb58b8284d8829ee79767a6a677a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a26087d7734cd0a1eb7650bf7be9c8dfda680f488f32da5edb698aa212976fc7a37952204e01559b9ad5a5b9f009019c65d8031030b2154bf65976a7ace07a07a37fc9c139c8129df11db23830893c3cfa676e1df452d938fde31fe17b767567a3b6ec2c29b92bc049970c3bb96bb61a9029a015d4f9a174e96bdad098a421d7a40d3b3537607efa94362e22ddf83c37a08dff7e3de7a0937b0c03c4014324a7a4d0bc7eff5691822b73bc61bf036d6183ed95f15b97b95f9778b8f1cfe11ce7a4f50eebfba274b239e773e176264ae0e7214d1664c5e49883ef7638d368bb27a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a5135fb89f46ef7c8d1b612442037d05276862d2276431cc9cd91444eb5e99b7a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a5d6e5c297be0079c8278660b9c23d6066832132bd043d702687c2c64e8832e7a61af3de410c82887f1f1981ea4d0bb793ce7b6c36591e5ad8dadb3e2de1c9f7a62876d052225d6ff78744faaf3f3cea0f81387e64a607ac64277fe9bd2dfb17a7a8c043d5bc1e31496a3382e1d56a67ebb4e2687f89f33a072ce764512a1d97a81bfc97fc9d176e88c6266a5e565d47216d60801e969ee196766dc42a477d87a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537a92eb4826182f45ca552b82f64ccf02f89fc82dbcaa119e8162fcb09eb0f7717a95bd52cadb0a3efb4f164e1b09d5885d7edc75e1e59a4ef02c3462de547e527a9a221b9cfba8d0311ae771ef364fd9342674d201efeeac2e738219bd6d654c7a9be605ad0f5714aac85455445524d0445276406e53ad5e393c3df31b5c16477aa77019d2c1aec45995754f45e06b32cd68dd182179a44bc426254bf5ca8f417aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac219308d1ee41b78d76b937f5b8681f5eb69c19b632acda0de301fa132af5a7ac4185672b0bede3be6fa6c3fe271b8a1de235296b053111481f1aede364f417ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ad2e4d0a5f3dd59dbd0d8275295489e798dce52699d567ee813820ac8bf79ac7ad76f159afaf891d7dd5a745c24bdc68b1a4bae1f75932371caf4416d74a5587adca1db8498ff5103244eac4cb4990b76d16edda1cd8464040ae435704ba8cf7ae4b11bdcc2c65ac760b3e1635ea108164a861e0661111d4eaa311b68d95f0f7ae61c5b9ab80fa90f2f0093e9fb37e93270a84a6409e278b2be08b6b20a8cfd7ae8f3fa42b639cf4f7e179c0bda2b6984bbbd1409d1a3a8324dcff6eeb5fc8c7ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aea5f368aefd6609833937e7370469146440b95be5d888060eedb1dd1370f467aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af03bc585164b410fd227e735a60e1d30fa5cedf0214ed2670c364ec76185af7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7afa127d3163be9be6645bc4176a893325cf90751f6568da6fdaa597ee893a1e7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b14c5b109a5bac138e4049c373aba285739713026cd37ab2a7dc5366335da167b18779a754f388921e74cbd66c648e29a8b3bf1cb95415b6c8b824745603c327b192a88b0fcb58b5e131b1e1059ae9be974486d4d9c652c2abf1facdf799d847b203fc8cd2efc671c3cbb41e3a3af5e17f62236a9ac0a1628a9990c4a25dc197b2e6a67093783db5b3aaf9eb3c7b5a398c8d6b8df82a1670b8ec0863054e1767b334e04f1c14759990d9fb1b46936ae96fa1c7a149aa197cd59ae085233a3b87b359e5ea7f0d54d6c8b034be3ff3a5c8921715513f2800b74d86c76865207387b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b3608ef0089954435275810442363704e0215b79fc53280657f304ae40393e37b3850f2ce08a31e9e670a5da28fd5e1f49d3142d7b0182c8b7d064c9248b2ab7b3ab1b837b3ab16b9b3f682635c87f3b0705940d7e9bce792623356a3e63f627b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b41ab1d878d4bff2c210bc30189ae985b432915b8e5701c34cda3b631a50e8f7b45d8410a0cad9aadbeec81fe07ffc618ebeac3cec309ca14ab3693510160557b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b5aed6efd37b896539e7b98be1a1c0b84436b842cd35fa20ddec53b35b2ebef7b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b6b67bfa9259e3f4fb0869be13d9bda13371b35e364c53942bb61e3b201945c7b6e48d1283e7d5128b9efb7cd01a961918ceddb04b1628b3e93c00a9246592b7b7671fa2e4cda3330f4c83364449df2d6f6ac515d80835a4428d0dea635a9b37b7efec43832f88a7e84fee1bae9d32204485041553219a353bed8706d3b2ea07b7fb993d7dc92d1a9966c850d991cadd3b0e6ffd4465ea0463d5839356499697b878008f3412cab8571e3da0f77ffe302c83789547a83c30b10a42f1df97a677b8a0c337f5a97d19a7661d10aa5dbe62428bef03e0546c057966e274935c2947b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b9579670a5085ff3af1816fef07ee74dde0805c4cbc7f0370de45dea6296b277b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7b99dec9411c2a7ca2854f9df36af6c544606a27eb9b14333bd456570c68ae437ba12437046f7f7690d828e331b6eccf3cb0670db98fbd46344ac4943c5c67217ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bb5cd39b03c4e8056f1fe1ecce30c74c1cf67475c18ae65031c402e7267dabe7bb8aea5963b4d3277d5aa83fcab6565adc75ac4f50fec7c511a39504c8b6ee27bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bc71c88a96b2b89747d4a6630d7e108e79e1a500a72b8686b82b0be0ca2df987bc721067e8e777057620f21b0350576c3a1fe046abf7ed500bfb041606ca3027bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47bdefb6da6995c35993cfebe2f0fe1d3df6ef9aba49b184ae120dac2ee50a44b7be1b9f82ca2acf93e26bdcbb778643aad6dbe77d87fcefeb4eeedb1d1a07d267be8d55363811904c964b27b8cf93a6adc55e7461dddaf2d7f7d8176e1a190b87becd61fe93c02c6b8f740bd289ee4a094371a66d0be6f91a5f3f75b3c3a7e707bf6aac0bbf578aa509e0311a8c2202a2baa165d4c89e2927c7018afb95e3d6e7c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0ae94c0f57bfd81aae83ae1d109753fe5598663dc5af2c937fb5ee8d55678c7c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1742a885212efaeaf40d052dd53e1b486769f8917801dc96410056eec08b057c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c25df6d116d240e4fe1f7c24b3ec5b1a9b1d55946ef10e4769782a33f7b40357c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c2b5ec9fed646a0bb6cf414de11f7370899d3dcd8b1d4b4e28cc03564be3bb77c2fbe43b3d071ab51523e32754dfae8406fc703cf793efcd87f7c5e920311107c32696582ec0b43ef33a098a4835749c640c7bc58b0be1436d4fa10b0b321217c37fc59a07482279bb8e9ab5d8987836fd292b18760e1d11cce80b1f1e8705d7c39213ddea0a84c4d6506c6d4143205c86b069ff6af247376c377a99b3f0bb57c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c55b9770efe822e90d9cc475d17b6a7d24e6c0b67cd233175ca9aa2c1dfe0a47c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c5a3afe87717d95b2db2bff93e44ed58f33fa63217c25c1d8192927bede689d7c61253df48f75558c6ed3c30f7119f3c93d6167061730bb5171e5a14126ebdd7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c6dec9278b8a24a7e4892f2796feef1646fda4edcd5314ffb2c359def5021477c6e92390b0871e89ab61c46e5584b9543e3a8cd70aa3116e3a9335c0d6290867c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c75bcfaa16b70d9ee6631da0bafece2654f2cf5355d765230c5123d49bd60be7c7bee8fb9a8461c8fbdc3eb1a0f29638e0935217138ef635c6b70f0e54bf33e7c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c862db2df91a73a6f998713d381b66c69f8c13ca7ac61f52b879c932584f9507c8d96520e27674145a9db8e9a86d3718a07b171815421dcde3ac6ff4f30ca5f7c9090de633ba4633691cadca6acb22e115cd49159aa18e866e38625186debd07c90c9cdc0b00df487f9d9aa097ff594c67d559bc669843d99afabf53baa9d8d7c9540411d36b01929d5bb8d84060945c1883de64c94957c6652bd9ec42f5e647c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c986fc3357dc847b15b9a3d91dcf0545ebdaa21282fe5862d1d31f8bbb442077c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467caffe5b1b1cf01be5e7851cfd1357bb8eca1816301fae5fc5de0d03784e7bee7cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cc12dab660bfc8846d413ed6a78de516bb95fe78f19b11a17e5344b0504ce7b7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccdadcd7fcf8dd46cd9a857157b76cb075bf64cae95bbd7079bea1f186b9a2b7cce74683b87441e75a8c29f03a4bcc892bda1a9824c83967dc4534ffde1427c7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17cdf4ed4ce15877cbe7e6878df35967726f283fb4120f041654765c3b5c6fbab7cfdd89a188490cb718ec4c9597ffd34a388b57a8f36e01bc46264dbcce4231e7d018c937e42c197685c5d3ae080413d2df697c19161ff968d04aa0091f5c1b27d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d1ded09681eea80573f2e201aeb1cf552c72aa0ad186be3014301d824893ecc7d1f97e06e5cad1e39f1d6c67807726ba8892f744ef30a1ebf5824b1f915a6637d2a33b13ad966f5cc0b7d69b1278f70c2c481b9c81555ee2a0fcd35a2a2a0787d4152e177fc90d1025560a3e1aee7ca41cc37cfe51d68bec99ed5a20b763b7c7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d432ebef4e2d02dcc6131748283a4adee3edf9457310050c4777f0ce6b376e27d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d47eddd3acb7e8630ac7e3c6ed256122dfc501b270034d402f210e84249fc397d4a7aaec030ca24ba1e31f8cfc79b621dfc8982af14af232c3ddf069f7f07d37d501f012fe1a66a82539781e03ec8edcd7c5a9b21adabe0d236cf9bebfc51cd7d5a9105f2c87168ed3ebb62756cf27512e52b5f53572ef587b67c92e13720247d607cc44704445da28bf66827daca6238044e807f772d564098160dce96cba57d62a1c68be10e787f9d5beef1b5182d6746c2cb8aefa49d72c46174129a4dc27d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d6e00a2320c2832c7e5f82964893ee8aac681a193eaa0651dce4b3b6eba43737d6e00dc3ad6255bc79b63ecaeb24930d2e74c6a79a3bd2afc13e0fb75f19a887d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d80c253c100d16f3bddd7d77933dbe8f8f355beeddbd2c0455f06db1fa5630e7d85133125136e7094d3579ad163253938e9255cd6476ac3f7c9f5d7c8b7ba0b7d8a8ce96ea2b746ca4cb4c1efa1200583ea62a8cf8bd2dabce5015d0dbf6c477d8e4321be4d6b3b27ad3f5d955d8596565798e6fd418865149a42df8a191def7d92bfaa467cb1c5b51e0c3aecbb1dd689f4ebd27bca8fc1f4b06656e2a9e3d77d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97d9e44fb75d8bab2996982ba497ce7ff7bff2699bbde89a2fb67f6c230c5e3c87da5442a3b174652f2e677d03362e9c71b87c8476f1c6e28a4dc58796455b3977daf059e847739212743037c184defe0ece461ba0d12f87f8a2d534696aacc167db52cf6860fe24237f61cac3d6b66200ef10e47c1f571438ea9fc663d1ad1317dc3d605589a996f0fc12791dd174d7834099b44e041424424a9fa8d50aa47737dc9d55f1eff2ce938a33ea3f114843c739dee8ab33e733ac0eadd715fb73a3e7dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917dcf2d3f3fbf5ef8058f5b5ad1284e92dacd629416bcb5a6d56b76b6bacc2e6f7dd36632495b1be6e0bfcdcf9f05d570445b739de661ae83c55bd53c193c27227ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097ddfaec259c7c7cb2be64809dca56007ef03d692a223168eca8578992dee36167de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87df4fef47987e392ffdabb31f2938c9746c719ce7d85d74501e963e42c4e72e87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507dfdc51dc3c0c579854df854b93e8657b89e9ec0f81f695da917fff4b9f974ef7e030deff51955a69c2bb1353eeb14002fc39630cd3504a555f902ca290ef1477e06c5a35c29374f9a3b15f5e6b5b78d4514e39bf52ff7980c95fb1cb4ca22407e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e0aa3a9b5b6f0937a12215b5163c8c143581be68f75f44b7c4f0ad0660574427e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e146d19a7593c622899bc75553acf5ab00b69472282e299a238c839d2395d1b7e16edbfba2d7636122508693212cec408c9fa4096fa807dbfc06600aa6bb03d7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e4308e17c3c5a66c5305e0f626984071fcddb2ede7e78f16e5e6a9ae9ec7f3a7e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e6fe3dbedf3ada34c42adf35bd65c23a4b2a44a59994bf7dae7162cba4a41e77e75fcc7bd5faa231e85d149170a6d097968c4fa22fca6100bd407f022e860d07e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817e81f351f5536e63aecb58db9d83bc3bc230b781cdc2b11031e99e7b0dc413a67e8a65013e3f492456d0a9621c408280eea436473aa0c3facb7fee8faaf8c6757e907fa4a018365754bec92db3124a0de698ab0e08671d0b869a02c4892f4bd27e91d612f6667ebc2d46bdccdb6a07aab9713c38104a33d8dadfad62d5747fe27ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77ea9da2708d63e14b9798f0bf1e354e1f7e1cc151dbcebba70c62759c49f439c7eb0412100b9bbafdb3164e99a0616f72ffa44eff717e79de6cf22dd4eb4a9d77eb2e616329768f55105aa6913a9b4b7bbba364d8e2a5eb9fd0bf6412346c8447eb4375eecaef3108af39b56f82546b6c70cd1d6d19c82e564f1f8c6d21edd5b7eb660854cb55127afbf9fa1ca7d7c54bc332048b09294f5ff66bde2d6dc6e1e7eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ebb89fe3437c02a73a9f3bdbb939665c1647a6eea7deaae88ea5b9da8db33227ec5609ff6061501e5ab8ccd3cbdf5421b0ae9b299255dfbe8ad587d1a69b6bf7ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed060119078fe6b1ec5b575e22d6ac4ad3c2bd3e0d49721166c16459aaf377a7ed0ab71d38bc853fec4e6116ecae3e97c432e11bef8b6e963a1f43aafafbd5a7ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ed6f3b6b217d0b42210ba2736b8d5dd7867c8f76ba53f24b0d375ac4a7b525e7ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457ee5b9502562609656a8a6825ba4c34c98fc2ac723f705de1b86ed97ad87eb9c7eef9abafa584adffd179138db2b2510c8f3e475d24293d80d9719aae93dc9bb7eefd1892c652210dd2a0722112b13e5121db68f9585d20590c6dc5f124a77d07efbe3cf0c8e20491e2ebdbfe15808729c9acd4155050edf1107561320a4665f7f03ef481dc6c145aaabd80d41c20295036c386b23e80b68be40770ff67dfd7d7f094ee3d112c5bc09bc493668e9ba7f255efa3f6076e859d13d079bc632baa87f147b376e744199a3d43e9c5e4888e2736e44cc00420ef5c488a9df9ff301c87f1888406325980d61a73fa3c3910905b63bc83b02de7b2cda17bfe2e89af65f7f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f4a3cc627d2d686d9cf8994828811940c04283c6464eb67da66c51ba2e0abff7f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f515b1dafd9a61a917e8524635050ee8c314422229836b5fe3f2b63c83a33187f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f5bc0600e2ef5b5ff1a7d0387c7cdaf37129ca8349cf21e0cf78c62881eaed47f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67f71faa32aeac73e50c37a1b14be3003509f5574c04dcf573b85605bd5b8696b7f8f75c03fb78d45d3e33c08e3bd3020987d5a3569de7f6a8903a23dfd38adb17f9144d75fb649ad50d73b6108fb9765de6c9e6233ddb155752b901b4a155e327f938c3207fc0d38bea2ff0ccc4d06b7f02e5e0ff828277bc9989af90d0d923d7f958b5b9ca9ce21f466651c54dd07bbedf3a3dd23186f99c2141234dbff29bb7f9df8eea97ed4b2e09fe12b40d077fe4714d5912e3443d24fd9e66943b0a68c7fa1d1ba6323a889259a3c900dfba09ad1320aeeef742415b9ff078e9108c3c57fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fa921b69415dcdb1290e9c6160005eb5bc91293f5ac19e03b58b0e6a8de68327fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fc66990d30f94f5a7f91d1bb35baf6b9deef4144c61f221da2d477eee40f20f7fc8f3370bcc8d706f33644f5d2fd73a22a6e52d4ad8fb4e3e2fec993a89bfc37fc9e64cce0aee4058648a6e1156c2543488148f15ff58ef952910aabb46499a7fd69f217d36527de4af9bf73d62bdd4890c40b44ae445be12b42bc96572f9047fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f423897fef191fa423efa5731930c4b4f86571295d2db18fd3f180d783b307710dff1b7ff7d6f80f4ffe56a115508c4bb0e74cd19016b6d028d095ae0f2375752eea17800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed8011e23a3e1b83821725deb9df0be07fd0a79c7b4c0373c3e071df5e12d1d1d68015763eb3011fe3a07ef275bbb172a65a5ff42de36e93dc22ba0b049f0985ea801af6b949c3160ed6317b0cfaba5bd65005f7f35501feddc8e90cac3ff3b619801d2e30ee1c668c6065bf7bf8bc09178968962d63bc115d069c00e8ec724e6780255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f802675180522eba3f1acb5b956207ef62284fe618365dd652fd150a5c42b729a802d53a35842fd294afd95b6ecb8cac3b240e0cb242d6ab27cf001b651d34ed68045bf5cbb39a4851318bfc8f207a1f27e20ed2a1719bc6ab1cfa2e2131f05b48049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c68805660cf60b493e42c3d064f5902ac82fca6126ea6223dee8da607e95fd7ec9680580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb7805ba59dffa5145dec21cdf4a8736cd414f00445195873c2221691d77fd3dbcc8075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d80771135057f39e5bcd50f8b714a8386892da2265da6fa0244562e12b426769480777d42d576fb909ed9709437faa4d2350afd2a617df61ba17420d466e94745807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a0422808b9a57d50d4351bd7367d574536072614ed7be0c08ee838ecdf8808cf6389a8098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4809b0ce9bda1dba37a655a3d9fbf2a8b7125075d10e147b0c5a3b1dd1e5a9c79809c11678d92dc85bcb4ad2be1925a4ed579c92f7fe88d4eda3e335a6a046640809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680a1b7aa384648133e162f3ee828590fcc82665857093d30261f260dff090d1680a5292ec7717a13080cd8f023f8db1be4b3dd62d6c9cf2adca2eb3108565aca80b1828ff898e6fe2ff10fbd3639a9c239ee9885ddd4a05d29a0270c8384be3e80b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80ba138fe70bbbd07a4737207fce148b6d0d6efbc9b2925f2112c3e7539609f080bddab33235515d8232e9f15c5492beb6226f4cdc9def3ebd30be4bc3ca69bd80c4e9c2a919b3e23928cf14aa1c930927e048f04210645fc6fe3abcc888385080ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380cf04a32d20ba1709bb34cfebc003854bcf4c4c88decf75e89493e836082e6c80e533b537108624d88365c26504ce00aef8874a41d3e7b7c85d8346bc8d2ac080ec856fdb746442aef40d836bf3ceb961ca7b2c3ee4a85212ce14ffedcbfa2a80f0a979ebc1ee9178bf5d5b04bbed0634a5f1fa4c0969a4ae7ebe98cadeb6fd80f83e8f48b4257c19d83a1d544031d3727a47841304f67ad484fc4f7ec9694580f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828114459b5ecd6e5beb185c2e49d6a9604aea78bc6e62c6f71a63fa6da4dcada28117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811ad988fd4f248e6c15395e77f1ac73f9278a79c2fba4a1d08f6f86f7351760811e804047c23f466ae399001d770758ee0e5d0351d94a6b869828e0c0c48d4d812469129b34835d67d8dbe76651013ab1fe0f66739e6c954004a95f3ce338a681265700b7c21e30306ca8ad1d231ba1fd86bea404e5d7593008df80b3289f4f812f0e1254dc9b0db6e3839e5a3e6931840d4b68ec550ef908f771902a1d7c19812f204e1a14a6d5b36501e03fdf10fdcea1472e2864e3c9dd04c1b986edebc38130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813678aaf3f226209299c5c57fa0c27a85d892413624544d78f345c666e98174813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf814240b997a55a3bbdaecc90ff22f050db5a665c25dd4a61f10668e0ce310e928157649e47e537955f723ca129b3ef1ac1f1d71cbed19d4b7e2e7f69a005c257815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238160cb10a2de7f7e4800829d92d477182f7f3e4d8271c4d712a4f485f8a5802d8160d5989df5c66e4baabfa408caed3cf2860aaa0e41f76f12a08f9dec5e7b0d8166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add816e6d83245d636dd03c729e2c239cda06008321382a4adc31dc8c431693a4628177f1d4d71c03790c970889890e1b70c3b8ba150045496e7455e65dd7b0688b817f55baa0e8552e0ff086b6ad05758178da0d20a985b7a34fede212b37f2372817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d2998186b2643bd8b6e9f3a7e1565c7713d25bd4efb1129c6a86e2ae1c7bb58eb5a9818ff4ac9746391ceaeccbeb121f7baaf75c82b89b89ed19a8cd6444fd0c91c481955d84e88148e2571a5f8ea0df1897b82974cb57562bed6e4e4aca74cfa0fc81997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b819c7d55443f00f8a9582a517d773c4be4b2b7c469a34a751048650adfd1335181abf2d179392277de8a75c16c4c2ef3394b400f72c9e93766e119705e22996581b0fc73ec50768c9ebabc375bc5dc2c943d41f4172bf02b48bf91d2ac454cf381b58b946abd516f808807e33c3ebc0afbc5f90f59a8f7ad889f673104bc627f81b8ddb3ac5dc561f7587bb51100d2c7e98880e7c45b925fc91838595298d11381bff6894355707a19421ad4bf87daa4d2e657d920429dbae638b5d934f9f16c81c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d127798c58ed0d92d013f68c8ff691320a6afc562f8716b5503f1281aefae981d404bd2cc5acc1d10e6266a886e66029412e3f718eedbe5f4c31b69ea3d37481d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781d50108ca23eaf21c7876119a3491f4a0b7cdf17a89e731da8e1d8bf714214a81d9547c5f41b52ad972ea165d767a2f81d26188c2e7aff103a401c3fc1c9d0381eb5389080294ca35be44f7686de4c9b2fec496dff18f2d6f2533e1942dc13e81fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e81ff7933bbdc2cb52daa49dd3451f391fe57bcae069c54c614ea172300585eee8203abe28c77a9a140730bb291490a9b1ab48686163377fc8c2081aba375a83e820b65218ff698f1bfd85a2b722df4a4572c85523a66048fe61d7cf8b30a7d1a820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682115091fe05b7d7c2345291ff6bfef8d5968e5aa9b938e72c8dc2327c6e7f8e8216bb041e54442e15668830876ca9b08bbfa23cc57812881388ef43715a60688222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a822df77db7a0f8669837b2196eaa5e44fc7b765341502b8eca93be303a756f8c822edc1c21b1828929fdf45f2ee3a4bcdf115d5ce9fea036445d86a6d2309f4882334951d9c14478466eef919420deda092d0dbfe137307efc6dfe776b8774c4823aee3edce0eb3ff7de957ec2cf04e7f5abe9b98c33b3875519ec43f6bc5d7d823e25d55b30134ef1691b9ab292709a0c0cc9eaff3c2ca2a52e455301e8a7b882464bbe344ea4fb719a0d55f114bef6a6fec04fcf743d9461f378dca53f4ebd824e78c4feb2609e56ae2e671f05d1c33b47b0b3d3844271202fc44e401253108254f49004ed75e2688264be3e3b36a299e8238959ae0b8de1404114ee27fa7b825993987342c2e5362f733ef2311c5b3387f10a664a383208c4b4821094957b8259f04d1ae22e49f8f188a4c969dfd9cdf00c2999527e9f34ae623e3183c6d582638096c5a29a75fe0f8774b7a50946c2d707a8a12a9b9a0f0c05f50347d52e82668813fd180feed5e26b0f494f94aac8ba9598750473449b727a2da77c25af8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a628269bbc84d9e817fb7d2138ca6664d70d21986d9cd10fec908c34a3097f84b1b827deae8e9d670df606021b34577cada40122770421c16e0f9db84be4f75ce54828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828ac7bb9b9d03940bc695388109415c696b892d5a834e89938b3a6c9711bf81828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea3829dde5df54a875d9b1d5d272a5e2ab95f0ce8bebe9317e3f98c4874a6a97ccf82b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82b774bcb9d6ebcfd33469df70d876ad9bb238a406132d44d67605331f70ccd282c25dc9232491351612d46e6e2d836676b05bf5c8442ed9b741200f006777c082de0ccc40c68473f2a6adcad2a3e03165106da239365806ad7d73bbc33f99c782dfb5c517b5efdbb1cbd2ee7d070500c2475be68915265e903be8f9b3c5f0e682e0129c6667f238084f676d0e2777eda5615450dd611d6e6d53efdf2a4047de82e05273f6370ce3f4f3d391fda2feb1701e2c793cefe9907d6289285253473b82e0e77b2352be40eed7e2114fc33b8cdc9f311ea6a41810e074a45fd25b9af982e45f57da258a685d17e8571723e58f5bfb175391370fceb0652be1c569b28382e527667f2c95d8fd4233cdb7f9f35459cdd2ef18f614dc8fcc873c758c74b082e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e90c407891aa79609745d1fbff92ef0398e3a00045090690dcd58e4ab1182b82e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882ec72308821d905f6e8351b19c2af69c246c5e6299c8c42543189a309ce340e82f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82f6eab4eff4a01cb551116afcf6841bee9fe58a46612a7bbf948356c7b4c06882f9fa617bc12653bae72b3c0d75dabc60169a4237440b89be7b81442f58619582fd8065b9d80eb213927ce64cd79849272d025efdefae8b9c4d472a0d6af77782fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f82fe57ad48ee756d8bf79fb5a9cfc75f6e952837a20e8dfb53f145354a660e1b8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f83088cfffae1c237e08641296b501b366aba93331b03b671958ca61c8644f53a8325c8aa98bbee384433d83a66f51c2ec87db6ead525810fab2d8c262ce31da98327f43dd94ba95b216988ab6e9b5161b9881986f660ee7fef45c28a29e4a2ee832f3a6a6f0eb30f1a2f4666053eb61c44d4fe80c17fb94d25cc33b608d3160d8336506410d91f433e6235315488aa409e0d47e4e703e524440f82cbde5e0c9883377ea1bd1ddd8639e6ac30629353f62c99136d5401c0858988a7f17211e8ae833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d18347a618cca3b61ee78b7212c2561ba285a415e0a46c3ee96c4126874eb5813d83485f067963c3a14e0c6b7a47be5cb65f53b1d948d094252d909e67449e456b834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b834eb679c0180a44a3c63b1fa28c5697f2b9261c07b2e7d114e0491ce2163364834f978152ac9476961de1c7f00c50da9e1373c34dbc9b7d4e7e355f341e768e83509ddfcfe6e6d24b70a6350f62c56da89d7b6d5038bde5e3a594f448807509835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee583556995218d2eeb3c8e65e0f3dca830de286ddb27ee4045a7fd71e93fc41697835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d28378356ddc91d565537bf28178295985883d70cf88bbd0d64c5b1c5e4cd6050b024835745a340ae34ae78e6d411e254cc566b144a3825b6c16a837da6847115862f835804c0269315561d62be5274f90fcad71fb14ed43ea2e9009ae39abfbc61ef83596ab871b5924fae4c92f98aa731988089dc761ec4eeb97ce2629d7d7c5515835a4b70863a17b4ce1212a40cbb56b1e6cf7a83c7ad95d37616b0856da57eb7835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e6836b5b8ebefd5d16493865aaf9d2cfd4a87362638d76a4c71b56a2689c5297fc836bfe46d74bfbb6dfebb74fee098c740a506bba122019ee32fa53d0d32dfbf083713b17f6b3e0bf41a82d62fad66cb01476ea191c2738640c6f80752e638c81837f2dfb3e38987c58ff2de4187011cdd268a2f716ec264f9fca967dcc5b6e7483801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f1944583817290348aa11bfdcf77e380c9f71485f8e107177a0b5abe5ad70f5324a81c8385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e395983865f5fe7ff8273152c16938dede697cd9c2c2224a8218e906e4b38c1e3426e838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f83a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a35d54ba6d238b68be2929e4f7fa1511a6b6a02f7eb8739deb8150fd918cb783a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b1da34d59d7ebb8491cf691ff3a542b0b1cafd3771c21322e6fd141ebbf4a583b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483bbeb5892428a365cc7edaac0a5657e63c486668c33eca12c25315e39087a8183c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083c5263397bb70382d0d6cea7433c86879cf65c1661151ce1b72f1c0b90f4a4a83cabaeaa6bf611c0a6e03609a96b0409fe1b0c3bc4b4860ccff3e932decaf6783de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e2b62dcc5f2e5ea059796ddacdc48aa18ebd715efba9939515a44dca4be6ea83e33d8c5e4175452be70763a3e0302cff50249988496f3fad3506e16ad4980f83e6b5bb77ab7f49014ba560e4399d7138565a67f8603c45eeee04f4a21aa3a083f944208ca008f10a9fd6ae5cfd917b80416b5583ad856bc82514f3b823249783fae70dd7c07cc6634eef6de84378b3b15345a2f8b018acca087288a7e11f4d83fb08729d528171b4a0ae35f47a57221cc77f66dc5cf3166e9a43b7bdad58b683febbf2ffd8427e26e3e4b124144355fdd2ac233dc48f47328cc67f314b0ec683feec466159e5b2229b25270e9b2bdaa549f1b234e3095cfea106926fc8df57840e3e4f56cfed95beb2b077a7f35fe842c14ce2f1d60f3f9bdeef8fa3f23d4984158f918c1bbaf589d2c120755e12f899acfa6a303c10ab3eece52f8c6737bf8421f7566ea2cfd3258fb718c28bdb57b938adf139d3a6b72484ff90161eb09d8424049ef0254f5854199c261bc1bc62e02e0ad13e4cc174640f16933e8c918e842e5cab1ebe4a818620afc554430c7e30ffd9f2f63db81d052f9114b8d9d7f184313d2ca59d4fb587fb4a74bb3ae602656ee03982a53610d219ed940fb7cfee843779a5a4eddb637fd48580bcecd50b335bd6609b263092561fbd560343b04e84439d05b90128781fa89e0c5be494970900bf329fc2342aa0ce23bd4c1152268444e44f08e922437f3c18c55647ec2d3bf2c98981e7e48fc1dbd6804aed9b1084469a22ddd798bb565801b1cbd0c952d9481cbf5e17d9762c1d22180f6f869c8451aadd122c08781e9b8c76cb981f6fdd09810ca761bc89b19662c08d675b0d845cdfd8d9d649db50d80347316846598c89d43a7709df166264320bc133cc89845d1fa7854cb2451fe62a2037a4383e624cb368d4dc9be6f7dab43fbee2e56884607d05995dc168b603f0ba06dc7249de6d18ad38f4086a95014b7748f06af8846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846830d6d59252fdac5908e1946ebf1677dc40ed0e3e5a3c995495c44e2b749f8469c49d895e7e9561d6b83eeee1d4013889277c6d46b554ddc88d8e9ed6310e846b721c68dda23a4d730e5e79f63d0b8fa2d13a50d9162267fd7892702b1b8a846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a4f65ffed5533b292e3b9c0b5aca1c4c86b0b5aa86b4439927880683f0b53884a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84acb73dfc7c6ce01fc6f0530b52212db970e50df902f5abcf21eca69da5a6c884b15c180b89b426db4fc81b092623c5dcb0770102181c84d8caed5fe4ba4ae984b63b0ed2166d13861eda7ddbe29dc5eecacc65287e9179306dbe1b3da07d2c84b9cebf09e965f726a68e9fec14ff5d14aec52c4a11c917707734ca7ea8300a84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584c187d74e998df030966b966b8615845477eed324e0a3b3eadf574728b7a90f84cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84d09a6d35814b836751fccafea128b0ee15270173e72b0f55c66398dff88f1484d628a663f6190f433933b1513fe08bacaa41008239658d1e2872181951dc5a84d951d02d3ae1c3b1f5d6315aa18dc5b44378ca9ea3641b643b5ad262ec5e1884ddad6ae12c90abf76d6ed0c065b0adc13040766b275176f0e4e9eb67ad5c1284df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84e4179d498b57034ef3f74aa6eef506419047006e3e614106e4b0a68495b7a784e748ede4202804989a58b7bce6194a9c4e35b05c133c2a6dae000d9f34b1eb84ea24e749bad10ed256e690708bc059989088b83b8ca0760f8684de7eb5796384f1c15fb4a40a60ea1b8c1aa1c285af280e1315d5c052189a5d076abd41ee0484f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f8503e0f887d7fda7147e5e7932f263f374e81c8948fc26bf444f0df9b45acf8a8505f440e707798b4505ee88c47c738fd62e19316521c982567777b4fcd4c827850ff2dd7a745ca201f1465094d8250d7329a15b6e3f8ce7b618e74bbc200f81851aeb39276385d89d09bbc0c5ae0c7c42488f3bb3fa4328ec0242ef24e18db1851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab98524b894d492537e07bea9f719941f424f24935341e36e3fce0a8998fea88eb985259b15784d2ce4aa5259f7134981a286f1056a82a8c436733612c732a7836185297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027852fb73c575b7f3c67fe756f5b8232c598240233dd1ea5282dab702f9bafc530853351e12f4c423e5325a71966e0ba8042daac616aeeaf2a3431c94bcb6f9c20854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d854b4ed120c144bbdf3379b13edbb0e8921dc0c22a9f372ae02ff803095cc53d854cf06f83e117ee7c49be26b51b85aa504b6eba9938117de7b5f58ecf658696854ed9dc0cfc301518362d1b6894cf6f73019cf5b569dad6907f18e60c708e0b85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd7178558320991435885ef12d3364da489f7442f2e3dd43300073b970e4e28eba54f85664be4995d8ec669f3dcc2864d4365a09045c6cbe41dd3dcf8ddec76d21d238568bbce10ce2d3d80edcf185db9b49beeb78c02e4fc15ef7c05c41723868729856f316f009494ef9926611553146c59430a11c53af189fb19905f27104ac04c85722900b089e1f30db5a800a178d2925f197107281e395b1f88982b0580425b85817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e85820c3b4972cec77e17b975be65a77a457e3de8d764f5c44b6aee4cd59eb2e5858397925e18be9478ba8b6d912c937f96ccfa40ede48a177633fe6f1ab2a27585885522f8a4ddd8cc69a78d1a16066889e3b31cbe9ad8903d41a641a6a16103858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085962988e3a10afa952682c623be93c1862a6740240d99e49c7664992fd9a6b58596ae6f2db2e5e3e3a2e67771ca9ba42f2fd8a8a9e625908348d10f90903def8598e104b223756c40d468743154471eab7787c8fe63a8746c6e3734fe40d57185a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a6c3cccba596030503670cd82568236c58c86e9f47e6065e513270511f705f85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85b60fee111039095eebaaddb0dedb95ee376d49297a6b708da83163e635101185ba6324e811e61070a4b01253fb5beb46bb096ac6623c8c436d57836d0e2c1885c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85c931f451d86b6d3a55ae379684bece0880bafd8dda36347557da36a1e65d5b85d0264808ad6a46036a36b3a39f0d6e58fe1ab4f4380b4e99ae2f2faa13265785d51ebb3692209a9ec2c525f1edcbe1aaecd7e83b409bbd08bb980319d68e5785d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285d9b93a8163de6f5c9dbf0864c0a4a7061f5a328e1c098fd368c17b0d066a0485e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85ee1ec58577485fb771127ef66560f099453a987bcc51a0aa5b38dec49662ce85f16bd696467400c31ab81af61129663e59b265c3a5ef9966754bef872806c285fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa285fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c088602e2ca21f5704fe88ef567c1cfcc0590d15beca6d51479a473eb038745efe086084781374229ccaf5ae38885fea107616b8a69204997fd6ab7354c93d6f12e860ba3003c3355a3392d133ee13a9bd6f9762f125aaced4f3635d14af637cf38860c7beef91d08c30793231cd25e63b57d84b2f07a33629cb1fc6454e184275786117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c861f9114bd188dfdb9b96687508de761e87c73cf31ee6ad51406b9fdcfb19d0b8643a6756e998a9d055189a96ad2bee1430801b7f7a4f5b81d4ad5b3d1b88d86864ac382b8d4f7ad57039b53b3eb22b856eb4a1d7f5ac98c4db20cda9bd2f544864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e0350186542256ae008851804457cea7f50329afdf110a63c710e09dc30b9aa80d8831865432c8bb2f77b3749f2a869de235d185ba52a7e6f416846266666f1645172e865c9e8d8c737ff6495be7282ecbd945c435ca4d682549c285d24c2adf3479408660c5895f15e5a57287b23c06ee9cc3d04a465501cf4255cb01b46ec20e12d3866470341148912157eb6c80958d6b0256eb7633ec33ac41e02e3cbac0a612338664ba66be8cd6335da162763c25704910481d07de3acafef399573dc20faece8667712029b809919094403fd61acc656694f5955a339c06166102dcdd20ba2b8669728095dc1146549cda6e209ecea491157e924e7045e8cb5a89ae8f868c7a8683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae34868467fcac8a2b15ed505a8f1deda5fd3d0944dad607e627d20c399c5a71709e8684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e5313868ac0e858632644c599aca4c3f8dfbfa6130e52ddfb84e3fa8359bf2f738f84868b6ba41d985cea688804138e366b851b05a64b3426fc6d79308f67f880f446868cda676a71f34de00bb15d2bbe9a76b34c59c8e3d6a52d27a9297db32071328691475a10cc5522a9d47c4d670416717aa1f1aab150c1b3c137436733907f088698a972421b5e1d7da76aecad5ff7d157f05e628a295a8a879748a18edfbdc28698caf4e158a365e419acc0a7010f9b4df23c0e214b8baf1f00d715a5e186a78698feb3854fb83f61667ec383e37ad2b2ecb71d00ec6445cad4407ab6fa02cb86aba409a98139eea5209ca3cb2aac7cdd2dbc4202270a86e9c243e388df6db686bacb21929e477e6c6c19a27a8117bdc82ed0d789b3146d3ecd50ada5bfb60486c7187f8d257e90a8a5fa842e219ff530249475641eefec6e5d0b35c4af6f9b86c76eeb022e60b25bb8a658004727d19de28180e4516bda00871f8c25ec019586c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86ce022e57ccd1fabba7b7312f25be5bcc707bb03ac3b2cc9e63dc3c0db1771586e07b331b62db50a1b73b3ac8d0b5666f4e1b03306db071b1ebb3d720d4995786e5bc971605ffe1ca6bfde1ae407bc709c0885fb7a7fd8420ea04dbb9fb020d86ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586f53f5208e5cfb7fa371fe3a18d408408d96d429763f03fa36d92af1eee4a6386f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b786f75d0aea63c8c7e5cedcf60d8eedbac6e6f936e7a14be4b62da57d18d142c186fa9c6c1df55dcc06881e481f7c82f3f048f4d388eeee9dbb10c02dd613b40986fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870650e3141b194f9b4918ca34355bf796003e98c1d1066f40fbe1abe38acfcf870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8710e5296bfdadbe18e257e59a9e53c359a939677694b439cb2bd267a5e9523e8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e61415803873993067b80d0f7540c871798ca65a480ce8c1030161de1e21e64e53a8aca9f8746f92aecce7d4fe723eadf3eff1af7891be852f19f0a3e31eb8356b2acb90a8749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e1550499874c9065bb5502e11d0f87979c0284b432150777b2a949ffa09bfbd54fc09ee38752b379310f4e856875a4c2bfeb9ecfd6497d80058dd89e1316f6f2f11629698756c1786f25abe972f03fc6411b25462bf75b47fbb0427620cb2b8a0dbcebeb87589394f6b209b6de107836520a878f946158fc82d6ab35c746dde627f1fad487647fe14a6965cb05eedd1c8126dcc76b099e0cb246f17b5a70c6f78c3d555e8764dcf9840a006dc5e004118833c147a626da6577be59cd5e74f08f4dca55f48765a78a64da3b394bf6a42fbfc713002f7d16ae4a281fec797fa15aab681efc8769b7a07135742ec8a101de5bfcd332d9acd68d954744f3abf86b71a0fb218f876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787749ca8514bbd05b5cd72b09484f19a192106e0b7f21105b3d67d5e97d2147b877698e86eddb046502f9cffe8c07120e695f25b16794700e0c1074ddaf5af0c87808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb238791a7104e21368c2427ebe9ae57b63a560f1e87399b9f87e4c1fed762b227af879558d9fc3f0f72b077f23f6a5a7b9d8c94e04f97d6591b662162738035932687959d29bcdaa7e2d3c7465a76ce858b406728f93afa25bf0666d307afea53c3879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087a87026de610d49e22f8da210098d3c66e41579984df0e30dd89af7b4fcb43587b0e836a7e7d74e5b1aa1bd03653a6e8856fabfff0cd1da861794f56e8e234187b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187bbfc43e36296cce2ba0f1dc7ab816fb76fcc4d495d327c9d505e3c71442ba387beab6e17066f0fc178be10f88a3e4db1aae34f0e59b8954d83aee610e0d75e87c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87c2f6ca409a42ba86e1059755a102bba026181b6c8fe4f8207a77b32ef0024e87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a87d09b54208452734334e4593ff5823f0bd2ab7ac8b70689eab82946bf4e39e087d66c2c025640c5d055538943935a60a84da340d7b775c8ee8ea29ad1a64c6587def56d60845fc108468f512f49babd0ebde0504ea1e687908ab92de521b19a87ea0cfdb1b875f09df2cfe6e5dc0febe89ea7d5c58961a0d706a8acc587c32987ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87edf1f87918b0d80b867e2084ea5acc0caad28af025d043ea8b763f1b6b255c87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f8eda7b3404180af6c6733503b7d71384610c7f322e02bbb5305fb93a4c57587f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549880114f7cef2fb5d755acfcda85b2769ce231ea1af338f5dbc62be5a0a7884a988107c7506f96325cb6885ede92971abbbac9222854fefed74a211b489fb26888814a93b8c4a6932a934b0087b338a13de2ea9f8285e03c35a7dc599db892a45881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a3882e6fc727950d81a238cc3fc253dc6587ca9e2c5b1eb36c6fbd96d31282738e882f450cf19ba5df061d845e609c228edc89522622b0a289d7b0386b7e69bad88830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8839957217b5201d74c2101b99103f972149b1da55d4f24b2ee407905cffcabe8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e444884936b9140f9ae2b009498dc8b14c6b58df7c023254def7e0c93686ee51310b884a9250182241d2b10dbf53a95034496e1a2ae530412782cfabfdd570db2f5d8852f7323d6dd98933fde804145d0596e8bdc44b69d1a1477a484a1708f8dbef885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be8388862c17f04f717cdc26a6a431f9eb35078110aecdba6c182f121db1731818c9488650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76886d1a88db4e4f11e30d4cb4c2a38fb4c9b78dbb98df8e460def8d9ef93bc14f8878a1d81199d8560fcee3317f575df063ff094867d7fae0fa3b49aed5657fc9887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f887e0b575f09859fc08bb440033fe632d06cd6c6c157b1a77b2a3293c73b86cb887f9154caebd9779c4677d80cacca25762a0e47b5261b30b13974c1dc566ace8882434286cadfdd997809b712c0603100015480eb783abfae86531d0c7ebe468883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1888a8381891c4c2e29ce891245e2d06b2d40cd9291ca9c1f98d262a7c4655743888d0391ce999a7103114736224818a5579cc7eb9d579ff0d0edae10de4058b488934a23939d8e989ba888a15e6f0f5a21c59e939a168370b60cdf730e74b9a48893d599640861910f05179c312c3698d8f895bd39e32565663b56c0352b8d03889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca889dfa5725bbde74b6f13c1a5f626934d8efbe8b46b709baa40618eb393b328c889e7c443bd62b5d4a3eed60174f99e469b8b79b5d9c51764fc4777b4d2876b788b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88cd3fe44c0a31feb0ca54a55951e5005ea857e7b03191f506389c8e2f3c571c88cdbb57c18eea8ee4f7f3355e60a14618097862a0b019a120fa56c93e982a0688d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88eaa56eeb2e00ced16a982dd04e37ef7052c4faa9248396ce901d3a2567e8f488ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f7ef7b907ea26c7945b2dfca02d19ce18bb8ce6b5b43a695abdc29ebda00ae88f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890944f9f623fff3e607bf958ea788d8fd147a8fb03ebd3e3edb4fdd2d8f6192890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab0079228910dd48f0f75418733eacca26685dd2bc38e5fb0739789fc454b1a661fa29af891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8925bc8b3b0d86cbb56369a8467e396cf59acd18bdabf55f18c4e91e40a6f7d6892b29775cb73a3ac017e52c11e55346de2696cff22b79e86ad5ebf764273c14892e7eba3b117e5e38fa2d93d8bb3289b652934ec5408d98dee8ce507f32ba698936bcf13fcc7a5a79c2b6105446979d2d69e23c779e23ebbbdd85fb6b100fa5893a21aff9046b577bb0b28ff8e069568e95bcdf427d05302ee957746df2bb5c8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894ccda4a67e12a686995bf7f3d9b4893b52369ebf8279d8307620b929b864bd8950ec26da5a98d7abab803171a383a23a8cd9f721d4773ca98475b5efcd99888952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a5712509218963728819c81b29e094000a8444a5d4270938feb5179dfd483eb4821e88ef20896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896c47f9f5e9e777f9df7d5698c0a23ea7b1257b6ea1ae5cd7121d7a84fe3bc9896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f8050898c8096e66034b79a6fb09d4d6223993a3b00f6bfc428ac1655254092ddf8da8997aaf5beb06511c5649c2b22b32d7e7f243678400239c036e300e61c4ed3cf899def4004cf7f43e05d905eaf8268c7dee6bfc9dc6236a895174c8e0899aa4b89ab411de21d796fac4459f8a09ee1bae24a7f8ef5a1ad413c470a7501d9f5be89b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589b4c06ee3db5b20cdbbbccbbaa9cd806e34a765888cf7760834db241b98a8b089c01dd61cd68c2f2719a7e49599e5fa9fff74ba0b80c207e8dec1fc766c5ceb89c06c5d567f8bf404ab2ef510024472664774f1a1fc574f92be5f189378af9f89cf3e6cdaf987be977679f87ab240b9491547f411077391e7322b216f47483189d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d585c7b17e2e87134b24d861ef26744cfa96038e99b3542b6cd3f92a99a3d289d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89e92c353c4609fab95a4957df2393b534079659edb1ae9c80afa9119028b58489ebd37c88e407e4890a486e30158688c1e02fb33c43aa7e0a293a8bda21a08c89ed811a5b04d67441fa0fe4eb8d6dc0454aeff715becc705df2be489db8fde689efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fd1403f2f8293bcf5d03ffb04963a99b7d7476ce8394464a7ce64e25c980e989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a26791373c1f2464ca2dfdda8cd2c64f5de70322c2b2a5f099df6eea2dc7bd68a360286cc052119d34c937cfdb4f0755c15e4d33a13ff447b896e470a633e508a641e0f8f305b06ee6b4a58bec78d022e68d879f9bb0dff919480b972f231678a65415fa9d267c48a6fcddce2b17923de84b9e0eb3c9599cfde0fcb182654558a6f7c3685d9f2bebe0b6bbf8fd9c03c8b584c3b2be94d4baff7d8a9470fe1c18a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a79948fcd514f4fbac1187565b960686f994c2793f97cbd0aa79c7641edfedb8a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a81b5474313ad9068bd7113dc6b1e4115085cbaf70203e8de4458a3047353658a86e546dd8c062f7a712eec10686bdf371a82c3c3a7383f74715b4ed35ca3ba8a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aa63bd753faa07d67b0aa6aaa084c6448bcbd27efde6a946e4a6f033fa867048aad377f97de243e519d4f504cea26daee00c7517b6f3a38ea4b40483354fd868aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab2de831b756818abc465014fd130387890d9bd00790f605d0b925980a574ff8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ad03991f06bf6976b29a3cda4331d83e151fffdc1e67efef76905aedeceb4108ad929a8a4a13b6a58c935e46029821c560e1a0d04f4eb429ccd21969d4128968ad93f86d58d6ee8888d1cf0eff1e5c8711bfcc8a7b56b030b336bcf68c538968ad9ec23ea8f89e15f98df9adfa25a63f5a0b8be369de2bcf277f74f5d0476b68ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8ae68f374cae1f904cba3f00f547584d758f78d8b89a811d42678b3d9c641fcc8ae98f25a7ea57d3b8734b99b4f9b67ba23aaa8e5435a8052536b45dc6448b758aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78aec7779fb159a325f31360916f4651c110575a3a5f786c8dacbb8c101f7ceec8af1640b93fed511c667a6da104dc7515793b7531b59e36f8285b66bdcd007fc8afa5160c26d7b16ccd2b80ad8d6843dff885223cf51f618cdd4f9c9004bfb028afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b0314c828829a24eaf1318decdca03e17ec6a16718ddd76ae9bb9b2df9168be8b0b5884ac1fe277f464e4c085ad2cf65fdf941eb27fb145669bd4d3a7d7e0178b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b15bdbefc58edd53a2a964e9859872f91b4e9872215e564f55bc38f010186b58b15c5ae0d1e8b92e447025168beb02d737dafc72511252685f7883913fe77d68b17373d85892145b1ca8751e54013df332fe83036bd92fd163923c370dd63708b1843e84d9fef626f05b447ac9ef7f24d4b702b6d2becfe8eb85862acdd07898b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b24e9352de35d43145bcbee253df546dc885cf9e1e59b05a5082204596744e28b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b3c65b674094918c1220b8f56a7bf0daae03fd834e685ca285d4e602e7448558b3f89fe9ac7b5b75f2dcf9fc5f2b5623762a41ac009ab270cf866703e5547008b4708633349bd18ea173eceadb6cf07021e6ab0dcfca7c6f01d5f2f2a8744d38b52c2d34aadcd471c97177f4cee31d81a93386f59b8a3a0a43d31a61898720f8b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b58b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b6f9be6ad649451d13f2180b359cf477758814513e3d10eda07cc5428d0723d8b72794537e09b80f9557795959e25e467fd1b24d225255a8c9a2d5b2581c6b58b72978718e7ad017325f6aa9a0c038152f969b209f8fb6fcaf037e1f195a28d8b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8ba39c2f8c81447a407bb2819615d38430072f5b4c630a3f382df5073d1e31d18ba40943154af7ff2de36a1ff6ae22f4cd5855eb5a9a91c975de9fdfc8b1adf08bb110416a6e0a9196ad729bd9826937cbaf4022439bd72d278ff92870e16fa18bc901a11f2fdbf8c3871119c13aa126c673f8db837520baf9ef9c5e12261c488bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bd57ab88eaac68ae46496fe25bc11d1bb360a81b9e40d89520d3b3b2d332fd18bda8a1d806acd39ae79dcf2a4e6f7760a0102a06f43052fd1601f0e85a86e798bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8be139f9c230208b29b599c90d8654b5a0dc858472583544317a92847b631d518beefe913426daa5fd1fb5ef195b4e6dea34fff61f9cc48c08782e5c1aeaf5cf8bf397ebb580384f1e72f8acdb0ffb5ff56d24d233603723265e1748ac5b44578bf8082620cab4b77e0b7a925bbb308912b4baa375e94fb95b6a321ab316de988bfac3d7d478386f31e9a9d1def7890885bb6214c806fb70729bbced7095a89d8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78bfff84ac645b7268085c341378abf21124db629c680dffb149d6f4ab4a0fcf88c00ad908e9c4e87febe796e7d2df8177a5f2c93bca9f38270a74c68b5fb4fdc8c02700bf8be43ee9252ea13105bce14c8a46490cab1780a0c02006b84ea39068c12336b0463625495e878cbfcbb768ae9546021bdb0c09bd8d56ad35f3542bb8c1235d528edf5c8bbcdb9f8585da0a84c4151476f8ff283db5acf81b51703f28c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c1777c02ec32f94201978460a2780ee23f8ee4ead8528758b1d04e78925a4708c205cf1e186238ea7d25678bc71eb1201e1e0b571434c7975550702b22ccbe98c2a8aeed13b6265ab3023767ddb50280d2af51c28cafeeb729463608d30b9188c3b87639714c2f35534c394efe4efcf239b08d419d9a1f388d199d0174343368c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c40454617dc4b86a578a3719fdb3c806dce8d48914bb08384c1c1ef6f4800f78c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c57c03e9843fac374a988644bf4689c1b5dea783a95a45757edd9616dee0e108c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c733767f8da785030b6ab99b588caca5f788f5f06f9fb7ab5d693870bf4c9a58c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7e3e53981f9bdfcc5172ee4f85c5f4a391f44f0b846bf1666e56b96c9866ec8c89381fc92187279ae4a958b09a84a43b09e107603e2812201b4df6ff9cdd958c9e2dc9a9c8db480f000cfff38539d36b08b05d07c0343a9b429232e6c736658ca1965d4d48c8053dfd1327743825d0c542f3a31d9bea7f69597f344fadd5a78ca1fd0bc71f5a54c6f52e05ff48f2d9d93a41043922b9788569026db038492a8ca4007d28a99ab1b6b3489aaa06d697940ef495647e29a414a776761d4872c78ca80154cce7de0c73a435c6d75cace6ceda548f7761a4ed25416b1216da43bf8cb01e3eba8a65cff0f9b2404f33f433421b153a49c931bd6196e53e64af009c8cb265b9ef017023af4b4bb10b1018c501450de11e9f63989d6779c85a99dc1e8cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b8cb8949c82e989d98721ad2e36b47b8fb24fe36c7fc94af95b219b3f78aea1988cc6d49207988e4ea57641a4692d24e6b84e5504e5537f6094a0f3f0ea7e82df8cd395135f6e8d416cb98bbe89f5cebb759b7207fcccf3d87dd2449d15a3c7e68cd515fe668bfae5e7d08ec8e0d74532ff66b413efd0e5bbe0fc7076ec5c4b4f8cda30c4d6594d2ea2d49c6c351b62a0ecc14063585bdf88e8d6510c667fc16f8ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d05cd99e6a6f42d3fce4dc51a9035be03e221be64aa564626b97cd5e84edfe78d081251fdc067f6a18a5816d3c8877c61d18b5f8be68cb9e9ba14371e51a2e18d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d0ddad10a9fd764701148a22f09d5d4ac9c2adf62358578c37372c274d55a928d118bf7b3547f7aad69736d4bc73cd3790bf6b61e4af34440b12e3beb30f1bf8d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d1de73583add65bf1e7530083b0f81f31cc907e6429dab73014b3e2c60c0da08d37f1ac166beedbb082a03a7701a2c81e76e306ae6731db42da05e439b20ca28d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada98d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b6001180ee7f8d49fa8bd658762a62d15df658c893a11cc51ec9bfe930666fceb0d94226f1ce8d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d572f9980a001aca9253d4d5d5a58a83e0a3e2e007818e68835230c5eae18a48d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d6d88e22b2344198b8f5552e8190d9121174748e16c942623565513a62dd1ab8d742607757f62fc76fcc0cb5ad193afaedb61e6a9ee915f49d30a4283b802638d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d86757574a5793971f4a88dd77b7e4681757e345b820dcf14cd0ee49a69f89d8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d89ab3a5f0417e8ce96ec02f793e1432981ca670c5db7ce2585efa76e0b159e8d8b51770c55b5145bebd99b87ced29253e27b1c7a9a65cd1baab33938ecb3958d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8d92fa30815f657c97f0b8cd21eb7a22fceabae9296b66d4289b5c5257f53bcf8d9a672698a4e9dbf6fb7b1d590d5aad28e34bcc7ca808bf1895aca749fc60da8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28da983a80ffed239c0bea208efee4dc291bc38136c5f00bc8e479f4970d5ef728dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc1ea5eea7efb459826ea39dad350ba5023a6b331fec69d39c99e635d8841ac8dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38dcaad2b7d63550848a9f29c9e3837393928991e239d1a9c72b8194986976dac8dcb5addd2eda1874819826946da9749a286a3d0dc79d6e256c0fc6fee77f9548dd8c3062ed3d0de58258c376f1677d68329e68b2825ee92c51f685f683eb4628ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8defbe3be48b60c72004b31dbf3a9436e29f508dd5fa71d14c833a2a3bdf0cf88df9bd0bd814c3ed2c2d40abe96e541411590694a4fa2fef90c7f28c75836e8d8dfe11caf3f5ffbe0142b0386d55bfbfeedc4db7fddcb5f4ab881ba80d634cc18e054829354fca6fc4d24ab34a0f5baf1ab7be96533043401428b741a74c2f598e2b87bf00217e9506377f9fdf248df742a11db0e34c981efed3e99097e38a948e358599575d5f86c684698862f14645263bf1e2a25eb3516e9c05de47e8bb428e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e386b2a20f711ef2e898a97c90a2c6f0e373fd5e26f750b16860c0806e8343c8e48e1694b4bc16744f60423adb70e06a44cbcdcfa11dadde8c01924b593f9ec8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e5d91b9ace8e8e82ea9ab5bfb9ce112e85e3addd73123033c71273f3a19e2098e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e652a7cdc97bc30fd7f600578c59664666311a28618a7ac9b75a16f32ca361e8e68187c0b7b9a9d1b59a2852a5725a7b44deaefc01480d14f311292ba2262518e6a483d0447baa13fa7a8cca15442de4030c2e2037cf70f5abfb25ac7452e038e6afeb47df4a068da26b31f91be8cc7d8f4dc6e3a52385f6cb2a8f211232c598e6c2858a1b5d783686af306b5e7cb238006c9ab7ae6bc7aa3ed02a0d569f08c8e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e7db9be7fe39a65971149c60a1e4bf5b2e94115a675dec218d09773367c71ff8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e95ec52d899eb8a691e38a25459c42449f417370b80ca38d9966a3966faa29f8e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138ea610630a5d50c1a83bee938b838b2b86554b43fa4b375deb55e915c91a64518ea854c691433887d59dd85821fbafc7509b91e0755152539c478c438088be698ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec22a68e5bd6ab10c05ca79652b290aaf3e04e9c41e81be2bf118df7917967c8ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed17f35b6741ec7c2e969ff6b74846a33d80df318e06897768f61634a0d88c18ed31e99f18d11618296c5d393dddf67f22d41f7457bdda41f33c19752d4b8dc8ed51915f8542850213d952ba5852de0c0721a3f8d5cc8f8017b87461813b4ca8ed846f6ef4d47877a9d9dd9fbd1708209fbea15288b5f99dff076c1d1c2b2848ed9265ed92c18f3606cf7d1bbc6920d9a7a875abb6162223efded4d72909bf78ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478ef01122dcfa8919b608eff747c2ef2da8844f8a8c172719b2e642e7a920e35e8ef81d0c637e5c66523bb923849adc07af5d95c6c8c0319140c4566b9868a8408f0869dd2c8ddbbe3c08291c9c52d5506f31d7f5db32738041274d429ef0d2cb8f09c37c4e5b69679c22c56cd584d1d3160a142afb7a00c68e922ede82e6adce8f0e6c2dcbccb45f55d73e97c38870616ae361b1ff31ab93008ab1043bc51cb68f0ecc1060ddca5421979adfb3ed68a3c202a7ac5fc27eaf23f2b3d3d763bcd28f0fa9ee5bfabd87fd24867b2d54f50aeb9a895b47e4c56fc26b4168d924eb6d8f17e3f40261dfa24f32d9196781ea750b172bf3e93cb998d31ca662b5498c858f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2b68fb1b391c0a274b4b366c39415f453a6abbde8ec952f32ed726d83a594b8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f728c8791690931e745bd3f0e63842d6f7e716a565408e08a18726779e9937b8f784352026f90dfefd283d6aa03fde901ddeaf4487e7fa99d3383a4f90d05068f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f835046aabb40751c61bc14dce31ba055ca41f9fb222e7adfbd4037b518e7ae8f8ed0663c67b36f5b5234fb724e790c4f58c734b5eb1e51d5680f2ec953a1f08f99e773e6b57725da9277e54045ff4e1446fc91bcd5d0c0db70986845ecc7a18f9a14222128a3217edfbe56ef845b5b0282c6f07fb0ae78ce36c1c9203681c48f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fa9ef25d1c955178b8ca509c4cbd8d70bf5fcbb6deef52db8384dc40c864b468faa7a29fa2cdb783fb3e75ff8868efbbea51d0b1c4d31a8af5aa78516dff6148fb80d2929a4755e08903fb03b9268b9d1332b22e7a1cbad626f6c336d7a6fce8fbc52d572675814ed6203dd775dc8253c899ac5513195be7f3385bbf66c49988fcb44ec01ae3874c3f73fed915ae1823135b7310850e780333fc136fe6fdb9e8fcfbed524e38b578c9230c614a72942c24fe184bae54d5828bdfdf6870894e28fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738fe7a3a19c345dcc6a161bd3a48a607783b3b92742dea218506ada69eb9bfedb8feb9f6631be4cd97df2ed8df000b40f87e8349e8f1e17e61b6e39ead631236d8ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff2af109716572bf536a12e34c63717f485ba9a62755adbd454ae1edbb49d518ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058128ff8305d4c0700ece49957e7f0e3d73dc29c2cf85bcf17c77d7cb195c3ec5c9a9011f98a9ac68461d08f32d9505ef057adebf3a2d6a143dadb992335d1afe1f09023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a903e1ba9628ada8913759fec756f7a35192a8dba2d1b5f065c9afd6123327cfd9042390dedea78d3691f9a43804d11c57d9213aacf628d8304f93289936ae6739045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590500e7423a457d421868fdbc8e6621c7a80d17b982678806d875120902f9ca590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc0905323e8d0858c6123917a1e0ee6a7a6c11739cb5f578b86956c6ab64579394d90542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af9078c69090d07a6450f6adbbe575c24f98428250fca366ab39390ab87bbadfce90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e3908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf029093140d4f283e84035f8af4f134bc66f43679387109ab744fcf590a2783236990932bc245c308c1595cc7c010d4d0a630f07c01cfa563b3041d43185d911d4c9095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d05529909794493d38e2f7ec2154a1835bf1406e349a0d8597532572e15536dcf0830290a1ed37446e93aea7904aa3b7c784e186082313ed944eb96e84f369f20a08ea90a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590ab9edfc6074c4ac20cd5ac407e9317f6a82229bcb111953f0541e488cb3c8d90afe2c0a4252bfe2b09191f1b42bbd6bfea208f693db9fbd7c2a45bad1e608f90b35f0f070c9945350f48dd262318e3c32ea9c22258b2253211524babfbf82390b78c9870f409b679d719044f1e63758b2e2baf918651c111f502d29d60fe2c90b843c876f6d8dd980d80a14fb6dae7735cdd89206f6e59c7b536b4407eaa5790bb59867469fc3ac52ff0d124103cbd076830294496e0ec04e3741248c334e190c0df3edcf70f9182c17e51a6cf376eda3c24e8b000d58605508f30e09f9b5490c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390c9327fd146c8ec79874ff70c953837246b9d1cff48d246bed71bdcaa0cbb7890cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c90d58cd6e6101e3463e30f35cf40695926ad355e5e9c48b81b8c1fe1e91e15eb90d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8990e6c114766ac008a0a7fc292f167374aba96d88a37ee35d46a3180cf6e0d77f90e924ccb335cc8b0c7e34834e645ebf2f48e376a932abbe3afe77314e9409c090eeea23a332e32a549125c79f0897c2da2a414005e64eb6f35bb5b69ded84bb90f806418f7b1c2970438c133119b0a9e23a35e81624a41f537bb208a5687a6190ff46c2aa5d2d43001726c19ccbcabf97f5cebfc04ccfd1533df970debab7c891058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae910fd44ce2de7623b9d53bd9e834f2a912ac91a2a14f2dc2095f4109873d74969110e5b7a19e0c645dee5e2386c4a223e07130863ca2e58f44dcdc9bc5fa47a491143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d809114df12f0fe0233e164b25d4c8ec70be75f7cb5889ab2fc444948352dc8002e91189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f91484ae2ac15d0b9887be4c2022633329c6bd706c91ef265112de1ea18ffa036915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d6915df7e40a05fe5c77076f3ffe9d17824a488e2e257390eb7ce391a30b71a621915f20856d3bc31a74eaf0fafaf43771cc33396c5ce8f80669a2cbc06cf9035e916a3b8212c24a962000b014e8abfa3e0256fc70c3db427111e8779fc87ba6eb917adb501ad29b7e93f3800670df726d9b517707fcaeac09a97786077ab405ac91920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d156598919949715cf7803d527cb959792bc854dd8510cd8199af760962fde31f29b12f919d31a216e1f4e532c4296222d3f9ac12cb59f842102864c4e75102d1482bae91ab9fb6427401a18bdfe4ba54299abb61fc48fea973aefe76aa787dfa168c3e91ad5987de6a8b9f6f27d527e77f68e9b2f7ffa78df8badd1e58154a5dea9e7a91bba283f6f15415865da2f6820f42fa90bc1c09b57d850ee83c7b54d3ffbe5791bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291cc461d5c3f21123b6182bdeb805f41df2624743dad548d32be517d70e7206d91ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591d90dd72a388cafd2e2047ea56859d6eaee8dc5fb69d6ba00ac542232c38a7291dea8a7aa5421212c7e72fab8836d3f1565499613cb19808ae7b8b0be16be4f91eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca792044cff6945aa203bbf928a8ad48a9dd4528779d19b6a70b25d631e3f04ceed92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc920ee7a1d1532e89aecfc55e432835cf3974b448d35982a1f4faf9c1392020cb92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a922e76f871171cf52ea8bc11f180b0420f08eb217cf9ef597894e192b83de0d1922f7d20837faebd090c9aedd4be41391b7bac21c01fbac77787a3e661ccc22e92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c9923d58832fd2f70e45d9de0a22abfa52532d770b8cc87e35aab7be262433751b924773e3bfdc595f83f6a4d4ad09a0383f25d22dd036c09f20e57a26259cd6ea92494c70b347d91544b5e6d5111ac46bd919ae01d4496038dc024e4830941cc3924adb475524dcabf533d4de83b2f84597f91c3a4f32f425c5212dc5e214eb9e925d09009a58dc961722e64a4281eb6eb330623e4833eeea052ccc5736e57932925df2eafbb5e1854b8859621b2047d50d5fe9a7b0864a07767b5b985cda19c59261cad0d51277baf6b61878de4a1a5ce6dfe093489417b580c0af71fe88c8129262255182fbbf8b2ffb5e52a07caa3fea169145db9a5d72db396927a45c57ed9262470d477d6b990ff81138980fc94ea9667e6c72944101f651fc19f1a5920192631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c337359267be6f8577e7af5613c5bbc3ea049ead96427fd19b56b88480916acbcc7c6b9270839e2698edb7b01c612ac139e76fb61418c58c885c4372f1b962b02102d492710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b292737434f21ddd8e25d26f89404cb48d49d7df9ff48e75c31aaa5c6ffb38a2449276313f6423cf5851a14cc189a363d96e5958e614a129686a47d2ea774bf6369276668a07988490332f83f52a93ced7788b0c0e57b4cb1820052e6b92af9873927ca2e082fb77173da7f0cfbe22d66811121898a8ff856e0064f4edf938ebef9286a42bc8ab5c4353d968d64a747c96ec0ba4813173adffd2e388282fd5870892888fc5cd0c0cdb2ea53cd04081c343d80612959a61a1438286d7cd63f51d6e92898b64ff263150a0155825b2b81764de4a3c2d03e4ffd98c437838601a2546928f24c9558bd224e767fa40bab9d4f04974ad36f63c49a315fa83ea21e32aab9291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992b7176d5d7c0d2c96139ee4e7f1a204cae1a4c13ad9106b914b3909ac22b83b92ba3ce8eb77938963c1dc82a686b24601e81ccc50a8a57c2e28a0bb271c4a3992c0a3376daca306038ec23187e45af5f6da858146c3ed3cc7dfac28b5a942ad92c0eab9da24fa8d70e2fb587949cec570f15da10f0bd26890597f96a50f036d92c21496cd7e4c81522c34174d9e21fd0c00b1daa7d283c5d1c909686b13acce92cad8b401cf3ca83897de9795658cc779a6bb0085c456e04f5c1528a0831aae92cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b9571092e1ac32fcfdd7fb92c5a518e6ce414220073fb2b48ddbba035f522a15621ded92e9ca391ba7ec740a6d41120c6f5cacc180af0b7d9761168f18d31e7e01f6f992edd3d30f71267b863bb226b57e062c0a20ab1da106e635e5653d227f46535892ee78a8fdbc1fe7568fd4ab7a7a7797f48bfb2822e8a0828b249d860cd6fa5a92f43e971b162963e71b177c26102e5cb0b945c8af0d0ff30c16d294b544fb0792fbc738cd3c5c53d27bf6b3165daadde53a77c28cd058ce6fe21bcb7344b8f7930134ac8ed84a4b0ede695c43aa9ccb1304e62648386f42c644bb20cdeec5e4930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9312fc146a76410006fd0b26d611df35c578a2502c9a7a0d26e238b96745dfcc9313175c63d63e156b2c2d97aa0d6869fede495a2b5e20c046a98c019446c2569313b2a157b8cb46359862722612b99f55623427d199ba99a932ec405ebd83a7931bcc8cb0754899733be1f17ae3fa996190fcefab871afb481a67e14bef6c849326f39f64676c08fa43a50443e7a7e65237eca6176c784fc6f35077e390e5029329c3b29c59046a82c1ee8bdb15a1b2b0dda063438a9ada9cb44da35c55667e933c3439bc22df4e76f93f4baaf6e48f3296101a34363badc08b8cac0a465fe9933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f09350d5c8b2e2c7d24bff4c6199f12012732cdc9f8df4626fb5cb59aeffa50d719359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080935fcd02a3a93b567cc4ca4b93a66575f680cf8fc1196612d8fbd026b29b0972936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937d77ac294bbd17a870d28255dab24924686fdc8d7ee3f8b927a061e42b5f07937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79384795d12eefef839bdcf59b3261d1812cd865ee4e3c47c05b3a99c578a288393877e7cd11a14199a0f8952f063e9671400a94de2c32b9cd05423e7f39a4e769387ed93fc3a28244bb8a2d1bcb879a3cf8fcc3762e0edfd7faa66e393b6a78f9388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938cdb40a76679963e3f954de8c223201e0c205a67417e9abcb3b4ef54e1663b938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be73418939531603ab8f86a63f5733decbf8a241121a6fe3ab15b9d22adebb1d850f4c293963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f9399f84100156deb7ba7cb6a980894fcdd71dc0f662df49607574a8231456650939acf12a120dda9037723469c37757086d4171fb65b54916daceef697771a6a939ebfe5f2f8d86e8022e5a253ce2f9b5135d8ef606ace8d066d03113d613a5993a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493a7f52123aad27e4c193ccae1684ec6f0762a3fac48415edfeb9dd1d1334a6393ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93ae15517bf89c906efc54e95303635a6ab565d522ae03de1edbae629811119093ca6db5d3512c51c56dca4dcc737d4ddcb994f2bd6e91c38b9f7a66975aedac93cf5b5383d8bad16ffb4f9c8a84dc78405d5da37d8c1862da32ce78242024f693d3acebf4c6f4ae2358fe9a3084f01f4d9eb3f8315f366d790943ba2182f1b893dbf2d23f5ffb7d84d5b72e324fab6ebc2f6358716676464ce93158d9cba0f993e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893e4e925141b52f01bfc206ba96611777017cc09a246cf8e66b43c65bb79275193e9da1cf7dd918280dabc060c11ceb32074f2b3e7546354eaa3875876ef7ca593f32e32ee645d1e10bbea26a4494fc375cea59461412ca144ec5d3924f6d3fd93fb40d68e193de8459d86bc1bf4b58849d852f4843228457a68ec154e15ec9a93fdd1981d538c9fae24a4a680c4d0d44717868feda3bac6074a4e67036c635e9401e996c28964c2067d999e181aa962082f80837db4be5b3c33cf68974a978994089bf84f7c454ea11543d3f0ff1a86e72a16b704fbac756c4346e06fafcc45940b92beb9969bf71f965eca16fdc3e02746be26008131f9543985429c0a1ca4940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd94130f75df169f10aacc7987d2ba0076f2260eb8259830295ed21a41f38836f79415a674588f066ddfc446ed426c3ed310c07abcb4254bd08a30e6c675bdbd5c9418fbe10bb0c91b15cb23e8faf3dd5eb78df7b3231dcbea0bc75c4c01baec40941f63992e59e93fe7c02c0412defeda5a693e7ef00116e35604401d15b6320a9420091943dc15465b074bd55361987fdc7adf85d4847218a6fad5f66147f0979435808aec3b7eb0276511d302870b6ed9b57730d693f951fd90352713a050d194445b18c065a5c41171f17a79788b2b024f730165ea67503d3c2c698c441d7c94489d02a5848385c8f4db3e53bf0ec17cc54609ba30dad9d8ff18185b6249b9944b00a56f05d8a970f294c4b27ccb5af94169a10edb35c2704322ca7069a9f0944eb9312e4d4a93984fca728e0f18d5da599e7282d8be76df919bc5186384219464d1dcc8bef4ac7cbf8a4aaf374dafb3ae194d45349e5141f323f86bc33ebd946eb4e31c54a461200e8d58fffd5aaf3a0f336fbfbe1619c6884b2e901c0529947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd029947c1d98b2813d63a13448127fe92f2879e49ff1b3e9ae83e80d99d5fb5bc379947ed309b3f563de983069127aca8297f9aab14a392622251ce4f1f5595ca28b947f821ddfe592df7ccb1135e9759c89ae202ee12104f900b8c762e8de4c9e0994898dc75bfb4a6b44a291fdb6b50cbe2995280e66f2648e5b3be823060e350394974bf683fc7d86488134b4c8b05caf8948e1d3e7ccec2d937435c0ef22bc4794b30acbbc5ebc56fdd6e6f00af626ba3c02346d45ba7f4af872df6b5bc7470594b567fb9ea4a193d6f9dc1bec832cbc4b496e8f965c07ba44dbf52d33acea5f94c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94c9a68a9f2f5135e4bce1622275f91685b1b154834ac50965ce0cc32d42021794da7057dff7c943066369c0faef78fbb8ecaa6c1314db7775818462f7e3f09f94dc04380a77e663120ffc80d1746609ee5cdfeb3ee98c32f59a96bbb10c9b0394e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294e3b618fb09ac7cd7679eb66ab899f2b2362640cf2801d1ad9f32f3ab533a2c94e68e4bb788ba323417f4f7ac48625dfe51b011796d809ab6680bf4bd68422594eab5d95578aab3b3087ce3f0876d60082caed013126f69690f60c30135f94194edf45dfa494958f723dbc41049dd61941f5f5ff8a88696bbdf493d53919cf694f4c020bfd57a402a537c0b35f72e4813a452e9fc5175884a195fe5c8166a8394f60518573c14d671734ae12c9e2f42de7b715f9ae397cd6b19616bfefe591994fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f950140ddd35d3b9cd732d88ea87c057dfceb35ad9c871ab39dea03b2286d3e82950ca4ac8344b8d8a931f9ff042092a8e4f5d34a044a4d5fe61b724e50bba97f951d2475e61d3050f5040bfd6fcef5fa53d06c828cf466f6dafd3d5b1d94f005951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de951f97c5e69dcb2014a94b704c69838239c84d9c16ccc8d2e4efc736ee469b509520b9e99734906ff8d7fdb3eb23317bdfb77215d99c9b5991614480e9fd97a1953645e99211d2ea2d8ad1a069362c2defae4217f33229599917270656b8f5d895364d6a1b870901d66dc7c53924072a780314a7b68567b401552878fde5e439953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a954784a7d9ea6017f0f2294eefd48960badf1324f443ed151818dedf221ec2a79548c67d54487184c40dbc5bdfa1f34aa36553434db270af6be61b4af63b94ea955c8b61dc236360f1532d3e041be816c149e965ee0d2f4e19b45e776b85949a9560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f019561fefdc3adbcdd6a2e2b66abcc63af40577c3da4ce5c7d115bbbaf924dc4209566e80a17d9cf0cb6bdaa0c6ecb214f98ae160d301121d9ff4c0f52b6f591e595673f9314327ac0e7a96c59099c9bda69487487dc719f292454acb9bf53c1bf956db38d12ad4cade130596f487cee523fc7df0e40d216758dd475cb69513192957009329f26202879b58d52113a810231fd3f0b5e2b5ebb89dfa4a3dba2528d957502a1544a232bf5dc2fdc913c3da79661aea607b5c4bd288f917daa787001957a617b8e3019e40ab8239ecebcbd683d4d3b22ecfa799dbeee525ba637948f957ad44443c2f9a13a089e95b954c6fba49e72eba736d6bb7126fea2d534936b957ba2230322970a7632183f3980452f73adb3f78778d99ae096ed0cb671349e95885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a9589b6db66d43a4ba21c1e3e7628894a1d903c5337d8b91287169332d8a39ff7958e4e8208a221e8bbe62aa9eb0b7cfb5752a1c549021561d3fa5f091974ef0f9597941960b8dcea8bb7d24d6fd748086a209c2919315c2acd20afc378858d16959aa5c26631f3138f179a6bc6286f45a3adc4c557c3676072e861d3a5f3f98e959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095aa0427bbe025e35988c083eaa91295e2b8dccb6fdbb00126a364c474519ea795ae5bf905b015cd5c4556d5145e271234c7d315997273e4cfa2f94e025dd22d95b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95b7e4daecce3921f6ce391248c7e553c811b0d48d72cadb61c1e3de2d310fc495bd382b482ebe07eca909f72a18450873dd263a81347da3741f9eaf2aedec4e95c91cf924dc7fe5ddde02a1c36f6eaf8f6a03f84d663e8990bc8420631250a995cd6877f1be8ca9aada497d025f3ed479e1023e54b696b1f15a80ac0cd695d095d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac395d567ee986d0433eda4f5ee4a5df26d9e304129f7351c4a4e72cc59e706427f95e27a22cb73604d3a087ddf7bbd0f2a472dd5f086ccba28bb5e2e63bd50b47395e7198e30231009b26e5ff5ea0356eefe5ab3cb5e10fa689137eb267e0aecad95f50231b51fee2b0d6e14aeef668e2629ab09878e072aac8e7e9801ec3389d095f8580806e43d9da6d0a76c90311859985eb23278ecc44f5efae8e4a408eb3b95fb00f3f8e59d0e10de3480bef93b25129c42977c618eb0e2dd00d5800b1aea9607eb30814c29239e5ea357eb3b14399cfd2478cef71ef2e43097aaf9479df3960e8c91699c6eca07e70fb218e589aaadb1524bf1e0d7861b1cc35d1960b30d961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d1896257bdc5c326d50024868296af353a9f4462990e92e0c5af9be126686e9a1b9962c2c9d8c87b4244e041b9137888d718f6ec7e3c3385c76b3ca04cea10897e09637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e96427246510a50ba76187c4272821b76036e478400ae1a62fadf383ba3a4a497964737cd05be118e4689f3e55b7e3ab8c0b16e9bc7c13522ab464054dc12efa69649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de96551d03fffbe7291d31a67335d8e4425061c7b2947787fdb7be9ee3d0a002059655c882fc55b6fc2bb8b5b95f2469f40a538b679f996a8256f3392873d93da79656de239382ba5ec1d36b3d115011e139db9aff3a771284830b9a56e54359a9966ef1f905ac7b55c56d6b8ae4366cab14ebdf1364240d28b5a31add1a96a147967c15ef8f5483df7069f61aad714d0055b11c55e415a348bbc5482fc0500ad6967d1f7d7063385178ce9cbefe906117908c0cabd894df04c18ae3f0e9e419559680c3f3910527cd8fcf0c6923d5dff6e08f7f5fef6889647798d51cd30532e99682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a466796898e08e3c7ee3ec6a03f72ea8430f50853fda2c7d555b1a7fe8e3d836e74ea968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379692425899f6f2d556b841d38b061436a834c2f6e78bca2f084d156bc1c866a59695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96a93aeb008bcc20d3b2d86d4158564ba17ccb1768189cc5314f2518ccf6094196ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196ae967675d47548ef5f5e82ec2b9283a01c8959d2487d6ff686a0589e16edbb96b760dd5b2f15ab8209900191e5e82ef14b921a0efe4ae73ab3e768a4a374a196b9df15837300c3d04e40a1602f8c5ad078d9fd6fa8b8eb8582a8fee1da04cd96bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896bc230af8f739a5076b79a82cb44f515638ae90bc5ef3109f007e2567b92cdb96c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96c2ab9b73b18cab74539275488dd35a319cd9cf56c8765488b956b92976158d96c9b10288abcd93e1311accc0a79e1191dcad83569b5d69260aa8cc85622e8596ca840bf72599b0c5a8df6b242001c88e899b99def78fc8673f1586c1d2a69896ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d1df3ce42faf582d80c9afa2ca3457d75c0af116c4527b2da593575eccc2a096d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896d9d2478717f87c75b3642d7079d14f92c318050af46e0f43c9c0d4ce04740d96e72499654915efb9381e0e61ca12872aa688bcb8a00010baf944e0e542c43096e8295dc54a71654d73adcde4a386961f7109b0c6c6dd162b8099296444d76e96f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d919710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820971b379a156a386e5962e5407186a5f209494b6082b9e8c16264066581ecf081971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f17973073c2605222562a46af92ab8c95fb591245972aaecf48e5e5ca5a4c545cbf97369072df3aa4bd2ae5e31e4f489df34ec1bcdc889897bc67e5aa0c6edf3cb497401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689747a1fbf6cfe71537e84bbf25987773b386df08a812d7185a6edc7b0f9af9389749cab6e257eb836780ae807604c05a46eacf9c1bc0d91a62371342c2a4f0f79749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974dad30547f3f9c32d44693de8fd745851edeb58597b954c8b7965d64d446a1975ce1910d812f85b2a48a42fe4d5e9784a4ce55d0ae5e071fca8b850a162c249765cb9c5a9ba9c8fc6080ac40f4125ad93db1ce6ccc93647d1e5e4f121388b19767ed4d9135ace2f84a0eb3967530e246803b0aea4e43e501fae72880e7bed0976e59485f74155077f6084fc01e5338c50d73bfe72da26e5a3dc5e7bbedaee4976e6ab3710b8cad558bb7765d0078c360647168557d78dadf161646b7926591976ee91e393e916a351ba7e80164f1e433cbfb3dc71892809859b1a1734e717197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a1359977a4c8d1ee7abddf00092da9b7c422dec52c3374948fd27692be1bd5e1546df9788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b2978ad638bcf10e689ff11f73df2b64e0b0c683a69ce111b0142a26e339c9afdf97968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d97975066d01ed4a5aec61245b681865aeb910c4e2589e83dd0cbe809ee24acc997998e4192956b233ca451ae44864f92cd37ff6eba5522971004221a4d6a75d4979bc134024bdd1ed569fcf8d30bfc84b2f5964d67a53260a1a0a990b2672a08979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f297ae9f3a2e50befc421d4950b2b269e86cb0b1203968b2c2ee2082056a10fe0997bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97d24d7c90af46f6d461fd0ad57c1534e826635e9800590844a2ad31888da52d97da1d0b384cf9a906743bef6bd76ef89424636f613410e94dd95168b3f9114197df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197e63592816b617cec8ce6ea8f9147e3ef5411ef862c3db3e4deb4bdd506befb97f3c21950e32f36262e2e13eecf0936a306aab2eb79ff68bdff436b4f95e51797f7c37fd403894a9244e9cf07e08e92ccd88da4b389526ae88c5edc7d85f2e497febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a9801a534690afc7f3d6740714abbeef64dfb9af0525fd910a1538e7562111da8980c4baf3f61ab717b179481e280e9fcb1ff521ab26cff8353c9167e8888e6a0980c8ef476adab9199cdeb8b59cf6c877ca89a4ceae6f875c70ac3e22302de3f980cf75413ad08c0e8060dc973e0c58b44e376efc83b55825ad880b1ef5a067b981474e3eb7c33b311188bf5db83e62e6dd754697c8dd1752ff23bbdf55e287798151c3d07cb87edc2f3dddf5679bc06adb6b7472ccc06f8e7dc685e6e077354981a649c2dead6452477a2d7572a9996af8e486b8fe42f61d198fa846fa45a69981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775982e6e650d159e8e2f39695e3cff4710f1abea10dc72c98ac0639713e9e1b46e982f2a2c1789b91acda9ce0758803e8d075119de7b2bbe03632ccdb36dda8a81983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984b551db0a401f42f2929d41f66eca3f8c9dfa7d8baac6a464155eeebd7aaae984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c42229855906e55047bad6b8c444de88fe6bda7aacef72b0975a5770765b5165d26ce985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a98680df48b3de7d0c9accba5a163bfb7b548f57713067b54527a3ef13d4debc69877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f98785ed58642050dbbc7f245be1fbdcfd4df62f2ad042f5a4a666deeeec70e4398797f2139c34a440fe73638d8ba9dbf9540405b640f7d426b9727ab04e98efd987d491b5e4c04f05c391935e44ede59efa21485b03bed3f7aa0ab6112453d92988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b989272f484348346468c31010b87dcbf33394cfcda5d214d42e61bd64eefdf3198a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198dd2c474bcbd766cacdfcd0186f9561f8ab747ddf86235ab3ec73a776a327ad98eb63ce67e2309de965275786a3df4ebf2ef00b98e9e88acd139cb932edafac98ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f595898f081ef81916b8b083a02f399a6fd100004eb5e55314b609eabe0687399479098f1d12b7b5ec7d9ab5828f2df9b20879313ab4d5b13e7f8103ef290da6d964d98f55572a91baef18500e4de3cbe709ce8e1e00869f4f6dd7e2d4f7e5c38069198f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98f8ca1b03bed5eab009008bf070ca074bb94ef217849deda0ced37247eda5fd98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da98fe6c0cf437f553cdbb25eaace89fcd1770f6e2c25b168ac1e3210941525cc299090582ef71e23b14bfec02dfc79dcb74f51851c31164ca1f9250cb70d90c6f9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9921d2d0227e8c76521233926b4469b43b471ca72a2aa4d6105259b442b3dd68994146fdbca42a70b573f3c462a146ed4f240191f53ea828d3ec26a1d538c0f7994315a2d3439222e8dc0636008ce0578b405a7ef5b3c7e69434f6add12737f4994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb994cbc8e2a53cf89b430ed33ae1201b3a3eaa3e66a5d3c5876720f07e76bb8f999521170898e1f8f7d4e1264ad4877f04de675d08b647bb470e2c9abedd42df49953e0455308edc448d31782b78ad1bf9cd6e060953bd5739aff56d29f5fb9fc99549009e89231964b5430d879c56ebacf90035143e46aa92cace6c7c29f63a2995d7252c6a8836962b3a1df3cff035fb717659177de84990c2fd7624fe03ec5995ee4a38dd6bcf32137b45e8d7eab495dc8d394401095206e6351a4ebdb9a4999613ef89062475f1164f245682970884671100237f566332152a8dd2859704f9969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e1996c8c3eaabef461caabc71362085d426535e896e0d77862b8613bfa5219f772996d5d1fab42806395917e943ddefba4d458cd556d9fdc1b3b6e56502b7853fc996f9b5907c91e23428de41e0b00cd73f0a475404d231b72444b76a0ed276d2b9970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff9971864b2028485fbd5f383a327a96d2e7a6cc599e15e1d0fd2a14b0d0dba46d99726f3a6c8a9e1c9ac6f154ec199cc8c539c6933755ca1e0ee6fc61c36288e2997326840508197351872a25b8502bdd81bbd5008a34f6c293fcb2955b5fdedd9978383d62ee737de87cc799cfed035ea100f5c4e42982fa00cc1cf34fba150399793da6acc16710ced698fe8d87c50edfc9658c1488519b13a7b462d6fe5c8b997a5e2ecaf9770bd71ed4eceace5584fa71c82541f948c641e8432497597336998876e427e499edd4de187df07243740de14b0ea2053bd9eeb196220d191bb2998ae5ed8c299f5d57b0b218eec2957cf68a69c56eb383d4f702e9225a042147998cc6dbb426dc4647ef4e632cc953b90b015548d5f8db96d71d46c519a859d7998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399936cc03920d65a7b7e5ff2dc9b67961dfbe3806aa8973666b531b518d4bde9999b1214cf6a9325c7c954765e0d5e89bd10bd4b5e704552e3090ca0da08bcbf99ae9efa2594a66f5b90880b9e8497241e116c8e8aa91dbc8d6e455af28cef7199b4b491b0508a5f7df32a35b6053643e109e633be05c4ee4d2c1097e1fee30399ba412d6d154805b1d1f1e1a64618f4f159f534219213cb5f9c6e38b758cc4699d3af9184328d7428eaae5183f65d0d82a515a225c3d605ddf9b269fe01815c99db7ef287bfb68fd7466f69c568e535172b7928eae312fc720a90cf785f756699dbcff6c62858bb9aea713e3cf900cea08b7f3b1dce312ff451b7a8a604939b99dc7256c3779b0d41550128960dd86265cb2655365b86af468223606c18db2c99e1dc2b4ae79d78c7ca4c18eb9147ab0f56fec02eb2f773bcb7b9137fd0b8f599e868aec4ad621381571d7c5852d1eb5bf4f6d0b908400d723de3cfd21efe1599ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f0b1450e523ebb0b7c749d3c62884bfb28c8fd43e8b4b52886bb737e73ad7399f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f61d54747566f3b1bee3d656f572afef6652a9ae10117d0403bf47996fb20299f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a079aac04ef46fc5a2016672f262c22959da5e13e4af90f421225b12b9140279a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a1d7f0427e606f9f4cc500385b474a151c2c23e08fd8f957724e9e9bf9a5d819a24cf383da8dc6e784d8998ca883b77fcedbe467b953893282d06595a3b549c9a297d95afb10938d011cf5c9cab57d0a3aeadeb28d2d9abb91517505d42eca99a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a38602f869faee3d18c774d701e33774e604e89df947fb30a0faf5865b8787b9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a3e77528ee815ccfa1bd9bc9e08fe9132f1e7a16e585c395f55ed369f00906e9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a4952c5bbf4280dae40b642e7958657c99a6a56ba8327532b5e642a05d122799a508d841c180fb8282ad9ae70305019152d3ae4a5a9f498059f54187285175a9a55ec2f46e3ceb33f6eeaec1f684bfaee9978ffe563a8a45a162f28d7c65b949a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a6490ce4a2fbdd9419438d23653a4b971a1391288063048d744af514541e1fe9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9a9ab71d92cbc69b965e84e0f814a9cf410705570cbdbede7b74683a07a3827b9aa1aae15685700d7301e9b515b7281ad5106cdeae4fe7bfdbf683cc256473069ab1ee684c63872b14b150f1fa7bd4cec0d0c5f75ad891778b34cc49dff44d0b9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9aca10cb2a59ad93fa2b66a8a430dee9e9d2f811a299abf0ac9ab476bbc89bdc9acd35eb16f8a91625c5a17846f078b8f6a293f5c2b517f2817c4912b1a701de9ad59b994b7b0c507cab994c2fd3d622c017b3459e876cae2babdca24777cb8f9ad6b04d40fec8e26015536e2b2a375b786cb74fb316c4cdee7c9972ff2fedd59ad8dd88f661a0e3b587617d69c401c6abe7c7b166175d7bc93b5eb96f202f989ade02aa5489380dec8a824e51ef9f977dbfb0caa48c1d99d3a9e68a9ae1e5359af661f98245ab5662bec8fe550167f3a3c976f23cc25276f42c76774d96e0cf9b01a8af004fdcee228aeaf82fe927538d6300c80ff3aa5fce57961e0361b25d9b07ec4bdddd999b0466aa5768124791b9a4cd4ca6663f9b7599403cc21a969e9b0feefcddfc6d1e7f0788290f6ce0fc2759d9d85f240492dce080817c783b969b13e813d5c5a2cdcb4782fc156126376eafece926f4a457952243daf62e057f9b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b1626ae87304d2f574762768b3ff5c0e9bacb316d2e9917febc32cc250607769b16b541a83bd8dff3b10e0b99a179fecf3da2b171e4dc42ca1dcd09353f34219b1a5b785d9dbb0c4f57b81573a6c327f78743b207439aff680fa67a1ae4eba89b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b34de898876219edbd4e377feeafb8acc01ce1d3702d1560ddcfb17ce511b3d9b3b655276aa8c5aabf85b32b91688ddd0ad0bb5418aac3e95a2bf36e34256579b3fec5c76a2a8add2a7aa0578ab50c34570c6e7e085fdeca736f405ed2149509b4024de750eb65b84838776e9dbcac577cc555338ca95e961f75baddd50b3a99b4385d701751c1d787227de6b2a91321865d11523b1622625bfe2f38292a0579b482ae157b2d47c3cbe8af5b4966084f52b182f70d3959ff8150e9912b6f1139b4920ab0896d67612e69d8e5de07602cb74b2e9724459a639b0c0e4b132896d9b5676a236f241ada84afa732cc2488a87d53314f2d35a8afc56a157c4c951b19b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b694f02615a899380714c9edb7a244aadbf95f6ba1f281588f8b19041d4b2e69b79243bf09c4259298e7fc990402b6b4649f5473edb878553c32b3471ed7c819b7b829fd20fdaa80813f7cc70754c8ccda66bb7c57678964703efe92b44f3159b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b812156e9cafaaec8ff2d4f0644e2db4487a50cf378c3fd014361dd5f2d1ed69b832f7b85e299396ab6cfcd6063934020083acecf1849496ac65a36edc16aa79b886c1384fd5717ce2beec8f1208cfa35aca4209e7fb81bc50dd5a64939596b9b94c3c403971da72ec8e02654206986f9c3edb167bdec96012bea8f88c2e8f49b9b1dc2dec32fb689fbd016b764b14ee8daafa7527bc2678af901d3e6b430d89b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869b9dc92ab304606dcac98c788a2d3b695dafb84b169d9aba9ce213afb61b93509ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba581e856f79189a015c8bb3aff5e770a57c460bdd6450635789f55c1af23d39ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bb25a16e85787a3105033e26938e4cfb910b4fadfb9bbc6218b28f945ad8cd99bb26d77f943eedcd38fe25372a2886a8f285149e0b3b651cabb99d5ca5ec6979bbb28bd44b50eb4547fc42514bb655d1118a02e0db8a5bef18d761e30787c179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bbeaef49c65f206e6e6da6ae7d8865e9d054442db79de8aa6285c50b10db60e9bc05235f27c440c1e155d17a977bf56b8d29476e5efbb79cd324d3f1dd1f6749bc2716fc76b02e2b0106724c295efe0769f1fc40d04cddeae0bdf97d46664d59bc48f014706b09260f2ae4fd88de92ce46a689cf2bd7bbab7d58f012342824c9bc58a8232508c506186c4489b37aa23625a95b6fbaa7b48ba267738f8237f779bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9bd8a5a80a48d5ca010656df1c147beb06c975cd34d44f0f7e92aa1dd8fbe1769be56f4f908f77a2bd7e394bb7f699d634046f5902825b4bf8651cc4cd5c52479bf37d85dcea4c98ca90b35931d54cd57ef7af7754a44cb6fb7773f99c03b8329bfccb4b0a73b744d0a8d5447d970062d4783a82584a10ac0f486c4e7effe26b9bfcfc4d1c4b29d240730276481c5de2e1a664963591a929b7fe666d6e0f003a9bfe9b30064e4953305900fc69bea4f6f9b42492149e2573640f79394ba647d49c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c04612cbc914083222df969753fcf2a4602f2760c3c7fa1b09aad23b7886f749c0703510481eb594d83fb2fc53b9aa307b7c7f51682e52dfcc01bd2b05e471a9c076167b85efadb65a94d8e3641ba8888faaf6e4f240e4b6c914a7b5ed1cb349c0895b3618c18878f73699abaeeb222fa5c7c97f5b5b8a5f378f9768e8fa9a29c0a467a1321d9e71b99fa31e9f55416a825c61b4af26f35fd068403308bc0cc9c0e4edfe4992352676a3bfdc0eef1b42019f6850d9c3303d54b697ba5fa734b9c112b61aa3420065a0503fab6045d7dec10b64f019d635dcaa07c90628c33679c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a530ad171ad1fc2e2b303f25ca24e5a3bb51d44ded6023f794e63e165fe6b9c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c28ced1a45857e2af818ed184de17a66d7c1cec0a9e125123b847d058a826ab9c2b0ac77edc6f348baf859618780b2d857c08e73452e70ddddd9f6ae656666c9c2c25643a3fe32daec7af4df39d216b97b9c2674636dcddb1a180eb52a96c6a9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c3dbdd5330e08e15040c9c3abc7a3c0d0a9b28c61525d5713f9b917694d8be99c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c4a0a556c7ef293db01b57894237eec10775e102040d51b21fc96b4880ce1119c4e345cdc3a9174cb72519d27e0c59555653d3cb41b9ebf35f9cdb04de47c979c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c658256c9959ecd540be8c237eb817dd34a04fcfbb5231bfc29714f8c1ccec69c7411ef9e9643baa791b28ed395931b01050bdb2d819a58fa2a70407406a0c89c79b8d9159222f4833f51766c8dfa2b1439c332116264fbdaf6022bb0a5fe0e9c7a7662e64de0dc40795ac1293e181a129d14c09dbfbd5f20e5f587856873599c7ab39538d685dc88dc88f37b738d66d17cc2dfb6addc7d7efa28013d35e6c79c864f31669e2a22ea30d820f9bf6f9dcadf65a571a67e97a30dd5dca18cf0c29c8add8129bfe9f438147c031b4b16c8c3c5f051d279314e4bd2e2721f523b009c92e9553b7435bb53b5f735ad2ef3127de16ee413f5a5117af9abdfc7bd91189c96345595104986716dba8606ff61959171554403708893817a0ceba185ba8f9c96827121c2c9e594aa85b7f27ffd1459897ee63c49adc80f02e036bd9ce1359c9bfbfdd53374376ea60b16f58503dbe7fa3f02371153ad4ad71eb4b39864739c9db43bb9a03d4c567c2c38de5467305702db4eccc05141406b4340a403b0ed9ca061a754839674f9cb1c981b952e743a8eae2c068a1076ecdf70da8a0504009ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cabee489348add3c4e5ccc84468d457e87d2ab376da5c90b6aa06b812ef03f69caf422fcb374b9fe4c784327b8956238f73045d47f833c23cc238dbcd97dd8f9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb740d6d7965f01498a5b9b5d002660d0f8a3475f866779bc3710a5cdfef48e9cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39cc4c2b0d30fdf33e68860b15e2710b0ebd510c98de1a2beb05604dc9ea49a7e9cc9eb7725a2653e4766fbb7639623b39c07df4575d8f8e7cdcd10bef14f54b49cddc7663453e4c5a7d17d23ce33cf5844a013e37408286b52985375d1c2308e9cddcefb6107c61af53bc2779432b4c4019fe56d7ba845aaa04346da3de2f6a89ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859ceaf4b2bc440d0cb471bc7d6370f2caffa1496196ca20882243e9c4bbf903dc9ced80e3f9561522c1bb1a6b59bd636e556b5959242d2c13909f79ea9a0dae1c9ceea0be68de13799cbe80e7cb192321e44a7eccb1ad734a7873255101de1aa59cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cf0e4c8722cef6074a310d1b50c41f63be692b6ce6e66eafcf95a7d4ef3de389cf6649dc11b4c5acd26f4e2d35266b8d6e9eb17e6b9242ca7b5c8a62aaf851f9cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d0a50534c101b6b304707b98799f3b373d9526ff561aacf1c7cb231aeb2a1199d0d55811084d0744ad66086677f30341b096eb2c8d59e46ed4c160e5ab391f69d11c8d6e1a2d9a4ca078fdec935394c5cf9753ab79c247358fa3126586980049d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d1bc65e23787caa36e8b8c8148d17286e2328534c3884e43e2c7ece4d8da80f9d1c5d02aeb43a9ce166522d5fae0d589ba9f1279380e6db7258343c563b478b9d27f2439206645f247c577d7bddeb53351ffee60a142190706a6dc75ae08d739d2be37293db560f0be280c46854c573bdef97b6ff8b811023cc74a56a76b2959d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d444db357616df43cf8e7cb2af721d378a42b0ffe22719d922f08dc6eaba3579d4ecc45d8b59708e411dff3789f5d9f1b9c911fb0645faa0461f69edcb9e0b19d50a8aff64fd9033fde14f2ce1d9e23d6aa5f4b8e136fe328d4e5c33ae1b4039d5392f25e810a6123a7b54d48290f95376f1af006573cd6d4ccce108d9ab5049d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d5eb5338a682e7c44d93fb5eb961adf9932d5a192b8f000c041658057a0be499d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d6cab70e2fbd7e6cc63e91f2db05d6d798bb16f7444768838eeb548c81146e69d6cd8171237be6e852cfc27f7c4ffe3edcc49918b870366a2a03d0fe5cd2a169d6f98ef5b03e1fe390f8df4761d15676256e1a9fe38122fa61e68cdd1dd20429d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9d97deee5474859fe8208f55d7e629989d62a2f4ccc2a98b8369a3c3a076f1f79d9aab84d5a31b4a3fd2c788619fab5d5ede93c70998521bd356071ded25652e9d9fdad756641001e8cbe6c6662a25d2a50983681e9fed7de6fd6e70974fa7039daa2bf76ffa88e2604810f37b8b5ef1d984b5756a218593ff2fcef8066d6cbe9dafd3bb7741123a5596bded27e493f08f328ca855377ab9a382ae5864fd9bcb9dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dcd665ec6cddee78599e4ae7acfda3ab3f285819697acc84699cd918196bac39dd4daa2623fafb7f9a3bb40d7f1cba8ff5de81b724801f7a421c07cf228b5619dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9de62fc45baac16609c76e55929fa421373994385e0f3934c0e98efac4d9f64d9dec33d1fb18965bd92eb2b9c93ef5e390eab4ad8492ea1b702697abc0b2104d9ded31be2a43bc34c3a998474ec3884f41b97031767f372eda77562589ae32469defdebdaa5970b71349b72127ff28b9db1a3d4ffc849a01049e728a7ab1f9e69df0aa8660d9e80a5d6ebb35da2e2d697721f1fd6a11891b35dbc1a7b8e63ccf9dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9dff43ebafad5a1fd935973736c4f63177f7301fa430e21c50517941395969249e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e11fc167ee18bbe724738433b888b3e673f85a1f4dc1709bab1fd02a34ac0829e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e14aae6cc997790d19e969f5f980276b25fab6aaf8abe6bd3e64de2e7a9ebba9e1ce2e2981270afcee6c0d9bb05cf0dc513e97d196ac1d9108fae52aad4654e9e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e2917347611046ff8ea99ed24fa45ad28eb768515391b44468da6df0deed0559e2a6efab6faa432fdcdd5b13d315db7c553ae1458de1acb94f3e9963543bf169e2ce1536e3d8c6d3bfbd4f535bb2857ab248e518bd2d6461d9945529bdb48d19e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e35e39781cd69da5e4c4ce10cd0fb75edc0d2334e540e48b384c35233e07ccf9e3724111d68b58474fdcef3b3543863048c2ee8dda36e5b80d0da0d686ff3749e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e4d488fffcf9b059a220df1fbd9a0c13412e3d5a9a0b9211dce09e894d386c29e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e53b2eff0cfde296960b1c440645a8550bf50a41a3c868f07de866d5f7b741c9e573a37428e60e527e405ccdd64a2b8ae03f6cdbdddbae874bb6b3f75c1b7cf9e59e574520f123ecbfef0b8fb573033029412c5c948a43c9f9997aff150f62b9e5c2d48d7125a6fff2057d0ddfaee3df710a067388ab1e3e4a6640e9a530d099e6a5e56b53acd1e91c54dace48c9ab5306f37597c5239df8006617cc190fa209e6cf4599fdc7190008036ff80ef142680d74bb47853a89537baf8c89ef485699e8330018e8a4f6d9ce48067c751abcdd28a2ec030ceac99bbf4bf3399fa40259e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99e8d31e31860dd45cfe61c6ab0fb3783fa1d2b2e5fb898ea24d98df633e2b3e89e9a3274a4300206a6e775df604b86163e15a3f22038ecd55d7d6dc034b363419ea16ccdee38826cb20a15c86b778d44e47fd87c942612fdbb24164a7fd5456c9ea4c3f846a409812c15d6c99ca5167fc0b7beee25dc93e31310e46abb9ebcea9eab42f75c45d74ebdf67ac34a9604b9e51631b19bcefe11dd6dfab202d51da19eacf30c9b4cd5d08b2bd73c667bf3ac123970eede34fc6d280bf34bcc2941f69ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509eb4c13210a636a85f5c7ef44ac3dc1edf8a50d14660eeed08e3c29b61c81efc9ebc852a4e342e3ba9818d3ecfc882dc59006946db445ceb493ed773a1ed7e3e9ebf321b6455c2c52b0292068dd9653ac7880ea96a17d26385832fa0dfaba63c9ec0ca3ed73be5ed5c81cf005f31ba258fbd1e20d9dc7fc106f4898e327863729ec966fad26ad0514d132ed3e98841548898b4b943991767c95a78a18c1ef7f59ece7410f34ee7c980dddcbbf5958648db90bb91bba702dc256b485ca65a83e09ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ed97f98f3820e43eb7bb32374b019137411f8683ae36a6c5ef6aedcf0b7a38e9eddf7e2abec74fad13b16c09a945c54e161884c2cbf1ad8357848603413cecf9ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399ee65c6ff71aeebef181bd4784016ce45cd7c2c5d9d76c0d9b654fba328b08c19efd3b2d9b660fcd4ef919a749e391598fa80159dab2bbbded658ad9120e0da49f0088e5548f779e2cc3370f77224d5183430965e274b24c973f47e677eac70b9f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f16bb89ded560f9a362e4e800867de3f770308d08574b24d1c1a057a6d2140c9f177e18f05c94ada58ea0813acc1a27c2faf49b246d00c9c0d493d8a1af70c19f1863d27280d0c7933255d4a1acee2ebe1863c91b57930f355d4836fcc0914d9f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f23c3e7c2f3b8bcba4b1b92ea018f1e7e59594c4b42459021c649ab89cd71ed9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f34e3dff431c6c14c5035dafe3f5fac77a4f0c6a75a0f8fe561b30df08c42009f3a8fd52f12f3565cb44689f1074b052605a766093ac1fcaa8037edfa39b51a9f51969de30121dd236032cc7c6e83e8e2e8894e6788f4e856891d7cc486c3bf9f572f7220a5021cb5f150a9f9e7c08c0d4da3d63765ed4105f7e5097344fce29f5cef8f869dd7a6a6e91368b7cb0bee0421d0d64c2364bfbbab1606c9a28d039f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f69a78dcc91d598cb9e321ad7220673b7d21218a7d40726fb59f67332d7fa9d9f6aa2b5cda2f00f98aa9db547fb043c4f3de167c19318b7fe21151b9e7225d39f6c3f0d9b44b22879e20ae21e2b194eb0cda7de0a51a02a3e4c7c5912b2c86c9f6e9fe73079f5b49ce78f516a0b0d22bd997d41c97fdff62862b266ef7d3c9c9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f725884d91e98a69b2fc71bbf4e7ad95a485191a807c1543e45a93204c94d2c9f7d0ced7a0f33d2d09701b7ce52f505aa8571c11fea5a9eb240dc12bf63bd569f7fbd51f196939185d9556e29029f22fdf3e952439a4c4776a2917757bc42e59f816178bcef3f5f2921f739507c8c719ac988d4675a91b72ab6aadbbfb9fe379f8e1420f1c614e3923fcf77b2090c8079953ab2f076ac3dbd500ccf4f21d5ad9f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fa1d47acd254b59e1961ec5b80d7d477385eedcfcb43ef2f08d687d47172e139fa96d24e30b07f6e87fd51bbd8ca093a95c557bc1c9db7979075f0e6d1c7bfa9fb14e4ef954b03e6adda00caccc376f62f6ccdd06858112a260fcb1eb8b1b2f9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fcc7576f3ecad10c826d700d00366c859828f02937d34f9ad64797b2c925a759fd0687daef49382f4d521e510166158ccc9b1d118391888a0dc36f3ef231ddd9fd6891ba21fa64c6041c7b53fa7732c95904bc6d5df77afcaa8d415c83854f29fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe3cad2b43f35c7f26e0c82eef492905036d6869e3e887b000b2d787ffec7659fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759fe9178d0fbf7eb120f6c5b0df3221b5b6c079a67a222222e50779d2cdbc5fdb9fef0cd74eba44758f7233bb9e54e87c56c78466801bbcf122fbfaed65313c2d9fefe438e4679f6a275683b14e50c7e178e0a6dd47d32261fe79297c930f55de9ff0d3465277d17080249271ea1bd84ad583dc9d952c5b0ed500ab4f85af68949ff251b8db2b6f42de56f4b7e0bf6a84e19d8416b853877f46475ad2be9405bc9ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828be9ffcd2364400ee2c9f330681079ee2e19223a03e61fd97c372565045a348c99da00a0d2ec0eadb0a3652cc33f8f2ff0a9cab346b78a53e1af4e5fae301a843bda010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a018910f743c22a6836653d8827777cdbbc1c6f09d43b7e3a881dde4027751cca02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa02d42578e42aa60c376d4ebc43e4ffe1f953a5d10523847d3874e15438e8894a02f6e55ae98df28ca5930b891682ff73f63a3c01b12a63fc3aae243e19bde01a0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a037df1eb355bf502208c81bb2b147f0232eaf74f99e20d2c9783000f34c849ba03b8f5c25ec039b764271cf782b37f33f6d62d36742894e55d46e5c36042325a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a04dd4f43d888bf35def0bd35eb8dca983b909115f6e3dc39de3261c0f6f5c4ca050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa0622563c16281b90951fc4ae3ce8ce8f771efb0e094c894112b3379b2e71fa9a063f5d9b162ccf187c9afe22be0b52ff8a14d7c48c1bc1e88b113dfb16cf9f0a06501ce3b3106749098fc6a0f5910c42f93fd25985582f0790a096bc3b8f297a067441136a7f9d269af81e72fc4893b9dfd9f0eb5b6149c7adf103d82b5f99ba06a41efdbd4ffa61d798e9c539f473ae68796edc1d965f3e17393151002a416a06db3a83721e95f549e8e6d0f95de68781d23b634bc15bd64c24696cf8a9ec9a07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a08118c643571eaa6f8f46848d5218341da48262247c89be7f4c310959206c21a081b3e08b3a35ab57ab1bc4fecddd1e623423ca3e2963a1a05375efde20cddaa0848c9795a85e327a20b32cc7fbde70467c909a5bde0fa2603e2a8f3f5f2631a088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a08a96d1c8a7bf9f4ae7e6d4dad448a122f4e6079fedccd9f01760a4cf15a756a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0960cdddbebc1119316b54d3826c0300bbe162d412e697a3b1f4c9bd1ea4b5da0964b72951aefdef1bc54ab7a13571d721cda59955b6352c51470f6145809a0a09848ebb17127b26463842639522728aba59e896fbaa5791e200cacf069668ba0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0a84868ae3c381cfdea39b07b444a7c2ea377120ab5b884650ca1e63a1f9761a0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c0902949d326960425368164e8a9975f1ffc4d5edbc5a9048df0096505cb61a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c52d9bc8d38069fe87857b3df71a5d0549cbd3b805803f959878be5fe84d3ca0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0ca969669aa8dd375c60036cf30332b24c16d585fceb43889a8f457094f1e7ea0cc67447e516587af321744e2a6db1655945f33525fc89a3e4db55a93ac1426a0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a0f51d40e5ab7ba69a9030aee0ff0fbfe82debee250dbb5c2a07742dd41990dca101b7ae5e55ab8206cbcbb4eabf77125067ba5dc7c8111a34ef853211de274ea1095cd4c8e1880ca2f9f41864da86747d3a40e3ee951e1a4faaa37e758f5d6da10dfdf9703eacc22a80073977c2971d839264671f5f2b6f12e23981d230c3eca113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a132bedf6b0bfdaedb6db0981764fd7259267e1f2dc9b6679d10beedf07ad031a1353917ca3421b2d9114767c983f1077b47c17eac924db95ee30c2a226f2bc7a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a148e06a9d61769d174459946793211ca3d7695ab002ee558917321f31bdf4a5a1493dd51ecfc535d99c84c0847ea11ec797831210b8aa81b262e235830a06bea15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15a604014441c63cd062d9b12348fca9b0f7622bdc8aea0d235a7d87b567fc9a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a15f0825ea44db455925588d62cf9c1fac7417d90f3f4e2286f2a0aa88b89212a16005fc075ff89d75f355b98e3d6654730942e42a0e3d7528887a1014264f30a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1701542aba3217cc57cb229b8415092cbd7e5321a6742484a651b1800985039a171c980773eb202a4513e0d3e7d5c67dbb19b1174b2f4b09cfe1cd39b552ba8a1756da8bd4b0ac53f5760b2f4edc4362aab57f3918700514e92b3fc22647c23a1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a73e6f4f332fcb2913f9b5fcba474d3139ca2461e7fc050019f4e0f5fb8c6a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a18800038907d70ab9bbdf31832941823600ef895cd1fc8ea8cb962617a9f85da18bbac1f8f56b1306069d5096566fb407b9cd54470e6c82ce18bca4410d746fa19616c1c0510ef931907fea20d9475c363f99c672ca27e5ec10efb58f0bc0b7a19bb9ea9c434fae12d852fdbeaf37c99b193c1d76969e854435c78c16a18256a19eeea719e238a32fbcabec76337cc7f95ac6fe1015ca67fa9f2898156d8326a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c4fb28728703928c0721d923089514f27538627c4f362cf794104a66ada20fa1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1d42ae214d71ff7910c2bea55c16c477ce36b934bf1143947657ba4a4b4c2b5a1dc5129508d0f099c33716a93899e10b344ca8ec5523e02af69cccc941104e7a1f2e93282940e585f5b126a90c78e8637df484c90c8afa83db1546e5c8c6c6da1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a1f7940162abb1c9ee18b60c43e7d396609adc6295ca85da9dd05f8e3044b3d2a1f79fbccfcbd924a0fb670e94651f786b486fbb2032364cc4e962ccfd061111a1f8ef195c4911015fac0111fa2b7c15ead892951e0a1bb726fa113d45a997ffa1fc487d0d652cb579a763a6daae0db431fea6fefd10a4c781bf8f35c5e0efbfa1fe2310a970e40e0c74ac5dc9663f6bbb18023451fbfea19dc5abe641710cd9a20245d35ca9c19a7c96cf3a44facc4e81d66c2c108e6c23c09318af43e84425a204ef926faf1efaae3209605071c5ad05a920d4620ab314c8a4a790eb791818a2052396f4769b51e0c8a2f6fa06271840b332c18384f995e7a2a0d4829f6df6a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a215e511251680e4c4fd21a6d2f2fda7efc89eeb8ae215d75de35fd66fa56268a218ed7185d75c00347beb343509196dcf0c22c091bbc6f679f6f9576c95c847a21b6da3e02f79cdd0aa7021985a7ba5df1045e7d996de2e5a716f42840d4837a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a2252359855d03161ff91e423e92536d5fac0633d5445f3a8a5dbb36869e0ae4a22a40727ee31c06bad217e8022cfd8f3bb69dfde41478f0c7b89fada69d9477a22f5b0a4de9a294c0d0fe2296243e58098cbda50aad62052e8d2df09ec87ad4a230fa6fd08eb68c07c435d23e84d00386236cee57a6a85790286574ebe76a64a233165467122d5ab4e3424694281e4f299ad90d66987a88e13fb89e0fd72780a2352b73f8dc5caedd0a18800b10a1c5f72825ef5e17d863db150befe2d4bdc3a235d1a7fcf60e791b4f0644e514fb83ba91d521bbf23e0cbee47cc0e92ee972a23a01b23f89efef54e45f1aeae15ac20c25fc5534680716e76a03ebfef9868fa23a1bb5fd08518280eb5953f3dedf4b67e96b7506272f7e640d1369676d6816a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a23edb9db03bbb4353b234b551587f3e7158034f1c96ac73076d1a1a8bf4b186a240e21d4032d06f307c8a86c4065b808db5fc7763a7d4570643074b46a427efa246e0f6c4ed0582941175ec5110335e79217dcbc89b7e0349d9803ee4d8ef23a248b1f7ce6015129ee7c49f52b39252b4ba10281ee694d23b0b9092440c3ee1a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a2677c7685d3def0ea760990db7685cac49b5700c928ec91406aa0b95e1f78eca268c4c81e8bc9256e073c1f3ff9caa15a10df11a1488465e8ee95aa5ef8644aa268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26a6bf623fcef9ecac555e8de21f1772c431f3abf9aa2b04b560ce3a2098d8ea26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a273884d2e5ba558bef53b8061915e0484d407add45e7f14a086d7fe2c725588a27805524818e994307729409076a53c69b1d928ce8ff0f174b5a87938d05f17a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca28e230cd11e0c9ea16d29118911f073cca2f7836b67df6fb9c587fa55e49ccaa291c241160a029530785e3ce4e51c4ea7ea2f3b54d3b2ea3c2c18b1f3df97e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a29f71f4e83f7b16512538eaf1d1a3b17f3d1fd71d8e271e4ea9346fc392cc73a2a35488c68a48058386ca7aaac601afff95d7aa47f276a705287ae48c3b5aaea2a783552d803cc44f6ed9b3bd0de48fc079c7c5a0cefa999cc9fa28121c9edda2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2bbc73559a658a467eadfa2cd9acba5b6a467fb58e7a4cde86754440ab4361fa2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c7028609fa0ff06e57fc526287fd83fa24678c452a8b0cda0d4d7af09f5bbda2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2cf0aa3c8638e595435d2dfa95296b3c3df94be0fd151e8160459e8c7f9e93ba2d5095e2b047a3a252cd80cb131137a8c0c28f31ab3277c85cb54e939f8b84aa2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca2e34058d0850332fa799ef00bf741dc34d0010aae2425c366dc0e7dfab8dcaca2e538d39f3f9e3ed72d7ae0270eb8eacc95d692a5797ab3feece319db105eefa2efa1c8b891b7376a318614a0d630ec9fe9ff4ec77241680cb5513bab629a1da2efccd7f8fc1c4bc4f9c63b7d591850acf7a1d4fb938c5c081a5a348c05d544a2f28598e70463f758125f3993286b83cd6008075cf2e7c07f763edb9ca4e6fea2f7a6497c4b9850ce6eb8aa282afe7431075288643913148a64543014419997a2fb74ccccd9250f7b77cb57084abe9b2909397cf4e3812caa6af98a7703459ca2fc0e325919b041d590b721674785cf1147cc75f40a9ba7b099b6399e30fd69a3028c76c71c718f9a48ccfa6fd6447b3b8f28563bc0e668c20e4b9ef76870b5a306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa308352df9883dd8831be1c00b4ed5004f99fe47571877a53ed1d3cb028753dba3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a320b6319d6669e355f172610977691cc4860dc48eba508625220cfeb38b7258a324e306c1e3484bb4f4f34168b1c98d0f86a7857200d903614631916d8dd48da32ad99db169abb3789c945e5c2daa4ca0076ac82dfd78b3ea7e834d6b531ef1a3327c345b85634627d692801481c43594d0024eba1fed5af3ed4fd5be6bd664a33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3484851a37593d34b8717ca37539cf3adf4b455662e82cd77ebf0a0c84e1137a352535625be1336f1297b018e17824f81c198d7067832e3d24ebb4186becefaa3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa366ff10ee70050d43ea958ce34de4e37d8407bb02ab385b003ed2d22e6c134aa368a3657ae5b93aeb1d8a9b34c6526800e5741b38c5125cfaeaf62123c77b60a36bfb2d46594c73dc3053bf9f24dd6033273c6e89a2f3362d064398c83a473ea3776366948a9692efebbeae26e8dbdc51e0247357a711e4fc70a7400d7803a1a37b7f86bc4ad75f5136a68006e70c5fd2547953bcfbde63f9016c737624ccf6a3846827e2e3071a0b982caf32a573f3768a43575ff98168b50d3f0e40e62d87a38f0d4eb34999db99e9f46586c96174ff8ebabae5407f935e5bc312e73ec05da398282ad20668eb7094ffc1abd7bc226f907d1098945b62f216b0e3d7d440f3a39be51a0f404ac1d1909678e12c85947ce67ce73464e98fe46a72584ebde438a39dccc1ba01d02ca00155084157470b868224bdf71f47ac2512288fc9aa84d5a39f4e0783e25bff73a23cc48e2918e0c320ba5ac3de395142c5e6c5078ca1b0a3a577d7dc1dd5a872c9af0ffa999bb71a107761d080ff5ae04ea51012f8095ca3a66d32762ccba4772ed7db7c833045360bc922d4690bcbdcd8893c7e84bfb9a3a896a245ac0f44707413c3e4ac0eed002a35942711793f5d12c3da1b174861a3b2a5dc9097352f22468a1dc87aee1843b643212fd97b61ccd4f2dd0025b4e6a3b6804af7e225bd811e920767bbf20583acd3060300114c3be337bd1da552eaa3b9afe91b1a14a6238d53b31bb78f4eb968c9a3935c6e8710265d2c12bc686da3bfef77d4568edf13098ac89a384fd19ddc4a3a37938911cd372828865d32eaa3d1e0381d7117a3e9734db77595b15bc9d7a55657a9d0ad34707037ceeeedd4a3dd6802f37400d286cd6c73dddc5ccfbc72d5674ae88ba797d6b77a8e1a2094a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa3e962695b1b634f4ee6f1203856a91a07e18a4b6487d7833b012c9c32023e17a3e9e90e36111b71d5216543e4472f8cd3e76cfabfc9e38a51fbd857e88c1949a3ebe8bf53d1c1e6972f5d33ebf0051047a96d8b77dc1b1ab1a6722e9e08de0da3f67c2e8742ff2340ccfc52f45935f51265571dc130b7c9804a39c50fb096eaa3f903d3bf47358f19aec7661a7a96af4d18934da265f0748ac3f0aa8bf711aea3fc5cd391bebd3b4d01edcbb3d6a5e42f046522652242fa02eaf10007598db2a41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a416eb06e257b82a108c50d21e15b9e4156a7b11b4d0a0a6a1c7969ad1d479c1a4198dc12eb7c42261b4719a7cd8323fb19aa3a43d3077858020f43a8ea6a213a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a422ef105a84b0da8f9ad1380d0f3f03b88a903fcf0ff684eb7f64860aa38afea424c68fc3a689c31bffbc82b39f4047398784b02fbedf62b250cba0efcfd6eba42626d4e3dc925d99fb47c89ec026974db1a4d437f8d039681d57ccab3b55d2a427ef7f896fbe0b275b1c7b3aee059fb2b68121bac740a8928dbb0c0013776ea42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4370a3ce21605935c7f0eabad27ae0ecd4e36c84758b12bf07c9877dfc2693da43dd74a42360ebdbca279dceaa86a3b45bf6508ca37b961b08314dcbb2a668ca444050fd21c87ad15b69c5e182a5b577d5a66c2c7344e726d416ba0be497753a44cc4c6f5b497289d2f72feca89a50f727a7abf0aeb3299937e7048d4e65b12a44f72ea6d3e9db4e244120a80c213d902da83e90ae040fa685d101cd757cccba45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba4569e8ba5cfa04969bbbe713f2c9e7926e41c1c72e02f192899b5176ca9ec62a45b13d2330da7975ccd50f0d15c3c66665e144c8403287facf1a475c5b0db17a45b84263e5560bc042b09964b03089976aa808cff15c8af5057d35e0c3c9850a45e85e5bd0845e41c0de9540ac70d4549deba693934bb6ce6d9c02764dfff4ca45f73dc409e416c2e2f9bcfbacb0c99ff0b7ea7622794be6af305d26fdb328fa4607e88d91416e864fe1263c28a6df6e7631a2719ec8c9ee9ea434414de6f84a46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a46ce91e4e1c6ab9c6f88938eecb5fa8a638697fa87aa12cf977cbb09c659b4ea4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690ba478783b599741c4cb749c21c21d1245449e87b93d8e903f969853f94c5eaa4ca47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a47e42f19b9c9b3c76ba8109a81f7852410c2d2f4b869aab512188a52f3c7a8ca4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4b190237607c99bee0c6db9f07728ed47d9bbf0756ce0ca26c626d095840a00a4b632546ce521bfe9214c866ab9d4bbe15e576ba1b608a013e87223a69884d8a4b759c029d8cb90c3cb4375914280cc8c40faa0100825a901433795a90b9139a4b7b1a98b9f514d3bf667196a8cf4c8919a73754ade6d42cb58a74cd6fc0dfaa4b9a525ba1cffa3cb8e4f374293cd8626218653262ca8ed8d1aec1de081c123a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4bcd924cf5f162a8edb39b7da8b37037cd97293cb4e748ea2d7c9e7920e2a13a4c4721a35865bd300921c2ba247f0cf1c5d56e204c63a5278c1bf0dd90c3ff9a4cd32289c7ca5f563f60c6d1b15a6a455fae1f47681748f501456bec12610a1a4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4d577cf7cda4e1a764664360566017e9c001b80e47f966eb064dd5a24c2692a96f6276c41a4d6f2c4743cf7f94c6b3ce29ad2d22ec41e5311712a6e2f6b41fa1eaadbab99a4d873ce8e71cde3324af0bcdc21af72f42a24b381daff0bce23672f138b0031a4d8b02fe54d105a9412ab513686790dccf0fc1019dd9124519e56f36bd32d3ba4dfc13433292c62f443241550515c82dabf3db50b94bbb3e971e293975915cda4ee74b834649724f75d16202492644b1f852511db12d215dac904e70e11ce4fa4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4f78c57bf6efcc460444db3f39e0437cd032cd6a02bc77589c84a6e33afa8c6a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a4fe4ccfb036388c0ee42889b1261dcaf0729752bd180de91149cfc24bc6713ca505eac66c6e33dd807bce04db158542281ddfd99a9f0b473becb2204d5f6ebda50718254356d6c0f0fc93823b4851e19cb1745b9601bea2a720657688c381cda51239db23d38ae8b447d8b140ab2c1775c59f70c9ad2c4e1227be1939fa32e9a51311a83d994fbe0e02cc343c4ab5730fae680c577f783a7639775bce1f7adda51a63982ab021b70b30dc408560dfbfce54ccc92dc35795f939198783d213dfa524f7ce0012a973e19f8120c1378751fb2e9ca775fd52dc136efcfaa4944daea5299f597c0a413061b5bad60db325696ea9d0fb9ddf9e6b4d6a114327aaa415a52acc083f9ffd6bb9131f0bbf00247d9298eeca5c2bad4cac5e74fc77244553a5393a2d3bacc0b38bba9ac73075642c7958048c0d65849572fad78dc0266ceda549ba01c2bfcc00e59ae658f19bc935088d618bd6b9f132532c7c3d3bbb8e2aa5533583f55ac27542c6dc14712e50f8d54a76bebfe65507d9bea079200096fea55474c3a9c88652ddc1271ad243b8e2ce3e2a09d705cfe9c55155b8a120c0a2a55827c5436ccfd48274f2cdeb9b82db795b4484497db4c702866ddd018efd86a55ef6e875071beae80f56833ad53a0e7010fc620e654e7d680746bfba17e86fa56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863a569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea56f46b3e7b908ddbfb52823d811cfed2b36b88b252b84a59bc8ed209df86392a571778cf28ee4c66e9b120b5d8417c95e13a0c78175317d60b29aee984817b6a57264f858be0d6a8b7ff2e470c9ca85297dcdcaba7d9e257ebf3f730ed7fd98a5746264932ffd3aca146c9981feff0c5f35b501c6daef1d84495ad664a7f092a57694861f67db4db7c18a8666033f4b194f762fb0269997dbe5e422aba7c711a577924a48052e7e0218574bab3740fe2a3d43598942e857b0d32781b5b6e85ba578146619e66dcbec8eb597ddc3f43192576f9edf70d98000aecaabc0527a46a578c4563a0508b36126698921883a933cd15e2455340674bfcaad6a3c7a5db3a58318b760b86662f23ab244ad5d3c3c0715b93ac594d75f2b0ffa59c508b733a5839c3277d592b91703faf7f71ed2f59b92635064bd79167d52c3152e67a9b4a587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58a075bbe5595b203dcffde818b0f1bf97841c2fc75bd875687a23fb971f9dca58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789a591437facb3c6b464cc96bad34ec3948a4eb070d557e91f1ee533aafaad8762a5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a59512746c5d3b2bf2bf83e31aae6ac941f356bbc18a6e7f6bc63b91c88437a1a5977f8985259185607655e46ea41974700c8c7152f77c11cf4b04d6016437c4a5a2209fdf77fc4dfc8a95d3b359fa0d9425a91cac25f127a0614ff44126b978a5bb79a8a7d4c859928fdddbb5f856d1c8a756eb237a488f5295e75564ca768ba5bc3feaf151775a5e0e98e1580968378fe5bab53aabf58106764e8335b3b14fa5c6251582efa9def13ca4949c51c22a0cb393263e2156dfdd4050c00c66815fa5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5ec3f5f96877a34166a861b17d1e722ad2f817e926af058804504d43ca16346a5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfaa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5f5b5016253e270ab37dfb69c6e22205de2f4e9929854350735450af68b5338a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a60017378453726f2fccbd53ee02a8ad0abe0b5b4db419b8b47f8df1ece5c67aa6032ec5835a7a4c15e87fc6a7e8217d11010d72a8f3ad4c2c5e0e73cd7cd7d9a60a67a94ac0e108bd64b57fb21694e075543877283d27311c1a48fd3959e981a6106522761f56af83f7217499a5581f42be76b60dd0dbe7bf95b103d118f631a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a61a7abe4c1e30a5b4517762dec3d78016d1859dc188966652e8b63d6badc7e6a626a9184b95bf7073d68d79e4ff1a981c403f371f479f9063ae90230445559ba629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a62a83b1b30773e6f8ee2c155983fb492bd15b807fdfdc8473ea87e4280d4717a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a633714b3ac0e5944ffdb815e8188f5c525d106c2c72a3b31ab17f7962a0ca44a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a63f5a742dc1284498bc1b7efda682246dcdbc8c776aee78240afa015e1b45f7a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea64814b2b90b604d6dd4d160b03d949970e1cab3ba4315da88b732d002168816a6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a648d635274d9f92d83eea8e20adc309aafa0eb197d9323de6d924499d5299eda64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a650ab9173270aaf0e42cae64b4d24eabc93720c66793679ddb51d5b89b2a965a65452c38bb35c180146f1bc853c312901288e4648571e146181890d77a48439a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a667d96d7b67be2fd7bb21ac8d0ab3737c95929f06d2d50d935fe3f74ec8c137a672990fd186f12d2c725f46aa76bfef74c5f47f93f95fdde19cbc8a15504e90a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da6817ba49b98f87a0527884fb42c6941053b0d0f76670f4480701658dc8a7cb4a6819c396d51897f95119d594319388198c3b17f1cc9a57f88a94aa5946fcebda68285e21cc6ca468e0cd906004ff12e516d2b76168a486af945cd6f644658a6a682a1832a96e4ee3f29f8926a66e62657b8d494fe8b4c628d58e4c757e688eea687de515f93f8b34e35308e03ca75ab052f0933b3ab4bf7e6a061e4ce08158aa692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6ba1f8a0d74666123a3b92ca71026387b177cbbd0689b360b9f0f986d087c28a6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470a6bb954ac401a43762d05e27e384c2d781aaff4016c4efe752caf79b8e7250d8a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d247bb30a3ac3c3780de1e2561c668f42f4f8a705232afa694e815a5f71cb1a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6ee5f4c498cc62b0e7c1ada3aea32f60a8ac375149cd1b6ac70e2af84d78618a6efc9cae0daa76c53b560eb5797ff9cb440008bad10804a361aadbfa4081fc4a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f361ca58d847c65d7e1f8996e672ddb6a4f42648cb57e1c56596ddcaba1833a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a703854741f891088cf69cff86eaba4c8712c189429067c4df32b76beff139f6a7064b1d68476d60726692f079745bf1e2fea8704b1ea65eaf6fc70a3e7324d1a70db56d06cf1f288cdcdd1effab8146474e563b408b1243046fadd9966d0453a7149d4c549347760d37589b2b89c655c95db69f92a622cd824734142d3f8708a71b26b8b86d32c9f0890935c84e23204e1d98570c6abe81ce23517e70198dbda71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a72703c702b36f36c56dbb473b3f6084691e4ce18a4eea6f24dea904f44faaa0a73267b34059b0685cf21ef1ac5d70c8773146078e83ba29512240d5c8b30d8ca735ba03fd652971886ffe757652afbcda1eaca81c05cd0281239103b404e45ba7369895f0a21988afc4d62d5581de0f552855ac795963a622096d830e9c6904a7538e888f81512d038ef2396c378a37939b8157fbda60965d376eece9bdbc92a75bd689707a502ea1c06f761c9affab806dfbac1d414b7f36fa780900b4e9f6a75dd1270de1f471106c88b1697825f04c00c3e89bb15622845d163064621b29a766ca9d69087fc8e4700542263c84285513dbeb40b93a1abd406d7f5ce43940a767377592c58ddcd467f123f753e31845b6a2d5de0983f2e9f7626ca0e69f45a76a48831b528a725205787a272ddb55f400459fa124c8d852ef468a4f51dac7a7714f798c34f8603508c9a5ba0cc629be6429cc5db3004aa9f3977c4db9f499a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a775c2c01b9bdd5e759952578d19aa4db0c5b5742aaf0ad41d8847971a85d0e8a7794b45c4c8b16bc764b79c26d7b78eacc9ff291ce4ba3408a617d80bdc8fcba77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7a1ecbea23503fb3a07db54c8badc30479d63d8977bb68f65857798025405cfa7a38017364c34b9da6390df766092967ffa4ee3a2e62d7775a5542372b258bca7a8c87a2501a52d570dbc1427e652826a5dfe98b61418de686a4d38dca8362fa7a9637bbb49be13d0c543564dad1efadbe3a585aa6105949199f2b775e3b214a7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7ab6ea293c559bcdaf5125b483a9f1be04214229b3a73c8866ba6d3a0620f53a7ac86fd5e8bdcd896401e023f66b2757dc0d7bd67e3430169efc737a4a70eb1a7ae54e1b7f3a8f0bb38ce57bd2227783337759a44cc8e197e425e247240c3d8a7c12fd12fae01768af881be662c00d0a2a591b6b19fae98b80cf538b4277043a7caf77506fe3b22244c76c279d541fd3d3ccdaada72bff852b2b0731782096aa7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7dd31348167863315d1c2272517f84c7c2097837bed5725d9ea5f6709b7404da7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7e8b98607f2e56bcf46d4874f39b1edb8c64827ca5b11f49c887c523e5dd376a7ec760b2aa21582c0eeed34cc417e5becb8dceb8e991b763f6c4e87cbfe934fa7ec892d0b2787ca3b24c13eb7d549f03c27c819ae832bb4b0a8ad486631a7eba7ecd2bd620d4b1873ef75f41cdd547fdc7bb3f2add9ea7ff3d71d7e652ec620a7f2df9c00c38ca85ca16bf334e80d1f2a4800800025d3d15ac3b194c20f80cea7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fc1ca35321236dbab27cba3aded3948f297afe0f5923ca8572ccc036b34652a7fcb030244afc4d141787f975f2c9f6768df498b7eb65ab661b3b998ace2a93a7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa80474ec039ce4d9b4b8b12af800232e704704f456ecde4ab3b07cdf197f2281a80d60f92c99471768914289f20910d08bb2a35a96a287666712d6105ac5408da80da16dd30cb4f703e0e9c3b77295c19dcf85199a28264b6022a6d6d13715cba8146c17d83405021521869e0dc1a05a3c9bf3bd87508ed06cb7e6d15fe0b2cea8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca826ea3f04e69b7ee9af1690bbc375729c9d34ced08e915b07bba19adb7a5e0ca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82c868c801e3c5cb9e591745f1ff8af468b77cceb4b18c4808212d5d3f7f408a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a83d37c3d0d5612850b377acc69c0407261688bbe67cfd04fbda1de0dfc9fbe4a83f87c47c61b7dbe4c98762de08a94761548bd8b35c6f55651a2fc1b533311fa840abf84cc77d9b2a58a2a548ae93338a692a74d2798d6bb99e12f08480457ca84d1289e4937aa316989fe73f658d1033e567fcc97de078525cf51851b9f489a84e5801030f4d47108971065f9fe872e1d7352c2510738406dbe0d6975010aca84fed6340bd73e6415ec6e84e78ab9a5bdb683bc436389db41ba2e9324ca97fa8511dc6044720a1a7de6cebc359e00535fb6bd9e1b6069e16efaa99e85f997fa8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a85de641cd5e0345c97db0795af7b475fe14b327544c379208ee0a6660d2e01da86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a87b8363e5ffdd01848f56b68c1de317804dccc4218cf96e4dece887e32e570fa880cd10e7f485933b5ea533ff17942eb25b8abaa2c60358b5ce5237bb797de0a886a1d5a4163c034e3fc6e947cf58342d22a451d6c1676ddb2b63f27836d163a88e9e8c2e2d7eb7631269b6489f8c5a63248ffaee31086ca9e9de135dc7dad2a89074fe8dd6c75552d6d654dfafae1914de58906a37bc2824139d9fe22e3bd8a895dc841cb12c557d04d60179a27ade8fb1e42b8c1ac6d7671bddd4d8cdbc6da8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a8967da1edce2c2d1244917a0875046132a230db8c6fc9631a8e797cecfe13cfa896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc21361522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a18caaa66708def401959904dea80d3527d71bcf4d516e82b6387a3e1cc807a8a36c143244933c3178c1bd0388301979251df1f5701e66fe4ba0af1c5a69fba8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c0420d4eb21aa66c94baa7e843eab6107949df1a08d5e61f4ae4ea657bffe3a8c8023ce9d35ee48266be3a535bd0c6dcc51c6c6638941bd68375011addd003a8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3a8d4e7b71d5ad7980a8332ecd3de7745d11e8f7a0f26038fffb31ce77e78942fa8dc48e076b1048b4f23bb5e9d5b66e9d038bce53acede15bb204d33f2af4d84a8e43dbc4404f8a13d75e77ef94a750b60f4f7595bb41b232a0fe408ce93e6fea8e74d7a2a21615a09ffb96282b826999fe6efda8fd650fb11c6b1bcfab45bc8a8ecfb8720b629bf2f2243563d6c8c9f31b65f42d3b01ead03bfe9c66c0f026aa8f1a3a9f3389d7be6efdfa436a726b7bade7a10f1adf8f036e8cef13d1a299ca8fc881e8dda6e6b2fec197a54c5c25290cfc06408d104651ca56b761d91880ca9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a905097126125946403cdd966887982bd1906123c30ecb17e013872bd67e638fa911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91dce6aa1f46493bf7e8f9aa5ca86e33af5a48559a3b3e3ae727ab523a77cada91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a925c848d219fd42ece7697b8be48ce150b6a5642bac9cf16b17fc0725ff1335a92d24028ab4d470930c00dc5a6ad5a95af6aff880f6d73df5f48d93a3fc06a8a92dfbb47f4b47c45d3986e1b49c213291af3311938893a7b982491e4d8f9ba0a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a94f2d59ff63506f143d8496576f878503dafa5068ad91daadea0f65b8c2d145a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972243fa59259681feb1359cd9ec6e2c6b63a9086f316a45773cce74a97c7b0a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a976055de68fc012370402acf2f44a031d36f3d3599ef9e1923f90ca6b4bc454a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa98b605f822e58763d92e7d6478f9efc0805f733ef2c4e9e98d599edde8999e6a98d473c8c698e97aee3e605874dc587ecaf4ec6d0be1cb97fbf999252723012a98e5ff204ce5603f4ca1906a6dae375955f536c5c19ef64adee162ca0a74c3ba99316a38227f1f178c55e865f666afe704ccb93afc41c0c6c6ec1ad06038f92a99407a8ea5a85686ff2525d43b7b28f5ac11a8d4f6c5acf8fd3013a6cab11b9a99531d4af1a54a2fff7d8966d19edb43b22e396d9e2b8bc1ea9d25c6412aab0a99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9a30f533a55e86324fe8d38f83daa88064d3b4136edfad3dbfeea4d609778c6a9a7b8013f3cc18202255ce2e6043d2f4268925bbb43d08e0d0997ab75ed2097a9ac4961cc7f984c2f49630e64abab2cb35d61984ab57c6e22c336388ec56501a9b5e3c876372cd41f70ed630c5cfa12ff17d51a881fd5bbd086c90be647ec25a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9b9df748127f70ba1a405135f3b8dde4ec39a2481ce45f83d027f3367e6775da9bf0cdadc3f27c831450a39d35a784731e427d3ed7e3898f40e90e1b15bed1ca9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9c206f1aacaf9b75da419ca40de974238e28f37a65c0e5b8892caa8150a164ba9cc104aebe69fc7cdd1a1e7ebf0f4c85a04037788de3913a5ba94a13a96d2f9a9cf627f1c6bc2480a697e77c87dddf35c2978004f59186a9f86e8947dcf066ea9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761a9d464141d530a40e44b4d5595059ebe3aad546007c854638af75b312cd84947a9de1e49a057bc6f1d70962bb2c6fa17ccf9aff0ba55f45d70188b3d174e5cbfa9f297f85abd67c224032ca33a333b51a2ff3019a9b0d583f72098e4a62080e4a9fbff2aced730a224970493622b44571ed39fb227122891b571ac16052e1adea9febdf7a296c2c0150123ece299093ac77551d5d510256d606e562f42a5cb4eaa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa04931acfff24858a23e36b5c3dafaf8dfcac5aae0ed947f3c076b3d7dc8c6faa0d6148256fc8c0576b1d1c8ccf6884b7c01130696fad057cacb80cd4a7c033aa10682e39859bff819635e26174edaec43093b5cf2a6efbe054eed2ca202425aa1f2cdf6f06d115ae0265b1c301a55bf0603c6f0b1b73a7bf9ab750bff862e4aa201ccb2c6ec4a4d326f6307c167ad5fb69d3050bc91e409326d65285b27c1eaa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa32c82c93e1e41d0344eae087a7a2607a98928b197863abc3e67d782d3c6dd3aa37fea54e53124ba60feed99a8fa712d575039c7c41c411249a68b572058bc7aa3e996113e4ac8ef802b720dd7726749896efb88ff34b021dac2f5f7d46c318aa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa54bb1ff28a3cbe43a1469e04b862fe0b969cb66a67b989b81d7a09e1313818aa575cc87d7893fa3f10c3e2f4cc755d10cae9d7f96e4e8fe970e58f4bc3eab9aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa620ad106705850f67e7a2c4c9cd8260e37300cc76cbb36b173bdfa1987d3c4aa692d7c9a3f5d8c15054215a5e41964d2bad13f8397052a6d5aa83838f4c4b8aa706c600826dc6c884b23abf5c9557b6d4d8f362cf68583cbded2a97995ff88aa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8ee14f7e20fd533edabdef1b023b672e835bebfd8eaf2fa0ee4e93b2fa3c19aa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaa9b4e87d8e52d29cd8806c3e6bb83859e7e35c87c7a49283a2eefeea3cb1892aaa4f7bf086b4e0e5c07ac1dc5514198c85368b5c540855f4985257a39272538aaa57a3beb547c1e037db95f53b35df437e9a36da2bce8bc96b9b3a94cb9a7daaaa97137297202925f6da5e51f33400e785aa50f56d3eaee797cf6e5cf8bda0daaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaab242be0b405c4819f54e38be501fa8e1dfa3ed44b8f32e15f8c1b408180f05aab2e806d92f311786b3b6c24d07bf7a677bc6c5b73b6098bc780d33cd6992daaaba51a32251591ac7576adcf5c2e8608402a6c997b332439013f7483c085e71aabb12e2ae0e9c71599cb2f286a55aecafd302c661764a746446fb6a9c48d18daac3eacc1408148f4a999cfedc617712c95fb3ce1072b0bd5959f5b05384fd60aac400ff3c779e87a9b3333d53c2c277542d7c22daeef5087556c96320f32077aac5759cbd92b0efacc7ff0218ac79dd7e423576da375b9b6b246cc8853cfad8aaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8abaad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aae1bccc7190b4e82794448c941c65f036d43fdd7bc6572ec68763beaef81d6aaaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51aaf89c39ed98af5dd4a7600932b74de43eff09631ac940a68bb8f39f072e1228ab05f8e736c6d72cfce0932fc56a9150c2dbc8f356567eb04dcd66120d4e446fab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab1501058821795ab7dd11dae867d2c72756522c7c4f4512f98a144517c36c75ab160bbb227db7f11281f9ec376f534c043603a2e12817db5235b128a8be122dab1a4ff4e5af3f02231c176ca8ce9ce5564bdc71d043ae6df985672e8b1a7721ab229a0491c9bfae7d0300c11e2c1545c3d2f08835030b2488a3cd005d9f557bab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2423ba8a6d767471be258bd977630d865bf4a947769b9f692f28375e56e0a5ab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab2919cb5acfaaffd9a94568c1fa8049046df64ac1ad2bb852755f3969c5d9b9ab2c86e4f819c9479f63c91934448e383a88f16622ef59410063dbc31fe2375bab2fb990ba9268df663d400bee30f8a735b0f4a148c6300d3774c0e56d10c438ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab392b106e077a3268e27bd93001c308de4e42317146c6bd0ba52432fc193523ab443cce2944f940c1e7035458fb8ba306d0d5d8f5c4afce771118174c70d104ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab50d7d78616ddb1abe25447ae10ce1a039c84b3883568c99504bb09feb1d090ab555f7d261b3ac8f8a67067991f819b83339a5a183f05a1625d204bb937f5b9ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab65648247904b73e72c8276b2928bf54502da2041345c00e0d46f37a3c129a4ab6afc364ceff798e39cf975e9b51669118dc702f8e15741d06c6235ec3aa45dab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9268209c7ef384d4d3bd586a40c5a85c2d07429d2242a73bb7a53848f22ffdab9e644a631f8a16f2b0ce5f1ea7c6eea3d0092db47f69f6450d565ece9a7ce6ab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861aba97c85699528f1c2e1fe7c7e6fa8a36417523a4f90c089f6884df902c6ea1aabb05e86d5b362f44b608f1731dfe9f9941a72800f01374626d8470c928d9cecabbb13c6744e72c4265adc47b338d1e95fa1948c7f138d0c097cf1b8a27edeaaabce62e0595accfe58785733cb3a95570d1aa0aba22ece90198aefec6b099eb2abd3d7d88cfe4043e9b805422bf2b488c43d061af5a1e1f4eeff8aaad6e297e7abd88bdea5076ea055020b16e913b9ebb9d02c59bea9c860c510a6be68080847abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe40c98d1a4d2f4ef085c0c347568bbe86f868a171a62ebf925a7a27841148aabe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abe6d51d6bba90f2340953bc64b84b0fa3c31b4f8f346bff1d284046031f253cabe9da96763e3fe8b798ac8b1bd2c57629d6595a615cfb7085b74398c3c8509eabf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aabf4584381f5bcd680e90f19e20ac42ea845ebf7fd0cc2ac321a02fbc70f9f1cabf4b1f983297c51f2bbe06e71d51b67a1aa8b3a88154a4b6be021a1e9fc5726abf850c402cd9127fa55d04a6dcdb2d7fb2c381f70470dcc825d1f1d85a2d2baabf8d78092b2770a802abf88b4a10094734e13aee1ee7bdf0019203e7f8d5fa4ac0720d8ffb4a0a8bf2f62cc99bec69cdbb020666d11a37d31afbcd994d9919dac0aec1168f73dfee2449b9b4dcbe93aa107245189f6ba17c2231302d6320a53ac0c7acb1ffdd1d7789fe7e5bcb6fa2194b36bf7ab3d0d622b549c0b79bbedcdac146939f546a65b2b9f0633317a741ad902d68c26f79da2dee12f62239a4369ac224f2d345f70694c00515b0b224b72ca262637abc3c1cfdc5a640db1051fa8ac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac2e01416ea0f0febcc2d85ab1b76eb90de44f8dea0a3dd7993dd810585d5d0dac2f757efcb8d43c51c6838df7d6313c5e81ba80f6a452530ada7e6e42b7c890ac36597776e02a946197787de42543928ee5c4b4064d6eebb2006f05bccb6c12ac3a75e8a81b010173a88a574fe2fb8cd2ffa628ff9b5058be320fd6139b7420ac3cb1fa4ac248d176ca6905ce0962e08d8c346c7ee365d046ebda6d016ac215ac3dace767cde7c079943026ccfef2e2eb2f826adbd4f4fcdc1597e00823e878ac471433f2a3bdb77eea8d7aaecf29dd42d94a87aa927a9fa67c80bc377bc28bac52d710406f16fe4ed243a30bcf7d425c1e6457fb9655a1651317fbb976690cac55fa7d363746b84a2085ff7c2947168197c87a7eb5334eba544bcb7e9f56a6ac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac58d14e06a943040709549560821b6bc7f49d03c70cecdfdac86404c2040926ac5bc606a401dee1b5f72ccbb2e76256e574280eaef61d85f8117bb45e3fb7d5ac60cd868d56dd02236f5fa009ae413cc41458397218b2868619640a9639afd3ac647e14269fd85847ac18d52736c7b397ae601932f8a137d2a6e21d9d3ea21fac66bc88553473051b99e5b01c910c32ff637b5c25a11a27015fec7fc56825efac684327d9b702a25923f1f79af2f41bc67844099050ae1c2866cf67c65987a3ac6a72ef2145eb18b8b6f05275182f7146e2daa737cccf99f87a833cf5984cc2ac70c73a88a17fc86a8665f288201dbdadf3e9f4ddb8c9ea90ac4350e2255affac7726e74fe903b8a6533301000056c0c8ac9d5d892154fa3500da3578d93e96ac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac82107b456f6c502c7168d14ffaf7c1b49c1fb515469909bee719864466da13ac831b95332aa00045fa0b684b99f70d45a4539c1c756791db589a28d7348741ac83307faf672504f7b337a6d75df6ccf32bd2b52eb7ed9ce85fdd3144fb46aaac8fc9b418e72ee644ba08ba88bf76b0b77ad39f156d2f4079d3477a55073bcfac8fd41863c08002b52976deecb6dddc1751f7ddb9b850f8dbc6fd3e26db9b83ac9c8c338dcd97b8c3314f6bb11a7a26817a1f6c7dbae9d9d7bc999d3ac1a694ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cac9f3f43e49d1c2dfddfe6acb3aa94985936d0d16327e61a7677943d12292a6facb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acb446d3ae97e6b5b1db827cc3099d8ef25a35da8f910727129b62b8a66e0f3facbec88b66bcd8e8ae158a4720a07fafccab63740b31cf337b3c33aa85ffc467acbfc442e482aeea5f2246093825ce8aaeb3082caf4ee33c3562b4c8ee26b101acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acc6cd7abd6a79be49af9ffa60468dfa1280b3ebb0fe2e0d43431d211071635facca58e1a610cfabba5a57a818675b880853536d760686c3ef5b08d8df96c88bacd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93acdb40d88280babb49f7445e54baef40bc409fea56109c70405455db9d72da4facdb59309fc282950b68621b5ff125cfdf0e2fc0f4af5f31a1245aa37e78cf88ace25828bf9504558ea93cf61e313fc58d819063fc6c221c46771f6c96660c1eace9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cacfe527770f4b8d23bc7dd451352134313cdb6dd6efba94dbc5d578d4b96d6caad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad07212aa44823ad2a0ce5baae110d0bcc5d684266214e0fbe31a6ee86f88af1ad115af1e2031fb19a5bb1517f6a22188e301e5a8237d7c52d574e87358ea9e0ad12994519770cf79943e99fa1394a891726492f036a1393a928e6d3ba637138ad151f0724aa1b743d4fc2ea8d860570704b982c3e451f97d29f4aa142e00af6ad1741549f4f267f2acf91b8e47096f0f90bb53d7f1ac2e2ae737fde16b1a2b5ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad20cd807acf976fad1bd6bfd7ffc5a2c426cec8a3aa8f253b478204611cf395ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad3ab45e1e7d30d2341bc4644770008216330f903ecd3cd1b21dc4c1d2329c77ad429415992e0754db1ab7a89e7bbc313ede1763ad3fbc2be37bcea4c9594176ad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad466b191e5a6acb5d9298818994c4c740ed08b4488f651761bdeed191db9e01ad501606a7bc93a22b7a2f28f9f172914b90dfa0cbc17d1102b58fb284befd3bad50a8d7404e7abd46b4c28601b3f36432d8ae177ce338bdab1449f32579a375ad530ada858bb1bba1f97cf9182097412224553dde260172efaffdd6966a18caad573edde651bb1c0bc9d0369219b753775a9cc3fd2d83836a0ffe1f6e1ea3d9ad583c374783347f0f79f5e865ab298190aea427127040b80e4d7d3a5fbbf0e9ad58a66911f5125a7011c62e00940bad0a9221c2a752e25cc729377b72ef39e8ad59ff60d061a429c1ba1271c1bb0ca4fc577b431764387ac5a48103b20e735cad5c29d6b44b65e7905198fda95d7e65da8071e4d95471ac7c2b8c02610de789ad6a0fd0039d665a9c84277cca24422deecb977a6978324bbfca4bf369fa771aad6cc6886a6d6f270eda090067a710719c7c05f292d556802bdd29034ffd5418ad6f2c7a8afd8b836835060ef4bb116390bccc0fbaafb2357491881a6019738aad7182b90c3baf84115ad10a39e98353fc6dc5fc4c981f0448ae7a10d4000ba6ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad7e373f13b55cb780db777842c5640178aeca779d539d2242f1b268ebcf467dad95914ac23dba154d960eec1cdc04eff4ed8e30f57d2955ad3c6cb197ff6a83ad9b4058314cb14800dcee72a51058bd67b7de09147c2183e0eafc9a591dae03ada0a8c517c94bebfe3beae207d65413e386cf84b80217c9dcf96a3907712891ada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adb92e9206d28b8ba617e87b9cbfc870c90a760ce8f7b3b0091a8ff2534ee783adbd39bbdbcd9cf07aad6964fa651490e5ccf0e48a8217ae1a8915267bb57be0adc000ce8479f95103744df1ce119470e6e7c73993423883d153dca3621b38b7adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadca79ea0723a79696b552c64bb935956c37adbe0f2ee299bff59b20496f8e58adce7e86f2678d698bd9866f1f892b2266cbc92449f56d217ddff89e39a85739adcffdc5660a8ae2679e40ba94c56f45596bb7fed2af2cf193a36986276f834fadcfffdbf3c23f2dfb90e2f3d70af609b34878392a0b12fb9ebca5ab10b966f8add081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75add9358410f83e9124d33d881eca380389312b4785edc381641c173932fdd0b4adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78faddfa9b31d22737c5ba11276dad31486d3917b97156f605918f78e55b0bd9101ade218f5d41352a407d6a8b9cc901b54b41ae682790f097f402b38d6b17e383bade526cfb9714cf9cc952a28543297f6f481cc29ee9c850948e409356c1dc922ade80da12cd0e1d8d941f140c63739bed0340663b08b7d9998fae0ac76d2a547adee7634b190b3f6ad5d2315537cac2f1bef990fed7a3fba7f5a486d307a1003adef79005ecde10f00cc9da64544b2b92bdf66448af75054d14619648af17942adf0a9332a0a5407b3386f75781b6c254da25902dc4cd88667bf000320cd79c8adf20d749a96e5bbbbc4b71f63f2cb3f5a07bd539a69219fe94dab5ba4fbf605ae0fcb226b07a66072f78951bb274bdb624c8e840f7d65664fc05b67764460dbae119fec7f1d3083bdd06e7f5383e30566d461ab50ae4737a92989666f948b4bae1213b376f9de0dc6b6d353a440be365b3cdfbb3f22e46d242cfba2b11d5b77ae169be941d9560c003b54d3efa1987d6078c87e743bfb2217390cd6070e248bae190eb344955996afc3b0280666d25ac3e9323535e708a53c485bd9d6f0e90dae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20076e4be3cb4a276b10eb5a15b20bf126a6bc1cbb2d2154399c8918c117b7ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae24894e27d1508c6d3c528b534db5f933380ce73331d450fbe0456d5e888d66ae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae34577d312f3132f06ee8227b8cd5dbc32bab67b82c04daae46bbbd1e9b4e6eae37fcf3722a2f7cec9860f93146f3f4dd20db56c8db6c89525e3c347509a05eae3d2b25415da5b9b5ea8db80dac7cc9bebb3bca1e6104446765424b0debc1afae3e7d4ff3f65fbbb9a709b6d7dd7f2bd4c57d3fea74f87357805d5becd23aeeae4a5a974f7caa1104c524b644a85bfd4b494153e1e9d920e7856c7f1adf93d3ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae596e0967cb4065c5839f471b0aed731239fb546303973d319907b54a0a8780ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae760cedd3c35469a4a57065410b645b68f310653284467d4f239ee82607e8f3ae77823e468b4cb33d8fb0b54581e0fab348db1ef7b1bb480499eed27781d3e3ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae8b9e026289224179b2f24da9b21e47bd1f77afd0da730959174eb683b930b2ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aea26151ab3dfa10a17a0ba12e1bfba7c2479263c2e2d3cc16466d50e74bd10faea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4aea9bca39bc2968b83d2f2f5252a14ac6b6224af5a52ea91f1668a69ee9660a1aeaccd327f82706a07d8d8db39b3bad5fce527d02d0e9567df61f972f10aec7daeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb350f0c7a3dc973e24a1d23e9f577e15378ae33733bde8860ede57718ac5b0aeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aeb5497fc2a51919d1021a5457463ec5b2da15f99d5f49b61ea372bb78d7c5f4aebc4d58934b686d4bc35af69683b0529f0a7bb9d90cbbb7e25f3f9d7ac2a89eaebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaec0aaa4b2a5e8c81bed7d0684a6dd542cadac0120a16987e3ed7ab44fcd00f5aec238ab81826feac2edb3509a0ec08c5938bdcc34baf8553798cc9ed76a70eeaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aed41f0a560344e3b880458a2f3ffd666ae406a68ef31fd4111a6821c9926dc0aeda5bcac856fb2c3463fbaf2eda11eddbc32098ae43200febe777e1a5485cb2aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeea1c21ab5b30be4a940019f0d2f5b036e3051a116af61108365cc43f002e6baeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaef00bc2cdd6b666209d9a0c7987854631152565d8b25552f6b84bd10e776116aef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67af00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af024b89f2795faa8b9584e7bfd35d8897e05227e2bb06a6bdcbb7b464b3afbfaf03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf087be0ce1a00e4604f54ac7b3e00f5ac8d9a0ec2bd8ce2c1d4094c3e4c7fc0af10d859173843cb9ad3b13b8411dffb4cc9482572d16fa971c2e82b4ebf4b82af10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af14c08dd369323671d019476787a55c50079d67a8117a5da57f11d9733387e6af1524cb3a9be2863a094f06feb6534360e04200f6d960522d8c58ab3f726036af15fa10c395fe8553216ea8c84d693a4129501e557e18ddef3144a9964318eeaf2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf2fa7ebc0079a3bfd4841b8aff1158b205ec0d975fe41982dd2f806e0856b67af3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af4a7088638937d2e2d9b072b2d7434e3ccda965f6e21b7f091ded192f87d143af4c2ca2ee0dfae911ef74108b6c7599c67dcfefb47e5b3354907a8251251ee3af5efdf37ee1a3d6316f8955fad8d74b8a9d1fe4f29404d03f5b972af4c9c2e6af6499eb1f69659e5f2173168bef1342973e8269f5d2e5599aed9fc946e56646af6643869d449f677e7c6f88d643d346d6a5e92aec6f8e4140cea724140463c9af6d6f944b5bd2c445793d32b93c74e85dfc5ffc10ea772ca7d9bd21e7536612af771ec966420bcedab326854a56e937aa0b02db03936fa5ad11e1cb16bf7fb2af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172af94f7722f2b112076cd72911a185af6819cbd99d8f702c5daf3b25f79a1ab63af9d7a6a07edfbd87fe36303422c6c34f2c1354def5e54fb93b874c49fc56becaf9f81957a2f9dea0171814d995af926dac7a40d461db0cc3df0abf43fb762c1afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81afa628673add920a011f4ef984389d4d737d3cffd5e63fba5e5114864f158fc0afa6fb2cb415e13e736e07ed76a0316260968f6ebc39039324fcc8d95c7156e9aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aaface67231424da0b5fd53fc81ad44d090dcf479e1b726ba2e043378522a6730afaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb3fc8a28c5360e11fdd24ae8076453979fa4bfdd42809b677240ae69b05f53afb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15affe46e62df1b55c43f1784499a18dd82e1dc2eb6bea7ef29cf7b0b9ee28844db008c194d41352a3ea45f8f3d7295466d8e4f92ab97fcbb381e683c28a560c63b0151ba45edd8c1902c0402bb4d75f15bcbe98a6b2915aee8880ff412ef2748eb01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0332a66d0a49d96328699a40643501aca516c68a3ef659c729a7f71ef3729f2b0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb03d4d295f49d6d51975b4ec1114ff1592bd7c4ba3e3ae7b30723af997eceea9b04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b08d6df05e06c062ea75005d26a29d359c307b724e41973f696fc01926eb8e35b090d03a463afc1dc765dd2ce08b55edb5723ada668ec7ed49161765539ec173b095a7033de84db4110ff65b44dba640c27e4f5173cce4100e49f371e87c6e52b098379af9f8f0ae7d5cbe3a33d2b9b6175c890b6441ae93796538036840dcb6b0a14550b1ffcd4229c5411a5eb218dad0a3a575342ce8393a6f928f10f43e0bb0aaf737707cd7528abc13546f9a02e7bf15a88e0c05caa1b2132a8821d2d728b0ab6d4c252125d2ed26eeaa68ad0167504d3dcaff35a27782ebd71f599cefd6b0b7a5b041ddbbb4468364ca7360b584e9c6302424cb7b5ec21889ffb83d0ffab0bb6c94be836c0e2256ade5c4bb752262ef64fb9e6e89b5a2413af856b39f0cb0bce169e355fc76424fd79871e91b3095c7c103be2f30abe7bebb2b4745eae9b0bd2b37ee4f843919d0838daa0e39cedc47e1f0e01b025f64d7478dc5086d6db0c119433155fe3f47bf14a50bc5a121b0bd0db1b711eb722dcd7b11e62886efb0c52906e7a7903dca6c325e6dc50dadd816957504560c3230f2da984d1c7baab0d0c0694ae150f6a5d967b27ac8b5aa14ea73c549a3667e5b517336111d6cdfb0d9ba9b6a7f7dce6a92c867d5907bbe2b9ba3586732c8c03cfab866f19db737b0e0f1260c543662621365560725a9985de4a452e4e1bfe576955124049a2ff4b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0e417a65823e39423156f92f2571c8300019c710f579a55f43bae920d822ffdb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0f77fed4ec5cc4d742adf293554b704e724609928684753cd107ec17b682f41b0f8d0840261f0ab42d68949ad761140402e12c7bf0c71a9cef4f28754742d08b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b1010f56a4c48a8c1c3f42e81b6227d0d561b1702076f33ea4e7294bdf084225b104c8db32c81968047b699ddb866fe6260ee4925c8828be7b6591fa468966f0b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b13132e3999d93914a1165286e80d2210e1136bb980b5ee50ce1f229d25cb439b13c17d15357b3cf0f20234724b2fa3238a326845d7fe8c87fd386ecd33a26e8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b164350c27364a36690a33e382104954b893c659725438075fb05c6e702fda06b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b168cec92614fc29782ff87ac476115b1b35b08f050e71100be00ff8d914e3a8b16c2d9a99d27ff0ba89e95d90b1e14450025fa38cd472a0ad6b487216fc041ab16c4c001363bfc846ea7dc5b1da28a150cf010de844c6c9aa1085453b75cb26b16c7f0c20da54c3af28a30acc9996c0bc5b6f61030840c55c6746d385440c36b17c1391690b7dc82b0b41e72e6732c0f6d1f6164a4fc96ca9eaf0b2a08c89dbb187df6bc0fd0a7d442016638790a8a04536e8255d89a490bd7bd7a8fae1f37bb18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a15eab15f29da58ec26e87f384a5f99af979b65a8839ff603202dbb4ff6a7b18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b1901d840d8026ee8c3e8068cc1d39038e28f187bea5b7e8a850b3912282ed86b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1ab7218a0a23279c1d6449b6817e017682329e644d19d314dc24a1377fce89db1adae61ad3ead67a17d6b27666fc7af296ee330104baf40b17739b1bf9d848eb1bc76d2965819bfd995a6017f9a6ff072bfd0c5d52eb3086e9ab1672ac9b2d6b1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1cf77cf487861138d3f18538540c0dfa6ed5a085777c1bb501dfd77f4498ad0b1d12c73177d15eaab6e8e61fd876f6ec1c18a413a3c29fbd533d9bf4f754f69b1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1b1d5da8c712c9816306c6ff5db2699ea2aa3f541b25dc2020bb6be275a582f4cb1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1f0a8db349b6d5002eb415e5a08c41919ec7a7119c91e2ddd32620978595417b1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db1fdc01d4c4a91fee105a568eb5767793eb980ca217d59fe0b2c3a9a847611ceb1ff9179f62174aa7b1365e9f7259c59563743624c96eb8caa4f7b160739bee1b2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb222ead1e139064ddc619983b455e28f5f04a468cd491280f83ebc2c5dff43cdb22c097731eb4f7bdf2a92fb59c7d6037a352c1b7114e82641472a033073e789b231e969aa3a97897fa90853395cc12c24d992b7c83c0d75f47632ca369e4667b23b25413fab20ab97d639cf1007adda6e88a8d98d05280b03d101fbd6a8505db23cc7b693e606277231fe521bbc02dd1370e4d57d821104d0388edd98a47647b24bfaec9fed303479abe459630521883d36b87c2ae24838b8d8438d11751ff7b250644fd19c2b00a1d26616321625f737228e980f3ed56969469f0b2ae58e64b25af2bd8bf4eb08af2b2eb58859f4a96a4c119b6dc93381fb3badf81211515cb26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db26ee249ec6c0dd8f3e0302198c5a30536d1cf83088d26e5f96bb09c2176a029b270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b2730becc6a5e4fcc3fd6fdb4bc08db603464c045aa22cb68ffd3a1c6a739056b2785aacc35bdf038e24dc034833139815dcb2367fc018f55fee99317dd1aca9b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b287133edc135fd262839225ce2823f770959fb88531e275c42b52e5d0ceb58db288c6fde7d41100f50abeb6772600a8b09f1ddfe18b4a0070c418ef3ca99e77b28c9e7dc4c3b0ad321dbd2a698dc7e9eca2fe40e65fe1faafa4760338d01119b28dbf4b94928efcaad551605aa4900d7eda3ab91e150e75f2e1cbabe33f015eb28df8019849f3a0507427382b995dce6b6353349f96886448b33189b48dea31b29226470905faae1738bd93fc79ad5e0b74372b84a142255be42694eab67dfab294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29b21899e21f67d877f1183ddad40f8d174ff7b8ddbbba6c7eeb6a8b1b354aab29b6f794a284296ea663248279d68e321b30c272a201e1611c9b92a11f71082b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2aa77c5b560ceb1ffa4df74c56f385b66d5c0757e4066c35b25c29b12a4b29bb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2b862866271ce8095495a4e364bafb4b5dcb85fea87fb2b993a3c2d9b53c7c3b2b9ffb4a09390ee3912fe598cfb2debc589184ebaf029e123f63ab5b541c653b2bf525f0fc39a4483d36f628a7c00bbd5b1307cf6ce78f1697a9e4a98fe3ba5b2c4e7c5fb12ec5a5adda2a6bf7c9f04660303c337bf538ba15d80804d6d1f1cb2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2caa53ef21a5c21ee0f76000bd4f7c86292f91a627e4626e223fbf542e6596db2d5b03cb9a375d0e39e64d1846aa78975efc140c223455fb0ef2de846c249f8b2d9e007ef3779c3065e2df6b702279396f0883c5e3f628f4cbdb1da693d78d7b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b2dbbc1c013d9a77f4eb7bae98b976d35ec8bde5c21b93439671463a40f4a19fb2f5e253a6e9d5faa17e290ab1c59d8702ec56947eaf48d2646a2f5cc507074cb2f8cdce5b5ad4507e5fe05f21a1b22ff3ca2738e8e9843b5f2859f6cc2bee0cb2fdc86b1535b2925b4403558df7ede0adc5f3d26d962bb398f18e788b986108b2ff545e71b5deb5795037be4178b9e200fbbfb7c58192babdd6b3a6d4ecd72eb30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b30d97064eb740d460f2ef6ad208d0e455a9d447f5206702f9ff5c359e772de6b31e517d0b51557879ddb7e487f70eccb08d8ab69ca1d9c509c97f1067d28d62b3294a9418b307cf17e125fee5b254e9f693a815b6e578f2dc7856655526031db32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3312bc8f152d8c3ddaac96fa049e7541751a97b681e35b254646c5037c8faefb3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b33e48ed5a462de9d01d24cc767cf9720a771c90f7defdc4847f1ecc59b18726b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b3436f0189f33e5ee849b8c38270b4ce74a74ca54ef6bc246dd49486139914ddb34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db34d5b533e1c09de738e82da0af3202f81b501ca55072f1d42c679c2dd3f0098b34e9aca537addebff5052ec81db51bb15bd993a59f9ae6e63abf57aab0631dcb34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5b353ddfc9b3ea2a91ee1705b7a5d81dde8b269a6e85a600372c2b0e4d2a65addb3573c89b6ba1195f2a7b9e78cda493e40f16e2a4a16e488719ce67bb3cdab42b35bada83c900fd2563b2c5b4241606a58662a4dd02475dd5cbc93f7d83befe4b35ddf22f8a84e7f953242a9c667ebda1a82037ce6df54ce8cf1721fd08f6571b36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701ab36508613a3aa0aeb5f138018e4166fe9492170e9d894ae23baf1713fa416b0ab366ef244b3ecb5c452e7a07e2dbb8e446670653aa3adff2909a822468310945b369a13e44a03472ce9d23af3c37725e5902eb6908002a7a50e9c4239dd3371db37d717b37da66348c79ae7d7017dc45bd9872d1ee9c50c743a56d550a8746eab3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3860ca7d723797d5561006e902dffe063b4eb49fb7ea7db229db496031bc9b1b38e6e6b867b823b9049573e1b99172a3176180ca5cde804f295923f6726331cb3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15b3aa575b3fcce3a51e950b7e874e7319d68e50f773e0d9a85f4a06554229e368b3ac0db189f83aa27b590168a18f00eb6f0a69239b75dea168a973f5b4af7472b3acaecf9f3faef3980ec990136aa4981d13ed41923e560dd68b0e6f75bad8d0b3af5c2e246b06dabdb4b9ce139a8a8165d0ed688181b1146ecbe4dd6e2121deb3ba361d25f3a3c015b63ed4b02d8b17821a9e169591758fca67d2d8c7ed9109b3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c1aff78893eb022d687d0c09a3534502d13a054244a4beb2456dab8d2536d2b3c464330a5e7fd29aa61e09d1e6ebfc179af2f12d48d836abfd2ba0bf312478b3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3c9148889b5d9be423ec8ae8da1b7368c7bde9ed3cd5639f37e5111000c39feb3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d500fec0fa193aa1b8af37ae633ec5d185ee4fac62044e3c9bf7a925228060b3d7aa1ec91f735b1249f06c3969addb5384f251c6f6b139d19309d57a58e96cb3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e12e4234f62b468cff219bfb5c30dd6575d49126f6646d8ce091df6767e897b3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b3f7c2be70e77c9d96f487866df92cfe9c067f314f28a5625aacf7cfb6e5ce6cb3f94ba4b9807e96fa1ca799cb8957b4bcced63cb2b1065bdca366a761c111d5b3fc45a8f2e78e036ea79a28947cf8547f71795758f190d77ba8bf91ca087b7eb3fd640e0c1fc0346abf6bd84d207d5f0260ea8550c764cf8cb7b40f29fe6054b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b407b68d7e90589d789afba17d72af19b89450a2786bff7a2b8c172ad320d9aeb40d6dd63b9518908550cbd4646490a3457cbf5b7199b258eacaab956f32a603b40d8b27dd143295718650d1aeb2b184d1ee6739e9efb80756aceb6898d919ddb4139060c9bcc9584c3ebfa5f66d917fff221954ff7ee13a89236f255f39bad2b4179e17de3a89e978c11f291eb264bbc8408ab093bb919762e163268c397899b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb430bbf8eaf1de71c0bff942bbf4b9436fbbe64d708a6b114d5de9b9fdffba4fb43171622fccf8f31e3495abc1fe8321af82ad24655aabb4c8bf361325562bffb43de58c82df90c8d5a5c5115e9e0cfce0dbfc5e8fbf3350181cb2eaac9273a6b4487bb0a30441eaad662ce4f55be724077f64146e9fc29bc811a31196d5fdd9b449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b45427b5eb4ca84f4f781997fce05a5f45c13117d554caf431b6561cee7f6d48b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb4601f000b17c84ed6892040a9f9b52d19314ed6d6a4b5dbccd74b395a8eb61cb46b6fe6c44fe43b3f2cba69f952ca66d778ba7efd8472a4a33ca56601708704b46c9f7f7372a7b3e12629a7a67b19c0afce96fb5991af5007bd7a73a77b19b4b46d727b2b8cdf19f7d263e0710b365f59a4d03af5adb9b16b7740836d7ceb3fb470fc65ec7ad536c2935dc41fbee69a9040a59b6fa52c4e36a2b4947b8ae16ab471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b472aba13666f8ce8f387b4aba1e615ed4b729067731f659a1a3c3f7bb3aaed5b47f2ba1f36d765310930aa562379bb7ccbfcccb4c2729c0200eeed174477d22b482411039696f47c201da6a51a0fe0f42c3dc95d7b8c072265793c899689b2fb485057b4ef6df43ac7e0634a4a24bdc7b24865e511327a6bab7d48cb36e9949b488d6ff746542c44b3832ccbddfd756f5e56e467be26928a2041df95dca66d3b48995418443f54c8371b4961d1a6a6de2fa62c5b3abf5581a37ef30b52879bdb49abbf1e4c0d118e90894ffe660aaecd81d54c77543a9644ac0e66d13ebb3cbb49f00e8e1ca553338f02a3560772eca667eb235e967b4fa91872578a8bcb059b4a979a54825ce050a6955bc075b43b1e02dd68ba7061e10a4bd789700a7d96ab4aaf39426f18f6ff3604dc7c878079020ced519d36883609c48aa0290e1c3e4b4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4bf2fc85652f9f0d72e91f5929014d4a988242ee8367d5b2d91f9a5367b0233b4c37f922861af66b9e20a858248aa9304c68446e2116517188e4d954feaf383b4c3bee304553f83a318e5d621e66e3cd69f8015342410303db93989f9c69fcbb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d68b036bfbd9b2e76c1e0b909e5a800cdfc017d18ff00e7cfd86d29ab95bbfb4d86f8f65f343b8543c33df901e499128d82e9f65c7ef74f2e0be2ea9e2f591b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4e1eadff24ba36aebc4b3f171b0321eb269b208ba1dce635e25dc934bd84f3fb4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71cab4e6d55a2c120a65340ef8677bccf8700453819d46df739ef5063d5b5d05dfdfb4e7f151315554b6f35d2a95660e0d7a6fc8afcf2479f9f22f64c238636d743bb4eb36b020a1fcb24545a7892f0f11bdd6206552c3641ac6ae33e0e9df6079b5b4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ec9d7682e5d1f48bbf5e18452e54abc2630719c6fbd97e40f0dc191f4f354ab4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4f541f304cf476d97f4d5272560527686dae0640cd0d750ea7cfcaa76b6c325b4fa5e17486aece997b28bfb373cec7fcd1795066618ff635ae77617893bf438b4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb500067db86ab6ff36923060685cb1e30343ed1206cef77b96452b3498ad118bb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab50d716dd79b9d7e438864e89bbeebdb5987260baaa3e7ba314fc60494a78975b512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b521306b357520941b482d4b5e600fac829772ae522c021a0e3c84f01788d831b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb53771e6cba1b438c65bcf29ec12e2f5e04e309db2b541c6df2fe9ca8a34426ab53c31500d1190217ca29d8546010961be5a41bfe94cb29018f8cf56d0303ed9b541ffe9cb039aba5e97996b060db93e14dcd3e2b5b93a81518c9dd04227ef7fb54561d19a3488a64774d0cb580620707cccf515cea121279cd0213490fd5fb0b547e19c2565ede0d2ed35b4139ee70f24e74bba3be186bc8ae0eafd31c81af9b548216663cc657f904a5024c942ded27c2632b1318547fe77be0edfb57e9d95b5489f67afbe39ff914cc412d4b04de8f4f63d77a63a55ae4bd7a5ae151f9044b5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb54e050e7073617ba40ee7b98ca034136d83cd425beb005181ab81277b412887b55640e79bff4ca4b73cfcf3f0e1935c9990d05e391266d5b378b74f1dd220fcb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b578714c9a86b8914a1b3ce2d9293eb8461ff7f5b7be2536ca4b7f0ef6ab591fb586b31115c3aff6416599f4fb927d8eadb0cb889bc239f862a15d7b6e957998b58b82b0e5abd27599926fd7915dfa6a9284ddafc7f47c88a7a66cde9f8657fcb5aebadcca8c2fa68b8eaa87935d0b44cc02415db716f48ac709c7ba64fd74e4b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5c691fb0887251851fd096832501acf3d0f1474a8c9c13c5bc293b2f7301b43b5cc4c0e2de759adf945bb513bb4b843a55f4541481447b6eda29acb9dbc62ebb5cdca5a441bd6040f0050039056a770cc6ce10105396b2ceac1b721f6172445b5cf52544ea4eeb567f3e5fab3e16b6e252d359b58c74f2f84fa852046378d5eb5d53a9d75cc9eaf8987dff68972ab55cd159adf26c53f7a17fb29b4af964320b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5dba3af6513954343bdacf42a59b067ef410d7defd3b32d37d14c34bed5b918b5df9459917fb0144c6b434e4a2e087b60afcca146612549f9f9725d60a451b3b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5e4100cb95752398ccdf873867139a308b3f015cc6fd67f060d06efde4ecad2b5e4c1ccd0467de5a193b96b5c406e5e111199eff2d9dec6e99c5a4578340cb7b5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f2b3b73c8063741da4d783f62610d088d8b514876b851944bcc42b190839dbb5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5f8a08a2d947676233f7b14a19b51a1517c0783950eb5de0b702eeacf5610cfb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b60b11d2772411bce1b10da347d7eb8b571e7f5b0c72b858f53c95a3e6b47b27b6122c4d48de297f8b6033e2739ebc92042096b906001439abc051890bdccc93b617622fc2c863be5d7855c6adedf8395865d3088088e29e5395e6961480f8a8b61a5fcf24ff143132e891cb7a000c0e6276bcd58177fcdb8dfdde61d6924b98b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb62bd134cd5fe4445012ade33b9ebafd805f19210e08cb76982afc398fd470c6b632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b64034e5671f07f971004107d20371550717c4091a8e6824b68dcd09d3997236b645308282c26c83b986081aa36e1d29a847ae24123a5f51f601a57fbeb61146b6526f7b252ab11a1b928e889f1d03882fce90d39b3c7c1c3d265f846969dcafb66643082319fc12857afde6ea6199bc9e2fd8bdefec568a6892ce7bdb9e3c4eb671dd8b2b15320908cb986be5e7344d075fedd5c48673fd0e19a72231cd6559b67c94d419a81632595fa8de9e78820579fac9139d3985122aa8cd4d114bd4d7b67fede6ffbc08d0a00222603579069d42d698d12cf6826c2c437ae0d62c61d3b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db681349c135d88655244ee9a9b4a1050bb36c697430109bd0870e5dab6cb1a20b68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb68a0a7759459ed1b387b48956d6b85db0f0a1584ffc0793bf89ee0ce39628b9b6939e8ec59f7da6aebbbabf4258d61b8d3ca41bbe89627788d2ceceb0a41746b696d16f320bc2aa85ae0e7256bf2a11cec4709c41da17422b2b8fd671d0ecccb6a77fb9dafd7bcac77c127935fac2c0b78579fd8368b07e5ba4c77263bfe1bab6b4edd49aeeb0a0491471b6a1ca8a830fc00d6985da17e3cc6abcbb1f1aeeb1b6bb6e2c49bfc2ce67f368dcaf5e7b20ec28d47137c45c258f254721bf2680a9b6bcad2a514b093549dd63de4065f82222f45c6ad22f6f9bb125d38c6c08d7acb6bcb21cd6a9f9ca19e404b93d3177439b97aaa7b1dd625d0357e7f7e3f9636ab6bd1a9a776ddfdeb0b2e493d956a0df3274989b2187ee01f5679991495f0d91b6c2d6784c01c6e84915847eb56ab9eeac9d8e3fa9054db260f418b0e03fce99b6caf9daa91471b6de823ecbc95485033b454fc7f906591e0010ab667a9a68f4b6cc8b7bcf4a9c7e7d1525360343e59b1e68de3b9f9d9187369e38af80e21b1bb6d29d367a0a94fbd67e30cd05dc87d1843c38012c55ac9953ed709fece58550b6d37c56ea04067c8ee6fb84e47a3d2aa0664c38c0aa77b81ae94de664f698ccb6dc0dc2eefd7cfeb4a4ed459eff6841b5586cf6e2d7fadff0ab2ba5a686c61cb6dd5de631309dce057071d29a692e997f7d8af39909344ab12942233b336481b6dfa7be5f8d729145441367a8570d85f4a19ba0a48c2f1127b9d6705a042c35b6f5524e53ee87d7ff9351cccd8a57513147623f701fb1d33c2cc99107df4fb1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b705a6831cdccc8230576a01aff469be48a9555381a5d5a6437ae754f46410a4b706260a239f6ae7cb3d9dd11261879c31fb9fc5d853edd8438c46b9e49b0ff4b707c6230028c4beff367db8253783fabf27aadc11395958ba596e9c2423947fb709619c58323b1c423898639cb948816595437bdf0ba3937af5b75f536b20c9b70ddd013031dd69c8dac5a49ff3fec4e60b07c7fc9bf7dab9ddc6a211bd3696b70face6ec95bc97234fbcdc67b473c49d357082d5bf6f5a03afa1d2c39f9a47b71a7e88802eee94b6941c8781483017f5ae2e89ee4c15ec40db9543ecd329adb7235400b0f96e25d7dd2eb50c7bcce0d784cf5ae05bfc7974f628675e590c53b7261e7aca5901390b452d0c3038c40d6b746da7d227c686f7d05ed97f2d26c9b72aabf7d4afe129e231768d46f00f1906976343c08d274d058b11b22691a2a5b72e3102d5d2651fd32b2767c7aa3b5ea27c4ff351e6f6ea86da826260344f2db72e81787566f4cdbc21c38844369de4d05449858a0eaeec9ef6eea81d538552b732306d7af8130bb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b74e2541c28a42c94f0e962bf23eecea35709b5a33610871b0cf830903f7a761b7575584cdb6b73aae4fc3f9495844edd739b15fefdaff47af4d59f2902bc5c4b759a07b5404ef95f9169089ded937558171abadd6b91ebd628754aad65d0143b769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cdeb77176f78b526b9107c5851b46f9ca9c016cb0a4ad0b662250905d3d10004e8ab774f044e516a754f4ede4c164dcb9e130fc0a115a5022505d6d46b87ff2b99bb7764e748d766ab5f6a949c1fa3f162118f95c1a22f3bd34e1f3f68f3c05b534b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7805e5c7b6f63f3b835d4ad55e77a51be8b5787bd01437be6f0b326a48e119cb782b247a7fd4b29c7bcf536b34d471ef11a758cce9097690d19fcc060fea58db783923fccc0a25bd53635a53535659f22b924234deb884b38a45a52bafe4ca4b785c3bde8e847e611b166c4bfed279f20463ad8501c4d5da44f3e0e675deab3b78981956efb705b8fb867b3cdd8ded6cd6f05a821b3d258081d8b2e34f9839bb79a3dcc4aa6ec20ce95c8950031ec04982fc0a1eeba25d486f535bdd51659afb79ed980ecb200824fb31c45a16687947463403083f391ec8b5fa209dd3fa7fdb7a2cf51ce809cceb7f3214c65d3e88ac373a9a445f86723e41a776ae774bf23b7a2ebc7cef84da3d65eae1b9b285871f9c909fcc8b12723da05f172295e0930b7a999c022d9d439a6c6358c5edefd7309d88efa150f228e636b25876a2171b8b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b00e14cf655de81478871194922e673ec932a21b41cc2b782dfa3e868b29c8b7b79efa8649807783a93040bfa108f4a66addd604bfba1cdb2fea9b6902fe71b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7b9f902739a944eef751e8fa99a52e0c9e984e9aa3c912e1a77c44ce59a1791b7ba843919fb19e7b8993b834f5b786097e01d2ae33848c92a729dfd2e9d50ecb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b7e5a0f6d05337ec5b42c6e4783febf4d2b88d1f8c143d775cd2491a686bf2c6b7e9381294d66d0fcca35f5476515c84f25be40036a4824bd7174a22e1a5b9ebb7ee6f4d144febc5d57c7c9d067aeac94f8fc85bc4807119cddad615ae901b97b7f2ca9f3cf019bc0a9f190a402f85672883e2ab6cf1572e205fb5cf7b89ff39b7f79ddfa5a5b40b66544ccb581ae1599e3f164eee66fbecf0f6e59c50dba321b7f9f587b7177435dcb66ec921e1e7454ed3973d5b700d647c4cd4197686bcbab7fd1bedda3bfaaa49b1cc9252db357bf5fa3076ab59fcf6374e007f09c3fec7b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b806002cbcdadcbffca65cb5d4a0ac8955479d0f3b1f3f1ccf60dffea4b0b366b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb80b58fde4d459f2b8b6103884cc0c19836b63548589573c2bf2e0da4632aa69b8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b823504fb5955ece467ee1ef9f7bf4c5aeb60b6b14a43c6b37bc421b02c3e231b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b82b97a8a43f9b46d6a79f5a9dbcf42e22ea5e36fb43be59999d337d4103db51b8351f4dd52a70cbbc370974dd44474413fe71ee03ce352492e2cf2fcc908b9ab8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83878e26b8583ec50a9da6e48f981a11a03f9b75a4cf431415d3c3c1030db30b83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb849661852277d4defe46ba708a979804955cfd503eba944cdd5f7e065bedf01b849a497eda03ec54257199392724b0ab716345193abe9da17190428e5070733b84a82ca56df2e9ff5feab29b2f8021c541964c509abe61b369602c9421e3172b84e2f813d456edd392daa50b9a1b0b5e7e08cc2d81ecc4d03f8c9893e6f80d5b858f17d7efa2e9fbf43a02d7e42a4ccf4a7984855a9c33ea87bc8a2e45c9413b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b880fcbceb04b560eed2e7f70d4c43b855b8cd3881776e5e05b245a456fb2fb4b882bd48cc77439dea654edcebc97f4ec5866cb018cac02657082919555eeebbb88ab620a026c7b0d7424013287562059f9ec066339035dea3b48996b4222005b8952b757551aa20efa34f804328eca1d203852848ed88af0725dc04bb1b5b02b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8a281a238e740a576acfba7fe5c724b1a09470671bc5a32ae7d2b3a6b225178b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b4eae0d8032518f4d216673a52d33e0be3657686318f305cedb52319f7e698b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8b6ea951c017744b6129bdc06c8c10c4bff60f3f9c9bb570d03eecc63c17d66b8c2700fb8d539d4169e0f7c756adc40eb100eb5a2dce2275e4ddaf138ea479bb8c47c0749d751d87f70aa8bacec293776f5bbf18d29293a4f0ab88660ec19fcb8c7cd008331ca5a90c3c1c30030386e3513dd994ed8803ac25552a9cab8e8e2b8d1709fe4519538ce5fa35c20e356b93949f8762943e5c10c858177571ec3cdb8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8dde6e13aa504262abb8ce662c01132667d768b51aa2c2e99d0efa5d5aabacbb8e0682328568a78adfa84e8cc33857e0d43ced456b750c48203edf7bd469664b8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8e4ec0b835652fc8a033839ee37f0761e091c6010c0d8af65b02dfd09de43e5b8e840b0ec76cf87c7c6beabd432977a224e2e8efe366699bae3e72c532459d3b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8f3fcbb8392b8836a2ce08d3c117f5e86decd36fa7757cc70d8a5ebf5ee6a86b8f921bea2c34c51f90310a4a4ae3faeb4711d7486baca9bbabf2e57eb61a027b8fb936e74cf0fb2e9d3a1545438faa1a1ea6cdc68a0d9865176f9277cb56a2ab8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5bb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b910af0ee8e2a994dae3c5d2dd2f0c6cd94b9cdb2eb81bf8308633096924dd32b9170ef72961bb4186c8ff684536a08b448b05df7d15e93e83f9394fbc035f3db91b9e98c04b901f4089f6c733795760b3451e563fd1b5412737defdd8b2c556b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b933d16091ca16d6a192cf243ddca5070e81b1cab214cdb4f2b6e9503e2e7908b9390ce37a3d7b10c0340a3f5e4e5e594e7286a65f671151b097cec9c1c37e78b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b93e0c0fc809e03cb7668651a370e45058d52ac7656c3520e2e8d1f457f46f9bb9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94b61a639884581459c9e804ce77c1f398c6aeb398e63c04db38660ed57ee50b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b9536d64f235fb7ce2944e7c19f2d96205eb0c8d06c88482ab3cf036e16909c5b9562452918559ace0d543431828dd9e373a214a35539e0d8318c815ae50ca37b959aea0146743e78ff76835189e5f3edfc2862be507f69e27d24ef1ecf8a857b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab96266be0c4b57dda4b3556adf15f36573d697df23ec79dab9b0037578a3ebb0b964913ddbf0bfda926785ce7a207e5b52461c241027cc9353485b66d78be0efb97040994800acecf4f06308fb77be3d0eaaac6205c7143d67defd13c9c8787bb973e70e74e0cc3f1ad4b4e49e3b2c0503089b3a55ed99d941f8a500a5dd8f5eb97bdf6fae165bdfda9632c9e34124c556c8b12c66a162b9e3d7253b1297f781b9852b5dd6481d9d33002ad681dfa78d7f0b1d982269fdabb3664d99d08fd535b985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b99f6a456b34c770eae9ebdaa000d934066882e543185edf78bbdaf755e00906b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9b6a5cffaa2e8dec6115ba244fe23381b187c33c965418bafb119b34811649bb9bae6d27f92bbcb20a088c33f2f403b649d591e32e52952d6c1fb4e71177584b9c35ef6568e84eafe5b9523a1923ab59139a119d2957447fac1638374b89afdb9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ea86b5c7c24a05e38398d3a44f90d46e507aed8bac442a4552671d195e09ffb9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fb9f9caa4b2e6ca36b88bfb1fa03aa60e53b042aa95e5cc06c8c8b4bca2f3dc48b9fc3b5e12609d94b8bdf90629f1f07569b38fab0ac649320c86f1ae7127f651ba14bb77ea04ea0f0c410279b70e4953fdba34fd021b765fa0b870e93fc858a6ba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba23c662eb405adc31d6114de52fadbf79af66ae8df28041e92fe889cc166203ba366f268082d8a1865b8af6f1744a59d5d224894d93fb41d883abb5bf71bffaba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba36e35b2efae6baefe93727d5d74c93b0fd37e1fe65714ff4a49d2fb418117fba3c1c32a8b2d8633485f22270fd00546f21a3cc529277434b78b6440413ce02ba3e238cbf7e84f760c6636a610770c95c8709465c10dab48977239adcba5232ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba4fcd56d4a70c0e37e8f408fdc4dc20d6b9c96ad81491094efb1cce785f5324ba50346b6e504dec6b3405e0b44d96aaa7bab9ebee48bad422d931d69729f183ba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba6898e847461903f54e84873cd76bdda86b87218e3241284436cca9e0a555efba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba7595f60022da5b1c02fe9d777085341d470e4b64b95ab7f94ca096d2aa29f3ba8681525a1e39153313885d555820c287c55474ec49fa6c53c01373c73f5379ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cba8998431ccdde595e5b9b28f8168c3a086286e6d5613ed958450e32eca2d0e3ba8ce5b8a17e4c8b233ff970cb9d94b1242884823da48f35c89d5eee31966957ba8d2f92e0c00bc366a83e509e3a2e4cfeb10987e25374002e1f63764ff70dfbba8e9ef8886f901d5791e995d88a027faf78f781158543699beaf2c8a30aba2dba931abbb1c683a0d8fa883980ccadfeea813d4c449054f324eed7a10d235c04baa2ee58a203cef768b4fc542ac8395da060fc172d679057fb49c0404a19dcdcbaa4b1bbdfe05b5dd9b85e3d8f3be177381788161925e7560b9747754acb9efabaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baa9015fc01bee4f398c896b7c09a9fbf5fd1e284232cdc1ab724e07acfe1c9cbaae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bac59a38ecaf7ef78c392487de682f7c9c0be3eeb40a574a3c769bde0075fcc4bad5d677186e68f2428f68548147776720f6e9d72af64544a9c7ffa075f16b2abaddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bae7b5cb7b4517e83673a376d06aad1566bf9816039be8063f124d193754fb77baf0cf93b289678569d1becb05e2f5a78a80ba4d121a5c9acd85c010fb7834e1bafd24599a84b6159f6222d229f2aa487a8f64babad212e53cf79f1896ffd219bb0a234b2f99c5df508245a9a0cef9621cbf55021c2ab3991c27ea2d44d81b8bbb0b114e4887b1cff318b8c7d50b9df1146821635738eb8c1ea42af6cac23ee9bb0b176dba4d91620d0acc0a0be471f8f371c8b857c2624e8ddb9057c9cf840cbb0e96910363ae4137962acd4892eb298173bce8ca0ed5a4b70eaae7b1e02a52bb15fbfb450d57868422557ee4faf635ba543fa64d366dea0199cc8f669f11dabb167caafee335dbf004e97c81b58d6b2d2338a749f9ef305db612069d09d684bb17b31ab034784cb0425e2739e30c5a0d9475cd111229c9e7cea6b503ee7d2dbb206b4dcd526808843b90c466e4f99c5299f710655f8cdd37b97f8a543dae60bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb2b6249bcaddff6a4f235dc1b80aee7f2b6abc8371fc808584222ab52d3a6c2bb2beb9b536127c000a83630849ed363bf9d6572bd600674b66d8a203e2926efbb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb38a2a8287c1b4ba61080316ee4c34b7ae2bd0ba9193d209ec9d40d8e83acc9bb3d6b0e3d43c8bea366bd080b83eca30a9a8c039383f7abe419068572271957bb4bc39b77e839fd11b65431001080ef7fad6c82cd4a248b7f6de8235857eea9f37fcafd6dbb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb539ee2f333e8684107cad808f9ce98c0fb99fc522992072b7db941c2c7f036bb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6276ef2e9af87cec541984c5164567c7b66a9f18c6032e0b9c6874f205cf0bbb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb65e7f66c70b7a6ce2e9078a9ba00a86d788f502f643b7354a6ad73a54db53dbb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb6c8828dd81625d3b21e81a677e89c53a0a67240164fcf7c328eb651c9729dabb6caf9e7bd379b8da2394cddc5d69d446c7c846e7334ad03dbc7b248da01bcbbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318bb75078d448bb36e4d3daa695ccf074890b089659b109360ac2f82f98794ebcfbb7b748c7894ee379c9fd7f969c49bf24fe194c87e642bb766b7f0e4474c5de0bb7babf47a352c3d11889d4289d1013b9b89681eab6204c9a30763dec4d1ddccbb836ad202a6af3a84a7256fa1e9323476592f703a502891cf251a668639048bbb86ca592270a7d0ff03fde5d56b93b28462f3f17df1bbdfeb714284f4f98c7dbb94720b9351e4ff4b00be0c9bc3d97b96cd4218ecf808f6b4eb30ccebe8608abb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbae5417882859a0ae4680fdecf1d277c1694788cc3ca5a2b720f403fe0aebd3bbb1acd93fa51bf390b5b5884a2b64e11d0c3bbb3e773df7f1dbdc79d44a8a66bbb3e50099b2e4c1d562be3d547aab01f56613abb83cdf93dcedb639cc14f09bbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb6811e50a1e6158d0efc58f8c1a7fdca42611fca099c89f49430f5762e9aeebbb764c99b6e90281daad2f44a9f629b88fb409e694a9f9ed84a7f333117e2f3bbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbbbe885c7bbfe6757fa0b5be28cd1817191409a34a942f2d7e7e43feace44f6bbcc5a43ee4af6d0862bef959bbfb67a95c461301d58fb83dd8144c0764a2375bbccf54dd2a593865d6ff03c0e8e527bd4ed1af2ac40b5f312fb472ba3ef2f14bbd707b151ac71b27dfc0a843827b05bd9f7e57e1827933164c395fffb59786dbbd8d21fecf9523006c3744ac547ffd5bca74c8696d182e2579ccb3d5949b86dbbd9d28d7c7cf0da01c3b22bfa57e30305aec0922455e80456169f7b8d72a107bbda302489fe35a4c0fa96bdca20d7d4a5dda88e058d6fd5d412bd7550fe1a5ebbe0166e4e697400361d8329f0c7de2341749b0f37e6a415e947ae97714b0faabbe03413abed84b3fa9c3d193079322033c03d512b84dff9504106723912673bbbf4ce210a5d48906b18b5a06638af880be6c9583dce65fe9a508f65b6e77282bc096d13e0835b4b7a57acbe16856000e86dd035b1f4562bbed6a91bd62cb09dbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f43abecebd7a8c0620f0d02204216f6ace2cf9d07fc909d72a90664070f2ebc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc108a5ff8e0c97c9375070424ccc1ee20dc8f31383abb43045e6a0d7660f6a1bc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc12bae31da9558c77a4a6c965b5ef84731dbc88cd2ddf72c5c646e09bfbb9b8bc1797d6a48bc7a30181598b20d42cd070c73755baf6b529f80f452e5927e5c8bc1ccafca0f42b6ba07a09e4f4571e121938d381ca30df69dd40d789779e448abc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc2d2aab1ede03f2dfb3cc726359a6118dde67a978942de5082dc08987af0376bc363fe5def1b2c7101dbdbfb45b407e7caa63d4e414bdb4b0db08b3eb0a35d6bc369e9013f49330e1e8a6a7180bf265a97357288ee3e5df3d813a9ffdc357b2bc3fe76644820dd5f9851635d7a79a09dee7df8bccde99ecf1dd4ad536a3716dbc455f19fe5c3c9cb94185bbc33d6819b04440612da3a6c962dd19e438f98ff0bc54547fdc8550d7a76054eca66e284981dc89a26e68d3672767d01b4180d942bc55f446c7a7508fd7641e34ad5090a18aa999a6bb5b455fa2300b6ebfd08da2bc56a79e62412d96775dca18f73de667e36aad382753b766becd28f20d46de0ebc5dc2bc64a8715a0f65e7c8b46b6cd3e357a960bdc3d11905658650180866f6bc623e1500a5b9e55f962be25ea1dbf956103d5e7f258c0be0a4fcc87e740aaebc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc63cc11cde90a9b9b36b02f1035cbd279c2abd4c471a5c7fa7b61724845a873bc694bba43e7e6636f3f2ae0fda8261bd9d2b9d51ae7a981ee55691465057689bc6d5768230ed40754e60735b3f429426ba96f8cd0217c2d01a55ca5d7cf1a1dbc735b18fd705f57bec13cff65d226fa03ece976c9f3baf2292211ad7079f128bc7b4f18a773eef20db6f9eaaee99641a1cd33f3b3c7a2076a213887f8167dfdbc81aa42cebea284458ef7718cbd1938a9814dd3b5361de374beeab5b3827fa7bc8b1a49c1cb6075336b0e3a197061cf9ee10f37a78372993d12d153e3f165f1bc8e6b89a0de2e1cc0d9345ff584c3ffb19a0a7a28d9cd40c33fac5b0fbd450cbca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebca5a2b2e2e52fa7bd2ca1dd538536b34454b2be03e1ab702e3f2b377b2a17b5bcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcb5828e9362a64af93ed49d60c3ddb74c3519d49877d16ec3818743fb808c50bcbade5f32bf8527cd70b2e5fcc0a9d29e30e68515e693f129838a58497d493cbcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcbd4eba04dd1f3dd7e143147262007a09203edcaaaea7b3e597df4df43c6d94bcc7228dd55cd1dfb56a14a842398b5b1f879198a8fe2fcf2b969df047a6de80bcc7cc9a050421159a43d65c584a302aae0d64611f01af31bb640c99868bc467bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bce077c003c235ecc6ea82ba67f1852a7e3b05f3f330874d46298786556daa93bce70f30dc8823bb1e0ffaa6fab80c620054d62cac31d484002f4ac29b8ca74cbcf05c977bd6040dcdafc0d7125f7821f2a873f2ab74bfa0af42128550b7b372bcfc1c53372f6e514785ae1729b835e4ad69847acaa9d40882bf1fee7f417890bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd04ecadeeb39c850fc2cd7b8c628d6bc087bf4b8e37780ce7c77fc806c4e265bd0592d2b25d9f91d6977e667d0441b2b3f76cfa0ad3d3584d07658f033785cabd0b0a79dde491431ab94694fc30d409f6dcd51532de031f86957832551d0376bd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd31440bd5ee632e4ca706619e659fada36f1dea775e601f77e8d04ee44f5078bd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd343666c5db9889443c6d9ce0b26a8d5ca2755ed18d13e99e1ca48e5fc14dc7bd40db8cf4a73f6266f9b17b55c6cbd10ad87690ac188b09bb7b3a086b616d9abd415cb3ad3cae4244741e0186d8bb77eaf5461518085f8ce643cba5b98f0a11bd4ce74d3460cfcaf7a1d77ff4375e5b8ad9f8e552f844787d4703e3e5cb3c85bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd60a196a757d441411af221736e3f52d376b6e098ba176df07d61e4781cd67bbd64694ec4f100364faf90b51e9b8aa36b7df18aca98f20e4b6e0e923d603c4dbd6580b3ce6a54c81edc99aa3169f6f358d4aafa9972f646c266764385b4cafebd6f804af399e1a8b74ea53571e4da4badf586d45a5fcd0ee9a9561bcc238cedbd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7929c539d21fd5dd7f8cb19fb953b25b66143cba00808db22b7b920c242fd8bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bd813fd6f4412e2bc3c508cbaa56748b1f581e1dcd248a8232ae177726938ec4bd83e7ed3350dc322bea8f3fd5f6034519921cf65d0ea6aa74722bd4e5c1844dbd83f76bc424e908d8bcc476a7b5cc9c8389aaa6856608bcc0a1c27b7817d4bdbd9121d4eddc36e2205c72e3e5e7bf55c3836895e72d7e75ebc63fc21a5f3f9cbd95a4d12d6cb8bba7d310eb4d32230cc39e502f1cc9d5e516c712b0c3d5ff09bd96a56b37a5b34194ca4afbb3d018680d294c1b323d52f6598d334ca6c90b1dbd9d748f029bc7179502adc510112f8664db8b8f831d8859c93aa903c68e9d94bda27d3ce5c185ee9f33aa465bdfbeb2d17ff68d83e3b062105e0093bd619898bda82404fdf36cb991b3bd6222734550bc49b01f645edba264a777b9796dd2eebdb5a3650ff2a475d38b3bf7b39780c825e69ea71a6cfeefa272200d928fce54bdb6e1e9b6aed29a00c4de393b31dcb11a1da5ef333d411d12c8c260ac1919bdbdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc326e87f3accb0afa798a53c782470062603e49cc678dccf432aa0f63a8e12bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd5817fcc0b5cf55056c0936889fbde0fcc9afe97fb655ede39c7a2d3187217bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bdd5e56608f7748465539adbb0f8cad1906e9607f419f46cc39ba92d0993f267bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdea77130d8eacd5cf2e29ca43487a9500f7adc99e14925f8715271df50f2f74bdf1b0996c7b46c66ac8049f42f6d1ef920cc255a445e2f93b3928ef834bfe7abdf3f3018c0b40381af79d87218818f54793369ffacdae65ddf0cb132c00e235bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebdfca81f15c8ccebf6f109849a48df824009e2dad566bc44b9827e372e1e66a5be0520b409c411a780beb0c41b54b187e6e047d6d2f34367d2ab031e2c52a8c2be07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0804726a57b08c5681e065fb23f95287bf4324de5b6756616ae35704a99b23be109b16c1dcea728302fa4521e25186a3009eceddc11e080b3adcb539bb4748be120befca2a357623a5cb92bd7ee2f765a09c607a0b5a9620466f3b1917d4abbe121ca3806ccc912a7d3390549dc780a63709d184f48e568c91464c76f72130be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be21fe01e69c31f9261ed59d669e99d39a66cdeed0db73a127b5cd7f7ecb3facbe24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be30e552de5c429efea1dd49a34d5cf64f26c683ed8e807c214b07ce74f7e4e8be31c340ad4972f004de28745face2ce7e0440ea9d6805c1cf5679bec7e6fa28be3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe43b4cd40d5efa0e973c1becec3316ae15e59945c63dda318c9443e72394becbe51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2be5ad3ed76f97bda9241d1a77382cae8b690c07e026ec56b58e8bcc818de5dcabe67a9e33cef99b951ab8f90ebe951ff630e3d53dd497022f4b8eb619a0d3a34be6d14573bd5ad211f2c93922988b49946a06645ad3253dbed580779aa534db0be71dd6a42ad99710f106e0ce3bbf8fb1bfa12a5c18bb7d3dbd16a6eb7fe3f4dbe775d5bd566765c6d5397dbf49feb135ef7460d7364f31498b87ef30527b1f2be7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134fbe8576eb9f99759552de398722390dea839bb17c2b8af402bd63659c3bf947e1be87c11ae3cc58c06b8472c94c9708c201724292ee7d09cb54460ff4a5078371be8a4671b4e5448dad88a5945ae71c71fc09bceff5f9c9d72a8ddb798fb88704be9200af7a61fb633d4c7e71f7906e3d34b4bee49310ff91aa497eac2bc815a3be977d1ca63189056ab9b8d80237845b5542d512dec2f2a769964014b0fb6c4abe9b0a4afbd2764262b5cfdf73c58e23d55415f8c30625a59c62dcb1fc4cfae5be9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4ebe9fd4b90d7c228e0350d3cce4696d911798be1deb2c2916681fd407dbab0ea2bea18521589dc16e5591bfe509d847d2f85264d946cf34327b707c327046f814bea18767ab07be0301e481fddf3eb0d9ffd22a0ac5319b2f60a2bfa4f3008ca3bea2c32527823ade170bb98f48f532afda83db1c84ece780d68f36499e6dbafdbeac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb05404de2780afc5e43661c8be6f6084ef677b58f269401caa845cac72c3f1beb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb814ed494ae4bb9215481a5ca54c5e0db573d5f03d00dcd23e99ef6d4ec624beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7becf2a9ccce8db356fb3e01c016766b118bde0e6952bb47b02ded51dfb17166abed29adbc95a63c572abafdb699b5eac0c3d34158bb942d9de1fb3cfd69fa0aabee7d19e8aee4bf1e0886608c327ccef3fc501023dd14fae07d36ec6b0dc5effbeeb696dcd1151f6712b9212bf0da8a33aa7506fa7abfcd01a2afeae19868ce5beedef91eb330471bbd290738732c318e98fe46935ca4d52476d345c34c84e22befaf1a1380afaf56ebfd20abb2353ab65fa56a2b731b110185f140d803ec656beff570fe43d529802bd59489d6986aa30b869ef75f68b88fdf119075bf1fdf1bf04d54a68987ec041b50a98256adcc68e5dbeb6d7b974f7b835e832f72238bebf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf107f3332e00858391b8009fba94fcc6be362650011e53564a1536cc8940297bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf2062619af235a489d554516da8296b80cba63deb879100b4205cc8bf39e097bf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf2596ea220334ac1b9bd2d3bb8b137a50b10d1955564afd480b1fbd383cde4cbf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf27b08f42cbcbf9e8823781d35e43ba67cfee0eac86eab3b6dcfb6eea7d1431bf30a78af5eafefc6e9cf07c55a1fdad4d685e54d822b6807746f0e610faa7e9bf38dd4ad1ab26205252f348b520a6a5f9dded7a66028b0a78cc9743a708164abf3d8858afa2d38e6b2b2a2ee9629d5a5b72764382e82d5937d43dfc7f917788bf5360d044dfe7cbd22acbb29c65a4d2a4dd14aa28f52a4d650a799a206ac32dbf5b5dc1ecc19b91aaf85ed9e0e986a6e424147742ebe7b23311285eeb8b57b8bf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf71fd5350bd8cdf2fd2e9fcf46b458061c69dd4b814df1ec2b664d165d9805cbf75f070c74fcc8a4a1525b6f5c717991c395d41d4f8ff5f3268fa327951ac3bbf7e0a6629eedc5a13bca48682ebaa3f227acf1d49d8fe5caa4ee4b98d0796f9bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf81c889a81e1d1ba85de39c6ce906c9d1377d95a39cfa72ed202523b86270a2bf87438e3dfbd12c4f86379ba6d08d854dc101fb45a0bffee4af4d289473f465bf8790062ec9e04992b883c92f4a8e346818f2b017b6ec2fd083919c7d851270bf947c66f5f658dd1cfb9e0ad797f9b7ce6e9b27c6cf9d2eccde3495010192e4bf9b439864ecb8384d13fb2b889caa376236c06cef9c26e7920b6c6eb3107f19bf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfa24608d91f666cf0aa7ea33023b446b6a9067912ae5779a9952414c1c0832dbfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfb59c57eb04dae893911b65421bdb326f2cce4a324191662eef31e8945c83a0bfb828642e809faf22815caa6e88acf671468077207b1b2fa9d93a186122a89bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfd3ca85085fa362b10d119f41ca520463cc03c626adf82162cc5fbac23759a6bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfdef8a576bde4cb402e7ceaebc9733e0330fc4faed91c9b41336a41a082ef81bfe031e3b9f0f492ac272d1876972e52092426c73843d5be79c45bde7b332a6cbfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfe7c818c92b4176db1f79d27254295c11a67345ac59ea5ad0ec266bb957efe5bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eebfede48b229d96a54564a1d3fbc4ca349ad28d32dbb11c6872e77099c048fecebff2554e14ea2a823e46915ad092fd2dfa7a90b5b9cac109cc91b254fb67719cbff464ea09b27de5772ffeaac23f81a80356c7cb21713f78f9b7af8b2026b99cbff8db44939ae5b9ecdd15933f2d843206c4ca10b7143a616230f8dbcd53fbd7bffbb4fad04e06e251f16e0904e831b0845c5ea0c4c0a664a92fae7b3531d1aabffcab03d7b022204e5499368802bfe86e708ce61946e3c12a8c8f87354c4500c00fb38004e9c0f14ac35fbad731619648238f80a4a87ee397e8ab82b186097ec012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c0139cecbd09038fbb41f6ef43053c96e980f0eef86e61da9308e04bf22b7b1cc016d544fb407845613d92cc50d73b9298d3c3f4a82213dd20f251a0f9294672c01e3b97526810b1be625f3e351e5f7320dfd71d04683f83cdab1cc36cf30473c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc023520e33b1513d48a9f6f502c601cc6a519c69e6a606aa1fb32ce7ce5a03a5c023da2612708a5c8feeac9c440d7e8537b7ce69b78bef9a2f2437e0ebc119ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c04a0071ec8c2c562079e9d97cbac013379bc3f085be4914f381cd13b1af2deec04cafe91c78b244e46ae30ef8064bacc9d05286c2e64a93f7f4417aad859354c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c05bc956f2da7ff55fc73482b8448ade0b020b6727731bd7906bca6e79feb962c065082d0522b5933c1fce93f8c6e93c271078510685325c2623be65cd1644b6c06dea1ba87b55111a3f566946dc564870db0f1cd740221356b186b6f2085d8cc0711393e23c781f74e8028ecb99e4c72d9ac28d0332b4161b44f37730a5e04cc081d035082e00b6f424a756cc7502c961c288e9d92b45498348bf687b20fa27c08e258262b1f610a88a105b9694688ccea4df0040ef014338f364364c4a94bec092bfd8ccaadda603cc96d663b8c8d743f3bf6dfdc80fa501e57683f7d715ccc09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0ca63caf64331957ca1892c7739ce2a2a944c1439d4f2ef6ea8cf48c7d54541c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0ccb909bb33f5db85fc2221514814a2fe51b6bfa327ebf1ecbcb9526830d9ecc0d0bc55d5680a353f05a70412497139a74cd70614e6534330c865474465e3dcc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0dfac61c20823a731c8aa99ebe073f939c6d63bbf00659e6f4808df8954e0edc0e22492465404e692ca7f9c7e4bcb4be30f60909f65eb633dabfc3bf1d9e13bc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c11191c81cabe66d3853242ffb2399b520bd94f902b7744772ae7edfbac136d9c1188c61f9a4f8a2d34aee4d46803dd025b038311e8bf5927323ac5a8f402b3ac11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094ec11e2359d86b8aa41157419af7bb0863ec8a0924bed8a0696532de1b0367f633c12ea01b375e56bb74c3590f1698effc55d4400fc48e9a277e28903a3eaa6bf4c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc13ad826e992b82862c63459bbad16bdc24fb9865617efe6dbd020d13d00fc5fc13eb9da840c7456ae01afb1d52d82d88662f22709f45bc617e4398b792e7ebcc13faa273afddf084a32aab4467d299f63c8f8e408bf696c59c20c7ea99e47cfc141531a334809121ec2d55139cdb36fb340685f10afda213153192fa3e87810c14289aba0f415a0f81b4d578e587230614695f4647b51bf7891efc91960b4e2c14b70f1b23e286d13cad5bf37c90333450c6cb92622381b8ee7a3dbea52d964c1516f9fe0ea7058cc714cd3fcc886491c0a3be099c9492142718c36e383c6b1c153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c162100405b735d706810d4731f75b9855c904fc1f207b4ec69b3d1a4882ee7ec168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac16936805b1daf91adf7f25294cfd76f196dff4b8e9a13b92e78e33110f62bd8c177aee6a4fe23f7b657d2b6628bd9638af8e906ed72ed2957f981cb120d943cc17c4072848e7bcdc1b13fa1a152a3213e88a81a016165e6557a3e45668ef45ac182b2fd18ef51916c08572acdfb5a9667ed684b38baa2d92657f3a9137b3315c183ea1731a7392c7504ad18e0dd0ee0ffaab4634e23917a4ea36521fe2b9e72c1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac19010105acf3c76545c972c9e5224ecea740a3cb38481777a4b79f668d8c60fc197a96239cfe6888bdb4127a39cd8b308007587928cd16780a92932d54aabe5c197f94470d5ccec39b6b97022238084deeb645846fad7b20c7bb273698e549ac19a75ded0d8fedafcc9ca49f51e94f93c20fe467edf16541e7dc5dae25da24cc1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1b2f7bcf7ca0c18e7a024a01d1529ebd1534ccb8f50013396d05c92bf2cd57cc1b9410faa5fd3fdeb931b9fe8fd0c41f12f462167f3316aa1b0cdd6669a19dbc1ba231a2f1b571d5dce7a8de623e718e7b7a2f8d0d9ea9cd7ad6efe0a29afd2c1bc0d40861537e1e772ecbdd912220032a0e4f6a043b11fba44ce37b2f1557ec1c0967c50f3e47ae147ec2e132e8086390aba175e67d6cef0e74a9bf6d6b0cac1ce78d369466e67d796cfa4c43afe9bd7ca7134de1e77b60a729886234a3b0cc1d855d9b271368c4a860ba7b84a1471909d2531c13c364b925d54087387d91cc1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c1f9d708e5627d88c95885c4d682571fb152b89f699c60494415ca66e3dc62c5c1fabf4b4c4a5f4a9a90d1fd413c0cff4486c684b1b1c82404ced52696806c53c1fb99420cc1d45d93bb3e4c5a6faf235112c65e0c56ec78d0e9a1f7b52311b0c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc221da9525b0e019554959c4dc3f8ab912aa4c662aacbdb812e1e468fd475918c22dd3ec716cbe333c5a7599c64e2e5969107ac1510e53f89d255cf48bea9110c236a360ed522b7da597066635c1c5c3bb7e83a015f86450dd860f96905134cac23d12780f508e50c39161dca87e7e26e07bc1bb6caecb73481cbaf3b3eb0413c24862d0bd16912708f6600c942fde83027d58d333aa0aa0df447b7cc0b28709c251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c2685e124ec640abf5e4920ab02b828b403f5050ee5d6e8e31de0c78f800a0c5c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c26a743a00a8ebbded99b09dce42103623c1199f0dfdd31a8f314074e4eccebec26afa6be36caa6eeb7eea8fdb127efc04f6be5465baaaec5080153dbfb0ee00c26c9276f4228bb6fbec8b0b6b09c8a4243a35d4a6188ed4b777d7799810d1b6c27543ed1b9deb7f23c48f4155667b4b62857ccf1a496c8c4cfedbfccffad9a9c27ea521d73b7ab421a7690432a34286040186dbcddbc1b7c0e4182e68e7384cc2882ab695af7fc1ff4e152e5a0269593277ea5a6b1492559c9eb0b9000a5213c289c573c4ee3d459616969708e692df75658add1997070d28caba2d75fa05c5c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29393d2100b218c4b0f4f9251556e4ef633279f18767d9a6eb25b2529130ed2c29516f38fc8f1b5fbe90fe9fff8fe777b7b7559d5b66bf87ea1559dc95d996bc29626ee3dc1e43a0768cb8ce91a107f9ee1af2f8b6536d9fefe88158ad0382ec29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c29680f80411a0defc6f5c42de32b401942934f3b9434ec67348b5e468e1901cc29c9fc7d30bdd0406369be81677c9d3178e9e3e7786ce71be7b0fb8a0c27219c2a8cf520e7b594f31deb1bae1f639013718d470b17a8c1735334d9a776c333bc2c3e4c9711238a45ea9f249e9e215f426f5000920e74d8735d95ce893f1a41bc2d16d23af076332186fd37e0cea28706e6632f6bcca6d2649dca77b66b60229c2d513986ab51607532043ae49c5514a801f197225741efc530329a308eee9fdc2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28c2d828144c870a2d7e234ec62c72734d776aeb0bc26917aea7ef717afa471537c2d9070a49c8140fb39fc84f3ec6e1baf466f8eb9670e11db642a1c814fb2752c2dd5f9e17e6b82c78b08b5729baf8ad5fa1931a36bd7a79d55669e18e5fd5b1c2ee10c6f7932005e1d617c0ec10350cbbfb88f4fbc439d5fad663d35912c5a6c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac315439c613fe90a8f90148ffe3dc8a840870c4c2e7afd77386db30bd13d7136c31ae861dea8ca92a0eba640e59b7f47aaa08cc6cb6958f4e91f34029f4e8976c31b545648244c5ec57d9a7fb288acf3c4e8f960bbe1fc35a6c8180dbf583067c320aa71a2b9da334e86ccdd59a430a9b892ed502cc8ed45c83994bac03dcbc7c321d4f8d536fd340fc8d4179ca56c30c54a444788046d134b768e12de2cfc70c323c6bb3b0ae45db34b4d2b1e5852715d8b59663f2a59a4000ec31ad717d3ecc32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c32d63168953ff4fab56cc94f691b0993a052b2af5a5e42c00be1c7dd0e7ce38c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c33b88171dbb75b5eafb433df5b4ef3f1c88f58600dc20571514daa6abdb479cc342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c34d7cd3e04e690b3bbb6d302a3f2beb416cc4562488e67aba094bdb16d011dec3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35296d46785819dbd5b3e7bec1e17c165dc120acb1606da98789531bbec5281c355c588859b5d2e1ec21a9f6e15af242e4a1eec0668b41ac253a7093360b22dc35a012a60fac6c97dc829c5f4e53070ed185b61d7870bcb2da9af275c56a6fcc35cb88e1144e0409b9af5979b93ce87cf4c8a428c636dca10d610c77f8cd5a7c35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc360fc791e86ebac2be6fdbfc5f93ef5dc46b36d1deb24918b8884b585be1299c36ac7bc1a09cbcc2b655936350771b04aac7051429423f3a0680c1cc147a2e2c36cdb14fe6011af304210e099ba8257a5d4b4bbc081d71ac7f106853a03baa3c37e93d44f171cc5b140db389588a27e6fdd7cceb00d548b1d4a1f03f363af83c38440c4e950772a278a304d9127448adb9d63131c9631b81ebed797a664cac2c389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c38ea61b73f95597064b9dcea99a44b65968e1496c80c8e08e9d975fe2266e0bc3987b58ed23de831a0a7614acc6fda93c9166d07d705a9bc404b524a40ba5bec399ddf4e04bafbb3bb0180e4a77179c48fae4bd90180e29a8b4ae4bf94ba566c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3acbdb92757c1d4f5b1bfb2559af98294adb2e9d8fbeffc208fbcf083e7672bc3ae19276946d1f8884d97c713246e84300fe7fdb454cb603c5fa027e736154cc3aecd25e0339e4615257191b6b8e875d1ac652bb56186d09cfd8feb6ba66308c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3b2ba88109f55b5a768e96317d20cdb2e5d3010accdcb1a1b9763eabc5ad8c2c3b4317a8676bad30807bfb5d5fc9a5e3ab5242fd3b43763968c04236555a649c3b5612f559df5d11badbc7eb31a09ab78f4c7129fe4024e5dd02087daa5c7f2c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3dba8114aaf02c336d5813728c09b7cc559ed0003a448810b3720dc53ec6714c3dbedd2b2ee9817b27f336ae4e73ad6a922308268f34da7a7efdef4e00a64e8c3e3b9fbeb258fdd20cec01d21308e888bfc23ced78f6f9d876e3f013845d910c3e6753133891ae2b03a564313c8ac69c833db5f11cc230a4f761ed50b7f1c01c3f08976312fb7b053e4d380fcda6ca297f040961a407f5dab472a94f303a3ecc3f443dac54af08df5d649c7bcd9431f8a31fdbf0d7c73c14527b0ce714b2154c3f90f21192edc733fbf8667364738a720915c3278995fcadce1ec3527c8c1cec3fac1e5774228c9ad356f6b35f109b488b6dfd9dcda3c020c718efb0b83305cc408ccd7d6adfabf80b2d1d64b80c3261b5273c466694b24f863f394974e1a68c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40c50e117da25543eeef9bba3138b5c61f44af4a9ffc20b2ea14e94d918bf1ac40d56f36fec67a4e6901798df0cc0759d83c3eca144219d1297a47262529b9ec40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c40f6f66308172f08f5e8a5da740eb01e432c98511a3c0ce305af047ac62ec0fc416c1b3f45ed0df09bd2e4c492aadd2adb38012b061397702a853745b8e1f17c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c420c130a0b8a1932121f219d7f54ec7e692d6a2c6bd4b723ddf29340c83751ec4288b8947c343ecf6d0fa952205b7d9c83c4f6dc8ef539f64165d8b80f09b86c42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c4366106db787d2ffb41086f9a6c69ff0dba036c63f8d2e5f2adbb1cf8991a01c4371cfdfd8b6f0cbb89094ccc7dd599bb06ec07a41aa4ba487dd39c7310082dc4387b645aaf590d691b990cbae86e9be107ba774e857818e12f47ec83e81684c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc43e9b9551e3232aa5afb9beffb95e8f5f2856592649da40c28948ded2875be8c442c553e15bcae19d315baa947f8ac175fe1327aef0540ed4da650e673a667bc445202c3c64320841fc34bdf2b5b83b975f3832fa6d4970d7f42b7047b4307ec44708009b197d85a2d69887e16c1855430302102fd9e914615abd56a502b267c44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc44ef45eb2d40d3fad2b17acf5274b3f2929303d96ceb7c04c58c4d8ef1cd661c44f78a115cfb7a8fc3e7b6568a085040b3f5b3e95ecaa04d36f515fe8ff1702c451df40f47500e9edb1928f3eb98c9ccd9b018c829537134bd861c4b600438ec45b0b8bce20992dfe3bc956b96a49d5ee7c0fe4952d1b9c374099d8a91aeb35c45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c46f89a80f44611fe79194a2af22ade83a44b44aebe75a277a81269f25f1b974c4756d9b762e2903d992a17d616e122358b28670c0ffd245e1ea510d03f76ee0c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c4796e8c0173e62b4c2c98d7904dc6d1a787df37c5c5cfe5889899d0fe660b6dc47bbfe8bb92382cce3d5afb7f20fb6bdf1f00c527ee769b91d2a9517f50acc9c4810492a03bdd0aa63064197a84cf51b2505e2e599eaaa64f7ea7a61b5ba09ec4860a8adacbc909763bc30b954a70eebc051a885eb79d7d188ffe8166485e17c4867de4b1d4bee089640eefe6d2d751f9693da1b7912b837f97884a34332f83c489139fab1e82b6db371b2a1f326d899d08c5e7010b70ccf5766a4ec5f15ab7c48a37528dc36d5ff366f62e779e981e7bc2cbf1733fe8b199e254883230a528c493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019dfc4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c4ac7b7aee4bd3d0455bff6a3880e3d8888dc94fdda996d172b78908e43564b6c4acf2f5d661225f8d5479843861dd01924fbef86fd0d18b6fae7ae7ef159f3dc4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4cdf7544f7077437e561bdce442556e7d77b9f938851882a548275061b9a39cc4dfe57067d0bfb3fef45d9fbc627a8d25dc56748414284aa25cd7d6b16ef602c4e1dabb8b4855a9815cf5ae14b32c76d7347ab2caff9b400edc9695d443e0fcc4e4281c60b24b1659c354d5c9d8013863581797e058db033784b6f257ac7a7cc4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c4ea2d22ce3f7f48563507af45a09c419db07e8e7ac95ffb8f068ea90c268402c4f4a5b4b2e484aa636d2b6ca2761147ea5db90bf225a6905d11010e65f0a4a2c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c51d8606a1e7ef438bb465c4bbcb337f9e71f8391f711c0c52fa308461bd4ae6c52e763befff7198d05da86db62cfc7f5cd894af0cd6c1f1a15a72fd2eed0a7bc52fc45b9c0a26c439413cc69f7734e47a678aedfc2fca3be567d3cc1533acfdc53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542bb88c643eea0ca633813519a0ae789e33b58c433b435834e269b27c2e25fc542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c546eb94b8d33624dad17ed854d1405404be0205ef7c94f63cca93d7147d4403c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac5496c025179a9c14fb1c038324d41a84364284401cbb39263fe7bfdc9643ffac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc54bc781b6863b148d3cbb49153d9a564d53ef1b3ce9ba6e622b083fbcc0240bc54d21f02dad68c763fd76bc047e31660ce4da73f7ebc967af36075bc2b66a0dc54e0baa31b39deecc31c8ff730f7752a6aba7148fbe14f515bcbbb8ba84afa8c54e37b4c42b2168a7badd0f25daa6e7571b30924f221134ed8b7d41134b7dacc552dfe6a77a6aa8ddd2f37e15f455f19662b73be34af9869894b95baeeabe78c555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc5693e5724ee0a63c65f626fef801f672292f25a3eeb3046db00d47485640e53c5697fdd71ad8e891f62f6a8aa9ddfad445ecd70edae3bf60b9ff5b277970505c56d88db0675beda706a2bfd5bb22a5f0a18773ab0839c4fa4b7623a8b125e99c56f0ea6f85f9ae1e067894fdc6e769d12ffd67df44a76349b24f576f02efe4cc5737445b779d16a9bd5d3cee106103a6fbb64c84661db6e645d7de9f88b0e50c57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c58600f4fad8f4d01321b698479be75ff70f4efedb1c218d9a4bf0868b9b368ac5959c7815974e7089aaa27d050b610905d566e557ba72d6f385b818a374a78dc5987fc0c80a9cc7ee431096dccc838c9a08bfb7581e7c75b2760fbd2102fe4dc5993c54c43efc5d7c4fbdc3d60a27aaacd8d4244b8caf23226af12cfb948b08c599fd9f3bc07c8b55af387028d518aeb11698df7e41bc116313b1a865e6af0cc59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a1cda68153bf7e28729094eeaedb61578eab52a759e19ea2750f596465367cc5a2ea5e0a4a565671ce7b959897ebd4531369420829b1929111f327aa459730c5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5a67fea85703d1d7125833bbedaf98a5bffcc9b59bcaf95b4fb6d09be7b8e20c5b7d1224e03d2edc7664acbc482886b1179cb20378eac346b87706907c74c80c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5d1e8817a8f449d6b3136a7e288830da0421558d19a98a77ab079a1f5de97ffc5d23351dbd1a14bc3d33331871b301b75f97168239458340126616cdbc29decc5d5bc73c18b7031520ece7d63cf154deb5d4838a11fbec679770ad9d1215c98c5ec1b277d9133f5b15ebd25f97ff290c9b86207e104200125ae123ce0620a08c5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc5f1d566d8e197cf74200044414cbe08e9d1bf112ae1382a85a6fb5253cbc346c5f6e34b4df4a16c49b8651e24526e4fa5072e8523ba17fd53a9c7265c037b5fc5fa1c4d9a8af390474934696d9e4e54aae977ccbf360f87e0cd756a5cde9affc61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c61f1bc2cc9eb71177ba02f2e1f00afcf5509165c3855224d742fe52076e5223c62b6339ac3343a35ff7e718458cbb18f028d1101bbba55d332fa280b94e5354c6324725b2877e183840e0677b536dc8f9c8a9164e24a92318a23df0fa9d7bd1c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c640af4754fc2696c84999f348933323cf38de4945ab82408ce373d09f4ed75ec6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66846019b9d268e6c95f46f0472223cc5bc70c538270a001f81aade310415b1c66c782c74c6d0617971bc8c03e2eb8ef8699437bb85bbb48fb572857c5cf956c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc672971b6b10202a0b9fb7efab32d0bd59d81812d208bf23a08419a5aef5e4e8c673f3944453103c10a78cefc3cf98358fde4dc2e7cee0d8320fe35ea7947deac6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6848b409d3d2a77eaf8169c2ccb17d72c67e4c000c02814ad3d511efa514233c6861e2e799e9ae09511d99a920a82df6a35cb495edd360526fcba67f8e4c036c68cc3257bab63556b77048f1f9e0d9bfd5e70259a89080b14f6244cf760d1e2c68f8ca0034aac8a402675e3d068725b6a1faea004bda3b3baace97a712d7509c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc691cd643b5216e76186fa5953a52e938a1f62de6ce1cf365bb7a35eaaa744efc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a9c389cef69ddf19ad00a71cebcdb7cdd0df38b29f0c00caf6f321d80645b8c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6b5491767131b22caa75b20729ecbd1387056678152e3cf7eb4db28c3d929b4c6b7cf045ee443dba11297db06f78832241a0b76d6b1a0f8747111bdac9c5a77c6ba131a34821f5fee39156c52061de2d46b559baf6b0d502737b8c12f5ee206c6c1ae07d70e60b98c26271a1042f150adf5687f7f2c51c7ff1cf76a4f18805dc6c4ad417d74cd60b9c379b7002bc2ae4778bfc8eef089c194ea177a2654e698c6c55f891e119e712467cd65229457033924365937a59dc96f8a466df527182dc6cbbca91a8b3e417c48b3137e259d33bad97b026f927d085dec2baa5e5f8f9ec6ce6a3252be34e1822de57a361dc4390a98e3e35887ae0630d7842153311fb9c6d393fbf7801ae962bf0c0af4379c231d2d8fdd4551a497f7a83eb1bc1020edc6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6d52f02fd0b6445c97c23634f427932a2b1c869f36397f0d8fb8619debbb78bc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e88d32983ee20b4a5686d83b43918129e324001cf3bdc1c24fe98721f46017c6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac6f1c2e92b611180c9d1a88206d6d1db983425d0fe6bc920f9a4130e4f2fdbfcc704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c71be9a4ef9ad6428e45abbb43c100b22e712d752f794c28efa3c76fe3eb028cc72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c722793e3094ac50f46e07120b7e01f3ad05af7d351eb2bfed54c18ae0051849c72d0c4db368b1b769cfefd4026ed61a5085d4ec4095d46b9bc0b96d5923c181c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac73c74fad458c49d04d5ab0e1a3ac529cb1e5ccdac96adfe4f33c82bbcb96b44c74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c749f031c2e040347d43921f2661cff5e4b6bb90728fcc4ac35a3de3747a36ebc74f654ca46f58721adbd6b4514af3e6bea590659a943aa2131f50f6de0d2875c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759504512b761d87ba50eceac8c28e81f767e5050545716be860fcdfba03fe3c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c76148c193674e7f6f55b5ae25af9cdc9bba387cbaa560862a4df84091ba5e87c76f78fd686c12208f69dee5fd9a3f50aec3fb0fb315021f86ff749f0047dad6c7721010d56461ba22880faf08bfe10114112453aaf7cbfda97c6dafe17372a7c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc78981b6b931339a20e280e11e230b5415cc658e1f85ecb21801e6a94422e4a7c7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7ab79631343b02cc0b8532550557b1b4742951c479434d6b678d84b1674ff79c7bc9aa9ae95d3e07f5a697f15d195abc832a204fa6036680bd32b2cc6b653aec7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7d5186796efc0dabdcff9c69b7b15f2e4e64389cb99f4eb8c85951599e92730c7dddc422bcf9f0ea69f41475d835cb4280a50a28ff4f46f2c6ddc5d10cc7c5bc7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7e24670f499f57708fb8c5c0ed2e9ce1b73b891bf96ef1bf3867d960b739960c7e2940013407b7b38fdc1c3a7ba7eae5c2cf6c5486cc5aa7873335da13e53efc7e49ea99700621b127aaef69e1ed70bf4179f97025dee9adc8a3012676d6dfbc7eac4a26d25d151489a791200d6720e7c7db4448bccdcf47b4a79335718363bc7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c7ee65f26e4d8ea70058896977b73181283a0e7323b4388fcdd0445c61b1b98ac7f37b92b5ba24533a5bead44a3c67c52b14a26bf09bd0266a5119a15edea21ac80a28647d14d95165baa4530c8241a60cba273d3bb73e11e85bb5305b80c056c80be3675182d46f9a09c6adb389fac6eefbf60ee51a15d65b14a6a68dd66f45c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc818e926feada69065d82c00ef74defc4f3ac908dc8065bd09b73a63c168649bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac82b6182520514ae22facd8b0f046b44786764075d95c268f9cfe645158e5f23c83401270a8e26716575345c70151562ad6f3e835e29420da6c5a05912a6436ac839c720da5fa9af1eb5ad5c8ca5de95715ad48b7cda41ab20d386b79fd31b75c83ce0cc8d871cc3be73c1ba242d977508be85ac22077b33c57915db407a8901c854911364395f334e66de323f199790283b0041d606df6b5546acef978c291ec855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c8620a3d57aeac70fa1eb094f9e93d8ea49415ac33a7a88c398122d6973b1519c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c872c10786231e7a22e623f8e2040105eab3f50fa937ac4b29ceb387c39f9ff7c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c885b37eedfa98b9c4f8c21faec037b5b74633a92b4bffbe75bccaa1372da960c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc889566723d11e200db5f57d271666e4111bb3c73bd4e04d568936fc4b60c997c88d61e73c2c2ffd01ce8532c30a6221ac08899c258105b5c20bb1779eceff29c88ddf29a9dd1c947466e51866de1c2816dc419a3311463db857d0a90555e1ffc88e892b2fe2547bac3f4463f96797981042c06f2372013fdf62fcc09d8fa6cec89f3bbff20d377f53822cf794e6693a32d737ba58c32e6743746daafdc49cfcc8a841c93888b3500df968c0f0dcbe5df28ecef21bf15aee4a0b9c42eaf7c5cfc8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0889cc7df3851bdb7ad804da69cac1e5290c1057147b1498bd1e8c1e90d69c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c2830febd71f90e2cbe71d8f32087c4de6fc9eff0a6b0d6e1d12d2f4dc9501c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc8cba250b51e81a03dbfdb6079a3abc3ea2f235c3af5adc2b1a8b4a9426b506ec8d03b5e6a4126cbde8e191fda9205ef4c6abdca44aee080ddb27e5ea9d674edc8e14b941be12547438a95af62fcd8d48c98420afeaac29deee9e34fe22f411ec8ec04a5e4c8032075035b71aad7520aa469c875a78b7c5450feef5c5a3e6b80c8f2a92dee8b8bc0e7faa8419e8da0d337efe95e0cd8de431ece4087f8aa598dc90ca83b8c665774e16f2f38e5b38b8946112ffbcd748b6e0589ff122abd213ac90d6aee7df7901f94f5a1eafa5456e0c806814549c3ebdc4288cbff952cb013c910e2f7a3a8ca9493a423eaa7cf3165a1467115b71362892967e7a09caea879c913134f371c177c628dd83c73566aea4da7f97cf7dadf59311cf49e073c629ec92102553e7c8bdb9fad2196578fff59d66aa65923d270ba65d258920d789417c9225a3569966ed990baf7cb8117bc659838687f848b4e4fe23d3be5fba51a03c92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc930f5281138e782ca932615475fd0d8f160e498932cc22a4af3d9ace9a96bffc935d2ecbe811897a3a01c566613b2393db611da1dfabfa8e84adf925d2c8d7ac93b987d705379fda1b02c3773612ed554f88ccb8c4f3171279608355b9f967ec93e37420dc2b3d1b1880a37748e1cd776c27369844efdc630da77d2ddf3e5cac94166b9ceda0785a0c7e8e3feaab40b4c8edb1cfe93b3f24688d233d6eb309fc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281dc94d62870eb47d627256af30576ec96540478458f917597c09763d67a6a2382ac950ff8504dd86de775769b66c1d42d1fb31b9eb024a72c2407d350acd4c325ac9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc96ef4b6253691ba4fadb228bfeba78716ad5099131e2d639fbe87cf87b64a18c976b7a001f8cf58e4d7072fc97380e7dbe03bebae33b911a743ae96cf60ae7bc97b53dca27b48d3eb409473a98dfae6b91c3dea4547313a7d0f7b7e08f62c50c97eb526f23d4ea7974f7aff3272f29d3a9bfa6d74789bdfbda8ac1ab12c59e2c97f12bdb2ad67577a37bacf4b05d281dd1d5cb19cc8a995a0194c10dcc239bec9875307e35135de13b48730f64e9d11527aeb2e2f96fcfe9731880cd1abf344c99840129c76f1bcd9e7c22cbd61827527f8cad9ac1d73b54e11ac120062c60fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9a550defcbd844bebd2fbfb368b8fd846d76d028cae65fa12a501b6fee80337c9a5cd9b81467702221a0bb2cd743b6a3fb2602a1429a194f9cee367b2f005fbc9ad681230b89fca14f0aacb650c49658752dd9e1dda44d5716150ae0e8430f3c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2cc9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0c9c089c2d0a51282362ff25da99692ac1a5c3e2f5ad01f1c38922fe8d49e6c3ac9c1fcd1cf0b1f72cca214ba259e3c1a089600bae49358723a006077283dc512c9c6d1c41c369c72311c08c93d683530e038242001725a53198c826f0ac32ffcc9d7471845415f6cee91c2ad3c444fa9820580eb842b31a23ae27d661b7fbf10c9dba266f45c00333cfd2d916151d092f2752d7c5958d34fd94d10008ad6c144c9e251c9bede814ee2aa088c1457c6d6f1ded166330917cdaa6afb6233b2f830c9e47cfc425a31590df0f4b13ef677dbc30ed9aca75478618048b36dd0cfd3dac9e9400d75e630fe5064ce4f0e2c637a4ce894ab9d03a20083cd99497cda6a49c9eae46073343a14de036ded9ecfcf535c89977525be52952ce1e5b2f2372c78c9ec2c1263cf39a0a123a59a6b91fb9ee7c397c9d6e9ca159b23b8bdfa240ca7c9ee8b0cbe815d35fc8f7dd48316698dffa4ec6ac2934d0e50e3810dd5bdcfa2c9efe6f0ad6746c6ee6cff6159d690f8ba0d7e174cc69ad160fe3aacbd685470ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca0492cc8cc62881515660fb2724e27a4f9a5ed2d8d115ade37de455d36bf835ca0625b602a49b107f4384edb394e824cfe350541af369dbcd3c7f2ccc167647ca063c1cf6523f27f2019992a572bd69f12ee28ce9d2aa5637b18c3cb9ab2771ca1592959d1b0cacbbb62918403a36d5db5ca1e40baf555a70dd5bcb81adc8c1ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca1ff5d532e317586785d6e22f9d954f16030849d0438618dc964299da410caaca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca2e3c8e1c7e05204e74b298b6928851b0ce68f6d6469ec2fa8c17ada6e2bc52ca3426f7564157919cd74bb5d578cccd10016561a77eea83970b9f04e272b67fca3c5485bed6279200283ed9557880d75769488fed62ece12d50c95e25a4eedbca4237bf5bd50dd959e3e1e717a6f783410a3c30844b18e6f3381d2ec4b741bfca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca53c580b25355cbbf704a308a7bb7ccfa357152e9f2592b2a0885569b5a3de4ca59a33921242cbdba39d762eb95078d7dc8a3bb9ab2e2a4f5e796e0932fdbd8ca692596a5c4b3d59b7e6203b6b888dd292bc3e0cf0a91599e4bd366a26bf594ca73146ae8f7fbf0f950d5bc9b0479147ece2f503a9d4b73b7232b13242974e1ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7b966fc478b5d2a2ff36d86609a0a95292fc8e1fbd6077b225a70019e99778ca7ef6b08bf61496365462bc8fdafaa91de4993e2b8fae197138b8f946f93d2cca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111ca87ca34f76e6915d708bbb7ea7c5544d9064de9bc8403b3f0450bf16b6f9c9dca8908a398a1541d998463a4763fb6fc8c8cfaa79a0e165d035207015ac6215fca8c8a627c7450a3d30e5d5b4aecd0df4e4029b8583ceeb05610da2a58c068b9ca93ed373056d653b00453250ab3dc033de818b0b6f47e64fcaf669a077539d5ca98f79b49657cae39f5c3b1483e44422a78cf7e2bc1a0fd94a7e2a221b90f66ca9c995e8804e5f8bcd5adf99bdf4d7abeea1603da017b71349c30f3436f7535ca9fcb5d62bd1ffd06dd461db410f2d2a3aec9efbe5ec545789a9a44e1fafd14caa5880578754daee74b537f3a2bf6f2c158655e2e017c4286ddaef32a26874acaa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252caa8477d9a5458db4c18fae1d742d475350ebd038b5e5ea6c0347c418c4ba0b1cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cab537047fd4e54dee57725ab682cb2dd40a7c2530eeef12ed76be7ad6c01486cab5ce0cbb2097199783282a2da9f41574b82bb1d71c5c116541b8f89e59684acac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcacfa26566cbed483e04f15cad7090ac5629ecc9249d127c78de3c5319bc16bccadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb013187c931dae4cff4fc43608c9af76d1e1735ba5e18744d07fbb4a96c64a1cb02c1ffc96b08ab225b378d10e0afc0419b26c9ac3801507f5d6a804a0b47dfcb02f49faf97b48726849c6e62f6e11490b6033019fd82094d1a56a795ed6718cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb1aa1d7f80cd7cea8ccad427449bf3ed1c1c8cd4599d6398c5a622ee6a9ab3dcb217df1b040de2cd09640e50efe9c39f6da8f2b9ae22b7be034833440379798cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb28f84abbc698ef34baba629c4518c6378944a1f19eb507070f103619cdae8fcb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3d7ed78a750c28ee2ca3b70dba44b9ed6a54e6cefb4f13ae8b0c957e22d94ccb3d803cd4f2e72a32b27785774755d5800d330d49da73a0b78f59ecc0ce95fecb41c3a2dcbe63c6c47736561709711d96a2f51373ac46fe315064e2b1e18122cb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb4629ab5af690db7b9dee3b9dd651fcd5ab82f3364fd42ca364419a428ab19dcb59b11c422b5259c6482c3c1bb79f985e880c263c82082d1081cdeff8150c5ecb5b75d0f3c7658c6c90685b971ddfa4c50198f01354b5a5b4b7c6af0211ac37cb61537351ca954591c17c4fad8f1066c442c25aab9a10e19543d08dc550159bcb6618d9ce1f82bf79e020268885510d9fa3a107772b344a8fdcf5b898508098cb6db45f71f63dbdb76bfa420af1c85c9a708002b6ff1a85470a19cd309f4985cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7307cefb2e88a184fc8733c501376e93b5bef065c6ed675d7b4ea06a98e848cb76ac45fc782cc325a6254e41e420363bee33342a453b111660d42335161b61cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb864dddf83885583c7dbc4052d63b8ea201504803fdefb6dfd7fc6f74417606cb89d2c265de02a179468dc08f1305dd99bab974de54d3e5ba888fc3750103b6cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecb8b0fed38d9903f2fab4c38276e5e694237a12687609ea0a3fc83258b00cf99cba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbac477cc803c900dde8826615eecb8ca58eb2a72cc0777de19a8beba69edbb9cbb662fbd2cc6107c2d5749b2bf3a166a7026c6df2113af3e41cd9dff39db287cbb867a0cb7bbb0429bbaa5b3b6b40b51409ce398fd3072e21be7b812c458643cbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbbf06c04b3341826ffc0dc317a6b677ca76eaf4c9e88fc7a4ebfa8bac2d1c25cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbc5d1b9fac90054d4e42cf1b59f4b946ff662860011f3d1c8f79eb5e2c740c4cbd28dd21c1b8550a9108461c2fb51c6085bfb2b7d56a64b882bf81ea10248f1cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbe2e12a6fdafc0f877a400aaa1cef67d66352ae8a0b3925ea4759bd60284a30cbf1830e702d35aa52c655b8fe24cd0ded33752febc41eb8a3a160d482e360dccbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cbfc34454114665708524a03aba15268cd078e87c760e0f1f5428bb0334043eccc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc1785dc53b2c7feea3336c9bd5cbe6eb95315c1a3a44695f2af6056d2161641cc1a65ffce56623a39b71cf7d925f9e67a4cc180c6c40e43703107ed135037a0cc1dc708e552906ffbac22882d675b3e28d56efec4a015a74757fb0eb1423463cc1f2df38d7d72cbe6c22fdfabdb2c7b9e379f9a382b9b6eefc7575b07266cbfcc2468bbafdf91235485a92901bba81ac3f94c8c8d2da237c81fdb305f90bd0ecc313b7f26c3adff576c8cdc59add5669ae6bc5453ea08adcc0f9b1d84b934b7cc327f4027d7eeb9b0d9d45c7718839cd397cc8e559c8b691c01a2c411dbf4cecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3794c749c768d162289dcc82268f7da3ecc01fc82ad6e49d018ea2eae354cbcc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc3fa814457e01fce81c5d532f04bc5f29df2394ab2d827c745517ffd298d1ffcc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc4321a6bea7cbb6a153074aaa05f706e90ccc3fb03f9708754a2523ef561e4acc495f4e5d6b84573cd28c8395eebf2db738c192ca535a313e6e2f87b88a8b60cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc63da1fd8a007ab7be0bacb82b821b1fb56d395463cad4e66579039fdc042ddcc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc65bd596987fbbbb15a4d2710b4bc3daeedbe09610f6ccc2bc7a4e581cd424dcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc7ca6d6c2c783edf87575a77dfa1282d339cb254042a93093b091eb3f57f100cc7f9380c5437e425a92f1f63667a3fb90616a43a90840aca44220b5fbc9f3ffcc809f0186c080aeb16f53f6c86a7ca9e152947e0efbecb1ed29c0f1f7e83322cc85e8502f0ddb5f2718d702327f9c07db38e00d13aa27d1878dc5dd0fd75da4cc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc97317ed150db1c5dd4e0e7b7773b1c5240aa3e42e5e71e1a89695ca54cdca1cc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cc9add2afdad0d092d6c8d8de421b7a854ff922a5aa9f4bca4381c07c6925dc3cca055818ae4a6f765e8ad4362e8606119de8962b9a61e13f51b7a2fc893c255cca0e57f56df48a5b27d1e3541d6a6a236a65c3458397b5042acbe172dcc20a2cca1f7a3dfe12a3a5841ca9a544052d7d72298572df8fb005eb9a844e6f8e6cacca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8cca91a5451625b63ed55e62cb3d9737e148c9e24ec465f0ae6b11f65cb09daf7ccb0e7b08362d7efe37034d6698ce2d18842053690c2f4f1aaa941efeaaafea8ccb3103838fe238ea743090a1d0c508fe063d1922447b75a350edb0fbef5b733ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccb88cbb92f8a7a0bcbab4da0ac558aecbf79a471c7af57907dd5c4b71f25751ccb8e49d00e807a6175314458b36a78970d3fafe97e64f783412600621e0cdf2ccc134c45ac33e4009c73bdc15d064d96bb481f7f849174cbb1e22b9fb678c9eccc570a3f4877ba6b378bfc8453cbbe167024e5323ed1b9e16d257e46ece6a2bccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ecccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccddfe62808d7de3efa2a527181ef9f6250c16a09ebf300503aa2a473e5f2e62cce05a4c75777bc70f629097611575e639ea4b30098cea52c9cafa2428bf0466ccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd0ffb640f1f9def171f7a0921d5c395be0c0658d21964762c30f76c9696c185cd10f6fbdff0ccd4433bcf73ecb79febd8d2298b9ce73cfb2d2829c20647ddf7cd160c60321fceec39e2545a7491b13986b1c6b82d6e8ef942c5cc83fa9f3bc3cd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd1e4c9c40f3912f9f6f071c2a1be90317f4c040f6b605405306ba1c9be09fdecd21019016c7de6fda28024df158261af59978a72f844ca983398829665d0b59cd22036351feaf0f5e3ba105df3a054ff3b6c71140aa65062c8316cbed2f6376cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd2b0782ee18dab2b0511cfe6624175dfb0d2edfacdbfbcd214a357c218f82accd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd3b434bd314dacf58be85324836c80def0d9505c637edb487d6a40c83097022cd45a21cd2e042bd41e12d34ef51f334bb7b07421d1b4e899937b783139410cdcd48e17bfb2e6a3d9810fa31a285c5f4e97cacb9ce23e2a2906c04c69f70458acd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd5b82f5f08fdb22ad678da1d53481f5769e5accfad14c7c4b6a47e957debfe6cd6179bc93ee0f1145c8be5ad03894252199c07252714f6347b1c6b3c4873313cd6201ce793097aef10f7589e27c815e1de4c1ce2f8f573880fbf2d02d6680a0cd77f59590e107154354f8ae3b3ce1e659c6134e0e03bc78db74925fc2936e2fcd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd7d0b2e094797a3089aadc35bf0bc646a459c69813070d55cc93061c4701da5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cd8d2dfc449f6e3edb2d9e7f720731e9a411ab319438279beec82d75737b23e6cd955f775e09e24038a84c3f007fa1b2590006575606ebeba913c5d5dcb7737bcd9f7e6aa85a9107c0de781b81c661651a1e48073d3e92dad0e365737336ab5fcda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdaaa2cf564f658b3d7c976f58b282c33b379af3e4d0d3c837e7b9ed5ac29121cdbdce310e3dcd8df21be84e5d1b7a5df9f277176eab401eaa78d861a9a14805cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdc90db52bf23fbcc1465f7f54662ae22ef59c3d34a552daeb3d1c24d010b601cdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf4ee01a1c491bde186dcdaa83677b066837c3ce043a36b6fcd37470b9387f8cdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce0fba0928cd2cfcbd542a69175c568b85a70be676df98205fef56bfae7f557ace13354ef9b8237747ff29792b3827ccfbead2545fd2679f0f8a1c1f4b929d0ace13682c610f0964057c970a74d21643d2e5215495d62268dde5abf5daf6c11cce1ab9bdc5f7fe82d12b220998c3ab46e08efd851e2bbd8e37681b7d5961f501ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce301c1ba9f01f9d76cb8e705e1fcb3a6506d77a6abc6858cecb671dd9bf1bcace3226bc97f12ea0a7c6c2285347971d6cfdb2a35ec94ec1ff4326122fcf81b5ce41ae9c7644f95e9f84660a5defea710e87c083852ff95b35ca299bd39cef26ce4425a491aed24777596bffe6179f3079aeec9ebcc6365fcd60275cb2202a63ce47b2f7585dd7b86a25a2ab3d0b2512fbef3cdb49d180e76856387157a30b8bce4ee4806b9acd9f99f9478a3333ae411e96f8139eee8748075291f694008dc2ce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce5f37a0cf0ba51893ea5ce337be480e6d73f0ee2e3a5b051e0829a6c8644dc4ce647ce95ac7f25f0e05244c623a172652131bc8419930bac14f8ba1019a122fce69b024a1854648c18cfbe333269513b816d5b1ab97322bd02c259fb8372e47ce6e05e64245714f9fc888c08a8ba97d5daa94da20dadc55114c727969c30ff7ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce768394b480e486d72e523931f52c3d4ef89e13f72b1f31f12cfd9b48f86823ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce8b05d45b5f7704535e865be07868c2badfd79d9fddbb8d360281cf19b1d944ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce92f41f53031788d78a2a4b41ba8c6a02f41866995fa5ac05fd7d2ffca6800cce9301e411265b8e14e266fe88268a278d9238eb0ce488d2492c178d1d41fba8ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fce993a3a3d0c54eb168029a3f0f8c3d66bd644f70a3315ae947fe53842b93091ce9cffd0d082057f2738a66195e031849b8c205a3911eb706ec4fcc552df65ddce9e2b9200c7cbb0a65788d9d1b46348a063fd0d090d19751efbfd198d757e2ccea009570b1affb6c3595d0d0362b80c5a6c86c88f95f5f55e43802278ca7395cea1fefb08487ee013d5c78c36f96133dbe5ce984cc04b2da6422357bf48b472cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814ceb144fc092122c09346fd38d19970e7b4554149184ad9ba7f0b9b744195385aceb39abd01ad43a8284675bca9833f9ccb71746b210df3a50a77b83b3ddf35c2ceb784729adde4ec4e24997f199cd66e7a67efc198414740a6371a147dc6f60bcec0fde91315413b2f77b3bf618c8e33f9787162473cb069f8cc4d8fa556a82ccec4a5e9eb5e6dbc2b75230f6e5e2c27836fbf5ccc19bc80be3818c4d9d57b4eced581ff9cc20ec1277846a0762f72259f435286a8be6a369b8af093d8c483ffcedab79d7b85bc9ebdc2d630451eff15d6ce9606d7b840f3ac4b78cfe9208d3acedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cef4d6db3fcec91923047f390dd6b02108b8c91e5722d3a3363e10b1786b1e54cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fceff65a15a164e74d14d3fb74f59710f4a76c0c7a9fcc31780e7287da98255f6cf00ff03540a3f34329bdd9658810e759805b37ea4a67980e3c2171060196c98cf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33cf0a5912c1187a27d104717338681155f37137c896e50f96e5712616f205751ccf0c0937de0736037735612e6794ebe3c69960359315a1f9953ab2370b9a340ccf169fbc18cf0ab818059fe3aad4497bbf63719f5a64b305f19936a15864da32cf1c1d0bc3bf33aaf21ff721cba3a7871207a72e5849a93306c8520dfc055668cf206489f360f2af9e2b1b349a591cea3b591e0caec68f5a8d5a74f5f0237d11cf26ff8f3637260ac0d74a3041e5b16dbeb443d2939fabf7e09a04772e6ec305cf2ac502325226a45872f15d53d41eece8fc757ac03c36b875f4510463a556dccf2b6da51b483e38496428cc1019f42bf4df88472483d4af35f7ecf29ea9201bcf2ebd905ac94a59d892ef3c92f15c2dc5fd1c5098c14da92bc55b98db0d4f8ccf2f9b02d2130edac9f2dd1f8094b76c7bc484c483fe23177cf677d5189c275ccf33da243a3da32fbcc2c6b6c478c68744e8a31f1448e40cfdbd7367bdb7c41ecf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4a16df9e0749546229649af1844e80a13ebb9cacd21660a76598ac4cf5e2b8cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4d32330131c9a95045f0de58a20c7d2c4ed80cb47e5320f3c57730ce38b966cf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf4edabbfabb26ee4911ed43acde4a70793a49071268afaebc3c236cbe07497acf52629b937ceb582b094966eebb684464e5496ff28ea1707b0623245521f4b6cf5518a30277ed8fef1365220fb75d12fccd19141c8e74204f4b6d7e2217dfcbcf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6105a55a30d6502273127b114e33c4728c1bef01395bcc013ec721d8a46796cf649d73ea6f418d443b85c21375336ac5cd8f55784ebe269963f18c8091245acf68906ab507740fff80d7d7e2ed0ae414cedbfa3aba9357903654f6cec813b0cf6bc6a8db5204059efd8892bd74f234055375f89faedec124a5e2f3e13a59becf6bca7315b812a468aabb2d8132bdb3fd376099cc6841edbac20e9938a525b1cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf76451ddbdbf66a08663bc4368ddf2cdecfb282c3a9f21cb0f6df4827566419cf7aa6fa278939132aee2181c9c8096607b6fcc81aca2a65ca58b2a39fcb1972cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8aca2ee6b507cdc69380b41d4ff7cb86274bde0b92b68140cc772e9ac7556ecf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccf9274f8dc53743a7d918de4fe4d9c4b6a5cfbb02c4f2c3a4873454a6e89cd0ccf98671d62b811214255154b7482ac6a3a4536b862bb53247382d8be2b7597ddcfb9f2250ee899ac5907757b5d0e2ef18feef8d8d7928164a21d2e98d04086b7cfcaef94bb6eddc4ff31311393525210a35f336f309437aed6a97a1306611eeccfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfd8bd1fae63035c0c1a125aff8f376dfcee06a27b6b5ce3da8d8080cd4559eecfdc0d3e33ee2c5cf242ba3e0ce4d446427e82ad445e37ac2638af3516e99deecfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444ccfeb6619d574a2af643756311c83d87d9a6064f6f609029198098b6a7af1e7d0cfeecf5e1fbd9351c4c74551a13ec6e4d95bae211dfa15c8421d65267a0e9fc9cffee22d9e7e7924db4cb2b9a042107ce1acd8e09b24f3e0675f2a71ecbd7280d0019cdeb151be234e23ffa07bcdc8985d24031452a9ca64b79494ac1e77a3b7d0040d87a9492dbf38a3f1f83fdc2e99dd027d977ef20005c40af75d844665c1d004518d408335e7a0786ecfc703a53f51f0094ebcbd49dde44407d1b462c25cd00d428fbf882c21dae5191204a07480ef7bf83455978b19c1d758e1ccbe4f0cd018bee9db80fb3fbe5a6a16664763d09ce37dea91f6f8f176a99fb1ad12112ed01b5ee8480d669c36913e4c9f0fe0ba4fc09ca357cb5c7534c4a7c728df382ed01eee8816ac06b504a2cf6d20d6bfc8d9e63c785acab76e9f6e4079d1e4d19cd01f878019783135540868bf0c792363c7bf4e35bfaee4a520b7661313c037bed021a731b330f429534765c3091306183568bd9a434731e86fdc68db18302190d023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd0280b16ef10588b2ed9477ff9aac7b55e4bf5a1fa2c3807b2aea8fad9623270d02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd02b0cdbed7ceddfe436cf14ef4322938adf82e04fce8c802369687a65fb3e73d0303569b356f31c72be6ff546ea9aca9bf541b54de2e396d6597c4320b417d4d034a0c5dbb66cd2ecdbc0d7217a6fd6f6d70c7d8f01733c51493ef1e751b742d044dcc37c0174d7fd4c5661aed9faf45704c91db92dadf0446beb59cd90fc4dd0493b637db138f565a83368b88268782ce2818089766bf68573e5a67bcbf009d049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d0555958927d8e6d0c8b222c1f57ea96393adbb8d62ee116e0b7a6486f8a22f1d0625b8814bed2d13c0a9044ac4ab29c892d5c570acfc6286fa4a3150d3ed1a9d06284bb7181126918488342676562e4eb748901669c1c79960a08f80e40c59fd06a8111e95960b31c815315e80b54e6d3cdbdecc8f56a4abbf1582a88b95aecd06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd07165dc0f271e69260b5de9e243cdbb0282782e5f8794fb035880af97f71ad7d0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d080ae16e29154a766a4743c3b6b68897955ea2e7f582729374ec8e256cad9c4d08415f4167d68228a22c83c4df46104735cd769ee89353fe5cf01a331784d9dd08862dfb61e21f298718deb85c3a1d3e6d5c021242dd562a6e7e2c4f311a302d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17d09721129439f25ed7bb80225a50322f210da0d00d2209317bf6555ad29e4a1cd09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0a40a6c6ee86e378f5d2b5cdd401b6295dd15dde5f93169279ceb33ad96b0cdd0a62028ce9849620354f82784783b34f6018761ef26f6f9994e998f5f85a437d0b1218867eaf0df4b915b4c5726d1e08087ff04c68ba27cd2abd9a0e32fff7fd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0bd1078fb426e48c28bcf60288c18564d6181e23d64c43a0cccc004df35dfbcd0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0bf3f1854d28d59563c317ff83076fb842bff53951c828bbba1e26eec2e7a48d0cc5f113597044eccb7526d8d052c5b80bb72c5167dfae1977298b6601f1dffd0dacbac8422d87f1ef228fc5e5c29b21dad72afcdf49444725b2310af07a8e8d0e1a4935c536bec0478f3be69ae537281da7aa245e10acea2b53d9544b59f5ed0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0f2e03b6283b895a7d218bfc9239db3f3375de608582b8a73f714361298b1a1d0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690add0f740e6250c5487c4b7ec7836d2928d4fa3d384bf399dc48492fca0392e7a38d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d10ce0c7e85cd2146e048a74c572cc8ef2c9528596d5e6f8ff37f8d365954a87d11744eebeaa5af0da0d5fa72e3ee2517dd6b28ce4161ea5ca7c8eddb8684f6ad119044c313c6113045ff02f27ba0fc089a7f2d16d4a1f8b1a4e019b68556752d11d44602a8e49c8bb5f1a2b62f9f7adf6af5a98f767b1d2e5d3b2f3e8f9c977d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd1242bd289e212b57594dbec133f0ed90deb09e9113b2ba02398f05d30c2718cd12825d54c7bc130d70f64ea082026ecc958d23249fe958a1a95ca9c6771fba6d12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad1302b41a412dead6bfaeb689af195cf9835509570aa11123908b90a3050502ed1339cce3c6302eb444e1c4bef5efd898716610caa52d4072dd0fa1f1482f4dfd1363456667add6f3618f1c68fb33779998cd4480c677c530f1a6e65cf95a6c6d1377b6f7aa8860a27b01953091d9b4fcded805db4fab49badd1770449b26a30d13a7c1b5b8237ba6943a9b2f22f3900656941a26eed278d4567a6d46947a1eed13e534e00a6d3488b472cb083ca3951f9d9571dae68f74bbfaf128cb79da1e6d142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d14783bcb1aa45b1a9187b902f7b30695b748f0896dee1f862f023a09980c822d14b196f381ba4c0d665e12b55e3d3b3cf0e04f00887f89073b34ff37796fc33d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd15d4c07340e3faaebf300244f35b28c581e2ab469afec8a9823f7d3a07802dbd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d184efdc7ad1db8c583bc2e1f74babec4203aa1c7f752419483b218b479d7b3ad184f021b560fc6ddad152b97574df590aa5acca20302f9c9bf1b66bfbddf2e6d18e3c140a5a1234bd5e6e94d90dea97d010312e90d5a154a794c498b51cbe41d19226acc017ae92146b4fc8c62e039ccbc42a1ffc8d18ff5606016006b714a6d1945332e45b4852f3feb3f93f27995583ebdcef7083c2d4c77be89bec4a4c60d1965d7a2c2b85f0db6439549c0c6aec8c5b7d3083418a3badbf86a8271d34a7d19e2929dd9192c2452667c35779c7af3ec6a608ce2bc7b6b0c6562addf11743d1a621649f73dd68ef2073f93d43b10dae0bfeb32e32c32297a4442b0976dbbdd1ab36a46d476ad8914057e9b22adb5eb8a1bacb06d30e5bc468122b0bf7f4f5d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1b7db735da85e99f20fe5e507df9510bf5766868f70fbdb3ddb06454f66f8bed1b9fa5429b89c6618ba2d44f52f6b1c466207fcee0179d8f30fa1e0f9ce4889d1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1cfe26d4373d80896f7c31aafc601fc0ca71a9e970c93a7b2973fd97d14fabfd1d2a89af881eb4b39a9d582a57852dda8657c060a39fe104ff90ae47de40b0dd1d4eb1d2f1076e3ab641f15400c5a8297d4eb286c2d08e4ced4f3685f34f59bd1d6c81a542f323cf59e0af842cecd1bbeefcee6d20d0234366b513d13657a6dd1dff2e80443a055eec84f4993b6b9f92b572555065e084b34e57f26b6a67c0ad1e073852d5f6e8aa32882d226458b02ff3eb24f0d07019ae680e4cbf7f59f04d1f629d51c4ea4c92ddeb34a7fb6b75eca3200d291f4ff7f4ac0294032cd7e45d1f8922fe0dc3ad7375096ba2a6dc5732abdd40b1056fbb79099d5ce160937dad1fcfe738e8c2f6c465a15a18a0029f5abc06633c7f193205a268d76e96a3691d20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d20cbccce301b47005d2f86e31300c65f7af5c6193298f954a92c53c219fbe46d20ec9de5bf485a1d90ac1d67402c0ea50f6b9d23c74b8a42d4f7f2f585c3496d20ef30d4f4b92f7fbef5208c6a90581659c44b0edda9338dd83ff6ab69c3040d20fcb13343c59241d3cb1fd8e676c659644cf7ff8fcfb612292ec305ce24846d2206426b40b0012579c9bd9f3e62654766ae6bc2aebca7a84cbe5865825c8e3d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d228f128723668e7c5a72bbd23252e2124ca941cc5082f291ec62948966f1379d22e2b7ab4f9d27f8d589ba2633de7026f3bd0e35f667edf1b04c5613e7681cdd22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd2376db874e5d9a977acc701f4dee79e645dd282fb8a0c353a55715fcd2305c5d240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d249d41471713fb5a85334ce7f4dcec9f1daad0ede3ec41b2f8718f5c95d0b8ed24f8aca422a11c76b4bf0f3793b380bbadcc3fee4c4f80c73c39053d5b388acd250b6fae31ae069e8971ac9b61ba3755c16e3920a5d846cfc7f6b223fc16d11d251488e856deff922ffff148dc5cda5bc07c0309ac37a8ff73c84002a8f7b7dd259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d2627f891d74b019df94ffaebc7fca0c18061230ff634577c45152fae6a28d7ad2725ec7528c9f5fffb4cfea766e0f0f843ece2e8f4fbbdece92d5eecfd49499d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd272bbc4781961b43b28dc9948bfe156438211a62c33c3e015276b427161003ed27a9c5ce3e4ffe04d478e1201196a681129436ec5d8fef65a500b340568ec48d27ad751e36be2ff837192e8dcf8913b0893b9b9f2d184173ddd7a51000b80f47f14faddacd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d29eb43113aa111c9367f932e29109d7d4cabb13b4429873060db6c756584cf1d2b53b5c52fb6e44969f79bafabd9d8181558a1223d7e6bf6da7ad1913fe61afd2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c42d9ac09a0105cca0bb4bb0963cb4ef001dc08a53e9594a12328b09553c54d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2d1fff9a3562a1a024550479199b161b169427d58ac28a235ce0796393bb56bd2d5f66348e3007cf4da67b208e9383e710c38de0027ad4eb6b153f4498b9e41d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d2e5b023462545d8a08c2196a99d505af9942e587aca08aaef156185e08f93b8d2eea2892f1ea1148ec11b6f5bfe78fccdf40e50cb7006edfa981ff5eb557c22d2f0f88438686a3822a1b74202700e893225545a168dd4847a1718b458cf0810d2f5f5c77421c657d7d72a29f6bddd259eca3d6f2381b44f986ffed3f0fc78e1d2ff71e3fd934c788d9dd6d698f10a64bdd760bbb1c133db4dde4c61e5d90e7fd30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed30bb1331da8d1c155d63c06b1db7571bbf1379f2f32beda22aecf8e088fd832d318340a147934aaf63c7e30e7cdcb85ebbde318bc890613751b08f96bc7f569d32ae654fe34c1480b2c8e40a1f7a55bd91e2366f6e1ed791d3a630c11f42c40d32b1295b40078e218cde2a564ed5e55edfa02e6f21e3d1d5aab02dc30d78905d33be21706f98b7732815e93eda5f066ebdb049feb0735b9b840d5a7cd33823dd33e9e2be50659e3622c1eebf7b85c65a3f15993b374473767d4eef273f3eacdd345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd350c2bcbc8073cd42f9a1631ca6f825ff3c16f109d38d38d1ebfd41e1361848d357b0fa76c0b3aa4ddf0e15f7c89d00fed5c16c53d0e464df62ee26b51fa3f7d359543f57c216dbf1efb8cf1900cf1411f23b1a71a905f68731316650df754ed35c386e52ceaa4a3ce4c1b6b7682baa3d0998d7396f461c5e4fb533c9220709d35e1ce7d76a6a17eb2912529f4278ba424c87a12086180c3d49d23545d6391dd3673d2920fc0a88711f4a2547b7551a3974b0a3b6eb5d456048960651b8c415d3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd38163cea85228e849283ebad4ed31d06c0d61404b9ee83686f6f8b5b5044f4dd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd38d0acacefa8b002c8eb19d857ad9629c816655f4d988031962cb1d721b5c19d39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3a92dbdfb3b892df7389e11769357d822328b038a67ec2655093dd2f2666f4fd3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3c1e84ece8d89ccc7f81fa09a8e485c61141c2cc1bb49bdadc8196e156a268ad3c6027a09b6c31523ac8a93d48d6f196bb7ab8f55b22e9b6d3df94940c55366d3cb4da247531c18624b1e22868492641369a270dbf19ffb329570787ebdad75d3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3d5b1dceb9455eddaacc2ee0c07e10f5c68459f6e5ebd1c5e8adfaf60b88768d3de6b5beed5860f7e03067a8dbb03b37099f6eff07428746c4ad0572c256671d3e2bdc15c6b55a0f6cd0c9b1617b02beaf3c0e55b02e6fba8b56be937245b0fd3f3cafb6d48e9ecb1d74aa7f046effef34d9936bf0d33cc55514407997fb078d3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd3fccdd660b4c8a634831b57843b173347f031b2a83d764f696fdd3de0c123bfd413f701c163d89910b2ba9d423d388819335f98f7b2cfce51a1f48e4758776cd41e0d26fa5ab7a327ac651e737ad43c9eb50d5a6c401ea857b5857a6acfdfb2d42570e62dab32998960f7837ab2bbafb83b096bdad967bcdf8b3e16cdef75fcd4296ab32a6bbc4bff978d7af40adac246b013d981e98e65b65087befbf477aed42ae117fec15308579882a2cd2eaccd7e3574b03dc8c1f7f41856f370cca6f1d42e191cd51fa718e667dc44ee6428664d1d740d7c415850f892fb10c50d0381d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d441cc192482ac739486f90338bfb7f4e80c2a77fa2c0c11bbb6fb1ff95e0e34d445c6b09adfcf50705f75f5b351eae71423f87447eaa55f2fd0f60632207de4d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d45141e67c73daf9f4a5ba619dce33a26a716403508998f74f64acaa527d7bc8d4628bbf3fc020938efdae86aad8f303c8aa31ec2359b1ed1fd99554b319d234d4639ade91cb1e7748418809d01dc71c3cf866c140d01cd0ea12d481dc1f7ccad468434011433c26785a30e89c0755e2330b0b09a3b1088ab5f017f1a87b93f1d46c2e32aaa9057079fb067ae3f7f120c810e183aacd838e0007e5569b720affd473f4678bfa5dd8c29167aab1fa9f9c6ff8e6e50a4500930a256663e74e1c48d476056e49696ee8457df95a6a188c2abe21c26b2619ab18520201413c06d169d47d6f1038ad488bb97216e4aac32c1352b4910bb027a3fc14af71fdf042593fd48423b039d954423f21de52f0ffcb874f733ece87a9b499aaa9a1b7419630e8d48daa8f7ad5f09ca71ddf9151772e4ff6c7fe42add35b4e0c730f5aa2379b4fd4957c1e9715566d610f7152da3c836cc9b96d5b4925d2da2377b97ce3500b70d497df264905d9be96e5198fc8a10087e8dc098a0cb35015ad9661215c6337e4d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a1822a4962575d335585fd4c93fc01d60e5d1454e82994141921ee45c04171d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4a6302ddf2fa85c6b85fdfff857cec9256f96f7de8f1e2745298ac3c744d7ccd4a6320b1c69cc69e143a0af6ead474a97f5a3fb6e3d034adc8682224ba0b38fd4a6d437ed5286565759a277429195551f2421eac7e219f86426538c46f8a237d4a7b71eec44cebb8140e308b64472ac0781982953a9b86459d1575aebe33449d4b01c2fd9399132b0ba528353940b488d2b1d5a84255287921e2ef3e0d1eef2d4b8346940dba6e1130d8f4cc4d46f6195b81ef2e3548f0d588a6e88ac96dbe4d4bb21b03d1119a6bd33c4027d076843267db13a0f5e4cb5815f81d0fdb97b4ad4c138c9b368b7873a4cf1d139a4549ca2583d1e31c2995b6b6ebd1b30bfec71d4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4d0b3cbd44ce91a19709d359265517995c27c9e5626cdb3770f3d02bbc35e6ad4dd6e656b7fe26f408b6cef5ff8ff17d90e6b797ead5957c5a241afab7f1484d4e11b1df75c0ad0d1e1ff0aa8dc6f7fba5dec399007810c2a2d449cb90edb81d4ee77708e2151e61befccf7c7b3c7f17ffa403b652406c1822503adcadfa92ed4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d4efaffb83e69a8e7f8f6c0ac43b7233605da1e5db6f3542af5fa8bced221c29d4f6eaa032f36e7e03f004cbfcdf4d7441cf768e4a9312aa73232efa98263065d4ff4b5985c4e5f0eb78cc31899cece04f3fe4114e332cfeb079cd3b88d39795d506f88a8855d8421f93c7438419f52d6dd3e4ad6fee0485e1aac37f9f6099a9d50c0c179d335ef0e16ad4f9c4fdce8c1df2231b562a7a3e58ca7b7847a3e64fd512016d5ffb8ba1563dabecbdee3513e50318d5801d0af98adddd8e1ffa453dd515857b7b5069b779a2ae598e0a92e711fd0ac62dba1f1a9ba98c74ba9d089cd516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052add51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd52107443a9bd602f733221c635e006b50d3c441020dde72819d5ab36a3f9654d52288dc058f282f6029eb2b723691164b916622408c96727b53653a34eb8a65d527f58227695ee1531445f5762fe67396d5bd0d0144a8e4dd4159134ed4e64ed5293eefadfcd35c35353f604b158778569780d0b53efe68e1671e1c8f116f51d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d5358e47fda6194da572abf65514b0b8aa65812e129ee2e62349751e7d88ef97d5399023fcafe73113c7335ed52a9e2259f48f9dc1e4a998e1efb09fef7ab788d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd53c634d29b4d0c003e0b91630cda09282d200e4f366de049f0f8e1fbae81167d53d2ee00a82af1fb7a40f18b2f3182d1fa53343fb7eedf1bc20fe73e7cfa81fd53f31000cf68e7a20a7cb0228f16d5127582ed681c7ce5328f441fca13a8509d5424818c5f829eb2fb9201c6e303bd95bc714a2609d3310de0ef60800260556d54c99958ed295e3d264f999f94ca3f7bb1326472a762c06d8827821721e5e9dd54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55a7429983c6ad30002075bd7c185ab00c68470dab593664f8119aa1acd40c9d55c0148815845e35bc0f0c4df68bb0b830c8b93b7fcb0595495f155c6a51712d55c1229a47709d4240498a3f101c11fd1f3ff0c03c85af3b5bbec77db47f986d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d56cac470ea2469e4f14a2d8606da3b9e091c48ca71d7960dbc55d04760f61ead579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57aed3d624955e181f2b0f5143d7aa6a5e86233d57db2e4752faabd52b77de0d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad5822b8a8450fabf62b9d858e9baba730573f1cde99097b3bf3f92b50a20d5b3d58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a11303fb7eb740d815d2d74ea4344ca59576bab4ab2483bbf2ccf3748380ead5a3cd7f8e64810dc765c64fe7fa759d841f332bf0afc506998d5702d164e197d5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5b4f51dcd8558cf848e133675ef5cbe1715bc1c9cba1c68cfd942b9f1010cd6d5b6f4a4f2a2d2e9749c23c73fda48ce7b8d73df0202b40ca99dbb319421eb26d5c51aad2041d76b11ace3bb664c98bbe7ee6813d47e42a08d6276369b1cbc9ed5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abcd5d3388d9359645e865e9e75a559e7712c631d248dbd3a2428a759d67ab82f67d5d498c91a451179c289b78399c2ecb14510c7d46bf5c64829e82ae1796c19f1d5d6832ff04aa3e409eb8275e2a8b4a28681ce3e3bb53b4f55e33c08c3a747fcd5dc215b4def90c58e7ebf983f99f88453ed426d51a9c9ee744a9a51092e083fd5dc713dc9edae0e6cf6d949270cae5e135a0809bcde0766a64f7b306c5446f2d5e0ca7386b44515cb8c0d6635b63699a3ad2658faeb9ab2c50ee5bed591267cd5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f1853aff6794f105a8a17e7b6ca2eca8e145c738cb11f11b31585460435948d5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d60f0431f9048e5e87cf7eae3bd583fa4bcef82bc3655f9b377ae82b838e6e34d6159fdfbc61533e36cb19929eb1a78a6a95016805691b4fabb7bd36231101c6d61a6cdf2c840563710e7c1f8ef9e1f1546497d9b98cd17c2d8c571d5421dba7d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d61b6e67a1a06ee3bd7b5260fef98618f6a3ba5bc9efb5ff99a34cc6a56fdf8fd6209a971aea60c4fb5625ee79d99dac6e9612d2953bfb3f32570d6eabbce8fbd6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d645ac32ecb0813b2b695fd0dfc0d014ab7f054206e3e03b6c2a2ef2b2df42bad6501ea72379196191ee967363761209542bf624e637d997778aeb1c8495da37d655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d6569f3838608a0e2a2c86714a11139a16ab3e7258c5bf01a068f9e5e4492dd3d65b9289df489ae391db398014555892ba5025dbc4a4e018939d19c1e77e8157d667f92c073f2cb14e3b3f4822b71f173a50e42569e3803f8dc9d6d727c11eded668059ce11897e7a36f335505fc2009cbdc7efabc946e36bddb3e697ebf4d23d672dd74501b53731f7894e08900cb96a7f0c1b2e298a47fea78417c82062e95d67e07581480a2af9a4c4ca674d8b1a0bb99d62b26fe297289c550b8a44bf22cd67eb0999be2f763af79688d47b34b9bae537f9fee687550a5a6a5faca6da228d67f352cdc7c14e44dd91ca108be93f0b3540a004f8ca7b59594bb83ee4a54b6d685d135385613a602e98a49d13092f4fd3d0e7fd416fe59aa08fafd9704ff9bd686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d68df3781d86f02ba8f95f14d9f25961ef8ee612d8864383506c074ec5fc6238d69492804dd0f0a2f20657f1c3ed6a5c9b470a566d88af47d852f17cfd86e77fd69817acbe1b4c6f99b48a35d794b69ed413bf48052762a07a709c879fb628ced69a6ac25116d62fa8e90ca1bd6517146957e04efae59d712f5300b789d819ffd69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714d69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6ad04c1d8ebb17d5954336c017fe59e5c99071a3cd102ea03c7c0856f16c3a2d6b7accad730c190461c76ae2064ae02bde19de1d4dcb71b6674dc7820505933d6cffa2ab11f09fd5a5c21056cfe31d28df45cedea075d0e34152737dc3cdc18d6d3551c7e41139b460065a78e0beeaa79dc3e196f6c80a6b054549dda49d74fd6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd6df2b70ce2257b74e2d40b1186d00b981db6158e8e3eb848d1cf7a1219ea74bd6e3c69f0db356faef4b88934efaa272ac630d899141aa7e6e257de515e964ebd6e678951d700e0c58cac19442c8a331c0f42a4f801cd4cc0c9a52f3177b21ffd6e6b07860cb20267b033bab07d975ced5a2b52ec0e7f7a28d58f9a876dc618bd6e6ea0e65429fcaab65ac91e25179e2346fb8b6a940b351fc07ab63167cfcecd6f30441c8a6cefbc24dc721224e41a8ebc9a6cd07fba3419a30f93d43eb99f1d7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacbd7041e5b931c3bdd19416211e0ef112f84391a6b2a161fad8b55d9b6919ae229d70ab048481891c84128720a0bd1ad04044cce6944aa129622dfb61c55c00a2ed70c2591abef4b2e9d50f8c956cdfc765a86da9ab55b00d0c89766450e8d8036d70ed79878e7b9e4ac21dccc3ddb55f09e70d7c61e62dfe36852cf9de31a74c8d71364a0f362ea4455ff1ef334f6abca6f05a29424db2642594114b657a565f1d719e43777a5c28a61ec1bc7304ffe5a65d3c8d31fe4a2015ff62eae385463bcd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d71eab58373eb6627fbae72a5606731fab641e9dfb089089a6c78a75c65afaccd7248a46216c260fc52a38ae2357b8be4272e343fb249db844604b0d1f867b06d726ec6e214f398fd586ab0d13bf29eaf7b3b15c30586e83657f065d5d555f25d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd72cfa0856dd96415f475ce6c2d15c76f24aa5784d7ed57d62fd7d337def782ed730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d7326627eecc27668aea5710c5e4dd95acb8ad9e6cba8ae0f85c32c5c1479032d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74330339b59c9323a391f0a1172bd4f076cb42f0ec01551678485e67fe0a7f6d74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77d74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75699a1f06520d83d500a56a077da811192f8a18e3a5f351e9ba000acbc85f4d756ee23b8e1f77ef887672c7d7ea61047e6986c6dab3d285613b274e760b165d75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76454355e132b97f4df7f82602ca615c23cdceb5714d8884e8f6c9b53dd13cdd7667c7528124ffc23f8609f150239e4fdd156dea07a64e23f9f360dbbac03f4d76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d77f0393d1c503d0807eac40b5a4e6f8c1574f02452d1a55ef6aab773c106892d7825b0cf1331790152c3de759d3bb906e7a3bb24c5153315c7cc935d18b400ed78984d2f8c72a236df96a9ab5efbe7cfe936e6fa51b68c548d45dde9433166ed794b918280f306709f3e4c51be3cc82a8fd54b631dfe74cc92fc6e6900d6f28d7af4ee8e4ac8092a53342d89f144b862c7c37eb692a5f2926f0f4e1435f10aed7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7c1e485b14033d1fc1146606822efcb5e5cc8265ae9c246db7fec6fb50655a5d7d3048a943c779ec96389141925641f1255822e92de5e710b73b0466bff79ced7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7d729a72148a9bc4ad5297b229daaa2a37fa2476bf80ecba042b1e6017131dfd7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7dd0931d32826b1b5e23a17965387921e578006cebb28f8709e94550e48c3e6d7df1a3744caa3ccc12fea30c93fe0c97aecd0a651f51be882e4379a63b669d0d7e22a8280ca1eb4fe5ae3e82680f44dcb2e9f5e7519398e819d5e86accce1aed7e37e7d63e58ca0452b277eaa07668cf16f36b40da7989184652930b076b63fd7e3c611ed63c0c44b6ba0025c4217f805cc7b27b1655e05b0357ae9cf8f462bd7e5581d65d43f5fb1d56a6119170584a9b1f0f8ea9f8cd839b72cf4d3d93104d7f0363b4a6df7e50b58b3848271290d2c9e6c863ce54049f3ad090638877cf7d7f0d4f981d846a0fff343b3b449d78e09c1570669583dd580c2d870bbd947eed7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d801f2569443b47319cc2de10c4ced5b45ab6ab83eacb0a88d41076695b1c11ad80afd7e5332ca30fb5fc99f352f63510df3967e1004a5c06abc11623431c014d8120ecf1520cc4545db7a062cdda7969849faea07af974181b371cc6047e6f0d819491aaa057bb9e12199ee4d7d4f154ca16264704f8882e26856e78fc39bfed81e614d0ba30e10809d40694489eb34c1a3dd4270d4a30dfdbc617d2bb8b51ed828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d82b6b773f8c7a2642c9b6d3997f39a6c1e858a4cd3916aecb2cafff3cf4779fd837b1af5618e731d70ccc92e531284d998650f7fce602677c267f293748cdc2d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84bc131f659ea930eedd0d5e024f284f859a1f348354f45bfad4cc839d5fa2dd84e3af45c2e242f9401823f8262acb15d272cd1801321fbeb48ac9334a79eaad84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d852209ce04b33a795ba124e9641859ff18541af6a41a40dd3bc1979c1d5bf98d8530b9d5476e075c8e921406276b101374e67ebfb56439c11858a25ca7bf888d855dc0ce1abd8c2ad81c764218a47fb7d09db7bd46f4626f4f12dd18b3b45bed858338aaa0ddcce81f962c6a87d6370c0bf2768d864682d9386000c95a265f3d85bb0653ea3b796b8049f126d33ea1ef530ad9523de4f64fa7f82f72d90ecc0d86c58bd93ae81c1c01aa2de5f752594d3551aef6603d9355dfe1b703b345debd87548d9736ae1d8a1f4c5930ae05be7e1480548a911ebb1ecf3a4a3bd26b140d87cf28edf4dd4f58d9013380f8e2869c930f06fa83775b76cd2dde19eb3038cd87e349e75d5cecbf7096b409f35923dcb28a4e67b2201b2589d1cd83c8dfac5d882c8300e9b82b32c2504ef1f5aa8b1a8b3ae316664f49c134f9996ca815564d887c274e091a8eaa6d0811f28e1c026db6f172acad6423c85458ba5ba9403fbd88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8c4352cfc92c70cb90f6e5217fa976ab374aa05dd919ca9d5caa62f7faaf9d5d8ce44023c08f61045aa417657ed24fcd05a9b4e3beda92f8e9f45f3c9e5af80d8d938f9b3d9b853f40af70e2aeaf5515fa53158da6a6161f35e0606db95e196d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0edf2d0653b91e49d23a7fc001774737d462a4f601483f54bb58376b424e6d8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d8f5e662d13ff70751dd33597f345402091f3394f32379b15d15ac8072bec95dd8f73ba144b3dcf2bf6d10208e412734fe1d569cf5927a707d8b8493a88dfefed8f928544f6f195654dbfb58b3b9842e6fc0419f558b3434af974787b2c97d3ad8fe16df704eabf7346f99aff7d1feee788fafdad951e470cc5917a219b72ca4d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d90d14c2dceea4732f0161b7219e632d9cbf1040bad34d372d9f9e50e6268b8dd911ca420e62c67cab442c5593e2f9611c08cd4500bde89736be371617347a30d9143c2cd6db05d3dd78a61becef522422e5b66fa83a8e16fa85589d67cc2518d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d93fffc41cce942d5b8c393122234794fa7c68911702e41efd48f65a4b1a3e42d941b36e04ed4996aef05189bd5f58d6d6fe1044178dd115eb6501ae0291d7f4d94259500d9b4ba8202d77b9a8e387d0d8c86fd1b8d4e8f8121aad60b7a859e4d94569028b39c2d3c5dac6d86d18c5e8b1b56bcc971967e1f23efa4635143324d946b77e2654f432f51eb361b2ab1f46f0490a3a3c2db74ae5964cae96d5ec09d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed9591d197ce7628202214f06ff8f0ff4bc00dab98c6bf55a6a20d857131534efd95ef549dc0a766942bedc2e292e927667e516afd9a288ee77f4540733ebc197d960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd9680d2229c16bb7c7a85134985c9758e501b2391250d720a15d1deb855869aed96c8d2f8116bc182f0e7e526927180afece805d9af86860e87a4167be02816cd971bfe9ba218ce9f44014a90e81c02604d24623072e0da66464ca53e145be66d98352fc9b3b00f4dbac347c41381e4db852efc597e151ed474fa6cab446c473d9874fcf78e62cef7b653ec57acec9818bb1078373979c1fb9dc3243a49edcb3d997dffd4cec87bebefdc16ed67131159cc5a97f9e94653129cfbd0f4994f05ed997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9a3cf5a8137d5754e5924cc2540814bb87903a6cacd003e434d038d1cbd3ea4d9a46db61d53b6b66d1310a73faceeadf616debe9b6a01f7729b065e1db4d8a2d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9b9f3b6ddb8201c5b994d7c0a0ec710f1f4a0c4378c10ca090f64ade20e12a4d9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9de5a17b429ef501a467dbdb87feceaf002b7decdb0f4ddc14c4f21fe33e22bd9e5905641b4574e4fb8a156357dda169b3c2ac32458270accdeadf1246c6553d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0536c00a315b602e327fd1a4150c83a24f6e981041b88fb79ae78ac0a5063d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9ed9f1fd3636c914a96782dbf325b210212f58188f3d7466047b5270e19a5fa179d9f4dda946cc73c4ff3347a7a495da62ee38facee7bfe9ee17bb4ea340869758d9f7ea0e809acafe9f90367677ae95acc60b05cf668c2b6fcb773305b24b7650d9f9851407656eda1334ed20b7a84b69c0091d649e2404e58aaea6a757af20ecda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da0e6bc7f43ecef160cb0257df4fdc40b921d9be129406707daedf5f0c305bb4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda3dfb7884035cf7d9955a56694c573fb84fcd645f2bf5ef0e89c7659f7e76cada4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da5f7cab793f63e6a53ecdc6f0d9ea5060e8e45c082cebd61cc1a7607f353645da5fb7da2bcbac922ad8fe24cff2bd99ef73de820581cd0818e16939b5b34609da688d8bc240e6945877fa03e8709659746b748fcbc3d58450ca6aee0c4e6b35da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda72d4a2fc19608bd5cabc9af11c9a9992d7169092e3b43571de4e096087ae88da85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30da88dd2d4adae7a82640883b597e570904965b0f76577c512fb1feb2efbba435da8dd1d9bfca73502100e256ab03e674ad62ba4d5d5e85275a81a6746fda5ecfda906e41cb85079bfdd7fd25212581ca6056823b5ba68ed2fbff80952e43bd5fda90ba5e49b797f0e02748596ae1de120b745184d3a1fb34fe2ccb3c112e1071daa1e14fd96d695b9a4b4ef9cb5e82adf882744bec2ba81f36d812cc11dbbdc8daa6ab9b87d6e0d6a07e8edc0977ff769088bef217469bb114af76b776472dc9daa82ae974411eb2bd5066071637eb887f84d3cdd62acc9f957a30f061a159c1daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaaca9342056211a07a0880eea490bae559f2ef95276ce2173ba906725e9ecabdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631dab35c81440d0a32743fdaab5b8e74e73537ecd1d7360f8f6590bdfe7cdcb795dab4615774c489aafda18e7192294e11b205db2a78b32ab183f4713b54a8ce30daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dac966a25afb5a3540671d4af36f8afe3018a5f09f1c6ef632d1ee0cb0681781dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dad124b8454051e230d0343552b87305dfd54f16dd28121f6c0406d569027a52daeb9a221e891d60f79a2ccf2050ed2b3e417c0857d27cc8685824d603f0933ddaf4f0c3d75d27ca3fea3f7aa31ca5bb5a2d5be390613cc1fcc60e111a8c8d0ddb031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db080be4e616d8cda4bbe7d543fbfce0ed3d3845f0c84e6b5e43320e858b8b8ddb135aca80205546f3c9ee86cb7c6327461f6d21d4a17c7e646b701e46f802e8db1a5758bd5161986021a5f47dbe949ebbaa1a5746940dc358e6b9fe51b72d5bdb1b3f6c3b8c985dd6cb294f3d6294b99516118af1d7d6b910920a8f9990bb90db227ff6c4d8154bb818202288c540dde7b4394e4a511e61d3df5e5169527aacdb35c26ec8b11554d0fec07ecf7e9b7bd5e6bcf27ec5dc02624719acbea0dfa8db39fb9084c436d1a1c6b38ea4efb493e11f745f54a1d7748394849dfa73e8ecdb3fae639a9524195456132f30e8f43946010f679b090f7ee7c36eb8aea7bde0db53eb209adc7a3ea9665341e90a18e90a132be93002fdb2a2583ed64a129a8edb5850dcf3b99c7d31015374eac238853c00cd8afdaee7b2104aec2d76b5a4f7db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb6ad037588309f4c0776d85387f2f25329fb904f1cea9edd17cf996bfe0722edb6f8a6d9acd56fc6b0544c47f4b23f8bd873853d3ea327a983552e52332a06fdb70e587802c8d589ea8c319eaa970f6e3fa2182113af4b1cc45bbc0ce0773e5db7682860422d279b81d0334a3864147e5b25cbdc37231e70217c5160002436fdb7e36ae8a408adb13bca8a7432d1f951af453e6d39b991ee0dc5cc8a823c13edb827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db83f4d0dd00ee03782872ee147b29eee1d06be1366e342d313bbaa4b15066c8db91f4a9ec426eaa4abd069e970ada8cb7e61adb4a4561040ab8fd99445db09cdb9249bbe17edef4c559acf7c22a77b84ed3c36b8e6e034bee412f6c4aaa340cdb99859d3a524737f48aad206245d9ee8c8ea7ac8ec0ce0f336d15b96ca8466bdb9cc86ff7ce9615d2d7f765d737ea1374e4e299ac39de6e038f41cd7f7aeeefdba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dbaba9e49e53c710216250e1548e12447bf9b4006d8337a6b3995301137649f5dbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbb631fa6bc5d0997cfc36d1c055b1e5fd77c1530d1c23ea4f2fbeb6c91e2675dbbbf86f5863cde2ce0a1b916a4a1de6be239b9f408152a030b60c8112f36017dbbc87d90be7169208f1fb2f06a37fac80abc424259fdf04265594c4f9aa2ef5dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc2cc13c358051af896b552c2479babf6c09564450f8b78b3b2a14810c2d0d5dbc2da34d12f1d1c3f4408ba93c65d54826e34dcbb0043b4b6b1d29e6ea25e5cdbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbc45f80b71163fb3165134deae1da0d7e3c4c05bae3085bcb737b2f3049950edbcd115fae0a356177d4e006035d8a06d23e8f06d1f0e92d0bb4c9103d721e8bdbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd21b9a868425f44655cc7ddb07c2b9897809c4d2600f6879a359c99b6dceb2dbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dbd6bb3c8dd61dea672a97fcbb67aec5789aa41080233abafb68d330df385eebdbe1ea4ce98dd7c311d00a2feb8839b9f6b2bb7297767375620e279f8b592dc4dbe557ebf9b92f9da959760877385b64d6673be6e7d36a456d91bce44d989465dbf43d9a2164b9c667c9589d887971912a3e04cf5682adfd2e4b7de76950b021dc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298cdc023537cd63d87b237d5d1650d9c9e9e538e4e96d68d052405f3d520b2613e9dc03e3d14946e919e1628781230e68e7badaa5d14105923e23949f83b4e0e900dc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc05b2e11b7f522235c5f12fb283b66b9c61ec0667579537beddc3f90816a8eedc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc245cf31fe508005a341e8e06a427f43ecd93890667d93cd45132f61a1bfd7bdc2f1eec8e0dab79c2f095f09c37e3a0f70058e8bbe657588e2b994edf6b9703dc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc420e8046560b02ad640bbc30a5d533d3e08af8ac6de652ee3274a6dd2f1876dc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc5514183e4a51bbe9ce08c095a4763358dfa21180e0ac77596bc27ca25f23cfdc6303a1a7a2e517aadd78541fb741a1749cc0403384de9c5c36ea5cb1f8cf02dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6939bf2766810bf74a3850699d0d31ec979ed851a47ad6a298470b236dfce0dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc87d163e031e464026a2bc899b3e55a4c39d7b36b79f12a8fe44ecd25049021dc8d203783596a02e8c0a606b012a46b997f56c0931a333443d414c86fb1790bdc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc9451e2e26d73fb229874fc2e9af02794c4da5c4f7b8ab5fa52f92c7372968adc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dc9f88593c4704e8fc42fc345c4ee78306ca3c6f5d3eb00147b791bbbda653e6dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adca3be3770aad57b98bf04b099aa44aee4f8f7eec77cce64259d6db3e469dc81dca5b86d8fc719f10806db58fb153753dec03890802d1c9c2ee47d4603df237bdcb0a761e1c6746abd4b102fba8ddf320a13e7b40698e6d6f7ebcd6b68703a5adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb1875876a057a2b9b1773916d111b6a5dcd63293fdb242e08ab6beed106b21dcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc79721ba1ee04a4210280117414c852e562338f6640807655c8a86425f9526dcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcc98db0f4a5f5d3d50dca4c260f9a4a9fdbeba1e160951c353fada7e7defcbbdcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd706aedf09aad8a655b0d1ecbd8a38decd4ac231c250f0649eab3af74462c4dcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dcd99441fc4112fbf2b0512b2abdaf2d3ea6157f5d2e9351699ec7e7c2e2c55fdce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dce97c7065a91c56385900d99568805a1fb627c0cc6afd6f5742029dfe77cc0adceec64f0a5170fff4a0d835ec41967ef384b6d9f99eab0390ad6a91e67874c9dcf259e4370d05a98db5bf645247858586e5249593e93e76394cebe8527f6d61dcf6d7e312eff9e7a8b6feb6e9810a06a36f4e7b6d6e502cd968a82b705d6834dd0282f2158e1c58648d191121e3181846cafacb56cb23fa5081bf58365a0f04dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd07813ac86da99a01c7b04e98a77b07b6c95e148dea5171d2e182501d24e7dbdd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd0f5bf303fd332c767e29323debfc5ad4c9ea1b4d571db442a85bb3b4962836dd293819c22c4747ebf2308a77a9f56df02b92fe6c7acb01e81cee7d9d257906dd2d2ea77deeb7da147cd374efb414a86727cdd70f66046a9200f1b2915815e9dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd42fa9ad881df2c941471bc70e631b6889ef920dff02d8a7ffbf9377a583aeadd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd51db375a66bd10391772664bb15366fd337122fa84c07c3e3603e8f3507d23dd61587b84664f99c8ed7c61ed0a828f7591a7fe7f97180fac80a834f05217fbdd727d84ef3f634bd6e30dec2753dcfda447790f3ec6ca4b588b9fc1e804ffdadd72aee0db99e7bc03cab3bec66b8844dd1cdb1bc46d341ebc4ae6baa71386a2dd750e3b35af51668334de3e8fbf856e9c0ba842f68c4f1e1540cd4dc09bef38dd7b11e0970aa9169eccd8b5582c06b0286aa166e1dfa7015a0d56f8f43abba1dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdd8ea2e7d9496e731976e25896bb849bdd8f4b0708d663624422f42cea318c9edd99c7d46524d2ab4ecf4497c0f2f4acc36779c8424e540e77950a336d3ad90ddd9ece3fae8cf71f8527ce310ae42a6de547f95fd27bd03f26817de1f23e5f44dd9f326ae1d5cf1a5a34a3b2ee7e378a267dd1713e88808180d93bd49a9ade02dda07ecce55b1cd9a1b5e07d13149b90d616721fdcaa4bf9e4d1eab06d0b305cdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddaf11860b79769c8f8e306ad76d203461c814dfda7932b06f70d62bcb06fffaddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddb4c01c4bc2f162540bdf339579b42ad9fafad7a0b50d4616f88c98b7fd961bddbe300186af04175b013000d2da52faf9b25a817322b5adac77dd124c6054f6ddc196e060d9a5804df7a2dd49f4e6a9518ac95af34ce8fb97d56963f70d9c3dddcc288bfb33be156760267dc335299b73f111108b0b7d6d6532b747a2b55bc7ddccad1f68fa2d0fafa7509279fdfd7afae3d6df02cb1e259ba31e83c14faa12ddd29f3fdfdff56f6d2015ad6b4c359cefda9bcbf8312e78821f052211c4df5fddd5d1b740303826cd9c76ed041fe63b89155618b22e8e33bcebe277d95dc028ddd8ff36991d3afba8c58788fd58546c3fa73f1fcef3ee4b235a9af94735e312dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9dde6c736400f8ca1891db1b17e678833bedd705825256b069fec283b7a462d63dde7313cbaa91075336b22bf6e3021935e7cea6746722a1cd3857bfd8daa8d9addeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de02e9b80d251b6c2d9ff063462e32106249877389bc43c5ec82a09c59c7c8c2de04a76b5c6bc84606badc9b24fd5713df35d72ef5c8ececdaaad87d7e6f1a76de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de07f94e82bbb3fa236a89873adac1b81a5dbb8e41db9b933e07823d98bddfc7de089154a178de7b7f13e6cf5c37eb80f552e1c14167a5cad2cc5b3aebd90963de0c38396312df2f0d5a63db972819c8deb4c95bdb09831e8afd82c0690d26d8de0daac26fa60465a57d94c861272a903741f69c8e6b3147a2619f26d99eef3ade19c4719a068cc9b9cdcd94c3da645eea906288eccf835bca3905374393157fde1a717617aa37d70bb9c9f2b5a4606e069ccaa42923e532bb2653c15a0d611bde1c80bb3afb6a83b4fbe2d9f4866c6eb4b5c810c6dcd590ac06796d083b500fde2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade39ac8c2c5a26fdd0c25b985589dc604c24d88007133c07da458fc08c613e14de49e122e465a35abfe6e223a232512214858e3194c8a840bdc16fda2707e4cede4f154d99f04ac44fe1b48b116e6518900499a8406edefbd6fa2e044bdb358ede4f99acd46eeab850fe25730b9fd199906ccc6c7262db0ec80ab351486472b7de517c121727d965d430783fbcf64c9e2dbfc7a9842f7e05663096d399a8c8f9de5312060a5ae32aa728e10139b819ce7ebf6244626fc46fa949b34e183121fcde53848debd2576aad48b6abd2f263342bca7b6b1fd0145ab3c8ed8b62dd0554de55dda2fb777dcd5f0067abd34e85d1980f5e1666fa14fb8d813f3d6ec2aa89de58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de612d5dc9c4b29aabb799dd9a250d400b52c1be11f29b5f53bd1c5a9fa01ab9de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde73be7e970778641dab28e5f30d564ab669c00725931cd622118d45cff27897de7cd38c73e9a8039a618c62a85f20872457004172eb09c84fb274c0a6370df9de8143986bf3acdbad054031c79026c0a376ab1abd96ff4f9a7ade5704407b60de87ec0298a0d13f9b7e0583c741b76e4de5206caa13d620cc5b26e9922afadcde8ae7dfce7510078d5aa54d7a77e24b56e67c1401150dfeec8cc1dcbeee2f13de8fded8a851ec82df913abac76b84ac64ade8da5b53d0edd496be287f291498de92e8c9c1ae6af5290c2b39ec7ad73440efaf0bb649114f9589835711da2ac6de96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a03a2a52030ebe9efd6202b4dcf8490bccea708d5dcf81f821bc5bcd844fbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea2294e95d81bf4f282452d3e8b4a2c398c3822e6743cadc8618851b9c9ef74dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deaa164f154014d1b10e1f85a511fe59588b170188136d46c4a9a16368d07743deaca7b83e3c66c33b4f4f02c6ad85c55b38051bd099af2cbd7f4184bbc75028dead5f4e3326e483556673c31bf230836ef983dd392cf9ac2351fe096d95fd89deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded1b589835e723224b60756d373b2446e6052e22b87c114685338d1a6802432ded64c0611bbfa9171918ff9d121967794a2ead44b89481f3e5d781ac5ead000ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65dedb151cf1d1e3a1a3cf9797098bbdb7c1fe507a433f97b7100fbc49eedc8ac8dedd8dd3b8abb94111700777a7563b88824a90e667e997af4dbcb468795cffe5dee74a7ff411b9e0f98b3f46e573d1a0b70e1f5424f260bb21ba73f77d507745def15c55d3b7485951b827a500a46819b3bc247aafc925fbceb99fe07c71f3badefa99f431b78fcd9e29a0f2f11b6deefe380cb2ab5a5a8c70177499bd9f5b77defefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df00e99b5bcba6bf591dfacb2b4f718124dd1db715cf171d0a1672851689cc8adf04a3cbd234034809de79d37af0881cc406fe5d0157e1520ec448922615b608df0a8ec6a1eb834aa6f2785923246d3e9fdb8dd5b53fbc5522249df1a0a36c7adf0f2b8b8e61ec014538baf3bd49d44a9d3ba730d8d4093a0ba91ba540236769df13a868fa8adaae916eeaa53fede0f655a212aa602f33dc993d815e19847f87df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df18289afec19e1b2bf16823a4e791e36758f269ebd9de6e2d9d5a28073bfbafdf1df7a3cb4301097b249d1a18cbaa275fdd2efb39fc284906a646fb9b27999cdf2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf39335640e2180ec7c58aad14fff4dce76f529444856867d4b767912c54a5a2df41fd59e47b2c50007e62958a9d22dc83b09bbdee83ead717a96e0041e3b93ddf4d4196c69bda472517f5b3da22b11c1d62da135b446f4853ab090992454e25df4eb08e68b2ec6535d2e2e3b205dcecef353bd38f221e1df43470aa8a7a5c08df50ffe32bce8a2176a92e892d90eb9201f1982b87cdc63341f33f5275cc2cebdf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf5645f45295aece508f24244ebb25bb2b062a51fe7ac628c4107f0039bc97fbdf67c44d17f1456acde9655e0014c3537dd4a24f4bf2254576336db53ca02825df689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf75280cf8bec890e6aaecd96e779a47730f001e64192bd62abb211439a62381df76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df85d4ca418f006835fdd8d5cd34e712cfa769883c1d17ae56b15d6acc448af3df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8ca8492d900ba5415609a9f91e443bf94a8152ee76614a1423a7187a23e49adf8ceb859442fea74a2bb866c52c711d2a8a571843225e5ffa56002e73d2408bdf8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0df959ff46c27f546b0abb64a8353a5b2359ebe0bb0daaeb9029d8e223b2566b4df97db94302ffa22202c084e87bfd092977cda4834661152a4f1c4cf8e220df5df993febbcacac6a3d3a3b857b936c65c0015fb42f6ffb671bb7a1824e6b190bdf9977a4b72cd8e4ac2073c69fb66c61126c6b488aef4ae06ea0dd3f26622bcedf9af21f1b36ebc32de72fa87b8f465ca55a3726de284b5d6cd211a8fb9d3c44dfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb3868efb83f66add5675a6fc904d286b45eb5d70dd8c5358e157fa18e4490ddfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfbcfdbb5e69a5415f479f6949c60932d6d33b1270f8ec6de122a8206076493ddfbe08fffe5bbf9007cf5d014edc054b758040da32514cc6404334a03266ce3edfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfc5fd0c4d2c6c998e48263f6a8a1ce993cf98aa8639385e4a54dbcdfbb64f8edfcaaea42d57002546e53664e121e10547fa9cbca9320cd3d758b9a026db40eddfd3c96d0ab4a3ff71f1e8f210b3076e415f4e6a5ef5b3481043f0804f57518ddfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dfe40e656c22f21beffd492d74bcc67fd3f26c05f1243a43c45d28d176fbe13edfe79d30d79cfb3efe695695a52bd49782ea58409e5d09d7f6395ca540baf49bdfea7772155e565bf7d7ada3f68fa40c04fd4822b6917cbf694175fa682ccb16dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95dffc68281c2acba153c2ae2d747b000dec65a3bf86371928f91843df3a09cf0ee000599b992d2c267fbc3f771cf1dd0971090d3f4b33b10c132f7aa0d4976379e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee016ef5f9b6d08a7af434181d6f5e924938c73c7a7350135aed9be7460f3b848e01a26dc1201e18c3a2025fe373fde54eb62b76f73bcc02c40296bffafb794a0e01f34ecc0b040e0277b2e0b6be1ce9d96c9466f5bd5b8a7bb5d725962c9acede02b866804d101736cc0041f6e8302593f28d9756f0e9ba7d5b4674f3aeb21a2e02ce9ea8f913226286389250ae650ef8bdbc9d242fb28e8da319033632908f8e02f4317dcc632be6e36c6fb26b1d4c01984528d2c50cfb7181420014280f3efe032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e03441c6db4e5bf6beef57cea2224aef7170efd82402bc4111724cacc8072a39e0355f9071b8d133c76d6f8872ab91fc5fed64bb29eb18d399478b4d5985a747e036d6b6c409edaba21b7ffe995fc206177363f14ec372a4759615c6dddfe878e039d12fdb61e6f1c250f3f8c0b988e97a74a994b24c587045ed512385d59e41e03da88aa20f0abeab9d3b3008486496ef4ed76f3c4dbaeedeb03c170323baa9e04296824a709692ea2a100ad89b577f58a4267193629c942373bcb2e08bcdafe04d1ec48e9fd5cb2f3fb1774852d12927ffd5ec4d90a276ae53ddcc3b5e00f1e05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e060d4d0afc547d3439b6f9fc90ef7eb82885b330863c4cfe089ec8858772863e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e06db49e21dc2053fcf4baec00fc78b0bfe58264bcca16e5da1f6cb67ea91defe080e8540bd3ba5a3de0f3b43d46e21a18ca619622a0c9f907d191f7d015d990e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be0880919fa6edacb57ceda8b19263b57b95c29ab5b82a9cea86570e7549cdf75e08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e0984ee9144bab557c757f3df60472e557316335e967b81c1d1d91fbf95eb671e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0ab85aa8ed8b915b8515e74db4a908edf0272fbde917a861122cf9bcd610efae0ae178fb18179f0d5f5262dea2a6c8e1c29924213fd82bc8936cc5d1ce6163be0aeb2e279746618236699bc3dcbb3f81558ac8bfc4bfa764181d1e053c43ba2e0b384bdb1c6222d1964c04a0c18a4acb094a5a9d5ab091c1755bd7b98948ef6e0b8dc26c22ce0e7ee0893200b1a842fdaf0803ac0b2862c12d8f2b1c7942789e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0d99d3b309d8d0ad3151852e06c536bb55e47cc5d70e8a2a3f9e630e498afaee0decee623ac9eeba6104e5a28130252dd13a5281d12369b239c5a34f5ae99eee0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0eaf912ae181dc7370ef19d330ca8a1e497307e6c2cb9060c999e72df73fe92e0ec97d79aae29c0ffb9c9a24f95d251521bccdd1a515c0c3324d435e0c6a234e0f02c4bf0c2b9766a7280f41c718e8f47f3476d1e6438725cad8e94c6189c42e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de0f688ea942f0643f1dcb0ebce2f1ec58ff2b040dcef581dbc0316e5592143cbe0f761d34f4c0a3a119472dc32dbd05adc687a925410af2d887c62381ab5bbf6e0fec59af39508bea0c2e50479a6cc38fb5fb03cd82dac1061ca6d9b36a4ffe3e104e4f286147192453ed08fcbd6f504d61f3beada7746ea43c12df95023599ae10dfefbdcfeb1eb11daca6150c10f07eb9b608f5e9296dc9ae80fe6a2a8a77ce10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e11d0cee25f4bd1b62f783823aebb0b8ac13b8b8c4f3a60a79c3b6f3c21e7220e11e9aa375dbcf228e8f889fa03098a34f6ba75fad9e9fc2f3d47f9d841950cce12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e126dd2e611da9955941f8893db03688f809ddbcd8e6348f00168d65308ca7cce12a99abfe0a79c7b0911275438a418fcee72d3b671f99daf45a899659ca1644e12d9628faffd83620a2e6e8d9845d8380a512f04df25a8a8d91d52d0f3c2546e12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee12fbab54dac5bae5174c36e2e3f0bcf874971413f54046a3c9ce5aa776f5249e13415a87807229c23d834d7cf99bd7fa77732a045e0ef37a66cf3341b93319fe14d953af740d27b85d7c5958b0921bc2d4c0509c48f19c30a8c21f0831c35f4e14f631e6acfa3abaa24d504ee139abd8f32a280a75ee80258e7f9837ee723e7e1539a060c2f4af5d40901852b418c8149f5fe5c3010aea6394eb739331189e2e15939c5939057623e707a47af971bd2ffd9a845ed702e560aa071c18d3e3b28e15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1675a0337dce64558f2bb01e88c35b7354cd8b7ca1005278ed2fdc7ba58a8d4e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee16a217f59df95c218ba4568dd0642b4901e27077ec1e68ff23858ddd221dd22e18a95d4ae5a332d3be0d1aeccf265d95933ac968d5b36ac2ab9dec4769abfbfe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e18eb309ca1e62d5e808533c58b4e637c388b0a75341675598753b39ac7a85c1e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19b2c81813f876e93d19697b3cb409328b9c3bc815ef7bdc16bb1865c639ba6e19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1ae885893dc6ac7746349ca114131f6036c68521254ca800e1dff5d22e958c2e1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2be1c1038bbf1600310866393bec8820eafb3d4dd9f8b54ee47deca151dbe1c5bae1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1cef588d2493fe392fe90052354d739e8e9306650b5a1c250698ad788aeda04e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1d61603693e7f7aa8d1591c583db341e648a19382dfbb9a9f6c406107002d57e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e15b3804238d3d8f4798e67b746a8b1a4360c6715225e7ae06da44b38b221ee1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde1ed458d7f5b6133a7e2aec15c3b40b478711624512ec589959524600a369ec4e1f2426ee372e177422cebe2aef3d6e4a32969a1a54d5c52cd8e553dae20f438e1f61812dc19b9deb3cbb49a2d0468461239ac6bb00c1fdda6c4cc58663c0a32e2072f875e9f1168a76df3e42a0daa1e95c1f6376ab053d4da0b6c96f9ecd7a8e20d2f1c3cf2f5a90db6676c2b9f518a5f1c72f0802d6dc350ee68a6518987e0e20f105b54862ab22df17c62f9cae6f6cbd71c88e82279f3a89fa2007c3d6142e21d9dae572189d78284b8f50216ba95d9602a3fa54c1d05214c85d06c82f860e2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e22be0c83bd0ebbddfc4be4c93c99339c97b1a6460d9f8bdae264290045d2fcde230e1eb64e2b7419144bd74d27c5b6a6980faad5f045af71f9ba1df582ead67e239ea14aa83cc52e75405a15a71448fc2c9a9aa3f2291684b883fb915a13d26e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e24ebc969805744ed63c4c8ec4f302213b62cdd59bf8563974c41df7b53fab43e251e32023a83205996b38dd486477fb3221699abe85a8154adf677c59b258eae2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e264ea5fe3909fc71d0cf933b8ea07579731725459feec101c8611b79cf1c2e0e2672995a4f27aa8848deb9fb339e7cfc53db0c138dcd4fdc427e34b490d6eb0e268b3e69cef5ce795fd169dbd7c55578bd3dee297eb35681cb1e767a3beb1e7e269ff97dfb0e2105afbe635cbc198599f219f9829ee2ad69c47024fbcbe0b71e26af8e5dde8852b45ae14d38124241e6b583eb94192a6315402f2a9a0ed7d60e2726ec97e09057cce058194486573494c666a52d52e0160478f8af4c76a6bb5e27c5c6d98309eda745ae4d086ee23dcef66774d16519ed32084315ac559dc6ce27d7c03c8f26687ef34eb0155d4dfde3a60a52684e663967e05027e3f2e3330e28047b62269fd700fc04e2b9732654b0ebb1ff563dbaf09a2863449323c8607e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e29a448f450f9a0905411184e563ac1d24bb0f6f1dd5ff37f15cb9fd51fb8c05e29c462501362b45177b23ec495c9506de918261162f10e4116a71c5a6b85892e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2ad39b089ac609b7c7ce96d66863a46f1d325192dac2fc485fdafcc45bbe148e2b4c650faf7781d1e427800bbd95b066cd06626819a2e649f13f86bf3484515e2b9d6e46dbfe413c8d67fd7ef2dee64923753d86b2530eb752e8ca920d70586e2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2cb521bfd2d32225a6894ddff40b74f263556adcf3691de39dabd1d62723970e2cd66c4e6fdf0b375014c9c65f3235628846fbd56e991cdb1afe38177c11526e2d2174baec159c5bed9e0844ab3d60f8877b1d65f7bff8153390e7beffe462ee2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ecf8a8b09c7600fc7d0a773370107559bd7de4650980d61be54c01e347f4cde2ed6ca6143aa4e7824d1c752fd6ff423745a4be8603af84ce4cde146a6f4474e2f105f407737f02bc6f796f10f021644b46aa3fc4960568a0d1d5203c5e18cee2f115e6723ede17e331a6040cc5755f05553090963f3cc818a7c4a26262061fe2f5bbd6dc99ce0947058696dc6769b361407bc9207b29c3ea381dfcb37ef3e2e3051c70a05b0c23ca819b514d2bfb5ba67fbc4924ea268ff3bab3b498673bd3e30a3d2f0b85111cee3f49d46c8f62ac69dbc838934195487856f935413f7669e3153349c2e8b4dd32809092d8e389032abb842ca76240764ae580361cf0f3a3e3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3314a67f6f8a6d16ed26b5fd964c1ff4e5b250651ba60f6e27cc4218a286332e3318f463d83be860dbb22a28d38f0fdd30898a6649acf307bf6c0305a8653efe333daa2cd3b21f8d9bafeeab9064fd21882e968a8903d7252c0176756f3ce2fe33eab33d609766aafa60d7c222922f7355352b900e87b6bdffdcbe4e37b361fe340b99f8c0ca002f01e461a43ec013b3a22ca50403d57183e91d635330024fae3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e34c7d2c1ad94c52d0e5cd643ff088b2147bd03345514c3bbb6a58964c890485e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde362e5f832616d7cea2a9085d5e84ce1bc05c1f0e8f83d45bce7856818f39fb2e364585fcb9ced9126b068be81c4365fdfd23f8d8af4717cdbf919d12cc2907de364c9db5fe1bbd38a444566012f9770bd6970059ff9b9021e16eb456639a928e36bc8108024e1a895dfa7938627ac1f4bd00cdf3036c7f836f6f56a10ecfedce36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c2e8132b28eb4b14bc404a45fc39478fda7f9f323230e66a316d240bf239de37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37cb0d8a5c68100781d9abfc2f0bd597990e010fe1dff9338befebb829f20c0e37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37edc10b613305f5181aad2631051527789825eb3af7e3075883867f49d5602e37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de381aa10c954ea79407d12c9a0098b4fe6dc486053e8a1690c75bf876268a0afe38b60475322c59c2847bc751a09c2730691451fc8e6b5ff1391f0a8507c8ce3e39e85bc1ec669ebe877baceb3f3236f53dae21b2c39f21932b10063dc4c0440e3a5d9f44648bf73b74dfaf50dc9fc63c21a8c8a1a5e4786be8792912d564164e3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3ac1ec81f36596c982e8d84900ae4b6131503a314f7312cca271b4ae704d2a3e3b8ef8b70bffe445418f6b50aeb5cf0c58172504be66ee5f44349c9d1d0398de3b9c6bf911cfab771fc451d591f3ddd140255e2f06b30d3a7e16e4d5d5be296e3baf27390033bd7b8273b27b43d5a38808bbbbdd67bdd4462cc1d4a380493a5e3bb04a9cb53d902b6cf23c874eb47113bc54a4d66f0be50921ce790d48a3bc9e3c93515aa02424fda1be436a1505685a926d01a4f79f460c0a632b6424419cde3cdb727ffc2d76c95f52ff9a5b0bd61de59849465488f61d9913e7f76ea2de9e3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3db6f091a209f7d26f39f220f5d2b315a63c61c66cbda8ecfc15b341648e6bbe3dcd0c74026a3807f557196f742e32314fc882bc953ee88649f6faa74a64aa1e3e1863c24a142064902e4b4aafeb418ba967501ce3a089d22636afe820fa656e3eb026c7bb7040874b59a59f4018ffa6abe5a8d60531892a78d0914207ca544e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe405fcc6b51028cdad721bbdb884bda9426194f435eb346f510258f71106fe81e4279e4d68e38cca1c3bba7cffc9c083b3bf00f8526122c742a34043cb526fd8e42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e433f9df05fd4ccc6115b713e9354c01ba6a006da18c6e276a98bb9a7deab5e3e43bc08251aa947baef4f6cf220c54dd696feeebfa4b80e0c2df8853db23bf36e43cf159115dc8b0e0299f43e9807a601c3a5c1ef5034e14d1df8d78ba61232ee43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4555b9dfedaa52999b036fd4bafd4ca79e7f889c15f4c91a8650e856ead4c02e46d3d98cdf49b7ebc41346e6afe1aa4365e119a279de25a2efb41023523f80de46f2345225c3d716e99e34b6d3ecded2e2b154c5735b238800e9dc819154e38e47463ab75fc77bb1c0b93b2780402c483089d04da3b3087e587f30431ec842de4751dfe5beb118ebfa7f2f0a4a7a461915f2037ae8c6850fc7fc2ff9f1afb8de476dcaabd061aafef4085a9be6610a5df46edcf36fbbc86df3698c72900c963e4802f358d6cebe664e1655219d7ab8a920fe4cbe51248b5f213d55ae8c856dbe480ca68b0c96086597f4e9d1debd26b60c9b5c26624c2717cd423d6867718f4e48162597155f82a33b715cca8f32019af40e1e9162e857ca373547570eed823e4a3cf896efd8d63d6d941d378392a14dacc9f2f0778787dd7793574d11aa5e2e4a3d74b37d2ffeb967cadf1de07566026c53d300e7a6975ebd349ce62c3db69e4a56eea9b5952852351fc28e6af2ac3855c57c3add3040cc326e58f63d7ac62e4a60941aae307d02e9b4fc39a37cc0762d5ca72f7fa1d132444b1f78731df81e4ac8782e62829109b78265e9382986e83cccb4233d22e91780bb60b854aeb63e4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4bdf3f53bb7f7731b74a789278d903d4b77baa2103aacefb5de2a11fb7e5849e4c70c273e4a8eb7dec646c8e189cf57b69eb7e8e69d7d8be323a6f342244a29e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4db3f64e8a6ea93fa52f410daa342a13e1c4a6dd19e4ff024c7a1f6c19a48f6e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e80a9687c9a84456274bc2442452e6a5c971307c9c7c4db886e4dfac069e0fe4e8cffe36ba82cd74d3948d3a53a78ef422be6889d7bd47d6bc083ff485eac4e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f0194fc2441b84f633c5d8dcb9550492bb08e6babb83f6d65d17331d05512fe4f200717b78cf7df5e432385cd2ed0f75b66e6407b51eae0b29c5d98d7e1807e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f6e970cba9ee4a4fce210590005e4cb92aa80e0cbe3c6ab97684a97c619ef9e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e4fcb4a9048d0c5cdf5b6f1ced7ca54bc565896060af5cac3529f321ce25ce60e4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de50f2f2ee657199c166cd12fb675abc46c657e6e88dc47457685d040dfc5d7f0e51bee684090064f8ec7e7de6353063c49217216629cb34b0e2e6a2a82544483e51c98efc0af44f7833fdfc8d1d5b07be2bce0dd3d69e7748b657fb0521bac0fe51dac879c8ccfefa95853aad0466f03ef4651219036ba1c2cd8e1b09dfcc5c9e526b313e011843a45d76bb1b11dbb9bf12d68ae8fee879d7f1e7079fc420d84e526fcdac04a543d1c646a39b229f222313df01fc65249439716e4e3bd3c47cbe52e78e762bb0eb6463524b1510b96d3ce3afed0168a822f1f1e4d088cc10e9fe530a1dca90f8721d2dd0b4ca29928b2221515607866dbd3dfed7f3151044a09e53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e53ca15fb128e29b16bbf4efcd5ab8465683a669e2cad2a81bdb0b064a00ebb7e54142296d12898194a942b4fbc6b2d52080f027e24e4c504f1e3fd741e0c34de541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e54a2b9fba046ef98d0540e37bde402ed122a6c61de723afcf1117e7607c0a7de54a48184173d168efd176fd50126687f88827aaa642f6e5d7326c1d4f4e90dbe54c7ddcbd56f9a2a29d2156a6bfbf2988ad276b6881d0532db24f74bac5a16fe54c9327ec376fdd1d1bd2425fb2c78298cd0606e7754a0457b07dfda4dfbf11e54dd9f556a9b420ab60f6e88ab74c2b5199b7514fcd7de123503515c9732fa3e5535a17632e9772d720fb1da425eba67d9335a7e32d992fab96a22ddf52a685e5570545d9bac78eceb455b7f5df6d55b75697ca060dc08e4fd7d1c97a96e6b8e5572d1ebb00eeb47582d16ed9b2b49f40fc54b70e670aae910eebf9acef60b5e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e55d33bd7a88d3051aec8bbf03a0b278f0979adc74499f227f194612803f2effe55e27ebf154ce2223235c4c2b265d7fd2aecd15ae7680e168b2db456fb8cd76e5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84e5629c2b6a9d3ff06c05292470a9e3a5f25352ccc8f0e56c16c9386fe9bcad62e567a29dca276c6991842c7f6cbdcf0f78759b5e4ff271c96ce2d4013fc3bac4e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e570c626b09a6befc6e4f2ca67717020746d4fe9fac3bc4af79c11d2cd001363e5777deffa14d7f7e551d4ad46723f22f5ce71fb9eebc99e9c654bf221ee57dde57e2e7419ef008de887fbb553aea9f11e7f302b289c2c871e60ee93b2593a21e5836f62bf68ff0bfe194b4fcc3dd24d3ca194870b8683d46174d4cd6a302235e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e59570c0fe49dffd19a5a3cf5ffe20ad2a57f82d806253f7b45f193caaf60335e5979eacdbf366c1e04fcb35c008455fb71d6b26dca53effeea94135ed91e78de598de8e7f6dc23e7a7e389ba921411cc1fb1ea8ddd9be5e54a341b93bbf1e60e59ceb334eb1dc0fbbc520972568d4ba07614db17e845285705f6ac2539135c6e59f673647200162d60ff6d083ace2eee455ed8ccf4723b5b7986159c1dc6544e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5a902021c7fd2ab3c3ab49228261333687817f5ad55210ec12c0c4ba4aef8a3e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b4a026b9597c03ed0390733c93b2b5d5e9d3428c9ae44a09f20f287adaaa0ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5bbb51cfafe00edd3813702c733e133f8ac1a2cfae9b703720c2f85ff730911e5bbca909b76bef0d5e2f9f95bcfd44e82e5739c2bc3f9a91e108a946a0e67e2e5bf1c2ceb29771d96c9d05a4455bae20c76ff523e0e6bf93c88d905037664abe5bfc5f85d5cc5e565b8968592c1b806e44a016414118df5da92ada3dfd64e7be5c7d530cb01917659ca96574792c2bdaf10872c896ab9176bbd853a809742d2e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5c9f4b60e26f4af992bb6b261bd05ca03a090b1b2c9ad67571e21053193bb0de5ca254218002fc7f3226b00a848aab4913e00ee5421739d0ecefc5dc5ddb78de5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5d8fffb114b60efb0479a727c331dd75e0ceba08d061fe7be34b1d39736f59fe5e09b3a8437177ff1d47ab25b2753b416f1ffdee4314901c04ccff878c30807e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e753695e120ed458c0e899751a5e08f5c88736d959dcc1598af0c470ee319fe5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee5f6f261e2ab5df45ff5f18908462e343154cff06df4dc2dcd105878450f5fa3e60188b67ec7ce4e1691df657c500b07c0a5b9ab3f6e971f1a300e8b659c8135e6032c929599ba717f407525e672198dc252cd390137c4a919bdbf35a662cd23e604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee6112297b3f98524d992b6964d68a76dffde1736e63a57c043e9744efcdc60dde614fefcf189833d82fdff938c391d45b6f695ec965db4adf08112cf3dab738de618121b27e3a36197c2488c56f4a60d2ce038987b7967483bba486e70054097e61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e61a2ea77c20e9d8a428c03de31b3136a4c69a8c4dcfb818ca112d0aa7ed476be62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e636c0a9e67763f7ec9190a7ed9f3f58dfb517443e92b1227c3f4606bd483cd0e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace653bc893e1b9e58329eebf50508c3889d489ad4b348182bd7cf6671b60d580fe6548c77555a0ec4febeb563d0ff46ad60c408595bcafa611b13a104118eea5ae65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae660b56a73968a84ec0e0edb55cacf9a4ec83ff386e11a0ce513c162e47feec5e669e2eebc258cdcb4dbec45ce5e6716fbcff232b67a2ce39440a351c1f2b356e66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e67a34768af2b55c940df4e6d219a7c9cc8d9654e46776fdbeb4a7afa9ed0c7ce67b912f7d82b33525a1ed73e17c0adcf8e00b8450ae99f8b39d2096b47da127e67c4ea49559463db83d7b0f80f4647b68966ceb1c12a827a7dcd59580648e86e6820b9360e627489121f610a3460af0ddbc694e21b730fdddd3ed95958d874be688c3daa554ebb9dc4ada8173bd7fc320c9322646e8168cf4777021e80df05fe69618fed8ed96cc490d1408addea62cb52f2c56b5ccca01f6c4c9a98dd38425e698bb69bddc05aa773636dc49bdcbe17a963f315de488c8e68a66e8ea24ba60e69920dbe0529d7f222e8a46520e8244a61facf70c79160a563ee8f97bad3145e69920ddc6a8087a813c14a35042d5b2a8d360432faac6e7d62d3d5d22b05fbfe69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a391f13cda3b8124811d7e3a8d0b6d7602e0b807f3f4665873962e05502f0be6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c0478a6f7d94f33dfc293804b6c14c892a6603df717f437c8a172fa22398f8e6c170f266c28ff8a0306cadd1734878ad0024bede9e954bb62cf838b230eaaee6c22fa5b453d1910edfea7df5d7d26c3a8df287c7fbad82069df758620853d8e6c8a337831ad42cf19d0ea19ae40ba80f5b78cbce522c3c580e058eeaa616c8e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d54a58217f049fa25c9b55f8c1b8cb9d0308d816a47c2336857b0dd00300fde6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6e3fa9e6a232a970c6ca71522b7926456ab356d70dc5e17c5dd9b24df040eb2e6e64e4391ed0d84373157753e9151c6cf66c70c671924a4f2dc354760998fc2e6ed5eabdfc4a01075d67693cce9ed3b36d4b6b6e4277ce4df0dc495c82556e5e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6f6433bdb20c7b0bec969c09efd0f1e62ff7147ba5510404f229edbc9acc218e6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e6fe7b264fe7c9639ca50e26db0c4a5d6b5fa32a18334d4e38f1bb34aac3c888e7056d960dbc43f95435e543930eb176f891a3d04ab51f32751f015525f55902e7065ea7f08d04fc15d5df1fb4a0f36b5b0e6008f8aa0b3a68699c8aaea9839de7086c6dd6da2b036b821a1c9cbd5a85a9d57fda20443cdea6fe2d0c8df30580e709688f7e74e9ce94b46099c34b059a53c3a063e62846d3b266699c394d6dbbe7153692b5614b87af8be93585c89434905c34904df759b65e658a788f4d7e0ce71f1fc69fae586214800372955ddcfa9c19bf9492c7f8284788159a0cce500de71f535d1c28b71a4107a58ab872b574c35a24e7c831305c1288caa12aa5a2e5e7299e7431b8019040b3310600eecbd795fd7fb2fbee0b4b57fe94ce00bbcfd8e72d34f84f322cd074d2db5b5d3f5939b7717bebfa8be8ecc95645b3409c291de730f0cedb1701642c52d0d4fc0be5382d63d70775edffff09bf16336a468e1de73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe74d39d8201ec4a43fa4d4c6c3dbd89392de1e30bd5ae435df3eb848f8b01d15e75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e763213e7c9d9e5df0f6b3b72d8b6d774f4d93e39f8109c6d1d71680f8d65f76e76eef171f7b30f7d719a49f990c6100020154597b2f84358827d61671bed32ce773ef8650f8c91b7fb2579b8b4da851f37e0840e4c5af01c3c39704d2cd9402e780bffd7a4d34b80d023b8af144c15f0e442d87eaf7213ccf38db5a1425c2a2e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e789b554118526ddca7e8fd53334f6aa0948aec438a7b224ff641620be7b2164e789d02038399135a57028e50ac2b1764aac1e4a7c35fe3a4a6894b9e3eeb6bce78f726fd8abc9e8db6cee5d46418c315f86ed1c82e60ce807840aefcc1bc021e797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e79e595a3eaeac1771585ba2f8dbf0700abe6498aa9c53338ec757d2e2e7ceb4e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a417f0989bfb2d63958fbafd57f4f183ba6fa604d0360a16feb601af980628e7a4c69e5b23c469105b9f03f735d096d0b3193400dcc7326dc6cc26ef996860e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7aca434f90fd1a31cc2a58e9d3152441bf2058c7bd8838f36ae8f42c64d9917e7b12084ce01415b225872f60a8fa02bfb33fb203d3394bd29ba8497fae24e37e7bf9e1195a721aacf088b6fb5101dee2d525f0bc5b1d53cb451daaa8005b1a6e7c3a5e0c2fe642345fe5154a0d7246e542a4b7a83a4eb3a1cf865030f3abfc9e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce7cb4b33cab227b56ff044d6667b70cfa4063f33ff0abfc1ce88be661d7751d9e7ceac19d534b5b23910ece5914589e7f9e71a27997824fa93f1af8f93960ee5e7d1a1f8832e0b132b010c72d06de2d8803d4dd43a2fc8e494fef6dba6e2e74de7d869462c49f359a61db6476a7c4e2dd60fda8147d2553029e4983ac02b15ade7dd7260ffb8c7b8d2caa5a63096ba462213d8e781d88ba26e831c476f2457d2e7e0c657861741614fa7809350e606f942086f23083e7029cd0c009824272786e7eab5dfa062516744d240de3ca934286e8d22c14eb25a6cb467400fd8e40e83e7eebbbd76e2f750ff69d9d08380f6245d5d46fd5d761a5b2f024297b53db012e7f660ad7a927ae559605dbffbaf3388f19429d55d3a613eda3f6f650c7af5e7e7ffa7a2f33a47f0e18295aa474c3d234a1201a797f6dc0e6e3cb83aa2e64815e800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e8077853680290bebf496355399c5818da3c46666a5427689ada869f04eb44ade810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde81360eb25b08d715932ab10b9ca8c8eab3fc7bdddfdb5c5dfcdb75d85e8eef7e814fb790cc5c5010a49b9ccc6f35c0badd264e48ae91e30acf6e1d54d871555e817707304a00534cb0c2847717e14389d3fb63109b660b14631ada67e3e27f0e819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81b92ce4e42d00a9b7527d17200f97e164443c8e5a53a7bba6049fb068cf0c0e81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81e4d7e39abfdb015c0150b73d316895e9979be12d073284bc3c75045ca87b4e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e823235399c6a63dd3c52d80c8aa4d5e46605698b851690ddb6b78b02d3f1e02e823a88c9f28ab9de1aba4163790056f6875733bcc16f2ac6aa114d99be7ddf3e82bc5ea62d4f051de0601f9339b6c81e8eb49440f469bb8d5f6476d0bcae66be82c2b9dff59792e9d32c00d742a7137ecd82c6af08c5f48cb64bc515059b140e82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe82ec645a2c496d1812b50445478950a0ceb85eec52a2dde4a129bee977f0bd1e836135182575300efaefd1486825f20da1f571ee54d47615ed359b32e40db1fe8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e848334accbdb271b19e70b2851c831c893766bd7543f523234dac8841cef4c3e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e84ca307117725f9f8eaaa37984daea1c8b40be678f120ea94203efead3f5cf5e852c9aa4a91f4f752a8fc981fe224d610f7267706a55202272a541c766ab1b8e85e21d181a1cd0f8bf91d0a7bfda2f65828cd4093af0492a43a792ca07d858fe872bbaef3803ca3e7486d594e7e995565e32c84a6a286578a2584933962622ae8773f27a748e285d7c89c649592b1c2bab6cbb19fe58bad77517ee39efb26cfe8780a58ca0d512f38e2b005aedeefd2b83d56b0647e01b6ea6f3b8a63dc596ce879362f2e1324a992078e3e6eb1388de3fdd56fe17288f5c24634a7ea1ef42de8869f152e718779f0c4a3bb751e042ac83ba73550dab5ac48d44f37f797530ee88eb8e95e8936afee05979d3f9cbd81abc011e622a4746642eedf3dcbb009dfe88f8fac45f52f3d5dcee0a658ef075e031cb789855717709f17c8192ca5f392e89deeb5ae5e5f49ab62ee0b8a97109938e20fb743c07eb522c94611b8f03ec7e8a74012617b9461d94bd5b47f80727a0db10cb55bc04656122cf2877f2e3ebee8b0c4086b22c1be186fbc7b485b9b08acb68bf908d2c0f24235b06c6c870616e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8baff224762dfc6a980be34ef0ed170ca567c40c65a4f91a30da03c5f83e5cee8c103c4ab3cddacc3d3dfc412d0b2a39cedccb06a7371dcd3703066ef6aca58e8c94bc8249b936d620ef4350865251f66779515aad4e8c659a5559385061780e8ca77a9906e077e0c693b9bb356d67f8025f3544693b17ebf657c1f2c7c3644e8dfb6ba091500de82de5073ea59d42a95f83c7a533f430e14b04983977f31a3e8e34f54fd0a70dd9ae22aede1bd3e54b7a5b9fd684a1a2fab99d70126bc427ae8e64652c10a61fd2a215f1611185ee8b2bfa672f7856048bfab61a6f1621cc7e8e83033743b4bce5d2d0d354302944db787e1c1a040271565c2c122f9400a11e8f0658f04f1c3eb9c0d1a8085b6092d155fb4c45b1417c2882606b7c1f96fc9e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce8fef3b49ba4888e58604113bcd2c4f06247eaeb335bd6d7f2195dead001530ae900baec20408301fc7b0384c072e38e04110a9e7f009dde142a23991c8c68edd130fe2a76e9042529a0e5bb745b48f4883ef97cdcebb99be141049374dd4dd292e6ad6edfe9111715e6e4a0a663a51d88ee6972da12999b666f7a0306f101b1aff331422be917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e92108cced98e89b2cf366687a3ad6ecd2e61bebc9f3ae79636a853fe6952543e93acc7eb10771a380d5b653886fb531e12505d9b454530dc8d8a87a5f33c739e93e62c5d25f39a2e4c6b0eb1995cb7af54544525b84c41aca8d27200e5d1972e93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e94888474cced05614818c1cc7c6060bf82885862e560c2e073640eda4431b14e949f42be48d11a84b4b371a20183e4ca19fd50d6591018bb4b76d8b6f8d079ce9528ad685e3643f74bc37178e8422da40f11a2c90db5f6c4b60da872ecd52e4e9530c51f5b92756363c3b8569c63dabdcf5f3187839cfb2e6c709b152a30d91e959f5831e6fb1eb91c3bad3781b7a5f1d545ca0b6c800784ba88321c0824735e95b54b7918eb034477addb96f95c993484c34a76020c128bceda03bc0476312e95f13c4cd453eabc0e81540d07fce5b29ba24a13ddb41e64cdb0943f84d70b8e96498904dcec21bb10626ab7af4ada55498ed7a9e218340bd81f8c449951aa0e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e9693434edbb1c4f7eba9c0bc4eee3afaf335ab0e9f1c24fa3d374b36bddcfafe96d6118d642b9c86e1f5d462202e0edd2593c094542f34b111d6949201f8aebe971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634e97b38ab9a808a40ddcc2ded14df6d96bbf28659bcaedf2638cfa9715c54c435e97c00fcd3e29c1de952db936a81543080c9884ee7061a25f33e6bd8186ed613e97f4117e4798b55a25a48ed5cf1db894d7cd522deb351aec759f982db7de03ae984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e985b915a09cdd015840ed89ef36057faa712ee8beb3a79405ac2a615faa91c6e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce98abfaeac9d360e8dac3d00c941a9d12fd27a9ebd9523390cb353ed35062ab6e997e32cd3bd0d0edaafc778e784c3d21995be5ae84539e432bfa7dea48aca4fe9998a43598c567eebc9e41545eae7e01eb8b556b2988532287a4934ad3ed1a4e99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9ab4540a76d85270540822695152c8f816256defba759771c10284da5b7eb36e9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9bb5342b9277db49163d9e715815a3e09e44d036425c9f2fb2f3bcfae669057e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d10738e45835edac8ad062300ae5edf2e6f246b73627e43169a98ea1be4165e9d6037e14ed75398b7d39bed75ad2d648c462d42128162d6bdcfd202920ed14e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9da95ee504b95f4bb7a358e7e144eacf9cacc107d94e3da2c911c70876fe83ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e0f15f02de14006915f2a9a04657752c372a98dc9fca1c262c68766ef7d40ae9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbde9ead62a7ac674a4eeff91e5b67f892acd7b95f7091c39076cfe217eb6e68851e9f6b8d08e8dc1dcb0a749ff5b6b30aa1eefab5cf4977f86464e427c74431692e9f798dbb580f4d98beefd31a5a177e6d97d873c468fcba737284d575ea882bfe9f869bc9c502230138769b77d4968589e3a193a06848ad7fd4fe00a45897f60e9f8a609de0853ccce9d3410336d05e9677f53ca13946c1681a244cd3e4a0407ea02279a99a9383a3f5c8b9a17990b244ea57482e7444167453574b39b02671dea0a93a4edbfc0cf8bfcaf603e3c239b2542efc913ee05278ac3fd349eee6280ea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea13409e4ca63c8ca9d028c65f3927b69707b663849ddbc3b65d746c202b6d04ea165f20b752deeec14841e020c3e5abca5587353b4ff27dcf17175a6da643a1ea1be4f929e3e40cef420c5889e1f90f0c13f4b0cf267c6dabf72ff03d4afb39ea284a68906e32416e684079c4b2cdab6e40121ac372f1541724e90b92227871ea36ed8e579cf4ff98f0c86e6bec1b2bd37385919106118eafad368d59b70b21ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea3f0c8731aa6f9ec65d3327a513dc02d723131de983199c2e47fd4881c0cb01ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea867ef02966013a9ddf7fc6240e10fd8f122fd5833924c6a78ac88ffeeaad6bea8695c5fd4b499dc8c977b7cf59221615b5e698e114fa3bb40ff55329ec41d9ea913b6821dbc213027aef7d8a290c15cf27f0b7371ee1b33279e507d713943fea952954f5b73254273686ef3caefd50346e6b3f5cf5cb85656e50a614741ca6ea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eaaef5c35e89dcfa64e47fa7b75fa7973bf0668ca42a87f22ac21bd81dc1d594eab7ddda8b7b0d4d85987b1ca41e348ae9d9c2d79509a5590b6028306853ca31eac090d869da314c6f3e9ac425c35142aecacdaca52fdd60cbca976ecf7e2ed3eac66d2af1f1a2d545e0a790f568faf1019ffab05c71903580e34783695299fceac71c99375c50ab3685507957ecceadbfd4bd6e63e4e18817bb5e3d024f250feac93ba44d13b3c64b2aa0df3cdfd966ed7785f2026b7a06451fdf371b25ec18eacd81aceb00c43c15e1c88d92c28d1cffec983fe72d290faaf8c066de7a5348eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451cead1eb409556c9612b93df769e18691b5e52774c2e93f8e34500fab7c2107f9bead5c9f04a9b67de892c69194bc834e9738746ff0626d3afa70707a878064ec9eadcdf7db0fa332801f0bbc9e7b423577104a13a13669a53ea8faadfcc82b388eaed54052e1ba11d10116db8c0989e88d989593a868623b077609dc514e05fdceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eaf1397d0f96ace2ca1c2127a0d86db49485cf17180e85408014f58cb27b799aeaf220345bed9e802f127d2555c2f415b0dc0adc5a2fbef36e657ef32c2798dfeaf7348145b0a86b9896f9a7fb22310e0d247a236b779e2ea750d18293f90433eaffe05df0db1ce5c78d2281a6c83806dd1eb71546b34a1b69c697b47bae0d06eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb07596b191053e94b112422813db6e1f3786c67e994cd4715a4321f1790618eeb0c5376f0eabd15fd9deaaf51836ed72af15eb62b371c0dae8a17598694fa66eb0d523132fd8f62ad63bd222c8304351a45be6601098abee6fc82867b5c529eeb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb19a556487c98ba09f01d962d892abc13123c5738c761cde678f3898813cecdeb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb1fefa95bc0c557f2148cf3a362a767db88259139d9b06bd8e1cec128471d05eb22260198607aaa278f66168e8dc3f044c5c6f37dda96946a1ae0d088c682daeb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb240f4824d9ec3c934ff49277591949b6542a837b988e6a44abe5c10c0bd58beb2c45adf20b9d45e4cc63542a1b15bdf63532a4e6dcf0a967549a979a43d78eeb2ef278c2f7dfd479483cd10cec9a77e14f79bcca5ffa7dcfa2ac677d4f9824eb30c7b5e7c6844a6e722bc62b1586fec5284efdd40477761cbcb2a5685e58faeb36701042892754f67d9e02a8e46793908865037bfe802ea32f4c1b865bad09eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb466be363befb84124d466ae558c776018983e64dbb069bf82082f48cecb1a4eb49e1ca8c0bc93f922835d2105d5d46b77216f341c37efc7b74814a3f0c94bceb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb6776efb48845cb87b0662a7448aa6d044c4a0972656867069514d66dba3f1ceb6f8ec6444758cc249f2922d4dbfb2e10f5419cd0d7b09f53aeae0bdb0b74edeb71a50c1d4108a08b18e0e58056491cb842e2828feae52e3b00b373606a4da6eb7c7cefd4844b22d2271cea6b9a42bf58a663bedb0408cf8a56441cf37373d5eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb7e959a12a2c020a55d0bab23b0b9c28f747667efb2dbe43bbd73e51df3407ceb7f4ec1a7d85975f49b18b98b85643e6decaa26d4850da3548a2e25201e7deeeb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeb90a46fcf99ae2c2f0cbba79184c99e71e31e3faaaf89b31873d3cf43764689eb929b72160bd61b03a97cf04f713e1a87822ecf168c5e094a313415cfb31b34eb97c9d2f42fd00e4de728185440eb336e383d92dfcf5485e2aa9ae35eca5767eb9e8a13fcc93d38e2a82268540db6ee93cc1389b6560582b132fcf83afba9e1eba0414fd8085c46dd1c46ce583688b33a3cd7b00753c8b3adf20dd704e457dbeba0485d96bb898a5429f1b8e20c9291952192afb53d8be31100216517b8eee1eba16e389cf5dbe0312250a3aac1e4ec1226b138d7583bc3555e8edb11bfd2dfeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdcceba910844d347c82098aec0b186833677deb68702c024699b605219c44fcad3eebabcbb044d42a038c7a4b3a3f4d6911ead44628c9f4fa9f8e174560c34024fdebb3ef96dfd3e18b776e38872791d92c9c35342c3bfb927bc955c91d786b2c1debb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebc3335d1882d9843515476082e71fe96ef1dc0bcb0cb36288b32cdda388cdceebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebdf034a56d29fcf8f9c1089fe60ecc5e9112a6bf81743636b6af7f28071c25aebe359c9d0db40f30bb7ba7198b61f44935ec3a157cb575a6d495139c21b4c78ebe8ef65d5e5443683c81cd6a4c2f7b4340ae47f05f4a47d2339093b9a4d0909ebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfebfd648f7059a030be09f1c895af25166fc919ac86b10c25fc0bfe4a0a8ce3a2ec04e01cd2a701a9e8659c05c8f083800caaf203e28b7369f0baf8b8199347c9ec0dacfe87453da1b9b0054b03d2c249f379211159b6a7762ae45ca9935f963eec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec10d7548cb68c16d325cec03414eae5c8661493dd8dba0a759e0e7f1f34d19aec14d47008d0e07e78147183c2a1fdb6239bedf5558a88067c0ae460b53611d4ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec1be066317eabcfcf7d78094096f1f0bf6af961774bef77dee307da47ebde1dec1f864ae4ef96608a497e864aff9f827f1a330e897353e4243967c1aef192fdec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3e89d4fba8e2c5e51fb7c1a3b3a7d03e7eab3cb197052f8845fe31ce2ef409ec3f5bd919415de1c02c48ac2218f40f9078de11ac37923d7e000fb9320e3217ec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec436cb2359776d2699ade53b695ab4e3957d8e2f1c89cdcc7451b719884afa4ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1ec47312406715a67cbe0c9e69cbeb823bb61d12e3deae7910a08c66cd77b548fec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec565c818650e85be070481561dd467e7951a4cb8af4e316800fa5e0c372f4e1ec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1bec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec6deb980578093ea76159e323835a264db8eb70c8c13b78d918ade252a7d64fec762f3a1a1d2669eec5db078a253fac1eb777da41a3df35afd13cd41062a5eeec77ae9c5881abb01c96d01995cbc0070a1bc9cab1000225f4f3667b0c9afc8aec8bb9fd3df3f6f792b33e8e19647a8a30f28a14800ded48986f83e1482f82f6ec91525693fba04d0fb9cea467b48559f72639845240024e3b1fac3e5341e57cec9291f46ec120434ef327b63a8d90f2e20c30117a66a7eb8c5c243792a31c5cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26eca1aa227a3e2fb0fd57cbaae3fdc9d8b5202d9f8d72dab5764dce6f0b01f021eca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddebeca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb310e2a97c4e179e00fcaf6136390201e2194188e731154eb8252b9ba0e392ecb4596a53fa46fa25cdc913c57ede7ed450d8276cc558b3067b7e3eb0b1197decb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecb8207a5c2008192908aa8a0827ff3c0b0b3aa3b853e1c8ee05ca563ba011d8ecbdcfc0ee641d15043ebf74aa2f1427b51d00543193a5124c766bc44e32e7dcecbe1a8e4419e09c83a1ae9ff04aaa62446d2b737ac8aade73cc7692fd6c3012ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd02181ba8cf279b5c3d611b4757b15615d91e951247d0d90b659756458a745ecd64c6c58ded3dc122a0fa3b3c2e7c9e5389f48e79edc24585e3f854415c478ecd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ecd90be1f36ecc2ea885849f92c335ad48b017e7291b7e31121aa3f145cc8addece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ece5687ae53952e4e63ae3f7ed0eb93847cf137b5365852120fd9080f9becf65ece66198059b65fce2e5823ad8cbaaacc016915343d45108392858ef96d89fbeece7014867d950c49ad1241bd26dd1ad627ae69a179372b9a2c2e20953b82c12ecf32d36c5ea12b19abd3be6c6d4089c215887802c733c5a153ab587d0ed10b1ecf506edb395d09985a0d727b8d353330852099a7efd0ffc3a842bf5b6de3f6fecf6e3b1a9bf89db984bca6b373c2da7c27232cde62f1aea89c15126ad5619cdecf6f86f272a8d9e669178b1c944d5dbb6956c435c3ac07231a66cf17b13e3b3ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ecfb11338aea57c349aaafb79f15ccd4ef90c413fb6b9c6bc43079cf2e39a4ececfc69764618a97632eefcd5ba943236fb27221adcea03c9a7563ae09d4e6d81ed0180f377a3e6ced50ed147aa33149e4cb073a44b5b029c38440d9fb0ff1841ed0197a218d59aa2a8cd03527c8a8b7995493cffc7ff335b434311bef777bb03ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed17a26df4a9db84a2287bce56e8339552f9232f2e701742d68127297240c7eced1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2af5142717576a85f2b9382a44bf4502c6df2e13274c0770cfadcbe36d3451ed2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed2ce0eaea506550fc436b41a2b90a5375d94e1a6fa9d35f80a6d58fc8b1b628ed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed3c17fc9d167b760df3bdb3b2dc2ca5bb67eee1a747a8906de41fe3cd6fb1ebed3c6f918f3d3abe50ff7df69a5c4a6671980c0fb3a0c22c023d9ca3d1d1f593ed444da075f18ef9c8f845a1515b081efcfafe637346de66b518ea105bd0a1c2ed4452b92ed019d03199153b359e11031c8ba5c257e4444ddf9f531a226c98feed4893a11bce1ba8ccb3f0161831c743fcd0005d7d80c9ed89674fbb28212c34ed48d7356fedfd44d12ab7721deefcb7752dea7be77b098087df338af2a66a0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed58597d4bfc5415a8287390720b6d87c888366290ea25bca92896062f822245ed5ae369455e644a810500701444c93830dd09cdb018df85812000b3421ca75eed5dbb04eacf8b53a427ef84ef2f62515e8c44f574920542a8ce89691083a0bbed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed797c8bf63787037c31eaa3cc37cca354843abb1998856f467f626d8106b2caed7a37ba8c34de049d7c0558310ef9fbd1ce23b7957b2fe5b2590f696f952804ed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced91e2984d6aa3e184ac54dcfec9845e3aea1b31b3e968bc2675ea7286431a04ed928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed9549cf3f453b9977587d475787fdf2113067476dcbe14bd3f7d2b5d17eb6c2ed98de577d75b77d80e6769c886dd4f1a9bb371e3d45050e1ff0c04b03ea5934ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfed9bde36f786d0e58fe41fd98f8477834d1c6252a8a9fcec6f5b90734552b9e2ed9f6ecfd4de10e879b0ed902e03df3edaa86d51ca46067b3717408444f48c8feda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edb933daf783b91ffb188418d7af3d2c3403a61219c3d99a53b833f318a0433fedbccd7d6c01178f45db785cec1a6256edadc1571a2f3a1b55065b543caec134edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133dedd01c7873d582e2277964518cc06e1ae8eeff09493540b58637dc9331b817fdeddb6170830f01f2dc636e98afbefe5a54c8b410865fa403b0e1afe81172334beddc9e11c293c3575b427f9c0d44ddac1110e7fd8214e4a0e816b376fb70d7daede096def0b011fa233334979eedb918a3363e1f6b63bdd618d92a184fb102a3edeab693527f64ae25bf776f99aea5e78d62ebf6109f40466a1a0a29fa09fe7cedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee01962f228ed4c69799014a5546b570a2c039f2783e9c6be79cab41ccbe345cee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee122a9d4d372b63e4df47b841508e1cd4d725f1f4b01ed60553051e68d273f3ee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee288ad5c7d37156af7b79b47b2f39ec5dfa46e6ca79c220c9b222f9538300ccee29d3652d3d8a2515829682dbcdd7e46b041ac24fecac561ca422a535dee1a1ee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee4804e8c3ae1334f1c4f206f06efe7e32707b77711a2e28f4b4571808d1611cee48edf731f90570a41ab07f80017e5a9a981d3f516c300d26e70274455f9829ee5b050d73b4250e63ea9b47fc62966c129c05b4416952d5949694f2d42f7075ee5bd3f3272f57a5582eadbfeba5fcd562d1f44a10bfbb50e6fb54a56ac16628ee68ad27cb20ce7608e1fc66474591222a980fe7df2ce9d5dcdf09207c0ce61eee6d6014432f0dcfcae67efcf7f4e0800cb72f23621a4dcd8696af5d80d88d69ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee78ac75877d7a33dc96bbe2b595c57a6a9c760d266ca0ddb7531e95d06b6705ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feec4358c52c2b80204918de95f71d709aa9b36704f13c586c1c7b6473df50236eed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eed854a4216078a943217d2117f7b89e24baa24a7c13b4d6e205da1e7e41dc26eed8ab8b543e672d8338b1be52dca8dea4a2523836a39eb905b7c95339567306eedc8f54c3034fabd490bd3a260719666c20174501c376cb6cd995ff8af32e25eede43462c78ac2c99aad6b60f5e7e718e58694b4664a7244167eb657838e416eee841cf55303624edd2836fac09047bae1593b9c03cd60de87bb5c57e87a9d2eeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeeeef1dffe3c9a39320495908142fa164c8c578313911d81e2f4592010f2a1e9beefb0a14027c4468401f6f4aaa35eef24df6f630f1d8a0cc5a31bde66a0dcf3aeeff54462875748548a50e2485442aaead5235bf998a77030850b291029a0669ef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef07a35ff60ab514be5ee8c0bd7dd60f3d1ba8034a019d1c5f340d7c0147b0baef0bf6a413a0c8a312d9d84a402530572d901e88152ddd5d2200d500a2229443ef0e1a9c48170b997560e94145406f980f17b806762db166fa8af4d2a221b97eef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef14278035306824e46994e926415b718f8565622da344a3c9f698ed877055abef16ec4c9b1e33d39202aad2a34b4b579efb35f5485543a76142e43413ba1342ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef2276385e38e2b80847ba8d0a0755ab6f1dc7707cc8e66130ecbb2a41721f8def2e2aa5e2213afa1d0d7b8dda971cc4e04e85b56ed114f23910e096b41bf4d1ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef4614961708304fb3decab880f387caaa548dbb33ebb978a6b585b1c200cbf6ef4718677078320bbf483a1dc6409a4de949d9a070dfbcba008d970f404ce668ef48735b6cae0571201b0bcf350d2814df1640f5a12f973c38c06d75a395e39eef514ffb7cced25027448d7e0edc6675b0c618fb2cc7cdbf5047476e9058e90def5fb06c07f11735a77eb251e3f4eca903a25a37a8d8ac85614e5a023d78378fef64fdd351bc9cc32a0685fafe65199fae10c90609bfbaf7a31cc9af7e625074ef662bb83c2c23b3555e4871de640e80d6744bd854c202c63fe8b0509416bf96ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79ef87d3cb563118764b9aa851a8c6e8150ddeaec211f2b2ec88242f75b228c66def88e575f5e44a7f7332a236aeb250a6ecf85881106879268106f638993c3daeef8e91924ca387bffddafdf453c4d5c753f406f57568b90b11d2ec38a3c05635ef97fa0668e59fd786e2f1881131e3f9f7308c0b25df6135620720d94e9a270cefadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efaff8b329a77a47835de91299ebcac12e3f86db37fd7a3c570c93d3fe654f2befba5512d6c9cf59dc39830e1b59240c22315e81ce3fff6c47c1bdfd69c7644defc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefca1738683d0ad29f60c20f3bbfe12472e0e2e34bba6bdfe2f87993848e6fe1efd70a2549670d84d3a9e8b17238cb60dfc2374198069344f886b62fdfd30da7efdf6122310b9c223ef5fd78b3086bb6377ffd3ae1245f151cc8f5002084b59aefe3bdbcc7cf226a34045be42d30b8660305f4aae257134d9d706ba99d539463efe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffefea7a6bc3467a5f51e9ab85b0db89139ff668cb4b58b5160056e759089b1720eff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682eff8bf8c045e10aeff6c6ee9318c90bbdd4e64300a8d7175a379df600b09b6e6f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00727863b38e27881a2d12a39abac5f4feb085bc59e2c7e2053d932826c82e8f00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f019faebcb960158faa3db2b03e2d1837913ddcb592f1c5858a30bb5ea84a62df01cb4b79a55e5b99d9cdc921b4909cadfc4a5b3715153ef99714f58da9f6cccf01d46ae928da87d4fd4d8ca65e7f9533e4b1b2af5bff5b9964631938c2b54e1f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02532bff0e48c393b2a395ee5814861309a56caf122d94fe7764ee77a3dcf8ef02730e0202b8d6929897c64e1aa1a14a7b725baa05dbf141862a44c30cb84e9f02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0312e24a556a32e64c7df6a31e2063bdface4bcc505a12c37e9bde229ffc7b5f037d730f57377a7e7554a2f63494c8614aeb36178b2ef898b36ea6fb2698035f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f05e1ac4117c155c8eefa2d9dad832d55f44397419725b4e6ac503d990f6db66f06734766edc928d421010dbe97bada3afc83a721c3eee7c8e34f829feb56103f06e90fe85bdc48a51be8aadf6a935d84f538c958fab668c815e549d6fe7c9b5f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f072a33035a086cabb21dbb7e8ad9bbd86644e052255631e8ff12cda0bf8adb0f09640c3ebf06ac771b020e2b1d640c291860b92817b61f930ef4a35cccae4baf096fe1700cd66b7fee64479f95954212da9fc3b2bdba4e983064b59f84d7abef09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0abec525fe03157e1fba91e22b66467d5d3072f0a7f5c7692643e49b58e575bf0c0223a4d29fb32d0c2cde7b5025fe2594b9bce4e4b255ba3b2786eb8219fdef0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0cc41669657205c34c33fa2be93b3bd66c1e4b0e33f51f309b1e251e3c03ac2f0d27880b3c4ba9612efbf822bbfd08c8e311131d95d35d3cf0d62b204621981f0d54513c3860f520e47d93524d83962bc4a83ffa7fc52e15bc5e91dd14c57a8f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0eaecf9d824d3df946ebf4aac92da14588b49fe8a3137ad121fb3e5c5086b26f0f0347f86aa166f228053f931b9ef56b1b578050180fc619938c435d1e64633f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f0fbb1a2159e7d228ff7bbd2efcd8aad25d64ccff54a7eb6fa2a1ac15e4086a4f0fdb50604d2b3cd17e4b8fbc8683e9450a4a085a6b1e74ddf94eec6814f642cf101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df108d9738f12bfa5222726560c642683a782ef8b757c20ac894c8cf1241392adf11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f120a96f9f6ad719068c152133dacf7d5978a4776270c186ef616c43cfa83489f122c07254c33499d05f757b3daa3717f39e5609ac9211035967af24ff3a959cf12b6e046ffeb765cf7d13b60b980d46380baf559c836b002c6933ed1ec4f010f13f2e5094fd91ec604d85a9e086464b5642a271d6c906ae59581e7d14812e48f14af6715b39771ee2de211700c37c6284b5896ef55193e6ed27699f134d8aebf15ef85e788c6b673573a2c2755d3cdbc4891f8a422818b79782c4d0496d49d9f16f3b0791a080f799dabbf7471be776a6540fc74684540be387fc1305e9b4b8f17397ead7ef9cae24870a6c1e6cf25979c9e45ba97703facae0357127f473c2f17ba40439aaf3cc0307c761ad99004976edddcd5c566dfe4e28d798ee33278ff17c2e8b6b91bc1a73e601856ed72fd8e4919b9b58667efb58998972ea5ba87ff1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f19d7b4bf5cc2e289ea21a93009fb9b7b83cf79a2172761d872b3d0b38f8b1abf1a30855c08cb2b40aae29b8e85443bfc209f8de27f6e439177313eb0f213290f1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010f1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1b990cec7aa08cd56da8fefaee702bfa821c24d64d4fa45862ebacc2c6e48a3f1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1d3f29bbe6464f489935e90230151d2921aecbe2371a65e99c693c84aed77e7f1d59c024c80840a6e81f54b85f2e4e4fd74a203fc87116f35286b7b9e5ceae1f1d89940e884fead93a4abb98746bc99e6d962265b242b8b930e25276fa7bb1ff1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f1f2057bac900d3edbad8b2c45aab459c0a84242a349bba4d293ad4b0b5090d8f1fff5d39f9fe3b15dc756ec1bb6c770e78dc5a0492a047d6d8e6f7e1276800ff203022f6ffbb7630b038164b34665f23ff48cd123fdbf9b01a3fc563c63171df20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f213edb4067f06f7f3e3572208ef97c366ef2331adffab457462fa906ae30111f216fbbcaec1185a5991529a68307d232a8967aff1493230c268b978441b96fdf21734299d025ceda46477167dda7f20ab9777ca0efe8cca009188473e281c2cf239d9e333dc038f11ae5f3b9396b81c47805f8fd7314df6c3cba3a1dfa6876df240d0873e13de206367a53b4e4f8fb1bb7148033e7636d4bdc6ad8353ca1379f2430e78f01bf25692ea6efdba7b9c4a0c96fd4873844c4a1d1d7d464d661850f2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f243a7aa9b0b8d6e4565a958c095b8d681fea7b0a902764bfb9af825ac85d77df2468c12477c625a071e45409980c3f252e8938984f079641bca28f59be00533f24853f39e6792bb55108939924726ed114b144757fc57b5d453655b6cf24e6af24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f2517a05f357d0e9ba1269cae649b4d446f40caf851c973d16cac44290ce29cdf25909260836a88df80be9a509ae3484b5b7e1bffacb2f403aa53effce079a4ef262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aaf271766f3cd459e79bcb58c6941a5d36eab2cc28c5926c31bb394a170a4cf2c7f276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf27742bced3b5c715c90388c4e950b2184e6fe2d9d58c5e20bf7fb21bdfc0a17f27b3986f000ce8d4aa42336a9d1612f2c6e9f35d0c4d5b8befea2e6f1b83c35f280d4ebf16b3d3794e32b79e167d0aa202da46a2f810d07a922e7bd045d3f1af289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2937eb93b834d3348c46ee10e189a00da7bb27a5fe8be3ba41697925228ddd3f2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2ae9df258866db757e18acb7f0c8ca54dbe9e1ea4bc4be5a574c85638c68ad9f2af01e169e18dc33838ff6ddd139692fd28155ee9bfc9365191d6f10c78788df2af187b4d28bd55058a5031c62cf8572a07d5723c146e7488be4a5a8b540a55f2bd96d06fe50097d752d8c3823dd758b211b0c7b5581c2edd43cbf31fd451e3f2c01dca6368bc8411d564f36300f4f54dfcc8b49f18f3b31ad7823ffdeb847df2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2c6de2edb82a8db2b93da647e1fd01c207c44a0b8fc6010f66077124ba9153df2d369559f58a7d39b93c7c7c146eed7fd8592f14f4465891f641f275bd0729af2e2b321e1b0d2cb6b1757c814902976f9076c33e062129b2fc8d3118c1c3593f2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ea4e6e890d8dbf58c376e0b0a60c1dc6d6a737cc6a88f2fac2488a6e551a72f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f2f11feb9464aee8d2c5f7456454f4730178c060cff17bd3afafe880e9198a8af2f4b8266395172d5175a021f65b57af88c0e6a8cff9b11c0a05a744580893f2f300a62e36b55cf648a0a2fe7854717b3eda67770e56d0bed732eec1d22736fcf317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df31f187300d3ea31a9791d357ad4e5c934ce4fa8c29a7c70c2174135a250eddbf3254d758c17d4e42395a867b1011ea15dae7a6ddca6b3f8893889d61ef275b8f32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f329f580ae241a6466dcf27093e2c87e80014d836a70038d147dfd2f57b6b70cf32e864d4d4f6406d2586ec175cd9d5590586fa109880c9b02c667d9cbd7ddfef333c1225876e10fe2a2e01e7b6a8647385a191d3ca3b0a4b7fdc14dee3c0fa7f336bdc1a5b4488fcdb1e2ad451aaef2ff6d3560184e50eab2d8df4f9eaba1f0f33b30b5cfa86c931420e86bc550404566f82f53057939fe9c4e82d41659a0c5f33d32674ef2920020937c9f47049136a95298564de3af0080788142b2bc5b77f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f34e1bf398f522c664f709a70042e5e4376f81d06101cbd15deafbbb4fe40822f3558b5fb35f1b28870054fce6c82be49651fd99fbe63e296d0af92b939cff81f3599d3736d51a4ee79aed6078d0d49e71c38073c69d7d3da08e014480c20f7df35b7679c026bdd5a6bc905a8878529d70560ba6a4082e6a34014f3d36b1b236f35d42e77b041e203424fecc2da005aa51d00a6c4fd5b709aea34a1f61bb4f60f35ea43c2165562d0de70537fab04c74425290d46010fe06c2721ded05fdda98f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f36f4cfbdebba55da43dd1464f3dd99d5374939bfd8edcd5afb1c9afe04b07e4f373f8c7e13373033d8e9ce9b8f8237114b3e915fbcb9e3c209749277226eafef375dcc56cb04df9ff89b34bf9e936eb2e2a9a3b568999db42ef4bcba0f44fbdf38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3880651443367fd556073a9139e1b5ec8a308e9b0fe475b4dd1b1e118397267f3896ab6bdc595cbc21e448c50165b72288f4f8f738f2fa0f2dd49d8a576e515f3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f39365734b59336af432ffc028d17b1af8c18fb19a2d0f90ed37cd0d5d95387ff39c4bb4c078fc2ceaec56bb375b14c67b0a7baba0657463e8348b9b670f9090f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ab8660733d6f55febbb68412bb2b3053990abc3fa5b357370b6396c87a9f09f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3ac9081427fb4ba28c8181c8d3fc0a4df180884905ddd4ec4f244a4dd84c27ef3aeadcbde6fa6e9615b996365ab551c19f53e54c8f5ddc3b8b77e3385eb243af3b29ebe4de316684d2b1051cb9531edd0ab101d67a163218cb7204c8e0aafecf3b7fd837ffbecb8760d3f76d67dbeb0087d2220be30032a7cee9fdd3bbb5a30f3b84aabede0c8d90be737c337ac36d8f10f574847e58459a08233036b50e3ecf3ba990f0ea252dad6577a3390819956fed92e83a301ce26510c9fefac19fba7f3c85681730c8414f2ca0e342910af51965092d47ffba42252f3ae742e86a5baf3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3e08afcd627d23920562227321ebf5deacb079d79b0be5461c9c243b37f2a41f3e2c2cfef74b0e2aedd6127ee5825013d04e642962ddd4570857e9e27ff7529f3e63eebd1f69bc60814861e658cb38aa5ff4882bb7d4fe56c9f779c1f936bf8f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f402f543b12d74da0ea55c35c1b43bd8d56c1e37b0f17329772485593f093da2f408cd7ff1f6aa317e24b4454dd1d710e410e7bbdf0da5ac4bffd5d0823921a4f40b4c88f497f8ce87ffae4e0e64b367cf67c95178f4b93ea09270428608c4baf40b85efb582ed9ec684e1af5e3b151951cfea992140bff023d541fac6c49259f40c7de6ab33b42aefca2614ecdb3fc317650ef78cff8a62122c423f73c7f0ddf4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff425ce1641045016f69cf3c770b719c72f2e70aa3b944a3e0204baa5ddeddbe2f4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf42d553b6f6c56d259040e20980fafe5f54f092f4b6d04f4662b998744fc0ad3f4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff44c088372ab3191b9c7fb1641cdb5cde724b745468a531e26478c6b80738cb6f4508c3c11bd73598dc6360f9fbc4f239c6c82ac419f2d2707c64704a2f9ef4df45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf455d4d354ed20e5d5f49504a8c92171a04ef8ec77d4cec81b45b4389757bd8ff45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f45fc8ca4b47849771e8ac69cab008fc2308ffed158ac7323f03278ea1753e69f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f467d5184bbe988a9a8bfdb775eaa33cc28019bf675a15bb0812a5d52a028831f469ccf9a9ce9e4d44646579b98a20e0196377d4aacc8052defc5e00210e3c66f46e8df41a8c69681998fee1465763cf61e56fa4176e7823f34fc62ac9319979f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f484b7a0c2695209b680859a450456045044169d68f4719bd51432c3b3216b20f48b4723276026cb0f81bdd66642c6e408210f8495db33608eb0c3e9aff2fb1cf491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4a30bc74ae3b0bfba9a6d5cce3c14df7a8747f7f2580946a6833c2721af23a9f4ad1dfebf9ffd2d4cd5c5c96e06a51340418f8d21ee0ef44099cff4da66fefdf4ad67a791210eda97058fc9aae7be6554d14b726a65b507859e7fae55f51e74f4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4bf5171a8dd6e34b0f18f92cc33c9a8ee9c2a2bde828d90cb68b1297dd6abfef4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf61f0db5041fc4940e7408e7a8408245a296b91405cbd1d45893e1a788c89f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4dc32c91323c56e1c0bf3495c12c462dade65fb90b98787c2cedcbb27ccdda2f4dd447b2c6bffa684d22c7a22c1119e27f5141948875785354a6540522fdb14f4ddee6b4baab672be618b5aaad2059db8501620d8203c1d716132a9a9c37bc5f4e0eecc80e053b82853f3c06f10d3845112b0294ca780cee9bbcc20b6b47224f4e8d891ef41aa545af4a052fcfab125f36ef4b3dc66fe5491585e431b95eefef4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f4f28d4e45caa5fe5952e4c653bc5453ffce3df1cc5135baecc5cbee078f36f5f4fa6885041c28ec0e4239bd55c0bf531dd72cc67fc66b491f774f4aa7979c73f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f512d544486c2ae65ab38f202f436d8070e3005dc2c7ab58509c5026174a6478f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf517daf7df0301fd04d599993b26802cb455903352970c942875859aa9b73a5ff519782358c9a13b4432104759512527ec4048f1a7857dc97cd43d2ecbb025d5f51c2948e0f3a78642e2340656b9cc8e5e8ecccafb009082a5bea643511eebfef5300ec0be4ad37633bc9838b21dba1316b5e6d40aa91e51f1e2e61ed666599af5320b254c6d29db1d67fbd3bf0363a973c54d2b3d17125697084213e1bbd02af534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf535703dd5bf1ca2561ad05f784652db12cb2f4d433158725b701c71bce78d39f544042f148ef52856ef7363f171226321f690169a6e5806c740929ebd8eac24f54d58a7580f509f32bde208286d820b9d7b9e302d3e884fed9b7bd23933145ff55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f55bafab33783e04099baf43c1f54d7010f8268cb3b647bfb9f3738d611890e2f56ab98d40a07f7d7e83cd317f06eb51a39fe84d9275adf0a48c43400a4609faf56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f56e81e5a95acef1418aebfa538b6bb1b8eeccc479f6382c3f7607eaf025f813f57900aeec6622912bf12d505addd90a29376b0a3de1b9cffba70f73dace6e57f579884338e1eec451e57e12e743db22dd097fa0ec16dd3b6bddcde252d87215f57b767828108da0a7a9c302fcfe1ff0444a2ae171625c5133b5c8dfd1a3b3dbf57f0907d27aaa5c1db5b66a8f67ee16a5f9ac9d18a9deeb1de3028f97169187f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf583fe514bb04c16590fbab41b36056ab287112e1280162a592fb6b40f973a56f593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3f594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5a848ea5c79ebd4362dc8efb8abb290e1b88d41698895aa33ac6428eede8b40f5bae1b50033ad3a5bf2fc8ce8cb76699e2f6562e7b2e0c63042bb666bdf09caf5bc6ac9f256da5d22eff0a2907a83ed9368f161a009b168752e447bb2fa2e94f5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f5f1ab2998ca4176d84541f7c85b3bc86760646d48d14d208da28250775fa4abf5f4fb86254b653e182c0f92e58a839608c70015402d28336f6e166a6e83d671f5f5cf1e0e8e4ca19e180c5e57f9a7c227e34732bccfd4b8d0c4129da18c0fd1f5f66777d33c1e2346e758266c5e42398ed813b4ed7d4611da0e739c91b51e6ef5f8a19aef5bf89ee070620960359d719a533758f0f19d629d3371a143c53e41f6058278d1d07114c7f59fba03e13620c1e2b9ff2e45b58e47062227014bfe0ff60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61389fe08bec4f8eede60e02edbbe48962cd17831f5c0f038713f964ce57d5df61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154cf61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f61c3266a985ea1a5af42cb0942574e4552cb50d38e7aaa072a5855113d4de46f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f6279ae18bd9a28001a225a9e1484ae5ee58e4a281d7607836194a2698e6a2dbf62c5c4c4d2176d1acd1a00d4e9a173fd85f701324ab92d180127e0223d90c30f633c63fcb65c06b109a09619c78372b41bc820d8f8009f1b245ec1d319f4460f636bb92bad43402c4a0bdf5e65f577cc0714204c7aec6012bb8b5c9aee3dc3af637702f02e82b1aadd67ab082aa13da163a4df44b839e70a783d46fa42a41bef64e79394d629f4c0ea22cab0d2cbe154e4063b76d9464a1bc691cb31479e06ef65304012f8ffe0c13d16c9a81a34c75bab96dff6c47050c0f012a44a8eca855f654da8ccc84ca9f5b77aebec1549979369b99313f2270f71d16b94cddd7c82cf656a57b3bbf24d299506e81ca36dae8168d3b12e4bca2500bae7f425cf8cf2ff66220273e37c1647f28bafb862d38e82efae751c44d79918c7f9cfea48de815f667e89947bad51172060eadb80277f0263307d8bca1ba78764a413720b179f1f67376ef6f92ab045fe2eef96adc48f8c12aa5f74257b559b1102436d660a6b4f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6799bde609102ab0a1227017572028d1911c572e74f5ae2a6de08711bd0c64ff6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff684f795a29536c5117b5c42a2c499dfd3e5e519014c34a40dea4cdeeeaa8a7af688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f68d6219ec911bb6084f27e13f1daf870cabd4bd40fd0b3d7cabffb9c641d664f6a26a97e10c193e82d7ad4ec62c742cda00d083ed901e05e4aa22634f8f2d03f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6cb60ab7647f532dda78495c159b7eb7a551bd918cb4349ae1286a783ecc546f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f6e3e7ed8736050881f462179acf5278f147f35d33f4a49f4a9c6830ce79a717f6ec87d4201ef71226608b036ebba6033b5216b5b390f5843d68daa8b09c292df7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf708b307da047e82d52b55cff1e969c1e2d7f24d2178ef3c9218387eff4729adf70cfd0d8343d6fb8f5a4ffdd8fd153840823b0e953666869e85fc55b88fc234f718b81bf91987d6c3c6add47bb84a8a3c236dbcce7ed95332b3a55e35937ac0f71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f734603c4ada39af39f72202ec6ac201d917d5e7fdb91b27bdf7554924044e7cf735cf66078e96235287fff44d7b6fe9e1306547d765d4ba7f291c3899589d95f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f73e91d5f7150aaeae4d325c806c59df8c9fb9c368d7f1d9c9dee166d0f258c3f7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21f747677d1aabcd817841ba706c48e73448904df32693e2c9a57c92960e0f3b93f74a8b25f6b69714a034159de3ac98665656196bd2123d9965abba8d75a97857f7524dad5dd6e04eda8ac695650a7d2aa8ad007823409fdf5f63d973863c1fb6f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f773f90a7824a6091a8b7e4ad50edb69ec7691c56fda81132006cb44662680baf780c8a357426da4d7ffc2f8b717c8ca8808dd8029a7b7dc3bfafdb14567698af792150a15db839d2d21b837fd9f8bbe0d643ede6638336328713997cb1a1c29f796b5f45599c540fd71f0871be25afb981ad2e0e3d7378c8fc2e001ebf14249f79ded3829fc07167d7e790996e9c2aa52881cf9c94896b992f65a69f8626c01f7a0f5f1c8026d947531997f945d455eb0d05a5fd17ce96ce3229385e40971eef7a271bceee7d1b0a3b6c9a7d3bf6c704bf23920d55eac13b4032f7482cc342cf7bda3eef4f4bfdf4dc7761d37fe8b6aee5ea1dfd55f04ab393ce9a01404ce81f7c1b29d9c8baf070e7f9e340b875112752093f053c0a7a3a570e16e496b2feff7d248c9d768db2882ead45f2be2381870ec6b56c563c4d7e0ed2bf82ed79877f7d7da2b0e2afae3b995ae5368e93ec637ca771e270ba8c346957f4b1217809cf7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7e65dd85814637a3eb79ccaf9b829d453f2880b853d27b950ca505a2d96595ef7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf803a65076fe2927f6acb42dab66375a032060b00e7450b936cde1c3b6f681b1f805f32e88fb73b70f460752c28770e296c741f8542e8e2c459dab48fb11514cf8089a760ae54e1782e14ff9c6de5f12316628f9ccaf8974626acb411ce0b80ef82c377189f83e6427f995b789ba12407fb2044078c4c2b09445bd5d011f7c06f82e8020e1eab4416aef1aab4dd6c3f630d4c7a5db00bca35075268c574190adf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8370fddcc5fb8095535e74df79cb0fcb0ac1d185896ffc57c4c18b965752e33f839bf9ea8422a22071d0b99df9d097a490fa7c461c954f1d3e9f565f0096cf2f83a22f78d78b2f26f1a9c4ffd48ac8b3118bbd63a631313cf9bb7f3b9b60a5bf8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f84ac310d633c3d11d6d5a15a4e4323aafef8d64b45cab365f87d58787632a34f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f85471c7d04f29c15a7c7929711f8ab6e74a58158e933c94d817350fa3070763f85ddfef9423161fef4d6080c45afc69f4753f84fbed5fc859aef5b30e6464b6f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f86779dd26c4b612256cd2a726da753cc19328c9c47b28984f259a3a45702ff6f86b8341cfbbb6f9e607c5be4e9006b345286ef4e5d7101022450b96028e0a06f874259e494d881c418a923fe81683c2ab16ab5089c12c5db6f7f8e9230b4b64f8809f5de470172c0be1b47c5bec27b3f051a881f5c3d3030fa30c7c2e7b449ff8909c5a70dc94d8028c2d923c1fdc05ab47d5ddddc8993be06663188716e182f893227fd3d9e330b7273ba2f09061fd41c522f326014d0f9ed454829ed4008df896db25f6e60cb79bcd7d3a0cacd8c788c28afb61cffa0be4efb2681162cb1af896e592589d20b7b98bf70869fef37619fc3718a1fb348caac0cda8cf6c5bb8f897e33e1dc07bcdd4216587d8f088d909585abb4952a112543527835f9d0466f89d0942969129e541644f4fcec0b74dc929accc571bfdb567c08540bb160069f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8aae32b55b1edb213663b5000f26ffa1499bc598a2e1606b8fd1de0f3a31e9df8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8bc67ec13caf0f8f122564f3c318cf3707ecb293b3f68c47a3c938ae84a7a61f8c89936b8eee2ea907d9f68cfb4fee8ba05fd9b6112e55bfebde4565bc6ed59f8d895ebbdcf1d576cac3a87e7b8be273fedffe4a93cf20a129b2858dcb03676f8d8de3ba2a094523c2b91414bd9bfd8eabe0ea13ca988cd5105badca83cd702f8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e6a1c7c19f4ebda2e97a3de4407ee563ed5b9c05f3dc6f96c687581dc66fb1f8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8ec00cba18a3e2d81a5029122abe144c57c153520dc2c0cbbc57dc709078861f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f8ee4c78a3cd1057865303e80d28a60f4c9dc1ae578dfd876e3f2cad2f7ade00f8f04b77f56ce351a2d332f2fb5ccc4e72ec0ab372427385abf67e66937fcd61f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f9085ef6d402ed800b91eb4d09c13a99adf8bb3c717f469ba8ed96ffc75f1a71f90f63d7661af662ec3d0ac7472a51b681c744fc9164483ffe76924da6910297f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f91bb20fe1d63632acdac65aea2983590aacf0d635826edff3a81ad2379f4450f9240904fed31038465c2703dd4170cf307dc9aead27fb1013d23ba83514ceabf93c8567ea024efce74d67ac4aa4059c079322bf7e64f7789ff7c888c1f1deb8f93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031df93fbb1dbe38ffe3154016eedd3070ddef8a77a6acf9940e79d4e99f776a9de6f94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9473e70fbe3d1b9fae15702fe83e7c3e9359a0477f599c44fce45cdccbeb66df9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f948f00ad72c1521439babd39b2faa533f8d9d4087e7ed5c6ef799c50e46f835f94ddc7aba0d599b7be6540d53a5e9ed919c86db1cf2925eff42c31b944d9cb5f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf95f7232d81dd3ab0e2fdabd78c7433694794673ff6f1c51d76705cd20bc74b2f95ff2c4d41626bbd8f75c55d8b560492d8fa235f487b2ab8353acaa27a281f2f9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf96d6485bca795e16ece6e1f75056e94705530206cbde036ada4975a16699a52f977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f97eaa3773293cf0153568984fc1baef54cd4de8261f9b3e9cbe6d3258195eeff98261260b988ccba9899a11f5270d8dfeb2fc115611d955ec47cb38a92076d1f9867b29124cbe26f3a8788a177e40efe07dab1b37402a9aae59473b733e5f49f9887f828e86b839b3d1517d75d611ce10e75c24701071f9a0b5d04521e0f077f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9aa6b424084f77db16992c288b3efb6a77006b5b338e8ae2e55f5fa89336449f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9af09f5bff8372264f1b0feaf75bf2cfa4945526c5cae9f85be49d01be3bc78f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9c26f3a9e0d028d6bcaaa163765ab4cf61885dfb8e1394001c1db7a70540af9f9c5cfc2c4ce832cc8220777f32cfafa4cbb20526a0012e10ba6294db36fec97f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9ce96a09447b17cc96c12852a6fea445a7a162b54a5647c5b7961f58654fd4bf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9d84b1046382699a8e7b6f8fc2447386896cbc072da16c3f2d0cece21c477a4f9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9e7b007d7a3b55a5bd239bf47d714eabb25e5eca7f0a8335bae01a1e6d29a92f9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661f9ff5e3eddc456d1560163b7ec68a2c14b62d0fa3c33db7b334af1749ab49d0dfa00662d38c8ea5f16210e849ac1d3837487c4184f4c66574f5fe91359a380a8fa02a787ecb5f54e90b8bd053ed21ea1c3b8553639e8a3f2a9c01024381e588afa05e046161d4350d6cee72d0a3a3df7931f99bdea82f251515e0f04fbfebc30fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa12720e9d3a5f2ce110051675d5271b7dcb5d52ccfb0ea7e1fa0e608aa7489efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa1ab660f960dc0a26a54ff3131de96dcbd647fb651fbd89503c9d178867c90cfa25017028423a1153512943511babee7dfeee0f79330bcb8e814c971511fb75fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa369c5aa0263cd702d1a1772e1565c140c04eb5fc43dd170082a4923dbe2f18fa36a921316f41750fe0f8456f8fb7db4677c8390a3400af5c25774ddb0da767fa37bb925c25479738252a27cc27eaf532d63fc342449d4578651f6cb23f34cdfa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa3f0aef17ae86b321423506b5b13be680e17f15ae1031ab503a239258dbeb83fa429c473d16901756bd4386b12cf050b56c7507f8c82890b52b7bd28f946171fa47d4204e4fc12c79383b7254053ad15e10b8349655be6d3e0a1ef6bd283c87fa4b6584b3fad42315a5bf706aac6d9d8e3d064e2b41f4ca72c309f1293ba846fa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa52054f4af889f3539903e1671b42b46f776a55d36217e4f6257817e5b3919efa52da8b6e6f0c0d4d7da0b6cb2eb2bb0efab521048079ad38d899cc552fead3fa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa6863db9daee77393b3a48bda5a32c82057d11279fd92922a0940fbe8e835bffa69f012a1a74430643f1c109ccf9b4c8372e74339d7e7d9dc07a6e86deaaf26fa6fb0b3f07d885c872f7351ab7ee8797eaeb3d4ca75d49f05770761a8de6e3cfa7024f3a781095bcd32fc65256ab0f255e34db68be22a2e183d81d48d3a636bfa75a79d95b9125902141cb6dc4b563b6cad8d527e98af379db5b6de3c88b8d0fa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35cfa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfa805d791f98fe3ce4cd6f703d7436409ef36e269a25b5c2a7fb52a26a6600cefa80c737e3e81b0fc41d9837f199db422bb00e57f5d72b57c851e0297e1749a6fa854ca86b99b3c854918e9695bd48b5afec2a11c63a392e89429b65d2c6a2b8fa871946b951b0cefb51d0fbc43458d5788ada26ea246c13488ddff9d46b64d8fa8d3e5b29e0ca1c83fed8b7e5669aceacb60f833402404c84319cd3fe202fd7fa9482764e4ac8330a9c2e1d5f4c45f950405506c3a27497cf5f2ea6a2479c6ffa9ccf2576a2d743b1154618fc11325440ac150c4e6d61b50c0862203a7a6661fa9d5dccf3e4b6a45e42b11215acf17500a7246222312c0911e348701209a633fa9eb5f53aa3582bbd9ae8844f32a11819ed8413a33e6470a26ddd9e1a27d472faa1fa9900dc4c3d1f44dd21440526dc0cc1c7b9db09b65c2cc75e8882783594faa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfaa73e9178d879803822cb6cda197190ef4e215fbd0dd182d3103e9f10f33366fab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfac4828604425eedf21ac479127ab1b2398702e8025076dfa925ad9e891f752ffac7d4de37070cbd5b264a90a939ea02011ca82a6f893971e63f44b1e6e3dc0ffad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffae6e60009e041219c8bcc05a9cac44fa0dd55fb486d99e121e6e6a34581cc3dfaea754dfc1cf3d98d8b8b4f19e34930787b4df0791b9d520db47ebbae53b2eefaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06fafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb13dfa91c9ab94f0cde380fb5f283d18c2bc3ee6f505fdda24f7f616490c1a7fb14af3accb6264520880b0040d8bcb76bc55002039909f36e32521398490fd7fb1602a8f20d0638df33b2ca757d21205531e3faeb8fcf195c336a51beb10849fb17c3401de6602cc448cdd9d0716d03a9feede66af08a58197a6e9892b12d50fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb24fbd765f08b2002f32ee4708e7a66f3dda9ada08fad226c1b3f68e7d75b46fb2ac39c688c032306c76e08204c18c364d24bde14a0032506826ea98df1b713fb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb30e80cec281d8e55f7adde95ca4d2100a6dbd79e8fafa6cf549e8dd7c5be64fb389e2868e501b05d107389782238ce707039592453482ca8908e8307698e77fb3adfde811d11cb696eb67cac176ae9bb363bba579fbefbd44686b4b54798a3fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb555c92e9d838f1aad821d21292caebccd2aa1e81743580945f5ac0fdf3ada2fb56ae9cdb751ea23fbb258e78af58abcd65fea6ec79f239609241976375a952fb57efb54a0b9a79bd268f838aa3b513603c70618dc6c950af639f60bfb3391ffb5800154d876fef0395444f3d0368d957b9fb0020e13724f7ddea97f452b854fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb72c68ac278d2412b41f119f4a57f6ce0930fd3b161e4c8672ed9125f6e5ae3fb74d8d654cf1550a725490fbe431ff58ba3319ebad48733ae943c3b3a4fb40efb8ee19de9da197961c48a08e1ee32dda6f577caa9c406f07116f42c88fdce7bfb8f978db4f16e3c527130cd9e97f6f95afa3b6b98e7412ceedd4c2780719e9efb99a020484039c4b5c24d9dfcf363eaf7e980314beda392cdb73b6aefe98bf2fba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbae2ddae1a85c7e9c4545c3dafd7041622ae59abdb4caf7f4733334d5e08206fbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb41fea63826f2a5d98bdaff9a95ac962982f3ccb7cb7311e9be182eb028e05fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbb9bf0f038e23a30dd01e46315fd2a2279e537a1ca73c16c20b4a38ab40dd62fbbcc86485874ebb52fd59baeedc701fe561378b2007f736d9c072106d729ef6fbbd3a3d6abba42eec72f3790e05199b7ea7182f6c75b7346ca68f912dba763efbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7ccfbccb8d64123c4810a778461a83fcbd83e828277c67b8ece541d83b613d95575fbd8d5c418b6c9d17ab97b8263f2657897e222a420b7338cd107672328f1e4f7fbde28c75709c472339ceb87fb6eccfa74fc965bcb074524a692e8b8986dda99fbdfe379fa929f2f985f2cee35f183565ec12c7e3c06461b5842b594ba567603fbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afbf75336e00a40358790188ce2f550da1e53d23776c3dba4f81467045041168ffc00da03fae8abea975d49ca928f7c2aa885f4777ea05e2c176a2ec4434aa933fc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc162a7f9154c10ef50c5ccb19221f23c890c7647188ca25aea8c98fec02c1f6fc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc21004b0e693573a3c21363a0c2951123ea4b5e305554f86f68fd8187840991fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc2e7f7d7c648d20b4b6b270120cb908b37bbfa79eba307c0b20f69c6eb6ae03fc36803beb2168e45f03beb4ea4f65388df87ce049ca395679cf3beff4e547d7fc3dad05a33cdde1fe65697cce4dfb05715a5d565b5d1c26492d71392967b930fc49b6f25283e26834daae16e6a649e8e11dce4fc4a8cf0b0cb03ff7ea63574efc5325fc8d0cec11fbfb6627f00a8f2ca13877d00eabba7846d0b6212627e10ffc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc5eacd571504374965a03bc79950d8b96c5c1a83c71776c2596aa37b63dd059fc5f12b329907053d53f14c638f27d7733cc024210e54ef51af19ed495a6775efc6957ec121b40c71a5fe0ccd3fa100d6088427660afd80bbc105770bfbc3517fc701c0fd08ef58228ec57995cded9d9098963e93336a700f4eab027f866c81ffc7279fce43948f824c5c4aaecccdf35304b353a27f2c48ac624f4dcd4ba9f9afc7e7d8fcaf0b1dbbd15144005d696228c058da49ea04a6634a42a5777ebb8bafc8788a48fe600fbc6e3bcb868a69d185fb6ef5c4e77e8967dc17f0a856ddc22fc8e1983f0ab7bf003aa5abf3e84316b7c7c917d50b5ad9f43ae0e54438ba041fc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4fc9d7851514c398201adf46f196dd1a0e275dc75bbd41c9beff735f22ec0a271fca02aac200e0a1cf57a759fa5cf5f422e70104f519f61ea54dd233a43677adbfca211c26f3b7e5d08d762e6acfc5ef4f903529c3cf56c24a1d399b3bd31ec36fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfca709fc95392e71cb9692a59ed721cbbde8eb5594d329d557d76c37834a3a5dfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcb7ac0b5d9c534366648e1273fd92ed267b8cd9f24d4c41c0a937468e509e4cfcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc682ad22203b2d905afb9059d18f20e394db9a9bd68d86962c298c9eb1d485fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd7bba26959bbaf66240fd6f1051a83d3fe6ad8a4bd42971bc5799e778080a1fcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fcd96e392be7d63ab0d557035940a0e0728d5cb96fe33d399ffd27264f61bbb4fcde280150122b70aef5551fc217afc6baba631825fde25525016fe55672747dfce416bf9ae06b2a771abead1c580dcc628deba4c8c825b0e2efd872f9696b1afcec07682272c06460ed5bf0e1976e09cb7410ac1fa45745d81a729af2a1b07efcedb26352a6fe1870dcd4dd217bc5e7dbb5e88cb8a00af2ab0abec4f374f12efceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fcef886389cafbaf0827e91770ecf16b47786f243d3027fb7fb14f7faee6bb7efcf816f3abd1ed006bfba487fdf3c44ab388bd1a59c45b0ce9a4bd5caa4b3a49fcf8df28551900ceda65a3cda738f20126d23a1709f3e3bcb81c1a426761e4fcfcfb9b91a9e2fab1aa7a3c6bf85d1f4b699ec59dd4f1411142522a36e9967ff2fd02466785ed2c3c0ad82d94b14ad8e46c55c04df07325f259d1c29f27f0b054fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd077e0ad9e12c867d50b37f757c0199e2ff852b8c0db13b6ba6e0d8bb2f47befd0b5caf23ca5886cbe6e7914f8562dcd63c1c03299177782611d885b9ac0b7cfd167423baa12a153cc10c762b37551b5a5e1b9dbff00f35b93e779b3cd46550fd1769b27a20889e609f6490bcc4245736ccac584e926cb601183e2b38de9684fd2379a918b6f2004b6c78be3d31aa0046702bc146fab191a67ae7a07ce34652fd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd25d8c2067e047f77bffeb8eac428fa804333214c065c12dace2f39c9298f4afd2c7ba8ba6d23b7094c34f878fd5f97108b25f4f404c98cc21e35fc6d025f58fd2d3cddb57e9cdfd228e38248d6366c504c026ead4d994279e3e57fae1e12aefd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3ba2c4f87cb86811fc5904b5bde7af43734138c1189d3364a331780c8bfa93fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd417002931a5cbda2e18f3f688de738b0aaf380518bc80b24966431faeccb8cfd4611821491ff409d43ec94af8d3c78de2cc2aae5b9b51c5e70f36c593e5791fd4682a837e13abe7139c547b7ae69095b42f3d5ce56b7f85b55cc1ef0c4ba27fd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4989e3e32443d92375bcbd4fc33b5dde24b86467d936332a20b7111ff12a7bfd4a22043a8491a872e9506efb8da6bd6f5282c26e2b35942d86520aaf711f79fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd5b05e1ac13ebdbe42096f1d6c41b6cec2df90500dc253b150b031ee6779097fd60a6b73d0adbe0b35e053b9885def1481cbc6799ea890752859bb9d8e5ed32fd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd73ba2d389623b263c11c3c002fba6e5c38df94a797ac93ae850f0d509d9a6dfd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd81f47d060db26b1fb91f5a8b56d74b8db078ce1701b79fdaa801dfd0af7e3ffd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9a1d7b3158712253cddc53c110efdeea7709c8c2faa0fcfa34e6cd703ca2b0fd9a9443ceb2c2028ce7dd0eea6cd72443e2cdd2be595f47908725cc97411192fd9b7967e1e9056c5dbdcb32d37e1db8b302af921eb474a1b586dbe0521c7380fd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fda8a4bd5673a9ce798e661928b09d9e9847ea38e9684d92b4f9e11a8a6aae86fdae47d0ddeb325c92d53103ccc3a325b510991396eba9f56a8bc8c545b45e9cfdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfdb5f55448100e5f73a383bdfb9c3d4b626e328ca212604d59440bc5a972b9affdbe9397ed03574465a5c021da5f8b16d7920716a9abdeb255e48601d7cb715bfdc67ec42304f62b8209e92c66fbaff0e8a4cb0d7c85f3088d93d0d3485dde94fdd6c898a5c4088c3f187574c0480bd5dcda4ee4cb0b582a0a4f0dbd94afbe3ffddb013dffb20afcb8284e48bee41cd6d7013d1b486df36abbbae1dbb0d29577fddd9d9683995ac9a5368b966d961267480e3c6d969b0eaa8d62e89bf1d96d5efdddc6ee66e128a8f168afcef86a51355c7ae48a1010c88b82576dff3ed90f07fde176f650425372b14ae5b82d33e0c7cfc20351a95b8ebf7d0bab58357dcf63fde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fde95b8d484460e15df0c40c10ca9f58e9763f705fe9eddfede987a3fc9f219dfdecbc219f0fa8760fb7a391a0071bcc47379088d8dcb9aea3b9d3830b56dbb1fdef86f0ec94ebc9984f5cb2054cfcb3801d4659d5e397d1b21bf2ba58f94caafdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fdf689b43647d53c87615e2827e7feee269169ac9c2c6bed50019428ffc3e7b6fdf947c98e05d66b8bb62606e4d834a9a15503baeea9659ae7773e0d1e7e46c7fdfd9acbfc850defb092c9a40d1f55f1d5bcc205bba70d8dc7a00850ef0b13c5fe06dc23126251bc7bce9f58b980ff512c2db5226b7d61ebabaa12a18ff48af7fe09e21110e050009dcd08339c4d736ceb2fa11d29c8fa9d50cabb973db7105dfe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe3b7bd69738387db9efb9c8150db07c03d2d1abc65ee7851e87c340460e6a05fe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96cfe497529e05d0c686aac2cf7b744d85772f4e245c30fcad5617a0ff1307a8b9cfe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe61299bd0cf336852df0d47a8fe42b4d04d3370ea5f7e71ae9f82a0e96f3812fe692784de21bbb7a7f747381015f187f8a1a3ee3c559f2950324affb8cf5b51fe70193937fd08462027a13ed54f0e4d71853dca2c0eba60e80105c6f4101abffe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7581a20370294ebd8ac2ae0e126df9e95520dc3070d31833ca0601cc5476fbfe778c0ff7396e5c2623962cc014405e70427342d23af3db7414185132721ef6fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe86994c77fbf23a9b62e91da4445e4aa2ca3cf718a1ba8623106c562042bb3cfe8ffe26de62f442e7ada2e330b739ff5a2ff57cf47f31b8e6f70f9070a61087fe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548fea6a5e83af87a89bfaf191d1ac0eca34ee25c033625da11275e0a5f2d01b057feae4edf769be65239130b381f04714b6e3cf74a7b625a7f5d5829dc15833850feb1e5e7026066dc9afb1864147846227fb3041a382259e7375ef00aa88d680cfeb73871339b5b4ef197a4d9d6e9664776d18321eb450f63a4ed16fb370fb6a9febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febe57b4d45e494004f48c5511fae4ce18e048fa9da450b78dcdf23f46612cb2febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fecb57ff4ffdbbb5b079e7f5c195a0a4a185c90d9d11b31b8f1292e976dba510fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfeed64ee8d755e3f83723dddc895021ce1f945821b90ea6f0901929012326c68fef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fef635f8b11fc2cf4b07f2fac1bd29161d603001550964fa8d739f94cdb31d54fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aefefe69ee6fcd2013c0385fc13176e262cc85f54072e0832910aa792d0093b6aaff00fdeaa90a8eedd42245891b91cae920edc0c273a3ba8638f5d182959b065cff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff067890a731ad7be048b67651eb0700f1601c65f810b35f45bf4c7c624e5446ff0a8099d5eb2b9f8537a69c67766e4bebf477f3752582ff62f27626bcc428f0ff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff27a97dd681cae13297d4e50f3ace653c44ddc1806ac9d2941bc04ecfbc0ff4ff295f94d2cd20900f442ead3d530e92c545a15da484376106c62aa6199f8b48ff340f52e39004fc8e1e5dad062c7ddd00ae8a9e6d0feea5dd45b93a8cb621f1ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff3dd0833055e35f1642c225818acca2cc7d0223fd83e7b0dad38039d8dd66d3ff3e93f9452e89e66075f163668f68d3394fc2a9c7e31049befc01b828f5eae4ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff489a2e5bffa667cc8098d98deed273da72592a5268273fd544a9ae63afbf1cff49664c4fb6dde5479cd086e614a8f22743616fd4668b8a5afb3de3d7c67a33ff4b9afc1412ca92a42f18dd80476ba2797df8adefdad1b0c4d5c9e5001d2a33ff4e66143862a30157fea524fb291438a931fae299a0ee590d87fadc962d47daff4f0f1a61f56a922e92567e8b2361613bdd90cadf83748ddfa410f09e3aa864ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff5b326ba0c4f9eab847b83e2d3830b84df584b272622adfa599f7f3562e51caff63f96fd7ccc6800fb6d91b7f3578647fff93c0551d2e9dfb1913a127deddc0ff6576ada0cdf103b254caa4b90d9b765b7ca5207e3ef17829e0577057ea61a0ff85869736e242e5177d28d28b04ca799c708888e122bbff63e7277272b14634ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ff97d5293d2b3fa4f5f9032bfdf0b669fb8d89a5f22fe24cc9efd22e185a9a0bffa87345a84dd87d6148fe061782814b3ea63c1d2375e5ddd7a107746567b1c2ffab7e8c80c52a7d911a189df25862484dedd41a9cdb56a68dda81db04d4bed7ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc3cfadc4955c1248a224f881a55ed0622fd8eaa20606b8e4ddaca2ee1b5649ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffcbe2fab68fb80c72cd0dc7cc88d90d8b0e3bd14aac558ccb91102d1df35c42ffd1e5d29f14c171d376402c2043a831ed3414eb2d8ef99ec77a642cb350f4bfffd5aa053d6292dfd9ec145dd15464cbbbd986dcde25d9c68f36942fbdcb71eeffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018ffe5c6ae3aad51e2b76c0e4f210055d181c8311cf3f434ede9e82554bd69a318fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7d71cb415ed27c0500, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('currentCronKey', 0x313737323537393739342c6266333863316631353733366538613165373563333135336461656563383761, 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313737323534303835343b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a373230383b733a373a227072656d69756d223b693a373233343b733a393a22626c61636b6c697374223b693a31323432313b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313737323435323830303b733a313a2263223b693a31303438303630333b7d693a313b613a323a7b733a313a2274223b693a313737323435363430303b733a313a2263223b693a31303631313439383b7d693a323b613a323a7b733a313a2274223b693a313737323436303030303b733a313a2263223b693a31313337353234303b7d693a333b613a323a7b733a313a2274223b693a313737323436333630303b733a313a2263223b693a31313435373030363b7d693a343b613a323a7b733a313a2274223b693a313737323436373230303b733a313a2263223b693a31303839313136363b7d693a353b613a323a7b733a313a2274223b693a313737323437303830303b733a313a2263223b693a393832393833353b7d693a363b613a323a7b733a313a2274223b693a313737323437343430303b733a313a2263223b693a393838303034343b7d693a373b613a323a7b733a313a2274223b693a313737323437383030303b733a313a2263223b693a393433303938303b7d693a383b613a323a7b733a313a2274223b693a313737323438313630303b733a313a2263223b693a393739303734333b7d693a393b613a323a7b733a313a2274223b693a313737323438353230303b733a313a2263223b693a393632313530373b7d693a31303b613a323a7b733a313a2274223b693a313737323438383830303b733a313a2263223b693a393735353735333b7d693a31313b613a323a7b733a313a2274223b693a313737323439323430303b733a313a2263223b693a393836393039363b7d693a31323b613a323a7b733a313a2274223b693a313737323439363030303b733a313a2263223b693a393934303836323b7d693a31333b613a323a7b733a313a2274223b693a313737323439393630303b733a313a2263223b693a393735303937303b7d693a31343b613a323a7b733a313a2274223b693a313737323530333230303b733a313a2263223b693a393835363130333b7d693a31353b613a323a7b733a313a2274223b693a313737323530363830303b733a313a2263223b693a393635343039353b7d693a31363b613a323a7b733a313a2274223b693a313737323531303430303b733a313a2263223b693a393634313437393b7d693a31373b613a323a7b733a313a2274223b693a313737323531343030303b733a313a2263223b693a393934373638333b7d693a31383b613a323a7b733a313a2274223b693a313737323531373630303b733a313a2263223b693a31303132373733323b7d693a31393b613a323a7b733a313a2274223b693a313737323532313230303b733a313a2263223b693a373532333732353b7d693a32303b613a323a7b733a313a2274223b693a313737323532343830303b733a313a2263223b693a373132323839333b7d693a32313b613a323a7b733a313a2274223b693a313737323532383430303b733a313a2263223b693a373235383736363b7d693a32323b613a323a7b733a313a2274223b693a313737323533323030303b733a313a2263223b693a373138363332333b7d693a32333b613a323a7b733a313a2274223b693a313737323533353630303b733a313a2263223b693a373238363439363b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313737313839313230303b733a313a2263223b693a3232323436353637303b7d693a313b613a323a7b733a313a2274223b693a313737313937373630303b733a313a2263223b693a3138383839343732313b7d693a323b613a323a7b733a313a2274223b693a313737323036343030303b733a313a2263223b693a3232333630303434343b7d693a333b613a323a7b733a313a2274223b693a313737323135303430303b733a313a2263223b693a3237393037363138313b7d693a343b613a323a7b733a313a2274223b693a313737323233363830303b733a313a2263223b693a3233343437353634393b7d693a353b613a323a7b733a313a2274223b693a313737323332333230303b733a313a2263223b693a3231383633363638373b7d693a363b613a323a7b733a313a2274223b693a313737323430393630303b733a313a2263223b693a3232393436353735393b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313736393930343030303b733a313a2263223b693a3137303131383737323b7d693a313b613a323a7b733a313a2274223b693a313736393939303430303b733a313a2263223b693a3136333333333938323b7d693a323b613a323a7b733a313a2274223b693a313737303037363830303b733a313a2263223b693a3134363738333838373b7d693a333b613a323a7b733a313a2274223b693a313737303136333230303b733a313a2263223b693a3133383038363938393b7d693a343b613a323a7b733a313a2274223b693a313737303234393630303b733a313a2263223b693a3137333331383938313b7d693a353b613a323a7b733a313a2274223b693a313737303333363030303b733a313a2263223b693a3139313539373039353b7d693a363b613a323a7b733a313a2274223b693a313737303432323430303b733a313a2263223b693a3230333935323734393b7d693a373b613a323a7b733a313a2274223b693a313737303530383830303b733a313a2263223b693a3231383336363932323b7d693a383b613a323a7b733a313a2274223b693a313737303539353230303b733a313a2263223b693a3232393936313130333b7d693a393b613a323a7b733a313a2274223b693a313737303638313630303b733a313a2263223b693a3233333632323133393b7d693a31303b613a323a7b733a313a2274223b693a313737303736383030303b733a313a2263223b693a3232383137383434373b7d693a31313b613a323a7b733a313a2274223b693a313737303835343430303b733a313a2263223b693a3236343831363237363b7d693a31323b613a323a7b733a313a2274223b693a313737303934303830303b733a313a2263223b693a3234373732393930383b7d693a31333b613a323a7b733a313a2274223b693a313737313032373230303b733a313a2263223b693a3231383231333131393b7d693a31343b613a323a7b733a313a2274223b693a313737313131333630303b733a313a2263223b693a3139323636343833393b7d693a31353b613a323a7b733a313a2274223b693a313737313230303030303b733a313a2263223b693a3138373032343630323b7d693a31363b613a323a7b733a313a2274223b693a313737313238363430303b733a313a2263223b693a3139333034373033353b7d693a31373b613a323a7b733a313a2274223b693a313737313337323830303b733a313a2263223b693a3232313037333130333b7d693a31383b613a323a7b733a313a2274223b693a313737313435393230303b733a313a2263223b693a3232343633333633343b7d693a31393b613a323a7b733a313a2274223b693a313737313534353630303b733a313a2263223b693a3231343832303932333b7d693a32303b613a323a7b733a313a2274223b693a313737313633323030303b733a313a2263223b693a3233383231343631363b7d693a32313b613a323a7b733a313a2274223b693a313737313731383430303b733a313a2263223b693a3231383732303834323b7d693a32323b613a323a7b733a313a2274223b693a313737313830343830303b733a313a2263223b693a3234303730323433363b7d693a32333b613a323a7b733a313a2274223b693a313737313839313230303b733a313a2263223b693a3232323436353637303b7d693a32343b613a323a7b733a313a2274223b693a313737313937373630303b733a313a2263223b693a3138383839343732313b7d693a32353b613a323a7b733a313a2274223b693a313737323036343030303b733a313a2263223b693a3232333630303434343b7d693a32363b613a323a7b733a313a2274223b693a313737323135303430303b733a313a2263223b693a3237393037363138313b7d693a32373b613a323a7b733a313a2274223b693a313737323233363830303b733a313a2263223b693a3233343437353634393b7d693a32383b613a323a7b733a313a2274223b693a313737323332333230303b733a313a2263223b693a3231383633363638373b7d693a32393b613a323a7b733a313a2274223b693a313737323430393630303b733a313a2263223b693a3232393436353735393b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a3635353535383734303b7d693a313b613a323a7b733a323a226364223b733a323a224e4c223b733a323a226374223b693a3235363338333737333b7d693a323b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a3139353730303739383b7d693a333b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a3138313938383537313b7d693a343b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3133343233363731383b7d693a353b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3130353436393539353b7d693a363b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a38343330323633393b7d693a373b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a37343538343438323b7d693a383b613a323a7b733a323a226364223b733a323a22564e223b733a323a226374223b693a35373830323037353b7d693a393b613a323a7b733a323a226364223b733a323a224944223b733a323a226374223b693a34303939383231363b7d7d7d7d, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2230646633656464326665393534303861326636666331386365393861363930333461633366623864663538323032316632323532663031616538336638386437223b7d, 'no'),
('dbVersion', 0x31302e362e32352d4d617269614442, 'yes'),
('debugOn', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('detectProxyNextCheck', 0x31373632343435343435, 'no'),
('detectProxyNonce', '', 'no'),
('detectProxyRecommendation', 0x52454d4f54455f41444452, 'no'),
('diagnosticsWflogsRemovalHistory', 0x5b5d, 'no'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('dismissAutoPrependNotice', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('emailedIssuesList', 0x613a303a7b7d, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('enableRemoteIpLookup', 0x31, 'yes'),
('encKey', 0x35633837373039666138386336623237, 'yes'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('howGetIPs', '', 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('isPaid', 0x31, 'yes'),
('keyExp15Sent', '', 'yes'),
('keyExp1Sent', '', 'yes'),
('keyExp2Sent', '', 'yes'),
('keyExp7Sent', '', 'yes'),
('keyExpDays', 0x333635, 'yes'),
('keyExpFinalSent', '', 'yes'),
('keyType', 0x66726565, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a226c696e636f223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a33303a224d6f6e203137746820466562727561727920402030363a35343a3135504d223b733a323a224950223b733a31333a223137322e37302e3136332e3431223b7d, 'yes'),
('lastAttackDataSendId', 0x343435323535, 'yes'),
('lastAttackDataSendTime', 0x313736323336383030332e313131363230, 'yes'),
('lastBlockAggregation', 0x31373732353433303038, 'yes'),
('lastBruteForceDataSendTime', 0x313736323339333139372e373935363030, 'yes'),
('lastDailyCron', 0x31373732353433303038, 'yes'),
('lastDashboardCheck', 0x31373732353433303038, 'yes'),
('lastFalsePositiveSendTime', 0x31373331333138383432, 'yes'),
('lastNotificationID', 0x32303937, 'no'),
('lastPermissionsTemplateCheck', 0x31373732373137313431, 'yes'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('lastScheduledScanStart', 0x31373732353433303035, 'yes'),
('licenseType', 0x7072656d69756d, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_countFailMins', 0x323430, 'yes'),
('loginSec_disableApplicationPasswords', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_lockoutMins', 0x323430, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_maxFailures', 0x3230, 'yes'),
('loginSec_maxForgotPasswd', 0x3230, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('longEncKey', 0x38373338336666386134663137646639613036386563356335333331633738663939353566393139616266613364316433663134616264313939326638643334, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('lowResourceScanWaitStep', '', 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000314d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxMem', 0x323536, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_dashboard', 0x31, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsNewTour_loginsecurity', 0x31, 'yes'),
('needsNewTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('noc1ScanSchedule', 0x613a323a7b693a303b693a313737323732363436353b693a313b693a313737323938353636353b7d, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('onboardingAttempt1', 0x736b6970706564, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', 0x6c6963656e7365, 'yes'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('onboardingDelayedAt', 0x30, 'yes'),
('originalScheduledScanStart', 0x31373732343637323635, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_scanOutside', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('premiumNextRenew', 0x31373436353735343433, 'yes'),
('previousWflogsFileList', 0x5b22636f6e6669672d7472616e7369656e742e706870222c22636f6e6669672d6c6976657761662e706870222c2274656d706c6174652e706870222c2247656f4c697465322d436f756e7472792e6d6d6462222c222e6874616363657373222c2261747461636b2d646174612e706870222c22636f6e6669672d73796e6365642e706870222c22636f6e6669672e706870222c226970732e706870222c2272756c65732e706870225d, 'yes'),
('scanAjaxTestSuccessful', '', 'yes'),
('scanFileProcessing', '', 'yes'),
('scanMonitorLastAttempt', 0x31373732353739373934, 'yes'),
('scanMonitorLastAttemptMode', 0x717569636b, 'yes'),
('scanMonitorLastAttemptWasFork', '', 'yes'),
('scanMonitorLastSuccess', 0x31373632333833323631, 'yes'),
('scanMonitorRemainingResumeAttempts', 0x31, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_plugins', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_scanImages', 0x31, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_themes', 0x31, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a353b733a383a2266696e6973686564223b693a353b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a343b733a383a2266696e6973686564223b693a343b733a383a226578706563746564223b693a343b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no'),
('scanStartAttempt', 0x31373732353739373934, 'yes'),
('scanTime', 0x313736323338333236312e38343532, 'yes'),
('scanType', 0x6869676873656e7369746976697479, 'yes'),
('scan_exclude', '', 'yes'),
('scan_force_ipv4_start', 0x30, 'yes'),
('scan_include_extra', '', 'yes'),
('scan_maxDuration', '', 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_max_resume_attempts', 0x32, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('schedStartHour', 0x3136, 'yes'),
('scheduledScansEnabled', 0x31, 'yes'),
('serverDNS', 0x313736393635363736353b3330303b3137322e36372e3135312e3530, 'yes'),
('serverIP', 0x313736313834303634363b3139392e38352e3231302e313438, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('signatureUpdateTime', 0x31373631343937373836, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a2256756c6e65726162696c697479204d616e6167656d656e743a20576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776562686f6f6b2d6e6f74696669636174696f6e735c2f222c2265786365727074223a22537461792075702d746f2d64617465207769746820696d706f7274616e74206576656e74732072656c6174696e6720746f2076756c6e65726162696c697469657320646973636f766572656420696e20796f757220736f6674776172652c20696e207265616c2d74696d652c207573696e672074686520576562686f6f6b204e6f74696669636174696f6e73206665617475726520696e20796f75722056756c6e65726162696c697479204d616e6167656d656e7420506f7274616c2e222c226f72646572223a307d2c7b227469746c65223a22576f726466656e63652046726565222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d667265655c2f222c2265786365727074223a22576f726466656e6365204672656520697320616e20616c6c2d696e2d6f6e6520736563757269747920736f6c7574696f6e20666f7220576f72645072657373207765627369746573207468617420696e636c7564657320616e20656e64706f696e74206669726577616c6c2c207365637572697479207363616e6e65722c206c6f67696e2073656375726974792c20616c657274732c2063656e7472616c697a6564206d616e6167656d656e742c20616e64206d6f72652e222c226f72646572223a317d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d65732077697468207265616c2d74696d65206669726577616c6c2070726f74656374696f6e2c207265616c2d74696d65207363616e207369676e6174757265732c20616e204950206164647265737320626c6f636b6c6973742c20636f756e74727920626c6f636b696e672c20616e64205072656d69756d20737570706f72742e222c226f72646572223a327d2c7b227469746c65223a22576f726466656e63652043617265222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d636172655c2f222c2265786365727074223a22576f726466656e6365204361726520697320666f7220627573696e657373206f776e6572732077686f20706c6163652061207072656d69756d206f6e2074686569722074696d652e204f7572207465616d20696e7374616c6c732c20636f6e666967757265732c206f7074696d697a65732c20616e64206d61696e7461696e7320796f757220576f7264507265737320736974652073656375726974792e222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520526573706f6e7365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d726573706f6e73655c2f222c2265786365727074223a22576f726466656e636520526573706f6e736520697320666f72206d697373696f6e2d637269746963616c20576f72645072657373207765627369746573207468617420726571756972652032345c2f375c2f333635207365637572697479206d6f6e69746f72696e672077697468206120312d686f757220726573706f6e73652074696d6520616e642032342d686f75722072656d6564696174696f6e2e222c226f72646572223a347d2c7b227469746c65223a22496e636964656e7420526573706f6e7365205365727669636573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f696e636964656e742d726573706f6e73652d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a357d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d6b65795c2f222c2265786365727074223a22416c6c20576f726466656e636520696e7374616c6c6174696f6e73206e6565642061206c6963656e7365206b65792c20616c736f206b6e6f776e20617320616e204150492d6b65792e20546865206b65792063616e20626520612066726565206b6579206f722061205072656d69756d206b65792e20222c226f72646572223a367d2c7b227469746c65223a224163636f756e7420616e642042696c6c696e6720486973746f7279222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6163636f756e745c2f222c2265786365727074223a22486f7720746f206e6176696761746520616e642075736520796f757220576f726466656e6365206163636f756e742e222c226f72646572223a377d2c7b227469746c65223a22576f726466656e63652043656e7472616c20546f6f6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a2254686520576f726466656e63652043656e7472616c20746f6f6c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e205468697320746f6f6c20697320617661696c61626c6520746f20616c6c207573657273206f662066726565206c6963656e7365206b657973206f72205072656d69756d206c6963656e7365206b6579732e222c226368696c6472656e223a5b7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a307d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a317d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a327d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a337d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a347d2c7b227469746c65223a225573696e6720576f726466656e63652043656e7472616c205465616d73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f7465616d735c2f222c226f72646572223a357d2c7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a367d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a377d5d2c226f72646572223a387d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f757220736974655c7532303139732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a397d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a317d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a31307d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865206669726577616c6c2072756c657320746861742070726f7465637420616761696e737420766172696f75732061747461636b732c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a31317d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c20616e64207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642e20497420616c736f207363616e7320666f72206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a31327d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c756465204c697665205472616666696320616e616c797369732c2057484f4953204c6f6f6b75702c20496d706f72745c2f4578706f7274204f7074696f6e732c20616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a307d2c7b227469746c65223a2257484f4953204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a31337d2c7b227469746c65223a224175646974204c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f61756469742d6c6f675c2f222c2265786365727074223a2254686520576f726466656e6365204175646974204c6f672069732061207072656d69756d20666561747572652074686174207265636f726473206120686973746f7279206f66206576656e7473206f6e20796f7572207369746520746f2061737369737420696e206d6f6e69746f72696e6720666f7220756e617574686f72697a656420616374696f6e73206f72207369676e73206f6620636f6d70726f6d6973652e204576656e74732063616e20696e636c7564652065766572797468696e672066726f6d2075736572206372656174696f6e20616e642065646974696e6720746f20706c7567696e5c2f7468656d6520696e7374616c6c6174696f6e20616e6420757064617465732e20416c6c206461746120636170747572656420666f722072656c6576616e74206576656e74732069732073617665642072656d6f74656c7920746f20576f726466656e63652043656e7472616c20746f2070726576656e7420616e792074616d706572696e672074686174206d617920696e74657266657265207769746820706f73742d696e636964656e7420616e616c7973697320616e6420726573706f6e73652e222c226f72646572223a31347d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a31357d2c7b227469746c65223a22426173696320506c7567696e2053657474696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f62617369632d706c7567696e2d73657474696e67735c2f222c2265786365727074223a224865726520617265206f7572206d696e696d616c207265636f6d6d656e6465642073657474696e677320746f20736574207570206f6e636520796f75206861766520696e7374616c6c656420616e6420616374697661746564206f757220706c7567696e2e222c226f72646572223a31367d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f752077696c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a22436f6d7061746962696c697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6d7061746962696c6974795c2f222c226f72646572223a307d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a317d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a327d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a337d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a347d2c7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a357d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d2c7b227469746c65223a22506c7567696e205c2f205468656d6520436f6e666c69637473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f706c7567696e2d7468656d652d636f6e666c696374735c2f222c226f72646572223a387d5d2c226f72646572223a31377d2c7b227469746c65223a224150492043616c6c6261636b73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d63616c6c6261636b735c2f222c2265786365727074223a224c6561726e20686f7720746f206964656e746966792063616c6c6261636b73206d6164652066726f6d20576f726466656e6365207365727665727320746f20796f757220736974652e222c226f72646572223a31387d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65207374616e6461726420636f6e747261637475616c20636c617573657320746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e222c226368696c6472656e223a5b7b227469746c65223a225375622d50726f636573736f7273204c697374222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f7375622d70726f636573736f72732d6c6973745c2f222c226f72646572223a307d5d2c226f72646572223a31397d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616e5c753230313974206f7220646f6e5c7532303139742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a32307d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e6365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f222c2265786365727074223a2244657461696c656420646f63756d656e746174696f6e2061626f75742074686520576f726466656e636520496e74656c6c6967656e6365204150492c20666f7220646576656c6f70657273206c6f6f6b696e6720746f206d616b6520757365206f6620496e74656c6c6967656e6365206461746120696e207468656972206f776e206170706c69636174696f6e732e222c226368696c6472656e223a5b7b227469746c65223a2256333a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76332d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a307d2c7b227469746c65223a2256323a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76322d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a317d2c7b227469746c65223a2256313a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a327d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e636520576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f776f726466656e63652d696e74656c6c6967656e63652d776562686f6f6b2d6e6f74696669636174696f6e735c2f222c226f72646572223a337d5d2c226f72646572223a32317d2c7b227469746c65223a22576f726466656e63652056756c6e65726162696c697479204d616e6167656d656e7420506f7274616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d76756c6e65726162696c6974792d6d616e6167656d656e742d706f7274616c5c2f222c2265786365727074223a22576562686f6f6b204e6f74696669636174696f6e73222c226f72646572223a32327d5d7d, 'yes'),
('supportHash', 0x66336266643837356634613230653362363339303662343635373837316565383532646464306265643565336263393735636463616336393463653762656164, 'yes'),
('suspiciousAdminUsernames', 0x613a323a7b693a303b733a34363a222f5e77705c2e736572766963655c2e636f6e74726f6c6c6572283f3a5c2e5b612d7a412d5a302d395d2b29242f69223b693a313b733a35353a222f5e283f3a776f72647072657373737361646d696e7c776f7264707265737461646d696e7c6a61696d652e626573736572353629242f69223b7d, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31373732363931373138, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c63656f7c6366617c6366647c6370617c6372737c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363627c7365777c7365787c7366727c736b697c736b797c736f797c7370617c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c6165726f7c616b646e7c616c6c797c6163746f727c6164756c747c6165746e617c616d65787c617261627c61726d797c617270617c617274657c617364617c617369617c617564697c6175746f7c626162797c62616e647c62616e6b7c626276617c626565727c626573747c62696b657c62696e677c626c6f677c626c75657c626f66617c626f6e647c626f6f6b7c62757a7a7c636166657c63616c6c7c63616d707c636172657c636172737c636173617c636173657c636173687c636272657c6365726e7c636861747c636974697c636974797c636c75627c636f6f6c7c636f6f707c63796f757c646174617c646174657c64636c6b7c6465616c7c64656c6c7c646573697c646965747c646973687c646f63737c647661677c6c65676f7c6c6762747c6c69646c7c6c6966657c6c696b657c6c696d6f7c6c696e6b7c6c6976657c6c6f616e7c6c6f76657c6c7464617c6c7578657c6d6169667c6d6565747c6d656d657c6d656e757c6d696e697c6d696e747c6d6f62697c6d6f64617c6d6f746f7c6e616d657c6e6176797c6e6577737c6e6578747c6e69636f7c6e696b657c6f6c6c6f7c6f70656e7c706167657c706172737c706363777c706963737c70696e677c70696e6b7c706c61797c706c75737c706f686c7c706f726e7c706f73747c70726f647c70726f667c71706f6e7c726561647c726569747c72656e747c726573747c726963687c726f6f6d7c727376707c727568727c736166657c73616c657c7361726c7c736176657c7361786f7c73636f747c62616964757c736561747c7365656b7c736578797c6275696c647c736869617c617a7572657c62696e676f7c626c61636b7c626f6174737c73686f707c6269626c657c73686f777c73696c6b7c73696e617c736b696e7c62656174737c736974657c736e63667c736f68757c736f6e677c736f6e797c73706f747c737572667c74616c6b7c746178697c7465616d7c746563687c746576617c746961617c746970737c747562657c76616e617c766973617c626f7363687c746f776e7c746f79737c766976617c77616e677c61726368697c78626f787c7a6f6e657c6170706c657c776569727c7769656e7c77696b697c616d66616d7c616d6963617c617564696f7c6175746f737c63616e6f6e7c63617264737c63686173657c63686561707c636973636f7c636c69636b7c636f6163687c636f6465737c77696e657c63697469637c636c6f75647c63726f776e7c63796d72757c64616e63657c6465616c737c64726976657c64756261697c65617274687c6564656b617c7669766f7c766f74657c766f746f7c64656c74617c776f726b7c796f67617c7a6172617c7a65726f7c656d61696c7c6c616e647c66656465787c67616c6c6f7c62726f61647761797c6570736f6e7c65726e697c666167657c6661696c7c66616974687c66616e737c6661726d7c666173747c62726f6b65727c6669646f7c63616d6572617c6361706974616c7c636172656572737c66756e647c6361726565727c6361726176616e7c6361706974616c6f6e657c636173696e6f7c63617065746f776e7c63656e7465727c6368757263687c636972636c657c636c61696d737c62726f746865727c6368726f6d657c63616c76696e6b6c65696e7c6368616e656c7c6368616e6e656c7c6361746572696e677c636174686f6c69637c636861726974797c6368696e7461697c6368726973746d61737c636c696e69637c6272757373656c737c6275696c646572737c6369707269616e697c6369746164656c7c627573696e6573737c636c65616e696e677c636c696e697175657c66696c6d7c66696e616c7c636c6f7468696e677c636f75706f6e7c636f75727365737c666972657c666973687c636f6c6c6567657c636f6c6f676e657c636f6d6d62616e6b7c666c69727c666f6f647c666f72647c666f7265787c666f72756d7c636f666665657c636c75626d65647c636f75706f6e737c636f6d6d756e6974797c636f6d7365637c636f6e646f737c636f6d70616e797c636f6d706172657c636f6e746163747c636f6f6b696e677c636f72736963617c636f756e7472797c636f6d70757465727c636f6e73756c74696e677c636f6e737472756374696f6e7c667265657c636f6e74726163746f72737c70617269737c616c73746f6d7c616d617a6f6e7c71756573747c726164696f7c616c697061797c616e7175616e7c616c69626162617c616e64726f69647c616c6c66696e616e7a7c616c6c73746174657c616d7374657264616d7c616e616c79746963737c70726573737c70726f6d6f7c616c736163657c7072696d657c61706172746d656e74737c70617274737c70617274797c70686f6e657c706c6163657c706f6b65727c70726178697c72656861627c616d65726963616e657870726573737c70697a7a617c616d65726963616e66616d696c797c70686f746f7c62726964676573746f6e657c72656973657c61697274656c7c73616c6f6e7c6162626f74747c73656e65727c736576656e7c7368656c6c7c6162627669657c73686172707c61626f6761646f7c61627564686162697c6163636f756e74616e747c7269636f687c726f636b737c726f64656f7c72756762797c61636164656d797c616363656e747572657c73686f65737c6163636f756e74616e74737c736b7970657c736c696e677c736d6172747c736d696c657c6166726963617c616972666f7263657c736f6c61727c6167616b68616e7c6167656e63797c6169726275737c627261646573636f7c73706163657c617574686f727c62617965726e7c626175686175737c6265617574797c61756374696f6e7c626172636c6179737c6261726761696e737c6265726c696e7c61756469626c657c62617265666f6f747c626573746275797c6268617274697c62616e616d65787c7469726f6c7c617573706f73747c6174746f726e65797c746d616c6c7c626f6f6b696e677c746f6461797c746f6b796f7c746f6f6c737c746f7261797c746f74616c7c746f7572737c74726164657c74727573747c74756e65737c74757368757c7562616e6b7c77656265727c6172616d636f7c626f7374696b7c626f73746f6e7c6174686c6574617c7961686f6f7c6261736562616c6c7c6261736b657462616c6c7c626f656872696e6765727c73706f72747c6171756172656c6c657c626f7574697175657c73746164617c73746f72657c73747564797c7374796c657c74617461727c6173736f6369617465737c7375636b737c73776973737c74697265737c766f646b617c766f6c766f7c776f726c647c7865726f787c62617263656c6f6e617c626c6f6f6d626572677c626e70706172696261737c626c61636b6672696461797c626c6f636b6275737465727c76656761737c766964656f7c626172636c6179636172647c77616c65737c77617463687c776569626f7c776f726b737c6372656469747c637265646974636172647c63756973696e656c6c617c646f63746f727c6762697a7c6578706572747c637275697365737c67656e747c67697665737c6372756973657c66616d696c797c637269636b65747c637265646974756e696f6e7c6576656e74737c666c69636b727c67616d657c67656f7267657c676765657c676966747c676d62687c676f6c647c676c6173737c676c6f626f7c676d61696c7c67616c6c75707c67617264656e7c676f6c667c646174696e677c64617473756e7c677567657c677572757c686169727c686175737c686466637c6469726563747c646973636f756e747c68656c707c67616d65737c686572657c64757262616e7c656e657267797c667574626f6c7c6469726563746f72797c6475706f6e747c656d6572636b7c67696674737c67726f75707c6465616c65727c6465677265657c64656e74616c7c6573746174657c64656c69766572797c6d757369637c64656c6f697474657c64656d6f637261747c64656e746973747c6e657875737c64657369676e7c676f6f677c677265656e7c67726970657c6469616d6f6e64737c67756964657c6469676974616c7c67756363697c676976696e677c686f6c696461797c686f6e64617c687362637c686f7573657c696362637c696565657c6772617469737c67616c6c6572797c686f6c64696e67737c686f73747c696d64627c696d6d6f7c696e666f7c686f7273657c697461757c6a6176617c68796174747c6a6565707c6a6f62737c67726170686963737c686f6d65737c6a7072737c676f6f676c657c677261696e6765727c6b6464697c6b6964737c676f6f64796561727c6b6977697c6b706d677c6b7265647c6879756e6461697c696b616e6f7c67726f636572797c6b6f656c6e7c6b796f746f7c6c616d65727c6c656173657c6c6567616c7c6c657875737c6c696c6c797c6c6f7474657c6c6f74746f7c6865616c74687c6c6f616e737c6c6f6375737c6d6f6e65797c676c6f62616c7c68656c73696e6b697c6d6f7669657c6865726d65737c6a65747a747c677569746172737c68616e676f75747c686f636b65797c686f74656c737c68616d627572677c686974616368697c686f7374696e677c686f746d61696c7c6d69616d697c646973636f7665727c6864666362616e6b7c686973616d697473757c686f6d656465706f747c686f6d6573656e73657c69726973687c6d616e676f7c6d656469617c6865616c7468636172657c686970686f707c686f6d65676f6f64737c6875676865737c686f73706974616c7c696d616d61747c646f6d61696e737c666572726172697c696e737572657c6a61677561727c6c6f636b65727c6c75787572797c6661726d6572737c696e747569747c6c656672616b7c6c6f6e646f6e7c6665727265726f7c6b696e646c657c696e737469747574657c69736d61696c697c6a6f627572677c6a706d6f7267616e7c6b617566656e7c6c6174696e6f7c6c61777965727c6c6976696e677c666f6f7462616c6c7c6a7565676f737c69706972616e67617c696e737572616e63657c6b6f736865727c6d61647269647c6d6169736f6e7c6d616b6575707c6d61726b65747c6d757365756d7c66617368696f6e7c66696e616e63657c66697368696e677c6669746e6573737c666c69676874737c666c6f726973747c666c6f776572737c666f7273616c657c67656e74696e677c676f64616464797c6a6577656c72797c696e66696e6974697c697374616e62756c7c6c756e646265636b7c6d617272696f74747c6d61726b6574696e677c6d61726b6574737c6d61727368616c6c737c6d616e6167656d656e747c696e766573746d656e74737c6d617474656c7c6d6f62696c657c6d636b696e7365797c696d6d6f62696c69656e7c696e64757374726965737c6d6f6e6173687c6d656d6f7269616c7c6d6f6e737465727c6d6f726d6f6e7c6d6f73636f777c6d656c626f75726e657c6d6572636b6d73647c696e7465726e6174696f6e616c7c6d6963726f736f66747c6d6974737562697368697c6e6f7774767c6e61676f79617c766973696f6e7c6578706f7365647c657870726573737c66726573656e6975737c6e697373616e7c6e69737361797c6e6f7772757a7c7066697a65727c66726f67616e737c6e696e6a617c66726f6e746965727c6f6e6c696e657c66756a697473757c6e696b6f6e7c74726176656c7c78696875616e7c6675726e69747572657c6a756e697065727c6f73616b617c6f66666963657c6f7473756b617c746f796f74617c7961636874737c79616e6465787c7a6170706f737c6b6572727970726f706572746965737c6f6c6179616e7c756e69636f6d7c6b69746368656e7c6b65727279686f74656c737c6b6f6d617473757c6e6f6b69617c6c6163616978617c6c616e786573737c6c6173616c6c657c6c6174726f62657c6f6b696e6177617c646f776e6c6f61647c6b756f6b67726f75707c6c616d626f726768696e697c6c65636c6572637c6c706c66696e616e6369616c7c6e657462616e6b7c6e6574666c69787c6f6d6567617c6f72616e67657c6e6574776f726b7c6e6f72746f6e7c6f7261636c657c6c696d697465647c6c696e636f6c6e7c70616e61736f6e69637c706172746e6572737c706861726d6163797c666f756e646174696f6e7c6e6575737461727c70686f746f737c70687973696f7c6c69676874696e677c746b6d6178787c76696c6c61737c766f74696e677c6c6966657374796c657c76696b696e677c766f796167657c77616c7465727c6f7267616e69637c6f726967696e737c7669616a65737c76697267696e7c77656263616d7c6c696665696e737572616e63657c7069637465747c7068696c6970737c706f6c697469657c6e6578746469726563747c72656973656e7c7265706169727c6c616e64726f7665727c7265706f72747c72657374617572616e747c7265766965777c726f676572737c726576696577737c7279756b79757c7361666574797c73616b7572617c73616e6f66697c7363686f6f6c7c7365637572657c657874726173706163657c726578726f74687c726963686172646c697c736368756c657c7365617263687c73656c6563747c736f636365727c736f6369616c7c6661697277696e64737c72657075626c6963616e7c73616d73756e677c73616e6476696b7c70686f746f6772617068797c72656e74616c737c7363687761727a7c736369656e63657c72656c69616e63657c7363686d6964747c676f6c64706f696e747c7368696b7368617c65786368616e67657c736161726c616e647c656475636174696f6e7c656e67696e6565727c6572696373736f6e7c6669726d64616c657c73696e676c65737c656e67696e656572696e677c656e7465727072697365737c73616d73636c75627c73657276696365737c65717569706d656e747c7368616e6772696c617c737461706c65737c73656375726974797c73686f7070696e677c736f667462616e6b7c736f6674776172657c736f6c7574696f6e737c73616e6476696b636f726f6d616e747c73686f756a697c6575726f766973696f6e7c736368616566666c65727c726564756d6272656c6c617c7363686f6c617273686970737c737461727c7175656265637c666565646261636b7c6d6f7274676167657c7379646e65797c666964656c6974797c7461697065697c6669726573746f6e657c74616f62616f7c7461726765747c746174746f6f7c7469656e64617c70696f6e6565727c726563697065737c66696e616e6369616c7c73797374656d737c74656d6173656b7c74656e6e69737c746865617465727c746865617472657c7469636b6574737c746f73686962617c74726164696e677c776562736974657c77656464696e677c77686f7377686f7c77696e646f77737c77696e6e6572737c79616d6178756e7c796f75747562657c6f627365727665727c7377617463687c70726f64756374696f6e737c726163696e677c73747564696f7c737461746562616e6b7c73746174656661726d7c73747265616d7c70696374757265737c70726f70657274797c7265616c746f727c7265616c74797c706c756d62696e677c76616e67756172647c7a7565726963687c73746367726f75707c73746f636b686f6c6d7c70726f67726573736976657c73746f726167657c737570706c6965737c737570706c797c737570706f72747c737572676572797c73757a756b697c70726f706572746965737c746563686e6f6c6f67797c746a6d6178787c747261696e696e677c756e69766572736974797c76656e74757265737c706c617973746174696f6e7c746174616d6f746f72737c77616c6d6172747c77616e67676f757c70727564656e7469616c7c7265616c6573746174657c7661636174696f6e737c766c61616e646572656e7c776174636865737c766572697369676e7c776561746865727c74726176656c6572737c70726f74656374696f6e7c776f6f64736964657c786e2d2d34676272696d7c786e2d2d70316163667c786e2d2d3435713131637c786e2d2d3535717835647c786e2d2d66686265697c786e2d2d6a31616d687c786e2d2d3330727237797c786e2d2d33707875386b7c786e2d2d6a316165667c786e2d2d6c316163637c786e2d2d6e676272787c786e2d2d6e6f64657c786e2d2d6e717637667c786e2d2d35747a6d35677c786e2d2d6431616c667c786e2d2d703161697c786e2d2d71786136617c786e2d2d7178616d7c786e2d2d74636b77657c786e2d2d76687175767c796f646f62617368697c796f6b6f68616d617c6f6c6179616e67726f75707c786e2d2d65316134637c786e2d2d3830617377677c786e2d2d3362737430306d7c786e2d2d346462726b3063657c786e2d2d3930613361637c786e2d2d393061657c786e2d2d39306169737c786e2d2d3964627132617c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d343263326439617c786e2d2d343562723563796c7c786e2d2d343562726a39637c786e2d2d3965743532757c786e2d2d313162346333647c786e2d2d31636b326531627c786e2d2d336473343433677c786e2d2d6b70757433697c6d6f746f726379636c65737c77696c6c69616d68696c6c7c786e2d2d336863726a39637c786e2d2d353571773432677c786e2d2d33653062373037657c786e2d2d38793061303633617c786e2d2d63316176677c786e2d2d6332627237677c786e2d2d636734626b697c786e2d2d3666727a3832677c786e2d2d6d6762747832627c786e2d2d6d6978383931667c786e2d2d3830616478686b737c786e2d2d3830616f3231617c766572736963686572756e677c786e2d2d38306173656864627c786e2d2d6d676267753832617c786e2d2d6d6762706c3266687c786e2d2d6d676274336468647c786e2d2d6d6b3162753434637c786e2d2d63636b7763786574647c786e2d2d383061716563647231617c74726176656c657273696e737572616e63657c776561746865726368616e6e656c7c786e2d2d637a727330747c786e2d2d637a727532647c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d6669717a39737c786e2d2d696f306137697c786e2d2d353462376674613063637c786e2d2d3671713938366233786c7c786e2d2d6d6762636137647a646f7c786e2d2d6d6762783463643061627c786e2d2d35737533346a393336626773677c786e2d2d6d6762693465636578707c786e2d2d6d67626370713667706131617c786e2d2d6d6762657270346135643461727c786e2d2d6d787471316d7c786e2d2d396b72743030617c786e2d2d63636b326233627c786e2d2d637a72363934627c786e2d2d643161636a33627c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d666a71373230617c786e2d2d666c77333531657c786e2d2d667a7973386436397576676d7c786e2d2d673278783438637c786e2d2d67636b72336630667c786e2d2d676563726a39637c786e2d2d676b33617431657c786e2d2d667063726a396333647c786e2d2d683262726567336576657c786e2d2d683262726a39637c786e2d2d6a3677313933677c786e2d2d683262726a396338637c786e2d2d687874383134657c786e2d2d623477363035666572647c786e2d2d69316236623161366132657c786e2d2d696d723531336e7c786e2d2d7939613361717c786e2d2d667a633263396532637c786e2d2d6a76723138396d7c786e2d2d6a6c713438306e3272677c786e2d2d6d6762626831617c786e2d2d7a6672313634627c786e2d2d666971323238633568737c786e2d2d6b637278373764317834617c786e2d2d6b7072773133647c786e2d2d6b7072793537647c786e2d2d65636b7664746339647c786e2d2d6c6762626174316164386a7c786e2d2d6d676239617762667c786e2d2d6d676261336133656a747c786e2d2d7966726f346936376f7c786e2d2d6d6762617968376770617c786e2d2d7967626932616d6d787c786e2d2d6d676261336134663136617c786e2d2d636c636863306561306232673261396763647c786e2d2d6d676261623262647c786e2d2d6d676261616d376138687c786e2d2d6d6762626831613731657c786e2d2d7767626c36617c786e2d2d62636b316239613564726534637c786e2d2d786871353231627c786e2d2d6d676263306139617a63677c786e2d2d7767626831637c786e2d2d71396a796234637c786e2d2d6d67626137633062626e30617c786e2d2d6d67626168316133686a6b72647c786e2d2d6d6762616939617a677170366a7c786e2d2d6e67626335617a647c786e2d2d6e676265396530617c786e2d2d6e71763766733030656d617c786e2d2d6e7971793236617c786e2d2d6f33637734687c786e2d2d6f6762706638666c7c786e2d2d6f7475373936647c786e2d2d706762733064687c786e2d2d7073737932757c786e2d2d7137636536617c786e2d2d71636b6131706d637c786e2d2d726871763936677c786e2d2d726f76753838627c786e2d2d7734727334306c7c786e2d2d727663316530616d33657c786e2d2d733962726a39637c786e2d2d736573353534677c786e2d2d743630623536617c786e2d2d756e757034797c786e2d2d74697134397871796a7c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c786e2d2d767571383631627c786e2d2d7734723835656c3866687535646e72617c786e2d2d786b6332616c3368796532617c786e2d2d786b6332646c336135656530687c, 'yes'),
('tldlistHash', 0x64336465313135613134616134386566646464336266363461353562636230363864373934316565396239376531353136343661353266663635666463333335, 'yes'),
('total503s', 0x3232363734, 'yes'),
('totalAlertsSent', 0x333535, 'yes'),
('totalIPsBlocked', 0x3232353533, 'yes'),
('totalIPsLocked', 0x333031, 'yes'),
('totalLoginHits', 0x3332383237, 'yes'),
('totalLogins', 0x3338, 'yes'),
('totalScansRun', 0x373438, 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('touppPromptNeeded', 0x31, 'yes'),
('twoFactorUsers', 0x613a303a7b7d, 'yes'),
('vulnerabilities_plugin', 0x613a32323a7b693a303b613a353a7b733a343a22736c7567223b733a373a22616b69736d6574223b733a31313a2266726f6d56657273696f6e223b733a353a22352e332e31223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a333a22352e36223b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a333a22616d70223b733a31313a2266726f6d56657273696f6e223b733a353a22322e352e34223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a353a22322e352e35223b733a343a226c696e6b223b623a303b7d693a323b613a353a7b733a343a22736c7567223b733a31373a2264697361626c652d677574656e62657267223b733a31313a2266726f6d56657273696f6e223b733a353a22332e322e31223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a333a22332e33223b733a343a226c696e6b223b623a303b7d693a333b613a373a7b733a343a22736c7567223b733a393a22656c656d656e746f72223b733a31313a2266726f6d56657273696f6e223b733a363a22332e32302e31223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22332e33352e35223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f66323336303462372d356137662d346265372d626337332d6362346661636464316537333f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3430223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a432f433a4c2f493a4c2f413a4e223b7d693a343b613a373a7b733a343a22736c7567223b733a31353a226b6b2d737461722d726174696e6773223b733a31313a2266726f6d56657273696f6e223b733a353a22352e342e37223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a383a22352e342e31302e33223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f35646561343966622d323730332d343735342d396162642d3566346535323664353537303f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22372e3330223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a4e2f533a552f433a4c2f493a4c2f413a4c223b7d693a353b613a373a7b733a343a22736c7567223b733a32353a226c75636b7977702d7461626c652d6f662d636f6e74656e7473223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e38223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22322e312e3134223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f38326466356232652d346334612d343032662d393963392d3639346661373130303039623f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3130223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a522f533a432f433a4c2f493a4c2f413a4e223b7d693a363b613a373a7b733a343a22736c7567223b733a31393a2273686f7274636f6465732d756c74696d617465223b733a31313a2266726f6d56657273696f6e223b733a353a22372e312e35223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a353a22372e342e39223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f64386462386564352d656265622d343130322d393238662d6665343137653432396164323f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3430223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a432f433a4c2f493a4c2f413a4e223b7d693a373b613a353a7b733a343a22736c7567223b733a31313a2275706472616674706c7573223b733a31313a2266726f6d56657273696f6e223b733a363a22312e32352e31223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a363a22312e32362e31223b733a343a226c696e6b223b623a303b7d693a383b613a353a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a363a22372e31302e33223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a353a22382e312e34223b733a343a226c696e6b223b623a303b7d693a393b613a353a7b733a343a22736c7567223b733a32343a22777066726f6e742d6e6f74696669636174696f6e2d626172223b733a31313a2266726f6d56657273696f6e223b733a333a22332e34223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a353a22332e352e31223b733a343a226c696e6b223b623a303b7d693a31303b613a373a7b733a343a22736c7567223b733a31343a227770732d686964652d6c6f67696e223b733a31313a2266726f6d56657273696f6e223b733a383a22312e392e31332e32223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22312e392e3138223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f35303038623536662d356364342d343265352d386437652d3762316530316232636266383f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22352e3330223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a4e2f533a552f433a4c2f493a4e2f413a4e223b7d693a31313b613a373a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a31313a2266726f6d56657273696f6e223b733a343a2232332e37223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a343a2232372e31223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f38623265376332642d656432662d343339622d396365652d6632653564343631323162363f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3430223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a432f433a4c2f493a4c2f413a4e223b7d693a31323b613a343a7b733a343a22736c7567223b733a31363a2274696e796d63652d616476616e636564223b733a31313a2266726f6d56657273696f6e223b733a353a22352e392e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31333b613a343a7b733a343a22736c7567223b733a31313a22706f6b612d726576696577223b733a31313a2266726f6d56657273696f6e223b733a353a22312e312e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31343b613a363a7b733a343a22736c7567223b733a31363a2274642d636c6f75642d6c696272617279223b733a31313a2266726f6d56657273696f6e223b733a33313a22332e33207c206275696c74206f6e2030382e30322e323032342031343a3434223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f66393734313466372d333534342d346563662d393038612d6130323135653332326536383f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3430223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a432f433a4c2f493a4c2f413a4e223b7d693a31353b613a363a7b733a343a22736c7567223b733a31313a2274642d636f6d706f736572223b733a31313a2266726f6d56657273696f6e223b733a33313a22342e37207c206275696c74206f6e2030382e30322e323032342031343a3434223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f34313234303033632d343836342d343866312d616362612d3961363133643963393961653f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22392e3830223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a4e2f533a552f433a482f493a482f413a48223b7d693a31363b613a343a7b733a343a22736c7567223b733a31363a2274642d6d6f62696c652d706c7567696e223b733a31313a2266726f6d56657273696f6e223b733a33313a22322e36207c206275696c74206f6e2031312e30332e323032342031313a3034223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31373b613a343a7b733a343a22736c7567223b733a31333a2274642d6e6577736c6574746572223b733a31313a2266726f6d56657273696f6e223b733a33313a22312e39207c206275696c74206f6e2031322e30322e323032342031353a3030223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31383b613a343a7b733a343a22736c7567223b733a31373a2274642d736f6369616c2d636f756e746572223b733a31313a2266726f6d56657273696f6e223b733a33313a22352e35207c206275696c74206f6e2031312e30332e323032342031313a3034223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31393b613a343a7b733a343a22736c7567223b733a31363a2274642d7374616e646172642d7061636b223b733a31313a2266726f6d56657273696f6e223b733a33313a22322e34207c206275696c74206f6e2030382e30322e323032342031343a3434223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a32303b613a343a7b733a343a22736c7567223b733a393a2277702d726f636b6574223b733a31313a2266726f6d56657273696f6e223b733a363a22332e31352e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a32313b613a343a7b733a343a22736c7567223b733a32313a22776f726470726573732d73656f2d7072656d69756d223b733a31313a2266726f6d56657273696f6e223b733a343a2232332e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('vulnerabilities_theme', 0x613a343a7b693a303b613a353a7b733a343a22736c7567223b733a31363a227477656e74797477656e747966697665223b733a393a22746f56657273696f6e223b733a333a22312e34223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a31363a227477656e74797477656e7479666f7572223b733a393a22746f56657273696f6e223b733a333a22312e34223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a353a7b733a343a22736c7567223b733a31373a227477656e74797477656e74797468726565223b733a393a22746f56657273696f6e223b733a333a22312e36223b733a31313a2266726f6d56657273696f6e223b733a333a22312e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a353a7b733a343a22736c7567223b733a31353a227477656e74797477656e747974776f223b733a393a22746f56657273696f6e223b733a333a22322e31223b733a31313a2266726f6d56657273696f6e223b733a333a22312e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertLastSendTime', 0x31373334353731383030, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafStatusCallbackNonce', '', 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('wfKillRequested', 0x30, 'no'),
('wfPeakMemory', 0x3333353534343332, 'no'),
('wfScanStartVersion', 0x362e382e33, 'yes'),
('wfsd_engine', '', 'no'),
('wfStatusStartMsgs', 0x613a323a7b693a303b733a303a22223b693a313b733a303a22223b7d, 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a303b733a31343a227363616e6e6564506c7567696e73223b693a303b733a31333a227363616e6e65645468656d6573223b693a303b733a31323a227363616e6e65645573657273223b693a303b733a31313a227363616e6e656455524c73223b693a303b733a31303a226c617374557064617465223b693a313736323338333236313b7d, 'yes'),
('whitelisted', 0x2c3134312e39342e3235342e3732, 'yes'),
('whitelistedServices', 0x5b5d, 'yes'),
('whitelistHash', 0x63326637663663643939363833346262636430623566316230316562623737356662326565393630393333653162363464656433633033373435303235306366, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2234342e3233352e3231312e323332222c2235342e37312e3230332e313734225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b223139322e38382e3133342e305c2f3233222c223138352e39332e3232382e305c2f3232222c2236362e3234382e3230302e305c2f3232222c22326130323a666538303a3a5c2f3239222c223230382e3130392e302e305c2f3232225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2233312e31332e32342e305c2f3231222c2233312e31332e36342e305c2f3138222c2234352e36342e34302e305c2f3232222c2235372e3134312e302e305c2f3234222c2235372e3134312e312e305c2f3234222c2235372e3134312e322e305c2f3234222c2235372e3134312e332e305c2f3234222c2235372e3134312e342e305c2f3234222c2235372e3134312e352e305c2f3234222c2235372e3134312e362e305c2f3234222c2235372e3134312e372e305c2f3234222c2235372e3134312e382e305c2f3234222c2235372e3134312e392e305c2f3234222c2235372e3134312e31302e305c2f3234222c2235372e3134312e31312e305c2f3234222c2235372e3134312e31322e305c2f3234222c2235372e3134312e31332e305c2f3234222c2235372e3134342e302e305c2f3134222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c2236392e3137312e3232342e305c2f3139222c2237342e3131392e37362e305c2f3232222c223130322e3133322e39362e305c2f3230222c223130332e342e39362e305c2f3232222c223132392e3133342e302e305c2f3136222c223134372e37352e3230382e305c2f3230222c223135372e3234302e302e305c2f3136222c223136332e37302e3132382e305c2f3137222c223136332e37372e3132382e305c2f3137222c223137332e3235322e36342e305c2f3138222c223137392e36302e3139322e305c2f3232222c223138352e36302e3231362e305c2f3232222c223138352e38392e3231362e305c2f3232222c223230342e31352e32302e305c2f3232222c22323430313a646230303a3a5c2f3332222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838313a3a5c2f3332222c22326130333a323838373a666632633a3a5c2f3438222c22326130333a323838373a666632643a3a5c2f3438222c22326130333a383365303a3a5c2f3332222c22326131303a663738313a31303a636565303a3a5c2f3634225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b223231362e3134342e3235302e313530222c2236392e3136322e3132342e323236222c2236392e3136322e3132342e323237222c2236392e3136322e3132342e323238222c2236392e3136322e3132342e323239222c2236392e3136322e3132342e323330222c2236392e3136322e3132342e323331222c2236392e3136322e3132342e323332222c2236392e3136322e3132342e323333222c2236392e3136322e3132342e323334222c2236392e3136322e3132342e323335222c2236392e3136322e3132342e323336222c2236392e3136322e3132342e323337222c2236392e3136322e3132342e323338222c2236332e3134332e34322e323432222c2236332e3134332e34322e323433222c2236332e3134332e34322e323434222c2236332e3134332e34322e323435222c2236332e3134332e34322e323436222c2236332e3134332e34322e323437222c2236332e3134332e34322e323438222c2236332e3134332e34322e323439222c2236332e3134332e34322e323530222c2236332e3134332e34322e323531222c2236332e3134332e34322e323532222c2236332e3134332e34322e323533222c223231362e3234352e3232312e3832222c223231362e3234352e3232312e3833222c223231362e3234352e3232312e3834222c223231362e3234352e3232312e3835222c223231362e3234352e3232312e3836222c223231362e3234352e3232312e3837222c223231362e3234352e3232312e3838222c223231362e3234352e3232312e3839222c223231362e3234352e3232312e3930222c223231362e3234352e3232312e3931222c223231362e3234352e3232312e3932222c223231362e3234352e3232312e3933222c223230382e3131352e3139392e3138222c223230382e3131352e3139392e3139222c223230382e3131352e3139392e3230222c223230382e3131352e3139392e3231222c223230382e3131352e3139392e3232222c223230382e3131352e3139392e3233222c223230382e3131352e3139392e3234222c223230382e3131352e3139392e3235222c223230382e3131352e3139392e3236222c223230382e3131352e3139392e3237222c223230382e3131352e3139392e3238222c223230382e3131352e3139392e3239222c223230382e3131352e3139392e3330222c223231362e3134342e3234382e3138222c223231362e3134342e3234382e3139222c223231362e3134342e3234382e3230222c223231362e3134342e3234382e3231222c223231362e3134342e3234382e3232222c223231362e3134342e3234382e3233222c223231362e3134342e3234382e3234222c223231362e3134342e3234382e3235222c223231362e3134342e3234382e3236222c223231362e3134342e3234382e3237222c223231362e3134342e3234382e3238222c223231362e3134342e3234382e3239222c223231362e3134342e3234382e3330222c2234362e3133372e3139302e313332222c223132322e3234382e3233342e3233222c223136372e39392e3230392e323334222c223137382e36322e35322e323337222c2235342e37392e32382e313239222c2235342e39342e3134322e323138222c223130342e3133312e3130372e3633222c2235342e36372e31302e313237222c2235342e36342e36372e313036222c223135392e3230332e33302e3431222c2234362e3130312e3235302e313335222c2231382e3232312e35362e3237222c2235322e36302e3132392e313830222c223135392e38392e382e313131222c223134362e3138352e3134332e3134222c223133392e35392e3137332e323439222c223136352e3232372e38332e313438222c223132382e3139392e3139352e313536222c223133382e3139372e3135302e313531222c2233342e3233332e36362e313137222c2235322e37302e38342e313635222c2235342e3232352e38322e3435222c2235342e3232342e37332e323131222c22332e37392e39322e313137222c22332e32312e3133362e3837222c2233352e3137302e3231352e313936222c2233352e3135332e3234332e313438222c2231382e3131362e3135382e313231222c2231382e3232332e35302e3136222c2235342e3234312e3137352e313437222c22332e3231322e3132382e3632222c2235322e32322e3233362e3330222c2235342e3136372e3232332e313734222c22332e31322e3235312e313533222c2235322e31352e3134372e3237222c2231382e3131362e3230352e3632222c22332e32302e36332e313738222c2231332e35362e33332e34222c2235322e382e3230382e313433222c2233342e3139382e3230312e3636222c2233352e38342e3131382e313731222c2234342e3232372e33382e323533222c2233352e3136362e3232382e3938222c2239392e38302e3137332e313931222c2239392e38302e312e3734222c22332e3131312e38382e313538222c2231332e3132372e3138382e313234222c2231382e3138302e3230382e323134222c2235342e3234392e3137302e3237222c22332e3130352e3139302e323231222c22332e3130352e3133332e323339222c2237382e34372e39382e3535222c223135372e39302e3135352e323430222c2234392e31332e32342e3831222c223136382e3131392e39362e323339222c223135372e39302e3135362e3633222c2238382e39392e38302e323237222c2234392e31332e3133342e313435222c2234392e31332e3133302e3239222c223136382e3131392e35332e313630222c223134322e3133322e3138302e3339222c2234392e31332e3136342e313438222c223132382e3134302e3130362e313134222c2237382e34372e3137332e3736222c223135392e36392e3135382e313839222c223132382e3134302e34312e313933222c223136372e3233352e3134332e313133222c2234392e31332e3136372e313233222c2237382e34362e3231352e31222c2237382e34362e3139302e3633222c223136382e3131392e3132332e3735222c223133352e3138312e3135342e39222c2233372e32372e38372e313439222c2233372e32372e33342e3439222c2233372e32372e38322e323230222c2236352e3130392e3132392e313635222c2233372e32372e32382e313533222c2233372e32372e32392e3638222c2233372e32372e33302e323133222c2236352e3130392e3134322e3738222c2236352e3130392e382e323032222c22352e3136312e37352e37222c22352e3136312e36312e323338222c22352e37382e38372e3338222c22352e37382e3131382e313432222c22323630373a666636383a3130373a3a33222c22323630373a666636383a3130373a3a34222c22323630373a666636383a3130373a3a35222c22323630373a666636383a3130373a3a36222c22323630373a666636383a3130373a3a37222c22323630373a666636383a3130373a3a38222c22323630373a666636383a3130373a3a39222c22323630373a666636383a3130373a3a3130222c22323630373a666636383a3130373a3a3131222c22323630373a666636383a3130373a3a3132222c22323630373a666636383a3130373a3a3133222c22323630373a666636383a3130373a3a3134222c22323630373a666636383a3130373a3a3135222c22323630373a666636383a3130373a3a3136222c22323630373a666636383a3130373a3a3137222c22323630373a666636383a3130373a3a3138222c22323630373a666636383a3130373a3a3139222c22323630373a666636383a3130373a3a3230222c22323630373a666636383a3130373a3a3231222c22323630373a666636383a3130373a3a3232222c22323630373a666636383a3130373a3a3233222c22323630373a666636383a3130373a3a3234222c22323630373a666636383a3130373a3a3235222c22323630373a666636383a3130373a3a3236222c22323630373a666636383a3130373a3a3237222c22323630373a666636383a3130373a3a3238222c22323630373a666636383a3130373a3a3239222c22323630373a666636383a3130373a3a3330222c22323630373a666636383a3130373a3a3331222c22323630373a666636383a3130373a3a3332222c22323630373a666636383a3130373a3a3333222c22323630373a666636383a3130373a3a3334222c22323630373a666636383a3130373a3a3335222c22323630373a666636383a3130373a3a3336222c22323630373a666636383a3130373a3a3337222c22323630373a666636383a3130373a3a3338222c22323630373a666636383a3130373a3a3339222c22323630373a666636383a3130373a3a3430222c22323630373a666636383a3130373a3a3431222c22323630373a666636383a3130373a3a3432222c22323630373a666636383a3130373a3a3433222c22323630373a666636383a3130373a3a3434222c22323630373a666636383a3130373a3a3435222c22323630373a666636383a3130373a3a3436222c22323630373a666636383a3130373a3a3437222c22323630373a666636383a3130373a3a3438222c22323630373a666636383a3130373a3a3439222c22323630373a666636383a3130373a3a3530222c22323630373a666636383a3130373a3a3531222c22323630373a666636383a3130373a3a3532222c22323630373a666636383a3130373a3a3533222c22323630373a666636383a3130373a3a3534222c22323630373a666636383a3130373a3a3535222c22323630373a666636383a3130373a3a3536222c22323630373a666636383a3130373a3a3537222c22323630373a666636383a3130373a3a3538222c22323630373a666636383a3130373a3a3539222c22323630373a666636383a3130373a3a3630222c22323630373a666636383a3130373a3a3631222c22323630373a666636383a3130373a3a3632222c22326130333a623063303a323a64303a3a6661333a65303031222c22326130333a623063303a313a64303a3a6535343a61303031222c22323630343a613838303a3830303a31303a3a3465363a66303031222c22323630343a613838303a6361643a64303a3a3132323a37303031222c22326130333a623063303a333a64303a3a3333653a34303031222c22323630303a316631363a3737353a336130313a373064363a363031613a316562353a64626239222c22323630303a316631313a3536613a393030303a32333a363531623a646163303a39626534222c22326130333a623063303a333a64303a3a34343a66303031222c22326130333a623063303a303a313031303a3a32623a62303031222c22326130333a623063303a313a64303a3a32323a35303031222c22323630343a613838303a3430303a64303a3a34663a33303031222c22323430303a363138303a303a64303a3a31363a64303031222c22323630343a613838303a6361643a64303a3a31383a66303031222c22323630303a316631383a3137393a663930303a383862323a6233643a653438373a65326634222c22323630303a316631383a3137393a663930303a313937373a3931363a656533643a37313165222c22326130353a643031343a313831353a333430303a353838613a656531373a363563333a33623039222c22323630303a316631363a3737353a336130303a623732393a633232363a323733373a66653439222c22323630303a316631633a6564663a313430313a323132343a363532653a633564663a66383962222c22323630303a316631363a3737353a336130303a616362373a656338343a313166323a32626634222c22323630303a316631363a3737353a336130303a363662323a353330633a6534383a35373365222c22323630303a316631383a3137393a663930303a3830333a633831653a363035393a62373866222c22323630303a316631383a3137393a663930303a343733643a376532313a313962653a33623964222c22323630303a316631633a6564663a313430313a626436383a313437383a666537643a63303266222c22323630303a316631633a6564663a313430313a363139623a663138383a333430333a39346338222c22323630303a316631363a3737353a336130303a386332633a326261363a373738663a35626535222c22323630303a316631363a3737353a336130303a6163333a633565623a373038313a39343265222c22323630303a316631363a3737353a336130303a646262653a333662303a336334353a64613332222c22323630303a316631363a3737353a336130303a333762663a363032363a653534613a66303361222c22323630303a316631383a3137393a663930303a343639363a373732393a376262333a66353266222c22323630303a316631383a3137393a663930303a346237643a643163633a326431303a323131222c22323630303a316631383a3137393a663930303a356336383a393162363a356437353a356437222c22323630303a316631383a3137393a663930303a37313a616639613a616465373a64373732222c22323630303a316631343a3230333a653430643a633836623a316532343a666162343a37643033222c22323630303a316631343a3230333a653438623a353533383a373762323a366531333a34663864222c22323630303a316631343a3230333a653436633a366338633a6263623a353234353a37613063222c22326130313a3466383a633031333a333463303a3a5c2f3634222c22326130313a3466383a633031333a336335323a3a5c2f3634222c22326130313a3466383a633031333a336335333a3a5c2f3634222c22326130313a3466383a633031333a6331383a3a5c2f3634222c22326130313a3466383a633031323a633630653a3a5c2f3634222c22326130313a3466383a633031333a336335353a3a5c2f3634222c22326130313a3466383a6331373a343265343a3a5c2f3634222c22326130313a3466383a633031333a336335343a3a5c2f3634222c22326130313a3466383a633031333a336335363a3a5c2f3634222c22326130313a3466383a633031333a336230663a3a5c2f3634222c22326130313a3466383a316331623a376563633a3a5c2f3634222c22326130313a3466383a316331633a353335333a3a5c2f3634222c22326130313a3466383a316331623a346566343a3a5c2f3634222c22326130313a3466383a316331623a356235613a3a5c2f3634222c22326130313a3466383a316331633a313161613a3a5c2f3634222c22326130313a3466383a316331633a373234303a3a5c2f3634222c22326130313a3466383a6330633a383366613a3a5c2f3634222c22326130313a3466383a6332633a626561653a3a5c2f3634222c22326130313a3466383a6332633a396663363a3a5c2f3634222c22326130313a3466383a316331633a613938613a3a5c2f3634222c22326130313a3466393a633031303a623437333a3a5c2f3634222c22326130313a3466393a633031323a643561363a3a5c2f3634222c22326130313a3466393a633031323a613935343a3a5c2f3634222c22326130313a3466393a633031303a646330333a3a5c2f3634222c22326130313a3466393a633031323a353932613a3a5c2f3634222c22326130313a3466393a633031303a653730623a3a5c2f3634222c22326130313a3466393a633031323a393763353a3a5c2f3634222c22326130313a3466393a633031323a623234363a3a5c2f3634222c22326130313a3466393a633031323a613534343a3a5c2f3634222c22326130313a3466663a66303a653963663a3a5c2f3634222c22326130313a3466663a66303a623266323a3a5c2f3634222c22326130313a3466663a3166303a393039323a3a5c2f3634222c22326130313a3466663a3166303a653832313a3a5c2f3634225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223132382e3139392e3130352e313734222c223136372e3137322e3137312e313032222c223134392e3234382e35302e3239222c223134362e3139302e32302e313133222c2234352e33322e36392e3134222c2234352e33322e3139352e323235222c223134392e32382e37392e313430222c223130382e36312e3136322e323134222c2233342e39322e34332e3634222c2234352e37362e3132332e323131222c2233342e36352e3131362e3830222c223133382e36382e3138372e323235222c2231332e34382e3233382e313537222c2234352e36332e3130342e3131222c2234352e33322e3135312e3231222c223139382e3139392e3131322e3637222c223133382e3139372e3230312e3637222c223139382e3231312e3132332e323037222c223134362e3139302e32302e31222c223139382e3231312e3132312e323137222c2234352e33322e3230322e3537222c223134362e3139302e32342e323331222c223130382e36312e3131392e313533222c223139382e3231312e3132332e3534222c2234352e33322e3134312e313633222c223130382e36312e3235322e313437222c223135352e3133382e3234372e3937222c223130382e36312e3232342e3336222c223137382e36322e36322e323532222c223230392e3232322e33302e323432222c223135392e36352e31392e3238222c223130382e36312e3231322e313431222c223136352e32322e3132322e323338222c223133382e36382e3133392e3938222c223139382e3231312e3132322e3634222c223134362e3139302e32302e3133222c223139382e3231312e3131382e3332222c223133392e35392e3137392e313532222c223230362e3138392e3137382e3134222c223137342e3133382e35372e323533222c223138382e3136362e3135302e3438222c223139322e3234312e3234332e3732222c2234362e3130312e31312e313436222c223136322e3234332e33372e3430222c223135392e3232332e3137352e323130222c223137382e36322e38352e313035222c223137382e36322e38332e313432222c223137382e36322e34302e313832222c223136352e3232372e37342e323234222c223135372e3234352e33322e3333222c223135392e38392e38322e3333222c223230372e3134382e31332e3535222c223135392e36352e39332e313338222c223136372e37312e3134332e3736222c2231362e3137302e3131342e3139222c2231332e3234362e35342e313232222c223136372e3137322e3137352e313638222c223136372e3137322e3136312e313131222c223136372e37312e36312e3838222c223138382e3136362e3134352e3739222c2233342e3136352e38302e313435222c223134332e3131302e3231362e323238222c2231382e3130322e312e3632222c223231362e3233382e37332e313032222c2231332e3234352e3232322e323033222c223135392e3232332e37342e313231222c223136372e3137322e3136332e3531222c223136372e3137322e3137312e3839222c223136372e3137322e3136332e323338222c2236382e3138332e33392e313032222c223136352e32322e3132352e313839222c223133382e36382e38332e323331222c2233352e3139352e3138382e323234222c2231352e3136302e36382e313739222c2233342e3131362e3135362e313330222c223134332e3131302e3137372e323532222c2234352e36332e3132312e313539222c2234352e33322e3134352e3739222c223139392e3234372e31322e313030222c223134332e3139382e3135332e3939222c223130372e3139312e34372e313331222c223134332e3234342e3137382e313839222c223133382e36382e3235322e323039222c223139382e3139392e3130302e3133222c223134332e3131302e3231362e313539222c223134332e3131302e3231362e3634222c223134332e3131302e3231362e3437222c223136372e3137322e3137312e3130222c223136372e3137322e3136332e323239222c223230392e39372e3137382e313135222c223136372e3137322e3136332e313238222c223136352e32322e3231302e323138222c2234352e36332e38382e323133222c2234352e36332e38362e313230222c2234352e33322e3132382e3830222c223130342e3135362e3232392e3234222c2234352e33322e3231322e3536222c223130342e3135362e3235352e313834222c223130382e36312e3231352e313739222c2234352e33322e3136362e313935222c2234352e33322e3136302e313732222c2234352e33322e3137312e3234222c223130372e3139312e35372e323337222c2234352e36332e32362e3738222c2234352e37362e3139322e3530222c2234352e33322e33362e313538222c223134332e3131302e3137372e323534222c223134332e3131302e3137372e3138222c223130342e3233382e3136342e313035222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e33322e3139352e313836222c2234352e37362e332e313132222c2234352e33322e372e3232222c2234352e37362e312e3434222c223136352e3232372e3130342e3631222c223136322e3234332e33372e3538222c223136372e39392e3232342e313533222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c223130382e36312e3230352e323031222c2234352e33322e3139322e313938222c2234352e33322e3139352e3933222c2234352e36332e39372e34222c223130342e3233382e3138352e313735222c223130342e3233382e3138352e3436222c223130342e3233382e3138362e323039222c2234352e37362e3132382e323530222c223130342e3233382e3137312e313736222c223136372e3137322e3137332e313635222c223130342e3233382e3138372e3631222c223130342e3233382e3137342e323334222c223130382e36312e3139362e3337222c223130382e36312e3139372e313437222c2234352e37362e3133342e313634222c2234352e37362e3133352e323533222c223130382e36312e3137332e30222c2234352e36332e39362e3638222c2234352e37362e3133342e3835222c2234352e33322e3138332e313238222c2234352e37362e3133302e3433222c2234352e37362e3132392e323132222c2234352e37362e3133342e313938222c2234352e37362e3133342e323337222c2234352e37362e3133352e3134222c2234352e33322e3139332e3133222c2234352e37362e34342e323231222c223134302e38322e35322e313939222c223139392e3234372e392e3633222c223134302e38322e35322e3531222c2234352e37372e36312e313838222c223134392e32382e3132342e313430222c223130382e36312e3232392e323532222c2235342e37322e3234372e313933222c223134322e39332e3130302e323335222c2231332e3234352e3139392e313538222c2235342e3139342e362e323533222c2234352e37362e3132322e3731222c2234352e37372e3233352e323436222c223136372e3137322e3137312e313530222c223231362e3233382e37362e323135222c223230372e3134382e3130362e313832222c2234352e37372e32332e3831222c223134312e3136342e35382e39222c223134312e3136342e34382e313631222c223134312e3136342e33352e323333222c2231332e34392e3134312e313332222c2231332e34382e3131302e323134222c2233342e36352e3134362e313038222c2233342e36352e39372e323531222c2233342e39352e3136332e313231222c2233342e39352e3231342e313837222c2233352e3139392e39362e323433222c2233342e37382e3132332e313230222c2233342e39322e3137312e313139222c2233342e3131382e35392e313438222c2233342e3131382e35332e3132222c2233342e36352e39372e3939222c2233342e3131362e3232392e313032222c2233342e3136352e31332e313930222c223230392e39372e3137312e3434222c2233342e3136352e3231392e313932222c2233342e3136352e3132302e313038222c2233352e3138372e3131392e313030222c2233342e33342e3138352e323336222c2233352e3234372e3234382e3237222c2231332e3234372e31372e3630222c2235342e3137302e372e3134222c2235322e34382e35322e3935222c2233342e39362e3133392e3835222c2233342e3135302e33352e3134222c223231362e3233382e38342e323037222c223231362e3233382e37372e313131222c2231352e3136312e38382e313539222c2231382e3130322e3235332e323032222c223134302e38322e342e323139222c2233342e32322e39362e313932222c2233352e3139382e3233322e323434222c2233342e3137352e34392e3234222c2233342e3137352e31392e313939222c2233342e3137352e32312e313635222c2233342e3137352e38362e3231222c2233342e31332e3136362e33222c2233342e31332e3138352e313133222c2233342e33342e39372e323133222c2233342e31332e3138382e3735222c2233342e3134312e31362e323032222c2233342e3135392e3137382e313936222c2233342e34302e33392e3331222c2233342e3130372e3131322e3434222c2233352e3139372e3235312e313136222c2233352e3139372e3139352e323133222c2233352e3139372e3233322e3137222c2233342e3134372e3231392e313432222c2233342e3135352e3134332e3537222c2233342e3136332e3134372e323530222c2233342e3135352e3233322e323239222c2233342e3135352e35382e313830222c2233352e3233352e3131352e313436222c2233342e39342e3137352e313232222c2233342e39342e3231362e323135222c2233342e3130322e3132312e323530222c2233342e3137342e392e323032222c2233342e3137342e34392e313639222c2233342e3137342e31362e313132222c2233342e3137342e31362e323030222c223136352e32322e37372e313937222c223139382e3139392e39352e323136222c223130382e36312e39392e323332222c2234352e33322e3235312e323130222c223139382e3139392e3131312e313232222c22326130333a623063303a313a64303a3a61343a36303031222c223137382e36322e34372e3833222c22326130333a623063303a313a61313a3a3361353a33303031222c2234362e3130312e38362e323533222c223138382e3136362e3137302e323333222c22323430303a363138303a303a64303a3a3235373a31222c223132382e3139392e3233302e3436222c223132382e3139392e3235322e3833222c22326130333a623063303a333a64303a3a6236643a34303031222c2234362e3130312e3137322e3339222c22326130333a623063303a333a64303a3a6236643a35303031222c2234362e3130312e3232372e323332222c223139382e3139392e39312e323434222c22323630343a613838303a3430303a64303a3a32633a31222c223139322e33342e36332e3737222c22323630343a613838303a3430303a64303a3a3639393a37303031222c223139382e3231312e3130342e3130222c22323630343a613838303a3430303a64303a3a3639393a39303031222c223139382e3139392e39312e3332222c22323430303a363138303a3130303a64303a3a39343a39303031222c223133392e35392e362e313635222c22323630343a613838303a6361643a64303a3a3264343a63303031222c223135392e3230332e36302e323139222c22326130333a623063303a333a64303a3a353736343a66303031222c2234362e3130312e3231372e313831222c22326130333a623063303a303a313031303a3a3361653a31222c223139382e3139392e3132362e3636222c22326130333a623063303a303a313031303a3a313430343a33303031222c223138382e3232362e3136312e323330222c223139322e3234312e3135312e313737222c2236372e3230372e38322e3933222c223133392e35392e3137302e3338222c22323630343a613838303a6361643a64303a3a6234353a64303031222c223136352e3232372e34372e323139222c223137382e3132382e34352e3931222c2234352e37362e3131392e313536222c2239352e3137392e3231302e3332222c223137382e3132382e34362e36222c22326130333a623063303a313a64303a3a313433323a37303031222c223137382e36322e35392e313936222c22326130333a623063303a313a65303a3a3261623a37303031222c223230392e39372e3134332e313836222c2234362e3130312e33372e3234222c223137342e3133382e34362e313031222c22326130333a623063303a313a65303a3a3236343a64303031222c223230392e39372e3133322e3339222c223137382e3132382e33372e313739222c223139322e3234312e3234322e313133222c22326130333a623063303a333a64303a3a65323a61303031222c223230372e3135342e3234362e313835222c223136322e3234332e32392e323235222c2231332e34392e38352e3237222c22323630343a613838303a323a64303a3a323134373a37303031222c223134322e39332e33312e313238222c223136322e3234332e33302e3734222c223130372e3137302e3234382e313739222c223134322e39332e34372e313338222c223136322e3234332e33322e313533222c223130372e3137302e3230332e3635222c22326130333a623063303a313a65303a3a3662303a36303031222c223136352e3233322e34342e323434222c223136322e3234332e33332e323035222c2234362e3130312e37352e313335222c223136352e3233322e39382e313833222c223136322e3234332e32302e313734222c2234352e36332e32372e3330222c223136372e39392e3234322e3431222c223136322e3234332e31392e313133222c223133392e3138302e3136342e313632222c223139382e3139392e3131352e313835222c223136322e3234332e3134312e313335222c223130372e3137302e3233352e323430222c223130342e3233362e3136332e3930222c223230392e39372e3133322e323430222c223138382e3136362e3135382e323234225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2235342e3139312e3133372e3137222c2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33392e3137372e313532222c2235322e34312e3233372e3132222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e38382e3131392e313232222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236222c2233342e3231312e3137382e323431222c2235322e32342e3233322e313538222c2235322e32362e3138372e323130222c2235322e34322e3138392e313139222c2235342e3138362e3234342e313238222c2235342e37312e35342e313032222c2233342e3231302e33352e323134222c2233342e3231332e37372e313838222c2233342e3231382e3132312e313736222c2235322e31302e3139302e313931222c2235322e31302e3232352e3936222c2235322e31312e3138372e313638222c2235322e32352e3133392e3736222c2235322e34332e3132372e323030222c2235342e3139312e3130382e39222c2235342e37302e3230312e323238222c2234342e3232342e3137342e313639222c2235322e33322e35372e3831222c2234342e3232352e3137372e313630222c2233342e3232332e3138362e323439222c2234342e3232342e3133352e323338222c2234342e3232362e3131312e3134222c2234342e3232352e3230332e313034222c2234342e3232362e3130302e313232222c2234342e3232342e3235302e313434222c2234342e3232352e3131382e323131222c2235342e3138392e39332e3639222c2234342e3233312e3138342e313132222c2234342e3233382e31302e3237222c2235342e3138352e3131362e3330222c2234342e3233382e35382e3935222c2235322e31332e32332e313534222c2235342e3134392e31362e3335222c2234342e3232362e39372e3230222c2235342e3234342e3234322e313434222c2234342e3233382e36372e313335222c2234342e3233352e31352e3736222c2235342e3231342e34372e313634222c2233342e3231342e34382e313335222c2235342e3138342e3233342e323237222c2234342e3233382e3234312e3935222c2235322e33372e3231372e313730222c2233342e3231342e3231322e3432222c2235342e3230332e3130392e313739225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37322e305c2f3231222c2237372e37352e37322e305c2f3233222c2237372e37352e37322e305c2f3233222c2237372e37352e37342e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37362e305c2f3233222c2237372e37352e37382e305c2f3233222c223138352e36362e3138382e305c2f3232222c22326130323a3539383a3a5c2f3332222c22326130323a3539383a323a3a5c2f3438222c22326130323a3539383a613a3a5c2f3438222c22326130323a3539383a623a3a5c2f3438222c22326130323a3539383a333333333a3a5c2f3438222c22326130323a3539383a343434343a3a5c2f3438225d7d2c22676f6f676c65223a7b226e223a22476f6f676c652053656172636820456e67696e65222c2264223a747275652c2272223a5b22323030313a343836303a343830313a31303a3a5c2f3634222c22323030313a343836303a343830313a31323a3a5c2f3634222c22323030313a343836303a343830313a31333a3a5c2f3634222c22323030313a343836303a343830313a31343a3a5c2f3634222c22323030313a343836303a343830313a31353a3a5c2f3634222c22323030313a343836303a343830313a31363a3a5c2f3634222c22323030313a343836303a343830313a31373a3a5c2f3634222c22323030313a343836303a343830313a31383a3a5c2f3634222c22323030313a343836303a343830313a31393a3a5c2f3634222c22323030313a343836303a343830313a31613a3a5c2f3634222c22323030313a343836303a343830313a31623a3a5c2f3634222c22323030313a343836303a343830313a31633a3a5c2f3634222c22323030313a343836303a343830313a31643a3a5c2f3634222c22323030313a343836303a343830313a31653a3a5c2f3634222c22323030313a343836303a343830313a31663a3a5c2f3634222c22323030313a343836303a343830313a32303a3a5c2f3634222c22323030313a343836303a343830313a32313a3a5c2f3634222c22323030313a343836303a343830313a32323a3a5c2f3634222c22323030313a343836303a343830313a32333a3a5c2f3634222c22323030313a343836303a343830313a32343a3a5c2f3634222c22323030313a343836303a343830313a32353a3a5c2f3634222c22323030313a343836303a343830313a32363a3a5c2f3634222c22323030313a343836303a343830313a32373a3a5c2f3634222c22323030313a343836303a343830313a32383a3a5c2f3634222c22323030313a343836303a343830313a32393a3a5c2f3634222c22323030313a343836303a343830313a323a3a5c2f3634222c22323030313a343836303a343830313a32613a3a5c2f3634222c22323030313a343836303a343830313a32623a3a5c2f3634222c22323030313a343836303a343830313a32633a3a5c2f3634222c22323030313a343836303a343830313a32643a3a5c2f3634222c22323030313a343836303a343830313a32653a3a5c2f3634222c22323030313a343836303a343830313a32663a3a5c2f3634222c22323030313a343836303a343830313a33303a3a5c2f3634222c22323030313a343836303a343830313a33313a3a5c2f3634222c22323030313a343836303a343830313a33323a3a5c2f3634222c22323030313a343836303a343830313a33333a3a5c2f3634222c22323030313a343836303a343830313a33343a3a5c2f3634222c22323030313a343836303a343830313a33353a3a5c2f3634222c22323030313a343836303a343830313a33363a3a5c2f3634222c22323030313a343836303a343830313a33373a3a5c2f3634222c22323030313a343836303a343830313a33383a3a5c2f3634222c22323030313a343836303a343830313a33393a3a5c2f3634222c22323030313a343836303a343830313a33613a3a5c2f3634222c22323030313a343836303a343830313a33623a3a5c2f3634222c22323030313a343836303a343830313a33633a3a5c2f3634222c22323030313a343836303a343830313a33643a3a5c2f3634222c22323030313a343836303a343830313a33653a3a5c2f3634222c22323030313a343836303a343830313a33663a3a5c2f3634222c22323030313a343836303a343830313a34303a3a5c2f3634222c22323030313a343836303a343830313a34313a3a5c2f3634222c22323030313a343836303a343830313a34323a3a5c2f3634222c22323030313a343836303a343830313a34343a3a5c2f3634222c22323030313a343836303a343830313a34353a3a5c2f3634222c22323030313a343836303a343830313a34363a3a5c2f3634222c22323030313a343836303a343830313a34373a3a5c2f3634222c22323030313a343836303a343830313a34383a3a5c2f3634222c22323030313a343836303a343830313a34393a3a5c2f3634222c22323030313a343836303a343830313a34613a3a5c2f3634222c22323030313a343836303a343830313a34623a3a5c2f3634222c22323030313a343836303a343830313a34633a3a5c2f3634222c22323030313a343836303a343830313a34643a3a5c2f3634222c22323030313a343836303a343830313a34653a3a5c2f3634222c22323030313a343836303a343830313a35303a3a5c2f3634222c22323030313a343836303a343830313a35313a3a5c2f3634222c22323030313a343836303a343830313a35323a3a5c2f3634222c22323030313a343836303a343830313a35333a3a5c2f3634222c22323030313a343836303a343830313a35343a3a5c2f3634222c22323030313a343836303a343830313a35353a3a5c2f3634222c22323030313a343836303a343830313a35363a3a5c2f3634222c22323030313a343836303a343830313a35373a3a5c2f3634222c22323030313a343836303a343830313a35383a3a5c2f3634222c22323030313a343836303a343830313a35393a3a5c2f3634222c22323030313a343836303a343830313a36303a3a5c2f3634222c22323030313a343836303a343830313a36313a3a5c2f3634222c22323030313a343836303a343830313a36323a3a5c2f3634222c22323030313a343836303a343830313a36333a3a5c2f3634222c22323030313a343836303a343830313a36343a3a5c2f3634222c22323030313a343836303a343830313a36353a3a5c2f3634222c22323030313a343836303a343830313a36363a3a5c2f3634222c22323030313a343836303a343830313a36373a3a5c2f3634222c22323030313a343836303a343830313a36383a3a5c2f3634222c22323030313a343836303a343830313a36393a3a5c2f3634222c22323030313a343836303a343830313a36613a3a5c2f3634222c22323030313a343836303a343830313a36623a3a5c2f3634222c22323030313a343836303a343830313a36633a3a5c2f3634222c22323030313a343836303a343830313a36643a3a5c2f3634222c22323030313a343836303a343830313a36653a3a5c2f3634222c22323030313a343836303a343830313a36663a3a5c2f3634222c22323030313a343836303a343830313a37303a3a5c2f3634222c22323030313a343836303a343830313a37313a3a5c2f3634222c22323030313a343836303a343830313a37323a3a5c2f3634222c22323030313a343836303a343830313a37333a3a5c2f3634222c22323030313a343836303a343830313a37343a3a5c2f3634222c22323030313a343836303a343830313a37353a3a5c2f3634222c22323030313a343836303a343830313a37363a3a5c2f3634222c22323030313a343836303a343830313a37373a3a5c2f3634222c22323030313a343836303a343830313a37383a3a5c2f3634222c22323030313a343836303a343830313a37393a3a5c2f3634222c22323030313a343836303a343830313a37613a3a5c2f3634222c22323030313a343836303a343830313a37623a3a5c2f3634222c22323030313a343836303a343830313a37633a3a5c2f3634222c22323030313a343836303a343830313a37643a3a5c2f3634222c22323030313a343836303a343830313a38303a3a5c2f3634222c22323030313a343836303a343830313a38313a3a5c2f3634222c22323030313a343836303a343830313a38323a3a5c2f3634222c22323030313a343836303a343830313a38333a3a5c2f3634222c22323030313a343836303a343830313a38343a3a5c2f3634222c22323030313a343836303a343830313a38353a3a5c2f3634222c22323030313a343836303a343830313a38363a3a5c2f3634222c22323030313a343836303a343830313a38373a3a5c2f3634222c22323030313a343836303a343830313a38383a3a5c2f3634222c22323030313a343836303a343830313a39303a3a5c2f3634222c22323030313a343836303a343830313a39313a3a5c2f3634222c22323030313a343836303a343830313a39323a3a5c2f3634222c22323030313a343836303a343830313a39333a3a5c2f3634222c22323030313a343836303a343830313a39343a3a5c2f3634222c22323030313a343836303a343830313a39353a3a5c2f3634222c22323030313a343836303a343830313a39363a3a5c2f3634222c22323030313a343836303a343830313a39373a3a5c2f3634222c22323030313a343836303a343830313a61303a3a5c2f3634222c22323030313a343836303a343830313a61313a3a5c2f3634222c22323030313a343836303a343830313a61323a3a5c2f3634222c22323030313a343836303a343830313a61333a3a5c2f3634222c22323030313a343836303a343830313a61343a3a5c2f3634222c22323030313a343836303a343830313a61353a3a5c2f3634222c22323030313a343836303a343830313a61363a3a5c2f3634222c22323030313a343836303a343830313a61373a3a5c2f3634222c22323030313a343836303a343830313a61383a3a5c2f3634222c22323030313a343836303a343830313a61393a3a5c2f3634222c22323030313a343836303a343830313a61613a3a5c2f3634222c22323030313a343836303a343830313a61623a3a5c2f3634222c22323030313a343836303a343830313a61633a3a5c2f3634222c22323030313a343836303a343830313a61643a3a5c2f3634222c22323030313a343836303a343830313a61653a3a5c2f3634222c22323030313a343836303a343830313a62303a3a5c2f3634222c22323030313a343836303a343830313a62313a3a5c2f3634222c22323030313a343836303a343830313a62323a3a5c2f3634222c22323030313a343836303a343830313a62333a3a5c2f3634222c22323030313a343836303a343830313a62343a3a5c2f3634222c22323030313a343836303a343830313a62353a3a5c2f3634222c22323030313a343836303a343830313a633a3a5c2f3634222c22323030313a343836303a343830313a663a3a5c2f3634222c223139322e3137382e342e305c2f3237222c223139322e3137382e342e3132385c2f3237222c223139322e3137382e342e3136305c2f3237222c223139322e3137382e342e3139325c2f3237222c223139322e3137382e342e33325c2f3237222c223139322e3137382e342e36345c2f3237222c223139322e3137382e342e39365c2f3237222c223139322e3137382e352e305c2f3237222c223139322e3137382e362e305c2f3237222c223139322e3137382e362e3132385c2f3237222c223139322e3137382e362e3136305c2f3237222c223139322e3137382e362e3139325c2f3237222c223139322e3137382e362e3232345c2f3237222c223139322e3137382e362e33325c2f3237222c223139322e3137382e362e36345c2f3237222c223139322e3137382e362e39365c2f3237222c223139322e3137382e372e305c2f3237222c223139322e3137382e372e3132385c2f3237222c223139322e3137382e372e3136305c2f3237222c223139322e3137382e372e3139325c2f3237222c223139322e3137382e372e3232345c2f3237222c223139322e3137382e372e33325c2f3237222c223139322e3137382e372e36345c2f3237222c223139322e3137382e372e39365c2f3237222c2233342e3130302e3138322e39365c2f3238222c2233342e3130312e35302e3134345c2f3238222c2233342e3131382e3235342e305c2f3238222c2233342e3131382e36362e305c2f3238222c2233342e3132362e3137382e39365c2f3238222c2233342e3134362e3135302e3134345c2f3238222c2233342e3134372e3131302e3134345c2f3238222c2233342e3135312e37342e3134345c2f3238222c2233342e3135322e35302e36345c2f3238222c2233342e3135342e3131342e3134345c2f3238222c2233342e3135352e39382e33325c2f3238222c2233342e3136352e31382e3137365c2f3238222c2233342e3137352e3136302e36345c2f3238222c2233342e3137362e3133302e31365c2f3238222c2233342e32322e38352e305c2f3237222c2233342e36342e38322e36345c2f3238222c2233342e36352e3234322e3131325c2f3238222c2233342e38302e35302e38305c2f3238222c2233342e38382e3139342e305c2f3238222c2233342e38392e31302e38305c2f3238222c2233342e38392e3139382e38305c2f3238222c2233342e39362e3136322e34385c2f3238222c2233352e3234372e3234332e3234305c2f3238222c2236362e3234392e36342e305c2f3237222c2236362e3234392e36342e3132385c2f3237222c2236362e3234392e36342e3136305c2f3237222c2236362e3234392e36342e3139325c2f3237222c2236362e3234392e36342e3232345c2f3237222c2236362e3234392e36342e33325c2f3237222c2236362e3234392e36342e36345c2f3237222c2236362e3234392e36342e39365c2f3237222c2236362e3234392e36352e305c2f3237222c2236362e3234392e36352e3132385c2f3237222c2236362e3234392e36352e3136305c2f3237222c2236362e3234392e36352e3139325c2f3237222c2236362e3234392e36352e3232345c2f3237222c2236362e3234392e36352e33325c2f3237222c2236362e3234392e36352e36345c2f3237222c2236362e3234392e36352e39365c2f3237222c2236362e3234392e36362e305c2f3237222c2236362e3234392e36362e3132385c2f3237222c2236362e3234392e36362e3136305c2f3237222c2236362e3234392e36362e3139325c2f3237222c2236362e3234392e36362e3232345c2f3237222c2236362e3234392e36362e33325c2f3237222c2236362e3234392e36362e36345c2f3237222c2236362e3234392e36362e39365c2f3237222c2236362e3234392e36372e305c2f3237222c2236362e3234392e36372e33325c2f3237222c2236362e3234392e36372e36345c2f3237222c2236362e3234392e36382e305c2f3237222c2236362e3234392e36382e3132385c2f3237222c2236362e3234392e36382e3136305c2f3237222c2236362e3234392e36382e3139325c2f3237222c2236362e3234392e36382e33325c2f3237222c2236362e3234392e36382e36345c2f3237222c2236362e3234392e36382e39365c2f3237222c2236362e3234392e36392e305c2f3237222c2236362e3234392e36392e3132385c2f3237222c2236362e3234392e36392e3136305c2f3237222c2236362e3234392e36392e3139325c2f3237222c2236362e3234392e36392e3232345c2f3237222c2236362e3234392e36392e33325c2f3237222c2236362e3234392e36392e36345c2f3237222c2236362e3234392e36392e39365c2f3237222c2236362e3234392e37302e305c2f3237222c2236362e3234392e37302e3132385c2f3237222c2236362e3234392e37302e3136305c2f3237222c2236362e3234392e37302e3139325c2f3237222c2236362e3234392e37302e3232345c2f3237222c2236362e3234392e37302e33325c2f3237222c2236362e3234392e37302e36345c2f3237222c2236362e3234392e37302e39365c2f3237222c2236362e3234392e37312e305c2f3237222c2236362e3234392e37312e3132385c2f3237222c2236362e3234392e37312e3136305c2f3237222c2236362e3234392e37312e3139325c2f3237222c2236362e3234392e37312e3232345c2f3237222c2236362e3234392e37312e33325c2f3237222c2236362e3234392e37312e36345c2f3237222c2236362e3234392e37312e39365c2f3237222c2236362e3234392e37322e305c2f3237222c2236362e3234392e37322e3132385c2f3237222c2236362e3234392e37322e3136305c2f3237222c2236362e3234392e37322e3139325c2f3237222c2236362e3234392e37322e3232345c2f3237222c2236362e3234392e37322e33325c2f3237222c2236362e3234392e37322e36345c2f3237222c2236362e3234392e37332e305c2f3237222c2236362e3234392e37332e3132385c2f3237222c2236362e3234392e37332e3136305c2f3237222c2236362e3234392e37332e3139325c2f3237222c2236362e3234392e37332e3232345c2f3237222c2236362e3234392e37332e33325c2f3237222c2236362e3234392e37332e36345c2f3237222c2236362e3234392e37332e39365c2f3237222c2236362e3234392e37342e305c2f3237222c2236362e3234392e37342e3132385c2f3237222c2236362e3234392e37342e3136305c2f3237222c2236362e3234392e37342e3139325c2f3237222c2236362e3234392e37342e3232345c2f3237222c2236362e3234392e37342e33325c2f3237222c2236362e3234392e37342e36345c2f3237222c2236362e3234392e37342e39365c2f3237222c2236362e3234392e37352e305c2f3237222c2236362e3234392e37352e3132385c2f3237222c2236362e3234392e37352e3136305c2f3237222c2236362e3234392e37352e3139325c2f3237222c2236362e3234392e37352e3232345c2f3237222c2236362e3234392e37352e33325c2f3237222c2236362e3234392e37352e36345c2f3237222c2236362e3234392e37352e39365c2f3237222c2236362e3234392e37362e305c2f3237222c2236362e3234392e37362e3132385c2f3237222c2236362e3234392e37362e3136305c2f3237222c2236362e3234392e37362e3139325c2f3237222c2236362e3234392e37362e3232345c2f3237222c2236362e3234392e37362e33325c2f3237222c2236362e3234392e37362e36345c2f3237222c2236362e3234392e37362e39365c2f3237222c2236362e3234392e37372e305c2f3237222c2236362e3234392e37372e3132385c2f3237222c2236362e3234392e37372e3136305c2f3237222c2236362e3234392e37372e3139325c2f3237222c2236362e3234392e37372e3232345c2f3237222c2236362e3234392e37372e33325c2f3237222c2236362e3234392e37372e36345c2f3237222c2236362e3234392e37372e39365c2f3237222c2236362e3234392e37382e305c2f3237222c2236362e3234392e37382e3132385c2f3237222c2236362e3234392e37382e3136305c2f3237222c2236362e3234392e37382e33325c2f3237222c2236362e3234392e37382e36345c2f3237222c2236362e3234392e37382e39365c2f3237222c2236362e3234392e37392e305c2f3237222c2236362e3234392e37392e3132385c2f3237222c2236362e3234392e37392e3136305c2f3237222c2236362e3234392e37392e3139325c2f3237222c2236362e3234392e37392e3232345c2f3237222c2236362e3234392e37392e33325c2f3237222c2236362e3234392e37392e36345c2f3237225d7d7d, 'yes'),
('wordfenceI18n', 0x31, 'yes'),
('wordpressPluginVersions', 0x613a32323a7b733a31363a2274696e796d63652d616476616e636564223b733a353a22352e392e32223b733a373a22616b69736d6574223b733a353a22352e332e31223b733a333a22616d70223b733a353a22322e352e34223b733a31373a2264697361626c652d677574656e62657267223b733a353a22332e322e31223b733a393a22656c656d656e746f72223b733a363a22332e32302e31223b733a31353a226b6b2d737461722d726174696e6773223b733a353a22352e342e37223b733a32353a226c75636b7977702d7461626c652d6f662d636f6e74656e7473223b733a353a22322e312e38223b733a31313a22706f6b612d726576696577223b733a353a22312e312e33223b733a31393a2273686f7274636f6465732d756c74696d617465223b733a353a22372e312e35223b733a31363a2274642d636c6f75642d6c696272617279223b733a33313a22332e33207c206275696c74206f6e2030382e30322e323032342031343a3434223b733a31313a2274642d636f6d706f736572223b733a33313a22342e37207c206275696c74206f6e2030382e30322e323032342031343a3434223b733a31363a2274642d6d6f62696c652d706c7567696e223b733a33313a22322e36207c206275696c74206f6e2031312e30332e323032342031313a3034223b733a31333a2274642d6e6577736c6574746572223b733a33313a22312e39207c206275696c74206f6e2031322e30322e323032342031353a3030223b733a31373a2274642d736f6369616c2d636f756e746572223b733a33313a22352e35207c206275696c74206f6e2031312e30332e323032342031313a3034223b733a31363a2274642d7374616e646172642d7061636b223b733a33313a22322e34207c206275696c74206f6e2030382e30322e323032342031343a3434223b733a31313a2275706472616674706c7573223b733a363a22312e32352e31223b733a393a22776f726466656e6365223b733a363a22372e31302e33223b733a32343a22777066726f6e742d6e6f74696669636174696f6e2d626172223b733a333a22332e34223b733a393a2277702d726f636b6574223b733a363a22332e31352e33223b733a31343a227770732d686964652d6c6f67696e223b733a383a22312e392e31332e32223b733a31333a22776f726470726573732d73656f223b733a343a2232332e37223b733a32313a22776f726470726573732d73656f2d7072656d69756d223b733a343a2232332e34223b7d, 'yes'),
('wordpressThemeVersions', 0x613a353a7b733a393a224e6577737061706572223b733a363a2231322e362e34223b733a31363a227477656e74797477656e747966697665223b733a333a22312e30223b733a31363a227477656e74797477656e7479666f7572223b733a333a22312e30223b733a31373a227477656e74797477656e74797468726565223b733a333a22312e33223b733a31353a227477656e74797477656e747974776f223b733a333a22312e36223b7d, 'yes'),
('wordpressVersion', 0x362e392e31, 'yes'),
('wp_home_url', 0x687474703a2f2f61627439306972616e2e626574, 'yes'),
('wp_site_url', 0x687474703a2f2f61627439306972616e2e626574, 'yes');

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

--
-- Table structure for table `wp_wfcrawlers`
--

CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfcrawlers`
--

INSERT INTO `wp_wfcrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffff2d9c5746, 0x69b1b37c0420acb24f6f442198c30e9a, 'verified', 1772691718, ''),
(0x00000000000000000000ffff2d9c5746, 0x8bfc17c095903e8d6230ab6f51318cf6, 'badPTR', 1772691718, '45.156.87.70'),
(0x00000000000000000000ffffb29ce5d8, 0x69b1b37c0420acb24f6f442198c30e9a, 'verified', 1772314062, ''),
(0x00000000000000000000ffffb29ce5d8, 0x8bfc17c095903e8d6230ab6f51318cf6, 'badPTR', 1772314062, 'static.216.229.156.178.clients.your-server.de');

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

--
-- Table structure for table `wp_wffilechanges`
--

CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wffilemods`
--

CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wffilemods`
--

INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x000123d9a785b3b8c1e24d1fec0f2513, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', 1, 0x00000000000000000000000000000000, 0x5629b9e8c78dab34e34891b2a0846a1c, 0x695e5bc0e0758004deae875614952ac4d5f7f4778ffc2c300839fa47234b08b9, '', 0, '?'),
(0x0006f5a4b4cd14ed7da9a1ff075817af, 'wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', 1, 0x00000000000000000000000000000000, 0x3b848eb5c14d25be34a4983bb689e100, 0x83ac62c22d1d037ecd25f21799ff7e000f98ec47c6b64dd1ee8535a3cd08d338, '', 0, '?'),
(0x0007f04f69c25669b0e260e7b45dc7d9, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', 1, 0x00000000000000000000000000000000, 0x1689fd2f493bbee94693d64112721f0b, 0xcaa1e32ef74a466f5030405cc6809c6885eff013ec257a3e3fffeb0f94c27085, '', 0, '?'),
(0x000a88d0b72bf65f786564e80f20e4b1, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', 0, 0xba57807be8ea5d6dae09656dc7d11348, 0xba57807be8ea5d6dae09656dc7d11348, 0xf3c88b683f65752dfcfd33c69ddd15500ddb292b910d07577deef2cb3d97ba43, '', 0, '?'),
(0x000e1f528947677879580344276878af, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin.php', 1, 0x00000000000000000000000000000000, 0x372e3a124921e8571c301aa63a771a65, 0x31e849801a1c23ca32dd21ac23216887a7d37bbd698124fab6fe2ec9478cd868, '', 0, '?'),
(0x000ecad21ff26235f3c99ed3d1539562, 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-activator.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-activator.php', 1, 0x00000000000000000000000000000000, 0x34be1c4e7bc8866750ecc20b5bed8aad, 0x8d0d1f9dd0521ab3f12803de25bf845536dc9b29a8de5579f7d0545fed643f5d, '', 0, '?'),
(0x00108716c15e25e9e23c779e8271bbed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x00119dfd823c3edeb65be9ed20fbc1a4, 'wp-content/themes/Newspaper/author.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/author.php', 0, 0xf72669cceea1155c5397e3f2b1bb810e, 0xf72669cceea1155c5397e3f2b1bb810e, 0xb43f57485db700872a4199b4dd3a6bf0cbf08616ad5867b7caf8b366910ceac3, '', 0, '?'),
(0x0012f2277f2fe31ba458f43803297841, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-5.png', 0, 0x16939b055e15669dcc7898b09f7cfb5e, 0x16939b055e15669dcc7898b09f7cfb5e, 0x0c722ecb93675cc0ceaaf8a1b1f1f61130c09ea54c46e370629d288f0d1eff79, '', 0, '?'),
(0x0019c63de6ddec8a809a004faa593908, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-notices.php', 0, 0xbbb7c34fe405b891cf3f07d94427eb02, 0xbbb7c34fe405b891cf3f07d94427eb02, 0x70ac456bc1176f15dc76ba62e0d9c3d8231aa73345a609960015ee60e85c3aaf, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x0024a0f4b5a0bea4d42811cffafd80d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_7.php', 0, 0x86f889878c46d8e4ee0e89e4c0ac857c, 0x86f889878c46d8e4ee0e89e4c0ac857c, 0x689da39516b1ead95540f0c5c74e1a0822dff83f95bb4db55ad855f11a7a3c23, '', 0, '?'),
(0x002772b5f8c54fc7c235ec892c38cf42, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', 1, 0x00000000000000000000000000000000, 0x1966368527d55a201e6dfac8cba149a8, 0x87e2f66868ba26100e39864579db47843b0a2387f94feab3289ae07e9bf31705, '', 0, '?'),
(0x0029341e0a5459fca1643447151e7eb6, 'wp-includes/images/w-logo-blue-white-bg.png', '/home/abt90iranbet/public_html/wp-includes/images/w-logo-blue-white-bg.png', 1, 0x00000000000000000000000000000000, 0x000bf649cc8f6bf27cfb04d1bcdcd3c7, 0x4f9cc997a06fb593f1d2110543ab8e41d22f788a87a0cd3cea95dc25343d183f, '', 0, '?'),
(0x002f47a2afd6b5331cf457345d25ed34, 'wp-content/plugins/kk-star-ratings/src/core/actions/metabox/content.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/metabox/content.php', 1, 0x00000000000000000000000000000000, 0xcefb5ae1dceadeccbfc9f448ae06cb81, 0xb716e67d77ab14e21fefee96a45c69aedb01d4a539549cd376a09108962e92f4, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', '/home/abt90iranbet/public_html/wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x0ac9643456da8b537e741dc9b1acc5ba, 0x986febe19591b02274ce79bc53828db6b0a64d389021392fb73f185910ad58cb, '', 0, '?'),
(0x0031207f9e75059258b8df1e74549810, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', 0, 0x4b7afde99873d8dfc93ee99da188fadf, 0x4b7afde99873d8dfc93ee99da188fadf, 0x21135d31b621afded37b0644335e04eb558e36ce990196fc2a996e1bc968855e, '', 0, '?'),
(0x00338d6866d10a6f723c9e04f93b9e8c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_import.php', 0, 0x175b340b337246ff210c38a6fc2e6170, 0x175b340b337246ff210c38a6fc2e6170, 0xd128b6c6e1b1c2222a3df4a199b3cdf41cf6bb6ee417b0240deac9a74bef906b, '', 0, '?'),
(0x0033d6f54d27f339e2192ccb1687edc1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', 1, 0x00000000000000000000000000000000, 0xd615d08a34103a5d5622161621ad6ccf, 0x07e769be630e0a193fdfde5557cbf0ca34d6bdc8e275e52f45c5a28b7b9b6bc2, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x1b41010fc776593e06889a465a6f8646, 0xc88360cc5c8a1bd20ae2e27064bb21e1273e5a45230ebd95ca7be22333f24fe5, '', 0, '?'),
(0x003d3bce6b10a5aa4290bfb4d3bfbd52, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-4.png', 0, 0x5fe1edc55f32dd4be59f42e50dff217a, 0x5fe1edc55f32dd4be59f42e50dff217a, 0xccc19cabd64ac56e61ca06a13d55ac09fc0a4ca3ce5ab53f8530ec1653cf6d34, '', 0, '?'),
(0x004180d09c68070d35c8aa572d966b83, 'wp-content/plugins/td-composer/td-multi-purpose/less/variables.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/variables.less', 0, 0x477dabe7be5a1de0a327df77a567b35b, 0x477dabe7be5a1de0a327df77a567b35b, 0x9303d62cae781867482cd0697ab9e7af32a2fc92bd212aa0d48822f5a8f921d3, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', '/home/abt90iranbet/public_html/wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0xfc50f5fa2f49475637779081b910d859, 0xfb45b29184375d30d8fd2d69ac088f598c85e1caef3607777e55f836aa97110b, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x705afa98a3cb02c43a03218419d9bcd1, 0x33edb36ca640d9e499fa976fa32dc93319f61596fd53a6cce0d58f26ca219dd0, '', 0, '?'),
(0x004c2a903167a46e479f482a48d6bc51, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-api.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-api.php', 1, 0x00000000000000000000000000000000, 0xc2fa591a4a33397fbb2a688b13187dc1, 0xd102a429eed3e12ac258d70a298d0b6304750519d7b7da1837807f774c619086, '', 0, '?'),
(0x005c73e8c154c390ab02bdd69838e1c3, 'wp-includes/blocks/post-excerpt/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor.css', 1, 0x00000000000000000000000000000000, 0xa639c1ffd561b94ef0343d92991d0d5e, 0xc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5f, '', 0, '?'),
(0x005ecd6d23e54b06a7ae67a920344607, 'wp-content/plugins/akismet/_inc/akismet-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet-admin.js', 1, 0x00000000000000000000000000000000, 0xc1b0c9f2684128f64bc9f26c6eb148ac, 0x3e23134170ab1947a1ae4b9f87dca4bbe9cfc1ba3fd530948e694978143390bf, '', 0, '?'),
(0x005f135bb5205266287905e3fc7317c0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php', 1, 0x00000000000000000000000000000000, 0xa7859982e77851b59d6637916bee9e85, 0xdc6ba335f5f1f1514d51e4f561a8ca9408e28260f7ea78f8a18e172ba0c4c8c4, '', 0, '?'),
(0x005f6a422932e5d47177a7ee3cd6b1f6, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/column.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/column.php', 1, 0x00000000000000000000000000000000, 0xaf63196909ff44c6bf1278ea8646598f, 0xba920d28f447104b542b71c9612bba12899763bb71b2b6a2539968a27bf7a920, '', 0, '?'),
(0x005fec5db817a977674753d24b158bed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x197e117244be35150fee79d945aaa73a, 0x0ec3131ef4e89bae81b6cf1ce0215a7cbe9c4c92ed16c1783c4136a52603bcf0, '', 0, '?'),
(0x00605ba08e1cae9b1ae0bcb88a8b86e6, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_page.php', 0, 0xf91c9db6afad0c7bc508f584d79df2d7, 0xf91c9db6afad0c7bc508f584d79df2d7, 0x3b1189516664258aef35a30e4692e3bb994bb280b2adaeeb36e28b8b7a838bf7, '', 0, '?'),
(0x0063fbdd80421580d35509b79887683b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x00689682514a94b03ff00458fc34af2d, 'wp-content/plugins/elementor/assets/js/ai.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai.min.js', 1, 0x00000000000000000000000000000000, 0xe81e966c0fa7cb6d436a5c877c5b5111, 0xb2e85dea03b8d380e39e1ad70db078ea64ce3b05569d006e0280c1c68ff1189d, '', 0, '?'),
(0x006d5f5c8f8867e77133e3a2a02c8f2d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/demo_style.css', 0, 0x4ca3091b15c089eb37d85cad1e51d2f3, 0x4ca3091b15c089eb37d85cad1e51d2f3, 0xb99e3ce12a8131cb9651ecf67ec9f08463fdce01ae7a410063187f4761a2c1d7, '', 0, '?'),
(0x0072e6b9ec5f6a69725f1cb1098a785c, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/tools-menu.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/tools-menu.php', 0, 0xee1338799e36fb26d1470dc49d5cfad6, 0xee1338799e36fb26d1470dc49d5cfad6, 0x9be2a268047a191a72d3c664d715f94fb46cc5f10ebc90a0c58c36c21bb20cd9, '', 0, '?'),
(0x00745859611802758b78c01e745d8cb3, 'wp-content/plugins/wordpress-seo-premium/src/generated/container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/container.php', 0, 0x30c744f631571d40fee216b65700d099, 0x30c744f631571d40fee216b65700d099, 0x8e249aa28c2424bb136891c6fb039d49571f9d716301a048e504608756b6797a, '', 0, '?'),
(0x0081840def0107d32bc5569801d8e5a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_6.php', 0, 0x438a35f3ed6519a5368d4848bac2a4ef, 0x438a35f3ed6519a5368d4848bac2a4ef, 0xcd3152d651e7e2eab97d50e6179e7db076c4632231c0e7e7540dbbb9b6e8aad1, '', 0, '?'),
(0x008405d927b5f8e1846a86274be8b104, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/demo_style.css', 0, 0x2f94e2bde253fefa7bf71f10d57afb14, 0x2f94e2bde253fefa7bf71f10d57afb14, 0x9a69d230e8cdac74cf8a4caf936dc67283a64cd86748e12c0222ee35bcc901a5, '', 0, '?'),
(0x0087e932ed04a4b61220d04b79da76af, 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 1, 0x00000000000000000000000000000000, 0x1bbdfde17202e3de18c6894d37072b44, 0xdb596ac2fb84eb78d6f7dedb4aafb16f71e793f221a19d624e676bd4591e4082, '', 0, '?'),
(0x00898c50359bda477ee0a89dfae0ac3e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', 1, 0x00000000000000000000000000000000, 0xf356bf0482992ad1cc81820489c811f7, 0x23792b759bdcefa050dae7a93cc5997d8c898bb3a27d558d5e1a525dc35129d8, '', 0, '?'),
(0x0089d589d113d8a96e6741f59700ad9a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_485x360.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_485x360.png', 0, 0x44f18ca05841f09390d6362ec72a89f8, 0x44f18ca05841f09390d6362ec72a89f8, 0x3baebadc7524eedd7cefafd6b7928ee4294cb848bcb27a116805309590e02d97, '', 0, '?'),
(0x008cc1d1940f15c74a065aa20b12cd02, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1.php', 0, 0x658664addf6f04c2c8cb4046e5827e27, 0x658664addf6f04c2c8cb4046e5827e27, 0x4d5d337ecc0ece7d8724807378484c206d5997015443a2fedf4142f1202a9203, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0x4b32aebbed7e5116c14ccae8656cfa7c, 0x8ccf3dd484cc0344cf814fc2b4e7905a4d50e67ed9f93e2f136cd2e7ee35a8e5, '', 0, '?'),
(0x0092a827a0360626488276845ddee98f, 'wp-includes/block-bindings/post-meta.php', '/home/abt90iranbet/public_html/wp-includes/block-bindings/post-meta.php', 1, 0x00000000000000000000000000000000, 0x893d6eb00f3d0b4655ca2aec0c93d14a, 0x06c014b50108e54dccee84de7f63e0154323f7c64418ca8f720394321dc7d765, '', 0, '?'),
(0x009417c21b25cea54a2d9a70be1608c9, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 1, 0x00000000000000000000000000000000, 0x168cb3275d47a0cd81819890d775b4c6, 0x10e0d136f305e8696efd766fd281961ae995f03a08c4ce8b4b6238499ba84101, '', 0, '?'),
(0x0094ea041b1c746295d8bef0e3ff2362, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_8.php', 0, 0xf9185335b0ca09c27250ac11ea1df718, 0xf9185335b0ca09c27250ac11ea1df718, 0x26dc3f725ccee43f53892e7d3a5ac4832623a312e408900d6d9a8eb708dc7b38, '', 0, '?'),
(0x0095b336f5f2654004569ba37049a744, 'wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 1, 0x00000000000000000000000000000000, 0xfa81a7643b479b67a1ae9bdf01601404, 0x74255499084b4383af8c799725656a0e164ef4c77496e84f6bf1f0c9d49246c9, '', 0, '?'),
(0x009847535d205e7c0ad8ba90bcc2f816, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/demo_style.css', 0, 0xf975632e007763158ff6f1b1c34327eb, 0xf975632e007763158ff6f1b1c34327eb, 0xabbee93b58c1adae55320429f2c19164dac384eaf4bdc887d83ee27c92623e85, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc8f034336b8c267417f7388b70a2f49f, 0xd06afdaa2bf9d34a4cc2a6ab7ba29de3e1d7b91af497c7495dedd98bc53decc0, '', 0, '?'),
(0x00a1e7a13fdf5bba05159392526beaa0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x00a6f2ca0040c034eac67635897ba9e4, 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php', 0, 0x9ae90d3f444cf0d574d2c7ea73f705a1, 0x9ae90d3f444cf0d574d2c7ea73f705a1, 0xa7dc9a1a7022f8aec5e09241e7192ce805f318eb363d430a99cedb3750fd570b, '', 0, '?'),
(0x00a720b038d033ca0876dfb27095c673, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_1.php', 0, 0x24e790d97595a9e2ca0b33ac67e97cac, 0x24e790d97595a9e2ca0b33ac67e97cac, 0xf2c444250a878555ff576c6bfc3077ce44c190b162b792b65409838b010b4a59, '', 0, '?'),
(0x00a941117dc5a0031d818a73fed1228c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-11.png', 0, 0xb8b169e0d58b89a06b77b4c6a66a65ea, 0xb8b169e0d58b89a06b77b4c6a66a65ea, 0x67f985bfd11d546a7b082823fc56e2d85fd9070381835a1874add8e71468cb01, '', 0, '?'),
(0x00a957fba088e16e463104ab4c02e93a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', 1, 0x00000000000000000000000000000000, 0xbb2232c405b989ea1d85be6f591893c1, 0x4d4fc0a262ecf0241c88a5b3c3a370cf6ed656c1dcb2983c99e931dc6b2f3111, '', 0, '?'),
(0x00b058f6aa4c148e26a486aca21af266, 'wp-includes/blocks/page-list-item/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list-item/block.json', 1, 0x00000000000000000000000000000000, 0xff2d2dc2aa5a122892cea1a37f8f5243, 0xb39c3fe7f135a2e3e0a0b02901050627b95cc7fa7f444d685fb9e691019a8bc9, '', 0, '?'),
(0x00b262bbc0a94924570d8539f8ce506f, 'wp-content/plugins/luckywp-table-of-contents/core/base/Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Request.php', 1, 0x00000000000000000000000000000000, 0x55c8d5f85b361c68f754f838277cd184, 0x53f1f7a4bc39d79e04551cc7012b5c402677f1f19ae2a2bcc5fd6528f7af94c7, '', 0, '?'),
(0x00b67718d818026a8b47bf51eb89413b, 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/embedded.1690810710.css', 1, 0x00000000000000000000000000000000, 0x1365e650803abc7d3a5ef1e51602960f, 0x911f27f9cfcd7d2d71386919afceb221315446e9e00c57d4ca86aa890adeea95, '', 0, '?'),
(0x00b7c1cf2a91960232099be0b358bd80, 'wp-content/plugins/amp/src/AmpWpPluginFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/AmpWpPluginFactory.php', 1, 0x00000000000000000000000000000000, 0x7aa4cf7f1652742d23d05f32ce0f847c, 0xc1ffbbade9089abc1c9ce927a0d8f9870885fedc3046d9c8490c190ed88409db, '', 0, '?'),
(0x00b9c107a7be79ca2e7260a331bb59e0, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php', 0, 0xd24c2d85f7455eaf89d9228baa9c1625, 0xd24c2d85f7455eaf89d9228baa9c1625, 0xe0b46e3d739554323cbabab605f7a7aa8cfdb0ee701094419f9de4fd9bafb48a, '', 0, '?'),
(0x00ba1b91d44604ee1c977e3fe709c213, 'wp-content/plugins/elementor/assets/shapes/mountains.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg', 1, 0x00000000000000000000000000000000, 0x00507125d440dcf375c1c222034fcecd, 0xf7d405141ef1f713e715d37dc38ed7afaef93c70ddada216e6e48123a9070258, '', 0, '?'),
(0x00bce338e6a59a8eb4a269d3e5ee52f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_1.php', 0, 0x11cc4c76f8fdd82d528470a0aa092214, 0x11cc4c76f8fdd82d528470a0aa092214, 0xf83230bd4f075a74f3873065bcadcfabbd76e6dc940febd485f18d8a7a40653c, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', '/home/abt90iranbet/public_html/wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0x3842a3d37bd153aeec9e1ca241bd5e38, 0xdd2456c7222a3adc4770fccc83d5cba44196c0a85bbb892988a971cf5f7e0d6b, '', 0, '?'),
(0x00c9626fc2e51fdc40dd435f35e3bf97, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', 1, 0x00000000000000000000000000000000, 0x4c980679601bb4f7c1407a82d40de355, 0xb5ff8d4e2607efe28b250118b1861c4d71f1d61e0f7741bdd7e11490233520d4, '', 0, '?'),
(0x00cb5859ee2094ab251a8e4cebb6ea08, 'wp-content/languages/plugins/elementor-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR.po', 0, 0xe1218a95f93dccfd3530dbae42e3c5b8, 0xe1218a95f93dccfd3530dbae42e3c5b8, 0x7fd74a50e44685fdc47695658241bc72a550cfcbfe3c03b93ff5b907124f651b, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0xb79d820818a98315fbbd0cc93c36bb3c, 0x83d5e02ceefb3d9c8aa49643639f6a789d66665385a2af4ca405fab0a8e9273b, '', 0, '?'),
(0x00d065432c1ee622b4dcbc9545e048a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php', 1, 0x00000000000000000000000000000000, 0x94d4e31c7b5bbca7401d0dba5fe9fd46, 0xb99eacf9f2579f7b2c3809a3ebea822c4de22b9d9afff236e0dd331ee6092b73, '', 0, '?'),
(0x00d14bf4b0f725bf352ce4bc241bcba3, 'wp-includes/blocks/video/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme.min.css', 1, 0x00000000000000000000000000000000, 0x0958369f5412635723cd2796084c8bf1, 0x4420661bbfbe379eba52832e0cc02bcceefe3ba96031f42d703a7d1779751c36, '', 0, '?'),
(0x00e28d75e70f4dea0ea17e7d7bace6d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', '/home/abt90iranbet/public_html/wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0xfe648249ba1313e1f2557b7831b71741, 0x111046aae575865800be6f67ab3a7e94c868c6e95f94841135d2cb70ed74d224, '', 0, '?'),
(0x00ed76b988ae8bd8a601a3def1f7dd9e, 'wp-includes/blocks/post-template/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2ae0598d388a5b9888223b5404bd0e9, 0x685f1098be115b721054f90d1336dee9a239e1f544f13aeaeacdc797827fbfc5, '', 0, '?'),
(0x00f0c53df20b9293cdccda2c9324a8db, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_7.php', 0, 0x387a9e5dc7ff045d9446ceee65526a3b, 0x387a9e5dc7ff045d9446ceee65526a3b, 0x00012cbfecf933f5be7a8bc001dc20ec147a3f194f28bd2f80e09215020a444b, '', 0, '?'),
(0x00f132ff7eb3dcacba950ffe621125a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_2.php', 0, 0x2d7a6963e9a80b6a9fb33dc5222f8c2e, 0x2d7a6963e9a80b6a9fb33dc5222f8c2e, 0xff029ab8033f182db128a5d4e5aabc7921083d1018ae705add5196cb7b1c4c54, '', 0, '?'),
(0x00f180103554df8b13340682c7d536a4, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php', 0, 0x1c88cf273f3ce4c4c5a3b14a1cbe8492, 0x1c88cf273f3ce4c4c5a3b14a1cbe8492, 0x1ca958f72338ab17fd3775b4febfe738499a1a2c1a91dacfebe3f4f70f59ff00, '', 0, '?'),
(0x00f1f0e70c5765fcf23934fa7b66b163, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', 0, 0xb4409823562c617107907cd04d67c8fa, 0xb4409823562c617107907cd04d67c8fa, 0xae04019c83d63090f95ec2aa237670863c20a62c789ce5f8b9fb492b2c8db15c, '', 0, '?'),
(0x00f3ec0b8e6dc2b3e7fb9de542a05313, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0x73d9b996e37833b33843da6698358d63, 0x83a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f, '', 0, '?'),
(0x00f9b8f955e2a9ca749ac40250d15078, 'wp-content/plugins/updraftplus/includes/class-search-replace.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-search-replace.php', 1, 0x00000000000000000000000000000000, 0xe0ef8407c1c0346f1640a7fbe8304f23, 0xa1ccea13692e3cd66d1568bf90ca479702155be1c6cbf0af7bb3a8005b51a5ae, '', 0, '?'),
(0x00fbf624a058edf3472db87f7455c6b9, 'wp-includes/blocks/navigation-link/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9bd904825a447b0ac591c7c6358bfc39, 0x696ba56078f804e0b5f0a4a180459675e794b1943618bda1c5d92ca45133dedd, '', 0, '?'),
(0x00fc2024c9e9f0a690d39905000bd6ab, 'wp-includes/block-patterns.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns.php', 1, 0x00000000000000000000000000000000, 0x680eef68c842c6f48922418879cc1e43, 0xaf055270c374c01d125fa8ffd2180539c99dbbe3ae61e1f0ee4dd0de7f358689, '', 0, '?'),
(0x00fda5aca28e2fdfc939fc593de08f79, 'wp-content/plugins/elementor/modules/favorites/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/controller.php', 1, 0x00000000000000000000000000000000, 0x0ad813567ac72582b5b1ab51288fa0cb, 0x5febff0337919fb81bb3376d3732ecb212a0ed3dd638313168169fcc62d2ea75, '', 0, '?'),
(0x00fe3736b8cbdae09381da99bba3f468, 'wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', 1, 0x00000000000000000000000000000000, 0x4b4e7aceb2b2bdd643af3810d76ae12a, 0x60d79b99a432a5f199b49f8c9a09477e33c10ff71788ae407021d96864f43a93, '', 0, '?'),
(0x01060d782ba655e1f7e1da9cdd1893bc, 'wp-includes/css/dist/list-reusable-blocks/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0xfb64ee66bc6c47bf38a8cb861511ff2d, 0x30a5fb148f04f36597c2539c35ad9de8a99a01abda7b8d153175f302d860428a, '', 0, '?'),
(0x0106408f9f9e29a2fb859eea7a8ec8d8, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', 1, 0x00000000000000000000000000000000, 0xc02ddc03250535769146a8ba0b00152a, 0xd4ef0201d0a3215661afe59b74fcc520cd31a16a5b0f08f90e78b85c7342bd77, '', 0, '?'),
(0x010d71b913770f041be5057f41c89b0b, 'wp-content/plugins/elementor/includes/elements/repeater.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/repeater.php', 1, 0x00000000000000000000000000000000, 0x9cd6aa61ffb9d56636cac20b3f82989b, 0xc01a62cb3ac82ff80cc965aad0ba2abcbb72c66be3aad58e683e79e6bd8c1455, '', 0, '?'),
(0x010e1f63199fc64e092770c21410a633, 'wp-content/plugins/kk-star-ratings/freemius/assets/img/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x010e6fe43e865d22c0c5e5ce09d1f75b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_5.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0113f49f1d0d79e4afcabe83d4237623, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_8.php', 0, 0x3c49f176197a0d12989241c55008e233, 0x3c49f176197a0d12989241c55008e233, 0xfd56616d8b75e705f4a782b4fbafa3fef0a582e5a457ea2936016b68929917d0, '', 0, '?'),
(0x011861232514ba2daeadf03263d89313, 'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js', 1, 0x00000000000000000000000000000000, 0x9a809c5c2654858fbe1b2b1edbff4be6, 0x6aafe05c3318f812a719d1334955e2f3debe38f88365500a4a2d6a27085d6c76, '', 0, '?'),
(0x011ad7a38c28162644a72517be3068ab, 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0x570321ede2c670da6d355248459c2993, 0x9bd29ec400935b82bf55203deffd1c0cb51f62f3eb1a86135ebcc4d5b3b29919, '', 0, '?'),
(0x011b2f3e930fe7fcdf08bb28c8e6338c, 'wp-includes/blocks/verse/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style.min.css', 1, 0x00000000000000000000000000000000, 0xc665e1a9cba35212ec527cbcf5a9ad97, 0x03856a2f2bd5488be615d32bc6d788cf7a2a63e0d92a82b1611e87617f9e65c1, '', 0, '?'),
(0x011d270a47dc6d91d16d0ea4bfeed929, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1.php', 0, 0x2e2a52b7cffd402a928e8314248c6888, 0x2e2a52b7cffd402a928e8314248c6888, 0x60cbe6faf3a3f959373857eb16fc6c7c810ddbb4ebf8bb8722888f3bdda2bf11, '', 0, '?'),
(0x0126cdbff9a9fc1f11f4409350ea717e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_6.php', 0, 0x51a76df9be9882227413c99ad7cd86ff, 0x51a76df9be9882227413c99ad7cd86ff, 0x88a52fd6431a475e3bbf0af2f57cebd3337ff9837493fd939a89b51e0877b272, '', 0, '?'),
(0x0139d159463b7fd8da404a674b247f86, 'wp-content/plugins/td-cloud-library/includes/tdb_state.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state.php', 0, 0x0b1651e5149cd829b247e122a38d1390, 0x0b1651e5149cd829b247e122a38d1390, 0x3a82d32820369eae070d70a422229c5e9330d7e43944a175b17384e27c91e1da, '', 0, '?'),
(0x013c53d4578377fa17a0043ffcd222b6, 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-migration-2.5.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-migration-2.5.1.php', 1, 0x00000000000000000000000000000000, 0x4accb7573f7f0144e5009d91e5c01ccf, 0x851fa13071b1b986472400c3f3b6ae7b515c38d5e1596702e1e742e7666602cc, '', 0, '?'),
(0x013f792fd6b09c744abe5e6def2f4090, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php', 0, 0x4f5798081c1cb3f6fd18f722b7667972, 0x4f5798081c1cb3f6fd18f722b7667972, 0xd9795271c92155329ef191c296e63f5c35475b777a0d774d131a0ee114214cdf, '', 0, '?'),
(0x0143e5cd28a44c431f2a52ce8d9fce00, 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', 1, 0x00000000000000000000000000000000, 0x4648696da1d17b587b1f62c8a4c7dc4c, 0x0e5c8e4fdbe571198ef34c7ba0a933a88f3c91c87f8d4ba339fb800acf7fef3d, '', 0, '?'),
(0x01466d082667bd0d8f5ba0588dad975f, 'wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', 1, 0x00000000000000000000000000000000, 0x1ecf5fac2537349e4fc68e603f0ce5c5, 0xcbec425c1480630533f38c3067cb8ed29f3006424925ae4488438bab707eadaf, '', 0, '?'),
(0x0146d1b626db1d8a89ae85211c711307, 'wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php', 0, 0x07bf26d91415cd5c497fc2cf64f5da85, 0x07bf26d91415cd5c497fc2cf64f5da85, 0xbf269a2f3bf9117d74792d322f019cea7939b2503730aa30631c7f7b6275c64d, '', 0, '?'),
(0x01489f1e8d4ce5f53ca7d4bfd5fe9339, 'wp-content/plugins/elementor/core/base/background-process/wp-async-request.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php', 1, 0x00000000000000000000000000000000, 0xdd2ef7c99948b3056a0ab3cbb150e2ec, 0x9bc514d347ff324fdf7aeae49af59fc11532bcd8640db0db13ed55b0da5b0c24, '', 0, '?'),
(0x01497ca4172174a1f5e60fe3ab7f8752, 'wp-content/updraft/themes-old/twentytwentyfour/templates/page.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page.html', 0, 0x3a1fb0dbdf85053b6e33fea2ed2f92d4, 0x3a1fb0dbdf85053b6e33fea2ed2f92d4, 0xb145bad2444ff5eeeff31222798beb7b4fd2849eea21dbe7636c17f204cf8242, '', 0, '?'),
(0x014a40e58b70de5b2b3b96cf7fb48b13, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', 1, 0x00000000000000000000000000000000, 0xfdf9abc01528fa49eed4d7f0fdc2c959, 0x13da35bdf512e2a38f231a44caa04cd34d0537b480128fd750e569e126ff9d28, '', 0, '?'),
(0x014d718edf53f75906660e3a21e75821, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_5.php', 0, 0xeeea104e30e0c7825c210c515166e200, 0xeeea104e30e0c7825c210c515166e200, 0x7a25ad0263d3f8340c0da57476c59ccde43d7c3c70b3e70b5c5930885123b731, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', '/home/abt90iranbet/public_html/wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x61794f138d312f327cc909cd7b265df6, 0x4cbd708d2dae1c38b2cb37e399517c4a90831fe96960318c4f9032f3d663baaa, '', 0, '?'),
(0x0152502af0cf55a992056dde1faa5ac2, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-12.png', 0, 0xcab0109fb3f7bf9ccd4dd6bd5a94c754, 0xcab0109fb3f7bf9ccd4dd6bd5a94c754, 0x5b2849aed5866311fd0a2b953728fa3045bf31f423fb9b48216587fb550bf757, '', 0, '?'),
(0x0154ea9b0dc734e57d9c5e6140177c4f, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 1, 0x00000000000000000000000000000000, 0x6239083caca2d295bf4972427a4cab2a, 0xcfbde5c41b22858ff505985fa4eec4a68719af5811254fbe9d34aed3853a0759, '', 0, '?'),
(0x0158fa2e4429de234c73942a030e4258, 'wp-content/plugins/amp/includes/class-amp-service-worker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-service-worker.php', 1, 0x00000000000000000000000000000000, 0xf42cdfff507ba87eb06ef2d97ee849f9, 0xbf3b747170398fafe998b68b3bd1b8520f1ad2215be8df2e3c8d994821388e83, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0x16e75c1068cfe802a494270ae4b7ba01, 0x200b0394371edfdc5247eb242fc187cde62d69aedd4e6d0e2816ce57d83bcc85, '', 0, '?'),
(0x015ba9f09005e55e1fb541c79844b8e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_10.php', 0, 0xf9e0118bf510ef3a5db1694cacf3d986, 0xf9e0118bf510ef3a5db1694cacf3d986, 0xaedb1f1064138663154b99d7a0aa5db65850e1e461762c855ce1d654bdc7b4da, '', 0, '?'),
(0x0163a528bcaa9fa0cab80cbddef3bd18, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', 1, 0x00000000000000000000000000000000, 0xa60784ff8ef314e52938e776baea900c, 0x9466d4b294c8a37fa680d42af5e72c663da521b71b2301c10610c39dbc6eb67a, '', 0, '?'),
(0x0165e5fea6a39223fa65e21236e31fbd, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-comments.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-comments.php', 0, 0x7534184e627b177eb41c4c11d9dbb630, 0x7534184e627b177eb41c4c11d9dbb630, 0xa6454cc5b8f4cb02b16958f2fccbc0695babcabba8ec4927f5849292b1d7c4c0, '', 0, '?'),
(0x016f0f3bd640bc0dfe3189750ae96855, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-de_DE.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x9880e9fea445df25fb5ce0e1c3264dfc, 0x16270920438f4590d2c04e04a930b1767361eeb60ab453ba0a2e5ce43f08115b, '', 0, '?'),
(0x0171ecfee9a6336064fbd41e705e16e1, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php', 0, 0x0ecde91671b99dca93d3a7f6fd0b638d, 0x0ecde91671b99dca93d3a7f6fd0b638d, 0xc0c6162bff00910e5d826282afbcfa91739ce15073b45f1de3ccf5af8bc2c911, '', 0, '?'),
(0x017521c73a6b2e4012233a51f3ae8ad8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x01762225b356aa496bc6197d14cb491d, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0x78f903829e7cb9c0ea58cb6b527b3550, 0xda3ae777a0eabd7c171382d465a556263415d451b23574cc688cd60faf19c934, '', 0, '?'),
(0x017cfe8fd24b606ad4d26090e9541600, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-news-blog.php', 0, 0x1a26d5e3364d3e9c256eb2847b806407, 0x1a26d5e3364d3e9c256eb2847b806407, 0xdd56da604ab616feb906fb45bff87ca3aa79093877b7eb78d2e4a3ae081dc174, '', 0, '?'),
(0x0181786eba649f1a795e69d40af6e08c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', 1, 0x00000000000000000000000000000000, 0x941dcee0861bb2bf032ae599631c959d, 0xbca6acd1bf742be8889242ebad556f644e6648d6626087254b7add161122dce5, '', 0, '?'),
(0x0182718899aa015dc8cd432853b09b7e, 'wp-content/plugins/elementor/core/debug/classes/inspection-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php', 1, 0x00000000000000000000000000000000, 0xc8f318f5f6bcf8b5d8fca5f9f74c8ca0, 0xd2b3d50b7226f025ce698e6a2467d30d92b9a92efddc254cfc90aaa0fe3eafa2, '', 0, '?'),
(0x0189951453ca8de8e1aae41fb2b19ebe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php', 1, 0x00000000000000000000000000000000, 0xb867059c62f2383b6fb845a0b79005a8, 0xb7f57083139e26b5b07ffc0ca740d7cc2f2aa9fbaf08d2ded610e84f131de34d, '', 0, '?'),
(0x018f9484521c012298fedb33f354e253, 'wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp', 1, 0x00000000000000000000000000000000, 0xb4293dd5b58d97c0e7da79a065755f70, 0xb7c9904605df61e167d00324770fcd8938a60863bef05c1328e22f5e2f00e5da, '', 0, '?'),
(0x01907c8cb1f2d182e275bf475f5e5a04, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_9.php', 0, 0x3e86da08a5c62c823c4d19ba0d0109f8, 0x3e86da08a5c62c823c4d19ba0d0109f8, 0xec3620bc46dd4082b3a1ffbf88a151a8d53fb788d5ca12970a60ebfbf31ff8a8, '', 0, '?'),
(0x01941dba20a06f21cdf3d1742dddd506, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_4.php', 0, 0x1ee06e8c64eb6fdc95d35862fd47f1ee, 0x1ee06e8c64eb6fdc95d35862fd47f1ee, 0x8cc1e6254795193bd96d5fbd31b782835c0a2e34fd5c1346df516a6a647e3879, '', 0, '?'),
(0x0197eb8c1c2c19175dd748963488a331, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', 1, 0x00000000000000000000000000000000, 0x1d49d28a78bd3de05cb7ec12b36bd870, 0xee68ad27cb20ce7608e1fc66474591222a980fe7df2ce9d5dcdf09207c0ce61e, '', 0, '?'),
(0x0198829d5325a4a8d0842513ea3bcc01, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json', 1, 0x00000000000000000000000000000000, 0xddd81d9534f5abdee00d0e6dc75d2466, 0xa44e9c9a5373a870ea4b58e591006dc1c725779996fb7a06dc7672869214aeff, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', '/home/abt90iranbet/public_html/wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x7a0f909aca2a4e91fd703dfc97ca32f0, 0x7c91b81d0ae53285b055ca291d6a102bf8b00fe0f56f4cfb09c529b3a4fc6fb5, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/deprecated.min.js', 1, 0x00000000000000000000000000000000, 0xa15440554a31091f2b34694bf9862ead, 0x1dcaf7c2160ed78e593f06b5679a9ac471c6f3a0d96236f66319220c7e6c4351, '', 0, '?'),
(0x019d29e0b720c3542b6771ca7f9f1fed, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-cover-big-heading.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-cover-big-heading.php', 0, 0x6cba4801d15d074084f2b6cc763ce4fa, 0x6cba4801d15d074084f2b6cc763ce4fa, 0xd7c718e9f656e3a44e7586e12d022975bd19ce76842c5ead4dc952cb3474027b, '', 0, '?'),
(0x019db0e63c2074f320e96310e82a8197, 'wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x174f0c5acf315da8fbfa7a05ca174fd1, 0x330e405ffd96011003b2a7ff7efe3199698bf74f8cb0150dfc1290f29f9ddf26, '', 0, '?'),
(0x019f75b739a31299ea35831d457a5639, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xbad15244fef7485c3013aa72731cf5b5, 0xfd00fc665d97185745f099ac2d5d76f1c1f0961d2353bec0ae574b56d5d78e18, '', 0, '?'),
(0x01aafcae58b7b35c2dc73dea2363981f, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340-rtl.css', 0, 0xb73b3f20b7e4f53df87decb06e28ea87, 0xb73b3f20b7e4f53df87decb06e28ea87, 0x22e9735149c95efe5ac26d5a30a018ec197773fc35bab7666fa10a5216fd4cef, '', 0, '?'),
(0x01abb6b4076071a124a284fc6084dc12, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import.php', 0, 0x9f4d19e080bc392c8ca809afc455fff7, 0x9f4d19e080bc392c8ca809afc455fff7, 0x3de2ad9df62fb91d3373b533328eea87964a3d6f047796a5b04a784a8064d8e7, '', 0, '?'),
(0x01ae7c8022ce39d1ef18c50c9c2dbe12, 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.eot', 0, 0xa509074c88f07e40a8d2f158c4fcdda8, 0xa509074c88f07e40a8d2f158c4fcdda8, 0x35376b355b839ab662e0ec53a749f76ac687ee31f9e40ee9b8df7b946cdedbab, '', 0, '?'),
(0x01b0ebfdaf64baf9ec1b56345f58aff8, 'wp-content/plugins/poka-review/includes/class-poka-review-acf-dynamic-tax-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-acf-dynamic-tax-field.php', 0, 0x842b438322e55ce4bbcbd0a4c7be9cee, 0x842b438322e55ce4bbcbd0a4c7be9cee, 0xdc5b035e6d487afda6139d012ffa99b952e2ceacfa4f0bf9f922a69eb130a915, '', 0, '?'),
(0x01b2631120641d87ba745d86d3fc9c98, 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-4.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-4.json', 0, 0x20bbf29648089e09096568fe91ad8604, 0x20bbf29648089e09096568fe91ad8604, 0x3234c5c22873efdd248e8496d1728fa384e670fc6a04a3e303ab17c29498a809, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x01b4e5feac280b8808e6ed1e09e3cc34, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-template.php', 0, 0x985642b49cfcb36020e26e974c4ca531, 0x985642b49cfcb36020e26e974c4ca531, 0x1bb708cf5503cffdcac139f8400fe6a1ea283e9643bc7f2f61c1b532dc88ec6a, '', 0, '?'),
(0x01bc5155c157dc95c185a0129ae591b3, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', 1, 0x00000000000000000000000000000000, 0x80c27412adf13ecde45899d05121568b, 0x735819c0199a8d5fd4d5ac2863fc0086fd4292e9efa2d3844feb114f55166052, '', 0, '?'),
(0x01c5fda445032350fd462ed9b0864a10, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/README.md', 0, 0x7fa6a13360ee7400639b5e3845e77f67, 0x7fa6a13360ee7400639b5e3845e77f67, 0x7bf67f6fefcd85db2d8a578746894ef17ffab2d5104226d3f3d9ff23e8931470, '', 0, '?'),
(0x01c6275df43e8f83c833cf4fb4f223ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3_no_content.php', 0, 0xb0b21d5945d0c54121fe740ba3774f34, 0xb0b21d5945d0c54121fe740ba3774f34, 0xe597103b5117d8e3d5fb9984ea97deb83b58f62a9a29d625bcf75f2db60121ee, '', 0, '?'),
(0x01c9587c5fd5c87763d33aa96a82d1c0, 'wp-includes/blocks/search/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/search/block.json', 1, 0x00000000000000000000000000000000, 0x1092827dc5409752e55b8e8113b2ce71, 0xa20e7f480b9c7087c9c3f486a1bc8bdc02879289e0f79156b50ef039c50078e4, '', 0, '?'),
(0x01ca1eb4e453c3f2389d02af52e5c906, 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php', 0, 0x294a3cbdb3e290091847d6539ec60438, 0x294a3cbdb3e290091847d6539ec60438, 0x54f847630c7c1b639b9e1c36587f979c9c046051fcfbc3c61498d38578565c2b, '', 0, '?'),
(0x01cdb904db6d60cb9c0b6df4a9b3519d, 'wp-content/updraft/plugins-old/updraftplus/example-decrypt.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/example-decrypt.php', 0, 0xf710ee971d49b6b6244448c2d846fcf3, 0xf710ee971d49b6b6244448c2d846fcf3, 0x0634987d6090fd7b07920f43eee400e951f2572ca74f7b987a32188c9b5c895d, '', 0, '?'),
(0x01d27ef2a9a896a64bfaa05da110015e, 'wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd2393e1d4a57d9568f38018cacbe7221, 0x84f8bd4c71d732c6d44a28eb09c60a3a4c8f351ddf46bb746e18fdbecd579653, '', 0, '?'),
(0x01d297f6adec6195e091fe5d17ecc74d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', 1, 0x00000000000000000000000000000000, 0xc3cd4b1cb4a66eae1aae6a12ab277dc9, 0xa72ff0eb4a5a1a99ec5b537938ff79a17d0a67c7a79c2dc70c410b00d5b7bb79, '', 0, '?'),
(0x01d879de0d964ea0816e43de6d7effd2, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-blogging.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-blogging.php', 0, 0x037fa5bd1e6a5ac8d2873946d20fabff, 0x037fa5bd1e6a5ac8d2873946d20fabff, 0x5051c2004c621290d29d882300c26da2c46025391f97517e06a8e02e3f48bff2, '', 0, '?'),
(0x01da7bd731d12a684d3396a8f6b1cb10, 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 1, 0x00000000000000000000000000000000, 0xe019d275f70a3a059924166186ee0ade, 0xc851a9b62262006a3b60b9d4834d979168e2ab3bfa1294ec5b3d370667bd738a, '', 0, '?'),
(0x01dea18031ac8c267f404a5e8637d55a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_panel_settings.txt', 0, 0x8d98cc39940cea08692819eda9d55d12, 0x8d98cc39940cea08692819eda9d55d12, 0xf9e74becffb14bdb1f3e9d917ec2a341eeb605d8e492235f6077a078102706f9, '', 0, '?'),
(0x01df99c43f86fc91ddce75451938c5c8, 'wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png', 1, 0x00000000000000000000000000000000, 0x1d047d0eaf0573db9c870457c66e3324, 0x30632f41426fdb12a4eb94b161b45ee1db25098dbe6a3913245f14f35ebb8d16, '', 0, '?'),
(0x01dfb5075378caa51af4a490c44ee7eb, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/resend-key.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/resend-key.php', 1, 0x00000000000000000000000000000000, 0x348e97790177011a7af8f49b2103ffe8, 0xe5a543d12e31102c44d8b0feb7b04392b8d550a2aeb60a2915bfbae147989309, '', 0, '?'),
(0x01dfc6b059619e41542bc9616e554e28, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.po', 0, 0x7ce094436e82c512a55bf458c7172d23, 0x7ce094436e82c512a55bf458c7172d23, 0xae940cd6361c87d41e8674296727f8b93b8df261261bd6f9ca050352fe5e3e37, '', 0, '?'),
(0x01e3410efbdb70adc0f5ad0e18f09bec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_import.php', 0, 0x3d7fc3d8f345c659cbf59d85b3e3c37b, 0x3d7fc3d8f345c659cbf59d85b3e3c37b, 0xa5758551cd9baacbeded3841fdfae8cb212a8bf60917e56b139d98ad9c6b842c, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x01e7a407dde75aa397b67a472aebdfdf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_10.php', 0, 0xc4738c4b4a4af1603265e016eadc9019, 0xc4738c4b4a4af1603265e016eadc9019, 0xda57313258ad01c5eea91c74d84f1ca8c17254e179b0391d48296a0c3de39855, '', 0, '?'),
(0x01eb8badff4ed2e6b37b3dbfdf3b5fee, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 1, 0x00000000000000000000000000000000, 0xa88ebf02bd2d270af550e16977e2103f, 0x81ad8507242d5df3bd286e19681c7a64c785339ff4027074edf1df586c94739f, '', 0, '?'),
(0x01eddd241078bd55c556fd0c1cc81833, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_6.php', 0, 0xbfc8b9af685fd3c36536ac47890dac22, 0xbfc8b9af685fd3c36536ac47890dac22, 0x06c9a11d4c96989d50d9c3bae949f50331d37e703d121226136c250b7b80056e, '', 0, '?'),
(0x01f7cfbd1c9a46a7d9b7493d5b88e373, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x6878c8c8de6c4d9da1ceb9a59c1db42c, 0x5d95d4b7c4816a9ac62206cbcf344c296f453d9164e109e5d4e668c4d9b104c8, '', 0, '?'),
(0x01f7e5b0d08c1dfb09e8a6257df5382c, 'wp-content/plugins/amp/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xa233bd898ab48fdb7efa9e47d1deea9d, 0xe5000bd8d4e02e8e203b6bbde80d20a31576825abebd6677b42345b5f8b2fb65, '', 0, '?'),
(0x01f89166a32218a5929e9046eee6c0b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x02055c084963297c93c98bd67f674ed2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_4.php', 0, 0xc718884ee1799271738aeb70774d94a1, 0xc718884ee1799271738aeb70774d94a1, 0x9f5d7852eeeff5afe01321675664a4f61c4efee9c5124efeed889a8a7ad1a8c3, '', 0, '?'),
(0x020c69d2d8b84c9c3b7226b05e793d2e, 'wp-content/plugins/poka-review/includes/class-poka-review-activator.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-activator.php', 0, 0x3074af67684af54c2ecec94c055cfe9c, 0x3074af67684af54c2ecec94c055cfe9c, 0x8fcce82bfa86d77ad917fb4a506e02e846ea20f320a1ab37a6b0401ce3abee0f, '', 0, '?'),
(0x0211a8aa5cbc7c4ca70868e1329977bd, 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 1, 0x00000000000000000000000000000000, 0x344954ed7d76e7105a74972ef9855ab5, 0x6381ccf94b520fd68c90939e3a07db331df1d335dfdd5e6c377f079ef792e1ad, '', 0, '?'),
(0x02120979c1ca768155017b97b9328c2f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x02123c00249bd09c3ff9f0832d385500, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 1, 0x00000000000000000000000000000000, 0x6e825683250b8d4121e7c9c7ec065850, 0xf2fac109728552399958cda7996facece648baaca66e4d882bcc1939243d19cf, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', '/home/abt90iranbet/public_html/wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0xcdc5156280a5325c5a24b29ec70172e6, 0xa25e2d1d1812f26f89bab10d66b21e09ff04a032dfbdacbab4ce8680b166ffc0, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', '/home/abt90iranbet/public_html/wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x3c4400d50a23aac3d94597f07fb3f602, 0x58f01478a06e6ff77b0700139dc1af5cb2c1e49ebfd8f2655bedfde3126a5a4e, '', 0, '?'),
(0x0230f6dede2db7b8e7dd02ec3e24559c, 'wp-content/plugins/elementor/includes/controls/select2.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/select2.php', 1, 0x00000000000000000000000000000000, 0x197e7fdaa7843d47e63298fcd60d3877, 0x3c958bcfa6548b9611a12514f35e178f79c6c212bacfab5e0eddcaa3fbb167ed, '', 0, '?'),
(0x0232562ee39973a9348d54601929fba0, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/permissions.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/permissions.php', 1, 0x00000000000000000000000000000000, 0x96491c1d8632f7b7df00e36d2b58babd, 0xbf8ee24a5eaae33af59c4bd50ff6874119f571ffb8f3a08622392ac54599673a, '', 0, '?'),
(0x023325bf93009bdbd748ff765d05a6bb, 'wp-includes/blocks/query-total/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe9cf723c58c70a785f286cb322decc49, 0x84662e644cf3f8f44a2066ba63557d640f2e8cc4719f1ebb33740332b5e3a4a6, '', 0, '?'),
(0x023b66118d0507d61af83d9c736bd54f, 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 1, 0x00000000000000000000000000000000, 0xc59aabe2f02b55444b95c40dff6be5ec, 0x15434884c130d26c6f9f554407d8cfc0ee32b5ef1353c39ce74f047b6d6c155e, '', 0, '?'),
(0x023bad2adfc55f0bae4c3d6673b71814, 'wp-content/plugins/kk-star-ratings/src/core/migrators/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/migrators/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x0241fef89f502aea9fa72f983d848bb5, 'wp-content/plugins/wp-rocket/views/settings/partials/documentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php', 0, 0x3ef29b295b8c6cc7a4523faf22c12988, 0x3ef29b295b8c6cc7a4523faf22c12988, 0x53dcec6fa07a5e240c0b0e9627585ea5084daab53778eadefbdf60fbc3cdc6e1, '', 0, '?'),
(0x0243a36086e3540ca1e110b5dded09f6, 'wp-content/updraft/backup_2025-05-28-0342___90_fbadef923e85-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-28-0342___90_fbadef923e85-db.gz', 0, 0x56bb0045efebb604bd31ac1ab569ddbe, 0x56bb0045efebb604bd31ac1ab569ddbe, 0x4eae0dff57820c2ee5ae7f43f3bd73790eed8275129a59276c2ef923f5428250, '', 0, '?'),
(0x0244758c4da4c5753ca99b8cbc5db9b1, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php', 0, 0x51e2d14733f19ce417c1ba7d082f802a, 0x51e2d14733f19ce417c1ba7d082f802a, 0x884649c3bcc58cefef77d9a977acec1f255af6000c3143087e350df9ad05aed4, '', 0, '?'),
(0x02463f65e2220ce0a744606a2f532cd4, 'wp-content/plugins/amp/assets/js/amp-settings.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-settings.asset.php', 1, 0x00000000000000000000000000000000, 0xccddcb7541000898485e1ade64252102, 0xe537a1c5ab50978b5c15561eda94080efcabe0a1ae4a563deedcb418839a5613, '', 0, '?'),
(0x0246a9c3bf915d5ad9808b4ca5b3244c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php', 1, 0x00000000000000000000000000000000, 0x98d93513868a72222ca86ed0b9294594, 0x4564236551b56d0f1859ba7588bfa7c8c9226850a12acf7ed44f1fd231c46ac8, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xaa77790f42e50f03b4ef956fc37cedd8, 0x8cc36f9ae84a6a2406b219fe736380ff52edc751b3e963cccde4bc8d46eeee85, '', 0, '?'),
(0x02499c17a8bfce2b4020698030886a93, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php', 1, 0x00000000000000000000000000000000, 0x90f6b7d90a2c8ddff482be81f17522a7, 0xfb64cd80467eda11a08732beefa580bd7012111ec8bd7fabe299cb28da4612d0, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', '/home/abt90iranbet/public_html/wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0x80b4bd02e61b7a6054759ee81bcfa1a7, 0xff73c9ec3e1577c0b68860c76b50c6e4f4e490863a780a05bcea987170651328, '', 0, '?'),
(0x024eb09880942adfe19e0306238414aa, 'wp-content/updraft/backup_2025-10-19-0327___90_a30fd22e003b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-19-0327___90_a30fd22e003b-db.gz', 0, 0x7930fed2570e2b4851426288c82702f4, 0x7930fed2570e2b4851426288c82702f4, 0xeda3e2d05b99c632abe881821f4031c5edaf5a1a06ab55141d786fd138546464, '', 0, '?'),
(0x0251f7294d205226c60b4659dc77af7d, 'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js', 0, 0xf33327a647ac9072f27c2878f7d37895, 0xf33327a647ac9072f27c2878f7d37895, 0x991b8c1d13449bdb16a0ca3d463a007d5a9d030fc3c4440a1732fa5f3b665471, '', 0, '?'),
(0x02528857a7bd393787ed956509b91ecd, 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/logger.php', 1, 0x00000000000000000000000000000000, 0xcd9f0b12d29c47977df3c5b4856d87a4, 0xdadda3ec095def2fba052f9b0e0bcec41a8a5df4b836fd3ba07231a897f6913e, '', 0, '?'),
(0x025695e6e7461f147c6a2f05f9206312, 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 1, 0x00000000000000000000000000000000, 0x2e1f3027de127679c8af0a532df43f80, 0xf72ea1ddb4059e643c6a4c79997077179bb2c3b952cfb332c528fe2058f300dd, '', 0, '?'),
(0x0259f6929b13110874c71ae4a2361341, 'wp-content/plugins/updraftplus/includes/google-extensions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/google-extensions.php', 1, 0x00000000000000000000000000000000, 0xae7d13f46f7b8ed35e363d71707a4ded, 0xc4e18c4af64f6997aa5b6b2accbb7325d80a90f42666f5a6d05dd6ee98352ef7, '', 0, '?'),
(0x025b02dea5f5c52e633829b3576e23e0, 'wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', 1, 0x00000000000000000000000000000000, 0xe7c1e0f13536ca9984590d4f4efd9296, 0xadc2a696c5c76001307d2b23d5afca23c7492f1c6d92a4dfc2abd70c2cbcdd1e, '', 0, '?'),
(0x025d5f0ace2d41ef4fd1f6a24e171998, 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php', 1, 0x00000000000000000000000000000000, 0x8525066e4440962552802522346cde88, 0x4dead575c6d7526486f3f592d41dcabde637d7f8b11e7df04bddad98c288254b, '', 0, '?'),
(0x025d6832518c6557ac1a8ea68a53ba89, 'wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php', 1, 0x00000000000000000000000000000000, 0x95f29586deb91dba64fcb10d4ab88383, 0xde309f648b389134b63d2076e5d1d0b24742fd4e1a9b974a3e253322a3a51ef4, '', 0, '?'),
(0x025fe53571c938d316171ff5b28e31be, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_10.php', 0, 0xe393a087bf4b29febde00af86727fafa, 0xe393a087bf4b29febde00af86727fafa, 0xefa2c2f9852540d816e1b0bdf29cd91a8c7256afe8c6fa0b4c18aa5a15b36fc5, '', 0, '?'),
(0x02613c8b2fde1749e40c88e04d1b7255, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', 0, 0x1689fd2f493bbee94693d64112721f0b, 0x1689fd2f493bbee94693d64112721f0b, 0xcaa1e32ef74a466f5030405cc6809c6885eff013ec257a3e3fffeb0f94c27085, '', 0, '?'),
(0x02693e951f356a727ddb28a6f4ad78d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_css_generator_demo.php', 0, 0xa92c845c26d7321ff51ea96c68123552, 0xa92c845c26d7321ff51ea96c68123552, 0x602a36bcf22bb63c3a92af7531a8c27633b47fc35677835a50b1a7867533bfbe, '', 0, '?'),
(0x026e6468118e116b08cd283dce24321c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_3.php', 0, 0x073f93375010efec2f054316b0ce0d78, 0x073f93375010efec2f054316b0ce0d78, 0x2b3bdd9265d529c6ddf9ac6b8ff212af85a26087bd44ad7ed181a0fa1ea285b2, '', 0, '?'),
(0x027024b20f72e0dc3dcefc4e5032f869, 'wp-content/plugins/td-newsletter/style-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/style-admin.css', 0, 0xafd2f31563c8f482300d6a0197609f9d, 0xafd2f31563c8f482300d6a0197609f9d, 0x044df0dff7046ebdd8c77f344aa26bc26c5693ace37fd191431ea6819606b49c, '', 0, '?'),
(0x027029004ab9df057432e73f916b2645, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', 1, 0x00000000000000000000000000000000, 0xa3afc6b5536980553cd9e258669e634b, 0x6a11fc40e2b2b4755622a16b023ac20ce652051e3edee5e7473c9bb2374257cc, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x86401a5606b9d9115a04f7f19caa20a5, 0x2209d421556179ae78a1c0c67f24da08e2f8333c90af65dae438e68de91de1e4, '', 0, '?'),
(0x027dba37685a9355372e7077bed3715f, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 0, 0x109dfa40d95abcc9b3f97c0233059615, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0xb6a5941725dc605e601b7c6aa87f060d, 0x43cec805f5d33b04d65a7af65affbaeff446c4541dd41dd57b5e9f15787daf5a, '', 0, '?'),
(0x0281f4bcddadeb7c09be3d30acf898e2, 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php', 0, 0xf6bb8d6e942895a0e8ab12996821066b, 0xf6bb8d6e942895a0e8ab12996821066b, 0xdb018901dee3f64e4599c3a3c3953b2f682c14a0b3c3933038040435d1d805d4, '', 0, '?'),
(0x02828fa8835d7d755dc27082dc8828de, 'wp-content/plugins/amp/src/Infrastructure/Plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Plugin.php', 1, 0x00000000000000000000000000000000, 0x777d4def9984f7a222f58f43c3670fe7, 0x7ef6b453f2ad26ff41de43ecbad3f6c11cca039a7808a1c41e6c636c539bb707, '', 0, '?'),
(0x0282f68136c8095bf23c5cbc9c70b9b7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 1, 0x00000000000000000000000000000000, 0x257c000c8ceef1b6343cad5b8e42af5a, 0xb11dc851f4f376e73b3a388f46b51f7b2a87b5acd0dfc882dc014348c83ee1e8, '', 0, '?'),
(0x02866be43d7ac9d23852b74c9aaba04a, 'wp-content/updraft/themes-old/twentytwentythree/patterns/call-to-action.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/call-to-action.php', 0, 0xba95b1daacef2c8ecd737fc96a2f0898, 0xba95b1daacef2c8ecd737fc96a2f0898, 0x125a8de14e4cb64ef880bf41117d405cf3be2e95cb6117c6f502ccdef34441f4, '', 0, '?'),
(0x02914e4fb348d12e1af560a4eceae121, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_background.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_background.php', 0, 0x2399602b1421f6077a25daa88aa0ea38, 0x2399602b1421f6077a25daa88aa0ea38, 0x8bacf66c15e7961a766fc0e3aa513b114691b1eb2ab5d7ce8ed1f6a1144579ea, '', 0, '?'),
(0x0297bbf3cd9ccb7fa59eb2511b42494a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-logo.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-logo.php', 0, 0xa061f272275bb270b9382fdf3ae1c434, 0xa061f272275bb270b9382fdf3ae1c434, 0x253ec34ea5be916d43f9c1731b8d1150c243117ce7c2609009d3b94c021a9fcf, '', 0, '?'),
(0x0298be9b931fe0b375a7bf06b50fc087, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2_no_content.php', 0, 0x69f3af037c1492b7589034eb2f29fc70, 0x69f3af037c1492b7589034eb2f29fc70, 0x74a76d67d990411d826184639e4daffb0683504b1501cfbb13355b1f89a8ae7d, '', 0, '?'),
(0x029d2ef02a7b363ae9b70c394dda8533, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x02a652239b26ecd4bf2d3067ffeee21d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x02a70c3f0f740dea0566f7908795aac1, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php', 0, 0x2bf126fb1348706a6f134d342497b187, 0x2bf126fb1348706a6f134d342497b187, 0xda8d9c7aa3a05c00e57cb97edf92be16e36024a4891e45ac0cf2224c8bdbd880, '', 0, '?'),
(0x02aae6169ebb5d4f4193f087096d7019, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3_no_content.php', 0, 0x07e96bddaa9cd898396e52d9fa0a0c5d, 0x07e96bddaa9cd898396e52d9fa0a0c5d, 0x9e68622890d2da8650fd731f05eeec75daef0e8a0f484a9f864b4aee91981219, '', 0, '?'),
(0x02ab1460bafb1b852dbe43e1a490937e, 'wp-content/plugins/wp-rocket/languages/rocket-zh_CN.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_CN.po', 0, 0xf67d1d6f30b18dd7db9cfd84b0766fc5, 0xf67d1d6f30b18dd7db9cfd84b0766fc5, 0x8d6a74829f926535e0612fb3eee0f0a99adc2a17fa12455d7631d12a398a23d8, '', 0, '?'),
(0x02adaa7a1f60bbac89f970168be47110, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', 1, 0x00000000000000000000000000000000, 0x93a76ca67f4ffa413d0cde1cb7d206c0, 0xd468ab30d4e2aea34f7afda26e129ca64cc285a9034b7ffde186c348f14f1c33, '', 0, '?'),
(0x02b0c8ab28093f0bdefa623eb9bf6d72, 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php', 1, 0x00000000000000000000000000000000, 0x9e3f6b97b30d461c1b5a93e2ad6b6598, 0xd8b5e6f6b26e09be965ea7a0d4c0c34b2433c7ef8799e7484a5dbe69be7cf453, '', 0, '?'),
(0x02b12c225c242d683fdbc57902405ccb, 'wp-content/plugins/updraftplus/central/modules/updates.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/updates.php', 1, 0x00000000000000000000000000000000, 0x47d5dabada9a1ced0a70caa617a8eb4d, 0xa8411d8b39986a64ddcf406bc3bd5317e8c048d24f16baff00e7e100bd4a887e, '', 0, '?'),
(0x02b7852529cf9c857d1534fef11f1831, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', 1, 0x00000000000000000000000000000000, 0x7047c583abf9641eb6a02fd68686dc4f, 0xedec8e33564f7c03e560f85bbe9165a6cb4502ad659829a0e45bbd1af91fda09, '', 0, '?'),
(0x02bec972f86d192675a3515662e83a37, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_6.php', 0, 0x8e84a9073cc9775256c80d9e20b6f1b2, 0x8e84a9073cc9775256c80d9e20b6f1b2, 0x3b12d789efe274245813053ef1ea4950dee4d221b555d3d9824f85b562cadeda, '', 0, '?'),
(0x02c7e52a5eb08fc334eb393f4f1f6626, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1.php', 0, 0x8667d566c445c6c334a5a62061b3dc88, 0x8667d566c445c6c334a5a62061b3dc88, 0x3d6c6a7474527db93577ab88e79fa5fc5eb19f523b9169296116a4238fb42794, '', 0, '?'),
(0x02c905571c2df7093c871e82b89184cd, 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 1, 0x00000000000000000000000000000000, 0x435a6a891adb5098529e6186b3a46f1b, 0x770a1c71deac4f96d4bd9a01d431ab51053ab0e6eae0d270236a1a44eea00721, '', 0, '?'),
(0x02c9ca9287c6f66738e68fdb3094ac4c, 'wp-content/plugins/wp-rocket/assets/img/imagify.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/imagify.svg', 0, 0xc646baa576133fce1086bf439beba3de, 0xc646baa576133fce1086bf439beba3de, 0xea2ce6d7b14d0d24587b55c66e1eccfe2a25523f6748efa9749ac8871dde82c2, '', 0, '?'),
(0x02ca53df5065cddf6e3ddebf9b2d02aa, 'wp-content/plugins/wp-rocket/assets/img/icon-128x128.png', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/icon-128x128.png', 0, 0x35e4a2674379e98fdc584876d7f2f7ac, 0x35e4a2674379e98fdc584876d7f2f7ac, 0x4be35049ca66290769cea2eb1227a391b738ed6583141b184f116f2b01637ff2, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xd8cae603cdc15a7a9a23190748e8e7b2, 0x6e5da8eb7893cb1d1bb6ba9daba41a5f0ed1aa6bd442b3042d61bd0426bdcc83, '', 0, '?'),
(0x02d1e0f73a1f95af99ab908b1c033610, 'wp-includes/blocks/comment-edit-link/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3af6c753103689b0919c3009a969456f, 0xa6e04f6f902a032fd1b7d138823f9e2f68681fe903b2e6152707e62ae913e9b4, '', 0, '?'),
(0x02d2a91aec04d6eada71bc828a93eb28, 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 1, 0x00000000000000000000000000000000, 0x83a7aadcd96a98b68ffb3ee68db663e0, 0x607332f58f5ba386b32b8c2c624bbb6c0377c880ba31c9e89f0aa70c62c7857d, '', 0, '?'),
(0x02d756d5498cfe309c70a626d4ca1dc5, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 1, 0x00000000000000000000000000000000, 0xee03a7f775c915099b7cc824b8cf3d4e, 0x954c0193a44f2d7e3bb3ebab23ad117b75045446dc0e4e75659033227877ac4b, '', 0, '?'),
(0x02d8a630cd6a3cb916f5e218a4cc8eb4, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php', 0, 0x71b990695c5cbfab52598776810f6093, 0x71b990695c5cbfab52598776810f6093, 0xc2d7a28b2167dd7c8c2d19471c4f244d6f2e7bac74fce72fb74ba499b02b5212, '', 0, '?'),
(0x02d9fe17be7333fe9bcc4a73c630ef29, 'wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xefe2c6c250ee71280f3a45c2516399cf, 0x74419ae638b540e518d39e83b85560a9c23c622b176b6a03fac7f8df1bc05a6b, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, 0x00000000000000000000000000000000, 0x95a2955c501549fdc9a5d8d83c5c88b9, 0x29f51b5940c67526e54b67afa8003fab8a161cd15c4627c801583016c3c7888a, '', 0, '?'),
(0x02debafa0eb9e2e7b2358e8ef94e227e, 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', 1, 0x00000000000000000000000000000000, 0x7d03dae46404d16f0ee5b13cb3794a29, 0x5b7ac5f1c6c9b5f687e1d357da0237a4477eb465bb2bb57370a34339bb9b0c1a, '', 0, '?'),
(0x02dece2a28b3932aad2baf576a946370, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9ca333d4bf3ae1930456ab09988a5527, 0x9303bbf67c3c8fd1d4fe500f2a7467ab338d647f5973cfdf2f9180fb90d0f891, '', 0, '?'),
(0x02e46433aee07c26e152607e7ed6d39a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2_no_content.php', 0, 0xe2d155be53a5941f020cb5c42aacb058, 0xe2d155be53a5941f020cb5c42aacb058, 0xacfae6cf92bed93fd50021d71a8d2b4128f81d04526701d41858fb1e4ae149a8, '', 0, '?'),
(0x02e6b59131b7513de145e02353fd293f, 'wp-includes/js/dist/script-modules/block-library/navigation/view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js', 1, 0x00000000000000000000000000000000, 0x39b6679f083c89806ae1dab66a6b1f83, 0x0109b762813fc73d6946c846c292ce53862b0181760154674cc36d932e3542e3, '', 0, '?'),
(0x02e96ec6998cc87ffe5dc54dbad917fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_5.php', 0, 0xb6f2475613e4578227dc6779b763ebd0, 0xb6f2475613e4578227dc6779b763ebd0, 0xc82bc0ffb07839766fbc337da1dedab4bf82a09325f23e677bf83a0eb9105e49, '', 0, '?'),
(0x02e99b319a6d3b7039d332fe0809ccf6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import.php', 0, 0x32a4d4b65ab5422ea55f330d5e1da757, 0x32a4d4b65ab5422ea55f330d5e1da757, 0x70936d0a1209aa0e6c9c22299cc21ad456c11551a1c3c762d682cf85a591a911, '', 0, '?'),
(0x02f41b189b20001530328e1e8351926e, 'wp-content/plugins/td-composer/mobile/includes/td_global_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_global_mob.php', 0, 0x7467a3902d7f4c5da13e4344744e1c65, 0x7467a3902d7f4c5da13e4344744e1c65, 0x2668fe44f9ee5050e3885b950b607df7fce588d8f18fe99f33fda36fab308d97, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0xeccb704c0e9f2537a1a4151403bc85c5, 0xfcde4afbada3fe2efd48807a0ef8af86d15bd462623cbe8633799ce2bfcd1c55, '', 0, '?'),
(0x02f82de7ad56d8c44a9eee38dac0dcd4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_7.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x02f95246def351f7a6de63e48a1aedb9, 'wp-content/plugins/wp-rocket/languages/rocket-fr_FR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_FR.mo', 0, 0xd30b7460f8ca58cf574cf11fbd6fcdae, 0xd30b7460f8ca58cf574cf11fbd6fcdae, 0xe7fceb19e0cdfd28259690187103ff4936678e8b5f6513a300ceae957eb3dcb3, '', 0, '?'),
(0x03005be2a7d532d7717c8d82051c02d4, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 1, 0x00000000000000000000000000000000, 0x133241af1bd3a51c8e3e163840d5b8a8, 0x76e2e4d45fa7bd34f3e642a1ceb56d45f13a67c85de8fb48323a1af48f0a0907, '', 0, '?'),
(0x0300a5461ca0516edd48b9852922d369, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.mo', 0, 0x3025821e95e19cf5b6b56ff96e77fa97, 0x3025821e95e19cf5b6b56ff96e77fa97, 0x769d39a65d3062ccd6fe9604c1cb7f6e88ba9ff1102e22b10bfd67e97f57a074, '', 0, '?'),
(0x0302e8664e1bc995577e0817924550ff, 'wp-content/plugins/updraftplus/includes/class-commands.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-commands.php', 1, 0x00000000000000000000000000000000, 0x632382bb5b141628c8e8f5258c380623, 0x58404e3ea21eab815bde2e5eac5a918dacea379aceb2f2cdafbb3ab66d3b2e15, '', 0, '?'),
(0x0307150bf50479fba0e1cddd06127da4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1_no_content.php', 0, 0x88238b2a8652fbaa17368a2be3b50c9a, 0x88238b2a8652fbaa17368a2be3b50c9a, 0x665aedeb36506b0b80872ce41b7187014274e38954a95cb09219431d7bec3805, '', 0, '?'),
(0x030721d05bebd8b09616e40a92671027, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 1, 0x00000000000000000000000000000000, 0x2f5264be6b14ead0519c48a46214d96a, 0xa63afb17c8ca704500f05b543b2fdc1adafa9a41188b3c963d4b50255ffc5347, '', 0, '?'),
(0x031273393667ac54b63f6ec1c0d72635, 'wp-content/updraft/backup_2025-10-16-0434___90_c5f4f81c38d2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-16-0434___90_c5f4f81c38d2-db.gz', 0, 0x43f237c1fc738c0be0629b007f8d96e1, 0x43f237c1fc738c0be0629b007f8d96e1, 0x983050fed3cadaf7c4d4cd9802e43b63b9f44ecaad5189db53939ebe578a1e41, '', 0, '?'),
(0x0317bd4efc52b696f3b769fa7c438a57, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', 1, 0x00000000000000000000000000000000, 0xdcf0df9d450143fc4d8a8902a84960fb, 0x0610cb381772011a428978c96f6ed9cb14c29e01290f3dd9a3630717f25297ee, '', 0, '?'),
(0x0318d7404e2c2db16229627088408e4a, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-text-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-text-blog.php', 0, 0xfd1082bd0dc580946f1a982707043fea, 0xfd1082bd0dc580946f1a982707043fea, 0x13101e5dbf1b5ab525060a2db9506a6497ad9a3984050c56835e0e6c08dcfffb, '', 0, '?'),
(0x031c12ab34a5a45287887134c25d59fe, 'wp-content/themes/Newspaper/gutenberg-editor.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/gutenberg-editor.css', 0, 0x13d8945f9ca3714da83717cc3f32e5c0, 0x13d8945f9ca3714da83717cc3f32e5c0, 0x017b5fc170e033cefff964dcb1aee4679b3bfe32dc02ba470ebcc6bd0f74c981, '', 0, '?'),
(0x031de1696dab05f3e61a683c42df0858, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 1, 0x00000000000000000000000000000000, 0x02059d463d421c8ef1497324ae2738cd, 0x42b65dbb71b45cf9e89e3b24fc766dbbf8eb8237f956cb847b4a3139f706b542, '', 0, '?'),
(0x0321f9027615be006bacf0fb7c9d582e, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js.gz', 0, 0x46d8218dd2ef4909f7bab1bc6ffbdd06, 0x46d8218dd2ef4909f7bab1bc6ffbdd06, 0xdf0fc12dd17d7f7b263ed35a83e5119a2bfbfe72f56131bed353a2850ea51c7a, '', 0, '?'),
(0x03238b7e3d79f6a87b83eb33c3de2d73, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', 1, 0x00000000000000000000000000000000, 0x08c966c0c6f0949b982e5c23de9cefd3, 0xef1681274f86e8d37bfa2a93bfe6b3696944819650bdf78f0d7e2c639cd2aea9, '', 0, '?'),
(0x032880396c31a1ef356e71ace41816bb, 'wp-includes/blocks/button/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/style.css', 1, 0x00000000000000000000000000000000, 0x621bcc88cd54c08a339fc57e35cc382e, 0xc2e05b86fbb55e003d7a8900fd6a89a8021b6c070188aa275d198dfb633b06e8, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', '/home/abt90iranbet/public_html/wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x40cc00dec09d96b36108c82c1b5aae8e, 0x8487d9f64b6a4f8b4d5bd4d6e8869cd665615d23693578366994dfd7cd1e5a19, '', 0, '?'),
(0x032ac333d90607887867b42b03ac14f3, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/the_post.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/the_post.php', 1, 0x00000000000000000000000000000000, 0x9cdcfa2eef787d458b5ea5386eb646df, 0x8a33d07f9f7ce9e2af6ac8490d66970a0b0abffaaf3d40f49bed95e56ca2e587, '', 0, '?'),
(0x032b72f6a0edf94b50656c3e642ecb27, 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x087288422c5dfd7167c872797fea4dba, 0x83f3fa5d5fa588ae32c08a802f1428f21e02caa7f66fa4ef4cffb337e600abc6, '', 0, '?'),
(0x032c7ef3f2cd7feb714afda9a3f4d76a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block10.png', 0, 0xa224d1487d673cf9941219f9b150235c, 0xa224d1487d673cf9941219f9b150235c, 0x327a4b94aaacc7b6728b1dfb203b37e54ed686ad57d5f6069e33e99b5beb9ea7, '', 0, '?'),
(0x032e608a1640c4f09b53f3ba40d25156, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1_no_content.php', 0, 0x0ed5eb3d70495ae66da0d0fee6125dc6, 0x0ed5eb3d70495ae66da0d0fee6125dc6, 0x8a820d17e2f5169e6e702ccd08d525595d103296063659d7023aa2b37c985eeb, '', 0, '?'),
(0x0330fa2ee24ee068ff47314193007f40, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_5.php', 0, 0x570cc921057e077cb5bc71037abd726a, 0x570cc921057e077cb5bc71037abd726a, 0xc18ca50dac553f7f1fa09747969ad890c8c26ebb37980cb296abffba08d5dc7f, '', 0, '?'),
(0x03330778328ac2a7ae04a26804ea145f, 'wp-includes/blocks/shortcode/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor.min.css', 1, 0x00000000000000000000000000000000, 0xa83e60b1f859c7f3fdaef93c018a18bf, 0xf5c5b533c84a0fb2a07d6739ba782031ca854686a9fd1df60ff7de9066160391, '', 0, '?'),
(0x033ade27a34a19823f59890c043e63ef, 'wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg', 1, 0x00000000000000000000000000000000, 0x40bb4df5f56b891eb3b91ccb36516410, 0xc0aa19030157c454959a480d7676ae5c3090465cd8c8cc02e202726de7880ad1, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x56e983ffc990773a1ae897e3f2fe47d2, 0x0435521136be2257dae88fda3c84c80748bc89f5bda2b160dc2460ffd67fd14c, '', 0, '?'),
(0x033c428de36af72a5e73dd14d750bfe5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge-retina.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge-retina.png', 0, 0xd1b20696aee9c6677c29e5ca7d0bfe3c, 0xd1b20696aee9c6677c29e5ca7d0bfe3c, 0x61c90611eb5b0146d6aed89703f210bb01d501ed4879370e35f6d65baefd0d8f, '', 0, '?'),
(0x033c5d654057db5ddacdad1a68bdc19c, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js', 0, 0xf849dd00a16f995e439907b3b184f4b3, 0xf849dd00a16f995e439907b3b184f4b3, 0x96642ae9714bf2851ebeb2cde21b4596ceef9c04ceadd0140f1de6aa1461f630, '', 0, '?'),
(0x033c80f3aa2963a89b7382f9848e51d9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_6.php', 0, 0x58e6ab08c3cf63978b48823dabe21b27, 0x58e6ab08c3cf63978b48823dabe21b27, 0x63d358095c1f5a3df4447ff38c165bec58b889bfb755a3665fa2b4eb7c635cfe, '', 0, '?'),
(0x034368fc2ff883209f0e3ec67c5222ac, 'wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js', 0, 0x21fc742d74e12ed449f0ad696f8327a5, 0x21fc742d74e12ed449f0ad696f8327a5, 0xd287483b57565e4273650c2fc8c45483886413221c0c4f8f35895cfda5b2529e, '', 0, '?'),
(0x0345036b8a2875ac21efceed51555eb2, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 1, 0x00000000000000000000000000000000, 0x7698722bb5558a90d0b2caf7cc8b8d90, 0xb2ff9a61c900b74ba3fcacca773627066ebb49ab222e34a48a89eeb2174014d3, '', 0, '?'),
(0x0348f6bf6842ca1e3ddc39b473a8a68d, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-options-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-options-page.php', 0, 0xe31648563ef309f53395e1e40d88dcad, 0xe31648563ef309f53395e1e40d88dcad, 0x3b9ea21b7e4f727d060852034781f1e56434f0cfe6d37530293252cc5a2ab44e, '', 0, '?'),
(0x034ae4e472efe1e410e57ff2cdd4e255, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 0, 0x38c6f36342995b7aa96b30aedb9eca1e, 0x38c6f36342995b7aa96b30aedb9eca1e, 0x5f178f4b41e1bf2a9e0e70824123d1f7ca84b6a90571c85e0df3fc1cc1a65c98, '', 0, '?'),
(0x034e52a54cb6e04705c05b3a62d49153, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js.gz', 0, 0x30c34539d12a5de2fc201a401a981ef3, 0x30c34539d12a5de2fc201a401a981ef3, 0x7e78fc85a5b1deb8e5948c9581b90e3ebfb869a2dff32e09d26b64c24c1b9c5c, '', 0, '?'),
(0x03505ab3781878d8fac1ab6d4a06d899, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php', 1, 0x00000000000000000000000000000000, 0x73bb21bf8cd192e8efd9cda83ce0502f, 0xab37dcf0e6ab754390110916da7384d03e769fafd8de5a86d5e152320a050f3f, '', 0, '?'),
(0x0350784660c7c763cd5bfc9865371702, 'wp-content/plugins/elementor/assets/shapes/book.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/book.svg', 1, 0x00000000000000000000000000000000, 0x61d35514741363d78e66a53a4f39f87e, 0xd0a9297fb6d4f07c58d7ef1c82ce030549ec73df845a4b1fa62bf92bd4945669, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x035c5446b00beaf522dd07fbc5d36dab, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-htaccess-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-htaccess-loader.php', 0, 0xdcbaeefdce553f1b5a49fb055b47a9d1, 0xdcbaeefdce553f1b5a49fb055b47a9d1, 0x0b44ebb969481e8c5b44da30c22eafa453ae4336bb9b1e340af12fa284bf3471, '', 0, '?'),
(0x036102c6b53d21e67da33186ba9c3e9e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_2.php', 0, 0x535d013e4f9219df550521f4f32f3b2f, 0x535d013e4f9219df550521f4f32f3b2f, 0xa6a3de0ccd13182188a8c387524834bf1d1dd03a603659a5e9cefb6d6e9bbc3b, '', 0, '?'),
(0x03632626f6f42c691c4c8e6da1edbce6, 'wp-content/plugins/elementor/includes/maintenance-mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php', 1, 0x00000000000000000000000000000000, 0x3f0b5a913611b4e60f8ef9d8bf718d50, 0x4498f1a851b09e82732595a7b9c06b5d333079b9dc5564f23f51e13569232bd0, '', 0, '?'),
(0x0364875c5fe0e87bf33e1971ec623e98, 'wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgrader.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0xef38ca4a4205fc684d670ba4dc1dfb43, 0x8ccc97921acde0508b0e54fcaaf12ff973d50470e0c216bbd2a167d91091cde2, '', 0, '?'),
(0x0364e6bc644dee1db176e53cd02911d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_9.php', 0, 0x397548da757541ee278e81b099a05aa7, 0x397548da757541ee278e81b099a05aa7, 0xb8a3623692962086388041c0d773b70b7bbdee704e5f19531a104b3290754d25, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x639812c185992e4e59d9e99535b5c838, 0xee13c3a0f5d9e72c4958d6ba98866fcb7cde2e8e32640c39728d760903fd0e78, '', 0, '?'),
(0x036a40507246bad81715d7cd8ae9a695, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', 1, 0x00000000000000000000000000000000, 0x0485d72cf2978f3c423e5fbb432315ad, 0xc8738af16a5ae65c4e37609283615b8700cc4d5a495c87dfb590330a40d39e2d, '', 0, '?'),
(0x036b9b9b689a84dd2467efd18ad9cb57, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-notice-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-notice-manager.php', 1, 0x00000000000000000000000000000000, 0x1e437018305af8b3263fe703a5ea39cc, 0xde1f843ac64be56b348b3f76c1021493e50f275a1142870f13e37791a6284dff, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/autop.min.js', 1, 0x00000000000000000000000000000000, 0x55f53edb02d943b0b1421d0cb4889b9d, 0x65400f9bc9cd82bbaf928438e03d184c08dd04640d03ed17b157f2a7758932f0, '', 0, '?'),
(0x036e3b97975f2f7d7efe636363c60e3f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_10.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x037d5252bd905e368f6e2c78c5812d49, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x2e358b13ef147dd6b226366a28860c7e, 0x7e5ea7c76af96cba82b6c7ecf153efb890fb32ee3c386e6e051749ef757af312, '', 0, '?'),
(0x037df4f4cb4024e0423ac85ed816ec1c, 'wp-content/plugins/updraftplus/images/dropbox-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dropbox-logo.png', 1, 0x00000000000000000000000000000000, 0xcee67a47028df91530853e6ffe8cb8c4, 0xcdef2c840a701a4a56c4af7308998f1993e74541be20f9fb89f8ae67c1c688ec, '', 0, '?'),
(0x037e01ad9649ffd7aab32876fd97bc56, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php', 0, 0xd09cab624ce769db168bfb86008f243f, 0xd09cab624ce769db168bfb86008f243f, 0xff81c31a555f1d5282973ca35b57c417fb664e35d2522ab6727f998b1a144d0b, '', 0, '?'),
(0x038c33f43793896454d8e39d3c41a362, 'wp-content/updraft/backup_2025-09-05-0324___90_b682e122b502-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-05-0324___90_b682e122b502-db.gz', 0, 0xf9893f035e24efdb496cddb64343592a, 0xf9893f035e24efdb496cddb64343592a, 0x9d0e654cc28310a165c36f6e41a0b8b55237d70cd8cb07d7744469e8e4c6c86b, '', 0, '?'),
(0x03914596db1c9d1a38841492687f2dbf, 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', 1, 0x00000000000000000000000000000000, 0x06064a27cca527ee5fce209a76f9c0a9, 0xe03d646ad28d3f64659f20bd1ddff76c8f81e1ac13940d17ed3d434b995aa721, '', 0, '?'),
(0x0392b1582c36864ec37c5c7f3b8eebc9, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 0, 0xc520eab565825bc5ea7aba275fcd4dc3, 0xc520eab565825bc5ea7aba275fcd4dc3, 0x96550e1ef954e10faffe594c1a0f51f86ed9e7ecfc2e4cc3646729bd3890a11a, '', 0, '?'),
(0x03958ca60d35adcb26abe96443d1ee7d, 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 1, 0x00000000000000000000000000000000, 0x47cbb25c0728f409d3ba10467ae56716, 0xcca35afbec0716821e78c13b0086a410ce0d8f37d64618eb326e4ed493c9566a, '', 0, '?'),
(0x039c08b7578052257f5931408a8b32d2, 'wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active2.php', 0, 0x5b4800a02b91d5943d01edece4c38049, 0x5b4800a02b91d5943d01edece4c38049, 0x4f79e09cd696edeffafce3b906288b7816b991d76b5b00211fa8bb6520e7a20c, '', 0, '?'),
(0x039cd136c66508c80eb38aa43d9057ad, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header-centered.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header-centered.php', 0, 0x6cb4bfe27cd1b4b03f1509980824c854, 0x6cb4bfe27cd1b4b03f1509980824c854, 0xafd8f9824096f03900f8bff321551827dc412ec41ca24669a32ac0ddd3c619ca, '', 0, '?'),
(0x03a17de9512d8107a8ec80d4dff53142, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1.php', 0, 0x78b03f7f28fddbc305e08438ecf3ddef, 0x78b03f7f28fddbc305e08438ecf3ddef, 0xe5c6327a069f05844e9d47d88fbfcbe53f6dc440145674c3184e26c2ab519ee5, '', 0, '?'),
(0x03a2530d16aff090d80717d89f84214b, 'wp-content/plugins/elementor/core/experiments/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/manager.php', 1, 0x00000000000000000000000000000000, 0x0169d6bebcd041b7b34ed62236f8666c, 0x6d3dd5d4949aa260a51d1b04ee87cb88d6fcf545dc22442eb7a05a2fb681afd7, '', 0, '?'),
(0x03a2547e2fdab362825b6863034d2466, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_import.php', 0, 0x8b7e16a8480cc4f4220f2055b5a25e5b, 0x8b7e16a8480cc4f4220f2055b5a25e5b, 0x073ed42b61071edc41b1c22611b87b6d53e8fe3c93a8c17a38e251e4c9cd9105, '', 0, '?'),
(0x03aa75416d8199beb973dd2c29444576, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6266bf05799f0c0fb093118e7994c290, 0x8b51f698fc5970437f8b3dc133cb3b80758da5b1864eb390814b9ff8826fd584, '', 0, '?'),
(0x03ab96edeb753f4bcdfec72767c8338e, 'wp-content/plugins/amp/src/Exception/AmpWpException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/AmpWpException.php', 1, 0x00000000000000000000000000000000, 0x5f619ffe2cd939f89e97ef3b06b32253, 0x8cf1bb895d9216c7bde94eab604996c373dfa31b0ac5372af4d06bc97243660a, '', 0, '?'),
(0x03b43d8ea44282cd10faa7be7dee8678, 'wp-content/updraft/backup_2025-06-01-0332___90_8869b0237365-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-01-0332___90_8869b0237365-db.gz', 0, 0x63620dbce304ce45f8bddda3220c0a28, 0x63620dbce304ce45f8bddda3220c0a28, 0xc03d56bb026ee3f76390d113c1a271158c98486ac16d1dd426f648c43c4b5efa, '', 0, '?'),
(0x03b97a4432957d398372419f314086e3, 'wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', 1, 0x00000000000000000000000000000000, 0xe2d82a8b8382c2504ba19f15a1c8dcfd, 0xdd055c05b4d0f320d7bfb076906ba4cd46bc49a5b7d4ea3173cccde13b700058, '', 0, '?'),
(0x03bbf762d8f3d9d67592ba0870740902, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-user-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-user-functions.php', 0, 0x041c106e2aade4f3e2ca22a2e4ba6cf9, 0x041c106e2aade4f3e2ca22a2e4ba6cf9, 0xd2bfd3a80e5901d6d1638bc9f6772808cc12807276c67c5719bede9c4c83ffc6, '', 0, '?'),
(0x03bd8933ff4648a5f1afd4f16551d704, 'wp-content/plugins/elementor/assets/css/frontend.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend.css', 1, 0x00000000000000000000000000000000, 0xbfa655ecefba325e885685ef35008522, 0x4f8f3e08e840a61c5c5b7adc2545dd7746460fd92ef17960ad36980fa5fb4fb0, '', 0, '?'),
(0x03c46b33034dc642211adca22788615b, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 0, 0xfaac648f47808006216ab54338a4b42c, 0xfaac648f47808006216ab54338a4b42c, 0x8e5112aab41a6fa811f12dd281074c7d92d2a5168a4eeb549197749c16912f1e, '', 0, '?'),
(0x03c5ec68bfbd42a5d0913c6b83992ed4, 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php', 0, 0x0781bbd431cb8eca24dc9a47257fbf85, 0x0781bbd431cb8eca24dc9a47257fbf85, 0x97154dc3664d6864a01fadd5997f505e6297709ffd94a6de7663835e89b4be91, '', 0, '?'),
(0x03c96a89e267b62aa9ac217fb446ef87, 'wp-content/plugins/elementor/modules/announcements/classes/utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/classes/utils.php', 1, 0x00000000000000000000000000000000, 0x19f02cc0f749f7109e00a22ad1fe681c, 0x05e3e0885e1e6e4996cdeb63e3985d4a82667a82a4a1189c65453fc6b272354d, '', 0, '?'),
(0x03c986294e0e125ee04c7e82322fa1f6, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php', 0, 0x824a898479b083a50450a1b5e6b80b4a, 0x824a898479b083a50450a1b5e6b80b4a, 0x83eac3e151d131e376f756bba47860d199e3a20dc617f8ec5d3dcdf4ccdf0dd4, '', 0, '?'),
(0x03cf453917124dd7a7a0d009d15d70aa, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_7.png', 0, 0xcd71fc204dfbb26d022eba8c800f7184, 0xcd71fc204dfbb26d022eba8c800f7184, 0xbe48fbf7a117608e8245410db33a6cf87325086a9f7b1e86fd7f5adf5682f879, '', 0, '?'),
(0x03cff54ee82ef12141e432d61735d94c, 'wp-includes/block-supports/utils.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/utils.php', 1, 0x00000000000000000000000000000000, 0xc1706d2fde398bf81b6c6a54e4095e0b, 0xede8ef5772879b9781d8f6ab575b004b290a0aa885c6c52eef5e75a10616b5e4, '', 0, '?'),
(0x03d222c354ce48bb87e70090d8c609c8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_5.php', 0, 0x0f33e95f83fcb380ecb45f0de629b133, 0x0f33e95f83fcb380ecb45f0de629b133, 0xfbac57a0efb71c620f76565b848cc624d79a291e6f39144bec5afdcbaa301f63, '', 0, '?'),
(0x03d2aa83ca492d6a044dfc740ddf1a86, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-header.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-header.png', 0, 0x0b4853ae6d16c5a30e530f77f1a879a8, 0x0b4853ae6d16c5a30e530f77f1a879a8, 0xb73b372a0c65e181bb7f781778261556ae3b767ec3d8fb2b364ed0bfe2da055d, '', 0, '?'),
(0x03d9561a1e78d2d58b919b2fb400437d, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/note.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/note.svg', 1, 0x00000000000000000000000000000000, 0xa27c3a5f18614833e6efd1d05fe69a74, 0x3bedb50d76dfba10419bb78625adbf5dd2ecb1b101538bad6ffdd88b930a3ece, '', 0, '?'),
(0x03d9885308c8b2fb4f4a58eedf1e74cf, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/compatibility.php', 0, 0xb1fa107d28627d0c500dbb7943bc72fa, 0xb1fa107d28627d0c500dbb7943bc72fa, 0x34a34382e64eacf4aedd1f8e4cc97cb621e57a1f2547ffe6dcbffc6fb0685666, '', 0, '?'),
(0x03e00e8d824c0fb2357ee485efe16cc0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x7e1c1332c6434c46725456a488ce3302, 0xfb3d3549ffeb3b928a3ab0b855de52a578b0058a7a06a6967ecb5eb383928995, '', 0, '?'),
(0x03e0e0d71aa6afdadc94c0ea1ec16d22, 'wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js', 0, 0x07737be615af622ee1739379b4316adb, 0x07737be615af622ee1739379b4316adb, 0x6323f6ba4348bf163a784464e4bd5e104558b0e9377faccb88de94d17237877f, '', 0, '?'),
(0x03e195160807a580fe9e268c5b16ad6d, 'wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_taxonomies.php', 0, 0xe6a6d8b3e41450c367fd354786762600, 0xe6a6d8b3e41450c367fd354786762600, 0x14cfc1461d260585144ad27a9225eac98e054b869badbe8d0851a6f5706d74c7, '', 0, '?'),
(0x03e19e41fbd938e80f5221d3aad31965, 'wp-content/updraft/backup_2025-07-30-0326___90_24f425780874-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-30-0326___90_24f425780874-db.gz', 0, 0x8f5018755bd6a60d965785e1da19cd38, 0x8f5018755bd6a60d965785e1da19cd38, 0x145ad270eaa876493af67aed51b144eabff9135f7bcac2b6ff8c9f190286c7a7, '', 0, '?'),
(0x03e7ad1ed06f95be13c1a3f3a164655a, 'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php', 1, 0x00000000000000000000000000000000, 0x64591087fccdc6f2026a0405bcd01a96, 0x6f89704a01bb84a974c78b2c415fabee1c786109d30fbfd12ac61517877cb9c0, '', 0, '?'),
(0x03ea774265318a79f05914fe08eb8e0e, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/LICENSE', 0, 0x1b0b156bcf7972a5f131e1e461e84b30, 0x1b0b156bcf7972a5f131e1e461e84b30, 0xf78c0fd56118993389a9b4a664f3b5f827347523170fe5dfd2837669254a715d, '', 0, '?'),
(0x03eb275391b1447290b521c33dfbbdc0, 'wp-includes/html-api/class-wp-html-span.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-span.php', 1, 0x00000000000000000000000000000000, 0x5a87718ec4584d815f29b5f17522e62f, 0xf8066f9c17345db1c6e915eff748894f6d90021a781652796a2f917faf8805c8, '', 0, '?'),
(0x03f079a6bd66a9208660f5bf3c27379f, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php', 1, 0x00000000000000000000000000000000, 0xab650bced84365ad1600aa08b8b77f7a, 0x4dcc90d16593e94883eb792cfcbd11e465d29cbbb87bd8169280c5c6bc092a9b, '', 0, '?'),
(0x03f570bd2a310b452718ca4a88902d53, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', 1, 0x00000000000000000000000000000000, 0x0e6be4cbd2c311b19224cb6200fd1c52, 0x5c020a01e788c56428c7ed70bc0b62238a272696bdff3487b8c87ca3bc3e1c43, '', 0, '?'),
(0x03f57823a5842a105760509ac1c0449e, 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 1, 0x00000000000000000000000000000000, 0x3af492160392c86f6bcddcf1837bd8bb, 0x63415b9b5ea172f94489b5181320b0d4a79078ee72a9d60204f09c15f4393b80, '', 0, '?'),
(0x03f5f1cadb368d229b292dc4aa8c161e, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php', 1, 0x00000000000000000000000000000000, 0xa3953584d3170b7dd6793e6218d132a1, 0xc7e9d466f3225a8fe3a170c96970b653f0d3817f080c1185226f794980719430, '', 0, '?'),
(0x03f5f23987b9a4e4b7b30af59c9936f8, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 1, 0x00000000000000000000000000000000, 0x2db1ad9abc794dd349b63769fadf37fc, 0x163e1efe3e68cb0b7f30312a2834c875ec0de36850d37c0f9807f4ba0b9cbd91, '', 0, '?'),
(0x03f767d96c2cdca23c90e479e74439df, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', 0, 0x984cb091d4ea6f9d838d92155f59d2bc, 0x984cb091d4ea6f9d838d92155f59d2bc, 0x3f55d89ab3374907e5d439e9deb6802754c10754a1901403e1c58edef523c69a, '', 0, '?'),
(0x03f7e5e57e3a1f3b9793ec3af5814ad0, 'wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php', 0, 0x1292235b73eabce1385e1cc357d93b4b, 0x1292235b73eabce1385e1cc357d93b4b, 0x96f4a650dd3c6566463004a7ba466587e2f3c00acf07f8f961e34a0ff84742b4, '', 0, '?'),
(0x03f97ea26f8fcf8199acdfe47174901b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_2.php', 0, 0xc00b66599279e84732797d77fd4acbb7, 0xc00b66599279e84732797d77fd4acbb7, 0x23277f271c4e907ecedf504b34b3f95776899a38832a56950f676d1c6dbae8be, '', 0, '?'),
(0x03fc4463629388a13fd8361232a08ec4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_5.php', 0, 0x873ef1015b0cd91ae495f1766c2bbb08, 0x873ef1015b0cd91ae495f1766c2bbb08, 0xf53db0e45c7a4f34fcbfc067a0587527c59fb888cf81f9523c390de0e9834844, '', 0, '?'),
(0x0402c645bcebeca7e14286359854aed6, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/media-instagram-grid.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/media-instagram-grid.php', 0, 0x60d5b15f09f1c99499f97f3563ad9616, 0x60d5b15f09f1c99499f97f3563ad9616, 0x6747332ea0ba5777268405b3da2b13632652f99f28930b17f9cd63ee48e8ef03, '', 0, '?'),
(0x040c5d01cd31ba1b42cec838a1a267d1, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php', 0, 0x64591087fccdc6f2026a0405bcd01a96, 0x64591087fccdc6f2026a0405bcd01a96, 0x6f89704a01bb84a974c78b2c415fabee1c786109d30fbfd12ac61517877cb9c0, '', 0, '?'),
(0x0411c17f9e7b45e31b506da1009f767b, 'wp-content/updraft/log.edc500528bc2.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.edc500528bc2.txt', 0, 0x24c033af3911a9fca840704a67234b6f, 0x24c033af3911a9fca840704a67234b6f, 0x816af56fd968a60db91d2fe59429577c96f54d18138ade27925729d70ac0ff8f, '', 0, '?'),
(0x0417807a4122eb48496ae2ab761f305c, 'wp-content/plugins/td-social-counter/widget/td_block_social_counter_widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/widget/td_block_social_counter_widget.php', 0, 0xce5cc3c4ada11c2bb6218f48237b0110, 0xce5cc3c4ada11c2bb6218f48237b0110, 0x8d511cd8328c4823ee3510bae5235259a8ab21a6cad1b04547464c2361fd7ab5, '', 0, '?'),
(0x041aefe793cc68f6a69054ebfb9963ed, 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/README.md', 0, 0x5400ad6f876d878dd95b49ba86090900, 0x5400ad6f876d878dd95b49ba86090900, 0x179e037e69a1bcee0c24c711651af9a81e904348553db1d90bf07607d296b241, '', 0, '?'),
(0x041b97069232be5f79f06ced6f97b036, 'wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php', 0, 0x4a5d5de0ddb716b88cb551049906ac8a, 0x4a5d5de0ddb716b88cb551049906ac8a, 0x49e6f7c4c287212ca7c156f54e5b7c75d0c50c0e6b39f7057194e800d69eb851, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', '/home/abt90iranbet/public_html/wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0x999b8857514b060dbde074b0c79d683c, 0x61d26ac5ca45584fc374667d9e3b6724b3d8aeb3d634b30c34dee4d1b4c9edc6, '', 0, '?'),
(0x04230186e1e0be24da50a39769a61adf, 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css', 1, 0x00000000000000000000000000000000, 0xfe56f93d50b68e4cc3f48e1b730c1486, 0x7d435cfaed202e2ad3d9e3f3ad6b576e0e2e1518068b1f78b8f3d635d0c2896a, '', 0, '?'),
(0x042767383b71778c618be3359d1eb1ba, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-status.php', 0, 0xeb5c862f7919b203e6db79d1281762ce, 0xeb5c862f7919b203e6db79d1281762ce, 0x43d50a71454242a5d7055915c88de68efe5a5c95a8be2676099eb3bf3f8fd2f5, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', '/home/abt90iranbet/public_html/wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x92adf71ec63da4dd234c981848ddc4ca, 0x0f71b52f2adfb233f1a0dc78fe53a412a5b67e8b2e275d77ca1def6baf2c571e, '', 0, '?'),
(0x043190b4b7e006b509158df0ada3725e, 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 1, 0x00000000000000000000000000000000, 0xa9aa9a80da57c60249b673510f294866, 0x9683842c92d1ceef5b537400a31889723f121f68816ee52a11bab4a56bf2b2ec, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', '/home/abt90iranbet/public_html/wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0x6cafb3a8b72347d708f63234bacdae9c, 0x0303f15155b7f6d55841c46a706e0359fb7270a60b9c116fe7a34b214bdc9958, '', 0, '?'),
(0x043dc7291898e9e1cd74e358595862c2, 'wp-content/updraft/themes-old/twentytwentyfive/styles/08-midnight.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/08-midnight.json', 0, 0x4817fc3d53aff4a9c3cc0657f57bc51a, 0x4817fc3d53aff4a9c3cc0657f57bc51a, 0x041eca6c4649e7eb3bc386319acaf057a7ca3f4d81fe6bad76f41baec752c0d4, '', 0, '?'),
(0x043ff0cb7ceabaaff7d77e7893d0ebd6, 'wp-includes/blocks/query/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query/block.json', 1, 0x00000000000000000000000000000000, 0x8ca880f8dedf93766af65a4cf668b36f, 0xfb401ce6a69d1d8d5aedf94cf337c9d0ee389579d37af06f2f86371a10235ad4, '', 0, '?'),
(0x04420793147baa1f29ba077397a62707, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 1, 0x00000000000000000000000000000000, 0x07c5ff764386298ef48bfa129e014e7b, 0x1e091b3f1fffa02c0ecd7f0408b467d974a797795a822badf1876eddacc8b788, '', 0, '?'),
(0x04476e9e1a3bf8f29d3ea22a73926474, 'wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php', 1, 0x00000000000000000000000000000000, 0xc0c2b9f3e6a3545b2de16af32e430162, 0x4742d299eca52228e4410ef200705ead62ca99ad3c2f4af49775be57b93246b9, '', 0, '?'),
(0x0449beeb5a91aaffd6189a989b49c9a2, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.po', 0, 0x5975ec2a1594d513260edd7768054372, 0x5975ec2a1594d513260edd7768054372, 0x60ad1b1ff6516a7620330497ff978708d734407bfc4588e58eb71e4d4ccdb4d4, '', 0, '?'),
(0x044c4b9b6f3e2031157291e9d905a5ee, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x6ac13b6505ffaf617a2358fcf44db6c2, 0x788e96247085627263b1bf6eaa9027b21856e39375e3a63a0ade5df2591a57b0, '', 0, '?'),
(0x04515d9585ed93b2fc7596720b82af5d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import.php', 0, 0x1a1b09b8790a4a3a54e9ae80bd757e36, 0x1a1b09b8790a4a3a54e9ae80bd757e36, 0x978372924c7138bfa276fab13ae765e3ffa3e26903f86454fc13d76d37e3adc5, '', 0, '?'),
(0x0453bea0041befead65c5ab554af1922, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-restore.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-restore.php', 0, 0xbf04c0c3467561762aa7c9b56f867936, 0xbf04c0c3467561762aa7c9b56f867936, 0xfbd8e17e187a55e0ceb406ff5710bf1748be31e5a6f05825b305ad9e4b4c0b55, '', 0, '?'),
(0x045b034cdce0b80be7d0d345e932c595, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x045b6d6fcddae81f57b217fc959adb9c, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_9.php', 0, 0x6957afd1fbc6ffe856ee17e2e6eba72c, 0x6957afd1fbc6ffe856ee17e2e6eba72c, 0x3c5a88feb35c494a9559c40d3cd0615fc7c3bb3dc982b394d6235e54ea990c72, '', 0, '?'),
(0x045b8fc6133d3b6bda5a88e0b3f09587, 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/sub_footer_templates/icon-sub-footer-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/sub_footer_templates/icon-sub-footer-1.png', 0, 0xb7beeadaf582bc36b331005b491f82aa, 0xb7beeadaf582bc36b331005b491f82aa, 0xd149c1017fd8e6cca213223698462cacc427054d5b9a6966d11731e3ca9b587d, '', 0, '?'),
(0x045bdc67a8746bb69c5d3d968ecb7129, 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.eot', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.eot', 0, 0x674f50d287a8c48dc19ba404d20fe713, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0x0463b7f3e45d4afc77400db96b3ed20c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-business-home.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-business-home.php', 0, 0xb3736c7fe4d27441e3e60850dab25b27, 0xb3736c7fe4d27441e3e60850dab25b27, 0xba5ee6c2baa5c4b54eaa9a3fd6977ff36cb8d02c7e3becc80bf325394692750a, '', 0, '?'),
(0x04653b6f08981185bfe5b401903739dc, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php', 0, 0x73815524aa6318fc6526624052dcdf3a, 0x73815524aa6318fc6526624052dcdf3a, 0x4f8ea474dd57e7a05eebfb77baf042004012e5a2ccba767a2dbd7c27ac806d5c, '', 0, '?'),
(0x046a0a39a2bc3f4b43674f15c235ebce, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', 1, 0x00000000000000000000000000000000, 0xe00968491530f839a12a77e287cbf851, 0xa703cdc2ed899d498c58a5615b54a92dedbec64a8d3c36299189fdcb275161cc, '', 0, '?'),
(0x046c07e3b449256418f9322e0d6e3899, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/social.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/social.png', 0, 0x9d97bdcbdc6b6975a579b7d5fe2cd7c0, 0x9d97bdcbdc6b6975a579b7d5fe2cd7c0, 0x2a4d99bb5871f29cdbff9d4b32a9d8094b4c83558fe3cb7a4b0f75aab045d114, '', 0, '?'),
(0x046f8fcbeea8d148f35947fa4c558bfb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_mega_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_mega_menu.php', 0, 0x36e96e74a951093f9378c5a8e46437a1, 0x36e96e74a951093f9378c5a8e46437a1, 0x3099bca972b7da969c7065311f51cecab3edad7bf22ffb48ff2b87db5265ff9a, '', 0, '?'),
(0x047029f2311747238e1b7616d3c168f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', 1, 0x00000000000000000000000000000000, 0x83a2d85bb32a9aed0998f19cd00cf88f, 0xc8ce9ce27230f5f68ef6833f698194b2c1e849b25f8e83039719260b1aae4db3, '', 0, '?'),
(0x047500936526abec2417d2e29f174fca, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 1, 0x00000000000000000000000000000000, 0x7099a4f7fa805b1af5a7abc9ce346c2c, 0xf6b194c7c37692cf479edd585c5065753bc02da6fe5d58a7a5a2b47fd4bd1305, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0xab9f86cfa9476883b8f1554804259062, 0x0b6c3c55a77154d06869b02fe1ec37b2f5007dcd4a9eeade67a25762c0b518fb, '', 0, '?'),
(0x047969c3ba0ae65f547a5cf5abebbb6c, 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 1, 0x00000000000000000000000000000000, 0x5d6cfa24b75fccda144e4cd42add73c6, 0x47b608d53577c931cee44fa5e6d72b5a2e4fcba61f0a922b17ced0460ebb3bda, '', 0, '?'),
(0x047a8a2d535e44f7fd51e8e615f1e478, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370.css', 1, 0x00000000000000000000000000000000, 0xb8142fd3e6ee9feffeabf900068af747, 0x1c8253f9a68b11ed4a512a9ab2522fe85aa2d010e0676762eb755ddc6582035f, '', 0, '?'),
(0x047f8cdc88d279e2f43740a9b598d622, 'wp-includes/blocks/audio/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x50e28b8edaf1aaf06d0e8a7b746d6fc7, 0x7d1e2f310434a16f7c17f2912658b431bba2bb8bcda6bf4fdf38099a373a9e61, '', 0, '?'),
(0x0484026cf3bf673cd0ebb9c93dc66c89, 'wp-content/plugins/akismet/class.akismet-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 1, 0x00000000000000000000000000000000, 0xaf481ed74c429c7f5f0071b56c52aa83, 0xf07abf40154b8f140157e3e182e933b7d4a3ce537d665322e5d4fabeda8c6f27, '', 0, '?'),
(0x0486f9a5da047677952d833faf116f59, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-consent-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-consent-integration.php', 0, 0xc6fcf28c7c43f8bdbe46f00202100c26, 0xc6fcf28c7c43f8bdbe46f00202100c26, 0x51cb7ba47eed659dc121eab2ac7e5341e9167d7e07419a77b632489741220720, '', 0, '?'),
(0x048f5025687e91d70b67e80d0915fc1f, 'wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css', 1, 0x00000000000000000000000000000000, 0xf05a10f01367534f52b70d792d17b2d4, 0xdf4beb43b5bc8d36b123cddb337572dcd3c5a437aa8fa0d5eafbf41bda7c27a3, '', 0, '?'),
(0x0492229057174322fb28261a5d25cf76, 'wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php', 0, 0x56939dd99d55f009b53b47cf14734562, 0x56939dd99d55f009b53b47cf14734562, 0x4f07e9bb60ac377b5aa49f70b937535867e0e9ccf5948dc5198acfb0b8642c82, '', 0, '?'),
(0x04999d4e7ad9da2c34143cdb25d3d433, 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-tools.php', 1, 0x00000000000000000000000000000000, 0xecc3a9f57da2582ab1c6a254016ce28d, 0x30d6b5fb0c6d92a47b0666ffc47015961359a69c0d6f142165464fa115b70160, '', 0, '?'),
(0x049c86247ed65740a1ba0387c97832f5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_7.php', 0, 0xca9d665d97132404adbd84b42be3a30b, 0xca9d665d97132404adbd84b42be3a30b, 0x5455934ff897386cf954bbbb04e4ec429153e10a1d407b336e1ec1cd840cf00b, '', 0, '?'),
(0x049f3b38c139035d53f850afbce14479, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-10.png', 0, 0x49ddd2e5c0e9375a70667f4aefa5f0e6, 0x49ddd2e5c0e9375a70667f4aefa5f0e6, 0x77e4f82658c27139be0135fbb9acebc1aa7ee1e69edea1b7eabf74ce79878a95, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x36f1ced7fe40452d08ed03ad6d18646f, 0xcc8959b6e26a1f271ff5a469b9296a7c45cd56ea867f90b88a6cc9460aaf4cec, '', 0, '?'),
(0x04a2b32a1f77e376cc94205c8e4f7fec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/demo_style.css', 0, 0x7abfd2386d79773f86a325f40eff3e17, 0x7abfd2386d79773f86a325f40eff3e17, 0xa0f5e364609ee50247fbf0bc9a10e237beab69d7f95f65c0db4cd68bc8979958, '', 0, '?'),
(0x04a35b3253d2e1eb0cc03fb9f1a46444, 'wp-includes/class-wp-phpmailer.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x529a8a0e115d06fb76222e15caaf9b23, 0x88579096997de12ba41fccbbf4b3b78e66cf59d37931dffc631753b6868ac91a, '', 0, '?'),
(0x04a7ac430baafb56d0b266c1600b7aeb, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php', 0, 0x82e129aa8cb78edc512b940cbf69ed56, 0x82e129aa8cb78edc512b940cbf69ed56, 0xa10862f2890b542d967ad5fbb46ee5959db53d697853ed2191b23943a00ade8a, '', 0, '?'),
(0x04a9798aa9ccfd0654b69106b163776a, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 0, 0x96307bbc50ac4d4cc581f80cfdcd567b, 0x96307bbc50ac4d4cc581f80cfdcd567b, 0x07c1b5afa61fc399ec5251b0162602c54d47a16de02a75bb6d02ebb523665d97, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', '/home/abt90iranbet/public_html/wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0x2172fa5cbeb81359c68a7f81afb4a3b3, 0xe559355f7942406828acd32869de169a48440664f405fb1360bdb49b35095d12, '', 0, '?'),
(0x04b16a2360e6196090bc653d4867b2a4, 'wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php', 1, 0x00000000000000000000000000000000, 0xc4fffec2b5d1a736047f6c76006dacba, 0x60159af774d1930b68ed023c264e10abb94ec905e6000aa796cf9a9aad945799, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0x0edb52e6332aa60cb6a38d303a4f68b4, 0x80368afc3f17c7a8137a5c2c1ee2dca80b85a9d5defbbeae107f3689f48fb3df, '', 0, '?'),
(0x04c1d06b54a742a1c5fdb9dfd8c2871d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_4.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x04c53ee7ca50365e9d49bc8f7ad8051a, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x04ca3513384c28e5390820d37ca16e27, 'wp-includes/blocks/comments/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor.css', 1, 0x00000000000000000000000000000000, 0x7524952e0514338b6fecff51d3b73096, 0x35e97f6cc568769d1d34d4ae1641b3022ec33e9d458d9058a4ca8a4b5f4181f2, '', 0, '?'),
(0x04cf9a5771755f8a1438c87e0da2a8e1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 1, 0x00000000000000000000000000000000, 0x917e8791975c4e4c66596c8c8f59c97f, 0x925985c9fc4cb6b2454dd6ba8bd41e1042457def3741d9729038905ef22e675a, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0x657bbcf5928c8fbc8023171dce09be65, 0xa17b0dff9bbf12b059a1939f57791d92a8fb27380e959a78e771d17a1ccc213d, '', 0, '?'),
(0x04d247b923f4153b224cc91c2584fac5, 'wp-includes/blocks/categories/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/block.json', 1, 0x00000000000000000000000000000000, 0x7cb3b805001fc10dbea1f3e8819d9fd2, 0xd5b6faba99e3558ee88c62b0bc25c386e228d1da78cbfde738c72032e3f17056, '', 0, '?'),
(0x04d2e2254fac1014869b8d9c364f38b2, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 1, 0x00000000000000000000000000000000, 0xf41fd239940b8a9743175aa7fcb667b9, 0x115952576519c875bc96efedd9c1f4189398c4d1ccce70c57bc2b3de52c43ed4, '', 0, '?'),
(0x04d38eb992c2db4c33aad028bc5f649b, 'wp-content/updraft/backup_2025-07-13-0325___90_7c4f8dfe0376-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-13-0325___90_7c4f8dfe0376-db.gz', 0, 0xebfbd547d333d6f279b0c66a608a78d6, 0xebfbd547d333d6f279b0c66a608a78d6, 0x74d8d519be3ce2a2a7f99861dd30605f746ab6bd8ccf2c46e5e92334c638e225, '', 0, '?'),
(0x04dca3f6895cadebef87ae8a4b43dfcb, 'wp-content/languages/fa_IR-803bf1ce2131e13efc590c1bc47851fc.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-803bf1ce2131e13efc590c1bc47851fc.json', 0, 0x024887f11a5dda9f8fd46be6afa9c3a8, 0x024887f11a5dda9f8fd46be6afa9c3a8, 0x4f97705090e38796b696ed24dd8a1e21934551b0a3127fa37568f46efd1c75cc, '', 0, '?'),
(0x04e0f59a740e659f8d74463318499447, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-plugin-updater.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-plugin-updater.php', 1, 0x00000000000000000000000000000000, 0x2bfbcd8b470fd07ffc4382ea769b5bed, 0x3c663984b39832e4f957f2152d006ec6349765b3fb27c84f1f09f088a37abee1, '', 0, '?'),
(0x04e53883011fcd7fc796e8ddd7b94db0, 'wp-content/plugins/amp/src/PluginRegistry.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PluginRegistry.php', 1, 0x00000000000000000000000000000000, 0xc6d97c10a4a986c56c521576d2939761, 0xe5ddb55e5f187af6ba407cf37d951c332b1e3d90bb3f83cdf118d63b76d13a71, '', 0, '?'),
(0x04edaa7433a02ec7e95e00b916a1e18c, 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 1, 0x00000000000000000000000000000000, 0x6479d1b54a36ff686832023d59d8b878, 0xe153365d2b9dde755e4c1e316e8fdef5833cbb37baded52f4df57a99de60e866, '', 0, '?'),
(0x04f10f002273b756ec9315a47e337382, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x22788c4dedd0f515759f02e7d36c3759, 0x7ddb4444723fd2613b66a39a14f273334b224ae651bd615378f5d5db4aea7dd9, '', 0, '?'),
(0x04f48cdfa5f64aca2749b61474173a17, 'wp-content/themes/Newspaper/translation/ur.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur.po', 0, 0x87cb1b652c17d615e78ba420035da1b7, 0x87cb1b652c17d615e78ba420035da1b7, 0x01d5ca837378e6769f6ab809c5962d3e59b420d9b76be23c8a0beed46b4d7c0c, '', 0, '?'),
(0x04f48dca35cfcadb90ba8178a9c7325b, 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/features.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/features.php', 1, 0x00000000000000000000000000000000, 0xda11f3a20af1dcfc1bc0daa1c213f306, 0x112a692e6397232598121bad90c8d50d527b749ff8c81c36fbe74d1982048086, '', 0, '?'),
(0x04fd0a06802c79ba92d089bdcab8f723, 'wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', 1, 0x00000000000000000000000000000000, 0xcdb82c7a78571b79a672b1b7db01bf95, 0xc66f55a22db4effaa6bc924a6e2307ba2e4a53ca9277400cbaefe3de24945f70, '', 0, '?'),
(0x04fe9ae614ee63cbb964440551692d9c, 'wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js', 1, 0x00000000000000000000000000000000, 0x0b0128ab9e61554877cbb24986c24f04, 0xe307b3caeb7f26811c240eccf97a0cdc1de83b6f2cfde0ba348763619891a6ff, '', 0, '?'),
(0x04ff18a5714f61659465d191aed55070, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_8.php', 0, 0x8c095dd850d6c77358fad80245147e88, 0x8c095dd850d6c77358fad80245147e88, 0x57522c328acadbfa6d4d6f10837efb08c8127016ea8584672a4f6995711b6c26, '', 0, '?'),
(0x05009b2cbe23b568654c0847ba28187d, 'wp-includes/blocks/query-pagination-numbers.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0x586b89ba2e496d80adaf64ed79fbee52, 0x1364ab3445be72924ecc73ff183e371aa0640ef36c607169bc9dcd1b199cfce0, '', 0, '?'),
(0x050647b5b23191ae69d474dd6ebd20c6, 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 1, 0x00000000000000000000000000000000, 0x54475fe2bef8d45392a73c26ad5ec607, 0x80dc81fb3ac2bea8e697f1e89f392486372323fa11b1f4c142eed21b3cd50556, '', 0, '?'),
(0x050a1e029cd25a6c56c80d46d57bc3e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2.php', 0, 0xca2d54b2e025ec8d39b5040e164a263d, 0xca2d54b2e025ec8d39b5040e164a263d, 0xd59f738e5746a7be424ae8fe89b38903c03c1dc8dc18f46d200a76de0b25ad9c, '', 0, '?'),
(0x050d25b674a0a255a3485b8f94ce68f2, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2x2.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2x2.png', 0, 0x5ee6e13263f3f05ac58619a7661d9f00, 0x5ee6e13263f3f05ac58619a7661d9f00, 0xbe0485eac5a521a5da782a70ea6f0a21035646c929c4efa9d589c2b84fdb3404, '', 0, '?'),
(0x0510f8b873d4640e7481b558a438484b, 'wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css', 1, 0x00000000000000000000000000000000, 0x5a65421ccf96616a6f89ae85119899c8, 0x5f956a31185c51ee769334c082e6047cb225698474eb39d7057c3aa4466b3489, '', 0, '?'),
(0x0513c895c02abcf757e0fc15687f8212, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Role.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Role.php', 1, 0x00000000000000000000000000000000, 0x952d6c514d818722e22c060dc2d63bcf, 0xd68758795d59b9a4bd712e95626a557ad41582d27576fc5de5f4b6afd2bfe9c4, '', 0, '?'),
(0x051544ed6a1e500382b2dea1436da295, 'wp-content/updraft/backup_2025-06-16-0329___90_b2901f062001-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-16-0329___90_b2901f062001-db.gz', 0, 0xd517f54a355e0c5074dfba35bad27146, 0xd517f54a355e0c5074dfba35bad27146, 0xaf16972feabdeaebe4b87ed9767d763022178644a2341698ae7b41b75f8277a3, '', 0, '?'),
(0x05214cb3d684020304a235a5121bb1d8, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', 0, 0xfd2f22f2ce83ca59702646860eea60bf, 0xfd2f22f2ce83ca59702646860eea60bf, 0x6eb790f72c5e47ca13c615ba7ef8127b0953ee2b37f0c8b17ceeea038cfee810, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x0527625a6ee8accbeb48187236d6d690, 'wp-content/languages/fa_IR-50278328b502f4eb3f2b8b7ab49324a1.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-50278328b502f4eb3f2b8b7ab49324a1.json', 0, 0x142c6167fec4590c1b7af84af90cbd23, 0x142c6167fec4590c1b7af84af90cbd23, 0x1fa13539fca8a266a2e03e01bc74b5a5fcd625b2e0b975308f46d27ee4f03d0d, '', 0, '?'),
(0x0530cad82ee10ce26675ea02c831a94b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0xe7aa5a47414a3a7ff399bbe438cee829, 0xd03f2f2b7f4203b03a543cf05b166b126dffc3d52ac7c904a6a573e26dc03006, '', 0, '?'),
(0x053257bec2789c09f6902494f5bab8a8, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x904d3577483fcb7cc323c1f6979345d2, 0xf6bfd08550aa4ef0a93b9123438f450203f8b7b33e3cd22fecd63fbcc0bf364f, '', 0, '?'),
(0x0533921f84bf040f0e58b447253c213e, 'wp-includes/blocks/pullquote/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor.css', 1, 0x00000000000000000000000000000000, 0xe5b403b3b1c1c84a04be87da7d945910, 0xcd464638df51ce9179de962fadcb57902dcda3a6c38d2bf79bbee44b5b19eda5, '', 0, '?'),
(0x05356b830d0432c678ad3e60cd645bbd, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_5.php', 0, 0xb61be51d6495823806576223aba7f48c, 0xb61be51d6495823806576223aba7f48c, 0x1bc3352bb4d2aea73d9d010d17a41a318ed6c55b140700b11c3c38226edc3384, '', 0, '?'),
(0x0535957524e506f9194bdb174ed92497, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', 0, 0x86e0183d0e63915029c8878ed747e4f1, 0x86e0183d0e63915029c8878ed747e4f1, 0x531422ba8972e7c231f202ab4abc9d7fc5b8a60936d22af02986852d817b9c1e, '', 0, '?'),
(0x05389bca3e29bbd168043993666fc4d8, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/screenr.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/screenr.php', 1, 0x00000000000000000000000000000000, 0xf61c95415c9fbd0ab375e58a450890a3, 0xe760a63f364b1efe536466fe2dabe09d748b70b4d99b83d79e90142af7dbc375, '', 0, '?'),
(0x05392a49a7b19c4363930211ba1b9ff4, 'wp-includes/blocks/post-excerpt/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa639c1ffd561b94ef0343d92991d0d5e, 0xc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5f, '', 0, '?'),
(0x054074add73a54d35a8c2479e6b1a825, 'wp-content/plugins/wp-rocket/languages/rocket-gl_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-gl_ES.mo', 0, 0x058dbe6dad56784c2ea0ba1a5f66038a, 0x058dbe6dad56784c2ea0ba1a5f66038a, 0x265a6e17ca10d5ae9e0cc5f2450fbf3cef104706a5e9cb4c665d3f5aae3e050b, '', 0, '?'),
(0x0540bb93d41d7d96b2453dd126bf27a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_panel_settings.txt', 0, 0x468e85828b7f44d7f9cdcbaef62da903, 0x468e85828b7f44d7f9cdcbaef62da903, 0x6e977effccff47968a267df2e80613f312ec576de9efac37d6a15c3d0f82dd2f, '', 0, '?'),
(0x05414c845fdd41aa43351e8d61c0cdb1, 'wp-content/plugins/poka-review/public/images/plus-symbol-white.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/plus-symbol-white.svg', 0, 0xd9ba91ed71eea0b39217b8e7aaa38542, 0xd9ba91ed71eea0b39217b8e7aaa38542, 0x8ce877e193b386c8b1e010e9f5f4d5d57e5167afd7ac34e95afcb7e56e78bdcd, '', 0, '?'),
(0x054336ea846c5b45e1ca99cd5bc78111, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 1, 0x00000000000000000000000000000000, 0xa161350864050f78bf9161f7f3c94172, 0xb6c41318ad8c63179283d86acc809069e39ac5eaf5440d46fd27dc8873cee91d, '', 0, '?'),
(0x0547f61914686c46e2622b76ef0f877b, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/cacerts.pem', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/cacerts.pem', 0, 0xa527b93e71b94759d99643641ff3b531, 0xa527b93e71b94759d99643641ff3b531, 0x45e03461fe62030860100029b61ebc9301e7a6556928af40adcf88805b3ba5d4, '', 0, '?'),
(0x054ec41bbc2dd4d7673cae2d771a4556, 'wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png', 1, 0x00000000000000000000000000000000, 0x2e1a02774a1df5eb99a740453a2fa9b3, 0x69bf4199eb47c6870eb0cf2f86123103388a9a8f567c195a1608af43ef2b3c87, '', 0, '?'),
(0x05552ae322d1e6358287218d89b268b9, 'wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.css', 1, 0x00000000000000000000000000000000, 0x49628c250999f493b3bfe79908bb565b, 0xb9fcb75d378f84eae52a838639c14d3f7edd06bc84af8b08778b24e71089129a, '', 0, '?'),
(0x0556e2ac81395fe2003c5fc11d129928, 'wp-content/plugins/amp/includes/embeds/class-amp-imgur-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-imgur-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x7eaa8a8626543d16f1804b24493df55a, 0xa34b2970ec0aeaf98798cd94089d8f8880b094d23223f9c03957d1735760cb45, '', 0, '?'),
(0x055829b186696b78b8c06dfd67164252, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php', 0, 0xeb2ba5a5baba330f71b11c3b79bf72b1, 0xeb2ba5a5baba330f71b11c3b79bf72b1, 0x732ad3611ba57e5498d0bafe59546edc9f8110eeedb2a3f9cdecd0e295281ae1, '', 0, '?'),
(0x05583f5baf3c8b4d4e13dd675d55654c, 'wp-content/plugins/amp/assets/images/amp-black-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-black-icon.svg', 1, 0x00000000000000000000000000000000, 0xdf99452b3008119e6c9e20ec06ed23ea, 0x67c6804d4ca9ed5b0b8b05326069082727b74e4ac2378225a39e3984159be39c, '', 0, '?'),
(0x055e03b4fc0233c73b7be8d805d96691, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', 1, 0x00000000000000000000000000000000, 0xf680508006a5e28f7336afd526fb695e, 0xb3e4f0adf591b9191501deca59650ea9d152efffb94b80d97477cf69973ae4a9, '', 0, '?'),
(0x0566e304e83e2e4f76778f4c532cd2d8, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-comment.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-comment.php', 0, 0x0d3d95d32e515ffe4bcebfbbe1b543ed, 0x0d3d95d32e515ffe4bcebfbbe1b543ed, 0xb25e6f872fa64458be64e7df5cd387dd75a24f40f33b232cd4d4a1dcc306946a, '', 0, '?'),
(0x0568ecb6d1852d9645ae3036c7eb635e, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x6ba042027275c831295a0dceb24e9ffb, 0xb45f2ea15b36eb29640715b28b1aafb8d99db222ba329db6f7a549dd5ed79fec, '', 0, '?'),
(0x056ce9da1982387a66f7e5066f64d481, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x579efac14483bcc8da9659e4ae0db558, 0x3204c9b5968896fe0530efef41614fcf2e9d1107c403a030159422cc262550eb, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0x5cdc8bef473c803f1841f9cd51085d1b, 0x4821fa5bcd66800d87f36076fc7f8fb268c24606df2295122332972e3f28f1d8, '', 0, '?'),
(0x05731debd7265e2257dfc5c0ba443dc0, 'wp-includes/blocks/query/view.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.asset.php', 1, 0x00000000000000000000000000000000, 0x8778134953b9985f74a5a9de5ccf255e, 0xa15c5a899ef33f3b0ab1b73463b6774d7a993a8e60893f300f6aba2c4e23ea9a, '', 0, '?'),
(0x0573a36b6bb2fbd10e5eea9fbd4efde7, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_psr4.php', 0, 0x12af95fe486e1645775e8ec1fd27445f, 0x12af95fe486e1645775e8ec1fd27445f, 0x15a46d020bcac5129d40bd4171cc52bfc0b424ca83aa6aa2f294e962ee76e697, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', '/home/abt90iranbet/public_html/wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x0577504421142ec07169565a130c2600, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php', 1, 0x00000000000000000000000000000000, 0xa3c80d0a93ac690df5c3886a3ba4eb80, 0x844741c70a55d8f6c3680cee0f81b835820a6883dc747005d2d71b6161c5ed80, '', 0, '?'),
(0x0579767454fc503505122d2b6031ebc8, 'wp-content/themes/twentytwentythree/templates/404.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/404.html', 1, 0x00000000000000000000000000000000, 0x25fbcc228cda9a27ecc026f5e5fe2e2e, 0x140f9c6215e2790426b10bfe3ee1a6f123e18e8052a0f904d312941af85d6a5f, '', 0, '?'),
(0x057a9776bdec054bf1db7fe6e8ed1a99, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php', 0, 0xccd9acde69b6da5b145751f28c90b2ff, 0xccd9acde69b6da5b145751f28c90b2ff, 0x7973c33a6864dd44546884ce343590ac0949dd758a02b71e4ef2e90fc37ac397, '', 0, '?'),
(0x057a9a2aae3170866780bcea26d5037c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', 0, 0x08572b5ea7ff3fc59ae6d0a6c5742286, 0x08572b5ea7ff3fc59ae6d0a6c5742286, 0x2b7e7f3d4c61fb64df933335f6309dcfb15d4d2cbb94372acf99ba47cd8baefb, '', 0, '?'),
(0x057f2c4285366aba37899657cf98deae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_panel_settings.txt', 0, 0xae99f54b711333bd287f76bd18988f80, 0xae99f54b711333bd287f76bd18988f80, 0x1155579f23c39a44797aea73645544207a022e9faa32426a7e969e288a9f334b, '', 0, '?'),
(0x0582612d3746df2c6b8e792183d0ab37, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Nested.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Nested.php', 0, 0x52ba911f590089cb0b0e911eda6e7618, 0x52ba911f590089cb0b0e911eda6e7618, 0x14a483a36b49f0de8727c897722e587f0f5b096a4742f9d9099afc8eacfa9838, '', 0, '?'),
(0x0583299397b44584db1729be4b940c3b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xeefe8b30771ad022ea0e5456656ab26c, 0x5723857d865ab27e3416a3d54e5519b4928b93f8a519ea579c32f68be1e9b733, '', 0, '?'),
(0x0584a4d31b77965145b80d446c9b2ad9, 'wp-content/updraft/plugins-old/updraftplus/methods/addon-base-v2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/addon-base-v2.php', 0, 0xcd4d9ad71548723c07a2aa01e4e2a11f, 0xcd4d9ad71548723c07a2aa01e4e2a11f, 0xa27507fe05eb20d916f8f40c74068d1f60018fba680fd9064fbd43b22e6473f0, '', 0, '?'),
(0x05877e6f917ea461ae39d3028ca4ba64, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_4.php', 0, 0xf4123af469f89534643473d7fb24b10f, 0xf4123af469f89534643473d7fb24b10f, 0x030e00207e6d8d6535187ed953db850477a1e6b866661f74122f160894690dee, '', 0, '?'),
(0x058c4bdce118351deb247245da70f006, 'wp-content/plugins/elementor/includes/widgets/accordion.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php', 1, 0x00000000000000000000000000000000, 0xb3c6f080ec0fb40f11c5529134a9418c, 0x49e21dab2c2ec973aeec3e5b88ff6bf15ef90dac990d5890a70523e55a775e11, '', 0, '?'),
(0x058cd58e61f9ae6e6eef20826bd929ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1.php', 0, 0xd5f78cd03d6de3df4001f89986eee4f2, 0xd5f78cd03d6de3df4001f89986eee4f2, 0xabb221972dc1dad912cca4839d5c575663459cc3c16ad6a19734def9b9d84be1, '', 0, '?'),
(0x0590db0bdbf3d8be4833659cbb1417f9, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php', 1, 0x00000000000000000000000000000000, 0xe9113cb20d8eca5c3a6cdf0e94e5289a, 0xace04672b36da244e7d8f4bb66ecf968dca0593e7c3327464e84224454262633, '', 0, '?'),
(0x05989a4d6c03516e2fdb84ab542d2ada, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_5.php', 0, 0x9eabac0a67cdb3287d8ff1d6d56b07dd, 0x9eabac0a67cdb3287d8ff1d6d56b07dd, 0x503694e524d362d7bf09ff31c6060ada4aa91aeee819015a971e1764bd6258b8, '', 0, '?'),
(0x0599b651f7400fc381e160df219103b8, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-billing.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-billing.php', 1, 0x00000000000000000000000000000000, 0x63c904e144d4bbb827c3e4e4748cc8d1, 0x58c37b02d6ec35ec3ec654882ae1792f2af471c5aaf00e069dd8625fad6e6a5a, '', 0, '?'),
(0x059f51384abd7e156b0430c258addaa0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_css_generator_demo.php', 0, 0x334a22dd61cfc6d21b453a2afa6022ef, 0x334a22dd61cfc6d21b453a2afa6022ef, 0x6e5aa9880892854562d64badf965b71e710adcd9e41bba07c0a897cfecfa39c2, '', 0, '?'),
(0x05a19c192d9f61ce0c9618f34d41e385, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/demo_style.css', 0, 0xf29b13062ce6954b5563f5be1ac74368, 0xf29b13062ce6954b5563f5be1ac74368, 0x3e336b735feffe2dc874a970fc428dea88b774e1cb2495301de659fbdf27d8a6, '', 0, '?'),
(0x05a1ad99d89a1b31a24aa9fe5b7fdefd, 'wp-content/plugins/td-cloud-library/includes/tdb_state_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state_content.php', 0, 0x3e1d7c084f6badb6051999434a969e9f, 0x3e1d7c084f6badb6051999434a969e9f, 0x0d335863b35ae76aa936a8dcc56daba9eb35b1e5bc437bc93abc4c76dc027610, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', '/home/abt90iranbet/public_html/wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x05a632ccbf3e6ac2acc901bde9af799c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 0, 0xb65c1fa22f1f80185d6443488c6f2db2, 0xb65c1fa22f1f80185d6443488c6f2db2, 0x785bba60fb0cdca766476e8f1e672ee0b277b395e51bdd57e57cb0daebcae230, '', 0, '?'),
(0x05af517bf9b0625213f63fd2fc307156, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_10.php', 0, 0x3f82c8da9c3e6a04f39110bacd141d2e, 0x3f82c8da9c3e6a04f39110bacd141d2e, 0x2911ecccdb43ca468429db76ce14c252641e617755e413a579dfe893b7992587, '', 0, '?'),
(0x05afc5fa856500c2b4666a23512dd800, 'wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.asset.php', 1, 0x00000000000000000000000000000000, 0xb283f2ee0b8b35a57a07ea205389e2c7, 0xabf92ae010e49802a891b7ef6b24bfec560f078afbe387ca7047196309376261, '', 0, '?'),
(0x05b3955ba98c081bc234e2f2b03f8d73, 'wp-includes/css/dist/block-library/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor.min.css', 1, 0x00000000000000000000000000000000, 0x955143307851df605236f34aada7097b, 0x189edc8b914db33abb84a42f0fa8263aaf11b04c28df194e0965cc2ad38df6d2, '', 0, '?'),
(0x05b5f3ef84b50ac2a223bcc8ae55fbb6, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', 1, 0x00000000000000000000000000000000, 0x0ce9901837e04a733fedbbef4bba088d, 0xde85bec6ef0c1dfd414f8fe7eef956057384397c859ebc6ec906e2794f74f5b7, '', 0, '?'),
(0x05b9dd695c8d2d1ae878a5e8792060a6, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 0, 0xc06c54cfcbd3740d573cc443388b99d3, 0xc06c54cfcbd3740d573cc443388b99d3, 0x6ec511bc1b26458c821b539a4344836ac51091e68bbe1555d9b7552c57e11d4c, '', 0, '?'),
(0x05c15bbaaada7a303a1f20ca4d9f532c, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links.php', 0, 0xa8a8b71663766312307d1c4dd5719b94, 0xa8a8b71663766312307d1c4dd5719b94, 0xaaa4f7bf086b4e0e5c07ac1dc5514198c85368b5c540855f4985257a39272538, '', 0, '?'),
(0x05c3749fd8a41694ff1281c63907858b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-excerpts.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-excerpts.png', 0, 0x5e19a0215c47a769d8c6675d83762a27, 0x5e19a0215c47a769d8c6675d83762a27, 0x565b8ffbb84c2721113102c2fdbdd43af019d252273572a5c17aef6f2a60af9d, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x05c914d57a2be5f7fd7a74d771a6c3f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_2.php', 0, 0xc41d5ac0e75ebdd44890131de075c1fb, 0xc41d5ac0e75ebdd44890131de075c1fb, 0x5cf3fa73920614ac87a96b2bbfd5e398d8d0eeb69406a07d7954cd69c7424b97, '', 0, '?'),
(0x05cae0df741595ca4c34b57f9939d5b9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/composer.json', 0, 0x9452d4e4409e4b9ac2d32f47c10b637d, 0x9452d4e4409e4b9ac2d32f47c10b637d, 0xdea91b12b8fdd80f0d93eeeb9fed23b8b76a185f289a05560d47520cb2cbd506, '', 0, '?'),
(0x05d3ff406eebe4ee481e0120a74167d7, 'wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', 1, 0x00000000000000000000000000000000, 0xc6932963358c3441f0981544c4fe9500, 0x03d610d05ba31883b621fa75912eea97b0957e7e10c8e2ed8a4390a210bd263b, '', 0, '?'),
(0x05d92d66f65e78208b191bb26be0f1d1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1.php', 0, 0x1059bbe307f71904cd1f1b79a4f948ff, 0x1059bbe307f71904cd1f1b79a4f948ff, 0x8d2a26c256dddb403f5e27227730902a3cedc76283c7a6d5afb20c2f16c5c8d1, '', 0, '?'),
(0x05db95f42ae56f092d4be30d0bd5f6f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_6.php', 0, 0xfe26241111b4f5fbe9188d6c33296a5e, 0xfe26241111b4f5fbe9188d6c33296a5e, 0xe32d528ecccf97759d0841cfcd755994614a9be0c5cd85a810c6549f071d443a, '', 0, '?'),
(0x05dc776a4082526e512099aa7666c515, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/README.md', 0, 0x3d61d2ad437752db75115a0cf1759106, 0x3d61d2ad437752db75115a0cf1759106, 0x59f70de9fbd63ac762803a58529f6dda7713b121a11982628006c7023ea02316, '', 0, '?'),
(0x05eb2e823b3477bad7a5f1bb3ec3db9b, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', 0, 0x41e5a3f2a2a480aaed8418d246385e88, 0x41e5a3f2a2a480aaed8418d246385e88, 0x193fb4100f821c9cf181168f5667b4eeab4fdf3e58560235895d2e6bb6753b86, '', 0, '?'),
(0x05eed5c511dd114cedc7710564b61b9d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-separator.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-separator.php', 0, 0x86842a5ccdbe3f33ee945fca3a77a34d, 0x86842a5ccdbe3f33ee945fca3a77a34d, 0x3afcbf88086fefbef5bfbee8aa8f3753246cc2fb43a55a2a50f8baaabeaf0d4c, '', 0, '?'),
(0x05ef68c2add9674a6dbf1d2af1e3e502, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_9.php', 0, 0x13e318a6d4b49ea0a83f3489fbc58c68, 0x13e318a6d4b49ea0a83f3489fbc58c68, 0xec96016ac69d87e0e060ca2505440c2df98398a94ff13ab9fa3d9c8c61d4b332, '', 0, '?'),
(0x05f03214bd03530ea052ab8248b6aa21, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', 1, 0x00000000000000000000000000000000, 0x231ba5187e3ef30418adee3ca4797dbc, 0xfedeed087cd42ff8046423b360ec446ed1a8808195b7dca0d8dd56ee4c5b11d0, '', 0, '?'),
(0x05f11b4808c15ee2acb980b4f82623c3, 'wp-content/plugins/amp/assets/images/reader-themes/twentytwentyone.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwentyone.jpg', 1, 0x00000000000000000000000000000000, 0xfd44b6820652fc3072d0e77c683adebd, 0x1732bf7be0c1524b4dd313f3f58fc5b7f6ba1aa26ba7c1f1a7d8fde270da27aa, '', 0, '?'),
(0x05f151de96b8653046dd405db189c4ae, 'wp-content/plugins/amp/includes/embeds/class-amp-gallery-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-gallery-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x99c54bc87498c6e08a2f76622db2f949, 0xbf96505b34086a52ed55f8e251298703770407b0e892532accef5198b74eb957, '', 0, '?'),
(0x05f334e0c5d5199e225e7cf59a979a59, 'wp-content/plugins/elementor/includes/controls/groups/flex-container.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-container.php', 1, 0x00000000000000000000000000000000, 0x888e1c72e815507ff768968e744aa152, 0x19a8a4d33d77f0fd470544ee72f51b8e268fb9ee3e1d934b0f5b7c0c81f34e6b, '', 0, '?'),
(0x05f5a94fad5804b296c600fa37d80ec8, 'wp-content/plugins/wordpress-seo/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/readme.txt', 1, 0x00000000000000000000000000000000, 0x02192ab39c3b7bab3078bde649738c5e, 0x83752c1745664541c700acec9d63acd392c96dd4613ace0b2d732dd24c961918, '', 0, '?'),
(0x05fb67cf824a6027fb5c142d231d162e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_3.php', 0, 0x99cf914db1ba6c1f268c17a3c1e915d6, 0x99cf914db1ba6c1f268c17a3c1e915d6, 0xa2c470f9a9c631e5363f8b1c5c7e1017119e8cfafed3934cf2bacf3853f7639e, '', 0, '?'),
(0x06090cd937e6742cb16dd20f8690e0d4, 'wp-content/updraft/plugins-old/updraftplus/images/icons/pcloud.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/pcloud.png', 0, 0x623006cb200b31ef9a82f94272ee3480, 0x623006cb200b31ef9a82f94272ee3480, 0x81797e189deaa9eb4f7e9ebbc0a360e450e83e646d837ae6500365216236b4d7, '', 0, '?'),
(0x060955c79e085fda14525b6bfece08a6, 'wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', 1, 0x00000000000000000000000000000000, 0xa4cbb78b671fd8061e790985fd7042d7, 0xa447adcb31e62ac4633a4d1bd4fb811a02ccf55341ed50295cd8967ef65881e0, '', 0, '?'),
(0x06096508f5d8ad56f2c04debecc0799e, 'wp-includes/blocks/rss/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style.min.css', 1, 0x00000000000000000000000000000000, 0xd5c12f76b7880a8912d5d17408363072, 0x1e44c541c3ffacb02647d8cde6bbb98af939b168bce15e70c079bdfceaa3f989, '', 0, '?'),
(0x060a90cc66a4a84b52b6efdd3275a22a, 'wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php', 1, 0x00000000000000000000000000000000, 0x529a7903dd93f87dffbd7e80a379eb3b, 0x0ca727b32ad49f2e8deef7bc819f624ad1343893a1c32a145dfcbbe987a8c191, '', 0, '?'),
(0x060dc1b0b7a7ab05536af9bb2ce00f9b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php', 0, 0x68a78eaec669b24928a8f3bf198613d0, 0x68a78eaec669b24928a8f3bf198613d0, 0x8b4d1bf6f4c9acb544f3b0b18c4ced6e5d0801aedf37c7d717f3a8743646a0eb, '', 0, '?'),
(0x060fb525759afa151ee8655cf08aeb17, 'wp-content/themes/twentytwentyfive/styles/sections/section-3.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-3.json', 1, 0x00000000000000000000000000000000, 0x7ca4d1d87159606bfb06199433c46f85, 0x4ea36b2e0cc64d3d06b99206e2a44b656ffae5198de32f5f3626b56ac2d8f4c1, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0x0616ce7cdf98802f09b0e27ece565f45, 'wp-content/plugins/akismet/_inc/akismet-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet-admin.css', 1, 0x00000000000000000000000000000000, 0x9a142f166820234dc8ff8c8eaadb140a, 0xe7cc03fcb83ed9c80e9cf9e18990420f855aa53f49db39a076e37ec1f1839ab5, '', 0, '?'),
(0x061ff9a4cf52f3bfc6e2ad4970ffef3b, 'wp-content/languages/plugins/elementor-fa_IR-91751ab1f6434be40ed42c6f2430685d.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-91751ab1f6434be40ed42c6f2430685d.json', 0, 0xa8a121f9ecb2337fa58b7c784e2cd11b, 0xa8a121f9ecb2337fa58b7c784e2cd11b, 0x0c6e9e53e6e76163cc0870d48fcd5c3f0176bfb9b9d2e8e9dbcd06090a520245, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0x8942b3aca495feafe320cd0f910a6c26, 0x740c15835067edcb69623596fd823ec1818d8ed5abe22bfb642a0211cf51449d, '', 0, '?'),
(0x0624a5145c73d41230ac479a3e7d864e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 0, 0xca52d21c4730c5086e0a14af790a1b68, 0xca52d21c4730c5086e0a14af790a1b68, 0xf0193146690b20a7dde4fe20ad386273c10748e8c4beff827531b1745f06d77f, '', 0, '?'),
(0x06268670b4a36b272440c6a70ed6f933, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xb4dbdca4de39177941fbea19855eb74f, 0x5eb72e4f4694a052d7150ff96c9f91eb024c9c76172eb9ed48e6a2f3483a7d87, '', 0, '?'),
(0x0627a9cc4ea438855faf0a9222f79868, 'wp-includes/blocks/comments-pagination-next.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-next.php', 1, 0x00000000000000000000000000000000, 0x4d0f43a45f5283ab3d3c11dac8521cb3, 0xe8f409d06115dafcf222bdcada51a6ea2b1397da8f25ee856de433da7bdf709b, '', 0, '?'),
(0x062808c4645e421306e9d3a85b4fb4b2, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newspaper.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newspaper.png', 0, 0x45784cf89b50a82ee421a829da7bfd60, 0x45784cf89b50a82ee421a829da7bfd60, 0x3a9d5b5230c77a08a76f667feec03e0e3f2966534d61d5b128ecf29f68486e8f, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/lodash.min.js', 1, 0x00000000000000000000000000000000, 0xc5323ca028d02de29779692a4f839f1f, 0x0a9aa30c66cb169768207f0b244cf737ca3a38674aff3f5bcf407948a584478a, '', 0, '?'),
(0x062ef23817ac0e2002b20a5cfd6482e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0xea8c47694f865a8c1c9810abdf335ff1, 0xe061e15bce6e6184539cc0b33bddd1a65e2cb7010010ff60cc337fe3852d17fa, '', 0, '?'),
(0x062f4a87bab47e7804b2915d1349b8b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x06308d795918c390cc45da658550ea0a, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/anonymisation.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/anonymisation.png', 0, 0x82b0f3a6967e7f1408f0eaafe0e9f8b0, 0x82b0f3a6967e7f1408f0eaafe0e9f8b0, 0x75e9a53e5f3762df8593d3d428d42c211fc64d80b87b3735ea5eebf2a4039dd0, '', 0, '?'),
(0x06331b693d196798a9cdb99e47a91433, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', 1, 0x00000000000000000000000000000000, 0x1efbbf3894bbf14e609f09ef451358c3, 0xa11249ce2cbe7efacf3c402018031022b0fcca44c1b4224f912b49f2989344e5, '', 0, '?'),
(0x0634876508a031e004a6c72d1fecf0d3, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_3.php', 0, 0xdeb5582088efa0907207d4fb2e65f5b5, 0xdeb5582088efa0907207d4fb2e65f5b5, 0x0eb5a7068f5728b7d26db0da0302329116097edba0d9a5a57cbbe44bb6f85118, '', 0, '?'),
(0x06363c9d245242140ccfeb90280a4660, 'wp-content/updraft/themes-old/twentytwentythree/styles/pitch.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/pitch.json', 0, 0x6aea07966ece6b4cb95a5119b3660151, 0x6aea07966ece6b4cb95a5119b3660151, 0xf078d66d4bddce6fdd98fa76b86ff074f122e6dbb6530fa27ec17a2ac2f92ecd, '', 0, '?'),
(0x0637dc632d02be94d56bd08422b6606b, 'wp-includes/blocks/html/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor.css', 1, 0x00000000000000000000000000000000, 0x7cc81ad88001d2575a6eadc5f27d7443, 0x33248d84f471995da0e2432092411ebec942c3a54f7163e4a7e5d774efd39873, '', 0, '?'),
(0x06382da9c61f8e6a2fb458511e5c21a0, 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 1, 0x00000000000000000000000000000000, 0x8336d5b4ed51ab02d6d3e4131708efb2, 0xd032138d8fc5dd57a136f4082f2322523f0efd6f83c0da1e7db78471a55e0946, '', 0, '?'),
(0x063e399d7e3c19728699efecf3083f7e, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pricing_table.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pricing_table.svg', 1, 0x00000000000000000000000000000000, 0xfa68da751ac3f1b393072d79cac4eb1b, 0x659a172acc11be817c478af4de6fa28673f234300972e90911079c6703cff707, '', 0, '?'),
(0x06426bcd9093419886e9db8bf38d960e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', 1, 0x00000000000000000000000000000000, 0x8fc8e4a537bbcfb5c92b475a33e44919, 0x039a02627fa7719d0fa8bd815506d13d780a91b5e36f1f21b1337a144f165596, '', 0, '?'),
(0x064ea0bdc09cc795744e86dd62c6b4e8, 'wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php', 1, 0x00000000000000000000000000000000, 0x123d9a618b1e27fcddb38a37eede920f, 0xc10d20fddd0ef621b9b2eeef9a0f9e64a9321d05c4396283eade1078ffb86da5, '', 0, '?'),
(0x064f796957da06e60cbc413a38f656d0, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', 0, 0x75fda8bf558527ad787e311cc39e8a4b, 0x75fda8bf558527ad787e311cc39e8a4b, 0x5e5cb54eac0fbbd2db08d9784ebf0ccdcbb0675a1bc2b47869ae7d70349523a4, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', '/home/abt90iranbet/public_html/wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0x1fe8937801dcc156b4a1c4254641cee1, 0x87168a77a1ddc33e84a25e2e3931307b981959f2a0bf5ea046da39397e45950c, '', 0, '?'),
(0x06534fc36b44690f431f9b59dd1aae4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1.php', 0, 0x4c37e6491019aa24b3e00ce550ed74f8, 0x4c37e6491019aa24b3e00ce550ed74f8, 0x5c23be2b51e4bb7ae255ddce99caf6d9003e96e337518a5974a38c9fb9bf20f6, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x71e3b373fe91cdde11f6a1f2ea465b63, 0x76a64ee71aed1eb162e9b53bb461d8677bfb8db13ae0fcf197c0c5e053432aac, '', 0, '?'),
(0x065e27a2fe36ee03d9927b4477cc427a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 1, 0x00000000000000000000000000000000, 0x12ec1382a5c2c4d2c76bca740610fcf9, 0x54c2f01ef74d1546a4a719bda5996a154520bb93f89ea2b4ea53a51128bd53f3, '', 0, '?'),
(0x065fcf1d32845943ef540080641393d3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json', 0, 0xe773223b0e4b39cbf8f1a1bb2cfa3e73, 0xe773223b0e4b39cbf8f1a1bb2cfa3e73, 0xd2567da50a984bbc04af019f9ff53454edbd62dfa1b72efe5398ae0a04cd87c5, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x28b33c4de7997d7f08fd01e65a833f77, 0x946c214f5e6c409958280853719fa316bdae564fa316d5c87d517495a957af12, '', 0, '?'),
(0x0667e3e42f0f2f6781c85840fd6a569e, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x0667f158f6c538215b1b11b32c9469c8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_6.php', 0, 0x7365db2dbdc0781657307cd4de3e50ae, 0x7365db2dbdc0781657307cd4de3e50ae, 0xa729466ee176af1744e1c7a20b98c627d0ea7fc6f8cc125843ea4480689a88bc, '', 0, '?'),
(0x066e81a2833d45a8b4a7c8c6d9ee46e7, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md', 1, 0x00000000000000000000000000000000, 0xe43a8d174b3e05ace27aa4dbbd4acde4, 0x1c554fcd5e4af0cced4bfba5b5c9863c328d9f0f96fa9867959daf9b15d4d155, '', 0, '?'),
(0x066fb8ce603a617b4c92ccd187728a07, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x400.png', 0, 0x788e8d939d0f9364b8cb426f0872ad3f, 0x788e8d939d0f9364b8cb426f0872ad3f, 0x9db75e7125e18e4572f810a20e3732ba45511b2e3e33647f1b93c87aaea44999, '', 0, '?'),
(0x067a32b88a7f192496c1f0c648aec602, 'wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa41cc67493101358e17568daf94ce5ea, 0x22f7bd46e6da647b561e59b0d9cace3cebe9cefe799fb75a07b48c9c7aa7b6a5, '', 0, '?'),
(0x067f6a7f72fc026ae09c2d07e7f62e7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_6.php', 0, 0x9a374d1d406b273119fb5bf4948e09d3, 0x9a374d1d406b273119fb5bf4948e09d3, 0xcdc3a46c935a82d1738ac3c1df1c0dca7ca616eac147c8776f208d22f204cfb0, '', 0, '?'),
(0x068162dee7a4c9cd9580f12b6633a163, 'wp-includes/blocks/latest-posts/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/block.json', 1, 0x00000000000000000000000000000000, 0x5b50f20243a75bed513ba5353a10813e, 0xb6a5b975ccbff42412f9240322082d5351652ca7dbd06ac57c7a684f7e4049e8, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x069f0791d9da250f1abf701e3f4a5c80, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php', 0, 0xbf581f9b7f16600fd8c1e32e1d11b243, 0xbf581f9b7f16600fd8c1e32e1d11b243, 0x503dfcddbacf00efd9b3576aaaae04ef1cacef4c020b9202a3f3283e873cab7b, '', 0, '?'),
(0x069f544a2d91845ba7d563fee157bf64, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/LICENSE', 0, 0x9a8eefeec4fee45cb835a0f7054073fe, 0x9a8eefeec4fee45cb835a0f7054073fe, 0x1054a3c31c3425730f9379e38a061c840798a6623a2987256c1bc4253a275249, '', 0, '?'),
(0x069f7ee27a136b27db723b1d816c9ac0, 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 1, 0x00000000000000000000000000000000, 0x951f854e5e7b19435c22da362faa631b, 0x87c483f1d31e39587a4838cb2f4f20a3cdacd9461790f290fd1c901e7ec670ea, '', 0, '?'),
(0x06a97d6e68f5c27e2567a115a08daeaa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_3.php', 0, 0x5906e0007b48730e006389f8447af61b, 0x5906e0007b48730e006389f8447af61b, 0x05eb76bc8eac21d7b2bb3bf307e18cd9ca824e0cf33c80b9227a6582ddd2ffa0, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf0bf15e7d2d9792fc3a7d35c2b05a538, 0xdeefd2ae2b5f4ca31202e1f1f9962d44674d802709c3da4add189b6d62416bef, '', 0, '?'),
(0x06adcb48306f3ee334c91b435ebc4efc, 'wp-content/plugins/elementor/includes/widgets/sidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php', 1, 0x00000000000000000000000000000000, 0x99161360d3b5a63b64b67b48c593824a, 0xa8000179b36b3514fa31f4c39535883006cb20cdbbdc2f7449db2453eaba1cfc, '', 0, '?'),
(0x06b1040d35202d7cd4c1cb83cc19491a, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', 1, 0x00000000000000000000000000000000, 0xc908983adc3f13eca291ae2e270043c2, 0x59391e10bd05c6a3f9a9cfc8e58359ae17aa016c2d0b5b0e09c31aae8b80b22f, '', 0, '?'),
(0x06b47213aac51d000e5140e27312ceae, 'wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 1, 0x00000000000000000000000000000000, 0x121173d01830ca14bffddd1912c35625, 0x2156bdd725d85821d2453d539f0c41bc494139eb1c6d4784c00d6dbdf7714741, '', 0, '?'),
(0x06b6b41d673fc43fbada615c962d88fc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0xfdffbd0d70bdedfedd3ddcc3be6bdc0a, 0x20af2b88b0597c761dec73e67378b4a4ef655ca1207a039f4b04d0661449b726, '', 0, '?'),
(0x06b96f1c7255f0d59d466e6b7004b7b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x06bcb98e814647efb93c0a56c80ee9b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_panel_settings.txt', 0, 0x9166c2948053461d264000f164d90001, 0x9166c2948053461d264000f164d90001, 0xaff272ec76be100efd3cdf6714f4bddc6800109a2142477212159878b67f6cfa, '', 0, '?'),
(0x06c8d961def644b2ca1996803e34227c, 'wp-content/updraft/backup_2025-08-15-0330___90_ce5fc7380310-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-15-0330___90_ce5fc7380310-db.gz', 0, 0x94ca30bfdb1e7bf50f1cfb0eff3aa67f, 0x94ca30bfdb1e7bf50f1cfb0eff3aa67f, 0xcee2d8a6aac017f5d5d4d9778d423e042a0070e266c905572c7451e52126a75c, '', 0, '?'),
(0x06cca1d7dd33002412d2ac19559fb040, 'wp-content/plugins/amp/includes/class-amp-theme-support.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-theme-support.php', 1, 0x00000000000000000000000000000000, 0xfec5a47b5ff05cccdaaf02ebbd20cf6b, 0xfd4cc9e04c403bfd3b15208a4d5aeb6fb8df6aace03f62355918c5537875476f, '', 0, '?'),
(0x06d724eccf2feb24dcd7f8abfca44598, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php', 1, 0x00000000000000000000000000000000, 0x95d0bfa3d20271cd9cbce8667d7e8721, 0x9ce175cd690e50757b769d1c3de153829adf15bcb90117f513cbb5625443e1a8, '', 0, '?'),
(0x06d9556f4bca87de6d15ec89fb5f386d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php', 1, 0x00000000000000000000000000000000, 0xf7ef77bdf8c49764e5ad4406602e09e3, 0xe7aa92b4a7ca9a3303db1bf9d6dd602f1f2d5adb5fcde07050ddd7f855d6b039, '', 0, '?'),
(0x06db3ec9ad9e3b5c7d0b9f8370235f8b, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php', 0, 0xd2c7c2a053344a25987caea5884b6d88, 0xd2c7c2a053344a25987caea5884b6d88, 0x61dc1f7b39245dc24beeba97876b48fb81de28617780220487b62f9533acbbfb, '', 0, '?'),
(0x06de340abea1a044c744935eea5fae0b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_9.php', 0, 0x79234fd2ffd3f995914e476b435ac284, 0x79234fd2ffd3f995914e476b435ac284, 0xa8ca2d68cb575d67086f0631a6d6bca672734198c355e6681324f1f155955f7a, '', 0, '?'),
(0x06dfe7fe2cadd725600fce964a819652, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_3.php', 0, 0x83353e122168315387d13e44d8c454c2, 0x83353e122168315387d13e44d8c454c2, 0xb258e6177fb5257272650fe8732c39e1b73c58b8f8e141c9374f8f488e1ecbeb, '', 0, '?'),
(0x06e2d77242c90e47a930f60ae714dce3, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php', 0, 0xd2eebb90fed3184254cf3cba3f9f72e4, 0xd2eebb90fed3184254cf3cba3f9f72e4, 0x599d43f60a857e279f4e47e26b7ca452cbd41aaab0bf6b1097d64b5f28572452, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x06f68d8665f8f7fdb7525755ca966872, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', 1, 0x00000000000000000000000000000000, 0x70f952b3293b1a11a360c5d8b2798238, 0x3deacba8e19faa3cb45245273c2ca13259839de7963e1c51ee6c3fbe6fad86bf, '', 0, '?'),
(0x06f734ced36feeb81d24a46ca9a13d0c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php', 0, 0x87762026ba51c2fbfdb5136b8bfb33ed, 0x87762026ba51c2fbfdb5136b8bfb33ed, 0x52d7c1aa52b7e281093fd8c031c97c7d359366205978ef033faa37d748522b65, '', 0, '?'),
(0x06f77bdd655d8d9a3b86e39fed47c513, 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/general.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/general.php', 1, 0x00000000000000000000000000000000, 0x14c917a2b71b763f24c5a9b236a77f6b, 0x680b8cbfa82fd2ac62b5562ebb731b5e2563c5e44993512a113cc15bb8234a3d, '', 0, '?'),
(0x06fa922eff108779396287342e1178e5, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-categ.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-categ.png', 0, 0x2f656f40d6fde9b5af0c713ab76849f8, 0x2f656f40d6fde9b5af0c713ab76849f8, 0xac3dd0a0172ec667e26e133c90d9b008bffb3605c710aed3060f0170b613a4cf, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x7d363ce9a5a993d6dda34a43e1115d6f, 0xb858163b7b0f29b3ca5351c75aa8463de5818f8deecbd30484b870ee30b3db29, '', 0, '?'),
(0x070296c1b124120355992defb428998d, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css', 0, 0x7917e1d31da2ef4c80fbb55a58e41aa8, 0x7917e1d31da2ef4c80fbb55a58e41aa8, 0x80cfd9b2428fc2e7762cc6d0e0343262e12d3209f5153e8c2b7b50973bb09b59, '', 0, '?'),
(0x07089b7c31391ef0750181dd1f92cdac, 'wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', 1, 0x00000000000000000000000000000000, 0xb8bc38ee3bb32dcde533c7ecee18735d, 0xe694467b81368ad6e71a5d5df64cf6f58e3c85c33ba25656d6408f6ee7ebe752, '', 0, '?'),
(0x0708b20468e6c88e5e83e3f38d8f947e, 'wp-content/updraft/plugins-old/updraftplus/includes/S3.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/S3.php', 0, 0xd0eec3bc84068501502a315306eace4d, 0xd0eec3bc84068501502a315306eace4d, 0xbf9fe5ad0c81a5306fd3c81b9a191c4eab11f64051b514f68c4ee929e8a6179a, '', 0, '?'),
(0x070d508116f7299e345f22bb99270131, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0x5122b69fac5d8d893d7cb2dd41975f16, 0x6b63d8a8ca2fc5eb0ea8ea5e3c82a5b0719d042348d274511b91ff4d1256c2d7, '', 0, '?'),
(0x0710ed062ce52862da339a682865f47c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 0, 0xd0e2a9a9806ddafe5079ac53dcd7e105, 0xd0e2a9a9806ddafe5079ac53dcd7e105, 0x2562a03cd60632341f21cc6349a3be9367179b1f63ce28e8883b634439b4d3c8, '', 0, '?'),
(0x07225c7d53a05f64942f58be4cbfe04b, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php', 0, 0x8c5e8024c0faf7790cb796ad7732557a, 0x8c5e8024c0faf7790cb796ad7732557a, 0x28c2851f1e2259bc619f5df4b0d7d1043253bdfe303e85164c09f246a949bd96, '', 0, '?'),
(0x0723a34c86a497a0380614877b105ac2, 'wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php', 1, 0x00000000000000000000000000000000, 0xc6759c3279daabc62a259ebc5b1d1709, 0x8877c7d243a23b728edc7c7b908da488c603ddbe8304d36719290b748fb10f53, '', 0, '?'),
(0x0726f98d6e47e90b7f6fb9bdb5ca50d9, 'wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php', 0, 0xd5ff155120d9b6d3624a2d9da520186a, 0xd5ff155120d9b6d3624a2d9da520186a, 0x8ae2cf9776195cd95bc38c55c130ca2cbb956fb89ab9df046427f599475c8833, '', 0, '?'),
(0x072e0c461f1fb40eb0a25b213786f74f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-n.png', 0, 0xe4dd2e39667007cb3be64c859e8e6b39, 0xe4dd2e39667007cb3be64c859e8e6b39, 0x6bdb27291efc938a48a0ea366ba7777f006f1851925f7c6f41c68d7d9853d07a, '', 0, '?'),
(0x072e6f06d580810dbc00829c7fd994b9, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php', 0, 0xa3953584d3170b7dd6793e6218d132a1, 0xa3953584d3170b7dd6793e6218d132a1, 0xc7e9d466f3225a8fe3a170c96970b653f0d3817f080c1185226f794980719430, '', 0, '?'),
(0x0735c29a0d2215b878c2a852fee79621, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/inclusive-language-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/inclusive-language-enabled-conditional.php', 0, 0x5307c1393a0d6d58e3810b7cefdd3158, 0x5307c1393a0d6d58e3810b7cefdd3158, 0x873ddd8e059193320ca761776500fbd330436bda6eebc5ce07c459a0b5f134ef, '', 0, '?'),
(0x073f7e6840f1bf022a76e42998189be3, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/museum.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/museum.webp', 0, 0x0b2bd2727effb6d6f21853e8b18c735e, 0x0b2bd2727effb6d6f21853e8b18c735e, 0xeef0eff9ac105752cd254c7d920336a6b2bf5e1bad450c43d0d11b9cebaa2106, '', 0, '?'),
(0x0740751f7f58ee0a93eae41c2219bfda, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json', 1, 0x00000000000000000000000000000000, 0x8e37c2df0628bf5d2f814933e017e722, 0x989578f6ffcfaf656dd9447c412bb73f98e0c666379417725bc3d0fccfd8be2e, '', 0, '?'),
(0x074d237c2852cbf7ff86a73b9106e505, 'wp-content/plugins/updraftplus/images/rackspacecloud-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/rackspacecloud-logo.png', 1, 0x00000000000000000000000000000000, 0x62b13780d2ed8b5b1120bf5db9ecb7e7, 0x78124470bbd917d690e2151ea46127c4426a4586b0b57fdb19536de6817c05ee, '', 0, '?'),
(0x074fd22cb0fc3b7dfed6e335ceb86d38, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/_default.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/_default.svg', 1, 0x00000000000000000000000000000000, 0xdddce0433653a54908129d000b354195, 0x49f5b20ddbe38d9a0b473ad0efd602cdb67f6e6245d8474b51e427bc828e9ce2, '', 0, '?'),
(0x0753416967a7b9b470f0a8c3a81b17a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_2.php', 0, 0xffbee70a92692b5594658eb5f8b77dac, 0xffbee70a92692b5594658eb5f8b77dac, 0x1510f0d0330f4112792fa7c9d2f85a60e55d16614e90a6d2c3a221567bd72c4d, '', 0, '?'),
(0x0754010321bdc66ca0cda75552ed2721, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_3.php', 0, 0x8c1b8e0b16b171d32e5f8c850351d108, 0x8c1b8e0b16b171d32e5f8c850351d108, 0xa561310578548189403b4c6dad87a6abae9ea57481bde6388ebc9aa2e17ad1da, '', 0, '?'),
(0x075af0da7423acdd19a30bfb155f9f52, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_6.png', 0, 0xabb6fe003215775aec011682310121c4, 0xabb6fe003215775aec011682310121c4, 0xbdabe45ee612b1e21c0aa7cc26fb84321540b71606113692c8a10c6c155cadde, '', 0, '?'),
(0x075fa91e70fdc00b4deaddfdb03787ad, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md', 0, 0x6bc5f7fde5dea6ec4197b167ff25e209, 0x6bc5f7fde5dea6ec4197b167ff25e209, 0x6b27faedf3d6d4ec0dc52800688d4de2d90ac51e814f5f626a6d4eed7c0e3a4b, '', 0, '?'),
(0x075fd7ee18a808ac0127428c64ab3ce7, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/woman-splashing-water.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/woman-splashing-water.webp', 0, 0xb4293dd5b58d97c0e7da79a065755f70, 0xb4293dd5b58d97c0e7da79a065755f70, 0xb7c9904605df61e167d00324770fcd8938a60863bef05c1328e22f5e2f00e5da, '', 0, '?'),
(0x076560a67fbc0dedfdd5b29d1b93c561, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 0, 0x7029bf945d7af2ecd2058baa6afc0182, 0x7029bf945d7af2ecd2058baa6afc0182, 0x1b18947eef39ebffa2b48ed2c97f0b860ce825081b041647b5df1dfd57ea42d0, '', 0, '?'),
(0x07659d91af75f3ee53c579bb3715c5a1, 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php', 0, 0x709324be52e1daa64101299bfeb68a8e, 0x709324be52e1daa64101299bfeb68a8e, 0xd2223cfc0119907ddcd654be919a807b76daf272cee6795c1eb60acdb803a9c7, '', 0, '?'),
(0x076fe6e0f1096c18d108d1b4c6016364, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0x0774c67b2d0163f1f4568360782199aa, 'wp-content/plugins/kk-star-ratings/src/core/functions/prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/prefix.php', 1, 0x00000000000000000000000000000000, 0xb47af32651c3520f8b6fd16a06bbb224, 0x5743d0e3175716c072d9a37850b9f03153027d8ed7110fbb228238875e6d57bf, '', 0, '?'),
(0x0775f0f60d3a969e163fbdff21a21abf, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 1, 0x00000000000000000000000000000000, 0x64f3791f1f5d8665bcd125fc78f874a3, 0x055e034e2682c92d83f063f9e7ce61961c70b9980c7efc10676cb00a5e2508c0, '', 0, '?'),
(0x077bc335effe56e5ac765b4241def629, 'wp-content/plugins/td-composer/assets/images/dividers-hover.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/dividers-hover.png', 0, 0x5d7818301ae9cec054d05a8a42e84540, 0x5d7818301ae9cec054d05a8a42e84540, 0x34dc166ef7c66ca82210e82a2f528e76a8617a0f1a3f158d2f24697324228ff5, '', 0, '?'),
(0x077c7d7df9836c57051ae840b90e7139, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_3.php', 0, 0x1725158248fd3d02a3122127c76c7b81, 0x1725158248fd3d02a3122127c76c7b81, 0x453108c892dbd37d3cb48cb5b20b09da7fe5ec6aa6bae96f920f3f2fbe02c4d3, '', 0, '?'),
(0x0780c041a2929a878f03c1025d17d798, 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 1, 0x00000000000000000000000000000000, 0x36cfc5370758dd80983a17e40f07c8e7, 0x90996df5206f2778bd6c381e3c897d9b510e166b71eaf31f30229ee7b757c855, '', 0, '?'),
(0x0781b17b71bf2d081ece9fce88c7d868, 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar.php', 1, 0x00000000000000000000000000000000, 0x568da72d5f1d362a97eaccb5ecad91cd, 0x6f60f476a98820022d4614c47f272a45cec08e68f932c169dc8504e0f764ba91, '', 0, '?'),
(0x0783c169fb277d0df8a0cc6007197e34, 'wp-content/plugins/updraftplus/images/notices/spring.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/spring.png', 1, 0x00000000000000000000000000000000, 0x2f1ea22317ed5a0378468784655e04db, 0xf168fe1d253fb8acb20f8fb664aaee64c93b22f65ebbbdf43590b9810ee903a3, '', 0, '?'),
(0x078a0111677eaa36fc93fb95416e9570, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', 1, 0x00000000000000000000000000000000, 0x0c3d13120a8cfadd7c335ea0753a2499, 0xb1521760957f1e0e623b17e583ecbaaadd7fd13a357e12d960fc9b25b4bb511a, '', 0, '?'),
(0x078d0c46cb5a2d743db245cdc85c71eb, 'wp-content/plugins/td-cloud-library/includes/tdb_state_base.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state_base.php', 0, 0x9fc1dd3737d864c8bbc882a872000c34, 0x9fc1dd3737d864c8bbc882a872000c34, 0x95d00609645529467d334b536af3a79c9ba73f77638e2f5f8d9ea56611019959, '', 0, '?'),
(0x078db8f61cca67051e3f936518671bfe, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.js', 0, 0x4d024bb910cdf93c7f7802fb794e6566, 0x4d024bb910cdf93c7f7802fb794e6566, 0xf8b440c9fe85088091c7c5f767541864c1a961bf820afee583ebd4e9e853743e, '', 0, '?'),
(0x078feea834b81c94baa78d42454b5a1a, 'wp-content/updraft/backup_2025-05-21-0415___90_6c9bb6ec907e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-21-0415___90_6c9bb6ec907e-db.gz', 0, 0x32b43bd12494f64a1774dbb4d99db09e, 0x32b43bd12494f64a1774dbb4d99db09e, 0x07668e928752e0c3ff219f7bb6b151364b74284fb213097cd5adefe93bb0659f, '', 0, '?'),
(0x07906f258240672984b3601387b91e4d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', 1, 0x00000000000000000000000000000000, 0x3c38d96cc18025570739f4dfd04fb9ec, 0xaf526fcf3aab6d513a50baa0bf939ce0865301369dd0bb77167f02790c5bb310, '', 0, '?'),
(0x07908349329165f0e5e781a83f44a609, 'wp-content/plugins/elementor/core/settings/page/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/page/manager.php', 1, 0x00000000000000000000000000000000, 0xc18abaf7401eb065ebe866fcb7d5a30f, 0xfa3485fc1c0f566aa6c546a91999b318ca7976898ddb8c3816b5afc18bfb0888, '', 0, '?'),
(0x079666ffefd2fb0c5d2c56447699fce5, 'wp-content/plugins/elementor/core/editor/notice-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php', 1, 0x00000000000000000000000000000000, 0x427cafa5f1dda7c53bac62107f043913, 0x8dd3245303da9d845d7b65945fadb83bb759955c782c7a550984b783498e6059, '', 0, '?'),
(0x079b4cc3bd66a0baf1383db566b9427b, 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 1, 0x00000000000000000000000000000000, 0x7e193aa5fee2b3cd217e113096616c91, 0x29d8a000df73d0ed2095e3957497b190b1872893818c71289696a03f85420d2f, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe021efc8f70b594aa104f04a6b9bcdf4, 0x9ba01a3da1441742d790a3a70925251441173f4f9d77110f089bd02a2fde7e75, '', 0, '?'),
(0x07a3eeca326f763d0a5b599ae4667273, 'wp-content/updraft/themes-old/twentytwentyfive/templates/home.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/home.html', 0, 0xb048f307ae5e2145b9cab7a5096dd604, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0x07a60394d3cea19f5185b74066f6b0cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', 1, 0x00000000000000000000000000000000, 0x6b621dd4d3212a90f259c4a1b7d640e9, 0x2f7137d0ac353d93700021e6cec8450bf6408b9d507346202168c0e86415e861, '', 0, '?'),
(0x07a9934f0726f7b9964c68cb1d897227, 'wp-content/plugins/wp-rocket/vendor/composer/platform_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/platform_check.php', 0, 0x0cbf6f16b772988b6e5877a764137239, 0x0cbf6f16b772988b6e5877a764137239, 0x2db201aaf4fa3358fbb68cc42e2ba035b79cee4a62519df9abfa1ba89519f6bc, '', 0, '?'),
(0x07aa6b64d483404b10f6a914d5c6ab0d, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x07b38462961e0fd5d67eb045133f6c83, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php', 1, 0x00000000000000000000000000000000, 0x37564a64375c732f789a30c4845a7efc, 0x83c57bc5b7e9a5f5c05eb3dbbebc8589965fa909c0638b833644d524d105bbc0, '', 0, '?'),
(0x07b6465d268adcdce81736f809458949, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/demo_style.css', 0, 0x6637779c656fcd2528a662c2776c017b, 0x6637779c656fcd2528a662c2776c017b, 0x643a90e4a666af08d703b78cd4c4210f26e65bbe430ac8068f58606628a1f4c8, '', 0, '?'),
(0x07b7177a2c96d07704676d0620337601, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/private.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/private.php', 1, 0x00000000000000000000000000000000, 0xaeb63dbc87cfd9cad58205b467c80182, 0x792805970c6479b7350de73ed22a3aed1ed21c20f9431e0eb5ab7a5b4fe82356, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x07c031fc64d56550cb01f2be4e1eacf5, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php', 1, 0x00000000000000000000000000000000, 0xbb1d77a7695754088b60e60b2331695e, 0x33a12693660b7c4cbff8c5c84aca15d0c0961739d21108fbad8ec9d6dcbfaa0a, '', 0, '?'),
(0x07c0f8c1de57d16649f21a4e9ba550fc, 'wp-content/languages/plugins/amp-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR.po', 0, 0x0419e27a3385bf2b265f929d0e66bb91, 0x0419e27a3385bf2b265f929d0e66bb91, 0xb21cb04960de5e605ff00ba227cc749e32ebe970b54d509837b378cfbb0154c1, '', 0, '?'),
(0x07c3963737023ca7aa8fde3a266ba349, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3.php', 0, 0x4b361a4f47e80b95985a45832c54f2f8, 0x4b361a4f47e80b95985a45832c54f2f8, 0x13ad7fb5e63d2ef724e2cb8bd49566bbd15d0d1084ad43940941830a8b0945ac, '', 0, '?'),
(0x07c4836695b9a9b94848c0e09ac0ebb8, 'wp-includes/blocks/navigation/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style.css', 1, 0x00000000000000000000000000000000, 0x7702c37506d752e0e07e670c133475dc, 0x81a019d662aef46e6786547dcb6280361b882cdd71ee68643a593d492e8f948b, '', 0, '?'),
(0x07c4937ac70365b351e8b530a3c8bc43, 'wp-content/updraft/backup_2025-07-24-0328___90_4f5b7b0f4dfe-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-24-0328___90_4f5b7b0f4dfe-db.gz', 0, 0x73df4847bc1286e5f3cffd3dcbd026fa, 0x73df4847bc1286e5f3cffd3dcbd026fa, 0x1693fd40eccf1402a6f9892dfa6b2dd1e041266f3c59f28f3c0600375087c8c3, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x8772136346efb1ad432298859a5bb8da, 0xd525182a65be9fddfce59520d106d72707f83e1e5caef1d8dcb29f9042aca849, '', 0, '?'),
(0x07d27a3a2ffd41be8b54e2f6573f696c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_templates_builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_templates_builder.php', 0, 0xe7e57266b032fd7bed98e9a85aed928b, 0xe7e57266b032fd7bed98e9a85aed928b, 0xeffd2b277e15a7bf9b49fcea212511803483f7498303e23869d1dc85dacf57da, '', 0, '?'),
(0x07dc76fa257caed58cc670f0e264d1fc, 'wp-content/plugins/elementor/core/utils/assets-translation-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/assets-translation-loader.php', 1, 0x00000000000000000000000000000000, 0x301a120b6d39e1c88ea0409f2d84c073, 0x78b5cdd65505af570c66196b92799c34b80dfd85a973be060c4d09629137003a, '', 0, '?'),
(0x07dcb127511abc278836a5f728ef8c1d, 'wp-content/themes/twentytwentyfive/parts/header.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/header.html', 1, 0x00000000000000000000000000000000, 0x26e30ce6f9196b918412a75334d46f77, 0x51791fd36bd4bf06de285164d7bf2e26a8944f6aaf21baf3cd1f4a7ba78a8d19, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/moment.js', 1, 0x00000000000000000000000000000000, 0x57246fb66210c7189fe95ca299666959, 0xd7ceedc1be446fa9f3f8bbe2c920044a75c16848133ae7ac34d1c97d683b45b2, '', 0, '?'),
(0x07e1db7b075e2767cfb90d131693876e, 'wp-content/updraft/themes-old/twentytwentytwo/templates/single.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/single.html', 0, 0xacf11d7a6fb8794e5d03c9bd32b4b804, 0xacf11d7a6fb8794e5d03c9bd32b4b804, 0x0068dd6bf89bda055176db36509fff722297a13a52462ee86d8f240cf5cfad49, '', 0, '?'),
(0x07e46126f65fb0099c272fc3fbf8e40a, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php', 1, 0x00000000000000000000000000000000, 0x34c768e5e6890f43933736534ffcbc39, 0x8b61e762b1790136fc28f4556e6c6b67e08acd4b6c59753c590e0b0a6c3ebf90, '', 0, '?'),
(0x07e5d5ea1ecd5e78c2bf51886d30c527, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_counter/tds_counter1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_counter/tds_counter1.php', 0, 0xe2f707457bf6cac4c00f3ee836c548a9, 0xe2f707457bf6cac4c00f3ee836c548a9, 0x5eb439298e8f834784e9e2af2db5205ef3505ef684dfb398adb28e1ae6470ae8, '', 0, '?'),
(0x07e7ffee879ec288b856cabc2d42b2d2, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x07e93c7eed649b047d9a5dd0b8fd4a84, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-full-width-image.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-full-width-image.php', 0, 0xd399c497e7d91638ee60bfbc5ba6e642, 0xd399c497e7d91638ee60bfbc5ba6e642, 0x8c11b3601565bf78c138e404d45f963518070e34074a3229919a572aa55fbe94, '', 0, '?'),
(0x07ed5da95c5bf31ae7b5c3977975c499, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/optout.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/optout.php', 1, 0x00000000000000000000000000000000, 0x27849af477f58b4aae150b996f6b7147, 0x62704e64fcc6a64fb1742011959048ecbb411246a40166cfd869cce0f8e8353e, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?'),
(0x07f7ff2923fe80ce95a8bbe26a6e8088, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', 0, 0x274af6f18bd3571466102a1ceb01b5be, 0x274af6f18bd3571466102a1ceb01b5be, 0xc9b32df836a2d60cc254760efcfcf9bcbadf2b9e9ca133236b419acba9204c55, '', 0, '?'),
(0x07fa2b58c431b39efdb05444fb6b22df, 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php', 0, 0xa287b3cde7ae409fded75ecb6ebde9bf, 0xa287b3cde7ae409fded75ecb6ebde9bf, 0x7fd0056eba1b6df3580f01fcbad22f46b3fcdc8e026d6b936fa988936a9c1361, '', 0, '?'),
(0x07fb176642d7e542a758a04517c9efb1, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', 0, 0x1057e362be03b3a5efdd5cd011a2e339, 0x1057e362be03b3a5efdd5cd011a2e339, 0x197a8dfc51bfdece7a3db8f9938cb9555a6a8607440cf4ffee0f8eb0e59b3996, '', 0, '?'),
(0x08015fdbbc3945e9d36250a482ce6faa, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php', 0, 0x83322e314835b6458b1aec9248a59ac7, 0x83322e314835b6458b1aec9248a59ac7, 0x0d2751b590dc3cfc83c8fe6e669e2214d79f7bc455df9c1f00ef683821197f9c, '', 0, '?'),
(0x080e2604cff197bb32a0fd8fa8e48fc5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 1, 0x00000000000000000000000000000000, 0x796c688dca14779e255265afe7110586, 0xb49b0be4b80a6a71bd57eddb09d7765fe62384ef2066bae0b57e03cdd252913e, '', 0, '?'),
(0x0811899c84a2bf5925f78fe56daebdf0, 'wp-content/plugins/wp-rocket/languages/rocket-ja_JP.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ja_JP.mo', 0, 0x02d56e9dc73dc551dce843f58567e466, 0x02d56e9dc73dc551dce843f58567e466, 0x3762932796ccccc460d3e7336f2dc37c09a76b116bd8d9db26e6c245a49dbb6e, '', 0, '?'),
(0x0813534200de70a7a5d7031b80fef18d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-checkbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-checkbox.php', 0, 0xef01517735b9f43aac8fc5f831291eb7, 0xef01517735b9f43aac8fc5f831291eb7, 0xa2504ce0a0d5ad69c082661d404c2a3f072902cd0ae53faefe35521b02ea0a27, '', 0, '?'),
(0x0817800d7e94c85be8f995f2dba26ecb, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/image-carousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/image-carousel.php', 1, 0x00000000000000000000000000000000, 0x6972de6fc907da8727ca9d50864f3997, 0x202f6c93563ab861261164e8adbab2b0ce140754e60c5a927b0d43133a391abe, '', 0, '?'),
(0x081c60b1f1b440d1a02d81fafcaf8cf7, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_time.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_time.php', 0, 0x2d1b7ef00d8cf2121ca118f29a88d516, 0x2d1b7ef00d8cf2121ca118f29a88d516, 0xab98d17e967f6bf34ca7274de45c9498a6c5ec293687236525f8858c17486296, '', 0, '?'),
(0x081c8ef1c8f0548f520897e6f38fd712, 'wp-content/updraft/plugins-old/akismet/views/stats.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/stats.php', 0, 0x5e3d0c2dd4c76d95f65777ad7867504f, 0x5e3d0c2dd4c76d95f65777ad7867504f, 0x07092e2df5ef5b0db30b57fa9379160ac6d0d8259f42c16e945162a11e42bc77, '', 0, '?'),
(0x081d7c1b505fb0d13be1791bb526491e, 'wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2635ad1c7440132cdc8e4e475244a5e9, 0x1b95fb7f18f0f4a6d3f688fc478e72df66bfa4cba566f1600314ae2ef804f110, '', 0, '?'),
(0x081d99e9a5f8477903e12d95a0b67211, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json', 0, 0xdf5a3dcc4c39967c4352bdf9fd5fb092, 0xdf5a3dcc4c39967c4352bdf9fd5fb092, 0x73a98eecdea8351d88e092fcd8f8395c81c8398a1a49b290b6e7c6b801073e39, '', 0, '?'),
(0x081eafe3d49672cf32f108c7624ac60b, 'wp-admin/js/site-icon.min.js', '/home/abt90iranbet/public_html/wp-admin/js/site-icon.min.js', 1, 0x00000000000000000000000000000000, 0x80afca32ffd4bd9de2d9c78dd17cea2b, 0xbb6fcae9b52f49c75069947816a08ca2d4bcd736d495c378e8555b8521098acb, '', 0, '?'),
(0x08206e15f61c41eef752a19f0a1b48a9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', 1, 0x00000000000000000000000000000000, 0xf744d3cd8b896f0396bf495d7e663080, 0x8735936f103024eeefabe2038f72fd42b20fb8dacea7e840e62044bc14b24362, '', 0, '?'),
(0x08231b3c307e1bc753d20b844bc873fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import_no_content.php', 0, 0x6ec30ea3443808a959f34eb9c4e103ab, 0x6ec30ea3443808a959f34eb9c4e103ab, 0xb2c7845fdd990ebd31351bd91a26aed384f02cd82e731eb01009a9f416d698fb, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, 0x00000000000000000000000000000000, 0x4689f2665aedd88d5049522669e6a7e9, 0xf94551745912803dc7c06a2e23650c57e388a441335163501f0213fdf0fc54db, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0x339cc48c643c76ad12a5574aec6dd378, 0x36afd652133395bb5d694a296f94f5e02e67c931ce2603e3b66c4a85f82284bf, '', 0, '?'),
(0x0829c2bb8f4626e9a9daae17f2b368ee, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', 1, 0x00000000000000000000000000000000, 0x042f8382b1ec91fbf67bdc8783414b26, 0x871ce1c43c74ee3087d9b882537d212fa3b0e20b0a6aca98a66bc7445042f294, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x7a0ebf11fe1a1387612cd09c5896d824, 0x5088a5b0e0ad57e7f8082608b3fe4fb9f2210a5bc814593c740a3640b33d26f7, '', 0, '?'),
(0x082f2c225f4292dd42349473737a6ac6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', 0, 0x5d119e865cb8f742b87b0ca630b547c3, 0x5d119e865cb8f742b87b0ca630b547c3, 0xd42795294c59136996acc1393e3b4212ac07ccc18117715d0df31d111c38ac9e, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, 0x00000000000000000000000000000000, 0x2847226ebe725069c41e29dface01b6a, 0x0d894641866d65a06109721b95902d9577148759cb45d675cace02e3f4f17518, '', 0, '?'),
(0x08381628f1ad4b854c2e5f2725a6f9b1, 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 1, 0x00000000000000000000000000000000, 0x5096dceb295628e85f4252da09d95b19, 0x4afc3c605eccabc104102b7e27da052cea73c4fa1b56da850d2adb2a7d0e78e0, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0x092e59bf49516c261e3b277479a6d7cd, 0x2a6e0883fc484ef341a8ab32b828a0ccb7960d6080feba701c26f7d1b05c65a0, '', 0, '?'),
(0x083beaca8d4dcbcf8faef14f4c8b02d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x083bf7f1216ef98cacdfc085680b3f6c, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php', 0, 0xa6901b1ff631a1f00ea41cf61f3c5ddc, 0xa6901b1ff631a1f00ea41cf61f3c5ddc, 0x7d427ed97377e4428a73bee8b7dc01840c60a78e57d8b366ff3e1ccc68a7cdbc, '', 0, '?'),
(0x0840066abe18d25f8f359b1e6586e00f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', 1, 0x00000000000000000000000000000000, 0xc9a39df07a2834d9ae315cfb159731a8, 0x324b9267d8b43cbc36640f08393f5e2d81915ad336a29d5c7d133baff2be1969, '', 0, '?'),
(0x0840b6d4108ac4f1c5d7b035217380b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import.php', 0, 0x526bae19ba1206a286ba80ec4b8f1056, 0x526bae19ba1206a286ba80ec4b8f1056, 0xde4e54a32756550026c45dc64e715639258261e1431b790d8bbb840730da0b46, '', 0, '?'),
(0x08430616da1554983341992635c99544, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x4e8b7a51c7f60a2362a4f67fbbc937e7, 0x87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c, '', 0, '?'),
(0x0848fc80321c3991c63f38e5313de9bb, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 0, 0xc02f91c6d1d63e21b9bf1da54c47dee0, 0xc02f91c6d1d63e21b9bf1da54c47dee0, 0xa0e996dc5fc427ee4436a9df12209cd0af50597bc43019314dd947204861005b, '', 0, '?'),
(0x084bd005fa7850300826a480f14f3a70, 'wp-includes/blocks/archives/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5756f2ebb3568ac0cd2eaa5d8957306c, 0x2b18a9f1d2a10393685478b33df0ec1ca7ab2fe3ae9b25c8a68b92f687773b48, '', 0, '?'),
(0x084da45a9da381dfc8f781d25fd3ba8a, 'wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x895b3ee65938d6a70c6fa75e0c424009, 0x022c4cbe74c200317c13e427cc95b41104f46c8c487742f3bda4c69ec4b94de3, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0xcd200bbe5577594989e4497f7fd07de2, 0xbdf8bf0edda00de9f1da9755f244f45054c1fbc9562b3680d15e3a322183d8d9, '', 0, '?'),
(0x0866f415d207444a90e07b4f89c2adeb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php', 0, 0x1722774ec5fd786c1f8f4553c017f71e, 0x1722774ec5fd786c1f8f4553c017f71e, 0x9fd323d06ff04ff98ed154dabb3fc84d3feb7e37ae7f2ee013d7cdfd3fd05782, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0x90cfea74f1be7e18517a19ec070b21f7, 0x1446604a5d7494c911ff06744c8504eb1d1a3e017a1866b1d68a3e9debddd0db, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0x4c8ba059d0dc284cf0e005637307dddc, 0x7e14ac835baa106a10b882662410ede548676cd036e83986881859b9da9b548f, '', 0, '?'),
(0x08741df725e0f19ca341f376e41b20bc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x5766a4553b8e656dfc68309c2bb6b8da, 0xab704553efd5437e956452e5181cd0dd5dfd133790819d6f5152c81280d3495d, '', 0, '?'),
(0x087639dfbc770f037f6e286991e0071b, 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-404.php', 0, 0x87d7a7f1e44d9d54745f1a7bf321b886, 0x87d7a7f1e44d9d54745f1a7bf321b886, 0xdc2242f7d7de4b472786089ddca9c8fc807e4d88d5de209026675380d25dd814, '', 0, '?'),
(0x0879b4f3e460708879bfe869736e41cb, 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js', 1, 0x00000000000000000000000000000000, 0x7860d8138ffbd55042aeeaaf32daf318, 0x547a1fcedcb79ab4c2f19cd9e1bd24e9f1ce9dbde502a509dedf7d7aab2727e1, '', 0, '?'),
(0x087bd34ce837ae07cf3354634e024516, 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 1, 0x00000000000000000000000000000000, 0xa13e160c12afe2e500c8adfa546a4683, 0x0c6ed58b00c84bdb0c1e55e75d1c5b02ea041e557d871c43ca42b181a1e2b0fc, '', 0, '?'),
(0x087cc13ce6acfdea51d8de80b9b7bf38, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1.php', 0, 0x438c0b3823ca764f5c1592aae0229248, 0x438c0b3823ca764f5c1592aae0229248, 0x113ce183eca861f3b69cbb1e7901ae37015f9d48efc5bc257d5207047d99dfe0, '', 0, '?'),
(0x0885e4d92247fd116b3f0cfaf1eef69a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_6.php', 0, 0x0ff17f1d7085c15dfd7022476b04b7cd, 0x0ff17f1d7085c15dfd7022476b04b7cd, 0xf6a8db09bd9cef969749b4eaae9dc6e8d0ccb112c61aa0a0267de7d4ebc3f777, '', 0, '?'),
(0x0886bc6917da1592b4fba4956184eecb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1_no_content.php', 0, 0xbf90926cdfa8f93d7d36352bd66f0ee9, 0xbf90926cdfa8f93d7d36352bd66f0ee9, 0x61547506050ab3b4a24b475a6be2a09be0530c6f3fde9256fafe2e8de936a150, '', 0, '?'),
(0x088751934cb2f47397167903fa7b0a34, 'wp-content/plugins/amp/src/DevTools/BlockSources.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/BlockSources.php', 1, 0x00000000000000000000000000000000, 0x96900a5af9beea2c012b9a68912ece41, 0x11334d2a6a3099399a38e2957dff1b88b313c87a0f45f65f72653d59a782b2bc, '', 0, '?'),
(0x08918765ab2cbd42e75f07ecd835cf1b, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_excerpts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_excerpts.php', 0, 0x6599def8c6f3966dbe30b00df4fd17d3, 0x6599def8c6f3966dbe30b00df4fd17d3, 0x3c845327a0bacdcb871c0fbbe7e311b138ca6490392a5af7365799382185f5d9, '', 0, '?'),
(0x0896ce522436306a77c0e0496db49837, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 1, 0x00000000000000000000000000000000, 0x4bd7e10ee11d39043c0e331328c167c7, 0x9f5489147891e0fae4bbff2d97d6fd50e76fa2dafcced241e68cd305d2edf2ef, '', 0, '?'),
(0x08978547136e054c5013c44a9f7783e4, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', 0, 0x31dfba8871d3de2ab5b845a3cc3bc873, 0x31dfba8871d3de2ab5b845a3cc3bc873, 0x6e8b5ec618cd9bcadd638dc1bc3700f2d6642e26061913d81da84078fe0060fe, '', 0, '?'),
(0x089c15570a446974ca1565ec75dc2797, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-12.png', 0, 0xdfa26bbff7896c22455e6a818b028a98, 0xdfa26bbff7896c22455e6a818b028a98, 0x6e9aa145deb26a1f7471d263459155a36586231ad73edf3554c55e03c12085e4, '', 0, '?'),
(0x089c75dee6a905de91159e706b193061, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xfa97401b0cbbcbed93cc2d6d62cb6a61, 0x28966b1fc9978ec98cbddd30ad22aaf3d3d6de768d2065ba5d155d6bedca0fda, '', 0, '?'),
(0x089eaa80ef35379b974416d73b546b43, 'wp-includes/blocks/social-links/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x882ca3f1b71f7b5b864efd96ec3f6516, 0xa6a5141f10fb7004cb30a92a6fd07e91e0041f416f6ea0b507e49012cf1af267, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x0c124509346d1dfa0359d73ec06095fa, 0x16d923b75fa7075bd1b8be0c17ee407511b84861c6282b6a3e561a2bba715b56, '', 0, '?'),
(0x08a6774be03af94906bcc8e4680e3885, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1.php', 0, 0x9f4b7d274f168669410012196392b3b1, 0x9f4b7d274f168669410012196392b3b1, 0x224ad1cb94caea451b389992c9e8f40411cb802f4e3f28c32f80aeb7026c76f4, '', 0, '?'),
(0x08a69f10f797a5bd944fdac317ca84fc, 'wp-content/plugins/td-newsletter/images/thumb_03.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/thumb_03.png', 0, 0x8736bcefd6e0c8ba30a376246c0ea107, 0x8736bcefd6e0c8ba30a376246c0ea107, 0xd3ba48dda3fa1a19f1839678dc6c9598d6bb6f433296ff4e759c92faebc25296, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0x72d4f0eb5017aec435c3241681b5e03d, 0x8a105736cdff15e53c3a30c9ba4c8a7da102a93fc0a985bcc5d6d4d05a670edb, '', 0, '?'),
(0x08a7df894804886b7628ad11fda50a6e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5.php', 0, 0xb5a8b399c923da1cf3301f0b31f9f960, 0xb5a8b399c923da1cf3301f0b31f9f960, 0xac35b3ca3f4f22469f2212524224853f0de95dafcc520552ba5a55f662ca2426, '', 0, '?'),
(0x08a81158e30c4e095ab332669f1f4914, 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 1, 0x00000000000000000000000000000000, 0xe91f31452ead75ffc27c370ae36b4755, 0x3a229c6dc753007b9010b2b7dcbb161d69feb589f6efff88c02b2a9ece103474, '', 0, '?'),
(0x08a8859bdacd4292b8b8b4820daf31b6, 'wp-content/themes/twentytwentyfive/patterns/page-landing-event.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-event.php', 1, 0x00000000000000000000000000000000, 0xfac949a24270c8c12137af6c4adea201, 0x56274e5b2390d478f81329533c148a91ff8e33d13c7f3fd35f3094a657cf2d7c, '', 0, '?'),
(0x08a9966ca374f4d4cb08cd914d3abb32, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', 1, 0x00000000000000000000000000000000, 0x3ee6070becaa294a4b5b9b742bd0c584, 0x88f0cc504336b8c0c5ed6e24893f9c2e4eb67c6c260e9b9397b6cb6393db5aa6, '', 0, '?'),
(0x08ab3d793d5a6f7f119fe534124bd035, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x354e4bea64d8b10b4cc219d538b222a1, 0x88384c65e45afcd174cacb60d86036240d664a2eb81907483e86410386a2b423, '', 0, '?'),
(0x08ad6895a12dc75429d3097d9a5c8d9a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import.php', 0, 0x8d7fbf832f03391b9f275238ac938b42, 0x8d7fbf832f03391b9f275238ac938b42, 0x9175496f958ebcf6c86c145524bdc0dedf55c59c9cee644a10ede37e98ab2a0c, '', 0, '?'),
(0x08ae6f00eca1670e8fc7f0ed99c0c719, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import.php', 0, 0x414d53e30b20f11f6c4a6d4cd856fb87, 0x414d53e30b20f11f6c4a6d4cd856fb87, 0xc307996c5d713874aa2caa25accac3df2788b2e9c08c50ee35381cf4d4285574, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x08b3bf4e56390f7dda126046766f5f56, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import_no_content.php', 0, 0xf5f6a6999550757d75dacecf8f8a1882, 0xf5f6a6999550757d75dacecf8f8a1882, 0x89c97f103921a1c66462bbe5ad42b48a29ab0d5f75daf9f9819684543ee4f2c7, '', 0, '?'),
(0x08b87a1223e60e6e757c0a99acfbeba7, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/all.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/all.png', 0, 0x95e06d1809eee8f78a29d52d876992f8, 0x95e06d1809eee8f78a29d52d876992f8, 0x0461b9a61e5a0322d6f0d300a8011c98d304a1d60a9b38feda276feec7590eda, '', 0, '?'),
(0x08b9485e6ffcc3690cb95db7771131b6, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/categ.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/categ.png', 0, 0x4413c6743e281ae1095e2ae893d68b44, 0x4413c6743e281ae1095e2ae893d68b44, 0xb69a2b480149efb788dc348bd0fe0aec8994a1c1f1f67374e4c27bbc57a55ff9, '', 0, '?'),
(0x08bd3a20b186f0caba480afc210d8a9f, 'wp-content/plugins/elementor/assets/shapes/tilt.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg', 1, 0x00000000000000000000000000000000, 0xaa1371da0a4daeeb74bb09f56d815620, 0x010ff2d1829ddf21fda721d5083a62c60c245ffbd83ae497fa062f0fc80365d2, '', 0, '?'),
(0x08bdc87b956188703274f5d0e9df15ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import_no_content.php', 0, 0xdd956fc62fd367bf5fa20fc404afd997, 0xdd956fc62fd367bf5fa20fc404afd997, 0x0b4f0ac276e99e6cbed2432a5a8c1aa43350cd484d80df1d91713dc714a41dd1, '', 0, '?'),
(0x08bf070de85253fb2f36930e9c431c08, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_exchange.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_exchange.php', 0, 0x0215202e61a828982d71b2fb2c359804, 0x0215202e61a828982d71b2fb2c359804, 0x675e38b2614190f5d27869ec77eb568f8dfa1be567e31aaa392f7f2702a586ad, '', 0, '?'),
(0x08cb205c69aec6caf5a278e3e22830c6, 'wp-includes/blocks/text-columns/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa0fb852b1bf699c12ba7aa52110d9efe, 0x24a3ff59f67c65a9a871d308d08d75006466c1b044627446eaed5efa098cf354, '', 0, '?'),
(0x08d067f21a79e04e4d2cb27c0acef6f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_12.php', 0, 0x6a4867f090c22fe6448a934bb89f7023, 0x6a4867f090c22fe6448a934bb89f7023, 0x5316d7f2d21efe2d351f30725958bf46b863db181db2e851cc861a4e2fd90908, '', 0, '?'),
(0x08d2f7461bdefe7da5eaaa7f31d3e7ca, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 1, 0x00000000000000000000000000000000, 0x257ec6741840bb963d6efc1d770e039a, 0x68ca8a7b2de0ea49000304045ba092157ca1263666df9a61140d5fc62b6e1760, '', 0, '?'),
(0x08d41af2ac846f79343bec13d06242b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3_no_content.php', 0, 0xc103c349b71990d03769dc6e819d8060, 0xc103c349b71990d03769dc6e819d8060, 0x99cd8655bb8dac37554c082418e47c04714da38c3f2b48996b0d541a54d0f31b, '', 0, '?'),
(0x08d42d4d56a3d1941219d19761eedce6, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php', 0, 0x053297b0dd6984366637c6e9b5380843, 0x053297b0dd6984366637c6e9b5380843, 0xe7a11cfcd713fa92889bb1947ee91942758bee09eade02738e042d5e3fa71d35, '', 0, '?'),
(0x08daf9b9e7859523c8211a70b05403e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_panel_settings.txt', 0, 0xc9fe68923d63390d4a69ecdeeec98000, 0xc9fe68923d63390d4a69ecdeeec98000, 0xd8453c9eadd72cd40a5e1e2da07c774dbaec2026de7bd189ac530d7cd0dbd5ee, '', 0, '?'),
(0x08dd16dc10fb3da76e38df1bd8e02fc2, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php', 0, 0xe356b58a2d80e8c4a0aacb466ac94199, 0xe356b58a2d80e8c4a0aacb466ac94199, 0x98bd1b414d4d040c2133343568a2686ae5a3cbc7a190a4ad3e9277db0b008c4b, '', 0, '?'),
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x4b7a2b55edc1e48f1304c5b828ea355c, 0x383abd916f991d117f49f4392c81eabf3d7a05446b383bd17b417b861a69136a, '', 0, '?'),
(0x08e4c22ee2644659ca4718cdb417234d, 'wp-content/plugins/wordpress-seo/src/loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/loader.php', 1, 0x00000000000000000000000000000000, 0xe21edbebc23277ce4b87590d179cafbc, 0x8c619f7b2c479bb8c11d9ed506316b0843522c480bf0d1c75e4310bd8cded2c1, '', 0, '?'),
(0x08e631ee835c9614f028ce8b41650e13, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', 0, 0xc6951fa22dfc7025a40aaaa3e772886b, 0xc6951fa22dfc7025a40aaaa3e772886b, 0x2719ddbabefe307061f2d41033212802f9bf75fe9601b17de14c818756dbbd9d, '', 0, '?'),
(0x08ec1cfa82c751b842294ad23d02b2a8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 0, 0x3b10308c4b3d8732f26740b2cd8dc0ad, 0x3b10308c4b3d8732f26740b2cd8dc0ad, 0x82ece9e2525c0823c0d36f3b20d42a2b08c07a73b07bb64af2560bb02dc646bf, '', 0, '?'),
(0x08ee7f436a8524608aa4de9c35abd976, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-endpoint-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-endpoint-validation.php', 0, 0xfe6c2184b475be4d70adc06799052adb, 0xfe6c2184b475be4d70adc06799052adb, 0x04206d1fe41a0268e2d9257e40782db978fd49933ae6155f639b50a2b8d4e8bf, '', 0, '?'),
(0x08f1aa1f82ef95430427c237785c3fa2, 'wp-content/languages/admin-network-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/admin-network-fa_IR.po', 0, 0xed09b9133078ec9d041e2225930e1a4f, 0xed09b9133078ec9d041e2225930e1a4f, 0x9514ba69c7f9a32d0cf1f6a1422b93e02de0481af26f5246b8f3b38f4fd208e1, '', 0, '?'),
(0x08f32f4a9c4815c5301d36d0ed9cf987, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_10.php', 0, 0x4df66ac7831b220d07bc0c79a53410a7, 0x4df66ac7831b220d07bc0c79a53410a7, 0x60dc4c4a41121034899840be9051c7eacb4f9ca1082a5d012dd8c9d5bd170d16, '', 0, '?'),
(0x08f6fda40e1df85a4fc0f756bc3e719e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_9.php', 0, 0x8d38eb5607bb44b9f506e783e9a29bc6, 0x8d38eb5607bb44b9f506e783e9a29bc6, 0xf3a98fff9c729788c6b24663d9e8609d3c1c836c0541a7717bf6a7f86e3cb0ba, '', 0, '?'),
(0x08f87e21aa861479223fa5beb290a11e, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 1, 0x00000000000000000000000000000000, 0xe8959198aa24a67f139baa491cea198f, 0x8afb59fe0d8b6dd1ce76f0f15250f29a41a3fb3e826f4a611c5e190e477194d0, '', 0, '?'),
(0x08f89c7cd9bb273b6c7fc7f8cd97a89e, 'wp-content/themes/twentytwentythree/templates/page.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/page.html', 1, 0x00000000000000000000000000000000, 0x2c807393d37f93314417090ff8820c00, 0x3132b881d6a0a10cb7171fc8225d4bb7d2d9030506ec39d86ccf8823c24ee43a, '', 0, '?'),
(0x0905ed6a94368ca70711271d19cd33aa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php', 1, 0x00000000000000000000000000000000, 0xfc053aafb52ec284cf3e11d19a3e797f, 0xd0fdb065afc48d7efdcc8e711f57fcd6c0493f10cd2c2b60b580bdc36118b9f5, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', '/home/abt90iranbet/public_html/wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x0af5ab8d65492d63d409242eec4e0345, 0x42349b91ead9291e8f128df56555d312da2c396bef70dd3e10b3852a7d5b64e5, '', 0, '?'),
(0x090683b04c3d520e80a830c5c5dd8354, 'wp-content/plugins/elementor/assets/css/widget-counter.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-counter.min.css', 1, 0x00000000000000000000000000000000, 0xf61cdca605b30aab45a403afd332d2a6, 0x4a950be92e996bb6a9a189858b3c938e1ccb335d3f6295c9a3a012356b4ff215, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x9109ffc835f229e4cef66bb179a67e0b, 0x085f4474fb33d7928f3370879d1d61923b1f392cd40ab46967b9a086433f33c9, '', 0, '?'),
(0x0907fe9a95e8c6d1773627ba173d516b, 'wp-content/plugins/poka-review/public/images/icons8-delete.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-delete.svg', 0, 0x5898d1c0015124ffce533ecd8a9448d9, 0x5898d1c0015124ffce533ecd8a9448d9, 0x2964630a39353328c8f7c5c1a1e23ce1c243f4e3aa852c9a5a5d3269945ac0d1, '', 0, '?'),
(0x090870e88ceaa79ca1a7546dabd28102, 'wp-content/plugins/td-composer/td-multi-purpose/images/icon-modal-align.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icon-modal-align.png', 0, 0x09d264da401823a780aef34da005d809, 0x09d264da401823a780aef34da005d809, 0xb497737562a3cc0429a757e0787bccb592aa5108ac3e22736c3e7bfa4ba5f6cd, '', 0, '?'),
(0x090c5fb854926e2202bb3d8614e656e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import.php', 0, 0xc29030c75be707130584c995a6aac535, 0xc29030c75be707130584c995a6aac535, 0xe63e77aa315e5d70fa1e606724af693e97d7865a3f2046aef57c11850fd93b53, '', 0, '?'),
(0x09153c08ab0d45ca2b9866abcc83ae1e, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-2.php', 0, 0xa1b42c0171c733a78bcc0ec5ef980f3a, 0xa1b42c0171c733a78bcc0ec5ef980f3a, 0x881e0d940da89f30fa633adac4371db080201ee3e8e92f4befd4132650205833, '', 0, '?'),
(0x09225700906161835bb0ed10dd0c0bd8, 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php', 0, 0xfa89dbae3bfbe89c3a209ee41e1209c6, 0xfa89dbae3bfbe89c3a209ee41e1209c6, 0x74d9ac839f836448131812ae4b5ea5fda6b6f1ad050af38834ff80f4763e3c28, '', 0, '?'),
(0x0926236947daefcec1e7c05fb1631684, 'wp-content/themes/Newspaper/translation/fi.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fi.po', 0, 0xbf782ddad741c57ea4cf29d1ce2f39fd, 0xbf782ddad741c57ea4cf29d1ce2f39fd, 0x9a8e08f6c79624d541cb0ee5c74614520598ce55f80601f563a5d005cb568520, '', 0, '?'),
(0x09262de85e8c16e570ffb7f893decc50, 'wp-content/plugins/wp-rocket/languages/rocket-fi.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fi.po', 0, 0x8d7d95bbb1795e4e4974fd435cb90d02, 0x8d7d95bbb1795e4e4974fd435cb90d02, 0x5fb27a8090a3da5f6e73797ce14358e212d2f13de64e3f88bbba291069c31b61, '', 0, '?'),
(0x0928a98315973b863b4c7cd7bd3db4aa, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', 1, 0x00000000000000000000000000000000, 0x6ef9ce548f8fe294acc0ca81977b391c, 0x278a93ccd3cafbd98755e06161269426276435f81c9fd2f7edd9d00f6223d8cb, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', '/home/abt90iranbet/public_html/wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0x03c9e680e76e75271da47300a540a604, 0x9b2e8965dd587768bad302db21aa73817433888848dd5c26339c2d1223b592ed, '', 0, '?'),
(0x092d1b6fd8990bf7c023f22ff3a7fd49, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x7684918468d6a7c20f4b63120997f7f9, 0x50ac76e3bd98b272990161a1ca4df845ae25552ef0d842489641bb17a192fae2, '', 0, '?'),
(0x092f8a8c0599d960f387f59ae48b711c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.css', 0, 0x7a7c27b4b02401c4da45ad1fb6d0e168, 0x7a7c27b4b02401c4da45ad1fb6d0e168, 0xd8abd3f09454a44dd2e43c0e01c50af20e93f49f2dcf67b15aa9370291fa256c, '', 0, '?'),
(0x093091575682ace0abc8812823ec5954, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.woff', 0, 0x1e4a34fc8ace128c0bf13b8cf68119b8, 0x1e4a34fc8ace128c0bf13b8cf68119b8, 0x33b553421d336eda3d3dfd8a12c60dd804820c1447d42ec945ad61cc11d7880c, '', 0, '?'),
(0x09319a1a5d42e5d2dec075ac9f8a35da, 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 1, 0x00000000000000000000000000000000, 0x5cef6f052a1a8367a5f926386c7ea3a1, 0x1f0e46848982d37a870cb33c6096825b3e7aba93f83b9a53dc7f55d0c3dd6c59, '', 0, '?'),
(0x0931c007d5ad23f4b640095f7c5472c5, 'wp-content/plugins/td-cloud-library/assets/images/icon-flex.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/icon-flex.png', 0, 0xf913b5b2ff2b5a9c16d4be0741ae90c5, 0xf913b5b2ff2b5a9c16d4be0741ae90c5, 0xb27325c1efe80d997b1e398ddcd337f9ee41bdd3520d71d8ed6feeb980f83360, '', 0, '?'),
(0x0932ce70cf3c281e589e2217eaddb593, 'wp-includes/blocks/audio/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed4308a775d3e1aec880c96334429229, 0x142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe, '', 0, '?'),
(0x093740bacdd4384b4650f5e6d85b10f1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 0, 0x15afd0707ee4945c94d727f061636c92, 0x15afd0707ee4945c94d727f061636c92, 0x56fd19849e11afe8dd5025aa6f1f613c44b4148848cdf989fb192b89e9fdc6b6, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x0939198499114257474b2de4a7520ed0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 1, 0x00000000000000000000000000000000, 0x455d602b954602334e39d49400815625, 0x52462bfd6fab7509653f2ac451eaaa196dba4d86b04dacbfb3104d07d7e82b02, '', 0, '?'),
(0x094a08bb8583ee9ca318d7f33b75087a, 'wp-includes/sitemaps/class-wp-sitemaps-provider.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 1, 0x00000000000000000000000000000000, 0xf2bf400d9392be10c411a62d0739cc30, 0x4cc14c8feee77bb182b7ababccfca49b56d2478535046ee558bddfba41502ab2, '', 0, '?'),
(0x094ae97469e51090d44b79ec7ae2c5a1, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 0, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0xbe9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4e, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x04e5571b65e28e863f92fc4ee3f07414, 0x6e34dc14c2113cbd14de467a90ad8bfbad1001ceff035fd53594f06b6967881d, '', 0, '?'),
(0x0958a0e0ccb2367342cde5658a7b2ce4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', 1, 0x00000000000000000000000000000000, 0xcbf4d52728142439defb952d535f81c0, 0xd0cae5950673fb85828157c49353e293e1a8dff06d1f51a638fa13a281bbf69c, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', '/home/abt90iranbet/public_html/wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x4ae55eb85efc67cacd472096b1b87950, 0xa1db1d79fc459303fcd8a73b03c60875da4d867109b3b2ed9bf19f69b02405b7, '', 0, '?'),
(0x096e7d22ab57b69c6199f686f6815976, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_panel_settings.txt', 0, 0xf98e08b8e91762a882931b82adf23bb3, 0xf98e08b8e91762a882931b82adf23bb3, 0x05b6204bed76de5f1743d5954ae7637cb10c009ac76d9ba9bd35b49eab56bd45, '', 0, '?'),
(0x0971206a98d2ed2b8903d165d3a988a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.ttf', 0, 0x4c3712df889773bb8475521945f151a8, 0x4c3712df889773bb8475521945f151a8, 0x937e1b9356b7c92475323a7171bd30a47c6d95857b8c3fe7b539d4c3f80ef4fd, '', 0, '?'),
(0x0972bba693e3abd25d27e13d6a31dda6, 'wp-content/plugins/amp/assets/js/wp-api-fetch.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.js', 1, 0x00000000000000000000000000000000, 0x735ae1390beb12f6d1d64ef7fdab90f6, 0xcf1a7ceaced5b845d3fa182fa5afb43351ad6abb32bb1b46bb8ad0244ee352c4, '', 0, '?'),
(0x0972d835ad6c34a0ff84900985c45e2f, 'wp-content/plugins/amp/includes/sanitizers/class-amp-auto-lightbox-disable-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-auto-lightbox-disable-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x38e7e1b0dd33bf4337e23db341fa85a3, 0x3aa4a43e9fcfa8f264894ddd8667db12614b048f476b63f3273b7c884e333e9c, '', 0, '?'),
(0x09745da439b9d927abf1030fff7f8bd1, 'wp-includes/blocks/nextpage/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4569bf40a5cd46cb460e18e8c1c11a8e, 0xf82d2160bf2c23c3a19cfebc6ce19fb344fd5444d209d976fd383d59aa351246, '', 0, '?'),
(0x0976d96798a75f0d07b8aaa3f1ee7ae9, 'wp-includes/blocks/comments-pagination/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor.min.css', 1, 0x00000000000000000000000000000000, 0xdcc207c279ef8f8b7298c03b1e663cd5, 0x3b9dec031047731a14ff5736180db97c505e0430fba9376dbcb75214dbf7bc05, '', 0, '?'),
(0x0978e729fc7b0ad4af17185f32fcaed5, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/Widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/Widget.php', 1, 0x00000000000000000000000000000000, 0x27ecc703ba43cb771b258330f044c811, 0x1538f6489cd4ddb060442dd202ddcf277818db1ef386fc38233884e32ec391f3, '', 0, '?'),
(0x097c97a68d90d1419ef8f8dcae8d2ef5, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php', 1, 0x00000000000000000000000000000000, 0xc62e68f561f462614f1a1cc1be117098, 0xb0fd616d2e49ca1a33d0a6341b4a92bd621bb4cf9fe3957945124d5698a20d4c, '', 0, '?'),
(0x098142f7d24ad9c96b3ff77f2bed9d08, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php', 1, 0x00000000000000000000000000000000, 0xba0fe6e41f47cae17126ebbb31b2e152, 0x3b0e408e1fc565c963ed37e4b00068546997cf03f797f8b78bfd757d5293d6bb, '', 0, '?'),
(0x098468ee586b25b43ef986c67b4efb42, 'wp-includes/js/dist/viewport.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/viewport.min.js', 1, 0x00000000000000000000000000000000, 0x9c4d7af020aaef17df233edf2848273d, 0xd32162e3526ccd582be006ec22d2cb6b51c2236ff5c56848acbbcd73dfa36d9d, '', 0, '?'),
(0x0987861d528329b6080d01917b94cf74, 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', 1, 0x00000000000000000000000000000000, 0x41f5aa3e6236a89de55a11360b7804cd, 0x149fb5955ebefafc54bf2e60e51bc64b9397fe454219214349f02a2b31593115, '', 0, '?'),
(0x0987a36d89162d78e2e62671d82e647d, 'wp-content/updraft/log.1d50075bf4ec.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.1d50075bf4ec.txt', 0, 0xac98e9f7c17f431f89056f03c82c28e8, 0xac98e9f7c17f431f89056f03c82c28e8, 0xadaffd9def4e9c4946cc497dc78af5dffc6f85b19e04d080126e826203bf2839, '', 0, '?'),
(0x0989215cc2909b240bbd791bf4260dac, 'wp-includes/css/dist/edit-site/posts.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts.min.css', 1, 0x00000000000000000000000000000000, 0x4910dc53c4ebf6278afc784289d494f7, 0xa77b2f6a2264e398f8aad816a35e72b373b0b903e957c5ab69d272530bbe9d76, '', 0, '?'),
(0x098c6abc64d6a8efb370bbc1333d47ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_6.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x099043078919719cc47f35e044e9f5ce, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_5.php', 0, 0x7ea64592d252165718d4dd2b730be890, 0x7ea64592d252165718d4dd2b730be890, 0xa070d321d4f20b3c7f39656d9968633c864e17dfd091900939785b17a0a3942c, '', 0, '?'),
(0x09937fb217afe2e6675427cc5759d052, 'wp-content/plugins/amp/src/Infrastructure/Instantiator.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Instantiator.php', 1, 0x00000000000000000000000000000000, 0xd4a2d28c884a8f489b60a85e3cde71b2, 0x5fd8fb93ae50e6652174d5d886eb058eb1ea90d8de721854a73388e89c2cf654, '', 0, '?'),
(0x0993d03bac365d5ad949ffed61621bd5, 'wp-content/plugins/elementor/includes/managers/image.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/image.php', 1, 0x00000000000000000000000000000000, 0x86645259606feb3db020a02fe50c0440, 0xd62527847f9a40dc9184e6425e427d4fcb3580a0a0a78039cad522d8ddb3e3e3, '', 0, '?'),
(0x0994ab2fee1931f4f9e767e03557e6d1, 'wp-content/plugins/shortcodes-ultimate/admin/partials/widget/form.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/widget/form.php', 1, 0x00000000000000000000000000000000, 0xd3acf20cf3ddc0015183e726fb0fdca5, 0x17be08d572f19470318a952977ececb1ebb162aaa6562523e8c30e9539883f56, '', 0, '?'),
(0x0999a10de5596bcf634a5b17aae2be01, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xa7b05ded14bfb3c863061c9c279fbd7b, 0x2c6fef815f5450cc36479532223eb8d71a29677bba583a7693919a5deb552183, '', 0, '?'),
(0x09a917faec9e267fc11a832a90d61e0b, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hex.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hex.png', 1, 0x00000000000000000000000000000000, 0xe27aaa92b15d9392d909f8b94e797524, 0x712326ebdde01103e5ef9a055aadeb53e573500eb6293a7d017850e050705ac4, '', 0, '?'),
(0x09ae237b9b9605d3b0dbbcdb8a45b0bd, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css', 1, 0x00000000000000000000000000000000, 0x03ea1695db057e6a1aa0b24699401ef7, 0x1e9f694e2c20c7da61df1ca208cf87ae8cbc7ab057cc3cc1c19f2aea97bee978, '', 0, '?'),
(0x09b9567259d64d32a2ff686a1962ef3c, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/checkout.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/checkout.css', 1, 0x00000000000000000000000000000000, 0x1af139bc231632f783e3cf002ed74713, 0x8d6b45b16a381cbe34c8049df2cb4af2df42016a6ed9a9168168aaa78d0d42c6, '', 0, '?'),
(0x09bbbf39d73017f082d64df0779181d2, 'wp-content/updraft/plugins-old/updraftplus/includes/get-cpanel-quota-usage.pl', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/get-cpanel-quota-usage.pl', 0, 0x778a02fcee1c33df6bdf9a1d948ce5f8, 0x778a02fcee1c33df6bdf9a1d948ce5f8, 0x184b61b8b45ffb8a5d1970f276e7cfa92d60f4b1c6b8082b56d019596c571097, '', 0, '?'),
(0x09bc7f76a30283d435e5a8ebdf99da74, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json', 1, 0x00000000000000000000000000000000, 0xae1e00ae9c81ac6f9ed6acc4bc712a1e, 0xbef7dbd25036ed4c2ae60a5fc72ea17fd3372ee9badba48ef9f7b5828900fda2, '', 0, '?'),
(0x09bddc4aadb2682dcbfe410d9252b982, 'wp-content/themes/Newspaper/translation/fr_FR.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fr_FR.po', 0, 0xf2264bcf74b64f17fb84584de7be208d, 0xf2264bcf74b64f17fb84584de7be208d, 0x690345d8a53cacac0ce03e4801ff262a2e55347de71ca56ae41d256ba90992b2, '', 0, '?'),
(0x09c066a7d579a3f6d4f9a992247070d7, 'wp-content/themes/twentytwentyfive/patterns/logos.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/logos.php', 1, 0x00000000000000000000000000000000, 0xf0f5eb53d7f76f7759456044added045, 0x5fadccf085d5a94a7073790b5693c76f763d892d39164efc129c2c507d6325d0, '', 0, '?'),
(0x09c2395c2c5d3b0f8ba3c7763bca2c0c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_7.php', 0, 0x31e2a2f4a7c4b74f61d2eba4a6e76c4b, 0x31e2a2f4a7c4b74f61d2eba4a6e76c4b, 0x6fdec30aa98f4c70591a84ac998a2f8ade636dfb7c095e5812e730065d9ec34e, '', 0, '?'),
(0x09c3736876cc953c2756a54010799491, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', 1, 0x00000000000000000000000000000000, 0xdd2cbc2ac139318cc509d505ffcc874e, 0x885d29af6667d576e300f60fd2333f923554e06649cd1a7e935e27408666ed00, '', 0, '?'),
(0x09c69f698c1a97ce44095b3c38172ba1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_8.php', 0, 0xa74603906f010af023961c5f127afd31, 0xa74603906f010af023961c5f127afd31, 0x5f07a11fa1e77e9aa025ead31d13d02add8f2a77116c7c94e023af022a721eec, '', 0, '?'),
(0x09c6ecd25e42bf2f9723e18cbb704ec6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_10.php', 0, 0xfa5c3776cf3a82b14128608765fb8cea, 0xfa5c3776cf3a82b14128608765fb8cea, 0xaeb05aa735177c57abed3b4d0fba8202743c3c5a54c91e728eaa5f1d0ee160ab, '', 0, '?'),
(0x09cca1f508d11378ee8572761879a444, 'wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', 1, 0x00000000000000000000000000000000, 0x4579749f0c217473063556f2e8c77bb0, 0xa179b9d97494d0e69657f44dee51057d3935116191f5fb18f06802329cb6a817, '', 0, '?'),
(0x09ce5e491780580c61e966840ad197a1, 'wp-content/plugins/wp-rocket/languages/rocket-nl_NL.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nl_NL.po', 0, 0x8733422ca50883669d6cc5adb7202805, 0x8733422ca50883669d6cc5adb7202805, 0xe4fc9f50a39f070de2705553d16deee778cc8b0adb366163e9a39ae6cdefab27, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/escape-html.min.js', 1, 0x00000000000000000000000000000000, 0xaef7a048c0e0677cbab0efeefb9dbcc6, 0xdd214affa9fc2e6caaab696ce495934a150689dcd17c76b842eca7d7bb144f0d, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0x586ce1e095c0f8b0cca1439fcefe6b6e, 0xdc125a6bf71809e5367ce3cc7bf82a1a81a97ba248e3e2cb11a26907dc9d6b5e, '', 0, '?'),
(0x09d7e3c621fa3ee90e7e91b8e0ec3487, 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2_empty.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2_empty.php', 0, 0x1c4c27b27d7c05b47c377db3ff38da16, 0x1c4c27b27d7c05b47c377db3ff38da16, 0xee09c1941b58ff5700a39324574e347fbd0255be4526c6d19b4ebd440d4b615e, '', 0, '?'),
(0x09d85ba4fb9fc4207950c87fd41d4c10, 'wp-content/plugins/wp-rocket/languages/rocket-ru_RU.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru_RU.po', 0, 0xca37d6986907904dfedd49d1f2130130, 0xca37d6986907904dfedd49d1f2130130, 0x071c40b4aacfb02516eaeef9f93f3e64d62334131aaaf72f50bf4b13f02ff334, '', 0, '?'),
(0x09dc575e1ff8dc57e07174e66df7df76, 'wp-content/plugins/td-composer/mobile/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/functions.php', 0, 0xecea36b18607727ec57909786a2e18e7, 0xecea36b18607727ec57909786a2e18e7, 0xb49cb380281cda77c861e7df845b73ebb99d584070a2eda6c7432520888547a6, '', 0, '?'),
(0x09df3796e96981fdfa1ee2258c569085, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-35e3a5eef03a63882bba8d390e0d8e52.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-35e3a5eef03a63882bba8d390e0d8e52.json', 0, 0x6fd6179e7ef94a3998b5dbc8ec63e5c9, 0x6fd6179e7ef94a3998b5dbc8ec63e5c9, 0x6074f75d7d82d45f710b2e921cc5271ce1aba68fb8da448ca709fe08e30fd780, '', 0, '?'),
(0x09e232bbc19f670ca6b7663447e071fa, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 0, 0x8bc54f20bbdf7159edf75973efbd6999, 0x8bc54f20bbdf7159edf75973efbd6999, 0x156379dbab9ce938f997204f065f90f8d74f133e59d4f5b688afc2a7737b0725, '', 0, '?'),
(0x09e31345bab3cebd25923e537a633a9c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x09e6b612f74968f01c429a7007164f1b, 'wp-includes/blocks/heading/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/heading/block.json', 1, 0x00000000000000000000000000000000, 0x7ca349195a5e1414f4c89ad32c2b86c1, 0x7a12402e7a5f694066f660718e6a56c8da92e8262cbaf3b4b7bf60df16c6b764, '', 0, '?'),
(0x09e8a6ec56163cfb7fe598a22e049a4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_5.php', 0, 0xe398652c00745dbcc298f51e14623602, 0xe398652c00745dbcc298f51e14623602, 0xbcecf88361784943d7f95089ac58f0257154c699e70d10efe2497666bb7b8e84, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', '/home/abt90iranbet/public_html/wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0xd4155bdda2a417ec97766c1c307a109a, 0x6029372bc1e3807523feae3c5e2d8a8c1bd5c56eb3f63882929ead358979676a, '', 0, '?'),
(0x09ea47d4358e51f09cc79c4b847e405c, 'wp-content/themes/twentytwentyfive/templates/search.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/search.html', 1, 0x00000000000000000000000000000000, 0xb39a6201f5f1cce2e640574e7fec5504, 0x4727d311b783044852ffd5377af1f02ede1a18e93041694bbe4c084da3feda77, '', 0, '?'),
(0x09ebec33ef84c25c2823749e4cb9b392, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1_no_content.php', 0, 0x14c2fb527091c6d998e85963bc06c182, 0x14c2fb527091c6d998e85963bc06c182, 0x25055ef37de58b7c685c3b8961f0f54b613c0719bf48bd711068fb3039be14c1, '', 0, '?'),
(0x09ec2f913f13d1f45e9db845ded5911f, 'wp-includes/sitemaps/class-wp-sitemaps.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x7e5b9ce4d85d86ab3d21acd8b0b4deef, 0x86306194bbac1900c50fbc3c9145710a73ec31e4f35af14697d5dcc0fdd30f6e, '', 0, '?'),
(0x09ed171dd281f1d16eb301ebf283fbcd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', 1, 0x00000000000000000000000000000000, 0x20600cf0e8e78b1d1f4cc7cb98cde0ed, 0x771998b676a2ae9acbfb4974e04da9e8bae6cb414a21e3cf612dc78ad43c9565, '', 0, '?'),
(0x09efa2db94363f206fd9a475456bd744, 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css', 1, 0x00000000000000000000000000000000, 0x9dc3bea0dfe75aab72fc417edcb1b90c, 0xd90d3785dd9ddc0f2ac6019feb969840b594feee86fbc03a7eaf4f4a36fdbe12, '', 0, '?'),
(0x09effdb5cba68433933bb4a59f652219, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', 1, 0x00000000000000000000000000000000, 0xa0af1abc31a9ee9f1b4d0967bdd58e0d, 0x3c489ae3704b8fd1a4f3460df5a8c21cc356afd63a914b1ae6e0bdf081aea633, '', 0, '?'),
(0x09f0178a887e04136834a0648ed5a94b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 0, 0x2d1ed184e05ba31d28f7a356ccdd288d, 0x2d1ed184e05ba31d28f7a356ccdd288d, 0xfe2f46bc2b3bab45572ab0f4bd706325e45a9852d91e9e6fc401346e345ffbad, '', 0, '?'),
(0x09f14172dd69b1a0bea502c33ea527a2, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/VersionDetector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/VersionDetector.php', 0, 0xa85ee7930f0e5157908fba8f79102932, 0xa85ee7930f0e5157908fba8f79102932, 0xbd5ae259319a8801ef68782f5b2fcddffaddc657368b38bf8315f187335a4ae2, '', 0, '?'),
(0x09f3b7bb039d3fc5f9e7e60b0a356712, 'wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0x09f8dbaece63d0b3da32314c2c0fcece, 'wp-content/plugins/elementor/assets/js/ai.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai.js', 1, 0x00000000000000000000000000000000, 0x8ef53a7834bebdfc8ac616d2481ade1c, 0x52e2cec35035c990e93497af6578a25dd6c123e23380fed3d3840f17639e48fb, '', 0, '?'),
(0x09fb5aec57843dd476a51eafffee45a0, 'wp-content/plugins/wordpress-seo-premium/src/integrations/alerts/ai-generator-tip-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/alerts/ai-generator-tip-notification.php', 0, 0xeb0e53a1df428fcce31f243ae0c176a7, 0xeb0e53a1df428fcce31f243ae0c176a7, 0x4b126debb2e96d3cd9594ab2f66ba814fcc02ff258c07e5510fcbae2a171e9d2, '', 0, '?'),
(0x09fb632d065e71cd97e11f6aee206fbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xce1ef47df7e81f3760cf635aadcdfdb9, 0x7469ec16d2ffc307f493ccc2986e20bd4f2fae22006bdf93c5412f96ce2e8ec3, '', 0, '?'),
(0x09fd24653c6c8dc3d145f2017c01cd8b, 'wp-content/updraft/backup_2025-04-01-0330___90_aa1371bb669a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-01-0330___90_aa1371bb669a-db.gz', 0, 0x239cb0c6fbe372959d580d41c4363c53, 0x239cb0c6fbe372959d580d41c4363c53, 0x8aa35621a5ee928a3aa983909bb05011323733b51112a44d56441e39cf580632, '', 0, '?'),
(0x0a02a96daabad40cfc98837f22f4dfa7, 'wp-content/plugins/luckywp-table-of-contents/core/base/Model.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Model.php', 1, 0x00000000000000000000000000000000, 0xde006be7c1f33de4f888dfcd3f0d964f, 0x06ce50608cbdd363a9fa83dcdb83c5e1fc4d6a61a6fbddefd4a921c517b3921b, '', 0, '?'),
(0x0a0556ca39a4608c72bfb174c5a0e675, 'wp-content/plugins/td-social-counter/ca-chain-bundle.crt', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/ca-chain-bundle.crt', 0, 0xc750e8304a5c72ad3449cbf76200101b, 0xc750e8304a5c72ad3449cbf76200101b, 0x2b3c97205390adb023a24f751fb01df3c08cfbf761b2da03b1dc2588095f9900, '', 0, '?'),
(0x0a0b5d83138f411a57e7d5ec89c8f664, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_ios_redirect.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ios_redirect.php', 0, 0xa4074352c994ae489f5320166128bd4c, 0xa4074352c994ae489f5320166128bd4c, 0x7b51e976df76c19aa8e6373be205399a11f4d6d874499df1baeb8ffed62998ee, '', 0, '?'),
(0x0a0c00bae2b5d55ceb95c8b7dd81eaae, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_1.png', 0, 0x5a278db0bc2ca8435df260123ed5e076, 0x5a278db0bc2ca8435df260123ed5e076, 0xa57d3401d70223bac03d616483e5a7ab15d72e38741b5cbe8d71eeffe2e78f61, '', 0, '?'),
(0x0a0ddc4b9254c2e777cfdbfcaaf3cfb4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', 1, 0x00000000000000000000000000000000, 0x0d720f6efb0ff2a59413734a1c583834, 0x11fadc3087300feabb43a4308de380e0d097ba99ea165638cf4f63ac67ee026a, '', 0, '?'),
(0x0a12e61d92590a2840bc97c189718b53, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php', 1, 0x00000000000000000000000000000000, 0xc5607a471a6125f7a14dc834b9c31973, 0x51e25f90bd8cfa62a52fb07cbf47f3dc03682df58e494131d917d48ff4349e83, '', 0, '?'),
(0x0a17e1bd0936eced3452e81339f8aa8b, 'wp-includes/blocks/social-links/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor.min.css', 1, 0x00000000000000000000000000000000, 0x091e76c7dd9f305290ec5d0493c6df92, 0x0462acf6ebdc59d78f3a783243e05eb85c32e173912987a6c3d2163bfa3e597c, '', 0, '?'),
(0x0a1b113186277c52e3538363a2f84836, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/throbber.gif', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/throbber.gif', 0, 0x95bed8e667915e96907820b79f11b76c, 0x95bed8e667915e96907820b79f11b76c, 0xd70c730a48ed4b219faa081fd6906784ae146b156ee21ecaebcf0003eed0770b, '', 0, '?'),
(0x0a22e3122789e0a19bf8b61694dcb9f2, 'wp-includes/blocks/blocks-json.php', '/home/abt90iranbet/public_html/wp-includes/blocks/blocks-json.php', 1, 0x00000000000000000000000000000000, 0x4707e0dc6fe8d96580c237bb2fee2135, 0x715c9f82042de0e3756093e3f899f83c1696c9e25042ca1b4f2d26601bf701c4, '', 0, '?'),
(0x0a29f041dde947366219c74c44f67f61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_css_generator_demo.php', 0, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0x205aa0872380fb26256391e0f604e2dc5766566192fbf0e066e573862ece91da, '', 0, '?'),
(0x0a2b8ba08c6009f92eea96658ee49aa3, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 0, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0x0a2c33a20d0c329961c487104d4dd76b, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Debug.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Debug.php', 0, 0x43284cca5e6360d6ee63de8e542a1aad, 0x43284cca5e6360d6ee63de8e542a1aad, 0xba87f58e4f9ac2dad646032f205b4fe8c04b2cc24bceb0ad366b7d35a41fcf0e, '', 0, '?'),
(0x0a316a8fa970a2b7ad1f9b75f1810d3a, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-1.png', 0, 0xfd06050fd87dfc1b2ad4a3d04917f867, 0xfd06050fd87dfc1b2ad4a3d04917f867, 0x02a899c1a873d4da30ef541d7739a9e628b9d35aa399e9e4e8b85f1b233ba042, '', 0, '?'),
(0x0a34d3ef7cde03d54965ff6554abfa40, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0a3c7920de6eb76d749cb8bd453d9116, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 1, 0x00000000000000000000000000000000, 0xa4504a3bc03851843e8dab9b31c88a6c, 0x41962018acc25e4df7f4a5b79dc33ed521fe12bb877f25d55bac790f46e85bd8, '', 0, '?'),
(0x0a3ddc81156b19d08c7ff6ba9ce5adb2, 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/appearance.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/appearance.php', 1, 0x00000000000000000000000000000000, 0x8a938876e53a42ff22bfaa697ca56edb, 0x4622ef06ae6a3888a590f101008b7944aeb375d7898525e6a046e1f87ae4d1db, '', 0, '?'),
(0x0a3fa2241433af30037039c4fc333852, 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/meta-slider.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/meta-slider.png', 0, 0x1d047d0eaf0573db9c870457c66e3324, 0x1d047d0eaf0573db9c870457c66e3324, 0x30632f41426fdb12a4eb94b161b45ee1db25098dbe6a3913245f14f35ebb8d16, '', 0, '?'),
(0x0a461ee3d58c2ba81007eb043857ee51, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-post.php', 0, 0x1f8680f93f5ce66c4ff8549d7fbc4d28, 0x1f8680f93f5ce66c4ff8549d7fbc4d28, 0x3297183924a263fb2efbc2123ff206629c1c80cf8d599550ab8cab5da28d5d54, '', 0, '?'),
(0x0a465288510621cc5855a291257fdf40, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 0, 0x3886caf3507275499bbc62ac75e968bc, 0x3886caf3507275499bbc62ac75e968bc, 0x29b11a2d8e9c1b0db232b0a9216909494955f1e8e5430b43f74e1e563dab0664, '', 0, '?'),
(0x0a500d34e70d41b0a8f27302f7a648cd, 'wp-content/updraft/themes-old/twentytwentythree/styles/aubergine.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/aubergine.json', 0, 0x7337f0aed2abf1f23e35f53d49ff92e1, 0x7337f0aed2abf1f23e35f53d49ff92e1, 0x85447d20a4ee94189599fb0308a0feb69b08b4b06a93af3df8b7b9008a099f97, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x0a54d58ac3bff1942d91f5627745376e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_6.php', 0, 0x3b332dba782a016d4d743188ee686e46, 0x3b332dba782a016d4d743188ee686e46, 0x38a40ff98adf6139338a58152611e8bc7b11c172ff1b974cf01e099c7ab48c6e, '', 0, '?'),
(0x0a58fbdc9ff7646725793d01d86c1527, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-18.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-18.png', 0, 0x84b705d31292d941d058de6720b4e085, 0x84b705d31292d941d058de6720b4e085, 0x9e019625ea2e4d02aa528afc47fcec3ef5d739e0df7d76f49b8f2fd7f3d97483, '', 0, '?'),
(0x0a63c4c66e2438073a94f66e236a2ea8, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x731789c642be2ecc518aef6f576b475f, 0x26e6aeaaab06a9543e49cbeac806658063753f1f7e3aba25e3253addd5681aeb, '', 0, '?'),
(0x0a65187542f090ca54f87562d32e1b2e, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_block_builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_block_builder.php', 0, 0xacc63cd878510755aae195cc56869754, 0xacc63cd878510755aae195cc56869754, 0x9d861f573fb7a4df3b0162a52811565f47221e325b4efd2393a88340996a675b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', '/home/abt90iranbet/public_html/wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x0a67299c96503fc7d18d44b97de83aec, 'wp-content/plugins/kk-star-ratings/src/core/actions/sd.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/sd.php', 1, 0x00000000000000000000000000000000, 0xed0a31752edd6650d618a7feda51e990, 0xd21a13c962995221c35f2cf01a1813ce6dde837e4321f3cbd27f5135db1d6965, '', 0, '?'),
(0x0a700964f548e861f3e3afa7ff0e6d90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_8.php', 0, 0x1e60a38296b54501f371e24e44cc2f50, 0x1e60a38296b54501f371e24e44cc2f50, 0x98cd03589d25bcda2ccebf4db75aee18d8a855128cdae2f59cfaf5cf0a9dca4a, '', 0, '?'),
(0x0a7196c3881d7a2caab370f9b8310693, 'wp-content/plugins/shortcodes-ultimate/includes/filters.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/filters.php', 1, 0x00000000000000000000000000000000, 0x7306a0c2e994f535f7a6c4f4e7b41993, 0x8767cd8f9942821685bb72ada2a384bd295f69ac56a7be544a9b385ddb2b3672, '', 0, '?'),
(0x0a74438708c3d0d558881dd1ce84874c, 'wp-content/plugins/amp/templates/header-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/header-bar.php', 1, 0x00000000000000000000000000000000, 0x15e712147820663b804b566f8acde1ad, 0xab77729127e1f05fbc8141812f1fce14f48889388dcfa14aad49b61027f9a411, '', 0, '?'),
(0x0a7a87c5ad8e1e7df47bc72eb6755ba4, 'wp-includes/block-supports/generated-classname.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/generated-classname.php', 1, 0x00000000000000000000000000000000, 0xb9af3148bbea524f239a2fbda708fd7d, 0x3fa2bd8ddd218da76a436ff675b8633365ad89014942c03d272f02f54b61bf84, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style.css', 1, 0x00000000000000000000000000000000, 0xa29df7f85547b0d172600d70ef0213a1, 0x8f6a2bb5c68ced5e1ae4ce357af701c9dee0ae6c2194ede0c373ac083daee222, '', 0, '?'),
(0x0a7d86f127d9a90342bb33fc39ad3ab8, 'wp-includes/blocks/table/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor.css', 1, 0x00000000000000000000000000000000, 0x0e552a4e2e79985e8ac6e1bccf8f73c5, 0x955a3e15743e375eebd299e65fd5d3eacda768b680e8129efa84fbf4d376fe6b, '', 0, '?'),
(0x0a7e2b66c2760eefb137b3a0dc5b3c80, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js', 1, 0x00000000000000000000000000000000, 0x04976b5c702900cb1ec99b2c752c57ce, 0x69125b6fd0846b6299ea7b619477e7623a6b1ddc71b2996fb90e605fc667ed33, '', 0, '?'),
(0x0a8a1e806f266565cf33ae00801bc86e, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/fixtime.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/fixtime.png', 0, 0x3f505ee41dd0b120df386e514cfc6d91, 0x3f505ee41dd0b120df386e514cfc6d91, 0x129c0bd67c40aad08c0b432deb44d3cd3f195e05a82031b582c1dec45b3f4f3c, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0xdf0517e4d94726e6637b19b6f4e2ecea, 0x82997b21d19f8d1e6111d8e5046d54af3e54e1e16cea1f4198e052395d814f1a, '', 0, '?'),
(0x0a8c129e1ba3213ce6f26581d1b06132, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php', 0, 0x19fca9fb7a1591f4cbaeb74157dcb409, 0x19fca9fb7a1591f4cbaeb74157dcb409, 0xf26f1e252ea18aa6c4a5509e169558f320797df70b7e36eb1c8ee6665243d5e1, '', 0, '?'),
(0x0a8d457c40d8e7dcd2e18f27bf34de98, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php', 0, 0x5ae4a1e1212cee68b9d52516156a4dec, 0x5ae4a1e1212cee68b9d52516156a4dec, 0xc1e2a1cca4cdd3a5f94e8bf88fb63e77fe208c137be1953034e133f150b303cb, '', 0, '?'),
(0x0a90a3b9954661d2b9243e2dcc83c8d4, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js', 0, 0x68791a09e7213b12ddfc26897da767f1, 0x68791a09e7213b12ddfc26897da767f1, 0x8cabad0e6a0f9041887576796fc0059e8af050ce889b1926b7b1dd3a8a8c9466, '', 0, '?'),
(0x0a915da941489204b2d49853b06171d1, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/forbidden-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/forbidden-exception.php', 0, 0x2818ba53789392cb74daa596af34ec80, 0x2818ba53789392cb74daa596af34ec80, 0x1ad7a334df3a120ec333452f981aafde3d3a7bc03a4f5a94111f54afbe8358b8, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', '/home/abt90iranbet/public_html/wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x47ca42081834f3784213334a738834a7, 0xa728f11feebd4441e8d69f6e8fb1bb2c3f5ef7a246abf73b2d505ac4286a2f23, '', 0, '?'),
(0x0a975d2a881bfea49239518f91631f56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', 1, 0x00000000000000000000000000000000, 0x92069af95ffe169914709fea8aaf0203, 0x7cae0308c05ac06867db4583ac835bcfec5af1ca0bdcfb1a06fd3c962c1149ee, '', 0, '?'),
(0x0a9ae9d1c19703e1239dddf1780f7c5d, 'wp-includes/blocks/site-tagline/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x39730ceb2b3263fc31c05ce9258e007b, 0xc8dc135a6b8e52fee2a888d51a05358970fda0c9f497e2be6d5c10f36e7acafe, '', 0, '?'),
(0x0a9b54d7d80579932527a3e3bab0c356, 'wp-content/plugins/poka-review/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x0a9b8ef91f32cc45ecf7bc9391cd6017, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2_no_content.php', 0, 0x3cb10e7fcdf49a5495278534b88a1890, 0x3cb10e7fcdf49a5495278534b88a1890, 0x996a39fc514b2e3591ca47cc6a302632043b14b52f159e53a1dad72da75273fc, '', 0, '?'),
(0x0a9da64a8fca4aecaa74f0154f7524fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_9.php', 0, 0x2ae53b9db69688bb4c5b8063379cec53, 0x2ae53b9db69688bb4c5b8063379cec53, 0xbca2170a9f065ee4948ae3a63ebe441b7f90091a016caad7de006f171769885d, '', 0, '?'),
(0x0a9e22d2ca232c106e94e64937c18c19, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-304629dcc66d2ad8600ccfedaf43d0d3.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-304629dcc66d2ad8600ccfedaf43d0d3.json', 0, 0xafd2ac7d6e24ad6c4e495f75a586020b, 0xafd2ac7d6e24ad6c4e495f75a586020b, 0xb6933d9d51135d17d90266d0340656fccb83979fd6d3762f6c1fe734a847af36, '', 0, '?'),
(0x0a9f56e11fd484bc516881d5076c9695, 'wp-content/plugins/wordpress-seo/css/dist/icons-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x943814ded31dda32ae8cdec4cdd19820, 0xa324e7f69a463fc21035dbb814c22252697bccd2166376255b4975e682860680, '', 0, '?'),
(0x0aa0ac8f477965ef5fd6525b41a5d065, 'wp-content/plugins/kk-star-ratings/src/core/actions/markup.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/markup.php', 1, 0x00000000000000000000000000000000, 0x273088c2f391a33633e8af9c2c5246f7, 0x95370a52bb811934401f3958df7a08a75cc632e9bbeb1dcb9b86e1047222d288, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-models.min.js', 1, 0x00000000000000000000000000000000, 0x01c86554a76ff18a1e0a3ad79d2ff430, 0x30f904064f0f6d091c82e92e3e6a3e0e3cfffd66b7c53ae3e5e6106fae5e8ec3, '', 0, '?'),
(0x0aa5a7eb51d5e71077d09714c6bc9180, 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x4b594a9a24b7711a6ea92f3ca2ea68b2, 0x8cf2901de46c0a937b69e020a030a04bb4ae2aebe1cd1c991c5d6fa0d28c4441, '', 0, '?'),
(0x0aa5c4e1ff781e2bbc5b6c2f91447a82, 'wp-content/plugins/wp-rocket/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installed.php', 0, 0x34fedf92ffc0d696b755ed9dbd8a7dc4, 0x34fedf92ffc0d696b755ed9dbd8a7dc4, 0x2d613fdaa142ad80f1430d8f6bee022373800e22cf5e3d8515c037a4c20e082b, '', 0, '?'),
(0x0aa7f6f5a8eb4c0f93cec611594c96f0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0x22c2d9ce9f1ae5afc0cbfb2e6d169d50, 0x5ace463522ed214f0ecfb12c1858f3e4953fc113da1d71a795daddd182ccd32a, '', 0, '?'),
(0x0aae5c748226b295b3c6d718d0891b3c, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php', 0, 0x52cb71ea2645f556b4e1e519d1c78a76, 0x52cb71ea2645f556b4e1e519d1c78a76, 0x8e6e802bdc672ab9b0d07aea9dd162af4046c138b007c125c7f2bfb6db737745, '', 0, '?'),
(0x0ab638cd9a29afeddb7dfaeb9c0c67ab, 'wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x09b76d7bfad1d1e9a9c2097ff83902b5, 0xc98067080c493f596cde498907ae65e6dd182f79ac08d80df22dcea93c53a100, '', 0, '?'),
(0x0ab7b49145c76178208b5178ab1bd406, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.less', 0, 0x7a9f8cad97a51b6d75402ab00a97177e, 0x7a9f8cad97a51b6d75402ab00a97177e, 0xcd263c5464aad74ac8a4ae96256cfac21f6e13d6517c5822c486cfb5017e8ce5, '', 0, '?'),
(0x0ab9a5c7384040516def605889e444f8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 0, 0x5b26ea450db552ff04cb333743c0672c, 0x5b26ea450db552ff04cb333743c0672c, 0x545cae601a1e57d06eee9ae4192f4cf1df206e3a5a66f16224d0244e76a15b84, '', 0, '?'),
(0x0abb6dd8996a5afa097124f00ed36b22, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', 1, 0x00000000000000000000000000000000, 0x53fc553bb8df635b0a2f78216dba0986, 0x0628fe89e11ce6d47b9f3912efc24ad47d9db3e2c88ce0d60db28d8a66cb2d56, '', 0, '?'),
(0x0ac10a190ba3dd79c8a1f6933e6d6646, 'wp-content/updraft/backup_2025-07-28-0326___90_6e1bca678d3a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-28-0326___90_6e1bca678d3a-db.gz', 0, 0xeeb87d048d2f1409dacc3201bb6a5863, 0xeeb87d048d2f1409dacc3201bb6a5863, 0x4a3984b71e92956db2142d7f939e89f7fccb4c25d337493484b40ac79c00abfd, '', 0, '?'),
(0x0ac1ff14fe8307130c4d3fd88e451dab, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x616c825a8db2462d081e45a97a4b3949, 0x20c5b9ff692fe5efb978fa4d4b347f9faf2f2f3b2b1b630c387d0e2b6ba26cff, '', 0, '?'),
(0x0ace047c367408b0c367a8cd58f564b8, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php', 0, 0x16766627ce204f61f0150e2d9b97239d, 0x16766627ce204f61f0150e2d9b97239d, 0x3d03812eeabd0637640982c8f7aa9b3d44b0cbc305b7dca8a8be9dafb92ba47e, '', 0, '?'),
(0x0acfcd70acabe23f5379789e6f4de2c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_4.php', 0, 0xf838b8e9ec25e5995294ebb284e9d332, 0xf838b8e9ec25e5995294ebb284e9d332, 0x1f7f0fc374a80830564cf655c5e26616ea2440a8097b81bbe92c856860ea998a, '', 0, '?'),
(0x0ad0c55a99ac393a5742674a03f46b07, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 0, 0xe9b1f8c76a38b020b033bd671d63fcd5, 0xe9b1f8c76a38b020b033bd671d63fcd5, 0xca1ff06ea7249f1bb3c69a81bed5d4ca1089647f54e6b10c8a301cf03334b8fa, '', 0, '?'),
(0x0ad27808abe231fc8a6241029c6421f2, 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 1, 0x00000000000000000000000000000000, 0x2a78c17e95f75987edc9b2e4739e5008, 0x09478ad8241b1a017843ab4e4b8d7d7e2bce0462b90665ea6378e13a44d3d7da, '', 0, '?'),
(0x0ad415c44b0d7dcac4162709c39dee36, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-cali.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-cali.jpg', 0, 0x26a18da9610c96dc6a53ba104d317700, 0x26a18da9610c96dc6a53ba104d317700, 0xd4a279a02af5751b6a78a2e4cb09c47796b3270ab8699e707bd2c14416a1547b, '', 0, '?'),
(0x0ad69ff1625cb93342bba313b73d1221, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a28062b603381a3127addfa2a95c87ff.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a28062b603381a3127addfa2a95c87ff.json', 0, 0x7de3cc077d13265bf985d7cd2cd4543d, 0x7de3cc077d13265bf985d7cd2cd4543d, 0xecc9bd74a193c428811cc60c5726e4167e3d8ed0fa2076ef85659c9994f6a5c6, '', 0, '?'),
(0x0ad8f8795f264cd9c7e3df812a3d1942, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', 0, 0xfdf9abc01528fa49eed4d7f0fdc2c959, 0xfdf9abc01528fa49eed4d7f0fdc2c959, 0x13da35bdf512e2a38f231a44caa04cd34d0537b480128fd750e569e126ff9d28, '', 0, '?'),
(0x0ad969a44234ae27d58a11ad5e0f2baa, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 0, 0x8aa51c0d9fa6f5935551476a44355f3b, 0x8aa51c0d9fa6f5935551476a44355f3b, 0xb29a95cc632f469d3b674784df7d88942a5246d95351c9a101d85cdfdf11ce56, '', 0, '?'),
(0x0adf09a1cc5f7bde10e3f596d51efc9f, 'wp-includes/blocks/audio/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme.min.css', 1, 0x00000000000000000000000000000000, 0x4c40d8a56da79ec45f9e9215b0105946, 0x1f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b9, '', 0, '?'),
(0x0ae1606f20fcc4dd7f17dd9872d407ba, 'wp-content/plugins/elementor/core/responsive/responsive.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/responsive/responsive.php', 1, 0x00000000000000000000000000000000, 0x133d508cedd10a65254ef944d94368bb, 0x05d320921c5a9a68515db0699f4d916c6adcf7b4447fa75198eb9970694216a7, '', 0, '?'),
(0x0ae505bd45190a8e580f136cfdfca8ae, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 0, 0x0bd24190790a59a36e32f921fa067fcb, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0x0ae8d1689d632bd8542500795b07481b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 1, 0x00000000000000000000000000000000, 0xac464ff19a44e802511e8c369835669c, 0x2ffaa7a50327f97c5600d0ddd4f43b6a6b806bfee2f92c9d1740bd87a6e899a9, '', 0, '?'),
(0x0ae8d920b0e7131fdb96d3597632bb46, 'wp-content/updraft/backup_2025-10-12-0336___90_4c0daaa35aad-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-12-0336___90_4c0daaa35aad-db.gz', 0, 0x99a4340b93c380bc1b64c42d9c7dddca, 0x99a4340b93c380bc1b64c42d9c7dddca, 0x3956fc6cb2a9b1d1f949af7c169e22551afccc5f6454c2cb1f67ac87e5bf5902, '', 0, '?'),
(0x0ae92fda4a79fca2cc5cbe24ec057388, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-column-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-column-integration.php', 0, 0xe28edbde0e6f146e384ecc919b069de0, 0xe28edbde0e6f146e384ecc919b069de0, 0xd81e9de667a4648bab14993a9770f9613a9cc512b5d7b78c58b71bdc3966ae9f, '', 0, '?'),
(0x0aea048ef7779b7485932e130991bae4, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 1, 0x00000000000000000000000000000000, 0x0d22a1fff003e1fef9cb7c50c7747dd4, 0xd011ee353d4a2d9ea6ebaf489aa081c7d258f8918da82134aab8eb70b14cc1d4, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x10e3d56697adc20d4029f8abebbb9a14, 0xbc3b9795bfcc5f1049061df8dd6df2319b8ea3f8b50aee397c21deb60ee510af, '', 0, '?'),
(0x0aefce8c626d11e9fb300c982131edd1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 1, 0x00000000000000000000000000000000, 0x72dc9cba472369e097053dc3b62fa83c, 0xd63c74bd402fbde4c1977cc2a3601b827fbbcabb2b91498e952232c7d61dc99e, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', '/home/abt90iranbet/public_html/wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x4ae81af34839f733abba36010015478c, 0x950e35a34a6ef85ab12dafe42cc64d9683bbe0c8ec4fbbb58826f3dfd7fd7415, '', 0, '?'),
(0x0af46082a9d28a4fbdb04f6fbd369c2c, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-post-type.php', 0, 0x55cb386afccb450c5a20b55b2fb1c5a5, 0x55cb386afccb450c5a20b55b2fb1c5a5, 0xb5c3b082d792114b0f39772ea4aa58f454072ac77d75a7ee91f3f8b7fc2802a1, '', 0, '?'),
(0x0af53b65aae6ee8a55c70cf2b437f6f4, 'wp-content/updraft/themes-old/twentytwentytwo/styles/blue.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/styles/blue.json', 0, 0xbbea6774cb49f9a1d0a1d8ba2a238233, 0xbbea6774cb49f9a1d0a1d8ba2a238233, 0xd1e073852d5f6e8aa32882d226458b02ff3eb24f0d07019ae680e4cbf7f59f04, '', 0, '?'),
(0x0af8b09f1315e6056bbec96d7de55582, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/LICENSE', 0, 0x76a1caf2a5780dfbf061206d2e5552d6, 0x76a1caf2a5780dfbf061206d2e5552d6, 0xa2744e971a711b4a88c01b406514762c8ea8ee4244fa12d8b38429e1b06f7192, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x53bbd8c99b6da79a8345f67d5a0f6807, 0xa8d61e2d79bae7a22e0103cd3dfd55bfe536bf0a0536a1b4386826dbe8933923, '', 0, '?'),
(0x0afd45436e3efebdcb42937397ba6867, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php', 1, 0x00000000000000000000000000000000, 0x133eecd2f531700f480c0c5e602bad9a, 0xe582d53938a3ec3c30a37f57c9ab08d9d31e78ea061b1ad384cec6f022e53baf, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', '/home/abt90iranbet/public_html/wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0x8b95e7585d431caca6368ede5d66fd8e, 0x38ea19ad8725d96f0088deab4502d8d687770553a180833ee502f591ea76cdf1, '', 0, '?'),
(0x0afd7cb9b2cbaceed39c636a60077ba0, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', 1, 0x00000000000000000000000000000000, 0x90994fd53c47194967cd36a41dad72e2, 0x3d6ceb4a2d73e46486b9189cf090ef91039beff2e11d6c7ac560452e7b5a969a, '', 0, '?'),
(0x0afef4550ecb1ff8cae544874411d3ba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', 1, 0x00000000000000000000000000000000, 0xfd5c86c6e4f1cfec551283106668d957, 0x9584b8ff224d6598e418586bc7f982800f06e94ce2fdb0fb168d7263cbaefc80, '', 0, '?'),
(0x0b083575b12df90dd912242e13ad05ea, 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css', 1, 0x00000000000000000000000000000000, 0x1ceead4b08137f21c126981e5888caca, 0x3fbb27b265786bf1ec109bb75d8ab5d6100e9a4d56185f25ec72e2914ccc972e, '', 0, '?'),
(0x0b0b1b1e91f7f4074a11112d3020b1c6, 'wp-content/plugins/amp/src/Exception/InvalidService.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/InvalidService.php', 1, 0x00000000000000000000000000000000, 0xa4a46d994b9f1dcdd96e6dd1b663211f, 0xa61fb68982b43bbc2458705febc3de082ed2f36f62e0665ac3a8c14040ec9999, '', 0, '?'),
(0x0b0dbf44e8b6974e2db2490a505e87fd, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', 1, 0x00000000000000000000000000000000, 0x0391da9be8b8aa2f1024701d74a5cd2a, 0x2fbdd40b7bd14e5ab40988b79eff514954935c831edeb0ce82faa652784b4333, '', 0, '?'),
(0x0b169dee8b79b2e6d4a7aed9980eb17b, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', 1, 0x00000000000000000000000000000000, 0x831be8c79cb27dc2aaee893f284c6e8e, 0x929f3b585978541f79975471e65e17a2421eb15b1330823f7f93fb20112fc98e, '', 0, '?'),
(0x0b199fe75146a114d88bcce6c0403777, 'wp-content/plugins/wp-rocket/assets/js/browser-checker.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.js', 0, 0xf4470814421c1f8a3979873e3a99a196, 0xf4470814421c1f8a3979873e3a99a196, 0xd17763d062db584b194a9f06f11e106c91fc231d07e4af4b5dacf920db72e6a5, '', 0, '?'),
(0x0b1bf4d938162196ae1eb19b760e3482, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', 1, 0x00000000000000000000000000000000, 0x5080e99314484d3099a6645dc9b01c6f, 0xcc908e66336e51891a55195a50af49a71f54c70ca48c1cc897a4e23ea4ae3e5b, '', 0, '?'),
(0x0b22290797d9e30828b18f4057748a98, 'wp-content/plugins/elementor/includes/controls/wp-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php', 1, 0x00000000000000000000000000000000, 0x6a6059b04a82a433b2d219510152af14, 0xe626c3044ce5b26f9dfbe94aef900865e2af853d19ec7c92ad0aae6e04f29c10, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', '/home/abt90iranbet/public_html/wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0xb59524aab0a9f56e1edcd534487bbfb3, 0x0b2d2a7ae86eb744c12c22611d48e74bb348a772deb17e1a79eaf41a06dc25e9, '', 0, '?'),
(0x0b25303c7aa137fe440f9df8717c1ffe, 'wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css', 1, 0x00000000000000000000000000000000, 0xcb17d4e4c3fd00800b0f561b8a057149, 0x9b44057f2c8ec02b42b80381c8866aff15e52acce44b5ace7818b60a82dd4779, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0xb045121a36d5ee0879462864e20edf9d, 0x1178cd2fa9d7affd48d602ed9cd61023262ef81a5a28c54816eeee5672a9d1aa, '', 0, '?'),
(0x0b2aad8bf663b7bd2a528d49cbbffcae, 'wp-content/plugins/poka-review/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/LICENSE.txt', 0, 0x5dcdfe25f21119aa5435eab9d0256af7, 0x5dcdfe25f21119aa5435eab9d0256af7, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x0b2c2b45262a74d3811c68c41967d34e, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', 1, 0x00000000000000000000000000000000, 0x847cbe372ea4f451909e11e50de51056, 0x277f2f2ed7ae0d663dcfd09f26c58d1c87dc90bf356a87217b009057d15150e5, '', 0, '?'),
(0x0b3031b7e3a2efe4060e838e85de9f73, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', 1, 0x00000000000000000000000000000000, 0xaa20c80d566af7fec9d488bbcd5161ab, 0x9ecb707f83a3d428124089d66bd0372c4797713fd760ae1f57a0dedf4684c21b, '', 0, '?'),
(0x0b319b0d7bd186946e4465e2de505ded, 'wp-includes/blocks/home-link.php', '/home/abt90iranbet/public_html/wp-includes/blocks/home-link.php', 1, 0x00000000000000000000000000000000, 0x0fd37d84696cd0184137e07c8ab09348, 0x6301aa4b0ae54c866f55b054c8bce60d334b09a682e68b142be66566811f3d15, '', 0, '?'),
(0x0b387b8f1d6eb8ef7b32f24cbe615f4d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2.php', 0, 0xdfc5e31e3e80ff8c262aadeee83570f0, 0xdfc5e31e3e80ff8c262aadeee83570f0, 0x4206930ee70160cdf0e66bcb8cdc2909c2ea35f265dae7b1e4aa57101d3e7264, '', 0, '?'),
(0x0b3bbe13e8816b4bc2fae691c9d7dd02, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_09.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_09.jpg', 0, 0x74f9a28ca6a8d8daa182213199da070d, 0x74f9a28ca6a8d8daa182213199da070d, 0x0682120bad54c912875ffe3d5cdcf498f6adc8cbba3d471ab534f748015e0671, '', 0, '?'),
(0x0b3c32408c4875f82cbe340f5a7f8e08, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_8.php', 0, 0x17c3d296d022f9c1cce41f4c0df3959c, 0x17c3d296d022f9c1cce41f4c0df3959c, 0xe5074f91aa67f43756dd429c1bb1e6c3e990de2c3a239b23b3a137c8bc9f166b, '', 0, '?'),
(0x0b41468cb9b8e9dd15c0d8852b9f3655, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0xb8c59a215eb0bfabdbb42b1fb9e74542, 0x89613dbcf2d4fa580aae3c39269fe75b07b1f54cfa178ce6c8c8f59050fbc3e9, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-dom.min.js', 1, 0x00000000000000000000000000000000, 0xbcf32b37005b7ba5c974e2a0b66e457c, 0x5a1ae4c6b76675390f4e909cb33297539ba672b4c50fa38edcd47e450ae1e778, '', 0, '?'),
(0x0b418e9eef5877c0b25bc7a4bb4d7156, 'wp-content/plugins/kk-star-ratings/src/core/functions/scripts/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/scripts/main.php', 1, 0x00000000000000000000000000000000, 0xed284f1c44845ab42ff8d9a6fbc4fe55, 0x3851771b8ea8a3219aeb36cfb06fa6ae6ad16b2ae0939d5e34cb7ebe934f765f, '', 0, '?'),
(0x0b4340ac6935b465e134f9704a497f94, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_5.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0b4d2f40389dbf3cb4bb34885f8209d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_2.php', 0, 0x7f6cc986842a67024730fbf3e362bab3, 0x7f6cc986842a67024730fbf3e362bab3, 0x3ad8ce65a046fd0fbb6bb9bcec953e4c5f8b6c63f0385412d9765112baf6a819, '', 0, '?'),
(0x0b4e1f16262cc352a78fb811e30a09e8, 'wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php', 0, 0x1ac4b4b584cdc84fd3342a6ddbff5fa2, 0x1ac4b4b584cdc84fd3342a6ddbff5fa2, 0x09556cb78b2d9a5fd933d330155dce5fda664e9e067d5c01d97851ac4cd933f9, '', 0, '?'),
(0x0b50e67f689b75693856a7a3006b55b1, 'wp-includes/blocks/post-date/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/block.json', 1, 0x00000000000000000000000000000000, 0x345c974051ea6a268b268d45f61e7afe, 0x79427f3d6a4fa0a1a03b4616724147bdabbb1c1e00578bfa7a1512893c8967b6, '', 0, '?'),
(0x0b53edb7e314db053181f626e5bff49e, 'wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', 1, 0x00000000000000000000000000000000, 0xac14e96e539785afba3d73552b9b201a, 0xa394a9b4c14256b1977acd8b28bf3fa90769319568d96109ea1ea953a388230a, '', 0, '?'),
(0x0b5a4358d9363f0d1247479919f227c1, 'wp-content/languages/plugins/elementor-fa_IR-22f6dc113d18184ad57cd597c3f71b4f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-22f6dc113d18184ad57cd597c3f71b4f.json', 0, 0x434465ea9fcc2aaced85d1ba7846e093, 0x434465ea9fcc2aaced85d1ba7846e093, 0x8dfc78686b8b30504bc3013c2a8e5ada6c618d48d8e650d7350944eaca3ada67, '', 0, '?'),
(0x0b5e05e0da6b9244e6c180c47ca91f1e, 'wp-content/updraft/log.ffb533661bd1.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.ffb533661bd1.txt', 0, 0x9b535402b761e4f70ef42c3a1bb7f4e4, 0x9b535402b761e4f70ef42c3a1bb7f4e4, 0x6fd334af1b33cfcd0a4f720476e3cc2bdf9a98b8c2307b5720d657b6420e27ca, '', 0, '?'),
(0x0b5ea3cc16a83c67ebe9043658f90937, 'wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php', 1, 0x00000000000000000000000000000000, 0x0c4383017de97df2e96517810a3a0578, 0xacdca3825e0cf76279cc0a7cb632f9c4386025d431e40e662b337d7df928f4c5, '', 0, '?'),
(0x0b649024b53ecf30154a43a3e69e3a27, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', 1, 0x00000000000000000000000000000000, 0x9e8413724809708079ac03573db81f11, 0x0a52782525a3473169f5b4b17c93bf5ec53ec1075d87a9909e28f0e17b9446b4, '', 0, '?'),
(0x0b672b7bdfda6e87cc7d8f0eef9c2319, 'wp-includes/SimplePie/src/Core.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Core.php', 1, 0x00000000000000000000000000000000, 0xd8b23361dda9e63029acad5fe0041f53, 0xf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3, '', 0, '?'),
(0x0b6edeea43298b6c8383f9fceeb7f679, 'wp-content/plugins/elementor/core/document-types/post.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/document-types/post.php', 1, 0x00000000000000000000000000000000, 0x775a96fd29e4c066633adcc71994c70d, 0x94308f33a0e9d8189c203cf9928d0c87e53a4855fe22c6467d53beb5a23a1b3f, '', 0, '?'),
(0x0b6f63b3830fcc90dcbad50c50342f5d, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php', 1, 0x00000000000000000000000000000000, 0xc14d4a30bfd08572fda1381a178b2e55, 0x868e48a19f491e9d4f40d8e417943511a4792ee4b77ece79aa8ad663a7aec1b8, '', 0, '?'),
(0x0b7706b1acaf65e84ce4a6c3a99f9bb8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', 0, 0xb780b6cafbfefc90e32ca531e1406239, 0xb780b6cafbfefc90e32ca531e1406239, 0xa3242d0b47c7075acbb5f011ba050279c780a807e80a5f14e04254ac1bc05128, '', 0, '?'),
(0x0b7d73704befb9f1fbfda920dbf43aa4, 'wp-content/plugins/akismet/views/setup.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/setup.php', 1, 0x00000000000000000000000000000000, 0x6559e25d8e5aa12e5e1f3caeb126556e, 0xb2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0x6dfe2966496638d058a803fa4b044f02, 0x496ddb6700f957cf3f54bf2c6d040ee4a33972bce3cd4c6db97936aa40ce793c, '', 0, '?'),
(0x0b85d49a98d3158fe1d4d1cd023c78aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0b87df92d5676f07ea006d81b78cc9d7, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 1, 0x00000000000000000000000000000000, 0xda30c8b6ac8bc2e8e1a135caf8ded753, 0x955c8b61dc236360f1532d3e041be816c149e965ee0d2f4e19b45e776b85949a, '', 0, '?'),
(0x0b8a9629e5298bb37decb22a18d45dad, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 1, 0x00000000000000000000000000000000, 0xcaad20d23277165be06541796235af24, 0xdfe3561e45cbee0415834f68db834fda4e575aa92e28be60ea10fb38db4ba052, '', 0, '?'),
(0x0b8c0a2524bd2468f504f9d45f6a91e3, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php', 0, 0xc9727a226960a1574be2f717b9c6b373, 0xc9727a226960a1574be2f717b9c6b373, 0x7ded2803ed17ab6c3c3ea0b7b7df3bf0a0d0435cee13f9ad507cc985ded41efc, '', 0, '?'),
(0x0b8cd5139b35d1a5ab73bec576ca4a6e, 'wp-content/updraft/backup_2025-06-22-0336___90_e799e77627b3-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-22-0336___90_e799e77627b3-db.gz', 0, 0xfcdf73e3a10d8eee481e9d6ea398b372, 0xfcdf73e3a10d8eee481e9d6ea398b372, 0xd68899104085da2a623340612ed14779e5f1c9dcb2667313f8f4e22bda74aa90, '', 0, '?'),
(0x0b8e3102dc308889d890885fad350bbf, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php', 1, 0x00000000000000000000000000000000, 0x885f63b13ecb1ab70b3da51573770ef4, 0x5a88d1c72c2498137ff4d2bc0582bb0c27f9127dc2718728b595cf9dc7545ec6, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', '/home/abt90iranbet/public_html/wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x2d8c674be42691eca23f8ed9f91f4332, 0x97cc2722cbe1bfe08a4d2e803fa37804cb1dc9381a7f0f045f052f948c987ca7, '', 0, '?'),
(0x0b9513ab91c44219798487bb984bb8d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', 1, 0x00000000000000000000000000000000, 0xa8315c978249314e6a2c1c65e992e99c, 0xb547cf593d859bac48d632406a153bc46d619fe89769a52527829e57f9796edb, '', 0, '?'),
(0x0b9568fb668858c10907091f8bad4e5b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_2.php', 0, 0xd27a85821d1740c690582c4eb7dc3fef, 0xd27a85821d1740c690582c4eb7dc3fef, 0x65fa0697cf33b3daf8accd85ce2422a18320ad3112195e13f8291d5a4db516d6, '', 0, '?'),
(0x0b95aad9abd56f5ae7a1bc198f00ba09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_4.php', 0, 0x3de016183c8feaf13271b8685f303ffb, 0x3de016183c8feaf13271b8685f303ffb, 0xadccaec7f73d02672e5b9d768cb51ebb795985e1363dcf41c1a8ce4cac8ccc57, '', 0, '?'),
(0x0b962575ae7405117209a05ee91470a5, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xf5cb9de3f9980feda6ea3341215bf7ac, 0x90409935d22122e6718ee684cd3f6e18f85e7f7f8fcf66c570fbbb64e2785e6e, '', 0, '?'),
(0x0b97558d8cbd5950bd4ea00897247583, 'wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php', 0, 0xe688664d74315315d9fb9e8d2a0caa0e, 0xe688664d74315315d9fb9e8d2a0caa0e, 0x400fc9d30dbff871c5e5ca1a6105526c1c9bd48329f55b8d09bdb790a6aca38f, '', 0, '?'),
(0x0b9886f806198d74b54408ce1c6ee967, 'wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php', 1, 0x00000000000000000000000000000000, 0x74d4e4b8f67c579ecf95847cec876a66, 0x3c0dc9bf525a9ba1ac58f8a55c622de81ff00ae877a9ad552ebb6090590c21d9, '', 0, '?'),
(0x0b99347b4f4dc45c910adbadd077c56d, 'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php', 0, 0xa1737a347fdd4bd986fd6e6d1df90027, 0xa1737a347fdd4bd986fd6e6d1df90027, 0x9488f7c9e41099fade45b9003604f757476b2290ac6ed07bb58e2a4fa3686c59, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', '/home/abt90iranbet/public_html/wp-includes/images/media/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x0b9dd8c29d2cdf737ba4160a1f96d911, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 0, 0x9d5df3c941981471871006942653c060, 0x9d5df3c941981471871006942653c060, 0x37ed4e05e77d7de5ad2da665041f5c6005e9d50075d519d1c9fcb2c445d80760, '', 0, '?'),
(0x0b9fb221ceb88ecba2e1ec3218c961f7, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x52c0d989bfbf2c658c3c5074b073d47c, 0xf7bf82e3c0218daecb1312c7997f504be8f50af56f7f14b08cb12bd79d6029f8, '', 0, '?'),
(0x0ba136bb7c2667e6d920d218ab6d03e0, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers.webp', 0, 0xffb5f9c90dca0ed752e94629a368fcc9, 0xffb5f9c90dca0ed752e94629a368fcc9, 0xff74b7d57f52a817c721511585d585a1c885ca89ee061239dc7d7e165698354d, '', 0, '?'),
(0x0ba9b6a1f29a7e3adaefbc0de5cf650e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', 1, 0x00000000000000000000000000000000, 0x88ab90a8099e73fca7fae0ea9bb512d6, 0x8f4d709c1aa324dd8ef60028a076e9b4da159296314e9f5a287b98cf0bed51b9, '', 0, '?'),
(0x0bab35f6c385b301c68c85e3e4fe6d88, 'wp-includes/block-patterns/query-standard-posts.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-standard-posts.php', 1, 0x00000000000000000000000000000000, 0xd1839fcf421d8f9055018d434cb37b97, 0xedb63a87cea47e08c8fec18926f90d8c437f4683f82be2f29049e186715f8b65, '', 0, '?'),
(0x0bab544b1fa5b3ce4f0654d082a61a03, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_10.php', 0, 0x24abe4d665958cb27f700d1b4b58e6b2, 0x24abe4d665958cb27f700d1b4b58e6b2, 0x87012e77616745502e0837008af55d36d9194488bc699f69b56288d72ac2094d, '', 0, '?'),
(0x0bb107e15e987bf75b06c745ff6d3129, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-fashion.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-fashion.png', 0, 0x9da9e1c6f7592c66638825e5568b2cee, 0x9da9e1c6f7592c66638825e5568b2cee, 0x1db0d64f8d2172b8c8ae6c6e80d2aea73523322a812ff3d7dc0e1b5bd4560f69, '', 0, '?'),
(0x0bb48451aa3b05677944f497774e948d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_10.php', 0, 0xec22ee62e8957e0a75186df5c7ac30df, 0xec22ee62e8957e0a75186df5c7ac30df, 0x6361ea535641466312fc3dd09f7c04243f3579cd3a3afebde60b47c4817e79b6, '', 0, '?'),
(0x0bb6f6b93f3da837a39aebe1379952a3, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x225e55baa77ffdd666bc698bb61219c8, 0x22446f94a9243d8a449eadb1bd8015c8dc399da83151e19c8b210dc8ef26a069, '', 0, '?'),
(0x0bb77129a8e491046f4f595553dd0100, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-message.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-message.php', 0, 0x4c492937392c1799fc7675c54f1870fa, 0x4c492937392c1799fc7675c54f1870fa, 0x40490f363211367d9b6fa9ddb64c8fef844d7861dcf0d31c4fd8953c8e6bb01d, '', 0, '?'),
(0x0bbb56e128165e202d4fdc1a5430f47b, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 1, 0x00000000000000000000000000000000, 0x62df4f0eb5b33b195c2da410db33fb29, 0x787c91a543591813a8190e3508196393d03adca4694a9519725ca547c0639c57, '', 0, '?'),
(0x0bbbb99686a33f1519254d15093f4eab, 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 1, 0x00000000000000000000000000000000, 0xd3b6b0461ff38d5e059c70743c6a51ca, 0xe0a91d373647847a6d73b29b717a26118fef1f42c8839b1bb8d7ee2073058ded, '', 0, '?'),
(0x0bbed03647050a141c8cc15cda7a5ef1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_1.php', 0, 0x5f0077b61f529803b1f64dcc5cee8645, 0x5f0077b61f529803b1f64dcc5cee8645, 0x7fbd34cfc7990b9051dfe9badda3b233befc863bbeabb865775a645cc635d279, '', 0, '?'),
(0x0bc2f3035d299d0b08d1bab867078f9e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE', 1, 0x00000000000000000000000000000000, 0x8b5bccf4a7641d19e4ac63d3aed82403, 0xe2d7f94543fbc0c3b05f8c9e360cd666f767d4b335999ab206679fb0d1fd94d5, '', 0, '?'),
(0x0bc52a390da1c08253623b180f94ad3b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json', 1, 0x00000000000000000000000000000000, 0xae1b3721cd2c338d23d724328f8bb660, 0xd41e296cc13c87f85de8061801c9c173a3e9d2f804abe834ca8aebc547b5b195, '', 0, '?'),
(0x0bc8d2d3f6bc4f53740971cc7945c127, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 0, 0x11e065b4e83c2218bc80fe7782222e78, 0x11e065b4e83c2218bc80fe7782222e78, 0xa23edb9db03bbb4353b234b551587f3e7158034f1c96ac73076d1a1a8bf4b186, '', 0, '?'),
(0x0bcfa0b08facf865112290f0b7c94563, 'wp-content/updraft/themes-old/twentytwentyfour/theme.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/theme.json', 0, 0x05f86fdff6d0d21fa915f5913cfb7024, 0x05f86fdff6d0d21fa915f5913cfb7024, 0xdc51465e6b2127b2e5b9a84c77e6903639cb90cc127ce523b06e3bd74e18e424, '', 0, '?'),
(0x0bda3ef0f351d972bdc0c54b7e15b892, 'wp-includes/blocks/post-content/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x42e85ef49619f28e8e7bf29a56352a4d, 0x6cdb70c5dc5b78753fc3a6e9011a9f4bf3f957d7366405747d3157c6366f6860, '', 0, '?'),
(0x0bdb7f7ba7f0546e6196e0fea6af59d8, 'wp-content/plugins/wp-rocket/inc/functions/admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/admin.php', 0, 0xd16b634cf40d43b936f6320fe7131724, 0xd16b634cf40d43b936f6320fe7131724, 0x1fcaa7187952a4ffdec0b6c28e869cf258ccea4c646f06b8f2599230328f3a6c, '', 0, '?'),
(0x0be30bb3d925170ce5e2a6dfcd6da187, 'wp-content/plugins/elementor/assets/images/information.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/information.svg', 1, 0x00000000000000000000000000000000, 0x63a227e673c54105c6e83b5c93701fd8, 0x2227a84d0dd0dabc31878ce9dc6027e3055fe55195df3773856903e6b2b9adc3, '', 0, '?'),
(0x0be3d17813c9c4fc620d7294d95794e7, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x076e8c936861a6aaf2e2a2772ac6158b, 0xfeb0cac9666b40cfb18e4cbdb99512313ce530d10e0b95ae51ce7a33af2e1125, '', 0, '?'),
(0x0be66b4f8081c79ba93f28288815cd86, 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 1, 0x00000000000000000000000000000000, 0x6d8fa7d4bfa3b72c2955be583f25ff36, 0xa06cb06644f2b17073230d08d726ef8511403f604a3751dbba0bee9f20564128, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0be7794259d657a4bcbcdc1a19563d35, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json', 1, 0x00000000000000000000000000000000, 0x4d6750ac79b688522515923a50ce0d61, 0xa8f2e72a03263dede01d5121ff5e36ebec4eabd7966dbfd2d42a57ed399effa8, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xebbcc94d5fcfb149e508a6b3f2c06cbd, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0x0beffa03207f59eae8799c896fa0b4a8, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md', 0, 0x280193e7acc99cbd28d43ebacd2fd641, 0x280193e7acc99cbd28d43ebacd2fd641, 0x94eada231529b5ca1e932868d35d4f823efa7d6fa561092b045e7e08c3251943, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', '/home/abt90iranbet/public_html/wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x0bf3624597cd867df3269e9210b5253c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_5.php', 0, 0x5e659d39d2b9bf650e24514417056d98, 0x5e659d39d2b9bf650e24514417056d98, 0xde1f8a234c8131288217be91a495fbbcb3381d51a4ef465e87c1d94e40610187, '', 0, '?'),
(0x0bf3cff88668ce9d199c0823333b827c, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_g.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_g.png', 1, 0x00000000000000000000000000000000, 0xdc17f953a6febbe174e92b54690586c3, 0x204c00a1d13903a39e65266905790c4c70ffbf1a682de36d888613268f0027a5, '', 0, '?'),
(0x0bf6fc6ba1d6f7b7592c29731caa4835, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_fonts.php', 0, 0x6b0bbc9e872807714047841f8fe2bfda, 0x6b0bbc9e872807714047841f8fe2bfda, 0x543dddb37a8493d37dc5fc5c421d36c22b1ad5d3324e27db8c3a1c6adb4300e1, '', 0, '?'),
(0x0c01fe9153dc7dd1a71c58cfeb7fbad3, 'wp-content/plugins/shortcodes-ultimate/admin/css/generator.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/css/generator.css', 1, 0x00000000000000000000000000000000, 0xf699de815154bec1886a02bfaab923f3, 0xe2fdc2a277388f79001b3c27b9790f01c981a0ac7577e52997a1e92d65c51fa0, '', 0, '?'),
(0x0c0610222d622830e40fa0c3dcfa89b3, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/file-backup-exclude.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/file-backup-exclude.php', 0, 0x6cd99a960e2ac41f4a168afeb44a4167, 0x6cd99a960e2ac41f4a168afeb44a4167, 0x591d4ec77f5340e43870fc1cb8866569e854f6f87f6482bdf05f725ddd10e739, '', 0, '?'),
(0x0c08ebd0a970e830111234bd8bb23ccd, 'wp-content/plugins/td-composer/assets/js/js_files_for_iframe.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_iframe.min.js', 0, 0x0b8883e7beefc301ce3e0477f3719d0f, 0x0b8883e7beefc301ce3e0477f3719d0f, 0xa0bcb22edd690d5094e7f70c64d452f8a62b90428561598a5781aea9c8712a18, '', 0, '?'),
(0x0c0912a3be6a00271f6a809e5cbf15b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_4.php', 0, 0x8ff6e8e2fec2ea47ef63030b55de4c8d, 0x8ff6e8e2fec2ea47ef63030b55de4c8d, 0x3d3cad0018b5649eacf28b5448282b02d13a870fbf478f1389a2d61d0f612108, '', 0, '?'),
(0x0c0963d276522174b1f7487612911b4a, 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 1, 0x00000000000000000000000000000000, 0xeb2d7f2c93053b01a1f04e39785be03d, 0x37d588825034c5f5b8bcf79c78049bd318a791a4b982c79a686b72e62fc96427, '', 0, '?'),
(0x0c0b164f2c21bcc72337593f79bae287, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 0, 0xacd1a9cab2d25b902cfbac208106377d, 0xacd1a9cab2d25b902cfbac208106377d, 0x2d169837b252317d1b5b95ac126efb61d16da803d362d22b286334b1c7bd6937, '', 0, '?'),
(0x0c0b4374675287284174b9f537928739, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_10.php', 0, 0xdc2dffb33fc984351a03f14cecde62c2, 0xdc2dffb33fc984351a03f14cecde62c2, 0x3b565b3a932d914f0fbb5a8e775ab4d7ae0903968ee5da8b4b48e7553ff6b776, '', 0, '?'),
(0x0c0cd40b0d78c2337387cff047b3994c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/json.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/json.js', 0, 0xf282812f4bcf545fd18afe9a27a53548, 0xf282812f4bcf545fd18afe9a27a53548, 0x8c4040b28e71bbde602f32ba3b3c7d8e0f32e449006ad4fcb0aa8cb0aeea60a9, '', 0, '?'),
(0x0c0de33f4006db9882e5f04efde3c36c, 'wp-content/plugins/elementor/assets/lib/animations/animations.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css', 1, 0x00000000000000000000000000000000, 0x4601ba55044413706c2022cb6c1c3d05, 0xd7c773475bc4fdd6b6579ef8b291617cd686db86b21ba0cc41065acddb8a1503, '', 0, '?'),
(0x0c1820a364b3a0bd05b2d4ccf978db1b, 'wp-content/updraft/backup_2025-09-22-0331___90_33ac49470de1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-22-0331___90_33ac49470de1-db.gz', 0, 0x0ffedc9a87a44c17ea57ebc5c9a6501f, 0x0ffedc9a87a44c17ea57ebc5c9a6501f, 0x65709aad70a11634921dbc1d7cc193183212384102859e035ab5310be08bad1b, '', 0, '?'),
(0x0c1c412376d22422c6159c5f796b59ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', 1, 0x00000000000000000000000000000000, 0xa89cbdfdcfc1a799918d91766520a62e, 0x230fb67d4a93962942b8a3a4d8b890d6be0bf25401cea3f1668efbd4306a3515, '', 0, '?'),
(0x0c1ec542a06e4a46db863449f60f9e0f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', 1, 0x00000000000000000000000000000000, 0xc9a45de03d98b4973c773f4c5ca01af1, 0x7f20328924b72079a24cb0e051ac249080adcc21e3a6ef3b21f478bb746b62e0, '', 0, '?'),
(0x0c1f8a0ed01f1646dad11fbfd989d5d4, 'wp-content/plugins/td-composer/mobile/attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/attachment.php', 0, 0xf0492199b472ccf67e9b4b58883d0235, 0xf0492199b472ccf67e9b4b58883d0235, 0x65feddbeb18ba0f8b4ccb0598635c1fdb4359af522541a091aaa1c8196d1fe3c, '', 0, '?'),
(0x0c22e94d7b4e0b4170e338c44b46f318, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-3-col.php', 0, 0x0cc85fba201abedb10ded257bddda692, 0x0cc85fba201abedb10ded257bddda692, 0x02fe45569e054c58697ae55fdcd89c76964aa66e440f476438e96e8edb9ead8a, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x09c1ea7c43a0be774018e38813ca6da2, 0x35aac3a300d38a56628f418602c587e5e4fcfa0f8e2e5afb3b4d7afc715daca1, '', 0, '?'),
(0x0c24601b3cbb170eb684a76365faa0e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_7.php', 0, 0x7886135c578541d1777f95e3b67935e0, 0x7886135c578541d1777f95e3b67935e0, 0x85c5d145e05a576f84b6edb9e4ae4ffe6b522183d6bc0dbec6870b089bea9fb2, '', 0, '?'),
(0x0c26bd4c561aea4e5bdfdc99cd8baede, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', 0, 0xf7177dcbc1061ace7962101ded37239c, 0xf7177dcbc1061ace7962101ded37239c, 0x50843583b674a26b348c74b782f313498535706de54e9884d8c8976f2da9f5cb, '', 0, '?'),
(0x0c293e1a70dacad8471a337d87261bb0, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php', 0, 0xa668cd38def8f825635772fcc4bf24ed, 0xa668cd38def8f825635772fcc4bf24ed, 0xf0a624987a9d18355bdef3435db260d4e645a04e5d8255cbae728b6f877f6deb, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x5c2b41c84469933a6306d18153180ed0, 0xf3ce5861b6b29faff7e29c52507f58fee703f07848967e76fee66e0a12bc407b, '', 0, '?'),
(0x0c356a7895b3f268bf36c6846dd169e2, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-coaching.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-coaching.jpg', 0, 0x375ad16d1849e526d90a63c73af87db6, 0x375ad16d1849e526d90a63c73af87db6, 0x444e25c53c56b5282e60bb37ae9134e5d232398a901c3e24d39fabe92efebc90, '', 0, '?'),
(0x0c38102c62d6ff0eb462b72fc72781d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_2.php', 0, 0x8f5ad6270d16bcd0f964bcc6b14b4a7a, 0x8f5ad6270d16bcd0f964bcc6b14b4a7a, 0xda48a2db071f6948da9634ba468f59f6ffd2da836c396896c38909551e2e395b, '', 0, '?'),
(0x0c3829b3d3c7527acf3833b98477cec9, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-small-dark.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-small-dark.php', 0, 0xad87a60590c6ecc660d93a712d2fa37f, 0xad87a60590c6ecc660d93a712d2fa37f, 0x7ae4b11bdcc2c65ac760b3e1635ea108164a861e0661111d4eaa311b68d95f0f, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ec419943f0c35227afa1fb864a0dc73, 0xe78dbf2e41165cba634afe2db6c22228a6b61d28e1bd5239289ce7fb83c16d6a, '', 0, '?'),
(0x0c49ef9d42f4e3d0c7cd5a2c3014d92f, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php', 0, 0x51d70bfcf41686902ca3e8a50c88a2d6, 0x51d70bfcf41686902ca3e8a50c88a2d6, 0x93cae677823adf909a6956fc1af63d34d118f34479fdfaa5e546bcfef117fca7, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x0c5649f49d05b089c5ba6af730727134, 'wp-content/updraft/backup_2025-04-18-0331___90_5b8dbb164904-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-18-0331___90_5b8dbb164904-db.gz', 0, 0x5ecf459bcd1e23dd99f75f09e168fc64, 0x5ecf459bcd1e23dd99f75f09e168fc64, 0x52e2c1d4a806cfade1ff820a9b881055ad7b963bab228f8b8f0ac85abd0dbb47, '', 0, '?'),
(0x0c57f45b4e10785d3abcf2fed6e782d8, 'wp-content/plugins/poka-review/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x0c587aab637015bb6d40e937daeb76b8, 'wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php', 1, 0x00000000000000000000000000000000, 0x1a4984c8a9f7c8667e47c31f9caf2fdb, 0x9bd06ae730374c2ee796120bd5efe8cbddb23a20de33da4017e4daf9d3775408, '', 0, '?'),
(0x0c58b30fef66406fe72e6f331f1ca13e, 'wp-content/plugins/elementor/modules/element-manager/ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/ajax.php', 1, 0x00000000000000000000000000000000, 0xc99cedac29cf05f5350ff1bfd5bc1a58, 0x66014b43a2e3f56f68160ca5bbaf366ad8a9a30e73e66cfc2c0736aa5b93774e, '', 0, '?'),
(0x0c60ef2f345cccc47372486d8fd67fa7, 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 1, 0x00000000000000000000000000000000, 0x8d9c7e5c52aa356ed23960fd7a1cc412, 0x31e4b331eff8bbcc24e5ee7afa944ab6b2fc6fefd9cbd7740f141f3d7cd80cbc, '', 0, '?'),
(0x0c6272861cb55b54264c91a4df12f1a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2.php', 0, 0x7d37c6974073cc1d94c47f492420ba8d, 0x7d37c6974073cc1d94c47f492420ba8d, 0x4d04fef650d72292ac8ceb5c36e1d66981722943971b471fc5265cca69236325, '', 0, '?'),
(0x0c63ca4814cd8ad04a908a05cdd2c215, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sr_RS.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sr_RS.json', 0, 0x6c58367907a84a1d769d6226909038df, 0x6c58367907a84a1d769d6226909038df, 0x8097590577c3e5ed7d75e5ca4e1667a197c1a828e4e3d354200699b7b41a3cf6, '', 0, '?'),
(0x0c6457cb19d3e7cb39591473bc5bbc8f, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 1, 0x00000000000000000000000000000000, 0xf1ec3ca84546e743ab00eb19ec04382c, 0x6be774769abfaa8d2bd1239601ffe1883f47b95e2de996aa52a52d59e80dc379, '', 0, '?'),
(0x0c788650f66aaf475611e1b36e702706, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-modal.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-modal.php', 0, 0x3272f56166a2b25cd9fd14756032a28a, 0x3272f56166a2b25cd9fd14756032a28a, 0xfc65de207c5c301cb86bf10dca5ed99fb28ebb2e02391fd64c0b366fb51d7591, '', 0, '?'),
(0x0c7aa12934e2832ca917024b14f00aca, 'wp-includes/speculative-loading.php', '/home/abt90iranbet/public_html/wp-includes/speculative-loading.php', 1, 0x00000000000000000000000000000000, 0xc99460d6d9a102b00c9cdc1973134bd1, 0xa253fb22d9a0f1911aa6fecaf08e2f8cb20827a6986d95fd8563664e06dbb870, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x64e76cbd1edb9629eddc537e047cd84c, 0xd4eeec46870719938b810c7a7fb4a31cec6d55542a2a171f60ae198440a5f355, '', 0, '?'),
(0x0c7ffd7a85d2c0ca25695db4a36894ef, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AkauntingInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AkauntingInstaller.php', 0, 0x55a1a83b0b08b68e9f691ab804bac655, 0x55a1a83b0b08b68e9f691ab804bac655, 0xdb7013cad564ae344b1c8ae3dc5300e70ff31fb58f1c3c2530b436b28f53cd43, '', 0, '?'),
(0x0c81de9c67027af218e96e3a09671e04, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-validation-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-validation-interface.php', 0, 0xb254789c31eaa0fd9905472761091548, 0xb254789c31eaa0fd9905472761091548, 0x6bef469e402169f469bf5025a702c334104737853656d2237f53e04e7aa94d8a, '', 0, '?'),
(0x0c868b503eab46de843d99195fe7c090, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xd9f666dc54a02a9bb3833e864720f964, 0x8612dc56dca7c72a62faf43f94d0e3901cd15abe04de12ee5999202002250e47, '', 0, '?'),
(0x0c8cbb9cff00df920c5245d9cd0df036, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 1, 0x00000000000000000000000000000000, 0xaf9906ad6e7c6d0a95073bbcaa1bbc0c, 0x3ca02a70d626b07abe96152313c8d474d9a7e18852d0d5ddfc0b161e3869ca27, '', 0, '?'),
(0x0c93acbe730cba735e47c478e8949bdc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0xba677b855a94e08f1f82f1b64fcfa2d4, 0xbc9c9cd03ba7ff14e0b64023b058bcd2bd2ac8ad8cff287aa809d9e9fa2614ca, '', 0, '?'),
(0x0c97e7cb33de223c6f3fee1ca7649844, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/edd-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/edd-conditional.php', 0, 0xa9911ed8a350795642a8ece07d195bbc, 0xa9911ed8a350795642a8ece07d195bbc, 0xa789fc74e02571407b7dbc07981098b92ce8d284b60899565f217eb50392c37d, '', 0, '?'),
(0x0ca45d7a66980122292abe0f98b30d4c, 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js', 1, 0x00000000000000000000000000000000, 0xa117a33be811fe536f05e0494b76d418, 0x1cab1dab587ac8ef5bc739d39d3727496e7e2faabf49d0096669dbd9e95d8483, '', 0, '?'),
(0x0ca699720569c148d3e57ca221ef534b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php', 1, 0x00000000000000000000000000000000, 0x9867c7b0e1e1a4538451b8059430a80b, 0xb46befd541403072ac1c56b3c8b2c51efece89b0c75d5fef25fd937bb738e554, '', 0, '?'),
(0x0ca7a9313ae2724049580800f28a037c, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php', 0, 0x140da2bd5bd31027a7d8a028acd22fc3, 0x140da2bd5bd31027a7d8a028acd22fc3, 0xe4cdc6105736cf3eeaf9529f881a0291a4f86e0180ca447a0eac81871a801a37, '', 0, '?'),
(0x0caa0d368cfe1acd8cb4c8eb038b06ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 1, 0x00000000000000000000000000000000, 0xe1c90433cb3cb5d8c63f3d87a6039bc6, 0xdaa27fe9db3b3f633c49b73bfe372627255b4c61ec59d668198c12d772d6061b, '', 0, '?'),
(0x0cab21a856ae0ede33f53174b2d6732d, 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x7f08558e1f8f18b1965a2486d25b4740, 0x69e448c133280a56b082add7a332a464b7fcdf9a48482c93cc0f686fbae3c5e5, '', 0, '?'),
(0x0cb48e2999a69553d0e08607d6351448, 'wp-content/updraft/plugins-old/updraftplus/central/images/udlogo-rotating.gif', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/images/udlogo-rotating.gif', 0, 0xea3a5a5d7a134732d08668472e192cec, 0xea3a5a5d7a134732d08668472e192cec, 0xd53765134280e64bc7fd4b6a31bbd40593e7023854ca7fab28231b7820f32d66, '', 0, '?'),
(0x0cb6f36e65b2f4067899bca68f61bd5d, 'wp-content/wflogs/GeoLite2-Country.mmdb', '/home/abt90iranbet/public_html/wp-content/wflogs/GeoLite2-Country.mmdb', 0, 0x3bfff8e6753b596c3c6a141e7e3af941, 0x3bfff8e6753b596c3c6a141e7e3af941, 0x082b2f3ba23cac97b708b45721d305631b60a85a23016c3531a1aea6b00da7d5, '', 0, '?'),
(0x0cc1a55dcdc94be7f065dc0b5a8fb6d1, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hu_HU.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hu_HU.json', 0, 0x7df1aa676da0fe9eb386edddaf46caf7, 0x7df1aa676da0fe9eb386edddaf46caf7, 0x1f2e3ae2f2fdc59d013865694d3655a9b6d6fcd9e93370a1b4e0b54cc4a457d3, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', '/home/abt90iranbet/public_html/wp-admin/js/privacy-tools.js', 1, 0x00000000000000000000000000000000, 0xc884f2681a81af573bd84b0a9cd1516a, 0xde15ef7c3901b66e0ab2fac8acf2b5a80b95fe9fc6cec5754f2f439bfb98dd84, '', 0, '?'),
(0x0cc3b5210c2d7077259f60b76b1da754, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 0, 0xe1a1221fc817313a6fc938eab0ecf163, 0xe1a1221fc817313a6fc938eab0ecf163, 0x568e0cf71bca3902de7bb0d133080e484f99dde9e20324775f77df9d27b6f63a, '', 0, '?'),
(0x0cd174a56bc9bf13e67586b80165a8d6, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_9.php', 0, 0xfa08508cc778ecea6c1181a1bf876e4a, 0xfa08508cc778ecea6c1181a1bf876e4a, 0xf6ad57c1f67c6f8e4b82c8accad12d5a0d418aeb045fa20659a44d5fd05ecae7, '', 0, '?'),
(0x0cd75b3b90069695a29498891cfa8ada, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4_no_content.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0cdf1f181b8a1656862cd0d5b51b839b, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', 1, 0x00000000000000000000000000000000, 0x1057e362be03b3a5efdd5cd011a2e339, 0x197a8dfc51bfdece7a3db8f9938cb9555a6a8607440cf4ffee0f8eb0e59b3996, '', 0, '?'),
(0x0cdf876ef2a072dd9e6f2dea6e3c3c57, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php', 0, 0x616c825a8db2462d081e45a97a4b3949, 0x616c825a8db2462d081e45a97a4b3949, 0x20c5b9ff692fe5efb978fa4d4b347f9faf2f2f3b2b1b630c387d0e2b6ba26cff, '', 0, '?'),
(0x0cdfd1d957efe095186c070af5537863, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 1, 0x00000000000000000000000000000000, 0xce83a362a741d7b3b0be57af8bc89174, 0x0c414cd21f8caeac5585fa6b289cbb3508c689161422d24daae838b1d9d98df0, '', 0, '?'),
(0x0ce3b9d882667696835a02229cd2f4a4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', 0, 0xc02ddc03250535769146a8ba0b00152a, 0xc02ddc03250535769146a8ba0b00152a, 0xd4ef0201d0a3215661afe59b74fcc520cd31a16a5b0f08f90e78b85c7342bd77, '', 0, '?'),
(0x0ce603ff8cd70157e1318c4a8754b4cc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_8.php', 0, 0x6a5bd582d5ba807f768a5d51ddff8746, 0x6a5bd582d5ba807f768a5d51ddff8746, 0x9398e98357011d0685e7e45b84e9d7f0112d16c8b1e043bc1c01e893a6e09ae7, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/nux.js', 1, 0x00000000000000000000000000000000, 0x4ed0a74dbeb8e64838c964cf315409c1, 0x950a37850b6ddc5a267970f3b2128ce9b991566fd05fc9e1ebff8300eef0b3fb, '', 0, '?'),
(0x0ce8054a9e6058261df9a6803554ec06, 'wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x4c2417b241a6dddb715b5060f0276746, 0x37900c5450caa2266e819d6131f3f65be2468825b42455e38af20a19152c31b9, '', 0, '?'),
(0x0cebafe49d3b5822af0360d075c99c06, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 1, 0x00000000000000000000000000000000, 0x8f8440fff825759c375967636d26eeb7, 0xffd41e7d45c2d6b3e7fdd5242daf8ecd0e4c6ab92480be8454998cfb07c25696, '', 0, '?'),
(0x0ced3e1120ce20f8d17ee24f5b01d689, 'wp-content/plugins/kk-star-ratings/src/functions/dot.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/dot.php', 1, 0x00000000000000000000000000000000, 0x4e4e64e1227771cedb85e3d9ced6e10c, 0x079ea4707963fca102a1595d5beb456b63ff1898f41920e6ee9d5f6e66799d68, '', 0, '?'),
(0x0cfc7c74cfd2fd67ccf314123e4c0e5f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_posts.php', 0, 0x02aaf917b7ee69cccc88d23be4e383a6, 0x02aaf917b7ee69cccc88d23be4e383a6, 0x46afcd8be657bf524949597c436d1ded2b689fbe3fc780629c587be86c30ffa9, '', 0, '?'),
(0x0cff239f22714d3026881fb2a6de8b0f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 0, 0x038b1d6a3ca8f85655b13c724de17893, 0x038b1d6a3ca8f85655b13c724de17893, 0xa75fb6ff31375a170bf4a6c88a37ddbbf9b7b4336e9df70d555d298ca7540c05, '', 0, '?'),
(0x0d0314fb50896d573ada6b1314647ac7, 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.7.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.7.php', 1, 0x00000000000000000000000000000000, 0xcd155fe71ea0421956891a37a7da8902, 0x4ec80d2bb3d1bf4b79e4af5d361c55eeb908665ab679caee8385cc124bc967a3, '', 0, '?'),
(0x0d059eaeddc871f077206c346cae195b, 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate.php', 1, 0x00000000000000000000000000000000, 0x91793de05da5ffb5f189edab0a0d0407, 0x2d99716ee11c55a5d5ecc83bf52a357d59baf275b82d149a353793a065382392, '', 0, '?'),
(0x0d0652ffc210f6cf24820bef2d4c1444, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x80c3eeb9d3e3fa1a5704bf5f350ac2c6, 0x3344ded11591e0531787e9493b98cd823e5536538f6a4d27b477d1b1f430badf, '', 0, '?'),
(0x0d06cd9b19dcb9f87d43df4cc5c95229, 'wp-includes/blocks/file/view.min.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xc9758e307b6f02188b73c05e2e6a2b10, 0xbce76c29e6a067f74ca24101f2d3f5ea2ea76da50648942c1a387a72c4d21b58, '', 0, '?'),
(0x0d0a88220f51580183c6da740e41ad18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_8.php', 0, 0xa97ce8dbbf1d728df6b9ec7d3208b71d, 0xa97ce8dbbf1d728df6b9ec7d3208b71d, 0xd072c396ad31b522e1a984d60118044c669541548aa4cc350842e8f93cda39df, '', 0, '?'),
(0x0d0b835366aec113b4e9697f889553f8, 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content1.php', 0, 0x4cc4aa0ad718d2f839240125da21a559, 0x4cc4aa0ad718d2f839240125da21a559, 0x6cc7fa62ff0209a45b187f11a9d8d247f02ef716cf970a68c4838fcd1ee280b6, '', 0, '?'),
(0x0d19d5105cb74dc78a8bdfd9ebbd4f0c, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x812cedd80d290fb40a7889375ca25c71, 0x6997985b5bf42fd84a736fdc2a79bcdcfb4295ef4e729f053f7e756ac4612a0d, '', 0, '?'),
(0x0d1c17421dc1d52e8bf59c5a0cef4c37, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_10.php', 0, 0x567fc85e0799d57dc8f2641c7cee796d, 0x567fc85e0799d57dc8f2641c7cee796d, 0x5e40dfcfcb30afa7441f8db7bedb513d0559e0e454a50be254e2edbf9f74b984, '', 0, '?'),
(0x0d1d8f9708b21206be1b31a99c634d76, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 0, 0x5e7d97a7d64e019859b9737d8d37a2d7, 0x5e7d97a7d64e019859b9737d8d37a2d7, 0x0e599fa0bfb0f90ce5891a5f5c94f39dbccbedb361b4f4c6113fe87406620656, '', 0, '?'),
(0x0d1f32a98d80d6b55855cb9d5c36e39f, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php', 0, 0xb99a0ea53f267cc5c63446657d2a7337, 0xb99a0ea53f267cc5c63446657d2a7337, 0xa48b797c0160967c565fffa5652653a2ae80657d3b4bde0357a18ae7698b2b32, '', 0, '?'),
(0x0d1f67305d2015d9ef7dce9e8aa956cb, 'wp-content/themes/Newspaper/bbpress.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/bbpress.php', 0, 0xf0a899affc799e214d2b5d784a70169d, 0xf0a899affc799e214d2b5d784a70169d, 0xabbf4c54dd0892ea154d845f3f7f657eab42d03ae5b059d69b8dbaeb6b8f92dd, '', 0, '?'),
(0x0d2571651c82aa0b6828a7790636b3c4, 'wp-content/plugins/wordpress-seo-premium/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/index.php', 0, 0x45d09bb48b4f308b8f63baab8f416733, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x0d2b11a7908874d75b64c2f318d99eba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', 1, 0x00000000000000000000000000000000, 0xe858b0420da9d5a6f6ce3d6bf37e6abb, 0x7635e9b06309e9797fb1b514fa2f138e0411bc2fad625177e202507a7ce97b89, '', 0, '?'),
(0x0d2ea00748ce208b802615c7ea5548bd, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top.png', 0, 0x01edf7430d34dc6da6edad077387b0ad, 0x01edf7430d34dc6da6edad077387b0ad, 0x8edbdf17a107d09d85f73a281228cf6fb949aa21550b24506a610d79e8b68901, '', 0, '?'),
(0x0d2feaa9dda3929e377386239cf0e3aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2.php', 0, 0xbfd257b7000d8a9fa0406db9fa65bd32, 0xbfd257b7000d8a9fa0406db9fa65bd32, 0x2d624831cfd4b571f5f8704ee31d5086f31efc4f89cb6431453681768a2a3655, '', 0, '?'),
(0x0d35aa7707828315d8df5d68f88d416f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', 1, 0x00000000000000000000000000000000, 0x1520e999c3bf534db62bc3d498cfa299, 0xd87335864bde17b7125c71e3fc3c40d3ae0cc2ad2e458e0be21dabd00dfca8e9, '', 0, '?'),
(0x0d385d3ef8b4edd2d3d8886d8bae8683, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_cake.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_cake.php', 0, 0xbf5d16de7654b63facca85c28a6fa6ce, 0xbf5d16de7654b63facca85c28a6fa6ce, 0x0f9bdbbc92cd66264c13cfe1805fccc7cd23ff50e7734a84213fee821c3cc327, '', 0, '?'),
(0x0d4ae1e389cdd5ac30973d3a78aeb2de, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom-corner.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom-corner.png', 0, 0xa5f47e32597c062eae1ca34ce42df11a, 0xa5f47e32597c062eae1ca34ce42df11a, 0x9d341246a4cf7ecdebfc7e681c1abdf5f4c6bbcbd9fbee93a5ba68b899020d85, '', 0, '?'),
(0x0d4e78329bde52517fc1d4f7552959b0, 'wp-content/updraft/backup_2025-04-06-0339___90_922c46aeb593-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-06-0339___90_922c46aeb593-db.gz', 0, 0x622e1fc40443f20e87ff260f16bd0237, 0x622e1fc40443f20e87ff260f16bd0237, 0x3befdd3b36a95dd63299fc4a1e17b9fbb0d318244f8ddeed254b70f4d070f3d5, '', 1048576, '?'),
(0x0d4e966390dda88c6c943dc4d56e08a3, 'wp-content/plugins/elementor/assets/js/notes.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/notes.min.js', 1, 0x00000000000000000000000000000000, 0xee8bc0e103a6d5059c47d7f2b487ff48, 0xd5cc467b14ee8f57f16f7a61fa5c08bc1ea1a83cdfb6264e048560a5b940f734, '', 0, '?'),
(0x0d55c06ac27a066897322ff0399c664d, 'wp-admin/js/application-passwords.min.js', '/home/abt90iranbet/public_html/wp-admin/js/application-passwords.min.js', 1, 0x00000000000000000000000000000000, 0x3da95d872145b8ac9b5659533d1ed3d5, 0x2470399a236f9c972c3af3fffb97407ccae1065a8f00eedbbbdbb54755157b25, '', 0, '?'),
(0x0d5cebec2406758294790d06f2e16ded, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-search.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-search.php', 0, 0x5d259c48488cbd390663f5f8d44b7857, 0x5d259c48488cbd390663f5f8d44b7857, 0xaab4e0189566913f8ef630a8dde7154d0ff5f30313a860c176c697c21e226e03, '', 0, '?'),
(0x0d5e37cc37cce205466fb7011dd2fe70, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-presenter-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-presenter-interface.php', 0, 0x56d9d96044ab9de7186572b7d6ebf128, 0x56d9d96044ab9de7186572b7d6ebf128, 0xa34b5385fb8ccdb3e3283260e4a7b26575c0cab3f147678bc1181782a52741d0, '', 0, '?'),
(0x0d5f7846ff15ee6a28248f7384304186, 'wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x90a4f1e996148e2af00fff03f37383b8, 0xfba3cdd6c1f4c845683eb73b05aa856b6c3f702e7b8c6f63ad43b50165593c56, '', 0, '?'),
(0x0d6915d665ccce4f1d1d757ce7a399b8, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php', 0, 0xb98804f9d01eb91bdf5fa4841180bc33, 0xb98804f9d01eb91bdf5fa4841180bc33, 0x664d025672d62d127ad4a13a3443c80309297bd07f1b5a7cd8a72f8623c5289b, '', 0, '?'),
(0x0d69b628c22346bc91a4efc07a1ea6c6, 'wp-content/themes/twentytwentyfour/styles/fossil.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/fossil.json', 1, 0x00000000000000000000000000000000, 0x6e1c00e96032379b153dcf01d2fb1f15, 0x37faf6e32699f5e5938d1cb61b874becaa20e75455b85d718ef6622c0db64ad7, '', 0, '?'),
(0x0d6fcdc5283e5208a5384774b998a173, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 1, 0x00000000000000000000000000000000, 0xc6942f8b5cef9fa3fb6d5b7e7f718a29, 0x80140258d42ceb13ecb237ddcafe6af416a44464f4b5763bd766a874039ae693, '', 0, '?'),
(0x0d744648e92697431cb05a233c4f87ea, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx20.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx20.php', 0, 0xd63dae7874748e9642aa089d47dbdbc5, 0xd63dae7874748e9642aa089d47dbdbc5, 0x4dbbb9cd2acb42de3cbd10579e011fb73706cde4754b915257663793c1a16280, '', 0, '?'),
(0x0d754532c6e940fdc4bcfcc3595feccf, 'wp-content/plugins/wordpress-seo/images/support/support_forums.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support/support_forums.png', 1, 0x00000000000000000000000000000000, 0x1afdf1f5bf92de4d719c1002e1ae0099, 0xde74007c26ad013c5cc2056bb23604e01ad78da58c6312dc53e207afb2dd8984, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', '/home/abt90iranbet/public_html/wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0xb12fd3741ff7bb661704f23a69dfd273, 0x8f368613f69ab5a9024bce0fc65c36fcfe71584624508842201691431ef3b683, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xe08dbf16f76d1693baadc3c0f45fe182, 0xa6bb52c8861b460e0a44ee7e48ee8e3038292c3a106c6c57f86e14ae0d63b2df, '', 0, '?'),
(0x0d7e2faa74319d6a4965f2e9d52ac613, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 1, 0x00000000000000000000000000000000, 0x7029bf945d7af2ecd2058baa6afc0182, 0x1b18947eef39ebffa2b48ed2c97f0b860ce825081b041647b5df1dfd57ea42d0, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x20bcd3d3d94f3e41dc2be43d041a172c, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', '/home/abt90iranbet/public_html/wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0x10d00618c23659e1ab646a22a4379d06, 0x1b63113e56a97bf03b33f0cb3e9ba5d3e9342f1a1b15b24e82d2b149a596c4dc, '', 0, '?'),
(0x0d844f763ae5ef7c9e37a46b2a32163a, 'wp-content/plugins/kk-star-ratings/src/functions/to_shortcode.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/to_shortcode.php', 1, 0x00000000000000000000000000000000, 0x1de811d278f279d2a1eda3ec3273bb16, 0xc84ddc1515794d7126db39ea11a378bc798e8c02cb2c73fa5f672c51a02e8811, '', 0, '?'),
(0x0d845890132da3df529a57e30c363af6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', 1, 0x00000000000000000000000000000000, 0x18c061a58bc6dfb1c4b7d4f2f9198550, 0xc2bd1f845c5266ef82a3f14dc266bee838505a13f9f996c6263f8f2247ec5148, '', 0, '?'),
(0x0d85beb54369662ee7a71e13f0a86c97, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x98189e61e834fab3fd1752414aaacbc5, 0x2df8603e5bcc01bbaa4317a93f993c8c50e0e95c95ca04443841ae29e2b6c214, '', 0, '?'),
(0x0d86dcb3046354e4f5b30edccd426eea, 'wp-includes/blocks/loginout/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc06e6de225489be04cc07a640bf5ec37, 0x5872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd3, '', 0, '?'),
(0x0d871b682d1749a96f5bb1459fdd8d0b, 'wp-content/languages/fa_IR-f8f49d9fc4a9cf7d78ec99285417bd9c.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-f8f49d9fc4a9cf7d78ec99285417bd9c.json', 0, 0xef9e5cb6d69dcfdcd5ca440738849310, 0xef9e5cb6d69dcfdcd5ca440738849310, 0xc6e4916a0db9e1107302a78aae99fa2df62c82c18572502e6bf2e02117feaa27, '', 0, '?'),
(0x0d8757d0090a5a9cd066327a940e9965, 'wp-includes/js/dist/script-modules/block-library/image/view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/image/view.min.js', 1, 0x00000000000000000000000000000000, 0xb7b948639c465a5177f4584cc9bc9333, 0xb163f24123d5cd38575e9579c96786e1e29d3bcdbd98b714835d34ecde2d36e1, '', 0, '?'),
(0x0d8d2865187559f60f9907287cb3e001, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0xe98e979559b317e152bb8192d3317a75, 0x416ee9604b7b6acd4b34cdba3fce94b35106c293bc139b54c0852667566cdf9b, '', 0, '?'),
(0x0d8debe90c27ac6687710e0a3dc37455, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', 1, 0x00000000000000000000000000000000, 0x31229e4ca3a236d79b0efa45b6283cc8, 0x930e00aa872f229124064185ad887ac2207632d637f3fb7be5a253f26a12d456, '', 0, '?'),
(0x0d8f6d25582e711abea6ea9a1c86f3e7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3_no_content.php', 0, 0xfe174c5f21c97db0a430941296fedf06, 0xfe174c5f21c97db0a430941296fedf06, 0x5532b936c93da21c2ab4a228d4ecb6c1b8fc95ed672e3606bb4097027fbe2a85, '', 0, '?'),
(0x0d90ca3cdd3ad1202d7bffabcc961248, 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 1, 0x00000000000000000000000000000000, 0x2e4becb748bfbd9ef224ff4d2c97a8a2, 0x81830171b7d24e4364fad1d1123faf23ec0db267efa5a69169659c2d5bbcff62, '', 0, '?'),
(0x0d96af423ef8353dd3c50c8cc1bce721, 'wp-content/plugins/elementor/assets/js/container-converter.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container-converter.js', 1, 0x00000000000000000000000000000000, 0x0b1b66b29400de7f8c8e3f8da3f88b7e, 0x7f6dcf911921948af768fe83ebdc819d880a3a9af74d10cdbad56873e63185cd, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0x00ab1ccc6544c5af08377d884c4203c0, 0x3082a17af46820e9db85ede0789a74c150296f9071361d25b4613e01255d6ca7, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', '/home/abt90iranbet/public_html/wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0x12e1e86c0ebb9fb02cf704b9bd26b212, 0x35a4c8729bfa2039f75f1da5e12857f5510dc11ff843e22f425a0d42258ed140, '', 0, '?'),
(0x0da0fa197a01d0f726108e7d26c153c0, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_14.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_14.png', 0, 0x763aa34a3a522b0750a188f5f4af5291, 0x763aa34a3a522b0750a188f5f4af5291, 0xaca6500af5d8d49fee8836ce3a40cd67df62ddb1048816532ace9f504a73f353, '', 0, '?'),
(0x0da37bd746532dcfce2710b84b058c8d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_4.php', 0, 0x30423e5778390eac301105904fe4b157, 0x30423e5778390eac301105904fe4b157, 0x8acbb9147c1d865aaa4de85bae7afe3982531cbe2a0b7a7fe1fa0106f1c88445, '', 0, '?'),
(0x0da6467f25d0220f056095e36d01f6c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_5.php', 0, 0xc2b4dacb8af934b1a7e9c6804a4c0dcf, 0xc2b4dacb8af934b1a7e9c6804a4c0dcf, 0xdfad4645b321a40e5d883a8118ddf7a2dc749752852baf8edce75eb11bde1a8c, '', 0, '?'),
(0x0da7ff9ec8aba48c8468887abace7372, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 1, 0x00000000000000000000000000000000, 0x7e64220c9b655de3248a9e40c02024bb, 0xf16ba914f3ab4866ec740d301efab5500527b9249c48097b22ee39992a2fd999, '', 0, '?'),
(0x0dab027a78d581084955761e406eb9f0, 'wp-content/updraft/backup_2025-10-22-0326___90_5b43fca2fc77-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-22-0326___90_5b43fca2fc77-db.gz', 0, 0x2d9a72351a6e20b3f1e2bf3f62ccd458, 0x2d9a72351a6e20b3f1e2bf3f62ccd458, 0x97ba28968033168f136072cebdb238159a73dc9dde98a01b131e9e33370484e8, '', 0, '?'),
(0x0dada573bef243f174278740a5739aa1, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 0, 0xa161350864050f78bf9161f7f3c94172, 0xa161350864050f78bf9161f7f3c94172, 0xb6c41318ad8c63179283d86acc809069e39ac5eaf5440d46fd27dc8873cee91d, '', 0, '?'),
(0x0db3bfcd9bebed5b21757c61bf52cfdd, 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js', 1, 0x00000000000000000000000000000000, 0x63983a5e02b3df94c10da3f93a77814a, 0x86f1c5b9cd3541413ce0c4191b4a3d09590b0bfa3bbded452dc277ad045659d6, '', 0, '?'),
(0x0db53e3453579e67083b02d0222be68e, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php', 0, 0x17517430de0efe3fb0e9a61842cdb63c, 0x17517430de0efe3fb0e9a61842cdb63c, 0xa31a796237244adbeae655db4236b5d3ed3f1f91693abd5cd584bd58743409b5, '', 0, '?'),
(0x0db557386cc43f16b9fefdbe00430bea, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php', 0, 0x232b4f4a21e7c4bed3772d682120edcc, 0x232b4f4a21e7c4bed3772d682120edcc, 0x22e50bcc145cff85bbe2efd5deb10eb81e476e6ec5cdbf059cc775e0d9e278a1, '', 0, '?'),
(0x0dbd4ab24c0139b136570fa42e43a567, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ta.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ta.mo', 1, 0x00000000000000000000000000000000, 0xd9ecb92f63d71dcf2eb2630f71aa2a55, 0x8ddadef4faddbcced80d7c27f96e4051193adc208263448e576eff2ac2b8a1be, '', 0, '?'),
(0x0dc22ec903c294d47d5491284b5c026e, 'wp-content/plugins/elementor/modules/library/traits/library.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/traits/library.php', 1, 0x00000000000000000000000000000000, 0xe6b5275320349e97422bff0c2b69917e, 0x2546495c5ff50c11f3b3ce04abf57730c6080c91cdfb3baaf95216243d15c618, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', '/home/abt90iranbet/public_html/wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0x0dc72fb00816823a70e3ab752a3f2710, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', 1, 0x00000000000000000000000000000000, 0xf38780a1ab7c52389f53afba1e238c0d, 0x39b5cb21c2e3725edd9f9196a8d3211e84727e037a45c07196e97e5e758a7c87, '', 0, '?'),
(0x0dcb19ad67c0453915c33a01708a34d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_7.php', 0, 0xaa2ac9f4d273691cedd0684960feca6c, 0xaa2ac9f4d273691cedd0684960feca6c, 0x44121d5c6723e407e8772d795f0e6ee99dc3ac9045395c19c733e48fd5711828, '', 0, '?'),
(0x0dcd7e62139de3ce71e859299e408f5e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_panel_settings.txt', 0, 0xaac240827d920ded9aa16232ca2f09d3, 0xaac240827d920ded9aa16232ca2f09d3, 0x92b2cc6b0d9d1d9a1e19adca04d0d402f2d9db12fca37c59c48e4f52a0fe8eb2, '', 0, '?'),
(0x0dce1620daf144191b0dd4dbb12342e5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', 1, 0x00000000000000000000000000000000, 0x9c841c30f8ca7831d76e80c3d13e1646, 0xe25e2468dcee296ee5a2ec5354794c2caf9d1ad06cb55b082a8e310e09c1ccdb, '', 0, '?'),
(0x0dcf30d8a73e5fc9ecdc0c64923b99b3, 'wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg', 1, 0x00000000000000000000000000000000, 0x15a19806ffa9155a405e9ae3fe0371f4, 0xbf4bdd6a7ff9f62fbf5e7843d3679a119671a591b42e91c57863023988de7d8f, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', '/home/abt90iranbet/public_html/wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0x63f76d734edbcdba1093fa4ee6c73b35, 0x8ea7b6310266e5f56bffa9282aff1e0de3e08feda1b010afeeb878ee7e0be996, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, 0x00000000000000000000000000000000, 0x24eb400187e6adfffcdeaf0b5d9cbb26, 0x376150b1f35c54e201a0e5a3e92253e57ab7b1de4ace2662d507d9b8c2ae448f, '', 0, '?'),
(0x0dd7b1f7966140e28afbb0e80ce473a8, 'wp-content/plugins/wpfront-notification-bar/css/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x0ddbaf6ac36f071a6d3f0960959a5d3b, 'wp-content/plugins/updraftplus/updraftplus.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/updraftplus.php', 1, 0x00000000000000000000000000000000, 0x5d6e082a111d3c4947d95dd64c099d4e, 0x42c4013ec1934cb71f15716f2c01a7927757fe307d81f1f7cee8d1851ea0665f, '', 0, '?'),
(0x0ddc577825a56c007169e4e7150c4c58, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_name.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_name.php', 0, 0x692b9ff472387c2768d23ae4e61cee94, 0x692b9ff472387c2768d23ae4e61cee94, 0xb38cf4f9d9c002c89c293da2bf42714fc98985f77d599fb4ac2a9d8c9357f61a, '', 0, '?'),
(0x0de10971635982b2ea5d0267bce3e2c0, 'wp-content/plugins/elementor/modules/site-navigation/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/module.php', 1, 0x00000000000000000000000000000000, 0x9b241d70c2f50b90776e9cf071148ce5, 0xd9cc1a1f928404a6c4c7467ad241ef50129900455564eff9213eb2605bb96366, '', 0, '?'),
(0x0de5fdbec7fae9d00c9be6e68d58409a, 'wp-content/plugins/wps-hide-login/assets/js/functions.js', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/assets/js/functions.js', 1, 0x00000000000000000000000000000000, 0xf89aa2545bfbf8d39e6b0aa1f84970ae, 0x3ae3546bcc47d4067eb980d864b627e11c2c49b2f75d5a443f2e00bd0f4ac6a0, '', 0, '?'),
(0x0de8f7b1bbe6b4c70fb45444b587709c, 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 1, 0x00000000000000000000000000000000, 0xee0524fb8c3db11062e894781bfd302c, 0x8a49455b72563c7e46d277cffccbbe2a6bd2cfba46214bfd78bf545722671f88, '', 0, '?'),
(0x0de97546c1f228121b495fc0dd926208, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_5.php', 0, 0x1ce9469c2d66f8d03c304f6721ac785c, 0x1ce9469c2d66f8d03c304f6721ac785c, 0x8b8f0b300e9566a71d6f5206cef088ad794f32819698c560f7b9547dbcb3817b, '', 0, '?'),
(0x0df45181dfed2fa4417022a6702b1b90, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php', 0, 0x47848c6db35c0f00cee0d44a6a711cdf, 0x47848c6db35c0f00cee0d44a6a711cdf, 0xa09607841f2f4afe170aa4f2274ae91d0bc56c2b3a30f321ef3a25c2eaf3696f, '', 0, '?'),
(0x0df82f132e83b0e0621417365932d5bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', 1, 0x00000000000000000000000000000000, 0xb3e232d10b414f4262e9c863c456573a, 0x157dc1509a075ff346359dfdfd3543b35e37686c85eb21545893d91f6725b603, '', 0, '?'),
(0x0df872b2da695ea0666dafb13b1b78ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0dfa715ed1aa4c99f7dc25d5e6b14a5c, 'wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', 1, 0x00000000000000000000000000000000, 0x2ebf4d53dd085ecc68fd5c3c95265c8c, 0x6e65a9b9dbc2b2464704c5f8c68f56224ee9b297549112b8a76b490180239e56, '', 0, '?'),
(0x0dfac9e5c1c0d7d3021056611e8e1e46, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0x5ea4cc4b1ae72ba26ced928a2e0a2295, 0xdf82f48983b63a373fdaf31799b3e29f886c37ab0345b7d707b210712403913c, '', 0, '?'),
(0x0e05774c444b28764fe61887f591a18e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_8.php', 0, 0x3b6e71c2a0d7e7bb2fa5e70a595507d3, 0x3b6e71c2a0d7e7bb2fa5e70a595507d3, 0x865f8662318f3579467529cd6654381e93717391256ac07257700e30f04925a8, '', 0, '?'),
(0x0e057b6bde2ba15350f179aaab13e8e0, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php', 0, 0xdef5be05d3e41a3657a9e7f504ddc66b, 0xdef5be05d3e41a3657a9e7f504ddc66b, 0xbed4ef5d81e27bab60986c24f2269e00e1f3e710b5ae41db046a8450c2779104, '', 0, '?'),
(0x0e18148cc3b03397f54210b0e86d3704, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0e1a5e1e9f24b2e83e6450c95a778adb, 'wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', 1, 0x00000000000000000000000000000000, 0x2443a8639e525d9773f6fc2cba118f3d, 0xa4c3cf613cc4b63f1df2b6a76339962ee574a239aacc7086c6d506ee21010acc, '', 0, '?'),
(0x0e1c1bf3ed29a7553f336a3bcb6a683a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 1, 0x00000000000000000000000000000000, 0x614a0443b7efb6a10aea29fcc3b16d2c, 0x616746ba9fa6ae93bd25b75677265378b6c5a07af779deadffead32e5e5de68c, '', 0, '?'),
(0x0e1e3a052aaf2b692ade693292fa7d51, 'wp-includes/style-engine.php', '/home/abt90iranbet/public_html/wp-includes/style-engine.php', 1, 0x00000000000000000000000000000000, 0x89cae53d5307893d1411773d8e1e3ab6, 0x9594b7bb7649f6955ef9a1595c6b5377013ac6f0e59685858d3d686552ee73f0, '', 0, '?'),
(0x0e1e3c8c8d31632d685b0f4aa2e00990, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-breadcrumb.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-breadcrumb.png', 0, 0x6698c1389430fed61e5d2b2c74e4b461, 0x6698c1389430fed61e5d2b2c74e4b461, 0xdfd0b06081ccce740e5d4c31b3b680512597deed7bb4429c0b1541eea154f27b, '', 0, '?'),
(0x0e1fcee7cdbbecbcd9b6188c19303275, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php', 1, 0x00000000000000000000000000000000, 0xf89e638d7946dda97527947d3cc1b846, 0xfa7390a731687056ec2bffaff378d5c3e1d197f33a13875f0415afc5d9ab079f, '', 0, '?'),
(0x0e23007c5dc4af6b9d9e374919039897, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.po', 0, 0xbc96805036948c4b10fb4971de7c99b1, 0xbc96805036948c4b10fb4971de7c99b1, 0x851450cf956eed8993733e7ba5991f337052022f6aa954518bc5d6fdd355392b, '', 0, '?'),
(0x0e28831628933844dd5baf22ff1e81ea, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-column-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-column-integration.php', 0, 0x23b5032883ef04c4fea786924495560a, 0x23b5032883ef04c4fea786924495560a, 0xe38e085fdfd9e30680f335adaaeaab8cad25250c2a3ccd1e449d3b6dc1cdda25, '', 0, '?'),
(0x0e2a136cf5545c4aaebd0bc6ccbca1d4, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-text-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-text-blog.php', 0, 0x91bbad202b308e08fd54bd10e3043a9b, 0x91bbad202b308e08fd54bd10e3043a9b, 0x9b3dae720baebc576438397520f6461169823e8b864c29e578b2521aa01ed0a3, '', 0, '?'),
(0x0e33158b815ee56a823e8232e539f1e6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_import.php', 0, 0x8b6fb63a3a6ba5bf7ba8680f33a635f4, 0x8b6fb63a3a6ba5bf7ba8680f33a635f4, 0xdba1b212d8a50280a4ab1568c2d339d9a4381ca031d0a5e8fe44fbe124d0f430, '', 0, '?'),
(0x0e36fec1258f7f07807ff5a6bd841e8a, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/email.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/email.php', 1, 0x00000000000000000000000000000000, 0xeed07bb337e9fe7196f0e7ddd5422698, 0x0e6d4a86d0665031286faa05ee16ef9a848d86343382bc290a35bcccceb2a9fc, '', 0, '?'),
(0x0e38ecc929386bb3fd2091c3c8d36cae, 'wp-content/plugins/elementor/assets/css/widget-image.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image.min.css', 1, 0x00000000000000000000000000000000, 0xb1802c42916b0e2769026bb273e72277, 0xdffd62ca7e1580c4b35078a5974f2ddce7df10fb6bebb455156e62d1059ed189, '', 0, '?'),
(0x0e41d1de8b75f4b48eb61ff2d24978f8, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php', 0, 0xba33bf6049f80b901f68187cdd8ce8df, 0xba33bf6049f80b901f68187cdd8ce8df, 0x7aaa9299a130a91b2d86e7fc74408bf7bf1f066e630e28dea3a4745daba09e75, '', 0, '?'),
(0x0e4fd75f37c63391c12478a2ff8bde2e, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_17.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_17.php', 0, 0x047353d25285ab1159c501b8607e0050, 0x047353d25285ab1159c501b8607e0050, 0xff14914538fc0178cd21d22c3afb10279304afeac8cca298d1cabc9a4c9e4ef8, '', 0, '?'),
(0x0e56c0208491a529d4a8c7cf2a1c35b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1_no_content.php', 0, 0x8764f9d7db5a312fcf5b1d4d2763ffe5, 0x8764f9d7db5a312fcf5b1d4d2763ffe5, 0x55b3a5d1f7b084915cb4d1c79e89e1dc21836b68860112be920ce92a9d3661f3, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x3e94de4393fd0ef06e89e46f5ae3e54f, 0xa1e93cf6f0a5108bf0794ae5f406bf4af921eb6a4195a6d4e1279b3874653eb6, '', 0, '?'),
(0x0e5867cfdca17821a0000eddb0580d93, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import.php', 0, 0x2f546fc7fc7ec4d6afe78a2dfac7eb84, 0x2f546fc7fc7ec4d6afe78a2dfac7eb84, 0xb2a8d33151cb1a82c673cb984d4c696a299c48311b409da764954431309bfe8f, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', '/home/abt90iranbet/public_html/wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x264dcb66205a8daa7868695134f49452, 0x241bb2b5475db934dfc76ab2806ed37645c76868d8320d2e0ca60a1d2a1d3e59, '', 0, '?'),
(0x0e5952f6268d3e678aa8e05a31160424, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0e59ffd2e7869395757afa7ff4ad733d, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xd0654bb217a12e5f2519496048ebabfc, 0x559e6e9cd1eeb7248486975b3ab0f5a61c5185441859f72387a17b5c8bea6d51, '', 0, '?'),
(0x0e5c343fa816764d23ba00d482ebe589, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc09920c28cb86313ac66be73c139b982, 0xd8cd6401c0a0096b1fe1c94bad91610c8a6f6af9f31b5607939e7dac05728948, '', 0, '?'),
(0x0e5d14bc64d85276e90a1cdd81dfe2f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x0e6434d990a84a745035098afb6eac68, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css', 1, 0x00000000000000000000000000000000, 0x6dea7ca19d2c3e2ecb9e94e650c51d40, 0xed6012eb2370f7556648178e406561c76ddffea7e6042f4b4537de4233c582c2, '', 0, '?'),
(0x0e6659e3090f514f92934b437f49550f, 'wp-includes/css/dist/patterns/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style.css', 1, 0x00000000000000000000000000000000, 0xaa8fa2c7b71705af772dd610116d2b9c, 0x6d2257d7d0d047ad65e0b6c37cf341775811ca5ceb11fdb89ad9444f0493ab5e, '', 0, '?'),
(0x0e674afeba06d3afa74592b38c2d2d2b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', 1, 0x00000000000000000000000000000000, 0x2a842bffb05f4011c87b8534d047631f, 0x65721d4f872c8a8176952a0da8ba627acde437cac97ebbbc02f4939ac4137d98, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x0e6950d5cd6a4f0a5745f6ace3cf5830, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_454545_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x6b29e362591a05e270b33c4fc3f67cb2, 0x76fb59e68daf397bace10680e610a2d7841a58c15f5509c68e05fc10128ef024, '', 0, '?'),
(0x0e69b52f3207f9cd74b6982b06b8ce10, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php', 1, 0x00000000000000000000000000000000, 0x792468f58a54c0e40b7e52c787b70637, 0xcb2df5199839bab169d8151dfe28b6817a7a87ee5f01668abb8cea2e79417234, '', 0, '?'),
(0x0e6bd543cc4c8aa04a9b94b8d069e67b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 1, 0x00000000000000000000000000000000, 0xcb9dbeed7d8d753593bad16b418d68f5, 0x4f8b38deeb48a9c79ce3d3bf790211ab78a4ccd01a11faa225d6b9da98eca783, '', 0, '?'),
(0x0e7303ce2519afdbfd73560265b02d57, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_1.php', 0, 0x33c0b8e5fedc65c53c3f5d33c7ed0d74, 0x33c0b8e5fedc65c53c3f5d33c7ed0d74, 0x4df5a479a9668c8d9060d8c95e831f73a338af7296cb86fafa300a37ba43fc20, '', 0, '?'),
(0x0e7504bacdb6fc325143d2048f42232b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_8.php', 0, 0xe8e0ee3368d9026e234c1959bcdf82fa, 0xe8e0ee3368d9026e234c1959bcdf82fa, 0xd4de0fd83d9a573b9c1688b31d4f9cddf59c008ee2350c2f0a94f6fff442b9dc, '', 0, '?'),
(0x0e796bc75fce041fe9556be29f2c653d, 'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php', 1, 0x00000000000000000000000000000000, 0xeec187bd99ba4ce62304fba1764ad915, 0x395a400c9587e2b05a1d444b1cfa9d244c6e1f7e8ac212cdea253fe8309cc404, '', 0, '?'),
(0x0e7f0641289640ae1ed1893f5aaebc30, 'wp-content/plugins/kk-star-ratings/src/core/views/notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/notice.php', 1, 0x00000000000000000000000000000000, 0x16a0b5b6b99e3fd74651db99c5c0f375, 0x868362ae986031beccaa12b4ffba9cc0bd7d0c2fa0abbfcb3212e14a6d87b624, '', 0, '?'),
(0x0e83ae0b9c8a2da38b7899ab175bec49, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', 0, 0xe3fa55202c9ee732e3364cf6a0aeb64d, 0xe3fa55202c9ee732e3364cf6a0aeb64d, 0x1a1580f397b6004b540e83a40eac61b60d60a6c619c779962a1da5e27bbec115, '', 0, '?'),
(0x0e840c4920b986cac8f2255af9e99600, 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.eot', 0, 0xc563da2e47c7601159a5615b787de56e, 0xc563da2e47c7601159a5615b787de56e, 0xfc245b43af512e329544084c1ddb4281c30d75b1c6130acdf1336f11113d5d1f, '', 0, '?'),
(0x0e86832573f3001070787344b8ee7be1, 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', 1, 0x00000000000000000000000000000000, 0x9a1ce41378713cbe9bb50c7100094a74, 0x59a0ac2d1c4f65c54d5c0e33532a23d71c16d8087312876fb42a13bbe96f8433, '', 0, '?'),
(0x0e891e7e8d7aacc1af3442487a2361c4, 'wp-content/plugins/kk-star-ratings/lib/images/step-2.svg', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/step-2.svg', 1, 0x00000000000000000000000000000000, 0xbec9473c53188193100929eacdd3b93c, 0xb0757cf58ba5e4877298428833b0d21bc3350272dbc3496da8111f8f69e74040, '', 0, '?'),
(0x0e8b0cd643c191080fdb00063e90736f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_6.php', 0, 0xeba868d75eabd7d4188d64e3ec7dd128, 0xeba868d75eabd7d4188d64e3ec7dd128, 0x797034bfae9512429633a03ca755cdc62a9a6421b06fb972123c4f1c3a49c570, '', 0, '?'),
(0x0e8c58512dcdd55394c272e68b5df5dd, 'wp-content/plugins/elementor/includes/widgets/alert.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/alert.php', 1, 0x00000000000000000000000000000000, 0x03323f40e92ce7e54539e80c70c04097, 0x7479762da9705f32837ab620a0d6dbe08b047644e9f17608b913ebba942c6d09, '', 0, '?'),
(0x0e8d018d7c730c9462024a2da056f9bb, 'wp-content/plugins/amp/assets/css/amp-mobile-version-switcher.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-mobile-version-switcher.css', 1, 0x00000000000000000000000000000000, 0x5048e29820616ddf1fa8ecba7aae23be, 0x95be5e1a409a7d40e901149f3ebb90256fa230f658149a6865ebd9e76a642ced, '', 0, '?'),
(0x0e949571a4fbf17be3db04943ecfb82e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_import.php', 0, 0xc16638f2c2bd4caeb63868ecd6f37a9d, 0xc16638f2c2bd4caeb63868ecd6f37a9d, 0xe52dd82713d61e02994f0948d8cd4c30d69e9d1baf18934534f86a799041ad08, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x0e96288d10dda0ea6041e79c788eb7c5, 'wp-includes/blocks/post-author-name/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb10451b8e7d78a54eb62f6cafb6cb547, 0x379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff025, '', 0, '?'),
(0x0e9706ef70f86b7b6f2b0834ebb0e9e7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x0e97486d74d0a1bdacd97f47c16918ba, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/frontend-inspector-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/frontend-inspector-2340.min.js', 0, 0x64ccdd1a61944e3701436cea83a03ef9, 0x64ccdd1a61944e3701436cea83a03ef9, 0xa0f9f39939e10e1c64b5253bb121a6f2d827681f22ad772c8f7cfe2b22e6b1dc, '', 0, '?'),
(0x0e9d9a12ec5086491bc86e323c78c90a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1_no_content.php', 0, 0x5ab53f78bd631d7b01184b7b7746e767, 0x5ab53f78bd631d7b01184b7b7746e767, 0x795b43178fe5d27d4de300b451f666a81f3272f45a6ce8e368d47507730a581a, '', 0, '?'),
(0x0e9da2b381f355878429e4e0ca803347, 'wp-content/plugins/akismet/changelog.txt', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/changelog.txt', 1, 0x00000000000000000000000000000000, 0xd8798c118d1bc90832ae01c37dba9d39, 0x9add4cac49fd6e1fadc9d9fb2a2832f162ac82886eaadbc4844c765fd1f306a9, '', 0, '?'),
(0x0e9e1af174304ed4a131faa5a1052fac, 'wp-includes/js/dist/patterns.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/patterns.min.js', 1, 0x00000000000000000000000000000000, 0xd27108e0cd540cf8bd00424bc58330f7, 0x4d550549ed382bfd48e5a2a5f3fd1186a7c81558569ad991ce8f161ef934436b, '', 0, '?'),
(0x0e9e8a65415b016ac35147f78a2413af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_9.php', 0, 0x8c832bbddbf1f96c5703ca76aff6742a, 0x8c832bbddbf1f96c5703ca76aff6742a, 0xf7a54ed423aeea623265d2122c1114db4d6d2daeceab2acc231b4790da92982f, '', 0, '?'),
(0x0ea5e9b68f54228c1842e0f0dd1188ce, 'wp-content/plugins/elementor/data/v2/base/endpoint/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index.php', 1, 0x00000000000000000000000000000000, 0x93f2a7e0818f1d7411d2e1499214a11b, 0xa9b829ffb7369746bb2cc7050a9e26b2f4b19ef47f8d98bfa51ac110c7c5d065, '', 0, '?'),
(0x0ea6c43fa32cc2b3f4b90dd6a704010e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/license.txt', 0, 0x1ebbd3e34237af26da5dc08a4e440464, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0x0ea6ff55dc25968db80ff22aed24e105, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php', 0, 0x0494a40de175c88a065d36f564e83c5c, 0x0494a40de175c88a065d36f564e83c5c, 0xc33f7464703fb1b80015faaf02c23a644181eb896f31191e9c226af8387ee90b, '', 0, '?'),
(0x0ea7c641f9370d33db77e0a7d2fc145f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_3.php', 0, 0x4851f36dd7a596a5d927b79e640e7ec9, 0x4851f36dd7a596a5d927b79e640e7ec9, 0x5d79e8750fdc377c11062c971ddc6c1c6cf47fffcc2f5a5064c151d717a8198b, '', 0, '?'),
(0x0eadc16f2b468bbffc30486e33c7684a, 'wp-includes/blocks/gallery.php', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery.php', 1, 0x00000000000000000000000000000000, 0x47856890ce9728ccb871f55b854d1f5b, 0x2c7d50686fe54297d7256b6e47e2b4586ff7e6108cd57c0c048cbb84f8d9b025, '', 0, '?'),
(0x0eb195c67be4cfd0ecdb263275da1500, 'wp-content/updraft/themes-old/twentytwentyfive/functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/functions.php', 0, 0x21cba84c98fe599edc473bd831f025c7, 0x21cba84c98fe599edc473bd831f025c7, 0xfda3e6ad452797968245333f0a2cca3265ac0ea9b549c752a65cc257de20530a, '', 0, '?'),
(0x0eb431687563dac4dc12e2e84955f6e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_8.php', 0, 0xbc487c24410f126eb0f44e05d3e93ff9, 0xbc487c24410f126eb0f44e05d3e93ff9, 0xb24cdd8a318ab38f27febf8982a1d5b54397642365f8dc1a23664363c5fc3719, '', 0, '?'),
(0x0eba89eddfd6afeea68e55329b29ba75, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php', 0, 0xfdacc25f1d098fb3a7b81d72b84b8344, 0xfdacc25f1d098fb3a7b81d72b84b8344, 0x058925287972d7c755f8fb654ee6b1a284e4643dd02a44285e7e266b8eb09382, '', 0, '?'),
(0x0ebc5539f2cba913e5864af90851965f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MatomoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MatomoInstaller.php', 0, 0x855e3ab071235d1d310ec5aa9d270d9d, 0x855e3ab071235d1d310ec5aa9d270d9d, 0xf2ec15e2d95c130e7e31007c0406ffaa8a6045b28f4dda566592f2b5efacc988, '', 0, '?'),
(0x0ec429472f1888c992af78658e4ff835, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 1, 0x00000000000000000000000000000000, 0xc7360048dc71789e98da98d70ba7f786, 0x79e333b00fcfd03f7deecf91d72a3518cd133076c9ef4ae67f7e80b19e408506, '', 0, '?'),
(0x0ec68345010e47197eaffcd4bbe77c0f, 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 1, 0x00000000000000000000000000000000, 0xda3cb940ca05f161cfe8a3150b2e8345, 0xd4fe1d5d10a579def46dd14b4dc2aab65cdab867e2ca98054e4bbfd8c9d39910, '', 0, '?'),
(0x0ec6fe280c222ff39d9c88199d986661, 'wp-content/plugins/elementor/includes/widgets/common.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/common.php', 1, 0x00000000000000000000000000000000, 0x332beaea40a7f657b5652d2fb9038665, 0xdb4f018b7bdb9db5dcdc319d7cd9449d57eeb0c9e5da320b34d3cd1f9b5df6ab, '', 0, '?'),
(0x0eca81be5ef6f158a2db01fc4bbb4a32, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/agenda-img-4.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/agenda-img-4.webp', 0, 0x81023f3e91dc9d6507d1f2906757c40b, 0x81023f3e91dc9d6507d1f2906757c40b, 0x719e6bd107ce9ec01804a451ee179391055b281fb501b051c57da77a43d9741c, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', '/home/abt90iranbet/public_html/wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0xfa82f9259da218ac50cbf767274f24d6, 0xb23c8dff64bde4822b899e84772aec4daa243fef35a9df431f8a120c76d48ccb, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0x0ece50730058a4217963222aa8681bb6, 'wp-content/updraft/themes-old/twentytwentythree/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/footer.html', 0, 0x57090cc06f396980e6f8f20c5b8ba872, 0x57090cc06f396980e6f8f20c5b8ba872, 0xb60ce92c0985b6c6148b12d7bc62241e011cd74fb981e7c96049d217f0f9ac90, '', 0, '?'),
(0x0ecf84689d4c10db273e41d183066d70, 'wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js', 1, 0x00000000000000000000000000000000, 0xfabe38e7c18aaab079d382300e2c8506, 0x0a8488563be7c8d2d3e9ac0cd07831b802289ad1432a4e819a835dbc77e44ce4, '', 0, '?'),
(0x0ed438fd138974b5491795cfacadb78e, 'wp-content/updraft/plugins-old/updraftplus/images/udlogo-rotating.gif', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/udlogo-rotating.gif', 0, 0xea3a5a5d7a134732d08668472e192cec, 0xea3a5a5d7a134732d08668472e192cec, 0xd53765134280e64bc7fd4b6a31bbd40593e7023854ca7fab28231b7820f32d66, '', 0, '?'),
(0x0ed9843f654a414796998dd442b70715, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', 1, 0x00000000000000000000000000000000, 0x4169476eef4d7a72cf6305d1e4a885f1, 0x901aceb5cfaa83427db5cf13935135ea0b6b3ea990cee8d60ee8b82924fabcc1, '', 0, '?'),
(0x0ede5276fa99591663b532eee0c6f4b4, 'wp-content/updraft/backup_2025-05-12-0329___90_af5f4537f0d7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-12-0329___90_af5f4537f0d7-db.gz', 0, 0xee75094db73755da73b5131325d022e6, 0xee75094db73755da73b5131325d022e6, 0x1888f942ece64d5a80e41a523a6aeba71fff8475219a4df9133d15dbe5aea2cd, '', 0, '?'),
(0x0edf4864e094d6e3e8f1956ff2430c5a, 'wp-includes/sitemaps/class-wp-sitemaps-index.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php', 1, 0x00000000000000000000000000000000, 0x8e7b5ac9acc6f1083e4dfb68caa2684f, 0x16226ce7455580babfd36495281ad05a23540b4fb120bec2d20d3e67fab6bd57, '', 0, '?'),
(0x0ee00953e17964888153f34274316d76, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/box.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/box.php', 1, 0x00000000000000000000000000000000, 0x7266b09b3dfd1d9ce78c9bcdcf4ff548, 0xa81fbfbc2fdf5f1aac3b313d554f00fce137165c3dd5e61dfafcb548849e9044, '', 0, '?'),
(0x0ee0785697f01fdb5f321fef51eb36b6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', 1, 0x00000000000000000000000000000000, 0xe932b1fd781d03e768851a4a9146a4d0, 0xea1bc91f4db6080b88e61eb4e3e0864ab91cf9a3b8068f700dfdf576845326f8, '', 0, '?'),
(0x0ee438bfe58c533598a55a4f74023451, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.mo', 0, 0x9b0ff368d3bb7775bf55395bddb022ea, 0x9b0ff368d3bb7775bf55395bddb022ea, 0x6bb2ff736618231faa3ac8ccd05929ae217e3a1f7c592fa3d19d0192aaeb0ce1, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', '/home/abt90iranbet/public_html/wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0xca83a41c44fa878db829916115ae106e, 0x60aed3c129438a0145814cfa64a558015ca27f2646102dbf56379a2b31c05341, '', 0, '?'),
(0x0ef7b31dd6364fb3ebdcfcb0d7269b7a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php', 0, 0x2d5e862a590c8a4d7481e6d5cb6d1d4e, 0x2d5e862a590c8a4d7481e6d5cb6d1d4e, 0xf4c7ba6c171c458b8450d607bc3147d6166e754d770a9d3bfff03cfd741f9fec, '', 0, '?'),
(0x0efb745bbef4c248b1c49873c0d12dc1, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/animated-overlay.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/animated-overlay.gif', 1, 0x00000000000000000000000000000000, 0x2b912f7c0653008ca28ebacda49025e7, 0x7a3c4cf6c4031d56a4ed9989a08a25270ffad5507f6bf72640911f4453c5dca5, '', 0, '?'),
(0x0efda38b0079d5fd20e89168637a5c2e, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Block.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Block.php', 0, 0x15c5994862ed43b8f928dae4ee0081c6, 0x15c5994862ed43b8f928dae4ee0081c6, 0xdd5d8a45d2fc4f969de98609caf5103436f15202e70f71e44426750f77b19d27, '', 0, '?'),
(0x0eff08d4ab23044e02f5874b0f4179a7, 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 1, 0x00000000000000000000000000000000, 0x3addcb579f1b6c94c0d91e3346c126b1, 0x85e3c4caf07e1227ed8df629219d70ba9678e508b001a6462eec1a866a6e5b8f, '', 0, '?'),
(0x0f00a293dfb4aac6c63adc481f50b411, 'wp-includes/css/classic-themes.css', '/home/abt90iranbet/public_html/wp-includes/css/classic-themes.css', 1, 0x00000000000000000000000000000000, 0x7b35cd67b26a93fc0d7096e8e1098ec0, 0x01703865c24065d1e19ced53f01700df2c7d436877c60d613800371b33ff6b2f, '', 0, '?'),
(0x0f034ef82d22f96d05dfd60d9d61986f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php', 1, 0x00000000000000000000000000000000, 0xb75a5d0f24b87b2cd0cfb950d9b44a4d, 0x5111df7523206879a5f9354acef843c95e71bdf0ff70ba1f7679e85bcd9b2344, '', 0, '?'),
(0x0f0644e76aab7dd03b73be2c45097c67, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php', 0, 0xee6a51c3e5d48422f1cc2970f414d17a, 0xee6a51c3e5d48422f1cc2970f414d17a, 0x8bab27e66a6c63c29c7b47451f7d95d0c8242da40c8e1ce479086ab612c6cbd6, '', 0, '?'),
(0x0f07fee0a7b495ca23130d8376290fd0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_6.php', 0, 0x41788b51716b107724a556391a063612, 0x41788b51716b107724a556391a063612, 0x717b397f6b9720fd57eec5ba5ca3155c1377e5ae971a28cdcc4ed8370dc26296, '', 0, '?'),
(0x0f09b34ce3398a85e1909bf537667f79, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', 1, 0x00000000000000000000000000000000, 0xb1d433e83526cd65be6700fde6efa359, 0x3febf5d11c4a4f5311c8b987c03776b266b1c62a9777c9858bfbb905830e7819, '', 0, '?'),
(0x0f129b2e6eb6b21efe7156733712dc8c, 'wp-content/plugins/wp-rocket/languages/rocket-fr_CA.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_CA.po', 0, 0xd190724300ae8430566fef1924f3e2a8, 0xd190724300ae8430566fef1924f3e2a8, 0xb0cdccf3291c905af1a198242deec83f8c4c3be2d0013da1c85472625a1c7955, '', 0, '?'),
(0x0f1568adae97ae7ac5bea8cb737238ff, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_3.php', 0, 0xdb12a863a62f9d332578d5bc980c5f2a, 0xdb12a863a62f9d332578d5bc980c5f2a, 0xae2e076fe57d4889d951697106b0d74795923b499878bbe71d5cc6a142f3c91a, '', 0, '?'),
(0x0f1a99a9c60d9b0e5c08cdd6391027fb, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', 1, 0x00000000000000000000000000000000, 0x7b192a81a09a5751cb4d61c1c4d9218c, 0x8852f7323d6dd98933fde804145d0596e8bdc44b69d1a1477a484a1708f8dbef, '', 0, '?'),
(0x0f1e7b98ecd79e6a1ab9031360ac1c1e, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_9.php', 0, 0x040bcc220ba1fc536ac4c8a2c70f2df4, 0x040bcc220ba1fc536ac4c8a2c70f2df4, 0x2888604caf6331a7af742268ac7d2c9203ab0f8050b5e6e31b8e46583401e904, '', 0, '?'),
(0x0f1eb0e2df47fcc05055f9b1818d6cda, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_8.php', 0, 0x27dd01b0a21ed9d1f23b2cd7849f01cd, 0x27dd01b0a21ed9d1f23b2cd7849f01cd, 0xe474700fbb4f2b724df08d391f715cdef995473b9a7191fed46f9037df7a536e, '', 0, '?'),
(0x0f1fc4dbbfca11934f16a0edced89e49, 'wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js', 0, 0xf6d6306ad2027279911fd1632a6187f4, 0xf6d6306ad2027279911fd1632a6187f4, 0x0ac286a89fce5dcfcffad88dce0df8f805ac7f27e0608ae7b7bdfce266fea9f6, '', 0, '?'),
(0x0f1ff5af70fb310c27eb9e1d6cf1a120, 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 1, 0x00000000000000000000000000000000, 0x35312b1733347984157ca3bb2e0c59af, 0xa6d84efee14e6d5b722e174960e757a0ac6f5c9f8146ebd511c443a8a5e03a21, '', 0, '?'),
(0x0f233d5152c0e056a2b98326e813444e, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_10.php', 0, 0x1293063e60478f814b5ed45d74cb3e26, 0x1293063e60478f814b5ed45d74cb3e26, 0x17ead9dc8e2114eb3d78850080acfcdf7884d596be02cf120b3aefe71e8c3a0b, '', 0, '?'),
(0x0f25f499efb56512873965003f10cc42, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/form.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/form.php', 1, 0x00000000000000000000000000000000, 0xf0e4b0ab3a5756ba4a96452dcc140f91, 0xe53874f0233c993ff2de60aadfd78d9a7bace25fa3932baa44e034f284527c91, '', 0, '?'),
(0x0f26109b9ba144410482d17a35b07e02, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 1, 0x00000000000000000000000000000000, 0x906d2146bf1c56dbc8a6fea2e0edef7a, 0x4552d3fe066f347f95b6bae7723021c0fda66652925e903a70e5d5642eadd588, '', 0, '?'),
(0x0f276861551ab171cc60c1e8d9cc7567, 'wp-includes/blocks/navigation-link/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa798938a5afb66f815311041a0106b2c, 0x1ac34f0209a1b3dc9d018c240f0bafae5f043936fcdd4efa99c37ea9edeeec73, '', 0, '?'),
(0x0f2b0de3934d1ddacf29937e425fe24f, 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.woff', 0, 0x3cf97837524dd7445e9d1462e3c4afe2, 0x3cf97837524dd7445e9d1462e3c4afe2, 0x0868a861b026c988845c444f1c8321081e4e7d83ede12d9500ae76dd6e4b2ed6, '', 0, '?'),
(0x0f3085f6ad150fb83a9d1425a43d025b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_2.php', 0, 0x745af6ccb850eab42128bb1ffb9b48bf, 0x745af6ccb850eab42128bb1ffb9b48bf, 0xe89da6c79fba44ae8bf71ad59b3c8f45da388330fbb73592dc17330e81eab727, '', 0, '?'),
(0x0f341f3d17032b96404d4898b35459fc, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', 1, 0x00000000000000000000000000000000, 0xa2f0f07930ab153dc249e9fb769a195d, 0x2591cda51d7a455f08260eacb2f8aa93217ad03f10f2c523602b7efb09a6f760, '', 0, '?'),
(0x0f365574f6350fee64de94970e2a71f1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php', 0, 0x3cf2615e9091558eb57b859ed9f3862b, 0x3cf2615e9091558eb57b859ed9f3862b, 0xb52e31568b93b801aac0d41d6e703add5f846bd3a4da90d34e297b28a268cda0, '', 0, '?'),
(0x0f36b11289c1668c37bc1777ff634100, 'wp-includes/assets/script-loader-react-refresh-entry.min.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-entry.min.php', 1, 0x00000000000000000000000000000000, 0x12b50c5fbfe1e28cc30e45be400fa299, 0x2b2a0651b0d7e9452026221c67024b9b0339e88e91e92c85cc1e0616393ba1b6, '', 0, '?'),
(0x0f3a0ca269d71696a20be80984540269, 'wp-content/themes/Newspaper/screenshot.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/screenshot.png', 0, 0x56a741ee8f7d2934f8048fc24e8ae38f, 0x56a741ee8f7d2934f8048fc24e8ae38f, 0x47f288e4e98de135521542e96c04db9801891cf3e75e8b162f941bf0088d34b8, '', 0, '?'),
(0x0f3a9f9593adfd98a66bf8bc3135cd5c, 'wp-content/themes/twentytwentyfour/styles/mint.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/mint.json', 1, 0x00000000000000000000000000000000, 0x57c632afec4bae75c72cb45de15c09e7, 0xe707c3684309a3163f4044ab3e1ed198c3ae92fbec4ee26601886376ee119474, '', 0, '?'),
(0x0f40ba642ba1961c7cac8e3e717e0b5b, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 0, 0x39af36de0ebfa50fb4b921e25fb4063b, 0x39af36de0ebfa50fb4b921e25fb4063b, 0xb87b40dc851d9dfbbbe6b0f0f6c8dc158b56b6aca0173cab826777d49dd4af2e, '', 0, '?'),
(0x0f4124e9c8ad8fd85a8247f973407da1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_7.php', 0, 0x4312a0117986a521eed23b9bf8429d65, 0x4312a0117986a521eed23b9bf8429d65, 0xc8b409af70e472783cd07c11d8e82db5d7716cd7128f8d98dff169f710b8da28, '', 0, '?'),
(0x0f42d25ddb10288d50e39cf9cbb6f706, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', 1, 0x00000000000000000000000000000000, 0x34ab1779454d33c50266fab8afa4db0f, 0xb4755e104d5387f3128dace377832894961c370048a3585aa50f1c6455930bbf, '', 0, '?'),
(0x0f478432faae92f5fedfdb2b703a765e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', 0, 0xbdf612b12448bab74c6a90dbdb20095b, 0xbdf612b12448bab74c6a90dbdb20095b, 0xea59c530fef4fea8b610a375aae1d95fcdcaef5b2f04845085b0cead5751d33a, '', 0, '?'),
(0x0f4b933668b1725d17354dba5a188618, 'wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_css_generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_css_generator.php', 0, 0x744e047807a0aae60875f60a9804a032, 0x744e047807a0aae60875f60a9804a032, 0x9f8deb493a2d508ee5a0023cf902a8474c2bf634770b1a37c4e9e08284539299, '', 0, '?'),
(0x0f5364fb5249fd2ae28c8847ce394fc4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 1, 0x00000000000000000000000000000000, 0x739959b1f128d105e3587788d6cb4b37, 0xc8669d79dac121b0ef4fea7982d66c463519e5b976c8204477d6692f0fc4c5e8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0f547e23d910519dd44cf589b9f93cf0, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_panel.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_panel.svg', 1, 0x00000000000000000000000000000000, 0xa365879c41e15ef8e5ad1630d0bb1c96, 0x3c85823c936a3184c80bad63af7543f22349b74e87f3adfc00b62e76d6e47887, '', 0, '?'),
(0x0f557c4a79f23e12ce058be2df846363, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', 1, 0x00000000000000000000000000000000, 0x568faca1c93bc78d1ce5c9fac8637b89, 0xdeb3a67467c0250bce0c76620997a3788c1f401a8016bc0f5b47d25b8f4a7f4d, '', 0, '?'),
(0x0f58098009eb3761f027b59ef9b00614, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2_no_content.php', 0, 0x6b73e1f51c0d0ba369160dfc0f71f98e, 0x6b73e1f51c0d0ba369160dfc0f71f98e, 0x0ef6da246410d808abf169b11b316648d87f2482c75026a760d07fee7344a1a3, '', 0, '?'),
(0x0f5a3e344b299c78491d17bf4136ab02, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow.png', 0, 0x2b888371f3f2a4f734fc482f16bd6fd7, 0x2b888371f3f2a4f734fc482f16bd6fd7, 0xf9e52fc1f4f83a9161239294bd1f3e925b02dd0821511fae9e673b6590664778, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0xec2777f6b09c345d2ab0def96b5cab9d, 0xe3015172306de4f49b6f87595fc44e355418ec764173f539ffc40d08298b04e6, '', 0, '?'),
(0x0f6bb2ebe1bc52903a10e62cf5ee9c09, 'wp-content/updraft/backup_2025-09-04-0326___90_1fed06d23e21-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-04-0326___90_1fed06d23e21-db.gz', 0, 0x2f8ee077f67c03b5f91e2a46bc9e2be7, 0x2f8ee077f67c03b5f91e2a46bc9e2be7, 0x804251087e2814e6785f8c9addd321492d79d2da34b40959e8406d91625cca42, '', 0, '?'),
(0x0f6da3b8ae0dc1b66d7a46419390d5ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_panel_settings.txt', 0, 0xd6e75348ec9ced74d8762f0feef08cbb, 0xd6e75348ec9ced74d8762f0feef08cbb, 0x976601faadfc4071a50429b1d017b94bac74deddaf2e5aa57997af29abe9a48d, '', 0, '?'),
(0x0f71dd3e451c625780101e62273e764c, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-9.php', 0, 0x3cbb5c7628db972d5cc5a4e2c728a5c1, 0x3cbb5c7628db972d5cc5a4e2c728a5c1, 0x1b3aa26cf01caed788a2bf99ab728fa07e955f1c54c8d7639528b5f35286c606, '', 0, '?'),
(0x0f79dc4ba958f9171eece7913c6cdb32, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', 1, 0x00000000000000000000000000000000, 0x29f0df638118b6b2b845624bb26b18e2, 0xcb7dee03a92c16d87c2fece0254af0c43d0e1ef0f646553ee6716480af74cebd, '', 0, '?'),
(0x0f85d81ac1b05664e74012a892b3681e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', 1, 0x00000000000000000000000000000000, 0x12478245d71331ee905d1339164b0ceb, 0x48d2ac7c10cdbf47cd7a3c5c50f78dceafa75698a34560418cb88eb5efa1532d, '', 0, '?'),
(0x0f869d58dde0042dd6ddd77f33df0386, 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-support.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-support.php', 0, 0xd264840375a19cbfa1abe20b0a6274e3, 0xd264840375a19cbfa1abe20b0a6274e3, 0x43858d33d9f3cf7e60a9dfd27c2546673f0d93554e57240486dd7d56135a0224, '', 0, '?'),
(0x0f8a568757e07f62a928612e87b23c9b, 'wp-content/plugins/wordpress-seo/js/dist/academy.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/academy.js', 1, 0x00000000000000000000000000000000, 0xfa3f5df1aa4ccf8d460ecea629a96cb9, 0xed53e60ff74256249f4f30aeed39649a3a8c1a4028fc22a5a5b235bdb3c924a4, '', 0, '?'),
(0x0f8c32d5abcbf40305c6db6d77b6cd8b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php', 1, 0x00000000000000000000000000000000, 0x3cf2615e9091558eb57b859ed9f3862b, 0xb52e31568b93b801aac0d41d6e703add5f846bd3a4da90d34e297b28a268cda0, '', 0, '?'),
(0x0f8d703a84f92f6620b069ca56d631cd, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.mo', 0, 0x0f0b4f5f064a4ebc38e02178f0711d2d, 0x0f0b4f5f064a4ebc38e02178f0711d2d, 0x07124125d93b5d7cbbef6d6e300cfb3cf3e706820619b501d01ed439cc27d63e, '', 0, '?'),
(0x0f930e40131bac7e7104c9fea6328a25, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', 1, 0x00000000000000000000000000000000, 0x57939c39010bbf49281a73f38454151c, 0x68aadf7f4b58a4d568a0674b1b5acc4dc4dee6a69a3a032ed5f83ca69a5d625d, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', '/home/abt90iranbet/public_html/wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0x553f9e981d44d90bd49d3e22366dc003, 0x4b04be6fda5fc69652ed946aec44dca910e87aa5564c0635fad20a907a9756c5, '', 0, '?'),
(0x0f96f9b45b0195dd7ecfa0fe9ea8d90b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_5.php', 0, 0x2051d6bbb88341840f2d6d6545bf2ac4, 0x2051d6bbb88341840f2d6d6545bf2ac4, 0x3a74b8c74eee4120347e09265339e57dec73831ef7edd461ae2f9d1ace70e16e, '', 0, '?'),
(0x0fa107efdf3ac7d11e115f6a2a50d169, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.js', 1, 0x00000000000000000000000000000000, 0x4bff3259e86089b4ddc00c6ffbe2b446, 0xa6bfc0e9feae0cd5ff83c094452f6369d918cb83dca8759c11d5ae286cb85145, '', 0, '?'),
(0x0fa39f19a3a8dba3cf0647fd531098df, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block22.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block22.png', 0, 0xf6579b8470b66d378d5213acc3594d94, 0xf6579b8470b66d378d5213acc3594d94, 0xbf1a7146d511b243c3e28847a8402e83bd7c25609a8c57070e03229280f10d3d, '', 0, '?'),
(0x0fa5006a376f6aec35164151bd1714c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', 1, 0x00000000000000000000000000000000, 0x1003ca7331890f5ac248a3f0c577ad3e, 0x8481e399f1fab694555369d5ee41602d97ebe70ec611e3438ecd18d638649577, '', 0, '?'),
(0x0fab5eb20b5975f78239317c66051bbb, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-essential-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-essential-functions.php', 1, 0x00000000000000000000000000000000, 0x1883984ee832a22617d2111b389b58a1, 0x7c37402ea0e935afef5af510942aee066944dff11a94c5be2ffb62c6678ebaf0, '', 0, '?'),
(0x0fb612464e5f8e6e79329356de0c75dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2.php', 0, 0x70989c65e42b3e790750299160660159, 0x70989c65e42b3e790750299160660159, 0x836f8dd71d39aca95848d23eff0af936ff6a10e74b75596abd1fe03cdbd23699, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', '/home/abt90iranbet/public_html/wp-includes/js/hoverintent-js.min.js', 1, 0x00000000000000000000000000000000, 0x08207f7088b62e6096753736b01cc13f, 0x5921e8123a0a19418a1dfecb9009bfe6daabd25a67cf2c3d9c7c1f9d96f215eb, '', 0, '?'),
(0x0fc15daf2a0ec12e0f3e6045f59366b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x6bd346a3a0c60c68a2e780810e312da6, 0x361f216f8a6df6a6dd8e5e8e172ec15e40cba8d10fd27637f10949e19c7d809f, '', 0, '?'),
(0x0fc3a7b2bd60bca204ed200ab3df42c1, 'wp-includes/blocks/post-date/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc23dede3f1c16181ba5685821d95ecac, 0x9cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de9, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0x8027c56eebb39cad9414ca461cad11d1, 0x28a6a18aaa91fe778d4fb72f6bcb4c5fc252885e93cddbe3d979509d0ccb8f27, '', 0, '?'),
(0x0fc9e0e1a8c2e262249376827635c4d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_5.php', 0, 0xe3497d46132a68e3facc92a7003463a5, 0xe3497d46132a68e3facc92a7003463a5, 0x352f8f66d4b8d81810c93ab7b5de91be3b4b5295d6e4b27d354df92af466bb67, '', 0, '?'),
(0x0fcb31410faf338ced3cf5d6255a6034, 'wp-content/plugins/shortcodes-ultimate/includes/functions-styles.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-styles.php', 1, 0x00000000000000000000000000000000, 0xd612aa9ff12e742b096833890865ed5c, 0x84af9f09d5e13691a8dbbeb762110385df1a7db510cfc7e0a634e8735a8988dc, '', 0, '?'),
(0x0fcf1e697d14df170baf1d8a295d4d93, 'wp-includes/blocks/term-description/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeb3ee5d44453c531bfbdfc2af49ce7bb, 0xbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996, '', 0, '?'),
(0x0fd84b896d8c722ee1a844c5a7d55c7d, 'wp-content/plugins/updraftplus/includes/Dropbox2/API.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/API.php', 1, 0x00000000000000000000000000000000, 0x96d3def7615cb9341dc4afc1b8b9f63b, 0x9f2041f0052882d5da20b466a129b188cc74df616b2379287c1b0084348db15c, '', 0, '?'),
(0x0fde9e321bd65d3f4a3260c7d6deaceb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', 1, 0x00000000000000000000000000000000, 0x12ed750f34994535cf88a8aa88705d40, 0x564ab6b9e15086a7708ad7682a798a850926983e4c746ac866490e07516eaaa1, '', 0, '?'),
(0x0fdea4aa77b921523d6e636ff720dddf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_popular_categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_popular_categories.php', 0, 0x3bb7184cebb5fd1db3a9870cdadd5e0a, 0x3bb7184cebb5fd1db3a9870cdadd5e0a, 0x41235933995442f69909a19f383e407dc8885872ac3db481fadf927c5678d50b, '', 0, '?'),
(0x0fe0dd431839e1aa6883e95578cf97dd, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-blog.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-blog.png', 0, 0xfb6907f9ef433e231a01494037670d02, 0xfb6907f9ef433e231a01494037670d02, 0xee819f30543a388f7ac293cbfe85849e8926888fedba0b0f0f8237de0ea624a5, '', 0, '?'),
(0x0fe91debb78e77685c587387b190e86c, 'wp-content/plugins/wordpress-seo/admin/pages/network.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/network.php', 1, 0x00000000000000000000000000000000, 0xf709449779e607cffb0cd1a849bba02a, 0x8fb63af7b7124e5bc3523a36b5eb3d249b6f1fb13f4749732a77705f7e2c395c, '', 0, '?'),
(0x0fec99ea9ad9e9a416ac5e479df2752b, 'wp-includes/class-wp-scripts.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x94e160b614dd84ae472512c9e9c5164b, 0x018021b03703bab9baf5dd014bcf92ce76a6c77f4e30f6b67ae147a3ae87adf8, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0x6fbdffa65c89ca3262be2c52d8d915cf, 0xc8caa6773b0e32e0679a2fe5d309be6f2840bc1a91efb5abbd073ed8bd73da3b, '', 0, '?'),
(0x0ff4542126b4de13afdab82c84603dd9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php', 0, 0xc0d1ee156b4520d5f17c373afd8fd8b4, 0xc0d1ee156b4520d5f17c373afd8fd8b4, 0x0d0ab0814e0080d52448b1e368cbfadba7262479535e1ca85ec7c942afe9e607, '', 0, '?'),
(0x0ff4c5cb44411dc2eb614c16cc360345, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_5.php', 0, 0xa458036cbac88b3037aff60671bb7e8e, 0xa458036cbac88b3037aff60671bb7e8e, 0xe6dadcbdee4cf641b4b2723685e1ff1406e83616956095cc3aaaceb8dfcec7c9, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0xc2835fcde579871686c5c0a34257ba4f, 0x514122ca808885a4b052876f817691a1eef967a433d5d681c27023cc881bd951, '', 0, '?'),
(0x0ff54d170940dba7469ec3765568ea9c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php', 1, 0x00000000000000000000000000000000, 0x12c9c2063b7530578a80d09f64e7c524, 0x0299371e4f11f3b76e2d4e748869a3ab544d8eb481423fecd2ce782f559305a0, '', 0, '?'),
(0x0ff61e257734103510f85882dfe6b39e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 1, 0x00000000000000000000000000000000, 0x74b8b00f5e4927dc5d21afb2d206b3f1, 0xf01585c7a6d66274cb1b35a18b6681b7fa18aac5f8060f63d21ebf6b64febc6d, '', 0, '?'),
(0x0ff62d8fd29b947df324b6b5dc5594cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php', 1, 0x00000000000000000000000000000000, 0x91b5cda200ddc9df433ca661cd4a76f1, 0xb6f8dc90d292421b48ee0e3749fbf60aea3cdf47b7161be79b722348a78e9da6, '', 0, '?'),
(0x0fff0be77b6fcb12eb376f5c9969b1ca, 'wp-content/themes/twentytwentyfive/patterns/page-business-home.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-business-home.php', 1, 0x00000000000000000000000000000000, 0xb3736c7fe4d27441e3e60850dab25b27, 0xba5ee6c2baa5c4b54eaa9a3fd6977ff36cb8d02c7e3becc80bf325394692750a, '', 0, '?'),
(0x1000a2cc3fe9d1127a348551435ecdf9, 'wp-content/updraft/log.0fbdad16d5ad.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.0fbdad16d5ad.txt', 0, 0xa68602f8fa53eb446db9803bd9fb7dbb, 0xa68602f8fa53eb446db9803bd9fb7dbb, 0x3f333f912cef5562188e58999b0b9d4816da40c884cc47be259680fcfda3b50c, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x80c32bb3645c1d2dd7edc224e635eaca, 0x94a66af55751fcbca7924fae579f968472c65355202ac578dc64d9d8804b6a99, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x286a5ba4917da34220795679e14b0852, 0xb22cc717344158082473ca73c0ffe2a87993a945139e6def509ef0b859c0d03c, '', 0, '?'),
(0x10065264a45d7c4e38ece92fbbab7de7, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php', 0, 0xcce6d69ac7e753d1aa184e69389d3bf0, 0xcce6d69ac7e753d1aa184e69389d3bf0, 0x879c237e93621471a47188620624cccba18f1c2773f7875a04df939bc04afca3, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x8c1295bcc29bb1e78f31503de3fa4ff3, 0xdfd077bab13502201d34186e576534aa13813b0e4bd7108f80c0f9c4215858ec, '', 0, '?'),
(0x10096762cf978a208bbed61f16fefe1d, 'wp-content/plugins/elementor/core/files/css/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/base.php', 1, 0x00000000000000000000000000000000, 0x62a72e473d853ccbd62876429e962418, 0x0820afb52af72d9728274fc5905021af524bf1680a086218976ac7d6343a7c84, '', 0, '?'),
(0x10181e7bfde070859f3b40aca58c651f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x4c4942000729e09d7bb67873600f2c30, 0xd99a6d48702d098cfbbd445c8f16ff3f5cfdcc52ca2e59230164deb745c2349d, '', 0, '?'),
(0x10197a00b502cc33688a97da7f649b2a, 'wp-includes/blocks/post-template/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style.css', 1, 0x00000000000000000000000000000000, 0x8d4032914d947abb661a41566300a431, 0xa55b4d7a3dec4d3170e1dcfa604b769217554218277b55cb2ffe4ce33dcfeecd, '', 0, '?'),
(0x101f4051d0260ad695eb437e018c4afc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_8.php', 0, 0x15a9ff47256b67c3427879116d94325c, 0x15a9ff47256b67c3427879116d94325c, 0x5dcfab873a582d4b86b9698e7ae248bb02eb508fe8e981cf7ceeda6467aa15f8, '', 0, '?'),
(0x102105a788bd9195b61f8d814f32f974, 'wp-includes/Requests/src/Auth/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Auth/error_log', 0, 0x1ee4af37fdbbd80aa6e91e2a58d77a12, 0x1ee4af37fdbbd80aa6e91e2a58d77a12, 0x6dba025a08418c9adab72c5329a422fde5bed83dcfa5d0211fce6a10f4c429d3, '', 0, '?'),
(0x102183b4b33bd4fa3ad44c931ad12312, 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 1, 0x00000000000000000000000000000000, 0x3b5f5b11b3dc07e22f497712db616dc2, 0xf9b10a383317bee99440938a200319b4ca583de1a721e74ec242bb90c53eecca, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', '/home/abt90iranbet/public_html/wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0xaefdb466930066ed803d3ebdfb8efd10, 0xb4a92b6d175a20d59634ae06fc8844cdff358acc0f173e0adc6f80b9ee43dc6d, '', 0, '?'),
(0x102bea2bc1eb5b6e2800eef706a4370b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', 1, 0x00000000000000000000000000000000, 0x0568ba538f2b0748c5640449be66d5ca, 0x61c27baeae6d85ed4353305b7c73d0adb1e304276d691fd0888acbccadaa1a26, '', 0, '?'),
(0x102ce118a3096ec0e9ad73b1b9d780b3, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php', 0, 0xeddd1713f4a19069f1d6052e7e1d1040, 0xeddd1713f4a19069f1d6052e7e1d1040, 0xabdaa12546e51eaf2fc05c43b57d71fd3f844b25dac1d8f41412601d1719b674, '', 0, '?'),
(0x10303b50f488e716e79bfdf225a067ee, 'wp-content/updraft/plugins-old/akismet/_inc/akismet-frontend.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet-frontend.js', 0, 0x91954b488a9bfcade528d6ff5c7ce83f, 0x91954b488a9bfcade528d6ff5c7ce83f, 0xd514e8c8cdb2adcf5d27b573fd4869a90d3be1137b12fabc404da1639574c146, '', 0, '?'),
(0x103663bdcfa707592bd35f1e2d87c298, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-blog.php', 0, 0x1d49d28a78bd3de05cb7ec12b36bd870, 0x1d49d28a78bd3de05cb7ec12b36bd870, 0xee68ad27cb20ce7608e1fc66474591222a980fe7df2ce9d5dcdf09207c0ce61e, '', 0, '?'),
(0x10369c5761226f17c72b0dd1c2540450, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/build.xml', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/build.xml', 0, 0xb956a9a94f7e60439e587d3b60da5996, 0xb956a9a94f7e60439e587d3b60da5996, 0xe4fb067822bb0a7d3571cbe6b692d46b151241fabbf9950cf2decc4f3840373f, '', 0, '?'),
(0x10383e64408bd7a8562e87748b53c6b6, 'wp-content/plugins/kk-star-ratings/freemius/start.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/start.php', 1, 0x00000000000000000000000000000000, 0x4d8886590a5eda3e5af1f386b6b23ecb, 0xaeb67d28380e4ff4529247f7fc3e5fe93a40375f121cd503896d5da32b753233, '', 0, '?'),
(0x1039fa7a68c8df1f2113d439506d6b9d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xe394edca078cab0207a80895f3c3e3f9, 0xc118e5d2f7702546ecf7beba09b104d7d9c29b7e168de22dc88055918ab058f4, '', 0, '?'),
(0x103d945b3a8afd840d26f446eddd4519, 'wp-includes/blocks/video/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2e4cd50b259b186d454fc92e634c6ed6, 0x1dbfa26966992eac1015a50a9d36752dab4e2aade998c20363a32f9280030d97, '', 0, '?'),
(0x103fbcc6efcfb68b165e373a79b8d107, 'wp-includes/blocks/paragraph/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4cf26c403ba427764016a85503e33aed, 0xe2e7dba984f750a5287d55ff2ded0000037241b5d8466b5382cfc801412cc525, '', 0, '?'),
(0x1040ec622459cad10c442198418ed0c7, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', 1, 0x00000000000000000000000000000000, 0xf114f3f7b77c4e228b67a00f29524807, 0x20312f2a2d637bd4962634ad9f4d63fdb86caf3369b578f33dfeb715892cb9e5, '', 0, '?'),
(0x1041245c8d4e9262091f0256c1115a84, 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 1, 0x00000000000000000000000000000000, 0x3167c5efa9850e6e3ac7e2b93c30e86a, 0x323466c2a04f2cc3ed0f32c5ac646764c58b6fbd4a02a8af31a4e38ae512ba80, '', 0, '?'),
(0x10418d007825e0288f1e74e57cfaa177, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.po', 0, 0xf6f32b92210f9af6fd3c06ab6a2ef9d3, 0xf6f32b92210f9af6fd3c06ab6a2ef9d3, 0xd866bbc3b1e8a281e99ca900a18bbd5f0d460b073f25a0d1385918490715d22a, '', 0, '?'),
(0x1042c4731636232a035ba0fa778f80a9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3.php', 0, 0xc167fcc132bef97768edc5d2c2ea26de, 0xc167fcc132bef97768edc5d2c2ea26de, 0xafbb5ca4899e7f9e375789aea8911c0add904a8976729b6e2d508efcacb77692, '', 0, '?'),
(0x104427d38e7634ec10657e9f23fe1d39, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php', 0, 0x1c9a095b28bd7fdfe7339239039ba65d, 0x1c9a095b28bd7fdfe7339239039ba65d, 0x11e98f0c00dc5e2c89e5febc0042c903ac2c6d18454c880a9d49f02ac12f01f1, '', 0, '?'),
(0x10473c37650b8374aa2fee928ff757a4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5b6630194c94c59fbbd20db37b5657e8, 0x8b1dd02726dc94155b6d60c4cf8ad0633245bac7fb25e45715bf4757bae489b7, '', 0, '?'),
(0x104b50ba57fc9205d9b553ed3aa5c353, 'wp-content/plugins/amp/templates/meta-time.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-time.php', 1, 0x00000000000000000000000000000000, 0xcc45fcbba525eee4e1ac130ed021bf27, 0x134fe078cfe9965d1e047f758f7963dd8567af03cf271681189432d5c21f8431, '', 0, '?'),
(0x104bed7197b0b90eee232411ada105f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1_no_content.php', 0, 0x0ae969a78140c8a482c78cc021fc9b06, 0x0ae969a78140c8a482c78cc021fc9b06, 0x525f1fb9d0260023446ef8c557f0252c19e93c7667b511ec3902d583abe023aa, '', 0, '?'),
(0x104c7d622612891cdbb57fe580621d15, 'wp-includes/blocks/separator/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/block.json', 1, 0x00000000000000000000000000000000, 0x47bb8d3a2eb0a44dbe4c8a54c8f7a24a, 0xdbc77dacfa21d96f3b94fe6586a7801386d2c6a7aad728b9a05dbd1fded811f5, '', 0, '?'),
(0x104daa91b4c9deb137aad2354f34db6b, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/upgrades.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/upgrades.php', 0, 0xfb2bafc97d245c69ff3adc0224134e39, 0xfb2bafc97d245c69ff3adc0224134e39, 0x5edcd5f741754a4fb2acf594fa5337cae6163aba32c3e93c44a613a8ff2a54f0, '', 0, '?'),
(0x104f63e15b0127c9ad9d157d061fd447, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', 1, 0x00000000000000000000000000000000, 0x34c89811ecefd5017abb0fc733a028a1, 0x41dd37a03b7f69d09470caea79ff4b4df9978a9c65b49fd0e729bae78f1a362d, '', 0, '?'),
(0x10506f157d6f3212bc293889b7a52b34, 'wp-content/updraft/backup_2025-09-23-0326___90_f4d2286da122-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-23-0326___90_f4d2286da122-db.gz', 0, 0xbbbccaf279251b98033adfe81ef74142, 0xbbbccaf279251b98033adfe81ef74142, 0xa9d7893dddde7325ab2f61c0fef47bce28c7c7d629dc0aad1d5fc9f91fda0485, '', 0, '?'),
(0x1059ba68dcc073b0b7906d794418bfe9, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0xc9c3d12da1e9da699e490b86d24eee85, 0xbfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194, '', 0, '?'),
(0x105d0db09da55f976dbdc9d715dda446, 'wp-content/themes/twentytwentyfive/patterns/banner-intro.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-intro.php', 1, 0x00000000000000000000000000000000, 0x03a16e8b0f5ddb659bc096e8a8a498d8, 0x965ef4af8ff9db0dbe56ed7507b81487293cfb879d937fdb72c28a93388e44c4, '', 0, '?'),
(0x105f909a4ffab02e15a4c3eb902efd58, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0x448d7d473ac51a38b57ea3cac6f483a5, 0xb559a05a71f34d87c143f580ac6a17890f8dd3f07ae2cf7096ed45b758f470f6, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', '/home/abt90iranbet/public_html/wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0x85f4121090150b260e4b67eacf26f1a3, 0xceaca6fd5572f63a756cf93b05982e5e687331867a3b19609f9492d9a9a6d3b1, '', 0, '?'),
(0x10618f956dbfc4c2f352b66822d33014, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_9.php', 0, 0x8a58bb8429dee35a77a185470888632e, 0x8a58bb8429dee35a77a185470888632e, 0x464f7aa9547132eda1b6e117797866756ee8b9e9e1ba7c43d5f496397ae3ddd3, '', 0, '?'),
(0x1066875239b4b8b05d91562372739dde, 'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Storage.php', 1, 0x00000000000000000000000000000000, 0x51d70bfcf41686902ca3e8a50c88a2d6, 0x93cae677823adf909a6956fc1af63d34d118f34479fdfaa5e546bcfef117fca7, '', 0, '?'),
(0x106eb1c3c9f1f4c4ae8c37836b8f41cc, 'wp-includes/css/dist/edit-site/posts-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts-rtl.css', 1, 0x00000000000000000000000000000000, 0x7165c864c1e997f4dbeeec1f516b488b, 0xda9cc754317e07fbcf7a1e4538b3866660e354d652f2fbfe9e9a88d5701782b7, '', 0, '?'),
(0x10705d521b55189130ee60567f09ad2f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-8.php', 0, 0xe78c6b7cacad1c72305b15f96246c6bc, 0xe78c6b7cacad1c72305b15f96246c6bc, 0x13689db9a344f118432a7b762d8a1e9601387ad01db4f1d4eeb76c79104f766d, '', 0, '?'),
(0x1074bf0374ab77dc09a67501c8da628d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', 0, 0x74d49e42b8de93aa1072dc3712800619, 0x74d49e42b8de93aa1072dc3712800619, 0xdc4bd1c4b11c5c3ade2e5853caa0456d8c6ef90a9e00a0c16b825c89b2235af7, '', 0, '?'),
(0x1076b13b0c5a3fd93d0edd93449213b1, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.po', 0, 0x9fa80cd4ab0224881a7efe9eb3267107, 0x9fa80cd4ab0224881a7efe9eb3267107, 0xd49e0d5598f3af81d20d37045e7827d5f7a8cdc64d0a05b07e31ff8647918e04, '', 0, '?'),
(0x107c2ef647db3e1390845177d178a88d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', 1, 0x00000000000000000000000000000000, 0xaf5b8d82960502b5f9606f850535bb44, 0x435b8c9708e86f03d2ea6b7c48c3948a5950255dd2ac56a853052060659a22cc, '', 0, '?'),
(0x10820df1d842ad069bf98e399cb022cd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_4.php', 0, 0xf0e996acccdd5e8112b6eacd09effeaf, 0xf0e996acccdd5e8112b6eacd09effeaf, 0x2e356ebcb932422d1c26db1183aed0b58031d9966ac749b3368efffd8b360266, '', 0, '?'),
(0x108cf1458f5f2a3a366049847486b19a, 'wp-content/plugins/wordpress-seo/inc/date-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/date-helper.php', 1, 0x00000000000000000000000000000000, 0x92548ae4925dfc69a06bf7ad3481257b, 0x1e4dc8173adae69b4381d6d4962c30d1d03093f3d5e69c5c951d7c33d9d2f3f6, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0xa5d98687c161dc4167359d5a5322a9b6, 0xc9ffea4406675d903c924d2a224cb2d6ef9545986ae4f64e38c32f64f70a6184, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', '/home/abt90iranbet/public_html/wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x5210e5faeba3eed123b3c46caa75ba41, 0xde2717e3f4accada50a3d3c6d6940ad807d40533a6f30874c79c565bff3c1889, '', 0, '?'),
(0x1099e0eaabaa89c2bba9fa6a0c19bb99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_panel_settings.txt', 0, 0x2557a16bc20a40ad93543590ae58b45c, 0x2557a16bc20a40ad93543590ae58b45c, 0x8ae1b57eb2d1f1d6395071f26e244ef0e27e2cda55070c2ecfa49090109641b8, '', 0, '?'),
(0x109a2520101d2591fff8fd5d82f98502, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_04.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_04.jpg', 0, 0x7c70d2c5d21fd8943c58dd4985f3e5ca, 0x7c70d2c5d21fd8943c58dd4985f3e5ca, 0xf8463bcd7c330dd6b762f92ee09f9907ea00b37c116fca4d0f05c8c6b78d9015, '', 0, '?'),
(0x109d5ca1226352941c16feb103013bec, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 1, 0x00000000000000000000000000000000, 0x85f2125c945b8a4e539223fee3b1aa95, 0xe7acb6e1ac716382856fbe4095bdee037e5f3b839bd940a0c265a8e716e1813a, '', 0, '?'),
(0x109d88e21a207c2bcfb19c4d4ae25762, 'wp-content/plugins/td-composer/includes/shortcodes/vc_single_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_single_image.php', 0, 0x88203c49dcbdabe5a68a157eb919e3d8, 0x88203c49dcbdabe5a68a157eb919e3d8, 0x40703c880f1c17dccfbfb0d48baf91a45c9c837d0cab128a4d9620611a89c1cf, '', 0, '?'),
(0x10a0931b46459e9e01107cbe7856cd1a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', 1, 0x00000000000000000000000000000000, 0xa036d40e40d0dab746274f99b7f0b9b3, 0x1d2414b171ae1659c436024fdf5e902d595ddc8bce46ead1cb566cdfcd181d04, '', 0, '?'),
(0x10a18aab79492234d01fbf92421604a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_4.php', 0, 0xd4015f6655f20afadee07dcc8ac9c212, 0xd4015f6655f20afadee07dcc8ac9c212, 0x8081aa5ce42c4538db0b963d955e28d207f18ca66bc03c008b814360b6aa0fb9, '', 0, '?'),
(0x10a45a26e5d8018704e08e977b4d0b4b, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css', 0, 0x7b890f66b0855446e94014b97cd17ca5, 0x7b890f66b0855446e94014b97cd17ca5, 0xbe6338e5cf1cc81ebfaf181a93670b3f4f2a9eaddc39c146ab9d56059e72842e, '', 0, '?'),
(0x10a4d6c1b76b2f0a8fd6419c3b73fa73, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 0, 0x109dfa40d95abcc9b3f97c0233059615, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x10aaf3d2bbd9dda7816bcd8849fcf246, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.mo', 0, 0x2bc5f950c319323baaf8b4e0326fe36c, 0x2bc5f950c319323baaf8b4e0326fe36c, 0xca49611f927da94a3cf01dde679d8e6acd8c660a06a8104cd60cba7a92d4dec4, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7df0a48541b61b68255af2d032889776, 0xa70fb9e04f85e5b696a83312b9914844bfed97d5409152b35c2a2ea052a5bd50, '', 0, '?'),
(0x10af461972b91b6c53bc753b338a3672, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1.php', 0, 0xa2c3104dca3218510b069f61f8ed9b1f, 0xa2c3104dca3218510b069f61f8ed9b1f, 0x4abccc825074c449cd1b176bb8ba9bcb71ba0a01cc4fff6ab540b8a1bc46c716, '', 0, '?'),
(0x10af5e4e29d25bfdc43dcc601c599c90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2_no_content.php', 0, 0x066ee6ecfef29699b401bac2fc6cc59d, 0x066ee6ecfef29699b401bac2fc6cc59d, 0xecf2d74b61ab68bcc20031fabf640d80da911e5d3ae768f7879b3ce03e0fe780, '', 0, '?'),
(0x10af662e258e595c02a109d7af04b38b, 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xfe45770c6c277da3921355d971045ea5, 0xe39f9c4f0c3003714a8270455ec4f679bffc41f23242387dac96a72c2323d195, '', 0, '?'),
(0x10b67c94688b5270241ac9c4eea24fab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import.php', 0, 0x2cf869c16c94c9ebaf805251f36e3320, 0x2cf869c16c94c9ebaf805251f36e3320, 0x0811118916e4ea5dcced31e442e6b494ff1c89dffee5ba5cf682872fa1924863, '', 0, '?'),
(0x10ba24eec00876b791c42fd8622a7f72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', 1, 0x00000000000000000000000000000000, 0x30d6ca36d2eaba2f78cd545821e8ea84, 0x75376f7c40e297b06cc6a1916811c55bd62a865941d031cd3ae00a61162385d1, '', 0, '?'),
(0x10ba65c7a0d997250c7b3fb3d01e5747, 'wp-content/plugins/wp-rocket/languages/rocket-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-he_IL.mo', 0, 0x3e58eff4fb4167d456d5ee645a118224, 0x3e58eff4fb4167d456d5ee645a118224, 0xf49ea40e1d38ae113d35cf7a586ac062c81080b7bc8cb87a03d808758f9353b3, '', 0, '?'),
(0x10c0575ccbdeeb803bccf10a6f0c026e, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-rate.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-rate.php', 1, 0x00000000000000000000000000000000, 0xbfcff6eaa92ad078f55dfe1df2a4612d, 0xf63615cc87666e8bc49872c6da09b3e12160204ca284ec5f359777a93d18b428, '', 0, '?'),
(0x10c4c9e81b6d1626a14a2565e4a2e1d3, 'wp-content/plugins/td-cloud-library/assets/css/tdb_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css', 0, 0x1e516bf1cc849f6c518ee88b0f482837, 0x1e516bf1cc849f6c518ee88b0f482837, 0x615146f6bcdcf7056719d5a1518127378c4001ebf42a44b9396eb6a583491bfd, '', 0, '?'),
(0x10c5f7daa426200bb44db54b51d76f3f, 'wp-admin/images/freedom-2.svg', '/home/abt90iranbet/public_html/wp-admin/images/freedom-2.svg', 1, 0x00000000000000000000000000000000, 0xeccb22be2030bf67eb8c483e0389a044, 0xeae622024059ba44ea5d5c0f817177b43f9a00398998422ad4fc3714a3e7f4bf, '', 0, '?'),
(0x10c887fc7c51506566d26d8740e900c5, 'wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css', 1, 0x00000000000000000000000000000000, 0x02bab75651550b1fc0b3d77da928c681, 0xada6bda479e8075f6d1c8369c3ebe89b9344588405deddc65f2f79d87319b02c, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', '/home/abt90iranbet/public_html/wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x93fe2a8ff9ab56c548fb56209bfe9800, 0x936f8e58caaff5350b94e66768b67cb4b80ab31cfda017e0ec5308e61d618954, '', 0, '?'),
(0x10ca9de9ee05e38a192792190250a70c, 'wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', 1, 0x00000000000000000000000000000000, 0xae618ba271396431c70665c13103381b, 0xae6f96a308b24fe95c8c368e9e398e2f30952c64f72ed5bba4fa72ca67f13eb0, '', 0, '?'),
(0x10cc7e7f1bf1995d27f52f6021a3d043, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/news-ticker.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/news-ticker.png', 0, 0x83eb3bcffa29f0bed75547b16054045a, 0x83eb3bcffa29f0bed75547b16054045a, 0x2fbd6fc2d6d3569859a5eafbd94b44c73cb21d8c95c21aaf4a108e23f183749f, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0x10d5fc0b22014d9e1bb9b7971c2b5139, 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php', 1, 0x00000000000000000000000000000000, 0x34c56560ec6fdff9996fd931eb2b89ed, 0x3706c96077ad1398e4d66cd8a94f06563d7e07f102a5f548e9e1c9109cd036ec, '', 0, '?'),
(0x10e00ca1d33b86be69e630b7c64a7edb, 'wp-includes/blocks/columns/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3d91961f84a13cc45e82ac5c6b21ee48, 0x2ced34c506df23ae115a1b54554616b426af6709960952c32d5e8b98144a064f, '', 0, '?'),
(0x10e17a49cab354183dbd10c1736104d4, 'wp-includes/blocks/comments-pagination.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination.php', 1, 0x00000000000000000000000000000000, 0xbc9a407063b221f15bce5e51e2a2baa8, 0xc56d0a9ee6d46b31e5c7e43480a9d4f8f7813371e9ebae20c7a81f60aec8babe, '', 0, '?'),
(0x10e3432d97181b8beb8e2dfb82c59bcd, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php', 0, 0x0c86f786dac656c40e968516a4990f0d, 0x0c86f786dac656c40e968516a4990f0d, 0xbeb8da558770fbf9f85c4da1f47ecdce6a57bdcb2878f9d9324621ee87ab9a9e, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', '/home/abt90iranbet/public_html/wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0xa02700b8fe0225bf72d6d73257111962, 0x99858b3afbb4d5669bf2ea77f827b410fd629a2f500f4b56ea154d354439a1ff, '', 0, '?'),
(0x10f578d0fb89fe4daba3091cc45e7a55, 'wp-content/plugins/kk-star-ratings/src/core/functions/meta_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/meta_prefix.php', 1, 0x00000000000000000000000000000000, 0x4e00f67fcaa90687707025ea405b19e8, 0x039a03f01083216e4a130093d0716260be22f941f91f3eaf438a07b0e2c1f8d5, '', 0, '?'),
(0x10f5a7a487156cfe1c47a367cb56c932, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.po', 0, 0x6f58628da424c2e8331ee36f797c7b84, 0x6f58628da424c2e8331ee36f797c7b84, 0x4b1523bb25ec2ce491fc475faa3a27b6d3e3813a3518f971e461244f7416a28f, '', 0, '?'),
(0x10fb82ae86a396c3add35a0325cb0241, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-select.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-select.php', 0, 0x754b010879eadabcf0f6bbbb3a4668cd, 0x754b010879eadabcf0f6bbbb3a4668cd, 0x48e18453e4cb1b5833f6161038fdc71c845c2d6cc492eafa5f610a81bdf60e70, '', 0, '?'),
(0x1101feb849c5e68999bda66d7c68a80f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 1, 0x00000000000000000000000000000000, 0x990be5be097a292ed84e3ce5515754ec, 0x195c5f20d5b96277ff237c2e238df20be445eac1c5dc12b3b3bf18af2c3b3759, '', 0, '?'),
(0x11042083fd900ad92daf6f419a8d955c, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.js', 0, 0xd5e71829ecdc0456818e3b93f57b14a0, 0xd5e71829ecdc0456818e3b93f57b14a0, 0xd8b1db4a545092b0bfa87bf850ebcb513ce8675b2b9d65c2fee2f4d87525cddf, '', 0, '?'),
(0x1108e2241dd381a4a6f4b34444d71f48, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Size.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Size.php', 1, 0x00000000000000000000000000000000, 0xfae8b116f6a6a225d30da9d926306be5, 0x04461a2aa0fc084fed9cc4c1b7add457c0106f8f573e2b9df8d810be20fc42a5, '', 0, '?'),
(0x110c349b8e42d60037716f42c76f36ed, 'wp-includes/blocks/rss.php', '/home/abt90iranbet/public_html/wp-includes/blocks/rss.php', 1, 0x00000000000000000000000000000000, 0x44f4305315bdf95521911b3e1582f5fd, 0xe114223b3fef7b5945998c57fa2cca1d260464ed80f9ba0a6cf2e5ed501a3d3a, '', 0, '?'),
(0x110ecdc4fe39def076408992a57dfbbe, 'wp-content/updraft/backup_2025-10-15-0348___90_6d9a6c39d032-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-15-0348___90_6d9a6c39d032-db.gz', 0, 0x8d6977295c07109745e0757967c3abc5, 0x8d6977295c07109745e0757967c3abc5, 0xf1bea1d54f7aa90831c8ea0a04fe49e5be0f435805ac3725472fc49364ebdb61, '', 0, '?'),
(0x11106db708cdbfe45da791d99f9a5414, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', 1, 0x00000000000000000000000000000000, 0x7ee49b44a41f80833aef4bd48c211a0a, 0x6b238f536eb6408f2fffabd58ce526dacacecf1d6a72ad863a2ea1dee298b39a, '', 0, '?'),
(0x1115e6fd04c34dbd97574edb3565a2f4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0xbd55ccaf446b75a7fdf9124511e85470, 0x40b0fce64b6d30c2459f49e3a9f3a3b4f0123550a1a92483934ae4c591218e1e, '', 0, '?'),
(0x111b60874da602cd51e054ae976591e8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_2.php', 0, 0x0179c3a490f20cbdfe311a3bd2bf5c87, 0x0179c3a490f20cbdfe311a3bd2bf5c87, 0x8dd0ec91919d7e8055c8b83597ef7a53e48e1de72ff42cd829ab89c3cb170da1, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x399e56c6081f23d2b91190ebdb340b80, 0x47709a66b81cf848768e869e9f1ae6f3788b388318feaaa33143b0145bce3441, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1123bf99c8fb8bba8bf3a485c7ad7174, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', 1, 0x00000000000000000000000000000000, 0x9183d0d6a478895ab62e5a9448e78565, 0x90a3267b4f21ed20e5849facaa50a1ae66eb9a960e809433be3b6a1656c1f7c4, '', 0, '?'),
(0x11275905f3aa4ac989f39f513b0f2c9c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/demo_style.css', 0, 0xf40ba24a09bc979c4a69f09a68233a6f, 0xf40ba24a09bc979c4a69f09a68233a6f, 0xae13eb8ca65f44ed2804677344e3c7ca46f5dca80b6f9f41a7f55fa3d7ff095d, '', 0, '?'),
(0x112ca3642cebe8e4dffaeb0ea52b156d, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php', 1, 0x00000000000000000000000000000000, 0x6096db5495513c9a57536c0b2d198f3e, 0x806d9fe7eedb65d9dfbe2765900717f9b0035c36ae370015bd0e885372e79683, '', 0, '?'),
(0x112e05a3c9395c5707cfeff9a92d2427, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1132b5741375a4b2364fc24729cf259a, 'wp-admin/contribute.php', '/home/abt90iranbet/public_html/wp-admin/contribute.php', 1, 0x00000000000000000000000000000000, 0xd085f2c7d85e82c156b4c75ffd4f9cc2, 0x9f40c5bef70e3b8326437c4b4b89f253fd0f7060fd870c537cfce0442da3c0c8, '', 0, '?'),
(0x1134a1a794f490ccd4039751934f4bcf, 'wp-content/plugins/kk-star-ratings/src/functions/explode_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/explode_prefix.php', 1, 0x00000000000000000000000000000000, 0x88489e7d56c561f5d2d042d5fb2fff6b, 0x04f7ae3634c3405355fc2841ee8814bd34d27b9abd2a5267407c70d55b80c598, '', 0, '?'),
(0x11412732ab2e176d888b558f863f9a1e, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 0, 0x9309839bb3892d6e429009cb8c29fb75, 0x9309839bb3892d6e429009cb8c29fb75, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf19416681c1811ec266154761e787d2a, 0x61fce543d6041c42e7409b90546d5451a51b7aec7a1dfd430a0f3b9ecabf8f56, '', 0, '?'),
(0x1148b02e6e59fb9bce544198cd2f8a14, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/toggle.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/toggle.jpg', 0, 0xbf60b0d1516a26012cb35c9396dc5b2e, 0xbf60b0d1516a26012cb35c9396dc5b2e, 0xffece2284e26e36a675ba7db5c7c5b58fedca63319447f88e7c12b3ab0328455, '', 0, '?'),
(0x114c2c1a15220eff0043fbcaa13879a9, 'wp-includes/js/dist/primitives.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/primitives.min.js', 1, 0x00000000000000000000000000000000, 0x887cf19dde810eb23e576a88348eb564, 0xd6fc9aeac1da3aac7740adc27bf973bc77e8a8a7b7d9976c6963626eaf469595, '', 0, '?'),
(0x114e5345c9bd37ff53f1412d1c8414c9, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php', 0, 0xb465d558ac0022b198cd7dbc9742b10c, 0xb465d558ac0022b198cd7dbc9742b10c, 0xa68d83ecbdfcf0bb770d395d9aaabecc89289ff508437b0256b05eab3b646c96, '', 0, '?'),
(0x11511247879a7219d86da4691e6253e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', 1, 0x00000000000000000000000000000000, 0x84805afd50cace11868d1c481d913401, 0x13aa02d127a17f63bae5609a906908582117276af573d4a123e1c5ea8ff0ec66, '', 0, '?'),
(0x1157f209109f42e158abb1e610a3efb6, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-clone.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-clone.php', 0, 0xaa7746e4ee91f2a102d1f80d54ec84da, 0xaa7746e4ee91f2a102d1f80d54ec84da, 0x06f37f01205dcc56ed0c58130a3180b602d7f3219fb91a85fc5a5d5c4fef4e0b, '', 0, '?'),
(0x115eac12670823fd91b48c5147e22691, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', 1, 0x00000000000000000000000000000000, 0x5a5e639db5a73c04907c56aefa0920c5, 0x965e6fa4da436789b74211ebf693bc11f65c462f09820d4f66b2df86c4393801, '', 0, '?'),
(0x11626838e593f9d461a25fa2f9a6eaf2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', 1, 0x00000000000000000000000000000000, 0xec146d2441cac1db09e533dfe5c01d3a, 0xba243c7128690a25af85a267f509c199a962cc704fb066ed74abba07c581a2fc, '', 0, '?'),
(0x116454a23c4239f94ce11f0de7a96061, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_title.php', 0, 0x2c52b8f40395982678855378f822283a, 0x2c52b8f40395982678855378f822283a, 0x4ca6ecf283de4853dd83f1fec6613f576792059b234af927b60159b00fba1ec5, '', 0, '?'),
(0x1165bdc06a82ae15f48b79add0393bf0, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php', 1, 0x00000000000000000000000000000000, 0xffe827f23ebbc9c278ad9138ee45cb42, 0x81fcea42e4c2e1ee26cb6b64f57ed3bb997016495372cb1570ca966b8c209530, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x93e1b4c5db2e30b2bd37c09fece71f78, 0x6a25163eaed040e3a03c58dae0b2c9d8b4a74e78cf4401579ccf3d543a8b0515, '', 0, '?'),
(0x11717071cbfed2ab1441a3ff91d1cf44, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', 0, 0x06b1851660baec4f91768d06dc0ce0b0, 0x06b1851660baec4f91768d06dc0ce0b0, 0xd1d01d497c7aec1f6c2a1a554deb6f2db34c84b27dcb2c604ff4dcb74fed875a, '', 0, '?'),
(0x117788a9861b58be0d532e942fd50fb8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php', 0, 0x473b044e848d1f3072ed039b475862af, 0x473b044e848d1f3072ed039b475862af, 0x0e85549f794bcfc7584fd0f9e944e4315a1c9a7ffc0a9a1a722caab85dea3afe, '', 0, '?'),
(0x1177916573c5cf693cb54fd84a2517c1, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0xba61b2a925bf75ff86dfc595c9418ba5, 0xb3f31a061e6089a89d6fcccb2073a1fcb6ff34838338301b2ec79279c69d56d8, '', 0, '?'),
(0x117887f1534114b0210bb10105c0bb2b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', 1, 0x00000000000000000000000000000000, 0x71380da74c5b5c68c68977f69cd98670, 0x0d1b1e2c6f02c8b09f8c227d46ea2c0de9127a7190f4d368904b98e7813bbbf0, '', 0, '?'),
(0x117b3b8ea4604d00165da40cfbf71792, 'wp-content/plugins/wordfence/css/license/response-variables.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/response-variables.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x117b8adfe1adc3f7033b90f5575bc3ce, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_9.php', 0, 0x8c8138012279ec8d3cf647378778a61d, 0x8c8138012279ec8d3cf647378778a61d, 0x368aad85871c221ccd421be1f44dcb22a3880f1964fdbb80c7effcc2325a354b, '', 0, '?'),
(0x117bc427eea0413c1cc6f35427b39223, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1.php', 0, 0x42afc5c1e4e86d970a101592f399ac9f, 0x42afc5c1e4e86d970a101592f399ac9f, 0x2ea7d4bb118ca8187414b64f3cf8762d9dacb215255e1cdf0e5b321d915f60de, '', 0, '?'),
(0x1187e36a471930b3ba25caff4c530d74, 'wp-content/plugins/elementor/includes/widgets/testimonial.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php', 1, 0x00000000000000000000000000000000, 0x16d9f5315979454a37b16d6be3828732, 0xa64907cf006d9d5ea9aa1b56d812b987f4f8ca2fcc370b77ac60854792812ddc, '', 0, '?'),
(0x118a953ef06050f6b5ea408c17d4dfb9, 'wp-includes/theme-i18n.json', '/home/abt90iranbet/public_html/wp-includes/theme-i18n.json', 1, 0x00000000000000000000000000000000, 0xeee28719bb312b96f5791f4565beff49, 0xdab22644ea6fbfa043bd55648ac7f4f98b54ebf74f02bb076a8be349dcfcaaab, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0x3bfff8e6753b596c3c6a141e7e3af941, 0x082b2f3ba23cac97b708b45721d305631b60a85a23016c3531a1aea6b00da7d5, '', 0, '?'),
(0x11931f6e7eebb2f4761e28d8191c3cdf, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.css', 0, 0x168fe8f091b41200886eef14584a4b77, 0x168fe8f091b41200886eef14584a4b77, 0x3ab7f8a2fe7671908fb7a319ba1d5299ebb2885aa112d95acd0eb954c0e29723, '', 0, '?'),
(0x1199b740c210d9a803c96e400fa8709b, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x002947e91b6a1cc40f595859d2cedbe8, 0x5e431cc9736954b6280d7b0a2a85d4925ee93a3e496daad5aee8ab5ebe7c72fc, '', 0, '?'),
(0x119a0e3a6b5476b0df4b1dee12b19030, 'wp-content/plugins/td-cloud-library/state/author/tdb_state_author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/author/tdb_state_author.php', 0, 0x2590277c470c3471a2ca08579ddfbf24, 0x2590277c470c3471a2ca08579ddfbf24, 0xf24ac2b6d1ef8c376af081db41925423fa41e45d91d50c9a997435b3e4dbd75b, '', 0, '?'),
(0x119c288f4069380ddc5b844c9958653f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_panel_settings.txt', 0, 0x530361391cd99fb065bdb03f7d153f38, 0x530361391cd99fb065bdb03f7d153f38, 0x0315b9d56ed315130c378b7991cdbf42890e16f416e75d632ab0e7f06a771f38, '', 0, '?'),
(0x119ff7dbbb5067a17f3bd9f587c909ac, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json', 0, 0x026896d99e178b39faa2ffa1e8cd6cff, 0x026896d99e178b39faa2ffa1e8cd6cff, 0x7b8cdc3af4d34071a01b85fb033fc83801ba55a15f8477ab78f679eea2dee998, '', 0, '?'),
(0x11a072cfbf0139a51d155b243ed5685b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x11a214e920eff36356bd7cea906406c0, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js', 0, 0x4620cd12d114a431c647beb528a03ef2, 0x4620cd12d114a431c647beb528a03ef2, 0x4404029c264b5ff5284db52bf290c9681e12b51a6000e63f42da5ae701aaf9d9, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0xf2699a7787d9bb4988df41ec7be9a75b, 0xf92fe76fd2c11cc20cd1b682cf89fa80d7e04fb86d791ae3776e4ac98b1882c7, '', 0, '?'),
(0x11a4d2d76e0e11029e67d1ee29c38fed, 'wp-content/plugins/elementor/assets/js/progress.553d43a5b3903206bedc.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/progress.553d43a5b3903206bedc.bundle.js', 1, 0x00000000000000000000000000000000, 0xf383e9819bdf0be58c22a5fdb0e2dbcc, 0x2c8de87dbac2febff5a301040808339b3b33c80aa2d7374793d125424240c62e, '', 0, '?'),
(0x11a700331d7b8680c187f6e6e0196215, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_post_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_post_settings.php', 0, 0x9c737f7ac0a0010f864b856a573fb380, 0x9c737f7ac0a0010f864b856a573fb380, 0x9ea9da940697c706a3c91bd82890e352d64766fd5990c30f415aa1774d613dcf, '', 0, '?'),
(0x11ab7313d011071d87be391faf229c3f, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xdec73a46174835beb1eb7261d50b1be8, 0xb8d0ed2bf1d7e075f10a44f55366c7c730d07e209b2741f7c183757f517b7319, '', 0, '?'),
(0x11accbd4f4b2161362983ed012b260a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_10.php', 0, 0x2700b04ef67461a780b094ecbf25c116, 0x2700b04ef67461a780b094ecbf25c116, 0xe2f686cb6777450ec7f45ec2768b1e904068b1623052b4a786b7edb8a2ae0992, '', 0, '?'),
(0x11aff4c7f5eef4b778d792a78e77a732, 'wp-content/plugins/td-composer/assets/images/bg-modal.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/bg-modal.jpg', 0, 0xd6914234d9466078ad40554c50f83168, 0xd6914234d9466078ad40554c50f83168, 0x3d979b3bba61e02f575b1748de4fee4a8879f621911c39950bcb7f0a41c9141e, '', 0, '?'),
(0x11b4fcd0689330400ebf4174b2f32efa, 'wp-content/themes/twentytwentyfive/functions.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/functions.php', 1, 0x00000000000000000000000000000000, 0x21cba84c98fe599edc473bd831f025c7, 0xfda3e6ad452797968245333f0a2cca3265ac0ea9b549c752a65cc257de20530a, '', 0, '?'),
(0x11c5e1da75181fa55d50747791d58698, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-unsafe-features.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-unsafe-features.php', 1, 0x00000000000000000000000000000000, 0x2a9841ab27c724d59ffef90247a340e3, 0x0f7adcba8fbbb41e027a9721584915e30167ee8df221b5b8757c340abccedc74, '', 0, '?'),
(0x11c6154bf1db2c576f3e8e6e5b68ecac, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-scope-entity.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-scope-entity.php', 1, 0x00000000000000000000000000000000, 0x0acd7da3ef93baaaf43a4b6598c3d80b, 0xa901cc18cc24e36dc1e9d7ba4b2d50d07c9e7300a190bbbd580e321edfc0bab2, '', 0, '?'),
(0x11c618e2c7432b23ac450d5063e190a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2_no_content.php', 0, 0xd0696625401a3487cbab50056fde9d52, 0xd0696625401a3487cbab50056fde9d52, 0xd79eb084342b59a392ed1f0becfa6041c79ff80cefff7c20c7661b35163a1d4e, '', 0, '?'),
(0x11cbffcff47bbe54cbf1410539cb0a72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', 1, 0x00000000000000000000000000000000, 0x5cc5fef2a3551e42ff71e6174f48bd21, 0xedcdc6091b281c7ac92a4ef7a2b712b194270c05b4f0f22be7268b18c369cb05, '', 0, '?'),
(0x11d1b3ef75987451865d7dab6335dcfd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_10.php', 0, 0x2da9c0f803ee60623aa8582fbadb0f6f, 0x2da9c0f803ee60623aa8582fbadb0f6f, 0x7c5899f6f60ba4a459b90c9b0963455b0d64e459eda167ac5d9560c415cf17f1, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xca7eb870bf124553d804b0d6638f1956, 0xc23c923d00ba5b5a0a327ceb8ba2b692003f36faaf930389a2ba90bb8b9690a3, '', 0, '?'),
(0x11e627dafa16dae7a609ecd968f2c284, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', 1, 0x00000000000000000000000000000000, 0x62e5a7324e3dbcf403b219b5e4e29168, 0xca83a61804796bc92a84d0d79cd98f1b26321bdd57fa88c94cdc48800a690b6a, '', 0, '?'),
(0x11e6fa55e1a57fae59f8a72c36bdc486, 'wp-content/themes/Newspaper/translation/fr_FR.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fr_FR.mo', 0, 0x72c2fd26b33d5f3a468aba69a1410cc0, 0x72c2fd26b33d5f3a468aba69a1410cc0, 0x36010077f16ee448600026751fb7da1ee379c211999d28aa66ef39a52d61a4a7, '', 0, '?'),
(0x1201ed12459f881ab74c1cda1179622c, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-email.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-email.php', 0, 0x06af64e311c340afe911ed8ebea4451f, 0x06af64e311c340afe911ed8ebea4451f, 0xb64ce11e15856680e8b21de99ab71170def403e684475afb20e96818020879fa, '', 0, '?'),
(0x1202af975376d90c67fa992f927bfec4, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php', 0, 0x10c6e2247ba6fb0f39ab9c7ee974fcf8, 0x10c6e2247ba6fb0f39ab9c7ee974fcf8, 0x723567f55591502a967ce9e47182b41f242cf51a374381c20e1725a39ec711af, '', 0, '?'),
(0x120c0b035e4587ec64f7eb504d39c7b3, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 1, 0x00000000000000000000000000000000, 0x821fe9ea39cc7b730a7440c4bf3f07cb, 0x883b70f6e2489fda1009308feaee92d9ebf3cba602857425033b19ba436d57f4, '', 0, '?'),
(0x120d7eac4e6d5b906d76758b6209b14e, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationSprite.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationSprite.js', 0, 0x0b55db4f3bc840edbfe088098fd2525f, 0x0b55db4f3bc840edbfe088098fd2525f, 0xc5faa1b3730a49a3ad5f903cbad63b0c6429696bb8370ac698c8a6b6bc310206, '', 0, '?'),
(0x12107feb871f10088270ed4ccb369cc4, 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css', 0, 0x9015ff5883376b39c08ec13d4bbe34bd, 0x9015ff5883376b39c08ec13d4bbe34bd, 0x102cc144a92a77b952f468aa69c8369e0c3f248a6d700813441fb455fec5de36, '', 0, '?'),
(0x1210bb8be78844b158164dbe921b283c, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0xbd4745d81c19f461ee8f2ee296703d20, 0x96a34246cf6cd95e8a947de21f17d3a1853cb24ae8509fba16e8c7c9f3f56f61, '', 0, '?'),
(0x12154e6bfa7735866e2ef8174d6d2d58, 'wp-content/plugins/updraftplus/images/addons-images/reporting.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/reporting.png', 1, 0x00000000000000000000000000000000, 0x144188eb53cad0c185b0cea425b664ee, 0xda57c2aa80cf2669ac3bf87f3276e0369ec87fd836b5d736919a9a4da1904df5, '', 0, '?'),
(0x1219036d7183d95cfc221e941f9d923b, 'wp-content/plugins/kk-star-ratings/freemius/includes/l10n.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x6078da2e038117e0ff00a9b375f35b27, 0xfd06207c1b944cdb4a0c8456998a1e9d1bb6b03eae236f18d540d592417535f2, '', 0, '?'),
(0x123643f2e5f89fba86f4c8180b1d7148, 'wp-content/updraft/plugins-old/updraftplus/includes/class-job-scheduler.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-job-scheduler.php', 0, 0xa3ece3e2144781bb0ce84d1fcc638edc, 0xa3ece3e2144781bb0ce84d1fcc638edc, 0x85d1c48d667b42fe5d1a2cecdf92790201484b69ffa8ec32bffe4278cb139e09, '', 0, '?'),
(0x1237895a0a73dd995cf5c4310d8f1a95, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php', 0, 0x87f617bd504b7a06ca5b6392970f95bd, 0x87f617bd504b7a06ca5b6392970f95bd, 0x094121c6405f4901eda3f7a9294ad4c67f3c2e5ba5b666a8bc9c2a1cadc3ade2, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x123b879897d5de1a045f2e10f5e7e5b9, 'wp-content/updraft/backup_2025-06-09-0324___90_1906cd1b1c1b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-09-0324___90_1906cd1b1c1b-db.gz', 0, 0x09d47303879450ea72e8707502255b58, 0x09d47303879450ea72e8707502255b58, 0x806578d1808627681301d8cbba68e5f713f58a45df931e60c97ea2f53c4b0680, '', 0, '?'),
(0x123cea7e0d98fa748794ce93e28b9bdc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_7.php', 0, 0x6710016012bf5f37b271a15628458640, 0x6710016012bf5f37b271a15628458640, 0xe1edce29803179dc1cb6e99f8c764a33b1c0d27f53652bf479c9e9a0a5ea74c4, '', 0, '?'),
(0x12426bf48c6e47cdd6cc7e37a0a615c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_6.php', 0, 0x17f32dbf0a88bc4f54d36fd034e821f8, 0x17f32dbf0a88bc4f54d36fd034e821f8, 0x9295e0f71443dcab27a9cb913683a0f59bc7ce196eab5b11009868338610c62d, '', 0, '?'),
(0x12427293d82ca27ae35847234e6a103e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0x43b1632cfb2164af3b167d605b6e2494, 0x5dcd257af03931a835d1163af28cf1b13aae9caafb3456d38dc90bed44d40e54, '', 0, '?'),
(0x12430b9e79b2d2f538dd2761bcca16fd, 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x717eb16691a69ca5ef8ccdeeeb9322e1, 0x70112cd52d1003da67577fbf878105d48ef5bc1e5782d22e63fd4582a2b2e24d, '', 0, '?'),
(0x1245f7341c4532440aa7701845dd54e6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php', 1, 0x00000000000000000000000000000000, 0x73d30e52d5c3ea935c9d2b0d1e80c6f7, 0xa43769cf65677bc3b5508d730d96d4f636dd322dd4261e86f760a9b14ee8c78e, '', 0, '?'),
(0x1247368bae963b270bc554b5194eb505, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', 1, 0x00000000000000000000000000000000, 0x1f0f3bb1f17341f9cc70d0be9f8ca527, 0x70cfc2fabd1356a21fc6e60cc6eb46a88db9217432f6161a4cd081f3572fbcb6, '', 0, '?'),
(0x124c0203d8e7277ee0a2042252898fed, 'wp-content/updraft/backup_2025-08-16-0330___90_679491e4bad2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-16-0330___90_679491e4bad2-db.gz', 0, 0x40eff27592f914b6a022b15ef50ef773, 0x40eff27592f914b6a022b15ef50ef773, 0xe765697e28bbd3c62d93538f78d707ea5061a6fd7d2638b962d876f1358fe2bd, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x1253e4c4f6615009cf7e5f76e02e3408, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.svg', 0, 0x566ed82ae20635d1155fc36130a5498f, 0x566ed82ae20635d1155fc36130a5498f, 0x01de9ad484ff8116bdc372a68c9dcc7c60da587e1319abc5bc2fcea6eb1d52ae, '', 0, '?'),
(0x12555e79e9726ef65ff3a54589f0fe04, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_2.php', 0, 0x7f1a9711a3ba0dd1dd4a5554560b7c62, 0x7f1a9711a3ba0dd1dd4a5554560b7c62, 0xf915402669770cd9374ed298239f8a1f252f6754b33d285d9e0881318132b8a6, '', 0, '?'),
(0x125653160ca0fc56a9b090dd50a554a3, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php', 1, 0x00000000000000000000000000000000, 0x5bf20c880e3521de0b3e01682537a0da, 0x46b937be55dc82c4f93495c753ca1312160a6ae283f4a8d1a7a2eedb9f635105, '', 0, '?'),
(0x1256e4b509e3468b3c5470a02aa5fbb1, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 1, 0x00000000000000000000000000000000, 0xdd0f333916bc4244076bfa5d0d1d1720, 0x661f228863708856d36cc72b9e163bb34ec1f902bbfa5669def044bec7fba409, '', 0, '?'),
(0x125b9be9106f640b49843a243004cde0, 'wp-content/themes/twentytwentyfive/patterns/format-link.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/format-link.php', 1, 0x00000000000000000000000000000000, 0x4e2a444ea74fb3ad9be54dc2a0126d66, 0x3da8be593e74ad47eee00e4ee47ba5935f0baec4a5f19f23eb141a1874f4ef1b, '', 0, '?'),
(0x125bd9740d1fff9c0a35883e9cafc4e8, 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-versioning.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-versioning.php', 0, 0xacb91dfad86cfb2401480e4e839a0077, 0xacb91dfad86cfb2401480e4e839a0077, 0x5dc5c8c762daf08327f9a7b95516cfeff464ecdd00c463eea4b8565cc86b8c25, '', 0, '?'),
(0x125ed6602f61c7b777d3acf61bbe31e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', 1, 0x00000000000000000000000000000000, 0xa58a23753b735f2b80ba6286d9010deb, 0x5183f8d242ca1f7c0c7be4604e85404ddd340d0928ab2c7dd4f1388c501c49ba, '', 0, '?'),
(0x125fce2971217c80876348ddca1583aa, 'wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x268a542ee2bea9e7c18b93201fde7da8, 0x5a7ffbfbdd866a5cfb0f0ab58986f1911bc688eeb4e34498d6a61c0b2d8bb470, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, 0x00000000000000000000000000000000, 0x6fa4ea08c70a329183e830b7eaf4f800, 0x6147cfd6b41d0a4f6bf826319593e4601033832abf89d2bf66d31599e95f57ef, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', '/home/abt90iranbet/public_html/wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x646685a55788951b29836985d74d765d, 0xc39aad41d0f24780897938aba588ce2f4fe0c7ab593e82fe0d7599a9a6c27a31, '', 0, '?'),
(0x127fe4c1664bce3bffc3a30c394e55b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_5.php', 0, 0x62c13e8a308e4e24a0a461b59fcb50d2, 0x62c13e8a308e4e24a0a461b59fcb50d2, 0xc51b23bff51cf4b616912adf353c93e4e8b9f8e3f744f251dce769b9c6713587, '', 0, '?'),
(0x12862f78303c86a09368885b0e1f403f, 'wp-includes/sodium_compat/lib/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/error_log', 0, 0xc80ea45f343111cfd6fc56d4ed2524b5, 0xc80ea45f343111cfd6fc56d4ed2524b5, 0x93bcd55d14f4958cde89891b712c2ff5c1fd28fba8b6058bc30829b78b69798a, '', 0, '?'),
(0x1289945f2c1b82eee86763e52fcf0799, 'wp-content/plugins/elementor/includes/managers/widgets.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/widgets.php', 1, 0x00000000000000000000000000000000, 0x9bbf215009c44bec65990605e97339f9, 0xb9e6814444ccc6717962ce3983b3aec34500179f7f36f271d607676264aa086a, '', 0, '?'),
(0x128f2cd0e68315b573563861e5fddce8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', 1, 0x00000000000000000000000000000000, 0xd75f929e05439c4db388a1f7048b4f86, 0xcce0e78d2be6b09f05bdb866f10c63f0e04a2d9d72b4bb5d4414366ef2bc5c6f, '', 0, '?'),
(0x1291c73ecd3aa18ee1085f29a2248a66, 'wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php', 0, 0x78d1629865001fd490577f6354a89b16, 0x78d1629865001fd490577f6354a89b16, 0x91a650c6105db2acbc2e2584ce8eccabeea1a9484f0a39ea8dd72f0d4160ede6, '', 0, '?'),
(0x129415b33bab243348219553385b075f, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x0df0328dbbfd4e88b85a48bd121a8ddd, 0x2f87ff6168f36b72b4b8644d0455a797d299148005b0081df868179db411ce59, '', 0, '?'),
(0x129426b2a2af4f8ffa5a3db244732ed3, 'wp-includes/blocks/search/view.min.js', '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.min.js', 1, 0x00000000000000000000000000000000, 0x9e4ce7b5d23387b8aee77cfb0357f17a, 0xdda849233a0895d418b016d20783579b910eb9aba0edca282efbff6483df9f6b, '', 0, '?'),
(0x1294c8e649c32cfc84ab43625c8cb824, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_8.php', 0, 0xd68f6e5935a97d52e7a7e02863a80d4c, 0xd68f6e5935a97d52e7a7e02863a80d4c, 0x8a1b9e1191ebc72367f137cb504b07b3df1d31346925c155e79ce97cc3dbcc7a, '', 0, '?'),
(0x12954b4bebb3fa83a9e563d57cab8434, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x129b47064257a05c487296d3abfa5dbe, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-4.png', 0, 0x88ee919597990cf7ede746ae2a14c163, 0x88ee919597990cf7ede746ae2a14c163, 0x51045dbf8bf7a096905fb8f4ce13aff46d9e7cf73a400e74639cdb93b1a2604f, '', 0, '?'),
(0x12a10ec363d44f9a40ab2ffb6c4d04f0, 'wp-includes/blocks/separator/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x07c545601366c21eca9045eb11961b99, 0xd70ae27edab91b916037b7e7e5917c70eed4e08450eb1d2a8f368e70a3870f2e, '', 0, '?'),
(0x12a9acb3f4913901c47e007b40d9dbf2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0xc2aeab0f85f375154dba1597a4b913d7, 0x16a44a458f7a9518a4bb88d99936c0049effadbcd52950a7fb2917f7c3008ec3, '', 0, '?'),
(0x12b85ea0b18b71678ac6606ffd5ab58b, 'wp-content/plugins/updraftplus/images/addons-images/all.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/all.png', 1, 0x00000000000000000000000000000000, 0x95e06d1809eee8f78a29d52d876992f8, 0x0461b9a61e5a0322d6f0d300a8011c98d304a1d60a9b38feda276feec7590eda, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', '/home/abt90iranbet/public_html/wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x8928691f8cbe8eec3959b1fd0f50746b, 0x3584c098552fb3b27d08a17951a4e3ca2200d161201e9e9462dcadef6fbeb87d, '', 0, '?'),
(0x12bbf8fc4c700cc0118cee89ca46a89b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php', 0, 0x3a1af1fbb9d681b494549bc3f1be2e9c, 0x3a1af1fbb9d681b494549bc3f1be2e9c, 0xe01b16d8d1d0dcf98b08f9368c6fdbf740e7afdec83045d37614d696c3815829, '', 0, '?'),
(0x12bc1da9a33f74a34e520f1f8493522f, 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 1, 0x00000000000000000000000000000000, 0x62b48a055300cad8acf6ec298a64bd8e, 0xbe938bb15b16d6143c7bbd1d3d9925a7c97705723f1151374c14470aff869de7, '', 0, '?'),
(0x12c61c8580b919fa142cb2ef3bf91b69, 'wp-content/plugins/elementor/modules/notifications/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notifications/module.php', 1, 0x00000000000000000000000000000000, 0xc32c123ab86ce726a23be2f21f6dd681, 0x635e2b4ef781e86d4c4840e76c84f0d367a124a941737fe04204fd3698f6d457, '', 0, '?'),
(0x12cdc923b002f92d5abd00c173a0b664, 'wp-content/plugins/wordpress-seo/css/dist/modal-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xecc55eb54289f8b7eb4b5109ccaab8e0, 0x882a160226b5592fdbd351ed9860a6a86316fc992e1af2ba75e84356e9c2d8e2, '', 0, '?'),
(0x12d23bf6d096ba30f38cd7989564bac0, 'wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php', 0, 0x7261ffd6d448e5e476fd8cf3a76400f9, 0x7261ffd6d448e5e476fd8cf3a76400f9, 0xac00b5cd1c6fb7b937be71f1b4a6a0c4e6edc622b58a32b69f2f4a26438c144a, '', 0, '?'),
(0x12d5177054a07087b9ed33d5d110c2ff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_6.php', 0, 0x90e0ed69ecc0f78853de9ac02504ed21, 0x90e0ed69ecc0f78853de9ac02504ed21, 0xebe03bdd204b32b55a6caf444d6e4978b24900d001cf9d6c919e0b6d80b01722, '', 0, '?'),
(0x12d9e7ca5b732669b5752913f90c6e0b, 'wp-includes/blocks/video/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x97bf41ed2b6bceaa59767e298cc3f943, 0xa95dc6691f18d6a67a0620c402f971bff52d7c7f6b1780f0cfa3edf53cb84205, '', 0, '?'),
(0x12dc720f855c5b5b5a9c9bc76597c415, 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xce3d5b38f3e714bd13707ba71c431172, 0x54bb2c38058b6ef83c29e59c923bc6a4334faef2d3c188420d9c372efb19368a, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 1, 0x00000000000000000000000000000000, 0xe95ad77ddb52ead81c2e25851ddfc6bf, 0xa7d9519ee4a58f6abfa7fbb9541585a738f6277246093594e5f463d1309945f8, '', 0, '?'),
(0x12e2d35c4895f6967f585a11bfdb4218, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', 1, 0x00000000000000000000000000000000, 0x0a0938fb2677f0a27e775febf1724290, 0xfab2903e7d4362561d2a7253f63c2039257c95ffeb446e3b939af82930a027d0, '', 0, '?'),
(0x12e3d69b251790d8f0f272bf040571fc, 'wp-content/updraft/plugins-old/updraftplus/images/notices/collection_sale_24.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/collection_sale_24.png', 0, 0xe56dafc8a4ae58f129bfcd6c63e853c2, 0xe56dafc8a4ae58f129bfcd6c63e853c2, 0xa6ffbc069c62dda9f6201aad58d284e91c1ae3cba9ce0d2080ae9454e12cdc5a, '', 0, '?'),
(0x12e4db4bd5eb7fa3fbe7f9eedf36b97b, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_10.php', 0, 0x04fb0fbf4e4b1cfa34f879ad523df78e, 0x04fb0fbf4e4b1cfa34f879ad523df78e, 0x37f6db4c1d4778eebae1fdf6bfffdb9bfd42180727d4f8d1dd311245d1683a68, '', 0, '?'),
(0x12e90560d831dcb851b1b6c9f80f25b6, 'wp-content/themes/twentytwentythree/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/archive.html', 1, 0x00000000000000000000000000000000, 0x64a7621716cfeb688f0ca8d6f4bfbe18, 0x4f692147f74da05f51b708f9dcf291ca51de3c7d7d455bb614575f0eb1b05e3e, '', 0, '?'),
(0x12eb71c5a19262fb8dbfce623533a2c2, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 1, 0x00000000000000000000000000000000, 0x30dd28e47bb5c547077642e42a7a89d1, 0xce4a5910fd93fed5e24c56d2563140515001c93dc5cd22d64cb19805e0d03d01, '', 0, '?'),
(0x12ee4067912bb0590b8af702fb08b382, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xf54c0bfa433b469bbea6b7c391670271, 0xdc6d1815248adaa9f7805ba60108b72dca1483a6bc72cc1338d6c53ec1a4beb4, '', 0, '?'),
(0x12fea5493cbdd6cd5518c2434d645aa4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x789a71b0b213169a3db0fa6f2dc9864a, 0x961bf015009a824eca3634186741a1bedcae48218b5e44db99fd9b2ab9aab6d5, '', 0, '?'),
(0x12ff97f5569c0672e60acfb788c447b0, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_list.php', 0, 0x4f2fc05b0f1683c4ecb8ef643f0a4828, 0x4f2fc05b0f1683c4ecb8ef643f0a4828, 0x2b014f045a8c7a88800b35a6d99a854ce57a24768d900b4518b4229962e54666, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/resizable.min.js', 1, 0x00000000000000000000000000000000, 0xd43c1aebbc4ab0a181d767d6d63e5b20, 0xe550bdcdea1bde0b2db87342b18a490f814a99b831bc8b818ede811dde57438c, '', 0, '?'),
(0x130130a0ec80a72d0a5c95f879795960, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', 1, 0x00000000000000000000000000000000, 0x951b29fed3230754746b78fa4b6270cb, 0x49ffebbdb6917cda21bfad8ed55657d0e1828e5115df55145a694cb49898f6ec, '', 0, '?'),
(0x1301e941c6a2145aa62af9c57626a2b7, 'wp-content/updraft/plugins-old/akismet/_inc/akismet.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet.css', 0, 0xd34a6bec5886ee28bd34480cb5aabb84, 0xd34a6bec5886ee28bd34480cb5aabb84, 0xb8a23ba17e6d51763209bc596bb2b1b15eea2f9327204cb5db40f72e6e88fbb3, '', 0, '?'),
(0x13119de40fc92a4131f25e2903fecda1, 'wp-content/plugins/updraftplus/options.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/options.php', 1, 0x00000000000000000000000000000000, 0x2e9bc8cfb25f23b11bbedb6a812801ad, 0x655e9f3106463f2692b36210b5f9a7bd19c7199255bc22d4b18cbea92f5d88cb, '', 0, '?'),
(0x1317c409f183744ea758f8ec765ed6c1, 'wp-content/plugins/wp-rocket/assets/img/logo-sucuri.png', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-sucuri.png', 0, 0x9ed0cc8fea85376e107603eff9eda10e, 0x9ed0cc8fea85376e107603eff9eda10e, 0x0273931b1a26ea1b87ba55a4bac15e222b5cb26961f664b5cefe0a07b9ecaf29, '', 0, '?'),
(0x131d103710f928e1a6cef1456b972295, 'wp-content/updraft/themes-old/twentytwentytwo/functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/functions.php', 0, 0x293cce70c36884c84e48ba731ceb5187, 0x293cce70c36884c84e48ba731ceb5187, 0xac0aec1168f73dfee2449b9b4dcbe93aa107245189f6ba17c2231302d6320a53, '', 0, '?'),
(0x131fa4bf8149799dcc7c1fa58f9daeb2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x132385759b576f5d51b99bd2bbb6bdc6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_4.php', 0, 0xc5751d8290dd1e0c413b281171d24136, 0xc5751d8290dd1e0c413b281171d24136, 0xfe01da70842a25e2abb88790397f54ef87eee390b88f4511e348d15e7bda3edf, '', 0, '?'),
(0x132442e4c9d0c0766d347e4dc79fcfec, 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common-1-25-1.min.js', 0, 0xc7cadd1331029a3fb52d779389dc7c08, 0xc7cadd1331029a3fb52d779389dc7c08, 0x3740f24dfb0411570b6b2b9441a272f6a5c6090c98f366bcee841727c0e69d6f, '', 0, '?'),
(0x1324ecde27e8588f52cfd1a5cab6dba0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x4443aff69969039d756e3580b1353067, 0x642eb3fad2b9dc34fef83feb2d14cdb865381888f4cd51fed311a4e18ca6d822, '', 0, '?'),
(0x13253c9bc0c4f398d5e33e82411841d9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_4.php', 0, 0x3dcbc5c8f2a708ea632c2344d0546ac8, 0x3dcbc5c8f2a708ea632c2344d0546ac8, 0x54215f523ef4eecdc16be6f53263022f645c8230e67fdcafe3202ab547429a2e, '', 0, '?'),
(0x1334804ac72d3c4f1bb3694466fc2e87, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 1, 0x00000000000000000000000000000000, 0x1e9029e0fabd65b2bbbae4b69a635d40, 0x23fc97d330586d85bc6486449117bd00217839696b53d2ba5f6b95ede21dd03f, '', 0, '?'),
(0x1334d9625ce08aab2eb23e22211f9146, 'wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php', 1, 0x00000000000000000000000000000000, 0x905bd2fd0a268118445e115f07a764c4, 0x8fb518c55ca2dcbcf61671439d9d7ce00b4f87409dd7d425acbda3958d8dea82, '', 0, '?'),
(0x1339a6b9cf0fbef9a17522ea575cec84, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/README.md', 0, 0x03e947016ec315b3a4668ae1ceef0bf8, 0x03e947016ec315b3a4668ae1ceef0bf8, 0x4bae2499344b33e89caa4415826552e7eb75be28f2f32e6663b6101c2d714c30, '', 0, '?'),
(0x133d5fe3f81c1e92bb9b6fb438114d59, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php', 1, 0x00000000000000000000000000000000, 0xf33b022fd6bf79cad1e6dca9d11ab2bd, 0xb6fad72eaeb83706712f8b1c409e18fbb07c0d5c8fd67abb78110ee3118ebf57, '', 0, '?'),
(0x1345ade2dcff52aba9c86d2073c94f22, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-plain.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-plain.php', 0, 0x7f0a8e3527965444ffa297d78d9c5203, 0x7f0a8e3527965444ffa297d78d9c5203, 0x83f63ca68015e88e70478299f68294387a7d9f8673472bb9d2031ccd3feeca27, '', 0, '?'),
(0x1349f526aae8f1e27d841ea93f9652e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_7.php', 0, 0x60342796414a46a89eafbcdf41b3e7fa, 0x60342796414a46a89eafbcdf41b3e7fa, 0xdd35343dd0262a4ca3dbd37252dda1979d1231ac35741014db5d7f726202c096, '', 0, '?'),
(0x134ad8b0b05ac5faf1477f10ec244fe0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5_no_content.php', 0, 0x78b4fa6952fdaa99cb8ecd12c3ee615b, 0x78b4fa6952fdaa99cb8ecd12c3ee615b, 0x0988c3292b84ef1722d2a77185db221a65aae5d1f305c90d42d98e6c7232c0ad, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x134e034908a7070a760f8296b29efd79, 'wp-content/plugins/td-composer/mobile/archive.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/archive.php', 0, 0xf37e25384c2f51905e4f699d53fa58b2, 0xf37e25384c2f51905e4f699d53fa58b2, 0xd1720c4a3886a0ad72195ecc798dbfac9ec6bb28a39a92d194427fc6dc5b1418, '', 0, '?'),
(0x1352174f2f610019c230b60e5e82df23, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1_no_content.php', 0, 0xe340ff3c014ce20af7608840de2b3eeb, 0xe340ff3c014ce20af7608840de2b3eeb, 0x60d82607710fbdc6e5168455d3a7881ea621611311415a78491bcf323fff80d1, '', 0, '?'),
(0x13567730f08f619333f8e9b6edce31a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_panel_settings.txt', 0, 0x23ea11b8696570b20463295fba4dfd17, 0x23ea11b8696570b20463295fba4dfd17, 0xae868dc5a2f3eed91c047648e9eb9d41ca3c1a606580b64e130bbf9c879df5b0, '', 0, '?'),
(0x135c1ecbafe2868781d4e58aa4f4c946, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_6.php', 0, 0x9ab29c3f4a671b88090c7ce06820ebe9, 0x9ab29c3f4a671b88090c7ce06820ebe9, 0x667b54fb8eb0b858ede65af547889d5b8b0e8d27f8a797789f8e332008fca4c1, '', 0, '?'),
(0x135d7a4a8417065333e327b66b1bc93e, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 1, 0x00000000000000000000000000000000, 0x432860e08d8fbe7c55769a8d779fcadc, 0x61b5271a8e883c7a648ab0fd8333b128d10143e73b78406054e0af05f65ef9d1, '', 0, '?'),
(0x13638ad620c8b58e45396a0f7a5b8b18, 'wp-includes/blocks/code/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/style.css', 1, 0x00000000000000000000000000000000, 0xc2e67a930ddd201f442d1a10c14271ac, 0x3964e15802ddccd7820cd30c0eefe1b86ccec785e698968e659ee511d61cf0b9, '', 0, '?'),
(0x1368128be6ec1c99af3e3ed1b6d50b79, 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-entity.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-entity.php', 1, 0x00000000000000000000000000000000, 0x6261a736383f7d3509c23631ecf8f322, 0x963c197f7d0844c3e8384b612b8d5b17ed715e687bb697ffa0745270976af0e7, '', 0, '?'),
(0x1372fa8df30a2708fa48a9f9fcb2330d, 'wp-content/updraft/log.6d9a6c39d032.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.6d9a6c39d032.txt', 0, 0xf7d5b29e1e6973431346606e03979fbb, 0xf7d5b29e1e6973431346606e03979fbb, 0xe3b811c7019207129e852865992e80c99c79c94ff82da4e30e0353dcaf899d89, '', 0, '?'),
(0x1373de6408ea5e676ece65155d90166f, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0x9bf03da2456263e3613b1f3bccd2c984, 0x57649670f2f0a5e9c69f0a08a1d4dbdbf570191b4a27a4526a25d4d35c9e33b6, '', 0, '?'),
(0x1377d137fe762b8f7131921ab31d8ad1, 'wp-includes/blocks/list/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/list/style.min.css', 1, 0x00000000000000000000000000000000, 0x77e86c28af1fa1c4f582e03e99dfbb5a, 0xdb202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bb, '', 0, '?'),
(0x1387cca794d3d008c642d5bf4ed5cc34, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-10.php', 0, 0xa19843d01711ccc6badb709157025760, 0xa19843d01711ccc6badb709157025760, 0x11e57bf06f1330d3d1cb48f147fc24ab4ffe0960edcdc05d4cc67b1c1952423e, '', 0, '?'),
(0x13887f48236ae35382e26ad68e62c187, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_css_generator_demo.php', 0, 0x45034b81f5ca1ec370e05aede1fe7470, 0x45034b81f5ca1ec370e05aede1fe7470, 0x4a26cd11fae50c949e2a50b6ad82050d9082d494502c0facf8a78f2d24c3fd8e, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0xa3819531a80e6083e0d83a25808efb64, 0xba9bb9ce27c947191895d81faab5aa925a58f52ae4e6ae5123095d147b431b44, '', 0, '?'),
(0x1389c7abca65aea48f9ed7ed7fdb30a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_panel_settings.txt', 0, 0xd31fbb1e1d8f503c9fa16f700a8d0cf9, 0xd31fbb1e1d8f503c9fa16f700a8d0cf9, 0x177cc0d620941982d21a818c727cc21a65b6e0e1badc9b288e2ebdc03ab46db7, '', 0, '?'),
(0x138bc29667ab953ae1cfd47cf38bb0a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import_no_content.php', 0, 0x744b00557f25c73cfdb71b4fcf15b5f1, 0x744b00557f25c73cfdb71b4fcf15b5f1, 0x0a3b0c82018530d4eafa7590be761329668bebbd89a6620e93ad73a4de0e915f, '', 0, '?'),
(0x138be311dfeb60c0f05ba0bfb3fe3989, 'wp-content/plugins/amp/src/Admin/GoogleFonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/GoogleFonts.php', 1, 0x00000000000000000000000000000000, 0xcbbc55c019bbaa8259ac2e427ac10e7f, 0xfb70853eefbe17611827f6a747aa428967c93333b2eb16eea438fe649ebf1c26, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xc7468e7a51afe8f9d67d20a095bfd030, 0x5dc79ba0bb13e163490ce38e5405a49629cda3786e257d0149eb6d14466287c9, '', 0, '?'),
(0x139d442a1f3b760c28b40c2ed2b28c4e, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x09f8daf67e15ef7b539925cc85be65ca, 0x967348e2e91069a309f77c4af6758f907d480f6aeee22ddd22d4e3cbc265c9d7, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xa085be439771e0f64d73b57dcdd8be83, 0x79ca8ff2f930605a99a9ddb97ac01127f2d5a1d4e67ef20e701778a27e513149, '', 0, '?'),
(0x13a77bfda98d4f7d75b2ce63cf26f7c5, 'wp-content/languages/plugins/wordpress-seo-fa_IR-8a9083701e738b3c956ea2c9a8a84375.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-8a9083701e738b3c956ea2c9a8a84375.json', 0, 0xd62b85cd8f181c6da3e7c40c7da304df, 0xd62b85cd8f181c6da3e7c40c7da304df, 0x7b655ea297d9dfe4403e8b00aaa12cd37a92e49de967ab39e14db7551c00af15, '', 0, '?'),
(0x13a810c81ab2335e524d769e4b65f5c7, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_5.php', 0, 0x54815847f492bf497c7fd20539412a71, 0x54815847f492bf497c7fd20539412a71, 0x2c079de48cd04a364946a98d4264c24774ef1044b5d05f2fce2982d863b89cdc, '', 0, '?'),
(0x13ad2a769698e564cd1b7ebef1983f20, 'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-widget.php', 0, 0x648b4a13663b6ca7ce624f24ac164fcd, 0x648b4a13663b6ca7ce624f24ac164fcd, 0x870787ca5e317a89322dba49729ae8f21b1bda2e21f2a3574537247b9a6f7ce1, '', 0, '?'),
(0x13adef11394b22eb126f7725fc3f035c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_5.php', 0, 0x23216a20cbf351e705cee898aa9ef6ca, 0x23216a20cbf351e705cee898aa9ef6ca, 0x34f86c69b501f2e022d067847a0ac04af2dff87d1940ae2de21bad4d87c11989, '', 0, '?'),
(0x13bba5f75e99cdc0f029515f612ef0c2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', 1, 0x00000000000000000000000000000000, 0x30d86fa90aa6cc036965273437d0ca27, 0x59ea5c131b05606cc0ee15525f3f67dcd1ee971005f383e361170123cdaf89c1, '', 0, '?'),
(0x13c0f27697da9df6c7c176baa14ace33, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 1, 0x00000000000000000000000000000000, 0x971b1625f46b1e37dbbbadeb2bffa4e2, 0x0bedcc68cba864a230afc8142a85557c9bb21adf3721734acb8119cc8b850f2e, '', 0, '?'),
(0x13c5fb26558369b310d39831f7ed73c3, 'wp-content/plugins/amp/includes/uninstall-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/uninstall-functions.php', 1, 0x00000000000000000000000000000000, 0x768cd3ae5af3613776dd45310d46b4b2, 0xa5b4eb1ac04e9c2367d46eba5223fabb3df7a1bad97dff5701817a451c570062, '', 0, '?'),
(0x13c799dbe8ac4734837c405a942f411f, 'wp-content/plugins/elementor/assets/shapes/clouds.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg', 1, 0x00000000000000000000000000000000, 0x4a34ea145eec75fee78752e8fc3567e8, 0xf5b0751a159b988c171df5f7fc6e4441918a6386afe26ccca2d30e56e6b5070b, '', 0, '?'),
(0x13cae9b50096802ac7dff3a502ae3e64, 'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php', 0, 0x6b10b5c9b5c5396e173677d2fa01bc5b, 0x6b10b5c9b5c5396e173677d2fa01bc5b, 0xea19b6d755f020eeb6495dd3f5399bfb2a66a818dd16e9cb1de95a399f6dc0fb, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', '/home/abt90iranbet/public_html/wp-content/wflogs/ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x13d2cb5f0639b277045b6fb1b5d603d1, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', 1, 0x00000000000000000000000000000000, 0xb01b37dc6022708871f5218059b0e35c, 0xf03fb3d2a8dc58259010a96f41f6d5e2d396cf0872259f74154f2e1e396cdebc, '', 0, '?'),
(0x13dcd7d18f707e19a81d8f1ebd275fd7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', 1, 0x00000000000000000000000000000000, 0xaddc1c0f2c17d53ab58317df427dd6ee, 0x32dd717ea35819142d74c898fc19fcd43be11581c4db5780c39be2be05d75de4, '', 0, '?'),
(0x13dd23ba24d9edfcc7daffc4a61a5274, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php', 1, 0x00000000000000000000000000000000, 0x7c33eb271eade33e4731c19487178189, 0xff6ba9b33ad40fe755520479e763dbf943f3a32d5a460e5b8560bfef5c16c950, '', 0, '?'),
(0x13e0adc63293f4d3e8b2f7aebaba2680, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', 1, 0x00000000000000000000000000000000, 0x49d19ad8a361f3926cfe99ef9fe06e7b, 0x65f7f17bb3c348a2e7ab65a1d71d30f82f7558d46527ece6a6edf8d92430c524, '', 0, '?'),
(0x13e22ccaf7e6109fa586fbb8342f7d0d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-full.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-full.png', 0, 0x6f7526d2e51e486176915c7bdedd4662, 0x6f7526d2e51e486176915c7bdedd4662, 0xbcbb4c5cd55325f77beaa67fd4db2247f614b1fb9189ed48f11803ab887da3d5, '', 0, '?'),
(0x13ea000487b2f2623a70abae8bf475a2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_6.php', 0, 0xfe25a474b9b4bb8eff830121c7c7b2dd, 0xfe25a474b9b4bb8eff830121c7c7b2dd, 0x249715d22c2ce232adc14da05c608fcbbe69f764120141d763d234e574cfa34b, '', 0, '?'),
(0x13edf92b6074ca94de12602cd6fd43a7, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/ducks.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/ducks.jpg', 0, 0xe60878b5319fffb9d16ced98ea1e3909, 0xe60878b5319fffb9d16ced98ea1e3909, 0xa4cd32289c7ca5f563f60c6d1b15a6a455fae1f47681748f501456bec12610a1, '', 0, '?'),
(0x13eee3a1555ffd3eec19b039e9af6be2, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title_over_image/tds_title_over_image1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title_over_image/tds_title_over_image1.php', 0, 0x5f4d92fd379304a45233344d25700ae1, 0x5f4d92fd379304a45233344d25700ae1, 0x9b3e50ef5e4a1750037dd2d204efc85fc841cf92a0e8156e2561d18a1e9d580e, '', 0, '?'),
(0x13ef2f9d6d03f3b8fbb7378bdeeaf6be, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 0, 0x088cb323c539971137d6abd7b6d5bf7a, 0x088cb323c539971137d6abd7b6d5bf7a, 0xa68fc0366f050c80d244a07776c510cec8a6688ca7b4375a94f3192e93cfe5d0, '', 0, '?'),
(0x13efddfab1386c0d3f15cb5394b2cc68, 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 1, 0x00000000000000000000000000000000, 0x9d46c10be14c8f974886be1b368495c3, 0x3d9e836c43193ec065f71b63f59e5db5b501a192157bf658830f4f490a6eb7d3, '', 0, '?'),
(0x13fa84d9289bbd5f9170f236e245e0f9, 'wp-content/plugins/amp/includes/options/class-amp-reader-theme-rest-controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/options/class-amp-reader-theme-rest-controller.php', 1, 0x00000000000000000000000000000000, 0xf10a4811dd4e0008f973885fc1896c5b, 0xf4cb9e44c5a851d4e00aefa1d129f61118014409c2e372de3aaa3faf8c24febc, '', 0, '?'),
(0x13fb50f0756ff23680cd15f6368fc5c9, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json', 1, 0x00000000000000000000000000000000, 0x433c73aa73a20431b8aa07b3589ab1fd, 0xf1d7fc31116e9cf891c25e46376f457f5189cb348fcc24cd2371a212fa1248b5, '', 0, '?'),
(0x1405ad1074925953512f5b8aae52cd43, 'wp-includes/blocks/gallery/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33f6553f50d1cf2129d07cd82399dd74, 0x9ecbc2afdc1cb6eb495559ddc5cd199870f8d8255a9536e5dda94b5dee244535, '', 0, '?'),
(0x1406aa49814be7f59900d52e3cc0cfe3, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_template.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_template.php', 0, 0x8369653ecf9208c0f45eb935376d04c3, 0x8369653ecf9208c0f45eb935376d04c3, 0xb1816e01059e9b9e695e21a46af00540eee147125c361e354736f1e078f676f9, '', 0, '?'),
(0x1413ecdc57f5818ac3c09325e6c88ec6, 'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0x93a0eb2182f9cd1f87297e09d7333f29, 0x18bddef5d72d067c245ff576dd24f545c70a752c2105982243c105261f3fb141, '', 0, '?'),
(0x141a3d4b37148b35c73b2318cb696abb, 'wp-content/languages/plugins/amp-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR.l10n.php', 0, 0x58f2eccaca8bc5562e3925d2dd027cbf, 0x58f2eccaca8bc5562e3925d2dd027cbf, 0x71d4beacfb7838b68c51812b2f4b1160033403f4c4442752651abd1a09a009de, '', 0, '?'),
(0x141e0c89d5915c8e5b65d5a667de95ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_10.php', 0, 0xf4012809b51ead0dbdf965ceb6aca3dd, 0xf4012809b51ead0dbdf965ceb6aca3dd, 0xabd2e6817279496a5461d8be0bce3300051f6c22c9445330bb2819a2457753e2, '', 0, '?'),
(0x141e9ad4bde1b2e7473350822ab2df4b, 'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png', 1, 0x00000000000000000000000000000000, 0xd1bfee4354d50394725727d4c16463b6, 0xb8d7b080584819ae6a8518cef3be2719482adaae41c6c47c0b07420e536e67dc, '', 0, '?'),
(0x1420475a073395410ebdbe706b59229d, 'wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 1, 0x00000000000000000000000000000000, 0x1f82a18d729916c08ee1dfaf0b49f15d, 0xa3d7aa28c012099b2211de0891982c9ac1a795c5cc2664a81a3c26077924e29b, '', 0, '?'),
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x9efe9e2b928b0327017c0f1becaa121b, 0x7fd343d15a9ba0ea686175f0fadda3bb4be84369662185bd97a18e277e46ad70, '', 0, '?'),
(0x1429237fa9305d469389e7dbf29718f4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', 0, 0x0e6be4cbd2c311b19224cb6200fd1c52, 0x0e6be4cbd2c311b19224cb6200fd1c52, 0x5c020a01e788c56428c7ed70bc0b62238a272696bdff3487b8c87ca3bc3e1c43, '', 0, '?'),
(0x14296aec72857313592bbfbff7e29dd5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_7.php', 0, 0x18deb4d706c7dcf7a79ec31eba2f3905, 0x18deb4d706c7dcf7a79ec31eba2f3905, 0xd3a6ba032f7cc43dbf528a387c12075d0373091a4d837cd37093643210552b3e, '', 0, '?'),
(0x142a161f57f9694db60ea6b2fa1672fe, 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', 1, 0x00000000000000000000000000000000, 0x8daea0d629ee010443bc99e343451b25, 0x169f0ad02b94e0d9d2eeda4658a6cd86e6dd305192dc879a8d3353111702d93f, '', 0, '?'),
(0x142d56136976b4ed518c0b21676b43bb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import_no_content.php', 0, 0x897db74dfe7d61aa4a482a13b445b890, 0x897db74dfe7d61aa4a482a13b445b890, 0xd21aede3c15a9f6e7c006b19df7e9052f5e3ad383f5619a5cde732fcb3e6441f, '', 0, '?'),
(0x14488be9ce7e7b7017704e29d4e881bb, 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 1, 0x00000000000000000000000000000000, 0x92405b544b0a11d5b4955d2f9faa9ad6, 0x3ac092349bf0c09d5f9201927c4b604e88150d3a493611a1b4b56f4809095dba, '', 0, '?'),
(0x1452509a06a76c556aa12b2267fc7801, 'wp-content/themes/twentytwentyfour/patterns/footer.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/footer.php', 1, 0x00000000000000000000000000000000, 0x3af291490e06f2d54e77ed70df5a4eed, 0x6c5fd84f1b1f5033b52276458a23e37f9451504b4db34613f155aa20b09fdc4b, '', 0, '?'),
(0x1459cc40a8e6e61df64f613d68046e7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_6.php', 0, 0xcb787c5811f0bc9fc8e9484450b42b55, 0xcb787c5811f0bc9fc8e9484450b42b55, 0xe0437d56abc56d0a1b7c99f53c468dcd46012615627015b7c2c2f5a90cef7624, '', 0, '?'),
(0x145b0d08254d0406c87b2f745265c09f, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 1, 0x00000000000000000000000000000000, 0xb44ad99422e08dcda03707c18d8096df, 0xceb943ec7fa0c865deebb782d0f88260641cfc25512d66b7b3b5e4565c32ed51, '', 0, '?'),
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x145cf7610691bafaf4db51e41f93c6e9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-categories.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-categories.png', 0, 0x3ad10420b190cb5ec1f94fe5376dbafe, 0x3ad10420b190cb5ec1f94fe5376dbafe, 0x16461b0a013cd21cbe94d12c60aa09533f5899b626f94f9ea8f8598a134aadb5, '', 0, '?'),
(0x145da534a0405cfc71c2b29ca3ab25c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_7.php', 0, 0x08e4e93ea9d53351f06206b8df4fddb5, 0x08e4e93ea9d53351f06206b8df4fddb5, 0xc24690e4d2607d77d45d6c8cc684c956dac89402e2f4419da2681714cce6d296, '', 0, '?'),
(0x145e70bdb70012eb18ad6a2322c488a2, 'wp-includes/css/dist/block-library/elements-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x907348f8a3c448e391a1a80320b90808, 0x1d2ff0af684c4ccaadef536848aebc8db2c24aa4d4ba3420ab2022b63fcd4140, '', 0, '?'),
(0x1460228c347ec5252d3436d3dc47538f, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php', 0, 0x01aa94f7d06ef3aa4e6cb754e4454ea3, 0x01aa94f7d06ef3aa4e6cb754e4454ea3, 0x174ac0d3350541685893738fa117473d9d6de50a293e3e94b5a619ad4b08ef8a, '', 0, '?'),
(0x1468863ff77e276c27c01945eb55891f, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php', 0, 0x79806c619ac3a40996cace84c90b4b51, 0x79806c619ac3a40996cace84c90b4b51, 0xd4076a5e6004ad6a71bf7b44e634478d8039263e47990024bab14d291feaf865, '', 0, '?'),
(0x146d9cc8e7db5528028e6b711a4ab74e, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-alternating-images.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-alternating-images.php', 0, 0x9907aec6dd15c8b70b12d9de9cbb4370, 0x9907aec6dd15c8b70b12d9de9cbb4370, 0x8135920021efda549f2f3f81fff7b5fa2c0579855d09e4a1e26142000d927700, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x1a6a6ff10098ba08792ca80c2a957d63, 0x327022576ae184158097ec0173e26c1f66265340c75bc7135c8baa2257c60810, '', 0, '?'),
(0x147bf79de523e3285aaba5cf303c83e5, 'wp-content/plugins/elementor/core/admin/canary-deployment.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php', 1, 0x00000000000000000000000000000000, 0x725fd8ee32a081b587c03b0ef6af2357, 0xf4f0c50b13bfa3f323fbebc9b541b178694e69f3611925c3d7303df368aad079, '', 0, '?'),
(0x147eeaf63c34ab5fc24f9d2c4b01398b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_panel_settings.txt', 0, 0x969c389e699108ec9465a12fe28eab55, 0x969c389e699108ec9465a12fe28eab55, 0xcc6b9cca1b9d56095f37af50d7b37f32295883aa8e597056d2509bb7f6df4c37, '', 0, '?'),
(0x1481d5b710ed0f0d287db2e725f905b7, 'wp-content/plugins/amp/src/Dom/ElementList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Dom/ElementList.php', 1, 0x00000000000000000000000000000000, 0xe466921b2184c32c34eb3d4d87f1decd, 0xf610c28aa27d72477c5a5dd141493e94b690765c4cf860843b4f35d187a4bad5, '', 0, '?'),
(0x148972df63c9a8b90133ef31393a35df, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_current_post.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_current_post.php', 0, 0xba3fc484f1df4ed9489a2772ecc593af, 0xba3fc484f1df4ed9489a2772ecc593af, 0x976cb2f5443b2a35375974012f3a87abf562eb9469b8cada42cc95fe7e7a17a3, '', 0, '?'),
(0x148d9b8fbf950d9c8b1cbc7b430191ce, 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/README.md', 1, 0x00000000000000000000000000000000, 0x5400ad6f876d878dd95b49ba86090900, 0x179e037e69a1bcee0c24c711651af9a81e904348553db1d90bf07607d296b241, '', 0, '?'),
(0x1492ff2aefc753a276e845c9512c3463, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2.php', 0, 0xc1c9fe0ac9ea4764879d26ba44b6a987, 0xc1c9fe0ac9ea4764879d26ba44b6a987, 0x169724e41ef0a10e6d46bf4715c0ad5252410aeb02bd7a7ea6d6301842168706, '', 0, '?'),
(0x1497e252d7e3f694d875cce71bc34e11, 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 1, 0x00000000000000000000000000000000, 0x54b3f4cc0a037b77d9ad76bf2bb7a825, 0x875f3b9fba811011f32df0ddae92ff36c70e43c84cba053d0ea2611108f38f52, '', 0, '?'),
(0x14985fbf139e19503b39ae3deb14b7ad, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php', 0, 0x084dfbb1f5cdb89f381dc7301e466526, 0x084dfbb1f5cdb89f381dc7301e466526, 0xdf88bcee91ce9c6cbc41fcdecaccc90c1400e5ac45ec933c1b2996aff63350f3, '', 0, '?'),
(0x149b85c4660049b29aef53f3beed2352, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', 0, 0x84076e2cfe280482f8fbfd14ba81ac4f, 0x84076e2cfe280482f8fbfd14ba81ac4f, 0x25cd8aa2f5fc15ef3a5392bc1c52e0754900470dc0feff162c68083a5bb4ba9a, '', 0, '?'),
(0x149f241938c137a5e4ca4f149bb25f63, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon', 1, 0x00000000000000000000000000000000, 0xfa187396127da3f458657b2e1e39c55c, 0x56dfe70f86f745a006927b051f02436de60b4a98fc234011b2522d23e84afe33, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x9dc9fc1fd4a1a450fd16010a177df524, 0xba7647037e0c3f74370013878e68ebaa522cfba17cd95d3985f470be2e4ae477, '', 0, '?'),
(0x14a6a0122e525ba7062c31f0438c0e13, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php', 0, 0xeab71882a732418e0293a9ba719654be, 0xeab71882a732418e0293a9ba719654be, 0x064bd40594973f73a6dc3deaf462775c8668ea33dd8ce2c413e40affbc5ad494, '', 0, '?'),
(0x14a9027cda757d1774b7f442651691c0, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php', 0, 0x1bc70b0080b5b00a8c4167c26f620e8d, 0x1bc70b0080b5b00a8c4167c26f620e8d, 0x774ed4c06f013c844236a82c4bd2eda7960e990cf48096c3b6ce72d3e54f8f07, '', 0, '?'),
(0x14abadbcd2739e054a4af6042eb375b0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', 1, 0x00000000000000000000000000000000, 0x65a044f1f37a7dc44a1149ffeef8eb9e, 0x5710085bdd71eee18731e8f315d5b4c5e817d78cece92256a5e75c8a9004e3c7, '', 0, '?'),
(0x14af8586900b43fe06a8f52fd01a571a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 0, 0xa59974564cb5886db0906d38622d7b65, 0xa59974564cb5886db0906d38622d7b65, 0x577c4655f3e1be687909c5f4b9ac0b0812af8efc54ea6d041ddafd0df6b9dfcf, '', 0, '?'),
(0x14baf9a43f1dfd469230932d3f27ec29, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', 1, 0x00000000000000000000000000000000, 0xcb9f3497cb5062016cd4b463dd38d8bd, 0xa37ff6350fa385d69620f2bed283c7fb896e1c18c7183015254d88472f9b51cf, '', 0, '?'),
(0x14c0a017e5353d484ff01d8d37570c0d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', 0, 0x447dcea47753d51d6fba21a46694ed70, 0x447dcea47753d51d6fba21a46694ed70, 0x12c5cc6ce75b373b59a21fc741100593ba122a9e98916eabaa4a906fbcb9ecf6, '', 0, '?'),
(0x14c411eb505b3ae0706e27b936461111, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', 1, 0x00000000000000000000000000000000, 0xe043291e19690017c2fda73edffa1ddc, 0x7005c71da28e9d416ab29249d251f4dc8b8eeefc6bb2869362f80cda477ffaa6, '', 0, '?'),
(0x14c519ce32954c6130346d7c26c1adfc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x14cba51c2bcc9aa994e2c2c8f0bcb5f4, 'wp-content/plugins/elementor/includes/settings/settings-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php', 1, 0x00000000000000000000000000000000, 0x8a1dc47ae30837e3ce5c60dff73f1bd4, 0x67e3f2d992239c25e8e2e24720bffb7256cbf0d41e3652e635117a8d459115f5, '', 0, '?'),
(0x14cd2af23f31490cf9db1832badf218f, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.po', 0, 0x797886a8d58b54fdf1f035637710267a, 0x797886a8d58b54fdf1f035637710267a, 0x792de64ee9ba33ed6c0360befa92e5cf1e4e682c14af07363da4bd74fbc8b001, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0xb4e45f9133245fc26e06a0f7358ed758, 0x1c3bca902738e334614f6f59382d558a36321fbbfda74bdb7171fc2442e0f978, '', 0, '?'),
(0x14cf4dd6bbdc0f1f1a566096cdad5c36, 'wp-content/plugins/elementor/includes/utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/utils.php', 1, 0x00000000000000000000000000000000, 0x9eca62737d16073fe6ec4eae7bc329bd, 0xa2fc236ab2b4a43d374fc05423168f1926d12dde046f6f64525c9d9a75368877, '', 0, '?'),
(0x14cfc7194f197ad36d69619a87f2d231, 'wp-content/plugins/td-social-counter/twitter-client.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/twitter-client.php', 0, 0x9498123c192168844df58fc0638b6c9f, 0x9498123c192168844df58fc0638b6c9f, 0x66bb2611294b32e26761706c771e75995e3f79058de314be8c5a3b18d5a820b8, '', 0, '?'),
(0x14d02f020cceb086f146afd99ee23fb9, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 1, 0x00000000000000000000000000000000, 0xcebd05770e46025e532d83797fa08b01, 0x1e027f3c3d56212ebbbc4a7fbc4334a50a13e6deb8aeead40ea90df50438299f, '', 0, '?'),
(0x14d2aaf7c385c4192c2569e715bf3b89, 'wp-content/themes/Newspaper/translation/pt_PT.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pt_PT.po', 0, 0xaa3b871b6d32b4140b4964942188341c, 0xaa3b871b6d32b4140b4964942188341c, 0x2e2000a4dabbc21d1829e341420f60d5aecc7b8c6b4a9d12f2682a675b46cbaa, '', 0, '?'),
(0x14d344935656e5de51b39956f3e3f5d9, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop.php', 0, 0xec00f93f4c1a8fe5010b8efb7a5b4a83, 0xec00f93f4c1a8fe5010b8efb7a5b4a83, 0x0bbb8522112edc472053735cc82746753de63c97295e1aef4da8779fd266a0f9, '', 0, '?'),
(0x14d475e6475d21ca327e65ffb2af6e0f, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_NZ.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_NZ.json', 0, 0xa4b71262333b57329d5f6a5113890340, 0xa4b71262333b57329d5f6a5113890340, 0x9bc029d8c96666ed92f7bb50481a070e65f49c72a6fc3639c85ae27a224c2c30, '', 0, '?'),
(0x14ddb0152716f50e0a1813c6ed4ea32f, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/save_post.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/save_post.php', 1, 0x00000000000000000000000000000000, 0x996a54270d3b00efa202d7527c3ce666, 0x81fa898b0a61e3991293c03d3e18fe02afedfda48d8dcc7c2b54f13463a77905, '', 0, '?'),
(0x14dee25ca7ea8b681ac2c829c4a0891d, 'wp-includes/blocks/paragraph/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/block.json', 1, 0x00000000000000000000000000000000, 0x534a1c8dad91aec79f4c469693a8d887, 0x7d2455af62fbc76bd50bc63e0c0e6ba2edfe94914ed71703329753a5979650e9, '', 0, '?'),
(0x14df2f18cf2c4645b62224fb0d100f74, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-quick-edit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-quick-edit.php', 0, 0xb9d1a84405b63c07976a932a689354ec, 0xb9d1a84405b63c07976a932a689354ec, 0x88af0619edeb22c7465a2ea633950dee5d750cf0ee5c461f4e1d81cb38a1b962, '', 0, '?'),
(0x14e6e9ec5eee4023af9a0264d956d1a9, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 1, 0x00000000000000000000000000000000, 0x52657992c8fdb21487205373c5a6bb66, 0x3738b2d55b147b18b72247b2aa827ead4fbf095b05a28c62684ac1a3d58f23a7, '', 0, '?'),
(0x14e88508df17960e8a974048c0c04b40, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x14ee50a9e400afcc36fe72bcbd8dce1a, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php', 1, 0x00000000000000000000000000000000, 0x2c3d83d2b808071db71431f1226fab5c, 0xdfbf6d09733325aff52888841f67ad58408312592ed56cfe2f8b5e5d16723fba, '', 0, '?'),
(0x14eea62c96818f7e8fb77255ab7327c9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 0, 0xb26c46d1877be54b84e617110f93c8d0, 0xb26c46d1877be54b84e617110f93c8d0, 0x8d26e7fe850f18d8370eb27ecfa7da14291db76018519b59145ccdfffa63f586, '', 0, '?'),
(0x14eed5965761d3fc743162a857324929, 'wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp', 1, 0x00000000000000000000000000000000, 0x3d00fe42d8401d3deb3f54fdef700316, 0x0e9a74589e6ff3c1bdb8f35dc3e8face5eea66658e35193c5ca28f6d96374dd0, '', 0, '?'),
(0x14ef2a512e09d62d63de25ce10114416, 'wp-content/plugins/wordfence/lib/flags.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x14f8a856c21ee176322ba6003111da0b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0xb26c46d1877be54b84e617110f93c8d0, 0x8d26e7fe850f18d8370eb27ecfa7da14291db76018519b59145ccdfffa63f586, '', 0, '?'),
(0x14f91b077ce4bf6bd0b731e7f0185f72, 'wp-content/plugins/td-cloud-library/assets/images/pagebuilder/tdc-icons.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/pagebuilder/tdc-icons.png', 0, 0x17427e4f6fff2ce8cda8b736e16e7d19, 0x17427e4f6fff2ce8cda8b736e16e7d19, 0x17bab249990968001d92c0dc107aae6df5b9b725c0c924ba0f9bb73871f031df, '', 0, '?'),
(0x14fc0c25ab343ec9f95dfc0b9b1a7795, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', 1, 0x00000000000000000000000000000000, 0xc59025bbd112f17501489d49b5818294, 0x4e0ff404703ed8d1e7917594faccd0066acadb894a95d0d932aa45911b09c537, '', 0, '?'),
(0x15033012bd922515f5f1d9b051f73550, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_cache.php', 0, 0xc6f77f025e75d3c1e8492f35df590b60, 0xc6f77f025e75d3c1e8492f35df590b60, 0x5cead17f623fcd5365639342936afa30d813205788f46511df9eadba6cad3469, '', 0, '?'),
(0x150364eaf9b0dc9a24e6fba5b6ed1a77, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', 1, 0x00000000000000000000000000000000, 0x0903da031f3615bdc12ecb7046f0709d, 0x68b6413e86a393087cc01bd6716db5c179004c7128ed1f674f46b9c8e2adf3b7, '', 0, '?'),
(0x150a094dab49867ef659454f97d75dd7, 'wp-includes/blocks/post-featured-image/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/block.json', 1, 0x00000000000000000000000000000000, 0x9059d149d551d3e0d7a67f72324ee028, 0x54f0bc8ad91d8fa21c78168c48914ec9e04ae0593c21ec3f9c761e4f427a5aeb, '', 0, '?'),
(0x150a4528342ee02d17bbfce029ffec5d, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 1, 0x00000000000000000000000000000000, 0x0c7973543e99ee69e5baff66b165f3bf, 0x0bdac03f9fae6554433cd6b9a0f6d54e2dfad8ad1da226f0ef5de1b8ca101d74, '', 0, '?'),
(0x150ccb4e73c6ca2712ea6a33c8e14c3d, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x142843cd393f81ba1313649e930f5ff6, 0xea2b806b52f2b34c49d4025a9a80d12c0fbd6744914c6a5325e39bd073fb68e7, '', 0, '?'),
(0x150d444cba3d75270c161b9d48a21c3e, 'wp-content/plugins/poka-review/public/images/icons8-bookmark.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-bookmark.svg', 0, 0xb6efe6e2479d56d3d310e4714421a15f, 0xb6efe6e2479d56d3d310e4714421a15f, 0x62afe22be1cc8bb4021200ed5188b746e46e051e74853b1b95981fb46a91c0b0, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', '/home/abt90iranbet/public_html/wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0xf3cc1985788e0fee54693619119afafe, 0xdba371809154a2f27a75c5d5eea94f69eeff5ccb35d0af59f475d6e8147e3d63, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', '/home/abt90iranbet/public_html/wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x65e6ca2ccc25607fca891575a8452c00, 0x773a1ff4a05c0507112062a07f4355dcd3bfe2951058530262cbcffd23df9b34, '', 0, '?'),
(0x15173ecf921250b5c4eb7f4586fd1d63, 'wp-content/updraft/themes-old/twentytwentyfive/styles/01-evening.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/01-evening.json', 0, 0x3441b8aee98111bf0d6de5fffdc1e6a6, 0x3441b8aee98111bf0d6de5fffdc1e6a6, 0xf0e96a188bba8b23448fa75d91eb857745b42c801578088df1efe916f187adf5, '', 0, '?'),
(0x1518240de608e3748cccf9406da9b64f, 'wp-content/plugins/elementor/assets/css/theme-light.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-light.css', 1, 0x00000000000000000000000000000000, 0x910dedb033f99437fd42463cba0e2819, 0x04ba36b0daba0be10befacc232ab0e75247d5e10d37a7081a412ae7df3864b86, '', 0, '?'),
(0x1518d059b44ec0ba310538c6f76b9b0a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1519533bf17b73cdfae134f0422f8d90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_9.php', 0, 0x513c61a20c7f00d4e70ddd1cad7d0306, 0x513c61a20c7f00d4e70ddd1cad7d0306, 0x2917b030c460bf0bcac13a478e5d05dd9d9ace1f6a73ff954feb1e557bd81e5a, '', 0, '?'),
(0x151c03a44b3a91bb4ea9958c0e0bda04, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/arrow-sidebar.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/arrow-sidebar.png', 0, 0x6b83794fa62ed62f03b92a3b276406aa, 0x6b83794fa62ed62f03b92a3b276406aa, 0xd2459c06abbccc4b4afa647f434775df5617c750a91af9e5a956aea87a18fc2f, '', 0, '?'),
(0x1528959eb7f6a8e3ee07f5a8a80f7b40, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', 1, 0x00000000000000000000000000000000, 0x688addc862b56445563c24438bc19b66, 0x7dceb88c073462cd7df243b3b38986eb716f11d24f7892f7f8d7c7cf05647be3, '', 0, '?'),
(0x152c1755318d972dd7732a0eff7c5eb7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_7.php', 0, 0x872b6b4361d4e923862075dac7e99d62, 0x872b6b4361d4e923862075dac7e99d62, 0xf8200dea1d45143ceaa409b80c867d5b30d56f191281becf03de6d86d9050661, '', 0, '?'),
(0x1532ecaada57d4924aae14d67eb3ffc9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_10.php', 0, 0xa7d21c693c8adda0e7d6ad308ad0473e, 0xa7d21c693c8adda0e7d6ad308ad0473e, 0x1745089031b5a9e394a373a63ca15055b899d29402a1aff02d54ab6243ab7c4f, '', 0, '?'),
(0x15335c33c006b9d73a9f3cb46925ee2b, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img_pagination.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img_pagination.php', 0, 0x549950663fbefa002628b555c565b938, 0x549950663fbefa002628b555c565b938, 0x6d171bb74e102fa4e80d5f6534ceb4ef3cec368c0c56e17c62580fab8570142b, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0x94fa5f510f0ab804bfa1ef0b565773df, 0x51eedaba63d458e9dcdabfe86c051e0962c9af027bca7b129b5e0158a96fca9a, '', 0, '?'),
(0x153480befb67c67405156345ff3d30c9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php', 1, 0x00000000000000000000000000000000, 0xac056f522e9ef6574d82510599e2725d, 0x2a72831d987e34b4f03730b624f7db2db3aaee0bbb76ad9a6083a7970d4dbefd, '', 0, '?'),
(0x1537d11de9b114ee4f57170a1b408b61, 'wp-admin/css/colors/modern/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x569967a98bcada4e4fe4bbd80446f6dc, 0xa3b3969e038e78c3c2f65e1db5401d10dc512c75e2471cb20bdf348bb274c285, '', 0, '?'),
(0x1539bdbe4990845bd889639688b02e76, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png', 0, 0x6e00ef4dd783d58a71c088639cd72004, 0x6e00ef4dd783d58a71c088639cd72004, 0xb11ea42e9a6896b3d470df66bc9e83b079832682b3de6e38f6c5b774f9520920, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0x749f32c7267320bfd4a8ab031c8afdbf, 0xc8d58f49b723a8eb6591a18fba96b217c372d0602d751f971657f9a6b6510751, '', 0, '?'),
(0x154845f0c71c6c940460e98fc6d966fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_panel_settings.txt', 0, 0xa9585bbf5ea22db673e1dec462d97407, 0xa9585bbf5ea22db673e1dec462d97407, 0xe66aadf4802f65fc8d9ce9d1e680273b7531b9cb33b44a403d198f130736066a, '', 0, '?'),
(0x154972f54ba010fc60c9693c2a672fa0, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', 0, 0xa0af1abc31a9ee9f1b4d0967bdd58e0d, 0xa0af1abc31a9ee9f1b4d0967bdd58e0d, 0x3c489ae3704b8fd1a4f3460df5a8c21cc356afd63a914b1ae6e0bdf081aea633, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x15590bcc1c4a43c1421475bde3e08f35, 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/javascript.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/javascript.js', 0, 0x3dacb2b2ac72306b96a7b5c4c818141f, 0x3dacb2b2ac72306b96a7b5c4c818141f, 0xd9df2b19fdf947b0089a939f828694bb5425ba30483c2e847b466ef0ff450923, '', 0, '?'),
(0x155af8f505144a3c2e45a25c88caba59, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php', 0, 0xb7cbae8659f1aabb9bd2790a876e38f4, 0xb7cbae8659f1aabb9bd2790a876e38f4, 0x5fb72886f3e9e6b87c3043d4a2ac6470a3bd12de285b0c90782a7a263ca0b55e, '', 0, '?'),
(0x1561e6ada30ff861b133cb04f7b2440c, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-star.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-star.php', 1, 0x00000000000000000000000000000000, 0x1f758c73e9c1d30efa05781338c8b912, 0x195bd8f4951ca721151564f385d0a962380480081068040f7d6b2ee8b9bea8e0, '', 0, '?'),
(0x1562f77ea402b6cacac3d0c49eae0b92, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-notice-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-notice-upgrade.php', 0, 0x41c80322a65bda59346dad40de380055, 0x41c80322a65bda59346dad40de380055, 0xe325f68508ef965c66ff32211f567b8e58fc6a773e01b43c17e5b9d8f4283b8e, '', 0, '?'),
(0x156551ba53087ff75ad398aa810fa458, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/demo_style.css', 0, 0xaa5225c52a680249e88b921fd8b9e348, 0xaa5225c52a680249e88b921fd8b9e348, 0x2d95206e35bd9592c84ef7f6be87313942642e04584d5ed905bfb7d071e4fc37, '', 0, '?'),
(0x156951cf3c3fc7152fffd9abcc33554b, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/template.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/template.svg', 1, 0x00000000000000000000000000000000, 0xbdecb6b5f89d3e82ab2f55a1dac5f588, 0x047100fa784349eed59c4e2598688a188abfab1b4e432d086dc68b080468256c, '', 0, '?'),
(0x1569ff9a7a0d912a1cea9cd311124bf6, 'wp-includes/Requests/src/Transport/Fsockopen.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport/Fsockopen.php', 1, 0x00000000000000000000000000000000, 0x393568a895aaffe6e95e26391f9055cd, 0x1ff8a1a1e8f37db97c4957c6f09741b6cf0df77e48eb9b1a489a1921a55ae7d7, '', 0, '?'),
(0x156baa125af1e483d42dff1647030043, 'wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css', 1, 0x00000000000000000000000000000000, 0xd2393e1d4a57d9568f38018cacbe7221, 0x84f8bd4c71d732c6d44a28eb09c60a3a4c8f351ddf46bb746e18fdbecd579653, '', 0, '?'),
(0x156d3d6f5ed3a3ade42d18081cabb5c5, 'wp-content/plugins/wp-rocket/inc/deprecated/3.11.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.11.php', 0, 0x6646a48e146ed8be73dd6dfc9a421673, 0x6646a48e146ed8be73dd6dfc9a421673, 0xf13b28df962e78055a6dcfa965ad7d45094f9fd018b6b109de7c9a0622dc5675, '', 0, '?'),
(0x156e1e3ed434e781755ca6459d4c1e5c, 'wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php', 1, 0x00000000000000000000000000000000, 0x664825f5599351730f4f954eb6d3db28, 0x1d49752a537e84df1d11f33106a92bf1f39db182649a87001c8c2336ed406fd4, '', 0, '?'),
(0x157098ca942dc29afb269b8a4d98bdc2, 'wp-content/updraft/themes-old/twentytwentyfive/styles/07-sunrise.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/07-sunrise.json', 0, 0x5c4c9a9af73bdf956849eb359c5d3b60, 0x5c4c9a9af73bdf956849eb359c5d3b60, 0xb992fb347786844abe6b6e857f511f74e330ff0151d293add3b4bce1fd193b3b, '', 0, '?'),
(0x157164123871018d9d5453585f30fbfe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_3.php', 0, 0xe48c95c2b58b87af51f87bebfc1a04d2, 0xe48c95c2b58b87af51f87bebfc1a04d2, 0xb63dc0353103d77099a7fdf15a92d832083d81fd7b2cf0df0e50eaf64b221d31, '', 0, '?'),
(0x15724d83abc384e7f6f60cb8f065cfd7, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 1, 0x00000000000000000000000000000000, 0x28284d941d0c35d101337c0d267fec56, 0x84f1c15fb4a40a60ea1b8c1aa1c285af280e1315d5c052189a5d076abd41ee04, '', 0, '?'),
(0x15728d510b67bede10b0111651ea08fa, 'wp-content/plugins/td-cloud-library/includes/tdb_module.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_module.php', 0, 0x809f6c4a2b64e6eaad9f201052a941d1, 0x809f6c4a2b64e6eaad9f201052a941d1, 0x263e336a1bbca1152916a98e70653a83d6be6d23a40e52422fc64fdb2783ec69, '', 0, '?'),
(0x157365a217e07840868c17e8cd4b816d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_5.php', 0, 0x13733a91e618b9229e8e857270f45194, 0x13733a91e618b9229e8e857270f45194, 0xa28bb12ec0f8adf5ec0e127ac444c3c27f4e9de743c7e60041b3b0e7c8f270c0, '', 0, '?'),
(0x15746e3c0997e625ab10085a70494bca, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php', 0, 0xa8aa41212afad0d10e4867bf1c61e5ed, 0xa8aa41212afad0d10e4867bf1c61e5ed, 0x456e868c320217b252044e52bcb244bc308d57ad512bb8439a5a31fee8c85382, '', 0, '?'),
(0x157ffc0ae717e5bbd14e305f550b58cd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', 1, 0x00000000000000000000000000000000, 0x630a0f3338b41464cfd4e69f848092ed, 0x9eae48a8d505ac1b2a60018f39000f7778491b7559cbb7d2060a133f78884513, '', 0, '?'),
(0x1589efbfcbe9c2b6c45dd71b282e7ff6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1_no_content.php', 0, 0x64af6413d2f66eac7ea9424356e887dc, 0x64af6413d2f66eac7ea9424356e887dc, 0x3af9578db7916f3d737c83d8311cabc6c98b67061eea2cac3dbc8b8d8bb31f8e, '', 0, '?'),
(0x158ac83b852af2462775efef118fe0b5, 'wp-includes/blocks/code/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor.css', 1, 0x00000000000000000000000000000000, 0x2b767bc10e64e884f4662439b6ecc55e, 0x4be98fac812fa120de73b4ec43532d00ea55ef840b6a68f273810be535209a02, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', '/home/abt90iranbet/public_html/wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x16dd8ec81a8ba0d0191b1adab8d6f4c2, 0xa106f276954e948f1cb006be3b64f5560b7fc208e2143564fba58e1274a12cee, '', 0, '?'),
(0x1594cd040ad900031d35a9872be83e4f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 0, 0x65150ff8057f12a490e0c37de7442045, 0x65150ff8057f12a490e0c37de7442045, 0x49a259d5ba7bd437206122d520ed6aa3ae1b68b345b9477ec461e684a33d92cb, '', 0, '?'),
(0x15958f6a65dedba3c03798aedd0c85d8, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php', 0, 0x87e43af130677c7d8065cbdda2cb3812, 0x87e43af130677c7d8065cbdda2cb3812, 0x4fca443a448d7f1ca009b4b3d85f64ebb3a21c51a633d7b0241b4d785a9ffe2d, '', 0, '?'),
(0x1597faa9629f7f936d007a40a7331566, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-11.png', 0, 0x3f57ecfe3e60cf4af7ec616c91c3879f, 0x3f57ecfe3e60cf4af7ec616c91c3879f, 0xc7350574038cf9368970cb2bfa9aee7be495a7de73dd5ba77bc5425d4cdb12be, '', 0, '?'),
(0x1598e1b950affac8bc841cc3b0a59510, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', 0, 0x609545792fec24ecc885392098dff087, 0x609545792fec24ecc885392098dff087, 0x27b056c543acf7f3b9eb8ad3bbbc3b26efc29b41e0e4bb71d67f952b2b8bda6b, '', 0, '?'),
(0x159f348f0fdb9d36e50de12c3bd096ee, 'wp-content/plugins/td-cloud-library/assets/images/post_content_left_img.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/post_content_left_img.png', 0, 0x0d603172c4624dd5e340c0653e0788c4, 0x0d603172c4624dd5e340c0653e0788c4, 0xbe725f7696dbf1f14f2643ffa3cc5371f35b607774a6b22543110a070c4730f1, '', 0, '?'),
(0x15a2709009db0f4c2345175e524757f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_5.php', 0, 0xe6089e19c70948e136ffa13b3eea9230, 0xe6089e19c70948e136ffa13b3eea9230, 0x8c8b0016a293dc6d7f4616ec1f1a2f3e25b6445543d343d64d1a1e97342a91c5, '', 0, '?'),
(0x15a2c43cf1390f49504efecaa92b1b21, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-subdirectory-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-subdirectory-validation.php', 0, 0x6a5ee09ee839e0b440e856ffd88cdb42, 0x6a5ee09ee839e0b440e856ffd88cdb42, 0xac4f6fb82abe5daad660820f217d68b5a057ec0a4cb2879b92dbd51643be788a, '', 0, '?'),
(0x15a493a812ace5af59bb08888ad43567, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 1, 0x00000000000000000000000000000000, 0xb65c1fa22f1f80185d6443488c6f2db2, 0x785bba60fb0cdca766476e8f1e672ee0b277b395e51bdd57e57cb0daebcae230, '', 0, '?'),
(0x15a5f9359b53b733347ddbfcaf8144ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1_no_content.php', 0, 0x103889cce52e29af34ee0f8af0d290c6, 0x103889cce52e29af34ee0f8af0d290c6, 0xce57948f5386934ccd90a5ed8e9dc5940b98b7395ee3d3f733f38155997db8f0, '', 0, '?'),
(0x15a78aea2b62f4bbb27168587245f21a, 'wp-includes/blocks/comment-author-name/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0c83e578c1390dfa700d9dd8cd384b07, 0x8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a685, '', 0, '?'),
(0x15a8305659377e0e4daf3f42c8cdbe88, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_5.php', 0, 0x52e8bd44ff093587806f3b7464b493ab, 0x52e8bd44ff093587806f3b7464b493ab, 0x07ff1cfdb6485b1eb644d2db587c4b6a880ff1c00cc24ca9c3f03db1c47fc8db, '', 0, '?'),
(0x15ac4cb9361e3f154ea2a18b5a618856, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 0, 0x812cb8b999f214ec4f2f9fddb7c6c229, 0x812cb8b999f214ec4f2f9fddb7c6c229, 0xf08e7d55a4d162667cf75555d9a6d31888cae52986ce668f475b8039fe9299e2, '', 0, '?'),
(0x15afc5f171aa0b2a4a0b37f4a6cffef2, 'wp-content/plugins/updraftplus/languages/updraftplus-tl.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.mo', 1, 0x00000000000000000000000000000000, 0xedaa822f9b44f42e08b2036bfc5622b5, 0x59392bb31d8f439b2eedc61196c730566e0aef33dcda54ff6f4a7aea8b0b3a99, '', 0, '?'),
(0x15b04129866b80bcdd3673240d2c6034, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_panel_settings.txt', 0, 0x8b41e06c763498cf81393f5297196b97, 0x8b41e06c763498cf81393f5297196b97, 0x4207c0c80c8342b2e27daa9f555f89a54ae36eefab59528a4bdb15907c6e62fd, '', 0, '?'),
(0x15b5707158870e1806f6781b5805e972, 'wp-content/updraft/plugins-old/updraftplus/central/factory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/factory.php', 0, 0x4cef789447517203436ca48aca4df9d6, 0x4cef789447517203436ca48aca4df9d6, 0x15937da5534bb452c8b5e67077b419d0134518d9ff9a303ba64b591fcd66d9a2, '', 0, '?'),
(0x15b7c2e57f730dfea7cbd1093ce2482a, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php', 0, 0x5d0d39e854bb996167bbabc983341206, 0x5d0d39e854bb996167bbabc983341206, 0x5d2ad70be3cacdb7e4fadb74c2ff63b3a9af4a7d7401aa9adaae7a1ae84d71c1, '', 0, '?'),
(0x15b7d6f77377d4dd2d6be3d06d026b3e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_2.php', 0, 0xb69f21d8780b2005afdc16e372ca9d7c, 0xb69f21d8780b2005afdc16e372ca9d7c, 0x488e67280a1184147ef6afa1effc2f3cbe9696fff0a27f984d6f6c2585ec7a2a, '', 0, '?'),
(0x15bbd5cf233e960f1bab9cf8fdfc929b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', 1, 0x00000000000000000000000000000000, 0xb0620d0a63d3ba72ffa5fcf15a0b2357, 0x0263899879592e7a7b6a78f9e4dfa3576214ffda3870f1931e71dcd7c091dce0, '', 0, '?'),
(0x15bfd12755b356f19a84fa9d49dfd77b, 'wp-content/themes/Newspaper/sidebar.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/sidebar.php', 0, 0x6468fe413daade3fd55b0390e65b3be2, 0x6468fe413daade3fd55b0390e65b3be2, 0x5b827eb46bb4e6a6f895c6020678781921861d1d2d86d5b8dad34e3f4ed18320, '', 0, '?'),
(0x15c081e92cdcb4299445e80542776eba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_10.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x15c0d97fd99532862a859bbac14e49c3, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x6617a101dfeb1eb6313b21ee394d2588, 0x933b2249c37492eb481990ae40a0b3f03e21e74c346bebdaf3eee10d4e16d8e5, '', 0, '?'),
(0x15c3e3a65e2901fa0fb9b138318a0e13, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php', 1, 0x00000000000000000000000000000000, 0x64907d42fb370e8ab416fc1cee4608ba, 0xc790d49d83868b5bb786ec680d624492539695e755a8f381cc375326dc6db4b4, '', 0, '?'),
(0x15c7b554436454b97173a5f5b5125435, 'wp-content/plugins/elementor/assets/js/ai-layout.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-layout.js', 1, 0x00000000000000000000000000000000, 0x6b715f5aff67a8487812bacc3637c679, 0x6ebc75e2c14f7eaeefbab9ccb2b158e522100363fd0f3ce5e6594ac757b79222, '', 0, '?'),
(0x15c81ffce614ff32e7e55e5ad6d61669, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_7.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x15c8551d8ab162779e2a3c9a4ef916bb, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php', 0, 0x1250e20e2ab6aa59c3c7fbca171346bd, 0x1250e20e2ab6aa59c3c7fbca171346bd, 0x4ad060d95909280a564354ca97ae48b8f0f81abab2570c4f433befd1bb192323, '', 0, '?'),
(0x15ca925e0f6e75cbc5d2d16cf2362552, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340-rtl.css', 0, 0x45e4517770b84c7abb6a276de0de8b5e, 0x45e4517770b84c7abb6a276de0de8b5e, 0x684466ea4e7f4a0e75147ab8e919b3b52382953cc47e0b878b269271527d0dd7, '', 0, '?'),
(0x15cbb6517d6c9882055cd8b0119fde06, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 0, 0x0a2fe568fe891ef304aeff3ef105e6d6, 0x0a2fe568fe891ef304aeff3ef105e6d6, 0x36a0574432d2b682301c7aab64f497563a5352f330e4d7f9dd68fcc07f1f3ee8, '', 0, '?'),
(0x15ce919e2214af9e05b1eb4e4badf859, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php', 1, 0x00000000000000000000000000000000, 0x975980fa79b91327a6816e7e177846f5, 0xe844ecb77f244f9579523c363c86125bca3b03cbcb9b05bae8f8a2a2b32c17f6, '', 0, '?'),
(0x15cf3b033cc1f4a850604974ddaeea43, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_03.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_03.jpg', 0, 0xc0ed9649efc0b46f71203850e0d419a0, 0xc0ed9649efc0b46f71203850e0d419a0, 0xa00c760f7a6e12f8037372cbd3a72ebd030a9ab0351840ff795bb1b5d7654b46, '', 0, '?'),
(0x15d07e9a1519b79b935f13957884e83e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md', 0, 0x060fbef5db561fd84f93a8cfefa3b0e5, 0x060fbef5db561fd84f93a8cfefa3b0e5, 0xe92e1e2590f22b1572b93d93d3200e9e7fe4fcffd443c5e1104e236ce16c229f, '', 0, '?'),
(0x15df2dae97e65de5f24a0396e3909bdd, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', 1, 0x00000000000000000000000000000000, 0xf86e14d60628e9a2ced189ec9bf47e9b, 0x30d0816e87079844687f75afe6204eed4fff3db4e6224334377d061e98b39647, '', 0, '?'),
(0x15e12fdf55a652c4fe8745c7ac3683a7, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 1, 0x00000000000000000000000000000000, 0x67ceee8d6a476d2a66594512aaa85c54, 0xf47b7f87a1de9eab938c1b7783f4abde6e0071c996853a77fe242718574e2b51, '', 0, '?'),
(0x15e4e794bec9985475c3eb37378bf33b, 'wp-content/plugins/elementor/core/base/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/module.php', 1, 0x00000000000000000000000000000000, 0xe5e1198a05916b1b421b18e8b85f858c, 0x81de3575e32db5c872d70a30457b9991564a79f98fa4f5689dbfe385c03b3c5e, '', 0, '?'),
(0x15e5ea6c2a1eca09dbd7363628720df9, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_comments_count.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_comments_count.php', 0, 0x595b3f5167578f13bd1e8009af5bd2bd, 0x595b3f5167578f13bd1e8009af5bd2bd, 0x4345fa59efc368a710caca68cff85d46bda9ec61627756941ecaa4cd2aa5dfe1, '', 0, '?'),
(0x15ed5a9b1d6e4939a6340024c1e9f0a0, 'wp-content/plugins/td-composer/mobile/page-pagebuilder-latest.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/page-pagebuilder-latest.php', 0, 0x96c23e9e1c4c403466e8d8964458cb83, 0x96c23e9e1c4c403466e8d8964458cb83, 0xb705cdcb287c0ed8b0d29dcc3ba10ad3f2d61c767d0d134b477ff372af5132ae, '', 0, '?'),
(0x15ee5d594be1397b62b0cd488b343ce5, 'wp-includes/SimplePie/src/Cache/Memcached.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Memcached.php', 1, 0x00000000000000000000000000000000, 0x150371174534ecc6f69fe33544765c02, 0x091c13ecf4e56b831a0628db6e3051a16a7a07114ee104c205e27ff71717e825, '', 0, '?'),
(0x15faced0630c3bdf9379fc233e511f81, 'wp-content/plugins/poka-review/public/images/icons8-checkmark.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-checkmark.svg', 0, 0x5ee1a19c68d0f32f9ab944ffc55a4c37, 0x5ee1a19c68d0f32f9ab944ffc55a4c37, 0x3e7696b821b2f49f63b40e8c2142a7d3d5c70e06e8e0504288ce33237506706c, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', '/home/abt90iranbet/public_html/wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x2459cc235cdba52187150131408249d0, 0xe227422b715608617d1e7fde304bb90166e812c3a9c62a6d26e61ebb989b176a, '', 0, '?'),
(0x15fc94b2764c10a685d93a4aa7f7a3d5, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x15fd0287d4d568cf99ff15bdb5ec56ef, 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/03-annotation.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/03-annotation.json', 0, 0x2491631ac6df229812197be3e1a631f3, 0x2491631ac6df229812197be3e1a631f3, 0xf223e1d16a073581aaa0460142760cac3f0ee44e2631100569d2ab14f8101d3e, '', 0, '?'),
(0x15fee76e45aa5c6ea0bf7ab13e69503f, 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 1, 0x00000000000000000000000000000000, 0xf8de29033de630f452649ed178ca01ea, 0xac989b55a6d22522041d854e72e4a7c1f77e3ebba23127464299e03473bc4be0, '', 0, '?'),
(0x1600870ae81b026f905a03ddb9b4c614, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/onedrive.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/onedrive.png', 0, 0xb84f2220bec386e0684ff4dd04bfad09, 0xb84f2220bec386e0684ff4dd04bfad09, 0xdcc7286146bb5f4eddc296ab5c9a5234acfb196a287330b8415e8c57e3a908cc, '', 0, '?'),
(0x1601f6180e4b9ccde2b67e68257207bc, 'wp-content/updraft/plugins-old/akismet/class.akismet-cli.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-cli.php', 0, 0x22e38d14566587f66cba11fc72fd7d1a, 0x22e38d14566587f66cba11fc72fd7d1a, 0x84374fc41c64253faba1884cf16084228ca2bdaf08ae917d1335a00c1012fef6, '', 0, '?'),
(0x1602099f7732e5cdfd8b49881209cc8e, 'wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php', 1, 0x00000000000000000000000000000000, 0x1a80ae3f758e9f40944161149fad8dec, 0x933b9a652efa84e383105fe8fd99e201ce3496fc11411f781312e623def4512c, '', 0, '?'),
(0x161483cb79b232efad94ed919c8b5420, 'wp-content/languages/plugins/wordpress-seo-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.mo', 0, 0xf1484f7143f8c8bda19d07e7c68e8ae7, 0xf1484f7143f8c8bda19d07e7c68e8ae7, 0x2122c1291850cacb971cf0e89d9b8df8b61c00485455bb3879460311aa2a5846, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0x5a1e31e1978a34f08dfb1469dac41423, 0x6474f3310e28ca71ebd8f8da9c0808b6281bbdf98e4183ec7f19e55ed2c3c9f2, '', 0, '?'),
(0x16150d93fbd4d151ef51b77513beeabe, 'wp-content/themes/twentytwentyfive/patterns/more-posts.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/more-posts.php', 1, 0x00000000000000000000000000000000, 0x05dae585aae7bb4e3848507554cd9e86, 0xe4be987e44ad779681a262e205cb66ee5d9761259924c70faf89d6b09b26b384, '', 0, '?'),
(0x16158bb3f2371757c85f251839055a9a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', 1, 0x00000000000000000000000000000000, 0x07dcd9041674e3f5994381a744117c69, 0xe98a2a91af54415910bfc290f1340b0b4328992e755c2d13f99ea5710959adbb, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x7d2b237a2caf04e865df0672454a192d, 0x7366badc7140b5da38bc217957a526da944107c82b2fc5755995869c34349c47, '', 0, '?'),
(0x161aa90728fd964bca0e369792cc7451, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php', 1, 0x00000000000000000000000000000000, 0x5084951e72c3774d592f6ac3fcf152bf, 0xc4d564325303c8774d3cf6033baa4e8c2e874741010046b2d7992cff93d35002, '', 0, '?'),
(0x161bf991ab94e2ff2f660b97ab9969cd, 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php', 0, 0xfe517816cb82a5e67e62c8d0241fce3a, 0xfe517816cb82a5e67e62c8d0241fce3a, 0x1a02c1af59993684234ff8531666c9529043cfc090ad00f9aa7adee41d842405, '', 0, '?'),
(0x161cfccd7661ade44320211a08d18ce2, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xcc19ad196f1e382b628047d4ff5ea3ef, 0xb58c47557d51c958520deb00bc0d160f7ab74e99c81dc0f06d296d24dd126390, '', 0, '?'),
(0x161e9a01b2f5959e5d942d25563ee2f9, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', 0, 0x80438cede9b432c45cd59838fc3080af, 0x80438cede9b432c45cd59838fc3080af, 0x4d459049655fa3735a782f97d3187c9cd63be64a91a17ace8787f79b4dcf012d, '', 0, '?'),
(0x162dfdf21be20929e68c3c1b52e4a5b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_2.php', 0, 0xa97363f44f17820e6ae4bbf0621f3c95, 0xa97363f44f17820e6ae4bbf0621f3c95, 0x90ca76cbd5dded30e8e757933da69a45ddd22461bcd16664af181a01004a2cdc, '', 0, '?'),
(0x162eb7792273291e03afef0ddb3a6b4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/demo_style.css', 0, 0xdd2340158e8cabc3db07bbd4d9799c65, 0xdd2340158e8cabc3db07bbd4d9799c65, 0xd34c3952f23de0c1a269b3c16250948471131f15a52944ce5e8bd2ee41450e6d, '', 0, '?'),
(0x1630439c59404cb3b8862bf2adb7b581, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/demo_style.css', 0, 0xa414aec2f83fb8f9ea618c6658162f01, 0xa414aec2f83fb8f9ea618c6658162f01, 0xeced6d44fa92a7b8b43a3509e460271cf5656df203c1e8eee7b32a601487c401, '', 0, '?'),
(0x1632e9c7dc922fcc16e9383ee63fca39, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/qrcode.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/qrcode.svg', 1, 0x00000000000000000000000000000000, 0xced13c2a2a42f1bb20b839877686a5e6, 0x557a3d8e63669ed11384e993f111514931257bca00121301662e96fed3756240, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0x404f1c3cd42e3c298224c3f7de93c1b4, 0x1a02de9b708a8dff0907869ce43e12a602e1422a2702bce35ec0d210968c54d5, '', 0, '?'),
(0x163e733595933ff77e1aacf68af4fd5f, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/legend.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/legend.php', 1, 0x00000000000000000000000000000000, 0x56afcc62bca3238df6dc19752471916a, 0x3e6eb74a1f57b6d4dad4334ed8022346d76d1fe3f98cceb8f4698871a2788506, '', 0, '?'),
(0x163f917ef43e185a73a45a4083fdfcd0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0xf7e0f5de8cd892e1fcb90574fb53ecc3, 0xdffa8420c7b184850cb4ae504f8ba2ce414858bd9bf38efe69ee62ef1fdd4e51, '', 0, '?'),
(0x1640439a908850f96f83b8dc6fe842f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', 1, 0x00000000000000000000000000000000, 0xbe97900fb600d1ac3edae9998e66e530, 0xffd83c716f9aa425c3f8be8b134b2aa9abb02e3c0b2ef9ae1c27f28e8cfae2bf, '', 0, '?'),
(0x164296af79244363e169f1382b9a6721, 'wp-includes/blocks/details/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1a1ca683042455be1270b916d3013d0b, 0x68f7d14430441063adccefbb45724351a692362630be56a64c66b07c1ed1990d, '', 0, '?'),
(0x16456afc3f857d234bd6a4b7e4553810, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php', 1, 0x00000000000000000000000000000000, 0x68f1d02cc8fd587e008766690335ef7b, 0x638d2f5c4d0b4d8692312c276c3d2fd8d2c28f8e0745a1b042c5bdb7e84242ac, '', 0, '?'),
(0x16480cf1f537932554827e5fb3002544, 'wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js', 1, 0x00000000000000000000000000000000, 0x531a4c05fa30060b0f4ccc8cc0378af6, 0x58d3301f2a7ffa5562874a8a579116ca5b5c221e4bea72291f73dc738b84b77b, '', 0, '?'),
(0x164865468a157fb0ec01d30cd9b25c79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_4.php', 0, 0x185ec1235bbd2a36509a615df14b5f10, 0x185ec1235bbd2a36509a615df14b5f10, 0x738e7e7c6dc2f00ec385576e93660ab7d356fe48d813e85da21dd087762186a6, '', 0, '?'),
(0x164a44e51a53ca2fd66fefe3371f372f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 1, 0x00000000000000000000000000000000, 0x13b1115ef41850a4dcf869ad3067d893, 0x332737d5a2fd733cc8e4b6148c8d50f1c5e522103a88dcb7bf08c6a272c27756, '', 0, '?'),
(0x164a5bef0b7d77bd371ec62b387be83d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', 1, 0x00000000000000000000000000000000, 0xcf20ed1c52e2c503c843f741586724c1, 0x5121e09cffcad15e53c0bab5ddd9ef7df7561bc3df386567350510f42efa2954, '', 0, '?'),
(0x164c5672407352b38ee705ae43f07da0, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', 1, 0x00000000000000000000000000000000, 0x4a63317a7b8ab2c8272f894045486c3e, 0x28d41000edceffea2de9dce220b121dfa83a956bcea23ea1490ac32e576d61f8, '', 0, '?'),
(0x164e6e484178ca6a1087b9cab9cb635c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', 0, 0x32c145f88821451073ef476514a43f5f, 0x32c145f88821451073ef476514a43f5f, 0x502359a5a26647dd47c3936ff54ab064307f3295ae4af615456e903e1ea68a3c, '', 0, '?'),
(0x1652095258e11ee1eb62a3c297062aaa, 'wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.min.css', 1, 0x00000000000000000000000000000000, 0x533af03c49baedabf2e6a0badf1269cf, 0xb79ff0c1a2d3ddc06ebd377c53d1d542d8eedac218ad3cd7e8a01325422d90e7, '', 0, '?'),
(0x16528f72e872a528dec89fc7c0e350b3, 'wp-includes/blocks/media-text/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xdd5081b98130be310d340d3def314f25, 0x62ad8d613c21d6e833da9e515d338d087314ffbf23514d1634efcc07be7045ee, '', 0, '?'),
(0x1652f38a35734723b5bf3d1b5a18df3d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', 0, 0x0b5203c15bf468840d7d0e84247af188, 0x0b5203c15bf468840d7d0e84247af188, 0xd857f032a8495c076a815ef517588b733166e4baf98f08eba970b016ffd2a934, '', 0, '?'),
(0x1655277086d29b0f89ec8f75aca0b1de, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/ajax-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/ajax-loader.php', 1, 0x00000000000000000000000000000000, 0x00e151cb955091aaf55f247730171b88, 0xbf81e124f5108c626a1a50208728f65ae97cee90a0847f3ee5a38be3d9584fbb, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9708a4362d4184c4abdf5bcfd3cf1895, 0xda1f6c4face16fd9671d4cf4892e6443acdf8fdeedd6b2d76e3dc3da3b7e8821, '', 0, '?'),
(0x16576cf06b472269d50827be527a701a, 'wp-content/plugins/amp/templates/meta-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x1d60f547f995596f85209d1c1250134b, 0xa7f2cb8c8df08471b3812f772dd1a2409652ef4959e1866b0ea1163efb73a27b, '', 0, '?'),
(0x165b81595b93bbf36a96bfc788e747f4, 'wp-includes/blocks/search/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc11bc037a16fca9e598bb0be6801e53, 0x81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc3, '', 0, '?'),
(0x165d22d8213239146d4437039d0ee617, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', 1, 0x00000000000000000000000000000000, 0xbdf612b12448bab74c6a90dbdb20095b, 0xea59c530fef4fea8b610a375aae1d95fcdcaef5b2f04845085b0cead5751d33a, '', 0, '?'),
(0x1661d7a8a4285f44be8ac1588d8985db, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/js/nojquery.ba-postmessage.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/nojquery.ba-postmessage.js', 1, 0x00000000000000000000000000000000, 0xc30179977ac34c397bed831fdc50bf92, 0x95c6f4e89ed9d12167ecda5c13243b96e973702ccac751cdddd84736ea9aa49a, '', 0, '?'),
(0x166223836b0ea111466bbd11832fb43d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import_no_content.php', 0, 0xe86b8bbe8164b6ce39d607797b20f00c, 0xe86b8bbe8164b6ce39d607797b20f00c, 0xfa03e5b637520f11ca93b282171657b1b00ad34ed9170ad49cef35c6b0d3e1b8, '', 0, '?'),
(0x166814389acaaf6ea5942d82dd090e2a, 'wp-includes/blocks/buttons/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x262f152626dda334c8ffa2689dc0e8f8, 0x4bba179ec97d3f2c475159d51fa19443418bbad3c05c95d4204998f48a24ad31, '', 0, '?'),
(0x166a35fe2aaca5ca677ef8cdaa6d9b86, 'wp-content/plugins/td-newsletter/images/pagebuilder/tdc-icons.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/pagebuilder/tdc-icons.png', 0, 0x1552b44a1ce9d75af34767559e76d671, 0x1552b44a1ce9d75af34767559e76d671, 0x95a026ef34c388d36dc03d0b69df59a8f2af444a413def86b120ee4d90265549, '', 0, '?'),
(0x166af80bf0628b6504fd3e47288ee335, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3_no_content.php', 0, 0xa855053dab070b9252a8519da215905b, 0xa855053dab070b9252a8519da215905b, 0x6e92836360999d9787ddbfba7297b155e6413a3b767fb381a058b78e57a35ab0, '', 0, '?'),
(0x166b2921e6fe745994759d3e64d58779, 'wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php', 0, 0x8bdbc4a8e54c9298fe6e9154a057a3ce, 0x8bdbc4a8e54c9298fe6e9154a057a3ce, 0x35d12e9d3ceb1b2f613f2f331999a6d255c9016a6df6e497336472aeacce91ae, '', 0, '?'),
(0x166b9002f81ab5b486c4e19926efdcf2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_3.php', 0, 0x8cfb98dcef34c3f34a2e0e098845fecd, 0x8cfb98dcef34c3f34a2e0e098845fecd, 0x842544947f0ef913b3e4f3d6add3b9ba88eda44d7ff44cf04854f4b630bbf485, '', 0, '?'),
(0x166c82e6461d97a9a9c20b6529151590, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', 1, 0x00000000000000000000000000000000, 0x3f9526946866824748d03dadd3b404e5, 0x272fe1aa0d87e918ea62e66fa81811fbc8233a2ec4cd21ab3c9c3ecc68f8c2a2, '', 0, '?'),
(0x166d6120c60198967f101f8c2db62c1a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_panel_settings.txt', 0, 0x844f7fe8a59d5ca0f3e4c7bb9b718667, 0x844f7fe8a59d5ca0f3e4c7bb9b718667, 0x36ca5f207d57d1ee621386d07da1c16f5d79f9c2ef255cff234aae45d2c93f35, '', 0, '?'),
(0x1671c15b480d65905b9d7bdbc40390f1, 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 1, 0x00000000000000000000000000000000, 0xc72d4f52b6a5b3d9a5447c9865def7a7, 0xc8d1c75b5ed8291ff14df6b6554190c41b095319ee662d43d1b845fbba625cff, '', 0, '?'),
(0x167cb814c40aa7bf56af98c3b78af06c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2_no_content.php', 0, 0xf9cd9c9d82920cb2aa0eca247af187ba, 0xf9cd9c9d82920cb2aa0eca247af187ba, 0x4882cb0e1ac42f85e351935300290b8b3a239c0702c303c5b4263a6b50900edd, '', 0, '?'),
(0x167fbf031e95fa150faa4fd6f8985dc4, 'wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php', 0, 0x982f5a9cd0f17992577533f412365a61, 0x982f5a9cd0f17992577533f412365a61, 0xe011c49b5d1e34b6ec3709fc1f76fef165b5fe195eb021456683218c2eb80532, '', 0, '?'),
(0x168806390ecb018e3ed1d7da370c121c, 'wp-includes/blocks/site-logo/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/block.json', 1, 0x00000000000000000000000000000000, 0x935dee29cdf738248b3179680d006b35, 0xbb753e67ec1e55e4dea32613f2a56379edd3d9f1aa7dbe06e69b3213a4165bdb, '', 0, '?'),
(0x1689f840d8be48eaa4264589d1978252, 'wp-content/plugins/wp-rocket/inc/functions/files.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/files.php', 0, 0x3739915b243d2ab8cc84fb6c622acb45, 0x3739915b243d2ab8cc84fb6c622acb45, 0xe9f9cfc74db8598b288efed49c54000816d3ba0a8fa8126d5155f05c59754ead, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', '/home/abt90iranbet/public_html/wp-signup.php', 1, 0x00000000000000000000000000000000, 0xf4c4f155da51bb718bfce26ddbc1ff7d, 0x57e9fab0bc3320ddcb520c84e8eadd7a9971756dd0a14fd18e5b4fdc3eec2cf5, '', 0, '?'),
(0x168d0ee3149e52eacdede50ae49e326c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', 0, 0xad69851398da23d2837bae394ee6bab5, 0xad69851398da23d2837bae394ee6bab5, 0x5efbe723627f64f3de9ed257e040b087e2d9827600619e721cfb87767dc7d03a, '', 0, '?'),
(0x1691e52c950cd65c507eabaa3079bd8e, 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', 1, 0x00000000000000000000000000000000, 0xaefc8570a9ac4b834986d435a5f2c3c3, 0xeab3534a5c57ef1b5650c599dad20496aa36d6dcd5de9818eebf812041bcfaf2, '', 0, '?'),
(0x1692834c3985e87da958981529b71f1f, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 1, 0x00000000000000000000000000000000, 0xaf5cfb8bd6e25705d7d4c9e84bec8a00, 0x856d481f5c7f1d2ed2609b17b8808f3a4a2b417ae0a3f4cc37b94a5185792278, '', 0, '?'),
(0x16945d5b1ae51bf1b31a2ce97a7443a6, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 1, 0x00000000000000000000000000000000, 0x4b3ff248307f3883469d2678be401e73, 0x71a5d73b5784abbef7d163de323a05da84ae5023ef0e5d97434fbdf0897b2cd7, '', 0, '?'),
(0x16975ec33e7057553604236bafea5dc1, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-small.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-small.png', 0, 0x0a77b8bf26e47cd0db228df510c04c21, 0x0a77b8bf26e47cd0db228df510c04c21, 0x935622eef958cf4ece773b1122036822eb7fb21361f0aefb3e39c36d2ca1e16c, '', 0, '?'),
(0x169c29cd5065d5ee44eea3f888c82073, 'wp-includes/blocks/group/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7d5d78af015e45a19094a9aa2d959910, 0x798d0e205b719b6a1a1a4f86320381d33bb714964a61a57486dd45e889e76d42, '', 0, '?'),
(0x169dd9cda1e0f7f7cfeb41a303b9c32f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', 1, 0x00000000000000000000000000000000, 0x1e38188c9d5c0429c684ca716380deba, 0x0facaff1c6338b7ea0bd96fcd8355ccb29322947b2215c82910d96786d4f14ae, '', 0, '?'),
(0x169ddcbf23fad4854f51ddaced23d3d7, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_text_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_text_image.php', 0, 0x27d43b316bb40ad668ac2795f40e0355, 0x27d43b316bb40ad668ac2795f40e0355, 0x1eaf5e6ae7b83042b6944b72810f92bbf67a6183f2d606759f28c2e68544ed85, '', 0, '?'),
(0x169f281c4312faef705be4670c81adca, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_9.png', 0, 0xe329ee188ff39d8249a5b43976320b88, 0xe329ee188ff39d8249a5b43976320b88, 0xecc4cb85ef636a2ce5a1b7c1ab44bf5d2d5b1303724ae49a111631d5c7980fcd, '', 0, '?'),
(0x16a0173ed7313edb95efc5b1952ebf59, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.ttf', 0, 0xb06871f281fee6b241d60582ae9369b9, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0x16a0ed941dd207f9063b4dfb66869907, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-grid.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-grid.php', 0, 0xc4e29e7f43dbf383c37ce42491d240b6, 0xc4e29e7f43dbf383c37ce42491d240b6, 0x846830d6d59252fdac5908e1946ebf1677dc40ed0e3e5a3c995495c44e2b749f, '', 0, '?'),
(0x16a9a01d64cc66b8f222b7293dca3662, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', 1, 0x00000000000000000000000000000000, 0xc1fdc52deeb739f14e46c9755b225c75, 0x88cae63b156eff648016d572872ce9a51be12f823ba97fb481d5857d498f116e, '', 0, '?'),
(0x16b0080f3aa83aa3b0272d68c14542a0, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-post-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-post-functions.php', 0, 0x6533479bbb7934a0f6f1e775dd767818, 0x6533479bbb7934a0f6f1e775dd767818, 0x3f7e48760f9df32803f6132ecefb1c716e7912a2cb4e5c8ca9d79f5bd21f55b7, '', 0, '?'),
(0x16b476eb2b075b2e4924b75df1541688, 'wp-includes/style-engine/class-wp-style-engine-processor.php', '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-processor.php', 1, 0x00000000000000000000000000000000, 0xea8fac567547ddaf859965a4cb9ffa3a, 0xf912f4435f62255ddb44ebc73aee21baad5d6214b6d0b5f5b0bcff887403a8a3, '', 0, '?'),
(0x16bc0e8fefdd957c5940163c061d2861, 'wp-content/plugins/shortcodes-ultimate/includes/images/player/button.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/button.png', 1, 0x00000000000000000000000000000000, 0x307ee96e191abc8ebd16486296cca660, 0x1154897b71055805d8baa77fc7430709611be6acdf36566a2f022c7ac2b088ba, '', 0, '?'),
(0x16c232d56bc55e8167a85dee38c7021e, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/license-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/license-activation.php', 1, 0x00000000000000000000000000000000, 0x45f70fa6338e15dfb1e650a8829ed81a, 0x9bbc30feb650810b7417482b21149e6b1a68211f5eb94c3564655e81b1b8471b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x16c66af655efe9fe29951b5011e70112, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_indic.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_indic.gif', 1, 0x00000000000000000000000000000000, 0xf485d07540a89502e36dc1a55cec05d0, 0xce33f9b5875ec65efa619a60f41bd4d4c50aa46278fae73c134d6fd50bd65e65, '', 0, '?'),
(0x16c7969a8964c321733c58a7e499d0af, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 1, 0x00000000000000000000000000000000, 0xec2a95317b2ccbbef2fe961bca829cce, 0x3c9547b2c6eb24b5552bf61f6bc54c3e040068970f61684206a6ac5308a92ddb, '', 0, '?'),
(0x16c9f9455c880b658fbc988902317170, 'wp-content/plugins/elementor/includes/interfaces/group-control.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php', 1, 0x00000000000000000000000000000000, 0x9da0a7cad97e6994bd53e84221565a03, 0xf414b2d9e1069b89c55a3b2beec3b90b66b3d979bf688d91bdd8f106a1fb83c2, '', 0, '?'),
(0x16d1b5d1eace385d74bb7724a0dc8c67, 'wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', 1, 0x00000000000000000000000000000000, 0x83bf6f07b2b59e829e563f691a5d2cf8, 0xab6eba5c4de6fd1cbb9753862621b7890c092c43eff4cdb9068ad64779fe5487, '', 0, '?'),
(0x16d3bca8f3a7e3023242e46d8cccaef5, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-1.png', 0, 0xb7bcd5557a9bdced453ba0924a1ed2a3, 0xb7bcd5557a9bdced453ba0924a1ed2a3, 0x74fcad953c50af24624ce3cb07255efc5a5fb0d8614161d6788d7991d43b6d03, '', 0, '?'),
(0x16db91dd806deb39a2986ca95e9f48df, 'wp-content/plugins/wordfence/images/logos/shield-premium.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 1, 0x00000000000000000000000000000000, 0xdac30dad0e2dc8ad0a5197f399567f8b, 0x3f6d551e4ca4e5e9fc2d6ca1915a4f499bd22c5853944d9dd7adefde9d2d0589, '', 0, '?'),
(0x16df4d5a5919acf94b76ecf2c31f81ff, 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-essential-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-essential-functions.php', 1, 0x00000000000000000000000000000000, 0x1883984ee832a22617d2111b389b58a1, 0x7c37402ea0e935afef5af510942aee066944dff11a94c5be2ffb62c6678ebaf0, '', 0, '?'),
(0x16e3fae038bfa71b82d5c41e00477c3a, 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x43c4910011be3edaa6888b27042bc67c, 0xe729e9a309c0d7082eea35af4161f77d79f15dcb053f2ac2badef839e2c96732, '', 0, '?'),
(0x16e816de9e5f2b855cf6035969c02223, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-large.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-large.php', 0, 0x7fb912216899e320f74c6d903382d57d, 0x7fb912216899e320f74c6d903382d57d, 0xa419b55f8c03b34176b4d63c6b5c0115076fd6954ec2ba74f828fa6ba5b34548, '', 0, '?'),
(0x16f0561cde004e7362e40cd082742ef1, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php', 0, 0xc30dd9341f03f4777f43a1f1b1aa2a76, 0xc30dd9341f03f4777f43a1f1b1aa2a76, 0xfde52436c32aa797a8739e9ec79ef571e88a084c42bc2856b6dd559bea24420e, '', 0, '?'),
(0x16f0f72ae6b2ab9e015110f387ffa54e, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xfb6e0002ec885d270b5d3b361707a587, 0x50af5ba09f034d5c709fd4e0c70448ac26cca3f25cff5e70cb1f4abe1d1bc88f, '', 0, '?'),
(0x16f239eb4b12a0b87dd1c29ee597b51a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import_no_content.php', 0, 0xd4145558cf58073fc3dade3e79d8fedf, 0xd4145558cf58073fc3dade3e79d8fedf, 0x171331e02ab3d2e2fc2505679abd8b87a3471391d253caa52e26aab7443038ed, '', 0, '?'),
(0x16f4cfe1e3cbd20080569b6406f55732, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x0accacdf27e55e9688e965c37b67dd24, 0xa042a05e06fb02f5785e289c484057ba71c173cc1281cc124f7c8e746ff3e423, '', 0, '?'),
(0x16f4eaed4b27de8957f2331e4d4a3eb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x830eb44301883d69d0729a2843e142fa, 0x136e5d4ba03c01dd2a946b8de8d42a77e6b526d755b23c2a97b5926614138651, '', 0, '?'),
(0x16fad66d5a163b8ff3e09340933decc9, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/weather.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/weather.png', 0, 0x2c65cd22507c05006d3f4584385d89e5, 0x2c65cd22507c05006d3f4584385d89e5, 0xa57ca7ab21fd0b5186da6a12afb11b523df18a8a83e2be7186f9fd4d8abc62f4, '', 0, '?'),
(0x1700b759d077440036491613abb39f6c, 'wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_yoast_analyzer.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_yoast_analyzer.min.js', 0, 0x99564f56382295b707d154d75a7d034c, 0x99564f56382295b707d154d75a7d034c, 0x9f3dba4095bd76822266551910ab010c665780dde6464693eb62eef4900515f2, '', 0, '?'),
(0x1700e50dfc50ef266b2c60e19f7ae811, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/backblaze.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/backblaze.png', 0, 0xc1ca03e9bac6abac8354324dd0920ebd, 0xc1ca03e9bac6abac8354324dd0920ebd, 0x3f1eb6f9038b4cefdbe11c543015de93b10a6895dc2bb380b017acf5f7c9e0c5, '', 0, '?'),
(0x17029b5cec2a3731e561cf7cdac2e5a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_4.php', 0, 0x37251eb7c5c1cdda8d608c09ae8447fd, 0x37251eb7c5c1cdda8d608c09ae8447fd, 0x66413f3486f6c455f32705ecb6c32a80bb159553bf305e0f393d7555cdc69a69, '', 0, '?'),
(0x1702a2c67a1066579b744855cec34856, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', 1, 0x00000000000000000000000000000000, 0xd4f73577a01b7fb45530ff33bbb6ed2c, 0xee33236d6cf26c8dec17c26266f2d367459e468e7a7522ae2cf81a4516b98f14, '', 0, '?'),
(0x170612862e887c611891a9cadf133ec9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3_no_content.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x17069424702adf1932b80ac839e51659, 'wp-includes/sodium_compat/src/Core/AES/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/error_log', 0, 0x91c667c72d24e06dce43771e4f2f45ca, 0x91c667c72d24e06dce43771e4f2f45ca, 0x19b3e584da4b5a0f1ea5cc5df1363d3de4f32f4ec0e2814a8f510f4c0f37b7f5, '', 0, '?'),
(0x1706975cdb7ba8cadbebd499f35556d9, 'wp-includes/blocks/navigation-link/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9987e79e110b50097daa83380f161a04, 0x42c9ac43708063c39493fabfa219c9411c8cb67ace8a7981f83605f2cab4c91f, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0x397327e992bed21b1b54e5200ad14a32, 0xf51f41c742aa8b6d89f871fe91b741ec7a9ced695a75fbc3c7f514db5c908ed7, '', 0, '?'),
(0x1716f05e799ecdbbd22e50f53cddfa3d, 'wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php', 1, 0x00000000000000000000000000000000, 0x60323b15f639ddf3e10d34811fe3ba37, 0xb229b8ecc414654c2ad70a1e7b1f65e18c387778d8369507d930cceac4baa374, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/rich-text.js', 1, 0x00000000000000000000000000000000, 0xc47423af4af4d51513aab8ccaef801ea, 0xb3f4b77f31d78966374f7a6faed85fa20d3c59de3c4fc5677209a881b9cb20be, '', 0, '?'),
(0x171f34c0da699a06aad66e2da4afb2fa, 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 1, 0x00000000000000000000000000000000, 0xda2f3b26987a53a60eef601239fd9514, 0xf92e00ea1e75bd887cab2e648d5002d4d9e959cb4119946e0be3dbdb11dfddf1, '', 0, '?'),
(0x1723adac6d13f661c6336a4641331ee3, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 0, 0xc68bc04b644aa17fac97d48c14ab076b, 0xc68bc04b644aa17fac97d48c14ab076b, 0xb7767339f0a5eccaf314320ef828cb8b6cd7aa3f61c0d3447cd24cd47d541051, '', 0, '?'),
(0x17323c7d75082315df57e09a305470f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_9.php', 0, 0x975a5d9adcd9490754d2121ab159ecbe, 0x975a5d9adcd9490754d2121ab159ecbe, 0xb0707aaf7f2f76a46e18bc186b01c1228f5ff829b46285afa11a66c8603640c2, '', 0, '?'),
(0x1736b6eebfc7e6ea9fa482e815590b72, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-input-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-input-functions.php', 0, 0xe4d2ed62866951d0967bcf38c06ff5da, 0xe4d2ed62866951d0967bcf38c06ff5da, 0x6d0d9b65652867b8ace86e52398b2a39c4801038a5069dd8d5b6a505ce644485, '', 0, '?'),
(0x17381fc15d3b96ea4433307064339b21, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/help-text.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/help-text.less', 0, 0x1379f13082f651920ec809c25a1ef300, 0x1379f13082f651920ec809c25a1ef300, 0x80ba8373177e84ecc1e9ce5b49334d94da2d89c13ce2865645b31c616878435d, '', 0, '?'),
(0x173a6153131c92a84311a47b57380af7, 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php', 0, 0x864ec45b393b814a6e9642073d0bdaa0, 0x864ec45b393b814a6e9642073d0bdaa0, 0x2ccf49384b69f8937f330dc5f7cad00988829c399a3225268d3cc59da5b911a0, '', 0, '?'),
(0x173d9e098405ae5c7656a3ab89adc778, 'wp-includes/blocks/rss/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style.css', 1, 0x00000000000000000000000000000000, 0xdae140b0774ec74c9bf0a98f510d3159, 0x5cc6c85c3594ad416c6f1f28f334b3c86a8e2cd7cbff068572814c5497733b68, '', 0, '?'),
(0x173e90efc0209caf038c3c56ff53644b, 'wp-content/plugins/wps-hide-login/wps-hide-login.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/wps-hide-login.php', 1, 0x00000000000000000000000000000000, 0xc18115f859e790ba370028fb5d6ae993, 0x66d6e83fd81856993bccdf9b416a9aa8d2ac5d6c742d67dba2a2d8b9fb9b04b1, '', 0, '?'),
(0x1742fabaa06a064ac168a66ea7b328fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import_no_content.php', 0, 0xdfab14533479bfb45a47d163bde74ebc, 0xdfab14533479bfb45a47d163bde74ebc, 0xf42e53d15f2e04627d2ba23fdcfece788f924d3a6700c7835facd80c0f581102, '', 0, '?'),
(0x174dff482d3907420c46ab70bc18be2d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1_no_content.php', 0, 0xf33536cf46d5525f532fec1fc6314420, 0xf33536cf46d5525f532fec1fc6314420, 0xb5b5a23045a93caa9cc89a1442db027da1ad6f64add78e38049ca56f24970988, '', 0, '?'),
(0x174e3958f41e66d6187804b3fc4122d4, 'wp-content/updraft/themes-old/twentytwentyfive/styles/02-noon.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/02-noon.json', 0, 0x8ef710f0e60adca0022da3fc690711a4, 0x8ef710f0e60adca0022da3fc690711a4, 0x3bb88af8df49ca1ab2c9177c09546e4e4fecd21c0e5878096f10e55f26286ca3, '', 0, '?'),
(0x174efc4768543300f9dd2e451470a445, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1.php', 0, 0xbe110e552b10ef1abb7408a1d256b3d3, 0xbe110e552b10ef1abb7408a1d256b3d3, 0x4e94d93fd44b320c53d429b03160ceebd05f852772721c04a276f51d554cb727, '', 0, '?'),
(0x174fac5f13b239825c097a3b13915bcc, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_date.php', 0, 0x648b89fb767947ea1cb303a0d4f4cef6, 0x648b89fb767947ea1cb303a0d4f4cef6, 0xa66e6a9ea1dba6e9b844bebd7d9c583cd07edf873c66ce93bd2e469259de33d7, '', 0, '?'),
(0x1752f73b9ef312c81a4692dfb4b56f05, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_8.php', 0, 0x0bc3c0a4917f1f03d2182193aefa29a8, 0x0bc3c0a4917f1f03d2182193aefa29a8, 0x34d94f65ea008eaebe6e14d5f29201945ca7ea74e0b09bf039c628ede5f16ae7, '', 0, '?'),
(0x1761b4c1065868b8cd83fe2813ee3cef, 'wp-content/plugins/kk-star-ratings/src/core/functions/action.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/action.php', 1, 0x00000000000000000000000000000000, 0xcf3a31d85fd234c0d5f0c6b9b2f095c1, 0x9661dc4e3ba1bd86d7bee0ca9b3ee506085ce4675f7c4c69bf0fd07e5ded1b8f, '', 0, '?'),
(0x17670a3b43ded448640b9ec79cf66dba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import_no_content.php', 0, 0x9506638767a612cf6db2852eae26eb04, 0x9506638767a612cf6db2852eae26eb04, 0x39c9db3307172283fe7cd8a3175dc0e5b86022e9d176183a1b5ddca3dc999c16, '', 0, '?'),
(0x17689d2f1b3d6282c0d722092f23f86f, 'wp-content/plugins/updraftplus/includes/tether/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether/LICENSE', 1, 0x00000000000000000000000000000000, 0xe218d81ad870e5fcd8a504baa319cb69, 0x0c42a1d33fd5227b1d0a8e6060e07c488457889311fef1898c19caf46a9b759c, '', 0, '?'),
(0x1769d4adc3ee38efc41c8536024f24d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_9.php', 0, 0x655eedcff49d937816e52c8136b1e96e, 0x655eedcff49d937816e52c8136b1e96e, 0x8d996443c81d7df3ab604b8bde82f5b5111270ea3b7fae9d33722656336ebd09, '', 0, '?'),
(0x176d03af945b5bf4ac06b3b86da3f61a, 'wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x9daf8dfb6ec3c300f4db177d3715724e, 0x537e3de49137ef9789e6186c903a6e95a2f23c1de18528b3a7b41424c3b91cef, '', 0, '?'),
(0x176d2d11f64eb225933b81cd2a219293, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_8.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1774dc3e1f410ceea78d5027ffa99605, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop.php', 0, 0x9f45e4aba8e8a3407f74919660e8e1d8, 0x9f45e4aba8e8a3407f74919660e8e1d8, 0xf37cbd4464ff4c25d2c3a6aba4d74d03994904e58f1ad73c9b90789222140ff7, '', 0, '?'),
(0x177cdc5bd38fb77d752d506d737fc423, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-2.png', 0, 0x889cdf9b841eaeaf6bb7410b6a57cb2c, 0x889cdf9b841eaeaf6bb7410b6a57cb2c, 0x7882470575a214680e5057b66727b88b6bcc54b128d7c6e270b9caddf056d017, '', 0, '?'),
(0x177e0234d6e9ca91bf3682133c9a5b16, 'wp-includes/blocks/site-tagline/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x869f4e64fc63ace9f416a506df2fdf2e, 0x84f0671a6687c88461d6c4c293fbb50978b91ff054e6b104f14410263fd73cfa, '', 0, '?'),
(0x177e5e3352d7c4338c2758574db514df, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/page-builder.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/page-builder.less', 0, 0x0ae9f6529d513fab9159c1f4adcba045, 0x0ae9f6529d513fab9159c1f4adcba045, 0xa46028203b8e27552e6d57fc6aaa91128077aa7508fea9cc20f161d6d0720c74, '', 0, '?'),
(0x1780a2033cf98d69ce13c2e5c8510004, 'wp-includes/js/dist/reusable-blocks.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x04b49ee2438eaa0984a4b0f63af6b764, 0xb860467ce3acfaee0b242ad5624071151df382886f571083132b7f6037cba894, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0x0ed43df4f2ee4c1040cfca90411cfbc6, 0x0ad5538b593eee6cf02a0f10cfb843407a262b207aad64415791aca377a40a0d, '', 0, '?'),
(0x178a57124048f1ab0f6b6b185abff2a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_css_generator_demo.php', 0, 0x5c37fc4d6bdb6ee2b4c4c5b2184af6b0, 0x5c37fc4d6bdb6ee2b4c4c5b2184af6b0, 0xa9a402de4bdc0f1b6a3c0e746fe8deba5cb2d5f0602c810ced5c1e23853ada7b, '', 0, '?'),
(0x178feb0d6ed08f6a89340ac46bac4240, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', 1, 0x00000000000000000000000000000000, 0xbfd6a068e6afcda509177b72d8a7825e, 0x4802d4ed03cb440422303d88c8a0449ba1a837ddeb483d332080ebc03ae93b5f, '', 0, '?'),
(0x1792ef39553edc98dec29268e7a5c759, 'wp-content/plugins/td-newsletter/less/variables.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/variables.less', 0, 0x42de4ea82c3de388ab599b198d208f4b, 0x42de4ea82c3de388ab599b198d208f4b, 0x3ba554da54a9b6c18a626e0ed5400a7e6ed12d21f4c486cb943f40fee8c067ec, '', 0, '?'),
(0x179324ed8db597866abde1e611c4d0cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_7.php', 0, 0x5c0bc4f1ce3795223d8392f7ea40d920, 0x5c0bc4f1ce3795223d8392f7ea40d920, 0xa1fe2205133109232796ed0c5663990b525e51a2072ba3e29a343c0dd561d3c2, '', 0, '?'),
(0x17960a676278f244bdd9658bf035d637, 'wp-content/plugins/updraftplus/images/notices/support.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/support.png', 1, 0x00000000000000000000000000000000, 0x61cde6d251924cec778bd7a606d9c73f, 0xadcedfaff39bc0690061af31b1e0f21d868994292b2315d61b5f789d5fbce3b8, '', 0, '?'),
(0x17a4084dfdc4a1bdeccd77774be6af4e, 'wp-includes/js/dist/development/react-refresh-entry.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-entry.min.js', 1, 0x00000000000000000000000000000000, 0x7b341138a05bd268de9bc01dbc9eff99, 0xb8e9ebecdaaae658cbe161298f79ee8b9ddd8a899e4f099c59b91e90f6557fed, '', 0, '?'),
(0x17a51a7715224b3e8a4c4b191e3ef9a9, 'wp-content/updraft/plugins-old/updraftplus/images/notices/keyy_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/keyy_logo.png', 0, 0x9409d3226fa119a1feb9fd8129e0572f, 0x9409d3226fa119a1feb9fd8129e0572f, 0x28fc692e02d8ab056f87a63f6246f0cdf5431445da03769dcdda774b7f179fb6, '', 0, '?'),
(0x17a81d22a67379624e6c2dbcd7029411, 'wp-includes/blocks/preformatted/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8953b2fcbb47d47bc4885d04f935d731, 0x5f9fa30bad0b7063296b0ce9eacb3359484cb649574f85505d1239f4741fd753, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x541226a87dd85c33e69ce44ab8912000, 0xa50a53c4c07b55c8e39e43647a24a8fc940310f80f79c2fdefc9617c38f0bd5b, '', 0, '?'),
(0x17ae0ee4c3989c84fca589f49edb11d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', 1, 0x00000000000000000000000000000000, 0x3601f734de24ab65c5ab342dca3459ef, 0xbd5f46d09332c2ede0619aa8c9d5c5db0159c1bc6099b0f2559918d395d1fe34, '', 0, '?'),
(0x17ae7e6fffbce92955c10eac0f858af4, 'wp-content/plugins/td-composer/includes/tdc_ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_ajax.php', 0, 0x386b3736d230b2c86e1b0d249a7f9e06, 0x386b3736d230b2c86e1b0d249a7f9e06, 0x01c03578cdeb16bcb9898bf1efea272f69e2ff30b21587b82e838a9374dfcc79, '', 0, '?'),
(0x17aee359f9aa73c6c95321a8cef5ec54, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.mo', 0, 0x05631911dc42dc963e0b310d1bbd8795, 0x05631911dc42dc963e0b310d1bbd8795, 0x260f0324a44cb9b3d3c2580d449c783091128d26ca09dccfab993f434ee5aa9a, '', 0, '?'),
(0x17af93665c2ca41d745ffcfaf6fb1930, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', 1, 0x00000000000000000000000000000000, 0x3c5bb54f3c2294b1de44ec936882b41c, 0xc96ef4b6253691ba4fadb228bfeba78716ad5099131e2d639fbe87cf87b64a18, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', '/home/abt90iranbet/public_html/wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x25ca0c4aa207714429db8690b1d9c361, 0x0928c88328816769df7d15622d57f54e0be1ca52c310a2098421b35fba54efaf, '', 0, '?'),
(0x17b4f79ceb87bb546f6c96085ad72b48, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', 0, 0x67ea49d97a88cf2e46f7563abc2504a7, 0x67ea49d97a88cf2e46f7563abc2504a7, 0xc4f80eadcf2147e1e584b1003a994a9f0e41516e5a0f65ce67c06f7011f27c47, '', 0, '?'),
(0x17b6038b1719d1f4d85306768799ea4e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2_no_content.php', 0, 0x52fdae25d45592aab2fedd4bf0fdbb00, 0x52fdae25d45592aab2fedd4bf0fdbb00, 0xe78f832640160a4f2fccca09d29871bb0f1026badcca11c68b711408defbd825, '', 0, '?'),
(0x17b7c673dd9c93c39e33878ccff4fed7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 1, 0x00000000000000000000000000000000, 0x6d4041b20a6d7903e93389d7332a8a09, 0x21b2b8cfd534d4d955e2c9a836c6011f5ae00fe32d9858e45a22b44054ba58af, '', 0, '?'),
(0x17b93bd53882d598e6ed4f3ceaa703af, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', 1, 0x00000000000000000000000000000000, 0x93fa9f9672de82a548eee6b796e576ea, 0xe7d1bf5475b0cae3b163cee8ce7d52e9f1b543819eda3cfb1125d70cce9eaa81, '', 0, '?'),
(0x17ba2b5b4841796d6fe8359cf252a7a6, 'wp-content/updraft/backup_2025-07-06-0328___90_25bd005e3265-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-06-0328___90_25bd005e3265-db.gz', 0, 0x42ddd775b36bab0c9a1b6cfd6d2c9264, 0x42ddd775b36bab0c9a1b6cfd6d2c9264, 0x08be4419af8b7e93145b669a939ab153c2849b9036c855866add2f22ecec6439, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/dom.min.js', 1, 0x00000000000000000000000000000000, 0x9c8be7dbfc6f83a6cf000ef95c3cba6d, 0x681d3414466fffa2eaae1f47973e3c8ed8101408b48071c06281e69d83960ee4, '', 0, '?'),
(0x17c4eeb835e2ecf4492dcfc47a67fdde, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', 1, 0x00000000000000000000000000000000, 0x405960e8dbba2eaeda8bf567fb20da7f, 0xe190e9000ac611ca01749e75159f65aa0cd1308a7d3bf4cef9b401b80ee70dc7, '', 0, '?'),
(0x17c68145b7866a49a6421ffecf4aac44, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx10.php', 0, 0x299c45ee9e20b49b183be18f6c7c35cf, 0x299c45ee9e20b49b183be18f6c7c35cf, 0xd03ed0950a586769a83f1575868c89b2b90ee9590867ce1fedc9cd652030dde9, '', 0, '?'),
(0x17c892224e3d11914ce211b01b2e9055, 'wp-includes/blocks/more/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x93b4c7fdb377c12ed82c2489237f3ee4, 0x2bcde7a9a9545e333d40dbcafc35ecb1e05f978ca96a7ac7bc5b392bc54e2e93, '', 0, '?'),
(0x17caf02799df24f80485738450466a37, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php', 0, 0x72f61a88de638b71233f9089ded2e0dc, 0x72f61a88de638b71233f9089ded2e0dc, 0x15dd4cc2099765c75f881d32a525fad4ad93fec4eae93510c1c4d9429af95efa, '', 0, '?'),
(0x17cbe2369a9f012283edfae91813d792, 'wp-content/plugins/updraftplus/includes/Google/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Exception.php', 1, 0x00000000000000000000000000000000, 0x318afca9f008d35a174bfd9dadc02ff2, 0xc6b72d86e629dbb5d8a5ddf4957a39aebcc7fbc849a0702af5e723b60c49ea09, '', 0, '?'),
(0x17d00091b20abbc3e297827cb8392a5d, 'wp-content/updraft/backup_2025-08-05-0327___90_9f51aeccc528-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-05-0327___90_9f51aeccc528-db.gz', 0, 0x9646a6fcf87adca0d1ed5835e7049dd0, 0x9646a6fcf87adca0d1ed5835e7049dd0, 0xf509ba9e5139e1d9bc5016beedf0d22c7e23d13e6a53146d3b03bac7f5de98ba, '', 0, '?'),
(0x17d228825c048d32076d06127f0a8dc9, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php', 1, 0x00000000000000000000000000000000, 0xac5dfafdb06000d73b2128e4828df1df, 0x4a78bb3d2a651c2a7b287650aea937e2040e59306d2ce5f62474833a512165bf, '', 0, '?'),
(0x17d2c419cf9de9d3363d9982cc8d0895, 'wp-includes/blocks/post-excerpt/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5a5f61efcd5084cb7ed604c28d2a9f1, 0xcd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035, '', 0, '?'),
(0x17d3ec234760447c6177c05687fa8581, 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/block_editor.png', 1, 0x00000000000000000000000000000000, 0xb109c0d07534902c335f6bb23e672d5f, 0x3640710c7cbae216fc5e93531d66539acdca8157b91eaa7c5a030bf41b0d2c3d, '', 0, '?'),
(0x17d744b9fd486b30b402ad640fb19611, 'wp-content/plugins/wp-rocket/assets/img/plus.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/plus.svg', 0, 0x08e41a8aaa878905c731f8eae48e8d18, 0x08e41a8aaa878905c731f8eae48e8d18, 0xed17bc94fe8b70247932a6afc223a50776f591ae2f02f39a6b235f2f4ba8dda0, '', 0, '?'),
(0x17d9e82990b2e06913d9ae74a376a84a, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 1, 0x00000000000000000000000000000000, 0x93ec9f9a58ecb16edc579ae5af276650, 0xb5fd659aab55537194c095a6ef7c80990128768379dd56eb250398b133a25825, '', 0, '?'),
(0x17db1f0efab7ef2f73a3d561f467b525, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', 1, 0x00000000000000000000000000000000, 0x1b1c9b637d311ab7028c8e3148ef74f2, 0x838a496d94446838bbeb6e8042765bc99b41e9880c3af68d9fec2306f72b93f5, '', 0, '?'),
(0x17dd46db81b1cd312ada2db8f59b1e26, 'wp-content/plugins/kk-star-ratings/freemius/templates/add-ons.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/add-ons.php', 1, 0x00000000000000000000000000000000, 0x03fd4d42156dec91d9b1bb537176bbb9, 0x90988fe95b0cc1a63e7a0cc22a171703b6065a71993c312faf4fbd8a09dc21da, '', 0, '?'),
(0x17e03f2b0ddff553c02f86ecaf69b1a2, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistYoutube.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistYoutube.js', 0, 0x1f24070b681eef4086c16731e11503b7, 0x1f24070b681eef4086c16731e11503b7, 0xf8217864e6bfee9695e07343e76c59ad5ff0090d134e9251dc7aa7f35b9cd249, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x321eb8c2c04345435a36b39bac651cb8, 0x5c57b3f72ec2a3d6e4ef14113b5c09ae4bfa1eb15bc97a484549aa38f9800b41, '', 0, '?'),
(0x17e10b4bc54124580816ee21c909f52d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1.php', 0, 0x154057d679546983f14b9b753240c33a, 0x154057d679546983f14b9b753240c33a, 0xe75424d8ee50a3743d24ebdb3483e1de02f87605673e71bc49e761777d6f54ad, '', 0, '?'),
(0x17e3a9bf94da85b10f61356d3d783809, 'wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css.gz', 0, 0xf577fa212a8a02a9816098f501877590, 0xf577fa212a8a02a9816098f501877590, 0x916a9e4968a95e4ea009d5f3c1df113d129a959c7e03ddef33ac37331b4eaf1c, '', 0, '?'),
(0x17e4e1e09fc682045eb622bd8ee4a750, 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370.css', 1, 0x00000000000000000000000000000000, 0x2e83ba6e93e4ea7f074f228d17ae1105, 0x99a708a02da1ef8801c2cf376a7d6d816a2d18445e71e01c5f4a1ab68bed2f71, '', 0, '?'),
(0x17edeb1fbc2c5b27e4ca7031172c796b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1_no_content.php', 0, 0x5e449ad821f889443360a68bfbb6592a, 0x5e449ad821f889443360a68bfbb6592a, 0x27b6efe663e162f037ee985e711e2f603a6b6ae7527901adb154201ad96c55a6, '', 0, '?'),
(0x17eeb3876c3377527d4261a5a72636df, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title1.php', 0, 0x814e6b858f17537e6ce64db98c60ea4e, 0x814e6b858f17537e6ce64db98c60ea4e, 0xbf0ba8bec8105b8d4ea3cefe0af6d02e7ffd28340138b6443a054f7e053e247c, '', 0, '?'),
(0x17ef2ab9a96f91a1252f9b627a5bc002, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0x7fb7a3ef0371a860a07789488bd781f3, 0x00feda3209bccc2035ff2b74893095c3b207e328ead4be32358feb8f9d40b328, '', 0, '?'),
(0x17f6a735c6d31946811c97c16241ab81, 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 1, 0x00000000000000000000000000000000, 0xdbdced6b142160cb309e05cf7f4cc571, 0x84a9b57481752b2f3b513f2d98179b54bd9d085de4567b38060f07c0994ed107, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', '/home/abt90iranbet/public_html/wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0xd20104001aa9d64e7a0c1e04dc6ae933, 0x310be4c18e577e669812d157bd8593a23b00e257129c35b25588a238c0a63cee, '', 0, '?'),
(0x17f7e34d8b2811176c4eecc1353ab4cf, 'wp-content/plugins/td-composer/mobile/front-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/front-page.php', 0, 0x8cf84b814d5d342d3a7510ce08efe768, 0x8cf84b814d5d342d3a7510ce08efe768, 0x1cbb85b141f957b7d75e2b95c5b008c43cb079476100bfb78e7d9466675878cf, '', 0, '?'),
(0x17fad4a56436675d51a383894f233efe, 'wp-content/plugins/wordfence/lib/menu_install.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_install.php', 1, 0x00000000000000000000000000000000, 0xa7c7744c59194ecb19c8f0aede1eb2db, 0x56dbbdfe9225e01fb2a323c787d86f95a7738006224d5cff3e368f96b00188e1, '', 0, '?'),
(0x17fcc77996a6b2d8d5f08f794e8a4733, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/URL.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/URL.php', 1, 0x00000000000000000000000000000000, 0x034d8893f5201857a5925a2bbfe7b5ad, 0x897ab9e036008da0a4af7cccb9911daf6292195ca07235119c343e06768a0449, '', 0, '?'),
(0x17fe4eef857f2ed81f04fec0a261c7dd, 'wp-content/plugins/amp/assets/js/mobile-redirection.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.asset.php', 1, 0x00000000000000000000000000000000, 0x9d386f4847995d2e4c647b8612826899, 0x6eeb47f63ea66ac149c61865dc7912f8f1a9406825283925d9f58e4cd1040e8a, '', 0, '?'),
(0x17ffc4576a9706609d99d696698a44d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_9.php', 0, 0xec93dd73bf383d8a79001f7901bf225a, 0xec93dd73bf383d8a79001f7901bf225a, 0xd932da86f29b95e675321b146aeb7e6bf0c89e26ed24809a790f6dc130dbf0b8, '', 0, '?'),
(0x18067219d8b1e9f26a88fdd14da34e4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_5.php', 0, 0x1563e5eb0106733198ccd85c7e435ced, 0x1563e5eb0106733198ccd85c7e435ced, 0xc454f0bdd1b99f1ab39349acbad45613accd9b797b7aec3e14d2f7f89ac90496, '', 0, '?'),
(0x180c5c221e49a0a8b4fa77edf41a8237, 'wp-content/themes/twentytwentyfive/patterns/footer-social.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-social.php', 1, 0x00000000000000000000000000000000, 0x5bfa09419dbb32116d460c5f99ab63c7, 0xd11cabd62f26937ba362525d5a5930f9c24f0a748edfdd4e95be4f5994203016, '', 0, '?'),
(0x180d85df1573da335d8282d8b4b7ba8e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', 0, 0xd1b8b2a79c00297b1882847057997220, 0xd1b8b2a79c00297b1882847057997220, 0xe9d783943b5a1e29a5acc1efad2258ac8213f258f89ccee2bcb4a49f6ebee8ea, '', 0, '?'),
(0x180dce659c97c913be4bbc6787b92e71, 'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Exception.php', 1, 0x00000000000000000000000000000000, 0x71b990695c5cbfab52598776810f6093, 0xc2d7a28b2167dd7c8c2d19471c4f244d6f2e7bac74fce72fb74ba499b02b5212, '', 0, '?'),
(0x180eb9839355fe7be5446f93fd1c13da, 'wp-content/languages/fa_IR-7d5ca435e60d92f024d46c9257aaa0f7.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7d5ca435e60d92f024d46c9257aaa0f7.json', 0, 0x0518011bd956fb2909c186af12edef45, 0x0518011bd956fb2909c186af12edef45, 0x3d4bd6141cf8b846fcd00ba3e188aedba896cd6f5e9b6f49506fab4c3b03277b, '', 0, '?'),
(0x180ee200e7abf7aafa26bd10efeadec6, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_theme_fonts/td_get_font_section_by_section_id.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_theme_fonts/td_get_font_section_by_section_id.php', 0, 0x287479ae737526c9f86d956c72cc4a21, 0x287479ae737526c9f86d956c72cc4a21, 0xdb5203d49693a40fc894be7c02df04e279b458334eff2a41536cec087bb0915c, '', 0, '?'),
(0x1810241089483f2e3068d816a9ed19d0, 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', 1, 0x00000000000000000000000000000000, 0xaeb4e5d1052b23462549b71741e7aeed, 0xfd1396f783314dddda7c1850886b40e7186d5fc057b01e9f76413fba769d7ac6, '', 0, '?'),
(0x1810c9a245ec8dd9f3ec47104e6ae8e0, 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js', 1, 0x00000000000000000000000000000000, 0x9c2a61d31a89ae3a99d437b10ae57938, 0xdaca7a82846715ab71bcc9fd615b38a7d8858f14b0ad802b669a850249fd0e96, '', 0, '?'),
(0x1812c6d4a210d537d341f7745f66f51f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/demo_style.css', 0, 0x75d34101a3c593703c468be57ac0abab, 0x75d34101a3c593703c468be57ac0abab, 0x5a2ab64d1e1923a7493561473ad39547626e4c1e3548817fea97b8e9843e50cb, '', 0, '?'),
(0x18153011efaf62a7849dffc7731b27fe, 'wp-content/plugins/amp/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/amp/readme.txt', 1, 0x00000000000000000000000000000000, 0xcb52022c909e0a8fb42f87b1135f7d57, 0x59174ed4e9d00c808e917a8bbf58ffcf980931b67e6f3cf2406f22330e09cca7, '', 0, '?'),
(0x1816268f1c4a5d7a382eeab1a44b882a, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 1, 0x00000000000000000000000000000000, 0x78d58260a5df0e7bc1255f1e3c79095e, 0x54972ff45b2b0de51f4acc43c7b154e806c876ea437b7a4aacfa989012350708, '', 0, '?'),
(0x1819b566e3fd43c8faae236fefca41e1, 'wp-content/plugins/elementor/assets/js/a493d490206d9432cc8b.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/a493d490206d9432cc8b.bundle.js', 1, 0x00000000000000000000000000000000, 0x96897972d798da09db0eaaef67379f37, 0x4e43c6c9fcfe1b0b5c0cb9c6397e8a455c8aef4a59af87b6ec7fd5ce5c4866ff, '', 0, '?'),
(0x181b877392ce79ddea2523c172f68e3d, 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 1, 0x00000000000000000000000000000000, 0x20454014979755424eb22ac5a29953fd, 0xb9b1e20360c450d9058de1e12efa1ce78241c33020bed30480eb914733463d18, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x1825f893b0799b49d3c6c22f32248317, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/audio.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/audio.php', 1, 0x00000000000000000000000000000000, 0x53358c60d5664825d53fbea399630dc0, 0xb496066d2e3e8ea74110fdfaed37d18bff99de466031e856a36372d75c97e38f, '', 0, '?'),
(0x1829d94007c81376e1d0632cbcb50941, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php', 0, 0xa5862c390f82e0eef09f9ad9c147b811, 0xa5862c390f82e0eef09f9ad9c147b811, 0x6896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d, '', 0, '?'),
(0x182b20d5145aa7e1f22cfd4fc64401ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', 1, 0x00000000000000000000000000000000, 0x366364818ad0bdc9a827e81ce8eb330b, 0x054a8b88820fdae9c0f6d797df2e18d0a50cf2cda3f0255ceb687becdb6398a7, '', 0, '?'),
(0x182d3c1248fc01267d4061ec129e7c41, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_tags.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_tags.php', 0, 0xf93a82631d78f47c7aa7724172d4c768, 0xf93a82631d78f47c7aa7724172d4c768, 0x39e521907a4315f64c22b45c7b082221975513aedccf5100afd0b608adede96a, '', 0, '?'),
(0x183161f887a1fb0cb4ba8a99fe3fd96c, 'wp-includes/blocks/comments-pagination-previous.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0x8a0047888bee3d8812e7f27f400a4bdd, 0x33ada4125f5f5c8c3b5f09fc84f6822ba1ec9c82cebfbc2359bf139e6ba644b1, '', 0, '?'),
(0x1832109a337d7845238ede2bd8512403, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php', 1, 0x00000000000000000000000000000000, 0x0938bec468028bb687b1fb6afceb2fd1, 0x4f3c231e149f9efd614c2bb5bc597d1ae2649c60b9618010525edcd18f977fb7, '', 0, '?'),
(0x1833cfc839858276138c262fa94364ec, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xd4006c64ff856c75f54f18e13a86c202, 0x060ca4e4165bd3dc798cc65c8f010b1db6d9bea4382acb268706ce3d20e7acd0, '', 0, '?'),
(0x18340359dad0490f77a3581f52750084, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_10.php', 0, 0x55f2be6f056e496f60e79c3488df194b, 0x55f2be6f056e496f60e79c3488df194b, 0x2821f12b2bd13d1dce11a107aecae8813322283fa30ca9fefba728168b5bace8, '', 0, '?'),
(0x183a9b882eb0c80357d79278de8ee708, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php', 0, 0xf9263ccbdcec7768e02c557b4f01fdaa, 0xf9263ccbdcec7768e02c557b4f01fdaa, 0x0efad0486b42103808c3e3bcec159b1bcdfb8d3f87d06b3312bf103e142a1071, '', 0, '?'),
(0x183b7cd898a47729cb30a07c7943882e, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php', 0, 0xb2730aff9923b484a2c3c63ecf41471a, 0xb2730aff9923b484a2c3c63ecf41471a, 0x0959fd752e642bc371d89657f80cda35a7852b762c405d54f5e997879babd06c, '', 0, '?'),
(0x183bee09067567bb82d34ae189787bc9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php', 1, 0x00000000000000000000000000000000, 0x774cd7bd68acb803f1041ac33d1f5e79, 0x5e9bd03fe1ea4516f3065fe1e0b0d2f7b2ff41a3a0142914a752d7a4e97756d2, '', 0, '?'),
(0x183e563a8cb8391963da87b7a48971d9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', 1, 0x00000000000000000000000000000000, 0x4fa14a0c1ce02f984dd948325498e980, 0x2fefcca5297ce65a8e255deac035b3f7792529f15094d6cb22b8aad0b1c68022, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/dialog.min.js', 1, 0x00000000000000000000000000000000, 0x566b25c3fd00963581580da5ae79e149, 0x35a08d0825cc4aa49d291741bdb0cea7cc263d78c1058d82d37f3ceea4479975, '', 0, '?'),
(0x18485165ac24749167da56c71f58f73b, 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg', 1, 0x00000000000000000000000000000000, 0x584acf65ec510be38677b8793ba1a930, 0x554c7dd5025391d989a70903ff4717b2ff05d13362b8a8cf36e1624f1bf5fb18, '', 0, '?'),
(0x184879085bd7cdfb9608bd4af19744f5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', 1, 0x00000000000000000000000000000000, 0xc5e33d3cef60e1ddf9daddcf614a9c8f, 0x6382b157143ff8ef3db0f01045c23eb33d754eb27435d0b141faaf6a53fcf2fc, '', 0, '?'),
(0x1852ebc77ae348ef8e7b31ca61d2d77d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4_no_content.php', 0, 0x893fd60ee836ab661b65e40bb83e3bbf, 0x893fd60ee836ab661b65e40bb83e3bbf, 0xf30992333fff5afa9efcb9e1fcb66a4d6b7247a17b76f9aa5ed3da4926cedb8d, '', 0, '?'),
(0x18532fab8ea45d70c1d6cd8abb366617, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', 1, 0x00000000000000000000000000000000, 0x59c0da93958ea217649a58e6828f6fc1, 0xe752f234147869be8cf55ad89919e143ddfdacbb5083e3ad147aa63caf63c367, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x185b389b7abdb17a356784f33d5a3c02, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 0, 0x21e94742113f4950cd05baa77573bed9, 0x21e94742113f4950cd05baa77573bed9, 0x23edea00bc48c5a4b08b3ba3aa4180cd43b4184df65e18686bb8465d039157ca, '', 0, '?'),
(0x185c0b774af7805dd4b214cd29d2d913, 'wp-content/themes/twentytwentythree/templates/search.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/search.html', 1, 0x00000000000000000000000000000000, 0x94e3893c15ccf8fbbc59bcfb91a3fa9f, 0xe1ba110308959c1d7eff55e785b44b395565c3c1eccfc2a8e71cac2b38b9f39b, '', 0, '?'),
(0x185f18bd6bd82761cd1575ce9d116285, 'wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php', 0, 0x67b457b8de9a0fe458e8b069ed4accab, 0x67b457b8de9a0fe458e8b069ed4accab, 0xa6fafe2d37121d2be4b474f386225e2d88fe2c32b9dc2cc0512b8d12b8aac5c9, '', 0, '?'),
(0x186489720996f247ee09190685a82362, 'wp-content/themes/twentytwentyfive/assets/images/typewriter.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/typewriter.webp', 1, 0x00000000000000000000000000000000, 0x8e8c7a312e1ea9a42eea74f9c4d9c4ab, 0x0643c129372b644c61bc062d70bb3f5b78dc9d8bfc043a7c2f10df3bd163cb8c, '', 0, '?'),
(0x18663bab8dc392e4c7fba385ed5021ed, 'wp-content/plugins/td-newsletter/less/mixin.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/mixin.less', 0, 0x5e2a17f091f9d611e4175e541c5421ae, 0x5e2a17f091f9d611e4175e541c5421ae, 0x774e3297daa1f3d77d6de9d134d959659c917e338eea12c9c39029e3e9e7a11f, '', 0, '?'),
(0x18673a598d8abd5a72fc0ba1a7717d5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', 1, 0x00000000000000000000000000000000, 0x0f2a8180121bfa4e40e61f9ae72b1497, 0xaeb628719c7be28214f9c81cfe59baae18590169f83df218dd6894b11b683df2, '', 0, '?'),
(0x186b8ce9bd5b56971f6cc5f6ec8159d0, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 1, 0x00000000000000000000000000000000, 0x8fee93bd160a03d3e776f4eb628403b1, 0x5f57e4b088c15604ba6650953009c55bd769f94cfe342b8012d1533e80446080, '', 0, '?'),
(0x18702660f8b3d55a367af49adef6dcd8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 0, 0xce530ca216be35c2bbbcf039e406f615, 0xce530ca216be35c2bbbcf039e406f615, 0xf95a0e40b1aae85b95f7af0938c68d82a7050e3e953b8c278a2b4e8bc314938d, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logo.png', 1, 0x00000000000000000000000000000000, 0xb67a4689e5de80570bd50d6ce17e3617, 0x56c97b938951390fef5609b186e6fcb0b7124a0958160299718886d6da806393, '', 0, '?'),
(0x1879c842c98cb5156c2c22a05edd068f, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', 1, 0x00000000000000000000000000000000, 0x6828e966f652b7340d0d577d8b468ee0, 0xf983469938b82452e71c5906e9a95d07fb6fa72a02da4674d08fd7443cb845ef, '', 0, '?'),
(0x18800e2016fb10a130bf4119c907d03e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php', 1, 0x00000000000000000000000000000000, 0xb46483a657a9189fbace16dfb55c4dbb, 0x448cc8f08ac802b4562ce04791e050d2b92378470ad24f985bf3c105c12596dd, '', 0, '?'),
(0x1881386dc50a643718bff5e0e3347485, 'wp-includes/class-avif-info.php', '/home/abt90iranbet/public_html/wp-includes/class-avif-info.php', 1, 0x00000000000000000000000000000000, 0xc87d6e33f643b7198dc189cf768d3830, 0x5b668354f798a804d8d84c8339cb78cddf8e54399b53ef003a18548179a2d4fb, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0x81f8051091b8d4694a82429d0c213c00, 0x56ba13c734935e8d43c31c448d1a91eedcc318effc92f3cdce183bc1f955827a, '', 0, '?'),
(0x188cc8e3af7d2f0bcd1f705312dbc3c7, 'wp-includes/blocks/page-list/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor.css', 1, 0x00000000000000000000000000000000, 0x0edc506213371b7246ce946dc0a7ab54, 0x616f03e17f30438c8d48ffa2babe2a42b670a73581ed681a0dbe19e36a0d470c, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-library.min.js', 1, 0x00000000000000000000000000000000, 0x505c290880053ffdafa2898b56d70d84, 0x2e27de6cb658a5984bbbfa18bb3ff6525ec5faf84ca178ae5d99242b2fe19ccc, '', 0, '?'),
(0x1891b27120c2ccede0259c1795e25064, 'wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x9b9874ddf863b5e2b50dd730dc4bb4d8, 0xd44b97ba1735205defb307c647a459011fa7b5f68b1d66a21ab88e4cb4101969, '', 0, '?'),
(0x18984a6ce25b46532418a454904a73b0, 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.svg', 0, 0x5a3e6ae904fabcf0eb4b68e2c61a48b3, 0x5a3e6ae904fabcf0eb4b68e2c61a48b3, 0xd7aafe45deb4e3623919398018c55ff4f96a85dba67ee5c37160399e2c698051, '', 0, '?'),
(0x189b895c7c889e62b36957c0704a4766, 'wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0ca22c256f176096ca3258234bd2605c, 0x685b351e971d26b916090466f4b74b486383d07dfcb706be2af5f81af6bdb7da, '', 0, '?'),
(0x189bd5a9bb19fc62375bb6755c609853, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', 1, 0x00000000000000000000000000000000, 0x4052ee54f6dca3d201a930ac69d2418b, 0x1266a6ac8483929f84e051365163e9944c3c1376bec11a29787f3fd5b9bcddc9, '', 0, '?'),
(0x189c271ef655e996bd682823cb2a1164, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_7.php', 0, 0x1179b4294e0c4ddf82bb9beb99abd680, 0x1179b4294e0c4ddf82bb9beb99abd680, 0x42fe149c48d8220db4e4808f768153a55c7c2f69c1b962f38150be03ef6ce35c, '', 0, '?'),
(0x18a176e7abb836e3c9c5fe4bffda908e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 1, 0x00000000000000000000000000000000, 0x0c6a26170379b4c3f42240a1747f51d8, 0x3b971230426323c66aa275e46b4969167206522289d94c39331d1d91c72803b9, '', 0, '?'),
(0x18ad8bb0f99a5f93872d4176c7916986, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-3.png', 0, 0xa64fae7c5e79a39a3de02ae16feb7301, 0xa64fae7c5e79a39a3de02ae16feb7301, 0xf94bb3c3b0d266309e7e8a6868eedabfdf6fec2a03e16351b47f8a7fc3d70dc3, '', 0, '?'),
(0x18b856513b279198d9de7e8ae40aa4f6, 'wp-content/plugins/elementor/includes/autoloader.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/autoloader.php', 1, 0x00000000000000000000000000000000, 0x2663db3f31a0ab7f7c5f74a5ba672f4d, 0xb9d690a634e2c67d39b2a1f088b67adfdd192be6e8fe469a783920196d81c7e7, '', 0, '?'),
(0x18ba2e5661a2a2f404cd1f8f77880427, 'wp-content/languages/plugins/elementor-fa_IR-dbb6fa5340de5e9ec7a4187e2d5dc096.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-dbb6fa5340de5e9ec7a4187e2d5dc096.json', 0, 0xcf2a7c08a501114d0b6f776e5fa8d276, 0xcf2a7c08a501114d0b6f776e5fa8d276, 0x8123d751cc118b4e787e605206f5d35a90e0e43d3844bb408be5d9825033b8d7, '', 0, '?'),
(0x18bd22a7098fa50dc431da7219e3fc76, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_4.php', 0, 0x08b57b7c9209675ec28d097070848fbe, 0x08b57b7c9209675ec28d097070848fbe, 0x18465cf0a5e5887bf8628ce85b354a74a8d25a09485c2f9d7972aac9ef4d2ec5, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x546305d3ab95feb49c5c905ef8bc896b, 0xf3c8a07d92297a9f573d4e62d20564cff1ea1744a1d3c3f086f3fe5012c6c298, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x8b434024d2b783534581f4869d0123e4, 0xf2ef22e89a79f7e493a7c0ed7df5bf5e48de7ac80c25fe955aa0cad183a99c99, '', 0, '?'),
(0x18d5243c6fc744832cd5560220f48fe7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2.php', 0, 0x41ac0da3ae52d6058f8d36fa8d4918ba, 0x41ac0da3ae52d6058f8d36fa8d4918ba, 0x4eba2d8f6d35d8a52744c20064cc639cdd3459e0bd25714f6d6ed4b35a077664, '', 0, '?'),
(0x18da7a9bdf613e603c99a321fc43fe74, 'wp-includes/css/dist/block-library/reset.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset.min.css', 1, 0x00000000000000000000000000000000, 0x6fffa7dc47015c8f0a27002419a96137, 0x2ac3d38a80833b48803054c59560085fcaddd9668b651f10102a7f7a33cfbb0e, '', 0, '?'),
(0x18dc5e3070f01cf98af26bfa83a1814d, 'wp-includes/css/dist/nux/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf8ef8e1eccc4d547917c797e443b8e39, 0x2c7e81f74dd945f7bdeb685db098f763b804215eebd06d20500f8a8324518038, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 1, 0x00000000000000000000000000000000, 0x361a58af20db6b5bfe90987244a85ab9, 0xb758803e5683141e62bfdceea6d22a96e7e80973c939b72822bbbc68324720b5, '', 0, '?'),
(0x18e6d3c4681f5d08878243f980b2412a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x2203c8ceb4bf16f14cb2d3ef2eb3c16f, 0x1065c1c86fd98ed433c3fbda75cfa8b0a29a791be7cbe5d4e23388380ad8913a, '', 0, '?'),
(0x18e84340b2d1e0540c95bf13a1e1ab1a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipado.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipado.png', 0, 0xaaacbd032f895db6e670babeb066bd57, 0xaaacbd032f895db6e670babeb066bd57, 0xaf52967329e4bc41f2b76a7f92a1bad4836a80ee2109e5494dac3a8c1ff1d843, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9b6f502f9fb8bae64e17432e33c3c0bf, 0xae49f9434b1ff85d997358f100b5de4a6eaa768a9e6a328354fe162e8d7d6847, '', 0, '?'),
(0x18eb306504d4930e433ec6558bb87435, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x18f269141a2a2678877be43a2c1be0ee, 'wp-content/plugins/updraftplus/vendor/components/jquery/package.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/package.json', 1, 0x00000000000000000000000000000000, 0xd7619a19e683d161e513fe5045b355c2, 0xfae2d6bb3505890866e657169a0c161620f07c36c70e18b80eafab6434f9699c, '', 0, '?'),
(0x18f6469652e161c93e9335d216aa8687, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', 1, 0x00000000000000000000000000000000, 0xddc54125689039d03f421e9ff2ffc470, 0x6cc664b5ffbeecb4b663c8d0f221b85e266cf2a8eede87554f397e2ed1d086f1, '', 0, '?'),
(0x18f67b5bf9b475c9b5d755d5e79c4e31, 'wp-content/languages/fa_IR-9d47a87c240c1d10701cd6a02b28aa1b.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-9d47a87c240c1d10701cd6a02b28aa1b.json', 0, 0xf1fbb72b70479771465df02920f81f5b, 0xf1fbb72b70479771465df02920f81f5b, 0xae98722ad81d4ac240dc4dbd4a554a3ee6e5a9bd5357fbc43429b2d8d52b90ab, '', 0, '?'),
(0x18f799066831e09d392a3e6a829e2804, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', 1, 0x00000000000000000000000000000000, 0x3376385cbd3c30522c9214868bc09944, 0x2aeaa2b66142534ccc99ba6704bc773b30ecff237561234a7e2b9abf82247d63, '', 0, '?'),
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xc0db3ee1bce133d78683ea95b04322f7, 0x61f6748192a5f56fa2b2d0f639098a205ff07d429eed74190f3551fbc8665235, '', 0, '?'),
(0x18fbef71298c9b0f4f04a46ee73d0a4d, 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg', 0, 0x4f73c47505cd66441e6252090bde55bc, 0x4f73c47505cd66441e6252090bde55bc, 0x644cf6e05653b7f34c8d11197cbcad3ff19ba515a236ed14a25c1679b13adf1f, '', 0, '?'),
(0x18fe58a6280967f1520a74ef74a0aa42, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_5.php', 0, 0xeb8320111b393f760778bf990a189975, 0xeb8320111b393f760778bf990a189975, 0x7277ecc71db98f35f8ecb3b532a0cb77d9454adf14ed83f32706dcdc7e8cab6a, '', 0, '?'),
(0x1903af5ca31121a426cce2bf7accfb0e, 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', 1, 0x00000000000000000000000000000000, 0xd67546378081a4328196f62dcca8669e, 0xef96b3c60dee6a77834746e60957e18596b215d1c9c7e70858bc9dcd4eecfd5b, '', 0, '?'),
(0x19075289b2a69da014c799114ee37473, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js', 0, 0xc46d5cd3949a75df5ac4e7ecc17368e8, 0xc46d5cd3949a75df5ac4e7ecc17368e8, 0x4e36595ae871eea2a8393e707b8eb93c7ee6dfaf87dc6fd2432b69548316b715, '', 0, '?'),
(0x1908e3a51a9275ae2c2d5554898805bd, 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php', 0, 0xcf528f0307c730d42b19d87271ddd28e, 0xcf528f0307c730d42b19d87271ddd28e, 0x2bccf325fecee8643622a9167548aff28f724eea2adf1fdf43e5abdd9e424415, '', 0, '?'),
(0x190c9b6145e3044836ca6d367941c9d6, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-search.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-search.php', 0, 0xac2ad17bf9ef7b2ad94cad497878cf1c, 0xac2ad17bf9ef7b2ad94cad497878cf1c, 0x47f55e493588b95d389c83505d46f429f209ff068b2c8781ed1018f0e5606709, '', 0, '?'),
(0x190d0e86b9ff4ae1c6c5621def8b7a48, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.mo', 0, 0x06a589ad14c8fb0815e0f81b7396f580, 0x06a589ad14c8fb0815e0f81b7396f580, 0x273f443806d3c38041beb002733b1d532dca785312b1dd39b861a8a5d4b55e17, '', 0, '?'),
(0x190e0bd510751060641e5230eaeee72b, 'wp-content/updraft/themes-old/twentytwentyfour/styles/onyx.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/onyx.json', 0, 0x6d20ca1ab6149ec796f224906022e2dd, 0x6d20ca1ab6149ec796f224906022e2dd, 0x7a8de072d256b8268e4c443ee76a6732703cdc9255507be81f037724b339cbe9, '', 0, '?'),
(0x19124288aec32d4bdd7fa7c2edde48dd, 'wp-content/updraft/plugins-old/updraftplus/changelog-old.txt', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/changelog-old.txt', 0, 0x94231441bd3119d0b6aff41acd773d4d, 0x94231441bd3119d0b6aff41acd773d4d, 0x837f2cb76493d0cdbd54719e29875db493114e95f975648d90cf356dd20f80bc, '', 0, '?'),
(0x1913e182fac90e34700c7544a29bbf49, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', 1, 0x00000000000000000000000000000000, 0xf3a5f37e65bab40e6f56b55511d82d94, 0x2ba728199254c60ea245426ea2e9c36055484bb480bc30a6f776113676343841, '', 0, '?'),
(0x1918cb75a28e588289fd78c7c94de07b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-8.png', 0, 0x53c31f2767a570a054b6fb99701f4265, 0x53c31f2767a570a054b6fb99701f4265, 0x361babcc210a22e8972ecbda10d28a6cee0d67163ad02d1d65945b4f7ce5c9f9, '', 0, '?'),
(0x191a36144238fb98639e839fb1651567, 'wp-includes/blocks/shortcode/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb84f2a63dcf174b5fa42f5c808481056, 0x988abdb6747046b3a9a4578543703e325b967d0ce268e1e676f47036ab1b6aff, '', 0, '?'),
(0x191f915f51fc3653d98638ab05f41beb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', 1, 0x00000000000000000000000000000000, 0x2f6984cb16596ff90a4d3ba1e0e2029c, 0xa2a76b7646ed2b80483e314f5349b34cde2922dd3e622642dda08f323713555e, '', 0, '?'),
(0x1932e424ce24d04b269a667720ddaace, 'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php', 1, 0x00000000000000000000000000000000, 0xd9ebe65e3eb60c8fa18e872f9b5208c9, 0xc97c65b859ef61ffbde01e0b88b227d6f658b1351572d0f74215a2fdf9d3bb26, '', 0, '?'),
(0x1938db883777572c24af0f33529ad59a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', 1, 0x00000000000000000000000000000000, 0x9b6197bc5ceb306f6f854ca69de4952d, 0x9cd0d6bb28915bd05c89a7616359a42020484210da159d268850c3e5881dceef, '', 0, '?'),
(0x193e8ee34ac54faa25b67920ba920a24, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x235.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x235.png', 0, 0x910f3ba30535d4f29f3bcb7dc17948df, 0x910f3ba30535d4f29f3bcb7dc17948df, 0x2177423bb3d6a6fac1469821ad91154693c74b2f03a4ca30adf653f73a377fe9, '', 0, '?'),
(0x19442a4b8eb07c9081b63fcfd60d5440, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', 1, 0x00000000000000000000000000000000, 0xdf5ef1d9ecca5298cf9cc9ff711f4501, 0x2e15677203f30231fe2748a05cfd0f5dd0ead74e37df99b0182eb6ccdfe60435, '', 0, '?'),
(0x1947c42bff79221eb4107be8a84cec39, 'wp-includes/SimplePie/library/SimplePie/Credit.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x8c586b47af9a3d35b8fbe07285d7df4b, 0x858527acebba47d00d8768be79b0d5a467001638117ad730b782c54dd82f3443, '', 0, '?'),
(0x1950e00349837cf38b49543dbfe1dc1b, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-create-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-create-command.php', 0, 0x57af7bc7124253e13f1e2062b0af00af, 0x57af7bc7124253e13f1e2062b0af00af, 0x4ed6f7fa89bdcc2ef6bfcbba7267c1d6e1113742a1df60bc73e3ac65cb2fb1e4, '', 0, '?'),
(0x1954811eddf18ba43f73f5820a5dd2b9, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate-terms.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate-terms.php', 1, 0x00000000000000000000000000000000, 0xf3d290880b522fa319bedbcdc696d098, 0xa9ba0c25ad0faf30c47b521b42853d49c5c525c4a91524a344b7013ab83fbe7d, '', 0, '?'),
(0x195adb7b9923915b31732b7fc8e872fd, 'wp-includes/css/wp-empty-template-alert.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-empty-template-alert.min.css', 1, 0x00000000000000000000000000000000, 0xb165f27eab18b2063531edbdc913f5b4, 0x42a5a4e59dde27fc15b7b02084d8b2ace441d9d59909839e403de119905ea756, '', 0, '?'),
(0x195eb0db25db6987c041b560c8527383, 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 1, 0x00000000000000000000000000000000, 0x1f2f07a7ec9941b89e05b86a5ba2bcb4, 0x1266950140e241e46e7a3cf911c19281ada9174850ed2678d916155cea0ba65d, '', 0, '?'),
(0x1960c179ed561b754f6b2ce9d56b26f5, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php', 0, 0x318afca9f008d35a174bfd9dadc02ff2, 0x318afca9f008d35a174bfd9dadc02ff2, 0xc6b72d86e629dbb5d8a5ddf4957a39aebcc7fbc849a0702af5e723b60c49ea09, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0xcaccbb1c046fabec9d19770e471b3e70, 0xca49b66006495e7b02e750d7a0688451f8cf16653a1473475e9ba438a373c49a, '', 0, '?'),
(0x1969b58e673ccce0301a4bb57f86a728, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/posts.php', 1, 0x00000000000000000000000000000000, 0xc2adb85b4905792aa0187772c6c5871a, 0x92ecf33d9e02985e10e05ad39ecf10c4cf69ecb9277309263b19418f536080f8, '', 0, '?'),
(0x196f1256c4e5a91f613735450c4c994a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_panel_settings.txt', 0, 0xe88cdd7f52be76f974bc757cedfd7e69, 0xe88cdd7f52be76f974bc757cedfd7e69, 0x67b47e1fecb493c702de14f3455eaf786d821bee78573ff4a9eb211c55218a53, '', 0, '?'),
(0x197072e0c262c12ef13fc26ce6120f50, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php', 0, 0xe63404d81d86fd48942f8c71d8637566, 0xe63404d81d86fd48942f8c71d8637566, 0xd6640d4c581ea276d35ec8ca161733ea977917935616875068665bc295c013f8, '', 0, '?'),
(0x1972e3a921dbc37f3622e1b4d03ffb10, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_5.php', 0, 0x52d56d867cae9f5da79bd1099cf72eff, 0x52d56d867cae9f5da79bd1099cf72eff, 0xce549ad97ffafcba354153f99ec20cd42f2fa4b00bee9c46b81e1ae95cb293af, '', 0, '?'),
(0x198022ea0b6ef869b9f9189b9860d21b, 'wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css', 0, 0xb66411fec7799e6e039370faee9377d8, 0xb66411fec7799e6e039370faee9377d8, 0x1082d6d6fe957a2303ee9f00c34078c21668fc084ccb24b46cb93787eb15115a, '', 0, '?'),
(0x19827cf3206e324da098d86cd2680d1e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/demo_style.css', 0, 0xbd856cbd8a43e233519f3419b6e1232e, 0xbd856cbd8a43e233519f3419b6e1232e, 0x85645c2323a9a6e23b635925a2b8c8f2ac8dff6275d52f16e197663b8fda610b, '', 0, '?'),
(0x1982a319fa0a1f677d9785ab3103c5ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', 1, 0x00000000000000000000000000000000, 0x33e6fc3370dc7420fea2cf455ed550f9, 0xf554bdc695ca8193d92eb5684dcac9ec8fb2da9de2a76df69aa8e692cca62fdd, '', 0, '?'),
(0x1984a6d9b264260a0190124de4474ba6, 'wp-includes/l10n/class-wp-translation-file-mo.php', '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-file-mo.php', 1, 0x00000000000000000000000000000000, 0x9c5923809f5520ea778675391ce98d31, 0x6ae2705183d5eed92875bddd0dd7a1709b5a905b78312eec9c3a7fc38fd61388, '', 0, '?'),
(0x198570eee7ad865ca4da18868285a6fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_7.php', 0, 0xc4513579a7bcefd343f5a1f370faddbd, 0xc4513579a7bcefd343f5a1f370faddbd, 0xa883991586af9464f03565fd94a4ca105e8db208b24c9f74b743df23500bb93c, '', 0, '?'),
(0x198fe82cc2823d39e4d7d868cc364bdb, 'wp-includes/js/jquery/ui/draggable.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/draggable.js', 1, 0x00000000000000000000000000000000, 0x4f0e7d5742483151c73f5eff5971279c, 0xeacb4c50f414e74337f80de58b1859b707d5401dd892054504c45fa691290494, '', 0, '?'),
(0x199288dc68b5673f26b0739b7fffd3fe, 'wp-content/updraft/plugins-old/akismet/_inc/img/akismet-activation-banner-elements.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/akismet-activation-banner-elements.png', 0, 0xba7d0f7dbfc4d30e467dc610962966da, 0xba7d0f7dbfc4d30e467dc610962966da, 0x2d3e8eb10a96df40cfb0455f5aee1e488cd0292afac97d5686233f06ac803ed9, '', 0, '?'),
(0x1996871dea9baea7af466ee239196be0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', 1, 0x00000000000000000000000000000000, 0xdbf366f9d9283ff91621542ac7437f7a, 0x853df07fd2f5e45ec304d2afe90dbced04f60ec587b9779984db83a54848a455, '', 0, '?'),
(0x199c928a7a39a1f3f9a40a575fcaa98e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_panel_settings.txt', 0, 0x3aa160c3d5eb23c51c293c9a24866513, 0x3aa160c3d5eb23c51c293c9a24866513, 0x67e3771d7cdcad36e3ee4f3b88a2b2c2849f9d48a02985de0017d9a711db3698, '', 0, '?'),
(0x19a2250a9b0021ce39d7a3bb1a844247, 'wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.js', 1, 0x00000000000000000000000000000000, 0x25777b3ef023980b2f7eb2903f863046, 0x25e20a7f0c9a086aa523aaa40ae888969daea1c7616d8236b81a95d6aec0309c, '', 0, '?'),
(0x19a5cb4038e2a26171d0d5d6ba6ae6b0, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 1, 0x00000000000000000000000000000000, 0xb817c3dd5db9acf0eefde5d0ee9b0879, 0xea900d3bb8c1d642e5581df23223527c9f6d15260b32430be9c7670ef63090ac, '', 0, '?'),
(0x19a8dd78a79a1c6d8a6608a81ab69c08, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_8.php', 0, 0x25957d625b2847859eae89848a310410, 0x25957d625b2847859eae89848a310410, 0xe47c68165628b398d2a6c2435d9b8a926143dd6b0af464d857f3e093d072d452, '', 0, '?'),
(0x19a98761310933350f16a2ec06237aa9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/javascript.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/javascript.js', 0, 0x053b6ad124731f8887c252fa9e2c7dfb, 0x053b6ad124731f8887c252fa9e2c7dfb, 0x17bb94a8879132495af3857df7ea46e1022715b50bf7629c2b27cf2a196145e8, '', 0, '?'),
(0x19a9cea51b4113793b38deef62e5d3c9, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/internal-server-error-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/internal-server-error-exception.php', 0, 0x73a646de64c431b0f515b37cf2276f35, 0x73a646de64c431b0f515b37cf2276f35, 0x6de339555002b37daf3b0629a1330902793c37ec48e485217fcf849f8ac39e14, '', 0, '?'),
(0x19ae877820f5c248762cc15a906ba1ee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import_no_content.php', 0, 0xd485a0c97524492a15cc818f613758c9, 0xd485a0c97524492a15cc818f613758c9, 0xab195a617bf347e2ebbaffd6340137d5b138e02e3a301f1ea3f5dabaa5c3166c, '', 0, '?'),
(0x19bc6d2ca79ea59989558c547b4c1dcb, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter1.php', 0, 0x28482fc2262ee3f53547cdbc94ca3599, 0x28482fc2262ee3f53547cdbc94ca3599, 0x74d88a32dcda43b22cbe29626da5a9f98e4fe9b6e86eae04b9fee9d677dfffd8, '', 0, '?'),
(0x19c327cc5b8d0ad939aeeb0888ffa494, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php', 0, 0x8939e019923712ff03dacd31477e0d27, 0x8939e019923712ff03dacd31477e0d27, 0xe6a11ba30e45c4997adc5d9e0d9c3d1d05ceea5d04c3f16c62e6deb67c4d62d5, '', 0, '?'),
(0x19c8dd188ced258e8a78214a3ff41832, 'wp-content/plugins/elementor/includes/widgets/social-icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php', 1, 0x00000000000000000000000000000000, 0x188fa88859e22006bb038c28fffc7f01, 0x8d9ac95a3e4c92503abe18b98b299a528d7e3a67b1bfdd0bfc857afb62435fad, '', 0, '?'),
(0x19cc55413cf32c09c5086536b0cc6fc9, 'wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x02fed7a921f57c989c48aafe84e3c200, 0x8344c1c4bbb8c4b8e440ff9ef74eef55ed5bdf3c212290ce8c4223c21fb60354, '', 0, '?'),
(0x19cd325a94cf5fb04b9dd5c6bdf0e800, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_10.php', 0, 0x5c20a8ef355ecc81ba5c38e18110e29f, 0x5c20a8ef355ecc81ba5c38e18110e29f, 0xecf34f0575dc47b1a57ffa1b378c0da3012ef8ea8bf09139308d398a9d2ca9cd, '', 0, '?'),
(0x19d4bf2c365fd01de5eb7864c510ca9e, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 1, 0x00000000000000000000000000000000, 0x647f9b3f8fee49de18a9326b41a287c1, 0x022346cabfa73de88cb47564632e26992fc59e856644102919c9fdfce4bf302c, '', 0, '?'),
(0x19d560eb2f79f7498e6697b527370113, 'wp-content/plugins/kk-star-ratings/src/core/functions/get_hof.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/get_hof.php', 1, 0x00000000000000000000000000000000, 0x33b9ccdb0b4dd5f23e5ea75f80348c90, 0xc51d70cfefb88b858fdc83740afa00fbcff2a3918f6fbe2459c3438063dba8cd, '', 0, '?'),
(0x19e3011cd2ba0ef7e98c0849adeb505c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_panel_settings.txt', 0, 0xa947640b4e09d3b4204104e0e72f1aa6, 0xa947640b4e09d3b4204104e0e72f1aa6, 0x8aa3117f26fa76c73b6b0015a3a80665a8556bef31af1a4cecd6da9075a352ee, '', 0, '?'),
(0x19e50b991c913acb1a6c176e7abf5fd9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2.php', 0, 0xb76886230e5227d816884ba615fae7bb, 0xb76886230e5227d816884ba615fae7bb, 0x9633ee3230d6066490284ef8abfaa40de200af36cdf60a8f23ddc9b43045331f, '', 0, '?'),
(0x19e979425a3af189f5feabf90e8a2646, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_transients_manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_transients_manager.php', 0, 0x04e1e5dd9eb16425bad55a79ad5bd484, 0x04e1e5dd9eb16425bad55a79ad5bd484, 0x0fae3260f118bcf14f1e3fb03f58c9341e02a1ebbb054501cef7f25c902267df, '', 0, '?'),
(0x19f082cd16338595a48bf617007eafaf, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x808fec04a4e0169e521107969cd26634, 0x27a515d4014676602ce405e0b60ddb76f68c47bd249d266931f57af47d278664, '', 0, '?'),
(0x19f0b7cdb180c060d13a6f4e5124793c, 'wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0x64dd2fc3a9edb4b113cfee02511e1744, 0x7e6a9d1305ffa2793613aee5750d6b2b266cbd10bcbaad30067ad164dbab5c9c, '', 0, '?'),
(0x19f837227a94ec5ab34a814eddcff573, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x38c6f36342995b7aa96b30aedb9eca1e, 0x5f178f4b41e1bf2a9e0e70824123d1f7ca84b6a90571c85e0df3fc1cc1a65c98, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', '/home/abt90iranbet/public_html/wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0xf4e1cbba8c1058485fbc5bcf93f484c7, 0x03a4fab9c098df126a74538f648b4a17cc5dfaff44dea7185105ddffaf971f90, '', 0, '?'),
(0x19ff91140a71a2d382625c0bb350ae03, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 0, 0xbe985c070b36566601fcee7ac7b002ee, 0xbe985c070b36566601fcee7ac7b002ee, 0xf516bd641b740e76b304be597f7d1588e0b2c42ddb062a8a851ff9601593bb62, '', 0, '?'),
(0x1a020e6d4d6373137229d4d4a9f17ff3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x3a2b9a13ee404afa8c3c647ce5b6869d, 0x0c164463bf05da22b56a9cbe11997fd165712bc69e979367e59ea22a9052d066, '', 0, '?'),
(0x1a02233b73899cde1e313fc403fe2a60, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_css_generator_demo.php', 0, 0x6f49219d531ad64e4daa1a98c9d20bfa, 0x6f49219d531ad64e4daa1a98c9d20bfa, 0x90d792ad48f6e43af27ad38c4490e381e6e37c2a6e62e7004882eb6ae83ec53b, '', 0, '?'),
(0x1a075bce2a564336b2b8d649deef9d2b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php', 0, 0xaba1efb305de35cadafc914b4456eb52, 0xaba1efb305de35cadafc914b4456eb52, 0x08c71d38dd3f589ca9e87527d4e58d49a702dd69f328011d2934fa10a7e3150f, '', 0, '?'),
(0x1a094733449272a70965f3dabd2fe3a6, 'wp-content/plugins/td-cloud-library/assets/css/tdb_less_ajax.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_less_ajax.css', 0, 0x67f886bd491c3769b045d1fa7940acd5, 0x67f886bd491c3769b045d1fa7940acd5, 0xadc662170c4825dbfe870578f36f0e45d9e124ac02f3b19057ce2dd380664675, '', 0, '?'),
(0x1a0bbb9af805def7730e0790dc296017, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 1, 0x00000000000000000000000000000000, 0x2182332c538ad9279f1cb31ebf8cec90, 0xacd125fb3a84a2bad7b673e0464a70c81b2a6b62e95f466ad782052fd64cdddd, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0x5fd82584e4b5c2489c32464af18457fc, 0xf961b4dfbaf3ba827de0f747f06c59788f1603c68b834b8f875acacf28ee05af, '', 0, '?'),
(0x1a181d9b3c8e68bc8cbd1c279fffb37f, 'wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', 1, 0x00000000000000000000000000000000, 0x878ea9a4b0f58a35f82e288b55640915, 0x1f9348f13e7e528c6287c2b373bd04202e9674919fc2de16e2b613ebc53b68b5, '', 0, '?'),
(0x1a186aa8d3f070a0b063bc69b09b6547, 'wp-content/plugins/elementor/core/schemes/typography.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/schemes/typography.php', 1, 0x00000000000000000000000000000000, 0x79b7532d7ffad215464986a9fc71f761, 0x7642e2bc467a1c13c8a654f984ff0a90cfbdaea0b177e1bceb53fde384f9f684, '', 0, '?'),
(0x1a194fb8330846354bab3b9c402001e2, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1a25df77c0bebf77d06345c0c0118a8f, 'wp-content/updraft/plugins-old/updraftplus/central/css/central.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/css/central.css', 0, 0xfc8cdfd70a8c3af986aaccc713a41f44, 0xfc8cdfd70a8c3af986aaccc713a41f44, 0x5bb70e1e4a6dd549e25bfdf9be73a6dd0ab80b266920389a70c648f22edfaaa1, '', 0, '?'),
(0x1a26f4bd6352e03c05172004466943e4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0xfd703739cd373106ea131369ed1f8327, 0x5a0aaf7fbb144137387b4b70c8f7eceed3412316d6e64d7c6992e8c50d84aff4, '', 0, '?'),
(0x1a2a6643eeba117fac214f31fae88601, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', 1, 0x00000000000000000000000000000000, 0x928a8f2f95149a1a5ebe0172261be758, 0x45a2633c06b567d6cd74b21b212581795306edafaa62527fd6ed6f49b96ac65c, '', 0, '?'),
(0x1a3254b46da076fe5dc16ab1d5c279bd, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-number.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-number.php', 0, 0x6144734bffb9d2834d148eaae13a7711, 0x6144734bffb9d2834d148eaae13a7711, 0x01a08ae4a9f0f21c99811add3e74b458cf7f893cd970aa7c6610133b004d81df, '', 0, '?'),
(0x1a33dd70f2901499fdc140cf803338c0, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/panel.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/panel.svg', 1, 0x00000000000000000000000000000000, 0x7865bfdeb6f9cc1237a43e2c396c5bf6, 0xbbffd861c8788715c22f19a3a7d9126962c377bfaef40c4cd9d59ebebc62913c, '', 0, '?'),
(0x1a3605d473f8aa772ae49e8b9183bb0c, 'wp-content/advanced-cache.php', '/home/abt90iranbet/public_html/wp-content/advanced-cache.php', 0, 0x76c6562837e9d0a0b16826d5d8bd7a80, 0x76c6562837e9d0a0b16826d5d8bd7a80, 0xf9f861be0805d8141c99793e317f5a15dd327e62598a1a862c9c1ccbe190a95a, '', 0, '?'),
(0x1a3e889cae8429d2f479e908e03361e2, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.json', 0, 0x316e4e5fa8687782eb421f5893dc2cf3, 0x316e4e5fa8687782eb421f5893dc2cf3, 0x3fcf2854e6693ba43788f41f86b72cae513835352c156ac4d8f31297700d735c, '', 0, '?'),
(0x1a3f88c7b8c6a27d355e7006f9c61702, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 1, 0x00000000000000000000000000000000, 0x8c76981b4558f05f416bce0811450451, 0x0ee4e0909fa31e3ade5ef5dfd1dc544d13c597d9c6a4d996d1a651e21ebca44b, '', 0, '?'),
(0x1a40ea4912230dff0b9d46a726dfca3e, 'wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po', 1, 0x00000000000000000000000000000000, 0xf3187fc26c2097397fad991d0978bfdf, 0x75a7cdff2e9811f8c80a0ed4cf58385dc2e4f8fd0425dddfff002ae16cde01ee, '', 0, '?'),
(0x1a4179dfdc3a8acbb60aa7a1b02bb586, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/composer.json', 0, 0x456f8780b572e3bd20fdc2becf94f4fb, 0x456f8780b572e3bd20fdc2becf94f4fb, 0xae013f8c9e6f4bcf87334adfcec075a8353622f6f637186a6d7d210243b320cc, '', 0, '?'),
(0x1a45c10b02fcf2bf7ed3a2bfaa498f61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4.php', 0, 0xd4efc29be2150a1c51d3c300e244c367, 0xd4efc29be2150a1c51d3c300e244c367, 0x958449d8307fe2a41d9cb5f6b876834e04c25efa3f0fc044aa874824dbb75900, '', 0, '?'),
(0x1a53c018e99d99cf12d3800659ab9b7b, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 0, 0xabf26a8c27714f79deaaa5dd60cc1048, 0xabf26a8c27714f79deaaa5dd60cc1048, 0x581ad904fe61d55a6c949b0b9d491d8d96d1fc196e48f9a20e033e17f5b19b54, '', 0, '?'),
(0x1a53c77f6aad198cddbec737179dfee0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1a55637382da8689a80648c17b3dd6dd, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 1, 0x00000000000000000000000000000000, 0x8cdd7e82a00b9a01136a8f056db18f64, 0x3839a1dbd9f53860b1a0cbd5a3f6b1c0a335048518b2aef4692d491a871b6a0c, '', 0, '?'),
(0x1a61a9a427fcba4d3b80d7c8ad556c16, 'wp-includes/blocks/post-comments-form/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style.min.css', 1, 0x00000000000000000000000000000000, 0xde0a60c352dd1f6b127b9ddfa18a82d5, 0xe22f057c0b9b51080bdc6760dc0a0d935c6a48f3944ab541f2664bbdd1b8ad20, '', 0, '?'),
(0x1a648742774b46500880970ff8cea02f, 'wp-includes/css/wp-empty-template-alert.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-empty-template-alert.css', 1, 0x00000000000000000000000000000000, 0xb2c4e98abfecdcfde1720aab924cf397, 0x8afb2a4d1f9ede3db161c33f6cd6618b34a6884b98728b39415ca31ca60f2306, '', 0, '?'),
(0x1a66bd64a1ed8932ec78ac9348272242, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_4.php', 0, 0xaa0ccf7fa836fd10b5011af868cb040f, 0xaa0ccf7fa836fd10b5011af868cb040f, 0xb190c35da59a013a81d082299ca3c772275b91e8c07d62fe7db2add96307a8ea, '', 0, '?'),
(0x1a676fa6e1e2c9e3a56c1ec152014b18, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js', 1, 0x00000000000000000000000000000000, 0x3cb32fb6da9c8b65dac6e8a695217870, 0x1a0c80bbcb4020faaf4ace0ec16c0e67654c4f3570f5eebe0260b0b95ac383fb, '', 0, '?'),
(0x1a69d545cb5bc58ecdcab15c2bdecee5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', 1, 0x00000000000000000000000000000000, 0xd7f2bc0e9b3eab1e80df09557cbd3a44, 0x78c8ee096670b4972e637427cbcc0f345a3bb60e322f73d11ec683993f4a29c9, '', 0, '?'),
(0x1a6a9c4762c30bd06d629a443cfb7068, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_10.php', 0, 0xd9a6729df4410981db381a9bdb318c96, 0xd9a6729df4410981db381a9bdb318c96, 0x23e441a14d6bfb47992ede1741fd2378bbcd3aa402e64328a6dcd12165181cf2, '', 0, '?'),
(0x1a6da8764b56ec9c59119db289f21602, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_9.php', 0, 0x13df22597c8bb846893a011c72adac39, 0x13df22597c8bb846893a011c72adac39, 0xee3138ab2ed6151b05033c6953ab9462da57933c6a10188632448f1878412f87, '', 0, '?'),
(0x1a7069f266294adca81fa037b1b79891, 'wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xe12855e63fc9fc39f67ec603755eb189, 0x7dd4ac974184e5d7bc135f1a6a76101b8b76d0c48615e077b20c431e6aaf6808, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1a73cbc8cc7826fc681661cc278a9015, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 0, 0x5308b4c3bfa331b1feec2e886bf1e38d, 0x5308b4c3bfa331b1feec2e886bf1e38d, 0x94a81414595ab2034c8400202d2d8c613899650122013aeb5c63b3fe30a0e4be, '', 0, '?'),
(0x1a7b37e5b521e9d3048554e4da4524a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import.php', 0, 0x4fc44897c82f8800a90f95b4dd09ee78, 0x4fc44897c82f8800a90f95b4dd09ee78, 0x0a9a855cf94521d1c3040a6088939d36d683169cfb97f7e5ff07266d54f8f54e, '', 0, '?'),
(0x1a7bc0569d0bd127b7d5aea1d649b0b3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', 1, 0x00000000000000000000000000000000, 0xce5dc375da11058c2bfd52cc128ccb24, 0x96f5d3863791bb7ccca16bcec3d0331a2407c58ccc94bdc82eab18db0f9fb27a, '', 0, '?'),
(0x1a7f1823273ff602bb39ff64a9dfbb00, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/accordion.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/accordion.php', 1, 0x00000000000000000000000000000000, 0xa282a492e9986f4cb68856dd2a813c05, 0x894c5d32ae61839bde4d0abf76ed30744427a1010a4837e561f7a850b1ba0b88, '', 0, '?'),
(0x1a7f8c3e7c9f6cd8849b38de715e660e, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php', 0, 0xefd7b906ec0a27ec49f88a01eed3ea1e, 0xefd7b906ec0a27ec49f88a01eed3ea1e, 0x6a3bb5e01e63630312a99a9cfd7a4d0db893e42eedf61cbf810217d1c18add6a, '', 0, '?'),
(0x1a85a9d613042c19fef235dcede4286c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-3.png', 0, 0xb02476429885e8aae8fffbe597bb4e00, 0xb02476429885e8aae8fffbe597bb4e00, 0x4363ab7cf637eb054cba4a71c6f3497745448d2f79a69a892b477d40255a0219, '', 0, '?'),
(0x1a87172d23ca9dace1c1749ee65c57e3, 'wp-content/plugins/wordpress-seo-premium/src/user-meta/framework/additional-contactmethods/mastodon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/user-meta/framework/additional-contactmethods/mastodon.php', 0, 0xec7e669151467fc25b80ee2101bf119d, 0xec7e669151467fc25b80ee2101bf119d, 0xf7df60c9a9f03c068692298466532adf60afd847925f35316a02a9da40d1a23c, '', 0, '?'),
(0x1a87fdd35fa9dbef8169637b1fcf6a71, 'wp-content/updraft/backup_2025-06-17-0325___90_383771704b8f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-17-0325___90_383771704b8f-db.gz', 0, 0xbd1d0e646347b346855769458e725911, 0xbd1d0e646347b346855769458e725911, 0x8268e9a67f680b783a4327bc13603eb3f323c79a0270f791acc4bec8b880721a, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, 0x00000000000000000000000000000000, 0xfecac404e7bf67c1c75d889d3e70fa07, 0xbe951e179175337d2825265466c95fa922644b6936e846ff78937068146cf911, '', 0, '?'),
(0x1a907155221daa660b42759c2392145f, 'wp-content/plugins/kk-star-ratings/src/functions/find.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/find.php', 1, 0x00000000000000000000000000000000, 0xef2edcd9053b9205423250568603846c, 0xcc95482edbf2794e815538febf6e2b0c63894a5e7d63e7af7119051207ed105f, '', 0, '?'),
(0x1a991af7153d330fea32e326fb7dccff, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php', 0, 0x59f2716905f8be4ae2cb7a0cfce84625, 0x59f2716905f8be4ae2cb7a0cfce84625, 0x83833c3cad194e73c8594aa2f7741d5e98ec6b59ed94a44266aeebad419805e7, '', 0, '?'),
(0x1a9941fdbfa3ad96491fc9a1353693a7, 'wp-content/languages/fa_IR-1bba9045bb07c89671c88a3f328548e8.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1bba9045bb07c89671c88a3f328548e8.json', 0, 0x306b2c18b99744651cbadd2aee7a58ed, 0x306b2c18b99744651cbadd2aee7a58ed, 0x001373d3a0d4e3dc8b39434447da0b2df2d986314c97e604c54e050f4908d70c, '', 0, '?'),
(0x1a9b1f63d9a1f43a538e492c54404f9e, 'wp-content/plugins/elementor/includes/preview.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/preview.php', 1, 0x00000000000000000000000000000000, 0xd7d9c74b900b55218ca81bdfd949cec2, 0x9129636d85b60661046a8ae54798eeeab6297f58e4f8c499f93f0a17657fac79, '', 0, '?'),
(0x1a9d27f958966e16c719439ce6b99ac9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', 1, 0x00000000000000000000000000000000, 0xea0e08e1837cf695581c5a27239304f8, 0xea85853036c10ee3c22cc939b3458b3398bf4f2f3de17c8b39bbba85cb60a4ee, '', 0, '?'),
(0x1aa6dca34de89f92fe93b9a53d76a906, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php', 0, 0x04987d99478cd754cadd5f8199b57323, 0x04987d99478cd754cadd5f8199b57323, 0x159c77a37084bd8654ae2448b2f349c7b9a60819fe1ec9db4114562ad6db2c26, '', 0, '?'),
(0x1aae499766bda8e74727992e2f3ead8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', 1, 0x00000000000000000000000000000000, 0xceda51af347a97e6507cf6d3792dcf46, 0x022bf8e9b5c31988e64cb7a8db04e076c24f311f2cd80e09acd329e7b8a8f08a, '', 0, '?'),
(0x1ab09303fa08458cfee5b65b811a2a34, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_pinterest.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_pinterest.php', 0, 0x4a2e9161673ff856b17eee4faebf7739, 0x4a2e9161673ff856b17eee4faebf7739, 0xb5bcd93609bbb6ab3d12a308ca453cc11fdb1ceafce4b2032d71332c67609d81, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xe1feb5c79b8807a1c60efd6c6d884421, 0xd61427df398b0d398a006f7cf3eb1ad8c0a7059fdbf1de7c9d95b708bf301b4b, '', 0, '?'),
(0x1ab983deb12b2cd573b1effd951c92f2, 'wp-content/plugins/td-cloud-library/assets/less_common/components/forms.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/forms.less', 0, 0xc20dffd1b34e816368a3efaa25cd4cc9, 0xc20dffd1b34e816368a3efaa25cd4cc9, 0xb3c2c38f13677627938e43da1a4dd3b4f3eece1b342ae1432e4203420af1ef73, '', 0, '?'),
(0x1aba0994a81cd387878c168bb23b1d58, 'wp-content/plugins/elementor/assets/js/app.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app.min.js', 1, 0x00000000000000000000000000000000, 0x972757fbe3471596ac620a14cfe54da6, 0x0da98f64d060a1a3350f61a2c190fceb008f3415479c41fbeda69ce5eacfbc60, '', 0, '?'),
(0x1abbdc877d598edefe8bf364689449a0, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php', 1, 0x00000000000000000000000000000000, 0xefd0a8ab64f4e0ed268ef0204d71bcd4, 0xe631b9393508e77e45a35d7fc97cb58e036071f8e5c8d42ae61bfcbef99d49e9, '', 0, '?'),
(0x1abd6d57c1acfc426620ed7a24ba17a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2.php', 0, 0x6f9fb1b1c8bbfcfda97e167d5090522e, 0x6f9fb1b1c8bbfcfda97e167d5090522e, 0x0c196cd63e058226a6526819f2cf4ec68fdf8b538d6660ba5b8b6923dddb8692, '', 0, '?'),
(0x1abf49a4b442d1621fc23f44b91f412f, 'wp-content/plugins/wp-rocket/assets/img/heartbeat.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat.svg', 0, 0x31ab186bf4aecd80c26d460ff9232cd1, 0x31ab186bf4aecd80c26d460ff9232cd1, 0xf11c62da4290a3de5962ac9c06d7588d5ca66bd162c6e5cbec2257f76d6d0a8d, '', 0, '?'),
(0x1ac0b042f2838d32dc96dde5b81af4f4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', 0, 0x3ec7afb5e5a5c9878f2251b71a882c20, 0x3ec7afb5e5a5c9878f2251b71a882c20, 0x6f4cda79db984715a33d5ee47bf76fbe900ebb6d2303aa02b86a38228c6c104c, '', 0, '?'),
(0x1ac1661ff93678c65f9db82c2b3d5086, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php', 1, 0x00000000000000000000000000000000, 0x8e8b532e215cc6d55b9d8862272d3662, 0x40986aa73638389ffa7460b7d710915f64f67282a29c2c0aeefb86e8e7fd6ad1, '', 0, '?'),
(0x1ac65291a6add90a512bf34fe7ed88d3, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 0, 0xe7146684e0883134581390f6e27fa209, 0xe7146684e0883134581390f6e27fa209, 0xbc096d13e0835b4b7a57acbe16856000e86dd035b1f4562bbed6a91bd62cb09d, '', 0, '?'),
(0x1ac7f7be37f3fb73c3e7d0b2f9c7ecb9, 'wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7ec842e5f58ddca83e61bc54d0ca4afd, 0xc5c08b2efe099fbe31f036ba2a5da4b4d42e19b88e8cc5e59b1d642ae5529788, '', 0, '?'),
(0x1acbfd6e30d3a467b6328233940684c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_8.php', 0, 0x26238bf55b18e14d6c7e27d12a39f580, 0x26238bf55b18e14d6c7e27d12a39f580, 0xe06cd53338758bd8a56e23f43d17a38014163102459c6c72c8653dd99f2fe635, '', 0, '?'),
(0x1ad948f0bb63723587fffe02b118f34c, 'wp-content/plugins/elementor/includes/managers/icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/icons.php', 1, 0x00000000000000000000000000000000, 0x63d2fde75ab3fbaa8a1d112768a12715, 0x67aaf61b4f1857fea95a87d1fe402ec7f80cf98f83f2632092384ec13861fd87, '', 0, '?'),
(0x1ae1d94973f54b69c78b9c26a7b2e81d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_8.php', 0, 0x7bdd8e314e9c396fc8eb3b465aec84df, 0x7bdd8e314e9c396fc8eb3b465aec84df, 0x53f4e67b953153ff143c4a9846de18c0586d7d387ccda5d5890e9bb9fac04b9a, '', 0, '?'),
(0x1ae4a6808087409dbe8542e761dd0a32, 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', 1, 0x00000000000000000000000000000000, 0x6e157cbbe520e8699d4efdcf595f529d, 0xd6430922ac5b7d2914c2f79105b12fa2b085b9c0af4648ef47c16888804935b6, '', 0, '?'),
(0x1ae7aa32a50aa6ebc82905554c45a784, 'wp-content/plugins/elementor/includes/widgets/shortcode.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php', 1, 0x00000000000000000000000000000000, 0xc810e7c25361a7bd19d0213925d46482, 0xc7aabafe2d3d01aa0c962f84aca9fdd6302d9c768ccbae885a3b71e6d8db7749, '', 0, '?'),
(0x1ae7cb1af9a0eb02a1ec5a05b6eb9793, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', 1, 0x00000000000000000000000000000000, 0x775340421b0ea71cc58d4aeb57aa52c7, 0xab90458c66ee3f9fa0d267ea7e4eb5f5a38eef55263a07df439f24ae9dbeb88a, '', 0, '?'),
(0x1aeb3e5870d392d0809ec91e4dc8817e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_9.php', 0, 0x8718f8569da48b97cd97c6b00b9d7197, 0x8718f8569da48b97cd97c6b00b9d7197, 0x545ab47c7374f4f811c3c2332f363b7a01319a14553092df9a1cc5afa5506ef1, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', '/home/abt90iranbet/public_html/wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0x0364dda28fc8eec5ed3c556b394d9f02, 0x2e03f62db7db6e2293b61f0bf0f8f740fcaa75c5439715fa0639c36db5374a06, '', 0, '?'),
(0x1aecb4650a2f5d1a0ca01e0eef02ba31, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', 1, 0x00000000000000000000000000000000, 0x75fda8bf558527ad787e311cc39e8a4b, 0x5e5cb54eac0fbbd2db08d9784ebf0ccdcbb0675a1bc2b47869ae7d70349523a4, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x7fa3095d69f39f812bdb1a157dd1f489, 0x55bced5e8409d03ebc43756d2c9b0e52ba99568e38709c0f7d40b1f9ef334efd, '', 0, '?'),
(0x1af00706a48e2daea5815f7e77ab7415, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_9.php', 0, 0xe69f852c726047e94a1eb0df83a7ab33, 0xe69f852c726047e94a1eb0df83a7ab33, 0xd79bf836f7fb12d480c45b535dbb120dceb0279e4ae6aaa37a09922a2f17cf08, '', 0, '?'),
(0x1af030b37f108d9eb826f32c3ca6ce57, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php', 0, 0xa7da8127a2f768d52faa3b1bbf0dc0c9, 0xa7da8127a2f768d52faa3b1bbf0dc0c9, 0xb6dcdc59d1552ddd1b7945388e64556e4834ae4816338a37446e91f3b125e818, '', 0, '?'),
(0x1af1cdc27d6cae13110449c072997f97, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/wipe-settings.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/wipe-settings.php', 0, 0x627986e9bc041bb44cc23b64d7123538, 0x627986e9bc041bb44cc23b64d7123538, 0xbc31460b00ab64dd22df2a3192c7e169920f068c89e49d21a1dad523d2e827c3, '', 0, '?'),
(0x1af3c80da04fbcf45dc4e1784714354b, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-apache-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-apache-exporter.php', 0, 0x6a20587afd3570c9a07373bb9e13acb8, 0x6a20587afd3570c9a07373bb9e13acb8, 0xf4d387fab60a7ac22e53100411d87362f5f20e0df1f2ae78aa62812a1b8859a3, '', 0, '?'),
(0x1af455d23c7e8c9e3f866e4cebbd5761, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_prev.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_prev.php', 0, 0x808b88cd877163e71d9ca72029b0b97f, 0x808b88cd877163e71d9ca72029b0b97f, 0x6859991ead5457e520f5b8415a08f6f4e78104f1a3af21f2753b3ff5369811b2, '', 0, '?'),
(0x1af841bc1baf5ed7f9609d8587b3ad86, 'wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php', 1, 0x00000000000000000000000000000000, 0x1836a431edacc9632344a3c6473744ad, 0x3ba6a8c5a04f2b0b30e2d949b90ba18094e090b8139053e4a7b98c9e50ca9bfb, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x99d68bf75271367d1464bf6c2983d984, 0x4b4a60d852b71d950b4cd4f3ff9eb7b9471f253206ce75e67507d4292b66250b, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x8d07245fc613bd75b2587c49251d7e24, 0x2142b487ba49319d6d56d82da60e82be7cd198b6583544c6381f8e118d8668f3, '', 0, '?'),
(0x1aff7301b55b8ea9e984572d84b604e7, 'wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php', 1, 0x00000000000000000000000000000000, 0x3efd2f1ba7c35add8d7ce9ee1d08ea9a, 0x87145da64b26aea534db767aa211ba26588b16f3297a444422a9928df1f9cbb9, '', 0, '?'),
(0x1affb9c22fa1cd839eed5425ab671b34, 'wp-includes/js/jquery/ui/effect-drop.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-drop.js', 1, 0x00000000000000000000000000000000, 0x017080316d933a040ffd94b1a82a9dfd, 0xca6ad5b3d93a9532e1b1e11f6cfdcfb64705ef12ee42eb25ba5bc37e3a7637c0, '', 0, '?'),
(0x1b02c82fc4a6c103599e8787e508a315, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import_no_content.php', 0, 0x479a8d225cccf333df0982242818ba01, 0x479a8d225cccf333df0982242818ba01, 0xc9ebb4344be7ecf19715264c2b6690ba81dfc5928836e60c654726ed8382eea5, '', 0, '?'),
(0x1b0628b5c95ac94144228eae3329e8f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_10.php', 0, 0x76876b4bb8ef02b785317e1d342f5ae9, 0x76876b4bb8ef02b785317e1d342f5ae9, 0x8c4d74ae70135b97ad77a0c71ff1f21dfafe94f5301937b44a3306ca54d33e0d, '', 0, '?'),
(0x1b0a464ecea1a9f41509bfbae17fad15, 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', 1, 0x00000000000000000000000000000000, 0xb85f1cda4243157452ff1da27dc0e8a1, 0xbe957f51a15c4ac57cc260417786784a8e433a398073dd6ea3e64970f035c586, '', 0, '?'),
(0x1b1070397d645a4277f64e4ee537606d, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 1, 0x00000000000000000000000000000000, 0x78291775d0dcd61b34e098be806e8949, 0x4803bc06e865a556dd8e95dd44c0ed831d44f3b0a5cca6b3905ce8e0a7b2a7b9, '', 0, '?'),
(0x1b2473344c6a5da81ab36c96558f8d1a, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', 0, 0x4b376868822e83138e3a6bc30c130eaf, 0x4b376868822e83138e3a6bc30c130eaf, 0x299ffcef18f6b18497c76c6eaf239b8e2753cb1bc966429ddfa92ff90e20c4a9, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x7946c2935c9c07bbe285db329acfffed, 0x326ba173c0da5c3eaa138552493a6e48f0c8bf1e44136de0217a7ad80e13b1c0, '', 0, '?'),
(0x1b26d0f68db0f5bab0d5cd827c6438ee, 'wp-includes/blocks/pattern.php', '/home/abt90iranbet/public_html/wp-includes/blocks/pattern.php', 1, 0x00000000000000000000000000000000, 0x1226af1c813df6e3b4d7db404429eb81, 0xa16248dc27857af1b294f385a888eabb123cef2c6288fd554d62658240e2d398, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', '/home/abt90iranbet/public_html/wp-includes/js/api-request.js', 1, 0x00000000000000000000000000000000, 0x39a2f7bc0f1ec2dfbf473770367b9367, 0x9c64cf36515c1113f10308b4b1a966ff3ab6b18b87fb4760e98bd16a31560be3, '', 0, '?'),
(0x1b2ed6a0e4392dec8c71b78b976d3fe9, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php', 0, 0x85e1d28de549b33d15738d0b421f87e2, 0x85e1d28de549b33d15738d0b421f87e2, 0x9c6c662a58badbb974a23eeeedf2ae9dc4ce738ecc66587d9a9e7598b5c04481, '', 0, '?'),
(0x1b31a0487d1e96c7e96fcb9cc814ff05, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/third-party.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/third-party.php', 0, 0x8d3bf77cd710972bb38f3dcd185174e7, 0x8d3bf77cd710972bb38f3dcd185174e7, 0xa6327e8cd7a8bc0619327f03eced5796872321e93b1fc7af35f21b3d73239d64, '', 0, '?'),
(0x1b326e70d837ba3b1caa1829d5f3f19b, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0x1f77739ca9ff2188b539c36f30ffa2be, 0xdc8591c9d8237cc798bbb4d1b156618fd14b3f034a8500258f0c4b495f560874, '', 0, '?'),
(0x1b3fdacdea1b863fd6fa8fe2bd79006c, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 1, 0x00000000000000000000000000000000, 0xce2dcc022958389108e32f0eb6cba28a, 0x36c43269b07a53ae3949ddc4710bda7f52a651f6bdd78aeb8db09ba4566a553e, '', 0, '?'),
(0x1b4b8432a9acb2deb0043a591bc46571, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_panel_settings.txt', 0, 0xfe1ff655b0e6105d530add23ad0a9077, 0xfe1ff655b0e6105d530add23ad0a9077, 0xd2773c578f4b9a0c78dd41ce645c98245a65b6938ec46d396c809b8beb9c0326, '', 0, '?'),
(0x1b567fac2e933e4bd7e45717dddaa806, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_5.php', 0, 0xa56655c1fe463665951f4a926a64de97, 0xa56655c1fe463665951f4a926a64de97, 0x22cf1a8f6eb589f747394065912e16a10871cdaa551e6748dc4664c3a09ad475, '', 0, '?'),
(0x1b5ee4e41cafac7d5cf086af20ab51e5, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 1, 0x00000000000000000000000000000000, 0xb9223153396a4590add44b3af72bca8a, 0x9c5b12db4b99fb9ad89938f4f56eaee20fd9df2fbf97bb13fb2ff4f719266367, '', 0, '?'),
(0x1b5f8cc57a88ada439b7dd80443aa6d5, 'wp-includes/blocks/media-text/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style.css', 1, 0x00000000000000000000000000000000, 0xa27e688bc02ea24b45c7d31268277859, 0xc10eae40c71ef7fb7ec142961ab8add8061e8b2358c4a3424a4a7d24c2a73a86, '', 0, '?'),
(0x1b61e314f86531418959861ae88b3b63, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js', 1, 0x00000000000000000000000000000000, 0x34de4559ba0e07b9ff8b2c9a43748199, 0x0a150da799add94403f1493e6cd08d7e0ddf14d3c541c8def3aee3db6ffef2fa, '', 0, '?'),
(0x1b6477912071745064c9e2b8652f5b8c, 'wp-content/plugins/amp/assets/js/amp-settings.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-settings.js', 1, 0x00000000000000000000000000000000, 0x5564ffc0fa4cd70166b432025cb22013, 0x5a04b286c9576393651e24a6e94d13d71ed9049e1947261156be6dc543432f51, '', 0, '?'),
(0x1b6a066fbe1dc6b000a4e6f27c740b23, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', 0, 0x0204c955f1296a87f0c40222e759c19b, 0x0204c955f1296a87f0c40222e759c19b, 0xd06284bb7181126918488342676562e4eb748901669c1c79960a08f80e40c59f, '', 0, '?'),
(0x1b6a7acf9ed7299ca441c362ec8580b5, 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', 1, 0x00000000000000000000000000000000, 0x03fd50dfacd3c9cd101eef0cedd094ad, 0xa67d28304666f6f34b3aa3b3174c2a20bada23ff73a1b136989b626f6d76eb8f, '', 0, '?'),
(0x1b6dccebf5c19f656331bc69e8521cf3, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php', 0, 0xe5bd4e851bf9e98d1b8105d3bf66b767, 0xe5bd4e851bf9e98d1b8105d3bf66b767, 0xbaddb702e93b34ebcdad9e785268f8baf35f3ad53c21a626d10cab6d3f4b343e, '', 0, '?'),
(0x1b6f74b7701b0ff5a213d534ff759a1e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', 1, 0x00000000000000000000000000000000, 0xb9f1ce19f113f4d5b5886b04219b26c6, 0xe2b189028ceb0cf313fbedc2a40707df09d641898d979467cf9a52582dbee000, '', 0, '?'),
(0x1b71248cd2bef34623705ffffa4dcf57, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', 1, 0x00000000000000000000000000000000, 0x0539e85cfa87e1ab515fbf7c032c272d, 0xa5edb558658c65eb3394e806fd4f5b24e4593a29797f1e33194978d832c65c41, '', 0, '?'),
(0x1b74be5dafc8fc573260d32c5a041118, 'wp-includes/blocks/term-description/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style.min.css', 1, 0x00000000000000000000000000000000, 0xeb3ee5d44453c531bfbdfc2af49ce7bb, 0xbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996, '', 0, '?'),
(0x1b75db8203816ad5f78ea8a9b3069870, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_2.php', 0, 0x7107dd029e4606a6def4f6c915a0a82f, 0x7107dd029e4606a6def4f6c915a0a82f, 0xb5c39484a155f7976802e7ce80aa676a87cb2491789c721024707f29e3ab79b2, '', 0, '?'),
(0x1b77eca78e0dd521604c14b4dceb158c, 'wp-content/plugins/kk-star-ratings/src/core/filters/admin/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/admin/tabs.php', 1, 0x00000000000000000000000000000000, 0xb7de41163df3c9ea7848707685553ab5, 0x09a0ca80d8b2874aca603926e051ab6e40e686c8c0ee97132df1890d06bcd961, '', 0, '?'),
(0x1b7a0aac1aa8eb223895a84c4595d9fd, 'wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.js', 1, 0x00000000000000000000000000000000, 0x8a5998f7a9fef65079ff4d433461122e, 0x42524fdbea4fb2ceb77e128d018f594308a1e776abbb0fc36228f6088e46adad, '', 0, '?'),
(0x1b7bf4db91fb3475059180bc13f92591, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php', 0, 0x12cee65e5f7c51b4547b0c1430ee8eda, 0x12cee65e5f7c51b4547b0c1430ee8eda, 0xbc114d8b54d332b2857f693ff590c5adec53433d775395a3b9ea04833ae0811b, '', 0, '?'),
(0x1b7e457b8a7c7c386522d75e4034fccb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', 1, 0x00000000000000000000000000000000, 0x408e44b927af9781268ee3abae11110f, 0xf7e7640dcbcfd92eb07692af5bae35903603219f6f64197eb2e3728028a7f0f8, '', 0, '?'),
(0x1b826c3969700cadc68ef85c2944dda9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_5.php', 0, 0xbe843c5a305431f3c1d0d408bbebc006, 0xbe843c5a305431f3c1d0d408bbebc006, 0xf7a0a82de76e24732edb4c93d0acdb630d2cf3f3911fc2bf03425aebd5058168, '', 0, '?'),
(0x1b82bcb12ec391feaaba09c587734fd1, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php', 0, 0x84cfe0c575ef1455d280ba12b5051f88, 0x84cfe0c575ef1455d280ba12b5051f88, 0x286ca3caa5bc8c53ef7c6c3e00ea82f90170b73872e914c18043fe349a702bc9, '', 0, '?'),
(0x1b852eb2832744d94c5f99a58d3ff210, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-metadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-metadata.php', 1, 0x00000000000000000000000000000000, 0x5ac9f56655fa3f640185c332bd3988db, 0x302c93a94b02624f38af55739116adc4c42425718aefea38e98b180b20fbf0c9, '', 0, '?'),
(0x1b86bcb21edcc8b64915e255cd9696de, 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg', 1, 0x00000000000000000000000000000000, 0xee58409dad0e14aafa750169a24c22d4, 0x6a58e6c515773d771f73da4b772506b76f3c710c62cc1c9990d95a85944e461d, '', 0, '?'),
(0x1b879be8a2795c2d3448ebc03f8f36ad, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', 1, 0x00000000000000000000000000000000, 0x8ae2179a4fbcce886e40d8eb34efa572, 0x844e21f09ec3066ab52b480dc63b1560e6c8f96a024203b002a52e10a1323e83, '', 0, '?'),
(0x1b8e1d9d1ccf0c47c6a6d2193ce8d32d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', 1, 0x00000000000000000000000000000000, 0x44d44b8df6558ff1496a77a6aa42a3d6, 0x5f6a73a349368c2a90c2baa0dad24c8c978b4c9427f6beb44f56404a1ef2866b, '', 0, '?'),
(0x1b913872b7d332d894fd84478a24054c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', 1, 0x00000000000000000000000000000000, 0x67a5e637ce53470e1f52f247798ac859, 0x376d3d7e22bf0aecf7266f799dfe441a259536ac8b1b16e1db2553b9a59d3321, '', 0, '?'),
(0x1b931697a56e9c34e9f0e597bfd46832, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_7.php', 0, 0xc026bb249daf18ec7b8e4158d6a14047, 0xc026bb249daf18ec7b8e4158d6a14047, 0xa70708b795afffaf8e411e4b122b86ba44a0256417cae947a94c16315b565c35, '', 0, '?'),
(0x1b96b63f0fcdd7d31d980fb88a5fe3e7, 'wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 1, 0x00000000000000000000000000000000, 0x41f1308b456fdcb122996460d8fe3140, 0x9704083f7503871663d02f801ba74f520fc5028a24ec092e922a765a937aa0db, '', 0, '?'),
(0x1b99ca1f694e94ad1567b7398ad56a7d, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-support.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-support.php', 0, 0x45404e682cd4ac2e51f59c26de95a56e, 0x45404e682cd4ac2e51f59c26de95a56e, 0xd360f67e3f55b8e704d68e858a62aa5557a11c63c5610a22935f0083585edfef, '', 0, '?'),
(0x1b9c5a745c0021bb3e0ae954494174bb, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x74189c9d4edcd2f6dbc04a53c538a8ee, 0x70da697a0ef931a28ce8cb71fe61aea08e119cdaaa8a26985f3b4fbea7f39d92, '', 0, '?'),
(0x1ba1b80d96ef6059631838bc6c77ad05, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', 1, 0x00000000000000000000000000000000, 0xa0138a3f58a727544d78cfb0edf66366, 0x447cb0ff9a2823ac6b7b5752d283d031edd8dafa6115c3317ea9f4921c4e777e, '', 0, '?'),
(0x1ba272f333dab56eb405a85506e0cd4f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_panel_settings.txt', 0, 0x68a98bfac3f6ba2c3f256bc934df03dd, 0x68a98bfac3f6ba2c3f256bc934df03dd, 0xe6206247702edca5695a73f7c8c1e5a188a36cec586d128020996f2086d5873a, '', 0, '?'),
(0x1ba3b7f3f12b1bb805c3a1dfe9b1e082, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_panel_settings.txt', 0, 0x0924077093ff49857887863e1bb2fe12, 0x0924077093ff49857887863e1bb2fe12, 0xfc4d03d734537f52c3e6b9fb11ffd93dc1752fb2d41f0a8f19a5e8a5b57df27e, '', 0, '?'),
(0x1ba44c106faaa6cb83bf5a0868c97bae, 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 1, 0x00000000000000000000000000000000, 0xc13d3856289563e54a6c9e4357fdb507, 0x75b081c94642c0e2bab49dafb885dd7c8669c5e4848311de3e8b01695dfd954d, '', 0, '?'),
(0x1ba4a186471ba220aaa5d86a12235f49, 'wp-content/plugins/elementor/includes/controls/structure.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/structure.php', 1, 0x00000000000000000000000000000000, 0x291ce3bd09200249d2ff859b626b2fba, 0x7ab162dfdf7170304e722e6cd8af7c8f3f928592687910664ed504e63b809f14, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0xe53ec3d6e21be78115810135f5e956fe, 0x7947230680cb0af59337eb8ada8c360c108c2843a80fab9980a568f8a4ec79d3, '', 0, '?'),
(0x1bab194a1d64b171b841f37b9c9b8da3, 'wp-content/plugins/kk-star-ratings/src/core/filters/count.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/count.php', 1, 0x00000000000000000000000000000000, 0xba7ff75affd27b64753122095c95db5a, 0x371aa50d544276f824745e0f66d746f887105a6f18779d44389a24932b1ffac4, '', 0, '?'),
(0x1bac2ed3bd3ee7bb823e9fdef93dea43, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xb46a3dbb777d21e845fe8b0a5b0c59c7, 0xcbd82ad00ef6eff9e1a77bb3f557347e62a19c9cd78b1eef95096173daf046ee, '', 0, '?'),
(0x1baf1ed956c48146657e835df6712298, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_3.php', 0, 0xa84363dafd9ac4098abfb35cb264a209, 0xa84363dafd9ac4098abfb35cb264a209, 0x0f454597076d450967424fefdec4d22b280ffdebaac98fa2620d7add36c10e24, '', 0, '?'),
(0x1bb8e60b4d1ae4a4f98601c17fb99451, 'wp-content/plugins/elementor/includes/widgets/progress.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/progress.php', 1, 0x00000000000000000000000000000000, 0xb5534d80b932e0a6cba6bb9accad7d91, 0xed53fba49a037ea8e86d4d9c90e57ceb67a275b39c88a62714e2bb3614c220c6, '', 0, '?'),
(0x1bb9f9aac98ad9576973a0477e8e20ba, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0x20c8e3526175cefa6a122944c05f8638, 0xe240f7713e3e8ee1bb299a53ff8197ec662c4da3448c97730f670397e26cffcc, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/api-fetch.js', 1, 0x00000000000000000000000000000000, 0x660d3c9fa1f65eabe7ebf08e632d210d, 0x8b784cdd605a3cad97f9c284a9b889e205bc7f1c0529821ab69d5e1f891edd63, '', 0, '?'),
(0x1bbaafd4cccf3714e3cfec3c59c5e50b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import_no_content.php', 0, 0xe9692bb01c21b4e93451d8e9019388ba, 0xe9692bb01c21b4e93451d8e9019388ba, 0x743747791fb9c37da18e5e231f659aa371cff7f726c21dd518dfb65ddfd9099b, '', 0, '?'),
(0x1bbc3570deaaef6d971a14b588ee8884, 'wp-includes/blocks/separator/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd99e1c8a070ac7fea26fc32780bccb11, 0x6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d50, '', 0, '?'),
(0x1bc3daca9f55cb983c400d43a96a9d29, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_4.php', 0, 0xf4e38df312641fa9d59c074c37223c21, 0xf4e38df312641fa9d59c074c37223c21, 0x4b90368cc2699b55261ae324c2db15cf041a6d0bc0f47ee0f0071c4d2918ee42, '', 0, '?'),
(0x1bccc753a9c75df40b2f7deb7274aaf2, 'wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po', 1, 0x00000000000000000000000000000000, 0x2c36a12cc4c2aafe784ef7daa829eecd, 0x224803d306d2134200780bec2c78478ad0c2a54e4279ab3b61658cc3d2527806, '', 0, '?'),
(0x1bcddbfb90250b524f23f376c6db9cc8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', 1, 0x00000000000000000000000000000000, 0x46198f852db277da69d18620a2abc712, 0x636cac3052d75a55c1b927f4d70c21e8e9ad6a84393d9d95c2e7d505043d3747, '', 0, '?'),
(0x1bd0efa4e4ff893cfed6da7c518b9c88, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 1, 0x00000000000000000000000000000000, 0x5016a87c1dfb143556da689ce42d5656, 0x212a535d9c347011327047a9cfcb43b9c8b119dda02e024c65422b258222a7b8, '', 0, '?'),
(0x1bd12355e90fd01ea46410a9e52c31cf, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 1, 0x00000000000000000000000000000000, 0x641793dcb3670a801f1d695db8bd529d, 0x2641486fe26e73069d970c3fcca25c7d46a07837675b5ea392b0ed6ba8f1c988, '', 0, '?'),
(0x1bd5603a83793ab2871a6b0d0d294e37, 'wp-content/plugins/wordpress-seo/images/slack_sharing.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/slack_sharing.png', 1, 0x00000000000000000000000000000000, 0x0f96998aba132047987f409e9d838b77, 0x1b827fb6e658f55dcd8e09add6d323294db62c65530a3a1d27bb3926339d8bcb, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x516e4b0aceb80666de9e5883ead50980, 0xa754c32374b18845bfc9c8b47c5450554acddacad40100e00d9d55a708194f83, '', 0, '?'),
(0x1bd84e42d11898274fa408d04ca3543c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', 1, 0x00000000000000000000000000000000, 0x56c090c3307d55d6e6b287404ca0d26b, 0x6508f4d2a9ba1e5de6bdd36a3a135480c63bafef94c23fa3b7f9687b4f70649b, '', 0, '?'),
(0x1bdbed52dd39d74c82f0ebd4d30cc045, 'wp-content/plugins/wp-rocket/assets/css/wpr-modal.css', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-modal.css', 0, 0xc6e2474432591ebcead7f4e6e6c47493, 0xc6e2474432591ebcead7f4e6e6c47493, 0x68e268d440e9a4e1181a2eea08a0e4ed35d0d96b7325208d14baefaebe91d5af, '', 0, '?'),
(0x1be1033cbdd4c094cf9775019f86ae56, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.css', 0, 0x5be4fa259509d28657b3a49fe762b31c, 0x5be4fa259509d28657b3a49fe762b31c, 0x64af86eed003728ddf561d751c5ba6033320732ab0441ec781f4bbca43a21137, '', 0, '?'),
(0x1be90038042396660f25b453d2593635, 'wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php', 0, 0x02703cbf6f4e4f757c4bdc755b2e4d7e, 0x02703cbf6f4e4f757c4bdc755b2e4d7e, 0x45fedd2f7c88114a2bb0720d6d62df11ed144a665a647e4492b54b29df20bd19, '', 0, '?'),
(0x1bee9bad8291a84d70bf57aad2167927, 'wp-content/plugins/amp/src/ReaderThemeLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ReaderThemeLoader.php', 1, 0x00000000000000000000000000000000, 0x4671d8a8119951960a6bfb5854c15c20, 0x391881beb3f97430ca8a0d2fdf46b5e97b8df8a27f4ef1f14bd2afb96d95affb, '', 0, '?'),
(0x1bf7f60494c9e00f110ab9f8f5563709, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 1, 0x00000000000000000000000000000000, 0x1963203303cb8baf554f439af5233918, 0x6ba50e2623796acc4d984126298f641635552084426ec516e8dfc135b0e9c5e9, '', 0, '?'),
(0x1c0270d6324cc3b3dde66aee68744cfa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_2.php', 0, 0x96a1403e4d5dc367056a93dcf71befaa, 0x96a1403e4d5dc367056a93dcf71befaa, 0x8ab92665bb655cdec2466acf3463bb9bd2544ab873e4bb02ddeb8327b3828b65, '', 0, '?'),
(0x1c03f21ae2f8a7f2572541cb0b7d5b12, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 0, 0x165086a3af3783767872a5b23f7aa0ca, 0x165086a3af3783767872a5b23f7aa0ca, 0x680c5ad41fa51a5ce8b0e93ee0e4d07b2534bf9da4460ad3d4921f779fcbaef1, '', 0, '?'),
(0x1c06985b0f8500bf86595b634d86127b, 'wp-includes/css/dist/block-library/classic.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic.css', 1, 0x00000000000000000000000000000000, 0x3ee496fded64076335af14ea3f0303f3, 0xe211b61df914a3843fe42234d14148f092fa43c79313b98babac5f0f2fe6bbfb, '', 0, '?'),
(0x1c094b9a7a252e2a8caa253cd1c5e8c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_5.php', 0, 0xa8b173792878a3e8e5f20c955406486f, 0xa8b173792878a3e8e5f20c955406486f, 0x63f4bba7f3c549260f014ae5441a4f469ab51e4b3853efaa7bc73cdb9b44894f, '', 0, '?'),
(0x1c0b9339efb237b562c2b9f7cffd8405, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-da_DK.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x42abd27578932d9f82d7099f9aefdcd6, 0xa720daa1e0135394ee4b72ba81d00b3236bdcf855d92d8b8a7ff4e8798566de7, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x51fe0be97bb6a72050862c0fca3043b4, 0x8fe5cc888db1baa048fabd4b90856255089be7aa9925d7819823667221f4fb53, '', 0, '?'),
(0x1c1a8d383a4410a21996f7c942d4c67e, 'wp-content/plugins/amp/includes/embeds/class-amp-playlist-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-playlist-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x81e42154e4afe3dd2bd6f0d7d4e6078c, 0x3fcbc8d3b505b044e7d0812b5c1a6cee83fd19fe9e5da4f24f54db1f18066358, '', 0, '?'),
(0x1c1ec5d6a6db41621b2e580eb271ffae, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', 1, 0x00000000000000000000000000000000, 0x9cc69d3b29963cc64dfd30ebafc99fa2, 0xcff518c2a9961bddaac7e1d00d8956a9883aaea896f0262cb04e87130e22b7fb, '', 0, '?'),
(0x1c20c071ffd7e488e3ccb25e211271f0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', 1, 0x00000000000000000000000000000000, 0xe178e59507e38b0639ac900762b57f0e, 0xea5346a626e69d4eee57549e6cf7660e2af7ca175d8d9f089e1fc0d1fdcabdb2, '', 0, '?'),
(0x1c21d794a4ae46ce58f1042685406ae6, 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-widget.php', 1, 0x00000000000000000000000000000000, 0x1af259cba6400f2dcd2d6c9d71ec7f3a, 0xa3004bb1e5000649a2c01ed7a8bd3e18bf7ac57e87f8fc522db1b0cab189cca8, '', 0, '?'),
(0x1c21e1e5a654b11dfb42a86ba06d31c8, 'wp-content/updraft/backup_2025-08-14-0326___90_ba4768b46926-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-14-0326___90_ba4768b46926-db.gz', 0, 0x80fbdd6a1858e74eba3147487037f951, 0x80fbdd6a1858e74eba3147487037f951, 0xd549c7bbd045c2925d83dd713a96e74c0355c6f71f2c7847cc72d17975d42125, '', 0, '?'),
(0x1c261770c3dbb5d725683dc52a23df22, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', '/home/abt90iranbet/public_html/wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0xc2c90c124b1a30623a95a5d7933b75f6, 0xf956bb166bee7ed4b26111bc622166ef79f86c6d2676cd33c8c4ae88a66d8db3, '', 0, '?'),
(0x1c2d85414abc66e9fb8781dbad6208b9, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md', 1, 0x00000000000000000000000000000000, 0x0e62009b75ea57ec4424b62c62455736, 0xc411aea84f371218c499fcbda9d2b5327215e8463f06862b0d7133388f968b99, '', 0, '?'),
(0x1c2ddedf6a2b6093f859aac57c679b50, 'wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php', 0, 0x09f335a83b9958dc3c5fd86f2e9bb646, 0x09f335a83b9958dc3c5fd86f2e9bb646, 0x8e707428986ff3b6bf1c9bc95bb1e19f797b09d9cd0c5adf25b65a06239ad7aa, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1c2f0ecf2243f645c39a370c6b4883f8, 'wp-includes/blocks/comments-title/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0x1c314f2cc907607d164d4e47a35443a2, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php', 0, 0x556d6332e19dcafb8c60518faf315a32, 0x556d6332e19dcafb8c60518faf315a32, 0x853f166b7ec432b012b069230a95377e05b40c947d140ba740532d20a5119229, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', '/home/abt90iranbet/public_html/wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0x6deb756e2d81284a1571f5995ea61d82, 0x3c6a30f23a02f587a7bf957a664673d86dbbe1b02c1516c3aab6b2bf8cf0fddd, '', 0, '?'),
(0x1c3972fbb7fc981aaaea97063f4377f6, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css', 1, 0x00000000000000000000000000000000, 0x902ae1c6a3d9bf633baedbe27abe8bbb, 0xace84ef44abe737fb440d133099a3a6829950f3704194b0ef29b3c945c4efc2b, '', 0, '?'),
(0x1c3d645a701565f3686e72b707f824cd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 0, 0xfa42c4e46deabad710ed75b51a5540aa, 0xfa42c4e46deabad710ed75b51a5540aa, 0x68471d3f656997eb82b2ddbfb0d9988ca049fb9eb0cc2fd56433b7fad8a916be, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', '/home/abt90iranbet/public_html/wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0xd2aa7f5df797ca8710515a688aff3d31, 0xe783b68409e478d1ee1f9af49fd1b2d95c954fa15ccc6ed49d6e689cd45e1145, '', 0, '?'),
(0x1c43de80f3f6c8f23ae2a83596153604, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_7.php', 0, 0xa6c3c0dfa4f094365c2bdcaceb608d77, 0xa6c3c0dfa4f094365c2bdcaceb608d77, 0xed83db7e74c3c89bbc5b52541f9142b5b6462870291806277b78b533a7c338ce, '', 0, '?'),
(0x1c4638a2dea1c7f4f5a487aebebd7ab6, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', 1, 0x00000000000000000000000000000000, 0xc7ca2ef8aa93f6516f0a26e0c67c518d, 0xda5337b3fdf197716fe4db87c2fce3c11bb4a0c5ed8f6a5abb7a3bba053791cb, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/token-list.js', 1, 0x00000000000000000000000000000000, 0x5b0d4c7ddb180c8e02be64b16c0bf527, 0x640ca1c07fcbb55e925f7915bf5ac4ba2363218a0e2b34a528e208d688e2f801, '', 0, '?'),
(0x1c4c66b73afdf3ed29adb30a04beaaa7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x45d9b19ea97552dff2e1e7dcb1d3fe5d, 0x83b0ce37b22b79fa3613c9842f2d8ed49630582e7be2e5ffe55ee2d9a86a6813, '', 0, '?'),
(0x1c50b4a26d230515261837e8f5fa6ed0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import_no_content.php', 0, 0x885d1b9eee590a5819ef1be5eca0e5a9, 0x885d1b9eee590a5819ef1be5eca0e5a9, 0x05ac86b659c40c730a79843a7a0d7584354743ea46f550266f2f2340e60ab6ac, '', 0, '?'),
(0x1c53b8fd76a7c45daa7fb724c5afe59e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xd401cffdcdd8168d0b40903bdfa14d45, 0x2ab51a4d6c8fe95e223894e6782af8caeaefd78c75d8c7fc2b9dc2e7d2ecc517, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', '/home/abt90iranbet/public_html/wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x31c250b54ebc48820839657f0bf24049, 0x657d2392eae4d06e9971c54aaf0c16724ad8e6513c64859d5acc150c7f4b9e34, '', 0, '?'),
(0x1c5584fdd0e130c396d8ec2d110ff535, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', 1, 0x00000000000000000000000000000000, 0xbacd941970b5e910cd4b2c52d2298014, 0xfc925d8ebccc930b704c8e308aa457c2761a87eafdd13e5514ae583d8c503b7e, '', 0, '?'),
(0x1c59942caeda893e2b138a2fe51601ff, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php', 0, 0xf949d806c809d351919ba8a6c59762a7, 0xf949d806c809d351919ba8a6c59762a7, 0xd74842b83bdcad437007d21e7e6804bff242167e1109c1aefb9bb10d1baef539, '', 0, '?'),
(0x1c5a95b1b8e1c6b9bc1371dd83801b64, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-subscribe-centered.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-subscribe-centered.php', 0, 0x4d7ef404d9edfd13a7ab361c08d798fb, 0x4d7ef404d9edfd13a7ab361c08d798fb, 0x161829a9d30d2bfabfd0cc7b1f7eaa523bd378ae524400f07ec87d8ec8b3f210, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x1c63e8d2a47c0b952e4ca90399f2d47e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', 1, 0x00000000000000000000000000000000, 0x72323aa3bb0781cee7149326bd747e6d, 0x27f728ff3bcf55ef3db34a0d66c12dd272e85ac6c1d3017919a42f36dea86d39, '', 0, '?'),
(0x1c6706498381ee875233f268094c0b0c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_9.php', 0, 0xa5a703eaee25ff4d88468870edc7c1a5, 0xa5a703eaee25ff4d88468870edc7c1a5, 0xde24c7a556d31711ce7e52806ead7e143a5b88fb02de18bdf86e1e319bc3a847, '', 0, '?'),
(0x1c6893c023d99551c259c6d22d61699c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', 1, 0x00000000000000000000000000000000, 0x701b2ecd8b53a434c83bc9ad432b0573, 0x5a49a20e8f7cbbe4a659a1ea459b3d9450f6435af11a405b6fb9e639263da6e9, '', 0, '?'),
(0x1c6ca5742368ce024b8b0cc283887f86, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', 0, 0x3b8352635012a9d1c61b1aff9bfd4dca, 0x3b8352635012a9d1c61b1aff9bfd4dca, 0x7a08128a4546eeded845c5d414f21bc9d8960e8ffb48cd6d8aa187cd130888ef, '', 0, '?'),
(0x1c708ea17d53a3146c0e349209deed7c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_4.php', 0, 0x02035db221800d119d4b4c2b7ac1caf2, 0x02035db221800d119d4b4c2b7ac1caf2, 0xc232522c614c0cac64c1aa84b1cd9249160a846e0257b3a5ffd1f97a1263b480, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0x0aa8b0070034ae429cd52186c529747c, 0x6da35dd3d13b124726391e4a507360f82dee1ceef39723cd5f08fbbd6886724b, '', 0, '?'),
(0x1c836637ba5ebfc1859259d0936c774d, 'wp-includes/Requests/src/Exception/Http/Status502.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status502.php', 1, 0x00000000000000000000000000000000, 0x688f47a5db6451aaed749c249dbfa225, 0x611670203834ef7d0c626ace2f413db0635e50272057110177416ca131ba941d, '', 0, '?'),
(0x1c8486d0755467286e26cfacc903cbab, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php', 0, 0x978de54d9040939684ea38533d895cd5, 0x978de54d9040939684ea38533d895cd5, 0x1d06b469c6ccfadb41035844bfdb625effc4511a6597bf60c231a060264b5a25, '', 0, '?'),
(0x1c87ef1fc18d0a5ed29cdd54f1def9d9, 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 1, 0x00000000000000000000000000000000, 0xe39d93877f3ce65cd1ed387c73040ff5, 0xb9d475505da06929edb913f3decddcc65646cb0d22c2ca8d3bc1abc5be53cf7e, '', 0, '?'),
(0x1c939ef0faec051a88f9709dc4b43a5c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_4.php', 0, 0x36854e97de57b690023e850996d823eb, 0x36854e97de57b690023e850996d823eb, 0xd518c31b5e867bbd2fbc93d8908b9a4ccf0539bb8ea1152e931c8d05eb5d8441, '', 0, '?'),
(0x1c97fa5588c46f759565c10c4e5474f9, 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', 1, 0x00000000000000000000000000000000, 0x46844ccaf81794a86a24d0b1e28510cb, 0x4a90c07d91d04c964919129973a5f3dd6ed024292e295ddf30cf10d35a3fa080, '', 0, '?'),
(0x1c98c848caa5eedcad065e98dfeeeadf, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php', 0, 0xbafd0deaef04388c766cb00d151c6ee9, 0xbafd0deaef04388c766cb00d151c6ee9, 0x2d2acd5bce3228b3743cf4480e14c51063d440a56e84d5346b5365d7d473da16, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', '/home/abt90iranbet/public_html/wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0xa9843a31525d096ca049c8e721235f4a, 0x37e41d459b9d48ccd60c9f9d50758e8ceac082179010c75ae28e016215b38547, '', 0, '?'),
(0x1c9dbbb52837f0fb4928e61b07c0b529, 'wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php', 1, 0x00000000000000000000000000000000, 0x0569757d6d4a0a1bdfa432aa144a4e33, 0xb3fc0e68ce47e78a06aa7e9f2755ff6036819dee883b5f61665c5a2b6452b7e2, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x1ca37a5c3bbb6b7296d83523825b3769, 'wp-content/plugins/amp/back-compat/templates-v0-3/header-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/header-bar.php', 1, 0x00000000000000000000000000000000, 0x2f714b710e0aee2dcc8d10a248306cec, 0x35e2f584caf8e71eaf4bc41852480cc1d8797a4dcbd202403caf3ed1c3a907c9, '', 0, '?'),
(0x1ca8449f3e5b1892ee1c61c6ef7d524f, 'wp-content/plugins/updraftplus/images/updraft_tick.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_tick.png', 1, 0x00000000000000000000000000000000, 0x0e9a37750bdd7bf02f3d240a03684bd7, 0xadfb90f407ef7c55f8e69dc8a1f0bd52222329315de1406830917eb57c88bb3f, '', 0, '?'),
(0x1ca88249a783b0f7aa557a5957672167, 'wp-includes/blocks/latest-comments/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x83c37fc0ce27ec92d2c3805de83080a4, 0xbaa87a5d484b94b3ef616113cc29ff89e716e832fa0194ee0c1024d7eedb4de6, '', 0, '?'),
(0x1cb1bdca1802855f3c4387b58207338c, 'wp-content/plugins/elementor/assets/css/app-base.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base.min.css', 1, 0x00000000000000000000000000000000, 0xb2a18636bc9139cea3bc50b8c8b3ebc3, 0x8425fc2b87e6cdd9967d42e895270fb9344715f5a0ee2826edad7ea185d6ecd9, '', 0, '?'),
(0x1cb45e12d6755bd5707d6042f8f35731, 'wp-includes/blocks/table/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/table/block.json', 1, 0x00000000000000000000000000000000, 0x21b49af6bcb88f370d17d8a69f39b74f, 0x259de40beeae325a5e5c0d4bd581b3764c50ed93375c2c8bb05c097c01eff93b, '', 0, '?'),
(0x1cb5951a7409259ff13f3370f09fc23e, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-2.png', 0, 0x3612c41873280c3bdbcca8febe91c503, 0x3612c41873280c3bdbcca8febe91c503, 0x9074990128b35d5b67231c0f1b9e2342cd96c18d0153b84af3edf058d7ce086d, '', 0, '?'),
(0x1cb960fbe84dc4616a926a430e9945ef, 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', 1, 0x00000000000000000000000000000000, 0xf87dea9172d748a32d70d62775fd8d4d, 0x2af586229416d9282777580e331a6cb5bf98b15ea9003ad50634713c8e3bccd1, '', 0, '?'),
(0x1cc2cc69da74844d24d4a5c85db1f1be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', 1, 0x00000000000000000000000000000000, 0x69bdbeb36985723a00d55dd366565dd9, 0xd79a11a6c26221e43e9fe3a4739b46539ede3540c9b439ff815bc4356f9e3e7c, '', 0, '?'),
(0x1cc598be6940b471575d3733abfe505d, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 0, 0xcd6d62b9f43f14bfd769422abfbfb831, 0xcd6d62b9f43f14bfd769422abfbfb831, 0xcb56c51e6b99242329b4fe736a7ad59ba75e19b64672bbffde88b8da0351ab61, '', 0, '?'),
(0x1cc68d70cc3d5a0007af535ffff0db24, 'wp-includes/blocks/cover/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor.css', 1, 0x00000000000000000000000000000000, 0xa60459db9c8f126b304bbfc50081749b, 0x655c9bd21ac382c2db74788867eea711b11ee2eaecff533cbe99cedadf3d98b7, '', 0, '?'),
(0x1cc7a41286144222ed287eb4da149667, 'wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png', 1, 0x00000000000000000000000000000000, 0xa13f58032747a33968ca5c643124559e, 0xfedbe043fac55d4a0695fbc869ec1498585e9576e72cc18728bd14a912f51911, '', 0, '?'),
(0x1cc9e3c0236e9b6efae04eacee27e2c6, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php', 0, 0xcf036f89ed63863dccda137899ca4afb, 0xcf036f89ed63863dccda137899ca4afb, 0xa56772cff355dff8764232c324e54d17b4c486ae72ed9fb364707e1a8f00a9b3, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0xc79bf100f235f6ed7f2be526ccba5756, 0xa013beeb196f77d28f5d657cb0044b24878239727304eb8b63a126d92f15ddea, '', 0, '?'),
(0x1ccdd1c507a0d40c2b756c6e12f776cf, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx17.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx17.php', 0, 0x2ff1e457e7431c25313e0be003adf88c, 0x2ff1e457e7431c25313e0be003adf88c, 0xb63b52aefdbe34a7a24c7aff2343cfca425679170a78d8485d53fba11c28df2c, '', 0, '?'),
(0x1cce32cb1ae7474dc200f90b521d4c75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2_no_content.php', 0, 0x727be9b8ec2f319c549d654ffb93a020, 0x727be9b8ec2f319c549d654ffb93a020, 0x863615935aded07fbc97ee2c2e901ee0c892cb1808e0023b89638efab26275f6, '', 0, '?'),
(0x1cd0e3f569273ab1d795d0def03452ac, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php', 1, 0x00000000000000000000000000000000, 0x7db76775b097462f5a6e94654294e055, 0xf2a37c6c7fe1724ae19118a319d0fbec1132ae04801d865e19e1270cc1c1e536, '', 0, '?'),
(0x1cd39ae3258419560359e9b7109e995e, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/error_log', 0, 0xcf0c33e2ed621fe5f178a1dd78ac6f01, 0xcf0c33e2ed621fe5f178a1dd78ac6f01, 0xe461e0f3661f40ef37aa7d15aac03266c241b968d775f5d1cdc328a14f8a95ff, '', 0, '?'),
(0x1cd5eba7bc5d7d7550a5431c712cadce, 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 1, 0x00000000000000000000000000000000, 0xd5aeee6433df89e8f54c2d96bbc9061f, 0x4b858fa01c58ec69c1018e851b65dde04fca09b8fcc1aed008cbd9ebf8a312a6, '', 0, '?'),
(0x1cd7922ce4604b1ce6008234b7e2ea1e, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/README.md', 0, 0x44b9914e09cf1d4fdde32f0980944e80, 0x44b9914e09cf1d4fdde32f0980944e80, 0xfb699fc8897b07875fa6a65aa9c6f74af3a5714056e56944cba18eb21916f022, '', 0, '?'),
(0x1cd918043d3cdd90847bca0e32c03e4f, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0x1cda1c7efdfa19e0bfccd1051577ac23, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_9.php', 0, 0xb747ee3c7c3a0cfbefba66706223a937, 0xb747ee3c7c3a0cfbefba66706223a937, 0xff8062dd78e93a81e205b3df4b52d2ea45e26b636fe17bc0cc5cfcc9b0352048, '', 0, '?'),
(0x1cda723f963f2fac2ffe2db591a6557b, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php', 0, 0x854fe493c725ccefc4e43015343b18ea, 0x854fe493c725ccefc4e43015343b18ea, 0x26b6602d2576983805cffd5353e83449d63a32ade0fddfd83de9c7388df1446a, '', 0, '?'),
(0x1cdc0c3154a6c56f9a30840aa2d77fd3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5_no_content.php', 0, 0x78aeb5cc34432866ae37f10256e2f8c9, 0x78aeb5cc34432866ae37f10256e2f8c9, 0xb0c1e2dba6ac0036e822af89e4648dc8fd49d990a50bcd3d0287995933d32c7d, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/media-utils.min.js', 1, 0x00000000000000000000000000000000, 0xea1129f4267605fcef174df4c3ee6588, 0x0d0433433fe5243d61d87ec410dc7c778d2e1d8f0ea5c01bb92eca2e0bffdcd2, '', 0, '?'),
(0x1cdf240654c0f1028f1898925dc976e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_9.php', 0, 0x6225518efa4c30342149eb4fc7eb4d48, 0x6225518efa4c30342149eb4fc7eb4d48, 0x177965ac1f08dbe87480a8b5c0101339b7e9cd8670148942f643ede3c5e09b06, '', 0, '?'),
(0x1ce74a06d0c917496e3b89c4ffe47115, 'wp-content/plugins/updraftplus/includes/class-job-scheduler.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-job-scheduler.php', 1, 0x00000000000000000000000000000000, 0xa3ece3e2144781bb0ce84d1fcc638edc, 0x85d1c48d667b42fe5d1a2cecdf92790201484b69ffa8ec32bffe4278cb139e09, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x9e4392221de32b35b3c5b8a3cf01c148, 0xb2042c046faf76c3cfe955daf5287764b19dcfcfa896a088fe1d07de4fc048dc, '', 0, '?'),
(0x1ceb5c0b090dfad3b8fce9b5090553f6, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon.php', 0, 0xc5e2730bd0faaaae6200c8f344e2247e, 0xc5e2730bd0faaaae6200c8f344e2247e, 0x33f78228cbc5d81e88df9c28837eae38adcbf204b75c6e7ffcdde0f2f674b5a0, '', 0, '?'),
(0x1cee649a08f6aa965dfcf9ce1ee2e0d1, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/list-menu.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/list-menu.png', 0, 0xd76b5f58e442bd4aaa03d1c94cd31ffa, 0xd76b5f58e442bd4aaa03d1c94cd31ffa, 0x0586db28f9a106e1eff27decf80628a2a9392b415ba51d3660b44b6d42cb8607, '', 0, '?'),
(0x1cf1f4696dbca9148e5da8c62cdae55c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', 1, 0x00000000000000000000000000000000, 0x4dfafbdfa6e384d81544f4a7c313f843, 0xbd771e064ba616ad6619beca5627df4c71ccb65d257562b966b562fcb7b6d935, '', 0, '?'),
(0x1cff429978117ceef6e1476b83f27dd7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md', 0, 0x0df50abbcb591eaebb9781298c58e60f, 0x0df50abbcb591eaebb9781298c58e60f, 0x2d14908f091d92c2d061790b528aaceea51d5bf97ef0b2e5d98f9791cb328efd, '', 0, '?'),
(0x1d0164b6519e8d3c84d3196eb7564d58, 'wp-content/plugins/wp-rocket/languages/rocket-zh_TW.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_TW.mo', 0, 0xc09a7c1c34ce4476a9a21827ff86653f, 0xc09a7c1c34ce4476a9a21827ff86653f, 0xe9b94d4f2b83397c99e8696ee14d4b86ef732abe1449c7dcd0c52eda94b469c8, '', 0, '?'),
(0x1d0246883f07ac3b4c65faa8a5f0f290, 'wp-content/plugins/elementor/includes/stylesheet.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/stylesheet.php', 1, 0x00000000000000000000000000000000, 0xea20f042df624c5230bf682a02caa736, 0xbd86bee26da5d9f2805802d066e3c3fb415b230f619f262a9ff7484cb229e5a3, '', 0, '?'),
(0x1d0723b82aab3ec145258507662feaa2, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 1, 0x00000000000000000000000000000000, 0x1af8ec25074feb61fd81bc4d81d857aa, 0xb37d717b37da66348c79ae7d7017dc45bd9872d1ee9c50c743a56d550a8746ea, '', 0, '?'),
(0x1d07cd91b27dec50f0c4093092e5ab37, 'wp-includes/blocks/code/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c4a4e50542da637feeed5ffb75da305, 0x8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d1, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', '/home/abt90iranbet/public_html/wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0xfcf88456be7e16c66ff6596e477e5f75, 0x9e80688c38c9a7f810baf485aa70bf75f3fc7b8d399691e1d513859b4a8289a4, '', 0, '?'),
(0x1d13ac441721eb4276cf0e8c7de487fb, 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php', 0, 0xe7071320af2584d3a5d6763a7b7561e0, 0xe7071320af2584d3a5d6763a7b7561e0, 0x41b007b8bb7d3676462233d695b81d4abfc72e7f087e3ee60cd20b8f48d45573, '', 0, '?'),
(0x1d14cebdca7f127dd856ba2bb57442b3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad9eeaa480940e78c3d9a0b72595636c, 0x4e9e382cff631cdddbedeb61659eacd319f181ce9f0169013c3570241cb3bff3, '', 0, '?'),
(0x1d15c36450eb50dee9a675ab0a2895cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php', 1, 0x00000000000000000000000000000000, 0xe25ffc3c63000cfb6375b5b4a964ee1a, 0x2df7f762334f2aa85c3f4f1bd1654fe2f177439a591bdc5c01104a92515ade17, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', '/home/abt90iranbet/public_html/wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0x0be210054ed41efe378a35c8a4ff43c3, 0x1b46c5b2454c4288bf58a6c4e64f92ae89c874b807d4babaa9b158abdeaca405, '', 0, '?'),
(0x1d1747d77f22de17682bb0aaf13d1001, 'wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.css', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.css', 1, 0x00000000000000000000000000000000, 0x2656aef1383d10115ebbad72a5ac5a23, 0x613cbcba9adb9bcef18f02c6eeffb2ccafe9c5cde60d6ed6829b9499e7e78e3b, '', 0, '?'),
(0x1d174b76f624548b4d52988a8afa3db3, 'wp-includes/css/dist/edit-post/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style.min.css', 1, 0x00000000000000000000000000000000, 0xaf31f74ab07e475bf7b9812eef70acaf, 0xf1d6d1749a79bafa96877e80d90069e7af6a9988ebc4fbee567540e389ea0136, '', 0, '?'),
(0x1d178245c03477b6fc64359759a3a45f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_7.php', 0, 0xa074deba39d11555192d24e0a73c359e, 0xa074deba39d11555192d24e0a73c359e, 0x2d3d7cd63e96f4a356c3de6fa49af3667a360a4f4d259553dbef3e34243c2c82, '', 0, '?'),
(0x1d1846ccc93bdf4701ab187ff67d32cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_7.php', 0, 0x41a12a637f39ba404a64a82732216f9c, 0x41a12a637f39ba404a64a82732216f9c, 0x720f485af435f2d71d65aef4b5e22961a89a98b9e05cfe991bbee999b5f34a91, '', 0, '?'),
(0x1d1ecb8c78fec8b751d5778d603d405c, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php', 1, 0x00000000000000000000000000000000, 0xdd0b6269d1eeac815929c034a74784b1, 0x16f31b00ee8e44354074818ed819058e2565c2de5e01aca5a06bd6e5a322142e, '', 0, '?'),
(0x1d2b64a06133d49a4b380b299453f8e7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_3.php', 0, 0x8afac1b554beb798bb6a1a5e2b4d4725, 0x8afac1b554beb798bb6a1a5e2b4d4725, 0x70299bd89b22ba14565df34f09588bde41820b64009da4ae811d17aeecba0c85, '', 0, '?'),
(0x1d30b2d24491f4dcafc4b1b39f7bc347, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_8.php', 0, 0xe5626b8998a6ea9194df405e2557344a, 0xe5626b8998a6ea9194df405e2557344a, 0x2323c5e4a609e6a7c06597ced4cee4c42ac70851fd7748f021872f6508b24248, '', 0, '?'),
(0x1d3303bfd21011568b8306977b6dd121, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-gdpr-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-gdpr-manager.php', 1, 0x00000000000000000000000000000000, 0xb754dc9ae3710c4bb52c4434eb321847, 0x0eb83042ac489254415c9598af85d0a55f895e9710efc93010ff19d4c03efbaa, '', 0, '?'),
(0x1d36a9dc65a5390405d221809fb27a7e, 'wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php', 1, 0x00000000000000000000000000000000, 0xce623dbc9d88c0d812b64eca58863ced, 0xf230caa39262f7c0cd36a3b2907f1c1c874d4df325eebb8259f692273827364d, '', 0, '?'),
(0x1d37d80160c9dbf2f5cbdb657c411d79, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php', 0, 0x6321eeb36f9ac2d4919dfb89885d04b9, 0x6321eeb36f9ac2d4919dfb89885d04b9, 0xd280b8ffd37f9ba550cf30e7e5b328346c52287ccba620001c3a01c5e04634ce, '', 0, '?'),
(0x1d3d104c1c57b33ee39182da1418f634, 'wp-content/updraft/plugins-old/updraftplus/images/upraftplus-clone-screenshot.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/upraftplus-clone-screenshot.jpg', 0, 0x3b4f5702d3b31002e7b4e9ec6ab5b957, 0x3b4f5702d3b31002e7b4e9ec6ab5b957, 0x04091ff9c9a0f78efbdc0b688aab1c3b47950269420c8a16d904167314f00a82, '', 0, '?'),
(0x1d4141dbeae87f8fe78f3363b109920e, 'wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php', 0, 0x2b62ebeafefc00aa9b6cb35b474c40f1, 0x2b62ebeafefc00aa9b6cb35b474c40f1, 0x41450caeb66bf9af942293171d940a750d754c28bb9ab815e5de8746db700404, '', 0, '?'),
(0x1d41ba128c1dc2ef280967532deee4ff, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0xbf2aa1434d41873995caf4e043895822, 0x686f47d178af91eac217c455d239da6d958296e93737af92ff2e4d1e9aa1ec55, '', 0, '?'),
(0x1d42287fe0e9289db799c6b980ddb5d4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 1, 0x00000000000000000000000000000000, 0x3f0a4950f10186d594a868b8738d3e1b, 0xe912bad60bf982570b197eeda0ec1c8ef403da4050e78ff3587f96ba1a3a3a91, '', 0, '?'),
(0x1d47fab0840bd9aaa3e69b681880b055, 'wp-content/plugins/td-composer/legacy/Newspaper/js/td_wp_admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/td_wp_admin.min.js', 0, 0xbf10c598386800b4e9ab9b59c7351dd8, 0xbf10c598386800b4e9ab9b59c7351dd8, 0x91cb1af44eea37d6c010bfb4055763cc8948c43dde9eb7a1f239a88bb8a79a87, '', 0, '?'),
(0x1d4fc5daba12fc5eea38b44b71fa96a7, 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 1, 0x00000000000000000000000000000000, 0x5cb72ed040e412d3ca9d32fd8b873677, 0xa7077c20d90a1cdfcc5c54f7efd41988355e9dd093023e68c1cb858f713db342, '', 0, '?'),
(0x1d5148a80badda9328bb13fd0a818514, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 0, 0xe32298ed6a1b0064ffe3b74b6c740111, 0xe32298ed6a1b0064ffe3b74b6c740111, 0x7da64c317e9ea1bd696fd27a98f4414d98b96e05ff91998e90b60738ec2e4a5e, '', 0, '?'),
(0x1d542d6f51f955a9df922292521c188f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_panel_settings.txt', 0, 0xf4cb53c7bfa6eb0b9bacce0c7bc659ba, 0xf4cb53c7bfa6eb0b9bacce0c7bc659ba, 0x23862a81b1c8b72089562a4638a2e540f6119476a3f5ba8b2f07864ea81dd76f, '', 0, '?'),
(0x1d57787f9096476a6013266a56ab880c, 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css', 1, 0x00000000000000000000000000000000, 0x54a14fd397b016d4176cab6b3fcb51eb, 0x5c3cf7481c616d7e04417e744300a9aef03f9a3244d2945a7aaf4e671a920292, '', 0, '?'),
(0x1d58bd4248d4b164119b4a6b8119bed2, 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js', 1, 0x00000000000000000000000000000000, 0x83e9b29f0086bba50d653f1cb8dedc3c, 0xc307992cca25b6b9c46b861a0402171114ffd52edfe21f41676397f1ea4e8165, '', 0, '?'),
(0x1d5b577227e6f145ea9ed929fa6a14ec, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0xc8cfe196cf0f2ba35f57660aba22635b, 0x8c676f123445f271448c543c37fcfb3e19afc8e91e8420159218ad69f82f5123, '', 0, '?'),
(0x1d5e4d2353ac66cde6476d1070f3f7b2, 'wp-content/updraft/plugins-old/updraftplus/central/modules/comments.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/comments.php', 0, 0x709291f8beca9507155b64568a40b404, 0x709291f8beca9507155b64568a40b404, 0xe460c54b6823002d92e8fad424087f4123b1771a7cd63d2af43e4ef539a90250, '', 0, '?'),
(0x1d63ed1748a9cce1c0eccd068a881341, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_location_display.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_location_display.php', 0, 0xb311faa7e4122c89e01000beaba4b533, 0xb311faa7e4122c89e01000beaba4b533, 0x350fe7ef8b2d0243f485e5c9ed8606626844e343c655e8e2c931005cfa9898cb, '', 0, '?'),
(0x1d6508dc72367fe5e86518826a635c8d, 'wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php', 1, 0x00000000000000000000000000000000, 0x05cb0a4ef58459a4940465171c45707b, 0xa5788622d842f6a2a4142c0abababaa6aebdf6a5734fc717baddbdd3e052e73c, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', '/home/abt90iranbet/public_html/wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xdca4e1fc501f41f5fe4b65344e423b41, 0xea6e3c480c49678cb20d11f213b2b9a2be211264631504e4da999828d0af9b27, '', 0, '?'),
(0x1d718deb0aafe01077995aea691cab9e, 'wp-content/updraft/plugins-old/updraftplus/includes/class-wpadmin-commands.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-wpadmin-commands.php', 0, 0x6e2872ee06c5014a0e3056cb20031af8, 0x6e2872ee06c5014a0e3056cb20031af8, 0x8ece2605ae50651e70f98b94bc814a2eece9c22b054a95323e31648de454da7e, '', 0, '?'),
(0x1d77a1c022564239c726cb32241fa553, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_7.php', 0, 0xa877a3b1679eb40228964924f77536da, 0xa877a3b1679eb40228964924f77536da, 0x3c42fd792106281ec48cbe7d6d6229942713294e3aa7f1bd287d70f2b30d22af, '', 0, '?'),
(0x1d7a7a095112f48514440b167f3507f5, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/image_carousel.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/image_carousel.svg', 1, 0x00000000000000000000000000000000, 0xf41a50c089b443cf797b007cfa1a2e87, 0xcf63d21fa033741e46556c78bf3f83cc1e412c1af08c44e13447f71fbb02a62d, '', 0, '?'),
(0x1d7de3b62f4ed2f67225835d74a59c18, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 1, 0x00000000000000000000000000000000, 0xa8c07dcda14a5bff04d6795fbfd412b9, 0xbfd34fa2a7bc6956358fe21c23bed5e5673f261d1411cdeae6e6181b967ad0c4, '', 0, '?'),
(0x1d83a0e6acd9b969a6df125b1a3b61b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_5.php', 0, 0xdb051a8cdd7d840c4c38e23902170163, 0xdb051a8cdd7d840c4c38e23902170163, 0x47829358554f8e3e5027e6cf8f90ae984eaa4459429a8ae1dc257b632b8051c9, '', 0, '?'),
(0x1d8626f090afa76f5da7d3fa332ba767, 'wp-includes/blocks/post-terms/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style.css', 1, 0x00000000000000000000000000000000, 0x0ff7b034a2c5e10592ebe0d72268e983, 0xa240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', '/home/abt90iranbet/public_html/wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x1d8b930789054d1ef4bbd613bcbd468a, 'wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css', 1, 0x00000000000000000000000000000000, 0x6d864589d951269d17ad46db924ecfba, 0xfce02e634fbc0a13ffea80a15c92c1d64e23646664d71fc15d957dbf47a0a677, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', '/home/abt90iranbet/public_html/wp-content/themes/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x1d8f059d00f3e1691a418104cb0b8340, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_15.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_15.php', 0, 0x6556653fe685a0fd6c90c682fa37132b, 0x6556653fe685a0fd6c90c682fa37132b, 0xaaab96c8597e51c947847bf2541b39c6a84362ef6ea3f5c96a8b24409ab616e4, '', 0, '?'),
(0x1d900e40ef43c8af1264a5578b11b392, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php', 0, 0x4556b3404be1f923e1ec7095ee619e73, 0x4556b3404be1f923e1ec7095ee619e73, 0xce26a00896ab075a7725d3f932cbf4605e98f7116993c34dfa5f542967f3d08c, '', 0, '?'),
(0x1d9990c43887f11a9ac43e761292e087, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x0035fff157c03cd280ba00c1f2b23a39, 0x7c48d7f2a8194410f750589fff63206fc1c7133e3d33ba17b59348dca02b1ede, '', 0, '?'),
(0x1d9a57f3319882f0a84b2dc0e809b96a, 'wp-content/plugins/shortcodes-ultimate/admin/partials/pages/about.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pages/about.php', 1, 0x00000000000000000000000000000000, 0xa614052c49e981463ddf02f9504030e2, 0x66c85ec44c86efb555a5ff454b8294ae52486d744f1b107ac067f64081b9d239, '', 0, '?'),
(0x1d9f6321503d9250ba768324bb89a9f8, 'wp-content/plugins/elementor/data/v2/base/processor/before.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/processor/before.php', 1, 0x00000000000000000000000000000000, 0x8a2a881b2eb68e652186d2987ffe671f, 0xaa1f4ad120fb45c5f41552140b182fb58a2fb4d10b9c020d3f71f45b6caf589a, '', 0, '?'),
(0x1da22a688051dc8668754a76b1d2ecc1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Request.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Request.php', 0, 0x0b759a8139911bf70f833f449a568315, 0x0b759a8139911bf70f833f449a568315, 0x1f0c228ed4bf97acc9598b81e30db9d7997de91157250988064f6a11a1e75109, '', 0, '?'),
(0x1da70616e4ff0cf34bfb24f71ebd4be0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', 1, 0x00000000000000000000000000000000, 0x8acca52db13b5670a17ff19b27d52e7b, 0xe29ef123eb09887cd99d767ff41d3d011fd07d0e1546c00788dc21e80872817c, '', 0, '?'),
(0x1da85dc30a6a743a4920aad9ec49a4ac, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/preset-icons.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/preset-icons.png', 0, 0xaeefaa5f13c9a0f2d04d6b099ba5fa33, 0xaeefaa5f13c9a0f2d04d6b099ba5fa33, 0x49d581c60d03167df3c81f52c09a6086efb28abc1a0467073b6c2654d098e5d0, '', 0, '?'),
(0x1db101a1fff7ce4dcf2495bd8c269899, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.js', 0, 0x9ef5dcbb3bca754922068b6fdef42ffb, 0x9ef5dcbb3bca754922068b6fdef42ffb, 0x2cd0448ecf49ebfce3440d03d29f4974d749d53bf8d681c10f02933c683c7337, '', 0, '?'),
(0x1db5853f6a3a3d5c3a9f102841a96b92, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/meta.php', 1, 0x00000000000000000000000000000000, 0x4408e8a850597cf79455037150c7556c, 0x93e76967f86d9d98be023fc77845f0fe45f5cb66e81f133ea9cb142ca804954a, '', 0, '?'),
(0x1db66b4cc1ecfe6a18c029da4ce81eb6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_4.php', 0, 0xa4e7c19173297e036133caad45dfeec1, 0xa4e7c19173297e036133caad45dfeec1, 0x5e53699d3c3615f19bde8bba81ed8d61aa59fafb628a50acffcde7140b615ea6, '', 0, '?'),
(0x1db7e7132cba6384dc18fdf6250af72f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_9.php', 0, 0x6d8146f01ba119ac6beaebd301824975, 0x6d8146f01ba119ac6beaebd301824975, 0x5f22e1e9aa9bb2d6a1b7ba38bb9122cf13df2fabd7c47e2bbcb8cacaf8ec3047, '', 0, '?'),
(0x1dbb4199aad1455ec99d2f4b9b0869d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_8.php', 0, 0xd8a86bca7767a7ec31669a6eae9bc376, 0xd8a86bca7767a7ec31669a6eae9bc376, 0xd0a2cdd4f0134c1994a02786a5b06760a9ad7ee493c2b861ce61014e68d01144, '', 0, '?'),
(0x1dc0bcd0ff1d67b0b5b923245858979f, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidType.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidType.php', 0, 0x19a39c25a8df270db7a6e07dfa4b34d5, 0x19a39c25a8df270db7a6e07dfa4b34d5, 0x7902b33cda388f29829b4ffd974518a854f2c5ff09b81a0936ed34b0570445c4, '', 0, '?'),
(0x1dc6005f508c50c8f34378ea99313400, 'wp-content/plugins/wordpress-seo/src/config/schema-types.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 1, 0x00000000000000000000000000000000, 0x25657950938c1a9fa1cd8d2644bc6991, 0xd023487eb7cdac52077e1436109dc1f0d0ab93be2bd71890265b92ac33b960b8, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', '/home/abt90iranbet/public_html/wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0x45f733faf2aabcf5f505401425b06320, 0xa95c48e82e3704e9deeb3751745577d6ddb0414b2cf92413418b84219fb74c7a, '', 0, '?'),
(0x1dc64c709eb0253a8f3bd344b991434c, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php', 0, 0x135998a96f0b5ff86d86be85540633de, 0x135998a96f0b5ff86d86be85540633de, 0xd6f6c6d8b27413592dc81c2d06a18f464965d914795728e4002ea54d791a0c62, '', 0, '?'),
(0x1dcb903719d65ec92267c6de2cd12595, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 0, 0x9edcea572ed2dc682e430c5e0b64c310, 0x9edcea572ed2dc682e430c5e0b64c310, 0x648d5235bbb6a76597101b28af60ad6366798354d772e844efa8c9d4e69fd993, '', 0, '?'),
(0x1dcbdd672b8e99bfb2e791ca2c63ec9e, 'wp-includes/block-supports/colors.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/colors.php', 1, 0x00000000000000000000000000000000, 0xe01e808067358dffee942bf3c5047002, 0xd7708838942dc001c536994eb6b60bf2721bbbcf967a66db0b0ef7981c6ce0a8, '', 0, '?'),
(0x1dd21dad98cbcf44908a75b9d8b6d695, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', '/home/abt90iranbet/public_html/wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0xed2c3c3a57030834e44f7ae59d4b87bd, 0x1237567f74b77396d3011fa841342c8b65e795a13d78ee57ecbb738cf06f965a, '', 0, '?'),
(0x1dd5fed358149fa616f317f4763df542, 'wp-content/themes/twentytwentyfive/styles/04-afternoon.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/04-afternoon.json', 1, 0x00000000000000000000000000000000, 0xe5d8402c008a76c854451be7d54bdabc, 0x6867df07465b44255b10aadcc7ff8b1a33a792d88221e55b09e55e79dce33e04, '', 0, '?'),
(0x1dd82f9f17674eff3bc50f4c85dcd774, 'wp-content/plugins/luckywp-table-of-contents/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/uninstall.php', 1, 0x00000000000000000000000000000000, 0xa05d06bae7b7f91cefcfd27234db8b2c, 0xb1931691394ae22d890a99a13b09c0b3f22e1b8f5d64d8aa1c8b637fc4974e27, '', 0, '?'),
(0x1dd8c44b35f172a7c83fc8da60f1b77d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-2.png', 0, 0x379857403ac87752c367a7b6c2d916c9, 0x379857403ac87752c367a7b6c2d916c9, 0x15c60456d3b906a9484354ba9922b2ae1ff1b22b4427899508e2097ac4f3fc88, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0x2b1d3b5ea938ed91e276823d7b814b52, 0x67a5a2784efd070814bb87a68e174060ed11dc12bd6a72938bf2806da67ef976, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/button.min.js', 1, 0x00000000000000000000000000000000, 0x4020f47ce89996204fb26109105e3fa5, 0x3919cf9781e94d22752a797be882dde1325e166df954eb1415b18e8bf62c0d1d, '', 0, '?'),
(0x1dde7b3b39d7c99b36626f6289eab295, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css', 1, 0x00000000000000000000000000000000, 0x74bab4578692993514e7f882cc15c218, 0xdd0805097d0f94302f17d1a45ed53f6a1fbe26cb1baecaaaeaf63fa509cbd641, '', 0, '?'),
(0x1de061d8197d838f5875fb9d8751813e, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-photo-blog.php', 0, 0xa988bab493d820ef2f78d8d2ed9f8880, 0xa988bab493d820ef2f78d8d2ed9f8880, 0x733a18889b0f646d72119c3040700a8f300f12d45e2c82aa9af40cc94d38366f, '', 0, '?'),
(0x1de17b84a427f263ce24c24ac82905c1, 'wp-content/themes/Newspaper/translation/ja.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ja.mo', 0, 0x351e207184675b6ac6bd4f72ec12afd0, 0x351e207184675b6ac6bd4f72ec12afd0, 0x117d4f6eff2bae651a10bda45838cae35a58d4746c559e2a4fe73e8d5b24b5d3, '', 0, '?'),
(0x1de3dbff808fb7121d06ec680b4f5aeb, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js', 0, 0xb00219cb958052cb557115d55f0c8d48, 0xb00219cb958052cb557115d55f0c8d48, 0x06d4c10a73e797ab7b3780b5ffaf6280e47a896a8157473e732c6832e23002f1, '', 0, '?'),
(0x1de512d4e9f0caa8ac15762e1ff10470, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 1, 0x00000000000000000000000000000000, 0xfceaf6b488b364494a019a3edeea5ca7, 0x63ba269bc1c31c3f3f72f0706994f97057a2c0cc04527093451900babec3a8b2, '', 0, '?'),
(0x1dec2ca57f42c07b7511b92f58d68ff6, 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php', 0, 0xa762880c8654fdf883a1909414c28cd7, 0xa762880c8654fdf883a1909414c28cd7, 0x0ebbd9ce899601b97c439e2a8aa7163a36766e24fdee8c9e9d07af5c608a4c1a, '', 0, '?'),
(0x1df917825031d4ffdd6e6e91edfa2df9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_8.php', 0, 0x1cfd46bb6fdc9eb8f377ed0a3d2e4ecc, 0x1cfd46bb6fdc9eb8f377ed0a3d2e4ecc, 0xe821da3e180025a20bb853bc99e0d046d9256abe5f7413834320b7a670349c06, '', 0, '?'),
(0x1dff3487ffc4bc4beab3d381919af4bc, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2370.css', 1, 0x00000000000000000000000000000000, 0xd96ed51171e0d3256087d3edfb116c59, 0xe65b69a3522ac8673dd864438b15968bcc0c6a7d40da61888852ae08ec66ca51, '', 0, '?'),
(0x1e04f532f818a40f31e7367540f16c61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_10.php', 0, 0xfc51cfd3535121c5af041b58dc211ada, 0xfc51cfd3535121c5af041b58dc211ada, 0x7254c383d4e713d4c81908b32ad314c6830537ba46517f5589bd67646f64896e, '', 0, '?'),
(0x1e08cca9e3a8776ebf48cda817c9c766, 'wp-includes/sodium_compat/src/Core/AES.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES.php', 1, 0x00000000000000000000000000000000, 0x4e65cfe4b6f1889e8cd9114f71de2641, 0x2b1b7801c8b62007778ef102e33445174a40376a9f84f8f6cced9da4daf692a8, '', 0, '?'),
(0x1e0c9f909e073ac1dfc68727bbf855c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', 1, 0x00000000000000000000000000000000, 0x114034b8499a45a302b76d29e74c0815, 0xe952d379f75d1b2c587c5cec967a1c81ccc95a540a5e8a0f76dacf4f5d364a85, '', 0, '?'),
(0x1e1a5f34380fb555df506b7087277e3c, 'wp-content/plugins/kk-star-ratings/freemius/require.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/require.php', 1, 0x00000000000000000000000000000000, 0xbe34ff4dc8dc68a03e94eeed3d87f139, 0x8e66002e64ddfec73808cd436a8637b2d2e09804f9f3ba3b79ec23320350c0be, '', 0, '?'),
(0x1e2549238bb3b233a23c8a67c55a1daa, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', 1, 0x00000000000000000000000000000000, 0x1384584a2a82be8b30dfae53dd6bff8b, 0xac6c92c90186ef328b32d9bd4f5c936129db9def59fc4c77c96804f4614b0a03, '', 0, '?'),
(0x1e2842bbd11617cd32ed5b1b383dfc79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1.php', 0, 0xd673734a3784bd141887716293e6cd80, 0xd673734a3784bd141887716293e6cd80, 0xc6f0d26ef98d250d1893f28b7f7f934b65c2ba29d4ded7fdd91f3b1645cd1eae, '', 0, '?'),
(0x1e2edae999a5a50be4770ab8a02c6289, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 0, 0xa8ebc7eb54efacfda66d0a2531058ecd, 0xa8ebc7eb54efacfda66d0a2531058ecd, 0xa479c8fdc9c21e3cf26f3f5fe0c80915ea0edcf82ca246cdd2b30720ee83974a, '', 0, '?'),
(0x1e340ff296b3d24e52801439557faf37, 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 1, 0x00000000000000000000000000000000, 0xae726fb8cb5d735574905fe2df8af8ed, 0xc77856546b955b0e82c255bd8a14eaf0616a7e202371a68b582e2eed5acad57d, '', 0, '?'),
(0x1e3a4f448aedbc74b6b12da300d2da0e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 0, 0x36d4a68be72393686cdc9e9173adbfd7, 0x36d4a68be72393686cdc9e9173adbfd7, 0x59c3c9e3287acdea6b5cc0d38ecc8931447ed0e6447224d681cb8e12657793d8, '', 0, '?'),
(0x1e3a6acc9d61811450c613d538fe513c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import.php', 0, 0xf6b4315725025ef1bc8c582172f372f0, 0xf6b4315725025ef1bc8c582172f372f0, 0xc1c7dd611945914abc82e8c15660d48a52469739beb8aab3555de10de8f1039e, '', 0, '?'),
(0x1e402e2a5a48687858e25fdf31344d71, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/label.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/label.png', 0, 0xa393c6a2337e34617a5e10eddc5eeb87, 0xa393c6a2337e34617a5e10eddc5eeb87, 0x97d56a2355237bab6f4900f7425642719a847443a3386f8fbf0a4d165e44f188, '', 0, '?'),
(0x1e40a9d84864b50b8d33e92617caa9f6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 1, 0x00000000000000000000000000000000, 0xa96548ca730dc3c30f4fd55269ab9366, 0x69e688e2cad5b44cc4a2c8ac1937717f1acad8de7084ca0da55d9956a0fbc75e, '', 0, '?'),
(0x1e412ed1e4468478cd862d0b256192ab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', 1, 0x00000000000000000000000000000000, 0x5007ebf6c8b6980950b1740c5a7c9745, 0x1690261bef53a8e70db74c4ffde1f4b5e961f88d1350ba6d8287ddd69d280051, '', 0, '?'),
(0x1e42e30f4081522a0c47997846344e7d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xa39e27965fae3f1453c59f1a5dcd798c, 0xa4360e8bd0175b2df38a852c395952a172da0d59222df880616ef3b29136248a, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0xe927f54a3e3b5e561b4e90b47c200d18, 0xde7aee64dcf16bb17b8baf7b9bf2cfa64acf95ecb63ba6db94bcb42152c3fce4, '', 0, '?'),
(0x1e5610a36cc1d91907e5a53feea98699, 'wp-content/plugins/elementor/core/settings/base/css-model.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php', 1, 0x00000000000000000000000000000000, 0xd3b330c679fa5c114772aac884ba57cd, 0x33a7365f6d53c2438bdd4c6969767f1c92b05142389527bebb0362934c2359a6, '', 0, '?'),
(0x1e623777abd548c40338a9477280c776, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_6.php', 0, 0x7a9d86937b40ebf27be301b7d242a872, 0x7a9d86937b40ebf27be301b7d242a872, 0x64158bd2d40523f85fdef70eb7ac7d4974fc97d81b82bee9ff6b7d4beaae09ec, '', 0, '?'),
(0x1e6238d11d426817e24115cf87607295, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_counter.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_counter.php', 0, 0x69c6e2349a61ea86711685d01049b6e8, 0x69c6e2349a61ea86711685d01049b6e8, 0x1faf635414d51c459ba0d904e8c80c0598892c3e6cfa09ff858f1dea735a2e36, '', 0, '?'),
(0x1e6b143b95ef0ed86635baa98c6b9db9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x406c37f60933c0eb3b359cf8739fca53, 0xf196c6921e75c2e3486efbd01ee1edee1c40a3645ddcfb4ffdb1a32483d24834, '', 0, '?'),
(0x1e6db06212e69639f28be47aa0c62cd2, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php', 0, 0xbb46c13d5c9a554e243d600b825b4bb2, 0xbb46c13d5c9a554e243d600b825b4bb2, 0xafc3317ad2969f420c032182200faa646ce5912514e6d34efcd72aaec975ae91, '', 0, '?'),
(0x1e7474ccb8ed54e92eefa12ac3b35598, 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 1, 0x00000000000000000000000000000000, 0x932f65f7f08d9fda002492fdccf7d5b0, 0x7252c43eef7a440674ffef8f9bcff5fbeb93cf579de7e76fd59fd9a8450be8b1, '', 0, '?'),
(0x1e75ea56ad07e391276aec1cb21af056, 'wp-includes/blocks/comment-template/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style.css', 1, 0x00000000000000000000000000000000, 0xdfa169ffbd9a92b393b25014cd8ce412, 0x183791c4d0d9234bdf46db0dcfb8bcca4a78f9edcb50badc3567c6868a537d6e, '', 0, '?'),
(0x1e7782325ac8f42d8a17a0be82b9fd4b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', 1, 0x00000000000000000000000000000000, 0xb24680e0c49923e579ca13682541b72b, 0xc22442cf0ba4f6fb6faf4e55bed21e15cf56fa3be22f686f0c998f71edbd8442, '', 0, '?'),
(0x1e77896b46b223461e56daadfbab70c0, 'wp-content/plugins/wp-rocket/languages/rocket-de_DE.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-de_DE.po', 0, 0xf5790a9698b01fcf7b7a418706487e05, 0xf5790a9698b01fcf7b7a418706487e05, 0x36c774662db80cb8f68f4c0bff3075585dc31c9080d478103e16b7c69ec49725, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x1e7a64713361e17f47e54960920a3fe7, 'wp-content/updraft/plugins-old/updraftplus/methods/webdav.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/webdav.php', 0, 0xde6a65a5ce4a1e2c6700c3d747f2497b, 0xde6a65a5ce4a1e2c6700c3d747f2497b, 0x28e3bbe56f2e91d299409163acc509c6b10476fb1ea366880115b11f52315609, '', 0, '?'),
(0x1e7a8d95f644f0b73ea0cb419429ac61, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 1, 0x00000000000000000000000000000000, 0xcd9bdce5bed1e1a6adb71f40220d7bbc, 0xf611becd708e935f8c7015c22d454775c07237d6ab854e426dc4f796acc2f0b1, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', '/home/abt90iranbet/public_html/wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0xeeec5a7443c32a77ad340334f213ed9f, 0x636b20a86f7d86be765466931d208b73c7dd9b0b666c041d3367364ea41ad64a, '', 0, '?'),
(0x1e7d94a5bd100bb3251d4efd6904d6e3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php', 1, 0x00000000000000000000000000000000, 0x9329921af0358f3883eb92ae3aadea98, 0x5290cfd27dee5ed84ff08c0dbf0ef4b8cdbaeded33c8d70bc0817588a47de742, '', 0, '?'),
(0x1e7e2108247f5a32ba73b570ca817f03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php', 1, 0x00000000000000000000000000000000, 0xb27bbefd2283c66f122459bc6a388bc2, 0x1429036fa2b276328830719aee48103bd5accb0a13c22ca4e7fd196b8e8b44fa, '', 0, '?'),
(0x1e7f4e37d936680da0721d5736c28ac3, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php', 0, 0x83b3c09972c05428140e6ffbde41e98a, 0x83b3c09972c05428140e6ffbde41e98a, 0xed1537a5a5cb174a9d28c275756a50e79567c3b5bb52a802dbf7c4998be1fa82, '', 0, '?'),
(0x1e8063153ee016e7a0b35ecf626d9008, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_8.php', 0, 0x23b4ab5dd406022fb8103c9ff5cbc601, 0x23b4ab5dd406022fb8103c9ff5cbc601, 0x8080bf99b88e8bfd9b8aa744109e23d6fec6b7a2bc6daae99a9a57fac80a4b91, '', 0, '?'),
(0x1e80f780581f77e2c260f5e7cab2148d, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-506eb7f9754296e0e0d2c1e7648c5aae.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-506eb7f9754296e0e0d2c1e7648c5aae.json', 0, 0x7b1be5fab22b5577ab6e8c7aa64d2834, 0x7b1be5fab22b5577ab6e8c7aa64d2834, 0x22ed40b9423862be029cc0c85781ef77cccb2d531deb2c83472060ea8467d988, '', 0, '?'),
(0x1e8261c3f5899833c19388bd3b5992f6, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php', 0, 0x53536456b54e3041f2490942384bb0a8, 0x53536456b54e3041f2490942384bb0a8, 0xb30e1b030451034edd0366c457d0f1b3b108fa909283d9d5739382da4b4695d3, '', 0, '?'),
(0x1e839df3994ec608eee323f3ec57d100, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-javascript.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-javascript.js', 0, 0x836e7952f9caa4f7fc62994d105959c5, 0x836e7952f9caa4f7fc62994d105959c5, 0x5f30cb9b1a5d64cd5276f4c415c35d2fbd357a86015cb816b570ceb5bd841c24, '', 0, '?'),
(0x1e85c89be6f1a34061fad442fb3214e0, 'wp-content/plugins/wp-rocket/languages/rocket-el.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-el.mo', 0, 0xc595c8eb6615230b5b76a6647b3ac886, 0xc595c8eb6615230b5b76a6647b3ac886, 0xe358649d68ae9301f0da68b1134157c619aca2c5705e45beaf6670e5ba4cb878, '', 0, '?'),
(0x1e85f7d8a4fd118b31946e9089d394f2, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 1, 0x00000000000000000000000000000000, 0x068eb315b98d99b6058800a7c99ece9d, 0x29d5037c5cd43009c0cf9cb4977a541d029e9ba53c60433698b6a4f23ea7ac22, '', 0, '?'),
(0x1e8a8162652a01bfab2ea82498c81ec9, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x0a179491ef1e7b1b5062d1fb10151a61, 0x90bf5abbcc2a2f0e58af52aea7977b09096f18ac63fe4db56d6acf6e36c62cad, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x8c9c1f249819a9aa44a131de8e828bbb, 0x7268400828ebe81b999ec01dea2eda303d6c1a1a4d9812b43de33ab9c69e4413, '', 0, '?'),
(0x1e8ecb2c640224135c5ade9f5e5775d5, 'wp-includes/blocks/buttons/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style.css', 1, 0x00000000000000000000000000000000, 0x86b90336564fcdf5bc72f6220ae90aee, 0xd4a02253f71b5ca9675af35392a9d26c0cd0fe9c2b813f5ba1100d7f3632a566, '', 0, '?'),
(0x1e8ed76b132ab9116c1795fd6233927d, 'wp-includes/js/dist/script-modules/block-library/form/view.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/form/view.js', 1, 0x00000000000000000000000000000000, 0xd1ae0cbe1182e45b32a02cfbe9ef366e, 0x7d4f9ef724dd8a12c94483844da7a5b68a842afb17d76e9164e542d626dc6807, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xacac5f6259025a8a09ba393de6dea50a, 0x1d55a714fa88f2e9f46d2dd4d11f53c2f3c57a2bf43f4bc18aff73b01fc27edc, '', 0, '?'),
(0x1e94f32b4e913b24261ae41767a0b61a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 0, 0x0245fa4a73cd4071b14e0595423e0430, 0x0245fa4a73cd4071b14e0595423e0430, 0x3ddf46b3ba957c15492a35766881aee04fbfd7c2eb9c7641e7e51368896eb0a8, '', 0, '?'),
(0x1e95043408ca1a5a39ccb4bb8a83455b, 'wp-content/plugins/elementor/app/modules/import-export/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php', 1, 0x00000000000000000000000000000000, 0x346c4c3b08c4658ce7d4a1b2199ad214, 0x2249dd7cf8107bd82d4fd440bb621a505977a2e35943cbb145c7a49630b87e44, '', 0, '?'),
(0x1e99d55c820790fd5a36afc0970a64d7, 'wp-content/updraft/backup_2025-04-20-0325___90_c2bf3b577917-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-20-0325___90_c2bf3b577917-db.gz', 0, 0x871b457f85930ba4446cd8a61dc62611, 0x871b457f85930ba4446cd8a61dc62611, 0x9b10487f0d567b93fe0c2ee76e6e7c93195dfee74876c5a11b902702996d318c, '', 0, '?'),
(0x1e9e92492f06ec1c95e30a0919924611, 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 1, 0x00000000000000000000000000000000, 0x890331c5ad2618ef66abc6adc4696396, 0x3d4f6e21c483b96386bc62e8adbadec5eca7aff534800322bc3e258ecc93010c, '', 0, '?'),
(0x1e9f4b0c96a003d4f7b82f00f8bbaa37, 'wp-content/plugins/kk-star-ratings/src/functions/option.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/option.php', 1, 0x00000000000000000000000000000000, 0x2e7e94f21c6073e3a47acfbdf5e9c25c, 0x0604f30c1eec285483ed0d51bc66651168c27d0f33665a186ffb7905bae296df, '', 0, '?'),
(0x1ea15269eeaf8d4553fd365f89235c96, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.css', 0, 0x3805311d5fc135a34b316e3f1a7ed1e2, 0x3805311d5fc135a34b316e3f1a7ed1e2, 0x8b7d2065d3d04ac587e80b5f86ba7f3c1ebaa6bde1f58dd2186c64a76b8799e9, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0xbefbad55e6cf46e2c29f127b2fb7fd3f, 0xb5c848c8ccadb50c2dfe7bbcb97f7fc883a1cc72129a368c40aaec40353e08a5, '', 0, '?'),
(0x1ea212d2ff55802685c99f7cedc5bf6b, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php', 1, 0x00000000000000000000000000000000, 0x6bd217d9348190f2fbcf6ff799c08150, 0x1d3b865fc4640a93cdaaafbaa9af22dc97890dc242da74ea4f6c18e406602ffe, '', 0, '?'),
(0x1ea504e4ebcef90327847736c8bae662, 'wp-content/plugins/kk-star-ratings/src/core/filters/ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/ratings.php', 1, 0x00000000000000000000000000000000, 0xb0129cb3cc100a3c9d24fb6ba5751dbb, 0x6bc8d7b2b7d2715cd8d03c0409ddfd9d853090102a1531f709a06d5519b2a8ff, '', 0, '?'),
(0x1ea82d00615bede7e85117d83e0811aa, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', 1, 0x00000000000000000000000000000000, 0x95aa6e7106f2a0cfe4004d5f30ed8b4b, 0x9867847415578cbbdf7da91c05c2e49bd2549056656996589f9cf0f62bd45887, '', 0, '?'),
(0x1ead21622b65ea017a8880fc32ff7f4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1.php', 0, 0x83ef8eb917d4c01b238111e388cc9175, 0x83ef8eb917d4c01b238111e388cc9175, 0x0455b510d2ea942e1e70f7dfed4dba75530bd637898efdbd801d100916c1c795, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0x1eb5e8863610e449ebabbe5e5a124e2f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_6.php', 0, 0x74459ce25b46a7bf634e60a60251cc48, 0x74459ce25b46a7bf634e60a60251cc48, 0x8c136120ec3a8a10ad36c401890cb5569bf628558f78b4c9ffbf20051f83d1fc, '', 0, '?'),
(0x1eb9c769758244c71a0787e4bb8507d1, 'wp-content/updraft/backup_2025-05-18-0332___90_df5f8e81a87f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-18-0332___90_df5f8e81a87f-db.gz', 0, 0xdb37ec1d3465a0d84ec66ead82871190, 0xdb37ec1d3465a0d84ec66ead82871190, 0x02b8eec3c94c9e7c347f372b94eb7cf77653d7e1ab2dc0d8b60a2cc7f1dc9878, '', 0, '?'),
(0x1ebee2a07d52fa1edf936194d2e4913f, 'wp-content/plugins/td-composer/td-multi-purpose/less/general.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/general.less', 0, 0x925ddd410056b687d0ad97053614ac22, 0x925ddd410056b687d0ad97053614ac22, 0x2f1a896015af04fa0a2849afe8bc93f4f9fec6933215c8e9f5401f69ea03b0d2, '', 0, '?'),
(0x1ec6110ba9e7e9a84744f35ef34a4db3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', 1, 0x00000000000000000000000000000000, 0x7260aa184b67d32d6536c8b2ba47cdf0, 0xf46561086db12a4eccc9afaab94939a251442f8429a5067f6b0008b9d64f4219, '', 0, '?'),
(0x1ec750136cb8ad0451fe178d9a33a86e, 'wp-content/themes/twentytwentyfive/patterns/comments.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/comments.php', 1, 0x00000000000000000000000000000000, 0xa4eec87b0e5c768d5fe24ef1af4ad775, 0x966ee4a443cbcb4ae95bb6c86ebc0a6faba10219beaaa18cae9be8678ea42223, '', 0, '?'),
(0x1ec8613d6ae6d01d26782b5a7cd003bf, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/expand.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/expand.php', 1, 0x00000000000000000000000000000000, 0xf95fc1edacc1e6886818d75014a60f74, 0xddb78dac854027adb0969f587ab7f6d88130f3649ca6adc532b23892df3ca449, '', 0, '?'),
(0x1ec86b4b4e3a81a2a774cff07de120a7, 'wp-content/plugins/amp/assets/css/admin-tables-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/admin-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0x72fb803d037274c3f43a72eda70db331, 0xfc824c5d86688d97e74a131d045c07abcbaa9f0d90a5729bb0394b36b54b47f0, '', 0, '?'),
(0x1eca6bf2efb12bc0583ed4e7e843af85, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x35e4e61effd47d1a3e7cdb209da77102, 0xdc0b34d526357232740d8f6886f0475870e3ff322ad9f727f8c199833b800895, '', 0, '?'),
(0x1edb4ed8c78e65e79e14b2bc35307f1f, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php', 0, 0x2fb5b600923e2b61094964b3c0863822, 0x2fb5b600923e2b61094964b3c0863822, 0x46c24e6c6fb40447a5cbf9c3577af0a63f5ab7b30c500b82446451f1cd3aa3bb, '', 0, '?'),
(0x1edd2205c73c0969a074f7df0c0626dd, 'wp-admin/css/colors/modern/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors.scss', 1, 0x00000000000000000000000000000000, 0x26f90f447f1997fe6007b67fbd61311d, 0x0207e7825c7301732f77915a5d29ce1a097f9b60acaa40cda7c067ff9dddab29, '', 0, '?'),
(0x1ee0fdd03f4c07a269e0c065396c748a, 'wp-includes/blocks/post-author-biography/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style.css', 1, 0x00000000000000000000000000000000, 0xca82bdf5dbdc6e58a08227b6e3275855, 0x8fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e87, '', 0, '?'),
(0x1ee798e25030bdd4772d750db7629daf, 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json', 0, 0x8456f68f4b40188ddfe3aa35eec077aa, 0x8456f68f4b40188ddfe3aa35eec077aa, 0xaa2d6f59c3ed0eb3eb13259466ae0d7e5194f6e9bd99af3316a09461a32acd0b, '', 0, '?'),
(0x1eebeef5b9ae2062e67b589464076df5, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php', 0, 0x15d43eb4c8ec8070ffdcd606544b6aaf, 0x15d43eb4c8ec8070ffdcd606544b6aaf, 0x4a9571de703f54875eb633938569ec6ef0555ab4ab3af0eeac1e01160694d20c, '', 0, '?'),
(0x1eefc80552f6617ef16a2c7256177f4f, 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php', '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 1, 0x00000000000000000000000000000000, 0xb3ffad91a638b5ae4ce14be46499a528, 0x3323416a457299355d9f9a119a53ca74cd75d566b61fc5297302fb1714c3c7b1, '', 0, '?'),
(0x1ef5f373dfb8e48b178eb34acaf104ce, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments_count.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments_count.php', 0, 0xa3dac8b53e7adbe0eb710696dba3a7ba, 0xa3dac8b53e7adbe0eb710696dba3a7ba, 0x951cc6d60d022a115278464f9d86581d8dd9b29eba8e94519b808652d583ef14, '', 0, '?'),
(0x1ef8cca7d4dd68585bd0079328b484b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_6.php', 0, 0xe756addef100458492105a2dec719483, 0xe756addef100458492105a2dec719483, 0x2c76e2ded60be96dc3fafb791d46074d19d45fb783ad8017f9c2022f0453ac61, '', 0, '?'),
(0x1efba830776360d817a33738d41f9f4d, 'wp-includes/blocks/gallery/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x331e4a9944d4f48446c4adfa7e32f53f, 0x6b52458c4c4d9ae2e858e4ca5d6ca094a6662c89a8c72a68d04ffd497bd9ed1f, '', 0, '?'),
(0x1efcec34a6a1f2a6a8d30474f6ffc97a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1eff8e1a815accf30f5a085e03201821, 'wp-content/plugins/td-standard-pack/Newspaper/searchform.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/searchform.php', 0, 0xe77a4ca0ae27d00a3a8975aa02f1b303, 0xe77a4ca0ae27d00a3a8975aa02f1b303, 0x7a6d8b1ac2a28f37a34c1ddb4f36c3faa21bd304b7eddbc7b616faf5b02f07d5, '', 0, '?'),
(0x1f01546a3bc9dbf8ece7f571c445265f, 'wp-content/updraft/backup_2025-03-14-0324___90_27e1457de741-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-14-0324___90_27e1457de741-db.gz', 0, 0xfa8969054114a2c58f94d0847df61095, 0xfa8969054114a2c58f94d0847df61095, 0xb66544f5aeb556dcca1c3c911f4067188ea97272157d7c2100232486b29713d7, '', 0, '?'),
(0x1f02ceb72a85ff89d0bca8bc7af02e69, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-presenter.php', 0, 0xab3c46441449038305d02821f27c4743, 0xab3c46441449038305d02821f27c4743, 0x82586c391d27399a58a2378a5a5aeb0837bb8d4d2a00d04018eb59aa6ea9549e, '', 0, '?'),
(0x1f045d57096662d626ba980843b42c4f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3_no_content.php', 0, 0x2372a24d98cc9fb6d59cfc7ab4b5d72a, 0x2372a24d98cc9fb6d59cfc7ab4b5d72a, 0x491328471966a9cdf5e3d4e440c84458665ad8977c7731589fbe57462bc9a3e0, '', 0, '?'),
(0x1f06e1b9a8900a2df24d752f2482416c, 'wp-content/plugins/updraftplus/central/listener.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/listener.php', 1, 0x00000000000000000000000000000000, 0xccd483b27cf71267f559cfec5d9c1759, 0x73d4187a17bcae6bfa174a2648fa10a38602396f92b75d67e884121fa79e052e, '', 0, '?'),
(0x1f06f5b2db9c47842c09252ef707ca90, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-18.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-18.png', 0, 0x66233a1668be7f28c8ed94f7c602d881, 0x66233a1668be7f28c8ed94f7c602d881, 0xf39d59217eb15f893aac4a928896d19503f66853a34dd0ab0626b0f72bd55dba, '', 0, '?'),
(0x1f0b74c6c5e2c9f463b75776597ba5a0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-right.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-right.png', 0, 0xcfa45d9cb3829f608e714523b86b0e23, 0xcfa45d9cb3829f608e714523b86b0e23, 0x8ac6aeacbe9524ffd5cd6ba5b52a5af00df1cd65e9d86e1442cd82b67d3f1e7a, '', 0, '?'),
(0x1f0dd2711bb48197a2fdea550206c4eb, 'wp-content/plugins/updraftplus/includes/class-remote-send.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-remote-send.php', 1, 0x00000000000000000000000000000000, 0xd448d1d538a212ad792d1fed736b215b, 0xbbaed449ab775dad4143dcb8bead18ea667d8f6959fbaccfd120f4f0966179db, '', 0, '?'),
(0x1f105034c62999d43f7c8c0780a8fed2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_4.php', 0, 0xed0f16dd19a1468b604cde0b5be92520, 0xed0f16dd19a1468b604cde0b5be92520, 0x9ada7593982207e86ca4d5b8ea566ef1a075e717d37bab10c4b6d147f7b06877, '', 0, '?'),
(0x1f1429419f3d3fb813ed83f920c8dcff, 'wp-includes/blocks/query-total/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style.css', 1, 0x00000000000000000000000000000000, 0xe9cf723c58c70a785f286cb322decc49, 0x84662e644cf3f8f44a2066ba63557d640f2e8cc4719f1ebb33740332b5e3a4a6, '', 0, '?'),
(0x1f162de4ea14a7999cd7368e2a511e0b, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-image.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-image.webp', 0, 0x821242d3836517cec62075830b9a442e, 0x821242d3836517cec62075830b9a442e, 0x5dd2d0a8db227fa4197ca7b82f520480a7915b701e963319a8295de741da9894, '', 0, '?'),
(0x1f19e5de5789cccd707a03aed9501cf4, 'wp-content/plugins/wp-rocket/languages/rocket-hu_HU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hu_HU.mo', 0, 0x43e51c528664723a075b4372e6541ff2, 0x43e51c528664723a075b4372e6541ff2, 0x8fa3a876ba563a33e49bf98f1b3bad3f96f417dd747bae28e836ab2e5c4cfd59, '', 0, '?'),
(0x1f1ce0f99b422cfbf87a9e4e741baabc, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-exporter-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-exporter-interface.php', 0, 0x420d3011786678c0fc6136ac476e4548, 0x420d3011786678c0fc6136ac476e4548, 0x5e012d9f13e7836a0b5e8a26c16713fdd1cfae40840b5d34bfbce5bd0d1f8e0c, '', 0, '?'),
(0x1f23aa3a991d49b293e5fc0f0d0d2028, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php', 0, 0xd9ebe65e3eb60c8fa18e872f9b5208c9, 0xd9ebe65e3eb60c8fa18e872f9b5208c9, 0xc97c65b859ef61ffbde01e0b88b227d6f658b1351572d0f74215a2fdf9d3bb26, '', 0, '?'),
(0x1f258dbff2d2e49efb325c829f6a6bef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_3.php', 0, 0xedee8febe45f0f98e37ee14453c34af3, 0xedee8febe45f0f98e37ee14453c34af3, 0xc65016ce5c1efc795e2e5b403f2c2b101221459b905115601a834abf16e734a5, '', 0, '?'),
(0x1f285132dab7af3bdc322b6bd7b52bb4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', 1, 0x00000000000000000000000000000000, 0x1210d2021248f17b8b86b6cc09d7680a, 0x1382e27a0bb68947f2cbc8a0d46c007f8eb249a0d9baee2e47a85811f610b9b2, '', 0, '?'),
(0x1f316de951e045ab0e35ba2a44d326af, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/shadow.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/shadow.svg', 1, 0x00000000000000000000000000000000, 0x1c12101aacf4df427fcab3d3b68074f6, 0x73c800dc638ee3d11e42d65b19a380e5873a991b19c0966f91808afe8f4a40ee, '', 0, '?'),
(0x1f31e038b25520e8e4855b7e6e7b7383, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', 0, 0x45d75274b0a948409b47eb7156561a63, 0x45d75274b0a948409b47eb7156561a63, 0x299eac7d3309c408d52deed5d26819532c159d99a2c6ca872fd7975c124ed8c8, '', 0, '?'),
(0x1f35699286a97662ccc3407e29e10b93, 'wp-content/plugins/updraftplus/includes/updraftvault.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftvault.php', 1, 0x00000000000000000000000000000000, 0xc41be00c04f4e36db00d3bdc783171b3, 0x2e1788205728f3f75eb9b3b16aa294ca24684b8e82cf1cc5c0eeccb559c8ee23, '', 0, '?'),
(0x1f39686cc044ef1d8a4dd058720895c8, 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x18c83ba6dae51cfec87c46d2520f3bda, 0x72a8035aa3653928dce11c55ae96dff28eb4808f83e2eef871690f49f040fa86, '', 0, '?'),
(0x1f41bcf19fa7b6bb95662a6bbd10ecc6, 'wp-includes/blocks/navigation/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2cf4358918f5cd6d5d5bbeb8f21b2f0a, 0xfbac0ba927e244a19def966422b21701dc72a3b4dff07341bbcb9b32eee24129, '', 0, '?'),
(0x1f42d69ed9c60d817f913b13da95719b, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/event-rsvp.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/event-rsvp.php', 0, 0x3df846ff26c90c9ef4bd39c5840b4710, 0x3df846ff26c90c9ef4bd39c5840b4710, 0xb2d5d93f4e0bbdb55977c52b09834b7cdbf926bd21e1b9b75657aae4aecfd867, '', 0, '?'),
(0x1f4cbf90d7f1a4354d9053594bd216c8, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x2c26356d0931af9ca0de5d8facceb87c, 0x31352d5d04143a2f5e0e704b922ed2f5e1e0e29e9b1f749056eebc3e21a89c0f, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0xa947a27b0dd3289d374e0e44c53a57ca, 0x71ca32e5d5b5c2d0fbcfa23e1b720fe391374e6ae819a40944975e83ef41350d, '', 0, '?'),
(0x1f4ceaba1c100f588f47bfdd9b3589c2, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php', 1, 0x00000000000000000000000000000000, 0x915bb39bd9b33d7a2c7e493b41cbe235, 0x078732f5236c1c14295792393e9becbcebac478ca3b79394c2022a3adb6c3530, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xd20e8e3f7565d3067744953a9eac45ee, 0x19eab0c3ceb60c881ae0de29761203a2b5d57647ef189f2ce968fc2f97d38884, '', 0, '?'),
(0x1f5025d98eb7ff7823beecd9f4710b97, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php', 1, 0x00000000000000000000000000000000, 0x2a988d03e04d7847fb45022cd8b27e76, 0x40fcdf1fce4af23f0bd052b84baf62c78cc0183418ca97c94f542774ca6fc0f3, '', 0, '?'),
(0x1f51f8d1ee8c1c4cd72f56cc40f36755, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0xdc7dda00cd989f4b33e219f332cfa320, 0x9384795d12eefef839bdcf59b3261d1812cd865ee4e3c47c05b3a99c578a2883, '', 0, '?'),
(0x1f547eb0d94121ced49ad8cae82bb76d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1f54cd7c83c93d3fab925cf141389c97, 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.asset.php', 1, 0x00000000000000000000000000000000, 0x9267c90227a1f54d9aa2a0bc518cdd96, 0x4d4eb13765307b94c11ac03cf1bbd0b20f4e2568e471be781ed5098e9e208f84, '', 0, '?'),
(0x1f5c0d9d93250c1e638ad584dc3db4f3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php', 1, 0x00000000000000000000000000000000, 0xc9ccb273ec06813e47fdf580ad25c1e3, 0xd0c4634b3178c0e72a722bd5ac87ab82b7d3e69965cd328b6bc7c91dc9924cd0, '', 0, '?'),
(0x1f64328cc780ded9f1e2aebe4eebd072, 'wp-content/plugins/wpfront-notification-bar/templates/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x1f656d1fac1e6b6cb6e946356f6b0bc6, 'wp-content/plugins/td-cloud-library/td-cloud-library.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/td-cloud-library.php', 0, 0x85c3f4e4f11d99aadc32a8dd99e029dd, 0x85c3f4e4f11d99aadc32a8dd99e029dd, 0xc58405fdf4854306eaeca47d4271efeacd5c8d7b2154cc6a09a906786480669f, '', 0, '?'),
(0x1f6e517f1043adb4f75f1b24f5c8e90f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', 1, 0x00000000000000000000000000000000, 0xbaf4ad91fbc41481bc565f6b0079c4b4, 0xc4e476f72c877234578f8170d00e9e0734b7c3bb2ad94cbd7d78c34658182f93, '', 0, '?'),
(0x1f71c478bdc4e6c1e79bb6605b3d7f93, 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.ttf', 0, 0x93cc7aa654ae36b0828716f5ec3159cd, 0x93cc7aa654ae36b0828716f5ec3159cd, 0x67246f1f195f1539392b5a800a1fe89388dd6ebde4f17093cbe4db4dea6398ea, '', 0, '?'),
(0x1f71cb579226c12be5880932cb3a9e3f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_4.php', 0, 0x2d4394904a2654861d795ec0d8f553e8, 0x2d4394904a2654861d795ec0d8f553e8, 0x365b7cf55d3acda6863b86af35f3edff58b309664d858e556116793510a9b420, '', 0, '?'),
(0x1f72f409da65a2c2fce2965a9cfb910d, 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xb9a4cacb63605438e8628a0d7f7b920a, 0xbf0412864b50c51a6bd6663d488cb07ced7052cd42f5ce8500b3676de9a63cfb, '', 0, '?'),
(0x1f745eae20501d29f0ac71b4cf0f3907, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_10.php', 0, 0x9e9908d0a5b2c89ed990cf84092762df, 0x9e9908d0a5b2c89ed990cf84092762df, 0x61e0ea699e4287112eea42c89dcef742c487c9d090f39327d870668148149ad5, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x1f74d1b8da0affa3fe0f8629a376932c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-vertical-header-blog.php', 0, 0x80e3fe7238b4e0960dfc0ac02a8b5875, 0x80e3fe7238b4e0960dfc0ac02a8b5875, 0x3461135e50aad4cf782800509a6f4b6043b2bfd2fbe2d9c038a2b64ecd5b23c8, '', 0, '?'),
(0x1f780dfad874ba2944f4b1665304b999, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_5.php', 0, 0x631a7528b47d506dbe6904b3627781b1, 0x631a7528b47d506dbe6904b3627781b1, 0x7e5f7ee8db62e3a75a580735e19a9dbdb5832cb974e7a69328161839969b484d, '', 0, '?'),
(0x1f7f79e705f3633dc26850df7774ce6c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_panel_settings.txt', 0, 0x710a957969490a70b830b325b8b51300, 0x710a957969490a70b830b325b8b51300, 0x6facd873379364bf01b7ab4e3ad487d766277ac166380727f6deaf9c5d53c083, '', 0, '?'),
(0x1f817428c63c7501aa9795c6dbe62162, 'wp-content/plugins/elementor/assets/js/ai-layout.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js', 1, 0x00000000000000000000000000000000, 0xa8040852ac0b5d26e3cbb6b5dea49040, 0x8da08e2c80f2786f55250e5681d15c4f091826ea69c39e813aa57cfe0820c6d2, '', 0, '?'),
(0x1f81a552ab82cb39eead422212fd1344, 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_3.php', 0, 0x312d853e505225dba4a0cc7fd421d272, 0x312d853e505225dba4a0cc7fd421d272, 0x9a43d1fc282c45984d56c9e2076b66d68b7a5e2ff41fe919bb1651246e3097c0, '', 0, '?'),
(0x1f82e283d751176a0e0380f3293e3ffc, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 0, 0x64b3fa3b8fa19562caac6990273fc822, 0x64b3fa3b8fa19562caac6990273fc822, 0x816bb3a7a5a393186528183847e1d263662efa41047d32cf2fb0658cc3affca4, '', 0, '?'),
(0x1f84e48e9da151f30ceda48f2f7c5b53, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Message.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Message.php', 0, 0x9594664d8b194b6ca2adc2d307d86f1a, 0x9594664d8b194b6ca2adc2d307d86f1a, 0x1473d5dcd0d4b02842c08f5411e0608d8ae1df97085569825c3493b4b6e00fcf, '', 0, '?'),
(0x1f912b8364a7e623743f5c4f2c6bfa30, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2.php', 0, 0x29324075e2c456cf24bc8dcda4250df3, 0x29324075e2c456cf24bc8dcda4250df3, 0xb39041925e3e270af1dcec4ee13bf6aa6b6916fd55ad91a02f2b0ab06207692e, '', 0, '?'),
(0x1f9426ea6e0a9c32e61c42690e2c4bf3, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php', 0, 0xc0b2e09a90d799618635449154cdfd6a, 0xc0b2e09a90d799618635449154cdfd6a, 0x91db3e79ad10ed1be853e86df87c6a7aa505f695a50ae2791ffa24f34659d101, '', 0, '?'),
(0x1f963f430bf2399c372959a65e1b0b23, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_panel_settings.txt', 0, 0xa89f9fc58c75a2bf1529dde1603e8810, 0xa89f9fc58c75a2bf1529dde1603e8810, 0xe567ee6f7f4f2811a7855349f3b2bcaac3d52de182b14c395536099b0285feb6, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1f97cbb7570d9d34f1f7f4fa5a5ad9ba, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/title.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/title.png', 0, 0x5f12301a2a2ac4669b4ef462dfac5c30, 0x5f12301a2a2ac4669b4ef462dfac5c30, 0x27a4f4f04f2ca1d3fb1660c75c709177d180c4b6308d55b9ed4ca4e465a0e53a, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', '/home/abt90iranbet/public_html/wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0x1f98b050d8ec65f92ba7c292f791df66, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_1.php', 0, 0x1193e843cf2bdd87fba08d8274d21a95, 0x1193e843cf2bdd87fba08d8274d21a95, 0x7ce9f72a93fd9af54ebe4cadcdb9c0f1ce96e6cef1859ef636d0c3e75eb05335, '', 0, '?'),
(0x1f98ee206e71bb90a714e9471ebf79ff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', 1, 0x00000000000000000000000000000000, 0xd8f39757916347a6575696e970aabaef, 0x533d6dafc2cfb968fd2e077c1005a4d3e94ee4f8947f6ab83684dd84d33f336a, '', 0, '?'),
(0x1f9de1f7169fa02009b1ca025c169841, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 1, 0x00000000000000000000000000000000, 0xebe41c04441c86a0e73f9ea98b2354c7, 0x0d180b048d292d054e5f30d2d55f14cfa3d179d35af22d86a203fa0e5e997041, '', 0, '?'),
(0x1fa137c095f22fbdb991869cbeefc13d, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php', 0, 0x893fc6ae5b9dbdae6128013f59daa9f8, 0x893fc6ae5b9dbdae6128013f59daa9f8, 0x2c9ac0530f78ceeaf6cc27d136ff89210e8c638b225e19c85ec70fc54845c6e1, '', 0, '?'),
(0x1fa5aa8b3a5e8413532e35af21d0bc7c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block9.png', 0, 0x27e3ab2af0ccb478cc8c478c79ddae60, 0x27e3ab2af0ccb478cc8c478c79ddae60, 0x99a740a54687acb2e177065dc4786f1e8ee18b3cf48e251b6959427e484ac929, '', 0, '?'),
(0x1fab7eed48d6c380713ec255262a21a1, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 0, 0xfa97401b0cbbcbed93cc2d6d62cb6a61, 0xfa97401b0cbbcbed93cc2d6d62cb6a61, 0x28966b1fc9978ec98cbddd30ad22aaf3d3d6de768d2065ba5d155d6bedca0fda, '', 0, '?'),
(0x1fad47671840488a37b159068afcc185, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_9.php', 0, 0x7c1c4f0f1c670450a4b168a5655880de, 0x7c1c4f0f1c670450a4b168a5655880de, 0xfa9aa94dbd4a12bdfaf1f749cecd1e39d5df8088bd1c6a565d53ed5835c6803f, '', 0, '?'),
(0x1fadebf94ec5847a1302b1ba9623c2c8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 0, 0x7e1c1332c6434c46725456a488ce3302, 0x7e1c1332c6434c46725456a488ce3302, 0xfb3d3549ffeb3b928a3ab0b855de52a578b0058a7a06a6967ecb5eb383928995, '', 0, '?'),
(0x1fb584704e852b326138488556f09236, 'wp-content/updraft/backup_2025-08-13-0349___90_1957b12823a8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-13-0349___90_1957b12823a8-db.gz', 0, 0xd047618fd4bf8680c86a434ccf53aa8d, 0xd047618fd4bf8680c86a434ccf53aa8d, 0xa32eb8e8705bf0041b091a219f4d047765b4008c9f493fa88d274b8870f61154, '', 0, '?'),
(0x1fbc557abc0606961fb1fa9f449ba1be, 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_4.php', 0, 0x1276c3233e367b5a713e0b79774ff8f0, 0x1276c3233e367b5a713e0b79774ff8f0, 0x94680dfd4dbdfce70f7ea9fcaa6ff30c07b1c6a7fee47bebd00afa370ada4e9b, '', 0, '?'),
(0x1fc191adf4bbfe421e1702b94331d361, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php', 0, 0x7b5904a3186e289d83bccc0c99fe90d2, 0x7b5904a3186e289d83bccc0c99fe90d2, 0x3f772204ab2cac136a4c1d8af261c82b1e73d1ca685f4c1ea9247f78dfef50f7, '', 0, '?'),
(0x1fc1c59cf5e5fa829bd34312761c1a63, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box2.php', 0, 0x65929d2882abbd960150db0a372cad07, 0x65929d2882abbd960150db0a372cad07, 0x114f6ddf2aef618fa0b4186da1c2bde5e05fcfedc1454288a3182130c6f95a0f, '', 0, '?'),
(0x1fc464912469813b289ae86ee2eff30d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2.php', 0, 0xe82c65d5abd4b0af1445cd1d635e91df, 0xe82c65d5abd4b0af1445cd1d635e91df, 0x932ccdc88024bb494403b8ccd7c86edc73f0bdc154b8251e956fd02489e0cb48, '', 0, '?'),
(0x1fc86c504bc065d60abfe9a2684a9d3d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_7.php', 0, 0xe87a83b9daa04383fb44f82c32709a33, 0xe87a83b9daa04383fb44f82c32709a33, 0xa2b6fe2b1e17c2fd231cb5fd8f43f9fb6ff916ed07b52773592da778c89f1e83, '', 0, '?'),
(0x1fcad44ff3b3e06e5c7eecc599b2a01a, 'wp-content/plugins/wp-rocket/assets/img/logo-webp.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-webp.svg', 0, 0x50562f5f3e03a816ea15a6dbbe8daf87, 0x50562f5f3e03a816ea15a6dbbe8daf87, 0x65c4de175dfc8071f74114c1b037d8f4f4079b665f0f2c95dd130b9101f0a582, '', 0, '?'),
(0x1fd36bd2037ea593e0e9468e0b177acf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_panel_settings.txt', 0, 0x5b5b5e915aa800c7317fa6d1d37b67e5, 0x5b5b5e915aa800c7317fa6d1d37b67e5, 0xe79aeba5c4f534fa9ae5f2d8883681d6f215a0ffd3cad17c0659fb6b9c2cae2b, '', 0, '?'),
(0x1fd3e088f834d56df12ab4d1e0b5b97d, 'wp-includes/SimplePie/src/Restriction.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Restriction.php', 1, 0x00000000000000000000000000000000, 0xcd492ea9fccbab777ab252341c9caeb6, 0x659e06399c6918d8e8debf1295429d0b028b8520bb3b5371016bfc35849ab3b1, '', 0, '?'),
(0x1fd517014915db3c1392b50ebd293231, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php', 0, 0x78688352b84a2cc3a357596da8a4f95a, 0x78688352b84a2cc3a357596da8a4f95a, 0xdc2c3c4ed254b0f2e26e38d2f675f3fc6f83edc2ad3b60f153c852ce94168070, '', 0, '?'),
(0x1fd710aeacad3e2d8bad21268f55fec1, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js', 0, 0x50c9e6521f33e894acbb350379283cf5, 0x50c9e6521f33e894acbb350379283cf5, 0x328fdb030039babf84cd22ce056f27ebc8aaf2fdec279771805f4ed060bbd164, '', 0, '?'),
(0x1fd846d5b9ed6321373147e6e764c41c, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', 0, 0x0932c57a418cedcc6b59d41418d60d57, 0x0932c57a418cedcc6b59d41418d60d57, 0xbe2b98ea4a7e6d59b724a2dfe5a0da3607848b382f9a67c1e4d13461ca062280, '', 0, '?'),
(0x1fd8826984d73ec7ae8c9013edd164f4, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', 1, 0x00000000000000000000000000000000, 0x156309103703fd7acdf491c014d358b6, 0xd835fae48a36976e615a5b70544023b8037c100793b452e7636940a3f53a688d, '', 0, '?'),
(0x1fe448761bdceadaee7ad0459c225a47, 'wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', 1, 0x00000000000000000000000000000000, 0x803fb520b523c80a5cb323c2673bda96, 0x2d89dbb65f0829caa3b9f64a3eab77b53bdc7c605a92e7fbbf6eaceda961ae93, '', 0, '?'),
(0x1feec37b2cad618552c9070af8ca7391, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_6.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1ff0933fbd00d2d56ca00fba97ca2efe, 'wp-includes/class-wp-application-passwords.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-application-passwords.php', 1, 0x00000000000000000000000000000000, 0xdbadcd5db972f01422f51f20e4fa01b6, 0x7a163681f550dbacb651728b98d0fb47d65003596982fb30b26be5cd9dc8e71c, '', 0, '?'),
(0x1ff18c23bbda0660327120d9764cb9e6, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/overlapped-images.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/overlapped-images.php', 0, 0x6fad3ebaa06955565d83c099ff1e88fb, 0x6fad3ebaa06955565d83c099ff1e88fb, 0x5cf74354c3290638f05b46b4e42606fe88da1c6a62dcd2bbf2ab7c10a45bcb6a, '', 0, '?'),
(0x1ff1913c0a44d0132c74d8d23894ae7f, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0xc6ea1aff1de4231c937abaa7a64be6ae, 0xf26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aa, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 1, 0x00000000000000000000000000000000, 0x208aeffed600b0223e793e3dc0aea3c7, 0x7856512f077d801fe790be3a283326fed1e5b92508a2185591a44a6f01aaff43, '', 0, '?'),
(0x1ffbab1280d8e9146f8e12521862adfe, 'wp-includes/js/dist/url.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/url.min.js', 1, 0x00000000000000000000000000000000, 0xe88f3720d469457ae17d5276814dd0c2, 0x6133d4e5a5cfec82a47b9c30c80d593dfc2629c15fd1975113e71be806a4e1eb, '', 0, '?'),
(0x20039c8854e3f444d7ca4421e6196cad, 'wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo.svg', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo.svg', 0, 0x198862c8d727f168fb32eb20b9807e73, 0x198862c8d727f168fb32eb20b9807e73, 0xb5eac16da4a612e912527ad182713e6b4b0938e597c8d867f7bc6cbbe06f406e, '', 0, '?'),
(0x200a253a74810d10fe01a0da36457f60, 'wp-content/themes/Newspaper/translation/fi.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fi.mo', 0, 0xeaa64590ccc13c5ec6fa20a0a5c9ed84, 0xeaa64590ccc13c5ec6fa20a0a5c9ed84, 0xe71d9f63e0412c7c66d8f85e445dc826b6f058ac5ae923c8230ef158e100a4a7, '', 0, '?'),
(0x200de99ef8b72de8557a9c0d0ffe614b, 'wp-includes/blocks/pullquote/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x84b954d65f57bf31fdab3d22ea300413, 0x9d25380b214b8148d3841d428003099aaf450d3cdfaca2e177583c86acf857ee, '', 0, '?'),
(0x200fc00ddea16753e7580edae181983c, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/abstract-geometric-art.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/abstract-geometric-art.webp', 0, 0x3dd1e4ce303e03716bbdb2a5f2640855, 0x3dd1e4ce303e03716bbdb2a5f2640855, 0x788b72f6c0ccf8f00bdfa6da94ce07d58f61bb2c6e3f87bf206875374b498d2c, '', 0, '?'),
(0x2010cad85e46fbda7db269c81aa3f47d, 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php', 1, 0x00000000000000000000000000000000, 0x7a56a4c6e3760bc47fd68bd0d8e2c647, 0x8824a811a523fb767af52ee81390bec50495ecd1ce56a34f638b472286a84e02, '', 0, '?'),
(0x201755ced3b4dc0478460cbf66b0f93f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x2d8fdd94b0632139bcffa4a4c542d134, 0x7f89a68fcc21c3005aa67ec0980fd67e15cffdd04f322221220d8fd7c583fb96, '', 0, '?'),
(0x2017fa5762c69c9333363b827d23fef6, 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 1, 0x00000000000000000000000000000000, 0x1cf2395261ed3221fa6df8987694d5fe, 0xd48f15a8533c9e555b85211124933d0afcaee40f05a62e0556231cfe52c51035, '', 0, '?'),
(0x201ce8e1c9893ac918739e187b313cb6, 'wp-includes/blocks/embed/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3700cb10748ff4acf6eb908792147f06, 0x96ddfd147a9525135e60a438edb15ca8a86f1b95520268e5eb708a07cbbc26d1, '', 0, '?'),
(0x2023718ac7d32e4718edcc28727ebf98, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php', 1, 0x00000000000000000000000000000000, 0x0d64ac831c6329a9331808e406f77d9b, 0x0c72abf600e9adae329cf3eaefb9fbabfced1dffae1c2b6cc3ce89271e984e7e, '', 0, '?'),
(0x20271f448a0f0379976c30de262a47fd, 'wp-content/plugins/updraftplus/images/addons-images/sftp.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/sftp.png', 1, 0x00000000000000000000000000000000, 0xa42830e587933959107561a53adcaecc, 0x671f3693462db3273150fb03cbed5dbc30b79f37a569a4eea32ec850f3df2706, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xc2b29d8a0822c741d978216ba8a9e3b4, 0xdfdfed67b80bf1afa560a144c01b729512a287b545b495ea62aed3168041b810, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', '/home/abt90iranbet/public_html/wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x1e64edc116dc7a3ae26fd969afb4cbfd, 0x86922996e1de8fa0e2a2447653f66cd5601988b283aab62b3880a26b7b5c1693, '', 0, '?'),
(0x202b94b709a2b1faa07a28f2a6506c90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_panel_settings.txt', 0, 0x3e438281684fda6b8ac8411badfb4a7a, 0x3e438281684fda6b8ac8411badfb4a7a, 0x6cd6c957e55b79be380d02adfb6d66981d1f7ecf9c3cdec65017fbd2160d7952, '', 0, '?'),
(0x202f332c00308ff4d7d21a47bb1d34c0, 'wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.js', 1, 0x00000000000000000000000000000000, 0xb06ee33dc52b72a1ec275c7b5e224eac, 0x830abe4bb53965a7564b1115e7342ac01c3f86b97c25d5f87437a94d4c77ca66, '', 0, '?'),
(0x2031ca48a0e414de9e847885190c4862, 'wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 1, 0x00000000000000000000000000000000, 0x094a1267c3d957717a334002ba7e10b7, 0x1370534568603a49da772b19b338d4e409765d5a7773dc5c99707f922974f602, '', 0, '?'),
(0x2031d4f35721f7fe8569cec0b290b964, 'wp-content/plugins/kk-star-ratings/src/core/public/css/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/css/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x20343d2b469a7fb45b5df230ff4259ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_6.php', 0, 0x8524e8f7f04c8af7fdac16a1c3c8b7db, 0x8524e8f7f04c8af7fdac16a1c3c8b7db, 0x97c4e53e59fe612f09f732aaa8d4564be3e4a259f8f3aede6ee9a9bfde262a85, '', 0, '?'),
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, 0x00000000000000000000000000000000, 0xf7f88ca489a729e58d9ef0dc55e18dbd, 0x10053d65e0af3a9dde7a297aa13a04f05d3a9ecdbc40cc7bb400fdfe95c6e8dc, '', 0, '?'),
(0x203da6afc65f1f8acb5e26fe36af3291, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php', 0, 0xa19a7b371f952c906fa7d1aca0bb1d19, 0xa19a7b371f952c906fa7d1aca0bb1d19, 0xe5e4bb2720b39fe6a5b5406cfd7b1b7b8b55ac15bec30af26c9e548b8927169c, '', 0, '?'),
(0x204521ed06c1052a738886fd60479b2c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/demo_style.css', 0, 0xd15e8dcdae5a4e454144c66fc0cf0c3e, 0xd15e8dcdae5a4e454144c66fc0cf0c3e, 0xcd10272b62280e14840ca6f1c3a54caede6fd308fb1bde177542cd6bfe14a38f, '', 0, '?'),
(0x20455e67d9132798120cd4ad66514491, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x3f357a698c44a0052ae9f1feab72ded2, 0xb1719afab7b62e9b44ecf00d2518a715ae00539112d95024006796bbd968d7d5, '', 0, '?'),
(0x20458bcef3f70c68dcbad12f5542d3cd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 1, 0x00000000000000000000000000000000, 0xe14017653feaf5a2818c03214c0ae823, 0x66a2a78cc52b56d9849ce3501b1a7a06851206edde3d64468e44b1ea205bb7a7, '', 0, '?'),
(0x204795660d615b566a7d1517f4f6911a, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Message.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Message.php', 0, 0x45f1f9d7cc3acfb878c63a9053e39f0c, 0x45f1f9d7cc3acfb878c63a9053e39f0c, 0x15d1a4bf85fb49281a49b3bc4364e8cfd639417ffdea32bcfa89794c3780ff1d, '', 0, '?'),
(0x204f5d6bab3e9cf02d2a658847d28eae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/demo_style.css', 0, 0xf34262fa79bd54b6bb8f6d5398f50d8a, 0xf34262fa79bd54b6bb8f6d5398f50d8a, 0x4803785d3669d6c7ec16bdf4ad3c9a0f0cfc7692244c7522bb169870bb818cb6, '', 0, '?'),
(0x2052bb49c004ebd47c01596052c25a0b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 1, 0x00000000000000000000000000000000, 0xaa91fd1e8ac518554121637bcf9a34f8, 0x5cd3279f03deb97792a12cf3edc4c0ad55de0b67470d6e3bed73cfffc59fbb05, '', 0, '?'),
(0x2056b8f41d788877f13a81e56737b8ea, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9484a9934a37cb13d6f2989e4f276416.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9484a9934a37cb13d6f2989e4f276416.json', 0, 0xe10afe9326843afb6ac756463a25f527, 0xe10afe9326843afb6ac756463a25f527, 0xfa6a42ce4471b959f01b910d68dceb01d99fdcc9039e26217618853c37b1d615, '', 0, '?'),
(0x2057bb97447d1ec8ec333aac1a6848f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_3.php', 0, 0x9581263602e30beb3dbe246a2ee2fb81, 0x9581263602e30beb3dbe246a2ee2fb81, 0x7524f561b497f6e0c9c4b3af1fc2c38475eeb84fb02ddfef94dfaa69a0622c30, '', 0, '?'),
(0x2061b925df86cc656cb3d78a36797c01, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php', 0, 0x3c92ba7ebb6d2ecb029e8ec714ed6b70, 0x3c92ba7ebb6d2ecb029e8ec714ed6b70, 0x50fa0986efb684efa23a8ac5c8dfc22366d2069d29e41be0ec86849f8091a028, '', 0, '?'),
(0x2067ef7ffd9b67d8eb5982e9a3d298e1, 'wp-content/plugins/poka-review/public/scss/vendor/_slick-theme.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/vendor/_slick-theme.scss', 0, 0x8aff2cddfa990d0908977547cafde81c, 0x8aff2cddfa990d0908977547cafde81c, 0x211f788e791e09fc47cb8cc83e31e63ae9d5295308aa7ec71534acea3abaf5ed, '', 0, '?'),
(0x207e79e00bb9e57ee449e0bb5f325e1c, 'wp-content/plugins/elementor/data/v2/base/base-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php', 1, 0x00000000000000000000000000000000, 0x5d38bc4814c59db152bb2fb67c7079c1, 0x6b4f68734fbf3d818331d30597c68420d3a4eb88fe122849031f5b9313624cc8, '', 0, '?'),
(0x207f9ca07bcb9c6f7de0e584fd10f516, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php', 0, 0x83d7070e6b38a2ab1eb3ab7c67132ad3, 0x83d7070e6b38a2ab1eb3ab7c67132ad3, 0x9d70149c4f420163c36bde06d79d2d8353361d85fa9ae9e25627b9c1d8a9d241, '', 0, '?'),
(0x2085ddb43d9bb8d791cb9869c1327760, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_4.php', 0, 0xc75e63a3d5509ecd74e70211749890a5, 0xc75e63a3d5509ecd74e70211749890a5, 0x3274a98efb544b58d0e5eb5a880d7ddd79518b06c6e166fbdfdc4f3124585f8e, '', 0, '?'),
(0x20865f7f09db78a2090c62901fa39a2a, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.js', 0, 0x7d137e2e0f98e5cd0e42e3ebf15ed56a, 0x7d137e2e0f98e5cd0e42e3ebf15ed56a, 0x2f6e3b830ab27e3ae9d67554d7e79c3f6d595ef7310d13ead6cc483bfd3bb9ce, '', 0, '?'),
(0x2087e1f470a2652de0fc7f91d192e242, 'wp-content/plugins/wps-hide-login/composer.lock', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/composer.lock', 1, 0x00000000000000000000000000000000, 0xbfcda32e447d1ee0409023ff3d493bea, 0xce26b8641ee485c7a7f8267676ec5d1be0ecfbde58bd855542d2bafcc544bf2b, '', 0, '?'),
(0x20898db6903de4bee18d13ab693b5b9e, 'wp-includes/blocks/require-static-blocks.php', '/home/abt90iranbet/public_html/wp-includes/blocks/require-static-blocks.php', 1, 0x00000000000000000000000000000000, 0xd9c395f8d7e13c70d72094b8cb4b2f15, 0xb19d9760d0b6c1269ca9d5cfcabee1b72262e88f5558890eb79779cec2212a48, '', 0, '?'),
(0x2089c1750a5fc49695c54255a76f3983, 'wp-content/plugins/td-composer/legacy/Newspaper/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/functions.php', 0, 0xcaac2c55fbd22a39c1fcd2317ec20927, 0xcaac2c55fbd22a39c1fcd2317ec20927, 0xdb0ec8bdc7e50ef27925fd4ad138fafb03498d71bfd7e3b5485c301425e5461b, '', 0, '?'),
(0x208c57e2edc62c400f7bca0413993f39, 'wp-includes/blocks/post-author-name/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/block.json', 1, 0x00000000000000000000000000000000, 0x2f6911a2e13c865fbdacdf700c5ac75c, 0xce663e6b9c97a19125cc2314b17c03e95225fd0977105c0c0a297505f8bcf148, '', 0, '?'),
(0x20908640cacbadf3a564be0c4b23581c, 'wp-content/updraft/backup_2025-09-15-0335___90_bc45acd757e2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-15-0335___90_bc45acd757e2-db.gz', 0, 0xb9e3daaf637891b06627b1cef2cf0632, 0xb9e3daaf637891b06627b1cef2cf0632, 0x1cb547eebf54e8e6305fa48467b3145ad8e2ec02da5c0651b8bf76ff84db8aa9, '', 0, '?'),
(0x209579c18f3e01349c6cbbb0675217d3, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x891404b60367c45ae1862038ac015a9c, 0xcbd079b820be71ded16bbb10f3d26ab013afbb7ce60fbc8d67597b198a1991cc, '', 0, '?'),
(0x209a1969ca1ec8b9bacb895b1bfebdb0, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php', 0, 0x800f2b01a7ec8f686bc0c988b879b74d, 0x800f2b01a7ec8f686bc0c988b879b74d, 0x6608212aa2b2f3120572676edbe3d8ce171bea98e83eee9c976c5947a69be739, '', 0, '?'),
(0x209a6266e4629f62c112310e2ce39087, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 0, 0xdf8d228e2bed1a8bd1ebac475abbc3dc, 0xdf8d228e2bed1a8bd1ebac475abbc3dc, 0x429a39ac25493fc5e193823d90550c11aad45df6ad382ba1fa33166682fd67cf, '', 0, '?'),
(0x209f0b470eb6cab4a9a84774d8919ba4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x38804ec39dc5e21ac2c8967611eb93aa, 0x192b755214dc410b9665b566e159ad292596083b2a1a8da17986c9ef55f38a84, '', 0, '?'),
(0x20a5b737240e9459112792e5e4edfed6, 'wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php', 0, 0xc3e2461cbffbfebb1a74dc9aaf47463b, 0xc3e2461cbffbfebb1a74dc9aaf47463b, 0x2609da3bdd7c57c5fce6b1328da85fc6ae05e88468073b4998be73c89a390aea, '', 0, '?'),
(0x20a775bacd630a62e950e702ffc5f9b3, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0x20ab17a12431703c089489f48bb036fd, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 1, 0x00000000000000000000000000000000, 0x7a92fd3b8fbb33a886e1408ef52e352f, 0xe33554756db86e0811f3a7ee9d8a228ec22362162bf52b35915697e6bcccdc61, '', 0, '?'),
(0x20ac7abe117a7bfaf0f2f44c11828a48, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x732fdd000f82d2fbd6fece30ecd157b5, 0x0bf8aa8ec0e831b740791a8bd8197bb58ae87b2ce2d77c17c1015688463d6005, '', 0, '?'),
(0x20b103b4fd527b42473546b5ff8b5fb4, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', 0, 0x41080981a79e62117c20b25de058998e, 0x41080981a79e62117c20b25de058998e, 0x4089617487db17fdf67c9ceb5dcd91995b1e6185e11e7022e6ac80539127834e, '', 0, '?'),
(0x20ba371ad0adb952cdb0771d4651894a, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx2.php', 0, 0xa11a1f752ea5da0474cfc1c661aed4a4, 0xa11a1f752ea5da0474cfc1c661aed4a4, 0x8344483ddb7f0e5355d3c1c0273f17da6e26aaadf1ec341994f4c7cad86824f2, '', 0, '?'),
(0x20bb0ebfcdecc882716e6664ea877762, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 1, 0x00000000000000000000000000000000, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0x20bf373d8d8a1e34fb94039323f94efb, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x5345a96ab1d4b95f26ac9f34821e4cc4, 0x731f42238f72b6194d15544881f93c622589c4b6266fa2b5796e1434fb8168db, '', 0, '?'),
(0x20c56b569900afeccc37a7b8f1c851ce, 'wp-content/plugins/kk-star-ratings/freemius/templates/email.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/email.php', 1, 0x00000000000000000000000000000000, 0xeed07bb337e9fe7196f0e7ddd5422698, 0x0e6d4a86d0665031286faa05ee16ef9a848d86343382bc290a35bcccceb2a9fc, '', 0, '?'),
(0x20c729206d564bba445166ec09bfb7ac, 'wp-content/plugins/td-composer/assets/images/loader-small-blue.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader-small-blue.gif', 0, 0x7b0749e19bd242147c7bcbf856e3340f, 0x7b0749e19bd242147c7bcbf856e3340f, 0x082b7c6e3abc863ba9838722e40e5def5735722c50ca552443fa4bb54a49eaf0, '', 0, '?'),
(0x20c79e7b7ba5dede76b9559a4d1d0837, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 0, 0x13500638511ff444e46fb9d0edb6b912, 0x13500638511ff444e46fb9d0edb6b912, 0xbf3571817f8ab955a196a16418d51ac52c555a69a8d7060aac79ccf8ebf15e64, '', 0, '?'),
(0x20c9bafaf9ea7cd199dff33d246f0afb, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/testimonial.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/testimonial.svg', 1, 0x00000000000000000000000000000000, 0xed1d2c259dbe6b115561a5bba2b5905f, 0x7e15870dab86e103e9c1c29848ee11fbc734b5920b7dadf534af1ef1a5459090, '', 0, '?'),
(0x20c9d25e57e0998e14148a595e144954, 'wp-content/plugins/luckywp-table-of-contents/admin/Admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Admin.php', 1, 0x00000000000000000000000000000000, 0x395f91e32e48f8fa1611afdf5e132a72, 0xbbeac87dc259080711cbbe4194f5ec429c24305de381f0373eba885176e3a508, '', 0, '?'),
(0x20ce68ecb98978db55dc865c592169c0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', 1, 0x00000000000000000000000000000000, 0x99eda2f8eb69a3ad0758d0ccd4d6fa2b, 0x08297838848dc07d4aa1b5f0cfe52868ee761e58b2ebec474ef1246b023b6148, '', 0, '?'),
(0x20cfddf2fefba6c122b65247a4ca21cf, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button7.php', 0, 0x34dea023f8fdf43ddc9942b330e78b0d, 0x34dea023f8fdf43ddc9942b330e78b0d, 0xdaec2a5717e574d138236ddf4e803761010ab92ff19e8f3e9712351332f156d2, '', 0, '?'),
(0x20d40fc3487a4b7ec8e884453df072de, 'wp-content/plugins/updraftplus/vendor/psr/log/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/README.md', 1, 0x00000000000000000000000000000000, 0x0073e95256311bd375ebe2ed5fbc95e8, 0x8a07f5e39a2e9dbc2ebf7676a7c1b9ef868a3a3304ab384fe2410694690829c8, '', 0, '?'),
(0x20d7929d8d1bf12bce4e71a447eda7f8, 'wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php', 0, 0x5e16ca3b624eeb7c7aec7215cb0b0d1b, 0x5e16ca3b624eeb7c7aec7215cb0b0d1b, 0xda32c191e3732ce3a5761fa8112a1a91533bb2e07c7d8ef0576a0a6fe82b71cc, '', 0, '?'),
(0x20da60c6466c181950d15314f065582f, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', 1, 0x00000000000000000000000000000000, 0xb33a5a2a62271a9b7e1aebc96e2ab616, 0xe0aaa0e09421824216ef787482e415988871ff3376e78a9873743c05ddc16ac0, '', 0, '?'),
(0x20dc49b722e7e8cdccf9b192701af963, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', 0, 0x7b4c82a2b48ac6b2038628a2aa8887fe, 0x7b4c82a2b48ac6b2038628a2aa8887fe, 0xe7df8194500ef3808ae375b551acb03bd6cae790ae848b144afcf547257f551c, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c655fff341f5b613ac05de40199ccf3, 0x1d22603acf879e1e077bf0c76aa748408cc4edf6e90bfd239b3bb5db5a49732e, '', 0, '?'),
(0x20e59797171b92514d12f18e7b655b17, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_6.php', 0, 0x7c9fa73f413b8392dfc01b4a5e2214d9, 0x7c9fa73f413b8392dfc01b4a5e2214d9, 0xa1de60c60a0bcf4b9f211c05e6abddb4d6a71779eeb4157575cf529d8beae628, '', 0, '?'),
(0x20ed7bbe9c90184f7635b86df5e5126c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', 0, 0x713539820fea2c0d455b91b5e4392bdf, 0x713539820fea2c0d455b91b5e4392bdf, 0x2d84c7c5d5535c526bbc579313cfd4a919a6c66263e4e0db208e53dde689a9ac, '', 0, '?'),
(0x20eea08d089d8c8bbd2bb20abef2fced, 'wp-includes/js/dist/commands.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/commands.min.js', 1, 0x00000000000000000000000000000000, 0xf0a662af0a76175ce463ea366ac48e7d, 0xbcc0ed6e76e288739ca02f267de75007774f4286543aa4d8ea042387f539ee8f, '', 0, '?'),
(0x20ef2ff36faad07cfb4c60b6745dcdb6, 'wp-content/languages/admin-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/admin-fa_IR.l10n.php', 0, 0xb8338f9cc92cfa09713132e313786735, 0xb8338f9cc92cfa09713132e313786735, 0x846f26a2407b3d237dfb1d3538ddc795c203c85383c750c4c3fde9ced4f05407, '', 0, '?'),
(0x20f10a3ff1fd1cf167061037cf80407b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_10.php', 0, 0xae8e9f6ec1e0ba54083cbfad44f7178e, 0xae8e9f6ec1e0ba54083cbfad44f7178e, 0x428924e7212a732e76d2ad29952750c01094c3dead84d24cc75a3f422423275c, '', 0, '?'),
(0x20f2e29652c9c3fe22ef576a907c9d27, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.css', 0, 0xbb99d5824eda83a886069b129a01248b, 0xbb99d5824eda83a886069b129a01248b, 0x821c8e06e04721c7b604a8fbf104125bee2281708a8f830ff5a862ca615107ba, '', 0, '?'),
(0x20f6c081928e1685037434247bca5345, 'wp-includes/blocks/categories/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor.css', 1, 0x00000000000000000000000000000000, 0x266645343a5c785d7d2f71934b3920e1, 0xcbcf66625730525e35638a80bf224bda8a87bcd9921842c6f27aedce7273bdff, '', 0, '?'),
(0x20fa26024c6f959619d49cefc13314c0, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css', 1, 0x00000000000000000000000000000000, 0x3eef8c9e589a6fd58292e79bbac4ba5d, 0xa36ec9f7c654d87133d35d553df162fe32064f411fd5cb4678ea80465d0308e0, '', 0, '?'),
(0x20fe63ea121bf6a602b1ca244a40822c, 'wp-content/plugins/td-composer/td-multi-purpose/less/blocks.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/blocks.less', 0, 0x798ea690dfdea2179f14255e0f8181cc, 0x798ea690dfdea2179f14255e0f8181cc, 0x72348ca69ffae7cc18487a8c05f9846add564e8a7748e3b91ca786a843366fda, '', 0, '?'),
(0x2104a292dd079549e578b0c6d1865913, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import.php', 0, 0xa200aebe7eea49e267f03b3ecea074c7, 0xa200aebe7eea49e267f03b3ecea074c7, 0x368016a9f171b18c3f9054b23b3ef0002169b5818c63e95a3981adb083eb52ba, '', 0, '?'),
(0x210628b658dd01bc2bebd8e5fca25cea, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-generator-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-generator-2340.min.js', 0, 0x0164a4d7f5b3f4674cb6a95c610bca13, 0x0164a4d7f5b3f4674cb6a95c610bca13, 0xff3ab8757b0012cae31e766c5db8a6e068025c246888101f6fd8ba862e2f2cb1, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', '/home/abt90iranbet/public_html/wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0x052bf4f26f1766245be8448b0708f0a1, 0x200576772035fd61e1c48935df8313dd0e586f28b2206d06ba35628f087617e5, '', 0, '?'),
(0x2114436150b12d25ff7622be600c0cbf, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', 1, 0x00000000000000000000000000000000, 0x7e2544b5a6cf1ee8200b3b431785d346, 0xb0f9497f123d61f16fedb6349a7236d18cadebe5bb0e215476c5d9ea4d771bfa, '', 0, '?'),
(0x21169f9b2edf5dd007391955e4e953f2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_8.php', 0, 0x96eb91ae0ae1303a92ed396555ce93f8, 0x96eb91ae0ae1303a92ed396555ce93f8, 0xd9c16d8cc687695951df564c5669dbfd6c9df3d1e1758df800a1e770f0b92b66, '', 0, '?'),
(0x211948b175ff66c98144e337b43e3d67, 'wp-content/plugins/wordfence/lib/wfLicense.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfLicense.php', 1, 0x00000000000000000000000000000000, 0xaad71dfc4f74304c4da2bf81afb77bfc, 0x15fcae2cf751e7b9a75e373e93f03bd9ba661aa8c946c5fdaac9594bb927f392, '', 0, '?'),
(0x211a116cd37284c5ff116cc863cb9095, 'wp-content/themes/Newspaper/includes/js/tagdiv-theme.js', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/js/tagdiv-theme.js', 0, 0x6e17e1361712b1caa91a9f9d92bad5c1, 0x6e17e1361712b1caa91a9f9d92bad5c1, 0xe5f233ec8ffca2a784080270c3f3cea1f283a8c10732e10e171981d51def9715, '', 0, '?'),
(0x21200733074a1b93cb8845a779e98268, 'wp-content/updraft/themes-old/twentytwentyfive/templates/page-no-title.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/page-no-title.html', 0, 0x0690adeae46f8e81541e5be41b751a05, 0x0690adeae46f8e81541e5be41b751a05, 0x34fe82f8eed6e938d1930fde1d90d2e3c09cb9ba0f982048d1ff400ce69aac4f, '', 0, '?'),
(0x21227f3a806eee9e11d301611d8ae4e9, 'wp-content/plugins/wp-rocket/languages/rocket-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fa_IR.mo', 0, 0xe5a8370c1f10a899834b0980cc7cdaf1, 0xe5a8370c1f10a899834b0980cc7cdaf1, 0x4d560d17158b79d115742343657deea3301e0edadc4dc70ea66ea0d46c13ba95, '', 0, '?'),
(0x2128a9286a6fba9726be8d74b8dd0046, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_13.php', 0, 0x2350d9f8f7e8bcfb87e273b938cc3f20, 0x2350d9f8f7e8bcfb87e273b938cc3f20, 0x88e750a6c0d0a5940ba1526b18ad3aea37e0c42ec60288777dc726604f8826f0, '', 0, '?'),
(0x21293394757058bf03923e4d79ba9edc, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xbc633536f607f64eca4ccf57e1a137bd, 0x52767f7436391b8cd1cb0fd586973518553103ffcab6eb70bec629b2d6d9791e, '', 0, '?'),
(0x212c804dce5520104fec26b4158ba106, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_5.php', 0, 0x78ccc24e783c9b9e9a34ac7125f5d2dc, 0x78ccc24e783c9b9e9a34ac7125f5d2dc, 0xe9ed130469349461b7aa2d119009b94d93fc4c59cd34f6a8a443589cc651a399, '', 0, '?'),
(0x212ceb77b77529817d3377f6f79341c2, 'wp-content/plugins/kk-star-ratings/freemius/templates/secure-https-header.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/secure-https-header.php', 1, 0x00000000000000000000000000000000, 0x182bd581a7024c6c332c0ee244e9fee3, 0x6298bbbe0d8f70f73fc7575dd5b12d1e89c9340216c7f6cb8c0146d80870658a, '', 0, '?'),
(0x212ff326d415896b4d8e680dca67d448, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar1.php', 0, 0x0b375868d7c6f78f11e2169383009ab7, 0x0b375868d7c6f78f11e2169383009ab7, 0x3681f0d3b777ad5fbe74c7ea4379a3effdfa1f88861c9882cca6a3925bae9e17, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', '/home/abt90iranbet/public_html/wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x2264c69a243609faf8c2fd1b55ea0dd8, 0x750ad61fd57a92396ce100499b1fd5edc6f6ffee2cfc230a81153fc55955d756, '', 0, '?'),
(0x213352e2343bf6bcefc90f26d6813fc5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_6.php', 0, 0xfd590d04eb12886c40a781ec19a19140, 0xfd590d04eb12886c40a781ec19a19140, 0x9bb9487378eeee227b99065879201a2e57449f33c13015f3e0e1a9857c76c2a5, '', 0, '?'),
(0x2135e479ccac0d7681b573eccc260361, 'wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php', 1, 0x00000000000000000000000000000000, 0x7b2eb502fef1df27744b1e46ee3704f6, 0x34156ab8dbf2cd45026cf6b54cf125f06552534c607776a982b5cb73a016aad8, '', 0, '?'),
(0x213653f911c9dbb01d842e75c9cf5a5f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', 0, 0xd49ce02d922bcaeb47824a83a4e59eb8, 0xd49ce02d922bcaeb47824a83a4e59eb8, 0x092f8dfac772ba872244fda935cba8f391673e402e1be3f1441df48e2ae2a7f6, '', 0, '?'),
(0x21369e61474fd40ad32d9897133d25cd, 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x4b9609b46d4f5fd81ebece49ba14d0a6, 0x0eccb7c1943b5c10c10f713fd4cf28075cb2b59a8e9285bb43df8a490b3de426, '', 0, '?'),
(0x213bd89ad98b93285cb074f88c22346d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3_no_content.php', 0, 0x85f12f67236c110fa0e92bda7c558b35, 0x85f12f67236c110fa0e92bda7c558b35, 0x52fc53a158e6f556fffd99a05889b98e09b04dd9fefea189dcce6b7151ac6c65, '', 0, '?'),
(0x2144f006df81fc4df7b067606ebf4758, 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 1, 0x00000000000000000000000000000000, 0x9415d76fe58efff0cb2da2188f7afb04, 0xc9180df9e07c5d47454a9b319677e477c27d1c678ca939b845afd1d986a316f2, '', 0, '?'),
(0x2145c014b2d6e56a9a77c8c26fd62445, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1_no_content.php', 0, 0xca802aac123457ba6cb556adcd6529fc, 0xca802aac123457ba6cb556adcd6529fc, 0x0b610633f6e84dfdf75d1dfc7aa854f61509026f0da67c1ec74fa3f6a2e81349, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x6f0bfbbf4cd1f6d5206b276b31128afe, 0x128e9c31eaa05caf5174a92abc80ee4aefd1ea8efd2517850f07d8cb7388f226, '', 0, '?'),
(0x214cb88b96cd69213c5b60f902d65823, 'wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x25a2a862973566853535bcee8908d258, 0x81979f7633d3c91d59f0c73df4c07f893f1dc633cdfab4bd25a19a9f2d6ccedf, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xe01df298190588c150c5cfd965968931, 0x54a8fffb2a94db1e2b86d0f8ca7a5dca9c3b3eaf7f060ae033cacae45d3f78d7, '', 0, '?'),
(0x2153ff1ae93829a6ffd4d572251235e1, 'wp-content/plugins/amp/includes/sanitizers/class-amp-core-theme-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-core-theme-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x6fdf269e213d1cf9c541866db3f34fb8, 0xcbd0382b5c4180b7949aa6f66759df71cc3d9fa8aa004297e94a4e6ac9b82391, '', 0, '?'),
(0x21564badd8493fa3aaa98f39ae163b73, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.po', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.po', 1, 0x00000000000000000000000000000000, 0x76e853a4657107344011fd6d6c76401f, 0xb52b5fcef2d3a1e4d868d15f9e483f83fc0824ccd81acb8df78fef18fbc44c33, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0x216116856b0bc82b1d8ab5d99165c760, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php', 0, 0x6bd217d9348190f2fbcf6ff799c08150, 0x6bd217d9348190f2fbcf6ff799c08150, 0x1d3b865fc4640a93cdaaafbaa9af22dc97890dc242da74ea4f6c18e406602ffe, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x216382bb5c2f71563205f4cfaffcb35a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2.php', 0, 0xd98f9f354bae8c5c9e1a06c2a593c663, 0xd98f9f354bae8c5c9e1a06c2a593c663, 0x47a446fbacd9c852adb2dba86641c7ee24371ba7146ca72efd281214a0871285, '', 0, '?'),
(0x21674c41d173784016c33237b5d568eb, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 0, 0xf6798ebb06715aa26be023e74bc4292a, 0xf6798ebb06715aa26be023e74bc4292a, 0x693c5af02d15484e5f8aeb26f1bf29a8f58e7a4b2b309afa4ed07bcfdfdb19cb, '', 0, '?'),
(0x21723e5d211240e2c2cebd36fcf37317, 'wp-content/themes/twentytwentyfive/patterns/header-centered.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header-centered.php', 1, 0x00000000000000000000000000000000, 0x6cb4bfe27cd1b4b03f1509980824c854, 0xafd8f9824096f03900f8bff321551827dc412ec41ca24669a32ac0ddd3c619ca, '', 0, '?'),
(0x2173a00607f4047b19c3c32bd7e1554c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_9.php', 0, 0x2fe4152a853a5fa7dd2e7d75ad0c9635, 0x2fe4152a853a5fa7dd2e7d75ad0c9635, 0x12c593a9ec252dfc45f2217e1604e7e7b87a9c149d075a6f560cd0bb77dc28dc, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x60370d4a4709cfad4f743e13839617f3, 0xa43beedd5f2a42e80e0435e5969947498ffff8171b19f519433604be78c320b3, '', 0, '?'),
(0x217c8fee38fefc18d7492ce7ce209ba4, 'wp-content/plugins/wordpress-seo/admin/class-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-collector.php', 1, 0x00000000000000000000000000000000, 0xb27adbd17e0530108c99083d829b03ca, 0x7fa476019d6edda49dabf667c31b3a5a3673c119b0211bb9f8c8946c29387e3d, '', 0, '?'),
(0x217fde2e92de9fca401eaf92a20d0bc8, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php', 0, 0x46052ffeae3debf00ce1f298f428ab17, 0x46052ffeae3debf00ce1f298f428ab17, 0x957e00eb7857c75b9cac66fbe4c72c00a0200719fb4f9c9829c1e08ed81a7a1f, '', 0, '?'),
(0x2183a847f107177278401adfbbb87e73, 'wp-content/plugins/wordpress-seo/admin/views/licenses.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 1, 0x00000000000000000000000000000000, 0xebe756172b622b18d5c83e11f477021e, 0xae5d38d10b9427f6fabba6b17af54ea40dc5db2b6c0654d7e2dcdfa49a320185, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0xc3f50ff4b7e922737b7b5695771d2fc1, 0x2b50d4c7d6b4ee19b4edfac02c7b44b6f155ded0e9212c64c6bbc33cb5551043, '', 0, '?'),
(0x218eeb839fc1ef481a337eb2104a8fce, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0x18c8a69dd05d9a4e9d2b4971ec464c61, 0x73edb58d4f4d48c1ec37b5a3637675399bf32b8ad3fc34a0812061c4f1d95838, '', 0, '?'),
(0x2193773ce21006d6c9410aee401ea14f, 'wp-includes/js/dist/hooks.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/hooks.min.js', 1, 0x00000000000000000000000000000000, 0xc6fddbb6be69793478de26fc245b2acf, 0xaf2c6b48a53d525690da71ac76e17423d6e44ea57709aa6841b9728b8f9ec6fb, '', 0, '?'),
(0x21958128546f260670a3ec8487012b1b, 'wp-content/plugins/amp/assets/js/wp-i18n.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-i18n.js', 1, 0x00000000000000000000000000000000, 0xd3d43f188f1b82fdacfc2f79e4c016b7, 0xd142a21f9d7797cd0e63f1d7de4eb112939448c21b239ae50164f2b27e2004c2, '', 0, '?'),
(0x2197c1f2d1541382d28c77fad9d091ef, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php', 0, 0x19508d609b415dc0885f4bf078c42922, 0x19508d609b415dc0885f4bf078c42922, 0x974d058d468675a8194fff391b193f04b19e5d2eebf02fd9d8d834490852be74, '', 0, '?'),
(0x2199f69e9ca675333d9034678e63686a, 'wp-includes/widgets/error_log', '/home/abt90iranbet/public_html/wp-includes/widgets/error_log', 0, 0xa6047eb9d9d1ff97d4f262823b5ea53b, 0xa6047eb9d9d1ff97d4f262823b5ea53b, 0x2de6b9c66a3c449bfe4e49bed1ceb72ebc7ac7c4272730344170b88d73daea34, '', 0, '?'),
(0x219af8ed113a55390534d71a3f4f4494, 'wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', 1, 0x00000000000000000000000000000000, 0x41da765940ab39e6f366cf32082f7893, 0x84a8890449efd4fadd7ae92104eb14bd99a5ee583448d8f2489d3ea46bf798ec, '', 0, '?'),
(0x21a201f13f3c647a586433a34f5cd2d2, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json', 1, 0x00000000000000000000000000000000, 0xe13707c792d4a69d2f0543597b0be6d7, 0x7f34539a933ff006a84a14f360d5e328e60a0f1280106d8811c40b22116e8c17, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0x8e7a7f59e9e807e8a186133a90804c6b, 0x1233600852013c169183210c18fec808c5302942901fd057d9f86748d65af6f8, '', 0, '?'),
(0x21a2baa870ec6f0bc0435466eef55c9b, 'wp-content/themes/twentytwentyfive/patterns/event-rsvp.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/event-rsvp.php', 1, 0x00000000000000000000000000000000, 0x3df846ff26c90c9ef4bd39c5840b4710, 0xb2d5d93f4e0bbdb55977c52b09834b7cdbf926bd21e1b9b75657aae4aecfd867, '', 0, '?'),
(0x21a2bc3e924e4eb87ff71491fed98cf3, 'wp-includes/blocks/file/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/style.min.css', 1, 0x00000000000000000000000000000000, 0x4cc5f74ee2228892626971d793df46be, 0xc877629ead97b670b76d455ffa4e7c3e50e964cf5b21d16028aff7c3e89b61c6, '', 0, '?'),
(0x21a4e61c9ef8387e570e0eb0c93e42aa, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 1, 0x00000000000000000000000000000000, 0x7a1c9dd6397ac41b2598bf30f65bd3bc, 0xf994dc3618f61a2a472de8adce2bf1638829ba16d67cec8ee187265b60195e33, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x0dc5a4d40cb71f0367bcdc55b2f4f37d, 0x7c1ef9c214dad76be76f73177dd2f7c9fcd85508ef23cd994ee93315145b2b9a, '', 0, '?'),
(0x21ada81ad785a0380e6d7666ae661bf0, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-date-archive.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-date-archive.php', 0, 0xd5186d9b1de5a8bcf0e090d8c03b3bc6, 0xd5186d9b1de5a8bcf0e090d8c03b3bc6, 0x9cb8da5e04f5ab2f0ef7c120d34d12a6327271c45df371403046d171b9c1faee, '', 0, '?'),
(0x21aed8528843a7dbe454a1827008f3a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_4.php', 0, 0x58de0ad0f93b8bbc4a81d076153addb2, 0x58de0ad0f93b8bbc4a81d076153addb2, 0xb4ed85a84b87bc9657e081f96b8e17b6c8972ebb34bd705e01fe102f2283ce03, '', 0, '?'),
(0x21b18c9dddbcd391812f077f3009b4c8, 'wp-content/plugins/amp/includes/amp-helper-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/amp-helper-functions.php', 1, 0x00000000000000000000000000000000, 0xf4f53cbcb2f004b0073da67a34f9de05, 0xef5c437fc3a401a7f748900c7b2f9183d66e9eb9c43272c7e7cd6194e854a55f, '', 0, '?'),
(0x21bbcf2b6f6c3f70fb9c64b58ccd0712, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-utility-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-utility-functions.php', 0, 0xfde56e723e2e3a6b13fa7a64533d3ca9, 0xfde56e723e2e3a6b13fa7a64533d3ca9, 0xe1cea12f4f78a6a213e32b211cb4f3a17bbb11ac15d5a862549a0fbd1866fb74, '', 0, '?'),
(0x21c191776079eab7e750ca2f1a2655c0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.css', 0, 0xa477d9adb1c3b4a5e3b330621b375319, 0xa477d9adb1c3b4a5e3b330621b375319, 0xae8338c432d27b333bcc3226ad2f70370f760b37bc021737f5de70511d58578f, '', 0, '?'),
(0x21c3cd4c18c4e02f22551fe0e28e95dc, 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css.gz', 0, 0x474010d0aa55447cad9ab03624b1b137, 0x474010d0aa55447cad9ab03624b1b137, 0xae8c3e78d1bf9e50703c2588ad5642df59a1f75d79b09fb8c9eb53579b23a965, '', 0, '?'),
(0x21c3efcf7356f27de5a504892da2bf4a, 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', 1, 0x00000000000000000000000000000000, 0x17c6ab69b214ed02871fb498c71764e0, 0xdfaf332f204da471b5dd06a8eb3335af08ebc68cbe6f16ab895ca6a83d53abea, '', 0, '?'),
(0x21c5eb271829a6714d1c2a151da65863, 'wp-includes/blocks/embed/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/block.json', 1, 0x00000000000000000000000000000000, 0xe68c5f5aba04aa7916c78dcd9e3f3f6d, 0x0b8af305bda7d788e267f8bab4604a43f1b039d379eacd47c88cf0936a29410e, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x299f723fb54eaae381bc49b4a1712784, 0x25a83d729482a78ecac464aa8c760a86926905de7abd781cc175f9a417293370, '', 0, '?'),
(0x21d972dd806386cc04db31815dfbfd27, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_7.php', 0, 0x3798526c66638fe836e29e1e63810ef2, 0x3798526c66638fe836e29e1e63810ef2, 0x0fc73a595afde457636e831d495da8bd7cff855c6fc29cf1a733ff0d2522507f, '', 0, '?'),
(0x21d98212bf8ef4dc8ef03238437f59f7, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php', 0, 0x173fea1e4ddf8e9520135ecfb45292b8, 0x173fea1e4ddf8e9520135ecfb45292b8, 0x32a6f2ceaa8d9a665a42bcf196e790f8349360a55710c55429449ce72ed4da19, '', 0, '?'),
(0x21db819d49c7b58d60a9f2b638af7402, 'wp-includes/js/dist/keyboard-shortcuts.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/keyboard-shortcuts.js', 1, 0x00000000000000000000000000000000, 0xc1ef043998694ff8ce905f8850685557, 0x4f91d7f70020bd12071855eca1d507eba7b8c03e3403917999252e29eec6cf0f, '', 0, '?'),
(0x21e2b83f73a1f21cfd347b4b68bdb568, 'wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', 1, 0x00000000000000000000000000000000, 0x6c347fd331c6db4bf384bb79296484eb, 0x27a62724721984a2fc27e7a42b4d3f496ecd431663e368d4f5eeddb2105cd241, '', 0, '?'),
(0x21e45aacd432109d37a6f9498856a035, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_3.php', 0, 0x6cf7bb956e5038d687817891c6e3db40, 0x6cf7bb956e5038d687817891c6e3db40, 0xad5af468abd2b689d88d62683546a3e105027a7bc31af6296aa63e427f2de724, '', 0, '?'),
(0x21e67033cce0ed13586269019464c5c5, 'wp-content/plugins/elementor/assets/css/admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin.css', 1, 0x00000000000000000000000000000000, 0x23fcc0d41d9d41e7cf6c175d4067c9de, 0x92700c33361541cd5c512412b8e751b80604c235e269c87a8712a1ec61ed7d7d, '', 0, '?'),
(0x21e83947e71f9bbb7e71e36e318b720b, 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css', 1, 0x00000000000000000000000000000000, 0x5c8c8316f62fc48767f7fdea83c4ffe7, 0x275a8272e81cd0091bba6de1adc46a5b8732c0b41e22e94fd5825d5988d24235, '', 0, '?'),
(0x21ebda00f0d803a1298bf7f58e68131f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6eb6b9b5e200787824976c18896beb1e, 0x9b41f88ca50769122e4cdc87d7280e8e80e9e5b6668610e80809632c216674b8, '', 0, '?'),
(0x21ebf954dba69cedd6ee096cc249980a, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 1, 0x00000000000000000000000000000000, 0x0702c9b3d202ef786d34366329e5b5d9, 0x656ebf2a137f9eadd77eedc061b6d98a635de7a4d81f5a6269ea9e584371889c, '', 0, '?'),
(0x21f12d0ce30d2ee103b164374f03f80b, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 1, 0x00000000000000000000000000000000, 0xde105c57c312eec8b97af05823cb7d55, 0xeb375a68f71a5d3760f24ec860dac5881a1b54f828db8e03fd4ae46163d8304a, '', 0, '?'),
(0x21f13ed0bbd38a5ed4d65b91d2557d98, 'wp-includes/js/dist/data-controls.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/data-controls.min.js', 1, 0x00000000000000000000000000000000, 0x7f35f1f7a0742a688ce92b4a2e2e5790, 0x9a31bbdcb4d27992b147e834e9e9085cb1224d512c1b0a2eb5331e7b7448ee4e, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0x7f42875a1e3a33f2687296241e7ee587, 0xf84643f8ca3523c4cdc1d5438d1e983cdeba621647834714f721a7b8ccae9c40, '', 0, '?'),
(0x21f3dc2c7add416e704bb88ebc4de25d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations.php', 0, 0x865ad0b44a8df5345633aaf8aa00ba0d, 0x865ad0b44a8df5345633aaf8aa00ba0d, 0x18877868b2b1a6ad36a80c602d142aa7a320c2cdd8e9a44d68ab26a965022089, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', '/home/abt90iranbet/public_html/wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0xc9f17184dc82797c52a1b24367db582f, 0x3f55d5a14e6b68dc6b475154d297d6f3f75b30998a4e89a89ed5062de003a4ec, '', 0, '?'),
(0x21f6fd19c1ce3cc2ad6b8f1466208e8d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_woo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_woo.php', 0, 0x51ebf89566ae48864e93e1bd3e14665a, 0x51ebf89566ae48864e93e1bd3e14665a, 0x68f029f18ad6d3b1c4392554dda13936232c190850c894ad7d8c23906dfffa82, '', 0, '?'),
(0x21f9abdd94f96c105776ff7e6f4618ca, 'wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php', 0, 0xe69366390089fb594c23898ee8200d83, 0xe69366390089fb594c23898ee8200d83, 0x74bdc7bc3c432e10d64dedcfb445ee1306ab1091723eb322219cb54bc2416095, '', 0, '?'),
(0x21fa475822caf84aa6185a65842a5fe7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command.php', 1, 0x00000000000000000000000000000000, 0x087dfe02508af6a1db478979787b9a06, 0xf70e07f46a45f085fedce540bb2dd2aabb3d1b8caa1a1d114d1539bbee95750f, '', 0, '?'),
(0x21fe271ae05e53554af5bb6ff505dc18, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', 1, 0x00000000000000000000000000000000, 0x6aac1e691ab16db7d10fc6204c5a0944, 0xbb326c5827c2914c4bfc87731bc13577ca3c822b76e4ce4ed231624487714760, '', 0, '?'),
(0x22010ae49204e515d7346add53c38b86, 'wp-includes/blocks/spacer/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0x2205455beeac41a5136de04156926b1b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', 0, 0xd16876dac54d3f1e92bfa33071f1be68, 0xd16876dac54d3f1e92bfa33071f1be68, 0x118ba68238060fea54447b311583168b295bddb4b5e2a73146ac7081da651b04, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 0x00000000000000000000000000000000, 0x4513090604bf922d4ea86f931b979d8d, 0xfe4cdefa7f490606c291a10ec29959f76f1e77ae1e29ccfb34213adb3b3fedd6, '', 0, '?'),
(0x220cceb2f615955648cd76939856cfb2, 'wp-content/plugins/elementor/assets/js/nested-elements.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-elements.js', 1, 0x00000000000000000000000000000000, 0x43adb557c8e338c7d7921d825d5db28b, 0x5b64f66479a835dab52f4d37b4f6a8c4dab4688c13d82110bbe5e25a9df4f464, '', 0, '?'),
(0x220de286bb96376c7e15c4e7cb9d41c9, 'wp-includes/blocks/text-columns/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style.min.css', 1, 0x00000000000000000000000000000000, 0xaaaa73d50ea24d5fa9243c8cef1f66ad, 0x93445c2baee385d128fa0fad6186380de0cdf91cfc71c41090761e27393ed752, '', 0, '?'),
(0x220e1669ffd15fca878d96a036135441, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_bar.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_bar.svg', 1, 0x00000000000000000000000000000000, 0xef04998f20c80f03b3a2b106ba4fe772, 0x5eb0c728ad516d7d0571a627dda4ed3d54ac992c8bc7818bf273258bee5b27fa, '', 0, '?'),
(0x221888c1aec5f8d02c3d4bd4d631b978, 'wp-content/plugins/elementor/data/base/endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/endpoint.php', 1, 0x00000000000000000000000000000000, 0x19f2b63b0e9341b7c466a14a1a96a857, 0x76c5b3c34db772a7cf0d4ab48cf969321bb2dde3816209797c705c6bde41ff82, '', 0, '?'),
(0x2218e5d6006324b187d9d837bbcc0a31, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x221ac787033c229c19a8f5c2fff468e1, 'wp-content/updraft/plugins-old/updraftplus/methods/pcloud.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/pcloud.php', 0, 0x3c0c2711f32a1beb96723261de188352, 0x3c0c2711f32a1beb96723261de188352, 0xe7f0a21a5983171e8622fc66e3d15092a0175596e0da77fa19089255b9c3d8be, '', 0, '?'),
(0x221b962c496609256436a70a83cd4dfc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_9.php', 0, 0xec03dd15c1059c240c72ea559088ea76, 0xec03dd15c1059c240c72ea559088ea76, 0xd33ec19cac1e5a1c0962940fbc28f71ccb43ee736ccc1824e9cf1a27b947b455, '', 0, '?'),
(0x2224dba5451e84bab9d27f36e5cd05c5, 'wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.swf', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.swf', 1, 0x00000000000000000000000000000000, 0xfb99414998a4fa96a414676caaaadcb4, 0x061c16dd9ffa87efb9f77e49f709ea210d00ff48cb6030918151dabb1b227ea5, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', '/home/abt90iranbet/public_html/wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0xc78498b5662485c8922c693432e21b8e, 0x39f40b955aa39bf7b07b0f4f7f726a0434b9ce073278f492520470ab565fd3d9, '', 0, '?'),
(0x22306be5d528e21e7521cb5fa4a0145c, 'wp-content/plugins/kk-star-ratings/src/config.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/config.php', 1, 0x00000000000000000000000000000000, 0xea6d86d716563644c811f291ee200078, 0x44909c09386c2238ad2b73e05b74475397cb80e37a5f55a02782dd0789fcc71a, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x22320289a2295fa788854f48d5052321, 'wp-content/plugins/elementor/assets/css/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa1691ca41a9598b0b1a0cbd094034d6, 0x1773cab94551b732e795780d91eac392020465388d6d7fc6525612d12ef57a46, '', 0, '?'),
(0x22323c54c43e70bc80cbfadf1cfcec0b, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQEncoder.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQEncoder.php', 0, 0x0cc702a18106310c0ec805052cfc557b, 0x0cc702a18106310c0ec805052cfc557b, 0x319a37e91e0f9daa499501c21e90b895ba171de732d89b2507c3bc3f6b6b3309, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/embed-404.php', 1, 0x00000000000000000000000000000000, 0xcd043bd8c0d043865135ff8d0b7a8c97, 0x3496e31537cbc4c53a56a25dad4c932cab42a6e0c2522432707a9bf18187b9cc, '', 0, '?'),
(0x223a5cdfad659ed4543250114abe080d, 'wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json', 1, 0x00000000000000000000000000000000, 0xc5362b252a3d8e9e7840a31ff27e5200, 0x127cae1cbfc275aba0fb5067e6651491db5ecd515ac18a227a3a7263bb1d4977, '', 0, '?'),
(0x223fa8731b5770d9b71724768e3373cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_import.php', 0, 0xd05b70e04e2c176e49cbd8374c193282, 0xd05b70e04e2c176e49cbd8374c193282, 0xd5e4d967ee94b3dedde0a640e2cafd5b58b416f29074ace863a050df4c3d55a9, '', 0, '?'),
(0x2240bc76dcfa0b9297a9496125c03ff3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', 1, 0x00000000000000000000000000000000, 0x1d372a0d22fbd3162dc44459becce047, 0x2a2ef3a8d47a8f76fd173cc4ec02fab6140465f14fcd023ca9856176989d59c3, '', 0, '?'),
(0x2243eacb68ee012a37684a7d4d2cab70, 'wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php', 0, 0x15c687e44769c130286c7b5b4d68ddd6, 0x15c687e44769c130286c7b5b4d68ddd6, 0xdf7402b0f001f1b60cb9a5bb065e8357ddf8d1e5dbb40bad006a5ca638a88fad, '', 0, '?'),
(0x224666cb1d057e519402465ddcddaf10, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php', 1, 0x00000000000000000000000000000000, 0x26bf4ad4cc035983e2c6200aa6f3080e, 0x15213f53450735f36bf23b9b26e140d92fcf0a4b1ca2e8ca3d4812e5c24d982c, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x783a6afb74ff6c25a9c326fd4ac52941, 0x187f6087468acd8d3666c05b38009a2cbe7b7651e3e19ccc587cfc21b7720e6b, '', 0, '?'),
(0x224ccea704834d18f2f2ae671086791b, 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', 1, 0x00000000000000000000000000000000, 0xf34e608e64318f32eca1fa955066973e, 0x337686edaa39d1b8ca67a068b400737a30d42cf40a8e7bc44b60be5b1286b52a, '', 0, '?'),
(0x224e814df40f19b88feabfc26ba8564f, 'wp-includes/js/dist/data.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/data.min.js', 1, 0x00000000000000000000000000000000, 0x5aaec5146a1376d2a724dfd57179c086, 0x08589b38afe1c1bb9e580af2332efc9fc9d47aa5badaa66168022fdd93d87a84, '', 0, '?'),
(0x2254250db1bad6a2b038ca9322db6da4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', 1, 0x00000000000000000000000000000000, 0x1bdfab3e15d47479848a51f306b27957, 0x4069d5337b1991cf1e4eb9bf7a6ed9c29883b5bc0c28cf1295de63e86f2d05d5, '', 0, '?'),
(0x2256efa8d573ce965e56a5aa9f34f4ef, 'wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js', 0, 0x503eb0dc877f9e7bc9d6bc0c3f1257c8, 0x503eb0dc877f9e7bc9d6bc0c3f1257c8, 0x8cd523e792312ef94b75c3e6ced78faa1d2d786946ad9649661035e98606f311, '', 0, '?'),
(0x2259ce12df3a6eaa81f541f7cd0e984e, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 1, 0x00000000000000000000000000000000, 0x3c7dfccd08192094c88e9216dde59620, 0xb4aacf7d4c475205e53aff7d56cab6d0d2475b967c9e2bbc69ab6874baedb39f, '', 0, '?'),
(0x2261192b5c83692a059057316d365ec1, 'wp-content/plugins/kk-star-ratings/src/functions/dusk_attr.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/dusk_attr.php', 1, 0x00000000000000000000000000000000, 0x3637a148019a485602db3d946746333b, 0xe5234aa40f5e23306ba274a708e4f0a250d8505f6aee817f52ede9398cb1c03b, '', 0, '?'),
(0x2263b0ca5c448efb5263200fa4f2009b, 'wp-content/plugins/elementor/assets/js/dev-tools.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/dev-tools.min.js', 1, 0x00000000000000000000000000000000, 0x8e86557bfe036daa3030a4cb57f70a41, 0x4f9b06a9524ae8271e8bde0482e7b6d750a0eb5907f139fae05aaef2c896f176, '', 0, '?'),
(0x226875793db1892c04b701ceefe576d6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 1, 0x00000000000000000000000000000000, 0x1b967ee8bb175950718196630c7236cd, 0x19eb2d0a24b8d350fe6fbc697b62bd6269693b89319b0813dbb95b89bfa5e01c, '', 0, '?'),
(0x226a90d2f267334fd674837a66d4586d, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js', 1, 0x00000000000000000000000000000000, 0x8c86810acca222699f6292d1f88ff3aa, 0x46aa26b3f10ff3b4afa488a934ee0cb6feb1f56f5e41586b8725c7ce6724dd4b, '', 0, '?'),
(0x226ecccb85df31c90ec9fc55420c3153, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x84ab09d83dcdb260f662e651eba77e61, 0xbd9528c21dcf8f574ec25cc9cbc61951275e5d8fdb4a3f8a8ec9e951b6c3e449, '', 0, '?'),
(0x227194abb2a2094b3641e2b90baed921, 'wp-includes/css/dist/reusable-blocks/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0xc8ba3d4dff63e24dc0cf0e825a0dcf9b, 0x79f28d7a334ac1693c44d77e6768b4804262809d0b661e401d34616a598a9ac0, '', 0, '?'),
(0x2273ac6fc6af61b396c761e69990b10f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 1, 0x00000000000000000000000000000000, 0xffbe2448991e37adb7d552458fe77e06, 0x60fa5c0ba338ac6a7edfe2d6d41af354d9fc527db394c7440e0e0575a0e5f6a4, '', 0, '?'),
(0x22772717cbe5dc0f2421bca581470904, 'wp-content/updraft/plugins-old/updraftplus/images/icons/email.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/email.png', 0, 0xc9452e634b6fddf67c95cc732d14c710, 0xc9452e634b6fddf67c95cc732d14c710, 0xb689d9ad1a8d81715d5e410a626139825a82fc506d754cc6f6872577c8ce48d1, '', 0, '?'),
(0x227acc8b8735f8fa820c4b84d76e604a, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-admin-redirects-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-admin-redirects-2340.min.js', 0, 0x827b838274d279898df8d586d3c1cd19, 0x827b838274d279898df8d586d3c1cd19, 0x426cb4c40eac05cb8b079dc46152a4a02270aec9c087cd4a5b0bfc9467385724, '', 0, '?'),
(0x227d12f389c2fffab2532ff689c17145, 'wp-content/languages/plugins/elementor-fa_IR-086a15d65feef08c889aa027d9ea9e9e.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-086a15d65feef08c889aa027d9ea9e9e.json', 0, 0x9007bc258fd22bd753c9d7074d3d8bea, 0x9007bc258fd22bd753c9d7074d3d8bea, 0x0ff348186fc00885c3184b226fcf0c2fda96c1163e88801aee71834aec30da05, '', 0, '?'),
(0x227ec5ef373d5a22c4f36a07e2610498, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php', 0, 0x627cfcda8b05bbfa00dd2c1990786cfd, 0x627cfcda8b05bbfa00dd2c1990786cfd, 0xb0e83d9c5a9697ebbfb7825b28b9117c44a8ae6ea6406267d7e8e81f8f66f592, '', 0, '?'),
(0x22805e3171ba5d242a7ecb834302e793, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/LICENSE', 0, 0x42d32c6e1a3af5f1745593c9bec3f2b3, 0x42d32c6e1a3af5f1745593c9bec3f2b3, 0xdcfa1cc96636d1b260185545f3c86a44fd35f52a61bad2c41a45fea1f911513c, '', 0, '?'),
(0x22893357f076b4e08741cbf2565db99d, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/email-address-update.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/email-address-update.php', 1, 0x00000000000000000000000000000000, 0x95b4eaf5348b8a060584f132f36a440b, 0x9c27cbfc55dc3f47ac18ead33113ebc377653daa5f17a44cdf34e5a3c2df06f8, '', 0, '?'),
(0x2289e3d15028a14d30336905de33b5f9, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 0, 0xfea4b3d66fdfc40f4521ae560b0f52de, 0xfea4b3d66fdfc40f4521ae560b0f52de, 0x74c5ded7947de4145817a136843a8d0b18566490173264f3ff454f8b32a7e6e9, '', 0, '?'),
(0x2289ea0317fa89c38c10567cfbafb34c, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', 0, 0x5cf330f5bbfdc9226f829265a1ed1423, 0x5cf330f5bbfdc9226f829265a1ed1423, 0x91e19ed8cdbb927e5154a0ab1b4244959b13f42cdf816d5443dbd83295d79615, '', 0, '?'),
(0x228bb80b53c4cba0ba861f0f29dda13d, 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/wp-optimize.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/wp-optimize.png', 0, 0x31c4e74e868c3e075720f61906904b7e, 0x31c4e74e868c3e075720f61906904b7e, 0x508bcb38633117a29be01d6d40c0c6cc3fca19167728e16bed05cb075b52befe, '', 0, '?'),
(0x228bf8934b9736065ea53456fd7d99c0, 'wp-includes/blocks/spacer/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/block.json', 1, 0x00000000000000000000000000000000, 0x327e501f611a6a6ddeac9862e81b19b8, 0x1ea0ca05e6670fe768d5d108553a7ef84da31a4c42334a084d7b0d855784dceb, '', 0, '?'),
(0x228d8d976be34d1d90d556e4f38e75bb, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2370.css', 1, 0x00000000000000000000000000000000, 0x1c7ef3a9cf8b7b4d17294584c43cfb57, 0x1580e2f178afa4c127cbdfe2519b3c81315d3837c51d5a1a63d7be632ec6265f, '', 0, '?'),
(0x228f90ba3d56fac82d981992846c609d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/demo_style.css', 0, 0x5cc9b1aefe2bb225353ee16807755b87, 0x5cc9b1aefe2bb225353ee16807755b87, 0x23e7a6e3ce927286243195ebfe328e2a16d0fd80ea3def1d172cbe422fc7806a, '', 0, '?'),
(0x2290af76a0cb5094f7171231d532fba6, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 1, 0x00000000000000000000000000000000, 0xf35c7b79fb15a049b5e024ec8dd02c14, 0xc51761da4c8d612b23ec939ac7d2f7c5636e94a05fdc8159ba9e18e6ed0c541f, '', 0, '?'),
(0x229540b342f2175beb13b3c9a4633378, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/td_helper_pointers/vc-columns.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/td_helper_pointers/vc-columns.png', 0, 0x5989a3d99697b55e3f346ec1d4f320fc, 0x5989a3d99697b55e3f346ec1d4f320fc, 0x74aa64c37b7b8e0657ee6fbfef87b2f936fb22c448db729a752fb3b2df8bf2f9, '', 0, '?'),
(0x2297f3982ea57aa4e30a90c14f942029, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/unauthorized-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/unauthorized-exception.php', 0, 0x983fd18f964bc7b116e5e2a9a1d81475, 0x983fd18f964bc7b116e5e2a9a1d81475, 0x85850941fc966c9b1c1908d930b444994a6530eadb622a72fe9a480a1c15b792, '', 0, '?'),
(0x229b81542db3bf30f4c3bedfc871e6a5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-15.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-15.png', 0, 0x5efbb10ce3dd40e1bdd5afa6fb3eab7d, 0x5efbb10ce3dd40e1bdd5afa6fb3eab7d, 0x0649982d05961db47681afd23d80065cb8c5742c3def214111ab2a913cbefd84, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', '/home/abt90iranbet/public_html/wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0x5f6d59ef4409e15b730af0389d2132ea, 0xd9839182c52b0371be38936fb88e5f54e21e5fad8c2f7a4d3cf3528bffe33d39, '', 0, '?'),
(0x22a2442a75c6e7f46f4d183e5e306706, 'wp-includes/blocks/site-tagline/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style.css', 1, 0x00000000000000000000000000000000, 0xae57b9c401bbbbb041be3be48ab9d1de, 0xcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bed, '', 0, '?'),
(0x22a67559c97ab33efaee6d9db77992e8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php', 0, 0x847190da01ae741e44241753f23cc1da, 0x847190da01ae741e44241753f23cc1da, 0x2046a7f9e6a8b94fa0389d60b135bce38ec69abe71697ddee65791ff6208ddab, '', 0, '?'),
(0x22abe6836635462bc02b8120c84cef6f, 'wp-content/plugins/amp/src/Cli/ValidationCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/ValidationCommand.php', 1, 0x00000000000000000000000000000000, 0xdb55365dd6cad3ced782cc4a77ed4c31, 0xdec3c36c8197a47094fbc1ac1bfe0aa681ff31a088e4b95ac9abd4906b4cccc0, '', 0, '?'),
(0x22afd01ecdd3dbafaaa81c36a7b7373f, 'wp-includes/blocks/site-title/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor.css', 1, 0x00000000000000000000000000000000, 0x771a9767aefcfb446fc6c3106bd8786c, 0xf9ffdb4fce513f7695e0a9e9456f00f8901a9cb9b51e84eec97fd296255c4833, '', 0, '?'),
(0x22b44c09e41be56aafc5238e0a5b7432, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php', 0, 0x377c1b18407cfb3cbfb24d68ee5f6391, 0x377c1b18407cfb3cbfb24d68ee5f6391, 0xe7aed86d8701c464541a8089c17222d105ece5944209179f9b3cc69d9ca00768, '', 0, '?'),
(0x22b5b24aeb1a09ebf3c18ad83b3401c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_9.php', 0, 0xf835161f652b5762b96ce9c0f45a982d, 0xf835161f652b5762b96ce9c0f45a982d, 0x73bf396be081b2b4097d042f24a7a08c6702c4223fb686ff2d3a361938253d74, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', '/home/abt90iranbet/public_html/wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0xe953a35497d027eeb629590c27226cf3, 0xc794567233c6ee814843bd43702bda71eed5a2c7679c309e24b6cb97910d5e5a, '', 0, '?'),
(0x22b6a9cf168c98e97c7af669da28953f, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php', 1, 0x00000000000000000000000000000000, 0xc3ce4eab7553a36b81a992c0e2b287e5, 0x44bb8c452b07261aedca9691cec9365fa1f6e667cd64f4b46ce566928d0a00eb, '', 0, '?'),
(0x22b748d94cd653044e9d38018cb72411, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xabf26a8c27714f79deaaa5dd60cc1048, 0x581ad904fe61d55a6c949b0b9d491d8d96d1fc196e48f9a20e033e17f5b19b54, '', 0, '?'),
(0x22ba74fdae63483a36a3f75ad2a85265, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 0, 0x002947e91b6a1cc40f595859d2cedbe8, 0x002947e91b6a1cc40f595859d2cedbe8, 0x5e431cc9736954b6280d7b0a2a85d4925ee93a3e496daad5aee8ab5ebe7c72fc, '', 0, '?'),
(0x22ba86979722d8236f14ba357e6290ee, 'wp-content/plugins/td-cloud-library/includes/Mobile_Detect.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/Mobile_Detect.php', 0, 0xa6baaf0b99d8c0a55f6cabe01b191169, 0xa6baaf0b99d8c0a55f6cabe01b191169, 0x650d388d6c48faafb87873171a0f3a7b6d68597de928d6e47af90d096d602512, '', 0, '?'),
(0x22bc900e23c1cedce438a3e25a71babb, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', 0, 0x09ceb4d1b533f86cee5dd80da5fc45ef, 0x09ceb4d1b533f86cee5dd80da5fc45ef, 0x4ee9abbcb387941f55b3981b0f507dc42721376f90d6feff8b6df89a2d29197e, '', 0, '?'),
(0x22c78a30f9dd78699144b8f9987a7b24, 'wp-content/plugins/wp-rocket/inc/deprecated/3.3.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.3.php', 0, 0xd0376dad01f74bfff8361cd9f5f66c36, 0xd0376dad01f74bfff8361cd9f5f66c36, 0x61bb1e6ce4b6932a996b685d2d88aa876b6d6a49b1a69e833c234b3034f34e5e, '', 0, '?'),
(0x22cb670486730df444f232f6e3132968, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1.php', 0, 0x836e779f086da86e35e21bb66fd93150, 0x836e779f086da86e35e21bb66fd93150, 0x43c726cf0b7c7da943a49e0b32dfd8dbee9edfcb7c024128d6006aa1389bf290, '', 0, '?'),
(0x22cfe73894e606a1d26d74bb0b0dc2ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_3.php', 0, 0x877120fb05879aa734e15aa37f6dd1d9, 0x877120fb05879aa734e15aa37f6dd1d9, 0xa66490f310cd3014dc1fbf733d0e9af750501321819e0305fc9c867f684dc890, '', 0, '?'),
(0x22d30cd8597ed403565f5ebf49248749, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 0, 0xbb2534955a75ce8c0256ad8c8c550273, 0xbb2534955a75ce8c0256ad8c8c550273, 0x83a633002f406180adc6593ac1c5c060344fd955fcc54557e8209939423a5494, '', 0, '?'),
(0x22d393f28910e9937ef73216078ab904, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-functions.php', 0, 0xc0fccd06053219fb9638ecb3326a3f86, 0xc0fccd06053219fb9638ecb3326a3f86, 0x2fefc41597e8ca368465a49dfbe988b6277f836ec8d0f6b96c00f745e21f159d, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', '/home/abt90iranbet/public_html/wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xb0950fe2f73f39e1c10104d75b64b3d6, 0x151522890e1e0890091bd0fbaba866a0e38b06c175f2841745396960f334276a, '', 0, '?'),
(0x22d675407258343296dd0403eb265b45, 'wp-includes/blocks/comment-date/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8daea75bbe6e83427d1ab71e39a73e3f, 0x2324457499a12755a7413350e8b87373b9f12a33dd5c8ac612d13f560d9b8dfe, '', 0, '?'),
(0x22d71970424eae3d9fd0a45aebc611a8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', 0, 0x3f8eb4b34fe7eb242b647a00acc60f00, 0x3f8eb4b34fe7eb242b647a00acc60f00, 0x9fb863eea4db110cae6a658d17764677f64adf9bea523447e008a622466fafd9, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x379a242c582c1c1758e3e46f7e4e9bb9, 0x7d0ea9c2f8c8c033b5b5dcc6a85da53889d8558637d78963060702abf43a9680, '', 0, '?'),
(0x22da3c61f47f65ec48ced8a5d745908b, 'wp-content/updraft/backup_2025-03-11-0328___90_8328b50a41e3-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-11-0328___90_8328b50a41e3-db.gz', 0, 0x93d205eb4a95c708f1b9fcfcf49737c4, 0x93d205eb4a95c708f1b9fcfcf49737c4, 0xeb95ea15c992b8b3a9dd54b907c3756aa1b5b9f8ab0942f0236a0ae09e5131f9, '', 0, '?'),
(0x22daac3cc599ff36c5d4b9a5e4731c12, 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', 1, 0x00000000000000000000000000000000, 0xc9431821f83bdb43306c7a4d94904f65, 0x5bd8424b9dfef6029bf3c1d3ecfbe37485cc48ea2fa5042c5fef4be12c4ebbdf, '', 0, '?'),
(0x22db5fb99ca62c79fd4fee5cb9efe1fd, 'wp-content/themes/twentytwentythree/styles/marigold.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/marigold.json', 1, 0x00000000000000000000000000000000, 0x39329e5ac2ed19054003cb12416108e5, 0x48310789b97e32705eae7ac6c060dab6823e60eb158ee65099e3db46214e8352, '', 0, '?'),
(0x22dbc309de410f2145d7ae2bc0e28a10, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php', 0, 0x2b3ab9131e26289f8ebdb89a466d82da, 0x2b3ab9131e26289f8ebdb89a466d82da, 0x07cfb68e67d911671c762eefa312301d181d27582105da1555e3889ec0892878, '', 0, '?'),
(0x22de14d230d800934cb5274dfc17d70c, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x22e27ffa88fd0c349a3719195b24d1b3, 'wp-content/plugins/poka-review/admin/js/poka-review-admin-preview.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/poka-review-admin-preview.js', 0, 0xe1bd201cd9bffc53fe83704abce06c36, 0xe1bd201cd9bffc53fe83704abce06c36, 0x9683314f24f521cb3ef113ccc1851788225c85da36542d45b0c3427d149de2fa, '', 0, '?'),
(0x22e51cae92356d71c0ff388fa712a909, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/FontAwesome.otf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/FontAwesome.otf', 0, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0x22e915d97a563f300da5635fc45a64ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_2.php', 0, 0x31f3f9cdf63524c6a019db3d756415e4, 0x31f3f9cdf63524c6a019db3d756415e4, 0xa6fb4e5ee400855df566a209c57bf12adc9de248897f98348415662a44cc5a9f, '', 0, '?'),
(0x22ee44e3b15a7e00f27c9033d61ff5df, 'wp-includes/blocks/query/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor.css', 1, 0x00000000000000000000000000000000, 0x3aa961461bd44cac18b530c0d10690a5, 0x15d637aab3351f2ba3d66c2160ac545ae94edfa749a76708d248bd08fee673ea, '', 0, '?'),
(0x22f65cb2bca3d893d8e6aca8bb44b559, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_css_generator_demo.php', 0, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0x205aa0872380fb26256391e0f604e2dc5766566192fbf0e066e573862ece91da, '', 0, '?'),
(0x22f65edd690072fe16b75f47db75dfde, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_7.php', 0, 0x569999da518c0f75d2a6832afca278ef, 0x569999da518c0f75d2a6832afca278ef, 0xcce64790c2313527687953b82d9eab9b4c2adc719c00833d8d057b03340d2ace, '', 0, '?'),
(0x22f6be3933e5f0be1c2c18cfafdf6365, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import.php', 0, 0x1027282483187e40efacb25895d6d74b, 0x1027282483187e40efacb25895d6d74b, 0x927ff1f4b002756dabdc239acd405ecaa787afe08a751a213da3ee97ed022977, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/date.min.js', 1, 0x00000000000000000000000000000000, 0x6cde0e36f9c9c209ba2967f40f4d0e85, 0xe994c618e24e89d9dd75639a828f076ee55d25b99295e06d1d8e76eff089a7bd, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x230092aa310f1a185b3d98262421bf2f, 'wp-content/plugins/kk-star-ratings/freemius/templates/ajax-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/ajax-loader.php', 1, 0x00000000000000000000000000000000, 0x00e151cb955091aaf55f247730171b88, 0xbf81e124f5108c626a1a50208728f65ae97cee90a0847f3ee5a38be3d9584fbb, '', 0, '?'),
(0x230095eed7262dc60639121d5e32b92f, 'wp-content/updraft/backup_2025-07-08-0327___90_02f0a34e9c2b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-08-0327___90_02f0a34e9c2b-db.gz', 0, 0x6ebd33a36d484101fc883d4b34a1457e, 0x6ebd33a36d484101fc883d4b34a1457e, 0x2de4a89197486658d8d888c6db188a08d7a66718df5298fa19de9d2e5ac9444f, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x2b492a6b0743fb653bd050b8a18cac53, 0x038aa05f275c0371c8cbfc4630b48b7bc6fed0a246d10d0fd219832ee6a04f4b, '', 0, '?'),
(0x2310981719b5b56f9e9d69ae81732904, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_4.php', 0, 0x85547408cc7c31feabd3024acee8509d, 0x85547408cc7c31feabd3024acee8509d, 0xc0f346415097d4768842d90f977c727e5e639020e485fdde6fe9637d2bc3646a, '', 0, '?'),
(0x231356d346370dabcc8e07e5fdcbac01, 'wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/dom-parser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/dom-parser.php', 0, 0x008ee899990b21ee8895a132e4853932, 0x008ee899990b21ee8895a132e4853932, 0x8d13df88415c9c4adc1446c7dd2139113450a91acdc366745ad47fe9c3269901, '', 0, '?'),
(0x2314a65b63d8d8a3f219105e79b74ff4, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 1, 0x00000000000000000000000000000000, 0xbdc1699d01238ad9dd9883191d476c24, 0x176a5379b7be1a77ae0055690b9b9de0743b7803c9b2ab3f0ef56442dba6c61d, '', 0, '?'),
(0x231fb962829d282004b1a6cae6de4bcd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_9.php', 0, 0x8142aed31f072ea53d721d4c0514ca80, 0x8142aed31f072ea53d721d4c0514ca80, 0xb3cc5ec5dcefbd454168705c138847b6e6707c503c0154704a77f71770881f89, '', 0, '?'),
(0x23212f0fbab4a3fea8a21e8a89e417be, 'wp-content/plugins/wp-rocket/languages/rocket-pt_BR.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_BR.po', 0, 0xe8c6c2e96cff92f782a78d786574e8b4, 0xe8c6c2e96cff92f782a78d786574e8b4, 0x9c006ec0de8d4e9f96e0b8d8705d25e61bbb6051fd16ef86f6ea56b1bf9efc96, '', 0, '?'),
(0x232564fe1ac680dd5b3b94e15adee005, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_9.php', 0, 0xf7e46162c14e0670edfcc5d748751403, 0xf7e46162c14e0670edfcc5d748751403, 0xb58e2d3ba9e1f1d1200238ea01977d0bb077721d65e7abb6f18cb45913b88692, '', 0, '?'),
(0x232bf2d5213a9b2798e8b8550f060408, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-d.png', 0, 0x431bf77d6eedd5676b225a52c7013877, 0x431bf77d6eedd5676b225a52c7013877, 0x77fa6c84fa693ae3abb636b0ddc97cf5fcad6cb72ae394d13d51780af61c7cb2, '', 0, '?'),
(0x232fe888d0a9e18fe2da4ab3d689d1a5, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_top_posts_style.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_top_posts_style.php', 0, 0xec9d17f7ee51b6ef1d96653fa54761a5, 0xec9d17f7ee51b6ef1d96653fa54761a5, 0xc7c1a6e744983fea4636bed44b3f4b20355ff92137adc85151b359e09c54b40f, '', 0, '?'),
(0x2331607c1886fc4c70ce5820581ecc68, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_9.php', 0, 0xd031cfe05aee93ab5c656c8d890b5c2f, 0xd031cfe05aee93ab5c656c8d890b5c2f, 0x006a79ae15fa626ddda06cb5f7f54af86c16fefb5d3570bf0179a138b12b4fb3, '', 0, '?'),
(0x233462dff05c85354ca23034bcda175e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php', 0, 0x3927f55b50e8853181acd2cb3ca419ad, 0x3927f55b50e8853181acd2cb3ca419ad, 0x87129a30f6034eced4b5302a7fb356432a535f81c8406e00b98950b67eeb3eb3, '', 0, '?'),
(0x2334a0b069074776bb752b42d1ed942e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x006a3289d0e4d1b72c1eb6ab47edb8ad, 0x20a21a887a86fe533f56b25a25be178ab1401ed4a4b388bfbdd21501895b26ab, '', 0, '?'),
(0x23353d01ca758405703a78e26893bea5, 'wp-includes/blocks/post-author/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8769a9d9d5e29ff756b4d61c78e8c5f1, 0x9dafd3bb7741123a5596bded27e493f08f328ca855377ab9a382ae5864fd9bcb, '', 0, '?'),
(0x2339839488c0d961a5dc1440309de490, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 0, 0x7bc23c91d8d2425b173232343bcd8e3d, 0x7bc23c91d8d2425b173232343bcd8e3d, 0x629572de637384e9b11ca30a1d76555b2f38c734457f84d46c21d68b04eb9cd1, '', 0, '?'),
(0x233a6936e8b6ec0d08f04eab79f960f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', 1, 0x00000000000000000000000000000000, 0x38313149824105bbbcfa026db37019f0, 0x19ff4d36647b9da46ac1f43ab61ea5c628ea2a2e9d88d36ae250f6e978660647, '', 0, '?'),
(0x234437f3c1d692a5f93ec31f014fefc7, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php', 0, 0xc628ec51a7ad6a52963c858e97cb2f96, 0xc628ec51a7ad6a52963c858e97cb2f96, 0xa2820a76ef60895e2ab816c03438b6cf63360019c8c87898dc61af2e2d544750, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x5dfbbab7b72f46364599df7acb331b15, 0xe1f2c38d224008140b8d81c4e848c800e50cfa79c3ce5919a01f44bb30237da8, '', 0, '?'),
(0x2349c379055ac3258988746c3a000746, 'wp-content/plugins/updraftplus/central/modules/theme.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/theme.php', 1, 0x00000000000000000000000000000000, 0x58dd2396e918b7cc0182f5358b4d091b, 0x36149c0c1b73c079ae676fd7f05a34dba272f0ecc75b4c0393b778b4569f81f4, '', 0, '?'),
(0x234deb47deffc4bd7beaa5ca9ba033b6, 'wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js', 0, 0x4889cb812ad1a7d58795421088e383f9, 0x4889cb812ad1a7d58795421088e383f9, 0xa19218e682bda48919a43363deaad0eb388079832c4b6237ba2125be2f1591b3, '', 0, '?'),
(0x23519bdf02723226553ad21877f5fac2, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php', 1, 0x00000000000000000000000000000000, 0x461ae2bdb494fef8fdca05ae9a62aaa4, 0xeb0df71836db8e63c5f06662af0dcd231a86f0ff277c39b9cbbfcf3c655d2e50, '', 0, '?'),
(0x23521e5e2375db357e4251ed80f1a9b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 1, 0x00000000000000000000000000000000, 0xf9ff00d57d3fde0268e7509317fa8e7f, 0xdb5c4da9f963bd069e01e102a649d62ac7799e3a824cd7636ac23304128f9915, '', 0, '?'),
(0x235229c8360e8adb03426c9ff48816ca, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_slide.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_slide.php', 0, 0x4303dfb9d72490676f3d9b6f1a44b294, 0x4303dfb9d72490676f3d9b6f1a44b294, 0x56331383a18297a98160f4293a0f34236062a0987695977622075e50fded2d44, '', 0, '?'),
(0x23586ddaf5a42b7faa0aa001cae5962e, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php', 0, 0xc75a9da572e223ad73144882b6f642b8, 0xc75a9da572e223ad73144882b6f642b8, 0x51f7b6e56f306a82e47790c605edd72c075e4a2285aeda718757db120fe76124, '', 0, '?'),
(0x2359556d06dd3a7bd3cb7f5330def70d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2_no_content.php', 0, 0x3e86da08a5c62c823c4d19ba0d0109f8, 0x3e86da08a5c62c823c4d19ba0d0109f8, 0xec3620bc46dd4082b3a1ffbf88a151a8d53fb788d5ca12970a60ebfbf31ff8a8, '', 0, '?'),
(0x235e0545ccb5782376874eff0e4684fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_2.php', 0, 0xa799a004ed1bdd9a5b354a9cc695803f, 0xa799a004ed1bdd9a5b354a9cc695803f, 0x175bf1542fa6dff0db5411d6bfa892961b15a6edcc241606b0171aaa933b4a73, '', 0, '?'),
(0x23621fc7a693c7d6cb537e1138c7b815, 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js', 1, 0x00000000000000000000000000000000, 0xa095cc82c2505b373ea5186ebe36ff76, 0xf62f4827ae779527b5270f6945411fe1d374402af97bfbcab7b700640f063443, '', 0, '?'),
(0x236a2d61b671efe6da1d9bb490caeb60, 'wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', 1, 0x00000000000000000000000000000000, 0x1eec19bdff184f532931576168e9f845, 0x9c28ced1a45857e2af818ed184de17a66d7c1cec0a9e125123b847d058a826ab, '', 0, '?'),
(0x237414c26e1f32a8efd8d23dcf5e1656, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0x34780b02f1259c0d1a2045d8feeaaab9, 0x935dace0cdcc669b26e0b5740fee9657486f6b6345d081df7d96e90ff03a8c4b, '', 0, '?'),
(0x237acf8a25faebc389efc42eba91d12d, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0x1915a39780656e4b1966b450778549c8, 0xf131f7462e67e8ab8294b49d43c1a806b783d42007ecda1235263e294d0dda93, '', 0, '?'),
(0x237c054cee8827d67eb3757453387421, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/heading.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/heading.svg', 1, 0x00000000000000000000000000000000, 0x33e06e9973fedeeded94f3051abb68c9, 0x8bc09ff3bcfbaba6419324cc214be067f42ec312fa296272c705cb461691f9f2, '', 0, '?'),
(0x237c46cc89b3259fa1ba810c9a9f811a, 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 1, 0x00000000000000000000000000000000, 0x31602e39f73e017634b330d856c75994, 0x38431a697b98df7aea512ca3510e232bb19f422fdde9642b713d2a9cbe0a33ba, '', 0, '?'),
(0x237f8ac6852e45c2b71acd6c3b3929db, 'wp-content/plugins/kk-star-ratings/src/functions/get_hof.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/get_hof.php', 1, 0x00000000000000000000000000000000, 0x1b17623e0f536195af9d684d1db9ec50, 0x92cc7473e2d639eeae10c81c5bb8d7523473229a4c62179d9e0599def18d4a51, '', 0, '?'),
(0x238941bcb00839fbe42eae0d9ccb37f4, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php', 0, 0xafdb308d39d4ab523a821bcb99e9c903, 0xafdb308d39d4ab523a821bcb99e9c903, 0x963d3f5e32e355bf1511727f2237872a475a326a809b6d55f358dd4cf43c8346, '', 0, '?'),
(0x238e2a07fc8954cf67cf743a49ee75f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_panel_settings.txt', 0, 0x16b9256d1f07d10abee2d2f40c7ea1a3, 0x16b9256d1f07d10abee2d2f40c7ea1a3, 0xa49fc550bc9cd51cf9f55d99306189ffafd2676c09ddbc349a924e42604ddd22, '', 0, '?'),
(0x2392377c56a98b14fe4f81d77c9238bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_6.php', 0, 0x545cc2d2f1cd7e2786e968b5867cdeb3, 0x545cc2d2f1cd7e2786e968b5867cdeb3, 0x62fde9f56790bd789de46e876c047335471e814ffedb649dc0b413856469e92a, '', 0, '?'),
(0x23945c4db4c340ad30ac1c8d1fda54b4, 'wp-includes/blocks/post-excerpt/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa90904933ceb95d00d2777390e7a0752, 0x054f9a46736f4b4c2a08d5280ad66207e26086664e58837353d49a865c53a15d, '', 0, '?'),
(0x2395f8e86a2f098b5a13e336a0467fe8, 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff', 1, 0x00000000000000000000000000000000, 0x6621c30b953cbd0df80b8b93ea795390, 0x222d64198bd3f24e4e369e33ac50600eaef2ca9c607f218b961ddaac09a271be, '', 0, '?'),
(0x23987bf2108765810915104849951e9b, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js', 1, 0x00000000000000000000000000000000, 0x23b1ee919e5b5d23a2790f417fca2e89, 0x41d3d82e48a7738be897a48d403c0fa6f8437652f0dd8fd76b7fbcab81174bf5, '', 0, '?'),
(0x23a168b40ebf39f583c3b583ec066fdf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', 1, 0x00000000000000000000000000000000, 0x3c93998607a608526ef3758dbd81f24a, 0xd24ac41f04b3ec4b105e5dcbb133194cdf3ced0e0d876e8b23c1e79f5b92d701, '', 0, '?'),
(0x23a26312dfefce493ad676a9f6212605, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_5.php', 0, 0x6fd382b23e759b723d6c61a9fbfda0c6, 0x6fd382b23e759b723d6c61a9fbfda0c6, 0x7ca56bbb62358642db664862248f1b8307623514be77a28188560d12c8727abc, '', 0, '?'),
(0x23a3bdb9e47aaf2a1858dab289f5dae2, 'wp-content/plugins/kk-star-ratings/freemius/templates/contact.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/contact.php', 1, 0x00000000000000000000000000000000, 0x9138223111769d1fafa6889b29db4f10, 0x0cee694a1d4397e4ee9f56848c0eeccb510903be7cb28c1bd9e5eed33e6790e4, '', 0, '?'),
(0x23a608c932f247ea36fabfd1e96dfd84, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fa_IR.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fa_IR.json', 0, 0x2fec9513aa0d4f7653605dfb6fb8d199, 0x2fec9513aa0d4f7653605dfb6fb8d199, 0x89c7689ac038fb9ddd77524c68667802fb0c61a523732b1fcebe02cb6b342c06, '', 0, '?'),
(0x23a76d25c1befbad3d0577754f22a893, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_6.php', 0, 0xa24f3e771634936fe69864c9e70c3f89, 0xa24f3e771634936fe69864c9e70c3f89, 0x38df7e5a0ddf9a4af8196c6855b9372a555bcdbfd57698a094739ca28bb5d84b, '', 0, '?'),
(0x23a8909bb9416530627b39a159944663, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', 1, 0x00000000000000000000000000000000, 0x8a2139c363f108dd560a19c4d4d31476, 0x5fd1f3ae2c7137b2815c7664cea711370c29060af92af4d3393a7bfd3411ca7c, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x23ae3baeb96284b94d5b73462ce24ad9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 1, 0x00000000000000000000000000000000, 0xbbeeaf651605a494a97315e221f5eb1a, 0x8109c5d363e60eb275cc5a5bee59005edc754f282920002654bcf1c4074c33e1, '', 0, '?'),
(0x23b4a60e09484df0555a0d2667d9ca64, 'wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', 1, 0x00000000000000000000000000000000, 0x8aa993aa901657c0456ebe91bcc86c90, 0x04b813266dafca1b719e5de9c411ce0b4f78f44b07b8f0e29b0cf8753fe26bea, '', 0, '?'),
(0x23b59a3ae52a82fd111c286cb857001e, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js', 0, 0x1c31731f148891254a47e1d0336613f8, 0x1c31731f148891254a47e1d0336613f8, 0xc2f329e3bf75f53a675ba4882ab9ea22ae96a980e8901353fb8e795c82e93d74, '', 0, '?'),
(0x23b8667aa2d3585e9286d8dc5055a420, 'wp-content/plugins/td-composer/includes/Mobile_Detect.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/Mobile_Detect.php', 0, 0xa6baaf0b99d8c0a55f6cabe01b191169, 0xa6baaf0b99d8c0a55f6cabe01b191169, 0x650d388d6c48faafb87873171a0f3a7b6d68597de928d6e47af90d096d602512, '', 0, '?'),
(0x23b96463d202021f418d0c86bc652eb9, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x52e43743e38a67d5d28845a104ca8c7d, 0xb5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965de, '', 0, '?'),
(0x23b9685f8d8f17f7c0b0ecee291454e3, 'wp-content/updraft/themes-old/twentytwentythree/parts/header.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/header.html', 0, 0x5d72b743431365414610c2ca74ddd4d1, 0x5d72b743431365414610c2ca74ddd4d1, 0x1ef5af15c2a9f622acb1844b304428741cb92cc29a37ff05bbf312e81cc849d7, '', 0, '?'),
(0x23ce1a785af9844126bb797cfbb89786, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', 1, 0x00000000000000000000000000000000, 0x8f004e5ce3df2f8ffa61ee8db71ddec6, 0xeb7a589bc4999f071865530787736d1751196903d9cc39ad4222090723728e61, '', 0, '?'),
(0x23d2295fccdbb1fa59f582a19a687d32, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 1, 0x00000000000000000000000000000000, 0x2c9d95177216f80e2b9fccfead1711cc, 0xd8735322f2970efb45212259ce77ce296686972daeac01293f0587afd2ccbe09, '', 0, '?'),
(0x23d3c8cbc098795ff6c9e7cb3e9a379c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-event.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-event.php', 0, 0xfac949a24270c8c12137af6c4adea201, 0xfac949a24270c8c12137af6c4adea201, 0x56274e5b2390d478f81329533c148a91ff8e33d13c7f3fd35f3094a657cf2d7c, '', 0, '?'),
(0x23d4f7e08c0f466d15a097317e82cd2e, 'wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php', 1, 0x00000000000000000000000000000000, 0x6a44e23656dca29a31f34d6f8df5a3da, 0xc185d27f4b70f6bf9eccfb71693ac219717cff81ed9268caf09b131df1f366f2, '', 0, '?'),
(0x23e02e9ff5f8ffc9b71de9d14c8763ac, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x86af5b5166fff87b89c24214cb399841, 0x50971655ad6ed95b253d9ae2e5a07fa50f5f94f0f5efb3068723ef13755fdcc1, '', 0, '?'),
(0x23e518baa046c78eb08c45e21772ca3a, 'wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x826adec38802173548b19a2a7ee139d4, 0xaf4c7b07475839d5a63e524000d5b49e682b5cd6dc063a357af481d2a669caff, '', 0, '?'),
(0x23eae2e443711ac0b7192a6c338d58d1, 'wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php', 0, 0x2ee0fc38f7a4d4915e60cb8335825866, 0x2ee0fc38f7a4d4915e60cb8335825866, 0xd15430dad15a452ed5f59e8de5145374a943a3a77e12a708c7f498deae73093e, '', 0, '?'),
(0x23f15575f90de2ad14052eac0e758a4e, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 0, 0x257c000c8ceef1b6343cad5b8e42af5a, 0x257c000c8ceef1b6343cad5b8e42af5a, 0xb11dc851f4f376e73b3a388f46b51f7b2a87b5acd0dfc882dc014348c83ee1e8, '', 0, '?'),
(0x23f1ef6955d3669bbb88fad17a684a46, 'wp-includes/sodium_compat/autoload-php7.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0x14d11dafb7b116d2e16efdf4ad349ce7, 0xf02dd1d0722a489615f15e84fc4fd23c90617ba98399fe58eb40e56720e3a42b, '', 0, '?'),
(0x23f40f421510cdf3dd1b018e461225ec, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/1.png', 0, 0x1175ee826d4588bf6c964f6cc4114979, 0x1175ee826d4588bf6c964f6cc4114979, 0xd08564188d4c42354d4b604eba69e9e7bafca9a9b9b6b6c846df8f7f112f8585, '', 0, '?'),
(0x23f86821d8bafe8a43389128d3c3fb74, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', 1, 0x00000000000000000000000000000000, 0x1a356b2db7f4f1552b1cc85206d22eca, 0x6097c13635a429a16744a78769cd2141809aa7013176c05af1ce789c98ee81cd, '', 0, '?'),
(0x23fefba5dbda5e438b8bcd2586a26b90, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 1, 0x00000000000000000000000000000000, 0x5b44c7673c2e76dca94823076bdf5349, 0xb67628901db34a47b8c644f85717f31c1f5f3c334f360433e98e6d8e84041ac7, '', 0, '?'),
(0x240871490a4fb29d6480f073dbaa86a9, 'wp-content/plugins/wordpress-seo-premium/classes/premium-asset-js-l10n.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-asset-js-l10n.php', 0, 0x56a7214416e95b6447081683f38548ca, 0x56a7214416e95b6447081683f38548ca, 0xb31861bf17e427c0e5269f8d304f035ec0edfc86bdc6d12be7105180bd0f742e, '', 0, '?'),
(0x240bd73660146bb81ca6a24285b05c31, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-radio.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-radio.php', 0, 0x6ccc5f804ac6eedf264185515102cd25, 0x6ccc5f804ac6eedf264185515102cd25, 0x22a3281da42701552f6aa59e49b97490b22ab485c50203644ae758013d08f4f2, '', 0, '?'),
(0x240c312ec0c1a54ff895aa09ea145250, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', 1, 0x00000000000000000000000000000000, 0xeac9818572f323570484704f0457fb45, 0x72e9aed8b939fc3c8c331d2f3b107f553fbfdb409e72aaefcc63e9e0e01ef4a5, '', 0, '?'),
(0x241064829745bf89d90a9a80c7015d9a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 0, 0x0c6a26170379b4c3f42240a1747f51d8, 0x0c6a26170379b4c3f42240a1747f51d8, 0x3b971230426323c66aa275e46b4969167206522289d94c39331d1d91c72803b9, '', 0, '?'),
(0x241097b00859f85909181c1ec20422e9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', 1, 0x00000000000000000000000000000000, 0x893ad2bde526c05e1024f3b0e4b6c0fe, 0x9f640a2987008f8aa1aaa4635dd5f51e9379fcfa21987a1ac4cf3d5c65779929, '', 0, '?'),
(0x24123458b965fc27d0a4206a8e71edb3, 'wp-content/plugins/wordpress-seo/js/dist/how-to-block.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/how-to-block.js', 1, 0x00000000000000000000000000000000, 0xcf0d2404cc4770eb100e142ead12284f, 0x296a0b885bfbe427224bb0527fb3bcf81e88e1fed2d2424e141d7121d9ec121d, '', 0, '?'),
(0x241503d59a2bf58e3eeef576f8e81a84, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-base-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-base-command.php', 0, 0x93b7346f9d7aa0e31f4da484040a63f5, 0x93b7346f9d7aa0e31f4da484040a63f5, 0x6808a15a77232ed1bbcd1789189af85df58ec554da9acd8b3c59251ef336511d, '', 0, '?'),
(0x241a9aaa1bce3d27fd7740f48fd8758b, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php', 1, 0x00000000000000000000000000000000, 0x0ce118d147d93409395326760c0c0190, 0xb43d9fad9430501294b1650e800c4f8ae2b4a471050c6bc36ebeba819779b2c4, '', 0, '?'),
(0x242301e503ef513492b3f2d9d1425e81, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 0, 0x6bb33c535ea4b7dfce876431ab91858a, 0x6bb33c535ea4b7dfce876431ab91858a, 0xe526fcdac04a543d1c646a39b229f222313df01fc65249439716e4e3bd3c47cb, '', 0, '?'),
(0x242325b65144d91efe2f364fbea36d83, 'wp-content/plugins/poka-review/includes/libraries/scssphp/scss.inc.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/scss.inc.php', 0, 0xac5f13a29ad3e3ebf66fd371921177c6, 0xac5f13a29ad3e3ebf66fd371921177c6, 0x301ec794a9eacd892844866c3275b755b1b668c268cb9c39265fce9d6a2203cd, '', 0, '?'),
(0x24243b68975100d0489668be3c3adb33, 'wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', 1, 0x00000000000000000000000000000000, 0xa988bab493d820ef2f78d8d2ed9f8880, 0x733a18889b0f646d72119c3040700a8f300f12d45e2c82aa9af40cc94d38366f, '', 0, '?'),
(0x24291b07978385174ae20d603f113385, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 1, 0x00000000000000000000000000000000, 0x4445d257270bfa8582e3e3c81c9826f3, 0x9ed4222706ed2f4d2d54c37ea79eb4831318caf692884aabb56fd44404a6ee75, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xbbaae146aaf4e6df1159ac60bd38e689, 0x5e0bb17af879b07b62148e2e6e9a266f40c47b17eb163c2cf8248bf07d18d40e, '', 0, '?'),
(0x243c66b305fcdd5401de878fdbf6c779, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_css_generator_demo.php', 0, 0xf3513e341568e687b0efa80f849d868e, 0xf3513e341568e687b0efa80f849d868e, 0xac2ec69d2dc3c51cead6fcc30ffe52239abc28d1e9cc016e5092871626b3f56c, '', 0, '?'),
(0x243f8d205aa8d49dd8a65af19258f66a, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_date.php', 0, 0xfa6257df1405a3698c274e995337f011, 0xfa6257df1405a3698c274e995337f011, 0x308a3d80a4e55097b69c58f3d9dd5694fd8d6158445a3f745c12fea7bd8de991, '', 0, '?'),
(0x2441f8826b58f77bdef0f13e5fb540c7, 'wp-content/updraft/backup_2025-07-22-0351___90_444834139b55-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-22-0351___90_444834139b55-db.gz', 0, 0xeb9fc174265ce57a583f1cb6fccee015, 0xeb9fc174265ce57a583f1cb6fccee015, 0x0cf8b92c35e349b4b5700109635cf7b8a870077c4e14a9abc394092a10c43f09, '', 0, '?'),
(0x24492af6b96e81a6a1b26749d2a23fb7, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', 0, 0xfe8b343c6b91354df027dc015f9644f6, 0xfe8b343c6b91354df027dc015f9644f6, 0x11c0302b665587f1536e7c872b4d3c82302e2b71ab0ed5484b8654681660468a, '', 0, '?'),
(0x244cf94dd9b341c36a5da93bd7b91727, 'wp-content/updraft/plugins-old/updraftplus/images/updraft_tick.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_tick.png', 0, 0x0e9a37750bdd7bf02f3d240a03684bd7, 0x0e9a37750bdd7bf02f3d240a03684bd7, 0xadfb90f407ef7c55f8e69dc8a1f0bd52222329315de1406830917eb57c88bb3f, '', 0, '?'),
(0x24526966cf74b07941fb0abfa6406a2b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_icons.php', 0, 0x5035d61c975d70691c6bf15a6a5593d6, 0x5035d61c975d70691c6bf15a6a5593d6, 0xdd3fc3f926f1ed99b590ddae427b5d8c8de20ea663debeb096792f5e70894d47, '', 0, '?'),
(0x24661f8c71b9ea0e9bf1afa4e42278d9, 'wp-content/updraft/backup_2025-10-31-0325___90_1d50075bf4ec-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-31-0325___90_1d50075bf4ec-db.gz', 0, 0x4834d677216f48e3e21a33e03a160614, 0x4834d677216f48e3e21a33e03a160614, 0x010e0060d46b63afa84ded09f536358dd1755ed677c5c5024a19fc3ed963626a, '', 0, '?'),
(0x246c5de1ae34a078e156200f73ef0479, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x53db7fd789c6c662968dd1d03f2c747e, 0xc2a09a1aab876794fa85500a81c945647efd25f972cb672f7494fb2a9949ee38, '', 0, '?'),
(0x246ce0887479f1cb75123b1c5213fd33, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 1, 0x00000000000000000000000000000000, 0x53a96413e4c1a2b37510ff004e6b6761, 0x518c44963fc5fdabfe7fb0273ea2f82ed796b1428442c7b6e72c0605e2556b83, '', 0, '?'),
(0x246e2b810c468297b6b22af101631ac9, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php', 1, 0x00000000000000000000000000000000, 0x627986e9bc041bb44cc23b64d7123538, 0xbc31460b00ab64dd22df2a3192c7e169920f068c89e49d21a1dad523d2e827c3, '', 0, '?'),
(0x246e4ccbbf46f8c1e84506f14c65f25f, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/settings-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/settings-integration.php', 0, 0x1c4cedb64c7c0d6259afabfb49bc82f6, 0x1c4cedb64c7c0d6259afabfb49bc82f6, 0x8ff11da24ce87bb6f5da8bebad24e82742bd5ff0bd3a0d208db3d49e2b1c747e, '', 0, '?'),
(0x2474451297780c4f2337db6a19977b20, 'wp-content/plugins/elementor/modules/admin-top-bar/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php', 1, 0x00000000000000000000000000000000, 0xbd1a59608241e193fa71c4d9587aab0a, 0xe6f15313c3b801872c3f7a38f4b8c7f630cb0a319b46d53718c25230a2297222, '', 0, '?'),
(0x24785dfa2e626fff4b7b5affe33caa2f, 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.svg', 0, 0x75ab47ef896a85e4860714dacd516410, 0x75ab47ef896a85e4860714dacd516410, 0x27c64fbaced8478108b30c6782b42d1518f000d8842dc55f338f0df00f3854e6, '', 0, '?'),
(0x247952aa1f12cb7541fa461be0935a66, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/billing.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/billing.php', 1, 0x00000000000000000000000000000000, 0xa4d01e92aa59d731ec4bc2763664e744, 0x892c2c8d9b23d06d158059157c912d7f6e79c78b7e326cf3f0aa8f7449481dc8, '', 0, '?'),
(0x2479dc85368413a6b19b2f75a742afeb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_8.php', 0, 0xf3738881d3f06dd1480da2f3ce4bbbd5, 0xf3738881d3f06dd1480da2f3ce4bbbd5, 0x6c410d4a509c5f5eefea9be4d9f90d05c903c16a10a55211f4dcd30a38663402, '', 0, '?'),
(0x247ff4085a96747ae10fcc749d576d18, 'wp-content/plugins/elementor/includes/widgets/button.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/button.php', 1, 0x00000000000000000000000000000000, 0x912e682490e7e7b0bffdc88ef5bf600a, 0xcd28707252b6ce0789e019b0b262f7bed45d800c61a4df407972d99bc331311a, '', 0, '?'),
(0x2480277fde1edda8f0056c9226cab770, 'wp-content/plugins/wp-rocket/assets/img/bg-activated.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/bg-activated.svg', 0, 0xb45cc7b928bde94f5cb25fb4ae738a3b, 0xb45cc7b928bde94f5cb25fb4ae738a3b, 0xbccd10e10cfbc38d7b4d890bf7674df8df27cbf6ca8c050aa60f7593199a0eb2, '', 0, '?'),
(0x2480d8306c4bf0fc545a274d4f77367a, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices.css', 0, 0x914445e8f68378ac6a4d7968be234dd3, 0x914445e8f68378ac6a4d7968be234dd3, 0xf1e6033c1f3ca9098da0367f6c3c5f159638cd1783835a190eb3fff2c6393f3d, '', 0, '?'),
(0x248ba241f04ca7799513fe2703b37521, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json', 0, 0xae1b3721cd2c338d23d724328f8bb660, 0xae1b3721cd2c338d23d724328f8bb660, 0xd41e296cc13c87f85de8061801c9c173a3e9d2f804abe834ca8aebc547b5b195, '', 0, '?'),
(0x248f3c581a29d37f4d0f79311847d054, 'wp-content/themes/Newspaper/images/icons/newspaper.woff', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.woff', 0, 0xf69149ebacb6945516dc3461078b40fd, 0xf69149ebacb6945516dc3461078b40fd, 0x94bae6f82940d8f2bf484518d7669699d8c01dc69de97cc1156a95f6e9c0b4ca, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0x2af6864dd63094996a655bf5d6592a0c, 0xcae59b5df89ebd34fb8ac8f600bacc7f20eb7de5a5db532f1441689c02b429aa, '', 0, '?'),
(0x2492ffaee23f2c83f6b2f6dbfeff114f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/demo_style.css', 0, 0xceebe8f95f817dca9e2b001ddf34e96e, 0xceebe8f95f817dca9e2b001ddf34e96e, 0x0d08da1c5f988fafc0c249145f2bb33fc594ea13c5fe16e143158cd4f598c3ee, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0xf88d21ed89e52219a5bb56250917097c, 0xf6583e8f87daef9c5b365f8de35c97e6b56106b7339b0881f7c9d0731e1fe956, '', 0, '?'),
(0x249afde7207e071e3c2fac896152f4b5, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 1, 0x00000000000000000000000000000000, 0xe8d44961097e50a05681ee442f0dee9e, 0x834fcd7f6712c2a718c984d4c21d7a0c58f4a64a1704f45266c5794ac416c5b6, '', 0, '?'),
(0x249c68fca8ae32dc91eed2774e1c4757, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php', 0, 0xdf8cfbbaa92e4fa08796b4d8fd028423, 0xdf8cfbbaa92e4fa08796b4d8fd028423, 0xb11d72267f14285d9e695369329f0cbb0850c9dcb0606c7da83357a421475be8, '', 0, '?'),
(0x249fe8ed2514121ad1c01b1d6491cfbd, 'wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', 1, 0x00000000000000000000000000000000, 0x9360427242594883a3ee22d30e5a0dbe, 0x3075bfb900547f3ae3ca1dd4ec977cb6af56ed471231dea7ad9069b108ec7a60, '', 0, '?'),
(0x24ab32e34de8758df4bd760c022e851e, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-10.png', 0, 0x605665d688a51e23e7b386485c70cfd3, 0x605665d688a51e23e7b386485c70cfd3, 0x816808a4d37632828bab688fdc671d5a1a249ef4ce500bd76e917fbf254f1291, '', 0, '?'),
(0x24b5de49da482df834abfb079e2d17b9, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_meta_replacement.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_meta_replacement.png', 0, 0x56388916a94b848ee7f69caf8fc34666, 0x56388916a94b848ee7f69caf8fc34666, 0x149a89780f692d8248a80ca1ee78aac49899bb977b48735813ede32926014ed8, '', 0, '?'),
(0x24b7b200047c6b62323320aa19dbff98, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dailymotion.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dailymotion.svg', 1, 0x00000000000000000000000000000000, 0x2245b41258b4588ee966d6020d62242b, 0x0a47eb963d2640b80fc6c562ee664d65fa66226bc370052935ab465497ab3f4d, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', '/home/abt90iranbet/public_html/wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0x0e9de73be0f21b1d89f539802f8dae02, 0x6ce774c53d9d7030b22efd012a2795b6140a39b476ad2d6fc2668e30c83c3c2b, '', 0, '?'),
(0x24bce650ffe2e55875fb9cd0e49015d9, 'wp-content/plugins/wordpress-seo/inc/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x24c1ebbf5b743b59572a821af284f8ac, 'wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js', 1, 0x00000000000000000000000000000000, 0xd4d9a951b18bf60bd2c7a1f20f9813a5, 0x611ff918697d12a0fa2206dc88a3ee52d321c73defaac1571d2889eff57495d9, '', 0, '?'),
(0x24c46beaf5e97de821dd0fb042fd07a9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', 1, 0x00000000000000000000000000000000, 0xd9bd7038baf0be598d56f7eabea6a467, 0xad4a4d94f93e9ff647b55605c77b44812ad2b88d7073b3ccec08d22c70aaff5b, '', 0, '?'),
(0x24caff418dbd78c7c80be5a4e4d93b18, 'wp-content/plugins/shortcodes-ultimate/includes/images/player/metro-start.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/metro-start.png', 1, 0x00000000000000000000000000000000, 0x56a19b053add21000cc885f6f53c2518, 0xeb7fd19495ab3c243f950681e2a0b4adfc4e27503fa97f92928e1ac8e130f7af, '', 0, '?'),
(0x24cf1038da7960eed3e1d7e2e8975247, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', 0, 0x7269ce3444622dea241b7b5cf349c93b, 0x7269ce3444622dea241b7b5cf349c93b, 0x4cadf5e806a1cd8213dffdb2b589d46e93eee8804dbfa8ec160a32ca0fbac102, '', 0, '?'),
(0x24d1d625d6019d9cd682be557f9d038f, 'wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po', 1, 0x00000000000000000000000000000000, 0xbc96805036948c4b10fb4971de7c99b1, 0x851450cf956eed8993733e7ba5991f337052022f6aa954518bc5d6fdd355392b, '', 0, '?'),
(0x24d571b97c2399220509ded2b93cc90f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', 1, 0x00000000000000000000000000000000, 0x83bf8c89c4b5e3d69c500f8dfab4fc62, 0xde55aa5401a0085870c59a85aaffba643877793eaa38c7888a540d2b78289294, '', 0, '?'),
(0x24d7b5f07e9bc90631e3ed4420e92305, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs-capture-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs-capture-js.php', 1, 0x00000000000000000000000000000000, 0xd4bfd4ede6de7ab19ffa05b06680847f, 0x9ec24242139807eaaca50391c048ca2a27f875b6e2d23a7f50991406d04ecaa3, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x9efee6690b6bb311111518ea127f9973, 0x5e268656f06299c72c9b1c9573d7c4425e06ed9752a31334bed1b89083a9c556, '', 0, '?'),
(0x24e7034d0c6e25ab48f16a80cda5bffb, 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE', 1, 0x00000000000000000000000000000000, 0xf7786f46efa7706a39adcd5b5e1ec2c3, 0x9ad940d6585bda0b70133ae0a2c56a9507c23a68a4f178c4d5283ff4bee707a9, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, 0x00000000000000000000000000000000, 0xa35ccb5e3e8335b1706191c657bdee3e, 0x0c8da7f491ccd20e9308a4e9dd4443c9ec584734574650b723de014e12b9531a, '', 0, '?'),
(0x24ea4357d823ec06ea7a6eac1e4c2e8e, 'wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x24ea471f451df06b06c63c5bbd8cfc9b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x002acfd3fbd21730962d947a633c7aa8, 0xe0955ef81be32441050a2312aa9a37c554fa1f8b0eb65a50aee4f32da380e24d, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', '/home/abt90iranbet/public_html/wp-admin/options-privacy.php', 1, 0x00000000000000000000000000000000, 0x7954f13fb1b4e25cd57905cd79b361a5, 0x482574077e719067fe9d97770ca5cd60f2ea1c151ee919e7e70f02a2f89a2d44, '', 0, '?'),
(0x24f2ecdfb08f52ed0dad13ca61623821, 'wp-content/plugins/wordpress-seo/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x8985f66d65e47c95458f185af9417f9b, 0x1a53e6369ee6724ad156b2799bffe499094c15a943ee45722acc2e535b9657d4, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0x24f433f69095044985b889d6eb921a9c, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/welcome.less', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/welcome.less', 0, 0x521b01b4986f9e836f4f65a70207182f, 0x521b01b4986f9e836f4f65a70207182f, 0x1850590dd5058a6cc308154b581c060a85e971286e4c0b21ecb36bc62ba3a2db, '', 0, '?'),
(0x24ff18805f9679a3a2f4a46c5ab2a913, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_panel_settings.txt', 0, 0x1d7cffc33374657200a96380b8065ae6, 0x1d7cffc33374657200a96380b8065ae6, 0x88cd5008c131aead50dcddea5ec7e674c8677a7b44686aca7181841628743a3f, '', 0, '?'),
(0x24ff58f7efb888f9fe0ff13c5fd920bd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 0, 0x1df1bdac1d58ec3a347471966e68df6d, 0x1df1bdac1d58ec3a347471966e68df6d, 0xe0477bf7045d61708f854752ae6a7c29544199c564821ab5c6a756c7c7ae5b74, '', 0, '?'),
(0x250715f0d4ae971b7bc566930be986de, 'wp-content/themes/twentytwentytwo/assets/images/divider-white.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-white.png', 1, 0x00000000000000000000000000000000, 0x64b428cab713090d04fcaba692f952cc, 0xe8a74012617b9461d94bd5b47f80727a0db10cb55bc04656122cf2877f2e3ebe, '', 0, '?'),
(0x25096ea8130d331ade9df19eb43ad745, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 1, 0x00000000000000000000000000000000, 0xfc3d931a45c989a7a701e7e30b02f4d2, 0x37bbcd77cfd1cbb48ef123c12595ead3df0f9d72a61f150e0d50ac9b348ffbad, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2509fffde2c5bf936b7558eb62aa9fb3, 'wp-includes/blocks/read-more.php', '/home/abt90iranbet/public_html/wp-includes/blocks/read-more.php', 1, 0x00000000000000000000000000000000, 0xfc70adcb5d5a2204baf0f3798f1bd290, 0xc0c0b58c3dd227ddd80ccd315d21173caebf2f18fe7642536013c69b8b0521c3, '', 0, '?'),
(0x250cf2ae8dec293603ce4d40cf9c9d9a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php', 1, 0x00000000000000000000000000000000, 0x6e20faab1da9b74ba7ee4e1bdca19765, 0x6e00c540211476414f3422c57316d3b8be42082cf18f45d1bdbf6ee8ff4cea48, '', 0, '?'),
(0x250fedac5d4ddb33a854b63154b8e32f, 'wp-includes/blocks/preformatted/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/block.json', 1, 0x00000000000000000000000000000000, 0x750d8d7b3b9d81f52214e40b999187f2, 0x92101da938b442e588345bffaadf5b6dd85be4e04e73acda0010522c4405c822, '', 0, '?'),
(0x251018c9fcff656799c1aa285bc552ae, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 0, 0xb6b1aa0e6f9e5392b4164f17a504198a, 0xb6b1aa0e6f9e5392b4164f17a504198a, 0x99ebb70e95e645813805f3e6d39aa28ac2f525e88c00202538005f606db9eb74, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0x47f962eaa5f6b7e5d9f682f7c504d55a, 0x5314fc1a5680815a80446647628396efc2b87ac8fd9f99430bec1a62ef063ef8, '', 0, '?'),
(0x251562470c2e932b3c7f44160a829903, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import_no_content.php', 0, 0xae52f15d523d7d88389bef65cbe82172, 0xae52f15d523d7d88389bef65cbe82172, 0xfda01a8193b782b90450c53823566d33ad3aa16ee64f2ab3a92d1078d2656170, '', 0, '?'),
(0x2518a70b9159ea96207ab0fb9cf61dcb, 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 1, 0x00000000000000000000000000000000, 0x087e1b5702a908b98498aea6e7f6d5b7, 0x7e6ea747adbf2b5ba1bee091bf709f998c761ea17a8ccf7992fe0ef3e80f2be0, '', 0, '?'),
(0x251b3d1a447b0e4fa5e1babcd9ffc04e, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', 0, 0xa60809cf8cc731ff95d2a0150694fae7, 0xa60809cf8cc731ff95d2a0150694fae7, 0x32067ab9d55bf73aafce588a11004c830681b8560447dec1124aaa794d21becf, '', 0, '?'),
(0x251e668b4e766e7f39c22c0d18cd5790, 'wp-includes/blocks/post-template/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/block.json', 1, 0x00000000000000000000000000000000, 0x715529e2c65c34e67bae77b67afec14a, 0xbe080e709a558ba39e4b7d95d04a613abcdff73a18a842c8f882c01a9b76d2e8, '', 0, '?'),
(0x252098294dc7afc2e98596292fe8f64f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_9.php', 0, 0x1537e884c874b0aede270932d0e06ed3, 0x1537e884c874b0aede270932d0e06ed3, 0x25e6569749897ff2f3d198ea6bdf1ebe4663a39eb5ce620a57b750f3e01d947a, '', 0, '?'),
(0x2522df5e196f5f133b2ddabb53d41a29, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', 1, 0x00000000000000000000000000000000, 0xf61ff8eb39b05872e092874bf1c43ece, 0x5e3383fbb5fc2af43ea36a0d00ff468ac2a9069b9cb20bd6239660943582ae3e, '', 0, '?'),
(0x2523aef3d12ebfa5a1ffa6ae52001d8d, 'wp-content/languages/continents-cities-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/continents-cities-fa_IR.mo', 0, 0x3eb8b3275e67efab200befa72087dac5, 0x3eb8b3275e67efab200befa72087dac5, 0x301a25ed2342c80588ae7c021303f3978121411abb1eed446c70a4cc35f1e7f5, '', 0, '?'),
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0x2528a1215058221fd42de97baa793451, 'wp-content/updraft/backup_2025-11-02-0338___90_8dbc36e55216-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-02-0338___90_8dbc36e55216-db.gz', 0, 0x568cce07ec69a4c4ad7adfefda123db6, 0x568cce07ec69a4c4ad7adfefda123db6, 0x37bd7880f25af45b2b555a54c4812143676e07b54bdae8be27ef19196cb6787e, '', 0, '?'),
(0x2529a4175a728c6da91f75881a97fed6, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php', 0, 0x3a7f669a3cda2dda72c803b8f9e9c909, 0x3a7f669a3cda2dda72c803b8f9e9c909, 0xd3704ce4990aa5e84aa290cbce602f2add8a5bff0e299476137266055b36c898, '', 0, '?'),
(0x252a0472f9076ca8f72ea4063c5ea766, 'wp-content/plugins/wordpress-seo/css/dist/academy-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2370.css', 1, 0x00000000000000000000000000000000, 0xedd9dcab2cf94bc8d25c7e0ca1f0dd5d, 0x7bc9f2487d2a457b2beb3c8f3cfc9088dc8a14c3cd59567682ee75ab86deda8c, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0xf61e634a3e7c457176307c627687c320, 0xdc9ff76ac60f7065f24da84eab3f94ecce1f050461080ec1d258692b21538932, '', 0, '?'),
(0x2533924355f4f941e409ed5eae8d9eef, 'wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css', 1, 0x00000000000000000000000000000000, 0x21426b25e0e5ea5817d8f527bae691cc, 0x4321301b75976207e983be6bfa07788edaab67ce4d5551b5216ab9b02d77f977, '', 0, '?'),
(0x253709524480fad8a58d95e7ccd1286f, 'wp-content/plugins/kk-star-ratings/src/functions/strip_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/strip_prefix.php', 1, 0x00000000000000000000000000000000, 0x29e722b96125fa3dc5296c7677e905e3, 0x0c4155a32bf1c74e8253bb27322161ae0e39f50b6f2eed159c6eacd629bd91c9, '', 0, '?'),
(0x2541317ad8f17d64d99832f4ba5f7d98, 'wp-content/plugins/poka-review/public/images/icon-checked.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icon-checked.svg', 0, 0x79dc1f4f4895051cf41bef741f72834a, 0x79dc1f4f4895051cf41bef741f72834a, 0xd5bfd0c329cfe3a477665785def486c02a86a8822a99a6da7a7f10817d2cf45b, '', 0, '?'),
(0x2543695803e74ecfbb8fd228f06f71ea, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-javascript.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-javascript.js', 0, 0x6e237e566df38ea8e309eb89cdb17765, 0x6e237e566df38ea8e309eb89cdb17765, 0x084a1891aff4c519d22abc2285dba6a194404a5ff51042235e5718bb2049bc4e, '', 0, '?'),
(0x254708114ac200cbc0ea584d22876464, 'wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_options.php', 1, 0x00000000000000000000000000000000, 0x617844e3b62b5be04850046b03b5b27a, 0xe57d1050e52d47d889694abf4ef5731c988caafa891deccc102f53fe596b8b6f, '', 0, '?'),
(0x254e05dc37a7e205d4e9f36fde89d852, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-export.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-export.php', 0, 0x35f81647b3e026200ed7ec83b1665c54, 0x35f81647b3e026200ed7ec83b1665c54, 0x888e2a78047dd814fd622159d1e44de13d2b489f0114edb310c24fc2ee6646d4, '', 0, '?'),
(0x25511a430be9e44df2b12a750767a3c5, 'wp-content/languages/plugins/elementor-fa_IR-498ef4b5c136d8ffb9492430cfcb556c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-498ef4b5c136d8ffb9492430cfcb556c.json', 0, 0xc412f8eeb1a969c2c28f306b9047768c, 0xc412f8eeb1a969c2c28f306b9047768c, 0x016af8f2c975557694ae4e928144f10d4fd1dadee1bbfd522402c16e4d3a94bf, '', 0, '?'),
(0x255225829c101fd7aa0a7f192bf9a454, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer.php', 0, 0x268114551267548374e4ce9201b9530b, 0x268114551267548374e4ce9201b9530b, 0xe7d1763d4d42626c7789ed80df5ec25f5896d65dde7ed13d7be271f3686a4c83, '', 0, '?'),
(0x255266affb788f80d0ed3fb422c0df44, 'wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x70477e9239763a4e5589c7d7bd73fad8, 0x1614f5057f1b7cddd124f84fc4c312aadeae1651e84317a253ece70823afd0f2, '', 0, '?'),
(0x255b0fd7667ba2220792143d73a3750e, 'wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xbc85e8f5c3034192b6c1ca675d1aeb09, 0x032163a113915c6bbaf28f263841524005de894fae4d55a77b3c6b9c011dcd23, '', 0, '?'),
(0x255e82bee6f58c0fb3bb7002aaff94e7, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', 1, 0x00000000000000000000000000000000, 0x4b362d53f9f395681c227430cbb9770f, 0x33bf0addc2169d65ff87c22a395f091d5002770eb62fd468f2590e0eade82619, '', 0, '?'),
(0x25684241c9efbdfa417e299074f293b6, 'wp-content/plugins/updraftplus/admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/admin.php', 1, 0x00000000000000000000000000000000, 0x753d596047e5ed1b9e74d3783a713bd4, 0x6499c833ca1f03fac3554a17591ae7cda5ec5d502bc16b25a634335416a11a78, '', 0, '?'),
(0x2569a4173a8229a14abf802c76a905fa, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', 0, 0x6ce4e3881eaa11ba7b41be0b87132846, 0x6ce4e3881eaa11ba7b41be0b87132846, 0xe8f4cc0009157cdbf9dff0ff88e689ad07982b9575503fc37a9043dab98692d7, '', 0, '?'),
(0x2569d9461a99df2236b8e91bdcd51020, 'wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php', 1, 0x00000000000000000000000000000000, 0xbcd6c9d53e1e64641c64bafcf06d64a2, 0x5264d905b3d451c44ba3e7ba80acad7918dff8ffb56541139bf5089bf58fec72, '', 0, '?'),
(0x2569fecddee5676361ec57ce217118d0, 'wp-includes/blocks/cover/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor.min.css', 1, 0x00000000000000000000000000000000, 0x84254120166adefb813fdd89a9b0e804, 0xa6335d4dee6d5065a1a29f243026f99d5b947f936ee66bb00bd7cc2de30f25f2, '', 0, '?'),
(0x256d7cc046f521dae17aaafc12d95338, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 1, 0x00000000000000000000000000000000, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0x257261c153833693bf00e97f6221d853, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', 0, 0xa45d320cfd2cce84e0cb63eb8acecf50, 0xa45d320cfd2cce84e0cb63eb8acecf50, 0xcca55de573d9ec5718e220a168f084dc83b7edb8294a1b81ba6ed2f2ce1633c4, '', 0, '?'),
(0x2574e20efa3c7c751cc0e4bcf57058a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_4.php', 0, 0x5a29f5eca33241f8d81aca73f4f3826a, 0x5a29f5eca33241f8d81aca73f4f3826a, 0x2c2a59b62ec6058cb0fcbed7dcf30ee47ea9081e462385d8fdaebcf1b559bff3, '', 0, '?'),
(0x257abb5d93fb6dd3e702bd73d281edc7, 'wp-content/plugins/td-cloud-library/assets/less_common/variables.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/variables.less', 0, 0x5e8fa2a99b30709132bef95dcdb2c6d9, 0x5e8fa2a99b30709132bef95dcdb2c6d9, 0xd8d7adeae4601b64a1b84eb894cee70bc2f40970f5982556a9815d79a0a50220, '', 0, '?'),
(0x257b4fc1aff59413db5f5292809c86dd, 'wp-includes/SimplePie/src/Source.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Source.php', 1, 0x00000000000000000000000000000000, 0x65ec112acbaeb4efd1cc9e95ade566f6, 0x35dd5b5ba86702cb494408d8fee5be3bf356d2719c4a5d48671052cb75c3b9fc, '', 0, '?'),
(0x257d1dadc5f207c19cfcc82e787b9b5c, 'wp-content/plugins/kk-star-ratings/src/functions/hook.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/hook.php', 1, 0x00000000000000000000000000000000, 0x89e412ae55f32ba08072566d13254d52, 0xe1fe1fa208b851649f72e1ac843dcd3cc4d94027f7a4d88a6a336dcd85aab603, '', 0, '?'),
(0x257defd167b4876fd3608c3d4b9b04f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_6.php', 0, 0xccc82b32e59e9669a4586f9055b93fa0, 0xccc82b32e59e9669a4586f9055b93fa0, 0xb5813d2d57b7f15f0a5578b265b87c5e64d3bcef9cbf05bd90e5b70d9c66c139, '', 0, '?'),
(0x257e65aa1a55da05017bfcedafc64ac3, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_hero.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_hero.php', 0, 0x31398b5b692794a337948283557e7407, 0x31398b5b692794a337948283557e7407, 0xe498e554852d585021540714c89cbd8749b6602c1815e25740b244c68aee7310, '', 0, '?'),
(0x25868271f923c0a941be86eaa355bbff, 'wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', 1, 0x00000000000000000000000000000000, 0x151fe00bc4d7d637e49d2cfd5f7020d2, 0x846f851fa2e79b96a470e260fe63522bcdbdbb5d3ce7170a0cbb506dfe5aeeca, '', 0, '?'),
(0x2586a95501aed77c1002012432b598ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2_no_content.php', 0, 0xfe165e9ff7fab027f172430e5af99959, 0xfe165e9ff7fab027f172430e5af99959, 0xac43e579bd91aea043c785f1ed26fcb527e95bafd84e8832862a3155e3d65bac, '', 0, '?'),
(0x258865935a7ad658de4216d2e4347554, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_10.php', 0, 0x12d26d1d81bee899dec3f7605aac4b74, 0x12d26d1d81bee899dec3f7605aac4b74, 0x3711b7e4dfd81f01445b0fa173ad442b75f57c8888cc568375cb4e35f4a5c8f7, '', 0, '?'),
(0x258d42e0d10726a20182b4207647ef80, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_food_menu/tds_food_menu1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_food_menu/tds_food_menu1.php', 0, 0x8b3a4ce20bf6df16fa708b3d54e512f7, 0x8b3a4ce20bf6df16fa708b3d54e512f7, 0xb365dbc2b37754c666d41b4e4b77770f5970561e3987cbf8fcfb670aedeb2048, '', 0, '?'),
(0x25918e5a9d6d59ac493e7ec14bf48b27, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php', 0, 0x387aa14cd88ba425cf3290771e3413a2, 0x387aa14cd88ba425cf3290771e3413a2, 0xda048b5e0d36de94d9af9162e3e1dadeb472e0e90897f3a4f9b2c48cf953f7da, '', 0, '?'),
(0x25978bf1055606dafad08b5dbfed3d77, 'wp-content/plugins/wordpress-seo/admin/class-config.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-config.php', 1, 0x00000000000000000000000000000000, 0x23f1a3e63868a472bb4d5996b1e61d4c, 0xaece2cb647c995ede555385526e67da26af9ca1832fff424f16377dabfee087e, '', 0, '?'),
(0x259bc0895e5eddb7733280d1a9f20f92, 'wp-content/plugins/kk-star-ratings/freemius/templates/js/jquery.content-change.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/jquery.content-change.php', 1, 0x00000000000000000000000000000000, 0xa92f903645a3f6ab4494cea538e44813, 0x0630f3a503c4082068fe6ff17813f534a24884598aaff6eafad8508039418549, '', 0, '?'),
(0x25a03ee8fc76761e68d619f8910d4634, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 0, 0xefd7b2f87c3f96418b0227c7b8e3cfd3, 0xefd7b2f87c3f96418b0227c7b8e3cfd3, 0x9589846a569dbd3e735ebff3ab3e2166c154df6e052fab366de9fd804da6e3c6, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0x7faaf7a130dbdfb825d9b9fed4a29aed, 0x8989497eb91edb9187431c6ce90b26fee717d72a48a4225eaceb5b28df3fad02, '', 0, '?'),
(0x25b1a2117c892d9eb4c358e832604a56, 'wp-admin/images/about-texture.png', '/home/abt90iranbet/public_html/wp-admin/images/about-texture.png', 1, 0x00000000000000000000000000000000, 0xe700b26d7b6f51f2bc02d8d51ed44b55, 0x164a3e9a5ccb8c6b7e32eba0d0cbf0722194f421ea74692bee8d89eca71400b3, '', 0, '?'),
(0x25b1c305f0be808d1330412296a2d7f8, 'wp-content/updraft/plugins-old/updraftplus/images/rackspacecloud-logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/rackspacecloud-logo.png', 0, 0x62b13780d2ed8b5b1120bf5db9ecb7e7, 0x62b13780d2ed8b5b1120bf5db9ecb7e7, 0x78124470bbd917d690e2151ea46127c4426a4586b0b57fdb19536de6817c05ee, '', 0, '?'),
(0x25b242e39df3ac71f2888349444a7ae7, 'wp-includes/html-api/class-wp-html-tag-processor.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-tag-processor.php', 1, 0x00000000000000000000000000000000, 0xeccbfc6f64eebdf5208040d6c7a4dc92, 0x1380235ac4dbf42e1b799e2d32b3897dfca8dba310e3d4a409fee432be5a2d42, '', 0, '?'),
(0x25b8462a887cd914980716744ee04fb1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/stale-cornerstone-content-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/stale-cornerstone-content-watcher.php', 0, 0x2d34b4596a814100c513ee54cd2923d8, 0x2d34b4596a814100c513ee54cd2923d8, 0x22fa9b8ba0b302bcf5d309ee67e25e7a89948d827050ab3f17584f6dabe0bc08, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', '/home/abt90iranbet/public_html/wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xd3d41392ebb0872f012e0e57230ac120, 0x0d9980da5264ccf99dc3cde575cbe5a5bf19cbabb12364b1bdea4abafb134c3a, '', 0, '?'),
(0x25bd1fb810cc3a316b09dad61a98ce1d, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php', 0, 0x00958a5d2e65accbd6ca5e4f3a5b601d, 0x00958a5d2e65accbd6ca5e4f3a5b601d, 0x71eb2125b1a75969d8a6157b018b12ca7dd79d3621185f6c883db3f4e6b5abfb, '', 0, '?'),
(0x25bd787f304e5497d49beb864f5cbe0a, 'wp-content/plugins/amp/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x25c668af077863eaf1d3e359a8e0f501, 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/composer.json', 0, 0x2685ea9a4da5e979f7c2a3220c71a7a1, 0x2685ea9a4da5e979f7c2a3220c71a7a1, 0x5507787a0475c00249c7bf7e2b92dd03dd455a90cc10ac1492da53ffaca41191, '', 0, '?'),
(0x25c9c62b9523d14409143a9ee513f1d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2_no_content.php', 0, 0xc00f4d2491a35878804dd782c22ee98f, 0xc00f4d2491a35878804dd782c22ee98f, 0x4438af7581e58b54c07e755ba748e604fbf3fe1834d8c52c5c411baec64e7586, '', 0, '?'),
(0x25caf22b0b6eb4fcfde5cdb7188190c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x9d609ff12b28c6c47343d97ad270e9f1, 0x3021aaa4048d7b23aaf52adc538ceccffa5ff35afb144a8e86a539cb4a877d10, '', 0, '?'),
(0x25ccc72f54e58b523460a28899b27b51, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configuration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configuration.php', 0, 0xa7677d90e330b95f93a1acdd7433125c, 0xa7677d90e330b95f93a1acdd7433125c, 0xe75e54e7d30427f2fa4f1c1c207b0171a135ea32bff9ec19a06b2e5e2b68f1e3, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', '/home/abt90iranbet/public_html/wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0x1bdb293d9019b2c5572bde4c861bfd1f, 0xa9613369bd588f92db4c5b48d4e1ad8b8dd540285505aeb232bbdc082f9bf7a4, '', 0, '?'),
(0x25d8657be8bf007953e63a2735eb53b4, 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php', 0, 0x2140afcdae56a07e232aef21ebb760ef, 0x2140afcdae56a07e232aef21ebb760ef, 0xe6449a5d6197fb9fe9a7ab2e24a38f8c19fe90eddc2fa8f19998fe6cdd809351, '', 0, '?'),
(0x25dac1ab871113a9d28882774126bd30, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xd24c937c5db9ef1a886415a49a65f19f, 0x464cd7e683cf9524e6ac1b5a835e84e5eea687b69ad7052cc7dd8a59774bf197, '', 0, '?'),
(0x25dde112368ddff1b25e617ff3dc6b73, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_8.php', 0, 0xa6a27dd297f240e7f910f848d3df2e27, 0xa6a27dd297f240e7f910f848d3df2e27, 0xb6176d2c18f53e18b04e1e020c79f96cd0438991dd2615392679ef2a5800db02, '', 0, '?'),
(0x25e9b45bc413efd921dfe214f06fd9b5, 'wp-content/plugins/wp-rocket/inc/functions/formatting.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/formatting.php', 0, 0xd44720309440ac2e66af723699ef8189, 0xd44720309440ac2e66af723699ef8189, 0xf38c9692cfc812dc8bd3cf6548d00e13ac6d980825374d846f351e60dc96a0ff, '', 0, '?'),
(0x25e9faebb9edc2b5c191a2e76c6b7b20, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php', 1, 0x00000000000000000000000000000000, 0xb7d844036016e294a61c250add775fb5, 0x217c9b195472d2ff5a1c208720c7077e80540cf2761e969f4565470ec0938038, '', 0, '?'),
(0x25ec8c9b31a9a297f549605fb131e535, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Facades/wordpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Facades/wordpress.php', 0, 0x447e79e5c356a99edab7f3d7707b81e7, 0x447e79e5c356a99edab7f3d7707b81e7, 0x1c36f578497e8043ae8ea7693bdb96efd324120c17ab39b788b54134a4c47172, '', 0, '?'),
(0x25ee9e8a70ef9c43b6b397be7540518b, 'wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', 1, 0x00000000000000000000000000000000, 0xb000d793a1e04c0d4419decac961d687, 0x5fd93fe9d9104ef7fb2922f45e4a16b82b84279897fa4c303df062a7bbdc3c32, '', 0, '?'),
(0x25ef87f329144631ff192f412d19047b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', 1, 0x00000000000000000000000000000000, 0x7d72c2429bd63a8e4d7679410596593d, 0x707744edb2c875137f9e78d6de33d66e7bc187221ab9ccec7035e43392752e2e, '', 0, '?'),
(0x25f3d8db0c2c70fb620421bfc61ffecf, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-menu.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-menu.png', 0, 0xd06fc2577140dd715473e848e50c872e, 0xd06fc2577140dd715473e848e50c872e, 0xd1250230dffb0d9215c96e611435c0a74ff78e41b7a909df228d478383400212, '', 0, '?'),
(0x25fc386737afdf7b2665c598ef4aa619, 'wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', 1, 0x00000000000000000000000000000000, 0xfc7d04fe8182c3c96ba119abff8aed58, 0xdd97ddebbe84603a83554cf3b695ef498ebe159a980e2fb9e52dd1c7add090d1, '', 0, '?'),
(0x25fe12b8af5d28327465facc28a3604b, 'wp-content/plugins/wordpress-seo/src/models/primary-term.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 1, 0x00000000000000000000000000000000, 0xac927ca8d803bfc3fab466502ccf2190, 0x59eea0d21cd093d28260a551d8243647fae6ea4f635759474af1ab18160e962f, '', 0, '?'),
(0x2605384808d3a7c22b58027a690a1088, 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 1, 0x00000000000000000000000000000000, 0xbaff50845bb8c7eef667d700b577de18, 0x7870b880a16a42ab0933e1ef3b706b31920a718f570ff3309ea1b8074802cae4, '', 0, '?'),
(0x260591cff63541e45ff2894dc7ecde9a, 'wp-content/plugins/wp-rocket/languages/rocket-el.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-el.po', 0, 0x6f852561e1da34c6dbf3da5a3678b601, 0x6f852561e1da34c6dbf3da5a3678b601, 0x00c3716a4540455246ef5a482f2de099c929cc8699a216567a341e26c11a530c, '', 0, '?'),
(0x2609e834c5fa7cd2fdee78f1d9756e11, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 1, 0x00000000000000000000000000000000, 0x5466584f27e38712cd08d8e6309b8e78, 0x5f616ce2160510be90eae6f6035f09cf7e9039dd60b0d2c072b3aa9a0b2770e8, '', 0, '?'),
(0x2617ce121227a46077ede6c69aa9fcb5, 'wp-includes/js/dist/patterns.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/patterns.js', 1, 0x00000000000000000000000000000000, 0x79e8b6f56ef92fdfd26fd4886bea0695, 0xc4a8ecac2ce5e5589c0dd1774308cc53ff1794c8ef44e197824b28db0c0bd12b, '', 0, '?'),
(0x26183398cc395114266db7de4f638551, 'wp-includes/blocks/post-template.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-template.php', 1, 0x00000000000000000000000000000000, 0x9f55cc5913cb45eb16db79153d9694aa, 0xe2e1ba466af45464b2b0011858fa0772c4e85caf889d1c3f74520ff7f57185f9, '', 0, '?'),
(0x2619504474c53f3575f83110596db2d8, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x07ed58797ff37eff58e9f3dce9c54382, 0xe094b542980cfe90b8883a7ab1c5ca89cc824450da92a4ec9b6cf81a95852d7c, '', 0, '?'),
(0x261a015d15430f68eb13d0a77098bfb6, 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php', 0, 0x30f2691b72674e32daf86668b92f229e, 0x30f2691b72674e32daf86668b92f229e, 0xe7a11f3ce2fb148f7cd9998b89e7702d523d7abf682ead8bb487b023572bb37d, '', 0, '?'),
(0x261db9bddf7ce630a594d4a6e7d65ac6, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css', 1, 0x00000000000000000000000000000000, 0x7ee1c091fc09beab734c25dcc9e2ea62, 0x8a03c46fe745ec600432f1400005fd9d44412ba3a909d76329ec97d3de21fc5e, '', 0, '?'),
(0x2620058eb2b70cb262d7ba67242a1056, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', 1, 0x00000000000000000000000000000000, 0xb4409823562c617107907cd04d67c8fa, 0xae04019c83d63090f95ec2aa237670863c20a62c789ce5f8b9fb492b2c8db15c, '', 0, '?'),
(0x26285f36a742fa238c5d29be7f5eef96, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-9.png', 0, 0x3dcd10a52220ed1d2e1ab5c1c2f3d39e, 0x3dcd10a52220ed1d2e1ab5c1c2f3d39e, 0xfc8f2b401d2eae9ca8b3a9e02888dc1cff02eb94a1172d16dab07545689154e5, '', 0, '?'),
(0x2628bdad09781e8538d2d50d209ea2fa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', 1, 0x00000000000000000000000000000000, 0xba39d82f8e7488b48082ea95332390d8, 0xdb6131b4a23566eb372474e8c32fb8668e0259db797d1d2632cf4cad22d304f8, '', 0, '?'),
(0x262a6dc4ffaa81aa4ad993ead0e3cf16, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2370.css', 1, 0x00000000000000000000000000000000, 0x12b3b9556fc3c6cbd59c2e404200d3c0, 0x74ab47105cf0666202fc5ee80784a1cbf6a94c0123e48857642adc10364d9404, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', '/home/abt90iranbet/public_html/wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0x2632355cf850c7b69b11f770118ccd91, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/deactivate-license-button.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/deactivate-license-button.php', 1, 0x00000000000000000000000000000000, 0x5d15cd05dbdee1ff72dfe3b3813168cc, 0x1e1d68b27752bcb6f20c7a575a148708b17c113356f48cd0d9165b41383da9bc, '', 0, '?'),
(0x26353943527b90334b95b12af3c390a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_6.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xee858e15db40066634ae2d7c3959fbf0, 0xfb32ed9a4d3f6b94d0d9efb41e5589fee8e1d66279247b81506256eabcc1b221, '', 0, '?'),
(0x2643dfce7ca29feef70d554338d0ede5, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', 1, 0x00000000000000000000000000000000, 0x7269ce3444622dea241b7b5cf349c93b, 0x4cadf5e806a1cd8213dffdb2b589d46e93eee8804dbfa8ec160a32ca0fbac102, '', 0, '?'),
(0x26495d477a13a827d6a5e14eb4aacc70, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_4.php', 0, 0x3424b320710e344434410469cad2abf5, 0x3424b320710e344434410469cad2abf5, 0x2f75402bc4bcdbb08c45171e55af02d1345afc68ee2c335793160f4cf199217d, '', 0, '?'),
(0x264d44667fe955f49fc98bf7d7ca28b7, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php', 1, 0x00000000000000000000000000000000, 0x0c9a914b90ae88dbf8b91a0541a3d1c9, 0x41d6254900851d6a510c9bc3a617fa4e3af63f0893c1b19faf49b66e3df5a1af, '', 0, '?'),
(0x264e5f34903a6ef2bd004e039469689a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', 1, 0x00000000000000000000000000000000, 0x980b20d1405264b7a4b6a8c3d6994ed4, 0x36a6cea7b641dd1210c01f8232a4909a4aed19491525ce0f88f5abb50d8b084f, '', 0, '?'),
(0x265001bf5ae00222a3aad31cbbaf14a7, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-bird.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-bird.jpg', 0, 0x399ba3092647f184d3ce228385d55f10, 0x399ba3092647f184d3ce228385d55f10, 0x24f7a18979d44c14e89874bfca81a539627ac1444cc3da42fe8cb30f740fadd3, '', 0, '?'),
(0x26565dc09a290ac755be57065ca82045, 'wp-content/plugins/td-composer/css-live/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/readme.txt', 0, 0x52408f3d9825ebe9e2b8cd4d6392146f, 0x52408f3d9825ebe9e2b8cd4d6392146f, 0x6fa5da85768c64b20ab3dc7dabb36c38eb22a78e5ebf0a7103cc4ee024677f3f, '', 0, '?'),
(0x265b57128e122defeb6f0cdb35ee1597, 'wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 1, 0x00000000000000000000000000000000, 0x91b30250146f4fd06d2cd44fd1cb01c0, 0xac0765bbeb0b98d6ccc143e031d1edc21d5e71fe81b7825f6b493312c0fbb6b5, '', 0, '?'),
(0x265fd251247ff7193c3f1b835472449f, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-admin-notices.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-admin-notices.php', 0, 0x54c16bedc237ad061c6c9b5528e3dbfd, 0x54c16bedc237ad061c6c9b5528e3dbfd, 0x9f9eee7fa51e0877e14abb58d641cac2a24e0a1009184311d69134b794ef6cc5, '', 0, '?'),
(0x2663c80cae91fbcd03f3256841e88eed, 'wp-content/plugins/amp/assets/images/amp-logo-gray.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-logo-gray.svg', 1, 0x00000000000000000000000000000000, 0xbfe906f053f4618e78291f87794340a1, 0xfd2881dc098f2b00fd038dd92cff9b79606e03924f2e033d032af9807dbccba5, '', 0, '?'),
(0x266439997694418b3455b3c502799b6a, 'wp-includes/theme-compat/error_log', '/home/abt90iranbet/public_html/wp-includes/theme-compat/error_log', 0, 0x74bb1e57560a69fa1bf71ed4a584c89d, 0x74bb1e57560a69fa1bf71ed4a584c89d, 0x8afb32d67d6a0a1ff463b76131b14a62200ad711cd7489a12f5e38bd0ccfe007, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', '/home/abt90iranbet/public_html/wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x8740361428cac6ad681361b8677972f8, 0x89c51e8335d5f2c4b3456f559525cbf3ea9b2803ef577af70473881668d556d3, '', 0, '?'),
(0x2665d9fd78630df851320999ffbbb552, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', 1, 0x00000000000000000000000000000000, 0xea80af2082a10db52878c1434d24ecda, 0x5b5e2378266843f56f6e3399b21e71612e0f9ec881437ebf33133628617547d1, '', 0, '?'),
(0x26660de4eb38b6e3757071a00a79c836, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-checked.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-checked.png', 0, 0x61f5683c6a4823b5eb8aad1d0ac61e9d, 0x61f5683c6a4823b5eb8aad1d0ac61e9d, 0x964b5cfa70d1dc643b75c4d3a49c0035fe8f667f5d73d238cfef993d0f0fdc52, '', 0, '?'),
(0x266a6c220e963923bbeaae9beb4e8462, 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', 1, 0x00000000000000000000000000000000, 0x63acf83ef23e0407df5f7d4fe5625ba7, 0x3c6be92b4a0f68ed60464e84b02ec148703a99adfddc517cd8b67c5f8df2eb16, '', 0, '?'),
(0x266b00765f66636291f876869cf8f998, 'wp-includes/js/dist/format-library.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/format-library.min.js', 1, 0x00000000000000000000000000000000, 0xe8f2c1e15cf4ba7daeda56aa9fe85be0, 0x8c550ebc3f01476b7bd15ad53b73ed49b431b164dc4ad0fd770436e2f0734647, '', 0, '?'),
(0x266bc2187fee63545fca7b23284a2306, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_3.php', 0, 0xb6bb643e0e3d7fcaba9b9d910f29fecc, 0xb6bb643e0e3d7fcaba9b9d910f29fecc, 0xd2572e016e7968d36bb034b3d590f295bcb73562bbb97bfd74e45c7a6e118b99, '', 0, '?'),
(0x26739a52fe828ba3bedc58e5823cc1a8, 'wp-includes/blocks/separator/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme.min.css', 1, 0x00000000000000000000000000000000, 0xad96454f9e63bcbab86df9c57bf103f6, 0xc92f60692d5e8c33d2973ba042a6b3549e3bb6b8ccffae231200e472f87d3a6a, '', 0, '?'),
(0x2673b91bd21c6e56fd7f8b0e7ac83ff2, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php', 0, 0x7f28a1d8b0253960ac9a8c1583c23a29, 0x7f28a1d8b0253960ac9a8c1583c23a29, 0x8969fd07484f9bf9074ec8765b333f2bdf1443edff187541a9286a483f5bad41, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', '/home/abt90iranbet/public_html/wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0x84aa2933ff469f1951224073aa23dd76, 0xc61276b81adf85d681b0c2aeda6db9d94360ae45e80f13ba10495f91457558ae, '', 0, '?'),
(0x26753c8201b84070da7c9a0dbb4615c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_9.php', 0, 0xa02be7f6bbb88841662fca15b0659bc1, 0xa02be7f6bbb88841662fca15b0659bc1, 0x24b076a8c41f2dc78d30bc003459db8e835a8afa0195bd599fbef2f64046215b, '', 0, '?'),
(0x2678cd6d6603c57bdb24b8c1fd215dea, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php', 1, 0x00000000000000000000000000000000, 0x650b6989f53d495853ca416ed6feffc4, 0x02113fd843c1c8121a68f4c45600d6346e7e45492b39e4b8b6a76c8c6f89830f, '', 0, '?'),
(0x267ac902933bed737a3e3f3200ea2246, 'wp-content/plugins/shortcodes-ultimate/admin/partials/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/tabs.php', 1, 0x00000000000000000000000000000000, 0x0a17954d77f917cc9a9ba64fb3a22d7d, 0x77e98da2d880b9c433305500e1d86276491026b7e0da5c822e1e68ebdc1b396e, '', 0, '?'),
(0x267ee72a6dd9452b6e58fb253b5b4fe7, 'wp-includes/css/dist/block-library/common-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1c9fb1f3a9fe363c71cebcb248a30056, 0x1c123eb11fa847db483382636c5d82a7958cceb5baff07bbf4a37a202e8e459b, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe5c615062d72876a6949ded8a3658a62, 0x94a562ebc645b7d6e8da2671b6feffe7aa1d802a821e14968785c8f8ee12f8b1, '', 0, '?'),
(0x26811a46a9e82e3f6df6089bad6cda87, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_6.php', 0, 0x05efcd320483e06748c5bc87e2d027d6, 0x05efcd320483e06748c5bc87e2d027d6, 0x5ba1f9f5ee3d62112e1e4875e368f986affec089bd758c11a4f99576052f33ff, '', 0, '?'),
(0x268e6dc7834b209b29174218c76a64ce, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_218x150.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_218x150.png', 0, 0x86a979d1306f8dd4434aa7f9f63e7f48, 0x86a979d1306f8dd4434aa7f9f63e7f48, 0xee288b1de337b3ee8ca9f72357090118c781c39171f7d058e3c173f48f11687d, '', 0, '?'),
(0x2696d37a30c2601e488feb496bd32dd7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_6.php', 0, 0x8b61ef7a4d7b5c6cf396921506ed0dcb, 0x8b61ef7a4d7b5c6cf396921506ed0dcb, 0x53640b4adccffd314ec85a3e966faacd20176f74a6369c29a2aab54d93c516cb, '', 0, '?'),
(0x269a38b9eee74f252283868b16998dcc, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 0, 0x325f2ee376f16df5c6faf049e88d1a10, 0x325f2ee376f16df5c6faf049e88d1a10, 0xe3574261bcc11edd1275546965f041ce450f56ca2d7a6192e7d158397b9f5ab1, '', 0, '?'),
(0x269ec9a5d43c2e772f57ca22dd5797c8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x8d4f5ecb5b8352fcbb70ce0d66864da3, 0x118ece4c4eba59b19e92c3e4195844932404bbcd13c398611025cc62eff73812, '', 0, '?'),
(0x26a2b5b9649aba5886f7b650b97b8ea3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_7.php', 0, 0xbcf31faf691ea97fe4a99c705166ae2f, 0xbcf31faf691ea97fe4a99c705166ae2f, 0x992803f50d6a7925e74d7edfb0ac29f62b8bec438b28290846dd5659b4a95da1, '', 0, '?'),
(0x26a2ccea8e5bb6f98ec370efcaeaf858, 'wp-content/updraft/plugins-old/updraftplus/images/updraft_vault_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_vault_logo.png', 0, 0xf5b40b4b2bd0731442e66e96e036e40d, 0xf5b40b4b2bd0731442e66e96e036e40d, 0xd91b73e810e4ac2859009689d436fe8f3bef715a02245335246c3ad1e48d7198, '', 0, '?'),
(0x26a4330bdb8848aceab950e73466f79a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 0, 0xd65ee0463cb9a70b29e4d2bfd59c146c, 0xd65ee0463cb9a70b29e4d2bfd59c146c, 0xebbfa6b89c0727508f0854bf7e7f3b4d439c80c11f7f2b409667fd6508d374ca, '', 0, '?'),
(0x26a88b5039368b949f75f64afa257651, 'wp-content/plugins/elementor/assets/js/be69c0d71c69e96d6a96.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/be69c0d71c69e96d6a96.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xca70284f33aba398597a625bec16fbe2, 0xde752296a8a0cd6b3660ab521db3bd3fcde9ee7d88c0a5b696fda87d222d2b1a, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0xf832def2b37a3b0e2fc38f246df90407, 0xe219c31bddc510780e09d232ab03de45a4b0efd9f15a140e85b3f6eba0cebc17, '', 0, '?'),
(0x26adcf40aaf027de9ac65edd067e72e6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2_no_content.php', 0, 0x677b0f2a99cd5a289e4bec0b18e98168, 0x677b0f2a99cd5a289e4bec0b18e98168, 0xd52e1c251bcd400e2f19f5219553fb130f41e3570ac4a8580bcf303c4fdd208b, '', 0, '?'),
(0x26ae6baea69ba4680f00fb10d505c546, 'wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 1, 0x00000000000000000000000000000000, 0x91672d04eaee9e1613e32a6040c1d8dd, 0x8750fddfe1ed86f623e04bec68ccbff9921eb052301c23d4622cc09314a39e6d, '', 0, '?'),
(0x26b418efe96d3015d09c690897f4aec2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_6.php', 0, 0xe8de8ab5d247eee7db6e237a8a8424cf, 0xe8de8ab5d247eee7db6e237a8a8424cf, 0x22dc2559fab20adddacb898dc951f3c9ef1fb266208397c5f6f2c75df24b4d19, '', 0, '?'),
(0x26b7ffcef5ba42e6674db356efabc937, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_panel_settings.txt', 0, 0x613bb32f34205ee60d496b5759f5d959, 0x613bb32f34205ee60d496b5759f5d959, 0x32b2346109139b7ab45fc1c57b676beeec09a46b7976571efa62d429e3330292, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x26bf211d1723ecafd3da59b50fde6e1f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_4.php', 0, 0x2b937a743c96ec5c6bd4951bc85630bd, 0x2b937a743c96ec5c6bd4951bc85630bd, 0xb80a53431f3cfd669c089ac2698c1c1870b47cd73a6ed678c3685010d73e9498, '', 0, '?'),
(0x26c87ce26f763c81a6558247cb23cd69, 'wp-content/plugins/td-composer/mobile/images/no-thumb/td_265x198.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/no-thumb/td_265x198.png', 0, 0xd4bc4b6b826b6a842290133a14f7c225, 0xd4bc4b6b826b6a842290133a14f7c225, 0xc4a0000e7e1ae1e29b8cf01fe829eda1cad3589a56a9c589e4831a8331eaf9c8, '', 0, '?'),
(0x26c94ae655de07b89cc2b9a6a203dba9, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_17.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_17.png', 0, 0xb6eb48ddfcdd9a8f11244891eea458cf, 0xb6eb48ddfcdd9a8f11244891eea458cf, 0xf98b1f03ddedbb89474067a19754f28085944eb152b4ad6ebc4a14fc76863504, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', '/home/abt90iranbet/public_html/wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0xf78f4c355a36ae9f85d0502df06a6b73, 0x0e373a2074ce5ea2030c599bfc46c8dce601fe9d78ea7529585bcba17a84959c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', '/home/abt90iranbet/public_html/wp-content/wflogs/attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x26caed7417515c8d6a609971ff9459f1, 'wp-includes/blocks/categories/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style.min.css', 1, 0x00000000000000000000000000000000, 0x08f8259de4211fb4199199f6ae279267, 0x0e27ce8ef1ff732b6e5ba1e1c918c9463cac30c34016d2f75ebc54b940fd6b8e, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x4f6d7a38ca1c99174612da10b0901fcf, 0xb0a3f5c4f27d296421711e092c402c16d7d16aabf17609dddf03e9c44594eaed, '', 0, '?'),
(0x26d23d2913279cd355d103bea8a4f594, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_panel_settings.txt', 0, 0xa2e1ce5c6cd796563544165060f8447c, 0xa2e1ce5c6cd796563544165060f8447c, 0xb7220b3c7baca9edc72a3d9ff239f6a8429b42eeca508110c4add6aee1ea0c5d, '', 0, '?'),
(0x26d292f08099743067d6a12a48e67706, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php', 0, 0xa601f9aa593c6f0abab7fc8fd7c3b1ad, 0xa601f9aa593c6f0abab7fc8fd7c3b1ad, 0x02dd054d20074615fbdd88da4dd108175b7ffacebed00aae0ea7750754dd64f8, '', 0, '?'),
(0x26d320ea6125a9447d57937222982522, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-photo-blog.php', 0, 0x1b2f01fd47bf95a4abef82ed5c95eb67, 0x1b2f01fd47bf95a4abef82ed5c95eb67, 0x2218feb94edff6081bf0ae9f2651e646a85cdcba41dc0073622a125859fea343, '', 0, '?'),
(0x26d623fa30ed432f12590b08ccbcb19a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', 1, 0x00000000000000000000000000000000, 0xacfa28284f32503022ab65c7b932dc73, 0xe0215234238bfca9091cb5873a12f8c528552196be84566020a5cda10620d549, '', 0, '?'),
(0x26d746e8af0c645dd8ee07ab65c5a068, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', 1, 0x00000000000000000000000000000000, 0xe9efa34db8498a5bf7dba57b272bcd3a, 0x2bfb8b7e6b9c6e49a9858183b297b056834ee2dec1d655175e19462ef516e366, '', 0, '?'),
(0x26d8174d627a40cfaf654033cfa3a9b7, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x26da72c99bfe3d67e550650f059ad492, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-wysiwyg.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-wysiwyg.php', 0, 0x53c588d12f77604a895190d232546ef8, 0x53c588d12f77604a895190d232546ef8, 0x2cf91d656c281a29f327d21f0a3e8d5ec740f64c87254cec66b6871d82899d33, '', 0, '?'),
(0x26e1956089f66e1855a8b0b17dc96ebc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_3.php', 0, 0x0138125997da5a48ef5747966ee40c61, 0x0138125997da5a48ef5747966ee40c61, 0x78af85296ece47e9f00213b4c815dc72dbaa13e7aed118a4821becac2f38fd97, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0x9dc123e3e6ccf24694a83e8f589e6e6c, 0xceec87899db6c32c8f78e0eb08a22ddb05a97f444fe12c08b0a537d188ca51e5, '', 0, '?'),
(0x26ea39b8db7466ddfa86e3eb1a252a6f, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', 1, 0x00000000000000000000000000000000, 0x0ea9533d81e6a0b7d703fe7a910a4226, 0x8656eeff759f72e70b2e09482115003109483a42a12eaedfdcdd8f2211288173, '', 0, '?'),
(0x26eeaab3cf42394afdc8a81082ef7faf, 'wp-content/updraft/plugins-old/updraftplus/central/modules/updates.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/updates.php', 0, 0x47d5dabada9a1ced0a70caa617a8eb4d, 0x47d5dabada9a1ced0a70caa617a8eb4d, 0xa8411d8b39986a64ddcf406bc3bd5317e8c048d24f16baff00e7e100bd4a887e, '', 0, '?'),
(0x26ef11d9975b167a7260e0b8f925c58c, 'wp-content/plugins/akismet/_inc/fonts/inter.css', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/fonts/inter.css', 1, 0x00000000000000000000000000000000, 0x2657c1447da18d612344484a2b13bfde, 0xa1c3429b67616619c61913601cf72532d0e229ea213b19277043670045768913, '', 0, '?'),
(0x26f02fa75107f7dda528c446b8cd0610, 'wp-content/plugins/elementor/assets/images/placeholder.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/placeholder.png', 1, 0x00000000000000000000000000000000, 0x1632e46a5c79d43f3125ca62c54189cb, 0x2104f84b4bfc5a279df7a8398808810be1264b042e7021782b537c364e837e52, '', 0, '?'),
(0x26f0fe1f85a7e339db0eb63c3dac2296, 'wp-content/plugins/wordpress-seo-premium/src/user-meta/user-interface/additional-contactmethods-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/user-meta/user-interface/additional-contactmethods-integration.php', 0, 0x4dfe932ec182fdf1f0b84c140f74508a, 0x4dfe932ec182fdf1f0b84c140f74508a, 0x40c13627af00bb6f62e1205caea80028db977c828afe73ac071f3c69d932ea2b, '', 0, '?'),
(0x26f1af8f1183672acce54fbf646dafcd, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.po', 0, 0x06c9097514fcc212ca96209bf9265581, 0x06c9097514fcc212ca96209bf9265581, 0x44e7acd4c7e91565247c1174fc8721b907e4172dd6df1f145326e193971e28a6, '', 0, '?'),
(0x26f9c552f4a01a12e51192ba4bfd33a8, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-group.php', 0, 0x5f7cd7c367eb421d120ad2162a9a0515, 0x5f7cd7c367eb421d120ad2162a9a0515, 0x1a7518b52b678993bdb3d74a1b16f73f3c7371338516b83f057a9aa4a2d9c158, '', 0, '?'),
(0x26f9e3e2e62c5334f6a2cc9928f45ef2, 'wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x72df6fff6179ab93c0ae1ba314a82f50, 0x4c194e2164badb0666d9757561ea72e1d5702e13bb184adf1d477680867a1d66, '', 0, '?'),
(0x26fb33d8d4fc04058004e6a704862456, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-6.png', 0, 0x63778da73c30414871d2a11a438b07ed, 0x63778da73c30414871d2a11a438b07ed, 0x959c4b2860576390b447a341e5006dbd14035d4a48f7b3698b2b2e1c99c75189, '', 0, '?'),
(0x26fc9395dcaccc04901a9972b686fdb5, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/general.less', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/general.less', 0, 0x9225d92acbc2ff6c590bdfabbbfc52d9, 0x9225d92acbc2ff6c590bdfabbbfc52d9, 0x9bb9676c3a7b201c22335d0e0fdaea4d634cfdddf999d5599a0cdc7f90abce6b, '', 0, '?'),
(0x26fe395c913f4cba86535dd1aebf08eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', 1, 0x00000000000000000000000000000000, 0x969b48933c602e7ad0fe7772e11fffc3, 0xffa47b7ef19c96ee465c1fbc8ac592976b795fd13afafeb218fb180725259a61, '', 0, '?'),
(0x27010a42541b82824d88057f71ec1013, 'wp-content/plugins/wordfence/js/wfdashboard.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfdashboard.1690810710.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0x27064492f0d4452fe6ea5244d5e06ef9, 'wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp', 1, 0x00000000000000000000000000000000, 0xe196e4dc2d34fc0b2f806cd1cf502250, 0x6db06f0079f1699e92542df18e153020aaddde6191eec327a98de9fda2a675af, '', 0, '?'),
(0x2709402671f82ca9d1b00242fcb778b8, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/license.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/license.less', 0, 0xe0da0135735936904bca15830eb330c5, 0xe0da0135735936904bca15830eb330c5, 0xa7a2361853154aff9b210faf3ac5e3f24e26ff48085929997cbab982386f5457, '', 0, '?'),
(0x270d72d1cff17227d37f3244759cbecb, 'wp-includes/js/dist/commands.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/commands.js', 1, 0x00000000000000000000000000000000, 0x7ff7066609eb9848bf0bec373bd8c265, 0x56ba0959b53d996121dee1d565263c31edabaf3edcc8898383595bc8abe2a641, '', 0, '?'),
(0x270fdb45a45d48daacd855d026f10b20, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.css', 0, 0xd44571114a90b9226cd654d3c7d9442c, 0xd44571114a90b9226cd654d3c7d9442c, 0x0ede564235b8efd4d184c88894af50a1d89f61eb6e6867fbbebe21c59e060d54, '', 0, '?'),
(0x2716791ff6b9c698e2850a140fc06996, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 1, 0x00000000000000000000000000000000, 0x25d11c46e73f2b8ed2d6dc4bb78da995, 0x33499d1110470f2b80e2e557389eaa94589677af22b5fe286c9e0d929743d384, '', 0, '?'),
(0x27174a62ccae99850bdbd06330d56bef, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-book.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-book.php', 0, 0x05a55e4db2f1ed980dd57a02c6048287, 0x05a55e4db2f1ed980dd57a02c6048287, 0xbdb4dcc383caaca28442ae9449e618248f01ef42a3367bacc889b6c09ae8c4d8, '', 0, '?'),
(0x2717f0c0cff2502cfba9c1d46c0c7726, 'wp-content/updraft/backup_2025-04-30-0338___90_27ae49545a2a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-30-0338___90_27ae49545a2a-db.gz', 0, 0x076a083b00b9951cbff71345fe2d7c91, 0x076a083b00b9951cbff71345fe2d7c91, 0x71352561f5621ec2be1f5bfe153c8c50c28a334554504ed41492678c13276d21, '', 0, '?'),
(0x271a368a61c1f44b0cec63b555808979, 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 1, 0x00000000000000000000000000000000, 0xb3199d4c45c381af39fd735709f1e061, 0x8d288ab45f6d5b7cde73185133606498d5eb1565bb55a354fade243afae68bf4, '', 0, '?'),
(0x2722289fcacc9fc042d2ac5ae6c09012, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', 1, 0x00000000000000000000000000000000, 0x68cbfb7e8ca06778d823b07ddf7f75c9, 0x6c2a22ff044a296d3187e56ece88b39b3b1810ea24bf4f8a58c2958f84afa431, '', 0, '?'),
(0x272276684afd07ba23a764d17a3361d0, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-group.php', 0, 0x915e9952a82ebe6501acf5643d7b7723, 0x915e9952a82ebe6501acf5643d7b7723, 0xec83204acb8b09aeb6c1cebef5c74495a90472112abff78824311e9ab1c4745a, '', 0, '?'),
(0x272668468f24b8ccc5ef46ac52474342, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_panel_settings.txt', 0, 0x0e64ecdfcc0d23982ffb8d8175da31a9, 0x0e64ecdfcc0d23982ffb8d8175da31a9, 0xc79dbf9066d4a73fa34ce7296a9dd7c064f4e9de51a85d4336770440aa720cff, '', 0, '?'),
(0x27270403846ecaee67ef6a0ad7e319c4, 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-less.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-less.js', 0, 0xbbf71417ef2bbd8ba051fa148bc82428, 0xbbf71417ef2bbd8ba051fa148bc82428, 0x9ed38d1df6eede970ff5da8d176ec6b0e79a0c23e8dd8a3fa89fa808ac7b7ef4, '', 0, '?'),
(0x272862391adcdb10cd1b153acdd861d5, 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-3.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-3.json', 0, 0x7ca4d1d87159606bfb06199433c46f85, 0x7ca4d1d87159606bfb06199433c46f85, 0x4ea36b2e0cc64d3d06b99206e2a44b656ffae5198de32f5f3626b56ac2d8f4c1, '', 0, '?'),
(0x2729545b836ffbb35809ccc01d6e4463, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_8.php', 0, 0x8f6a4200210dbc62ff564172bba5a9eb, 0x8f6a4200210dbc62ff564172bba5a9eb, 0x65ef94436de98d1a7e4b42524a39322a5a40c765438b17eae67b1c696e9b6767, '', 0, '?'),
(0x272f25c582dcfc5b438bdcbb92ace948, 'wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css.map', 0, 0x33e9e1e68fd2918127e3dd32131ea793, 0x33e9e1e68fd2918127e3dd32131ea793, 0xfe75000e4d470368b2581964c421001faddbce702b915f5aca8a70f308b7a5cb, '', 0, '?'),
(0x27331de2a10af762b22f50fcf400846b, 'wp-content/plugins/kk-star-ratings/src/core/functions/view.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/view.php', 1, 0x00000000000000000000000000000000, 0xc1fc98b0e38e183e50b256cb8bf601f5, 0x5141b8d8572c1ef03c2f390fba3251095e2130131fac1dba9b302b5979afc2ae, '', 0, '?'),
(0x2733d1f2eede50c440505f10c70c9a0d, 'wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo', 1, 0x00000000000000000000000000000000, 0x0b5f79db21ad6a3388ceb610423aa1e6, 0xe96a9d8a423ae5e547e32f39c705db0ed6e2bd2faae79d77d33132cbe40e53c5, '', 0, '?'),
(0x27368a7d6617f9c824df4e08815e5e9b, 'wp-content/plugins/elementor/includes/template-library/data/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/data/controller.php', 1, 0x00000000000000000000000000000000, 0xa98094a773dd004fdb0b2deace71c4c2, 0x77ad00db4332edbd53145fbaa3984c5dbb17e7b27500a26018b5510d62a0412e, '', 0, '?'),
(0x2736b194d1a89fb8fd18847020e3bbe4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x9068fb65ff477473c5be08ccd2d7f15d, 0x254ac00d253cca20d9ad8f66d165215e6e2787cdb81d925e97b436da42d7190e, '', 0, '?'),
(0x273980117d7c1a6d5e9dcfccd446e022, 'wp-content/plugins/kk-star-ratings/src/core/functions/width.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/width.php', 1, 0x00000000000000000000000000000000, 0x2f984406d66cc9e523525135bb6ea8b7, 0xee5cbc32d1319e756bf8bb1eb73ceff0ab89c7d25e704b192ba33fcb5af3d478, '', 0, '?'),
(0x273ca1b0cab776917fe78ede1502c001, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', 1, 0x00000000000000000000000000000000, 0xc5517c08da1603a1d39f1b48010ab02a, 0x56189ede66f6063b78a467a6480025704d9674245e50e5058ca9413a1252f46a, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', '/home/abt90iranbet/public_html/wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0xaf29e425d28d61242d7805b4b9a387ed, 0x23f84667411b8d6118eee0b1af86ebc37faeb1f14ff72b587ae41073d45646de, '', 0, '?'),
(0x273f96522f5018a9fc19db02fbe275a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_panel_settings.txt', 0, 0xa6e447fff23b9bced71fd9772519eeb5, 0xa6e447fff23b9bced71fd9772519eeb5, 0x02452fb2694c608c17f540b7b4a001c8cf4529dfbe1ab23a44df3094e1fc1f33, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x274ad8eb3cf6e4bb17c41b133c0b8902, 'wp-content/plugins/td-cloud-library/assets/less_common/components/pagination.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/pagination.less', 0, 0x6ca00c5b00bd953bf6248c195cd59d32, 0x6ca00c5b00bd953bf6248c195cd59d32, 0xa144550a4affd627611ca1a35bcbbb036635f40c2fe933393a22c8a58527b948, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x438a09d02ebbca6bd09b4763598eb930, 0x221b6aeb39bdfe56a04fe26adaacb44664118ae388467d45506afe6c93d8eca9, '', 0, '?'),
(0x275a5c40b1d8380dabc1976c59336c55, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-3-col.php', 0, 0x1b2f18fdabbb202d438516bed33c4d65, 0x1b2f18fdabbb202d438516bed33c4d65, 0x7f8bafa1fcbd3b168354226b0057bcbba65a5820817631b3f96d9408e241acc1, '', 0, '?'),
(0x275d5c246d24ec367f9d2cdb79aabf36, 'wp-content/plugins/elementor/core/common/modules/connect/admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php', 1, 0x00000000000000000000000000000000, 0x79243998290ff3768d2f23fc2de7ca01, 0xfce9c7ff22f34fe3101227ff5ccfca01ba2f08fbe4e664b59f3f67107a8765cf, '', 0, '?'),
(0x2762a7019d77533a531499b09a11f871, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_description.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_description.php', 0, 0x5163be34b1560941d91b74bbf307388c, 0x5163be34b1560941d91b74bbf307388c, 0xd17757dcab6a41d7797cdb0e2866a3303da405fac27ad851f971876fa02776d4, '', 0, '?'),
(0x2769a20b58e8116381af2348dfe187c4, 'wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', 1, 0x00000000000000000000000000000000, 0x9364b0f7bfd1d36c31149eee01c5a40d, 0x578ef6ae6c5707829a62a4f3eda74693c1bd287a21d6cf4d2b2f8a8fcd470f54, '', 0, '?'),
(0x276f867999faba885e0d8b0ac55dc784, 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php', 1, 0x00000000000000000000000000000000, 0xc5d5c1b14163a079db8920d57a279adc, 0xf77cdd1b3219114c78c72e4494b30c44d634d55bc34e0ac128373113ce140cd7, '', 0, '?'),
(0x2770d34bffa072ae81df20f6585f2ecb, 'wp-includes/class-wp-theme-json-data.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json-data.php', 1, 0x00000000000000000000000000000000, 0x4675ecd000f0eb3dc3b5aec976e4abec, 0xd9e04750c56a109d511fbbdc36f7d3ae0e9a88f8ff16ced6b410929fbc6dfb75, '', 0, '?'),
(0x2771ee7b9607bcfcdc5ae8f79f3eadb6, 'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Dns.php', 1, 0x00000000000000000000000000000000, 0x52e2f164dcf3d01e5b21cab6a04f8218, 0x9f1487daa5d92e543ad9856e366e582997909b42f3107188d1b735342ab096f5, '', 0, '?'),
(0x277245e33e2b30a332e261664fda9c64, 'wp-content/plugins/wp-rocket/assets/img/infinite.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/infinite.svg', 0, 0x51d1718c98a8b56cc05a0587a3fbb5e7, 0x51d1718c98a8b56cc05a0587a3fbb5e7, 0x9cabbaf7bbde92c53c6ec7bff91f8a4b461c9b162461ace7fb0331ed7281feaf, '', 0, '?'),
(0x277600c9288941c987d7cdf7d2ef6033, 'wp-includes/sodium_compat/src/Core32/Poly1305/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/error_log', 0, 0xfe84cae22d1238f8a4e4a0956fd85be3, 0xfe84cae22d1238f8a4e4a0956fd85be3, 0x4fc0f8d90d35bdf51289ad5aa2ca4241db0943454e814bc01552d12159cd76f0, '', 0, '?'),
(0x2777970a5d287d389c85ee0b0c903b66, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-admin-notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-admin-notices.php', 1, 0x00000000000000000000000000000000, 0x1439565cce9f4a905d711c2350543238, 0x02d3037eb219d4cae61a083faeb528127abd5f28f793ea60378b772eff268cb9, '', 0, '?'),
(0x2779b2fdfc81c4f2a5dbc699e7f38cb9, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 0, 0xd9e7555a29d927e361db351bf01340e5, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0x2779dfd6f8aa3527c3ab2485c8e968ed, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_smartlist.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_smartlist.php', 0, 0x19a79a648e345ae7273330a6287e8103, 0x19a79a648e345ae7273330a6287e8103, 0x2ea09e38715a3a2cfbbc4ecf8e850947c98e339c2d02a8436e82c51baec2402a, '', 0, '?'),
(0x2780df9c028bfa136cdfd51df6550c6c, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.mo', 0, 0x7e4d7646c0a3db71beb401f3becd13c6, 0x7e4d7646c0a3db71beb401f3becd13c6, 0x57a29f7b28a0faecc6d22ba11b6dd1b99ab52fdc384599d6a9b67011051d585f, '', 0, '?'),
(0x278780098271af559adbbe5a65d0cae3, 'wp-includes/Requests/src/Exception/Http/Status505.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status505.php', 1, 0x00000000000000000000000000000000, 0x2e22dab1ee14ae890ecab9e1a5e7e45f, 0xde551134103ee04c74fb2ae9dc12074398295300b67e94da3bd01c41c8141752, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0x279a0c7acd7cc98261eb99844e5b0c39, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-format.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-format.php', 0, 0xa2382afe30c40819221bf097b5fbac52, 0xa2382afe30c40819221bf097b5fbac52, 0x7fc2fa4a103ceecb4394c1c0e905b94a3ce36750879773548d6aef45159adeb9, '', 0, '?'),
(0x279ac7ec698daa51e9ca6c384ef779cb, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xf8234f559c43792199bc5531e10693cc, 0x09bb883b5e36f6534c310133b1837ae747355c1b91eddd5022a9e904caac9e31, '', 0, '?'),
(0x279d4dfbf768a810e712049204034793, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pullquote.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pullquote.svg', 1, 0x00000000000000000000000000000000, 0x5037db54afce56dfab5154f8cbc0e3dc, 0xaac3efc46b20ababc146f3a070b5644b48b7c02cc021abceb7819f0ce995408c, '', 0, '?'),
(0x27a09f6738c305c7afc59536b18e22dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', 1, 0x00000000000000000000000000000000, 0x6cbea28a0848b6b8cfeb9b6ce4f4c45b, 0xec10e5dd2550cc143ab00744d4d6222801c6c70d0c2c3d77a643e99cb02fc1bf, '', 0, '?'),
(0x27a122067aaec96ec6da70e2c1ce6145, 'wp-content/plugins/akismet/views/enter.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/enter.php', 1, 0x00000000000000000000000000000000, 0x2c95d97da412fe017c87dd82e6d8836d, 0x2477a6e27ec9c59174942d20fb50169f88cffa9bf0456c467f7f898458c9f4ff, '', 0, '?'),
(0x27a3a3b1dc7e3177146f9bd89eed3c98, 'wp-content/plugins/wordpress-seo/src/conditionals/new-dashboard-ui-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-dashboard-ui-conditional.php', 1, 0x00000000000000000000000000000000, 0xbe2c6997fdc9c0f66dc1d3dacc4c71d2, 0xd12e7f5c79e70c1e3cfda956d4b01710700960a6486788e8156fb2c864b22e6f, '', 0, '?'),
(0x27a411da6d5a73fd8c162bcb80a75fe9, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-16.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-16.png', 0, 0x3a5c8e40ba636f01162604a5dee38e43, 0x3a5c8e40ba636f01162604a5dee38e43, 0x54dca7a290bffbe7bace2ede08a9c9f3eb56963e91f727b57a18d488903fc255, '', 0, '?'),
(0x27a5013e52905a234de4ee2864520a88, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_3.php', 0, 0xe14c5b7f47e20bf896c2e7f1fe016000, 0xe14c5b7f47e20bf896c2e7f1fe016000, 0xecc266532b503a98ab6d3309dbc0e0e26785dab7479f2a1e6e5bbb0a2ceddda8, '', 0, '?'),
(0x27a9b232b6e380929d1e73dee2c69d17, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/service.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/service.php', 1, 0x00000000000000000000000000000000, 0x817e4dca13d6b3b93cb64d598dbfbfee, 0x598497769e4679865af2bf24384285551d031294aa0e28ca3fc3457093312b06, '', 0, '?'),
(0x27aa40dafd6e396d30e2fa0982b3189a, 'wp-content/updraft/backup_2025-07-03-0329___90_4857c6dfc8f6-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-03-0329___90_4857c6dfc8f6-db.gz', 0, 0x88590483282818730e059ea8d3fc184d, 0x88590483282818730e059ea8d3fc184d, 0x03eaaedd0e82e1d53d6eade2aea909758cc101561717dcf8b429d0731bc3f7c1, '', 0, '?'),
(0x27ac9bcca9982eb10078a2d790784819, 'wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x3d5115a57cda21389f635c96d1cb479a, 0x15122ff2e79dc8add5ac7971744530bafb9626698be59189aa72776d250956e5, '', 0, '?'),
(0x27ae06c6d3dbad5defcda8078cde8a20, 'wp-content/wp-rocket-config/index.html', '/home/abt90iranbet/public_html/wp-content/wp-rocket-config/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x27ae210ce81c634a14624f18eda78168, 'wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php', 0, 0x6437786985db30c4c00d0e75884fc827, 0x6437786985db30c4c00d0e75884fc827, 0x1f796fd676476526246b38894d69628565cc49af171904f8f1cc5c85d2d3b712, '', 0, '?'),
(0x27b15bb38cd2ef2732c29e5233939f94, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import_no_content.php', 0, 0x7f2af9147e97b9c2978af697621bda5a, 0x7f2af9147e97b9c2978af697621bda5a, 0x96f824bba8a02bdc796f5ab159d46a3110abf61334ebd8536758483960f1dea3, '', 0, '?'),
(0x27b45dc6e47aed54e6db254db7006b8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', 1, 0x00000000000000000000000000000000, 0x1e92846a592b8eab04f9828e24a67086, 0x0d3e8522e4cdca4ada10da335ded106c21438be97a58baffae51f1abe24abc53, '', 0, '?'),
(0x27b9667e2bc1bd383b53e4a9852f1692, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', 1, 0x00000000000000000000000000000000, 0xc7b0fa4d29d5feddd475e7512a24d251, 0x4c0f9a6c9839bfb5c82ef505c49a1de1288f633df38399bd69a610fbebdba88e, '', 0, '?'),
(0x27bb677ccdb922ac94826a02ddb932c7, 'wp-includes/js/jquery/ui/effect-transfer.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-transfer.js', 1, 0x00000000000000000000000000000000, 0xa21650c020f2d15f02971c58f3222ac2, 0xbe8767cf001d080c6d9f5f453993374f114da6c7394f2888774fd1277d5f33a5, '', 0, '?'),
(0x27bbf2ffff403a98c7636a18d46bae80, 'wp-content/plugins/poka-review/public/class-poka-review-public.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/class-poka-review-public.php', 0, 0x932c074d6462403629b0e88968715506, 0x932c074d6462403629b0e88968715506, 0x8ccfb7ce2f005d26907c0c0555caeddb1148a8f96fff1efea168f62ea7d368a2, '', 0, '?'),
(0x27bd2cf44583f65e08734196bfbc4d32, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md', 1, 0x00000000000000000000000000000000, 0xc24ada5d7f0275a5290834bde3e6f203, 0xb03fad864ab007b83551ebc2cd1597838740faf5de9f302f3356fd006500cc4b, '', 0, '?'),
(0x27c517ce7b00898fb6dbc5e0876f5d3b, 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 1, 0x00000000000000000000000000000000, 0x27983b355fca6bf421e0b4fa30616464, 0x8e9b5290525c77dd7db06ee86b68c6b3f572c87a6fe8094e811aed379748d930, '', 0, '?'),
(0x27c7b43df1ee86117723201f89d2a577, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.svg', 0, 0xcc9301c8c0be3ddbde018cf1a586dadf, 0xcc9301c8c0be3ddbde018cf1a586dadf, 0x62b0b866cfeae7aa1ee219c9ee0399b6322a40820416407204dfa64a47243a5a, '', 0, '?'),
(0x27c849f9f0f7b3a0d598a10bd9717045, 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 1, 0x00000000000000000000000000000000, 0xaedf4c78d04026155366b4095f03b8eb, 0xc35245c646c447f46fa5da28204442f43d6adfc5d0c58c20d33e46fbf1e06ffe, '', 0, '?'),
(0x27ca715745261d12117f2fdf7955d8d0, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 1, 0x00000000000000000000000000000000, 0xadb477b3178e76dab0f4ebd74df15d92, 0x1fd3f0f105db1d24b67d7d26d4cdb8df58a5c49d22b442da0767506a6c4bd3d5, '', 0, '?'),
(0x27ca854badc3b6b9134d07f270189058, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', 1, 0x00000000000000000000000000000000, 0x9075e83e3670ab688a1903f4f1bc9d17, 0x58eaa546c3a5767e4fdd2e0a558a5f78fa50e2054c41ca751e1a648c32378341, '', 0, '?'),
(0x27d92e4b3985309aeca2f38398d1d4b6, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0x65dca7d038c86eade94de912641001fc, 0xecd64c6c58ded3dc122a0fa3b3c2e7c9e5389f48e79edc24585e3f854415c478, '', 0, '?'),
(0x27d9768da800d0adb8ba1cdd582e07db, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/checkout.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/checkout.php', 1, 0x00000000000000000000000000000000, 0xf6268aa04b49416e405ff68841862052, 0x5d55496c10af0a12c204f415353bb420d263eee025838d673486d3b8eb97a43b, '', 0, '?'),
(0x27da1b5d72dff2907db52ea7ba7e8072, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo.php', 0, 0xa9362e612a210fe84235442b61009f6a, 0xa9362e612a210fe84235442b61009f6a, 0x02ab6bc434ab037e8e174ef5698316b17a1496f02626321c5915008ca43f0edb, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0x71784d2192f28fa30a42bd8a2b3d4cd8, 0x3baa1b4fd2a57619eccf1f1117cccc8981feaf99d809cfcafeb6e60a849ff5b6, '', 0, '?'),
(0x27e096b7ad860edd1fc54aa40a67a0a9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_ads/td_get_ad_spot_by_id.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_ads/td_get_ad_spot_by_id.php', 0, 0x11b8a8a4dd65600be096bf7550f85357, 0x11b8a8a4dd65600be096bf7550f85357, 0x30e4cb645c80ea3640dd8822d1d1ee00904eda814ad36d60aba915d79d090e28, '', 0, '?'),
(0x27e72da2ebeb4cacd87175cfa354975b, 'wp-content/updraft/backup_2025-02-20-0332___90_c3cd4ed22f48-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-20-0332___90_c3cd4ed22f48-db.gz', 0, 0x7d442f7a8c03415766d8b861cbabd41a, 0x7d442f7a8c03415766d8b861cbabd41a, 0xe7266f3ddf13aa9fd528dd250f1aaa793f8e9726b5e88791467c36e26e41c540, '', 0, '?'),
(0x27fe09219f964660def651ad6c2f545a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1.php', 0, 0xbe01e642d83e8c1009a775fc4879c05f, 0xbe01e642d83e8c1009a775fc4879c05f, 0xc2ea65cbff81f24c08cf1f453793f46c59374f26ed5d37b0861af9b8f0f02413, '', 0, '?'),
(0x27fe4f42e6bdff795c3548aebfbee7ec, 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css', 0, 0x5c6888d96d926bfeb71dff7eac4e82ae, 0x5c6888d96d926bfeb71dff7eac4e82ae, 0xd110d142405438315ef1b810e0be2b753b230c07191f5c9c1875b80378e622bc, '', 0, '?'),
(0x28013c77790a8ab5dc62117112a06d93, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 1, 0x00000000000000000000000000000000, 0x13500638511ff444e46fb9d0edb6b912, 0xbf3571817f8ab955a196a16418d51ac52c555a69a8d7060aac79ccf8ebf15e64, '', 0, '?'),
(0x28071aca4f317ca26726ef85fa625ca9, 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.js', 0, 0x40ca9d61ac8c8d8a37d53488e8369408, 0x40ca9d61ac8c8d8a37d53488e8369408, 0x1e4c7e38dd86765fa4522e515455aad1b3623e8e1ef0e6d9d549dc22cc6e1f42, '', 0, '?'),
(0x280800014f7512d182758f935519c5ca, 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php', 1, 0x00000000000000000000000000000000, 0x5d05ae557f434c905366a90a2d0b3fd7, 0x1ea76ffb9cbcafe61e156939519351d99544c048b1890e77841e7eb0dc4ecea6, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x28185dac8c0e4578041e14e97b3c0633, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', 1, 0x00000000000000000000000000000000, 0xc580deb79a92f6762c5a33846bfb4344, 0xc29e674ff6ef9512443ec10e2b04e44d07145514cf05da0cf3be8041fd78ed97, '', 0, '?'),
(0x281d0ebd32a05e321c4f432b5ff7aae3, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-about-business.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-about-business.php', 0, 0x18fde3980811ae46b9835c735ce94304, 0x18fde3980811ae46b9835c735ce94304, 0xc5384840aa325b5784e511247f1422f93e78736403fc0e4b5a57a2b596b91cf9, '', 0, '?'),
(0x28252ef78b1785e2ce6a7d959989c3d8, 'wp-content/plugins/elementor/modules/performance-lab/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php', 1, 0x00000000000000000000000000000000, 0xcd12c7589fe17cec31a33e07ea235d8b, 0x42b37a57cf8d7eb65d88edc00bdb9c0cad8f62cc9e5b33cb1997c2626c0edf91, '', 0, '?'),
(0x28256185dd19f1c239e54e535d6f4d72, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_2.php', 0, 0xe24cfefbdf406658916c892e6729ecd7, 0xe24cfefbdf406658916c892e6729ecd7, 0x5853e05fe137b0cd0e49fb157f9e6fb17f6860c6463bd26d9f7ab80acb3ba176, '', 0, '?'),
(0x282af253bf6ade4612a612709959b7a8, 'wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', 1, 0x00000000000000000000000000000000, 0x4d0ed6cbf501a50de22667a240339c2f, 0x5a4e6a3e0efcc6eb68d1f46519832a6001ef0c8aba5dc6cf248184873ae00915, '', 0, '?'),
(0x282d2f95d4f00439a357c85279fa7e09, 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-bubbles.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-bubbles.png', 1, 0x00000000000000000000000000000000, 0x13d143ebdce80a9dd0927feabcff65ef, 0x0655097fc7188c7267c072e2df2dd0f08dbb9047b28b32aee70b13535f4c72fc, '', 0, '?'),
(0x283007f3306b3959bf98a1e341aeae1a, 'wp-includes/blocks/preformatted/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe74f6f4a7d5baf8cd7bbf5a5c1578ac9, 0x059bbf6d80e401e3412d90b6e4609238c7ef09a3502061d479ed3c0bf0289cee, '', 0, '?'),
(0x2831c8f04374b977067401eb32b03f7e, 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 1, 0x00000000000000000000000000000000, 0x2300d69f2abd364260e4d921e4d15453, 0xa1c6962f8d3fb75def5208b6d6c17c222530f7aa1dc4f5441f92440e33aaeb01, '', 0, '?'),
(0x2832fb9d41241dc4e553619499f7c9ba, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 1, 0x00000000000000000000000000000000, 0x70d708bcace695bb8a310181981b798e, 0x238a130a7cd034ea9e8223104d70e7b110e035958e5e99b1486a86e63577e37d, '', 0, '?'),
(0x283706c06475226a0a47eba90ff47801, 'wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json', 1, 0x00000000000000000000000000000000, 0x417b920ef69adf0b2cd7e671f8306782, 0xac6eb0ab24d5f6af8c26b7ef7eda60d261aff782838cc2e9be6a51362eea5d58, '', 0, '?'),
(0x283a71822239e313e57c8160572d98cd, 'wp-includes/SimplePie/src/XML/Declaration/Parser.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x19a0d489d78059711ff9322790d12fbe, 0x446d4e09d3d81e5837fd84f079a77bba5950206028b5df0aa05f77e95df4efba, '', 0, '?'),
(0x283a9b1d644461566c3216f09a88a4d7, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-metabox-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-metabox-2340.min.js', 0, 0x5c8c793be6a79a719bddd9cb440b1c94, 0x5c8c793be6a79a719bddd9cb440b1c94, 0x1c60507d449f6aebc7ccf9da246392ea04bcd146562433203f9fa8667b2eb113, '', 0, '?'),
(0x283f88da96de3a75e2ff8039102fab76, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1.php', 0, 0x0186c3890735e47b601eeb017a036e73, 0x0186c3890735e47b601eeb017a036e73, 0xcb394f52be3d495098ced777c82d44e043053b81c33904d0de369840ba9aa430, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', '/home/abt90iranbet/public_html/wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x284336b5305b05c0d10641b2c797f110, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-logger.php', 1, 0x00000000000000000000000000000000, 0xf6982461636dbc64a39b02aa25eab963, 0x01c32422025507b4e5249f8a5cc83b6011e2d44a6bb9edda3fa631e13f822e0f, '', 0, '?'),
(0x2845d883f83dfb60cda8fc8862ffbafc, 'wp-content/plugins/wordpress-seo-premium/classes/social-previews.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/social-previews.php', 0, 0xa212cd05daa08b89bec3acb73b3ed6de, 0xa212cd05daa08b89bec3acb73b3ed6de, 0xcabb7ef21f23bddf49f6e449114405bd8b4b6e7cb780817cfee2e4bdb6b28c6b, '', 0, '?'),
(0x284654889b128a664daf812f772926cc, 'wp-content/themes/twentytwentyfour/styles/rust.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/rust.json', 1, 0x00000000000000000000000000000000, 0x705585c4f7c8d1cd6b09308cb807a01e, 0x180eb7723aeb7560d03297fad13fc0a7e5d7df9eafae640e690860bdc021f739, '', 0, '?'),
(0x2846a58cdd1a4367c366a2d844542043, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_submit.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_submit.png', 1, 0x00000000000000000000000000000000, 0x35423f0f2538e507dec193b52f8d0327, 0xe1d8e66251431c5115ae9a7a242005f9f989a3822a5d6e208b220f1efbdd2504, '', 0, '?'),
(0x28471e044c8e6c88c0231e4290855182, 'wp-content/plugins/elementor/modules/library/user-favorites.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php', 1, 0x00000000000000000000000000000000, 0x9d602069baec051120a8ac9799c5492b, 0x468b19ff21bd21b9de251b1e5c8eda87295d0c8d3dece33671d45fbe7ae4a03e, '', 0, '?'),
(0x284d84a46d8f2dc8cd20502a8192f5e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x59d7edaf39c6ec2ff520b1a238f2decc, 0x308e5ea7eb876307ea4c78f40879ac0da0aefdef27cd057d173e8dc816fb931b, '', 0, '?'),
(0x28508af8c4a766f0e84cad22843f36f3, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_read_more.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_read_more.php', 0, 0xa4ef49b91c1679757a22939a9f910ed7, 0xa4ef49b91c1679757a22939a9f910ed7, 0x3a81b67767661ab75b56d993da92514a4ab998158bdbbe27750098862aba42c5, '', 0, '?'),
(0x2853bfed3183af6c98324e967a746b03, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', 0, 0x26100fd9ce0074ba03d1c700436e67cc, 0x26100fd9ce0074ba03d1c700436e67cc, 0xb97a91de2ff719ce854895163a60523db569ec581de4c288578c7ab13226018a, '', 0, '?'),
(0x28567666d0fe516818fd52db61721148, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/auto-installation.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/auto-installation.php', 1, 0x00000000000000000000000000000000, 0x6733148877b90ce6cc85efaedaad7c8a, 0xe6e059ef90c953e71418c97c6ff7a173f2257fb81274e1e00a0397e0fb08771d, '', 0, '?'),
(0x2857513d1d33d1c879eefade18621f36, 'wp-includes/cache-compat.php', '/home/abt90iranbet/public_html/wp-includes/cache-compat.php', 1, 0x00000000000000000000000000000000, 0x42c62358020eb954edd97050c58a3a4d, 0x8aa3830360b7613d9d7cab3be45e6b79e2158a093875fbd1471698f936b401cc, '', 0, '?'),
(0x2857fbbb30fbc7e8c561bf28c8a43994, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 1, 0x00000000000000000000000000000000, 0x422a760d63079425a8e5029f996f6bae, 0xfa895ec1e959f20d842cc6bf3422fd1fd4423be019e5976b3f285cbab5442f63, '', 0, '?'),
(0x285b339d7cec7445ff0fff83a6823548, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php', 0, 0xb56e65aa6e0fb8ebdb5c160e88519fba, 0xb56e65aa6e0fb8ebdb5c160e88519fba, 0xeb6f895cf9150625e8af101e862b970d8108bbc5ce14f7764bd8b0025f851b67, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', '/home/abt90iranbet/public_html/wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0xb594218e79553f2298e77a9f48ff402c, 0xe029628556b8ad5e5785a0128ccf7dffdea983be129ac7f36552f4da8e48e139, '', 0, '?'),
(0x285b9e6692ccacf2421e0e186f900b25, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-amp.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-amp.png', 0, 0xd30f59345d0da5a3ed1f02a6c31961e2, 0xd30f59345d0da5a3ed1f02a6c31961e2, 0xbff01c88b8ba544826249fc1c8c7ce44aefc8e915f460a107a509b5e8a5b2456, '', 0, '?'),
(0x2863e4f79646fbb4158ef926852bdc03, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json', 0, 0x9e13978742e75d6ae0f7f6614743638c, 0x9e13978742e75d6ae0f7f6614743638c, 0x350a113ff61ba0f84755e522a6a2fe67f09824017fe501570e40291248598dd4, '', 0, '?'),
(0x28641480e7d1d4e6a0b821f869dbc16d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 0, 0x6a6cfbdbdb807741fd185f39dfc16168, 0x6a6cfbdbdb807741fd185f39dfc16168, 0x65c2d13c050e2cff7331d2e662782ce72e235feca4468874b0eb91f516f48baa, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x286897fe0cef6c19bee83b2ae38ef6e5, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php', 0, 0xda0bc6388312fd940c1bf16b2ae92c4b, 0xda0bc6388312fd940c1bf16b2ae92c4b, 0xc644330837ac7ef99dc6b22f1e167a0d02464be7fc706501bf7428582b0427ea, '', 0, '?'),
(0x286bc6ae9f05c0caeedd851effdd787a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', 0, 0xd259b292812ecaaf2bee1034316e64ec, 0xd259b292812ecaaf2bee1034316e64ec, 0xf86b8341cfbbb6f9e607c5be4e9006b345286ef4e5d7101022450b96028e0a06, '', 0, '?'),
(0x286cabc3d6852b25f16dbb87d8474940, 'wp-includes/blocks/rss/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor.css', 1, 0x00000000000000000000000000000000, 0x024494aecc87dc43916b351398ab3122, 0x3aa6bc86419b3bb4cbef26fbd3baded5d05be432cc3941298c803ca210613493, '', 0, '?'),
(0x28764e92c4db0dce1f5532b25c526549, 'wp-content/plugins/updraftplus/vendor/components/jquery/component.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/component.json', 1, 0x00000000000000000000000000000000, 0x8916fd30e643cbc05d687fbb55cd0c89, 0xdeba10aceec0db4e1a91e3cf18f180a6154b345fe9f105fa1b19d6b99508c128, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', '/home/abt90iranbet/public_html/wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xbd624b1d7ee4ae8fe380913d43fe6c9d, 0xa71ea03585a5ea2bf350242b02aeb694a0caa8959e378803f8c7fde0ae14f065, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', '/home/abt90iranbet/public_html/wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0xae40c7d46d2e51d106f72a02b84b4999, 0x03982574f1fe8967f50547fffed55f15211409e15f81401902e508c7471fd117, '', 0, '?'),
(0x288743acee99358bb31d7a0b0c3cc73e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-footer.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-footer.png', 0, 0xd7ad1033430eb53f9bf5515cce0508da, 0xd7ad1033430eb53f9bf5515cce0508da, 0x2aa9e88a537de6ac2f034046702f02c0b1f06018b9bcfed734d669bf18839030, '', 0, '?'),
(0x28885da27f4f0cd1dd95145a8c4f4739, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_6.php', 0, 0x9c87fc3e9eef94485c63ea3a216c0f5a, 0x9c87fc3e9eef94485c63ea3a216c0f5a, 0xa6b984b334ca0a2fb1cb711f6642dfc4ff0f821c4531ed69071599703a8380e1, '', 0, '?'),
(0x288d37569940c42b54e79e4d43aa1ca3, 'wp-content/plugins/updraftplus/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/readme.txt', 1, 0x00000000000000000000000000000000, 0x7eae753722e4fa8c2ac0c4d2185f1c28, 0x55edc29bbffec96e98a2f4f2cd9f5439104dadad6308ec6328d07583a5ddd903, '', 0, '?'),
(0x288d79cb6781ca716f8dd3d497a1e547, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_help_pointers.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_help_pointers.php', 0, 0x7156f3bfd104945a4b439725aec4732d, 0x7156f3bfd104945a4b439725aec4732d, 0x6b1a4316074acf12e5a88dc4527d19db5be95eaf7b85f466e485acf81579d88c, '', 0, '?'),
(0x28912ca162ecfe102d65d1307d39af79, 'wp-content/plugins/elementor/includes/controls/image-dimensions.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php', 1, 0x00000000000000000000000000000000, 0x40952c2e1d26b96b089f46a07d0336da, 0x8e06c42d1c960120f477960a451addeb5ee78cc548022602cf5720e6ae0c8498, '', 0, '?'),
(0x289543030d81e6466cc43eefd771708e, 'wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg', 1, 0x00000000000000000000000000000000, 0x131bbc7ed2a13aee655c96d15ee3326c, 0x2e8620b56e87501dca683a0859e48bb05864f9c530ef24deff291260030039b0, '', 0, '?'),
(0x28960b54d36b7cab6b9b730715548bfb, 'wp-includes/blocks/post-author/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd61bc50c09ce796a07f9fca2b231fb0c, 0xe36ab3540cb80f33c4f50fb6dd0534541f532c2fe3f2dc83c2ac5e310c3df652, '', 0, '?'),
(0x289659e027fa885e6b7a217196ffb687, 'wp-includes/js/dist/block-directory.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-directory.min.js', 1, 0x00000000000000000000000000000000, 0x7487c302c4554cf1f37ef05840d550c7, 0x9bdab90cd5b55b1ef0450d98260eb9ff163ce555155fe88497eac2e461ddde0d, '', 0, '?'),
(0x28a01917be7898d09697c104cd4ffb7e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3_no_content.php', 0, 0x9d7f4d30de25811868d68a8f7c40f9c8, 0x9d7f4d30de25811868d68a8f7c40f9c8, 0x85c155fbd5976d79933bf6c0515306b88297b1a184cd3aa7b5060fb5d98e3b8b, '', 0, '?'),
(0x28a4f551bf45cfc2ce222a3a4f412fa0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_5.php', 0, 0xbee5cd49a6a0fcdd7533da81c15b2e04, 0xbee5cd49a6a0fcdd7533da81c15b2e04, 0xc0b183acb5329d86bbdbaaff6ffef7a58ac98a056f2c854643528dad6a0b1a56, '', 0, '?'),
(0x28a90029a23fb21865af9e7c77d64697, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1.php', 0, 0xd1e092f274eab89673df12d5831d3088, 0xd1e092f274eab89673df12d5831d3088, 0xf172a16c20d96682a8ca74fcfd9ff2cc5331d7db19d5ea8d479f2964b2238ac1, '', 0, '?'),
(0x28a9c1d06891a99568de05665bac52eb, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-content-image-on-right.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-content-image-on-right.php', 0, 0x91d05c351f107bb3b90f346d145997fb, 0x91d05c351f107bb3b90f346d145997fb, 0xe149781da82dd6a163f789a5c56b2998cf9236fc385035151547438c17d74006, '', 0, '?'),
(0x28a9d9e9b05c06983ea2f862b3a9e27a, 'wp-content/plugins/elementor/assets/css/app.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app.min.css', 1, 0x00000000000000000000000000000000, 0xfcfff2417db6b9c23caf45c6239db09a, 0xae5e594dda0a44cb04f2a4d541790eb43dfa0d8fc3874a8a3d45bbe44b54b168, '', 0, '?'),
(0x28ab93dd0e1c8685fbc415c114820666, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', 1, 0x00000000000000000000000000000000, 0xd9e2f93cce76cfecaf52ae31f1d52bcb, 0x1ce2d6dea67d25e73410f78e6cb3bb93fde0d4359c78507d02df1b8335701583, '', 0, '?'),
(0x28ae3af0fa45fb017546d1e560038fb9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_4.php', 0, 0xdd7a346c8cde77feeff4decdfe8488f3, 0xdd7a346c8cde77feeff4decdfe8488f3, 0xeb715ef4296f2d87b61f5aaa69551dad704f6558461fc13970060526b3987a80, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0xbd4c267cfc5f456c2ae32c902b81ab62, 0x860e1eac1ed90bdbbbb7fb1b8d3d69aa3fdace480ce14d5910a1620b6dc40717, '', 0, '?'),
(0x28b534e7ceb61de15bf75cdc18f98333, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1.css', 0, 0xda8dc3a23d666d8ff71090bd16a17ec1, 0xda8dc3a23d666d8ff71090bd16a17ec1, 0x52dec4fdc03f969fc7bb9f540cea8beeb9f42e73c430542806722afcf6b12580, '', 0, '?'),
(0x28b57cff5aa278b45487fe825b7fc175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd27a3faee92817bb8545ee57751f70b9, 0xa80f2b8b1d02eb0cea87151144ef00656ab30d1c171067c6cee8cfa7b68434f1, '', 0, '?'),
(0x28b7b9db3e66300e1a675b7cbceee5a8, 'wp-content/plugins/wordfence/lib/wfJWT.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0x28b9272a20d0464274a78894a034ff3e, 'wp-content/updraft/backup_2025-05-06-0500___90_adafa38dcada-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-06-0500___90_adafa38dcada-db.gz', 0, 0x24c68ef9153ab3908ac659262fe2360e, 0x24c68ef9153ab3908ac659262fe2360e, 0xdd64593d0d337dec26f00b79849a9f9da736e9cad701d31b79ac88d084185ef4, '', 0, '?'),
(0x28bc1fd732ad59125fee1a81019d4845, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/connect.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/connect.css', 1, 0x00000000000000000000000000000000, 0xf7873607fa6af23dc49a26901f4080de, 0x7345b4221f083912dcd84c1b035e4e4a7ca5bb8c498b99cd51310996d12cf1cb, '', 0, '?'),
(0x28c45c8cb6e586aef7714118645b6a60, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/LICENSE', 0, 0x36ed70d207f5176d1b9f7a780385b789, 0x36ed70d207f5176d1b9f7a780385b789, 0x3c2600e63038dfab15b960008a1c4204c4d148ec0207290069cfedc8cd76f482, '', 0, '?'),
(0x28c60b96d5970db2b365471091a80867, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php', 0, 0xd67605be71e2739929753fc3dd7cd4b9, 0xd67605be71e2739929753fc3dd7cd4b9, 0x8f687903cbe0389e2530fae23bc8ec60878490ad1d37754a3a835007154a9339, '', 0, '?'),
(0x28c82d5f491009582acfa4a33bebb2fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_6.php', 0, 0xe6633de6ed54bca575a9abf507700672, 0xe6633de6ed54bca575a9abf507700672, 0xaf47109725b26f2913410d0542ae705436c0ad00a5cb83fad7b10f3703fda6c4, '', 0, '?'),
(0x28c8eb88c4c020dfd5d92102c3015cfe, 'wp-content/plugins/td-standard-pack/Newspaper/loop-single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-single.php', 0, 0x625ed284f3b73bc667dfaa52bd3cfc07, 0x625ed284f3b73bc667dfaa52bd3cfc07, 0x68c9cf2e8051646a41b24d48bf2d890ea4a3fb2a6053afeeeec89227d5c0faad, '', 0, '?'),
(0x28d6800fe563ff2530d545ffd503efa2, 'wp-content/plugins/amp/src/Validation/URLValidationRESTController.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/URLValidationRESTController.php', 1, 0x00000000000000000000000000000000, 0x423cdc9eb7f33693fb4bfb9452eec004, 0xab104cc0f0a13bdb8df98a6c80591c0d3860d187b1be8e1f14e55d6bf980b455, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0xa2c2d7d0a5028778b60b095edb35fcca, 0x0148c4338ab387d71979cb15e42610c71b6bc08a33a782fa19dc7d821e8d833a, '', 0, '?'),
(0x28dec36c134fc8d1e00d6880ebfc259e, 'wp-content/plugins/luckywp-table-of-contents/plugin/PostSettings.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/PostSettings.php', 1, 0x00000000000000000000000000000000, 0xdc35d87ba6b7e995d4728f266ce3f059, 0x076c1dc899fd9f6dc2c38975b3c20750c1871eed11c038caabc21e687e8035cc, '', 0, '?'),
(0x28deca73bb33544e1d14a46f1228a91e, 'wp-admin/images/freedom-1.svg', '/home/abt90iranbet/public_html/wp-admin/images/freedom-1.svg', 1, 0x00000000000000000000000000000000, 0x0b28aa39660dddc94f4a1aa117a75db2, 0x97e9654dc5e3e34febecbbeb86ef38005c1d009c93c19206e91d3794dcc2888b, '', 0, '?'),
(0x28dfa89f98c7ea9b76cd52938343d04c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x28e249cfe8a87e53f12dc7bf88525406, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-client.asset.php', 1, 0x00000000000000000000000000000000, 0x603eb08e3b910bc719a65799b38b2cb9, 0xa8062f5cc2b597fb8db1d126fab87f256ea6faa9d6ad5fc11215bc1c5ff66051, '', 0, '?'),
(0x28e4e1f225839a303031ffcff63285f3, 'wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php', 1, 0x00000000000000000000000000000000, 0x899695c3f706be2f7d9582975adeb061, 0x147c5d25441f718af2a876573dcea5dad647b53a118ab26d4e3979c086b9ef2d, '', 0, '?'),
(0x28e55c16ef6b6c4744eb6f6f3cc67e4b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0x69281ea7537121cde856874e64ff612d, 0xc4054aae76c2446f1184ff25faffe13cedaa07dd4dfeb6b1b8b360b02fa84e70, '', 0, '?'),
(0x28e62b94fdb02cf5f1a39656cb76fc50, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', 1, 0x00000000000000000000000000000000, 0xe85085b9ee0cd55e6fd5b11d2c9b63a8, 0x0659f5b63bcf19394de97ec36a47964f2b7c0c52afbb10247d977c1f046b961d, '', 0, '?'),
(0x28e73c7c9495dbb0411572bf1ba4a057, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2_no_content.php', 0, 0xcd973f3a561d955a4605b2db39f434d8, 0xcd973f3a561d955a4605b2db39f434d8, 0x67cb645cbb15edb89b6c867a89a2ac3ee08a46f183e705dfdf20c5f2e995eed9, '', 0, '?'),
(0x28eb1afcbddb4c297adba39bc5a81d8a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', 1, 0x00000000000000000000000000000000, 0xca72c5291e69838d7e940e8209f13179, 0x7a197b83e63e3795aee50492c7b6267cb0b39c863e7a1b969b1938e7f305d8b2, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', '/home/abt90iranbet/public_html/wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0x1a4cab3f050dcf8295c8b6f24041b024, 0x233a10dd3e151cef3cd49663ae42e285d313ee005563eb8f3bce880749f443ac, '', 0, '?'),
(0x28f01adccf0ed59af770df730e5fbb97, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', 1, 0x00000000000000000000000000000000, 0x8c12143f1933257502d76ff9a30074aa, 0x653aa3bd9e22e250d535f4754167226fbf9a9a655a7160bde0a1f0ba0e370d94, '', 0, '?'),
(0x28f05a6263c4b2b2dd3670b72224ecb8, 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 1, 0x00000000000000000000000000000000, 0x11541f87fded8e2125289d738ec55bdb, 0x1f6941a38038e925a4e820fb34e2f4ea5433da5fa6eccfa9a86155f28f840dd2, '', 0, '?'),
(0x28f1c402dcf92769bafd5e8cf68a63ac, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 1, 0x00000000000000000000000000000000, 0x7069faee821d0f52226fb802102d2f0d, 0xb3d424739345279d6d2668b286e5ebffa0e91e7d5b2696039efe8e3b58f79dd0, '', 0, '?'),
(0x28f2723f3dd2b10b25616832fa538580, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_8.php', 0, 0x7a5f43be09722e42c58ea981b73dfe72, 0x7a5f43be09722e42c58ea981b73dfe72, 0x51a30dfefe9fa212c0b043422331652663f5462a85379d4840e116e9b7b473b2, '', 0, '?'),
(0x28f47f678c26e9a3a3b3c68d40af0f24, 'wp-content/plugins/elementor/assets/js/admin-feedback.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js', 1, 0x00000000000000000000000000000000, 0x9b56b5c54216ed794836bd6fc6685aab, 0xcaf2c4e9b2826ef0dfcbe7ab6b1e4e4ae988da5a5f7c8553b76f52c941fb6e09, '', 0, '?'),
(0x28f5c44d2dd35d6cec9e64689192bb5a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 1, 0x00000000000000000000000000000000, 0xc520eab565825bc5ea7aba275fcd4dc3, 0x96550e1ef954e10faffe594c1a0f51f86ed9e7ecfc2e4cc3646729bd3890a11a, '', 0, '?'),
(0x28ffc7423f979d38e9a1cbd01aac93cf, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-term-archive.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-term-archive.php', 0, 0x1678aa6c8b677c73005e90d6663bfddd, 0x1678aa6c8b677c73005e90d6663bfddd, 0x1cb35633d41a404e97c4b19d8af5263865c97d4ee3acb5a7314f61e4434cb45e, '', 0, '?'),
(0x2900917795b2eaf53be045e6aa54cec7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xa6ebf38d46de235f33ee3de029d65740, 0x2d65774e4e73d5652443435fc64792b7a4a3bfac080aa712e700599e01bab16a, '', 0, '?'),
(0x29031f2c1a1aad84b20b74d4a757d957, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/plugins.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/plugins.css', 1, 0x00000000000000000000000000000000, 0xd617f5a14ec1544d7ea7f61e6ac6ec60, 0x8833e139657d61760622411cbe0f68e06b0e877238a1955608650bb7b99d37d7, '', 0, '?'),
(0x290d415572a54d10ebecb2f9f12120f1, 'wp-content/plugins/elementor/includes/controls/box-shadow.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php', 1, 0x00000000000000000000000000000000, 0x45b924c044e608183932505e305792c5, 0x968846ab76f38504e1e1b81e917194c485845059aa33eb1ccebac2dfdbd2edf1, '', 0, '?'),
(0x291371d776d06921b5b67f97979a1a3f, 'wp-content/plugins/td-composer/includes/shortcodes/vc_column.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php', 0, 0xa783fec5985bdccefc1c36fc31d8621c, 0xa783fec5985bdccefc1c36fc31d8621c, 0xd8d1bf2a44caac836e6115c8ec97d95a04e4967c7bf21ea7c93e969cd9404673, '', 0, '?'),
(0x291cc4fdaeec328bf7c7a4eb4aa4a3de, 'wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php', 1, 0x00000000000000000000000000000000, 0x70fda26dfbd588c7407e17ad3859b0e9, 0xecd799ebb5f361467cb1bec4c162c1f612f04c86a6c1eafc55e7d90c128c7809, '', 0, '?'),
(0x291f6f9cf49d46dcd8016a6e9b0c58db, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php', 0, 0x67c7a4d86552810d8f113ce7264d9edf, 0x67c7a4d86552810d8f113ce7264d9edf, 0xbc4a9e1fb0d8f5c835dbf050bdb16ee55ac5f8e6adcfaf3c348e58d970a18534, '', 0, '?'),
(0x2923726c2765d372d2dc455e6f0ea538, 'wp-includes/sodium_compat/src/Core/AES/Block.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/Block.php', 1, 0x00000000000000000000000000000000, 0xc5789bffd43967bcae314343f7ebe7c5, 0x83bd0966f32d091dc60184d6abde7d6539e48ddd60882df52787f30369983355, '', 0, '?'),
(0x2926bd21f9c83f2a7acbd5f320d27c23, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu_favorites.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu_favorites.php', 0, 0xddd2f177c18eb997b4a99ef94246a26f, 0xddd2f177c18eb997b4a99ef94246a26f, 0xf5a6431d100ae1c392c0dc44d74908683713e672ef611068256e57ced4089c42, '', 0, '?'),
(0x2927684ced9c9ebf0dd0805e87bf8db9, 'wp-includes/blocks/page-list/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xec16999d1b4095c6d89bcac05e7d6293, 0x9fccff6f4da4d170e62b70788febc8bb947f79a123040d44162d396801b13d18, '', 0, '?'),
(0x292b589355fdc88fc37a585469962eaf, 'wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php', 0, 0x3f5ffcbeef9ac1020dc530c9cfc7bee2, 0x3f5ffcbeef9ac1020dc530c9cfc7bee2, 0x2ca97934a4726b48f0af07b8b70ea744df250d65446f3d696d78b652dc442edf, '', 0, '?'),
(0x2937de86257e241d864c07bccea4fa0b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_css_generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_css_generator.php', 0, 0x29eb3d233fc5752629723105641faa3c, 0x29eb3d233fc5752629723105641faa3c, 0xd8c2b6a87fcf89ad319bf14d98453991008745c9db87bbe67cdbbb9f40f8ce74, '', 0, '?'),
(0x293ac8a56762d68ce89020c2a21889ed, 'wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', 1, 0x00000000000000000000000000000000, 0xfd1082bd0dc580946f1a982707043fea, 0x13101e5dbf1b5ab525060a2db9506a6497ad9a3984050c56835e0e6c08dcfffb, '', 0, '?'),
(0x293c2ba8f0639b1838432ea0946ffe79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x293eef8e290ce6aa612f562d4b8bc4a2, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 0, 0xf904081c0f95774dfb3b825f6d9fc881, 0xf904081c0f95774dfb3b825f6d9fc881, 0xf9fca11b944e53a2840561345c4dd898e924ce939c87ae4800bdbfbeb5b67896, '', 0, '?'),
(0x293f22ed57b4ccccb5765d5166f31737, 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/general.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/general.php', 1, 0x00000000000000000000000000000000, 0x03f22874ee77c7397da2bfead13eea13, 0xb44c1c91322137d9bb318725e246ac2a6b9069cdc9d32360a54420f7220ca5c2, '', 0, '?'),
(0x293fa5a7d6884649a1aff3e71c115e19, 'wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg', 1, 0x00000000000000000000000000000000, 0x0300557e1f71e36801b50d96f299f235, 0xb1b92b9dbb9be2005d72cebf69248aef2987e0608b3c211010c4fbb425835a72, '', 0, '?'),
(0x294654111d6a9b97adf3ab434a63fb47, 'wp-includes/blocks/image/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1eda2a9af1c8584087132bd6cdab3b4b, 0xa588ffb7d3dc828f1731c9f18e6e2ea4416319d22824f82348f631b85a830d2e, '', 0, '?'),
(0x295aa8f4fe68461a253f9eba579e0414, 'wp-content/plugins/elementor/assets/js/import-export-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.js', 1, 0x00000000000000000000000000000000, 0x6485b4cd1a55a34706b4a9e69efe4aab, 0x33a013cd0105d25206e6a5e6a1da6fb5932c65e1e7af222f24815fc3c442262a, '', 0, '?'),
(0x295c08e5d4ac63a8c784990e9b2b3705, 'wp-includes/rest-api/endpoints/error_log', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/error_log', 0, 0xa22f3544dc2dc253de6c0f5dc9a228db, 0xa22f3544dc2dc253de6c0f5dc9a228db, 0x2c817ef0e0d66169c79b8602f8a78a52085f799c8884e3474f274d31bc052bf0, '', 0, '?'),
(0x295cc9281c64e5ac2d548ab04a663c7d, 'wp-content/plugins/kk-star-ratings/src/functions/container.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/container.php', 1, 0x00000000000000000000000000000000, 0x2b127c7caa130da4f08835f56ab406e8, 0xe0169415fbd314861003ffb237dc4c9360b9d9b8c1fdb9694a5099ff6905580a, '', 0, '?'),
(0x295ce0cba4c9687bc33b74f2fcfe5a91, 'wp-content/plugins/wp-rocket/languages/rocket-ro_RO.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ro_RO.mo', 0, 0x3f106748e3962d700578bfacfc11e392, 0x3f106748e3962d700578bfacfc11e392, 0xe60b0158d2fcf6496060f89bcd347f805cf4019398d39bf7014735d01034d829, '', 0, '?'),
(0x296869f7b10accf566d04088efbe7e73, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', 1, 0x00000000000000000000000000000000, 0x1e1e3bf90fdd64c6048dea9930a1d445, 0x871367d625248eddfb9ed0f4153bc2a1e86265b974ca1ec3b3dde81e60eeef0c, '', 0, '?'),
(0x296b6eff1480569cf06d47b265c2958b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', 1, 0x00000000000000000000000000000000, 0xa60809cf8cc731ff95d2a0150694fae7, 0x32067ab9d55bf73aafce588a11004c830681b8560447dec1124aaa794d21becf, '', 0, '?'),
(0x297741abd399ad7c5523692e9d5608a7, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js', 0, 0x50cdfe2a270005311dad63ad98da1e4f, 0x50cdfe2a270005311dad63ad98da1e4f, 0xf938b5569a5b919b39fba3e29d7fabf6bb01fc8b5036593fadb38eac0f44c487, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', '/home/abt90iranbet/public_html/wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0xf1654fef392d6b5052c7086641462087, 0x55200e71ae518b57832e2739a63272a75ee5a3583119181fa09b1e2abdd9b9c0, '', 0, '?'),
(0x2980ef6bcb82cc25d8a68a53ff178789, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/phpunit.xml.dist', 0, 0x7bb36f119cff75b457d709d6e93adedc, 0x7bb36f119cff75b457d709d6e93adedc, 0x4f227535b7e03dd7d3525b79b2ea973e1ba708cc0ce89913c982527dda400818, '', 0, '?'),
(0x29837b36676a3cc9ae33cfaf3291063e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_panel_settings.txt', 0, 0x1443b209391b668538bdfe7ce423b0f3, 0x1443b209391b668538bdfe7ce423b0f3, 0x5e80bc1593c5c5658bdcb08219f5e7171fe0c9a3fd6e7c44536e5f1302f4b2eb, '', 0, '?'),
(0x2986f6c5268260a4b526bb580983c8e0, 'wp-includes/js/dist/preferences-persistence.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences-persistence.js', 1, 0x00000000000000000000000000000000, 0xddef31bafb2cf2cdbfdad07d5fefac9c, 0xe2903273ae61ded84359abdf6e0110d18b5c9fbaf30836f1843d085ff2b3c42f, '', 0, '?'),
(0x29871c8591c147249c6ded9a115fa28e, 'wp-content/plugins/wp-rocket/assets/js/elementor-animation.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/elementor-animation.js', 0, 0x21df4a21d6ae314f2f12bc07b5ef39d5, 0x21df4a21d6ae314f2f12bc07b5ef39d5, 0xae9c165d2a33734c8ec5f047a32f79ab7dfcedaa1423af8fddd106ef4c5d6024, '', 0, '?'),
(0x29871fef42a5d069306439b507a0f767, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php', 1, 0x00000000000000000000000000000000, 0x5dfd19dca6f11fba3696f3faeb9687cb, 0x3bd86561bb8bb68943f272e7149861d8dc27e2705584bb0112552b141a4e086b, '', 0, '?'),
(0x2987339e0d9ede13722dcef283a37479, 'wp-includes/blocks/media-text/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x96473b016c596b70811dc140b9fde058, 0xa6a7c885ba51a97f9472e8f707ca6cee57a17ca1c0ed86dab48ef99a1b0cb81d, '', 0, '?'),
(0x298b77f572695d06fcb79a68e316b450, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoProgressBar.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoProgressBar.js', 0, 0x38674d4b8fd97863f2cc90157e75bd01, 0x38674d4b8fd97863f2cc90157e75bd01, 0x9124e7dfacb679c2b94acbf1ca9e9a26e22ff1d1ea33d12c28f9588330dc51fc, '', 0, '?'),
(0x2991d6b166f50c917e0f107bcd47f3a5, 'wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', 1, 0x00000000000000000000000000000000, 0x2318de2e2faf2e6e682dd8c958da82e1, 0x274b47d48cf0e80695d060ba36d4c839f188260ebd2512008fcf4d7c5c1cf079, '', 0, '?'),
(0x2994b39d5bde92d46efa4ce6abb2b201, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-api.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-api.php', 1, 0x00000000000000000000000000000000, 0xf89d4b1a5a1795c5a7998d2f03f96812, 0x88ad7c02feea158a9a16f58d9d48c08e1d6c30fa3d53aba3c408e0da2beeb51f, '', 0, '?'),
(0x2999874fdaf7a05654e6ced8ff72a358, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/bottom-notice.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/bottom-notice.php', 0, 0x63c9308c9a4bcaec1c6648640d385c92, 0x63c9308c9a4bcaec1c6648640d385c92, 0x93388fb2a3f6e59dbb3605bc66f7f143d8a98a2366d5c3ee671cdce8740f5e2e, '', 0, '?'),
(0x299e377b0d293b1d3269dbd22bb2ccde, 'wp-includes/blocks/read-more/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style.min.css', 1, 0x00000000000000000000000000000000, 0xe475a7d6b6a92e59b110daab5bac0314, 0x0c33217859ff3f32b53de5ec5e26c9ab04463c4ecbc5cf6f05334c8f8e8684d9, '', 0, '?'),
(0x29a0a717248e0f98e686f6f07ccb2462, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_6.php', 0, 0xb432f02a025922c87545e8000ece61a2, 0xb432f02a025922c87545e8000ece61a2, 0x92438cf5dca9d6053277ac0555a2f7e86b88f786a23edf161ab5da4c365d73fb, '', 0, '?'),
(0x29a537b0e67b5578dac3cdcfe872c14f, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 1, 0x00000000000000000000000000000000, 0x3bfcf6c7379641a4378a7e43142dbb99, 0x022e46023529ec0d7117d0feb176e8b65ed105033764b97c6be1484c70bad3d4, '', 0, '?'),
(0x29a6f601db2d11db965c06afacd658c6, 'wp-content/languages/fa_IR-0eebe503220d4a00341eb011b92769b4.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-0eebe503220d4a00341eb011b92769b4.json', 0, 0x58378e63a1b1619d4b821c8014d58a49, 0x58378e63a1b1619d4b821c8014d58a49, 0xb213077c66b2263b2da92a2fcd791690af6e9363a931d7107471ef6db1619b4f, '', 0, '?'),
(0x29a76d03da193dcef0d357691dff4510, 'wp-content/plugins/elementor/assets/images/containers-announcement.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/containers-announcement.png', 1, 0x00000000000000000000000000000000, 0xc7fa59aa62b7ee97e4f3e39aebe04eca, 0x36f45a5efd084c16ada74daf6a9111edfa630ba7bcc2830693fe687fd436ecd9, '', 0, '?'),
(0x29aa1153457f891fa8cf2e8e078374ae, 'wp-content/plugins/kk-star-ratings/freemius/templates/powered-by.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/powered-by.php', 1, 0x00000000000000000000000000000000, 0x882e0e44cbec651c1aea5f8f2f00b528, 0x4d1b38fa7394377acc682289624c0cde65dd783b62cc971e133db3cb253e7c57, '', 0, '?'),
(0x29b47f3bb3a5d17456dff2cc6e199716, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 1, 0x00000000000000000000000000000000, 0x4ff0228c74ff28321c5de5136c11aa9d, 0x36dcb5c9f883d026bdb46073e3c97b8660f2011a4f083193b5db2cc4048ba7b2, '', 0, '?'),
(0x29b62b47bb0ee243ffffbc12cb691c1a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_css_generator_demo.php', 0, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0x205aa0872380fb26256391e0f604e2dc5766566192fbf0e066e573862ece91da, '', 0, '?'),
(0x29bcec7a33b948cf6ab67620fea6c16f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 0, 0xed7e0d5590d718f246627b7f6949cba6, 0xed7e0d5590d718f246627b7f6949cba6, 0x679ba3867210265bf7896d0a784873b0c2ea782714290f39cabb22417c89c5d3, '', 0, '?'),
(0x29bdcf0633a08f01f84332828e62a82e, 'wp-includes/blocks/comments-pagination-numbers/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/block.json', 1, 0x00000000000000000000000000000000, 0x10c79b41a7310650c3ba462e4f073bea, 0x01ab8542c51dc34475efb26a049c4bd909c7a0fb037f2d9b3e5ec2a90df972ac, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', '/home/abt90iranbet/public_html/wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x70c9ce7b769b993139cef799a553aad6, 0x93d5ed68a464b57d77c4c20a6a0e89a8476fce211e2a6ba162ff1bf54dbd7b6e, '', 0, '?'),
(0x29bfc761c31c4447f457825bc39d4c8c, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/star.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/star.php', 1, 0x00000000000000000000000000000000, 0xb292906030a1edeb1b2928a83c379cc4, 0xe527f71d517746735aee78db4eb94057e07d1b352249bb033dd334371c4a9ce1, '', 0, '?'),
(0x29c8415385f2702ccdc9a91ad40fbbbe, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-cache-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-cache-manager.php', 1, 0x00000000000000000000000000000000, 0x4adf1c301d685f2bacba65531634f876, 0x5384c77a358edc29f9c132a6e5a7a3565445a1cb3483602461ecf1629f68016a, '', 0, '?'),
(0x29cb508ae32483a164d4d22a9c1b7134, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/select_box_arrow.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/select_box_arrow.png', 0, 0x8bd32f593419e8e965bad68c9def5061, 0x8bd32f593419e8e965bad68c9def5061, 0xf47bc657a4980d733b06cc20614f557875592feade83abcfa5105db8f91e9a9d, '', 0, '?'),
(0x29cbbcb32ae924c6fd9703a99a6154ad, 'wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png', 1, 0x00000000000000000000000000000000, 0xd8eabf52f0f0e5823ae41c3767204434, 0x0ac9545e9a7bde787d5c9cbe869c6dfee84235a49e0b3facc4d30405a8e54765, '', 0, '?'),
(0x29cc83d532b16bd50868af9ff2211f20, 'wp-content/plugins/akismet/akismet.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/akismet.php', 1, 0x00000000000000000000000000000000, 0x2c3f62ef48fb13bd879e5cb849d6ffd7, 0xa57dce51eef3c08b50b28ed25347194d36a1208917dd2d1e4a9fea6797c227cf, '', 0, '?'),
(0x29d0a51f7fd2f724117e470cf3340cd2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import.php', 0, 0xdcb18c6126646997dcafebcc5fb5b618, 0xdcb18c6126646997dcafebcc5fb5b618, 0x15b2bea12714a3550d13eb3ade16ef48c7ea7cba4ffc9fa1f422c1fa01190591, '', 0, '?'),
(0x29d596cb5165edbd1c6b762bc8e30369, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', 1, 0x00000000000000000000000000000000, 0xbf50426eb5b399d37124c96ab49b4355, 0x29dc6a16f2a058a9d61fd179ecddc39ffad3c29fcc0590bdd1bcd983ef06f137, '', 0, '?'),
(0x29d5e92be0fa5eb2641f177a09a7f1bb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2_no_content.php', 0, 0x68a92cab48c111bef1dffc712391b461, 0x68a92cab48c111bef1dffc712391b461, 0x744066a455b20a29687f057fa85280ba89d0fc2198cf690ae0ea7114edc36e9b, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, 0x00000000000000000000000000000000, 0x399c67a6ff73a42006109eade56056e0, 0x1c9ef56a28bca902f494d8a00d09e7b7aa9bb7eb94552bcef2c91c112ef3ae64, '', 0, '?'),
(0x29da3a4d055411a37b6aaf06b330e9ff, 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 1, 0x00000000000000000000000000000000, 0xcd1dd576ad6fd15f14f79c787a35497b, 0x72b034538f45e6600d0f80fefd8f9cc03085405c23d0018e0dd19ddc93b34544, '', 0, '?'),
(0x29da5b9a35ef17e7b947d8e9d16c9d1c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1_no_content.php', 0, 0x1efe4b679abf459efeff0059cbe7672e, 0x1efe4b679abf459efeff0059cbe7672e, 0x8d57a84a9771d6e1f8e07f610e7d01b62b4d77c0d8ff17655478e459179c725d, '', 0, '?'),
(0x29dd130dff1f5e0ded3ac737e831a40e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_2.php', 0, 0x1b7914584b43f53c5465c50bdca24f72, 0x1b7914584b43f53c5465c50bdca24f72, 0x7adc900a2456bb65a75ef5cab0285a72443484a0de840ed045a8c8bc7bac3179, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', '/home/abt90iranbet/public_html/wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0xe1b363fc65b056a89862d3bb353d84a0, 0x1146e9fdaeb26e3c89375b7a4f8a7fdf4e918b1aa6a7704533401072e2b84230, '', 0, '?'),
(0x29e8ada6cefb51149ef351af2f59b439, 'wp-includes/blocks/page-list.php', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list.php', 1, 0x00000000000000000000000000000000, 0xb2e78d587e77cd2ba83155a76afa589a, 0xb93f9bde3dce12425ad82072f515f786d38dbca94188e1f7825a9418d2beaa2d, '', 0, '?'),
(0x29eab7e7b8fd558834acb82c7207782b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x748614344c91f5b04d52e82fc67623ef, 0xb61de76c88ea2ae82966980ee34e070eb353718e3e88065ae5341996a1d3a922, '', 0, '?'),
(0x29ec49960ace8656acb89f7111eee67b, 'wp-admin/authorize-application.php', '/home/abt90iranbet/public_html/wp-admin/authorize-application.php', 1, 0x00000000000000000000000000000000, 0x26ddf46c22edc7c88c909b68a09c8ec4, 0x39be3f734e569eb7f2c0ce643a4f2b052728bd076af9c2273bbe53e298717fbc, '', 0, '?'),
(0x29ed49270501572240624d8c373f22b1, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', 1, 0x00000000000000000000000000000000, 0xf64af02b3b0cd44e0013c88ff14d5540, 0x09792aca232dd3005cd62baa8a71365a6e232b75f5c422c3d5aae210e5b137bd, '', 0, '?'),
(0x29edc0e0b6cae2179c672dd76a015f7a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_2.php', 0, 0x09c45a79e7f8b366551d40498e5a8375, 0x09c45a79e7f8b366551d40498e5a8375, 0x37ad9f2c82fdcbccceb54d3e1741b2ef9ccca819204d6b048fbe1dce4be7797e, '', 0, '?'),
(0x29f0968ea747fb92692c16adf1884610, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_text.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_text.svg', 1, 0x00000000000000000000000000000000, 0x8b7ff0796ec26d4b9897ad0ac232cc82, 0xdc9d390523872f3ab73ea1044d8a4e77785ac69a7e4f21e08ef0808996a6994c, '', 0, '?'),
(0x29f1c999a61fec891ebec997a3a29398, 'wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php', 1, 0x00000000000000000000000000000000, 0xf70fc130a7a914d19c9fea20961132d7, 0x14802ffe8c0af203ea176edc62c5d4dca50a569994b2d70606472fe9cff0e5d0, '', 0, '?'),
(0x29f72d05b48ba341f4db1e21684d91f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1.php', 0, 0xf4baa37daf1156c09215ef8a2859af75, 0xf4baa37daf1156c09215ef8a2859af75, 0x62854897bcbe4268f17cb1615bca7f8626f98cfcf6ce92c364b320dc5d99d1eb, '', 0, '?'),
(0x29fa22b1fef26e38340ac29f3b56b30e, 'wp-content/plugins/wp-rocket/inc/common/purge.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/common/purge.php', 0, 0x017713bee57cfc8149e08f5112a355f9, 0x017713bee57cfc8149e08f5112a355f9, 0xbec67b4e4350a33665057cc52bc7956dbc634eddc327243a75fc854e471c4b70, '', 0, '?'),
(0x29ff6094f2662cb5a075fd340f10a1b3, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x60932faccc19c034675686e546966d15, 0xc31833811a2c5c0a35a3f807291c1dfe66f3db0af85b9a56b61d2a4b618f387a, '', 0, '?'),
(0x2a01118849eb6ec0845ab3b68d2618a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1_no_content.php', 0, 0xb8a1475763c0f1e5d82caf0d1ec18b7f, 0xb8a1475763c0f1e5d82caf0d1ec18b7f, 0x0169ba2f4dd582235c94b6c071a5dd960baaffc5ac84f000dbed0ae8887eb04a, '', 0, '?'),
(0x2a0273bf7f80303c96d6fb007fb8d37f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_4.php', 0, 0x9de2fd33245a6d6f433c37dd65d23746, 0x9de2fd33245a6d6f433c37dd65d23746, 0x35c0bcf6264fb05765adf6970318c5fb387dd91b5cb9e98a2fe5494f669452fd, '', 0, '?'),
(0x2a03c0ef4a882f5c61785abd508ff3d8, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php', 1, 0x00000000000000000000000000000000, 0xce2bb96d9d551cf75df06dcf96188152, 0xe8799b14cb945b6598f2629664b32ac8f47fcaeda44e6b8196f50a2aa58f2e93, '', 0, '?'),
(0x2a06f7ec67f311b10fd5e407be89f548, 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x1bde2cf2841e3430d7786c82b7d65a2c, 0x87e03f7730d0444ea2dda1e969728f879024c02ab6e68f02d205cd3a46f006b6, '', 0, '?'),
(0x2a07f8d4e36d3d6696fcd7c4ff323dfa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', 1, 0x00000000000000000000000000000000, 0x6a1fd4d3cb159149636c0d19f308c4d7, 0x51ec223e1c9d91aa00494a3dfc5065c0b439e9564626b391e6fd79167a52a201, '', 0, '?'),
(0x2a0b25e1c38db3cdfec47b3ac37ea759, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2a1bfef09033c578115d98d905e24bb7, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-9.png', 0, 0x5731778e514c0c1b42a7e9488c8fbbd3, 0x5731778e514c0c1b42a7e9488c8fbbd3, 0x3cf97d30b06e149492e8ebe6f66655f65157f19bc3b02c18ce36db8f6d301802, '', 0, '?'),
(0x2a1f62eb2e8263b68c39e1b6b714671a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 0, 0xd42f19fc1b034f410149e6ce97d5c750, 0xd42f19fc1b034f410149e6ce97d5c750, 0xc185b79a28d22c113f014cce786bf8b53398a749c04868a35d71d957a5f921a2, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x2a2e5e333d28b1bfc8fbfa76771a4883, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css', 1, 0x00000000000000000000000000000000, 0xf4af7e5ec05ebb0f08d43e2384266abc, 0xe2bb98fd0dbfacd74a6ca4f71913c5bade5b2215dfef545618ca176c0e063835, '', 0, '?'),
(0x2a31eb90eb68abbe58d96623a5cef1e5, 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', 1, 0x00000000000000000000000000000000, 0x5fc208df77427b19a1558ee3c2e2d344, 0xca05bb85386a9602dc3bd3ee5307e0596319f7b2d75812aecb580361d89041c7, '', 0, '?'),
(0x2a38ca3077e7faab33bf236956e3886c, 'wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css', 1, 0x00000000000000000000000000000000, 0x846ef8e7dbb56267a2256d20e593d937, 0xfb52f7ba7cc40380db3010097170a65f92e03dec7af30e72b5c25abc5378afb4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2a3cfbcc8bd711c09f27d08250861a03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x183ad718391387cfe979a8de007b0dc6, 0xe4c3037e1b46c5fca30653327ede559b5d641ce78e3ef4c24dbb4a14e1ae192c, '', 0, '?'),
(0x2a404a536e9fd4eca8bd17b7a9207615, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/highlight.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/highlight.php', 1, 0x00000000000000000000000000000000, 0xa7699e59433ca23fd84c7f8cac9778b6, 0x827d2f3aca96af94a6162ba390a8d901ff66b825b5c7c5aab339652f4b51dd1f, '', 0, '?'),
(0x2a49e8eb279ce1139456ab2af88ef6da, 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_6.php', 0, 0xb44c1591b59635ab828b443af78c8728, 0xb44c1591b59635ab828b443af78c8728, 0xc249941b7599d81b57d476c2d30f860ec4e5ffa801334ae13b3ba70ffbce8cdc, '', 0, '?'),
(0x2a4b150a0052f261fcd1baa719946f09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_7.php', 0, 0x7f196eef6cab9eccd84d1248eb852bde, 0x7f196eef6cab9eccd84d1248eb852bde, 0x6175c2195012ec11f95c0432327b1fa84d6841e0ddc6aebb0f61a41f9cdc2b48, '', 0, '?'),
(0x2a4b1e88846883ca29e8ab0d1eac4c04, 'wp-content/plugins/kk-star-ratings/src/functions/autoload_blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_blocks.php', 1, 0x00000000000000000000000000000000, 0xc082e9626566f03cf388b3ef2f12d713, 0x06e0f45c0a083e2cfdf9c21317d7fd00a76ec7bef6874da40c972a9ba87b9226, '', 0, '?'),
(0x2a4b29c05de304bd9670c8a1a2e105c8, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x8fcc60e2f072c8db3f827d5cbd12bb0f, 0xd7f911b114f7eed4352d74501580228578d358f21cd230772218a632d21e71d9, '', 0, '?'),
(0x2a4c3d660ea6739cc78f47c0e523ee88, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_3.php', 0, 0x39e91e7b589954ac402ac0243d726484, 0x39e91e7b589954ac402ac0243d726484, 0x4f18667b0caf175e3a2ab207727e2b74932e27707fefa28219ce0ded7459e43b, '', 0, '?'),
(0x2a4f5b9c92f7d4251e872a56deb610c3, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php', 1, 0x00000000000000000000000000000000, 0xba274818f5894a7682624d8b4857eed2, 0xafab2734af7570720c57192b701727183221190e9942c56c163266ea9bb8c0a4, '', 0, '?'),
(0x2a54c79ae797714736f7b852dae448f7, 'wp-includes/blocks/site-logo/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73b5c36735eb9930a94e0ade2d8d378a, 0x36901ec60095653cd45276fa676a00963ce8b9109c56cfd405b52df214dc60a0, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/keycodes.min.js', 1, 0x00000000000000000000000000000000, 0x854afc135f49c7c52a2be74bc99e438b, 0xa2d7e72e32fad3c7206b525e203d6b159c53c0eea1697d256dab19fe5ab33a99, '', 0, '?'),
(0x2a5946094e37eb4691ad60bb049d3709, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 1, 0x00000000000000000000000000000000, 0xedd07bde284119ac2c64a1fbe031fe42, 0x0c23d0e03e690f67eb5bf5ac067231e33f55a130811d129f18d21daba29a8000, '', 0, '?'),
(0x2a5c50adc4304bf4c4716a22cda192c3, 'wp-content/updraft/backup_2025-06-19-0324___90_92c4e7a8417b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-19-0324___90_92c4e7a8417b-db.gz', 0, 0x343169e36e498f2133e4b9c750043415, 0x343169e36e498f2133e4b9c750043415, 0x0dcd34ac14936653010a4545294dbf233fb744db9a8da6e330d863c5120e8fb1, '', 0, '?'),
(0x2a5e5d4007ff7485b4ca1371a5ac1746, 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkstarratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkstarratings.php', 1, 0x00000000000000000000000000000000, 0x0bfdd6d918d069d7933d4248b899981e, 0x8df1eb7c0dd8876bd172b26d694ef99bd862ef4cf1626f0e80c1a293210965d0, '', 0, '?'),
(0x2a6bcc4bd32c7b4afa13532f64e1b32f, 'wp-content/plugins/updraftplus/restorer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/restorer.php', 1, 0x00000000000000000000000000000000, 0xca42b7d66fb0f012bd23385e976cb3b3, 0x462396d443690b446db3004943cf67df127a3745d62b9759b83ab2ab2d579e9b, '', 0, '?'),
(0x2a6ebce57619e1b0a58542b5f1037d61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_6.php', 0, 0xb966815e92b08520d5d14b4df193798f, 0xb966815e92b08520d5d14b4df193798f, 0xcf7ff83aed11bbc85ef146deb00a8107caf5c316cd8a72e8c2480e6efaef3203, '', 0, '?'),
(0x2a712a36810dafb236d00705b67a5cce, 'wp-content/plugins/updraftplus/includes/Google/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/autoload.php', 1, 0x00000000000000000000000000000000, 0xa6901b1ff631a1f00ea41cf61f3c5ddc, 0x7d427ed97377e4428a73bee8b7dc01840c60a78e57d8b366ff3e1ccc68a7cdbc, '', 0, '?'),
(0x2a74790937d0285ad07372080f3b3077, 'wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png', 1, 0x00000000000000000000000000000000, 0x7d2fda9cfc3a739e506561b08e4f019f, 0x4784fc4fdbd4864ad54e80d87dc66154c49ed47c089b083c4799f83d25a7ded0, '', 0, '?'),
(0x2a76ad2b465fe21284ae081be36111dd, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', 0, 0xfb6c5363b40463f1d39752d03eeef0c6, 0xfb6c5363b40463f1d39752d03eeef0c6, 0x72b868ad22f9e96fb7b6cb5c5eefae8466bb3c2cac617d5f1dbe97c7c43042b6, '', 0, '?'),
(0x2a7925c6b1d9c9924dce2b0aed195a2a, 'wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xf71ab992b469c927bdf3fbe4a8035268, 0x6fcede2d3ad8eb7fca9430a1abc61c13badbd5ebce02637375b7bbd1b99c5137, '', 0, '?'),
(0x2a7cd39435dc981fa7f3a4a3a685127a, 'wp-content/plugins/wps-hide-login/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/uninstall.php', 1, 0x00000000000000000000000000000000, 0x2756874ea06b39667d9fa1bf3af92607, 0x79b92ac0ddc416bd8954757727d71a97fae7567a63f3233d4249faaa0d1e5bec, '', 0, '?'),
(0x2a8375b54efa46d7905d27f21ef9f7e0, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js', 0, 0x0d21ec1e9479c62bcba5513e1a803927, 0x0d21ec1e9479c62bcba5513e1a803927, 0x0d21c5049149d45507a523eb128b3640f9da5a4b9ee5dacc6958d5f27437758a, '', 0, '?'),
(0x2a8b1e43a903da2ed85cb47a78dee731, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x5308b4c3bfa331b1feec2e886bf1e38d, 0x94a81414595ab2034c8400202d2d8c613899650122013aeb5c63b3fe30a0e4be, '', 0, '?'),
(0x2a8f900a29bdd23820c050d90b501ea4, 'wp-content/plugins/td-cloud-library/includes/panel/td_panel_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/panel/td_panel_settings.php', 0, 0xccd0f7de65225045a0fe45645261ac54, 0xccd0f7de65225045a0fe45645261ac54, 0xc1d404aff5b8b3c817880fe7c37b7812b4e72244df812ebd1d2c253c79c78f58, '', 0, '?'),
(0x2a928a0083fbf8478f466be849e8089e, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php', 0, 0x06c329e8128e59469a1e68e809d5329a, 0x06c329e8128e59469a1e68e809d5329a, 0x870e3de464797de529ee214b1c1949d7eb805407ee9d63b716e9e7a846944043, '', 0, '?'),
(0x2a935bd668e7ef0435695e9af0ac1973, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json', 1, 0x00000000000000000000000000000000, 0x3d5ea7aba55fca0046d318ad37beb853, 0xd852f8850905ce0046ab488c0a138b231b13e85e06aa79ecb468132ba1ea72ab, '', 0, '?'),
(0x2a93a5d3a96671cd2ed16336c2c0334a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', 1, 0x00000000000000000000000000000000, 0x3561269909ed41e5e7ca5831ced27b23, 0xf966c1fb6fa4800de89356ff079c4144855fc1489cf5edc5686720dcf520563c, '', 0, '?'),
(0x2a96e4ff140c6615bf45483d1930dc43, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php', 0, 0x770ca81fc354181031ed22ff6e912dd0, 0x770ca81fc354181031ed22ff6e912dd0, 0x07f06487d4283a997b40af090fcde057096a870116a3a68e21a9f4387d46152b, '', 0, '?'),
(0x2a9b7164917141fbd576f6eeffd71099, 'wp-content/plugins/updraftplus/methods/backblaze.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/backblaze.php', 1, 0x00000000000000000000000000000000, 0x4f8411ce62f03f4523d685a86febf7b7, 0xc30ad370de8a5abeb5429751aa0f7ada793a452e538393c1d304bc6852101d3d, '', 0, '?'),
(0x2aa2b52a8a5738abe7b5359605bc327e, 'wp-includes/css/dist/reusable-blocks/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0x8e934e38302958f3e1a021a1d555e4f9, 0x7e808fd88c057f6dfc5b969acfa4181068514ab226cdf07983500c1cfd2c337a, '', 0, '?'),
(0x2aa368301bd7e61266ee3ffbb4fc7ab9, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php', 0, 0xd9bbfd780464afece4ac9669e3fbf13b, 0xd9bbfd780464afece4ac9669e3fbf13b, 0x20dae9a3a3fbb8c0cef4861c43b430e835778e0dcd58c19360a41bc425225150, '', 0, '?'),
(0x2aa98910e4686502eaa7eb7763c4c017, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import.php', 0, 0x479429e02dedae13bad27331a44ef1ae, 0x479429e02dedae13bad27331a44ef1ae, 0x96418fe26cef923bcd2b4e099f0f7a6e8a1e7c28ce8cc28d22cb866dda225893, '', 0, '?'),
(0x2aada48e4a5450a78ce4553d314c608a, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-photo-blog.php', 0, 0x09b76d7bfad1d1e9a9c2097ff83902b5, 0x09b76d7bfad1d1e9a9c2097ff83902b5, 0xc98067080c493f596cde498907ae65e6dd182f79ac08d80df22dcea93c53a100, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', '/home/abt90iranbet/public_html/wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x2ab1db1badf89ec8fa713fa51cdf4d5c, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-nav-menu-edit.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-nav-menu-edit.php', 0, 0x52d9d4f67eb3774e59bddad1810c6474, 0x52d9d4f67eb3774e59bddad1810c6474, 0x2d15c5d3a51d3291fce0749185c2fe838209ee188ac4f3c24ba47b4186045f13, '', 0, '?'),
(0x2ab2c754d264b470600429160a0bc6bf, 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 1, 0x00000000000000000000000000000000, 0xa9505edac8d44ed740f7a89d16a6b012, 0xdccb3ed92fc9ac521c795a4414068fafaca1497a3fea8ba748bb772293997aea, '', 0, '?'),
(0x2abaad5967e1ca2987d0234751b53bff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import_no_content.php', 0, 0x1ad887b50c4a9fb3bfa52935738105bd, 0x1ad887b50c4a9fb3bfa52935738105bd, 0x0d68647748ca14319d3c67d4f54548aeb64dc13e27e1667f10eb1aab6b657558, '', 0, '?'),
(0x2abe4cb84839056a20bec1ba46deed77, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x2ac910b4b3181ee3340105b6e279e60f, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.mo', 0, 0x8b051a8fd154512afb8d3ac89929bf96, 0x8b051a8fd154512afb8d3ac89929bf96, 0x6d68079c78d616eea273aeb114c4f0b2d626c1c4808cd20f78d442a1f759f76b, '', 0, '?'),
(0x2acad98249d038de419452f50cccd1db, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 1, 0x00000000000000000000000000000000, 0xb4d8c4cb8ca13a5ac8f3dbe3e4f7f42d, 0x62a5ba7fa117616c92ff727ad869511154fda7090ce3535ad19366934a6b93b1, '', 0, '?'),
(0x2acbe06d11590c9951cbc9e2d404a6c4, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-sidebar.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-sidebar.php', 0, 0x60323b15f639ddf3e10d34811fe3ba37, 0x60323b15f639ddf3e10d34811fe3ba37, 0xb229b8ecc414654c2ad70a1e7b1f65e18c387778d8369507d930cceac4baa374, '', 0, '?'),
(0x2acd2e5d441cc5c35b2fc8eda04dad23, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compact.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compact.php', 0, 0xfa9931778d66a9bc1ca555d1d70b307b, 0xfa9931778d66a9bc1ca555d1d70b307b, 0x967ce45d63a6bc393bf4f93e79f119424267e146cb8eb02c4625698a3d8d85d0, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0x3b5290540185efc96a8ee98d89950a15, 0x94e8ea9a85bf8c0d9991e167ddeb481209814b3eb3e986b6bf25a2b78e32cf10, '', 0, '?'),
(0x2ad36055a87abb5d224c259731ad01fc, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x2ad780b598ec2396486a65f8eb0b12a6, 'wp-content/updraft/backup_2025-08-21-0326___90_46b4507e3b29-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-21-0326___90_46b4507e3b29-db.gz', 0, 0x884addb9def5ef38fedb40de97736a60, 0x884addb9def5ef38fedb40de97736a60, 0xc39f27a8748c1bf4b0d802b93b8b585c00ae94fed48e62bbe923d3e600771185, '', 0, '?'),
(0x2ad783373fb5446946dbe516e48cd406, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_fonts.php', 0, 0xe1a988fd03386105caf18bc58dec6612, 0xe1a988fd03386105caf18bc58dec6612, 0xa6ef759804a983b6214fab5deab76d71f8f24962b9a599d98fe0bccfd84ce3cd, '', 0, '?'),
(0x2ad92c39fbda2dccdf2e6990fde1da18, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', 1, 0x00000000000000000000000000000000, 0xe921230471ebb3a53ffc5157f82bc2e0, 0x75846a76bd87b4197fcf1b428dc6bfc0cda6fac674c44dcb5b6257e21f62fef9, '', 0, '?'),
(0x2adbdc1937be3c03c7a76532c02f61ed, 'wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_vimeo_amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_vimeo_amp.php', 0, 0xc711ea884fbf32154fb1d13bcb4122cf, 0xc711ea884fbf32154fb1d13bcb4122cf, 0xbfaad20a7af2c2a2d829eb233357a9f489463df801167d4204022cdfea87de35, '', 0, '?'),
(0x2add81d045cd9e430a7506adcc460755, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/wincher-keyphrases.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/wincher-keyphrases.php', 0, 0xc3cfd206501f330d7bcce9fce3c1c0b6, 0xc3cfd206501f330d7bcce9fce3c1c0b6, 0x60ce0b84a214a910f8c1afa20b02e6e5d78bff6f1865839143d78e992452f1a2, '', 0, '?'),
(0x2ade41e1b1f990b94b9231e201e7d8ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_8.php', 0, 0x7ba9761d67c843660b0e80a3142c349e, 0x7ba9761d67c843660b0e80a3142c349e, 0xf0b135c1e58c56b869c252f2aa62837973ebe70e01839462e5a3d7a60d590beb, '', 0, '?'),
(0x2adf88a3d0fb3a56653b469f066ddb08, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3.php', 0, 0x653aba2ac98c637252f2a735cc372f84, 0x653aba2ac98c637252f2a735cc372f84, 0xd388bc59a5e93288e9c8e505ec9c6eceff891be1cc3cc74a62c950d3e2cdb7c9, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', '/home/abt90iranbet/public_html/wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x449375b90a4c8401bb879cf0fbc21e45, 0x4c384dd002fa1430833d8e59ef6b629fb3d57c1c350739d4621d2be4967a3a34, '', 0, '?'),
(0x2aeccbfdcf8496203e7f880a1abfb205, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_location_finder.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_location_finder.php', 0, 0xb4ed963df792273a267536d5ff5ef373, 0xb4ed963df792273a267536d5ff5ef373, 0xa8d27ebe624bc50b9feb3d038375edde9901583771e41dbe0e86025ed310b94f, '', 0, '?'),
(0x2aee6561e2e12902fdf332f34e064906, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_panel_settings.txt', 0, 0xf2d4bdfc1a2314472db3b3f63c131cd4, 0xf2d4bdfc1a2314472db3b3f63c131cd4, 0xcb1324f909029a89ef24b6546504875390cdc234c897708237001610c790937c, '', 0, '?'),
(0x2aefd1a772ce6d972415e951183da377, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_7.php', 0, 0xe4d6e9abca770c191c067f42835bfd13, 0xe4d6e9abca770c191c067f42835bfd13, 0xd84b9e2183c7a32c1f9eace069c2c044583ce2c3228b1a7121baefa12c8fcbd2, '', 0, '?'),
(0x2af57e458bfabc1651cf21b9d4c414ce, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php', 0, 0xf5e8db29233c33d3cfe51df32e5fb763, 0xf5e8db29233c33d3cfe51df32e5fb763, 0x73206dbe89c411ff46ee863042ec8d281b0d99d0a708dc5df20d926bf420d262, '', 0, '?'),
(0x2af8ba87418ed4f9717b4574a15e4c9a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', 1, 0x00000000000000000000000000000000, 0x1f98b92bf6848f7150e5ed30a42f956c, 0xaf9f33d3b35013153f6e1e66cd70704c768e7eebe9598ab37ed9c56d75cc45b0, '', 0, '?'),
(0x2afa194d161b14d01a0baad93f9d31a4, 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/composer.json', 1, 0x00000000000000000000000000000000, 0xd60a08d857c0562141d5169ba0ffaff2, 0x8de3f77adde8e6e21e10d70f539f92eba053a7f2559ac030958584de98950cfb, '', 0, '?'),
(0x2b0b31e99e26b7ebdeea3215c837cd7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import_no_content.php', 0, 0xe42b6314440e05a6dd8ad30059dfa1eb, 0xe42b6314440e05a6dd8ad30059dfa1eb, 0xe15a1fdf3c80de44112bc55d17d954ffe71f969dd30380377d0d18048f12f3bf, '', 0, '?'),
(0x2b0c89ed1faac828e6e3010b2da3769d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/author-box.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/author-box.png', 0, 0xe79cbf07cd914af9f51c2269b951f46c, 0xe79cbf07cd914af9f51c2269b951f46c, 0x18f834439ebd9eb29416da827519a90850c1158edc22c043c6edccc522d8a340, '', 0, '?'),
(0x2b13f4a690282d5626535f32583766a0, 'wp-includes/blocks/paragraph/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x844732e85c514ebdd6d5bcc00aa24874, 0x4a1b647a98670abeb53e968c4992a97c2d4cf80342613f912c63f9edd4cea004, '', 0, '?'),
(0x2b172cf20cfa8bd10e2285237d4a596f, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 1, 0x00000000000000000000000000000000, 0xdfa3d0d77a6603b201993968c07ef7f7, 0x48ad87a0609912314c0c3d3f2c5a66349388995db20d45dbd5b524a7f32d296e, '', 0, '?'),
(0x2b18d714bae96c8494a6dbffbfacbe8f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_panel_settings.txt', 0, 0xc36c76a0cd888a596995befcb690fbe7, 0xc36c76a0cd888a596995befcb690fbe7, 0x8fa8dfe37a0fdb5668e4ed29b4791518bc2a67ea0dcf1e8126253cecebe2e009, '', 0, '?'),
(0x2b1a231128b5f8d6c69286e776ae8ed6, 'wp-includes/blocks/comment-template/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/block.json', 1, 0x00000000000000000000000000000000, 0x296d8dfe4b74643bf48a19e7d67875aa, 0xaea30945947f327762b38ce5890052ac49bea3df2a4a3010e6a3e9bbb7cabcf1, '', 0, '?'),
(0x2b1b89daf9b6e1299677445a96615877, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.po', 0, 0x932fd76f7db2c5d2495788c346dbfe07, 0x932fd76f7db2c5d2495788c346dbfe07, 0x1c6d68ac282cef0e7d33b143d4f9d05e2e951db834b49735696a1d1f0c99de52, '', 0, '?'),
(0x2b1d61eb80f0ec8d638a2a8d36fdc7be, 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 1, 0x00000000000000000000000000000000, 0xe9d7676d1775d28a9613e2e427dc3b91, 0x68deb4de98fc098dbf1434ef6d3ec13877bf7384ea37f294d4f4485de04f9013, '', 0, '?'),
(0x2b21a3858175efd29425ca41c6444014, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs.php', 1, 0x00000000000000000000000000000000, 0x5ed22e5f66526103e895edcd23a2c3ac, 0x62295752269ce5a434a854dbab93f61491899e6476bc91d370a9c6593e0ac80d, '', 0, '?'),
(0x2b262d1d1636fc0de15d7a8cec6d47c1, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_views.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_views.php', 0, 0x28acdda359c61cda8a02d62547af3afb, 0x28acdda359c61cda8a02d62547af3afb, 0x2e4c7463a4eb7ff7dbef7fca17d816c82cb45b605d58479fdb4c5ad828b8e9cf, '', 0, '?'),
(0x2b2cf8063593fb5bf70321768f127816, 'wp-content/plugins/elementor/includes/editor-templates/global.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php', 1, 0x00000000000000000000000000000000, 0xe2dddd468de11d7702eff88f4e3ea2e9, 0xd13b123824c3b09d919fad867ff7e3380dde1539f4207b69a8cdb40cc1c01f3a, '', 0, '?'),
(0x2b339d29047c6d33730dac179cdef76a, 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xd4076fdfdce78ae225e2c9d099742a28, 0xc8e941d89e6be87af65dda44daaaa926e3645f27b44fef88b95e1f13e0d55d83, '', 0, '?'),
(0x2b37d38dc24b0426073acadea076d4bb, 'wp-content/plugins/elementor/assets/css/frontend-lite.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.css', 1, 0x00000000000000000000000000000000, 0xe00f08d8a0970a94847884b3a9bbe297, 0x8a79f48210e500f7c155d13d1cec2a8ee77c02b771df6d36ff9901c39584d434, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', '/home/abt90iranbet/public_html/wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0x852e27c1e8cf1816e01038b3c063a6a7, 0x7afc90a245e643c8d951d4a5d3ee8bd89e7af404341ccd4dc69cd8ddd5a93daa, '', 0, '?'),
(0x2b3bc4c842fddfc57d7e348a39ff169c, 'wp-content/plugins/td-cloud-library/includes/admin/metaboxes/tdb_set_template_type.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/admin/metaboxes/tdb_set_template_type.php', 0, 0x8c2ea9666696ff8c4adde84ad8383ac0, 0x8c2ea9666696ff8c4adde84ad8383ac0, 0x23f0934033b00ed14a1cb7edcfc4cae636f0e7e6f1f2dd55b04aacc7107a1f66, '', 0, '?'),
(0x2b3c299ffc72210a5723971dd9ad8ed1, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js', 0, 0x19e642842e6c57e9dfaf06b8b0a0aa66, 0x19e642842e6c57e9dfaf06b8b0a0aa66, 0x335450a41837ba82e9c480cbbd1c20dec1432e8e3982672c171f2262fa4f412f, '', 0, '?'),
(0x2b3d7ab03538e3ffd3e18a5186db0c91, 'wp-content/themes/twentytwentythree/styles/sherbet.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/sherbet.json', 1, 0x00000000000000000000000000000000, 0xeb4b2b0fa0d32d8b9a4050978ded7c4f, 0xc1a40a353588de3840c2f04b03dd98951c74a82775521e19207a787704c5def7, '', 0, '?'),
(0x2b3fbaf1b770671f2cd91d8c44e80775, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_reading_time.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_reading_time.php', 0, 0x32a3d4a2495d5d436847718aaa057c2b, 0x32a3d4a2495d5d436847718aaa057c2b, 0x6ea2dd7d1e21bf22cb314ef3d43e4b143cfc16c9235733366f69b5fa4f56e4ad, '', 0, '?'),
(0x2b414b001dd10c5822bdce24fa6e35fd, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 1, 0x00000000000000000000000000000000, 0xd1cac942f8b2e5c0d195f09277c22043, 0xef5c8c0eadb8e7978e3c0de981b7c0eed4255fcf38d20b835b1bdeac46be5784, '', 0, '?'),
(0x2b41922329d59d786e487c379dd9c8ba, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 1, 0x00000000000000000000000000000000, 0x3dc4bbe04efd5438549d950589a37f32, 0xd2967c5a03ff084673cb1e4dec059d988cfec5a2ae665f80993c7786e3a987ff, '', 0, '?'),
(0x2b41c592e85630b0595b34b209517e3a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_footer_template.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_footer_template.png', 0, 0xc9025f9b0ce1db876a0323988f49b3bb, 0xc9025f9b0ce1db876a0323988f49b3bb, 0x345fa7f3f2c084b9280dea808c7464a3a1b34e46d2340f1824fd466154ef1c0f, '', 0, '?'),
(0x2b452f414c4f1c2540174ce2a38be030, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-settings.php', 1, 0x00000000000000000000000000000000, 0x719ae4f58cf48c03ef617336c88cebaf, 0x74901f6884c973603855d53594ffba7a227f7dfb020220382a43e038520f13a7, '', 0, '?'),
(0x2b4834f6415774f3b12074200e5c0724, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2b498c6cdcd593a1987419ad1c230951, 'wp-content/plugins/td-composer/includes/shortcodes/vc_separator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_separator.php', 0, 0xae050bc9aa4581cc03dc278df5e077d7, 0xae050bc9aa4581cc03dc278df5e077d7, 0x358bb43827805655d009e077f84a76d8a025eb9b500a84275b732f7228122283, '', 0, '?'),
(0x2b4a77dca325dcc89f89791485f22eb5, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', 1, 0x00000000000000000000000000000000, 0x7d5eacd2013f06f7b6bb098007c69a2f, 0x6e21b76f373e5ba755476e4b543b1d6128fba49164887c4deb6df00f30c76911, '', 0, '?'),
(0x2b5599ad5b8f1bb5c5bc4373248af90b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3_no_content.php', 0, 0x7a9a1d77b0fe835d912de6dccf2a60e6, 0x7a9a1d77b0fe835d912de6dccf2a60e6, 0x2201efe83ef92ada7d50105ce3b8d85c6697deccbdb69016093595dfce49da9a, '', 0, '?'),
(0x2b5a65a8b5fe1cd9b2ed6406696caf48, 'wp-content/updraft/themes-old/twentytwentytwo/readme.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/readme.txt', 0, 0x2ce9ca674d99a90588c4ea942b1ebe49, 0x2ce9ca674d99a90588c4ea942b1ebe49, 0x2afcb1368e3fc7b646934fbddfdf3248d84d7ec8096321bf11d7e7199390b7e0, '', 0, '?'),
(0x2b6b82d05561e7a8bea2ca6a5eec6ad1, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox-content.php', 1, 0x00000000000000000000000000000000, 0xfac99ebd1eedc1da14f1a34090a12967, 0x504d52a216027f10d5edbe0e1563acef97080a22465ee14479b5c2b8a2d12d15, '', 0, '?'),
(0x2b744c77bebb8305cd0c005ca2c2a9cb, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hex.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hex.png', 1, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44, 0x484dea66166e3f8f666a7f49ac29ee4b36967994b7630d8608b13e91f12c634b, '', 0, '?'),
(0x2b7b4b14a7a014c7a3f7789341a87a21, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_9.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2b8561ed9d27a8cf672dddf32d3f9076, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_comments.php', 0, 0xb6be7a42f33aa564ecd52d1802e280ac, 0xb6be7a42f33aa564ecd52d1802e280ac, 0xe5c33c83cee57b59970efd6e280f42f5aa60cc38c2188686979b3c55bff5beab, '', 0, '?'),
(0x2b9b012a4b0f77df5e2910e5358a858c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block17.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block17.png', 0, 0x232af041f88aced030e2417819538929, 0x232af041f88aced030e2417819538929, 0x6e3af9bf6c2852b192b9917508bd440a1d014e14ee0da44ad07f2b65e889cdb1, '', 0, '?'),
(0x2b9b9f1d53a2aedf44addf61666bf89f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', 0, 0x291ff47a3c612030788122a6f108cc0b, 0x291ff47a3c612030788122a6f108cc0b, 0x5078a6b587b80c02cd65c39556fc34b31e850022930aa6ff049c31c3ab29360a, '', 0, '?'),
(0x2b9da5f4aec1a8bc0c663d54ed55a082, 'wp-includes/SimplePie/library/SimplePie/Locator.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x4a696f41f8f3bc485f1d7a2d778e2a47, 0xbde86de58adcaf064c07ebda86243ea2ce3afb145be1f6fb66add49186c51fe7, '', 0, '?'),
(0x2ba853162c182157cb86eb184613373e, 'wp-content/plugins/amp/src/Services.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Services.php', 1, 0x00000000000000000000000000000000, 0xa08a154714a62a3027a1a027cf755535, 0xad10896636b656a616cb294c3561b3aef5ae029895da185f7579da065878a926, '', 0, '?'),
(0x2bae2efcdfb44875f6374be2f19ab3ed, 'wp-content/plugins/wp-rocket/languages/rocket-hr.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hr.po', 0, 0x35cdf2fa9ae74cd08bf7c3dbae2da4a1, 0x35cdf2fa9ae74cd08bf7c3dbae2da4a1, 0xe6e34388d382d6c9b3565aafc40e78be0002cee342c28b74d686c26f62c16140, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', '/home/abt90iranbet/public_html/wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0xea55d7f54c6e03cfd1e7a9d4a0734eee, 0x4100bfc3bcd24b1e4cd331013330c3cc540f1a77345519125e3e1c9b6324cf4e, '', 0, '?'),
(0x2bb3cca217d76aaa58790240ea44a45e, 'wp-content/plugins/td-composer/legacy/Newspaper/header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php', 0, 0xb183e0563f440f8a8de75ceac51668db, 0xb183e0563f440f8a8de75ceac51668db, 0x47017f7879180c877029cb5fd61296949fb2feec6798bdda4b1a0e72b3942a8b, '', 0, '?'),
(0x2bb40c550db5c9f5b9d6e11c727ea4d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xfd54e9482f33e44762b9f2c25279e093, 0xfda49943453abefa7334d65099477105f546e54d815b52ffcabd80b60bea8f88, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, 0x00000000000000000000000000000000, 0x364569586c859998bf282541c25cb761, 0xb2a7505217086cb3f2d59987c067a70cbe5ca74093e7454d0c59bb730084a318, '', 0, '?'),
(0x2bbbde486a7e99947f1eecc19a11a1f1, 'wp-includes/blocks/read-more/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/block.json', 1, 0x00000000000000000000000000000000, 0x24f85ccb0abab57522efc7cab55cb674, 0xbcce42c40cf329f3fcaa4ea1d3919034e91bf254093e34240e0539f4e46d2b83, '', 0, '?'),
(0x2bbeadf3b3a81cd9b04dbf1a528bb074, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php', 0, 0xcd1df8f5f13fdc68a335f7f4bcb37766, 0xcd1df8f5f13fdc68a335f7f4bcb37766, 0x88430856b823b8625140c2316ce485a5063f8ca8a0624f20a5fe2579701a435f, '', 0, '?'),
(0x2bc0a3afa292458682c2289614a8943c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_10.php', 0, 0x06e69f90362d9e1a54045f845ea8a208, 0x06e69f90362d9e1a54045f845ea8a208, 0xcf555ee7b2370f05357b7f2914a488efa067aba509a23bc3bfbcf5ade7319fff, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', '/home/abt90iranbet/public_html/wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x4210b52b1cf0841880eb4b5665863dad, 0x574e01b09c68be4b325a128a46ebf990b057ceed03900d300c38ecdcd04a0335, '', 0, '?'),
(0x2bc862e7ca05b3eb49023d077159dfda, 'wp-includes/blocks/freeform/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb756d258b145caf648658ee8692ed8b7, 0x622b3c65d576e702fbde5c32b1004a2a59838e7f8120af30b734df99827162d2, '', 0, '?'),
(0x2bcf0e3c3532ad9276f7afb718bdf267, 'wp-content/updraft/backup_2025-04-03-0335___90_8ff1764ec322-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-03-0335___90_8ff1764ec322-db.gz', 0, 0xff340ad46fdd1f8728bfcea0c286c8c6, 0xff340ad46fdd1f8728bfcea0c286c8c6, 0x6f65e84dd8c81d06684d09743a20e23d8255820e164c6ab844858acecc535325, '', 0, '?'),
(0x2bd15103f8f7dbbd308ea03cb4aa311b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2bd2c6dc92b19e6a2ab77db190000953, 'wp-content/updraft/plugins-old/updraftplus/admin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/admin.php', 0, 0x753d596047e5ed1b9e74d3783a713bd4, 0x753d596047e5ed1b9e74d3783a713bd4, 0x6499c833ca1f03fac3554a17591ae7cda5ec5d502bc16b25a634335416a11a78, '', 0, '?'),
(0x2bd610e4866172f8e34474ee329ec5d3, 'wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0xc90ed11e2e44c04be0c16b92d319c8f8, 0x6d301540535c34d39a5f89f607c688e0b2ecc8e1d670718f8be263f840675a69, '', 0, '?'),
(0x2bdea66b555891b2a845a6b1829b6810, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 1, 0x00000000000000000000000000000000, 0xfcdfbeed6e87fa45c23ed145b0abf3ae, 0xd8f0be60bb26173f81c59e3694dff6b09a2e9a03592538d3b9467403a0f21bc9, '', 0, '?'),
(0x2bdefa1ad82b1fcbaaa427076e9f6bb3, 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', 1, 0x00000000000000000000000000000000, 0x4274e38bef4372e1d1106c51cdba83b6, 0x200097c8f3e3feac6055f3b667248b34c6cee978bd75ccc2b7ef896bce6c2f63, '', 0, '?'),
(0x2bdf4c869c94b07f315d2daf067d88a8, 'wp-content/plugins/amp/vendor/composer/platform_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xf3aa60e94ab1f27ada6ee4c37ec41cd0, 0x44614299017444a8a2a2cda8bbcdb36d8a5403cb643d75e4a4a7092b10b08183, '', 0, '?'),
(0x2bdf6bd22d5debbfd51b4415c94af01b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_5.php', 0, 0xcc87b53066bbae38933c20465ac5900f, 0xcc87b53066bbae38933c20465ac5900f, 0x2b0dcd1b8f6fe860e3804f88ddc57f9c12f6bc40d3e0d1e7cba7a031366c26bc, '', 0, '?'),
(0x2be2e864ff31c26642f284a33b45e95b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_7.php', 0, 0x63f047867755a2ddc4e51c925fa972c0, 0x63f047867755a2ddc4e51c925fa972c0, 0xbc9bb6a7825707aba9c1c37ccda5bd7f693c69e42eb0c1deef96ef0b6d248224, '', 0, '?'),
(0x2be4c3214b4f7c6719626b55d065f723, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_8.php', 0, 0x4aab23198eff53abb14b1016d22e1027, 0x4aab23198eff53abb14b1016d22e1027, 0x09a4babe327148a677be8c711cfd2e52614dd515c070606d14f37896206cd9e4, '', 0, '?'),
(0x2be4ef62da8a2ec5b6b179a268f5a10b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4_no_content.php', 0, 0xe90b38f15630931514db1ae4b3270771, 0xe90b38f15630931514db1ae4b3270771, 0xa9c2142cfa96e79c1f2eede1063d7bcc149c9ae2afe569b35b05aa804be8c004, '', 0, '?'),
(0x2be9afa0165f4783064ab707ef64125c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', 1, 0x00000000000000000000000000000000, 0xece51978ae6df6d3a03200283b5a21c0, 0xdea1953c573230e124ad60ddffc9be52ee1540fb4786451b00ff2a11ede73bf4, '', 0, '?'),
(0x2bebba7d49cd10c25860da873926dc54, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', 0, 0x4d2a65be76da57fa071a447146df1d4a, 0x4d2a65be76da57fa071a447146df1d4a, 0xafda275ad45a556d029924bfef48783ba37cb5130d52870ae0e0431f3cf38606, '', 0, '?'),
(0x2bf0ea06dce8df6d1df16a4ad84bd20d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import.php', 0, 0x1229cbfbd2637321c18ad9b941ad1bc8, 0x1229cbfbd2637321c18ad9b941ad1bc8, 0x81ecf8a3f6b8a1bf44b9697dbaf0dd9f43a63bf3d88d50219bbdba66c314aa9e, '', 0, '?'),
(0x2bf4df3182f2ba2344d5aff3991ba60a, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php', 1, 0x00000000000000000000000000000000, 0x7536947d9ee878429f7937f6ba94e04b, 0xd65c92b8e4ae151d5b9e304dad17afee0c1e6df6dc030f96af4686c684ecaef4, '', 0, '?'),
(0x2bf7959ec72ecd402a3334342aca3e99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_2.php', 0, 0x7d7385015be1dae521d840108e1b065b, 0x7d7385015be1dae521d840108e1b065b, 0x6c07d3fd33a40634bb402e36d6b16517027cdbe4e58a7e695972897b505abf25, '', 0, '?'),
(0x2bf891fa0f213b7c2eb9356a9fd4ce0b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_import.php', 0, 0xc1590e1b71db7d74bc1a0277d62e8209, 0xc1590e1b71db7d74bc1a0277d62e8209, 0x150a8579b01791d97413516ef416a3c15a863fdab30c1068e2ea88ebb518e455, '', 0, '?'),
(0x2bfbf909b4bed9f5cf3069dd120ede7b, 'wp-content/plugins/wordpress-seo/css/dist/elementor-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x5c66e31563f3bfb7442d92d12ecba11b, 0x8466fb62c098290c8c4229899c6987e8d744db1f08699b8cea51c529e2f323fb, '', 0, '?'),
(0x2bff35849c71e0f9522aa02242cfc110, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x2760c30cb8ece9d9db6181d8e920e5e1, 0xf8b8e6f1dd799681f344124652235c5c462fadfd47255259a1d2782198423661, '', 0, '?'),
(0x2c085a3bc26ca7617776ac805c91b78f, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.mo', 0, 0x480326ebd71115d26d509b172efcd345, 0x480326ebd71115d26d509b172efcd345, 0x4f059a8e1fb30e93fd3435a2421365177badccb82d10bfed28f764d3700b8969, '', 0, '?'),
(0x2c10d2d4131ef54e3447da199d38ade5, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0x2c1138d0a40b1cedbfa1fc7952d668de, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 1, 0x00000000000000000000000000000000, 0xfd627b97e7d1a80ad81eca744bb2b576, 0xb6624d9a1ab1cb96448b66d3321d1ae2b777ee18656034b9f4e2622c83588844, '', 0, '?'),
(0x2c14e3baa2801fe67a8e5d202130591c, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', 1, 0x00000000000000000000000000000000, 0x86e0183d0e63915029c8878ed747e4f1, 0x531422ba8972e7c231f202ab4abc9d7fc5b8a60936d22af02986852d817b9c1e, '', 0, '?'),
(0x2c192ea818f9bf782b9f289bbfbab5aa, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/local-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/local-fields.php', 0, 0x42b4c6006eeeb6ce31c20e9794a558e3, 0x42b4c6006eeeb6ce31c20e9794a558e3, 0x0ab0f3f4d13c4bb7ffccfef9231821fc948640c2f84842fbeb5845c8ba67f6c2, '', 0, '?'),
(0x2c1ae2d7877b5d7ec5a35d2d0f6990e5, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php', 0, 0xbe3445ecfe684db6178a59dfb9ad8439, 0xbe3445ecfe684db6178a59dfb9ad8439, 0xa1d03e02a8b5664c255dceb5536eecf046a178444ced4eff663e8cc9f478bf62, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2c2053c6fa6227f45375b30445135344, 'wp-content/plugins/amp/assets/css/admin-tables.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/admin-tables.css', 1, 0x00000000000000000000000000000000, 0x2bf148601ac0b91a3285519275687714, 0xccd0fe5d461091735818d5596c1289d23153a0d3b88547118e094f88b3b97d3b, '', 0, '?'),
(0x2c20f2568759bbe0be93b6f54ca179e8, 'wp-content/updraft/plugins-old/updraftplus/images/automaticbackup.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/automaticbackup.png', 0, 0x2bffc574ba159c6e6a054bc004130184, 0x2bffc574ba159c6e6a054bc004130184, 0xc22dd867b181db76413e45f5ab73af8fd6d711085df4eaeb19bce64acc7a1674, '', 0, '?'),
(0x2c23dd26a229c9ded7c19870286ee392, 'wp-content/updraft/backup_2025-06-25-0329___90_c95c08865e18-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-25-0329___90_c95c08865e18-db.gz', 0, 0x8183a990d2f3b6b75903ea3d9bdb79d7, 0x8183a990d2f3b6b75903ea3d9bdb79d7, 0x8b76cdf6f79d80ff9a34aa6892395913df813b3cca914af93f98b1d4c04266bd, '', 0, '?'),
(0x2c2906fa53a07574c68c233b26ac4429, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', 1, 0x00000000000000000000000000000000, 0xd1084dba98d59f812bd8cae118ff81bf, 0xdbb81517ab3492943b1962465459c81a5c5c416190427d510972bd38f716b9e8, '', 0, '?'),
(0x2c2a82a3537bd58b4efecf5f510d0c04, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2c2cfc87d27122fd1f056a619ae22f4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_3.php', 0, 0xfb860eff424d6c09f041f7bb233d06ec, 0xfb860eff424d6c09f041f7bb233d06ec, 0x4275f6fa5532ff05a6c4913da598cd5bf5c29e93e18d5019f3e30e73ec49ce2d, '', 0, '?'),
(0x2c2dffc980bd24ce3f404331fb2d02fa, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml', 1, 0x00000000000000000000000000000000, 0x474ccecb63ad22a214483411eb6aa793, 0x55e781725490fc0970be294dc05333c3d6f54a0f68f6ca1e93fee4f93afd3f8f, '', 0, '?'),
(0x2c314fa96387fc0c9de4b8993a5382e1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_playlist_render.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_playlist_render.php', 0, 0xa1fc33d24774b2550180f1f0410dd3f8, 0xa1fc33d24774b2550180f1f0410dd3f8, 0xce18c07d620b60556d3bded2dd18f0ec56d307e9fc9767c5063350adce2d3bab, '', 0, '?'),
(0x2c3253b2c9265685b8e33734917fad1b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1_no_content.php', 0, 0x60d65c1f9ab261b6d0542f91937aee25, 0x60d65c1f9ab261b6d0542f91937aee25, 0x0ab5f8eac6e6f524e0d43e49f34c2cfc4e543219aa9d6bdaf71d065e762b8386, '', 0, '?'),
(0x2c32e48671220b7ab3445b5c806ebf18, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', 1, 0x00000000000000000000000000000000, 0xeab130ceddaf674749591be6da385eb3, 0x5627ae5101c3e161f534116cba9622c0784dd1df9a5ce049abefc95be3c553ae, '', 0, '?'),
(0x2c3357781c8dcb918da2b26d2c3a66ea, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/InstalledVersions.php', 0, 0x182d5924ff0b528f008a83d1f5809d02, 0x182d5924ff0b528f008a83d1f5809d02, 0x4ea252c3ad32e1c6df488a68db264813583a62075d8bfd64ccb38afecf324fe5, '', 0, '?'),
(0x2c38f67a07f866ffdc441437cf203e12, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xca72fb4e277e59be50b8850190822581, 0x892d6222eb43f95a296283c355e36ba0bfd0281a1cabf31603c0fc03039a3db3, '', 0, '?'),
(0x2c3a11436848be1c9517f6a197fe999a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', 1, 0x00000000000000000000000000000000, 0xdbfcc7e0a61bcd2bdf8707781d0e5b46, 0xb8af259e616c0bdd13065dfda0ce88da6a91d90cf6e718f9308019b8a6519d55, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x2c3d28e01c3f48e9016c8bc8e7b8f926, 'wp-content/plugins/wp-rocket/views/settings/navigation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/navigation.php', 0, 0x1cc14ea0057788774816d227bd97df96, 0x1cc14ea0057788774816d227bd97df96, 0x7f820b48f674855a6c3e32c64ade45920450e8c2aa02b26b2c6d8fe72b629bcf, '', 0, '?'),
(0x2c3e7f3df891aa559df936ca74cca1ce, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php', 0, 0x11c16783049ec97fa7d925418823ef06, 0x11c16783049ec97fa7d925418823ef06, 0xfd4f21f0d43f7bf46b9da616e6465c98b43063cc3b28986c75021de97dfd171e, '', 0, '?'),
(0x2c41182932308b22415138a6469ea471, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_8.php', 0, 0xd058c9f4544480dcc982d71c90201c8e, 0xd058c9f4544480dcc982d71c90201c8e, 0xee39d5457bf2f2ed2499b6117bc2d7781854ebfb8c480381f42aa4d2e59f63c6, '', 0, '?'),
(0x2c4450b86600170da635904ba1f17fd3, 'wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js', 1, 0x00000000000000000000000000000000, 0x5c39b4bffcf41ee48dee5df20ebef3c7, 0x7ecdb83cfac5de891cf65ba1327f42c449aabde9851d2a8ea7e70d016e69c5a0, '', 0, '?'),
(0x2c4478746176238ff6ea033c06d73b45, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0x2c4734ee46d65cdb2aee0ca0a40fd558, 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg', 1, 0x00000000000000000000000000000000, 0x272892fecb41d8f38e949c966670488b, 0x20b6ce65d97e61821fa7e7454a3c5756e09e8d80622e042478bcc02af52f6cac, '', 0, '?'),
(0x2c4970d8d855ed77e462e418a7414023, 'wp-includes/blocks/spacer/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x94e9f13695ad34e96731a429c7f7da62, 0xad53576c9a6916c6226be130dd4dc2c94cc25b1c0e01b9a50e54beabfb80bc11, '', 0, '?'),
(0x2c4af04687d09b0532b44e8ab9fa2124, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', 1, 0x00000000000000000000000000000000, 0xedd86a1068f9a0aba166056583d5caef, 0x00db2b23e21ed09856b030093b76990b0697c495e98d86014692622f34abbc67, '', 0, '?'),
(0x2c4b43a9b5ab88f62b9e767c2e0095f9, 'wp-content/updraft/themes-old/twentytwentytwo/templates/blank.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/blank.html', 0, 0x7466de6912d8f3290dcd9a42fdeb849e, 0x7466de6912d8f3290dcd9a42fdeb849e, 0x767831d5bba57d80e9308b0f2f773390bcdee063c7150c916719eb281b0c70dd, '', 0, '?'),
(0x2c4c8e2b91414fa40c3803610b3da4e4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 1, 0x00000000000000000000000000000000, 0x10de21872b9a766dd9b7c6deb27ce7e3, 0x5b9eea921f08d251aaa4691783765b2ae5eef047b90291ca5f02a3e129a1437d, '', 0, '?'),
(0x2c4edbdbdfcf3462e370c7db21acfafc, 'wp-content/plugins/updraftplus/images/addons-images/webdav.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/webdav.png', 1, 0x00000000000000000000000000000000, 0x7fb1acb64106522c7cee4b3f828f1699, 0xd3106245665d265a0a48cd99a0b5f99b420948a33e4037d16c59dd7828f56ec1, '', 0, '?'),
(0x2c52b5335a8d39119769cc47f8ee1198, 'wp-includes/blocks/search/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe874fc131663433b41ea1d6d1bc5f30, 0x7d2bbb917bc8963139c7440057308953b928007f9aa9736a28aa082525a77082, '', 0, '?'),
(0x2c5bc40aa6a519e4e8e94aa3dc0e92b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/demo_style.css', 0, 0xfe4c5923ab0e453462d4f9425bda960b, 0xfe4c5923ab0e453462d4f9425bda960b, 0x7c3be13bf40c7961a4ea213b7e40a29148c1e3c6c836bb0b9f5a8dd902138400, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/annotations.js', 1, 0x00000000000000000000000000000000, 0xe4513a6392f0637d0ee319d6794bc08f, 0x774e792673fd887ece39b85ee8453cd02e091b7fce371adccb9e7b6b6ffac42b, '', 0, '?'),
(0x2c637e1fafe735ede4b19e662641dee0, 'wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php', 1, 0x00000000000000000000000000000000, 0x90f43f1d81928389336228aad0c5592c, 0x9d0beb08a09cee45424bb2dc0799e4ccce8ab6437f496124166935c170335d2f, '', 0, '?'),
(0x2c644e6506d07f3898abbba6bf22fb16, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0x68e96fcb2d0048de1687f9a8700e917d, 0x386cef1a524d41a11baffa2b116031d172abe6874f4a43a2c79ae0c2328729cc, '', 0, '?'),
(0x2c68a7d4f55ee380902bf85f0f2691ab, 'wp-includes/blocks/comments/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor.min.css', 1, 0x00000000000000000000000000000000, 0x794ed9750926a59611a0834665487091, 0x971c293e56e9538dcb14ecc21fed4bbb702837024833d47740146500ac39c789, '', 0, '?'),
(0x2c6954ac20cac07f4e65ff83a2216709, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE', 1, 0x00000000000000000000000000000000, 0x36ed70d207f5176d1b9f7a780385b789, 0x3c2600e63038dfab15b960008a1c4204c4d148ec0207290069cfedc8cd76f482, '', 0, '?'),
(0x2c6c371dd089f502f88f9ac3c2d19364, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_1.php', 0, 0x6d2098a839b8eac6b63ebc3b0dd98b45, 0x6d2098a839b8eac6b63ebc3b0dd98b45, 0x268f8ba004178d9a021c0e8b65eb303ea2e070951c6ce13a0f656bd11c1bd6fa, '', 0, '?'),
(0x2c763db6508d7111dbd65979141a8707, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 0, 0x76c22d99485818b7aed4c1482f30448b, 0x76c22d99485818b7aed4c1482f30448b, 0x044fb04aa3e8a4bc546bbf510d172eb189084c177a59b80725ac3044cce85532, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0x2c8497cff9afac3a885048ea8479d355, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/composer.json', 0, 0x5173c8c09f2a6f45b131a58547f47adc, 0x5173c8c09f2a6f45b131a58547f47adc, 0x4a9e530c16f5389296597b39f4dc9042159aedf6705d6ba069383d86affef042, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x9dc108062626e63c9c89e7cbd37e7d31, 0x473e41befb99fe30e344cadf348d91be1a111fdfa635f6530239681d01a4a21d, '', 0, '?'),
(0x2c87c76a918aad4e365c895b8a194573, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/list.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/list.svg', 1, 0x00000000000000000000000000000000, 0x5b03f0d813aa349b9706dd4d8be2cf60, 0x99b3c7ebfb69962be5d1ed290ec18726024aba46a702fc5a7f660ef07f5d63aa, '', 0, '?'),
(0x2c8b4662ed304c81cfdefb1e3ba8eaa8, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php', 0, 0x5356340c6221d2d5e849d4809f5df37a, 0x5356340c6221d2d5e849d4809f5df37a, 0x7cde80fd8c3ef249a99f16e1c8b4a5e1ed8b2516509b918cfa3d01a69f574d57, '', 0, '?'),
(0x2c9290ca847d9e7ad707cb55ea9ac0ca, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 1, 0x00000000000000000000000000000000, 0x015ac6272391059f9dc4c1c2b5ce755f, 0x329ddb64c210653bd6db70694d3cf0c4b18c397ec5ebe6fc37fd26565d196dbc, '', 0, '?'),
(0x2c929186febc7a7380a3106deca7d952, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x4fac03fc9a9ef2dcaf6664dbd3961df4, 0x9d1ee53d7743e71acf7f3bb9cf2e865dc6fd5649052aa1604d855669c290f874, '', 0, '?'),
(0x2c98a2d53f25fe8fc6a24e58dde75646, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php', 0, 0x98d93513868a72222ca86ed0b9294594, 0x98d93513868a72222ca86ed0b9294594, 0x4564236551b56d0f1859ba7588bfa7c8c9226850a12acf7ed44f1fd231c46ac8, '', 0, '?'),
(0x2c99444e1b2d4d5abd284d3612d3bf02, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 0, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x2c9be39145bee553841241e11da18b3a, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', 0, 0x8671bf77b5c03c1a95172d368002dd30, 0x8671bf77b5c03c1a95172d368002dd30, 0x4590a62727e9988c9b07a4a532b622d5bd01b81813f1d0bcb9a089a17c679c45, '', 0, '?'),
(0x2c9ea44c742fab95efd92d6299591cf6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', 0, 0xa44e28fddddaa286b50faff05036ca9a, 0xa44e28fddddaa286b50faff05036ca9a, 0xf9b3cc156ef4ceb0b7a981cd755858797756b69754dcb34ae90d147805868aa4, '', 0, '?'),
(0x2ca2f099df9461c1eca89143b0099ed7, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0x2ca756801eb1f52a809929c76a33b670, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', 1, 0x00000000000000000000000000000000, 0xa79ef07a047843eeb25639e912d1c4c1, 0x4cd55b939d62d5b607108cc9462fa4af6835f657e512f7fb28b90c7f8bf5f65c, '', 0, '?'),
(0x2caaac5ebe69591826a10219e2e9e09a, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-nav-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-nav-menu.php', 0, 0x09c8f90822b8c069c9ae0ca568072a25, 0x09c8f90822b8c069c9ae0ca568072a25, 0x44d510e98c961fea530f4f81c628d5800a70c6584f04a2964f408975628538df, '', 0, '?'),
(0x2cac2dd79eb7975961a98c28e32ca7d8, 'wp-content/plugins/elementor/includes/widgets/toggle.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php', 1, 0x00000000000000000000000000000000, 0xd2f2b44c2eed7edbb54fed07410347f7, 0x04ca972038e7b3c72708459bac7ebd9f61207398f1c503f75e19e9e1212b6700, '', 0, '?'),
(0x2cad2b31efda10c94979b84cb8f0bcba, 'wp-content/languages/admin-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/admin-fa_IR.mo', 0, 0x4139793ecaa5e6c1e42145ebcf3e33e5, 0x4139793ecaa5e6c1e42145ebcf3e33e5, 0x910c9ac14c8b9a29be7d5c7f4b5c64b87a702d33fc78316fb66d504353dc3931, '', 0, '?'),
(0x2cb2d33e3108e45bdaaf23d0bd3dc1b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_2.php', 0, 0x6f5b8a5dab54495ee651f421d4fe3904, 0x6f5b8a5dab54495ee651f421d4fe3904, 0xc10f49405ef79da0379a20a8d88eda1006b76eae636fb242a6a9b43d74dc9d9b, '', 0, '?'),
(0x2cb4c8a1ca337dae6b9bd5d2fde3640d, 'wp-content/updraft/backup_2025-09-28-0344___90_abbb20b1fd56-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-28-0344___90_abbb20b1fd56-db.gz', 0, 0x225ea3a15aa28c6c9855a51cf160958a, 0x225ea3a15aa28c6c9855a51cf160958a, 0xd6b3efc378b308435aad14fc4577f904931f5755ef64c61a81429c54d9d639a7, '', 0, '?'),
(0x2cb5b92f4a6d9141fb8ad7c102732eb2, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', 0, 0x44d44b8df6558ff1496a77a6aa42a3d6, 0x44d44b8df6558ff1496a77a6aa42a3d6, 0x5f6a73a349368c2a90c2baa0dad24c8c978b4c9427f6beb44f56404a1ef2866b, '', 0, '?'),
(0x2cb71b2108f04282a6a77a4af1dfe657, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php', 0, 0x8f7c2fdc2e18216b2a6efa803fc430f4, 0x8f7c2fdc2e18216b2a6efa803fc430f4, 0xebd2a34f82f6fddd55ad9caed254570583eda72f5aebc3d3697196f869e08cdf, '', 0, '?'),
(0x2cbaaaf1d0d76ceb7b10aa062e4ea19f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-4.png', 0, 0xdb3634aa7fff0d88534b9bab9db90010, 0xdb3634aa7fff0d88534b9bab9db90010, 0x66ca2c6cc7802c38d2ab4ce0306363fcf9f69bd7eeaf18c2287b9730e0843cd1, '', 0, '?'),
(0x2cc007fffd42f353f5c5a242bc7da94e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/demo_style.css', 0, 0x2742b38b7861c8689e9fa64cbd4553cd, 0x2742b38b7861c8689e9fa64cbd4553cd, 0x114e75fd4a245a8c8ad70037c71d51f0450bc9c6499b0b6cc2aa38cc915f74a4, '', 0, '?'),
(0x2cc19421e692140b5dd7760245bb67ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3_no_content.php', 0, 0x9d7f4d30de25811868d68a8f7c40f9c8, 0x9d7f4d30de25811868d68a8f7c40f9c8, 0x85c155fbd5976d79933bf6c0515306b88297b1a184cd3aa7b5060fb5d98e3b8b, '', 0, '?'),
(0x2cc2ac3b52bc11b14d7ef614ebd45c4e, 'wp-content/plugins/elementor/core/admin/menu/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/main.php', 1, 0x00000000000000000000000000000000, 0x4690e5d11abbcbccf1c00185fefeaf45, 0x0191952f57846da06baef676edabe1896d913ccdb87a338e8db09d09a87f1716, '', 0, '?'),
(0x2ccb4783ae82e7b3e995213ff68afee2, 'wp-content/plugins/wordpress-seo/css/dist/modal-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2370.css', 1, 0x00000000000000000000000000000000, 0xbe61899a4768dbe03b0ebb6553c9ae13, 0x19ce90253a7cc3e36129ce916fbaffe4fe3b473ebc4347ca08f993c8bb55c3ff, '', 0, '?'),
(0x2ccfef363eafbfe80645a410465394ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_4.php', 0, 0xf7cef406a8b051169b761e9c92d26685, 0xf7cef406a8b051169b761e9c92d26685, 0xdc98efa97236eb115d5f53924178dae8d70b052ccb4ec50de98b1967fd9a9285, '', 0, '?'),
(0x2cd60fd34d18ee8a0613d0da703bbd31, 'wp-content/plugins/elementor/includes/controls/repeater.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/repeater.php', 1, 0x00000000000000000000000000000000, 0x4f9b9ba47eb8d8cd8165bb837a329ab3, 0x0797e564dee5a0d75b17d75147ae2c6133fe97393bab4b08b8ced2c49afd7235, '', 0, '?'),
(0x2cda5c80f37d39699dc8d36af0790c2a, 'wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', 1, 0x00000000000000000000000000000000, 0xa7f0380bcb5c3a87fbbfaa537c7f1d88, 0x694c8c6f6ec6cca20b57eb1182dc53c9a0d0df20e5c6a00aa9708951add92a2b, '', 0, '?'),
(0x2cea487e666a913d0e9d7eb4528da63a, 'wp-content/plugins/wp-rocket/inc/deprecated/3.8.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.8.php', 0, 0x336cf1cc56b77570360caf9748ff7cd8, 0x336cf1cc56b77570360caf9748ff7cd8, 0x6e4a3a8cadae6367f4156efafde5f2d1287aa566d3a13ff4e9b07b9d8c062e74, '', 0, '?'),
(0x2ceb5fe12080ef69c22ed4d330a5bf58, 'wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo', 1, 0x00000000000000000000000000000000, 0xcdfb3e2a5c13b3bf28cede3f777ae907, 0x1eae0537017aa454fa72939a6503325ef7d816b75c9041dfd303ace2aa585f7d, '', 0, '?'),
(0x2ced97e8d80ba161b6b5d459cd01e0da, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_2.php', 0, 0xcc3821f06d999b58bcd3a2b85c0d94aa, 0xcc3821f06d999b58bcd3a2b85c0d94aa, 0x5319043446522bcb7cb679d0e2f1af2e59d68b651be29958c765f3a93aa312b2, '', 0, '?'),
(0x2cee80d0235347429ea54bb44c6c8e9e, 'wp-content/plugins/kk-star-ratings/src/functions/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x2cf59212285827ac838be1255a8bc67c, 'wp-includes/blocks/group/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4d9418e76c714ddadf03f7df6fde8bee, 0x31902bc9681f89453ec4c267888e2b9d89229398dd0e09b2e1390174e5c21d59, '', 0, '?'),
(0x2cf6b92022b074faa59c9816febd7b51, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2.php', 0, 0x194343fb60d59b9c25a7d283802aa86f, 0x194343fb60d59b9c25a7d283802aa86f, 0x47e186aee2e97207125b4314f254f090901f801c96e428143652dff7fd222dd3, '', 0, '?'),
(0x2cf730ef63571b371be02828fad26b2f, 'wp-content/plugins/td-composer/mobile/404.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/404.php', 0, 0x592435486ba05705128f4d8872d1b796, 0x592435486ba05705128f4d8872d1b796, 0xf0c9f65dfec8c5ee7a79e638f9822c2724d626762a8f6e8eacf79020f1ad639b, '', 0, '?'),
(0x2cf921526f898cda2d52e3a1300182d0, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 1, 0x00000000000000000000000000000000, 0x259bdec84afc3a78a7cb69883d59e0a3, 0x1ffaa4e9fb7ca4f97d6547c8f16cd1b4ded0f0c7adbac5bdd521a070b4921724, '', 0, '?'),
(0x2cfdffbaefb03b53dda33cd8422b9230, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_5.php', 0, 0xd1c1747248bf6a2e80fd40a8e41022e1, 0xd1c1747248bf6a2e80fd40a8e41022e1, 0x09cf4e2c76c0c3e08feb7b3303aa896b51840c3c4e6cf9759ffd65959d108ef2, '', 0, '?'),
(0x2d05a9330b0c81ca7daa0dff64f31f24, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', 1, 0x00000000000000000000000000000000, 0x6f4b937ad5e38e9c7e2b895da8e1c529, 0x15204e505e3411062e853486cbc7e0f9946914e9d9d463e5e8e8c8e4fc2e44e1, '', 0, '?'),
(0x2d07e0cbee320a9492e37adc3d2b72fc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', 1, 0x00000000000000000000000000000000, 0x3e57991d78bfe9a10c66ff46fd380d27, 0x09ce16aa5d618bfdce81b6a088cf0eee63ef8ef8fb7104064ddeac4b05578260, '', 0, '?'),
(0x2d0818eea72bff8842a9b162316b2431, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_1.php', 0, 0x593ba425f7478a2827c260e0e579f44d, 0x593ba425f7478a2827c260e0e579f44d, 0xb5794e8805bd213d241a68f7fdd40c6b58c475d1398c077faf330e41f1aed17c, '', 0, '?'),
(0x2d0e6d080c5b8340df8e3947d50c5cd3, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/more-posts.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/more-posts.php', 0, 0x05dae585aae7bb4e3848507554cd9e86, 0x05dae585aae7bb4e3848507554cd9e86, 0xe4be987e44ad779681a262e205cb66ee5d9761259924c70faf89d6b09b26b384, '', 0, '?'),
(0x2d15134807ccee694ede4758c092ebe5, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-hook-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-hook-functions.php', 0, 0x5420a499efe4f001f8938f9294193111, 0x5420a499efe4f001f8938f9294193111, 0x75c48f3b11c8867a2567e8e66da5cb12d3794fcb707ef16687cdb8107c3124da, '', 0, '?'),
(0x2d1fac54aada61cc50893fe830156574, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 1, 0x00000000000000000000000000000000, 0xec9b5b33da22b344d868c799c7cbf50a, 0xf2141a9db9b027e32eb9b190d8c12aa2401de8f349d07b3ca98c14919f95eca3, '', 0, '?'),
(0x2d213081944e50d380a75fc57a5e5b03, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 0, 0x8e57b992a6ba26684535864f78b8ea15, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0x2d23c8368cab0b0eecf54f7473740f2c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_4.php', 0, 0x86a14187ff80e5fdb7c854b8206c131d, 0x86a14187ff80e5fdb7c854b8206c131d, 0x89baf70fbff96083e69da33b77a29b70ef2cf9682c01dbf31d6f241548017468, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/rich-text.min.js', 1, 0x00000000000000000000000000000000, 0x307fe104fd27878aa25a35ce060f4db0, 0x9e27bedd3b44c16f8ece05d4d3e339d066aae6f6c974841b67efcc3e81f104e9, '', 0, '?'),
(0x2d33299d73c4afcd7c50d6741d3c6917, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', 1, 0x00000000000000000000000000000000, 0x9c7c3087d932dafcc8ddf825f50ba5ff, 0x8a1efbacbab5e4d4a950a5b76242d47aa9264c36f26a1bbb13f0a308e68c6f16, '', 0, '?'),
(0x2d34e75350c8c2059b60cbc69344f510, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', 1, 0x00000000000000000000000000000000, 0x081abc117081e4b8b9bef28906c7e3b9, 0xcf3ac527173c18ec02cae9876203c47543e8ec5f00494bb1366289382bb7f8ac, '', 0, '?'),
(0x2d3f67d412b6932c39b3e7f994b569d9, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', 1, 0x00000000000000000000000000000000, 0x08864006e79b7958a01677b822126032, 0xf6300e2137b5a82e5fedd042211502c289554c846b8e9daf3adb46665b1fdec6, '', 0, '?'),
(0x2d400e8e84e9d18281689edcd639dc92, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php', 0, 0x1915a39780656e4b1966b450778549c8, 0x1915a39780656e4b1966b450778549c8, 0xf131f7462e67e8ab8294b49d43c1a806b783d42007ecda1235263e294d0dda93, '', 0, '?'),
(0x2d413f4d5430b63b9e0b05aa3957426b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 0, 0xf21d131c279c905c2fbabc0976eef4bd, 0xf21d131c279c905c2fbabc0976eef4bd, 0xb6353e0e40fe296ec12a15c85d0675bc881f96d9b5a38862cc0c10a939762f99, '', 0, '?'),
(0x2d44d1a5cf0ff8176a80d3151c50f2fe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', 1, 0x00000000000000000000000000000000, 0x0ffd587441493cbdd2987e3f244f66bd, 0xe0c706e7f4fb8372e314247bd5672290f6ef75d8952e84f20ed803c5ae9b991d, '', 0, '?'),
(0x2d46961593000a9e85b2939a0b364389, 'wp-content/plugins/amp/includes/embeds/class-amp-twitter-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-twitter-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x8459bef73f572a5b345955a95314e4d4, 0x14a8e1f0aaacac4bb852b92e543280e5a7e4d02f807d1e65a58142a436905736, '', 0, '?'),
(0x2d488dc2d927f979f1e19791b561445e, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php', 0, 0xff28ddece9b232e9895b920c1db10c97, 0xff28ddece9b232e9895b920c1db10c97, 0x0c9e6bd4a3510ea34e1eba447919de984dcb603211cde68228fe836472229e84, '', 0, '?'),
(0x2d50d0b071d71d148732642cbc062173, 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.ttf', 0, 0x29f9630f7d87a79830d1c321e1600f2e, 0x29f9630f7d87a79830d1c321e1600f2e, 0xbf73d6e4d6bc91af89ccaaca7b966a6d47ac17acc37661331c5f54a98bce8bdd, '', 0, '?'),
(0x2d530a3a8f315f6f1ddbb93ecde4b964, 'wp-content/languages/plugins/amp-fa_IR-b5da96daddf181169cf709cf45f4e478.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-b5da96daddf181169cf709cf45f4e478.json', 0, 0xe5e713828cb452d647f3cb1973077755, 0xe5e713828cb452d647f3cb1973077755, 0x343480e86bb334e75f81682024ddae3945b4b3972f12dfb39e9308a12e3d8462, '', 0, '?'),
(0x2d56e8299090056bed5e5ad2a027fa2d, 'wp-content/plugins/td-composer/css-live/assets/images/loader-small-blue.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/loader-small-blue.gif', 0, 0x7b0749e19bd242147c7bcbf856e3340f, 0x7b0749e19bd242147c7bcbf856e3340f, 0x082b7c6e3abc863ba9838722e40e5def5735722c50ca552443fa4bb54a49eaf0, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xd9a1985c7214fec0e9563b24497374c7, 0x8d313ca58fc6c337f40741703408ffe1c197999530568350a1620483be233b54, '', 0, '?'),
(0x2d602ada95035759b63d8dced6900e6f, 'wp-content/plugins/elementor/core/kits/views/panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/views/panel.php', 1, 0x00000000000000000000000000000000, 0x48da45008e7f59adbcb31752352edd03, 0x3892dddabe9f058fa68ca38e95a481ed0528f3b7486c52137f70bc8baf723350, '', 0, '?'),
(0x2d61c1117ab1d19e1b66316b3fda69b2, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php', 0, 0xcef2f152213282064b4916562d4a3712, 0xcef2f152213282064b4916562d4a3712, 0xba88fc03ea0bedcaf4e36ed3e673b8b081c1a62c819b17ee2bc7c89b5e30b1e6, '', 0, '?'),
(0x2d6ad671003e0f40d8328d992e18abe4, 'wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0xf4f4bfb4a5653225c7999f5e02202d35, 0x419f6cf4fef97f3d128e1ab603640133caa06b88bf1d388040f6bf13d0a61c8e, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0x41845a90c9c3a533b8ead3b931762a94, 0x2b5980aba9bcdca3573eeafdfcf3cf41e47c880da2823c778c21eef45322644f, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', '/home/abt90iranbet/public_html/wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0xd61ead6db979ca834c5cdc17b5bf9c75, 0x8acf96a3c1be23b4bcff229c56a679f19db2fc9c6c35b0f461466a4717c6c809, '', 0, '?'),
(0x2d6bbe0fcdd960e2032af5298e423131, 'wp-content/plugins/td-newsletter/td_newsletter_version_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/td_newsletter_version_check.php', 0, 0x77e1c681e87e4d0bb1d31494edee6c89, 0x77e1c681e87e4d0bb1d31494edee6c89, 0x796db47977598a68ed2ec572284dd00bfa0238f8bb8bcbd335b2599081209f3c, '', 0, '?'),
(0x2d704f504b60f3001703f81bfd2d6887, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-4.png', 0, 0xc2fc5a938e44631841dca92c9efe5c8f, 0xc2fc5a938e44631841dca92c9efe5c8f, 0x9841661eeaaaf0a24ea81d85d2e73cc81b8dcf0679a4c06086f5207bc69d14a4, '', 0, '?'),
(0x2d72e5d9a6ba94f28aaccc2fce82d698, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_css_generator_demo.php', 0, 0x7a54f1063a99db1ea558fc6ad842b80d, 0x7a54f1063a99db1ea558fc6ad842b80d, 0x3f5f1b9b65b2d2c98e17cec2cdd19fa57b81f236d91abd017d707c9c735c66a7, '', 0, '?'),
(0x2d75ead5b853643ca37fc72ae6b1c829, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_6.php', 0, 0x159ec02138158a0affa414d240c05942, 0x159ec02138158a0affa414d240c05942, 0xdc3059d62991271ef420f0a6ad29ff4aa7ea6916c010b19d6624d5cf831de5b3, '', 0, '?'),
(0x2d77d978f06b92f55abffca5a2dec385, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', 1, 0x00000000000000000000000000000000, 0xb4bc1f315b16a143c600d77b29f4258a, 0x6dfeb207c647f83ba7b42d23e873ac14bd032f6fb9742552831a7f46d9692298, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x58baef52ac9631d46fb7dfdc7c3a8b63, 0x159f807b050def30d670d216f467bacaef7f723a94fc2631425a4d413d145173, '', 0, '?'),
(0x2d814fe81c3bbb07f73890f3486f7e3d, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_7.php', 0, 0xde6eca353ba346d5b843e77a998d7e9f, 0xde6eca353ba346d5b843e77a998d7e9f, 0xc9a42848b89afe5d38824b5ba4aec769f00be37df32fc217cbc8d2352b15acc0, '', 0, '?'),
(0x2d8386accce211d2d2221360dd7472a0, 'wp-content/plugins/elementor/modules/favorites/favorites-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/favorites-type.php', 1, 0x00000000000000000000000000000000, 0x3fbfe62e0dbf8781f52d40b803b935d1, 0xff60ec1417a5d16a9c61c7893383ed24a662f631be9ef04a4316b327a384f9f4, '', 0, '?'),
(0x2d869a8e5fb5b5e66d0c712babf73194, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, 0x00000000000000000000000000000000, 0x68e3a0b2edc4c86912b465a095c9a114, 0x4948f84d705c87e6f5ff4ead680ad7884e159abc463d2dbb931cba5ad83d684f, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', '/home/abt90iranbet/public_html/wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x4022e0307211190731979e95586d252f, 0x66275ad7c4a792e45db75769347be55cede34cc4a50ea92de1b898b0e6095b4e, '', 0, '?'),
(0x2d87e352f7bc901da963fa76ffe11312, 'wp-includes/SimplePie/src/Exception.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Exception.php', 1, 0x00000000000000000000000000000000, 0x9949085570bdeee64ea8ac2197fd95bc, 0x2433eedb4b639cdf426a3c3845195958672e0db9cb81cad3fea26ec328ca6d78, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x3f09866bf00bc307aaf2bb8804938782, 0xadac236ccd81fe6e1d8579362fecc538278bc34844b5139ced649d9dc3439283, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf5b8feba6bab9b15a17d8947707b2a58, 0x0dd707ad44a188bda1127a45961b0fe14141a93fb9485ee2e72516310c7bd6b3, '', 0, '?'),
(0x2d9342bb09d59df2349a9432489c3351, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import.php', 0, 0x1b1f322e79bb084f77fd62380da74f4d, 0x1b1f322e79bb084f77fd62380da74f4d, 0xc38aa4ba1636b6fde03936acfb6881e5bc4e00d033c109178c2b1b1992cb24ae, '', 0, '?'),
(0x2d94d4ecb583ac41b58b884bd4522ca1, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', 1, 0x00000000000000000000000000000000, 0x5f29588b4760e22c793ff000f5b7adc1, 0xfc003b033be0475bb17e3166bd6a5f0decaa2a9f4919e565ed6ffff6cf18b56f, '', 0, '?'),
(0x2d95644880c56f8d951de64322511820, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_2.php', 0, 0x2698712f91a5926bea643527fc91ac78, 0x2698712f91a5926bea643527fc91ac78, 0x07ce4c5ab434cee9b830c79e94ff6e8174cd8d6a18e0f492d859f4e92e8881dc, '', 0, '?'),
(0x2d9665636575e01728b9ad35491927ab, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', 1, 0x00000000000000000000000000000000, 0xcd68efcb16043734160da26b610d0e50, 0xc8b5bf91143657ca193fbce4a6c4d4b61d7556ce92d9743ebce519b6b57414f5, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x4b68d4e0aad63af65d775c9edf63554b, 0x418bec4d6abe2555cb75d684229e01ae1c5aeac5ef81ef766c3d286e814880d4, '', 0, '?'),
(0x2d9f8335db749e0b5590123159ae7609, 'wp-content/plugins/wordpress-seo/src/values/images.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/images.php', 1, 0x00000000000000000000000000000000, 0xe4c7022c8ae90de377261422cf796c75, 0xfe7b192082da0b4000b69ad1bb6ea20d02a7a60ec294c36d7d0e4846d454ee21, '', 0, '?'),
(0x2da1f865de70c9b464c3f2f6d5ce6a90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import.php', 0, 0xb2c789366943f9d9f87dc65db8232d64, 0xb2c789366943f9d9f87dc65db8232d64, 0xc121810664e8ede6827feff07ddfa19f42e748fb85f536191b047158e9fbe2a3, '', 0, '?'),
(0x2da433c2177796ece682f9573118cc66, 'wp-content/plugins/elementor/assets/css/admin-top-bar.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.css', 1, 0x00000000000000000000000000000000, 0x337e2b9ab3e13e32bdca09fa4d9d05dc, 0x92aebe424da73d030efa0efc420de942637de66ad7d43dce38429b87fd5514ec, '', 0, '?'),
(0x2da5df3b9657839c26aedcbd8e0e6054, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 1, 0x00000000000000000000000000000000, 0x0018d4124b4043d5eb54acfa9eeb5934, 0x8275dd67743d6d67862ad3a394cc89c300c71940a7fa5fe3be85912ae484520a, '', 0, '?'),
(0x2dada66fab32e9e01b0357238a76d9a5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2db3bacaf5142e5936225b36401d2e1a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_panel_settings.txt', 0, 0xd5361a640479a05af01d9e3e7d7f4313, 0xd5361a640479a05af01d9e3e7d7f4313, 0x5c3120c3cb6f35ab0dc251558938cae39d7447946335fff0ea00ceddddee9afd, '', 0, '?'),
(0x2db3c1fdbd00afaaeb12d16cc7c6d2a0, 'wp-content/plugins/amp/templates/style.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/style.php', 1, 0x00000000000000000000000000000000, 0x8fdb60078545a3a135438f7533aae02b, 0x524b22deaefffd39e38dd9819a49144bb37bcb99e6546f220418bc8fac6d2fc3, '', 0, '?'),
(0x2db8e050d459d08998ab03ce915107da, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_s.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_s.png', 1, 0x00000000000000000000000000000000, 0x83aa97407fb76615a7db5ed721681148, 0xe0a884aed27ff0386966cc55971f49d9b80044dc9d08c8d95dbf49c12bc3e880, '', 0, '?'),
(0x2dc241f31ef7ec817c1d74ee14f23136, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php', 0, 0xac5dfafdb06000d73b2128e4828df1df, 0xac5dfafdb06000d73b2128e4828df1df, 0x4a78bb3d2a651c2a7b287650aea937e2040e59306d2ce5f62474833a512165bf, '', 0, '?'),
(0x2dc2433308394c8321e6514c14c9b69f, 'wp-content/updraft/plugins-old/updraftplus/images/icons/lock.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/lock.png', 0, 0xb68f0a89bb0a532a71908845e8e84761, 0xb68f0a89bb0a532a71908845e8e84761, 0xf897e304f8282c36618f5bf87c67c8c1d3a0b15ef316ef8999766f98411acc2d, '', 0, '?'),
(0x2dc895f37e5689f204f1b7b183049e5d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block21.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block21.png', 0, 0x67eb052bae6722e02a627e94aa14cedf, 0x67eb052bae6722e02a627e94aa14cedf, 0x080b226514af78385cbcee80ada4f26e043527db0185e20968a0a088852a0a0f, '', 0, '?'),
(0x2dc8ffce30e7ede040a0ede6818eb051, 'wp-content/plugins/updraftplus/languages/updraftplus-tl.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.po', 1, 0x00000000000000000000000000000000, 0xa3406c1a46825bbbb401698db1bd297e, 0x130ea5bdc6f51d0f10e0b6d1324a24cca702c6485b54ebb41b4340ea98a4757e, '', 0, '?'),
(0x2dc98593fef9313f933777d147c4cd91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php', 1, 0x00000000000000000000000000000000, 0x0a0f8857dc9cdd490b97e5eda0853182, 0xaa22e35b55d2b117a60cafaac259c3a12bd8881ff220330ef6f3fdf405c8663e, '', 0, '?'),
(0x2dca510c25df787e3691e4fb903b6170, 'wp-content/cache/wp-rocket/.htaccess', '/home/abt90iranbet/public_html/wp-content/cache/wp-rocket/.htaccess', 0, 0x3a836ba1e001ee805d836989c4e39926, 0x3a836ba1e001ee805d836989c4e39926, 0x820f268be77316c3499d9995d0f2667e878c4129659415d9cd8c254c3399e1d7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2dcb9d4d01b4906c54fd22ce4ec5e608, 'wp-content/plugins/td-composer/td-multi-purpose/less/title.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/title.less', 0, 0xc1c59f19725c95a157db3c3b244d5370, 0xc1c59f19725c95a157db3c3b244d5370, 0xd3669467a79c029a432180d693a25eef695fa3bb7d0d12623bcb942198271dbf, '', 0, '?'),
(0x2dcfab23a5982cd2e30ae14663737882, 'wp-content/plugins/wpfront-notification-bar/js/vue.global.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.js', 1, 0x00000000000000000000000000000000, 0x3bd300f13824c083e79d12a8c023aea7, 0x0812980f871c4fb5db1d994f5a07ac3d61bcd0684a63b7a8fd3d68709c69d866, '', 0, '?'),
(0x2dd245a6e4d6d780fd4b76ab6ed0bda2, 'wp-content/plugins/kk-star-ratings/freemius/includes/debug/class-fs-debug-bar-panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/debug/class-fs-debug-bar-panel.php', 1, 0x00000000000000000000000000000000, 0x034c4a22f9a14e3c9573e4fbad973174, 0x915fd8c5d09ff27793abedce910621543f25cc0242d846b55429b6080bcd014f, '', 0, '?'),
(0x2dd32c1cde2450e63c7f01b032aeda69, 'wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss', 1, 0x00000000000000000000000000000000, 0x7fc9aabd3b36e0af861a88a5c8cda608, 0x3c432be0633b40b32cf123652af62a7f19d24be7cc75727ae06866ece98df048, '', 0, '?'),
(0x2dd69875e6f4750ab279c9d6c18b7a5f, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 0, 0x062d36d41c22af3f24625bc58144835f, 0x062d36d41c22af3f24625bc58144835f, 0x58bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f959, '', 0, '?'),
(0x2ddaed0f87c325b8a205c3c49f2b3844, 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_2.php', 0, 0xb351ddb443e63901f2e5d2985a9c5b87, 0xb351ddb443e63901f2e5d2985a9c5b87, 0x175b70b07d2072b2f3cf8caf7f9045a4ac669adc3c96fba65796c27bfbf0c8c1, '', 0, '?'),
(0x2de2e5e1bc285f5424f52acc5a84e5b7, 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', 1, 0x00000000000000000000000000000000, 0xcbbc29bf13dffc4871d9195198fbad17, 0x5a0b9dd5e5bd487a6e3b29a86fdfb5331ee6517ffc53ac8b6b5eb43db073218f, '', 0, '?'),
(0x2de35e0be33d3f11a046899afa0746a7, 'wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x80e3fe7238b4e0960dfc0ac02a8b5875, 0x3461135e50aad4cf782800509a6f4b6043b2bfd2fbe2d9c038a2b64ecd5b23c8, '', 0, '?'),
(0x2de44887b1934aee2134a07cb96090ce, 'wp-content/plugins/elementor/assets/css/widget-toggle.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-toggle.min.css', 1, 0x00000000000000000000000000000000, 0x09fc1d485d24f9d79255f82f36dd9720, 0x5a98420b4ca4e3c5d900b94faa6d19bcaad32a1651913d643ab8b908a301fcb5, '', 0, '?'),
(0x2de4e13cad5a8d4141b4477826c7c131, 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp3.png', 0, 0x59f691a97ba3b7c2462acd9740cce955, 0x59f691a97ba3b7c2462acd9740cce955, 0xcc6a5175fdcdb138008a1bcca66fd9fbdd461d07000149db597eb501c13cf0e3, '', 0, '?'),
(0x2de67985d79845f087a42585eb585110, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/screenshots.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/screenshots.php', 1, 0x00000000000000000000000000000000, 0x1ec96683f3834b8b1397939e8ec4f88c, 0x2b2ebfd722557554b7ceae78fac1a236095c0fcba5480ed19b4d05206be280f1, '', 0, '?'),
(0x2de72ae14619ecade4df7dc0964e5659, 'wp-content/plugins/amp/src/PairedUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrl.php', 1, 0x00000000000000000000000000000000, 0xe1740b11597f6d930a051d744e84942a, 0x1f9060d805f8d0987d7013e5e96b8c2800af78d8ef3a9a655c092554aebd92cd, '', 0, '?'),
(0x2de9c5cdba409b8d70f9348fc03d8ef5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x4a70f5c7a72d3139aa00dddc0bd88da4, 0x9fc152e4a91da13b6373533bf1b1fe802f13b2e2a8b116e2ecf7a9219888767c, '', 0, '?'),
(0x2deab0c294de1b50a1d09e2cccaae25a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', 1, 0x00000000000000000000000000000000, 0x1ca99db5a94faf54b1d257aff0ed8890, 0xf2ffb8b0ef49f1062642a2eefb25c5fe444bb2e7a127c0b816031338da11eca2, '', 0, '?'),
(0x2df207a288bef46af05432292b1ad6a7, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/webdav.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/webdav.png', 0, 0x7fb1acb64106522c7cee4b3f828f1699, 0x7fb1acb64106522c7cee4b3f828f1699, 0xd3106245665d265a0a48cd99a0b5f99b420948a33e4037d16c59dd7828f56ec1, '', 0, '?'),
(0x2df790e576b1c5c29eab0d200ad5ea1a, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php', 0, 0x23d9eaee04dcdecf5a7a68de1b0fbd85, 0x23d9eaee04dcdecf5a7a68de1b0fbd85, 0xbfb2292764b4f718d11839ca9960b61bf0252dfcff36d756123d09485aa3304e, '', 0, '?'),
(0x2e019477e43cde582163a295eabd0e1f, 'wp-content/plugins/td-composer/td-multi-purpose/td_panel_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/td_panel_settings.php', 0, 0xe174003bc4839ed4f34ac560a2390870, 0xe174003bc4839ed4f34ac560a2390870, 0xd62362dd4dc8563a5bd62961b642f0eb692bc9dcee32db4076407a81011f3364, '', 0, '?'),
(0x2e020e95db13b6b136924668dbd4b322, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2.php', 0, 0x8da8ce773397d98f3ee1325ab9abddc0, 0x8da8ce773397d98f3ee1325ab9abddc0, 0x5f7b3d5074b3fe43768fe4d9aa375b134ba7f630fc731a1c043c4f37d8ad29b2, '', 0, '?'),
(0x2e061ed5d2740b74a94bba19f995dfff, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js', 0, 0xa9ca3e8ca6c70fc187b0975da135efdf, 0xa9ca3e8ca6c70fc187b0975da135efdf, 0x687af5aeab25fbbff827fe8c5aa1fd9c10d466a7923a08fe378d412cdfa73d5b, '', 0, '?'),
(0x2e0e106acb05964feed9c73001aba70b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', 0, 0x8125cc1372285a9132d96a76ff87dbbf, 0x8125cc1372285a9132d96a76ff87dbbf, 0x9756fa75d774ce56ddff5fd354997cb523883d8eb65961c96fcf5fc700b43126, '', 0, '?'),
(0x2e0f40eb629910cdfdc1db91c171f7fb, 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x521070485040f90ede02487af752e763, 0x2352e8e40b71a61dd9435c2377faae7da20620b96aa29864d19a285e01641bcd, '', 0, '?'),
(0x2e0faa74e993f8396b730cf608743772, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', 1, 0x00000000000000000000000000000000, 0x1ad7614afe9379bc94f8e1ff8d4e5f85, 0x2a9dec81aeba0d3c5acec582ee890be7f342f808b9f21302a3ee9583b1b0775e, '', 0, '?'),
(0x2e109ad2120a5dcbaf469aa3565216b5, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x2e13a9ab349d6e2b1b00f06d3ece7b32, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import.php', 0, 0xcba8c5e1b094bf51643b49a370273307, 0xcba8c5e1b094bf51643b49a370273307, 0xd817007be2868c147c282a93e69e6afcbd447aacac51c1751312ff0f18d8c5fa, '', 0, '?'),
(0x2e14980f760bc650b52195a1b04e2aee, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-3.png', 0, 0xca550a9e0678968ef31665b38ff872bc, 0xca550a9e0678968ef31665b38ff872bc, 0xf2ff6486864f4b8890cc2b7e011ad8b5b13b4494c541b5f10dfc40b4200080d3, '', 0, '?'),
(0x2e15a8560c2941521e3bbe7455630050, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', 1, 0x00000000000000000000000000000000, 0x6e716db04f56c5071bc955b9cb596cf1, 0x7b2cc5b2cc1fd739f4adca20856b7369a03891131ac8ce9fabf000e7809ddbb3, '', 0, '?'),
(0x2e162a7f5554725634cdd6fbe66e32dc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php', 1, 0x00000000000000000000000000000000, 0x81c5898b312eca7cdd7abc54410821c4, 0xfd3a75afca50647b22714c984132d01c98620cde52bb6872c7b6899e376332f7, '', 0, '?'),
(0x2e197ab6ef95215c16f92d4161bc6ad6, 'wp-content/plugins/updraftplus/methods/cloudfiles-new.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/cloudfiles-new.php', 1, 0x00000000000000000000000000000000, 0x0751bd83b673a7357e12ec9d22ef73cb, 0xe2f1924c2a0a8c87d61c97360b77359e5d47937666eb4d274690bb10a5e7ff23, '', 0, '?'),
(0x2e1a2a1fdde9f524f147a77289f750d5, 'wp-content/plugins/elementor/assets/css/editor-v2-overrides.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-v2-overrides.css', 1, 0x00000000000000000000000000000000, 0x3c65128625b7543d3739b73cf3e81bb9, 0xae9e92936adcb58d765e330dc7dfcbc5522cc1e011f0d5b795a94ccbd8299e32, '', 0, '?'),
(0x2e1a5711651c85ded3f5e5bf4ad4da9e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', 1, 0x00000000000000000000000000000000, 0x5c6de769c461ce7af11b6fddbf1ecee9, 0xa14f0da8194a65ba398d86d41aac70f1372640f5de62ffb9f9db2368f09ba03a, '', 0, '?'),
(0x2e1fac85fe2b901b7a910857599cda66, 'wp-content/plugins/poka-review/public/css/poka-review-main.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-main.css.map', 0, 0x15596ac2373faff3ad7e084e5a7b716c, 0x15596ac2373faff3ad7e084e5a7b716c, 0x8ae02280bfaf1c9d6758b1924fd4c35d622b94f4b4ac62d0975121fd411a7ede, '', 0, '?'),
(0x2e204dd73bece0a38d5f9b5ce0128c54, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 1, 0x00000000000000000000000000000000, 0x243e1f78b18fa966f80c67751eeac3c6, 0x1273f261ac31a28c741c4995936228977172e858cff8b5f3c65bf983846dfff4, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, 0x00000000000000000000000000000000, 0x0efc4bcc2e90416a5f996d9572236995, 0x27a1b243a7bf6222114289f85c06b84ee9b84eb1cac62a721f262e58abe29f4a, '', 0, '?'),
(0x2e2335c7d25b3130937956d91de7df31, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php', 0, 0x1fc379922325d49e4ba6f9f2492b5574, 0x1fc379922325d49e4ba6f9f2492b5574, 0xc3f941e7169d3aa16823466d149231c64311efbb87db5f6c22c2d057b93d0d15, '', 0, '?'),
(0x2e26509ee7e7af10714f027837e2f662, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-11.php', 0, 0x1712f54449cd8bcad20a19be2ed1bad2, 0x1712f54449cd8bcad20a19be2ed1bad2, 0xbd3b7dc70c04c7b770a450cad1ebc7c3996ea3037cf54cd1bfeb4ee7c2fb2ce5, '', 0, '?'),
(0x2e2691122cbade40e6f09162d69f61a1, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.js', 0, 0x2c872dbe60f4ba70fb85356113d8b35e, 0x2c872dbe60f4ba70fb85356113d8b35e, 0x80ca14195fa505595b7f4829c23c2ad132004d8da7c7a3cf3afe71ddadfe2a1f, '', 0, '?'),
(0x2e32e31ac57749088dea622b76a58d39, 'wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php', 0, 0x9a1d65b18b3cfecac8fc8ba428720230, 0x9a1d65b18b3cfecac8fc8ba428720230, 0x060e0a8daa4e1e46b551e49bdbe7923a618695ebeedb825d745414e735ded15d, '', 0, '?'),
(0x2e337682ee596410876afbc0f84d97b6, 'wp-content/plugins/elementor/core/files/file-types/svg.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/svg.php', 1, 0x00000000000000000000000000000000, 0x83b3d93d650cc727839f921f59c76d2f, 0x6103e9f901ec6f13dbe1019042996c2c4326ed63d5b44cc83e412d6b529d7e50, '', 0, '?'),
(0x2e3a1a0d17c7eb0de65b1b8c8cc10209, 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/list-loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/list-loop.php', 1, 0x00000000000000000000000000000000, 0x8a2665fb4eefe8133ae5f7d18259d24f, 0x672fe7b470c8ae3de370473757e15ea5c9815ba7d0f19a540e83a3a499e40710, '', 0, '?'),
(0x2e42e6dd9d5d50007975c5b4523a70ff, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json', 1, 0x00000000000000000000000000000000, 0xedae4ef059a3b966ea2d26d017c17db1, 0x4fff4755ec874f902dc022e81cdb4e3d06e787c2b7884d418af9f9df4328f9e0, '', 0, '?'),
(0x2e43a5c9402aabc29602ab267753147c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', 1, 0x00000000000000000000000000000000, 0xc16afda711bda8bc90e4649a74be493a, 0x31d8637986c8103ec78f357f079e7c6338e77aaa20771ab598cd42ad88b93767, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x2e51d641191fbd08de814b543985f649, 'wp-includes/sodium_compat/namespaced/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/error_log', 0, 0x28cdc1008639d75e2a0db359626e978f, 0x28cdc1008639d75e2a0db359626e978f, 0x6f2be58a2b5bc8000cc72e38aa9a511230908e344d28e2a15f14c04ced7adc64, '', 0, '?'),
(0x2e5658edcbea7df0ab223b885c0588b8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 0, 0x617c0958c5a41811443553755bd57e85, 0x617c0958c5a41811443553755bd57e85, 0xcd39f2c57a774c8d7fbcd635bf7bdb21f33fe91d04ba839a591e2109ef1266cb, '', 0, '?'),
(0x2e582463305a969af74a534cbb9f40b0, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php', 0, 0x3e0e70087c00f1d63189286b50400c10, 0x3e0e70087c00f1d63189286b50400c10, 0x8d2b56ef6990e659d1a3ba3182d911715fb26960d9fef6ab0c9e891fdd6c7bfb, '', 0, '?'),
(0x2e5c5fe36b7fdc664807bb9ce416c14f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 1, 0x00000000000000000000000000000000, 0xa1e0ae834c7a2ab486ed05b9c542db67, 0x05ebb343ee9fd491562c12621be78c3c70f39901c0556cf725fb67ffe1e436e5, '', 0, '?'),
(0x2e5ca007a51678e2a34a76962c37232f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_4.php', 0, 0x6925900e8bd2e656ba1be60097512b48, 0x6925900e8bd2e656ba1be60097512b48, 0x002509e929020fc0c0a424ccc110aa9a7dba9c99affaf2c6d55f639bb0d1e10f, '', 0, '?'),
(0x2e60da122fa9bd178ea0b02999ae31a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/demo_style.css', 0, 0x821801256ee56556f5a473a89d36dc5d, 0x821801256ee56556f5a473a89d36dc5d, 0x186a77cb2d714c63ca6a3df45af74686371ba312ad01f30f45cf1590b636f350, '', 0, '?'),
(0x2e62bae6bac592def671b3a8795c6582, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', 1, 0x00000000000000000000000000000000, 0x471f72c4c2c114e991e435cb79bbbf87, 0x83bcf3702a6470a17887f5dafed4666bdbcb8d8ab41e6abd3f06c3e8189608df, '', 0, '?'),
(0x2e6b3ba1048daa90cdc8c37786a71471, 'wp-includes/blocks/post-author/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style.css', 1, 0x00000000000000000000000000000000, 0xc60ac304796168e4498d165714b2b3b5, 0x7fe5c71d85ed808e2d7bfd01cc5213929c1982e23d8b5d20102c8b05ad55574d, '', 0, '?'),
(0x2e6e156ae489fa8c7753b0194a799ee8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php', 1, 0x00000000000000000000000000000000, 0x72287be030658d53361f5fc5c3cf9175, 0xb3ec8c3cf1a45edfe03e17cadf2d012a3201e5cb813a018860859dcdb7ce1f7f, '', 0, '?'),
(0x2e6ff372c798c4c79a6e8d747d98bf8f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', 1, 0x00000000000000000000000000000000, 0x85dde36483d6f2606ce3bc2c984fa8b9, 0xbb7fd1c37df49f4a8967ee757653532ebcd499d487f4c413480dedc9ea35112a, '', 0, '?'),
(0x2e78af74fd88a3edfadd8bbc795e7a3a, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusBase.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusBase.php', 1, 0x00000000000000000000000000000000, 0x82593181e605ddd2a8a9ca62acf5c979, 0xbf5a8904ed8e381d2a2248f8e27ae7b95966269637754582abfcc9c0baddf165, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x1785fa13c40add2ed941884a939d3449, 0x8bffe8537b1e68887f648ea89bcee9711f1428ace2f8d55ea773279c25ca6125, '', 0, '?'),
(0x2e7d60a5c895c936080e6a533c91389e, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', 0, 0xd379703f6d7fdf7da5c7dffd80d0c9f8, 0xd379703f6d7fdf7da5c7dffd80d0c9f8, 0x4f33f78785debb017a54e91a2a846b049d360d9ae397fdc681f4c198f6ec1ade, '', 0, '?'),
(0x2e80281dcd28b71231d6a5365d0c2874, 'wp-content/updraft/backup_2025-08-07-0330___90_bc1a14941264-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-07-0330___90_bc1a14941264-db.gz', 0, 0xd79d27fd11825e6965f142ef8215a8cf, 0xd79d27fd11825e6965f142ef8215a8cf, 0x5c507c52a427b1e91dc7732062b8f428fba13276296653b38aa89c75a5bb5bac, '', 0, '?'),
(0x2e83c6f6ac34ff4766cf28fb5e569cd9, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-photo-blog.php', 0, 0x89cf353779fb58fa1310dbf04d5c990e, 0x89cf353779fb58fa1310dbf04d5c990e, 0xa20f392a79e1c1b0ff1c3898d4cf6e6a364daaf97130b66fbdcd9b8a39cdcdcf, '', 0, '?'),
(0x2e85928f406beea4fad54e3f5a511335, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 1, 0x00000000000000000000000000000000, 0x03f5479ba63c93f10865c41902d2a00b, 0x56f2518025b1c8dcc4bcd309b084ac0d75c4f9546621424d83b006efcb4e7671, '', 0, '?'),
(0x2e88e9ba89024430038975a94c2d6395, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x9b0cdc07d642ca572394e823fcae04e9, 0xd5fc5ec03cb503b4341df3cc652cc017d400fadb6cee17849208ebd60de22164, '', 0, '?'),
(0x2e89a2a9e21403039158ba3728e1e19c, 'wp-includes/Requests/src/Requests.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Requests.php', 1, 0x00000000000000000000000000000000, 0x41344cf179bde39bd2ccfa1c7ccb5ea5, 0x58a7e76b461c11102344378b307a5f54a8e9b595d401aa8aa9f7c159aca47417, '', 0, '?'),
(0x2e8c3dabdf241994bc2ea436a2d40328, 'wp-includes/blocks/button/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x03385af7db486e1382d7b3cbf22d1a2f, 0x315bc1678991d68238cd819cb580374ded66e6e9c7657ff923fca67e1e77b88a, '', 0, '?'),
(0x2e8f8f099b1dc29e1b6315da9ce237dc, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoopAjax.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoopAjax.js', 0, 0x6e8f1bea33a191adef49fe63c334fc2e, 0x6e8f1bea33a191adef49fe63c334fc2e, 0x92ce469818cf6f9f4876054522b2f7e81ef272702a94fab64111bea156137ae1, '', 0, '?'),
(0x2e94a36f85ebf6b0dabba44bb000e3b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2e9a34772e965e5998249d4dad37c169, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2e9be093d4fbe1bede143b83a4621225, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.mo', 0, 0x60338b32acf8f8a92e5c7e43e5dec5e7, 0x60338b32acf8f8a92e5c7e43e5dec5e7, 0x7e9f3b07111fc2cd9cd63eb0c1fc10f90a8601bc497756495f83ffeae7f09fa8, '', 0, '?'),
(0x2e9e6ffd27b0d13e8a0adfece1b5f5a7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', 1, 0x00000000000000000000000000000000, 0x43a04ba0c00185a80a8172b906899292, 0x56f1bd43caa84a20af087b4f6564062b9473df306f412b7b8d2c4f6945a35f97, '', 0, '?'),
(0x2e9f91801337548e4b88f41e5c49d2b6, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7f570324ffd8f2bf9ae11831ff832f10.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7f570324ffd8f2bf9ae11831ff832f10.json', 0, 0xd969558a282865708074c9a07f0ff9e7, 0xd969558a282865708074c9a07f0ff9e7, 0x574a52a2162ab0de2a9a990d90d706c3229ae882d2c3023c25be1050cf087942, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x2eaf2dfa588e2cae71dd5aaf20723c32, 'wp-content/plugins/td-newsletter/images/thumb_02.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/thumb_02.png', 0, 0x97c2ecf187df4748d58dc3658a64f37c, 0x97c2ecf187df4748d58dc3658a64f37c, 0xa6066c3879b261f71a4aeddf29dd57c2f8707f3c5ecceb88f3393d0f61a5569b, '', 0, '?'),
(0x2eb4c8bd5592c79a7ba00277696d3fcd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import_no_content.php', 0, 0x967826a3bf4205e731aeaa09ae67a83d, 0x967826a3bf4205e731aeaa09ae67a83d, 0x16d36ade29c25a1ce56b2456193fd7527917fbf4f05fdff88ed3a7a706175079, '', 0, '?'),
(0x2eb4d6d1f61ad577edd75427f703b9db, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php', 0, 0xae6ae49bf048bc57cabf1a7483201a83, 0xae6ae49bf048bc57cabf1a7483201a83, 0xc1ed70265c39c9e906c9e5a3561cfd47ba077cd4a0a48c2092d1ed641b68196e, '', 0, '?'),
(0x2eb4d737d166f37739506d40a5a6eed1, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, 0x00000000000000000000000000000000, 0xcfcf309648e7230bff494844f1e7f394, 0xdb76986fc2561b5978843f9884e40adc1fd50a2633632d150dac38ee076da5b8, '', 0, '?'),
(0x2ebaccce01223ee1f315405591a9e4d5, 'wp-content/plugins/td-cloud-library/includes/tdb_template_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_template_import.php', 0, 0x48ef00514f6733804e27ada14fb93536, 0x48ef00514f6733804e27ada14fb93536, 0x35493c5db7cf5bcf106b1b088caf208971f7517504b5cf778a8cba9b0d78c0dc, '', 0, '?'),
(0x2eca81066c05f985c249e67cd45235f8, 'wp-content/plugins/elementor/core/app/modules/import-export/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php', 1, 0x00000000000000000000000000000000, 0x97005b4f5c44b06f13e9bbeda5748ed9, 0x7b61c960038a7f1486f7553781ac27595a6d23dd26f7f4b02571f4ceb087a5a9, '', 0, '?'),
(0x2ecbb317c1b226410319bcf6f0183a89, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4731cfc6283b5ab2a08a55f671d6ba32.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4731cfc6283b5ab2a08a55f671d6ba32.json', 0, 0xb2ae16484b93e493af4c06ac1216c9f4, 0xb2ae16484b93e493af4c06ac1216c9f4, 0x72078b7aaa3f6cdfb6500a7889483994df8640a9ffb456e72532e7ed8db047af, '', 0, '?'),
(0x2ed5735f007eb8db737078f82bef51c9, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/footer.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/footer.php', 0, 0xf124bd554c7dc60943dd38e99069bcdc, 0xf124bd554c7dc60943dd38e99069bcdc, 0xe146b0277f198ee7116fac45c12fc44f53f7d86287e3f930e9033e79d0460083, '', 0, '?'),
(0x2ed78dda637565bda5983e7ed77cd591, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_2.php', 0, 0x22836b8022d69f40a9dbdd695b6155fe, 0x22836b8022d69f40a9dbdd695b6155fe, 0xeb3ab0f264ff3003b07b7d570abbc7d33d3646a8f2455d2b18d9a96ed231af72, '', 0, '?'),
(0x2ed80668e471d190ff90c3b9961ea8ef, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/list.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/list.php', 1, 0x00000000000000000000000000000000, 0xa15fdea02c2341f01d4a91218549e0fd, 0xa12021324d0d44b801929a30c2e3f26d0382d73f1ec650da1e00fc36250fc1a6, '', 0, '?'),
(0x2edabf8ff6f6f380bca420e93f72cce9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import.php', 0, 0x42d6799a4fb9ce1048f2b1533ef319de, 0x42d6799a4fb9ce1048f2b1533ef319de, 0x6fd018db65e49036f95f62a3a694c4b5e3568254fa036c7bde84b9b10ec54b9d, '', 0, '?'),
(0x2edcd413bc983484e6876ec8ec458ff0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', 1, 0x00000000000000000000000000000000, 0xbb6e2c66aa8eaad9c042f355252a29a9, 0x532d35d8ad93dadc1a9b17b1f73d9c655fe6ccac37a786f77b7c27dfc382a905, '', 0, '?'),
(0x2eddfe6b95fbf29ee732928ec46f7077, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_2.php', 0, 0x430d74a7f221a38c6fac3e73884338fb, 0x430d74a7f221a38c6fac3e73884338fb, 0x6f922cc83b8e9bcee8691eac7d6a48ece716e4c7902c918c09d27d9c6ba37b5d, '', 0, '?'),
(0x2ee100c4215af0b4f4bb823142771fb0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2.php', 0, 0xb9b3616d4c88199e413a09421c556e6d, 0xb9b3616d4c88199e413a09421c556e6d, 0x2539d147d8070a405b028049da45201a393bc1c105eb132e3cf257e4c3e7cfc3, '', 0, '?'),
(0x2ee5ff64cd295c34783f4aeaac0b3228, 'wp-content/languages/plugins/elementor-fa_IR-9aa63181e0580deb854f582cb5fa5cdf.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9aa63181e0580deb854f582cb5fa5cdf.json', 0, 0xac26f38676f12a57defb4e0ff0ae66e8, 0xac26f38676f12a57defb4e0ff0ae66e8, 0x2e3bae73440d631e862de54e501027179bc6ffb47e85180b878d22afddedd00d, '', 0, '?'),
(0x2ee6ac04d5a9a16ec5e455bd6892cb59, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_7.php', 0, 0x33f423cf8f9f8d59eff9ec4ca52031ba, 0x33f423cf8f9f8d59eff9ec4ca52031ba, 0x75be8a4fc5094af6165bc0512728516c4dfef90e0f40be0f42ba71870ce282d1, '', 0, '?'),
(0x2ee92cc13ce5412fdc8e5cfa75c0c541, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2_no_content.php', 0, 0x8f1461ba0e4caea24678de2abaa0399c, 0x8f1461ba0e4caea24678de2abaa0399c, 0xe474700fbb4f2b724df08d391f715cdef995473b9a7191fed46f9037df7a536e, '', 0, '?'),
(0x2eeb78b46b5899bc82246c3459c442be, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-6.php', 0, 0xaf7c10d451c724d62fac37fd5ff2500e, 0xaf7c10d451c724d62fac37fd5ff2500e, 0x15964cd274ebde1f5e7ad1163bfb71ccb2bd8fdb22a8e1ffc8642e25780cb454, '', 0, '?'),
(0x2eed25e9da35074a63673d4348c35414, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background.php', 0, 0x67e17b76651f490937e3e28575b7401e, 0x67e17b76651f490937e3e28575b7401e, 0x24894eab0119ccfa90f1091dd09f5ff3daef3430141544f5572d70418d819c5a, '', 0, '?'),
(0x2ef0e893640d680b3ec1ebe209f10749, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx14.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx14.php', 0, 0x260857b483cef09881af5ca8ecca1a06, 0x260857b483cef09881af5ca8ecca1a06, 0xa2749e6075350d808bd63c6a7a83aed3cb5541536941122f4d4b8e220ace7311, '', 0, '?'),
(0x2ef1a0a46959fc5072621e975b531d43, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_panel_settings.txt', 0, 0xade43ac5ca0860199974935bb4dc85fd, 0xade43ac5ca0860199974935bb4dc85fd, 0x289f11cbde2582c93a09a350dfa963ffac1a69842b321b4dd47d6a141346db1b, '', 0, '?'),
(0x2ef4bb7c47e678dca3d47949649d12b4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 1, 0x00000000000000000000000000000000, 0xec324feabfc352f1b572cca355b7c7d8, 0x211ad79d4b20ff14218c9b35a91cc91c110f0518b2d222e6cebc8c424d344b4b, '', 0, '?'),
(0x2ef8d6cfa086613fe9a6ba578538d3b5, 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x0f58c8eec4aaf0e5ad4f57bf8d8973f3, 0x2a6e71c3e26098d0dd0784196a0a07b6e0e5530c189d656c1d312815a2c918c3, '', 0, '?'),
(0x2efae0e1c351984234b8c4d5a2611367, 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 1, 0x00000000000000000000000000000000, 0x29735a7dbefd6f6497392220ad2d44bc, 0xdaf04c49a12cfe70a4d4705b2ccb2d92227af959c04c75d748fdb803dbd8a897, '', 0, '?'),
(0x2efc251eae800fc9869cb20710cd49fc, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/Metabox.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/Metabox.php', 1, 0x00000000000000000000000000000000, 0xdb735baad9b8d3c43f54b2099626996d, 0x710fde226e2b25cea333b9a15cd7b2c190544f9f3d8bb46ff464b8a43c3f4b7a, '', 0, '?'),
(0x2efcac112cf0ad465d543e14d90d6e29, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx16.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx16.php', 0, 0xc295f6f770786ce0bb2fa822729f1ed6, 0xc295f6f770786ce0bb2fa822729f1ed6, 0x50001e3494d4af34def70cfcee16d0fd036f6a469c94060659b91dfd59fbc634, '', 0, '?'),
(0x2f01f4fce498934ca07c2eda0dcffa38, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_10.php', 0, 0x02711675e4b8c478cab8339a2639d9e2, 0x02711675e4b8c478cab8339a2639d9e2, 0x9996edbab27fcf336a7d401dc3be009e8f5c75f863e7506915d5d7ea7b9cb4f0, '', 0, '?'),
(0x2f049bfa7073659a6b23323bb09c5ab8, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_categories.php', 0, 0xf92e5556798622a8d364779c84c48c3b, 0xf92e5556798622a8d364779c84c48c3b, 0xd48780cb4cd60f144e98ddb84026d6835b6d8a2a480465dc1fa5c8d1accf92da, '', 0, '?'),
(0x2f10ce574c5e86e8a3f9c3d608f86ea4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_6.php', 0, 0xa79ae6128c6fcf6b0705a356d626a0bb, 0xa79ae6128c6fcf6b0705a356d626a0bb, 0x22dc2559fab20adddacb898dc951f3c9ef1fb266208397c5f6f2c75df24b4d19, '', 0, '?'),
(0x2f11bc127269eab14d43f4e45009b9c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_9.php', 0, 0x58f25c0219021abd4ef53c0707f624e4, 0x58f25c0219021abd4ef53c0707f624e4, 0x1ecd533bbef83038d4520f7c90f34b5021662aca5eb94d678afe55eb94f4c52c, '', 0, '?'),
(0x2f135ef9df0acef9b65c3fcecd58eeec, 'wp-content/themes/twentytwentyfour/templates/404.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/404.html', 1, 0x00000000000000000000000000000000, 0x7b50a92ec60233be5eff888b4b59840e, 0xa408646eb497d192207ff20c020276d1b0c11faeaa7e8cf27c3e82f8742102f2, '', 0, '?'),
(0x2f16e2989f9cc93cb139226f2d4fe8c6, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', 1, 0x00000000000000000000000000000000, 0x8d7b10677abbe0af2114b79a3a2c84dc, 0x80857a99ee77ee1f1e1a61fd8f44055cf40bff5cac8d0b68be104e1d3ba92cb1, '', 0, '?'),
(0x2f17fa41ac35be6141e2d49bbd15c2df, 'wp-content/plugins/wpfront-notification-bar/classes/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/index.php', 1, 0x00000000000000000000000000000000, 0xc12052cb31e98c92f3a7ab70d534d9d1, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x2f185181a6586d4890fb910ab636e87d, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/03-dusk.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/03-dusk.json', 0, 0x4579749f0c217473063556f2e8c77bb0, 0x4579749f0c217473063556f2e8c77bb0, 0xa179b9d97494d0e69657f44dee51057d3935116191f5fb18f06802329cb6a817, '', 0, '?'),
(0x2f1d71c744749462da8bac83bb020d42, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_10.php', 0, 0xadb59329cc8d61cbf1779b74e9ef2283, 0xadb59329cc8d61cbf1779b74e9ef2283, 0x4eb66dce52bcf351e5697fa57a415413e0408ab5baf066d206ea26f45dce67a2, '', 0, '?'),
(0x2f1e10a3daa992199affc9d860288457, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-book.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-book.php', 0, 0x2c50dc4b4ecd9c31cc2fa0140ea6e2f8, 0x2c50dc4b4ecd9c31cc2fa0140ea6e2f8, 0xeab3435e3b86a18a94c76bcf8777c7c006645469c4b56c862bd983a57108cc76, '', 0, '?'),
(0x2f1e9e6dac356b91344d1db8251ad51b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_10.php', 0, 0xb0ee6a96c38c37e60971010b2cd708a5, 0xb0ee6a96c38c37e60971010b2cd708a5, 0x34b9d6e475a4047af675c6008eb02d1d1ddcfdb939d2d7bd3d67de4d57a721bb, '', 0, '?'),
(0x2f20db8567155c0e5e99932039c0e6aa, 'wp-content/plugins/shortcodes-ultimate/includes/functions-colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-colors.php', 1, 0x00000000000000000000000000000000, 0x25dac6353f604327a451f75de7f8ce30, 0xbb167ac87ed423fbb56190eb23593332e735b657febe719bb88098d90a864e7e, '', 0, '?'),
(0x2f25e33ea3e5acef285909a93c3f935d, 'wp-content/themes/twentytwentyfive/patterns/header-large-title.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header-large-title.php', 1, 0x00000000000000000000000000000000, 0xbdf29f25e3303a981ffaacf007bdb2f6, 0x23dabb3d3e67af687cca4e5eeef7d9173e2fb6a0c0f3d2a04d676c25f81f51d6, '', 0, '?'),
(0x2f26cb24530412999e877796379f2d6c, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.po', 0, 0x00b9c6f6df338b6dc15b3be2fbb325e2, 0x00b9c6f6df338b6dc15b3be2fbb325e2, 0x3b97f719a9f0cf0017090849e6120f7edce1a5047ff812e234165132ca368b46, '', 0, '?'),
(0x2f276cb6c89e43a461dd9f4085a539fd, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 1, 0x00000000000000000000000000000000, 0x623ce2b6b06ba5ea608e6e2de6d5fecd, 0x80bde15e942682d1d6bb8dd2237a0030c3ef011bb5bc3d6a5703d19fdb369c45, '', 0, '?'),
(0x2f27f7c40050d06ae751ccf135e92e45, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php', 0, 0x1b9eab4e62c36cb8183fc2207b570448, 0x1b9eab4e62c36cb8183fc2207b570448, 0xdf33820a7a3864948b1db8c8c195c42b6eacac05f0c2d2a858d463090a0bbaa0, '', 0, '?'),
(0x2f29468b5c0c769b3aea2173f3e35e22, 'wp-content/updraft/log.1350f1d8b86f.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.1350f1d8b86f.txt', 0, 0x3ab7a4a44224640f33aba3faa5942d4f, 0x3ab7a4a44224640f33aba3faa5942d4f, 0xbd7a88f3b485b0c4734e42cb9c3d2a6b59fccd7a813f4767a0b685b9720b17c7, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/autop.js', 1, 0x00000000000000000000000000000000, 0xf87644aa78a458942d04a838add400b5, 0xbd399a567b8060ea6e4b56f2c8a132250b4f3bf92621a4dd964a814bae9db179, '', 0, '?'),
(0x2f35a83cffc4b378b42aeb20ff9faa66, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pl_PL.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pl_PL.json', 0, 0x514854a6f508e4dbe6b55cc8996761fb, 0x514854a6f508e4dbe6b55cc8996761fb, 0x74c6523b3d275f21bf0c0fe66e4fe03573fe13988d20b94a69f4f022b4cd6fee, '', 0, '?'),
(0x2f36b71ed5bed5d37c6e206668ddc54d, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/throbber.gif', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/throbber.gif', 0, 0x012f031e2fb164f1c2f521c90d9bd967, 0x012f031e2fb164f1c2f521c90d9bd967, 0x9e8ee3fd9ad85e052b745362515c8ef456047fe2a41050a2887463634ff056d2, '', 0, '?'),
(0x2f3c191132e8a73d9742a275e804b178, 'wp-content/themes/Newspaper/404.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/404.php', 0, 0xedff880ff0ee99bdcb053f4db13c6ad5, 0xedff880ff0ee99bdcb053f4db13c6ad5, 0xe0cc6f3a46748334612be08474b302809528530b8e702d065d16114a081f63e2, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', '/home/abt90iranbet/public_html/wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0x2f3fe8ad9aae8e66653c0506636b569c, 'wp-content/plugins/disable-gutenberg/inc/settings-register.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php', 1, 0x00000000000000000000000000000000, 0x7eb6e7affc7064a96ed9519f4b049263, 0xa01c777d09480b8d41cc23f1c6b8a12bdb6a3f189feda9ede76acbf159645108, '', 0, '?'),
(0x2f48e11090852a7fa9c64e5e12b5e02d, 'wp-content/plugins/td-composer/mobile/woocommerce/archive-product.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/woocommerce/archive-product.php', 0, 0x41210ac0eda53d8cf45be9c1d1781341, 0x41210ac0eda53d8cf45be9c1d1781341, 0xe87c270b800f99fae506b98bbd55a30d37554238873644b76ecd83233a673d33, '', 0, '?'),
(0x2f4a4142aed47db442abd185bd2b06ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import_no_content.php', 0, 0xea7513b0e0146dd6e295d470c6cd2def, 0xea7513b0e0146dd6e295d470c6cd2def, 0xc71eef11921db9f5962f7e81d6a8d61fec5abce4db615e035f51206d6944be1d, '', 0, '?'),
(0x2f4bb5c6c26fdb141b621dc392cecc38, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/README.md', 0, 0x9f938d4668c5a96074428df1471e2b90, 0x9f938d4668c5a96074428df1471e2b90, 0x8eefc75a546c664e11ae40c7de1e1f493bd3cc2145829ecdcd1f4c748bc8e9d1, '', 0, '?'),
(0x2f4ffa7942ccb680e6baa9b54c2b563b, 'wp-content/themes/Newspaper/translation/tr_TR.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/tr_TR.mo', 0, 0x4459d063bdff9f21c07b724c8302fbe2, 0x4459d063bdff9f21c07b724c8302fbe2, 0xed15ba52c4de825748b2c6ac17ccf67220b93ceb27650651092de6b982c0f32d, '', 0, '?'),
(0x2f517ef006740f400cdd821f29bbd17a, 'wp-content/plugins/elementor/modules/announcements/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/module.php', 1, 0x00000000000000000000000000000000, 0xbc0c80d1cff0afd77961ae525d2dd2f1, 0x4666f3ebd4cb3715fdbb5fd453400892e5085107cc1c85beeb03e4c0bc86cf32, '', 0, '?'),
(0x2f574cbb3ad8dc3657080ce58fa7dd46, 'wp-content/plugins/elementor/core/kits/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/manager.php', 1, 0x00000000000000000000000000000000, 0x4de7813ceb967df7de822c02bff820a4, 0x752307d50c402fb694d2a8768d40d11e397eac12be36f210b039172468ebffbb, '', 0, '?'),
(0x2f58d1097b0555421b57fc6050eab7db, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.mo', 0, 0x01d7a73cfb49ea964e020c220e97093d, 0x01d7a73cfb49ea964e020c220e97093d, 0xb2cb7fe6071c9eb4127b8a4fd09240d968529ad18101eb60f377553e7c07ac69, '', 0, '?'),
(0x2f5a9735ced8b5695ffaf720c190a916, 'wp-content/plugins/luckywp-table-of-contents/core/base/Container.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Container.php', 1, 0x00000000000000000000000000000000, 0x7118676828ce316d6fb2786c6a270176, 0x190b68035e5350c5b215ad801bde0fb37431838e6907bdbded3dbfe0ee0fb86c, '', 0, '?'),
(0x2f5d0b2b2fc991769f5fade268d913c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_4.php', 0, 0x9b3ff6088d7925723977b3f5c765ccde, 0x9b3ff6088d7925723977b3f5c765ccde, 0x18b53950e4288122a5a37a07057d69cb3031c4d850011db7cb704d17212048b1, '', 0, '?'),
(0x2f60c9fcbb1da6c976127d439a87ecaf, 'wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbd41845d242bf0af920493f87f03cb22, 0x68d7565880d66b8e404816cd6cfb9d493d7d293becdd7976ddfc95965bcf931a, '', 0, '?'),
(0x2f68cb275f497e915bdc6e56302f90bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_4.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2f6d0edb273c2bb0b0a37ab20e41eb89, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import.php', 0, 0x4f913d8b86ce1d27b15ec74168c886dd, 0x4f913d8b86ce1d27b15ec74168c886dd, 0x4c7c1b4c2bd7679adc7d6b7f24d3add6e334ac8af3160ccaa578a420a860fcd7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2f73d466d57bca4ab12aa7464a5dab1f, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php', 1, 0x00000000000000000000000000000000, 0xac800b23e4d9ce2d9aa7ccfb0ff69f18, 0xf8954405381e79e6f1da2cc800859950f0bebba9125818d30d2c8cedbd3cb1b2, '', 0, '?'),
(0x2f73f0896ba8a5300f18ce4230064b44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xce1347d7caf283a0ba62a60e94ba6e50, 0x25f1e201ffc5f2b307500816fe6bf4c43651c525c21ea497e59a08264840d91f, '', 0, '?'),
(0x2f768f3b2014ba6049829095c1955abe, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/box.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/box.svg', 1, 0x00000000000000000000000000000000, 0x2259d2876f252818f980d12775ead2ac, 0xc6ca26fb4c114fe775d3e6c3c804fc16527767c6e288397c0e2d6d14b1d9686f, '', 0, '?'),
(0x2f781d784051b5ce3de1c32c3374cdd9, 'wp-includes/js/dist/script-modules/a11y/index.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/a11y/index.js', 1, 0x00000000000000000000000000000000, 0xc04f0d8ac44c1320a3ceb5f7ca8767a6, 0x7b754d2f72cc9145974139efa51df25bf86f809c45572d251c73978bbba3559c, '', 0, '?'),
(0x2f798e949d02b5d0cd05b04370a2c7e7, 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 1, 0x00000000000000000000000000000000, 0xfe06ab780c1ef9683de022f7c776aee2, 0xd5c451e1c7a558080cfebe34f1751b84f473fbd8f180a559911c56c8c685173a, '', 0, '?'),
(0x2f7bd71e3745c05fe3393d4862c2553c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2_no_content.php', 0, 0xf28369b063491473d88220ac32b34ad7, 0xf28369b063491473d88220ac32b34ad7, 0x979036c2c0ea1fa76eda0a3fbfee057fe09ba221d87445041725db6eb44c0080, '', 0, '?'),
(0x2f7ee2c03dcb069bcebcfac71cd86f1b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2_no_content.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x2f8190e388310a4af88d16fff57c5616, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/photo_panel.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/photo_panel.png', 1, 0x00000000000000000000000000000000, 0x381d1486b3b777f249291e50c47e902a, 0x223d88ce28e3aeeb7300cd0f06dd1be91233c6a49eb825f1f3adb670da341e90, '', 0, '?'),
(0x2f8658abf4f7773e993461b308b4beba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3.php', 0, 0xaa17aa120bd17aca193497131d9f192f, 0xaa17aa120bd17aca193497131d9f192f, 0x21808ae28ecf9de76d440e8ef52b41cbe059572bd97f12ca2c71f4bceba57873, '', 0, '?'),
(0x2f8dd50b0208c9dfc7478a997e324cdd, 'wp-content/plugins/kk-star-ratings/freemius/templates/connect/permissions-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect/permissions-group.php', 1, 0x00000000000000000000000000000000, 0x52fc8e3d76ddb4c7c2ce5d04a3a35473, 0x528c9991ec60bc67820e124a49303974eacd18390755785a621b04a91be0e94e, '', 0, '?'),
(0x2f914f3fb59506c4e634ca646be127fc, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 0, 0x3d89a66f5f427308e90a9db3de958aa6, 0x3d89a66f5f427308e90a9db3de958aa6, 0x96dd49d03713874cbcd703caf299e1122e256df995bc26231879193f3e77fbc7, '', 0, '?'),
(0x2f93d337dfeba6c7a339eb3f5840842a, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-role.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-role.php', 0, 0x6aadfac52437d1161462a3e1f2a0bc0f, 0x6aadfac52437d1161462a3e1f2a0bc0f, 0xe1e267bb1834348ebddd1afb92368a38adfe7a7d088140465be98ff065c541ae, '', 0, '?'),
(0x2f953046fcf4b130426880f9fe4929ea, 'wp-includes/SimplePie/src/Locator.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Locator.php', 1, 0x00000000000000000000000000000000, 0x2799409d68fb8f2c9096121839aec559, 0x73322fc6fc7da409ced5cf658f8fef6fe4a9cb1d00764d54eebb0ce4d9a624ff, '', 0, '?'),
(0x2f990ad99d1b8177752d6681c0acad87, 'wp-includes/SimplePie/library/SimplePie/Cache/File.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xe113ee94c8c6fbd617d91d5ea815ed7e, 0xae27c7574cd25e2b274c6081e654924a4f512bd5b004fb74f4a1bdf05f415136, '', 0, '?'),
(0x2f9a2d7b17eac1accbbf63b96264b052, 'wp-content/themes/twentytwentyfive/patterns/format-audio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/format-audio.php', 1, 0x00000000000000000000000000000000, 0x7826f32f1a7b1894698ce11c9d405fff, 0x8c0ee7e8638ec014b6ef1416952c63c5affc747dbff4e51249db59b28517eb8f, '', 0, '?'),
(0x2f9cfcb05b48337dd45baa46ecbe2892, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 1, 0x00000000000000000000000000000000, 0xce530ca216be35c2bbbcf039e406f615, 0xf95a0e40b1aae85b95f7af0938c68d82a7050e3e953b8c278a2b4e8bc314938d, '', 0, '?'),
(0x2fa37cf37ed21b11bad96a32dae64e28, 'wp-content/languages/plugins/elementor-fa_IR-79962d687013e1cf1388440cb23aaf23.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-79962d687013e1cf1388440cb23aaf23.json', 0, 0x25424ba2f78e3f6d3233991f67cad864, 0x25424ba2f78e3f6d3233991f67cad864, 0xb4f01f18b445048ff57a39a7be9cf713e880f8946b9bcaccce268b875df30899, '', 0, '?'),
(0x2fb52a26b40e1b68c56be3bed7f498b3, 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php', 1, 0x00000000000000000000000000000000, 0x8d367fb06230d63774391761788a66a4, 0x420fa51b4894cc28a6aa1aabdfb139371f6ed22edfb14980769df3a1a76456df, '', 0, '?'),
(0x2fb58cef8c8484976a21c2a312493195, 'wp-content/plugins/wpfront-notification-bar/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/uninstall.php', 1, 0x00000000000000000000000000000000, 0x4c76c29d2a97c7982e3bc1a380422765, 0x914ebbc4fbc047d27e5bcd84c94e2d226febf59cee1ba99b901baa46c2c5930e, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', '/home/abt90iranbet/public_html/wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0x0977ade70e98a8ba54d6413bec7d4164, 0x91e5a1e99f8cf39c9ef727b64d4ef2132bcb10c6bac01252c0cc11bf1ff3677f, '', 0, '?'),
(0x2fbe23eabb7dfddab76ad1e0bddca0f4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 0, 0x2be49f0609718d4c14b12bae53986d19, 0x2be49f0609718d4c14b12bae53986d19, 0x68b800b77767f8f3415b915913a0f67a3ff4f6ab1cabb97921e5c9b3a5977e73, '', 0, '?'),
(0x2fc1691a278e624348472455a1882439, 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals_last.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals_last.min.js', 0, 0x0a2f179f698c604c4d0c5a6d28a8050f, 0x0a2f179f698c604c4d0c5a6d28a8050f, 0x1afbc867d5802605e0156a0e5427b773c0ff05247aa281ad8a6f310843a360dc, '', 0, '?'),
(0x2fc16952172f1d18902fb7e1c449055d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_18.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_18.png', 0, 0x87c1c8d73ce5bb461e7fefd242db3c03, 0x87c1c8d73ce5bb461e7fefd242db3c03, 0xdd97284608682a7d1807b00d267cadd9db6fec23b8ef1debdfc8e9ebf4ad942a, '', 0, '?'),
(0x2fc4a30553ab2983b070e2ccc05974e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_panel_settings.txt', 0, 0x4a94ef79a857b71c2750e6fa8baf061f, 0x4a94ef79a857b71c2750e6fa8baf061f, 0xb9e7dbb400237c16a95fb3768d750d6b59430259110d2388bcf43ff7e2ce255f, '', 0, '?'),
(0x2fc5876bb0a42699d4246447ffa9f2c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', 1, 0x00000000000000000000000000000000, 0xdf69f5254ab062fa6f794cdc8c8a823d, 0x7da9a4bfeb3d596f25648ed71ede46a78f9509c7f0b7082b266fbb5f34db1fe6, '', 0, '?'),
(0x2fd01d9b3e5184f00a0839616dc5a745, 'wp-content/languages/fa_IR-17179a5f2930647c89151e365f843b6e.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-17179a5f2930647c89151e365f843b6e.json', 0, 0x02eb7e18dedda4f71698da008c403562, 0x02eb7e18dedda4f71698da008c403562, 0xa6f624edb5b08d5a2a7a1d3e2470580fdd1bd98b64228d3c6e9f5c1b124cda00, '', 0, '?'),
(0x2fd5ae314efc4b76c509bf7d1941a213, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 0, 0x0bd24190790a59a36e32f921fa067fcb, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0x2fd5fcd2b5aadca50c9296e23ee80fec, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_404.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_404.php', 0, 0xd735f8b1a2c2283494d2d81823032a37, 0xd735f8b1a2c2283494d2d81823032a37, 0xb1dacefad52ce6bddea80b7959c78788c45dea85d15e6e51ced05cb4a4aca171, '', 0, '?'),
(0x2fde8e1fd0d9adabf903252c46f96881, 'wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php', 1, 0x00000000000000000000000000000000, 0x5c2b6ff6ea8b6a1ead5d688f8d0b786d, 0x8128fc7e854aae39eb568825b12cd90a4a8dcdba9163264993281106b955cb2f, '', 0, '?'),
(0x2fdfd6a49d7505f6a26d60a79594e32b, 'wp-content/themes/twentytwentyfive/patterns/binding-format.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/binding-format.php', 1, 0x00000000000000000000000000000000, 0x61db455922705b91787118f4409dae65, 0x79bbc8bc279699612da32c9ad01c0db2fa1b17a1273d5cb5a3ecaab800ebe17e, '', 0, '?'),
(0x2fe64f475d95b08dbf8eb02f2796127d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/README.md', 0, 0x865c786f25692c9f6772254571eeaf35, 0x865c786f25692c9f6772254571eeaf35, 0xa64c0facad6875e31b24d54b70b182288a3a4ef28794cc9c8a08060ae7ec519f, '', 0, '?'),
(0x2fe7925b02e8d9b0a587941f502a83b1, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/button.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/button.php', 1, 0x00000000000000000000000000000000, 0xfced7c6e250235e8968cf76160a5525f, 0xaad0104b4f8e6e7a3057300b12cc6ac82c968cda28e5ca77452468829dbd95de, '', 0, '?'),
(0x2fe96cdd871f8f82519c885a4f12d61a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2.php', 0, 0x6057528e968e908b016a421a749b568a, 0x6057528e968e908b016a421a749b568a, 0x1be104d9bb4697493039c2140cb5ea22656287885c61b3c6dcc23f4ba1845206, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x2ff0f8e866b9895006ac106a3e58aabf, 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x3d999bf75ebafc93be2defaa7cd4c0c1, 0x2aceca136b247846d29ff0ab85e227ed7156df0b92e43c1e5ba086379721eef3, '', 0, '?'),
(0x2ff24dbd5ab0bdcbdb14188387286668, 'wp-includes/Requests/src/Exception/Http/Status411.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status411.php', 1, 0x00000000000000000000000000000000, 0x7fd7b1ac968fa83449936349760a1a68, 0xe79c206fa77af7ba5ee57cc07dc56f1a4037020c0f1643093b392f4409dd1046, '', 0, '?'),
(0x2ff3f3e0536840adeb9c71b99029b819, 'wp-content/plugins/amp/includes/templates/class-amp-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/class-amp-content.php', 1, 0x00000000000000000000000000000000, 0xbcb2ad8d4f4ee5b170851ab6759c332d, 0x00e2c0d4ffa12a2d9fa513eeca99d848040c5f8efb94cbf805f6750a34c91f87, '', 0, '?'),
(0x2ff5af7c21f35c16d33ef4c6f8c2ff7a, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-404-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-404-vertical-header-blog.php', 0, 0x66e76cb7d3d04af6b047bc78c70f618a, 0x66e76cb7d3d04af6b047bc78c70f618a, 0xe1e6f016ac88de2687de61642d4021c33e35c59c4c3b332c2235df10b06ea8ad, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0xc09b3d3e4bb2c7868279eb6d6e918319, 0x6fef9638ec2b38ccc6a7e38ff31409eafb37cc07da749b93efaeec5de98e63de, '', 0, '?'),
(0x2ffb75b34a9a4a7004dc51d69c1deaad, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php', 0, 0x0d64ac831c6329a9331808e406f77d9b, 0x0d64ac831c6329a9331808e406f77d9b, 0x0c72abf600e9adae329cf3eaefb9fbabfced1dffae1c2b6cc3ce89271e984e7e, '', 0, '?'),
(0x2ffd01ab490b1b22f1423fb474c32e25, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php', 1, 0x00000000000000000000000000000000, 0x52cb71ea2645f556b4e1e519d1c78a76, 0x8e6e802bdc672ab9b0d07aea9dd162af4046c138b007c125c7f2bfb6db737745, '', 0, '?'),
(0x2ffff2679c66363523e1e986b1e8630a, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php', 0, 0x769e36179654698a46d1fc27bc52287e, 0x769e36179654698a46d1fc27bc52287e, 0xd54b85faabf37fd297fd981a79d787f8fdcabb6377f48e09c67439a73841bf94, '', 0, '?'),
(0x3001f8dfa0db8bfa2ecd3339dc116a4d, 'wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x1099bac7c7d04419b287bc279f2fb943, 0x96cc5ab418a1814515af1864c261fa3e12529a85a5a5df25824859d0c1c0477a, '', 0, '?'),
(0x301884881a91dbcdde4ac111dceb478d, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', 1, 0x00000000000000000000000000000000, 0x7656f2ce9b62b8c62036fb58a0d4791e, 0x5e8eff5a85737f82f6bf03ae48a83b4a0250e548e1fda38df323142b8b783b94, '', 0, '?'),
(0x30191989cfb6f3da11c98f4c97e35a19, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-es_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xb3c207b9636501c3e38cd41b6dc21ea7, 0xf5048ce503d92b652fe2e3ba3f2eedc1dbf7c7762bdd8609a627ce439c53b7aa, '', 0, '?'),
(0x301b0fad6d117d8294c569e36ccbc254, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/content_slider.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/content_slider.png', 1, 0x00000000000000000000000000000000, 0x0cf944251bdf13ef26061edf8e8058e7, 0xccffb970da454b87700e820e185e1547a0e9b741a36f3c38270b7d91c76d65c8, '', 0, '?'),
(0x301fc77e22fe78c0f207dffcc32849fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_1.php', 0, 0x6040017cdf95412f8a561419070fc8f9, 0x6040017cdf95412f8a561419070fc8f9, 0x2efb9447aebe0218f9f61009f57a8d6dab30a0d8913d619fdeb8c197bc7e861c, '', 0, '?'),
(0x3025060b76b30bdb2bada042c98c92e1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 1, 0x00000000000000000000000000000000, 0xa23e030b62590950884856109219c7f3, 0x63edcfcce28640c0c32416208d37d7699a01686ba9c49f1f1a56d4f57512491c, '', 0, '?'),
(0x302680dd28d254b5edb8b0af68acaaa8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 0, 0x4443aff69969039d756e3580b1353067, 0x4443aff69969039d756e3580b1353067, 0x642eb3fad2b9dc34fef83feb2d14cdb865381888f4cd51fed311a4e18ca6d822, '', 0, '?'),
(0x3026a00db13c990d5e5dab852e063e13, 'wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php', 1, 0x00000000000000000000000000000000, 0x4b298655668570781ef96fae43e15a50, 0x34b8ac88412002e1a121b239bd030805af0fc1148bfdcde439764a5127d697b1, '', 0, '?'),
(0x3028cec9add69de9dcf0aae486ec0db4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_6.php', 0, 0x28bf9be31ee37a58497218fa3a157e34, 0x28bf9be31ee37a58497218fa3a157e34, 0xb5b12ea212dd769f8c7603a8e5f91e432df7bd4b6075cde2afbaeaa2aabc5ff0, '', 0, '?'),
(0x30292d0dd9940f29b696a86ef9f685ab, 'wp-content/plugins/wp-rocket/inc/functions/api.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/api.php', 0, 0x79bdeb10be1b968a086afdfad8f32748, 0x79bdeb10be1b968a086afdfad8f32748, 0xc93517ecea91a2ef277aedab8c2cbf6f335f0122e5b650f01a80265c4e07205b, '', 0, '?'),
(0x302baaada7ffcc287f6bdccb9a27d733, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x303655a2346e0bea8a16be428d93e8aa, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', 1, 0x00000000000000000000000000000000, 0xae00e24703dcd69b6c6dbd7037867171, 0x8ff3ef9a4519e009a3ec1672afd402e9631fb03de2ecaeea55f0742e8c25c58c, '', 0, '?'),
(0x3036896d8a0eaa12cd99f7beacd0fd87, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php', 1, 0x00000000000000000000000000000000, 0x5418f276faa130f63b48f0128996e635, 0x4ee3a5241676beaa0140c1415d16968708d35f56a4267cd7d940ab927c025f18, '', 0, '?'),
(0x3037ddf2ac1dfa5d57dcaf00c0fb55b8, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', 1, 0x00000000000000000000000000000000, 0x3b41eaf4289c924b5a27373b1f08c8ee, 0x243c12de6f8893f8cd9b9bbd84b705fce79670dca31c16c1279eaf4448120af8, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0xb9169947faa9ef0931dc5921f47ad920, 0x22fa8683f2b9c0498bea60e9ee49d2083a09e4e64f581537ea86bc2919d2328e, '', 0, '?'),
(0x3042f16aaa665e50fb5d5e70ccc84381, 'wp-includes/images/media/default.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/default.svg', 1, 0x00000000000000000000000000000000, 0xcc8900b1b578db9f23e9ce5a65024934, 0xdf6e6d83ecbb0f9a669e657b7c384df7d93ef4a05805361dc1b530a0eef25c4f, '', 0, '?'),
(0x3049acc42a92e097b069f3f68ac69905, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 0, 0xb8ba7bcf938c24cc0f2a0bf5ad76ef76, 0xb8ba7bcf938c24cc0f2a0bf5ad76ef76, 0x1c0604c842114fb6bdcd2166deca9eb496a4fcd5f7e4bf528c3b2c114f692c93, '', 0, '?'),
(0x304a69cc921b86d02c07385ff2f2bc89, 'wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 1, 0x00000000000000000000000000000000, 0x89fdeabb59bd7a658fc361abaecc2f13, 0x5bd812f7e1e8c4f9e3c680910cb05df315c659c974d5fa56b1f9a63041b4792a, '', 0, '?'),
(0x3050ee0781c7bab5dfed00a4ed50b19b, 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.woff', 0, 0x776b6ec8a2b67619774f6a7190bb9843, 0x776b6ec8a2b67619774f6a7190bb9843, 0x01991cf93733689859d01e16f44f730d66f5a9edea7769a3b0e5916d6ca5426f, '', 0, '?'),
(0x305913752895f29d1ea38c354600a28d, 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x30592e71e17ee3f3f1c21f44e1e1cbd3, 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 1, 0x00000000000000000000000000000000, 0x9fa66d942c55aefc93ad652699fcab71, 0xd19401ee4866c9b09cb10012ecea465477d8fcb2ec8e30040e8cad5e634f38bf, '', 0, '?'),
(0x305b9f641bbefff92b0c5ff01e1fe2a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/demo_style.css', 0, 0x4c9eeaf3f837078fdd727afbf78cb073, 0x4c9eeaf3f837078fdd727afbf78cb073, 0x1d6e5284990b9c7bf0deaeb49812806fc84450510542ef808b88baaabfe0772a, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0x30678577dd56daddcfc17bc06ea002a7, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_social_networks.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_social_networks.php', 0, 0xe7475a6af15870fd7672d2d3d77ddfaf, 0xe7475a6af15870fd7672d2d3d77ddfaf, 0x1aae099fe8e213a24b126bf95a86af89e91b66ee56ced03a6bff3cf740037d9d, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0x6098cf963aada6db89252ad458692b78, 0xd43fe3b142bbc8917f86a97a763b40ba427133a49f526f6f98a809778342c082, '', 0, '?'),
(0x306e26382dc476cad6a0dc5711f7cd76, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php', 0, 0xde9300259798c9bf4dfd15b58684ebcd, 0xde9300259798c9bf4dfd15b58684ebcd, 0x840e078d2576ad5ce976f9cc4d78906bdeaa91e1848c40379426bc5ac83ddc9a, '', 0, '?'),
(0x306e7ec28e1eabc9984899e42ed29aa9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', 1, 0x00000000000000000000000000000000, 0x4d35b3bb812eb05ba067f46fbfa6e233, 0x5d00ff43c316494df726691d3a1eb5ff341b00cd5e185bccf6c4953c7aa22594, '', 0, '?'),
(0x307321ec99c39d9198326ebb01ee1b32, 'wp-includes/SimplePie/library/SimplePie/Item.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x8866e385163b252ada859a78022d57aa, 0x00f91c5a60bb9338d8dfb8872fa49a7ea6b4e24247e3874ccc16a2f4bbe58cfd, '', 0, '?'),
(0x3075450da40c2b1799185cdba6d00ad5, 'wp-content/plugins/updraftplus/languages/updraftplus-th.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.mo', 1, 0x00000000000000000000000000000000, 0xa08b3063cce8903fcac4682edc4f0dc4, 0x0321b4936653ce1ea333064db9325a639241312daa74786206355ce2ba9fde39, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0x9283e65c0d25cfba77a7547741484ccd, 0xc9ce93d4831b4838c8bc1fa3475fbb50e605d01e9e3a7583fbdadbb103974397, '', 0, '?'),
(0x3078fc0e0088306fee203dbe2fc59f9a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-plugin-updater.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-plugin-updater.php', 1, 0x00000000000000000000000000000000, 0xde0010058ea4b3e36f92e646119e2576, 0x7cc25bd9549dfe88fb25de6aacfd2552b14f6b5175901056778098f2bccb3ad1, '', 0, '?'),
(0x30797e85bdb724d96aef75f6bd0583d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php', 0, 0x86f1924f0a6ef9bc39ceed342233f3b7, 0x86f1924f0a6ef9bc39ceed342233f3b7, 0x4145669e5b25035030bc48c9a344c59b42161732db29d40e206563741f5a9725, '', 0, '?'),
(0x3079942afd43a5f08f9da0e61f5cb3f4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import_no_content.php', 0, 0x8c09649cf3fe9cef5e80a7dedd34814d, 0x8c09649cf3fe9cef5e80a7dedd34814d, 0xc3b66f73c08f0d1fbdfd0a39bed4ea6c66bd8fb2c08823a70e516145b1fdb88d, '', 0, '?'),
(0x308218d845df0cc1a6e17afeb639296f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import_no_content.php', 0, 0xbb13ba0c9ca3b6811c2118f5211f7566, 0xbb13ba0c9ca3b6811c2118f5211f7566, 0x3cfb3a0e158bb29c087c46a901f18d2fb2a1056ac952b85d0ed59463cb49d832, '', 0, '?'),
(0x30830c35e262214772b10e440be0220c, 'wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif', 1, 0x00000000000000000000000000000000, 0xea3a5a5d7a134732d08668472e192cec, 0xd53765134280e64bc7fd4b6a31bbd40593e7023854ca7fab28231b7820f32d66, '', 0, '?'),
(0x3083b908d6f361cd4fb55a49047c49e9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xf057160b9748590720f102aec2b2b789, 0x117a1913495d8a5f1d8c0fc7b294a621ecae1362d188d736fc64ec750f59d933, '', 0, '?'),
(0x308621ce41174695863c3b4919cf7043, 'wp-content/plugins/elementor/assets/js/frontend-modules.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js', 1, 0x00000000000000000000000000000000, 0x39612664cc5b946c2311a2aa8d0ea067, 0xd77c13616efd6b157f9770b7ae2e3594c720a9966db3f88aa1ca672c5ba4dc87, '', 0, '?'),
(0x308d0847324465b44b96645cfd39e628, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php', 0, 0x24f832e402d832bc4231c8b707b04016, 0x24f832e402d832bc4231c8b707b04016, 0x22da5be1c31d7ba801c8be486766fdb39a981a883b471094509db2cabd3f0c35, '', 0, '?'),
(0x3090939fc56bbf0f201e3fde9ed4dbee, 'wp-includes/js/jquery/ui/effect-scale.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-scale.js', 1, 0x00000000000000000000000000000000, 0x7ed45c87ddfb9cdc63c53a6a4691ab27, 0xd041e5d405a61a8ba82916f3e6e17b9464d1d84cd537f901b3f78923618dbf10, '', 0, '?'),
(0x30914054c9b8f0ae9ecf1a30c2d9dd00, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_css_generator_demo.php', 0, 0x229c6647425c5e57e683cbd721e13484, 0x229c6647425c5e57e683cbd721e13484, 0xd4784084bae722e9e97f2abd03513cbf7a49ee681e530e4b4103765c5a20aad9, '', 0, '?'),
(0x3094da1052c8a3faae7c028fefbfb02c, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_date.php', 0, 0xcc05cec402ffd07d7d5914ca2374bc74, 0xcc05cec402ffd07d7d5914ca2374bc74, 0xfca852a291c6b6a3457a4c6eaf557faaa14ff6df0721e125ec9452e4294518a6, '', 0, '?'),
(0x3094df17ec7a7bf29926e373c0a94388, 'wp-content/themes/twentytwentyfive/templates/single.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/single.html', 1, 0x00000000000000000000000000000000, 0xd148deef805d62d64b4556b4b6d061b1, 0xa6f697241f39797ee694b6cb5dcd9180b36b65c23746657fc1eeb5a0d8fe0443, '', 0, '?'),
(0x309cf73c4be37d089faa8c9d9dd78710, 'wp-includes/blocks/image/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/style.min.css', 1, 0x00000000000000000000000000000000, 0xb6cacb67309eb1fe94f7b2013688f581, 0x5365251f87b70cc890ca2ef42d02a11b7c3179b5cb466c8e526e6d963f176573, '', 0, '?'),
(0x30a27da338fef136beef9f73a0eef107, 'wp-includes/js/dist/script-modules/block-library/form/view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/form/view.min.js', 1, 0x00000000000000000000000000000000, 0xb9228a18878ec1747be62b262ecf977d, 0x56886dc2f03c8e275c08f03794afa8635237618f5f8e9591c9d2d78cf84643d8, '', 0, '?'),
(0x30a31cf06c163914ea7102564e4d3525, 'wp-content/plugins/tinymce-advanced/tadv_admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/tadv_admin.php', 1, 0x00000000000000000000000000000000, 0x61f19fb9ced3eaf05bec6ca6aba1b05f, 0x08a0a7ba9dfedd324fa5e7bf4cd180a97f18e17879b10c066c53b0cd41bfc277, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', '/home/abt90iranbet/public_html/wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x67367086b209f7badb44e7044e6247b0, 0xde7a2cbdb4a059a2f751f8289f046874913b258857ada27428f6e77f1c1450ea, '', 0, '?'),
(0x30a5b33da3a6fdbf95dca4011c1a36c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_2.php', 0, 0x4207698b6f37f809a9496fdac232bd35, 0x4207698b6f37f809a9496fdac232bd35, 0xe0fa8a293a19a8d25183aaa1aa62c5765ccd080d1ef8cf0cb8d67ece3fde855c, '', 0, '?'),
(0x30ae33aa84564174a8fcd61b0278965d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x9c199d621974ad2c70c437629d54fdb4, 0x3b34129a9c92e8e04749f737def09743c8ee0f0c2dc00b1696527de3f80c3239, '', 0, '?'),
(0x30bc4ced44410bd594d325f6f9c77b08, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import_no_content.php', 0, 0x431579baeac6bce42dc2c0e608dfcb48, 0x431579baeac6bce42dc2c0e608dfcb48, 0xf3ddbb22deef59be798c626416da156b3d9fa6201a726731b6d00aabf3d1e4cd, '', 0, '?'),
(0x30bcb13246413bb308e16f1b047465d9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x1499567517bf31c6e025ee2b5a80bd15, 0x3ade252e1a3d4a23ea2a94cdc30401f2f00d30c4344ddadf90a574f127db2481, '', 0, '?'),
(0x30ccebe96d26ddd5228c35a220c2b554, 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 1, 0x00000000000000000000000000000000, 0xb4147b91da478b275c1bc623586adbda, 0x7c5dd4681fb2e9753f384db2f6a75b75af8c826c8137c730b395dcd592a8a79d, '', 0, '?'),
(0x30cfcb87764612081255c6399c3e4be1, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block18.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block18.png', 0, 0xd2c2ff5cbe4451ec4d554ee2073eee67, 0xd2c2ff5cbe4451ec4d554ee2073eee67, 0x3207f37d6f1d2600e9c803020ee8beeaebd06c1c88d4965e268a5e422934a357, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0x784d11a467adf75f9f7a769037921b49, 0xd75d0e802fae720114a8875e5140eb96b1772381b29f3421911b19ad9f8bbeee, '', 0, '?'),
(0x30d14fa2718330939b5c1e1b59518c4e, 'wp-content/plugins/elementor/core/common/modules/event-tracker/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php', 1, 0x00000000000000000000000000000000, 0xbb9561dfdadec155e0a4b3a2ddad3fe0, 0x3fdaed49cdfefbf8b0e1cd03db7e837ba44f4c35b46c146f33c4bf70c293b3bd, '', 0, '?'),
(0x30d2dfc5409c08942278351a4c8ec20f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_5.php', 0, 0x393800593bc7957105055f9ad388787c, 0x393800593bc7957105055f9ad388787c, 0xcf4ea2c719047ccc07639302f161bc207433c1ebf34ef557b53d0119c84e2117, '', 0, '?'),
(0x30d42a73abbde23c74349c62353b52ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3.php', 0, 0xbdcff9e13a7142ba79f3d0eec512a913, 0xbdcff9e13a7142ba79f3d0eec512a913, 0x5915078b71b3e798bafc5b7a28ba9cd0d62fa7b455c749d8aaa31d88feea72b9, '', 0, '?'),
(0x30d84069f62e97abcb267456e71be4bb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', 1, 0x00000000000000000000000000000000, 0x0aa6210bfd84f7034e66f66d26fd01fd, 0x8553acc6f29726262e2ed2759c0d617bcdc802636c146678e9fe2ca502272421, '', 0, '?'),
(0x30df886de2b097c9953f8229f1d44415, 'wp-content/plugins/td-composer/legacy/Newspaper/js/jquery.hammer.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/jquery.hammer.min.js', 0, 0xbb389263b84ef04288a2bf41bec55418, 0xbb389263b84ef04288a2bf41bec55418, 0xf2dec1cde641d5781c6ca6ede30ef3413d75e62ac03862f35b137c5e43024d52, '', 0, '?'),
(0x30e67a0b7ebd5e48f53dd6fe7603392f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/assets/menu-line.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/assets/menu-line.png', 0, 0x8b0afe3d3829638841d155602aded462, 0x8b0afe3d3829638841d155602aded462, 0xfd94bab623441193209b6b0df9092ee9ccbcb81d77e4d4761e86083b7764ddce, '', 0, '?'),
(0x30f2c7179440e7b46573a4e42e5a9d11, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 0, 0xa653a140fb81bf4c37da14a60c2ad1d7, 0xa653a140fb81bf4c37da14a60c2ad1d7, 0x71e603adde5b917fdf239c7473875159256852a0a730da37e7ccc35ec1665144, '', 0, '?'),
(0x30fd06d509bafab17064026a9103166f, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-helper-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-helper-functions.php', 0, 0x939849cd0089d7fd7397e3d018b85326, 0x939849cd0089d7fd7397e3d018b85326, 0x8a6c4ce5be7bbcaf452f621636eaa7855abd8ec66b2158459e311fe17edd3aca, '', 0, '?'),
(0x30fe761a2243039ee89e9be4ef5cfdb0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdConfirm.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdConfirm.js', 0, 0x276c67ddd71080d86bf3484fa77b17fe, 0x276c67ddd71080d86bf3484fa77b17fe, 0xcd841e88352e64d268870989c686dbb10e25f288b9942a41998790796791e6eb, '', 0, '?'),
(0x30fec824583846a16ec583156bfdeedb, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 1, 0x00000000000000000000000000000000, 0x74f4277e281f4c0f34e0e85b1da10776, 0x26a8b8e6cca5469e7aa1d58041a19d12fb07a871651d8301257c21a5a3159f89, '', 0, '?'),
(0x30ff5e388512a7524e9e2f275fc551dd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json', 0, 0x247b1492c94122205f0b4bd41cf182ab, 0x247b1492c94122205f0b4bd41cf182ab, 0xc7d1e377fbb020e66a169c297e7109ef84bbd9d90227718ede40e3254df2a1df, '', 0, '?'),
(0x310e59a3a5f4e64ebe7d637ef88a2602, 'wp-content/plugins/elementor/core/editor/editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/editor.php', 1, 0x00000000000000000000000000000000, 0x81b02b3d8308c1765f43159badbcd16c, 0xf1199919519c8d676ab018a213a16d8e6991a368bbf6fdfa0f3c4b3089e3ed09, '', 0, '?'),
(0x310f45d5cfbae05346ef54c3ba45b3a4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0x55b9e6f4d17be1948e07563e700ee126, 0xb3ff268a62b69cd610a78fb72bcbf85728f830c0e1287f2e49d3b3e6d9a2dcb9, '', 0, '?'),
(0x31153b69d0e56967768d1b89fe56f865, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx25.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx25.php', 0, 0x8efe3a90e35ea507307afba0cdcec611, 0x8efe3a90e35ea507307afba0cdcec611, 0x3f2f61a0a86cb29268b6432f2e85dd896927f08a41af540577daf98531f280ab, '', 0, '?'),
(0x31177f7f1374d53dfc846a10b97e87a5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_9.php', 0, 0x18a39903b25523eac9f65121daf7e4e3, 0x18a39903b25523eac9f65121daf7e4e3, 0x9c182c5dbb4402cc067ec6b489d5f0d6f7ef2e8bb75955ea0667c2b197108afa, '', 0, '?'),
(0x311e976e8fa84a135699f07f6122998c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5.php', 0, 0x99a1ff0c783e97b1565a4a3cdb29e7c7, 0x99a1ff0c783e97b1565a4a3cdb29e7c7, 0xfbf4a8a668f76376320bb4f108b05d0243be4bbdefd3086ccb41663fddf3aa19, '', 0, '?'),
(0x312543ac74a02e4615e0a12b5e405062, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_4.php', 0, 0x54d2023f2cd2c5f12a5815bb1c1fdfc0, 0x54d2023f2cd2c5f12a5815bb1c1fdfc0, 0x59f7389ac778922969be9f6d2c9a3a57950ce1294d2e46fcc6f1482f0724e8e1, '', 0, '?'),
(0x3126d900b6552c7adef535473d831073, 'wp-content/plugins/kk-star-ratings/freemius/templates/partials/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/partials/index.php', 1, 0x00000000000000000000000000000000, 0xe426c81042e85fbe726c134a270a1f29, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x312b4080a309ad71dedf01f747eadbb6, 'wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb9db94bcc1a0474450b88635ff7284ea, 0x70846f7a0b8b7d580a9d25ec3f60fb927cabbec1f9817ef275d60ffbdade878a, '', 0, '?'),
(0x312dc014fff5eef8d718673937b9e5d7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x236647ab0dd682b78b42eeac9f672030, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0x312e42c37daab0cd2bd3f98cfaeb5f7d, 'wp-content/updraft/themes-old/twentytwentytwo/styles/pink.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/styles/pink.json', 0, 0x504e48dbcc7be0662a99545d61ebe3e0, 0x504e48dbcc7be0662a99545d61ebe3e0, 0x5be6ee6683de536d59520667cc0757cfa574e63c298638ddaad47ef21d3e3f11, '', 0, '?'),
(0x313423e6cc44e2becf2d04926f40c2df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_3.php', 0, 0x018f84c3e96e33603d6c45be0ad41b8b, 0x018f84c3e96e33603d6c45be0ad41b8b, 0x3de70b19ce588743f210ab1f51b898a4195b2b377c46fac9aabe8ecad6d06b70, '', 0, '?'),
(0x313683a24d39369277182de66a64a2b3, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php', 0, 0x26e13c3df90a4eff6567d9bb96970147, 0x26e13c3df90a4eff6567d9bb96970147, 0x47fcf889a4082cee8a30b2e9b7a853cdd4a927dfe9c33b1ce92d1371acbd18e5, '', 0, '?'),
(0x3137ee4b44e714599b4d299d551c4347, 'wp-content/plugins/amp/amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/amp.php', 1, 0x00000000000000000000000000000000, 0xd88377f7010ada0f0c1808d1a15723fd, 0xb59a4a6e2178f687ac74eae4b9c24c8bd3b00fcbcd5895e1d51438eeb913dbc7, '', 0, '?'),
(0x313c35d3c02d3db2db85ea96e012efe8, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x276fddd55ddd9c1e6b5091c978c61db9, 0xd12685c15a9b8408ed0bdf7da79d55d2d4673ac2badfd56b67dc1e72a8a5f9b5, '', 0, '?'),
(0x313e36277ccb02eb140576ce77f8adc0, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/component.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/component.json', 0, 0x8916fd30e643cbc05d687fbb55cd0c89, 0x8916fd30e643cbc05d687fbb55cd0c89, 0xdeba10aceec0db4e1a91e3cf18f180a6154b345fe9f105fa1b19d6b99508c128, '', 0, '?'),
(0x313ecd86b8e531f41229826c4375daa6, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusWordPress.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusWordPress.php', 1, 0x00000000000000000000000000000000, 0x6b3734f5200ad1acf6ba0b4adc7c7b0f, 0x229512a5f4a2ca975e059648c65e6ed0ceaf7e8d5122644c861f33084a81cdc1, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0x3f7640bd59a0611bd8709d76b91eb28a, 0x70aa9ae65aca87014fe4a646ef4de1df34c6563932ea5150b6fe00f1eba2edd8, '', 0, '?'),
(0x3141e0cc8419c6872fefa2e53911cbfb, 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0xbe341318cda5f671db23c469f7c90ebe, 0x30c311834c9beebd1e4750e4d514a5264ef710cb0de5291039044b6d08c3f60b, '', 0, '?'),
(0x3144b91a8a8c75b8811123954f10ab8d, 'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Null.php', 1, 0x00000000000000000000000000000000, 0x4f457a29767d0020bbe6cdee0d2877ff, 0x68d7b5bc07b16e12e47a8980ab7dd6b445be60388d787b223a7d68ffec0f0d9b, '', 0, '?'),
(0x314ca8526c27400949d3ced910881955, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx6.php', 0, 0x02f8b6865b4b6cb9bdab1dab66a47050, 0x02f8b6865b4b6cb9bdab1dab66a47050, 0x8b4b5db13ed2f92053cf326fbe0048aa8e10f9b15d0ab85749bc7a0da362fe45, '', 0, '?'),
(0x3153591c3ce02cd955fadd6a3f41252b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1.php', 0, 0x911bf1dcd93a7fb56a1a4889f7c425d5, 0x911bf1dcd93a7fb56a1a4889f7c425d5, 0x16a07942d4917721ba77dc75a772a507310ad63b51e62ef621000e6ca51f2c33, '', 0, '?'),
(0x3156473a23d2a715af909ba7b5d22cac, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-light.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-light.php', 0, 0xcbbc29bf13dffc4871d9195198fbad17, 0xcbbc29bf13dffc4871d9195198fbad17, 0x5a0b9dd5e5bd487a6e3b29a86fdfb5331ee6517ffc53ac8b6b5eb43db073218f, '', 0, '?'),
(0x315842e96cd43ecd708ef802e748cc78, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/sentence-processor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/sentence-processor.php', 0, 0x0b7688e1e1976adba10b9f35df7c7db4, 0x0b7688e1e1976adba10b9f35df7c7db4, 0x2dc398b753e70c5859ea8bdefc41c19d3dd0240e2abadf6231d54a6442b3ebd4, '', 0, '?'),
(0x315a630ab65dd923b4e24ee027928f60, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php', 0, 0x203db996d4fa8392f0d897745a319d49, 0x203db996d4fa8392f0d897745a319d49, 0xa3c0ad181ff2af8273528b05a9fd865ba9ca54d8869dadcedec5797732484da5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x31645f90cd2499c112c6dd9c0609bfa5, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-security.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-security.php', 1, 0x00000000000000000000000000000000, 0x229cf58949612ac4a088677ba62c9b97, 0xf5df916d446e025b2b41d22034c22cae15d79412d6cbb28f8750a1bea9c11205, '', 0, '?'),
(0x31652e7975a47765cf2dc175df698fc2, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_reply_form.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_reply_form.php', 0, 0xec3918a58e9be03f9662ee3b3ede5e23, 0xec3918a58e9be03f9662ee3b3ede5e23, 0xf354e754cd1d28656b64423ebe672c82d9d8981c27210c1de661cedc95a5dead, '', 0, '?'),
(0x3165b90a35931df666ceb02f8926e2fc, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xb43461ec9cf28a548c1ede82840844b1, 0x723767cfbec894a2075d19a6beca86b2d139d576edc8517b099465558bdb8e29, '', 0, '?'),
(0x317225220f96e0463b90b3d8b9b0b937, 'wp-content/plugins/wordfence/css/diff.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/diff.1690810710.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', '/home/abt90iranbet/public_html/wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0xe81c545ed931eeeae3e01e17f841887c, 0x59e0e325d5b4398be0168ddd4ea0d73f5c765c619e1b01904dfea6b47edd8b0b, '', 0, '?'),
(0x3174127940764760b531279cbaa5cd12, 'wp-content/themes/twentytwentythree/templates/home.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/home.html', 1, 0x00000000000000000000000000000000, 0x3e37c5ac452041e3f3bf3de844ea534d, 0x698da0dcf48f52319e00d795eeb1ff0c2faa86b382834f28d9679ce5468a0014, '', 0, '?'),
(0x317c76ff3cf9e29d2d5692a1415d13ed, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', 1, 0x00000000000000000000000000000000, 0x0a1c14a11f1028fa389c4be7caeb09db, 0x5c8a8511b226fe3a2acc499d99b8b1308d1429d17a01d689f7d69cabeb57f201, '', 0, '?'),
(0x317da09140e6b40a3cfbef1fca988a49, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php', 1, 0x00000000000000000000000000000000, 0x58b7085e84b5be6f5b92a2f43fabf0eb, 0x56d410f920692a20f75bfc57d972dbd0f835a0763178a7628ebc72d78624de55, '', 0, '?'),
(0x317e05f1fbb88ff75d27356aa61e9e17, 'wp-content/plugins/elementor/assets/images/app/site-editor/products.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg', 1, 0x00000000000000000000000000000000, 0x1755ac96279cf30ecb505f5c82831d9f, 0x0abb345093621cb188e303cca8591bfa4d73a957ec7d21ca35821135524bfc41, '', 0, '?'),
(0x318090adb639ed9cb1d81418a61141ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_8.php', 0, 0x23a4b1a5d032f6546b019af9de519e58, 0x23a4b1a5d032f6546b019af9de519e58, 0x6d036f64b77a4c169a78909e8d2621ade9ef38affca751a52e0ba722b1b5743e, '', 0, '?'),
(0x318591645340124f43ae5eb991c2e9f4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_2.php', 0, 0x74029e068752cc3c140a5f3aa17d6d2a, 0x74029e068752cc3c140a5f3aa17d6d2a, 0x23db90e834572cfea5806d7a6c5cb44fd9a26b04592ef79cf0106f69da7441d6, '', 0, '?'),
(0x3188c32f0960d00873b7e1a3d53b3d1a, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 1, 0x00000000000000000000000000000000, 0x6e5cdef9bbf9c75ca72c9f5577d3263e, 0x311a2c03c923b278815a81a0f3bb3da82de9bc22f6db939fec95bf4faf2f09fd, '', 0, '?'),
(0x318b62e86900f9fd71e12ae25c583153, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php', 1, 0x00000000000000000000000000000000, 0xa4cbd6b11c9413e334d435cd1d8cccdc, 0xead676d0f31c464245c8797f0f1b40156940003b45495886207afb2b5708632a, '', 0, '?'),
(0x318ca9c923fd29936b3d277de5d6ad1e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_6.php', 0, 0x24b348c02933ec2ea288e61a339d4dbf, 0x24b348c02933ec2ea288e61a339d4dbf, 0xcd7e14d0b33553b1bb18fa4307f046e5bf8ef083b3a964a693ee070b2c88e80c, '', 0, '?'),
(0x318cf83c83efaddc3f45dd10281812c0, 'wp-content/plugins/elementor/assets/css/modules/notes/editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.css', 1, 0x00000000000000000000000000000000, 0x83884e9abe18b12fd2615abd15be5fda, 0x4a8b6c2f8e0f5d8575b55e4e9172001afbc639bc41a2d0b3081171f662a9f631, '', 0, '?'),
(0x31917e2220abc3a09b39e66b741a3f9d, 'wp-content/updraft/themes-old/twentytwentyfour/templates/home.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/home.html', 0, 0x44289e07605c18e8163e31485d6909ea, 0x44289e07605c18e8163e31485d6909ea, 0x56f6167cc8d192da3f7fe029830eb97a528aac41b71e67fe610be0b0b7ec0185, '', 0, '?'),
(0x3191ed5c76baee40783bcc00d2b16cb3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', 1, 0x00000000000000000000000000000000, 0xf4ac9c8cf566cc9be2aeb14e3351ec1d, 0x51c2c02dd5a2ffa2a97d5006604ba466d2974f6a0eeb05d51113c54beb8daca8, '', 0, '?'),
(0x31a99c08aca6328f4cd9efad46eb05f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import.php', 0, 0x04aed3aa708b99c7bcc1107a3334249b, 0x04aed3aa708b99c7bcc1107a3334249b, 0x99500eae1b9c80bcf8d2d48a4c9ce57ebcb80d4f0b39ae95549f25149aafb596, '', 0, '?'),
(0x31aacf338879bd8cf98d7f23d9b45055, 'wp-content/plugins/kk-star-ratings/src/core/functions/migrators.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/migrators.php', 1, 0x00000000000000000000000000000000, 0x54b3c4a5b3c75c0f88e3c626314fcf2f, 0x7d7a1aa33269a66f73143da46452c3527d929a9ed3506ddad3b4f83c2989c994, '', 0, '?'),
(0x31b01bb8f03483eca968130210f4e366, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x0.png', 0, 0x6f62329ccd99f59ba159ca67763169ab, 0x6f62329ccd99f59ba159ca67763169ab, 0xf141527425448d6f9138daef01e8a6382365fed473c722b8a091472f0ee47b0d, '', 0, '?'),
(0x31b039f3a23fe45ce3c4510f1324cc0c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-vertical-header-blog.php', 0, 0x13a6492476a5d85c4e098b0212aa4f2d, 0x13a6492476a5d85c4e098b0212aa4f2d, 0xc05c0d43643c9558d2e8aad1b7facaf3c009391d23cde9e0cc638605a773b12f, '', 0, '?'),
(0x31b07a9a5a7bacdd4e70666c65686462, 'wp-content/plugins/wpfront-notification-bar/images/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x31b0fa65e90a653297196facc5e41ff4, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php', 0, 0x343ac3bc79b7de2dd815d02728fbf0c3, 0x343ac3bc79b7de2dd815d02728fbf0c3, 0xd30317550c44e12753724da4b8a5c2c98135e09bd9ce3e4b107cbc7929b7655c, '', 0, '?'),
(0x31b20ec5cc7061d260034830dfa2ec65, 'wp-includes/js/dist/url.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/url.js', 1, 0x00000000000000000000000000000000, 0xa562cd03d11b34085b49e3dcd2d8d686, 0x5dba49aab9f2ad07d9a44a8c92b205c9a02e188e9a1d5e1b7703f4e7a02f45bb, '', 0, '?'),
(0x31c273bf5d57aa3c08a979f90330964d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', 1, 0x00000000000000000000000000000000, 0xea6a6da4cb8d31dff482075842dc4c3d, 0x2ef0a26a69b5e654c078c0728b97f5169beff0f607d730e88dcac6a447f3d8ce, '', 0, '?'),
(0x31c5fc57cd8eb9584416183d2da4a096, 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 1, 0x00000000000000000000000000000000, 0xc1fa1577dbf34ddabbd5cd382a6c20fc, 0x2294c0768381daf01dc086843fc09f2f112107e5ab6615f49f3a8fd882aab78b, '', 0, '?'),
(0x31c9c5ae785d61270b7671b22fdd39c2, 'wp-content/plugins/elementor/assets/lib/share-link/share-link.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js', 1, 0x00000000000000000000000000000000, 0xdf60cefc3f6a6242e8ca46985a93fbde, 0xeb3952a3811c11205b87bb15fd10dc610cd46e2a020ec0628723178cbcae0fa1, '', 0, '?'),
(0x31cde337fd02f68b8ef34625b67416e7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_2.php', 0, 0xe72e298d6be31a990a2ad02a14e17843, 0xe72e298d6be31a990a2ad02a14e17843, 0x0ccf4eebf48047b8d5d940379d7344f05c05a742649bf7c7d7a2848c216b3aa4, '', 0, '?'),
(0x31ce8a9a8edaa1977956604a35b9a596, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_7.php', 0, 0xe498789310e6332d47f1857147af9a7b, 0xe498789310e6332d47f1857147af9a7b, 0x6d2544fd6ad47e94823d9a47e91bd77ecdb017c90070c768953325aa7cc76fbc, '', 0, '?'),
(0x31cef8d7a76de8aa29f1ec167abdea71, 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php', 0, 0xf8ee75fa0ecd08b889bfbd7dbc88a8d6, 0xf8ee75fa0ecd08b889bfbd7dbc88a8d6, 0x16193fbef22a26ff8d38f3713173c9ffd11946c12b30ab52cdaadac10ed24cc0, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x1e303fbdbd34272bccb6bc4c29240394, 0xcc1359094f52d9b440864dbe8211c9f2dff6c33d91999e781e904de94ba91a2e, '', 0, '?'),
(0x31d8402286e3ee676b708f6d86403764, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_9.php', 0, 0xd9e1bb2380d10a624c76b41bc8f2a512, 0xd9e1bb2380d10a624c76b41bc8f2a512, 0xd5745088ccca3001461401cc398ddd9970f35095bebbe87aab765acd42d1fb9c, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', '/home/abt90iranbet/public_html/wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x1df8ccf3a8b6f86dbe09278ae8e60141, 0x69c4b7b1e37a5b05baa81dffc42f2217cc20580793e9db7bdc6ffdee973a86b3, '', 0, '?'),
(0x31dd327e0efd5906eeb30e4a0bca1ede, 'wp-content/plugins/elementor/assets/js/new-template.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/new-template.js', 1, 0x00000000000000000000000000000000, 0x50cd2eb621910b9b854413210a9723b7, 0xcf66145e93048ef9ff3cac72a63eb63c0a1d84ec8eccc259bcb5ee7b6c508211, '', 0, '?'),
(0x31e182e468d7bf64169dd47058d34022, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_7.php', 0, 0xb17d47aa6512bcefadee34b2d0165b52, 0xb17d47aa6512bcefadee34b2d0165b52, 0xf7b8eed6293114bebc03d98b24641025c610250b8378d20c0574cf94e6a8d26d, '', 0, '?'),
(0x31e90c84201bd23289469242159b7268, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', 1, 0x00000000000000000000000000000000, 0xcadbbdc44ba412c365bba75371a03a83, 0x107abeea0e00e5f28719bb4a163a712032fa27f46a137e0680d1e3068360df8e, '', 0, '?'),
(0x31eb17a4de5852bfc8355f75f40c2c71, 'wp-content/plugins/elementor/assets/images/go-pro.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/go-pro.svg', 1, 0x00000000000000000000000000000000, 0x265cbe78c76678cb1ce6b46ce24c939d, 0x9befb0bceb6da1c5039ce2b3e2a2714fc3c2b879899c7879280606aa6ec8ebee, '', 0, '?'),
(0x31eba2c060b780102186dfa74135f736, 'wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php', 1, 0x00000000000000000000000000000000, 0x58c2ada84fa811a00fdf1b8a0fcd9aac, 0x67e5c8d3b7ff52104646842e99a4304c856fed37086e50a2c6aaa9b2cbd33177, '', 0, '?'),
(0x31f557fcaeb5a6b095522176ac43c0d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1.php', 0, 0x9e3c1235627b429da793585b39a1b642, 0x9e3c1235627b429da793585b39a1b642, 0xac4040126737e3c2cd3da0e6724d2a7bcaf04980eb5d77fe65408c7927b9d635, '', 0, '?'),
(0x31f7f0f60d005e2acb2eba6e2f1b0639, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 0, 0xf91a338afaa2d8c55d5e00ce739e1f6d, 0xf91a338afaa2d8c55d5e00ce739e1f6d, 0x09ab836a845f01f6a8abb00ad6ca561f3b1d74a3165cb670871de2b9c0380ae4, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', '/home/abt90iranbet/public_html/wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0xe4a49df71f8b98c1d9f9d8fce74d89e8, 0x0546c6d481a9e535f81d0aa4b5d6d3e0c21a888ec73048c830c7cfbbd6ead347, '', 0, '?'),
(0x31feafc3bd19376746f99c548b0e57d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', 1, 0x00000000000000000000000000000000, 0xf34714afb60c096049592eb2d7c5a5e9, 0x6cec468f1d2aca5f4cc7a88879a69fbc926da67aa15ab9f0bd06a2a5badcc43f, '', 0, '?'),
(0x32035acd76b3079770247881401756c3, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 1, 0x00000000000000000000000000000000, 0x6bc9e7e8f1a0e17326980b3d974ce2a6, 0x9fcb0b9eb23272659723b79578b7e568003e9aee05f5fac4cbaf5e081368db36, '', 0, '?'),
(0x3203a340b0b501db0a9944386f1a1ade, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', 1, 0x00000000000000000000000000000000, 0xd29864baca9f0e9cc804efd2b33449da, 0xf30b3229794f16a9443467929137f8585bba0686e874eaaec29a45a532d75145, '', 0, '?'),
(0x3203a97c237e648c2b9c2faefad9b512, 'wp-content/plugins/td-standard-pack/Newspaper/comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/comments.php', 0, 0x312c2da441c684e8510b01058fbc674d, 0x312c2da441c684e8510b01058fbc674d, 0x93e9311bca1cb45b0ae1f2f1317558b50f980f495f67805845143fda224b5389, '', 0, '?'),
(0x32071042271e1325a08dd5a0990d59d7, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/add-trial-to-pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/add-trial-to-pricing.php', 1, 0x00000000000000000000000000000000, 0x35d6b7d7a847328cbc9de994c97f7200, 0x1ad6b5d1f173acae5a13ee93d06c4088c72e81c10c5480032c9f7ff423935944, '', 0, '?'),
(0x3209cad18aaaaf6e4cfcd607ba16f0f4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1.php', 0, 0xdd8bd5a932d67052c92e1afbc81a6057, 0xdd8bd5a932d67052c92e1afbc81a6057, 0xef95cc1751eadb66b9b9cd29341bbbe8f8f47669d4d1277ea3131395eea31845, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/a11y.js', 1, 0x00000000000000000000000000000000, 0x841b07d8c8e553d2075c3cef171b06f3, 0x9cd42fae64171b3a97182d307b7a3433823549fd9a2a2b58416025436bd2482d, '', 0, '?'),
(0x320fb55dbe0b5d42937d2a3544a40c23, 'wp-content/plugins/updraftplus/languages/updraftplus-ur.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.mo', 1, 0x00000000000000000000000000000000, 0x0fa29c0d4bc3d910fbbb0d11cb31f0bd, 0xe41468d09a533dbceb0684623e3d1821351c040603d9a847c38170bf590c3b47, '', 0, '?'),
(0x3211a9aa574562b2f8650459ee825969, 'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Stream.php', 1, 0x00000000000000000000000000000000, 0xc3e592163e1fca84a79d65732eeb0317, 0x8bd40195cb6d1fb4187ad578042efc4b13e2ca3ae0f323cdf5e84724fe0ce1fb, '', 0, '?'),
(0x32181fde31f4e2666cb8d72b8fbb8742, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import.php', 0, 0x007d003c7d3fa16f5d7baadbac660c68, 0x007d003c7d3fa16f5d7baadbac660c68, 0x57d322eca6617c729c129a43736fb7dbeafe2fb839325511e06adc2d1a9133ac, '', 0, '?'),
(0x321c7d8ce4adf46096e9f51f11f008bd, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/permalink.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/permalink.svg', 1, 0x00000000000000000000000000000000, 0xb44e0fdccbe54262df4974df9ccc4773, 0xd1ac3993358071c2e14aee531b2a50b5a2f5b1215baa6f25c041f49f390b1532, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', '/home/abt90iranbet/public_html/wp-includes/js/clipboard.min.js', 1, 0x00000000000000000000000000000000, 0xe27391ffa5b7b7646a497ede69b554e2, 0x5181bfdce25d711046a8faf685d8b65589cd4ade22109688ed930dd7012f5e30, '', 0, '?'),
(0x3221950803b502503ddf5566072413af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import.php', 0, 0x46c89bc349e84a10f61db427b822cb40, 0x46c89bc349e84a10f61db427b822cb40, 0x238ed717df503616631373c7dceb2c0f3669f245ed21d043d15e976a26caf6b9, '', 0, '?'),
(0x322631475c5ee474d72dce3c1905869b, 'wp-content/plugins/elementor/assets/js/announcements-app.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/announcements-app.js', 1, 0x00000000000000000000000000000000, 0x21542c59c669a17e359ed4a4d8fb0b4b, 0x6047200b5e0ba9c055d57260349f15fe76db4228ba527b6c847563c632aac943, '', 0, '?'),
(0x3233b39d8851f4c27fb9dbbf0b2d34e1, 'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php', 1, 0x00000000000000000000000000000000, 0x4813739a47af0b9cb08c7dac2f11dee3, 0xaf3417da4a37512b673dc57ec5739461802a476c1f25dfe33c416b10182f657c, '', 0, '?'),
(0x3235a0336b82ae8f8bb5d6cb198ef409, 'wp-content/plugins/updraftplus/includes/updraftplus-clone.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-clone.php', 1, 0x00000000000000000000000000000000, 0xaa7746e4ee91f2a102d1f80d54ec84da, 0x06f37f01205dcc56ed0c58130a3180b602d7f3219fb91a85fc5a5d5c4fef4e0b, '', 0, '?'),
(0x323926018fe454996fd6bd7e257ec066, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2_no_content.php', 0, 0xc3bede70c64fec13e6b6bb5ea02b2ad8, 0xc3bede70c64fec13e6b6bb5ea02b2ad8, 0xf80dccab0ff10bf56d0648616311ea58b5abd19db3ce85914b8e3923abf44e8d, '', 0, '?'),
(0x323a1c5d1af83c4174621cc900b58e2c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', 1, 0x00000000000000000000000000000000, 0xc09a09e0748513ef326ef470dcfd555e, 0xc852c3b93b4030d25a60f7245c58379db1d4adc8854e7bcdbbc360b7ad09dfe0, '', 0, '?'),
(0x323cc5b48a6e7154650909266cd442c5, 'wp-content/plugins/td-composer/assets/images/loader-small-hover.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader-small-hover.gif', 0, 0x648055acf6d50bb6377b54613fbebde4, 0x648055acf6d50bb6377b54613fbebde4, 0x8318474f9149cb9a2a2e700aa1f9b68995be7d65ce4194420ec51557e73725e0, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', '/home/abt90iranbet/public_html/wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0xf9ba8bdc13006ea05a0e2d0683509114, 0x98e68b0b749efeada8f00e76e9dfa433f03ae3322c84a026739fb9611a7fe080, '', 0, '?'),
(0x3243d67dfc178c3e0bb9c3bfe35870ef, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map', 0, 0xc8c104dcc48809ca5e32f3f5676caa70, 0xc8c104dcc48809ca5e32f3f5676caa70, 0xc9ad71f6d2fcbfb6f9d21bcd7aca013601298a3500584b547ad431a373600858, '', 0, '?'),
(0x32449b8a25824a9d1f9ea3df3fadd11a, 'wp-includes/js/dist/wordcount.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/wordcount.js', 1, 0x00000000000000000000000000000000, 0x1b8b5ef7678cb8ec1473d8c10eb60cc3, 0xeec93c582bfc9c8d44c22481ef27d6a8b92ae9832917211703fcd8a6c436576d, '', 0, '?'),
(0x324616bf336d75da5ce26c965ec5c93c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_4.php', 0, 0x35b89a0191e407f6b4c2749fe3144828, 0x35b89a0191e407f6b4c2749fe3144828, 0xf9789d1d8576a99d9283c432314c1840ac488a7bf7469e9dbe4da09f4251fbfa, '', 0, '?'),
(0x324d8ef17061b0e078412007c22b09d0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_8.png', 0, 0xe6341dc4ad2865ad6a1f821d44389876, 0xe6341dc4ad2865ad6a1f821d44389876, 0x47fba47f4d16ea055f087e4b8bd1aac5c89e477d49de6d2feb2af1e592bbfa30, '', 0, '?'),
(0x3252c95c37a605cb5a547f1f9b8b4173, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_next.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_next.php', 0, 0xfa778f11faf7a6302afb86fd0b8b9a13, 0xfa778f11faf7a6302afb86fd0b8b9a13, 0xb0080a8035f8b0ed5750fc514360380addce9570fc2409f8600e2b8e2f33e2ef, '', 0, '?'),
(0x3253672eee53643f5d36199d55db64a7, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 0, 0x7d2f0bd1583524d739fff12f0507de65, 0x7d2f0bd1583524d739fff12f0507de65, 0x053baafe3562b0bd4714ec53a3a6423a0f657da2e8ecd1d621717c7ad236f4bf, '', 0, '?'),
(0x3255d7730470abb578818eab6d5f4cf2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', 1, 0x00000000000000000000000000000000, 0xa8ddbccd156a91277c226bf4ed4295a9, 0xa82c6f8edd49d8a97292d6a5aa4c8712c2775c5315f49ec0062f416d60f22685, '', 0, '?'),
(0x3258ae6cf9950543ffff349681037959, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1_no_content.php', 0, 0xa43bc8680f85c117a9bf3fa8ba500a18, 0xa43bc8680f85c117a9bf3fa8ba500a18, 0xf00bfe685f5dcb5e00c8def6a3d69294ae11f6f6e1f965a1ca8927f730458d05, '', 0, '?'),
(0x32598b20ec03be6f7126ae5ae70ef9ac, 'wp-includes/class-wp-block.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block.php', 1, 0x00000000000000000000000000000000, 0xcae13295bbe1c2972ed91c45a9a227c9, 0xb8873c87b47992546d549228b6ed9898c2a4257c02e881ac46c6a748128248ad, '', 0, '?'),
(0x325b6369b35ef67fe9464c4ebdc33bb1, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ar.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ar.json', 0, 0x8d96d729d69cc5200b3201eb82e69144, 0x8d96d729d69cc5200b3201eb82e69144, 0xa7f1b8cf3fd5e30f3c8ac9146dbff37fa1696448032201c997743f56cf3fcc17, '', 0, '?'),
(0x325e87a23c46fc936f3ea0f95131688f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x32613dce716fe6ae216c1122a713101c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', 1, 0x00000000000000000000000000000000, 0xc5c38b6f467de620e9aa7a95641157ca, 0xd993252b2ecd9d0d3a15080de14edd84f28cf60e2819bfb2aae35b26bd6ef518, '', 0, '?'),
(0x326147fd9180845d0c6f5d88578207bd, 'wp-content/updraft/backup_2025-03-06-0334___90_bc4a4efdb21b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-06-0334___90_bc4a4efdb21b-db.gz', 0, 0xf9da1efbbfdbc453e7a9c7f0c4c3a657, 0xf9da1efbbfdbc453e7a9c7f0c4c3a657, 0xe6686cc16919a5bea469291c2499692600e7aebe6d4a9836a74ff4456dc289bc, '', 0, '?'),
(0x32667e01a8ffebbc76f6ee58e033e84c, 'wp-includes/blocks/post-comments-form/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style.css', 1, 0x00000000000000000000000000000000, 0x46ac19bf9b8296eff62174e2317f38e2, 0x029beb2e4bb50430b4ba8cba58d2e01e3275bbca30e948e2faa7daf194ccdf7c, '', 0, '?'),
(0x326695ba79b596a41a14c2b0db8a2de2, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_11.php', 0, 0x7f3f9728135b63679b95186c2a526537, 0x7f3f9728135b63679b95186c2a526537, 0x2f658a0b3d889e97959f219b57d980ebf96468937eb94dbe7347b69ca357957e, '', 0, '?'),
(0x32669ba6a3ab2c5d20a9a1699db75b84, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 0, 0x02fed7a921f57c989c48aafe84e3c200, 0x02fed7a921f57c989c48aafe84e3c200, 0x8344c1c4bbb8c4b8e440ff9ef74eef55ed5bdf3c212290ce8c4223c21fb60354, '', 0, '?'),
(0x32676cf3b8186243e564be4d60489afc, 'wp-includes/css/dist/block-library/reset.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset.css', 1, 0x00000000000000000000000000000000, 0x2458e27952eb49b814df53a7c51ea21d, 0xd10ea5da3283626da07156081b9d0b0ec9bb2c35a8ce0ad01d8065f73372c390, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5da81264afef215af4352a663e46a1af, 0x93527e2312b39ee2c2d26e1396095f10600c82732cbe6826a8406e7637285755, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x3272fccd0a0bb81eb06bc1d69ff16c1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', 1, 0x00000000000000000000000000000000, 0x8eef10a971d1b8a862287fd2b85664dc, 0xbf0182bcd2f4df2c5ac661905df463f053e6bedaa66c40b3fc1db25f8d25c44b, '', 0, '?'),
(0x32769fb0227a636dbeaff7a80a06eaf7, 'wp-content/languages/plugins/wordpress-seo-fa_IR-9f6244fe05b49fabf96551959cf899a6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-9f6244fe05b49fabf96551959cf899a6.json', 0, 0x5ef8e8bec2943ce18fae449632fac048, 0x5ef8e8bec2943ce18fae449632fac048, 0x3924071deffba67008f46763f43a6bde8f2f1a9863902fefbe5c34265d9e46b6, '', 0, '?'),
(0x327d0cb9f1e1437ff6e517d5c71ac78f, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 1, 0x00000000000000000000000000000000, 0xdca9a5a601196a029a51fec6b3a293c0, 0xe95859bb2039d63043c434fef7dd484e3ae5c02404cce23dcaad2a309a82a1e7, '', 0, '?'),
(0x327de02117394e2b1418be864f6e2ba1, 'wp-content/updraft/plugins-old/updraftplus/images/aws_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/aws_logo.png', 0, 0x38c7e7e98035fc717f2eee247f017913, 0x38c7e7e98035fc717f2eee247f017913, 0xde3ee3742b460ebf72ac5a94ed26ad212f551eb89c5e06a459651f3e598bc67d, '', 0, '?'),
(0x327def793732c4efbd3e910515f48978, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_6.php', 0, 0x5ad280f828868aa9493e25c667aa7192, 0x5ad280f828868aa9493e25c667aa7192, 0xc4a2d795334479021b34835b44afa82384a2fa440b668daaa2a3a0a92e0eec44, '', 0, '?'),
(0x327f027ddcbde6a55128cc2c53a6c37a, 'wp-includes/SimplePie/src/Cache/NameFilter.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/NameFilter.php', 1, 0x00000000000000000000000000000000, 0x56519dcb7c6f3bc4985542cd89a17cd7, 0xc9cd166250f8e28f968c8fd6c19fdd088ee4d2c6d5e922ce6d9147576274a067, '', 0, '?'),
(0x32825229b22c45f8a3c162f23d721dfa, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_4.php', 0, 0x4aab449753e888c987ab1a8dfaa9f2f2, 0x4aab449753e888c987ab1a8dfaa9f2f2, 0x53690e43c95f0fbc6143c9259299ee38202b18a78dfffb01d60e968193f0e455, '', 0, '?'),
(0x3286fa013b8c44a53207489b2ffa44af, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-project-layout.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-project-layout.php', 0, 0x1611e971dc493b39545ddaff830fd427, 0x1611e971dc493b39545ddaff830fd427, 0xc220e0cbd3456dc147e242a0e6bffe9af8fd95facf7091475253597f9b8019c3, '', 0, '?'),
(0x3288bbd021437ce8b25234b5d8b6b64a, 'wp-includes/blocks/paragraph/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style.min.css', 1, 0x00000000000000000000000000000000, 0xdaa09a2e36a4965d0c1c28f872dc1cd7, 0xe0900315950daca134f0eb14acdea0f717b426df5f9a78215bb4787e1011b4f6, '', 0, '?'),
(0x328cd806d75f8d3d06a8d2eefc1cae1a, 'wp-content/plugins/poka-review/public/scss/_shortcodes.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_shortcodes.scss', 0, 0x26168f7424041bff398550a0d59084e3, 0x26168f7424041bff398550a0d59084e3, 0xcfc112e6d936459b1a0eab0945c56e569aef1a8e5567262a0257c7bc01e7fb37, '', 0, '?'),
(0x32a0268d71c6d3e1d7a204c5b3dcf256, 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 1, 0x00000000000000000000000000000000, 0x20980ebdb9124678ed92b941dbc88a03, 0x4b8f285878db811fafe02e09b8332c941a467908235eef790aae28a14ced5604, '', 0, '?'),
(0x32a1fa1ceb32b1aee625b1cad81da3bd, 'wp-content/languages/plugins/wps-hide-login-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wps-hide-login-fa_IR.po', 0, 0x9b65d1924ba92fe248183e5f4b8c9657, 0x9b65d1924ba92fe248183e5f4b8c9657, 0xb84c5bf50465877dc2b21e2812a7b5fa9b4b24b02f04624a819ed377b69f7783, '', 0, '?'),
(0x32a6a0444ddce50ef6360e1aed7fc442, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xfe2ce0381423559c10393dd005d3a11a, 0x6a0a0f05a362eb3246d44461ea7bf15f114c0e162b2e1b884b32c16beea90d32, '', 0, '?'),
(0x32a878dd0efd585c819c53980e3a7798, 'wp-content/updraft/plugins-old/updraftplus/images/udp-logo-white.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/udp-logo-white.png', 0, 0x6ff8d5749123bfa82c5cf795177e67cc, 0x6ff8d5749123bfa82c5cf795177e67cc, 0x8f7c82300218d767d8033c5af6d15c3e3af75c95baf49919a9874c3b02804c68, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', '/home/abt90iranbet/public_html/wp-admin/privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0x1e50b9084f310ed85d380a1f7fbe36cd, 0xfa654dcb02be45f3c939a52a6236e186c6387d49ab5ea15ab8901ff67ae3831f, '', 0, '?'),
(0x32af3d543c9caf985a632121b05940ea, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-taxonomy.php', 0, 0xba219b759456d28b0bedec39137b1d81, 0xba219b759456d28b0bedec39137b1d81, 0xd681456df215c3abacdb00f57093d088d3febdf915951d3e7308554f3264b93a, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x8c091d99734c322f118042a4c196a5a3, 0x4827db73a8d3bd858ae5e30249d824bae8d3a6f0cda40e019d58038f2108029a, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x32bb2de51f7dcce917722d4cac860823, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php', 1, 0x00000000000000000000000000000000, 0x9ddac8fcb34ef8c211426798d25687c0, 0xec4cceba2474b041276822075e4d8fdb49d550d5e64e0b6ede89786f4ccfe6a8, '', 0, '?'),
(0x32be2d8cdedbb0a53bca6ebe7cfdaeee, 'wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0xc2fd8c2d186f2e14b4881c0dd16c2955, 0xf14fb87c8d72e315694bd850f251a410dcdb154e4e2ee1d27410aa1d5f0d3e3a, '', 0, '?'),
(0x32bec8ef4993cf0a156af3123de766a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_login_modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_login_modal.php', 0, 0xf7c58a45c53cfd40a43835761e511295, 0xf7c58a45c53cfd40a43835761e511295, 0x2b3a72954438f4df7c147335a939fb6b0b365043213dd6e1f29084f48ed3fef0, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0x4f0eb3c2f8fdce13aa7e987d742eef4b, 0x4daa174e84b3eb02a6129ba59a9146600d1639f71cf6a0d3abeb7250f4b22c51, '', 0, '?'),
(0x32d0f9955176c19a984c65dd2ca1a9b7, 'wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xaa97abab9160bf8051cab5a5b7941361, 0x30ed8ae373da3f71c345b0b06dbae6c9bdd342e35255aa32e8bf79d1fe6b7b7a, '', 0, '?'),
(0x32d40b2adf60136fd2c8e7e023e741c8, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php', 0, 0x8218d98fea3693b2415e06dc9c30c140, 0x8218d98fea3693b2415e06dc9c30c140, 0x72dac56dc94cf5e91dcb0aceeb0707f980fdf4c6b714148d9fbed7b99bd9acd3, '', 0, '?'),
(0x32dbc2175a7304838c2b060c7a951bf0, 'wp-includes/css/dist/block-directory/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5fe3690bf7f8cca1fe40deeed3a8bebb, 0xd67a29fee304eb16a8696e45910184d46ce22382c79e6c7816772dbcf5b4e2fc, '', 0, '?'),
(0x32dbfe0ed95ad4fecb406c8fee6ab116, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_7.php', 0, 0x2cfc7a665cb75f8a3739e6bc642f731c, 0x2cfc7a665cb75f8a3739e6bc642f731c, 0x0c7573e2ffebd22cb5e7ca7abbe91de71bdf60d8e9f9ce95da872bde5d911283, '', 0, '?'),
(0x32e28b50d7143cfd70fcadc9e9265830, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_7.php', 0, 0x572c04e8fe8a52b995eb4883bf9892a0, 0x572c04e8fe8a52b995eb4883bf9892a0, 0xa1f1cbd5d53f7270e3da063df997918e7e625f2258aa2536c8c6b95f1017583e, '', 0, '?'),
(0x32e3ac28856ac457e212f9ef73ca4957, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_5.php', 0, 0x8ad05cebcec6347a931d5986ddb3406a, 0x8ad05cebcec6347a931d5986ddb3406a, 0x56412ada2b7bafef48a395b1fa543d5588339b4c6e8f729aa69e61fe53e57fc7, '', 0, '?'),
(0x32e486203d35e4617ee2972b2cb6276a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', 1, 0x00000000000000000000000000000000, 0x231537ee403efef7ac22a2df422a02a0, 0x5bfddd36132ddfc70bb653042ed338b03ad8fed306927db83a97cdb3ac010c2c, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x147897a3b1392fbda25a9368f236b90a, 0xf3fe4a3c3ca2f61dbe1e783fb023f2fe6ffcb28690ba824a126e38b23a6af984, '', 0, '?'),
(0x32fb10da80a41a178c5e719459838b78, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0x32ffb23fe7622de87812eb299c90eebc, 'wp-content/themes/twentytwentyfour/assets/images/windows.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/windows.webp', 1, 0x00000000000000000000000000000000, 0x9c8ab14e61504d8290608dd62812840d, 0xc3766a793b1dfb1e7f6039f223f4cae35a7988fc54cecaf0e0f21b4a6efebc64, '', 0, '?'),
(0x330730328215b90facb9eab61b18ec50, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5.php', 0, 0x59f449dbe38b80865ab5288ba4957084, 0x59f449dbe38b80865ab5288ba4957084, 0xa08d945c21fcf4f48e9026541bfb7c6fb573b6ca65f76f122002c5d38f67b649, '', 0, '?'),
(0x3307c2fb5952ec81bd034c0388f0b879, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_7.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3307faece1fd948272571df2e9adf418, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', 1, 0x00000000000000000000000000000000, 0xa7621032c3f4c1b1d7b5ffcdd24035b5, 0x79eb24f0f52622de66a0c4202baec5bf71fdb294b126e9554783b04d5bdd41a9, '', 0, '?'),
(0x330c70f2f4d1070b5f183b688dd4147d, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php', 0, 0xc98c65b5dc9ce087c1ad8d273543703c, 0xc98c65b5dc9ce087c1ad8d273543703c, 0x956b79b0075d4a59c667c54e557d6e49452b28bee7b4c3cbcc8e6ca8263489f7, '', 0, '?'),
(0x330f300099d8675a1dfccc2e96642657, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', 1, 0x00000000000000000000000000000000, 0xb64ddb0002966d59bb8885b384f2e75f, 0x04dfe5941b54d68d3fd21d590340ad8ff79e8ae2eecac238c47e09ec0b6bae9b, '', 0, '?'),
(0x33100a0deae01c966e3111b517971bb7, 'wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE', 1, 0x00000000000000000000000000000000, 0x42463d89c79106c147853a0ac5f149cb, 0x56edf0e9e5f2537d5c960ca30efb034b3c922bb9cfb5dd9c9a3fcf37d504878e, '', 0, '?'),
(0x3316bf51c62cb615b396a109bc63ccb2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1_no_content.php', 0, 0x008e89466807882b35aff0c5e17a9f37, 0x008e89466807882b35aff0c5e17a9f37, 0xb80dc20fe8806544539c9c217970b1cee89864a7f45cd4fb13a653c3ab7f2e9e, '', 0, '?'),
(0x331ac7162dd2921088c31e802c1b6ae1, 'wp-includes/blocks/comment-date.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date.php', 1, 0x00000000000000000000000000000000, 0x9d4e959ce7f4506ea546ea024d46d091, 0xcbba6303c3ed4adbbba30897f74de8e778ac1e61c4d4c63924676e57f9ac7a83, '', 0, '?'),
(0x332562f49e947cd0fbef70ba204a5d9e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php', 0, 0xf715c28f0932e856254b69dfcc9d5465, 0xf715c28f0932e856254b69dfcc9d5465, 0x5ed1d8fb1cde29ebbf7717966248b370e2e87a2a271be2f3b956dc020cc96081, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x60b3152a966aa385e4c08172d220dbfb, 0x2c61f3298e229af1547db5a1aa9e87fd7668af5b375a18d66f7effb26dc0d4fb, '', 0, '?'),
(0x332fea3fca43b57b3bf714e94ba397b1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', 1, 0x00000000000000000000000000000000, 0xb9a90443a1c31bbe784f5e8ce8e84986, 0xc448da5b22efc830cb4d3e120119d433a488c22872a4837451adad3df7943731, '', 0, '?'),
(0x333e5cde6d4ae6ef6bb7c7496b299b8a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', 1, 0x00000000000000000000000000000000, 0xdd0db82e0550fddd3afe958029f3a9cf, 0xe3cd47bf7efa7a1e37324167fbd7e82118833f8bc8ec55673fedf4a4f114a291, '', 0, '?'),
(0x3345acb755c0b8a30bbf16224c770d99, 'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php', 1, 0x00000000000000000000000000000000, 0xb18e372b3d309e897a9307067a439828, 0x1bb348cf68b8a16b6f0b628915a6d6f78eb81160fa77438162c75cc6f139b698, '', 0, '?'),
(0x3346bb9c75f1d2521308ce9831cc0634, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-dark.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-dark.css', 0, 0x3215ab3844c6ab255c5f5403b860232f, 0x3215ab3844c6ab255c5f5403b860232f, 0x109b77445e64ff62e7678dac6b71345338f43ab95e5886543afd05375b664255, '', 0, '?'),
(0x33472890463bdcddb07374ed7986f5e6, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php', 1, 0x00000000000000000000000000000000, 0x3a7f669a3cda2dda72c803b8f9e9c909, 0xd3704ce4990aa5e84aa290cbce602f2add8a5bff0e299476137266055b36c898, '', 0, '?'),
(0x334aee5a0faa2bfe7e2fe08137d18d69, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', 0, 0xb79af2dad3a812b4a9097a6241ccbe83, 0xb79af2dad3a812b4a9097a6241ccbe83, 0x45b267beaf75dbde6b0dbc0996ada710fe936d5c518e6d365c3b573c37a1e6e6, '', 0, '?'),
(0x334db7edf0a8f9e31fb5a862b442701b, 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css', 1, 0x00000000000000000000000000000000, 0xdf8242a12a8d996e4bfd571cb07bd6d4, 0x6a3671c3ee5b524ff8107a6a2cab1b70b1e9201ec649bfba33675f9276c12555, '', 0, '?'),
(0x335fd6c77013bed011490059c2676f95, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php', 0, 0x36d0f1d3d9d536ce71d700ffc7d24f72, 0x36d0f1d3d9d536ce71d700ffc7d24f72, 0x2aa5969971572c03377c3a3bc5a53cbd4abcbd98435c2dacac072f67cc95ce27, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x336220e3cab597b5416db0f2d55d9bd6, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/less-images.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/less-images.png', 0, 0x0bb239c1f64210d1489d997ac03c4727, 0x0bb239c1f64210d1489d997ac03c4727, 0x0d6dc7673d9fa3825cf6342ad109c4c148ef9ed30e4ec9b03cc21b96f80f007e, '', 0, '?'),
(0x3364c9ceabd56a4bae3c75a5e3632177, 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 1, 0x00000000000000000000000000000000, 0x309a0e0dbab5e2465c6fca9d11ee0a76, 0x94b6084d66867d44e57d5467a8b67bd1247936c2aa910a8777e05c998562e42b, '', 0, '?'),
(0x3365377ba8e6bf13b5fa8c432effc51d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-helpers.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-helpers.php', 0, 0xc778639e5b9a329bb61d0bd804d05954, 0xc778639e5b9a329bb61d0bd804d05954, 0xad0c1c401f84930ef63dcdf3ffb1f59aae8a105d68d98513c8e15e8a008e8ecc, '', 0, '?'),
(0x3366660ba957788260f5d6f3921c02bd, 'wp-content/languages/plugins/wordpress-seo-fa_IR-3dcfea4e3934344e63996b6fa47b7b5c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-3dcfea4e3934344e63996b6fa47b7b5c.json', 0, 0x2fdb90421a878123ef2226cc79b9034f, 0x2fdb90421a878123ef2226cc79b9034f, 0x64236e76fe558c95c9e74404a9f5feb05a42bedfe85f1d9ae567be243ffcbe04, '', 0, '?'),
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', '/home/abt90iranbet/public_html/wp-includes/js/clipboard.js', 1, 0x00000000000000000000000000000000, 0x908af414ab0d3801dc9e52194f409996, 0x0708333e30168df7d4199f44e23221124ae77740fca2124c10799e131298e2ea, '', 0, '?'),
(0x336a876218816ae7f024e92b9f5ea86f, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php', 0, 0x90dbb3840dc0e0cfcaa929fb27b22e6d, 0x90dbb3840dc0e0cfcaa929fb27b22e6d, 0xdf381656afe18dbf94fcfe8f56e7bbdc31752c65d547bb1b5f09039ac72ba953, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', '/home/abt90iranbet/public_html/wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x82f9dbc95ec3f97a0d0b9672f6f996c0, 0xfebed01be5018ed1edd92cf29660181cc4ad24ccec378eefa31fdc81bda77b6e, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0x33701ed44f547ea326b2903c31b8bf62, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/retry-skip.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/retry-skip.php', 1, 0x00000000000000000000000000000000, 0x86a52fe656b05f6b0bb3f75848ef4cf2, 0x36cf9baf5567206fc6e684627a4f052a364bb31caf5178509c23a50bbcf8ce0f, '', 0, '?'),
(0x33734b1855eabb228e811202fe483c73, 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', 1, 0x00000000000000000000000000000000, 0x86bf0cd337c105eac7393071b844d10b, 0xa8ac4394d13faf2084178d86ca8d2ad8d1c85163dfaa321dfd0cbc00d431f830, '', 0, '?'),
(0x337621c5c55445a8ff01816d2a039646, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block14.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block14.png', 0, 0xb37bbba060d04fab0d072b45ef16fd16, 0xb37bbba060d04fab0d072b45ef16fd16, 0x2396c3bba8455511046878e25450f9c39799f212900f51d66c9cf803013f9174, '', 0, '?'),
(0x3378bef121f11ff092a89014e6021cf8, 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc93b0b7242e9286b8d1f0b10d0dcd373, 0xd49625f9a4c12abddc2c69db9e04300521a76a1da14c03e32ee0598920972bfe, '', 0, '?'),
(0x3379304b041f9284206280bda3787584, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', 1, 0x00000000000000000000000000000000, 0x0a176cd0d3c37fd6d3c3edd32973ee63, 0x7d4465c8272fc6ccf9c72297584d2f01857878256b5ae0db938008e158a0828b, '', 0, '?'),
(0x337a02ee140e54c5b65b2b26fc58c8e6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import.php', 0, 0xe1bde6a839faf7a79899191be5691a3e, 0xe1bde6a839faf7a79899191be5691a3e, 0xad56dad74bc7ae6129b2559f0cf8539454b559742ce4f63fd9897c786f46fe6c, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0xfefb1ef231b7ff8ddb1007ac34b5a23e, 0x419cbd33b0d9ea5b431aa71db10edf586c27ada8587c949324c459d6aa6ef56e, '', 0, '?'),
(0x337b0dbe60c3d1a5db9c0616dadcf746, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_2.php', 0, 0x4e537a74a5e5fb04ea1fcfb72fd80e8e, 0x4e537a74a5e5fb04ea1fcfb72fd80e8e, 0x6d2aae688ef9dbda942899f45ac8896636651fbb47d5307c34abb204f48a37fd, '', 0, '?'),
(0x337c359679bbebf8e54c9aa05b70e456, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_5.php', 0, 0xe415e263dd3fcc361bae5b020e36e62f, 0xe415e263dd3fcc361bae5b020e36e62f, 0xffade0d5ca6189718d4bf3a2a592af12b210224e552c38e7b1da1a23b7dac8e7, '', 0, '?'),
(0x337cfcd1575e0db480efcf9d337168ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', 1, 0x00000000000000000000000000000000, 0xe8c77b1e799ea0fedd32ccbf8eafc33f, 0xf8bae51a96a564ade87f1574df1286693e67cf96df702d90c1041cdaaea64290, '', 0, '?'),
(0x337fd10b68fd72532dc6ae0f25a35bef, 'wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active1.php', 0, 0x63e3cc15e86b2159db1020095f26afdc, 0x63e3cc15e86b2159db1020095f26afdc, 0x82bdb31bf8b456dc539877a697b93a43cee67fd3694a59c3207eee9bc5830af6, '', 0, '?'),
(0x33859854d24c0354bf0d94b7cfd246f2, 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php', 0, 0x6c4c281bf65bf17f15925a6664b6b99d, 0x6c4c281bf65bf17f15925a6664b6b99d, 0x94b2315d1cd689cee8ca10289cb765613011763857cd11860cac4fbd674cd0aa, '', 0, '?'),
(0x338a89c00039f6885ac6411df7a9862e, 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 1, 0x00000000000000000000000000000000, 0xa076ec450c4a8024d69e7dd614a83290, 0x538fcd27b714fe98c4edad1ba79c41d96a801dce8750ea8d39d7f87aa37e471c, '', 0, '?'),
(0x338b3df09a800ac938c90f38fc814f73, 'wp-content/plugins/elementor/assets/data/responsive-widgets.json', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/data/responsive-widgets.json', 1, 0x00000000000000000000000000000000, 0xc2e4211bdcedf488629aeefdbef2dbf7, 0x5d631c0b4eaa55b5293f7d4bcc34e0ff69e9069a4047c4d1f71a8a9b2879b7dc, '', 0, '?'),
(0x338b66ca626df40afe4cc6a832dc3f16, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_panel_settings.txt', 0, 0x4763e8c0ee1d6d65a5886a1c1e5029d9, 0x4763e8c0ee1d6d65a5886a1c1e5029d9, 0xaf62a2b83368fa8f6561d0e1ecdc7f4828aed6f9c5642608962d3f55c4643abe, '', 0, '?'),
(0x338dcb3c2a0ce953cd6ab070c5313e34, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css', 0, 0x33a5418d3c0fec01100b4e34d78d5793, 0x33a5418d3c0fec01100b4e34d78d5793, 0xeea352f278e4e756cdb3401e0791a9155e162da0973df7d1a3d257a2b4ec07a9, '', 0, '?'),
(0x338f73f1fa1783bc2d31f5d0c2f62112, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 1, 0x00000000000000000000000000000000, 0x5af3b7d064bba1e485c43f84f247f257, 0x45e68463b823bb5b24823d55b3ffe63c91d7aded5a6eeb71aa9c7a08e309cc15, '', 0, '?'),
(0x3397fb81f9051be7eada4d60af607e15, 'wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.js', 1, 0x00000000000000000000000000000000, 0xf416f9031fef25ae25ba9756e3eb6978, 0x528a9b4249a105539c0e79504820592f0a0577659e21d265d3b60798d24ff027, '', 0, '?'),
(0x339a3b2235b303ffc224f35f5ca644b4, 'wp-content/themes/twentytwentythree/styles/canary.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/canary.json', 1, 0x00000000000000000000000000000000, 0x4aeea0585024e127ad37e6b1b98516c8, 0xb7821c75c1414d1d529b136bfcd9ec03c3ee74cbb080a8140727cd40e4350f2d, '', 0, '?'),
(0x339a998f7a64ce7ffed10010ee598cd5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php', 1, 0x00000000000000000000000000000000, 0xa0ec008c646652c15e3604d662a01db4, 0xec3c9fb4f4306e14eea520319569b56a8b898b12c1bdb5c2f23ab87d4db5cc79, '', 0, '?'),
(0x339ad7054a256b95b2bba917b3e13fa0, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 1, 0x00000000000000000000000000000000, 0x6706efae2d252f5e89cb95374963dd66, 0xa57d6fe98ae0b877f230953e1416f76ad7eeadf48921b433e8a77db431cd4387, '', 0, '?'),
(0x339b3e809abe7a931a73fca3c111ba2a, 'wp-content/plugins/wp-rocket/inc/admin/upgrader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/upgrader.php', 0, 0x2c5a1e3b7740ccfa1c03917e8c96118b, 0x2c5a1e3b7740ccfa1c03917e8c96118b, 0x0ee715a93ce21919ace03b882593813d0b1e52cf79f0fdb071d74797197dd071, '', 0, '?'),
(0x339c7b64ed292be413a26b8136301ca0, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map', 0, 0x28b6ed48872da877e728dc0e81179b87, 0x28b6ed48872da877e728dc0e81179b87, 0x119f3698d7508022e1a45e7186b39327d92aaa9259895aed2ff4b34b9d4a92ae, '', 0, '?'),
(0x339fc03353bab047e63f644682bc1552, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-salmon.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-salmon.jpg', 0, 0x48967e01b9c932441b05d88a4575db05, 0x48967e01b9c932441b05d88a4575db05, 0x956db38d12ad4cade130596f487cee523fc7df0e40d216758dd475cb69513192, '', 0, '?'),
(0x33a906fc763c097460ce4339c69fe87f, 'wp-content/plugins/elementor/includes/controls/date-time.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/date-time.php', 1, 0x00000000000000000000000000000000, 0xd51ee05128e7e384caa0bc6c256617df, 0xd5cebeeea73562de1a578bc353b4fe0fecab7a3e32799f2b354d3d5272027d48, '', 0, '?'),
(0x33a976353c0fc4f85615ccb7e77f4fb4, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_7.php', 0, 0x08fb724a30e0c7a401b1ec294b6449e7, 0x08fb724a30e0c7a401b1ec294b6449e7, 0x480f190cf8658c1ba808e5c121d160732f8004ad4f8ff09b8a759257f06bfc90, '', 0, '?'),
(0x33abe185746c52049a6481dedf4818f5, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xcfedcac9896b08e28edc00dd823b7dfc, 0x9049c160101611bec443c5c9b133d3f95ca20dd1635dca82c981a9c09854aa9a, '', 0, '?'),
(0x33ad571790c86ee85a68f6e5448b06dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4.php', 0, 0x37a562d26c288034de502c4460abc06f, 0x37a562d26c288034de502c4460abc06f, 0xc32fb34eee1393f4f9ff3c8ae6d10d2dc2ee4cf98d723927ddf04e1ef06333f9, '', 0, '?'),
(0x33ad963023df65ed6b677659f95105c0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-d.png', 0, 0x87ba6ec504d4691bd724b49454093dac, 0x87ba6ec504d4691bd724b49454093dac, 0xc1620776922787ff08313a160f5eb76634fe26557618f26c3e1cc235c4874e54, '', 0, '?'),
(0x33aec249f4c421258ecbbb7d7856ffae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_panel_settings.txt', 0, 0x8981c0b8173b0b10f77fae1f0da4ae8b, 0x8981c0b8173b0b10f77fae1f0da4ae8b, 0x6a856b58d16b0f639cafa82766821459ccb4854117269cf008d967aa4e5c0ea5, '', 0, '?'),
(0x33b13701da7847f8c0033836a2808315, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/js/jQuery.tagify.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/js/jQuery.tagify.min.js', 1, 0x00000000000000000000000000000000, 0x794447911d602eba5e53e57646706e1a, 0x383cae4ea6bb5dc4ab2d142f65d38b5d21b07078559dbcea7e3635360ccef7fa, '', 0, '?'),
(0x33b227a9d5a9a3e6a56dfa83d3ea2771, 'wp-content/plugins/shortcodes-ultimate/freemius/require.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/require.php', 1, 0x00000000000000000000000000000000, 0xbe34ff4dc8dc68a03e94eeed3d87f139, 0x8e66002e64ddfec73808cd436a8637b2d2e09804f9f3ba3b79ec23320350c0be, '', 0, '?'),
(0x33b5091025fa41455ea35b86d066a329, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_8.php', 0, 0xf42c6d6cd9b95a1b649a0236f4759978, 0xf42c6d6cd9b95a1b649a0236f4759978, 0xf085d704ccda8dd21cb91deb05f83e81da1210b91611cd0e64ab0234f06771b4, '', 0, '?'),
(0x33b562cfda3c80d7a37cb86c5a0c6f71, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md', 1, 0x00000000000000000000000000000000, 0x7fa6a13360ee7400639b5e3845e77f67, 0x7bf67f6fefcd85db2d8a578746894ef17ffab2d5104226d3f3d9ff23e8931470, '', 0, '?'),
(0x33b7d67204b8ef33ac1bb9609e26a634, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 0, 0xfa1a16f74a8940b84d992fad65a65f4c, 0xfa1a16f74a8940b84d992fad65a65f4c, 0xa25b7787832d2c87e23d4cc4b4f40029e6d8a77bce9603843af3b2bff41c4b9b, '', 0, '?'),
(0x33b8bed50a88139f06da62d01641e659, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/LICENSE', 0, 0xdb7096d1ec87ffcdc25c249bcf336120, 0xdb7096d1ec87ffcdc25c249bcf336120, 0x06287cd9e546dff3de9a8de06f485331198fd37859272791853736d1a7914d8c, '', 0, '?'),
(0x33ba9713408b5dc98c3c4df491881b2a, 'wp-includes/html-api/class-wp-html-processor.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-processor.php', 1, 0x00000000000000000000000000000000, 0x78928e8a078ad6bb8378efbc041fcbbe, 0xbc81ad0e7d28dfe497da07f8931ad0f0c2f84f084540630dfd515e35bfce8b3b, '', 0, '?'),
(0x33c3136cf8e11ddb5616394e05701084, 'wp-content/plugins/wordpress-seo/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/license.txt', 1, 0x00000000000000000000000000000000, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x33c45abb699ed264b89cb33e58aef316, 'wp-content/plugins/wp-rocket/languages/rocket-zh_CN.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_CN.mo', 0, 0x4aacad06b6461a0ac648a20a2a017f97, 0x4aacad06b6461a0ac648a20a2a017f97, 0x0e95bbcf7c5bb49b7624094768ef10c84fa9b67406a9c2e1b94c1836a335abb6, '', 0, '?'),
(0x33c88f79d6f24e35830916b661b9f43e, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_19.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_19.php', 0, 0x7c9801add991af3b9b803c225db66b76, 0x7c9801add991af3b9b803c225db66b76, 0x634b165f5c37c1b4489f1b2d6c4374ef42b9e0174bbb11ec0f6e4d0451c10011, '', 0, '?'),
(0x33d16b0e372a9fe9681ddc382f40b82e, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-1.png', 0, 0x4753da496d8e9401c0753430e98854a8, 0x4753da496d8e9401c0753430e98854a8, 0x37f9230eed9b42fea2752843612214027209149a005d42a575b75faef92c2b0d, '', 0, '?'),
(0x33d1b06d8a781c2da2dc61063dc7f567, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x33da35535a3bfcd78e848f1bcf782540, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', 1, 0x00000000000000000000000000000000, 0x3eeb94f282317d6ebb61665a6301b428, 0xaaf5c07926db3c907f43d2fd10d6d686376214c70ba7e9bd69098537972a2162, '', 0, '?'),
(0x33daffe43a14e35774ea821bce2f0b20, 'wp-content/plugins/elementor/assets/js/app-loader.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-loader.min.js', 1, 0x00000000000000000000000000000000, 0x7618835a23a72353dc094ab70949fe18, 0x3ffdb4cae0e14efcdab3e0acfdd50600677c8ea05f516a48f94bbd8c757c5841, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x33de8bf7f0bebca2a69aa0faf51dc0cd, 'wp-content/updraft/backup_2025-02-28-0327___90_e299522c461c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-28-0327___90_e299522c461c-db.gz', 0, 0x75b2ff9919e8f469c80e7452b19b86e5, 0x75b2ff9919e8f469c80e7452b19b86e5, 0xe3cefcea3cd70b9e1cccf154496b6ede8997523a0527d339e2fb96ef94da2b1b, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0x772ee2c2f301d6a822f526ab52b23c0e, 0x98f7db5bb01439b823fd1363e0f4bc9132d6cf7a82bf9bd05cb2273f9ca84831, '', 0, '?'),
(0x33e3ed90d1f0daacd08cb501cae122a6, 'wp-content/themes/twentytwentyfour/parts/sidebar.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/sidebar.html', 1, 0x00000000000000000000000000000000, 0x1553881a732fc82c2ba183e9c69fb756, 0x0dadb7eb0c6af3da200a69004ec3c676d362b24fd9e8f5c8aadcc1ffe1cf1e7f, '', 0, '?'),
(0x33e517e4b0d4e0a4944fec35280bdf01, 'wp-includes/theme.json', '/home/abt90iranbet/public_html/wp-includes/theme.json', 1, 0x00000000000000000000000000000000, 0x3042a2fb5a5d4d05d7ec1e73dc971cf3, 0x654e9e3caf401127f559b4b28f30840a0e09da1adc642e6f751fd227b3115507, '', 0, '?'),
(0x33ead5719c6369259616f1afd329c177, 'wp-content/updraft/backup_2025-06-06-0329___90_80b0d92cdb81-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-06-0329___90_80b0d92cdb81-db.gz', 0, 0x1a11470996d7e0942c45682ff2b3fbc2, 0x1a11470996d7e0942c45682ff2b3fbc2, 0xd57118c76f44b231c8241b0ec624fe141b208958b4a9a59972142e6f5f67093e, '', 0, '?'),
(0x33ee332e421d2ddcc4918cc8dee34e0b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0x33f764849c5157dd62134c523619336d, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php', 0, 0xefbe5c50450f4865d7f14a609e89397f, 0xefbe5c50450f4865d7f14a609e89397f, 0x66a9c69948269dcd6e108ecef9f6fcc455a8ac97eccfee32bfa5f810458b5fdb, '', 0, '?'),
(0x33f871c5ab86d81ab3fac5c732cc4a34, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css.map', 0, 0x36327e2810bc07ed5b20dc9c433a2ec5, 0x36327e2810bc07ed5b20dc9c433a2ec5, 0x76c4d8987533e9d3248e6d40133edd288cf680273e7e193ee9b4bd3c1b9e0a2f, '', 0, '?'),
(0x33fb6281e5c304fcf1e802fee65012b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', 1, 0x00000000000000000000000000000000, 0xfba4c20f84431a6d315b65d13b570a19, 0x7f98063669add9484a57f66c6def6d80f47c722d6b8550fb53377ca5cabdc4f9, '', 0, '?'),
(0x33fbc8429fa0d1acf1d0f4062ad2c4d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1_no_content.php', 0, 0x87048ba26e5fedd7c449c41ed0a23a7e, 0x87048ba26e5fedd7c449c41ed0a23a7e, 0xebf61696b09548a3579a46b7e2f667f0a944c818713da5faa33237074a6a2309, '', 0, '?'),
(0x33fc690c1fc6689200f2794edb60b544, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_homepage_full_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_homepage_full_1.php', 0, 0x1dffb0797e75b9f4853a3ef61622ce0f, 0x1dffb0797e75b9f4853a3ef61622ce0f, 0xe4995d21af31c87bcb2e6a1047c1e7fd573c7b95fa415ed0ae93ea81c4a00428, '', 0, '?'),
(0x34007b2090383e47ab3a9e1247709498, 'wp-content/plugins/updraftplus/central/updraftplus.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/updraftplus.php', 1, 0x00000000000000000000000000000000, 0xc857356170a735cb2740b672eff4c4dc, 0xee9d7052235be6f78e328c0443db0aece0ad3e03d6d80d4ee9dd8ea7eaebb619, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0x21efabf3bc7b5cc52064e4c2e3dd60a0, 0xe71795ebb310c7bf27e4c99cac4cd2aaa50f423ea0ddf11509262da57b85908f, '', 0, '?'),
(0x340af68532addfb52245a2f4ff47c389, 'wp-content/plugins/wordfence/lib/wfIpLocator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIpLocator.php', 1, 0x00000000000000000000000000000000, 0x1b0d72b790c3788f42877bb5c12626cb, 0x4f886f4dc1bc12552dede0ced89f1ab2d4727384a7f4eae7e74fec7db01ebb40, '', 0, '?'),
(0x340eee141216a0db96ada11f2a0f54a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_1.php', 0, 0x41587ab17721d462a2852af09d7490dc, 0x41587ab17721d462a2852af09d7490dc, 0x1dcdfea237db8bebef6999df54cecad49cdd67498d4866eab08af50a1d677336, '', 0, '?'),
(0x34127f238d8b7ee626674c0f156e1cd9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3_no_content.php', 0, 0x65b399a60f2a6562e864e7201ace12d4, 0x65b399a60f2a6562e864e7201ace12d4, 0x28aba99772f00648b5f1c6eaec082eb97c2ec7009c5b81bde5bc279a8b708680, '', 0, '?'),
(0x341566a80b6d4677df1ff10a088a933e, 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 1, 0x00000000000000000000000000000000, 0xe3beab9f858f806241d24f1b55c24839, 0x985a2b58ae02886ece3ab795d50067f45027f6295412b9e861bc887869feee3f, '', 0, '?'),
(0x34165fa01d37d614cdd8d9373935d0e7, 'wp-content/plugins/wordpress-seo-premium/classes/views/import-redirects.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/import-redirects.php', 0, 0xf124ffb1242c89cb13faf9313fa441a8, 0xf124ffb1242c89cb13faf9313fa441a8, 0x821195d500ea817c461f7fd35eefd49a925b90490acb3bdcf64b90b24d7c989d, '', 0, '?'),
(0x3416d7333140bf2a72ebd8d3c3f7b238, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xf2c59bf14ce5115cf350da9c051dca55, 0x633ed135a86f93bb8ebdd0ef149df0bd839018b05fb05439934c7e3bb26537dc, '', 0, '?'),
(0x341a4d1d50d034ade1bb7cbc63966f36, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php', 0, 0x542f458e52d44874e721f73dd4eee016, 0x542f458e52d44874e721f73dd4eee016, 0x94479bd08d796918462482847f9d65a69b5961a4d137b7364bbca266cd0b888f, '', 0, '?'),
(0x341d166df536b429f33a35bb74d17197, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 1, 0x00000000000000000000000000000000, 0x369fe62336b1ca27afa7cb8c452c2a09, 0x7c880b72d627c51895fe9d58b9f2b6ec6079761ed0388219fc7289949bffb6f0, '', 0, '?'),
(0x34207f1fd69fcc82449fdf788b960542, 'wp-content/plugins/td-cloud-library/assets/js/js_files_wp_admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_wp_admin.min.js', 0, 0x64c4a7a780ed3c2b4ca4d0aff985f46c, 0x64c4a7a780ed3c2b4ca4d0aff985f46c, 0xb29e8abff675e1685b764eee40a3584ddfe8e0c34cd5b970dc6a4264a872bd63, '', 0, '?'),
(0x342154bfdda6019011a110adf0b6486c, 'wp-content/plugins/kk-star-ratings/src/functions/block_5.3.4.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/block_5.3.4.php', 1, 0x00000000000000000000000000000000, 0x02d0a687272642738658e5dba93bc2d2, 0x8b724000acb4375f50b1d11737f0f09ef1c1469f5d53c86c4cd240e949982181, '', 0, '?'),
(0x34222d9e1137a7a409fafcbed1054667, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', 1, 0x00000000000000000000000000000000, 0x1eb698e0f6135c42cf41f2bef369d5ee, 0x5a1a69309ee3a9354ea7cdbac62dd508bbcf035c3eea6ff73b423c7a05f7bae6, '', 0, '?'),
(0x34277d55e4c92a470e621ccb0aafb061, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_4.php', 0, 0xa417986475366941b4e9104a999d391a, 0xa417986475366941b4e9104a999d391a, 0x00427b4823c511e516981c58c72adb6836ca2006c86638094ccc46d6bb75d07e, '', 0, '?'),
(0x3428af5bc8fb579092997711ca36e6e4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 0, 0x8ff8cf2a495cf9569eb5f83a721464f8, 0x8ff8cf2a495cf9569eb5f83a721464f8, 0xfd210537ab383e18769e59b31b8259de5e394efe656d344adf40b8fc6197dcbd, '', 0, '?'),
(0x3429de3e60b7aeb772af28b44b95049d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_8.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x342f8c135300741ccc5886ff240e55de, 'wp-content/plugins/wordpress-seo-premium/src/integrations/abstract-opengraph-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/abstract-opengraph-integration.php', 0, 0xed7914fd04d08625250e8192f6dde620, 0xed7914fd04d08625250e8192f6dde620, 0x768aa76ddc7b62ab56b51e98a6da465f63d133b6e1f48596c212b767c291e3b3, '', 0, '?'),
(0x34312b5b46e5c3e490a45fa0ab6b7ec6, 'wp-content/plugins/wps-hide-login/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x32775893d67d48239d24d7567bc427d7, 0x00bf3a0eab09811d0e0fbc6f48a619863280ffd6ff870b27654516000b8a7208, '', 0, '?'),
(0x3432a48f1d35fb6f3dd6f7538c23bcc3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 1, 0x00000000000000000000000000000000, 0x9b079479c546b0f5cfdfef736cbea147, 0x9904b4e90ed611944f3a1485c283df8d6faba790ffb521a21a9281b0d20c7754, '', 0, '?'),
(0x3435799a3dbe55b22ce4311105112d80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', 1, 0x00000000000000000000000000000000, 0xfe2bd8a7362ff63217c02f61532d2248, 0x454c3cfd4bd7abc2d8bcc05ac4064c1753cfa9c162de4010245c69bd8a136118, '', 0, '?'),
(0x3435c5356038f592767e0e81657d4b6f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_4.php', 0, 0x26fd5d40112d792f4c148fb26f83c553, 0x26fd5d40112d792f4c148fb26f83c553, 0x89765f13b112a8a052b23a954c6ade0cbbf74df6182fff2d1c6e2a84e3f9048c, '', 0, '?'),
(0x3436e6b213230eaaaacf937d7dd9c268, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_7.php', 0, 0xbb475b9100d0b8d1d2b19fc6280c7418, 0xbb475b9100d0b8d1d2b19fc6280c7418, 0x573276cd44ce91445fea1c8888541742f6276c4a25b078c3e9ad5e0051820a0f, '', 0, '?'),
(0x3437442ebfdcb7abcbe7154b30566846, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 0, 0x5df14c17a99b5037c971b1f55c9d861a, 0x5df14c17a99b5037c971b1f55c9d861a, 0xe7d2e728a931dd85ef93ef1141fe8cfb1ffe6c8f708b89f2596ec85b044d7df6, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', '/home/abt90iranbet/public_html/wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xa70ea9e35c4d4ccd3819b990c04569e9, 0x984b67178dc80dc59f6978ad2e3e46cfb7b33eb3e3a39d86dfe8082fbc672f46, '', 0, '?'),
(0x343af2181f4724f11d6d7b2b9df3feea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3.php', 0, 0xd28ffb4ca22a7c5af38205c8889f9ef2, 0xd28ffb4ca22a7c5af38205c8889f9ef2, 0x3877d27faad3918d61b7919d3760666e7a697e57c0613b132e0077f0f1349d46, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0x3444d83d8170676036cb7a8ee8b67903, 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 1, 0x00000000000000000000000000000000, 0xebaae623910cb2cade71d1579c0c3752, 0xf6ba598f8b927bc417cee538fef2e809759b2e3668e3a64d3c1b520030d89133, '', 0, '?'),
(0x34454f1f1e4151b91a0b3f2e199d79ca, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', 0, 0x92e5376e39f60c4b7d373178d3847283, 0x92e5376e39f60c4b7d373178d3847283, 0x5c44bdbb3e5c884e7ec9b01ab35cf31ce7e563d2d59552abb48754329d78294a, '', 0, '?'),
(0x344a72ccb45f5f5ce41465b70831eba3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_7.php', 0, 0x81cb14069ecd45dd6c08bb002d5700e8, 0x81cb14069ecd45dd6c08bb002d5700e8, 0x52dd0eac79ca43375781112cac781c5bb7a15a7651c75a44abac89d82f9f1ee6, '', 0, '?'),
(0x344bea79502f0677a07ec985eb2487e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2.php', 0, 0xce05f7588e98734eff3fa48c68bee97f, 0xce05f7588e98734eff3fa48c68bee97f, 0xd634c0362b640d7d8395981139512653a4237a5e1105ddb8586cf4f9b7dadf0f, '', 0, '?'),
(0x344c6b9869414451bbc5d425910750f0, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 1, 0x00000000000000000000000000000000, 0xafc752c3c8b6f232cb7059b85191a272, 0xa2750bab99c8b5277b0092326dfc7e7700ecf7615c9710f1b7c5f97a59eee833, '', 0, '?'),
(0x344f38aff22defd57bcf6c8fec28d0b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_6.php', 0, 0x26d27e864e9714745b1b858472f0a9af, 0x26d27e864e9714745b1b858472f0a9af, 0x75aaf9526a046688e7b1c76952ff108293a790e072986de61139d0d2b939a4a4, '', 0, '?'),
(0x3450007aa4be658a389b7aeb429da7a4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 1, 0x00000000000000000000000000000000, 0xb6b1aa0e6f9e5392b4164f17a504198a, 0x99ebb70e95e645813805f3e6d39aa28ac2f525e88c00202538005f606db9eb74, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, 0x00000000000000000000000000000000, 0x3718f6730d163e4a99bb28a19c8045cd, 0xd34bb0a6faf51428779cb24224a60da41e73abaeeca48721fc13e0a8bfa8cb44, '', 0, '?'),
(0x345636afa37566098883a54aa0074b64, 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 1, 0x00000000000000000000000000000000, 0x5c4de653c2a3e787dcc4c31285208ac7, 0x9238c095729c472741ffc772de3db8b7369a6588f5c06552cdca3bb682003538, '', 0, '?'),
(0x345eca81eca044fbf2170f178db61ad5, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-simple-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-simple-blog.php', 0, 0xb9ffa3d588f29b50b788c9b52a2d0172, 0xb9ffa3d588f29b50b788c9b52a2d0172, 0x4657b02aaaeb23816100a180e03b8c2ba2c147227bc939228b8a6e6bae418dda, '', 0, '?'),
(0x345f850af04ceb215b21cd2b4d9ec4c9, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-tools.php', 0, 0x7f486bf8000bb36226fc951e3efe5015, 0x7f486bf8000bb36226fc951e3efe5015, 0x4244119fb66c3dedf4082c7edc071b43384327982a0dca6ab21f413edc7ad5c3, '', 0, '?'),
(0x345f85cb7d00e8dbcaaa51aef780214d, 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 1, 0x00000000000000000000000000000000, 0x785a151828d4ab0b5e5fa4973db5aea6, 0xb9f3e3ee521d4715910bd8409de99db0e8d5c65b62b442da2bb27cbe26176a8e, '', 0, '?'),
(0x3460819d566f92bc888ecb93b448ddc4, 'wp-content/plugins/td-social-counter/td_social_version_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/td_social_version_check.php', 0, 0xc0e6a8cb436b41a3b50780a3dad3085d, 0xc0e6a8cb436b41a3b50780a3dad3085d, 0xd3400e135519c623058b274f5f8bfc0fa7b070ff25ab459af67229abc40d0708, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0x4a435c73b39b5f539663ebf45a993b9c, 0xd75bd79d80727b256daea98020a8d66aa591b7e7ab79c418d28b811c970adf7b, '', 0, '?'),
(0x3470d9ba146776a1e9e78c94efb9238e, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', 1, 0x00000000000000000000000000000000, 0x6fe4a1f7583e3e4c5a34820ef3be5cf8, 0xdf446b4622203268fa7c54ba17691b8d65b590248bfe1e7e132a10923ed7545a, '', 0, '?'),
(0x34720b13488ff0d270617428ccf33af5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import.php', 0, 0xba551b6660052eef3f0cf10714f10e31, 0xba551b6660052eef3f0cf10714f10e31, 0xe459b2079bd98b9f3820e9a100b60e43ff2b76b87104d7906f203a5d575e893a, '', 0, '?'),
(0x3472e47594d612c2f075bc01b84cac1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_block_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_block_settings.php', 0, 0xed71dbd320cb18a814513bf551309cb8, 0xed71dbd320cb18a814513bf551309cb8, 0x04c13c8ea09f6da4bae26bc9a537ce40d68df6e72b50bdf009069116e9c8a070, '', 0, '?'),
(0x347547d45b051ecf80f633f151789f78, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0x9fd8d0a948be3698e59cb2a116964a59, 0x6bc69155715ee34de66ba0d15d8c29378b5ecb8e6bc359d566f02b1e2bd3585a, '', 0, '?'),
(0x3478d24910a3063a756f11512e27ba90, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0xc02f91c6d1d63e21b9bf1da54c47dee0, 0xa0e996dc5fc427ee4436a9df12209cd0af50597bc43019314dd947204861005b, '', 0, '?'),
(0x348041c609f38c092120517cac946eae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1_no_content.php', 0, 0x2e85934ad74f0e9b8f7c88134fc1ad0b, 0x2e85934ad74f0e9b8f7c88134fc1ad0b, 0x645ce1fa708f16735443e65a0af59951e55246ed4a0315828f1843e636a28fa5, '', 0, '?'),
(0x3485ba1c2f6b0afaf5d8500d3ada54e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_4.php', 0, 0xda2db4e402122f1c28aea1e32dc8f864, 0xda2db4e402122f1c28aea1e32dc8f864, 0x7f6d265f30eaa713017b83a47da9d62764f237b9a404603674b265eb210b1a5e, '', 0, '?'),
(0x3487f9c87d3abcb039f0e25f3c0ead30, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/add-ons.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/add-ons.php', 1, 0x00000000000000000000000000000000, 0x03fd4d42156dec91d9b1bb537176bbb9, 0x90988fe95b0cc1a63e7a0cc22a171703b6065a71993c312faf4fbd8a09dc21da, '', 0, '?'),
(0x348d714579560753032ff4cc6f127d98, 'wp-includes/blocks/tag-cloud/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x088b4d477589b08cbcb24dac8d69ee9b, 0xcaa6c8696937bc17ef41b3512728facb0b262b6c841dcbf0305e887c6c1c84be, '', 0, '?'),
(0x348e780312e7ed37d24f6e19057a5140, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10.php', 0, 0x830fb453e9b36c714340665d6da1c2fb, 0x830fb453e9b36c714340665d6da1c2fb, 0xefc835d60a9e0131c3a6e74db351f900ede9de4cd972dbff61082e5397a835b6, '', 0, '?'),
(0x34907e3c202abde5c8dd75b8872e90e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_9.php', 0, 0x626988d085ed23773c88761d59119a05, 0x626988d085ed23773c88761d59119a05, 0xb57081203593992087ca38343bce3099d19e3b17bfc595c593ab692ce7e129c1, '', 0, '?'),
(0x34912a55f4d6448d7c27eb1f82adbf4a, 'wp-content/plugins/elementor/assets/css/app-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa06a5d019ee7c98bdb60cf228ed834d6, 0x0425dc0943a5587bf375daa66afa69126c4d103e3f176d767573def717d27d5e, '', 0, '?'),
(0x349166e912305d56e68bf09a8d6e16ee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_panel_settings.txt', 0, 0x3f80ffa05461b42a74af4cda32779614, 0x3f80ffa05461b42a74af4cda32779614, 0x48a4b7cd70126621f41911ef12f1a5ec4555389cadde78e424d7c284e6750d63, '', 0, '?'),
(0x3493ccfad3a05ca14e16e3bbda557338, 'wp-content/plugins/wp-rocket/languages/rocket-nl_NL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nl_NL.mo', 0, 0x8f75cf33b20cae0342852547e065fbf1, 0x8f75cf33b20cae0342852547e065fbf1, 0x67cafdcbed6c5611cf33eacf8dbb3e719d6b8406e855745392bc27afc4c0df54, '', 0, '?'),
(0x3499cb9f48b390083ccf336078810764, 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0x951e7c244a2180960176266537b22841, 0x9464103f02ab0ae29bdde6527e95916c553310ede913858fd78bdb9669cc6f13, '', 0, '?'),
(0x34a2171e2e50d19aa48eb13c65ab7045, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_panel_settings.txt', 0, 0xcaa689c767ad92763fad76f21e0c838c, 0xcaa689c767ad92763fad76f21e0c838c, 0x250648e26d4a481327b974dd8bca5683f34baf776e2483a95a5b96f639c50091, '', 0, '?'),
(0x34a2e66753b6297a63738ac155e9e347, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_panel_settings.txt', 0, 0xfd1685096054711fc2fd11e11c206d25, 0xfd1685096054711fc2fd11e11c206d25, 0x586b7daadfcd3d65498c1fa38101422dc6fbc06d6d4eeca7dd4473e8aea05229, '', 0, '?'),
(0x34a3a56931be8df512c35daedcb7e2e3, 'wp-content/themes/twentytwentyfive/assets/images/book-image.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image.webp', 1, 0x00000000000000000000000000000000, 0xd0fc01a6110cdc467d245b574036ddc9, 0x6181b4e620c5aa15945ded2f9d8503add7c6d56edd154ec06c4355cf9e618758, '', 0, '?'),
(0x34aaec74de837135d7d3b7022f9fba22, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-rule.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-rule.php', 0, 0x7f151139c4af46ce031ee8e41393cb92, 0x7f151139c4af46ce031ee8e41393cb92, 0x7590752df17314c7449f3b23c5b67795b4642d22134a812f69d002e66827e16a, '', 0, '?'),
(0x34ae7c989ec0eb7accc98183e88936b5, 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/description.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/description.php', 1, 0x00000000000000000000000000000000, 0xa41791486f89b48c73b070043a7e4098, 0x7b6dfa7ecaa7b2430b286cb10a64c30d42340f8f154801f9bca6ebc72608a007, '', 0, '?'),
(0x34b09936e53e7db6c53428742f90f241, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 0, 0x68fb588824883a380f85cb125d42cbc6, 0x68fb588824883a380f85cb125d42cbc6, 0x6603707ab98d7ec85521877f8ab321ab7c8fc3960930be4340e984df6555b218, '', 0, '?'),
(0x34b52c71578fd716453b4912af28293b, 'wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x34bc3c5af401b91bab261022a11ef247, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/services-subscriber-photo.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/services-subscriber-photo.webp', 0, 0x41170b96734b709609b5bbfb53312862, 0x41170b96734b709609b5bbfb53312862, 0x03a9c4a1965aa9c723a658e06eaf628ac4c1a20cb6d8fe7ee24f1d5a2fc83ba3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x34c03bf9ce436a23b1a281505faaf1fb, 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0xa0a77f8c5489bfb0cb155a44f4665e7c, 0x15799d88668352cabf0bae4ada189cbef4c39ad7b66e96c0ed8dfde3a26b6c47, '', 0, '?'),
(0x34c18cb367cf1cf05d1e8e3a5d9628fb, 'wp-content/plugins/poka-review/languages/poka-review-en_US.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/languages/poka-review-en_US.mo', 0, 0x00a483cd03c684cc9759791a00a032d9, 0x00a483cd03c684cc9759791a00a032d9, 0x62262872872dbaf896ea64319bb86079ddbc159cf28d11e6b90b2636a0e080fa, '', 0, '?'),
(0x34c31416336bac6fad0381337131f857, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 1, 0x00000000000000000000000000000000, 0x358c6af63ea1143f7ec0d05b2dc87b9f, 0xba771dc64e90edbec2d1751ec7830ef172af1e6f990bc8fbc03b41446661f5e7, '', 0, '?'),
(0x34c652093a7c5754e3d3b642f5a1ee62, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 1, 0x00000000000000000000000000000000, 0xb5f3b688794d92fbd25e16f913861953, 0xd1589f9f72dfc63263186d20c35bcdf17da09343b4aab114ff00e4f25b840fb0, '', 0, '?'),
(0x34c969863bcab0429f0a066ea61cf64c, 'wp-content/plugins/kk-star-ratings/freemius/templates/connect.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect.php', 1, 0x00000000000000000000000000000000, 0xb2e2dabf9998acc707c2eaba9a1f7108, 0xd4611e37b516cacda23ab2b88ceeecc68d2cdf255c3652e3185038133344290f, '', 0, '?'),
(0x34cb151dc5f67cc272be45d2ac1eafda, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xfef766bfa741546a029d57854cc9538c, 0xfc630b8b39249bd77360a840dde2ba1b512ad97522dd08d6896e3ea0315477e5, '', 0, '?'),
(0x34cd2a0a342648f487637a297416a5e1, 'wp-content/plugins/td-cloud-library/includes/tdb_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_menu.php', 0, 0x671b06ce59957683189186ac5d865069, 0x671b06ce59957683189186ac5d865069, 0x1d5eeeebd74dfb52d628b4f5266920f9158b9813c1f4eca6a94a6e1f0fac61d1, '', 0, '?'),
(0x34d0308147bcd4d9473fdd91ca44f1ed, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', 1, 0x00000000000000000000000000000000, 0xdac530f60af4f4803d664810542b62ea, 0x270b5f894370535e300aedaac5fc1b99ca910257a939d323fe41592770aa9570, '', 0, '?'),
(0x34d1c668346d09563185cdc7efdc0903, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css', 1, 0x00000000000000000000000000000000, 0x9eb2d3c87feb6bb2ffa63b70532b1477, 0xfb543c80d27331afaf94633b20aabb75864b619f99ab98f3afa534de3fa7d5fa, '', 0, '?'),
(0x34d29dfe4e3aea027307fa25a87bac1f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 0, 0x6c084e3659294bf6d32f52fa08ff1315, 0x6c084e3659294bf6d32f52fa08ff1315, 0x47766422bd06e82dcfb03e9fc996688074d6072396f1aa851414bf45245b2f4c, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', '/home/abt90iranbet/public_html/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xfb407463c202f1a8ab8783fa5b24ec13, 0x73d15d7f41a0700a50f208388e96fff89b02eb7b860a35f576655ec9e9f93ab4, '', 0, '?'),
(0x34de9cd7ba83add08b1085e1f9b45e92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_6.php', 0, 0x4687e2ae65d9419c206b07507d85edcf, 0x4687e2ae65d9419c206b07507d85edcf, 0xc073515b4e4028216d9485f7e50acefcf42d9cb00f7dccfda9158a19f5545deb, '', 0, '?'),
(0x34decd5adef507d739117246cd1dfcf6, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/jquery-ui-1.10.4.custom.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/jquery-ui-1.10.4.custom.min.css', 1, 0x00000000000000000000000000000000, 0x134565755c6ee1963cc6d63e5c2ae670, 0x8cb7b50317a9ca3f76405ec3c442dd0942d792c9614ba05f8094f9c0c3b3d4ef, '', 0, '?'),
(0x34df6e86284dd5834923a2c0685c04e1, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0xf64954675ede32d1a4b816accc9eafba, 0x8a10013ab2e05223f7c912fa0a7f4665c8c032d82320ed8453bc505121e59153, '', 0, '?'),
(0x34dfd04f36afd0d0ab8744b958ff995d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3_no_content.php', 0, 0xc4fb6a2a52c462debaa05e2e440f5282, 0xc4fb6a2a52c462debaa05e2e440f5282, 0xef8cfaf1e1693954161ce88843fca15d8f4d7f03cd030cefce56a9f8b1610f07, '', 0, '?'),
(0x34ea26513acda3a6d999535c26095161, 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 1, 0x00000000000000000000000000000000, 0x77230dc2a56563ec7f1d843f5071d63f, 0x17ec1870d83c4e1f8d6b204fe90375223eb7c5aae6a447430c98c6b563b277e5, '', 0, '?'),
(0x34fb37b1b62e1a71fdc297ee2291bd04, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', 1, 0x00000000000000000000000000000000, 0x61a880d4130353c57677cfb41661682c, 0x9e76d2bc8045594c0e724b3d480296040f321ceaa58c06bfe07f616701d09877, '', 0, '?'),
(0x34feb8026c10cb1d109e416ac1042cc8, 'wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png', 1, 0x00000000000000000000000000000000, 0x61f5683c6a4823b5eb8aad1d0ac61e9d, 0x964b5cfa70d1dc643b75c4d3a49c0035fe8f667f5d73d238cfef993d0f0fdc52, '', 0, '?'),
(0x3503960b9930e4114a8aa2402800604d, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 1, 0x00000000000000000000000000000000, 0xee4ee1d36c2bdc53a8211683ff9a8443, 0xa197e4136c03f3585f0faf68436bb2117daf138574aa90586e88fec69a970901, '', 0, '?'),
(0x35042c36433deccedfc1556e4bb6a348, 'wp-content/plugins/elementor/core/kits/documents/kit.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php', 1, 0x00000000000000000000000000000000, 0xc634621c83ede0d88329143b20edc432, 0xff45b4638d659e7994ab3ebc19654dc0893640436b6bb5d23907064bd3ff7370, '', 0, '?'),
(0x3505598a0f037c8bdfe987b9876cf68f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-7.png', 0, 0x8a00a045199febbc9b38484e6c9506a8, 0x8a00a045199febbc9b38484e6c9506a8, 0x5754e9444fd81f152605cee59e2d1868e7d77a43b9576f493acd7eb9e1a39e80, '', 0, '?'),
(0x35070134dcc6c15ae2a305ca9783484a, 'wp-includes/blocks/rss/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa713315dbef71f26704b75f760a5ed79, 0x2539cdbb3abde7497faa8386962d36ce6513489337a89e9c44b2a573d026ec82, '', 0, '?'),
(0x350708a0e8655074f6a7c72348faec4f, 'wp-content/plugins/td-composer/legacy/Newspaper/bbpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/bbpress.php', 0, 0x874356e4ad6a58fc7ef99c922551fc11, 0x874356e4ad6a58fc7ef99c922551fc11, 0x0dba45cbd91499dd1ba046516c7e35ea9e81d6d34c19b4939cb3397fde8ce1a4, '', 0, '?'),
(0x350799f517fd279707dc4f76616a9f28, 'wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg', 0, 0x730686074d3b11ac8e1b9b2372124bd5, 0x730686074d3b11ac8e1b9b2372124bd5, 0x8c4f1827e2021cef981edda4b42c60f3e3fd056127bf87340cf85b75693424f6, '', 0, '?'),
(0x350d6f13fc83a88efd21e544aa6f2d84, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php', 0, 0xac2b746c65db4aadf3aca0f08e202a73, 0xac2b746c65db4aadf3aca0f08e202a73, 0xfc3a368c2606e5571ab55341e65e1c4f923bff78529d897d5c1f7d12f234e01d, '', 0, '?'),
(0x3510bbc77a62406441c1633e8c864196, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 1, 0x00000000000000000000000000000000, 0x92ba5be4a9d8c969fdc208e164f65f82, 0x408e99a89a4a09a51d48aaeecaef25387f46181f46e4b399485788346e55256a, '', 0, '?'),
(0x3513a4a4e80e076f992d89562f742963, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-it_IT.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-it_IT.json', 0, 0xf361de53c92f227fa954612171398e54, 0xf361de53c92f227fa954612171398e54, 0x9090bd5db2ae206d841a0094729eebd1730553e7e2c054b6c0ff98930ef479d1, '', 0, '?'),
(0x351531097b46124514b8f17d78387f84, 'wp-content/themes/twentytwentyfour/styles/ice.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/ice.json', 1, 0x00000000000000000000000000000000, 0x16163e409accb664025e80593688647c, 0x5c424af90b690c32541702bfe302402cc3fcd5c6a54e96d61cd788af3f269811, '', 0, '?'),
(0x351c16b54b4037603e2344ff617dde17, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_8.php', 0, 0xe597d7cf04f8d04f0f0a6732e44aa84a, 0xe597d7cf04f8d04f0f0a6732e44aa84a, 0x6f01089438b7ce45399d547888b031adfbb27180f03ff79ff4f9ef6cd9f852b0, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0x5b7c4a758af1f4cecdaf22f8d5e62f92, 0x594209f6e5cb136f903177c5f966a81d8376318a09dfb9304f908d2246cb2aa1, '', 0, '?'),
(0x351ed80b6faaae25387cc0d69a9bbac8, 'wp-content/plugins/updraftplus/methods/sftp.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/sftp.php', 1, 0x00000000000000000000000000000000, 0xcfd73681d25cf87268da9e265ae7dc0b, 0xdd6549c377fc73496fa592d17cae5769fa9c541b281de5eccc10a50dd01a4b02, '', 0, '?'),
(0x35229c961d218b35abcda7d6ffb580ae, 'wp-content/plugins/amp/assets/css/wp-components-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/wp-components-rtl.css', 1, 0x00000000000000000000000000000000, 0xb43ba68bb56b6e2c90fa32c92f06d103, 0xc8c9d77c8a7525a7a2c352ea0729302c3d72242a72e5d7b5026f0d96d5fa2a97, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x79c045fdfa46df293f34756dfcb5a2e2, 0xac71acf7f4b8eb7af470f5351a93bd551816135050f7e78298b17c71ef242f74, '', 0, '?'),
(0x352f4f98212880e3ee5850debfc2622f, 'wp-content/languages/plugins/elementor-fa_IR-066ef1cdf21d1b40c6de8f6422ec24e0.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-066ef1cdf21d1b40c6de8f6422ec24e0.json', 0, 0x2af13f0241b4a7362a7f53f1bcc1c938, 0x2af13f0241b4a7362a7f53f1bcc1c938, 0x9535c8581bd7eb859508c8253bb7a57a082da47a382d1178231de1acb57b3f32, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xab6615ec13a4519dd937f41e378236c1, 0x9533f9d7fe7b32769dbf23b5b08734ee5689e411bacac3333ae8decac1b52009, '', 0, '?'),
(0x3538f663dc18425ff71f9e29f046252c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php', 1, 0x00000000000000000000000000000000, 0x4a83125f4f3eb80f1a0d111d9150a838, 0x9ddaa1f8472736af3f53465afc64e246040d4dac94357a1bc472bc32df94a3a4, '', 0, '?'),
(0x353920e627e09d19d8d41998764add7d, 'wp-content/themes/twentytwentytwo/templates/index.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/index.html', 1, 0x00000000000000000000000000000000, 0x1f4951dec826bd187a4d2cfefa36a958, 0xb8dde6e13aa504262abb8ce662c01132667d768b51aa2c2e99d0efa5d5aabacb, '', 0, '?'),
(0x35398624f9e272b851afe4cae0938967, 'wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js', 1, 0x00000000000000000000000000000000, 0xb132d547b2c0ff8a28f0f7486654b2a7, 0x9a7c418b50fac33152d3f55257cd0a712c9110a843dc279b4d7e324c0797e1ff, '', 0, '?'),
(0x353e476428f45be75d3cdb2c7a632810, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2_no_content.php', 0, 0x4940bb3b7a8ae4cf28b9722ae60454be, 0x4940bb3b7a8ae4cf28b9722ae60454be, 0xf647f43a639b0d3d6ee49318a62ed9c956195d0316f4793e1eb7bf118a84b952, '', 0, '?'),
(0x353f82edda3284314424bd40c0b9ba80, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/module-default.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/module-default.png', 0, 0x258ba066d61565378f6d74cdeeef14e6, 0x258ba066d61565378f6d74cdeeef14e6, 0xbed745bb56e211d8faa5842d831d6ef7a8f209538dfcb3df2b02a363e7ae8083, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x8d1bda8c9e83553d766b6506867d940b, 0x3d3d5171ef58fce414fd2de0fee4109e6ab7011504d46e4889cdc580113ed90a, '', 0, '?'),
(0x35471bd978b987c1bc0081568da712d9, 'wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php', 1, 0x00000000000000000000000000000000, 0xd0f319326f55fa7d0c9286e56dc6c788, 0xb8d2e805b57bd5d5127888078cf432926b097fde936170482df72ad742d1d5a0, '', 0, '?'),
(0x35480a1abe6ab7f29c8487ccd4db5cd2, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/StreamInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/StreamInterface.php', 0, 0x348ba0fd90cab1c9b72b2f00cf96c5cc, 0x348ba0fd90cab1c9b72b2f00cf96c5cc, 0xe2df5c110c17e583ff9fa69ed001fe10fce6081f645877e571d6b0db4745efab, '', 0, '?'),
(0x354e8c886a1b341a8f13c83e3d63ea3c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', 1, 0x00000000000000000000000000000000, 0x7474b85994a5649c5ad4ca15439d129a, 0xefddfcf90e70967ee879c5ca908a411752655746838309f803bb2c7c713908f5, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', '/home/abt90iranbet/public_html/wp-includes/class-walker-page.php', 1, 0x00000000000000000000000000000000, 0x398f0616f998bd01aba23dfb16a49e09, 0x6ab85c157982b6d5d49023c21882cc3800974c0af725a87bb27d28491a6fa0ce, '', 0, '?'),
(0x35568d79bbf95a69d918f7f06de5d56e, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php', 0, 0x2eeb3b46246f5084aabec47d0e98b7cc, 0x2eeb3b46246f5084aabec47d0e98b7cc, 0x704433fad167b2c32ebdda421f2610d9991cdada78d390c3c968b2cbbbee1c69, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', '/home/abt90iranbet/public_html/wp-includes/version.php', 0, 0x24ffe57a60fa1ef5b21a32efeb728a1f, 0x24ffe57a60fa1ef5b21a32efeb728a1f, 0xaa52872a48ca1618bb5d7647e1c516f6eff4d389e7efef8386d9014ed14f4dbb, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', '/home/abt90iranbet/public_html/wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0xf290ee07c353e681cb44860ba03331ea, 0x06d59993b7031bec7646b488d9ab9acef9e550abdd42382eb7ece1db18e238c4, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x3cdfb77d7d6c7c6e2f8d6cc0cb68bf3d, 0x698277ab62f89e4f949f2822d21c165f55cd5fd5bd84fbcc370eac527a4e38d0, '', 0, '?'),
(0x3561d199cd2d405f3278d7e7fc03d528, 'wp-content/plugins/wp-rocket/inc/classes/dependencies/.gitkeep', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/.gitkeep', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3565275175f76f2a7e8edda286f3ea85, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plan-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plan-manager.php', 1, 0x00000000000000000000000000000000, 0x8e9bd3530fd53b430b06ff532a83f889, 0x6f6b76598117c47137b6a0be4dfdc75e14b8b796e2c9365b505ecae7a5a7141f, '', 0, '?'),
(0x35678645a2653e470621d3a90d544055, 'wp-content/plugins/wp-rocket/assets/img/play-hover.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/play-hover.svg', 0, 0x6fd6f5bd6635a43868443cb20c1f29d9, 0x6fd6f5bd6635a43868443cb20c1f29d9, 0xa37aad5cd46a93dbd8cc2f41616226afd81abc79e8e876af2511aa4d7d3caa31, '', 0, '?'),
(0x3568e0aea9caea883ea870cc8776a786, 'error_log', '/home/abt90iranbet/public_html/error_log', 0, 0x3eb74b7504838189795370420b56a987, 0x3eb74b7504838189795370420b56a987, 0x777441cd32364f870c4afcc7bc95453bfb2eba9e520a29d9c6ea36b485b53962, '', 0, '?'),
(0x356c484d6673a66d6d0cd1f4dd713238, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js', 0, 0x63fc353e2f2e7b950e02e17f3e7117bb, 0x63fc353e2f2e7b950e02e17f3e7117bb, 0x0294ad21a741b8ea9b0f744a50b68b2963d7b3a9a1872cc957f0cc61dcc9bf3d, '', 0, '?'),
(0x35731b48d888d65aaccb1707fdd7b037, 'wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', 1, 0x00000000000000000000000000000000, 0xd88348ed9042120d4d0626cc7cafd50f, 0xfd7239a16cca0033b8056a24befdeab47a570c3a63c573ed52e8f12a12e58dbd, '', 0, '?'),
(0x3576ecc6b141b2ec92a26ac5acee8dd1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 0, 0x2c8628b6030bd4f65ee719f54e34edb7, 0x2c8628b6030bd4f65ee719f54e34edb7, 0xdca40fdc7f52230bbb856c6984696369c1acc93a33ec895147a92668b95fc6a7, '', 0, '?'),
(0x3579ac27453ecc14b35eb65f9e19c87b, 'wp-content/updraft/backup_2025-07-29-0327___90_90309577e1de-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-29-0327___90_90309577e1de-db.gz', 0, 0xffc133d8f86e1cc1a7b9f54cb01d2247, 0xffc133d8f86e1cc1a7b9f54cb01d2247, 0xd19c7596e84bff702f1c241067954a2f9a88ec2676147930547c400bf63b5a96, '', 0, '?'),
(0x357e88dafe3f0d516fab322563330771, 'wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', 1, 0x00000000000000000000000000000000, 0xbad27fa7fbd9438d84dcb78b81d67cb0, 0x6c82c0766a4eec03e4a6ca3e0f35e3e9942d7510b611c90782c1256a9a8dbb5b, '', 0, '?'),
(0x357fc9ead1abb01cec9d2be05c356950, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php', 0, 0xfef766bfa741546a029d57854cc9538c, 0xfef766bfa741546a029d57854cc9538c, 0xfc630b8b39249bd77360a840dde2ba1b512ad97522dd08d6896e3ea0315477e5, '', 0, '?'),
(0x358033f10a0d44e9572636f8f00bfe82, 'wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/continuous-integration.yml', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/continuous-integration.yml', 0, 0xebf97a0a09de831f5ada3b3c1f837c0c, 0xebf97a0a09de831f5ada3b3c1f837c0c, 0xe6cf77e54f7e4f18adc6172136a1d68c5b2f68458fa22e226762c685c8de16d4, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', '/home/abt90iranbet/public_html/wp-admin/edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0xde8c0c30d8c95e0f3bd4a345c65fc8db, 0x0ba4ac13f097c04141b9122bebc09cc75691ac563cac16d7b6a631accd6af44e, '', 0, '?'),
(0x35893c9846d6c9147eed1570d861923f, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-blogging.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-blogging.php', 0, 0xe5a0d9b7fc1e688958c186a5fe382d43, 0xe5a0d9b7fc1e688958c186a5fe382d43, 0x501e72ef1607fd46f1c064c4fc7b173f18d85a5332d9740dae9a9517b5b9cf11, '', 0, '?'),
(0x358b5e557923f8117804ab0d494874d2, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 1, 0x00000000000000000000000000000000, 0x6c084e3659294bf6d32f52fa08ff1315, 0x47766422bd06e82dcfb03e9fc996688074d6072396f1aa851414bf45245b2f4c, '', 0, '?'),
(0x358e84dc47def0288d8e67ed76832a9d, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-nginx-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-nginx-exporter.php', 0, 0xd51d7414f3fe7e1dff3b01e66d2d76f6, 0xd51d7414f3fe7e1dff3b01e66d2d76f6, 0x743ce92807f1930ed5c1ab622ce41dbc93475d0228744836315c024fa533af72, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0x35a190457373a64c19a9aa10972b2d46, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-info.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-info.php', 1, 0x00000000000000000000000000000000, 0x411694b5b5c0af56d3a5d9b5dcd1b969, 0x5043fc2a5a4c40f144217d04bbdafeb926f17bb90b384404a777176348b73ad2, '', 0, '?'),
(0x35a88603f30c5b17118ab26f8035013d, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php', 1, 0x00000000000000000000000000000000, 0x9d81b30478f4f8dba3ec1dd942d1d215, 0x786aa51c473891a9b910e186c242184ab276eb645eb67dcbc48147aa302752cc, '', 0, '?'),
(0x35ad0f7aa0ed4c49dc820ae3f8c55cbc, 'wp-content/plugins/wp-rocket/inc/deprecated/3.13.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.13.php', 0, 0x63573a49b0ba65c7d37bdb38b9902ac1, 0x63573a49b0ba65c7d37bdb38b9902ac1, 0x321dd03fa6a7331bbbd45f4d834a33f070530d9640649926ae68c45b64c1298f, '', 0, '?'),
(0x35b031c5d4f78002ca19dc8a0bf875d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_4.php', 0, 0x2e0f6e94b03301f3eca653bb37776f10, 0x2e0f6e94b03301f3eca653bb37776f10, 0xeba501134b94e6f7f6bb8f1ef84908f18c3b123a6c0d1bcd959a3c632bfaf113, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', '/home/abt90iranbet/public_html/wp-content/wflogs/config-livewaf.php', 0, 0xf1b973ca9a4f4b8891bb037d3e9f09ec, 0xf1b973ca9a4f4b8891bb037d3e9f09ec, 0xaf97c78d17504ffbfdfcd6d470e93487d59ba88e0d1d4e03ee6b47d38c6451c4, '', 0, '?'),
(0x35b404968e7db058c54ee7a248ff96ec, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 0, 0xe994d78299c1be0b9fd32625e4ec598d, 0xe994d78299c1be0b9fd32625e4ec598d, 0x5fa2bdc6188588a3d26ab8cb31447f5b1ab69fcd4852820bea6e99809fdb2dfe, '', 0, '?'),
(0x35b412d427063f8b4ca0225d27dec5e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_panel_settings.txt', 0, 0xc47a5d3bbe34562d20d7051fa1aada52, 0xc47a5d3bbe34562d20d7051fa1aada52, 0x7c73a812e772df266c7ed98a123dbca791d209a2c0471af4995db1144fde04c4, '', 0, '?'),
(0x35bcb41e5a3ed8397254135b6e3a6a2f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-1.png', 0, 0x869c354e355d195fd568fb79441ccee0, 0x869c354e355d195fd568fb79441ccee0, 0x4e933073c399c2ee581bcfa41797feafecbb806481687682b20dbebda87d32a9, '', 0, '?'),
(0x35bd1f1b3bd9b049c810bd16c46de951, 'wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg', 1, 0x00000000000000000000000000000000, 0x5e86cb665cf3001e54a890d4c32275d7, 0xdef0abf11e1d4575c5cd0ee57057d3a3dbce990524600f339a05781f6f02ff60, '', 0, '?'),
(0x35bd4969331a6aa6212f4e0f11fb43db, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_4.php', 0, 0x3d9f29c0fbaba46df985361b7b1732bf, 0x3d9f29c0fbaba46df985361b7b1732bf, 0x199ae50af3e3d3d48ac2a21178d15f0caced9f5ba9966486715eabb45430b04d, '', 0, '?'),
(0x35bf4c9c5a93c478b286cd25245d5fa7, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents.pot', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents.pot', 1, 0x00000000000000000000000000000000, 0x35d68fac1d06d6093b718a216b27dc13, 0xec4b5b6d1f63e7fa7fbd1e95a5095b8a1c5f3423e484f985d8661cfa4e2828d8, '', 0, '?'),
(0x35c247e245f71c7c23fb1a06f03577a0, 'wp-content/plugins/disable-gutenberg/inc/plugin-features.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php', 1, 0x00000000000000000000000000000000, 0x895bafe3c374c6892644d6d20c64ffe8, 0x4581c03661dbe7a58769c286de5300851652d39742fc34be7d6ec7aa662720b3, '', 0, '?'),
(0x35cd19b56440d790e9a01f121dc109c1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', 1, 0x00000000000000000000000000000000, 0x08cd8eff673995934f01df14c3929afa, 0x429fc7e7c8c2e64bbc2767602697baa01b640530dd40063b981325074e634e47, '', 0, '?'),
(0x35cfa980bb126ca3cfdd4ad3a75f212d, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php', 0, 0x300994b201076dfde4950dca72368254, 0x300994b201076dfde4950dca72368254, 0xe5a5bec86586d2cfabdda76cac58a647baec54d8e5ab89b78af786a9b534ccd6, '', 0, '?'),
(0x35d01ca88211c21a61a302d322667a32, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_2.php', 0, 0x9f783cbba5ac30de53fc80e01fb154db, 0x9f783cbba5ac30de53fc80e01fb154db, 0x3922f3331d96895d392bdb48fe8e60ea5e80a1c2d4d4589df3c1129ea1a0b442, '', 0, '?'),
(0x35db69a5ead379c3499a5b8c9dd07507, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_9.php', 0, 0xcc770b7990af45b1c0be15b854a69361, 0xcc770b7990af45b1c0be15b854a69361, 0x113f076269ba5d861619a7d357c5b923de39303f0155c6a1c6f956a5b34f85e3, '', 0, '?'),
(0x35dd1e5c0b73a1f83ad512d9bfde1e45, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_8.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x35ded0c29e19f555dec6d987f474a41e, 'wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x35e29cd33c993818603db8703bfe9675, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php', 0, 0xdd7bd49f5e847a254ccc0773020fe03c, 0xdd7bd49f5e847a254ccc0773020fe03c, 0xa1578558eb2befb9a7527427410e1329e2cacc6d8098d22bf38db3cd8c76feb0, '', 0, '?'),
(0x35e323c4865dc4a587990878231cc51e, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_9.php', 0, 0xa6d171f30e6bca9b3f1566ba91e56fd1, 0xa6d171f30e6bca9b3f1566ba91e56fd1, 0x4ff20afd76b78f314d2e039b9ee602bd5b0cb9b8ccc68f5e5ff6aed82199f55e, '', 0, '?'),
(0x35ea9bce9b1f061ed1c9009f65ead76f, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php', 1, 0x00000000000000000000000000000000, 0x092249bb36f7decf0fbfcac2167881ff, 0x7a2e556c37ee75eb7fa7bfe5342ab0984912a672224c6ccb7ec810c247509909, '', 0, '?'),
(0x35f0d00196c30f63067ac2371313e01d, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-10.php', 0, 0xcc89040babf9615749534afd959c75a6, 0xcc89040babf9615749534afd959c75a6, 0xf83af7fffe2a29bba5ac74ae6b1e7ee5e2e46eb21daad4c7d043c7d975958f99, '', 0, '?'),
(0x35f482a66613fb83e99d77efb05b332f, 'wp-content/plugins/amp/assets/css/amp-settings-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-settings-rtl.css', 1, 0x00000000000000000000000000000000, 0x3eb754db5aaeb411a43c712bea736ad5, 0x1ff1c7276c8c236e8586400bcaa9f3e5b0c4dcbf9c07d3a4b22e01f59e025452, '', 0, '?'),
(0x35f8ca1b0031cea43ce57d4dc6b9221d, 'wp-content/plugins/elementor/includes/widgets/icon-list.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php', 1, 0x00000000000000000000000000000000, 0xe1ac2a152122f7e3a715e3ae53a20b37, 0x0ba887e0e90781f5f5291fc8de9be759d6733167bd19bf80d6309aa140ccbdd9, '', 0, '?'),
(0x35fa437c8763c0997438c9e697049e52, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-newsletter.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-newsletter.png', 0, 0x95064fc2a1fa0607133a33e99a321b81, 0x95064fc2a1fa0607133a33e99a321b81, 0x0f69af0c913d6bb327a7f284604c3c47bd598724f9c6b523a14a3d4369765834, '', 0, '?'),
(0x35fd9a95250e3379c08485d348df21b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_1.php', 0, 0xb77971ae9501ae14bc711414b6a1425d, 0xb77971ae9501ae14bc711414b6a1425d, 0x709bfb0c3e6bb0aca409418abc7fe05ecfb30ec4e43d5a3c9643c726a530354e, '', 0, '?'),
(0x3600e2ed42e462359b8e9cd226dbdaf8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', 1, 0x00000000000000000000000000000000, 0x3dc57c5176cbabdb94b386f0edf167da, 0xf050bee74dbc3687e5289fd2b83dd65e0742408f4e41e30109c108a5fd0b7400, '', 0, '?'),
(0x3604d15c56752be24e199f0294c535dc, 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js', 1, 0x00000000000000000000000000000000, 0xf030b39e0213552a45e9f03822126840, 0x79e0371730466656a5979a8d8a0adcdf7ec267dcf1ea3ddc085c329c3aca096a, '', 0, '?'),
(0x360678d4ff65c050585311622655f395, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', 1, 0x00000000000000000000000000000000, 0x9abc77f3df2fc996935047eda184a745, 0x01081b6dbf80c3727f27872f8d0539a6aa526ab0f3f35c3248fbdbcac2ba596c, '', 0, '?'),
(0x360a821cfc4e33dd2f23c832cee13eb2, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', 0, 0x3030f4e262be687a22cae5b186da998d, 0x3030f4e262be687a22cae5b186da998d, 0x8b151d50eb5576f388ff0d9195bff474a376b3beda2ba56ba4f63c0fdc985e0c, '', 0, '?'),
(0x361154be3fff85c6635bf4ab51364d15, 'wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', 1, 0x00000000000000000000000000000000, 0xb1e07d7b599154f31c2e857fb1c6992d, 0x709220433f92c9b1910008b35989d9970f29f09cffdbb130f5a8e196faa636b0, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0x4b1d5eb6cd4973f2a3080f32aad2a951, 0x7a0991946dc645cb303339d0c05d2d6b1dc332af83b19d03a0b2e5dc5b32ec6f, '', 0, '?'),
(0x361e883b19cbcfa1aab7a125eac8b795, 'wp-content/plugins/td-composer/css-live/assets/external/ace/worker-html.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/worker-html.js', 0, 0xf931f154b2dabf5da1dd1ced658887a8, 0xf931f154b2dabf5da1dd1ced658887a8, 0xd505ff008a3dd5bbcd1b1e2c0ee9081e7c251cc54d5a1c3600042a9e3d1a1584, '', 0, '?'),
(0x361e9f3932bf417d3c505e040e50dca4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_5.php', 0, 0xc0c611cb94de2143bccd0bd9c1db72ac, 0xc0c611cb94de2143bccd0bd9c1db72ac, 0xb6e870a82fc9495de337790c24a3c64cb9b1e48f932610aada8fda9e5dafd835, '', 0, '?'),
(0x3622e6533b6c6c86461ee89fc01384bb, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php', 0, 0x8d42278bf7e698297b625cc8d1742100, 0x8d42278bf7e698297b625cc8d1742100, 0xcb827e2b625c49651951e239f882ea92c0826903aefa6cbe397b99adc2369c39, '', 0, '?'),
(0x36275c1b10a66861f2f23b1efbcebedd, 'wp-content/updraft/backup_2025-10-10-0330___90_7c6f53ecdbd8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-10-0330___90_7c6f53ecdbd8-db.gz', 0, 0x8ae0a9db4a7c2bc197d04ddd93343c99, 0x8ae0a9db4a7c2bc197d04ddd93343c99, 0x223c02ce553ff4a452be637f8ce17c64dc0059910b937e49b5445c016a51c25c, '', 0, '?'),
(0x36295b46378cd62e719b458fd56c0d82, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-da_DK.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x8c6848aac76004b8931b50eaacb93f77, 0x9d02e1b050c7a4c5ae14cde8ed52aac8cc366032ecaee5044a3a1892b77a5833, '', 0, '?'),
(0x362c75d6b5799aeb21799bdd280bc767, 'wp-content/plugins/updraftplus/methods/backup-module.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/backup-module.php', 1, 0x00000000000000000000000000000000, 0x10b32216eaa21db871edd86957010bbf, 0x055c3d5f534352a9b4179e18be88f405193a5fa4402c89ebba35e0743f16b4ee, '', 0, '?'),
(0x362d18bd37b38130ca94c17b899634c6, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x6728a9b1d5f7231458011b8e1a8bb30c, 0xe65866a03574cfb18822fa8f235c1213172ab474737d955ecb9b5ef50ff83a34, '', 0, '?'),
(0x363a106e661180de71b745be1d71422b, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Php70.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Php70.php', 0, 0x306597921b41f25e2aa6992de695f712, 0x306597921b41f25e2aa6992de695f712, 0xe754e120defc20ac1f404dbc534b585c3975695c8901adeab767e962b7b688a5, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2370ae59e15c0b0299a7b89ee93fb17, 0x549c3dd65923d2cb045b1895fdb676721b841048cd6961adfe52fe0ff286f108, '', 0, '?'),
(0x363b7a11b2ad4720ab800f559f73260f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_218x150.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_218x150.png', 0, 0xacc1b79d7da9a4c6e5aa5b1c57d821ff, 0xacc1b79d7da9a4c6e5aa5b1c57d821ff, 0x05214cd3201896801ae5e09de6ca391fb9fc49c9efb33cf5f52b9087cf46e3b3, '', 0, '?'),
(0x363cd42a040c58abf11f5ef6f98fce14, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3640c1cbe630f9af5e7a634a7185b62d, 'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Exception.php', 1, 0x00000000000000000000000000000000, 0xae5285baa52610cbbfa50d9e7d7af658, 0x7ef397357de9b382e6c7d6cb6eb717adb634d90a266a0f3c6d29d0d6453ec3d3, '', 0, '?'),
(0x3642ae548f0938f5a1f1d19de138d57f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', 1, 0x00000000000000000000000000000000, 0xb2ba6b8c746883d32a2d788a38ceeb85, 0xaeb67695dee118799e510ef71919bda7894d68af9980fe8b6294e9f4a9fb20e4, '', 0, '?'),
(0x36442e6001c3fd53142438eef3fc3029, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', 1, 0x00000000000000000000000000000000, 0xa996f140bebf95ae7074d2a3122e8b38, 0x8757b45f1845b9a5530ccd6b46aeaadf329aedee2aa7396c0bd962514d7aa945, '', 0, '?'),
(0x364464b10b85ae3738b95fc175be931c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1.php', 0, 0x489586d986c527b9c16d26a3ea3b9ec1, 0x489586d986c527b9c16d26a3ea3b9ec1, 0x04b1c3ef111ca8d9a21221923cd3f6bd509fba09a75023890d5dfeb68656b6fe, '', 0, '?'),
(0x364b62ed22dea36d8907de92d0f2f68f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_css_generator_demo.php', 0, 0x73cf650908fd2c5c2eda5ac84c8b6347, 0x73cf650908fd2c5c2eda5ac84c8b6347, 0x91bbe7f92109fdea7fc5453caf479ae91aa92a69f329caa392469fd202143da0, '', 0, '?'),
(0x36543cdcc51df660e4c19ce4b0a55d20, 'wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po', 1, 0x00000000000000000000000000000000, 0x6f58628da424c2e8331ee36f797c7b84, 0x4b1523bb25ec2ce491fc475faa3a27b6d3e3813a3518f971e461244f7416a28f, '', 0, '?'),
(0x365585eea1cf792ae2f066e77673e155, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_translations.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_translations.php', 0, 0xb68e52eb12f1eb055170983ad6428583, 0xb68e52eb12f1eb055170983ad6428583, 0x64ec2d60bbcfce32842182cd7c0675ce6d9ff93319d5e7da1201265f5eba8e70, '', 0, '?'),
(0x3655f93382c0a6c7f8279f89d71e0bfc, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php', 1, 0x00000000000000000000000000000000, 0xc5e5cecb2efac7f6aa965a3052832cc1, 0x704710d4b0bcfb195fe7cdcdb555cb1806c7aa42c623e02e34a66ec04042a4f4, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0x365cdb80a5a765b143155b7d95dc8124, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', 1, 0x00000000000000000000000000000000, 0xa2e03a1a8bb7b5b0feaac366dc14a468, 0xfe941ee236ff0fbace2063fc8e9587ce76a51cfad2250d3910571c30b0a7c23d, '', 0, '?'),
(0x36639fd066980d3886a92ed51d83b86b, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php', 1, 0x00000000000000000000000000000000, 0x87058577aa5ee00c3421be79220157b1, 0x9a2f7511b296bbe16b5ce8561d9bc46e36d139599b7eb93863aab8a648790244, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0x12c7eb6d7de923603aaae1506f022fd9, 0x81289e9bcb958b3d394c942fa8db2a6d9e2c0e7b6fd637dcba68565407f5da5c, '', 0, '?'),
(0x36644befaed9251e730326ab12d81907, 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x0e30b1e15ab85ffa5e6a6017fef59e60, 0x85ee87836cb4d9a92729da06db64dc5c1e769a7e27297cd03b4d6fe809000bfd, '', 0, '?'),
(0x3664ac3b77debc98a1ea25b9cdceb0ac, 'wp-content/plugins/wp-rocket/contributors.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/contributors.txt', 0, 0x2d958e806aa0fc17066a418b47532fd4, 0x2d958e806aa0fc17066a418b47532fd4, 0xf2ba0516fe24597063886c89dee2957e2febd7df598f13b26dc77e96673a57d2, '', 0, '?'),
(0x3665a9b88762f8e926876102d4a7b299, 'wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates-header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates-header.php', 0, 0x2c4cbb1d1a3e5dd38d1277100cbdfc99, 0x2c4cbb1d1a3e5dd38d1277100cbdfc99, 0xaad3e5c29b37c0cdf0e4656b5417a646e417386778208083bcbddde290be48e9, '', 0, '?'),
(0x36694496e68936876cdae329c21b3c94, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 1, 0x00000000000000000000000000000000, 0x3630fcd7587272cb543f989675b40b27, 0x159116f6065026e05ff4f1fcf80268c93b00d948ceab7cba4c29c594ec01702f, '', 0, '?'),
(0x366f9f485c9715a019a55c6a77dbfaa4, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1068x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1068x0.png', 0, 0x6f62329ccd99f59ba159ca67763169ab, 0x6f62329ccd99f59ba159ca67763169ab, 0xf141527425448d6f9138daef01e8a6382365fed473c722b8a091472f0ee47b0d, '', 0, '?'),
(0x366fbabff6a3b4dd01707333a03b720b, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7be056cfc03bb0953d1e34780f116705.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7be056cfc03bb0953d1e34780f116705.json', 0, 0xa9ca0c69dee0fcdf5dd96f9b0562f1c5, 0xa9ca0c69dee0fcdf5dd96f9b0562f1c5, 0xc4bbef25b0efa9a418ec9bf0ee24ff618890970e012f3eb882a2b9c9fd1b1dbe, '', 0, '?'),
(0x3673909d83ad247672581cb208c0ec8b, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php', 0, 0xe06027683f42f3c5f52cbbbb098c7ceb, 0xe06027683f42f3c5f52cbbbb098c7ceb, 0x832724e76a85b20b5d0a9446faf5bb354ecdfbc8fd95c22aae9dd0c7b37b7d9a, '', 0, '?'),
(0x367507ac94b8f1fb408caea50088ec4d, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 1, 0x00000000000000000000000000000000, 0x394c56d3096b190c8fabd6b58f0f792f, 0x68e6fcd96afa57e88627f3df67f89b6cb8150049d8a13c2462b35884a29837f5, '', 0, '?'),
(0x3675a3c0f6850073e05e39988dbef490, 'wp-content/plugins/td-social-counter/js/td_social_counter.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/js/td_social_counter.js', 0, 0x5a83a168c936d6ab453582de51d93d0b, 0x5a83a168c936d6ab453582de51d93d0b, 0x40df2c068dd9414b86705e412d4f5453bf1b252fa5164dd3256b5d3b359b9e3d, '', 0, '?'),
(0x367a2f53c503cd81d4df5df923728b70, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', 1, 0x00000000000000000000000000000000, 0x50fcd7420db5263f3cb68a44c4ed5434, 0x5a1b3665bc265940cdb883dd2acf9f7cef0663418cd378b31e034cfecaae2986, '', 0, '?'),
(0x367c6ee09d9a90f44a9d9cd1b7d57e7e, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x6ef5170406deb7c12f394f4a134687b1, 0xb92e3b57ed9e78497ccc310f404ba02acf1abc333d1d38f058a75b2fe1f748c1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x367daa5687b0c1a3a14eb8d8083d45c7, 'wp-content/languages/fa_IR-4bfa11da57ff2600004bb500368247f4.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-4bfa11da57ff2600004bb500368247f4.json', 0, 0x36d846098591fdbfc0ef01405e3d12b5, 0x36d846098591fdbfc0ef01405e3d12b5, 0x9ac9989a992f7e78394b7534094555378c032e874a43f44576db6b69845111a6, '', 0, '?'),
(0x367ea15ae1f27e01cb1473138681088c, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 1, 0x00000000000000000000000000000000, 0x8f2aefac64a120765625c34fbdbed71c, 0xa0c17cfa6f89e60ff172c6b99dee2a137b351a9d882baf7b7d3b1e630b63b26b, '', 0, '?'),
(0x3682589918b817d8d4072af5e8523163, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php', 0, 0x6da82bb16e712686cdde11be9cd50556, 0x6da82bb16e712686cdde11be9cd50556, 0xf49390d0b4f0a65f6fa5a32391459e4b657962b9bd190d6cf65078d8cb16590c, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', '/home/abt90iranbet/public_html/wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x236f8c8a47ebbd9d40123ed5eb542efa, 0xdf38ce7a74a2aa3df8969c6b021924af9986c09c1c26575292ce88f16856b2bc, '', 0, '?'),
(0x36833fa80fde70dd3c0621795b63766b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 0, 0x07ee263d5fe87295e8d5ecf532b4e6c5, 0x07ee263d5fe87295e8d5ecf532b4e6c5, 0x79ace5a0de4b3b2eb2065499f80d727321c65b2c952ef4b309ee6f2cf199c912, '', 0, '?'),
(0x3684dec68ca1997fc4f64398aef57f2b, 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 1, 0x00000000000000000000000000000000, 0x73d204e5f3c1486ff8d375d5476b8efa, 0xf335b9e8084ae845eff40f34df8759d86f58ac09c6e81523f91b1289cfe4a654, '', 0, '?'),
(0x36890133c8932bce8ca821c107ff1d01, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 1, 0x00000000000000000000000000000000, 0xb66197a3b626dd07fadaada511c34842, 0x680621b4c0fcc4044d92c1b5297c8e3380aaa7b9db7a3d65672f55abcacf424c, '', 0, '?'),
(0x368b62d3c74323241abc093316156d75, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 1, 0x00000000000000000000000000000000, 0x5111afca170b272489a79541520a5436, 0x1eaade29440fa7e251f83ad70cba2560aab650bf4981fcf2756add84e1243c2a, '', 0, '?'),
(0x368d4dc3fda069b59ef2a479d7a26ad4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', 1, 0x00000000000000000000000000000000, 0x2ffc1b1d7c0915c830c4276ad73149b6, 0x5ef74f54bc705edb1ae12f8804b713af5b43f2a02798ccf58cd40746a1f40e75, '', 0, '?'),
(0x369263b77ff6d4633829e29a0da22c3b, 'wp-content/updraft/backup_2025-02-22-0332___90_641c76a22d55-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-22-0332___90_641c76a22d55-db.gz', 0, 0xa6ac7b0bfc3375b520e3f2309088ed68, 0xa6ac7b0bfc3375b520e3f2309088ed68, 0x04f1d2912653138f0301246967e0a47bfa63c6e00d088cc26907387d389ef427, '', 0, '?'),
(0x3693273a4230e7e94145cf80122da12f, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php', 0, 0x7cd69c8fc3a1bed6eacb03519ad5c433, 0x7cd69c8fc3a1bed6eacb03519ad5c433, 0x439896b645bf9c93fd3671ccb933f9ec3a21bf7a0cfba93c9ce72cdfd1557a62, '', 0, '?'),
(0x369a25009aa8b78cf47ae426116a29a1, 'wp-content/plugins/kk-star-ratings/lib/images/fusewp-user-sync-edit-screen.png', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/fusewp-user-sync-edit-screen.png', 1, 0x00000000000000000000000000000000, 0x2071123b0480585888dcde67f1ea29c4, 0x2ceb2828d1153b34baed057a1a08b573b00c08fc3aa8dd8c747371eb14dae5b7, '', 0, '?'),
(0x36a2943e7d47b1a979ddde74801af3f8, 'wp-content/updraft/plugins-old/updraftplus/includes/class-http-error-descriptions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-http-error-descriptions.php', 0, 0x5b4c43fb1c7468e12efe3fbef445b33c, 0x5b4c43fb1c7468e12efe3fbef445b33c, 0x8a7b40522f2343633fbb710fddd90bc02362cfcad2a356fdef3ed809c1b0b1ca, '', 0, '?'),
(0x36a39387206acdf5ea10ce01a80e0344, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/bower.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/bower.json', 0, 0x9e5e47eede9f1dc28e0e4d4668571457, 0x9e5e47eede9f1dc28e0e4d4668571457, 0x7f3eb0dd1d926ba539edcca212374d165818b202bc273df17d1fd1c3c0b91b72, '', 0, '?'),
(0x36a7b77c781a31709b2c284eb691d6bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_3.php', 0, 0x09bbc7c46bb9cfb5637e83de214d3362, 0x09bbc7c46bb9cfb5637e83de214d3362, 0x61f2daa2203a44e210101f4097a2f4345c4b1f2db6774af48bf13fefee52ee87, '', 0, '?'),
(0x36a8e933064c634516e4f777285653a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_1.php', 0, 0xc60b84907c3a8563ce56e4ed601df362, 0xc60b84907c3a8563ce56e4ed601df362, 0xf192b5f3ce7b035cc12476f2790190847607ecd94559e14017f7c4f29e0e311e, '', 0, '?'),
(0x36a94364df30e4fc86c78a39d78a11b5, 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/LICENSE', 0, 0xf7786f46efa7706a39adcd5b5e1ec2c3, 0xf7786f46efa7706a39adcd5b5e1ec2c3, 0x9ad940d6585bda0b70133ae0a2c56a9507c23a68a4f178c4d5283ff4bee707a9, '', 0, '?'),
(0x36af8ea4a89060a235fb66369c3f9569, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 1, 0x00000000000000000000000000000000, 0x9de4ebd042a2071bb50a51491ba7d43c, 0x5166b5086afa989ed8c5b2da7952f73b638abae5b5e5b1729f9edb22c138082b, '', 0, '?'),
(0x36b08819cb935f605e0d84576d025d32, 'wp-content/plugins/wp-rocket/assets/img/automatic.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/automatic.svg', 0, 0x771673f83ac8e11239b4871216bbb67b, 0x771673f83ac8e11239b4871216bbb67b, 0xf539031b30ccc836b35e808465fce762a29e6df85da5fd2a4043edf39acd09df, '', 0, '?'),
(0x36b2d64140ab37dd6e8285c033801aba, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-settings-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-settings-presenter.php', 0, 0x6c1bdfb804edf63573e8408a1d67614d, 0x6c1bdfb804edf63573e8408a1d67614d, 0x3aad550022ba2656ea7ebcd80a6ed6cf837be4b92b671c859fb8d1fe7cbaf993, '', 0, '?'),
(0x36b2fcfbff85f083f0db2e03d6694c71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0x486b47c3eb4229d0f507969c85aebee0, 0x53f9d293537934f072577de4dd233f5a867c3591b5d478f84adcf8990eb16c08, '', 0, '?'),
(0x36b4d5e2c4d0a87eb24ebe39c8a98d24, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php', 0, 0x184f89105e74e2bd898da70a69549a62, 0x184f89105e74e2bd898da70a69549a62, 0xe8da3e6e1e90f7d36abdc3c826667bc861b4f0917b1bfdd7c73f47674f81f510, '', 0, '?'),
(0x36b76c4c582fd4ea488ed5330e583d45, 'wp-includes/blocks/template-part/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeee1a7f145ac645dc4ac420d09f217fb, 0xc4a3d6366fa35f693901992d554c3923dc9e66847a2563dc53189087a14a73bf, '', 0, '?'),
(0x36b8b86148d00980865aa0c900d70284, 'wp-includes/SimplePie/src/Author.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Author.php', 1, 0x00000000000000000000000000000000, 0xfbddbb0e9e00ad9a610ec527b6df09c4, 0x28f39b8ab5559b38709b471885dc0c4890f648c06ea52dd5590b65301ce6ac76, '', 0, '?'),
(0x36bfb43bc24da6ea0c1771d27fdaf1f6, 'wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js', 1, 0x00000000000000000000000000000000, 0x0b64b153136b5e7ce826f8836295f714, 0x93666510a5c4e93823812273dc302b6ca98104d2eb85d5bf3ba7439f7813a5a3, '', 0, '?'),
(0x36c08ce2623595ccf13f739d8ee8ef5f, 'wp-content/plugins/elementor/core/admin/feedback.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/feedback.php', 1, 0x00000000000000000000000000000000, 0x2fe617bccbec29e695bb10b5051d1342, 0xaac528e939c21927ced911039631ad9106b5884403bee886c2045e020fbe3993, '', 0, '?'),
(0x36c311cf708d5342613ca3c8fbce5222, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', 1, 0x00000000000000000000000000000000, 0x83f022bc3ff784c17d162c23f3826f75, 0xcbb32262b5faa0928f1400ced6b7dc128bb8dbe2e0f121481a4a42f52132633f, '', 0, '?'),
(0x36c7893a321ebd49f6adf745331e2f91, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php', 0, 0x3a5501ba88a21ee185db8141930b6fe6, 0x3a5501ba88a21ee185db8141930b6fe6, 0xd23f0f09578a81fc06e7e43c63b4ae342ad51ca87ecd98602bd04d49b3191a98, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0xcc5f719fe2d06ed92b1a1176baf0b49f, 0x259e61893f345928226326c914a8fb7b536adec63836bbb109f3556d538b0de0, '', 0, '?'),
(0x36d021139a86754fd1777ff7f346585f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_5.php', 0, 0x62b320bd5193845f18aaf0f6bc1d6f2b, 0x62b320bd5193845f18aaf0f6bc1d6f2b, 0x5228a3ee2bac7b51ac6564153fe71bbba08345f4390904f0f7808632768849f7, '', 0, '?'),
(0x36d288d046195bec031e4ef7122cf7a4, 'wp-includes/class-wp-block-bindings-source.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-bindings-source.php', 1, 0x00000000000000000000000000000000, 0x766f74c8a4d04586c6653f1ba50c1a35, 0x4543dadbc69f6c756173cc00264b986c8fac875aec4fbe286e4a94510624abd8, '', 0, '?'),
(0x36d33620d83788b8daf859afdab583f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', 1, 0x00000000000000000000000000000000, 0x3ac941678ac8fa5c60cd17d641763ceb, 0xd086ad9ba7994be78d98f89ce45df6d962899292ce33d5ed1123f41a653cde2f, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x18d11602bb1d48cf1325076f468f2c04, 0x5bef15619c175a20830a95a332c7137aa1f9e39f9821dd441099c2ec9a105fe3, '', 0, '?'),
(0x36dc3f9983e6232ad7de9be249090b43, 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json', 1, 0x00000000000000000000000000000000, 0xfd1fb36ea2ed3735d6d9ebfcb4418de7, 0x9293a0153acfa3fa54f4c1d04356e37669aed3a03e6fc9aa2feae9186bc0ea94, '', 0, '?'),
(0x36dd7066eefa884fe86cea02b8e44c6f, 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 1, 0x00000000000000000000000000000000, 0xcfeb883305d644c9e0e3f548063473b6, 0x3070bd429f139fd4bf17e17020793effc732b0f5760c69d7f15bfee348af8683, '', 0, '?'),
(0x36df92263c5ebf1fb0d6d2e5b8a69379, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-tech.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-tech.png', 0, 0xd2bda713d715bf641881cb8b6880d00b, 0xd2bda713d715bf641881cb8b6880d00b, 0xa39b587c456f67aeaa59b23f9c5d7ef64c9f30bd345cba1d2170413f84f1ee89, '', 0, '?'),
(0x36e0acc4401f7ff198568e08cc2fc600, 'wp-includes/blocks/comments/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x336d8762b5a13b1fd40e72ea0b447438, 0x537c2aef9cf87b0d795dfc3ab2268ab13bdbd60e869087b99de2f083b6b1fa59, '', 0, '?'),
(0x36f388ae6ad56e3fcfeec35681fc238a, 'wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3bef41ee8211d83742def8652bfc9c1c, 0x6ae0becbb5b7f06d846c3019664046bd4bf234450c9de01d57eafe4cf05d940e, '', 0, '?'),
(0x36f44dfd2a8c1494a7b51ddf9bc6aeb7, 'wp-content/plugins/updraftplus/images/notices/new_year.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/new_year.png', 1, 0x00000000000000000000000000000000, 0xce3d751f4eecb277e77461bb5e0dc430, 0xa672128aeb0e690e219e325ad6f0a43a64e8d46a7691741dee877ea871b5e2af, '', 0, '?'),
(0x36f536f261ac70cfa97f80ca328b63ae, 'wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xea147ab896436adf4e2300f29b486edf, 0x33f0e0968764e4fb405001474bdabd4f28d2920ef6568122f0e33225e1f24e35, '', 0, '?'),
(0x36f9dd346f010f6f37cf21b9e13684f5, 'wp-includes/blocks/post-author-name.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name.php', 1, 0x00000000000000000000000000000000, 0x31760b0b41b29205429a52ba13668748, 0x1dfdb7a969183935108be350d2aca387703de50dc6e39b1fa4184a08489e328f, '', 0, '?'),
(0x37016f48a737dc1bfc870707de8135ca, 'wp-content/plugins/amp/includes/embeds/class-amp-dailymotion-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-dailymotion-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x55a69550fdd9b9bdc001c12e88176a31, 0x55ec00c94683baeca015f898b48bb19a247b34477789ea3131e1997808894595, '', 0, '?'),
(0x37036764ff6dff5d672d89489b75a504, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_5.php', 0, 0xea0ff252bc97b89d6ac173317f36800d, 0xea0ff252bc97b89d6ac173317f36800d, 0x0b610633f6e84dfdf75d1dfc7aa854f61509026f0da67c1ec74fa3f6a2e81349, '', 0, '?'),
(0x370a5eaa261d2abd8f58c5d81e744588, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1_no_content.php', 0, 0x77caac426a249e2b27214a44815fa760, 0x77caac426a249e2b27214a44815fa760, 0xaf9c3c8368f46861fe4370ec942b408d81a06019daa7c2787d887c0333025047, '', 0, '?'),
(0x370b6e9173643a35b6aea65eaa768830, 'wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', 1, 0x00000000000000000000000000000000, 0x1d9c9fec651c53389845f370055e9d46, 0x02e13e9bb36c710c74d67b82464d6d4a69edd0e7fc1c9388be7a79ff630261e9, '', 0, '?'),
(0x371b31d2fe45eed6f5eca9078d14cc38, 'wp-content/plugins/elementor/modules/favorites/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/module.php', 1, 0x00000000000000000000000000000000, 0xe3772b83d951358217a1cded24fff78d, 0xa733bbd7acbaccd6e487ab5679c5ac6d7255ecc5a098e21d5ad50d755d8d0c55, '', 0, '?'),
(0x37207084cfba1c5314aab24f2b04c6f7, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php', 0, 0xa21274a53359f671492093876d711e3a, 0xa21274a53359f671492093876d711e3a, 0x545f0d6c57a8f7e4cc4d1f7b4cda5940e9aab819434d8818133e9bb56dcb6adb, '', 0, '?'),
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x0f87d61051d49822c064df66db6e20fa, 0xed3c044f0439dd6f728c1e45cf77b461e491eb6fce66a78889aab7f8c0728373, '', 0, '?'),
(0x372582074ef4b6018e13e172f0d76dab, 'wp-content/plugins/updraftplus/images/updraftclone_logo_white.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png', 1, 0x00000000000000000000000000000000, 0x542ae53698350aef186a33041a5fa9dc, 0x30505a859899bcabd7f4f23feab166a44153bf7469422a04b9d16f2dc633d9cd, '', 0, '?'),
(0x372819a3baa6ac1c5e6703dd223a06eb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_8.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x372e6aac41d69d099b6441334fefac66, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_panel_settings.txt', 0, 0x1554062f57ddde21fb3103bb282d2413, 0x1554062f57ddde21fb3103bb282d2413, 0x2e0e623d1dd8ba9fca39d23ab59614aaf723c9e95c5968dd5ce257470a30413f, '', 0, '?'),
(0x3732b12d3239d538773fdcb521aa6c4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_5.php', 0, 0xa397d94a1ad15edd5ee78cf682244c31, 0xa397d94a1ad15edd5ee78cf682244c31, 0x23ce6f4d0696c8dd556615761883b47f5068b5a9191a3cdb9b5c5f256b8b8365, '', 0, '?'),
(0x373618a1d03c951adec9cac3e1d761df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xedc6d2fd042038c85d8a1a03740fd33f, 0x25af14920f706cfb491bedbb991426001831531243f95bc4b48a35834c39e60b, '', 0, '?'),
(0x3736c499c95b5e7d3a779fd8ed69896d, 'wp-content/updraft/log.e304a649ebec.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.e304a649ebec.txt', 0, 0x504ab4b62532cc79b6764803a1013e2c, 0x504ab4b62532cc79b6764803a1013e2c, 0xbd9ccab30420123420bff28f4333e4d31ec7902887be4ec2c192c2e486ec2c77, '', 0, '?'),
(0x3739e6b443c9b6b124c55498bbc8974e, 'wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore-1-25-1.min.js', 0, 0x875ffdfb4c415b51a79b28106eb2c23b, 0x875ffdfb4c415b51a79b28106eb2c23b, 0x96382f55632f611343ef13fef3049e528e0e3519f85f3af50aeba3996f443993, '', 0, '?'),
(0x373e7fbd25f071e7d2f85103ee436972, 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-2.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-2.json', 0, 0x7610298f243c495651a77a37f863e2f8, 0x7610298f243c495651a77a37f863e2f8, 0x61f22bea1cf1813d9b154cae563e6be0159f13d2e9a1aba27fc89716afff0004, '', 0, '?'),
(0x373ffe3b1102d6c6ef0ba6152192c747, 'wp-content/plugins/elementor/assets/js/preloaded-modules.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js', 1, 0x00000000000000000000000000000000, 0x354a60842cb2564e9f611d3df6d43773, 0xd1813a58f1caf49390f9cfc1d9d19e1acd09ee1c11c1011cd0b7a45aaa2ebd89, '', 0, '?'),
(0x37435f65fccbfaedb60951309e0351e8, 'wp-includes/css/dist/preferences/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style.css', 1, 0x00000000000000000000000000000000, 0xf6d122514fcc3c8391aa5dbe4e54b778, 0x5418d0e3714d27280327253bd6158c1c1df470c935ddd89c94c99610984b1d44, '', 0, '?'),
(0x374412e5af0717b342097b2d59ed88b5, 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php', 0, 0xac251e0b8d46a6159203391da90f5012, 0xac251e0b8d46a6159203391da90f5012, 0xdeb759464fcce129926a6420a2e90865972a77cdc5412c8b76fd6c2f2ada82af, '', 0, '?'),
(0x374af2a89f822e4dff39dae13afcb8a1, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-text-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-text-blog.php', 0, 0x3f43b3d5789a40acf626ca0c64d107e5, 0x3f43b3d5789a40acf626ca0c64d107e5, 0xb1dc176854ff282343bb4dbf23b944e11fa84ee9b577929f79dab802c9dd82f6, '', 0, '?'),
(0x374cfdb0d5a8cbd12cbf6f70cbd9759d, 'wp-includes/class-wp-url-pattern-prefixer.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-url-pattern-prefixer.php', 1, 0x00000000000000000000000000000000, 0x49ca74979ced7148483cc25c0b89ada1, 0x0a9153c0442ec948073c218a4d14f516aee694bc3a877a756464dfc249ebefef, '', 0, '?'),
(0x375120e86d5058cc5ce3fe0ec29ab3e0, 'wp-content/plugins/elementor/assets/css/widget-video.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-video.min.css', 1, 0x00000000000000000000000000000000, 0x826adec38802173548b19a2a7ee139d4, 0xaf4c7b07475839d5a63e524000d5b49e682b5cd6dc063a357af481d2a669caff, '', 0, '?'),
(0x375477284517e56c5553e4bc67e0ad5e, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field.php', 0, 0x4539e2a72789188ca6add5433da350e8, 0x4539e2a72789188ca6add5433da350e8, 0x3b9e9e0d6b687eaa381c6ed81b39bfaa3d7026ee36b4ecf6f98520de09891f74, '', 0, '?'),
(0x375a3febcde914a2e3015469ae74d951, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 0, 0xb7fcd75fe361b087ef8ba24b57c282dd, 0xb7fcd75fe361b087ef8ba24b57c282dd, 0x91c4266393e6457562538de7079b47f91743792c649d9c56618e11c0be180b39, '', 0, '?'),
(0x376aa6c255cf8549650f52b197e26ef8, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/slider.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/slider.png', 1, 0x00000000000000000000000000000000, 0x3a50b8078dea50b9811603a85ecef836, 0xc39f33015645e64a62d97be41154a726affc5b01310b99b1d5086b31667b8261, '', 0, '?'),
(0x376bd76741d801500c2f4a7347366024, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php', 0, 0x0264b6d42cca3d359e6efa352685060b, 0x0264b6d42cca3d359e6efa352685060b, 0x00c55ff8032e471a4ab2871e3130a7005ab849c4c06ab615b75bd7dd035d94b1, '', 0, '?'),
(0x376d2faeaf47e1f6f9a9c802391fc029, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php', 0, 0x015d2c8a6a1330baae8622e527325e86, 0x015d2c8a6a1330baae8622e527325e86, 0x89cbc1736ca4f44a82bfa543811b14cd363dde8c6738aac71bec9c52e4affd33, '', 0, '?'),
(0x376f6a40dbe8954aa02043f6c8bf919a, 'wp-includes/blocks/site-title.php', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title.php', 1, 0x00000000000000000000000000000000, 0xc85fc3ed596e3d72db7442314154bb74, 0x9b02345946c2a2b67496fe3e3ac1ce51f17911e7ae61a8f9a31a1f2780e83caa, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0x0b17ac4d5a55a2d75585459eaaa37bf3, 0xfeae017dbe9dcbf2d01b58ffea293839a6d5e3bb5b97345c214822caef5c7df8, '', 0, '?'),
(0x3772e09f427e9244e4488446c6cd5b5f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php', 0, 0xe09e539f0ff7d2771785f17a8867901b, 0xe09e539f0ff7d2771785f17a8867901b, 0xddc8acfa42f92b563f703d2eaf44af78432aa8a94181c338cb4fdad349da5b1b, '', 0, '?'),
(0x377413311fc2ea5f8cf9321a8bddbb2c, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_header.php', 0, 0x537f5cc4c95176c1c96cffebf5e4beb1, 0x537f5cc4c95176c1c96cffebf5e4beb1, 0xcae8e7537c9930229eaad5c8ec26741ff17eb48a576ef9d6cc7ef83872d8a3ac, '', 0, '?'),
(0x3777e296310beb4a14e4071d1b30ae6b, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 1, 0x00000000000000000000000000000000, 0xb25998dfc704f5b7df5571130887e28b, 0x23c57c937665e2d391fe9d138630e64a45c2420e47593afc02a595c0250b887a, '', 0, '?'),
(0x3777ef1aaa2a7b186b5df6973fcdc9e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4.php', 0, 0x46f5e2f99ed3985a9e7d11ce8c1d8fe3, 0x46f5e2f99ed3985a9e7d11ce8c1d8fe3, 0x08327cf7fa82695bd024fde9d47a208c0ee92be60514b9758e17aedafc9be86b, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', '/home/abt90iranbet/public_html/wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0x7ff2b4ec1fac4c8e3b475f627519275c, 0xca762c492f4c185e9a80a577771a58319832a079eeba90a754eac9a349a7937e, '', 0, '?'),
(0x37817561173cd6282efa974cd59d4828, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 1, 0x00000000000000000000000000000000, 0x4e7b0acd1547061027970d436ae14225, 0x87543056c56c3a22a3f54fd7010e20750355a4f7750b960e53762afeec5e6262, '', 0, '?'),
(0x378a6272a4b1b917cfbc7041abb998bd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import.php', 0, 0x4d03c3b10bad3c0ac6c0d3a4f6043c14, 0x4d03c3b10bad3c0ac6c0d3a4f6043c14, 0x9bce6f07c613647a778da6e07ca3f951b50072aefba11aa37325d4851f7372a0, '', 0, '?'),
(0x378fb3d4578bba70f84d2954a8e102c6, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php', 1, 0x00000000000000000000000000000000, 0x9cf85fae740d58ec365b0deb9fbe7a41, 0x6be99083637eb7420c6c872badf698d45bcaa7a28467144eab44dd3146261a82, '', 0, '?'),
(0x37923886c4ae2877f93b1a84f353aa9f, 'wp-content/updraft/plugins-old/updraftplus/methods/sftp.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/sftp.php', 0, 0xcfd73681d25cf87268da9e265ae7dc0b, 0xcfd73681d25cf87268da9e265ae7dc0b, 0xdd6549c377fc73496fa592d17cae5769fa9c541b281de5eccc10a50dd01a4b02, '', 0, '?'),
(0x37923e6e8baf6ec96afb513bb13d6e7b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block20.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block20.png', 0, 0x2b9d39b954698decc3c83557f62dfc56, 0x2b9d39b954698decc3c83557f62dfc56, 0xb106791e99fa179ddfa25c7d67ffd3ba163ada8185e22714fea7094dbe8cc0b1, '', 0, '?'),
(0x379966c03a29454baac4b64ccf27a231, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png', 0, 0xa13f58032747a33968ca5c643124559e, 0xa13f58032747a33968ca5c643124559e, 0xfedbe043fac55d4a0695fbc869ec1498585e9576e72cc18728bd14a912f51911, '', 0, '?'),
(0x379c9419ed66e56c74c53e570d602eb4, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_MX.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_MX.json', 0, 0x0b0bdf0f0415c1ca72a2daada1084971, 0x0b0bdf0f0415c1ca72a2daada1084971, 0x372eba4290487a6cc80ea1f341e986477fab890c92353207a9fe3e692de4009b, '', 0, '?'),
(0x37a17de1b856f5c47f780fa57482614a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_7.php', 0, 0x545e6719cc3742ab38c3d8f877e4ec3e, 0x545e6719cc3742ab38c3d8f877e4ec3e, 0x93fdf1e21b9b5e9f5a8b6142637082f6af6c47804cb27dcd2c32a7e997e00b8c, '', 0, '?'),
(0x37a33099dfe38dfd5df217e80c24ef7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_3.php', 0, 0x01f6f7506283dde4f5034cdc6dd93fe9, 0x01f6f7506283dde4f5034cdc6dd93fe9, 0x3ad03ef8528c1585015ba1352ebf7ce147ea33f860f63c65475ed18f7b1104ff, '', 0, '?'),
(0x37a54b05f095a267a945afb51235ddbb, 'wp-content/plugins/elementor/modules/history/revisions-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php', 1, 0x00000000000000000000000000000000, 0x71fcdcb69fec84e3bc2a2bc95c8bdf33, 0xe97749a936a3f4084556a518a5a4d0bb8031ff2d1bd84281a82b857caf1ed6cb, '', 0, '?'),
(0x37a5e2e5d2ede15096bef95a39232703, 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column_inner.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column_inner.php', 0, 0x6e99461cb716a2e7c079a45463981c98, 0x6e99461cb716a2e7c079a45463981c98, 0x1cf8d36c68319231bc3a7c49bb8e75e3a1b8c3676a6dc83126c18d52962e1c04, '', 0, '?'),
(0x37a87a63e3193ab6b8abccab5d44657c, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php', 0, 0xa969e4e43fa509c1ddaccbf123330a5a, 0xa969e4e43fa509c1ddaccbf123330a5a, 0x16c56bd5a5fc801c1aeba59a47003636ba1805e0fd214af64683133e85076536, '', 0, '?'),
(0x37a8a04f2a2d31adf044230de0bd55f9, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', 0, 0x749d507fd9a9a14ef2f166d6f536c49d, 0x749d507fd9a9a14ef2f166d6f536c49d, 0xa492c29bfbf1d8ab6e344093cf62e183f3def5cc17378e1780a87c2c56cc7cd5, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0x37abf3777aff9f03c38330e59aa51339, 'wp-content/updraft/log.30ff451252f2.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.30ff451252f2.txt', 0, 0x0fed9897113dba521aecef7b38daa46c, 0x0fed9897113dba521aecef7b38daa46c, 0xbb699e257349d704c26c7b006c3305204569c445935031e6dc70fa4ddbb34bf2, '', 0, '?'),
(0x37ae4abdda2d43b5a58857906a61e3b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_10.php', 0, 0x7eb24a9fc293f1d57379412899bfded8, 0x7eb24a9fc293f1d57379412899bfded8, 0xe73e2e0491822cab890689d3d46f6248f05e33c629f69127ce1dd7505fb0470a, '', 0, '?'),
(0x37af76a40e31bb67fed231a48d99cda8, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x37b2244ef785681f5262c83e7b9a4ffb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5.php', 0, 0x39f2b3cee35d45dd0e38346ca66132b1, 0x39f2b3cee35d45dd0e38346ca66132b1, 0x43dd99a4c84b246b52c7acf3d702f74be1a86b3c3dc155c90afb174a38a56db0, '', 0, '?'),
(0x37b249b2933371b1243b1869aac782f9, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdfAjaxFlickr.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdfAjaxFlickr.js', 0, 0xc4f44967e5e07798fa593d05b72192f2, 0xc4f44967e5e07798fa593d05b72192f2, 0x16292c382350959022fe773020c6af8a50365ea5e7eee856b2b98872625e39b5, '', 0, '?'),
(0x37b25c57bfb902d4800de9fd91367d46, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js', 0, 0x69c9c3e9a5e11295f411d7722a37ba2e, 0x69c9c3e9a5e11295f411d7722a37ba2e, 0x6b3a3f054220a3fe58ba9149efa746f238dfb801cc5ff818120c365d9aa99025, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x98c1098c12e649a5ddb6158d33828b53, 0x214dda92deab4477a395e9de776528b221cee4f63def19e9dea864e0d62c4757, '', 0, '?'),
(0x37b2af6a55c3ea7d1d404764691d53c8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0x3e8bb910d1cec5baad6099869c4c2eca, 0x54252550709a610a5fcb85d897956f2bca33804de4a7e2a79e91e018eb830c27, '', 0, '?'),
(0x37b6476348791a1dcc3c1bf90b3a6b55, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php', 1, 0x00000000000000000000000000000000, 0x26e64579ce5fa26537a6c57dd259c309, 0x2dae382206f85e5a71304df762e93d4bb5bcaa130cd70099ede76ddf24731ee3, '', 0, '?'),
(0x37b75ca34a99415e7a688afd570ef756, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php', 1, 0x00000000000000000000000000000000, 0x97d4e5d477339c8999d17fadb2231104, 0x67ae3033512b67b0d5bb2e6aabc294e26e2a7e6db1cbe766f4d06401ef698b30, '', 0, '?'),
(0x37b8b0981bf9c816bd40947235aeee0b, 'wp-includes/blocks/gallery/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xfee56af277f223e988b9a7589d037008, 0x675a8008c67cba6694e0fec9a51aa678d6c9a105c43452f479bde662549b03bb, '', 0, '?'),
(0x37c05b2dfe5df7a8036f0c80b6db146a, 'wp-content/plugins/elementor/assets/js/packages/env/env.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.min.js', 1, 0x00000000000000000000000000000000, 0x4175e5e5f631c2211873b1709462b45d, 0x62c30eb1292b881235aa17446878c9f6794f23c29010a310b8255a020f29b49c, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/menu.min.js', 1, 0x00000000000000000000000000000000, 0x284953f0e0a570aa06d6b527c45a55bb, 0x6e3205a30b04ee11e8761724e085ecc5fa6e800d360614fd2ca0b057555b4ebb, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x37c298f0beba35c767001f0346b2f6ad, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php', 0, 0xde69973c78341a7d8d919b1ca287230b, 0xde69973c78341a7d8d919b1ca287230b, 0xebf034e014b3a39f2df2bc8db6dd891687f9d1e2d45ccf9588a22f16afdf2bff, '', 0, '?'),
(0x37cf767af64e753115f4835712175296, 'wp-content/updraft/backup_2025-03-20-0331___90_f3b28ffabc8f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-20-0331___90_f3b28ffabc8f-db.gz', 0, 0x15a634edb11d8938f9b1732e93fb568f, 0x15a634edb11d8938f9b1732e93fb568f, 0x06d696d67b21d6c738a29a725ced63cf84ad771c47ac8dca93dd4347c0b66896, '', 0, '?'),
(0x37cf8bd474a8645d428592013fdfd2f7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xeda898eefb5f843d269cfd9f095774f7, 0xee48530480126c0f8b92ed383c082a1b18fc70d53343a008cc40093207b061b7, '', 0, '?'),
(0x37d6ea24511d0122007db09cf5ccdc31, 'wp-content/languages/fa_IR-ca28138671823450e87dfd354f7afc6b.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-ca28138671823450e87dfd354f7afc6b.json', 0, 0xa75dd8d45e640ed12fcd28353b7154a9, 0xa75dd8d45e640ed12fcd28353b7154a9, 0xd86fc15edd122c219b80ae164c88b405c46ab9a512db6e0f015d5f9319fd65ef, '', 0, '?'),
(0x37d89820aeaa5833931e414edf9c3c0b, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x5c78585b80fbf4342d21674a04e89c8b, 0x54bc61e8635a0933490857bbb11c509c90578fc5904d6c7f4ba5547a3b749412, '', 0, '?'),
(0x37de597c37945e1a99a3cbcf56710f0c, 'wp-includes/blocks/site-logo/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style.css', 1, 0x00000000000000000000000000000000, 0xccf4260e81e6e8fdec01d255e24f5370, 0xefc64feea7d717800e7963f4aab1fe716483cc54b3dad5ab66d69580cd8b2c2c, '', 0, '?'),
(0x37e0b26651c64a60278898f96a71e644, 'wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php', 0, 0x9d30a9043a6b3ec77eb8b70346ae9176, 0x9d30a9043a6b3ec77eb8b70346ae9176, 0x8b33241cb40ab221612d3054ece1be44b39531acdfcfd421b3436c3c1a1aea5c, '', 0, '?'),
(0x37e7edc3772bbf3fc412ab07e5562ea9, 'wp-content/updraft/plugins-old/updraftplus/index.html', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/index.html', 0, 0xfc61bc3aa02b06c942d087077100e115, 0xfc61bc3aa02b06c942d087077100e115, 0xe6481e339ad3cb94497841afb48c1cf33b6501a3a77604c8395d0fdbe3b3a17f, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0xfae84870d6ffb664a803da352f63d32c, 0x04b8a61968f471705442367132c1396342155d5fc0ceb75fd71d058db882cf47, '', 0, '?'),
(0x37f2ba31479f7ebd088294dbcfa29df5, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/views/field.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/views/field.php', 1, 0x00000000000000000000000000000000, 0x4944728c35995d90d67563f6f105bf60, 0xdeba8b42ff35295ccd9cd1a5e06e7264da29c0da24d7506bcddfe042e1f0d02a, '', 0, '?'),
(0x37f41fd299fd3361ec2296994e7d7948, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/demo_style.css', 0, 0x8fe7a5344b9e8c6c249eb350d986defb, 0x8fe7a5344b9e8c6c249eb350d986defb, 0x9646892cdd8e5faeaa7eae0388e62928113be6226547fd18ee8d32ee766edcb2, '', 0, '?'),
(0x37f4751a2370a61d2f3b509e58dea475, 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', 1, 0x00000000000000000000000000000000, 0xab6230cd44814de48740645ff51d4ec7, 0xda0ea2217901ca2b8bb5e79de56d971282715558ada5e9160157169c6a43bd11, '', 0, '?'),
(0x37f9328ddf5f52b406449e18c73b6eaa, 'wp-includes/blocks/block/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/block/block.json', 1, 0x00000000000000000000000000000000, 0x48c1f9a2108e2c2cf7bc8c4df961c193, 0x3d53338db17bef6534185f0d393c7ca5661ffa9cb9b71d23aec83763eeba1220, '', 0, '?'),
(0x3801f3c60085fc1d7da7a3c46f943251, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.css', 1, 0x00000000000000000000000000000000, 0x48fd1809ac47e9f38363ecf4aa963fda, 0x18f9f8e8aee3e759b406cb6a885df8b9f6974b444806cb856eb9ef2c45aa9d5f, '', 0, '?'),
(0x3810a954e44570f91210c374c5dee80e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 0, 0xc4571eb4c8e255a001e8a7bb8e9a8949, 0xc4571eb4c8e255a001e8a7bb8e9a8949, 0x81a0f8393cf05ae752b231c3b0114dad47a68c77bb0746c23f73270cf533abe3, '', 0, '?'),
(0x38179a635b87444003b0803031aeac70, 'wp-content/languages/fa_IR-aabfce98c410957228848dc581e3c420.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-aabfce98c410957228848dc581e3c420.json', 0, 0xfaef6a20c5ace72fb1851a3faf722de3, 0xfaef6a20c5ace72fb1851a3faf722de3, 0x54ad55539986e052d845f5b6574236f247a579abf8c890b8f46b514257216759, '', 0, '?'),
(0x381a4a0fe4180d9812a1cb01246e037b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php', 1, 0x00000000000000000000000000000000, 0x87762026ba51c2fbfdb5136b8bfb33ed, 0x52d7c1aa52b7e281093fd8c031c97c7d359366205978ef033faa37d748522b65, '', 0, '?'),
(0x381a5e3f396011e6db16e3e96c1655ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_7.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x381ba9d4c5b23d0a0f4a0400e2626a8d, 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff2', 0, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x381ed957e6eb84a76a149760f6c1f1a7, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xbf1ab2af54bda5788f73d54784589ae0, 0xf853b280683405f1027e4f3875f04af4ab700598431de0309850fa9e00db5fa7, '', 0, '?'),
(0x38224744d1045450571abbf5b524b7f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/demo_style.css', 0, 0x5a68c6108b3aabc17c744d6e8fbde74d, 0x5a68c6108b3aabc17c744d6e8fbde74d, 0x842c8a7c4b9760888815b008861a53867377e35f2957d46f1739ff875d20e48b, '', 0, '?'),
(0x38229097af45f000cbe7bfa76129d583, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', 1, 0x00000000000000000000000000000000, 0x4c312c14095a82b27a78522a9fb47b52, 0x4d1b21785f9c18271b4c97a37afc1af12cb50d0b9ae3e23535f76dcea6713be0, '', 0, '?'),
(0x38229e1408dbee4a2694e8c872ccec7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php', 1, 0x00000000000000000000000000000000, 0xf8d376c8ff33810950cb6ce3ba8ebcd4, 0x06ea6d89e5f1ad8bef68f341ec8acfa7567735b87afd6f1317f37c6727661976, '', 0, '?'),
(0x38255507ed7a78eb9049dfa11bb47072, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/include/compatibility-fixes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/include/compatibility-fixes.php', 1, 0x00000000000000000000000000000000, 0xfd58151570cd25825c916eb2a42b7382, 0x0b3fa36dcd3a6cc27ea1ae45ef4c0f473f96d6f892fdf6e33c8031092257455d, '', 0, '?'),
(0x3826e22ab5405eef764c28d7dcb63461, 'wp-content/plugins/wordpress-seo-premium/assets/images/inclusive-language-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/inclusive-language-icon.svg', 0, 0xdf38052a4acf1b381f25b10c38517418, 0xdf38052a4acf1b381f25b10c38517418, 0xb9182220a540f132dea13020a473c42bd1b0d250a01e857142995865f4378393, '', 0, '?'),
(0x38297e0e268cba9f53fbaa72c8f60bbe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_1.php', 0, 0xc93ebf26d061acf29ecd3e9e8602b95b, 0xc93ebf26d061acf29ecd3e9e8602b95b, 0x3306854aa9dab9fcc36147eb9a3fc3310d52882e21356031a7e66b7393a8f14f, '', 0, '?'),
(0x382a2ca1d262118fe4887dd5b69c4add, 'wp-includes/blocks/post-author/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x18d44158c0de14d22ac7c61afb4664cb, 0x0657831e4a34075e5bec156f6893f59440381a3eb8a61874bf215d9d8258630a, '', 0, '?'),
(0x382a723dd937aa4028c4078df54495dc, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', 1, 0x00000000000000000000000000000000, 0x8192142e6211a46255bed91e8d5717d4, 0xaedf6e2eeffee8b468edbff696a125ee4c3b58c39240721b633dbdcd81504b0b, '', 0, '?'),
(0x382bbe3691b1b79c8f79495679bef8cd, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.po', 0, 0xd3cc07656b833cad84027709b044b5c8, 0xd3cc07656b833cad84027709b044b5c8, 0xcdffebe4b732355f751c0c6f13ac9f139a37faae773d8391f4b1f28069bc472a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x382ececcd0dc525c371a06c37806c42e, 'wp-content/plugins/amp/includes/sanitizers/class-amp-pwa-script-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-pwa-script-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xecbff26f565e944bf35af851fab4e0a0, 0x9c85efd3cf1b44439dbb13a997d22100a244a93a7a6eebe520641cb94dd508e7, '', 0, '?'),
(0x3838ccc6659337084d64c73e934357fe, 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 1, 0x00000000000000000000000000000000, 0xf58d6df2e9a56e6a5204454e1bd136f0, 0x2fe20a315ab763b343df45dd34b960443a44ea2c25ddf659cf06c6c901d7a9ab, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', '/home/abt90iranbet/public_html/wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0x2e904b28afdc1d6555f177f45faa3511, 0x0f52923b5762bcb8539b14684bfecac96f274f018dfb8576a432eb2e79149791, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', '/home/abt90iranbet/public_html/wp-content/wflogs/config-synced.php', 0, 0x8ff5d0ed8075fc34b6d95cc791d24054, 0x8ff5d0ed8075fc34b6d95cc791d24054, 0x7c893e22d1a5f74ee05abaea2cbdc79a926ce4e105716f2007fd39e7f4e2cf01, '', 0, '?'),
(0x384211466b6e35839e481fd5a107d6de, 'wp-content/plugins/amp/src/LoadingError.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/LoadingError.php', 1, 0x00000000000000000000000000000000, 0x0f5b3a50294dfb0ecf8a4ec31eb56436, 0x76ed5647a3e3bb272e88a0a426695d24911eccf2fa46452c068f56612ebde440, '', 0, '?'),
(0x3843046a1157809f07cf5c846b0dba65, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-solid-color.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-solid-color.php', 0, 0x2850c5a8d6cd1672e37803f7ee6d4262, 0x2850c5a8d6cd1672e37803f7ee6d4262, 0xe340b99f8c0ca002f01e461a43ec013b3a22ca50403d57183e91d635330024fa, '', 0, '?'),
(0x384aded838ceeeedfcbd8c2aa69add64, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php', 1, 0x00000000000000000000000000000000, 0x58a48fc20bf6b22ae404b9d7b6a0a44a, 0x1806a93c3a32bb68ff29ac9cfeb329ab18fffd8739aab5d1a71d16c8b2659ab2, '', 0, '?'),
(0x3850fd30f65838abee91c2decb255762, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', 1, 0x00000000000000000000000000000000, 0x66e4d3d8029621008b2fdf3e7eb69ef1, 0xfec0a66aa08b3de4e2b3506c0c1fbdf9d049399ca7f31cb0349ed4164b4520d6, '', 0, '?'),
(0x3856bbfefd8edda8b4ae4a2a6b440de7, 'wp-includes/html-api/class-wp-html-attribute-token.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-attribute-token.php', 1, 0x00000000000000000000000000000000, 0xa72e57576e6aaafa801fb61654f655c8, 0x8ca38652c9ea737fbaac5fdbf5874b047144cfe444bb4dc5048aeb6b0d4f48af, '', 0, '?'),
(0x38571999ea38e9c6a8729164825a8e39, 'wp-includes/blocks/navigation-link/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc1221c8993e0a56cc5f800fe124a511c, 0x977169eaca33a9c8567bf25993f5a58179d4b15686fe133828a12c0336c53c1b, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0x3860b139702a3b70829ad830638b4163, 'wp-includes/blocks/comment-author-name/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/block.json', 1, 0x00000000000000000000000000000000, 0x6ab40df82c847aa5ee55e9fe5494be0d, 0x70030ccfdd68ac97125551b5f713cd7649e4c8b656dfd039015b0d0f15285161, '', 0, '?'),
(0x38614cb61e8eea21ee8e3e8b28074a2f, 'wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php', 1, 0x00000000000000000000000000000000, 0xafea0318fc4ec642d2c4185283063648, 0x1243e956ef618e900ec5c100ad0ce218a6ae402be03e7737ae95811649449d99, '', 0, '?'),
(0x3866313ab2dfb6acb5511a6f4cc7668a, 'wp-content/plugins/td-mobile-plugin/td_panel_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/td_panel_settings.php', 0, 0xff1ec7da4b3f996a3a367ccc4da82b92, 0xff1ec7da4b3f996a3a367ccc4da82b92, 0x6a3b0bfbf37f05f967e2a4aa3c8fe3a09175535892bfd4a3334a178b02161945, '', 0, '?'),
(0x386af432851593d1f3b00cab5491143f, 'wp-content/plugins/amp/includes/admin/class-amp-post-meta-box.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-post-meta-box.php', 1, 0x00000000000000000000000000000000, 0x494260cc2af74aadeca73d39ad1f03a5, 0x97bfea2127c68b3149d0a5820ffd1989fbe88757dbe149d9be34f2f76d0bfd59, '', 0, '?'),
(0x386b40e5731acc65f113f404ad5396fb, 'wp-content/plugins/shortcodes-ultimate/admin/partials/notices/pro.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices/pro.php', 1, 0x00000000000000000000000000000000, 0x8ccb603f308003002ead438cdb1cd86f, 0xf6125671f88da551d09518086d86f0de029b62286994dd00560b5aa5531d3891, '', 0, '?'),
(0x386d38d2e23efe8cbc96788f07c493ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', 1, 0x00000000000000000000000000000000, 0x3ea5f03c3b122536b7beb04a98d7c6c3, 0x9d0fa168dbf9bee62688290d37e037184a3cb78dc9ec779c44d6ff7da5ebf80b, '', 0, '?'),
(0x386f024ffbe652b4e9a44607a61227ac, 'wp-includes/class-wp-block-bindings-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-bindings-registry.php', 1, 0x00000000000000000000000000000000, 0x2ae4462dba670deedee171dd9b44fdaf, 0xa7f0d8770df0add6f13211922b611f46295583c577afaa72ebda51ddb1905530, '', 0, '?'),
(0x38712a59790c96f7e2233b2493431e84, 'wp-content/plugins/wordpress-seo/css/dist/introductions-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x1e604cfeab2614a2451e19471dfcaba6, 0x4dd350a50272bf906b1242f65ea7caa7ccdf77ccaa3ab4f0ebcd3f4df4a668fb, '', 0, '?'),
(0x3871fbedef7c61e8916cc48bc60a1956, 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 1, 0x00000000000000000000000000000000, 0xb538cf4b1dc1bc502cbb820583c4f487, 0xb98ba8b1310964ec230461db74e9768a967e5221f65c6751a612bdf9b32f9f30, '', 0, '?'),
(0x388c54a65c35e644a7c5f8addee64299, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-portfolio-overview.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-portfolio-overview.php', 0, 0x11dbd931ebdcc5d0bf2a24b10457fed1, 0x11dbd931ebdcc5d0bf2a24b10457fed1, 0x1d9d87e2e19eec6b289d38177f7c6f2c754e304a756c619e41139dbe50821396, '', 0, '?'),
(0x388cacbdf6cf0d10ef8101b61be9c58d, 'wp-content/plugins/td-standard-pack/Newspaper/archive.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/archive.php', 0, 0x276cec7b0303bd9ab2c2ca7cfaffa15d, 0x276cec7b0303bd9ab2c2ca7cfaffa15d, 0x8ae4126d475b214943f50ea0ad901e9d29062d87dd42ad3fd6933ef90596c8fd, '', 0, '?'),
(0x388cbe55efefdf7111db70c37b43ec6f, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner@2x.gif', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner@2x.gif', 0, 0x313dc4a46d27ea5c420f28c0e9735731, 0x313dc4a46d27ea5c420f28c0e9735731, 0xfc02cc3f6775f5007d5a9e9ddfd26d0d151507cbafaabb75e0afc76d7a4784df, '', 0, '?'),
(0x388d11854b721e579cd92bf6e4f39b54, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js', 1, 0x00000000000000000000000000000000, 0xc25dc76f9265816d25b24683f81e20c3, 0x3a4d989d1eb6fc0344dde367e872bb8c2a732b0ca612ce1fef039a708ec44885, '', 0, '?'),
(0x38901a2b06abf4581c2f7b99eb3bc74b, 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 1, 0x00000000000000000000000000000000, 0xeab47ce72eec553b38c7a2323275e4c1, 0xbdef5389977ccb3fc8701a2d6c5405707aef7156ac23e44cf9aaa320899e90c6, '', 0, '?'),
(0x38918c1820d66995e6f3d31487830f6d, 'wp-content/plugins/wordpress-seo-premium/src/helpers/ai-generator-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/ai-generator-helper.php', 0, 0x0750fc6a365784a05705b40d2609e654, 0x0750fc6a365784a05705b40d2609e654, 0xd6e591205fe00ccdaa6ca5ace7e552fbab99eff045744993bd609b93077936e8, '', 0, '?'),
(0x38953ef20c80070a21489de9a712bbd7, 'wp-includes/blocks/navigation-link/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor.css', 1, 0x00000000000000000000000000000000, 0x6b9a66381d7253ba85829d7fc9f7ddd9, 0x40ac77cde4b5a8970cf8efba7144b2dbb1eb4ccc4dac59b601566891de672e22, '', 0, '?'),
(0x3895a0aa3362fd8d67c58dc7df9d3c8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2_no_content.php', 0, 0xee0f3601600f168de170b4808920d2c2, 0xee0f3601600f168de170b4808920d2c2, 0xd91d77e6e14a867137f5c73a2382deaab7c6fd569a6d31b41f978bb2589258a0, '', 0, '?'),
(0x3895f077aada6b1d4ae14f8bc69f485f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.ttf', 0, 0x4c3712df889773bb8475521945f151a8, 0x4c3712df889773bb8475521945f151a8, 0x937e1b9356b7c92475323a7171bd30a47c6d95857b8c3fe7b539d4c3f80ef4fd, '', 0, '?'),
(0x3896ad505e82d6bc1b10b361847886f6, 'wp-content/updraft/themes-old/twentytwentythree/styles/marigold.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/marigold.json', 0, 0x6022c5c6cb15ca56ebdc298c49c31528, 0x6022c5c6cb15ca56ebdc298c49c31528, 0xc876c174bb26e349e5f40faf7cdfef7bb29a5fb02ebd3fe5540cf634f796191b, '', 0, '?'),
(0x3896ee80184a3054765f8b458ebf43d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2_no_content.php', 0, 0xf856f4c1d498715341864e0545ef9d5d, 0xf856f4c1d498715341864e0545ef9d5d, 0xe8d09bb77ae5026b1faf2875429823ae38708f8da332f7445fdddcb5a2fb9fc4, '', 0, '?'),
(0x389772da46abcd790ecc5ea3307606b8, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php', 1, 0x00000000000000000000000000000000, 0x82e07344ba81d6402e01274d3b670604, 0xc551d5ad6494f766d95bde918207141bee9b2180fe9e65a61bfed663d9191a26, '', 0, '?'),
(0x389d5cf25e9515b0cccf8c46e61a20fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_1.php', 0, 0x9e33123a2d9640157d0a75e41b665295, 0x9e33123a2d9640157d0a75e41b665295, 0x88e058102fcca72b795b0bd2503c161bebf3f90591904b6ad9fa2d7be748d1e8, '', 0, '?'),
(0x389d97f711baaf2f83c8d181b21e76c8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3_no_content.php', 0, 0x5a5dbbf7e28e691ee8ea3f126fac049e, 0x5a5dbbf7e28e691ee8ea3f126fac049e, 0xacda09a2f9828ef63292729463d4faeae2d6f49f719e010f64b19d8393f8bf22, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', '/home/abt90iranbet/public_html/wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x267d2ac3d176fffa07bbb0d049b0a7e3, 0x4b701fc5336c1175ac2758afac3bbade36949d88c42d5d562d25c9e3ffbf85cd, '', 0, '?'),
(0x38a239d6a4066dab10b778fc3db6f5c6, 'wp-content/plugins/poka-review/.editorconfig', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/.editorconfig', 0, 0x9616ec61c10c42ac1ad45ea658e5f3c9, 0x9616ec61c10c42ac1ad45ea658e5f3c9, 0xf1e6f52d7922a614cf4951f46f0aec5bd7346de774704c627a1493a4ec8f60de, '', 0, '?'),
(0x38a47a3f530f0d911f4e1f8554c431d2, 'wp-content/updraft/backup_2025-08-23-0325___90_abec761eb621-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-23-0325___90_abec761eb621-db.gz', 0, 0x1c6c4d5b646753cc616fd846b1eef4e9, 0x1c6c4d5b646753cc616fd846b1eef4e9, 0x2d12a023cb0d208b56c4c22b833f9b4cda277130d22040ab7ed325f44b48a820, '', 0, '?'),
(0x38a4a752f93ba87cf349ba324f8135eb, 'wp-includes/customize/error_log', '/home/abt90iranbet/public_html/wp-includes/customize/error_log', 0, 0x19e6668c5616a2eaab83304aa14cc417, 0x19e6668c5616a2eaab83304aa14cc417, 0x8c0165779bf1ee91734f1155485a339b1ac6e4b5f95759786b4b1c8e775fb46d, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0x914a57743e80556dfd1519b420da0a82, 0x0b1f4f93bab1a7c7a2df4d442311e8a1bf8748228cf208e51c2398d4dbff183b, '', 0, '?'),
(0x38aaa3398cb9ae26e312b073cf42c201, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_panel_settings.txt', 0, 0x30137395b08b9c5b71d3be3df06b17bc, 0x30137395b08b9c5b71d3be3df06b17bc, 0x56fa270d5635c65a4cadb0a0a8dae8458343ed9b6043823a41cd31572e7953c9, '', 0, '?'),
(0x38aaa9d4c519bc0765cd187fe4e91524, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 0, 0x74189c9d4edcd2f6dbc04a53c538a8ee, 0x74189c9d4edcd2f6dbc04a53c538a8ee, 0x70da697a0ef931a28ce8cb71fe61aea08e119cdaaa8a26985f3b4fbea7f39d92, '', 0, '?'),
(0x38b49526827c07d1f31ce415f09ace8f, 'wp-content/updraft/plugins-old/updraftplus/central/commands.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/commands.php', 0, 0x6815329d84198dee4c64780e27b53b7c, 0x6815329d84198dee4c64780e27b53b7c, 0x6443b07ffa97f2e521c7e49808548e46af3378d68bbd8ab2a3a814bee8513b6f, '', 0, '?'),
(0x38b973b0ee419b85fb009fd9d0aec416, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1690810710.css', 1, 0x00000000000000000000000000000000, 0x4ec4f9c0324ae5a8b3fd5942e798b18d, 0x1a50ad4c1fe3a892cd139e905a69c97491418d07fca7e4aeebe390d837641fab, '', 0, '?'),
(0x38ba62fb308f0e77efee4a31b648424f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php', 1, 0x00000000000000000000000000000000, 0x7de01818cd83ad80a8076bfb8e23c95e, 0x72615068c02ed2cb073485ea3ee5149432fb724e45a2e74e48926bbc8ea4af8a, '', 0, '?'),
(0x38bde1e12a53bb5fd4a52ee853aa19d9, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php', 0, 0xaff28794143309adc8ce706ea2f574af, 0xaff28794143309adc8ce706ea2f574af, 0xb9e02a0addb4bf83275bd0093541c8b7cec797915a658beea8e06a691631d2c6, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x8c31cce99387aedc997e16d20b0dfc6d, 0x2526b9e3398b090f2f44f75847fbd89ed8df8783e255e4bbefe281ea10800434, '', 0, '?'),
(0x38c3e6fdc620ed9c778f8861dedb1f35, 'wp-content/plugins/updraftplus/images/icons/googlecloud.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/googlecloud.png', 1, 0x00000000000000000000000000000000, 0x564aee8601565159974ac361a3d43fb1, 0x9964b96b2700140ffeb491a2488b812d4ce8a3b762c1378d7c61ed8ca0af5ef3, '', 0, '?'),
(0x38c54133d1182b385fc958b77a1689c3, 'wp-content/languages/plugins/elementor-fa_IR-9f5db7e8d855ceba32677d1311e699c4.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9f5db7e8d855ceba32677d1311e699c4.json', 0, 0xce707d4ca4ab8e3f3caf8e880ec0f766, 0xce707d4ca4ab8e3f3caf8e880ec0f766, 0x80153e0ab4a5613b6e319ecec139dc6f11fbcfb8b16c9603a1174809002bc1fe, '', 0, '?'),
(0x38c5af41556419599c58b13d8348d79d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-13.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-13.png', 0, 0xa1e23006fa8aaf82c098021c543ecfba, 0xa1e23006fa8aaf82c098021c543ecfba, 0xdc7d3a1b27ecc0d90fbd4ce4f45d8285d6ccd94d7077476a6cc1a00fa2920eab, '', 0, '?'),
(0x38c79718b513cc3845f7e9348717a007, 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php', 0, 0x77b3c47ad35ee762470816ba9f8be8fa, 0x77b3c47ad35ee762470816ba9f8be8fa, 0x98aa8517777d8fee2d45665c5e832671a8884519f3c67302569f1121614fedc8, '', 0, '?'),
(0x38cf7e97234b397b752502dc79bb52c4, 'wp-includes/js/dist/widgets.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/widgets.min.js', 1, 0x00000000000000000000000000000000, 0xf579ba16d28a67b76e2027f479e2c41b, 0x3fb26e72f12ac5071e7795e27c70775d0bffad2cb3f8ee0cd12baf54534cb11e, '', 0, '?'),
(0x38d2f105abd9fd9503413e6a6e503b4f, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxVideoModal.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxVideoModal.js', 0, 0xd3344227d3b78f9d9b5688e7104d5a86, 0xd3344227d3b78f9d9b5688e7104d5a86, 0x02708ca1794aa7c2b6124b69190917210dd81f3258468d7c2198e58d9f1aec65, '', 0, '?'),
(0x38d349d72d239138fb0c9451e64587bd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_import.php', 0, 0x547fd9e23f320ff7816956de6e37b3dd, 0x547fd9e23f320ff7816956de6e37b3dd, 0xc33ebc327923be56bae44347d0adba54cca7e6dd9c2d4dc6e342f009a74efe35, '', 0, '?'),
(0x38d450bb8c3f4458e17e7bd6e84d6f19, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0xd7b16717febf97a7a6f62090ed2f3b09, 0x17ffccb4ded3c61a1ea11509c5fa63fd6cd834f8226d25c550eda8293fc4c5c9, '', 0, '?'),
(0x38d80af5e7bec22872bc08dcb49896e2, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header-large-title.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header-large-title.php', 0, 0xbdf29f25e3303a981ffaacf007bdb2f6, 0xbdf29f25e3303a981ffaacf007bdb2f6, 0x23dabb3d3e67af687cca4e5eeef7d9173e2fb6a0c0f3d2a04d676c25f81f51d6, '', 0, '?'),
(0x38d94208b15b71f18540beee0394e4c7, 'wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php', 0, 0x006b8e5c197f465fb8841d9d036a4534, 0x006b8e5c197f465fb8841d9d036a4534, 0x0cb1d5bec418cae17e5343cb2b52717a37d282dfd97367fce1a4080e86dc6939, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0x5ef8b57e0648cd28f9c9aec4fd009ece, 0x4d225662b9c24f32359f353729bf807d7c0a73717cab0ac4778622da5c3511f1, '', 0, '?'),
(0x38e169dc07edbcbb736b03430099323f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/thumbnail.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/thumbnail.png', 0, 0x168951fbd209c43668830f00b0bcfeae, 0x168951fbd209c43668830f00b0bcfeae, 0xdb812069bf9b15e179daad420f0fb30d06fba4b1751581e963b316df25471b0c, '', 0, '?'),
(0x38e54b4c80f66633bd713bfb16278682, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php', 0, 0x066298116be1abe7a751bd0c32d3f6b7, 0x066298116be1abe7a751bd0c32d3f6b7, 0xd484e48be41f34de9a156e1571d3b824f2f53f0d4d66500af98ba2fc54499870, '', 0, '?'),
(0x38ef2ee7cdedc749d49d0b92dcdb9591, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php', 1, 0x00000000000000000000000000000000, 0x90e82c3663af785b30c341b062e2c583, 0xd4166c1ab309a9d3e829c36154c96c883200b6c5581e07d312b18762ac05d04e, '', 0, '?'),
(0x38f1a483f1c3493c8a1593419dd7c954, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', 1, 0x00000000000000000000000000000000, 0x04f16abb212fca8fcfbf3f6da20e6e1e, 0x0eaeb577b54c72276cdc11fde3d676a3c5cabc958090075ee20ffd07eeb747cc, '', 0, '?'),
(0x38f4e0ea5100aa5a2b9e25fbd3047fac, 'wp-includes/blocks/query-total/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/block.json', 1, 0x00000000000000000000000000000000, 0xb821ea865b6f6d7bb05263c327329068, 0x03358450474010107e561a786a633fc202264885d463b0050dc4b65a5463d790, '', 0, '?'),
(0x38f8ed61fbd766dc681ad6ddbcc65e09, 'wp-content/plugins/td-composer/includes/shortcodes/vc_empty_space.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_empty_space.php', 0, 0xd12fd7a4d6677eb036e1f9cf868cef0d, 0xd12fd7a4d6677eb036e1f9cf868cef0d, 0x2bb8a204f27d6277fcf755f44ad407c58bc83308416a5b7130ee8740684dd56d, '', 0, '?'),
(0x38fab0d980b161567f1f7ebd484fc2a1, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_6.php', 0, 0x76d94eff603cfc42bf7ce3704e00ed2e, 0x76d94eff603cfc42bf7ce3704e00ed2e, 0x3d6354ede797aa3f675393a20ff03290333954cd98027d73fa2244561f2bb408, '', 0, '?'),
(0x39005ede766daa42b76140fa635396fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_6.php', 0, 0x2aebb5cdbef76160545d07667ba60ea1, 0x2aebb5cdbef76160545d07667ba60ea1, 0xa97b24a2b31edea17bd556ff6a53ef67da86c3fafedf4532c78d61660e3f7835, '', 0, '?'),
(0x39072861dd64a78676d0d4179e61169d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1.php', 0, 0xe8bf5454b756480f279e729b488d948c, 0xe8bf5454b756480f279e729b488d948c, 0x5bae2ccc4a567a41f3b9e83612f5e76038a96058586507b47defbf291b202d7d, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x79827dedd0eb15f0ee788ac363c326b6, 0x828d9b99e5eb285d50a213f3c255501b274ca98b329ad26ebf1abd0aa8c2edff, '', 0, '?'),
(0x3911ffac072b45c353b6f8d91d8fbdeb, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afa55955a22e68d915726fc86bc02066.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afa55955a22e68d915726fc86bc02066.json', 0, 0xe9c1b1eebea41a1213c34df05d898b48, 0xe9c1b1eebea41a1213c34df05d898b48, 0xab52407b6945f4c8d3bb99e89f1d5fd29b4cc9fc9ec09dd3fba51f8cd6de40a8, '', 0, '?'),
(0x3914374240ea2f49ca84d490b837c75f, 'wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php', 1, 0x00000000000000000000000000000000, 0x713536ddc8bc1709fa40e12133bb5932, 0xf624a44e54839a2f140d4b2fe65ade060d40344459227a29874e0a4b064ece7a, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', '/home/abt90iranbet/public_html/wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x78aaf8088898cdfc24e4be0715cf8f2f, 0x0d577cf7b8ca4bbd787dfbc25a06d6079567b0e94fe8c1bf792da561cfb7c0fd, '', 0, '?'),
(0x3920da17a100b79a780a7f99aa50909e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_5.php', 0, 0x56ed0c34774e0460b2fdf6f74aedd1cb, 0x56ed0c34774e0460b2fdf6f74aedd1cb, 0x41377741e63fcdf53098eecd2f794a59390e35ee235e18c7ebe573f105f4e7ec, '', 0, '?'),
(0x3922487e4b725a9cc5621ee3982994ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_3.php', 0, 0x3eb64d85e9a6f86eb01dca6ce5814dee, 0x3eb64d85e9a6f86eb01dca6ce5814dee, 0x2a25e0c4c481640217a9e65778e5b0d641db3ebdec504d9baa5d8f805175d219, '', 0, '?'),
(0x3927048abe32e5d87cf2583ebbfccce3, 'wp-content/plugins/elementor/modules/page-templates/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/page-templates/module.php', 1, 0x00000000000000000000000000000000, 0xe0ea155140b88afe13319aa2e94100d5, 0xf1104aec4053e44edaa7c5a74abac1070c9a38905de87f21e259055f465f90d2, '', 0, '?'),
(0x392e3ca127cd6fc639b47e20e9da67a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Element.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Element.php', 1, 0x00000000000000000000000000000000, 0xbd6ebaa5643f1ad51fe47dbac794ffa0, 0xcf8667d8e078bb09a922ede8ff4ad9759a33cbf9ce33fe4a42ef0a5afeabe385, '', 0, '?'),
(0x3933a83e042ed61814c3a0dbc2fbfe20, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/coral-square.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/coral-square.webp', 0, 0xee9f2e0211563850c86f75f0b44c7f5b, 0xee9f2e0211563850c86f75f0b44c7f5b, 0x7928dc6d04c89677cb88ed9fe03c08097353a5c5f8314a9e85f27a5a3f2bf792, '', 0, '?'),
(0x393749fc9ec8c58a20d9386e4149f381, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php', 0, 0xa9e01fa4788bd806303f42c1406883d0, 0xa9e01fa4788bd806303f42c1406883d0, 0x136242db67986f34f259cc7b7334f087fa068d10613cffa712c221da8cdff56b, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x02ade63a772cef805d810f5e21739305, 0xf2e1e4e35be520936c1609cc9af079fb9e482dbaa47f82ecba00ade739fc5040, '', 0, '?'),
(0x393bab7d3c002feee3fffdce58cf86f4, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx3.php', 0, 0x3e41c3a236a8dffb6db6b862449aacf8, 0x3e41c3a236a8dffb6db6b862449aacf8, 0x10a28a43c2dac6b98fb715aef6f665c8967b5f46e546ca7a86eb9fc76bbcb73e, '', 0, '?'),
(0x3940bf5c169f6776e09dd2af79c4cdea, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 1, 0x00000000000000000000000000000000, 0x32237610a1586a9a7d3b32d962f4618c, 0xe8219bbae8269508aaeeaea06d0ca96a08b2c38c4acbc70ed3c48b79ebde67df, '', 0, '?'),
(0x3945732b9daf0a616a7f290b1c80cfd2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 1, 0x00000000000000000000000000000000, 0xce5847af9df50ac488e487ac4842d2de, 0x2c66cefbc957fc6687fafcf6fcfed0eb06c4d1ac9343f2fc3fa184c73c792c50, '', 0, '?'),
(0x394c3ea79a68391dc2b31f6b93ec1722, 'wp-includes/blocks/navigation/view.min.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa1b374df648eda55295ec56bd583c9eb, 0xbad01c14c84fb52254e8e577b1513d600c36764a1c271f97532ba45c51d35ec5, '', 0, '?'),
(0x394fb1f7c3112fae2e74bef62d955bc0, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-zh_CN.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0xfe402841571f8e34ede8256555c7ae52, 0xe3b83e36ba82e1fb6a15b431a69afafd8563d0b4be45ae7a455d132e431eaa68, '', 0, '?'),
(0x394fed1d4a33202f5e60f12de175711a, 'wp-content/languages/fa_IR-77fdfadaf2e1ca3a027d1956b910bc50.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-77fdfadaf2e1ca3a027d1956b910bc50.json', 0, 0x3c85e4c6cad3ccd6999a636cd6149097, 0x3c85e4c6cad3ccd6999a636cd6149097, 0xdb23154483c5bcde7c0a375591005ddedf182418a8c3757bd55a5d1132a06245, '', 0, '?'),
(0x395013fd0f66f24b56aa031b616ed324, 'wp-content/plugins/kk-star-ratings/src/core/functions/create_payload.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/create_payload.php', 1, 0x00000000000000000000000000000000, 0xba6a483b38041891155ca56a67d6b7ab, 0x6d35886e9f51e9540d7de97fad249a9ee0eb502e557ddaa8fc9ed3ec82d01fcc, '', 0, '?'),
(0x3956530f3d9e996ad7e5062fcc9b91cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', 1, 0x00000000000000000000000000000000, 0x7a684c6c3dd84679090c870036fc5697, 0x5f8b8a4a49141c83e73029b8acc8eb2e2c10bb419121568495e60d34662c94b2, '', 0, '?'),
(0x395c343bc0bc164a3bbaebce75cf7eb2, 'wp-admin/images/freedom-4.svg', '/home/abt90iranbet/public_html/wp-admin/images/freedom-4.svg', 1, 0x00000000000000000000000000000000, 0xb2a6aa986d8c529a254cef8624e8bcac, 0x967a54684ca353323aa02335fe8eb6f99f069f974af2d861905bec037616c173, '', 0, '?'),
(0x396245d4d6fd673c036edc04c619fbee, 'wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0x7bb36f119cff75b457d709d6e93adedc, 0x4f227535b7e03dd7d3525b79b2ea973e1ba708cc0ce89913c982527dda400818, '', 0, '?'),
(0x39641ee32f3cabd6a9735ee87b6ea76f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-news-blog.php', 0, 0x180e242cabc75884f7784ac273bf3712, 0x180e242cabc75884f7784ac273bf3712, 0x09ee13335fe8ebb343309689d550da89002a0beb4a53466facec2ca52697f3a6, '', 0, '?'),
(0x396b42f159ee5325d152d5fba445309f, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ResponseInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ResponseInterface.php', 0, 0x9fd8d0a948be3698e59cb2a116964a59, 0x9fd8d0a948be3698e59cb2a116964a59, 0x6bc69155715ee34de66ba0d15d8c29378b5ecb8e6bc359d566f02b1e2bd3585a, '', 0, '?'),
(0x396b4e6c0ac1bc1b30941ec8270cfeea, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Version.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Version.php', 0, 0x4bac62843de6773c39f84f7c4a88d58d, 0x4bac62843de6773c39f84f7c4a88d58d, 0x5daa03ee6ae5ffc99e842232221cd349c410edab8e7f4c48786c8c812bee6ede, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x944392cf00ca6e6084e0fc84693e5d85, 0xdfffa4f80fc2c28c84f8e5711c0ecde38bb5a0fd8718274ea54e7b7f5193e04e, '', 0, '?'),
(0x396f053d8591164435f2dd2bb6997501, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', 0, 0x68c5b22072a9b033d95bcb1e4173ed68, 0x68c5b22072a9b033d95bcb1e4173ed68, 0x3e66af309c4f3f031e00685ec261bacc641fe9725c2e08bb879cd2a56411aa13, '', 0, '?'),
(0x3971618071bd5a606554153aa86d2144, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 0, 0xfc0ca257bc9eae75d5ac15f62e30d2fe, 0xfc0ca257bc9eae75d5ac15f62e30d2fe, 0x2eee176edb5c4cbef9f1b5a8e75f2d034a11c1d1a71e56bed44060fd2ea31ca6, '', 0, '?'),
(0x3975dbc0402b582884c5084c9e9704ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_single.php', 0, 0x21fb88b070afe6148abe5d164e19d7df, 0x21fb88b070afe6148abe5d164e19d7df, 0xf2c383ce06184d6cb678c3cf46991ec339fb764f92823f58f0bc6792514f5e78, '', 0, '?'),
(0x3977760df7ee91db5e9bab21024316a9, 'wp-includes/blocks/image/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf5d8cb525fb1554d9654e0e5935b91e8, 0xe1fbe1feb9dd94cf8056760a8555f8d2ea54c6a10e1e59f070e8323adc0d7d09, '', 0, '?'),
(0x397957e803cee995f837992380d1f769, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php', 1, 0x00000000000000000000000000000000, 0xf0d64e51130ab1eacbb230ccd9f06e43, 0xf32fc8f0f9f115b833de8995bb14a5a0a6b8edf210f95f15efba0eded0249bb1, '', 0, '?'),
(0x39910cc4948a47bebd11b87d6433ba57, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json', 0, 0x6ca72a338645c03e11e8c713f999ab0c, 0x6ca72a338645c03e11e8c713f999ab0c, 0xd965bb0c72d3f438d1935be795681778183c3165d80d35ecfe76062b9f4b2b77, '', 0, '?'),
(0x39932c94cb11f7c618f4ddfe4d161830, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_4.php', 0, 0xa6da3ddde5082b25973b71010b03f010, 0xa6da3ddde5082b25973b71010b03f010, 0x4d2fee8714d687f54f4a36348861f97112824cdba3b7bafb1836f97583c9adab, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', '/home/abt90iranbet/public_html/wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0x6bea789683a7cfe31550db257daa7145, 0xd5a98c5f2e216564276020c0d199c90e0fa6cd8b2c772c7e0b7122f7ca34967c, '', 0, '?'),
(0x399ce6afd179b253f6c00e097056363d, 'wp-includes/blocks/quote/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x31556ef29bf23030e073c3ff11d043f0, 0x4b5bed167c7762c4386335556119903f25cbbeb6ecc507ac1ee1c932667413bb, '', 0, '?'),
(0x39a4e8962f5de5d6f81d6e4c5a11d093, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1.php', 0, 0x85e1c60527fca7643fbfbee8d8fee6d4, 0x85e1c60527fca7643fbfbee8d8fee6d4, 0x0567a249cd3a102fbce47cb8c73d7ad717da26e037894c78f511bb90b4ef2ede, '', 0, '?'),
(0x39b620fe7b620a064a63d1463d6c5903, 'wp-includes/blocks/query-pagination.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination.php', 1, 0x00000000000000000000000000000000, 0xb8d543b66d7a5a2a188d7315aa4a1304, 0x16c7a92fe844486d7e5e90360fb011177a5ac8b96a9823d5242733dfead701bb, '', 0, '?'),
(0x39bdfe745bb7a0e3529455f4a3987d54, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_1.png', 0, 0xac04caab1a3844862cd492a518ef1717, 0xac04caab1a3844862cd492a518ef1717, 0xd4bff6cf5d40f9840f3514fcc6a8d2e122607976d4d53b4c1c07788a2030b8d3, '', 0, '?'),
(0x39c0f64616481d4ad843a1d7dfa52966, 'wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0xc46d5cd3949a75df5ac4e7ecc17368e8, 0x4e36595ae871eea2a8393e707b8eb93c7ee6dfaf87dc6fd2432b69548316b715, '', 0, '?'),
(0x39c15a9dfbe72c179340544287e403d1, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 0, 0xbbaed90a7f2cef279f13b67a65540bca, 0xbbaed90a7f2cef279f13b67a65540bca, 0xfef5538ec83904d7ac75c9ecda909f653aa01f77d748ff692cc99bcbda4a7dc7, '', 0, '?'),
(0x39c3431b653b5923e876107c127a97a1, 'wp-includes/blocks/audio/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor.css', 1, 0x00000000000000000000000000000000, 0x7e52869813305798e4c640f5f279c95f, 0x761795d6c443f8c27e516b5b0473ef32bc4280e2aa0a06c7a97a849b617c6e23, '', 0, '?'),
(0x39c5ce82f6e68beee701ff515dad38f7, 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 1, 0x00000000000000000000000000000000, 0x69ebcf1c7eeca5f0c96b4ade6f3625a4, 0x4f92ee083d8978c2c210014170b0387c2df69f57f82b2f54a9987348cfdfa356, '', 0, '?'),
(0x39cb6b767d0e928be2c36f94c476570a, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_exclusive_tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_exclusive_tag.php', 0, 0xd8590d608ded5a0cc96685ac43069c62, 0xd8590d608ded5a0cc96685ac43069c62, 0x7850048152bfc177434a428eacb3d602863b2da6232af848f2b5faf414ab6333, '', 0, '?'),
(0x39d036fbb5cd2c72885c31cb5443c55b, 'wp-content/plugins/disable-gutenberg/css/font-icons.css', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css', 1, 0x00000000000000000000000000000000, 0x1165d36e41b8418d12d20cd9f523915f, 0xed6a8759dfd6b62a5e6aedd53135756cee38a990844b53260522f5a719b6fe19, '', 0, '?'),
(0x39d70ad14dd9d0e811f7c494f718f6a9, 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json', 1, 0x00000000000000000000000000000000, 0xde0eb53ff4e6f85d2c90f6422a5d58a2, 0x0c0510041113218ccc1abe7800ebdb8c78d39c3258eaa6507f88bca7bcd649e2, '', 0, '?'),
(0x39dc2af019fd54147e00d4d8da440a17, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/tooltip.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/tooltip.less', 0, 0x37e83771ee4f87e429a7385a435fc167, 0x37e83771ee4f87e429a7385a435fc167, 0xe08f8d04ebc4cf74a2da0e62e3d837d94e802479d8305ee9f7d1ee3693ded7a5, '', 0, '?'),
(0x39e3528f64c3bc8d753360a2c3533f90, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/loader-small.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/loader-small.gif', 0, 0x99030569cf68b53e22eaf2c6a3a6a6ee, 0x99030569cf68b53e22eaf2c6a3a6a6ee, 0x6a95de4e98124eb120ebce566dd508ff25485515350c35b4918e06d7f2a57617, '', 0, '?'),
(0x39e76d47a0fcee537c0efd244fa43792, 'wp-content/updraft/backup_2025-03-01-0335___90_f0cceea0c89c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-01-0335___90_f0cceea0c89c-db.gz', 0, 0xee29577de64bd45c79f9ec0563d3874e, 0xee29577de64bd45c79f9ec0563d3874e, 0x2d9024ff6979800ee4d3cffa07c57fa36f07512546e6e5c425a4c2b37d88e735, '', 0, '?'),
(0x39eb88e93cbf76eba05fe532127fb5a8, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_GB.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_GB.json', 0, 0xa4946045313cfa4e1937db1a2808ed32, 0xa4946045313cfa4e1937db1a2808ed32, 0x254febc65092b9d87adc8a0d177b4b40e31da5acf5e2d2b21a3b7c6aa3db58fd, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', '/home/abt90iranbet/public_html/wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x39f235bd9af6b5c11adc4f6dc2fa230b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 0, 0xb18f2185ef4b8b1acaf2fdd3a1433f9e, 0xb18f2185ef4b8b1acaf2fdd3a1433f9e, 0x6798e15bf5d3ea17502207b079dab90816f15a9bf3c1acfa0485e77e61b13327, '', 0, '?'),
(0x39f99d6b14c7b4acd6051036ea8aabbd, 'wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', 1, 0x00000000000000000000000000000000, 0xa585639737dce6b6ca0a2a8767ed1348, 0x0bef4b12a61f8581dfc29b300c4869dd57c96df101938e0f6ef87ac02d0c7bf7, '', 0, '?'),
(0x39fb1bce973555bfc795b3a3d033101d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3_no_content.php', 0, 0x202a092d7653d538d9d10978052f2c05, 0x202a092d7653d538d9d10978052f2c05, 0xf2784eb9866b5cf3552d8a73135888ad1ad46137ae25b4e8b1e86ed3ef63a09e, '', 0, '?'),
(0x3a01f2c82275c3b132981c625f866fc3, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_4.php', 0, 0xaedf86410b5b7973862930e25c2aa128, 0xaedf86410b5b7973862930e25c2aa128, 0xb1873cb706ad0b0060705d61052141e389c20a69ac59fe17c27469062cb4505e, '', 0, '?'),
(0x3a07a06c7755bdd60736a07832289b8a, 'wp-content/plugins/elementor/assets/js/element-manager-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.js', 1, 0x00000000000000000000000000000000, 0x64ebe92f4296933ab7dfc4bcde23e79b, 0xbc1e424dfbf6e055161650c9d2537b0415ea722e21668b73b4bf200177f500ae, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', '/home/abt90iranbet/public_html/wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x0bdd87cf8770cd136d318062d0af308c, 0x8a22e58f8333351ad5015aab387134317ce50a672a673c2168d5e53a672b24df, '', 0, '?'),
(0x3a1790dfe39e2bbaf68ad47fd59b83c7, 'wp-content/plugins/elementor/assets/css/modules/ai/editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/editor.css', 1, 0x00000000000000000000000000000000, 0xdb730d464e2ac90547342e6512fd844b, 0x16d90d1056ce223b537994704681b7b3a52fdd14277fe9ed547fa3495f229adc, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x395fafda89e707ee3bb446873b543024, 0x0791d542b8777e9eb05c89a0bd309b491a1cc067ab7c5459de647361b8456c27, '', 0, '?'),
(0x3a1aced8a65ee036dce34c5c31e6df18, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md', 1, 0x00000000000000000000000000000000, 0x2cbc75ebce8fbce08d343c224d290438, 0x2fcba4361becc2b40d9f95abd8e982b6c7fa163e5ade4eccb93bc67d03b0dce1, '', 0, '?'),
(0x3a1f239d7507a6f970e621138674e655, 'wp-content/plugins/amp/assets/css/amp-site-scan-notice.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-site-scan-notice.css', 1, 0x00000000000000000000000000000000, 0x6d630c879f4fd7ac14d0b7a7303644d2, 0x4f84b873eb065b5a2394a388b58bc4daccd4443877e4023f095b1b7974a11e1c, '', 0, '?'),
(0x3a21911e5c5a06c6e14867d7107358e5, 'wp-includes/block-bindings.php', '/home/abt90iranbet/public_html/wp-includes/block-bindings.php', 1, 0x00000000000000000000000000000000, 0xd76ad0d216678e657d769b12144f9de2, 0xe48b565447cb0ffc42d4e0e0888e1edc742970a9dc3b45e0f9d64d783857322e, '', 0, '?'),
(0x3a2398e0291b0c380c9b29b4d072b210, 'wp-content/plugins/amp/templates/footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/footer.php', 1, 0x00000000000000000000000000000000, 0x5b6c7754e8aa8b9b3b4d3db17335f23d, 0x7f62d721553a7b86976d316d5f9f4729b9d2f258fe67f97cbf5614a5cc4a1703, '', 0, '?'),
(0x3a2a3d04fc0dd31ee1c8d88b6c2070e0, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-subscription.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-subscription.php', 1, 0x00000000000000000000000000000000, 0x1e809e6c59323606692699a19368e02a, 0x8207a860af02dda2b8906adff08b14ab0a51318c0b832d553471e577180ac713, '', 0, '?'),
(0x3a2b3090eecd8db28cbf0de7671e8b0a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3_no_content.php', 0, 0x9fa2980ff9295b990209059045f1de46, 0x9fa2980ff9295b990209059045f1de46, 0xe41e404813ac9536fe4643da53f51618d7d3c70648feb38878b47d1577e5e421, '', 0, '?'),
(0x3a2d2fef5eed80f6a5c831d767d5ce03, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0x7e1a3733595045074a5ce22797220c18, 0xe71fe04f9ec273800f621281307b0d3aa8cdcefe0f7f3c0b6d6ffa62e646b68c, '', 0, '?'),
(0x3a2e2f1f5569f00182fc70e76b0ee105, 'wp-content/updraft/themes-old/twentytwentytwo/parts/header.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/header.html', 0, 0x4cf81445b18848985d6a62f7f8ded119, 0x4cf81445b18848985d6a62f7f8ded119, 0x40799de4cb8e7ece53047c8b1ec108c4742801e6a640f7ba6cd52c9d667eaa81, '', 0, '?'),
(0x3a348ea615c71dec822f2356d4840016, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 0, 0x1a10a9b26020185af43c81002ac33316, 0x1a10a9b26020185af43c81002ac33316, 0xa24a8b230cb34ca7f4d3ac42290d2641fb6ba28e6903c36af94038ca63a8716e, '', 0, '?'),
(0x3a37a7a1fba45de599597de20e17ba13, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php', 0, 0xd7559e24f9c961662aec196fb76e9f97, 0xd7559e24f9c961662aec196fb76e9f97, 0x10731e25c3d4befba4e8e1b91e3be82dfe4a0e9606ef8488bac7bc2f16702066, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3a37eee1ed8f1c30680f3908a115d38d, 'wp-content/plugins/amp/src/Cli/OptimizerCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/OptimizerCommand.php', 1, 0x00000000000000000000000000000000, 0xfab36078708a7cfc4fd17ef812d280bc, 0x1088337565206d190ffee3d2415475d7a94e35c85c8b9bcd933db1d22b7019b2, '', 0, '?'),
(0x3a396f5727608a8c3dd34ef1d0bd7a29, 'wp-content/plugins/elementor/assets/images/library-connect/left-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-1.png', 1, 0x00000000000000000000000000000000, 0xed2a07c5176300bc0addc8117b623e0b, 0xa1d1e4e2fc3d9db150ccefa41433474fe8394b895d56f22cef13df4888171cea, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', '/home/abt90iranbet/public_html/wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0x3a25ffc995f9da3cdbbcd14c256cebcb, 0xc796b7eae026db479e9ace4a2a5c2442d80cd2f0f361d5ddf188dade1f77d044, '', 0, '?'),
(0x3a3cd66459a9b0442cff4ce0d4d6a336, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', 1, 0x00000000000000000000000000000000, 0x566eca07e3306faae7bbb6be8cd6dc16, 0x5bd5da2ee86d878371df797b46fc4434f88d36f8e34b47e3b49f7c2322804ef9, '', 0, '?'),
(0x3a42f7baea662d70f946f70bf19351d5, 'wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js', 1, 0x00000000000000000000000000000000, 0x10d0a18ad84e58a25f1cd915d5531eda, 0xf89e1b80d95feb1b72aa60a0fe33eb8a2a7dc974455b7114e2a78ac681f8b832, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', '/home/abt90iranbet/public_html/wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x46f610f509096c337dfa337a2334eabd, 0x507d4808b46bef08b7dcced5df22ac7fa2775f3384118b787a78432a9b9db81d, '', 0, '?'),
(0x3a4a5b745df5b3484a65a21dcddd0ffe, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php', 1, 0x00000000000000000000000000000000, 0x4d1d3a9c26ad8eddc4ed85f444cdd10b, 0x381160c4d91b46110a6179bd74b015779d2ed0d7c62c1f5391c26d532125cc43, '', 0, '?'),
(0x3a5019385d17297de91636da017df013, 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.svg', 0, 0xacf3dcb7ff752b5296ca23ba2c7c2606, 0xacf3dcb7ff752b5296ca23ba2c7c2606, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x3a51fee993789e195c2902543f3644ee, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_image.php', 0, 0x47b7b25e48ac37249a921a1b1f71b405, 0x47b7b25e48ac37249a921a1b1f71b405, 0x463c794341ad1499c5a9af8e271f8d08bc0b4b111626bfa022f87486ef67b28e, '', 0, '?'),
(0x3a52ec4ccb06803f2685bc3d86879794, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', 1, 0x00000000000000000000000000000000, 0x3b794307a3687d567eaf3e80e259b0ed, 0x7439a9b7a9bd6376ea047ce3af0bb1027534e84e6b6a457d3f9235eb24b5722f, '', 0, '?'),
(0x3a53771a09339e98df1199d46faea31d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x580.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x580.png', 0, 0x7120dae2e136b68b7ef6ac86ac5295dd, 0x7120dae2e136b68b7ef6ac86ac5295dd, 0x375c6446e6199a3f2e0b6ac8ac047366a38a53b0ebaf4a3ccfc457d3e3bc9076, '', 0, '?'),
(0x3a53f2dba63dfae78fc547f942b130c3, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb849b2bc953c23bb376018ada9e60ea5, 0x7861b51c95cf1b89b6158e1097f58b054267aa4b3141f27ab199c6195658e2a4, '', 0, '?'),
(0x3a54c4b7593ad15317b9706214118933, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-updates.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-updates.php', 0, 0x36215e80b32a6f4a7aea29d6b4475432, 0x36215e80b32a6f4a7aea29d6b4475432, 0xa1d695832067ce50ead8cb60cebb695f852862ac6eba5113dd3f2a61ff3ac0d1, '', 0, '?'),
(0x3a5960fabcd983fb6667c49379a620dc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2.php', 0, 0xffc2d190f0959b05787c6c65c1fb4a85, 0xffc2d190f0959b05787c6c65c1fb4a85, 0xea85c9dcd8916c6ddaef0950daabda1d669653caf0e3ff308a9f7688e737c0d7, '', 0, '?'),
(0x3a5ba4e368af2005c8d5353d6fe44349, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1_no_content.php', 0, 0x46e15ed39b198ccf29a0b4655244b986, 0x46e15ed39b198ccf29a0b4655244b986, 0xc27c908167869d21a960861c0b90069d06f9a266144685c0b8cb6d04e197c588, '', 0, '?'),
(0x3a5c0ca694e5c0598e2f621ab1365d58, 'wp-content/plugins/poka-review/public/partials/poka-review-public-display.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/partials/poka-review-public-display.php', 0, 0xd9a412e2195e6d3140de0731cb970bb9, 0xd9a412e2195e6d3140de0731cb970bb9, 0x0ac520309849626fe73a21a2622e30fe8efff6668c5f5e627560d50f2a36beb3, '', 0, '?'),
(0x3a63228f502979ea2212ec1abe5d2fb6, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/legacy/legacy-locations.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/legacy/legacy-locations.php', 0, 0x9929170e9c3ad00ce5a87a4b64b5c2c3, 0x9929170e9c3ad00ce5a87a4b64b5c2c3, 0xa71b4fb0871a38a0c35286e5382cd775e2280ea4d9d4b09e045c49e9706909af, '', 0, '?'),
(0x3a6517e73799d1bff6afd06e3836a0c4, 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php', 1, 0x00000000000000000000000000000000, 0xf39374995a17673e530f63234f63bea4, 0xbc041537268b69a4f2abd4836f08564bfc97a3a467ed40004627e386ebdd1594, '', 0, '?'),
(0x3a6647351bdb95cb13efd001f42d7666, 'wp-content/plugins/wp-rocket/views/settings/page-sections/database.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/database.php', 0, 0xc1b73be7545b3b2a93f14c50820a44b0, 0xc1b73be7545b3b2a93f14c50820a44b0, 0x17ba0844378db8a89eacf252abeeb3c4eb81d476a2a28b84c9373516279a77ad, '', 0, '?'),
(0x3a68e8c0ea1f7fdc4f5e1ccbf519599d, 'wp-includes/fonts/class-wp-font-library.php', '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-library.php', 1, 0x00000000000000000000000000000000, 0x363fea41a93c4d829677c1e22a4a524a, 0x6b9f00beb16c6e03bcbe78097fe8f1819cc5a18f2b8bae27e52bfb3a99ebe0d3, '', 0, '?'),
(0x3a6b44594b335731c04da688e95fea12, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php', 1, 0x00000000000000000000000000000000, 0x1a18fdf24082528d13fecdf5871b93df, 0xa3ceecc68fe537669d74698ef8474afcba28f69a1be95a3cf55a2921695d49e4, '', 0, '?'),
(0x3a6f0e5c1cf8855b95b2220f80b61ebf, 'wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php', 1, 0x00000000000000000000000000000000, 0x60d5b15f09f1c99499f97f3563ad9616, 0x6747332ea0ba5777268405b3da2b13632652f99f28930b17f9cd63ee48e8ef03, '', 0, '?'),
(0x3a764c0688afb27c97a25b823fce8369, 'wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3de2ca4987eb5e5749a9db7bcc125075, 0xca399e6ea57dbe198f37e13a12885db935cfd20780bed842d253a1ec419f7510, '', 0, '?'),
(0x3a840e277e5db859a7d1ee4de72af65e, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map', 0, 0xd86f367576c0aad7b050ae8f716168b3, 0xd86f367576c0aad7b050ae8f716168b3, 0x0cc7c8f4387487f9e89ebfb005732f4904a77d1864eb27a941bccb2513407b33, '', 0, '?'),
(0x3a8483380ca084f4328a909ad17f4542, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php', 1, 0x00000000000000000000000000000000, 0x9f55734c366f10d7f495a06d580930fc, 0x4e532fcfdb4a74cc9d237e0ed59619c35b999e6d7d57d83c2252bda2e0bdbd76, '', 0, '?'),
(0x3a8963dc53fcfbbc0e80938f3e537d16, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php', 0, 0xa317ef80ce1f1cd3c050c3922e7e8c2c, 0xa317ef80ce1f1cd3c050c3922e7e8c2c, 0x8c7ba2ec92a27287304873d9468a3563540e7f5af96dd34ee7123379be7706f0, '', 0, '?'),
(0x3a89819c3ec029f1dcf87625a5078a8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_1.php', 0, 0x4c7f384a5808af7a210cbb76d38d1fdd, 0x4c7f384a5808af7a210cbb76d38d1fdd, 0xc12d2d9fcd773c8dfdab88d28b5515786ca76d33218038cd16aa95f6949432fd, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', '/home/abt90iranbet/public_html/wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x2592941b1667d6557362fafcab844bee, 0x08fd4f482bdcbd8cf81b672298e2d87b43764611dc429189ac17df74319bae10, '', 0, '?'),
(0x3a96accf82ad64aff98cef873b90ccc7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_6.php', 0, 0x37f8e2cf74c7f42151b7d451856095d5, 0x37f8e2cf74c7f42151b7d451856095d5, 0xab5bed5fcca2a13bec2b5eab500f58ba9dfe928fa29f90a6f51658598e35fcb5, '', 0, '?'),
(0x3a97a50b18ca7f4e719d53d27b3d32af, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xa5adea311243556dac9a26ac574f293a, 0xde2df816cb4b6163e478f4dfeb89eeaddc6436d6521ded12c54584231bd4b811, '', 0, '?'),
(0x3aa09dc8f8f7321cdad33715ad977410, 'wp-content/themes/twentytwentytwo/templates/404.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/404.html', 1, 0x00000000000000000000000000000000, 0x386fc90bd36df3f711c22cf3e62a008b, 0xfef635f8b11fc2cf4b07f2fac1bd29161d603001550964fa8d739f94cdb31d54, '', 0, '?'),
(0x3aa475b8f27d038ff55c3aab19a52feb, 'wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_title.php', 0, 0xdf47179c5d2ad5f0c98157681430f8c7, 0xdf47179c5d2ad5f0c98157681430f8c7, 0xb2711b0ed3bbad7d08e10d43bc17bb422915f52a3a39f9abf6b346197d841245, '', 0, '?'),
(0x3aaa791b592262cfeb87f6a969add9e8, 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xc21340b21bbbdd8ffd9fead1224dda20, 0x559626965d14e68f90b014a5c233a33c79270b9d2c08efc38df50671ef673988, '', 0, '?'),
(0x3aab67a1d3c3398ecd33d40cfec2dc90, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/bg-modal.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/bg-modal.jpg', 0, 0xd6914234d9466078ad40554c50f83168, 0xd6914234d9466078ad40554c50f83168, 0x3d979b3bba61e02f575b1748de4fee4a8879f621911c39950bcb7f0a41c9141e, '', 0, '?'),
(0x3ab94ee560c092d261ac342a23a89af4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1.php', 0, 0x672b2b48a79cb81e8b6377c800c245dd, 0x672b2b48a79cb81e8b6377c800c245dd, 0x6f248864455d87ab33788d4f96fe22bfbbf12e0fecfbc303a0e21c4197a8e5a7, '', 0, '?'),
(0x3abcc4cce1718055a865bb9ae4ff395b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3.php', 0, 0x3be709407ab7a4b393fafbc17a47478b, 0x3be709407ab7a4b393fafbc17a47478b, 0x974c13566eee0121c816440ad99e641a6b3b4374d212d3ade31e2ab63ab5e236, '', 0, '?'),
(0x3abe0f76bb3a881708df7b404a25fafb, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-block.php', 0, 0x6a18cd545106dca5194ef9ea551308e3, 0x6a18cd545106dca5194ef9ea551308e3, 0x232cc4ed773d6378c6430873459779df1f37a87654e35584021f55679faed3e4, '', 0, '?'),
(0x3ac1615ea2570e665854d3a5c91679bf, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-option-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-option-manager.php', 1, 0x00000000000000000000000000000000, 0x036f345076a5a0f33d484792b5836b64, 0x1fb8f8188c28097587bc99eafb5b74474184f5576a0b13300c5ea1ec438eb3ab, '', 0, '?'),
(0x3ac1f9732d2842a7a2f04fcd3288e429, 'wp-includes/blocks/cover/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7eb1450a363a8a010ff838d8ae8e8573, 0xab4d0261e917e7bab4ae108f06c7b20f7f7635dc30b93e37dd95f90a3ab2dc0b, '', 0, '?'),
(0x3ac676fb94d07bffad567eb6962c0fa2, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x07ee263d5fe87295e8d5ecf532b4e6c5, 0x79ace5a0de4b3b2eb2065499f80d727321c65b2c952ef4b309ee6f2cf199c912, '', 0, '?'),
(0x3ac8cde6b4ea8396e3525d52a04e994e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 0, 0xf5025f2ec81740068b61c37014b20c94, 0xf5025f2ec81740068b61c37014b20c94, 0x300466ab320246ff9e3dc86431524781d0d6f03719ace02f45d6edbd248cc7a2, '', 0, '?'),
(0x3acc95a3a457e52fb9430b2899318c65, 'wp-content/plugins/elementor/assets/css/app.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app.css', 1, 0x00000000000000000000000000000000, 0x44a9e0e4ff33b2bb140287977ac6999f, 0x143d6e84582632dd53b0b513bc00d4765f35582730d4574596b7ce24117d561e, '', 0, '?'),
(0x3acd2839f2c3cc170d89efdd205bd7f4, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php', 1, 0x00000000000000000000000000000000, 0x24f55dc369809024c7e05db3283ba33e, 0x12dcd9033c9a7634c5b264bb05c35dca00596d67a4a508e556dde4bcb3ec3856, '', 0, '?'),
(0x3acf944c7d649d706e5f2ddcb44157dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1_no_content.php', 0, 0xb814557295138f08939b1b2d7a780f54, 0xb814557295138f08939b1b2d7a780f54, 0x40c063d4587275ae58a2fc9641d8d57365ef99f9b671e9e86a56213f0549b38c, '', 0, '?'),
(0x3ad4911c584f6151d3af73b136534951, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/custom-box.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/custom-box.png', 0, 0xccbf1b3a7df7dd538975e922bf6829b2, 0xccbf1b3a7df7dd538975e922bf6829b2, 0xb3a83f6b3c25d1a1111ca725924dc579fa7a11a2098a0a6755181aec4876b7ac, '', 0, '?'),
(0x3ada5687768a50ec7e4729797167e658, 'wp-content/plugins/wp-rocket/wp-rocket.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/wp-rocket.php', 0, 0xd5d1315c2656e75cf4ce44a78d820473, 0xd5d1315c2656e75cf4ce44a78d820473, 0xc8e5272d3f36d8e2a972272901f556dffdc0b2d374d42ceb3d7417b48ad44ea5, '', 0, '?'),
(0x3adb3011ffab734ae30a35a37bbe49a5, 'wp-content/plugins/wordfence/css/license/response.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/response.1690810710.css', 1, 0x00000000000000000000000000000000, 0x56b792149a80370181696978570c439b, 0xd71cd727e798def93db80cd2b0bb821000d7cc803e208a50c6356182cb096481, '', 0, '?'),
(0x3adc2b4d00f6f79b7fe47a4fa51d65af, 'wp-content/plugins/td-composer/mobile/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/index.php', 0, 0x89a0ca7a25b1b79445d4246d4b10dec3, 0x89a0ca7a25b1b79445d4246d4b10dec3, 0xc834e29fba3400c4fd1b3d49ba0a0f5b356d0613da90805c33ecfb83b56c51a1, '', 0, '?'),
(0x3addaae5bbc9c9700335c06604fcbd62, 'wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0a461a4eddca06be33107feabf566cf5, 0x13bdfcdf79b30822913c10785ed1c1a7875fa717cdb69d5d190a9e6d179e365f, '', 0, '?'),
(0x3addc47893acc1f883ce1f58f36d8e34, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_6.php', 0, 0x78d1128e6c3fcdc2353b602cb976f443, 0x78d1128e6c3fcdc2353b602cb976f443, 0xa00b1599befe4c86463ae8b8a5ea1b0f2005128923a0bc8ec0a318a84239743e, '', 0, '?'),
(0x3ae3feff3abe61aec51945ccc4a298ce, 'wp-content/plugins/elementor/assets/js/admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin.js', 1, 0x00000000000000000000000000000000, 0x49c3f03f4bbd04a893e888e78b39707b, 0x234d44b98912802b0c729b21741b2c832ca9bf2ba3799b7dbbaccb13033c3b31, '', 0, '?'),
(0x3ae5cacf3c1501680a8ee287af6dc00e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_6.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3ae7295d7c74e8054f880ec7946f3cad, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0xf06e6d9dd8712464845f26f5c9d834ed, 0xe14991ab099e9b6edea54a05b1bb42c9ec4e7997bee648b63b6246df0a5b0d68, '', 0, '?'),
(0x3aece8fcee9697dd1ca0e71d54471da2, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.po', 0, 0xe9781e615934133f410d2a7a99077b14, 0xe9781e615934133f410d2a7a99077b14, 0x567335b8cf7acbb775e2c14b5c594c770e18458af7540055f9de0776daec9e75, '', 0, '?'),
(0x3aedc35774eac5d0cfc0256d2946617b, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/deprecated.php', 0, 0xbb360c6cf619e4dae395b2f4ccaaa47d, 0xbb360c6cf619e4dae395b2f4ccaaa47d, 0x10cea6547ebeb7bf05d85827d47d09f71c91e0efac4c444e9bd31860f1941939, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', '/home/abt90iranbet/public_html/wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', '/home/abt90iranbet/public_html/wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0x3b092c6bc4184e1435f3ee30c99353fe, 'wp-content/plugins/td-cloud-library/assets/js/tdbFiltersList.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFiltersList.js', 0, 0xa3ac7a77afcc1b7b38227e986f1f25e4, 0xa3ac7a77afcc1b7b38227e986f1f25e4, 0xe6f4d3359c495a4ee945b62817a2c25a7b0a0fb886b7afaaa1436f7c3d109905, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0xfb7ee6d1bc6f5d9c8a0ac2b721619ac9, 0x5f877a443b8150da9f3d8385bb649cc1c4c6f872cf72c5677ea6d1219782e6b5, '', 0, '?'),
(0x3b0d3843409c3435df63860b3e3fd092, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/addon.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/addon.php', 1, 0x00000000000000000000000000000000, 0x2d2e0766766f80a9069fe561dbe5efc5, 0x565c7241778de8f56508d6d54ae189528913a96598c4adf80c8de538e161f425, '', 0, '?'),
(0x3b0e8ffe5be29dff6a089da5b456f840, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_9.php', 0, 0x163428f6695699998ede8a3b3b57d5c6, 0x163428f6695699998ede8a3b3b57d5c6, 0x5097d7c5fb762a3cef23223d1b48824315fb1c6c44b9bed159754652f5064d3c, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd7c9ba96b2e025a0c9f31fa81f631522, 0x5cbd36b536b2a2a67e05420511e158c4e752d8a3ee3591d32b96fa89afe263b0, '', 0, '?'),
(0x3b1237afb9a7f9abc9999808f7ebc241, 'wp-includes/Requests/src/Exception/Http/Status304.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status304.php', 1, 0x00000000000000000000000000000000, 0x70c45d8d1bfd3aa37d9117fa6c0d77da, 0x32a308676c3b005027b4264b613bd3aaacb2706c7932223024d1dcd1c8688a0a, '', 0, '?'),
(0x3b12a9a92c9deaf75f2be6b154d8c0f1, 'wp-content/updraft/backup_2025-10-28-0328___90_c651c29a9046-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-28-0328___90_c651c29a9046-db.gz', 0, 0xa3294f8673a0e7c53cf5bab13387c294, 0xa3294f8673a0e7c53cf5bab13387c294, 0x0418315e992786dd3d08671dcff92ae8292504a7aaad1d51e792e5b3253d1a06, '', 0, '?'),
(0x3b1f3b415e47c773e82c6b132c4a66c4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0xc553623f353855e9906fb3c42636eb1d, 0xabd55a1577690f636259256631d97e9b9eeb28c07bc32dfc71ae335842c02509, '', 0, '?'),
(0x3b290dfa7a638d53815c3708c5fc3ada, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', 1, 0x00000000000000000000000000000000, 0x895e972e2c3ee2d219601888d0968b2f, 0xad16453df48729b53628cada28f29bff02bb4c5aeb0b61a3491bf807f60932f3, '', 0, '?'),
(0x3b2aa4bfacf8e3ad6bc95dbaeb7c1f6d, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/plugins.less', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/plugins.less', 0, 0x1738eab29c83611bade910bb6d3ec626, 0x1738eab29c83611bade910bb6d3ec626, 0xf6b744c8051b7a4d094f6b87b1bb60b8ef26a8fbd1454e6e1bc1b737f7edb144, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', '/home/abt90iranbet/public_html/wp-settings.php', 1, 0x00000000000000000000000000000000, 0x0f52e2e688de1d2d776a12e55e5ca9c3, 0x51f360f1d28594e23a14f8257b3105a9bba03f3164d220077d62cf2071ab37c0, '', 0, '?'),
(0x3b321b4bd4f00fa4cd3886d197b2cc1c, 'wp-content/updraft/plugins-old/updraftplus/images/icons/googlecloud.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/googlecloud.png', 0, 0x564aee8601565159974ac361a3d43fb1, 0x564aee8601565159974ac361a3d43fb1, 0x9964b96b2700140ffeb491a2488b812d4ce8a3b762c1378d7c61ed8ca0af5ef3, '', 0, '?'),
(0x3b476395e12b585e4c77431faa5b9e0b, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/row.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/row.php', 1, 0x00000000000000000000000000000000, 0x6628521a4b648a243a38efabf2a22aff, 0xaf2abf1cbdc230e4d31525fe7e232f81606e00a6ae46e99ba1a2eb2ca8011f2d, '', 0, '?'),
(0x3b483da89c8d318382e4c2a6c8cf22b0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-export.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-export.png', 0, 0xad451068440520cba6fc6a28ad2d39d0, 0xad451068440520cba6fc6a28ad2d39d0, 0x9b59aeab839bc33d0e7df56fd268b482f2df453886937b19ceb3e4ed6e7313a2, '', 0, '?'),
(0x3b5017a4476ea0bcb6614365672548b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', 1, 0x00000000000000000000000000000000, 0xd2d15add678a9b876338fd58f46f812d, 0x2c0d0ca04e915f7a3da21b95199c9e7829a35ec3391ebdf958c6bbf13db42963, '', 0, '?'),
(0x3b508a800fd6a95297471e9f1044e51c, 'wp-content/plugins/elementor/assets/js/app.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app.js', 1, 0x00000000000000000000000000000000, 0x52804ff3641af281c839743c10fbfbce, 0x22dbecb2499d9c972aa685d8d36e7e4a39ac2c1db4ac6488e7866e9737261a7c, '', 0, '?'),
(0x3b512d3a0840283a38354db5afab1e98, 'wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', 1, 0x00000000000000000000000000000000, 0x2c16f6b50d3aab7ac7049c1fb1fead8f, 0x0f980f8b389379ac3119cfedf39af0f6b1a4b59e905e93b4ef3a3a2673b33f9d, '', 0, '?'),
(0x3b517d5d5d55c54b7d396f90e9a2e9ec, 'wp-includes/blocks/post-terms/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc31a5e6b860bdc4eb6d2b1ee1aa0299f, 0xdd3fb8f3e3b7b71ef1bf2873ac8fbaa827d7cbada523f16c3c9a155254f48765, '', 0, '?'),
(0x3b520bb2144757d8bfadc66d3724d945, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php', 0, 0xf035ef463969dff701679a389883e365, 0xf035ef463969dff701679a389883e365, 0x4a031033d152d540c8f13f6a9eb07ef1305d7d1cb94a674e19b301293a420c3c, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', '/home/abt90iranbet/public_html/wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xac0dc5104a6772ba54623bba756ebe2a, 0xe5fe4da39184fcde5fe2e3d8f50c8507ffdef1603905856807fab02aae2fd373, '', 0, '?'),
(0x3b545e6312d7a39d4a52f340dc259749, 'wp-content/plugins/td-composer/mobile/includes/td_config_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_config_mob.php', 0, 0x0c3bb9f48db19893740c2b2d5e2ac586, 0x0c3bb9f48db19893740c2b2d5e2ac586, 0xfd50c4775c6ac8fe93df7741a2f3506b3c1a6f25fe7b339f6d767cb155d3ae86, '', 0, '?'),
(0x3b578713c2e0012f0f0cce262a9a38a2, 'wp-includes/SimplePie/library/SimplePie/Rating.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0xc08e0547494200288bb69df06322e24e, 0x666df22e9699a05cbe90c666f8684f3f8d51a83ea4930e4d25183409111f6f8c, '', 0, '?'),
(0x3b5d0b5c5402811fb8de4e68a2efc6a5, 'wp-includes/sodium_compat/src/Core/Curve25519/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/error_log', 0, 0x66a0d22352ea6570bc46da2532308cd2, 0x66a0d22352ea6570bc46da2532308cd2, 0xe71eaa43bbac99a6c750133758a738153e544f7e77d27055dd5ef94a62d60485, '', 0, '?'),
(0x3b5f1ef926d5c1446b4bb8f00cb5c501, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_b.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_b.png', 1, 0x00000000000000000000000000000000, 0xb45588ca2fe9ba46673862300fcd3083, 0x73a61e7539033731ee9f56b41c0443bf060e8fd77409aae303016f1ad7b0887d, '', 0, '?'),
(0x3b621be28341cec49039926690ce46bb, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', 0, 0x70f952b3293b1a11a360c5d8b2798238, 0x70f952b3293b1a11a360c5d8b2798238, 0x3deacba8e19faa3cb45245273c2ca13259839de7963e1c51ee6c3fbe6fad86bf, '', 0, '?'),
(0x3b6ee09b43678eab37248e3bf5ef175f, 'wp-includes/blocks/media-text/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor.min.css', 1, 0x00000000000000000000000000000000, 0xff2b2c416211badb99e7de69670d52a7, 0x196623fffe2006f5f8019796888f6dbf15ea1416c7aa218875bc8cd700447ae1, '', 0, '?'),
(0x3b715d0c174cf0a6652d83d88b1cf0ee, 'wp-content/plugins/elementor/core/common/modules/connect/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php', 1, 0x00000000000000000000000000000000, 0x7001a44f7822ba6e23baae4a844d69dd, 0x48ba9852f05808ecfb45dee5500d869d8f1362b1b1fbcfea6eacae22cd9ed8ae, '', 0, '?'),
(0x3b718050c48fe985a842ccc71bb05724, 'wp-includes/blocks/post-content/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style.min.css', 1, 0x00000000000000000000000000000000, 0x717f40ec4558626ec0a77083651ed09d, 0x5632fcbd1fa2fa2c20a2c160d11acdaf4d26a45c1478144671d75be2c69fe20c, '', 0, '?'),
(0x3b721f4dc8c1524a5df10f131ff09e37, 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 1, 0x00000000000000000000000000000000, 0x40e7d01014facdf01dce73f937903ad7, 0x54f74ce6352dfec153843fcd76dc39224a90a84f6e05bc50cca537b925854f75, '', 0, '?'),
(0x3b78f655adb519c261c88f40ad572645, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool.php', 0, 0x65ffcace0f39c3a10cf47aea086623ed, 0x65ffcace0f39c3a10cf47aea086623ed, 0x1940d1be5b3d56cf959721a1965916f0e6b565a71e4eaa7c0eac94cd0526f086, '', 0, '?'),
(0x3b85edfcc600484375d63726602e87c6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json', 0, 0xedae4ef059a3b966ea2d26d017c17db1, 0xedae4ef059a3b966ea2d26d017c17db1, 0x4fff4755ec874f902dc022e81cdb4e3d06e787c2b7884d418af9f9df4328f9e0, '', 0, '?'),
(0x3b8de0c2c2a7e421b9dfcab98c2cc25a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', 1, 0x00000000000000000000000000000000, 0xbc8d838dc52358417d273dfdd761a561, 0x09ce7d182c362fce3616f474733adf6cad3f462164a48b21a3368e78dd587cf0, '', 0, '?'),
(0x3b92b91951dfdfa48579d10a742e0442, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php', 0, 0x999b352aba6311248464f2721136a461, 0x999b352aba6311248464f2721136a461, 0x1e9d4390726f7b4bb6797cf19d106b6034e762d1496b86ebe325eb6b4f1e4f11, '', 0, '?'),
(0x3b93415771033b053d6b9975ddc16fb9, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/subscription-cancellation.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/subscription-cancellation.php', 1, 0x00000000000000000000000000000000, 0x8f122425b56cc2633191ec737fb78e86, 0x766bc28a0af75aada6bbd44eba2c8f6379078e08bb7af348194855fe4b344f81, '', 0, '?'),
(0x3b96c5fb93cfb3d29efed3ea038204a1, 'wp-content/plugins/td-cloud-library/includes/tdb_ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_ajax.php', 0, 0x96e8e01bf91055cad34fc5198286fbf3, 0x96e8e01bf91055cad34fc5198286fbf3, 0x70244448acfb233a12615f4e4b46a12d16af2690a086702056d196da7153fdc4, '', 0, '?'),
(0x3b976c75bb1bdb03c2dab7a821736237, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_9.php', 0, 0x4ac897c0483d44a992bc9d2cb9810ca3, 0x4ac897c0483d44a992bc9d2cb9810ca3, 0x9822c41a431b327cef02f29e353175b1977671004bb11b7d998a8bf2ce9975f3, '', 0, '?'),
(0x3b980d874f1368def78b094d543d0a9e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_youtube.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_youtube.php', 0, 0x9e5ff0162822672d5b667ac62c147f4c, 0x9e5ff0162822672d5b667ac62c147f4c, 0x4af1aa35e21b3ba42eb13e72301cf5a0562118c8386f4cc6b089bcfc1e530b8f, '', 0, '?'),
(0x3b9c4a6524f3403eeb7251b1bdba0f62, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1_no_content.php', 0, 0x80554bc757513aa6a8d0dab97b065e09, 0x80554bc757513aa6a8d0dab97b065e09, 0xf9b42fc3386e67b04864e5132c42abb77423f5a562734e474c6da84b24c7ab6c, '', 0, '?'),
(0x3b9f9e43d52e8134b2a3a1c62e533c60, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', 1, 0x00000000000000000000000000000000, 0x6d75550efd3f846c5ae11f2f987fa039, 0xdff8f3651329b6c5dc7c3c9a85ae3a2d6097578e5c3f6fc276a851c71a6aa7fc, '', 0, '?'),
(0x3bab56f7b3fc04c81fb90fe183e9d0e7, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', 0, 0x2a842bffb05f4011c87b8534d047631f, 0x2a842bffb05f4011c87b8534d047631f, 0x65721d4f872c8a8176952a0da8ba627acde437cac97ebbbc02f4939ac4137d98, '', 0, '?'),
(0x3bb033ff1c2ca4a6bdeeb4ce41ec0366, 'wp-includes/Requests/src/Proxy/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Proxy/error_log', 0, 0xc315b2800079ea7988d74d3c6b163cca, 0xc315b2800079ea7988d74d3c6b163cca, 0x4a1f03dcb03e331c0aa6b29c8aa154acf31571de4adcd1044e9ed5c9bb8e5b1d, '', 0, '?'),
(0x3bb07aafa0c9989dcfe801da85539f9a, 'wp-content/plugins/wpfront-notification-bar/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x3bb098623a34fdf6212c4524432efe9e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', 1, 0x00000000000000000000000000000000, 0xe99e0aa104fd2dddcae4ce7ec4ab97ff, 0x7987ce63d3964e71935a23937c306b49a8779f4d84dee14686caa9a0452a7689, '', 0, '?'),
(0x3bb1aa0764bb8ad8bce4b4ea7cf1585a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php', 0, 0xb3b5fac5f2a14040f23602df9587cc11, 0xb3b5fac5f2a14040f23602df9587cc11, 0xa031c74e7a97dce85232df28193927a1a61f3e9b44908da39a6ac6037cdd932f, '', 0, '?'),
(0x3bb51d036f688127172e8f3c037b807b, 'wp-content/plugins/wps-hide-login/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xad1f263da6c61ea82c172393b477eae7, 0xbd3244db11e8fb5688e70ee6bcbd6410c9a9ceaac5f2b9123631e09de09bbb05, '', 0, '?'),
(0x3bb9d0055b3b8b30573177902f71f995, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 0, 0x8a5d28badff1c1c0a1029534937a3a87, 0x8a5d28badff1c1c0a1029534937a3a87, 0xd5403dbc6ccd36beb53063a7be57b686b543eedbe57371e63f922a6222c422a8, '', 0, '?'),
(0x3bbe7d405abf0017d985dc6105d8efc0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x0296a076f6a3a55b1764f42b58d753f9, 0xfa8ccf2e6e6b7c4cded5d81032328718b9eefa1c895630f0708c6a74316aa3a4, '', 0, '?'),
(0x3bc10995d56cf821793851c3c5ea433e, 'wp-content/plugins/amp/assets/images/placeholder-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/placeholder-icon.png', 1, 0x00000000000000000000000000000000, 0x4a438e9a69b072cc4ddc7c8e53fae987, 0x8984711755b3ae0b2acae22ab9a9f2c030036265d62c9d1c1af46841e81b3c7d, '', 0, '?'),
(0x3bc7ea72132826b9874c8c0284e6f385, 'wp-content/plugins/luckywp-table-of-contents/admin/views/settings/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/settings/index.php', 1, 0x00000000000000000000000000000000, 0xaf2e07ccddb4e322fd9a178e9bf69260, 0x1f77f738ffaca5957b75a302b3ec80827ec766da3b8fcb5545f610a561602229, '', 0, '?'),
(0x3bcbeb5db5d98add4cb34e7597e56499, 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandling.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandling.php', 1, 0x00000000000000000000000000000000, 0x7f6e175506165e4da08b7c3064bdb321, 0x492921a53d4698dc61e89854f100fbfa586b0f32ac2150ffc6a9fb3b185f65f8, '', 0, '?'),
(0x3bcd55b60bcd8d0640ea6332f6487634, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', 1, 0x00000000000000000000000000000000, 0x8eb795b85303d3476643d3e662a40670, 0xbb708be3db5d2b1f48729370c816eceb861e555222ca7fab94a104dcc88a8232, '', 0, '?'),
(0x3bd04793254ca4394b79e27f48c713f2, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.po', 0, 0x385d05767f1d72f909b239e996fbc341, 0x385d05767f1d72f909b239e996fbc341, 0xa90c0937b4a4a503391ec21e4c3e6803949baccb49e5ada466f963cf753ee9d1, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3bd73b3960724d4a412d1dbe7a85f1bb, 'wp-content/plugins/kk-star-ratings/src/functions/cast.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/cast.php', 1, 0x00000000000000000000000000000000, 0xd7ec3e7dc9cb39aabf5e0856594c5280, 0x01385e202e1868f8293474c9dd11f33c0b422b8bd4a6bc080e73ce16e500e2ec, '', 0, '?'),
(0x3bd767917f36c06965bb1a1c8a447ecf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_8.php', 0, 0xe2df1e149ad15ea1f17ae6515be35d1c, 0xe2df1e149ad15ea1f17ae6515be35d1c, 0x75af2a8049e95b57eab487b9aaeac1e24bf3d44c317db6b728c0ee08171cb9d7, '', 0, '?'),
(0x3bd8475f6854c50d0fff0dc24ea50b79, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', 0, 0x3f5b6869777e2b2c01708da0a1c26b31, 0x3f5b6869777e2b2c01708da0a1c26b31, 0xd02a31abad8da32df9056e689b9b8ea6b4f87613d45856e36af4bebdf2d91781, '', 0, '?'),
(0x3bda709690227f7d5cbb62fb5edd75f5, 'wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css', 1, 0x00000000000000000000000000000000, 0x9d15ac2b3eff5c2de49b5cb53cec3887, 0xf9d8f57f9b457015616cfd707dba0f1781becc96bf3cc9f6b976dae552edd01a, '', 0, '?'),
(0x3bdad0bf6ca8d8cf5d2819df439a4a0c, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php', 0, 0xd1035514c4670dfe52944bc3f86e0f55, 0xd1035514c4670dfe52944bc3f86e0f55, 0xae64aba6618cf3f941e4fa2e88af842fa052e94a3f4d71ee1dfc57744402bd2f, '', 0, '?'),
(0x3be1819717909b19885a71cc5527389b, 'wp-content/updraft/backup_2025-04-04-0341___90_ab5cf7900632-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-04-0341___90_ab5cf7900632-db.gz', 0, 0xf5c31e470e79b3c587f32a2b80e8268e, 0xf5c31e470e79b3c587f32a2b80e8268e, 0x61f558f8972b0800c60e2f9e724b59446d362c0bcc80bc84fdfacf54c8141c0f, '', 0, '?'),
(0x3be534bb65140e14524b0065ecb1fed3, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-10.png', 0, 0xea04939f7f39cb1b446d7d4c8d37020d, 0xea04939f7f39cb1b446d7d4c8d37020d, 0xa78a231aa59cffede02f5e0f13ebf6fb39fb08ac958a5b147ba0e06fc80451bd, '', 0, '?'),
(0x3beb0164052b3ba443ad18803fc7ffdd, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 1, 0x00000000000000000000000000000000, 0xc546debff01379c100415e04453dfb03, 0x90da9f95dd91326974182fd957fbddda70c686f6f78d300c5f9d2c047f3b8ab5, '', 0, '?'),
(0x3bed32aaf77954de57f04b73aabc9861, 'wp-includes/blocks/table/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf88f5e1f71e12592d56d5ac5f22cc731, 0xcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46d, '', 0, '?'),
(0x3bf069107067f03523733727b2b622d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_5.php', 0, 0x36682a58bcbf532536f1cc427f286318, 0x36682a58bcbf532536f1cc427f286318, 0xc53cd5f93ded4d53afde134db2ae5c2a294f4ca1a5f24624ae08e4bc1e28aacd, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0xe729747046d6c280dc5fed6c2e85c028, 0x0d16216c64971ae8566c93d10bcb3117d1997842e9be5d32a4bb59bca0834306, '', 0, '?'),
(0x3bfc75371741bd03036e0a74530c3b16, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5.php', 0, 0x82d0e4396626249e057c93b28c5ebfd8, 0x82d0e4396626249e057c93b28c5ebfd8, 0xfdf67eff473eb354b13d127ae677deac4e69f4efa1d9e0b22adb1a30146e1c2c, '', 0, '?'),
(0x3bfd0bf63118e4c543bfc29af03e81fa, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_2.php', 0, 0x0dafff240b60f65434e9dfc2b816d93a, 0x0dafff240b60f65434e9dfc2b816d93a, 0x2a3c48c42f60e0d231fb504074ed84175e363465dce1843bad08430bec074118, '', 0, '?'),
(0x3bfef18a4c01900d51cc41cf7ffdbf9e, 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css.gz', 0, 0xbe1411f175d1706f65609295b4db16a4, 0xbe1411f175d1706f65609295b4db16a4, 0x9b82bd812955eb590979bebda49c044f46f12d7e3ec4695b9cf5729f337ed0bd, '', 0, '?'),
(0x3c04d06d8f33b14aeea57b1109e46320, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3.php', 0, 0x27317ef2d5af36c53f38781cf36a2d22, 0x27317ef2d5af36c53f38781cf36a2d22, 0x95190be83dc095d5591824390291d3a9c36b7015a78ce4750f03dd5885698ce5, '', 0, '?'),
(0x3c069759deeb7be495be105d9f246a7f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', 1, 0x00000000000000000000000000000000, 0xa44e28fddddaa286b50faff05036ca9a, 0xf9b3cc156ef4ceb0b7a981cd755858797756b69754dcb34ae90d147805868aa4, '', 0, '?'),
(0x3c08b559481ed186f204fa59c0e2b75c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_5.php', 0, 0x636296fb48197eb28591e5932d0b2665, 0x636296fb48197eb28591e5932d0b2665, 0x1bfde5ad6882779b37d6bc0ed694e906ed403a32788d0975c26946dc32c63569, '', 0, '?'),
(0x3c08fcccb60d630966c1482c614e6124, 'wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.css', 1, 0x00000000000000000000000000000000, 0xc8322bd5bffc8e2856f2cbcd03c61d18, 0x2ece9f309cecab6b191d6a5eb01c09a6f450416b46f4cfb566891a55de9d6060, '', 0, '?'),
(0x3c0cd29070c1ae01afa20de6cb9ff4fd, 'wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 1, 0x00000000000000000000000000000000, 0x154a1b85c538d0b13082c12ae4079af1, 0x02ae7a32e25c3552f39b96a1d3abeb0267389ae98e21e18ad3207ffa1cb2902d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3c0f4edd28b5d89016266baf04319e6b, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 0, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x3c15619d83e2d752ef5d47212779a2f2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0xad1444005d3e300e098f79311969759b, 0xb9058227b0ca787a64ae9fe11c28edc43414d677ee645d77769568dcc1ca5154, '', 0, '?'),
(0x3c16bd0ec6f61b58d4724d160a7eaa7e, 'wp-content/plugins/td-cloud-library/assets/less_common/components/tables.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/tables.less', 0, 0x501518b9344fc2c749273815a0c2d812, 0x501518b9344fc2c749273815a0c2d812, 0x983a7bca28d7516dde717d1bada51ee78b34b206aee1e5016f6572624841421a, '', 0, '?'),
(0x3c177d4909735ec1f4d64c7872953396, 'wp-content/themes/Newspaper/translation/de_DE.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/de_DE.mo', 0, 0xaeb69fea517df57c74433ed228baaf95, 0xaeb69fea517df57c74433ed228baaf95, 0x4220dbd0580e10667464740433d467731e11fc26a2a4f5a4e8b0084e0531ce84, '', 0, '?'),
(0x3c1a52e5ad549a9dd262d940eefa9a21, 'wp-content/plugins/amp/src/Editor/EditorSupport.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Editor/EditorSupport.php', 1, 0x00000000000000000000000000000000, 0x6a2c916daf21fc608564ff207a4983d4, 0xe0e3addbabf9b7dd8f89b5e2aea324258013d774d9e1b8a4e02168ce49c165c9, '', 0, '?'),
(0x3c206afaefced86cdd9dbbe342879c28, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 1, 0x00000000000000000000000000000000, 0xa26753209a1474457446b9dee15691c6, 0x9548e8c2691f7a1559dfed74104dbf1eefe963e91b31f7120cf36a7ce8826a02, '', 0, '?'),
(0x3c2484c8e6ccfd340bc717a589bfb981, 'wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', 1, 0x00000000000000000000000000000000, 0x4604792aca6a2b58ca03e0cbf50bd268, 0xb1cf77cf487861138d3f18538540c0dfa6ed5a085777c1bb501dfd77f4498ad0, '', 0, '?'),
(0x3c2491efdb46f2e3b162232f2894ee4b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_color_picker.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_color_picker.js', 0, 0x9908981ba5576dfd7bd1e8e337fe9965, 0x9908981ba5576dfd7bd1e8e337fe9965, 0x2ad6f833805d608980ad52f78a120dacbd6b0a643813e103f66a9a68b48b06af, '', 0, '?'),
(0x3c249f9ca00debfcffc176d522514208, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2.php', 0, 0x314662ce29721e6cf8f70c5d34749642, 0x314662ce29721e6cf8f70c5d34749642, 0x34d2e2e3c829d2334106b3a4de42e77ceb4f7de236e1a2827ac41ef3c4dd8f08, '', 0, '?'),
(0x3c2c4dbe528a2dac7a6a1583464440d5, 'wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', 1, 0x00000000000000000000000000000000, 0x4a53c76287cb603fb9ebff19b0ac6539, 0x408e0f77ecf6e2624d7c88e8b51d85e9d469922cfaa134fbe0fb2dfa607cd426, '', 0, '?'),
(0x3c2f0447c59e40ccbfff073dbfcfe3cf, 'wp-includes/css/dist/edit-site/posts-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0d0e8c1abcbc64b9789d63049499c72d, 0xe02f597bb1974d53b7031602674bea848a4dfab31b0a814b5b9bbceda5cb3f5b, '', 0, '?'),
(0x3c3113ce043ea43623dfabc89dbeb910, 'wp-content/updraft/log.d509b3e60fa4.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.d509b3e60fa4.txt', 0, 0xd9c151b091993d4233b316a323e8fdc4, 0xd9c151b091993d4233b316a323e8fdc4, 0x409f50df007d0b2f83b4869d5dad54c0a3261e143ceb7a1f489c99c224131dcd, '', 0, '?'),
(0x3c35f1c743d120a2fdc100920e46f112, 'wp-content/themes/Newspaper/style-woocommerce.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style-woocommerce.css', 0, 0x776b1a4fb5d638f4b8ed2767c134ee6b, 0x776b1a4fb5d638f4b8ed2767c134ee6b, 0x2bf817a9f158968c060181f17967a14b12e51e4bd9d150a27a6341fbc28900b1, '', 0, '?'),
(0x3c3a7e8ea8ede843e32d400a55721d9f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php', 0, 0xc73a95ae20b33c6f400e4d78fb0edf86, 0xc73a95ae20b33c6f400e4d78fb0edf86, 0xd54afa50d39e4e8431ee2bcd6997d1528eec9b04ffbf4da3e042911420a46787, '', 0, '?'),
(0x3c3e55ad9c1426cb562bf4e22e2586d7, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php', 0, 0xc6b62b2a58a05e60ef594ad80d78d30a, 0xc6b62b2a58a05e60ef594ad80d78d30a, 0x96273957bd8b5d89e89487a5558c1302f4a098c93c84c26b75ae6ff38a731a4e, '', 0, '?'),
(0x3c44aaa514273d4a062e035886300b40, 'wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.asset.php', 1, 0x00000000000000000000000000000000, 0x803e57955e077a403e6a8e8f02b189cb, 0x2112de5d8c3af361d5ffb58cb61aca3defde00efe1bc463567854fc191641825, '', 0, '?'),
(0x3c44f4427287bd4f051a14c8c8acd572, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php', 1, 0x00000000000000000000000000000000, 0x154f0e5656299a03591ff5c96dd423f0, 0x657a7233c709f70215eb9d0602403e70c16d3f962fc54ee4ca1510ca4be87123, '', 0, '?'),
(0x3c44fc4a40f1a41115fac084eafb0622, 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md', 1, 0x00000000000000000000000000000000, 0xc955b0e85836d701a04d0f271c2bb704, 0x0d96dc583944ff8dce7301ae7d679d161b2fa0d2949bea3a1be8caada0092899, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0x3c478408f794b876687720a2513b219f, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/appearance.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/appearance.php', 1, 0x00000000000000000000000000000000, 0x888fa8aebc71bc63c81c91c875080f1f, 0x8cee10042f2c2e56f921e4af37272ceeaa0ccb9d9d7a84c716f01c1126783a07, '', 0, '?'),
(0x3c47bc3953c1841e18c139d8ee40c236, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_12.png', 0, 0x44528fda4fb008c3eaef599563557af6, 0x44528fda4fb008c3eaef599563557af6, 0xdcdf46341d73369c5181c4ef1abf0ead78897cd05e9ec14d36f13e6f4c939949, '', 0, '?'),
(0x3c489f8b1f5dbbce7ec60f79135ffcfe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_4.php', 0, 0xe7220a4201b8cd3a2bf735bce5f0e5f1, 0xe7220a4201b8cd3a2bf735bce5f0e5f1, 0x43bbd49e2ca832bdc7d1983d9d7c883ebe545195236763f6cefbd2949f5e1e72, '', 0, '?'),
(0x3c4cdb8f61b17d009d8c6f3e90bdbd2b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x364.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x364.png', 0, 0xe97ad1adf3c4b46316c3b458c569780a, 0xe97ad1adf3c4b46316c3b458c569780a, 0x10ba6f97be4b4ac23a80dd08b73a81770b41dee119a8d39b67d359b784990b85, '', 0, '?'),
(0x3c57cadc4b1b94245bcc56972ba2f9e6, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-presence-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-presence-validation.php', 0, 0xa31940c8671e3638287687f0c2e54308, 0xa31940c8671e3638287687f0c2e54308, 0x72de6b842aeaa047f63d8e903e05c0ddfc7f955d350d9bd224ea904a496fd01a, '', 0, '?'),
(0x3c59440cd82d8241d827de7c29e0dde9, 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 1, 0x00000000000000000000000000000000, 0x2574edae5a2905e5e2999f0fc7f756a1, 0x9af147cd8cd17286417b15e8fc0d17600d591febb2f895f77d7e6899cc4a64bf, '', 0, '?'),
(0x3c5d4cc135cfbf1db068fb970ca3aabf, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-3.png', 0, 0xa3dc8ab5179160884687caed479a2420, 0xa3dc8ab5179160884687caed479a2420, 0x0efb9e345cd03d1fc30de5964da70a3cd48c65424f4e7f3edbca6ec1055fad1f, '', 0, '?'),
(0x3c5da34c80c1537315da58d49761d9d3, 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 1, 0x00000000000000000000000000000000, 0x5d1cd2096452783d8f659132ff2fd6f7, 0x5dfa889c153f267749fa2be4031020546950a894c1325d77b4ca5a44dcf680cc, '', 0, '?'),
(0x3c608bf8a2927f3d2cc710789040ddbf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import.php', 0, 0x952f89c280bcc03b2c19ee2fc6a4c37a, 0x952f89c280bcc03b2c19ee2fc6a4c37a, 0x6a3f042b7a3864cd1a77cf2c6e1479d3a342628f0a0208a7f271795e1946661f, '', 0, '?'),
(0x3c66109620d6a56b6b4875a1c18d9160, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_5.php', 0, 0x8f5498efbcc6eb6406fa1ad7ce2b240f, 0x8f5498efbcc6eb6406fa1ad7ce2b240f, 0xe24be3d2d1a6ece0437dd59d352f7fe51e9fc394b439041dd448620c78e92e60, '', 0, '?'),
(0x3c692ca60373741466d8f9e3acf6bcb3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_6.php', 0, 0xa5b189c94432151cdf867bb17c4e4ec5, 0xa5b189c94432151cdf867bb17c4e4ec5, 0xcf22a6753c292e2dc8d828d0202a5b087feedd3bfad1b13ac5f04587715a0aa5, '', 0, '?'),
(0x3c6e7c861cdeab30ab29cd173b7ae5d6, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', 1, 0x00000000000000000000000000000000, 0x7cde47e8dff288a020eb2dff410473df, 0x6b9e99929b65aac2207630eeef519137e714ca5d3c09991ff420659f82c7a4aa, '', 0, '?'),
(0x3c6fa63d7492045295ceb8e61b694084, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', 1, 0x00000000000000000000000000000000, 0xd90b201478703f4a8f2d5894e5cca250, 0x4844c6deecfba2c356727889f1cd08e9b763fc8bb047dd168b5fd2a3634d120e, '', 0, '?'),
(0x3c708956057a6475d0c73b1d3fbe2c44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', 1, 0x00000000000000000000000000000000, 0x80a148a22d6603b880744a314c845de8, 0x4daad10e677502efd8dffccb66b4eb4b4b078f10468dfca87ad2eab03d81926b, '', 0, '?'),
(0x3c71711c2023f8e3551ffd8a1f1bb115, 'wp-content/languages/plugins/amp-fa_IR-56b9ee01bcb08f072f15e99cc8004046.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-56b9ee01bcb08f072f15e99cc8004046.json', 0, 0xe7d34643d9bb45c32a545f9f8c25c53c, 0xe7d34643d9bb45c32a545f9f8c25c53c, 0x9e226894c34d707ead8b39221fd142469a716ec5f550c7610a81e9af4b24565c, '', 0, '?'),
(0x3c7c71847c78dcb25ce8ed7a5ab47b08, 'wp-includes/blocks/page-list/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9786e317284dec42908cec875fe7ee9a, 0xbaa1bad46c8f135bad29eed9253d1f04671a1af6e39c460eb88180f074ba5790, '', 0, '?'),
(0x3c89ede3d7b97c573d6725b303c14e10, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_13.php', 0, 0x9af50ffe081f9dae78fe4cac67e07773, 0x9af50ffe081f9dae78fe4cac67e07773, 0x58cc8a1d63be8104ecdcb5c3e475c87fc263f0e14949cc835d98dfd48c35f579, '', 0, '?'),
(0x3c8f301a78bc09388daa4e07f13b11b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_10.php', 0, 0x1caad7f6c8e5a18bce90ad36868d5cae, 0x1caad7f6c8e5a18bce90ad36868d5cae, 0x3b49121ac1a1f58d79c6dd7775ccb015cf2ccad51e588886d467be305ff46152, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', '/home/abt90iranbet/public_html/wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0xaee5d93a7c3edf1f6f376adaa1ff7db3, 0xaa0875b0b6c59912698bb87f3dab3d5362564b4cb8078dc9f126f0da707636e1, '', 0, '?'),
(0x3c8fedc77d0b6ec0c96a7867776663e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_panel_settings.txt', 0, 0x9b0bb718c8bfc6bd82f23e04dd9fbfb2, 0x9b0bb718c8bfc6bd82f23e04dd9fbfb2, 0x56100e57d4df947e823625be3db6dd7ed92a933311197514665e660501ae10cd, '', 0, '?'),
(0x3c9dd85250ef06f2bda0119d04358160, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0xd5c6c2be2c81bff45f02ac51d42c158b, 0x7c91be22375abf0c8ed376a5f153880f031b2e73cbc46659bfc87c406516aeff, '', 0, '?'),
(0x3ca1c65e1826dac1df050029623ebb42, 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-menu-h1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-menu-h1.php', 0, 0x8fbd7eeb7e7a20662921ab96441a6107, 0x8fbd7eeb7e7a20662921ab96441a6107, 0x3dc3a0f98d860661c49b5a197ae8131fc0687de0d79e1a31bfc52be43e45ed76, '', 0, '?'),
(0x3ca64db31c2c7ba294bd7018d124966c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1_no_content.php', 0, 0x9f64d60619af67e8b001e1513c3b74fc, 0x9f64d60619af67e8b001e1513c3b74fc, 0x446c60cebaf59ffd8948aa1dcfd7fb2ac6da8b4f92658e7d288ea8c2e1cb053e, '', 0, '?'),
(0x3cab154cdab2a6c07204d6a40e161dc2, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1068x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1068x0.png', 0, 0x0ad68764b2f218403b3aac207ae26e4b, 0x0ad68764b2f218403b3aac207ae26e4b, 0x9e58bf07d45e2a58e72fb9cad8e7d80026a9d6fa97b58283e027813f5f6a9af6, '', 0, '?'),
(0x3cae55ea8649b9bd3fbc9e041024b657, 'wp-content/themes/twentytwentyfive/styles/03-dusk.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/03-dusk.json', 1, 0x00000000000000000000000000000000, 0x45c9bf04a332c5469764224a5bb6e3b9, 0x6fe236da9dcf30d6aa561aac980b338cc06127ed7aad418fe46e5f52f94d135b, '', 0, '?'),
(0x3cb137fdee8a8a7bb9943f619a7cef3f, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php', 1, 0x00000000000000000000000000000000, 0x6aa0539ca2d85e4de6122212c7f1eacb, 0xa4145bb157dfad6ac9d162b9af206dfd507728e09bf52e0f0159e3dbe218c46d, '', 0, '?'),
(0x3cb165519c6eb52dca3e0042d5b35a72, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', 0, 0x5e7918810931356493087e1d55684652, 0x5e7918810931356493087e1d55684652, 0x82ae90c63b5d441f35f8fea9a314566f60972f82f15f967167a7a879cf792e21, '', 0, '?'),
(0x3cb18a8803ef27ca3df49364ae7fd2be, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/post-navigation.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/post-navigation.php', 0, 0xd37c1caa067fd24ca328ce5b57e894bd, 0xd37c1caa067fd24ca328ce5b57e894bd, 0x7bfff41179e56876fad140108573b6af43fac458bf099117905dc1dbff55a068, '', 0, '?'),
(0x3cb1a05e221544aaa309cfc9ab5950a8, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-d.png', 0, 0xd1b9007d6dd26de42720e6c158115ab4, 0xd1b9007d6dd26de42720e6c158115ab4, 0x76b2fd7637af38db77c147b20a08643279d0c809edd590de134a82437a5253d2, '', 0, '?'),
(0x3cb23a55d93b83329dbf3e96452fd811, 'wp-content/plugins/amp/includes/embeds/class-amp-issuu-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-issuu-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xba073273509fa2fa821c9a4b29041148, 0x9fae34883e96822515913e59510a519398bca710539f8e80d7f09d611efdffbc, '', 0, '?'),
(0x3cbcd4c5901ecaa4011347df89e9b039, 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', 1, 0x00000000000000000000000000000000, 0x0fb285896e26a118dfbc83d9614e7806, 0x7fc8f3370bcc8d706f33644f5d2fd73a22a6e52d4ad8fb4e3e2fec993a89bfc3, '', 0, '?'),
(0x3cbeefdaf5f86efdfc18d2a0c2dcabff, 'wp-includes/SimplePie/src/Cache/BaseDataCache.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/BaseDataCache.php', 1, 0x00000000000000000000000000000000, 0x0c7d7b813ddd5d73084312763ba77dae, 0xe4db36e58f9101dbf162f783a4ad52c67621089242adcb12d8f96cc31cfbdfad, '', 0, '?'),
(0x3cc6494fcbd0fd300374fdb724d491e7, 'wp-content/plugins/td-composer/css-live/includes/td_live_css_ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_ajax.php', 0, 0xc456646768a315fdc6f104911445d3ba, 0xc456646768a315fdc6f104911445d3ba, 0x4f2d11c05bc32ec226607a9db20893e905703fd01ff501d42348f71a78090613, '', 0, '?'),
(0x3ccccc76054bb0aefeceb7b375bde89d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_7.php', 0, 0x529154a37ab2e187ef201afa731f0904, 0x529154a37ab2e187ef201afa731f0904, 0xdc379136080e51aa0fe776fea23abc4567b3a5c50fd7dc561f6d913b5829e21c, '', 0, '?'),
(0x3cceb77edb168368ae5cbbf0a5e8d5e9, 'wp-content/plugins/elementor/assets/js/announcements-app.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js', 1, 0x00000000000000000000000000000000, 0x4800d65d92cac11583a42e0e9ac34cf8, 0x340c97f56f9fd2f6030f58c657368d38b1ea71ba3c34fe7564e0f470f487a682, '', 0, '?'),
(0x3ccf52a874130622f1110cf83982a100, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_panel_settings.txt', 0, 0x723397c34e8683d5d461fdab8b9c60ea, 0x723397c34e8683d5d461fdab8b9c60ea, 0x4eece26a6c098757a21cbdbf6079b61dfcfbd68cb427d369ce54bc9213fc7848, '', 0, '?'),
(0x3cd455d6922deb1abca19b2f6b1a3f5a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', 1, 0x00000000000000000000000000000000, 0xe32a80f6ca341fc7dd6bd7c13cc84d02, 0x96572b4fd6a68060d6898983fed3bbe16fd867b1565dd9cbe2c7ea6365b9eba0, '', 0, '?'),
(0x3cdc053f0900b3fc9ba00dd3da89797a, 'wp-content/plugins/wordpress-seo-premium/classes/premium-stale-cornerstone-content-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-stale-cornerstone-content-filter.php', 0, 0xe873aa95080c5f784c1e62c2c9141b12, 0xe873aa95080c5f784c1e62c2c9141b12, 0xfd8d25e532affea5ee00149a34dacc20399f18a6d6a52706fc69a3f95685d850, '', 0, '?'),
(0x3cdd31bb1940b4c7e9dddc1a08252cc3, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.mo', 0, 0x9d56efdfabe5883c0c927063cb4dd563, 0x9d56efdfabe5883c0c927063cb4dd563, 0xb77e7b8f1eb5b88ebd07df8c6679399779c5ee35684305b409eec9f883e3f699, '', 0, '?'),
(0x3cdea49b6ce7f6f94b60af08b269b4ec, 'wp-includes/blocks/embed/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme.min.css', 1, 0x00000000000000000000000000000000, 0x41674c13e4de2f90d09e13b8f7ac670a, 0x16b6741ea29eb92360429c218e49f4e6ec7e7b915e84a421797cb56fe4c3a246, '', 0, '?'),
(0x3ce12a58bce4fa6a52225b8fb7daa275, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php', 1, 0x00000000000000000000000000000000, 0x96a541f7687ec67b599dfddacf569057, 0x5a3759b9aa38b8d8345673a9015d207ef7184b79cdfb7f59cc3954d6716f8a40, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', '/home/abt90iranbet/public_html/wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x06048f8ea732a49aa4215b704e49e935, 0x6949034934ef2a96e17b461d0c5a616efac7a01ed11c294a2c54d026b567b3e0, '', 0, '?'),
(0x3ce72f193a6c293370b6be5f6c8371b0, 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/composer.json', 0, 0xf213aa8feed031ade51a2a21655c22b0, 0xf213aa8feed031ade51a2a21655c22b0, 0x178bc7654982b79c81ddbd5c448e038f8a1cb19ed6a0d04c5acea22edeb8bff5, '', 0, '?'),
(0x3ceb4c5af15587caa2c79ef4d6454c5c, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php', 1, 0x00000000000000000000000000000000, 0x91198352d42782fc7a8426ca756d8f40, 0x9467b075fac60652a2c2254f90e8b33339f1efa7a4150b96573825a8f13d561a, '', 0, '?'),
(0x3ced61a09a6ab35996e2d6f289d47772, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', 1, 0x00000000000000000000000000000000, 0x9d26b970cbc009c9e0cdf2134ebe4bbf, 0xee7675a13f3e2da72a2f9f126c88b4b212ca260996f0e2fc3c1c73b758fa616d, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0xd66af83ce6975dd8408299bfc00934f9, 0x0d5d0622cdce219e27730811673d9699aafaef7ac4b70b1f5198ee32c74e4beb, '', 0, '?'),
(0x3cf481b70573fc793bbc372e7aa864fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_1.php', 0, 0xeb98750f3cbbcbb9f8d4c961b4883c32, 0xeb98750f3cbbcbb9f8d4c961b4883c32, 0x589612762cb90073ba7c32a061e745ebe7947f46de23618d04fa8216d0dbb6f0, '', 0, '?'),
(0x3cfb9ced66a13198130d433add1d026f, 'wp-content/plugins/td-composer/assets/images/flags/flags.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/flags/flags.png', 0, 0x3a6edfd0ba2a16acd6ace58df9608dc7, 0x3a6edfd0ba2a16acd6ace58df9608dc7, 0x35050db833c971a878dd896668c806f2fc2e31fa419ee58a5136d64249791554, '', 0, '?'),
(0x3cfbf161ad0c1ddd907acde6b0d3c637, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 0, 0x7ebcfc53353ebe2c6f562ecfa16c65cf, 0x7ebcfc53353ebe2c6f562ecfa16c65cf, 0xa1012ed1a99122e972ab9ba546c33bbfff03ec0faacd569a109ffbda9e44de15, '', 0, '?'),
(0x3cfd1e193d9cb94240c6f3a758e97e2d, 'wp-content/languages/fa_IR-f70806bf0c7d62f2908bd5a1c3fe4efc.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-f70806bf0c7d62f2908bd5a1c3fe4efc.json', 0, 0x83647754fd5af743dba0ce1a8e33da5c, 0x83647754fd5af743dba0ce1a8e33da5c, 0xe38ecf23386f0366bf3d470d21d3fa5fb76b77cab011aa44679fbe9d10ca927d, '', 0, '?'),
(0x3cfe55ed4171acabe5d7d73f623848b2, 'wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xeddba212d0c99308907261d7cc6ba428, 0x1af4f27a2c749857d98406f14c4ce4523ec70503a9fcb49030bf5e850e24de70, '', 0, '?'),
(0x3cffffd6ae378ebb2a69ff79bbbc1a61, 'wp-content/plugins/elementor/assets/js/styleguide.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide.min.js', 1, 0x00000000000000000000000000000000, 0x5888c81b1be13f7a15899ce853d0b8ed, 0x5bbf61029fd3635c5381dd3b6fb952ae829d658d1ee24788a5a5198cf993e4eb, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0xb103c07046f5f181067431c62bf6c0bb, 0x0ffe3b89067ddbfcc7005bb79ebe270d71ce16c4e1dadcc4a564dd3b23e6b02e, '', 0, '?'),
(0x3d03acdc67c1834c0510d7cbe55cbed1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_css_generator_demo.php', 0, 0x4e9906ca62ce8b0fe9dd1e094250e529, 0x4e9906ca62ce8b0fe9dd1e094250e529, 0xbbd620d1f44f1fb7591bd09c328f16dcb6b5aec8c6e9f428d7d70bc4c49d0d4b, '', 0, '?'),
(0x3d0e42d7680e6586e51a0595dd2d747e, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ad0ddde132dea140c86c69a17e92d0ca.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ad0ddde132dea140c86c69a17e92d0ca.json', 0, 0x134b829deec75491196e25300717d731, 0x134b829deec75491196e25300717d731, 0xe459a59a0d7d6e0a5e336af817d4ebce892f4cd33c1f2bab3a54a414aa58696b, '', 0, '?'),
(0x3d102b11b898929a1e1cc35527a736d5, 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js', 0, 0x81a54a116c4b5f257f0c296bb023e915, 0x81a54a116c4b5f257f0c296bb023e915, 0x9ac1f767468086f62209213118713c877a37537031b554db85d749e3ebf8e987, '', 0, '?'),
(0x3d1226c66c39746f7b7242f29415e522, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php', 1, 0x00000000000000000000000000000000, 0x84cfe0c575ef1455d280ba12b5051f88, 0x286ca3caa5bc8c53ef7c6c3e00ea82f90170b73872e914c18043fe349a702bc9, '', 0, '?'),
(0x3d147c562a8b6192f901c055ead1a44f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', 1, 0x00000000000000000000000000000000, 0xeaba2f0a6e51289341aa2b000daea3ae, 0xddee2af5ad205b4fbbbecca468ca5cbebedbaba15a79b38d726cee4075ea5a2a, '', 0, '?'),
(0x3d191930f4b7c9c87162017e2b4f2fb2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x10971c8c0c4c7b15f16c2d2b2e9e086f, 0x899da0e65211ae6b6bfce4342526373ac7fe12dffeafa99ba0c49035da5a0786, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5aaebf8b2ebf8f79d6ec5e4abe69bb2a, 0x7beb2086b9a015b2dfe9c149e5d05ead608eab001bca1cf81390f305c23c1e3c, '', 0, '?'),
(0x3d1d095dfee9ff927dfadc2a3c11012e, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x706da0aaa585b051fd796e525071d899, 0x6cbf2c1d5ce216a91d642eb8bbfe22c6627f81d6b4f0126c167ad477c45c8445, '', 0, '?'),
(0x3d1d95d44faf14c515a2a108e694ca91, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.mo', 0, 0x968c6ec3b7fc0f195fd188f475394de8, 0x968c6ec3b7fc0f195fd188f475394de8, 0xe59508b67d80a0e8344d269666a192ead605e22a17d482bbd05fc6ed4257d39a, '', 0, '?'),
(0x3d368d993ee3dfe8c8139ea921ce8000, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_10.php', 0, 0xe0f4202f8adfed7718b7bf00202321bd, 0xe0f4202f8adfed7718b7bf00202321bd, 0x6a3bb41e953535e3dbd019f3af4382db30ba41c257a790fa6f4e08843567a102, '', 0, '?'),
(0x3d36c537798ebc03242af494b62cb13c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3d3d78a5030fed1710443e2a85790533, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', 1, 0x00000000000000000000000000000000, 0xbdf900e6c7038e23ede1ee25cafa05bc, 0x965c365158b07f7bae3a0594b9d6bd0916616f5acb5c42efe41a654aaf41ad33, '', 0, '?'),
(0x3d465f6a311172c313ef2eadc70fe9b9, 'wp-includes/Requests/src/Transport.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport.php', 1, 0x00000000000000000000000000000000, 0x84d40d1a00f89544bf81f5bd27abd9da, 0x62f3f34bea74fcace73123d6b16645b658f27bfc13d34bdf47e947a0ac4dd0b3, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x8c37e0c26c6e5f704248358521353d28, 0x33f0af2d672cd38c3d24cd0b08a167dcc037d3aae23a56311b30988a68b4c61b, '', 0, '?'),
(0x3d56c5d866170a7e1b2fc5f211fe1bfb, 'wp-content/themes/Newspaper/index.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/index.php', 0, 0x8a7e0a4a23d3e9ae8805ce428f9879f4, 0x8a7e0a4a23d3e9ae8805ce428f9879f4, 0xc870b35847dd3c5e14b6786ad8bd28c18048e1a46a6f1790d9c0eabac2ab26f9, '', 0, '?'),
(0x3d60d5201895c94029789bf0626db68c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/demo_style.css', 0, 0xd21a7a3ebeff312c012ad43c476f2ad4, 0xd21a7a3ebeff312c012ad43c476f2ad4, 0xb2c59cde4914322f8ddcb280bdc7e457e2dddb9de0fd4ac9f3a63dff4ae7e94d, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x14a30fcb647961de2583781e6196a17c, 0x4d5cd8b532a81be7384492bccf8bbfd54f0800ef960cba65b6aa9a34f692ac88, '', 0, '?'),
(0x3d777f687d082bdd3911efbca8cc41cc, 'wp-content/plugins/amp/assets/js/amp-site-scan-notice.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.asset.php', 1, 0x00000000000000000000000000000000, 0x8b919c2868e7f9a2aed69aed4f0f9c10, 0x2ca6519f29af1387c8df23151042f97b67635f6cba9be6f959fd0458242b1839, '', 0, '?'),
(0x3d791deb2f45a8021dd9f25d6bda7ea9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_9.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3d7c82d1c7fff45df31c63dd9386810d, 'wp-content/themes/Newspaper/images/admin-panel/logo-panel.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/admin-panel/logo-panel.png', 0, 0x4866712cf73ca3c406335adae86d4537, 0x4866712cf73ca3c406335adae86d4537, 0x573311b3dd1fb6e68fe4cf79f1de9084da020595364ad75a5647ff650a4c25ea, '', 0, '?'),
(0x3d864c0824a911c1bbef43f8c9bb8865, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2_no_content.php', 0, 0xa730f2e864b2e6a49d82436d2eb0f31b, 0xa730f2e864b2e6a49d82436d2eb0f31b, 0x33c4f22ae74af7bcd0daac63ba93d6b8bcf472b57b02b18e1744da2d6e3667b7, '', 0, '?'),
(0x3d86d26a76aac592ae766455f6625d9b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/demo_style.css', 0, 0x0162d3e26f5fa112cce5f59e01524abe, 0x0162d3e26f5fa112cce5f59e01524abe, 0xb00f322ab07028eff03a3cafaa795e16ef7eeec1043d98264743e35d69f19637, '', 0, '?'),
(0x3d8b07b7f0b54637ba59f40f51bc0e71, 'wp-content/updraft/backup_2025-08-06-0333___90_730b420f7d71-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-06-0333___90_730b420f7d71-db.gz', 0, 0x9ccbd4fc9f9bbb157d8b3e41b6fc2e68, 0x9ccbd4fc9f9bbb157d8b3e41b6fc2e68, 0x4d2d1d8a5695ef6c9653994a5c776772c354f567d233b848e7e0b73ec8cdfad6, '', 0, '?'),
(0x3d8d788033fbc7df4e4b0ccd9ea571f5, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Crunched.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Crunched.php', 0, 0x981098c97c4662165054f271f425fe49, 0x981098c97c4662165054f271f425fe49, 0xae062b1568b1f8b78ac0d832b58e395de36f46a3a0add1b4e49276448676a33f, '', 0, '?'),
(0x3d94786301aabeab92bc4f4e5fdd4983, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_6.php', 0, 0xf6dfe0ca7e61619e709603d204150d9f, 0xf6dfe0ca7e61619e709603d204150d9f, 0x9aae9729ba279ae489a17164c6f1ad429e3c19e019d6bbed4e7417810eabaf17, '', 0, '?'),
(0x3d94bcf258f5d48b102ab8934e1020bc, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php', 0, 0xf95fa9c577a318fdd49a520ddbc6d44f, 0xf95fa9c577a318fdd49a520ddbc6d44f, 0xd8d404887854400542a4838ad053e7beeb7e03805808d0e01d1399e1d19d5f35, '', 0, '?'),
(0x3d9be1476070b586cc3bfe2f9c4abbab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', 1, 0x00000000000000000000000000000000, 0xa777d3c852928ede9a7d9704d8e87ce5, 0x1eebe096a507af7438c8fbd61a2e7785fc200a87143fca3036697964d9aefe5b, '', 0, '?'),
(0x3d9e102c85b6ba9e9860779068b9741b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_panel_settings.txt', 0, 0x9226d411fa1a18e7de47f9b518e09580, 0x9226d411fa1a18e7de47f9b518e09580, 0x11bb5e76e0e3cf223168e33cee28d042fc1706599498cfc00da8912b7bb507a9, '', 0, '?'),
(0x3da8b8f7de42f8ac846c12c42949cace, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', 1, 0x00000000000000000000000000000000, 0x55cbd4fc37ed547ee540950aa42e4482, 0x03fa26abce440a0d0f9e1fdbfd0f033c7ed40da72f34b02411180c725f878394, '', 0, '?'),
(0x3daae9c36ee7e7ab1974de51f16c17e6, 'wp-content/updraft/themes-old/twentytwentyfive/styles/03-dusk.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/03-dusk.json', 0, 0x45c9bf04a332c5469764224a5bb6e3b9, 0x45c9bf04a332c5469764224a5bb6e3b9, 0x6fe236da9dcf30d6aa561aac980b338cc06127ed7aad418fe46e5f52f94d135b, '', 0, '?'),
(0x3dac31fc61de5262de526909de2f10d2, 'wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xe0bebed47087ffb7cc8c660f2516b757, 0x6a43397e1c6098613c49de0df260ef9366eecd96df3ab09eeaa0a020eaf1d5d9, '', 0, '?'),
(0x3daf435441f420d0265cc7db57cc0749, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340.css', 0, 0x8ccb8d336e66819f985f8c10f3904bd0, 0x8ccb8d336e66819f985f8c10f3904bd0, 0x0a3b21346b721267ef6d4a6abb150df34ebcc946d7cdc336aa9e5c59d665a4c7, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', '/home/abt90iranbet/public_html/wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0xa46e60c87e77f5cb7c4a5f5fa10884bd, 0x9b0cd3072b8f6fd091c095bb234f0b9e71a70612114f88b9ab416627c3b3d7dc, '', 0, '?'),
(0x3db58fb9351f8916b002d910a6e339c4, 'wp-content/plugins/elementor/core/settings/base/model.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/model.php', 1, 0x00000000000000000000000000000000, 0x6bbf87c16a9cfec5767dd9133faf02ba, 0x3ff7a9ecdc2ac52e1cf807d8c976c813f06c084f1758246a529f107f11c399e0, '', 0, '?'),
(0x3db757602096c8dc6658ad964aaa6d26, 'wp-content/plugins/td-standard-pack/Newspaper/404.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/404.php', 0, 0xfbb01da45a2b414aa351c2d428bc59ae, 0xfbb01da45a2b414aa351c2d428bc59ae, 0x1419fd26accafb0ae61273764a1706356f10081c018d684e1309869d0e734a1a, '', 0, '?'),
(0x3db842734975fd9a3465acd2a006b12c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', 0, 0xd660e484f39969946d0571d50d7b6c1a, 0xd660e484f39969946d0571d50d7b6c1a, 0x1af5915ba83671cfbd90ddd1481b4f5cb3f6e4676eae9afe0791420c6447e736, '', 0, '?'),
(0x3db8e745c4d3ba050d413297d144cadb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_panel_settings.txt', 0, 0xa05c7792743766ecd148e0fee2a2de48, 0xa05c7792743766ecd148e0fee2a2de48, 0x697f6ac770098107f1fafc04de7daeeb2d54a21b2c74d772ff21d55aa1372db7, '', 0, '?'),
(0x3dbff3679bc83f64c208eec7165cecbd, 'wp-content/plugins/wordpress-seo-premium/src/deprecated/introductions/application/ai-generate-titles-and-descriptions-introduction.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/deprecated/introductions/application/ai-generate-titles-and-descriptions-introduction.php', 0, 0xbe3cccf985a3accbf0928db63a39dd50, 0xbe3cccf985a3accbf0928db63a39dd50, 0x11c193e0a7cb6f5aa7bb09824dee1ddcdf6c1a01f243a91ccdeb18f46f7e61d0, '', 0, '?'),
(0x3dc6170fe0a7d3a8a4e7a40045a8d2d6, 'wp-includes/blocks/verse/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/verse/block.json', 1, 0x00000000000000000000000000000000, 0xb2ab65cab0ca41b0c0cffeae545b07aa, 0x373b28fca3ef40c29b7ba28a0c870ae8f13e853409f9e4e7339f2d2ecc2beac5, '', 0, '?'),
(0x3dd33bb67be0b3c6f7b065d536ba35bb, 'wp-includes/js/jquery/ui/effect-pulsate.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-pulsate.js', 1, 0x00000000000000000000000000000000, 0x1edc28151bb89ea72ac326bef810f562, 0x04d1418ece105e94ace9f3cd7d8dedb88d3ed2131190743adb2cf67dc9d831f4, '', 0, '?'),
(0x3dd4375555b07637a39deddb0700fd12, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 1, 0x00000000000000000000000000000000, 0x9ae9cc0643fee01bc59aaf2cf296b0f2, 0x698e303790ed2f911e026c4d40b59de057d19823f0bca30a6e15d20e3461adec, '', 0, '?'),
(0x3dd48ea5f599cb230befab540e78276d, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x077d4304f7ec8161b19c4b0136e22c0a, 0x23cbcbd54adf96d047af84ce89abeb0bedee83eb4b974d244aee8675a62dcdbd, '', 0, '?'),
(0x3dda2e13549135f7a37fe6ab4a90cf7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', 1, 0x00000000000000000000000000000000, 0xa3a3170b4d823067429226fe2426e3f7, 0x0c371fcd1b60e49d3262a7447677533d9864a64c4ca5e7cfad73dc3f227fbb89, '', 0, '?'),
(0x3dde877975ef42641b3e1a11f8dd865a, 'wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php', 1, 0x00000000000000000000000000000000, 0x9cdd9427af11cdeac993884afe794d76, 0xe687c5756a87c792119aae3467eff9348e0ae5cb4e093a36a6651fbea2e19bde, '', 0, '?'),
(0x3de346d3ed98a3b7c386b1c24b26058a, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0x337c7877a3db0f4a98ec0c7554f256df, 0x0cf2d602699fd82c01f5c230d3198cb740687a3c90175251774bbe646802aa22, '', 0, '?'),
(0x3de43e21b31d8a2dee71de770ebc5d1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php', 1, 0x00000000000000000000000000000000, 0x6e2008d1e4afc3738cfbd64588232a20, 0x7c9ad4378c5b705b5fb2a98b5e4988ca568831b74749b745e608b51f05ba7784, '', 0, '?'),
(0x3de599840a1741ac4b0428929218d26c, 'wp-includes/js/dist/keyboard-shortcuts.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/keyboard-shortcuts.min.js', 1, 0x00000000000000000000000000000000, 0xb9360bda0d97b3153b28e31395dbedae, 0x2abce02d13ae491c83eb2e6e1343afd2fea8fff5033aab4fda84638926d9e8c6, '', 0, '?'),
(0x3de86f86c99ec29fe0a96e617842603c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_5.php', 0, 0x492e286dc63a32ff9f5ab0d785a7296b, 0x492e286dc63a32ff9f5ab0d785a7296b, 0xcdcfaac143d27ebd549f21465bb9b2a15e1510baf7f68d67f5f65e9942d859af, '', 0, '?'),
(0x3dead52f09ec02f0df8efdcbc79dfd26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_6.php', 0, 0x08ae463f4ff40eb2e6d4c319cd0b3353, 0x08ae463f4ff40eb2e6d4c319cd0b3353, 0xd80416cfa63479366775244c0f7f5a153a486ad4175826feab2afe4529b02003, '', 0, '?'),
(0x3ded87a86b9d62a749ce8ed84d77cb91, 'wp-content/languages/fa_IR-320f4ad9792aaa6dedb1e71cbdf85d57.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-320f4ad9792aaa6dedb1e71cbdf85d57.json', 0, 0x64f91664c7fdae8b2f8f0686ac5ff6b9, 0x64f91664c7fdae8b2f8f0686ac5ff6b9, 0xbc68ea61b8060cc53c6b57ab9f7948ccff4e4e650813300830e91b3934ce2899, '', 0, '?'),
(0x3df14a25685921cbf2341bbb2ef811fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_8.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3df36011c047e16097badcc792763bc7, 'wp-content/themes/twentytwentyfour/style.css', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/style.css', 1, 0x00000000000000000000000000000000, 0x14a62a2f594a8b86c6cb29f686f9a293, 0x512c1cdde85298971cfd37c7e7b5c8bec3e70df58ca6225f03381cdbf431f6e0, '', 0, '?'),
(0x3df5433fae86b0b603025a9b24f611e6, 'wp-content/plugins/kk-star-ratings/freemius/templates/js/style-premium-theme.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/style-premium-theme.php', 1, 0x00000000000000000000000000000000, 0xa606d4bc81f73725a0cc315f82d78ee3, 0xcdb958b35f50b9f4d4c13305eb705004e81099b8b4607b20c798493a88907f41, '', 0, '?'),
(0x3df80e61dc159fbb1210f7b5d0302616, 'wp-includes/js/jquery/ui/effect-slide.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-slide.js', 1, 0x00000000000000000000000000000000, 0xe1b72fdc31c9bfc6faf5c30b14afab03, 0xf4ed3c562667f28eaa8666beab0e1d9e3a1153a3128361caa5a41ea16cbfa502, '', 0, '?'),
(0x3df8455f40e8382803fb150e44d1b174, 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_big_grid_mob_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_big_grid_mob_1.php', 0, 0xe4987634ae6373d4ae5d2cbcca352424, 0xe4987634ae6373d4ae5d2cbcca352424, 0x76a43548e10131538fce036e787c2be02af77ab2a673073b32c5b658e2a6c0d6, '', 0, '?'),
(0x3dfddcff66140c9f2f0fe029c196a785, 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', 1, 0x00000000000000000000000000000000, 0xc21a66c9000b0a39a887ed2d8b87a340, 0xf35d15dae6cbf158c29206c2fd4babc35d1bc1a40a7ae337220834d86c11330c, '', 0, '?'),
(0x3e0648a499449c414a5e51107bd9d568, 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 1, 0x00000000000000000000000000000000, 0x90332c66cdbf9b363470c3f18085be31, 0x1ced36679767b9be5a4e3fd32eaec41a7310da9175fbc8609e8bcaf46a349ff1, '', 0, '?'),
(0x3e1045a6a3afced4ce95538b217a6d05, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_panel_settings.txt', 0, 0xbfc72ca1846518349fa543d76f887d46, 0xbfc72ca1846518349fa543d76f887d46, 0x4db5b720cdbc46b470b578a8fc3509bd6a2583200a36b1d4188c52a702a80083, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3e12a522970257fac3afb5f3dc38a542, 'wp-content/plugins/poka-review/public/scss/vendor/_slick.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/vendor/_slick.scss', 0, 0xf5309cf6905194850b44fb78b8028b95, 0xf5309cf6905194850b44fb78b8028b95, 0x3455d74478189d690643a8f26f5f8abeeedf1c8a338679068479022dbb61ff46, '', 0, '?'),
(0x3e1326578b7e0ae5a157afc89f58ae29, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0xf5ba26890bc5f826ee63571ce6e35caa, 0xbb4a54aeb0ffad9fba5c04f67a09ad7a674e27d9461704f7a044816e73da84ce, '', 0, '?'),
(0x3e165b97200367ab3364bd13a893a4a0, 'wp-includes/blocks/spacer/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor.min.css', 1, 0x00000000000000000000000000000000, 0x2650fa473ee975a1afb3ec59aa18e737, 0x7307033c01afe56637088f9ae427a4e23724f07fab607e48b30d1c7c4ae1c040, '', 0, '?'),
(0x3e1893dd0c5a1cf649e3497c6114fbf2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xdca4e5bac85c231a9ce979985bf67b90, 0x762e2b2eeec3bf0151a96dc1865e166c853730a035bb275180af61751d4d4de9, '', 0, '?'),
(0x3e1af31f2141a4004532948c835c3885, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php', 1, 0x00000000000000000000000000000000, 0x3272f56166a2b25cd9fd14756032a28a, 0xfc65de207c5c301cb86bf10dca5ed99fb28ebb2e02391fd64c0b366fb51d7591, '', 0, '?'),
(0x3e20f56ac5ea88ac5a52081d85c38f30, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', 1, 0x00000000000000000000000000000000, 0xfad536cee771596d633e94dc75043b72, 0xbf31ce893ab15f8364fbadd54088da672e6bda6f45a4e83d394b3f01d46cf48e, '', 0, '?'),
(0x3e27b9073860b85ce9ddb0a9dc5702dc, 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 1, 0x00000000000000000000000000000000, 0xee2c28212accc5a487ebc1f78c09a088, 0xda54a739a6ef4adae16e0ec175e705d89438f10de72a1b75fe5f9a1a42058dec, '', 0, '?'),
(0x3e2cb709f60bbea4007e74bd91c968da, 'wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', 1, 0x00000000000000000000000000000000, 0x466eda29eb2c6e7b10e7c859b8be7c16, 0x2c6fe193f5f8c7e35c0722eed2d7eb11a113452b52adc7de5cc43c89c23c6d1c, '', 0, '?'),
(0x3e308a9ab871dd574453328b94e1a8f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10_no_content.php', 0, 0x830fb453e9b36c714340665d6da1c2fb, 0x830fb453e9b36c714340665d6da1c2fb, 0xefc835d60a9e0131c3a6e74db351f900ede9de4cd972dbff61082e5397a835b6, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', '/home/abt90iranbet/public_html/wp-includes/blocks/block.php', 1, 0x00000000000000000000000000000000, 0x64a5c23fdfbdb91c8a72f0bbc1fc99b6, 0x73c5d437585e6afa58dc778cbf182cb9e18e374baec575404cec9d95baeb8e21, '', 0, '?'),
(0x3e4204e4abfbd03cc255004e1e26222b, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php', 0, 0x75938bc6cd42e3bcbb8ce74f5a7f2d10, 0x75938bc6cd42e3bcbb8ce74f5a7f2d10, 0xf7c0075192eb7d1d7fe84a2e5793fb536efb739668844e2d0419fa63cb7894cf, '', 0, '?'),
(0x3e47c77fad4fe46a50d56ca88dee4208, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfedc249b5d5cb3e2a2e7d2c6c71ed20b, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x3e490549ce223354167df446185cea73, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css', 0, 0xe79d5f0ae5de9ea410230f17bb7bc2b6, 0xe79d5f0ae5de9ea410230f17bb7bc2b6, 0x3a74cbb7e63780c86513b1c8f0d2933ae38551e23326b0728be901347edff5b3, '', 0, '?'),
(0x3e49a1d22740811edc60bf6b67dc8252, 'wp-content/themes/twentytwentythree/templates/blog-alternative.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/blog-alternative.html', 1, 0x00000000000000000000000000000000, 0x08b93d1dd6d90de42f91e59103954e73, 0x18e961e8143036627f80f1ffa1ef29138bfa7e3dcb7ebd3476df485b0b8b4266, '', 0, '?'),
(0x3e4ce58e04ed89039943336ee6b1e04f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-contact.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-contact.png', 0, 0x6946e0f0e9e4ab906bd51ee9e654d6a4, 0x6946e0f0e9e4ab906bd51ee9e654d6a4, 0xa026069aee78b9bc395c64d180f4fbb5969fd61b8218eede1ed580818d94833b, '', 0, '?'),
(0x3e4e7560f17f90f118a70e7195e73f91, 'wp-content/plugins/elementor/changelog.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/changelog.txt', 1, 0x00000000000000000000000000000000, 0xcc674befc3c93ac965962f1baf676f5b, 0xf7bd2281c4e418191ce188e826706b1efecc845c6b17541a165c3bdba1d7dd5f, '', 0, '?'),
(0x3e4fa1aab3421aee45a9a5865b059564, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/README.md', 0, 0x46f69c643f207e38474559e824838a67, 0x46f69c643f207e38474559e824838a67, 0x92458912e43fc3613816d250a561f4c5efb8c9377074494c0e2c867b6c448ee8, '', 0, '?'),
(0x3e50c51db7fce0545ee852ceb5ff9e5c, 'wp-content/plugins/amp/assets/css/amp-support-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-support-rtl.css', 1, 0x00000000000000000000000000000000, 0x0c06f759d2b6254035b2e6b8b0fceef3, 0xe28a2a1246f9d3d7dbecd8a483a603a21dcd9247b9a52cd5031189c5efd39d04, '', 0, '?'),
(0x3e5290d64c5496b124b94f807be94375, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', 1, 0x00000000000000000000000000000000, 0x9afa9e9693b823b2e1707ec9b74a7004, 0x0a6c2bce4477ff5c9ffac6a96718e79777ab337c65c4d84342e4915fea817e97, '', 0, '?'),
(0x3e53b2b2214c72e72fc17d73e0d62b9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import.php', 0, 0x90015d3c718f7b4d8845e5d65238eed5, 0x90015d3c718f7b4d8845e5d65238eed5, 0x4783da6fb3d52afc1b136bbca4e0ce145c02951ee56e8a9285c3aa76dce70fff, '', 0, '?'),
(0x3e566e1d681503e57fd23f69be9a8ebe, 'wp-content/plugins/elementor/includes/settings/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/settings.php', 1, 0x00000000000000000000000000000000, 0xd59e01dc8321c8336e8787e6dc37cda2, 0xd04b767ae8d85880801c33e5371e6d865731d50c639106918f5403112aabb3ae, '', 0, '?'),
(0x3e5eccf46df884ae9dd206af5add7b98, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 1, 0x00000000000000000000000000000000, 0xa556c8a95edafab56c723692fec88c63, 0x68b81bcfcf2c884fa8a028e216df7ffce7efd2ef8eae6d02ed5a901b463687a5, '', 0, '?'),
(0x3e63d4f3ee73e81653116b3e97a87d64, 'wp-content/plugins/wp-rocket/languages/rocket-uk_UA.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk_UA.po', 0, 0xc7647f0e4f9505cdce48bb6aa2b89b99, 0xc7647f0e4f9505cdce48bb6aa2b89b99, 0xff84b9cecf32a1b29af200facb27d428de29efbff86f0cfde380e880d34fb304, '', 0, '?'),
(0x3e651123f018251f0e0efbd1e0b7fa35, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-logo.png', 0, 0xe1c7bb6a673acc5ecf312cb905819dcb, 0xe1c7bb6a673acc5ecf312cb905819dcb, 0x0ff9d2859963f841ad8fdd8c3a123bf1cca4adbf385be285af6b5ab97deae3c4, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xff55f2d7048f15889dd2b4a8f315cb00, 0x7a3b87687c20fdd6f3858a7478c89820e7a2895ce7016264216f7269c83e6a72, '', 0, '?'),
(0x3e6c74588dcabe3ca6d3a3c10a56782f, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', 0, 0xd1a6785127585820a4f6e899857e6590, 0xd1a6785127585820a4f6e899857e6590, 0xf3db592a9b3cf97b9e7eb465d685a7e45d7cbd62f3e5352a7a0528d335607e0c, '', 0, '?'),
(0x3e6e38f6d6f56ccf47d9ddc10f4e5b9d, 'wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg', 1, 0x00000000000000000000000000000000, 0xe278774175650b778e87264a4831751c, 0xa4039b6e30edcd77ad19e80e7f26311b513705b0d8c1c04173026c23b2d5dc4f, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x7909d924462db8923d93ebb3586805f5, 0x5082fabdbddcfcd32379f94a4986062b74c4f3e4ad1c5002eec7b08e228c6b15, '', 0, '?'),
(0x3e7280d7f3b49daf84ffdee00470c5bf, 'wp-content/plugins/td-composer/mobile/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/page.php', 0, 0x3c727e256054f6ccbd89cc9240316c33, 0x3c727e256054f6ccbd89cc9240316c33, 0xdc2f60ae587d49d9500224aee623aa1f1d28a8eb7f95142ea9041596560ec936, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0x3e778fea429e3861014e4b5b58b0630d, 'wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x66655cce056918de7af16409ebadbb7e, 0x182649dd1eb3755a28821bbfb184b5a77010ce9b500cf259932cbe57bea9d574, '', 0, '?'),
(0x3e7aaa32fefd09a3faa894db903c185c, 'wp-content/plugins/elementor/includes/controls/button.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/button.php', 1, 0x00000000000000000000000000000000, 0xfb7ce4ea59cce070e8d84d86f9e6d493, 0x3e5837d1f11c253d1c2093aba272e5c713cbc9cb47a102d14ccf9ef18e04c358, '', 0, '?'),
(0x3e7d92d96de8c768687a8bca912ef021, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x06535a260919272fa33d5c8007b64583, 0x6e8efd0e1947d4b77d7f82351b518ee07818474a118374e7bcffbb20195cb5ba, '', 0, '?'),
(0x3e851a2978bf029c46da2bc11ac7d168, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3e8a9f3bff7fcd1358829a40fdc022fd, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge-retina.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge-retina.png', 0, 0x9dbe625c331eaf3e77a9c169c200fa7d, 0x9dbe625c331eaf3e77a9c169c200fa7d, 0xf58846e904a3e04750ce5bc1f540a839c7fdc401a8d05a61bfa5e27be749f656, '', 0, '?'),
(0x3e951830113194f243833daf64666679, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php', 0, 0x37d77deac599a88f542b1186acf5f707, 0x37d77deac599a88f542b1186acf5f707, 0x0c50927729bb9f07010fb53e364f03a7ff0a4427eb0f2d92f9cc3f57caea95c7, '', 0, '?'),
(0x3e978a707599894c33496aed5ed4626f, 'wp-includes/blocks/comments-pagination/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa253ce96f286fa0ec520e78a0eb9d50e, 0x14fe11f99b1cdd69f09749d5b1a2c3464a3d08b3881d8866fda8eaa14ce6c811, '', 0, '?'),
(0x3e98d73acb5750bb6198760a23d7b0f9, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-simple-301-redirect-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-simple-301-redirect-loader.php', 0, 0x5988b7872b042d846e7fa8b0558a86c9, 0x5988b7872b042d846e7fa8b0558a86c9, 0x982a0a0f96d950a5c2e068cefe4b1da9c918141a4647b698d65f13db11e0c9fc, '', 0, '?'),
(0x3e98f52a6e87d2ba1e73ba8786c9a0b4, 'wp-content/plugins/elementor/assets/js/editor-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js', 1, 0x00000000000000000000000000000000, 0x76a838894de283158db7c361f502a6ab, 0x0bfb830594b93acb7e0cf6a7bac861f9809fb46ac02ccb91aa90de5983127f30, '', 0, '?'),
(0x3e9b8a8eb648f988abfe96d6c3b828c6, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/composer.json', 0, 0x457770b02ab5f7e73cfee221ba97f10a, 0x457770b02ab5f7e73cfee221ba97f10a, 0xf3eb4846a89be898ba1b29ac729fb13e4aa9be378187f297d082a17945b60e00, '', 0, '?'),
(0x3e9fbda395885369a9aa1f4996c09552, 'wp-content/themes/Newspaper/translation/tr_TR.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/tr_TR.po', 0, 0xc59aaf3aa77a49060d03272baa133252, 0xc59aaf3aa77a49060d03272baa133252, 0xfa73857ede1c956d964ee1afc7446043b5eb929049df302f190e02593b3a6ab4, '', 0, '?'),
(0x3ea66fabdac3c4ebfa13bbca74cec02b, 'wp-includes/blocks/post-terms/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/block.json', 1, 0x00000000000000000000000000000000, 0x866e61eba2f45eac39280138599c777a, 0x4a047a7c9e435f114c12c7f979d3c6fcfccd3de47c5ddc703c280e5895a0c552, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0x2985e4a1818ffa8dc3d81cda63386f5d, 0x52afcf643e9ff184a5227a05a4d958a0920126c4bff787991bcefeaf57148019, '', 0, '?'),
(0x3ea9fd25b7c90bd6ecbede4814b20c93, 'wp-includes/blocks/template-part/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xcac9378b34cd9e4b5e28d391918039a5, 0x531231033edb84ff66b0ccea495ab4f0d75a330cf69f04c150f069e02ad9191f, '', 0, '?'),
(0x3eaa8401cee500a4563f73e3151af99b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 1, 0x00000000000000000000000000000000, 0xcba10103b46b49a339d6f2c348f69ee6, 0x58696b574dab9c30a11fb01b0ca494200a2eadbbf45337ef146600c6f1107819, '', 0, '?'),
(0x3eaae73e8b126dfa6c2b31a5de531960, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x9f0a439690fc88e1ad71d982f097c282, 0x4079bd72d167b4d12a8d8ddda812aac671bea1af6eebe925165c5afe7a7086f5, '', 0, '?'),
(0x3eae41a0e5424d705e8160e1f2223798, 'wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_2.php', 0, 0x6b7e452471d96c5307dde4a72cf31dac, 0x6b7e452471d96c5307dde4a72cf31dac, 0xba4358293ce7a601228442ddf1c513f4fad39aac660854e5d98c246a0fa47228, '', 0, '?'),
(0x3eb4db788a354d0bfd5a3eaf6f6c7702, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', 1, 0x00000000000000000000000000000000, 0x6e60d89a6023bcc624e68a38056d987a, 0x79ec73bf6994031cb1ced486d0abfc69517b0e931c67b3303ab7b91ad191168d, '', 0, '?'),
(0x3eb9a34766e840d454e19e983b834489, 'wp-includes/blocks/cover/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf418fcad2c7afb0448f48dac8780da7, 0x55e87efaaad7e8068a387233bcd47dd64c8a263cd16f855354c82eaba5123225, '', 0, '?'),
(0x3ec5f0c98ea6735cf9a876cb443e753b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x24994daf4c02f436e28c44ab67ca68ac, 0x9c427329224b6e652d43f5cab72f9939211a827eaa0b3ae8f0da1553874276ee, '', 0, '?'),
(0x3eca8ed8e598a4ac0055d4317effca4d, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php', 1, 0x00000000000000000000000000000000, 0xaecca9fe5254b2ddc702ff7e64493103, 0xa84d35429054f94a548a6ce65dbd5de00065b131d9f0c5895651a006f248e7db, '', 0, '?'),
(0x3ed34ef0c8583b6d18e5f095a5c7088b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_7.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3ed8d1fc0ecb71e441e135f9e5ace6bd, 'wp-content/languages/plugins/elementor-fa_IR-e9bd92fcd3a153fa19faf0be5f3e21b4.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-e9bd92fcd3a153fa19faf0be5f3e21b4.json', 0, 0x5913abba692be601161180758783594b, 0x5913abba692be601161180758783594b, 0x73c76a7e84df3ce70cdf06bd317caf6f7fefe445fac70d7515c9d658545a6500, '', 0, '?'),
(0x3eda41b531a59540b0ee613fa09d1b2c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 1, 0x00000000000000000000000000000000, 0x98ef9046ca0ce771cd9a7cf823b76c66, 0xe45abb9fefb5869fd0c97bb8c2355bfcc306b101e4ae3af4fe21d3e5cbaab8c8, '', 0, '?'),
(0x3ee8b77db7cc1e025ef2db9bb06a98f4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 1, 0x00000000000000000000000000000000, 0x1920e2818088ba2acebdf36a44fb58bf, 0x36a10e9b09a05e9751bf5cdf1973210beb7724ff4e12e5399eec9ce0300624ff, '', 0, '?'),
(0x3eebeb18a34c29796571a31084b690ea, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0x68a78eaec669b24928a8f3bf198613d0, 0x8b4d1bf6f4c9acb544f3b0b18c4ced6e5d0801aedf37c7d717f3a8743646a0eb, '', 0, '?'),
(0x3ef9713f935ef53b751392e9a62236b7, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.po', 0, 0x7180d556175d53836ca53dc1a1047fe2, 0x7180d556175d53836ca53dc1a1047fe2, 0xa03c6333fc96f32bee2ac12acb5c3f85d70512c54ed9bf1d6f4740375e6d09dc, '', 0, '?'),
(0x3f05d8575a4244f94ed7310c9e33c0e5, 'wp-includes/blocks/audio/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style.css', 1, 0x00000000000000000000000000000000, 0x66e9db5fd00b851c30c803349be89761, 0x86e3a7e712733821d732308788daa087a6d2cef2d72f25e28705513ffb945376, '', 0, '?'),
(0x3f08a375316958288efaef29dd739074, 'wp-content/plugins/kk-star-ratings/src/core/wp/functions/deactivate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/functions/deactivate.php', 1, 0x00000000000000000000000000000000, 0x6d91e493a86644a6f75f35e595011543, 0x2e9a3123352e81e708c449666cf3e333d477ff63ae8b79cc1c787fd6d52ce9b8, '', 0, '?'),
(0x3f0944c3186bc48f443de77cb3645424, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_css_generator_demo.php', 0, 0x98f136a7f44dbafdf4a4d4d8919b5182, 0x98f136a7f44dbafdf4a4d4d8919b5182, 0xcdb6bc5af1a9dfef52afae2ebe8d1e0faafd14d934b95f85ffe47ef2aac81673, '', 0, '?'),
(0x3f0b7baea8a05fd0e3a051f114343c3f, 'wp-content/plugins/wordpress-seo/images/indexnow.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/indexnow.png', 1, 0x00000000000000000000000000000000, 0x6ee3913b6089bca1feb7c07f3f7fff2f, 0x765a709f6b540b73e2c6908001009ad8390d63e2da87ae39340ddf18bd893964, '', 0, '?'),
(0x3f0deae3ee605a6a196ae1b226afad3d, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2370.css', 1, 0x00000000000000000000000000000000, 0x0f8b5320e367cf40ba0ea1f1a3ac67ac, 0xa8fd8ebd2546534943793e26179320510b64b43047e400761de8cf074dcfed04, '', 0, '?'),
(0x3f0e551a1f08bc654b405fedc8749b55, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/pricing_table.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/pricing_table.png', 1, 0x00000000000000000000000000000000, 0x262ca10dd60ccbc69f41494619e783fc, 0x16dbee495954919badfe6d59058a7daeacc9586156a7a4c5c9326a968c334c8b, '', 0, '?'),
(0x3f15345d598b9796b2f8f694da6d5202, 'wp-content/plugins/td-standard-pack/Newspaper/author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/author.php', 0, 0x54f389ca64a5e71a3c43ad5c1ad74124, 0x54f389ca64a5e71a3c43ad5c1ad74124, 0xe7008426d38b4c7e4da9663f7622a578b4c975e72cdbc29b7f889abb36c6ddda, '', 0, '?'),
(0x3f16ae1ca5acc159e4e79c9c4e603124, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php', 0, 0x5b928314b3c0dcbe22cae246124ecd59, 0x5b928314b3c0dcbe22cae246124ecd59, 0x7c9ca8668779b0e515b679356c1d8e1776fba2207660f2c347da48d2e0e2bf40, '', 0, '?'),
(0x3f1d17e5cc1c11ae707c52c26ff0a5e9, 'wp-includes/blocks/separator/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x20bd13749b45a36f3f0c40150503c27b, 0xd61be5a96b4c04f2d82347a413f861115e092cd0860d46270aab673a7d464c7a, '', 0, '?'),
(0x3f23e5348cc98e66888e18cba6e5a7c9, 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-soft.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-soft.png', 1, 0x00000000000000000000000000000000, 0x5d33350cd1db68487389be0472e6030b, 0x39a85eeca643d1827ebc975222e0b4919dd612077c3b083f9a88eceda40b9c7e, '', 0, '?'),
(0x3f257ff652da762011d6fdce568a76cc, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x051b2939fe8bcc28561cd3d8abe250b1, 0xec520ba35fcb3912ff6e8d7f744b0331eb2f0164c99748fe6c3ef42953b3cfc9, '', 0, '?'),
(0x3f2c786d3dfeb65d07a879581f9023ee, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 0, 0xebc20f875e94bc177b8bf8f5fd6f713e, 0xebc20f875e94bc177b8bf8f5fd6f713e, 0x4d032d19d4ceb2f1865818c87b41646f7ad76d281f84e815e81c671b3eb1af8b, '', 0, '?'),
(0x3f309cff79857075a34b245de653c0d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', 1, 0x00000000000000000000000000000000, 0x6dcdf425a3dce036b74f054e8ab14f0f, 0x13401339dd67d50524fe753d1cdf11dd4aeb0d9c59c590e71b10920c56c873e1, '', 0, '?'),
(0x3f35043019868c44ee09fb79dbcbf78c, 'wp-content/updraft/backup_2025-04-23-0329___90_1a4f5337ede4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-23-0329___90_1a4f5337ede4-db.gz', 0, 0x58c5c62ba8937023d005b263aeba7473, 0x58c5c62ba8937023d005b263aeba7473, 0xd51e0060e89f041e54175eb0e16b310a247246e5b526c2c7f9026a1ea49c19e0, '', 0, '?'),
(0x3f37b2700898fdf79b6494afb774635a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3f37dc7451a39a2a80b950bb52e40397, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_0.png', 0, 0xca42937a93a8ebb8b49cdbf83758d460, 0xca42937a93a8ebb8b49cdbf83758d460, 0xd257046f2752192a507c466873c634577ab4daf54b7404fdf1f89a462dba8ec9, '', 0, '?'),
(0x3f380a323f109f5bbc1fc18a7fc9904c, 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php', 0, 0xa2d65e04bbd54c15b43422e1472da23e, 0xa2d65e04bbd54c15b43422e1472da23e, 0x432a0f5ad53fa0df168711282c64f25e8cfc1f43c6bb11c660e1134c173958f9, '', 0, '?'),
(0x3f3b5890b66498320077f17e516b8247, 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-3.php', 0, 0x4a6e15f8c19f42125d4ac9cefb366b89, 0x4a6e15f8c19f42125d4ac9cefb366b89, 0xf66a12ee38413e0f75da3014483ea177ef08a6841f1b7f96858ddabcb568fac5, '', 0, '?'),
(0x3f3c9e67f43b12964f832f0d1e3e16fc, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 0, 0xfdffbd0d70bdedfedd3ddcc3be6bdc0a, 0xfdffbd0d70bdedfedd3ddcc3be6bdc0a, 0x20af2b88b0597c761dec73e67378b4a4ef655ca1207a039f4b04d0661449b726, '', 0, '?'),
(0x3f3f4cdfb684988ebc0de97866178054, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php', 0, 0x3c0d717b4c44ce8c3572adcf21a9f00c, 0x3c0d717b4c44ce8c3572adcf21a9f00c, 0x74d0c4da00becfc66f045f20539cc72f610923b91380655bb16a76cf5ecf091c, '', 0, '?'),
(0x3f4ec3c681bb6129321d010ea674a344, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-label.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-label.png', 0, 0x335eee7925333789888caef7a55a08f1, 0x335eee7925333789888caef7a55a08f1, 0x4dcf239375cdb9c5ed47c36ea0d4ebf7b8ae3f2432f250421643f52f03a95a10, '', 0, '?'),
(0x3f54a152f664eb0848a792dc57ff8f4c, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js', 0, 0x7d61814f0ab7a81a6542c3708a674d6e, 0x7d61814f0ab7a81a6542c3708a674d6e, 0xdca710606a7f0ab114821a23856f4e8ca36e7fb081d0f627be0bd572398792f5, '', 0, '?'),
(0x3f54d966e8dbc844e6a88ff524c03047, 'wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php', 0, 0x5b094ae8fcaaa891f34bedc8c7f50c49, 0x5b094ae8fcaaa891f34bedc8c7f50c49, 0xea430e1b241c1ee8e6756af6fb5bb205a29b3652a20d0937ae97aef1845cbcdf, '', 0, '?'),
(0x3f55985cb0fe9218b17c0c52cea2921d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 1, 0x00000000000000000000000000000000, 0x43324f3f88ba9d90d44c4a2e15220204, 0x5617427fdaba5d1521ed245b6d053348f93bcf3f49676cd197dd83a7b3292661, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x6f3e42f79809bf9fbd9113494e942d79, 0x0efee5686c8e085bc0bbb6bd86a712f1ab28bf016c7e9151f775df464db20993, '', 0, '?'),
(0x3f55d2c8474ec1a00a482c77738c714b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3f572a353ef61b926f1b52774b981fa8, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php', 1, 0x00000000000000000000000000000000, 0x6199c499bbcbb224d961b8897c214fdd, 0x7cf352c0be6d89828dce163556a5d4021c4e6c5a06fe4c555706e449afca239c, '', 0, '?'),
(0x3f580e5cfe6d669ee1da9507daa3b467, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 1, 0x00000000000000000000000000000000, 0x14bbe51d31d0a8cd4a066c0a5312d3a7, 0x4531ec2fce07d79750c2e52e78b044fc618165190bd2fb51fb2b6e40269b6942, '', 0, '?'),
(0x3f5853d676a54ef2177331312de5a68d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php', 1, 0x00000000000000000000000000000000, 0x821d7f27050d95041956da16217f1207, 0x981a5fcfe63cb466944d385c03ab699f994698799b0650b9c0d5bdfe39ff7c6a, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x3f5a28dfac26a296438f305d366bd52f, 'wp-content/plugins/kk-star-ratings/src/core/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/index.php', 1, 0x00000000000000000000000000000000, 0x7fcf7ff82c6a30967b30745c258bb2ac, 0x5c60eb89ee28dce6d63aad96896788deea0c0fea5f8a184ca9cb04ab0155a43a, '', 0, '?'),
(0x3f5a2af91b7646954ec8a5317ade2d7c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_templates_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_templates_settings.php', 0, 0x37195c81108b6e9230079ce866e09fe8, 0x37195c81108b6e9230079ce866e09fe8, 0x7764ab0159961ef58576066084c6581a84c6f55090c5806eca1d2623b8c62b55, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0x3f652eed454aa1e967d867e7c746104e, 'wp-content/plugins/elementor/includes/compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/compatibility.php', 1, 0x00000000000000000000000000000000, 0x0ee32e7f56ef8697be2e9548368652b0, 0x40aa38c7d815120c5fafe5823e1179f440cc679eff4e30282cc0e873b08e16b9, '', 0, '?'),
(0x3f676271aa0058981599f4a934bb2c3e, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', 1, 0x00000000000000000000000000000000, 0x0c5bdb0f53466384836d5e2832287d6f, 0x38a21ec138441ab009680883923be7c569ee815fa2779381163ec325f3d92dd7, '', 0, '?'),
(0x3f68e61c68993a7acd8f715a69b95616, 'wp-includes/blocks/post-author-biography.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography.php', 1, 0x00000000000000000000000000000000, 0x59070e3a6aaa08195cf67b4cc408c973, 0xf63220c0db02f2fac79c1c4d9575d6f683dc29cbeb95c325c441a45fe26b327a, '', 0, '?'),
(0x3f6a129f48ea7d5fff408df119cb8bdc, 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php', 1, 0x00000000000000000000000000000000, 0x9cd64bc701a615ff07879405d464cb43, 0xa91e42a217c51649acc19bc59dccb991137554a89ff1747e77235667bd99555a, '', 0, '?'),
(0x3f782c135ba9ded1364e6ee997df9242, 'wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x5c4991b522d708cb6f185c6e9e9990bf, 0x65dcf9572569a7d621e0ba47c75ca942f2f222d2b612049f9247f0ea53d1d92c, '', 0, '?'),
(0x3f7bbcf43c614e1b27cd9dd65fcbd801, 'wp-content/plugins/wps-hide-login/vendor/composer/platform_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0x15e1efff88933be3dd5740e3c9530478, 0xfacee7fe4937e9c9ad27a0bc16a190da7f81b13c785d1f9aeb746d2db3dc25df, '', 0, '?'),
(0x3f7ec9bf6c36e4194b281e0384c4a318, 'wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xf9bcb438134bb6e2fca740dfad271a4d, 0xea6b45e0d8e362b6432f4b64dfe7dc8bbd16983a4901dd846c213ddcce6a6a85, '', 0, '?'),
(0x3f84086dfd3551f8b029337562284b9d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/youtube.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/youtube.png', 0, 0x35ac251e64b8f20e47405b483e7f96c8, 0x35ac251e64b8f20e47405b483e7f96c8, 0x9c4fb68ded9f06775a3bfe77a9a7697fd30126d68368a783e6268a756954c3e3, '', 0, '?'),
(0x3f8b3ee9dc734a970e6bcd98a40d12fb, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_2.php', 0, 0xcb17fa9de470c9a2b259346ef6732521, 0xcb17fa9de470c9a2b259346ef6732521, 0xc37506c2bb7a1cfd8e6f065bb35143cefeaabf3e685cd8067cd9e3571faac52c, '', 0, '?'),
(0x3f8d6ed9e6a7ca8a25db5ddb8a00c4e5, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-1.png', 0, 0x49256e2c2d36c8585ac664826c4ded02, 0x49256e2c2d36c8585ac664826c4ded02, 0x162f7c6333d80b8415f9847842bbe7641214253884ea51e1213441d0760bf329, '', 0, '?'),
(0x3f8f7f89bc478636af3692c19d2fa77c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_3.php', 0, 0xd5bf002aa9301fa959fe56cc014ab829, 0xd5bf002aa9301fa959fe56cc014ab829, 0xf4438390445864d16efc58bcb2a9e2fd18e6d2317705f8ed22384300cfcf248b, '', 0, '?'),
(0x3f9288edb2fb875b32dd3dfc857d117e, 'wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminHtml.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminHtml.php', 1, 0x00000000000000000000000000000000, 0xe3c397fdd95b03b24b56a7fd2b32a608, 0x5168a7d52c126872e111189e465ef61a9dd6ab653b137781a7bbefac7ff01d44, '', 0, '?'),
(0x3f92c572602248dce825acbd10ece5ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_5.php', 0, 0x488bbe78deab92694333eb0cfa573ccb, 0x488bbe78deab92694333eb0cfa573ccb, 0x487d0770aacafc2d01160ebc99dcab6867ceca83f935d741f9d866e37a4206a3, '', 0, '?'),
(0x3f975fd81cd9d074f4d7bac35015eafd, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', 1, 0x00000000000000000000000000000000, 0xdb827468a630191b4815abe414cc747b, 0xa69083ee2f7347783827beaa8e319f198a2a588a17e9c48304e13a5c6715d361, '', 0, '?'),
(0x3fa69207304c2d73b92e76839ebbe5ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_3.php', 0, 0x0613891d319a7de3f09e969ee547a963, 0x0613891d319a7de3f09e969ee547a963, 0x3543dda1a4b44af9262aa17abc528ba04f9bbdb5e7899100df20ed4d4fa4d9f9, '', 0, '?'),
(0x3fa9a8a323a69012c0f025e83e5525ed, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-presenter-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-presenter-interface.php', 0, 0xa8ca59dad1e057b70515c8954a74ff04, 0xa8ca59dad1e057b70515c8954a74ff04, 0x49b25aa32cc64ba9c877c23f38e873216779174f4d3b399e3b095644ae09e93f, '', 0, '?'),
(0x3faa7f8d08834e794f4e3eceb5e4bfc5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_7.php', 0, 0x53013506a30c41c7f8015f64ea059dcf, 0x53013506a30c41c7f8015f64ea059dcf, 0xe7b91ed948aaa9aacabf5c7ee22c330a9b9f5b70b9b385d00d4ff2916b50b2a9, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/html-entities.min.js', 1, 0x00000000000000000000000000000000, 0xaec1ae6e60dcfa6104fa2805763580b0, 0xc890d79970fc521ea91e9e25672777a7e173741412cc0d82e79012e0f1b48d2f, '', 0, '?'),
(0x3fad48a36c0de80c2f42b83dbeec7409, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-tag.php', 1, 0x00000000000000000000000000000000, 0x83eedef3b34c8b4bca19a8f506a1d4ea, 0xbc75d33539202e34f88a9b3e9295f12993d3f6b0c27af2f30e4c63e7b1ac1f48, '', 0, '?'),
(0x3fb01110acd652a271adb01e64a320b0, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', 0, 0xc0fa379f08b84780f23ee99adca4a072, 0xc0fa379f08b84780f23ee99adca4a072, 0x233d14d16ae6d4efc55b4b59bfec5c4b70833ca8564fd718a98b9571a9bbee9c, '', 0, '?'),
(0x3fb106cff9372032513a4cbd736f4aeb, 'wp-content/plugins/td-composer/mobile/includes/td_css_generator_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_css_generator_mob.php', 0, 0x54e6faf521135618be013aed15fbddbe, 0x54e6faf521135618be013aed15fbddbe, 0x1c4a543a159930cce47872d0d7d2bf53aaf4c7cef862af8056331155e82059cb, '', 0, '?'),
(0x3fb4e1b6569e65811edbde6ff89f8050, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x3fbb85e3a9e433705548c0399830e1ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3.php', 0, 0x03db41cea9bf005a5af6a65262f268ba, 0x03db41cea9bf005a5af6a65262f268ba, 0x47e5509167c28c94f17196f1a3c6ecf1972ca1a6e14b072c1e642fe47cf5f9d0, '', 0, '?'),
(0x3fc1271344b96476ca94a6a6c6a88200, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-centered.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-centered.php', 0, 0xa4e26462ffc875fb2e2b867dcd5c2c9e, 0xa4e26462ffc875fb2e2b867dcd5c2c9e, 0xf83549479f90bd490bc3f1a1c716fa185b847dbc7f0cfa652da95bf2b5b15b02, '', 0, '?'),
(0x3fc21fbc3fd18f2a244d03f437fa8d28, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0x02eec42dd5ec3cd6ef6cca4735c2eb9b, 0x08c37d2c428e6970be2f5d19bd26578b2905d070eebe3b1fed0bef1da52a5882, '', 0, '?'),
(0x3fc839c615bad30a43057e6be933a159, 'wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x4c6c9ed8cfbd88709ee78d61e07981df, 0x0d1e45d6a115ac0dd7ea0ecf2cdaf62ca6bdf1eb6e42e73e70b2c8fa13663f3b, '', 0, '?'),
(0x3fc955cb953230809a399750779287d2, 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php', 1, 0x00000000000000000000000000000000, 0xc24537af58ffc5838f2c136367be3282, 0x5e2f26710cf4a1e5ebfed56b6eae3080e67a764f18b2eb95f556197b91953afd, '', 0, '?'),
(0x3fcd261907637dc4b7d6bb1085f957fe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_3.php', 0, 0xe8accee4b9fc3af22e7d3986007624d0, 0xe8accee4b9fc3af22e7d3986007624d0, 0xf609ed9bd750f3feb8b410badcace670076442b96d345b1c4384a864db545036, '', 0, '?'),
(0x3fcd6c23fb1f8c1492219a49424cdbe8, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 0, 0xce07f9fcaabf1227a0da76f6a2720244, 0xce07f9fcaabf1227a0da76f6a2720244, 0xa13886657c66d0459433f2c108305793f9dd02c0ad85ea361a846af2663bae8f, '', 0, '?'),
(0x3fd616c58fc025d847251323a7be8ce1, 'wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php', 1, 0x00000000000000000000000000000000, 0xbcd14559438a03bf8026d7816fb852af, 0xc33858607ac63383a7176acdbcb851f4d2662367d7ed78eefc8238124ec14b98, '', 0, '?'),
(0x3fd94ce1c6c920bb09d0a9e92ef20a8c, 'wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php', 1, 0x00000000000000000000000000000000, 0x63c9308c9a4bcaec1c6648640d385c92, 0x93388fb2a3f6e59dbb3605bc66f7f143d8a98a2366d5c3ee671cdce8740f5e2e, '', 0, '?'),
(0x3fdd0c9d87034fc59323e808a1d9bee2, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', 1, 0x00000000000000000000000000000000, 0xc627e51c8adcf83fb69475f5fb065756, 0x8be74e99520602fed7532d243b4a6ae15f4ac396ecae91b666fe94cd4e50d82c, '', 0, '?'),
(0x3fdde1d98837f2037296b402f4011c57, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x3fe03421e60e35d4a3d622cc989fb053, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 1, 0x00000000000000000000000000000000, 0x43f1672263fd4b3f9c48da7dd3a5a53b, 0xb8a0c0aaa4b3ccde2a40e834993cd9cc81d43b0baa96c5e41ece764ea0c08e8b, '', 0, '?'),
(0x3fe38a8e9cfa36df3db6d910a1ce1976, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import_no_content.php', 0, 0x5642ca55892504e2b26e5fc9b605d561, 0x5642ca55892504e2b26e5fc9b605d561, 0x7d725fc1865a45d3681a593f741dc1064b0d552ef8a5925e4f038bb24977d833, '', 0, '?'),
(0x3fe6e66297843e733ae67c743123a778, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', 1, 0x00000000000000000000000000000000, 0xbc9fdc15fb6310e48f985ac363e29355, 0xeb6f8ec6444758cc249f2922d4dbfb2e10f5419cd0d7b09f53aeae0bdb0b74ed, '', 0, '?'),
(0x3fe91a267e2dbb0c2cfc8dac11669c38, 'wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp', 1, 0x00000000000000000000000000000000, 0xd8b32ab460b29012fb976dd28b5fd3c2, 0x899f28b956a6d5e46fda64eea30d258404d044c75ec1c77c2787df050b14386f, '', 0, '?'),
(0x3ff595798ad13b751983f95b010fb636, 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-unindexed-post-query.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-unindexed-post-query.php', 0, 0x4aa1ecf7ea513caf95ffbefda18ba9e4, 0x4aa1ecf7ea513caf95ffbefda18ba9e4, 0x2068b4a503436acb715527022bd249f2bc6b55bedf8690a6e47681c5c0b4f3cb, '', 0, '?'),
(0x3ff5a5ecadd0bb386cc288beb06ee08d, 'wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php', 0, 0x5a04c0a29fd089f9fd82d8f37a58ac12, 0x5a04c0a29fd089f9fd82d8f37a58ac12, 0xc4b7d366513e29b54cdd2bdce309c477c9c49a30a3350127082fbbeb72553f1f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3ff61e4552a97ec5a0864276dcf7cc7d, 'wp-content/updraft/backup_2025-06-24-0324___90_07fdbbe03f20-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-24-0324___90_07fdbbe03f20-db.gz', 0, 0xd218639898ebdd2362055424ba593bc4, 0xd218639898ebdd2362055424ba593bc4, 0xf01cac36bbd87444751068b130e2f5a247c12d7f02bae19556e045ef6c22d996, '', 0, '?'),
(0x3ff81d0275ce2ed91097ab7075735270, 'wp-content/languages/fa_IR-6025add6bde16aaeb12787d250f9b414.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-6025add6bde16aaeb12787d250f9b414.json', 0, 0xa8eea4c5a64c3f0932b6b56603aef7c2, 0xa8eea4c5a64c3f0932b6b56603aef7c2, 0x23f8d3975fb2e651417edeffc2ad3937418ca9f9097cb76e725d0e486580dca3, '', 0, '?'),
(0x3ffc5e922e2b81c1741ac9bb0892244c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 1, 0x00000000000000000000000000000000, 0x750e17326df52393fa3c8d0d4f3137ed, 0xbaae9f8cd56199d928a5af8c9773403931d08fbc697b508cd4bd20353eb8e8be, '', 0, '?'),
(0x3ffd4acfd43198fd36f674ee320921df, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php', 0, 0x48f4a0470c7bd48ea851982adee7e977, 0x48f4a0470c7bd48ea851982adee7e977, 0x4e61edd0eb109ca368c5665faa10d6995f2a2e7805ca3022aa3ac62c9593b651, '', 0, '?'),
(0x3fff8e3ac7285126fa73f937f0ab38ac, 'wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg', 1, 0x00000000000000000000000000000000, 0x34ce677bc5c156186bba023605467a6b, 0x8369c923e8a442a08c40e9e122d19e6ff0656e521493a9186e68ba56456c57cc, '', 0, '?'),
(0x400099b538283c3ad10b74f62331d453, 'wp-includes/css/dist/block-editor/default-editor-styles.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0x88fea7d3a35432f1ad1969e5c38b56d2, 0x735436fb0ac066d6e8213928158a48bcfccfdc17652a5167a52f75a9fcc1e435, '', 0, '?'),
(0x4013c9451a8568eef2bf91e4ec3bcf02, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_import.php', 0, 0xa50a25ef5cc656532ecac698b36056e7, 0xa50a25ef5cc656532ecac698b36056e7, 0xcac3edfcde089fb5a4f5caf6d776410e20674fd4bbe20a0484c12afcf375126a, '', 0, '?'),
(0x401b5d1e7fab7e38074747a6dd3446d3, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php', 0, 0x91cb261d6187aed6fc3dbbd28fa6958d, 0x91cb261d6187aed6fc3dbbd28fa6958d, 0xaf85c08494fc7d605ef8963c25fa971920a5bb6ea706cede827bc4a8675fbff3, '', 0, '?'),
(0x401ce13b95bad06fcbb7210e967113f6, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-list.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-list.php', 0, 0xd803f04632bdce011899baa760b79554, 0xd803f04632bdce011899baa760b79554, 0xb56cb538184aa9682131bf31707cadfc178014f9e5d4d84a278c5cdf0d5357dc, '', 0, '?'),
(0x401d2501625767ecc5e32640b9c986e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1.php', 0, 0x16bdf423129ad8a4ab6941de688623a4, 0x16bdf423129ad8a4ab6941de688623a4, 0x60487867c0ed88740a5a729af4c63a3683d091af595438c9681bca7ba2bc713d, '', 0, '?'),
(0x401fc140b8b7137f30ed28507611c4ea, 'wp-content/plugins/elementor/core/base/base-object.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/base-object.php', 1, 0x00000000000000000000000000000000, 0x8da9acb9c09c306c79407fd8b836e5e0, 0xa56babc2b2e719caddf3d9dae4173789c94b10527ca7b499b98aa5917294f931, '', 0, '?'),
(0x4026f0f080e7b7a88a817d017fac4175, 'wp-includes/Requests/src/Exception/Http/Status413.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status413.php', 1, 0x00000000000000000000000000000000, 0xd0b5d7240c3dec5705666150b79fba77, 0x81fc90c0d797b072c84dc6f4dd48dd9cde12a8dde07994b834dfae384a8884c6, '', 0, '?'),
(0x402d367c94248f7f5e09e494856171c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3_no_content.php', 0, 0x6a510e6f7b983b5a35943b51f5bcbf3b, 0x6a510e6f7b983b5a35943b51f5bcbf3b, 0x27ccdccc788f58b1085425ae9e6a2ab40c046ced4773e19d4450ee214dd67427, '', 0, '?'),
(0x402edc73d86ba7b8f933c265019e7ba1, 'wp-content/plugins/wp-rocket/inc/deprecated/3.9.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.9.php', 0, 0xdabdc54ff25b571b906b1208d110ccc3, 0xdabdc54ff25b571b906b1208d110ccc3, 0xcfc61c7a7aa8ffb6c52f2b7b186021a6e02731c7e04bbf5dbccf7130dfe020c9, '', 0, '?'),
(0x402fe562e3112c29032b92ec3a383394, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', 1, 0x00000000000000000000000000000000, 0x94a73b95394882eb6539ac38777caacd, 0xac60acfd23557f28c2207445a0fa020ca184a86daedf670b88af1dc513b068e9, '', 0, '?'),
(0x403c920f0e7e24b7c4ebd1112fff36bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_6.php', 0, 0x9c4e7ded9202d13c7aec3089cbcd4834, 0x9c4e7ded9202d13c7aec3089cbcd4834, 0x72e9292a997ef62e4bb8ba0c44a66625d616b325b302288e1fefa6355ebe1b23, '', 0, '?'),
(0x403cf8301194eb3b49eca52b6a32a439, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.po', 0, 0x44b346e46ce8112a010f216274cb9773, 0x44b346e46ce8112a010f216274cb9773, 0x07b670e90b484233a447b1aaf163fd0326941d1a35d37bc2a2ebae7a82cb2209, '', 0, '?'),
(0x403f5a9d42c4b1fad3fc421c70073e75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_panel_settings.txt', 0, 0x67eb6d400c232f282f924989ff52f8a3, 0x67eb6d400c232f282f924989ff52f8a3, 0x6084ef54b0156f4dc39ff344c14622f41d46b9e785ffecfd1d1e423e689aac4d, '', 0, '?'),
(0x40412e835b4f4b9d9e468999dbb05d5e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import_no_content.php', 0, 0x3e375871dbe3d2398b43e8c2976c0806, 0x3e375871dbe3d2398b43e8c2976c0806, 0x6c712bb5cb427f4f88d552607215f37f3948b14637ca978bc51a62a23351692b, '', 0, '?'),
(0x4044e0a6af54788327d11c962106a71e, 'wp-content/plugins/elementor/assets/css/frontend-lite.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.min.css', 1, 0x00000000000000000000000000000000, 0xae172f844747c8019d0c4ce037a708e9, 0x0bca271ee25125dcc7596ec1b6892564333b71c63016d8989325f72dc7b9f6bd, '', 0, '?'),
(0x4045ceea2ff0b604dfaf34b51a99fd8e, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php', 0, 0x8a3777a626db5c6117a616b180920ee0, 0x8a3777a626db5c6117a616b180920ee0, 0xe58ff9e1c2e850fa3cb1f6690db87e0251d84d406a58d22b2c0625f452c98bba, '', 0, '?'),
(0x404e1433a930fc3eb27f6038146cbc90, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xff18bc5e15c094aa999d0c3190f0aa9b, 0x345d0b4ec5fc4f57ab1dc1ca005684d29bca6bd29d8e76327ea55f5b0f545b4e, '', 0, '?'),
(0x4056d0fa4b247e602a952b63bd0130a3, 'wp-includes/block-patterns/query-medium-posts.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-medium-posts.php', 1, 0x00000000000000000000000000000000, 0x0e9487ee3c1ffcee55c856fdf56ead14, 0x231d136c1d2eae43b5d576e3ffe22afdac07a69c82cae63bb99d022186348866, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x8be4f65c65a82ace79ff1b34fbc61b03, 0x95ac097aa9388fa0bfd1e28969c50a25ec693d34aacc86411cb7618947977713, '', 0, '?'),
(0x40583cbe89a288b1f758a883b19daa58, 'wp-content/updraft/backup_2025-06-21-0331___90_c4b288ff429e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-21-0331___90_c4b288ff429e-db.gz', 0, 0x8b31c6aa546d2a0a2f3091fb93af6c60, 0x8b31c6aa546d2a0a2f3091fb93af6c60, 0xdfa01e4b79efdbd80f56abf502e061bd851ee01c2c89cca113a3787c58b736d3, '', 0, '?'),
(0x405b73617f9650f716aa45dfa690feae, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 0, 0x971b1625f46b1e37dbbbadeb2bffa4e2, 0x971b1625f46b1e37dbbbadeb2bffa4e2, 0x0bedcc68cba864a230afc8142a85557c9bb21adf3721734acb8119cc8b850f2e, '', 0, '?'),
(0x405bf63f300f16c7635c779ac7b65b0f, 'wp-content/plugins/elementor/data/v2/base/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/controller.php', 1, 0x00000000000000000000000000000000, 0x328a2752efa47821204f891b9743883d, 0x38a811626447d380147614f2407813fe8f73babdfdb4790ca053c866809cda74, '', 0, '?'),
(0x40634cffdc49498b345e13d7e2309b7d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-4.png', 0, 0xb725e103dd90a59c722cb7726d5de97b, 0xb725e103dd90a59c722cb7726d5de97b, 0x793e8dfa464921e3e265f53b45b9eecde540019ae59d6d882f93e3c0cf0b9ca0, '', 0, '?'),
(0x4063fc2074563384955657a016657c41, 'wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php', 1, 0x00000000000000000000000000000000, 0xafaf58d3c604a2fe8ccad28d6178c7a5, 0x62cf190b1fc7be6a1177ac7c57512d5b298a530d2c1dd08fc9a72f7acc68685c, '', 0, '?'),
(0x4068ebb3b9a21933f7d7907a327a6c9d, 'wp-includes/css/dist/edit-post/classic.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic.css', 1, 0x00000000000000000000000000000000, 0x3791d2923fcf6d3d04cfefd8af587f21, 0xa4ba3eae18772f3cd16d121d5b375001119e02ca2b2693af84febabde869aebd, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x9ea5bf2de411f7ccb52e57e1415ec3d1, 0x10e49e0bdc8df522b317d6999619aad9236ca1a63849842eb18f0ace3e66c0ec, '', 0, '?'),
(0x406f6f7e5c13489c65e460b6912b4500, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php', 0, 0xb8e1a3bc63767c1d710393e1bee66432, 0xb8e1a3bc63767c1d710393e1bee66432, 0x6699c8799989171ef3eb18decfee97d35e4c428cd9ecae178885746c082db173, '', 0, '?'),
(0x4073f56d61d50e288f332aeca200c883, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter6.php', 0, 0xf6dc5e5d6dbe6fa1af04537bff77c0f6, 0xf6dc5e5d6dbe6fa1af04537bff77c0f6, 0x58fc9b55626ed6ae8777aa8687a75b6111114f8bb7743078c1edfe1ba92b152a, '', 0, '?'),
(0x4074ac51a02e7dd5ad6c8f612b7f1912, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 1, 0x00000000000000000000000000000000, 0x812cb8b999f214ec4f2f9fddb7c6c229, 0xf08e7d55a4d162667cf75555d9a6d31888cae52986ce668f475b8039fe9299e2, '', 0, '?'),
(0x407a8e38e7ffebcb2b6df05bf132abf4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_9.php', 0, 0xf3b37c9092c9084a5f4cfa5ee912e445, 0xf3b37c9092c9084a5f4cfa5ee912e445, 0x4131061e33144ea6e3db1496012c7cd80f61f8d611749665bc8677af1d9ec0d7, '', 0, '?'),
(0x407ac15cac3698a28c49e86e39ec1c87, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-locations.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-locations.php', 0, 0x0caef172631bdf111858f2793a34a5e3, 0x0caef172631bdf111858f2793a34a5e3, 0xc9b9a64f005d848663b6d6c8b6700d0f99cced2f92a2878bc95a9ea42d34df59, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', '/home/abt90iranbet/public_html/wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0x408a445cf90432f9a5330299837d417b, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php', 1, 0x00000000000000000000000000000000, 0xcd032aebda74a8ef50163e0e5f698827, 0x14071e77989a2f98bcd6f730d8596e9c374db8ebcf6e725a14c65ee856c2e5ca, '', 0, '?'),
(0x408d7722080586101dab2027c4e89735, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/error_log', 0, 0x6b4d6ded1fce4455faa86360f62f9f04, 0x6b4d6ded1fce4455faa86360f62f9f04, 0x58fab1c5d9d79f19fb9837eb92119205ac20682b8656adbb8c72c73a707da2ee, '', 0, '?'),
(0x408dafe33b1bb68afa08c1805014062d, 'wp-content/plugins/wpfront-notification-bar/images/arrow_up.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png', 1, 0x00000000000000000000000000000000, 0x7f44ffc627c9ec27fbe56d19be527ab6, 0x674f3d0fe78abb0a42857519ed784a1d387c9a35e5978b43254152a21936460e, '', 0, '?'),
(0x408e84b131a25f6334a829a663c1b310, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon-selected.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon-selected.png', 0, 0xc8d1b58f8a12be66e64527df42f3c908, 0xc8d1b58f8a12be66e64527df42f3c908, 0x8fef3d090a3727d19fadb1679b524b79777d8ee21efd3945c79afd8ac5e0c259, '', 0, '?'),
(0x409943d0609c1fb3bf7a765e6538b39c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', 1, 0x00000000000000000000000000000000, 0xeb12cba9e69e3cbfdbe54d023323c7e4, 0xe38126e47437cf8aa607fc1e7994e33c4f3c92e00fa7241a20753759ecc19f49, '', 0, '?'),
(0x4099a87773904142cde3ca8f4b055796, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_1.php', 0, 0xe84640e1dfbc73bfd762fb9f22b7f866, 0xe84640e1dfbc73bfd762fb9f22b7f866, 0xa145362cb89c055b76ed5fefc871f76f413b9c96233b239561d6a01a8c0e1658, '', 0, '?'),
(0x409cba68fa34d3780836ed3c4c965fd1, 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x8887b49c40f53f3072bfae7de787f693, 0xe3b44372a2dc4ad9fe698e5b94081c34a05acc06349b0eb854401772d9951b3f, '', 0, '?'),
(0x409f0a5b8d946360d954e8e11ff82be2, 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', 1, 0x00000000000000000000000000000000, 0x6a3c8ae6b9f48f330e813cd476a5795d, 0x8efcc780909ebed3d27fe8bd91856de5c0e10e7e82e5fd73c9a594d24573cd25, '', 0, '?'),
(0x409f85156a73f67825a598e19340b622, 'wp-content/plugins/elementor/includes/widgets/read-more.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php', 1, 0x00000000000000000000000000000000, 0x7f4dbfb2f597107f29b2bb03839eb8cc, 0xfc9feaa2dc79176e6efcb89023031f0bf70f7a0abb1c77058d24a86ea7a0850d, '', 0, '?'),
(0x40a9b119a2b39f04cb3ce9cadc785b6b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', 1, 0x00000000000000000000000000000000, 0xb4b5a65dfc381d0266b92cc912852a54, 0x3c23a31f755d79a19f9dff618c4dfe8d1c16b1b5d4bdabf5fda952c5a2e400ca, '', 0, '?'),
(0x40aaf980403d091347fd95bda03f37db, 'wp-content/plugins/elementor/includes/controls/base-ui.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php', 1, 0x00000000000000000000000000000000, 0xf1df46c94c52af7bb7b018c8922183cf, 0xe5d98737b0dba973a7f8d68904b9c9da05083de363b00725ae1791acfd2ac127, '', 0, '?'),
(0x40af882b85b92efd97595cc61cde7b36, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_3.php', 0, 0x564ca831b35fb3ddf9e2b6592ed53095, 0x564ca831b35fb3ddf9e2b6592ed53095, 0xbd4e483a6d9372332020a80f2915bb59a2abd7e197fb487f0f2ea328e077ce92, '', 0, '?'),
(0x40b36c9f2396fdf4f9ac32e416b77467, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', 1, 0x00000000000000000000000000000000, 0x43c8e86cf946b3259936cbcb2d077b09, 0xa64db7eb40cd094b2035504a5ef98b313e026aa48eac5aeee4e83eab87face0a, '', 0, '?'),
(0x40b3a0d27ee857583fbe0a332500e71b, 'wp-content/languages/fa_IR-2b390f85a3048c5b4255fb45960b6514.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-2b390f85a3048c5b4255fb45960b6514.json', 0, 0xf6d21f61560b9f9839da1c20638b1545, 0xf6d21f61560b9f9839da1c20638b1545, 0x0af365831efda9e1cd08edc47ae9b7a97ab8e5e9601461becdccc59c2251b4c2, '', 0, '?'),
(0x40b435ef9763691da4595148b6e37de7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php', 0, 0xe9113cb20d8eca5c3a6cdf0e94e5289a, 0xe9113cb20d8eca5c3a6cdf0e94e5289a, 0xace04672b36da244e7d8f4bb66ecf968dca0593e7c3327464e84224454262633, '', 0, '?'),
(0x40b48643b9a14527944fcb0fc0aa05fa, 'wp-includes/css/dist/widgets/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc529b75322ecd4fae47070aecf34999e, 0x585dcc86d292a372b22a21b4e354233f3b2f417064aa8927c7d111f396acef4c, '', 0, '?'),
(0x40b9e01a217a919e72e5cad9579ec870, 'wp-content/plugins/wordfence/views/waf/option-rules.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0xc92900801b51e9af4eb2c923240c7cf0, 0x82ac74a2cfb7000d652878d454e56eb6de5f1f43b35196c73d8cf04b32559343, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', '/home/abt90iranbet/public_html/wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x40c1ddac7c9f957837f89b3abdc0b76d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 0, 0x0fd0df77357918d89dd1ef77a25d6267, 0x0fd0df77357918d89dd1ef77a25d6267, 0x35ab9cb8888fba358caaa687068cdad164b14e611f13655e47aa08fca195e010, '', 0, '?'),
(0x40c1f05e373d768d30ef616dd30b6f34, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xb9e41bb508559412d45d848854a53fd7, 0x10bfea0687d851ddee9e226cae1ee88bd4bb5603777271ba01e68932fdc7f2a1, '', 0, '?'),
(0x40c5d882857bf8fe87cc2a312c2adc98, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_7.php', 0, 0xa0139e7836611d0b7486ce2550987e7f, 0xa0139e7836611d0b7486ce2550987e7f, 0x4a49c7afba2edab3b4ee84ca4935877a1d9afd30c26e98a1866f8a218bef9da1, '', 0, '?'),
(0x40c6526e4f1995f8b664c39a78ba7fe2, 'wp-content/updraft/plugins-old/updraftplus/images/notices/reporting.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/reporting.png', 0, 0x144188eb53cad0c185b0cea425b664ee, 0x144188eb53cad0c185b0cea425b664ee, 0xda57c2aa80cf2669ac3bf87f3276e0369ec87fd836b5d736919a9a4da1904df5, '', 0, '?'),
(0x40cd60c7e63e25a6d0de45cbc1d063cd, 'wp-content/plugins/elementor/assets/js/new-template.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js', 1, 0x00000000000000000000000000000000, 0x66b24020b985e0fa5194829127ccd04d, 0xcb10ae7272189f17366c47111b73e25308be726a2ef4810a63b811d74f9077f4, '', 0, '?'),
(0x40cf41af6162f9838eecc2296d4d53b5, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', 1, 0x00000000000000000000000000000000, 0x988640ef739cbcfc0f26cf4c85b5389d, 0x1ebad83680392d631a2e6ea9460a71190447e7f26f54ce566055029ec6d602e1, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x60338bf130ae687ea6ddbb8dd9e9d068, 0xe05a52271ec3ffe95afc77b524df83d5c95fc990781d54ea7b08062d60bf14c7, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', '/home/abt90iranbet/public_html/wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', '/home/abt90iranbet/public_html/wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0x4a1d8133e129d6c4c2e242c7e7474345, 0xf990dc94352085477ed79b000fae57835aa66ffed383060eb0a7c9359400e78b, '', 0, '?'),
(0x40e87e0c3f797844622477a8715e2fa4, 'wp-content/plugins/amp/includes/embeds/class-amp-instagram-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-instagram-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xcdd160059af5714427fb0edef0865742, 0x21a0fd18be898c59a63b790ccc87d41553c014a0db77110185e10d8ef2a0fa72, '', 0, '?'),
(0x40e8ff3c4191766a7cace75efd2f8b79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/demo_style.css', 0, 0x1307e20712d6632b43123d6ad6a945e0, 0x1307e20712d6632b43123d6ad6a945e0, 0x804823eff5ab5bdec790ffb6efa3475d2dcf505000f20eed23713cf82587851c, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3e55893425d0ba887629a0273c9f9924, 0x51894b6a67f1550e276a239d54c4158e671fe81692f4d64c89e277983c64ddd3, '', 0, '?'),
(0x40eaea73da400b0f2f66c3445312f3c1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 1, 0x00000000000000000000000000000000, 0xd42f19fc1b034f410149e6ce97d5c750, 0xc185b79a28d22c113f014cce786bf8b53398a749c04868a35d71d957a5f921a2, '', 0, '?'),
(0x40ed68994d7d0bb16e5434d7a8195883, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.asset.php', 1, 0x00000000000000000000000000000000, 0x7a4bef837df0145f7434305a42f32233, 0x95e5394dc4b16c471ab5c57f6a28bb26614090d776f05689950e670e91ecc4d2, '', 0, '?'),
(0x40f2cf8286f37294a99698bcdd5158a5, 'wp-content/updraft/themes-old/twentytwentythree/templates/blank.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/blank.html', 0, 0x160078997ab96546a6ff15eb3dbc070e, 0x160078997ab96546a6ff15eb3dbc070e, 0x979eaf910af423d746c5567ecce119f830cd51252a4c466bca19528c08a08e80, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x40704cfb4092dbc5450784bddd7bf59c, 0xfad6bc339ff274b23436246179c621f8aacdd6a6c89314dab2b06823eca97bb6, '', 0, '?'),
(0x4102a987978bb63b6464b64521054cfa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_1.php', 0, 0x705582bc4bf05c0f0d1e108a690a322b, 0x705582bc4bf05c0f0d1e108a690a322b, 0xd09dd8b70930cf1f3464761ab1bed87317d0d142f1bb2a4b0761b5eec1477648, '', 0, '?'),
(0x410673acf24e5dd36ca3b495b7bb6f7f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_6.php', 0, 0xefad751473e341131ea116985815b449, 0xefad751473e341131ea116985815b449, 0x24dca4811b76df645b3a4ceadb0e7764fbe27934d90504b8e1a5d041f0d801f5, '', 0, '?'),
(0x410701bb601c72a5c4b8c9a5762d53aa, 'wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php', 1, 0x00000000000000000000000000000000, 0x534c4d9c2666ec9afb2b6dbb2703fdd1, 0x709bec9a2a644c5fd4dac821b6122fd3a3f8850ff1028fd89fe0a3fda334b597, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0x393fce0e0001d04c108040ca865c3856, 0x23d5c609cc4b4f009d2bdad316feffd97f9886947f73ca8f40147cc7443d4c55, '', 0, '?'),
(0x411064c66057d5d5d23de304c1b0d1c6, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.scss', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.scss', 0, 0xbf1ba3986bcb8d026df84c28eaae2188, 0xbf1ba3986bcb8d026df84c28eaae2188, 0x3a651385cd14cd46cd9fdcebccf2b40bc2e4f21521aef80eb9bf909c320ffff9, '', 0, '?'),
(0x411166c6e9499f2644f04400d6fbf560, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8.php', 0, 0xfa85e1ad32f03a38be81e5fd81e33252, 0xfa85e1ad32f03a38be81e5fd81e33252, 0xd61edb1257e9c7e316ec051488e827e3e40854f8b2f4242250f67782f02fdd51, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', '/home/abt90iranbet/public_html/wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0x35284f99181981725bb95fd8a8242f9f, 0xd47945a556d10a681a43657eaf6ca7334a441e8b0f3937d372986f82a4560d64, '', 0, '?'),
(0x4119cc1ff45c320300d386a555af905a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4.php', 0, 0xef49c8395ac800422c198319c1d8147c, 0xef49c8395ac800422c198319c1d8147c, 0x1db09ccbcedce89d609a9af5cb4b98cb4b7723b25475007d5ed19a5f79d61db6, '', 0, '?'),
(0x411b7d9b2e9d709f7de7e914c080a1de, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/note.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/note.php', 1, 0x00000000000000000000000000000000, 0xfe594ed25b41a2749d1ada82ec525dc7, 0xf60f6643bafd7800dc083955506eb966c1402807099c83b4c0c32c57f82c885d, '', 0, '?'),
(0x411baa4f1c9a36b1ebc91cf73033fb23, 'wp-content/plugins/td-cloud-library/assets/js/tdbLocationDisplay.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbLocationDisplay.js', 0, 0x9463155ff39abd0843c1ddc92609c494, 0x9463155ff39abd0843c1ddc92609c494, 0x732023df6dede68f84a64cc7f50e1fc3f6bd7e31008f3369382ed5d05a16df3c, '', 0, '?'),
(0x411d72f4c51f20b52ddde0e4552327ca, 'wp-content/plugins/elementor/assets/css/templates/frontend.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css', 1, 0x00000000000000000000000000000000, 0x51a7b4156885079ea9b785f806736078, 0x35da4e88ca0ee31efa627926e0c52f9b6d7d8225612124e4d2dba01f694ae4a3, '', 0, '?'),
(0x412153f651bfe0e0c2f5175286838752, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_4.php', 0, 0x1e14452189c68c1d296c66c221cc8f71, 0x1e14452189c68c1d296c66c221cc8f71, 0x048e799e1201f008141a1c6c0f758f7be2bd5965a86156497b4ff41d424d5a43, '', 0, '?'),
(0x41227edb8c35298206a24e0cd757d36e, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 1, 0x00000000000000000000000000000000, 0x8321aa9ef08a65a0a70d2bf2b6116f88, 0x2c4cd2e52f976fb2cf9c3733d18926a538bc671efd92d86535fe80dc3352dc73, '', 0, '?'),
(0x41240d5250ebfdfd6485d1737d0e6c50, 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.9.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.9.1.php', 1, 0x00000000000000000000000000000000, 0xadf1f9ddd72ed6aabed8d6642366f973, 0x7fb95a4836533cc145741acb9291ab614de6f71418538a488a29e022a40c41f3, '', 0, '?'),
(0x4126a989c1d2b8a8cdf53bc7693fe6ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_9.php', 0, 0x0d94dc1ea0ab0d88e6db8aca03b8fe91, 0x0d94dc1ea0ab0d88e6db8aca03b8fe91, 0xbf810fbfab0f975acc43e7c8923474e0d0f82a36fb05b630a16b9ad12c9c5aac, '', 0, '?'),
(0x412b7e2f4ac4993480b8f324592ad8d3, 'wp-includes/block-supports/spacing.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/spacing.php', 1, 0x00000000000000000000000000000000, 0x893016be6dea05b2c1e225ce770f147a, 0xd5acc535a52bffff27f92d4b4b7a6856ac20a25cd04d4d4633a450d30f57abcb, '', 0, '?'),
(0x412c74bd770c9d202764be1c951fdf9e, 'wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php', 1, 0x00000000000000000000000000000000, 0x8ac091b57ef18a8878a22b6051f32c8b, 0x7f75aecd7b6d65c43113c49aa4b00f5fef3013f4b1027fa22052ae5883623b06, '', 0, '?'),
(0x412d4ae32d7c2515f8271d375cf2d327, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-sitemap-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-sitemap-filter.php', 0, 0x688afa53f806caa41ad3961f1bcbc107, 0x688afa53f806caa41ad3961f1bcbc107, 0xb7404894d2e1ccea7867c29046b3a873826fa15bffe316f5e7fe719133898f02, '', 0, '?'),
(0x412f5f84e165479163d2dacf5e0dcfef, 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php', 0, 0xc8c432a3f949834346f21bef5b6a186e, 0xc8c432a3f949834346f21bef5b6a186e, 0x0597bdc50ab4e947c2e22cfa7ca3360ef695d20df4088797201fa00f52cfb2e0, '', 0, '?'),
(0x413056c9b6bcf58c2e1eef1416c29199, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_13.php', 0, 0xe14d91ae13b3d3a4960335325979f0ff, 0xe14d91ae13b3d3a4960335325979f0ff, 0xd88b58d4227d3726c7cf3a9c6122f85e10abe0b1647a7adcdb90c33bed60967c, '', 0, '?'),
(0x41324744a1b8a0cc87775e8b5e1a7bca, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 1, 0x00000000000000000000000000000000, 0x5e12c2ce82170b325fee4e9d44635fd8, 0x64f842a3a075efba0e9241ee5c360b1c1a13427bd8d19dbfc937c9018ce17b99, '', 0, '?'),
(0x4134141386f372b4c6c9bd769b8a9e40, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xc86301a28401aca866b9c7e27acc7e4f, 0x4f0f271b611a05999c3f2a14218a36d2af75ad95e5b24da88beae098d61fba48, '', 0, '?'),
(0x413571edadbec2541ed5c814aadf59c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_4.php', 0, 0x52258b457f607183c64e928dbbf39260, 0x52258b457f607183c64e928dbbf39260, 0x505384455a98e2b3f88dd80d5777f479b2204bea0364d778537af57595eb7191, '', 0, '?'),
(0x4139a6b78421a79e76a8a34817b1d717, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin.css', 0, 0x7c3bd606c48564f755581fe6fdd42be6, 0x7c3bd606c48564f755581fe6fdd42be6, 0xa3b7089d5e8cc70b24ef8e320cab4c3af18eae9be29330e09dbad5cf30dd099f, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x413c227d3712ece9d44b1062ccdf82d2, 'wp-content/plugins/elementor/assets/css/common.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common.css', 1, 0x00000000000000000000000000000000, 0xd7403466126612a09be8b84fc859ad41, 0xcb05c58d47ae423d40e1f350f9aa8126a2a7b347c373fd6e3c5c38f4ad7c8f03, '', 0, '?'),
(0x413f4f79a59b41a6d42f5ae3f302b63c, 'wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xf0046670c1e3e855564c4824a2f0ff61, 0xd3d4fe2cadf6f75364d263ecbc079d7826a1737ad9630bbd8c7430018c1d7aa0, '', 0, '?'),
(0x4147a61ad8e3f3d4d9e94f6917e41475, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-3.png', 0, 0x59a30bbaa4536353fb681703f5d4bd8f, 0x59a30bbaa4536353fb681703f5d4bd8f, 0x730c99d29d70dab4ff0c0e87c34c7728708a6d8a866ae5f359084808db467b21, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x1534ac954b62281de55cdef370b8422d, 0x03e79510d5b32a20cab0090fb6e40286145b717f8aa60ccb9c5088e682f46b81, '', 0, '?'),
(0x414d3e8bee0ac65e5040b399d37f6785, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', 1, 0x00000000000000000000000000000000, 0xecae26e8cc07b56b8004fc090e413581, 0x4c90819924a3e8cd0133eb03e8c8651552e134daa53190473dfef80d85f01ee8, '', 0, '?'),
(0x41505451b28baa9100959ac3f05a40b9, 'wp-content/plugins/td-composer/assets/images/sidebar/no_img.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/no_img.png', 0, 0xd82d0288f67a86b5f933050343db9436, 0xd82d0288f67a86b5f933050343db9436, 0xfadb759c94e259d9e2801c43f53c250621ac6d5bf2ec0e1ca878bce8a67c262c, '', 0, '?'),
(0x4154a9f6d47b6e060cada4de4e5dd617, 'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php', 1, 0x00000000000000000000000000000000, 0x053297b0dd6984366637c6e9b5380843, 0xe7a11cfcd713fa92889bb1947ee91942758bee09eade02738e042d5e3fa71d35, '', 0, '?'),
(0x4155875da0f2c0586cb3d47007005cc2, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php', 1, 0x00000000000000000000000000000000, 0x7c1fe9f70fbcc859706f057a3974e075, 0x244cbca8ae16313b7a71bd8cad2a66bf9bba01f44f709334c6a0177c7b139eda, '', 0, '?'),
(0x4156d0d979c825adf93beb03a326c74d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', 1, 0x00000000000000000000000000000000, 0xb6434b0dbec1778b5ac266645b948ae1, 0x444a36dc280fb78cff7ab7fb56a649cd03d0e2ed78dae983c556ba353980a701, '', 0, '?'),
(0x415e5cc194d800d245a325eec97be3d2, 'wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', 1, 0x00000000000000000000000000000000, 0xad87a60590c6ecc660d93a712d2fa37f, 0x7ae4b11bdcc2c65ac760b3e1635ea108164a861e0661111d4eaa311b68d95f0f, '', 0, '?'),
(0x415f6508ab2ee998a72742cf15f1ce5c, 'wp-includes/blocks/navigation/view-modal.min.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view-modal.min.asset.php', 1, 0x00000000000000000000000000000000, 0xd5394e52abfd8204a0ffb5f73ebf2efc, 0x8ef2c112c02ffb57992208dc0d5fa1e6e7dd5740edf74690c67cf8f0fd3df5b3, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x4166906c0db9b928b90408816883c6b6, 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/api-calls.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/api-calls.php', 1, 0x00000000000000000000000000000000, 0xec00c2fe627810c9f8dbc3759c41fce7, 0x3addcefd9d26475601cdf9d60eefd5fc838723ad9f5fc1b0bc10ca15a76e698f, '', 0, '?'),
(0x4168b0859a219ebf6240c03d88ab64f9, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php', 0, 0x98246871a522394e32ddf9e6cecd494a, 0x98246871a522394e32ddf9e6cecd494a, 0xf44c878c8788e833da7111c5ecd4596468473bb6db3d7c2164715fc3efd4f81d, '', 0, '?'),
(0x4169e989c7571fbbbe651abccc0cc8b9, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation.php', 0, 0x259405523046d55a8584003e2656a951, 0x259405523046d55a8584003e2656a951, 0xbfb828642e809faf22815caa6e88acf671468077207b1b2fa9d93a186122a89b, '', 0, '?'),
(0x416a673a0e52f45eeb10b66bfc4eecb6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1_no_content.php', 0, 0x6a6352cd4f5f8187d3f845ff9d3fa4c9, 0x6a6352cd4f5f8187d3f845ff9d3fa4c9, 0x158c27efc3438269a7d635bbcc689cde542eb563926c51a5ab75a399c79e666b, '', 0, '?'),
(0x416c0066b5eb415043a608160cf5709d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2_no_content.php', 0, 0x6d97126a52fdce07c3f408ddacb2135f, 0x6d97126a52fdce07c3f408ddacb2135f, 0xaefafbddc48fce241dbf2b44a341e63329d3656d0c8f23163c6d716aa6cb79dd, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/nux.min.js', 1, 0x00000000000000000000000000000000, 0x47acec72bbddae3c2883231f57867bba, 0xcfb0cb1b355f2cda1162542340f5a45caebbc7ad3a02b1960de91c0928e87815, '', 0, '?'),
(0x4173f4f3cdb215d0541d7d97c47dcace, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-default.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-default.png', 0, 0x69fedaee5c8892393779acbaabf0a118, 0x69fedaee5c8892393779acbaabf0a118, 0x4aa4585ba736666421458fcf0a28f04f3816c890b6fd4dc72f40807dc2e05173, '', 0, '?'),
(0x4175a595305bcea1dbb74a1187bd1678, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2.php', 0, 0x5206a60accff89837874c7f31423cf46, 0x5206a60accff89837874c7f31423cf46, 0xe777207ee9b71f728cd1b1289c63ee3ec9c73df61592caa7c76d7c261cb1bd07, '', 0, '?'),
(0x417a29cb7f903b8d7ea195aa85333b8d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_3.php', 0, 0xfae92e045824c382d65388ae2f116526, 0xfae92e045824c382d65388ae2f116526, 0x67ca9765c56a21b6e86a85c577cafd858f7b2039691f3be833f60220be6a2665, '', 0, '?'),
(0x417a542c561bcf7acd52d5216367ecd5, 'wp-content/plugins/elementor/includes/controls/icon.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/icon.php', 1, 0x00000000000000000000000000000000, 0x99fc6eed1efd02192ef2cc12b24d6ba5, 0x7074a3c851522ac61ff8e3647dc0c03e22d5f92fe5a5c46368aaae8b30b05456, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0x2e3afa4ddb803d25939f2457ed9269ad, 0x9895b959a59333e86cfa250c996627518bba5b5d86dd7927f0647cf47be062e1, '', 0, '?'),
(0x417c44c332a0735e6486840f9dcd924d, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx8.php', 0, 0x7c5116a1e259d429236f42a5326bb41e, 0x7c5116a1e259d429236f42a5326bb41e, 0x6c3cae51a72da182069152ba5c443f542f4e8fb2cf0e827a26da4bd6043c6cea, '', 0, '?'),
(0x417df2c1da41002b0e59eca25b4137c6, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php', 0, 0xd90760c2d7e60f1535cfe7b2ef33145e, 0xd90760c2d7e60f1535cfe7b2ef33145e, 0xc9133ffda0527ff4d0aff7d3e02da2a023a55cb5361fca8414628a3bff8f9bd4, '', 0, '?'),
(0x4180759250e1731081c6066155732219, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', 1, 0x00000000000000000000000000000000, 0x5f4153afb8b178dc16dbe7f1daf38089, 0x8bbaf5af366bac49ea801fb141cd8c9a65ba4c987b251c0733c7f8b569803ab6, '', 0, '?'),
(0x41832997f1736a41d9945d0750d3ac17, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-left-aligned-content.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-left-aligned-content.php', 0, 0x712b3f2cf5a810a88032c596b0f08dc1, 0x712b3f2cf5a810a88032c596b0f08dc1, 0x2a6338a8aa24c7151f82e879ca6f130feef94ce946facdab420f00759af18d68, '', 0, '?'),
(0x4185017fc0444b11b802d0d3411780af, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', 1, 0x00000000000000000000000000000000, 0xaf4e19fb3c0da4ce24a6cac3bff11fed, 0x4adb7965e1e6d1527aa6230e53f2dce0b428367b7d4b86b8b74b8b95b78ec7f4, '', 0, '?'),
(0x418a051e02d669f8dc7e5b2f22f7a876, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1.php', 0, 0x598eb7e0762d6f60281eeb4f591a55e9, 0x598eb7e0762d6f60281eeb4f591a55e9, 0x6e771f71d8483e4f0ec345116f3e6fd2be6e39f1a0cbc6445e967c915dcad73f, '', 0, '?'),
(0x418c49a1d6892508aa26dd3187167d28, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_6.php', 0, 0x495eccb2fe768ae1376ed1ec7d8babb9, 0x495eccb2fe768ae1376ed1ec7d8babb9, 0x0b4c3f63c634c97053bfe4172e0d04ce6b5f0680d53501c2676c13c5d3351ae3, '', 0, '?'),
(0x418f58ec00a96c02bbce86378b4b4268, 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 1, 0x00000000000000000000000000000000, 0x8a99435615f4c9e0a9bfa30792456143, 0x215c3e5f5b609fdbe1dedf85387b611c524333550f4e8cd8cc06ee80da0296e7, '', 0, '?'),
(0x41904ff3b1c1982b6fbe86bbc8f26d16, 'wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo', 1, 0x00000000000000000000000000000000, 0x324c7fd6053a43f6a1335965e2d5efe9, 0x149d5fc2d30484f163f8a5e3ae796c6f3b38c808d7827d084262fef563ad11d0, '', 0, '?'),
(0x4194be20e68a40a9ceaab57e5800f632, 'wp-content/plugins/elementor/includes/user.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/user.php', 1, 0x00000000000000000000000000000000, 0xd23afdfb9d85b527402aa0fee135ddb4, 0x73c8889dd03376b08d697a1e1f964c4aa998d8b5f4fc3e5de4d0b74655148aea, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x419687e93c56fca42a10af6a1810ca75, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius.php', 1, 0x00000000000000000000000000000000, 0xd46798b5ce5af206abc2ff5f74b07e43, 0x7a2eb1fecc74f8c221913e85b9fb4b5da6545158e9ed61fa793f529c80b149bf, '', 0, '?'),
(0x419cd3884864dfb8f260b91919986612, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import.php', 0, 0xd63c55e90d087876514f8cd0cd07212f, 0xd63c55e90d087876514f8cd0cd07212f, 0x30d02f3fbabd7e983b855bd6cd25fda280969cf693bfde035ef19889a0f79c90, '', 0, '?'),
(0x419d72359b8a8584a2650af5a4954786, 'wp-content/plugins/poka-review/includes/poka-review-helpers.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/poka-review-helpers.php', 0, 0xfea4ca5874883000367012e5f22cbec4, 0xfea4ca5874883000367012e5f22cbec4, 0xcf0494c6b59e486f27f1f179f6b5abca9801e176a46fde6f1b823c4d65add2e0, '', 0, '?'),
(0x41a414b4f00db0c72bde30703865c651, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', 1, 0x00000000000000000000000000000000, 0xf175d33fcd4078a5ea82c7f3692d898d, 0x8e34ba26787eac55b5d38a571e34ec0eaf0c86e3bac23bf64263d55b7cde81d5, '', 0, '?'),
(0x41a5ef38562ca05f4fc158e43485b4e7, 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 1, 0x00000000000000000000000000000000, 0x9dd276b8a7363c433da51ab737c16393, 0x4a3e80d472293c96feb670f59cba980cec1b59cc4ab5ade7dc2844c36cc030f4, '', 0, '?'),
(0x41aa5d7a5cd29595000c2df7d26cb3b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1.php', 0, 0xd659f1416725703df5e295fda2241f2f, 0xd659f1416725703df5e295fda2241f2f, 0xc529fc707258220752a31d693ee02585948cc60f23ec13bd8b0d1c7a2655d1c2, '', 0, '?'),
(0x41acf85e04b8997ba2ceddc6f1ffecee, 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php', 0, 0xf8f0bfe62d970432d5210e1a17dd75bd, 0xf8f0bfe62d970432d5210e1a17dd75bd, 0x9d633ec07783f73213323837f9d03588961267b3320fcb501afde638ea14792f, '', 0, '?'),
(0x41b27401f4e6ee7d08be1341902343c9, 'wp-content/plugins/amp/assets/css/amp-customizer-legacy.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy.css', 1, 0x00000000000000000000000000000000, 0x33f373c7fd5fd2648a5da92510f1cbef, 0x1eeaf85b9e6dd262509fae10e78c43940d594065bb17dcdb2de0df3ab5804180, '', 0, '?'),
(0x41b5a0b8b54b39eb693393ed528d75f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import.php', 0, 0xf892ed15553db1c0ac8902866759055d, 0xf892ed15553db1c0ac8902866759055d, 0x18714b2336fd013c59024e06c2bea8aaa17348450d5fdbaa85e16b30be663920, '', 0, '?'),
(0x41b833589a2ab76445054ee41094a0d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x41b90f3feefc8922fffc46275f69528c, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/MessageInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/MessageInterface.php', 0, 0x116d6eefac2604ce0a650a7f58dae8f2, 0x116d6eefac2604ce0a650a7f58dae8f2, 0xcc77c4ed566c9b4b6d058db81a5bc5ffef0a51de9f88854661b2f3cb3f517567, '', 0, '?'),
(0x41bb80ef7377630fa7bf5540a00ae77d, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php', 0, 0x6aa0539ca2d85e4de6122212c7f1eacb, 0x6aa0539ca2d85e4de6122212c7f1eacb, 0xa4145bb157dfad6ac9d162b9af206dfd507728e09bf52e0f0159e3dbe218c46d, '', 0, '?'),
(0x41bc1a6bff9871675a9306b087bb3efb, 'wp-content/updraft/themes-old/twentytwentytwo/parts/header-large-dark.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/header-large-dark.html', 0, 0x4efdd4bb86f7555f1d9b6d6c00425935, 0x4efdd4bb86f7555f1d9b6d6c00425935, 0x9b1626ae87304d2f574762768b3ff5c0e9bacb316d2e9917febc32cc25060776, '', 0, '?'),
(0x41bf6aec30745009485cb6ad3c44c1ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_panel_settings.txt', 0, 0x25028e90996a3c7651e43a69e9631c63, 0x25028e90996a3c7651e43a69e9631c63, 0xf5f57dcc2daa53af3b001a4d5d2695f682d2d8a659373f288ba6917ee71f1894, '', 0, '?'),
(0x41c048cada12527175c221d54bb8a3ff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1_no_content.php', 0, 0x088b6157d9adcd5eafac52f35cc93a01, 0x088b6157d9adcd5eafac52f35cc93a01, 0x4b5101a670855e1b44c91b7a10b26aa3dafcd607fa56abb6a6134e9524c300cb, '', 0, '?'),
(0x41c0af761dbb19119e29c5816959b5dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import_no_content.php', 0, 0x86e7365814267b680dd5d46714709287, 0x86e7365814267b680dd5d46714709287, 0xa5aba06f3d9d8a5e8ff2c3acad4ad33b33b7cc9743007bd45006c231382ca672, '', 0, '?'),
(0x41c399c27de2ac2004b4af0c0296b494, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', 1, 0x00000000000000000000000000000000, 0xaa09cc5a555cfad4239045906e2850b0, 0x7334ddccfdb9a93a57fafc7d8e1885c775a898713b7127407a4e46c4be60b3be, '', 0, '?'),
(0x41c4ec1b94e4cf3c1bedf203ab791d1c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-7.png', 0, 0xaaf742f2c1a6e60f28a5eb506635caec, 0xaaf742f2c1a6e60f28a5eb506635caec, 0xbe185ba2b2c1a2c77c5fd58f3ebf55d3c1eae4fed687db7d58a20b58a86e853e, '', 0, '?'),
(0x41cd8bc3406da6f8dbad1c1d74a8bd90, 'wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php', 0, 0xcabf1fc1c314e0f5e4c286029dc2c224, 0xcabf1fc1c314e0f5e4c286029dc2c224, 0x32596c06af049e7319374bc3cc5e67aa49a06c494edc0b599124288eafb3efb9, '', 0, '?'),
(0x41d0807fc790a7477577444ac48dda34, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x5ddc63ddb7691fe68df919493df5cf77, 0xff4f2bf7089ae18bca2dc9c57f9b13977d59a10e051f42515a1009fcd051893c, '', 0, '?'),
(0x41d408db5bafc315a72e402c9d17bdaf, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php', 1, 0x00000000000000000000000000000000, 0x5b8e71da7c69dcafc86e8efa73844834, 0xefa4d174f45efd799b5f45c29cc59a63c9f3ca93110c38a60495f97fd7297e5f, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0x9aba4a3c312f2524c74afe3dce9413a7, 0x8ed876898dede67009654b4bb237ddee399a86f738a2b8faaaf6b1c202ad94d1, '', 0, '?'),
(0x41dfc42d99147ac952d573b39f45c68b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/LICENSE', 0, 0x8b5bccf4a7641d19e4ac63d3aed82403, 0x8b5bccf4a7641d19e4ac63d3aed82403, 0xe2d7f94543fbc0c3b05f8c9e360cd666f767d4b335999ab206679fb0d1fd94d5, '', 0, '?'),
(0x41e27532f0893fc4f2f5f46d8ab63096, 'wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 1, 0x00000000000000000000000000000000, 0xec3af900a3ac4e899d32b132bbe826bd, 0xfbbac8cef35a03df5d0032127d22b25edbab070c1eacc70f7478d9f5fc017205, '', 0, '?'),
(0x41e33cd2efb50c21a8b5af0c572e4c2d, 'wp-includes/Requests/src/Autoload.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Autoload.php', 1, 0x00000000000000000000000000000000, 0x90f685fc815b53734033aa30317264ce, 0x9cdc8f3c42ddec683d384d8f82492d5ee23aed1b33af043ce832f9cdef08bfcb, '', 0, '?'),
(0x41e83f58c57e5176e925965605d6baa6, 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg', 0, 0x087415f0c8de32412f8cd4eee0b9af6e, 0x087415f0c8de32412f8cd4eee0b9af6e, 0x1c09abe19de7d4325b53beecb6ca9051b707ae7d4d812fb529a9e7c820db5e9e, '', 0, '?'),
(0x41eefb1942725658b93dc2517d791779, 'wp-content/plugins/td-composer/td-multi-purpose/less/header-style.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/header-style.less', 0, 0x95b4c370f9e65608f1b0ea1d90d385d4, 0x95b4c370f9e65608f1b0ea1d90d385d4, 0xdd822585309af7f2abcdcef6582e63efbe46708b90d602a6b22f756bae64587a, '', 0, '?'),
(0x41f32cecb4a159f9082398ccbdbb55bb, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-posts-heading.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-posts-heading.php', 0, 0xa35eccde8682f299e8f6ee59ababab47, 0xa35eccde8682f299e8f6ee59ababab47, 0x7c974ee0a57149f7e8dfefd6b31c43dae5fcca54fece3011a7410f1bdf858ed8, '', 0, '?'),
(0x41f49caf7bf04bd0a7153184a65bcd43, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_6.php', 0, 0xe8a6ba8cb16ba7c25df48c06da58d544, 0xe8a6ba8cb16ba7c25df48c06da58d544, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x41f5a24802a79e20601a1a75686db2ab, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 0, 0xdf613121e58209d1b51d82f9da35e349, 0xdf613121e58209d1b51d82f9da35e349, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0x41f7dc19008a6a9f6aa5d09d585d8566, 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/content-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/content-action.php', 0, 0x4d96bd56ab6ed993f660d2c800fdfa2f, 0x4d96bd56ab6ed993f660d2c800fdfa2f, 0x8137ce44eb563ca00357f098ee33097e4f247fa9e79dc3402e1affea420dd37a, '', 0, '?'),
(0x41fd5b3dba24e0281d30791dd003c4c2, 'wp-content/plugins/elementor/includes/managers/skins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/skins.php', 1, 0x00000000000000000000000000000000, 0xa438ddfb26e56b1ee823e48389828760, 0x83c30007515561ce6f4b6776f020f7453b8539fee8bf7e226aa1892b5a84b4af, '', 0, '?'),
(0x41fdb089102468dc05f5d59d6051f861, 'wp-content/plugins/akismet/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/index.php', 1, 0x00000000000000000000000000000000, 0xcf6895af2050eb5ae7c0badda2604566, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0x4200d8b5f2e88b3c167b005b0e2702e8, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/slider.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/slider.php', 1, 0x00000000000000000000000000000000, 0xad36ab84d04fcb6020e184fce7555011, 0x5c0b925652b456d7252224a629a28294344eb364f8c8f6ba46bb25d95f54860f, '', 0, '?'),
(0x4201f7f9aa9f3d96397e6553009dbddf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3_no_content.php', 0, 0x1caad7f6c8e5a18bce90ad36868d5cae, 0x1caad7f6c8e5a18bce90ad36868d5cae, 0x3b49121ac1a1f58d79c6dd7775ccb015cf2ccad51e588886d467be305ff46152, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x4209844aa1e03d543cb22d191fd3ac74, 'wp-content/plugins/td-standard-pack/Newspaper/header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/header.php', 0, 0xf3dde13544d3314e897ba8d4280e682e, 0xf3dde13544d3314e897ba8d4280e682e, 0x39620ae532858caa4d1e5de78fcd771190c4a8f2d396ed3d3e8597ae0347b677, '', 0, '?'),
(0x420a6e9db67210545161bad27115d0c1, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.css', 0, 0xa8aa5e9a2e50468335835b6d2e37a302, 0xa8aa5e9a2e50468335835b6d2e37a302, 0xf1c98668d84d1bf7ecc448184759075e1b7a44649eb86c16d2fd6bda25a806f9, '', 0, '?'),
(0x420b2e8abd862cf36f4e9cb8f68af7bf, 'wp-content/plugins/td-composer/mobile/author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/author.php', 0, 0x0fe7befaf7e9cc7663ef4dd18540c1cf, 0x0fe7befaf7e9cc7663ef4dd18540c1cf, 0x7e2ff907c867585655d5d5587810b9b7cb6fbd42a9dea2b66be1ae70dc970f09, '', 0, '?'),
(0x420be404b0514e887b31f2daefad1830, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x42112df7313ff1c372855f6169377198, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2370.css', 1, 0x00000000000000000000000000000000, 0x9cfc7777569aaaede138a3871ee0c7fc, 0x0fbd7727fb953630f9c14cc326c05be4908e0d3a6185dd13fed4b184e6c51d6b, '', 0, '?'),
(0x421478f910f4d6353aa55302f65b87e5, 'wp-content/languages/fa_IR-1a0cd6a7128913b15c1a10dd68951869.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1a0cd6a7128913b15c1a10dd68951869.json', 0, 0xdd61c5da87ed79d7b67f92b2bffb2741, 0xdd61c5da87ed79d7b67f92b2bffb2741, 0x6ff06afa63fa58d827ae61100b4a8e43583673c9d3c1cee76d081697727e151c, '', 0, '?'),
(0x4214b0904e1b90973f2ed2696cf367ba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', 1, 0x00000000000000000000000000000000, 0x5d67207d9b69d2a1a5f14e465e0d20e0, 0x1d643af8adae7f2cd5a0fd6b1bae2f44bc5fae517f0163d83ca9051bf31ba172, '', 0, '?'),
(0x4218573079fb878d5e719211daa8c4e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_10.php', 0, 0xd2f7f3ffddb1153926c487fd4153b31b, 0xd2f7f3ffddb1153926c487fd4153b31b, 0x8a9090bdf3bd27575bef99a21c78d342994f4ca85380cfe9e6492ec96b30f726, '', 0, '?'),
(0x421ad3d1ee750ab555231064e1a44256, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.po', 0, 0x2169e80bd76387057c9d01a30ab49123, 0x2169e80bd76387057c9d01a30ab49123, 0xfe3bf141e801f4b9293b8fdbfe832c456f4add46b4b0e1eafddd907d76a62421, '', 0, '?'),
(0x421b474640a06b2bd193833cab73de2b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', 1, 0x00000000000000000000000000000000, 0xf3f93e8cce7ef2ac40b1b7e34a01622e, 0xbb208125e81c8cfc432ffe926a2eb145bf3b2e900733825ba538d1b8e33eeaa7, '', 0, '?'),
(0x421cda3f9ca8de09c7024f0d22afbac4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', 1, 0x00000000000000000000000000000000, 0xa5c0c91a576ae789ba62d0fe6f6e3291, 0x239699b6a7c81c23177052ef13bbf3f704ce735cb35445dd5a424489a8a1408c, '', 0, '?'),
(0x421ef46223e3babc022c88c20e2c46b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_panel_settings.txt', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x42234f8aa954744f76a3c432e7491ecd, 'wp-content/updraft/backup_2025-10-26-0330___90_0fbdad16d5ad-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-26-0330___90_0fbdad16d5ad-db.gz', 0, 0x1bc60a1f1b85fc79676ddc6016ebc33a, 0x1bc60a1f1b85fc79676ddc6016ebc33a, 0x135b0f723bd54556ed82fb69b49b26fbbd625facb06c80ae8aecad7b63b71a34, '', 0, '?'),
(0x4227206030efe0a8fd7a796ec3a37cf1, 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 1, 0x00000000000000000000000000000000, 0x42ef440117bd690649448c98398823e7, 0xf20e921b3316c300afcbe47b73f18e03bceff12f731895f139118c2afe9e82de, '', 0, '?'),
(0x42274f675cd0d8918cf92ad2995478a8, 'wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp', 1, 0x00000000000000000000000000000000, 0x80d1e5a5e6fe99525dfe1824a581dc58, 0x2135fec73cfca11a8cd8fba33aef9ae01b588a5a0bbb808ac32e52160e937676, '', 0, '?'),
(0x4227a40c4c6ccf080a4142c44b60893f, 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js', 1, 0x00000000000000000000000000000000, 0x1e49928d16dbf2f7396b5d5bda8956bc, 0xf57b2eeb69e72225391bdd3e4c9bf19505e0db03aca867fca4cabc4894da1cf6, '', 0, '?'),
(0x422f4713537bb2343fd76508dd9bdd35, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/demo_style.css', 0, 0xa23043b5af7b12cbd59051b7e24e5eb2, 0xa23043b5af7b12cbd59051b7e24e5eb2, 0x47a3a52c696ad92d92b5b78d37f4c2bc7713868584acdfb26c1f300a37cc83f3, '', 0, '?'),
(0x4232d7282c8b50a7cade1eba8aa93467, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 0, 0x64ad19d5007926db720b51895b7fccf3, 0x64ad19d5007926db720b51895b7fccf3, 0x6893f95adae1572a64cd21378c6d016d96417016b9d9ce0b29885a5add6f8ae2, '', 0, '?'),
(0x42354131eaed45416733f180cbed6b35, 'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php', 1, 0x00000000000000000000000000000000, 0x2a670c6186a5ecd22a7c50b7d8ead219, 0xa2344db4b082d143c1d1f2a757cf9486aa6a88214b4a3e435a0e1c91f56aaff5, '', 0, '?'),
(0x4235ff3ae6b0a972e0dc3432ca1b9fa4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 0, 0xef5c60785cc296f1266dda5f95e9689a, 0xef5c60785cc296f1266dda5f95e9689a, 0xf2c5c8d9b2ef940349dff8f4c550f74395fc32fc8286b858929f60379a9dbbcf, '', 0, '?'),
(0x42406a03ec37bf35b2f462192a2e8fca, 'wp-content/plugins/amp/includes/templates/reader-template-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/reader-template-loader.php', 1, 0x00000000000000000000000000000000, 0x29784b02cc885049e61313d547c2badd, 0x04b14ef50cdb552f30f91f9fb089760a6c212383b142c8aaa4e835223c703805, '', 0, '?'),
(0x42434ba197bdcf1277e8b61e4f3849dd, 'wp-content/themes/twentytwentyfour/parts/header.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/header.html', 1, 0x00000000000000000000000000000000, 0xa04a89fb70faa7737ed30914f8a672c2, 0xe1816d826f2b613b1ca02dfae3ea9a6d1b1505e36069ed63fc8d8b269c21236c, '', 0, '?'),
(0x4246fc4c2ee6d4b1e17fae42b03f1dba, 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', 1, 0x00000000000000000000000000000000, 0x4ae22a42161f7243febe294534a745bf, 0xe0984ee9144bab557c757f3df60472e557316335e967b81c1d1d91fbf95eb671, '', 0, '?'),
(0x42489cc74009428505e334077b0977a1, 'wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.js', 1, 0x00000000000000000000000000000000, 0xfd3cf10c86a7eeddc5ce8dead657c5ec, 0x939e58997ac6c1a4490a314310fbce6770254b2c9bab968819e4bd9425a3a89a, '', 0, '?'),
(0x424a89f126e30a73fc6bf5e77c70fcf4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php', 1, 0x00000000000000000000000000000000, 0x9f544bd1e582c10692ff2db2a602b026, 0x736c0aec4df4a3f895cb7d0384f2412ae2a03f755f89a83a23f10e1b7826f04c, '', 0, '?'),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x424cfa1eb53a9a5348d7fd985014ed0d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import_no_content.php', 0, 0x479a8d225cccf333df0982242818ba01, 0x479a8d225cccf333df0982242818ba01, 0xc9ebb4344be7ecf19715264c2b6690ba81dfc5928836e60c654726ed8382eea5, '', 0, '?'),
(0x424ea446cefd540e6486684a330f28bd, 'wp-content/updraft/backup_2025-03-07-0336___90_8f8853a21774-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-07-0336___90_8f8853a21774-db.gz', 0, 0x01ee9a5ef64ce357d3a7b68fe3a7a8b9, 0x01ee9a5ef64ce357d3a7b68fe3a7a8b9, 0xa018dff9c036c35bfe82cde9749ddcaa8162ea153891f6797ddaed966f1e5002, '', 0, '?'),
(0x424fb6102a04763c967bb6cf6535eee5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', 1, 0x00000000000000000000000000000000, 0xcafa0386d42790585954bab4f5b7b6ab, 0x357f855ec08578ac5ad74b7dec48a528f82f501346e778a918bbf51a8b7f667a, '', 0, '?'),
(0x4255116a94765cd1a3e295e1e1e828ab, 'wp-content/plugins/wordfence/views/common/license.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/license.php', 1, 0x00000000000000000000000000000000, 0xa8e8b03a38f5b4069adc0ede125ea272, 0xcf66f2134217812d68879f9008be99ed5ec83e41e3eff0946e4830c30d26cbf3, '', 0, '?'),
(0x4255f59e16c9a4112d447015a65b66df, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/composer.json', 0, 0x5c513935c1b16abe2a3e82d74c7158c0, 0x5c513935c1b16abe2a3e82d74c7158c0, 0xd8b309a289ceaf428bcd6534021d00d59cd3813869d765188392cbb3a02b7f7d, '', 0, '?'),
(0x42576cec4c76f168167e5ed452482d57, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-bar.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-bar.php', 0, 0x6eece67fa2d3aef03d43d870844a242e, 0x6eece67fa2d3aef03d43d870844a242e, 0xb7320daca4452fb4ee95feef5707ff7f62df506d7ab52f649204d10f937897b0, '', 0, '?'),
(0x425836aced6b8abfb1db2ab541e8050b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', 1, 0x00000000000000000000000000000000, 0x1ba0bf562e6c0c62f43c8deb98d809fa, 0x9d03de6584773cec33ac2f49f2b842e9b2c7450ae522fbc0c5347bbb63f384e8, '', 0, '?'),
(0x4259a144c63fed9475983921fca3432c, 'wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 1, 0x00000000000000000000000000000000, 0x891828753dee9d2caa8ff9692cf28781, 0x13c0a98ab64302ae1552b7e21df1f6f7edc8063ec0c9a5a7398a968cabb0bf2c, '', 0, '?'),
(0x4267fff00f06e432773abde9087cf8e1, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-with-tagline.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-with-tagline.php', 0, 0x776ef8b94f2f8952720b77f09ef24c4f, 0x776ef8b94f2f8952720b77f09ef24c4f, 0x71b486e5ce8de665a5f1a9319d30ae710fd545951041e6794699c9abe05694e3, '', 0, '?'),
(0x4273cce39fe5a19854c1e5f4df4ced3d, 'wp-includes/blocks/calendar/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style.css', 1, 0x00000000000000000000000000000000, 0x581aeec42250d9ee917bc2c0d19e222d, 0x0b60a3479b6ebe0124fa69b505f043b8f5ba327b3794a024de6c7fde49789b57, '', 0, '?'),
(0x4275163f34b13d17314029a12fc47148, 'wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php', 0, 0xa3305b78df396ff2187b4d3e8f88d1e5, 0xa3305b78df396ff2187b4d3e8f88d1e5, 0xbecdc0676b48e94d6b3ded2dad851d0788d963c151e6ac0493d3dd3c8d9ef861, '', 0, '?'),
(0x42837541f1f45e0bafb74c797a999c9b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_6.php', 0, 0x879192d16329c3c9652e85f0d1ff4705, 0x879192d16329c3c9652e85f0d1ff4705, 0x7d2743372c0f09c437d09f6f415798e9d5dc0470df1e529d044e3715e746c33f, '', 0, '?'),
(0x428590284ed6d8e3dbb9dd10fd138cf9, 'wp-content/updraft/plugins-old/updraftplus/images/notices/summer.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/summer.png', 0, 0x540b01824297c7459f9d180d1de7bd06, 0x540b01824297c7459f9d180d1de7bd06, 0x64a72cd63d3ea6e9961861dc6cb69b9f78f0b8c6a99b8408553699bfce79e889, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', '/home/abt90iranbet/public_html/wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0x8b74b2257692e802a38f2de3cdf4dcb4, 0x8ddc66a4c5c81e1233734c2cb174c6ca8777e2e812e4c54f374f34d1c9b5823e, '', 0, '?'),
(0x428911d4780209fa09fc8ac0067e0cab, 'wp-content/themes/twentytwentythree/patterns/call-to-action.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/call-to-action.php', 1, 0x00000000000000000000000000000000, 0x7f9f4298390e7fc73b6c6cd452c580c9, 0x70049753bb65aa1df91038586948b10cd6af0c262e67be4046398f42e214b27d, '', 0, '?'),
(0x428aefd89ce29c31917483fdb637434d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_4.php', 0, 0x7e29ffca5a31aa678a48bd75c0de8dab, 0x7e29ffca5a31aa678a48bd75c0de8dab, 0x2e22a00d372bc37dd5c95e05fd8caf364ae62d6235ca10d64d2e4d7e2374b900, '', 0, '?'),
(0x428d7cc96d355e059f937a2b8f731e00, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', 0, 0xdb512248da1ef0c5fe7179444ded4295, 0xdb512248da1ef0c5fe7179444ded4295, 0x63914d50d4ef4af03dad409d85481f1b9a505ad2762a86515bfa82faf041f5a8, '', 0, '?'),
(0x4293314a145196266823ba4997987b2d, 'wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php', 1, 0x00000000000000000000000000000000, 0x771f8795227bd1f3263e9fbfec3b17b6, 0xdfa3a1089415a06b4b9fef35c757471c1b0ee3f36d42d79dab49b4cb3b297891, '', 0, '?'),
(0x429efb90f551c10ea208d36155ff1225, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0x529afc88d585932db865145f97fc029b, 0x999607333f3c501b7f30150db25ee6cf84a0f60f5888602095e2747bed23f88c, '', 0, '?'),
(0x42a4aa42f49509597dd15155caa1e27f, 'wp-content/plugins/wp-rocket/views/settings/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page.php', 0, 0x6cef44c9cb26c498169c00f648523920, 0x6cef44c9cb26c498169c00f648523920, 0x37e5f380cbc915e44486bed89f396d9f359a8d231fc19fb74ea7d5dab682c19d, '', 0, '?'),
(0x42ae89964cae85f0878767472f02a6b3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', 1, 0x00000000000000000000000000000000, 0x0788cfe66e13e991458af557ee85a366, 0xf2e4431edbfc4cdd6dea625de97c76bdc04b80b945158b14cfd467f8315291b1, '', 0, '?'),
(0x42b1aeb95d0ece32ce358dd90d6caf4e, 'wp-content/plugins/updraftplus/images/notices/collection_sale_24.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/collection_sale_24.png', 1, 0x00000000000000000000000000000000, 0xe56dafc8a4ae58f129bfcd6c63e853c2, 0xa6ffbc069c62dda9f6201aad58d284e91c1ae3cba9ce0d2080ae9454e12cdc5a, '', 0, '?'),
(0x42bfc359c4756f9c645fd9f73489efff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x42bfe2e963f12f9ee4a319e760bc825b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-9.png', 0, 0x13f0a2187b44f2f8f0f0716ee34ba5b8, 0x13f0a2187b44f2f8f0f0716ee34ba5b8, 0x14422ba5337b96257f62f01ac13ebf158cdd7f9ceb1819443a01bdb0a2f856ea, '', 0, '?'),
(0x42c07e01a666d4547ad8956d98b54538, 'wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', 1, 0x00000000000000000000000000000000, 0x52c3e427dc029b5620acc246b892be8c, 0x6bfe12f311bdf98e30b026a3a511c6dad59a50437fa7733246b1ba5f897e38ba, '', 0, '?'),
(0x42caa024b0921a5ac5fd8e86d1930db5, 'wp-content/updraft/backup_2025-06-08-0337___90_b59786f32722-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-08-0337___90_b59786f32722-db.gz', 0, 0x9e3427734ef7251551fa0cd0c6b51875, 0x9e3427734ef7251551fa0cd0c6b51875, 0xe483530f7fc9e5903b54f8bb188e8990805a3a2cb85209c65241d93a46b37ab1, '', 0, '?'),
(0x42cc2be4c40d0a6951ad5092a3a9b729, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_2.php', 0, 0x7f4429e3d677b8fa5942dae89b1f15ff, 0x7f4429e3d677b8fa5942dae89b1f15ff, 0x9cd695995b140b856175fc6b02f38b7c865f4290b356c32ded851ab65d365241, '', 0, '?'),
(0x42cfb58903c816f348407881aa17af2f, 'wp-content/plugins/wordfence/waf/pomo/po.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x8c76632b1c702adb224796a43f08f542, 0x8a4d4f2882cfce20470d6b48d4bdb26571cfe609c3c7889a46cf6feb804fcb2d, '', 0, '?'),
(0x42d112136b07b5b3f7825087acf7f4a3, 'wp-includes/SimplePie/src/Content/Type/Sniffer.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x4aff14a723019f3236947c3010edc01d, 0xd1c7ed1b8503926322c6079434a85ca8ebb2b744445718c8c5f7e448f88b4f1d, '', 0, '?'),
(0x42d25cf44b6d1ccb04e21fc6833ff400, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php', 0, 0x83e3eed2a6312a2a1d5561dd0efb7dce, 0x83e3eed2a6312a2a1d5561dd0efb7dce, 0x5eb24ef3c7a32c56df7443c630bb74e27a587c21afc523a04250a946fde6a70c, '', 0, '?'),
(0x42d51146bc9ace54d901be4db9b38758, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_2.png', 0, 0x29f9e1e395d24f090070750be8e9e07f, 0x29f9e1e395d24f090070750be8e9e07f, 0x63e3ed36f7b6d31cb7ce3c7f82bf21e3810b006b19adf88e192cffe136a53322, '', 0, '?'),
(0x42d54d96065a78a4444962916b4e426c, 'wp-content/updraft/plugins-old/updraftplus/images/icons/googledrive.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/googledrive.png', 0, 0xc6e0363a00320ceb94f2326d3d7682e9, 0xc6e0363a00320ceb94f2326d3d7682e9, 0xab0434ea847cf9b9d001d87cab9509e5882b5227b13d4369aaf6b97c8bd37d6e, '', 0, '?'),
(0x42d6b1003b1a27c757db72580f900e60, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php', 0, 0x36c3bda10c5fcb32943a70fd19f10839, 0x36c3bda10c5fcb32943a70fd19f10839, 0xdf53ce29b992bc76650035ea24e63c7276b8049c4b1ba0921204b4fd29a1b372, '', 0, '?'),
(0x42dc728cf0491fdc7529ecc6c762d8c0, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', 1, 0x00000000000000000000000000000000, 0xb8607c9bc7e132a1190bd36ab23fce33, 0x17fa89f29df2eadf8cffcb22aa253d0ebee5d19c2fc8c19c5e365acbfabd5967, '', 0, '?'),
(0x42de7f9ff554d18c8f515e0c7dcfd6d7, 'wp-content/plugins/shortcodes-ultimate/includes/functions-helpers.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-helpers.php', 1, 0x00000000000000000000000000000000, 0x7a767156b36bd1e00e7394b78d1f3f7a, 0xe1b40027e24b7cab74d45e6a8555ae941ea0d87574359f17465dbd2dd3f38013, '', 0, '?'),
(0x42e3203ff6b857e0af9bdb14b09ac4ef, 'wp-includes/SimplePie/library/SimplePie/File.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0x219fc853576fbe4e0bf39f382b9d1c1f, 0x7216d2018bfa1a52c3b04b69aff7338fec8abc536c8bdbb3562b0a12b1261324, '', 0, '?'),
(0x42e32862de617642f06b5974991aac8e, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php', 0, 0x3ad485213bae68b33ebad474674a2fe9, 0x3ad485213bae68b33ebad474674a2fe9, 0x6514dcddf075287f1653abed9cd1c46c485be4dcb4d6b26e172900d7671a2275, '', 0, '?'),
(0x42e3c8a1db7c507cf30ab7019880660e, 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-project-details.php', 1, 0x00000000000000000000000000000000, 0xf38fd473a2d4b03822b2b2628b78d03e, 0xcc15caf3abeaa0015b08f82e3cd4b23b6da0509491a2685097436cb809c5a520, '', 0, '?'),
(0x42e4bfbf7f9d7adc97317ac3a316623a, 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js', 1, 0x00000000000000000000000000000000, 0x319f929133cf1ecbada0e5c61fec370e, 0x9fc54892804910a77c47fce26638afbed392730a8543f8917118b10f7db3e7fa, '', 0, '?'),
(0x42e6ba501f891b58a157cce336e9cb17, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0xf8fa6df4394e1ea332b5dbc5b35b8a98, 0xd81f3d18d1e02a8574fc7a7627dee70757b5baf00a18f14b52f96cebb0e87837, '', 0, '?'),
(0x42eb95eb20ec162cd09ac8347f6ccf18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_2.php', 0, 0x787c00cb04ecca3d5228eaa141058d91, 0x787c00cb04ecca3d5228eaa141058d91, 0xdd26fa6acbd896936fcd1da016a97431e629ff7fcc6e0f01cb3015bcaf9db7eb, '', 0, '?'),
(0x42ecace5e9e14ed12d6b186a04f8949d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', 1, 0x00000000000000000000000000000000, 0x336ba7ae5a2c074e0f5f8c5379019df5, 0xc8d96ef97c84efee8f764c280e82d3f5ec92db897f1f6718049ae0d0d40d9cb0, '', 0, '?'),
(0x42edf2e59f2d047908ee2d1d43583085, 'wp-content/plugins/kk-star-ratings/lib/js/fusewp.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/js/fusewp.js', 1, 0x00000000000000000000000000000000, 0xaaf5babfa18629157acdfaef26947787, 0x590d7b9d91fa9f1bfb8bde5ced1d2d248930c35011491668ba1531c9e8e2bd14, '', 0, '?'),
(0x42efaaf6d8414d0d33c3df20284a2d09, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_title_over_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_title_over_image.php', 0, 0x43a353d42f81439d5ad77f067f5cf234, 0x43a353d42f81439d5ad77f067f5cf234, 0x2d0b80c24716f46772c70cf956ea3dc53543a5e03077f22e2ce8a20a3b4ffd75, '', 0, '?'),
(0x42f0c2256d894f6a7eccefd92095a7bd, 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x402ce4218d60e3dd784df1e78a96a5fe, 0xe85e031bbe2b4a246155b2178e9053cd24e7791b757b1197287710356bc948f7, '', 0, '?'),
(0x42f98e2bda3ef41a5d73b251c25e0cd2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_7.php', 0, 0xb7ac0921a16651abb38adae214fc33b2, 0xb7ac0921a16651abb38adae214fc33b2, 0x18df8e263dcac03b7c40ca500b428ca3969a92c2508a544d55b79911b719826b, '', 0, '?'),
(0x42ffb04aa949fc6e3dabf43c3d481480, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import_no_content.php', 0, 0x86b31231978d39e01f791d0b2d6417c3, 0x86b31231978d39e01f791d0b2d6417c3, 0x7a1bf51eef404c77c0aa4ced457ae61a914bbe87c7e06a224c516a2e1a73dc6d, '', 0, '?'),
(0x43012cdeeb6ac0402d48088be4af84f2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1_no_content.php', 0, 0x43a57548991d08b9a4f89a09f0d25f7d, 0x43a57548991d08b9a4f89a09f0d25f7d, 0x83530518636a40949b0e005bb87db8d17829de52e97e8a44de470d25b9e8ef0f, '', 0, '?'),
(0x4301916280528be4e1fb47b702095c52, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3.php', 0, 0xbff654e97e37ee5575047ebe7aa18bd1, 0xbff654e97e37ee5575047ebe7aa18bd1, 0x365bd0509abe0f7a30344b04302d9947876144bd062c2e083445ab1dc908452b, '', 0, '?'),
(0x43026cbb7d32453324e66505b23f7b9e, 'wp-content/plugins/td-composer/mobile/style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/style.css', 0, 0x9eeacacab716786442c04fcd1f702266, 0x9eeacacab716786442c04fcd1f702266, 0xa5f21ea552db5230fff7f7672e288e00325f81d2dcbbc8952ba07604dfb7528c, '', 0, '?'),
(0x4307141f6cf4e9f6573f357199096c20, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1.php', 0, 0x14f9874c5abbf3361f356d602631d606, 0x14f9874c5abbf3361f356d602631d606, 0xdc362f86bc18ca975bc9303cae7ff4d1df8ff33c2e09a514229367fea03d8762, '', 0, '?'),
(0x430d762ce005c203647d1b9aa079bad4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', 0, 0x83bf8c89c4b5e3d69c500f8dfab4fc62, 0x83bf8c89c4b5e3d69c500f8dfab4fc62, 0xde55aa5401a0085870c59a85aaffba643877793eaa38c7888a540d2b78289294, '', 0, '?'),
(0x431044efec4505e689c08bcaf5898505, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x7d52c1448ac5136ac6bbad649e4088d0, 0x8e2874193c4da8aec141cbaea97e3f2420ded09adb985c99cf32cbc259179b39, '', 0, '?'),
(0x431234c3d2d0b1aee8a5d14cbf0e4bd0, 'wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php', 0, 0x45ce288632c1c3be4ac00468df304a0c, 0x45ce288632c1c3be4ac00468df304a0c, 0x651b53302e49976378e39366d13f321c249718598fb4449202eae596814f725e, '', 0, '?'),
(0x4317a3a12614c44be550615fadec8f9e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_9.php', 0, 0x1d1c0dbae132bba048331e19ca48e121, 0x1d1c0dbae132bba048331e19ca48e121, 0x399c1cff2eb2bce855585c103ec02f549f657040e99892e9a3667589bb703152, '', 0, '?'),
(0x431969499e67c87bd2fdedd162b4b6e5, 'wp-content/plugins/wp-rocket/views/settings/beacon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/beacon.php', 0, 0x7770f24729b8f4b5675843621c15084f, 0x7770f24729b8f4b5675843621c15084f, 0xda031a2a535fc9d1692be986e598625dfc03af394bbd7ea1adeed6d33d1954f1, '', 0, '?'),
(0x431a91ee4ff722bcd2c676e321b8ba5b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', 1, 0x00000000000000000000000000000000, 0xb7d39171fc686a2124b93a85954542a5, 0x7d2992214873103673fa270ad8ac753faf61584b2996318a02b0e08096709366, '', 0, '?'),
(0x431c866ca78f47096a1d868bbaca41a4, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', 0, 0x760a3a582cd37c245fb49bd915be3bc4, 0x760a3a582cd37c245fb49bd915be3bc4, 0x957009329f26202879b58d52113a810231fd3f0b5e2b5ebb89dfa4a3dba2528d, '', 0, '?'),
(0x43222d463c829cdc8d1ecb54580a9292, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_general_theme_colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_general_theme_colors.php', 0, 0x1a2bd7e1d31402d613fd6c65735470fe, 0x1a2bd7e1d31402d613fd6c65735470fe, 0xe90e840316b67bbe0d3c418862b4af7d20f39aa53ba5f7b65f10f4eda63e67ef, '', 0, '?'),
(0x432715e4ab52540313376e6ea7fbdfe7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', 1, 0x00000000000000000000000000000000, 0x3847e75802e30006fe25af4904ef3bd9, 0x8fa40467f688e47857a06305a4e129263ac710d7cf7eb5e2c9a2518668b02010, '', 0, '?'),
(0x43297cf89444fbcb2f81b63ede45c1f9, 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 1, 0x00000000000000000000000000000000, 0x2af7c6205191cb22f5184bfb4c8e47a3, 0x7416804ad67400ca754962b5f8ae44b67fcd7c0e77c58d29690c7ee5f0600f35, '', 0, '?'),
(0x432af987f0d8cc06a951aca459df2ab8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_5.php', 0, 0x9ab1626fae3dee41ab2fabb78cfba7dd, 0x9ab1626fae3dee41ab2fabb78cfba7dd, 0xb53351a839693739cc6b937c9dd4dc19a744947d079ee27694ba30f11a72db95, '', 0, '?'),
(0x4338d6f3e0a6b382793e273ec2b13262, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', 1, 0x00000000000000000000000000000000, 0x95d22799914c0eeb297f2256ca33559c, 0x24373df9dda26448d237fc9d9c253d2f47d62a4e99df3b5b53f930e94b21f5c6, '', 0, '?'),
(0x433eaa9f92685a38dd4e60790513e461, 'wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png', 1, 0x00000000000000000000000000000000, 0x57dbeccc7fe37e05a770a4e399b2dfc6, 0xe245760c84fa483a8e709a47caa613541d5b9639d3a38722a41b3715e1779936, '', 0, '?'),
(0x433ecf7dc7c13466a7a4646ee3af7a71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', 1, 0x00000000000000000000000000000000, 0xf5606714dc2d340f5bcb30c3bd436a73, 0x4997b9a581050e9510fea554c67e9d87022b1e56f87a154084a4cbc52c15fc86, '', 0, '?'),
(0x433f97dbd0fd0fad3091f3b32ca5e003, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css', 0, 0x098ee5729498ca81b3db8dd014ce570b, 0x098ee5729498ca81b3db8dd014ce570b, 0x75a4b12fae83b63949f55b5258be613a411806912e2637a4d4f47c67003930bf, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4345765a3e140849a541ca908b056d60, 'wp-content/themes/twentytwentytwo/templates/search.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/search.html', 1, 0x00000000000000000000000000000000, 0xe4d0709832043182ddeacde3b61925d8, 0x1bbf672edf1e68ee9fc04cd9b2f489928485d5949b0074a075f4401b8e16cad0, '', 0, '?'),
(0x43466921ad858b7ce16bf83323c6b150, 'wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xa8ebc7eb54efacfda66d0a2531058ecd, 0xa479c8fdc9c21e3cf26f3f5fe0c80915ea0edcf82ca246cdd2b30720ee83974a, '', 0, '?'),
(0x434beba94abcc10e364c414dcc6b1156, 'wp-includes/blocks/post-date.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-date.php', 1, 0x00000000000000000000000000000000, 0x361e84def76292218f8fc4b4e3e7edab, 0x1cb420703b0500d5449e11f76cae0a797384e89e551d7dc5f64d22f3e02d060c, '', 0, '?'),
(0x434d74593b6eabf70bcd816e9f807454, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd48e6378a9520a73bf63e1dc3fe2fe5f, 0xb1bd2a4c14527f158c3c1bb1da4e813ef7c2f1d8558b7e1dca1df6cdb95ec45b, '', 0, '?'),
(0x4352c2226c3575fb9fd83c037986b77b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 0, 0x8f4fa4c0fe016ab06a62897758133303, 0x8f4fa4c0fe016ab06a62897758133303, 0x95b0d540bb22f3e6559a73fb1858ec570e1435872671561e8ee848864ffd72ae, '', 0, '?'),
(0x4353479dee4ee250754855e923c42aae, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/divider.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/divider.php', 1, 0x00000000000000000000000000000000, 0x62846a01242212f415d5c7d3e7df47af, 0x66e12e15bccaeffaf5eedcc82a3923ad49b3fc6bcbb678bcfb9a028db7d15736, '', 0, '?'),
(0x43566af892aa283aa3007ec5c73d8c12, 'wp-content/updraft/backup_2025-04-24-0408___90_9c52daa4296e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-24-0408___90_9c52daa4296e-db.gz', 0, 0x0a9a10d1a86d5cd6784e5e1d091a66b6, 0x0a9a10d1a86d5cd6784e5e1d091a66b6, 0x323be7909bc62b84893a295b0899fe281499f21602625b62a56a519d426bf0a4, '', 0, '?'),
(0x435fef9ad576353d6442b400b38b8429, 'wp-includes/css/dist/preferences/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1345d2ba1f8f10c4093cdab87bf9e750, 0x002377e047a035a8cd503458a8270b928917347ef957542563fac18f0e3e1247, '', 0, '?'),
(0x436097de15b478610029db0ac1499e49, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php', 0, 0x18366a1828ee343f73075a5d8aba9e7b, 0x18366a1828ee343f73075a5d8aba9e7b, 0xa3b190f8ce2785b104a5d234e0df7b58df346aff1438b8ff93c898c3da2cda00, '', 0, '?'),
(0x4364c05185df197d9c73f75f5afe2024, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', 1, 0x00000000000000000000000000000000, 0x3db6d30165f4e640d54d3d269e3bd3cc, 0xabaa3abddaf1984bd0a20413bca2eee741b63fa8b698df793f884df07cfc4c32, '', 0, '?'),
(0x4369fcf845571cb502ab456cbeab5e6b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_8.php', 0, 0x95b4f597c9c10a357154d0bb81c5f14d, 0x95b4f597c9c10a357154d0bb81c5f14d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x436af9804e5a2290960909ccb4bf7707, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdStickyRow.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdStickyRow.js', 0, 0x57dd5c51266262fb913c4b1275ffa0c6, 0x57dd5c51266262fb913c4b1275ffa0c6, 0xa52c07e2ff7cecb166198e5abde2b15b447117ab0df364ef3ef13266fb7e5bba, '', 0, '?'),
(0x4370b99680908603513fa274df3e644b, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php', 0, 0x3f3db6bc8860152891c26de20c60e46a, 0x3f3db6bc8860152891c26de20c60e46a, 0x70f128cd307a269c123a127702c9d27b1f90da7181ac45fe950dbca7ce3be2d2, '', 0, '?'),
(0x43763d1dd13685013b89a4a0d9465279, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-billing.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-billing.php', 1, 0x00000000000000000000000000000000, 0x63c904e144d4bbb827c3e4e4748cc8d1, 0x58c37b02d6ec35ec3ec654882ae1792f2af471c5aaf00e069dd8625fad6e6a5a, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0xf3c1a989e0d5aa4321a2886067b22409, 0x70443e370e8d61af13255ad56536c3a87fcd3e06f1d759aaea7db9881b3a60e5, '', 0, '?'),
(0x4381641fca26dac4a22173b9d06a5979, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php', 1, 0x00000000000000000000000000000000, 0x740a763aed022d3ef98f6c85156c8264, 0xa7c5665864c055c89574f829be40f358867f0a7152d69b8d674baa5777dc962d, '', 0, '?'),
(0x4388bd5cd73e7f37fd9c2c6a6db2c04b, 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php', 1, 0x00000000000000000000000000000000, 0x3f4328d4e36f044dd704d2822ed92afc, 0xd946b040bc64cb8f921eca4160eeff7b76cbf887ce98303cd2886650d73d88ce, '', 0, '?'),
(0x4391bbd41d49fe16bb110ede5337ef3c, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, 0x00000000000000000000000000000000, 0xd0a8193e5c67aec9c7a1e124abcc63c6, 0xcaf71811846969b69b47ab43aacfc5171fe94e80464cce082937258fca99e602, '', 0, '?'),
(0x43930aca02a5486882bdec29e7aeab78, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header-columns.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header-columns.php', 0, 0x0ef92bc617e423036c596de6ea0bb28d, 0x0ef92bc617e423036c596de6ea0bb28d, 0xc70ff867afd5329983c19a219f52a2c59e5a9aebf27f76eddaefeffda4f1c01c, '', 0, '?'),
(0x43986bbc053fbf046b08c2e351aa0916, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', 1, 0x00000000000000000000000000000000, 0x1d1af846ff2ab0d8e4bbd897e14a0c06, 0x5f958e0d3cb3de83063c23778b791c098a6e8e089915d6fa07f93776724cd4e8, '', 0, '?'),
(0x4398aa3341b51cacba7ab11c58a59637, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_6.php', 0, 0xef8e8ca85149cc61aaa0fe99eaf066c9, 0xef8e8ca85149cc61aaa0fe99eaf066c9, 0xa6c32e7c850d7b0dcfbc653dc297e2ea71592e0b26a2d18a88c00c9187ef3d64, '', 0, '?'),
(0x439b5320b3db3179e60b6996cc8bedcf, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/lockadmin.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/lockadmin.png', 0, 0x8fdf04f898d0770db0e79db393c8d075, 0x8fdf04f898d0770db0e79db393c8d075, 0x6ea6a9f04fdbc01235bf637f8b8efbf2219c8f48ac9290aba16dc549671a1c3c, '', 0, '?'),
(0x43a99e9ed6bcf0f2bc5eb25bf9fab354, 'wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_Install_Skin.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_Install_Skin.php', 1, 0x00000000000000000000000000000000, 0xc28c1c443aa530c2b6b4e8c5bda624d6, 0x9fee7883cd20e8d7bb2cb3172e816b580e8f997f8c6c64f96f7d740625090b0d, '', 0, '?'),
(0x43ad196d730ac3e158f85dc0c54b9254, 'wp-includes/blocks/search/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x01cff968abfadf8761bee698281820d5, 0xdf443f4b419cf0f34e88df55f61598e247eccf7aaa0ddf87679428a55c01b9a9, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6d439b8ec7cfbf7e874d8f601cb75ea0, 0x9d1efd35461c651c9fe164a1f08b1223ecfde7f6171f472d739f6cd3f62c6078, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x8d978b06bdd46d23f86d493ac8c48b68, 0xfc1b4f3da20d66b29ad66e6ef85b839c56bcbea53df7986f41d9054e6db6dbba, '', 0, '?'),
(0x43b344b0b69470a596fa79caf979337b, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.png', 0, 0x5c1449af98218703c18a440644671998, 0x5c1449af98218703c18a440644671998, 0xefe7847b753a3820f98083cbc321d2c114d420200cecb72beb19e9a413cf1f4b, '', 0, '?'),
(0x43b711f89d232571768bb637414e3c12, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 0, 0xdc7dda00cd989f4b33e219f332cfa320, 0xdc7dda00cd989f4b33e219f332cfa320, 0x9384795d12eefef839bdcf59b3261d1812cd865ee4e3c47c05b3a99c578a2883, '', 0, '?'),
(0x43b7883e41ab3267d75a59a7179356fb, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/CHANGELOG.md', 0, 0xc5bb41d4c198d17245a30bc77121ef63, 0xc5bb41d4c198d17245a30bc77121ef63, 0x614dcdcf7cd6014a192fbbeadc251f99e9ea302cb4a2e637e48f0c9dae11fad1, '', 0, '?'),
(0x43b8cff557595b0312ea11c1994e2860, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json', 0, 0x729b0b3afb7b1779695128622ad1e0e0, 0x729b0b3afb7b1779695128622ad1e0e0, 0xccfef00af797a134ab36cd1dcdb3a3078ec8429e7763a7fb84498793364123f3, '', 0, '?'),
(0x43bb326502f8f5213a16d17778428ae0, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', 0, 0x586606728e68f199ac922486ee0cf673, 0x586606728e68f199ac922486ee0cf673, 0x136aebab91b6cb03279512c16aa64594e959e0a63d1c1b82dd82c6b06a64209f, '', 0, '?'),
(0x43be39775648ff9314be2262b5b35623, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 1, 0x00000000000000000000000000000000, 0xebfc427dc9e6a27dead0dba76cbacdd5, 0xa8b7b054a83daeedd51ff9e6ba7b786fd71c0a28a0885973d0bcfed7672667ae, '', 0, '?'),
(0x43bee8e1ecacc0b82179e4369ae38bbc, 'wp-includes/blocks/buttons/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style.min.css', 1, 0x00000000000000000000000000000000, 0x262f152626dda334c8ffa2689dc0e8f8, 0x4bba179ec97d3f2c475159d51fa19443418bbad3c05c95d4204998f48a24ad31, '', 0, '?'),
(0x43c5022212f6060f40ec7f1437e474f6, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 1, 0x00000000000000000000000000000000, 0x2246b457964038a79daae4f72d267513, 0x728bfedc8c6ec20982c8bcd30237dc09350526625d60f846bb6a38d5feb5e43b, '', 0, '?'),
(0x43c8e06326fa2ab2e70f70752c1ee60c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0x621d8374d73afca6d1ddfcd9335fd52c, 0x518b0d8332f96eae5d5bd73805ca40f13a7b8244ae7505d917b5597324d1ba9e, '', 0, '?'),
(0x43cef8653d2d6dc58ce26a282e9f6307, 'wp-content/updraft/backup_2025-03-09-0337___90_a671e1a3c49c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-09-0337___90_a671e1a3c49c-db.gz', 0, 0x27bcf435d90d4e00f45925a0c40bd820, 0x27bcf435d90d4e00f45925a0c40bd820, 0x810dcc3d7b05c4094519ec66c485fc0b160ad9fe1239f25ee88f71563e5bbe24, '', 0, '?'),
(0x43d60c22346ba7bb29a56af9cd249bdc, 'wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php', 1, 0x00000000000000000000000000000000, 0xaedfe340f2fd16bfc02f3ec02b0f262a, 0x4824df4d1f5ead3529c0d8d0ca6f660390f3cb075eb78bae76f594bb9e3a6bc5, '', 0, '?'),
(0x43d9469fa5ce318bd21900a9e8c575e5, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-columns.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-columns.php', 0, 0x046ad8e98a046bcd933d9cdca78040d1, 0x046ad8e98a046bcd933d9cdca78040d1, 0x4c6c3a9ca143c02c2eb26a92de2dc6197040a770c4db187fc47e726138589c5a, '', 0, '?'),
(0x43db53ea9e789390c608a448f4018f1b, 'wp-content/languages/plugins/amp-fa_IR-77f29e19a39295599a856c677282f11a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-77f29e19a39295599a856c677282f11a.json', 0, 0xbe6f9ed276dad68e46f55f0cd7596d6a, 0xbe6f9ed276dad68e46f55f0cd7596d6a, 0xf2ee8bfefdbf7a436c3f1abdd78fec8e1d5212c0b937897c48ea370ade41a294, '', 0, '?'),
(0x43decfa42d894317dd8efd0b306e5763, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 0, 0x6737a1e0cf81e677745a16d2e8d415f3, 0x6737a1e0cf81e677745a16d2e8d415f3, 0xd72db906e01fe9cedf575a5cdd9b6f4846bcffc709693ccc59c9d7c02a855b2a, '', 0, '?'),
(0x43e307f99dcfac14992098e5c2710617, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2_no_content.php', 0, 0xbdd5d565bf3deaf4894e8c8a577b5db1, 0xbdd5d565bf3deaf4894e8c8a577b5db1, 0xbc3166cf4197177a186b6481f46d615a98cdd4391a5ebedd7109ecea4a8b372b, '', 0, '?'),
(0x43e3840f84bf9cc541b6af3ee14f91ed, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', 1, 0x00000000000000000000000000000000, 0xf28774971e969d7adbf4f0854a691896, 0x05dbe06835256c6eda410fcd2cc705b2bb64026a879cfdc8de870f4d41563ba6, '', 0, '?'),
(0x43e7b37cfed46794747ce427d4c704bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import_no_content.php', 0, 0xb40d2fa7b3355d2639db21695c573764, 0xb40d2fa7b3355d2639db21695c573764, 0x1394ff83753997d284c313379a431d89aa30859b2eb13106bba12314eb2a7aef, '', 0, '?'),
(0x43e9f5e6906ce66652cc9fb615995797, 'wp-content/plugins/shortcodes-ultimate/includes/config/animations.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/animations.php', 1, 0x00000000000000000000000000000000, 0x75232ec2d55e900d0e7e3fd77fe82d25, 0x3b2ebfa2f601d9a51c5020885673c7c57de35bf14ca431ef40130476aadba136, '', 0, '?'),
(0x43ea3e60c9f025cf89a339d8fb4f8280, 'wp-content/plugins/td-cloud-library/assets/images/post_content_center_img.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/post_content_center_img.png', 0, 0x1eba8964bd9d2d5ca8f6719230ed8a1b, 0x1eba8964bd9d2d5ca8f6719230ed8a1b, 0x09e008eabe54e585b23930effdc47337c86b95cf5f0c14a7b7f0080ff06d8f81, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0x2a35b5449b4f375ac00459b98dd42586, 0xa4c4782ee7a82eee152407c3b418b328da45cfb7a8589faaeb09ddf381e751d0, '', 0, '?'),
(0x43fc8a8f22ba08884b059ad4735eb57d, 'wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x4e7349d7ba8d955e60ab3030152ec295, 0x0fb2330fcac93b992914162c24179c352b8f10bd5f3dbb782cdfc25baca0c2b7, '', 0, '?'),
(0x44002dfabc393af5a06aa5de5c42022e, 'wp-content/updraft/plugins-old/akismet/_inc/img/arrow-left.svg', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/arrow-left.svg', 0, 0xb811f6abe3935e5dc4d35039ba4b47e2, 0xb811f6abe3935e5dc4d35039ba4b47e2, 0xb1a24af43bd7b08da3ececa7c36b9b9dc53a14bec01d1b7d75f23e6b4093ee46, '', 0, '?'),
(0x440127dd25bde48a531ded36f33e927b, 'wp-includes/js/dist/customize-widgets.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0x0d6b96e4cfa5b93109f644c778dbb58b, 0xf16a90efedc9e2db5a14faa14de0fa86164507b999d035b6064c69e499644758, '', 0, '?'),
(0x440705a5d5fbc1418a82798f611318e3, 'wp-content/plugins/elementor/core/document-types/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/document-types/page.php', 1, 0x00000000000000000000000000000000, 0x7008134fdda5fe39b5eb7ceb8c02dcf8, 0x5c106c4a87e524f9ec3f6e177d0b21bce10991c4bd5f89d71576467c2f349d67, '', 0, '?'),
(0x44080cd339008291a6b785de9f28d09d, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0x605ed7926cf39a2ad5ec2d1f9d391d3d, 0x9f9e98ac91a6a7a6c17fa35e0d183bb92582b4098f51709ef1c8a00e38c95ed5, '', 0, '?'),
(0x440928a02c7cb98ec0b5623fef90084c, 'wp-includes/blocks/query-pagination-numbers/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css', 1, 0x00000000000000000000000000000000, 0x6589d62a950f98f46cb53ac00bd55c77, 0xa3ea7719390fb143ef3116d527de24e594494e2bb9a133dabae8be7f24830e73, '', 0, '?'),
(0x440b08ae49e261d4ea63c008e190b8be, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 1, 0x00000000000000000000000000000000, 0x524fdfc50cdefa678aa9b65703f9e86c, 0xd82b41b153a0440f59e0beecc3c36499dcfbd2b101b52f764c65cc9533afdff2, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x44101e3e3c8c0d6b8c4e77a5ec67c231, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-follow-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-follow-command.php', 0, 0xad0515506dfa4a24ef4a2669d685d3e1, 0xad0515506dfa4a24ef4a2669d685d3e1, 0x553d0dd29955e4c748459aa0306e90badb4cb6cd702d7285f07adca75c266379, '', 0, '?'),
(0x4412ec7b34d9eecc0779993a6acf2118, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_3.png', 0, 0x0ba493a2b8d90b7a249dd6fa35f222a4, 0x0ba493a2b8d90b7a249dd6fa35f222a4, 0xb12edc18a8f5cfd29a099be22eb908321fcf26ba5f3234c50d6dbd84257d4b4e, '', 0, '?'),
(0x4415830f89a0e4cc036131fee1d497a2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0x10540e06a22a7cb2e046a2ce980e3e2b, 0xa7a974eafc4eb5b1cc1cd6e3aee3ea3de0d184ea78c2b7d5fd17ad9a1c416597, '', 0, '?'),
(0x4417cc4c88014b50dd9d5c297e0b0cd6, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice.php', 1, 0x00000000000000000000000000000000, 0xcd5922a5266e59e831cb0856cd93e45d, 0xbb2e66c2d1782f9576856e950e2658a39028dcb0554d41ae5fe85680bf83bd67, '', 0, '?'),
(0x441c588a2a80692120dd03f447bfd185, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2.php', 0, 0xdbb11865517985a94d141c24fa957e72, 0xdbb11865517985a94d141c24fa957e72, 0xbe76fe60ca5e1b1e4a064e747a7cfd6bed3a08a9c0bfda7d51634a51194a7c1b, '', 0, '?'),
(0x4423717bc5a50688aa81d48762c2829b, 'wp-includes/css/dist/customize-widgets/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x56b90496ab883ab4740b0469776a412d, 0xdd511b519fb5c8d91a0bf682436bb24ae3df56c66919e4353b951bdff79404f1, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0xd8c4bc414abb520245c6e70eefd02f3d, 0x01680d151752266891fe1763b522c8f2b0410d9106c4becb6ac75165f35c4cf2, '', 0, '?'),
(0x443310c7a2fb0c195420322f49aef821, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_tax_settings_by_tax_name.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_tax_settings_by_tax_name.php', 0, 0x6c3d70bb70ed47cb3337be2aee2194c7, 0x6c3d70bb70ed47cb3337be2aee2194c7, 0xeef4415f6ff300fa93ec4a1df35a75c055c8585777b0fc030a24aa663f79aec1, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', '/home/abt90iranbet/public_html/wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x87c6b20034a6296ff3157962551b5ea6, 0xc3183cd2366e8f27fa4a9ac1b3e5f45f0cc106d909190b8a5325d1e14707564a, '', 0, '?'),
(0x4437f5f4db27ed7b17cd502a27f27b92, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', 1, 0x00000000000000000000000000000000, 0x05fdf3a0b7411915f7a5196b0980121e, 0xfa8459091ada5a548f89f7186d4c1be61d6066ed053dcc8a7a5007c97868c0d0, '', 0, '?'),
(0x443fe24b2956f9cd2e01d4abcd3f4242, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_485x360.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_485x360.png', 0, 0x76b8f04ecd92fb64be29a72f5e185cb3, 0x76b8f04ecd92fb64be29a72f5e185cb3, 0xa4d936233ef0b0c5801f45d9329da2a2e622815f8fd880148a2ad23f618b6556, '', 0, '?'),
(0x4443ffda31b803ad3afd19a6963c8886, 'wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 1, 0x00000000000000000000000000000000, 0xfea4b3d66fdfc40f4521ae560b0f52de, 0x74c5ded7947de4145817a136843a8d0b18566490173264f3ff454f8b32a7e6e9, '', 0, '?'),
(0x44465978060e33be35b4ba68e72caa68, 'wp-content/themes/Newspaper/functions.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/functions.php', 0, 0x8d743d9d462a9bb54b9a326e7c05427f, 0x8d743d9d462a9bb54b9a326e7c05427f, 0xea6c52fa1979e5a794b5b35cb17d4315408e66c76344db63118cf06863536642, '', 0, '?'),
(0x444b54fc9f4ca3f0ad8d79df290fee89, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_2.php', 0, 0x4f790c3d39ba0943bb89544d270c121c, 0x4f790c3d39ba0943bb89544d270c121c, 0x1a400a3e8b33ec5f3fb569c24772a850d1117455e49ff7cee02ebb168a3c11e4, '', 0, '?'),
(0x444cbf4b316c97d1b1b07ffcad281711, 'wp-content/plugins/wp-rocket/languages/rocket-sv_SE.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sv_SE.mo', 0, 0x460d35c0b19bf8c1f2013f590674ae41, 0x460d35c0b19bf8c1f2013f590674ae41, 0x03d75138a815cb568a09823db30b461c55c5d847231e87953e2e242ca18a5065, '', 0, '?'),
(0x4451239175f7bb6e0f555c2040b93cc6, 'wp-includes/blocks/page-list/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style.min.css', 1, 0x00000000000000000000000000000000, 0xe032bee6e3ebb0884cc20f9376560a0c, 0xab8c2e52bc37550c0999c331d9482be627432017d14e9c71dcb0fec0d56d628a, '', 0, '?'),
(0x44557df812f83c82deb4443508e8a059, 'wp-includes/block-editor.php', '/home/abt90iranbet/public_html/wp-includes/block-editor.php', 1, 0x00000000000000000000000000000000, 0x80dc569b52e868914dd2ce74fef37c0f, 0x98c7be0f76649e6529d44cea8a11083e48c265f1edfb1cb374f6f6ec42c67611, '', 0, '?'),
(0x445c379bb8e8a540f0ac3b5ecf7caef4, 'wp-includes/class-wp-navigation-fallback.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-navigation-fallback.php', 1, 0x00000000000000000000000000000000, 0x1b08f302a0511f50933aa02aef7cbb6a, 0x9efa38a745787cfb3cfb41b8e78b5be6da9a6cbafbe35a39dc7faa2cd93f1631, '', 0, '?'),
(0x445c57f1697d4890e164c62269c3fcec, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.po', 0, 0xf03ead89601c97feea60adca479c6d0f, 0xf03ead89601c97feea60adca479c6d0f, 0xe16164776c96b8d377aa118fe789d70a187a796ce64e8e6738554b14492953a1, '', 0, '?'),
(0x445ccb7b987cef50286c10ad9fe4c6c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import_no_content.php', 0, 0x2a4f99b063f6c031a33df29d3d7a2875, 0x2a4f99b063f6c031a33df29d3d7a2875, 0xa4de88619e21c300a0a5352676e3b689ef203ab8f57a5848b30a3fa02fe77967, '', 0, '?'),
(0x4460614ffb220659253791f15af4a31b, 'wp-includes/blocks/comments-pagination/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style.min.css', 1, 0x00000000000000000000000000000000, 0x1ab1c8afaf6a03b06de05e8bc6e6ec16, 0xe30a4318f175ff1055cf9a45256de5a35b54981fea25065b5a6d592ad7d11142, '', 0, '?'),
(0x4460972728d17817a93051de3a120bec, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-ads.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-ads.png', 0, 0xf5fba540ce9757659f32b8286683f4e2, 0xf5fba540ce9757659f32b8286683f4e2, 0xda00c46311e0d0f0705576a0f9dcb39f53a4c194419c3d510e55af568279d7da, '', 0, '?'),
(0x446572862d927fb8aac967488688a39e, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_smartlist.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_smartlist.php', 0, 0xd521a2158a733c082ff24fd55570c7d4, 0xd521a2158a733c082ff24fd55570c7d4, 0x13a87a0f14c687b6d68c65a64a7427aa9fe003f4595a233bb95914e4bf32bf46, '', 0, '?'),
(0x4467463be4b5715df31c5c993962af7a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-irregular-grid.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-irregular-grid.php', 0, 0xfc7c2d2b03ec41fa0ba9fc0673e59aa4, 0xfc7c2d2b03ec41fa0ba9fc0673e59aa4, 0x694a8136bbaf2c2c548d7ca76883bd58ee2ae609d2c5026908f8e884c29fd5c7, '', 0, '?'),
(0x446ca35cdbb023609b1da086ddaf63ff, 'wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php', 1, 0x00000000000000000000000000000000, 0x509ca4e74c5e38786dd883ca362e1983, 0x298f8a259782a314bbadc5816d4195ca95fb2bbedb3f4ba2c28092fad3795a60, '', 0, '?'),
(0x446d8eb9e88b12fe6f8422a4ecd561db, 'wp-includes/blocks/gallery/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme.css', 1, 0x00000000000000000000000000000000, 0xfd03de8bf9bc6c8c3e6efd71cb7957ac, 0x8493c9b961dfbfd8ebeb014bdb986ee9fda60ccd93ff042bf5186e11b262f2be, '', 0, '?'),
(0x446da608dd945c1cde32dcfa37e455d0, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-single-portfolio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-single-portfolio.php', 0, 0xe6b9f272db67de6ae3abfcdcf108b7fd, 0xe6b9f272db67de6ae3abfcdcf108b7fd, 0x7d324542e9477299100e2b2d7984359919b16ab6e2a3e605367e2b82d69a28b9, '', 0, '?'),
(0x447148e2e43dfa7b2d473bd69dbf082f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_9.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x44720fb788ef6b4a88844e0ba11fc6a8, 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 1, 0x00000000000000000000000000000000, 0x3dd1e4ce303e03716bbdb2a5f2640855, 0x788b72f6c0ccf8f00bdfa6da94ce07d58f61bb2c6e3f87bf206875374b498d2c, '', 0, '?'),
(0x4474f3dba65d672da925ee588bb8e9de, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-meta-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-meta-functions.php', 0, 0x055c4f256b162bd14bb441f08ef1bd4d, 0x055c4f256b162bd14bb441f08ef1bd4d, 0x47abd17122278d5758a5205c2dd2ceffc6d41fd23412f544e8feb2c0934a449e, '', 0, '?'),
(0x4478d5f114c8c3874af494f1350aeca9, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xc0fa379f08b84780f23ee99adca4a072, 0x233d14d16ae6d4efc55b4b59bfec5c4b70833ca8564fd718a98b9571a9bbee9c, '', 0, '?'),
(0x447968f1e7bdce17c2bd2e3b633795a2, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/NullMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/NullMessage.php', 0, 0xf33b022fd6bf79cad1e6dca9d11ab2bd, 0xf33b022fd6bf79cad1e6dca9d11ab2bd, 0xb6fad72eaeb83706712f8b1c409e18fbb07c0d5c8fd67abb78110ee3118ebf57, '', 0, '?'),
(0x4479e45cc8768e7f60a3d2fcd8ccf3e4, 'wp-includes/html-api/error_log', '/home/abt90iranbet/public_html/wp-includes/html-api/error_log', 0, 0xc5f0356a919a165e8f6d4fd8b006222f, 0xc5f0356a919a165e8f6d4fd8b006222f, 0x6a33be309ac63445a05e2bb3150a470a6b51bf869423229fb747b0ff4b61efef, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x41d5abfbbb96dec5204c157177d60983, 0x98b2728d169f5fb669510fd6098c61c0ee52bfa68c0e8210d4cb2b82eded91d8, '', 0, '?'),
(0x4492700b901ec1808952dcc74b0e1b61, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-uk.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-uk.json', 0, 0x40f982b10678f364704ad68259270a41, 0x40f982b10678f364704ad68259270a41, 0x08dbfb25d5555b057e14c459ab93812cb469f10682ee9f2b7710dc5317ac691c, '', 0, '?'),
(0x4492b26018e60c001e4251f37a2d45a0, 'wp-content/plugins/elementor/core/wp-api.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/wp-api.php', 1, 0x00000000000000000000000000000000, 0xec22f2d002a1ac1e3c354e7b129436c4, 0x5771d93e99dc7ef399ef77aa723b7ce5752aac826caa973c285dea38cc4a6dd1, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', '/home/abt90iranbet/public_html/wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x94341cdc0fdedad03d82d2a9b8b4e541, 0xf9b5943056c97b5dd68a416aadcbab2e2532081a784d7f35eeaa7a20ac6f8420, '', 0, '?'),
(0x449377cb2e279c89838e64992023103c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_2.php', 0, 0xa07a8715d6b745d7216045c2e007172f, 0xa07a8715d6b745d7216045c2e007172f, 0xbc6a19f6ecb6d522a8800916c73b168c4fb83e7e8c9cf076e6859ae8fa7951a5, '', 0, '?'),
(0x4499586ee7af5557916e50f897401605, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.less', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.less', 0, 0x9c8a4f2137cd48ffcd50e6707f6528c3, 0x9c8a4f2137cd48ffcd50e6707f6528c3, 0x34a8adbf67635848ba22c918cfcc369735d40840b9cf70d2570a8817a3a14237, '', 0, '?'),
(0x449be2cea9655204d78bfe1a1969cceb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_3.php', 0, 0xc75e72ccf9985e580de8216fa8982c40, 0xc75e72ccf9985e580de8216fa8982c40, 0xc9acb8ba8f9ce26b5fb2299a887ce90070ca7af7fd73bec909c2db5c7d02c4eb, '', 0, '?'),
(0x44a0894714212d5050864f2737511a19, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.po', 0, 0x4cf15b4662282335214397c697c40cdd, 0x4cf15b4662282335214397c697c40cdd, 0x713d26cc24080d9f62363f4a5a8f8100f94f1e424c1d046825e5eda113d1fba4, '', 0, '?'),
(0x44a43f2420cc01ee6370318497e3f92d, 'wp-content/updraft/themes-old/twentytwentyfour/styles/ember.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/ember.json', 0, 0x1f617744261bc9b4062b897a539206ed, 0x1f617744261bc9b4062b897a539206ed, 0x9ea0dcffe69fdac6d778458133e72d24e77aabf8e1ce65cdaf3adb392e44e894, '', 0, '?'),
(0x44ab247ff5968fc97782e1f12a42e56b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', 1, 0x00000000000000000000000000000000, 0x4cc3bf08cb245003b7e64dad5f1439c1, 0x4b81f73e22c035cc31fc88ef4f0cecef3c6b715d840f72e3a3de899022507fe2, '', 0, '?'),
(0x44b2e8b2a6cd996a2be7616eb601a4f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_6.php', 0, 0x0deb1fc0c8070af64a81ae931027a3a4, 0x0deb1fc0c8070af64a81ae931027a3a4, 0xec3a78801f02370e1ab40da3166682c784e9dda4e4215668df03c2e13dbd8140, '', 0, '?'),
(0x44b80378cfe096451dfc0bdac006c02e, 'wp-content/languages/plugins/wordpress-seo-fa_IR-6f380ab0bcb032c00d3d0ff21664335d.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-6f380ab0bcb032c00d3d0ff21664335d.json', 0, 0xfd7a2d883e8ac1f21c34a2d088badc8f, 0xfd7a2d883e8ac1f21c34a2d088badc8f, 0xf137593de23e772e5d99e512a6befe2562049096937e10ea99468a0062945ba1, '', 0, '?'),
(0x44bf73eabdcc3d65439d1b88cae3fa76, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', 1, 0x00000000000000000000000000000000, 0xfdbdb898729694666d7d33a3a608aadb, 0x664f0011e3fceea79844936d09473eb81fe543a3807221aaf3c38b85fef7628d, '', 0, '?'),
(0x44c0e7c4e4762cf78c820a0106544169, 'wp-content/languages/plugins/elementor-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR.mo', 0, 0x9322de0c58b6d74b075ad59a4a86ea98, 0x9322de0c58b6d74b075ad59a4a86ea98, 0xf74cec5c76398e0dab468b8eac8e2a7e29e3d20dc203d8c6c757bf3489ee2f95, '', 0, '?'),
(0x44c19fc49a82c69ff8c2ae56f6011e09, 'wp-content/plugins/shortcodes-ultimate/inc/core/generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/generator.php', 1, 0x00000000000000000000000000000000, 0xcf3695af9df65e984da937588a7567a5, 0xa5b7b32e1e34773634d6978dc73e20fd39e7dba50a641ad2b0117f6ba50d38cb, '', 0, '?'),
(0x44c3eff8e2b27957041548b8a34d0094, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-pro-features.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-pro-features.php', 1, 0x00000000000000000000000000000000, 0x5b8eb81d8e7de1f369558c14b7c3ef4d, 0x4c7940d436086b39eab0280649fd9538162778190fdf48986144e5149517d7c2, '', 0, '?'),
(0x44c67f771cfa04b11bdc3ba69b4d35ac, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_edit_page.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_edit_page.js', 0, 0x851aec158384f590163d07226a42fe4a, 0x851aec158384f590163d07226a42fe4a, 0x8d09884c3805489cb267e6f466b614944163395744ca4d9ef0db0e7ce7623c7c, '', 0, '?'),
(0x44d093cf96cfb6bc7e4755c7d05107f2, 'wp-content/plugins/elementor/assets/images/unlock-sticky.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/unlock-sticky.svg', 1, 0x00000000000000000000000000000000, 0x5cc7ddaad176221592b53e88aa3c0453, 0xef54794e1ee816b9d2a01c6c63866a8fdb3dd83d61ac85b0448f5c804daf8b20, '', 0, '?'),
(0x44d0aab738ff188387cb9095d03097b6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', 0, 0xc92e98244535738d7b8c8304076da4ff, 0xc92e98244535738d7b8c8304076da4ff, 0xe8d815bdc8b2fd526b9cf63c5b7af23f42503c509241fd38fc95bc645d4c607c, '', 0, '?'),
(0x44d26aa73d3f833c190fdf2bb1c0fc72, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php', 0, 0x7dd98e6e6112e65e5423cb32648bc894, 0x7dd98e6e6112e65e5423cb32648bc894, 0x57bbb1640e611419ff79bf56b756299eeda7ae36de82c5dacb24c83148c0fb5b, '', 0, '?'),
(0x44d35d0726261e399a9a21f34ad4a5a3, 'wp-content/plugins/elementor/core/frontend/render-mode-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/frontend/render-mode-manager.php', 1, 0x00000000000000000000000000000000, 0x9fdc093e65a205bb2ceab0b35926990a, 0x51b2d7c0bb11c68eb846a7ddca057746da47f5a96ac5fad5efd48d783a4d8740, '', 0, '?'),
(0x44d4365a7a0ab0e50baf632e9d0326f0, 'wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php', 1, 0x00000000000000000000000000000000, 0x265a1814428b49f2fe1d645b8fc112e2, 0x1f53f19bd86015010e4f3f46764c5fda3bb1ec78cc11cb443029c1b2fafb99bc, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf24e7626181b56cd0da967154124fa26, 0x5bc0de8bf0a1771f909faa2c4ff8bc95f6e515420dd61a8710c51ff4f829b241, '', 0, '?'),
(0x44d6aa4593d303341bf6de627e654bf8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1.php', 0, 0x17df0f5b4da804fd03994e3d27c8ad9c, 0x17df0f5b4da804fd03994e3d27c8ad9c, 0x5b5d208087107828a6c40e512285866c0be99b2e8322b714f25920ff354df1b4, '', 0, '?'),
(0x44d79c66ed41c4025c3488b297d61275, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_panel_settings.txt', 0, 0x2b36c0360320b189a2ead55479d0e259, 0x2b36c0360320b189a2ead55479d0e259, 0xd9ec4ea30c20d0166894d222dcfd737809673c012a6fe868c0da47f6f549c746, '', 0, '?'),
(0x44dc166f94175e7e6deefd8b397997a6, 'wp-content/themes/twentytwentytwo/style.css', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/style.css', 1, 0x00000000000000000000000000000000, 0xcfcea4a52d42a905a1d4d4b742e835d6, 0xf06734766edc928d421010dbe97bada3afc83a721c3eee7c8e34f829feb56103, '', 0, '?'),
(0x44dc9b92ad440ded865077a204c991db, 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp2.png', 0, 0xcd9cc1288ca5f43c600f7e1fb29f271b, 0xcd9cc1288ca5f43c600f7e1fb29f271b, 0x8697bfc0f6c714880512c9452458e19ddb63c413f4c466d90f3f0aebddc31b47, '', 0, '?'),
(0x44dd515f24c56b763a2a6c79bfced3ea, 'wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', 1, 0x00000000000000000000000000000000, 0x7820d1a773ff82111f325692bd60b807, 0x9f1f55c1dcbc0a45fac87bcd6df8a33084a1490a2769254f8e07cb11af792b5d, '', 0, '?'),
(0x44dedb06fb091951febb664e940e0934, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0xbe9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4e, '', 0, '?'),
(0x44e148cd1d95a7aac7e34e81ccdc2c90, 'wp-content/themes/twentytwentytwo/assets/images/divider-black.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-black.png', 1, 0x00000000000000000000000000000000, 0x3877ed9bf7c112099278010b6d291072, 0x7886c92b1652ea03c66c4c1a6b35ed3e0376e9c6b00bea074e02ad4414c57f88, '', 0, '?'),
(0x44e413d7790417668da304b249862740, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_5.php', 0, 0x0465b536e9859b0d72d4ec5144b1afb1, 0x0465b536e9859b0d72d4ec5144b1afb1, 0x52fec258ce3434c0dda625587698dfe6f803cdaa34b0d6df4ea8bed5e0852d22, '', 0, '?'),
(0x44e6933a58e35a1da2ab4b05e1f0878e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-video.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-video.png', 0, 0xa4c57b3a1932165b51aa69d3ba5baaa3, 0xa4c57b3a1932165b51aa69d3ba5baaa3, 0xa724567303ed6d3be528fbe8a2f5f4e8599a4a4e962e46fe81e27eae2eba8917, '', 0, '?'),
(0x44e7e023c7e2c90bbbc2e8999ed52a62, 'wp-includes/class-wp-block-parser-block.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-parser-block.php', 1, 0x00000000000000000000000000000000, 0xcf9d40c7d6a2cbd1137cc8d2fa2a4e08, 0xa0f5b15bd9cd34983a53d9e7494091dc4022ee171a5703f316ca24b4b168952a, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xe6073df3977128e9e5749e93dda3cbbb, 0x617408a5c3817d28c41c9b3019866fc39f25ec33d8c7f070c81001757efcc4a5, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', '/home/abt90iranbet/public_html/wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0x7d56ff9b8717c572fde2e522962e2065, 0xf97094990657221b207a39cf4d4fa981792b7b53d8c5df14379408c473888046, '', 0, '?'),
(0x44f06e99073a1dd624a55763b67d039f, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/user-profile-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/user-profile-integration.php', 0, 0x80009ec35047c3e269459bb1baf8cb55, 0x80009ec35047c3e269459bb1baf8cb55, 0x70c625eadf3582ec3de88c3c3d9153394899635c2ff89758da58249008c015e0, '', 0, '?'),
(0x44f1314c4039348b3615e3dd086b63eb, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_smart_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_smart_list.php', 0, 0xe3960bc4590d54950dab831167ebcd44, 0xe3960bc4590d54950dab831167ebcd44, 0x6ed2ad7d961dfd1234188b00515393f1721421701d0a988b3b84dd23b67ba3bf, '', 0, '?'),
(0x44f14caf9b75e533e414887f6178423f, 'wp-content/plugins/elementor/includes/controls/groups/background.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php', 1, 0x00000000000000000000000000000000, 0xd8e2dacf9030f8da476be8a3eea31144, 0x89b62a0b52f939cdb41be1a190c8d3139c6470705a495a6d70ad76763c6e6f84, '', 0, '?'),
(0x44f21cedc91ca8a6fa07cd9d8a5753b2, 'wp-content/plugins/updraftplus/languages/updraftplus-ar.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.po', 1, 0x00000000000000000000000000000000, 0x7ce094436e82c512a55bf458c7172d23, 0xae940cd6361c87d41e8674296727f8b93b8df261261bd6f9ca050352fe5e3e37, '', 0, '?'),
(0x44f3430396ff049420744923b79ee2c4, 'wp-content/plugins/elementor/includes/widgets/audio.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/audio.php', 1, 0x00000000000000000000000000000000, 0x09402c2a2b49b31cda02c03024ce279f, 0x294a47df65a47bfcd5fa7a248620aa1198ce3c334747f4a63f4456d17727e100, '', 0, '?'),
(0x44f9cb99d0686d8ad774e71937190e07, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdTabbedContent.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdTabbedContent.js', 0, 0xf4d3141e9efd1ae3aaa8396e06d64d3d, 0xf4d3141e9efd1ae3aaa8396e06d64d3d, 0x3ff4f11e87d7bdbaae7f2e3ac160b872081ec8cf36fede8a2779642eb4fcef24, '', 0, '?'),
(0x44fd118c22ac65a76e435bfd16600fd7, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0x18232989140f5e739150f08224fed604, 0x87e0aba048f94b353146d657b817a3743dc496b9e51dc745d55ffd4c1e727e68, '', 0, '?'),
(0x44ff5d92a34071d02a611d4939e05525, 'wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', 1, 0x00000000000000000000000000000000, 0x8309923f65f5233dfee10235c0452173, 0xad50a8d7404e7abd46b4c28601b3f36432d8ae177ce338bdab1449f32579a375, '', 0, '?'),
(0x4502a8da9f380eec0395356a8b060552, 'wp-content/languages/plugins/amp-fa_IR-1c74b0002f9598d6675d0bb182a3cb4e.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-1c74b0002f9598d6675d0bb182a3cb4e.json', 0, 0x6c766cc3852f4a8b4f87e2366a0aeb5b, 0x6c766cc3852f4a8b4f87e2366a0aeb5b, 0x2bb13ad745d3ac2ba165145d137994edd77bc27c31a2a177a56a084d37628a58, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x450715c34bf295ef1573cc7d7b6527c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', 1, 0x00000000000000000000000000000000, 0x373438eeca9d7bbdf7dfe88ae308c432, 0x6c2a89dafcae344552083b44e568bcc1283fc225c0f7d33463cfd3c790526955, '', 0, '?'),
(0x4512324dbeecae949d08912e80247bbc, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php', 0, 0x1cac3b75206e1cbb3fea9f336b2d4877, 0x1cac3b75206e1cbb3fea9f336b2d4877, 0xaac522e41212f862e3618808cfd30f72fe158a9ee1d6df45c640f0c45a9bb8d3, '', 0, '?'),
(0x4513b2cf594b5be56de168bb9d3ff0ec, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2-spinner.gif', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2-spinner.gif', 0, 0x7522098e4efbbe7ca9ccf1faa9fb6ac8, 0x7522098e4efbbe7ca9ccf1faa9fb6ac8, 0x85154afe829df56df6c0e090ac43692e9eda6c6f03ed07d1dfe78db8fa1df553, '', 0, '?'),
(0x4516dbf2765c7fa2cd6678fce438a110, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php', 0, 0x698152ff59bf8f371f274226806e1d92, 0x698152ff59bf8f371f274226806e1d92, 0x178ed795098b7c9f5a3be58d5a972ca0982c525a194480afb18ee1a6d0a9bb15, '', 0, '?'),
(0x451734d0ef44274249a6d4e7fc5f2373, 'wp-includes/blocks/tag-cloud/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style.min.css', 1, 0x00000000000000000000000000000000, 0x3a3cc34ba2b69970e1bbfd8416d9cbbd, 0x315bc646a86359332099e2d25315d8114bae686dcc3f37f412a430ec43d17280, '', 0, '?'),
(0x451cbc04422b88f32e699a8e41c9bc49, 'wp-content/plugins/wp-rocket/assets/img/configuration.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/configuration.svg', 0, 0xed16e2c717de6015431ee90bacd6c2af, 0xed16e2c717de6015431ee90bacd6c2af, 0xf838b1dc83b862325908847e580880923f1e45b8074258b85459ba309ec9f80a, '', 0, '?'),
(0x451d47304e35e869c711d562c30bf219, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/network-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/network-activation.php', 1, 0x00000000000000000000000000000000, 0x972465bb410af2584efdb9abedc11c3e, 0x2bada75b05418f5508ae299958f507bfb61dd3e852cbb70375b04b823a97987c, '', 0, '?'),
(0x451d9797c4dc3256094b7d70780d21ce, 'wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css.gz', 0, 0xdadff404d43d947f52078ebb98133cbd, 0xdadff404d43d947f52078ebb98133cbd, 0x233877da6aa8c30dd9784e2be916b1efae08b3d83634d3b863c377c466ab243e, '', 0, '?'),
(0x451f2881878b5727c95864fd09144255, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kksr-migrations.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kksr-migrations.php', 1, 0x00000000000000000000000000000000, 0x3b549ea851924d5d35390f7bca586add, 0x6cf41b966fa23e0ae91d2b1b01f2cbdebe7cef54e6a81ef29f06fc2619949e5b, '', 0, '?'),
(0x451f872f3ad361a23f4f8cccc2601e25, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_style.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_style.php', 0, 0x9f4b36f0fe3b93996f00b5d51c4d1a23, 0x9f4b36f0fe3b93996f00b5d51c4d1a23, 0xc3000c9da33330a505b118dd53e2da3f01e01aa4730a62f067a2720ef79d9370, '', 0, '?'),
(0x4522a748e431f5e02088a857534b8d0d, 'wp-content/plugins/kk-star-ratings/src/core/wp/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0xd73191d571787822f9d5371cf7ad1785, 0x28dcab2516a3e0cb9da7e99e69e70bba3b9648812f5a3b69013d68c57d91cd7a, '', 0, '?'),
(0x452742b85289d57f1801d4740d7cf1df, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php', 1, 0x00000000000000000000000000000000, 0x4ddaccbb44bd73cd5449de40d6c511cb, 0xd40c42e2e8023449545c6a60581bd20f5c19ab88ccef5fb3826f6bd809664671, '', 0, '?'),
(0x453055b4f494338d8b9bd721cf4e0109, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_10.php', 0, 0x3b1ca13ca644a3d19bb3bbd10fd91e21, 0x3b1ca13ca644a3d19bb3bbd10fd91e21, 0xf32cb493979ed9ce268df91985288ab34db4687a380cf97e7513862c055119b3, '', 0, '?'),
(0x45338d55e4066f71b317e664b36991fe, 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php', 1, 0x00000000000000000000000000000000, 0xb632153a7b0a72244eac881ac10fcc04, 0xe904f0fdf098c20f513a52f496ae641155a5e563c0bd37ebf51b1335ee8180ff, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0x8cc0dd7da01af11908dba65fe3c4384b, 0x5d0dabcf6feb38da59a01836979c29727957143fdf5988fdc2e204aa62e17a28, '', 0, '?'),
(0x4535888675fe6a5d8c3070a45133bbce, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0x5b0edb09466b2fbee04eae28e94e3629, 0xd7dc590bf6c6f46ea3c882b6a225b5d6f427620bab3ab2ec2b7f5632ad488ccb, '', 0, '?'),
(0x4535fc3bd5d6dcd8745282939d244cd9, 'wp-includes/js/dist/element.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/element.min.js', 1, 0x00000000000000000000000000000000, 0x688f6097bdee1c3f8a73274c30e4e0f0, 0xbe98b656a12c2f0873898d853b55750bf3de196b3b7c91376ca18a1916a2a953, '', 0, '?'),
(0x4537963817951b4b0c16dc69a1d30a5b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', 1, 0x00000000000000000000000000000000, 0x0f6d0c43142944a6b81da525fd6347a0, 0x04630d23363dc39fe854e95322ed2e1f14a19e538e7672356c298175718adf82, '', 0, '?'),
(0x453a01ddc0c836ee682d3f6ce5126eeb, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xd1b8b2a79c00297b1882847057997220, 0xe9d783943b5a1e29a5acc1efad2258ac8213f258f89ccee2bcb4a49f6ebee8ea, '', 0, '?'),
(0x454293a6920760072b6efe58e728f29f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', 1, 0x00000000000000000000000000000000, 0x7dc40e2ef178dbbb1b8404c6ed1dddf8, 0x7732232d10f4118afaa15a548f418b84f4cfb4fb34514f42d4b46f25050b7749, '', 0, '?'),
(0x45489f42bb1046a5617e16b8b37ed664, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_10.php', 0, 0x5db5ba492d629542de223ccb11502ad8, 0x5db5ba492d629542de223ccb11502ad8, 0x1a4abd5117ab4a3b835fb09d0b844b6824bad4c89820590da51d5721e856fb46, '', 0, '?'),
(0x454c4f67a79b0088a9b789130c120d00, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', 1, 0x00000000000000000000000000000000, 0xaebaadb226e1b134cd14b3ddfac11e22, 0x04ada168d2fa864cce31fa7f4738c441f9e0045d563f5dfa9863c2f336de04bd, '', 0, '?'),
(0x454ecae692230c064382ffe4c4b42e33, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', 1, 0x00000000000000000000000000000000, 0x5efeabc3ef78939e450aefb4d088ea7e, 0xb9586b6488cd92aace3405fd8607e61e1840439e83b7aa083de4cb3d956e99b2, '', 0, '?'),
(0x4550d0d510b579678343d996c25eda31, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_code.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_code.php', 0, 0xec6694e3d5402ebaed262eb09ca4b232, 0xec6694e3d5402ebaed262eb09ca4b232, 0x74c5a1ac2c916f6ae1d960372ffbd88174c0de0f359c9c773c4d715a49f3fb20, '', 0, '?'),
(0x4557ec732cd26638b9dce1befaee02cb, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php', 1, 0x00000000000000000000000000000000, 0xce108a0900bb128001dab6a8aefe6273, 0xe029c17faf6b4e2252c00514b362cc81af1541a82a36f13dd54631d0a49c9cd6, '', 0, '?'),
(0x455992e6b1113aec7edb2efd2e97ea8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import_no_content.php', 0, 0x0e430fb9808135d30089a63fd6a3ed95, 0x0e430fb9808135d30089a63fd6a3ed95, 0x2e629aaaa102a460c4fdfe0daebf19e0595cfc730cfcf7fc38428e22dd59f02a, '', 0, '?'),
(0x455b23c6019c28d3875d711bfe955a9a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 0, 0x505f3a2971d80715a8601f7bb8139023, 0x505f3a2971d80715a8601f7bb8139023, 0x86a2a8c0b0bca6f208ea02e169ff624e29d69151139529532337f9898204b82e, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', '/home/abt90iranbet/public_html/wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0xef4e524db1893c5cf7a0bcb13e9df4c0, 0x7de9e60fad0e19bc6b2b384d8615553d3c3bfed97496bc8fb3492a2ce33423bd, '', 0, '?'),
(0x456938a0d2ca3cf0ac55c985d742be1d, 'wp-content/plugins/wp-rocket/inc/API/bypass.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/API/bypass.php', 0, 0xc94e0fe37a87435a6bbc88fc1936dc7a, 0xc94e0fe37a87435a6bbc88fc1936dc7a, 0x2215602505cdcfdb14a46e48a049bc4bac7a04dfceedea96a66d2a6cc3f564da, '', 0, '?'),
(0x45694bb42de34ab512c9b3a3facb1d84, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3.php', 0, 0x3728471be69b4dcbe997ebb6c6cfe139, 0x3728471be69b4dcbe997ebb6c6cfe139, 0x19319433f389eca011fb42cfef6128658724c31dbfe32f7b3d3947da49d1cd8e, '', 0, '?'),
(0x457235604c5deba2342b12890c71dc0b, 'wp-content/languages/fa_IR-81c889563f09dd13de1701135dc62941.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-81c889563f09dd13de1701135dc62941.json', 0, 0x3e348c72d087f1bc66ac4337a7331819, 0x3e348c72d087f1bc66ac4337a7331819, 0x2edd25e8a893839e1532c6b21d8a56b9e43fb8a6184a45381691aeda97a2a732, '', 0, '?'),
(0x4575477c3e2f968d7ff0ecff751a7fb9, 'wp-content/plugins/wordpress-seo/lib/abstract-main.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 1, 0x00000000000000000000000000000000, 0x30674b819e2ab710ff9c4c5abbadc083, 0xb7f0554be1a93cc523242fcf91120f20890b3c53e4428a54202b12a15ad6f551, '', 0, '?'),
(0x45766da4f28e31c60c557e0e41486ade, 'wp-admin/js/password-toggle.min.js', '/home/abt90iranbet/public_html/wp-admin/js/password-toggle.min.js', 1, 0x00000000000000000000000000000000, 0xca6ac722edc2bbeed5efc09d561fafc5, 0x6edf97a3bb2271fd0f97f88c06fba4af05027b4b754b5a4bdb0d31f35e848bd0, '', 0, '?'),
(0x457c3785eb6bebc34f32c1ad4b13c0bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x457c9f054ee0481858e55784ebcaca87, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', 1, 0x00000000000000000000000000000000, 0x8c202d672b89bca0d487571c138550c0, 0x91c179b33bd68c20a10e32add5c3c211f449d26c52490666bbb36b6cb1d9ec0e, '', 0, '?'),
(0x457d7dc99f9676fecdcbc802eb001bc6, 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x8c08c70288e47d20fb6e35a411f43331, 0xf8e078cebce187f65bdc10a54604c107bd648bad928aaeaff2019047ac51560e, '', 0, '?'),
(0x457e58544c77dc48ad80ec8ff830a54d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newspaper.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newspaper.png', 0, 0x1afe8153eccc53f713c8cbe0760987d6, 0x1afe8153eccc53f713c8cbe0760987d6, 0xe1612db2584865e9109119f9f04a428f059a8621d0d0bae092f9611b2fd0527c, '', 0, '?'),
(0x457f9ddcf8c529364315553abd2865c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import.php', 0, 0x2f98eaa17b7513cfc27b78be644a2d45, 0x2f98eaa17b7513cfc27b78be644a2d45, 0x8fad94f40477bd444f60f3809fa11ff01f8536ae82cbedfbf81d66e18ce8840b, '', 0, '?'),
(0x457fbca014028d35e5bb72ad4cfff61a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import_no_content.php', 0, 0xf608eddfaf0a6c007904957feb9e3be3, 0xf608eddfaf0a6c007904957feb9e3be3, 0x9c241496e88dd57a6445450756bd47d2b2bf181ae355fd618c079598beb504e7, '', 0, '?'),
(0x4582b7ee0039c63db175029c278d0060, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php', 0, 0x66d6a4da1434b886024f87f122f62be9, 0x66d6a4da1434b886024f87f122f62be9, 0xab6322c706993755b38cc95284f2e54f0da96ddd179675ca52b0f6556f22d09c, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x4585fa636ec4711b83e56a95cf7725fc, 'wp-content/plugins/kk-star-ratings/src/kksr.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/kksr.php', 1, 0x00000000000000000000000000000000, 0x269b2c590bff80ae899ca56958dc2f24, 0x5f1a679b0a70794e4883d7ad49a011c77b72be48cb3456207544c6f5814411a8, '', 0, '?'),
(0x458af689cd8be41ee4415a9019717905, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', 0, 0x200131d294374baf587d9250a6ab8544, 0x200131d294374baf587d9250a6ab8544, 0xfccd28fe90c44ff8d7cc20e1726243310814a83e3bc20d782634800c676eaa29, '', 0, '?'),
(0x458d09cfd262fda53b283f7ef9771e82, 'wp-content/plugins/elementor/includes/maintenance.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/maintenance.php', 1, 0x00000000000000000000000000000000, 0x16f0346b68d43b7204182c9018040b39, 0x442a936d2716b8cd80594197e8455c6af674b5034567a9c26317749308d1700a, '', 0, '?'),
(0x458d7d8802f11672946c480fd952ff93, 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/README.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/README.txt', 1, 0x00000000000000000000000000000000, 0xf078bea08e3132e55c303409d54da546, 0x61149e113ea0e3ecae19f1fe2edb3241eead4160245899500497fb8a5f1d5416, '', 0, '?'),
(0x459604e9f9fbf7fec563d3784421a842, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 0, 0x296f3caa16598a0262fcc05cde66cbe4, 0x296f3caa16598a0262fcc05cde66cbe4, 0xb9c3ceb5ab3ffb344aed82634958cc897b1ccca9b8bb41c894ba1d4f791dfdf0, '', 0, '?'),
(0x459a3eeed6b1f4cafddd383793532d63, 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/html.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/html.js', 0, 0x99026232904491431379c68dc7eefc51, 0x99026232904491431379c68dc7eefc51, 0xadd6897fbfd694127c6ccb13cdb345f062a6f8a49a4cc421cb98d556faa7fa30, '', 0, '?'),
(0x459ab8957aed57d53572afb33c99924b, 'wp-content/plugins/td-cloud-library/includes/tdb_toc.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_toc.php', 0, 0xeca7b9cf1af5d346d27fe60fa95732f5, 0xeca7b9cf1af5d346d27fe60fa95732f5, 0xf7c1ebbb08779e9e90f28d6c2707f33fd339f1efa92158327c634caaed74929b, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', '/home/abt90iranbet/public_html/wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0x6e9941dd02f16ccf5c4d2db48e0875fe, 0x36462572357adef7c84ecbe034947f3f9ac48c414120e5ff8fc22d82c75801d1, '', 0, '?'),
(0x459df9a273133da25d9a8a94ba923d61, 'wp-includes/blocks/post-template/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style.min.css', 1, 0x00000000000000000000000000000000, 0x109072135befe9712712e1d1e071be66, 0xcfd438fc4df06c7dcb37ada1a2e76f83c52e0dd5e6801b9bcaf410a66052397d, '', 0, '?'),
(0x459eeae74238726d9004d611ae7be8dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import.php', 0, 0x65e576178ad873a39db68dced8b7f7c1, 0x65e576178ad873a39db68dced8b7f7c1, 0xec66c50ea1b8178afe300317573d6c2e445921cbee45368b323e619a98ee7200, '', 0, '?'),
(0x45a4f8c206921f8069d1bf92a4c421ed, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x54e8505227edae1e583cf2f9554abc3a, 0xf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9, '', 0, '?'),
(0x45ab816ef3f44e25fa78f6186f34991b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions.php', 0, 0xea7410b1435aebce864e28ba43c930c5, 0xea7410b1435aebce864e28ba43c930c5, 0x810a5f88a27fc166a7caac5ee4903d8d67c9822bd4f95d7c843798f82d349db1, '', 0, '?'),
(0x45ae6e1c03966a97c16492ad9583ab31, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 1, 0x00000000000000000000000000000000, 0x8c79e87613696cae32379ee06b2e16c7, 0x007b1e9b761384e99d34852b39a4ff6f26312047333c7fedd3078dcf102a4361, '', 0, '?'),
(0x45b40b3b3da9ab8d340bc25d4c5b4fa8, 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 1, 0x00000000000000000000000000000000, 0x9bd5ab630d2a6aba14ed48d7fe9f0594, 0xfbe8be4e6acfc55a76c3adc1a0d8212ada700a457b2b2c9c85795512ed8108d8, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', '/home/abt90iranbet/public_html/wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x5033b90aa7ea377c4c3f4d7441bab3df, 0x1c146183e481c089d6c163c473631a8d83b922e2560f1de8c14c5cbcd19ab519, '', 0, '?'),
(0x45b8df8dbe3fa5d89e711a7a416f1772, 'wp-content/languages/themes/twentytwentythree-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentythree-fa_IR.po', 0, 0x55857339514f0d727948256e899af591, 0x55857339514f0d727948256e899af591, 0xf7b6ca80560b0189aff3c0d7d7f3ef5c9bd3d2f8439a4cd47b514015402f1ba3, '', 0, '?'),
(0x45c058cb97822b664f063364c5defa75, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_favourite.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_favourite.php', 0, 0x0d9c294fb143f3fa69440f55a6d269fb, 0x0d9c294fb143f3fa69440f55a6d269fb, 0x67f42752feb382b30de726899c766b4310816e0c841cee105cccc12ed575bca6, '', 0, '?'),
(0x45c92bd6a96759a32fbd5d695b1f7d0d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2.php', 0, 0x1fe9c60c417bb85fef9aa06c9e86b527, 0x1fe9c60c417bb85fef9aa06c9e86b527, 0x1745d7728128a251e7931646440fee4cc16b49351233eee861d377674f15907e, '', 0, '?'),
(0x45d31e8575059407e617484677e987dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x45d715b477d5f2fa90426452792cfd36, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', 1, 0x00000000000000000000000000000000, 0x6b08d64e754847c1c3119c37b698da08, 0x975f82eafb5e2ab61e8e1fcc5af3e40eba56cd21e2e7ad40fb0ea563bb054d3b, '', 0, '?'),
(0x45d89fee057ec151a66b73a5da692669, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-user.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-user.php', 0, 0xe5136f79d31750c1d8d1d79c784dacf0, 0xe5136f79d31750c1d8d1d79c784dacf0, 0x0b06386d711c6ef022a1b1cfc36e7084e697887ee135e20bd2bd2a635d6473f9, '', 0, '?'),
(0x45dce7c3c20edc706e5a3a16ad6a2c9d, 'wp-content/updraft/plugins-old/updraftplus/images/updraft_cross.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_cross.png', 0, 0xbb61aabd2f3da3c8ff645760db5bd93f, 0xbb61aabd2f3da3c8ff645760db5bd93f, 0x25f27a4a9fbc517659895e20cad9f0a6c44faf96d0153440054668e048775089, '', 0, '?'),
(0x45e32bea0a6eedb2e2e784dc6c361684, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_265x198.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_265x198.png', 0, 0xdaf76c91a06a79652de9dbe209f132be, 0xdaf76c91a06a79652de9dbe209f132be, 0xc4ffddc0d2550783257046d050078d6a4653ca48ea32650ad8e53aeddd3316b6, '', 0, '?'),
(0x45e86b5ab2dd806c3fb7094f4bb5f0bc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', 1, 0x00000000000000000000000000000000, 0x51c281c6bf145be4c3a81128e067bba8, 0xfb43b09048536a0faca993880bdd76e41fd39d72057d23b3e6b0ada8edca07a7, '', 0, '?'),
(0x45e9423341c705c9f42d0ddc2621d554, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, 0x00000000000000000000000000000000, 0xcd932f71f9f561ea295e3d663f9fe4fe, 0x920f078fd58109a78ea6ad653f9c7aebacf5aa9663995a0a888ef5809c47e2c3, '', 0, '?'),
(0x45ea54ddbbcc51ffea0fbf1ed5b4ce73, 'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php', 0, 0xaad7c029a1a04fa7ea6bab6df9ded5ca, 0xaad7c029a1a04fa7ea6bab6df9ded5ca, 0xfeccdf61b5b7c9cac65dcf5962db63631448a1d62ba827caac5ad30b3ff2e432, '', 0, '?'),
(0x45f248e1ba093b95f2471bdc776ddd0a, 'wp-content/plugins/amp/src/Admin/Polyfills.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/Polyfills.php', 1, 0x00000000000000000000000000000000, 0x01959afb98660b2dd01a2f3edf36f1d5, 0x2dfc83f0080f2f2e0021780753070ecedbb76c567c767884afc18f5ca05934c4, '', 0, '?'),
(0x45f55f358cdb292d7a578ef683d06199, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0xad86c82e44596642427d758860b1f600, 0x904b0984997d4024635341610acd81a4c1bf8c7850e5b70aed6cd1e34a8ecd7e, '', 0, '?'),
(0x45f97af23ea290079e6426aeccbf8dd3, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', 0, 0x4d38c3e30f5c333cf6f4ae6e42656fc5, 0x4d38c3e30f5c333cf6f4ae6e42656fc5, 0x7a4851dfea1da098209601760cd0e61ca33afd4cba96f55915f02b81366bd631, '', 0, '?'),
(0x45fe270cf5d5e0914758f3ae332e7a91, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius-abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius-abstract.php', 1, 0x00000000000000000000000000000000, 0xed02e19bdc78d956a24ca488b5bf727f, 0xa6beb39fa1f3329dd2cb4856aea80fc7c73e2488677529edb00361ad07923d90, '', 0, '?'),
(0x45fe3025cf7cf040957a6cc56acf0a26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import_no_content.php', 0, 0xb10d4c95e1b098379c5a3c3784761847, 0xb10d4c95e1b098379c5a3c3784761847, 0x62ad219e8fb9fd6df2986d8eedb406782dc61f7a8b1c3c2e90e325ae82f7048b, '', 0, '?'),
(0x45ff2024165365e2f26b6ef12085ebc5, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 0, 0x259bdec84afc3a78a7cb69883d59e0a3, 0x259bdec84afc3a78a7cb69883d59e0a3, 0x1ffaa4e9fb7ca4f97d6547c8f16cd1b4ded0f0c7adbac5bdd521a070b4921724, '', 0, '?'),
(0x46011987f243be82deab00c41d5f1c2a, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_r.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_r.png', 1, 0x00000000000000000000000000000000, 0x8ae4b3ef109ee66ec1022632470ddd0f, 0x2c06311308dfd29b8beaa9b0c662f7e4d082603b31361903289019f72b0c3842, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x46028768f940c7d5f88790493f63e670, 'wp-content/plugins/shortcodes-ultimate/changelog.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/changelog.txt', 1, 0x00000000000000000000000000000000, 0xe943347a28a9dbbb126330303d5ad97a, 0x7ada3667162d14dc8c71abd97e406b5d8a7fb34eeb4e7e71c622bf45c1452312, '', 0, '?'),
(0x46034e4c5fd6199a0c6b9d1693a1132b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_header_template.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_header_template.png', 0, 0xeba5e835ad945387982a5f2b22f4f361, 0xeba5e835ad945387982a5f2b22f4f361, 0x1d02fa9ba0acf2f01ad8f3784ab880fc796ae88884694584d62077d53f817acf, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x928f01b44910d55334be266b07fbeb44, 0xeb1391b0e8206975d2cd361023498342338366d841fd115c0a3c57a0504141a3, '', 0, '?'),
(0x460ff8486252dd94945036941448b675, 'wp-content/updraft/log.ad376377ca6f.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.ad376377ca6f.txt', 0, 0xe780d0b5ae3c20bc43bf3d8be547d09f, 0xe780d0b5ae3c20bc43bf3d8be547d09f, 0x0e43445b54f5f2e3ef2c7ab54598b980f8376ecfe21bd60a983a7fe2982226cd, '', 0, '?'),
(0x4611489e99f3e6ca58ac52b62d9eac14, 'wp-content/updraft/themes-old/twentytwentytwo/index.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/index.php', 0, 0xdfdd9e64586d6bba5f4cd20057b0ba84, 0xdfdd9e64586d6bba5f4cd20057b0ba84, 0x868b6ba41d985cea688804138e366b851b05a64b3426fc6d79308f67f880f446, '', 0, '?'),
(0x461a2218a374d3dc4f43e364e84a7b71, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tabs.php', 1, 0x00000000000000000000000000000000, 0xd2ea067e6462215025ab5cd08087c456, 0xb316ed4096cc79500528cad63421a6d0cab33faa1de73f6912c3d27311e16878, '', 0, '?'),
(0x4624272f84b53a7139b08ae2a9e44f79, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', 1, 0x00000000000000000000000000000000, 0x99de88270c14201d87ae2c1023f7b687, 0x251c8e6bdef0f27cbc80d214aae7830ddb04473a823f845f8bb05f1508039e14, '', 0, '?'),
(0x462c9ed736d6c7f43c6d4971110aa64e, 'wp-content/plugins/elementor/modules/wp-cli/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php', 1, 0x00000000000000000000000000000000, 0x36f0a14381165a2b2f1e87e7fe2cbe9b, 0x63c0be6fd94317b1fac9a8649c74d3526e699f9c93eef56bcaeb9802eb0db4ef, '', 0, '?'),
(0x4630c45a7021ed1a85e16a82c2753457, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-header.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-header.php', 0, 0x67ae35307a83be11def3e5d1e465c609, 0x67ae35307a83be11def3e5d1e465c609, 0x9feb4e62f7987f4730e64c05ac89acb16e519e0cd95a4a17074b9de21910caaa, '', 0, '?'),
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0x4631ab8b019c1809ecd6d99b9c29489b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 1, 0x00000000000000000000000000000000, 0xf3431ddaa54b2a5ac8f9fe7c3402749e, 0xc58362465f9761e38c137378710b60c938ad44e018a4b4aebe217d2c958b132d, '', 0, '?'),
(0x46361fd1677bef5988e920979713529b, 'wp-content/plugins/updraftplus/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x463ea5cb4b6f3b6f71bbc9c5c4772405, 'wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.js', 1, 0x00000000000000000000000000000000, 0x2ebbbf54c1e68125f0df732e07d39dff, 0xa5f4eabd5a53e5c3f44c205cd99a6788e7002834cd2da03f85c94b7d46d7a0d3, '', 0, '?'),
(0x4643572e18f63307a3b1a61ab19d55cd, 'wp-includes/js/jquery/ui/checkboxradio.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/checkboxradio.min.js', 1, 0x00000000000000000000000000000000, 0xde838e780b3e142ee014cc26e36ddad7, 0x6a752c2bb89318cc5ae9c9e420c5cadd17a2224d7a8fd0839f3e93d57630e602, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0x465087f05701d60f341e56cfe7c0366c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 1, 0x00000000000000000000000000000000, 0x650e92fbe119a4f8a1c0fc2063688c47, 0x07644261ea0f6e28dd7a8b381c0e1a2def7c3f94c46be74aa3b4cafbddc06990, '', 0, '?'),
(0x4655956edb0c5e4eb3fdab2f7fd40b64, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_8.php', 0, 0x74dc3e086e68ebfeb4cad8fb2652ec7b, 0x74dc3e086e68ebfeb4cad8fb2652ec7b, 0x4a53cfaf7f4238d7021ec11d9211f21b33a87f0d1192ef90d2763ad37a9fec7a, '', 0, '?'),
(0x46561d4abf2554bc791c06d98bab6582, 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 1, 0x00000000000000000000000000000000, 0xad238303d55b2e467052be19e89cfb62, 0xf28dd6b46b1c54ce19e17a674a0cfca80b67cc42b51f6a65017f2901e14cb933, '', 0, '?'),
(0x4656348cbe06e49befe43898bcbcbdbb, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/admin-panel/logo-panel.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/admin-panel/logo-panel.png', 0, 0x82444166eabc354b4ca77ce879cc5d8f, 0x82444166eabc354b4ca77ce879cc5d8f, 0xb3ca0c17d5a06d0f2f2d94cbd65b8a38e0c0e2dcec0453d67ee021e81bbc0746, '', 0, '?'),
(0x465f065b9667d1ff830edd3eb564858e, 'wp-content/plugins/poka-review/public/images/icons8-ok.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-ok.svg', 0, 0xd563e4141c72f7ec36b0e836118fefab, 0xd563e4141c72f7ec36b0e836118fefab, 0x7f3b4f165886ee059a51c992df55937bdf946e71a40a85d0f639ade61f52d20a, '', 0, '?'),
(0x46604ddfb863ff1b4ea721a1b7afed08, 'wp-includes/blocks/image/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6ca0b3c766cff9ad0c5de309dbff7eed, 0x9b3bde7b43243573e6889d8dcf24a2ec3ccf14104c1917efb26b85ae7c0aa24c, '', 0, '?'),
(0x466971b29b118447f4e45b5508773752, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/permalink.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/permalink.php', 1, 0x00000000000000000000000000000000, 0x8cd45328197424a3ef43e75bf22fc52f, 0xff6730aa036a83626f147a639307d8cb4edc34dd5bdd8de0f6d766b91ab5ca80, '', 0, '?'),
(0x466a7c61f6b7b0c5519fe4f270d85508, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', 1, 0x00000000000000000000000000000000, 0x007d0aab958268828d3a633f90699671, 0x9c569147273b7bb8ba98ba2fd922cf88ca83eea55b86ff53d086aae9de639ea2, '', 0, '?'),
(0x466da089c51968ee748a1f4b0f2e73f0, 'wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php', 1, 0x00000000000000000000000000000000, 0x384c0bc0fcf0748fba917cd8ff69ab7e, 0xebfe2353071e4653b8216756551492a933228fc45461ec5c2bd714ca5006e39b, '', 0, '?'),
(0x466e635719ea03931ac1f7edf1cf99b2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_7.php', 0, 0x943d5dec04df203730a3f6fac1898296, 0x943d5dec04df203730a3f6fac1898296, 0x3c601b54252cb383052cf23b7d41c43a2f002df53ad10afe9e4cb4ad686787a2, '', 0, '?'),
(0x4670de8d5cacb85394c7ce2701926615, 'wp-content/plugins/amp/src/Infrastructure/Injector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector.php', 1, 0x00000000000000000000000000000000, 0xa5504b802969952920fa1dcf057600c7, 0x717e7b2806034c443506c75068ba9c88d2e5985cd5004c1715cecc83f8927282, '', 0, '?'),
(0x4674e04836d9608a79e8db90d6bf605b, 'wp-includes/blocks/button.php', '/home/abt90iranbet/public_html/wp-includes/blocks/button.php', 1, 0x00000000000000000000000000000000, 0x64be618820814c11c2c1cc37fb9da29f, 0x9a273b4b59db1531b4d47dd71b266fa9bd5551aebed9d123bd4e8daa67c3671b, '', 0, '?'),
(0x4675d9d0b98c8cc9d2f59273c5609721, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 1, 0x00000000000000000000000000000000, 0x72967b8cba5f64f9e05dd8a3a609546f, 0xc427a3a8259b473247efe630ae716c86e14f8cdb4c6dcd60fd99e4c330473527, '', 0, '?'),
(0x467cf70f9c0ca7a777dc5a512c4f97fe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x4687bae5bcae719dc1a3281a8fe950c1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 0, 0x0bd0df0eb598905e31cdeea04826b1b7, 0x0bd0df0eb598905e31cdeea04826b1b7, 0x7f9be6761eb6cae5b6dca0782307693694a5f68bddf5a8323692094de30a8646, '', 0, '?'),
(0x46890976a6e6c5659d3da8e93e1d5d36, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/display-posts.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/display-posts.svg', 1, 0x00000000000000000000000000000000, 0xa9e1c811a66614f19e3be2788069c271, 0xce432074f626dd4c69a98456efadd9c17115164b2ace1a3950c7d9ee36c9b827, '', 0, '?'),
(0x468c808637dca7f417554101119767af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_8.php', 0, 0x9d7f4d30de25811868d68a8f7c40f9c8, 0x9d7f4d30de25811868d68a8f7c40f9c8, 0x85c155fbd5976d79933bf6c0515306b88297b1a184cd3aa7b5060fb5d98e3b8b, '', 0, '?'),
(0x469040e9e9595519ddef4782a494114f, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_4.php', 0, 0x933f512a05e541924539df871b028d04, 0x933f512a05e541924539df871b028d04, 0xe7ff6f53150754979eb44c49696a576b2cd62809b9030a02d0724e68b7c41fa8, '', 0, '?'),
(0x46912def85de825933e1276b484af5df, 'wp-content/updraft/backup_2025-02-18-0332___90_01d5355a8ac1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-18-0332___90_01d5355a8ac1-db.gz', 0, 0x07701cb7b89bd4567636062e2ab58367, 0x07701cb7b89bd4567636062e2ab58367, 0x2599f4667f27e940c5926510202195895fb87cce57972748bf3d6063f61055e7, '', 0, '?'),
(0x469a845dbdd16cbdb88f6bad76995dfc, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_title.php', 0, 0x820edb13090761e48d1b3fdba87bf91e, 0x820edb13090761e48d1b3fdba87bf91e, 0xa041185ec0a52a7435f1347c86db73d6a56550f81be9fb2e072838a26bb8e0c0, '', 0, '?'),
(0x46a1bd69bf510edc39a761eee830248f, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-cs_CZ.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x97773ea0defc006de8ba654dbfef8009, 0x7331134efe39ea5eb844a29555dc8adadfbea8eb28cb642d539025cdf3a49616, '', 0, '?'),
(0x46a25c76ccd4b6c64f1f62d08cb75e7b, 'wp-content/plugins/elementor/assets/js/common.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x9feb69c44a5ffb8538ba3fca2d7b541b, 0xa1b1279658fbf5d9bc661f68caa6f288a01de5c8888e7e701ff3346560bed582, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c318de899e08aed6f4daab649fa133, 0x7ef027bea75b7ad07b87117f0f05d83af5cc039bd14cc4804e3741079b9e0913, '', 0, '?'),
(0x46ba567fb6e96e684c331c05c83c6f3c, 'wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg', 1, 0x00000000000000000000000000000000, 0x2592a5306d0dc748b599f783c26728a6, 0xe34ea8eaa1dd20e8655d4973e74710a069635de263edd9511852deeb41791a42, '', 0, '?'),
(0x46bb7ed72732189a270141cd8703e0a1, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php', 0, 0x9c4de23577d0f7587649368581dadcf3, 0x9c4de23577d0f7587649368581dadcf3, 0x540299c55c2e06916594dc0e96f204be99f18020c01807ef99e7ebf138182215, '', 0, '?'),
(0x46be744295c68fc5570ce5561f26fa75, 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0x4ebfaa8ce455e82695766c4a3fc097f2, 0x91a7a45a54994b157ab65db53cd9698a8b341b004c278213b52e2e5261c31598, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0x46c62ce2f3f6f84cefc6ab8f1d8f1d80, 'wp-content/plugins/wordpress-seo-premium/classes/premium-keyword-export-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-keyword-export-manager.php', 0, 0xefe3b6cf475a4d5ca23c6eafba091320, 0xefe3b6cf475a4d5ca23c6eafba091320, 0x0df880b2cea0b928847620ed517848de5fe2b751da124416d3d499e23c0ffd75, '', 0, '?'),
(0x46c6db1fd2fe430fcb849434b77e2ef0, 'wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png', 1, 0x00000000000000000000000000000000, 0x09659ea36f0a34b0238612ee7e7d5701, 0x008a2270cdcbf1b601ef4779d54e1d707ec4f72a951f9a20376eb57f27e4d88d, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', '/home/abt90iranbet/public_html/wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x840b10a5afd6d1f8b294ab787285d9a1, 0x8e88c6ee6c88dcc98f97b14e9f6728bc749c51fb64edfcf2504066a343f6bd55, '', 0, '?'),
(0x46d15c22bc4c87f28ce4dd2c34eaaba5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xe929ac79cb08feaa5bde996dfb4d5e1b, 0xfbd067bbce3d4892d397948dc5d682874810e2d7772f7ebd13b0f99370062d2d, '', 0, '?'),
(0x46d30ecbfa9cfa3111fd3632bd95ce7f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', 1, 0x00000000000000000000000000000000, 0xcdf08205a73584e12f175db87c665c0f, 0x6d98b239d076c003c33a4fb24eb1a041b5238ba336b578900568fe9eba815446, '', 0, '?'),
(0x46d47816db629a7f5c0e575a54217159, 'wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo', 1, 0x00000000000000000000000000000000, 0xfed779d74e36d3892aae2d793f15a519, 0x63da599bc18a24e1667d4e3be135c32d206e5843b52065218e8b08e2cc8fa3d3, '', 0, '?'),
(0x46dc78a61a3449cb6847624340a58661, 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 1, 0x00000000000000000000000000000000, 0xec2eb7f84a8acaf5d4e774ec19c879df, 0x2ff9553b186e87140afddcf80d1db57ce00f82d50df32398af6eaabc829e976b, '', 0, '?'),
(0x46de68877de2992e1681ecc804eda6af, 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js', 1, 0x00000000000000000000000000000000, 0x27577c6b9a745710daa655e087616bd5, 0xfc814aa591fd27fad8eae35554692c6ba56f7df90307e9e5a7c4aff972ad7f15, '', 0, '?'),
(0x46e07f70b94aa12c18cfdf606e645856, 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 1, 0x00000000000000000000000000000000, 0x9eb1b5138875e86231568f8cdec6496e, 0x2df14f29a8feaa4170e3b8ad65f7eaa8b8ab8a0e22df4da7269c0a7a645ddf0f, '', 0, '?'),
(0x46e0886ad5380a39abacea1e3754c811, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0xd299bf5b6503b485390d54a6fe9894e8, 0xc2142b2a895b4a7db3a7fbb8f4a8afea53cb68976f4a3d065bf13cd994f4414c, '', 0, '?'),
(0x46e2bef5f6ae230043d9fe0714bc8ce8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php', 0, 0x69cbb09d678475dc7a9e53ba9a0a290d, 0x69cbb09d678475dc7a9e53ba9a0a290d, 0x2631529b8770a94fa31217d5b94b98750ed80c2e69874e2fe635b630ff81260c, '', 0, '?'),
(0x46e2e1ae2d1ed873aeab189dd0a2a069, 'wp-content/languages/plugins/wordpress-seo-fa_IR-b2bb3542a05d1a95a5866b83cc7b8a5f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-b2bb3542a05d1a95a5866b83cc7b8a5f.json', 0, 0x5a7c46b9fcccccad6d7dfe29519e4281, 0x5a7c46b9fcccccad6d7dfe29519e4281, 0xddf41aaaf46f57c4fa3f343662a72ddcfa6c5e69dfb82b555949a49fd737a587, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x46e42060048d5d2534c056db2f996451, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/RequirementsChecker.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/RequirementsChecker.php', 0, 0x4f695e86f78e77650f3dc5819c430f1e, 0x4f695e86f78e77650f3dc5819c430f1e, 0xd607c42294c7add739a31e9bf8c82bed59583347a122d163a3ef13c78d67226c, '', 0, '?'),
(0x46e63b20211c7e6cadb104b7895e6dde, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 1, 0x00000000000000000000000000000000, 0xc2df45825e1aa611e4b8e1da0ce66226, 0xf3631d0ad2f8c564db5b62f13a4fa8dce83b4612ff3bfc409df5b70f5371ab42, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', '/home/abt90iranbet/public_html/wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0xda3cb4a897815ed20d92a87121161a03, 0xb33d4c116937cd0974be497d9b7cb8eb39a096d66f68fac7606face6cd3d4344, '', 0, '?'),
(0x46f52ecd63f6abc8e1850ad5c62460a9, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 1, 0x00000000000000000000000000000000, 0x6aa968b78f79e04f5c8550cbb6b30046, 0x6bd9768827fc7fe43cb6ab1a8a6bbe2eea2e8c3e0971f2de76f4ea7d45134fc8, '', 0, '?'),
(0x46f55697c8ebf7c1b94f6425cb7c758b, 'wp-content/plugins/wordfence/images/wordfence-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wordfence-logo.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x46facfafbfdc682bcdab5c6c65d8f840, 'wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x47006961500fb748d57a39b900923953, 'wp-includes/blocks/loginout/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x53093aeed796108e5fd862c0e34defe4, 0x79fc5403cb35199ba3f96d205abed9049556d12321c93ada5ae6e704a6d91e1b, '', 0, '?'),
(0x4701bb3b2c8fc44168a301f8f4c9318b, 'wp-content/themes/twentytwentyfive/styles/02-noon.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/02-noon.json', 1, 0x00000000000000000000000000000000, 0x8ef710f0e60adca0022da3fc690711a4, 0x3bb88af8df49ca1ab2c9177c09546e4e4fecd21c0e5878096f10e55f26286ca3, '', 0, '?'),
(0x4703cc4932427898662127e805821905, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x6be791bf7265fc9ba6c255420fd45df7, 0x08a0a6794998705194d829c73c35b34f82ca6f958e2d39e6de6a5753057a5b2c, '', 0, '?'),
(0x4704b5d738fe7dbec6808d44bebb341a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_panel_settings.txt', 0, 0x1a95b1c9f687f564b7201e6a773f009d, 0x1a95b1c9f687f564b7201e6a773f009d, 0x094d66f7b1724fc5c1b804d7bc92ad4f8190fad3912a418b3ba04abb0243e1f7, '', 0, '?'),
(0x47090ab71a2073bec60736aaba005142, 'wp-includes/blocks/details/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/style.min.css', 1, 0x00000000000000000000000000000000, 0x14d7f86d2a9d636176534795c162c9a6, 0xce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3d, '', 0, '?'),
(0x4711cab4957de35801c332d77aaa9044, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7_no_content.php', 0, 0x7c6ef530f47019f5485afd87ad8a4a43, 0x7c6ef530f47019f5485afd87ad8a4a43, 0x30c41a738a62a0e19a61bbff18552b625a4de58bb40d4260d8680d8091a6b204, '', 0, '?'),
(0x4715a0529809e1fc83a4113aa6aa45e6, 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_1.php', 0, 0xf4815288b7ccf081bea1292a87f86b8c, 0xf4815288b7ccf081bea1292a87f86b8c, 0x766f2ca0a0128b7136251752f97fe57b228df88b8bb2e0741545d59c914eae10, '', 0, '?'),
(0x47208dfed4dd1b8f88c475a13ac812e1, 'wp-content/plugins/elementor/core/dynamic-tags/tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php', 1, 0x00000000000000000000000000000000, 0xa13b3042afdfc785645e203bc76a6535, 0x84864c8b730e8d2573d5f61fcd32fb4da4c884573ec5d6ffda85dacccaf60be9, '', 0, '?'),
(0x47227d72f0f1ba6db5feee327d87e1df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_css_generator_demo.php', 0, 0x052c022e168d1dfc84cd26c960c26164, 0x052c022e168d1dfc84cd26c960c26164, 0x59b024c6c5356c9ed632dd5674b238391fe0853db92eb53a7d1dcefc20311296, '', 0, '?'),
(0x4724a4b7303b2949a3543fecd0162ace, 'wp-includes/class-wp-block-metadata-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-metadata-registry.php', 1, 0x00000000000000000000000000000000, 0x0d3fe89d1b95bfb2d2858a211be8871e, 0x0681014eb7abb16b12b145370f2ed1b5851f24fb6791f7cc2a68366277fa0091, '', 0, '?'),
(0x472a8e7790f462d3b01ebe68d9e9499a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php', 0, 0xae819136b6bf530bccee81f993f45793, 0xae819136b6bf530bccee81f993f45793, 0x3a970c97c927991f4cf0b6ec8fd07233831e57a10f08aed99973a8d7c487b3f5, '', 0, '?'),
(0x472aa57b560f28961df4a94a856bea67, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow-no-shadow.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow-no-shadow.png', 0, 0xd6d679c59a9d928fa9b773b2be2940c6, 0xd6d679c59a9d928fa9b773b2be2940c6, 0x9eb9c9c2536161bb040954ff2208777e33a7ca91926f34f61126fd51aa6921a6, '', 0, '?'),
(0x4730f1977e07fbb204c24c57a6799a73, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-core-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-core-functions.php', 1, 0x00000000000000000000000000000000, 0xde3a77bd1bf5bfb4a3ceda5de8ec9e5f, 0xe3e81183ed7cba356c00cf7beed0f7d0a716dc10cccbc12a5bcaa7dbd0558711, '', 0, '?'),
(0x4736059ca2d0d093634b35eaf90da575, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.mo', 0, 0x3d808f4799a2dfeb8fdf41fba351a2b7, 0x3d808f4799a2dfeb8fdf41fba351a2b7, 0x42f13467fc465491f0ac2fcfa3a1a1c5c131d8de8f9ff019c6adb7bdaab705be, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', '/home/abt90iranbet/public_html/wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x257fc1215521b8bc1728bef1383ab2b0, 0x2e442ada8b97bc8c1d9bccbb824423e7e51225a386587b1741fe1302d7110e13, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0x47447538524453ffe6c5e5e2cc8c578a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4749ffbb74a11f573edf82f10bc7d52f, 'wp-content/plugins/td-composer/assets/images/placeholders/custom_field_image_type.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/custom_field_image_type.png', 0, 0x56388916a94b848ee7f69caf8fc34666, 0x56388916a94b848ee7f69caf8fc34666, 0x149a89780f692d8248a80ca1ee78aac49899bb977b48735813ede32926014ed8, '', 0, '?'),
(0x474b048a7f83e494dae4ffacce0aa02d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 1, 0x00000000000000000000000000000000, 0xaf099fa9a6f19542cd50dc4b9e53c630, 0x1038b699bb8a6ea868b0549a5ec080f27d3dca27b1454a0350930b39decb7c98, '', 0, '?'),
(0x474d554b61541b54f7654d3b226c1ebb, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php', 0, 0x80e3127bb630c512c42cfb51366ec09c, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0x474ed09f3e652d3193766b111b2e6465, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', 1, 0x00000000000000000000000000000000, 0x67ea49d97a88cf2e46f7563abc2504a7, 0xc4f80eadcf2147e1e584b1003a994a9f0e41516e5a0f65ce67c06f7011f27c47, '', 0, '?'),
(0x4751cad479e619c36fc7a92e8736b94f, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffffff_256x240.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffffff_256x240.png', 0, 0x8643f76af21916360140014fc7ce90f3, 0x8643f76af21916360140014fc7ce90f3, 0x27d7345be1c860cf903fcb93b887dc96b753039e1afa0a70d5aa98efd25b6df5, '', 0, '?'),
(0x4751f3c67b293f52c360869f05de29b2, 'wp-includes/blocks/post-comments-form/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x317be2b184f16be9ab5fa8df427628b2, 0x6b1fc6e801f3a49cf02d0aa021b235c13c9873842bc64c0e541d793393779afd, '', 0, '?'),
(0x47558120fc9f94e0f158b9c840ca8f6b, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button6.php', 0, 0x53b579b4a093f836951797587d3e07df, 0x53b579b4a093f836951797587d3e07df, 0x09320423ed1a65e3c5bd5b13103b3fbb430a47555028de322ed63dabee8898e7, '', 0, '?'),
(0x475d9485b4a159cadede8e6c8515caef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2_no_content.php', 0, 0x47576e805eb30673bc12c950fcec7ea2, 0x47576e805eb30673bc12c950fcec7ea2, 0xf8a68ce8ff61918e312239c779cffcf22a4ffc89fe0b72b3b30dd568e2bd03ea, '', 0, '?'),
(0x47605da96fe271f50383f418260b670a, 'wp-content/updraft/backup_2025-05-15-0341___90_c5bde063f114-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-15-0341___90_c5bde063f114-db.gz', 0, 0xdeff985834790c3829968597894d12bf, 0xdeff985834790c3829968597894d12bf, 0x011851274f889911fb03899fd3ecdd11c0eef44e6b7359a61382ec79e53e2065, '', 0, '?'),
(0x476467001db3399f368b555b7598a410, 'wp-content/plugins/td-composer/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/license.txt', 0, 0x4df34e4d7653a158f947bd68b0fe12d0, 0x4df34e4d7653a158f947bd68b0fe12d0, 0xadde6f5b4f3d6f2411ae18945c0930e0f1c8a9123d263be349c13ed8e4660560, '', 0, '?'),
(0x4766364cf09c00be488141424c581269, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_7.php', 0, 0x2c844c81fa1b3130c0a6ea54bbed26b8, 0x2c844c81fa1b3130c0a6ea54bbed26b8, 0x9cce40fed925bb2a10f3f744377fa135a0dcbfe4a691dcd7e8277f03af402c12, '', 0, '?'),
(0x476939a79c24c74cd0b275cadf55dfac, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xc4f7363e7ddc0d2b99443e7f9ff77910, 0x4d9d952e8ff26bfc7ee6fa5f2b3e603de048cfaead32085e7805e61845876fcf, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x4772193190e76290574665b8d9fe9340, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3108da9fb4e95cd1a789b6d2a1a2ca6c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3108da9fb4e95cd1a789b6d2a1a2ca6c.json', 0, 0x17f481b8371dc1a4491fa1dd24a9c356, 0x17f481b8371dc1a4491fa1dd24a9c356, 0xa0cc1aa92b330ddcd3ab94b839aa4ae3544b8355aa890109e2188fec5c78a4cb, '', 0, '?'),
(0x477439722b6710f241dd37472bd05d05, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/readme.txt', 0, 0xdcc8d68e4d83542ffac41fe2f6d1f73c, 0xdcc8d68e4d83542ffac41fe2f6d1f73c, 0x5f3de804057f36d2a17f180bb962dfd1f1841d21b18178d628aba7221c75eaa6, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0x55edab6d5650afa3e35321bfa5bbf055, 0xc63a6dac481b75f6c7b6102bbde1d3c049cee6fca0364a6548de8f3704d67a2e, '', 0, '?'),
(0x4775358913021fc37f9561d4afdef6a7, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, 0x00000000000000000000000000000000, 0xdb07ea42c809b8c269474f974e231268, 0xd40d34221ba366e882331e8aeb1a87769e3818b87c37ed7054ef8ded5bd69aeb, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', '/home/abt90iranbet/public_html/wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x3279d4c60465bc94d98cf9ea482da9f7, 0x479f2a9c5564788c26c6a6853bce4b7854c44791a63df21718edd9efb4cd69d3, '', 0, '?'),
(0x47766199981b7f9cd198d5ebf6d34c9c, 'wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', 1, 0x00000000000000000000000000000000, 0x214615ad56b8d05946f6a7a6c67cb7c5, 0xc209333fde6b5a2c7c2772039567049ce15d8e98140e3e6e12d834beb2fac6f0, '', 0, '?'),
(0x477f32d708de336771b26ffc00c4c0fe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1.php', 0, 0x0e0db443eca5748e444fa9a9f07b93aa, 0x0e0db443eca5748e444fa9a9f07b93aa, 0xc17c6bd27e4c9348bcc7ae5ca581e09e3c5179add337c439e788d3c5c9c48c0f, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x5bcd62dbf3804ccafc509e076fc072bb, 0xd3474a7b422dca72a9248b75a45df320ab99a15db3452ea6003225ffb6dcc96b, '', 0, '?'),
(0x47865dc2c57b57f2954e5961319b75a3, 'wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0x478d53da695b99cca7485fa79b0a6f6f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_4.php', 0, 0xdf2da919115ded53660cf19387498cb6, 0xdf2da919115ded53660cf19387498cb6, 0x09b4c9d14d77e56fe78677b8850009ad55531b6d8859d8a7154d46451b064dc2, '', 0, '?'),
(0x478dc0e03da70ee0e36cf86310970483, 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x45d31619e1401225ae101e13de931a3a, 0x483bcbadc9c8f16faef063a11dad1a2009a65f69cbd46617e3c0ce6d5282bc61, '', 0, '?'),
(0x478e3d118a90750accd7cbaebf00567d, 'wp-includes/blocks/avatar.php', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar.php', 1, 0x00000000000000000000000000000000, 0xeb6b18d94865aeabd239aa04cdb0ea01, 0xf58dc442606b8a4590bd826bf3c8788f6016b99b9917f832397b28112aa729d1, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', '/home/abt90iranbet/public_html/wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x07297b9520c636513839b377e0a4d22f, 0x29b34d5fd60c293831b697f50ce4b7abe4e97f1d98f1b8160bcf0f1c95403d81, '', 0, '?'),
(0x479c23b6a2e31c5c67a1564b1e431f79, 'wp-content/themes/twentytwentyfive/patterns/grid-videos.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/grid-videos.php', 1, 0x00000000000000000000000000000000, 0xa43e33f8a408efb9a46e32914bfc17ca, 0xb3177b7cbd0106d0bdc0a1e6d5228ae42e6ad08533d2af4c82da27182376ceca, '', 0, '?'),
(0x47a351cdce9acda360419b08279c8b10, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 1, 0x00000000000000000000000000000000, 0xd0e2a9a9806ddafe5079ac53dcd7e105, 0x2562a03cd60632341f21cc6349a3be9367179b1f63ce28e8883b634439b4d3c8, '', 0, '?'),
(0x47a6bd911d1f1239d100260fc8f226ab, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', 1, 0x00000000000000000000000000000000, 0xad69851398da23d2837bae394ee6bab5, 0x5efbe723627f64f3de9ed257e040b087e2d9827600619e721cfb87767dc7d03a, '', 0, '?'),
(0x47a92b15ce6a3ad743eb1df1c24e4650, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Base/Range.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Base/Range.php', 0, 0x5e5ac2bc61430a4a353f7003c18cb582, 0x5e5ac2bc61430a4a353f7003c18cb582, 0x72dd3ce9966853d8dd12dc8698e2249ce5ca7db3eecbd3e9c061febdf8bc462f, '', 0, '?'),
(0x47ab69ccde0e8700f7a3348c4f21ba91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', 1, 0x00000000000000000000000000000000, 0x5313e10a7afa13fd1a6b55af12b594bd, 0x67c0b13db4938348578b8a53a1f792f6ae8e66f396eb1b6b9b47771c88b8c6a1, '', 0, '?'),
(0x47ac923b8d00dda22ae967aaa75cd0df, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', 1, 0x00000000000000000000000000000000, 0x7a25bddfad5d43d2428900f71d6b058d, 0xad3399e9c1182d92b90e7633d653b54a07cd8eb87f930b8e5562e103f9f1a223, '', 0, '?'),
(0x47b0c2fc9943b68d820c4bdd16e848bc, 'wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_colors.php', 0, 0x7969d3b0b50b96f24fb79965ce33e842, 0x7969d3b0b50b96f24fb79965ce33e842, 0x24fc01de91f2a043954af92653055607deae727519d3cab4b1a7affa1b31c1d8, '', 0, '?'),
(0x47b0d78d757fa020e535f4f87e56e697, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/23_13_high.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/23_13_high.gif', 0, 0xbc9ec3c0364b8ac1f8c54fa62ca300b7, 0xbc9ec3c0364b8ac1f8c54fa62ca300b7, 0x8783bc6d9f53a85b82f505ab432d4d46dd803d63334c4b3bcd4879c259e31cdd, '', 0, '?'),
(0x47b148a7e2828a2ef7b0f5c72766639e, 'wp-content/themes/Newspaper/loop-archive.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/loop-archive.php', 0, 0xbb6fe03791e57f5511a265e9e425de22, 0xbb6fe03791e57f5511a265e9e425de22, 0x3075bd2da4f8ddd4aebacc6e2526423e51feb3e45a4eb0ae52aa9e08df8ff071, '', 0, '?'),
(0x47b42a6854952c01a4c0197f9c55d237, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', 0, 0xf752c33922242ee5efd3b9d9bf2461e5, 0xf752c33922242ee5efd3b9d9bf2461e5, 0x89d37b61d37627a1ff33e3fecdbbaef2bea0f90fc33c3419d134dc379114936f, '', 0, '?'),
(0x47bb8e89853cb9920990f55e2bdab143, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js', 1, 0x00000000000000000000000000000000, 0xd5698a74e5e45302ea774a4e33d8f1dd, 0x8956334404ca362e483633df7dbba1f2c65961439be951479f03b9b264e91dc5, '', 0, '?'),
(0x47bd88341c6fc9c0630b97fc25906bb2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 1, 0x00000000000000000000000000000000, 0x5b09549b2ed6d66b9576aac39ff925c5, 0x1f4413a0bc6d628cda152ca1c21b694a143e3d40eef418e76777ac4bdccb6c6a, '', 0, '?'),
(0x47c0c7562f23ce11e2f87381b7546fcb, 'wp-content/updraft/plugins-old/updraftplus/images/notices/new_year_sale_24.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/new_year_sale_24.png', 0, 0x7a740918a66a0b64252217775a09284f, 0x7a740918a66a0b64252217775a09284f, 0x5f5936fe66048ecb59380f46aa6487bea7016e041b8b92960724c2c14e2ad4fc, '', 0, '?'),
(0x47c1603a8d2677a67c1d752e1588329a, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe11a9c09749d79fac938ef62d9e660d7, 0xe3edd9a3dd0c2164f1cfbbe79d5864a745465cc4957ad1f4b859e01858283ff7, '', 0, '?'),
(0x47ca9ecf7a0bb27e11afc33f5cc9920d, 'wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php', 1, 0x00000000000000000000000000000000, 0x8e1dbb8af1421eca0e1b0782fb9df3ec, 0x78ce7b6d4dfa6f169b890a99c1944bc93c1a028b438e7faf49c1c8336a4bfda7, '', 0, '?'),
(0x47cac9780a2c4aa786ad17db4b3d0ad0, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-loader-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-loader-interface.php', 0, 0x052a80111a79c4eda831d4f8a998e584, 0x052a80111a79c4eda831d4f8a998e584, 0xa11cb78750d543d878b3a94e49d34c776a6ea674c6a01b2d5530311747ec6b20, '', 0, '?'),
(0x47d7218b121318b2d183161aa0afb3a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4.php', 0, 0xe6b51bf63d82583cf8bbcd46ea8c34b5, 0xe6b51bf63d82583cf8bbcd46ea8c34b5, 0xfa4cdfea0f8b16430df5dce901512e95321f5def372a2e0b0095e0ddd0411ac3, '', 0, '?'),
(0x47d96da86b3bfc503dbaa946e5509e1c, 'wp-content/plugins/poka-review/includes/class-poka-review-acf-image-select-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-acf-image-select-field.php', 0, 0x1d15c23b55d495f98f74faeb66795f26, 0x1d15c23b55d495f98f74faeb66795f26, 0x3209f0f882be5f23a5ee0350e0db85ae063f2fed06ff829c8521222dbef3e0a4, '', 0, '?'),
(0x47daf7ca0fe670801bd7c1a7e9f3463a, 'wp-content/plugins/updraftplus/images/addons-images/fixtime.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/fixtime.png', 1, 0x00000000000000000000000000000000, 0x3f505ee41dd0b120df386e514cfc6d91, 0x129c0bd67c40aad08c0b432deb44d3cd3f195e05a82031b582c1dec45b3f4f3c, '', 0, '?'),
(0x47ef3059a5c056f872debc2a0b05bcdc, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', 1, 0x00000000000000000000000000000000, 0x12dc3b26ceb3926505211578683e89ee, 0x110d691a5d15ec22f4f7f77a651962951d77e03c837fe611c0b68c3c1aac5a41, '', 0, '?'),
(0x47f2beca427083360e33f2911ed19287, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php', 0, 0x4813739a47af0b9cb08c7dac2f11dee3, 0x4813739a47af0b9cb08c7dac2f11dee3, 0xaf3417da4a37512b673dc57ec5739461802a476c1f25dfe33c416b10182f657c, '', 0, '?'),
(0x47f47b9bb62f0577de92c8ee9cd7b55a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', 1, 0x00000000000000000000000000000000, 0xae43d78d6f48bc0c7848d1e7a27ee81f, 0x1583c5b5bd85afd1c96232667490bea0867cfdca1f3da8f54f71e18cf4023f8f, '', 0, '?'),
(0x47f9f4ee4e0eca61452a9445e94aaa3f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php', 0, 0x5f6ee7f97cc86838635c9c1350415bc8, 0x5f6ee7f97cc86838635c9c1350415bc8, 0x99297e57b8a04372a0ceba0fd6da3fe295ebae242c605db440db4431bdca7070, '', 0, '?'),
(0x4803ce410323b70e81897878fc319ecb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', 1, 0x00000000000000000000000000000000, 0x03cd01fa729785e7b984ff1aa0b77821, 0xdb492b055e4c12563449bfa425268d4458f72e5c0edd4d99fb5eb9b7d7153ac1, '', 0, '?'),
(0x4805cede5c13d4c1e9b9d18ff32d6a37, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1.php', 0, 0xa91d14ffb38454cf1bf5eadc715725cd, 0xa91d14ffb38454cf1bf5eadc715725cd, 0x3ede52228e2d5b8334ce249d98108b0fd1f50a31096809eaa82d022ad36fa275, '', 0, '?'),
(0x48081f465d77163f94a397797618e779, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', 1, 0x00000000000000000000000000000000, 0x984cb091d4ea6f9d838d92155f59d2bc, 0x3f55d89ab3374907e5d439e9deb6802754c10754a1901403e1c58edef523c69a, '', 0, '?'),
(0x480df01ebb2c5a281d8730fd7d2ca33b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/css.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/css.js', 0, 0x306c6c8778a3c41b1ad33a246aa038a8, 0x306c6c8778a3c41b1ad33a246aa038a8, 0xfbdf7de329cc4515c5b08c7c92e4e5dab240aaa1fa6d1b129ec9c5725fbce18f, '', 0, '?'),
(0x480f2109cb926d64e2a08cb215c8da9e, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/products.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/products.json', 0, 0x94ce8f138ca1f2bb317ef6dbba9230c3, 0x94ce8f138ca1f2bb317ef6dbba9230c3, 0x44c761e177322a9948ed0e903602ce1058963b2dcb90a268f9425b894d81f503, '', 0, '?'),
(0x48110374cf697f44330b345522fa9552, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.po', 0, 0xa4d76f6bc5d265f3a9c90650d6aa3ac1, 0xa4d76f6bc5d265f3a9c90650d6aa3ac1, 0x31a179e2fa74842d6bdff3cdae20a21d11e12d7caa03f8e381dc4239ac9aae8f, '', 0, '?'),
(0x481193f0dd9f60670ff1e0b334bff7ff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_3.php', 0, 0x89e2588b1876a58b40a785e9254727ce, 0x89e2588b1876a58b40a785e9254727ce, 0x312876364cbeba1df8b59a57b05648b15e960826d88b1503038f986439b0c28e, '', 0, '?'),
(0x481a496a22048e0d22862b5b9a41b5ff, 'wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php', 1, 0x00000000000000000000000000000000, 0x0a56d89c84e97f0b7370be2ffaeecc77, 0x39d9784b2665db004a21b29a3e5d76eb6f5a3f5b79cd9762bcb87c0015b2c810, '', 0, '?'),
(0x481a96ff9be50da9493f2b3b93200691, 'wp-includes/SimplePie/src/Caption.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Caption.php', 1, 0x00000000000000000000000000000000, 0xb604bf931cd51d3e5a13d093a7a607b9, 0xa49246a768b5b230e0d97e1acd1aa1c1501d78992c7b53a201d75ad227cb991c, '', 0, '?'),
(0x4821d5ddbfcc15b7a76be8b31533a69c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_5.php', 0, 0xc9abff6257fb5615697321a63ed4b200, 0xc9abff6257fb5615697321a63ed4b200, 0xf9969fbcef183c1f646ef2023ee65cffbc5acd59844b9abe8feb01ade87d3579, '', 0, '?'),
(0x48224a8ae2fb36b5e6cd6aff62ec9c75, 'wp-content/plugins/elementor/modules/ai/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/ai/module.php', 1, 0x00000000000000000000000000000000, 0x99caec1e478dde83ea6ddd925e2570bb, 0xeabc7151d2e95a221c3cd92a48e3b829ec5a8a1b7d234c63daccecea37ececed, '', 0, '?'),
(0x48226995c17172ae598dfaf561e657fd, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_05.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_05.jpg', 0, 0xbee12519695a564f503e57a19080ee4d, 0xbee12519695a564f503e57a19080ee4d, 0xa7587970f125bab08b971e5147bc057c60078ba131348024c028ed089136d0e9, '', 0, '?'),
(0x48256063ab1420fffda7f93ecf69abdd, 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js', 1, 0x00000000000000000000000000000000, 0xf04469eb7b2a9469dd4254503fe68e99, 0x3c2b3453403c8dccd907817cf937067668eedb4d26fc07bc2df67b3a9c2208f0, '', 0, '?'),
(0x48288e50cf262bb48b6e4fa7c4cd8003, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d1a71d57e590aeb2390c428cb185cad6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d1a71d57e590aeb2390c428cb185cad6.json', 0, 0x640f2f00866c3eb0b99d3c7c749a234c, 0x640f2f00866c3eb0b99d3c7c749a234c, 0x8e3806868fbaf826cd5b4417cf2c95a68229491432a2cee92be3aa701c9642e8, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0x19d386c9004e54941c1cc61d357efa5d, 0x50ef6ccecb66b11912da20b4147abd1048437144cf4e3e74a30d30fc7846a1fa, '', 0, '?'),
(0x483df91b33503b9c5411f8d804c37e87, 'wp-includes/blocks/separator/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xb189a8f9e5b7c3de45c8aa12f5f3ab68, 0xd790d35aa9c8bd6e5f367b8b4ed36e3bcd464d3e756e14b4c10fff0512b7fe22, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf764f0c29822acc0991d21eddb28e135, 0xe07b6e652796f2c5b727e268c60eb97cd67c9bac16806194defa80e5503124f6, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', '/home/abt90iranbet/public_html/wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x3e70494652ee481eed1f0430ac07610f, 0x0b9f41c744209db821c4ad8ea12b3c215027958ed3418713b1d09dcf375a61bc, '', 0, '?'),
(0x484ca75b8a6b25ccb88f7170b29c8391, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 1, 0x00000000000000000000000000000000, 0x55c80a146676519d5f78259b8763c4fc, 0x6764b056f797573848382d0045ec1192f41f3c23927b12ce5b3f781e0aa29496, '', 0, '?'),
(0x4850f28e7a9ba1b27275d4b378fcc171, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php', 1, 0x00000000000000000000000000000000, 0xe58a677044e487f3669425eeae410ef6, 0x948a1b05752e45f4bddf92de41986252c34b4947b6c0f8867af6d94443d3a05f, '', 0, '?'),
(0x4851553ee851388e5e326a0a4177eb19, 'wp-content/updraft/backup_2025-03-21-0336___90_5befba1ced9e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-21-0336___90_5befba1ced9e-db.gz', 0, 0x2b6a627de76762177ce8b6127ee75637, 0x2b6a627de76762177ce8b6127ee75637, 0xbf555260a60f897ac4e91a53b9c6274dfc21baed71541bf958f145f43c6bfa5b, '', 0, '?'),
(0x48571624174d403aec592ecc66e6db95, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 0, 0x2ade12f60cb229b8c2061265ab21e604, 0x2ade12f60cb229b8c2061265ab21e604, 0xbd74e17a7c22c178bc4d0077676eae5cc41a0d991ac1951362f35f4ab59c9cb6, '', 0, '?'),
(0x485af5eb254ffc4a47ce2ea955aa19e3, 'wp-content/plugins/updraftplus/central/factory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/factory.php', 1, 0x00000000000000000000000000000000, 0x4cef789447517203436ca48aca4df9d6, 0x15937da5534bb452c8b5e67077b419d0134518d9ff9a303ba64b591fcd66d9a2, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x82b1a621c024da9e1ad01cd61a47cfa7, 0x96dfe41cb12d46d6052ca042518afd8d061c7708d85ae32a1518699870cb2ba2, '', 0, '?'),
(0x4863021e88c3ee761c3e5d7c48ba27bf, 'wp-includes/blocks/site-title/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style.css', 1, 0x00000000000000000000000000000000, 0x9ee89ddc53cbc78e91887026545ebd6c, 0xf76009fdc2862a9433808455c265762774098575890b6bcf1ff1de11a5553972, '', 0, '?'),
(0x4863d72c34072b1d2f8e2e386df67d46, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x5ed9dd1f457d47fb119abe93b3ff588a, 0x7e80d5d40d9292ba63f8241b6eebb84365ad3d3a289602ffefd4f35427a54685, '', 0, '?'),
(0x486d952a514b48e8ba3a2020c9de1a4b, 'wp-content/updraft/backup_2025-10-24-0335___90_d61c18f9c5a5-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-24-0335___90_d61c18f9c5a5-db.gz', 0, 0x1f29dbcfc92efbcd6abc86a5d9ec0027, 0x1f29dbcfc92efbcd6abc86a5d9ec0027, 0xff6576a126297a85cf38a42a40f394a7eefd1ce4d2992ca92248be29b0ebd095, '', 0, '?'),
(0x486fb9e70708894cefcc3ada59acb203, 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', 1, 0x00000000000000000000000000000000, 0xfb5a71df222833c9dcab73ea06456c37, 0x32c9dfdcc3198bd98415337e2926c24ebae0642aa9b01dceb3694c93beced005, '', 0, '?'),
(0x486fe86d08c9f83f3753f235b37c9d1c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', 1, 0x00000000000000000000000000000000, 0x4b7d3277bfdf30e88bcdc233bf12e5af, 0xb541d927704246536af28e4856507e88367cc169f8e1d9ccc42c551b5f1c259f, '', 0, '?'),
(0x487195fc5aa04b982fca73898275e924, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_import.php', 0, 0x64b26807dc0a3dc48db62dc19888469e, 0x64b26807dc0a3dc48db62dc19888469e, 0x144739406c69dfd2ab12d4637fe24861580c421b8885f3e2323a57f88e265446, '', 0, '?'),
(0x487248723ec23b81086f4440859257ca, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/too-many-requests-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/too-many-requests-exception.php', 0, 0x3fc20d5410ef2e3e4915b7b8a9f4f9fb, 0x3fc20d5410ef2e3e4915b7b8a9f4f9fb, 0xbc45662143c00dcbf587fe29d2c4af892e7a0434bb51e1d65644aef60a2830e0, '', 0, '?'),
(0x487281f761a639349e1f4ecec5fe47bf, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/customizer.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/customizer.css', 1, 0x00000000000000000000000000000000, 0xc8eebb9d7caf4bdad12a24d8fb7f5e0c, 0xf3ee5448d1d7ce38ab76f8280a5a717eac9a7795dde0c760b0f53392d10d1ca0, '', 0, '?'),
(0x48753b6c865eea5905a188fac32aabe4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import_no_content.php', 0, 0xa2d4701289b46d2c6ee521c9b2e9b6e5, 0xa2d4701289b46d2c6ee521c9b2e9b6e5, 0x68671e3882380ed8b2a8addc41e344147007e62354e7d321c2fa9fe3baa990d3, '', 0, '?'),
(0x4877515d9c8c2af49f962f46098eaf78, 'wp-content/updraft/plugins-old/updraftplus/restorer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/restorer.php', 0, 0xca42b7d66fb0f012bd23385e976cb3b3, 0xca42b7d66fb0f012bd23385e976cb3b3, 0x462396d443690b446db3004943cf67df127a3745d62b9759b83ab2ab2d579e9b, '', 0, '?'),
(0x487c006042a3951fd6f09c2ab251ac97, 'wp-includes/blocks/post-navigation-link/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/block.json', 1, 0x00000000000000000000000000000000, 0xa7a2c7c2d4508a1f376bc4f5a0b5fd46, 0x89834181222b91354c29eb7112cfb37e7bfa8d9b3aa33c0eb2b4d37a20d8e1fa, '', 0, '?'),
(0x487cbfb018d8eb1806b127e759b96690, 'wp-includes/blocks/post-comments-form/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0x487ee58d17804ad141dca2e792105a8d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-social.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-social.png', 0, 0x8549be2ee12ceac9771420b1ce728e31, 0x8549be2ee12ceac9771420b1ce728e31, 0x9523f6df1f060418d3086cb9a99cbbada0e0b7f9a399974fab834bc602f4f484, '', 0, '?'),
(0x4888d83ceed05a4c990bc6ca38e417eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', 1, 0x00000000000000000000000000000000, 0x22b21f960bf72a6946fbf399f345949b, 0x158b0b1f35e86428e81c2caf67a4e36bebbb51af4a41f4504fd949d486cd7063, '', 0, '?'),
(0x488aa47c31707bed416aa8916d2427bb, 'wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x93f6a0459a2b723ce537df9f8ed3fe17, 0x030e79cc8b0bbc1d0e8eaf8227efd1dca5bb0db407f058fd6f9dac59f86f9db1, '', 0, '?'),
(0x488b072ff4fa0d068860073c81dd031a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php', 1, 0x00000000000000000000000000000000, 0x03dc686b002dd466fc9630a455ff967c, 0xf3fff8df7a4789165041dbd650e2b6ccb9c57490f95b2980e28f564032e3142a, '', 0, '?'),
(0x4890d5d55de38fa3c3b3907e8041150b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php', 1, 0x00000000000000000000000000000000, 0xd2de051045cf882fba27bd64fc0f84ed, 0x697c8bed50b78f7a690cee2b73e0b90696ce8891cffeb4d6af0d7bdaf012e158, '', 0, '?'),
(0x4891c6cd873e0a7b8ab5e707b4007b1d, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 1, 0x00000000000000000000000000000000, 0xbf27fdc98baf87fcfd75e5e0eb97a7c6, 0x013527d97a47ce33fdb0ebdaea9e98b06a9993721224beea31b1e3d975baa153, '', 0, '?'),
(0x489273335fb8ee5be85c70cf4dc8a40c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-locations.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-locations.php', 0, 0xaa29f71c3dd14f664abaa62146f27e37, 0xaa29f71c3dd14f664abaa62146f27e37, 0x0de4f502f2aaaadd071a9ec08b05973e9bc36932a2742a96fcf2abdf76f3c300, '', 0, '?'),
(0x489772923e273de2a079198e16ddf30e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', 1, 0x00000000000000000000000000000000, 0x6b4e8d632aacc926a5c762ffd48f3946, 0x530623498286c7131aee31988b84afbc9becfc864d58a9faf1b402025f66b75e, '', 0, '?'),
(0x489aa3b408c95fea1e61efa8323a7555, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_8.php', 0, 0x9bfd02bfdbfa018e3674c9a649cf0a0d, 0x9bfd02bfdbfa018e3674c9a649cf0a0d, 0x0da7e36751480d199a0487ad7071ba044800bf1fed0ef4d5db08b135f2d44773, '', 0, '?'),
(0x489c326c7473b81cd6f91d88826c65b3, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x48a321dc4792ee9001d392852315f4a6, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube-advanced.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube-advanced.php', 1, 0x00000000000000000000000000000000, 0x1730101480b0932a78e05ea8fe292c3c, 0x16b79c86323705cc0e8f0897d4a09e3f893196c76079dec5a7ef186731afa44a, '', 0, '?'),
(0x48a74dd5cebc02c1eeb8b60acaeaf01c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 1, 0x00000000000000000000000000000000, 0x451589fdd93de7b76f2ef5e5db736656, 0x6d98303d2a197473f239ff792b24691bcdcc13835728e906c71fb7ce81a566ec, '', 0, '?'),
(0x48acc20ef2added2d40188a6f30929f7, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', 1, 0x00000000000000000000000000000000, 0x586606728e68f199ac922486ee0cf673, 0x136aebab91b6cb03279512c16aa64594e959e0a63d1c1b82dd82c6b06a64209f, '', 0, '?'),
(0x48aefd6338f234c00672551dc67272b5, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', 1, 0x00000000000000000000000000000000, 0xc4288baddb58256b65787bb746abd20d, 0xdebd6bcf5a62a67312c34e37183e8fd830c9be83adbd80d77b8049b31f70d9ce, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x019d567e44b6a919e73be75b60e9ed64, 0xdfbf0a22f8aa4b4cd7c31abc3627a8838035e306ca63f6a0aa197a9964c0fd77, '', 0, '?'),
(0x48b903f6e26961d727f429746abef4b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_3.php', 0, 0x06bd6b6c056e2b574b076da4ddd32fb7, 0x06bd6b6c056e2b574b076da4ddd32fb7, 0x99c6eb3ad74850da4eed0ad4e28f2ca33d15dbcf935709e6f8f404a6d4abe7a2, '', 0, '?'),
(0x48be971a64ad7da742d14cbcce85ef8c, 'wp-content/plugins/wordpress-seo-premium/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/readme.txt', 0, 0x1af466c4ca6bf386cec14d2e1caa64be, 0x1af466c4ca6bf386cec14d2e1caa64be, 0xc4dcd8ceaea1c872c1fe81a68e7ade9b30bb3e9d45b32730f0c5f37629f25649, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', '/home/abt90iranbet/public_html/wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x88a4b2ba706f76bf982980e82a9cca69, 0xca95928dd49560a9d40163a7ac86fd447513940a6337fe07e6444a9067b69d35, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, 0x00000000000000000000000000000000, 0xe98910d9bbf2b8f791429725dbf228ae, 0x9a1c924642135b769d6fce99b001462ec4999740baed2c020960eb382b5a3774, '', 0, '?'),
(0x48ce717e05453276d18222c6e7d5da74, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', 1, 0x00000000000000000000000000000000, 0x45a0324ddd3ea445c44687eb67f5a0db, 0x7ccc6a226780acfb49d6a5a037b369874643aa709cd9e2a51893646196be6a8f, '', 0, '?'),
(0x48d29534736f58ee516185738b488015, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/member.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/member.png', 1, 0x00000000000000000000000000000000, 0xcc38a2cd669699a671af061f7640cf74, 0x42df5154bb78f07700f1e16464580304ec9bc7f7187261b0001d0b943d84bc26, '', 0, '?'),
(0x48d3ab2330eddb7b95ecb5534aaedb30, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-input.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-input.css', 0, 0xfd8cde26fced104c01ffa55262eb12d7, 0xfd8cde26fced104c01ffa55262eb12d7, 0x4d5f0f891df6642a5527e6df6032f9bc4541f0c7d16368769fb06612f749f418, '', 0, '?'),
(0x48d5cae570a592e78f69d161f163ad9b, 'wp-content/updraft/plugins-old/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php', 0, 0x80cd316fbde4231ce18d282c359c76f7, 0x80cd316fbde4231ce18d282c359c76f7, 0x65f388bbdabc3c9f6d37050674203559e8a557c0c019462729c4f5b57a6037fd, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x48d91da12e2e160abc1b53195683628b, 'wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php', 1, 0x00000000000000000000000000000000, 0x34b262bd085e5e162711d507ed79a5ba, 0x0e27fb738289a7db9b4329e28e41aaadb2ec453d0db273adc675a63cf4820337, '', 0, '?'),
(0x48dd20b3e9fc2b5a5553e768670cc0a8, 'wp-content/plugins/poka-review/README.txt', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/README.txt', 0, 0x30fd86293cc93b8a14725b75f498462f, 0x30fd86293cc93b8a14725b75f498462f, 0xbc2ced45917584cca62fee8e5f1fe64e77d918ca6ed2fee80e2ad37439db0408, '', 0, '?'),
(0x48e1c4b42eb19256ef671fd0f229d2ff, 'wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0x52706594c010b52ad150de7f41900644, 0x845723c15a48a34ac363b5fa763eabc45e95e67b00b8f8240c014664c3c1c74b, '', 0, '?'),
(0x48e2cfa61739845ba42acfed2641bc0d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', 1, 0x00000000000000000000000000000000, 0x309d3908a3da523fbc29274b80245fce, 0x5036ea65c88344fe4b1c9cd711a196a2bb6bfd41895cbaa308a825e88f257369, '', 0, '?'),
(0x48e52836c3653724fa96d4a929f39d65, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/tabs.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/tabs.png', 0, 0x77d2022f912fdb9eb302919a86e7d814, 0x77d2022f912fdb9eb302919a86e7d814, 0xb6a22ccd605cf1fd1c8d08a2764266740df2f9457511e4dd47e08cae123636f7, '', 0, '?'),
(0x48e9a4402ba408f0382af29be0e5d911, 'wp-content/languages/plugins/amp-fa_IR-da914d56d819c517e00a49c884bdca0a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-da914d56d819c517e00a49c884bdca0a.json', 0, 0x6b38cc4fa10736a0ff4c465ecfd4cfea, 0x6b38cc4fa10736a0ff4c465ecfd4cfea, 0x1d75be2c380967d6c9238b3e56ab8b49cfa7c5c3a93ded3d03b06da5f7093abb, '', 0, '?'),
(0x48ea00590f282034ccb816f25c84a416, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-83c7d8fd1802aa758402826d6969eada.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-83c7d8fd1802aa758402826d6969eada.json', 0, 0xd23f90211f19b3ae000647e82370a464, 0xd23f90211f19b3ae000647e82370a464, 0xedf1a407bd9cc8c53c5a2535f63cb88019bd544f743d3fb0322b91dbb6ba2df5, '', 0, '?'),
(0x48ead1fb21be8b5b3fca7a3efef2d5db, 'wp-content/plugins/akismet/class.akismet-rest-api.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 1, 0x00000000000000000000000000000000, 0x10bee516da1bd3c32fc7bc0db023bd7d, 0x96a9926d245ea877c11b6b2ffea9851302dd1f21353ae15277fe4e79dd27e640, '', 0, '?'),
(0x48ec55611635c2743ddb98b7190b8621, 'wp-content/themes/twentytwentyfive/styles/sections/section-4.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-4.json', 1, 0x00000000000000000000000000000000, 0x20bbf29648089e09096568fe91ad8604, 0x3234c5c22873efdd248e8496d1728fa384e670fc6a04a3e303ab17c29498a809, '', 0, '?'),
(0x48f9f4bb6fc9df9f1e61db9060aff648, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftvault.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftvault.php', 0, 0xc41be00c04f4e36db00d3bdc783171b3, 0xc41be00c04f4e36db00d3bdc783171b3, 0x2e1788205728f3f75eb9b3b16aa294ca24684b8e82cf1cc5c0eeccb559c8ee23, '', 0, '?'),
(0x49017cac70c7bd4183a1924dcacf9761, 'wp-content/updraft/backup_2025-02-24-0325___90_35a2dd279d87-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-24-0325___90_35a2dd279d87-db.gz', 0, 0xf53cf5a21e292bf7d87f7ec9634d3573, 0xf53cf5a21e292bf7d87f7ec9634d3573, 0x05ba8901ecdb1c6e5627d75c93e00fd3105778108673985d3ed6fbd7a45e0ccb, '', 0, '?'),
(0x4905710ff592bad3555cc2a3e42d817c, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md', 0, 0x1f5b6ef62d4b6031c426700cf5ca5f1d, 0x1f5b6ef62d4b6031c426700cf5ca5f1d, 0x23fb7d18e76ee54ec16aa31e07077755b7228280452f1879bfb6413513c9f7c1, '', 0, '?'),
(0x490865f3fdc3998dadb1bee05165460a, 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 1, 0x00000000000000000000000000000000, 0xd60a239cf6920266b667dcf2ef83b9e7, 0x25a9bf3d595a7025ce928f18fa47012b63a2cfa45910df2fb0a117cd3c3a6318, '', 0, '?'),
(0x490996a4448bc1c5b86035b5f8b83543, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-project-description.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-project-description.php', 0, 0xcb3ae532a20b37eca5519978849f278e, 0xcb3ae532a20b37eca5519978849f278e, 0x2bea45ca80998dacda260443e823c0d1ff48ea6d665a46b82f399f9eb4c1305f, '', 0, '?'),
(0x490a8b2551d1f2e181ccbb0f547df092, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css', 0, 0x0cf0d1ab642166a0de37f6df7cecbcda, 0x0cf0d1ab642166a0de37f6df7cecbcda, 0x1714c6e96a9df15aac027440fa62f1a5035ca324b402d46698972bf97d37409e, '', 0, '?'),
(0x490d38703acd8109de9e7d608b1ae312, 'wp-includes/blocks/query-pagination/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor.min.css', 1, 0x00000000000000000000000000000000, 0x52b2be9738c348c9a2de0bff5e4dba7b, 0x23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c70, '', 0, '?'),
(0x490fe8dca4a542983bc0ca66376d6ba4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_1.php', 0, 0x2e541a13cca52adaf41fc17f30546a83, 0x2e541a13cca52adaf41fc17f30546a83, 0x3dba29a4a95230e81e211a9200d589dc25416021f892b8fa76011476b014d66f, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 1, 0x00000000000000000000000000000000, 0x40964a279d126c3931f008ab123b2c12, 0xe87091d3128d60fcb2beebcd3b20e5809324cf0fd78cbd7c1020c274ef6ba381, '', 0, '?'),
(0x491f7521878aa6d1b062b6e67b7c0d05, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php', 0, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xf4fdfbb966fc9d0df870010bbb7cf86cb46a17f6f1dd22f7910ba3cb5040990f, '', 0, '?'),
(0x49242986d3842ef269d10ddf96008b41, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json', 1, 0x00000000000000000000000000000000, 0x729b0b3afb7b1779695128622ad1e0e0, 0xccfef00af797a134ab36cd1dcdb3a3078ec8429e7763a7fb84498793364123f3, '', 0, '?'),
(0x4925d7a6a36058ef4ab3ed92f7916a85, 'wp-content/plugins/amp/assets/js/amp-post-meta-box.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-post-meta-box.asset.php', 1, 0x00000000000000000000000000000000, 0x699668c6f25ba488dbbd94b2f98d7cb8, 0x045592c5baa3407b7ac640c61831ff9a47398cde6170f68f32851e82cb8af9f6, '', 0, '?'),
(0x492b86a4b52bc61918a38edf74dbf90e, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_7.php', 0, 0x956fa81159eec1f0339447be626bc7fb, 0x956fa81159eec1f0339447be626bc7fb, 0x40fd19c2095689f24ebcb61509c3418063eeb1a4f584638b0e7b5e9e619e4a46, '', 0, '?'),
(0x492c615e8abc9aa59207ad1824fdf791, 'wp-content/plugins/td-cloud-library/assets/images/share_style/icon-post-sharing.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/share_style/icon-post-sharing.png', 0, 0x617daf939290058b2f7b18771afa6e79, 0x617daf939290058b2f7b18771afa6e79, 0x09e88972686643471874b3e08898e6847f12c842e92bd584b76981b55d8122b0, '', 0, '?'),
(0x4930057b5568a64f95a7c2fcff55e343, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x160.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x160.png', 0, 0x066a31ff715c1634e9b261c37220cfff, 0x066a31ff715c1634e9b261c37220cfff, 0x3f6732a3498f67c04540a8ed63c3df891bb25d76161a6541083e0c45c6689959, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0x70c8c4f706768db08fda3abc32c56876, 0xcee37d1a1d292924471b40b602be16e85528bd0da94a40ca16b5c3839a49c0a7, '', 0, '?'),
(0x4932481363a9712d2491058b966b653e, 'wp-content/updraft/themes-old/twentytwentythree/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/archive.html', 0, 0xba03ce80bbaa2276302bb6c35cdd80fa, 0xba03ce80bbaa2276302bb6c35cdd80fa, 0x1843dc2afe778d3928dfa2e77e414f49d3e3ae6ffd122f4ba1e400dd012262f6, '', 0, '?'),
(0x493277f737cd1ed23176f6ec85d4ff7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_4.php', 0, 0xcc508f464bbf879b948a945c2ccce26d, 0xcc508f464bbf879b948a945c2ccce26d, 0x8c2b2a23ebee2eb9c640af032e2241dda2b380e4bbb4d7ba80afdfef6e838850, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xc5299599e2bee4bccb5a29a32a6aa344, 0x917a379684fa63627bea391a4a07ed30d3a3ca37f77d9522cfbd52fb5b0a5bcc, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x49371c4ad93fd6daf5d9aead09e0b89d, 'wp-content/updraft/themes-old/twentytwentyfive/theme.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/theme.json', 0, 0x47ccdd707ed407a209b3654b58d1e1d8, 0x47ccdd707ed407a209b3654b58d1e1d8, 0x20bf3c332909e19f94f434319dbd9a1f0fdc3027b7cc9f7ed60638e7d61426c5, '', 0, '?'),
(0x49408f3c54d778298937b31ab10593b2, 'wp-content/plugins/elementor/includes/controls/base-multiple.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php', 1, 0x00000000000000000000000000000000, 0x7e8d661e07646455ab1ef1f8ab7d451d, 0x347992b877a7a7f0fdc346a8a4d17caf883b318816d0d6644111d1472b022e18, '', 0, '?'),
(0x4946b346a4e59617e452a73b9c4f75b6, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_popup.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_popup.php', 0, 0xe25a5ab3b46eeeae13067b5de28d99c9, 0xe25a5ab3b46eeeae13067b5de28d99c9, 0x24ffca0e80138ead40ca8b5b935f4cb1b1068df7ac8884d2f1db91202f8d9a63, '', 0, '?'),
(0x4949d437e86b1f49fc42250a1876a9b7, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', 0, 0x7e0ffa6af3f6feaa22d6f41c1e075720, 0x7e0ffa6af3f6feaa22d6f41c1e075720, 0xf37a065935c218923e3a7ac775ef5730e7809fa001f6b8f8401523048c705640, '', 0, '?'),
(0x494a8bedc3f6e58993ec053de2267971, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1_no_content.php', 0, 0x0330db074f21d0d4df34379e99308b8e, 0x0330db074f21d0d4df34379e99308b8e, 0x93511a66975eeac68153e2b311fc1b40ee5451afa099faed0189434ec56c3173, '', 0, '?'),
(0x49500143fd2202104742f0d2527fb9fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/demo_style.css', 0, 0x6ea65a3d40014acc138eb4976ca5145b, 0x6ea65a3d40014acc138eb4976ca5145b, 0x3d03091c3094e519d161fab2a75999875170665bb183e691599be86275bc3cf6, '', 0, '?'),
(0x495343151d7c03729c50bfbee488794a, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_input.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_input.php', 0, 0xe68bba2c23e45dab90d45cd6111e439d, 0xe68bba2c23e45dab90d45cd6111e439d, 0xaf22643acea9eee2522667518a8bdffd18d18959045990b17ac2e4d0186c7e86, '', 0, '?'),
(0x495c124289ad15670bffa5b887930460, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', 1, 0x00000000000000000000000000000000, 0x0687eb7922b2446782ca22bf4eea6f7d, 0x13932ea070a4145b4f9ba04b88af437457febffe617241dc51f85859d993d8f3, '', 0, '?'),
(0x495f81ad0bce4f05c30539455bf289ae, 'wp-content/updraft/plugins-old/updraftplus/images/dashicon-white.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dashicon-white.png', 0, 0x5c1f0a5ca0bbf96a8d3099079504fa46, 0x5c1f0a5ca0bbf96a8d3099079504fa46, 0xd02707d63fbe9a49f2d2d590d1fd8d02cbe7e806660f94daf9417b3b4dc31fba, '', 0, '?'),
(0x49695abb09cf76628ed844e0f6f88ab3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x496ac9ede189ff0eafe2b6aa3eb913ce, 'wp-content/plugins/td-cloud-library/assets/js/tdbFormGallery.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFormGallery.js', 0, 0xacdb797c6ec054b3e052806a12202a66, 0xacdb797c6ec054b3e052806a12202a66, 0x5bb4065452f0d97f8dde649558c7c838f2191518ba9092cc57469b7631eed1eb, '', 0, '?'),
(0x496d11e836da1100e7e2da1bdd63a773, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php', 1, 0x00000000000000000000000000000000, 0x96418ea0f5996e8cc5a8aff046344a73, 0xcdceef29fb961818345f9634770118b4b921ca37d428412377af50194352d9ba, '', 0, '?'),
(0x496fbc14adc71a9d6e9741021e7684f2, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php', 0, 0x1babbb252fcf04a5d529bd1d480d04cf, 0x1babbb252fcf04a5d529bd1d480d04cf, 0xfa1aa6d52b19dc8306700e5bbccfdeec205be1c58c4023f36f6966e91f78d767, '', 0, '?'),
(0x49705d4a2b708633a04645f5bf70e466, 'wp-content/updraft/themes-old/twentytwentythree/style.css', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/style.css', 0, 0x3ad1011d0de288083ffa9efe7ebedd10, 0x3ad1011d0de288083ffa9efe7ebedd10, 0x041f2407f931c8125d69111a8bffe2122a2299823e63efd89245333532244703, '', 0, '?'),
(0x4977d8bce1ef919aa0db36e6b0fbbcd8, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', 1, 0x00000000000000000000000000000000, 0xa69bf1ca6f6988570c9756415b1d806c, 0xb6acdc0f7c8a7b283904907eca0e39bddce006fcfbe614c8ad99a1358b1bfd76, '', 0, '?'),
(0x497bbfae388a6341bf618c6ff9648dd3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_3.php', 0, 0x48f21dba56cf20ec2036c1935471f113, 0x48f21dba56cf20ec2036c1935471f113, 0x7779abafd9188086a31cc592db43bb53f05879a1e44fdd76d172b9bf60f52347, '', 0, '?'),
(0x497d9b7ff539f74ccd678b0cbcc1f484, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', 1, 0x00000000000000000000000000000000, 0x43f71d2174ef6d042739d91f3eecbd55, 0x17eb9d654a2d7c784988f52d70979cdf0b157fc07260d1e27efcc89a6e6be5ef, '', 0, '?'),
(0x498b4e29b0ba70faed3ace01803c848c, 'wp-includes/js/dist/development/react-refresh-runtime.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-runtime.js', 1, 0x00000000000000000000000000000000, 0xb2ccf75cae4da8e028ba67ebc98c2389, 0x3f6cd35c5e09ae3d88eed9f580aa6ecec943acefdf01df367dfcdd541137c6d4, '', 0, '?'),
(0x498bf5287c84df68c4aafe6d6a472713, 'wp-content/cache/min/index.html', '/home/abt90iranbet/public_html/wp-content/cache/min/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x49901189a03edfedb6371e0fc5b96795, 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 1, 0x00000000000000000000000000000000, 0x3d2d82a028b5433a2852aee840d72893, 0x62ee3c9942e1faaf3dc1e204998481bfa4cb775de273402bd95024f7cd6c3e36, '', 0, '?'),
(0x49931aae7156841073aa2051d8d38636, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_5.php', 0, 0xf5f98add88a7312b6ceb38382302a7e1, 0xf5f98add88a7312b6ceb38382302a7e1, 0x5a454428c26ec2d8f1f40e6fe3f2071780ed859647ba975bbbe66ef8ea1efba9, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', '/home/abt90iranbet/public_html/wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f425a463183f1c6fb79a8bcd113d129, 0x3b1a8e2f5c6284057fe4d174fa82ab49f4a4168cbfcd9daf9ecb68c4d47703e8, '', 0, '?'),
(0x49b0feb6b14c63b8acf4f6ffbd835d03, 'wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php', 1, 0x00000000000000000000000000000000, 0x9f087ada5d55cb7abbfc62a98a349ab3, 0xc8e27aadb1cef45dbdbfca687ade3eb957f673093c4f84b69c833812f94dc7f6, '', 0, '?'),
(0x49bab7fd48ce35cc154dbf906e13bbc2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_6.php', 0, 0xb2b0c99bc2951eed8bcd57f1cca57f23, 0xb2b0c99bc2951eed8bcd57f1cca57f23, 0x0c4d95d2b17c73dcd917f423cbc40eec4bfde4c89917b9d8f2e144123a07c6e0, '', 0, '?'),
(0x49bb6582c4134c6b8346e38d5e34415b, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x4d3596faeb2b7dcf78069db9f90077f7, 0x42f0a980f03157664e79aeca2a83225dbbbed60703081735d9964d6ea0c7f9dd, '', 0, '?'),
(0x49be4413895f018fc6e9b4c18c8b32c1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php', 1, 0x00000000000000000000000000000000, 0x74c82caab100eddf82e0408ff4e693ee, 0x595fd3f43e1da3240a440e00b1c17ef7a31e5d4a39685501ebfc0df0d61adfed, '', 0, '?'),
(0x49c173c699b7a4c9b93234b05aa0a63d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php', 1, 0x00000000000000000000000000000000, 0xd45e1eca6e03d02a4b6f9d7042c886b1, 0xa2a95be1ae4ee55bb846b2e893e5e515ae3ca3b1048e82d7e68f2a407bb07c38, '', 0, '?'),
(0x49c2830493267bfd9e3bd02d48d6ef8b, 'wp-includes/blocks/site-logo/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor.css', 1, 0x00000000000000000000000000000000, 0x968e05e4c01c4e8bb6794399f58e246c, 0xa2cd4603165ef0408270fadba49cfea2a9a9e725a88443911d1d593c1f21330d, '', 0, '?'),
(0x49c63d8343a073daf7c43d7d9a8c9d72, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1_no_content.php', 0, 0x5d77141dc206a18c52c5f6dec33f2208, 0x5d77141dc206a18c52c5f6dec33f2208, 0xf94de6e12ac49c3f4fc184e6705c6c55f89065eb3a87cfcb09d42f62f4ac31ec, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/core-data.js', 1, 0x00000000000000000000000000000000, 0xb2f8404d7fde8f46c625739d2251b222, 0x06c0428b1f952bee208c58fca99200ed797058581a9f6b6bc4a2efa23b093c52, '', 0, '?'),
(0x49d1013245ba158d5a36a2c9002d55ae, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.php', 0, 0x049687a4b605f3b6aa28b3f007e95008, 0x049687a4b605f3b6aa28b3f007e95008, 0xa2e3e24b0d5bfcf0b7f4d091d00f5f01aeeb7c848da48b12186d203af1b89e98, '', 0, '?'),
(0x49d11c29e8918d4b40eaf8f58a341049, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 0, 0xf1cf1712a0f418f7886d83e21c595179, 0xf1cf1712a0f418f7886d83e21c595179, 0x32c7b200807d02c1913fa0d44310f2e2890f22cd8befad13c2a7989f0d3943b2, '', 0, '?'),
(0x49d4eec02af69accc4b591e09cb42df8, 'wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php', 0, 0xc831fa17069349253fe37a29127a6b07, 0xc831fa17069349253fe37a29127a6b07, 0x2953f775af9d970009ac1e2675650518226b04dfffe23ad3b82ac8c9cf542b70, '', 0, '?'),
(0x49d650450114d058749c461e48ef2596, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x49d6681fceb847602113cb31c5fc1f27, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-location.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-location.php', 0, 0x647f0a30b588721e05436431c6163562, 0x647f0a30b588721e05436431c6163562, 0x45f27282ddb0a19aad662af4637cba3a410441773250da2e3440d2c48e9db7e5, '', 0, '?'),
(0x49d7f138dfbdfd54fb1ab5aab29930a3, 'wp-includes/blocks/list/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/list/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x77e86c28af1fa1c4f582e03e99dfbb5a, 0xdb202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bb, '', 0, '?'),
(0x49d834847bc2afde502ecdbd01a07ce3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_5.php', 0, 0xf160854dbeaee7992c06d29099b342ff, 0xf160854dbeaee7992c06d29099b342ff, 0xa6a37fe6f87d8831aaefe09114758ab1c2f8a76e6ec290faf951066ec42f2589, '', 0, '?'),
(0x49d92eda872a34d92a3e31264819fd56, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', 0, 0x6ad40b002b367d0346f71ad9bd76b433, 0x6ad40b002b367d0346f71ad9bd76b433, 0x8c96f143ec2a7d26448283ed84f2919f0c5af07c6ec5285bef0ea0b8c53c03f8, '', 0, '?'),
(0x49d9d93ee7ebba56e1ea5d54546257c4, 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 1, 0x00000000000000000000000000000000, 0xc55b1179d74b38dc39bc61fc364168b1, 0x8e49cb364c124114a6af3e3642943a25e2d2ed7e3f3a7168c389cfe37416636c, '', 0, '?'),
(0x49e492e770ca6da2645793e98f4ac605, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php', 1, 0x00000000000000000000000000000000, 0x80dc74ce8bcb9b780e0bee23e2a720ac, 0x3177381c28094d661919868bdad619b70cc7ba9997caefce8ea04ae7f937a8c0, '', 0, '?'),
(0x49ea8e6d3d21872e9a108dcfc20ff0ca, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xe936c3a30555788071036b3dca9e7ae1, 0x27615c80caf4707b0e9459e831bd490d16d7bad41c9483806559246f5d68d162, '', 0, '?'),
(0x49ed4a764a01f1b32cff8e6936b30fba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3_no_content.php', 0, 0x0b7a588ac15c19bfa85b8827ad031302, 0x0b7a588ac15c19bfa85b8827ad031302, 0x2a11d7604dfc15e824c4efcd991af69460845f427090488a186c0124c4669405, '', 0, '?'),
(0x49f06e5c7582f3bdc0b5d52222f98908, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', 0, 0x200a78a49be62e8af1457005cae76142, 0x200a78a49be62e8af1457005cae76142, 0x01d5d4ffc28bbe93f68f196de9badbb9d1dd81b3a44e504d3de13bcf9d3ccb03, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', '/home/abt90iranbet/public_html/wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0x4efa90e67e229728a5204a309a4b6f0d, 0xb98db2eb674e1d7bcf55ef9ead2f6a9bfaca3c977d970c946fc4d7041f3c5fa5, '', 0, '?'),
(0x49f2d76fa7a6d6d0c1b9c02db0bab9e5, 'wp-content/languages/plugins/elementor-fa_IR-8871b489e8d974572ae4c7578f939de5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-8871b489e8d974572ae4c7578f939de5.json', 0, 0xb42d4f61a9433f1be92f9cec569842c7, 0xb42d4f61a9433f1be92f9cec569842c7, 0x2303e0c525758d45033ebac0589f2397112ff8f6fdef9db7f5c339c52b5e8980, '', 0, '?'),
(0x49f383938d4bb2e27276e49009a0964c, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', 0, 0xf7ad89409e9ef90ba15e0b9eaa53e364, 0xf7ad89409e9ef90ba15e0b9eaa53e364, 0x13ebad6843571aaec3479b098bc238c438e48780ff9299f67d47d4a173e77e11, '', 0, '?'),
(0x49f53297be5311ff9842299f39fe7ece, 'wp-content/plugins/elementor/includes/base/widget-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/widget-base.php', 1, 0x00000000000000000000000000000000, 0x0b72ab2a7a71f7a7c448e9b34167bf1e, 0xe0de40897b87154758f21af074ed6120dd76c5d570d6de22a36ee703108cfee3, '', 0, '?'),
(0x49f8389060dbac80178cfd5ccde08047, 'wp-content/plugins/wp-rocket/languages/rocket-it_IT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-it_IT.mo', 0, 0xa47d188d5de5d0cb88b7a5776b684d83, 0xa47d188d5de5d0cb88b7a5776b684d83, 0xe9b287503cdb65a9c4ef6a6cc100ecda534454540fedf8279d4e63dc2b3f4e94, '', 0, '?'),
(0x49f8c5b1fd125908f76df997dcee8dae, 'wp-content/plugins/updraftplus/images/addons-images/incremental.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/incremental.png', 1, 0x00000000000000000000000000000000, 0x97861b57d7daafc48a6e8ce5084e4c74, 0x76dcc95caf7a22ada1187c677ab78e88a200d5a477db2b24193c0750a17fe99e, '', 0, '?'),
(0x49fff37174c60f35fe476d0f16bbc6a7, 'wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 1, 0x00000000000000000000000000000000, 0x5502655a45aa1e4b783fcec472204cef, 0xb880b695642490e1fd191cf6296f8a5eace8601b3f071fa5205de7256e4962f7, '', 0, '?'),
(0x4a01d8662f197663a7a8988b47302297, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', 1, 0x00000000000000000000000000000000, 0x7a52c966c4fe14f94f89879f56c178aa, 0xe91c8bbb2d88ad42bc856c49455c9cc1b4624d8d2b07f9702aeb14fe7777d86c, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0x2682e67cb575dafdd7ee1845e98e5165, 0xeb2cf6a5ef9349787bdb5226f2d7915d636aaad1702c524c19e59be0774eaba7, '', 0, '?'),
(0x4a04926b566510980dbf08ba1e263da4, 'wp-content/updraft/backup_2025-09-10-0325___90_813186c2400f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-10-0325___90_813186c2400f-db.gz', 0, 0x6c9d5d9ec420a1b25f11ce5b1ee4802f, 0x6c9d5d9ec420a1b25f11ce5b1ee4802f, 0x08b8ee42cb41081ee1378078adeabc7d49745123967b672eb60f937adb5c8a97, '', 0, '?'),
(0x4a0a0bcf3a4fb247807bf44094d52979, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', 0, 0xc9eca1dbeada2bc0f3e8a71e82439bde, 0xc9eca1dbeada2bc0f3e8a71e82439bde, 0x5f3e92a928ee515597fd067a5ea861e89bc9aca4666a9d0510b2dbe36a1e6542, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', '/home/abt90iranbet/public_html/wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0x4a0f7a167851cd0ea102705ce1da7201, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/composer.json', 0, 0x71184dd13d8b89617cfa982ffdf430a3, 0x71184dd13d8b89617cfa982ffdf430a3, 0x463bbc4135bebcd42f06d6fcfca1cde6c42d20d1673585331c8cd2232a04f0ea, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xbdef4b902ccdb28e43546684f6558f25, 0x1891b59061518260c341315e3422cf325898202a41c4258b52ac4fd4eeebf2b3, '', 0, '?'),
(0x4a1137837d9f4e502bbbbdc7e02f768d, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', 1, 0x00000000000000000000000000000000, 0x3a8b3136598ae2ccffa7a83601412548, 0x9ef019d37336a0a3533275520757adc1cb5a787fd30bbfd85bfe9bfa87c27ee9, '', 0, '?'),
(0x4a123fc2de3c94971f1f9542993c6b49, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', 1, 0x00000000000000000000000000000000, 0x8125cc1372285a9132d96a76ff87dbbf, 0x9756fa75d774ce56ddff5fd354997cb523883d8eb65961c96fcf5fc700b43126, '', 0, '?'),
(0x4a1c77ad8b36e6a3d491850b1d60c565, 'wp-content/themes/twentytwentythree/patterns/post-meta.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/post-meta.php', 1, 0x00000000000000000000000000000000, 0xc9c743aaa37100bee1da76e40cf61e9b, 0x4d42743d5426bd08fe709538997e2648709e6853ae582e07a874e36c8a8c5653, '', 0, '?'),
(0x4a1fbe53cf850a841275a522671f57ed, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x385.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x385.png', 0, 0x2565cb7819bb93adf9838324a175d006, 0x2565cb7819bb93adf9838324a175d006, 0x2766684754e08939360c48f1cd7908bf6e496af7834c4d2ec8758a97bda98c33, '', 0, '?'),
(0x4a2263b1c47f31be8e968884fd2d198e, 'wp-content/updraft/log.7a3c1fb4e2b4.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.7a3c1fb4e2b4.txt', 0, 0x3f80f0bf6b7015082ede9081f2619a83, 0x3f80f0bf6b7015082ede9081f2619a83, 0xcb64a3deef2ca87a94a1bb5f5acea64762d56b8505a8f6502e9a9aa1696529bd, '', 0, '?'),
(0x4a265529231e503e0b0b69bfc57c33b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', 1, 0x00000000000000000000000000000000, 0x81c6a4c6a631a19ed7e144b08abfafae, 0x39211943031d54dfdb6513d7e93ee85ad58f3e8385e0a9423a26375eaf74b358, '', 0, '?'),
(0x4a288b7f36a70ca9626d58d91af74ceb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_2.php', 0, 0x9888e66e528fbb9bdb91b54ac6562ad1, 0x9888e66e528fbb9bdb91b54ac6562ad1, 0x7f1dc87ac87a5e14362399e2d2d2d4a6200fdce3980dd376987d1a54bbaa6386, '', 0, '?'),
(0x4a2e9e0518fcc68e3d55cbb911215c58, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 1, 0x00000000000000000000000000000000, 0x1d2540dd8fde0667b1d5909c61d05bab, 0x4e29790aab9b9e4661140fa74aa372a6ee6257cc258d82437d758a7527064f22, '', 0, '?'),
(0x4a2f7ac3f819b915136da429981cd838, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2_no_content.php', 0, 0xdda2af94b4d05a1e9741a337b0e0592a, 0xdda2af94b4d05a1e9741a337b0e0592a, 0xd60ce7eb18437d7ebf6548c63da9e7b12aafd21e20ce730a19be1f07d3283a4e, '', 0, '?'),
(0x4a304ee483edea04fe7127e0749e6f23, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x0e7a0a79ee6251ecfa451cf4d2550d21, 0x78584e37f7a0ff7b118f82c9653dc8579bda385e97ef915c462529b0c33d6e8e, '', 0, '?'),
(0x4a35b68d033a0af11752c954a5cf17e7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_10.php', 0, 0xd1b76169bc4b981c3a5db67bfff91f4e, 0xd1b76169bc4b981c3a5db67bfff91f4e, 0xc2dba5c4ea424325e897c2850e2671a828a7a1056a8a110670dc26918794d13e, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', '/home/abt90iranbet/public_html/wp-admin/js/site-health.js', 1, 0x00000000000000000000000000000000, 0x90ff6622802d8e8eaa10bea7ae883106, 0x6a2af2c077dc01bdb5e9bcb884a550b986b1f71d43b173721fb50dcb7133ef15, '', 0, '?'),
(0x4a3c64bbd2a0087af46b7d9eb230aadc, 'wp-includes/SimplePie/library/SimplePie/IRI.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x0e7e97305eaab6065b3c48189faeb331, 0x2275b596a554c2187f9e1885e06e4d727038638634f96ca10e7b95245ab4edab, '', 0, '?'),
(0x4a3ca9ff6445ceca5c509a843d92d44f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import_no_content.php', 0, 0xb720b4082ec57398fb79102daeac1eb2, 0xb720b4082ec57398fb79102daeac1eb2, 0x4a29afb7e3fb400257a54d2e9582fff25142bf9039fd079408d82f8498395c5e, '', 0, '?'),
(0x4a4002f2908c41fba8036ba4e9938ad6, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php', 1, 0x00000000000000000000000000000000, 0xa3dfd474f48c775c2d6ac5e41879bfdf, 0xb634fa8d8d98c21c872e2d7355fa4f26ad18c6f6d491327c7af66b45f5badbab, '', 0, '?'),
(0x4a4642ed9c56556d00c8d6c300509c76, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', 1, 0x00000000000000000000000000000000, 0xac11cbae362ee2e162048660faec1504, 0x857b77b7dcfabf827b3480b0a1683496e76c814a44e176180fdb8a5d51e8f85e, '', 0, '?'),
(0x4a48a1bfcc6c45705d267f6533a330ab, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php', 0, 0xe77fb4f328596cde349a649fbb9fdd6b, 0xe77fb4f328596cde349a649fbb9fdd6b, 0x77fd18a25592424f557dfc9cf2baf9000de3527e7c370186e111e860586b8137, '', 0, '?'),
(0x4a4b80e996216371c12dd71ba4b20942, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_cpt_settings_by_post_type.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_cpt_settings_by_post_type.php', 0, 0xd061c51cbc3e4e99c99dcd5978af2fda, 0xd061c51cbc3e4e99c99dcd5978af2fda, 0x510c041c635334575e74c7c215a0d02ce059ae032047e4049eeb29a367e8ad18, '', 0, '?'),
(0x4a4d5fc3d1a5dc979cdda4c5be0c33c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_2.php', 0, 0xfb384bc686cf550a5acb5cd361f159aa, 0xfb384bc686cf550a5acb5cd361f159aa, 0xce4df1e8ff41126dc96e0c67938d10bb7b2dc13eee8caca46a35f334e329b556, '', 0, '?'),
(0x4a4d65ece657c6a03026bc434b49e45c, 'wp-content/plugins/amp/includes/embeds/class-amp-tumblr-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-tumblr-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xea0e7b95a2bc0ea92fbcdaca31f2d570, 0x8f7c0d533e5bf985a9fe6c1ad47681844039c08cfa89fe233607c6353b35ec63, '', 0, '?'),
(0x4a50044c1fe000ebbdb23dc3913a908b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_3.php', 0, 0x299eed7ab8d860649b085ec15049192d, 0x299eed7ab8d860649b085ec15049192d, 0x17b276a4176f71182a6ba1894f14c9cc5ebeaefaafabf907305fad907c74ea02, '', 0, '?'),
(0x4a51f70b96f1ee4b43262548b72a5806, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-videos.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-videos.php', 0, 0xa43e33f8a408efb9a46e32914bfc17ca, 0xa43e33f8a408efb9a46e32914bfc17ca, 0xb3177b7cbd0106d0bdc0a1e6d5228ae42e6ad08533d2af4c82da27182376ceca, '', 0, '?'),
(0x4a52170b8e0163cd1354d4352468cf4d, 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 1, 0x00000000000000000000000000000000, 0x13ef878bcb2306c63aa1c07e2e872efc, 0x9473d2bc2081a2d54c8a205f23255cd14b8e9784de9a097e7f2b0788094576c8, '', 0, '?'),
(0x4a52ed0a66d93596ad358001133ff5c3, 'wp-content/plugins/elementor/modules/styleguide/controls/switcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/styleguide/controls/switcher.php', 1, 0x00000000000000000000000000000000, 0xc378fe9d5aef1e74325797bbc12bd7f6, 0x0eb0a6ac19e67c8c7984ef185b233dbb5e150da900167eef9c7843002c97c540, '', 0, '?'),
(0x4a5686cee506be9316aea9d50e9b7df1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', 1, 0x00000000000000000000000000000000, 0xe32d00ebd7f2e5b41b6d648e66c8e4f0, 0x66e1dcc245cdae58704a436d5aa81a38b1fcaf70f6d3e52510b99477117ebdc8, '', 0, '?'),
(0x4a5af177e82793b0223b85fbe3951fc2, 'wp-content/plugins/td-cloud-library/assets/js/tdbFilters.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFilters.js', 0, 0x7677f360e3dd169074b2faf2b5a5d808, 0x7677f360e3dd169074b2faf2b5a5d808, 0xb3fd22ddfd6cb854b9e1b07047997bcc79815d1bab2232f31e091c508314766f, '', 0, '?'),
(0x4a626b914b848d8d9e1cb50b5dfe12a4, 'wp-content/languages/fa_IR-8860e58c20c6a2ab5876a0f07be43bd9.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-8860e58c20c6a2ab5876a0f07be43bd9.json', 0, 0x2a7918bcd31cad8195a4f96f4bcac750, 0x2a7918bcd31cad8195a4f96f4bcac750, 0xcc828e7e48c00a3b7e5c6339ac1889de245e455fcc5d7d2aebe606c3f46d20d5, '', 0, '?'),
(0x4a66332fce5316efb487580c00102d80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', 1, 0x00000000000000000000000000000000, 0x7e5c28e70c0543ade310dc785a3873a5, 0x7980ff28415d027fd4a47e6b682fce43084275a87bae587c313dfd29babc6c84, '', 0, '?'),
(0x4a6a9a0011706d77ecb9e39a89621928, 'wp-includes/blocks/code/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0x4a6c0b74f1dc61cfcacd44c8ba4dfef4, 'wp-content/plugins/elementor/app/app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/app.php', 1, 0x00000000000000000000000000000000, 0x2ec23d89aa1ba25b71bddca9431b5b33, 0x272999a3715afb1bee72aed0aa184bc6246202791d0adf34ba2c93db7d848f0a, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x4a6d18ba1290a3f9e34a54aee9bd698f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', 0, 0x948cde0802113807d1ffa5a2297764fc, 0x948cde0802113807d1ffa5a2297764fc, 0xebb8aab700bd64870ad8cde65439163254e5abbc56c4f449f36a3069c7b5303c, '', 0, '?'),
(0x4a7353b63b9d6258bd8b235fb901b60f, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php', 0, 0x6b84f38c8a74cc231d54087523454eea, 0x6b84f38c8a74cc231d54087523454eea, 0xe799f96d0b8cebc48c94fbe3d45de39e1160dbedeeaf2c26f4149a9493aa4022, '', 0, '?'),
(0x4a77f0fade8fa1028afe842e3fa388c3, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', 1, 0x00000000000000000000000000000000, 0x4a8774ed7dbccaf556fd17eb66915c71, 0xf997885de13940e4f8f1021a2bc2799d92ebcc55a901138af7ca56e820fc490b, '', 0, '?'),
(0x4a7813b080c6ccbe889dc9cf2be96812, 'wp-content/plugins/elementor/modules/notes/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notes/module.php', 1, 0x00000000000000000000000000000000, 0x3819717d5f64e11adee58e8e5dfbcee2, 0xbe3b805dc86aec89efee0047fd73272c00748685071a3b3eb356fc6f09a42b6d, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', '/home/abt90iranbet/public_html/wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0xeb82a5d2b0ff19d104dba8dd94654ea0, 0xa6d278e545294f9838b91e790a7404de9655db5f417a7dc55bcedae4750e9585, '', 0, '?'),
(0x4a7cc3752dbbb92b54ff3d1d2faaed15, 'wp-content/updraft/themes-old/twentytwentyfour/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/archive.html', 0, 0x32ddfcc5c4e11e3ba5bd0ad11394fc97, 0x32ddfcc5c4e11e3ba5bd0ad11394fc97, 0x4f57c312ab5368abb1392ddc712e688b212e0c6e25bb79102e9e5e596eb41f37, '', 0, '?'),
(0x4a8a2eb64647d814fb015a843763d895, 'wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', 1, 0x00000000000000000000000000000000, 0xb427297a1357239de0fc4306f24b1821, 0xeca1aa227a3e2fb0fd57cbaae3fdc9d8b5202d9f8d72dab5764dce6f0b01f021, '', 0, '?'),
(0x4a8a2f126b880fe9c341bd17e6bbafed, 'wp-content/themes/twentytwentyfour/styles/ember.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/ember.json', 1, 0x00000000000000000000000000000000, 0x9c91dd69c74529c423995e5899194aaa, 0x9e69508b9f1e0a19d545037025edc68062fe0549bf7ec7ae498624a1fa1f80d1, '', 0, '?'),
(0x4a8c6c15ec5b32c687d7263723ffb0dc, 'wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x4a92d531b4d218261d0e66eb0d1de3d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_css_generator_demo.php', 0, 0x07f42109e89b3cb986a54714af283411, 0x07f42109e89b3cb986a54714af283411, 0x82cc393b1a39350c6578aa2dbc3f77b2d389bc67bd0b9f09a35611fa1f5c75da, '', 0, '?'),
(0x4a92e8a1f3ac5116ffa6d054da313e3f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_2.php', 0, 0x07224f50fa39ee77a588f486e0d7b250, 0x07224f50fa39ee77a588f486e0d7b250, 0x81fb2d7005faa65a752277f4637f989284834ab6e0bc4144e630955c8f086d69, '', 0, '?'),
(0x4a9a2226fa02ccc0add530825afa2acb, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php', 0, 0xbbe2347428a2c08dee775a7e19890603, 0xbbe2347428a2c08dee775a7e19890603, 0x739765484f9f6eb7f06dadf4fc8cb01559c911c21235fd0190c677473e1262f8, '', 0, '?'),
(0x4aa5e2a5452e0de0d9361ee87a6778c5, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-momentum.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-momentum.jpg', 0, 0x0ada93222130c0de953d12bcc062a623, 0x0ada93222130c0de953d12bcc062a623, 0xf0a137b527cda349705911a08916dbf245f37600612cc62d00a51f7df1c32aed, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4ab08cb6c5dbfbeed9efbb10bee078f2, 'wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x433812c67c1599f97c1d89f70cf37d55, 0x519b1397a356f7cce39284e899ae6b12489f52b4ae8ebd39d3f300d8b515c5ac, '', 0, '?'),
(0x4ab2e7cd49be5647bfda2cbc8bbf8c12, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 0, 0xb0ef7a4dd9812b5a677d93aa776a919e, 0xb0ef7a4dd9812b5a677d93aa776a919e, 0xb7f1e04b772f287a5a39a9d9b28c61e25c35be1f218e2033a74d2de7908b1a52, '', 0, '?'),
(0x4ab3a4b53b3cdfca437bdfaba9ae4e9f, 'wp-includes/blocks/spacer/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2650fa473ee975a1afb3ec59aa18e737, 0x7307033c01afe56637088f9ae427a4e23724f07fab607e48b30d1c7c4ae1c040, '', 0, '?'),
(0x4abad6d2424a90ad11000aee83a05d09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_10.php', 0, 0xa015285e2d0855cb01bca953e0afd1e4, 0xa015285e2d0855cb01bca953e0afd1e4, 0xbe55e251d40bcb775b6790309cd8b220ef282560b57f39a7bbe54bfce2d9e994, '', 0, '?'),
(0x4ac145e29045ab8d893e8e32769ec74b, 'wp-content/plugins/wordpress-seo/lib/model.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/model.php', 1, 0x00000000000000000000000000000000, 0x8720168fcb756c6b239ef951b9fc8516, 0xade7c69d18c38de320236fcb2e72723f1507dc13b673dc68a8e3e5c1b64f1304, '', 0, '?'),
(0x4ac7585e45ce62e2634bb0deb5bb50bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_10.php', 0, 0x669107d1edad30a483619b79cbfa310d, 0x669107d1edad30a483619b79cbfa310d, 0x36f1deb08d9e42351a2339d906684d27c9a83be21b781fff73c75f98832d15cd, '', 0, '?'),
(0x4ac7c491c51f5d3103900bb24f048b27, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_background.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_background.png', 1, 0x00000000000000000000000000000000, 0x06c91f7ae1561ccd8f1c79119529600d, 0xa897944a977772c7b5b654aa622140aaeebd45eceb7ebe6d1466a448ae71a3b6, '', 0, '?'),
(0x4aca5508b74071014eb5a80d08ae6eb1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_3.php', 0, 0xaedba1012dcdc758c56f4cc7f90d9a1a, 0xaedba1012dcdc758c56f4cc7f90d9a1a, 0xc3567474cedac4dca09b82443ba9507c8cc57beea72424ee29523bf697e664a3, '', 0, '?'),
(0x4acac221ca699cfa87a1fd45ac4caec4, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-colophon-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-colophon-3-col.php', 0, 0x069295a63e50a38e4e89d7af511ebe27, 0x069295a63e50a38e4e89d7af511ebe27, 0xda7c8bb1d36fb7162d730588878660ab580bd7288b2ca168ec725d41fd114ebc, '', 0, '?'),
(0x4acc647704c63af9f1420a6f9ea5b72f, 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js', 1, 0x00000000000000000000000000000000, 0xbadddb1c3998af8e6d37bb121ca50f18, 0x49637289ef666518ab47ccb16901fd627bf8f8fc0b0abdf1cbeeb062e223033e, '', 0, '?'),
(0x4acd0fedddf6d8f1ab637393f36936c2, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-9.png', 0, 0xf43935eb2606fba0ba591be5e3f23374, 0xf43935eb2606fba0ba591be5e3f23374, 0x29877e0a568cad20f0803b0cf8ba68910caec3b7f1d7e273ca087ff805b2e21c, '', 0, '?'),
(0x4ad30f1f3bda3e99a76e2379e5c9da2b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_4.php', 0, 0x43ae86f21a18a3c80827478501b5c0c8, 0x43ae86f21a18a3c80827478501b5c0c8, 0x3d9b04e42e35910f135567c456cca77d6a6cc8737db47c5d65faf2d95c89230e, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x4ad5c1b6847dd2dd9be124ec7f3f85d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import.php', 0, 0xc2cf78e28eebc915b276bcd0617807e5, 0xc2cf78e28eebc915b276bcd0617807e5, 0x8aff2ad51a8e817c8438a1f6ffa9a865804f6d83606c3a3cc66a8f3e2f95e147, '', 0, '?'),
(0x4ad927af473baba36f051acdf1e37228, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/payment-required-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/payment-required-exception.php', 0, 0x889a0c588c53ade751bc68f15e389929, 0x889a0c588c53ade751bc68f15e389929, 0x314708018db0fd7e690ddf125865e2c896316eb60339bfec71237ea171821591, '', 0, '?'),
(0x4adb1dde6fe816f15ce51256942fd81e, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_02.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_02.jpg', 0, 0x8b119bed44abae34a7275653585d3ef8, 0x8b119bed44abae34a7275653585d3ef8, 0x82823a22b4c81023c69bbf5fbc52836791ba61e90ae879ffb499c1309446560e, '', 0, '?'),
(0x4add1414fe4d78beca2c2d52e9f13ce1, 'wp-content/plugins/shortcodes-ultimate/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/readme.txt', 1, 0x00000000000000000000000000000000, 0x732c0368b6c144aec992b369eefbde09, 0x44df7ccf5625df26f31ac9f49405875c980fca077775088ce6d251bdf76a1ae0, '', 0, '?'),
(0x4adf7bf72f5e1dbf9c31911fe02a2a5d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_4.php', 0, 0x1f68fe9ca347d121dfad7fcda9944283, 0x1f68fe9ca347d121dfad7fcda9944283, 0x4bef9e9dbb4565078fbe866433cb2e21475d8c2d26e3e523edf508643ed0c615, '', 0, '?'),
(0x4ae13f0d641f02a5fe22c2a3d61a87ab, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 0, 0xe9cc9d6e38e09552e34f4d9a536bca81, 0xe9cc9d6e38e09552e34f4d9a536bca81, 0x9c8add8129bfe9f438147c031b4b16c8c3c5f051d279314e4bd2e2721f523b00, '', 0, '?'),
(0x4ae34b98790ce5b0852e24f2936db659, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_panel_settings.txt', 0, 0xe3bfaf848b0b1de326979c125707c2e5, 0xe3bfaf848b0b1de326979c125707c2e5, 0x00b81ebef9770d8d42fa53b09d1bb5f6869f7331e9083b69829f18e3f430aca3, '', 0, '?'),
(0x4ae37ea7ce3de91e7210ff18dfd17d73, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_name.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_name.php', 0, 0x3b22681b0edd73d72dfe789165e1506a, 0x3b22681b0edd73d72dfe789165e1506a, 0xada25e7cbd9d578e4ebb9f6b2bd43699c350e2ae931a2b2bcfd7a34828662a80, '', 0, '?'),
(0x4ae675a461a16d13ce692264e0eca2c8, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', 1, 0x00000000000000000000000000000000, 0xd7a52f250e23b7cc16ec6b7646a95f28, 0xc7e464e9c7d101b542336e7106b49a446f8fa3bff17d1dcfa68175093ff536b1, '', 0, '?'),
(0x4aed10843df51672a382769fc418bf5f, 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php', 1, 0x00000000000000000000000000000000, 0x6bcd19fd46c432126c160450cf75196b, 0x08bbe121546b7be0ee89d750a491c16d2006f878066929028dc88810f5561208, '', 0, '?'),
(0x4af0c4e0845b79bf530dab59a5b97fe0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', 1, 0x00000000000000000000000000000000, 0x702ef7febde0d6f76b633dafa5895871, 0xee705d0adb13120909d43873e8adb8079cfaacf0017ddb98e389c598801f73da, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', '/home/abt90iranbet/public_html/wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x027c098ebca6235056092f7b954dfc5f, 0x768f58498139d5feb36ef531658636ebdb43f4175cd32e702bde22bbf04bfe12, '', 0, '?'),
(0x4afc23cc74ff12c4fbbc577d882490a9, 'wp-content/plugins/elementor/includes/controls/exit-animation.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php', 1, 0x00000000000000000000000000000000, 0x5a202f29213233b9c04dfbd1872534c0, 0x9ea0834ee37a0fac85056f63ff44be887b8896b609812928583bd467eb8fd97f, '', 0, '?'),
(0x4afce83908993424cec23148315dffd6, 'wp-content/plugins/td-composer/mobile/home.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/home.php', 0, 0xdc9f45a979ba35454a49594fa267f7b8, 0xdc9f45a979ba35454a49594fa267f7b8, 0x503774c1274745950214033847e4ecd2176a6dc6c89c4776a78a98c153b6e0f3, '', 0, '?'),
(0x4b0286d85ff667ae5167389a2cdb896f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', 1, 0x00000000000000000000000000000000, 0x81fdfd501fe8833d454215d13636aa25, 0x43d504550b14b0d2427145d008678b826342239342d93ae03e0f94104cb9f520, '', 0, '?'),
(0x4b0a897737c4907ff9d7352ef8487d76, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-filter-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-filter-integration.php', 0, 0xa884215dafb1711c7134e1d75ef4a24e, 0xa884215dafb1711c7134e1d75ef4a24e, 0xce9a4517732aec7a5450a3436c692e37e63643204b40d2c05375e1d8c835aa06, '', 0, '?'),
(0x4b0c11e85fa1f76401ebb69ab863cc9c, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion.php', 0, 0x36f7b8faddaeda051f1c3000aab03c3c, 0x36f7b8faddaeda051f1c3000aab03c3c, 0x1b522c0993c21fa818158808352c78f2505d045fa4675a6580ea072d92db176a, '', 0, '?'),
(0x4b0c42844adf114f982beff8c4d8931e, 'wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php', 0, 0x9b441438666a116f9eb40f7da0cb7c58, 0x9b441438666a116f9eb40f7da0cb7c58, 0x80ad5289968e80ff89eafb43b1ca45f9a9013d4ef188ce0dfa21f550559a8e9a, '', 0, '?'),
(0x4b0dd958ba160fc331a8b78114c37f34, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_2.php', 0, 0x146e92ec557aef5fdfe62c2b952ba78e, 0x146e92ec557aef5fdfe62c2b952ba78e, 0x05fc9a7756a9f229b204beb495a063eb2c5961c09ee32c0ab8ce58e50e7b42a2, '', 0, '?'),
(0x4b1055f8b7f5f12be35a3a231958175d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_panel_settings.txt', 0, 0x91a2d2872b8507eb7bbf624a0a6096cb, 0x91a2d2872b8507eb7bbf624a0a6096cb, 0x2b6f92b415e0d2afb4965b5d73432f5f54ef440ce9a7e2ebbc0ae00db793aacc, '', 0, '?'),
(0x4b15a7b75321d1b8f7ddb55740c9d921, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 0, 0xb817c3dd5db9acf0eefde5d0ee9b0879, 0xb817c3dd5db9acf0eefde5d0ee9b0879, 0xea900d3bb8c1d642e5581df23223527c9f6d15260b32430be9c7670ef63090ac, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x4b17a6a36f88dfe4d7d5efef1e061930, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-9.png', 0, 0x5e51b2412544dab151f3eb95651dac7c, 0x5e51b2412544dab151f3eb95651dac7c, 0x2c0378854c30aa06ef43a7794abe4b9c730c90d9f1d6ec524ac4ba6a335a77c7, '', 0, '?'),
(0x4b184fd4eae99962b587af3329fccfe5, 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', 1, 0x00000000000000000000000000000000, 0x821242d3836517cec62075830b9a442e, 0x5dd2d0a8db227fa4197ca7b82f520480a7915b701e963319a8295de741da9894, '', 0, '?'),
(0x4b18d8e6730e741a1b35f144d59a5884, 'wp-includes/SimplePie/library/error_log', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/error_log', 0, 0xc947445586d209722355a8b082f20563, 0xc947445586d209722355a8b082f20563, 0x501d94c002d405d69e131d5d7300cd1c52a2b7e913046e39aabc5aabd77fe42b, '', 0, '?'),
(0x4b1a20bc778f8db41677dbc823e1e8a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import_no_content.php', 0, 0x377c8e93788c94d82e61c784e942b4ff, 0x377c8e93788c94d82e61c784e942b4ff, 0xc3e87ee3f7f0cc0520ac55a84a363189f65573aa9d9b60cd5cdd515503ce53ae, '', 0, '?'),
(0x4b1bf92fb9a6676d39145a1634cf544d, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0xc5c0f050dbf3a0560cd89d4e863fd45d, 0xd1498f64749e0f2180b8a9ca2fb81be948dd5f14637654d20c1328c8db0e0a3c, '', 0, '?'),
(0x4b1ed02d0a044d2d5532b3db7ce37e68, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.js', 1, 0x00000000000000000000000000000000, 0x95c06d249c01adf17b93a696862b8bd3, 0x3181e9f143f2f1dfea99b81c1d95082401584d47741967fa7ce9561d1aebaab5, '', 0, '?'),
(0x4b24dbcdd8eeb9d48475fc241932314c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_panel_settings.txt', 0, 0x8488bcfe5fe3817fe7cf860a0e4a934b, 0x8488bcfe5fe3817fe7cf860a0e4a934b, 0xd3d6ead7cf7b345c94533d9c075d1d988a5efc98d12316a69d12d0c733120baa, '', 0, '?'),
(0x4b272ed8589abd04d7a3008854d61d0a, 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map', 0, 0x8048d804fc27c7ee2dd5f446bf5bab3c, 0x8048d804fc27c7ee2dd5f446bf5bab3c, 0x4261431aabecedce81ceedd7efdabbb6ed75ca687633c2bf47275011242180ba, '', 0, '?'),
(0x4b282b6ea33a5c1d292e9abfa881735a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 0, 0x8e5b4860cf34750f27d8631ddc46731f, 0x8e5b4860cf34750f27d8631ddc46731f, 0x7df811c6af88cbe317db814f607b2b98490b424cfd92644a1c8788b43dd02209, '', 0, '?'),
(0x4b2b8f0532f48e62344e71022275fe5f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4b2cd73a586d48c52fe7731980dc614e, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', 1, 0x00000000000000000000000000000000, 0x41210ff97bd0f28639cf2c19cdd20d1e, 0xf4d30e4b080ff6c2bd6590d32122c5cb5dc18c4c120f291605cfc463b4d1de55, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0xfe526f700b28ee39bca530a244897af7, 0x24f224934fe156e8bb66192e69a37ba8f7e5105c83fe4ffe853884887033bdcd, '', 0, '?'),
(0x4b325001a7bf0f5e8460580fc0fcbdcb, 'wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php', 0, 0xa621a5cfdcdfc2a7b46b159116cc41ae, 0xa621a5cfdcdfc2a7b46b159116cc41ae, 0x988a61de8fd9fda236d1b1d19694ef5294af34a6690100b3ea4c00381544b364, '', 0, '?'),
(0x4b3250c5bcc94f9fe689af65c57e9f75, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/tables.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/tables.less', 0, 0x515e6de0f42e91a08a7496611b01a503, 0x515e6de0f42e91a08a7496611b01a503, 0xcd786774c97a7a922bf4199db7ea22df05790ec7e4b39b2108ee064b9e2efe54, '', 0, '?'),
(0x4b34917eb90ea2804a9c9908c72390b8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php', 0, 0x45fc1d47bf7a1bb2d693e974d930c05a, 0x45fc1d47bf7a1bb2d693e974d930c05a, 0xa4aa3e0219b854f46e6f0e6c750b6e76be698f504550bfe6bcd3e1f2dbe0887d, '', 0, '?'),
(0x4b3944ac778e2d2ed99bfe6925fa81c0, 'wp-content/themes/Newspaper/style-buddypress.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style-buddypress.css', 0, 0x8d8cdb0bf45b1b4d7ae18ffca43296ec, 0x8d8cdb0bf45b1b4d7ae18ffca43296ec, 0xeb514919707910ec00fb214c6c0b365e2df7d31143f0b9fd17d71176e8cdf551, '', 0, '?'),
(0x4b3df488bf7b9033109c7a7d397c79df, 'wp-content/languages/plugins/amp-fa_IR-ffddc50379157597cedf852a49bb9a20.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-ffddc50379157597cedf852a49bb9a20.json', 0, 0xd313a995581de50d53d86d26678ca850, 0xd313a995581de50d53d86d26678ca850, 0x0ceb372f0d1a02c0552256ea03ffd9ae44a485527303d4faf7c1e77f888e5dbd, '', 0, '?'),
(0x4b3e885e5baf50914618ed0e318b683a, 'wp-includes/blocks/social-link.php', '/home/abt90iranbet/public_html/wp-includes/blocks/social-link.php', 1, 0x00000000000000000000000000000000, 0x0327f8533604cbe294644b429adce671, 0x95771279657304432079978e9518cbb27d77f24161d66801711e4343004e47c2, '', 0, '?'),
(0x4b40a5554d31ab4fc8da546d3214d91c, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permissions-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permissions-group.php', 1, 0x00000000000000000000000000000000, 0x52fc8e3d76ddb4c7c2ce5d04a3a35473, 0x528c9991ec60bc67820e124a49303974eacd18390755785a621b04a91be0e94e, '', 0, '?'),
(0x4b4262ce7d0ecdf46c3b829616f697aa, 'wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xa68e9fcd646cf2306af4ee1f587e8ca7, 0x521cb4107e218243c938ff79f69b04b904ea89f81bc7627a70b3984fe6294d10, '', 0, '?'),
(0x4b43c12c0fa412eff5fd550b264352f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_4.php', 0, 0x4387190ecbd92b65e531017e2d7ad726, 0x4387190ecbd92b65e531017e2d7ad726, 0x5f9fd041433d46f4e2d7d5bff0cdb608624d13f976335cca61235f3ec149fab0, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0x0c32fab1b717ebb4f876c7ef109c74ed, 0xcded39a5d8eb9b60054e8c3ec99ef5393abf0f8c41dad3cb008ed54c85939698, '', 0, '?'),
(0x4b4ba2579aaebb3719dee9fda6ff9f4b, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js', 1, 0x00000000000000000000000000000000, 0x57bfa87c80425cf2b308253e0ba324cb, 0xa5a79bc3f09684e3735ff683a596af5e81a6b0830d00421ceda2a68aeb24e114, '', 0, '?'),
(0x4b4cbfcb580fbf0e0d03a2d1b44df68d, 'wp-includes/SimplePie/src/Misc.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Misc.php', 1, 0x00000000000000000000000000000000, 0xeebe129c49c4b51272a4239980a29465, 0x5927f8291eef53960b3d17f2c9c85fc51e1b23bb62a7bc82132d337e9597ff97, '', 0, '?'),
(0x4b4f71d44139a084b3bae7d15574df39, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-color_picker.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-color_picker.php', 0, 0xe614fc43e9b2878f3bad53512917170a, 0xe614fc43e9b2878f3bad53512917170a, 0xd2572d182409c056f3ddcb526bd0e77c4fad45c18b1a9b0227f991b283093f64, '', 0, '?'),
(0x4b55b11b05017847811bfd1ed31a2cab, 'wp-content/plugins/td-standard-pack/tdsp_version_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/tdsp_version_check.php', 0, 0xe1dddf3d258ad0991bf8d64e66c87bfe, 0xe1dddf3d258ad0991bf8d64e66c87bfe, 0xd21d01f23b3335c93491724ece1d47b0a3db3cad15bf999dcb71863a5117f52b, '', 0, '?'),
(0x4b5a0c90eabad1bcace4accbb7b6f26d, 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xf4fdfbb966fc9d0df870010bbb7cf86cb46a17f6f1dd22f7910ba3cb5040990f, '', 0, '?'),
(0x4b63b52eef169bb3488cb76d81343ced, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import_no_content.php', 0, 0x0b116bf4a0ec40b1291f47228906442c, 0x0b116bf4a0ec40b1291f47228906442c, 0x743747791fb9c37da18e5e231f659aa371cff7f726c21dd518dfb65ddfd9099b, '', 0, '?'),
(0x4b65e2f5e96b2ad1ecdda52ed36073e2, 'wp-content/updraft/themes-old/twentytwentyfour/styles/maelstrom.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/maelstrom.json', 0, 0x1ddf7b3fa9030414971c067963231caf, 0x1ddf7b3fa9030414971c067963231caf, 0xdb081e63d7744077184c5a68f95b394d795ab4dd2c9d547340f0bc888975aee2, '', 0, '?'),
(0x4b6b91ac73ace46985e660a7c08beec1, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.min.css', 0, 0x6081d0ba832eb783f13e32be2501299f, 0x6081d0ba832eb783f13e32be2501299f, 0xe7d922f7ead93cc3410ff1a79b571d973251afac8051b5c3012d6b8f09ee29c6, '', 0, '?'),
(0x4b6d467ace2425e39a2267c5efc48553, 'wp-content/plugins/elementor/core/app/app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/app.php', 1, 0x00000000000000000000000000000000, 0x519fda2acab1c0a80587d444849b06fd, 0xae6746e08248fae309e87ed7eaefe7ba8ea36f07b1ae12646c35d362a7ecba23, '', 0, '?'),
(0x4b72287c4133521ed54dd1509a496494, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_16.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_16.php', 0, 0xf1781219e86a226588f3f4b1ebd0768f, 0xf1781219e86a226588f3f4b1ebd0768f, 0xc39eb4e62139b672aca69823a08d88db0f1f867eeb2409d3f8850f6d56dcccd4, '', 0, '?'),
(0x4b724a5bae6bf1f0d53a58f940a1a39f, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/customizer.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/customizer.css', 1, 0x00000000000000000000000000000000, 0x5c6cbcd08318a5906b6b6a0be6a91268, 0x1be6865d35d700c60be2c4795824fa8009d08ec38cbe7e12c662ccd82774ca96, '', 0, '?'),
(0x4b732f7972aec051b03311587fed1f97, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', 1, 0x00000000000000000000000000000000, 0x39e055b5d83a139818eec4046b57026b, 0xf368d08155afab29aa861c36df390f9e1ef937be67ddeb2e741dbfdb38b859fa, '', 0, '?'),
(0x4b7732602b7aeda6808f0c9e8c14ccc1, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x4b7e32aaf313c413d74f0aaf4fade564, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-default.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-default.php', 0, 0xdfa9bf1cb4a8cf387a0187a73442b18c, 0xdfa9bf1cb4a8cf387a0187a73442b18c, 0x38dc7acee53e5f289d7a6737912f423f02d2fe345a30f9700046b9731fa05ce4, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', '/home/abt90iranbet/public_html/wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4b89cc8a96212b97c8d219bfb8892026, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5_no_content.php', 0, 0x91c92ef36f9b6e856dab67b90584b57f, 0x91c92ef36f9b6e856dab67b90584b57f, 0xd2a2fdae5a557b15481b7d8a7c4b72279d97a213655bfc1409287a179dfdbd41, '', 0, '?'),
(0x4b8c738f86f3ce603b5cba5a4f1a27a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_4.php', 0, 0x17b439956dbda57d08e9e92c1da228b5, 0x17b439956dbda57d08e9e92c1da228b5, 0xe00dec6db5ece132e7de36ed04e9ba405d10d4202ffb3939df5ddb652db7aad7, '', 0, '?'),
(0x4b99201c37c82a3cccb4dd32f9245469, 'wp-content/plugins/elementor/includes/controls/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base.php', 1, 0x00000000000000000000000000000000, 0x219509a4ce2c64487b4edc4e6cc89c89, 0xdec91e67aadd08531c56c885dcfc33b0bc525cfc6400dae185c1ce26fb397cb4, '', 0, '?'),
(0x4b9b49c0c3cf60e6ad90f33a4ae2c6ee, 'wp-content/plugins/wordpress-seo/images/insights.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/insights.png', 1, 0x00000000000000000000000000000000, 0xdb7ccbd5b195fa304ecb6fda2a3eb94a, 0x2210527b30026cd3f20c692c3726bcba355070e1619057b7172ccb2956482bd7, '', 0, '?'),
(0x4b9b63c546522e112fb3b6755af040f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1_no_content.php', 0, 0x44dc257ea46d33dc64ef4477b4568260, 0x44dc257ea46d33dc64ef4477b4568260, 0x1cbd0c9b4cec1e160debcc718b7edd2b232ec3e40684bc50fc22e0d2b20be46c, '', 0, '?'),
(0x4b9c68e39327ccb8d4c92e0fcac7876b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x0.png', 0, 0x31a179139e88d5a258ed54c161d3a0ce, 0x31a179139e88d5a258ed54c161d3a0ce, 0x5de075569be72eb81f9edb42c1c497bc71eb7befd7e52844a7766459cd47c736, '', 0, '?'),
(0x4ba207bbdfa8faad298840c91a2d11a3, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', 1, 0x00000000000000000000000000000000, 0x07271e8a945d7b78a74eed077d93fc1f, 0xe453baf5846829ed3b01e2d1a944eefce80f8dab4a0683668376e1b997a2a205, '', 0, '?'),
(0x4ba210132d1d34f107a7966f9d62a59f, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', 1, 0x00000000000000000000000000000000, 0xbc65a88ed3edc3252f3108a192d42e40, 0x51bd7f1a1fd90246eaafada0f24d0b1050c1ac643659dea04df9109c2655124d, '', 0, '?'),
(0x4ba9e242ac48f5a277f19604845b4421, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', 1, 0x00000000000000000000000000000000, 0xadfc9cf9c862921b98896712cbea33d6, 0x3ea1704661bf588022efc46efc9c960bd1b408cdd7354e86e7b23108b10840a4, '', 0, '?'),
(0x4baddc64770c9bf9fdfe011e57835965, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-8ab6dc59306447e92f7d5332c87c00f5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-8ab6dc59306447e92f7d5332c87c00f5.json', 0, 0x6608b2aaaa0931e1f631e876d6cc07b0, 0x6608b2aaaa0931e1f631e876d6cc07b0, 0xbb86daedd8994ee9ed7a3a1b9b534d8c94ecb1b94299e9da0543700183b95db3, '', 0, '?'),
(0x4badf491871ecb52097741c5e4d0651b, 'wp-includes/blocks/latest-posts/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor.css', 1, 0x00000000000000000000000000000000, 0xe750e2f26982c02994d602f3aef946aa, 0x554b3c90f4762aad23ce1c95b929d623c1f5f48da437489ef9a83eacbae9bc9b, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0xa8e472e8e14c9b185a54bc74cf9bcf52, 0xe22adb14c2c02223e580ae06137fb48155ee1438f7a8a663ffd42a5b87e66a27, '', 0, '?'),
(0x4bafaa3c0ba9483c37c5459e2c6ce7df, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0x2cf9060270f56b8f3cfbc90618822359, 0x5178cc6290c1926e62574bc9e9e2c8452aa46c8e6fe4e1de85efddca9b9ff50f, '', 0, '?'),
(0x4bb4f5a54e4dc4fd6d7dfee53901f45c, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 0, 0xcc19ad196f1e382b628047d4ff5ea3ef, 0xcc19ad196f1e382b628047d4ff5ea3ef, 0xb58c47557d51c958520deb00bc0d160f7ab74e99c81dc0f06d296d24dd126390, '', 0, '?'),
(0x4bb516a0413b3d8065fe114a6cacbc39, 'wp-content/plugins/amp/src/Instrumentation/ServerTiming.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/ServerTiming.php', 1, 0x00000000000000000000000000000000, 0xed3dd2fcb661d32912a82f3f3cbdf59d, 0xc334e8bd958956e44737e637f23c26d2fa42fe1e6f128ece26d7fb1130980eac, '', 0, '?'),
(0x4bb77b2f8d65221ed87b5067c34bd4cd, 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row.php', 0, 0xcf598971cc66e74d1f00b5a1d29d149f, 0xcf598971cc66e74d1f00b5a1d29d149f, 0x94e587edd47f47273aa3df2b91ce2ccc6505628f084779439c5d5c5fda5cec64, '', 0, '?'),
(0x4bb8f97049ae7994576aa596511dcdae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', 1, 0x00000000000000000000000000000000, 0xbb1459f12c1134f4795d17aca2ce9554, 0x7df149df190e0ec7de768b2449599aa31271d316828a038719eca09df00e755a, '', 0, '?'),
(0x4bb9bfe315a00d5c02557af7f51a3a27, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x4bbbbcd3bfb1bf1448936d78f1845f0c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import.php', 0, 0xa12434d5f1ccebce6caaf1ebaa8bbc9c, 0xa12434d5f1ccebce6caaf1ebaa8bbc9c, 0x16969563d395786ec410fe8db7ab36e1c380f7fad291dce5f48bb4ea022fac45, '', 0, '?'),
(0x4bbe3a73cabe30043450818fba206564, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51a844500669c324813ab8b8f5909bf3.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51a844500669c324813ab8b8f5909bf3.json', 0, 0xee1312ccc0a8e07c20fd7039fecb9333, 0xee1312ccc0a8e07c20fd7039fecb9333, 0xfd536650fa7fb3ae5aff58158bc4cfe2627a5d4ef002cee21e253dd92a0ebaec, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x5020494ddd3b703801766eb3c75bf453, 0x9ba18895396a8008f16c78421414d86513483abf79a5257df363095450a75fd7, '', 0, '?'),
(0x4bc0147d45292eb8d3fc183a7c9468f8, 'wp-content/plugins/amp/src/Cli/OptionCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/OptionCommand.php', 1, 0x00000000000000000000000000000000, 0xf386b61293d0c8a3630982aa791592f6, 0x23dedcbde7ffc6e99a9a900300864d38305f932c73ec448abb9d283d9b3882a4, '', 0, '?'),
(0x4bc449e291123284d0d6eeb6e604af4e, 'wp-content/plugins/td-composer/includes/wpeditor.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/wpeditor.php', 0, 0x1861a1130466c036fca8b4da87a4b865, 0x1861a1130466c036fca8b4da87a4b865, 0xb65742a5dc679bbd732a0041efa3f5dea6a3f978f36016b3428800a15b5b0276, '', 0, '?'),
(0x4bc531e3f0a4d58432dc248f4cbc78ea, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js', 1, 0x00000000000000000000000000000000, 0x3159c96128c47efd44ad34e2588c3cda, 0xe18fde1c6d895fbde1900e1596816667f7ab90205d42817b23320d41f3b3b462, '', 0, '?'),
(0x4bc75304bcbef43d6a9def93601f6696, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/template.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/template.php', 1, 0x00000000000000000000000000000000, 0x47bcebf063ab10e93b6b168a12b21f5c, 0x9a1de7871ed8ca811167f76aea19e6226cd4707dba729528490a32f77cbc7d9c, '', 0, '?'),
(0x4bc81925b139564926ca158a2cd475bd, 'wp-content/themes/Newspaper/translation/ur.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur.mo', 0, 0xfa8ebe23021c3d6d22b764b2c36c0a40, 0xfa8ebe23021c3d6d22b764b2c36c0a40, 0x4c9fe1cee0a9d817fdd8194ff2e8cca303447a78d536d4c8f4df0527ff94ce60, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?'),
(0x4bcc9debcc46bcf9aba457e74c51a522, 'wp-content/plugins/kk-star-ratings/src/core/actions/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x4bd7391ede56810ab0bee8d6fc200d6d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import.php', 0, 0xb5510986647bcc7f716da3274f4b2b27, 0xb5510986647bcc7f716da3274f4b2b27, 0x943881f75e0d0f5657cc7c395ebcc0b112ca74a68f541976d5a1b78d92f12584, '', 0, '?'),
(0x4bd9cd5a04b61a49e538c5032326d142, 'wp-content/updraft/plugins-old/updraftplus/js/tour-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/tour-1-25-1.min.js', 0, 0x28161a287cf889dd7f4c4cd7cb253651, 0x28161a287cf889dd7f4c4cd7cb253651, 0x6700174a5b8e31fec0b00146d7403b25fea93658fa31e25be2f4873705f22703, '', 0, '?'),
(0x4bdc79bcc65d21d359076544b5ed0ba7, 'wp-content/plugins/elementor/includes/controls/switcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/switcher.php', 1, 0x00000000000000000000000000000000, 0xd72191d539470b39fe7a2f43a0ffc11c, 0x61c24c0a540551bb2b103707cbabebdf172ee233ef64df9e1ae0340e58d41151, '', 0, '?'),
(0x4bde9edc21a8a6dc4acf3d74ee07eeee, 'wp-content/plugins/wp-rocket/inc/constants.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/constants.php', 0, 0xdc58ed4972d66bf281ad64933ad055f9, 0xdc58ed4972d66bf281ad64933ad055f9, 0x5f85b97257481678c76ebe6d303b59f097a9aac23d0772c6233f2e3c0ef425f7, '', 0, '?'),
(0x4be0e25d07dd9d6cbcec78bcaa2a8fa3, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-tag.php', 1, 0x00000000000000000000000000000000, 0x83eedef3b34c8b4bca19a8f506a1d4ea, 0xbc75d33539202e34f88a9b3e9295f12993d3f6b0c27af2f30e4c63e7b1ac1f48, '', 0, '?'),
(0x4be4a7bfacf731a2053181210e031f4d, 'wp-content/plugins/elementor/includes/editor-templates/navigator.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php', 1, 0x00000000000000000000000000000000, 0x18fc52246dc70dfd4f0969cc648983ad, 0xb3f37658ecb91ce19831a796c506cb3cbf5946538901ee95671d3c99375bc822, '', 0, '?'),
(0x4be5f50cc9166fc2eb3278043203126f, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0x596f2a21323cc34f4391329fc2a46032, 0x8c7cb5932ed5d48dd6f6673fcb7987fa3ba594bafb3f92f7ed2b0739c51d9e73, '', 0, '?'),
(0x4be9dd1db0d5004f7f10ff1f6be09758, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-form.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-form.php', 0, 0x2a50b33aba5e1b7b68645b7b1e649db5, 0x2a50b33aba5e1b7b68645b7b1e649db5, 0x8d682d3af505482f29b9eea411513089608d96d3408dc7110cb328038c6ae4af, '', 0, '?'),
(0x4beb37627bea72db750c26dc4d8e5844, 'wp-includes/css/dist/block-library/editor-elements-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.css', 1, 0x00000000000000000000000000000000, 0xbffd8e637cbd24009a0e947b966fd0e9, 0x24c832695166feff977ede27a13ab55372d5da34033afe92aaa0cb41b73e111f, '', 0, '?'),
(0x4bef4dd0d1c0aaf976d0646076b7873d, 'wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/posts.php', 1, 0x00000000000000000000000000000000, 0x8db20335be4b837695d1ad1a0fdddeb8, 0x0c994d3d248fdd8b9ee5fdbc2afd75286c31d05f965e4754e0a3803db9dbd890, '', 0, '?'),
(0x4bf2cfa591253af27bcd526a8fb3d458, 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 1, 0x00000000000000000000000000000000, 0x82be6cc13878b18282c7c1b8910e410d, 0x1e94d783f33e3486064fcb6c95ba2f993039bb92c10314c47075b163e9193bf6, '', 0, '?'),
(0x4bf920e88d179ef52a893bdcbcc66e63, 'wp-includes/blocks/calendar/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/block.json', 1, 0x00000000000000000000000000000000, 0x7f64dadca4d8d4b4d0bf20dab5a743aa, 0x2ba0240ff9bc76ba49af00b5f4a2d74d4d4dc3eb895c01f0eb73eaa9baa5fef7, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', '/home/abt90iranbet/public_html/wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x3a314eb02806e8786c018f58ddfcbf27, 0x7639ed870a7b6c174b8a0b867e71e2b023923e89e9dfa6b7bda1204a8501607e, '', 0, '?'),
(0x4bfa7aef7cff4ee25154f916d05637e1, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user.php', 0, 0x5122ac835b59e20956596237b084b68b, 0x5122ac835b59e20956596237b084b68b, 0x0021271783847d3acbc95dd9aa1d89fcbbbcab20d0365685e35a2fead3d664ab, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', '/home/abt90iranbet/public_html/wp-includes/class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0xd3c52d0833141cc265e2b58762348a56, 0x9287f4a66234df4b2c07be7d9aa70cc5a33c6da820a669208caad3a575a03147, '', 0, '?'),
(0x4c0160251152f2e91ab9480e666b66c2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', 1, 0x00000000000000000000000000000000, 0xa19a1dc1fc0738aa90ce187e1332ed32, 0x872cd4fd316d413899fc29f91b92911a0da4da70e4ebb4f779b5f0f94d1d5558, '', 0, '?'),
(0x4c05acce5a33deb55903d6b0dc8ce02d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_8.php', 0, 0x66a854e67b52a8b3cc89748a4bb23261, 0x66a854e67b52a8b3cc89748a4bb23261, 0x0b6d83a810b65103208caef90c7fea47aab6d638a410eb656baf259dbc8e4ad8, '', 0, '?'),
(0x4c09e80599e227f22f6d7824ca40f6f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2.php', 0, 0x392880d8564308585664d53637934795, 0x392880d8564308585664d53637934795, 0xa7534abad8710ba7600d65172010ca5b97185e782307e3819072ff18486117dd, '', 0, '?'),
(0x4c0f65634e92a9a7c9ef33d9cd2414df, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/LICENSE.txt', 0, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0x4c13cf772aa7d29a46bbedaa91845488, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 1, 0x00000000000000000000000000000000, 0xd223bf2496b9126108aaba9e1848b7a6, 0xb751452da45286edf24b2fbb81532d9b211056ce88662d84c890701efa2efe5d, '', 0, '?'),
(0x4c15f3bf62873ead6f4fbf6af9f12a36, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', 1, 0x00000000000000000000000000000000, 0x456f73da43672e68c523c93b6160faf4, 0x0da6eb9ed383c84551c5b9ba69a9b0cc6ffc3f2cd49c5550e13e6bfb3497aed8, '', 0, '?'),
(0x4c1a65ce6dce3b39f07f34184a4cd1a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1_no_content.php', 0, 0x43411dc2e5469194726bf6cf3d82dbd7, 0x43411dc2e5469194726bf6cf3d82dbd7, 0x20d5fa36a8d03c21df7079f612c9c8b0e81f3f006f79c71db2fcf8c387e11b86, '', 0, '?'),
(0x4c1d0ba7ec3543ee5a1fe2eb08047a89, 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 1, 0x00000000000000000000000000000000, 0xdd984216acb5820a622adf2a658f4366, 0x47d9c80947f571ddbfeab870674b34ab501871dc99cacebaf9716256a3451dff, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x4c1fe9325cff8342f57381e632381038, 'wp-content/plugins/elementor/assets/js/dev-tools.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/dev-tools.js', 1, 0x00000000000000000000000000000000, 0xe74d7af86428a889dd2e39a871412ea6, 0x9ece403a63bd4d2f2ff2457c1bdea356072ee10cb4f21bbed19590463fa8ffc4, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0xab939921eb80e469ff5fdef973a1fdfd, 0xd4c57e038ded959d44a0707d8373451b529326d1602ff1cf6c5ddd21b5d0eb18, '', 0, '?'),
(0x4c26d237bc5e36daebba24b34e4ea6dc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_6.php', 0, 0x031ff9c7c73a81cedace8850b852d62c, 0x031ff9c7c73a81cedace8850b852d62c, 0xeae27545d26fa0037ea9a19b15ef056305c23b9e8dfc743fe409aa3c80da62c8, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', '/home/abt90iranbet/public_html/wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0xc6f045d5e79f0a4f5ce90419ca598162, 0x85d2274650e41a0417a82f470a93e04ab7a688eba75c4212f59e1aae88495492, '', 0, '?'),
(0x4c2a959ce39f92afa1f3f624ec4763f8, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-delete-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-delete-command.php', 0, 0xae1b2e9a18787da94734372c62993a02, 0xae1b2e9a18787da94734372c62993a02, 0x4b8ef2500bcbe7a2eadaa0e086396f927f33c6145a981f84d618e4f479f8c472, '', 0, '?'),
(0x4c2ad6586fe69a97f973d044b52381c3, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js', 0, 0x718e0a71a6685c775d2fabdf298abfbd, 0x718e0a71a6685c775d2fabdf298abfbd, 0x0f2f6c15926c8786b4729921b8c38c2eb9d0eccc6d0e94b3875fae142a84a7a7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4c2c7fddd272c1a7c8af11045bfd36b5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', 1, 0x00000000000000000000000000000000, 0xff5c2f6a538bc0d3cf536dbf91c76b2a, 0xe9b1727230a2e53fa47ae97bac993c254ffb2fc3e3eed575710e43e255f1f1a6, '', 0, '?'),
(0x4c2fb7ddce8baa3c7888e71577adbe19, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_import.php', 0, 0xf7e234dd5ba03f55d7f73517644c0f6e, 0xf7e234dd5ba03f55d7f73517644c0f6e, 0x336039031bbab3d795e780a1e6434c7e484f7bced2abb8a10e24522ba37dbced, '', 0, '?'),
(0x4c36fdc7963cd393286c0d40e3d012d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', 1, 0x00000000000000000000000000000000, 0x39998dc6697f0f14627f65e9cecbedb2, 0xb65034487d1b2e80455cc178a2d744de0b911fae4f0e1d057c16347f44dd1f71, '', 0, '?'),
(0x4c39508a587bf98ef4b67bc145a1becb, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 1, 0x00000000000000000000000000000000, 0x7bd24a3bd7f4b7d6edf111bd4cd0677b, 0x017050bc284490208bc89def47581c51180dd36b02e155916beadcef14f555ff, '', 0, '?'),
(0x4c39541efe227922fbd2c01e7655549e, 'wp-content/plugins/shortcodes-ultimate/admin/css/admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/css/admin.css', 1, 0x00000000000000000000000000000000, 0xcb16656223c6933a081bc558ba829b3a, 0xb4a5f02983a4908715de5dcec375ab62bc9fcbe0b1398d6714f74f9afb20bb19, '', 0, '?'),
(0x4c3a103b1c72af8b436716397242d9c4, 'wp-content/plugins/td-cloud-library/modules/tdb_module_loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_loop.php', 0, 0x1e8120eb4a458880d3dccc8f3cc673c3, 0x1e8120eb4a458880d3dccc8f3cc673c3, 0xc1a0ad03698538c334c77dc37d7d12f7859623943225a999a0fe1fea174a6cc1, '', 0, '?'),
(0x4c3a2f2322d1af6670dab79bc3a51259, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 1, 0x00000000000000000000000000000000, 0x321970e566e7d57bc9a1bce88bebcf03, 0x2e87f050e9f9418ac9f61a7cbe2857c6405d91fc71b1c5c96e416dca700bddfa, '', 0, '?'),
(0x4c427f1f621663ad86cef48f08183fc6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', 0, 0xaa20c80d566af7fec9d488bbcd5161ab, 0xaa20c80d566af7fec9d488bbcd5161ab, 0x9ecb707f83a3d428124089d66bd0372c4797713fd760ae1f57a0dedf4684c21b, '', 0, '?'),
(0x4c4a7425a61f5dbf9f20a72a10a34f1b, 'wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0x96f197c9d261c7567a04827cd23204c9, 0xfd03af712198dd2f6f5a8a1f54bb057616a56eaf7918c374c6cfefad8d2ac77d, '', 0, '?'),
(0x4c4adf4576ff9e44d56861894f49c89e, 'wp-includes/Requests/src/Ipv6.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Ipv6.php', 1, 0x00000000000000000000000000000000, 0x12c914b76ea26a9df4b6e51d72ee9d94, 0x6a9645b09d02b1fc2dc12fa704228eaad2d32fb3a0bb00d255f7ef921a355ca4, '', 0, '?'),
(0x4c4cc9f1936015c8d05343023037911e, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php', 0, 0xb7e8efdf17fea26c9ce57397e9daee5d, 0xb7e8efdf17fea26c9ce57397e9daee5d, 0x42f545c390ab7b9f6828b2380c76b414d6318fe00a751b7ca2a0a71cddcaabdb, '', 0, '?'),
(0x4c4e06552ca36011d2fc002a08bc912d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3_no_content.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x235c999c460d0bea0e06769b06430cf5, 0xf3839258b93734f105f9a6750d747f7bbd0f9c4d6cd78489a571547dd4eaf0bc, '', 0, '?'),
(0x4c57c7547bc850d93b132f5251c2cbaa, 'wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php', 0, 0xaccb839e2373aeb9711996e0eb53d99b, 0xaccb839e2373aeb9711996e0eb53d99b, 0xa3ac81cec346ecbb69c366e59045201660873202977465d55f9b300b45615caa, '', 0, '?'),
(0x4c594091cdd2d479e1dd2ccf89d7b68e, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340-rtl.css', 0, 0xd4250972edd60e92da0e788534c4c90f, 0xd4250972edd60e92da0e788534c4c90f, 0xf297850d8064f75526b8982aca56e40e603081002c323b9bcb0996d349e5ff2f, '', 0, '?'),
(0x4c5b62a27a7b79b8b13f18f380b25c20, 'wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php', 1, 0x00000000000000000000000000000000, 0x5051c443122efc29263ca300363b5942, 0xdbd2bd56da6ae22f316d4438a233269ce7aa492e62c19320dcb8b3586ecf07d6, '', 0, '?'),
(0x4c617095b2903867f456e32cbee667db, 'wp-includes/js/dist/vendor/react-dom.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-dom.js', 1, 0x00000000000000000000000000000000, 0x3edf0eb850cbd3326d48dd88b6c3029f, 0x128f003e68f12aae3eab9b1038054b8019d5dd68c52fcbd2965a531c52e1555b, '', 0, '?'),
(0x4c6402ae92edd380d8f8d99f1673cca1, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', 1, 0x00000000000000000000000000000000, 0x1d874e2aa724e1744741c44dc2db997f, 0x390ed8476dfd2988c7d923de8189ea3221165a97a61e773e205963880108a9e6, '', 0, '?'),
(0x4c64d2045cbc9b3ba856e2c3975e5dc8, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.po', 0, 0x70477e9239763a4e5589c7d7bd73fad8, 0x70477e9239763a4e5589c7d7bd73fad8, 0x1614f5057f1b7cddd124f84fc4c312aadeae1651e84317a253ece70823afd0f2, '', 0, '?'),
(0x4c66b75c653c474705a2198a553aa993, 'wp-content/plugins/updraftplus/includes/tether/tether.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether/tether.js', 1, 0x00000000000000000000000000000000, 0xf33327a647ac9072f27c2878f7d37895, 0x991b8c1d13449bdb16a0ca3d463a007d5a9d030fc3c4440a1732fa5f3b665471, '', 0, '?'),
(0x4c6880deba26d2c141d284417c859bd1, 'wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement_small.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement_small.png', 0, 0x25bd30d067cb183bef6d0fe7c04e24b4, 0x25bd30d067cb183bef6d0fe7c04e24b4, 0xa48a943312f92bd2c09cb0dcd69c902bd7a0384a3d5dcb39a572ba2d5e44ecea, '', 0, '?'),
(0x4c69be7d5cd4a61297c985c98b9cd8a9, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-n.png', 0, 0xa0813893105b26a96668c5263d3525f9, 0xa0813893105b26a96668c5263d3525f9, 0x63c364caebbaf5d0b6980528e9db6adc6ed36e9d40d94be179e0390742225864, '', 0, '?'),
(0x4c6fe694de2a8103e44386e46e087b3f, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php', 1, 0x00000000000000000000000000000000, 0xc51c4eefb5c42549ab6fd3aae4d99a01, 0xc4f6b9a865abe6c456487509801df1da48f0360181417f27f1aa019b33006932, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', '/home/abt90iranbet/public_html/wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0x0e1972f23dfc0282f95c1227122e92db, 0x0e620aa4a4c0542fc8086a13f89c472082491ed340d7a26887ada07926909a7c, '', 0, '?'),
(0x4c7799660b78bfc1adecce98808e4db4, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', 1, 0x00000000000000000000000000000000, 0x93d7a961a4c15f7d8e47dbe216d6b66c, 0x485be0cebce54351482ab14596eb85cb4252c30d72742e2107e13d5497067899, '', 0, '?'),
(0x4c77c30ed223128b86beac08e6256abb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_10.php', 0, 0x13ae26cbd5ce3af292da344978e9600b, 0x13ae26cbd5ce3af292da344978e9600b, 0xc518d0e1f4e178e4018ebc59e59a420186080e8acb3adbbd00e821802d9953a4, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0x6867a2cb80e365c2193f0defbd6e776c, 0xbaaa47509cc030afbfab701c7e8d325fe8bf0dc1973b10f281857ba1c3ac9ffe, '', 0, '?'),
(0x4c7a0936b49edd6851bc81da1e57cb37, 'wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', 1, 0x00000000000000000000000000000000, 0x574af892be256a106fa945c7d5255e28, 0x6aa593527efbee9b0e404f16a7e9a3ff015b823fcbdc03c639029f3a06fc8ab2, '', 0, '?'),
(0x4c7a456bef9f52f04255c2295a0ae662, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 1, 0x00000000000000000000000000000000, 0x0da7e45f1e55c0c454ccddff460628f5, 0xbae768bfc629907844f492343014f26c5d96c54dc81fe5744cee25d33a0dc672, '', 0, '?'),
(0x4c7f59b466edb3fb55292a12201cc678, 'wp-content/plugins/luckywp-table-of-contents/wpml-config.xml', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0xc18663873ce6b8f96f3e56642149b619, 0x9943744d2282f1c4c46037cab04b13e7fb2019ea551f266a232fda478de5f7b2, '', 0, '?'),
(0x4c81da41846695c05f8696050c1215de, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/text.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/text.js', 0, 0xc16d866c5258def1770d687cb91b7b32, 0xc16d866c5258def1770d687cb91b7b32, 0x1d0193c1917341a9d191ab12a9203163df7886f49471c8575b2b4393347c1e11, '', 0, '?'),
(0x4c8e5d0af9628f5b990eaa6e84b26a9b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_instagram.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_instagram.php', 0, 0x12962073b3ae9181248c6979263e906f, 0x12962073b3ae9181248c6979263e906f, 0x75ff0512db71072042d6bb38f6a5b85e7ed5e2a9d76206ee6e88a2e61622abbf, '', 0, '?'),
(0x4c90319f5f5708aa6a375ea9df3cc4cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_8.php', 0, 0xe9bdb28c72d8570b98cd6de1749f0715, 0xe9bdb28c72d8570b98cd6de1749f0715, 0x01021061d383629a6a9bd161ec2e9e41006d01121bbf3a8854abc4a47f0c0b6b, '', 0, '?'),
(0x4c91725d77647ebe7d611946f0a2d5d9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_7.php', 0, 0xbac31f34a6fe5bfa88cc5a72acedb7e3, 0xbac31f34a6fe5bfa88cc5a72acedb7e3, 0x1d22a7029f8d437b2b541196469e54536b51cf859fd53b1f51e418c6a2046cfe, '', 0, '?'),
(0x4c958f8941e6c9ade1a7ec55e3208552, 'wp-content/updraft/log.2f097e2024d7.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.2f097e2024d7.txt', 0, 0x7413fe37fe358acd419776568593aa02, 0x7413fe37fe358acd419776568593aa02, 0xfe4d5a8b758dbbb0faa4d256b5eba906333b0d7afe298e67e898ca7ee9ab68e2, '', 0, '?'),
(0x4c96f389d5bbcbbb764d6c57ab9e649c, 'wp-includes/blocks/pullquote/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme.min.css', 1, 0x00000000000000000000000000000000, 0x166852cb3c1955470390aad9fb7416da, 0x419e6f695ef897ae9d3c1d682b469679e151d4a1e64e6fadc10b785d4c34d14f, '', 0, '?'),
(0x4c981d550d6c979d57112391abce7f3d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_7.php', 0, 0x8ba44239749d102f55fd20db2b557e16, 0x8ba44239749d102f55fd20db2b557e16, 0x333b91ed7cd33a10f4d6dbae4d66767162b681c30aee3667d644c95a415a9d08, '', 0, '?'),
(0x4c987e25f74864846ce99be5cf81b5c4, 'wp-content/updraft/backup_2025-07-20-0330___90_12963b790710-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-20-0330___90_12963b790710-db.gz', 0, 0x5b56d7298ebb0070cddddb36673107f2, 0x5b56d7298ebb0070cddddb36673107f2, 0x9ba7590417133fa417c5ce923270641d25c7fc9c93ed76e805e30544a82c2313, '', 0, '?'),
(0x4ca5a0e400fe6d8b0424d2baaeccff17, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json', 1, 0x00000000000000000000000000000000, 0x5173c8c09f2a6f45b131a58547f47adc, 0x4a9e530c16f5389296597b39f4dc9042159aedf6705d6ba069383d86affef042, '', 0, '?'),
(0x4ca9eb4792d9452437a4abb734aaec0f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 1, 0x00000000000000000000000000000000, 0xf432eb2c45f734e16cf943a941b5ba86, 0x3a38162788a880fe18aaa7a1a8bae24969be60e737ad96bf8c7330c970a2df4c, '', 0, '?'),
(0x4cb252ae851a87846ecd009e7a210b30, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/demo_style.css', 0, 0x079b82915146911c08ddd81e494b204c, 0x079b82915146911c08ddd81e494b204c, 0xb5ad9e0032fae6f05ae9e8c0ff6e8bc306a4cd3df2cd686db5cb9d67ea4a9520, '', 0, '?'),
(0x4cb2b265e46939a671f49a2f36b0f096, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/marshland-birds-square.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/marshland-birds-square.webp', 0, 0x05f1806401291ef6c0bd001cdfaaebfa, 0x05f1806401291ef6c0bd001cdfaaebfa, 0xd4127ce3fa60507f9bef9499c6f64e698ade498efd653e4cf3f702771836f455, '', 0, '?'),
(0x4cb32dc51ac30f9e118baea41c09eda9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_4.php', 0, 0x4620a5da236343bb44c965b379949ecf, 0x4620a5da236343bb44c965b379949ecf, 0x5feb19aecda6d65e87767d725032c827473b540f1fa28c79ca0583f816b4dcfe, '', 0, '?'),
(0x4cb35bc2e29a29daa21fbbde7ac62e18, 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 1, 0x00000000000000000000000000000000, 0x1135408d646c984c37fcafe3dbb8ad76, 0xa056f3e4845ef688be79b690db5f1a9e0b280b017cb90726a26466dad7ef80dc, '', 0, '?'),
(0x4cb807491ff377022bc8143751b63d65, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_6.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4cbb0f3f9f9fce7e8db9df36b7961600, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4cc12670f712f3c78987c21a3a427238, 'wp-content/plugins/elementor/assets/js/editor-notifications.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.js', 1, 0x00000000000000000000000000000000, 0x708b120b87340689aed3a51eac664e0d, 0x9da4976d5cae0f7c2c22188171981c8fc4dc41be462da031aebd253be3916dc5, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', '/home/abt90iranbet/public_html/wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x8f71ca619566e48071402e9d52bcd16f, 0x88745c024bbc28c9aecb58ce278cb4b75be71daa2614e8c9786ce2f2a7141ca0, '', 0, '?'),
(0x4cc2dfef1eb745a6ef67cffde2d64639, 'wp-includes/blocks/post-featured-image/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x24d0542957860c1e9794fcecdc8039fc, 0x62da53b57f150b9c0b493d7611391ebd240b8b117c6844668b0212dcbd0adba3, '', 0, '?'),
(0x4cc6be3eb425545c6eb7769cc106226c, 'wp-includes/js/dist/script-modules/block-library/query/view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/query/view.min.js', 1, 0x00000000000000000000000000000000, 0xbbeb69c65bb213492ceacc488c4ec4c9, 0x79e5713fd04b6268388942cb3ebf5f034f09959416a9c56bc937e035b554c580, '', 0, '?'),
(0x4cca2643302d9f44902817ae681c9817, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php', 0, 0x471d395c194578e03641d33a5fbbd141, 0x471d395c194578e03641d33a5fbbd141, 0xa3ac34f86a10c28719fe647f974d75921c10d81691f334bd788beb490fdb2f3f, '', 0, '?'),
(0x4cd0165e1e8ff1418cb6b95311220087, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_1.php', 0, 0xa2fb2c102442c23e66d48fc1db08f1bd, 0xa2fb2c102442c23e66d48fc1db08f1bd, 0x8c2b694b0e93da3ac6857eaeefcc98976cdfad00620472b58271135a96df6941, '', 0, '?'),
(0x4cd049aceb44a4404191fffde1ca5322, 'wp-content/themes/twentytwentyfive/patterns/hero-book.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-book.php', 1, 0x00000000000000000000000000000000, 0x2c50dc4b4ecd9c31cc2fa0140ea6e2f8, 0xeab3435e3b86a18a94c76bcf8777c7c006645469c4b56c862bd983a57108cc76, '', 0, '?'),
(0x4cd22484572bf892d1ac4e553ed5f871, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', 1, 0x00000000000000000000000000000000, 0x01aa1e5146a832d65612a986e50e18e9, 0xd39da23fbf0997c9cc0490a76f255e5e97639b620110e18253ccb742bda1179a, '', 0, '?'),
(0x4cd2f8026bab6850d6ad456ef718a3d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/demo_style.css', 0, 0xb658b89a7de58b1b57f53d96e4f9d0a9, 0xb658b89a7de58b1b57f53d96e4f9d0a9, 0x7b0c8184ecd71c35de967a377596ad9cdd8c9e90247d857dfdd22f580a901d09, '', 0, '?'),
(0x4cd6228ee876c51154e28c02ccb14ce9, 'wp-includes/blocks/comments-pagination-next/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-next/block.json', 1, 0x00000000000000000000000000000000, 0x199189cc8597617adf6143e53f82bc0b, 0xa1a0cbe3b95bc8439d0bf8c9fe7939d78a60ba27aa23462f4a30d94394dd1e16, '', 0, '?'),
(0x4cd7692bc688a77f592f05e036441642, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php', 0, 0x19e52da426d98cd42dfa71dd03049055, 0x19e52da426d98cd42dfa71dd03049055, 0x8ff072d170c4b95139df005449b3e313e583f2d41141d7f08f3dcabee0ddf941, '', 0, '?'),
(0x4cdb5e7bce47a73dd1eda20184999044, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/algolia-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/algolia-enabled-conditional.php', 0, 0xed4d80b6c1952403e86a18c9458bd974, 0xed4d80b6c1952403e86a18c9458bd974, 0xf7ef270e0f375b1bf4cad7267e52f723bc90fdff32f56e4b71000d1bfc511cab, '', 0, '?'),
(0x4cdea8aebafd4e2fece76d9439f6a952, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action2.php', 0, 0xc64a982097340ddfe0c637665d257eac, 0xc64a982097340ddfe0c637665d257eac, 0xb8461a345a3bc2c5f39ed685c7e458fd8d2a8ff96e7bd81c011234659ab2b72c, '', 0, '?'),
(0x4ce0c00e0d0be62510c2c2067bae1cb7, 'wp-includes/blocks/social-link/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/block.json', 1, 0x00000000000000000000000000000000, 0x682676a89a3b9b63e210327adee6e5e6, 0x757a199eb939a1b799f0bf3859b85075c44c85ac3f858413b6b1e3f0f9f7713b, '', 0, '?'),
(0x4ce6bf0da186c8a63a01d5e86ef26827, 'wp-content/plugins/akismet/_inc/akismet.css', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet.css', 1, 0x00000000000000000000000000000000, 0x2b9e60ae96150373a490406c4a056deb, 0xa3a7b4e0bf56f450c2488d7528809a7e416e8dea975f5196897ee199b500fe65, '', 0, '?'),
(0x4ce9019c40b4eb2cee560ed9f2b18044, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php', 0, 0xf17de3b24a040ce5f08bbdfa41dd037f, 0xf17de3b24a040ce5f08bbdfa41dd037f, 0xfbdd026d3a8cefecfa88d98f890e55ed9aceaf1872e2e6dd5147fa936ac7feee, '', 0, '?'),
(0x4ceb78934a836ac859bf578bc9751ee6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_7.php', 0, 0xb42cc776251eb3b8cc8d23d809a6d71f, 0xb42cc776251eb3b8cc8d23d809a6d71f, 0xcc6641a46d598a905bb53220a113e2e4cef6ebd0c189abce6a5eedebb23975fb, '', 0, '?'),
(0x4cee739e01df35ea2a47bba6219330ae, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/general.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/general.php', 1, 0x00000000000000000000000000000000, 0x35cf0e1ef6ef70359638ab5dc6e52ca8, 0xe6ae44fcf1ee1180ffdc2a48c2d092572e063e3bf3981edf1739ee4d5cfa6f3e, '', 0, '?'),
(0x4cef527a03483ba20c7b3d2435f1f9ff, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', 1, 0x00000000000000000000000000000000, 0x0cf563a5117ba58036661dc711fbe4a4, 0x72cfdaccf49b9ae00e9ddbc0788017d8724e9d64f43b37c934f03d48c8d3aec9, '', 0, '?'),
(0x4cef81ac2b71b956ca3b9768d0cb5995, 'wp-includes/fonts/dashicons.woff2', '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.woff2', 1, 0x00000000000000000000000000000000, 0x4db6aca14e3ac2d227e5caa4b7dbc8b9, 0x4af30c98218aaf9dc9cb584c6c600b9265fec34fafecb07302d048b989b8e383, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xddbae8e343c84e01433a0b3787da586a, 0xeb36653f64d0051112c4785a7af49b085717ea9d50f0f017ab528f31e66a74bc, '', 0, '?'),
(0x4cf1d1293761e4e57fe734cb0aede520, 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x74919d7f3bccf6af47a1b98a87019d4f, 0x1005478d8a5e378ec70686576c1d7078dd632eaf944f982bfbe6aa5be66e3683, '', 0, '?'),
(0x4cf2d69e2b5089430c86d0297e75ac5f, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 1, 0x00000000000000000000000000000000, 0x324b17e94158d1311917191eeb7ab2f5, 0xf7ae075ccffc5b9f200365995fed5d0603760f54f753ca91d0b65ce5a6480d5b, '', 0, '?'),
(0x4cf381b8a0c12c5e1a9832b177e10805, 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', 1, 0x00000000000000000000000000000000, 0xdc152705c4ce77d9b58a74e09f083e40, 0x4812c94f33aee36142b55fe3d6506a6f2308a89ba3fb0b0adc62f9f0b004c775, '', 0, '?'),
(0x4cf3cd2d9001f0b94c54e9b81964b82d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php', 1, 0x00000000000000000000000000000000, 0x57e26636c8f2c76fb9dc2e6fddac5f0e, 0xe4253dbec8ee711fd4d485ae4e19b2422bd0eebae978550af6e41eb531f826cb, '', 0, '?'),
(0x4cf3dc110f8d707b3ea6708b155d33eb, 'wp-content/plugins/elementor/modules/kit-elements-defaults/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php', 1, 0x00000000000000000000000000000000, 0xca412d90798758a8e635322ebf3ecd70, 0x6c013f6f3299d7d1e10c03784de48450e51077aa040a9c410dac121da3fcee45, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xa3b5ba52bbb470885a3a82fe02168a3d, 0x176215e08adaa2040aba1bd7d5fdb3534001372f368fb4ff902c61fa736818d1, '', 0, '?'),
(0x4cf875f6b10c23d361e2a307309f28dc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/APIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/APIClient.php', 0, 0x810882b6c8b846f899884e9ccd0a0855, 0x810882b6c8b846f899884e9ccd0a0855, 0xc9a0981cfe6b50d790b35b5a4746cec047d0efa7191af86e160a9e4f3eebe5fa, '', 0, '?'),
(0x4cf931488a4423dfc7ad1e68603a8c88, 'wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php', 1, 0x00000000000000000000000000000000, 0x02b19dbb71845159512770ddd2b9d886, 0x2deb317c9f810b3b2a376515aa3f0b33c6d7e0629d9a1ed5dff001f803622ad4, '', 0, '?'),
(0x4d00d29fb9884865a6c57d16c9f6912c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', 1, 0x00000000000000000000000000000000, 0x53c8d0061286a636c49e46db2dbc3282, 0x8d15f5edf203fcf9ec9cb416b6efac21e19d80f056a2fcaa4bc73cd9feb4772b, '', 0, '?'),
(0x4d0d7db9a030ab90a350f44a60864ad0, 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', 1, 0x00000000000000000000000000000000, 0x25ecf009ac35af89c758528429da5e49, 0xd48da739eea7eb13ea9a8ec122008ed3f0f6a984808d913d23dcf414f1cfc13a, '', 0, '?'),
(0x4d12d68e03c054ae3ee2987e03dbf7b2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', 1, 0x00000000000000000000000000000000, 0xa52b19e541698bb74c0ce60dc0aefd3b, 0xd6af97482fcd125f90b01f3b2dcb1b75e3fd069c79e0be8fc425766e2d317fbc, '', 0, '?'),
(0x4d1448126a7f7a27e5a8c082c8e5adf3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import_no_content.php', 0, 0x18f20957542185a3849b9f2b1af9e6dd, 0x18f20957542185a3849b9f2b1af9e6dd, 0x17dc1b4965f4b2ee5357df6c66e7da2a5a523b042d3f925a0dfbd5f9a1dd1618, '', 0, '?'),
(0x4d145dbdbb8e1d7da077ede32d9b2188, 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 1, 0x00000000000000000000000000000000, 0x355620cf0d962f21db05410593e2ec0b, 0x05871dd01133ffdf71af6d410415e7ca7bd84acf5d57586e82f8e96b01224690, '', 0, '?'),
(0x4d157831c78b546dbe52025f1c14326f, 'wp-content/plugins/wordfence/views/dashboard/global-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, 0x00000000000000000000000000000000, 0x14cbab27bd6dcc60a3303ef02b23a2ce, 0xfa9c9c08def0e7e69812c3c470fbf8c1b39d1fe750763f5ac746b2ea5151636a, '', 0, '?'),
(0x4d1752f24e45b62f97878599d2a456e8, 'wp-includes/SimplePie/library/SimplePie/Misc.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xbf9ec8d3cf8b98a4b43c7d39e9d9f00f, 0x790567deb34adf8588a04059447fd8473192c61fa553bd8a2cfe31bd8f71b215, '', 0, '?'),
(0x4d17c790463022166ac3568aeb99d27e, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php', 0, 0x472eadffe1fd2830fa3d106af11c6288, 0x472eadffe1fd2830fa3d106af11c6288, 0x7c6405cce9cde5beae8d7655bc79d7a1afce3e9a7540a866bbd9eccf9e82d19d, '', 0, '?'),
(0x4d18606b9681b14bd556edf9e73d9113, 'wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE', 1, 0x00000000000000000000000000000000, 0x1b0b156bcf7972a5f131e1e461e84b30, 0xf78c0fd56118993389a9b4a664f3b5f827347523170fe5dfd2837669254a715d, '', 0, '?'),
(0x4d1c5e0912519cb7ab2b7a3332d4279f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', 1, 0x00000000000000000000000000000000, 0x91cd356f0261ad317da9d85626e15c35, 0x639ad5c1b6f1b02f14be4b6eed320c154fac234b0a97525a043fe784d2c575df, '', 0, '?'),
(0x4d1df03fd473502412bc7170f0935e54, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php', 1, 0x00000000000000000000000000000000, 0x84ad24a431361bfd4152916f76cc9339, 0x79b11b935acfdb2364c6997381aa799298603fa6cd2fe84ac4f5a80c154e2e65, '', 0, '?'),
(0x4d1e3a17cd0b99ebdcd6ad6f544df09b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', 1, 0x00000000000000000000000000000000, 0xdb8335c36b5374c6e0a633640b0717cc, 0x58f101c0ec7e4845b5a727627f7a2db9012c7676d40453b06324353c8b206277, '', 0, '?'),
(0x4d21957b2f2c01b8e89b266bfac509e3, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.po', 0, 0xd91469583e419d50284cba9adf84b506, 0xd91469583e419d50284cba9adf84b506, 0x83a94e047293f6bd6646246e4119eb7bcdd47335bdafb0e633b349fc2d8c9ba4, '', 0, '?'),
(0x4d27075fda29935988f1f368f40e9a08, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_9.php', 0, 0xb875b3242dc726cfb92d7ccd8865a013, 0xb875b3242dc726cfb92d7ccd8865a013, 0x8b44cb79eae445f95ca976ba1733baca9e92898d8aec9d67f8943653712b6d70, '', 0, '?'),
(0x4d27fa76bbe371e52a2cfe318f34302a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_534x462.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_534x462.png', 0, 0x1ae984d2fa00f99050a0932b5ded3303, 0x1ae984d2fa00f99050a0932b5ded3303, 0x3217198505322582862d746ea05c095a4f454011ca4079256cb7de63f2a9d72e, '', 0, '?'),
(0x4d31b740331403bfa715cca61530e2de, 'wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg', 0, 0xa03b88e20e4e7036074b6b64c3e33d6b, 0xa03b88e20e4e7036074b6b64c3e33d6b, 0xeeebf3c82f6812a29837e17fdfe6443ebdaf0b3e029807e2dea585252c37e359, '', 0, '?'),
(0x4d31d2da2faa0c6ea7edcc9651870ea0, 'wp-includes/css/dist/components/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style.min.css', 1, 0x00000000000000000000000000000000, 0x9cff4ca504213841d70a68861c99f510, 0x40754653be0fafda25663d8c68f6bb3be471501f2eb8e56a493c3b1c6d6fa720, '', 0, '?'),
(0x4d31d409e05aa2fc671cffdf2627d1ab, 'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Null.php', 1, 0x00000000000000000000000000000000, 0xd494c177d8aef5ae628f448d148682d4, 0xef67dacc84d65b323eef194dca19aa62c18d8302f1f61686d3260f5ee33eeb4d, '', 0, '?'),
(0x4d32bded41945fa6f137ff2db033e4af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_5.php', 0, 0x7752c8a778e4b1cd126677059aa499a3, 0x7752c8a778e4b1cd126677059aa499a3, 0x4096daf41cf6a49e01422d53854e98acded1cc03b6700a5e14b5ab7d4aa7f1b6, '', 0, '?'),
(0x4d33be146382f574b8b89f7ec4abec14, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js', 1, 0x00000000000000000000000000000000, 0xe05bab8893af559af0f83ac9f5a8037d, 0x6ba50d881ef083400d0e6b9081fcbd8bba4255caa00336e5bf040f9c2b34fe68, '', 0, '?'),
(0x4d33edc4402d9d1d1a77118ed42768c7, 'wp-content/plugins/wp-rocket/views/settings/fields/textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/textarea.php', 0, 0xdd50cf2290f2d84e6d3bf1c3711aa964, 0xdd50cf2290f2d84e6d3bf1c3711aa964, 0x28b8329492a4f023ff5d350fa297258e4808e38d11a6efc58a38fe4bf29f9d88, '', 0, '?'),
(0x4d3ca684186705538bc5164c15aa0265, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php', 0, 0x79fd6f68406bed936985a57caad4f150, 0x79fd6f68406bed936985a57caad4f150, 0x239b957d6bd2f203d03ed8998d66182d403a3a7cb8d5b111b87b3d50748c0749, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', '/home/abt90iranbet/public_html/wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0x1d1f178ab6b56ec95dcb98f14e0a4125, 0x0e7995f9e2a36dfe84e48c091b83cdba3ca5528f9758ee304aa483156ea9755f, '', 0, '?'),
(0x4d40eaa520d1a67c6bac0e0fcb88ec66, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-unifier.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-unifier.php', 0, 0x523fa79876338e740d8f3c5af776e07c, 0x523fa79876338e740d8f3c5af776e07c, 0xf67385051e584692a6c0ee691a27c87b28e843c0f546d2e791c43ac8491012e9, '', 0, '?'),
(0x4d4178cd7e0305b89dc832509c8b7711, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 0, 0x671eb86847e86900bb2a5486ba220a7d, 0x671eb86847e86900bb2a5486ba220a7d, 0x9b94474268c3ee0914e48b9a9b63fd7ab9ff73ac16ee8a041a1bf690b99bc92c, '', 0, '?'),
(0x4d453ce286650c21ecf28e6ae8c31085, 'wp-content/plugins/elementor/assets/js/editor-document.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-document.js', 1, 0x00000000000000000000000000000000, 0xbcfc0d5ac27a5427ca30723f6a1b4c93, 0xc1800d690fc95e4eaf044944fa2434c7849c480750d1591dccbdf75bdecf4cf1, '', 0, '?'),
(0x4d48bd36be36b3f2bd9f5a535ae75c27, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php', 1, 0x00000000000000000000000000000000, 0x56aa73e19eca5d7b2d100bf7a6297ac4, 0x5eace00ca314b3b57e0e80e85915a3fa80ab038e663405a17104f82a6c46b0a9, '', 0, '?'),
(0x4d49062a6e0149627a2de97b57d0eb73, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_4.php', 0, 0x0991213e4f5d67798744969a679cc8db, 0x0991213e4f5d67798744969a679cc8db, 0x91f5fe8681487cc7e25f5ad976a2634fedb373b079025d82470e46be63d0d5e2, '', 0, '?'),
(0x4d4eeec18b5028ad3d386b8604f7cfa6, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/controls.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/controls.less', 0, 0x6ca53c6826f4d7e9587186d06e8bf93c, 0x6ca53c6826f4d7e9587186d06e8bf93c, 0x2f8704676ab53927fcd9b76b564f65e2f5e2bc1db1a72c90a5ad0daca6e5ceef, '', 0, '?'),
(0x4d509bb3db31d57127d90e1894ecb8dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', 1, 0x00000000000000000000000000000000, 0xd0cccfd95d1152cadcfa5b26171885ad, 0x1df3c97a8bdc9829d10e5b903e0d101c5cf06b0156dcfc0e70b2c302613a011d, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', '/home/abt90iranbet/public_html/wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x4d5790d3fa51acb83b6318697e1b38f6, 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 1, 0x00000000000000000000000000000000, 0x0cb761d184403962e3ef3c4f00d7bf2c, 0x20da29d7c69d0357d6013ae4b39cc5e343fc39aef77f0b317dc9f1bb53c19c48, '', 0, '?'),
(0x4d5820cd88c53cba779a5609f6296ecd, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/color_picker.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/color_picker.less', 0, 0x89a25df3a7e216263de74bc264b9a65e, 0x89a25df3a7e216263de74bc264b9a65e, 0x5cb1f3be61b74ce34aa638b86cf8cd84b9d57b0097725102aae576e7332d7de5, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0xb726b5bb533f12e385e3b3027cf1f447, 0x680906c2337c023a51397a80adf23459315bc97b5eb809243ba4239a71a818d0, '', 0, '?'),
(0x4d6000b18a77e465c55b36bf2a4bee5f, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-generator.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-generator.png', 1, 0x00000000000000000000000000000000, 0x9e9226f7d3882b52b2a0714deb613d38, 0x2fefaa4f3a5950e49ebc9491504c7ba2df3f0d5378d3fdcf7a70fc36a4ffb74f, '', 0, '?'),
(0x4d63dcc609f43b84cbc2e8e6ae5044d8, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.po', 0, 0x9a6c290a842d6bb01d9d16a17d3a710e, 0x9a6c290a842d6bb01d9d16a17d3a710e, 0xf0429bbd04f1f77ecc2da29ebc906a5847a666dc3b31d5925e81129ce4ec321d, '', 0, '?'),
(0x4d652d4fc1c25dff654fd8591a27c896, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 0, 0x1f3482decf6b49549fa5dfc03dd6802f, 0x1f3482decf6b49549fa5dfc03dd6802f, 0xf1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010, '', 0, '?'),
(0x4d6c142b0617c85f3e821805aa756001, 'wp-content/plugins/wordfence/css/main.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/main.1690810710.css', 1, 0x00000000000000000000000000000000, 0x30a17a926d725e400c694bcc2c5cc1a1, 0xe68308571d5fced5db2aede7c28c75418221250d4c9f6db3cb5811d0864f624d, '', 0, '?'),
(0x4d6d5106afe5b425eb95fb396b319e21, 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x763fecd30e7e40dbfd3db79b027d83d5, 0x228e4ce23e3b5748efd9d5b525fbc59a65d22224d2e4a89e0b57445c1443379c, '', 0, '?'),
(0x4d746d1740309988491c979355102a54, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 1, 0x00000000000000000000000000000000, 0x555578334a9d6508e91cc1e29d299926, 0x78ea9f83b49c9b881bb3451b48c9118f11550b694fd75833a93202a914afd7c5, '', 0, '?'),
(0x4d76d05596254cd2b5899bb4b2e01b6d, 'wp-includes/blocks/navigation/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb247bb8c0cf42472f8521442510e3cd2, 0xb511511319e3f9ada4c13f30c449ada118d46ecb0e1e70d1b61d8d8b92cb6d1d, '', 0, '?'),
(0x4d7bdda01db164d1d02f7f06f052ae40, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-d.png', 0, 0x64bab20f8ba1f4aae86625c6116dbdc7, 0x64bab20f8ba1f4aae86625c6116dbdc7, 0xd1c686163808e4780cc6a13539db04d7a017e93299e14f4f39e2c7c36ef50d43, '', 0, '?'),
(0x4d7e0dca31fc759bb845364dea6c811e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_7.php', 0, 0x21663cc4ccd3dacfe8373183362c81ac, 0x21663cc4ccd3dacfe8373183362c81ac, 0x8ceef4a8843b273f2063fc9907212d67615237cbc78bbee2fafcf9debe0c1030, '', 0, '?'),
(0x4d86cfa906c52cd28158a5814703eb4b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', 1, 0x00000000000000000000000000000000, 0x0c9fdab5ce40bcd0ebc571271df7d63d, 0x8299adb275f1f293e5fdbcf2134b10dde0d98d8690a28f57614b8f7e7e22d02a, '', 0, '?'),
(0x4d8c0c25b31d2a044d973984ebb89ef9, 'wp-includes/Requests/src/Exception/Http/Status412.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status412.php', 1, 0x00000000000000000000000000000000, 0x83b7f9b7dc965b383f5e46f2e85954ff, 0xf672eda8b9ebde07fc80726ded8cb02792c14ae85719789dca85439494521a65, '', 0, '?'),
(0x4d90b13320aac3f7f857bd8f5e9a778f, 'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php', 0, 0xc5cfe75b3dd3ea7ec07224dfa0387c5e, 0xc5cfe75b3dd3ea7ec07224dfa0387c5e, 0x643d1028f761cc052ab032c94b313b5eac614af030b5177602835bd3ce5cb585, '', 0, '?'),
(0x4d998aab5411432840afce4343647b20, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2.php', 0, 0x7029a5b76a8b08e7cb9c4c5932880854, 0x7029a5b76a8b08e7cb9c4c5932880854, 0x3692cdc8808977b3db5a4e68eafe2c3f27f8508945ee495a7f6bea2d749188e4, '', 0, '?'),
(0x4da23ed5aa947c3e35e245dd8524f11e, 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 1, 0x00000000000000000000000000000000, 0x725cc76ead7ac5e6489f5b9ccc1f97f8, 0x3c5ff7a4b2feb7c66cc1798b990816be18cf0162630bfa1aaabe3f6078039cda, '', 0, '?'),
(0x4db25fd2d2b1223a00f6f9c3cff683a5, 'wp-content/plugins/td-composer/mobile/parts/td_walker_mobile_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/td_walker_mobile_menu.php', 0, 0x5f26fc6cdd8af53bb9816e0a7d2c2a12, 0x5f26fc6cdd8af53bb9816e0a7d2c2a12, 0x7cae8d4c2f9847c4d4459353a2e36a875bf2240b7296fead92ac1b8422f7c51a, '', 0, '?'),
(0x4dbbfe507aab5102f34170d022fb4d2b, 'wp-includes/blocks/read-more/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe475a7d6b6a92e59b110daab5bac0314, 0x0c33217859ff3f32b53de5ec5e26c9ab04463c4ecbc5cf6f05334c8f8e8684d9, '', 0, '?'),
(0x4dc7fe0c4d99954eb73eff2d717843f2, 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', 1, 0x00000000000000000000000000000000, 0x72860d230b6fc82c8b7ab5a0392285ca, 0x6b3e221e03226c04c37de5b0b1558da3784424a799e1babd6b4fd40e81f08491, '', 0, '?'),
(0x4dceda6333833834628df49f9f6e644c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-vertical.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-vertical.png', 0, 0x1a95bac52ed1b421ffe926c09ea68372, 0x1a95bac52ed1b421ffe926c09ea68372, 0xc702397fc580bcb3727d2d962642df577cba5e7f86af59eab8efecb226f405c6, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', '/home/abt90iranbet/public_html/wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x9f088aeff281792829c18b3120584599, 0x3b398b8725a002234192a19f9a576973ca1d41410c000721148d65c6343ff0de, '', 0, '?'),
(0x4dd212b91dd4125f54edc12b9ccc9d42, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_9.php', 0, 0x43fad07ae3478522714d4bdd1b7d208f, 0x43fad07ae3478522714d4bdd1b7d208f, 0xdc919a713afdbccae9c205ddd20ba816be7e6fec18cfe8ae8b4029b546e0bbab, '', 0, '?'),
(0x4dd80f9541157a2046974c92b22f459b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1_no_content.php', 0, 0x65598308491ca9b90db091a751018ae8, 0x65598308491ca9b90db091a751018ae8, 0xeafbee40563b758d4bb2ccbc9a8b7c7b3158d1763283dd84ded7f7282202951e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4dd973223f2dd018807f24a489c8dfc1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1.php', 0, 0xf2393669e33d03bdaaddb8d854c8de2c, 0xf2393669e33d03bdaaddb8d854c8de2c, 0xd6f7ceae6a12c61a56a634c75b9170a4a685f37caffb7be93789898c88c151cc, '', 0, '?'),
(0x4ddb9cd439fd11572ea2b8b0c978c315, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-business.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-business.php', 0, 0x43b28c7ff4170daf8ba11af9599b62cf, 0x43b28c7ff4170daf8ba11af9599b62cf, 0x3aab444734a454d7a037fc9facc4f23d02915229068385f59f183139410ee088, '', 0, '?'),
(0x4de4fdee6ea679b520c504c12f3ce2e5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', 1, 0x00000000000000000000000000000000, 0x8538df74d9af0d6d1c3367a2e31bfe8c, 0xfd863898b45842cb647293259d4a551c6a64f81b625966a43973f49236872f6f, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', '/home/abt90iranbet/public_html/wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0x3a712babf2737338860399ccc3cdb017, 0xf4d2b16e513dfd5bb2f21f44c565fdf96db87cfb0d2143043a2fd42074b9ed52, '', 0, '?'),
(0x4de5b300e563d0267df6e662b45bbc42, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/l10n.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x6078da2e038117e0ff00a9b375f35b27, 0xfd06207c1b944cdb4a0c8456998a1e9d1bb6b03eae236f18d540d592417535f2, '', 0, '?'),
(0x4de9e53351aad41f283809b20781ef6e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_10.php', 0, 0x5849bceefdb681814f74ce42e0a70a25, 0x5849bceefdb681814f74ce42e0a70a25, 0x5d689b586f5c1e0611639f6bce2ea454cd84be1ea8da3ee3e3f73b296af48022, '', 0, '?'),
(0x4df424db2fd1c3478fb36708d8046592, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', 1, 0x00000000000000000000000000000000, 0xa5b62bf101977b03960283c55e392053, 0xb771316d637a3d548dd27858dedcf94186efadb1ff49a3f9ae881e89dc13c336, '', 0, '?'),
(0x4df6f59cfa7280eae9ec319eaf4517da, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 0, 0xd0654bb217a12e5f2519496048ebabfc, 0xd0654bb217a12e5f2519496048ebabfc, 0x559e6e9cd1eeb7248486975b3ab0f5a61c5185441859f72387a17b5c8bea6d51, '', 0, '?'),
(0x4df7d2cc74799d456d16775c5440aaa6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 0, 0xffbe2448991e37adb7d552458fe77e06, 0xffbe2448991e37adb7d552458fe77e06, 0x60fa5c0ba338ac6a7edfe2d6d41af354d9fc527db394c7440e0e0575a0e5f6a4, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', '/home/abt90iranbet/public_html/wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0x016d6b3b9fc1fc163160b970e0dbd622, 0x4a4807f8db050bea382ca93dbdd24597a07b36fce75ddeafabc392a87a7945c4, '', 0, '?'),
(0x4dfd18714a3ba554307dcdf3b1f3db87, 'wp-content/plugins/elementor/includes/controls/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/tabs.php', 1, 0x00000000000000000000000000000000, 0x471a4b88e2370e7dc4da47e65d4cd81c, 0x480d3710b538bfcedca0e9682674f8bd19b56b2f61d2043cd6be06e4c2f9552a, '', 0, '?'),
(0x4dfec544ce79d9fa8f753da6ecb4382a, 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_youtube_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_youtube_mob.php', 0, 0x9fec6682548a452a96e639c3f93d024d, 0x9fec6682548a452a96e639c3f93d024d, 0x58f599fc0871c0c2e337eaabca8326d0b5a7e1538a3ef5482ff21954d5c5f419, '', 0, '?'),
(0x4e02ba96b3f51569b3b9212282a57405, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', 0, 0xc7c4854bac07bf3fdec6e286965c6296, 0xc7c4854bac07bf3fdec6e286965c6296, 0x3fadf18e38a3a026faf48ca0bae687de516656f16ef0b35e5cd13c80a7f716e9, '', 0, '?'),
(0x4e0abb89db138f73159ed0e49f7da39d, 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 1, 0x00000000000000000000000000000000, 0x72ab1580d052caf21e1aba6d47a21f27, 0xda7e95076e723c52ccfc33fb3ede3d60c7d4cc0207ab95debfe0ef83a9578ff4, '', 0, '?'),
(0x4e0b95eafaa870a4d1fcdc5beea0ef4d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', 1, 0x00000000000000000000000000000000, 0xf0483186e540799b1313452f9e246656, 0x3d352e1e84c40242630ad5d1e22aa87cdaa9065a8fc4cd0709efeb7b46a0ee6a, '', 0, '?'),
(0x4e1037d38e7029c49e20de5e82a3bd8b, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 0, 0xd866e3aa286a7c657752218e027b3bff, 0xd866e3aa286a7c657752218e027b3bff, 0xec8e8567aaf8397bbc75d93e719eafb2267aaed87e6d3e88bd16b6fe6044423f, '', 0, '?'),
(0x4e105ac8c17b4df341420a5ad364521d, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 0, 0x7a82bf0f49aaed8a086fe79b8070ceb9, 0x7a82bf0f49aaed8a086fe79b8070ceb9, 0xfd698eb09a87a8ca406658e0ffccf0be0635aed8afd116c41b3924a0217c0d03, '', 0, '?'),
(0x4e1cfedae5e480aaf6b949a8eea6288a, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php', 0, 0x1237bbfc96e2f8033c6d74965b6c9ec6, 0x1237bbfc96e2f8033c6d74965b6c9ec6, 0xfb7ad9f5d01faa35cbba155c3b4d68e3e159541b9a866c8da6c0ccae64db68d6, '', 0, '?'),
(0x4e1ed623d7f7c32d4024db8f43f10f9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_6.php', 0, 0xf03220d6b6fb3b518879a8a1c306b07b, 0xf03220d6b6fb3b518879a8a1c306b07b, 0x8275b9df1fa15e644f275984b2744a0b56fb8b257825f34d1d7df279f3edf123, '', 0, '?'),
(0x4e21dbd9ce2c182f0fc720c3cd13599d, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 1, 0x00000000000000000000000000000000, 0xe139d79a0220c49fb3090b95cfce0147, 0xdd2071ed8d9ae5a84ec2ac08d49b3297bff834fe3e71663ea4c5de50aa144b16, '', 0, '?'),
(0x4e2786f6dc67cee6b92f2e055d1e284c, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', 1, 0x00000000000000000000000000000000, 0x963a94ac4b1db6332d191c0b76d7a91a, 0x6fb99930e4b65ebfa07c1f98c5e4b22cc19662aeb7d8330bae2b001498543630, '', 0, '?'),
(0x4e2a8412b22788959b533e2a915d4377, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/active-stars.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/active-stars.php', 1, 0x00000000000000000000000000000000, 0xee93e916b237ddccb2e9ca2086002661, 0xb45223b1fa4dcdd2cfca227b59afcaf4789f736d60dac8f3ac2d494c4d9357af, '', 0, '?'),
(0x4e2f3feaf43a3fa8c393e183fc287a48, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spoiler.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spoiler.php', 1, 0x00000000000000000000000000000000, 0x99de05b53321f8dcb0744d67828eacae, 0x88ce15900e242b324f26a6690ba341e7ddf90b93c0d5182142916a91cd2b7d86, '', 0, '?'),
(0x4e2fa2e852650c6c8aa37ad5610556f9, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/logos.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/logos.php', 0, 0xf0f5eb53d7f76f7759456044added045, 0xf0f5eb53d7f76f7759456044added045, 0x5fadccf085d5a94a7073790b5693c76f763d892d39164efc129c2c507d6325d0, '', 0, '?'),
(0x4e33c0b4b9126893951f84cf4767ca51, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4e36e611b1bdb913dcc759fa21e86367, 'wp-content/plugins/td-social-counter/td-social-counter.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/td-social-counter.php', 0, 0x2e8df0f08aebd709fc8744720a30c909, 0x2e8df0f08aebd709fc8744720a30c909, 0x4a34af562472cf2650f44fae784e4d63da2d5e1627adcaffa35cd68cd090b89a, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x4e38d31b2c54828ae9f7dff1a616b46a, 'wp-content/updraft/log.825f3b194327.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.825f3b194327.txt', 0, 0xd474abd7172a5867e7d8cf7858916780, 0xd474abd7172a5867e7d8cf7858916780, 0xd73e8604a53c59de951369ea004c1fcdb0aacd616c0aa6cc79ccfe5a409179fa, '', 0, '?'),
(0x4e392dbf3f25357935e6747e67c1387f, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php', 0, 0x1783578dbd11482f7f3dab2f22f19bfa, 0x1783578dbd11482f7f3dab2f22f19bfa, 0xc2caedbd13d80d80b7ad9505c7b4fb721b4cc7509ab6ccccc0b356daa69ac858, '', 0, '?'),
(0x4e3a0cb0c9a4829647b8e92114b2992b, 'wp-content/updraft/backup_2025-03-13-0326___90_3e3ca08e8f2d-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-13-0326___90_3e3ca08e8f2d-db.gz', 0, 0x272996aa5bddc3d9c3383bb2e2b9fedc, 0x272996aa5bddc3d9c3383bb2e2b9fedc, 0x2d22c7be581104cf083ec5d73c8992d073ef0104c2b3737ed452b8e161daa50e, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc7d3eb17913f8f477bf214f58fb8f167, 0xc480d0a03c579f3b2d181af1808d99be9728432bbc2c4dfe95cc0255e2e15736, '', 0, '?'),
(0x4e3e8ccc86e50a8f83ba7a6e683bbd61, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/mastodon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/mastodon.php', 0, 0x039208c30c316ed99e452b09f9e3c9d4, 0x039208c30c316ed99e452b09f9e3c9d4, 0x7150a8a09a82206aedd9f792a46941250e3c549841ec9934ffbcf2bfc6d23e1e, '', 0, '?'),
(0x4e4054d670d7d088eb7b43f79c84d533, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_6.php', 0, 0xf82513d1eaf10f5b3c82eddc36be869a, 0xf82513d1eaf10f5b3c82eddc36be869a, 0xc3ba279e3ec058c85ab059f9ff8ed06618b90e66816318b3d1d9f26eb250ae2a, '', 0, '?'),
(0x4e4168d00a735f166a817427e4c4b466, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_7.php', 0, 0x11d987622fe4a9dc74ce0456f2c16270, 0x11d987622fe4a9dc74ce0456f2c16270, 0xac4eb0733368c5b546318657ce5e939642be80e14d23585f481839351c61b976, '', 0, '?'),
(0x4e489109f37c8fc0aebf9dab6d8f0dc4, 'wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php', 1, 0x00000000000000000000000000000000, 0x62ac15cdb073131b6cbbce9a5c45a16e, 0x81ee19266818e221e1f97e578ffb80753b8437c14412575a7912005000b6aa29, '', 0, '?'),
(0x4e4c17a90c4353f7259adfbf040d472b, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php', 0, 0x38ce0268d0f44fcf5ba4db46a663f583, 0x38ce0268d0f44fcf5ba4db46a663f583, 0xcb95679b1b3c3634169c5e1ce3d099e03f5c1ff4f5d006be2e72be39c1b5aa99, '', 0, '?'),
(0x4e4d390c661ed5cf52ae2da8a4670721, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0x858be1e34ed7abcad4c702b3b707169e, 0x563af0b484016b3968071b26fe76b6979d16bb8806e3e4de1a5cbfbfd367a197, '', 0, '?'),
(0x4e4f7d5229f6b0739e06d18cfa3be2c8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 0, 0xfceaf6b488b364494a019a3edeea5ca7, 0xfceaf6b488b364494a019a3edeea5ca7, 0x63ba269bc1c31c3f3f72f0706994f97057a2c0cc04527093451900babec3a8b2, '', 0, '?'),
(0x4e501eb31106f578fa37c5e5b7d25a7a, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x61fec529d492291e138d22858b08df18, 0x8b85334a1a6c073be16c022f7aae6225b2797296fffb61bc0381a0744771b2a0, '', 0, '?'),
(0x4e560f02cbae836d9e9fe206be44b6b9, 'wp-content/plugins/elementor/core/utils/http.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/http.php', 1, 0x00000000000000000000000000000000, 0xd8923e10c9d284c9c2314b03633660b5, 0xc12b1ac401e4134f0bce9de3617923e310402366517b1cfed8545c13ea2d0b3c, '', 0, '?'),
(0x4e58f7b84d915c9d1bfcce31e9356365, 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.eot', 0, 0xcd963e367317cd116a7bc5238c9ccf6c, 0xcd963e367317cd116a7bc5238c9ccf6c, 0xcbf19058ab809c0f93ff3a7cc41e9556c69894e39230ee21bf32a5b84b4c6175, '', 0, '?'),
(0x4e5f78d79b6f595cab8bcee88a3b2f56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', 1, 0x00000000000000000000000000000000, 0xb1247091773016d6df2b1ae306358767, 0xc973b1a49472b22ba73666f7ff789fd269c4ff22438f4cc8baf5a7b1dcec7de0, '', 0, '?'),
(0x4e68681b240db43d0ff1d3843ac30161, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_5.php', 0, 0x2136b093a69c8b79a3a37e0c4f7b3098, 0x2136b093a69c8b79a3a37e0c4f7b3098, 0x6957150b1b043df729db4cff061ede071c60c9f576ad6cba3d1a160a91f233ba, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfAlerts.php', 1, 0x00000000000000000000000000000000, 0x994bf92841ac9e7c8acfaf7914b1f04c, 0x04f4a012275f8c3b3fe17c555335640f7d4b1f2f2b182c497f217cc502e0ae74, '', 0, '?'),
(0x4e7040a7d691809a6d2fb45e7f8cab5f, 'wp-content/plugins/elementor/assets/lib/eicons/eicons.json', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/eicons.json', 1, 0x00000000000000000000000000000000, 0x852b9fd37f69cc6050e9c5cd95d296f0, 0x34cfd014f04fd36f39d2e8164243e0660ac0ff4e6258716e9ba88e94608b8ee7, '', 0, '?'),
(0x4e729c625294d09235e54221779d6ae6, 'wp-includes/blocks/query-total/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0e071aa4ae3fe6259b9faa796aaec050, 0x673579e48dc2a0e1f25952657cbad59e1f4927856e245244207bc3a9b2230f15, '', 0, '?'),
(0x4e7533d5b7597696ce3e49d4ef774e57, 'wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php', 0, 0xc8cfbf1b6869d7864da905ad3fe9c77f, 0xc8cfbf1b6869d7864da905ad3fe9c77f, 0x4b62c6ccdb60f554cc5e578b8fe431f70b2f9cb9141ccb6d6ce88eaeeca751d9, '', 0, '?'),
(0x4e76e205acec4d83e50449342f584f6d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import.php', 0, 0x70059cf31b37e05ffd993a48dd8f8d8c, 0x70059cf31b37e05ffd993a48dd8f8d8c, 0x27afd007a252c3b5464886da58092fdbe0744bfbc8916574013a9209b6240a13, '', 0, '?'),
(0x4e7735bf8c65e6b5b39bfd5c557875d5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 0, 0x45216644e104e45d7292d14ba0bbd49a, 0x45216644e104e45d7292d14ba0bbd49a, 0xf503ec30ce7058a4db37b8411ae26cc79aa67932e10d96f2cfd3661ca459c42b, '', 0, '?'),
(0x4e796e316e544bb7a45a2f127fb43b15, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php', 0, 0x4ecefe6b0bec72cf8114e4db33eae92c, 0x4ecefe6b0bec72cf8114e4db33eae92c, 0xd44e762d4db07bbd5cc0f30ced4c77ce824b69bb62b2603cda057ebf3199370f, '', 0, '?'),
(0x4e79c69d88e6d84b4f2b01c58d1a62fa, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x4e7a1138a9f48f13ee14799fa63fdbef, 'wp-content/plugins/td-cloud-library/assets/images/loading-cloud.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/loading-cloud.gif', 0, 0xaae3d380448d375d8e73542f8c26f554, 0xaae3d380448d375d8e73542f8c26f554, 0xe16939feacbb0275a746f2f083205e71de6b5072fc3db57feba8c9ccf32cd38f, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', '/home/abt90iranbet/public_html/wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0xeb09f28aee0577f6a20bfe5c854f0a16, 0x2bd059c409e79418ab25a5e315bdb05507980ef88b5f376ce53a0dc0bfb67f70, '', 0, '?'),
(0x4e7e9cc604cb14e64fe36cb13039e21a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_2.php', 0, 0xb70872f57512150623e04348cbfd82b7, 0xb70872f57512150623e04348cbfd82b7, 0xcfb14159a3f97a9e0f1a72aed75a2321fbcc68a34ec843dc3a5139a07f5c32ff, '', 0, '?'),
(0x4e8188f1ff7a39f7be8b8938792add6a, 'wp-content/themes/Newspaper/translation/el.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/el.mo', 0, 0xc3852701eeb78b1b415d52a06765d430, 0xc3852701eeb78b1b415d52a06765d430, 0x35f2bdaa1e857a9117be2603d5219a17c3924febdd22ed1444be9a6421ff00d1, '', 0, '?'),
(0x4e832cf77b712fc5701204101a6900f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_5.php', 0, 0xd2f33bc6ca19fef905f015959c17d61a, 0xd2f33bc6ca19fef905f015959c17d61a, 0xafa2411cfa03e99e9e3f5e789f3ca08c73eb6c1f5de7def5c003272e6fcd2fd8, '', 0, '?'),
(0x4e89ec949e96e46abda0ab2f58caf612, 'wp-content/plugins/td-composer/mobile/includes/category_templates/td_category_template_mob_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/category_templates/td_category_template_mob_1.php', 0, 0xdb20cdb7ccee8198e9c982e5350a3df5, 0xdb20cdb7ccee8198e9c982e5350a3df5, 0x84c2195edfd110ddc4f0daf00fa19c0958c4bf038c71a84aae23414b936a2cba, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0x4e93459b35ad7fb2eb7a0c9ec60ee17e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_8.php', 0, 0xdd2c758cb88b4312e7d8040fc9e246f3, 0xdd2c758cb88b4312e7d8040fc9e246f3, 0x26c7fe3ea29972b605c89c877f359c7185268b4227561e0aaecb4490b5938fa3, '', 0, '?'),
(0x4e94f4677ae41fe313b18da232bd891e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', 1, 0x00000000000000000000000000000000, 0x4ed3d6ed89fc9bdb25f9de2b1ec7f90b, 0xca4974f80947d20921b418e850bd5153646d5213cf5d39a129198d7b30e84f09, '', 0, '?'),
(0x4e99eab94b9f18a96101be5dc3d5512f, 'wp-content/plugins/updraftplus/methods/openstack.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/openstack.php', 1, 0x00000000000000000000000000000000, 0x6a6d6e743340482013c6696801ba819b, 0xeea5347febc46d2d32dbfdce1b7367a135ca21afa2990c53538b4e439ceae91a, '', 0, '?'),
(0x4e9a088038f371b2ada98b3ca311d771, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 1, 0x00000000000000000000000000000000, 0x3fdff31aa810ab0bc9ec45b42df4842e, 0xeea781f6d72b0f6e1c97072c96e39adf1aa60a259b6cd15a86c181c0d65c9ac1, '', 0, '?'),
(0x4ea0132baf7ed813671149ece49b637e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json', 0, 0x4d6750ac79b688522515923a50ce0d61, 0x4d6750ac79b688522515923a50ce0d61, 0xa8f2e72a03263dede01d5121ff5e36ebec4eabd7966dbfd2d42a57ed399effa8, '', 0, '?'),
(0x4ea07153e49226805ca69e5a7cea6872, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_8.php', 0, 0x364d41c28a5529fbdb76670b488115f4, 0x364d41c28a5529fbdb76670b488115f4, 0x33c4f22ae74af7bcd0daac63ba93d6b8bcf472b57b02b18e1744da2d6e3667b7, '', 0, '?'),
(0x4eb02cf67bc9e984b77b9fee5391f4e1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_7.php', 0, 0x1433a9c44832180eee504aed51513733, 0x1433a9c44832180eee504aed51513733, 0xc34adf7a16741796d0a3125e987f292ee22fe0202a2c3523ba4da4ece6517b5e, '', 0, '?'),
(0x4ebae9c819b5d0efa75610b3df723e6c, 'wp-content/updraft/index.html', '/home/abt90iranbet/public_html/wp-content/updraft/index.html', 0, 0x6e72e7c8708dad18401113b5a6a45f59, 0x6e72e7c8708dad18401113b5a6a45f59, 0x3ebc346f394a02bfa553959e980872deac88a0f08404e4ee730f9fa45c258bb5, '', 0, '?'),
(0x4ec060af6a89eab808adaa6af7dc050c, 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox-group.php', 1, 0x00000000000000000000000000000000, 0xfb6aa341eec4ea5148aad049534e0b07, 0xc8fd833caa0a2ce676fed1e5710fb1627bed3ec72e820afc719de29be0d4da5d, '', 0, '?'),
(0x4ec0abf737a4a6b26c2beb88e7464e41, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 0, 0x05204d6363201d851db1a6a68e399ee5, 0x05204d6363201d851db1a6a68e399ee5, 0x6638c604b6f23c32ba8a1980de721ab29b5fcfe1dc2d18fda5121720737d90f9, '', 0, '?'),
(0x4ec6dea6c367a7c1b48343d749a3143a, 'wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png', 1, 0x00000000000000000000000000000000, 0x21bd42ab5782494e9227dd05c5b89c4d, 0x8cd00c9943e1c4d6f1b10f7aa720009efa28855f44dd4102d8b0668f28b10c0d, '', 0, '?'),
(0x4ecd819e334a39600e7609b908f3c682, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/demo_style.css', 0, 0x9e7c44b286a9fe23e4c5533097635747, 0x9e7c44b286a9fe23e4c5533097635747, 0x285e040e97a43c32cd3510507c1a449617981cdf808e4bd8ad83b19271c4c524, '', 0, '?'),
(0x4ecd9953cb0a4f93ee189b91e124113a, 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp1.png', 0, 0x4bdf3ec222143486fed2a6e0546785f7, 0x4bdf3ec222143486fed2a6e0546785f7, 0xaaf1a2964a7f5888718b58965c96a15b3db170367f310d8585d415d81ec74f75, '', 0, '?'),
(0x4ed17a73b6d3ddb9a7c8c81320c4bbda, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1.php', 0, 0xa92bc3be550473a7d722aa884706aa62, 0xa92bc3be550473a7d722aa884706aa62, 0x35927bd3dc57bc2767bd5481c417f729d9cbc6fc3e621bb0cadbe9e8204805ee, '', 0, '?'),
(0x4ed2455c99ba19e67c918a8f4a855380, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x8c196b3ef638fb0c9f1c6dd0b09bc566, 0x82346aa7db190b7189f3a4195bb6d6c730ca01d759b3f0089bc7ea590d59dca1, '', 0, '?'),
(0x4ed43396d249d59b130297f7f63b2489, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', 1, 0x00000000000000000000000000000000, 0x9ed9324bcbecd82f07950ccbc7cc87d9, 0x05b89bca4c2b7a934ee144a645dbfc0d766367db309ba8aa718e0a4d75b18c8f, '', 0, '?'),
(0x4ed5c818f7e8b839271e00d1ed5397d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4ed72794ca933c89d059ce285a0aa541, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3_no_content.php', 0, 0x7630febc259d37bef0e2b89ef6a295a2, 0x7630febc259d37bef0e2b89ef6a295a2, 0x48e84bbbe058fc73fd7edb14aac4c8dd58c098397dcb5219961e84b283d603b8, '', 0, '?'),
(0x4eda4a0c7d7b40fddb4f0fc78961d7ed, 'wp-content/plugins/wp-rocket/languages/rocket-fi.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fi.mo', 0, 0xb9af12d0cc10fee0ae9ecb63d79af222, 0xb9af12d0cc10fee0ae9ecb63d79af222, 0x468a53558fe9ebfe66e9a2ecc2db44b4515df32d6a46670d17e8e88ed8bc7d01, '', 0, '?'),
(0x4edb722c23de78a66e2a81b5760b0382, 'wp-content/plugins/amp/src/Option.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Option.php', 1, 0x00000000000000000000000000000000, 0xd005f2869c75b1b3e01a9678d5eaf850, 0x1057880489e3458e894821c6b51109374fc65439d68a49083deda21ef5eebd84, '', 0, '?'),
(0x4edc1f39f88436981836949f95e25e98, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', 1, 0x00000000000000000000000000000000, 0xe8f4f2fb98296aa147402d7bb4626b21, 0xd180926183fad8fa11d06a6602562caeb51c48973ffdf80e5ca3f774d946d5f4, '', 0, '?'),
(0x4ee0889e5c2cd25c568a97a404b1d8b2, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE', 1, 0x00000000000000000000000000000000, 0x9a8eefeec4fee45cb835a0f7054073fe, 0x1054a3c31c3425730f9379e38a061c840798a6623a2987256c1bc4253a275249, '', 0, '?'),
(0x4ee2d14bc745230c0e78e2712137512a, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 0, 0xb9e41bb508559412d45d848854a53fd7, 0xb9e41bb508559412d45d848854a53fd7, 0x10bfea0687d851ddee9e226cae1ee88bd4bb5603777271ba01e68932fdc7f2a1, '', 0, '?'),
(0x4ee3981be68435914d2d22b7dd655108, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_select.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_select.gif', 1, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86, 0xc624c7b31c6f0007f8f302d84445c14ecc907dbac4ac669aab54bb1231227b40, '', 0, '?'),
(0x4ee6465f0fc14ff5bb823c73ab639e3a, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-links.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-links.php', 0, 0x41da765940ab39e6f366cf32082f7893, 0x41da765940ab39e6f366cf32082f7893, 0x84a8890449efd4fadd7ae92104eb14bd99a5ee583448d8f2489d3ea46bf798ec, '', 0, '?'),
(0x4ee7adf65901d53f7bdced09b4b463a3, 'wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php', 0, 0x2bb7e3d97f194555243294751355754f, 0x2bb7e3d97f194555243294751355754f, 0x55c65f413b98c6da124b189343cc81edff4917d5b626cb317e8fbd6830425b7a, '', 0, '?'),
(0x4eeaf312ae164f4a3a38bafa8acc2d63, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube.php', 1, 0x00000000000000000000000000000000, 0xf9d27c2f1ff7c026ed53265974845ad3, 0xa524c4b9ecc097e5cec7b6ca912fdfceca8d998b75a1b7d00322c28c270617d9, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xdc90bbe6b03e5d73d87a01c4d0221b7a, 0xe4e5913d4b6c6f16eddae6494c7a415cee14d6059565339283fe56f6fb15e11b, '', 0, '?'),
(0x4ef4c0bbb45542799a611780d820cfc9, 'wp-includes/blocks/columns/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf65299b40eca72d10c92347b0436478b, 0x795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7, '', 0, '?'),
(0x4ef975e19cd39df3c63fca4316eaf820, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-import.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-import.php', 0, 0x0267d0e2e3525323f9fdc3fa559edfb9, 0x0267d0e2e3525323f9fdc3fa559edfb9, 0xb710edecd47853181aa4f8ce0df5bda8e574ac828a5f14db611d1550d40546fb, '', 0, '?'),
(0x4f02c3f8739569fb120fdd53eeaf3f21, 'wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_cloud_templates.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_cloud_templates.css', 0, 0xe3fe77db4bccd5e35b128b795da19160, 0xe3fe77db4bccd5e35b128b795da19160, 0xf4edec191984bc943d70e47cd4e37b414aaaaee169b46e9ccb49f83f8e5848ce, '', 0, '?'),
(0x4f04152ad45d8f81c3edb9dc6deed5bc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x4eec264ee2213800fbc0c4bb96c8edb1, 0x66ae61987cb39258c9b728a49d68d1358a6144dfe54444e6339bf83f09f27185, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0x43fa59ab2e2126806d555a154cc018b2, 0x98282788495e4b8cd23ef8266e8c9e145682c8f21d298b1d50578e4b07171834, '', 0, '?'),
(0x4f0dee7412375722980b753bcecf7185, 'wp-content/plugins/amp/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xb22f9e763748eb94cbafafbd0cc811b2, 0x50d0e9d96722bc6d537aaf07ee82c5c94b47c88f8dd281cc7467bbd040ca59f4, '', 0, '?'),
(0x4f0df3be16381ee903abc6b373e2ca4f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json', 1, 0x00000000000000000000000000000000, 0x5677501d33c91f5069d45f4447754303, 0xb36a5db88b374aad74c8dde577e1e1bf912832c028a2dc8419cb019a470871ca, '', 0, '?'),
(0x4f0f0f91863160263b9ae2a3520ceb15, 'wp-content/languages/plugins/elementor-fa_IR-026e05eaa88cf2068ad476f7c5d5d51e.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-026e05eaa88cf2068ad476f7c5d5d51e.json', 0, 0xc30b098c6acdb7f41321fec2af356b10, 0xc30b098c6acdb7f41321fec2af356b10, 0x258aebcac625fef557dad518af78b81fff082c95efc457ed2cd441fb6300738a, '', 0, '?'),
(0x4f0ff0746804600054b80e8cef626727, 'wp-content/plugins/elementor/includes/managers/controls.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/controls.php', 1, 0x00000000000000000000000000000000, 0x3a7121b2faf5085f9a19c5cefee7696d, 0x49aa1748d69917dfcf6bd94bc7b67b44430515756b9cc7b6766811b2a86b4400, '', 0, '?'),
(0x4f125f67968748aeaa67994dd97ce441, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md', 1, 0x00000000000000000000000000000000, 0x3d61d2ad437752db75115a0cf1759106, 0x59f70de9fbd63ac762803a58529f6dda7713b121a11982628006c7023ea02316, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style.css', 1, 0x00000000000000000000000000000000, 0x36c97a167f67502a356e81f0ca68ebf7, 0x05537eec17b91907afe2a0487feb14c15858cef9ec039dc7ae4164b62635257a, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0xc322fe2683418618ef5006a9c278cb2c, 0x29af64a65439daf67fdc38232796b847e37993e1ccb94fd6f13c33e7e3698b74, '', 0, '?'),
(0x4f212edc1c04b9764ef20696c75fd321, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/FontSizeField.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/FontSizeField.php', 1, 0x00000000000000000000000000000000, 0x33de1674951a5bde79384946d6576843, 0x684fb19d6b79dd9e7f9af3e5ee2ecf9ab0ed8fd660865385c2a226463f6921d4, '', 0, '?'),
(0x4f213bac91a44822e5fad9107a706b9b, 'wp-content/updraft/log.6f1c82ba7a37.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.6f1c82ba7a37.txt', 0, 0x5044236393741d4fb31ef7259355cc8d, 0x5044236393741d4fb31ef7259355cc8d, 0x3ed5018f0db5751795d4e05b39a9e3a7ee98e1b3fb009eea42e7187d1374855f, '', 0, '?'),
(0x4f22dae26ce3216eed8e174d085fb1f2, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 1, 0x00000000000000000000000000000000, 0xd6826e34a64847ce0e44806cec686164, 0x3d5a97e257b5beb9c4019cb98724919f3325d70ccfba4f6890c5328074bd752a, '', 0, '?'),
(0x4f26900e1f536001483ab8c0def58530, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/OAuthException.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/OAuthException.php', 1, 0x00000000000000000000000000000000, 0x0b22627669dd8e0adb89504b88f471e8, 0x05b6c32412ed210e62faca65089b745335ae2c5cc397f4fa1255d3405133e703, '', 0, '?'),
(0x4f2694d15b43229ca4315bcd6bb8a4ca, 'wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', 1, 0x00000000000000000000000000000000, 0x0fd87062803da716bf20c66a8319754e, 0x5acb217dd729def63c8a72118ec51fd8a8582c89f372ea68a97902d0ceff0a28, '', 0, '?'),
(0x4f26c32c99bafb948ef23cde7273da85, 'wp-content/updraft/backup_2025-10-17-0344___90_9373b97c2d09-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-17-0344___90_9373b97c2d09-db.gz', 0, 0x5f805d3621c040de7afc48668ce4454b, 0x5f805d3621c040de7afc48668ce4454b, 0x2314e45af69c222db3b31d7d12e0f89b6814213049f1e7ae33e136e1f5e0fa45, '', 0, '?'),
(0x4f2763069deabe7bf4fa0b74a808b16c, 'wp-content/plugins/amp/includes/settings/class-amp-customizer-design-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-design-settings.php', 1, 0x00000000000000000000000000000000, 0x0a4d37cbace847273355bec8b647ebcd, 0x8e1ff89c3eb1198348c49e2b1455a8bf280f2834e02e0553f3c6401774f91abd, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wf-central-logo.svg', 1, 0x00000000000000000000000000000000, 0x71e0080b1d1228cfc556d1a481aaeaae, 0x00117b0daadf98b24a2fd720f85e862be11ef52cceec5399d007bd8b9fe18d0f, '', 0, '?'),
(0x4f2e3a28bd75dd6f92e7c64c7390304b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 0, 0xe9fae5306daa9a8c15a3dd514332ae29, 0xe9fae5306daa9a8c15a3dd514332ae29, 0x66a057ab9f62ee524605f67dea6dc4b58ef0a3320fa079c4b40e68fd912e1ac3, '', 0, '?'),
(0x4f32c98248ef80dee621d692f19c5b3d, 'wp-includes/blocks/pattern/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/pattern/block.json', 1, 0x00000000000000000000000000000000, 0xbee3f3bf569c0a9fda07e12e8311cdc8, 0xc4885c8d12e6da4b7a086b99e98caeed018ec9955629b065b69991aef98e185a, '', 0, '?'),
(0x4f348bc7b3571c51990094d252f8ef0f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0x4f37409ad73b60bdf0f1cc9ea577ddff, 'wp-content/languages/plugins/tinymce-advanced-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/tinymce-advanced-fa_IR.mo', 0, 0x86e5ee50925830fd72f297618d446492, 0x86e5ee50925830fd72f297618d446492, 0xcbc111480c965cae139870b25d127dee837fc0a4299970bfbababc6b59acc6cb, '', 0, '?'),
(0x4f382bf4d3268087d23c4dbff9e570f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_5.php', 0, 0x1fc1bfec0ab1905819518c2cb278ff17, 0x1fc1bfec0ab1905819518c2cb278ff17, 0xafe954d7c218b557572cb8aa4763db376af67fbd6f0115efdff938df00c52483, '', 0, '?'),
(0x4f40f2aa5b5b80b2b64a1af1a6054e03, 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 1, 0x00000000000000000000000000000000, 0x32943d97ce8762219c39c3a1848097b9, 0xdce2e5f4a7f866074288b76acf1c0cebc04ff53ba2fb0259a323ed7e0da0b6be, '', 0, '?'),
(0x4f45358a7f8f321e3e8d66d69f2c8962, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', 1, 0x00000000000000000000000000000000, 0xbe957219c5ca5d6a3a8a5ecd2b1151e4, 0x724646d7b5996767f8cc40c19359aa54ae2a373c4d3df0be26b0bba147b54e30, '', 0, '?'),
(0x4f45fc413a29a3289d4e2ec9b9049804, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xc9544d2a631334bfd77f452d270ea761, 0x5e5694f997c4bfa34c0eaf50af70315965dc13e080c62305fb1543fe2992a919, '', 0, '?'),
(0x4f4b7275898bcaf4e9506e51315d0666, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_4.php', 0, 0x8e2d47fafae2f9541fa55a1471f18960, 0x8e2d47fafae2f9541fa55a1471f18960, 0x7789f90ad1d5c0871b032d44d1f63b3899a0c29a981873ebf3b263a61a84f00b, '', 0, '?'),
(0x4f50334ae3f2b29f08a8efa1d46c0b39, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_9.php', 0, 0x4035ebf5b8f0396f382e3e33fe76e0f1, 0x4035ebf5b8f0396f382e3e33fe76e0f1, 0x50b19367ab6b1d826be22487a69aa8289a96ef766b8a4f3b8ccae126f52e14b6, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0x3e36a23921f847f7d97aae04073ef253, 0xf95a8fbc51c661ccbff97c1eeaa39e6021aa43d0e83243ca4bb5251223fc6cbc, '', 0, '?'),
(0x4f54d3b9449fee9b95948d2aa9bb6945, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_panel_settings.txt', 0, 0x9ef2cd02aa097267197457a514d68e62, 0x9ef2cd02aa097267197457a514d68e62, 0x9a88eb526b657fe1f38ef3e6537e9d94939263e3e824c53be8b405b69b33c6e6, '', 0, '?'),
(0x4f5c4624f539c248235636c96c8e044e, 'wp-content/themes/twentytwentyfive/patterns/header.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header.php', 1, 0x00000000000000000000000000000000, 0x2231bc5881b9e80fadd5419ce8f8007a, 0xc295387e392cdd63a18b7f40e2eb41a42e7b4a85be6e28478d9b89070c3fa013, '', 0, '?'),
(0x4f5d71a28a8f4ae3c443b9651eaba227, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', 0, 0x0485d72cf2978f3c423e5fbb432315ad, 0x0485d72cf2978f3c423e5fbb432315ad, 0xc8738af16a5ae65c4e37609283615b8700cc4d5a495c87dfb590330a40d39e2d, '', 0, '?'),
(0x4f5f09103aa4f4972defea489f76f9a6, 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x4f615fa48fb8622c842bc8377467945e, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', 1, 0x00000000000000000000000000000000, 0x760a3a582cd37c245fb49bd915be3bc4, 0x957009329f26202879b58d52113a810231fd3f0b5e2b5ebb89dfa4a3dba2528d, '', 0, '?'),
(0x4f63d8e925b9601f64d78abe251b3f57, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php', 0, 0x534f182812793a441a3c186207a26ff7, 0x534f182812793a441a3c186207a26ff7, 0xfa5a83b66f6b12ea2751d97957dd80ab67742e5472c2f1dc099837a66f5662d9, '', 0, '?'),
(0x4f65ca329b04c69124c67d28d9f42b1b, 'wp-content/languages/plugins/wordpress-seo-fa_IR-826f41c23138627439d01b2b0133dbc5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-826f41c23138627439d01b2b0133dbc5.json', 0, 0xa33fb604a1e85ecf27adbf54abd0532c, 0xa33fb604a1e85ecf27adbf54abd0532c, 0xb7aa565b882315da4988f1bc4f36aa68d5167a5542aacab5e2be4ec9aaa1c68e, '', 0, '?'),
(0x4f695b3f30f48aa403dea9f9cb9e723c, 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf', 0, 0xe7fac87673fabc4d72de9c5a9fbfe1a3, 0xe7fac87673fabc4d72de9c5a9fbfe1a3, 0xa68458fad5189b7df559c06ab76c163ac8025f2138f95e9be97f0734292a51f0, '', 0, '?'),
(0x4f6a1c7e99d3fda7d6bc186b38aba636, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php', 1, 0x00000000000000000000000000000000, 0xf8f457e044a3154b5891e09fa6ff61ec, 0xd57671240675aef0e9d54217dc7132f0081a2f80ea7cb5508106f854a7cdd2db, '', 0, '?'),
(0x4f6a9582742674caf24e135eed863a9e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_9.php', 0, 0xc7fcbd06a846a46657d119eb981b2e7f, 0xc7fcbd06a846a46657d119eb981b2e7f, 0x6df7fa128f95c5670685ae61c1f550ec8fb82e491272d2ed526ef7607038e48b, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0xa21d2c2fe863b9d702af2bcdce66e4d8, 0x8d212c599a7d8f6bd409192b07e1fe2dbf0395a68558c7427a88cd5581e66e0f, '', 0, '?'),
(0x4f6e4fbec79fa19c061d0c58621e3af9, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/billing.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/billing.php', 1, 0x00000000000000000000000000000000, 0xa4d01e92aa59d731ec4bc2763664e744, 0x892c2c8d9b23d06d158059157c912d7f6e79c78b7e326cf3f0aa8f7449481dc8, '', 0, '?'),
(0x4f6e7fb5aa1dbdb073c86565e6c2a6b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4f7406c3bee77cb0fff2142161ab865d, 'wp-includes/blocks/code/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x06fa51eaba1a5189d7ddd2efa9a9f917, 0xb8bd20d4f5e324a50d9b2487e00467496040822b39910dc084f291eb18b56d66, '', 0, '?'),
(0x4f7674f6f29d76e14ae782e39f958a7f, 'wp-content/plugins/elementor/modules/lazyload/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/lazyload/module.php', 1, 0x00000000000000000000000000000000, 0x7e66df48f556c1a3e5d4262309707e90, 0x7450639000195314d69d5103caa1cd3f42975c4081afc6b71368bb6fb02fa4ed, '', 0, '?'),
(0x4f77fdfbff050f6a34e3e6404c55f253, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php', 0, 0x496b0ba249c625c3a32ff1d71fb203cc, 0x496b0ba249c625c3a32ff1d71fb203cc, 0x4fe93112817788059e53ba302ad5ab7011c0129bee97b9d1ff7513bb261717e0, '', 0, '?'),
(0x4f7eb4ad473bf41d649a95bd104ab55d, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/active-star.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/active-star.php', 1, 0x00000000000000000000000000000000, 0x1f758c73e9c1d30efa05781338c8b912, 0x195bd8f4951ca721151564f385d0a962380480081068040f7d6b2ee8b9bea8e0, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, 0x00000000000000000000000000000000, 0xbe05abba02fe2fa5ebbc4d96610457c6, 0xd313e3644aac8a865bcdc3e9508fc8cc724dc080561ab54318db016df0e258a3, '', 0, '?'),
(0x4f88d4df2a74884533a042ab6aefc054, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php', 1, 0x00000000000000000000000000000000, 0x0ecde91671b99dca93d3a7f6fd0b638d, 0xc0c6162bff00910e5d826282afbcfa91739ce15073b45f1de3ccf5af8bc2c911, '', 0, '?'),
(0x4f892e4b58e19ba5f5cfef661cb97e7d, 'wp-content/plugins/wordfence/css/fullLog.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/fullLog.1690810710.css', 1, 0x00000000000000000000000000000000, 0x65c92e698b6015ab83ce81be55e7b976, 0x3ff53efcb03f68f4cebe5bb5c2b2ef50d8758f7bdb7075fa6102a0fe898b0e61, '', 0, '?'),
(0x4f8ba2337ac16df3f2bdc02f2f6f2341, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php', 0, 0x8a7eab4a12893673d5c623bd8c09c39e, 0x8a7eab4a12893673d5c623bd8c09c39e, 0x6c9a81d4435caffa1ee86517487d2566a01dac3cbe8a3b0496e4f5309d21bc61, '', 0, '?'),
(0x4f8e851f31de7f8f7a4731f7c8a0d3aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', '/home/abt90iranbet/public_html/wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xd773249d1e195b84c5f566bcd73d1a43, 0xda789e3857ff10cf740af92f5d1802e5e4798df505f0056887746f57f9e2559f, '', 0, '?'),
(0x4f91f4a6fa27d811f6de21a18f6c47dc, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/stars.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/stars.php', 1, 0x00000000000000000000000000000000, 0x9e9080f1bea31fb4a9effb1e8b857eec, 0x4918bdd8c6fb7780492a3e7c1373441534f2f1141a87a58af3df590260f47e57, '', 0, '?'),
(0x4f923558737daf9bf73ddd4f5e722f1d, 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', 1, 0x00000000000000000000000000000000, 0x7f0e2bd5ad77f54a850553ddb313f98e, 0x5728f3a7caeda689f98598f9e508bdeeacecf162787e032cfc4ebc042fdbed74, '', 0, '?'),
(0x4f9a6af3c833f115855594ea3a633649, 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', 1, 0x00000000000000000000000000000000, 0xfafc475f59179530d7469c3f8636a463, 0xbea50d4524be13987cacf8326b193015ca7cd2b421c6b7ddb59de96c02e5ff38, '', 0, '?'),
(0x4f9add85bc83c55571755022f0a33178, 'wp-content/plugins/wordfence/js/wfglobal.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfglobal.1690810710.js', 1, 0x00000000000000000000000000000000, 0xc682f52b6ab4cf2fc323e40a3e237ab4, 0x4e7635cee66f0bc95b052007e329cbcf4ec8766b87216d170b1ea59fba47cf10, '', 0, '?'),
(0x4f9f9adb6650d9a115e8f043286b4a0b, 'wp-content/plugins/elementor/modules/compatibility-tag/base-module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php', 1, 0x00000000000000000000000000000000, 0x063c6d6dfcb35099835665ac70b60441, 0xcfa863dc4196282cbcceb9fbddd649fb00a4a78d90b4ca0d6cfd7ad674ddcb8e, '', 0, '?'),
(0x4f9fb7cace51cd04ef7696e0d1a83bbd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_6.php', 0, 0xbc2d935a727624e61c9c84f64af178d6, 0xbc2d935a727624e61c9c84f64af178d6, 0x1f7941457ebeb1dab3517e87f8f86ee30fbd6da051e78daf6cbf3e6ee48275dc, '', 0, '?'),
(0x4fa1e005b9fee3e9c861dd2b1baca0cc, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 1, 0x00000000000000000000000000000000, 0xada91d4ce17f01da9dd700f7393d8fdb, 0xf9a8e64fb2316f67dd763145280006df52d859954302b67cc392057835adeea9, '', 0, '?'),
(0x4fa2ca5cc7e31b3598564efe6136cc8a, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_enqueue_scripts.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_enqueue_scripts.php', 1, 0x00000000000000000000000000000000, 0x793f8149c3fb2e272c9d66dc5c3f7a82, 0x73c010dc59ad44cc1a11ad5ef496101e29593cc6e295c01fb7dab86b5b1e877b, '', 0, '?'),
(0x4fa4f78b91f89e11db56654c7a298fdc, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgument.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgument.php', 0, 0x643557343520b569b1556f8b18517457, 0x643557343520b569b1556f8b18517457, 0xfe8d13aedea8095d9196b07e1db03d6db05c42d018196ab5c61cb038eaa10f0b, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', '/home/abt90iranbet/public_html/wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0xb1bfd7717264ba45f1118dfba588cd61, 0xd9c79e9c6add7e110e02e8e35ea1fd01cc2eb4cfdd8820a0b8dc13a8de9d08c4, '', 0, '?'),
(0x4fa87511ed53186b83088c504f065e16, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-2.2.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 1, 0x00000000000000000000000000000000, 0xd3bb1dfb1d90ded04ba231c6909a102b, 0xab990e58ee3e6b95e89ff9f2881c10448ed2b3bd1a071b2af0eae51224c1d680, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', '/home/abt90iranbet/public_html/wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0xc51d717100b526d5da3f3b691ad3cc06, 0x818df5aa26e3af319d156be3b06dd328b93e5de75395c23a5927b7abf187ff95, '', 0, '?'),
(0x4fb5b3f2e1d2f625d99e4d20a7651e9a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1.php', 0, 0xeea7eee9766f1743e7cfc0328231da0e, 0xeea7eee9766f1743e7cfc0328231da0e, 0xb3a4493eedbfe1cc24cb52f127e136943d442bde883123b12213e797397747ba, '', 0, '?'),
(0x4fbb6b9851afe3fb6c0a8331e0921183, 'wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370.css', 1, 0x00000000000000000000000000000000, 0x6a3e9aac7817c51b07375fd8d0e5551c, 0xcff5e2b0c60c1f81e2998fec2c4a435526b6b3b0253bf1df1511e03b18892b8f, '', 0, '?'),
(0x4fc0c63fdf1d1573b61a4b0eab973f98, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 1, 0x00000000000000000000000000000000, 0x2c1b0a7e88b0d89be4e7c69c457e2c9c, 0x9e4e3797adf72729d2a802ed8e552ef4983755ee8f1866f44c4d7649027627ba, '', 0, '?'),
(0x4fc259c8b35e1d9d6fa139dd2acacb75, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', 1, 0x00000000000000000000000000000000, 0x7b55cdaf8ed4d152695cae96f0da4ceb, 0xb0f93137db52135384e38e7577d2e4ca92d18b855fe3f268e6b142e5ec6797c6, '', 0, '?'),
(0x4fd43a2ec360d1442eb1d4e68e4b446d, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', 0, 0xfad536cee771596d633e94dc75043b72, 0xfad536cee771596d633e94dc75043b72, 0xbf31ce893ab15f8364fbadd54088da672e6bda6f45a4e83d394b3f01d46cf48e, '', 0, '?'),
(0x4fd7c993c4ef3adc4156b19770fc9106, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/form.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/form.php', 1, 0x00000000000000000000000000000000, 0x5af0ab2b12cfb34f8250d9f3feba512e, 0xdffd63925c7b806e65999b4e3542ed7c3df533a3cd97e403791b0abdcace57c6, '', 0, '?'),
(0x4fd9cbfd508c4888d86aee8f6f770cfc, 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js', 0, 0x065592d1dd420679b1fbcc6531249ac8, 0x065592d1dd420679b1fbcc6531249ac8, 0x34ea214b5511ad2a216262632969047b60fbd7c660585cf9c9882351f7fe26ab, '', 0, '?'),
(0x4fda973c0bcb42a732acf7ee6a4810b4, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php', 0, 0x7d99cda6e2d42c338eaeb87123a006cd, 0x7d99cda6e2d42c338eaeb87123a006cd, 0x548f15cb1e31524c2349229135063773d43883b3b2aa0c3aad005d483f954105, '', 0, '?'),
(0x4fdd23768aac494cff4d1aa3f28f285d, 'wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php', 1, 0x00000000000000000000000000000000, 0xcd3cb5325d4b34732d51becbdfe26d88, 0xe4271cd34b9126f8b7b38db0d417a57dd402eda5d3100e9739397ae6e503fce5, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x849a9d927302df231715f2345a32c855, 0x93fbd2260457877b016e9e2dd575e6f2b83ed50e04230e79ccbacbe1ebbd1bdc, '', 0, '?'),
(0x4fe5e97d7c361203810a7ae66b255fbd, 'wp-content/plugins/elementor/assets/css/app-base.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base.css', 1, 0x00000000000000000000000000000000, 0xd159bd77763130bddee1649cace5c0a2, 0xb38ff790ff874af4d91fe033f3e73b1218f8bdba27ed1ce1f58ce02a78ba8fe4, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0x6472af1df0166d513f4ed8afff45c27f, 0xa630b2b07a90a1215f4e5c91c397bf9b8b0a199696c17e4ec57c89a76473f06d, '', 0, '?'),
(0x4feac123d9c2cced323ec8268f930987, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/medium_large.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/medium_large.png', 0, 0xf1576643e13766d49cde0fdd7d919bd8, 0xf1576643e13766d49cde0fdd7d919bd8, 0x74f32024caaff887054079bafac5555886f8c0a949b7bd1da8eeddd52525032a, '', 0, '?'),
(0x4ff09af8fafdaee531ea53d96f195186, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3.php', 0, 0x1c598fce18e9327e08dab009266fd7c1, 0x1c598fce18e9327e08dab009266fd7c1, 0x57e44df7dec4586f2f3e94543e023d8e44b9fcb459e0e01650dd65a8561a10e7, '', 0, '?'),
(0x4ff12a9ebf6dcb0e5f29ae385f0f3388, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', 1, 0x00000000000000000000000000000000, 0x0f37bc2e0b662ba6200e7bf917eaef6f, 0x5b1febc83525f362a8df2b7234d8b8fb9eb38769a93714f72b48fe22bd4231f0, '', 0, '?'),
(0x4ff19dd8c9a7740a663060f79187fbe7, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0xae735b5dd659dc4b3b0f249ce59bef79, 0x2866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f, '', 0, '?'),
(0x4ff1bbdf4fe04d5f4b37c2f96e1d9ae1, 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 1, 0x00000000000000000000000000000000, 0x0cf99a42163a7f12e8011d57cc404ea1, 0x6148f16c0771b2514835afa80356687ca9bdc237f36894f0cd661904ad4b4e34, '', 0, '?'),
(0x4ff62826f8ff4b297a69c829ce94e6ca, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php', 0, 0x8f98eb2296af946a176b511c94bccae3, 0x8f98eb2296af946a176b511c94bccae3, 0x608cf9eaebd1cad97ca34591efa7bd1dae34efc973a2bcde0623cde74d31b540, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0x4b1cf7a6f61bb76ab40b84cf4a120142, 0xca35e9bd6cddb2550e94a7e699676f4bd85ccb63842d46609fd1417b965e7bf0, '', 0, '?'),
(0x500418f0059f48addf5a60e23dbcb28f, 'wp-includes/blocks/pullquote/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/block.json', 1, 0x00000000000000000000000000000000, 0xeb12cf852056840b398497e816cfbb6c, 0x1c481e0f9f016a78dde482775922621fa3b0c4261c8a635cfe5426b985310c43, '', 0, '?'),
(0x5006b66277bf3d82ccf594a969eb96d2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x5c1ac1c44918057735416c4cdba2198d, 0xfae3b44b7bfe3808a6c0666c8185371e73855268cefaeb039ee5978bca039149, '', 0, '?'),
(0x5008903d5725f966e0eaaa0aae1a1a48, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2_no_content.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x50090f9e6cfed32ab1f817750eed8c80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', 1, 0x00000000000000000000000000000000, 0x192eff4b809a1a2c460dca7c441410fe, 0xdc74e99309b1c1ac9cdbe1108e7006fe14525aa3495eedd79efe708ae2c395e3, '', 0, '?'),
(0x500cd02f3aefd5ccaeb8d289b6fbd648, 'wp-content/plugins/wordfence/waf/pomo/streams.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xb722a590c7e6787816f72133ce57a4a7, 0x0d2cdb0319ee0be0f8268ebe100bfc8df28913c9a99521898c3ac2786cadf35b, '', 0, '?'),
(0x501103e29dfd435c64ecb2efd7814b9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import.php', 0, 0x4fa814bf34144ea921ab7570037f8fdc, 0x4fa814bf34144ea921ab7570037f8fdc, 0x37ee1db913f7f72c3aab1f9cfc807eeff1d7d1cf8545d6a8e396c91ce7ffe24f, '', 0, '?'),
(0x50170dca7913b65a4e532c1a82eb65ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_10.php', 0, 0x29273c88c02f430b14833553a4fe6617, 0x29273c88c02f430b14833553a4fe6617, 0x80945991207cf6ee5710f491b9c570fc866df7c4b92c35f7569fdb91c07712a7, '', 0, '?'),
(0x50194e859d6943872219002bd14fe123, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xbb629c9ab1ca7ac811185533a05721ce, 0x2bd8dce37757ac781146f98c3707e2fb2e6d8b40dbc45360d2533b2fe62ac99c, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', '/home/abt90iranbet/public_html/wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x5b5c2ebb1043a2089f38b2471b881395, 0x1196a3f23903288f2c0eed22e9672900848c828fc91cdc3a903716620e4de168, '', 0, '?'),
(0x501f4b33816c2dc418fa1bfe80f0bed4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', 1, 0x00000000000000000000000000000000, 0xb6e318678bf0cb95305aaa123493aad7, 0x44a19011d608de627e09a877dd9abde6f7650557ca98a042ff06d7d87cd17f8a, '', 0, '?'),
(0x502084f4d24e741244abdd8c9f6e22b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xb579f1e1ebd14bec5df51ba820edbabe, 0x0f18627d2205a96f8d7ad2fd56280d56275175cb49820876b9b910eaf9a1eeee, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', '/home/abt90iranbet/public_html/wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0xf5483eb86a6064db0a8cbeb392a7ba22, 0xc5a4f6c1b3b070ae3d0ed852799a599418592d9eda03acabfabaea8c51a70b69, '', 0, '?'),
(0x502d6b0ae4464ada372b1ec20e7950a4, 'wp-content/themes/twentytwentythree/templates/index.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/index.html', 1, 0x00000000000000000000000000000000, 0xfc241fb606703afcacb1ea7a74bf40eb, 0x3af8c193f9861d3bf354f93b1944066a00334dab82f39c64c2fead91e6d68247, '', 0, '?'),
(0x502f45c648c009b807415ee66748fc27, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import_no_content.php', 0, 0x040e4b5bb0c8d66a0d551cb9de198f44, 0x040e4b5bb0c8d66a0d551cb9de198f44, 0x6760b7426daa387e161866abdb6f72fe4fd7240a007a607fa78f8932c91de9a6, '', 0, '?'),
(0x503521952900c9fd5aafb573de47fea8, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', '/home/abt90iranbet/public_html/wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0xcb0d666642291b86e71d86f8fc85b196, 0xb5c7366ab82c41e8deaac7ad73e544bdc16543ff7a87062691fd8f0afc08b2e0, '', 0, '?'),
(0x50377a6bbd417f948c560442ce3fde08, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-9.php', 0, 0xcc6e62a854689a537f97aa6c766ba5df, 0xcc6e62a854689a537f97aa6c766ba5df, 0x0bf544a83429603d0f64fceda695153ecacf27dae276636b660de9694e6bc26a, '', 0, '?'),
(0x503af52450183b57c683fb0a209750ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import.php', 0, 0x81961ac6604fe0642da829a249a1e1dd, 0x81961ac6604fe0642da829a249a1e1dd, 0x5378e10f45dcf6651f6dd0bb1cd7135e0294e8f61e0f5b3bfcfff8912978355f, '', 0, '?'),
(0x503fc35ed5296eaa42618e60ae7f627f, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x1553359a777024597aca18edc9e0de89, 0xec7c2f3b52b82709e58f457e3ff54bb2ca0be3ddaef8bead53f9480431c8ec67, '', 0, '?'),
(0x504154d46d4d164a4f259a6f010020c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x5043ace334f6337eab535de1413d76ab, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/hero-podcast.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/hero-podcast.webp', 0, 0x3b848eb5c14d25be34a4983bb689e100, 0x3b848eb5c14d25be34a4983bb689e100, 0x83ac62c22d1d037ecd25f21799ff7e000f98ec47c6b64dd1ee8535a3cd08d338, '', 0, '?'),
(0x50463fb4d461de73b408b2919fbcb6b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_panel_settings.txt', 0, 0x1643f87b59da43e114f60e5056d1499b, 0x1643f87b59da43e114f60e5056d1499b, 0x1a6dac9e1e21408f63bc1419157199c336450e15ced9036643621d1bc342fbdd, '', 0, '?'),
(0x5047cd48355d7b37bd234c0882c38f9b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 0, 0x59ec1f226f508f3c0029b817bae249dc, 0x59ec1f226f508f3c0029b817bae249dc, 0x5c2ea2c59b12427560a72e6bf34d586acfff5842192ae9b407a2d519fbf4c552, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0xe8f1ddcd06c45f24a6b42fc6f7cc9c99, 0x1131a2c44d509c72218474de53bf14affb7656b46fa03d9923e9d1384b526689, '', 0, '?'),
(0x504b88b332b449aaf3abc10b29a50682, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x79a6190c9a7735e3ed286ec262a86dad, 0x6d2160da7e3a9bee2d120abc08263340efe54e8f06dfcd5bfd39eae6a6640dae, '', 0, '?'),
(0x504c6f749d0061f14aed6da06263d7c0, 'wp-content/plugins/elementor/assets/js/admin-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-modules.js', 1, 0x00000000000000000000000000000000, 0x3985ed9d5406ab3e6bfda41a64d633c4, 0x983dc01f6df1c96584c69e80b6e5e7abcb01d2ec2a9734b55495596dcfe2668c, '', 0, '?'),
(0x504c7831c267d11f8841a1c895a6233a, 'wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xdaf3bb8a1762229d632432b8a34df26d, 0xd5e45a5072bfc3d583630bdd30fed64345dcf4ce488bcba0aedf3057d8174229, '', 0, '?'),
(0x504c959f465ed1398f52e1367a05b370, 'wp-includes/blocks/navigation-submenu/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb68513669f48ef163258bb6d2edec757, 0xa21e1a286629c8670157f34e56c779fe2104f8711cdcb97a67b006b02516a1c6, '', 0, '?'),
(0x504d622880b6056c2d71b68d4b74662d, 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenuPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenuPage.php', 1, 0x00000000000000000000000000000000, 0x46865908073320032bf2c5629c31d3a7, 0xdde4769409842ec55ef735e3659e96245e12ab652054ac700c704b215c808621, '', 0, '?'),
(0x504ebf4237418d477fac642036ce68ee, 'wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php', 1, 0x00000000000000000000000000000000, 0x4ea26c6e590ea1ac8ec062779dd5fd91, 0xe66c64da12b63f8a1966a235e61977d3912a1f282e7eedbe83a45b747cdac050, '', 0, '?'),
(0x5052f532cdc3ebf3fb3dc79632f3c76a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_6.php', 0, 0x424c04a23d3d1cef445ab750c34a4d34, 0x424c04a23d3d1cef445ab750c34a4d34, 0xe1126139c60aa10b30146200470aec97f6f92fa5abc94a0bd73114658264d777, '', 0, '?'),
(0x505a10d14ec4228c751bd44a83da07be, 'wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css', 0, 0xb8ae79268a2d8c873ce890d6bb885011, 0xb8ae79268a2d8c873ce890d6bb885011, 0xc7c163f028d2d818c6055a340531a67300da2e7b570270e75beef2aecd2a9331, '', 0, '?'),
(0x5064dae55182376b253bdcc31c06afa5, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_16.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_16.png', 0, 0xd0e8a50b658a0a0e88e0536eb1b2f05a, 0xd0e8a50b658a0a0e88e0536eb1b2f05a, 0x2bfc6dec55d1f4953ee8e224b7df74c4f694680a57bb4fa780d8aaedceea5109, '', 0, '?'),
(0x5065df712c3422c8beb8ac58d890619e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php', 0, 0xa2312c54cceb7df123d4515ae9eed830, 0xa2312c54cceb7df123d4515ae9eed830, 0x033282f4f989f9ff922937369460008bb708f50034697c973bafdda79419c24f, '', 0, '?'),
(0x506a0f76d5659d9011c5cd5c446e72d0, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-clone.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-clone.php', 0, 0xde3b5b0aaf5729fbc07695d9a9b370d9, 0xde3b5b0aaf5729fbc07695d9a9b370d9, 0xf4e8db8a7868d83269d715ac2acab67b7588fe61b14b8c8b915bbfdeb69e3552, '', 0, '?'),
(0x506ad500134bdcbacb987f0babba3f61, 'wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday.png', 0, 0xde08c10f600e50886399189a283077cb, 0xde08c10f600e50886399189a283077cb, 0x2f61cd6ad512812ff433f192e639fd2f4a94caf82c4a045e41cbfb82916242a7, '', 0, '?'),
(0x506e16323d5d5096e1b4bb83dc57ee5a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_9.php', 0, 0x2c886c862057613dda78447f15989412, 0x2c886c862057613dda78447f15989412, 0xca83b7a6814f1a8a5e7070666b1286f314069d0982e595be1020e4221edd2c2b, '', 0, '?'),
(0x50764156b126eea2db9f502a8044a2ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/demo_style.css', 0, 0x9abfd4afafd06fc631becbe48e98b015, 0x9abfd4afafd06fc631becbe48e98b015, 0xf0cae6764dcbddb8e3ed3e9e630ea553529438daf15d1071b15f2222513c8b5f, '', 0, '?'),
(0x50768cde6749d778d3538216cbfb50e8, 'wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 1, 0x00000000000000000000000000000000, 0x7472954b8456031fef84753cfa26a862, 0x426242ff3f47c751ce19493c4221489993e5ea5ecffb1e2b64b3158be1a5533b, '', 0, '?'),
(0x507b8ef4d15123ecc3926edf1b829b65, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_9.php', 0, 0x1b2eed955edad7a955bc43cbe2662c98, 0x1b2eed955edad7a955bc43cbe2662c98, 0x84163dd3cd6bb770a5fe0c2462e17757367db0ca2700dffb4f2b7835aceb2616, '', 0, '?'),
(0x508874fa6fdeb65375fe19a6686047dd, 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php', 1, 0x00000000000000000000000000000000, 0xe0c8fc5d3ce735a5623ab672f0a13aa3, 0x457cc95ad9020aff9cc7701d4a517399f98085d2635a1bc412ef171fd3f83c17, '', 0, '?'),
(0x508a10fe5a94f367d15ae0f68c964a20, 'wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php', 1, 0x00000000000000000000000000000000, 0xf99d3b56c8ae38e1ab54263088a4fbfb, 0x99a307bd101907d3f5ed53d81392bd7f923421dc9d5001224b336a65fdd859f2, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', '/home/abt90iranbet/public_html/wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xf100cbcb0ded28127bf2c3751e879f99, 0x42f77057f8bf01a6472851ee3614c21aea9d2d18af3a177fde44c3415ea76ba8, '', 0, '?'),
(0x508f188d8876223ce8b94147c866cf4f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', 0, 0x20e2ae86fe3c929fb65f1f6a533c4aeb, 0x20e2ae86fe3c929fb65f1f6a533c4aeb, 0x120623f7326b0ef59a36e4bb4fd8804307d94a6c78854e33bfdc6d3931423415, '', 0, '?'),
(0x5090d31540f4f69b3832607de97037cd, 'wp-content/updraft/backup_2025-06-07-0331___90_594ae83f918f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-07-0331___90_594ae83f918f-db.gz', 0, 0xf9886576d25fc4fcd4419a69f2eeb722, 0xf9886576d25fc4fcd4419a69f2eeb722, 0x777d1dd1c951eb710cbaa0f5f4bf015128ff44c7db690cc7865809cf84e5c4a1, '', 0, '?'),
(0x5093c71e6e89ed308004c44967268140, 'wp-content/plugins/elementor/modules/dev-tools/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php', 1, 0x00000000000000000000000000000000, 0xaad510aa325621cfbc7a0d89bddca841, 0xaadffcc87e1b711d18721b80a84ae409fd5faf852d1ccc206f44ccaf9f3c7285, '', 0, '?'),
(0x5099b0e3c1602c1a6355f6ebb1b629bb, 'wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php', 1, 0x00000000000000000000000000000000, 0xd01df79a5cf62922c0eb395ee1cd7258, 0xf69b39020d5f5b8bbaa37df5033c865eddd3cb7e577df6f2b250b62126c57e79, '', 0, '?'),
(0x509d4b9aac62abda8b744e49673d4fa3, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/OAuthException.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/OAuthException.php', 1, 0x00000000000000000000000000000000, 0x0b22627669dd8e0adb89504b88f471e8, 0x05b6c32412ed210e62faca65089b745335ae2c5cc397f4fa1255d3405133e703, '', 0, '?'),
(0x509e57d66bb588d09ce1ca0e5d0aaced, 'wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js', 1, 0x00000000000000000000000000000000, 0x6b6709b47bf26a33caa0102e86c39cdd, 0x4384ef452e0f6047a63fdb0e3076288d78aa0f0354f4dbf6cbfb481d54ca5859, '', 0, '?'),
(0x50a38068f8fde3fc9f7ee9b7e29b50ce, 'wp-includes/blocks/page-list/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style.css', 1, 0x00000000000000000000000000000000, 0xec16999d1b4095c6d89bcac05e7d6293, 0x9fccff6f4da4d170e62b70788febc8bb947f79a123040d44162d396801b13d18, '', 0, '?'),
(0x50a8c1c5040bf116b08ea5bc50d012a9, 'wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php', 0, 0xfd94b554cc37e454d74a868d3081ca28, 0xfd94b554cc37e454d74a868d3081ca28, 0x15a348fb9c56a7fae49c445096dd58668267560b5486f94e8ed2b66a85428a01, '', 0, '?'),
(0x50aba92475e58ca8cf28285d6f5264ad, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 1, 0x00000000000000000000000000000000, 0xefdba8306b7e0c6c04a23c4a3495e9bc, 0xac107e5faafb768bea50bcc0cc476d032cf0aac02043ef9a5440ef2a9d60514e, '', 0, '?'),
(0x50b10ce4466613e502f0684485a82275, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', 1, 0x00000000000000000000000000000000, 0x4c74c8e362e87a6354c7d9df32d65b2f, 0x0f843f4e70792a4b628435c076c74b3a82a52daed0789048d237978c4dcbec17, '', 0, '?'),
(0x50b5e10a197fff65a1e4f075b5220eed, 'wp-includes/sodium_compat/lib/php72compat.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x26d7c8c1463a420306ce0a6ae87c2dee, 0x0af231026dea14bfa76b7f7373a6f98e416f0f67f713ac82ff96fdfcbb9d70e8, '', 0, '?'),
(0x50b7f977d123a295c2079e598f6bc484, 'wp-content/themes/Newspaper/translation/nl_NL.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/nl_NL.mo', 0, 0x28717e23d996708642e067daccb9c42b, 0x28717e23d996708642e067daccb9c42b, 0x12645cf66a15127efc2af8baa05ec9953009eaab18b9faa8314b49c2a189a9af, '', 0, '?'),
(0x50bd7aa3579033ee7f7c2f412657cd72, 'wp-content/plugins/updraftplus/languages/updraftplus-fi.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.po', 1, 0x00000000000000000000000000000000, 0xc1e39dc204f8f16e4017aa4823617ddc, 0x887ae52e83d6aa7f3fcef6eed3e87215e3a3836ce226dc65c5eb270dca68ccb0, '', 0, '?'),
(0x50bd881fe5fefa39b48c1ea44143fca7, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php', 0, 0xaf6274916cbd31a8af9da0ef7fbe8044, 0xaf6274916cbd31a8af9da0ef7fbe8044, 0x478699633bc3cb536a77a4ff97d88575ab3379e633e627c86d5067ed59b672f8, '', 0, '?'),
(0x50bec20f2d879ac003d89d4422b45862, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php', 1, 0x00000000000000000000000000000000, 0xf669e2e65c38ebf923a1d69570c3b6cd, 0xb659b5bd39c6b98f57fef565bacf474d4ea791ac3944dd78bb487b569afa2cbf, '', 0, '?'),
(0x50c3a8b12652df7b28369e4d1b9d5d38, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 1, 0x00000000000000000000000000000000, 0x0ffaf216cfa2e5377fd7ad6655de632a, 0x92f5160070df1ead9aa8d06e68fa6128c87d2f3658212bf11186070c8efb0bc6, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x9976fc47f71077be45eb4a7f57cefc26, 0x2d1723a72602b1a1cb7be3cca19da336a16560a343842b45ba9b1c27a65c14b3, '', 0, '?'),
(0x50c49832761ded66fd20f49a1e7486c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xd74575c6bb5c5320773f2cdd5f994c60, 0xa3cef1209fb669c24cc69b77b5c6d61d36c95fa7bee72c6e973253a3e45a6829, '', 0, '?'),
(0x50c6ea4a3168abdf7cc0adf48872e706, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x14e9b4e93499ff33fb85c4fdd82cc281, 0x55e0306081caf7372874b0d1e2ad59a8da73ae5c9f68af74722827dda93103a4, '', 0, '?'),
(0x50cd6044237c4821b42d9775208595fe, 'wp-content/plugins/updraftplus/includes/ftp.class.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/ftp.class.php', 1, 0x00000000000000000000000000000000, 0x946509c11c4db7c11e3dbc2f130882b5, 0x20fdacbefff8be4a5a36f008a5c6c4debe6d6548f09a4f528cc8759a21e59fd5, '', 0, '?'),
(0x50d045b3e63a5e804eab1cb51deb002a, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php', 1, 0x00000000000000000000000000000000, 0xb2308be9289a99d74d755db79a20b982, 0x7fa95b45d7b82d760735214275c808c6d6da28e5819d2ff9d061ed756533476b, '', 0, '?'),
(0x50d2828f6d706cfb111829c3104ea4f4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', 1, 0x00000000000000000000000000000000, 0x2c9f82203cba051b7617de37b00e3e52, 0x1439d9f344c59e904346786174dfe50b14335933b6ab2ef5f2b3e4141b65ecc7, '', 0, '?'),
(0x50dcd922fa044d283c871da9365f119d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_5.php', 0, 0x779361e4c483726b5eb8e5988ac19b50, 0x779361e4c483726b5eb8e5988ac19b50, 0xe48f646b5ea3bb343686508f840debded4364bd38c7c790f76d224ca677d0f7e, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0x50dece35c7b28fc60aac578c1d77a3fa, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png', 0, 0xf1097b045993a50c4582d5d880590513, 0xf1097b045993a50c4582d5d880590513, 0xd954891c578cfd3de8ae04565c41372c72a80744819a39781a35457e1acb96c0, '', 0, '?'),
(0x50e062d22c7e5b7d891fc1b90ef69360, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_import.php', 0, 0x88b1c1d2b5ed1a3b51f28e256bf61544, 0x88b1c1d2b5ed1a3b51f28e256bf61544, 0x6026f94ff4e716ec6a689f6d4636f01fd5773bdb8f99c02c71d2250305b0f877, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xdb33e7676b65cdbfddbe8cdce17ca068, 0xd8488f8f7a166ae99ea825c2180e89b910b285703dda5ad5e096694e41875af4, '', 0, '?'),
(0x50ec5a7916378b0e710758b64939aec3, 'wp-includes/blocks/post-author-biography/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/block.json', 1, 0x00000000000000000000000000000000, 0xe973ba3341a19bfd68649b7e405f9a50, 0x9754867c506a9f1dc1b01e3468ab968ab5282f8fd89764f9160614d96c02996c, '', 0, '?'),
(0x50f0123b8a0b54fe745d55d67fd2f54d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin.js', 0, 0x05dfa00eadd02265b75fc16556ce826a, 0x05dfa00eadd02265b75fc16556ce826a, 0x04febec87fd4d3a8fcd0205308da3d57897c9d75cf2fbc2c1936415d6619cb31, '', 0, '?'),
(0x50f039ec4ffab9eff4484eba759f25f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x50f4f739f86d34775f9cbc7918a11830, 'wp-content/updraft/plugins-old/updraftplus/methods/email.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/email.php', 0, 0xeb8ec2d1439b317eab936da872aac8e2, 0xeb8ec2d1439b317eab936da872aac8e2, 0x9ed9388e4c2102893f0fe952749fc93359c4bf7045f493296db3eea7fd3f9bc8, '', 0, '?'),
(0x50f51384c2560856a14e1f7bfb9b6a2d, 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 1, 0x00000000000000000000000000000000, 0x8f6979cd76def2a8233c94be5121a781, 0xb57290bcbc6b76bd22291e36af427ddb7a4538bbee85b73752ba819a45d880ce, '', 0, '?'),
(0x50f52dfcfa67ae6e070188233a969a60, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_import.php', 0, 0xc94158f8368f254bf040ae12f3b5e275, 0xc94158f8368f254bf040ae12f3b5e275, 0x820d31970bb296e268d19d4a845df3fe9ee88fb1ad546dd567f1b1b32bf0ea63, '', 0, '?'),
(0x50f58530ffa3d5ea5a0a53678a64ee14, 'wp-content/plugins/updraftplus/methods/s3generic.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/s3generic.php', 1, 0x00000000000000000000000000000000, 0xd9e2955904f13a965d8907157a4cd4ea, 0x0cc3e52f467e6f975d429cbc931d0b063de3ee77feb0ed698446572ed2d9bf6f, '', 0, '?'),
(0x50feb62d5ccf4f6f20ff4c66e8e91acd, 'wp-content/updraft/plugins-old/updraftplus/includes/tether/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether/LICENSE', 0, 0xe218d81ad870e5fcd8a504baa319cb69, 0xe218d81ad870e5fcd8a504baa319cb69, 0x0c42a1d33fd5227b1d0a8e6060e07c488457889311fef1898c19caf46a9b759c, '', 0, '?'),
(0x5106e7e1075168dc26c0f45210c34f02, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 0, 0x2205ea68c83a241425d30857ff870381, 0x2205ea68c83a241425d30857ff870381, 0x0f325a3eaea51259584886e4cc449965ec25a461dd331cbf6ef21bb1428a509b, '', 0, '?'),
(0x510749f06686e8962ee5cd94964e0f9d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_324x160.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_324x160.png', 0, 0xa8d056d91ad24503ee887bfdc83c7c3d, 0xa8d056d91ad24503ee887bfdc83c7c3d, 0xfb97fdfb82fa729712b34016a0d3ead881431698f97784e3d145c0bd615b9f35, '', 0, '?'),
(0x510f4a29e30d754376ea0af8b3a20251, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php', 1, 0x00000000000000000000000000000000, 0x2e90290bd807d632b8d5d4c9537964b6, 0x0bf1d17da141bfa72058402614d866f20ff9a5e91fd1bcab7ce5adbab4627397, '', 0, '?'),
(0x51170dcec2d2090156d71c19fa4175e1, 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 1, 0x00000000000000000000000000000000, 0x838c52a5baa84ae2827f24fabe26cc3e, 0xe158ded90ab643fa446ed9ff3b27da2b262401fb375b05a31bb34b959042a96b, '', 0, '?'),
(0x51196566ce585fabefcad98359260be1, 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 1, 0x00000000000000000000000000000000, 0x60483c5fe620c291f8cc371fc83a9f8e, 0xbb5314e24fdb8cff505db403991ba1e6253ec2cf862b6eaf49d3541baf9041b5, '', 0, '?'),
(0x5120e44550714f736fad0052795a9201, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-nl_NL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xc45278e749d7ccca850f1f0e029d4725, 0x494ec7afa81efcd6a9045514cbc818b9ec69ba319366f5698680dea0d2aab0d2, '', 0, '?'),
(0x5125457099876175e81c5ded47063797, 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', 1, 0x00000000000000000000000000000000, 0xcac1ff4b685b4a1cb021e64ec71de312, 0xf25013ab1a4227417c21c7f0d01c90da94526da425c0abf5285c6f23c32b8127, '', 0, '?'),
(0x512f24218d9b3b1356ee258615399a28, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2_no_content.php', 0, 0x2e10f87e77c8c8101c72f4dd9400312f, 0x2e10f87e77c8c8101c72f4dd9400312f, 0x0085ca21ca9d6950834c6e12e54851bf2fcb236f04c402df018b647637324a9a, '', 0, '?'),
(0x513635b51c576b9aa3acc51cba526646, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/CompilerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/CompilerException.php', 0, 0x5735668327a5c0b35a9641f2f6bed7fa, 0x5735668327a5c0b35a9641f2f6bed7fa, 0x4bb8b259ff6f66a262242016337f52da0ecae5b7bbf276de1c2f763c3ed6f296, '', 0, '?'),
(0x5136f972e8f6aacb394db432c3a8eea1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php', 1, 0x00000000000000000000000000000000, 0xda753193e0c47f7a8926ae59ceed9a28, 0x384802f7630bab31c13291c96f8be00d11e3748165360fc13710f01671b57e78, '', 0, '?'),
(0x513ac8568f1e89a3f239cc655548a302, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/features.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/features.php', 1, 0x00000000000000000000000000000000, 0xda11f3a20af1dcfc1bc0daa1c213f306, 0x112a692e6397232598121bad90c8d50d527b749ff8c81c36fbe74d1982048086, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xbc156483959d475c1390167fa629df6e, 0xd5559455f2306e2d1382d59fc462b0d526040195f94e45635cbb35c693d78121, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x513bfd9eb3764e31948142135a88defe, 'wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php', 0, 0x26c45953c4a56ca1885041433627fa6b, 0x26c45953c4a56ca1885041433627fa6b, 0x9cfdbb480d4d70373af7e048805e0806497a2fc503a5225cc58a5dd0530affa9, '', 0, '?'),
(0x513c5ee49b5c0893174211d6caf8a1fe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_7.php', 0, 0x556b1cbdb3b0d4ae43d9cec4bf537091, 0x556b1cbdb3b0d4ae43d9cec4bf537091, 0xa259e8fec2e41aba03fc7c16530ce9245ab331ef649ec184007b9ee341466fb8, '', 0, '?'),
(0x513fb8ced99fe0f5b767f34cdc7c7561, 'wp-includes/class-wp-textdomain-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-textdomain-registry.php', 1, 0x00000000000000000000000000000000, 0x766b94fae286c84466d4eff75c67f996, 0x3ad967861674a8ca095b8aea931539c981c8e7895b9e4cda762ad45eef4cec67, '', 0, '?'),
(0x5143fdc8a7a418c09f24394229bc8e4d, 'wp-includes/blocks/tag-cloud/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style.css', 1, 0x00000000000000000000000000000000, 0xb38918600f179341b428e1b8cc0cd3c2, 0x1f37d192c56d5c56655b8fec06233f5ab21af659d5647b965a729b18c323f5a9, '', 0, '?'),
(0x51469fe298c007ccc7623755f1ef4f97, 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0x19e642842e6c57e9dfaf06b8b0a0aa66, 0x335450a41837ba82e9c480cbbd1c20dec1432e8e3982672c171f2262fa4f412f, '', 0, '?'),
(0x514733e59ff0475d5e0c7058537ef7d7, 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x90992d498f1aca912a301ac6d8c837c7, 0xa3d3222d5f7a2f98564664b561f19dcec97be0fe76703c66a1fe166985a6d226, '', 0, '?'),
(0x514767ff89c85804cbdb6b71ed953b6a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 1, 0x00000000000000000000000000000000, 0x1e89b5a4015f65e399a9cdae2bc2f205, 0x69187c0d981b02352b846a9bc09afb2fbf182a739da9aaede60b93ed5a76ed44, '', 0, '?'),
(0x514979d6bd4f0417e00b02a68ba8ea44, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_analytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_analytics.php', 0, 0xac3d6230db922b48ec93e2e9b300476b, 0xac3d6230db922b48ec93e2e9b300476b, 0x14b818d2a178e31717a0c60264a5f38db32f7b764cccf6b184a305fd9ffd67d8, '', 0, '?'),
(0x514b1788c2ad05e466734c0afc071a78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_2.php', 0, 0xb38bc741fc697163f4830bf27d560846, 0xb38bc741fc697163f4830bf27d560846, 0xedf24db9d2311213a8489578cae4c8913b818761313e229a332b96040e2bc5c3, '', 0, '?'),
(0x514c64bd7d1907b3ccf6da0e0c8202c9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml', 1, 0x00000000000000000000000000000000, 0xb956a9a94f7e60439e587d3b60da5996, 0xe4fb067822bb0a7d3571cbe6b692d46b151241fabbf9950cf2decc4f3840373f, '', 0, '?'),
(0x514d49c174e7013130d78cdc88d0fea5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php', 0, 0x9c7d1fe9d3e49929e2aa620084826e9e, 0x9c7d1fe9d3e49929e2aa620084826e9e, 0x9ed5209576a0c01a3e1fd0e3de59a8d86eb70a14867f1fe914dc218cd3eb2638, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', '/home/abt90iranbet/public_html/wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x34ffe7ce8e9d58d9d98a04774479fbdd, 0xd5c6e503d09bb8ad8c16d16b59aeada29e45326926711bba2312243256e118d1, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x22729b3c60a2f3c416c5f944cd01e285, 0x6232bf164da8ff216f87133bb12df49217766571fccb5c66b45d6ca494c0b03a, '', 0, '?'),
(0x5162d0fae49453a5c63f7fbc337162d7, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-local-json-diff.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-local-json-diff.php', 0, 0xa41f55f5acb7c0017fff594064a6567c, 0xa41f55f5acb7c0017fff594064a6567c, 0x90099a003203a736cccccc028235db6749b1f1cf69511cc18d957c1b9fc07160, '', 0, '?'),
(0x5170b2337332b40adbe17843ea00815b, 'wp-content/plugins/td-cloud-library/state/page/tdb_state_single_page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/page/tdb_state_single_page.php', 0, 0x7ca3b171e73792a01d9da1016cc634f3, 0x7ca3b171e73792a01d9da1016cc634f3, 0x6302e08f7fa8971cd97f20cae42a1a9e07f24b907fbf814370f42f97fe1fe763, '', 0, '?'),
(0x5171ce50ad4f5189fb98d61c8f4aa2c9, 'wp-includes/fonts/class-wp-font-face.php', '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-face.php', 1, 0x00000000000000000000000000000000, 0xddaa84ee285569889f3ee39bff995373, 0x4d2d29daa741e63ee6031d4a0d1e2ea8c883e5266f6d9d82297a05189fa6012b, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', '/home/abt90iranbet/public_html/wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0x5175e5ce698c63c86351dff4589ec856, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug.php', 1, 0x00000000000000000000000000000000, 0xa93cbeb1ce15ff22f1a8cab985b05df0, 0x5c17febc6cadf78223d12827d34875d246e52825bcf4c1bd29e4eaaa879d398e, '', 0, '?'),
(0x5178725ff731735cb03702e4fdfdde16, 'wp-content/plugins/amp/src/Dom/Options.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Dom/Options.php', 1, 0x00000000000000000000000000000000, 0x3d6791a926fcbec7aa15f5068367ea30, 0xde3079b3681397600178554b5070b0e9c484ce18a23ada1cc59562661406fb52, '', 0, '?'),
(0x517a62d3178ade6bdb05c572d8f7890d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', 1, 0x00000000000000000000000000000000, 0x2b61977956f7c3d0294d96840bbdb090, 0xce959bc7ee83d588e5b69d9beb88841f78eaa6b0cf141f179c56fe9e83d7ea74, '', 0, '?'),
(0x517fe7ae03faadad9f3716e10ee364e2, 'wp-includes/SimplePie/src/Sanitize.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x302c6bf1d04986e7b8563b751777682d, 0x0f90a6f3980007bcf1dde15a7397f977f65ef204d3a9b7b21278ba57a320d0d0, '', 0, '?'),
(0x518086f3a87e2c4c493ea79131bb9669, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js', 1, 0x00000000000000000000000000000000, 0xe81116dc87c247b89c60b3ca76f6d909, 0xc21156b2b5dd849f08e3a8acbeb7a23d8fb9a7a3847ccaab3ec4495346a57ec6, '', 0, '?'),
(0x5183fe636dd675581a33fb422b879e58, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0x249b6d52cd5fbb9f60e903573603cb00, 0x732957b43f5008d38ee0ff429b2a3f78f3fb425abaec640cc997e4655ad99e7b, '', 0, '?'),
(0x518400f124a92eb8776da32e2ffdff79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_3.php', 0, 0x716cfb28df95a648c6cb22e97bc7f3a9, 0x716cfb28df95a648c6cb22e97bc7f3a9, 0xc4c3f02aaa89a4538f83b79d974886a42586c258848a3b30279cafa7914920e1, '', 0, '?'),
(0x5188f01c64c1acc8284f0714f4c7effd, 'wp-content/plugins/kk-star-ratings/src/core/functions/strip_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/strip_prefix.php', 1, 0x00000000000000000000000000000000, 0xcc95874e31826fd79c46dc75abc6c858, 0x4ce881439c58444dae2277a0b61a28332dda277379400c2b7fdb727c4ba9270d, '', 0, '?'),
(0x518a7467d463a23b06260bca735145ce, 'wp-content/updraft/backup_2025-06-26-0347___90_b86da90ae0e0-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-26-0347___90_b86da90ae0e0-db.gz', 0, 0x00d5009370ef243a87ed4b7878f6f3e7, 0x00d5009370ef243a87ed4b7878f6f3e7, 0xd36efc2f030c44f1f6639c5caa225ecd9b3ab1d24e0e71de44631f950f565183, '', 0, '?'),
(0x518b5512e899ae53d0843ab114280495, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', 1, 0x00000000000000000000000000000000, 0x854fbec2b94c0f235905cef37abc0137, 0xd75105f167aa4cb5f60a1b2d14f1997ddc317ee720706124358c4e4652f4cacd, '', 0, '?'),
(0x518baed458fa6749c0a3f33f53017e29, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', 1, 0x00000000000000000000000000000000, 0x29eac0566e62a9c9b0d7cedc32760061, 0x23f4ba7280d45e7373bc707a6d2d2b06643f554c3641ef0c860e01b903ad638f, '', 0, '?'),
(0x518ea40be6c947e1a9447df721459fd2, 'wp-content/languages/plugins/wordpress-seo-fa_IR-81d02401639ac0f30dc9d7738fcbf629.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-81d02401639ac0f30dc9d7738fcbf629.json', 0, 0x32b560a3cf1faf03a0247a16552b60bc, 0x32b560a3cf1faf03a0247a16552b60bc, 0x3b624585a5dd63510eda1e64fa5f481059736adb3c1f67da914a8a2474107536, '', 0, '?'),
(0x518edcc51c5041fdb1d5e9909acc7acf, 'wp-includes/blocks/columns/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf65299b40eca72d10c92347b0436478b, 0x795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7, '', 0, '?'),
(0x519350355ab8cef7d677f74e146961c2, 'wp-includes/blocks/quote/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme.min.css', 1, 0x00000000000000000000000000000000, 0xb275928c4602d38840547ef0a68a537d, 0x4133e6ee6d897bc1ef64491fc690691e77209fc2cd1406931c090d6cba69cbfd, '', 0, '?'),
(0x519441156e914dda54b97fc96665a7e4, 'wp-content/plugins/td-cloud-library/assets/js/tdbPostsList.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbPostsList.js', 0, 0x3d62d691a9a19d183ca651fcb48cca88, 0x3d62d691a9a19d183ca651fcb48cca88, 0xc255b207c179e6092533cd653290b58e68663a47022b766126fb653bc9d81325, '', 0, '?'),
(0x51953f371967b2dffe9c55d7c025ee04, 'wp-content/plugins/amp/src/Infrastructure/Registerable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Registerable.php', 1, 0x00000000000000000000000000000000, 0x9763b55a21b891f5402ead8fd2848de9, 0xefc219b3f1a0e7280f5987a3c5291b662a8a5a0975b13a6786eb0ff8fc1ba2c8, '', 0, '?'),
(0x51954176f0a84fa5a2e199d703619462, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css', 0, 0x6dea7ca19d2c3e2ecb9e94e650c51d40, 0x6dea7ca19d2c3e2ecb9e94e650c51d40, 0xed6012eb2370f7556648178e406561c76ddffea7e6042f4b4537de4233c582c2, '', 0, '?'),
(0x519a7f0dafe191aaf19dcf95627b1ce3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x51a37d6929f4733ef0ace0255590a175, 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 1, 0x00000000000000000000000000000000, 0x2107d0672b53c8b29c1e6ced702346c8, 0x967234f1394b5065eafc36a1f15afc0c1d471530acd25e1764fc1f08b02f9594, '', 0, '?'),
(0x51a3f19fb1f72ec6697a55a22f51f73e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', 1, 0x00000000000000000000000000000000, 0x1e39238d77fb3efccac3b2377e3c3f18, 0x42eff88b0dbf536ae32fca1b918eac867d7e5b379ebb50b140456622c49fd1ea, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0x78014149366de54e645370561f42d787, 0x5a3f98524199b22bfb1637239a43cbfd2df394fa5c34675b6f3f4ab65fa3671f, '', 0, '?'),
(0x51a8b10c2822bfb591197f943b00c78f, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', 0, 0x5b0edb09466b2fbee04eae28e94e3629, 0x5b0edb09466b2fbee04eae28e94e3629, 0xd7dc590bf6c6f46ea3c882b6a225b5d6f427620bab3ab2ec2b7f5632ad488ccb, '', 0, '?'),
(0x51a9ca0371c52623d2c239ecbbadb947, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_9.php', 0, 0x1cac646e39168365d04f14eafb47e44b, 0x1cac646e39168365d04f14eafb47e44b, 0x8a75b264436d464b308ad7e9227e91d396bd9adc09c042e4980170bbad7330f9, '', 0, '?'),
(0x51ae51e9f16304082e968551bc19438e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_2.php', 0, 0x0b72a19d1c0c3122f6c2861f8ba9b061, 0x0b72a19d1c0c3122f6c2861f8ba9b061, 0xef75d24645c7062b2f3e58efe3f4e541a6bce0481a204976101938313293c584, '', 0, '?'),
(0x51af7898beccbf507980bae12775457c, 'wp-includes/blocks/page-list/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/block.json', 1, 0x00000000000000000000000000000000, 0x3a0ca140ca1ba42a6526d428535fcd21, 0x81b6abe48e39aba357fb34508fa3ea7a67aa758155ba31ddd49c0ae3a4077582, '', 0, '?'),
(0x51b0f62df9430c042d5d43c9cfd011f8, 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 1, 0x00000000000000000000000000000000, 0xa819452f693f9eddb638337cb088455d, 0x43c823a34f4bf24bd89781422e4659c4c6892b45a37797d046d6fc4b59dd392e, '', 0, '?'),
(0x51b2e3e65c0711e44d23405e47b1d6d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_5.php', 0, 0xb29e947697edbd3ef814693d3a79ce9a, 0xb29e947697edbd3ef814693d3a79ce9a, 0x9961ceb179e5087d39ce6cfbe568cbd0ba86fda578e842fcf0dfb9cca0f20009, '', 0, '?'),
(0x51b4403946657799b506b0230f2be221, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css', 1, 0x00000000000000000000000000000000, 0x144e43c3b3d8ea5b278c062c202c92f2, 0xa8d211a5d0a5d287d848689dfb46dda5f7cd6d50f21841dc6d6165fa1c78487f, '', 0, '?'),
(0x51b4476dfd8ed940b673875c3a653a0c, 'wp-content/themes/twentytwentyfive/parts/footer-columns.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/footer-columns.html', 1, 0x00000000000000000000000000000000, 0x2f43c9be8afce24bbdb1e0a014497041, 0x02e8de35251ce3a833c403a7853342d48adf8b32d72b09b365aa8902d04705f3, '', 0, '?'),
(0x51b4ed98a8a5ccd60fdabfb7a509bc6a, 'wp-content/plugins/td-composer/td-multi-purpose/less/footer.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/footer.less', 0, 0x3aec1c6a6971f073367adf086b568023, 0x3aec1c6a6971f073367adf086b568023, 0xaee48e1c21c2d7f75ab5bd72d869d076d61fce68f186dafcf89cbe4c3a024eb7, '', 0, '?'),
(0x51b615396e62370d6ea3482f9f3f302c, 'wp-includes/js/dist/private-apis.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/private-apis.min.js', 1, 0x00000000000000000000000000000000, 0x361daf224562277696258ce7542659c2, 0x0ba7748c67d1cc785b512084d7f57e297ef56c7f68b7e0ca252113452ec322fe, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', '/home/abt90iranbet/public_html/wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x3ac69b7b74d8d0595b3ab2fa671a9dc5, 0xa2693e5b74227b445b13c60d3a6755aa8f12876c1ef9740f0f3a502cd070c401, '', 0, '?'),
(0x51b774d300d606cc4d56ae815881c263, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2.php', 0, 0x7aaf1851715eb4ad82720d5a651a2f55, 0x7aaf1851715eb4ad82720d5a651a2f55, 0x0061e667b31ce4ebc3160644d36b636548185aa2d05d9dcdf5004dd7f1f3237e, '', 0, '?'),
(0x51b9833493cf25d0f47ac03e2ac0f149, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 1, 0x00000000000000000000000000000000, 0x7541e0bd384e4f2d73890cf7779ad3c3, 0xf0e2532b622e69438cc4038b1b98258b9179adf8d03dd825f4cb411d0bf74c51, '', 0, '?'),
(0x51bc70345618eb3a1028da61971236c1, 'wp-includes/js/dist/script-modules/interactivity/index.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/index.min.js', 1, 0x00000000000000000000000000000000, 0xb9b0d2f85c70314f27a45ed78db1b656, 0xdd97f3b764ef20184042f916b571161f38a2b68545a7c55a343add2849175864, '', 0, '?'),
(0x51c260b78d409d58547b1bf18f1b6891, 'wp-content/plugins/td-composer/assets/images/sidebar/website_interface/search-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/website_interface/search-icon.png', 0, 0x9835045ad27fa3bf22a713709c8bd240, 0x9835045ad27fa3bf22a713709c8bd240, 0xc66137c5c83df9526345fb92d2ee61715bb03d90d5d37a0e16aaf407415e71bb, '', 0, '?'),
(0x51c2d14ce0c10f0181ece41f1f24ac2b, 'wp-content/updraft/log.9373b97c2d09.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.9373b97c2d09.txt', 0, 0x434feba980e715ac5af5a4262c900716, 0x434feba980e715ac5af5a4262c900716, 0x8b603abce0dca875a2ea63a46863feea518d1be56a2f5068afbc7c0556d10d76, '', 0, '?'),
(0x51c3419200c2e71aabe13335da349d70, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', 1, 0x00000000000000000000000000000000, 0xe3ddc2fe95b2e3994292fd4ef9f37e96, 0x86e757096b3547da41fd2bd953f7715ea34c428afcd4570585c025b676e6b4bd, '', 0, '?'),
(0x51c59d69ebbb8dcd4bd4a13450b734e5, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-pricing.php', 1, 0x00000000000000000000000000000000, 0x32a00dfc115966fb950a4f9a053717fe, 0xd06acbd71a5f54d0698362a08cfe443cfcafef854469b78d549856eeff0516f9, '', 0, '?'),
(0x51ca8b51d66b7c99f571ec65527b9d38, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-social-metadata-previews-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-social-metadata-previews-2340.min.js', 0, 0x27d78fef7e903e5899f5096391c02252, 0x27d78fef7e903e5899f5096391c02252, 0x4508898fc3f482472708474adb4415fa072b9e1f70b60735971b32c478e99d4e, '', 0, '?'),
(0x51cb26f4394ce22c2e463fc9e061f3f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_7.php', 0, 0x1ff6da73bf466bcdf8c5d7149bccacf4, 0x1ff6da73bf466bcdf8c5d7149bccacf4, 0x62554e328ef9481d334916b3b2106d250bf4930016524d40ade62bd2206d39f3, '', 0, '?'),
(0x51cba2b449a29845bb1d801c5a30186b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 1, 0x00000000000000000000000000000000, 0x8e1d4f66e5c8b64c151cb5dc1b9caf63, 0x5185fd2b80dd088256e5ed273fadfb48b61dcac9a6b5135dc4886858d8270a20, '', 0, '?'),
(0x51d1ce250ba8d57dcfd2861338f52fa8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 0, 0x02eec42dd5ec3cd6ef6cca4735c2eb9b, 0x02eec42dd5ec3cd6ef6cca4735c2eb9b, 0x08c37d2c428e6970be2f5d19bd26578b2905d070eebe3b1fed0bef1da52a5882, '', 0, '?'),
(0x51d229d07c897d47e691fd012f57c123, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.po', 0, 0xac0725047beb36ac6d957bbb9b652269, 0xac0725047beb36ac6d957bbb9b652269, 0xa49e0d190059c7577adc2b3efd72a22da390f2269f9d0bd6e682ff428e353588, '', 0, '?'),
(0x51d3572b2fd4584d9705baabd53c9f4c, 'wp-includes/SimplePie/src/Cache/File.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xfcc4708bbd4dcaaa2f5f1c862c4030e8, 0xafe04114823bd6f6c94d17798ec7d44b325724226af1234418fe0f7f38fe23ae, '', 0, '?'),
(0x51d7a131fad8eb755ddcd9d469574136, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-file-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-file-exporter.php', 0, 0xf3d9255a52f634d869333f6094a1e114, 0xf3d9255a52f634d869333f6094a1e114, 0xaf09e9ecf48b02945c0d3329968483d52ba5823b9101173fdf1377a88fc6894e, '', 0, '?'),
(0x51ddd65ba4282d20b6ca530805d872fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_css_generator_demo.php', 0, 0x50fca97ad6d5ff6258a6a68d81f6b866, 0x50fca97ad6d5ff6258a6a68d81f6b866, 0x6b499181105f01f1d314958ef8d17ac266b0b48a11e7d7e64e28b03c5f43c5cb, '', 0, '?'),
(0x51e3bf3a135d27a15f90385b0a943779, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/importer.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/importer.png', 0, 0x9aaa3218e37570a5efa406677bea2109, 0x9aaa3218e37570a5efa406677bea2109, 0x957a74ff683553c93f8b7a2702eae1da4d9274317ad68612d0f38eb5f6eb5c5b, '', 0, '?'),
(0x51f0470cbcd437eeb2efaf32430d9169, 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 1, 0x00000000000000000000000000000000, 0xd2d54f35b9dc23c8169e83d1a0031f8f, 0x9664017394323b7b76a9301110da3128f927b88840c504ce4f932d480dd80c89, '', 0, '?'),
(0x51f5d8f2cb3a215cd7cb62f0c2b40f8e, 'wp-content/plugins/poka-review/admin/css/poka-review-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/css/poka-review-admin.css', 0, 0x5e05eff0d693e2c21ce8e0292851f1e8, 0x5e05eff0d693e2c21ce8e0292851f1e8, 0x4b5a8382f9848307759e6ad7bb65885edec2c15e66107d8b4d3fb3b43b941068, '', 0, '?'),
(0x51f792fd46beac63c32a922cdb232594, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import.php', 0, 0xea67fb03107365d65668a3e8a9170358, 0xea67fb03107365d65668a3e8a9170358, 0x1f4c92ec9581d95f8a06d9c6f3fe41038e0638b1e5bc2845300c3a90dac92959, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x28f174192a168a2d36d1d98005588b84, 0x6d56b564f268d949f719e28882ce6405ad9a93ef544bdf7bf4a57abfa0131ac8, '', 0, '?'),
(0x51fad3292a380e4fbcd4ab343b11a569, 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 1, 0x00000000000000000000000000000000, 0xbf793a1acbcd36510d0c41652799e144, 0x42ff12481806f8c60d24d8c2691d8f01b3059d24d804500764c520cf21d9a739, '', 0, '?'),
(0x51fbba1443260c54d452f3bda95095c0, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php', 0, 0xae5285baa52610cbbfa50d9e7d7af658, 0xae5285baa52610cbbfa50d9e7d7af658, 0x7ef397357de9b382e6c7d6cb6eb717adb634d90a266a0f3c6d29d0d6453ec3d3, '', 0, '?'),
(0x51fc2a5d59a4d1ee14ef8145361da3ce, 'wp-includes/Requests/src/Transport/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport/error_log', 0, 0x43b13c84d4c84a4fa6cf63126bbf05f1, 0x43b13c84d4c84a4fa6cf63126bbf05f1, 0xc18abdab7cb1f625f2c59e35e7625240c516f4e6479536eb88b1ac964c19d4fc, '', 0, '?'),
(0x51fd0f99d9a4d988cb6cc955df7ad5a0, 'wp-content/plugins/wps-hide-login/classes/singleton.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/classes/singleton.php', 1, 0x00000000000000000000000000000000, 0x2a6c670bf445c5dc12127acdab6112d5, 0x69aa6c547d120bc439b02ce34270ba00c0aef3fa05d885ad9d4061781e470049, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', '/home/abt90iranbet/public_html/wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0xa325e25876349dd90af69006819b6cd4, 0x9247f5c47d50f8a238a48296a50516777f43dd6a49c8804f4bc3ae587e9aa433, '', 0, '?'),
(0x5200c7d9037bc006b85b46168fd77797, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_6.php', 0, 0x2109586bfcb9b4a9bc279903c9b69d8f, 0x2109586bfcb9b4a9bc279903c9b69d8f, 0x15abc8e4d0e68458558cec7b6b980169f4d9022cf1e643e326223c719ea75314, '', 0, '?'),
(0x520325b007f521eb6da0aa1a23c1aafd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_5.php', 0, 0x6c78fa28d91c334b8655c059bef2ca7d, 0x6c78fa28d91c334b8655c059bef2ca7d, 0x97c037189ee0c96aceccde2f504d1d89a1af4a19bc84bc4cb88a9e82ee3f9ec7, '', 0, '?'),
(0x5203dbf860ec7dfcbd93fba07cf69524, 'wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php', 1, 0x00000000000000000000000000000000, 0x1bc09e8a072a0811b9e1356c4183268e, 0x9cfe070892a8a5d0cd7a6525125db38a1bf57fb0277a1c042e5e749c0e83790d, '', 0, '?'),
(0x520463cc861f9eab0c812cf60a450537, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', 1, 0x00000000000000000000000000000000, 0xcb601afa24944251d4a13b1f7e121043, 0x9b62efa490b2b456f16f71755d0a327bc180beb79034f58a34c1facbae317e63, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style.min.css', 1, 0x00000000000000000000000000000000, 0xb08d87ae12beacacc608fb87d7a66127, 0x53123f1c7aeb296764302a4a26c8f728a7616f2ff12d13eb0149619256b23edd, '', 0, '?'),
(0x52091017718b72d89e58d0b5c43548f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1_no_content.php', 0, 0x2c87c3039bb7711af7a4f1e1b450de1d, 0x2c87c3039bb7711af7a4f1e1b450de1d, 0xfbf06014c252de2ebd30b951c95efe7ee9bf42a59c998e562522937fe01600e9, '', 0, '?'),
(0x520be050b9635a959390e0b104e3628c, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php', 1, 0x00000000000000000000000000000000, 0x7af4b8109e948a4af6a7f40e1fe6df69, 0x0793e47bfebedd5dbf7bfb90869dea601d93cdc8c1e16ad1d311f86ed8a7312a, '', 0, '?'),
(0x520c50bd3f0de69563d67e7ba717fe51, 'wp-content/plugins/td-composer/includes/shortcodes/vc_row.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php', 0, 0x49561cd65f554cd357166836ae9ac3f4, 0x49561cd65f554cd357166836ae9ac3f4, 0x8f89f2e93a70c2e4f33acc5f4f04f2d0ad168f2e37ee4e30078e4c8e1aceedda, '', 0, '?'),
(0x5213e4638748bf1caafc496dd366d2d4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', 1, 0x00000000000000000000000000000000, 0x3ba165e56e2e061cf3c21b714a28eeac, 0x436ab0fb51364f6857eee2793deea98f44cee0756d73f6c20c0b8e1fae9adc8a, '', 0, '?'),
(0x5220167b14b58bc670f4482abfd01d00, 'wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x60338b32acf8f8a92e5c7e43e5dec5e7, 0x7e9f3b07111fc2cd9cd63eb0c1fc10f90a8601bc497756495f83ffeae7f09fa8, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', '/home/abt90iranbet/public_html/wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x6872c2a592d6c7eacd104de64c77f385, 0xc6bbf977f1ac17cc86ed3e7243e6df0302f468b92e0cd7ec153a6c0e15f1f41b, '', 0, '?'),
(0x5236289337265648356c2514be9ceb5a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-subscription.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-subscription.php', 1, 0x00000000000000000000000000000000, 0x1e809e6c59323606692699a19368e02a, 0x8207a860af02dda2b8906adff08b14ab0a51318c0b832d553471e577180ac713, '', 0, '?'),
(0x523879edd0f8d29ee7b684ef0faaff13, 'wp-includes/css/dist/block-editor/content-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content-rtl.css', 1, 0x00000000000000000000000000000000, 0x68d540f58639583ac28781cd63e46130, 0x1ac9339956ec3384b6d28e1945f503b0a52b4e58fb93b7838429a8ac493a99f7, '', 0, '?'),
(0x52416bc2c723c1cf3aee7714f2799f52, 'wp-content/plugins/td-composer/td-multi-purpose/images/pagebuilder/tdc-icons.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/pagebuilder/tdc-icons.png', 0, 0x810df826b65c91231194e7b4943bfff7, 0x810df826b65c91231194e7b4943bfff7, 0x5b18544eba409861cd98f4d26dc65d35fc652b31dd41f67ac10812811e0f032f, '', 0, '?'),
(0x524269730e5ad31e342c15bdcd733a8b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', 1, 0x00000000000000000000000000000000, 0x1659b0756728661517810438475999bc, 0x0627d02c6863188a447ce92d3516dc0293ce217d8fed318cb16d60957c2205a3, '', 0, '?'),
(0x52442789c5a31e3c2ae0c1648cb6d913, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1_no_content.php', 0, 0xff003a4486599c83cdad93396904eb61, 0xff003a4486599c83cdad93396904eb61, 0x57870b82179322eb4c034bde1a2d8fd159418a2d31bf740c95e7f1e5424bf040, '', 0, '?'),
(0x5245fe4cf26f1906f859b117a2490048, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 0, 0x1af8ec25074feb61fd81bc4d81d857aa, 0x1af8ec25074feb61fd81bc4d81d857aa, 0xb37d717b37da66348c79ae7d7017dc45bd9872d1ee9c50c743a56d550a8746ea, '', 0, '?'),
(0x524625e93055c185870191db4269bf05, 'wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php', 1, 0x00000000000000000000000000000000, 0xc5d719526dc3ffa218cbe70c339df706, 0x3f583105a758f2557e1ec5db9edc261b63c9aaa8b8114d01283529af56d86415, '', 0, '?'),
(0x524be08f42409b3cdb0ad8b291ed9fd4, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.css', 0, 0xcd6aaf9e29ebcb8c9c84cfe4a291aba2, 0xcd6aaf9e29ebcb8c9c84cfe4a291aba2, 0xc0edefa06351fe05a5982669395cc13c001db0dc4502656977cb8548bcf3c6e2, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x34ae3eb841c550bf50d97534c484de07, 0x91b0a7bac476fd35e190aa6dd194222df291b22a7e60d16051673146c002d12f, '', 0, '?'),
(0x5256c360fe84dd32bd20461e791d25f1, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php', 1, 0x00000000000000000000000000000000, 0x15440461d5d479b0d8c079ff010a5918, 0xc778f242ca304685af65b1b7a385668c12a483ba28cc89030367daf4d975b9d1, '', 0, '?'),
(0x525b16357eb61d6c16e799669bd3ea89, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', 1, 0x00000000000000000000000000000000, 0xb64e448057cae7f378ff8546597dbad1, 0x0dedbc0552be6936ee56cec116c0a94010e3ac8da2967433d7ce09303d6785f0, '', 0, '?'),
(0x52687aabb0c90725827321d387561e64, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 1, 0x00000000000000000000000000000000, 0x93362ea11fa51d56e768e78c9cb8f52f, 0x44eead6f467cd038e329f5ed21bfee513e70386b7ec132fe7b6f595cc8687355, '', 0, '?'),
(0x5269c0d36a3bf19b8b6ca9c85971bfb0, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-8.png', 0, 0x9b08373e09f08cb33d3fd4760c1c5451, 0x9b08373e09f08cb33d3fd4760c1c5451, 0xb99ff12f3653a1f83e6b55c2030b1a8d545f00c7ca3e76749bda2ee37301cb8a, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xc6eecc17300d4a6058e7bd2238be6279, 0x6f4869a9bf59834e3309033eadc5f7f4dd5f94d5f6059cbe4a8c2caeb796535e, '', 0, '?'),
(0x526b348b74863ce010fa02428374d027, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php', 0, 0xeb45c17f085092a543653e463574605c, 0xeb45c17f085092a543653e463574605c, 0x21887f0f0e1fad7e6bcfd21680af303cf1aedf3ce8ad812c5f40acf00a0778aa, '', 0, '?'),
(0x5275252f480cf717fea8817f9442d3f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1_no_content.php', 0, 0xf9d723cf9f0684d7db586a9e790b3145, 0xf9d723cf9f0684d7db586a9e790b3145, 0x984b6f867cfe5be033f59fe825b5af1e065d508e66694429b379e3f91b26804c, '', 0, '?'),
(0x527810e899683d8b452c04ab6e15dffc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', 1, 0x00000000000000000000000000000000, 0xf57c48c993694d56b6791824e60d00a6, 0x2fbe7ff2a72cc77567a390aae99a6aa36b22283473ae576f28645541680fcbc6, '', 0, '?'),
(0x527845e79ef85e46b592d5c11123a9d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_panel_settings.txt', 0, 0x509dbe6eec6a38b600e043ee816b813b, 0x509dbe6eec6a38b600e043ee816b813b, 0x6371620908d4e337ba50b609b81d7a16a3389c5f964d3b500e51b0ed2d090de3, '', 0, '?'),
(0x527f7698133bed7ba3dbdb65d2cd892d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', 0, 0x6b4e8d632aacc926a5c762ffd48f3946, 0x6b4e8d632aacc926a5c762ffd48f3946, 0x530623498286c7131aee31988b84afbc9becfc864d58a9faf1b402025f66b75e, '', 0, '?'),
(0x527fdde94c8dd437f4a37d4209063f99, 'wp-content/languages/fa_IR-60d06fac6f98e8e8f0ec5a945738b660.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-60d06fac6f98e8e8f0ec5a945738b660.json', 0, 0x5d8c72489fa310520b6c0e37c3dade67, 0x5d8c72489fa310520b6c0e37c3dade67, 0x0e48a67ac709ad958c650e52e8726a262e76cbf0aebaef41c8f1a5e5de9794b3, '', 0, '?'),
(0x5285b46a260478e7e485dc49c32458b5, 'wp-content/updraft/backup_2025-09-09-0336___90_90e738b618c2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-09-0336___90_90e738b618c2-db.gz', 0, 0x300c7bbb9cf42e1517ea110422f842a7, 0x300c7bbb9cf42e1517ea110422f842a7, 0x5b414dc84aa7f2c2ec1481103edf9f1fff2398ee8b95f5b799d326e65426166b, '', 0, '?'),
(0x528c2ead645c9ec83d1a165e6db0a771, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import_no_content.php', 0, 0xb39c477ca0a8a9c9263fdc7186d7e870, 0xb39c477ca0a8a9c9263fdc7186d7e870, 0xbe85d5ff047d012beee71c33df9f86fad4af57a447de05ed72f14cae7a25d9a5, '', 0, '?'),
(0x528e12255c2eb1dcfffa6c8c9934bc95, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_5.php', 0, 0xcaa90e69435946cb48c4ca31927e6a77, 0xcaa90e69435946cb48c4ca31927e6a77, 0x905fc34dc72ce3e15077ae9849e400aa5383700336676a814c3d34a7764b30a6, '', 0, '?'),
(0x528e7f552fee266a0b6856507c28ce60, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-id_ID.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-id_ID.json', 0, 0xf804717e54e032307c22fe3b5c4cef27, 0xf804717e54e032307c22fe3b5c4cef27, 0x29dd30606afc6813eabe53b55ae6712815842289964b8c1eb3add68d1365a628, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x528ee9c4a29541f659481117a6d306d8, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x505f3a2971d80715a8601f7bb8139023, 0x86a2a8c0b0bca6f208ea02e169ff624e29d69151139529532337f9898204b82e, '', 0, '?'),
(0x528f001b62df16c0370b279ad4701977, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', 1, 0x00000000000000000000000000000000, 0xac572ece00208a6bf9fc3bf4d44c435f, 0xcd1c8eaa31a1699c67665cf6bc3af0767b689d55ee6c7172e3011fe0e284897e, '', 0, '?'),
(0x529362903a5a05b34b06b5e793fb4cf8, 'wp-admin/js/application-passwords.js', '/home/abt90iranbet/public_html/wp-admin/js/application-passwords.js', 1, 0x00000000000000000000000000000000, 0x42c0223570430035be9f1bb8503bec2e, 0x0906bb3e57cc9e36baf510b236e7c0a5f67d7b150bb346ca2b2ab04357568c4a, '', 0, '?'),
(0x529394b4e01c713855e9c07b00c5f418, 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x495c391f71500d1c7521dd731410d044, 0xecd8c4132d077268431fdc2ab08eb3a83fafd3a86f203ac387a20f6fb0ff03f0, '', 0, '?'),
(0x5294b24194c9c6483d80d357c33ee561, 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 1, 0x00000000000000000000000000000000, 0x0e7187f630004e869ccd4409dd46aa13, 0xb9536cfea76641d710204fbf0b0609ec777c113d4542cd90eb4466b2ad910471, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', '/home/abt90iranbet/public_html/wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0xb59524aab0a9f56e1edcd534487bbfb3, 0x0b2d2a7ae86eb744c12c22611d48e74bb348a772deb17e1a79eaf41a06dc25e9, '', 0, '?'),
(0x5296c69a06b295d81ef82e5de0ee6942, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', '/home/abt90iranbet/public_html/wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x7850a48eaa9991a7beb35540b07e83c6, 0x7a3bc9771ef59982dea74f8fc04ebc7049ffeb87b27c46deb0a75f77e0e54162, '', 0, '?'),
(0x529c14e4eee632de1b4526c9fd1ae4fd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 0, 0xb311c417b3f64d396190e2279bc9ccf0, 0xb311c417b3f64d396190e2279bc9ccf0, 0x80623cc5e6a7d877f6ed3a0524b7fe741d2fd7bcd1d815b8aee9b3f8bb400a5f, '', 0, '?'),
(0x529e6508dfedf31894546a4cfe6b1991, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/panel.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/panel.png', 1, 0x00000000000000000000000000000000, 0xda0c78557c115fbaa796b1fa63629036, 0xa6c81048ab06447dc2b4cdb2c1c604ea38b9c72d3587799e4453af28650c3908, '', 0, '?'),
(0x52a4b540c04c483c7290dbe91e981ed0, 'wp-content/updraft/plugins-old/updraftplus/images/updraft_central_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_central_logo.png', 0, 0xf1190f20d6fc283f4f374964d6eddf20, 0xf1190f20d6fc283f4f374964d6eddf20, 0x02004b27551b56a55c944cf326f2f04b8d1e55bd358c85a65252150270ed0412, '', 0, '?'),
(0x52aa7dbd03d1ffb4c0fd7bbefdc9e547, 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-2.php', 0, 0x73fcf1f408192054272864a0ba1c5bef, 0x73fcf1f408192054272864a0ba1c5bef, 0x52b34c94c6fdcb45fba8754efc172c16d460f304ae1800737fa37c14013cffe3, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', '/home/abt90iranbet/public_html/wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0xddadf317c137fe876c4e1c9e6ad8f702, 0x9c516845d2fde96cf0ca70f64d433944ce9023ca6647e8cdf5edc824d0a52c09, '', 0, '?'),
(0x52b10b24d9ce3fa21d5c4257f009dacc, 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x090053bd0c4a6709d2472d07cf36cfad, 0x73733edb50edd9f8ec82ace788d3b62a33b78a8286d4e4c61a6c6e5b95d622ee, '', 0, '?'),
(0x52b1413377f64b97c5a104bb559d197f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/services-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/services-3-col.php', 0, 0x6aa2054ba7aee45a4aa0050a45f92cd5, 0x6aa2054ba7aee45a4aa0050a45f92cd5, 0x06f02cb84dba3d6d20fec35bf4e4b7ac79ff3e7e4d4a01fb9465e22db4d6447c, '', 0, '?'),
(0x52b7dbd5d21ed5c369b8cd249ee9236b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x12d6d07772d3f8653ad4d9e333a4922e, 0x328215364d0f8efbdc2ce8daed4074ccfb293e7d5b627e494822bc6f490090d6, '', 0, '?'),
(0x52c13c490f726958878592f41b3ef4ea, 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox.php', 1, 0x00000000000000000000000000000000, 0x33311fea906cfa9e120755505a86a9d3, 0x6947be383580b4d25a0f66732fc9d23fb9372923373c1efbbd7051622012405f, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', '/home/abt90iranbet/public_html/wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0x6a1c7f6cf52c10b590662ecf566885c8, 0x8c971ad4820938a702d59c67045cb0f697934953bd80aacbf4e382b036a591d6, '', 0, '?'),
(0x52c7dd736957c7ccd70c865be925d9f3, 'wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x5e23c02ba37b110bcfd7368080373536, 0x555bb2c7a5e5109f29527f3c02b479cef371f9fb10cce7ee013e99186b8171ee, '', 0, '?'),
(0x52cac8dcb06f154cc9387e5cca6c4352, 'wp-includes/blocks/audio/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc27a85198d9323d940cf9be1e4e10076, 0xcdb28ae2d7434fc2cd52cc8ba93c6c25c26e17f392131aa50b5315043e90f82a, '', 0, '?'),
(0x52cb0b2d585070d3af161e4ef40c5fe5, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', 0, 0x5efeabc3ef78939e450aefb4d088ea7e, 0x5efeabc3ef78939e450aefb4d088ea7e, 0xb9586b6488cd92aace3405fd8607e61e1840439e83b7aa083de4cb3d956e99b2, '', 0, '?'),
(0x52cc1798a255d74334a23cab8813d004, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_8.php', 0, 0xe095e510a94da39db1442989fb9721a1, 0xe095e510a94da39db1442989fb9721a1, 0x1c9164158a9ee9e11d3f67a20b68a37d264a4b57cb02df168e99f76e19b06e91, '', 0, '?'),
(0x52d47cc02e69e80ebdf7b2501e86ab11, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php', 1, 0x00000000000000000000000000000000, 0x51ea3a8e8a50bc275128f601ccb7399e, 0x45f75570ccf4dc4047ecbb69fb4c7703cebeb75d5d350438d20ba2557f9121e4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x52d4aa95e46fd0ea6c847bf8658e5b4b, 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2.php', 0, 0x96ce15d10e70ce71ea774324417549cd, 0x96ce15d10e70ce71ea774324417549cd, 0xa3678aa7e5d8f1fd74ac20a10c988f567fe2d2a73afb8d2172ea0599562bcd7c, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0xdef41186626f14d7661c4fd5b39d4b8f, 0xf46a630af379c43b7e1d3bd8335248ac337a3455f0070ba1b2b26889fb7f1b47, '', 0, '?'),
(0x52e68f34d68b073f469022e291ab2f38, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_3.php', 0, 0x4746c63a02e8a068cb709170c09b4e0d, 0x4746c63a02e8a068cb709170c09b4e0d, 0x4eeb2d2879f1f7ed91f3984c743e1b4c12932d4d31fa0995fc95e41af3ccfeab, '', 0, '?'),
(0x52e8d747358eadb2b58d746fd601246f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 1, 0x00000000000000000000000000000000, 0x1a5c95bf330d66184b146374adb94cda, 0x6cef39582e80be8828fd82c0a09bd167a1dfc20b5afeba534a3a1f03288b0f2a, '', 0, '?'),
(0x52e989aeca08e2fcbca1d3521acd7b54, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md', 1, 0x00000000000000000000000000000000, 0x03e947016ec315b3a4668ae1ceef0bf8, 0x4bae2499344b33e89caa4415826552e7eb75be28f2f32e6663b6101c2d714c30, '', 0, '?'),
(0x52ec211f1143a077ae1f0d5a10b4165d, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/standard-pack.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/standard-pack.jpg', 0, 0x2948f524f77f2c814e79039d1f597962, 0x2948f524f77f2c814e79039d1f597962, 0x97d92a984c2e9cf40c529091569f40e36eb435cbfba4e8e9a8b64c56d09363f6, '', 0, '?'),
(0x52f2b5ede7032c784408e2d82f506bf4, 'wp-content/plugins/kk-star-ratings/freemius/templates/api-connectivity-message-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/api-connectivity-message-js.php', 1, 0x00000000000000000000000000000000, 0x0198a8f32e2014d6b226d98ec23ceebc, 0x715f9f6881591c3ab1fdee307d1f8d312c84ce51a098a16f89d36cbb20569dc3, '', 0, '?'),
(0x52fb4b82bac1311dbc5a11ed26b041fd, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 1, 0x00000000000000000000000000000000, 0x84309c875fef96b4e773373d49e6c79a, 0xa0795e249190e94a0e9ab2817ae7a57a1431c821030b78831ab983e6f010f186, '', 0, '?'),
(0x52fb9e08fe1e1059402cac02e62b5058, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_3.php', 0, 0xb28e9bfd6fa9f9e916faf7cf177abd87, 0xb28e9bfd6fa9f9e916faf7cf177abd87, 0x3d8f6b319b958f00d1068bc1d5a6db90ed498f21a02240c21f13ac61fb5425f6, '', 0, '?'),
(0x52fc43847c02adb8fb1bf49eea5c2c6e, 'wp-content/updraft/backup_2025-04-09-0344___90_23463da78f83-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-09-0344___90_23463da78f83-db.gz', 0, 0xaa5fbeb8b4615d9927e683e1a2ba694f, 0xaa5fbeb8b4615d9927e683e1a2ba694f, 0x393586bab3a9b1260db3a96cab127e0aef68a11337e09a66c1fef26cedda4d4c, '', 0, '?'),
(0x53033faf641eec7853939517e0d98e40, 'wp-includes/blocks/query-pagination/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor.css', 1, 0x00000000000000000000000000000000, 0x3f6b2e9b1c8eefd7b6e12ad7a0ac20df, 0x1dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d95, '', 0, '?'),
(0x530a82d2564345f0030e2e8f2b7b8c22, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-navigation.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-navigation.php', 0, 0x56d8843d920a830fe298c42decc86d60, 0x56d8843d920a830fe298c42decc86d60, 0x7ac6cc1a20870fe26165caeaa70c5b20fcb45bb916f7c0662b01d654f79c1854, '', 0, '?'),
(0x530b254de491b1e06abb372b50414b8c, 'wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php', 1, 0x00000000000000000000000000000000, 0xc171a42e372ca20580b27b56cd8b6251, 0x29589636aae831af1ab132db11b8cdb45563afc37b9fcfb1c9e777cf403f8654, '', 0, '?'),
(0x530bbc0534605a01fa381af4024d6900, 'wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png', 1, 0x00000000000000000000000000000000, 0xb96b35f79cf720e6e62fc6686cb1e12a, 0x7903cb1bd301b4acb4b1c86aacf2d82fdbec3989c940170008c296a6c9c46889, '', 0, '?'),
(0x530ded556bf97e46b6a591622b7303e8, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0xcc226142fd5d390d030b39c61cf97843, 0x6eaab35979cc18912200f78106b490ff0a64232e656735fa36c4645ca4cb3e5e, '', 0, '?'),
(0x5313731fefea0d5d3219b2694f220cc0, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php', 0, 0xf9758772dafb7e73babe4dc46b5a3a30, 0xf9758772dafb7e73babe4dc46b5a3a30, 0x09ce0daba06e30124598241f8a67a1b9455b85baf9280fced290e0dd16be26bf, '', 0, '?'),
(0x53150729da1dc16e2655ba304cbaf400, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php', 0, 0xba358006dfff90bb87b3df85f4245aff, 0xba358006dfff90bb87b3df85f4245aff, 0xd2734d3690d8a56a0858400756dc3f85605eabd4ae61c0077dd5ae276e2e4b41, '', 0, '?'),
(0x531756663daa315f4d779e723e224a0a, 'wp-includes/blocks/comments-pagination/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcd98e27280c2f04ccea1758f9a0e74fa, 0xd07fd6ed11080dd5716a2704f371ea43f331b845d30991d2a3a728702d95f0b5, '', 0, '?'),
(0x532137f2592a651d34e34afe8905d053, 'wp-includes/blocks/comment-template/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c6ff228a16d73a8fa5a4d18551edf7d, 0xfc935ba10002fe9c13bcf1c695b16848b31b8e9223106113b8428d4401734fc1, '', 0, '?'),
(0x5321776e4e374da029cf6d7f5d13a165, 'wp-content/plugins/updraftplus/images/icons/folder.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/folder.png', 1, 0x00000000000000000000000000000000, 0x68009a21c654b53c1a41b1eade5e0630, 0x13c9f4f033af881f51fb410ea07228f28d7db86ce897aa9cc336227c6cfa4c40, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', '/home/abt90iranbet/public_html/wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x8c0498e2f1f7a684a8d2a3feb934b64b, 0x1e7add5c9b3ac68eac165b3464607d147b3b8210d195c16678984cd4a9f23d05, '', 0, '?'),
(0x532ec2bd571d320bb197a4382bcbc678, 'wp-content/plugins/kk-star-ratings/freemius/templates/connect/permission.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect/permission.php', 1, 0x00000000000000000000000000000000, 0x3e9bbcd3f6c25267b3797cf22fd6041d, 0x62b92aaa6d50370f827512bfc85b294793448a031299ed67c8bb84b9026aa6db, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xecc3d4a65fcdf3c7fe67ff9d726d2daa, 0xa34f42d0c42096ae78f775804ef3b442bddcc33e71395a78ec9c9ad3768594a1, '', 0, '?'),
(0x533501c3417639bf7744136d08520f1d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 0, 0x86af5b5166fff87b89c24214cb399841, 0x86af5b5166fff87b89c24214cb399841, 0x50971655ad6ed95b253d9ae2e5a07fa50f5f94f0f5efb3068723ef13755fdcc1, '', 0, '?'),
(0x533550eb16794cbfd7561ee4d09b5135, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/table/plugin.js', 1, 0x00000000000000000000000000000000, 0xf259b57cdd1a1663e6e7979f836210c0, 0x2aa4f251445e6461b48d961c630cf61fd16e06d384e31b335e66a5a8023d6eb9, '', 0, '?'),
(0x53438624d130e91ac301c39148ed17bb, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php', 0, 0x6a42e9e27ac447193d1a431c9055c70e, 0x6a42e9e27ac447193d1a431c9055c70e, 0xaed6c3a82bf5f7404859a7ac3d27253be76822ad494034c78e347c0f8fd59849, '', 0, '?'),
(0x534e06d8e1cbe6c4bcb0aa3d12468ed5, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js', 0, 0xeb8e96eff35ab79a3b0a9b4a7804b225, 0xeb8e96eff35ab79a3b0a9b4a7804b225, 0x242c2793bc4aff42767ce194efe96640bf9c25de1ff45b1ffbe474d38989cec2, '', 0, '?'),
(0x534ed20f677c7a694ae9c78c96da141a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', 1, 0x00000000000000000000000000000000, 0x5fc06d29f54a283e90a778a86ef2c7fb, 0x0641134b0952ff6bf8289bbc704d0a2459830f54201d1430f781367f11b44ed9, '', 0, '?'),
(0x534f01da452b00e67b8ec6436b01e163, 'wp-content/updraft/backup_2025-05-07-0329___90_88ad7b9a4d25-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-07-0329___90_88ad7b9a4d25-db.gz', 0, 0xdf3be09f54c6b5401087d8802f426253, 0xdf3be09f54c6b5401087d8802f426253, 0xef767ac4edefc0d06cbf1830bcdc36f6ce1870abfa31d63001d985082470c2f8, '', 0, '?'),
(0x53544cb8ed46795ecc9aa99ef1841f89, 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css', 0, 0x792b455c4f5458d3cd5bcbc67d9b23f0, 0x792b455c4f5458d3cd5bcbc67d9b23f0, 0xa95789dada06bcce8e3544a73eba034f913ebd6a412c34063666de93c0c2e2e7, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', '/home/abt90iranbet/public_html/wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0x535b3e4982cce3da460d66917a26518b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_5.php', 0, 0x02afe868baebf5fb7e94f89828f93f29, 0x02afe868baebf5fb7e94f89828f93f29, 0x5297bf235e7437b826cb18a80dbae1c3fd3046afcddc08ebdae1ffc36fe8377e, '', 0, '?'),
(0x535b4d91969caf021088c6f21d46b8b2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_6.php', 0, 0x4954acf3178b40bbd691c24d65d8db11, 0x4954acf3178b40bbd691c24d65d8db11, 0x0a2d9319aba8fcde96b6747b21188044eb625f65d8f7fe7704f64055bb90186f, '', 0, '?'),
(0x536591fc8f318c0c82c304c13ff664fb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x9f4c15cc12e4a986f4054390fae8c427, 0x18752ce20292de074a21a30a12f508525a3bc5e89be3e9d5400d2dca26f1a4d1, '', 0, '?'),
(0x5366f28839b72e5531c7df728fc6fab1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_4.php', 0, 0x45cb0c1fc211bbad3418974081dfb55d, 0x45cb0c1fc211bbad3418974081dfb55d, 0x818c30d37d473c40b7e9743a0ed32b18a676ba07ecd15609fe427108412472a6, '', 0, '?'),
(0x536ae17e369b907ba8809cc182085813, 'wp-admin/css/colors/modern/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x3dc8af626e15646297d195ebc035a82f, 0x0e50b7c89a7c52423bb53837281d16cb0c9e2adb84d1acef09b55150c9991c89, '', 0, '?'),
(0x53749c248c4bca596221a5124e82780d, 'wp-content/themes/twentytwentythree/style.css', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/style.css', 1, 0x00000000000000000000000000000000, 0x74cc97a3ff875654c82cb7a2b25cd4b5, 0xa81b0f0af0c17619424669205b50e7db2f2203cbca65d9033e8a2fc537ed5d2e, '', 0, '?'),
(0x53783317bd15696772295e469148d3e6, 'wp-content/plugins/elementor/modules/apps/admin-apps-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/admin-apps-page.php', 1, 0x00000000000000000000000000000000, 0xef18ef1d2aaf68b5227184314551f9b0, 0x3a3ecd4a3f00f1177a953e14db8758dfbb1aabab588980c653373bdd4126eaa5, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', '/home/abt90iranbet/public_html/wp-includes/blocks/calendar.php', 1, 0x00000000000000000000000000000000, 0xc1b3d361a2642847a6aecbdaa7522ad7, 0xe972bb92736f11ba3fc02b1bad85764cb6bdc241e854c76bd1ae3cd88dbcb3ff, '', 0, '?'),
(0x537b5c70f6407246eced17b83c04aa3e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php', 0, 0x164395519aa6e540a088b792f38605cd, 0x164395519aa6e540a088b792f38605cd, 0x7cdb89eab66a246f61ca46453c3be83c1725f8e3465dcb3133f14554e796b740, '', 0, '?'),
(0x5380015132bb6a2b959776a8077b05e8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_3.php', 0, 0x1097c4133872fe4a64305c6f79a2b618, 0x1097c4133872fe4a64305c6f79a2b618, 0xdf076a508fa4f20d94627a8240bf95ac95174e23275c1c9c17bd405bd6e8ee1e, '', 0, '?'),
(0x53819303b57e06a339e5e744f202323c, 'wp-content/plugins/amp/assets/images/amp-alert.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-alert.svg', 1, 0x00000000000000000000000000000000, 0x229fe488c2b8d65d5839cb7779ee255e, 0x81fe70d2b3c3639ccc1c39655c3b20db6ef326ddf0e1c5e384b830e000f49d60, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, 0x00000000000000000000000000000000, 0x51c20ffd8da4fe212008e9d63419c031, 0x25c679e58c0dde8e425f8a3c76c2fe1ffbc4fcf4645dd54040d32c3c814c2fad, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', '/home/abt90iranbet/public_html/wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0xdf419beba24aa233995e21f8404478cb, 0x027705ec16d8cbdf73b96e8238b6eb92e860f91577f1faf1c906ede7dc69df02, '', 0, '?'),
(0x538b1853af3408f8730c61184b101362, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php', 0, 0x8efa613d61f5c2ebdcac49fd29e80cf7, 0x8efa613d61f5c2ebdcac49fd29e80cf7, 0x89be4ef3212590e3c4828bb63c7c07289c1c4c2f9dd4b51531ccffbf62910be6, '', 0, '?'),
(0x53938c6cac2b13647bf5001425ca4cdc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x27b89eeb0e9e7da37f6f0e1d54ea050a, 0xec09d3c6a04e88297d359fe9812a1d506fe3aadc601c7554d8dab9b16f0b164d, '', 0, '?'),
(0x53961fdbde973b3a142b378697044028, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x160.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x160.png', 0, 0xa8d056d91ad24503ee887bfdc83c7c3d, 0xa8d056d91ad24503ee887bfdc83c7c3d, 0xfb97fdfb82fa729712b34016a0d3ead881431698f97784e3d145c0bd615b9f35, '', 0, '?'),
(0x539eeba3b6dea3376ca022e01761497b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 0, 0x13cab04cce406a1b0afcfea86ef7031c, 0x13cab04cce406a1b0afcfea86ef7031c, 0xb5cf62139da9ea01dcfdc6a603dabe75f34e0632c09247b0755774955745e7d0, '', 0, '?'),
(0x539f3fdea71eadc34c64e40fe1ea49c4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', 0, 0xc580deb79a92f6762c5a33846bfb4344, 0xc580deb79a92f6762c5a33846bfb4344, 0xc29e674ff6ef9512443ec10e2b04e44d07145514cf05da0cf3be8041fd78ed97, '', 0, '?'),
(0x539fe5a9ce3fd4afa303bb9996b67617, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', 0, 0xd9d328be255baed7897327bae672db06, 0xd9d328be255baed7897327bae672db06, 0xb93fdf5cf4ec0f3670ec89f46675bb8accd04555339dd0244acbc212a8e57750, '', 0, '?'),
(0x53a50bb474e720f0c64ae839a9fd8647, 'wp-includes/css/dist/block-directory/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style.min.css', 1, 0x00000000000000000000000000000000, 0x61860aeb788423a4be933ea3c8a79464, 0x455e90dd8b858ae634826051f1d1d7dea7d66f01780b7eda98ccc3af336d9f2e, '', 0, '?'),
(0x53a524168fb799ca0d6dce47d3aae1cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', 1, 0x00000000000000000000000000000000, 0x1218f44da5a9e1ae8d78507775ebbaa9, 0x2d7f93f0ce66914c9ef319cb704442576864c646d8f3570c1e9928b39f507626, '', 0, '?'),
(0x53a69f8cf1c0b22b2bb9c9fed11c2979, 'wp-content/plugins/updraftplus/images/icons/pcloud.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/pcloud.png', 1, 0x00000000000000000000000000000000, 0x623006cb200b31ef9a82f94272ee3480, 0x81797e189deaa9eb4f7e9ebbc0a360e450e83e646d837ae6500365216236b4d7, '', 0, '?'),
(0x53a9e1ea0560d58c171f62de5c47d879, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_8.php', 0, 0x51361874123d25e94e84b36407f8d30f, 0x51361874123d25e94e84b36407f8d30f, 0x85f46411ba5899cac6ef238c1f9fedc6df8869366073b902a5d2567933d70b17, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x53add11560325a77dac8f9c49c88fa45, 'wp-content/plugins/updraftplus/images/notices/sale_20_24.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/sale_20_24.png', 1, 0x00000000000000000000000000000000, 0x810e535e542391f66ae78186e25c0c89, 0xbc1f2e54297916a3d9612c73afdddae58095585beae913bc877359b15a769f7f, '', 0, '?'),
(0x53b6aafb3fe3ef8dabf59e1bc0686be0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/demo_style.css', 0, 0x9203c7cd03bff4ef558166ac8d0816e8, 0x9203c7cd03bff4ef558166ac8d0816e8, 0x9e17a431e90048a5947f354c0a714365ef179fc18343aa60d9af95c75314accc, '', 0, '?'),
(0x53b8f715fd062ad62bdf4a90fd2da9cd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', 1, 0x00000000000000000000000000000000, 0xcb513d8208bbb2a62ce05dbf36260004, 0x424c7c250c1ca92abe26b9afeb56cacb6d2af923a8bedbd79af45db23d34a007, '', 0, '?'),
(0x53bfb0e1ea42f0a3da777be3fb4e5f3e, 'wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', 1, 0x00000000000000000000000000000000, 0xc919c6f1fe88ff06cf0697323d352798, 0xd497df264905d9be96e5198fc8a10087e8dc098a0cb35015ad9661215c6337e4, '', 0, '?'),
(0x53c0ed6d33b0caeb12e0cb2fccd29e30, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-feature-grid-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-feature-grid-3-col.php', 0, 0xa7a06623720291fbcd5dc15b0d7cbf94, 0xa7a06623720291fbcd5dc15b0d7cbf94, 0xc63382400e1d0289515d81a239d05c97ebce2062c41d64a92e9dd07997c98218, '', 0, '?'),
(0x53ceeaaf8d69fd4f684276220560a7f6, 'wp-content/plugins/shortcodes-ultimate/includes/functions-galleries.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-galleries.php', 1, 0x00000000000000000000000000000000, 0x1e3e54336b1ca2f9566add02ec8d7082, 0xce4ebe44429af0242640db770a90c6b0e0a966b56f593bf2402b3058090c6bd1, '', 0, '?'),
(0x53d3e4d0a5efdff557a0b26351712b37, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php', 1, 0x00000000000000000000000000000000, 0x490e2830a9c3ca9a68933422b158b2f8, 0xd0c66fcf749d7e40033ac5ecce82e8dea557cede619e8a7587ce8dd6bdee20c3, '', 0, '?'),
(0x53d874f3a68b10a1d76ff293e006e8ca, 'wp-includes/block-supports/aria-label.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/aria-label.php', 1, 0x00000000000000000000000000000000, 0x866b70d7404bfbdfe82cc5329587c735, 0x844b9aa79e9c2b2de5b4cca79c122422ee46b2f3ffa9d360b9a613b26c9f5f3d, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', '/home/abt90iranbet/public_html/wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x3cf19a8734344d9bd2095753081f15ee, 0x4a171e18f306f7dba80ce7574177a8694ca833808c4a8e5bb82387531539e20c, '', 0, '?'),
(0x53dbfba89970a4a3c712f47a79191be9, 'wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php', 1, 0x00000000000000000000000000000000, 0x53eb587be50827c133374b89f6d4cfa8, 0xb71a47ff3f253471f9dd052d50311b5a1808dd4c9fc8efb402e591c9b2f60493, '', 0, '?'),
(0x53dfcd3b5964a5efd6d149c915934a57, 'wp-content/themes/twentytwentythree/templates/blank.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/blank.html', 1, 0x00000000000000000000000000000000, 0x160078997ab96546a6ff15eb3dbc070e, 0x979eaf910af423d746c5567ecce119f830cd51252a4c466bca19528c08a08e80, '', 0, '?'),
(0x53e4d8cdba08d6e8e929e6fce726614a, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/add-ons.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/add-ons.css', 1, 0x00000000000000000000000000000000, 0x413b6bedd9517e56f0738e6d97465a6f, 0xa84a9175078b1a3780356b78cc8e6c3ed6f0dbff341a275d480cf9dee982a11c, '', 0, '?'),
(0x53e5872c654135e32579f866b5c488a1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json', 0, 0x2ebd37b7a54e3fbb67b00c4b7f0d7d5c, 0x2ebd37b7a54e3fbb67b00c4b7f0d7d5c, 0x89a6e9813adee906e77119fd622196d8d84a2c5cacebc5f2e379baa2817c2a31, '', 0, '?'),
(0x53e5c0e297d437a29ff2dc6870a4718f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-magazine.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-magazine.png', 0, 0xa1a2056feb80792290f69b67188b4693, 0xa1a2056feb80792290f69b67188b4693, 0x32ee3a08873e677a0d7c79ae86faf95a16daf3df38f9c26dbf303c3dee83b05c, '', 0, '?'),
(0x53eb45b4b1e71c0e03b6df467e29fbf9, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php', 0, 0xe84d0f3b2e51a18194493887cfdde303, 0xe84d0f3b2e51a18194493887cfdde303, 0x0f6038025bd64a141cf891b84c2b1e504e1862df07e605b942288832f500f329, '', 0, '?'),
(0x53f55c387a3b0f06ab58a5eb38e8fcac, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 1, 0x00000000000000000000000000000000, 0x0a865e401d4d7a39ee753c48713ff012, 0xb132a089422f0ae29ee186ba99d1b2c2744a3322b3a8fcdda800b737ceb92bdc, '', 0, '?'),
(0x5403832443995ef25e6d2dde63bff073, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/vash-gon-square.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/vash-gon-square.webp', 0, 0xd8b32ab460b29012fb976dd28b5fd3c2, 0xd8b32ab460b29012fb976dd28b5fd3c2, 0x899f28b956a6d5e46fda64eea30d258404d044c75ec1c77c2787df050b14386f, '', 0, '?'),
(0x5405bdab3f4426155f9bbb229141dc19, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', 1, 0x00000000000000000000000000000000, 0x293d8757cbdc666158bfdcaaba62c189, 0x2fc6d601365b0b9a6cbdc1ddddc303a6fc44d1aa523aaad4a834a98421acbd2f, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x46a5260589f742cc0abc34e1327e2f71, 0x22a2b42a633dcede0c95f7ae36ad08853bb0dea1c3ce445069ce6f738065a5d7, '', 0, '?'),
(0x5413cd98bb553eed5f9127df21078e76, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', 1, 0x00000000000000000000000000000000, 0xd786a1a9a681ed28da00437a903d928f, 0x9b46b4ab33fdcd6642c5acd5514321742957294f66c1938e9d4b86e1b9693fda, '', 0, '?'),
(0x541d9aaf77097dca9f66140b7524d15d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_2.php', 0, 0xab88173c825e47f484e93b9c09b31783, 0xab88173c825e47f484e93b9c09b31783, 0x10059f5095247faa4a704e14b5c0d414860337f438686da64bdb748f217cbf9d, '', 0, '?'),
(0x541fbc28f232f2af8ed87acb030ca5c3, 'wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x3ae0e86502e3f56bd2dd82933aac9058, 0xa7a550d083e16880fca8629d2ceabe7ea59502ea4a0cd699ee4f153abba440ed, '', 0, '?'),
(0x54231cd4722c378be28f3a50e552a161, 'wp-content/languages/plugins/wordpress-seo-fa_IR-c1b15194a6181a17d3344302011bddf5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-c1b15194a6181a17d3344302011bddf5.json', 0, 0x0b78cc2e889b1bec16c484799442808e, 0x0b78cc2e889b1bec16c484799442808e, 0xa2a515a3863baaacbae7d5b4b5409c3f98936d03a5b48a2b773c0590be3f7249, '', 0, '?'),
(0x542880b19bac08d1408310f5c2f66a76, 'wp-content/updraft/backup_2025-05-14-0331___90_44e2e96bca55-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-14-0331___90_44e2e96bca55-db.gz', 0, 0x27bd7c750605ad08012aa8438d97a6f9, 0x27bd7c750605ad08012aa8438d97a6f9, 0xb38c77dac4bf2702a5f92a0782a85d7883fb47769c5afd6615fd1dc5079c1531, '', 0, '?'),
(0x542cae3053d42dbf83795bec85f334de, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_posts_count.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_posts_count.php', 0, 0x64da8bee1b05b882409fa90cb4ecc634, 0x64da8bee1b05b882409fa90cb4ecc634, 0x24842bdd471fb8b65bdff2e322808134ed7ae7c7ccd76d89aab5ebd6c0541b37, '', 0, '?'),
(0x542f80e9d86698a9556af8ddb5203a15, 'wp-content/plugins/elementor/core/common/modules/ajax/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php', 1, 0x00000000000000000000000000000000, 0x91eeb797cab6abd60485691b6a3ca763, 0xf9cbcab8dca0508739bfa950fc949bbcb0202f6f4cbdc555ecee13935fce0a34, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x54393fbf9998d23cf4361fcca949c1ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x543a284b15c25aa38c1633a9e432b8f7, 'wp-admin/user/contribute.php', '/home/abt90iranbet/public_html/wp-admin/user/contribute.php', 1, 0x00000000000000000000000000000000, 0x99be81c1456707dcf916cf09ee5c76b0, 0x9b26f017004afcac3c9ffe34a45c4a71c338b982a3af134cb7d77127bb97e3a0, '', 0, '?'),
(0x543c15c6472a4dfddec68140ba84f9a3, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-3.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-3.json', 0, 0x433c73aa73a20431b8aa07b3589ab1fd, 0x433c73aa73a20431b8aa07b3589ab1fd, 0xf1d7fc31116e9cf891c25e46376f457f5189cb348fcc24cd2371a212fa1248b5, '', 0, '?'),
(0x543c7a9eab96dd482c9ff5ef443fd251, 'wp-content/plugins/elementor/assets/js/text-path.b50b3e74488a4e302613.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-path.b50b3e74488a4e302613.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x27505788551386b49b979a502c7038b7, 0x8da1330504d14405a94c8f87662496ea896bf4ddbc70eaffd86e7e12a49c5f32, '', 0, '?'),
(0x543f1c00fcca7b7fcedd1e0193dc8327, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2.php', 0, 0x0b4acf47425223b2bcc3c6568b63d5ee, 0x0b4acf47425223b2bcc3c6568b63d5ee, 0x2e2d3ae03311ff328654e3b6b8d2e97f8bbd24aeed3d0c164e86d0812ac095a2, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0xb5ba88414ef0585b606800aae70ba1bb, 0xa322781649a64236199a453f87e9c9c4ec0c698a27321e36cc3579152f1899a6, '', 0, '?'),
(0x543ffc21aaa5305dc13f238d975c6208, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php', 1, 0x00000000000000000000000000000000, 0xba3cbb79e120f780bebd05a96b81b44c, 0x565d449e7ff7e639619258012c704c5da8c25a3e5c64a8c542d5fa09a1b13d92, '', 0, '?'),
(0x5447daa70be1e6801cfedb2be3f650bb, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png', 0, 0x5d38545097f3be0ad846baa5874c8908, 0x5d38545097f3be0ad846baa5874c8908, 0xba589ca26b386d11080bbd9c28cc33a4b5ffa24cd6b8b5aa84eee786bc5b0d01, '', 0, '?'),
(0x544cc3eb06ca5d4f88a1daeb8f8238da, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile.php', 0, 0x6f54d091002d8be59308c7780fe7c922, 0x6f54d091002d8be59308c7780fe7c922, 0x46ceece72dfedd119b84baf530ff5d31e7596e37a3e1814f60a0becc9e2bf0e3, '', 0, '?'),
(0x544ceb1fe93ec7a79430ce26a14033d1, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 1, 0x00000000000000000000000000000000, 0xf92d2db85594215e2a4d135561897188, 0x734054f60bfe5a78394691661dadd39e53f4d17b91e62ad329d4c13579fb983c, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0x68ca5f0c64fb14e18d86bea589b31e8c, 0x9a1aa4063bf862b64d287ff43967c40f070a34946a603116b66a8937ad28cf1e, '', 0, '?'),
(0x544f5fd7a87745cfa73ce776089dce8d, 'wp-includes/blocks/navigation/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/block.json', 1, 0x00000000000000000000000000000000, 0xbac21134d9c89113162c88a2fd51b8cc, 0x85159b91fd28098ea4b7071ab334a49a32ed9f7921ea184f782a44f4968ebbeb, '', 0, '?'),
(0x5455a3a4dbbf360ebf4eb432eb3c3c5d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import_no_content.php', 0, 0xc1a322fb5bf4d27a24173adbbc18d55d, 0xc1a322fb5bf4d27a24173adbbc18d55d, 0x9b39fc75142f055d88f0f6e2cfb9ddd808898048f376be09a8deb9d91728e489, '', 0, '?'),
(0x5455d3b024a2d6391425f0c34031e037, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', 1, 0x00000000000000000000000000000000, 0xc9d2cd123332cb8803691c03bb0e327e, 0xe2a1e548b9c593b5dc70de8260424188d40efaac1593f8c08a7704df32050c5d, '', 0, '?'),
(0x5458f921373f007b419d1181c16b1922, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_6.php', 0, 0x4707d4c75b964d2b33b261af055e0548, 0x4707d4c75b964d2b33b261af055e0548, 0x2cc1367433c169c125d1410ee7dc6e804e7ac1c9b262390b1f46b4399bde8c73, '', 0, '?'),
(0x54608530d6913e339d377b3a98d28c58, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_9.php', 0, 0x1e5a1738e0ef53f08971ef757db97821, 0x1e5a1738e0ef53f08971ef757db97821, 0x75442ded45d70827e4b0e05f0c1d79fa1877333159f898c76ae4ddca56a5bba8, '', 0, '?'),
(0x5464f397492f43e501f8a9655f8fe647, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_7.php', 0, 0xdf4a9707a581dc945b17765cf509fbae, 0xdf4a9707a581dc945b17765cf509fbae, 0x6ef2b85516cc8a0611dd8eb3839391627afb7630d4b390ebfa1c52c500fd275a, '', 0, '?'),
(0x546543d159d74091ac03928e661b7332, 'wp-content/updraft/backup_2025-09-16-0343___90_9b9c518482f3-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-16-0343___90_9b9c518482f3-db.gz', 0, 0x2828241ff18d517a8914e722472c0db3, 0x2828241ff18d517a8914e722472c0db3, 0xb8002b8ce587a2062cfa8e8a00e553637ab76346f012a1967f8c7ddb431e0101, '', 0, '?'),
(0x54691489cbeff51703057c3b208d5508, 'wp-content/updraft/themes-old/twentytwentyfour/templates/search.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/search.html', 0, 0x623735325d448f935e4b2cef9e807ad9, 0x623735325d448f935e4b2cef9e807ad9, 0xaf9f9c582a4dde7d64bfc00e97befc29c48f1f7869b5894b66768f7312593faf, '', 0, '?'),
(0x546b350b774fd3107415c15e66d34708, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', 1, 0x00000000000000000000000000000000, 0x1f85cec29ada9772511fbe261a534264, 0x4358f2df1c8cdd49e224739090475cccc6c16183e2ef5cf41c40ff78df328cae, '', 0, '?'),
(0x546cf617cc73c0f0497ed3a8ca13d2f8, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-image-grid.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-image-grid.php', 0, 0x31783b991ddf0e1e0fa213ee3a79c856, 0x31783b991ddf0e1e0fa213ee3a79c856, 0x73be2f858f31b19e4bfbf42db0e6cb91e78a599e037899928b1679f165dfbd90, '', 0, '?'),
(0x546e02b2cc3bf3e3338b50e8a5195336, 'wp-includes/css/classic-themes.min.css', '/home/abt90iranbet/public_html/wp-includes/css/classic-themes.min.css', 1, 0x00000000000000000000000000000000, 0x1a0804b1a9d09705657f91fe7cad4c5a, 0xe255ebf8d89a1f82600389009f6ae0416dead8d919b60ddec7a9322393b52390, '', 0, '?'),
(0x546e62636870006ab69cb8e3a52d7f75, 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', 1, 0x00000000000000000000000000000000, 0xddc8f1d7b4c390eaf4a7a80a4fc1aa65, 0xd1694a05c12f13da3b9a1d000b97adbe3df15836b1d4d9eb627296786430d8a6, '', 0, '?'),
(0x5470b3bb9aa8b9bf4ba3452326e567d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php', 1, 0x00000000000000000000000000000000, 0x20a0b1c297dda2ce740f51e85ec431c3, 0x0b0542e2c0094297d45ac426724135b427d2ace40a215285ddbc9e3702205546, '', 0, '?'),
(0x5477bbf83d89c12ba636d7f80fd0c6d7, 'wp-includes/js/tinymce/wp-tinymce.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0x29539905bd304678daf47271bacbf614, 0x706576436b0dc4f2de3f09f5ed742cdaa8e7c2a253f476ac1e21bf93150d61e8, '', 0, '?'),
(0x547c6e6181bead175a059d347a32c9a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_4.php', 0, 0x1f8150381021d600540ff0d3687523a8, 0x1f8150381021d600540ff0d3687523a8, 0xbefca0479e7cb5fd3414f4e3118209fba6df5f7f017d69ffdb9c109080b7e89e, '', 0, '?'),
(0x547cf64aab01d63eec59d85049851735, 'wp-content/plugins/kk-star-ratings/src/functions/autoload_array.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_array.php', 1, 0x00000000000000000000000000000000, 0x6bdd03551d55df1c9165cea7230e4a6e, 0x215e9edd7188eb0d7f164831c4665e39a2e2586594938ca71effb2b8581fb030, '', 0, '?'),
(0x547d264b2ef8fc62861c36bed896730f, 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 1, 0x00000000000000000000000000000000, 0xf400fa02561489665ec4d44848ddd16b, 0x308577d167e85671d98eecd003e1304fb0e81851ffe129f6ad18afc0720be7f4, '', 0, '?'),
(0x5480d120ca996fa741df51baf49344f4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', 1, 0x00000000000000000000000000000000, 0x14bf15b2657977f86ea157d105b6c72a, 0xc97e60c7e1c999d1098e21aa324cda30112835f5e2feb8886f8341f9b2aa1b47, '', 0, '?'),
(0x5482b0469fa2e0a8d91ffad019060757, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_9.php', 0, 0xe4396aac4e64c36c2da7cfb99c64150d, 0xe4396aac4e64c36c2da7cfb99c64150d, 0x2ad79d9492e4d38673c2c79c15bb7eb0e13dc8617cad70037114a7c3e874f7f2, '', 0, '?'),
(0x54845cd87a3de2907e4a6167fe34acf7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php', 0, 0x1de295cc1d9cf865cd6b388441af4032, 0x1de295cc1d9cf865cd6b388441af4032, 0x60a6529fcdfb68d9d45e6e74f48e8b0b6173469c1d0b3bd102bc7d9ec5a00188, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x32466aeac5479e5a76f443510060dc5b, 0x553dc7d0d7c7c84f198ef36deb433579b6bb827deac735c45cd5eead017c0001, '', 0, '?'),
(0x548ac692c6b5b4157ecd7de3aec98d1a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x1bc008303a44b7c47e68285749da067d, 0xf37d8be360dbed2994c8857f48b2bff80d2b3435a7cceb71ec0b6bbf81589606, '', 0, '?'),
(0x549b5a5bdb261d737bb8a45b89012560, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_10.php', 0, 0xb92508aa543749285618f82d379a74e8, 0xb92508aa543749285618f82d379a74e8, 0x30e2be35129f6aa113ab408b75b3a33565a247c9c96ef5f8f0b79be8e8a8d7d0, '', 0, '?'),
(0x549d734940a548cf3d6b033956cc3dfc, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php', 0, 0x2466fa9d3ac685523767f3e5326ed350, 0x2466fa9d3ac685523767f3e5326ed350, 0x1f1fedbb3ccfbfcf6e6d80f903a4b9a63cdc5e0e380fb833a2b7160832fdf98e, '', 0, '?'),
(0x54a5d5c9c929296ad647f17c49095171, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 1, 0x00000000000000000000000000000000, 0x13cab04cce406a1b0afcfea86ef7031c, 0xb5cf62139da9ea01dcfdc6a603dabe75f34e0632c09247b0755774955745e7d0, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x54af6a68d3f7966e692b5138aa40cbcb, 'wp-content/updraft/themes-old/twentytwentytwo/templates/home.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/home.html', 0, 0x151a6daf491a3a3e189bd32762e4cb28, 0x151a6daf491a3a3e189bd32762e4cb28, 0x38c32153cd7ced77dae872441e7c0617dbbd93c7c4861f1b2f1752cc187c7956, '', 0, '?'),
(0x54b3639dcf3a609b94372bd34f10d866, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_panel_settings.txt', 0, 0x2e2378f5e2d4f98a83b044ec674e4fe3, 0x2e2378f5e2d4f98a83b044ec674e4fe3, 0x4545021c1247d202812c3765f60afa8612426265e19b3c98906d9b1865eb1873, '', 0, '?'),
(0x54b9ffb046d8232f84d9d94e03517d03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', 1, 0x00000000000000000000000000000000, 0xa1059bf3f3f7c3b52a4cb7138122f39e, 0x2755e72a540760c5fd6cc2056339ebdf3466071cfd63eb18ddd7943a4a8d8c1c, '', 0, '?'),
(0x54ba05e393eee2e9be0a4f7439f2edc0, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/32px.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/32px.png', 0, 0x21bd42ab5782494e9227dd05c5b89c4d, 0x21bd42ab5782494e9227dd05c5b89c4d, 0x8cd00c9943e1c4d6f1b10f7aa720009efa28855f44dd4102d8b0668f28b10c0d, '', 0, '?'),
(0x54c164d3f5c28faf06219524ea6dd707, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_9.php', 0, 0x64c179079707c6ac64c042bff065e8f0, 0x64c179079707c6ac64c042bff065e8f0, 0x5c50bb75d34910737d03d4e204bb5698f475f98e16868d4068b1d83c28ab46f5, '', 0, '?'),
(0x54c5d9603599b9c8327a2f163ee09a77, 'wp-includes/blocks/query-pagination/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f6b2e9b1c8eefd7b6e12ad7a0ac20df, 0x1dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d95, '', 0, '?'),
(0x54ce2b3e57772db552b04fc6a29960c3, 'wp-content/updraft/backup_2025-10-13-0405___90_f37ab96cda8f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-13-0405___90_f37ab96cda8f-db.gz', 0, 0xf6b07ef976efb56e0ba65c142a5e2684, 0xf6b07ef976efb56e0ba65c142a5e2684, 0xacfd8be5c75050afbe72d7ba8beefa00cbb446d77d9c8de4dd7c306d057b25e8, '', 0, '?'),
(0x54d117e4d8fb11067cafaf9b734653d6, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x54d52c9b8ad44245d45ed7c3af238172, 'wp-content/plugins/elementor/core/debug/classes/theme-missing.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 1, 0x00000000000000000000000000000000, 0xec088f90aa1d598524f3706e7ca1d3ac, 0xa86d08e5222c7b4c4a3f8753ecc4567c1eda0942e3eb4ae5735beb79bd01702b, '', 0, '?'),
(0x54d5b57c67d77f6db47871f84892ed80, 'wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php', 1, 0x00000000000000000000000000000000, 0x62b246f52c16fa3408c64daeb641270f, 0x56095fecd3704c1c632ca97b5821922ae8dc81d1fed15f33514c5b16065ae8da, '', 0, '?'),
(0x54d6e7c1ab73fbe64c5c18afebd8711f, 'wp-content/themes/twentytwentyfour/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/footer.html', 1, 0x00000000000000000000000000000000, 0x4d976fb09917cc5e74dd2dc139ed0bba, 0x33e5f7d36990c1abfa26a56181f1501db79603c57b64a1cad13491b34a7bb752, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x54da9362fb1b49fc91767d997a359ed4, 'wp-includes/blocks/avatar/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x447c7cb6918350ac8e7915ed5847c2ea, 0x7e0e5fe13878137e0112354bf98a90183c41b888daf07bf0d41fd89a6520e6d0, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0x170687433986a4a559fa4f16b1d7c70e, 0x8b84c72bf7c2ae2d465670fddda8496874d84cdf6950254bd7ddfc698dff0b36, '', 0, '?'),
(0x54ea9612dc085e1262c55a2d4966681e, 'wp-includes/sodium_compat/src/Core/Poly1305/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Poly1305/error_log', 0, 0x45d4166194b5d03a95ba710826ed928f, 0x45d4166194b5d03a95ba710826ed928f, 0x56276d5d1b3396276aff015980cf90a609a65703c2d1c7b2bf3c0babdb74c0e9, '', 0, '?'),
(0x54ee51d8c5a5a942db3410936e3b5199, 'wp-content/updraft/plugins-old/akismet/views/config.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/config.php', 0, 0x6b0ff25600d3269a21ce0b249d78e809, 0x6b0ff25600d3269a21ce0b249d78e809, 0xad1d2338185bbf4a8d6a8305cf76c2f7fb8de6f2ee8aecfbb58799242e9e3fdc, '', 0, '?'),
(0x54eee6fb86e1a3cb1ce43d4268d529e3, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/rev-slider.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/rev-slider.png', 0, 0x5a2940ab971ef9b83fa6f93eb89d122e, 0x5a2940ab971ef9b83fa6f93eb89d122e, 0xf90bcdee4c5a7c3e178d7a47a568e44d25ecac80ce115e50685777330d10b87d, '', 0, '?'),
(0x5500a74b397669d79bef90f4f5957cb6, 'wp-content/plugins/td-composer/td-multi-purpose/less/mixin.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/mixin.less', 0, 0x9912c231253bde951438b9fea0f2eccd, 0x9912c231253bde951438b9fea0f2eccd, 0x6424cc3afb2bd4c9e56d309f4f5870a5c4dc861c8f97d30370a7fefe0b6ce387, '', 0, '?'),
(0x550517ab9bc35e24fbb96cf5443d8b59, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', 1, 0x00000000000000000000000000000000, 0x586f18ecbb53035c2c4ad8e5ccd12765, 0xc1335f7d22f1847f27071fed22d970b56ff62b50ccc192ea594525b5b4bcdd50, '', 0, '?'),
(0x5505ef27a5cb8cd3ee618a9f9b7e6c03, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_panel_settings.txt', 0, 0x90baed80b0d906296ae63c52e8c7f354, 0x90baed80b0d906296ae63c52e8c7f354, 0xf3b706d858b99463d1e3de127dfb0a0582760cc3067fe12eb275134edfd67b7f, '', 0, '?'),
(0x5508e21a49735478d6e08d60114d2ea1, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-text-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-text-blog.php', 0, 0xd88348ed9042120d4d0626cc7cafd50f, 0xd88348ed9042120d4d0626cc7cafd50f, 0xfd7239a16cca0033b8056a24befdeab47a570c3a63c573ed52e8f12a12e58dbd, '', 0, '?'),
(0x550902f70bd5b3dda985b7b850e0f2c9, 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php', 0, 0x5df812f45ef461dc1223be846f1a5eed, 0x5df812f45ef461dc1223be846f1a5eed, 0xb17c050051e3f08b474167bcc5f0edb3dbf9979b766015ae1c5ba06a624f45a5, '', 0, '?'),
(0x550aae25003eb582e44149126c58475f, 'wp-content/updraft/backup_2025-04-05-0329___90_4bd453ca45bc-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-05-0329___90_4bd453ca45bc-db.gz', 0, 0x064bf11ab8dc52cc048f44d00686c2ff, 0x064bf11ab8dc52cc048f44d00686c2ff, 0xc3bd5f46d50bd2951ca638e12680d1f5bd77b4ac48ffda592bcbabebd60d236b, '', 0, '?'),
(0x550f2c0e88ba6b6bc835228030b59ca0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import_no_content.php', 0, 0x2c342a63c3690a7d98de6a630ca5e9ae, 0x2c342a63c3690a7d98de6a630ca5e9ae, 0xca552681acd1493abeab3b7d71ee97c2d29ece17710bcc3bcb30a3e4385f3fc4, '', 0, '?'),
(0x5513f3de1ac5cee2d462797041dab10b, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/suggestion-processor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/suggestion-processor.php', 0, 0x635512aebb7a843b113324003f23a669, 0x635512aebb7a843b113324003f23a669, 0x54b3cbe89739b796b71f118c6d0b91d09406f38e5a00a9f7df4d51ea7ca1b2a7, '', 0, '?'),
(0x551635112e149826de36e57dd9930f93, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_import.php', 0, 0x21010d4372418bc96522567729acf83e, 0x21010d4372418bc96522567729acf83e, 0x40c950bb3ea44ca91aed678c775d9841a0d41ef074fe451ed743d116ae734b26, '', 0, '?'),
(0x551a2f96baff87693f75f30fd1c224e6, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 0, 0xe49aba886f8ca9e9c5c69aeb8c219999, 0xe49aba886f8ca9e9c5c69aeb8c219999, 0x3a5311953d1a17a5101e6aab01ba810c7be2b0eddda610282da8ec1ebb3f1ddd, '', 0, '?'),
(0x5522c65a5ee6c9b9f5820a0c6cc94bc8, 'wp-content/updraft/backup_2025-09-06-0344___90_59e0c9a775bb-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-06-0344___90_59e0c9a775bb-db.gz', 0, 0x22b389ecaa25b50e6c8daf3a68c10332, 0x22b389ecaa25b50e6c8daf3a68c10332, 0xe1c23137046ab931f0ad30a7363954a02a3423ce67abd2fd22d199274cc30cf7, '', 0, '?'),
(0x55258e2d660bb683982b834d06a232af, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_support.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_support.php', 0, 0xf33b952989daab9e0263a3a2eff29d70, 0xf33b952989daab9e0263a3a2eff29d70, 0x196c9cc837e0a468c09c143be8523c8a1a7fe355a2aa5aeced890057c7b84625, '', 0, '?'),
(0x5527b228ae6f81fa0f06eba6f2f3c24a, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php', 0, 0x883e7d2e15638cb48c6061305ec15a46, 0x883e7d2e15638cb48c6061305ec15a46, 0xd5978b50d29c7db4184879653c916646518031e2ccc5f5a1c3a629b19e8a1e1f, '', 0, '?'),
(0x552a5734738e825b136b076f7e025a99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_9.php', 0, 0x52dcc2c84974c10794f7c784d8a46ce8, 0x52dcc2c84974c10794f7c784d8a46ce8, 0xa6c88ed6a2147ad610daa835ac6cf3307bc5d91140f40378ae2980cc795b7ea4, '', 0, '?'),
(0x552b3065417d7061be4407b0d367c1f6, 'wp-content/updraft/backup_2025-07-21-0337___90_3939471349f7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-21-0337___90_3939471349f7-db.gz', 0, 0xf52c1d9b1c4d41571aa67557e2fbe8f9, 0xf52c1d9b1c4d41571aa67557e2fbe8f9, 0xe220be71bcd66713f51be4cc937c4670c9f89bc693961a08974dfbda41c9c109, '', 0, '?'),
(0x552fa5197f64cabc7ba71aca4cf601b3, 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', 1, 0x00000000000000000000000000000000, 0xacea3b1d9efc25f450db88b378f26988, 0x54d4325b63caa0dd2dc683effc46a75b3f16316d98a2cfc3d89e4b5b759c5a9d, '', 0, '?'),
(0x55316e1227cf5964156d6cdf4dc97d78, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json', 0, 0xe13707c792d4a69d2f0543597b0be6d7, 0xe13707c792d4a69d2f0543597b0be6d7, 0x7f34539a933ff006a84a14f360d5e328e60a0f1280106d8811c40b22116e8c17, '', 0, '?'),
(0x55319aace1696520c368c426bb08ed2f, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2370.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x553650fbcc5c66bbb1d578d6ca070505, 'wp-content/plugins/elementor/includes/controls/hidden.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/hidden.php', 1, 0x00000000000000000000000000000000, 0x10c17aaeae3f5572fe062e62e57fe709, 0x31f0062485215a21878715e98afe39908065d0d07b416ecb0515c7d28d48c3ab, '', 0, '?'),
(0x55370b4bbaa0f37cc5b70ac6e913d4f0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-right.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-right.png', 0, 0x082f3b4a854fe794eeaa426082f9b700, 0x082f3b4a854fe794eeaa426082f9b700, 0xf8fe565215bd5c8df51947212afd9b801900009ae98522318e88043f1f89536d, '', 0, '?'),
(0x553c6fcae3760fda1bb6e099580c0b16, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3_no_content.php', 0, 0x9e5914b3a9e0055eb84974ad11f45712, 0x9e5914b3a9e0055eb84974ad11f45712, 0xe8f0fca99d92e6dbd4faff84677c9cb67cfbedacc1aebcfbafb0f4cfa85b6b4e, '', 0, '?'),
(0x553f36570f41b50a06ea8be64bb50fff, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tab.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tab.svg', 1, 0x00000000000000000000000000000000, 0x6fcaf51ab1e470d301932573d1ba559b, 0x19ffdc4f90d9ca78b3cde4c1860f9583fdc51d855a3a7dc763e07c93fd2e32eb, '', 0, '?'),
(0x553f94f5e763389c8a551cdc06490724, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document.php', 1, 0x00000000000000000000000000000000, 0x1761076aaadec7a7c2de50ab67ae8336, 0x6dee33638cd0fde4c3d9d3f9a033355fcdfc362a6ed892ff2f3cfb5024226a9f, '', 0, '?'),
(0x5541b1484d3a80f2e3f422dc2f09d9b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3_no_content.php', 0, 0x1058c84921ebcc12636899bcbb86a191, 0x1058c84921ebcc12636899bcbb86a191, 0x5bf38818c1a02af4695f60920c91cb03c108b2900012c0bb579f3df66531a22c, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x501976fd4269fffb8312b2591b5f9fbb, 0xc2f6867a0048247981441937f9e9dfe673bb7b0c8c11de7735b2a0e2c61db992, '', 0, '?'),
(0x554ff27c93e931111d37a0500283a584, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php', 1, 0x00000000000000000000000000000000, 0x96e598629e8ff2f45a45bab09b93344f, 0x4ba624e87762137848290ff7b1caede18836e9ab1069967bb764a6726a857e92, '', 0, '?'),
(0x555822da78e78da0cee0722499d81dca, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_10.php', 0, 0x06929f67dcb86658d003808c605cd5d7, 0x06929f67dcb86658d003808c605cd5d7, 0x2bbbeaa757e09f929cf62fc9a4fd29d2d415834311ac5712525dfcf4100a77e1, '', 0, '?'),
(0x555afe49a6153e580f12e79a5f958ae1, 'wp-content/plugins/wp-rocket/languages/rocket-nb_NO.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nb_NO.mo', 0, 0x89c0a15c294b5b2a6b19d5795ae37727, 0x89c0a15c294b5b2a6b19d5795ae37727, 0x4d28a58bcd36bae322c8c06a19cf9a7dbe7ab51289b18c5efa75643d9e61c976, '', 0, '?'),
(0x55609133bd2399691ba81e79ce1f3cfc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', 1, 0x00000000000000000000000000000000, 0xe19a6b70d3728d638f88466259df4bc0, 0x445b07d2e097b5fa4cea1d17ef0b334f01609c73fd931e9d1448d96c203c2dfd, '', 0, '?'),
(0x556140ec5dab22827473d4a69acc3e78, 'wp-content/plugins/td-standard-pack/Newspaper/parts/page-search-box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/page-search-box.php', 0, 0xdc016a3fcd9347892d5b5a590fba12b6, 0xdc016a3fcd9347892d5b5a590fba12b6, 0x1134398f26c04d384c7510bca31545876bdb1e660f1450df29f2659fa2e547a6, '', 0, '?'),
(0x5564d5e7ec505658b2736763791a7fac, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css', 0, 0x37cf62829704c84b2de49fdf55761c6b, 0x37cf62829704c84b2de49fdf55761c6b, 0xc149edc3665788f7a2e3a8c4f0561194a79994a7f74241ca0900e07a5a3ac14b, '', 0, '?'),
(0x5567d0ae1c419e44b4654e5cda9bd0bc, 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 1, 0x00000000000000000000000000000000, 0x1657ce0c511c663a9da181260e3d88d7, 0x4f40b052ecc876fff64617e6ed70f0e1bd2e45b48b8f183ff9f8f01afc694b43, '', 0, '?'),
(0x556a4121d8600db914e9f38819a3e133, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions.php', 0, 0x3ea73a907bac512b98a23b3771219c2f, 0x3ea73a907bac512b98a23b3771219c2f, 0xca97ecbcefc8780e34ab223f03ebdd08013dbf8dd38589d4f54f055e696e6c8a, '', 0, '?'),
(0x556d14cc44b4f2bff033c9f88edc2578, 'wp-content/plugins/wordfence/languages/wordfence.pot', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/languages/wordfence.pot', 1, 0x00000000000000000000000000000000, 0xe89549b993ed7e684b262c73815e152b, 0xd145ff923ba7af45955d8a9f1e578d4bdd9744bab7dabae96e8e53e4c6cef3c7, '', 0, '?'),
(0x556e62c19280fca237d0ef274827970c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/system_status.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/system_status.less', 0, 0xc0482192b68ab3d0cfdc2d83c4ddbbe0, 0xc0482192b68ab3d0cfdc2d83c4ddbbe0, 0x217604a70ad401c97c799d5e46de470082426942e721d5bfa072ed770c09883d, '', 0, '?'),
(0x5570ddbd7f35fb6c759dfb82b4353199, 'wp-content/themes/twentytwentythree/parts/comments.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/comments.html', 1, 0x00000000000000000000000000000000, 0x440c27639af0ee329447a6bac2357981, 0x8bc232ce15d03a1260bb908b404171721aefa10d9d3f9a132cd0d6f1b59f9ee5, '', 0, '?'),
(0x55722476f5db12e45c3c317bf6b512e7, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 0, 0xc00e1d2bc457365ed216ae92273b07e7, 0xc00e1d2bc457365ed216ae92273b07e7, 0x63433e5b2b7d0226229877c8ff2bcfd44daf23723cae1569da222152b0e37ae7, '', 0, '?'),
(0x557b7b7650af7fe0a545ef1d0b839b1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3.php', 0, 0x08df265630afb1e892cb1417dc973eff, 0x08df265630afb1e892cb1417dc973eff, 0xa355e39a13695e21985759d45c03f0435a1678359afcf4df1aa21cca55a5facd, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 1, 0x00000000000000000000000000000000, 0x8af77bcec8c7b2d9d9eab28ae6f21254, 0x0573c1d7b76d7928e55b1fa67e84fa4d9fc099aecbdf4ed3d498f3f8e93b690b, '', 0, '?'),
(0x55840ffeb48d089ed45d5a1307ca3789, 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php', 0, 0x04fa47e8826cc110976921cb217f4dd2, 0x04fa47e8826cc110976921cb217f4dd2, 0xf0104895f1f17cc79374c3f926431a976c08ee8639c4df00e994fd2bccecdbbb, '', 0, '?'),
(0x55854ee8111455e845ee16909619c73a, 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 1, 0x00000000000000000000000000000000, 0x3780848907e720ffc5c17e6cc7a458dc, 0xb7b1fe910f57d07f4aa6879aff1dc48b1dcc452204d6f14fb51955fc2146e64d, '', 0, '?'),
(0x5585d9db01be4ad5b3707e957dfd8976, 'wp-content/updraft/backup_2025-05-01-0424___90_fbcdbda2b256-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-01-0424___90_fbcdbda2b256-db.gz', 0, 0xa760645bf657439067069aa9a28188a9, 0xa760645bf657439067069aa9a28188a9, 0x8aeae191f253bec80ad532c72674000e1f92c505bbbba3e995f1f2af593761f1, '', 0, '?'),
(0x5586c39748dc206d12e8b8480e2f04aa, 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 1, 0x00000000000000000000000000000000, 0xc9ddbcfda42fccf49a247024a7dc753f, 0x79acef73b2f2fa7989144a217bff21f7e4b0ae674ca4e8039da4bde9ffc38c4a, '', 0, '?'),
(0x558970fc2ae2fe75a4a0605387e87758, 'wp-content/plugins/wp-rocket/languages/rocket-ro_RO.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ro_RO.po', 0, 0x51f099a1d44bfeeb222a2a2089f2e655, 0x51f099a1d44bfeeb222a2a2089f2e655, 0xbbc28f4f799c9a1dd28261a986feca90eaa917d4c74a3828e7f5cd4bf777ad88, '', 0, '?'),
(0x55902b58a73ad314103f997b6032d213, 'wp-content/plugins/td-composer/mobile/parts/logo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/logo.php', 0, 0x716a2856e8dedba99a847e71f3871752, 0x716a2856e8dedba99a847e71f3871752, 0x50efdba37efe2fafccd1daa621dcbe23f116cca20f74decb6065bb765444d066, '', 0, '?'),
(0x5594ec3ee0dc7a06d575a16d21d5bfb5, 'wp-content/plugins/kk-star-ratings/src/core/wp/functions/activate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/functions/activate.php', 1, 0x00000000000000000000000000000000, 0x677c64183193ae819bc17c0d93c914ca, 0x1a3b7c2b2c67553588647544809c7e9cadbda92e46a57c8092379098bf702e77, '', 0, '?'),
(0x5597e6ea8890794bf4553de7109dffd9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_7.php', 0, 0xca533a82b6f71ee01ea7f2a183464f5a, 0xca533a82b6f71ee01ea7f2a183464f5a, 0x54d3d7b761d0d1d382fdebf695b20e55cb021381fc6351292a8d5b81d467d850, '', 0, '?'),
(0x559b0816080e547d5e43a5093c2bc09d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', 1, 0x00000000000000000000000000000000, 0x7e0ffa6af3f6feaa22d6f41c1e075720, 0xf37a065935c218923e3a7ac775ef5730e7809fa001f6b8f8401523048c705640, '', 0, '?'),
(0x55a00380a097dafa642ace8559e8908d, 'wp-content/plugins/td-composer/mobile/parts/header-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/header-menu.php', 0, 0x9e7b665428d2c397edfcfaa65ffc974c, 0x9e7b665428d2c397edfcfaa65ffc974c, 0xbe396f3c23db8fdfcc8f7f307141f75d69f9128fd0e549389a4f22fbee786a2c, '', 0, '?'),
(0x55a4c48b4920ffc38dc1a2f2574a51e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', 1, 0x00000000000000000000000000000000, 0x3858dcd85d3e003356263dd2cd84dbbb, 0x9a7bd0ebcfe9504be6449f1f31bae29109a89374d3cdb9528a57a6b413dfa85a, '', 0, '?'),
(0x55a56e606a69af0152f7b8a0124d00b3, 'wp-content/plugins/td-cloud-library/assets/images/no_img.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/no_img.png', 0, 0xaeda222d74a20e8210c7aa1113ec791d, 0xaeda222d74a20e8210c7aa1113ec791d, 0xb10ab1668ad77bf114d9e78ea00d3897ba11180f1b8332a7cc741d8128f5fddc, '', 0, '?'),
(0x55a5e38d9ab3491003da130c1d6070f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3.php', 0, 0x46a7838c728afd9391291a8f87ccc3c2, 0x46a7838c728afd9391291a8f87ccc3c2, 0xd9740e6e5147a5e98d0695e20cee13c431aae60ab33b907fe8dd1ff387d23a77, '', 0, '?'),
(0x55a77e88eb424c8df21ff165b776f34d, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php', 1, 0x00000000000000000000000000000000, 0xb6a680742fdfafac933172d79974fdda, 0x5b7effe982f560092f21f86f486d6de0479bd0453274ab9a66608f15ef74a9eb, '', 0, '?'),
(0x55aaabdcc2bc6254746101831100b90c, 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map', 1, 0x00000000000000000000000000000000, 0xc3e42692bda5e37f1c76bbf3e26a456c, 0x829cdcfd70ee6938e4cfba4a235922fafa59d3fdfcf8aa4ef5a710b95b47425b, '', 0, '?'),
(0x55ab071551570d915ec7999702675ff6, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-eb90146c4f5603fd63430ad6abcd1940.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-eb90146c4f5603fd63430ad6abcd1940.json', 0, 0x30716ab52377ce64db20a6fa05d75d8a, 0x30716ab52377ce64db20a6fa05d75d8a, 0x00f6671cafd8625b226f533b813ff9f14952aabeab423be3d2af4228eb2a6817, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x853bd1d58bce19c4dc5e29061a5a0bfc, 0x02e563f59fced9aac6e780ab5cd4906e6d5aa17356c2edb9212569f272f27218, '', 0, '?'),
(0x55b13f4fc59455d87e887144df9f01a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import_no_content.php', 0, 0xecf272705e5c431a13ff052decc897f0, 0xecf272705e5c431a13ff052decc897f0, 0x014bc0f0fe5cdd81e886e4611697eb486adfedd49f26163ba9f39b6bc1c5a0f8, '', 0, '?'),
(0x55b2d9d775bc0e7ea9219c7e42354d35, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-36a02b65a98810ec4ea61a53553d7ffc.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-36a02b65a98810ec4ea61a53553d7ffc.json', 0, 0x79e1b0886b8dd863ead6b95b1a5354d4, 0x79e1b0886b8dd863ead6b95b1a5354d4, 0x019c8a61c44b615964f621d7c75f64815528de9e73d8954291b676a6becc7f29, '', 0, '?'),
(0x55bdd7bbd65571e3bb525a3a1eb8f213, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-tab-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-tab-presenter.php', 0, 0xc89bacd95d1d9bcdb64c8f3dff591182, 0xc89bacd95d1d9bcdb64c8f3dff591182, 0x75a718a8a9e0aa721e9deb52d255899aaab1f5798ff8107796bc0d8ecd31f354, '', 0, '?'),
(0x55c1b1499459724c70c946bae27e2d0a, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php', 1, 0x00000000000000000000000000000000, 0x9bae39d95953534e65836be3c1a13c6a, 0x0492637d3b8e4e9573b4542f664540fb03af199e47de45545669cb868dafa212, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x55c618b3bbf442547b3c83505d4a6693, 'wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', 1, 0x00000000000000000000000000000000, 0xc4e29e7f43dbf383c37ce42491d240b6, 0x846830d6d59252fdac5908e1946ebf1677dc40ed0e3e5a3c995495c44e2b749f, '', 0, '?'),
(0x55ca7221148a03a2387cf8afbcc6bcf7, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-services-image-left.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-services-image-left.php', 0, 0xb0ae7381ea4ef6063228c0ec1ecd15e7, 0xb0ae7381ea4ef6063228c0ec1ecd15e7, 0xc3b91ddabfe8dedd4c745f72b350536adb50b34b406ce13751f1aefc4b896df2, '', 0, '?'),
(0x55caea0ca6a28cdd6e33fd0c16e8d992, 'wp-includes/js/dist/script-modules/block-library/navigation/view.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.js', 1, 0x00000000000000000000000000000000, 0xc236ada262396d597e08b1fd1316d8e1, 0xb916c3b5553f609602c119544e81e22388d932114beac9777d54175d5a1a04e6, '', 0, '?'),
(0x55cc08d73de318fec51d3ebc13867758, 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 1, 0x00000000000000000000000000000000, 0xcb3597f4bad25d8150ed1722ca46a02e, 0xf213edb4067f06f7f3e3572208ef97c366ef2331adffab457462fa906ae30111, '', 0, '?'),
(0x55cec2beb7ed710b5e89998827e7e20a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_741x486.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_741x486.png', 0, 0x079eb4d844de9e5ee13c47b10ab2d296, 0x079eb4d844de9e5ee13c47b10ab2d296, 0x2360fa51333d25e3d0ae55916f01fb157b8fa161ad717c94ad4badf79413cba3, '', 0, '?'),
(0x55d54aa2b8ff8e5696c52bea836dc703, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0x8d936cbd63f8fad128fc1d9972855215, 0x4359275543a43cb83da08c1ee78ccbbab078a463251ca854764c335d0a056e46, '', 0, '?'),
(0x55d92525e6e9dfab78cc8ec08787c2d2, 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php', 0, 0x7b44264af26c9968d6e921ccb6c0c674, 0x7b44264af26c9968d6e921ccb6c0c674, 0xf39c877cd38f577866324c1c920726bef59fab13dedfb2ebdb2700f8d1da18e4, '', 0, '?'),
(0x55e0b968301bc3417db0112ce6fb1bb9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', 1, 0x00000000000000000000000000000000, 0xf8bb62e68ead6471fc6f8bc020517053, 0xdf092a398d2aa30d3732523af415b676cc78126026049e5e8750ec8a468e71ed, '', 0, '?'),
(0x55e2904427ecb71c2661f95877b0906d, 'wp-content/plugins/td-cloud-library/assets/images/mobile_template_close.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/mobile_template_close.png', 0, 0xddd7cc4a23c3f6114d2e206e0b0e1ee6, 0xddd7cc4a23c3f6114d2e206e0b0e1ee6, 0x68eb13045899f0d944045e23a42c92add6daff6a4fb1900ae234a2e72ab14a6c, '', 0, '?'),
(0x55e631c0b1170959a41f71e0da38408e, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-comment.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-comment.php', 0, 0x3c88de67e54f7a34cf30c5212f4ac153, 0x3c88de67e54f7a34cf30c5212f4ac153, 0x69e4f74678a8b0bd3f376950122a0c58145635c698eaf4f41f098b2138b04080, '', 0, '?'),
(0x55f04726af9674f45f0854da72a08f10, 'wp-includes/css/dist/commands/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd238c773834e1a2f14655472c75acdae, 0xd9c52976d07cd294d911a63c7964b66f5530d9399e983e3cc73761aaf449d60e, '', 0, '?'),
(0x55f1005fa40f2d0f5e72af96b2886042, 'wp-content/plugins/elementor/assets/js/styleguide.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide.js', 1, 0x00000000000000000000000000000000, 0x6094e7260be4611d385e5cd6d45ddf59, 0x815410441146708da56abc38d2e421282612c108654e30e89973bd98337628d5, '', 0, '?'),
(0x55f4f3cd28ed57b4077af21d6f51216b, 'wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php', 1, 0x00000000000000000000000000000000, 0xfb1e2fa494ef51ae2d147eb51e573e2d, 0x49e77517eaea499c90cf3f2a1c4bf4a64335323b80806288d9638a2651363f96, '', 0, '?'),
(0x55f77a34009986567413e951a4f516d9, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 0, 0x648b2552c3cfae8942b5f729e9931d88, 0x648b2552c3cfae8942b5f729e9931d88, 0x0ca50759ea697371dcfba29fb0be8fc080f4b91b71b5e8f57cda4f1192f431f6, '', 0, '?'),
(0x55fa474a44f43b207fab64dba67881a0, 'wp-content/themes/twentytwentyfive/patterns/event-schedule.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/event-schedule.php', 1, 0x00000000000000000000000000000000, 0x51c0978d7b7da766eaed8def90df6087, 0x32549ef3371b66357b285869fcc533808aa896c9732e23786b92eab990a806fe, '', 0, '?'),
(0x55fb0079ef65c574dcc3938a8f959530, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 0, 0xa1e0ae834c7a2ab486ed05b9c542db67, 0xa1e0ae834c7a2ab486ed05b9c542db67, 0x05ebb343ee9fd491562c12621be78c3c70f39901c0556cf725fb67ffe1e436e5, '', 0, '?'),
(0x55fbad6587c0eae650ade08521973b40, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', 1, 0x00000000000000000000000000000000, 0x959fbe90ade8072186f3fd70e06def73, 0x21ade72b9919cd1990149017c95de49f19f49284678c1a6df0bb76b8cbad9b6d, '', 0, '?'),
(0x55fe5eb7fb92c3251dd8afb946ef5702, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0x41568f31415be02d34a1eb8cd056b65b, 0xd66f64bf3ced3338df711eb22dd53199e35f96c2077afe229b3a6408c9a82cf0, '', 0, '?'),
(0x56010a9f4b4f5ac637b8214a8a4ff2d5, 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf07648d685923c8decbd556a2b954054, 0xf202a7930118c856084c6298f5fbd834648e6f70f9b0f377ffbeaf58834bf9c9, '', 0, '?'),
(0x560156eba1d4394c31ea0050359e9d53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_panel_settings.txt', 0, 0xd162cb4b2699352db5dfd58bf5c58b23, 0xd162cb4b2699352db5dfd58bf5c58b23, 0xb271530a3fe93aeebe6e7f4660df4f058e4743ded50e455bd1b5f744b547a271, '', 0, '?'),
(0x56039adee0bb2d5c1cfdc6a3c260eb2b, 'wp-content/languages/plugins/wordpress-seo-fa_IR-fbf6c210cf52f9eaaf78c5f02b58c276.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-fbf6c210cf52f9eaaf78c5f02b58c276.json', 0, 0xc61108d9a2987a1ebbf6638ee741b311, 0xc61108d9a2987a1ebbf6638ee741b311, 0x7d03e79d763144d3c372da0d9c9d596800e865625297781011083e331d2ad586, '', 0, '?'),
(0x5604a8d924b87f563b4a535cbde9c99f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_3.php', 0, 0xd9805db784a6aef47a3a92dc5440134c, 0xd9805db784a6aef47a3a92dc5440134c, 0xcee9ae004471baaaa538023778708b1844346aff0a6046b4a84477ba2acd6520, '', 0, '?'),
(0x560941a0fa9e008ac4b671d9c1b4f297, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plan-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plan-manager.php', 1, 0x00000000000000000000000000000000, 0xb72dcea60a55fff98335c0b0cb0aa424, 0x7f586a36f249775775ebc0d60c880ff7e39272bb39a4d148808e6d39fdd42074, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x81c70494b79f4ce5a6bdf17557983f74, 0x938c4c4908f31615ae9c494d206324b86bc681642690859117c0f2e0eaf94047, '', 0, '?'),
(0x560e91f4b93ce9993747ba6ed4ffb297, 'wp-includes/blocks/separator/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style.css', 1, 0x00000000000000000000000000000000, 0x20bd13749b45a36f3f0c40150503c27b, 0xd61be5a96b4c04f2d82347a413f861115e092cd0860d46270aab673a7d464c7a, '', 0, '?'),
(0x561119c19e585a86e2ea07d3bee95d40, 'wp-content/plugins/elementor/includes/managers/elements.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/elements.php', 1, 0x00000000000000000000000000000000, 0x40a81f3530f6626f0e670ea88a80597b, 0x9288a03e6808025b469431b16f3ab9cbf511f50bd0ef59534929c7a9ddecd7e2, '', 0, '?'),
(0x561944a6e44cf70a616a55ae62febc8c, 'wp-content/updraft/themes-old/twentytwentytwo/templates/page-large-header.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/page-large-header.html', 0, 0x033c1a7addba9aa1c37eb48af7c7a184, 0x033c1a7addba9aa1c37eb48af7c7a184, 0xf48b4723276026cb0f81bdd66642c6e408210f8495db33608eb0c3e9aff2fb1c, '', 0, '?'),
(0x5619793df4b9c00e9c27c610964e3f34, 'wp-includes/SimplePie/src/error_log', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/error_log', 0, 0x568c23583312ae3b68a63cbc6cb353d8, 0x568c23583312ae3b68a63cbc6cb353d8, 0x4b93148fa3c5ab8a4f47278b5bb40a8f767ac72cb96878d3fa014ab3ea54b523, '', 0, '?'),
(0x5619a2c4515835cbbb7a6a62c75bea67, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import_no_content.php', 0, 0x00c5b564617ddf13d180ea780dcd4de7, 0x00c5b564617ddf13d180ea780dcd4de7, 0xc4bdb6f082d30ecbc7e7e16d123c9d3c3f17917d1f5f4dea31095ebfd7ac76f1, '', 0, '?'),
(0x561bb93f40095d6de4fd17686d40afdb, 'wp-content/updraft/themes-old/twentytwentythree/styles/electric.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/electric.json', 0, 0x285c2a8a81b99ce7dc6af8c3bea16546, 0x285c2a8a81b99ce7dc6af8c3bea16546, 0xed268b26b8b2b9c7ae7db3373a7a44bfa4e13b5a4dc500ddfe91411bb8779af4, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x0493b20b58e99137a57b280e473588c1, 0x353c9bb148e0dfe958300efdb3c9f8749c3eae2dda018dd81bade0c4fdfe1e0e, '', 0, '?'),
(0x561ea1422e69d18544698da297a9c9e5, 'wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php', 1, 0x00000000000000000000000000000000, 0x5175351e065b73928deee9f26fff9355, 0xb478190cbc48ad2bde0315436d69221ea61fb9afaf73435d334ede05cfe68a07, '', 0, '?'),
(0x561f04041de0549896036418383e10b4, 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', '/home/abt90iranbet/public_html/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', 1, 0x00000000000000000000000000000000, 0xfd9ff5a3e1b15504d449153bfbc59c37, 0xb74b0e844840d3f2f91535d78c0e018ce71795d88562afa4503aa072d0759f6e, '', 0, '?'),
(0x562337419482a8b2fe40eb3ff7f8fb29, 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 1, 0x00000000000000000000000000000000, 0x1fee410e098fa948990e521c51899d7e, 0x6aab5a8dc6faf83d383cc1ffbd104f8fd204d463e32d523d732e9dd72934c683, '', 0, '?'),
(0x56278db7c150c22bfbe67d0dd0b07c7d, 'wp-content/plugins/elementor/includes/settings/tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/tools.php', 1, 0x00000000000000000000000000000000, 0x8d037f5fb4e0a0af72264d0ba00a839b, 0x2beb11ad7a1f70f0c2f5c50b055e899934c154f65de4fb31628afab6302001e8, '', 0, '?'),
(0x5629162d9dd056afa7fd930799bd1964, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', 1, 0x00000000000000000000000000000000, 0x22d8c88d80a2620c08cd19e878772951, 0xab68b8dd2d204b3ce841f878063c23d63787261750fd1349aa2e0fbc20237bc5, '', 0, '?'),
(0x562b1d2b2c6912d7cbcaaf0463d3f1cb, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php', 0, 0x7fe1897cac9ad393c55cf159184c001a, 0x7fe1897cac9ad393c55cf159184c001a, 0x5cdb0573a6675bb06bc7d896714b030e0e49e5cc20e9083b8f154788dc2a388a, '', 0, '?'),
(0x563215c74cd602fc00dbbaf3031314bd, 'wp-includes/js/jquery/ui/controlgroup.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/controlgroup.min.js', 1, 0x00000000000000000000000000000000, 0xd13ca05276f596ce1d6348ade6353288, 0x28d9f99b7d8a66880a1bdceafe372d811bf4516f366461ceadc3022f5078b4c6, '', 0, '?'),
(0x5633e6f178a2608c5e1242d0953f4eda, 'wp-content/themes/Newspaper/includes/tagdiv-panel-docs.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/tagdiv-panel-docs.php', 0, 0x608e022a4e130ad745f67b9a4105b438, 0x608e022a4e130ad745f67b9a4105b438, 0x29de1113593d6edc347046e5a7ac7501c601c0d04e391a0ad004438a8ea8441c, '', 0, '?'),
(0x563b4107a8c1c18b6dfefa29b1a4c0c3, 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css', 1, 0x00000000000000000000000000000000, 0xf830afb029952ecaeb080efb6a927b21, 0xdee1217f38a4b24a66646bd1ec467780f42ca1a4f66b1648ea4cef6f4d3e0222, '', 0, '?'),
(0x563e41825e980af71542ffa1d2547213, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Plugin.php', 0, 0xf949b2d74b80ac301635a8f3c6896e0c, 0xf949b2d74b80ac301635a8f3c6896e0c, 0x8448099df33e606febacf5dfcf1e6d84abd257eea7c94c84a5acef9283a20e06, '', 0, '?'),
(0x563fba4f8e4e8588cd658b5a465c8c1f, 'wp-includes/js/jquery/ui/accordion.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/accordion.js', 1, 0x00000000000000000000000000000000, 0x9bf0b538af9c4fbd1c996c00867d88ff, 0xb5f2bb6f3d8fb8af2f5a0eab609b4c6dd04202dc186c63e89d71ceba067ea5da, '', 0, '?'),
(0x5648202d7fdc46ee15616a487b730cd6, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-taxonomy.php', 0, 0x2cfb036c22eb490a9e5fd647afeb1c0a, 0x2cfb036c22eb490a9e5fd647afeb1c0a, 0xcdb385f6a3e15cf8d19ed309baa333d11fff684e7e74c03154469e92b966f67a, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', '/home/abt90iranbet/public_html/wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x3d11c74db8084e2c2af0a3dc597c3224, 0x23afb4bb130966d169cfda78f4861a59a80852f08cd75228cef2bf403fa81b68, '', 0, '?'),
(0x5651286feaac5f8bf2208ccfac340481, 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/text.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/text.js', 0, 0x1bba387d127d96d5bf0b906e657b5072, 0x1bba387d127d96d5bf0b906e657b5072, 0xbfb4b86f0e4ec6483412ba3e5d7cabc8cd3b157d9dc2aeb10637dd3fd4b45593, '', 0, '?'),
(0x5657f13b7af4e62ab0c3e328d80fba8c, 'wp-includes/blocks/navigation.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation.php', 1, 0x00000000000000000000000000000000, 0x9c326e063d70df338ee573699f6dd7bf, 0x4336f7988392d21673f55fd7097479221029f07fe38a745be402ee1cda946ee6, '', 0, '?'),
(0x5660fb48a7c66c4afb2971e2764c5077, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_3.php', 0, 0x90b7d1cbb934066cbd82680029d93b3d, 0x90b7d1cbb934066cbd82680029d93b3d, 0x9c98e80a60c3b1b90696b7831195a8d41d45154fcff47375717cce4404f07dd0, '', 0, '?'),
(0x5668ee06d1586ecc41d5f32ee132997a, 'wp-content/themes/twentytwentytwo/parts/header.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/header.html', 1, 0x00000000000000000000000000000000, 0x3de53cb29c0d3c61d26b0b54f5eefd5b, 0x627f238d543b8b69386275aa84e5c2a2fc0fd92c95509240d38968352e2ab1c5, '', 0, '?'),
(0x566927d7e35275cb683afe01c0b375d5, 'wp-includes/blocks/query-pagination-previous.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0xdd6badc2e6aaf1a2c0b18bdc2c5d3550, 0xbbc6eedd0a6c9dbeef997312221dea09362d1e6cb76ec24786482a8b77c0fe1c, '', 0, '?'),
(0x566d143b5f51e74fc8a83efd6ecf8295, 'wp-content/themes/twentytwentyfour/patterns/text-faq.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-faq.php', 1, 0x00000000000000000000000000000000, 0xa7783fddd8b663420a2eb858dd8c92f4, 0xcfa364235b3f7abe0833a0d1c5c7316a5c241d056b5b67bdc3d643823647a395, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', '/home/abt90iranbet/public_html/wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xf23c31b23477d211c936b8c1658c0018, 0x7747263baa3b5281d2305647dc95dba71143401d96b6385c37e3c3e3c24dbe3d, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', '/home/abt90iranbet/public_html/wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x567434cf126178c68458cfaba466e80a, 'wp-content/plugins/updraftplus/images/backblaze.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/backblaze.png', 1, 0x00000000000000000000000000000000, 0x9cfa7ae35da0888b77b71c6d407c9a1b, 0x6bf13625dff916d056069b17247fc504cb71afbc753b1ac953b6bd4784ec997b, '', 0, '?'),
(0x5675d0e0bb65a71151aa5d5e9a21185e, 'wp-content/plugins/shortcodes-ultimate/admin/partials/notices/unsafe-features.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices/unsafe-features.php', 1, 0x00000000000000000000000000000000, 0x873a8c85c59308d52a53c73121ad58b0, 0x8ee73410eb1a33585ad51964940a766e2baebf98ae33143ef7528d25e6c3747d, '', 0, '?'),
(0x567a573ed19a44ebf3644f7a92496830, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php', 1, 0x00000000000000000000000000000000, 0x9594664d8b194b6ca2adc2d307d86f1a, 0x1473d5dcd0d4b02842c08f5411e0608d8ae1df97085569825c3493b4b6e00fcf, '', 0, '?'),
(0x567e04f552dda1dda4797893c0d32040, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 0, 0xe7016e0a7a21bde0fd77843e04063c54, 0xe7016e0a7a21bde0fd77843e04063c54, 0xe5c19fc8b8476eaf71d43653c87bd70a59d76b4f211d19debf80904310280574, '', 0, '?'),
(0x567f5f87ee1c31386f09593c1a8aba3c, 'wp-content/plugins/elementor/core/breakpoints/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/breakpoints/manager.php', 1, 0x00000000000000000000000000000000, 0x7a5468844e5b1f7156d04584758410b1, 0xac3e081f26f0462b82cedeb20f4eb6e63c4f70b95e5d6a18a3aadb68cc483319, '', 0, '?'),
(0x567ffbd62bc6e83ef719a178791a037d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', 1, 0x00000000000000000000000000000000, 0xb744d30ccfec083e98ecf3e663080d94, 0x642f9d8ec1516016bdb6666ff3d7efe01176c7de3307e2bf020185b148a3f74c, '', 0, '?'),
(0x56905985dd4c9ef49f53ada4164b31c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import_no_content.php', 0, 0x87d02a2e3685d87f26f52c4ebd98b971, 0x87d02a2e3685d87f26f52c4ebd98b971, 0x47838f384f0377ae380ecde1d53094c74f160cc520c972cbad3b5dc0178291e7, '', 0, '?'),
(0x569334023d3cfac538ccf8bed3f958f2, 'wp-content/plugins/elementor/core/settings/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/manager.php', 1, 0x00000000000000000000000000000000, 0x4506e94b85c875794c31b9520e993c0f, 0x3f84e335895908b4411eae0d28af5ffb29875ce0bf76bdec552c987dfe045077, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', '/home/abt90iranbet/public_html/wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x81142340bff6c1a497aff5a9a6533108, 0xb957a9695b576b9b8aa979c24b62db9dff19811e525d4b05669b7b140482f1f4, '', 0, '?'),
(0x569f8e365c37e86861e3c585b56b3b7f, 'wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', 1, 0x00000000000000000000000000000000, 0x200a78a49be62e8af1457005cae76142, 0x01d5d4ffc28bbe93f68f196de9badbb9d1dd81b3a44e504d3de13bcf9d3ccb03, '', 0, '?'),
(0x56a021eb915539cf1544ada060937dbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0xf8e404580a292e3302be604b58b9e330, 0xe786eda7bc40196227504846fc3e75a866da5487b40bf13dda447f17c0c2140a, '', 0, '?'),
(0x56a273b58d02ebb0e525b3cbc6b3fd7c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_5.php', 0, 0x024127640f2354c75d606b55cb4141c2, 0x024127640f2354c75d606b55cb4141c2, 0xe18ed69d4fdad50a84a68883a12b8d1cf00da6d0a814c0a3e5aa0182a21fd2b6, '', 0, '?'),
(0x56a9283a62ca7d066b9f22a4a97da199, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/VersionRequirement.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/VersionRequirement.php', 0, 0x461ae2bdb494fef8fdca05ae9a62aaa4, 0x461ae2bdb494fef8fdca05ae9a62aaa4, 0xeb0df71836db8e63c5f06662af0dcd231a86f0ff277c39b9cbbfcf3c655d2e50, '', 0, '?'),
(0x56a9b726febe763a4e2e4219c15286d0, 'wp-content/plugins/td-cloud-library/modules/tdb_module_loop_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_loop_2.php', 0, 0xe827404d5bb44b098717463536c9089c, 0xe827404d5bb44b098717463536c9089c, 0xc68fcfbf47f934ab9ec8c2a5b5a4bde54e1f003bc9986cbd636bc9dd7cea7195, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, 0x00000000000000000000000000000000, 0xea29af81530e348f4340e17200125c5a, 0x00c76e0bb06284c7bb91e116d849eabe8a4ebadc829697d3a01fe56652c47ae4, '', 0, '?'),
(0x56b48ceb9107f83e2dd9da32f83379d1, 'wp-content/plugins/updraftplus/images/updraft_premv.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_premv.png', 1, 0x00000000000000000000000000000000, 0x32205dc610461caa7885cd22daf7ef84, 0xa76f13e926f70e1f8af66ac42259757f1b933cb3807200e79a6cd2fa4b8f304a, '', 0, '?'),
(0x56b6c828c266fd3836f46f9d6837d712, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_stats.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_stats.php', 0, 0x029cb0e9dc3dcd6a4380b7427a72860f, 0x029cb0e9dc3dcd6a4380b7427a72860f, 0xb2647709ae6645739560f878b57b208190c1e6afd648f1464f9b961a509801ab, '', 0, '?'),
(0x56bf51b0dcf9a6ac20108f9c00e6ebb8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_9.php', 0, 0x2544049a46061844e3ab498fab69c1d2, 0x2544049a46061844e3ab498fab69c1d2, 0xddac20a4f782be001a03213430d37c7e7a2f6840f3e05e88188d7edb52ab3db9, '', 0, '?'),
(0x56c384cc6ecdb2f0240c95ea6d71fe68, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', 1, 0x00000000000000000000000000000000, 0xcfb74e3d7cf2d0a37775b9a090e593ec, 0xace1242c6f6f9917c6dbd65d07d28766590c157b1542035c00519814ef5fd16e, '', 0, '?'),
(0x56d39f7091988226e6575e5294de2f45, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_sub_footer_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_sub_footer_template_1.php', 0, 0xfbc8bb0110187a0c429abb6653d703af, 0xfbc8bb0110187a0c429abb6653d703af, 0x185a6fdd1f1f9060854f0a58d1542a3a738ab6bd6de26a6738107b43c69a95bd, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', '/home/abt90iranbet/public_html/wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0xeff91f588119d7ddd6d4a2db72424d56, 0x56da30800efad9574410592fd2af2733cb5b7907d0b80d0e5370205daf2246ad, '', 0, '?'),
(0x56ddfe576f2fe85c48b006b6c159a0e1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 1, 0x00000000000000000000000000000000, 0xaf444084e0f6f7b83c2813db7848196d, 0x7b6f010a4c884f2f3e65b17c72a0acab294d7f71b3f3620abb21a510837b1a42, '', 0, '?'),
(0x56debd28ed184ca0b151a5a30e03e349, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php', 0, 0x971521b2546ec97560273353d7978488, 0x971521b2546ec97560273353d7978488, 0x7e7fc40e4ce1584015bb939bd09f2a373d4974d9b63966eaf984fd9d2a14adff, '', 0, '?'),
(0x56e1bb0d671a0f52662c48e9585b9ee1, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_24.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_24.php', 0, 0x73895720872c96d5929d4443471c2a7f, 0x73895720872c96d5929d4443471c2a7f, 0xc1665acd08b335d9e9f90fed31b87fca5138e16ab606783c6810d347d8738b74, '', 0, '?'),
(0x56e4312358843b5715cc68a79ebfad80, 'wp-content/updraft/log.c3c1c29d3d19.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.c3c1c29d3d19.txt', 0, 0xfef693b87ce7fed39eb6a19d7cc4973e, 0xfef693b87ce7fed39eb6a19d7cc4973e, 0x9cff90edef0291d2d584761876254d31a3da97caf6235e6de9ee5f516e2d33ed, '', 0, '?'),
(0x56f07173ecf767530f5749d1bc6f687e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', 1, 0x00000000000000000000000000000000, 0x9a608d2ca9128728e95298a20f482146, 0x8dfac5efbaef62e43195a9b032a94ff2847788e4a690ac094b48b38e7311b85b, '', 0, '?'),
(0x56f0d57ee2b4eebfc2e8278fb7ea4438, 'wp-content/plugins/luckywp-table-of-contents/core/base/Controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Controller.php', 1, 0x00000000000000000000000000000000, 0x36e27e901f8e85e74716a3152b06fe12, 0xbd8719d41d27bd527bb357ffc236bc744eaba52452163d1ba591e2648e532e86, '', 0, '?'),
(0x56f93c97bad0eb46c2fb7fb49457f7cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', 1, 0x00000000000000000000000000000000, 0x5c074ad084aa467bf375247a80c9f627, 0xf343432544348d6169156be64695355ab7eb8df5f28a31a4a9077cd8127ece71, '', 0, '?'),
(0x56fd3b783919b03cc2e666e867d7117a, 'wp-content/updraft/themes-old/twentytwentyfive/styles/06-morning.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/06-morning.json', 0, 0x8fd8b9e2c96798d2f16a24dabd13baf4, 0x8fd8b9e2c96798d2f16a24dabd13baf4, 0xef405861a015591a14d8df881d8739046a88b50d1a08c88022212c601f6bf0c5, '', 0, '?'),
(0x56fd750cde7870f5b352b66351ca22b2, 'wp-includes/Requests/src/IdnaEncoder.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/IdnaEncoder.php', 1, 0x00000000000000000000000000000000, 0xde8b7da8101ff5c93265ee08650c1711, 0x7d430dc730674e3582c523bf8b3cc957602b00250e469d64fa73c97beb4c7264, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x8831e7c4aa4ca8eff635fa01d1210aa1, 0x6fadf25e173a765c82a2f56da60e90816fd7d906bec66354575be9df7fe49f6b, '', 0, '?'),
(0x570b6a46cfc111314ecf980813fd6a30, 'wp-content/plugins/wpfront-notification-bar/images/arrow_down.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png', 1, 0x00000000000000000000000000000000, 0xacdc92f4bd1ba17cef0e7d14e992cd43, 0x1d30714e5d406fb90dcc78a5d224e8af3d1dfdf51467ff09a5b242fbe49de43c, '', 0, '?'),
(0x570fb7166f64f27d16d3943bd1efde50, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php', 0, 0x65f0ea3f9846a70122913938b0c26655, 0x65f0ea3f9846a70122913938b0c26655, 0x37ce67f00c09b2e9f459c3e170301ec0754c446066df4ff925a39ad612a523ac, '', 0, '?'),
(0x57117a74df636e98ba9d5ce363351555, 'wp-content/updraft/log.d61c18f9c5a5.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.d61c18f9c5a5.txt', 0, 0x6546b166104f00371d9cf1888dae7406, 0x6546b166104f00371d9cf1888dae7406, 0x489b2fa5aec364055a55243da4cc8afd4040df7a014e9e53c92b45430116555b, '', 0, '?'),
(0x571289bc574fa298b40c3e8cf1a46d41, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 1, 0x00000000000000000000000000000000, 0xeaf03a3d493387242cee2ed5ab434e0e, 0x41995f1753c4b76331baad4943e29c5a186364fb0e8f0230496e699d4146f165, '', 0, '?'),
(0x5713aebee7543a2a40f6787ddfef98d3, 'wp-content/plugins/wp-rocket/languages/rocket-zh_TW.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_TW.po', 0, 0xbbd7f96b4878c8edfab21baa25f75496, 0xbbd7f96b4878c8edfab21baa25f75496, 0x7a519d273ab1df5f41db62d6655cc30f7d8d6981bf2a0632d422c903c4bff6ea, '', 0, '?'),
(0x57152959fa4786963041a2d6823f4a1a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 1, 0x00000000000000000000000000000000, 0xbc6520550afd05e5f27ee497ddc9b98a, 0xe4776427e77bf3d12ef01c779d873b8dce9e131a4076486045bf1d0237fcdfc5, '', 0, '?'),
(0x571759c5f27a7da1f9872c07daaed7d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1_no_content.php', 0, 0xa9aa0350f9cfbf2cfd274033a3b2b09e, 0xa9aa0350f9cfbf2cfd274033a3b2b09e, 0x1bcd16eaf2affc41ee7c90cb1dcc2963e70b19ddf0f7b0532f3210baeb1ec44f, '', 0, '?'),
(0x571914efe7fcfe599c0e55e9c0f1ae15, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3_no_content.php', 0, 0xa76749a276efcd7068c73b0f10fcf790, 0xa76749a276efcd7068c73b0f10fcf790, 0x8d5c58351020da616a1d0ccf60abccdc4328f32cb2d5ae00fca585e8be3af5b5, '', 0, '?'),
(0x571f3e66673ee5d43a7bef8ade3c2601, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 1, 0x00000000000000000000000000000000, 0x508afa0dab456bdc992d9aec2f35e867, 0x55a05ef2951aa425a80936781603e2df8644b38b19730b1807a15b468320f258, '', 0, '?'),
(0x572520332ffb7c882f0ca0e72d2f73a6, 'wp-content/plugins/td-cloud-library/shortcodes/date/tdb_date_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/date/tdb_date_title.php', 0, 0xd954cbad6d59a05ca539ad826cb32adf, 0xd954cbad6d59a05ca539ad826cb32adf, 0x3c4a2900ed3ad418f287b1e884d7d862d4ae8aa06b851cd9048119542c5edb6e, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xc2a83749b2c170304e7ec2e61c1a96c0, 0x39678ff713f7bc9e9838cb2c37b364a7a15d20e48fa84c219a4efb9653aa0d7f, '', 0, '?'),
(0x573387e7b99147138063f06986b0e7d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_panel_settings.txt', 0, 0x6ae82d0f0e0328c84e73fbe75a2b7b3b, 0x6ae82d0f0e0328c84e73fbe75a2b7b3b, 0xa3086be81d6b0c0161169e1879216d945a830a7d069e2fc6f15a30fef58e9d1a, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x574674d8888352468a936e548af912c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', 1, 0x00000000000000000000000000000000, 0x296855dc219dc54d47d81569ebea8305, 0x0834a68ea076f09c06313fdd73967ff0dc13285e392c185972afc55d2baf3a26, '', 0, '?'),
(0x574cd07a9610f54a3008c4342bdd0ce1, 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadataConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadataConfiguration.php', 1, 0x00000000000000000000000000000000, 0x28b68197a634e0f73ddeb2e5fd601b78, 0x1787d437eacf4f7d02f1776a3b460e98686cdebce9b2a77e6cce425f0f283b7a, '', 0, '?'),
(0x574d498a83c1573103c32d47c30494e1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/prominent-words-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/prominent-words-watcher.php', 0, 0xe16b0ce1f7e36cdb09b567ac513a459c, 0xe16b0ce1f7e36cdb09b567ac513a459c, 0xdd22fff7650553ba735ac7cd0e80576aa7cd40b58f40cb397d320fc4b087b3fd, '', 0, '?'),
(0x574d736dc8d50370e16a19d8737f8792, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_3.php', 0, 0x287311f657ad5f1901753264f1570900, 0x287311f657ad5f1901753264f1570900, 0xbfe832c12a7442b96486ca70bc5e39ebd4ec5d17f237059b0c39e14b6881d8f1, '', 0, '?'),
(0x5757970f351a84e8bab4233222ef4653, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_4.php', 0, 0xf5bc3681f91864133545313236f7be87, 0xf5bc3681f91864133545313236f7be87, 0xed31e0bb846850f2afaba1687790dc998b93ec90b660c850b0ffce43c3849de8, '', 0, '?'),
(0x575ebf5ddfb79705287142de92a0df51, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-background.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-background.webp', 0, 0xe66b9824129232faa34638d26b525910, 0xe66b9824129232faa34638d26b525910, 0x256d00ef4ff267dc9a28f28cb394b742b4f377e6ff13ec7e9c9e3b49316db18b, '', 0, '?'),
(0x575f5f8a492c2bc2ebde58979a707f53, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', 1, 0x00000000000000000000000000000000, 0x2182acd32078c2589d3dfa31b2bfc9ee, 0x996cd4b0a97dbc6aeeb80886ac6c2c90fe5263f0b389767b98e00e92415e3835, '', 0, '?'),
(0x5760e82213360078c6528cb1aa10c414, 'wp-content/updraft/themes-old/twentytwentytwo/templates/search.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/search.html', 0, 0xe4d0709832043182ddeacde3b61925d8, 0xe4d0709832043182ddeacde3b61925d8, 0x1bbf672edf1e68ee9fc04cd9b2f489928485d5949b0074a075f4401b8e16cad0, '', 0, '?'),
(0x57614b821e33fdf842e2615199b4bedd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1_no_content.php', 0, 0x415bc82cc1e365d445f931c3a5e656cb, 0x415bc82cc1e365d445f931c3a5e656cb, 0x21620f50f4a27063850b319e0bd895a047584901230fba6e4e9df75d82473976, '', 0, '?'),
(0x576365e5c43c46d05329aeb445f576be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', 1, 0x00000000000000000000000000000000, 0xf8b92fcaa1e5d5d5cf9b12e286777e30, 0xd9a4955be72cece19091acc3e00a940bd0fec2f645f9f9b488daed327cd2456b, '', 0, '?'),
(0x5763b052bde3f594f88c0e6857e93497, 'wp-content/plugins/elementor/app/modules/onboarding/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/onboarding/module.php', 1, 0x00000000000000000000000000000000, 0x397226ab254db448358c5ae38ce7d6ee, 0x24f2af216a1ef99e32784bcfe6003c455653215708b3aa5ff473be5c15495482, '', 0, '?'),
(0x576626e45b4fd8b59e1c3f5398e9c88f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x2ec6ea9bda2f2a4d691ecd979984ced9, 0x1473068dff56a822508d247d145da0bedefcd1df750fc4871b79015b72dc5883, '', 0, '?'),
(0x5766d7d4297875c4dd4b9c0699a6a43e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 1, 0x00000000000000000000000000000000, 0x252f8b64c4e5b95ec19a4e966054db7d, 0xce8253ba633807e5e590d0054c90e542c50eecdcaebd4c750f25db94e585eb75, '', 0, '?'),
(0x577086d46bdd9ad2832ba37d92a91e09, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php', 0, 0xb884f3f5d972780fbcda9002340184f9, 0xb884f3f5d972780fbcda9002340184f9, 0x6384e57c0aba3ebef2dc2b5012f11cb339e50f9db1d93b0439d79f9929976d30, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0xe177e08df0b739ca363422f26b819079, 0xf858f90f938c95d6f305cd227615d1f992108bc42d2abcf4a3edadb7baf8f133, '', 0, '?'),
(0x5774075b913ff7c4a688b148c6a31bca, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 0, 0x19ea9ecc74adb93e653de7bbd21d0238, 0x19ea9ecc74adb93e653de7bbd21d0238, 0x10a3c6a465dc49fd4ddcbe5f354c049e7e52e9e3b986ab4d65df9d60cc1bd1a8, '', 0, '?'),
(0x577535cc6a2de3025835318f89b10eaa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', 1, 0x00000000000000000000000000000000, 0xbb48c83d099dfd09dbccf701653e05d1, 0xee03def2bfd704f37de8e97a7667e28bf991cb8203635db66583054ffa9b3819, '', 0, '?'),
(0x577808f11cb604f0b0acee0458386e74, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php', 1, 0x00000000000000000000000000000000, 0x53446c32e4dfffde234d27965eda9ef1, 0xb4b4c77d4a809aa2486fcb52068422b60e1e12a445a33860046fc539298d4b47, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, 0x00000000000000000000000000000000, 0xa3979831f3fcb3bd2dbb157953996b67, 0x341ab8dd48172b2a50c5dc6088082ce6b1b9b3eafdd2847ca92afbf2d58e1e70, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', '/home/abt90iranbet/public_html/wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x5ad8455655c0f775fadbda1487a481fa, 0xba834671e736b3a331bb0bb6a2c93ca3a907aa77847426df62dfc2cbd931a6b9, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', '/home/abt90iranbet/public_html/wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x3274b06d85eca9dc2a474bff748309ca, 0x1a9b8639eafdc1bbfad9122e2ee17530433892a7c60d467edf807e73cc484d18, '', 0, '?'),
(0x578028c6f6bc37660a47390e875c156d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', 0, 0xcfd666cba306aacbd3094f893a2a87da, 0xcfd666cba306aacbd3094f893a2a87da, 0x5943d43c22d7d7f851f448b65a4db363a6dd77da9245899570ccd2a4896f87da, '', 0, '?'),
(0x5784fb419b60dd223ba5ec30be16e2af, 'wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_admin.css', 0, 0x737edf088ac3d9f627d26ee1c1bfdb97, 0x737edf088ac3d9f627d26ee1c1bfdb97, 0x974711cb1b86b319f2ca99570902b261c9389394c008f2a2c59167fc59463a5d, '', 0, '?'),
(0x578d2920bc8028762f0191f3d5338731, 'wp-includes/html-api/class-wp-html-processor-state.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-processor-state.php', 1, 0x00000000000000000000000000000000, 0xa9bdc2efac9182f2d6d184d6dc59c03e, 0x27f495ce4c63e469fe7e5eac609b28ba0cf9f11c8fa20d62b8779fee74702a76, '', 0, '?'),
(0x5790447fd292495aa41627a0d0792d4f, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/testimonial.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/testimonial.png', 1, 0x00000000000000000000000000000000, 0x9e2b014f0a9623c7cede4658600be4b4, 0x8dd6e8286043fccc2a19a49c6697a7f15120b7e4e943f2ecc64c584d4acb8e8b, '', 0, '?'),
(0x5790cd4c6a0f4e2fbc40cfa2dfc6b082, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x54020998c4026e728d6b11169cef0595, 0xe5b33b5c05f8c2581eda81eeea192f303bbe9c51f25011862e934234c3f21ad4, '', 0, '?'),
(0x5793c4083fb4416265a1ffdbd365226c, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php', 0, 0x81ac10b3bdb5948aefeeccb18e8a75b8, 0x81ac10b3bdb5948aefeeccb18e8a75b8, 0x9872db9f80f0d72e414cf71c6b5f035098ce47f1e45148aaf8abdaf36a82f002, '', 0, '?'),
(0x579f61f6d30027fa00f52f5e0df13998, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_265x198.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_265x198.png', 0, 0xdaf76c91a06a79652de9dbe209f132be, 0xdaf76c91a06a79652de9dbe209f132be, 0xc4ffddc0d2550783257046d050078d6a4653ca48ea32650ad8e53aeddd3316b6, '', 0, '?'),
(0x57a5b0118d737bbb51ae71b6c1698806, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x7487d68a7112daa98082fd9f87dd3fbd, 0xee6fc4ca15cd8c5011e433021e951a4af579adc3dcbcadec10606f007ca4e33d, '', 0, '?'),
(0x57b344a830f535ad75f6dc09d6ee353c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', 1, 0x00000000000000000000000000000000, 0xb4fafd8aebab5c9eda140577ad8948ed, 0x14d9d3a7d3ddcfc0ab9a61d77f3c29d988dd471b184fcfc75ded9977547e0dac, '', 0, '?'),
(0x57b3ba74107771b4066b3ed269fdfb2e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 0, 0x38485d972e1fcc876e22d092dfde7f39, 0x38485d972e1fcc876e22d092dfde7f39, 0x84987cc6b41bcf8b3272f767b06dff5205a8c2d8c26c921722db60299b4cabb9, '', 0, '?'),
(0x57baa91f8af42ce7a9553c7a2ebe24eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', 1, 0x00000000000000000000000000000000, 0x03be5404c5485e65e0dfb980c0394dcd, 0x5e88ea0a49078896e36c1bca8d49513b12ae52f174667426c8026fbce07952f9, '', 0, '?'),
(0x57bf88ec308968715ad75d8e4d706757, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', 0, 0xaa7ae3b25b9fbf9d21e852bf30741da6, 0xaa7ae3b25b9fbf9d21e852bf30741da6, 0xd35764681ba92cce154481a7b3590fedc1d48dc6c3113766b44286d35a0ea107, '', 0, '?'),
(0x57c20b13194b0727925c93ac9fa8d8a6, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-6.php', 0, 0x3a5902d20f9f0de174906db9a318d0d9, 0x3a5902d20f9f0de174906db9a318d0d9, 0x09162dcb653edc0e192ad4be1ce672b31ac6a76ba8831ed7a1a39c65e5c6e418, '', 0, '?'),
(0x57c4b9d8daa996b85270d332635a29fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_panel_settings.txt', 0, 0x01c6bb659e7c87b5f502d93e855f3a19, 0x01c6bb659e7c87b5f502d93e855f3a19, 0x005363724e4ec2e396566c45441bc3b152401db008f90478046c880ddc4ea5e5, '', 0, '?'),
(0x57c678a6f0120a1b3ff2a8d848291469, 'wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php', 1, 0x00000000000000000000000000000000, 0xa46b0e814b044ac9c63ee1bcbd91098e, 0x93d01ef3379da2904a17c4feba45deaff7b7ba8a531b2452060ad5b1bf4752a4, '', 0, '?'),
(0x57c9fd514f3509e6587584ae95bdca70, 'wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_posts.php', 1, 0x00000000000000000000000000000000, 0xcafadbdbaeedd02da9a7239fc7559525, 0xdbb495da79892c7b2dd924a7f69cc29df343c6c66ec1638527b192608f88025d, '', 0, '?'),
(0x57cb39146174b6a018a4ef58069d8702, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import.php', 0, 0x19d89f51e66d087c3340efdfd51b5524, 0x19d89f51e66d087c3340efdfd51b5524, 0x9fa4dc22387ff3675f02d5372009115ff52c5318b53bced67f2a2fe215c81fe7, '', 0, '?'),
(0x57cfebf8df0b0a1a40befbb0cc56e01c, 'wp-content/plugins/wordfence/css/license/free.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/free.1690810710.css', 1, 0x00000000000000000000000000000000, 0x63ce4dc66f9cb2d7731e7c8485f976f8, 0x7aa6f735def1a3ab8dd9c5d2a45a9e75be7c0c2a76732c00a71f4241acfedf39, '', 0, '?'),
(0x57d59f0f8cb5339d5e9db5feca79f7ff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_8.php', 0, 0xf1e0672d75744201f0e26da8d2824d85, 0xf1e0672d75744201f0e26da8d2824d85, 0x99a6af533af714c5d9175b67ef74589433daa5bb977946ad589b08fd21164da6, '', 0, '?'),
(0x57d5b64e60606fe9e568cd69542c40bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3.php', 0, 0x5d47e2ce342228c1964c73477dfbefb4, 0x5d47e2ce342228c1964c73477dfbefb4, 0xe2ae9bb4945819b414dd373d2774ebe86ac43e50715580d5e4ff172f78edb09e, '', 0, '?'),
(0x57d7ebab36425c0b8fd6f6b7f40d9913, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', 1, 0x00000000000000000000000000000000, 0xcaeb8dac10ec15258f675eec80f15ab5, 0xf54c8b3d4126b996edfb6b9c9f99f9d4d5adcdb87f06632deb4c18ed125aecd4, '', 0, '?'),
(0x57d8fb7bc454e1143f4007f12b69e63b, 'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php', 0, 0x946509c11c4db7c11e3dbc2f130882b5, 0x946509c11c4db7c11e3dbc2f130882b5, 0x20fdacbefff8be4a5a36f008a5c6c4debe6d6548f09a4f528cc8759a21e59fd5, '', 0, '?'),
(0x57d9aea781a6f8155a48b7163df8723f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', 1, 0x00000000000000000000000000000000, 0x356ff965c6435c8c82a8e4e93f01fa12, 0xef4a9be6764d3362c7fa245bb48a9bca632f2f7a3096a36e3db55904ddb5b19d, '', 0, '?'),
(0x57e3c2c5db335f8f4dc2474a57f2ab36, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_4.php', 0, 0x954d7ba01876ce2ba7a46eea6f815c39, 0x954d7ba01876ce2ba7a46eea6f815c39, 0x0081694f1fb3cf3ff7e680c1bcaf64a1c1cc737a3e8dfc1255ef34fec6a379d7, '', 0, '?'),
(0x57e49b060b4c2b49c1c5f81f15bda2d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_7.php', 0, 0x665886cfb250e9ea498e1a5a045a1d74, 0x665886cfb250e9ea498e1a5a045a1d74, 0xa139d6c48f8d63f5edec9ca261f98aa24ebdd44ea7a1f3fcde1c8f51b1e6590b, '', 0, '?'),
(0x57e5a764def78814080ec3d67d8272d9, 'wp-content/updraft/backup_2025-06-20-0329___90_7704974c6eac-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-20-0329___90_7704974c6eac-db.gz', 0, 0x9cb391d80adb67239cb13690e017dc31, 0x9cb391d80adb67239cb13690e017dc31, 0x649359124de0c99f42160e90ab74add02da89028c1feb9dcdb90d20d1aacf00f, '', 0, '?'),
(0x57e6a4d29805fd845ba4725cb4fafbf3, 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x57e7ee84624c558e5e2cd0153dc1400f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xe5139e14a9ce13f3263366a33d672d0a, 0x51f04e1046b9f730873bd637e718e2b87851cf21ea7c14a31cb9d968ac5c3f56, '', 0, '?'),
(0x57e92c26390a622206b7d174c5d64370, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x57ea8e026aa4f833a9ee14e13029c6aa, 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainm.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainm.png', 0, 0x0fca696698f1913b8fc219fbb31c4630, 0x0fca696698f1913b8fc219fbb31c4630, 0x21dd61f05638e0105ad27dcd5f381292d99a8e11ad07adaf69712d9afee2c414, '', 0, '?'),
(0x57edfc34ffe7eee12a283b1ae7ac7f9e, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js', 0, 0x84e41fc3f9623c8d7034a7ea03d71619, 0x84e41fc3f9623c8d7034a7ea03d71619, 0xc72c8b7e78f82d8190850c9b08ac832dd8b2c54aded54932078a022bda36c0b6, '', 0, '?'),
(0x57f6d25d7d04a424ba534b22034ea736, 'wp-content/plugins/updraftplus/images/padlock-150.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/padlock-150.png', 1, 0x00000000000000000000000000000000, 0xdb475c265f7bef98187da7c211935ba5, 0x53bce1ca0c0389b0a702101a7a9c03eb7725eb446a5e760fa849edcacd719aa7, '', 0, '?'),
(0x5802b9aff08d062d6935d8c6294fd320, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 0, 0x0bad1c6e1af16c2d634e58e5cb272a37, 0x0bad1c6e1af16c2d634e58e5cb272a37, 0xf509b4271dbe6527657315e31df9f6167bb0b48740d05eaab9087598008719ac, '', 0, '?'),
(0x5803b65a4733fc9e6a7127b237c58de3, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php', 0, 0x363bc2f69db249c0c66e973687ed1975, 0x363bc2f69db249c0c66e973687ed1975, 0xaaaa3d95cd004d4b6fc6d435338ebfff5eb93dac392e97e408ecc0469488dfba, '', 0, '?'),
(0x580ff2c6684a5d5529dc2f40791216df, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/changelog.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/changelog.txt', 0, 0x867b4d29667b47985d8a511d64d89847, 0x867b4d29667b47985d8a511d64d89847, 0x1ab7524884a87bd2423a03215648cde8e4956119861c39c4f8b8abb1cd68f196, '', 0, '?'),
(0x58193e4b69b1015cf5ecdf814baf7e06, 'wp-includes/Requests/src/Exception/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/error_log', 0, 0x8fddb6e9cf4939e916ce0bf71c25aba3, 0x8fddb6e9cf4939e916ce0bf71c25aba3, 0x3a9e4bbc835c1acf09668f33bb0075031aa8eb817e83b3ef977799d1c86540d2, '', 0, '?'),
(0x5819b4493702ef7513445b19bd6503cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3.php', 0, 0x22405c26924a75a0291a157c1e5a0446, 0x22405c26924a75a0291a157c1e5a0446, 0xa963e2f0e8c0581a62b6907c5fada588273400565aef05f6ef3e1de8ece037b1, '', 0, '?'),
(0x581dcdae99d1e01478e2b799c42388c6, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xf55a191af58519c8ab3c6a4ed95f0936, 0x09794c5892a23d2d999a0b8e794135e4460a3a3924401a5e1a327231876c14d2, '', 0, '?'),
(0x581fcd8938ba5309b884d2e9f65532c5, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', 1, 0x00000000000000000000000000000000, 0x31dfba8871d3de2ab5b845a3cc3bc873, 0x6e8b5ec618cd9bcadd638dc1bc3700f2d6642e26061913d81da84078fe0060fe, '', 0, '?'),
(0x581fefbcbe0e5993c6405db71c28eb59, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_7.php', 0, 0x2e826e05e295f998f5395e63aeea8229, 0x2e826e05e295f998f5395e63aeea8229, 0xa30d6a00690f6f38fe4007dfc0e8121e128ac87e813d8a159920bba07b46a690, '', 0, '?'),
(0x5821caba5aa750e781adcf8bac503c3c, 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', 1, 0x00000000000000000000000000000000, 0xdadd886f72a8c6e76d7fcd4c775e0fe3, 0xe8e3aa71f9ef4d88e32890a5410bad2fcd4ef13171768902495ea42d3f92eaac, '', 0, '?'),
(0x582bdd9756b04afd91e6766647b2f218, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.woff', 0, 0x1e4a34fc8ace128c0bf13b8cf68119b8, 0x1e4a34fc8ace128c0bf13b8cf68119b8, 0x33b553421d336eda3d3dfd8a12c60dd804820c1447d42ec945ad61cc11d7880c, '', 0, '?'),
(0x582bea9f2da7b777288dff3fb68466c4, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/exit_popup.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/exit_popup.png', 1, 0x00000000000000000000000000000000, 0xe24c6037f8091414bd2fe54a476d6c61, 0xcd86fd88decbbf119a4b9c63da5fea7505d5fa5dfba8d20d0186d0c0bdc6b4b8, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0x58312b96fc2e8a850c933ec6403e8b4c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 0, 0x9f2b03877e501cfefe8f1ef2f616c133, 0x9f2b03877e501cfefe8f1ef2f616c133, 0xc33703b49361b4123f271efe6cf07d8fc6ad7fc12fc1b261245e83f95efce8de, '', 0, '?'),
(0x58421b3ac53b25c3e58ba1e612977efd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', 1, 0x00000000000000000000000000000000, 0xd9877f45af23604e609c5690c7255a31, 0xfb8a16b1e1a2f024d9fb94b5e7744c6d0938d87da6169377450f3d95acb6aca4, '', 0, '?'),
(0x584acae70afd73703374073921d28801, 'wp-includes/style-engine/class-wp-style-engine.php', '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine.php', 1, 0x00000000000000000000000000000000, 0x5da2ef7f701cab517250ebc4bd814573, 0x53b40e7bc244ce16f440dabf1bfbcae60704a9b6d40293ce05ec688b0c6ba746, '', 0, '?'),
(0x58513438c4be10b3262eeed27beb80f6, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php', 0, 0x7487d68a7112daa98082fd9f87dd3fbd, 0x7487d68a7112daa98082fd9f87dd3fbd, 0xee6fc4ca15cd8c5011e433021e951a4af579adc3dcbcadec10606f007ca4e33d, '', 0, '?'),
(0x58596a0cc914f0d3b68f78c653114a54, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md', 0, 0xead9d27be0b570022a26246714bb2a63, 0xead9d27be0b570022a26246714bb2a63, 0x4c15edb0e228ed03a97d4e29559dd0d7321192e4f1c28b570a5a7ad3217eddcd, '', 0, '?'),
(0x585a3f0bd79e01364ccae5b89dbc20b7, 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg', 1, 0x00000000000000000000000000000000, 0x5319c7ce0b018a5a7d10cf7d6245ac5e, 0xf30ac634bbe34b012649f79d76aeb294dbf92548f3dbba437ce40fb6b9c9a996, '', 0, '?'),
(0x585a41dbca83f6a90bd90ac2135661c6, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php', 1, 0x00000000000000000000000000000000, 0x44b8fa7f11ccdce014f959f339445ea4, 0xab94eab42f249bb87cac3c481d495de1bec6dd541065aa0915308e111165a89a, '', 0, '?'),
(0x585c101c1f5144d3a870ac48e9bccaaf, 'wp-content/plugins/elementor/assets/css/widget-accordion.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x7d781fa9eedcbf2d8b1df77aec1f425a, 0x90a9cb56dea958ef07a08bea4d5ac7489893130b793abdd889fcd29f37a9da37, '', 0, '?'),
(0x5864cd03f02c7038a4791b443c3b2271, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', 1, 0x00000000000000000000000000000000, 0x1f1c6abbb54c6d189b7263e0861fae8a, 0x52b514da7f2f564e3eb14ffab003b70162face9cb5775e6bdddd5ed91d273317, '', 0, '?'),
(0x5866f4afc26a0ffd1bd976e0839e654c, 'wp-content/plugins/wordpress-seo/css/dist/elementor-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2370.css', 1, 0x00000000000000000000000000000000, 0xb85e4a55bcbfc6a1d348d546058578da, 0x50d58881efe4491c858aaa50080a707bc1d9f3e329093b169fc0346ff6ca774b, '', 0, '?'),
(0x586723bb6d0d669a6a9e05370c6dae5e, 'wp-includes/blocks/post-title.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-title.php', 1, 0x00000000000000000000000000000000, 0xdf76bff01ed2bc8259eb07eeb608de72, 0xf98e1e6fb0bf90c76cab4b4a693c0b00492696797379a052aa1d0dfa36ba2e21, '', 0, '?'),
(0x5869a7100749dec73c12682986b97bbc, 'wp-content/plugins/wp-rocket/languages/rocket-ru.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru.mo', 0, 0x85cf7a3bd68e6f2687d0111409e37d3e, 0x85cf7a3bd68e6f2687d0111409e37d3e, 0x3f22ac78a41e4bab5c6e2c1854c73425347d3387fa41adbb9ab584ad4d6e0b2a, '', 0, '?'),
(0x58743ac10bde5d2438f3db3c6559e984, 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php', 0, 0x8824b69b58bbe158fb0e98f2f2d9df40, 0x8824b69b58bbe158fb0e98f2f2d9df40, 0x95212d7f1eecdd1d9b428313451fa73749a251dc64b1f33fb07dfd7785659f3b, '', 0, '?'),
(0x58768ec462529f64b8b0932e68484113, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2_no_content.php', 0, 0x9084e741385d7fd50e476450d4e981c5, 0x9084e741385d7fd50e476450d4e981c5, 0x6941ae164ef678b8a6fafce60741ca94de755cd93354b6a4488a161adb38ac6d, '', 0, '?'),
(0x58789ad09b5da0b72514bcfda213df9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_4.php', 0, 0x93bfa8bea344b9b0956f5a5ebf4323f1, 0x93bfa8bea344b9b0956f5a5ebf4323f1, 0x02c1f52e31920469817716d8ee5cbd733ee6fa35f64b303561906f15ffbdfd35, '', 0, '?'),
(0x588627b6799c87e31ffff2b9cd14d603, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/quote.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/quote.php', 1, 0x00000000000000000000000000000000, 0xf428f91d9fd887e154ad510b21804011, 0xe47cce17a0deee7e0ecfdecd5feeff1cc0cc824e06c12ce3b4250e6d77f6fb1e, '', 0, '?'),
(0x588def35e49744d6fc492e0a95a623be, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kk-star-ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kk-star-ratings.php', 1, 0x00000000000000000000000000000000, 0xb9b82fbf7782f633e1eb62cebd5c8cda, 0x88c384bbe3306fe4ba5f4606e71ccaf9414e4a1bcf86c519ee6d96ef1ff6174b, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0x58977e15fa22b6760af13bd6ea3cb842, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/AjaxLoader.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/AjaxLoader.gif', 0, 0xabd519964517c862aaaab7e9179f8a63, 0xabd519964517c862aaaab7e9179f8a63, 0x00e5512056181312c80a7a706895ccc88a566abc4785358211011a355c2328df, '', 0, '?'),
(0x58987818de13c6afd90efece028a4363, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65a69b00cc6649bda61e782937a6a706.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65a69b00cc6649bda61e782937a6a706.json', 0, 0xa6157b4eac71e7ae9f3a3e32a9b0abc6, 0xa6157b4eac71e7ae9f3a3e32a9b0abc6, 0x73c4de7ec1b59ae20a7fc4c7d7db8d5ff227998c06c8f0f0d2bfd37aec56250d, '', 0, '?'),
(0x5899ffc350ac7f8fee54cba7fb6b6395, 'wp-content/plugins/wp-rocket/inc/front/process.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/front/process.php', 0, 0xce407ff5715c837d02b1aba7975bf512, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x589c41f86cc0a336a3e207d0a3d55c8c, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/updates.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/updates.php', 0, 0x8c56fcf29d78c4b9f43a3ecf60c199c3, 0x8c56fcf29d78c4b9f43a3ecf60c199c3, 0xbcc76d6feeb7781ff9e55dd5527e822b8c59ff68077d92aeaea7acaacc3f0909, '', 0, '?'),
(0x589d6938338e1ee571627cf5832c0d05, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', 1, 0x00000000000000000000000000000000, 0x93662108c98e1e94d093e7bbc2b0f38b, 0x46c0760c9d1bbf10115e5ab39b5375d89e90e1c58114a5f070df0a93b2436b1f, '', 0, '?'),
(0x58a0d36e2ba353c232ff9588dbeacc0a, 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php', 1, 0x00000000000000000000000000000000, 0xe6d84db9ecfea5213f2faf9982d36ab1, 0xbf864e8b101d28df64b4a650f01cd4864aadeae3f0f9d6af63bede162bec6fe0, '', 0, '?'),
(0x58a0e8637cd0a8a4129dfddb02bc7927, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-es_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xb2a83f94291a6db0a171e0189a3f95df, 0x48e9e6b7b0cf6740faa31b4460282d6c6c2336b97758e8db06e33fe31e877d4e, '', 0, '?'),
(0x58a451a8d66a6f5fa38e9482c550e2de, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_6.php', 0, 0x63728d069e2a4eccccf0796ac0c4076b, 0x63728d069e2a4eccccf0796ac0c4076b, 0xf39685acdcf3985c9d1058f34fc4c52294ff456a4157fa6ef8afeb67e5c18100, '', 0, '?'),
(0x58a5329b46477282d06de2f8f3468fde, 'wp-includes/blocks/button/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor.min.css', 1, 0x00000000000000000000000000000000, 0x2eccfbc519b389b07bded55f10bcc217, 0xa5ec1e5ee0536e51e3f866fd40d5bde4f46d456cdc819b587bdac8f24af74e2e, '', 0, '?'),
(0x58ad15975b3c6731c6c336e5f611dabc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_9.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x58adad3d9b016c339f26e5180dc727a6, 'wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php', 1, 0x00000000000000000000000000000000, 0x0090080e112f1fda001b06e3e29bf973, 0x427ecfe206653f40c5c9cd3371bb09e42abdc73cf607be333c4a59aa6175d7b5, '', 0, '?'),
(0x58b1324a530a799e6b9a1f982a33b8a9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php', 1, 0x00000000000000000000000000000000, 0xf87706c07f258328de4e985bcc201581, 0xdf5e9ecfbe8b35ff04c8c10a3129e498fb64e8851ccae7ba6bdf96d9a40f6850, '', 0, '?'),
(0x58b5731b99caff5971dae5029e65504c, 'wp-includes/blocks/code/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/code/block.json', 1, 0x00000000000000000000000000000000, 0xe461c61bf81eca069656e4fd305fa0a8, 0x9c223d1d9df950e2b40fe22ad1907c364ca8930645dd1c3f89b82542b869fe6b, '', 0, '?'),
(0x58b62da3d13750c8033e76c5af696175, 'wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', 1, 0x00000000000000000000000000000000, 0xa506fb3484ddcc6f276e030bc09f8b83, 0x97f2843356d40cacec19403152434db8223b92ef63bd925d4562721f5e8c0c3a, '', 0, '?'),
(0x58b913d4b02b080319b6016381f0150f, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_444444_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_444444_256x240.png', 0, 0xa754e8ca17c5a8a690b42590e8788795, 0xa754e8ca17c5a8a690b42590e8788795, 0x3fdf4966c9e5693a41a0ee404b8b9a3eec8912d40048ae6c1f379dae69eb1e17, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x58bc0da683212c04bc8e4d3a1ca2e569, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2370.css', 1, 0x00000000000000000000000000000000, 0x924dcdffa5c479a2ea8b5dac87ee03ad, 0xd97c03ed1b6d83ef57e4850febdce4aa12933b6600b268ac3a3f87613af6ebb5, '', 0, '?'),
(0x58bebed8ede410fc9ed5b23bee681515, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_panel_settings.txt', 0, 0x63b635c0abfacf7ce3534712d4860a4e, 0x63b635c0abfacf7ce3534712d4860a4e, 0x0d590d135d8c3637f450769672b5310c49ec0ce235575dc5983afd499c98b70d, '', 0, '?'),
(0x58bed68fe11b7c355f384570eb419fd9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 1, 0x00000000000000000000000000000000, 0xca9f4010bd322461f0e66f4a6c18133c, 0x4e6b7b6ef0275f4d1976dd19617cabad67750fc89fd6106e261d8446ca05ce49, '', 0, '?'),
(0x58c1bb9cdc540fe6aee3c679395212cb, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/common.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/common.css', 1, 0x00000000000000000000000000000000, 0xa57449d5e489c1a038c5488f679b8066, 0x3b139c132a4d4ea17526f18c8c24a945d2837bbaad62665d3fed98bb64b09330, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x2a7a049c9b44cbf7e3ba634640234c76, 0x11f85f059f438586adfd604a1cd4fccbb6ba7dcfc9731cb410e9c6523b53a13b, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, 0x00000000000000000000000000000000, 0x9258fc19cf4392c12342b77354f86211, 0x08c3974748eccee61ccf356bd3b972c2dcb013521f52a3c75fa316781ec22da8, '', 0, '?'),
(0x58c7cdb9246f30d1d4f58c862fc171cc, 'wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js', 1, 0x00000000000000000000000000000000, 0xac6c19b1929d5b29087131a2a8ab7f1d, 0xf80f4b9c69c692bee5d6cb02b7b34e4bdaa0b08df93977a430af946446e471f0, '', 0, '?'),
(0x58ca17f927fe45eb3b58a1b3742f78c5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff', 0, 0x39d1770eb95e69b7ac8cf06d9848b41d, 0x39d1770eb95e69b7ac8cf06d9848b41d, 0xf698ba381b176062c01daa3b44a0d6156d3580b4d12ac1ece3ea7423d7c566ab, '', 0, '?'),
(0x58cf4b093cb712d4d108f265c4a25f29, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2_no_content.php', 0, 0x6225518efa4c30342149eb4fc7eb4d48, 0x6225518efa4c30342149eb4fc7eb4d48, 0x177965ac1f08dbe87480a8b5c0101339b7e9cd8670148942f643ede3c5e09b06, '', 0, '?'),
(0x58d06b2844f1d671c89bf7fd4703f6a8, 'wp-includes/js/jquery/ui/slider.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/slider.js', 1, 0x00000000000000000000000000000000, 0x35f4f07cb18e16ae63af574bdc7862cb, 0x2075bb2f5c47abd886930123949ec528ee2c674d77f02b79c89b4696ec140f54, '', 0, '?'),
(0x58d2640a88728e412b8593969808ce6f, 'wp-content/plugins/td-composer/includes/tdc_main.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_main.php', 0, 0xa703725651656b2f9662da67d2dd0dc4, 0xa703725651656b2f9662da67d2dd0dc4, 0x5e3eaf17a974fff55527352e3be29766b939f0c7c5708ae9671c9d56bc902887, '', 0, '?'),
(0x58d3ccd19369f570a275df8f96e12cd1, 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php', 0, 0x23aaea37d4956fb18866b4185fd2bcbc, 0x23aaea37d4956fb18866b4185fd2bcbc, 0x7de5401ce87c87dbffcb890f840236031c5947826c8ac1c493e24a7c67784064, '', 0, '?'),
(0x58d7c281a79182bd65e16416a142a6ce, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php', 0, 0xe40dfd363f8854caceff8f70ab3eb54d, 0xe40dfd363f8854caceff8f70ab3eb54d, 0x56d265cdc29304c8366642837dfd9bbe4fd401bd3b55e22492e64ac5e48a651c, '', 0, '?'),
(0x58d8dc4ea1bd38846af883b3a263f914, 'wp-includes/blocks/post-excerpt/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style.css', 1, 0x00000000000000000000000000000000, 0x3d75cf608aad36d5d5f552e84227e495, 0xef0bc3ed5805e339ef73a233f87cac138ff213b879ebffdc06ec612c5b936131, '', 0, '?'),
(0x58da226dca40d45105b81b95e67cf598, 'wp-content/plugins/elementor/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/license.txt', 1, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0x58dfa4c454772c2af1c0e61ea0fa6e4c, 'wp-content/plugins/kk-star-ratings/src/core/functions/filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/filter.php', 1, 0x00000000000000000000000000000000, 0x8eeb4043305fb41bd566194a45771db4, 0x27e29c8a187b4c2fce151790eaeb54bf631a3021fb86f2d398e94709852d3964, '', 0, '?'),
(0x58e2e72aefd9f29a07d8479648519299, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_4.php', 0, 0x5b01d540171641cd8797169895ab3814, 0x5b01d540171641cd8797169895ab3814, 0x6416f7e155f9a816dfa5722d71d87209f06e9deeed2896ee41ad3619bb0804ed, '', 0, '?'),
(0x58e9ec3b804247b934b3a4906fa4d5d4, 'wp-content/plugins/elementor/modules/compatibility-tag/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php', 1, 0x00000000000000000000000000000000, 0x92e257191ef8d99feb24566290ca1767, 0x54577dcf849dff57dc4792f1ae69eb8d9bbdc588d5810f6375435ba71654f1c5, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', '/home/abt90iranbet/public_html/wp-includes/spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0x3690f575f5177b0cee74a4d504f2899b, 0xe7cb2cc95a0d4d093edc8503010380e067ef7002f22f07e9095a1a236021fb2e, '', 0, '?'),
(0x58ecc0141c706f6d4f0fad538fcafc83, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php', 0, 0x9ae7f12cf3e2618afdd747735f9107bd, 0x9ae7f12cf3e2618afdd747735f9107bd, 0x9be2504c3857b03e825f6599f79cd15477d2f5c4bba5431b4826a52cfd5468a3, '', 0, '?'),
(0x58f0871e541f43575f5ea8b76f67f4ea, 'wp-admin/includes/class-wp-debug-data.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0x5ffdc2c30b998558ebcc8c3a4aa30101, 0x113b2453dc8c52f67dc55deab6799b3651d26d7623b2a60d8fbc2560f6659db2, '', 0, '?'),
(0x58f09485bbd39b1997bd12ca77f60015, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/general.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/general.php', 1, 0x00000000000000000000000000000000, 0xf1d117eb74b32fa5f9a55a14a1543201, 0x020b2920e0863cc05a0eb20758c9c0da2287db570d0b79156b7be6ab0b77a91a, '', 0, '?'),
(0x58f0d59ba2e56ee70eb992cc286ffd0a, 'wp-content/plugins/wp-rocket/assets/js/preload-links.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.js', 0, 0x51ea34a3ed5e51f4c60659f0033ba2a7, 0x51ea34a3ed5e51f4c60659f0033ba2a7, 0x15edf65018b1380b22effc4cf87396d2c3185553ec21dda1a796cc74ae0721db, '', 0, '?'),
(0x58f2f68a840aa9f2755b24cf626aff55, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2_no_content.php', 0, 0xf28369b063491473d88220ac32b34ad7, 0xf28369b063491473d88220ac32b34ad7, 0x979036c2c0ea1fa76eda0a3fbfee057fe09ba221d87445041725db6eb44c0080, '', 0, '?'),
(0x5901074571189e440d6cfafd794887a3, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_3.php', 0, 0x69f6f8e4d058a38904dfddcad4a41631, 0x69f6f8e4d058a38904dfddcad4a41631, 0xd5754698b504b1ea7952fe22ba5eb3a879427d32fdc0864b23b4ccff30a60301, '', 0, '?'),
(0x5901d2989c4ea583742f0b52d2ded581, 'wp-content/updraft/backup_2025-05-19-0328___90_f391615a9dfa-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-19-0328___90_f391615a9dfa-db.gz', 0, 0x4f28051f1e3d39e5997f61e814cb3c70, 0x4f28051f1e3d39e5997f61e814cb3c70, 0x790954d670e2ea4520b0ee0c7178204a0a8484e0ccb63f85d45808c4594fc95d, '', 0, '?'),
(0x5921e4928e6ecc8074e4ffff2277559c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/demo_style.css', 0, 0x59abbe2f5945d66b8cb4ae8960cdb11d, 0x59abbe2f5945d66b8cb4ae8960cdb11d, 0x598ecdaa63d14f6fe2521952725695873fc523116f6914eafbdbf20750ff1a9e, '', 0, '?'),
(0x59242286ff96ba3f1bc427a3dbe91d9a, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_300x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_300x0.png', 0, 0x9e614094b2e121f4546bf9769fac269a, 0x9e614094b2e121f4546bf9769fac269a, 0x5049ffbe7fa92fcd85fd4c2d2f032ef9a6c8a06043377736dde92a32bc1498b9, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/annotations.min.js', 1, 0x00000000000000000000000000000000, 0xd31d505bd6c8bce6425db19600b4b851, 0x20f15e3da590647587b35b0685d39a96b489ff138466176479efcf83a4ff0a0b, '', 0, '?'),
(0x59284f800f9130d23240a84a8360a53a, 'wp-content/updraft/backup_2025-08-04-0328___90_442e1cf2a03b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-04-0328___90_442e1cf2a03b-db.gz', 0, 0x36df25fd1ee9d56d6ac02a6b2c1c0183, 0x36df25fd1ee9d56d6ac02a6b2c1c0183, 0xeaddc6b50a6068efdcb16fbce4d6b04fa40890576c8ebf6540f594fa8746ca0c, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xa8fe6f4487b7950e67495dc02e6f705b, 0x19559f9ac58b1c9764b32318ad6d64c6823236db0df77a2cfd8b80762a04f466, '', 0, '?'),
(0x592d38678a6de5cc3c5a323824516095, 'wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css', 1, 0x00000000000000000000000000000000, 0xa8aa5e9a2e50468335835b6d2e37a302, 0xf1c98668d84d1bf7ecc448184759075e1b7a44649eb86c16d2fd6bda25a806f9, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/escape-html.js', 1, 0x00000000000000000000000000000000, 0xf7ca7f2df1f6a36ee4b2b637e1e0f202, 0x6dce073bd8b0d854bf68f93a483ea610306df7f2fbb11b6755faad48c0ab2955, '', 0, '?'),
(0x59346db7fe080872b5310a7dad0fb1f7, 'wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php', 0, 0xf5fc80cc8ab7564ab4bdc5fda57c94e7, 0xf5fc80cc8ab7564ab4bdc5fda57c94e7, 0x52cadd9d61e40ef4c872e23d9b7fabed945a4960ca1b2c7581b043854f1863e3, '', 0, '?'),
(0x594008bff9f75171705d22ac9bbfa666, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php', 0, 0xd8ce9776faf2a5afb2209ab2b913a95f, 0xd8ce9776faf2a5afb2209ab2b913a95f, 0x4a2a549c36d4bf11c238d6221391ada2f50d165154a1abc64ae54a32566ebd3d, '', 0, '?'),
(0x5942740aaa0a1d63e5dd9f2eb5fd7669, 'wp-content/plugins/wordfence/views/diagnostics/text.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/diagnostics/text.php', 1, 0x00000000000000000000000000000000, 0x169e1d79bbf95992c84eb2dbefb71598, 0x581d17bd60810307bdc991aac2ee9275a9d176eef59cc9c8d3d5352f38cd9ac2, '', 0, '?'),
(0x5942bc423bf83aff7ef98d25159c8197, 'wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js', 1, 0x00000000000000000000000000000000, 0xe4dc0631a2a87481506ffba814ca44b1, 0x39830d4f3a72e5e720b23df64d36be00cd6c86dda1d19c5017b51cd1fa2d827e, '', 0, '?'),
(0x5947598917c35cca3cc8c0a5b976e53e, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x400.png', 0, 0x7efc3412607bdbd11fcb1b4e5935cec5, 0x7efc3412607bdbd11fcb1b4e5935cec5, 0xe082bd5c48c28d45f195b551fb4ff12d50fff5c88cbdb8b6f16a850a97f863ce, '', 0, '?'),
(0x594df6b8eeddcfa1030ad719b77b5de2, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/guests.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/guests.php', 1, 0x00000000000000000000000000000000, 0xb6ad309578c91029bce961b20ddeeae5, 0x6ad1d95e95443288b55a1ada881a6f86b270ce3dee51f587ccc47327daecde8d, '', 0, '?'),
(0x594e56e264b3588f4bdcaae4b2ca1751, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', 1, 0x00000000000000000000000000000000, 0x641c1e24fc263a56b6713c24afbbcbe6, 0x3c418e4a4dff87e9cc184cc065ac8a255f90825b036807f7cda45102533324a6, '', 0, '?'),
(0x59553ea2a088d0dfaedc120ffa3503cd, 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/icon-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/icon-presenter.php', 0, 0xcf39ca1657fa5fbab1928c562f8e261b, 0xcf39ca1657fa5fbab1928c562f8e261b, 0x11ff061c1c3c21fd4578f5371c296426e8a9215e03aa128c0231b540b8684a27, '', 0, '?'),
(0x5956f499031432139995397d4438a31f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xa8435a3f8dce404ab14e5f6a693c941a, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0x59709593a85b986cb69540dbe2ec4e11, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_9.php', 0, 0x29c952201b96538589cd9285b0a0931d, 0x29c952201b96538589cd9285b0a0931d, 0x938570eb8a470b817987fde6912ad5e60c4a70c9a386b3139480dd03cab594ef, '', 0, '?'),
(0x5971a5739fdc2790325182501cf0dc4b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', 0, 0x6c81b1339b320190689e4c2d594ca67f, 0x6c81b1339b320190689e4c2d594ca67f, 0x5cccf2df416e06042817572ddf60bc5bd84b2b761986d6216ba93b5bc62a23a8, '', 0, '?'),
(0x59803dd7ef7bd9b96d58a6bd48a8895d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_3.php', 0, 0xe57625ac0ef47baf4c5b27b548a4be18, 0xe57625ac0ef47baf4c5b27b548a4be18, 0x02f718846f6014f5eb6837ffc009924583f3b9b2ce2a16c6d68a5aa6922a81c0, '', 0, '?'),
(0x59848a041b75c3f36a70a496653afda7, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', 1, 0x00000000000000000000000000000000, 0x20c38776de4e64cf327e7ebaa8edb69b, 0xa55848c5fac87f027a33fac90bdb2145b1b16ade169dcdb6ba1a4e888355c992, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', '/home/abt90iranbet/public_html/wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x78e9f04249c2fdb5c16ae9dedff170cb, 0xd347fffa58c305cd4e1b0b6377f0da2f2d92ff840cae77276988bebbc5364a0c, '', 0, '?'),
(0x5985f78de2de62b6e2cd385b472ff36b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_panel_settings.txt', 0, 0xc1a38d205ccc6b6433cfab94c697a9a1, 0xc1a38d205ccc6b6433cfab94c697a9a1, 0xe10d7d73a19ea36c2d1bf34a6baaa5513b4b32c0120121263d8352064dd1cb5e, '', 0, '?'),
(0x59860185944ad20c4c20b0d892928e9e, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370.css', 1, 0x00000000000000000000000000000000, 0xe942197da8a1df1cce627d5f93575ea7, 0x22764e36279b6b10b3021da18dcfd223a10bf827b58a06b706a217c2a80bb4b3, '', 0, '?'),
(0x5987a2fa1fd1bf7e9517790d7e848b9a, 'wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', 1, 0x00000000000000000000000000000000, 0x952eb30cbce4ec933c0e7ae5fb8009a1, 0x060c7c6822cee879da9146ba7080fd1ee26426b1f839a653667ca27c758a0292, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', '/home/abt90iranbet/public_html/wp-includes/images/media/archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x598c826dd58e75e589b11db464ddfb1d, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php', 0, 0xbc0287cbeb6bd8a7827c94adc4326aed, 0xbc0287cbeb6bd8a7827c94adc4326aed, 0x28d576cfc1fab077ee4704136c02de233ccdd09c4ace554fcb34dd4d30cd493b, '', 0, '?'),
(0x598d664d195e48244226d780a4726fc0, 'wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php', 1, 0x00000000000000000000000000000000, 0xb728bf6ab984dc9e7cf29ac232ae1d03, 0xef5ffedd822ea628f9d1bfa860d44b5008636211e05a52066c6d5812b0c96731, '', 0, '?'),
(0x598f100dc82005dcc769b68622a4beb6, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 0, 0xc6ea1aff1de4231c937abaa7a64be6ae, 0xc6ea1aff1de4231c937abaa7a64be6ae, 0xf26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aa, '', 0, '?'),
(0x598f3d30cd84afcc2d602a162fd632b0, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0x59953c5c8d05286ace88833662293ae4, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', 1, 0x00000000000000000000000000000000, 0x467cc84f3e495b7d7e433ad0d27849ba, 0x936556fa4c786b3abfd347a05f379462c87afe3c3c53d4884c99f3905f82238c, '', 0, '?'),
(0x5999aaa8aefd71906431e759c0870ae4, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 0, 0xf183dfe0537eb3d9bde04344b4e5cecc, 0xf183dfe0537eb3d9bde04344b4e5cecc, 0x22cf1a9106dbbb62fbf39cfaca169b5bf4ca24934de164972f83ed8da42ee77a, '', 0, '?'),
(0x599a5f104a61fcf149806b646b31d31f, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-hero.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-hero.php', 0, 0x64b582a5cf1e0b1ebe2b6f240fe26981, 0x64b582a5cf1e0b1ebe2b6f240fe26981, 0x6fd64747a19429848b16b1fc24e4220bf6f237371f9438aa2acecf5fe29f6925, '', 0, '?'),
(0x599f2e10cba010c7f3bd451180648d27, 'wp-includes/blocks/post-content/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x717f40ec4558626ec0a77083651ed09d, 0x5632fcbd1fa2fa2c20a2c160d11acdaf4d26a45c1478144671d75be2c69fe20c, '', 0, '?'),
(0x599f425779092be642914f6dc7fd077a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x239e903a9ae14ec5279444117883d14e, 0xa6015ba7f55f7cd090d87e45a9b6a9ed2baf027ec545ec80289160ed065faabe, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0x61d7a731a1c47e5e77f9eb46f68103bd, 0x4f8380ebb9fc920402f698c56cf2f6a395540b2c9d523347203ba2b95f379c20, '', 0, '?'),
(0x59a8bf230eccfa85126a9d44a85f326e, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php', 1, 0x00000000000000000000000000000000, 0xa46e77e3dcfe3e3573d9a1c1402bc4a7, 0x4e1edd9d2b7fca097a523420b3ed84bb7ebf01e839713a6111e99d4d98b9ef53, '', 0, '?'),
(0x59aa764e7e8f74a2930b992ae79626f8, 'wp-content/updraft/plugins-old/updraftplus/images/dropbox-logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dropbox-logo.png', 0, 0xcee67a47028df91530853e6ffe8cb8c4, 0xcee67a47028df91530853e6ffe8cb8c4, 0xcdef2c840a701a4a56c4af7308998f1993e74541be20f9fb89f8ae67c1c688ec, '', 0, '?'),
(0x59ab7a1d598cc6389e59aeb4344fccfa, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_1.php', 0, 0x690cff0228366e6e7f95cd9d745effb8, 0x690cff0228366e6e7f95cd9d745effb8, 0xa20454d1ae81e9d6af6d0b2c33a4c4b5ec7f21c6eef121072b7feef67f774841, '', 0, '?'),
(0x59acd09969ef7a234fc5ad8649cba438, 'wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js', 1, 0x00000000000000000000000000000000, 0x82e5ce93b594c3041861378eac1984fd, 0x9cc64e8c5904156baaa1bdfd0f5c3c7cd27fc69e205ad1e13879d69dc8d76f70, '', 0, '?'),
(0x59b226295fbe98b48a8677be6fda38bf, 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 1, 0x00000000000000000000000000000000, 0xb01d1bae3f68e53058f11edefce3bcf9, 0xa52cd3301a412fd55aeb651f4bb34f145c70d2a30a1b6446b9de0a6566916980, '', 0, '?'),
(0x59b881c81d274b60194850ca59a27306, 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 1, 0x00000000000000000000000000000000, 0x8748466a628b5576a112b0177cb7499f, 0xf521a04ffa4e847d239694ffe2ec92a63dc1fc9b4576dd84e8006654d9b6d743, '', 0, '?'),
(0x59b8c4d415990c52b9e831eccab773cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x59bcaf5bba05404792e926ecffd67200, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php', 0, 0x6b3c5d905edcb4c7fd9b94b33d339563, 0x6b3c5d905edcb4c7fd9b94b33d339563, 0x2a17f91b0a0bc403b5cb608c330e01d471ef5e13b02c2cb21447e32f488d13e3, '', 0, '?'),
(0x59be4ab4d07cc8ed5b44bd05ec79b159, 'wp-content/plugins/wordfence/waf/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x59c0b5490af7cd29804a4d2c1e63df28, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-633919684207c5f45a4c9901c825efa5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-633919684207c5f45a4c9901c825efa5.json', 0, 0x712baca94cf564d1785270fb4dcd3e5d, 0x712baca94cf564d1785270fb4dcd3e5d, 0xab9bb4d5bf721ef5825ee9ad75c9d6e73737cc9bbc2df48aaff491ae4c107386, '', 0, '?'),
(0x59c5785eacad8fe59a027aca2c55eefb, 'wp-content/plugins/elementor/includes/widgets/icon.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/icon.php', 1, 0x00000000000000000000000000000000, 0xb92ac807eebd8bf729b1ac930a786d7f, 0xd57c4f19018befda500259024af11d66eabe3bc7b93e0a2c24fe21da49b5a58c, '', 0, '?'),
(0x59c5a6d711a3e8a71685b76de3b0ea5d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user-role.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user-role.php', 0, 0x41e62ed1f24cbe68612bbb419a33d9d8, 0x41e62ed1f24cbe68612bbb419a33d9d8, 0x1e7a7ce8c399f255f177f184820ac01c49332e616dc51717d0828e4cd7754bdc, '', 0, '?'),
(0x59cb7c7747cbadfe74280cd3c65c6450, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png', 0, 0xd8eabf52f0f0e5823ae41c3767204434, 0xd8eabf52f0f0e5823ae41c3767204434, 0x0ac9545e9a7bde787d5c9cbe869c6dfee84235a49e0b3facc4d30405a8e54765, '', 0, '?'),
(0x59cb9316cc593e3d83e657331af1c619, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_4.php', 0, 0x5a056e02fb16a2355b03253c7c0b9125, 0x5a056e02fb16a2355b03253c7c0b9125, 0x7168f7863133b82b9e9192f0a4faa5e174df9c9398ba4771ae4d1e673dfb9c80, '', 0, '?'),
(0x59cf4e0628a67fe75b1c1922908de84e, 'wp-content/updraft/themes-old/twentytwentythree/styles/block-out.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/block-out.json', 0, 0xaca2532d5df9d89adeded58b6c8a292c, 0xaca2532d5df9d89adeded58b6c8a292c, 0x8653fa478b1abec48588fb88871e6577b60cb9c0dce10a810b10738d5eda59b9, '', 0, '?'),
(0x59d1bc610d10a0c6c348ff2a2db4ab55, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php', 0, 0x96878321a064e7d4f5de1c74e7ebe984, 0x96878321a064e7d4f5de1c74e7ebe984, 0x5acc3a9df5b9d0aba5cfc577694780651b26a2d8678fd7c73b7f28286627d387, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xd1ffc66dd708f7380284f4a6eaa72bd6, 0x01bba449461100617b7ca127289c6e4a9e2fd463f30ab110c42df9a53a470e39, '', 0, '?'),
(0x59d5368c4f39a347ee9c2c3615ae5b24, 'wp-content/updraft/plugins-old/updraftplus/methods/template.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/template.php', 0, 0x555519b377f7bde6501e53ecde9313e6, 0x555519b377f7bde6501e53ecde9313e6, 0xfdbbb10dcca7759751a72e49d36b3f175b036a8adee60d75d1b4d7242908ea6c, '', 0, '?'),
(0x59d66261d8a3100a994f4350b57a8652, 'wp-content/themes/twentytwentythree/patterns/error_log', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/error_log', 0, 0x7734a7d2ef491b0a5c825810d6d22d54, 0x7734a7d2ef491b0a5c825810d6d22d54, 0xce34cd8034ee4961fcd42bdda4e38ace38d978ec707a27c7c75fed3a8a2bc0a0, '', 0, '?'),
(0x59d9dce23bebc61a403ba019929843fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_6.php', 0, 0x12bb34d5c73a9309ab28f7bccf39c1ae, 0x12bb34d5c73a9309ab28f7bccf39c1ae, 0xcd966743cf5343aa08fe9f7af98ef41a1dc6040ff2062d84d2215eb8717fec2b, '', 0, '?'),
(0x59dfe471acff92c441578aa5c8765ae9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', 1, 0x00000000000000000000000000000000, 0x75e636758b070affde6ad825dbaf2489, 0x42e10226c795f46743cba50c4369f1708b6cf77b5032f0f9c1bdbdac418f9f3a, '', 0, '?'),
(0x59e16d82586e37773a2f012ce483ac8f, 'wp-content/plugins/amp/assets/images/reader-themes/twentynineteen.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentynineteen.jpg', 1, 0x00000000000000000000000000000000, 0xd2155cde21c9f30ee847af216a4b5237, 0x7086f6bef25a19b519ac9bda3f4d320ee01956e0f991352105ac95e996833928, '', 0, '?'),
(0x59e31f861710f41cbe98f0ef7130799f, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php', 0, 0xee1973723a582aa4b36dd87e98c9ec6a, 0xee1973723a582aa4b36dd87e98c9ec6a, 0x3e642dc971c0c5319b2d77596ba2ef759082724e0c197d6186b6a356b2644212, '', 0, '?'),
(0x59e7554c048a354ad7de94dd765b9e03, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0x209a240e5b96cfc9774c84907561b5b9, 0x10a3cb8d5e030508f5203b0095b26432c281c5929b341933732e7e245ba15a22, '', 0, '?'),
(0x59ebf5214c13bc7d3e77419938b94484, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', 0, 0xbaf4ad91fbc41481bc565f6b0079c4b4, 0xbaf4ad91fbc41481bc565f6b0079c4b4, 0xc4e476f72c877234578f8170d00e9e0734b7c3bb2ad94cbd7d78c34658182f93, '', 0, '?'),
(0x59ec0d62e918cfebd21b34eed2d81f36, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', 1, 0x00000000000000000000000000000000, 0x04134c4ea3c0f3fbe72ed7b4f5e58cb8, 0x1dcaedf390696cc8526fe784963e3714e9a1829b768d243b2eee47fba7a82875, '', 0, '?'),
(0x59f004545e48a964132247d4f57e5d93, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_9.php', 0, 0xf49996841c5a9cf5c7a9306ad49ed42c, 0xf49996841c5a9cf5c7a9306ad49ed42c, 0xbdaf5712fa338a084f64c5cc3d4dbc357a46794cd587d0fdf77d8dbe0e368df0, '', 0, '?'),
(0x59f0282d6df87d4a582ee6e653b6bd3b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', 0, 0x7df833be677c61c095c0f00109c061b6, 0x7df833be677c61c095c0f00109c061b6, 0xced975f940dd28430fb539983e30cd28b630a9ee24238c74052584c80f4833a4, '', 0, '?'),
(0x59f1d691239b50489ee276f11a994ba6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_5.php', 0, 0x5183d87db94370d99a59a464ae2ec319, 0x5183d87db94370d99a59a464ae2ec319, 0xbca84a93cd8e5f679db1cc920c97deb7bb72869cdb5a39c5682a9765ab994a3e, '', 0, '?'),
(0x59f251a44bc455272d30c5ec2db88e3e, 'wp-content/plugins/kk-star-ratings/src/core/wp/filters/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/filters/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x59f31967370e240bdf4218855b0bf62d, 'wp-content/plugins/updraftplus/images/addons-images/migrator.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/migrator.png', 1, 0x00000000000000000000000000000000, 0xe9873e87105e88055d22c62220a35e40, 0xc60846ea35060e84323ac5ddcfd2837bcfca505135a5f12eb5ee297d7a000977, '', 0, '?'),
(0x59f9d74b159421fe6b338198b103122e, 'wp-content/plugins/amp/assets/css/amp-block-editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-editor.css', 1, 0x00000000000000000000000000000000, 0x03cc99c022d6d800d1e6727dd2c93c17, 0x8715535c336372878549ec67f725cdd3880f410f124b2a59c36dfeebf2eb2d4b, '', 0, '?'),
(0x59fb471dfe6cd438914044573c754746, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x59ffaed108674881300e953e56228ee0, 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php', 1, 0x00000000000000000000000000000000, 0xc8c432a3f949834346f21bef5b6a186e, 0x0597bdc50ab4e947c2e22cfa7ca3360ef695d20df4088797201fa00f52cfb2e0, '', 0, '?'),
(0x5a0375e45241ad18518610d5077eb2cd, 'wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', 1, 0x00000000000000000000000000000000, 0x9d5afa15290d5e60764fd821001280c4, 0xa9bf0cdadc3f27c831450a39d35a784731e427d3ed7e3898f40e90e1b15bed1c, '', 0, '?'),
(0x5a03eb2bcf6f1c60d70ec5b475add5e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1.php', 0, 0xb1515f4e4a2a84f86b7e8489b89a22be, 0xb1515f4e4a2a84f86b7e8489b89a22be, 0x0501fc71bb41989121b9a11cd8c3d43c1059a76834652c03d02e009e759fcfc0, '', 0, '?'),
(0x5a05e6a0b84140bf15d6c6d21274938a, 'wp-includes/blocks/search/view.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.asset.php', 1, 0x00000000000000000000000000000000, 0x4674d120f2af7396955a83a7e2ef8099, 0xd2e08bc474eb9d99a2389e6cd422c3aa4bb93840ff4e0392318c986707592378, '', 0, '?'),
(0x5a063cff5b4b551175a30c65a7b48c86, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', 1, 0x00000000000000000000000000000000, 0x2c1be3a0e5c5adb92aea0ce704abc77c, 0xa39be51a0f404ac1d1909678e12c85947ce67ce73464e98fe46a72584ebde438, '', 0, '?'),
(0x5a073dcccb11eeeec7d393cecb6a6020, 'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php', 1, 0x00000000000000000000000000000000, 0xf908dc79f48a6c5a4b02c10172cb33d5, 0xe622beccbcc2ad4dc7ccd65f8562efb495571ee4df69c5b63604527d54415fdf, '', 0, '?'),
(0x5a0787d2b1c86269dd04eb2e1ae6e899, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 1, 0x00000000000000000000000000000000, 0xfc8d13aa789f2aa8be5e846c0d9c6e2d, 0xe3ce12efa324c73d1c8f59233d59ec58cbfc022f3295846ffd84b5733b4e1c70, '', 0, '?'),
(0x5a0914bcccbe87f33e516b0b73c1941a, 'wp-includes/SimplePie/src/File.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/File.php', 1, 0x00000000000000000000000000000000, 0xc9c717e63296cd81f463111fcaa1b5da, 0x25772087274f3b7c7c4bc56e4b0e4c82be761e0497e59b3280b0cc2cf74b4da1, '', 0, '?'),
(0x5a09a1eb3f6294bd11e22fb124b91e35, 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php', 1, 0x00000000000000000000000000000000, 0x7d74c810acc3b6d1668df74424052eb5, 0x512143bdadb3f07ecc32975a9175f28351f66246145c1c8dd1eefb54cb7d7327, '', 0, '?'),
(0x5a09edf5b588ce6f1d0f2d0180eaa05a, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', 1, 0x00000000000000000000000000000000, 0xf7450086171d589b913f236bcface83e, 0xb1e7a95e11b967ab19bbb1d744e77a621ef541612cfa904ad36165ca2452f367, '', 0, '?'),
(0x5a0a07e714e1a7dbb3d101b55cec9762, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_ads.php', 0, 0x476d7fa895638a04ecbd9d133f9d2c2d, 0x476d7fa895638a04ecbd9d133f9d2c2d, 0x036694e6da02041c84a07066d7c7c979bf52dd43f049b2152a44081eaff439ce, '', 0, '?'),
(0x5a0c345994f400e8517ff416c64a1372, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', 1, 0x00000000000000000000000000000000, 0x2752f71d1aa01ba99f3bc603fe5a58d7, 0x3c98a4a54c231b50e2296f44893bc977d0266f1659f376f3b2c9ff98604bb4f2, '', 0, '?'),
(0x5a0d4d077be9db99f5ffcb2a37305054, 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.woff', 0, 0xd65b3dee0d4924452ac228e839dc53de, 0xd65b3dee0d4924452ac228e839dc53de, 0xeec7715aa030cba6363e969f8a5b8071275212fed2d4aa7ccec1d1238db3e4de, '', 0, '?'),
(0x5a0d647f9a574b721267d4217465dc88, 'wp-content/plugins/elementor/core/common/modules/finder/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php', 1, 0x00000000000000000000000000000000, 0x0b9057390949cf0f5ea47047eebc6e44, 0x83a5686e59ce1d8320591658e45a19683e0cc955693af696eb3b11c0a4f7983c, '', 0, '?'),
(0x5a0e04fee363a91f8876d172687c4532, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php', 0, 0x3daf0566df6f25e5a3431f0e2683df1b, 0x3daf0566df6f25e5a3431f0e2683df1b, 0x8fc06c97f8239c921686ad8f7676717a9a795f34452b04da356a4429176a229b, '', 0, '?'),
(0x5a184c8ddc8fda76f94e9a25db250f5f, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x10cace0b5ebea210519612b019812bc8, 0x03a37a5f72a71012b1256a7a98f9125b4da058330df4b1cf06ccb831a165efaf, '', 0, '?'),
(0x5a1a2d40967416d2a8d2a7bc6f7aae7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_6.php', 0, 0xba8c802c78c2dbc0c5aa43e7da86e4b4, 0xba8c802c78c2dbc0c5aa43e7da86e4b4, 0x630e20918f0411f4ef0254ed426b4a00289c5e667b187eff2c09efaa425b398b, '', 0, '?'),
(0x5a1d7fffefa27993d1534c76ce57a904, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_8.php', 0, 0x3092b8f16dbcd2ebcd91adfd4c9f1ef8, 0x3092b8f16dbcd2ebcd91adfd4c9f1ef8, 0x5efec1ae7b8febb272050f5cd89ccb315d07148da155b5c88ddfa5b47011f815, '', 0, '?'),
(0x5a1f5e9828c6ec54cf04bc0235c07637, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 0, 0xb844efe3f6576c41794cc118045254b2, 0xb844efe3f6576c41794cc118045254b2, 0x884762ae8881c61870659a4ae083e61f402ba0769111b18783212f2ac7f082f0, '', 0, '?'),
(0x5a29bfcb3f858276e9d3f27a30e0468a, 'wp-content/plugins/elementor/modules/usage/usage-reporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php', 1, 0x00000000000000000000000000000000, 0x7e15236dbba452001f2814929281a692, 0x154561113ad6e1f4c37b9eb327cbee0c4e88ead0bd990cb5efe4881165cba617, '', 0, '?'),
(0x5a2a70f5da14c5cda1189f5b21fef1ce, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_10.php', 0, 0xf3f68f25812cbfbeceb4ce6c7d3dc24e, 0xf3f68f25812cbfbeceb4ce6c7d3dc24e, 0x15623cd549dbcb6eaae47ecf8789ed652e34b5749a7464043dfd1efc23c980c5, '', 0, '?'),
(0x5a2ef3546977163966a151938bbc1b35, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_7.php', 0, 0xdec94ad358f2058746ceb8d6d592e1a3, 0xdec94ad358f2058746ceb8d6d592e1a3, 0x2652d3a5718b31105942b5e1f32ac7744f1ca6833b0a00648069eb24d89b52b1, '', 0, '?'),
(0x5a325f479f8c799487a86651388271e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_6.php', 0, 0xc17589d35b9758d591630ea24867729e, 0xc17589d35b9758d591630ea24867729e, 0x62c7eaa2ed7d087227deb6cb53cdcd5c881cea5608e7a440e6d9fcf3bd95adbe, '', 0, '?'),
(0x5a3371c5b33a56ee15c8793e461267d9, 'wp-content/plugins/kk-star-ratings/src/core/functions/explode_meta_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/explode_meta_prefix.php', 1, 0x00000000000000000000000000000000, 0xde42f2597c59072394d62290579dc5e0, 0xb63b890d32a32d944e03f455004d660a8e6bc880ab23f613f16ab98ed21c6872, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0x53e6a55059f80de4d6a67b841daf09b3, 0x5a377ef19724e388aadebdb8aa1d343f62d4055c62b776fc1f5c51ca3c80027d, '', 0, '?'),
(0x5a367d7a4c82cc4c8aa2783eb2f77770, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-query.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-query.php', 0, 0xe1eb544c3a9d7f3c3f44602a4d625f88, 0xe1eb544c3a9d7f3c3f44602a4d625f88, 0xed93d635ca5d7d741b2d5e75fbb723bed3f5423ed037318cb492f3f744e1b82c, '', 0, '?'),
(0x5a38eedc52de157b9f196dbbee64ec1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_8.php', 0, 0x422e50fc4902b4a4a4e12cb0e171a529, 0x422e50fc4902b4a4a4e12cb0e171a529, 0xffc1fb019820d31b90f319ec88ba33e1e493203b94963b1ea979524a3181052f, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x3849a2e3b61a080503070a0ed9d3a391, 0x691b3e7a1292bd0e90529340af11c5f2e1c2e36bf45790e036759a6bd579880e, '', 0, '?'),
(0x5a39f9b9d4126d976cef0d87d5d770d4, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_after.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_after.txt', 0, 0x3ba83a38f77efb17be1045921e449165, 0x3ba83a38f77efb17be1045921e449165, 0xf71a191ae6ae05976147a2976b60f77d54a143c66e3fd89a53050ffe8e128401, '', 0, '?'),
(0x5a3a635804c44c9a11e36ac6d5e74e63, 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 1, 0x00000000000000000000000000000000, 0x7f7314b3573f2830379c04faf01f2a28, 0x42819bd6a576ea262f1a2b686b1de3fac69b970c8b2e9f0cb41231cf21deeafd, '', 0, '?'),
(0x5a3bc9cafdefb173c67e58ba02a0f088, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', 1, 0x00000000000000000000000000000000, 0x45d75274b0a948409b47eb7156561a63, 0x299eac7d3309c408d52deed5d26819532c159d99a2c6ca872fd7975c124ed8c8, '', 0, '?'),
(0x5a3e9598fa54dfc85e537d416cd11605, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-posttype-archive.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-posttype-archive.php', 0, 0x99929a1aeee967a7534b5bb9d82919fd, 0x99929a1aeee967a7534b5bb9d82919fd, 0x2dac599fc2637e29ced2bebfab839dfcd02ce93aef93fb1ba5ac8aa102dbebf9, '', 0, '?'),
(0x5a3ec86ed88f2f71fb01964e6205b411, 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 1, 0x00000000000000000000000000000000, 0x3de0e52278e6ddf7c6c0fab69ec5239c, 0x17bab35cd4b51d32e2dacb9ac4e0eb6677db53ef6a1d4430ac73e019b7057d51, '', 0, '?'),
(0x5a4145b6f7f92c8bf18be760f2d393c4, 'wp-content/plugins/amp/assets/css/amp-block-editor-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7f9bae5fcd3d4de408fd4af7811de07e, 0xb244e4a86902f02174d4a650d537c05c1399178a90125941ae5f47aa998eb47f, '', 0, '?'),
(0x5a41a350e7f0beba7a1f9ba414afd102, 'wp-includes/blocks/pullquote/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x728ad65692bbd91442ae47d2ab29e264, 0xb8fe7f8970fe79ece3dee46489434e835e64ad2aaccc4c908aa135b5794eaf62, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x5a4a882fcc7c23d5f160460bc5d18c29, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.po', 0, 0x2c36a12cc4c2aafe784ef7daa829eecd, 0x2c36a12cc4c2aafe784ef7daa829eecd, 0x224803d306d2134200780bec2c78478ad0c2a54e4279ab3b61658cc3d2527806, '', 0, '?'),
(0x5a55f731f042543925e08f6f407e6906, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_485x360.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_485x360.png', 0, 0x76b8f04ecd92fb64be29a72f5e185cb3, 0x76b8f04ecd92fb64be29a72f5e185cb3, 0xa4d936233ef0b0c5801f45d9329da2a2e622815f8fd880148a2ad23f618b6556, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5a5bd631f2e3c5db8f5f05416500a805, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_9.php', 0, 0x885beffd8c0705a949a6eedb800394e6, 0x885beffd8c0705a949a6eedb800394e6, 0xbf9b1246b3794e2cccf07abc710e42ee08f0d96625345b3cf05b58e5ef5e0cab, '', 0, '?'),
(0x5a665a8d5323d4dee0e08a01a49a9754, 'wp-content/plugins/updraftplus/includes/Google/Http/REST.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/REST.php', 1, 0x00000000000000000000000000000000, 0xb3b5fac5f2a14040f23602df9587cc11, 0xa031c74e7a97dce85232df28193927a1a61f3e9b44908da39a6ac6037cdd932f, '', 0, '?'),
(0x5a6a8d3f98603950d56cb810a3b97501, 'wp-content/plugins/updraftplus/images/notices/locksettings.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/locksettings.png', 1, 0x00000000000000000000000000000000, 0xbe876d5ca0b2b9bfcb834a027b5de115, 0x5097b292a5fed7954c58cafc7756fd094a3c8845501ba8d2c6a6bbd8f3c29270, '', 0, '?'),
(0x5a7315cb5ad1552f0c7f52c6f5b5df78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1.php', 0, 0x256e17f94e55f097024411fad98b091a, 0x256e17f94e55f097024411fad98b091a, 0xc170ecbe7ee8d4cfd314ef00461972eff190844f7520ec8690fd7fda6312a2b9, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0x67c632a0da8fe1d6c57a3e09fc63c969, 0x1d363907d0a3979f2b6fae5a911ad179ece5cd53a5ce3f68e24a795fde0b711b, '', 0, '?'),
(0x5a7d4d79a55236acb1238960761af073, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x0045b2b9cce212ebff1ac94badd48f7e, 0x0b47ceaa792a2bf61c838f71c0e5942db99b86b0acab27b0016d14b706fb3750, '', 0, '?'),
(0x5a7e95722345dcea2abbf42cfab78f91, 'wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.full.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.full.css', 1, 0x00000000000000000000000000000000, 0x4dcffe8943c2bbec44bf0c76c5c419b1, 0x37bd44ac4033eb0116ad68c049a6de90e9d02db54b1263fa4bdf2190eda03a22, '', 0, '?'),
(0x5a7f324019407f60568fb23bd5a08921, 'wp-content/plugins/elementor/modules/promotions/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/module.php', 1, 0x00000000000000000000000000000000, 0x119a60c1d679432ebbe3eec42591136e, 0x9092653ba6e0e9c44af347e10e0baf0e3beae71f3df5dc4912683293b09cacd3, '', 0, '?'),
(0x5a80da3032ffc915c48716be08962036, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_5.php', 0, 0x69649ed8d8a65b0673ed5cb0d305c424, 0x69649ed8d8a65b0673ed5cb0d305c424, 0x7499010021b9c337cebcf9d6605f71492b4ad9bbaa1847343bc136a9a9565920, '', 0, '?'),
(0x5a813f4f6766e57943a5d1dce8aa5169, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json', 0, 0x5677501d33c91f5069d45f4447754303, 0x5677501d33c91f5069d45f4447754303, 0xb36a5db88b374aad74c8dde577e1e1bf912832c028a2dc8419cb019a470871ca, '', 0, '?'),
(0x5a87b7dec8c9887c95e74e0aea1754ed, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php', 0, 0xa1c3c986cbaae1a23bddb9d23f049ef4, 0xa1c3c986cbaae1a23bddb9d23f049ef4, 0x51c40388f649c44c398ed196d8854cf9633bd9a22599cc9a1aadfc8b8e494332, '', 0, '?'),
(0x5a89f08e9830737bb2004774def7d45a, 'wp-includes/blocks/categories/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf2d06d219d5e13b30eccbbd46c50c3a2, 0x99722961e892d39ea812e4c5687517749788aca0d78b00928c02032b7f8c5561, '', 0, '?'),
(0x5a8a2e7a5923bbfbace14f8cba6029bb, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 1, 0x00000000000000000000000000000000, 0xb54d0e7d0eb9c81355b6b516832925a5, 0x34bc19480020903d7f80a5280e2fa88cf6ee10b18df8e5054c8aaeef3200e2f5, '', 0, '?'),
(0x5a9175fd42baa69c49a1a659a0e2f7d1, 'wp-content/plugins/elementor/includes/shapes.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/shapes.php', 1, 0x00000000000000000000000000000000, 0x5d6b3e27e8e276e307057fc16bf39a5b, 0xe06bce13e05f8c934ae01ba0d897470503e3800a06c85419e7ff25e3f1bbf4cf, '', 0, '?'),
(0x5a91813813a40a9aab84cf9de51d80e0, 'wp-content/themes/twentytwentytwo/readme.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/readme.txt', 1, 0x00000000000000000000000000000000, 0xab59129144853a4c66ea24ef3b934515, 0x351384d81e3f4450979f3ae43ab19104cb236c046bc0bd013a0bf071c9374054, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0xa6e094672cefb6b855941ef4d0ebb9dd, 0x57802369d4bdde4d17d6c79f1ccc7628b7bcfbe951f1ba0d5286fbfea843f6b4, '', 0, '?'),
(0x5a99b9a24cd73536d6a3a07ffcafaf1a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_empty.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_empty.php', 0, 0xd211c7a34d07c00c600b4a7495e009d7, 0xd211c7a34d07c00c600b4a7495e009d7, 0xeec6e412f94dba738a13cccdf1948abf2de3a5c480ff6b4b5d8ca1f0d724d93b, '', 0, '?'),
(0x5a9a040c0fccddc769186d93e6ef6361, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_4.php', 0, 0x8ce611c7aca48478bcdf6a33ff27869b, 0x8ce611c7aca48478bcdf6a33ff27869b, 0x9c7dd46c679f30f97159189810a79f0c9da6cb4415fd297830e251ca7ad668bb, '', 0, '?'),
(0x5a9bfb7de0f35b0b3ea26dc469e093a7, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.min.css', 0, 0x6864bc335015baf320b9fe3b4cb6e6fe, 0x6864bc335015baf320b9fe3b4cb6e6fe, 0x8b4c802b92dd2b71b91f18725029353322d5998d51da3562eb4b55ad1d3580e0, '', 0, '?'),
(0x5aa228619a4ba2afc5312759a39bcc87, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 1, 0x00000000000000000000000000000000, 0x9edcea572ed2dc682e430c5e0b64c310, 0x648d5235bbb6a76597101b28af60ad6366798354d772e844efa8c9d4e69fd993, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x5aabb1b44edc3e2b6c2c6d7cb2996c17, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', 0, 0x02212d1230c40d236031553d62243731, 0x02212d1230c40d236031553d62243731, 0x6c1c173098021a4b6ef18ba48945123e0b8999a110a022ffb514e5f55cf03dc7, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', '/home/abt90iranbet/public_html/wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xe8e8ae2af7ab7b6a89a884515095f342, 0xa4f81968b57df19179c455cb5e6c0dac3ce84fb2046a75f7393d5c039d23b7ba, '', 0, '?'),
(0x5aaca8f732e745b456357b37c95e3eb2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_5.php', 0, 0x3945d2dcdece05581e6795513df45473, 0x3945d2dcdece05581e6795513df45473, 0x7ab5d4ade6c1187ba32ce4033ea4beb9bc32683889132095f565ea64c9c804e7, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', '/home/abt90iranbet/public_html/wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0x5ac033fdbbd5582a5364eefc948300c3, 'wp-content/plugins/elementor/includes/embed.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/embed.php', 1, 0x00000000000000000000000000000000, 0xd33dd12f7f502354e79e43736f8e108b, 0x35d20f4c3b835d92918f5863de76dc1ca1d47c20d7d5f9618dba3a8370b388d0, '', 0, '?'),
(0x5ac12858f8228b1759e76c6a3da56443, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_06.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_06.png', 0, 0xd44f8f82fa69124dc2a553089857bccb, 0xd44f8f82fa69124dc2a553089857bccb, 0xcc895c24cf5df6d9b19301a802db9931a7e571bf9d2411e0f8c9162748e4303a, '', 0, '?'),
(0x5ac38683d53890801a97e79505c0ac66, 'wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb2a18636bc9139cea3bc50b8c8b3ebc3, 0x8425fc2b87e6cdd9967d42e895270fb9344715f5a0ee2826edad7ea185d6ecd9, '', 0, '?'),
(0x5ac60c624154691d239a56b81b47966d, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_title.php', 0, 0x4481cf2509549e1866487449db220f27, 0x4481cf2509549e1866487449db220f27, 0x293c9a82d9c814340aee2241f872172ce6134bf2ac3018dd0df892dd7e6c64d5, '', 0, '?'),
(0x5acca5332c9d5ec8d1fc4378b6547494, 'wp-content/plugins/elementor/assets/shapes/triangle.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg', 1, 0x00000000000000000000000000000000, 0xc4ffc0f34cf870ca9b2f35db371e993d, 0xdfcacbf60e7b03768748864b0ccc47ca41142046995e7f47a88b8beee7a23293, '', 0, '?'),
(0x5ad3d47c750c94e66b37849cae2c3aba, 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0x28b6ed48872da877e728dc0e81179b87, 0x119f3698d7508022e1a45e7186b39327d92aaa9259895aed2ff4b34b9d4a92ae, '', 0, '?'),
(0x5ad7fca2ede720323d5e620428d617f4, 'wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php', 1, 0x00000000000000000000000000000000, 0x6cba4801d15d074084f2b6cc763ce4fa, 0xd7c718e9f656e3a44e7586e12d022975bd19ce76842c5ead4dc952cb3474027b, '', 0, '?'),
(0x5add4837297aef75ab904e7822e08eaf, 'wp-content/plugins/wordpress-seo/src/config/migration-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 1, 0x00000000000000000000000000000000, 0x0ed0db3f15fc2c71104c461a1e41a247, 0x7f69dd0cf7e8ec1cca4ca61b3e9415bae2f3627ed67a2fd635caa487718d93f9, '', 0, '?'),
(0x5add55c09634575c26443bbd03a61b0c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', 1, 0x00000000000000000000000000000000, 0x0dcc3404365f8f9cd83cc689a5421808, 0x915bfe7fc1592a1773a6fa9942dfa62703b40f5ebc3d7312bf04c7a88fcfad07, '', 0, '?'),
(0x5adfade6204ae627a00e5ce752095623, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/divider.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/divider.svg', 1, 0x00000000000000000000000000000000, 0xa9bb8ff83530c1492533cdaadf1fc0e4, 0xa939ab62c441cd3148045f6f69d92b21cb733917feba74f6f04bd0095c5fff85, '', 0, '?'),
(0x5ae4b767c54bee95cb7bfd6bc2bad1a6, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-6.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-6.json', 0, 0x8aa6eefeae3758068f094e5e26c40b53, 0x8aa6eefeae3758068f094e5e26c40b53, 0xf6991805379886e9e6caba32f35c3f096f2037d63753e20cdd3d7eff7b3e9bdd, '', 0, '?'),
(0x5ae4e48c0334781c6fe94f37d8d6e866, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_5.php', 0, 0xb403c2d165ab1d5cf3cec73f44903b8e, 0xb403c2d165ab1d5cf3cec73f44903b8e, 0x8b8b97bd46ad71d3d4559a1072c31b319d540990ac94f06ad9eb004474a57885, '', 0, '?'),
(0x5ae79d2a07d4b7aa21f622451a9f4019, 'wp-includes/blocks/pullquote/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe5b403b3b1c1c84a04be87da7d945910, 0xcd464638df51ce9179de962fadcb57902dcda3a6c38d2bf79bbee44b5b19eda5, '', 0, '?'),
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa29df7f85547b0d172600d70ef0213a1, 0x8f6a2bb5c68ced5e1ae4ce357af701c9dee0ae6c2194ede0c373ac083daee222, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5b05ea8a6e44dc9da79e97bc5759599e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.less', 0, 0x9a4eee66d0584b12c5e8d89efb48b2b5, 0x9a4eee66d0584b12c5e8d89efb48b2b5, 0x27d44506b59648897507e834fb6f36a331bc4614ecc17f624f93db456359c141, '', 0, '?'),
(0x5b08649c581760bdfb9ed67139ca903b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_5.php', 0, 0x0fa4af3db14555ac871cbf511a21a236, 0x0fa4af3db14555ac871cbf511a21a236, 0xc2cc483a282ac3e451b22bf57cf68a50eb1afdbf4645581cc287c7ce40cc23c8, '', 0, '?'),
(0x5b09fa01148c3bdfa7606b45e0c8bb57, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_9.php', 0, 0x4277b0a84fb2a8f13b5055024b1165fd, 0x4277b0a84fb2a8f13b5055024b1165fd, 0x5f24b1cbb1ee71999cb79df73465f2abf06f71ca79383b839c90206a571bc2f0, '', 0, '?'),
(0x5b0dff06e4a5850d9578fdf6a421f110, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_import.php', 0, 0x00a55ff87e9cf3aeab2f02f16c36b085, 0x00a55ff87e9cf3aeab2f02f16c36b085, 0x6573ff117525747e6557dbb50d637c00d76e0693ecce27ae964eee2f437fe135, '', 0, '?'),
(0x5b0ef6f26646affaf10f11acfb894eee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import.php', 0, 0xf83e1a49e1b9d64495ed896a187ee402, 0xf83e1a49e1b9d64495ed896a187ee402, 0x7eeae699afa75c38fb8cf2401f75837086bf190bcb8d55e81d7a6d9f0cc9df50, '', 0, '?'),
(0x5b17c747bba4fc65f66127ed69e8adda, 'wp-includes/js/jquery/ui/datepicker.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/datepicker.js', 1, 0x00000000000000000000000000000000, 0xadfef5bbf7a8fd05ace23a3cabf90352, 0xd13a1e2a6144d6acc762a4b626c7572fc3d572427f706d5c357bb2923756b06c, '', 0, '?'),
(0x5b2370efca34fca89b461fa23ecc6d21, 'wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf69f36068ba464a3dc6fd4f42b534936, 0xb91d8c32b2f173989de579fb0db9b42873f8ccace582300d826e27a94df1ac91, '', 0, '?'),
(0x5b2656b977895e6730419a70ac44c762, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2.php', 0, 0xf480d787b45e63ed3b19685d0dc60b10, 0xf480d787b45e63ed3b19685d0dc60b10, 0x67cb7e9144d90ce764b6c7f3118f6a31cd6bd3a13ff0512822e3c41528bd6c54, '', 0, '?'),
(0x5b2661d964859f586df130faa659980b, 'wp-content/themes/twentytwentytwo/index.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/index.php', 1, 0x00000000000000000000000000000000, 0xdfdd9e64586d6bba5f4cd20057b0ba84, 0x868b6ba41d985cea688804138e366b851b05a64b3426fc6d79308f67f880f446, '', 0, '?'),
(0x5b2895c657e963a18ba8b5c0a40ee447, 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', 1, 0x00000000000000000000000000000000, 0xcb581157f1b4c362894b3882c5f269bb, 0x2eabf9b9e53737b6d7f90f35d8164fad6e6d93bf67d713f4894cb249d32f7765, '', 0, '?'),
(0x5b31e258ffb2c96a5dc88a7f76beed0f, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xb3abc21c3bea98b40e40a30a57f7c615, 0x044a92f0c7742d0999bc1ad7aece76ddc9f34729452b2a64de04123c7f518d04, '', 0, '?'),
(0x5b32dc3ade1de6051f53a13f2ff7f16a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 1, 0x00000000000000000000000000000000, 0x8b4f4127ba39a0272b3bf9e5a7976178, 0x21432c56032df6aa6724d746af03789c02d3015a14e3e1dcb7eb97866cf418e6, '', 0, '?'),
(0x5b340c81859650761ee20fe22bc08e3d, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.po', 0, 0x8816062132964329d03fefde1ec5bdde, 0x8816062132964329d03fefde1ec5bdde, 0x2dfb05faf5778f432c2dd8e71cb72e75516425d218d6ec851fbc94c3e9619818, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0x99543a276cd7292cc036f0ec50c81ad7, 0x1e1bbf721114e6afd8e9485d1ce28b794577462f5b305a33f85bbb869122c103, '', 0, '?'),
(0x5b36090ee0a160cb7b09afc8dac4e17a, 'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js', 1, 0x00000000000000000000000000000000, 0x84d0dbf9d50a2b62417c992df5d3581e, 0x6719373e895ebc8f729718a2d6b29483a3c4c059676437e7be8af3b9f760023d, '', 0, '?'),
(0x5b39addaa5b46a9351bcacd683bf1c3b, 'wp-includes/SimplePie/library/SimplePie/Author.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0xe20c29f3b30d5eeb9f8af66b33d5ba37, 0x202c901be4d33dbf3b6e02287d727f4e972d89c789349f13c9a19cc65ceb2b43, '', 0, '?'),
(0x5b39fc4a3d0a7545004f160a5c50b0d0, 'wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', 1, 0x00000000000000000000000000000000, 0xf4ceba32cae87dd6f0e6c2cbef90f8c2, 0x5b2cbaf0973c58ee59797990ed7e45c94af85a3f36d90d7eb4ffd7a9b0f7e6eb, '', 0, '?'),
(0x5b44021e423ef6abaa2c9b49cd8ce4de, 'wp-content/plugins/kk-star-ratings/src/core/filters/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/admin/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x5b460da4c794b4a61712c7fdd292a983, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', 1, 0x00000000000000000000000000000000, 0xbd63632c151247af5a0d3a69efb483d6, 0x33b7a464aea0e3aa92437db40d78d650d8c8534c3fd2fccdede8fd5adf5057cd, '', 0, '?'),
(0x5b4df68fc68272ebc622f3ec62489723, 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x12e87d2f3a4c8b347ab13a0764d420a3, 0x20674564a701bead326fa9296b90650e910cb5d1111d3b537e75413e28656d29, '', 0, '?'),
(0x5b5004fba14ce2d01e78a18d4c283476, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_7.php', 0, 0xbf002cbb645fca3ad779268ceebd5282, 0xbf002cbb645fca3ad779268ceebd5282, 0x86f288eaa9748a18883d00b5373cadec34317f003ba2750774cdc0b0608e1ebc, '', 0, '?'),
(0x5b515f5271ad86b861771f0ec5fd497b, 'wp-content/plugins/wordpress-seo-premium/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/license.txt', 0, 0xb6d57e80537d4ce37e23767635ed2b2c, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x5b52f271fd9086e60e438633e362f5fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import.php', 0, 0xb02c0a08b7eab89456b421a4ded4e594, 0xb02c0a08b7eab89456b421a4ded4e594, 0xeb825b89415e1aab1121c8d9bc595583f61702118c69901e33f5eead1811a34c, '', 0, '?'),
(0x5b55981281efed130cf5ac8fd3039d5b, 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/easy-updates-manager-logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/easy-updates-manager-logo.png', 0, 0x7b1363e284c1f7fd6ab1cf5b6ab4d0d5, 0x7b1363e284c1f7fd6ab1cf5b6ab4d0d5, 0x1d4187678f8fb0d375e28aaeed609cac66f6a883994489e326a54110d272b173, '', 0, '?'),
(0x5b58041680cdac1e1af2bf4e0a1cac4d, 'wp-content/plugins/kk-star-ratings/src/core/filters/status.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/status.php', 1, 0x00000000000000000000000000000000, 0xe4e9761115452fc5a19dcd6544858f0c, 0x0507dcb5ab323d0f6609192e05b4ae1ac8ec2fd6d7d7047f7d9c9156999b33fa, '', 0, '?'),
(0x5b5bdf9a3ee47f65bcd9ee256484d797, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', 1, 0x00000000000000000000000000000000, 0x518c540870bbf8c26624e3d664da09d3, 0x8f2c25007654b37c6e154f61b99295296ea0228a454eefb402b215dc3418b044, '', 0, '?'),
(0x5b62a2042f879b7275647da2c251991f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_9.php', 0, 0x3c7a76531d4b0a8fb3d3d120beaea060, 0x3c7a76531d4b0a8fb3d3d120beaea060, 0xd918cda31cfae8d07997125e234983b707b21517a8069381c37dd39ad38d1b15, '', 0, '?'),
(0x5b63ae119e1df703a3c3e34673f89e27, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 0, 0xc480b5b7622414d93c4a45f422387f42, 0xc480b5b7622414d93c4a45f422387f42, 0xac6a34cae9508c57ca63a604adb195e4d91b50a85f4db2d2f9a5dd21378475b7, '', 0, '?'),
(0x5b640da934e81fcd8eb8c14a45672ddc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_panel_settings.txt', 0, 0x6b2ff6d22433d0b2bf83e02f0986308d, 0x6b2ff6d22433d0b2bf83e02f0986308d, 0x1666113665c476879b09fbcd8ef9f55fa55b05ee8f773f67ee94e511d6142159, '', 0, '?'),
(0x5b69dd2bfa498fe2c85c3f21b788526d, 'wp-content/plugins/amp/back-compat/templates-v0-3/style.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/style.php', 1, 0x00000000000000000000000000000000, 0xca127585f9b1d5fe02efc9250e12af56, 0xbdbc4e8ece12ff94dd4751627c581c79bf5e324e85aed9fb6fcd349a0c862e1a, '', 0, '?'),
(0x5b6cc7f46838ace02fdb2de5fa70050e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2_no_content.php', 0, 0xb9ff3afb9cbd0ace3d4deb407e48ff23, 0xb9ff3afb9cbd0ace3d4deb407e48ff23, 0x104dd28d4e686181a4a3a227ec98505dba73b0ce7d26eea3c3475b918f691385, '', 0, '?'),
(0x5b7b3b68e5626933cdf8ebb44a71375a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_6.php', 0, 0xddee8cbe166a251fc443156d52b06bf3, 0xddee8cbe166a251fc443156d52b06bf3, 0x582b6661fe1eacf6bdd19b0abfa9ef218f1f8b7f189a734479bf2fa5f08d8496, '', 0, '?'),
(0x5b7e36cb0e804d1b70a2278c9da90471, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 1, 0x00000000000000000000000000000000, 0x959ed69a9002b318f53a07fb452550e0, 0x0956d3d7b7ce2987371bb1f18bca21047fbc95f5df5bc810d0b990d5c8b2214e, '', 0, '?'),
(0x5b850855004066d3f8123fe1644b0f28, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2.php', 0, 0x9047e41c73871b5de8446fc87c24db7f, 0x9047e41c73871b5de8446fc87c24db7f, 0x9c89797e2bd6738bd1378dd4ca77553611fe27b104720e112b1b30e9b85e038e, '', 0, '?'),
(0x5b8632c8c137ac7129e6f2039a10c4eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', 1, 0x00000000000000000000000000000000, 0x3f533ff0aa75605e3482e584cc278bc3, 0x315be5881e4368469be35a6beb2571b5c5f08d0eaffc39c9f0abd2fbf43690fb, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0xd75b0fa8177659c46901dcb209e1cb69, 0x5c9d1e63bfde890373559224639a425b0cea2fc26e79e8adc7ea90edfc29017c, '', 0, '?'),
(0x5b91e31897a4716031f8dfea91f3ca78, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', 1, 0x00000000000000000000000000000000, 0x2c83f390c357fb39d303429ad1e2acc4, 0x0c655a391007055b4c2da1655fec94ca72bee79a65964722e3274b6d85e9ef27, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0x3ea265eb1dcb4827d85d65f497423817, 0x8a0425293913d519c31d0a4b0369a974a99cf9352cfffb1c2dbc29dfd196895a, '', 0, '?'),
(0x5b93abb99433b629504d479d82fe24f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_6.php', 0, 0xf51b94b368af767db26bf3162620b7f9, 0xf51b94b368af767db26bf3162620b7f9, 0xa75a43775da4c242297da5822a512ea927954940d97224b4d335a4263439d8c9, '', 0, '?'),
(0x5b9a179724ccc3d6b7bf594e0f3b6422, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', 1, 0x00000000000000000000000000000000, 0x0faf854e6dee751ef411ea1bb76c763a, 0xac24191fc815d259e64a4b7c9baeb8f6ada5146f7117291b14f95d0b18f56ffd, '', 0, '?'),
(0x5ba04aa8b7d1c7c7f660a3e9ba58a8ff, 'wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', 1, 0x00000000000000000000000000000000, 0x975b16693a3d226278fd58dc56c74175, 0x36fabc2df36ec4e7709dd6f6414bfb25aefe40a0fa5f98ed35d8575e4ee0a9af, '', 0, '?'),
(0x5ba079ebafd73f64bab088cd722cb4c6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1.php', 0, 0x6adeb6eb2c3ede5c575b5ac34c0d24b1, 0x6adeb6eb2c3ede5c575b5ac34c0d24b1, 0x6e3ac08405a678c94542ed840d90c11909375a571f2189395d0a54afe44aa409, '', 0, '?'),
(0x5ba265f4624cd9681e5bb5fb403685aa, 'wp-content/plugins/amp/includes/utils/class-amp-html-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-html-utils.php', 1, 0x00000000000000000000000000000000, 0x4ca7ba45230371b3855068cdf8954b73, 0xb617ac1abe6eeb38932848ed58dd7c4fa0e4f4547f2a530d38e7b5d2f34ac365, '', 0, '?'),
(0x5ba4e26f81c3c69d1440e7ac6da29007, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_6.php', 0, 0x433268ede7a2367345fa17d31e2bda79, 0x433268ede7a2367345fa17d31e2bda79, 0xabfeca0108965ac310d381ba45887811ec21d8c68283fb8d95e6905287e23424, '', 0, '?'),
(0x5ba50893c47859c97d98e6c46c0ed97d, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5baaa17825a130dc68e5c34e060b2c7a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 1, 0x00000000000000000000000000000000, 0xa474b7e9546e4aefcd78c0ea78e59fd9, 0xa6d92183b8598a1d97b1e4342340bf5a4a44ef7e34a1c1b503c5d111e85fcc24, '', 0, '?'),
(0x5bb396007377aa57b7c00aa2091ce8c0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_core.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_core.php', 0, 0x9b77da0f690c04a414779f3b06f4e100, 0x9b77da0f690c04a414779f3b06f4e100, 0xffd90809f8859000414e3301b5f7a84df8d6fbfead13fc5404babc9054db62f9, '', 0, '?'),
(0x5bb5bc24e1be631f56caeee3d7497a5a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/demo_style.css', 0, 0xec0ef4e1c5b4472c5c764195fe9cba36, 0xec0ef4e1c5b4472c5c764195fe9cba36, 0x20c8de4a9093f49b86cf764d8bc3cbe2efd8e01bc712285e8263645c1d2675d7, '', 0, '?'),
(0x5bb7e0932bbb30369b12be088ff79c2d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 0, 0xf32f97228357fb2e72bb609d821b7844, 0xf32f97228357fb2e72bb609d821b7844, 0x7c473717030157df89cbc90d150409294e8ec74a51604ab87dc29bb8d7672251, '', 0, '?'),
(0x5bbae89a54e54be650c814d39e04f1a5, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-template.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-template.png', 0, 0x7d1ddd64c9c4c0f5e7fc0f5d8d719673, 0x7d1ddd64c9c4c0f5e7fc0f5d8d719673, 0x2f00ce6fe2bfb5a15ee559b33b6c351bae595a85ed611934a0fa8914f76f9f57, '', 0, '?'),
(0x5bbb06884c724a207d5ea135de343be2, 'wp-content/updraft/backup_2025-08-31-0329___90_27ec673d1ddd-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-31-0329___90_27ec673d1ddd-db.gz', 0, 0xa53bc77ff19a6f8f2030229a62838f46, 0xa53bc77ff19a6f8f2030229a62838f46, 0xb7434ff726aa6f3f87770d02385bd21e914f298147db8f71baef745b3546a019, '', 0, '?'),
(0x5bc0bc41f930a4625be5421d19f91447, 'wp-content/plugins/wordfence/images/logos/shield-free.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-free.svg', 1, 0x00000000000000000000000000000000, 0x6d331c6b23bf1c5eb4961a1a2b57117f, 0xa34c6d030164f6963119a58f6120d7a34da75caf6d2823709d845e314d90f48b, '', 0, '?'),
(0x5bc449a76c2168e3e9ece5c9dd04e133, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x5bc463b69221488707e3d89bbacfd74a, 'wp-content/plugins/shortcodes-ultimate/includes/config/user-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/user-fields.php', 1, 0x00000000000000000000000000000000, 0x783d3e5ae5eb0c210374a90b6d79bf5f, 0xa2a5400c781fc3bd54a94578d27c2ad486584cc35b918fe3c598aa1e95a12c3d, '', 0, '?'),
(0x5bca42580a03a4c251bfc502b19363d4, 'wp-includes/blocks/file/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor.min.css', 1, 0x00000000000000000000000000000000, 0x819cde5316903495e2a72f84677954ef, 0x69cacd3d7cf0eaf304d40733d890e32be16c6609769ba2f9ed0fe9a40edf4259, '', 0, '?'),
(0x5bcbcbb17309835853a54c9e3e50ead9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1.php', 0, 0xd8f7f459a00384ce2b04a894b9ebd863, 0xd8f7f459a00384ce2b04a894b9ebd863, 0xe7131ba22a0b5f2c23ba0b3249ca69be85f77ea432da6575d82541a5b5f05f80, '', 0, '?'),
(0x5bcbd332b488866aba8c08e70b8f56c5, 'wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x66e76cb7d3d04af6b047bc78c70f618a, 0xe1e6f016ac88de2687de61642d4021c33e35c59c4c3b332c2235df10b06ea8ad, '', 0, '?'),
(0x5bcc96d922dfdbbc357301c0c52caaa4, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5bcd0784d3bddd24a2716ab1675f3589, 'wp-includes/css/dist/block-library/editor-elements.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements.min.css', 1, 0x00000000000000000000000000000000, 0xf07648d685923c8decbd556a2b954054, 0xf202a7930118c856084c6298f5fbd834648e6f70f9b0f377ffbeaf58834bf9c9, '', 0, '?'),
(0x5bcd85b188a278daca4b98dfc9347e31, 'wp-content/plugins/shortcodes-ultimate/includes/functions-shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-shortcodes.php', 1, 0x00000000000000000000000000000000, 0x2363f3839ca125cd6c016eb8140e855b, 0x60b548c07ad9cb4216ce955505f26ffc1ec9719c30dcb85a4d6fc40b0f9edfa9, '', 0, '?'),
(0x5bce977ae2c7eeb1073940ee4dc7dca1, 'wp-content/plugins/wp-rocket/inc/functions/htaccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/htaccess.php', 0, 0xbe43dbbf9767dc772d873658b73578fb, 0xbe43dbbf9767dc772d873658b73578fb, 0x38895d29b6088e32b1b267d5755ac239c74570fa2fbdb71fb13189b46e571bc2, '', 0, '?'),
(0x5bd5408e260be8d00ca811ee73e90932, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php', 1, 0x00000000000000000000000000000000, 0x33599f6df440b5380d34f8f9bc3c6e99, 0x16b3d9927cc957e439e056f271ad6704dd2c4a58ec8d9d26ea868259f4cd14f0, '', 0, '?'),
(0x5bd67b4c7ad28d374110a2c2d29774e5, 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0xd16e1809746996aeb8e05b448fb1e3fd, 0xf4af45d556687576cb6121c541cc68f1c4afb5d90d1552bb382a67753924177d, '', 0, '?'),
(0x5bdbf671ee131045279c61e73fbf899e, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 1, 0x00000000000000000000000000000000, 0x29c57ed3437b35979fcf09afab85987c, 0x085a70ee73cee11ed287484977f72d5d4d4a5fcf7884ad03e1efc7830596d4fb, '', 0, '?'),
(0x5bdcbcc317aa1986a11a95c18218fa6c, 'wp-content/updraft/backup_2025-09-01-0339___90_33af503ee54b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-01-0339___90_33af503ee54b-db.gz', 0, 0x47797b3486672f186f7fd57f54bbcb7b, 0x47797b3486672f186f7fd57f54bbcb7b, 0x191411cef5da52608ae05a47ba9deebf2ac2effdcebe1ad96786aabf7f083523, '', 0, '?'),
(0x5bddd8a6ad0c6d1b9219c54e7012e768, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 1, 0x00000000000000000000000000000000, 0x80af6d443c492de56ff14010882e20b6, 0x68638f2965b0017664b8afeffb8b6b3ff80db06cd139545dda06a75db0cccd8f, '', 0, '?'),
(0x5be4e4420e9110011ff6e2282dc21ed4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_panel_settings.txt', 0, 0x6191c6cd7b74a324f0da73e9427d3a95, 0x6191c6cd7b74a324f0da73e9427d3a95, 0xa008e954803fd3c23bb33f6bc92bda9a7f9c8ba87ddeb0a6ab7d026f074e7558, '', 0, '?'),
(0x5be5f7d69c0015fa146e1c48a48238fb, 'wp-content/plugins/td-composer/mobile/single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/single.php', 0, 0xe6c6cbd96d7317a65b9ea622309ff099, 0xe6c6cbd96d7317a65b9ea622309ff099, 0x8cdbd916661cfcfb47df1ce7abae23787e5f99b064737f023305e9b24f83a6be, '', 0, '?'),
(0x5bea618ddfd7af2eeae36d144ae5438a, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', '/home/abt90iranbet/public_html/wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xee78435336bf4c43e99d3221dd759d1e, 0xc1604bb6e7c4e4bf0479324dfe08d070196ccebe226100efacb09a74d1dea144, '', 0, '?'),
(0x5bf1a4ebbdcbcc0d3186a40e4b96d938, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', 1, 0x00000000000000000000000000000000, 0xf998380680c82a96d8a28a737aecc221, 0xeaf629e0390814bc3cae0e62d3bf4051eb68c9a2673bcc80653ea8c4677e1f51, '', 0, '?'),
(0x5bf1d5842982c0c69a325db0e0f32945, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x0d6df1172cd13011393dabf5fc56c6ab, 0x084091b1c7238f21cb6cca1aa8f186e0881d9505ae9ce8a0a4a0df1749950c28, '', 0, '?'),
(0x5bf38943910e32a21b034a16c46c57b1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', 1, 0x00000000000000000000000000000000, 0x35f5c1daf501d48754e6d39f00934c9e, 0xa40d724f15077437aa5cad4d20fc95ad3b0e21ba4af049b8177890bb943c6212, '', 0, '?'),
(0x5bf7975d63af69c1909d6d5d5ab63432, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 1, 0x00000000000000000000000000000000, 0x065d2f19bf0670cbe63d7d7164093b9b, 0x009f07aa400464b76f33a92a4467e89be3bd85a51c36d1b46190074db476734e, '', 0, '?'),
(0x5bfb3d0082a5d3e6c3faab79f4c3973b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_7.php', 0, 0xf94b3974d21dbaea7591ad371df464e1, 0xf94b3974d21dbaea7591ad371df464e1, 0x96eb2fc2f6879d20b8ddc8eafe69a203cf95b716fd70dac2fe06097464654907, '', 0, '?'),
(0x5bfd3cbabedb92b6985261f5022aa932, 'wp-content/plugins/elementor/includes/widgets/video.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/video.php', 1, 0x00000000000000000000000000000000, 0x17db4945bb4a4f98ce80cc27223bb4ae, 0x98049d72a4905dc573c1a6704da559d36ba42a65e8bab4a84b5eae37b53fe557, '', 0, '?'),
(0x5c00b18be8af0a6c7d23c02407b3c865, 'wp-content/languages/plugins/elementor-fa_IR-1dbb8b6c1e3d0a728637a838a81040c6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-1dbb8b6c1e3d0a728637a838a81040c6.json', 0, 0x3e99a78e8aa873f25cb8c3e2e497c1e1, 0x3e99a78e8aa873f25cb8c3e2e497c1e1, 0x587be2e78a02ed23f0740dce112dd88c8aa4af1b4034ba06605e3692a1e8ef2b, '', 0, '?'),
(0x5c05bf25e0f73f8c3e8899eddc650538, 'wp-includes/class-wp-block-pattern-categories-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-pattern-categories-registry.php', 1, 0x00000000000000000000000000000000, 0xc16faa33fbf77343c6bb79f7368e5f52, 0x0071d2a5b569e8cb2f12731863e206bcd4046dfaefd1f2ad85ddd1fe1c14b4b8, '', 0, '?'),
(0x5c08a2b1581e0d3a6c17175d404837dc, 'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php', 1, 0x00000000000000000000000000000000, 0xba33bf6049f80b901f68187cdd8ce8df, 0x7aaa9299a130a91b2d86e7fc74408bf7bf1f066e630e28dea3a4745daba09e75, '', 0, '?'),
(0x5c08a5da761eb591ebdae008d9e52815, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button3.php', 0, 0x6160bc5eeace186820c27af4dbde2d4a, 0x6160bc5eeace186820c27af4dbde2d4a, 0x278e91f68b70770a9a4dab7b505fc3f1895c466ac859601a16464b8c7ebf31e2, '', 0, '?'),
(0x5c16652624893149c73ed10894190451, 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xe9807ec54fc00d838c916cf0179e0e2a, 0xea12d210ffb534ecd5f90bb781beed2c61e6c0cb309ca0c61f31c8d5ba8879fb, '', 0, '?'),
(0x5c16a1c98a364f2b74d6f5f76a52f87b, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', 1, 0x00000000000000000000000000000000, 0x77322bfb363a2b74ba54d8fe96cbff40, 0x60770b2c82ddaf632fa6ecd93e1f42c7ea118e698a5f4b68b20c694d3f04e4ae, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', '/home/abt90iranbet/public_html/wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x716394f338ae9ad445d712258cab2111, 0x09cd0548ea5f63dee89551d5fc588013f9cca484d58f4c010e73ba1916daadff, '', 0, '?'),
(0x5c183d34c4a87140dba20ec45cfdb7b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php', 1, 0x00000000000000000000000000000000, 0xa38a2b48568f517a76babcf086cd9d2c, 0x1e5aa53ded5b421d4c13edc708e20a307c044ab21bade7c32981481ceb56ce1a, '', 0, '?'),
(0x5c1f417530e12a1bdeebe1e42834fb2b, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php', 0, 0x37d23a8c3a580746c69d8f3027a60e50, 0x37d23a8c3a580746c69d8f3027a60e50, 0x962f1e20b86e1ef666853cdc256e29c539e0d8e06c166697f8d7adce8e7592be, '', 0, '?'),
(0x5c1f50ad9fc12ab49ea811279fc0a101, 'wp-content/plugins/elementor/core/responsive/files/frontend.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php', 1, 0x00000000000000000000000000000000, 0x63efe29b25c9f46b9f67fedc14ca8db0, 0xb7dd573a65495cab91e0bfc7e04b550082ce93117e74d946ada950086fd839cd, '', 0, '?'),
(0x5c20474a8f4a21720a61ded77d805464, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-field-group.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-field-group.css', 0, 0x8f848c9ae1cb7a2ea675ee124dd4ecac, 0x8f848c9ae1cb7a2ea675ee124dd4ecac, 0x19a9d64fbc5deb2191311c89d427c85d0996a4781ebcd3a4048f298286849100, '', 0, '?'),
(0x5c26fe3a202b169006872085ea3342dd, 'wp-content/plugins/wps-hide-login/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/readme.txt', 1, 0x00000000000000000000000000000000, 0x90f7815e3774fc0cca7f5203008834fa, 0xbc80f396476f5f9023b3294cf79fa29a4b0141ced6648ebbe9d17137c5875e82, '', 0, '?'),
(0x5c28218a4e547fa4bfddb44c9e09cf03, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-7.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-7.json', 0, 0x6d69758719f8cf27cf76d9ecfe0687c1, 0x6d69758719f8cf27cf76d9ecfe0687c1, 0x717fb24c2cbfe6e39eadbee9008b1821c6d639a2643997fb0e73c9d16506cbe7, '', 0, '?'),
(0x5c294c8c212449fedf1a0972a8447a4a, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.js', 0, 0xae1f232137115aabf2cd48026749e0c9, 0xae1f232137115aabf2cd48026749e0c9, 0xb22066591ee157b2b016fb52e987412af6b4730e1075266b149c75cc38f15c51, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5c2d2e70e3c10297bdc919b706af4c64, 'wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg', 1, 0x00000000000000000000000000000000, 0xc2848db77ffa3a92ac28a192c5301648, 0x4acea62bd4fb78b934f2f5907de016f0d46c8b7cdd06b7de1a23ba9d5f07c303, '', 0, '?'),
(0x5c2d4d990d46bb926c089f4a7d869d95, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a3733f1e3637e46fca92285e854b9d62.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a3733f1e3637e46fca92285e854b9d62.json', 0, 0xd001b72ba01e5fe51e4b83cb38926bfc, 0xd001b72ba01e5fe51e4b83cb38926bfc, 0x570d4bdbedc6d6301b13757ee9e8c37d90bb8ddd5bc2635c3f936a47bad2b252, '', 0, '?'),
(0x5c32420d487d79ccd790d34cb9cc220d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-left.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-left.png', 0, 0xeab2b3962562db6ce964fdf095c1e561, 0xeab2b3962562db6ce964fdf095c1e561, 0x323827c53056278cd9c31abe088d5fe671243112f292032f87acc37f91217798, '', 0, '?'),
(0x5c34716efaf237be7d62f29a32297940, 'wp-includes/blocks/comment-date/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style.min.css', 1, 0x00000000000000000000000000000000, 0x8daea75bbe6e83427d1ab71e39a73e3f, 0x2324457499a12755a7413350e8b87373b9f12a33dd5c8ac612d13f560d9b8dfe, '', 0, '?'),
(0x5c3d39fa0d3de7b92eeca41b34c7462f, 'wp-content/plugins/wp-rocket/inc/deprecated/3.6.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.6.php', 0, 0xadd0fb114cb2f194300f23c5f3dbcb2d, 0xadd0fb114cb2f194300f23c5f3dbcb2d, 0x141bed14fdf6c9b26f64e84025241333256d96e986b727b2488215ed5ac63bbc, '', 0, '?'),
(0x5c41db3ae59e640fa83e2d2ce60c9fd7, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dropcap.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dropcap.php', 1, 0x00000000000000000000000000000000, 0xcb90b8bfab75bec10ac99e875541b743, 0xcafa99b3a1591688ccaa0ca673ed98f7351f7c009ecd1b1004cceca7026a7ebc, '', 0, '?'),
(0x5c432f7bfc045fa3620bb8ba205b88d3, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php', 1, 0x00000000000000000000000000000000, 0xbd5786e7b8a48665209f5e1d30bbee90, 0xac6951c7fc9a19a7bfcbd08dc520a4f7db21508951cf7dbb16fa54c4926577de, '', 0, '?'),
(0x5c4852f891b45732853a545a40867ced, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_4.php', 0, 0x7972e11cf47af57a8b4db0f976138e16, 0x7972e11cf47af57a8b4db0f976138e16, 0x486a9a15e5bf1381f69c6321f7c8643227f48457e4297489297ec0fa4e94d6d1, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, 0x00000000000000000000000000000000, 0x74a50332d84804ca10c18224e10ae31e, 0x35a428cb2fb4b950684a53c85a22265d7d93f9d20572b34970a528e42d74cddb, '', 0, '?'),
(0x5c4aa50b80fd5abb498467d3488bd242, 'wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', 1, 0x00000000000000000000000000000000, 0x41563773a3e837b62d5dc7329dc58999, 0x00dbba828f50704c137e2dad47e08340c1dab0ab076c8bdf9f67be20d1f0f24c, '', 0, '?'),
(0x5c4cde7dd2f7e659967e06dc6c618aa3, 'wp-includes/blocks/gallery/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme.min.css', 1, 0x00000000000000000000000000000000, 0x331e4a9944d4f48446c4adfa7e32f53f, 0x6b52458c4c4d9ae2e858e4ca5d6ca094a6662c89a8c72a68d04ffd497bd9ed1f, '', 0, '?'),
(0x5c4e9036a697bc69b15c9ca496017a5e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php', 0, 0x688ee5e588eb33624c5dc4acd3c1fdda, 0x688ee5e588eb33624c5dc4acd3c1fdda, 0xdd996c737c5caae6fded2e3324933423a04c65de3c6c05b19b60779c27ff6782, '', 0, '?'),
(0x5c515e7a3707974bf2620afce568a05e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', 1, 0x00000000000000000000000000000000, 0x68c5b22072a9b033d95bcb1e4173ed68, 0x3e66af309c4f3f031e00685ec261bacc641fe9725c2e08bb879cd2a56411aa13, '', 0, '?'),
(0x5c521024fbea474fce8417ed088bfc79, 'wp-includes/css/dist/block-editor/default-editor-styles.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles.css', 1, 0x00000000000000000000000000000000, 0x092b83627065a8abd7ca7fe4513503f7, 0x4d6e509553c4307d739576d980204379bd4fbc7a4ff4e2f2a97aa1c71497c525, '', 0, '?'),
(0x5c5696bd3f4314af2a3a2ef0cde4b502, 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff', 0, 0xaa0928dc0e5d78fffd2de2c7d00fd523, 0xaa0928dc0e5d78fffd2de2c7d00fd523, 0x79b41cb0463db256c9286c3091e5d6e71e47b5be910146d527da788e26797876, '', 0, '?'),
(0x5c5a23e767e806e0da2944ee6fe024e9, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-8.png', 0, 0xcc64463f169a9d9bd49a3fdb76f890ea, 0xcc64463f169a9d9bd49a3fdb76f890ea, 0x2f16db199682beaf31ff2e2727d6da0b3a01dbbf79d72fc076d31374fafa652e, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0x9de2958429fecc10bd79182d3f18c601, 0x9d2688ddf850ea0adf6535a16f2c563fd4411aea5501c23b81ff39b83bacc97a, '', 0, '?'),
(0x5c605ac05669c676761905555b1c1b8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1.php', 0, 0x0e14bc1ad4132033f72cd05136e671c0, 0x0e14bc1ad4132033f72cd05136e671c0, 0x58ff83359e395c87c543277a1e61694635945c65c140e3770b2a93262993dcf8, '', 0, '?'),
(0x5c6386a28d47f41ef61088750cdffe4c, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.js', 0, 0xdfdba31a2fa896439a5a10440c86aa35, 0xdfdba31a2fa896439a5a10440c86aa35, 0x5727f685762d082e98ea9e2ca972ea3e2ad794e6e972c162ca5e587a0862033b, '', 0, '?'),
(0x5c63d5d6b0c7717a9fe2b66c04452b4e, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2340.min.js', 0, 0xf3f9e9737ed741b2307004cc018c919e, 0xf3f9e9737ed741b2307004cc018c919e, 0xaf3f8113f6c34b56e6540e75e06a743bda05d0e4ffe41310479720c3216a252f, '', 0, '?'),
(0x5c6750f837cb0805a5cb0b281255a4d3, 'wp-content/plugins/elementor/core/base/document.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/document.php', 1, 0x00000000000000000000000000000000, 0x77fbbe5014109c9c2d1cf367d5ecc9fb, 0x22a8b8a6174d4f8aa734aa5f02f2958db6cb8b4c8132d57c23424629fc6be4a2, '', 0, '?'),
(0x5c6d5b2d52ef942292a0caa3a18aa595, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', 1, 0x00000000000000000000000000000000, 0x559dff2e84b3084d391a24366466a074, 0x3db76a7c2137518ce2bbc9f30271002476935ef521bf89a7d5985c2b82b70dbf, '', 0, '?'),
(0x5c6fef761502cf4c9272390450dcb22f, 'wp-content/plugins/amp/assets/css/amp-validation-single-error-url.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-single-error-url.css', 1, 0x00000000000000000000000000000000, 0xfee073dbf6ee4f75d734d1a4c6dd3552, 0x64b127f74d3320cf4b968b8f881b2fd76496ad690acaae786ba12b0b84944b9b, '', 0, '?'),
(0x5c7042237f8599ab3af80c0496ad52ac, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_8.php', 0, 0x05313f723b9657bc7272d321d6ba4359, 0x05313f723b9657bc7272d321d6ba4359, 0x8cefca3bd9f248b7dd0354f0ba421791da461746b422b1ed425e864ab2671150, '', 0, '?'),
(0x5c768476958174697619dd1e6f22b285, 'wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css', 1, 0x00000000000000000000000000000000, 0x9bd0eabba8fa29931821b36bbfa7bb02, 0x7230dbdbf6ab421be5ce157115893fe7dc2c7a0d22c0a70a6f3e30ec8c0eefc3, '', 0, '?'),
(0x5c792b49c7a2d1d1a02cfd8f409fba53, 'wp-content/plugins/elementor/includes/controls/font.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/font.php', 1, 0x00000000000000000000000000000000, 0x8e8269dbe05d7259494e730dee7bfd1e, 0x47083abf353b040a92ef29afdb61cd40e2808a4bb78519e895da316e3c45f59d, '', 0, '?'),
(0x5c7b2396c4cbb8eee0f228b7dcbf4aed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_css_generator_demo.php', 0, 0x2f37a0655209b29661e65b2c582256f6, 0x2f37a0655209b29661e65b2c582256f6, 0x43fe4c9f5d42eebc2c3152827838a0b183d9f31147a0919a5b37d4326b684fd8, '', 0, '?'),
(0x5c7fe1b4c2d77ca6259bc19bf67e6733, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_panel_settings.txt', 0, 0xda0884a3dd74c06212b33bb107370fb6, 0xda0884a3dd74c06212b33bb107370fb6, 0xb84417d7b7d752f0142ee99a6f316ae1883e20ddf118329b6d8cb47653f668d5, '', 0, '?'),
(0x5c86bdf507cdc610b36bac56d4ca3e24, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1.php', 0, 0x153fb9d089db6b4c643143914153384d, 0x153fb9d089db6b4c643143914153384d, 0x42b21dcfa75df6a46b8b438042cd2f09400c0b2ebf32386d10be4a894fd96220, '', 0, '?'),
(0x5c901f259752ff795057c8f61024a477, 'wp-content/plugins/td-composer/mobile/loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/loop.php', 0, 0xd84e76cfbfe60ef8ac30fe4e5c0c1abf, 0xd84e76cfbfe60ef8ac30fe4e5c0c1abf, 0x1d832ac13885e9a39a64b7a9601b325a1cf2bda242437213c662b8b94eecd6c1, '', 0, '?'),
(0x5c90b20102a4801ae744c350ceb1cc55, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title2.php', 0, 0x085d1217d1ea3d342a2eda0c9d585182, 0x085d1217d1ea3d342a2eda0c9d585182, 0xd9a812c869005e7c9f1f55e0bfbbda780b9565a141dfac4725f5de21d930eef9, '', 0, '?'),
(0x5c913b6c288c8d7d7a8e6f89bcea7950, 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', 1, 0x00000000000000000000000000000000, 0xa7da13d85ae263f0cf448f1f4ec8630c, 0x00f15b7bf6b6ecb1215fa4aee1e84797de679f73572114fc0cd2004d5476d7e3, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x5c91e461b36454b040f981b190a42e87, 'wp-content/plugins/elementor/includes/widgets/icon-box.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php', 1, 0x00000000000000000000000000000000, 0x396fb675cb5fbda21095978335db986a, 0xaded65eb0a9345f507d9b8101d64ee8e480304dc3d96f9bc9314f25c913ccbee, '', 0, '?'),
(0x5c93a5bb32a45d8b6bdde0a2f5bcb55e, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 1, 0x00000000000000000000000000000000, 0x617474e4eb7992ac758650b7720259b4, 0x1d4957c0a3e18c2465fbf84bba98f30aa6f46643f24816e0f5acf55e6587697d, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', '/home/abt90iranbet/public_html/wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x27e944bea1eaa64e521f37f5377d5be9, 0x4c0c836036bc4000929e60ae4663d2a35acc07378497a0135600fcc2bad4a866, '', 0, '?'),
(0x5c9ea0337ef271f08c4bcfce04974a52, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page.php', 0, 0xc109bfae0368a8b894cefeab287006ce, 0xc109bfae0368a8b894cefeab287006ce, 0x9fd404c67c3cb4ca595c0bdd5d4209b3c388ca3fbf96d50990fca3bfae6fb813, '', 0, '?'),
(0x5c9fdd6c3d3b3f99da98f8e5916ec697, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', 1, 0x00000000000000000000000000000000, 0xa53ee5cae21ee25b58bf97ff6c511a95, 0xb0f10ca4e9fb1924589554f0c1fa9cdf1e9a7f0f8b3f91af4ce64b1fea21f294, '', 0, '?'),
(0x5ca15e807db103acb3108d9a27cd72bb, 'wp-content/plugins/amp/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/amp/LICENSE', 1, 0x00000000000000000000000000000000, 0x2c1c00f9d3ed9e24fa69b932b7e7aff2, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0x5ca418f7aa542cadf2ea0d3a691a2c78, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-importer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-importer.php', 0, 0x1e2ee995c277a251635fe65f2f6a8d41, 0x1e2ee995c277a251635fe65f2f6a8d41, 0x9a5241493a484a7143176aac315837b17ce4d13dec586f5db4ec9bc782bb6b07, '', 0, '?'),
(0x5ca4d39fc7f7aa733989b51cf291a558, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php', 0, 0x198169d64ffcd48262bc741e1434d25c, 0x198169d64ffcd48262bc741e1434d25c, 0xa7e5da92356643535100518611ea15b71e2917133d1a6bf224a09fc6009d4998, '', 0, '?'),
(0x5ca5cb6eaf121d595bb1275c5fe914f8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', 1, 0x00000000000000000000000000000000, 0x6887c02d60eb50f25d802c24f2cca619, 0x1fa1d24bd40b6104ed301a49a5d2adb5c40b8bf46239edcc2e280d930ac40b02, '', 0, '?'),
(0x5caaf602ed7c82482ab48abf0cbd2421, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2_no_content.php', 0, 0x0f0a3fc43ef6d4773fb323e24957da55, 0x0f0a3fc43ef6d4773fb323e24957da55, 0xbc9bb6a7825707aba9c1c37ccda5bd7f693c69e42eb0c1deef96ef0b6d248224, '', 0, '?'),
(0x5caff7e52ca7614978d66eb9757cdcc7, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/BasicMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/BasicMessage.php', 0, 0xa06b14ffb481b15382a8214585ec554a, 0xa06b14ffb481b15382a8214585ec554a, 0xd4425707ed0fbebd5496067d37ee538a54705a6cf11f2c51a8e4522a45229441, '', 0, '?'),
(0x5cb88a1237844f976570a4145bfd25a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', 1, 0x00000000000000000000000000000000, 0x96546626e8279b88076bfb84a83640d0, 0x402852a2179c626fe3315d91b608d6b6c7dd98fede3f42219f4cafb94e640027, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', '/home/abt90iranbet/public_html/wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0xa65a1c6e6bd45d3f110a501a4674c403, 0x238a591630ec6981083030080820967529c9e1384c120f0aa04ca0130fc54213, '', 0, '?'),
(0x5cd4017c7ddab8c83833b038b1670a13, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md', 1, 0x00000000000000000000000000000000, 0xe3586b5ead9e3fcf1d64f45707397f2e, 0x95293c458ad904169825c510217a89eb49bf1e91a842c671a0d0cbb6a668f2af, '', 0, '?'),
(0x5cd5205d3ed5859bd12413a25891124d, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_20.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_20.php', 0, 0x7f9fba59e56c0dd28f950dede46346ad, 0x7f9fba59e56c0dd28f950dede46346ad, 0xda86580c9749c7025c7ab4d0c3a32b7d24da2f453a7b904d843c5124e60780ef, '', 0, '?'),
(0x5cd52f43a167f6245fad6cd8ebd80259, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php', 1, 0x00000000000000000000000000000000, 0xbcb516715616000dc26291840d82a9de, 0x80dc9612bb959755b8a884344a9921299bc7adb0379b4d34b6a21abb4224b6c3, '', 0, '?'),
(0x5cd952c2feba852ff17a43dc406145ee, 'wp-content/languages/fa_IR-7233008897033de5ee0d14f86a42a65a.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7233008897033de5ee0d14f86a42a65a.json', 0, 0x8837ba557ae641690ab596089f1c34ff, 0x8837ba557ae641690ab596089f1c34ff, 0xd5b4618f58f5da6fe5df04ffe4adc8d942be7208079c007a880d1e2e5e113d17, '', 0, '?'),
(0x5cde37057f68c14f2aaa9d77fcb792b9, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.mo', 0, 0x30edb3c7fba0b71d6866e883c74fc666, 0x30edb3c7fba0b71d6866e883c74fc666, 0xfbd821c6948c3900b55045b352de86854ce7934fda4417157c00fd32672e026a, '', 0, '?'),
(0x5ce355fc37f9439deda207d8ab70f50b, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_static.php', 0, 0x270cba47733e43867d304fe46f4cb280, 0x270cba47733e43867d304fe46f4cb280, 0x7004b3fe31a7405e9f1217c5323c00108379a87c1d522971a223f36ff4947cb1, '', 0, '?'),
(0x5ce389cd9964e18d70290506a1d650ae, 'wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json', 1, 0x00000000000000000000000000000000, 0x655d568761a7a6f456cd02e2d9947360, 0x59589968fb7f6ba33987c62ec7ff3ff583ee317d68deecdf5f812c5873163b44, '', 0, '?'),
(0x5ceac14c8310e2e4a2dd0d6eb869f8ae, 'wp-includes/blocks/template-part/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8fee5ba2edc81af6759c37fc20d4edea, 0x258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf, '', 0, '?'),
(0x5ceca8681319525343abe7c9388918ff, 'wp-content/plugins/updraftplus/css/updraftplus-notices.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices.css', 1, 0x00000000000000000000000000000000, 0x914445e8f68378ac6a4d7968be234dd3, 0xf1e6033c1f3ca9098da0367f6c3c5f159638cd1783835a190eb3fff2c6393f3d, '', 0, '?'),
(0x5cecb0bd9245a9a82ae59bd40f772120, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php', 0, 0x56f2b958e1299d53084cfc1759964a26, 0x56f2b958e1299d53084cfc1759964a26, 0x45612f9341649e1d669a5b9f3567fba207b35b05d59d0ec4a0e72c95dc0a3320, '', 0, '?'),
(0x5ceda56a0ba64727f9d33812489b171e, 'wp-content/plugins/amp/assets/js/react-jsx-runtime.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/react-jsx-runtime.js', 1, 0x00000000000000000000000000000000, 0xa5cd846fc1a65f1bdc963e1c2d936387, 0x3d7e154b554f557b7de3b2305b642dcb6a8a386e5102fc4c3f3c01350f886d6a, '', 0, '?'),
(0x5cee7da08297e9bcf465d3bb6f44b507, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_2.php', 0, 0xb640a282f44e16453bb406fbb436e178, 0xb640a282f44e16453bb406fbb436e178, 0x6a53a81249b5d94ec8f550fe3f76dc67b70335705a77ada0eedc5d70815923cd, '', 0, '?'),
(0x5cf00bd5995c7a7e63eab69bc29d1099, 'wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png', 1, 0x00000000000000000000000000000000, 0x9b22ab529b50fa57a5c468f621df6b61, 0x0ddc8cd08d512b3c621c1342bf8f48600155a4b8b21a159dcf4a9302d00009ec, '', 0, '?'),
(0x5cf19995e1c7bca9672190fc357ed29a, 'wp-content/plugins/amp/src/ConfigurationArgument.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ConfigurationArgument.php', 1, 0x00000000000000000000000000000000, 0xaa86be870887b3fa95a18caef92e7342, 0x3574cf297826c1aa5b6c869b9c7cb259e25482964a07b3620c756f85f4f859b6, '', 0, '?'),
(0x5cf3c54c14658b950fad2ff0f59c73e2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 1, 0x00000000000000000000000000000000, 0x5680e1c8c93e748a85c09890119e9e1a, 0x3c070d51a651563bbea17c4a1c523e523c50ec3fa0848a821388aed4025c38eb, '', 0, '?'),
(0x5cf45425f9fa418d94c81614d80e15ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_panel_settings.txt', 0, 0xd941b70ef8f4126bc3082bf92592cbf1, 0xd941b70ef8f4126bc3082bf92592cbf1, 0x06d1e5c2ae17c4ed114bc838831067dcdea9684439220bb06b40aaf5cebe575c, '', 0, '?'),
(0x5cf474fd87cfd9d95f41a60f12726fff, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php', 0, 0xbcf87ab24e481056184837c116ead450, 0xbcf87ab24e481056184837c116ead450, 0x3ca16e8274c89ccc427a720fdc02256bc4d73f9f1c6b84c14146e36842407816, '', 0, '?'),
(0x5cf5ee2570e02265ae6b45de061fc7ea, 'wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js', 1, 0x00000000000000000000000000000000, 0xd9a74e22404495a166e1169bc71f6b56, 0x26f08aa96be382972bd7a7540e68e1e42b2fbce2b589941e74df920be1e0076d, '', 0, '?'),
(0x5cf9eecd97d091550c6580a83ac9ce29, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb5a907f87da894971ce174c83f86ceb4, 0xfe692bf139dfed43cdcb1d2031850909c62da331150f6cdff4e7700dcbde6d19, '', 0, '?'),
(0x5cfa963e63978666c5dc5bb2c0d382be, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_7.php', 0, 0xdf25b87e886ab7c03957f7a1f299a763, 0xdf25b87e886ab7c03957f7a1f299a763, 0xadec655ffebbe27734ab8228475c706e734812aeaf691632dd5ce74c01e188a4, '', 0, '?'),
(0x5d031c39fa36e1f676d45eb062fea213, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/total-size.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/total-size.php', 0, 0x9f55734c366f10d7f495a06d580930fc, 0x9f55734c366f10d7f495a06d580930fc, 0x4e532fcfdb4a74cc9d237e0ed59619c35b999e6d7d57d83c2252bda2e0bdbd76, '', 0, '?'),
(0x5d0327ff5127edd810c465cff184023a, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', 0, 0xaa09cc5a555cfad4239045906e2850b0, 0xaa09cc5a555cfad4239045906e2850b0, 0x7334ddccfdb9a93a57fafc7d8e1885c775a898713b7127407a4e46c4be60b3be, '', 0, '?'),
(0x5d07b94a2a10c69258c0ba52451216e1, 'wp-includes/block-supports/dimensions.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/dimensions.php', 1, 0x00000000000000000000000000000000, 0x93557af21ca72f1a1f3b6e277a5146ec, 0x173a998c61f88e152e393d107d607c6ed1e3dcbd697b42b05741c612684b4cb5, '', 0, '?'),
(0x5d1134ab1b6afa5efa7793cb8c918ed5, 'wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 1, 0x00000000000000000000000000000000, 0x8421ad6c8761650cbb4e8750d7357bce, 0x1a816825f4a5900d7b087dd1bc8a8785b3883e854df6383c96975dd3bb28f6be, '', 0, '?'),
(0x5d13a2b89bfd264320c2fa9fb3508aa4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import.php', 0, 0xb3d728bdd077aa952ecd11a8a17493f1, 0xb3d728bdd077aa952ecd11a8a17493f1, 0xee6dfcea488f18491bb573e897660259082bf675445e862efaedcc23577200a7, '', 0, '?'),
(0x5d15342f73b79d16fee343e77c903241, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php', 0, 0xbf5db0ab23d08c40e33557dd1051ddf4, 0xbf5db0ab23d08c40e33557dd1051ddf4, 0x3c4d1653e40b7ba4a6dd2e182a0b02c6d9a52f77e43990f971f098ac437f1b00, '', 0, '?'),
(0x5d191bb457096f684979c01e7a23ef01, 'wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', 1, 0x00000000000000000000000000000000, 0xb4eaa69c7e461632d6ab127bbf283809, 0x2f5a06ff848203827e8ef021cf5eb019c288802661b11c1e0d5f50d36e8fc961, '', 0, '?'),
(0x5d21ad8c8fa4b6bd18e5114ea478bddf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Tag.php', 1, 0x00000000000000000000000000000000, 0x77414215415d1ba4a151623b445661ee, 0x9e1f2715c3e3859deb30197c2d241c2bdb99b4c7c6f71f1356de4837e3812748, '', 0, '?'),
(0x5d237c3e7effb3e941fa0e241ce92b7e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 0, 0x5466584f27e38712cd08d8e6309b8e78, 0x5466584f27e38712cd08d8e6309b8e78, 0x5f616ce2160510be90eae6f6035f09cf7e9039dd60b0d2c072b3aa9a0b2770e8, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x5487603647a566321128c01126a20dc0, 0x5ca389c327f2c4d6a08e94be23e52fc825b07a3b5ee057e5f0740429ad83469a, '', 0, '?'),
(0x5d2b8506cf57e46fd92a964d6ad060c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_7.php', 0, 0xc03d2e04a1124ea4e3edcaab7abe963e, 0xc03d2e04a1124ea4e3edcaab7abe963e, 0xf5dea459f333efa76faa00564100202554fafee8cc91637a78edd53b44503b9f, '', 0, '?'),
(0x5d2dc071396bdd79dbc1bc17b5598550, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-import-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-import-exception.php', 0, 0x5d4d00d62d33883f4c46f93dc1d87d91, 0x5d4d00d62d33883f4c46f93dc1d87d91, 0x51c6f4c7e8cc16928ccb1d93aa6b578d056bc9292d70a97960968b58a90ad270, '', 0, '?'),
(0x5d39a69aa47471a4d681acad21f00a65, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_socials.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_socials.php', 0, 0x9ea6a51c1a44c9e3aa45f0ba4bbd554a, 0x9ea6a51c1a44c9e3aa45f0ba4bbd554a, 0xd88118a7f9f66b04dc47bd72abadf1c31a34add0e8a92e50aedb3671648d306b, '', 0, '?'),
(0x5d39c990323225c26996389b0003066c, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php', 0, 0x8aba658d40b8a4daaf4183c04343100c, 0x8aba658d40b8a4daaf4183c04343100c, 0x7e114e83777bc88e9396c448a50e99477babe1508e0649a4e2ec31fca3184116, '', 0, '?'),
(0x5d3aab9f0ac0e5e3f667ee3630cc1b41, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php', 1, 0x00000000000000000000000000000000, 0xf8a6785fa41224e5299bbaf6ea2dd051, 0xc9d0def2bc06b0ca2ffc2496ddc13ca1ab80640ca788eb319a95ce36510a1607, '', 0, '?'),
(0x5d3b47394715d6278a8dc30a8a500891, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', 0, 0x0ce9901837e04a733fedbbef4bba088d, 0x0ce9901837e04a733fedbbef4bba088d, 0xde85bec6ef0c1dfd414f8fe7eef956057384397c859ebc6ec906e2794f74f5b7, '', 0, '?'),
(0x5d3bc01e752b461c2a760f08c4576a0a, 'wp-includes/blocks/post-author-biography/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style.min.css', 1, 0x00000000000000000000000000000000, 0xd5067cc6191e2c50f84a84f270a162af, 0xc3a97e8df90c0af1ad6d8678089bfb7944b3dcc977aab2d863ee160543eca527, '', 0, '?'),
(0x5d3c61c81cee1d5b34aa72ab673f04e8, 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 1, 0x00000000000000000000000000000000, 0xba86682171caefd820cabdd43ac67fc7, 0xef84fac5005cc2282737b5998c92511d90c67a729ce57cce3960cbdac83324f1, '', 0, '?'),
(0x5d420e2cd6100b5a1e1f760f8f7be984, 'wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php', 0, 0xb835554d35286bbcc916f3b3b56226e3, 0xb835554d35286bbcc916f3b3b56226e3, 0x674a17a76db19b3cb4d3d7929bb9c4c822fdc9c07e3c5c11eb4791143feb87fd, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x071fa496d41e4600f5d0289045156eb0, 0xa6c82ce183cd0e8f11d31a51a6d621ff7500b135084e812bd9b98bae8f40599e, '', 0, '?'),
(0x5d4811978ddfb9763b09544c63eeb239, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 1, 0x00000000000000000000000000000000, 0xf92469d44de7724961a887bb26a6f923, 0xe6201512499d5f83f181da819d590538f63b91c78bcc79e2b8ccf715063febdd, '', 0, '?'),
(0x5d49e13f9d71e716090e7c9bea4dd78b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 1, 0x00000000000000000000000000000000, 0x6ba0a2d92d1965f0c7e344d51e46d558, 0xc30831f3b514f5eaa39a26c674f2ddbc500eb2ef656cd79c9490ab92cd5e4bba, '', 0, '?'),
(0x5d4b55942580392dfddc371f0491b329, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 1, 0x00000000000000000000000000000000, 0x34277f53685d0b8f38ca42e7f73f3df7, 0xa94a799015dc0cfd1f29e24ed430c796bbdca041c4a74e6996882a22dd6c7309, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x51300497928562f8c86c7aaba99237cd, 0x3b59988752892fc6ff0895058e1e0828b2763076e01473614479f6a1fcbdeeb5, '', 0, '?'),
(0x5d5029e89ef338cecc4b3378eb8ca0ec, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 0, 0xc6ab595cd3a437e9b4694910d18755fd, 0xc6ab595cd3a437e9b4694910d18755fd, 0xef1880b6a0151a9dfa7d0e975754b6dcfb9330cd2b418ca2112089cd661f1666, '', 0, '?'),
(0x5d510080ecb924d5559a75d5766d0a47, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', 0, 0x1f080a03a0cda34dc4b03937d679a03b, 0x1f080a03a0cda34dc4b03937d679a03b, 0x96df55fd22711ccf9b676905bf0c0361db1759a35bd3fbc77b7f00cbdf5268c5, '', 0, '?'),
(0x5d5742741f2ee8c8d5799f33e14dedcc, 'wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg', 1, 0x00000000000000000000000000000000, 0xaecd87cd509729e5d9c88a9ee3e2669c, 0x2e07b2cdc39e2291a61efa1b6d96ea72bbbfc2d983a1ee7c5d8e6012ca5c6382, '', 0, '?'),
(0x5d57a318b575b882ccd43c8372987290, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 0, 0xe756525fe703e399bee80cef09787870, 0xe756525fe703e399bee80cef09787870, 0x70d2922f460e4e9c49e04dfbc25d27b8de9fc018ad413610bc18d7ff3a45cd11, '', 0, '?'),
(0x5d5b5a5056b6707af8a486f3c5db603f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0xa2317dbe67598e0f6fab6803f31bafc6, 0x4fdd2d291aa5eb68bdea210919eaba87953b5cfbfb801a8209831247cdf28f7b, '', 0, '?'),
(0x5d5c97890b232191cd379b7ec8e8ef36, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_8.php', 0, 0x8beb16ae9e624e5094ebfeef7cc67376, 0x8beb16ae9e624e5094ebfeef7cc67376, 0xd98cef22d8e54f1bb0098ed6ab9d3a876abdec2780e195dd1b6ab9ae22c9d6d4, '', 0, '?'),
(0x5d65f4261f49b5b7592d317ad173e545, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.css', 0, 0xc50ddc802b13968964204c362bd9d3fe, 0xc50ddc802b13968964204c362bd9d3fe, 0x2a8344795e86ec92421c6da183382f02989c3d6af9aa9e6a22e9bfe71e7e370a, '', 0, '?'),
(0x5d6e422ce83849f8c6b849d4325f8c0e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_inline.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_inline.php', 0, 0xbe3ee9a20b7050db41348ff549e22de9, 0xbe3ee9a20b7050db41348ff549e22de9, 0x7626666f0f2bd1b03fe83ef239d833abdcd84cb70972e3a300850e859ddac243, '', 0, '?'),
(0x5d713e7a0371c4b2ae4db963cde840a8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php', 0, 0xbc9dbea5d0c5ef188c0353ff80aea83c, 0xbc9dbea5d0c5ef188c0353ff80aea83c, 0xbac1f374486e9a2fc260f49bc3a706e341d59c323ebfb2a6aa500f55b641984c, '', 0, '?'),
(0x5d746d54f7cf94b26c5d184b046bc4e1, 'wp-content/plugins/elementor/assets/css/editor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5df44e30d73abe18ca2ad9cfcd4ba7ab, 0x1b68515f4e72e0071b4c121214036d792f94d15eda6aee96415eb840c14ce0fe, '', 0, '?'),
(0x5d74ac670326beeb3d4eb6cabd68b263, 'wp-content/plugins/wp-rocket/views/settings/fields/number.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/number.php', 0, 0xed44588175a671594c8ea569ad84a872, 0xed44588175a671594c8ea569ad84a872, 0x3168d83e86663ae03d8aab43164a53c68701fd1c59572d7b881b9699a9921168, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0x64fb08084cce74adab3c030491aa06b0, 0x4cf37d4bf6c2665cba41bc52e920efc5ad0cb9289873a1d6ff69f77bd2c7e455, '', 0, '?'),
(0x5d851f42f936bb2227362bf437eeefc6, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php', 0, 0x82f7d9c2aaca72ffd7bd6ebb17154b60, 0x82f7d9c2aaca72ffd7bd6ebb17154b60, 0x5e011cf08c088e27c557a28bbc6cfde9b78479dd2e4c78edfe709c67deac227b, '', 0, '?'),
(0x5d86c36d23e6f79197d7ac569b220453, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social6.php', 0, 0x19aa878c3c4402e156e2249f0dc8722e, 0x19aa878c3c4402e156e2249f0dc8722e, 0x2b67c86ee5da068e76d704a70c97a615437f5b758538118f61ecf3f09a0ea0c9, '', 0, '?'),
(0x5d87d9a9a7bc940d5fc8215ea10fe982, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2_no_content.php', 0, 0x7763aa5b4d1189ddd914908d6d209805, 0x7763aa5b4d1189ddd914908d6d209805, 0x6e4559ded2c4ab7cf5a98eb5cbc9d48d7fe37d1b73073b7d9947bc1987b00bd0, '', 0, '?'),
(0x5d8cf451272d22fdd525a403efb428ec, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.mo', 0, 0x2aa9ec3f17888f20e7b2b0d5adcf1832, 0x2aa9ec3f17888f20e7b2b0d5adcf1832, 0x5b847bc7b0308caed06788e9c74939e56a5b817210a4b08d28c69ba05b8c20f3, '', 0, '?'),
(0x5d965ccba9f627873d237aa541e079db, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_3.php', 0, 0x0dc0e19a50ad98724abcf6719287c9f3, 0x0dc0e19a50ad98724abcf6719287c9f3, 0x0c5aef4cc3e99e76f3a5dafebde3c945681e013552e3ceaf26d379723f2f1bbb, '', 0, '?'),
(0x5d97cefe674a5173b92d0fdf45b399cb, 'wp-content/plugins/td-composer/assets/images/sidebar/icon-error.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-error.png', 0, 0xc89f167069ffaa7f44bc6a69194168ec, 0xc89f167069ffaa7f44bc6a69194168ec, 0xf310c8c19fc45e4fa90ad2b911a657b80d4295f721f23ee52641dc043f005fd1, '', 0, '?'),
(0x5d9cfa86926331fd91904f8994b3cafc, 'wp-content/plugins/wordpress-seo/wp-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wp-seo.php', 1, 0x00000000000000000000000000000000, 0x7a0385f1eb080af0874c90943588c81c, 0xea98b3cb0f3097db42b037a67d976ecc5c6376222d255dce650d67b6e383a15c, '', 0, '?'),
(0x5da238dd4ebcaf9a55a6c39a905ff057, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/video.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/video.php', 1, 0x00000000000000000000000000000000, 0xf7303886befce8a9d9b19a8f00cd9061, 0xa5c619fadbcb18240f9412d8ac4f0e661e925f1f7fcc768808781b5041e792ca, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', '/home/abt90iranbet/public_html/wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0x3b0b9e98c48cece9ce783940e20f4a2f, 0x79ede7e63ba75ba83e616e5121d05e792a0ba89c865e0d992ec5e27dc0eab92c, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0x2496590f3e6faed25c28b9661be7690b, 0xd18a2bec8a3475f9457104b213cc5831fe0f1e132357b5e405514c4acdbdd02c, '', 0, '?'),
(0x5da89fc0119f530eab7372d905c58838, 'wp-content/plugins/amp/back-compat/back-compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/back-compat.php', 1, 0x00000000000000000000000000000000, 0x39dc80ece2d603c7ea1e92d7764e2fc5, 0x9f3e17cc02a9b6b55a453f908d2fb91f84b9e202746cfc14c1ac740582524416, '', 0, '?'),
(0x5da8aeb2f97c69777d096f590c0a6da9, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', 0, 0x7c4a740676ef6e55bb6e250b2587c86b, 0x7c4a740676ef6e55bb6e250b2587c86b, 0x22a00083e8c56e29e05eefc9e5ca997f18544f89be971aca3c57dfe13c8464d8, '', 0, '?'),
(0x5daa8651aac5cfd3e27fda8af3980277, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php', 1, 0x00000000000000000000000000000000, 0xbcf87ab24e481056184837c116ead450, 0x3ca16e8274c89ccc427a720fdc02256bc4d73f9f1c6b84c14146e36842407816, '', 0, '?'),
(0x5dacd96f9047b52b0990c015b9e26b60, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css', 0, 0xed1092ead7949c4c68528ead7882f8c3, 0xed1092ead7949c4c68528ead7882f8c3, 0xde21bcf8e332b85b5eda11fef87b5739bd774469e509968f3fc5058ab9fe2e45, '', 0, '?'),
(0x5daceae622a68270aea941e71406524d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_3.php', 0, 0x4ef96e8602a4c053b1e7e242ee95769c, 0x4ef96e8602a4c053b1e7e242ee95769c, 0x0f6e01b25cf93ec33341989760ba34957828a46313da58bd1abcd3c8940249ab, '', 0, '?'),
(0x5daec5fe1244b5c3dd4b1421f72eee9f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_8.php', 0, 0x0f2fe1ef1ebb8a90c8a7f6daa7351fad, 0x0f2fe1ef1ebb8a90c8a7f6daa7351fad, 0xa6887caa9e582fe0453db29f6f36ea812ed77bd679d2468d387c4a8fe28a375d, '', 0, '?'),
(0x5daed445be1c349c6a64298a281a782b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', 1, 0x00000000000000000000000000000000, 0xd49ce02d922bcaeb47824a83a4e59eb8, 0x092f8dfac772ba872244fda935cba8f391673e402e1be3f1441df48e2ae2a7f6, '', 0, '?'),
(0x5daf7c67f48626bc7e03ef4d58f9f903, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_10.php', 0, 0x91c92ef36f9b6e856dab67b90584b57f, 0x91c92ef36f9b6e856dab67b90584b57f, 0xd2a2fdae5a557b15481b7d8a7c4b72279d97a213655bfc1409287a179dfdbd41, '', 0, '?'),
(0x5db2314904bddae2ce2e497dda97cd8b, 'wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', 1, 0x00000000000000000000000000000000, 0x47b9dbe841536e8c3223eb390c4ab368, 0x084c63ae15bbb6b2572f2555ccd15b9a7734833ca0fe9a24b3185a1e7068c3da, '', 0, '?'),
(0x5db4a410a13ecee6d2b87b67129ebee1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', 1, 0x00000000000000000000000000000000, 0x0d5e6726ed5020e8a003ee5a2f8ee649, 0xeb9db4c7a6c9ecc2f78b5fed15c1e0c257abc055ba8df597ca27e02e71582505, '', 0, '?'),
(0x5dbcefbf2593b4b36c391cc7d504b44c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 0, 0x09063aa2cdd5c2674a1dc0dfc48fa9dd, 0x09063aa2cdd5c2674a1dc0dfc48fa9dd, 0xdf406b2ae25fbefe7219f0648506a4b93adbe4a806bb672454bf940c7c26c83b, '', 0, '?'),
(0x5dbf4a0e4342137457328fffe1628f76, 'wp-content/plugins/td-composer/td_deploy_mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td_deploy_mode.php', 0, 0xaac49aa7864584e8dddbf02b82b9cb83, 0xaac49aa7864584e8dddbf02b82b9cb83, 0x50c625342f994449715eee861883ef1348852bdeeb46684304753639b0e24ede, '', 0, '?'),
(0x5dbf60ca1fefb1542719280cd95b9ca3, 'wp-content/updraft/plugins-old/updraftplus/images/notices/updraft_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/updraft_logo.png', 0, 0x80faddb2657495bfdea1e8cdc2bd9f36, 0x80faddb2657495bfdea1e8cdc2bd9f36, 0x28d758a498eb977600e09b368e76cc5590e98b2b67961f6acd7bc6f9fa2233de, '', 0, '?'),
(0x5dc23b57e1aabeebe39a67aa9943ee5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', 1, 0x00000000000000000000000000000000, 0xc00198b5883173193a223e21cf3ef5ee, 0x55997926bb9d6156bc73af885bd2d6b47f409d512eb69473f00b37cd23facc3d, '', 0, '?'),
(0x5dc31139b735358f5f5a1ae320ea0b3e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_9.php', 0, 0x52fdae25d45592aab2fedd4bf0fdbb00, 0x52fdae25d45592aab2fedd4bf0fdbb00, 0xe78f832640160a4f2fccca09d29871bb0f1026badcca11c68b711408defbd825, '', 0, '?'),
(0x5dc68130c06de22e479927d6bf355878, 'wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php', 1, 0x00000000000000000000000000000000, 0x1e27a3e93fc3479c1c712dbcacf871b2, 0x150b4331137cd4ec7e597742aa41ecd34b1965b91b9a9499925e87a3a4e0cb17, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5dc82cf58754a661cba9fbd107486daf, 'wp-content/plugins/amp/assets/css/amp-default-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-default-rtl.css', 1, 0x00000000000000000000000000000000, 0xcd50b995ebb7c34b460ccbc531c2a60e, 0xf5010d70d0b7462babe54c87954af4a71449ce807bde48e139a5f89bd6f30652, '', 0, '?'),
(0x5dca3b0a7adeae93d6f40a042fe0c7c1, 'wp-content/updraft/backup_2025-08-29-0326___90_34010dd010f6-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-29-0326___90_34010dd010f6-db.gz', 0, 0x71b2f6c6a47783dd810b0b13b95781d5, 0x71b2f6c6a47783dd810b0b13b95781d5, 0xf6ddfcd405f7f6537cccb1b23f593c9fbc2426068bdda775a364a08fd3bd1dfc, '', 0, '?'),
(0x5dca5858a92c6d0f83abecef133de7c1, 'wp-content/plugins/td-composer/td-multi-purpose/less/font-icons.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/font-icons.less', 0, 0xd6477296b03ed455fc1f0aff431469a1, 0xd6477296b03ed455fc1f0aff431469a1, 0xda5a7b32c26c97ffdac62b4830bbf79b5a66f07ceb1b8884514c907afeaff797, '', 0, '?'),
(0x5dcfeab1b4ab45a2c4e67a30f1e3cb84, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-4.png', 0, 0x06c40f603a048786d86d5d4b750f2046, 0x06c40f603a048786d86d5d4b750f2046, 0x44fc76f1f8760cb93d127d183e1a35c68dd5dd0c09ee9349570308794e50daf3, '', 0, '?'),
(0x5dd22aabaab749d4093bcb2ce9e6eb5a, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x6745220e46df494b1825ad3bbaba3caf, 0x145c05d9545c89d6a754abe9f5d832bfebd7b29a92814200c4cead2ad0a9ad4c, '', 0, '?'),
(0x5dd2f3a08abcd705d196177fdac9701e, 'wp-content/plugins/td-composer/mobile/parts/logged.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/logged.php', 0, 0xba2afde5c7ac6742738d084b681d40cc, 0xba2afde5c7ac6742738d084b681d40cc, 0x0c390ab76930eac87cdb3be3e19adc720763de2311f7c8633cfd6ceb80542f69, '', 0, '?'),
(0x5dd3495ddd42a0092d7bf654d6afcdfe, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php', 0, 0xe257223295c6de2882270248d14b7976, 0xe257223295c6de2882270248d14b7976, 0x3becf4198da25bf33923f16a9d288ea8642a5aa837565d904a32f441990459e9, '', 0, '?'),
(0x5dd3ddcf2a674f6ba72b5d8cc50bc0d0, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/photo_panel.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/photo_panel.svg', 1, 0x00000000000000000000000000000000, 0xb232cbaec8a66a65d0089456d6f4dfef, 0x0741ab04b769f73b24c0882c62af1ec804e1cc1b4ca88d33d0ed9ca14c633780, '', 0, '?'),
(0x5dd8615dea32b277d4a286abda1bb5ad, 'wp-content/plugins/updraftplus/includes/updraftcentral.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftcentral.php', 1, 0x00000000000000000000000000000000, 0xc5bb218423512dd28e1ff7fc9b86a1e1, 0xb2ea641e4d3e9153e9cbdb02e347c1c5fff8da49272cb4a8f6cc4a68e6d43338, '', 0, '?'),
(0x5ddd5bb28f046b481d7af043243457ea, 'wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php', 1, 0x00000000000000000000000000000000, 0xca842a1f7159f0bb961b4493f8aed605, 0xc050ad8d98ee239ee0e431a92bfc46d350c8142c6ba6600b2e3d7398a7166b1c, '', 0, '?'),
(0x5ddf4c0ee105b5265b9552e716800fb2, 'wp-includes/blocks/post-content/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style.css', 1, 0x00000000000000000000000000000000, 0x42e85ef49619f28e8e7bf29a56352a4d, 0x6cdb70c5dc5b78753fc3a6e9011a9f4bf3f957d7366405747d3157c6366f6860, '', 0, '?'),
(0x5de02390bbed2474c2fe2072dfd6ea74, 'wp-content/plugins/amp/assets/css/amp-block-validation-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-validation-rtl.css', 1, 0x00000000000000000000000000000000, 0x52dbe0bb1a9e11e2d80dcefdd516fcf9, 0xae20690877d41f163be96994e33aca3577998020db5965dce6b64c59f11844dd, '', 0, '?'),
(0x5de83464fb1d39b4c0e043c43c739333, 'wp-includes/blocks/video/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor.css', 1, 0x00000000000000000000000000000000, 0xad650162ebfabe9c31271f247112004a, 0x8270b2672a89cb3bd427a203993f3328ed7cf7703a12d9f41c46dc03e042462f, '', 0, '?'),
(0x5deca88753e77505d9c22bcc64403136, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', 1, 0x00000000000000000000000000000000, 0xc36f5423a2f2cb20c7256367cda5f459, 0x13a50af36b41c0d9346450b8d79be97782b8c7027ceb20f2a35d330a25ff40b6, '', 0, '?'),
(0x5ded81f0f3e69149f698013b2f733965, 'wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x088cb323c539971137d6abd7b6d5bf7a, 0xa68fc0366f050c80d244a07776c510cec8a6688ca7b4375a94f3192e93cfe5d0, '', 0, '?'),
(0x5df6dfa07965f60d024e3c136942ba2b, 'wp-content/updraft/backup_2025-03-04-0335___90_500d0e6de4fd-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-04-0335___90_500d0e6de4fd-db.gz', 0, 0xed431395ad06733d70292b9b2c52d79e, 0xed431395ad06733d70292b9b2c52d79e, 0x8a765666d7b53e73e8ce9d71ed6b4a0fd0b439b5da01c4eb74d81a2a40476125, '', 0, '?'),
(0x5dfbf6ceeac75aa7f12f937ddc66c4b0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0xea3c43f1cab8c4d6823a7dcf9917b067, 0x0f3d8c06684792ca2f6f57a14b025b279771a8804ebc7ab43d4a68e82ffd1afa, '', 0, '?'),
(0x5dff85e94a20618288761051082a90bb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/demo_style.css', 0, 0x184b46345a7e6bf00053e8aae1ce7ffb, 0x184b46345a7e6bf00053e8aae1ce7ffb, 0x983b44839f58f38e00f4cf8d723eca4fefe36e052045bb26ba8a6defb99f3f8b, '', 0, '?'),
(0x5e028dd2fe493b02524ddb9275753945, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php', 0, 0x0d732e2d30f1cbe3e33e79fc275e7424, 0x0d732e2d30f1cbe3e33e79fc275e7424, 0x4426c39a6093d46937ecc7dcd886a7870bdbd241b0bfd6258f5058a8597adf3a, '', 0, '?'),
(0x5e038501087633f5647447751a8d5c7a, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save.php', 1, 0x00000000000000000000000000000000, 0xc5de69d035cd435b5b662240f59336c3, 0x078de372d7d68d6990a955b9c148f6bf380912ec80d1a0d01fc13bd50e6cdc66, '', 0, '?'),
(0x5e0583542f38b6c23633f2c81231bc05, 'wp-content/plugins/poka-review/public/js/poka-review-scripts.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/js/poka-review-scripts.js', 0, 0x00a203f2f3a4cc7f46f0b52c392091fe, 0x00a203f2f3a4cc7f46f0b52c392091fe, 0xee1cc7426f01261d9f6e26b18fd908a39398514e3934a6812a58540e88bbfcf4, '', 0, '?'),
(0x5e1a0bc820374750cc7b4f8396414fdc, 'wp-includes/block-bindings/error_log', '/home/abt90iranbet/public_html/wp-includes/block-bindings/error_log', 0, 0x856abe08728e7c8658503666ae1e9c78, 0x856abe08728e7c8658503666ae1e9c78, 0x9339fd1350703ac7205a09a600db978ee3ee959b195885f63659454dba835bf0, '', 0, '?'),
(0x5e1dbc0f980553800ed01417ecabef0b, 'wp-content/plugins/updraftplus/images/addons-images/backblaze.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/backblaze.png', 1, 0x00000000000000000000000000000000, 0xc1ca03e9bac6abac8354324dd0920ebd, 0x3f1eb6f9038b4cefdbe11c543015de93b10a6895dc2bb380b017acf5f7c9e0c5, '', 0, '?'),
(0x5e1ea864d8991082a9912b9abe70e9f7, 'wp-content/plugins/poka-review/public/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x5e219d28e81dd9515371c3c25d4d692a, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_11.php', 0, 0xfd6c502fb3180a79f48d40c609125027, 0xfd6c502fb3180a79f48d40c609125027, 0xd6cae63541d5f8012d3df3ef499caefdfb3b63a4ec7b20faa1afe6c542736b46, '', 0, '?'),
(0x5e28e2ec1aff5aa6856568aee4040e0d, 'wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', 1, 0x00000000000000000000000000000000, 0xb0a9ca9a76d79fc738ba623d0ad467c1, 0x5c3a5c14f0d472093247e9e08f0b56b114ec8f650ca96fed11e7abb912452b8a, '', 0, '?'),
(0x5e34cb0a6379e33439aecc8a53bd2ed9, 'wp-content/plugins/kk-star-ratings/src/core/functions/scripts/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/scripts/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', '/home/abt90iranbet/public_html/wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x219a4e201e9d829ad939e2336e446c02, 0x7297beaf523839e33c863b3969316c955ab28d8c51faec6f0f43231df15996b4, '', 0, '?'),
(0x5e3aed326f512ee1a0b53401a2f0d927, 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css', 1, 0x00000000000000000000000000000000, 0x92b2cbdd6518288df5dba3cdcbf28307, 0xc5869705ad738e642beb2afd5d80c46012f172965c8060caa8b8a766805f62e6, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', '/home/abt90iranbet/public_html/wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xd5f418965b61ee40312ea59a51ccee5a, 0xe474cb81a5acf90305a398397b89c42fc2ff8479b4673127fe7556febe6c02a4, '', 0, '?'),
(0x5e4634781a63b3340d68f23740d0c9ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', 1, 0x00000000000000000000000000000000, 0x84a28ab667aeed376ca8305fde8b3685, 0x894c58c06f6440449316146a2e5cfd4e80121a80b8c2e70fa1af9535c3f24877, '', 0, '?'),
(0x5e47d2600654c9cfdf5de35b14537b91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php', 1, 0x00000000000000000000000000000000, 0xb46ed49a00f1a67099c9485b1c43ddb9, 0x8379d8b936a7f02a69af11d54cb368d3ae21bd76347e5447c865d178d36306b5, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x5e4ace510916a88c5664860d93d90066, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x5e56fbc41d8f10ace93d4fc8b0381bb7, 'wp-content/plugins/wp-rocket/languages/rocket-uk.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk.mo', 0, 0x749c762acaf40d4bab3cac08caf724a1, 0x749c762acaf40d4bab3cac08caf724a1, 0x83b15f25ebd17eb79411e2a011a581285b5a6361602919b674848cff632d4000, '', 0, '?'),
(0x5e5d17f7c80c8e65e4a8f7fd54583489, 'wp-content/updraft/plugins-old/updraftplus/images/ud-logo-150.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/ud-logo-150.png', 0, 0x53daee9dd2ac54c5f264ac36751550d6, 0x53daee9dd2ac54c5f264ac36751550d6, 0x85d0cbbd9bae1218a4afb41fa4311344e7d7c5344889481709ed5be99e081459, '', 0, '?'),
(0x5e5e875cf2b5202edebbdb765cc5c605, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', 1, 0x00000000000000000000000000000000, 0x2a73bd6fac908d54b3503239222c5d6e, 0x9de6bd9c1e6e31163a373f1edcb70f982112fe0ed0d59df0e1f5c3a27616c5d9, '', 0, '?'),
(0x5e5f56abba4dca0aab6c79c38583eb43, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-tabs.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-tabs.less', 0, 0x79f95c48a8e844275930d14a416ca00c, 0x79f95c48a8e844275930d14a416ca00c, 0x68a8b78bb9aa4869e2bb6672ed2500a6c5cab03f96d2a17dfb200a889a73ebad, '', 0, '?'),
(0x5e629446f351810c299b609ba771b10a, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-clone-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-clone-manager.php', 1, 0x00000000000000000000000000000000, 0x89f26b7ea3511190428ecbad8cb87008, 0xf261882a1029412c96e6f61a38a7a568427000b3241ea3086270bee9e522375c, '', 0, '?'),
(0x5e6447fd4683f7a1b49782bdb4c3259e, 'wp-content/plugins/updraftplus/methods/remotesend.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/remotesend.php', 1, 0x00000000000000000000000000000000, 0x9b7d3d266f3bda4f140fef5d77c41ca1, 0xe6a7fe6fdfac19712c5f288ef84e346cb6369fad921375049e4a39b042925e46, '', 0, '?'),
(0x5e648e1d63606fa74bf1592d4e939885, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_9.php', 0, 0xf71b8e6b8c7136e9dd7138a5408f0413, 0xf71b8e6b8c7136e9dd7138a5408f0413, 0xdd07dc65f498e0e62b722114724ca0939eb5475076144c1d2b5e8722e83bbe8e, '', 0, '?'),
(0x5e71883dfa6864bbf49705a35a11d934, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x41080981a79e62117c20b25de058998e, 0x4089617487db17fdf67c9ceb5dcd91995b1e6185e11e7022e6ac80539127834e, '', 0, '?'),
(0x5e74270aecd4deec3c5e17e3c699a53f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', 1, 0x00000000000000000000000000000000, 0xedf13f695665e8c0573443e6e181f4b1, 0xe81ef3d1b7a3672884602c0912fb8ec2f8cba3e0c10ca645c01ff9340f2e3c87, '', 0, '?'),
(0x5e74761f0f8cdfb24a130e8f8285b225, 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 1, 0x00000000000000000000000000000000, 0xf9f52b0eec299d744ceeaa101c1e353d, 0x8799557dad946fe42b8702534fa75993a0a5853a3cae0157513254af67070048, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x5e7d3ea6f85ea4e10e887da454780929, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter2.php', 0, 0x07c8e2ae160677262fdbe5ecb3c46783, 0x07c8e2ae160677262fdbe5ecb3c46783, 0xa365af564bae139ff6c9be34f0048aeae92bc06ac721f041e48b45ed800c2609, '', 0, '?'),
(0x5e7eff5f10e67f2e486b89967a8139f5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_author.php', 0, 0x61f023998b533dc178c0973c38f9911f, 0x61f023998b533dc178c0973c38f9911f, 0x8ab6667742ed7e5a5e046296216eb73364fad7c9db91e968f9055e30fcbb7d22, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0x5e802f0c363665bc77e7fbbed491cc14, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', 1, 0x00000000000000000000000000000000, 0xa2bbf747af02f6e978baba594dbe7c09, 0xcbde154e05ff32b8fae9f3e947019a11cff176cf0dfdad2461553a2b85f13328, '', 0, '?'),
(0x5e85b071c86ef7b46b5cfdc4e35bb77e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 1, 0x00000000000000000000000000000000, 0x876d61a23b5f649a5faf33f4ffdc1781, 0xfcc032b6c4873cffe34ee301881f911d14b14a282ca54940717fde8a553d6ad0, '', 0, '?'),
(0x5e860673ed3116b5d776effb4ecc0cd9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_1.php', 0, 0x6168ce368390538c744bef4b0338c7af, 0x6168ce368390538c744bef4b0338c7af, 0xdf9eddf4173281423ead6a13f341d6ae0b86b57107ce798ede04d58525ddd610, '', 0, '?'),
(0x5e8a3d1b8e114b2a58ae2240031c0392, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4_no_content.php', 0, 0xb0fa7ad322f76540e0385d213ca0410c, 0xb0fa7ad322f76540e0385d213ca0410c, 0x56096865ff8a01b6d4c326880d5d13a39580e557072958712ceb2e0962318cc7, '', 0, '?'),
(0x5e8e788babaa8656cc631c12aa2e9476, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_4.php', 0, 0x14af0356470ceb758cf6aaf612377e79, 0x14af0356470ceb758cf6aaf612377e79, 0x6e87918ee4fb21878d85166a1ec417ebdfca5e1da25be7a9a18d2608761e133c, '', 0, '?'),
(0x5e9759bf4b6219a6e0463254d4d4542d, 'wp-includes/blocks/avatar/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x5e9897f832bf9fe76801af17a8678bef, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', 0, 0x34c89811ecefd5017abb0fc733a028a1, 0x34c89811ecefd5017abb0fc733a028a1, 0x41dd37a03b7f69d09470caea79ff4b4df9978a9c65b49fd0e729bae78f1a362d, '', 0, '?'),
(0x5e9a39aafa62af19dfc6a331890fbea4, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.min.css', 0, 0x075c0c580cfdb62e2bcc236179dd72c0, 0x075c0c580cfdb62e2bcc236179dd72c0, 0x7be2f410c12e35345d37f1580cf39d90493422a78604841b428cd38584dcd116, '', 0, '?'),
(0x5e9aed4a7e0d5c5e2af23da6896ffa41, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 0, 0x4518ead4f857bd9721b1226068f7eb32, 0x4518ead4f857bd9721b1226068f7eb32, 0x49b1f7d2caa9bf64efaacfa62fcf610ec0e412c18caf3450ad750233830dc16e, '', 0, '?'),
(0x5ea0020cff5cbc55e771626e23556dcb, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 0, 0x0c3903c8b973b4a3c483f1f2c5a85891, 0x0c3903c8b973b4a3c483f1f2c5a85891, 0x18276875cdb98d07b5441880e01a00fcf5c5cbc5e6548f0fda13f891d9b93f51, '', 0, '?'),
(0x5ea2ea6080f5683edd2123b031376345, 'wp-content/plugins/updraftplus/images/notices/updraft_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/updraft_logo.png', 1, 0x00000000000000000000000000000000, 0x80faddb2657495bfdea1e8cdc2bd9f36, 0x28d758a498eb977600e09b368e76cc5590e98b2b67961f6acd7bc6f9fa2233de, '', 0, '?'),
(0x5ea3f187d907b8de8d045f2b24d21344, 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5ea959e620617b3e10302b0e3ed881e4, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/carousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/carousel.php', 1, 0x00000000000000000000000000000000, 0x5873ad6ee5fd0f07fa84bf253754da7e, 0xe653de18bfca175340ae80329bcb4b103fa1517523ad2c7b19bdfee65b5a1b4d, '', 0, '?'),
(0x5eab3ceb47e679acfac43da51bdc503a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', 1, 0x00000000000000000000000000000000, 0xfdac43842ff78818769a6846be1d5b81, 0x0528272bc5c949023e1c3bc06993d62eee8eb2c189eec1d37da922536b4fb449, '', 0, '?'),
(0x5ead97c9898f780dbff848cbdfde7b03, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5eaf35e14f095a7da66369568f6af051, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 1, 0x00000000000000000000000000000000, 0xd42fc22d08c4506d39a7ba8a8f88fa50, 0x2964c4d1a99d64d6811b132fc991f86cc625ba880a5cdd5c6e86b6abc97dd9eb, '', 0, '?'),
(0x5eb470b5497c9800d65faf027966d1b9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 1, 0x00000000000000000000000000000000, 0xb311c417b3f64d396190e2279bc9ccf0, 0x80623cc5e6a7d877f6ed3a0524b7fe741d2fd7bcd1d815b8aee9b3f8bb400a5f, '', 0, '?'),
(0x5eb6cbb7e08a9b66ca51f46879e8cbbd, 'wp-content/themes/twentytwentytwo/styles/blue.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/styles/blue.json', 1, 0x00000000000000000000000000000000, 0xacf002f07188eb45743a1cd91d582bb9, 0x7a1b1c7e4a2a26b21353bbb07c23a3004c8ee0cb58b8284d8829ee79767a6a67, '', 0, '?'),
(0x5ebf08aff20c1304632fca6f060a1a2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 1, 0x00000000000000000000000000000000, 0xc595fec73e6937837f08d33a5b7d3c0a, 0x1e29557549e2209a9b4934bfd120f62e7af8d0f6ed4ddc5fc293f0e570fbc82a, '', 0, '?'),
(0x5ec1b175ebba7583ac5791649c4d3d95, 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xc67ad6d83d45916f30afb45b1106f2b1, 0x1fb56d3f1ac322ca678feb3d801f30e04e2284f651878860a67527ecb0eb7e49, '', 0, '?'),
(0x5ed3bfc6ec2d8558e823b463d802ef2f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_4.php', 0, 0xb9da5cd836ce7d2670fc71fed3d1ddc5, 0xb9da5cd836ce7d2670fc71fed3d1ddc5, 0x0a14d019677e1785745c4a785b0c8a8a4e8c54c0ab3a9f650043723ee335f6e7, '', 0, '?'),
(0x5ed8a6e461aeb866ab248f3a0c270c01, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/package.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/package.json', 0, 0xd7619a19e683d161e513fe5045b355c2, 0xd7619a19e683d161e513fe5045b355c2, 0xfae2d6bb3505890866e657169a0c161620f07c36c70e18b80eafab6434f9699c, '', 0, '?'),
(0x5edb97ed5e8c08e2d8fc33e35ca3e978, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/LICENSE', 0, 0x955d5fe58c231244f6b49000f383b5e2, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x5edbe59e3a758b152685bf53aeed44c9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1.php', 0, 0xd4310e83580de3b937add1c1b8423d41, 0xd4310e83580de3b937add1c1b8423d41, 0x445cd739af61315714a9e539414e5669b31ecb4b0eb6684dcd463201cc90d679, '', 0, '?'),
(0x5ede78f64cd8a77181b65bb5a2971ba7, 'wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php', 1, 0x00000000000000000000000000000000, 0x1a26d5e3364d3e9c256eb2847b806407, 0xdd56da604ab616feb906fb45bff87ca3aa79093877b7eb78d2e4a3ae081dc174, '', 0, '?'),
(0x5ee1accd09f1d6cb30e3135cee9a4f26, 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 1, 0x00000000000000000000000000000000, 0x73f3fb2ecf00f93fa73ad23321191520, 0x44b335a65df82caeee05d41ecfbcb3eab1cc63fea2470090303e2bf411a5fba9, '', 0, '?'),
(0x5ee2427fcbbdad65f46083f16c4b2297, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-10.png', 0, 0xc8668e9c2bdeb661edf8298dbbd926df, 0xc8668e9c2bdeb661edf8298dbbd926df, 0xce17d7e1aa985a5d30a532fa9b94b82aeb2279dbe452a33c09156b1c220d5e83, '', 0, '?'),
(0x5ee2af5e7633c4f9d9e814e15baab05a, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php', 1, 0x00000000000000000000000000000000, 0x5306cdaad1ec6d4315fc850e4ff5011c, 0xf3c0326f0b22d8c79c50b040ceb89fd49293be649c2e3f4b500b143e88bbae4b, '', 0, '?'),
(0x5ee3749e108b170404fb125d268f7cf2, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 0, 0x2eba9935892ed57bbaf4f5b3661ebfb4, 0x2eba9935892ed57bbaf4f5b3661ebfb4, 0x47e7216033f1d29f804997729890c1b692a03b1de27015e80e712f205284f557, '', 0, '?'),
(0x5eea53360d7854e73538739db5275548, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php', 0, 0xd0f3f37b40219616c09b2763fa87f12e, 0xd0f3f37b40219616c09b2763fa87f12e, 0xdbe658f6cc291d5fcaad194a042a8253f00657ef38604533f6304490bf38586c, '', 0, '?'),
(0x5eeb435ceb93b24c90ad937f3a2f89f2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', 1, 0x00000000000000000000000000000000, 0x297bb9010dec2dbab37bdcef1f371443, 0xcfc335a7606f99a3510d0eb782241175b235fd66856fc8f81cffee8dd97d4fcb, '', 0, '?'),
(0x5eeb6b59083f932785c828a68c1d0bdf, 'wp-content/plugins/shortcodes-ultimate/includes/config/borders.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/borders.php', 1, 0x00000000000000000000000000000000, 0x5c97ac5e1dc296eef9e23bca6cebb7d6, 0x8da871fec830e33651c1da4ae80e2b41e883cea69e8ce18587c175dcebfc69f8, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', '/home/abt90iranbet/public_html/wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x6823120876c9afc8929418c9a6f8e343, 0x8f49f2b26adafa2b561f12602980ae2050bfd3330c8b4ac1b428228578521360, '', 0, '?'),
(0x5efe468323ed6b358efe34276e0fe8c7, 'wp-content/themes/Newspaper/translation/ur_IN.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur_IN.mo', 0, 0xc81d562440969d09cc848554c59a8333, 0xc81d562440969d09cc848554c59a8333, 0x2418b0873689293df68b3cab76a3208e61929c7f40e9d2c54b693f1e6d929bb2, '', 0, '?'),
(0x5efe9583f6da8dcebfa6aa51158741d9, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial1.php', 0, 0x60be81246f60b2c969d5825cbb0019e3, 0x60be81246f60b2c969d5825cbb0019e3, 0x50e09c260475f2b771233cc181910787465b9170e97ded5d8b28ffd684e58f00, '', 0, '?'),
(0x5efecc4af66463b2a4552bb1017ec208, 'wp-content/plugins/wordfence/lib/wfScanFile.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanFile.php', 1, 0x00000000000000000000000000000000, 0xe5fcea4acbb0ebd7a0abd362043e4138, 0x4b453a79d6ce7e1d9d97a5b5da3bc193f50ff4d94492afa54f51c611ad9d0e35, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', '/home/abt90iranbet/public_html/wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0x1344376ec4a006cd5f0da28e55293bc9, 0x70936ba88d4fe52bdf3005e7e3b1ca63a68086e03a72ea1f0691b7b95585e04b, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xeca022554522b445623b100544e56ef0, 0x168ba9d4b1ebbb7296679ddcea0c43584a55cb31f89202d6890f59612cd9f031, '', 0, '?'),
(0x5f11f1b84b42ef30971665133fd38615, 'wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php', 1, 0x00000000000000000000000000000000, 0xfac94f477cacc0d22b8300f7c03640ba, 0x4e605b884c0f5d3bd8cde4b6207027b5756907f07885112e4716e9207dc08170, '', 0, '?'),
(0x5f1775a97a9888f8c4243300f38e1d6c, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-template.php', 0, 0xbfd16ab613f64df5949af87e0de3a1f5, 0xbfd16ab613f64df5949af87e0de3a1f5, 0x79d79dc89b90edbae0ff6c721021a47a917feab43aea2da3f42f303967071af9, '', 0, '?'),
(0x5f1c2f70ff8dbd34aa3856c95c213115, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xa563b74b6a77f37a9d097962617b01b1, 0xf333c1266961f5dfd620a4d0d84945f53bf4b6ef444d69f9d6fdf57ef249c644, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', '/home/abt90iranbet/public_html/wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0xb4ad6c4e132bee0e35020609a89b4f3f, 0x904021eb6043cacff8042a4d65f904eafb7aab6a4009b440a0ded24cb06a7785, '', 0, '?'),
(0x5f1fcc23e88bf1553170fa4753f2b316, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0x015ab08ac57274bdc2fd77fac9289865, 0xa8d2bf4408dc493cf55ec8691c326457825d4719e25fe42d122b04854138f357, '', 0, '?'),
(0x5f211d5f0f6a3b31e29090d65386a8d6, 'wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php', 0, 0xd059b64ba37aff30dafb79f0cd2c86e9, 0xd059b64ba37aff30dafb79f0cd2c86e9, 0xba29f22808fcd7278e194d89f1ef8fd449fa112e9f304b0d72dc9dc4bdcb1c93, '', 0, '?'),
(0x5f2a19558819f5e3ac4951389166f854, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.po', 0, 0xc3f6cad60075fb7140672dd85cb03b0e, 0xc3f6cad60075fb7140672dd85cb03b0e, 0xc7f32547aaab1168760ab96ae04861f1b20185aa750451c628406f768d36f600, '', 0, '?'),
(0x5f2c4c8c19a031dcedb17810f123225b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x5f2d8a8bc20ca8f9a5dda72ec91ae1b8, 'wp-content/plugins/updraftplus/images/icons/dropbox.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/dropbox.png', 1, 0x00000000000000000000000000000000, 0xcad99830a8ff4578e533d07f313f965d, 0x9d73fdab326f1abc422f1b7fddc2759247ed413bed22bb806d56c58a4cc65bb9, '', 0, '?'),
(0x5f2d9ce62ebcdd9b4fb82eb20dde3e4f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/widgets/td_page_builder_widgets.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/widgets/td_page_builder_widgets.php', 0, 0xcbdf8337f624caee4d1fb465f3667206, 0xcbdf8337f624caee4d1fb465f3667206, 0x17caf8e856ebc063018bc98ce825e4b6bbf4d459fb8611c845de828ede975775, '', 0, '?'),
(0x5f3abd9ecfdf074e039f97aeb2b78958, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/demo_style.css', 0, 0x54c5f47c46fb234999855193f137dd45, 0x54c5f47c46fb234999855193f137dd45, 0x2d20b08287d51d391a6e0ce1d8b5d9473ad683f3fae3cf3a6a1bd4b6b0341be4, '', 0, '?'),
(0x5f3c9835a756086a5552f7bffecdd544, 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/table-of-contents/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/table-of-contents/block.json', 0, 0x8c0f113fcee169d0eb86af6f3c156dfb, 0x8c0f113fcee169d0eb86af6f3c156dfb, 0xcc3d2d749dfab33aceff31a2a790ac6b4d2a5a921c6245c3c80694552090ccbc, '', 0, '?'),
(0x5f3e3e90ce2770e7a673a4753f8edb81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_4.php', 0, 0xd14a24f1a664c7e14c0d4bc73fef46c6, 0xd14a24f1a664c7e14c0d4bc73fef46c6, 0x420d7e2f14676f82ed4885efbfedcd39a2dabca9aa7c26779dc9f21e12374331, '', 0, '?'),
(0x5f400403eb2b345c7463ed318765a637, 'wp-content/updraft/backup_2025-09-25-0337___90_5064778cd53e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-25-0337___90_5064778cd53e-db.gz', 0, 0x56d292d71740d2a24b263ef2a92b31c0, 0x56d292d71740d2a24b263ef2a92b31c0, 0xbed2e794b54810d6fd60c72201d30a5c98c55f26953d812cdf36b262cff0eaa9, '', 0, '?'),
(0x5f4ac4bcadf23f3c6b0959622fc4de00, 'wp-includes/blocks/comment-author-name/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style.min.css', 1, 0x00000000000000000000000000000000, 0x33b05c9e4946d3c866e279cb4cb2e85a, 0xb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98, '', 0, '?'),
(0x5f5a5f0f9325cf708ee3596f453f0e2c, 'wp-content/plugins/td-composer/mobile/amp/style.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/style.php', 0, 0xfc4dfdd32ca343946d696b2823eed432, 0xfc4dfdd32ca343946d696b2823eed432, 0x60262ecdbe73619ff3740182fda6e3259680b500c429ea7438e646059b875596, '', 0, '?'),
(0x5f5aab6f410ae45168a9ab2a9ab775c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3.php', 0, 0x7e0c4397f62702d5789c08f47ea6ba33, 0x7e0c4397f62702d5789c08f47ea6ba33, 0x0085b2d0be08f8791395c96323d95d991a2b161f1a729c90d3b81749da3ee6f9, '', 0, '?'),
(0x5f5e514c7e9fed95d9ebcc23d7cda305, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340-rtl.css', 0, 0xd9f563ffcf68c734d57142fa628528ae, 0xd9f563ffcf68c734d57142fa628528ae, 0x8dcc0179538ad4c9322d02fedb2d983ac493f58b150a6c9a235125943799ae1b, '', 0, '?'),
(0x5f643140cc5f39e80ea42c9086867015, 'wp-includes/blocks/tag-cloud/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f55b8e5baf9b7caa7d3d4fddf11e3a9, 0x44ea2e531ad8dae3babe96fb04a498a0fc9eac41b22e9792d0fb36df0c0be82b, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', '/home/abt90iranbet/public_html/wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0x3279c888daf055559dacf95524ec050a, 0xf4a4bd564106f623d8db9be596f92de120879124b7f9f9f01505f1df07fc4889, '', 0, '?'),
(0x5f6a361505f8a856268779856cdf2015, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.po', 0, 0x551147a281e6b4ee3e3299bc09ea9d37, 0x551147a281e6b4ee3e3299bc09ea9d37, 0x331bb7c842e6120d9ef7249f921155097ae950184f9c82355b08ca5529a48710, '', 0, '?'),
(0x5f6bc8b820cf205162f759c8a4ade112, 'wp-content/updraft/plugins-old/akismet/views/start.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/start.php', 0, 0x2aed1969d21b8fc6d9d35a764f5b02c4, 0x2aed1969d21b8fc6d9d35a764f5b02c4, 0xf9997f90ad093360a42b42e08f8e1176592d87a16b2da0e2e65e3f812604e8a7, '', 0, '?'),
(0x5f7355eee2b3ea787c016e5af6643393, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1_no_content.php', 0, 0xf14dd38c138b25c828faaae4ab519863, 0xf14dd38c138b25c828faaae4ab519863, 0x16c127732d1dca4ad5058131bc4743080aa13bfc62c35282c8f32fcd6b7b2c7f, '', 0, '?'),
(0x5f77b9fab0e6c0d8f627d70f4a1b5336, 'wp-includes/blocks/gallery/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd03de8bf9bc6c8c3e6efd71cb7957ac, 0x8493c9b961dfbfd8ebeb014bdb986ee9fda60ccd93ff042bf5186e11b262f2be, '', 0, '?'),
(0x5f7b870b1aebb23b2aa048ecf24c324c, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/images/acf-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/images/acf-logo.png', 0, 0x33ca7034892cc472195998e9ea313c21, 0x33ca7034892cc472195998e9ea313c21, 0xfcd9a8ec8d297331408f80ee3a456d54c1d3b4ecc73d3933c7b76078ddfe8437, '', 0, '?'),
(0x5f7bf046e15a57cb38c6220c72952fb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 1, 0x00000000000000000000000000000000, 0x7fd0834248108a46fb2d072a7bed22bc, 0xc3a7b0a4d349d40cfb39d959ebed78d9f6a53f473d446caf3ffa100e390c03b5, '', 0, '?'),
(0x5f7e191ea75b4820c4f2790240782e2b, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 1, 0x00000000000000000000000000000000, 0xf9303af7c0a50203ee291621ce404982, 0x23a8b581fd4320f0c56a88fa3880aff4f05ace63ed57e96b3af724d79bc7273a, '', 0, '?'),
(0x5f8071d89d8bfc8bd052b1ae171bc92f, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-large-list-names.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-large-list-names.php', 0, 0xb1e07d7b599154f31c2e857fb1c6992d, 0xb1e07d7b599154f31c2e857fb1c6992d, 0x709220433f92c9b1910008b35989d9970f29f09cffdbb130f5a8e196faa636b0, '', 0, '?'),
(0x5f869e45656fbe0ae5446f1035c085c4, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 1, 0x00000000000000000000000000000000, 0x92a042b341f277fd060e2d0f4519a744, 0x03496651d3b93ca9829fb9f8624589c84a7c38fe7628389a9743d3eeac01c41a, '', 0, '?'),
(0x5f92b46e70df745db2a869f2e1cc4770, 'wp-content/plugins/updraftplus/includes/class-manipulation-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-manipulation-functions.php', 1, 0x00000000000000000000000000000000, 0xc99ed94cb68c5c47aaeb1833488b7659, 0x6ba5fe19a75fa0b0f7a37f9241b88f84b9d35c53a664cb525f80d4a24fa77306, '', 0, '?'),
(0x5f97df1099265b7102f94d0b6e38dc39, 'wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php', 0, 0xa93ea5f43171bb0ecc22071666409bd3, 0xa93ea5f43171bb0ecc22071666409bd3, 0xd1e22f0030f6bbaf76a7610aef65e8628ee24892f764d59a5bc62f6d4bbf4466, '', 0, '?'),
(0x5f9a281bea68740999c72db6dc74ffe3, 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-others.zip', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-others.zip', 0, 0xc8b70a721b6ca8e3a2c688a080003e8d, 0xc8b70a721b6ca8e3a2c688a080003e8d, 0xa2e8f4320d87f5f93a81fa3ffdba2ce160632070d4766e7af8cabfa1efb288a4, '', 0, '?'),
(0x5fa14b4e1c1165fff831c001acb248be, 'wp-content/themes/twentytwentythree/patterns/footer-default.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/footer-default.php', 1, 0x00000000000000000000000000000000, 0xec7c78a287b50edf6bb047a93edeadd2, 0x8bbaecc07a7e93db7813107b9ddcd97d39ecca2e9787a07fd0b6c25e280b65aa, '', 0, '?'),
(0x5fa2388fa78dc098fe4403aff1120ba3, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x2b7659062165bb5ca48039683207c00f, 0xea2661e5fe3d069fde73aa18f5673b7fd654f42293dcc655d94f5f434c336b2a, '', 0, '?'),
(0x5fa303087d552c0cdaa7b01038f138e7, 'wp-content/plugins/amp/src/Infrastructure/HasRequirements.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/HasRequirements.php', 1, 0x00000000000000000000000000000000, 0xca722f08324e0a5014f3f59e44d47195, 0x91473fc20400fa3a054bb4919ef2a9a9ce5edc4137a776a55efc85c2e180b210, '', 0, '?'),
(0x5fa611495cb01ce83339f218b74b694c, 'wp-content/updraft/backup_2025-06-18-0336___90_da5f40e51c2a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-18-0336___90_da5f40e51c2a-db.gz', 0, 0x8a11ce84c3e27f0e1a1e6f09f69a6f5d, 0x8a11ce84c3e27f0e1a1e6f09f69a6f5d, 0x3784664fab83961f129c0f5f95c34bfadf0fec6faf6f01d5e9b3f06d9820b4e7, '', 0, '?'),
(0x5fa7930c57fc993007444c0a4f97dacc, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE', 1, 0x00000000000000000000000000000000, 0xdb7096d1ec87ffcdc25c249bcf336120, 0x06287cd9e546dff3de9a8de06f485331198fd37859272791853736d1a7914d8c, '', 0, '?'),
(0x5fa96100008159cc8b0af2dbfae0090f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', 1, 0x00000000000000000000000000000000, 0x926b457bf4b3d98500275e03f74a4ad9, 0x545c63db67bb84c60d8cc46a55b7db20e03684c2c3080fead6357778a6325826, '', 0, '?'),
(0x5fab1e9eec3eadb54566fbfbaf15e305, 'wp-content/plugins/elementor/core/page-assets/data-managers/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php', 1, 0x00000000000000000000000000000000, 0x2a159491c2f40f5a4d6d2d750dc0e826, 0x89805c8f371480b9445189f9d6fe20817bdea0d23b8b4990550c4bb5f9fbe362, '', 0, '?'),
(0x5fab260daaab6c0ca86e04c11f1036c8, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.mo', 0, 0xe7dcb99adb09c04a6e10e1cd618c9684, 0xe7dcb99adb09c04a6e10e1cd618c9684, 0xf5319e392a8e382bfcffd6fe73b62934d084701a98bbfa4a770b48ea8e98111e, '', 0, '?'),
(0x5fadf1ffada4f439ab722f1f7008d411, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', 0, 0xdcf0df9d450143fc4d8a8902a84960fb, 0xdcf0df9d450143fc4d8a8902a84960fb, 0x0610cb381772011a428978c96f6ed9cb14c29e01290f3dd9a3630717f25297ee, '', 0, '?'),
(0x5fae178a6dfd73f02abf7627d1fc862a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 1, 0x00000000000000000000000000000000, 0xcde8e2e00c56c89d6d51bbf657017bb3, 0xd8071b1a2f4f1c452ce81e891070b6a2e438675cf205ac1deb685c22daca1e35, '', 0, '?'),
(0x5fb029874f35da20d98944cc2ed68042, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_5.php', 0, 0x1c508bb2f82c43eb0adae83d72fddd09, 0x1c508bb2f82c43eb0adae83d72fddd09, 0x6c704c8d4fe03ddf6a0be6eab47327f9ac2f35423bbf85d4aef65231e559393b, '', 0, '?'),
(0x5fb08889073648c1a1a1265b9a68087e, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md', 1, 0x00000000000000000000000000000000, 0x69001bf71d2e0874e02de6bc843cfdc2, 0x210e6c7f3ac890556dbe4502aa7894f9b0d5ba8f5edaf383422cabe76237c531, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5fb32987cc5d95c1541c63fac4abe856, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0x847190da01ae741e44241753f23cc1da, 0x2046a7f9e6a8b94fa0389d60b135bce38ec69abe71697ddee65791ff6208ddab, '', 0, '?'),
(0x5fb43dae8c88a81bc805d7674de9881b, 'wp-content/plugins/elementor/assets/mask-shapes/circle.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/circle.svg', 1, 0x00000000000000000000000000000000, 0xe662e6d5164fa486edced00fabc1f639, 0x5ae460f8d076aafe33fde508b74da628e80dfc51802b94d055d2f4d96834bc2c, '', 0, '?'),
(0x5fb5bba163afd38e98adead0e1d3c241, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', 0, 0x9d26b970cbc009c9e0cdf2134ebe4bbf, 0x9d26b970cbc009c9e0cdf2134ebe4bbf, 0xee7675a13f3e2da72a2f9f126c88b4b212ca260996f0e2fc3c1c73b758fa616d, '', 0, '?'),
(0x5fb757addb7c6d264c4ccfedfe548c47, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b2203f066e0f277b2e01c6c92893c9d5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b2203f066e0f277b2e01c6c92893c9d5.json', 0, 0x36084c817eff145a013cb0469c04ac4e, 0x36084c817eff145a013cb0469c04ac4e, 0xd5f0aa0ea4b7236e4de567e4fe6c681dcfdd66d2dc4c9146151a3e3dd712fab5, '', 0, '?'),
(0x5fbb71ea498eda62534e19a233093c14, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x7605eca95aaeda46e641745ef6f0e0b0, 0xbde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ec, '', 0, '?'),
(0x5fc35e36923e4543e9a1c12c740a7004, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', 1, 0x00000000000000000000000000000000, 0xdcc7f37cc54dacd4a9e56243107a613a, 0xf2ae31ef52e83b176ba28c6d1a1026c3d6368755bcdc4e192ce195eca51aa29c, '', 0, '?'),
(0x5fc5e5a1a7b7fbb3c4eb29117dc0a870, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 0, 0xa6ebf38d46de235f33ee3de029d65740, 0xa6ebf38d46de235f33ee3de029d65740, 0x2d65774e4e73d5652443435fc64792b7a4a3bfac080aa712e700599e01bab16a, '', 0, '?'),
(0x5fd23cd7dc0e2a2017dd4416f0f0831d, 'wp-includes/Requests/src/Exception/Http/Status503.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status503.php', 1, 0x00000000000000000000000000000000, 0x37c6e2cfb7c1f2dc0d7c3bbd25bf89d8, 0xea7faaf1e113a95e8d194a39112420c5878de90a82225d6bd95b7195aa19b44e, '', 0, '?'),
(0x5fd29423010e5ffa1bb2eec0c754fb88, 'wp-content/plugins/elementor/assets/js/admin-top-bar.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js', 1, 0x00000000000000000000000000000000, 0x8fa046bb47300fd0413e2402e7969558, 0x17745521611fe53ef2240e80e016c03c274f0df569c906dc22a1d021b3a0409c, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0c0c5f463c564c294c3b863f80317844, 0x522355bba6ce316861cbdda49530a9a01638e6345eeba4bef68d2c2ff206a93b, '', 0, '?'),
(0x5fd6d558aa4003326c18c8140ddc37bd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_3.php', 0, 0x81502590209e808c8159bdc634b2d5de, 0x81502590209e808c8159bdc634b2d5de, 0xc3b6d24e450aab3541da9cc173c1692f48464a1af796a761a78e0d408cf1f221, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', '/home/abt90iranbet/public_html/wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x5fdaa71bd63ca9e1f9d3dfe33753e315, 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 1, 0x00000000000000000000000000000000, 0xcc650dbeda0b77961af84b735979a73b, 0x8f89bd03e73df04e07926c4f6ce51ebad248b890a73a9df6e999901594494814, '', 0, '?'),
(0x5fe3925daf734ee13b07b151712f21b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_6.php', 0, 0x9cc6ca8dca76f271a9bf5216465c640e, 0x9cc6ca8dca76f271a9bf5216465c640e, 0x50c73aa2b1a749bf75deba9d5334d6984eb5f126049d0307bc6be486e9da2331, '', 0, '?'),
(0x5fe421f074f612cd6c3d861acaca4460, 'wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php', 0, 0x95f54ec9af14202c155bc9b3c62aa91d, 0x95f54ec9af14202c155bc9b3c62aa91d, 0x44d7073275142e0c2c58b2d16c2b86472356d494bbb6d21a51a54854422d31ec, '', 0, '?'),
(0x5fe47a5eea175ef20336a0864663e178, 'wp-content/themes/Newspaper/comments.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/comments.php', 0, 0xab1e579cdae650b09f4e013e8189ac21, 0xab1e579cdae650b09f4e013e8189ac21, 0xb88602879d2b21edbf8476f2eabe3d46da7c81811c25ad2b7844c764b63a4ab6, '', 0, '?'),
(0x5fe5860c45224cf1f75ef52c741a9ea0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', 1, 0x00000000000000000000000000000000, 0x7e347e0fc34d484640f6d69431b8a74f, 0x731ca24cd7b75a803cbfd0c5141a92ff338ede2eb7948afb06928f622168f0e7, '', 0, '?'),
(0x5fe61b05edb4f0451d3fda63ae729cbd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', 1, 0x00000000000000000000000000000000, 0x7b6184a2d0ad3acbacbb93bc11140223, 0x3a21ab36305d3e4f61d3bf09d09fc7a76f428c3cea7826a9befeecc46f9df343, '', 0, '?'),
(0x5fe6d833e887742063f0aa5421fcfd58, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 1, 0x00000000000000000000000000000000, 0xa91578d74ece771f799b5b82cfcf0e38, 0xc7595420726cec9751549122999840753fabe3d533788aac1da480b4ccff093f, '', 0, '?'),
(0x5fe73cf6f90cbd100de76cab0ce8df40, 'wp-content/plugins/td-standard-pack/Newspaper/parts/page-author-box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/page-author-box.php', 0, 0x21ace9f31fc6cafba4f02e35054e1063, 0x21ace9f31fc6cafba4f02e35054e1063, 0x6155e1ee7f725c1fe9c3985c69120fc404609ac01a21fbf438ff650296ec72b0, '', 0, '?'),
(0x5feb20a4d515535cf5ded9d46f083e9c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 1, 0x00000000000000000000000000000000, 0x0bb063d34fb753ed4d9aaf0626bd1c8f, 0x3292cbe3e864b36332ef76b8e8c5c0f25bc1a79bc28fa5faeca55c45626a9f14, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x08b503e4646203c74b00365a77702a2d, 0xf33db2ec5a776f8e9c532243cd92f59f1bf552c307495618508ee44e8ae6cd3f, '', 0, '?'),
(0x5ff0120c98a69178e20c6400a77f7017, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_8.php', 0, 0x2b5670a1dd1b5709b11f28e0390dc8ab, 0x2b5670a1dd1b5709b11f28e0390dc8ab, 0x6d8fc315335f233720ddb7eb05bc1d9594a0a32ddca8e4b8943f81d5a5860d20, '', 0, '?'),
(0x5ff47e8a193d66eda596b3fa50885cab, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php', 1, 0x00000000000000000000000000000000, 0x1babbb252fcf04a5d529bd1d480d04cf, 0xfa1aa6d52b19dc8306700e5bbccfdeec205be1c58c4023f36f6966e91f78d767, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1fd9b26ee73c88b897a78be3ba7a3e55, 0xf2703ee01ea06538ed1a4db7daf79633535632ef19cfdb012912206edff96678, '', 0, '?'),
(0x5ff8a3909fa519b1547aa36ace5d0f3a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import.php', 0, 0xad08c974abeb81276d3f9b8ba1bc9446, 0xad08c974abeb81276d3f9b8ba1bc9446, 0x5ad5f70ac7e33b7a028e05412f02c598c738484d1b709b0017a82bca2b9433f5, '', 0, '?'),
(0x5ffa55f82b371e94b20b098351acd764, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/AUTHORS', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/AUTHORS', 0, 0x3012f773b400715a955cffa18c8016e0, 0x3012f773b400715a955cffa18c8016e0, 0x6b886330d91c358d9996a81d811b6777ca239954ea1229b9f51a48f841062848, '', 0, '?'),
(0x5ffb8e1c326f0cf8b1c055b6a7fa4536, 'wp-includes/blocks/query-pagination-next.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-next.php', 1, 0x00000000000000000000000000000000, 0x50560dfc7190e6464d3ee3f0cb67fea4, 0x58ac2afb407794d7b7c4c5190f090a87c322c65cea2af715fd73a74f72f0f4c6, '', 0, '?'),
(0x5ffc1be5b35ab37f01233b3f6220ea21, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370.css', 1, 0x00000000000000000000000000000000, 0x95c30ca52ee08a2c6515c9be3de3512f, 0x8ffa96a2ca9e1b0629942dc9f7a5a060be3c79c1c79ce9d5dfbcc70aa347dee5, '', 0, '?'),
(0x5fffed89e5be70a873c213f7d3fe778f, 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js', 1, 0x00000000000000000000000000000000, 0xcf87c0ce2410faaabdbe2027d1713b2b, 0x83f0cb4dddfd032a0e6ce8ae1b4f718e4071ac2babf94eb240c8face928288ea, '', 0, '?'),
(0x600057fb9b92e74cebc0848848ef9026, 'wp-includes/blocks/query-title/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ddc196cfcc2a5cb80e4cddc1fed1233, 0x64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f, '', 0, '?'),
(0x600bec090034db23a885f300eb4e300a, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 0, 0xaf9f0053ac679a2bd8bdf25200cc9f73, 0xaf9f0053ac679a2bd8bdf25200cc9f73, 0x582fabacf8f7f220b38556c0267eaa1f9eab8f0397ffee1980387cf6747ef651, '', 0, '?'),
(0x600d332258dc6c6ef460e1fb27479132, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', 1, 0x00000000000000000000000000000000, 0x7272dbc94f1dfa0c8e5f45046f32be44, 0x840b13d810412e671e940ad6ef5ab33d93795e030b917a4592d9d3cc60f5f728, '', 0, '?'),
(0x600d77f1bcd470388972c0d7b5c80b94, 'wp-includes/SimplePie/src/Copyright.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Copyright.php', 1, 0x00000000000000000000000000000000, 0xcb2f6cd2d39918cca5b7344b64913ef8, 0x48e13f365b133002c29bc444a4057de93741076fd7a6b16682affaf28ae96b28, '', 0, '?'),
(0x600fb0addfd50d265016f485dda5995f, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xec79de185f90f2e384736b3b2cb5e238, 0xd3dc330fdbb0f813ba6ef3d9ac6ddb833605c988c9f3685efde8942bd845b0bf, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x6019e2014972488ed34485076c45f65f, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php', 1, 0x00000000000000000000000000000000, 0xb7d7cca8303abce13fde384c4ae53063, 0x11fb99a9a645383c12714710eaf569eb2b21c8069c8dc2f08358e57d55fb1bc5, '', 0, '?'),
(0x601ab398a4a08bb8f551260eaf603482, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 1, 0x00000000000000000000000000000000, 0x3c861d7751c87a143392efec9931766c, 0xee3e5c3df01e0b1ea9736f14d408260f9fa6848dba8bf292b549890e6a4b15f0, '', 0, '?'),
(0x6021e3840d10e8f56f53b5570d6b47d2, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot', 0, 0x674f50d287a8c48dc19ba404d20fe713, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0x6023a87802e6cc93b640f4ab82d0217f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/demo_style.css', 0, 0x8f33555f88d0bd98b235f886cb8ea5c2, 0x8f33555f88d0bd98b235f886cb8ea5c2, 0xdda9824ba8a65355b7d19694921f77cd7eea93217450c9c86c64598d008c8a18, '', 0, '?'),
(0x6023e9e4837e2987abdc159977e2f6a2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php', 1, 0x00000000000000000000000000000000, 0xb24f49320ee02ce28d5ac302bdb07f18, 0x2157cac98bcd50e6a7dbe46203126c75f69d604141001b5f6151569c50078fc2, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', '/home/abt90iranbet/public_html/wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0xa248bdf9a73fe0c02f0e29dd0196e597, 0x4b5f9c7275dafc4daf3408cabd1c86909657b30b12aa894641f9189e6ed6eba8, '', 0, '?'),
(0x6029c38f3b190088ab86d810c375eea5, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/user.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/user.svg', 1, 0x00000000000000000000000000000000, 0xc3096dddfe58325426b671a61c76ad93, 0x0e2c72cecb002f9f71e0de72e1a03d07adaa08c01b9ccd51201d7635e60de0e9, '', 0, '?'),
(0x602c385669ff344ea29ca5c6c4e9509c, 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 1, 0x00000000000000000000000000000000, 0xe2f72f9738e3a6e99167e444c4c4deee, 0xd5efdbbbcad0a1cb580f8ec91f56c9943a94f05894763d55dc45232878b582af, '', 0, '?'),
(0x603043290846b73d1d0aa3747bfdda5e, 'wp-content/plugins/amp/assets/js/amp-block-validation.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.asset.php', 1, 0x00000000000000000000000000000000, 0x9d7bed6a2577086c4e6715ffe332dd3a, 0x4ae15bad52beab363d99d7d922c9649f298d6dd4991b6c0b9236f902fc331d40, '', 0, '?'),
(0x6031867b1c337ce9a445626a43914c24, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php', 1, 0x00000000000000000000000000000000, 0xe1232b0d83380af604948db45fc3688f, 0x1f138656ca69aa0d252224aa62168e81f11087cbf71dcd7c0e2250b114afdc66, '', 0, '?'),
(0x6031b63b27779511b5ee6c16fdaa8d06, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php', 1, 0x00000000000000000000000000000000, 0xb8d425496d5017cdff42a986c839a20f, 0x8951a323147b65a802d0f0a1ef7b56a3d22a419fb771cc45c78d518e0bf65db7, '', 0, '?'),
(0x6031def337805c0fe7062ad1ca67f6f1, 'wp-content/plugins/elementor/modules/system-info/templates/raw.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php', 1, 0x00000000000000000000000000000000, 0xf1370e545831e4f2e2d8eb5756fdafa5, 0x82f89535ec5584f5dcbae9c010259632a337630baf2438770c5cb3ef9d98d30f, '', 0, '?'),
(0x60348decde8c4007ef42bd029a5fa70f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import_no_content.php', 0, 0xebe84c706f50a54c8caa4e6abfd14b51, 0xebe84c706f50a54c8caa4e6abfd14b51, 0xc29eb9e8f76b2e2de1aedb4d3e13bd404165b6ee40856b61ca609232079894d5, '', 0, '?'),
(0x6035d8808e241adc179733ea9fbb7bda, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3.php', 0, 0x7b1845fec63e7caf0ac56170ac3af06d, 0x7b1845fec63e7caf0ac56170ac3af06d, 0xc45918473ac9f0ea2aef4917ba29db6759a9118133409ff17b2fd95220eba6e3, '', 0, '?'),
(0x603c4db0aca096371c61a7dd47bb8d32, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/demo_style.css', 0, 0x371c05b8170712425bf6981c57bd21ba, 0x371c05b8170712425bf6981c57bd21ba, 0x06f273843b3093e77018e369aa2c6c2754fb5269d39e197d29d6123884e37a49, '', 0, '?'),
(0x603ede63914fa45e13a72531192ec711, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_6.php', 0, 0xac4d0829759d81ea6c6c91574fa84027, 0xac4d0829759d81ea6c6c91574fa84027, 0xccb88879b3e1f0df876dcf66d7537070ca7fe7a732aed60c06823ae73a2c1eb4, '', 0, '?'),
(0x603ef36e9d61bf1e43bf3660677e48e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', 1, 0x00000000000000000000000000000000, 0x1a142e2a43a318cbd05dac03b23ead40, 0x93a19bae3411b0a3bb9a955d5bd49fc72107bf63822c707aebb86f82516bbe17, '', 0, '?'),
(0x603fb9b9a9c5df43c6cb0866900dd61e, 'wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', 1, 0x00000000000000000000000000000000, 0xaaeae618476078489b43b38c00386045, 0xf33ddd596b33e0d330ce33f7cf05b2d7d1f1cc55b0bb7d89f7966903b7109a08, '', 0, '?'),
(0x60407d07641d84d1bbe199d6622cf085, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist', 0, 0xdfbf1a7c7bb96a1899d0173ade73e536, 0xdfbf1a7c7bb96a1899d0173ade73e536, 0xb27409f5a7ade8fb7e2856fe1da09409be64e5ad3cc3e746194f2b135ba45eb5, '', 0, '?'),
(0x6040f64a15ea53e5415ffbe335f0f76f, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php', 1, 0x00000000000000000000000000000000, 0x8e0cf2548da479838cc10314654bd33e, 0x8c73392fb99757a79bdbf3169b53e3420ee5952935062174a35d1d489ddf5b84, '', 0, '?'),
(0x60426433f3bc2043f66aa402339add6e, 'wp-includes/blocks/verse/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe376b6f43c5f153535daac5137383511, 0x2bda2eb9f79a13fdf0859d445be837ac2055ab3de161491fbfec912d4800770f, '', 0, '?'),
(0x6047f2bb304d6a7f94c1c7bd9366c67b, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/SourceMapGenerator.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/SourceMapGenerator.php', 0, 0x34ea600566e2d72675fa3ab820ccea9f, 0x34ea600566e2d72675fa3ab820ccea9f, 0x1c7792d431a538930cf66503b2cd0af92e4aea26b446f1c8838cb11b149adfc8, '', 0, '?'),
(0x604e2966ceaf653da770e82ddd5d20c3, 'wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x405d034280bf953dfac7bcd4a8148b1d, 0x1c5451cc8ff6719f68ebdcac4e2c8ac21b803102439d65dacbf64f617540133e, '', 0, '?'),
(0x6053658fa3d33e4b47be0df8489c085d, 'wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php', 0, 0x6038596238037d8feb74dbd7b2aeaf49, 0x6038596238037d8feb74dbd7b2aeaf49, 0x43ef91dd5e7f8894e4379f8389516f566ce3dcb01109857e0d5899e3affa82c0, '', 0, '?'),
(0x60601bb32f8c8e25849bb1377eac1106, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_svg_theme_fonts_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_svg_theme_fonts_list.php', 0, 0x9e9cc08d96cf971ea3ae9cc881b058c5, 0x9e9cc08d96cf971ea3ae9cc881b058c5, 0x208063da6ea08d67132b462f18fc39102c855419159c694b395cdf70a020a75f, '', 0, '?'),
(0x6060bf30ed9a73d0f787342394977f50, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_6.php', 0, 0x4f522e07bb68159df366ced144601c9b, 0x4f522e07bb68159df366ced144601c9b, 0xd9f6d56e1d6fb7b7a616311bfe0e409264a0cf0d7735fd5ab641ccff99f4c9e4, '', 0, '?'),
(0x606297eacbd38582506c696e607aede2, 'wp-content/plugins/td-cloud-library/assets/images/audio_placeholder.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/audio_placeholder.png', 0, 0x9c15482a4d90bf051c83744f2a54bd9f, 0x9c15482a4d90bf051c83744f2a54bd9f, 0xda280e4fb5c8841619abb1f57695f146123717affe36865a3c3c5dd30cc95895, '', 0, '?'),
(0x6063f458717eca01423b9972c307173b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import_no_content.php', 0, 0x5805b7cbb7a42b6235c2cadcdd11825d, 0x5805b7cbb7a42b6235c2cadcdd11825d, 0x600874c0eda4395d49a4a88a33e52da8ad798f07d3a91c0ca101b207442d48cd, '', 0, '?'),
(0x6068ff7598a9ecb25bc7ae03b48a8ad9, 'wp-content/plugins/elementor/assets/js/editor-modules.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js', 1, 0x00000000000000000000000000000000, 0x3815af5d3b529cae8f750f817e6750f3, 0xdc0b2c29d0942579de40d902539bb52010c68a002f258f22403d4808f993f355, '', 0, '?'),
(0x606a8d5490a8c63b1c4b19a382f9ef08, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 0, 0xd2dab239632534f4966b284135abe69c, 0xd2dab239632534f4966b284135abe69c, 0xcbabd4c45d29ab814cb40cb8de19d0709e16f7d5b208127851f278bb259029fa, '', 0, '?'),
(0x606de33cf768be8e67184a3f06963aa8, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block8.png', 0, 0x61485f27a8fba2b92fc6b599938d40b8, 0x61485f27a8fba2b92fc6b599938d40b8, 0x7330fb17d55cab0ed969a2f8311a120d70aee86ae3e13395290a57028932e356, '', 0, '?'),
(0x60760b5ac406fbf65ba43125dbaae83d, 'wp-content/plugins/kk-star-ratings/src/core/functions/data.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/data.php', 1, 0x00000000000000000000000000000000, 0x209b570111ca9e51dfd46d90e491ca08, 0x15bef42408aaf0401ecb7dc934baedc71add8c5eb6118c8240f2e03954d0bd26, '', 0, '?'),
(0x6077fbecd8bef9c6f5002f71cfcdaab5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_9.php', 0, 0x510f2659feb58b0b82b3abb62889b840, 0x510f2659feb58b0b82b3abb62889b840, 0xb58d851499a1c510fe029942f42983b44efd87a8f9e704d24031ba7a51a464da, '', 0, '?'),
(0x608a50f5b31686d1ce6eed3700bab220, 'wp-content/plugins/updraftplus/methods/openstack-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/openstack-base.php', 1, 0x00000000000000000000000000000000, 0x4be389f5beaef3445bf236a221ec90fc, 0xe91236e15eccc5a8431d9d6e7ae06e7fdb9b79fac1ae84dd9d1faa658b42a3a4, '', 0, '?'),
(0x608b3b5ace9a4dda78363e52df9dbdbd, 'wp-content/themes/twentytwentyfive/styles/sections/section-5.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-5.json', 1, 0x00000000000000000000000000000000, 0x347ddb0cd5abf8272dd90017db6a80cd, 0x74d767ff8218dd3e8e1f5e42b36546face9f0fab785510f3686b25ea639fdf9f, '', 0, '?'),
(0x608b9f4e32451789efbeaed1c77043e8, 'wp-admin/images/privacy.svg', '/home/abt90iranbet/public_html/wp-admin/images/privacy.svg', 1, 0x00000000000000000000000000000000, 0x5096ec6fa3a525d18484430fc6137589, 0xdb21c3a9c26ff48254c1d01ee37535cb4846b6b1c32326b1488d85688d56d27e, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0fe5ebbfedf69656a1af444251566746, 0x77fec738363dc5dd9497fd87c232e9970d44255688ff4535bd0453f809f454b0, '', 0, '?'),
(0x608d15987a6b8ee1d7982672aad382df, 'wp-content/plugins/td-composer/assets/css/iframe_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/iframe_main.css', 0, 0xac098945ed3a2cd812622631f790b00a, 0xac098945ed3a2cd812622631f790b00a, 0x66721d453f72b25fe579a50d848fdc0aebbf96b95be7924281906ee995e8c95e, '', 0, '?'),
(0x609186b6ad044215ce587312e4885855, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0x5066aefbbeb0279b329abf6083692b11, 0xbd7f153cde2639ab50ca30d3613d653ecc2513c3c9ce2edb539057de9955e633, '', 0, '?'),
(0x6093da839b6a8215fd8f0865ce2682bc, 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 1, 0x00000000000000000000000000000000, 0x064b70a3ad7c1f6b34cef143e87c3d2f, 0x9cb79ac04638fb8dcb4d3754ed7bdf841d1971d96aab490c5053f8d2ea181f0e, '', 0, '?'),
(0x6096481f70d6886eb527149ef021d0b3, 'wp-content/plugins/updraftplus/central/commands.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/commands.php', 1, 0x00000000000000000000000000000000, 0x6815329d84198dee4c64780e27b53b7c, 0x6443b07ffa97f2e521c7e49808548e46af3378d68bbd8ab2a3a814bee8513b6f, '', 0, '?'),
(0x60980972de891f66dcf18d47868b8c95, 'wp-content/plugins/td-mobile-plugin/readme', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/readme', 0, 0x1eddd393810a557252b136f3670649f6, 0x1eddd393810a557252b136f3670649f6, 0x224e22130177ab74b605190e26f13665006c4b3760e4a8f1ef9f65b8de4c24ef, '', 0, '?'),
(0x6098d6273f17a6888e2091dd9224e30b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0x79147f6a8370ae97091d7a14c57efabd, 0x92de8651e322149e14e8e162eeccf6a715c949d9ec8aabdc331a420dc65756d1, '', 0, '?'),
(0x60a3730a06f68d5397ba616800a09917, 'wp-content/updraft/backup_2025-10-18-0406___90_1350f1d8b86f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-18-0406___90_1350f1d8b86f-db.gz', 0, 0x98aa9c642dc10e1269149b3e6fb8b783, 0x98aa9c642dc10e1269149b3e6fb8b783, 0x7728d8092eb61ed22a28fe7e01b1af228f0a1cc5c7df0fc2177d8028f854c605, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/html-entities.js', 1, 0x00000000000000000000000000000000, 0x5f81d6eca15868e08f47c140fe35fe69, 0xd518136896fbfaa2ef72bbc26d27151d36d1d84646a2df3a5b9f6a2c9b8e0bda, '', 0, '?'),
(0x60a562478d59d4eae821d4c7b1d38922, 'wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 1, 0x00000000000000000000000000000000, 0xbedd7425ab44ed1dae1644effcdbb4b2, 0x07ca8fa03590c545bfdbc19c1835ff9a0bd36394f9f748b7f2db8534ce6420ae, '', 0, '?'),
(0x60a5caa42286b741af7c47c1ca561e13, 'wp-content/languages/plugins/elementor-fa_IR-abe7facb531349e3b9bd791c4c0f183e.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-abe7facb531349e3b9bd791c4c0f183e.json', 0, 0x9dcbb2a32747ba31fcb88eea060934e6, 0x9dcbb2a32747ba31fcb88eea060934e6, 0xef6f48cc0677d940dd76f906c2f8141b911856246dfd1564e14d8a5153591bd5, '', 0, '?'),
(0x60acaec8599416751bb23719b632aa99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4468d0662545e91f6e7c319e4ef6f8af, 0x5d815c73dd55e3160e533103e294ff551219ea9f7b4d510ea4ac5e5733a844ed, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x1c093e0bc25536c6aa67fdb376c86603, 0x5210eb26731e58243623de028e895f1da3c1cebdedbe4adf1e7cc4fe62308a6f, '', 0, '?'),
(0x60bb7fb4da2fd8f0646faaefe998fc25, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import_no_content.php', 0, 0x8c753defaeea08bd2104d2c0eb499ea6, 0x8c753defaeea08bd2104d2c0eb499ea6, 0x811c7d07b5125956cdcbec2212293b091d10e36aafe181807b0906498ad6d7b4, '', 0, '?'),
(0x60bc17a8d3ca9457cc6d19f3897b87e7, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', 0, 0xb2ba6b8c746883d32a2d788a38ceeb85, 0xb2ba6b8c746883d32a2d788a38ceeb85, 0xaeb67695dee118799e510ef71919bda7894d68af9980fe8b6294e9f4a9fb20e4, '', 0, '?'),
(0x60bd122e8c8353e40f4780a8ed797451, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php', 0, 0xa117d4110af9f1d4b2c37e54d628a7c0, 0xa117d4110af9f1d4b2c37e54d628a7c0, 0x8352b63b81e678b9d3e598601a4cb8dc733cef93ce25be97e67befc77d997b9d, '', 0, '?'),
(0x60bd1a0ea0e43094b6061d3e6cc86caf, 'wp-content/plugins/updraftplus/images/icons/backblaze.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/backblaze.png', 1, 0x00000000000000000000000000000000, 0x22d7f457739bee8c7df37a73f2a8c107, 0x9f729e4e335ccd50d341a1130a762a351bffbde70640e6ce1ee3a704b05afe46, '', 0, '?'),
(0x60bd86a3ceaabdf71506dd74ad8e39bd, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_10.php', 0, 0xc89f4754f5acb8b51905ef6fb46adb0e, 0xc89f4754f5acb8b51905ef6fb46adb0e, 0x7ae78aa2e69195672d82a5345bc4530abc958b042debfe9a5d104ad59ae622ba, '', 0, '?'),
(0x60bde8fbe48a7b9831ea47ca55c0d9c9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_buffer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_buffer.php', 0, 0x8b8c198902f7c288fd500f07ad21c289, 0x8b8c198902f7c288fd500f07ad21c289, 0x5e1549fe1a43efa4f64333c534f83c8e8435384118f0b45b55d05c2928b05f96, '', 0, '?'),
(0x60be446156469db9d334c32f9f0ee785, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.ttf', 0, 0x021ef640b4b98a053960ba1be97c2af5, 0x021ef640b4b98a053960ba1be97c2af5, 0x01174563e8a0af546cf3a8358b42c3b6facd1dc02d09650f508acdf0784a7ddc, '', 0, '?'),
(0x60bf034d475e53e88f3fc3a34e71c37b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2_no_content.php', 0, 0x098721a8c430a12f4e1a011799b0ebdf, 0x098721a8c430a12f4e1a011799b0ebdf, 0xfb7fb272f3f9b46038db32b294dea0c952a4130350fc809354d0aa62fbd98190, '', 0, '?'),
(0x60c1a2d1860c482eeb6717294991d338, 'wp-content/plugins/elementor/data/v2/base/processor/after.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/processor/after.php', 1, 0x00000000000000000000000000000000, 0x83d928ba926e717e1af7921646320678, 0x34ee9efcf20b8ae782534fe452a827d6bb199744e27e2895eab6898ecd243ae4, '', 0, '?'),
(0x60c1a3f11d132983b8c996a6897d8f3d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_7.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x60c29b283518d177f6bcf0c521d44fb2, 'wp-content/plugins/updraftplus/central/modules/analytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/analytics.php', 1, 0x00000000000000000000000000000000, 0x81747ca6a90ead2f53540ad3321530d7, 0x0a719bcd0105e92bdb28d0ba40b46c8f7cc78cc23ba677a007d04861e1270f1b, '', 0, '?'),
(0x60c803638e3294feeff66d69689e4bdd, 'wp-content/updraft/backup_2025-08-08-0332___90_410051f5740c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-08-0332___90_410051f5740c-db.gz', 0, 0x05fc721b98352f9d142432cc2853f695, 0x05fc721b98352f9d142432cc2853f695, 0x67f1e34f2ddedfc29b2ab5b2a04299da32b668641d9d62d1c5e3fa44391700b1, '', 0, '?'),
(0x60c88f674c490a204b0034dcf0780018, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', 0, 0xb507cee70317cb8381929caab3df2466, 0xb507cee70317cb8381929caab3df2466, 0x318bd2edff0d7b6c94351a283b6fa91bf8dd2c62865d6846a22a35be4c011eec, '', 0, '?'),
(0x60ce08d287f6e64783caebcb3e540c73, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius.pot', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius.pot', 1, 0x00000000000000000000000000000000, 0x930d672d7ea9cdb47ebcdf31d5fc12ec, 0x8b2ebed0e3852697644e5bfe661f6a61dfe2a1107e6f0661df0b68e10c19cbdc, '', 0, '?'),
(0x60cefcc35142f73c9cac333a2cb146cd, 'wp-content/plugins/td-composer/mobile/amp/less/amp_main.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/less/amp_main.less', 0, 0x95f596b9a854eeb0a15fc3eb2f242fdd, 0x95f596b9a854eeb0a15fc3eb2f242fdd, 0x13a0734574edbd51adcd2a7f3a7e9ddd391e4c58b2aa2a2b90847205f078043d, '', 0, '?'),
(0x60d06fac6f98e8e8f0ec5a945738b660, 'wp-includes/js/dist/preferences.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences.js', 1, 0x00000000000000000000000000000000, 0x744bc61fdc3bc7e64fe9c996a7140a89, 0xbd76e1c03a3a49043d0f4bbfb00d59992192bdad975658a4833fc7f9136e1106, '', 0, '?'),
(0x60d28ad18e44f7b34f713e2e9909b484, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_1.php', 0, 0x6749cee756437116e9ddaa98f54f5836, 0x6749cee756437116e9ddaa98f54f5836, 0x98bc21b13adc2eb369b958dd619eb8c61083d798499f396b4eb94120581dece5, '', 0, '?'),
(0x60d311ab50c82c428964f677ff4d5b94, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_5.php', 0, 0x54be185cca21a656e39cd6903158a081, 0x54be185cca21a656e39cd6903158a081, 0x2dc113329d0c277602c0e9dd3d8d2aca61b433a99dd8619280d2a05b424e9614, '', 0, '?'),
(0x60dd7ddba64876608b34d412bfe73651, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php', 0, 0x865f2dd251be391e5b9842d1ec2e6384, 0x865f2dd251be391e5b9842d1ec2e6384, 0x1b0ad19e8beba976b3e5d3a824a88ea0bd1c60eccb084b30a297b5f66f1d829a, '', 0, '?'),
(0x60e06e858d1d01e251678a9644a09ed9, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_8.php', 0, 0xd871289ddf78ba8bb4dcdf6a6f953adc, 0xd871289ddf78ba8bb4dcdf6a6f953adc, 0x8a1df498be0b17005e5904ed720a39e03ef6255b41583fd97921619141944371, '', 0, '?'),
(0x60e789e2a0c4eb58909e6e6ffdb99337, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ServerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ServerException.php', 0, 0x9b2a92cf954a24826f4906e9b05fbe6e, 0x9b2a92cf954a24826f4906e9b05fbe6e, 0x49d0611dc49b6e7bd757476dd861966100d371a256a8e81337a06a95fa3efcb3, '', 0, '?'),
(0x60e99529e54c140106c897262c3b1eec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_5.php', 0, 0x03d2187c028270bb6820b114b15bfbd7, 0x03d2187c028270bb6820b114b15bfbd7, 0x116a69c648aea5681796ee9d03f72e9b26679e9b095d853ea415b27fb8b9fa35, '', 0, '?'),
(0x60ed0586eb77ce2610d8560c6ed6b5d4, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_12.php', 0, 0x7609b5249db47006db99bdf1b62145c1, 0x7609b5249db47006db99bdf1b62145c1, 0x31670b98b4d05ea2be5d0f2f0999bd09d13a37cf9c098b3368118115d6ba7519, '', 0, '?'),
(0x60ee6c3d94c9257c26d11398a3eedcf5, 'wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php', 1, 0x00000000000000000000000000000000, 0xb47b41ea15cf6754a017bbd744e9b67a, 0xc1693ab8e8e61f77692cf0f0e70ffdad9f0c6c452df5be8e068c036c0a638e12, '', 0, '?'),
(0x60f3b60ac06c4807341ab9eb6b176c72, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-coming-soon.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-coming-soon.php', 0, 0x95f29586deb91dba64fcb10d4ab88383, 0x95f29586deb91dba64fcb10d4ab88383, 0xde309f648b389134b63d2076e5d1d0b24742fd4e1a9b974a3e253322a3a51ef4, '', 0, '?'),
(0x60f65d1c5d484d33beff37ab08dd2f9d, 'wp-content/plugins/updraftplus/images/pcloud-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/pcloud-logo.png', 1, 0x00000000000000000000000000000000, 0x2b8516b1091161c98fffa7f602082b81, 0x4197c522e27b91ff42c0ca84c8c89edb3a54faae4cbe084e1b5bea4e4fddf2e0, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0xdf032317402cd90b340e016447bad44d, 0x581048177808bfa41bb6c93083d68d58b91ab39a1b844f478bf77ce97b974632, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x8ca331ee60a3d80faf0f309ba1a3d1e7, 0xe0a471c6969582d7e289252fdd79a46792167277c39b8b0dcb4c523e033d5919, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x90c6d954a2be1ef03767316c250c7dce, 0xc854dbe10bf89416d50293065f265ba4821a7c0948499e0b0992ae14e7a09115, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x93d8b6f81a56f27e10028d2891e287f8, 0xc66b8e601e007247ac3e161150c0763301fe3e912e9848408ff5ebbad32d9d98, '', 0, '?'),
(0x610610e1fe8ea515b5682e6176b26b74, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement-small.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement-small.php', 0, 0x8ee712a680167ba0c7771f06ce5bc79a, 0x8ee712a680167ba0c7771f06ce5bc79a, 0xfd6344f6c0703a2e74d3211dc8f440f0d36e3f303115691f54fcf8c474830d4b, '', 0, '?'),
(0x61182e48dccb4f576bf45858384bc1d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6119ab45b060176b84002a3a2aa8c703, 'wp-content/plugins/amp/assets/images/down-triangle.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/down-triangle.svg', 1, 0x00000000000000000000000000000000, 0x03a8ede0571e632ef50423690aae646c, 0x0d60f076df84fd7641dcacb5b61ec95278c5d5f24be537b5f46de90c165a48ee, '', 0, '?'),
(0x61213b85977a4b0ab94a3fa9556a0760, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_8.php', 0, 0x4361a1a875470b630d515bdbd25a5ca0, 0x4361a1a875470b630d515bdbd25a5ca0, 0x35d33f17e47670e16c8dcb94f50a0124c7e42e1b6e1f4dbe5aaace781fe64f8f, '', 0, '?'),
(0x6128c200c8277eafa77594f5ce199857, 'wp-content/plugins/wordpress-seo/images/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x61296a552783537e3c82f3359b125744, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php', 1, 0x00000000000000000000000000000000, 0xf5500cb904d57bda70a06f3a26c48ccf, 0x277d0d19b4caafedb5ea114efec23794cf42161b35a5ec2be2cf4877bd58a674, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', '/home/abt90iranbet/public_html/wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x612a2c975d33bc46938574ca77799589, 'wp-content/plugins/td-composer/includes/shortcodes/vc_raw_html.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_raw_html.php', 0, 0x597eedfc3ecc2cabeb94a4ceaaee5ae2, 0x597eedfc3ecc2cabeb94a4ceaaee5ae2, 0xa12026b8767003c73d2915436d097d96fcd60a81f16049cfd2c32d4ced819453, '', 0, '?'),
(0x612a975e0a6770d723e3fdc851edc8ea, 'wp-content/languages/plugins/elementor-fa_IR-37963e98cfb578598463f0c887736f34.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-37963e98cfb578598463f0c887736f34.json', 0, 0x60b8458265ffacbdd7209b32525a71b6, 0x60b8458265ffacbdd7209b32525a71b6, 0x50d30bfcc1fcf6bc500d7dcbfcf21bdae51b4d7f439e5a539351a529de77c78f, '', 0, '?'),
(0x612c87234d9a888eb20c926bfd1a8a8d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1_no_content.php', 0, 0x8a56de5bb0eff7930baf76f24bd0d2d8, 0x8a56de5bb0eff7930baf76f24bd0d2d8, 0x511263f4ec59b9ae665bc1a32dfa563de7d46b6caa9ee7af26deeddcee7a78bf, '', 0, '?'),
(0x612e53a62cd6617fab014a5bf2fb2d9f, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_11.php', 0, 0xa5c29c62bbacb1eb57a3fefb48e8ffd0, 0xa5c29c62bbacb1eb57a3fefb48e8ffd0, 0xac330680929d1eb7eb2749e5d0532914e185a53a281721e156d63bae2397af79, '', 0, '?'),
(0x6135dbde70c6eee655653e1d03ef1669, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', 0, 0x86715e8b14a92e3985212bee3c094e96, 0x86715e8b14a92e3985212bee3c094e96, 0x3161275b63dbc6ec1fba82fed39b658a512922fbbcc9360040180f969327dee4, '', 0, '?'),
(0x6136a90e11e70853a5e5721be900e3bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_8.php', 0, 0x8a56de5bb0eff7930baf76f24bd0d2d8, 0x8a56de5bb0eff7930baf76f24bd0d2d8, 0x511263f4ec59b9ae665bc1a32dfa563de7d46b6caa9ee7af26deeddcee7a78bf, '', 0, '?'),
(0x6138c1f1829c3da0187f1407f41deaaa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import.php', 0, 0x6ac1c5bcc73cc86974f319a04312e635, 0x6ac1c5bcc73cc86974f319a04312e635, 0xa92b5c0d9cde229619fdf08ccf5f83492ed9fdfe71ad8b54395c9c508abcdf71, '', 0, '?'),
(0x613b257c3c6cf7009e22c6f986fac256, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_import.php', 0, 0x7aee1a9bd49736f5723dcddf984d05b1, 0x7aee1a9bd49736f5723dcddf984d05b1, 0x7e3490da885511d38e42918ab5a8dd6f59e4711977a1f2537b95dfef372fb6d5, '', 0, '?'),
(0x61476a3cd35cfa4460b42f8bf29db564, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', 1, 0x00000000000000000000000000000000, 0x705b1c13e1d16753e951466b5fd9dc6d, 0x6f6a371786f3d3a4ff77b7f1fd533347088d854e09da9ea759cd36198fa565f9, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x614b20e13c3735b99c27c3fc82fc8700, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_fancy_text_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_fancy_text_image.php', 0, 0x8ab9a69f7aeef82cc9d11f892700fb72, 0x8ab9a69f7aeef82cc9d11f892700fb72, 0x999fb03706a0ea823301dbe0d98e7ecb0a2f857c30217125e9f2986818221c7a, '', 0, '?'),
(0x614eabe0183c4cb5015bd25cabaa7292, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_3.php', 0, 0x2c57d189c64dea1366e272073fcb532d, 0x2c57d189c64dea1366e272073fcb532d, 0x603af9b47574cd6bf8ca9c0175101af174734140816e65657f013fae21da92b8, '', 0, '?'),
(0x61518a5a11f1e51bc9d97339a661b825, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', 1, 0x00000000000000000000000000000000, 0x94f4d8d175e4da102021e010d8eeca0f, 0x6e16d113490b24b63712ad2adb5324562326c7e2b62a133bfabb2e3d9b7b1c41, '', 0, '?'),
(0x6152247134a0c2d75298360d15fa769e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php', 0, 0x53b2538a20214603e47c72486a2e8b4c, 0x53b2538a20214603e47c72486a2e8b4c, 0xe9368c68ab7d043f21e345e129725a27ff7e14a050fb525a861e24c31f2d1c2c, '', 0, '?'),
(0x615353f8cc2150bb5059c49e316a1b14, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', 1, 0x00000000000000000000000000000000, 0x9fa1aaa540c2eb1df592c4a334398f0b, 0xa1f5b90404c5f7078e331e7a0e9dd93d54ff9ad4193fd91f9f8b885fe577c34c, '', 0, '?'),
(0x615a2a03ac28d6bb03916369dc7d0b64, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/CustomizeModal.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/CustomizeModal.php', 1, 0x00000000000000000000000000000000, 0x3aef5fe65fa95714a4d75685b8a3439e, 0x8823b09efce9b3e66003622aba490d948cd0b4d222105b24d2a452781b5d4476, '', 0, '?'),
(0x615a9363c67701195cd144b4857f2d3c, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php', 0, 0xec8fdeba104ec628f36a83748c001282, 0xec8fdeba104ec628f36a83748c001282, 0xe035c433e97cbf52ec02f41e05b6ec4a186fd772a9379bc84134b6b37fdf6ba0, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', '/home/abt90iranbet/public_html/wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0xa6399606204df70a0888d2358d45f8f8, 0xca12d678dac0c6223087bd24e9e6e221b80bcc48dd7fbf5d0e9a91a9f4e505e5, '', 0, '?'),
(0x615e03c0a91e4fe8975a40269d98223b, 'wp-includes/css/dist/block-library/elements-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements-rtl.css', 1, 0x00000000000000000000000000000000, 0x30d9fc59dd1c1070d804edceff55c8f4, 0xacbdc2cc04f98ac1de296d2e147e198984ba1e797760e740799b6319e6025a42, '', 0, '?'),
(0x61622aaa947e67b0f179c5c5d80679b4, 'wp-includes/block-supports/position.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/position.php', 1, 0x00000000000000000000000000000000, 0x50f87cade2aaadf4b2b9ae77244af244, 0x75665516e60843889ec771da24c971b816cb782b1830d86c218df4e232366658, '', 0, '?'),
(0x61671b4f494bb931de872e0af56742de, 'wp-includes/blocks/navigation/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style.min.css', 1, 0x00000000000000000000000000000000, 0xd9709693f6fa74e9eae622c2b6d3fbfa, 0xc773f431343f20efd3ab0bf8cd289e9568c87045695152b84d98d26d5869dc3c, '', 0, '?'),
(0x616b0561bb2858698ad5adab930352a1, 'wp-content/plugins/updraftplus/includes/migrator-lite.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/migrator-lite.php', 1, 0x00000000000000000000000000000000, 0xcd6f1526d18a1f3bc40230f8a8593e2a, 0x9d6daa66c03f42a37224f2f6601547a8760d41ef6628382a33e90fdba1e1d3e0, '', 0, '?'),
(0x617ab541a7ef41576b0680d29cfca2b1, 'wp-content/plugins/amp/includes/class-amp-post-type-support.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-post-type-support.php', 1, 0x00000000000000000000000000000000, 0x2909d2044ddf95b157bc2b45309f2725, 0x545824f62c3835438ceb97fcdfaed2438480415572c7825224a69b4e3fdaa5f2, '', 0, '?'),
(0x617d14b4e8a294bea77c225f6e5918aa, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.mo', 0, 0x0b5f79db21ad6a3388ceb610423aa1e6, 0x0b5f79db21ad6a3388ceb610423aa1e6, 0xe96a9d8a423ae5e547e32f39c705db0ed6e2bd2faae79d77d33132cbe40e53c5, '', 0, '?'),
(0x617d99a337e6b2a8724df059ec558ae9, 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php', 1, 0x00000000000000000000000000000000, 0xfe517816cb82a5e67e62c8d0241fce3a, 0x1a02c1af59993684234ff8531666c9529043cfc090ad00f9aa7adee41d842405, '', 0, '?'),
(0x6182779955ccf0181a547aba7f4b1784, 'wp-includes/blocks/post-excerpt/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style.min.css', 1, 0x00000000000000000000000000000000, 0xd5a5f61efcd5084cb7ed604c28d2a9f1, 0xcd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035, '', 0, '?'),
(0x618827c25b98fccf7ef98d1c70c01dcd, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', 1, 0x00000000000000000000000000000000, 0xd591d65ceb173ad97602e4f190c3b8be, 0x3bebb80759fa8a5d5df13059a1326869491ea5bddd54a7a46e48f707cc52da46, '', 0, '?'),
(0x6188da61f913f751eaf6db8a13eeae20, 'wp-content/updraft/plugins-old/updraftplus/central/listener.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/listener.php', 0, 0xccd483b27cf71267f559cfec5d9c1759, 0xccd483b27cf71267f559cfec5d9c1759, 0x73d4187a17bcae6bfa174a2648fa10a38602396f92b75d67e884121fa79e052e, '', 0, '?'),
(0x619041c6b4bd21cfde650a590dd52820, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-8.png', 0, 0x47c473986663d6a70d3a59f9cf8f43f8, 0x47c473986663d6a70d3a59f9cf8f43f8, 0x7e7cebb2eec24e85d7a003a573a93ae387b0ead38b15f02cc2c431eff8601f4d, '', 0, '?'),
(0x619191c2058b60dafc40f46471a3ea2e, 'wp-content/plugins/wp-rocket/languages/rocket-uk.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk.po', 0, 0xc7647f0e4f9505cdce48bb6aa2b89b99, 0xc7647f0e4f9505cdce48bb6aa2b89b99, 0xff84b9cecf32a1b29af200facb27d428de29efbff86f0cfde380e880d34fb304, '', 0, '?'),
(0x6191bb612c48a6e4252eea4f1994f1a9, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_12.php', 0, 0xef3994c03f26f2cfbded6da4ac638299, 0xef3994c03f26f2cfbded6da4ac638299, 0xd51c4c220e3d5d813ae60e9559d23c383fb157141afa87ad5b5cf58929794d18, '', 0, '?'),
(0x619bcf5f75b7400b4334a1aa7481a43d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_editor.css', 0, 0xcc45aefb0c43c7b153e2e5ecb3dd403e, 0xcc45aefb0c43c7b153e2e5ecb3dd403e, 0xa1a93512073c1a4c4af6f8a52aef3544d63395b1416e2fd7f36b2f2539dd9c76, '', 0, '?'),
(0x619f8c24503ba0b1d414006471004dbe, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340-rtl.css', 0, 0x627dc1b5b52c46407de97a19b5b0e206, 0x627dc1b5b52c46407de97a19b5b0e206, 0xb1dc70021eacaa7a61c33f08b1bc162b616daf5cb92a85c475c8cf6d75d4f655, '', 0, '?'),
(0x61a0b0b77c86e87f753eea2062b71304, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php', 1, 0x00000000000000000000000000000000, 0x79415fe03c193574fbcb9ad6e9dfdf6f, 0x852824a6e6e9902ada8d5d04bfb4bd059e9a275db4b5566c09c361440d94cecf, '', 0, '?'),
(0x61a5a0b334aa88fc37eb9c2e6464d843, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0x1dc94b19cd0c7ce4b64b14a90de22211, 0x26e5271ec7544a786141a6bcb010343f2c01805f36c97b569e090ebea40be5a8, '', 0, '?'),
(0x61a73de0c6e1cf736853117461a29221, 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css', 1, 0x00000000000000000000000000000000, 0xbcad7781b3e74db2565b8424c45232cd, 0x69068914420117970f298c361efe61a90ec89d051b408c67111d0fed77b427fc, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', '/home/abt90iranbet/public_html/readme.html', 0, 0x2ce2a1951e29c969de54e24634e11396, 0x2ce2a1951e29c969de54e24634e11396, 0x8dac483ed971fe735f6c019dec116cee4861d2f29163d2dd528bfaa9fddbb0b1, '', 0, '?'),
(0x61ae820ea40b89b3e7ba4c44a613fd64, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php', 0, 0x22288bc80da72be39c1db9db7add0554, 0x22288bc80da72be39c1db9db7add0554, 0x8fc027af28b60dca5695bc34cdf3de9d09920ad89b7f88f7fd8befb80e105ca6, '', 0, '?'),
(0x61b20f9ce100fcee7c911537514e3f89, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', 1, 0x00000000000000000000000000000000, 0xf3cb9ec89f8e6f0fd9e5bf67a124c454, 0xcd75415cd16983a1bd9b9416d3031265a0314ff3f3ded143f7b997db36aec694, '', 0, '?'),
(0x61b527286a6bd2121dbe386ebdf506a3, 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370.css', 1, 0x00000000000000000000000000000000, 0x008a2332cc68695a8117658cb868cdb1, 0x4d8173e10635b9a91b4046b9be5000fe0e9716ad0f5e7560812690eae14a9668, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x55a6aa6f8de77d13537d9d0bc196382e, 0xee24aed67303b607d30bf48883ecc83f3b66a2c4a03d600dd909dec426b9ab21, '', 0, '?'),
(0x61c04a59d55b72dd93d0c9261f96f172, 'wp-content/languages/plugins/elementor-fa_IR-4a9aafdf461c74b88a1c7041526ae1d6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-4a9aafdf461c74b88a1c7041526ae1d6.json', 0, 0xa915666932805f4dad33e83959170e58, 0xa915666932805f4dad33e83959170e58, 0x9f9e234e6f9c38e92b4afd461c93cc6e9b28a5c07838859e25de0c767cdfa29b, '', 0, '?'),
(0x61c495d7fccb343ed2b98fb7ef4468fe, 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php', 1, 0x00000000000000000000000000000000, 0x74955ddde1d50a627553d22f79d7e344, 0x4cddc606521eb898fa0321c7e08552524c523a1a7e7f59a59fa33570af664110, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', '/home/abt90iranbet/public_html/wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0xb7a59ef441405638c0d366d50f9a98b5, 0xa85185c4f99fbfe8e73234d64c117c568488ee0a87a98e0f120a8c8770b6e9c8, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', '/home/abt90iranbet/public_html/wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x3dd753112510ff76414ac6e443c6967a, 0xc5b54115812e41a4e0bde6945e251640cf5ea38828cc2e6f0b291833a0d1cdf3, '', 0, '?'),
(0x61caf6173a19d4ee71433aaeab8675eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', 1, 0x00000000000000000000000000000000, 0xffbdaddfd63b01f260beea3d26f54da5, 0x6a21e7ff954e982e4d3f95df56a5d83493aa463fc8485115ea5a1af5fe12c3fe, '', 0, '?'),
(0x61cb931943f5bfdc6767b2de43531681, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', 0, 0xc73c2564f1e062d348338f9bbfcb826d, 0xc73c2564f1e062d348338f9bbfcb826d, 0xe53741e8e830efc658a36448db81897fc5a6082777921a01b0e7b4ff2c17db85, '', 0, '?'),
(0x61cee4080b209b46744d7c73bbd8af22, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_panel_settings.txt', 0, 0x0f429a455a291c03bc438b38e2a19ab5, 0x0f429a455a291c03bc438b38e2a19ab5, 0x70223dc6b5715637a76f5e59f7405eaf0f548420b8321a562eeda7ce0953f833, '', 0, '?'),
(0x61d0a404ce22a5e165511ca5cc20682c, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 0, 0xc7360048dc71789e98da98d70ba7f786, 0xc7360048dc71789e98da98d70ba7f786, 0x79e333b00fcfd03f7deecf91d72a3518cd133076c9ef4ae67f7e80b19e408506, '', 0, '?'),
(0x61d111799b39e7987d606e92b26cae0f, 'wp-content/themes/twentytwentytwo/templates/page-no-separators.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/page-no-separators.html', 1, 0x00000000000000000000000000000000, 0x67cc09be6c709e47055181d94f05fc6c, 0x80a1b7aa384648133e162f3ee828590fcc82665857093d30261f260dff090d16, '', 0, '?'),
(0x61d2cce26fbca76cd5931a0a4f875b8e, 'wp-includes/class-wp-plugin-dependencies.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-plugin-dependencies.php', 1, 0x00000000000000000000000000000000, 0x21b963e7386d1c48fbae1eac0c5c6f4f, 0xbdce2e5334c6035458b3b4424132c57a580e121ee62ba3073b871ab84216cb45, '', 0, '?'),
(0x61d4e788d147a6a5976a18993ec706bc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 1, 0x00000000000000000000000000000000, 0x8aa51c0d9fa6f5935551476a44355f3b, 0xb29a95cc632f469d3b674784df7d88942a5246d95351c9a101d85cdfdf11ce56, '', 0, '?'),
(0x61dc48b26e1ea3edd39204c868a278c3, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_6.php', 0, 0x7c6adbf8f521c9fdb74d5119e78fd22f, 0x7c6adbf8f521c9fdb74d5119e78fd22f, 0x0942accea6e71ac642d2aff71a65c7a8a58751c63c0b77e0a2e44b80c48c331f, '', 0, '?'),
(0x61de4948421b8e05f3508096a86baebb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3.php', 0, 0x772c77dbbee6b9af30df515f9f0e0ed0, 0x772c77dbbee6b9af30df515f9f0e0ed0, 0x49e9feded2c5c922e7d7146a36a97e8250391620b35f880b7083f49686de1f6b, '', 0, '?'),
(0x61deeb62834f0fd1aac2ad6972a2b66c, 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css', 0, 0xb18906aa8b26183ef734a5de2fde36f3, 0xb18906aa8b26183ef734a5de2fde36f3, 0xf681bf950a062d1fa391731f37dbca119ca050eff74b2b2b211bfc819f58d3f5, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0x58b1cd6a0281cf79decd9dfb985aba99, 0x9220f7487d6dbfbf63ce0d388925c155f73dbb459f5047bb259108be236da8a1, '', 0, '?'),
(0x61e8163a50eb99d21d2b43392d28c8bd, 'wp-content/plugins/amp/assets/js/wp-i18n.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-i18n.asset.php', 1, 0x00000000000000000000000000000000, 0xcc634536aa21183d68f65ada56a794eb, 0x8bca32b0d18ef86d68ef9a0a022b0dcdb666266af9fd670788e2b26eaf3e2bd4, '', 0, '?'),
(0x61ed0a2f803edbb97fcd3602aa61d4ae, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0x46bd8e1e30c404001ad6e38baf4d5d43, 0xc7e1c56a7f2d0e92ca232ac5caba5fdcfe0e8bb10d834414158533577754b2f3, '', 0, '?'),
(0x61f358caa4470227c9806e0d7c74e34e, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 1, 0x00000000000000000000000000000000, 0x9d8fba91a80e890f26d2996d3f9644bb, 0x76daa3151167cf1060018616159166768b306e3b5cbb0cf281552717d604fa04, '', 0, '?'),
(0x61fa8b9b4be9dd0189fe53158d3c758a, 'wp-content/plugins/td-standard-pack/Newspaper/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/functions.php', 0, 0xe17bd5e188a970aa11ce55c642c84c73, 0xe17bd5e188a970aa11ce55c642c84c73, 0xc1b3a9c1433814ceb730a403e34c87379ec3772b00ac34989369565c9f8e09c4, '', 0, '?'),
(0x61fa8d897b119ae0f9b2abcf333d61bc, 'wp-content/plugins/updraftplus/central/modules/media.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/media.php', 1, 0x00000000000000000000000000000000, 0x852ae4d331b80d0b5c2764b4f4ceb3b9, 0xa032a517e2440b6beef8a7a04f8774bbdb56722594312f094691de611c40ddc5, '', 0, '?'),
(0x61fa8fcfab7c4f95d5f10381c1bab0ac, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php', 0, 0x2458e215aa0e3e52402df231c2540261, 0x2458e215aa0e3e52402df231c2540261, 0x9bf0b498541ea5d477b4eb1f86dde317782da2a55d15adcbfa2997d086b0adf7, '', 0, '?'),
(0x61fb340c73b6d3500e1c303738950821, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', 0, 0xd4c1feefee64b854cc9a0c01e39bfa64, 0xd4c1feefee64b854cc9a0c01e39bfa64, 0x25d2d25571e812b77acf8d346bb73431d88a62e97f7444808d1212aa468679d2, '', 0, '?'),
(0x62058114136b71ee35b1067fd3ae25bb, 'wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php', 1, 0x00000000000000000000000000000000, 0xa1f30f3962cfc8b62a4a28e34eb060a9, 0x646a5d8a62cb3c6383537ed4a74a2a25c38fcf2d149ddb5c2fb3b0de778833e9, '', 0, '?'),
(0x6211e416951fc7fc3496d774b615d09c, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter4.php', 0, 0x7f3d8dd2616ef10b7976a11d72cdd4ca, 0x7f3d8dd2616ef10b7976a11d72cdd4ca, 0xd76cf8949b85a352808dae7ee8646b5441aea1bb8550cd0571e34b85799aac38, '', 0, '?'),
(0x6214631f02fb5740c989b32b5fc0a08d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 1, 0x00000000000000000000000000000000, 0xcb3ffbe7ac7f1855ae03453e419ec46e, 0x25afc237f559282de605c3c14607c1534d5986459d3ff9b783192cff92d2a8ee, '', 0, '?'),
(0x6214c13874a960ae38669e5719c268cb, 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php', 1, 0x00000000000000000000000000000000, 0xcf7337c3286154f2174f6cc1dcc257cc, 0xdb2f38ecd427ac8c55370c1506e9997f8108be3ba61436404a51ae8155571e0a, '', 0, '?'),
(0x621bc242d2cce0afb49c98db55a690f7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', 1, 0x00000000000000000000000000000000, 0x5d1986b220aa063710000096886c8453, 0xe487005806ddfd3865b8c5b34faaf018388bccebe01907724cb6d81bad08e6a1, '', 0, '?'),
(0x621e464fc1516760cba8374f729f6074, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_h.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_h.png', 1, 0x00000000000000000000000000000000, 0x4a1afa5636421aae4c44471d2273496d, 0x18bb5c230b401ccc6b1752325f7aaeeae0c03c65ba1a8d1dda35aa17b9638a28, '', 0, '?'),
(0x6220e5217a0ccd400a8b262b2de79fb6, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css', 1, 0x00000000000000000000000000000000, 0xccf31fa26cac76226c99b748928c0a84, 0xb4e3cbcaeb65ddb4454e261f66ffd4a1e83e426f36d348b288e41a4a2544380c, '', 0, '?'),
(0x6229d35565616a6691bc1a42331ab774, 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-author.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-author.php', 1, 0x00000000000000000000000000000000, 0x33bb2a46257ae51b79dc6caacc528e71, 0xc4623dc7596b6882ca20f52a95f19ced8f3bd45ce6389c65143aa66bc3361e82, '', 0, '?'),
(0x622ede6cb898af60175d0209107cab03, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-fields.php', 0, 0x39d61c23cafdc86e7b36828ac399eb47, 0x39d61c23cafdc86e7b36828ac399eb47, 0x446f9ce0576c3b579841999d4b3ca71563891fb0c6c6a0dee687815a3256ce81, '', 0, '?'),
(0x622f83fd8b7c612223b75e27f4cf34ee, 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', 1, 0x00000000000000000000000000000000, 0x1c6168fe4e87f04e3e57f8bcd90abf77, 0x601784c268942dddafa8dc72623230d1968d3b3c72d9fd662f6917b3c05c7c7b, '', 0, '?'),
(0x623c1fc1eed463c3c1615413892135b2, 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js', 0, 0xcf8ac4ac2ca82499efb266472e0ad291, 0xcf8ac4ac2ca82499efb266472e0ad291, 0x8cf0391c37143b058979e2fba9786383982d9642012fd3a6e52bcf5d94cdb7be, '', 0, '?'),
(0x623c3099794965d022dc15c9e91b96d8, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json', 1, 0x00000000000000000000000000000000, 0x845d95418c4eecb4dcd66e037996d1ac, 0x30be384711206e4a954d424bd2acc30b1322c7b1c0cbc67e8186ae8214e3867e, '', 0, '?'),
(0x623c5399989b4bc47adb3ba6e1124b0a, 'wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x2b4b1a38faa575123f166f8539d73b6c, 0x580f69404d0b44825709c842cc58def358be84bb1e5aefbdfd78bdc17782c372, '', 0, '?'),
(0x62402090ea6b456ca892923c931ddf54, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-unchecked.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-unchecked.png', 0, 0xb96b35f79cf720e6e62fc6686cb1e12a, 0xb96b35f79cf720e6e62fc6686cb1e12a, 0x7903cb1bd301b4acb4b1c86aacf2d82fdbec3989c940170008c296a6c9c46889, '', 0, '?'),
(0x62412deabb536eed8694db4b8b1e2304, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0x6241a095388ec4f7237beb9ae6508b01, 'wp-content/languages/themes/twentytwentythree-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentythree-fa_IR.mo', 0, 0x243b3a2b29201e5937f83e5fdd9900c5, 0x243b3a2b29201e5937f83e5fdd9900c5, 0x73a8beddd1dbd271a7d3ea406f20529994590be1aab294003e7dc82ca2eb1198, '', 0, '?'),
(0x6243b79e9ef882bd3e0a2592f7ac8c14, 'wp-content/plugins/elementor/assets/lib/swiper/swiper.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js', 1, 0x00000000000000000000000000000000, 0x4f4d7df7c5a558b397705c7fc4b55ab2, 0x0ccd52d780115e55b5987e837adc8f270682917dafe7949b9eb598e44c2327e0, '', 0, '?'),
(0x624812136f35328e539ec65cdd382797, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/s3-enhanced.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/s3-enhanced.png', 0, 0x56cc6048dc1c482edcb1d624af7c2775, 0x56cc6048dc1c482edcb1d624af7c2775, 0xe99144c6009c401ad01ccf93105ccff5aaf35a3c3f2754b56638a90b90b17783, '', 0, '?'),
(0x6252719b522bfa10221f76f094ecae63, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_2.php', 0, 0xa83b038555368de0d811bf13fe6a7f87, 0xa83b038555368de0d811bf13fe6a7f87, 0xdf7c6c073af60bcf0c661336c0fc7fde348cd37542afec3974cc31a38228a994, '', 0, '?'),
(0x62554e443ea86b9cd4cb47c8b8a0ef57, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 1, 0x00000000000000000000000000000000, 0x0b14b128d15d244098177533a3011348, 0x461310d2f1cf537b4f386ad70853e29ec9826a8b393f63313a3d91b6ad8f787e, '', 0, '?'),
(0x6256a48f58cbbebf96e0244ca1e87d71, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php', 1, 0x00000000000000000000000000000000, 0xa7677d90e330b95f93a1acdd7433125c, 0xe75e54e7d30427f2fa4f1c1c207b0171a135ea32bff9ec19a06b2e5e2b68f1e3, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', '/home/abt90iranbet/public_html/wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x625c1846d7ac545de38a2203e25854b2, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_7.php', 0, 0x673218301b4035555497e63533dbef84, 0x673218301b4035555497e63533dbef84, 0x2f7043d6c4a23c8e2454cedd8a0c6ed8c6968c9170b46493e659ebad31cb3934, '', 0, '?'),
(0x625d24bf08ef04767f126e8e0dfd458f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 1, 0x00000000000000000000000000000000, 0xad52ca528590cd94259c1892a8a9b6fc, 0x0ea83a72426d2e6546460a63b452942f94223a189b7635ad1b5fde23c14ca356, '', 0, '?'),
(0x625f379bbaae183f1054cfc32785dd4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2_no_content.php', 0, 0xbc7dc830bb17b4ee31bc8c35c1869bcf, 0xbc7dc830bb17b4ee31bc8c35c1869bcf, 0x1eee4253e4911f7e1a84368e1b42e79f0879dcc9a03a443857a3fe51114f6ad8, '', 0, '?'),
(0x625fd317f025ca6de47050e49785b75a, 'wp-content/updraft/themes-old/twentytwentyfour/style.css', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/style.css', 0, 0xb137ff2bacbc006102726baeda24d934, 0xb137ff2bacbc006102726baeda24d934, 0xe10e5664724a7c2c8e2276fc9338d27848275f92881dbbb8848c6768ed98c4f4, '', 0, '?'),
(0x62620a8e6e5c040f56e7c8ef926f1026, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', 1, 0x00000000000000000000000000000000, 0x0920737f1986db093c164f54e49abc3f, 0xeacd81aceb00c43c15e1c88d92c28d1cffec983fe72d290faaf8c066de7a5348, '', 0, '?'),
(0x62680107353e6fbbd462bb68f9c96ff4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 0, 0xd2ec18b37976916ebe33339bb36eea08, 0xd2ec18b37976916ebe33339bb36eea08, 0x3733c4c5774beb4f29c46df83b2f425b29300de87023af8c5bc5a0de0f7f59a0, '', 0, '?'),
(0x626cc67041119b2f7e52891e16ddafc5, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_5.png', 0, 0xe59cb87210582850ed5e70cbde0b7874, 0xe59cb87210582850ed5e70cbde0b7874, 0xf9b0206e9d0fb51c04aed27054e6a9d9fe42cc331b0c0c7cf04d791db3afd59e, '', 0, '?'),
(0x62719dcfa5c8c3c60b52227bd60b1a84, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1_no_content.php', 0, 0x7e829c5c80f3a8d7e42f6a699ca2684d, 0x7e829c5c80f3a8d7e42f6a699ca2684d, 0xb103c21de3878407147bdac09eb56d977977906e8b4f178da1179fbe2671e60b, '', 0, '?'),
(0x627357deefbab5227a47a466632342eb, 'wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php', 1, 0x00000000000000000000000000000000, 0xec27a0f8fc4534db86ad839ae927b066, 0x7ba0201f636e1e8fcdd336aa73eaff2ebca1a3d227012fc4c976279f75cc5d1b, '', 0, '?'),
(0x627585afb8967dd124bce593ef2df1eb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php', 0, 0xa6c1816114a43a286579cb2a62a64720, 0xa6c1816114a43a286579cb2a62a64720, 0x5bbcb303ab5ed1c82805814e67515de2fbe071afba4fff1e31b7503bbac1c656, '', 0, '?'),
(0x6280c81b0f9b707c0e7af1c4f6a8b995, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot.png', 0, 0xa31876a4b49ec7fa8432ab04040c33f3, 0xa31876a4b49ec7fa8432ab04040c33f3, 0x5ca019fef53b7b657127d1cd15d113cc74af5e790064b0ec01b7a9ee3cc0565d, '', 0, '?'),
(0x628132e588c1e47d7ca59be49f2a1435, 'wp-content/updraft/backup_2025-08-18-0339___90_c32bf3933994-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-18-0339___90_c32bf3933994-db.gz', 0, 0xc1531229acd76779d5b24dc6f52cd6f0, 0xc1531229acd76779d5b24dc6f52cd6f0, 0x4fd1e0bccb0244f2e1d1136ae7aed68e50b54416aafd65bddb4848bdb19e6d7b, '', 0, '?'),
(0x62828f46e6c301bfe744cbff0a3b2b99, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 1, 0x00000000000000000000000000000000, 0xa575fde89bf5331c554754e83eb82dd0, 0x4d01f8ed691a9b9fcdd133ada72b9f12f20ec18a1cf0cf527d71f803a2314941, '', 0, '?'),
(0x6283f585b2035f6945d5017f3df3665d, 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', 1, 0x00000000000000000000000000000000, 0x1b83a245565605cfc423aa4ac340ec91, 0x70a3eec83e9648faefd2cca98f1d88fe35dcefff67d7cdc9e2284096c639c024, '', 0, '?'),
(0x628e0d1a6e5a99c9585dd9b534e8f71c, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php', 1, 0x00000000000000000000000000000000, 0x690404cc49a0f85d32b64276ea86433d, 0x5c4326a90f9ef6cecb4cd11abc080d3fe986550f8cf26fefce1bdc71b354aa29, '', 0, '?'),
(0x628f0c20a19c49f0832cc0a708a9e6d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_3.php', 0, 0x7b37ea54caeaaa60567fc3561ee8a5ec, 0x7b37ea54caeaaa60567fc3561ee8a5ec, 0x61a8a85e9632b33e0b90e19d13c4438bc82b56ad1b824fefba98aaa0bf9e6668, '', 0, '?'),
(0x6290459a23ebbb7658e1be390ec6af2c, 'wp-content/plugins/wordpress-seo/images/error-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/error-icon.svg', 1, 0x00000000000000000000000000000000, 0xe2f42b39af553b3170dcc4bf6b74bd5b, 0x8a5a02017267c0c0963684bc874aec10c17660cd3cf363c49b1e629a8789260f, '', 0, '?'),
(0x62966d99359b833e429140e558805afb, 'wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php', 0, 0x632382bb5b141628c8e8f5258c380623, 0x632382bb5b141628c8e8f5258c380623, 0x58404e3ea21eab815bde2e5eac5a918dacea379aceb2f2cdafbb3ab66d3b2e15, '', 0, '?'),
(0x62990388535daa685267cf9093fdfc50, 'wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', 1, 0x00000000000000000000000000000000, 0x2e66249e6236d0ee14ea114f363c66c0, 0xe65ebe35bb5bca325b8c0eb3ac452cedcb805987daec3ecc424fdb94fd4900f0, '', 0, '?'),
(0x62993d75d866462f04edc621bacda883, 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php', 1, 0x00000000000000000000000000000000, 0x4b132f24c6002dfbad6c0de679480b8d, 0x471de5904184bd8598f951376d605faad27cd9d2a5ca569d35d6978715c9beb8, '', 0, '?'),
(0x629deec17ba4fcbf80a1abd3359f2eae, 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', 1, 0x00000000000000000000000000000000, 0x9ddae2169e27b583cc04df4d32d180b8, 0xe378bdc23c11a32bad8157795df6df9195e076c690c9778440da16c2c70bae94, '', 0, '?'),
(0x62a0fedab22188e5b1db6d48b606dac2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_7.php', 0, 0x2fdb48c2af32a974d4e4bc1ba861a344, 0x2fdb48c2af32a974d4e4bc1ba861a344, 0x3dad65e0804c7793fe8fa037c6cdb625e3803a7750f75c407c10cdc2853f2587, '', 0, '?'),
(0x62a172d3f637c14281635a605a9740ef, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_2.png', 0, 0xd6a0f8d3d730e772904cc1a7d1f982cf, 0xd6a0f8d3d730e772904cc1a7d1f982cf, 0xcc7e9a52b301f461b7338791c72151a099943d688fdb7a24cabae5a757428aa5, '', 0, '?'),
(0x62a274bae06ea1b6f10c658c9941115d, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-fix-assessments-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-fix-assessments-2340.min.js', 0, 0x02c1a665c96335f20bbb2dcb080903f0, 0x02c1a665c96335f20bbb2dcb080903f0, 0x5319081c2b095a900ae74c439a9f6dcf2da40d417d0ac344aea6e9b165cf4b02, '', 0, '?'),
(0x62a426d6698abdfee9b98b8828499104, 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', 1, 0x00000000000000000000000000000000, 0x48ffeb4f43a6ff598df01c6fe389a688, 0x4a36069c884be58c7ff330dfe937fc00c76e098f83d2914e6f35dddc387de667, '', 0, '?'),
(0x62ab6a77ca9cab889b9b08e1ad541300, 'wp-content/plugins/updraftplus/images/notices/keyy_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/keyy_logo.png', 1, 0x00000000000000000000000000000000, 0x9409d3226fa119a1feb9fd8129e0572f, 0x28fc692e02d8ab056f87a63f6246f0cdf5431445da03769dcdda774b7f179fb6, '', 0, '?'),
(0x62af2fca2f2906e841f63115dff5afb2, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', 1, 0x00000000000000000000000000000000, 0x3b8352635012a9d1c61b1aff9bfd4dca, 0x7a08128a4546eeded845c5d414f21bc9d8960e8ffb48cd6d8aa187cd130888ef, '', 0, '?'),
(0x62b0038a7fb97902af456bd6bd9f08a1, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x60dfc63604b6b75529f7063cedb67f63, 0x2ca9bd8724e19d753b0788e9b0ae1b3943bbc85799b0a779c7ddd7d7de960306, '', 0, '?'),
(0x62b04d087ce6bc8a7a124f5fc99ae333, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 0, 0xf78259ea006cf165d4848a312c827d0d, 0xf78259ea006cf165d4848a312c827d0d, 0x6449d2e6dec1b1a0de9735944baa951d29d0f18fe2373ff94f4a226a558b3c4b, '', 0, '?'),
(0x62b5e93d8b6e4ebcb32a287e3777eb5e, 'wp-content/plugins/wordpress-seo/images/academy/local.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/local.png', 1, 0x00000000000000000000000000000000, 0xe338149e26fa7bafa0e6ddc4703c8b3b, 0x066733cc0bb302a133a93a1eb108fe549dae5ef8af242e10511a3083cc318110, '', 0, '?'),
(0x62be4a3bc6765359e53448609c9d9546, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', 1, 0x00000000000000000000000000000000, 0xd5f010ad790b4e7d01e3d3489316b373, 0x738f9f0c1a3c64bfc56be86dc66ec78139bbdc3a4bcfa36d2e3d66462e043231, '', 0, '?'),
(0x62bfbe88c48d6585d0574274bd25ca95, 'wp-content/languages/fa_IR-440127dd25bde48a531ded36f33e927b.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-440127dd25bde48a531ded36f33e927b.json', 0, 0xb55e465ccd4a944b0f0191890cdf16e1, 0xb55e465ccd4a944b0f0191890cdf16e1, 0x4872b5e5f8824af67d63906e701dae0e59e858edd23ba47c7ed2747c4040c216, '', 0, '?'),
(0x62c2e6cf868f4ee6d18ca682cf1719ba, 'wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', 1, 0x00000000000000000000000000000000, 0xe31d4cbbda5d61e7692f9aa4940b7a5c, 0x7d07750b447b4911bb3de6294c936025cff56f529fcc9680da4fb356d4a1fe3a, '', 0, '?'),
(0x62c698e59539993f4b43fc824432b8ab, 'wp-content/plugins/wordpress-seo/images/seo_analysis.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/seo_analysis.png', 1, 0x00000000000000000000000000000000, 0x64b4ce26518cda9e782f0db06ce25ec6, 0x3516ca9142e69b4a6696d5f3fec5fac28cbca697413eeebf6db8bfbbeb949419, '', 0, '?'),
(0x62c768e307394ecaf2e2f74ea9c66cee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x62c975fdb33cfa8096b16ce128186e1d, 'wp-content/plugins/td-composer/css-live/includes/td_live_css_util.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_util.php', 0, 0x1a3514a4bd1155727a520bc3ed35feb0, 0x1a3514a4bd1155727a520bc3ed35feb0, 0xedd4305bd665a92d6b3680a47b00d3246fa273e4c39dda7faf18058e2de4a87a, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0xea69abc917f552b9a06773e406678075, 0xf20838fb2e6c499218e2e3e0484fb15b82772fb3587d9dbb19792f15f1b0ff92, '', 0, '?'),
(0x62cd2c8fe09b3e3cf3d7e902e788cb67, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php', 0, 0x81b860ff936b446e24a0864f17d20fa4, 0x81b860ff936b446e24a0864f17d20fa4, 0x4b3b4ee708be8cf607491352775168fe8f8a804863adc403b6720b26bae2f670, '', 0, '?'),
(0x62cd2f2a0f33d6326876aa8c861f5aec, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.mo', 0, 0x49d5015c65665b53fd17f5e8d8f46591, 0x49d5015c65665b53fd17f5e8d8f46591, 0x3942f12f83a62696451abc1d9df4897949ad9467993a43453474d11e954931db, '', 0, '?'),
(0x62df0d233915aaba61c924dd776ec0cf, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 1, 0x00000000000000000000000000000000, 0xdd7313c1dc7c19612a8a65be8c33be5f, 0x574341cf40f53f831b75322c83115396052a286d52dec4f18c9d5d7c358cb3a1, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x1ef18c56ea2c1b7956e5db7e3d8bc1de, 0x970e06cc7295278219621acb768aaacdf4d569bf7ceb7ecc344bf95dbf5e8135, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x79c19c9031d1cfe9131889c3075d4668, 0x56d3926b008be2ad0637b0ad27a28862fc961db2e8dd614b8f58f998bce2eb2d, '', 0, '?'),
(0x62e449981fc150d8cce6d04721acbc48, 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 1, 0x00000000000000000000000000000000, 0xb650416cc2183d95aeaca66478106ec8, 0x0387dd55f4f09a289d50265895dd76eab25c61339427c69e6f1199aebd1b5126, '', 0, '?'),
(0x62e4dd8e97d2fc424490be70914af0ed, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/googlecloud.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/googlecloud.png', 0, 0xf3ea27a463cb1bd6c866d77bba013d45, 0xf3ea27a463cb1bd6c866d77bba013d45, 0xb079b284415a380e32695e3cdecf9d117b569e0d458b1b5b2189fd3755ed5c8f, '', 0, '?'),
(0x62e5b9b2487aa825bd8ca1947667fd14, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_css_generator_demo.php', 0, 0x528f587b7479c1e6e1eddcc5c3701831, 0x528f587b7479c1e6e1eddcc5c3701831, 0x41d4feacf09cd54629b82a240bbd1acea4e39c05c8150caa3117c108aa12fb8f, '', 0, '?'),
(0x62e9e7e5ca266630bd02574dde2f3bf5, 'wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', 1, 0x00000000000000000000000000000000, 0x988c6e4917cc218555a03b47d1ddb483, 0x77336adaa1c9ab5f1a0c9632379d0361d6af31d6c0570492ca5af36139f1e4bd, '', 0, '?'),
(0x62eb0d9d0218a041d9bd453e6546d2b6, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 0, 0x808fec04a4e0169e521107969cd26634, 0x808fec04a4e0169e521107969cd26634, 0x27a515d4014676602ce405e0b60ddb76f68c47bd249d266931f57af47d278664, '', 0, '?'),
(0x62eb63b60f8d6877483e644a18e24fbb, 'wp-content/updraft/plugins-old/updraftplus/images/icons/s3.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/s3.png', 0, 0x1af5dfc48d3fddf93721b27fc6e24705, 0x1af5dfc48d3fddf93721b27fc6e24705, 0xcd1a104ce6b2c072d426d0e9a63e65c460c50dd0118f855a6fe72015b478360c, '', 0, '?'),
(0x62ef0813e1a80d1bfb6499415ece051e, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftcentral.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftcentral.php', 0, 0xc5bb218423512dd28e1ff7fc9b86a1e1, 0xc5bb218423512dd28e1ff7fc9b86a1e1, 0xb2ea641e4d3e9153e9cbdb02e347c1c5fff8da49272cb4a8f6cc4a68e6d43338, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', '/home/abt90iranbet/public_html/wp-admin/css/site-health.css', 1, 0x00000000000000000000000000000000, 0x3be5b6de31a8ca480a8d64309558803e, 0xcb4f643fcf887464ce3add212462ecb1161e41c928e6b29f95796e521990e777, '', 0, '?'),
(0x62f5dcfc65acfdb17b598592d4f902b0, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php', 0, 0x45935b7e012534c81ea0b017b3e7e0e2, 0x45935b7e012534c81ea0b017b3e7e0e2, 0xf492514682cfecb5f16aa29c6417364beb6c04042878f64e67be9e586cd774fd, '', 0, '?'),
(0x62f7caeb61d1ea206d58eb14aef4b6dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', 1, 0x00000000000000000000000000000000, 0xb42406d7781e1a8273d26dffccd39f31, 0xa0c225c56777590d7a362f631adb10abc6a0ec64981ac6a0614a189d68b61dcf, '', 0, '?'),
(0x62fa4d0ba4b6ef8c829ddac55ecac3e7, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css', 1, 0x00000000000000000000000000000000, 0xbb99d5824eda83a886069b129a01248b, 0x821c8e06e04721c7b604a8fbf104125bee2281708a8f830ff5a862ca615107ba, '', 0, '?'),
(0x62faf8850fa7f088596fb525edfa9534, 'wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.asset.php', 1, 0x00000000000000000000000000000000, 0x65aaa4cefca5bfb6f31f7ebbc9857d5d, 0x462df229e0ec7dea601ca492ce14d7720bee4620d04c0b5ebd07e048788e9b2f, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', '/home/abt90iranbet/public_html/wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0x38bc5a23b4d66541588fb7e7bf6fe617, 0x897b6d1f673d0619d0211b6e8eebcb11ffb315ccb39c300d2bfae1e9c96d2ab7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6304d0c2941762b3bd2660ccd6506247, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.min.js', 0, 0x5249c0a78cd3451161bd18d120b23a79, 0x5249c0a78cd3451161bd18d120b23a79, 0x0fec2af59a2d9194e1a043e5a12c60570bf4c4829889c6b1367f310e94419b9a, '', 0, '?'),
(0x63066bf58ef4b5e2eb5992ec0536c89b, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_grids.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_grids.php', 0, 0x6bda8b50a4ff3c28dae2bbe6f1b2665f, 0x6bda8b50a4ff3c28dae2bbe6f1b2665f, 0x3d5e127994d25d829de488c810901d0c9a4a44f834856d48e8a1e72b4202b5a1, '', 0, '?'),
(0x6306ccbc6e387c1ad3e0248fb014f4b1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 0, 0xb5f3b688794d92fbd25e16f913861953, 0xb5f3b688794d92fbd25e16f913861953, 0xd1589f9f72dfc63263186d20c35bcdf17da09343b4aab114ff00e4f25b840fb0, '', 0, '?'),
(0x630e32e57dc94807faf99c62604d5d92, 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', 1, 0x00000000000000000000000000000000, 0xeff51c9330e4cc76361f95d230484ce7, 0x62ee1af42f3b24042b80d9fefe5ddbe2b8ab58b2ca5a4e99a98ef0cdb89066f9, '', 0, '?'),
(0x630edf2e0e834b2da1aa6b33bcc664f5, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xcf2966c335b929570a8975be69573464, 0x472824118da26d58260278a795fd08ea31e7d9db637fd5304e8333fb5281062b, '', 0, '?'),
(0x631093dc11eeb2c369c08aabadd00e4f, 'wp-content/plugins/amp/assets/css/amp-post-meta-box-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-post-meta-box-rtl.css', 1, 0x00000000000000000000000000000000, 0x00380b75391fc3165111cb5285f0e8f6, 0xb582d045457076a05512226c5f283824970e0468fafbfbdc4eb33c88ee53ce5c, '', 0, '?'),
(0x6310a1c6e923353fb96cec4303d65468, 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', 1, 0x00000000000000000000000000000000, 0x0c1469a96e008499f05423b75f58dd3e, 0xd6602518ae5b68435897d81b36ecc88dbcc5cd96b7474f907e6f33a71f4aac15, '', 0, '?'),
(0x6310c1b19c4088f3dea125d5135a7b27, 'wp-content/plugins/amp/templates/header.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/header.php', 1, 0x00000000000000000000000000000000, 0xa0e9f87f2b7d2b52636e2229f41b074b, 0x87ee89cd3e6fea4185446f9644f047916b14322499d0b5c3c93187cbf816d892, '', 0, '?'),
(0x631336fbf48bdf0e7e8d6cdc7783b5c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_6.php', 0, 0x25af31507114e2272e1e0979f8ae103b, 0x25af31507114e2272e1e0979f8ae103b, 0xfee53d3ce66b48b97c376a7b84681e6a99a924875fdf926b29f86d11f3a665b4, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x32e58e0ec9615359796c1929cf4be736, 0x465fdbb0987f19471a4f30dd63f7a57ed4ea49af68a0940a06593b6ac6a39ec7, '', 0, '?'),
(0x6315e02301591be672391ba1b46918fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, 0x00000000000000000000000000000000, 0x26dcae4daa1cf78b2c7e2fe21cf8e972, 0x0c463bf4f4cc14571d5daccf26f1b8e57a7e6f27f02f810e800171cc2b08b8a8, '', 0, '?'),
(0x63191a63fef0f0118397c28fb7cfacb9, 'wp-content/plugins/amp/assets/js/amp-support.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-support.js', 1, 0x00000000000000000000000000000000, 0xefdb783048bf68b23bc4b8c94263fa97, 0x3e99b94f26d5599efd13ad315575d83875a161a6bf732325411747ac108ed751, '', 0, '?'),
(0x631ab4ad7220ef7465f95c2df5a582fb, 'wp-content/plugins/wp-rocket/inc/common/admin-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/common/admin-bar.php', 0, 0xecb5b66058f2e8564e04e2e40b3c9188, 0xecb5b66058f2e8564e04e2e40b3c9188, 0x60cfaef36c3322ce675e1e05a50e0b64b86d6a8e9c9e722a2deb8efbbe91e18e, '', 0, '?'),
(0x631c55eef80016d147740965349a538e, 'wp-content/languages/fa_IR-7436b7ee9e4f11ac0d618d8cc886eb66.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7436b7ee9e4f11ac0d618d8cc886eb66.json', 0, 0x34c893b24fa0aab516fee43543b0d363, 0x34c893b24fa0aab516fee43543b0d363, 0xe6b55c716f88b970db272737e45df75ae0593bbf149c62b16cd74f13483201dd, '', 0, '?'),
(0x631d60e8028303fcd3ce84ed6bb759f2, 'wp-content/plugins/amp/src/Admin/PluginRowMeta.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/PluginRowMeta.php', 1, 0x00000000000000000000000000000000, 0x8d07208035998c55231de2fe884a0975, 0x26de1119134b8b0abb9633e7b0b3d40c13fd0a6caa76d21cebc4810e8d4d11b3, '', 0, '?'),
(0x631e7ae73c41a09eedadb41b366391af, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 0, 0x7e0fbc7015dc5f80d01a4772209b345d, 0x7e0fbc7015dc5f80d01a4772209b345d, 0x4b36eb230bb96f3bcd96d297d909cbef811a89eb8b14e75dae88384e6b4adc82, '', 0, '?'),
(0x6323585b9707b10eb72f53eb0a4fe1e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4_no_content.php', 0, 0x2c77e7ff7a762ad9307621548bef69a9, 0x2c77e7ff7a762ad9307621548bef69a9, 0xde22295b820bba1b5e4f5b6493cf47252892163a547a348c9f83e6e7efc0a3cf, '', 0, '?'),
(0x6325b4c830959b851eb42a9cc0f002b8, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2d595475690374f63a493dfc43fec6dd.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2d595475690374f63a493dfc43fec6dd.json', 0, 0x146d574f0bce97a8398e3782a0cf0ed0, 0x146d574f0bce97a8398e3782a0cf0ed0, 0x599cb84af08177608f41d25bc63824d85c86a3a5df7a11e2c98be20f91847864, '', 0, '?'),
(0x6325bc3b38db515657c69d64c887f53a, 'wp-includes/blocks/paragraph/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style.css', 1, 0x00000000000000000000000000000000, 0xcbbd878bfff4d460098accc882de23ee, 0x85bdac822d19e0d38cd2c83e05099745c95a68f71fb036468841242467d3a9a3, '', 0, '?'),
(0x632666924d1af13ee3872f0a9ba605ba, 'wp-includes/css/dist/block-library/elements.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements.css', 1, 0x00000000000000000000000000000000, 0x30d9fc59dd1c1070d804edceff55c8f4, 0xacbdc2cc04f98ac1de296d2e147e198984ba1e797760e740799b6319e6025a42, '', 0, '?'),
(0x6326a7ec72fd5276c989a1bd162e964c, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_6.php', 0, 0xee83b8ca85a75d43aa87a881c87a2d2a, 0xee83b8ca85a75d43aa87a881c87a2d2a, 0xcbbddeb53c322befdfc98d6301d347b6137ca6f7fb9ff57b43a11fbf2b8c86bf, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0x632f40bca05a24b56309deab47841fed, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-13.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-13.png', 0, 0x23b2d7697bef56d84ff19e4ebb01738f, 0x23b2d7697bef56d84ff19e4ebb01738f, 0x7285e91eb2dd8ffb5fcb5000e846409fc1798265ed1152a521a17cc2c9191158, '', 0, '?'),
(0x6331fa177f82fcd890ba11fe9f46021a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', 1, 0x00000000000000000000000000000000, 0x074a2380380af30e64209cda885f13c6, 0xd1514a7054dd3d934c856ea08e0fa8c81ce2286cc90b674cfc5e527f08d40378, '', 0, '?'),
(0x63342a298cb75da310902b36656f59ef, 'wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x2a6a741927a22e5a3dd385bcb87c4775, 0xeb23420a62d7870faa5f61aab84168418d1beba8f968b82508f83dcf325c837f, '', 0, '?'),
(0x6334c757ba264db794f42b70e66ab955, 'wp-content/plugins/amp/assets/js/amp-block-validation.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.js', 1, 0x00000000000000000000000000000000, 0x635b7eef362dd55f5ddaadacf3b3fbd8, 0x091ac38992d55f1a8997f6a5ad0bb3bddd5c31a775590959a1fbaa75d31967f7, '', 0, '?'),
(0x63356d53e17fae692c574c65e9809fca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_5.php', 0, 0x9f5407f01ac75bd6964344abccf59a0a, 0x9f5407f01ac75bd6964344abccf59a0a, 0x5de0d557386ede6280025cf110041bd5a9653138e96c89fb369fc6ce0d3c7ac2, '', 0, '?'),
(0x6340690679466159dccd62808eba9c4b, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', 1, 0x00000000000000000000000000000000, 0x92324068b93cd7927efcfd67dd5cf0aa, 0x381aa7525170aab35c9e9173065946a9f2b506e6b9944d2abb5079fe389d736e, '', 0, '?'),
(0x6344214fe7b4c3e5daae5a5b11aa344f, 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php', 1, 0x00000000000000000000000000000000, 0xa94ba3a342efee68c60545eb292f5118, 0x9f9fe0e246c300b523b7380b4046d7a2fc7b02069e70f68fd63614bdedcda9f1, '', 0, '?'),
(0x6345ba826f26417bc64df99f19cddb37, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php', 1, 0x00000000000000000000000000000000, 0xa12cd6d53712114acf636c004dc5992b, 0xe43f1ce6660d39ff0fce38bc9fc7bc18c89bd8fed6fcbff7e92cf6bcf17bedfb, '', 0, '?'),
(0x634a882c6c1bf67b40b9a767a62fe255, 'wp-includes/js/dist/router.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/router.js', 1, 0x00000000000000000000000000000000, 0xc5ed4eefcf29d89cdfad0693b09bac1b, 0x5cd6acae5120aa07f5f5c1f24a252c57cf017657f93634f1ace398ed681cdef8, '', 0, '?'),
(0x634bfbbd4bd37bff37e2b494298bd31f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', 1, 0x00000000000000000000000000000000, 0x6ce4e3881eaa11ba7b41be0b87132846, 0xe8f4cc0009157cdbf9dff0ff88e689ad07982b9575503fc37a9043dab98692d7, '', 0, '?'),
(0x634d97b24a3645215a6e911d03f28096, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-10.png', 0, 0xe50b1fd5a033b983a71e687a198ae900, 0xe50b1fd5a033b983a71e687a198ae900, 0xfc234c85c3f5c9ba3e84ce236553c1d12ce5fdd10b07f01ea776371c0092a650, '', 0, '?'),
(0x634ef8ad158590118f2b6ec110641099, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_4.php', 0, 0x4af63665e6444b3f226713cdb9a18df5, 0x4af63665e6444b3f226713cdb9a18df5, 0x2438dda03c3957e1395532a79a1351005b935598f44300550fca656f7aee4f1c, '', 0, '?'),
(0x6355da5d0af08e198f89076099c633df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', 1, 0x00000000000000000000000000000000, 0xa7bddcd8b369b14735c5bdf10d163800, 0x92a43c9af352fdff9816b13a3f9328b6c637cac284ef85f7c3391024a670c442, '', 0, '?'),
(0x635ae6e8ab2b80fef772115383100117, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0x5a50535a06def9d01076772e5e9d235b, 0xe2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159, '', 0, '?'),
(0x635f73983167c18925d7f9b448348ce9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', 1, 0x00000000000000000000000000000000, 0xb6dce9c095f7025cad031868a8988b8b, 0x91468589bda032adaa6e9a9e39b959a9bba5ee091090d28123c1afd1794b8f80, '', 0, '?'),
(0x63601900ca2a29c1086c2d26841b4c78, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', 1, 0x00000000000000000000000000000000, 0x06d2a82414d7239184d8851a0ef1768c, 0xe0cf69692579974be89e29104e738853707d9c57d31aad43e37942f22a3b0acf, '', 0, '?'),
(0x6364f04c349a37ae22525f104a6b21aa, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_2.php', 0, 0xa09a8127beb0823690b24716358fde58, 0xa09a8127beb0823690b24716358fde58, 0x09d81a32f508ca2158c547496fa9fd6302081f9a46c1db7f92539c92c7300e2f, '', 0, '?'),
(0x63680e1b46135d5677d6fabe8bba789f, 'wp-content/cache/min/1/wp-content/themes/Newspaper/style.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/themes/Newspaper/style.css.gz', 0, 0x2c0fde26814e78f7e10fed1a2bbf353d, 0x2c0fde26814e78f7e10fed1a2bbf353d, 0x55684fb6a960fe7ee2a82c4702e4f51b47ac1a8cb47fd7f3781ee5f325fe70b6, '', 0, '?'),
(0x636d8aab1aa742cf5731e4b853ff281e, 'wp-content/plugins/td-composer/mobile/includes/category_top_posts_styles/td_category_top_posts_style_mob_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/category_top_posts_styles/td_category_top_posts_style_mob_1.php', 0, 0x83196cc8c300c724ff1d4cebfa196ab9, 0x83196cc8c300c724ff1d4cebfa196ab9, 0xcef90348f8d988525987469862e14c2f0bb4580ceea654cee9f7b0a4e8b33864, '', 0, '?'),
(0x6371707c6225afd47cad2c1c182653f7, 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 1, 0x00000000000000000000000000000000, 0x237b39d4d2e253a68a44641ce4500712, 0xd907179f485bbcf0608db2623755ec55e4c8c90edc9c288a71cc3ab0a802ad14, '', 0, '?'),
(0x6374c5d7a91d9258eed9bede75db7976, 'wp-includes/blocks/image/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor.css', 1, 0x00000000000000000000000000000000, 0x77cc9ac1738114259a03e51c115412aa, 0x4c0fdddaf0c625fe687b6efe5aae28394f75f57432f0a139baf2bddf3d24318b, '', 0, '?'),
(0x6375dc39612b067a72d7b16465b9c331, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 0, 0x090053bd0c4a6709d2472d07cf36cfad, 0x090053bd0c4a6709d2472d07cf36cfad, 0x73733edb50edd9f8ec82ace788d3b62a33b78a8286d4e4c61a6c6e5b95d622ee, '', 0, '?'),
(0x6391fa63c2cbe89d57244c5a1ca59e3a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_import.php', 0, 0xae7f5ef93233c0e2d6145675b5133780, 0xae7f5ef93233c0e2d6145675b5133780, 0xccf3c032149c391848f88f30b305e925c293cd8ecee8bf1dc88ec9c210a5bb93, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xbfb2dbdfc87a62b30cf131227406c963, 0x57303822841c351d315f851ac6caa2b77907f039420c5f934bd78a6c55a466bd, '', 0, '?'),
(0x63a754d33670cbeb857d4f563e98a6c0, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', 1, 0x00000000000000000000000000000000, 0x80f3a1a1b5ee766683b01b407ad929ba, 0xdbf8c7191f10107069be0e2288aa597a3dc03d1e85c3b9ea27d401209d9d558f, '', 0, '?'),
(0x63b4c13af3f96973ba2be4d79dcb487d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/phpstan.yml', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/phpstan.yml', 0, 0x0a6278d86a06ee40236252779bd8e0da, 0x0a6278d86a06ee40236252779bd8e0da, 0x51d11fc8499a72fc913bc8b1232ffa1389fd84b5598487c4b9c3b9a07f6e2fd6, '', 0, '?'),
(0x63b5728f2b25c9f2c4ccc760daabba8f, 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2370.css', 1, 0x00000000000000000000000000000000, 0x57089872843e5a35bb56372cb82a950d, 0xd959c8f5835066a4907f5a42a720c4b30d08337d0589c7d5d2e7f22e5ba1bf1c, '', 0, '?'),
(0x63b81a8fe225acaf9cc2d60e96c7fcd2, 'wp-content/plugins/updraftplus/includes/Google/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service.php', 1, 0x00000000000000000000000000000000, 0x5ae4a1e1212cee68b9d52516156a4dec, 0xc1e2a1cca4cdd3a5f94e8bf88fb63e77fe208c137be1953034e133f150b303cb, '', 0, '?'),
(0x63ba50dad6565b6295c5096e1abc7ab3, 'wp-includes/images/media/text.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/text.svg', 1, 0x00000000000000000000000000000000, 0x1de41d831dc86334bf743b474a18d70a, 0xd010b7f7f7662d9be940309ba63df0d9494b45c4253e70596146db122e496bde, '', 0, '?'),
(0x63bc17bc3f83b2ef9bafffb7ad476cfb, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/local-meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/local-meta.php', 0, 0x1f1f0d0c83497610b41519dfb43f307c, 0x1f1f0d0c83497610b41519dfb43f307c, 0xb0250dfc381e3d3bdc8c05847bb6a7de1a984dd447c7dbc3df1cdfbeeea0034a, '', 0, '?'),
(0x63c006721c7154c4a6c3978283439498, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_5.php', 0, 0x1dd273ca9167c3481bbe4d1795cb6f83, 0x1dd273ca9167c3481bbe4d1795cb6f83, 0x62b596b2c487781208b6ab4ddeb43b92e7a9580bfd52e8311fbcdf5adf227c08, '', 0, '?'),
(0x63c59556b7627ae35112b1640341f63b, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/loop.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/loop.png', 0, 0x56be9bec6c7198498ceca1eaf6c07f5e, 0x56be9bec6c7198498ceca1eaf6c07f5e, 0xe65a750fd115d273796ddbcb97301e61154fb29dbef269a05adbbe13978a66e5, '', 0, '?'),
(0x63c808b318a5b1bbef9804e4a294345c, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php', 1, 0x00000000000000000000000000000000, 0xe52a4204cfedd812b4b1fd6a9111d0a5, 0x24d536de75c248b5d007e2d115a136c70cc5c535eeebec9d9fe8ef367c8ce133, '', 0, '?'),
(0x63c941a22f885638be3df8a4a249c068, 'wp-content/updraft/backup_2025-04-25-0327___90_5a7a1bea3783-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-25-0327___90_5a7a1bea3783-db.gz', 0, 0xf166c89d0cda76a9a968c7d5c4d9c05c, 0xf166c89d0cda76a9a968c7d5c4d9c05c, 0x39ad6eb32f6953c5c8b0809e89fe8df5c83157488dd658430aee9a62088ac0fb, '', 0, '?'),
(0x63ce31768fa898c3b01ba6f61f181050, 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php', 1, 0x00000000000000000000000000000000, 0xa21b03b1b183dd4ad3054c84fa6e2d15, 0xa3e136135a43b5be18b6618165d446e9d3ce9310839749cff89df8a75c706f56, '', 0, '?'),
(0x63d5c2115cf33777eaace550cc1814a1, 'wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config_helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config_helper.php', 0, 0x978bc0f4c4a9dd36d56678a98bce7474, 0x978bc0f4c4a9dd36d56678a98bce7474, 0xb0551f58d425c2f6b3fe4f45b7fd82723f5495643ef56467d4b52501aa5a7df5, '', 0, '?'),
(0x63dab9abd6f27b18e880c68bc7fbd195, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_10.php', 0, 0x82b1a5381e5298ba9623d53680c4caa4, 0x82b1a5381e5298ba9623d53680c4caa4, 0x4668530dbea4073c57303ad0244fb8cf92af9c39cca50244bf6005decae545cf, '', 0, '?'),
(0x63dc8fa05d1a70f62664a16bc2c1f1ef, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php', 0, 0x2dc580d72370f221f955671b8d741680, 0x2dc580d72370f221f955671b8d741680, 0xac54722af888d0fa679ea5b8920a5ff80857460466355a7a855de460a309625d, '', 0, '?'),
(0x63dd8ffc4d03e0ccf07ca12c963db1dd, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Selector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Selector.php', 1, 0x00000000000000000000000000000000, 0xc0c99d55672fef9cc85bae0abb577b7a, 0x275d32b5f3d96770d7e5252bceb53720b10cc396a895290309a2ea8ea07f276b, '', 0, '?'),
(0x63de7347020e3a1e08eeae760b2db26f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_5.php', 0, 0x225c707540d0fc856b8b03f4d2b9fdc1, 0x225c707540d0fc856b8b03f4d2b9fdc1, 0x1a83f7e96a3fadded90634398a1eb2c57abf5e37e2c5851c215a36a2e6892e83, '', 0, '?'),
(0x63e0751da932a2d067d5911ec55b332b, 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 1, 0x00000000000000000000000000000000, 0x198862c8d727f168fb32eb20b9807e73, 0xb5eac16da4a612e912527ad182713e6b4b0938e597c8d867f7bc6cbbe06f406e, '', 0, '?'),
(0x63e1e753081785908553e1405cd1ec84, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', 0, 0xae861acea89ed34adce0e0d5eddb9e87, 0xae861acea89ed34adce0e0d5eddb9e87, 0xba69d0388df0df133fa21f194132d9509c64afd07b0fc9f691e62b18c2263e5d, '', 0, '?'),
(0x63e68fd1a4c7682c88620cdccc35be4c, 'wp-content/plugins/elementor/assets/js/common.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common.js', 1, 0x00000000000000000000000000000000, 0x753869beb5ca9ea27737995fafb4b4bb, 0x8b1983e2e1de30c5fccf90a1735731bc3302513ead0ba04cce588f98122a7ca6, '', 0, '?'),
(0x63e8f43e568d15d32000830e22bb7769, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', 1, 0x00000000000000000000000000000000, 0x3b278075495f5a8193a9cdfb56e54716, 0xd913eddcf9fba4e9987d4df63ab41d6038c9214d1588455c87a3aec1b5425ea5, '', 0, '?'),
(0x63e95c00ea5fdc13fa6bcea362f5e645, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', 1, 0x00000000000000000000000000000000, 0xa0705bee1c7a0854d120b75d5ce03eb0, 0x79dd931b8f7e9059a88c68c3e565d4121d888114961fa2874830e92ee203eb45, '', 0, '?'),
(0x63ea5b6bfe83573734ec4097f9f1d0d6, 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.min.js', 0, 0x91261c93d3125795d65375aefc3d42c3, 0x91261c93d3125795d65375aefc3d42c3, 0x0ad3a6f9fbbf01cae125f7167dc591698fa2f83ebb2895cd44cbeb2fa00234b4, '', 0, '?'),
(0x63ea6031a22aa877f52dce6a10ddebdd, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.po', 0, 0x788ccab006d8ed0b4c63f2a2b49c6926, 0x788ccab006d8ed0b4c63f2a2b49c6926, 0x22988549bdce620363d296a756a36755a99909d572d82f030bd78b6e21122e46, '', 0, '?'),
(0x63ebe52f2e86e970fc948b156d37dd17, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', 1, 0x00000000000000000000000000000000, 0x4e9d8ff63a3fba6b69bc0a639b68cfe3, 0x1d5b1fc8431fe2b40466cd5257cbf6b5af68fa2c5a22512c7dec1d4a74fd9160, '', 0, '?'),
(0x63f891b975aa36d87b346e95d9d6c060, 'wp-content/themes/twentytwentyfive/styles/06-morning.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/06-morning.json', 1, 0x00000000000000000000000000000000, 0x8fd8b9e2c96798d2f16a24dabd13baf4, 0xef405861a015591a14d8df881d8739046a88b50d1a08c88022212c601f6bf0c5, '', 0, '?'),
(0x63f8ee53b3ce045e22429ac7a2235b91, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/services-team-photos.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/services-team-photos.php', 0, 0x6991e19856e7754c48b0ede5dba80e08, 0x6991e19856e7754c48b0ede5dba80e08, 0x32acf78476f750b6a29fb944292c44f9522b48f0c98c45de2b1175b6e5b91607, '', 0, '?'),
(0x63fd191b44e20d134f14bc3b9ad36008, 'wp-includes/interactivity-api/class-wp-interactivity-api.php', '/home/abt90iranbet/public_html/wp-includes/interactivity-api/class-wp-interactivity-api.php', 1, 0x00000000000000000000000000000000, 0x90f494b57201b9354b8a074ffe3293f3, 0x7e44b085ca44b11033c0ebfa7b51c39ef1fbf6fd16a72a9617d584dea65b53d0, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0xa7495d9855c0e6091158c06783ac8bbe, 0xfe54c2cf9a2dc331205b06eb9e402e2f69f392b6a69469c8c571d9eb30986f0c, '', 0, '?'),
(0x63fe824fd3c4539651bdcb93599b173e, 'wp-includes/js/dist/script-modules/interactivity/debug.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/debug.js', 1, 0x00000000000000000000000000000000, 0xd4fb98742919b1c4447f8abe2f5e9b91, 0x0afa876c185227e5ab690bd7414ebb43acccd1ba71119f2c634d755f29ffe90d, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', '/home/abt90iranbet/public_html/wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x8c83de4c6fe2176ee9420b99c49fb43f, 0xc4a5376691cbeade1548f2ca0401519c612e2fa98720e86f085198388f0a07a8, '', 0, '?'),
(0x64048f3407d2cf10503563098c543092, 'wp-content/plugins/shortcodes-ultimate/includes/functions-html.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-html.php', 1, 0x00000000000000000000000000000000, 0x49619507b62ce5e28367b8692ca0da64, 0x0fbe8f4fc17863ae0554ba191237353fc96c68d8e2020a73ec5ab05e90daea2f, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', '/home/abt90iranbet/public_html/wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x94f350cd413386c3204bdd7dc39b9e24, 0x17341e684e0ad7d33a51db711358e47a21a0dec56971b05e7359c484e42c6980, '', 0, '?'),
(0x640ff0e9535bd03f011d2610c5901b9a, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/LICENSE', 0, 0x1a74629072fd794937be394ab689327e, 0x1a74629072fd794937be394ab689327e, 0xda4b8b9691d4bc8f16c5698045a9bd6cb631b339475203beaca54d19f343de0f, '', 0, '?'),
(0x6414057cb2ed3a1767c2145dd46c3c04, 'wp-content/updraft/plugins-old/akismet/akismet.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/akismet.php', 0, 0x3f9d2d73f31f3988b49964bf4bbe0c2d, 0x3f9d2d73f31f3988b49964bf4bbe0c2d, 0x95c8f92cbe3ce4ee0f5f85cd79c63feda38e24fe88b4ffad0c39644e32b0ae3f, '', 0, '?'),
(0x64141d1e7df26337e6d5206d7379aced, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', 1, 0x00000000000000000000000000000000, 0xf9e6e9f429889416275dcdabcdfe76db, 0xb6742743f15482d2e1e3809ae413bbddcc64ed2d6725078625bc03251effae8c, '', 0, '?'),
(0x6416a4d97d7213b82e7b0629324cb9f0, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler.php', 0, 0xb34c7114fe65e03bf34b29c630d0256c, 0xb34c7114fe65e03bf34b29c630d0256c, 0x2524a2a8cc15af85f193b3b75d76d4459f34bb3ce9664313e1d1bc9ae9d9abd2, '', 0, '?'),
(0x6417a16401210a271e80b81030ca2bb8, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 1, 0x00000000000000000000000000000000, 0xf32f97228357fb2e72bb609d821b7844, 0x7c473717030157df89cbc90d150409294e8ec74a51604ab87dc29bb8d7672251, '', 0, '?'),
(0x6417b97e0c295cd1b3af0b2eae512282, 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/draft-js-emoji-picker.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/draft-js-emoji-picker.php', 0, 0x8b3eab8502b48ba6c66d672714ee68f7, 0x8b3eab8502b48ba6c66d672714ee68f7, 0x66f021416ebb494892ccb10900f3aaabf85215def9d1a8f3c051d773e90fb18b, '', 0, '?'),
(0x641aa2540f31204226777bf10e0fc6dc, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 1, 0x00000000000000000000000000000000, 0x8ed1953844154a2dda5c362aa153500f, 0xd5dd73b23a2fec408237609635d5a54bfc17a302314453be56c31b960912c1e8, '', 0, '?'),
(0x641aa47fe2221c26629f6ab464c7d04c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_1.php', 0, 0xfc5bebaaae1ccad8d99e8d8b99edd219, 0xfc5bebaaae1ccad8d99e8d8b99edd219, 0x45f54866df31a41624d348d24b4fac47cea9c308ed7c712ebeae6aa75b337e0a, '', 0, '?'),
(0x641fa124da154f011ef39f078e0b3cd1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_1.php', 0, 0x6f2b8b1bddd63c9cb8a9d972c11c7ae7, 0x6f2b8b1bddd63c9cb8a9d972c11c7ae7, 0x9e3b4fd7cc7ca17245ed1f626b512197601ee0151397a63e0ce2f56cd20e13fe, '', 0, '?'),
(0x641ff9e7d4fa59c88d07a52dfa28b148, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.min.js', 0, 0x5cb3b5ff7343cd3ad0ce93ab64ea4108, 0x5cb3b5ff7343cd3ad0ce93ab64ea4108, 0x5c8e726a7e833cc1d0b73befabbdf826d1ab960a1e9b5727cfce5330b8f525a5, '', 0, '?'),
(0x642489fe56d82948d743c19d0b059491, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_8.php', 0, 0xb7b30d8ebdc8b923f4232ac1b3bf7e92, 0xb7b30d8ebdc8b923f4232ac1b3bf7e92, 0x3b84139cc3e132920b2c0c3e83fcf6e57ff61c0b0329f5c6f80be2f34dcc96d0, '', 0, '?'),
(0x6425b368e813256724ab17e34c79cc40, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_author.php', 0, 0x41c33266ad2ab6dbb977e80871f958b2, 0x41c33266ad2ab6dbb977e80871f958b2, 0x72a277c53d8aabef8a67f7866530a1a753297c31d3538c9309f4958d9903a1b4, '', 0, '?'),
(0x64298e92c8490ce341fac6114f47c8d4, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xd2e3696d654459fd611308d3b113533f, 0x7199266f75823a8185bd48297db3447e521a0d32e67ba9ea74801592a7dc9dd9, '', 0, '?'),
(0x642b5da0697eff086397083f542613bf, 'wp-content/updraft/plugins-old/updraftplus/images/notices/wp_optimize_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/wp_optimize_logo.png', 0, 0x7164fee40c426e5293ffcbb600ed7792, 0x7164fee40c426e5293ffcbb600ed7792, 0xc52111d31505b5bd2a7567927b07ba0549701c47fd4c3e5701225652d7b672cb, '', 0, '?'),
(0x64340204630d2f2df70a9580dd3ec8ed, 'wp-includes/blocks/post-date/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e339686fae2071819d9a63ee94ce327, 0xd2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68, '', 0, '?'),
(0x64344824aba937855032e2f0fe124a7e, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-taxonomy.php', 0, 0x65e98f4869524b23995487c33729ff3c, 0x65e98f4869524b23995487c33729ff3c, 0x959bf92ae4284f2df42a8b6b09760115ca9592d8fcbc20a3a844fb1b38b1c4db, '', 0, '?'),
(0x643c040add38de4e37aac0298d7f3933, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3.php', 0, 0x1d34079c7a04dfb65eb8ca14b71e38ed, 0x1d34079c7a04dfb65eb8ca14b71e38ed, 0x8f033770ec1d46a1db067680434aac9582c6b3368ad685a3da258d43d73949d1, '', 0, '?'),
(0x6441d78744887bf057394066fb71cadc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_7.php', 0, 0xb9f8fc47b2cbb8dc17a4b178a8b76404, 0xb9f8fc47b2cbb8dc17a4b178a8b76404, 0x00f37ef97fc1d321e420bac2989ed7c78f2b241f0a5d187bf092e2e9424fa215, '', 0, '?'),
(0x64463dfa88cf6a88b24863ffa0829096, 'wp-content/plugins/akismet/wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/wrapper.php', 1, 0x00000000000000000000000000000000, 0x10885d78a6229a59978bda1c8aef4b4a, 0x1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab, '', 0, '?'),
(0x64466ec136a490c1f01e5b2b338eb54e, 'wp-content/plugins/td-composer/legacy/Newspaper/loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/loop.php', 0, 0x344bbfcec9edcf2176aa25286cdb710b, 0x344bbfcec9edcf2176aa25286cdb710b, 0xa011937c3444176c7151b56488a9a751d2e15624aca0224c87b91d57dcb48112, '', 0, '?'),
(0x644a631e8f26597eef01b1eb75c97da2, 'wp-content/plugins/amp/includes/templates/amp-paired-browsing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/amp-paired-browsing.php', 1, 0x00000000000000000000000000000000, 0x59525fb78b53bf3b4f6b2c55ee1bb192, 0xb139ecd70012bdacf248461705783b2fd8bff7f1034fdd0d5f6ef327b0e8282d, '', 0, '?'),
(0x644cd11efc1d2ed05bc2bc3d8ffcc8f5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 0, 0xa575fde89bf5331c554754e83eb82dd0, 0xa575fde89bf5331c554754e83eb82dd0, 0x4d01f8ed691a9b9fcdd133ada72b9f12f20ec18a1cf0cf527d71f803a2314941, '', 0, '?'),
(0x644dc3b322851270f9216778517b5d68, 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0xe17b3f6b51d177a117251202a83c0bfb, 0x04a993d7e7b6b120c1d0c6869745d13e3ca80415a08a6739867150eba05b1d9a, '', 0, '?'),
(0x645e34a3f31105f97feb0d6c6e87a104, 'wp-content/plugins/wordpress-seo-premium/src/database/migration-runner-premium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/database/migration-runner-premium.php', 0, 0xbd67047befdf7beaa07dd9c87b9d3b64, 0xbd67047befdf7beaa07dd9c87b9d3b64, 0x78c21961896a0ca43094395d42daaffa4201112963c663e3ae745e1bca5de6ff, '', 0, '?'),
(0x6461ebcf2bf22e45f3d74656132bcf65, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile-h1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile-h1.php', 0, 0x888416e53034ee37e7b00fbc36d7b123, 0x888416e53034ee37e7b00fbc36d7b123, 0xa9d0497c58ddb3f6a2122235acfe32835097b0b34847f7610049c386550af142, '', 0, '?'),
(0x64626d2e4c9fe5c972a75cae86e45aaa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import_no_content.php', 0, 0x6d6ee16a9613dec59dedc48c65c55c67, 0x6d6ee16a9613dec59dedc48c65c55c67, 0xcef2dc371f2ff8851a045dc50b31f9eceeedaa6a47797e3e7f40253b9ceffe18, '', 0, '?'),
(0x64642939ea087691361e23886a2788cc, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_534x462.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_534x462.png', 0, 0x23394710e0d7af07286ee3c27c031c9c, 0x23394710e0d7af07286ee3c27c031c9c, 0x0d03b966af854bcf44d05f4267972b2052e54ace4de3f50453f9abe8f5688fcd, '', 0, '?'),
(0x6477d2efa6f27d59af86edf34519ad9e, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php', 1, 0x00000000000000000000000000000000, 0xcae932248e88d1ff83b15118dd667329, 0xcee02c80ec34abec6378cbf4dfb325d665c377b3ef33fd62eae61a0640bc4d6e, '', 0, '?'),
(0x6477efd76659247c4e04d53a77d4383d, 'wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php', 1, 0x00000000000000000000000000000000, 0x833657e9f370af71ede1db9103c338a2, 0x88ef0e8b4bac4d890a8ec3bfb3bc2ef2da6688a36ee5aef91dcb78425cf0ebb1, '', 0, '?'),
(0x647997e8c8c6fc668460e202e6647a7d, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-portfolio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-portfolio.php', 0, 0x8ac981cb710cf2732d9b413e5e7c8355, 0x8ac981cb710cf2732d9b413e5e7c8355, 0xb9f999fd7201c3417ed7af5f2c1a987aa4f08ea299a7ba8fbf000fc2dcf47d7c, '', 0, '?'),
(0x647d51792a0ebc596578e9bcd5632bbd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_css_generator_demo.php', 0, 0x653668ba1f25a74acb85d6f70f1e9c24, 0x653668ba1f25a74acb85d6f70f1e9c24, 0x89a08bb9adc99f945ee8a690248461b46475d7ca95d0dbbabe9bfacd9b3c6334, '', 0, '?'),
(0x647ddd0163261ee4917ed52963cd8de2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', 1, 0x00000000000000000000000000000000, 0x5ad2b391666f784d122921432e4674af, 0xf89638cfe9dd9987c8d71548c2a6cec16b708364789d114a64b879b7218080b1, '', 0, '?'),
(0x647f82ec62a6592b8bfaf5d0859b15c6, 'wp-content/languages/plugins/elementor-fa_IR-ac76f1d75eb777f747e6708b19d31b78.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-ac76f1d75eb777f747e6708b19d31b78.json', 0, 0xe9f7c89f78df97abd43b881ab1b273d2, 0xe9f7c89f78df97abd43b881ab1b273d2, 0x36fe7ccaefd758e09f9b1d9ace4ad5d40f160cf4e39c6c47010163aba2e4b836, '', 0, '?'),
(0x64834490c7c0a50a52d32b3c1e40dd33, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php', 0, 0x4ddaccbb44bd73cd5449de40d6c511cb, 0x4ddaccbb44bd73cd5449de40d6c511cb, 0xd40c42e2e8023449545c6a60581bd20f5c19ab88ccef5fb3826f6bd809664671, '', 0, '?'),
(0x648356fcf98e7a1ec2c0249c6182069e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', 1, 0x00000000000000000000000000000000, 0x17a312c0caffef496d342f9f89683d70, 0x12ae21f4d636129719d976d34ae03e3dc9f16c577d7bee561544d397d395cf1c, '', 0, '?'),
(0x6486671d8cbf73c2e6bc362de32078b3, 'wp-content/plugins/wpfront-notification-bar/css/options.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/options.css', 1, 0x00000000000000000000000000000000, 0xc6c7eec845fd3622613316f5c509a51a, 0x1eb97a90da18e78ae47a8f4eef36af62b9f13c86f581840215fec4feccffa508, '', 0, '?'),
(0x6488ac499f8ee7ed3f2706febdb906c5, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-vi.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-vi.json', 0, 0xed3c7bd730e67bf84e0905cca1d66a5e, 0xed3c7bd730e67bf84e0905cca1d66a5e, 0xba105f7fdf3e1ebe9473a9b69f778edcc5651c439125e7b6c2d4db17f98c2b9e, '', 0, '?'),
(0x648da81d7fe3f1be4e0772164b3e30e4, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php', 0, 0xd7e12650ca7edacb979a4605007086e7, 0xd7e12650ca7edacb979a4605007086e7, 0x675de133d9075a2b50d4a537d149cbcf3d094ee2ab8485594183f45761fab731, '', 0, '?'),
(0x649477ea56941004efaf002321e7d760, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340.css', 0, 0xe874032b682bb49b5a4d8a39cb15f07b, 0xe874032b682bb49b5a4d8a39cb15f07b, 0x0a9c86ce97487a5dcbf402d424c143d5810bb1e5ae2ea20b0c8163ca390adc98, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0xd461193c76784e8ed234e061b303f1a4, 0xa61ce13202c2f9c8364df19c44bb6ff39a60970797b1890a07093d2f794ed6c7, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', '/home/abt90iranbet/public_html/wp-includes/blocks.php', 1, 0x00000000000000000000000000000000, 0xe8723034f96ad2ff3fcd3b1785a2442d, 0x94ffc663e48c3d1af787ac2700e6f3435a7c0ddc008dc730d3f57738b86d475b, '', 0, '?'),
(0x6499e47afdd5597195e944c9174b846a, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/related-keyphrase-filter-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/related-keyphrase-filter-integration.php', 0, 0x0bbf99adcb5b70b2f99bcd4a6c9df944, 0x0bbf99adcb5b70b2f99bcd4a6c9df944, 0x90701fe87dbf85600a7b4301cd0b7a1a5f930e0195aea0eb41a47908c760d1ea, '', 0, '?'),
(0x64aa206c217a816ededb66d2b76c3816, 'wp-content/plugins/shortcodes-ultimate/freemius/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x985eca66feaf0170850231d4616b3074, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0x64abc542aba9e6c39ab663f717d5b6fa, 'wp-content/plugins/elementor/includes/controls/base-icon-font.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php', 1, 0x00000000000000000000000000000000, 0x96cb66f35c7fbabad5b282e6c8ccdd86, 0x1bb4398cea34a824beb0c0a2710a34dadb25d739fbeec75f8bf859f0f030e71e, '', 0, '?'),
(0x64abf25739c45915ac56dfcdb1cd2b6d, 'wp-content/updraft/themes-old/twentytwentyfour/functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/functions.php', 0, 0x315b3b39f1eac08393a34d060def4b41, 0x315b3b39f1eac08393a34d060def4b41, 0xe7fc3ba16376a2d5bf522f05dd4d76553d3d5e63335319dc13ea4869c6a34c62, '', 0, '?'),
(0x64ac69bf28353c067e68c1e0246f8717, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', 1, 0x00000000000000000000000000000000, 0x361b50f08a58eb09f28fff3e9df0d104, 0x0f9ca6511c57a28feb9567df59adff7b1adc8ff6155f4283e84075453b934b52, '', 0, '?'),
(0x64b36bbf6b46f03152ef30bf2ec29a10, 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 1, 0x00000000000000000000000000000000, 0xbdd9571621e7fb56e6743ee3e8f773d9, 0x37a3b4111fd17ea0af193eaefbbcb844ff22a35b84a6c502be16806aabdb6e82, '', 0, '?'),
(0x64b4f042e6d6d13953683741770a1e9c, 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 1, 0x00000000000000000000000000000000, 0x4362833253417299a89094f612afb2f3, 0xc068e12d4eda942111ca29aea1abccb87668f176d6e272f36268eaa15a1d9844, '', 0, '?'),
(0x64bd063f9d9d84c0411667523f3c915d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0x3b360e38731220ba13c4646d8f9ec123, 0x1719a00ae04f1586652bb5e25dbf316567dccc9228767435755782704a2011c6, '', 0, '?'),
(0x64bfdd4ed9517247fe87a588202fcff3, 'wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php', 0, 0xb52db2919cab08aa841c3cce6e10c071, 0xb52db2919cab08aa841c3cce6e10c071, 0x1a6e734aba212d5b821e7927ae92f6ec162ea2271346d6232b8ca5e14792f146, '', 0, '?'),
(0x64c330c0d9b71ac9c7e8f3f013d48c6e, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xfcdcf90c303c4e35d2966fe8f4e3754d, 0x700ef4220d89b3af3cd218a1503133f972a3b07aee1dd5d23dd7d7c8e2c6935d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x64c3ddd5a63d120ffd9aecc9ba2a870d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_header.php', 0, 0xa8b59122e7a77ea8cd46e22db1c011ce, 0xa8b59122e7a77ea8cd46e22db1c011ce, 0xb454351ec6723a0a2329ded45f01b2e6ff7b53bbbaf9f0fa69e0345450ca0ce1, '', 0, '?'),
(0x64ca4441256c60d8c4d15ee3db7f9647, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php', 0, 0x5862632a64ef147c193ca41a0572f85a, 0x5862632a64ef147c193ca41a0572f85a, 0xfb1501de654c4bab88610f236abd646e9b69f3d62df22769c290c3d3ea368e4f, '', 0, '?'),
(0x64cbd775836308e374cb027e75383bf6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php', 1, 0x00000000000000000000000000000000, 0x40e16b4aaeb7f1bae1f9f1eaed8b6920, 0xf43a158f8c06b8d385fb1c9f1c4992f2b6702b353a0a1746189e86a47580cd4d, '', 0, '?'),
(0x64cdd296014ccf4f23ba69caded21218, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x01be23874ae6d7b4d083902bef5fd814, 0xfe15c8dc734b7e51d5ef1080dbcf1770165802c25a80463c5d865d192bee4542, '', 0, '?'),
(0x64d10b08cf6349b400d2b39e7e182bc1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', 1, 0x00000000000000000000000000000000, 0x00b058f6af85076fe54d72c47f8da621, 0x18f531a61aedec8611dff7c68b9d564aa44efca6afad240d1e92f0145caa6ae9, '', 0, '?'),
(0x64d1161f5c6fdc95801dceba0e8b5a1d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', 1, 0x00000000000000000000000000000000, 0x7b4c82a2b48ac6b2038628a2aa8887fe, 0xe7df8194500ef3808ae375b551acb03bd6cae790ae848b144afcf547257f551c, '', 0, '?'),
(0x64d31cc2629178cdbb423b7b8e5c41da, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/guests.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/guests.svg', 1, 0x00000000000000000000000000000000, 0x9d0dc5960a3df2aa07ade53f22febbaf, 0x6316b0f39922a15693fc63f973ef664a0404d093b9e97092771b4f3b34e4bc12, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', '/home/abt90iranbet/public_html/wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0x2c296298ea154323fcb8ac77671258ff, 0x798f317495553e0ecf5b673b0da290019cf3d628b0f05cb307ae97aa2ea2cc6a, '', 0, '?'),
(0x64d5cc97fd38ec808f52cc35e6d5cf50, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_panel_settings.txt', 0, 0xb67bbbf588eda8af4bdf5975263ac8cc, 0xb67bbbf588eda8af4bdf5975263ac8cc, 0x2b1b6f7e5733308d78a7b705a17b802597cacefb42948f0aea064faf64d1485a, '', 0, '?'),
(0x64d683ffbce334c7d7b1c54d2f951b06, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0xf91a338afaa2d8c55d5e00ce739e1f6d, 0x09ab836a845f01f6a8abb00ad6ca561f3b1d74a3165cb670871de2b9c0380ae4, '', 0, '?'),
(0x64d91ab67f5357a681ddf737716fab17, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x64dfa8bb0c362023e7993ccbafaa91a1, 'wp-content/plugins/updraftplus/js/tour.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/tour.js', 1, 0x00000000000000000000000000000000, 0x789b729b88672551ce314f66d05f9e88, 0xcfbe6de6c8346a6b829acf701ab4b1967bd4ee53d5874a45f195ec6be2385575, '', 0, '?'),
(0x64e1a7e03154ca671788629ea680210b, 'wp-includes/blocks/query-title.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-title.php', 1, 0x00000000000000000000000000000000, 0x7e30594a21b63387e1fc7f25d26eff78, 0x348ccddf8add02dd67b05468436a372162149aa31f4d24782bd19ddd8060f832, '', 0, '?'),
(0x64e33ddea2e8f8ba02d38f1164550360, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/content.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/content.php', 1, 0x00000000000000000000000000000000, 0xb748ae4af0d5122cc89955412a873fe4, 0x1e2428d0d06f17f4857057e7c81dc0976222286c248da090ee15de7bd971239f, '', 0, '?'),
(0x64e46bf388890f194a008b54c5eecaf6, 'wp-content/plugins/updraftplus/images/default-avatar.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/default-avatar.jpg', 1, 0x00000000000000000000000000000000, 0x768cf69bd18acfc7f4f07241a43eaf5b, 0x307f63f1fd37534d520ac97d28015fcc07ca1261f92546750ef3b2aa1028d944, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', '/home/abt90iranbet/public_html/wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0x64e8a5ed62bfb589855fd3a428e0aef0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_10.php', 0, 0xf9ca99e331634548bd5a2d282cfecef4, 0xf9ca99e331634548bd5a2d282cfecef4, 0xa4ecfdbbfed2f5d4979fe03cc3165e522a4cd92fa176bb1ee1ab09414cafb3b0, '', 0, '?'),
(0x64f57c96a64b3c63f5ee3a7f38d751ab, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 1, 0x00000000000000000000000000000000, 0x708252a679e91c060ae3a881d6e214a2, 0xe4e061aa09f6f4427c5b34f7ffb6ba8a5dd39bc4b3c3c9078c29e89424905bf6, '', 0, '?'),
(0x64f77b300680e27517916c46e81ba29c, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-upsell-control.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 1, 0x00000000000000000000000000000000, 0x9a7d732933e1c1538428ec528af33af5, 0xb63b4c3bfeba3877f275763c13b484d480df7e394c88dbb17f49e02d4c87dc86, '', 0, '?'),
(0x64fa73640db5257ae24fc478802ccebf, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xaa7ae3b25b9fbf9d21e852bf30741da6, 0xd35764681ba92cce154481a7b3590fedc1d48dc6c3113766b44286d35a0ea107, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0x041059c1e2d8d1b1c6945579a4fe7b9a, 0x706199fe8a100fc2698cf10576f6c2494e1d612725d6e266453f9f4d76f810d0, '', 0, '?'),
(0x650183a9e0f7a571d132ec88ba8d8f48, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/demo_style.css', 0, 0xd6ea18f1a39c176a176d052501f8b882, 0xd6ea18f1a39c176a176d052501f8b882, 0xabafa01f338f317224c040cea1e19ff68b308dcf1165892dd2adffd203c04aec, '', 0, '?'),
(0x6504d101e91b4e330d28e706f9dfafe6, 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-html.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-html.js', 0, 0x934a0f70c1903d68f651da560d6f6dc1, 0x934a0f70c1903d68f651da560d6f6dc1, 0x90237be3ea98f0bcd8834d791502e28f0de4d08ab7f12fb684d8898b50171dc2, '', 0, '?'),
(0x65067e5ff86cc38899e4e60e1a504d3a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-home.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-home.png', 0, 0x5181d945d32db483ca142fb82b75f085, 0x5181d945d32db483ca142fb82b75f085, 0xa18c863c8e2090f8733744fa06922692ad2a8a41f9ce267361037900117cea02, '', 0, '?'),
(0x650826c2c363d761dc797ebb1f6b21d6, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', 1, 0x00000000000000000000000000000000, 0x2f62d765d811eda158ea011125abf774, 0xceb74d7a450d2d2751ca3e5aaeacdd07f591e694abf48a09cf528c3cccc2d8a7, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', '/home/abt90iranbet/public_html/wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0xe40e89bb5b27a17c222921c3b422fb70, 0x05b6b084eb0a64e750bf4b337f052aab9e522735c4928d92201a8cada4278f3f, '', 0, '?'),
(0x650e3e3af75a6f3b2760b498d8f025f8, 'wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php', 1, 0x00000000000000000000000000000000, 0xa24ac540b60a63f347788b582197ff2d, 0x8386a715ea6624f16fcd3e983e62aca190990b3401550ca016059f118066bbb0, '', 0, '?'),
(0x650fd1f4a70ba1eb04f7e6f17d4c276f, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/cloud-templates.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/cloud-templates.jpg', 0, 0x46552ecc49fd0d4b6f912af980d506b8, 0x46552ecc49fd0d4b6f912af980d506b8, 0xd42ae844ff6b6daece9eded841423d524fd51f22093314ff89f0bc6cbd4c641e, '', 0, '?'),
(0x6512007bdc2bd113720e6a3648155d8c, 'wp-content/themes/twentytwentyfive/styles/sections/section-2.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-2.json', 1, 0x00000000000000000000000000000000, 0x7610298f243c495651a77a37f863e2f8, 0x61f22bea1cf1813d9b154cae563e6be0159f13d2e9a1aba27fc89716afff0004, '', 0, '?'),
(0x6515b2ce975cebcbfe6cb2204eb5ce6b, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', 0, 0x22e1cde9b082677e2e44f7622306c0a9, 0x22e1cde9b082677e2e44f7622306c0a9, 0xf920231a1d6dce1511842d3040a6ca964447d817a0e0f10e8798031803d18c18, '', 0, '?'),
(0x6515c7eccc58c78c2e5cec281626fd64, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xf4618e8534b9b3505e2ff9f637e945fa, 0xd1a70a37591ff547c4a2176a2a19fe1c445f2ed3f7a1e8997e01439e1bc962de, '', 0, '?'),
(0x6521c411543ae9f3a544e4548f859e4a, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', 0, 0x38adf5802ef6c2fe4c4cc314e6705e0b, 0x38adf5802ef6c2fe4c4cc314e6705e0b, 0x79b2818d980c81d2f5ff41622de383f326f4b7334391854fe9b5d9fe5ed5169f, '', 0, '?'),
(0x652254b7a9b5947bc42a78c4bc13eb90, 'wp-content/themes/twentytwentythree/styles/block-out.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/block-out.json', 1, 0x00000000000000000000000000000000, 0x5641cc56c373686fa721ef48a71b5ed5, 0xf97bb95ce62a25938246c87c4c5b938315b8f47e1664ab20e07a17556f31e575, '', 0, '?'),
(0x6524efdee01e1fff2297eb5dd670798d, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_DDDDDD_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_DDDDDD_256x240.png', 0, 0x94c721f55372519f7586b104dd5a7e44, 0x94c721f55372519f7586b104dd5a7e44, 0x6c88c4ca6ad6f99d0582e1c9f00bc8af414dd9eb49972254729d3240d3b2cbd5, '', 0, '?'),
(0x652ce1d9ab53377aae38e260766bb63a, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_featured_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_featured_image.php', 0, 0x17993f07e7d195c6f0655da8f38ff410, 0x17993f07e7d195c6f0655da8f38ff410, 0x46d492fd521bab407850f9297b705f4e41c83ba668b2eb6d4f37abdfee2ae06f, '', 0, '?'),
(0x652e00c62d88888dc7fa3a6d975e8e18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_10.php', 0, 0xc6bf41a612f3237c0338d049b20c4c61, 0xc6bf41a612f3237c0338d049b20c4c61, 0xd80e507acef18079ddd61f0b6039dce5b75b9ebd8c2e239cf2423c57fd16596c, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x338d1b51b9216512e84cbb30353d72e8, 0x1de8ef0db8b7f8cb80bfc941b101b4dfd5061a7b4f6722f1dce55c9e014eef5c, '', 0, '?'),
(0x652e59e7c7a49f834303e408c5513bfa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php', 1, 0x00000000000000000000000000000000, 0x9929eedea8e0b1daa12dbce6b4b5b378, 0x19a176c774bb7f2a0844b62c0a68724361d83442d6ba4014b15120f2f3d5ebbb, '', 0, '?'),
(0x6530d338ccce112f15a23b117485030c, 'wp-includes/blocks/tag-cloud/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x061511fd0d215166afe34b443a763ca1, 0x70e49310344a2900dcd6226be8578b10f0f2179388faa3d63c56fcbdb3a3d564, '', 0, '?'),
(0x6532ce1e45fa3edd5c225635aa8313b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_3.php', 0, 0xd28400fe1f374dca8b26d9860de43b45, 0xd28400fe1f374dca8b26d9860de43b45, 0x37cd410835c2815d3170a37a15a63d3e3fd43f26d22848035eae4abad4368f8a, '', 0, '?'),
(0x6536ac7556fe0e403c3fcb774381fd43, 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 1, 0x00000000000000000000000000000000, 0xb010e8dbc3b1badcdc831803dfd7c2ec, 0x1184706a384132df61ef26a07f7b8b20b280bcc322397c99c8165a58093b5756, '', 0, '?'),
(0x6538ca787436d682a687c08c472469ab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php', 1, 0x00000000000000000000000000000000, 0xf2679980eb67eb62819bccd809a2cc10, 0x66aed0a979dd5d36a0e404cf7c84a1f27c397192556630e9528c4e39ac41c71c, '', 0, '?'),
(0x653ce58f496035fc5fdda902b4fa0a53, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPMessageDismissListener.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPMessageDismissListener.php', 0, 0xb1c021e931aff1a1870e082fa142d61d, 0xb1c021e931aff1a1870e082fa142d61d, 0xfee03373d1a850c7109f565c3cbb8fa4bd35e67eb01aff01c3a1413028d06e42, '', 0, '?'),
(0x653f6d55516e1707308b1c31fb4cd6e9, 'wp-content/plugins/td-composer/assets/css/tdc_menu_admin_bar.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/tdc_menu_admin_bar.css', 0, 0x23b8727c3b5d5ea0df937846e1ba2951, 0x23b8727c3b5d5ea0df937846e1ba2951, 0xbb0c8d881f80cf8138e733aacfa8094b055173ab5ac6261432e336bc1695bef0, '', 0, '?'),
(0x65453750fcf0d747494f4e089b813305, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_age.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_age.php', 0, 0xa5af03138633f47b71aa7f8d04c03cfb, 0xa5af03138633f47b71aa7f8d04c03cfb, 0x69cad3df057d1c7d893d323fbf0cc773bd1ac23a9651d6bf8db89d8200c02367, '', 0, '?'),
(0x65456981f26785bdb996bf27faff9776, 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-dashboard-news.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-dashboard-news.php', 0, 0xf70fc130a7a914d19c9fea20961132d7, 0xf70fc130a7a914d19c9fea20961132d7, 0x14802ffe8c0af203ea176edc62c5d4dca50a569994b2d70606472fe9cff0e5d0, '', 0, '?'),
(0x654e38d566ea1bc3d3f51c9a47c69346, 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0xc785bd7038ff78bd8722629833df9923, 0x15a5d2271b7d09744fedd1cac60016e462d4c3d116ed1e94bc51a9ff3b79841c, '', 0, '?'),
(0x654ebd397d7c9ea1982582b8ef403f2f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', 1, 0x00000000000000000000000000000000, 0xbd2872660f6f375eca400f1303c2830c, 0xd6293cabfbe788231fd8033150a2e60e991b14593e8d2081ad0dd564d9d668df, '', 0, '?'),
(0x654f88a6b0b8c91d1c12cc45e8937e14, 'wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php', 0, 0x7ee1382b06c8842a3f1af1de21052169, 0x7ee1382b06c8842a3f1af1de21052169, 0x0a8b8857aa880cc3922a64636dfff273628991c40190dd961b0ed8674a7117a5, '', 0, '?'),
(0x6550f81ca5252ffd1514712841f12953, 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css.gz', 0, 0x78a83d05018fa15c11b6b9d3981dcd4e, 0x78a83d05018fa15c11b6b9d3981dcd4e, 0xae6daa05025aac376555c2a7453d4ea2d9c69a37098b07ddaa6e323de378d276, '', 0, '?'),
(0x6553e60465fefb36ee5939a9e3884cb4, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0x50f442c13a16c1bf391d7208ce325160, 0x0d16a8cc730d499276dc934b02cbc21f70740c4f7677b94239902bc949477a87, '', 0, '?'),
(0x655ca4d1b96a28844eef1066342bdb18, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_post_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_post_settings.php', 0, 0xfe89b49fcd19f21c2f9e5e2cf49ba54a, 0xfe89b49fcd19f21c2f9e5e2cf49ba54a, 0x8c2ed62951eb8fe1b0a00eea0326c0741cff26650b9beaeaaaecf1f2c6a06f69, '', 0, '?'),
(0x6564d7e06b94d927ce623c9e1fae41b0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', 1, 0x00000000000000000000000000000000, 0xbb1f69af4494181adb8f44ed809c7bf1, 0x5916a09afce33d84a0475057297f9adfad0302020abf4895d748c14eb8c0d29a, '', 0, '?'),
(0x6566f4662284bbe57e0abcda225fed10, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-portfolio-home.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-portfolio-home.php', 0, 0xf99d3b56c8ae38e1ab54263088a4fbfb, 0xf99d3b56c8ae38e1ab54263088a4fbfb, 0x99a307bd101907d3f5ed53d81392bd7f923421dc9d5001224b336a65fdd859f2, '', 0, '?'),
(0x656a642f8864a319357a5aaadea3a20f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_8.php', 0, 0x08b8a971a93d36d069ebb3518e39ee52, 0x08b8a971a93d36d069ebb3518e39ee52, 0x2457f320f2c95ee3c69ce0ddf236f1af18c10396129d7e64439c82e4ce42cf5f, '', 0, '?'),
(0x656f06d342e073e69b492f8d9c88dd98, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js', 0, 0xfb15a10a641a318f91e7e912e4f9c184, 0xfb15a10a641a318f91e7e912e4f9c184, 0x23956900317c7263f38d03f511b5765d0455c008d90e80741e67bb1c8dd3ae2f, '', 0, '?'),
(0x65700d7dc8755f348ffdbf91b1f3969f, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0xd0a933ae5e378744506bbe40635f9b6c, 0x65bd9ebdadead7a063e33108b0be3046c7ea5eca62bcd50442da51404275aaa2, '', 0, '?'),
(0x6573c8bfa3e06105d1774daa939a5b38, 'wp-includes/SimplePie/library/SimplePie/Parser.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x9b18caaa751a20a407095c771226d117, 0x4609fe848f58b0657a42aa4e462d12f64c26a72aa189ab720d11a0133dd4cf50, '', 0, '?'),
(0x65756fcef0ec28a6810eea81380b3f35, 'wp-includes/js/jquery/ui/menu.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/menu.js', 1, 0x00000000000000000000000000000000, 0xdfe753388f8d36f9143ba5ede2efd0eb, 0x1f149899605f246f8100fbf30ce2bb25c16f19075607e10e0e644f6867a7b8ed, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, 0x00000000000000000000000000000000, 0x56458367184fba60236a56d434a7437c, 0xd073ab6387071cf1093ba68f832a7233241d0b58b889f714f64738cdac524bc7, '', 0, '?'),
(0x657e51867d7dd512c4ebf8bc27e7ad8f, 'wp-content/themes/twentytwentyfive/styles/colors/01-evening.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json', 1, 0x00000000000000000000000000000000, 0x0d2bd8c693542082673544ee964415f4, 0x1c1d8db0423f23778913b4f75c17994f9534e24f734152c975b51ce33eac6e21, '', 0, '?'),
(0x657ea7d59e4a8ae0d4e8a2b9c1016d5e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4.php', 0, 0xe90b38f15630931514db1ae4b3270771, 0xe90b38f15630931514db1ae4b3270771, 0xa9c2142cfa96e79c1f2eede1063d7bcc149c9ae2afe569b35b05aa804be8c004, '', 0, '?'),
(0x657f73f62b1fb6b75d6124f54489e1ae, 'wp-content/plugins/amp/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x6581f1b9a90fa530677d5c3a33d5b930, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php', 1, 0x00000000000000000000000000000000, 0x3059aaa934c659853c9b4c494063dc72, 0x129c80768b5c63dfcd6876d8e18f1c92191b468afe17f5efc66798faf97cf21c, '', 0, '?'),
(0x6583ffd2693908326b6f6adbff862e95, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php', 0, 0x853ca3bf329b7c010e15e4f8436d533d, 0x853ca3bf329b7c010e15e4f8436d533d, 0xdf44be0b47f99952ca475c0a3e4f5d5e9cd92942175fe47ef218a78d1db85315, '', 0, '?'),
(0x658562567d2587bf437d9bfeb915538f, 'wp-content/plugins/elementor/core/admin/admin-notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php', 1, 0x00000000000000000000000000000000, 0x9fb4ebc8dc53a66eeea1564523825253, 0x70683831df186cfa6cf1702bc821cf64d45d3b218f52ddf204761c1f561ce8f0, '', 0, '?'),
(0x658565ffe9791bae04a8fc5233510675, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_5.php', 0, 0xf4d796f1a2b49b2cfaed65650c80700b, 0xf4d796f1a2b49b2cfaed65650c80700b, 0x0eb45cb143dc544de42191b8ff0f1974ab3715f79bd5fc71e818860bb563032e, '', 0, '?'),
(0x65867116cc2419060a7b816b59a77548, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE', 1, 0x00000000000000000000000000000000, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0x658703e27aaa9f0d79e1758eb7e37abc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1.php', 0, 0x1395119c6f2ec3662654953a24a62693, 0x1395119c6f2ec3662654953a24a62693, 0x1333ebfcc08143ea275161104b4804f973a7fb800077f987464163e93fa6d600, '', 0, '?'),
(0x6594a8b55a7ca0cbb88109ec762afbea, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x2c26c9658cd335f803eb6a84c69b5220, 0x95eac9b6fee42bbbc80f28cf2cbd175b4f002c5faeec3a1c680f4aba1d62bcb4, '', 0, '?'),
(0x65a5f611c93f527a8c3be02215233f63, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x394bffa679f650b7d2f22aa263cc06ba, 0x68307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc4, '', 0, '?'),
(0x65a6285103e8d98bf7e63863662d617f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_import.php', 0, 0x9633bdc50c05e6987a09f67e0270b395, 0x9633bdc50c05e6987a09f67e0270b395, 0xe3dad187808e23ff85e144dab2e07d4e2c1633e46a58e6df1908699eca65c80a, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0x65aae9112618c6d3406abde6b1fc009a, 'wp-content/plugins/updraftplus/images/icons/onedrive.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/onedrive.png', 1, 0x00000000000000000000000000000000, 0x5c4ce84d6c08ed9d9c5a5dbaa127057f, 0x7adf84edc7ca160128652f04cc5405d5151268528a0f44926d1aaaf4ef97371b, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', '/home/abt90iranbet/public_html/wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x826be8ee1e8df6592430f20ff4ed187b, 0x33b15b4427da07f31a5835dc9ded4d486db09ce90f24c2ab5236e89b8317a811, '', 0, '?'),
(0x65b4d9024ea9fb0610220d7ca54fa2a7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', 1, 0x00000000000000000000000000000000, 0x0f9157221d780362dc0756862f8898d4, 0x50ecd87ec967465f6ac887ad000bdd81686d6bcdd45411ec6ba8cca57ba3417b, '', 0, '?'),
(0x65b8cc13cbd9135a63f6407938d31240, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dropcap.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dropcap.svg', 1, 0x00000000000000000000000000000000, 0x4431212d9a7128df3e48c806dfb97d9d, 0x8bd7c2e68225ed082a9e592307f6dc1ab614c6986354917565d367a21a806f5b, '', 0, '?'),
(0x65b9b15ffaa68e509cbdb73aabbd68b6, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php', 0, 0x55fe2932daa439c5df97966a14567217, 0x55fe2932daa439c5df97966a14567217, 0xa1efd432a56b5493f7fdca4d72a516ee1cacb03be96581574e81684e092fb4c5, '', 0, '?'),
(0x65bbb1d621a95804894f91acc978e143, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js', 1, 0x00000000000000000000000000000000, 0x550f9798ed519937c565accf8e65cc37, 0x52ccda4ea7554c147932d247232d7f0bab40803cb64fda07e63456aed2f28d2d, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xb95ea34cc434185817d7986f0919b3f7, 0x4c1ae428839d4d2008aaead962fef53b01a745a82ec73aaec80f2990ba438f70, '', 0, '?'),
(0x65bd26a2dcd515c9bd9e0d70d03ea2a0, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_265x198.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_265x198.png', 0, 0xd4bc4b6b826b6a842290133a14f7c225, 0xd4bc4b6b826b6a842290133a14f7c225, 0xc4a0000e7e1ae1e29b8cf01fe829eda1cad3589a56a9c589e4831a8331eaf9c8, '', 0, '?'),
(0x65c31067ca73226e8909c16013486510, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', 1, 0x00000000000000000000000000000000, 0x62e6ecf3d8df8f1e2ba5725109b3c64d, 0x1c4cc051257e73fbf3c5e1e71bbe73ab04c5fbc41a4f14d2c0b5281f54ab4176, '', 0, '?'),
(0x65c46cf8dcfa3e1d8194a7d8ff4c05f5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0xbc194e30213fac354af76cb10fc7de5d, 0x1fcfe291a86318af6d8c9cbb1cd0278d548f7d822312ec7853468aeda4133c42, '', 0, '?'),
(0x65cad3fd1b0382469bce9d0fe690e7eb, 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', 1, 0x00000000000000000000000000000000, 0x8621f933b15182d41c6997c6ea08837d, 0x3d2b5fbbd0c03c3b776c4152bc10edaf834091c61f04b6c17a5bf21c34abbc55, '', 0, '?'),
(0x65cd27b1f019f737840d8082eddacfd8, 'wp-includes/blocks/group/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor.css', 1, 0x00000000000000000000000000000000, 0x5fc6c4cd7f3dafd065fbe92bfd199f21, 0x66d4092cd238e8f8455472750a72e66e65e1ae043758da39dec1717e165422fb, '', 0, '?'),
(0x65cd886741d51affdfb17d5bbca3f3b5, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-blogging.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-blogging.php', 0, 0x9983c7d6f87da71660813ce9b05ffac8, 0x9983c7d6f87da71660813ce9b05ffac8, 0xe67e6669c63423353a77b2e714413752096c7178854b10072d16bec0bace17f8, '', 0, '?'),
(0x65d1e3006e5bf1a5cb9a9d85cf0ff7f5, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 0, 0x78479b3f06ef4d06788a96afba6c7ccc, 0x78479b3f06ef4d06788a96afba6c7ccc, 0x9342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f0, '', 0, '?'),
(0x65d5183acbc46dae488dc662eac95d07, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/instagram.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/instagram.png', 0, 0xa2892cfe7a20095ffebb0d43c2b6f49b, 0xa2892cfe7a20095ffebb0d43c2b6f49b, 0x35c3955a7078c66cbcf6efdae3cf80770c3ceed2de9c43040fb698551d45fcd9, '', 0, '?'),
(0x65e747a0ebb2aa2ae5f96a1970fbff18, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 1, 0x00000000000000000000000000000000, 0xb782b01afc9646c7259701b07e2a71d0, 0xff1d2064eaba73f7868e72b0b809351e7e0c201c2eb383812d5acd9cda3564be, '', 0, '?'),
(0x65e9c529fd89d6bc932f1b313f6bb251, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1.php', 0, 0x942ea28f4c8b974e2779d0380e25f0a9, 0x942ea28f4c8b974e2779d0380e25f0a9, 0x877dad7463d6c40b443db543c5e65f9eb1981b359b8a9150de55906d9d3f1d18, '', 0, '?'),
(0x65ec41fe2e7ac94eebde6b0873c33153, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php', 0, 0x8f12e2e29e5c88f25cb08627acb5b1b7, 0x8f12e2e29e5c88f25cb08627acb5b1b7, 0x55c7658ecdae7eb9456b5ab3526f3c1efeab15bd12828923c68731ed613ca9c8, '', 0, '?'),
(0x65ec9305bf454de4bf1875d334fe52ca, 'wp-content/plugins/td-composer/assets/images/icon-flex.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/icon-flex.png', 0, 0xf913b5b2ff2b5a9c16d4be0741ae90c5, 0xf913b5b2ff2b5a9c16d4be0741ae90c5, 0xb27325c1efe80d997b1e398ddcd337f9ee41bdd3520d71d8ed6feeb980f83360, '', 0, '?'),
(0x65ee152eb479b0e105b73ef4d4088d6b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 1, 0x00000000000000000000000000000000, 0x3d304db035f2d884ae94b48f69153017, 0x1c573d3abfbbb0c46954ee4cad168537b4720ec68639476fe5ee2ba7faf6078b, '', 0, '?'),
(0x65f0ae90a102a5a30c8bf3b2aead4529, 'wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php', 1, 0x00000000000000000000000000000000, 0xcaac4e7021028ef3211ccc8d137d6e01, 0xe3c19585a9407df4b355196c5207c507105260fd07a32aef2287f971a39405e6, '', 0, '?'),
(0x65f937e7f51856771b92dadcb881438a, 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 1, 0x00000000000000000000000000000000, 0xab3eedd08aa244bac3133ba5750dc60d, 0x59d90ce2b9cca580029201deb40a05fc00bdf06e7c7607492da1fd3ab72a13ad, '', 0, '?'),
(0x65fa773f262ea07e8f1a39b16df611c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_import.php', 0, 0x6452574b11e75cbbc0d326a8627d880f, 0x6452574b11e75cbbc0d326a8627d880f, 0x7d56a14e5b887e8ee7fd156b4c78383feac6870b9c58d14b898db9f73dd83008, '', 0, '?'),
(0x65fae92f6c11369ac5098790e15f127f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3_no_content.php', 0, 0x54a69b5ec5be301aa7b4c21d156aaaf5, 0x54a69b5ec5be301aa7b4c21d156aaaf5, 0x2e6066d2a54ce56cb8668fe54c6ee09287bf39bc06cea428260c0f6c3187e364, '', 0, '?'),
(0x65ff6758778423260cfabb6cf26c23a2, 'wp-content/plugins/wordpress-seo/src/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/main.php', 1, 0x00000000000000000000000000000000, 0xf68bdd871d19de8d2cfae548959b2707, 0x8e8797ac10e86b71e1dee7b8b1e2340f8247637a25e70daf3781d76bf7d2b029, '', 0, '?'),
(0x6604afea97923dc0897d41e385bbef39, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-black.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-black.jpg', 0, 0xfc5de9001781a626b0015e9f10dbdf3d, 0xfc5de9001781a626b0015e9f10dbdf3d, 0x6692d50633aeab8b66a3718cd55f35cd036e4153024afb0120572b6a82fced8d, '', 0, '?'),
(0x6604e5e59b48cd4812d16912bb5ce129, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3_no_content.php', 0, 0x2d60a2d46e44079abe95a3b99ba72f69, 0x2d60a2d46e44079abe95a3b99ba72f69, 0x3c2cf92d34607e4a3c8f415701fee8473201691f424f3d0595a793baed5e6277, '', 0, '?'),
(0x66063dadf820a6cd43b37ad8b1024e75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_9.php', 0, 0xbf21862a79690a23bc116e963e5639c6, 0xbf21862a79690a23bc116e963e5639c6, 0x1dcf18844f8d918e4afd23815039efd1ae40d8b2f5fe235c5edca67819facde5, '', 0, '?'),
(0x660d657ce57d589f3bb13b2020531774, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_5.php', 0, 0x6d8ecc1634fe300b6ec8982b25b31ba1, 0x6d8ecc1634fe300b6ec8982b25b31ba1, 0x7d73df452af652e8a2da787fb35c550659f97a0587d51d0d9f23cd0208848cb7, '', 0, '?'),
(0x66106e46de726fb9a5e794c63ae54caf, 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 1, 0x00000000000000000000000000000000, 0xb4cead89a856527fbe600658fc8811d1, 0xa3b7c37ad892bdf4befb4e75cc7677a4187116d649f45b3da052171ec0915145, '', 0, '?'),
(0x66142a691cd209dbcbd5ead858f0f3b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_3.php', 0, 0x357d6747ba50d4181417f43af38dfbc3, 0x357d6747ba50d4181417f43af38dfbc3, 0xb77631f1fe89ef2191304323a30ce4dcb513db4f87ec4c2fdec440681a01a052, '', 0, '?'),
(0x6619dc4e3e2b167b90f5b6da04a16c9c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', 0, 0xaa9c232cb29b5a8ddf45ab7f99ea861f, 0xaa9c232cb29b5a8ddf45ab7f99ea861f, 0x038089c7cefc2ebf459998fadd7d6cc35fd877540ac9568ea59c3b8a09c4503b, '', 0, '?'),
(0x661d535ac6a0276aaca2571914202231, 'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php', 0, 0x54f412ca910ba121659f76f4008c3db4, 0x54f412ca910ba121659f76f4008c3db4, 0x0f51036cdbb91a4b6e8332ea34e9d2afd0c9f90e458c6afc3dfd301de7421526, '', 0, '?'),
(0x662304bd6007cddd2756c9f48e6507f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_css_generator_demo.php', 0, 0x2f37a0655209b29661e65b2c582256f6, 0x2f37a0655209b29661e65b2c582256f6, 0x43fe4c9f5d42eebc2c3152827838a0b183d9f31147a0919a5b37d4326b684fd8, '', 0, '?'),
(0x66264a27aa652f3a3285b58e53d7b25c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_9.php', 0, 0xcfab0b6f829f3989c87774d01efd53d5, 0xcfab0b6f829f3989c87774d01efd53d5, 0x795fd461ba0cda641307cb19b3e551b08fdf9399921fc5053fade17ca7f78c56, '', 0, '?'),
(0x662b6caca4b21d9457d351bfde0aa34c, 'wp-content/languages/plugins/wordpress-seo-fa_IR-c1a0e4b150b113a514f162d42c0c8ab5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-c1a0e4b150b113a514f162d42c0c8ab5.json', 0, 0xfdc103c642281404b617aa13a87fa71b, 0xfdc103c642281404b617aa13a87fa71b, 0x22f13aea7328d9a646ce9efb9e01167a03d69fbfde0ef891aa7f7826700b6d5d, '', 0, '?'),
(0x662e6d6e0021e8c52bc74dc4aec811c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x662f3a6c85b5577caa4cf65fcaf0773f, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', 0, 0x5edee9523454881391580b66c4b938d7, 0x5edee9523454881391580b66c4b938d7, 0x5cc489b0b32002350d8c931a04d30ef021743831d2003d3d80b259045b3b242b, '', 0, '?'),
(0x663f49bc1822d8547aa4c1fcfcf7c698, 'wp-content/plugins/wordfence/css/license/response-global.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/response-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x1b9d7dfbb723c521012b68d84ee06940, 0x56ecd85b0f1192279fdbdd7979583ffc7965567b46a687e9ea6543c26cfd2598, '', 0, '?'),
(0x66456129726977433458e5aec79ad670, 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 1, 0x00000000000000000000000000000000, 0xab544b5d8f7b4071145659a3d849fcb2, 0xcb616a9d1e0c8a4d7c7311239e645b7684d75d5dfffa1a249d1ad2b8d89f63ce, '', 0, '?'),
(0x6645e40054b6f82f55433271d42ad0be, 'wp-includes/html-api/html5-named-character-references.php', '/home/abt90iranbet/public_html/wp-includes/html-api/html5-named-character-references.php', 1, 0x00000000000000000000000000000000, 0xb8908cb01eca1f0700d3e939dc4fce9c, 0x448fec6bf0aef1d698933b45a37926acd6f62c5b1b8a6674f25c565caa12b0b9, '', 0, '?'),
(0x664e25cb3c706e180e1a4bb06828aa11, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x48ee9aeb771de9c236a881606ec12c58, 0xf606c4dc207876ee94df6d2068baaa1552518ce2daa2946f65658ac516195417, '', 0, '?'),
(0x665330941855a57503f7975c6c27784c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', 0, 0x2ec6ea9bda2f2a4d691ecd979984ced9, 0x2ec6ea9bda2f2a4d691ecd979984ced9, 0x1473068dff56a822508d247d145da0bedefcd1df750fc4871b79015b72dc5883, '', 0, '?'),
(0x6658bb2a9ff8a341a8ddc82995fd4f67, 'wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', 1, 0x00000000000000000000000000000000, 0x98114000b16d5e6ad45afcc43d8e93ff, 0xe5d15d6096c27bfb20fdf16e93b30a8fccc9c8b1e05a8ab9d77dc81fbf4d76c7, '', 0, '?'),
(0x6659987fc3bb6d45da0292671fdf7844, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', 1, 0x00000000000000000000000000000000, 0x929a6ce4a533b3542671c34b2ef8ed83, 0x2f19c297f5c01f4d7c498d2c49ffb30e6ef14bf0556b2e3445fd4b70da0625cb, '', 0, '?'),
(0x665ab28c23d65fb57903c6173bd7c6ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_panel_settings.txt', 0, 0xdc0edeb63c34ddf019eba2432f7bf2b3, 0xdc0edeb63c34ddf019eba2432f7bf2b3, 0x5a230a13c695515447df2e6bf24f415027f7c37d2bb0359b6b4f575b49fdfaab, '', 0, '?'),
(0x665c6115799f00dfd584d4c7bd6f69c4, 'wp-content/plugins/amp/src/ValidationExemption.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ValidationExemption.php', 1, 0x00000000000000000000000000000000, 0x36cdf2e5d1664a360fa811a3f6f61994, 0x77d1811769e961bb9d2e10364d6270ac86092f816b2fadc31b6dcb6c88b515ff, '', 0, '?'),
(0x665dfec0e198e116268f07e9dc88e3b4, 'wp-includes/images/media/audio.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/audio.svg', 1, 0x00000000000000000000000000000000, 0x9b38671c11ba7420c426f4f79283b868, 0x40e945b479da915bbee22dc343349203b9d47b1a14c8d0bacfae5f769f925d43, '', 0, '?'),
(0x66603ac75dcd6b149a689ace1fb97aea, 'wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php', 1, 0x00000000000000000000000000000000, 0x246bc3aceb9332946bcc2f4fb3a4590b, 0xe5e9ef18a0dbf3317855ad40a4e12452c6c8ab086572de2f55018fceaa7bef8d, '', 0, '?'),
(0x666498e3818506d6cfc0cdc61f8a4fa6, 'wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-upsell-control.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 1, 0x00000000000000000000000000000000, 0x9a7d732933e1c1538428ec528af33af5, 0xb63b4c3bfeba3877f275763c13b484d480df7e394c88dbb17f49e02d4c87dc86, '', 0, '?'),
(0x66657e6e7aaeac7bf965d005692e16e7, 'wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php', 1, 0x00000000000000000000000000000000, 0xd43c91be81d685c87c3bf8ee6ee948ac, 0x6985fc6777129e7c106bf8331cf688d576ebb885c4bff346e9697adf81d67a22, '', 0, '?'),
(0x66681a88c2fdecdf9d4cc2bd41d01ca6, 'wp-content/themes/twentytwentyfive/patterns/text-faqs.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/text-faqs.php', 1, 0x00000000000000000000000000000000, 0x814f1085dfddb21a0f7ca0242e59a9af, 0x43fcd2b354675eb665396008d38f024d11fd148ed5e651a7cd2c4b09fdda3c0c, '', 0, '?'),
(0x666e0e3cc8f7bf007c8084f247c4dbd5, 'wp-content/plugins/td-cloud-library/modules/tdb_module_related.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_related.php', 0, 0x3b1e6a8bd02d4d50bebeb34f82d6d64b, 0x3b1e6a8bd02d4d50bebeb34f82d6d64b, 0x968a75b92c95ca09bf99e338457720ea412fd52174118ef9ae63f6a65c124c44, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0x06a79a1444e795e361d8f2d311475d3a, 0x5e0fc4b6d655954f16eb393545a11fd6b9c87ec1bb7a149de5714de771c83340, '', 0, '?'),
(0x668297760a58d00a22922d9be6986432, 'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php', 0, 0xae7d13f46f7b8ed35e363d71707a4ded, 0xae7d13f46f7b8ed35e363d71707a4ded, 0xc4e18c4af64f6997aa5b6b2accbb7325d80a90f42666f5a6d05dd6ee98352ef7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x668363fea0acf4b7782b1985f02bf884, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-right.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-right.php', 0, 0xd5639a867c4cf8e00337a990e9b800fe, 0xd5639a867c4cf8e00337a990e9b800fe, 0x4b1618bfa0b2194f0e3d5685414ee8023a26d712e589db31ebcf8c4537d0cbac, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x2588da3ab2409b7ef35259827bb5b0f6, 0x71a324b8da77720bb98d52510dc172965ebdb20b824e85ec3010236ce8e4f643, '', 0, '?'),
(0x6687f2f9507a2e0bb423b8b26666774e, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/subscription-cancellation.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/subscription-cancellation.php', 1, 0x00000000000000000000000000000000, 0xed008b54ea41a9c41ece6ba9718697bc, 0x2a2c2aa1ef82017efdc5018fcd34bc26cbb8cc8a8fef3314c08ef9f4240017bc, '', 0, '?'),
(0x6688b9b57a0caa61beb2ebf61638643e, 'wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php', 1, 0x00000000000000000000000000000000, 0x96720bb740397bd2fa6d7ff5f02da035, 0x404f40a5d97258f44b3fe278022f9b6ab1e29d288dbe9eaea1f79cb5f9c283a4, '', 0, '?'),
(0x668946e2f5418ea36cfb915570fdf0d8, 'wp-includes/blocks/post-featured-image/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbb396a4502444603eebca87a8c7da183, 0xc5ca30f2ac9656ef28c321ff1738792ed0ae280d46920444512346ee1a46f9b3, '', 0, '?'),
(0x66962c179788ae15c18e62d403911f07, 'wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x1d7a6ca41801a6d8c53372a73924ca93, 0xc304fb60df180fefa7879f35fed8e29508cd4686927a08b82fe07654e2beaa55, '', 0, '?'),
(0x6698ecc7d1a2f1eb59d2dd1e3802a957, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img.php', 0, 0x7d12737c1636de9803806d973196759c, 0x7d12737c1636de9803806d973196759c, 0x0aaf811497686319fa40344fe2dac8a6bc6e1ab1022a2c1e7bb7899f8b62c9d1, '', 0, '?'),
(0x669e6b00a408de120b44b4d471dedfaa, 'wp-content/plugins/kk-star-ratings/freemius/includes/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', '/home/abt90iranbet/public_html/wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0x115bf1b5ed4d242c121e55792360bae2, 0x105e49b92dccc31b99c20612a5f91e1b3259c23783a77d929623ee0b4cb5f147, '', 0, '?'),
(0x66a3a61c1b6dc884a925a62321790dc0, 'wp-includes/blocks/navigation-submenu/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor.css', 1, 0x00000000000000000000000000000000, 0x651c467329aae32c99a233e0e52bc09b, 0x71502cef2442b07b72be5e5f147a2340e7db06629b2b5647a10b066a0a29d060, '', 0, '?'),
(0x66a7766592feac0e0821203b717a5abf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3_no_content.php', 0, 0xfd25317817821740e3b7c4dd1462df75, 0xfd25317817821740e3b7c4dd1462df75, 0x64f3f3e84eb55cf109458b2204da8a572bb4897d9d77a9eea3c561f35b7f5a3d, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', '/home/abt90iranbet/public_html/wp-admin/js/privacy-tools.min.js', 1, 0x00000000000000000000000000000000, 0x2308b4fd8d7fdcbbb70975c47be51d9c, 0x2c7936a31cc5fef378efd46c24dd1feaa0a08b37a60beed44ebf3bc79e942d55, '', 0, '?'),
(0x66aa534b10f96fdcf36b8793b28bfa54, 'wp-content/plugins/wordpress-seo/images/text_link_counter.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/text_link_counter.png', 1, 0x00000000000000000000000000000000, 0x93ee9014cd64abeeeecc28b68211f707, 0x367fc818bfe2fd5b676e53ee1ca8dcb7dbb3c813bba081d7bc93116ee03b264f, '', 0, '?'),
(0x66ae8d636da8b57b1aaaf3c044f74fc3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', 1, 0x00000000000000000000000000000000, 0x1fa3b00d3261c3638c03e0d31b850af7, 0x613096dd885069af522561c04f5b9884e25e927117c1e2dc362ee952ce321324, '', 0, '?'),
(0x66b3e619ebaac91137ad6be5b3307133, 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php', 0, 0xd72a00c6cd44a8a1e96a6ecb641460b7, 0xd72a00c6cd44a8a1e96a6ecb641460b7, 0x097f8850952950293b075c59bae89ea6738808f60863e9181d553a70d661052e, '', 0, '?'),
(0x66b7e6fd4276f2f40ab8b8fea6213a54, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', 0, 0x43f71d2174ef6d042739d91f3eecbd55, 0x43f71d2174ef6d042739d91f3eecbd55, 0x17eb9d654a2d7c784988f52d70979cdf0b157fc07260d1e27efcc89a6e6be5ef, '', 0, '?'),
(0x66be8baceebd3e1c31b7dacaae05ca1e, 'wp-content/updraft/backup_2025-05-13-0325___90_d847de9f0f14-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-13-0325___90_d847de9f0f14-db.gz', 0, 0x76b7cf4910735a6d09e2102e03a4fde4, 0x76b7cf4910735a6d09e2102e03a4fde4, 0x34de68eb034761efacf037c9275033413671e712bf376a33fa8ffa6961867e4a, '', 0, '?'),
(0x66bf057a2b7c865cae7a5aded39a8a57, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x66bf6445c936f63e77726b5042d54bdf, 'wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement.png', 0, 0x56388916a94b848ee7f69caf8fc34666, 0x56388916a94b848ee7f69caf8fc34666, 0x149a89780f692d8248a80ca1ee78aac49899bb977b48735813ede32926014ed8, '', 0, '?'),
(0x66c2fc118a07b71ae9bae0de19936db8, 'wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', 1, 0x00000000000000000000000000000000, 0xb7e1864c425dea65c82e7461282eb1dd, 0xdb014a7eecd04f535d4f3bba24dcea7825286ccb7a3db2088b845d8daaa79370, '', 0, '?'),
(0x66c37e58c04a5b4e11a8f141913204ec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_2.php', 0, 0x1d64c2786cbd6bee44c73f5f5a4ffc79, 0x1d64c2786cbd6bee44c73f5f5a4ffc79, 0xfdd46375b79b30ec97163004a9fcac72f3e4f0d9d4522ee1097949b744a1a65d, '', 0, '?'),
(0x66c4add176ab256919934e3615056e21, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.min.js', 0, 0x43ea1dd926d28fb13254881c45cd313f, 0x43ea1dd926d28fb13254881c45cd313f, 0x6746cd4de915340a0becd4465f301abf9047ef32058ee19f411a4195e490f5a1, '', 0, '?'),
(0x66c57dadead752d45d80f7ee2f76901f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 0, 0x7e1a3733595045074a5ce22797220c18, 0x7e1a3733595045074a5ce22797220c18, 0xe71fe04f9ec273800f621281307b0d3aa8cdcefe0f7f3c0b6d6ffa62e646b68c, '', 0, '?'),
(0x66cf1433d7fdb8590f11c614faa9f154, 'wp-includes/js/jquery/ui/tabs.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tabs.js', 1, 0x00000000000000000000000000000000, 0x59f42fade2ab4be34a99535ff3cab8eb, 0xfabf59ae740fb759beb633e60f8ab3ab8df88d357689a96c64900a0e867a51f8, '', 0, '?'),
(0x66d37a88afd678d58fbb929690f590c9, 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php', 0, 0x057fe7dcd7a844615d54404e6cbd2f72, 0x057fe7dcd7a844615d54404e6cbd2f72, 0xbbcf0a66c0d8596f7eff977fd60bf6672e3392d29d76c005e5f14ca4edc163ab, '', 0, '?'),
(0x66d40bedad496d4bb7b755d881a63008, 'wp-content/languages/admin-network-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/admin-network-fa_IR.l10n.php', 0, 0x5ababce36fe6a493e8ce6697fb471486, 0x5ababce36fe6a493e8ce6697fb471486, 0xf8b3e14172e7160bc6297e9286cf6da72b7b53028fba56eaa55197d8abf17f17, '', 0, '?'),
(0x66d5f1d6d5c0f896d7120c45e4a38415, 'wp-content/plugins/elementor/core/files/css/post-local-cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/post-local-cache.php', 1, 0x00000000000000000000000000000000, 0xccf13a75d28a2f92829426de75165277, 0x26c4e0ae8c44e3768fdd289da95b4c25ae9d60c4259c2ec41da1edb9ae8b9a52, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0xccd9f76d65def0e638a6d005f3c2f39b, 0x7d4563bca3ee7ac05d23ee6ea2b8eafd8f773f79dae0529161a9960b30de8536, '', 0, '?'),
(0x66dcac88fa92c0e98af8fba480f35ba4, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php', 0, 0x6aeebc2d65906167e9fa6e44ad423233, 0x6aeebc2d65906167e9fa6e44ad423233, 0x635aa49ea850c044bedc108e4bf4c391290e4d1f976e1ad7aa008dc433d55468, '', 0, '?'),
(0x66ecd47e360dd2a0075bce83bb395f97, 'wp-content/plugins/kk-star-ratings/src/functions/bind.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/bind.php', 1, 0x00000000000000000000000000000000, 0x28252098068073a50205f2504fe81044, 0xe21a5acab089ba059bf309618210f6d75977a081dfb681627ef3e7ecd4e84f3a, '', 0, '?'),
(0x66f0bc822604d82285823dfe5a0b1924, 'wp-content/plugins/elementor/assets/js/admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin.min.js', 1, 0x00000000000000000000000000000000, 0xf78844efb3ece372a0fb362941b8307a, 0x38d210fa47e83d96ac785cb511ceef0ba6e8daba189b290c2dbaf0796a48c489, '', 0, '?'),
(0x66ffa8fd369f0e42c24807b4b5111812, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 0, 0x0bd2f4f9b9e13e3137ce18ffd1a97291, 0x0bd2f4f9b9e13e3137ce18ffd1a97291, 0x57fe884122c4524099d18be82bb99e07f2a80a6046287ccbc44f2527c2ec5203, '', 0, '?'),
(0x670338a0a0cc15aaca8a44ced71efd0a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php', 0, 0xf776ac688ed8f53cb332dd46efab51b4, 0xf776ac688ed8f53cb332dd46efab51b4, 0x90abe27b9042cc47f91514b96167597e8ff45818726e12a6939f0fd9a4ba0766, '', 0, '?'),
(0x67093f867f83c6d696fd3129c52deafb, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xdf613121e58209d1b51d82f9da35e349, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0x670a8b8616e45654132b89eb35031407, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 1, 0x00000000000000000000000000000000, 0xe8534f362daa12372303e568fbfee50d, 0x92810c73efbbd5e1e70f0f9ab04ebe987417d3ecfbbebaf1a5fed4787770b27b, '', 0, '?'),
(0x671021c9680ff2e7e680eefed1171bae, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 0, 0x08075c1d0711249e1f0674d86b57d2ce, 0x08075c1d0711249e1f0674d86b57d2ce, 0xcfc9a50d20f56b28cc00a215c1193eee9cf623005a3aaddc745d75eb252eeffe, '', 0, '?'),
(0x67141877f3835019fe7ded0bf2e9b430, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 0, 0xa8f2ff83751947568e3730d973f95f9f, 0xa8f2ff83751947568e3730d973f95f9f, 0xfdcfe8ffd36f67105b35904c795604636b449a78be0d19cda59c93b1350c191b, '', 0, '?'),
(0x6715234ce6cdac4bc4415d6561e39532, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x671dab43fb90528d43352bf271fa3975, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_21.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_21.php', 0, 0x7fb09ca70cc38f472d4654db50202593, 0x7fb09ca70cc38f472d4654db50202593, 0x11bd3e399ab7bd2fc2a536990aa1d4afc3d8b17435021dc0bef264231791591b, '', 0, '?'),
(0x67239509b9ee10a05a28d328fc42800a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_5.php', 0, 0x2589fc7a0e57ce1062ff53f0788d5e91, 0x2589fc7a0e57ce1062ff53f0788d5e91, 0x3b4efa477da72cfddd22013730ab8cbb3999bef1c56c327ae755b39a21a6c84c, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x16623e9f7cd802cf093c325c511a739c, 0xfa6bf02bc8d8cb2f666711aac6834c4084c06366023902e5734a8c74582f6e6e, '', 0, '?'),
(0x6724430144cda00f3722fa2e958bc3f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_8.php', 0, 0x02506d59633b7d9350aa5f99ecb9dd05, 0x02506d59633b7d9350aa5f99ecb9dd05, 0x4b76c73a1b4c2a9847755f15a42ac670d343a4c9eb4f986b507ac7f3814bc0ba, '', 0, '?'),
(0x6729bada4e704a40116f7bb7d3b08185, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0xc8e63b7bdb52f2068397589d189a10da, 0xaea1804098ed537ad4ed7e8e8023a0f833ad9c02aba5446d57d2654e25042091, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', '/home/abt90iranbet/public_html/wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0xfb7c93eabeac6568ae386d51382fe0d0, 0x5946593d6063bce65f92ba263acf621923e6b27a1161a02f5075f7e88525464d, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x780b0be93482009dfedeaeffe9a2bad5, 0xc859050898bcdae8569c935be7ec3623955ca0971bc65e75438303329e66f485, '', 0, '?'),
(0x6733f2a2e2f8d4e6b4833ee0642160cd, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', 0, 0xb3777c5a9785ce5495731c3e59d5a0e8, 0xb3777c5a9785ce5495731c3e59d5a0e8, 0xb40738b6e00bd7be39f8d1c0ca4de06aa8e871f715e06a7a5a8f29c00179e848, '', 0, '?'),
(0x673730e8e8875619c955b9e6ff60497a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', 0, 0x55b4beb10ccf08e3a6041a2b404431ff, 0x55b4beb10ccf08e3a6041a2b404431ff, 0xd4433c87c5fc67b03a785539b41ef20795d5c6334adb963119b7edf52244181b, '', 0, '?'),
(0x673ae7d5bd673784a4eb6fd126b7ef50, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_3.php', 0, 0x5f2eff98450c2abede239d05df7dd567, 0x5f2eff98450c2abede239d05df7dd567, 0x863d2758b5ef1f198ce7d6740af537e19b155617db0fd5948dc6ac1f0bf6dccd, '', 0, '?'),
(0x673f8cacc62badec4ca90e272eaf879e, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php', 0, 0x3eae1a1c98125c56b589becb9d121183, 0x3eae1a1c98125c56b589becb9d121183, 0x62cb2490547a1464250552d2a971a5be7443b9d50f950cf54aa4dc37a3204813, '', 0, '?'),
(0x6742035259ec3f66dab16f5063cf975a, 'wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php', 1, 0x00000000000000000000000000000000, 0x0927eb7d984dc8b893913d581a507fa8, 0x417d107d0fb228c54619e78593a7489458aa8db09aa6cc4ce29cbc630cefa237, '', 0, '?'),
(0x674997cdf96bc6159e406940a2c423e3, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json', 1, 0x00000000000000000000000000000000, 0x7f5f1e00aedc790bd43eb7d465b76715, 0xfd5d28e5274970096c43145a3431a5b356063a981f49612e9941b20eaa3d34bc, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0x2c2b95b14d4ca81e54df9c4e3a983d34, 0x1fa608596424357b8fa22eb775b362bc11eece2c6a8b78c199b0e7a740be6a9e, '', 0, '?'),
(0x6763981d8b8c960cbc5f0e134e47faf3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 0, 0xe5139e14a9ce13f3263366a33d672d0a, 0xe5139e14a9ce13f3263366a33d672d0a, 0x51f04e1046b9f730873bd637e718e2b87851cf21ea7c14a31cb9d968ac5c3f56, '', 0, '?'),
(0x6767653453e2d45ce01afc0f87bdc459, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/HostMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/HostMessage.php', 0, 0x082d5e9c7587c6723024bb20d1d9174c, 0x082d5e9c7587c6723024bb20d1d9174c, 0x54ad196719c15796d74d812e37bd836d2b11ebb6110ce6b2f59deb4f923805c4, '', 0, '?'),
(0x676c5a5aec751b2e29cbc5ec065b88f6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', 0, 0x2626a47283b55872bd43b53586591f62, 0x2626a47283b55872bd43b53586591f62, 0x4e45a47c0b8cde6eb064cab63dc4c68434d51d93c574ff39fcc126cbae86708b, '', 0, '?'),
(0x676d20ac5091d10109598ede9e06c10d, 'wp-content/plugins/updraftplus/central/modules/core.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/core.php', 1, 0x00000000000000000000000000000000, 0x0ab061894ffad45bb28de7cb06836029, 0x9d45eb4d373f5a3dd94218b4ffc5a3db98f5e460d15feebd0b746e12993b3e58, '', 0, '?'),
(0x6773bc27bcea5bfbef86497017090b83, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6776d4d91a554fffddf2f1f01dadf6c9, 'wp-includes/blocks/html/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor.min.css', 1, 0x00000000000000000000000000000000, 0x66583d18dce0227e6a198eccf9ca7be7, 0x5a6384ffe6036370f01e69340813f967216dd64243ec4b3a642926d3de2f2842, '', 0, '?'),
(0x677846369355fe3f67f9b67fecc3bef9, 'wp-content/plugins/elementor/includes/controls/animation.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/animation.php', 1, 0x00000000000000000000000000000000, 0xf75ed7ee16f5176d6f629c8599b2037b, 0xa54dd6bd3a0d2fe096a4782e514e91e601f8500795a074cd5b3a4cfe98ecddcc, '', 0, '?'),
(0x677bc362b3b4101d71d113e7c977e8bf, 'wp-content/plugins/elementor/includes/widgets/menu-anchor.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 1, 0x00000000000000000000000000000000, 0x95314156453b213bdd80d53c532cfa6e, 0x0a7dbbaffc705baf29a340f729dc569be5d651a27c2be3026f48bb4a1171b86c, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', '/home/abt90iranbet/public_html/wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x67857636cd9f319186b38fa2e2a411bb, 'wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xd9d835a0604570fc4438d99e144c9b10, 0x021b1f6acf8b616a16d43fa7969888f653f67a234189134ccae921aea64be983, '', 0, '?'),
(0x678b49cbe8ed467684571a8940c223aa, 'wp-content/updraft/backup_2025-06-02-0408___90_f6b956804c6a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-02-0408___90_f6b956804c6a-db.gz', 0, 0x0041ea48a51d515ef641f30ea07311ac, 0x0041ea48a51d515ef641f30ea07311ac, 0xbbb0eb828b0a171e38099c9a57e289bfecffd117ed4f33c224c065a0ed6124e7, '', 0, '?'),
(0x678bd85e20abe4920b8fe5be03727094, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x678fa869545985c5d977a2be07f69509, 'wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js', 1, 0x00000000000000000000000000000000, 0x6a69c9e41a0e3ff64cc99bbc11fc8db4, 0xe4f3f936245e4901d5b5fee3faa39b006c0aa9b4761e269cb86f77b52dfe880f, '', 0, '?'),
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9f7a9057eeb14d9eea269838c733e236, 0x5452407065d3d6f9536046bf61d7b143ab3e2b04f67f568825c9fa38ed4a7951, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', '/home/abt90iranbet/public_html/wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0x67944b19b38499d24e1b3e4aaac03416, 'wp-includes/blocks/freeform/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x26d23e340fdd9577c9b45b9743ee4c3f, 0xcd2f4efbf6f3fd26b31aafafbe64e631112ba5a3da90c8285077f7aa44269c0b, '', 0, '?'),
(0x67945b87754247697a73aafb45943347, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 0, 0x69101c62bb0ff45a844b6864fc4cf45c, 0x69101c62bb0ff45a844b6864fc4cf45c, 0x244391c4840430923548a27e313bc070c6310880eb07255a643e74b26f8ec3a1, '', 0, '?'),
(0x679634243e6c63d654835921d97b29d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_2.php', 0, 0xdced78a6aa07f166dd83fc19a0e306a4, 0xdced78a6aa07f166dd83fc19a0e306a4, 0x0add958c02db1707cd1bab570957055461ee4f04fccecf52d6c8e459bb93e946, '', 0, '?'),
(0x679875cfc7e926f7614f53e228269871, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xf43652adad6bc8a95b4964f3a8e9ef11, 0x0973f46e81414581ade209f42f5e36a4c14c2a64216ccaf4aef5cefe756b5350, '', 0, '?'),
(0x6798e570d0cc53106b18c0dea5b5fbbc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_panel_settings.txt', 0, 0xb27c84b00a905298b14adc435de190d8, 0xb27c84b00a905298b14adc435de190d8, 0x0e50524255765be26cba8b05d37038ff44f019c83d99d37e6ad5051b25c31f4f, '', 0, '?'),
(0x6799ecfd6dada6e5da33b4264eef6571, 'wp-content/plugins/td-composer/mobile/includes/td_block_editor_assets_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_block_editor_assets_mob.php', 0, 0x270bf30f5a981fdd19681c594068224f, 0x270bf30f5a981fdd19681c594068224f, 0x33b08b1c15de296991e46b381eb7de8665d707f63916686380cd6278c4275c1b, '', 0, '?'),
(0x679a92dc2fc22a76d04eb2af836d7f98, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php', 0, 0x817cb2c19fce8f177858eb92a3000537, 0x817cb2c19fce8f177858eb92a3000537, 0xab1c0183b57af514c0144d80c48d727bd8a726102a5a0617a3af700af475721a, '', 0, '?'),
(0x679f769fb2dd97f18e3e26a81a614429, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', 0, 0xca51dd08f1e365738aec0d42763fdbff, 0xca51dd08f1e365738aec0d42763fdbff, 0x99f8adbd4b5b2848f419a9aefc2f858fc47f07434e8d42de604576e64473ad39, '', 0, '?'),
(0x67a5491bf167986d61db5c6320854fbd, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_15.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_15.php', 0, 0x7ad56da80c08633370a4bb7e649f1142, 0x7ad56da80c08633370a4bb7e649f1142, 0x5883ec46e351fcb6e85ec55b204d0aef98b36c5c0463c4c10d505ae0dc680ceb, '', 0, '?'),
(0x67af5e388e79cb25f3d310ddb4caeb14, 'wp-content/languages/plugins/wordpress-seo-fa_IR-3ab1863386cca0be6ab4aa906cacadbd.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-3ab1863386cca0be6ab4aa906cacadbd.json', 0, 0x8a81e78f07a3f910320879c76c149e52, 0x8a81e78f07a3f910320879c76c149e52, 0xdfe43c216a4cf84789cc3a3e81248d2b21a318804c249f82f6ff260909a90934, '', 0, '?'),
(0x67afc4808f5ce7547b58758ee8b5d250, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/affiliation.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/affiliation.css', 1, 0x00000000000000000000000000000000, 0xb6e287a15541152013562f95dfe02619, 0xa67b7340fe3e0a1c15b7a5fbeeca590969ba63d79492cc095419c57d5b592c13, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0x7d347f54de9755e69ffc1f10b07cb99b, 0x5d23e20e6addf9c32b78f277c499b6ceb71d3ae182cffa62cc0a990474a46386, '', 0, '?'),
(0x67b3d965106e134cedeaaf782775e285, 'wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php', 1, 0x00000000000000000000000000000000, 0x9bcda0f1005e873d2bcc6436255b6aaa, 0xebbc6d3f92850944ec3523d9415f0fee496c3fe985a619cd72c6ab2ce364cc59, '', 0, '?'),
(0x67b4989344f28c523fd5fe56bbc4706d, 'wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php', 0, 0x4f2e7e8b2cb3366688ab8dc58240a77c, 0x4f2e7e8b2cb3366688ab8dc58240a77c, 0x945fdd0a43c795494fa169d2bc2f20133c25b2c3711949178c37f97718fb32d6, '', 0, '?'),
(0x67b4cd3a8da6c36b162815cd893b4178, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 0, 0xf725d4962cf6943dba266303ab3ec4d8, 0xf725d4962cf6943dba266303ab3ec4d8, 0xaa091d949cc40b591d49ade912747e305655c47cf5527856bf0dfb8d7003ac96, '', 0, '?'),
(0x67b573f415ce1929a1b36dfd01e72505, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, 0x00000000000000000000000000000000, 0xcce79360729c6c6ca1033340dea02173, 0x4617182b90525acf82ae65512465127001eb95472511450276d12d18defe7845, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/common/wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x67c687e5d9f50ce04452b858e084df10, 'wp-content/plugins/tinymce-advanced/block-editor/tma-block-editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/tma-block-editor.css', 1, 0x00000000000000000000000000000000, 0xcce09f971c2c876463676c525987da32, 0xf4df14ec91a499015a067c8a4efbe2f65ed058fe689bb8842068788a1ad5034a, '', 0, '?'),
(0x67c70ca68863d812ddb240ef82ba0f44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', 1, 0x00000000000000000000000000000000, 0x9c68f9b59f0e285bec27d32868c615a7, 0x45ca14b04d1b21fa95694b25e617c107c4e404e7b7bf5ee1f6581f9f69ee2e05, '', 0, '?'),
(0x67cf4fb90f97a51799d150d1d26de26f, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php', 0, 0x11c41abd94f9af6507f8f04712c4fc8d, 0x11c41abd94f9af6507f8f04712c4fc8d, 0xf9ac553ca15f65bbf75d3f170d507f8cf1d15094aa51313f751e228058e9f4e0, '', 0, '?'),
(0x67cf8682e0b6f4a68416a775d7b17e65, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-info.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-info.php', 1, 0x00000000000000000000000000000000, 0x411694b5b5c0af56d3a5d9b5dcd1b969, 0x5043fc2a5a4c40f144217d04bbdafeb926f17bb90b384404a777176348b73ad2, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0xb76803d698cbb721c486372b628691b6, 0x0f15d3c4e5f4465c562fa50b083bed5cdcd2b247cbe6ebdfaad5003ecfeb85f1, '', 0, '?'),
(0x67d26df6992361cfe70fd38ca654b239, 'wp-content/plugins/td-composer/legacy/Newspaper/footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/footer.php', 0, 0x0130406e7d6ad1c728f04312ed539581, 0x0130406e7d6ad1c728f04312ed539581, 0xa59e85203287a67d5719c3480ce42eefd8a2df0dd123483450ce6aa78557ca73, '', 0, '?'),
(0x67d3332296aad438a439bb323a333f45, 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', 1, 0x00000000000000000000000000000000, 0xe3316ee380014aab2a2400450df514f4, 0x4627450e303eabdfb6a8995a1e9cd3c53497720290f3f25a19c137fbade33898, '', 0, '?'),
(0x67d381d9227df848dfea9d2ceb9664f1, 'wp-includes/blocks/social-links/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style.css', 1, 0x00000000000000000000000000000000, 0xc27a312e5c848dd7a44751bc48d3b646, 0x42023e07b46bb2e1b5c857c97e8bf3280495d928bcf1840935b4519d5797aa2e, '', 0, '?'),
(0x67d63ae809799f4af57a596d17261475, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import_no_content.php', 0, 0x1f7dc0fbe6670a7608791b5b5985b812, 0x1f7dc0fbe6670a7608791b5b5985b812, 0x12b1e1565ddcf6fa44408e9662c8d6f5d08263c097afcbaba637d1241710a4b8, '', 0, '?'),
(0x67d75fd9dfd8f31ef7e05638b602c65d, 'wp-content/plugins/elementor/modules/container-converter/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/container-converter/module.php', 1, 0x00000000000000000000000000000000, 0x674dfa438566d16128b1d572185a1d6c, 0x62eeb5dbd295631dd114a99b3a2a9bdfc59cfefa53dc307e1434a48ca8741264, '', 0, '?'),
(0x67de4727518553c210e67b79741d16c6, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php', 0, 0x551d5e2c7b66028de64b24eac40e5f21, 0x551d5e2c7b66028de64b24eac40e5f21, 0x20aaa52f3d95670fb144780d744685801bd70931d6e1704ff85a00cbca6c7558, '', 0, '?'),
(0x67dee271fc758684b0d9c7cacfc40d08, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php', 0, 0xd989a1562b3b59885547df87dec7a3da, 0xd989a1562b3b59885547df87dec7a3da, 0x5a19f4dd2e9a4e66566012a26127fdc75a02abc136abad3050d615d1488b5fe1, '', 0, '?'),
(0x67e9621a0fe76b906bfb73d5891b86f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', 1, 0x00000000000000000000000000000000, 0x5730174b98b97091013bc4db2d430e50, 0x9a6d8ab6ce0ebac3a0c928d2c329bbc3f0d1c5ebdb452c917aaeebe207fef509, '', 0, '?'),
(0x67eb8d5fca71962f181f201b13fe902c, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_485x360.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_485x360.png', 0, 0x44f18ca05841f09390d6362ec72a89f8, 0x44f18ca05841f09390d6362ec72a89f8, 0x3baebadc7524eedd7cefafd6b7928ee4294cb848bcb27a116805309590e02d97, '', 0, '?'),
(0x67ee6f1adc4f63efa3e2f97f1598f442, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_2.php', 0, 0xe01fed50bdb2206f69a3d72157f12ecf, 0xe01fed50bdb2206f69a3d72157f12ecf, 0x8366639a97ac479006596b5625845a302bd8bd6bcf424453104dc901d4ea3097, '', 0, '?'),
(0x67efb7870c901dacf61f79236df147dc, 'wp-content/plugins/amp/src/DevTools/UserAccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/UserAccess.php', 1, 0x00000000000000000000000000000000, 0x83f7f6076eb44bab8a50b0bc6f481bde, 0x07552d40a65304a168a68120615f97e88873137a91dfa8b4a8804e6efc8332d8, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', '/home/abt90iranbet/public_html/wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x8cb13e7d4f50e3385a2c4f62b3ba993e, 0xbbd9c7f983c23aad8ff444a361109c2186d982ff0e760599aa1780a732082221, '', 0, '?'),
(0x67f82bce5ff3503da50779cd19508523, 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 1, 0x00000000000000000000000000000000, 0x3ccc6b4f27dc32532a68d8e73b5b845c, 0x15218d5e654cb3f6739552cd884826ade537aa42bfbe92070c83178c44485185, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0x6a53e18a345b37d4f72262a071684e79, 0x24455d540fb7b7425b55719fce0ed5b263ceb1a616a536e6bbd9da9fa23095f4, '', 0, '?'),
(0x67ff50c96d716b55fcd4d21787e55c63, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php', 0, 0x57c6581fe6fa76d3766c58ad38859ace, 0x57c6581fe6fa76d3766c58ad38859ace, 0x7164774c16d4b9ba064c93e93930a8e687c40b6bb69339645a01ffa32b548060, '', 0, '?'),
(0x67ffa69e9bca1e1c47e29287d1c44288, 'wp-content/themes/Newspaper/search.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/search.php', 0, 0x1dacca22373b324cf4e3be6d6395f9aa, 0x1dacca22373b324cf4e3be6d6395f9aa, 0x789c821d898e4f52e3fc618553508e9399bb41077b217afaa4018f4d3bb258ee, '', 0, '?'),
(0x680269f946c7b7c9b578d1c0edbd4eb4, 'wp-content/plugins/wordpress-seo/inc/language-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/language-utils.php', 1, 0x00000000000000000000000000000000, 0x34798f4ab7e3607be1c6165af559507a, 0x48d21a84060c3beda9e34e3c92797a67da5b0c4820c2d9856d36766fad8daeb9, '', 0, '?'),
(0x680416e5a1b820e5d2b266b9e5edfe08, 'wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg', 1, 0x00000000000000000000000000000000, 0xcf7bf0aceca142159654a3775111f5e4, 0x1c67c4ac08ef002aae3c4f7cf735d30fb7536a3d19f625e3b5d2f02d9f24d789, '', 0, '?'),
(0x68049f1382334716b5c44bdb7ef1f2f2, 'wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php', 1, 0x00000000000000000000000000000000, 0xdd232e99a91a4263b021d7bc4ddc2d4c, 0x7ab0507a9a95d7784a524367b390c22070a374a22d6c4dd3327c9e4d90b7c890, '', 0, '?'),
(0x68090068cbfaa7dc711da0ad8a7bd041, 'wp-content/plugins/updraftplus/includes/updraft-admin-common.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common.js', 1, 0x00000000000000000000000000000000, 0x50eed4a776e7532d93feb0e90a5186b0, 0xeccfd8e0198c8eba02b6ebf6410e8b62f60481292bc4ce7a7609cec35cc922af, '', 0, '?'),
(0x680edbc7fc4ff980f159b13efd0afe52, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', 1, 0x00000000000000000000000000000000, 0x347e3d6eb7fd65301829666481774931, 0xd5d04aeb2d98b645f38eb958bb7f9151a9be4f4469bb7588ff73010cc85695b8, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x32578803f2cd373998ab3517a398e7df, 0x1743deb0ce18d443e6beda92585e05f317d1250a7bd6f9dd951c1e11e9d0b050, '', 0, '?'),
(0x681c432793d677b1eb63e0514938d846, 'wp-content/plugins/wordpress-seo-premium/src/initializers/index-now-key.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/index-now-key.php', 0, 0xc3b506490af8dce50432969e3a6bb9b7, 0xc3b506490af8dce50432969e3a6bb9b7, 0x91ee9995f7f117b7d9307bacf104f4f39151cc0b77e09413011461a22d2a2478, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', '/home/abt90iranbet/public_html/wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x5b5b5687bd2db4e478c0d78d6f8b04fc, 0x36a7546813fc409ffd814aac5b84f14e6e6cc24feb5b81e9362a99e9368b108a, '', 0, '?'),
(0x682c852462835e9e2853bc614dc4a999, 'wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0x1fd0bfb67b76dcde86ec1a90581511b4, 0xc4652c879ecab7e7707b6ca5c6b7568149c2edc5bc337364f47ae57b83afc886, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', '/home/abt90iranbet/public_html/wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x6e907c181785bffabdb1ced14790fe0d, 0x9486e8b7adfda4e9367d22305a614a06dc69867c201ccae211a5c62d18490f31, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', '/home/abt90iranbet/public_html/wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0xee00f0d62c94fb17c8f8673b0bea99b4, 0xfb43ab9971a8f1fd4e2cd96076ac539bb12a1ceed2df5a5bdc60d3caf4ad6de4, '', 0, '?'),
(0x68356f435bd692d55ccb985edc567137, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', 1, 0x00000000000000000000000000000000, 0xfd2f22f2ce83ca59702646860eea60bf, 0x6eb790f72c5e47ca13c615ba7ef8127b0953ee2b37f0c8b17ceeea038cfee810, '', 0, '?'),
(0x68371727b7b3cecaba6c00415777c9b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', 1, 0x00000000000000000000000000000000, 0x29124570e032e6a3ef4b5e15a7b4faa3, 0xe2f5564790ec1feaca91b29692283946c347fec7cbe0e3106d0c1b00a078bde5, '', 0, '?'),
(0x68373566e7049628610068d4928485fe, 'wp-content/plugins/kk-star-ratings/src/core/views/metabox/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/metabox/index.php', 1, 0x00000000000000000000000000000000, 0x02bd7b1169a66e82e2247c086598d99d, 0x2efc439b1d8c5d9c2aa6d5a764475265bf9c6cbce9ff292a92b9a1bf4f7ba29a, '', 0, '?'),
(0x6837f048c74c639e1d68eb30f8a62188, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-rsvp-landing.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-rsvp-landing.php', 0, 0xeef6da2ef4fdd09aa3cf8725af3703ef, 0xeef6da2ef4fdd09aa3cf8725af3703ef, 0xcf30cabce0f7d8ef8768eed65ef4cd790cf3450291b2d2c84b80660f57c83a54, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa109701154317d10827aae6b596db5f4, 0x46e52c62a9d3554a9fdb78d941f236ca72b8478af466e27b443d71c8eb0cd4a2, '', 0, '?'),
(0x684771111341c53e807163e19828119d, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/init.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/init.php', 1, 0x00000000000000000000000000000000, 0xf2f01b854d861ff2b58c6aa12573d5ab, 0x2154e8859095541a4536cb7500198cbbd7761fc256e62867531af959630f521a, '', 0, '?'),
(0x6854d49589a477e40018278446148cac, 'wp-content/plugins/updraftplus/methods/openstack2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/openstack2.php', 1, 0x00000000000000000000000000000000, 0x1709d9dd6376540dff2d521e45b1ada4, 0x04d2770881d29d2b4d8cc41c7f6d846776c418752d3fc09ef1303636146f4b3d, '', 0, '?'),
(0x685602db822bace76ba975f9b96a4e40, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', 0, 0x454f093a271ad38e9af1d4e858835001, 0x454f093a271ad38e9af1d4e858835001, 0x2b73bf11787d5ef01964a2315e8f9daebd67c2d352f6d7ffb1a3c22efba9a39f, '', 0, '?'),
(0x6859dfe286c9e6d3c015570dce6e3256, 'wp-content/updraft/backup_2025-04-19-0332___90_020bce3da7b8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-19-0332___90_020bce3da7b8-db.gz', 0, 0x966adf917e3006a1a35554e041438744, 0x966adf917e3006a1a35554e041438744, 0x959dbf7ac3975e23770ecde4ef41f127f225e8350669b7a96d475f94c2a86c12, '', 0, '?'),
(0x685c59bca44dddada731885baf3ac141, 'wp-content/themes/Newspaper/translation/id_ID.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/id_ID.po', 0, 0x3860f4225bea321987338a769880315c, 0x3860f4225bea321987338a769880315c, 0x222e510ddc5aeb42eb9beb37f1b5447b59b7887c9fc89b0781cdf40c09c2a0af, '', 0, '?'),
(0x685c7bf8a79d74b9cf4f3c7026e74145, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php', 1, 0x00000000000000000000000000000000, 0x082d5e9c7587c6723024bb20d1d9174c, 0x54ad196719c15796d74d812e37bd836d2b11ebb6110ce6b2f59deb4f923805c4, '', 0, '?'),
(0x685ccebb53e2da26fa340f172425b966, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-site.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-site.php', 1, 0x00000000000000000000000000000000, 0xd61e5a89729ebe4171810e687468a28b, 0x62278a8d213f135e290f114c3fa9e14fd48c71acda6d2d267188c6ded461bfcd, '', 0, '?'),
(0x68626b444da5bf77b466ebf2c3714721, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-form-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-form-presenter.php', 0, 0xe537e4ccafbabcb101323255361f44b4, 0xe537e4ccafbabcb101323255361f44b4, 0xaf305df46b0e7e4b22b301dd58017c8f28394ad873239d612184c67af86948b0, '', 0, '?'),
(0x6863decef8fe3df520a3f0e08daf30e9, 'wp-includes/block-patterns/social-links-shared-background-color.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/social-links-shared-background-color.php', 1, 0x00000000000000000000000000000000, 0x16231cd05186800676869eed23264f44, 0xf8655e175d1e603e715963da54b91b93d607832eb838f934a09053daf0f212ea, '', 0, '?'),
(0x6867df74c523f80cea40ac98f730f7fa, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE', 1, 0x00000000000000000000000000000000, 0xd29a37db910e393b82884eaa27e0249b, 0x4a144d080fdb8c5a20cc4e85470d91b544efd716bd2ff6b5aa82ee570d2e7874, '', 0, '?'),
(0x6874d20f598e459eea61394d7147f031, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', 1, 0x00000000000000000000000000000000, 0x6878ea4851e14180c017fa24c93b0c8a, 0x723c88d681a992a5087360965f00127565adc220e3da4dcb63d266246e6460a2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6876afa569feed0eec2968a8c3cb51be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', 1, 0x00000000000000000000000000000000, 0xd5fc2eea3da0d5a9e4f0a7083593310a, 0x8648b720ec4f26c4ff177c541e47a7d09b8ed0a996c7373070a6bc037aad18b9, '', 0, '?'),
(0x687a56f6e8d2d0197a243de2b6c5fd99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x83387f64df0e00c3ce62fa5e0b47aaf0, 0x3098679582cf28c5778a1c7e933860ca947e63bcfafd43f54b960fb12101ed1d, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', '/home/abt90iranbet/public_html/wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0xe5a0b7c8b981e80f03fcb548195e7280, 0xeb66886b4c0287ecf61a1ca529682f465fdcc1c6164d8e0639a56a81f9aa56a2, '', 0, '?'),
(0x687d194d76311a510b6c4f99ffc9f30e, 'wp-content/plugins/updraftplus/class-updraftplus.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/class-updraftplus.php', 1, 0x00000000000000000000000000000000, 0x4af0912254f4e30610900acf0f990803, 0x9a039749c29ef01ef0377d6e12ad6e698a69e27c98ad206f71abb08bed695693, '', 0, '?'),
(0x687e95d65c96e50840d5304d35bc5948, 'wp-content/plugins/updraftplus/images/notices/summer.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/summer.png', 1, 0x00000000000000000000000000000000, 0x540b01824297c7459f9d180d1de7bd06, 0x64a72cd63d3ea6e9961861dc6cb69b9f78f0b8c6a99b8408553699bfce79e889, '', 0, '?'),
(0x6880c226b1d911f4dd6d88056cb3346b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', 1, 0x00000000000000000000000000000000, 0xbd04c079b32eb7e2271c1ad0cf284b51, 0x3bbd70057ced34af3300637862e7a630ed6b94a50c0284be3037c188a1a1bbdf, '', 0, '?'),
(0x6883e92e99a562226c0606b05e1d536a, 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', 1, 0x00000000000000000000000000000000, 0xad6308a626b9d5dddbcd6ccb1450d5f4, 0xc20b2c62f940203971506cde2e64fe0d4eb7547678127c4013f8aae7989a4713, '', 0, '?'),
(0x688727bf4ac9eef0c53c5da537bd1124, 'wp-content/plugins/amp/includes/sanitizers/class-amp-meta-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-meta-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xe4fbb610b30a3b60fde512d12856ef72, 0x78f7a34243307ac244d702f5d2d14055b3a3f638390ba92a5a9b9f9080df2451, '', 0, '?'),
(0x68883dca3962abc483857da3c85d29a5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php', 1, 0x00000000000000000000000000000000, 0xf8e8aa52a90886ff6ffa41a4f890b072, 0xce5e01d3a287fd751e4fea6efcbef5cb4aa6d78128e6109fb32bf25b6ef9aad3, '', 0, '?'),
(0x688ca0b6facaf23685029d81394200f0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', 1, 0x00000000000000000000000000000000, 0x18256d781691429da02e651252d8f320, 0x3d6e6618688174b0a66aebdefa31aaede2d1fe5b48cd825a707b62cf15a68372, '', 0, '?'),
(0x688e2666c42b919e3a6f2caab656a66d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_10.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x688e29fc50bf89d2cf7ffe1dfacf18b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2.php', 0, 0xb0eeca1f7f77e7f5bd1ec1a5640b6eb7, 0xb0eeca1f7f77e7f5bd1ec1a5640b6eb7, 0xa16cddae7d82368a7c80eac0e1d7a683ecf2d4ade1fc23d068fdf954785900e3, '', 0, '?'),
(0x68903f49d4d01ad49d51796046c11106, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_css_generator_demo.php', 0, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0x205aa0872380fb26256391e0f604e2dc5766566192fbf0e066e573862ece91da, '', 0, '?'),
(0x68909410e0f1f8a0a785a9c2e1f1f830, 'wp-includes/js/dist/script-modules/interactivity-router/index.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.js', 1, 0x00000000000000000000000000000000, 0x1964cce1a2ce0e380b42936a6c457c4f, 0xc74f304ab5198c150606fec9886f0139faa460693a93fd43081de743bc920b52, '', 0, '?'),
(0x68939a6d9e738f45c9d4b5ce932d9270, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_1.php', 0, 0x6cabff617b2d3452063bfc44d4494349, 0x6cabff617b2d3452063bfc44d4494349, 0x1c16811e3a9ec5a920ba932d1486f7f747ff7c0d9bcc8259082d51f69f233b67, '', 0, '?'),
(0x6898bd1f2f48a16858d3fee3bba2ed9c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_4.png', 0, 0x8785170a5e259e8182314297adfd20c3, 0x8785170a5e259e8182314297adfd20c3, 0xd01cce4a19b2722b06ae5ee0d95694eb99f2ec09433cf8cea7ad992209d8461a, '', 0, '?'),
(0x68997b89c965e5b06102602c5f18f66f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 0, 0xe8534f362daa12372303e568fbfee50d, 0xe8534f362daa12372303e568fbfee50d, 0x92810c73efbbd5e1e70f0f9ab04ebe987417d3ecfbbebaf1a5fed4787770b27b, '', 0, '?'),
(0x689a3385db40a5df443cc67a9cc776a8, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', 0, 0x568faca1c93bc78d1ce5c9fac8637b89, 0x568faca1c93bc78d1ce5c9fac8637b89, 0xdeb3a67467c0250bce0c76620997a3788c1f401a8016bc0f5b47d25b8f4a7f4d, '', 0, '?'),
(0x689a98d49ba8d4c04bece321abbae694, 'wp-content/updraft/backup_2025-03-18-0326___90_c0dd223be9c5-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-18-0326___90_c0dd223be9c5-db.gz', 0, 0xe71706b196bd0387ca5798eba07e29f4, 0xe71706b196bd0387ca5798eba07e29f4, 0x49272ef87b21f42474263193a7c4f894daee1f9084893b75d372d5c73f59d832, '', 0, '?'),
(0x689b4f4d2d3e4a8b2dacf79f8c513ae6, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', 1, 0x00000000000000000000000000000000, 0xb507cee70317cb8381929caab3df2466, 0x318bd2edff0d7b6c94351a283b6fa91bf8dd2c62865d6846a22a35be4c011eec, '', 0, '?'),
(0x689cac894ac26f15da75efdf24b2c832, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-7.png', 0, 0x85191e8bb63b78779472e32bb066e12c, 0x85191e8bb63b78779472e32bb066e12c, 0xb09d72c525855f0a3e035d4742bf9c25e2744581276a17627f8bb4f15fb80ba6, '', 0, '?'),
(0x68a01a99aef4c9d13a35e12970d8da49, 'wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp', 1, 0x00000000000000000000000000000000, 0x41170b96734b709609b5bbfb53312862, 0x03a9c4a1965aa9c723a658e06eaf628ac4c1a20cb6d8fe7ee24f1d5a2fc83ba3, '', 0, '?'),
(0x68a04f542c24dde228fa98e7e7e3cbf4, 'wp-includes/blocks/site-title/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/block.json', 1, 0x00000000000000000000000000000000, 0x3f640d6b64dca94400bfb3ef192b5883, 0x9f84ba0e3bf770686dff3bb1a0db385bfcfe4462d38d0816e3410360b6d08bd9, '', 0, '?'),
(0x68a88063215c642fe920004c5d734408, 'wp-includes/assets/script-loader-react-refresh-runtime.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-runtime.php', 1, 0x00000000000000000000000000000000, 0x87e09afb00b621d56a314d2f3efb833f, 0x7fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a, '', 0, '?'),
(0x68ae16cb7e63540c4f6f17b679340e7c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0x68ba4db1569e6dc920957f13d30c9bb2, 'wp-includes/blocks/categories/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x08f8259de4211fb4199199f6ae279267, 0x0e27ce8ef1ff732b6e5ba1e1c918c9463cac30c34016d2f75ebc54b940fd6b8e, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x30a20e7beea3432dbdf4ef2ea8bbf983, 0x35259eb1ea929b11a6e2819aca64d22a3c1d6ed49704d0d29c4ebc5ab2f37a8a, '', 0, '?'),
(0x68bb86b04bbef7cd25b9bcb4483b4e43, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x5b7a815a278f5f4181a0fafd195e58d8, 0x1812178f644e1903f02af48e851f1f6d24315ed55c40bfb2d3d5c7538d7065da, '', 0, '?'),
(0x68bdc7494b7216c3f0adb2fa28bc0801, 'wp-content/plugins/updraftplus/methods/template.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/template.php', 1, 0x00000000000000000000000000000000, 0x555519b377f7bde6501e53ecde9313e6, 0xfdbbb10dcca7759751a72e49d36b3f175b036a8adee60d75d1b4d7242908ea6c, '', 0, '?'),
(0x68c15a032b4fa792bfd4dff7b19ead4f, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x68c43caffe60a1581f314effc2f16112, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusBase.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusBase.php', 1, 0x00000000000000000000000000000000, 0x82593181e605ddd2a8a9ca62acf5c979, 0xbf5a8904ed8e381d2a2248f8e27ae7b95966269637754582abfcc9c0baddf165, '', 0, '?'),
(0x68c6170722c4cfbc19211fd426025c38, 'wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png', 1, 0x00000000000000000000000000000000, 0x56cc6048dc1c482edcb1d624af7c2775, 0xe99144c6009c401ad01ccf93105ccff5aaf35a3c3f2754b56638a90b90b17783, '', 0, '?'),
(0x68c99dc0becb728daeffbef5aac475e3, 'wp-content/plugins/updraftplus/includes/class-semaphore.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-semaphore.php', 1, 0x00000000000000000000000000000000, 0xb5d6a12b5990c7d3f493b49250c0d30e, 0x42fa1bac692dfe3cb4a96174ceb256f21f2c48df9be2c07282504296b120bb13, '', 0, '?'),
(0x68cd60cf09d2c1510915d0d3c39fc26c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_1.php', 0, 0xa9653d7730661ef399773ff83aabee1d, 0xa9653d7730661ef399773ff83aabee1d, 0xd6b0cbc9543ba53d61f9db174a2e9610ef2b39633f6c3161ea5bc732870d5721, '', 0, '?'),
(0x68cf059e45443edab8d8f3149450826c, 'wp-content/updraft/log.5b43fca2fc77.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.5b43fca2fc77.txt', 0, 0xc9ad662548a153b3079a7bf8a567bf41, 0xc9ad662548a153b3079a7bf8a567bf41, 0xcf9c70c9e3f4c37f7bbaf0ef4a5f606cecf912f15b7c2407a513a4f906bf676f, '', 0, '?'),
(0x68d6153a15dec313aea61ba5d8b80864, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', 1, 0x00000000000000000000000000000000, 0xe1e108de0670053b540d8015084e8ddd, 0xad17019289ded729317c986dff1be655618933623155392fafa4913c59684e9d, '', 0, '?'),
(0x68d73bb4c5524d6fc5645d195fe8e8fb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', 1, 0x00000000000000000000000000000000, 0x5c20da08b3b807e5dbcf098582cac18c, 0xc27871ed0b733179c91ab2b12d90835d26a77f4ad4f52eb830ec56893b72fc88, '', 0, '?'),
(0x68e013773ede9094f95d7fac7d3f1ea1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_panel_settings.txt', 0, 0x8d085444894c60047067c25de95675c0, 0x8d085444894c60047067c25de95675c0, 0x69028de9d7b4b2866769a68c829623cfee7bdf0b9a242ea2265bf8e6f3781884, '', 0, '?'),
(0x68e682c82edb61e45d3e6d630a6b70ff, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_6.php', 0, 0x18e090925f599af8bd378cba90785072, 0x18e090925f599af8bd378cba90785072, 0x7431d66bae5de9d23048d886916e26a496d612673b5f961f0d746eee2f9d45cf, '', 0, '?'),
(0x68e6c4b2a2541aa1ebb3f4cb4e16c593, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1.php', 0, 0xb44bf5508bdda75fbf71822048272148, 0xb44bf5508bdda75fbf71822048272148, 0xdceb1725e016cc904607f3bf5052aac182726e2aedf718a8e575933852a6cf9f, '', 0, '?'),
(0x68e8ee88847f143c66f41223b76e2838, 'wp-content/themes/twentytwentyfour/templates/home.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/home.html', 1, 0x00000000000000000000000000000000, 0x369e0f3868935be206f265008c29bd3e, 0x57c01c8b2499e7aede1b45aef0e99c34809a422c2b01d3085b258605488ca3fd, '', 0, '?'),
(0x68e9e7a7891d40d857a5a3072744812f, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php', 1, 0x00000000000000000000000000000000, 0x7bc06c22e06707aef762f5ab11a79e88, 0x5e5de60a7f364a07983e4b8f3ec5678e01646ed2fbb603058676d19a23a9cfa2, '', 0, '?'),
(0x68eb28869384adc37088fa4c13ffe1a6, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 0, 0x5d60e461473b7d5ea47ff875144c7a25, 0x5d60e461473b7d5ea47ff875144c7a25, 0xb01f9ace31ad51bc27707ff6147b4b9456562a9cf6d051d854511745e01ca481, '', 0, '?'),
(0x68f2a97e9484240f17f048276a26b361, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5_no_content.php', 0, 0x82d0e4396626249e057c93b28c5ebfd8, 0x82d0e4396626249e057c93b28c5ebfd8, 0xfdf67eff473eb354b13d127ae677deac4e69f4efa1d9e0b22adb1a30146e1c2c, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/format-library.js', 1, 0x00000000000000000000000000000000, 0x84dfa424431a166139188500bd988463, 0xedbf7325c3000a36d22807ae4bcac4af06027fed1c821a46de449fda16257cf5, '', 0, '?'),
(0x68f366f8e427c1327fd39455a08e77c5, 'wp-content/plugins/updraftplus/images/icons/azure.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/azure.png', 1, 0x00000000000000000000000000000000, 0x0d9cc3c8f0137e49db173eae0969582a, 0x3a13116693eed3cfc678b875f1258a146f5877e30b7c6970d3afc8fe637c236a, '', 0, '?'),
(0x68f48b84a0ac0712d72cec115d979665, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php', 0, 0xf0046670c1e3e855564c4824a2f0ff61, 0xf0046670c1e3e855564c4824a2f0ff61, 0xd3d4fe2cadf6f75364d263ecbc079d7826a1737ad9630bbd8c7430018c1d7aa0, '', 0, '?'),
(0x68f4bfcc5dafed75c8f62f7d891e3478, 'wp-content/plugins/kk-star-ratings/src/core/actions/metabox/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/metabox/index.php', 1, 0x00000000000000000000000000000000, 0x619c51f095d73ef8a06eb616dfcb4677, 0x26ffd3b46cd7f082b067db52376b0f7b2696899043aa602316f749cfc2f1fa50, '', 0, '?'),
(0x68f6d83113b97b8d865fef840e310359, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action1.php', 0, 0xbf976d14c37b5520cb0d3fa8e437a674, 0xbf976d14c37b5520cb0d3fa8e437a674, 0x30c41abf6b7a31f9025f45492b6410653d266afd31951ced4e56bf8be7d5403b, '', 0, '?'),
(0x68f746c1f6b6636af50d4cb766bfe7f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_import.php', 0, 0xf359ccfe7d3bf7710f4af58118093292, 0xf359ccfe7d3bf7710f4af58118093292, 0xc7f993ae1eb767a19bf6af2767396fea46c2404fb529cfeb7ab204b5d3ed5956, '', 0, '?'),
(0x68f973f905718f268c3b3309973c871d, 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 1, 0x00000000000000000000000000000000, 0xa2daf496c906cd67bfd0d36b17cd5e8b, 0xcfd04b48e9e25cd0d69b779a0338457bec84d8ebb9cab9c2c618b94d1fb162c6, '', 0, '?'),
(0x68f9ba36a8f4fada4d5175b8b30e4810, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1920x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1920x0.png', 0, 0xdb3932ed04ee42c419e727f908db39f7, 0xdb3932ed04ee42c419e727f908db39f7, 0x44fdfe6de429f25a26c4887c913e1da03d18b2dd1c80ea98bad8e9fddd7f7a6b, '', 0, '?'),
(0x68fabc4c6f779d528982a51e31d12f8f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_3.php', 0, 0x131647a542dd4b659aa1f677c2a89572, 0x131647a542dd4b659aa1f677c2a89572, 0x8eddec3c1f0456204e8a0ed4bd7e1bf2a7e7e6b8860de684544c30d786d83437, '', 0, '?'),
(0x68fcf56922c225f159416615bc15e9ae, 'wp-content/plugins/td-cloud-library/assets/images/location_finder_google.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/location_finder_google.jpg', 0, 0xe7e0f1598459d15655e62a55c01f9ad8, 0xe7e0f1598459d15655e62a55c01f9ad8, 0x1b192a42ac510a85a1b3f6fa19400480263ecad23d08c7329e74b78536fc5bc0, '', 0, '?'),
(0x690b89b75bcd66c8189581e85783f238, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php', 0, 0x8f07aea8eb458c3a1aa4be4852b515ae, 0x8f07aea8eb458c3a1aa4be4852b515ae, 0x822f526ec23fef2103abcd607cbb73383e6854bc98a42e0d926b9a1980928f52, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x6589c92e9dd771bf3af3fc976adfed52, 0x75a87f61c676dc52b0fba02b5701650dff54864a0c259822c20d37a466bb99cf, '', 0, '?'),
(0x690ca3f14941d8d5c36bc753875cd5a7, 'wp-content/languages/plugins/elementor-fa_IR-50f7bdee322f202b88cb992c0ace0ac3.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-50f7bdee322f202b88cb992c0ace0ac3.json', 0, 0x1e739163c72911f1b9c05d6e0869335d, 0x1e739163c72911f1b9c05d6e0869335d, 0xb62744add5d09ae2454d5db35f2eeb56421b7d7a4c62656b5754e5b8d446a698, '', 0, '?'),
(0x690dd8d90f467df23fd75adc2a9c915a, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x690e9ea14135cd5ca11befeb7b7bd37f, 'wp-content/plugins/updraftplus/central/host.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/host.php', 1, 0x00000000000000000000000000000000, 0x1f58b9a4956b3a0dab08e9a83d7b301c, 0x7979cee6bab622aa9b8bb83fb1103d206f1bac47e5718cadb06b0d418bef42e4, '', 0, '?'),
(0x690f272793d4ccdcb33a4bd66b18be0f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_6.php', 0, 0xf23225189e326fb580ec0d1801248569, 0xf23225189e326fb580ec0d1801248569, 0x127983a5071a9a3cd6754473327014e1c580200e4692757eaf162ee041e03b97, '', 0, '?'),
(0x691117366f56f035ffd70731f92c6efa, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 1, 0x00000000000000000000000000000000, 0x24fa658042677c295cf8959e604c1345, 0x4a2040ef36e64c6f55c33ddffdc3d1e50c2de91e6085a0089d01f89163430fc7, '', 0, '?'),
(0x69139cd77bf9be70570d8e9e39a32fa4, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 1, 0x00000000000000000000000000000000, 0x8741cac4ef971863f29fb550a6850f81, 0x1964ec390efec649223eb0ef3d9135cce6c069383f41c7d6d0b33a8de2c7589c, '', 0, '?'),
(0x6913bb5d241a3c589356055ce72ea81c, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php', 0, 0x26efae00b16dbbd8a75c96f2f53440e0, 0x26efae00b16dbbd8a75c96f2f53440e0, 0xca0da24d816d32db7bb66a486f67b59faadfc764f919c7fe8dbfcee790c7ebe9, '', 0, '?'),
(0x69192c335f2f18b7b84c491a72511135, 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-html-escaping-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-html-escaping-functions.php', 1, 0x00000000000000000000000000000000, 0xfd8d3f84d4ab1c58a3c76ab7d6320c5c, 0xfa3c7f4b349989d56ed8587c22f0df1c08ec5047c3c3c9ca9a2854ab317d55eb, '', 0, '?'),
(0x691aa824e56b6067e7e3439f11324f1e, 'wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x691eebbdbc18d4693ff9bb039f3d16a7, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x2be49f0609718d4c14b12bae53986d19, 0x68b800b77767f8f3415b915913a0f67a3ff4f6ab1cabb97921e5c9b3a5977e73, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0x69229a5153ed49504cf2ac13d5f9f43a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_5.php', 0, 0x5527e358d4793d169b94dc82d5ed08da, 0x5527e358d4793d169b94dc82d5ed08da, 0x893734dbfbd15b925706824d74f1ace658f148221ecb0780f8e3e4fc4cb69339, '', 0, '?'),
(0x6923451175cc7749dcaddf60e01ff64d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', 1, 0x00000000000000000000000000000000, 0xa102d04b9c63935042ae4f5d0a992dd3, 0x9f8cd3f7de48612a47c1d42a524815eedb44b383c320818df0e6c7cf6d77073c, '', 0, '?'),
(0x6924c5107a8fcac98416a8a5107bfc13, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1_no_content.php', 0, 0x583109b1490529ecd3afaf186f208e5c, 0x583109b1490529ecd3afaf186f208e5c, 0x9aa81e34f2a5a120cd40aeb002255bd27dafc00cc87318b8e09273aa1573fff1, '', 0, '?'),
(0x6928e2f409c73074378440e251fa1f40, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 1, 0x00000000000000000000000000000000, 0x24769a2957f716979cd894b81e45b6ef, 0x58fe958a5f3c58d44b6e6d17b95f8c9fdd2611b17f874b1d24174515331753b6, '', 0, '?'),
(0x692a8a9c0b365fe0d7d7b8ebfdae3651, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', 1, 0x00000000000000000000000000000000, 0x2c2b98bf3755e565413e21f924c509dc, 0xe8b88ab9e7cfe563731f49b93bb6e722c5320cdeeababc956857e3a0dfcbebf6, '', 0, '?'),
(0x692c31a2a207d6ac5702548da29b69b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_4.php', 0, 0x714a461f12e1b04d4803b5563c233ddc, 0x714a461f12e1b04d4803b5563c233ddc, 0xd11bf638374057f5948dfee52f944a4754052387171c8a632f1b500022a9c841, '', 0, '?'),
(0x692ff14eaa3b6f858f182c8613a298a7, 'wp-content/languages/fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR.l10n.php', 0, 0xdadaf30988ba90115c4c64cb344bd6b6, 0xdadaf30988ba90115c4c64cb344bd6b6, 0x5f58930b26617fccdeb05c94b23b2d8fac0657d57e93d1f001ea2e6f942dea91, '', 0, '?'),
(0x69332c2275d9e285c4895a342245cacf, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 1, 0x00000000000000000000000000000000, 0xe86b42ed471ce9aec762773e21c42b0f, 0x7f7a19207fe746df93f76fd5658a552618ebaa7577ea33e61af88e8474e26326, '', 0, '?'),
(0x6933947c86094a1150b8f19208932a95, 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 1, 0x00000000000000000000000000000000, 0xc98b332033d8ff47a0182efa37a4b431, 0x793655cc058c8616a3eb18d574dac49266441b6b9f77b12bd1825f47df6e6142, '', 0, '?'),
(0x693882d9ffaa184ef9d5f133e394716e, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css', 0, 0xfe56f93d50b68e4cc3f48e1b730c1486, 0xfe56f93d50b68e4cc3f48e1b730c1486, 0x7d435cfaed202e2ad3d9e3f3ad6b576e0e2e1518068b1f78b8f3d635d0c2896a, '', 0, '?'),
(0x693f21bef1a09f2cbde9f9d06a34fafe, 'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php', 1, 0x00000000000000000000000000000000, 0xd7559e24f9c961662aec196fb76e9f97, 0x10731e25c3d4befba4e8e1b91e3be82dfe4a0e9606ef8488bac7bc2f16702066, '', 0, '?'),
(0x694926eb87358e1edd11eee16613994b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_vimeo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_vimeo.php', 0, 0x062dfc9f1a4708b8dc6703e3a2da9d23, 0x062dfc9f1a4708b8dc6703e3a2da9d23, 0x86d590c454c696ef00a3ae1b5de0ba086f3b90af845904854148a51fde91edec, '', 0, '?'),
(0x694a3b076172a0e3133be80ec03db02f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1_no_content.php', 0, 0xdeef1bc21a63dcd59a992efe506d9221, 0xdeef1bc21a63dcd59a992efe506d9221, 0x5aa8400e46f20757363dde0fd4c52b776affd74e019c78cdd0b9189c5ac5f2b2, '', 0, '?'),
(0x694fe82b7e0afceec9f27fec014a5ba7, 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1690810710.js', 1, 0x00000000000000000000000000000000, 0x623f1081a8fa5cd9b0f5045967440d7a, 0xa887e94f64f91d20c7f511113a58d715aeea13205255c52bfa40c91302ecfe39, '', 0, '?'),
(0x6956e26657b5b8233b3fb948de1344c4, 'wp-content/plugins/amp/includes/sanitizers/class-amp-native-img-attributes-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-native-img-attributes-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x967c13edd654dddf2fbac39ee52d330a, 0xa14b72b4b8b042967b5d3202d49802377c3158428e55d9bde471dcd7ddc4d277, '', 0, '?'),
(0x695958db2594c596447cf70dd6ec2535, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php', 0, 0xf810bc9808421884d6590484e58352c4, 0xf810bc9808421884d6590484e58352c4, 0xcbd189af30801087e5ba90394067d52355f11441894dc67e62fb242ad066cbd3, '', 0, '?'),
(0x695a2a638bd78671d839a8aac0cefe99, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/navigation.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/navigation.less', 0, 0xa951134045e93b59d54ae3b2f68499ae, 0xa951134045e93b59d54ae3b2f68499ae, 0xa13e47576fd506f6110ce4f1bbccdabd8e641bff32294de0ac4352ca82f19b43, '', 0, '?'),
(0x695a4f452960c1dde9d28a0bdab5411c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', 1, 0x00000000000000000000000000000000, 0x51d42fc3d3dbc0ea6c625bf93b262680, 0xe084115d244dca38938e460fbf94fbc594565d19a388916c02faea390e220a33, '', 0, '?'),
(0x695cbe400ead31755e0ff708339f4959, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_panel_settings.txt', 0, 0x5d9eb6604b0f62121e35fa1feb30bbfa, 0x5d9eb6604b0f62121e35fa1feb30bbfa, 0x75a357a2740764575aa024171136a2b9dd01d42d1e26a60ab4d56e154485c413, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x9e7da93c1fccc4dc8e827318bef29c39, 0xfedd51c7fe27d872998620bc741337a5e23d732a1761603cbe7a1fda6f13d45f, '', 0, '?'),
(0x69637b30f5b5af68384ed347dae9031f, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', 1, 0x00000000000000000000000000000000, 0xaae648ec410260f859ac89e58a8372c1, 0xe89981a544948ab27bab7db0b639915a69897fec7eabe57d7e25377faf42f629, '', 0, '?'),
(0x69638c25455303d5f43b670770075a7a, 'wp-content/plugins/wp-rocket/languages/rocket-bg_BG.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-bg_BG.po', 0, 0x5dc6d92680d743f8eccaca2f699533e1, 0x5dc6d92680d743f8eccaca2f699533e1, 0x6aacb42d85984b7a9d49f95f4b35f7b677939d9749d495cecbdb23318e52a182, '', 0, '?'),
(0x6964dcb6c731be130f2297f4f9c95eef, 'wp-includes/blocks/separator/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style.min.css', 1, 0x00000000000000000000000000000000, 0x07c545601366c21eca9045eb11961b99, 0xd70ae27edab91b916037b7e7e5917c70eed4e08450eb1d2a8f368e70a3870f2e, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5b527a40eb4d4d10516d0672f7018385, 0xb171c09108f258394f07f8fea16134c141afdee6c0c4cf27f4f8f2ddccbe1d65, '', 0, '?'),
(0x696e3dc1fdbd09c0ad129bdec2986c17, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php', 0, 0xc031948a26c681fac19b10fff4c53148, 0xc031948a26c681fac19b10fff4c53148, 0x2c01f2f5c140eb6a3ca9143d98d03ef557ba66ec8e7f95d6805c0f930dcfe99b, '', 0, '?'),
(0x69768d097f546c50d7cbae700df402ed, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_load.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_load.php', 0, 0x931b45fd699b633bfcba6c01f71fa9a4, 0x931b45fd699b633bfcba6c01f71fa9a4, 0xb9ce24981d033778a98c9b5eeed3ebf16fadf92c24950532633df44b852f9e66, '', 0, '?'),
(0x6977e513fbe636da8452ef13bbdfc7bb, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_share.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_share.php', 0, 0x7c03bf0a6fcfb7a1fa1d0c60772cd321, 0x7c03bf0a6fcfb7a1fa1d0c60772cd321, 0x1a98c9c18f3f754937a82a8ba8b461727eb586b0a1ce0804609dcd1cf0264380, '', 0, '?'),
(0x697b1d2dc0e040465554660968906606, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 0, 0x858be1e34ed7abcad4c702b3b707169e, 0x858be1e34ed7abcad4c702b3b707169e, 0x563af0b484016b3968071b26fe76b6979d16bb8806e3e4de1a5cbfbfd367a197, '', 0, '?'),
(0x697ba6b74d5544dcd7bfe3ec1b491b02, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_8.php', 0, 0x856102b19f719a90091d09f3c8eaa41c, 0x856102b19f719a90091d09f3c8eaa41c, 0xa2aa160c10b0430f8c79f3a5945c059207f82e99cee1f97977efeed377029a34, '', 0, '?'),
(0x6982074d88fde0f782543161a8f7fd75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import_no_content.php', 0, 0x3d62503a8880130f9897076878126b2f, 0x3d62503a8880130f9897076878126b2f, 0xeb7124315db3e9b0f824154426afb7266212499576c9958205e88bc20aadbf35, '', 0, '?'),
(0x698314f92513201ae760a8fab4dc5665, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2.php', 0, 0xfb8b32ec89702edc2520802435ab1587, 0xfb8b32ec89702edc2520802435ab1587, 0x94b5e883084e503e04aeb256b3b1a2ef398025c23d92d22d4e771ae78873fb4b, '', 0, '?'),
(0x698a47305f573362be13066d6578bfc0, 'wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', 1, 0x00000000000000000000000000000000, 0x04674191228d612e336d3b7333f18da9, 0xbf574419e0d69800cd394acb2250f2b060c0878b281ccfc1bcc3f50c76291ffb, '', 0, '?'),
(0x698fdc2accdc0ade312c29dcd5da5ba3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 0, 0x739959b1f128d105e3587788d6cb4b37, 0x739959b1f128d105e3587788d6cb4b37, 0xc8669d79dac121b0ef4fea7982d66c463519e5b976c8204477d6692f0fc4c5e8, '', 0, '?'),
(0x6995a962a5cee189a498735ee1cddfd3, 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-utils.php', 0, 0xa12274f1276403a5034930f1ac2dd2f5, 0xa12274f1276403a5034930f1ac2dd2f5, 0xbc25487f82a0a97d74e922adbd15c427d43a5a28ceeadbe846b9a61876849b55, '', 0, '?'),
(0x69973b2bb47ff990bf0c4fed73efd6bf, 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x5f49c92628e96957e2a85b8730b7fb7c, 0x2f1a8234b0f6b72bd9adadc6ddfaa422be7ee62371dc3355dcfed4977bc12787, '', 0, '?'),
(0x699ea6f5758b2c744a40c4c00b821ec0, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php', 1, 0x00000000000000000000000000000000, 0x7ab34951ee88347f8e22dadcc3d931d0, 0xb61842263fdf9116804c61b84a59bda8d700bf67711be92e8f809a7527cec8a8, '', 0, '?'),
(0x69a5f9d9161b89aeb070350547c40f48, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background-overlay.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 0, 0x665138332614ec37fa40e18ca93b1331, 0x665138332614ec37fa40e18ca93b1331, 0x2787ffc5449e8bfe256a5153216cdf117421edc62ce68cd1014196819a042ab0, '', 0, '?'),
(0x69a65b34d79757b2c78306d4d379c436, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-shop-home.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-shop-home.php', 0, 0xc3b3ab04e99f44af071f384b57a54e07, 0xc3b3ab04e99f44af071f384b57a54e07, 0xdd61b4c08b6e8833a487f6fa3129b82dfd6ad4b1fc007dcfb0732ac42249bdd4, '', 0, '?'),
(0x69a7f9c1439bd0505659e9144f856bbd, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php', 1, 0x00000000000000000000000000000000, 0x3a09f95a50a513c55a9a88163f283fe6, 0x2485bbb5b0e3a1ec793e24740be9dd32cd2f224cb5504cc0f5a24615145344d1, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7b9d10cf5a9f15fcc2339b01238f6576, 0xf1a0cbd6c45f834b36386d567f08ce2a6b12f9e868667bc98e158cd2f737a300, '', 0, '?'),
(0x69b2a0434307f9052ca62ba98daaedfe, 'wp-content/plugins/wordfence/lib/wfWebsite.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfWebsite.php', 1, 0x00000000000000000000000000000000, 0xa290c174cc107e05e1414ac4616f06ad, 0xbe4189f66c45f7f4a55403083209063af1bc241993e982e918f2a4266292ab10, '', 0, '?'),
(0x69b35c88752d5bbcf5d853133a4fb6c8, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_22.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_22.php', 0, 0x41b59cbd692f6ad6e045a0d7a861ef06, 0x41b59cbd692f6ad6e045a0d7a861ef06, 0x58651a34ea7fbc3e2f6b86f53c5b0a77be0b1423114168056ee043b7bfe35637, '', 0, '?'),
(0x69b3717a85b9fa8f44b0fb08bf5a5124, 'wp-includes/Requests/src/Response/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Response/error_log', 0, 0xd80d6418ada844f62a377255eb5cdf7a, 0xd80d6418ada844f62a377255eb5cdf7a, 0x15692bcfa0b0147458609a586a65805c6e8968471da4f2ef78d50d837d610074, '', 0, '?'),
(0x69b591be89d4f5436ebc86df59c09c11, 'wp-content/plugins/td-composer/td-composer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-composer.php', 0, 0x8befdc7b8f056931b38f174f4d9d59e0, 0x8befdc7b8f056931b38f174f4d9d59e0, 0x2f3fd3180243a78033d8c1cc8bf0a69d2c17223db4af4aea9ed7bf81ce772fdc, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', '/home/abt90iranbet/public_html/wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0x9fd3a40b17ca6b758d916c4c5316a904, 0x0ca0e3f50c7234d8e9b9f969c00b8d8b6abf22dc88899005cbe2cb36b9cccf26, '', 0, '?'),
(0x69d251e8a5d8913c4fe4c8a6f81e584c, 'wp-includes/SimplePie/src/Registry.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Registry.php', 1, 0x00000000000000000000000000000000, 0x75de055a5a5fe7466b080d0395b32a3f, 0xc15bcf7943acb4ecb6bffe5b74dffc730d5d359e37ba3891e51f4c94e42e1473, '', 0, '?'),
(0x69d401ade766b6462ea1cd32ab23772d, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_files.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_files.php', 0, 0xda2db027a57b9199ba069fd710207106, 0xda2db027a57b9199ba069fd710207106, 0x4deaeee3d261c819e05babf8447e151be9f4b36a0ffff4d5dbafcdf15681d5cf, '', 0, '?'),
(0x69daf635337034a1580c3b13b2329bc4, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/script.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/script.php', 1, 0x00000000000000000000000000000000, 0x33d3ed405fe72a45292903a9beb3aace, 0x2471c764c1fd28be39e6d8f3cd1e56f3285cd4a97658f1ca923b7bba0613eedf, '', 0, '?'),
(0x69dd3633ae8dbdbc437c779774ff0b84, 'wp-content/plugins/wordpress-seo/images/rest_api.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/rest_api.png', 1, 0x00000000000000000000000000000000, 0x4bc673d3f6c77212e4100b5b0c155ced, 0x5943132e3b5061dcfc8ca4fc4ac87dc9d6119cfd78ea15a81b81d563c5438f41, '', 0, '?'),
(0x69e01016d2425104a5f1149e8d28ac67, 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-query.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-query.php', 0, 0xd9676e0b027a6caae0df64fea2ac72b6, 0xd9676e0b027a6caae0df64fea2ac72b6, 0x9080bc48a8ef421a66613923b4de89e9a3cf8b9c4d9f1ccc25a393cd39d15f5b, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0x32a56889db326145d206081d11019930, 0xa944ea3ae45de8b89d7ab0d9d0c2fd77255b8b6acc6f86d0ddfb8e115860d7fb, '', 0, '?'),
(0x69e4ba9b62cf36a60c18a6c4658d8267, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', 1, 0x00000000000000000000000000000000, 0x614de75a58e90509db02070cfb824ba8, 0x58424e7955bd28d2af20b939114057d9fee3ffaff337e9ea6cf63b0be5effef1, '', 0, '?'),
(0x69e9f4eb8c3d6134f8932a664c1ec20b, 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php', 0, 0x7a56a4c6e3760bc47fd68bd0d8e2c647, 0x7a56a4c6e3760bc47fd68bd0d8e2c647, 0x8824a811a523fb767af52ee81390bec50495ecd1ce56a34f638b472286a84e02, '', 0, '?'),
(0x69f58e7814f44540b98356b2cec04522, 'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php', 1, 0x00000000000000000000000000000000, 0xb06f5b7755db74557865e3eea424a684, 0xc01994f06235775a40eb0056407e91b8096b21160bcdba1977d1a9e075b82073, '', 0, '?'),
(0x69f8d0f673f4683683130df475ad68d2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', 1, 0x00000000000000000000000000000000, 0x314699b07d44e8525975366671c8af03, 0x3334b81bf186fbaf7f0b1d9539a3ee52e0b9454d70d4df645cd29f9454efe075, '', 0, '?'),
(0x69fe07f60d6381dcdae4b1561473de4a, 'wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.min.js', 1, 0x00000000000000000000000000000000, 0xf5e63bd61d061e63482b1d4df3768ee4, 0x39947618d2140b3006a45dda68a787118cb7896f3bbc42d4f275e321b780af85, '', 0, '?'),
(0x6a07dfd73de4d73647de79df8624476d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_8.php', 0, 0x88c2ad50b7bca60d48870887896e284d, 0x88c2ad50b7bca60d48870887896e284d, 0x336186ebe45a40ee79074947b7158968800d48897e4214d6fd8b09645c6460a0, '', 0, '?'),
(0x6a09dd64a23b5521a66c5359ae4b0565, 'wp-content/languages/admin-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/admin-fa_IR.po', 0, 0x616fc0a5303661ca28f4ab9aa12ab5de, 0x616fc0a5303661ca28f4ab9aa12ab5de, 0x8fe9313e79df2634944f7fad94925cdb8701f790a4247ea0ab9bd29f537c5f54, '', 0, '?'),
(0x6a0a64e3dc852999dba798eb3522bcc6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', 1, 0x00000000000000000000000000000000, 0x52da10dcf579bb940a1046b74fc67edf, 0x14b0a3db27061b5be98c3c80ce256d368ab7c64e4d341192ca52788652eba070, '', 0, '?'),
(0x6a0be2e40c2232ff39051564a0760c38, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php', 0, 0x8c59e25a12f17119606d9d8674e51352, 0x8c59e25a12f17119606d9d8674e51352, 0x827888c94d1232ebb58f28e04d5ce76f3c0ea358997cc8c08e72e2628c9e0cae, '', 0, '?'),
(0x6a10546d68491e565158b161976c7f5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', 1, 0x00000000000000000000000000000000, 0x7dbb7290a4dc7486a8711451b1204eb9, 0x42e2ef9c195df04a265a7c54e9a2b1117ed8048a2ac15e99e082dbac25a9b26b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6a191560db417a168e0770b05a4c7294, 'wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg', 1, 0x00000000000000000000000000000000, 0x709232a31e25fbb12acc8b283e12e552, 0xef951d2f81cdb63e0924bfb90d9ab45f509ce49dd6dbfd4cde190d166bad90c1, '', 0, '?'),
(0x6a1e01ca53f6adff19e25e70204e09bf, 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 1, 0x00000000000000000000000000000000, 0x87f8b2e4dbb834585f78d04067baba03, 0xc20ccbd64382c70b890c4ef299149c444c64a44550c6e3fa6dd8dbc957a63739, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x6a28692cc87186308babd2999d20c89e, 'wp-content/plugins/updraftplus/languages/updraftplus.pot', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus.pot', 1, 0x00000000000000000000000000000000, 0x9ebfb19f091f80fc019174aaacefd2f6, 0x550a88b5bfc57a9f626d48a6605494884b1681c243045c54106e756fa05b3d04, '', 0, '?'),
(0x6a2ace1a4096ab8b8813f29d77931cb4, 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 1, 0x00000000000000000000000000000000, 0x621bdff8092b7b525c4b6e6c2f4e8550, 0xcc1d3998716d5ff9c3e144a54965f484e5b2ba5236cb93896860e7a9e5cfb99b, '', 0, '?'),
(0x6a2b73e46332ed28c0e0f9ca751a7b24, 'wp-content/plugins/kk-star-ratings/src/core/functions/styles/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/styles/main.php', 1, 0x00000000000000000000000000000000, 0xb7d1ce3a63ef1b7c4dfea8f73cffb00f, 0x40dc1fd2624b5d8d78bd58c8d94126865b769b7bdb374a69b5ddc9f9ba962979, '', 0, '?'),
(0x6a2f21a5125a63509486d08b649e2190, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-about-title-logo.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 0, 0x92a042b341f277fd060e2d0f4519a744, 0x92a042b341f277fd060e2d0f4519a744, 0x03496651d3b93ca9829fb9f8624589c84a7c38fe7628389a9743d3eeac01c41a, '', 0, '?'),
(0x6a2f472541d6f77440df232770d33da4, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php', 0, 0xa2d5096eb64a5e6e580f03715282e5d1, 0xa2d5096eb64a5e6e580f03715282e5d1, 0x028431cba9b7c88ffc97440fbf51b470476f055159d3f6bc39630f60c8b49d6f, '', 0, '?'),
(0x6a311a2a14b826a78836a64a9b28ac39, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import_no_content.php', 0, 0xed14a5a719a250990b33384213e84296, 0xed14a5a719a250990b33384213e84296, 0x6571d5fa1dbf574be71e306058bd266c256482f6a1a9ac6671dbf83b1050b015, '', 0, '?'),
(0x6a3b17a18fc75fa73dd81afc029d9398, 'wp-includes/blocks/group/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4d9418e76c714ddadf03f7df6fde8bee, 0x31902bc9681f89453ec4c267888e2b9d89229398dd0e09b2e1390174e5c21d59, '', 0, '?'),
(0x6a3be6f9284e7f12961e73cf5c4c6816, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php', 1, 0x00000000000000000000000000000000, 0xfbd74fee5c703edaad878639a5d63edd, 0x09503e132093ab7eb271ea75820a3837cb5bef6bfae4e79d9ab20dfe469c568e, '', 0, '?'),
(0x6a3c063234e596eaa0264e5da82c0df2, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js', 1, 0x00000000000000000000000000000000, 0x6e5f7eed4eefb308cbf221becf5139ff, 0x90967ea803817dd123623f159c67cfc002876b6f958b13cf4e571fd40faba0eb, '', 0, '?'),
(0x6a439f2c4bfd6c96e283cd988d0322c5, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/wp-request-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/wp-request-exception.php', 0, 0x23dbddb5820430db0c013bf2ebbec578, 0x23dbddb5820430db0c013bf2ebbec578, 0x0bdf04630e1c0b6f4795f5556f10e9d15c998a47ab877df488b0ddbfbe0bf298, '', 0, '?'),
(0x6a45e961f14bbb975958167f70735f77, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2.php', 0, 0xd56b6bcb0f250931163465e511be3569, 0xd56b6bcb0f250931163465e511be3569, 0xabd8d89708d5a9476eac8e1f428b8c65769d8d4989592187808a6bbb5cfe3718, '', 0, '?'),
(0x6a47c24e9899a7b778fc94dfea400bce, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', 0, 0xa2f0f07930ab153dc249e9fb769a195d, 0xa2f0f07930ab153dc249e9fb769a195d, 0x2591cda51d7a455f08260eacb2f8aa93217ad03f10f2c523602b7efb09a6f760, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe3e0dbfff40e7036faac734a8b10552, 0x48d7a3b2cc6d7c6f4334efbff9555c3b75121450f436ac759c30b2f90ab0c46c, '', 0, '?'),
(0x6a5a025fdcfcee8728ef64468f25fad9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php', 0, 0x69281ea7537121cde856874e64ff612d, 0x69281ea7537121cde856874e64ff612d, 0xc4054aae76c2446f1184ff25faffe13cedaa07dd4dfeb6b1b8b360b02fa84e70, '', 0, '?'),
(0x6a5af8ad0a63a45ef75cf37a6bbdda18, 'wp-includes/SimplePie/library/SimplePie/Cache.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x67e9bfa2bf997193b2824a7269598f50, 0xa375b1e8fc4db66870b605022382133111af6b369349fb87efd11491c4afa5ce, '', 0, '?'),
(0x6a63b505522ac2599fdf89f720a3f3c3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 0, 0x6a1d4a491cb910600dc74cf2f3fc7796, 0x6a1d4a491cb910600dc74cf2f3fc7796, 0xbb498d3d5198207fa082ec28f70fba0339ceb9161e876fbc70bbf02fca4859ac, '', 0, '?'),
(0x6a6758f978af725473f4118bf5c6a4d0, 'wp-includes/blocks/comments-pagination/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e0625183c0d92e2648b50a3d328c026, 0xf0bc57c366c07a9134eda5de64d01a6a183e9e4907c41cb7d043b6c1cb80122f, '', 0, '?'),
(0x6a677b2fb589a0306c37829ee5a1adf2, 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_bonusbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_bonusbox.php', 0, 0xcf837162f6e5d1c8793bfd2e4997b694, 0xcf837162f6e5d1c8793bfd2e4997b694, 0x35185d2f0690cac862aa129f98a09a2b6da99cb0919071f42346402af69a9047, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x000b93c948d9fa379403ddf95385d0c6, 0x9ca503a0aaa24251360d6a1eacbb2ac367547aac0337a1c4227da3d1e6f35303, '', 0, '?'),
(0x6a6e0c38bda6447357ca7bb977b72618, 'wp-content/themes/twentytwentyfive/styles/01-evening.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/01-evening.json', 1, 0x00000000000000000000000000000000, 0x3441b8aee98111bf0d6de5fffdc1e6a6, 0xf0e96a188bba8b23448fa75d91eb857745b42c801578088df1efe916f187adf5, '', 0, '?'),
(0x6a6f50c0c51f5db1a3e84efc68170819, 'wp-content/plugins/elementor/assets/js/text-path.bfa8a1f6fcf6c803aaa9.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-path.bfa8a1f6fcf6c803aaa9.bundle.js', 1, 0x00000000000000000000000000000000, 0x6259a0499f824b330e66ce5c915a9cba, 0xc3c2a22e49bce7eca8d350f0aa12804aaf6bd0a3fbac62a12ddaa435b1f48b09, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x6a7598c525c3c98a0d0046d2a7670ec8, 'wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif', 1, 0x00000000000000000000000000000000, 0x95bed8e667915e96907820b79f11b76c, 0xd70c730a48ed4b219faa081fd6906784ae146b156ee21ecaebcf0003eed0770b, '', 0, '?'),
(0x6a7c81350b17d3fcfa101f3ab9ca90c8, 'wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php', 0, 0xd9e2955904f13a965d8907157a4cd4ea, 0xd9e2955904f13a965d8907157a4cd4ea, 0x0cc3e52f467e6f975d429cbc931d0b063de3ee77feb0ed698446572ed2d9bf6f, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0xa96ebc3ab1bd09c1fc5184951c097530, 0x1a520bd86f428ccc07cd965d8a7d401baf80dbcafe9b6936015026db3085b339, '', 0, '?'),
(0x6a8299345c7ca69009e481cc96f574e4, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1920x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1920x0.png', 0, 0x65024977c3d9d7be04a67253cb71e342, 0x65024977c3d9d7be04a67253cb71e342, 0x5dc48a7b79c37aa09185989480a68c9fa4e4503761f7f7953a77978666541dca, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 1, 0x00000000000000000000000000000000, 0xc77e22e24fa4bccbc9c1da000dd3e7db, 0xd1a051b61983fa2e865e0fe9b81c489fcf872027a0c9c9e1d1f3ef8702e8d2ed, '', 0, '?'),
(0x6a8c4a42a7a6b97ac6345e4e11725097, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php', 1, 0x00000000000000000000000000000000, 0xd62d73dd4e85c7bb090c8f8ce2f035b1, 0x0226c49433c3203bc4701bf811238b3bc8c722820a635c7d86c1006848e5edb6, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0x22af741d30de2c3036f6ac913cb9fb1f, 0xd4512366b2baa339eb87073ba9388ed92a428133ba57f50801616f33466310ec, '', 0, '?'),
(0x6a901e8e018f887e6a6775cc94612cc7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_6.php', 0, 0x9c2bdb4314a3460283496281c940fb23, 0x9c2bdb4314a3460283496281c940fb23, 0x805d8d42c39757de991946ea75b40c6b6998baf8b162a8872f8c31d2cbffbfd6, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0x6a909dc65dd2a79db01af15e361cd414, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php', 0, 0x9340137458e0e8b428f49d0fe8043720, 0x9340137458e0e8b428f49d0fe8043720, 0x8be6aff3e322f088b4885bfe290c0240a757bcc499e0487bdbbffb50f6c0a5a4, '', 0, '?'),
(0x6a9142168419c00fa0c61ae3c7718804, 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 1, 0x00000000000000000000000000000000, 0x71fe35b9475ff55a425496b3a37e0769, 0x1e8ad6061436696f98a10b2c8cfec7f2100a0ce8e7e5fd44d4197fa797d5a997, '', 0, '?'),
(0x6a95e254005065b3b028b9361e062049, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE', 0, 0xd05e73887eedc78611070af6a52dd160, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0x6a97052414133c01dd5c735744878f90, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', 1, 0x00000000000000000000000000000000, 0x735497952e2e913330cd9c2b95f6cb54, 0xffc13211d806288ebc2ea0517d1dc37663b7dd837d3470853ff8dad8b784f8ba, '', 0, '?'),
(0x6a9b6b3c8786dbbd0891d90e0eb67f42, 'wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php', 0, 0x84cbed595d0ba9fc3d07dc5d2fe20611, 0x84cbed595d0ba9fc3d07dc5d2fe20611, 0x41cd4ecc445a8c4cab22e496a769f85555b762c6d00c3fd84322fdc2a23e2500, '', 0, '?'),
(0x6a9fbeddcb748a6a9800939315f43aaa, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/sticky-admin-notice-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/sticky-admin-notice-js.php', 1, 0x00000000000000000000000000000000, 0x31fe4caed322e32242e5a2cfbe64d4ad, 0x95ba7c95ca0d49b944ac9562714eec667279e9de38c3ade1019a95173f7b84c3, '', 0, '?'),
(0x6aa2f844819186b9ed87452baa19e7ff, 'wp-content/plugins/elementor/assets/lib/hover/hover.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.min.css', 1, 0x00000000000000000000000000000000, 0xe1fb58015d32aa818790dbed4cedc1f1, 0x861184fea585027ef91d72532fe6c314d2afb0ed6e947c9fae69297adc2bf979, '', 0, '?'),
(0x6aa838f0d4b697675250944f615c4c92, 'wp-content/plugins/elementor/modules/usage/settings-reporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/usage/settings-reporter.php', 1, 0x00000000000000000000000000000000, 0xa11b8fbbf87919d3e4477411d93c979a, 0x4e86fcf0859aeafb7e9dee1a958eea85f71567b40c494f542be155e65a118406, '', 0, '?'),
(0x6aa857571d7dcf7f0ef44495fcd837dc, 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff', 0, 0x0563ba43efbc4ed34087e1246859253f, 0x0563ba43efbc4ed34087e1246859253f, 0xdb3a282198b1f318ae347d46b172820f1bbb47e9164114c924f68c32428daa6a, '', 0, '?'),
(0x6aaa78e5b1ccc1d281c1adc46c5c477f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 1, 0x00000000000000000000000000000000, 0x3732e718ba63b6f12cf959e413abf4cf, 0x70bc78a86550ac9b92cc8bf95fb0f6585c2438d74d4a5a787c90f2a1cbe6f0f1, '', 0, '?'),
(0x6aaaac62772065802522f48c0b445bd6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', 1, 0x00000000000000000000000000000000, 0x6e1991d8e977c7bc9cd31b90f06d1811, 0x0bf31b180e8c94c10a7ea298d48b59784bdd35229feaf4a75b2f956b5c9066ba, '', 0, '?'),
(0x6aae067e02a68733628e0cdb42b0e4dc, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/form.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/form.php', 1, 0x00000000000000000000000000000000, 0x5af0ab2b12cfb34f8250d9f3feba512e, 0xdffd63925c7b806e65999b4e3542ed7c3df533a3cd97e403791b0abdcace57c6, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 1, 0x00000000000000000000000000000000, 0xb8c02431e244802777b3ac196d80bd83, 0x4526260ab77faf61caeef17ed9622b1aa0c4e1296ac7fede174dd3709f864d89, '', 0, '?'),
(0x6ab430ba837820e1091ff064b618412f, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php', 0, 0x832c6881555625d91c4faf22bd84c385, 0x832c6881555625d91c4faf22bd84c385, 0x41c47a62e12dcb66f249710ccae91c3f712bbb9ad13ab0ff4ab15dec14be4eb8, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0x1d723aed4735d42bf248dd863d4bd213, 0xc5180599bb0004fe3e276f501e48ea633d074a9ed38c51c7d413547d6444474e, '', 0, '?'),
(0x6ab4b55a36d76f2958df48a2d13a89bc, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-lock.php', 1, 0x00000000000000000000000000000000, 0x7319dac04190186b89e9cd7d5e801192, 0x166589922ca06ab6c6d52fed214b064caf6b50262f9f6333d106a7e302261570, '', 0, '?'),
(0x6ab690cdb111667d2925121baa602f7e, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', 1, 0x00000000000000000000000000000000, 0x228735ff7e40cc202fb13348b4548066, 0xd5a05de334120647965e6a4e35e24205b95a307dca5f9f8e2e18224e3172a86a, '', 0, '?'),
(0x6ab7234c560a5bf1f3ed04327e95298a, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js', 0, 0xb73145a9d877489c8274ec388c569169, 0xb73145a9d877489c8274ec388c569169, 0xa28793b2f782ea9559aceb2379960999043b1d55c78b53f8cb60d21cd7a9d356, '', 0, '?'),
(0x6aba51f415e14785345992df9a4324bc, 'wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x29bfc784c76cde1ffc25991c3cb86127, 0xc2a732d261a56895df9ac7215f61e4dd347bf129fdbc315eb904e58ad312c26b, '', 0, '?'),
(0x6abcaf67680dc203aa1206d2f6283f37, 'wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php', 0, 0x1bcd172d8428c7af1320070791cb5818, 0x1bcd172d8428c7af1320070791cb5818, 0x7cf43b9743351cfa9e6181b4f733420d47f81326ad38223375538baabe6b1598, '', 0, '?'),
(0x6ac0c24b48941f0523a2fb4015fce3c5, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-7.png', 0, 0x0705182e8676753dbccf3e03bd306632, 0x0705182e8676753dbccf3e03bd306632, 0x10672b56cf97585159bf0e5f30756540eed7a63ddc856f25a8eb7c7a22cbd140, '', 0, '?'),
(0x6ad321694fdaafd8f30fe041069f025e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 1, 0x00000000000000000000000000000000, 0x1d3f9753d1186f001acc71f2b383e139, 0x8097e29ff99851feb859a87a016f795e725c5991915438d702a287c69395d88c, '', 0, '?'),
(0x6ad678de386cc0e4bf77ef5143c81292, 'wp-content/updraft/backup_2025-03-29-0341___90_a75d87fa8f63-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-29-0341___90_a75d87fa8f63-db.gz', 0, 0x4ba4c158c2574c65aa6dcdae9d25f014, 0x4ba4c158c2574c65aa6dcdae9d25f014, 0xba4be94ed128ea4118760916da154b3cca1c73cfbb276dc4a85ac87251283b1b, '', 0, '?'),
(0x6ad74f581bfdab34b91cd79d842673e4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', 1, 0x00000000000000000000000000000000, 0x186035ba042e3757bc14d6ef5a887389, 0xade96d5e0ac408f91bef31a17318ab8cb71c15ef2425f76d4bed3f9f15f050b6, '', 0, '?'),
(0x6ae576638d7089dca62e3045d3ccbbd7, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_posts_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_posts_list.php', 0, 0x42031a53543c390b0758e168c004997d, 0x42031a53543c390b0758e168c004997d, 0xd5fe1896f3cdf830d33b6bd7702a6619441bb420755429e58fd4fbcbeb11e137, '', 0, '?'),
(0x6ae65b21948379d1edc07e8e8f05c263, 'wp-content/plugins/kk-star-ratings/src/core/functions/strip_meta_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/strip_meta_prefix.php', 1, 0x00000000000000000000000000000000, 0xb9286e0dc8161f2e2b690a4dbd3673a5, 0x9b91bcbc2cec192483417c950f8f78456a42b8c9d633278310f79fa070c226f0, '', 0, '?'),
(0x6ae880f174aa40d2badb00ed139530d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', 1, 0x00000000000000000000000000000000, 0x4dd6f1a2f1683bd3e790478943222a80, 0x45588e0e88a17bfa8fc6372d36853cf6ea9dcf9980d2eaadaef0430e0b92f79f, '', 0, '?'),
(0x6aebdce257bc06e136373f802b56a5e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_6.php', 0, 0xacdeb6269139e691effebc714c6a91c1, 0xacdeb6269139e691effebc714c6a91c1, 0xe5af976d6cb67afa060d097a9edd3d9a192c761c5f428c989e05cd6f70e3a179, '', 0, '?'),
(0x6af5502b2537ee8c23fa7602b31fab85, 'wp-content/themes/Newspaper/translation/ta_LK.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ta_LK.mo', 0, 0xcde36720cab37787f5c69a399b9715fb, 0xcde36720cab37787f5c69a399b9715fb, 0x9e19ae919269313984f562b3f3c8ff5ea15f3aa1d8f90881f559f27fecb71f94, '', 0, '?'),
(0x6af777f99b4b2b5d500a633257a9efa8, 'wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', 1, 0x00000000000000000000000000000000, 0xe09083e805e7b7a36d83763ed2470ddb, 0xa27e97647722f7a9c7deebf140c915970126d7f79f9ec6374477e1a1efbeffd9, '', 0, '?'),
(0x6afb64cb43545b5eea8852149e12d7f2, 'wp-includes/block-patterns/query-large-title-posts.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-large-title-posts.php', 1, 0x00000000000000000000000000000000, 0x8b51b28b7f1f072434fd2df931f865c2, 0x7f2caa838d4368317a60ad71dfeb82c2c08c8c06a95c1132df918e881f8c7b5d, '', 0, '?'),
(0x6afd2041c6e35bb403ae1c6da19c8f7f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_10.php', 0, 0x2c146d75e13b128cbe44968c20501ab1, 0x2c146d75e13b128cbe44968c20501ab1, 0xad4736fbe199bc15470c5926e304ecc3f075ace45ace2f717c92fce0b66f197e, '', 0, '?'),
(0x6afded7fbf79c49e6f93d5c56c331abd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', 1, 0x00000000000000000000000000000000, 0x847d05ff18918025ea2d6a31cd312ede, 0x2ee5ffff5712dde1920c4cb3234971f68e6baa5ea7ebe6e2cc4a0807c0498a89, '', 0, '?'),
(0x6afe073039f6c384a1e8e8ecc7f175bb, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/event-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/event-3-col.php', 0, 0xc692a66c3cfdfd8bf957b6d348ec0db6, 0xc692a66c3cfdfd8bf957b6d348ec0db6, 0x45187eb64e031614164fc9db74d3df63ce7a4d4f81086843cdfba2f4795eee59, '', 0, '?'),
(0x6afe142bba648a0234f6741e7f270c8e, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Settings.php', 1, 0x00000000000000000000000000000000, 0xddd75a2b486d17a9d4a5c7e1a9d1a3d8, 0x875fa73a073b269a54df1b9e36e1ffe8eb8f330446fe89e12c706abe7ccbf37d, '', 0, '?'),
(0x6aff88e26b2bb1209b9bd4a45d57d606, 'wp-content/plugins/elementor/core/schemes/color.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/schemes/color.php', 1, 0x00000000000000000000000000000000, 0x40f11c44253a8267c95092d93d0af5c2, 0x926d613b9c3e8d25f7eb0ae61d93f8bfaf6575bf1849faca32a930e5dc26ab45, '', 0, '?'),
(0x6b00d8620815cd125a78c469870e03f0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', 1, 0x00000000000000000000000000000000, 0xc26e4cd69be711405f90cf08d1c00366, 0xee84e3c59e49e76f4a8fcd31933361f4b4a55cc40e90b477fa3590409d6c42ad, '', 0, '?'),
(0x6b06155543f1eeb9cfcd2ffd5c7c448a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_panel_settings.txt', 0, 0xed6596674910489f66095240044156fe, 0xed6596674910489f66095240044156fe, 0xf7fc16390f069b6e35baa8dda8e0cd5a01079f3ecd499276e1f77b086f9243f5, '', 0, '?'),
(0x6b09f287c5391e822550a23835526a64, 'wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js', 1, 0x00000000000000000000000000000000, 0x9e416cf6255498f5781e1c537af9f3b8, 0xc696e9fab42b1c526cac4e97631f01fe5292b5f7885072741653dffee5717b55, '', 0, '?'),
(0x6b0ec3563a6f9bd700ca0af3f4619651, 'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', 1, 0x00000000000000000000000000000000, 0x78bcfb0c3d9f598b5d551858440325a9, 0x73985ee048df0109acba10dd6302a3811e3828244656428b19ea5dc1a8e081b5, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x6b157f7af9c7a2b485fe4be6bb82ae10, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_3.php', 0, 0xdddeaecbc7cbf8f44f6d965acdc7bc8b, 0xdddeaecbc7cbf8f44f6d965acdc7bc8b, 0x64225deb2ecd9061b690468a324d0dedcea692ededff1a0e3bb91ddacf7b418c, '', 0, '?'),
(0x6b175fb68f88b013225b055ec125c41e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/demo_style.css', 0, 0x238428c3276e9c839fc6c4222c3a0446, 0x238428c3276e9c839fc6c4222c3a0446, 0xe6a54b132aa3f82d65a0eea2efffb4f937b1d9ddd92a19b8eff1e0ad0f4c7ded, '', 0, '?'),
(0x6b1a19c16d910b6b269e0bd975e5df98, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', 0, 0x060264f6775540a137311209802c35ad, 0x060264f6775540a137311209802c35ad, 0x177d7ee26e2a6b289c0ce787d1e8da12cb7b4310984decc5331f95b300241c01, '', 0, '?'),
(0x6b1c276ae679219b7317141b023af9a5, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_11.php', 0, 0x6646e8c10f15c5e1c0a9b16ee258bfb6, 0x6646e8c10f15c5e1c0a9b16ee258bfb6, 0xc872c23f9720fc5cd85363ab91a5568886a5844970527eb8ede2914a6d4a73e9, '', 0, '?'),
(0x6b236c59dd973b91810ca0743b0d2bf6, 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 1, 0x00000000000000000000000000000000, 0x168e7ed80d9ba05bcd65f87d0ddea8a5, 0xe941c55dd1a26c8a55ba71e1bbb2e8d25ac45f87f54082c1fb9af4ffb83031c5, '', 0, '?'),
(0x6b24970ef00a72ff347c1318ac89a192, 'wp-content/plugins/elementor/assets/js/08fb6203eac56d9441a9.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/08fb6203eac56d9441a9.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xcb6b8ee775075bb367d2ff595a64cf7a, 0x283e374f7faf0c859e970fe58790ac5c54213e62b95f21d06cf1b6b07c18d81c, '', 0, '?'),
(0x6b2992f149619bbc419e8aefbf433c96, 'wp-content/themes/twentytwentythree/styles/aubergine.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/aubergine.json', 1, 0x00000000000000000000000000000000, 0x7d037fb067656fca8ab98c51c5e37060, 0x84586129bd1a82e72aa3ffcc478c628d3600181673c751b8cff756135c8a3802, '', 0, '?'),
(0x6b2a43c94e3359285daaaf253ffb9065, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.mo', 0, 0x356be621058143261a91d3c026f5261f, 0x356be621058143261a91d3c026f5261f, 0xded33a6e283628ba16ff03d046bad272bfd8e7be02fd00ef2ede2159c16d5856, '', 0, '?'),
(0x6b2a8e4f503f8919d5ace512d753ff24, 'wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php', 1, 0x00000000000000000000000000000000, 0xd1ce9b2e0112fdbd3d8bf347728b89ac, 0xbeb452f14df186e2c3968268291765fcd24ddd385e808c40238510f284eaad45, '', 0, '?'),
(0x6b3620ec4f1f378710d8dc03d6516b70, 'wp-content/plugins/luckywp-table-of-contents/admin/views/settings/plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/settings/plugins.php', 1, 0x00000000000000000000000000000000, 0x58e2cc609b19fc0bc41a5fb6e3f90f76, 0xd82fed10b856fd5bb443fdeedf1edf0ec38e1dd32006617de682aea92db33aa2, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0x3b5d6062048e6bd40689439ee2400e7c, 0x739a813919bbd3b0afa7bb43e09bda9939a8ea1ad15c0e3d597bb2033b724dad, '', 0, '?'),
(0x6b3baa5e688e144a026217afd5c1b9d0, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_text.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_text.png', 1, 0x00000000000000000000000000000000, 0x8a979cf2a65237625ccf92f8fbfbcf3d, 0x2860b88770f39f4f056a92db7ce7e9bc0f6dca9910c6fe08ede70a615d9a8713, '', 0, '?'),
(0x6b4217516fdf908b92b66e98a8b7e1f7, 'wp-includes/Requests/src/Session.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Session.php', 1, 0x00000000000000000000000000000000, 0xd22ceb82e3d03a5d5f3019e3079d2bc3, 0xdc361088f8a637acd578efc1f4c47576e14f19414863f20a6460557411926d14, '', 0, '?'),
(0x6b428f650bde99c7e3f8eff5a24b4521, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-5.png', 0, 0x6c35e9cba3be7ab81e97f3aef720fd4b, 0x6c35e9cba3be7ab81e97f3aef720fd4b, 0x6b9a416dc9bf2067de5ae555b1ec97fa6d1dc5fd6058c88dbba2580394943522, '', 0, '?'),
(0x6b45ecf06e8266cf8bdf9fc8270c7162, 'wp-includes/blocks/video/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/style.min.css', 1, 0x00000000000000000000000000000000, 0xa3d02dfecb68bc86e10c175ab11568c9, 0xfcd877d4dcf102f8273506dbb8c6051d61ee1e45a54e12f90fb11bd76be0ccea, '', 0, '?'),
(0x6b47864b40f340b39955fd00b917a3d5, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d444e7480857d3b93022e5bcb338b3b9.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d444e7480857d3b93022e5bcb338b3b9.json', 0, 0x3011892f84ef8fdc0ee279620f246d82, 0x3011892f84ef8fdc0ee279620f246d82, 0xc7f84ef2256946ec1bacffaf641eb40e0b626b9198063cb780469c528ca7d6a9, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', '/home/abt90iranbet/public_html/wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0xc7fe051ab86f463af4390286482de3e4, 0xf9cd31a3e86197abbe0e6914e4479f720d9a3e98c7698ed58ffde49df62798f6, '', 0, '?'),
(0x6b518ae10bbc8f4bd2afa97cb7cafcb5, 'wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 1, 0x00000000000000000000000000000000, 0x90445f097b0e8eb90f2f3afe4f88c81d, 0x71eb01b7e241404f259a7a71d52c6ff34069c4b121e04d8e646e21bf1233fadc, '', 0, '?'),
(0x6b546667e67d55b8d1b220291fd2cf50, 'wp-content/plugins/shortcodes-ultimate/includes/config/post-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/post-fields.php', 1, 0x00000000000000000000000000000000, 0xb7619a3824a39564cd71ca45f104deba, 0x2eac4a6b98c0115b0bfa4179628e5a095846155b1ac1da9fb89c9dd5c1f2ea5a, '', 0, '?'),
(0x6b5637c2fc8c16a75de9c91e39551f91, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx9.php', 0, 0x9608e710e9453398e4a5cc99959da0d1, 0x9608e710e9453398e4a5cc99959da0d1, 0x56af9cb6afb3adaa7034cddb5696fa3bbf92499cbc30f2885305ec9d8dd85a98, '', 0, '?'),
(0x6b5698b39742452f9ef83bff6ff2d03e, 'wp-content/plugins/elementor/assets/lib/hover/hover.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css', 1, 0x00000000000000000000000000000000, 0xcc1cba097ab4eacbabb0e99f72bf81c6, 0x575a31e5bc95e251374d8b5ff0dc94174e8b4bc84159c7c032e04761958d6702, '', 0, '?'),
(0x6b5c7071dc38a14a1e171563e3860d3e, 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 1, 0x00000000000000000000000000000000, 0x43c50859389322d4a8def28edecd36a7, 0x13238b289a0a611710092f451707e5c80b55c5e76cc23b0657f3d89300542ae3, '', 0, '?'),
(0x6b600a3e28b8949fd7adea90f94989ac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0xc7e49b211c7c5a5abecd40e78b99ecfb, 0xc14786cf26bef45096d29d8d60f967a549e54fb447bb54552f0e2b8cb00d5052, '', 0, '?'),
(0x6b61ef39db130ee5516dab61d2ea2c05, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_7.php', 0, 0xbb967f0adaa0c1535ab97c8a95d9d97f, 0xbb967f0adaa0c1535ab97c8a95d9d97f, 0x428d09e2c48805cdf3648b131f7fdb6da06ef32acf5eff2fdd8c77677d707cdb, '', 0, '?'),
(0x6b67834048f95d75376f3521004ef526, 'wp-content/plugins/wordpress-seo/js/dist/settings.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/settings.js', 1, 0x00000000000000000000000000000000, 0xfc32a74adbccbaae724449060cd2d198, 0xdf37b0d8aeb46e2c3965fb116f8a8d1bc814fdbb8492f14412b7bea696f318c8, '', 0, '?'),
(0x6b692c5421a4d417840762b6c3f559b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6b6a2db14a00acb7b384c93f87dfd30e, 'wp-content/plugins/td-composer/css-live/assets/external/ace/worker-javascript.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/worker-javascript.js', 0, 0x66a088663488b498f77027bb20d56558, 0x66a088663488b498f77027bb20d56558, 0xee4cc5c03ae15b2e358233948f4d23bc8aa2a4ca7c8e1b4a80c909449b30ef5f, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', '/home/abt90iranbet/public_html/wp-admin/js/tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xaae4bc366f57089c93802687ffbefd39, 0xa19d685157ad53d478aaa7f5c1c325a626d7fd09a1241c23d5e238e69bb544e4, '', 0, '?'),
(0x6b711c4bf5fd9e38125000bae964162e, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 1, 0x00000000000000000000000000000000, 0x549bbe19df33ca3072be01baf1684496, 0xebf298d74ffad5cc369afb6c58d3b84002cf97c37fc6e6aa8946eb8f4bcc4840, '', 0, '?'),
(0x6b7143a8d9507943080900502c6885df, 'wp-content/themes/Newspaper/font-newspaper.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/font-newspaper.css', 0, 0x1ee323fdc5c5fa98369fab67e16908fc, 0x1ee323fdc5c5fa98369fab67e16908fc, 0x7bec4762b3bb4952dca33dab9b71ef086bf0f9592a38263ae41832e4b9d58caa, '', 0, '?'),
(0x6b76cbe216ae8e24686302dadeb02007, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_1.php', 0, 0x76d542d665160dc99ef99c3c5f3c1e55, 0x76d542d665160dc99ef99c3c5f3c1e55, 0x88549579860ac0e65076f08fdf2bac9a80477b2da9c03bad3cd9b12e30897c99, '', 0, '?'),
(0x6b7a88210e4bd58d6a30a56d69a52b30, 'wp-content/themes/twentytwentyfive/parts/sidebar.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/sidebar.html', 1, 0x00000000000000000000000000000000, 0x2e806c09844d621fc162c1ff6fcf2d93, 0x7fb7ab49361efac3802eb4cc51cf464a55d689682c250a791442e7f3de519d5f, '', 0, '?'),
(0x6b7a9eb2b4a3663c9b1e0c3e67322cd2, 'wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.min.js', 1, 0x00000000000000000000000000000000, 0xe18020406688366074743acc88175810, 0x0c7befe4dcacdb55bc0930e8a499c54e244f061864f1fd16c739c18ac4794ab6, '', 0, '?'),
(0x6b7b217bd420be6835cabb06299f17f7, 'wp-content/plugins/td-composer/legacy/Newspaper/js/vimeo_froogaloop.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/vimeo_froogaloop.js', 0, 0x304b9ee510bc235d42f61b23aabb91b4, 0x304b9ee510bc235d42f61b23aabb91b4, 0xb09f9710b72a57b582fa58904f4a1a6d9b096adee1283afd5e64350d7d111eb9, '', 0, '?'),
(0x6b84ec76561ce738f4ea8d1af49af6d2, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0x19c470073088141bbd08e20e46503b13, 0x89e510461f30e6a0d04500895f0d6df13ed7ff54fe347e45d88d493c8039315d, '', 0, '?'),
(0x6b8792bb661adb54088a25013dac3fb6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', 1, 0x00000000000000000000000000000000, 0x695112c5431ab789d908613ba7345173, 0x8ed62704d59edab5be03e69405e556d537543be07130fdce2d06e45a9afbafab, '', 0, '?'),
(0x6b88238f27d4984b857123217df5215b, 'wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xe6e14a62cd1c02e24b8caddc4ab15130, 0xacd688b7106a130d437d171b97c1877b565a5ed04636bff2b9f0705a7b981e81, '', 0, '?'),
(0x6b89442ce69070674f1987cc0d8b45ad, 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.6.0.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.6.0.php', 1, 0x00000000000000000000000000000000, 0xc825fddc695c0480d0544f01be9d701e, 0xc320b85577811f1d02af1493909e5987a50b939b791ec09b3d1310e9fe81fdb5, '', 0, '?'),
(0x6b895c0635b8f89e04cabf341e3b1d4b, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x17c8f7458aa24be1ddac4877d9e3a185, 0x221e065b5f9aa4a9cea705b4a2a16b5697f818685581289093f9e998b04d5c46, '', 0, '?'),
(0x6b89f38553a08454cce6a5ef7959df2e, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 0, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x6b8a23ca7de618232a13ba0c33051c5d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1_no_content.php', 0, 0x19ed6e2ba205306d8883572f21c9fcfb, 0x19ed6e2ba205306d8883572f21c9fcfb, 0xdb448e14cf0de62ee66dd739d31c72105c9ac2636eb6f484b2bf56cd28caede6, '', 0, '?'),
(0x6b8c4921fbf3e562cb4a83961fe46fe4, 'wp-content/plugins/amp/assets/images/amp-css-error-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-css-error-icon.svg', 1, 0x00000000000000000000000000000000, 0x74ea24d3d0bb4005dbd8b3d02a8dbd29, 0xf4e752e52240b3cd0160eabd6c9989122811c31e96a7c5b604f88cd05f04e299, '', 0, '?'),
(0x6b8e519164f1c2f9b47ba945a0e6b44a, 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 1, 0x00000000000000000000000000000000, 0x3ff35a82679686dffdce0f3a297a82fe, 0x10e86bddb8ccd5c632eeb104f0ee0c8d1190da868b942e64cef61b629e0c6a85, '', 0, '?'),
(0x6b9012f514eab8fe75cf8527d88d33ce, 'wp-content/plugins/elementor/core/files/file-types/json.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/json.php', 1, 0x00000000000000000000000000000000, 0x9608f04d069c918d67b13fd0db6275fb, 0x64e9b007dda59bf6024e05d47d03b8d6dc0e305320f1d6eb6811dc9c829047a0, '', 0, '?'),
(0x6b93c3e4676196467a37c5f0c019c2c0, 'wp-includes/Requests/src/Utility/InputValidator.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Utility/InputValidator.php', 1, 0x00000000000000000000000000000000, 0x55190dcaae03e4599065094c8c106c16, 0xaa61a931a6e251b661752f6498fbaab91c73a7d84cac1bbf5a76fb55c10e11b6, '', 0, '?'),
(0x6b970e5c605a07cb364b3dd1d57a7093, 'wp-content/plugins/amp/assets/js/wp-dom-ready.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.js', 1, 0x00000000000000000000000000000000, 0xdf349ab47c895fc4f59dd7eb49f3d98a, 0xe727ead76393111f029fd4dae374e422d9ab2ebfb9c526bfb92dd3508c193b22, '', 0, '?'),
(0x6b9d87241c26e9ed4c53a026374042e2, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php', 0, 0x1dc6449ee2ca1cf559f67027e39039df, 0x1dc6449ee2ca1cf559f67027e39039df, 0xd5d890bc4e3a913dddfbfbf1cde1fe873525778e192af16cbd5d7648056e966c, '', 0, '?'),
(0x6ba8306f05157d31187abfda9f588897, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_4.php', 0, 0xb3a622fca997300b3f2892fa4c61fd70, 0xb3a622fca997300b3f2892fa4c61fd70, 0xede68db2d837a4c719b3758083a1bc72808c930a5e5ccab263a8f0595719bbd4, '', 0, '?'),
(0x6babd8e1bd201a68665ce099e6b93637, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', 1, 0x00000000000000000000000000000000, 0xb49ce4a1a69ef327c18682f1bac85de7, 0x264c5ca8368f68591b2a5733c09464577eb19552f54e348650aa52c3d0010836, '', 0, '?'),
(0x6bacfb8d3f05b8b1cb6c580e431f3606, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/trial-start.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/trial-start.php', 1, 0x00000000000000000000000000000000, 0x0a4a72160704e8282d1f11a73c02c596, 0x91ea6ad2f88fae6e5ecba89a03236c3eef5f7c1f5b1fb12c4a56fdce642d4264, '', 0, '?'),
(0x6bb12dcd6f77b1ac03263cecb2ee7d7d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 1, 0x00000000000000000000000000000000, 0xc6ab595cd3a437e9b4694910d18755fd, 0xef1880b6a0151a9dfa7d0e975754b6dcfb9330cd2b418ca2112089cd661f1666, '', 0, '?'),
(0x6bb218a6ee982853d1881d5b8ef6f404, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6bb238c230c516790220bef0aa4d94bf, 'wp-content/plugins/elementor/assets/css/common-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34eae3b96a071f763430b97b0145fd18, 0x1c973f19dcee8b5d4650cba1a32a33481e0289623ff998bdb59c641c1b71a48e, '', 0, '?'),
(0x6bb825b275196ece1e80dc72151dfa5d, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related.php', 0, 0xb724410b330a77a4f4181a6b7bd9c3da, 0xb724410b330a77a4f4181a6b7bd9c3da, 0x429a5e29a0889afd41abda84b8ef63422939761929e13e5410314f1aaf4716dd, '', 0, '?'),
(0x6bbc78b572d22c6ae4d769ad99eb0e28, 'wp-content/plugins/wordpress-seo/admin/class-asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-asset.php', 1, 0x00000000000000000000000000000000, 0xca15a1210fe357f2918b40796090d03a, 0x28c921da56daa8f4de236b0eb1ebe268a20f7392f582a512380d52f1f69c51b0, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', '/home/abt90iranbet/public_html/wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0x892e848d6ac2556c8a147e6340a80f1f, 0x2c338ea684980db2b28e5d597e789a84c7045baab2e33b1b37275451aebf7166, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6bc061944a1a8addd5f65c442ebff550, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 1, 0x00000000000000000000000000000000, 0xc98f33101991ee499a21f94257d3daa7, 0x7d2a308b35e5172d08d851ddcca1e4fb70191cab60cba3810ea0d3725011e661, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x3984e4300c9040fbb3f2eec565dc7606, 0x82425a1de2450178dca52bc9441860948f9a83ab482c432055646fc54ccc755b, '', 0, '?'),
(0x6bc3f5322e9affc4672f7f05050d6ecc, 'wp-content/plugins/updraftplus/languages/updraftplus-ca.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.po', 1, 0x00000000000000000000000000000000, 0x1c0d4b210cd6afbe272b9ff34bb931b6, 0xe284c234cf452ee8957a121c4fc75e5ead94ee34ca33ff031f9d8521e5f82700, '', 0, '?'),
(0x6bcbf852c1c6e7339ef0ae9458abf289, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php', 0, 0x046bc19e4bc7f25812d3e1e432f6b525, 0x046bc19e4bc7f25812d3e1e432f6b525, 0xae6489faf0c2bc67c24de1c9410988999ab06d4d2f1fa340def70d1a58bb35e1, '', 0, '?'),
(0x6bcd7786879f60365bf232b7c2bd59ac, 'wp-content/updraft/themes-old/twentytwentyfive/parts/footer-columns.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/footer-columns.html', 0, 0x2f43c9be8afce24bbdb1e0a014497041, 0x2f43c9be8afce24bbdb1e0a014497041, 0x02e8de35251ce3a833c403a7853342d48adf8b32d72b09b365aa8902d04705f3, '', 0, '?'),
(0x6bcd7fc9324b3820cd5038b7cf2b51fc, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php', 0, 0x3a731aaf35cd16289556254423370dd6, 0x3a731aaf35cd16289556254423370dd6, 0x46e2a942834a90b1b9e267396fe998beea3291c8a38c09b2947777feba4eec50, '', 0, '?'),
(0x6bd00e93145fae2c699408d0d2151260, 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9948a480eb450db2ca4429af9420e488, 0xeb4ab12e2e69977093155a546e4c329bf9bc0e3029800b5d2b5e52bd97cce08b, '', 0, '?'),
(0x6bd631b5ddfaa634c9946559f407254e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6bd89d5b04dfe16f736e5350ad6ec1dd, 'wp-content/plugins/wp-rocket/assets/css/wpr-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin.css', 0, 0x74d796d405be2625666a79910a50127b, 0x74d796d405be2625666a79910a50127b, 0x84d475ea5ae269036d736ebb6cab1c20d995f37ffb9cb6140d2c0e0f382536ae, '', 0, '?'),
(0x6bdbccbb3b4c6231573004d3474a4363, 'wp-content/plugins/elementor/assets/css/admin-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x015a2b8bd8c0eea83708ef8027db0b7c, 0x1251b606e9fa8906f4f751771792925240e67193c532835bb05fb9c7c4689a54, '', 0, '?'),
(0x6bdbe0162068c0d1bb3c7807a917136a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 1, 0x00000000000000000000000000000000, 0x31ac7c27a3f43003845d8718ce1f9a11, 0x9154214b87acbb2dad2b5b1b6adbee6a04652261a1d4f1310697944cd0b38669, '', 0, '?'),
(0x6be2270a2b263db81dc46e1d60f2339f, 'wp-includes/js/dist/dom-ready.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/dom-ready.js', 1, 0x00000000000000000000000000000000, 0xf0773db1bc2cb0f4854258d1892f67cf, 0xf9b83f2cc69f7028937ebeafbc0349dc81ef313cff6b9670a87cc21824375575, '', 0, '?'),
(0x6be3a7cb1487c0848b5e6de65c879694, 'wp-includes/blocks/navigation-link/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style.css', 1, 0x00000000000000000000000000000000, 0xad6ed6a946c266d4fbbdcdaeb33346f7, 0xe4aedccad5cafb999cf2d917f18b41e30c7ec86d0c48472269969c4eb394fd72, '', 0, '?'),
(0x6be73671d764fcdf4acd7a61ae0877ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2.php', 0, 0x0b34b02d26d2c3ff3437608b4622a800, 0x0b34b02d26d2c3ff3437608b4622a800, 0x71762b8c992c395abd6d940fad26c9929093b5868ec279df61aafc479c4c9d5e, '', 0, '?'),
(0x6beab2088a5927f73e53d37c490b938f, 'wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminUrl.php', 1, 0x00000000000000000000000000000000, 0x53f8118dc77267ff535ca29e60af892f, 0x0f7b1a58f7aa4a2ccf0b1d664486f488df05c844b3237a2dd3541ade9f6a8bc3, '', 0, '?'),
(0x6bec558f659fdd43fd9fa3bffdb21d38, 'wp-content/updraft/backup_2025-05-23-0344___90_26c4a407bd9e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-23-0344___90_26c4a407bd9e-db.gz', 0, 0x1f1e57fe67a1b22346373ffc7c0fe50f, 0x1f1e57fe67a1b22346373ffc7c0fe50f, 0xad210d1e46573b20ac0cc6fe925cda7661fb5202b11426bf1dd38be681c08398, '', 0, '?'),
(0x6bf2491e18926bfc4c25bd333f6f2c66, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_submit.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_submit.php', 0, 0x824db95bb3b00a03fa13cc3fe49c970a, 0x824db95bb3b00a03fa13cc3fe49c970a, 0x0550c99d1fc21250123b711f8bf20633663a56165794d9b14802b98ec41ddaf8, '', 0, '?'),
(0x6bf3ec138726c3a94af409fb5f5f67ad, 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 1, 0x00000000000000000000000000000000, 0x92a8ffcb34480e7e9ac99b610c26a7f3, 0x6a5a3cdd0f62418d584b7a828799025b0068ef9b6ffaf2a4aee187edcf54ae41, '', 0, '?'),
(0x6bf411168e766313d183a77d310ef912, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', 1, 0x00000000000000000000000000000000, 0xd5798485461e5f0057f2d41e8e37cf88, 0xbec8004205fea7317aab34a3b1de0eb63bfeb556e9609d56398bd0d2e02678b8, '', 0, '?'),
(0x6bfe96ecc815575c7912d7fd28e186c2, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', 1, 0x00000000000000000000000000000000, 0x0932c57a418cedcc6b59d41418d60d57, 0xbe2b98ea4a7e6d59b724a2dfe5a0da3607848b382f9a67c1e4d13461ca062280, '', 0, '?'),
(0x6c06f6c59adffdab97c31617e77df50d, 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/top_bar_templates/icon-top-bar-mp1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/top_bar_templates/icon-top-bar-mp1.png', 0, 0x804761b1517f5055abf328492767f1ad, 0x804761b1517f5055abf328492767f1ad, 0xd5b47f3eba95d49e0c028cefafdb966e2a356ef6fcc9386cb0d2f4f0a76a5406, '', 0, '?'),
(0x6c0808658df28637ad535dd7424c407e, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.po', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xdf097c3278411d5a325744951c71d193, 0x94bb573e98dd5fc407dc06ecae905830dba27616602600e9f706b8699fb352e2, '', 0, '?'),
(0x6c0832317cf9014e424fc7957c90c443, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-business.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-business.php', 0, 0xb189650b528cd17031bbe65c0f9a4ac6, 0xb189650b528cd17031bbe65c0f9a4ac6, 0x4fddc4d8dea218c60a7b3cd16677030c67af96c42969f97b141aa951e2cd0f98, '', 0, '?'),
(0x6c0a67c3e2f2fdb4ecb306fd4c1e9785, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x7bf5c282b924a3d385b59edf9c9645cb, 0x92c890775b4ce8e56941fa29b866700506582c298580a50a5991603bf5d926c0, '', 0, '?'),
(0x6c0a97fa1b56670f99891607c4edc6aa, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', 1, 0x00000000000000000000000000000000, 0x60f6adbae2891e9e4bf975e2e4e197eb, 0xa5a53fa7ff7088a1b4266bc61b9db51d07bb0c06771aaa7f22ed476cd7f4728b, '', 0, '?'),
(0x6c13ac55bc349a11cae0a39994816eab, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php', 0, 0x04ac09137095d4baa8d4a2fb3c459eab, 0x04ac09137095d4baa8d4a2fb3c459eab, 0x214eb9f85293bbb699871320105590515cee05ff5337ec9d64b0db41de0ddf8f, '', 0, '?'),
(0x6c1750d7402f5627803453687b2ce516, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js', 0, 0xe28feb6a7f649f4584ee2887a2e8a88f, 0xe28feb6a7f649f4584ee2887a2e8a88f, 0x5dc49bc8b93f113a6253da3699eb7b55b8f105d6eed3c09fe19f3714daeb35e2, '', 0, '?'),
(0x6c18010919af022ecb47f668eb95e8b9, 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 1, 0x00000000000000000000000000000000, 0x6cce345f82d4de7e04033d2e49c1fffc, 0x540ec44ea1a4df45294ff5f67a322e04bf6bdcf9444318fb98ac9d865e39a446, '', 0, '?'),
(0x6c2024a08879844a975b266417ab72ab, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu.php', 0, 0x10b693acba75243f948271d4124d8bf2, 0x10b693acba75243f948271d4124d8bf2, 0x68dd11e2e04462ced7d171c44b36d871928cca64a4d169e1286c93ffbc9c9a25, '', 0, '?'),
(0x6c256beccb020f2f6e0c54e0bf9d310b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-responsive.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-responsive.png', 0, 0x78890b4888dc1f6e0e99ddf13bf7ac58, 0x78890b4888dc1f6e0e99ddf13bf7ac58, 0xe35e09538eaa8c13b453cad3061417b5296cec57fba2a752efb880ed0af689dc, '', 0, '?'),
(0x6c2cb2698e2dd22574f57964edfa67ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_8.php', 0, 0xaea8c171dadc7e944b8bdf4c4bac14cb, 0xaea8c171dadc7e944b8bdf4c4bac14cb, 0x648d7f2742a6f0bc826beed29f58f150341704f804755f054eac61455357e63d, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0x4925072a7fd50f8a31a1bf0c399ff0f1, 0x7502f7a211d79b771015eb9fee78a16d4905e97b8708d663ba75806cf394b2c5, '', 0, '?'),
(0x6c30fb3a44d9612f4cf5378cbf61f03b, 'wp-includes/js/dist/preferences-persistence.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences-persistence.min.js', 1, 0x00000000000000000000000000000000, 0xa73b6ecbff8a63b4837696413a04b43b, 0x16792bbd942abbfb9aa4673fa221489988643788f954f67780d0651ff82cdcb1, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0x861214cadf33fb0c7a8310be6879b3df, 0xde8d3d1b51c8cfc7578206628c6ce681a4f08338b6b9985150f813a3604f0ec7, '', 0, '?'),
(0x6c3a42983c13da830a3a6e501c53124c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1_no_content.php', 0, 0x9edc3afe353ebc750ffc3d6a3071d585, 0x9edc3afe353ebc750ffc3d6a3071d585, 0x4bc1c4040515a5f44a2e8610747f7ca7339da0cde5114c34295959d80ec0d433, '', 0, '?'),
(0x6c3b5c4680765f1dd22d785c33157b8d, 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 1, 0x00000000000000000000000000000000, 0xf051ae8e19cb10276cd65ff3ad4fd845, 0xf438fc6034546596198b49beb7d06f98cf4ca13027c14ad3ca2090cc29b7147a, '', 0, '?'),
(0x6c3e88e426b6dbe18a43634a9452b15d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.svg', 0, 0xda3c4e40995fc2cf017f9815da10edbf, 0xda3c4e40995fc2cf017f9815da10edbf, 0x46d87d1efb33712aec445cbd64efbbf5d453e8eb3ef3f16678878692f54faa55, '', 0, '?'),
(0x6c44bf23530f9217e25378721d04f486, 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 1, 0x00000000000000000000000000000000, 0xd22b0c4175396bb23d503d42addb30d6, 0xbdd7611569dfb811534b05e95576a0c978be3b72af97894f982b4150dfb1c69a, '', 0, '?'),
(0x6c50edaa1df7c59c3c4f96af16db758f, 'wp-content/plugins/disable-gutenberg/css/settings.css', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/css/settings.css', 1, 0x00000000000000000000000000000000, 0x1a29432d11d6bec0e7d65fc0f6eb1396, 0xf3afb530011967e73ae61bcff7528008ad84e670bb3de73987dd9d3f31bda658, '', 0, '?'),
(0x6c5213eaf15601ddd72715247bb5a43e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc801e4093c93e448e28e64e216ecc817, 0xa39e28418332b2557a684838f8dbfd9e78ff34de00eaca28e2731c8afa82c781, '', 0, '?'),
(0x6c52fea48537fb3ff17bb85d17a79046, 'wp-content/updraft/themes-old/twentytwentyfour/styles/ice.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/ice.json', 0, 0x1e388445fe51d8dd932a6d583c6762b7, 0x1e388445fe51d8dd932a6d583c6762b7, 0x89af7ba6b0a6224589a1f5a0e0c9926d2f1d0dd1c6d5d2bdd5b6981ea4767ad5, '', 0, '?'),
(0x6c54afb8e4be036ed4ff8499c567eb77, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php', 0, 0x33b6ecf382da39a7a208e9686e0bb357, 0x33b6ecf382da39a7a208e9686e0bb357, 0x6b7afc79fe3a8fcdeaba2c4c3d6dcfdadda1644e19dbee6df1d03cb05e2124d4, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/notices.min.js', 1, 0x00000000000000000000000000000000, 0x4a4f0243dc4c7c620f53b720f3347990, 0xd7b8b9d75a56daa9e71f118e0dd8d9f007e2e5f451addf48e1e93d82bf2ed34d, '', 0, '?'),
(0x6c65dcee7d05d18d622073660082311b, 'wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js.map', 1, 0x00000000000000000000000000000000, 0xcf6b30ac9f96def19363d542997a7417, 0x47e7dabe45e545bc2b0dfd2a9b5ea5a8e4617b2c76b694b7dca6c7136f252059, '', 0, '?'),
(0x6c6f1008ba379fecce3ae8ff31030400, 'wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php', 1, 0x00000000000000000000000000000000, 0x8c07543d65813011b488f85bcf3c6075, 0xf812c846c9f86d886bcacff96f40dc52ae976de95f0ce26085013f691d04cd94, '', 0, '?'),
(0x6c74edf6b4bc25b0d84cdae7efd58470, 'wp-content/plugins/wordpress-seo/images/question-mark.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/question-mark.png', 1, 0x00000000000000000000000000000000, 0xf77c03698119fc892964d9c0704f6428, 0x1149884b4c6c0d1c91d2a61bdf9093c2095393ebcaa8726516343e624906a55d, '', 0, '?'),
(0x6c7975245bd6f591f093c9dbf6ba8431, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-bg_highlight-soft_0_ffffff_1x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-bg_highlight-soft_0_ffffff_1x100.png', 0, 0x3573a0181dc1f29ac15f398402adb6f3, 0x3573a0181dc1f29ac15f398402adb6f3, 0x0b9c3ecaf083d0341b0bc2ef108532bea66b17969dec02054cd6c49e7de5afd5, '', 0, '?'),
(0x6c82524dbd14ebdbb3d07a745eebea6f, 'wp-includes/js/dist/preferences.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences.min.js', 1, 0x00000000000000000000000000000000, 0x2070da9d5b70d850b020b1345e762b27, 0x6615e539a0a10fb22a205de416e173bfd7e7fd512b22b7b9ae85b944dc10f9c8, '', 0, '?'),
(0x6c8cc999a60edafdb1f2dcc75200f2af, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php', 1, 0x00000000000000000000000000000000, 0x053c67f8d3ef8817b69d5a95b3c30877, 0x15aeab76cdc790e7162b7f355fbb17b8430f77c286b92b7862d2075253da9eff, '', 0, '?'),
(0x6c9159f901f5d3bcdc007448cf218f72, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 1, 0x00000000000000000000000000000000, 0x30a275863f116de10057a8ff2d36b509, 0xdfee2633046d8802b8143808606c2a7d9522ffa88fd34d89c94f2ac9542d11b2, '', 0, '?'),
(0x6c916e77115dc81226caeee566c1738b, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_colors.php', 0, 0xf4ef513df987e2f3d2e825e9c8989bde, 0xf4ef513df987e2f3d2e825e9c8989bde, 0x4ccc83d050cfbc4ada53e6f5404b34f5fb2610030062e6a0ba9b0a11c5370ecf, '', 0, '?'),
(0x6c971ef14c1c19589e146955763846cb, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', 1, 0x00000000000000000000000000000000, 0x02212d1230c40d236031553d62243731, 0x6c1c173098021a4b6ef18ba48945123e0b8999a110a022ffb514e5f55cf03dc7, '', 0, '?'),
(0x6c99682d7663ab8718634793aa2d56f8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 0, 0x98140817d5204df2df8c758eb52e3ca2, 0x98140817d5204df2df8c758eb52e3ca2, 0xddb4cfcddf8206b630b3e1fc6285f97de53f0b0a2053a3ee484275a04c850922, '', 0, '?'),
(0x6c9dac19b2f08b83ace3975707bfbd16, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2_no_content.php', 0, 0x31d5be9cc603bc92bd9de3c64e2aa2a4, 0x31d5be9cc603bc92bd9de3c64e2aa2a4, 0x54949edfde53bd36c6aa0e523e533f59eb8c29f341b7f29543db4e625d7bbcc1, '', 0, '?'),
(0x6ca2207cc34ff7cb73b6d6bc610f1d4d, 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.min.js', 0, 0x84d0dbf9d50a2b62417c992df5d3581e, 0x84d0dbf9d50a2b62417c992df5d3581e, 0x6719373e895ebc8f729718a2d6b29483a3c4c059676437e7be8af3b9f760023d, '', 0, '?'),
(0x6ca5b93fbd46683d6c4ef0cd38c82479, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', 1, 0x00000000000000000000000000000000, 0x813ef8cdd81de41771de80ce057d4640, 0x783097f649d3c92f65f90fb7b047e7817510b9f08315d830d68194b9465958bd, '', 0, '?'),
(0x6ca65bdaad6ace3c817d533ef738a9a8, 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 1, 0x00000000000000000000000000000000, 0xc757221d60a9b69714561cadfdc8c709, 0x15b0af64e5749dc2d1c3cbedaf2c9b3739d162cae6863940ab67354f2df1a462, '', 0, '?'),
(0x6ca917536c6150806b462cb3289f4687, 'wp-content/plugins/elementor/includes/controls/dimensions.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php', 1, 0x00000000000000000000000000000000, 0xb3ca87e1a64606dce0c7a2e133c0979d, 0xf486bf3c509e8e52c9324609fa3974acec082f346f08d2c3d1deca8b7c6f8b94, '', 0, '?'),
(0x6ca98f8be4011a05462d2828baa0b443, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php', 0, 0xfdaaa6ded30edcce1d8a6e8ea4f68a3c, 0xfdaaa6ded30edcce1d8a6e8ea4f68a3c, 0xf90850b095b7520381977d4a74f6852631ecd0c2861dd7a67384cfc190e79f91, '', 0, '?'),
(0x6caafbe6df6fc48a77393d919f76521b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/README.md', 0, 0x4f9906f04a7a45bb896491b249494992, 0x4f9906f04a7a45bb896491b249494992, 0xe9597522aa1a700de6a5f8e433797a3f0f3d5a9cc51abe6f75df90585d670948, '', 0, '?'),
(0x6cabdffb534e1e566e67e0e6b3798c3c, 'wp-includes/blocks/image/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x646a7619592376637c2f3f7fbddebb64, 0xa348f437948225e6e9073aa38dddd2c336789b3a3fdf95b6ebd764ec3e450e0f, '', 0, '?'),
(0x6cadbbce789d83c3ef83c3922a6b9d09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_6.php', 0, 0xdda9d0ed125937b42a8cf6e5fbb509ad, 0xdda9d0ed125937b42a8cf6e5fbb509ad, 0xcf06de052b22b79b0e97caedab9a669e563578f367953ea374405f35cfe107c1, '', 0, '?'),
(0x6cb23503587e64e50f42294e48924995, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php', 0, 0x395a30ec63cee35ca873a27c9e50cd79, 0x395a30ec63cee35ca873a27c9e50cd79, 0x5f17763f26607401ae96a0fd9d5fa88f1653e59b6bcb7c2b835d62618cc561af, '', 0, '?'),
(0x6cb8efe934f83d1504faa58bf1b1bec9, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x8ae4fc3a41f6a7a5249168a0cf9e5cc6, 0x1f87f68c03d391fe614763e183a539a58f1b3726ca590cf10353675271cf4aa8, '', 0, '?'),
(0x6cb9ccf6023cbbf42390dd71882ce6a1, 'wp-includes/blocks/archives/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor.css', 1, 0x00000000000000000000000000000000, 0x05e175d602e78f2e86823f3f8ed54a52, 0x98cbc6d265aa7f14efaa1ee443bd9850db80527165de6a711ad88913145d433a, '', 0, '?'),
(0x6cc615c8df07ea8c98623b5734521e0f, 'wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php', 1, 0x00000000000000000000000000000000, 0xc9bc551310c5ac838705b491fb291f40, 0x3b140f42f459994215a7c5d560b9f17a270b69e59f096849767d6a8ba0140e47, '', 0, '?'),
(0x6cc86d2866d85f71a660628f43842574, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x53dacfd5985973d94f7a314b210695df, 0x8b4c74a302695d562449a0469e950f60dfc63e87730a7761f3bc1143e3193f6f, '', 0, '?'),
(0x6ccb5ea307c89279dea47a3b9dde0b6f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', 1, 0x00000000000000000000000000000000, 0xe8375c4fb437ba7d02ce7c6eb6165f0a, 0x2c7a1ddced7209c09b2f113645eaa6923c9370d3a27d583ea2a48468c2e75f5d, '', 0, '?'),
(0x6cce1135a00a66b2e1912b67f5743199, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/export-settings.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/export-settings.php', 0, 0x092249bb36f7decf0fbfcac2167881ff, 0x092249bb36f7decf0fbfcac2167881ff, 0x7a2e556c37ee75eb7fa7bfe5342ab0984912a672224c6ccb7ec810c247509909, '', 0, '?'),
(0x6cd7811aacb54c2ddf5f676a5f76ff0c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', 1, 0x00000000000000000000000000000000, 0x6ade46ef7872b985e982ffa9af7e0d99, 0x3c0bd0eeac77be368d79f4aed15eebb081656df839e11e17f846e0df959a81b0, '', 0, '?'),
(0x6cd7a50d84bfa780c130306a38b8076d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', 0, 0xc9544d2a631334bfd77f452d270ea761, 0xc9544d2a631334bfd77f452d270ea761, 0x5e5694f997c4bfa34c0eaf50af70315965dc13e080c62305fb1543fe2992a919, '', 0, '?'),
(0x6cda1f9bbb175ab10430a1a09d9104ba, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js', 1, 0x00000000000000000000000000000000, 0xf2e3cc49372148da4004c8ad48db45a7, 0xa9d8f22c83b7d699df7b3f91a65ccc7d9893ca8d9a84447ecd04c18167e53812, '', 0, '?'),
(0x6cdcdd65c0708b660335ad6ff223672e, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_menu.php', 0, 0x5dac95ac638bfce032cad604ad25573f, 0x5dac95ac638bfce032cad604ad25573f, 0x73fab3c43544c6ab61d7361488cd2c75cb4097ddbc66871c1f2634a0806fad93, '', 0, '?'),
(0x6cdd0480310e3486af2679ed61fb8357, 'wp-includes/css/dist/customize-widgets/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf7279cbc890b05a29c5ac9858b5af7b5, 0xd82d1b3181f61ad01157a77a3e9fcce44f367e1f6f912e39a8fc9f4e6376f794, '', 0, '?'),
(0x6cdd7ac920d35d99983318f03e64445b, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php', 1, 0x00000000000000000000000000000000, 0xa60d70bf9ac4127f15fc1f88315bfdd1, 0xf0a629292268bd749b941f4f50f42d45f9e7157f00da96d59666ae790989f2e5, '', 0, '?'),
(0x6cddf8cb96ce750a5b7c83d20b1e7915, 'wp-includes/html-api/class-wp-html-doctype-info.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-doctype-info.php', 1, 0x00000000000000000000000000000000, 0xe8aeea540289b15327ec3ce5294f2d3a, 0xaca1102a575c73826e624ee1c7c54d58b7e1df7f0a96fc06f010fed00bca6fcf, '', 0, '?'),
(0x6cde7c6726fabe5d9073c5b26c7e1786, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php', 1, 0x00000000000000000000000000000000, 0x95f5b90d5cbed817a4da363997e8cfa9, 0x8df40269323fa2f86b01ae337fee699a1b40692076637449fa8c09a80be27cfd, '', 0, '?'),
(0x6cdf4726feef335d06a428185db8ad2f, 'wp-content/plugins/elementor/core/logger/loggers/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php', 1, 0x00000000000000000000000000000000, 0x5b54c43bff96cec9ef3423d1c27c53b6, 0xd260f11eea4e5c16cb6b34818d3fc50ea119cd90294a51a2151acb83186d4700, '', 0, '?'),
(0x6ce046aec85bf646caac0f16491573d8, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php', 1, 0x00000000000000000000000000000000, 0xb6c93d51269523a920a54f3f340d567d, 0x3ebef2132260ffaac91f30a18848ecb733e6e329737438b5e85b54b359ffd311, '', 0, '?'),
(0x6cec83ec249dee693d2afe0474b06422, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-tr_TR.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-tr_TR.json', 0, 0xfcd2b88c2b0fe9253772ffb7ed7c386a, 0xfcd2b88c2b0fe9253772ffb7ed7c386a, 0xaf267b29adf1f95cd6aebcc2be5236eea1638efba4a4d6ec3ae05040611d1692, '', 0, '?'),
(0x6cf1c594379ce289edd7f58e0285c1b1, 'wp-content/themes/twentytwentythree/theme.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/theme.json', 1, 0x00000000000000000000000000000000, 0x84acd899da67c8a6d7c77318e1eb4854, 0x8b0155f098a5a2880392fe3e557a13271613321fbac157b9401bec65d5518b2d, '', 0, '?'),
(0x6cf25eda17d80ac66841d0c488b71aab, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 0, 0x73dfe3cc1b96071c578ebf4795490c44, 0x73dfe3cc1b96071c578ebf4795490c44, 0xd8f57a25440b63b2046dfb182cf2c7ee4f23eb76fc74d37845ebd90240842a1d, '', 0, '?'),
(0x6cf550415ea5ad3627e160dd4c288761, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_6.php', 0, 0x9871796457e830e1f90566568d4645df, 0x9871796457e830e1f90566568d4645df, 0xe1f8ecc90790b55e3f1e2622ddc15deca157b3ecc6ef2365a1a9454f13f8c6e5, '', 0, '?'),
(0x6cf95dae5b59f601ea9e2a794a287a9a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0xa8f2ff83751947568e3730d973f95f9f, 0xfdcfe8ffd36f67105b35904c795604636b449a78be0d19cda59c93b1350c191b, '', 0, '?'),
(0x6cfaa85ef6633da4a856d5dd89fefb61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_6.php', 0, 0x77703616b6e21579b0eb8b58bee238e1, 0x77703616b6e21579b0eb8b58bee238e1, 0xb8c4f0a67e8c5a92dcf44455649d948baa5bad6fa3d45fc83beb1be8ec6b9d6e, '', 0, '?'),
(0x6cfeb01db6953d5c30d58008f97accf8, 'wp-content/plugins/elementor/assets/js/nested-tabs.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.js', 1, 0x00000000000000000000000000000000, 0x956e8a8a6570a3f107836880543538c5, 0x18158dc31b419db3fef7e04f900e020ac8ffeced1a7b52e486c9221eaf110436, '', 0, '?'),
(0x6d03290dbc85e4f461489aad1c8d45b1, 'wp-includes/blocks/social-links/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x30aa5dd61de7dfffbd331bbda600d38e, 0xc305423cd5348eac1c1d940a0aff35fb13ebb34c76b96b29f15db313b6bf08a2, '', 0, '?'),
(0x6d075b5daafd42a2fa1db3c1f7a7e432, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_100x70.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_100x70.png', 0, 0xf55ab555bb657a3a27e101bdc312f08f, 0xf55ab555bb657a3a27e101bdc312f08f, 0x9d456aa29fddbdb26c9685831cbd927eef6d0b20ebf492452820ea8a21381e9e, '', 0, '?'),
(0x6d08c93d15cbca05da640ab8fd1753f8, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/assets.php', 0, 0xc56d8a6ba6eb0664eec26fe84684b717, 0xc56d8a6ba6eb0664eec26fe84684b717, 0x002f94aca4127f1589f1b8fb3a2e1c6abdd3dd13b55a094eecd2fd7efe17df1e, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', '/home/abt90iranbet/public_html/wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x5d4cfae651aefbfb17efe778097078ca, 0x74b0cd9259cbef9f62502e670a7a6f69f42216e214f2558cf5c73072c41e436e, '', 0, '?'),
(0x6d0c689b5b144f52a02dbcd85a2c0661, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.js', 0, 0xaf73dd50819a5fc22dff8b0ed2229d6c, 0xaf73dd50819a5fc22dff8b0ed2229d6c, 0x65df4a72d14cd2cd778a7767d433fde1a22cb150519759ae69b6ce0a1aa3f318, '', 0, '?'),
(0x6d14f3cfa2774d4f24cc13dd27e6e8a5, 'wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.js', 1, 0x00000000000000000000000000000000, 0x3ac8e64f08f1e7b3a05a3a91d3d64047, 0xf89011f84f35ffe664667451137460c34089c1e69ff65f8e2a2dd0a3a1a2191a, '', 0, '?'),
(0x6d17519b9c97568ab13c657f274837ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_panel_settings.txt', 0, 0x9d364aac644329855d61593e3c4d7196, 0x9d364aac644329855d61593e3c4d7196, 0x4a0218fdff07b04e830d638c00c080a6cd2cb5a50a28e98ac7261d08446dc748, '', 0, '?'),
(0x6d17654489640e9d0903fb0a60aa0199, 'wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php', 1, 0x00000000000000000000000000000000, 0xc1dd1f339b3fce557b5821061c0e7562, 0x3a3119360b3894eb4cc0445226c66b3c353b7e1e8526efa954070b30a4929906, '', 0, '?'),
(0x6d1be7ce9d6fbfdc252a98af20a2eb36, 'wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php', 0, 0xee58401b475588811e92693df6ed867c, 0xee58401b475588811e92693df6ed867c, 0xc6ab47dfb67f1ace0bff2d6a3707e5f08aa500d1f791c2feadbd5a8be1679b95, '', 0, '?'),
(0x6d1f05e3df84404deadc3a94fe938b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 1, 0x00000000000000000000000000000000, 0x11f235a9bfe8dd14c538ba9270b25e5a, 0x8a1a5ae176e0dcd1a2f3cb1b330e6b77f0c80e39cf0c494f2d33d98940e3534d, '', 0, '?'),
(0x6d202b376622ab1583b99f3ea4fd0e29, 'wp-content/plugins/updraftplus/images/icons/updraftvault.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/updraftvault.png', 1, 0x00000000000000000000000000000000, 0x410952ca8244d12cc1f5d764ada211b8, 0x9ad1fd57c81af096bdaa525eb278c7a718d904de70daea9d8dc61e5333d01a55, '', 0, '?'),
(0x6d250d60cac1a71527119ccb5f268b14, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xdae729c5a6e9ccc24a4e6e1490e5baa1, 0x585561abbb2af2f3d15b4c3b6cb42a7427975a7a7a13940415b07e5560644598, '', 0, '?'),
(0x6d26548af27c1dddf6bbad28fc180206, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', 1, 0x00000000000000000000000000000000, 0x135d47f22365dc13526dc73fde722854, 0xc0e7dbb7d8b01f203319f2ad3e5f9c7fc364eb2f6868dfb49b33c8178e9c6731, '', 0, '?'),
(0x6d2c998b07c79e96821dd294bffb3887, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', 1, 0x00000000000000000000000000000000, 0x9cecd636fa409238cef5526a3a5317da, 0xb0668512bee89c37fe91c8f7629c6e2362610abe30467890935a075db3efa4d4, '', 0, '?'),
(0x6d2cc6b5e1eb4ed0afb0659b77ae106f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_18.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_18.php', 0, 0xcd093f3d22a85c3562084d79da7c3eac, 0xcd093f3d22a85c3562084d79da7c3eac, 0x6e8d14bfc926f56cae8054852ec82a14242ce92bfd4db516cf46f69aa18632df, '', 0, '?'),
(0x6d2f788a64d5e6aa9468afd861347497, 'wp-content/updraft/backup_2025-07-11-0349___90_794316b2b9d2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-11-0349___90_794316b2b9d2-db.gz', 0, 0xf9966134b5ee9cf8e990b81ab9895478, 0xf9966134b5ee9cf8e990b81ab9895478, 0x836e7dafe517d3f27eef15119841af8ef65d6fa01dc042bd643c47e34683f657, '', 0, '?'),
(0x6d2fd5576900dd3cb0c89419375fb5f1, 'wp-content/updraft/log.01e15fe31cb4.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.01e15fe31cb4.txt', 0, 0x2aef48ba2977d2c389b7995aaed3dda1, 0x2aef48ba2977d2c389b7995aaed3dda1, 0x8376ec17ba3ad7e591129f240d0d35398eb7d59bf651f98c12bbdf4c70a54146, '', 0, '?'),
(0x6d35311dbee01a703aa53890e5e9003d, 'wp-content/plugins/elementor/core/role-manager/role-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php', 1, 0x00000000000000000000000000000000, 0x5543fda38e7182c2a2145bb2249936f2, 0x368835ad80b7f6979c8141fa7f66498a8bb0f33fa0a5f9b6bcb1b101cf8fe844, '', 0, '?'),
(0x6d358b5e8ba14c52bbfd4dc72cf77c7e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_8.php', 0, 0x54bda8878be6abf5cc8f85b5864c9f7b, 0x54bda8878be6abf5cc8f85b5864c9f7b, 0x68caabd29150956f29f6731dddc1b8841e11e8a46df43ce6ced8e1b5c12ef605, '', 0, '?'),
(0x6d374173c0425bca2a8c4979bb89cf1e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', 1, 0x00000000000000000000000000000000, 0xdcfa8899823c237737ec99ed45fed445, 0x70f297e7fbc450ce929ae24ef03ea491dda20f7e15c8553c8c6b99750371be0c, '', 0, '?'),
(0x6d37f494ac48afa16dd86a08866ee6c2, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/slider.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/slider.png', 0, 0xedd2e3378cab55b8b6a8bae92273c267, 0xedd2e3378cab55b8b6a8bae92273c267, 0x8046e6bc0dd391203400953ad397ff6a3669d57232931194233e2a0d7eab46a2, '', 0, '?'),
(0x6d3c0e25e4fd89a5017d175728248cdb, 'wp-content/plugins/updraftplus/methods/insufficient.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/insufficient.php', 1, 0x00000000000000000000000000000000, 0xfd94b554cc37e454d74a868d3081ca28, 0x15a348fb9c56a7fae49c445096dd58668267560b5486f94e8ed2b66a85428a01, '', 0, '?'),
(0x6d3fa8e6cc1aa49fc31c5b5444c7df9a, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-sidebar.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-sidebar.php', 0, 0x1cf2395261ed3221fa6df8987694d5fe, 0x1cf2395261ed3221fa6df8987694d5fe, 0xd48f15a8533c9e555b85211124933d0afcaee40f05a62e0556231cfe52c51035, '', 0, '?'),
(0x6d410303c270e4d7093197de47f5552f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 1, 0x00000000000000000000000000000000, 0x938ad89134bae48a95c7789999a43156, 0x1a7c2500c283c4ea5ed0dd07050e78f6b3bfe7030ae2fc3f13bcbaacd6bff778, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', '/home/abt90iranbet/public_html/wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0xb6aed6798faa996a9430c2a9e75ff782, 0x14729dd7080ebbec9f6b194542cb662085da70c6f84ce080cef01a86c7e2024a, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0x12511decc84e4486bef058282a9e3f12, 0xe499a86d4a22ca01ca0aac9e43da590d9ac0691f7422f8754d995f39a8e9fa25, '', 0, '?'),
(0x6d47d138f0d005ad40bc301ccc0a1d8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', 1, 0x00000000000000000000000000000000, 0x4a9e209d52f0568482797a18a41bee6e, 0x59fd7ab3b939bf2e92b014a06743702962e58c916417f1973241b841ffd78e6b, '', 0, '?'),
(0x6d4843232ddf27aab69f17f39424a02e, 'wp-content/plugins/elementor/assets/js/common-modules.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js', 1, 0x00000000000000000000000000000000, 0xddc114253f983d8e8d526714c45eb64b, 0xf8979d3d4c6c1bb9509bfabe7472420fc0d8daaae2c51a0b234f7762e9aeb58d, '', 0, '?'),
(0x6d4a9f4740057a27e9438e3bb6517321, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 1, 0x00000000000000000000000000000000, 0x93769eda0695f32404c7560e263ec25f, 0xa240e21d4032d06f307c8a86c4065b808db5fc7763a7d4570643074b46a427ef, '', 0, '?'),
(0x6d545a6015786b3c592cd7ed2f135373, 'wp-includes/class-wpdb.php', '/home/abt90iranbet/public_html/wp-includes/class-wpdb.php', 1, 0x00000000000000000000000000000000, 0xd8e5a74fea8c88e16ff2ea243b27bdd3, 0x68cbc331ea2f1b848641d4ec5f7cc88f1d73f0a11238798b8665db2f9b574a31, '', 0, '?'),
(0x6d57fd58360866f4e560ab78c85e0c6d, 'wp-includes/class-wp-classic-to-block-menu-converter.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-classic-to-block-menu-converter.php', 1, 0x00000000000000000000000000000000, 0x0a3f4527d1b92e576d900d30a40653bb, 0x2f25a541d8b6b36800e67e409feff9f2d19a5bc11b7e39aafab846c0b93c09fb, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0x6d5cf4f4e8e420ba2584d87fb163dcbf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_3.php', 0, 0x34259485c5ca3b774276f68f121262ee, 0x34259485c5ca3b774276f68f121262ee, 0x957cb7b3b95a6edac1d98a7480e4cdedf840551225af2cbb54f3575c04dfadc2, '', 0, '?'),
(0x6d5cf8df93be8c74a9615554d79d6d01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_7.php', 0, 0x7da17f735a36b10defc83ab2dd915386, 0x7da17f735a36b10defc83ab2dd915386, 0xcfde27ba794996ccf58bcd0ca4597931ea74e9a176d280c8c11c0b5ed3cbbfe0, '', 0, '?'),
(0x6d63a8bea0f7744d6bada43ec74ef3b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import_no_content.php', 0, 0x5562db830ce2f137b772acdb334039a1, 0x5562db830ce2f137b772acdb334039a1, 0xd202b3fe4c171702c24c42410c755e64c9a8723c2c169a6a37d7e503c723c63a, '', 0, '?'),
(0x6d660dd6236a10103922b774921d07da, 'wp-content/plugins/td-composer/mobile/tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/tag.php', 0, 0xb76307c6710d397e54a5de24157a34c4, 0xb76307c6710d397e54a5de24157a34c4, 0xd4f42362d247479dc7f2e0fc2bf0fc939d8fc16b3aa3c464bf632c30428d92c6, '', 0, '?'),
(0x6d66108a65fc56078a53264ff84ed1ca, 'wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', 1, 0x00000000000000000000000000000000, 0x2cea00c9903be2255dac09b54f64259b, 0x8e56ade95601f6173e8a50afc66a4f68e5cdacc7dc78af48ccb817ebbe95c8d1, '', 0, '?'),
(0x6d6de78fda468e826375aa4560f88e15, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json', 0, 0x6ad90b0c9b60d4cc6e9a68edfb590d60, 0x6ad90b0c9b60d4cc6e9a68edfb590d60, 0x7e141e656cde140f38f6fddaadf6bc2dd6869fade46a8a4042b04ffd077a285b, '', 0, '?'),
(0x6d6eb4b816f151d5fab03fdd3dac1903, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_7.php', 0, 0xcc8bb2742f477191b08cc789172ff373, 0xcc8bb2742f477191b08cc789172ff373, 0x189f73ecaa875f06c367e2eb7b34153e64a7651ecb4034e41c87d305b0a8fcb0, '', 0, '?'),
(0x6d7e73dd4b3174d28e198450c71d6a8e, 'wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md', 1, 0x00000000000000000000000000000000, 0xe835c770527ccb0dfebf2713576aec43, 0x9fc4a36ceac1320fc95e66d276cd5a03b4c5089a742c44d49787b7fac8a9052e, '', 0, '?'),
(0x6d7edbf4f816773714246c73507816de, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_css_generator_demo.php', 0, 0x182b55ca6859a71af2298b813d697b68, 0x182b55ca6859a71af2298b813d697b68, 0x41c5a2c5d15ecd142cca7671160191e0753ef0f02f045b7ce527fa7ccbe90aa9, '', 0, '?'),
(0x6d862e0bc52623b37db5210f31efa9ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import.php', 0, 0x93b8849a0c8ffbf9a60c51789caf601b, 0x93b8849a0c8ffbf9a60c51789caf601b, 0xbb7f618861f9f7e7f866adf921d586238422d9cd1b591484958cdcef01a62df5, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0x61c0dc9f1ab176adc9b6b25fa9db9e4e, 0x7f29b672417360fa03152e7f489b459042d2831d794a53232206f709b2701208, '', 0, '?'),
(0x6d9585e51a76553533a86462c90d1b7d, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube_advanced.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube_advanced.svg', 1, 0x00000000000000000000000000000000, 0xe01b7678ca86aa3417991732cdfbe482, 0x4d7023bf1f2768723e860c57c0789321d2654cc33b61b09aa23274c1f1c3ab46, '', 0, '?'),
(0x6da5a5a38c6c0110b6b9adbb653867e4, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/cornerstone-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/cornerstone-enabled-conditional.php', 0, 0x18c4882a7f6ef2c5a284edf3d69ce327, 0x18c4882a7f6ef2c5a284edf3d69ce327, 0x0f72a7d0e2588aa61353e6ba96e3b5609675459bcf7724492f06eac656a06d37, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6db2ce45729b8245983a1141d359e268, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6db3824331b40b9525da0ff016c1123a, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/typewriter.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/typewriter.webp', 0, 0x8e8c7a312e1ea9a42eea74f9c4d9c4ab, 0x8e8c7a312e1ea9a42eea74f9c4d9c4ab, 0x0643c129372b644c61bc062d70bb3f5b78dc9d8bfc043a7c2f10df3bd163cb8c, '', 0, '?'),
(0x6db5b9983bd5adceea720f31f6eb821f, 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', 1, 0x00000000000000000000000000000000, 0x67e17b76651f490937e3e28575b7401e, 0x24894eab0119ccfa90f1091dd09f5ff3daef3430141544f5572d70418d819c5a, '', 0, '?'),
(0x6db68478c3b4f97d994422fca9b25585, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php', 1, 0x00000000000000000000000000000000, 0x2d61cdc626ccc1e25de51b710ea9b932, 0x8f73f2482c9c830f75729abd46d257aec1cb0c6712b8f7e55d75db78acff3cbe, '', 0, '?'),
(0x6db7f72ac35284ab87f08c478b637340, 'wp-content/plugins/elementor/includes/widgets/rating.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/rating.php', 1, 0x00000000000000000000000000000000, 0xf2e05e12a86a246cb48133a957333ac3, 0xa75101d703a5cb4bd4b7fc3eeee13313b223795a88684c06276537b142991eb7, '', 0, '?'),
(0x6db90364d01267174ab9c11e9f2057f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1_no_content.php', 0, 0x25b306231d531078639e7a24aecabeb7, 0x25b306231d531078639e7a24aecabeb7, 0xbbe595ff1b176d4c0afeb911f8bf9ef6dbd852621da425e4670919deab6af4c8, '', 0, '?'),
(0x6dbd35ad2927f2df076148b30da4eb2d, 'wp-includes/blocks/home-link/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/home-link/block.json', 1, 0x00000000000000000000000000000000, 0x2a8c052814d1c6600ed13dcb7e188b06, 0x66a5ed676d33eb9c8cc1cbc09db4b742ba44d3d57e7140fdcb3587f50bfcef87, '', 0, '?'),
(0x6dbf5e270be35ab578647eb1def04983, 'wp-content/plugins/elementor/modules/library/documents/not-supported.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php', 1, 0x00000000000000000000000000000000, 0x0c8dceb173559847f11eed5a737c5e63, 0x94e83d8110796835b070ad6ac412762b8d6ba2d6cd04c177efa4b8898c7f223b, '', 0, '?'),
(0x6dc17c35ffd722e907df7f8fa602fb96, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_9.php', 0, 0x12f88d746145ac3ac3ea6ed9732df926, 0x12f88d746145ac3ac3ea6ed9732df926, 0x65240384d705f05a104047ddf500b6f4d3563fcf387e83cfc0c4d104f1837b8a, '', 0, '?'),
(0x6dc2626a5e43d112748978c6f13048b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_2.php', 0, 0xe91fb756fb70a00064abb6a85c1175f2, 0xe91fb756fb70a00064abb6a85c1175f2, 0x50ea7083e593bf275e4fbab64a7a0982b4d2e8751384fcd144f3ed77dd6d4519, '', 0, '?'),
(0x6dc60761c3da09547d40d161acf13802, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_3.php', 0, 0x057e1ab658ed8b8dcbf98d008363546a, 0x057e1ab658ed8b8dcbf98d008363546a, 0xd2e0bcb2b72736072b0ece5b57c88d9aac8b858a984d6c142f926275b6c265c2, '', 0, '?'),
(0x6dc64657f43003769c025cef8b436c7b, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x901e2d616808b2fa842dda0b0bb0ded3, 0xbaaf9322f50b6e26d343e18216470f702dc22092a2a3bd30cc9ca0345943aa6b, '', 0, '?'),
(0x6dc7fccac07cd011870c3023261de3b8, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', 1, 0x00000000000000000000000000000000, 0xee71945a2c3b394f586f223cb93fd172, 0xef26c7f2fd4ae6db1f97f89c2ba3afd9ac0ae7b87ad60ca74ab98b80bca41463, '', 0, '?'),
(0x6dcd96499c7d5d62af617db39af68a58, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusWordPress.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusWordPress.php', 1, 0x00000000000000000000000000000000, 0x6b3734f5200ad1acf6ba0b4adc7c7b0f, 0x229512a5f4a2ca975e059648c65e6ed0ceaf7e8d5122644c861f33084a81cdc1, '', 0, '?'),
(0x6dd532dd7ada3c9e9740951d152182c9, 'wp-includes/css/dist/preferences/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd3b004f6b68d8c6d08c38f374c823d3d, 0xf9ef47e4f939ee7b09f2a2099073094ec33ec22c985b0810d7da207c5395e466, '', 0, '?'),
(0x6dde1288ecf9341deddbec05886c3b7b, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x78479b3f06ef4d06788a96afba6c7ccc, 0x9342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f0, '', 0, '?'),
(0x6de2d3de4c141e34b80f6973dd82f07c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-grid-products-link.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-grid-products-link.php', 0, 0x66a8da0c6e7afbbcb08b8b85ec68eb8c, 0x66a8da0c6e7afbbcb08b8b85ec68eb8c, 0xbfe23c505d60741cbc14137bdc06c6030bb32d2093542feb848e5a100025fcfb, '', 0, '?'),
(0x6de4ba2020b7b2293b0d0792dbf1a576, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4_no_content.php', 0, 0x4ac897c0483d44a992bc9d2cb9810ca3, 0x4ac897c0483d44a992bc9d2cb9810ca3, 0x9822c41a431b327cef02f29e353175b1977671004bb11b7d998a8bf2ce9975f3, '', 0, '?'),
(0x6de5f9ed25a43dc2833029a4ed8b9ebe, 'wp-content/plugins/updraftplus/SECURITY.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/SECURITY.md', 1, 0x00000000000000000000000000000000, 0x8e735c26f201de5c7acaafd9b276df6b, 0xa76eb7583bf05a478fd6d7331fd76ad587c0b8f7288c3e4fc7363c78796ac740, '', 0, '?'),
(0x6df04eb76d512c09eda50e109705921f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_panel_settings.txt', 0, 0xea2e884a8822acb98366043e44be8ec7, 0xea2e884a8822acb98366043e44be8ec7, 0x472baa0a7f7568b2a806075c013bfef90c984d9c0736bed6e8f706407bc31b87, '', 0, '?'),
(0x6df06dd041f3b0a1ec5d2d63ab2dd664, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_2.php', 0, 0x053bd28533d08842359d7fc607c8e396, 0x053bd28533d08842359d7fc607c8e396, 0xf3c1eb72898b062f279a0d6897841b28896fd93af01167eaf4f6eaf715338d4e, '', 0, '?'),
(0x6df0d19b78b37de46f6dad9176bc2203, 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', 1, 0x00000000000000000000000000000000, 0xc2ddbd0744d3da2ac63c52ba83f75bac, 0x0c1678793a9ae8caf7814c79f49c48a29f47b398821aece01d7ae0d29bd2a6e3, '', 0, '?'),
(0x6df9f4f75c07d57e62752cefcd627401, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 1, 0x00000000000000000000000000000000, 0x3c18940391ff87df6f0356ff9742597f, 0x32c6bcce9e77808dbfb4f7afbb34d1848943c757c7fa5389679411a0511795d9, '', 0, '?'),
(0x6dfa6cf5ca729a48b888309c38d35de0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 0, 0x27581b77c7c53c684a4c98041dda8f14, 0x27581b77c7c53c684a4c98041dda8f14, 0xf0ad4c7200bae0f5a108a4988651fb54549964b8896def6f7207c683eb34516a, '', 0, '?'),
(0x6dff849004862af46fa0f63b60e3e522, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php', 1, 0x00000000000000000000000000000000, 0xd2203af35de667ed7885b86a5e0491de, 0x2c7e40ceb6872690fcf8d7d72333bc93e40c6913062bc77be585389085815ce8, '', 0, '?'),
(0x6e0204e126fe2dd1bd067bb1855df9b7, 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js', 0, 0x1f700ca3f31bcc5338b1cc095ed4d876, 0x1f700ca3f31bcc5338b1cc095ed4d876, 0xc91d8e0300951e459a1fdff66133498f5f0804753b9d181e19dfa2533ced67eb, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0x2b0dd7eecea03b4bdedb94ba622fdb03, 0xdfa087502078b27cedce9802513dad09ebed840ba45463b2764c150a2a0fc8b0, '', 0, '?'),
(0x6e0c0ce4fdf6bf536f2d1dc65ab8a795, 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-tooltips.js', 1, 0x00000000000000000000000000000000, 0x11d568d1fe85d4f0938b86b52465310b, 0xd35f0f12f7011aa7a084edf5a77d0e9363100f918e7e598559bf2dc7e695b45e, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', '/home/abt90iranbet/public_html/wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0x6e0e5b0906167f58948712837dc93082, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x4c4c9223c3c5008775442cd159fe695d, 0xae7e5ef4cfcdd9b4d5091364b7ed692ad0108e98cc5784f5188bdf3c36f4afc6, '', 0, '?'),
(0x6e13c7da305f190eda83ddf5d0149fc5, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 1, 0x00000000000000000000000000000000, 0xd2dab239632534f4966b284135abe69c, 0xcbabd4c45d29ab814cb40cb8de19d0709e16f7d5b208127851f278bb259029fa, '', 0, '?'),
(0x6e237980c3f73982df7408735e7f1715, 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/screenshots.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/screenshots.php', 1, 0x00000000000000000000000000000000, 0x1ec96683f3834b8b1397939e8ec4f88c, 0x2b2ebfd722557554b7ceae78fac1a236095c0fcba5480ed19b4d05206be280f1, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0x558edbf6c845c9c87cd268285a0666b3, 0xd3a3097d95caabcc458e30f2292e5458c2f8e44bd7647ed948b5ff4e6c4b3230, '', 0, '?'),
(0x6e24bb823d27fd1acea3ecafe310a6ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6e277582a2ffba312b7930e246082baf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', 1, 0x00000000000000000000000000000000, 0xadce262e83715b2d2194a09af5cdabff, 0x0bbe536e58dd64e617a3c3bbdd86d151274ce7d87826483057f714165e020302, '', 0, '?'),
(0x6e2899d5bbcca0eccc2b8c9800bd07eb, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/keyword-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/keyword-integration.php', 0, 0xd2559b74ce721ad97afecea150085b0a, 0xd2559b74ce721ad97afecea150085b0a, 0x356a343a5641e8a67fbf56c47e3a123f0baaa7e2b044009e42e664766a2c721b, '', 0, '?'),
(0x6e2a3d90b60df06a056d2e9f04b446d6, 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php', 1, 0x00000000000000000000000000000000, 0x193ef209ffefa49025fc8fef6b341ae4, 0xca962248ed943423ed9433e00474708b69914a8d54a48caa91220f9283e8bdd1, '', 0, '?'),
(0x6e2bc0017ab66fde1d680b7316198557, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xe176a3bfbc46ad0bcf8cc53a70ad2660, 0xbfc03146c79bf063e18725d17fa3c24cf26ff79f5d660babfd2b5b7a6779fd9d, '', 0, '?'),
(0x6e30bd053c50650e99a6ed931f79002e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 1, 0x00000000000000000000000000000000, 0x2b68b74aaded0b4e1c9a338a7df57baa, 0x7bd63ed6df931476311f38673c5d27c81b45a8235c4fa6add9e3f540e3b9c3e3, '', 0, '?'),
(0x6e370369aba423c233451dd808750fff, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/spritesheet.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/spritesheet.png', 0, 0x0bd9a74368d52b02b7e27a415c679119, 0x0bd9a74368d52b02b7e27a415c679119, 0x4070a4742d6dcd02aa365061f6d0cce1dea6be19ce0c46ba7037e89ca1bbf78a, '', 0, '?'),
(0x6e370926c58d81e5527e2802344f8aad, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_replies_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_replies_list.php', 0, 0x99533970971d88e0ddc940d4c6b90984, 0x99533970971d88e0ddc940d4c6b90984, 0xaee9f9631e0598732edeafc17c4162edc5cfd23136e1a3644a04b7bc1becd688, '', 0, '?'),
(0x6e3a7c735ccc13cf705578113e465d96, 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map', 0, 0x77577e9a7f3ae3ba7c1898c6323da466, 0x77577e9a7f3ae3ba7c1898c6323da466, 0x8388247e3b0b798122e18be5439a82dcc029f13c68d54fdc89e4815dca09e277, '', 0, '?'),
(0x6e3fdee53c0b7d726d27dc6519712063, 'wp-includes/blocks/site-title/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x771a9767aefcfb446fc6c3106bd8786c, 0xf9ffdb4fce513f7695e0a9e9456f00f8901a9cb9b51e84eec97fd296255c4833, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, 0x00000000000000000000000000000000, 0x6e5231edd59e91c20afe691517784269, 0x8bb5ec53f3e283a7edafc93dc88c626a4b84bdddf09fdd69fd24effdea9479ab, '', 0, '?'),
(0x6e41d93115e7338452beceb6d756544f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php', 1, 0x00000000000000000000000000000000, 0xea1dd452c86f9b16c93dc8abd052ba1a, 0xaea089cbc04508578b3ed052b057fd9c19ecdcd7153b34ea12c79d757423e96e, '', 0, '?'),
(0x6e426feaec6590520b415847a14f965d, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php', 0, 0xc073ed6d1ca628ee8314fea560420be2, 0xc073ed6d1ca628ee8314fea560420be2, 0x51961fde068defccdf73ff724a689b6d0d9b2d9ae0ba6f9a3a35587f64902478, '', 0, '?'),
(0x6e489353d37b2908f04bc3cdaf831335, 'wp-content/plugins/wp-rocket/views/settings/buttons/button.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/button.php', 0, 0x4c50c6ab2e42ab035fa4c63a384de56d, 0x4c50c6ab2e42ab035fa4c63a384de56d, 0x0a8ecc43f30c4fa2dffe433438f83efc3ab26594986fcea67279e45a4d033565, '', 0, '?'),
(0x6e495f7e9351b120e8c3002fe6a6ba68, 'wp-content/plugins/amp/includes/embeds/class-amp-scribd-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-scribd-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x5b64bcca8887c0029abb2199d8d4912f, 0x253d5f0a47ab6e0aa44213f9132ddf3f199310b30c9793a8fa38b9a3627d5c2d, '', 0, '?'),
(0x6e4c6ba0e0d537aee8a2c433138eebc0, 'wp-content/updraft/themes-old/twentytwentyfive/parts/vertical-header.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/vertical-header.html', 0, 0x93738c867ec4f02f97fd1bf02cf9801d, 0x93738c867ec4f02f97fd1bf02cf9801d, 0x374995664944d3b1742fe1546493bbb673d8c63b49295d93e24a4b18dc1e2e63, '', 0, '?'),
(0x6e57357ba891b183c807e967a7909de5, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', 1, 0x00000000000000000000000000000000, 0x0f50c2383e6cd06ed35b949468bbf247, 0x5b2e7c0c7a02029b7cc5352d82b7e05d6531ad6f306640abfce3d2d6d9d08689, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', '/home/abt90iranbet/public_html/wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0xf6945f1d7f38d9df356fd8f73fe9fe96, 0xc6a48f24d9333099b74994f858dfc7432c62bc918e0322306cbb4ee69e05461e, '', 0, '?'),
(0x6e6bb4582a1c56c0911aa19c4c6407e3, 'wp-content/themes/twentytwentytwo/templates/page.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/page.html', 1, 0x00000000000000000000000000000000, 0x69ae5d3661d8b02b65f3fe0eaaec1eb8, 0x276674e01e0e67e08e78d53949a5b138266c3c095000af27b90d51ce6828c033, '', 0, '?'),
(0x6e782313d7ffdd6b32c4fa22965ec1fe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', 1, 0x00000000000000000000000000000000, 0xad08f7ec5200d69c7828106fe9951b0b, 0xba86dd749829a3b0a0cd2a18eef77c5bcff9e9e1352e29c6e9d224fd3b7755e4, '', 0, '?'),
(0x6e7a20f683adfcf64952a0b547a67a84, 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/keyy.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/keyy.png', 0, 0x83c1143212576c300f8d8654b2ca9caf, 0x83c1143212576c300f8d8654b2ca9caf, 0x3a0fdf38e9c88e03e38348722322518c821b673ef1e244fd48629041ace6d370, '', 0, '?'),
(0x6e7fdcdb7b0408c8d6126f681aaedd2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0xc927e6db2474aaa8f846bdaeb266f2d2, 0x6e5c471e947a4f2a9062717d3da10eed1eedacc37c29e4e407bf20afcee571ea, '', 0, '?'),
(0x6e7fe3b08fe5325d1c72b37a3a02d662, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 0, 0xb4dbdca4de39177941fbea19855eb74f, 0xb4dbdca4de39177941fbea19855eb74f, 0x5eb72e4f4694a052d7150ff96c9f91eb024c9c76172eb9ed48e6a2f3483a7d87, '', 0, '?'),
(0x6e8205fb916308fcf23edff70be5e08c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', 0, 0x3db6d30165f4e640d54d3d269e3bd3cc, 0x3db6d30165f4e640d54d3d269e3bd3cc, 0xabaa3abddaf1984bd0a20413bca2eee741b63fa8b698df793f884df07cfc4c32, '', 0, '?'),
(0x6e8621bf2b667e557c8d033e177d6a7c, 'wp-content/plugins/wp-rocket/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/LICENSE', 0, 0x955d5fe58c231244f6b49000f383b5e2, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x6e86ebbd6fc8ed7ea170541deb8eb5a1, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php', 0, 0x49c8ac495f90776f35cd72ffffe0d7ff, 0x49c8ac495f90776f35cd72ffffe0d7ff, 0xf3ea9a50301c6020f78691e4c239397b1a4f446b2776b6cbbe6359414267d8bc, '', 0, '?'),
(0x6e88fbe7603db09993fb2f7fbe5aaa42, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_5.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6e91cdc4fc6637849d8a73f948658d8e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', 1, 0x00000000000000000000000000000000, 0x4a6db7cc588c477ac44eb6eb1da26b8c, 0x71ec61c8f194ffacf1bd1e57c723a6ebad487a6d0cac3f7da84aee9a01d3888e, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', '/home/abt90iranbet/public_html/wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0xb4031719668d65cc36889851f1b68952, 0xea014c06b9c7c627b84eb0dad32c7fd34e028b957cfdd247ff48763a625de49a, '', 0, '?'),
(0x6e9caf73a6900cf6b787d57f4691891c, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php', 0, 0x1ea86869bf1d50355badf3c2e4909e27, 0x1ea86869bf1d50355badf3c2e4909e27, 0xcde70c8e5cd0375ceabe495189e731965f42c4cb132894129af37f870d0bac23, '', 0, '?'),
(0x6e9f4d88f59b81d0ad19852ed3f874ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_import.php', 0, 0x09019aae778d12634768fee0af390204, 0x09019aae778d12634768fee0af390204, 0x24083405f3476cb346daf6c4b6a2fddcb3e156e261130bf370d3f60baf232227, '', 0, '?'),
(0x6ea3a039f90ad8ece70b8afcfc871643, 'wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_youtube_amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_youtube_amp.php', 0, 0x709987d3a6aff4e06f7369a3b56e9b5c, 0x709987d3a6aff4e06f7369a3b56e9b5c, 0x1618d6188de52b2d86e2b7cc54ad479933772105025c9115f9afec18774dcefc, '', 0, '?'),
(0x6ea3f8ff8220ea5be65025fa69d9ea37, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php', 0, 0x547126f1ce6ab0377a67af9a08763090, 0x547126f1ce6ab0377a67af9a08763090, 0xa81a64cc042e3e4a6717c0b173ea2a01968b9f5564dc8b3dca5537ff3c7d9f33, '', 0, '?'),
(0x6ea6afed750cce5858f3369aafc6563a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6ea7a4b157ce8029ca8d665114d0a52d, 'wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp', 1, 0x00000000000000000000000000000000, 0xedad43aaf0a7059ce24b9948139fd770, 0x01d00f1c132aa8575d12ad8c45e65e8398517374156fb31d96d41015e741e16e, '', 0, '?'),
(0x6ea7c8e667f337cddbffce78d58fda41, 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 1, 0x00000000000000000000000000000000, 0x71d1493f95e8e3972c505035fe5291fd, 0x328bd61d1b1030eb6fed95d461c490317255e8c7cf129a296266af7e66781b64, '', 0, '?'),
(0x6eb577c8418c8974ad1430b1e2ec84b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/demo_style.css', 0, 0x8fe9513c8bc326ec17907e75dba9b67a, 0x8fe9513c8bc326ec17907e75dba9b67a, 0xe23b722f1a289495bd6b6d8eab4ce0edc3c74c487f3ae33d80dfad4f10e30b2f, '', 0, '?'),
(0x6eb77f4cb7dde9b28e7cdc065e86c714, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import_no_content.php', 0, 0xbe6e69c2b3ed69fdfbf340d2fbdd1e6b, 0xbe6e69c2b3ed69fdfbf340d2fbdd1e6b, 0x34fe84e4c0f61cba4c29696affbbaf5cbe20b5f6bbba04dfdd57760222e738fa, '', 0, '?'),
(0x6eb9caa892a6b356fc45b7eee49d2a78, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.mo', 0, 0xa08b3063cce8903fcac4682edc4f0dc4, 0xa08b3063cce8903fcac4682edc4f0dc4, 0x0321b4936653ce1ea333064db9325a639241312daa74786206355ce2ba9fde39, '', 0, '?'),
(0x6ebe4270c1ccc47ee0a56296290883df, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', 0, 0x22d8c88d80a2620c08cd19e878772951, 0x22d8c88d80a2620c08cd19e878772951, 0xab68b8dd2d204b3ce841f878063c23d63787261750fd1349aa2e0fbc20237bc5, '', 0, '?'),
(0x6ebf98408aefe651f1531f1ea33a3374, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php', 1, 0x00000000000000000000000000000000, 0x95eb53fb7f6985b50e914b21b02a0e9a, 0x33990dc12bde23b560452a688534ba3cfde53d662b5f324cc42a5ae128176a80, '', 0, '?'),
(0x6ec333bd5e5e38c95df7f0cdd0d88ae6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6ec4f3120f869f52688cb02bbf436384, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_3.php', 0, 0x1f794afd8d0a9c6287629757c0813324, 0x1f794afd8d0a9c6287629757c0813324, 0x84d6ceb9501dcb0ca12b1745b2435b543ca65349bed990fde4f658a4a505164c, '', 0, '?'),
(0x6ec7ebed1174ab4e6a420f1cc8f88885, 'wp-content/plugins/poka-review/public/images/icons8-rating.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-rating.svg', 0, 0x5ff936fca58bab39de8e2fc452969288, 0x5ff936fca58bab39de8e2fc452969288, 0x2da054d2597bee2a064cd74c1d606927f3df621a1cf6611d8b5eff92ba44cd90, '', 0, '?'),
(0x6ec9469a606e707e7675546bdcf74b7f, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 1, 0x00000000000000000000000000000000, 0x10245591a34da768502f148e4e60ab45, 0x47b98702fdc9e797ecbd54c05dde3077c95f7d23d92c8af04d3391f2f02306d0, '', 0, '?'),
(0x6ed2955a9decbcb99946aabc056cc1c1, 'wp-content/plugins/poka-review/admin/js/clipboard.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/clipboard.min.js', 0, 0xf06c52bfddb458ad87349acf9fac06c5, 0xf06c52bfddb458ad87349acf9fac06c5, 0x22c042126da55050074e4c4f8a74d1f2140838cbfd274033375930c45c09a64c, '', 0, '?'),
(0x6edddb13c071f3b19d529bd31f0820fe, 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist_widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist_widget.php', 0, 0x05690ccdd90f28fcf156dfc67f13c1e9, 0x05690ccdd90f28fcf156dfc67f13c1e9, 0xfb4cea5e9b66bdbc54f4a96b5ba4ad6944e5aab256586256de15bea074310c12, '', 0, '?'),
(0x6ee1961b356054fe3ad2511f12cee218, 'wp-content/updraft/backup_2025-07-31-0336___90_1d8b94e83ab8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-31-0336___90_1d8b94e83ab8-db.gz', 0, 0xad2bae1ab4e5ba378eb7eef07e96d83a, 0xad2bae1ab4e5ba378eb7eef07e96d83a, 0xe451bd4d709c79b95b58d4038be8d867e67bcc7d421d50fc49f84ee99d4a4981, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xf36eb125bacda48e59cdf705ef89b26d, 0xd871721780d89d028aee8e283b3225d7601be4df4636b51acd77bce8c1ef7f0e, '', 0, '?'),
(0x6ee64cc32d616c4faf1b1b3b7e7c93ed, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE', 0, 0xd05e73887eedc78611070af6a52dd160, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0x6ee9b80d41530cc3711ba3c881aba7c9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', 1, 0x00000000000000000000000000000000, 0x69ca7d61989cc13cf4257290ce931eda, 0x490346d629c442832557b340d6199fb04b3899f6d523f4464d9dc3c221055767, '', 0, '?'),
(0x6eeb963f711c3791a5f7005aa13a0f30, 'wp-content/plugins/elementor/assets/images/library-connect/right-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-1.png', 1, 0x00000000000000000000000000000000, 0x816324fba9efd35af0f92bc32e47442f, 0xc938aa91e3ae550cf11700a2cbcea0486c7efb59b52af4c9f758c1eaf4619b49, '', 0, '?'),
(0x6eef9d872cd151fbe9f03362b9f54f08, 'wp-includes/js/dist/warning.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/warning.js', 1, 0x00000000000000000000000000000000, 0x62d6e0b577b335de1332b21ffbd0d515, 0xe38653636ee25ded57f8fef7dd864ab075138a738d12ccc12f4062ba19cf696c, '', 0, '?'),
(0x6ef24121dd4714a73bd1582f8d82f7b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', 1, 0x00000000000000000000000000000000, 0xc42cdb4d7a9aedbf3ec2ad1313e3f7d8, 0x77858db91a0f84a0f1c4a710a09200007797c8dfc3c8fe5bb4a92389d683c4eb, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0x0206014566c80f80cd21113737233241, 0x8a5185c9da4fcc7c52295671f843b957aa91f42887c90c40df7f82402bf51693, '', 0, '?'),
(0x6ef5dad7b35b1904b7e078ca8291763c, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php', 0, 0x6315dd55ae05e5cb037a7bbdabb8eb57, 0x6315dd55ae05e5cb037a7bbdabb8eb57, 0x8d289b04b137325629e8f0d91c2d0a2414718323a0e0a310cce82318eabf6d42, '', 0, '?'),
(0x6ef7bc4890625742e183b9794d727e20, 'wp-content/plugins/td-composer/td-multi-purpose/css/style-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/css/style-admin.css', 0, 0xe26bb1eef5b9752fe7934f008f9f464f, 0xe26bb1eef5b9752fe7934f008f9f464f, 0xfacad0ce72ecafb09899692efbcbb1b7f800cc73387de0dc7ecad8e491e9da44, '', 0, '?'),
(0x6ef8dbb941af288ccd42722c6c9080df, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/options-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/options-page.php', 0, 0xa30ff4e2469b0995553b83105562bfaa, 0xa30ff4e2469b0995553b83105562bfaa, 0xbc4c5be7bb91fa7de8e3b273d1b433c79185d4d8495ea3d05fd185e5a8944b5c, '', 0, '?'),
(0x6eff71ee66cf23cf45bb1955fb22512b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_10.php', 0, 0x4cee15a5417a1299a178e245e25e5e8b, 0x4cee15a5417a1299a178e245e25e5e8b, 0xcb6a188ef9b8dcadcbb0c3a26042ce58ba91bb78542211eb7a770b56fc2577ac, '', 0, '?'),
(0x6eff8f969e792ce3d95a9bd4886ff2c8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_4.php', 0, 0xb146769d19d86148524f0a216751a887, 0xb146769d19d86148524f0a216751a887, 0x0243eebee5d60ed03741a43a743c103a30f8a95b1484880e88f6dd27839cdd24, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x6f12eb4d308791cfefa46071ce092e23, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2_no_content.php', 0, 0x2a8567a45303ef0e0e2c50a51386d7e2, 0x2a8567a45303ef0e0e2c50a51386d7e2, 0xa2aa160c10b0430f8c79f3a5945c059207f82e99cee1f97977efeed377029a34, '', 0, '?'),
(0x6f1fb7eef720aec085ae4805ab4e1bb5, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-0e8a0f9e74cff8cfe5754906316ff4b7.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-0e8a0f9e74cff8cfe5754906316ff4b7.json', 0, 0xa4199c6b229b439a2279633b0955d054, 0xa4199c6b229b439a2279633b0955d054, 0x685f1561f1a9424a9973f24c082b02a7a508134462891edd92e85eb538efbadb, '', 0, '?'),
(0x6f26fe3bba3b874bd0e27c2d25317d33, 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 1, 0x00000000000000000000000000000000, 0xfe1c108f42f4310a2bd6b4f153cddb70, 0xa4e1234c8197b928a52ed62509ad79f236d618ec89424e595be00f0f42c1f157, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0x6f27f0f7e4a4722bd4ae02be6f096106, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xf408227f6611142fe532a3e47c66fc62, 0x3215658916d53d7f028b310a3271c7785b48f840934a7f5656160823635b3c13, '', 0, '?'),
(0x6f2bb0f23f3ff8b890170d38bad0a327, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x6f2dd444c8e5276a5a591069e7dc5778, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1_no_content.php', 0, 0xff43ecf5c51a625a449687705b6fc700, 0xff43ecf5c51a625a449687705b6fc700, 0x4b52cf18381e2c44a54e12e5356227a64651a68c2e9b9d26bba06d6ad555262a, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x6f31d39a8288a4abe94abb8907d1f4f5, 'wp-content/plugins/updraftplus/js/updraft-admin-restore-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0x875ffdfb4c415b51a79b28106eb2c23b, 0x96382f55632f611343ef13fef3049e528e0e3519f85f3af50aeba3996f443993, '', 0, '?'),
(0x6f388ea58824b6761c333b34e3bea69a, 'wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png', 1, 0x00000000000000000000000000000000, 0x7164fee40c426e5293ffcbb600ed7792, 0xc52111d31505b5bd2a7567927b07ba0549701c47fd4c3e5701225652d7b672cb, '', 0, '?'),
(0x6f39c3ebdddcc117e20c56e7cc1a02cc, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_import_export_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_import_export_settings.php', 0, 0xfb900633d247f51050c49ff57aaed613, 0xfb900633d247f51050c49ff57aaed613, 0x87f6fee425e406b57de811dc1b81a47e1114e63ffa29768b15f7bfd1e1cc289d, '', 0, '?'),
(0x6f43025e92d31f0be5ff290be815a5f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1_no_content.php', 0, 0xff003a4486599c83cdad93396904eb61, 0xff003a4486599c83cdad93396904eb61, 0x57870b82179322eb4c034bde1a2d8fd159418a2d31bf740c95e7f1e5424bf040, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xb108c22b05c1eb021d92fe071706f525, 0xc1063421fd8848fc1c3a8d363ecb6c45eee64563239cd0d8f961057b9d41b47b, '', 0, '?'),
(0x6f44144cf27f4ac6fd5576e8e424a4ee, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php', 1, 0x00000000000000000000000000000000, 0x98dac771a297452f1df12ff1629b64fc, 0x53d096c5e7ae9d110f26aca84fee6f61fb3fa7fd4030901b2c46c4462297bc2b, '', 0, '?'),
(0x6f44e02dfb886d6cc53ec459084dde99, 'wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.asset.php', 1, 0x00000000000000000000000000000000, 0x2b22ed064a9871cc2bdc4c1a7ac37f0e, 0x657c474cb58208b8c9e145c032df099811bd42ca99d60d14847dc7d51e31386a, '', 0, '?'),
(0x6f47b63a86a2f9b2c92d3ce4efc5e33f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2_no_content.php', 0, 0x9bcd4318d742a10876d898a2ff196342, 0x9bcd4318d742a10876d898a2ff196342, 0xc4582360660cdd19b12f9938a06e5f84ccc538e6767c594aac6460b079764522, '', 0, '?'),
(0x6f49b4326ff49f29633966ff582ad679, 'wp-content/plugins/amp/src/Validation/ScannableURLProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/ScannableURLProvider.php', 1, 0x00000000000000000000000000000000, 0x0a41a7aae4fb7ae302a8343016e35b12, 0x051dd65c87281ee66600838f1cb917382371d21a8884db3d8f13589f47015f75, '', 0, '?'),
(0x6f4e1d671323cf51d488e4ab156b9f83, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-plan.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-plan.php', 1, 0x00000000000000000000000000000000, 0x275363d2504f48d2f4f01c3dc8076291, 0xaf5cc16a1e16cfc2e2e5577bf0aed735e26494cb574a79ac5b0e89257a0de79b, '', 0, '?'),
(0x6f4f2ada5fe1d6da35a8fa14489a958e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', 0, 0xd2ed76e602a6a0b8be3f1014045f8d51, 0xd2ed76e602a6a0b8be3f1014045f8d51, 0x5695a6a6dca2313855b10dec265d5f5250ba667eaf394f6400d54cb7497776f4, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x6f52341c2270e9ab5fbe336a21d5b2b2, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-1.png', 0, 0x97437e6baa029b666f5f0bcff02e7d7e, 0x97437e6baa029b666f5f0bcff02e7d7e, 0xc506f9d6f33d5ef74de0d7627919274b0eb60a9a81f0fadbeb893a593936af0b, '', 0, '?'),
(0x6f52416f563c113fb72c1889d62136a1, 'wp-content/languages/plugins/amp-fa_IR-d8d93ffda5773c5ed49853ec37e2e8a2.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-d8d93ffda5773c5ed49853ec37e2e8a2.json', 0, 0xee37ddc843e4b0316deecae49bca6cd2, 0xee37ddc843e4b0316deecae49bca6cd2, 0x96fe5b12c6c45332b00eb45a9a2c593ce1b4bd4e14fb6972805c1b0e526cb3f3, '', 0, '?'),
(0x6f5272222af9b8f225f738253758dd3e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4.php', 0, 0x8b3e4c3ace7dee78cab4b468ff0423e3, 0x8b3e4c3ace7dee78cab4b468ff0423e3, 0x569b469798f7e203e9f76207ca76ba0ad689bbd6edaba03dfb705c9883dffa56, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/shortcode.js', 1, 0x00000000000000000000000000000000, 0xdedd269fc4ccafaea0a725a86f4e1f2d, 0xc41e142a1c76dc295b236351ab21f28d9807bc15e1e032dcd4d539cc0e0e4234, '', 0, '?'),
(0x6f561c24de0b046a080756208844d51a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_4.php', 0, 0xe29632356c1ad72b60c07f7a3c39feb0, 0xe29632356c1ad72b60c07f7a3c39feb0, 0xc4a4790cfaae9645648932eb070a6f22775d35516346318d83e2f5991e38455d, '', 0, '?'),
(0x6f5de3cbaeca09e95f785e303e33fdd4, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-quickedit-notification-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-quickedit-notification-2340.min.js', 0, 0x5bcfc9e85dcffd0fcb2a489925f603bd, 0x5bcfc9e85dcffd0fcb2a489925f603bd, 0xb542912aa9a8390982fc6a90d37a181d23de63672759bbbb21211b79ff05cd1b, '', 0, '?'),
(0x6f610019846766f975525b9588a538d0, 'wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js', 1, 0x00000000000000000000000000000000, 0x771a48b779d9fe60feac4ef5067f17a4, 0x00b039785588b4d2a9d5e6b4d6286f27dbf15171be49b4b9c86621c75adace98, '', 0, '?'),
(0x6f662445ade701864c356a3bcc758619, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-navigation-social.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 0, 0xcb3597f4bad25d8150ed1722ca46a02e, 0xcb3597f4bad25d8150ed1722ca46a02e, 0xf213edb4067f06f7f3e3572208ef97c366ef2331adffab457462fa906ae30111, '', 0, '?'),
(0x6f66eb476bcc4c86c19b7ff960744003, 'wp-includes/blocks/cover/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/block.json', 1, 0x00000000000000000000000000000000, 0x41ce87dea45c31eca40fe192bd700bca, 0xbf0dc933bc2c85f3665e5bd0675ea74e2046fb5fa687a457e84ddc4a2c8c43d6, '', 0, '?'),
(0x6f66f572c4c15e6fe0c5a9c0c213cec0, 'wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php', 0, 0x5c6665db1255fc12bc6b86691651b17a, 0x5c6665db1255fc12bc6b86691651b17a, 0x6e38087c6061ef2382aa837e574415d6e076f6f4e4b1d5a3d95e9340c694d19b, '', 0, '?'),
(0x6f675c26f873cd71d8f032aeadd84358, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-html-escaping-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-html-escaping-functions.php', 1, 0x00000000000000000000000000000000, 0xfd8d3f84d4ab1c58a3c76ab7d6320c5c, 0xfa3c7f4b349989d56ed8587c22f0df1c08ec5047c3c3c9ca9a2854ab317d55eb, '', 0, '?'),
(0x6f6b19383985167e7fbae5a86e5535fd, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', 1, 0x00000000000000000000000000000000, 0xcb15b81c8edf7c9602797a23bcb87935, 0x7fae762c03421461e3d0877d62c24866a8f2c41d9b03db9e2d32e0d831d8379d, '', 0, '?'),
(0x6f6df5eebac370ba86fcf77297fdaa53, 'wp-content/plugins/elementor/includes/elements/container.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/container.php', 1, 0x00000000000000000000000000000000, 0x3aa4ba46af0f58842916f0f45cc9eb1a, 0x402d43c70f14d26b4776c49c0fcec6bc6407e769d0d7f46a9ff62cf5bf9868c6, '', 0, '?'),
(0x6f6ea76d079850cae51ecbe4088e20cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_5.php', 0, 0x216c041eba9c17caa9ef101f35bd8b79, 0x216c041eba9c17caa9ef101f35bd8b79, 0x5698db6d142506199545cae1712222cab8d91b37acc3c1b04a5cfe8ab9429bcb, '', 0, '?'),
(0x6f71695aeb26b94fe71c4091decce0b7, 'wp-content/plugins/amp/assets/css/amp-icons-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-icons-rtl.css', 1, 0x00000000000000000000000000000000, 0x460f2bd3da726330e016bdc75ed503ed, 0xfb7bd511dc566c3f2246d865b8639cfad624793d980936382ccfd6f25cab774f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6f76e5cc91ae92b7519588f3d4583134, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', 1, 0x00000000000000000000000000000000, 0x73f90f174cb62f90d91a6d6384b66a7f, 0xe257412b43d84e0e80b8760d5dce409ed417384c89fd5dcce5c5faf684a616b1, '', 0, '?'),
(0x6f770fac6cd037c4200763ec93593313, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php', 1, 0x00000000000000000000000000000000, 0x3ea73a907bac512b98a23b3771219c2f, 0xca97ecbcefc8780e34ab223f03ebdd08013dbf8dd38589d4f54f055e696e6c8a, '', 0, '?'),
(0x6f7d3199facf3d28452652445fc6c1a9, 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', 1, 0x00000000000000000000000000000000, 0x74332915e19cdd0a585f409c958c89e3, 0x564d15b08723550e37240af583c271cf15796d07835e3bde1ff3bde33ba437cb, '', 0, '?'),
(0x6f7ddb054319dc8a38f445f8ef4701f0, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x4538ebf175c54368473c01db6fdc8522, 0xfe54510fc7e91574fbddea8f11dd93b1a27ad8cf8954b9fa300590c6f5104102, '', 0, '?'),
(0x6f92bc6e0f8177263f15985694586869, 'wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0x6f93f19306fe6716987c79403cf76826, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social4.php', 0, 0x72ed6b54fe4cc905703c001eda229a4b, 0x72ed6b54fe4cc905703c001eda229a4b, 0x7e95cf05629b4025808357698f15d6cb81dbd51a55f51fa1be0dbfa0ae0dff56, '', 0, '?'),
(0x6f947bd1b160ac72b1ba3cb3969314ea, 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 1, 0x00000000000000000000000000000000, 0xd4a9f8a717809c347e176177dec8c601, 0x9f0e276686f371d99f02b2c98bdf883c4577238e6fa8d6fff9fb1292afce8b89, '', 0, '?'),
(0x6f974e4b7055e5801181a670218dc26f, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x6f9b82585921b848030043219a18f03b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x6fa26dca5f5092c0f8e0ae3511103b61, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php', 1, 0x00000000000000000000000000000000, 0x9d9aaa1977aeefc7ec04ec10ebc5a6fe, 0xe93b1c74fa5905d7f70c22d3aac1f2d1286fd722659d19b4173bd7c4ea3d3f2b, '', 0, '?'),
(0x6fa3a1aae709488ecad99f6042209689, 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 1, 0x00000000000000000000000000000000, 0x696910d046637cbf2b9a6485939581f3, 0x8758e9f0c8da2f8d22b5af784d795b1fd781bd2c9a5b0fe60d54f5d61d266768, '', 0, '?'),
(0x6fac7f09c7bb18ff0926e3ef63f7deda, 'wp-includes/blocks/paragraph/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xd8e415f8867339d90a7daf0971c2bee3, 0xc594186c7e14e0e9b31525c4df22fa51a7205efb0744feab62fd165c87ba8dc8, '', 0, '?'),
(0x6faccc08fa4d74420a7c07eff657b694, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 0, 0xc94013bbb82d49d0c467a5e48fc318bd, 0xc94013bbb82d49d0c467a5e48fc318bd, 0xff5362c54a28b2ac36c811af1e78836859ff08e2af2164424b314ba17dc003a8, '', 0, '?'),
(0x6fae6eff35b714145a9a141c68461d97, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php', 1, 0x00000000000000000000000000000000, 0x2493435ff9a167142656f5a1c1122f09, 0xd7123009ea08d8ba1358f8d90f5de54574d15c33ba5b56549ca06e5cf0e828ef, '', 0, '?'),
(0x6fb74e39fd939e735d60a84bdb717691, 'wp-content/languages/fa_IR-e2791ba830489d23043be8650a22a22b.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-e2791ba830489d23043be8650a22a22b.json', 0, 0x3195787a4ff4352fbae5614d7c8a5e4d, 0x3195787a4ff4352fbae5614d7c8a5e4d, 0xc0c2191c3106672d663d75ea5584ac8d4dbb5fd706bb57239afa27ac4c92ca43, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x6fc4262c77bcd5c160510f8c4dc5e173, 'wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.js', 0, 0xc1b0c9f2684128f64bc9f26c6eb148ac, 0xc1b0c9f2684128f64bc9f26c6eb148ac, 0x3e23134170ab1947a1ae4b9f87dca4bbe9cfc1ba3fd530948e694978143390bf, '', 0, '?'),
(0x6fc44b44163ecc31bdaf9aa40e5f9882, 'wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x671ba5e31abc2eaea629d537171d5a06, 0xf1cd475fcc6c4af79bf369f3aaf4d4298a6733b793c5163b43ee323efac26384, '', 0, '?'),
(0x6fc54037dcef6868029836cbdea93104, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Parser.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Parser.php', 0, 0x0c5243fb30750f49c719140330f49d1f, 0x0c5243fb30750f49c719140330f49d1f, 0xd56c91f6f4652a2fe5b059dc1810a9a0d31349e68c192573b51ea357122071db, '', 0, '?'),
(0x6fcad75b43164f29463c9d1a53dcaef0, 'wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', 1, 0x00000000000000000000000000000000, 0xe985e8fa1404c2ed95502081c0dc8812, 0xcb6d63923213ca23da36aa78491430ca0ccae3eda8460333967974a81af8b9d4, '', 0, '?'),
(0x6fd2841e7c18ac32c1e1a6e5b07b559d, 'wp-content/plugins/td-composer/mobile/parts/register.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/register.php', 0, 0xe2c727a7007872c9ab3a474c53ff61f5, 0xe2c727a7007872c9ab3a474c53ff61f5, 0x7282796d19b6c068004c896a9a50560b815251ca5da751a1fa9ac1fdc1e352f2, '', 0, '?'),
(0x6fd330fb43b04f71ec503a0612cd2277, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-es_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x235c3d775c199b554d0d2f33b5dfbc93, 0xce7e94c6fe5b8826fdeba385a80eb101c196e23c2eaec175e577b7da22373b31, '', 0, '?'),
(0x6fd44955d85b9ddecee9847559a4ff3a, 'wp-content/themes/twentytwentyfive/patterns/hidden-search.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-search.php', 1, 0x00000000000000000000000000000000, 0x5d259c48488cbd390663f5f8d44b7857, 0xaab4e0189566913f8ef630a8dde7154d0ff5f30313a860c176c697c21e226e03, '', 0, '?'),
(0x6fdb126b6ef86fa87fc7b1b977c3f5d6, 'wp-content/plugins/wordpress-seo-premium/src/integrations/user-profile-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/user-profile-integration.php', 0, 0xd493b9acf8cbce11c9433d30b0bb5d5d, 0xd493b9acf8cbce11c9433d30b0bb5d5d, 0xbd21f58770a0b925c88e7794483fc507a097c5b0149e3540945e2c277556f123, '', 0, '?'),
(0x6fe284ff1df7fdf98003edbf9ffa7ff7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_panel_settings.txt', 0, 0xd88450e640a27b410ea80319cc2fdb8e, 0xd88450e640a27b410ea80319cc2fdb8e, 0x31da54f75dd8bea4a9eff67dfdfd42ac8dd8e73c48d5897957f019d6c5ff3a51, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', '/home/abt90iranbet/public_html/wp-trackback.php', 1, 0x00000000000000000000000000000000, 0xd4397d60d923deb5c0fc50a1fc0a6bc9, 0xfc8b16aabc555609316b062d4ce32e3e96dda8bd8f33237ae1c333f580ccce6a, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x6fe6052580e029f3dc9af70e7fd01d6f, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-blogging.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-blogging.php', 0, 0x056f801628c958564d5e14408627a29d, 0x056f801628c958564d5e14408627a29d, 0xfe5d324d479574c9155b739ad17e4d7304211128a042c968c9ebfd84e856f434, '', 0, '?'),
(0x6fed2a09a0401167d77a93f7a684f94e, 'wp-content/updraft/themes-old/twentytwentyfive/styles/05-twilight.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/05-twilight.json', 0, 0xe4abd7bbb193f75784d35aa5bd68190a, 0xe4abd7bbb193f75784d35aa5bd68190a, 0xa17e48dd62049d0c947d8980b7baa4652e7eca192e1497ac576737ffb51d2514, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', '/home/abt90iranbet/public_html/wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0xcd64fd9efbd3f2ba668878cc43be1476, 0xa82917e8e89b358472d080a749a9aa9fb9e81c201bf5abce4bdd7cebcfb7f51a, '', 0, '?'),
(0x6ff35ef2db35322b659f99ddefa8471d, 'wp-content/plugins/wp-rocket/inc/admin/ui/notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/notices.php', 0, 0x81fa2fc7b88c7527647a93b906a5127e, 0x81fa2fc7b88c7527647a93b906a5127e, 0x045099ce45c9c4108f28f1a000221bedc2ae825901577b5f01b9e7a530b1f83e, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0x1a41b688a0c75b22f672f87233f843f9, 0x357388efc9a617171db15ed4c2fcfc88da4d947e117424327fe095ee7ba88f5c, '', 0, '?'),
(0x7004d94e5c9e934ce80d439b968f75f5, 'wp-content/plugins/kk-star-ratings/src/functions/url.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/url.php', 1, 0x00000000000000000000000000000000, 0x73b40a19c641bb2b8cc222752fba99db, 0x8a73d26c01faf1b76ae89094abe00ecc685c438b5debf023a69a1615604c7351, '', 0, '?'),
(0x7010d0c77440d4e4fe9c0643b415460c, 'wp-includes/blocks/template-part/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor.min.css', 1, 0x00000000000000000000000000000000, 0xeee1a7f145ac645dc4ac420d09f217fb, 0xc4a3d6366fa35f693901992d554c3923dc9e66847a2563dc53189087a14a73bf, '', 0, '?'),
(0x70152f4a66af914b2fdf4b659357f613, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x9451a9039b1d7c66b3ac7af907c2e51a, 0x28c99ce52daef6a2cf1e65d4c439987e8918e831afbb5993537ff44b8e195d79, '', 0, '?'),
(0x7016d6a1f511ca1b2eab43e872e0b62a, 'wp-content/plugins/elementor/assets/js/packages/query/query.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js', 1, 0x00000000000000000000000000000000, 0x04ca37ff96204f23435a016329c39872, 0xfcf7b276b8a65e8c365d5beaee79f3a519f837acf130febc55f75c641e4bee3f, '', 0, '?'),
(0x701865a631b698fb71263c907f53a8f8, 'wp-content/plugins/kk-star-ratings/freemius/templates/sticky-admin-notice-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/sticky-admin-notice-js.php', 1, 0x00000000000000000000000000000000, 0x31fe4caed322e32242e5a2cfbe64d4ad, 0x95ba7c95ca0d49b944ac9562714eec667279e9de38c3ade1019a95173f7b84c3, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0x8238cfbca8e767f3207635876153b32a, 0x0b4ed8f5d22e1d93e5c130b72d3f73f7d03fd6d92cd1f1a8df9fd260832e427f, '', 0, '?'),
(0x701c7f7c5a105701c235b847b82e8219, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_fb_ig_business.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_fb_ig_business.php', 0, 0x7d33924879519a31da5e7b32c0da4012, 0x7d33924879519a31da5e7b32c0da4012, 0x7cb86dac87f88b5abfb2f863d22731c8ab23e785867072562a3f639ed11e8824, '', 0, '?'),
(0x702b7ef61728a4609e98e35ff76e9068, 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', 1, 0x00000000000000000000000000000000, 0xa5e0daa0119191b472f64a78bd866159, 0x36b1775af78e1f790c22d4707189939855dcde5178160511dc32310f57b35909, '', 0, '?'),
(0x7032eb5bb19a9290266c4fcac8b90817, 'wp-content/plugins/wp-rocket/assets/css/wpr-admin.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin.min.css', 0, 0x4e00a6f4352273ffdee8dfa65d3a5ee6, 0x4e00a6f4352273ffdee8dfa65d3a5ee6, 0xe277dcfd31a48e121818b5ee1714a18080dbc419ecfc2798e4a41ea1d9a9a000, '', 0, '?'),
(0x703611e2fd59bd52fdf81aec8a35a4e9, 'wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', 1, 0x00000000000000000000000000000000, 0x404f6ff9be1a69729cd2b49645415d01, 0x9760a28bb97d978e39a2ddbb723fc57e483be1242138c79decea5f5354d34436, '', 0, '?'),
(0x703a37ae7fe76a213d622333084dbced, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', 1, 0x00000000000000000000000000000000, 0x9c427d36afe4ba4bbb01eaf97e9be053, 0x8945ac6d3a1a2b6367c9d82a90f969a3891bd6639e9cd11082b44e79efd84c52, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x6ba57ec248b0c012e937bb3cbf42e1de, 0x0021a546e645a6b603d74b1c0550b3a337dfbb9430d5e60a3b3694107d8ae624, '', 0, '?'),
(0x703eeeac93fca4dddceefba3445097a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_9.php', 0, 0xff9b6462425b8abdadb367b10c975ad4, 0xff9b6462425b8abdadb367b10c975ad4, 0xb8f089461fdc7b8ac8ef48a1de708f3d01250dfc5ae11cb425e575f7ed42efee, '', 0, '?'),
(0x7040ee96c2ee76ac0b919eb4527e65b3, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-1.png', 0, 0x8f733a261c95254f5136cc9325fb40cc, 0x8f733a261c95254f5136cc9325fb40cc, 0x331dc630d01848d972b38dae2aa5ba42d90cb64cabd6f6929e8632be6186be0e, '', 0, '?'),
(0x70420b3e56109aaf9138f5f8b4c850f3, 'wp-content/updraft/plugins-old/updraftplus/central/modules/users.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/users.php', 0, 0x2fe1ee5e56b59ca219f57584c9d6ddab, 0x2fe1ee5e56b59ca219f57584c9d6ddab, 0x6a7ee5264db2ca6ee284c00162164ff5064762993bbebd03d6c4da9fbe926f97, '', 0, '?'),
(0x704df5b18362aabb08a0565ac404df3b, 'wp-includes/blocks/media-text.php', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text.php', 1, 0x00000000000000000000000000000000, 0x5890b80e1c4d36c07c887e647ad6c0c3, 0xfcd84b6eca3a3783a759a3cbe1f098f3cf2406debdc3930e52d38614d53511e6, '', 0, '?'),
(0x7051d8464ddaf80f6c59cd352ad58779, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/format-audio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/format-audio.php', 0, 0x7826f32f1a7b1894698ce11c9d405fff, 0x7826f32f1a7b1894698ce11c9d405fff, 0x8c0ee7e8638ec014b6ef1416952c63c5affc747dbff4e51249db59b28517eb8f, '', 0, '?'),
(0x70541c0b3b169b06ef9647dc620d8e77, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge-retina.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge-retina.png', 0, 0x665edf5ea3b52b722e64d16ce78e4fa2, 0x665edf5ea3b52b722e64d16ce78e4fa2, 0xdd0c28bf4c582323d4353dfbcb3766cf53129a1881807fe89dab49d1dd7f3b4d, '', 0, '?'),
(0x70553f2508471af0fa4ac0afaa583d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x5f34925b0816d8c0c25f9aa31714be8a, 0x24fc914c54d5ed145c4222e0312e7400e160923850673e3e1402e8dd2c5aa869, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', '/home/abt90iranbet/public_html/wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0xe2825530388a0a5bc687c54cf2661a40, 0x214f572c60239bbeb68377b8d13d9b72e35b9a9ee47c9af588d2a74e19211b35, '', 0, '?'),
(0x7056596101e2811200efad863d80c1c4, 'wp-admin/error_log', '/home/abt90iranbet/public_html/wp-admin/error_log', 0, 0x383631f55c93bc78da2add9ae3d5af63, 0x383631f55c93bc78da2add9ae3d5af63, 0x788d71125528dd87d56fbf34279dc854e4d118f06e027ebee1eacdb9aa9c4ac1, '', 0, '?'),
(0x7057e498661f33efe720814ff3bca567, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', 1, 0x00000000000000000000000000000000, 0x09efbfc6985e9bb4a05a3e8f02c5b3e4, 0xb955b196a5602444d56df358ca918a8999d837a54a26c487bb864758e34bc35a, '', 0, '?'),
(0x70586f2070b5ca6b188bae9aa5e2652c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2_no_content.php', 0, 0xcb241c5c9b64eda6f76b497d8392e9b4, 0xcb241c5c9b64eda6f76b497d8392e9b4, 0x2541bfed9faa4519f0583af9c0b33be7d55c26e32be49c8959e1edb2b759788b, '', 0, '?'),
(0x7062a28bb7c1415d25ea9ea2535638b3, 'wp-includes/block-supports/background.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/background.php', 1, 0x00000000000000000000000000000000, 0xac58e18ee19cab281252b201089a3bc5, 0x33c345f28b099f393af7d0b19fd7e7cf119aa869ee21529823e9d3a3ec5935d7, '', 0, '?'),
(0x7068af0606c78b75141d750ac6c6dfcd, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-centered-social-link.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-centered-social-link.php', 0, 0xfac94f477cacc0d22b8300f7c03640ba, 0xfac94f477cacc0d22b8300f7c03640ba, 0x4e605b884c0f5d3bd8cde4b6207027b5756907f07885112e4716e9207dc08170, '', 0, '?'),
(0x706a96ea8afe4e0a37530dcc4b563247, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x90dbb3840dc0e0cfcaa929fb27b22e6d, 0xdf381656afe18dbf94fcfe8f56e7bbdc31752c65d547bb1b5f09039ac72ba953, '', 0, '?'),
(0x706b05825a90410f337e0accf80212fd, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', 1, 0x00000000000000000000000000000000, 0x1f6e0ea52355ef08f3f056914fc849ac, 0xfda11ba68350c3fedd620897d660dff935d400ca1d889176008deba4a9811462, '', 0, '?'),
(0x706c29da5ca94398a52ff90b87d2b495, 'wp-content/plugins/wordpress-seo-premium/classes/upgrade-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/upgrade-manager.php', 0, 0x19e3c12506c9aacc39dfc34eae17dda6, 0x19e3c12506c9aacc39dfc34eae17dda6, 0x43b0829c3c34c14d9f621a5ade95c38df662db89a7e9401c4661c5ddf661c011, '', 0, '?'),
(0x707441a2a7b0d421d8e97333814190a9, 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php', 0, 0xdc644cb562060e380bc88b318a2b306a, 0xdc644cb562060e380bc88b318a2b306a, 0x411a98de5e13254937d7b2551cae0e1b2494d52a3dfc1dde8cc2d73ec3ebc0bc, '', 0, '?'),
(0x7076ccf4bbdd56844b6f7365894c3c02, 'wp-content/plugins/wp-rocket/views/settings/page-sections/license.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/license.php', 0, 0x20879e84950370da37f23378720be9b7, 0x20879e84950370da37f23378720be9b7, 0x292a6a39489179d787a6f1a33608a220433f64b5d9a0e42f0fd74a652938b9e5, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x707b55ca8fd09a12746563433443446a, 'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php', 1, 0x00000000000000000000000000000000, 0xbffda0decadf98ad09d77a67bb28fa98, 0x7fc84e93d8c147af45caad3c5e407b6ffc5ae7478cbbc8ead7ebbb1652ff9d98, '', 0, '?'),
(0x707c4d35af92711ae93b7f2f6bec043f, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessagesManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessagesManager.php', 0, 0x7db76775b097462f5a6e94654294e055, 0x7db76775b097462f5a6e94654294e055, 0xf2a37c6c7fe1724ae19118a319d0fbec1132ae04801d865e19e1270cc1c1e536, '', 0, '?'),
(0x70815f22054aeb356f21a07bd2888dff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6cea9869cbaf56eb1be9507ab3e2081f, 0xa532b1a6f76d226d8fd4d6e888d0e4cd366b5af50f48cbef09bc983d900aa67e, '', 0, '?'),
(0x708a0de764e07ee658ce17ec1c156f24, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_panel_settings.txt', 0, 0xadbf14f6221a06d3c6f5cc49ada0e847, 0xadbf14f6221a06d3c6f5cc49ada0e847, 0xcb6fc2f7e9864c521e627e1e53b6147a116701dc37eb5017ba2f0e7a8e9a9fa7, '', 0, '?'),
(0x708ccf044445f6c64ca900269a6950d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_1.php', 0, 0x8442acd86a526ad349f94302706fa50e, 0x8442acd86a526ad349f94302706fa50e, 0x685507a94eccd90b171984a6f3b54c5313937951df9aa96b86bf179bb5fe15eb, '', 0, '?'),
(0x7090955a6535631c73d5d19df13b06b4, 'wp-content/themes/Newspaper/images/icons/newspaper.svg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.svg', 0, 0x8ebd7e05a91d090a5ae228c233f5d9af, 0x8ebd7e05a91d090a5ae228c233f5d9af, 0x21cbe6a292b66f85e228f290f6e0e6a2728e8eab3fcb0ec7328364b87b5d6088, '', 0, '?'),
(0x70910f54fcfd2718e3cd55be1372af2b, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/scheduled-crons.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/scheduled-crons.php', 1, 0x00000000000000000000000000000000, 0xbf5f9879a1b18f4aa46b14306e1d732f, 0x45a99cd085dc94605c9f3dbfc1db5b82d1ff74355113fe3c928a964a383bd8f8, '', 0, '?'),
(0x70946361a3c3b205c47eecbe600723b9, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', 0, 0x6187890a33702ae67ef70acc653d0da8, 0x6187890a33702ae67ef70acc653d0da8, 0xe670aff266efaa0b6798b2f41d215506cfdb5fec2378a90fbd0542b02cb370bd, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', '/home/abt90iranbet/public_html/wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x05cdb0f3c9a0e00d7d9473a1058bccfa, 0x25772e54b8471503e543fd7eed534daac88d70b76b4458d8d3e380635ef969cd, '', 0, '?'),
(0x709686db12868f53c0fc4c4c8bcc170a, 'wp-content/plugins/amp/src/Support/SupportCliCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Support/SupportCliCommand.php', 1, 0x00000000000000000000000000000000, 0x5559ace953b948f4add3c0fb56d84b2b, 0xa15604234d89eec9e7d7a7503b858c7e977dc5865bb2ef2043047120461192b0, '', 0, '?'),
(0x70a0ea8f29710e5f0aa32675ca9665dd, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php', 1, 0x00000000000000000000000000000000, 0x3d4427dcf757a6158a6a2a3caf33f843, 0xaf1fd171446563374f8019f5c3787f402e78e0fe8fc5dfc0fc6ba060b0035628, '', 0, '?'),
(0x70a2e5e1d6ccf157a1d3795c37cc792b, 'wp-content/plugins/td-composer/includes/shortcodes/vc_widget_sidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_widget_sidebar.php', 0, 0xdd1e97c0135d4b64dfb0e7c7091d7307, 0xdd1e97c0135d4b64dfb0e7c7091d7307, 0x4138a411a35ab997e1077444c4064f757c8cc4d7f80b0b52bb6463e31d8065fd, '', 0, '?'),
(0x70a97151fc424dcb9302edc6257b03cf, 'wp-content/plugins/td-cloud-library/assets/less_common/components/notifications.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/notifications.less', 0, 0x942120c2fe06976c46621477ae18900b, 0x942120c2fe06976c46621477ae18900b, 0xfac406a05305d244cd3549a78209e035e9c0264bcb61ca60f5194fa14e3d0758, '', 0, '?'),
(0x70aebbfc7a07986b1c86ce283296bf66, 'wp-content/plugins/td-cloud-library/assets/js/tdbFavourites.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFavourites.js', 0, 0xcf7422dfe940b9dab5fba2909169986f, 0xcf7422dfe940b9dab5fba2909169986f, 0x81753272e0f6c96e06a05dc857df55151c7db4a50d7ea8a26166c3677e6a51c2, '', 0, '?'),
(0x70b1d93bc48271c7fb2fc74fd27d5fff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3_no_content.php', 0, 0x777efdb1cfab6db05935ce06c02d11e1, 0x777efdb1cfab6db05935ce06c02d11e1, 0x8b8c01dd3cd4f57d773b893ba7df8b8d03bdd267eaf6da13eaa9be7839ad90ae, '', 0, '?'),
(0x70b386e7aa119a0151a9c30ff210f670, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgumentInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgumentInterface.php', 0, 0xc0e60cec6350819d20bf37a3834299da, 0xc0e60cec6350819d20bf37a3834299da, 0xc99c29cb6e0af54c938403c521c60511df6a1ae7b49a3fef0b05f61bc749820b, '', 0, '?'),
(0x70b407acc897f82da5d31577758be7f7, 'wp-includes/blocks/post-author-biography/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xca82bdf5dbdc6e58a08227b6e3275855, 0x8fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e87, '', 0, '?'),
(0x70b7a1af10b61b6e5a9de3a08403c199, 'wp-content/updraft/themes-old/twentytwentyfour/parts/header.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/header.html', 0, 0x86e4bfa0187ef1d0cec9223a928ac2cf, 0x86e4bfa0187ef1d0cec9223a928ac2cf, 0xf85b11c8f54304ec56732bffe7597db3a82b5211109477c0dc1987c4db59f0b6, '', 0, '?'),
(0x70b7c2db3961987891cde0679d0180a5, 'wp-content/plugins/wp-rocket/inc/functions/options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/options.php', 0, 0xb9574ab582d7b22ab9dd8aff9fda742b, 0xb9574ab582d7b22ab9dd8aff9fda742b, 0x1b7332e6875d64296034bf07d3654845c0796040bc96bb1b4bee9de08d06d800, '', 0, '?'),
(0x70b8360e3e1d6562d5fcc72adb2fdd74, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_6.php', 0, 0xf14f48be2270f9dc6f712dc68e52c6d8, 0xf14f48be2270f9dc6f712dc68e52c6d8, 0xd27dd6fa365aff927aa93618cdeccf62f8e236aeb634402b277dd9bbb487e3c0, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, 0x00000000000000000000000000000000, 0x22e8636410d878ca577b66a5ed8e4e62, 0x4fb0ba6a2b68c5a40ae2b5833851dcae082377becb035f70cafd43b11bcbdcfb, '', 0, '?'),
(0x70c14906676b33fd6380de71705d2717, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-16.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-16.png', 0, 0xf61e2170edce947a1a9476f3da671e61, 0xf61e2170edce947a1a9476f3da671e61, 0xf0c13169570bb8d4ee9c4df446024552a0f579f07ea988041238c66641ea6e8f, '', 0, '?'),
(0x70c421da3a48ec5af31c7c23e5949907, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_4.php', 0, 0x0dcff735bf989be2fd031d6c4bf0a2ad, 0x0dcff735bf989be2fd031d6c4bf0a2ad, 0xe337aaa614a5d98e1489bf2d97372c8dbdc7bf856ec9ded3e85038aa88ec4d2b, '', 0, '?'),
(0x70c5a7960ae9822b52e0325ad5e7be62, 'wp-includes/blocks/post-title/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/block.json', 1, 0x00000000000000000000000000000000, 0x16c22b178a954962f03d0c626f5c6068, 0xdaff4abcf9d6284a515817b2effe43a9ee6c53b6164dd13a60e288328cf2c8cb, '', 0, '?'),
(0x70c884ffa0605a2015154b40b269116e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-3.png', 0, 0x3fcf107baff216c388432cb3ff1124f2, 0x3fcf107baff216c388432cb3ff1124f2, 0xaba79f35da6a3938c1d92f8db98a33e2418620652d4f9357c2d781f261d9c87b, '', 0, '?'),
(0x70cb6aefa17d889375e9998917828833, 'wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php', 1, 0x00000000000000000000000000000000, 0x5281199c43e9981c744aa3c31f2cf62a, 0xcbd8a34876aac6fc177daa415641b06ac4a101fec5c903af8e4e3eb0459f0eff, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0x593a68330c833ebdbd6120dd91b6347e, 0x450fe8f971fab8b4cb5467bbe74f3e462debc54f02fa28cd49c69a195aa3bf7a, '', 0, '?'),
(0x70d4d5b676495ed89226e3eb263bc23a, 'wp-content/plugins/elementor/assets/js/editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0xf11b4bcc003619236d665df11fda7439, 0x94ea7bb89db54309195a1e298919ff777454fbec28b8e49c6f90138bba4d195d, '', 0, '?'),
(0x70d956f24504de39d5ff7f0e4b248901, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', 1, 0x00000000000000000000000000000000, 0xaea0bbcd4a59f09cbc9e57111cb4bc3b, 0x237b0f91a4858fc94d762ae4c78b8feced1d7b2a571f9e40e1ab12345e9b09c3, '', 0, '?'),
(0x70d98c0036ed5278d481f0147d706aab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_panel_settings.txt', 0, 0x0e6a6ff4e1d730835b60b51c3bd0c535, 0x0e6a6ff4e1d730835b60b51c3bd0c535, 0x9ad026e48d11cb0045ac55a784f759b48767cbb63c6c15f24f242f895d6c38ec, '', 0, '?'),
(0x70da3a9f5f1adf43de2caf94d9e5ac0b, 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 1, 0x00000000000000000000000000000000, 0x5fbaef41c9ba08f05e8f4f29fc39fd91, 0xe31a89ca15ea1786659583cd25a5c6cda38a5d24f41106855b6738c130bde1af, '', 0, '?'),
(0x70de71ad6c3814d58579afd58df17fd5, 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x21bf688d91f2fe61d825a5badb6ab0d4, 0x813f04f23230cd191883bd65f22a29eafa320ffd4851d1720ced326810a43f5e, '', 0, '?'),
(0x70e83934482cdf5bea05e28f155c0511, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 0, 0x7533eb0806d95fb17bbc1d3aa789ccf8, 0x7533eb0806d95fb17bbc1d3aa789ccf8, 0xf9d57caccb15bf2fa4a99879eba5b524fead226167962c6bd3e5dce5fb157472, '', 0, '?'),
(0x70ee187d47f7824a05e915ce24e2e078, 'wp-includes/block-supports/align.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/align.php', 1, 0x00000000000000000000000000000000, 0xe3ec276a9f8c016fe1bd791fb6dd4aa2, 0xe55ef07b4c37c55c628db572f203123bc347eecf8481521be23bffa1c1d6929a, '', 0, '?'),
(0x70f424219e68fe7ef095e86986f71c60, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-5.png', 0, 0x002e27bafebd3f763f39c9bcf9561f8c, 0x002e27bafebd3f763f39c9bcf9561f8c, 0xf6a100c7c6060abb946ce0865d60cf5bcca18ca16191dd486937828a3fc100ea, '', 0, '?'),
(0x70f871c2d2476ad88906115208a78b4f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_2.php', 0, 0x813853d8b4478519696e64732d9ee6a7, 0x813853d8b4478519696e64732d9ee6a7, 0x3cb96c57d1792504b0943f0759b297b47f2bb958e94cec8b6725da2b94d8b275, '', 0, '?'),
(0x70f8e1f7fc7378ca9ecb749aa73470b6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', 0, 0xe32a80f6ca341fc7dd6bd7c13cc84d02, 0xe32a80f6ca341fc7dd6bd7c13cc84d02, 0x96572b4fd6a68060d6898983fed3bbe16fd867b1565dd9cbe2c7ea6365b9eba0, '', 0, '?'),
(0x70f9c0f6971562a57e83136f426bcc5a, 'wp-content/plugins/akismet/class.akismet.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet.php', 1, 0x00000000000000000000000000000000, 0x7d8a44d5c529d074213ff46ebfc58fd6, 0x4a0088a2ffbd5a8e39ff757c4dfbb8f7390929b8d02dbc20781015aa3bdcfc3b, '', 0, '?'),
(0x70fdd8550d5850321fd6191470d0076a, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.po', 0, 0x9cf16bd02c330d4b09cc8ccedb980e3a, 0x9cf16bd02c330d4b09cc8ccedb980e3a, 0xd852b17e775ba37eddd5e3a5aca8daea4e79e512637dc7fe05f3c2e6ec0d112a, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-title.php', 1, 0x00000000000000000000000000000000, 0x35abf32a9d3c171ef0583b1cf803f818, 0x4e3502259eba07033de59c6b550b48564bc141fe6c4504492233e8b86ad5d3fe, '', 0, '?'),
(0x710773bea241ad74810baace0164995c, 'wp-includes/js/dist/warning.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/warning.min.js', 1, 0x00000000000000000000000000000000, 0xac957cf3b2a40a5c503d010460b2d44a, 0x85b33e3e2d59c0a3328bb249506c368455a7127167277f3ded318af4a0c2dfbb, '', 0, '?'),
(0x7113e08ad7076cf9a4bdb591fb3eab00, 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 1, 0x00000000000000000000000000000000, 0xfdecc658ba4dbfef0afc2fe4ce3074b4, 0x7bbc18de623ca74b03f8ee3115f86a843c81a710e2d880c4b5693158a886ccbe, '', 0, '?'),
(0x71149e51a25a4c807832745aa5522fea, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js', 0, 0x3bf3ffdfa7be5bd101f6a867c5b832c8, 0x3bf3ffdfa7be5bd101f6a867c5b832c8, 0x7c33a2d06808a7f8f2a05cf6a66eb567126dbaa45089282bb99f20d32781850f, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', '/home/abt90iranbet/public_html/wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xb1f2e208f7a47e5cfd0e843de448da78, 0x803ef5c771fa013c30fe7d33195846c4b0b1f382a51be856c2cb81f7162fbd13, '', 0, '?'),
(0x7125e2f5d829969393756486cacb09f4, 'wp-includes/blocks/buttons/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd1f7b983249470903b58e3da34e49484, 0x79978efafc288010f25edd9a949bd7be553d933bd6432f5f98421fc2d399bca0, '', 0, '?'),
(0x712a306982cf4e4a11fc124bee150c24, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php', 1, 0x00000000000000000000000000000000, 0xd5e0bc48a0360c323af8426c8a51efbe, 0x736f7a315a9c41d8ffd72f557d914e4e13415c869e92d6423a241182c5d49fa8, '', 0, '?'),
(0x7131d148616d4820512670522d5e44e1, 'wp-includes/blocks/image/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme.min.css', 1, 0x00000000000000000000000000000000, 0x646a7619592376637c2f3f7fbddebb64, 0xa348f437948225e6e9073aa38dddd2c336789b3a3fdf95b6ebd764ec3e450e0f, '', 0, '?'),
(0x7132f50b2feede3f3a2200daa5515ce2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', 1, 0x00000000000000000000000000000000, 0xfbb20eef2a07944b35fb89372657affa, 0xadaffdf89ae45d9da2cfcd52f3aa7b3562a0e68d7e6cd3b58ee3402e19cdc1da, '', 0, '?'),
(0x714c2ad033c7a8f3634e3964a2cc6028, 'wp-content/plugins/amp/includes/embeds/class-amp-youtube-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-youtube-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x76997d65c385d92e9990c54dc6c49d5f, 0xb3c3443373efb6ddf500146ba6111682139d57443d7480de22d9167c9a5b4d6d, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-link-service.php', 1, 0x00000000000000000000000000000000, 0x7abcd14257a99b1c865a20c7096d0d00, 0x0f03740ad506f75f714713c6b5e262a29ba38fcffe797de4322b000c8349a5cc, '', 0, '?'),
(0x714d48e82cb8d758628f2cd75a96da89, 'wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php', 1, 0x00000000000000000000000000000000, 0x9411ce43cb0a201570e2889f6cb4ca67, 0x5ca207f6c2a4b74ff566a4543156f902d4abecddc3bee55e1855532f352adf24, '', 0, '?'),
(0x71541aaf2636c8f710974e3a1fbb999f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_3.php', 0, 0xfcb2e801139d48398860307620f40aa6, 0xfcb2e801139d48398860307620f40aa6, 0xc085f141241dda860a6117f55a07bbc08c22b3ce9d6a3612fdf62537439549f1, '', 0, '?'),
(0x7158b06d78ff676de9a1916230e4010c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', 1, 0x00000000000000000000000000000000, 0xbc737be123d437e6a91f85c45488bf41, 0xe713d171a6560f4343e392427de2d5a1bff398c4d47d93c3cac3dc269d55cc34, '', 0, '?'),
(0x715a90bd0c56c863797cab54f3ada4a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_3.php', 0, 0xc4b7e587acfd6d32256bc79844f128a5, 0xc4b7e587acfd6d32256bc79844f128a5, 0x58d92e0155789699d647d7c76ac8808ff87675bd97cc996b60951aec66900d4e, '', 0, '?'),
(0x715d1ebb99655609743e6b65453f9c71, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_1.php', 0, 0xa2c2fa8e5593798553e53180bf5bf640, 0xa2c2fa8e5593798553e53180bf5bf640, 0xcee9760fa95addb567a4e3b94d3957bb45a19c51efcd44143c504a9a6a996be6, '', 0, '?'),
(0x7161e7eca074f7b267f4273e57829ad9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4.php', 0, 0xa0d61fb13a874823ed132be886bed4a7, 0xa0d61fb13a874823ed132be886bed4a7, 0x81c30d1b16e5345d49773a90202bbe2b96ceb312c0366fffb9dbd0d7e7e8e6a1, '', 0, '?'),
(0x7163bb895fb3e0d2d2b2dbaf118a102b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 1, 0x00000000000000000000000000000000, 0x761c24fe2a3a243a61422fd681393a58, 0xbfedda8d44992e70446377862e41ec90ac57e739063a225d200b579d9a0cdbad, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0x062a8544d0420d750f9f36aae4d3f221, 0xa9c0608e1952d4b6b532c980a26092b54d78170ececf69cf47a0667ae64332a2, '', 0, '?'),
(0x716aa4e64f2e43b8deacd0987dedf9c7, 'wp-includes/blocks/navigation-submenu.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu.php', 1, 0x00000000000000000000000000000000, 0x1777d9501312b324031d1a8823708e38, 0x478a1e49ed0b4bb0fa657bf12c2f62fb36d70c35c21fa75612ee35a6dd85af60, '', 0, '?'),
(0x716bd312388b8bced7c2f5c13a3ee01b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_7.php', 0, 0x7f3552597d9e7e1132a641d0566fd534, 0x7f3552597d9e7e1132a641d0566fd534, 0x2f83f5a35953d2e3c684fec4e0dc4e6a052b9bb160c17ae8261b3e4f4d28ef96, '', 0, '?'),
(0x716d860cf54a8f76800efa0d0051f4fc, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/visual-composer.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/visual-composer.png', 0, 0x0733450b01092a899d30848c7f69d11f, 0x0733450b01092a899d30848c7f69d11f, 0xc4748ac051db09b5f12968d77c8511692ae20de1c03be1368645d020900a1f85, '', 0, '?'),
(0x717081c77c8dcf3c002a223d81e16cb0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 1, 0x00000000000000000000000000000000, 0x20376f2d9d97ca269c68c907cb523d8e, 0xbbde58ef597dc0c3b6bae34ea5f2ad0e22083e0e43b6b43af8256c2ad7496759, '', 0, '?'),
(0x7170b0b8035827352315dd34c12c090b, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php', 0, 0x9b2f5860476f8a83c38962bb2d1a42fa, 0x9b2f5860476f8a83c38962bb2d1a42fa, 0x2b3d89257a42e97dd7eaa617a009496cf5af3b9769689e0412aa75f63183a2ec, '', 0, '?'),
(0x717848ced952f799c282bba18b104630, 'wp-content/plugins/amp/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8d66a74c9c00395d8ab85b95c036de39, 0x40de6174efcf55359b57fe1e306def7c8113840a1ffb597eabbbbc0063b4fcee, '', 0, '?'),
(0x7184ae5aa68d2b0f933e0e3c66ff8072, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.po', 0, 0xd8d6558a40a117779e193d9b48d1fbad, 0xd8d6558a40a117779e193d9b48d1fbad, 0x6ff293ca3114b23119d9c77b6cd060549b32acf6f64c6916f34a014239da2c06, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x55e741cf72bf324c58fe7f70dcd706f5, 0xe0c65b30b64609862f38dd4177049a59a7964d6ce3dd4a175ecc269f475d8d7b, '', 0, '?'),
(0x719121ed5a794586a133ad44e51ccbb4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2.php', 0, 0x86df8d98f93897a7c8b88f70b0770012, 0x86df8d98f93897a7c8b88f70b0770012, 0xfb3054811d0e8b873341a605ed07113ca891b5c2057162cf2fd8894f56ee84c4, '', 0, '?'),
(0x7193da80224e6b765209de8c0107361a, 'wp-content/plugins/disable-gutenberg/inc/plugin-core.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php', 1, 0x00000000000000000000000000000000, 0xc9a0e2d5c8b62117871c81df9486565e, 0x096c25254c71632100c36879061bc010bf9faa97f1c8077274af3255653a4e25, '', 0, '?'),
(0x7194384cd140367c7d51d93300145aec, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 0, 0x2c26c9658cd335f803eb6a84c69b5220, 0x2c26c9658cd335f803eb6a84c69b5220, 0x95eac9b6fee42bbbc80f28cf2cbd175b4f002c5faeec3a1c680f4aba1d62bcb4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x859cf7bec3d0b547ee74eae3a3a45374, 0x7e6549d2fb7b5fe4647a89c2b2ae471a5411bf80e5b28f895a13f4192d8eb0ca, '', 0, '?'),
(0x719e2a3b5b6c523ad2a137651e0516da, 'wp-content/cache/busting/index.html', '/home/abt90iranbet/public_html/wp-content/cache/busting/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x719eb6da8b17ab8d4c970857ad728e84, 'wp-content/updraft/backup_2025-10-27-0325___90_e304a649ebec-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-27-0325___90_e304a649ebec-db.gz', 0, 0x8222fed3ecfcb33c57e44df445f73c38, 0x8222fed3ecfcb33c57e44df445f73c38, 0xd73aa58a5bf58269ccc88c4a2f40a2dc6602e7171f21e366ff8f063e721dd081, '', 0, '?'),
(0x71a0161bf22eeb85e0f607471175e024, 'wp-includes/blocks/comment-date/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x65000fd1fe382fd118103e59edd3fb46, 0xc11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402, '', 0, '?'),
(0x71a0d85afd0b05003d73880ddfcd0dd3, 'wp-includes/blocks/text-columns/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style.css', 1, 0x00000000000000000000000000000000, 0x4a89a481cccc9caa22d4b1ffec319152, 0xf5a361fa73a5004a991632f54a8b496f2617810f33513826dc1d4e54cadd3357, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x604cd53793a5b351a02adf26d989d77c, 0x3154cba46ce9fb6f52832d7ea02d0e0f2648cb518fa020eeb2b37bc345dd05a2, '', 0, '?'),
(0x71a394fc6c4b8ec3c47e0e1c1b26b47d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x71a62c57c6c0daaa249377af18c4a440, 'wp-content/plugins/elementor/modules/library/documents/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/page.php', 1, 0x00000000000000000000000000000000, 0x0a6bd545cd9538ed21b2f17b2ff7f5ee, 0x6bf45b9ffe8e7687acee812049e04d23a3807df8851b371718205537e9af19de, '', 0, '?'),
(0x71a7a52d33a06128b0769cea11b6d02f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x71a957d41949fe5e1ee1eaa4fb37475f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_1.php', 0, 0x3ab33e3afa7e773e745546a8bcbaa6b9, 0x3ab33e3afa7e773e745546a8bcbaa6b9, 0x3c79ef139a1149d81c8d8441610cb25a311cc9327377b83af949fc129b135a47, '', 0, '?'),
(0x71ad145bdf6590180e64d52d8b885dd8, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', 0, 0x73b8a7fbb8d709d7b5f546f361ae3ed4, 0x73b8a7fbb8d709d7b5f546f361ae3ed4, 0x71ab202e3efcbb94bb9b9600e51cd405dc82c48fb7e32bb7f37199d24d345793, '', 0, '?'),
(0x71ae94b6e3961be106f7741f18f7407d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_9.png', 0, 0x03c8ae76e60239420764681b27ef4f9b, 0x03c8ae76e60239420764681b27ef4f9b, 0xdd9309ee639417bfc8c7d5780fb1bce96fae3542a726c8ca69e8f1001399d05f, '', 0, '?'),
(0x71b164ca1d245dfeb7ef651243d7855a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php', 0, 0x3a5710b48db4bd4e7373c9c4157b7b3e, 0x3a5710b48db4bd4e7373c9c4157b7b3e, 0xffea68d5c371edcdf80cb1a0b0319bdcad1356d62ab6ff8eb250d9af96c1d9f9, '', 0, '?'),
(0x71b4f33023cc24942f0bcfc971680a07, 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 1, 0x00000000000000000000000000000000, 0x577dddf6d9347682c0bd8815edcef040, 0xe6b2a0dff1e81687dca874b55be7ae59e4c867059078b00fffe5f4a7a8a4fc0a, '', 0, '?'),
(0x71b4f7793d34fa705a6e78c292757913, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php', 1, 0x00000000000000000000000000000000, 0x2e8214a4691835dc6c1f6793a94d6a55, 0xaab15d184dc79010cd4af34f2bebb243545c645fa9a181f701761e36cb466f7d, '', 0, '?'),
(0x71b70730f893c4049cc1bf1db19bec35, 'wp-includes/sodium_compat/src/Core32/SipHash.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x71ba2c3c95a9df774cfe4722fd451ebc, 'wp-content/plugins/updraftplus/example-decrypt.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/example-decrypt.php', 1, 0x00000000000000000000000000000000, 0xf710ee971d49b6b6244448c2d846fcf3, 0x0634987d6090fd7b07920f43eee400e951f2572ca74f7b987a32188c9b5c895d, '', 0, '?'),
(0x71ba9bbd0ceab3d9cab28451756ed6b7, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.po', 0, 0xc1e39dc204f8f16e4017aa4823617ddc, 0xc1e39dc204f8f16e4017aa4823617ddc, 0x887ae52e83d6aa7f3fcef6eed3e87215e3a3836ce226dc65c5eb270dca68ccb0, '', 0, '?'),
(0x71bdf6459f8776ba857b975a9a9de25b, 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x717eb16691a69ca5ef8ccdeeeb9322e1, 0x70112cd52d1003da67577fbf878105d48ef5bc1e5782d22e63fd4582a2b2e24d, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x71c38a4412cbcfc42b5b9c11eefad00e, 'wp-content/languages/plugins/elementor-fa_IR-0a2cfc2e0f239dadba944948d6a35832.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-0a2cfc2e0f239dadba944948d6a35832.json', 0, 0x68d316941dc21710dadcd0b0bb3bf882, 0x68d316941dc21710dadcd0b0bb3bf882, 0x607ca1d1bb824b55568237344d2439391e8e850433dd11d9188957780b5cb782, '', 0, '?'),
(0x71c52427368b6508e2fab6f72d57115d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0xd8abc1e39ae9fbffb5bef876a6f7b21e, 0x8fcf68bd1480b34703384a3422471860a68713ef9fc7968c0bb6db4d4482af7a, '', 0, '?'),
(0x71c63d4242d4dae8b9e9ad40ff5947e6, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php', 1, 0x00000000000000000000000000000000, 0x45cd86f06bdf40f4fd3e10528deabfb7, 0xb973a8d3f4c8d5ab57af55af56879eed0e92696caeab5c278623cf621cb05599, '', 0, '?'),
(0x71cb0e4eced6504036521699be22affa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3.php', 0, 0x54a69b5ec5be301aa7b4c21d156aaaf5, 0x54a69b5ec5be301aa7b4c21d156aaaf5, 0x2e6066d2a54ce56cb8668fe54c6ee09287bf39bc06cea428260c0f6c3187e364, '', 0, '?'),
(0x71cc03d71a3950ef9768649de90d4e36, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', 1, 0x00000000000000000000000000000000, 0x43dc1c2bc2779007adc758c8f84331fc, 0x4b4bc93aeb9965fd0557bf29334fbeaeb206c0848ad6b6ae7488afffb4141b3d, '', 0, '?'),
(0x71cd43944956cd6787659e1d2c310782, 'wp-includes/css/dist/block-library/editor-elements.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements.css', 1, 0x00000000000000000000000000000000, 0xbffd8e637cbd24009a0e947b966fd0e9, 0x24c832695166feff977ede27a13ab55372d5da34033afe92aaa0cb41b73e111f, '', 0, '?'),
(0x71d83ffe4d724d2407b42c611903bddd, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php', 0, 0x1e21e900b09978ff69d23079e1260007, 0x1e21e900b09978ff69d23079e1260007, 0x0802f37d2204e20083e71afa43d9dcc1d3065c2222f2f88548bdc9439e89d2df, '', 0, '?'),
(0x71ddfc7dabd2b601c707fe218f401a56, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_4.png', 0, 0x21fd19048f4b512868537e00c41d8665, 0x21fd19048f4b512868537e00c41d8665, 0x2d03259198a45dd672975817b8b8790b51a734accaac2a8e7769d8382a40066a, '', 0, '?'),
(0x71df242d6802ec1eab58721262313359, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', 1, 0x00000000000000000000000000000000, 0xb2570d5edc9fda40a57a0bb3315897da, 0xeec7c9c9092ec2ca44d0d753b8d086ed97c7e4cf7410f3f0e3ae855128ef0c4a, '', 0, '?'),
(0x71e658ce74974988dc8781b8830c2159, 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/README.md', 0, 0xde432256f7fec80befd8af7bce8a22c5, 0xde432256f7fec80befd8af7bce8a22c5, 0x13d1128a203dd2eda0aecd8bbe1601be7841814673d2e6397bb6026084ea4bac, '', 0, '?'),
(0x71e9e0e982d619acf454208373b65115, 'wp-content/updraft/plugins-old/updraftplus/updraftplus.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/updraftplus.php', 0, 0x5d6e082a111d3c4947d95dd64c099d4e, 0x5d6e082a111d3c4947d95dd64c099d4e, 0x42c4013ec1934cb71f15716f2c01a7927757fe307d81f1f7cee8d1851ea0665f, '', 0, '?'),
(0x71ea9d698b08fb88e91805a1764955d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_4.php', 0, 0x75fc55c4ceab708c8654a078c027a93c, 0x75fc55c4ceab708c8654a078c027a93c, 0xb0fce908996feb8b9106777b3cf4d78ea0cd1e672d452b6b45ed364799c1b366, '', 0, '?'),
(0x71f03bfe2ef72c7832568e4885ec8065, 'wp-content/plugins/elementor/includes/controls/textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/textarea.php', 1, 0x00000000000000000000000000000000, 0xc3bed95e7a14de68c359f932e4d9c14b, 0xa980e5190ce042112fd732e56cb944878d3960efdd8bf421643baa36fae2a8c9, '', 0, '?'),
(0x71f31f4f9c11634a00303e6c8c45d09a, 'wp-content/languages/plugins/wordpress-seo-fa_IR-1452e0d46abef67e70f842f830b10ec9.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-1452e0d46abef67e70f842f830b10ec9.json', 0, 0x7bac6cc35ee2507131e5b054e77800bc, 0x7bac6cc35ee2507131e5b054e77800bc, 0x63841909856fa31d7674708fa1c29742a465ece232c75af172fa2c5d0410d1bd, '', 0, '?'),
(0x71f5f069d6ac79dd6499f5a4152b4f27, 'wp-includes/css/dist/commands/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x72d1716e24d38bf7287ca1e43dbeb117, 0x447f53af048dba6e2185efc0500e090ec4d0fc61fc359c9f9a1402d339602b76, '', 0, '?'),
(0x71faed45078c4102dd22edd79e8d3f25, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/demo_style.css', 0, 0xfa5bd903901dd97f3db2b83c94b7a511, 0xfa5bd903901dd97f3db2b83c94b7a511, 0xfc8ab813e90efaa0999ba74cd8c751c95436b4aec9eb72344de4b2ee252ad686, '', 0, '?'),
(0x71fdb51d99689d00277622318a6b1783, 'wp-includes/blocks/comment-author-name/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style.css', 1, 0x00000000000000000000000000000000, 0x0c83e578c1390dfa700d9dd8cd384b07, 0x8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a685, '', 0, '?'),
(0x720b2f7a8c033af24753abf5aac8d7a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', '/home/abt90iranbet/public_html/wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0xe87b029f31a88b1b681577f2c2330475, 0x6f237ce05635873a18bb50fcfc4c062703ce7c71a38f7c9135b0392e2ec35439, '', 0, '?'),
(0x720d101039d8e370c8553c3fb1191051, 'wp-content/plugins/td-composer/assets/less_front/variables.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/less_front/variables.less', 0, 0xa19d325644e04c9af45a032b3697434f, 0xa19d325644e04c9af45a032b3697434f, 0x8ff10dd8c994f4882356384437f0d07c514f42fb34a9617f4944d519169c145c, '', 0, '?'),
(0x720dbee7dccad9a55267d52b0498a60a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3.php', 0, 0x446574b6e0c5c19b9f3a19be373af2c6, 0x446574b6e0c5c19b9f3a19be373af2c6, 0x22b2eca40f00c8757c0c5856bf8d7d4b3124564b6f6258cd56c453e5a95be058, '', 0, '?'),
(0x720e7f58d754782699767374ead827a4, 'wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png', 1, 0x00000000000000000000000000000000, 0x17c39554fe33d63fb28050da88005d8c, 0xd48198151afae187ba877a5c29b25111d48a31fa2bcd85e3d69cdac7c6fdba80, '', 0, '?'),
(0x7212bcad9322fe822531817d2f3259ac, 'wp-includes/blocks/pullquote/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style.css', 1, 0x00000000000000000000000000000000, 0x7fdfa85bf1bed29050fabfcba284529b, 0xa7a6bf469fa7eeb4c96ba699e82b970941f6a61dc066f2537d4b95f6cc04a4b6, '', 0, '?'),
(0x7215cbe9639fa43600f5911491c9bcab, 'wp-content/plugins/td-composer/css-live/assets/external/ace/ext-searchbox.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-searchbox.js', 0, 0xfa2d084d42da8d8c6cb980b9b899b67b, 0xfa2d084d42da8d8c6cb980b9b899b67b, 0x576e828732ca7817ea38c0506e6f41b73278137d20fd1f6501dd37a78b57fe00, '', 0, '?'),
(0x721774355a30efcacf505cd708eb117e, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 1, 0x00000000000000000000000000000000, 0x3ebaa7fd3fe5cae51ff1ed7799cf1d98, 0xc87585356c13471986c6c3325db267c1eb7a4215f6225cab365148669f9d3baf, '', 0, '?'),
(0x721c78d85a3321e15c405423dc4afa30, 'wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php', 0, 0x7d532065382b2543decaabaec62af9e4, 0x7d532065382b2543decaabaec62af9e4, 0xd042689e31f7ca0abd8f2ce3177624cc2a5fcaef1117df4bc5d8f99f38097e02, '', 0, '?'),
(0x721d52f42fe8232be037f9fa3c5e1383, 'wp-content/plugins/updraftplus/includes/jstree/jstree.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.js', 1, 0x00000000000000000000000000000000, 0xb73145a9d877489c8274ec388c569169, 0xa28793b2f782ea9559aceb2379960999043b1d55c78b53f8cb60d21cd7a9d356, '', 0, '?'),
(0x7220a5f540f560f6553357498e1b1ffa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1.php', 0, 0xc09daa8dbcad5f259d36b39b55519daf, 0xc09daa8dbcad5f259d36b39b55519daf, 0xed0c256dfa9a4afa96cfc9a530d8114c6ffa4c27edef43b709040dd6ab2c206b, '', 0, '?'),
(0x7224a06fef33eec4156a4a0bb0a6f984, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php', 0, 0xc14d4a30bfd08572fda1381a178b2e55, 0xc14d4a30bfd08572fda1381a178b2e55, 0x868e48a19f491e9d4f40d8e417943511a4792ee4b77ece79aa8ad663a7aec1b8, '', 0, '?'),
(0x7225322180f574567e3085dcfddda8b5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-n.png', 0, 0x4a791eabd83f9b2838178adb4c7010bf, 0x4a791eabd83f9b2838178adb4c7010bf, 0xfc526e386ce235f7e43916116f754c301f15073189eb72153c740579ce15ce9b, '', 0, '?'),
(0x7228ddafb3b8df9c6d2ba67a3504353d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_7.php', 0, 0x7713d493413bfead8c23e6614151fad7, 0x7713d493413bfead8c23e6614151fad7, 0xea7a0377e308c8b5684e1a1aa01cf215e4604f43ff1c7b0796b0f99581c49a8b, '', 0, '?'),
(0x722a69cc7940c75d61419e6b34f919fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2.php', 0, 0x1fa5fa776bbac68c87f73480d3b919cc, 0x1fa5fa776bbac68c87f73480d3b919cc, 0x169ceab0c16a87602ef7d14e4deaa9fc7d65bcaf77148b9bcee69f5d7f5ecd86, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0xefb528339d6fde55ea32c59d558a3299, 0xbd32172eaf7074fa2272c56029b8eb0d0e2e43dc6c06c75c1a089e179c424958, '', 0, '?'),
(0x722dce4d704c6374932157a764a45da9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3.php', 0, 0xd8c029b90aee2b5fb1c4ad8bf9e60039, 0xd8c029b90aee2b5fb1c4ad8bf9e60039, 0x1fa11a21d76c4fc02de6a70724ce35fcdd66a67f42a67e8d2fd02904d329c856, '', 0, '?'),
(0x722f3ba70ed99ca2b2f0364b8dc59b4f, 'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php', 0, 0x4be389f5beaef3445bf236a221ec90fc, 0x4be389f5beaef3445bf236a221ec90fc, 0xe91236e15eccc5a8431d9d6e7ae06e7fdb9b79fac1ae84dd9d1faa658b42a3a4, '', 0, '?'),
(0x7233008897033de5ee0d14f86a42a65a, 'wp-includes/js/dist/widgets.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/widgets.js', 1, 0x00000000000000000000000000000000, 0x102571610da30ac5014c48d8888aafe2, 0x321901f531de134902eb7385aebc61c6dddba0c67d8169da362d7f05f2cf42e9, '', 0, '?'),
(0x723704fcc6b28d5c70c02edc74c3390c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_8.php', 0, 0xda16db1a28d378ce68deee6548b75036, 0xda16db1a28d378ce68deee6548b75036, 0xcb4bf0074ca598212380dd272018ed5a121696e698710bc906da291e6abb1028, '', 0, '?'),
(0x7239bb22cdfeef4167166b6eec0b6cd9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 0, 0x103b8f37ac3a87afc7908f590ac7cd2c, 0x103b8f37ac3a87afc7908f590ac7cd2c, 0x052d4bbd8a54f43ff2172d8b9a41b8d26ffff82defd0f416f5f7ce3013411a7b, '', 0, '?'),
(0x723dec3b8d801284d99e8c7b03f5cee2, 'wp-content/plugins/updraftplus/images/updraft_vault_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_vault_logo.png', 1, 0x00000000000000000000000000000000, 0xf5b40b4b2bd0731442e66e96e036e40d, 0xd91b73e810e4ac2859009689d436fe8f3bef715a02245335246c3ad1e48d7198, '', 0, '?'),
(0x723f28e9ed7731b8f3be644a8635f2e6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_css_generator_demo.php', 0, 0xa73a004bebbf0aaaa8559e5e9f0c4799, 0xa73a004bebbf0aaaa8559e5e9f0c4799, 0x28c2a679216240e62c024841f20f8248d1a26049c105d5733ab349f11445c3c0, '', 0, '?'),
(0x724870f43517a43c5c2871b541e09852, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', 1, 0x00000000000000000000000000000000, 0x5602c3a803404731f3114e33fe6ad19c, 0x2e2e0923a6d86581b5dfd07fbbb2f3bc9c114953e7df53ee1055c319977c89ff, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0xef096eda7b9ef19dc900e8305524c0f1, 0x470ad8c94b7306f1b5dd4927abdb156d79391a56add144155c3add12c487eba8, '', 0, '?'),
(0x724e2b0796c4a9b4072333d6cf57fa94, 'wp-content/plugins/updraftplus/central/modules/comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/comments.php', 1, 0x00000000000000000000000000000000, 0x709291f8beca9507155b64568a40b404, 0xe460c54b6823002d92e8fad424087f4123b1771a7cd63d2af43e4ef539a90250, '', 0, '?'),
(0x724ea0bc3a8c68926772b6a760cf94f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_1.php', 0, 0x0a5e03ef8845706bec2b0b70101d0155, 0x0a5e03ef8845706bec2b0b70101d0155, 0xd9928272e5e12e5b3fb8ee415fd565a6d6f23d7f9fa7f3cbd803cf54db7818d1, '', 0, '?'),
(0x7251764989fc758243ec06c63c807ac8, 'wp-content/plugins/elementor/modules/apps/admin-menu-apps.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/admin-menu-apps.php', 1, 0x00000000000000000000000000000000, 0x1606787407ea2f98d766b8dfcdb54a8c, 0xdf3a19757eccc304390e75cd9f1860ee0182a18f0e4c7f12564a3febb934e9d0, '', 0, '?'),
(0x72517d80534485350f2541ade172aa20, 'wp-content/plugins/updraftplus/images/udp-logo-white.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/udp-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ff8d5749123bfa82c5cf795177e67cc, 0x8f7c82300218d767d8033c5af6d15c3e3af75c95baf49919a9874c3b02804c68, '', 0, '?'),
(0x7252a72dadf081673fa7a30447e35109, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement.php', 0, 0x0714477ab791f64637946ecec032fe68, 0x0714477ab791f64637946ecec032fe68, 0xf879952af985c09254b1bda129bd5b9539b080acdd2bc97a84f54e358a8a3368, '', 0, '?'),
(0x72562fe353c6eecaca5019fcaff44008, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 0, 0xa7e135c03d56aaf3d6d0af89b39d585d, 0xa7e135c03d56aaf3d6d0af89b39d585d, 0x6522bbadcc6015d78efc954ba55cdc992d433be5322e0774c86ce85da43ba818, '', 0, '?'),
(0x7256799d5929198db5d772beaf0a66e8, 'wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg', 0, 0xa9ca1a132dff8d6ed34a6cb5c2cb5237, 0xa9ca1a132dff8d6ed34a6cb5c2cb5237, 0x774c1fe181691b8dfdebfc915fa87e257c229a873847d1b24cbbfa3e45948f29, '', 0, '?'),
(0x725d755aae641c32271295adeb68a134, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/multisite.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/multisite.png', 0, 0x6ab6f4a5ffc600df3b3e3b884a48a92d, 0x6ab6f4a5ffc600df3b3e3b884a48a92d, 0x5a118448399e9c07c1d42b0ef9b7069f647657cec5d52c1ea8e431c246afec4b, '', 0, '?'),
(0x7260882fb43efa7639a29979876d4b59, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2657383d2261b2a8d8f73ae5e95f358c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2657383d2261b2a8d8f73ae5e95f358c.json', 0, 0x09c9df8b76faa090e643ca5ca411a494, 0x09c9df8b76faa090e643ca5ca411a494, 0xaea88b1c03c652a21f98af7c91ab437a2532c660c6b81d7bb13478cc90d25cec, '', 0, '?'),
(0x7264640122262e3162029ea8514d8edf, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 0, 0x00bc599b6d6cc04bfe83049291842632, 0x00bc599b6d6cc04bfe83049291842632, 0x0c4d4d8128f0abf184197630b3678ecb3d8376e465ae909ff9cccdc0eb3fd2e0, '', 0, '?'),
(0x726d6d4c57c1ba12c8060ee32337853c, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-realestate.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-realestate.jpg', 0, 0xeb4921351cc16f0757393dca795da52a, 0xeb4921351cc16f0757393dca795da52a, 0xf46b67bae224017a8d08d62e436d29066ae0f5b01d940e54dae1cb579a7d9621, '', 0, '?'),
(0x7271778c9470a865828f0dfef985d2f5, 'wp-content/languages/fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR.mo', 0, 0x455bb3fe67fabc7cdfaac4d93f88c4eb, 0x455bb3fe67fabc7cdfaac4d93f88c4eb, 0x7dede4c429d7f17f2321157615cd1e1c0bc75a0d1475de66b7aebd7eba302da4, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0x7277e740c9d6a5697f4acb7fc0555249, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_6.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x727d7114d5d4329275fdc67ad03507ea, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x0008374aeca4b30aed46cf325c784675, 0xce0c42db253bf7657f611df8caf34f0f1996c36157fad5e3b76e3c1c818b3519, '', 0, '?'),
(0x727e0087b9ba0e2b42a9207bcf01343c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 0, 0x5d442ef6170bfa2c9758a0e665f580fd, 0x5d442ef6170bfa2c9758a0e665f580fd, 0xeaac6e78a6c369ac74a653938af9ecddcfe99fbb0416a8fe43bf973ec8d04a5a, '', 0, '?'),
(0x727e9940618c66782ef09bc65110aeea, 'wp-content/plugins/elementor/assets/js/frontend.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js', 1, 0x00000000000000000000000000000000, 0xb77273c43e7ab1b027e2c6f80199cd96, 0xfb41fa304b04a496e94909f2675f1d3fbbf23634b9304f8dd626218cb109ccf9, '', 0, '?'),
(0x728379f1b27f1c15aae364c6e09edaa6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_1.php', 0, 0x5341cdc9fd5ff148323d7ee77a20f32d, 0x5341cdc9fd5ff148323d7ee77a20f32d, 0x627dff6506b81f52354df3b95cfa181ad5fee55af19a174a6c64a731b050ec23, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', '/home/abt90iranbet/public_html/wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0x1d91892fdc6484ed12f0621271f63001, 0xa16d320edac1829a0ab665b18691ecd362872b48cf4856a0679ca2ea96830f40, '', 0, '?'),
(0x72921d12969d305c310b120c267e0e98, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/checkout.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/checkout.css', 1, 0x00000000000000000000000000000000, 0x03202576ea1c69cfedc689ce17c7ba6b, 0x4e18359c87a1bf0dedc0de3375acf15bf3d7ed26c06060ff89b18d622afa08ed, '', 0, '?'),
(0x729c2c2d68012767acb7f2c522c72ef6, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php', 1, 0x00000000000000000000000000000000, 0x45f1f9d7cc3acfb878c63a9053e39f0c, 0x15d1a4bf85fb49281a49b3bc4364e8cfd639417ffdea32bcfa89794c3780ff1d, '', 0, '?'),
(0x729d19666b7bba462ffb3d5e4a1727c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', 1, 0x00000000000000000000000000000000, 0xf9f8f4b0f48eb0a73a787b97e3839aea, 0xb0152e4a2a72490f2d225989f671e717e2077ddb702ad609993cbd36f03bba7d, '', 0, '?'),
(0x729ec6f70d99879abf5aeba4fb1f94ee, 'wp-content/updraft/themes-old/twentytwentytwo/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/archive.html', 0, 0xca30a7d5bc77e21b9e458d0e1b1f2774, 0xca30a7d5bc77e21b9e458d0e1b1f2774, 0xd29eb43113aa111c9367f932e29109d7d4cabb13b4429873060db6c756584cf1, '', 0, '?'),
(0x729fdda09746531590a309af2427a9df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x72a27c007bc7cff8bb8edaddd5f67246, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/dropbox-folders.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/dropbox-folders.png', 0, 0xf67f79d58123064ccfc343a66f90dbec, 0xf67f79d58123064ccfc343a66f90dbec, 0xb228ccd841746d1bdf5f9461d08c4a5890aba71de7d858aedeb7ba6afed62cc2, '', 0, '?'),
(0x72a2a0d50b3a8baaf1145b4903a87df5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', 1, 0x00000000000000000000000000000000, 0xa2aa92257008f948deba0f55101b26db, 0x15138acf8b2ed3d4fd5cdf86bd00c42d3c62cb1e05a3ab249d4f3515d82f4ffe, '', 0, '?'),
(0x72a32457e6c533ed2b06ac59ae5dfcf1, 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 1, 0x00000000000000000000000000000000, 0xe399938ad5befe1bc4c840065e9ff366, 0xc5ba9f8abe995d70d1c601af9e820da4787afbd3c042812d706fc746e92f2175, '', 0, '?'),
(0x72a68a01051a87ee2d55ce1f718b8135, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css', 0, 0x307a6fb35913d7a8ef4550fae77c07b4, 0x307a6fb35913d7a8ef4550fae77c07b4, 0xbba9bd40d766f87bb43c714d8ab86019ce272235a03fd8da451c5a697d6d2dcd, '', 0, '?'),
(0x72a8d68f7bf5fbfb55f1950828b34993, 'wp-content/updraft/backup_2025-03-02-0330___90_f21a007d8bb5-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-02-0330___90_f21a007d8bb5-db.gz', 0, 0x8abe4d5829684d6713db066a676d1fa6, 0x8abe4d5829684d6713db066a676d1fa6, 0x943e288e4a8465b537eee90a3e64a486139282dc632c372c182fc54fe3677fcd, '', 0, '?'),
(0x72ac1e49df3d02baec4e78585d2dc831, 'wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x72b362ec9d384414ee422949b38c477a, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-url.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-url.php', 0, 0x87ebf4a9f0566494020ad748ba9ab6c7, 0x87ebf4a9f0566494020ad748ba9ab6c7, 0x245297fa00d84c68c38ce24e538cc10023dc24b8daf6cf7ce1be33f6410d033d, '', 0, '?'),
(0x72b69f02f6e1261845f616ca6544a371, 'wp-includes/blocks/social-links/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor.css', 1, 0x00000000000000000000000000000000, 0xeb24ee97468161f11c3b170c1819e5ba, 0xaed513146ce7d9a8269bbbe26384201ebe6bd5aa619ee8496a655b85a41e4197, '', 0, '?'),
(0x72b774dd12318a9fe9be60a4eed0cf95, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd727d4bcf35f3607e55e53c5395db66b, 0x9a25e62afa13471a5eb67873df828eb3c7bc90071ae20cdf97d2f7da90745541, '', 0, '?'),
(0x72c2c2fba3fc93a059eaabef2369f135, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra.php', 0, 0x31d323d60cf1416665e5dd0cfd60caa8, 0x31d323d60cf1416665e5dd0cfd60caa8, 0xa25d56d33c859dc6be69c33bf4f91d07d0231a546c1b95a58928ef77a20c94b6, '', 0, '?'),
(0x72c67dd15f5615ff2abe466ba7458226, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_3.php', 0, 0x859779a43d5a88bfd048891f296dcccb, 0x859779a43d5a88bfd048891f296dcccb, 0xf1e18e867c9d3d83fa7208bdf00995666bdde04fe0fe8a187f30ef6b88f27fcf, '', 0, '?'),
(0x72c9c74359e6efaabe2983312389f699, 'wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php', 1, 0x00000000000000000000000000000000, 0xd09b5f28aa4dfc57438e0ff72d2f8e16, 0xc5d7ffc81d1497ecc1d1a3d439e960d5342d4f20f12eb35da76954ddf9e35b0c, '', 0, '?'),
(0x72ccd3815c7271d4ae3d868de80f6b38, 'wp-content/updraft/themes-old/twentytwentyfive/templates/404.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/404.html', 0, 0x5877e599020832df6c6e8ac002e0cb8b, 0x5877e599020832df6c6e8ac002e0cb8b, 0x8392f73aa1f13706365eea15f61856ec387b3c5238b9f2197cb14789a5eac10b, '', 0, '?'),
(0x72ccf2f30c555fc4d97d81ee18374bc3, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php', 0, 0x4fe92a21182a5edda990ae2d799c11f4, 0x4fe92a21182a5edda990ae2d799c11f4, 0x844bdda381994dde5394225545aecbb631360ebe56bff393bde1251698c12ce2, '', 0, '?'),
(0x72ce27249d9d7cac4ae5f9c6dc589d4a, 'wp-content/plugins/td-composer/assets/images/sidebar/logo-symbol.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/logo-symbol.png', 0, 0x6047bce8cb453b085c43c0673fd45fde, 0x6047bce8cb453b085c43c0673fd45fde, 0x8be41addde94bf9ee629ac146d6b6f83766f3fdbbb1ba45375d36db1e168c4a3, '', 0, '?'),
(0x72d78832a07f70329c2ab69d4f62d7f2, 'wp-content/updraft/themes-old/twentytwentyfour/templates/404.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/404.html', 0, 0x7b50a92ec60233be5eff888b4b59840e, 0x7b50a92ec60233be5eff888b4b59840e, 0xa408646eb497d192207ff20c020276d1b0c11faeaa7e8cf27c3e82f8742102f2, '', 0, '?'),
(0x72da6348fd3750cd15bdbabc9093dbc5, 'wp-content/plugins/td-standard-pack/Newspaper/taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/taxonomy.php', 0, 0x4299ea8493df0a92976763b85165de0d, 0x4299ea8493df0a92976763b85165de0d, 0x48e7abcfaa0c5dfa86ff9ee4c2e9895be2e10b98f5e21cd7715145f65986491a, '', 0, '?'),
(0x72deb4f76a1cafeda0daa83aab38cbd9, 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/subpages/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/subpages/block.json', 0, 0x36d6e6a1c103cc487c1445c8e753bb9a, 0x36d6e6a1c103cc487c1445c8e753bb9a, 0xfdf7b9356b574ff62c524129b5f9443b75a99991b82b3dd56ba9a3b9f80f45c9, '', 0, '?'),
(0x72e0c7d625491a6c4b5db61127ae2f3d, 'wp-content/plugins/wordpress-seo-premium/src/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/main.php', 0, 0x982c99e92634d2c8cca9422486a893b9, 0x982c99e92634d2c8cca9422486a893b9, 0xa6c62e6fa1369fe996efbc22656bcf61ffc11f89efdda004f20d7726d58e255e, '', 0, '?'),
(0x72e5f46e7a00608a5d9665d207232b74, 'wp-includes/blocks/comments-pagination-previous/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-previous/block.json', 1, 0x00000000000000000000000000000000, 0x23966e719636cf9f5cf40c02801db0e7, 0x00f565d327936120aff632a6be41dd12ec3d46645d1430978f9524662ae86440, '', 0, '?'),
(0x72e7494ca38f4c94ed234ba1c7bbeeab, 'wp-content/themes/Newspaper/includes/tagdiv-config.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/tagdiv-config.php', 0, 0x371735bac9ab01308bdfea5da52bf831, 0x371735bac9ab01308bdfea5da52bf831, 0xa0503c92e2e7d4e7eca8ff9dd2ef6964a2e22e379282de9dc0a8703aeab03e1f, '', 0, '?'),
(0x72e785baded01d7cabf0e3b43e7c5e69, 'wp-content/plugins/amp/includes/templates/amp-enabled-classic-editor-toggle.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/amp-enabled-classic-editor-toggle.php', 1, 0x00000000000000000000000000000000, 0x315705c90ac323828c9f1d93ca84d490, 0x471e4a39bd391188493686c64ac2a92ed4ba15887ae2b930707e23864fc39d66, '', 0, '?'),
(0x72e833db655c14f6cc1e052c04538471, 'wp-includes/class-wp-block-supports.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-supports.php', 1, 0x00000000000000000000000000000000, 0xb2363ce51c339fa8a3dceaebac891e45, 0x4ef362fd0b3eaeb58de325d7385d07f1766d3e21c11bb1581fd0d16681926a03, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', '/home/abt90iranbet/public_html/wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0xfbe028f261335bbb868ccf4deb997a3e, 0xe242ed09caf03d3c47bd63fe4f9ec92e80ceb7370ec1dbf9e2b129660e89d6d3, '', 0, '?'),
(0x72eafc131b5f07f4b416d4db650d3842, 'wp-content/plugins/kk-star-ratings/src/core/actions/install.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/install.php', 1, 0x00000000000000000000000000000000, 0x45e665ffb72e9a8e55644eb1826cb00d, 0x2247a3fc122f34baa0b5606aa254c28a2447aaf7a3537bf5554ce1a4a7219423, '', 0, '?'),
(0x72f286ee6a8086b7f6b6fd37f113305e, 'wp-content/plugins/elementor/assets/css/app-base-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.css', 1, 0x00000000000000000000000000000000, 0x119fbbd524ec35f21add9384f1170627, 0x472ddfebf7f11b69367ed1437cde949d61205777ab0f2350ba05947bf3828c5a, '', 0, '?'),
(0x72f351b3fb94196ffa887fd25ae33ec3, 'wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php', 1, 0x00000000000000000000000000000000, 0xc02e06de9cb8e51d247b7e2c7f606c3c, 0x8f4f6dcb7f675ca3222c04598fc6b2c842385ac94fa4d50923f7c5d509ba1aa4, '', 0, '?'),
(0x72f4241cef9e7d26a0c7e8981bab5cc1, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/vimeo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/vimeo.svg', 1, 0x00000000000000000000000000000000, 0x2245b41258b4588ee966d6020d62242b, 0x0a47eb963d2640b80fc6c562ee664d65fa66226bc370052935ab465497ab3f4d, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x89647358271a71a9e7dd9fbe01fc0acc, 0xb4c5e66fa0572e0570d72ae1f9374d0c4eb37ca3e323cfa12911d5c4ac0dd0ee, '', 0, '?'),
(0x72f897685e8ec9088c7f67ab3dc2c8fb, 'wp-includes/blocks/embed/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x8899c6e82f9b1c8650b35c4138dd58e0, 0xd31630c5459ec348b3e9f58c43e59fdd19675cfa2c31f96d05bba623fa357d98, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0x47f95eb04854252f352b4e47b6553dec, 0xe2e1fef7bb050d8d2150d091fa23950a5d0675e1f23a354f6a13aa2056103eba, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0x42a1569fedb346d7e41f27a3e86a6e6f, 0xb10de94b9c61549e45bd661f3c4d684db9d0c0468cf528ec9be4dcd5ef3450be, '', 0, '?'),
(0x72fc6a85f16ed972a94688e8fe51469a, 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php', 1, 0x00000000000000000000000000000000, 0x77b3c47ad35ee762470816ba9f8be8fa, 0x98aa8517777d8fee2d45665c5e832671a8884519f3c67302569f1121614fedc8, '', 0, '?'),
(0x72fe37ab81b73e844609738c22d729c8, 'wp-content/plugins/elementor/includes/controls/groups/flex-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-item.php', 1, 0x00000000000000000000000000000000, 0xd010e1070f7a814ed5b2f83f31755aaa, 0xd7432213600b20b540d0203c34a1d31ec482c3ae006720fd833eaaddb16a172d, '', 0, '?'),
(0x72ffbfb6a5cefdba2a1d0483992d2817, 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 1, 0x00000000000000000000000000000000, 0xe41f6d1e36fa200b55ee816c53e0a160, 0xb6ba280194c2bf9aae82a48583fa47b5228b2d1ab193a84cca680e20a6ab3920, '', 0, '?'),
(0x7301ea99d5e9a2b5843a74fb7ef51497, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-attachment.php', 0, 0x407c0b6d532425ec5ab130039069a174, 0x407c0b6d532425ec5ab130039069a174, 0x4505798120c4d2e118bc6925cf25795437c1e6f9a5288bd3ce71abb0a9cf3169, '', 0, '?'),
(0x73053840bedb3c4a7502e7ca887eb690, 'wp-content/updraft/themes-old/twentytwentytwo/style.css', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/style.css', 0, 0x632e807f0f2a6a4d2bf68965af7ca3ac, 0x632e807f0f2a6a4d2bf68965af7ca3ac, 0x83bbeb5892428a365cc7edaac0a5657e63c486668c33eca12c25315e39087a81, '', 0, '?'),
(0x7305d064d45d042b72929ab1af68b9cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1.php', 0, 0x3d823fad98b9728ab5824efd26ac8bae, 0x3d823fad98b9728ab5824efd26ac8bae, 0x6a5280891df9e6d970d0b8205b1e8999abca42ea950e29ddfc9ceea38000546b, '', 0, '?'),
(0x7307d5a9d0ccb1b8c9ef79d97cb8fee5, 'wp-content/plugins/td-composer/mobile/parts/login.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/login.php', 0, 0x78f332d2c077c8802466cbd73f3725e2, 0x78f332d2c077c8802466cbd73f3725e2, 0x8d12b3d63d210d7347001fcd67691cab4e3bd73cf4692309fe0da9c635454c88, '', 0, '?'),
(0x730e5821127eb4b7bc0b40d5e8a72d59, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_8.php', 0, 0x94539b891810f9eb1f4c9ccd06d3f19d, 0x94539b891810f9eb1f4c9ccd06d3f19d, 0x0a37d8d661ca82c98d8780f1323c0fb0c19ac14459c165217816618d2319af83, '', 0, '?'),
(0x730e8bc03fc7e26f9dfc6a817ac1a5a5, 'wp-content/plugins/elementor/core/files/css/post.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/post.php', 1, 0x00000000000000000000000000000000, 0x70de5e3bcdd38d4fd0a98fae163d8487, 0x586c0e20a332d97e0efb2f409474f839ea32f904e9c034f9d71092adf93c9340, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, 0x00000000000000000000000000000000, 0x20f0e328fb5fb8a605a930744b476043, 0x0f264911a48f541661f477305e7dba1d75543ab7c55df746ad8076422b038ef2, '', 0, '?'),
(0x731a8150d785650b76149fb442c7b4ab, 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x964ea15272d07b42019ff0dd0dc6eb90, 0x720196f93ead4784cfff0cba1dd407cd36dd7524c9d75920be2b35f92c325d81, '', 0, '?'),
(0x73243b44f2829f7438d374098bd91f43, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js', 0, 0x5d107139f76a35cd1b5356f89f583b26, 0x5d107139f76a35cd1b5356f89f583b26, 0xa36df47a116d0611fbdbadf23c4bb0d80c5e9320e419236a8385c35fcecc7dc9, '', 0, '?'),
(0x732823ad3cb22f9cfa3486e500ced51f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 1, 0x00000000000000000000000000000000, 0x2c8628b6030bd4f65ee719f54e34edb7, 0xdca40fdc7f52230bbb856c6984696369c1acc93a33ec895147a92668b95fc6a7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x732cf9bb89a1bc8f50babc82fd82823f, 'wp-content/languages/plugins/kk-star-ratings-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/kk-star-ratings-fa_IR.po', 0, 0x12172901a3b9c78e324603339b9c6f1a, 0x12172901a3b9c78e324603339b9c6f1a, 0xfe4e0ec00a95ee68388791ef1b1a2408ff01c0d922e69e6cd43ec5b80ea6b998, '', 0, '?'),
(0x732d46d3649b8f9acf8a8139cbd0cc90, 'wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php', 0, 0xaa27d35ba1df1bdf95e71ab07760f053, 0xaa27d35ba1df1bdf95e71ab07760f053, 0x767a9f9eefafcac939e72f18bb38d831834e9d51039e02d54e5f2c7c53d45a9e, '', 0, '?'),
(0x733a342c8c20c607dc24f8e8f8a3160d, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Expanded.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Expanded.php', 0, 0x3ddb6e6c941b4b235172ef8ff97fc37c, 0x3ddb6e6c941b4b235172ef8ff97fc37c, 0xc121d245411758cf778c578f535b7884e65d8f787fdae97794426935727dbbd3, '', 0, '?'),
(0x73439010ed65bb00304854d916af34bd, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-two-columns.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 0, 0xc8c3f6b79291ba869a8fabb0189c5beb, 0xc8c3f6b79291ba869a8fabb0189c5beb, 0xc13ad826e992b82862c63459bbad16bdc24fb9865617efe6dbd020d13d00fc5f, '', 0, '?'),
(0x7345f8885025f6f4f3004d2d099fb3cf, 'wp-content/plugins/kk-star-ratings/lib/images/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/index.php', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x73464585e084a521fda8d86df04c2855, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css', 1, 0x00000000000000000000000000000000, 0x61090c29fedfea897aed59858d3a081b, 0xc6ff0692fab18d130664cc0d6b58552aa594003b5e8800549c745b262d1a5d58, '', 0, '?'),
(0x7346bbc65923ed9775b4c761dbb218ac, 'wp-content/plugins/td-composer/assets/images/loader-small.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader-small.gif', 0, 0x54c5c32aedf3369552d47401ad624f1e, 0x54c5c32aedf3369552d47401ad624f1e, 0xbe87b9865d0deddc689c40711663a055aa5fd40a15cc10ce2b3f14b4c03de040, '', 0, '?'),
(0x7348aec3b3cade727c10e90e78f13b8d, 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-glass.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-glass.png', 1, 0x00000000000000000000000000000000, 0x6e2332674ea6bb3bf9008933482b84ad, 0x554017d5743ef09ef1c31424b60d6b4b389daab17b34fdaf80be4f66e649a59e, '', 0, '?'),
(0x734c965981c503ce439b0e916118f297, 'wp-includes/blocks/embed/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style.min.css', 1, 0x00000000000000000000000000000000, 0x5cba226dae1f5d8cae4091ddc243f2d3, 0x2afec493be2346cf9a006ab282d96b8ef6bf828735689935aadda29dc73ceed7, '', 0, '?'),
(0x734e75cad3c2883e7a4df35273f711f3, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_block_settings/td_thumbs_on_modules_and_blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_block_settings/td_thumbs_on_modules_and_blocks.php', 0, 0x40bdb308eeaa341213d25a272f3f4bb0, 0x40bdb308eeaa341213d25a272f3f4bb0, 0xa49595fa7dd6d573a0e64bc7789cb4cdd0a0571ac5b48a5a1d67a0a49de5373f, '', 0, '?'),
(0x735da6d9b2a89c2c6f01d70478f00330, 'wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php', 0, 0x1e0eb99c147da9fdb6a1646c72c31dbf, 0x1e0eb99c147da9fdb6a1646c72c31dbf, 0x7827843d3599fe86baf2de686f2de3b182cc2e7ed50d86a414a1438c6f1652bb, '', 0, '?'),
(0x735dab54850c9eb5afd09d67655c8051, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.css', 0, 0x934860b35a68f8a5a8675e952a644d5b, 0x934860b35a68f8a5a8675e952a644d5b, 0xfda8b34694bdc36ff8c8edc2716108f2191c10ae0c2b90c8f6fc620c88b281ef, '', 0, '?'),
(0x736084d6d92640f622d1b9d097d7a2a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import_no_content.php', 0, 0x748e924ad23849e6cff4171d00d83a9d, 0x748e924ad23849e6cff4171d00d83a9d, 0x0c0a11a85331165bac58c18918d671aacd2f457db293ad6a1415b92c19266a99, '', 0, '?'),
(0x73614fb859880e2c7e729de0b5ad6bc3, 'wp-includes/blocks/search/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/style.css', 1, 0x00000000000000000000000000000000, 0x5a85c5d5a74a1aaf5040099ffb9e3909, 0x4507e95d43ceac5f9cb326dc50de4fecc98ac8e8a20e2fb8f7dde28188e93b0c, '', 0, '?'),
(0x73648cf0394e95223d9cda4515e7ef92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_3.php', 0, 0x4c5720bc0eca1c1ed458cb71178ac3df, 0x4c5720bc0eca1c1ed458cb71178ac3df, 0x661d9e9c3b4807a5640a2c1b2d3031d531ff9278326c479b77ee4528022e86ee, '', 0, '?'),
(0x736f958dbc8eabeacd659d6cd2dd06bf, 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css', 1, 0x00000000000000000000000000000000, 0x1d3b1a9204bca2347349248a18874dd6, 0xd6bf80750c98d983eeefe483afb210db0efb2c4e6955d9e53974116d494c14ba, '', 0, '?'),
(0x737fce5a81fdf6ef2b4079e25cad39e2, 'wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_taxonomies.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_taxonomies.css', 0, 0x7bb254e24a69f8792e6079d543655b6d, 0x7bb254e24a69f8792e6079d543655b6d, 0x5ab8b63c09306cb9eed5a5325a86d60237b9df75d6ec77580741ae3d167cdaaf, '', 0, '?'),
(0x738572bb6b2d45f95a973ab1f0cc6d9b, 'wp-content/plugins/amp/includes/embeds/class-amp-wordpress-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-wordpress-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xd919ada44c78a682a969a55f6971d2cd, 0x956463be3c0c18258d38e95568ccf6e94847326657cf44dfb2db04b45711a435, '', 0, '?'),
(0x7386b9ad68f798f60daaf53f623024da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0x113e3b43c790b15e33a9824c9283596c, 0xfa04a2c808917f6cfafa262a1803faeb5aa2a017d7a6ac63b413d115629b335f, '', 0, '?'),
(0x7389bdcbf4af2a500421ff41fca8ab96, 'wp-content/themes/Newspaper/translation/ro_RO.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ro_RO.po', 0, 0x0b68b846b6f7baffc5ed6359a0cbb37d, 0x0b68b846b6f7baffc5ed6359a0cbb37d, 0x6a0cfa296a44736ec98397cf9badac3e646c27ddd9980b330b0f20dcf85260a9, '', 0, '?'),
(0x738cc9ba8c59bc35fbb28f13808a3545, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', 1, 0x00000000000000000000000000000000, 0xd8b1109b0d60b5dde4298100f0fde130, 0x5f78525c4017b8dc36000c5e6e1deee99ddd89e9db73d5f3f3a51f5dc41bdcc3, '', 0, '?'),
(0x738d609bf4f740ef77720b89605e27b3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', 1, 0x00000000000000000000000000000000, 0x2ba43c987d302b6fea49da49375d69f8, 0xf36d8fdb8ad195d5eddea3dd59b88c3eaff8a3603daac01aa58dbd17708daa91, '', 0, '?'),
(0x738e43f588ecb418e4b9e4f825e65c30, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf', 0, 0xee53e35737430501d5e2b45d6b3d7691, 0xee53e35737430501d5e2b45d6b3d7691, 0xf0ea05f7b074e9fa9dc987fe5c1d85cbafd743941090417024cb76a3d2f2fec8, '', 0, '?'),
(0x73951ef14b2c66aae111030f9e5ca7dd, 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 1, 0x00000000000000000000000000000000, 0x871c6c205b5fb83d6f4b840eb746233b, 0x785f0b7677d0dee7943f727e91fa9b783fe1867d8470a2f16ee892ed5449376b, '', 0, '?'),
(0x739cf7537ad84646877fa7a34e47d336, 'wp-content/plugins/kk-star-ratings/freemius/assets/img/plugin-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/plugin-icon.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0x739f3200652999cad4efffa394dc8bb4, 'wp-content/plugins/updraftplus/methods/dropbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/dropbox.php', 1, 0x00000000000000000000000000000000, 0x6e5710e931ae7e6b629aaf3d1ffdf250, 0x862d2545fb4901e81222786fc3465d8cb6ce268e5324cb7a4c4e3967fbbf9e75, '', 0, '?'),
(0x739fee77d891aa23e9b2ac12689194b3, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_5.png', 0, 0xfe528f1e64ba45b81f6e83de78979445, 0xfe528f1e64ba45b81f6e83de78979445, 0x721e2ac6655a3a3d54e693c857ba8ea12fd0ae67a09ad852a893d5f0e92ce868, '', 0, '?'),
(0x73a537faed7668237df42e3ff61f62db, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', 1, 0x00000000000000000000000000000000, 0xa398083cc94c1dad8810abd2b9925a9b, 0xf3eacd2794f44bb7d00aed0908bc1ffa7a7c216d1be4269ae4027558bc7afd0d, '', 0, '?'),
(0x73a6ecd3a34a0ef6b312c57e92e7196b, 'wp-content/plugins/akismet/views/stats.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/stats.php', 1, 0x00000000000000000000000000000000, 0x5e3d0c2dd4c76d95f65777ad7867504f, 0x07092e2df5ef5b0db30b57fa9379160ac6d0d8259f42c16e945162a11e42bc77, '', 0, '?'),
(0x73aa2f21c589f2c63e72f5380aaab71a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import_no_content.php', 0, 0x7566d2ae0669985380e2ecbe22515cae, 0x7566d2ae0669985380e2ecbe22515cae, 0xa59543e8ff353e7984f332fb2fd207e2a4d9f69e3d4a503f46c36cdacda730c4, '', 0, '?'),
(0x73ae7d40f13f8d9d6ec2b341a958ae4b, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/contact.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/contact.php', 1, 0x00000000000000000000000000000000, 0x0316bd6eb7a05968d63c94a589e74b08, 0x971f15cb8520172b1fac1f558f860773bdb98a9e091efc193b3d816c937312f4, '', 0, '?'),
(0x73aee23ff90d526ee5f8d8da3f7f1318, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0x812b0eeba5ba0a256fef75b3ed976ede, 0xa865abc62041f0d5fd861036340003f0a369895489dd65fc32f7082aca90e3e9, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3c0e4bd0e9060ce5d08a27ec0e7d47bb, 0xdb75fe72451a1964fbb9d9b2af106d8574f9a0ff2ba1f73db17e059f4ce4379e, '', 0, '?'),
(0x73b4bca242f3bf9dbe3929a29108fa3e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php', 0, 0xb0adc34aac89d9eb91c9fa3cdd7d97ed, 0xb0adc34aac89d9eb91c9fa3cdd7d97ed, 0x662e1fd317ed062401f5cd339acd3acaba4f2eca1d15f772e15e2e6f4d912236, '', 0, '?'),
(0x73b6180d06a9f427a06e3d40b2f29dfb, 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', 1, 0x00000000000000000000000000000000, 0xe5a0d9b7fc1e688958c186a5fe382d43, 0x501e72ef1607fd46f1c064c4fc7b173f18d85a5332d9740dae9a9517b5b9cf11, '', 0, '?'),
(0x73bad510bf7b488186f0802a4e57fd07, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', 1, 0x00000000000000000000000000000000, 0x4f35e674f8673b364749c5fb5288e96c, 0x5fa19dd921b583d9a68b555c06c21880f64d392f957fbe648d12847b00edab66, '', 0, '?'),
(0x73bd3cd5d3f139117b2c9de62d9863a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_panel_settings.txt', 0, 0xc17f395a83d95e4128a85c982b3b453c, 0xc17f395a83d95e4128a85c982b3b453c, 0x8c96bf5e1168d964dcbe1175135a3b4bcd32ff0a5dc76ecfab03ebc073585e66, '', 0, '?'),
(0x73c2e41a4ba763ed58e9a1b7d25221cd, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report-plain.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report-plain.php', 0, 0x9677d1b870784c7674d49c07c5c4fe6a, 0x9677d1b870784c7674d49c07c5c4fe6a, 0xfbc0421973fa4afa58de16c8f0ba941c7f03fd15177d3144abd0e6dc9a831a16, '', 0, '?'),
(0x73c41ba0512305a04c4e2263a3ec4e2a, 'wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php', 0, 0x2900363a9a58ba07b20fa0ee787fd6f6, 0x2900363a9a58ba07b20fa0ee787fd6f6, 0x4e3aa252da968804817d48207519be93429a4d64229dd7e8c0e7d72a8adba15d, '', 0, '?'),
(0x73c53cc74fe62523a563073576ad264f, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', 0, 0x0ea9533d81e6a0b7d703fe7a910a4226, 0x0ea9533d81e6a0b7d703fe7a910a4226, 0x8656eeff759f72e70b2e09482115003109483a42a12eaedfdcdd8f2211288173, '', 0, '?'),
(0x73c693a7c9ecbd444f87a06ad3e9e3d1, 'wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x598ee8fe09a6af9dcd9be9d8fcfa09e2, 0x3079db82fdd240350dbeea71a10e9129fae425648a1d56bdbc1988dca8b016c4, '', 0, '?'),
(0x73c6fc0bf59606eb90ed6074351dcf44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', 1, 0x00000000000000000000000000000000, 0xdd14d428524bf167eefcec7c09f22f33, 0x4363bf4e8880a5f2b74ed714c811f01f6ac1cbb141c4819efe79fa0ce68a225c, '', 0, '?'),
(0x73cb1f88ac5ea73e7419f66d247eeb9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import_no_content.php', 0, 0xcfd56d4250d48e234974450e0c814865, 0xcfd56d4250d48e234974450e0c814865, 0x3ef6a10e7fcd7517e9d3f04e17a9b92a7a28d2216cef0ea09ae13ea4b86a3c5c, '', 0, '?'),
(0x73cc8c90955f315d3910ec9f3929e77d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xb3615e71ca2d35d1455a4399cdc95241, 0xaa9b0ede3db873972d6f53a3409ce0e90b549c415ff1ca8f653c457b420a06cd, '', 0, '?'),
(0x73cfcffe8d2cae5b64214e1a7d904df5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_5.php', 0, 0x23d9cfc4073e6682331dd282a0e55d0f, 0x23d9cfc4073e6682331dd282a0e55d0f, 0xbcb79d66759148ab68d87f8c79e9652412cecfbe0e321e2253cda7704304b99f, '', 0, '?'),
(0x73d1a641e113ae25d148b14283630661, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php', 1, 0x00000000000000000000000000000000, 0xd04b1e01c239b3778025a82ed15878e9, 0xf92b4d2f03f9696a680a8e11b200985f903c12bb901f0d4cc5a318104ceb3957, '', 0, '?'),
(0x73d4785584cfcba57089cc0b66c9c10c, 'wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.l10n.php', 0, 0xa7c1072a1b5e804809c568eb107eeb72, 0xa7c1072a1b5e804809c568eb107eeb72, 0x642b43a294dcb66553102e106d412f18f5acb73bcaf8f9a695c2435929ae6fa4, '', 0, '?'),
(0x73d52d6201ea3472b69ee02786116233, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_4.php', 0, 0x48af45474f04196a0630b623058fc611, 0x48af45474f04196a0630b623058fc611, 0xf54f107309835767da2b39783d8eb7ea0251c1a419f173835ef6e569354939b3, '', 0, '?'),
(0x73d8067e4a056c5237c7bd5417f59a01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1.php', 0, 0xb5b2e5305cd473941f3f5020afe4acbc, 0xb5b2e5305cd473941f3f5020afe4acbc, 0x1d282c7cb73ce70938fd23ccce3916e53bd988127a33e7caa69962eae07d8c75, '', 0, '?'),
(0x73dc30796cf3ea838b445ca38522160b, 'wp-content/plugins/wordpress-seo/wp-seo-main.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php', 1, 0x00000000000000000000000000000000, 0x895a28187c6df6682c25c58f0f6f8c26, 0xffdfb6150f483b5f3f58489ef1e443e0d95104f98e899ebea2f6eda06ed39cbf, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd2923af1854be05bcf49775c89aa6798, 0x6065be8b09936e06b213edae4fa4a2d94a4da725b34eec6841efaf7b6768c166, '', 0, '?'),
(0x73dfe91eda1e474db2a0dce14aa0f054, 'wp-content/plugins/akismet/_inc/img/icon-external.svg', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/icon-external.svg', 1, 0x00000000000000000000000000000000, 0x876cafe4d93be34d09a80344a69fc4fc, 0xb33e48ed5a462de9d01d24cc767cf9720a771c90f7defdc4847f1ecc59b18726, '', 0, '?'),
(0x73e1edb8348ca0a28f9152bf583e4f8e, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x73e3393da47417b4ec6fd0d99517bc55, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x00ed0a539656fece99b99da2df728a75, 0x044d83d34ef2a3cb199f9aa890bc9e48f043570ac2ea0eca865972a4735c23ed, '', 0, '?'),
(0x73e7d03cbe4229b57b4b6795bba8c44f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 1, 0x00000000000000000000000000000000, 0xab8c990c67f2943b17c3351f4a4463cb, 0x3cead2f0a0ee1c22527b16aff30cbc317d8d36a5799c08b518920ebb36106fcd, '', 0, '?'),
(0x73e9561ee5666bb7c0b79df046bcd72b, 'wp-content/plugins/elementor/includes/widgets/wordpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php', 1, 0x00000000000000000000000000000000, 0x28011bdc6a32eaa3eba32928faadf574, 0xe0b9006a7749e5037f5a1df5e51ad7f603f835f25e07d3ab5882113016a4109d, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x92f15ecb80154ace9772685a2f4e6124, 0xc0a7e4093a80dc4892d73076883dd254d12462ebd486f15e1473c55c3731cd90, '', 0, '?'),
(0x73eda461d455dbd965d3c057f70a1de7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1.php', 0, 0xa8bfff2481327cf436f85b66aa3c45cc, 0xa8bfff2481327cf436f85b66aa3c45cc, 0x6226d6d22bfd92efbefdc24c7b8a5689f2e3a09e7ba4d66bc047f69c2f1ce536, '', 0, '?'),
(0x73ee702e15d30ed6cb7795947d14f7ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4.php', 0, 0x0019e0c03c800a94b395ada9334b546a, 0x0019e0c03c800a94b395ada9334b546a, 0xae680fb8dd0413b8f42758b97f51eaed0af57836112e178f09d1188282320046, '', 0, '?'),
(0x73f8ef880205fc2a5456a93106af6f45, 'wp-includes/js/jquery/ui/effect-blind.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-blind.js', 1, 0x00000000000000000000000000000000, 0x4f9260c7346f3c90588f23febd8287e7, 0xbc6169ee859ddf5bea49a937eeb9b7ccf5ec4a984826b918dd15ea4797768163, '', 0, '?'),
(0x73faad0d3d2fa8cfb550f922fb160830, 'wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php', 1, 0x00000000000000000000000000000000, 0x2671e0b7bfb7a293f3386dc4a6d411db, 0xc770eb4198582374ebd637573d62731c3084729c65460984c60d4766d5013259, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0xe82cdc10d4a7efb0f10128feab302879, 0xb0ae49116afef536ca84fc7b97a311e9888aa79122f309d4ae1069f336c7ad01, '', 0, '?'),
(0x73ffa46a27485da5107b345efdbffb7f, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 1, 0x00000000000000000000000000000000, 0xbc887d5f81e795ae2931552945ce10bc, 0x6982cd1ebbbde5dc83864c31089ef5463a0ba58bf91b046a62a3f001d53cb09a, '', 0, '?'),
(0x74045c44b4095a74205ead0d3708a4bf, 'wp-content/plugins/elementor/modules/admin-bar/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php', 1, 0x00000000000000000000000000000000, 0x83920652b15ebd29a62aeb649620d747, 0xb4eb867e7104793092263c5a2e0fcb8147f7eb964d40635ea2b5d8b94a963f2a, '', 0, '?'),
(0x7408ae0bedc2dc0eb4f7b18301fd1276, 'wp-content/languages/plugins/akismet-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/akismet-fa_IR.mo', 0, 0x62321f1fd7fb510d80b2c9d617954021, 0x62321f1fd7fb510d80b2c9d617954021, 0xe06997900bd3d9295d165f2b166b3ff222ce76950359a0fff2b3ddd2f83d00c8, '', 0, '?'),
(0x7409f455942069dea7e32295d6731dbf, 'wp-includes/blocks/buttons/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd1f7b983249470903b58e3da34e49484, 0x79978efafc288010f25edd9a949bd7be553d933bd6432f5f98421fc2d399bca0, '', 0, '?'),
(0x740b609f45e05e0772b220ea35d228f5, 'wp-content/plugins/wp-rocket/inc/Plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Plugin.php', 0, 0xd84cd3dea7959a4f1249b17545794697, 0xd84cd3dea7959a4f1249b17545794697, 0xb52dddec882f7c7a83e9f0423dbee7b24638058ca976a76fab6d06c1f44b18e5, '', 0, '?'),
(0x740bcb262097ff9823c4b18dca774af0, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css', 1, 0x00000000000000000000000000000000, 0x5ea33d242810961cd664b523eeda66b1, 0x9152191178c41b88ca9bfcddd1c06b9f1a16f26f5226c48a00507229759aea23, '', 0, '?'),
(0x741243ad5fea6841c005df88a71529e4, 'wp-content/updraft/backup_2025-03-05-0533___90_bae3febc61d1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-05-0533___90_bae3febc61d1-db.gz', 0, 0x910033d6ab3fa5c8409d3a903948fb9f, 0x910033d6ab3fa5c8409d3a903948fb9f, 0xab6c133d5ab76603fbe3277897c66fb640deb7fe25abac6eb029ba7cdba3b86e, '', 0, '?'),
(0x7416207e40728dc81115ce2e57ea385f, 'wp-includes/blocks/avatar/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style.min.css', 1, 0x00000000000000000000000000000000, 0x581c6c829fc67d4547d1007e3cd4593e, 0xe6f2b657a3b738a4003157c5110beb53616329230a37bf37b6fffe1088f4d94e, '', 0, '?'),
(0x74162d4d4cbf8a7d0ad63a6e4613b3a0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', 1, 0x00000000000000000000000000000000, 0x31d72f71bebec2121f18564200ea15cb, 0xf64c3920eb76a49b1c4a3d739356fc588ccd64d9e95eb9652fa9785f26d9e4be, '', 0, '?'),
(0x74168361a4be1a982757f5944d062768, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_9.php', 0, 0x6bf63a94e5f310d21809d626028d855b, 0x6bf63a94e5f310d21809d626028d855b, 0x154799764d5903b63a8e0e992e1522017c581346f3fe1fe59c53e494f1c87024, '', 0, '?'),
(0x741a94b1b6f4098b6cd54245108318c4, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json', 1, 0x00000000000000000000000000000000, 0xdfbdcc824df247198ee2b04b82a009cd, 0xb1609423091fdeef51befe26157dae5ea50bee95019ac541236ae41d5310aad4, '', 0, '?'),
(0x741e9ea4bee4ea978ad56882d95b61b1, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_533x261.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_533x261.png', 0, 0xa57bb6e9a511bd0da4c1b3bbda1b663a, 0xa57bb6e9a511bd0da4c1b3bbda1b663a, 0x10aecedd63ad1e0c397cd28e63748935ef7734646e52604341b57bd8cd0c5d7c, '', 0, '?'),
(0x7425c040e7730ad30c669991d68c9133, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', 1, 0x00000000000000000000000000000000, 0x96af104c6b7653d4e667134a0e3853a7, 0xf0568b197d3e809dc97bbc602aa5292cbbdfb7ef6b4423cc294928dd583f6bb0, '', 0, '?'),
(0x7425f02236b25aac44a47e294e6b7e8f, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php', 1, 0x00000000000000000000000000000000, 0xe388c00ccdabeae704e29f0720cf99fa, 0x0473fc5c60478415b5c64d470d7f90af8fd9b970c8c54e1afda9e6b972e70aa0, '', 0, '?'),
(0x7426d3858d7efedafdfec0c4658791c2, 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', 1, 0x00000000000000000000000000000000, 0xefc3da4dff03f9fb72d93d572bbe57c0, 0xd2b53b5c52fb6e44969f79bafabd9d8181558a1223d7e6bf6da7ad1913fe61af, '', 0, '?'),
(0x742d9990c5b66b709060b2383b07c674, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_8.php', 0, 0xe9b7acbd8967bc11b71f7c979f6c880c, 0xe9b7acbd8967bc11b71f7c979f6c880c, 0x2c12663cd08f03ceb915456421ee788703fe16859c6829694096c71ae7345e20, '', 0, '?'),
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 0x00000000000000000000000000000000, 0xc7a8a9fa2e12010413839cc19ef68f6c, 0xe019f96b0bb48c75589a78e65e2d17ca621a92ca72cd50ff5ece8ab9a74d69dc, '', 0, '?'),
(0x74355e096b532831fde97a9f475ec6e5, 'wp-includes/blocks/archives/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x45768c36fa20dbc5b092722c4f674ee7, 0xa0fefb1e1e925e7f0dfe73b6822c8ec31f5ff2a7ee698c33182f7cde6fbd726b, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', '/home/abt90iranbet/public_html/wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0xe4ce6368e41950daccc6e950080d4457, 0x9405f0b029ee200e8801a0244bf638817633c9f158151426e6a26f6b76bcefce, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x7815719fb1686052a7c0490dc6a242ca, 0xa27acfb595018c88312e86916552a49435c49437c2bf0b2b8005dbc8d63f12e8, '', 0, '?'),
(0x7439011e2e700b77baa0a8bd868c3f1e, 'wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php', 1, 0x00000000000000000000000000000000, 0x2b86608f63613297f9cd549b0b93887c, 0xc9d3154258f9a358f5a4e3498b08a4d6da24c08a787c8524e4e40c028c1e9652, '', 0, '?'),
(0x7439d6a1f1450bdaed99b40b1f71a148, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png', 0, 0x7c1ed83d60004f340241b3c312a6e709, 0x7c1ed83d60004f340241b3c312a6e709, 0x64e955a2fbdbf1bd10f9aaf3a46ccdd24da6d2cc4e346b2744974f785a256bfb, '', 0, '?'),
(0x744082cda70ae7d4a55edf4de0d84698, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 0, 0x109dfa40d95abcc9b3f97c0233059615, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x7440d94eef50a6a2aedace6418cb5348, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-relationship.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-relationship.php', 0, 0x42fca27c08bb520886f25102aad93f66, 0x42fca27c08bb520886f25102aad93f66, 0x425c26fc6b9be0a964dc89bf9fa26fe3d7e9a97412fa21ec0ab399a0809ff429, '', 0, '?'),
(0x74450347673a5a7fc0c519ce2f2e6a7f, 'wp-content/updraft/plugins-old/updraftplus/methods/azure.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/azure.php', 0, 0xeae3edaf5454a5a313adf4ad10d4ea54, 0xeae3edaf5454a5a313adf4ad10d4ea54, 0x8cdde0e2ad3697bd5aa68a1a76d95b0d5b307e4fb6a4ebb5ec46bc4780524e68, '', 0, '?'),
(0x7446f0cb321ffd588d0ac1f94904d3c8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', 1, 0x00000000000000000000000000000000, 0x34cae2337df087ad476fc0ef4a87764d, 0xc0bb593ffc1f3ee9ed7663c952af25f6de13cf174275cf5832f350058fd6b6e8, '', 0, '?'),
(0x744fe195a1f7b3fc5af741c098f8c278, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0xe130ac8284434ae218c3415104d352cf, 0xa85f1c32a74cd093ad4e09b84a8177e447da4c7c9f44851b41b1410d04054cdb, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x48c036d30580d3129c62cb58be2b4d27, 0x6e409bacf3a5b7746fd2043a97d05cf8652136123502b6ea052c1b4b83565c3d, '', 0, '?'),
(0x7455fec50290b30b51c74f076da75895, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_10.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7456db6b92f204366364e5caa97efdcb, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoFullInstaller.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoFullInstaller.js', 0, 0xd674cd952e66d89921834a51c2377cd2, 0xd674cd952e66d89921834a51c2377cd2, 0x31615fdeae3636c70b1bf397ab9971ce205f159058edee66f5d761c794b6599c, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0x745d15b8dccb973610cac0278e262c85, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.mo', 0, 0x63d001e9c1c16ce5fc9db23f0280875b, 0x63d001e9c1c16ce5fc9db23f0280875b, 0x7d751a2af9b78856b264a2593f25329d46f4e0d65c261cdc28984d79a19414a1, '', 0, '?'),
(0x7461a93b5f590a70aa3d5b5f3a42fb8a, 'wp-content/plugins/wordfence/images/icons/check.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check.svg', 1, 0x00000000000000000000000000000000, 0xb8854446d9eca6d40790850fcb50e84c, 0xe9c9f7f92bc7dfcaa30193d184c8aff7d93fd4f5e22bd7fd005fc8c5b45171b9, '', 0, '?'),
(0x746525a733bf28489dc49818bb631022, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php', 1, 0x00000000000000000000000000000000, 0xebc4d3d30b498124787c3ef4dd16b708, 0xd071bb7bd9d9bd8bae19838c5339e878b8ed8bb04782f4dc97430a24938b9dc8, '', 0, '?'),
(0x7468299818597f435dc02b0a83deccac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 1, 0x00000000000000000000000000000000, 0xc9700b9b6bc17e495195c1eaf56edf64, 0xeda494388a90501a9362872616117bb5dcec191d4a6ea2f2515d057cc8928e94, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0xe50d631872ec2891a915e3d68d5c8636, 0xb66a1b30387b6526cdaf35179ef9e8b9fdf11a21686c7acfd7c9d9d85934e461, '', 0, '?'),
(0x746db60aa391471d4f0927fa031adeb5, 'wp-includes/js/jquery/ui/mouse.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/mouse.js', 1, 0x00000000000000000000000000000000, 0x12e5c38256ca5df30c6a6686b1437618, 0x821aa3c8c2b539834dd29df381d7a5b2488e2b8214e8863238a910c39ea869ec, '', 0, '?'),
(0x746ded8bebc10b412cc12f3b4ab399f8, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member2.php', 0, 0x5e6b1760e35b955555eb2732e59378a8, 0x5e6b1760e35b955555eb2732e59378a8, 0x82c7113c469279d10fa18fccd3f7bdd9bc08f1a77bee6044d0bd759856d3e75f, '', 0, '?'),
(0x7471f15b9cbbd510a68ffdd7a71238e7, 'wp-content/updraft/plugins-old/updraftplus/images/notices/new_year.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/new_year.png', 0, 0xce3d751f4eecb277e77461bb5e0dc430, 0xce3d751f4eecb277e77461bb5e0dc430, 0xa672128aeb0e690e219e325ad6f0a43a64e8d46a7691741dee877ea871b5e2af, '', 0, '?'),
(0x74795a93bd2453c336168c90a38653be, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/disconnect-button.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/disconnect-button.php', 1, 0x00000000000000000000000000000000, 0xd895fe41cb09f782e2259ac1a1b577a8, 0x51e333e116e5b2d3d77c17752881462f709bd89b292feef9314d35752062af28, '', 0, '?'),
(0x7480a7f8e5cd79e49424301e0e89be27, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_150x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_150x0.png', 0, 0x18fddce94a7cecbac92e9e40501c3c0b, 0x18fddce94a7cecbac92e9e40501c3c0b, 0xfd97026d4e8254230435bef71809ad507d3cafcfba75bd3418781fac2c4ded6b, '', 0, '?'),
(0x7484144b8b8f64156cf48e3502f0243f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', 1, 0x00000000000000000000000000000000, 0xfc58aaa0fb41f89951f488acf12bf158, 0x133f436d453ecc71b7b89c6852a45b755d35e4b196a5a1df65b50344d9857317, '', 0, '?'),
(0x74842a968babbf2a0c3051d97a16fc30, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', 1, 0x00000000000000000000000000000000, 0x8ca023337efa9373c048be21f29dff06, 0x31c794da75cb28af552d44aa713daefa9ea1b53eee2cbb33dadb01319432e993, '', 0, '?'),
(0x74880394d051e9039de973f754b3ea9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2_no_content.php', 0, 0x831021a39f0e6fc3688043df053ae5f8, 0x831021a39f0e6fc3688043df053ae5f8, 0xb8f382d081e6a60421bb00b4b745c98ee17ab9bb1a309d81cb9d84e0de040317, '', 0, '?'),
(0x748cdaad17d2fd52224c868041d0b08d, 'wp-content/plugins/elementor/assets/images/blur.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/blur.png', 1, 0x00000000000000000000000000000000, 0x01cfb808561a86d8ba5e6cc55bc5cec0, 0x556675618433639174b9cbcfa7b84b7bbc613ceb05ed111a39068f03836f34a5, '', 0, '?'),
(0x7493249c3012ab092cfc5d62fe26d005, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php', 1, 0x00000000000000000000000000000000, 0x824a898479b083a50450a1b5e6b80b4a, 0x83eac3e151d131e376f756bba47860d199e3a20dc617f8ec5d3dcdf4ccdf0dd4, '', 0, '?'),
(0x7496b09ccb8b26cf47d194d63e17a4eb, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-list-events.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-list-events.php', 0, 0xa952bf5149476836f8def8cd56c25405, 0xa952bf5149476836f8def8cd56c25405, 0xb9c35ef6568e84eafe5b9523a1923ab59139a119d2957447fac1638374b89afd, '', 0, '?'),
(0x74986d7dd5dd3f1c6a903502c6b66bbd, 'wp-content/plugins/elementor/assets/js/beta-tester.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js', 1, 0x00000000000000000000000000000000, 0x1b6231f375c228a8d9610960107716cd, 0xc38dd1d2049c5797535cea393a14050c34c6bd260d79910e0728917d4d014445, '', 0, '?'),
(0x7498801f9f581446e3d9227702c125aa, 'wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x149e4201aff65114bce97607b3338b2c, 0xce4bbb008275553eaeaced01f73e54b8586f5a151816a6b67db0d52d9ae37bd1, '', 0, '?'),
(0x7499d2727944395a69eaa140497ed970, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1.php', 0, 0x92cb9c19a4e6ea375733300cdb29bf61, 0x92cb9c19a4e6ea375733300cdb29bf61, 0x6e5f7724e36031437b8d18107a374161ddc8d85d596e54ba467d75f2f7d483f6, '', 0, '?'),
(0x749b7c36fc806077703756cd933b9334, 'wp-content/plugins/elementor/modules/element-manager/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/module.php', 1, 0x00000000000000000000000000000000, 0xb223dffd93ca5dae0d6feffc853f2a1d, 0xe1f621b0a6b5f6146d12c01a4d811e4988aa13555a10eb31eeb5a320b5752376, '', 0, '?'),
(0x749ea12753eb112465678707cedde2a4, 'wp-content/plugins/td-composer/assets/images/flags/flags@2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/flags/flags@2x.png', 0, 0x543d05cc80ea06948a4639b847a211ff, 0x543d05cc80ea06948a4639b847a211ff, 0xe92a0570ead54ef34f6ec37bc4f93afcd59fc5e81195f5553eeae137beb477d2, '', 0, '?'),
(0x749ebbed52cbc44f4c5accf6c6c8e527, 'wp-includes/blocks/query/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ff5c92992fba21822ff1f97b2dd827c, 0xf17723d467b9f99658823531997a9b186f10f2d71a92dafa713f69fdcb129f6a, '', 0, '?'),
(0x74a3a2318cdeb46637e95492dd9355f7, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_metabox_generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_metabox_generator.php', 0, 0x83b6dbb1ba91453386a8924f8e29d151, 0x83b6dbb1ba91453386a8924f8e29d151, 0x54af011631186d7c66438656d3bad8395eecc4095705329ae7d271136cf31d4e, '', 0, '?'),
(0x74a46479c60f480a6380834970b2e783, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x06a2561c0aada4c728025465d07affae, 0x60d8a727adfd8e05c656032e0ed714c511ef5250637a5ba1376d1850acaaab45, '', 0, '?'),
(0x74a5144afae9586b58433b9202109001, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_8.php', 0, 0xd752e6a55c9e5c01089a1b83acde8ed0, 0xd752e6a55c9e5c01089a1b83acde8ed0, 0x05b504eefc1e7d555ebb38a9b4066c595fbff58cf4cf548b6083ab1fe47370da, '', 0, '?'),
(0x74a69749e4c1272cea641dda6cc212ff, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php', 1, 0x00000000000000000000000000000000, 0x8c4cb4e52a38fc999601246f7b88f98f, 0xccc5e34c218b76af36271c62fafcb4e93bbee248c979abe9805009fa94f4ed02, '', 0, '?'),
(0x74aa0137cb70db478e053a132d4726d5, 'wp-includes/blocks/tag-cloud/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33fbf2f7866cd84a50d34396103c5d30, 0xee56291a1c844dec70b2a8767ee90650c990c99e0b867fd311488edfe787e744, '', 0, '?'),
(0x74ad0d48c027d8c3afce6f676a61a5d4, 'wp-content/plugins/amp/assets/images/amp-js-error-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-js-error-icon.svg', 1, 0x00000000000000000000000000000000, 0x3b12b2cfec8f8c032ba5ae7113104ca3, 0x341abf8a0dcd060768899d3c973838e667b11ea52f15dc06be9843a71b4ef528, '', 0, '?'),
(0x74b1047d6a6cf855bbbab9922940a275, 'wp-includes/css/dist/edit-site/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc1b3911213cfc601468cb48fce993dd6, 0xabc1a2343a68bcc37b60f4e64a88b0b4f90d73dae61b6838a48030d790a5ad84, '', 0, '?'),
(0x74b5eb2a080b153f021a309c49b3eb84, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_100x70.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_100x70.png', 0, 0x861a3405e4791bbb791c2d0b19738d8c, 0x861a3405e4791bbb791c2d0b19738d8c, 0xfee98ef75980a393ec712e4799d50c08aa3742df46034390bff485e783a77a24, '', 0, '?'),
(0x74b7e5a710f682e82b82448842a9df14, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370.css', 1, 0x00000000000000000000000000000000, 0x84a47d4405e4f304ad52a2a4a57b4c30, 0xda653c75058112ec0e7fb1be89154436131b5b6042bcec59a0ad86d67adcaf66, '', 0, '?'),
(0x74ba1665292586aabdacc26d1d573bcf, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php', 0, 0x8c16e0ff381386ddff4ae6449a1c0c7e, 0x8c16e0ff381386ddff4ae6449a1c0c7e, 0x2e6e9550edf42c625aa60298ee22d4992c060f9dbaca28d44bc7e692e52c8b52, '', 0, '?'),
(0x74cdbedab47adee8ec50d10402d6dea8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import.php', 0, 0x2854f1fd9706aaa5cc8216be5d3a03c5, 0x2854f1fd9706aaa5cc8216be5d3a03c5, 0x6ec52f9991464757e702b45685bc5f53343e98d7317105b9f7789a5367b54d8b, '', 0, '?'),
(0x74d1a532f86a128bb1d515e284b2421e, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x0.png', 0, 0xf1576643e13766d49cde0fdd7d919bd8, 0xf1576643e13766d49cde0fdd7d919bd8, 0x74f32024caaff887054079bafac5555886f8c0a949b7bd1da8eeddd52525032a, '', 0, '?'),
(0x74d371a1695d8514e24436592787cf85, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_6.php', 0, 0x725b2b80dc832078a553b0ede7824345, 0x725b2b80dc832078a553b0ede7824345, 0xaa41a3f12830ff62dd9f399dc41f1d2a318dda90f040308b8b0a0a3268bd31ba, '', 0, '?'),
(0x74d6f36708724b80b5d5a4d25e149a60, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x74d8148a1f0061b6a75c8fa05f2757de, 'wp-includes/blocks/table/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x53e96171a82a797a2d542c29890981c9, 0x42fa7ead37238fe75c90a08fb722ef7a40b7c4902a9a90c31b66781e8935f101, '', 0, '?'),
(0x74d99951fb667c3acccebdc7ecc42a0b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', 1, 0x00000000000000000000000000000000, 0x693be2a3ec6a45db486097194c219550, 0xddf655d154e9567dce9a7fecbf3eccbfc1b7aee37f8f1301d6489639408c3c40, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x74e36479625f8b544e7f38835a756aa3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_6.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x74f300d101db584e0e9cfe8260eee92f, 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Exception/StreamBufferTooSmallException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Exception/StreamBufferTooSmallException.php', 1, 0x00000000000000000000000000000000, 0x31bfdf3a2e88c88c838b19ce87360b53, 0x993a9f4b73ea3554e29017fb91e7688fa8540200c37e3ba375404f41ebd288af, '', 0, '?'),
(0x74f9f4814eb25a1c33d2becdf8d9c2b0, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', 1, 0x00000000000000000000000000000000, 0x4d38c3e30f5c333cf6f4ae6e42656fc5, 0x7a4851dfea1da098209601760cd0e61ca33afd4cba96f55915f02b81366bd631, '', 0, '?'),
(0x74fe6aaf84747fa77a0926d2f4839092, 'wp-includes/Requests/src/Exception/Transport/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Transport/error_log', 0, 0xaabf746e6142e4aaea263b215eaaf990, 0xaabf746e6142e4aaea263b215eaaf990, 0xac52ad180788e5ac9683de2ca9c97e63fbf9c4d41d5cb62a5c3fda2d8ba77151, '', 0, '?'),
(0x74ff5ad408b8e6dff524397e9572414d, 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 1, 0x00000000000000000000000000000000, 0x2bc87b3efcb650d8011c0949c2505bf3, 0x4b6abd7d4c5f835489af8af1ec45862376ea909dc8f3df618f55b911dc295164, '', 0, '?'),
(0x74ffa3e6b45b6fc7ca8dd920c0e8568a, 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js', 1, 0x00000000000000000000000000000000, 0x40ca9d61ac8c8d8a37d53488e8369408, 0x1e4c7e38dd86765fa4522e515455aad1b3623e8e1ef0e6d9d549dc22cc6e1f42, '', 0, '?'),
(0x75000220a0ec4a220e59a15cbb300d3a, 'wp-content/plugins/updraftplus/images/aws_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/aws_logo.png', 1, 0x00000000000000000000000000000000, 0x38c7e7e98035fc717f2eee247f017913, 0xde3ee3742b460ebf72ac5a94ed26ad212f551eb89c5e06a459651f3e598bc67d, '', 0, '?'),
(0x75022dd629cd0997ccd1f63f6d2b2f05, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0x7504073b2dd2238f04a673fa9811ecaf, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/activate-license-button.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/activate-license-button.php', 1, 0x00000000000000000000000000000000, 0x6b659d5545c3843958fde1fc1b0c2f55, 0x2065081dad13f38442800461379dc82ad70df8fc60f3ff40f4e68db423476ede, '', 0, '?'),
(0x7506aa5e45b0cae8388b812cb6131959, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus.pot', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus.pot', 0, 0x9ebfb19f091f80fc019174aaacefd2f6, 0x9ebfb19f091f80fc019174aaacefd2f6, 0x550a88b5bfc57a9f626d48a6605494884b1681c243045c54106e756fa05b3d04, '', 0, '?'),
(0x7506aafb3f3e4764f4b9c5679b3e77d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4_no_content.php', 0, 0x46c5d44b669b6d53b5ae3eb42ef0f504, 0x46c5d44b669b6d53b5ae3eb42ef0f504, 0x8dd8b17897ff3179128653ff57b118942d97a92a89e45c9eca3eb91da8098574, '', 0, '?'),
(0x750f10c9cbd453b1d354d7ec9453652d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', 1, 0x00000000000000000000000000000000, 0xb392e0d30ebdecb6a4303743a1adc3e5, 0x89db004eb91c599e321fdc2a5c73ab2af246927254b9a20dc8910c5620e959fc, '', 0, '?'),
(0x75128f7059ab4101ca8f4b40f9936de0, 'wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php', 1, 0x00000000000000000000000000000000, 0xc71bc50f381dd1449ad97f6a493ddac8, 0x55d6f2caa7e40ab01a515c6451f5369b213b81407d6a398fed7d3b695c815d7c, '', 0, '?'),
(0x7512a3888d13578f9ee7b9c3fe3b408e, 'wp-content/plugins/td-composer/assets/images/sidebar/icon-header-template-list.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-header-template-list.png', 0, 0x017e8de5ca41958cfe8621ff8423421f, 0x017e8de5ca41958cfe8621ff8423421f, 0xf938c0307db2d7422642747dea6497be76719876a553acc1c7f2e52d3b62b474, '', 0, '?'),
(0x7514c963d217ce36f32ec813090943e5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_10.php', 0, 0x68b2ff67f56229c35fadd9792def36d1, 0x68b2ff67f56229c35fadd9792def36d1, 0x2cdaca91703859ee93570a9900790a73990e0995a03ad49f090b28707fc88779, '', 0, '?'),
(0x751b71ec04fcf2011aa3f90d80ebb861, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.eot', 0, 0x25c398070995b53c473503bd66e920f7, 0x25c398070995b53c473503bd66e920f7, 0x52fc1f9a75e369a4f9f26430d8fab6c4feca20c8b03bfd20f47843aeb97887a8, '', 0, '?'),
(0x7524814683500d5cb27330cc02523a9d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', 1, 0x00000000000000000000000000000000, 0x5674a6388be79efa8c2986bed2197ed8, 0x340c7bf8d26fa83c6526335bb905799bc736535b2a65ac67202b38472462bc46, '', 0, '?'),
(0x7529027aef5aed04a5684ce650887cac, 'wp-includes/blocks/spacer/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor.css', 1, 0x00000000000000000000000000000000, 0x0de87a5001a9aa2383ae9152b00d242d, 0x19de8d215d4ca5311b3371032b80e90423757d4ec32122116f6800f4d5787ea4, '', 0, '?'),
(0x75291e6cd2f25b1f7c1aaee986e02a23, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3_no_content.php', 0, 0xe8b8dc4d2ee120fc9e99041173464935, 0xe8b8dc4d2ee120fc9e99041173464935, 0x00358b52d3548a23785a67819e8eb85ae6a8862ffedfeeb220481b8fe0dfa44e, '', 0, '?'),
(0x752aded722cac52e26be41c81bd79a0a, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php', 0, 0x51ea3a8e8a50bc275128f601ccb7399e, 0x51ea3a8e8a50bc275128f601ccb7399e, 0x45f75570ccf4dc4047ecbb69fb4c7703cebeb75d5d350438d20ba2557f9121e4, '', 0, '?'),
(0x75313e4aa7656c15e11b3602e390cae4, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', 1, 0x00000000000000000000000000000000, 0x700f926dbb2f645ef4b00d4a8a4ed86f, 0x5d6a880171e56e3bb66f7a0fb3f9c7e21b0df9c7094f284830900382e0a389f6, '', 0, '?'),
(0x7536eed4aaee303a687764c383da8fdf, 'wp-content/plugins/elementor/assets/css/admin-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x19c7082d91a1d745d91b9a0a7929836a, 0xd53a32cc61843803f7637107dc8b70b6b3ea68ca17e43da37bc773657818cc55, '', 0, '?'),
(0x753e0b7a4e7192b91bce5ecf9d1ef399, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-5.php', 0, 0x6bf0b8c630bdf9335168e4e0a9a04880, 0x6bf0b8c630bdf9335168e4e0a9a04880, 0xb58590b47e279a74bb3f1c785c152f32c78b37e99dda4923b5027fafd502d9f5, '', 0, '?'),
(0x753e5d0004614f3cef473a9c35c55abf, 'wp-includes/blocks/latest-posts/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb9794afbbe1bb99ea19e64e85ce058bd, 0x4a832397fd7ddf9a92bf73156e94a5136e5173da27594a4c41b02a0c87414f25, '', 0, '?'),
(0x7542e2da139cfa97d9206114c97d02b8, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', 0, 0x2195e096d7c485982c5c9b6b1e547710, 0x2195e096d7c485982c5c9b6b1e547710, 0x85001be4e7bdbcccf425dd7c12070317955fef8be6d3125b9a137819f556682d, '', 0, '?'),
(0x754467d4e865e5d6db3e7db36fc12b9e, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js', 0, 0xe17b3f6b51d177a117251202a83c0bfb, 0xe17b3f6b51d177a117251202a83c0bfb, 0x04a993d7e7b6b120c1d0c6869745d13e3ca80415a08a6739867150eba05b1d9a, '', 0, '?'),
(0x754b59f126ae70fd9cd04b04301bafd5, 'wp-content/plugins/td-composer/includes/shortcodes/vc_wp_recentcomments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_wp_recentcomments.php', 0, 0x56842ef72fde2d068810c2d4c9d6bce2, 0x56842ef72fde2d068810c2d4c9d6bce2, 0xb71ace628f0b6e6a1dc1e9552ab7995f5a6e1f79305e3edd18e0bec8d505ab84, '', 0, '?'),
(0x75553c7fabe88bfcf48d85ecf6202d0f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import no_content.php', 0, 0x8968f0175d19ed8ed209758e373d9cb5, 0x8968f0175d19ed8ed209758e373d9cb5, 0x3e212705dc925a410385c22878fd57deaf9f66a3ee300ca21682e7e332daea6d, '', 0, '?'),
(0x7556bad098a1c7247cf9b4079bceeb80, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 1, 0x00000000000000000000000000000000, 0xddac08674e3d7468231eed6dbe7bb220, 0x8d070935dfbd0882c9da0c6af7f298533659852276b5f015f5482cd068b59976, '', 0, '?'),
(0x755c6986f088e8c9db747a2ba8a9b0aa, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', 1, 0x00000000000000000000000000000000, 0xe3fa55202c9ee732e3364cf6a0aeb64d, 0x1a1580f397b6004b540e83a40eac61b60d60a6c619c779962a1da5e27bbec115, '', 0, '?'),
(0x755cb80336a2408467e0492b48812ebe, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css', 1, 0x00000000000000000000000000000000, 0x168fe8f091b41200886eef14584a4b77, 0x3ab7f8a2fe7671908fb7a319ba1d5299ebb2885aa112d95acd0eb954c0e29723, '', 0, '?'),
(0x755e848e41b394419ea9705b14d0e556, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 1, 0x00000000000000000000000000000000, 0x4dede393f84c603b1a78892f10f7fa89, 0x350d820a2a09629bf23f81aeb2d8a210e0a4b6ec082543cf19f9d8aefb231bf0, '', 0, '?'),
(0x755f2e6611dafcc54af5f9c96cd8d29d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_2.php', 0, 0x7fa82bde2bf79ec104f654881385c02e, 0x7fa82bde2bf79ec104f654881385c02e, 0xd325b47e7d313038dd022209ca0b9500f03a116dbf0521402b6f838779a24b24, '', 0, '?'),
(0x75617046b18b5b060274238c8028715b, 'wp-content/plugins/wordpress-seo/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x75637aaa102c425a5c6ec1b65e1f9657, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php', 0, 0x2cb7ac463cce3f88f62bab5d1029f60d, 0x2cb7ac463cce3f88f62bab5d1029f60d, 0x5635b9eb96cd65fbe7c00a99ea72c58931a2e3128c91a973567b7a6b32dc9185, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0xc4eefbf748e6974a0840249c91dacf15, 0x0480fd7eeae0d23a5d35f0e182cbb6c690c01b00d4ec42cc418ddac8fc49b4b8, '', 0, '?'),
(0x75699f42225833e81c605e66b333bbc9, 'wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp', 1, 0x00000000000000000000000000000000, 0x05f1806401291ef6c0bd001cdfaaebfa, 0xd4127ce3fa60507f9bef9499c6f64e698ade498efd653e4cf3f702771836f455, '', 0, '?'),
(0x756b038ab1de16243b0cadcff487eca3, 'wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php', 0, 0x8b18f9ab1ebb59d71b1f408f1d9739bf, 0x8b18f9ab1ebb59d71b1f408f1d9739bf, 0x6bf51d5880ac750fab6b4f364b2ff1b0bcd6d41040e63f7a9b9c837b2a44b1df, '', 0, '?'),
(0x75740a090f9af802f3551812df801a3e, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_analytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_analytics.php', 0, 0x3b4b94b0eac8c54aee76ee085529e468, 0x3b4b94b0eac8c54aee76ee085529e468, 0x9a13b040c079438d69cfe0a0963883d55af6134ba1536ca0c79fc635eddd1e27, '', 0, '?'),
(0x7575d036d119b0e4a1f2a1363f9ca6c1, 'wp-content/plugins/elementor/includes/controls/groups/grid-container.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/grid-container.php', 1, 0x00000000000000000000000000000000, 0xbbe162057f0a1fddd2fc9688b447d40d, 0x75389d56298828f3fcdeb059c468b2650c3a17759253f758e189c3d85324db45, '', 0, '?'),
(0x757bf5c6cbdb0504ea00ad44e3bfb08c, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 1, 0x00000000000000000000000000000000, 0x7b15e7fbfd22130d2b5bba2514c69496, 0xf4297f802b7f2c962be4fb4c68fe51d03e7ba114a986471518e8bb4f2b80f16c, '', 0, '?'),
(0x75877ea6e04956dbfd6aaee0fec353d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_3.php', 0, 0xb23d273c4e3a063bde18b206588f058b, 0xb23d273c4e3a063bde18b206588f058b, 0x67c8af16a03b816c0fdf041682cfc71de71612949c9f15ca7dcfa68d03dc6ac4, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0x2367c51578fccc40ec6fe0c1544db31f, 0x19f3e1db6565eb9b3673a0a0ca2d8a2d49b52406ebfc51f6c2bc40d98d7995c4, '', 0, '?'),
(0x758b49022ed3e40d5904421760632f22, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0x9a8d08931c57b6eee31b8fe7fc1107db, 0x40ec590806755e054546d5dda8d29a2c3faf2c7c780fbad0881e8dba0b1fa34c, '', 0, '?'),
(0x758c842c9fbced7d18b857e2e66f5a3a, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php', 0, 0xbef37e3da4fa008bc65191ad386f484e, 0xbef37e3da4fa008bc65191ad386f484e, 0xbdea276ce443d67a34311f6c61baeb59b34bb353d1484fbd451223666a6b76a1, '', 0, '?'),
(0x758f57876c3f813bd9a3ddb55ab9a7af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x75905df6b8ad5b6aefc5c2b1021e4473, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/OFL.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/OFL.txt', 0, 0xf35c7b79fb15a049b5e024ec8dd02c14, 0xf35c7b79fb15a049b5e024ec8dd02c14, 0xc51761da4c8d612b23ec939ac7d2f7c5636e94a05fdc8159ba9e18e6ed0c541f, '', 0, '?'),
(0x75963ee29f092c5b286ff054a2a0cecf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1.php', 0, 0xdb742edc69c92c552382e2401560c126, 0xdb742edc69c92c552382e2401560c126, 0x930a1c37cc67ec36499253bbc206e2b8c6e231d93c47fc3f764a531595422c76, '', 0, '?'),
(0x7596807c996f34a6d69b882945638088, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-group-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-group-functions.php', 0, 0x7ba1bae18a4efc3ee916bcd0e93fe7f5, 0x7ba1bae18a4efc3ee916bcd0e93fe7f5, 0x2104dac53bffdfc86b2e3b0200b098390e31c0d04505aeccae10e83b5c425d21, '', 0, '?'),
(0x759892b2bcc397027ab2db628f9f2fc4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 0, 0x4bc3f2edf4afc88584b17ba247dfad13, 0x4bc3f2edf4afc88584b17ba247dfad13, 0x712e39ea838a29bb04b6a8514b9a04211b57ea148774818d745b0af865b5feef, '', 0, '?'),
(0x759b9e37ef83eea90eaf26bdd280add5, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/scheduler.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/scheduler.php', 1, 0x00000000000000000000000000000000, 0x10160819716e7aa177d38d808c0e1713, 0x43811ba821d889e65828bdb377b4ee224976e90db2774cbf9b53a7876da62826, '', 0, '?'),
(0x759d63ae8a9a21189a211111499d5cd7, 'wp-content/plugins/shortcodes-ultimate/includes/config/supported-blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/supported-blocks.php', 1, 0x00000000000000000000000000000000, 0xed1eb55c3e78b97f1a2c486a636ac049, 0xb11da4bbd5df0bd56dcbebe9cb47a2ba8ccbdd0e0b1e6c0ed99805100442bfa4, '', 0, '?'),
(0x75a089f3665e92fbed71fb59ff63c3d1, 'wp-content/plugins/amp/templates/featured-image.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/featured-image.php', 1, 0x00000000000000000000000000000000, 0x39df728c71a747b5e93e37a76737fec3, 0xcaecdd27b997a62b1f788f9945c7d2dc2ebe189b05d5a539f59e9e4fb9888919, '', 0, '?'),
(0x75ae66ef3b8964345e73d2539166ae69, 'wp-content/themes/Newspaper/images/icons/newspaper.ttf', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.ttf', 0, 0x87c3512e2fd37b27943aaa09fea9a7b1, 0x87c3512e2fd37b27943aaa09fea9a7b1, 0x1fdc7f0cc3a0ef355c40be99d35ce9bc1ae06a1a975d8dcfe3a526088af4adef, '', 0, '?'),
(0x75b67fde55808464177e9492d5d52a6c, 'wp-content/plugins/kk-star-ratings/freemius/assets/js/postmessage.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/postmessage.js', 1, 0x00000000000000000000000000000000, 0xfb652a8fc91ca5b926bd6f80150427b7, 0x624d0d09ba7beb5454ef74abd7b05cf87495a83dfe7bc5c861cfbd239ccd7139, '', 0, '?'),
(0x75bce918b6ed69bfc26dfc4fd87cbcaa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/demo_style.css', 0, 0x8a5f2ef9f6249960a3c069f6b9ee07be, 0x8a5f2ef9f6249960a3c069f6b9ee07be, 0xcc9c50f77c5b2d0b67233bc6d3c46769ebea3c4a844b9db9bac55483aea30417, '', 0, '?'),
(0x75bcf726f7413bcf6b90708b0134aa6e, 'wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', 1, 0x00000000000000000000000000000000, 0xe4ecb255b98e4c4c1a157f4752f7a59d, 0x35d91d05ae06e02c5eb28ec015f1018d45f9c47c2868f6bf04cd0d6a77a0144f, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0xc71b815f13d17651385fc624cd3fa490, 0x3cc3e84130d8366b4a580a76412f84ed254fdc2d765fb2a2dd2770fc4140d8a6, '', 0, '?'),
(0x75c379ee27e33102050e5296bbb12d81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x75d178f709ec190b6b894062e4f2b33d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax.php', 0, 0xf4fccfa61c713c844f746e133f73d5e4, 0xf4fccfa61c713c844f746e133f73d5e4, 0xda633d3e3bed1404372459e026edcfaec90469ff587a30cd08dd84ae6b82af9c, '', 0, '?'),
(0x75d7c86b36b89d4fad3ef52607089f57, 'wp-includes/blocks/text-columns/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6662e56b88c9ca7e514c0c2eb59eb60a, 0x25b5b0852b26e67782cc3420005e183f9991f2e046b6d7f793e2f63acd9b8165, '', 0, '?'),
(0x75d8074f67a253c8c52932837ab00008, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', 1, 0x00000000000000000000000000000000, 0x6c1960fd6b57e17ab86117b443b3e220, 0xd344e3a31148324d1bf6f9d324313aef773ff52fe94982c567a3b6903885b213, '', 0, '?'),
(0x75da74327d8e1daa498edae5be917b19, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 0, 0x2f5f06f0e05412f991ce0145affd9040, 0x2f5f06f0e05412f991ce0145affd9040, 0x357241678ca6a8ed3deda29a8907c5787075e97030de3374f3d4b9ac570ac1db, '', 0, '?'),
(0x75de1438eec52e3181599de6a9f2db37, 'wp-content/plugins/wordfence/js/wfpopover.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfpopover.1690810710.js', 1, 0x00000000000000000000000000000000, 0x10f652e7f03a52e4a4465f9943b34652, 0xab026c9f90dadd9bf13932cc8be621f7b5662ffac0c598215284fdcc474fb538, '', 0, '?'),
(0x75e01147f346165c3af8bba929bc98ce, 'wp-includes/blocks/post-comments-form/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3f55c3f5fdaefe9cd8b06f45b23c5bf1, 0x55653bc57a130f4b157f29d457f1003b38f1c0d485870b4824eb0229dca775b5, '', 0, '?'),
(0x75e1482c1735e1259bfb5254da988475, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 0, 0x73d9b996e37833b33843da6698358d63, 0x73d9b996e37833b33843da6698358d63, 0x83a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', '/home/abt90iranbet/public_html/wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0x6b5257c82877a6e27c85bef49246e41a, 0xe5e9823c4af74a5c3fb0987b543843d28b8e714ad2ec66b3791424e2d667f855, '', 0, '?'),
(0x75e9c0d2abbba6f23b5ee6274204952a, 'wp-includes/global-styles-and-settings.php', '/home/abt90iranbet/public_html/wp-includes/global-styles-and-settings.php', 1, 0x00000000000000000000000000000000, 0x839c356aa339f5f3ff0502315ebe034a, 0x715def4f43f81e825c8d3eb93d37104a19ac3d0acaf371de76cfbf2ba834acd0, '', 0, '?'),
(0x75e9c7f70eca4e754c70113b25d0488c, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select2.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select2.png', 1, 0x00000000000000000000000000000000, 0xc8d194d92dbad98615b2a9140b34ab48, 0x05cb6fea6cbfb0c51f4be8ae689c3d6f54e41178a6ccde154e97d3450c06cff3, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x4205221d42962f3c4cc608965ec02798, 0x8975d426ff8210171c928a83794efd100fb0cd1d2b27fde877b8ee8643bf6c08, '', 0, '?'),
(0x75edf2d0634391081760accf7bfed176, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0x8552c087a5fce6939d581e7301d97007, 0x222123bd9890a72f16fdcf76eaa2bd8af2cd3e3868d97b67d2e993a940596593, '', 0, '?'),
(0x75f182a564c0451849c37c6c6776e230, 'wp-content/plugins/elementor/assets/js/web-cli.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js', 1, 0x00000000000000000000000000000000, 0xd6193369c947616896967ef621c365a5, 0x8720761c6d13d3d15c877ad37a58752534a4b8110562466035b7ad6c27f4d30a, '', 0, '?'),
(0x75f5fccb637aa4ea4a8bb14494f7ba4d, 'wp-includes/blocks/image.php', '/home/abt90iranbet/public_html/wp-includes/blocks/image.php', 1, 0x00000000000000000000000000000000, 0x8604cb714f07f4d8a266297f8ebb4423, 0x9221e47207a66a4d31158cd80a8765d877201697f4d6a96627c2999b3a4f77fa, '', 0, '?'),
(0x75f9948e7e82d6b17d576241ce3da096, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_instagram.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_instagram.php', 0, 0xfd197c199597ea999e6e7f11f1e20fd9, 0xfd197c199597ea999e6e7f11f1e20fd9, 0xaa2f0b030c056317045480e01d56bed0af0b4c40b66a5f2e7dde33d01bcb014a, '', 0, '?'),
(0x75fbba0cb2270b184dc6c2fb85320bc3, 'wp-includes/blocks/embed/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe176c24d7f3041572b057b96182de157, 0x8ee0c912a81d7fce9bce0fcce1f888513d31858a328ad76736e830f6ed6aac30, '', 0, '?'),
(0x75fdfa9c5f2efcf1c6e32b529a83d7ba, 'wp-content/plugins/amp/assets/js/amp-customize-controls.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.js', 1, 0x00000000000000000000000000000000, 0xdaa42bc2a78168748d01b721336991ac, 0x26859dcdf088555f8ba1614f290b42245ccc21d0643f49762e74ddd6354111d2, '', 0, '?'),
(0x75ff298811bd66f52752c95d9a6beab1, 'wp-includes/Requests/src/Exception/Http/Status407.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status407.php', 1, 0x00000000000000000000000000000000, 0xc15a71836d50ddd205a427cb885bde73, 0x1e5c4ddb23458fa92695c85b7ea51f17ec579eb49da0c1983e1cda4102f46c04, '', 0, '?'),
(0x760927177147155cfd07115cda9fbdee, 'wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x89cf353779fb58fa1310dbf04d5c990e, 0xa20f392a79e1c1b0ff1c3898d4cf6e6a364daaf97130b66fbdcd9b8a39cdcdcf, '', 0, '?'),
(0x760a910e7270ca123d7fded1990cc715, 'wp-content/themes/twentytwentyfive/patterns/post-navigation.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/post-navigation.php', 1, 0x00000000000000000000000000000000, 0xd37c1caa067fd24ca328ce5b57e894bd, 0x7bfff41179e56876fad140108573b6af43fac458bf099117905dc1dbff55a068, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x760dd6bfd27a85dc456a235d8a353a04, 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin-compatibility.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin-compatibility.php', 0, 0x26d51643f1f6fbec3bd165ad03b0b496, 0x26d51643f1f6fbec3bd165ad03b0b496, 0x4f1d12109cfa37de9a6ea3ffbe9502d123f1f57859dfc3dc36e666b1f1554baa, '', 0, '?'),
(0x760f125d22d01abf461a58faffd0f802, 'wp-content/plugins/kk-star-ratings/src/core/filters/score.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/score.php', 1, 0x00000000000000000000000000000000, 0x54c47df398535a4f7e3965df81703ea2, 0x7145bcac564cf940fe1a8a9b068fa8f1248203e2fbe5491b2bb86e086d6cc743, '', 0, '?'),
(0x760fcfb24baff03a036d2835db2cffa3, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/animate.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/animate.svg', 1, 0x00000000000000000000000000000000, 0x636d0eda4e9dce5edd69b0de59a7e09e, 0x952b5037fc4bde98919238d22f7bc7ec7418c423b9283477605feb14fde64439, '', 0, '?'),
(0x7610283e31167b4cf41fa036bb841e95, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', 1, 0x00000000000000000000000000000000, 0x26100fd9ce0074ba03d1c700436e67cc, 0xb97a91de2ff719ce854895163a60523db569ec581de4c288578c7ab13226018a, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0xc22aeb44ce1ce731a408c400890d49d1, 0x03b07c510f27f7f7c4f58ee72abed9bd3ffa0c60887d635084adcbc7b8a495f9, '', 0, '?'),
(0x7613bb90ac9d18e12c42e7e2d7561b31, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php', 1, 0x00000000000000000000000000000000, 0x5b9f05791186db3c24c070c644eaae87, 0xa892c8113ebfee637e84c572e9f84decc6b20c921647f074dbde14e02c1623e8, '', 0, '?'),
(0x761596f4c3c8549424e69994b3987c1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', 1, 0x00000000000000000000000000000000, 0xaab3f02fd4e3f1506c8c3ddd989bf126, 0xc683da8704314110a4cec9fb1a2ecacf853f197409221ef585691af9e757384e, '', 0, '?'),
(0x761f0cfedfcffa0d4839387c41371cac, 'wp-content/plugins/amp/src/DevTools/CallbackReflection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/CallbackReflection.php', 1, 0x00000000000000000000000000000000, 0xd9185ae00abe516a7af3cbd445121c42, 0x3e441677c9639242006f2567832ee86f5b8c2741101c15dc8d77aa776f6f0965, '', 0, '?'),
(0x7626358f6a72fb6a4c201923c0dcb293, 'wp-includes/blocks/categories/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4bbf08ef8b238cfb7509895fd6f33430, 0x896aea8493aab562a693c537239e78de7ffb6d9d897f245dc91cc4f18f762538, '', 0, '?'),
(0x76292e198d8e78b333d42e23556c84a4, 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 1, 0x00000000000000000000000000000000, 0xd4a8bfd05ae428de4eb561a865fc541d, 0x343829d0dd9f3d86f8643afdeda9456f71f4e643fe0c75f4f335a40c794edd7b, '', 0, '?'),
(0x7629d32299a3445635b323dfab66b007, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_5.php', 0, 0x13382b680f29544870df60664eaa773b, 0x13382b680f29544870df60664eaa773b, 0x1a4f6a5e5afc17618cc94f63fa350d497261f4b789a953ebeef9db5df3fea599, '', 0, '?'),
(0x762fabdb2a40aad02211ab8fdfd5fb9f, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_ratings.php', 0, 0x8c84bc0a1b0bc211f50475a31ded9e61, 0x8c84bc0a1b0bc211f50475a31ded9e61, 0x3fd0bfe0408f00aeffbe96b7f969d1d951bc9c958fd5956864f06b8270f1ba20, '', 0, '?'),
(0x763184b42c2d3e642ea18ee3ca112393, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', 1, 0x00000000000000000000000000000000, 0x1bb97908165bdcc7a168a61662b6f8a3, 0x3262bf56c743ce967ab0d2c4159ed0c84d4f70a901bca832b836dda2b4d781b3, '', 0, '?'),
(0x763353ed9d2b370dc4a03943e4d3087b, 'wp-includes/blocks/navigation/view-modal.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view-modal.asset.php', 1, 0x00000000000000000000000000000000, 0x01f24739c35a4c01d1f2086ccb3c1e83, 0xe78d7d24c16776b1ddfdbc469b4a177f5511061952f22ac9d1611a12bf6d9b58, '', 0, '?'),
(0x7635ac38c6ff198bafd02c808b553b9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 1, 0x00000000000000000000000000000000, 0xde406481b6a3e8a86963fc55b4bee72b, 0x655d3648ec474a90ccf5d3646bc2e849e76011afdf9f8624ef1f95137d4e626a, '', 0, '?'),
(0x763c5543a8a1e85e21def0aa2af34490, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import.php', 0, 0x04b5f212dd9e452d024ff54d9c51ecaa, 0x04b5f212dd9e452d024ff54d9c51ecaa, 0xae2b9e82f3a95c2a8bdaa24597fdbdf19bcd715c1585d43f2a0704c93a4d9f96, '', 0, '?'),
(0x763e0a998a413fed559201dcc228cef8, 'wp-includes/blocks/post-terms/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ff7b034a2c5e10592ebe0d72268e983, 0xa240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613, '', 0, '?'),
(0x7641aa4886c06b1b0d85fc34a6a8f7ec, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php', 0, 0xf3ffdb248099924a025a7012df695e4f, 0xf3ffdb248099924a025a7012df695e4f, 0xe3b0504970a85877ba1a9ebf86b2f16e7fd5d42d76e2562a395572568cb2a90a, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', '/home/abt90iranbet/public_html/wp-config.php', 0, 0xf940619aa28fdafd0e664ed1271604e2, 0xf940619aa28fdafd0e664ed1271604e2, 0xca39141a6955dd6b89ec406aa130bf953cd7898a0b238393090c2a6c75b04e70, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x00cf4feb9dffc7108684ec712b4f1f01, 0x359b2786cb12bdd252bf0bfee7b3d645d2bb3536afbdc6649a1cec1fe5c5676f, '', 0, '?'),
(0x764db86d082a265ab660272f62d1052b, 'wp-includes/js/jquery/ui/effect-puff.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-puff.js', 1, 0x00000000000000000000000000000000, 0xd1394484184ae5dd69cb5cf864db5dc7, 0x706b43f908af0b1169adcf142c2d84657d25361b8d0f1761cc09daf863c70a5d, '', 0, '?'),
(0x764f2c212b494bb9556fd7741bf8569f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', 1, 0x00000000000000000000000000000000, 0xb9cab8fde9f9130e6cad834746a94b3c, 0x0045d41735cdfc2e1ff36e87e3b5a44941d755e6bba58f4e0b4de0b64030ce50, '', 0, '?'),
(0x765036d929fad8cadb5533e3b161a168, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', 1, 0x00000000000000000000000000000000, 0xb8919ac2fd50786599b625c8803884f8, 0x58d103c71766e7cf81c27d3490e5db36d6fb4efa63ebb5c64b4b51fff701471a, '', 0, '?'),
(0x765197d6f3ccda9918fa18a8ce5d36fe, 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 1, 0x00000000000000000000000000000000, 0xa564c73e30c39c4d35d49972fa535d48, 0xf8a522b3df945c866b9a71b1b9c3048c4d8d3ab45ff6d191b11466b9f7059f75, '', 0, '?'),
(0x7652f1c7a282ee8e240fd26d8603a191, 'wp-content/plugins/td-cloud-library/state/tdb_state_loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/tdb_state_loader.php', 0, 0x683ec7b2190baf9dce815c49f409cc06, 0x683ec7b2190baf9dce815c49f409cc06, 0x5645d3a576c4248cfaddf7333b67903ba43f054d9abc6467ef72323b39c23192, '', 0, '?'),
(0x7663977a75f0196a625c7b78d41382b1, 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json', 1, 0x00000000000000000000000000000000, 0x74a530d6bbbf9007b78198fc4d36775b, 0x79fb5118f46ccdb3bced936fe342e7714421b8fd6491a1653ede3a0328405f12, '', 0, '?'),
(0x7665d7b65c12b06c2e070f97d185067b, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, 0x00000000000000000000000000000000, 0x537caab6cc6813444fd5330ad00a3293, 0x34ebc24e5e7083c2ff5a24141d42a5816ff454235ae0c71e76da19520d387677, '', 0, '?'),
(0x766999667550e2aa305ef93e64a816d4, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x76713542174050665d364868a2618da3, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 1, 0x00000000000000000000000000000000, 0xdcd7319c0c8ecda98d2333f895a601bc, 0x1cf78fc50fd6bdd0179f133df86c4293e5a3a519eea300a24fbc3c640ad403d2, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', '/home/abt90iranbet/public_html/wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x0b85556a41a307daa65971807588ad09, 0x90edc822470ac19dda94b110a2b74d68c051a732b8e09b1d6c92271cb0dcb5f8, '', 0, '?'),
(0x767ae28ff12c8643420dbad61e40f427, 'wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css', 1, 0x00000000000000000000000000000000, 0x0064f0cec4ee96a06eaf79a77f6a64e6, 0xd58b10b557918c08a4a4f18893a7df7a744f455db988142fb2bb841c10f3d8f2, '', 0, '?'),
(0x767d300fa196cd22b3bd2028f4269d6f, 'wp-content/plugins/td-composer/legacy/Newspaper/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/readme.txt', 0, 0xd0da07aa8f70642a8774a33bbf4e523a, 0xd0da07aa8f70642a8774a33bbf4e523a, 0x2cc5c07263027a272d8c7ac1e51c2c88206c424f82cef987529a9b5066ee3829, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xed052c4bd0848419d341ff77c3ae070a, 0x2abcdc8c11a3be08bebb16d07b19d17ebb1edbaec67cd28e6f2eee27d30e6c31, '', 0, '?'),
(0x768362b9381339ed9d29b215089001e8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_3.php', 0, 0x22e4e92df9c2c3c8081476eaa36f83a4, 0x22e4e92df9c2c3c8081476eaa36f83a4, 0x3fc980743f15cd0f93ee8e1b66c954e600d31e67cbefe9a727787a17f5909baf, '', 0, '?'),
(0x7695f79b00c3a28e2172f9feefc4683b, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php', 0, 0xf7602f2ccc4db85fba8a114809bacada, 0xf7602f2ccc4db85fba8a114809bacada, 0xf652934eb8c668e4b35711600f8d810099b2a219e82ca0a0e1ac6f86d89ce5be, '', 0, '?'),
(0x7696ff842f387101bc824d9d39183748, 'wp-content/updraft/backup_2025-10-11-0333___90_08ed4b2c3001-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-11-0333___90_08ed4b2c3001-db.gz', 0, 0xfcb9e32708fff4af39e725059eb174a0, 0xfcb9e32708fff4af39e725059eb174a0, 0xd6fb43139891939ef82c0caa1b1c887a88325445eb384a009cb0dd4114cd6959, '', 0, '?'),
(0x769970b1c2593450164b37b5d8b2b846, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_description.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_description.php', 0, 0x1182a6cf533d2b69a7bab95a84b963d8, 0x1182a6cf533d2b69a7bab95a84b963d8, 0x63149fc81d81c88c692e8eba079b3a6a51ab4c9d0c7328898ebf74d629122064, '', 0, '?'),
(0x7699c8de61a0cac460bb6451b808a87f, 'wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', 1, 0x00000000000000000000000000000000, 0x39e53e9cea44afbee869301cedf27183, 0x93ce2fcce343d51b8bfb81c4b48ef5f94d951f078896c5c1a694b14ed5714824, '', 0, '?'),
(0x769a25cd03a4338613df31e61e9bf08f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_css_generator_demo.php', 0, 0x0413861e7dd9f9a601b56d6faaf97466, 0x0413861e7dd9f9a601b56d6faaf97466, 0x644f70569a0837b6bb64214a7861941f34002ad726e17cd783a8223c9ca21547, '', 0, '?'),
(0x769c0e9b66331b7a5687945ed43dc666, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-welcome.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-welcome.php', 0, 0x0fb99927d1f64b9b0b00b80c38666aa9, 0x0fb99927d1f64b9b0b00b80c38666aa9, 0xa78b6826cb22d8f1dae63d5bf419443434d8ab602fba83578253dead49b843e9, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0xe2620f2ae61d84e5edef5a0b7b95cf96, 0xc7006d80b0175c24bd36fd1f45e807b486d601a6e60f19e2492a7f5b64774c77, '', 0, '?'),
(0x76a2f29819409355c3645fcff73655a2, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/document.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/document.svg', 1, 0x00000000000000000000000000000000, 0x71b697a4c611442504f8bf87f20d4eac, 0x353c89647152ab7cc8bbc51e81594f5caa07f44a9f8be3b264f8d11cbcd7ddc1, '', 0, '?'),
(0x76a8abea76d72560e0da6b2d3ca95418, 'wp-includes/Requests/src/Proxy/Http.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Proxy/Http.php', 1, 0x00000000000000000000000000000000, 0x5b873404be6af2281bd609f9b52db0b6, 0x655c3b0b8e1f1afccbdc6f4120ba013c3f7bfb7a72c9a9d0a79d06590c275d19, '', 0, '?'),
(0x76ae3a57e325e7640ff2dbc7f0674311, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_6.php', 0, 0x818259673df18a23132d0f6541b9c887, 0x818259673df18a23132d0f6541b9c887, 0x9bc139a7495e03b633b41a0accdadb5912369d46f670bd9b0fc8e7eedd20809b, '', 0, '?'),
(0x76af19ffc7b7b9f56ee018ff759c4655, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', 0, 0x1966368527d55a201e6dfac8cba149a8, 0x1966368527d55a201e6dfac8cba149a8, 0x87e2f66868ba26100e39864579db47843b0a2387f94feab3289ae07e9bf31705, '', 0, '?'),
(0x76b3430353f0836cfec94e5effa56115, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', 0, 0x6fe4a1f7583e3e4c5a34820ef3be5cf8, 0x6fe4a1f7583e3e4c5a34820ef3be5cf8, 0xdf446b4622203268fa7c54ba17691b8d65b590248bfe1e7e132a10923ed7545a, '', 0, '?'),
(0x76b41db4b6817a6c2fb9c80b8ac07b4b, 'wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x12820edc0ada768bd6ad60ed2795d8bc, 0x249017318c4796bfddc95d9de8d598674b6fc6e892ca6c1f8423791e117ead3f, '', 0, '?'),
(0x76b4b55b2c3702fdb400bf0cd206430f, 'wp-content/updraft/themes-old/twentytwentyfive/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/archive.html', 0, 0x148470ac39bce982d5f216748811c27f, 0x148470ac39bce982d5f216748811c27f, 0x3b60a499b5faa1dc75556bec6aa6e15ef54beaa616b02ff6c8c72a483a3479b7, '', 0, '?'),
(0x76b5a5c13918e7c24ffdaa336e149aec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4_no_content.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x76c2bd8499720bd5773f5d3aa1e13a54, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_1.php', 0, 0xdd158093848d645764c3cfac71e72358, 0xdd158093848d645764c3cfac71e72358, 0x41ec640b0b726c1e4cebf44d26dabe7bb6d8b37e51f11bb458b8f099ad2fdac6, '', 0, '?'),
(0x76c2f56166dfd0e98692f5191ce4079b, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.css', 0, 0x0222d6b89541e4ba2f74249e6bf260cd, 0x0222d6b89541e4ba2f74249e6bf260cd, 0x544282ab422ac45fa383bb861ced06db5d8f5ff9763312b33e942cb7593d12cb, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2ac948b03c5e36f50fe35006bad452d9, 0xecd330d3a3759efd917b693bd53273ae4ade7de4ad87d351adc38477efb97591, '', 0, '?'),
(0x76c72598f7c35bdb5653c9f4b97dc6f9, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php', 0, 0x70adf3ff02ac95d76d7366e921a32576, 0x70adf3ff02ac95d76d7366e921a32576, 0x83354248190717add3f133731416298e205bf3e800e7903e289692874a8537bf, '', 0, '?'),
(0x76cb2e9a172350c1a0bc89e44832d3e1, 'wp-includes/blocks/buttons/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor.css', 1, 0x00000000000000000000000000000000, 0x6e1daa46ff94f59b68352570af441d3f, 0xaf76ba1dee463f0ea896cba88bb36c40637e4a35cd3f12b18c35ecc1744e349a, '', 0, '?'),
(0x76d082241f051e1ce84225d97dc3d5ce, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-license.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-license.php', 1, 0x00000000000000000000000000000000, 0x21b40b61a2c099d78ad07f22cd925a60, 0xecc5a181a20b59902dfd2c66002d97fc72c043f1e4b9ebc088526d38ce2ed21b, '', 0, '?'),
(0x76d2d7713f00da7bedb4ca3daec5ad65, 'wp-includes/blocks/site-logo/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style.min.css', 1, 0x00000000000000000000000000000000, 0x4000d8bc639b2859277e98e93a9e98a1, 0x4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d, '', 0, '?'),
(0x76d68e27ab4ed50b714644c6ae94a23a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 0, 0x0a41ebce6a4a6d3803575e49c09cbc4d, 0x0a41ebce6a4a6d3803575e49c09cbc4d, 0x457c3645114ae635c5e558d54b7da422f146d4e1eff3e93e33e0dd3c8bed66a6, '', 0, '?'),
(0x76d7773c5f28efcbe74640daa7cdb732, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php', 0, 0x9690c8b858639495d1693f9700409926, 0x9690c8b858639495d1693f9700409926, 0x9c09fe84c449754f24ff31be7f24d43c8511af2cce5e9f1a48cf41fa0e1e7a7e, '', 0, '?'),
(0x76d9f8f9fbd2c3bdfabb696fd8625c4c, 'wp-includes/SimplePie/library/SimplePie/error_log', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/error_log', 0, 0x3395042031de699a2650eaed7f3ecf61, 0x3395042031de699a2650eaed7f3ecf61, 0xbcc1c5018f2f4c77ebbb272d3aaa778ed1d851b74d4f08feed21e8634a7f066d, '', 0, '?'),
(0x76dd4f3e986f441942bdcff7fe143573, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php', 0, 0xeabf82b406d12f22ce5e5ae278f15eb9, 0xeabf82b406d12f22ce5e5ae278f15eb9, 0x5d61a5a919e9956c848c958a202a4c4742b83a97329dc73eb20df193702cfb1e, '', 0, '?'),
(0x76ddda32c8b7afd1584f190e81d0360c, 'wp-includes/blocks/list.php', '/home/abt90iranbet/public_html/wp-includes/blocks/list.php', 1, 0x00000000000000000000000000000000, 0xefe26845de89a68ef7ca0759a6d2ab15, 0x202096084f2ad13110b388baf3d9ce32ba8c6e6cc31fb0a696b2afead2f197b2, '', 0, '?'),
(0x76df06ef9f7a91de195a71725cbc40f1, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', 1, 0x00000000000000000000000000000000, 0x84076e2cfe280482f8fbfd14ba81ac4f, 0x25cd8aa2f5fc15ef3a5392bc1c52e0754900470dc0feff162c68083a5bb4ba9a, '', 0, '?'),
(0x76e16b67191e8e2f27f9fba7ca8c0699, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_3.php', 0, 0x85c5429c99a8d0b6059837d0c22092e6, 0x85c5429c99a8d0b6059837d0c22092e6, 0x92aec6529302a82449020ab61d7c117feed5ab968af428422f047bb8b717dc1d, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', '/home/abt90iranbet/public_html/wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xf4776357ba01a35f7e0dd7319d953e70, 0x34915bb2a5c194c5b8245bce125cb08ec68fab34be2d339796ad7a03fc9478b0, '', 0, '?'),
(0x76ed469a035c39dd1aa35bb98ef11df5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3.php', 0, 0x2c1d8c8acac8cbc1cad24c0d07d186dc, 0x2c1d8c8acac8cbc1cad24c0d07d186dc, 0xc0c22f75ec0be2ed6a0ad4c342b4b60314635532e8865cf2d2e9b9e4d4595153, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0x01e754473b1acfcfbf211110942b20dc, 0x731eaee5867cfef4cffefa512ec39d95891d6d7a8c8066688b6cdd2f2c16d997, '', 0, '?'),
(0x76f77b831c76189cab818b7914e6b00d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php', 1, 0x00000000000000000000000000000000, 0x39b1cafbde698e24aad9ebb4b8ac3c02, 0x6fbc5782c97f557d37921bce99c07c32baf3780848bbcacb334f45e31e54532f, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0x4fa896f615af66c3d7ef0f960895f14e, 0x3aeffe8655dfed8a618138e0d91a50fb998b8bad491fa415eb099bcf12af6ad0, '', 0, '?'),
(0x76fc19f7021c06fc147883d3465e2244, 'wp-content/themes/twentytwentytwo/styles/pink.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/styles/pink.json', 1, 0x00000000000000000000000000000000, 0xe91d076bf4bc0632268d49d4b1ae78b6, 0xdce97c7065a91c56385900d99568805a1fb627c0cc6afd6f5742029dfe77cc0a, '', 0, '?'),
(0x7708d362769edc70e16d0a4f1021a470, 'wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', 1, 0x00000000000000000000000000000000, 0x18a51d9b82b2d7334cdbccbffad2bdd4, 0x8cbc25807a10a4e280d830f5ab97001aad10f87729cf9b8a5dd4378e1105259e, '', 0, '?'),
(0x770ad6053971c9ee5fbeab62f5039369, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/contact.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/contact.php', 1, 0x00000000000000000000000000000000, 0x14fabe0dc75a6fd1225cde1b0d2ea976, 0xae453076204ae4b1d3feb6eaf44a033ecb9983985f445b5f0a79a585262f7dd1, '', 0, '?'),
(0x770aee76c176d6dd3968765b788d8431, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 0, 0x12ec1382a5c2c4d2c76bca740610fcf9, 0x12ec1382a5c2c4d2c76bca740610fcf9, 0x54c2f01ef74d1546a4a719bda5996a154520bb93f89ea2b4ea53a51128bd53f3, '', 0, '?'),
(0x770ff3223186ad4351576e5ff55ac9df, 'wp-content/plugins/wp-rocket/dynamic-lists-incompatible-plugins.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/dynamic-lists-incompatible-plugins.json', 0, 0x9c16147ea82b23c304e673a72969bb46, 0x9c16147ea82b23c304e673a72969bb46, 0xb28cdfcbc2a5d61029c81fb3a4b161e0bd34849288e780ee9cbfbb99fa1f0f44, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', '/home/abt90iranbet/public_html/wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0x87ba3750e7f7af97831045d0f64341de, 0xe5dfbaca1c12edb14b1a589c4c7a7f5ec69929d559cca7b4b5448cf6ed2c8364, '', 0, '?'),
(0x7718fc4df87ec08e5691753ce6a6e664, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1_no_content.php', 0, 0xf835161f652b5762b96ce9c0f45a982d, 0xf835161f652b5762b96ce9c0f45a982d, 0x73bf396be081b2b4097d042f24a7a08c6702c4223fb686ff2d3a361938253d74, '', 0, '?'),
(0x7719b51a4496898a147280096514e2df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', 1, 0x00000000000000000000000000000000, 0x26beb90b98b71a70e237e128a612529a, 0x7ffd5c23266bd477452026ffe2662a620095bf0f5906bb1916975001422384d9, '', 0, '?'),
(0x7724ee642f8d60d9b34e8825521cc11b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x7533eb0806d95fb17bbc1d3aa789ccf8, 0xf9d57caccb15bf2fa4a99879eba5b524fead226167962c6bd3e5dce5fb157472, '', 0, '?'),
(0x772c1baf611a0d29ca0777622308e794, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0xc1e78e41980faaf01bba8ca63b967a3b, 0xd9b8e8729eb588ce6afd8aa53a0558375d9bec2e2b185a469c9cad986f11c696, '', 0, '?'),
(0x772df8631056d21704a01ab8720016f3, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_enqueue_scripts.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_enqueue_scripts.php', 1, 0x00000000000000000000000000000000, 0xec82cb3dadad86c1e6788e16d5fb09f2, 0x60d1ba230de9627d88143cc594ea276e0fa616442c2c47c9b57c86bc01fd1e69, '', 0, '?'),
(0x772e5973541b175d365da7f55d7215ee, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', 1, 0x00000000000000000000000000000000, 0xd239258d838e0928c2b211ab9f0f0bad, 0x86a93e6acae9f08cf3eef1ea4b6667da5dba9fdd1b2f660e994d1dbec0558c82, '', 0, '?'),
(0x772e9d165d8fbe90c204ff02a43e1c71, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_80x60.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_80x60.png', 0, 0x0babe7140a9bf0c4064e336caf47f9fc, 0x0babe7140a9bf0c4064e336caf47f9fc, 0xf80c2f33680a4a447db9691c4305af9049bd47c576aeb5d96f063aa6aee7a404, '', 0, '?'),
(0x7735e1ef59ea6a190aca981b5b3f985b, 'wp-content/themes/twentytwentyfive/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/archive.html', 1, 0x00000000000000000000000000000000, 0x148470ac39bce982d5f216748811c27f, 0x3b60a499b5faa1dc75556bec6aa6e15ef54beaa616b02ff6c8c72a483a3479b7, '', 0, '?'),
(0x7735ff6e3324a098f24c5a9dba326037, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xf33d72a3d5c919bb71b0cb72fef215b7, 0xa38c1e45d4d1834d1eae8ed737d308cbd01b002beaffb3c6bfd913e6da12a7e8, '', 0, '?'),
(0x7738682a995c3bb0eecd65198a5b03d8, 'wp-includes/blocks/archives/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc5c1c4eaf399ea094bdd91be16d689a7, 0xc8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3, '', 0, '?'),
(0x773a66c7a553952bd29cb516897303a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_panel_settings.txt', 0, 0xa8cc1745354fb28408c1f2c65cd4b9ad, 0xa8cc1745354fb28408c1f2c65cd4b9ad, 0x9ab4adf8647f6da30b0079995a44d5399c7208a553acf961aafe93b3003564c2, '', 0, '?'),
(0x773ab75440a9a16943ffe821cd2b4606, 'wp-content/plugins/elementor/assets/css/responsive-bar.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.min.css', 1, 0x00000000000000000000000000000000, 0x4971e66a1ea6074800c1de6f87c1ba24, 0xa1814a946fe19150a0491e48834a5ad3e7032cc2fb49823219379df666110510, '', 0, '?'),
(0x773d67a024b1d1225acbc4ddcf712f1e, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-404.php', 0, 0x4ebfaa8ce455e82695766c4a3fc097f2, 0x4ebfaa8ce455e82695766c4a3fc097f2, 0x91a7a45a54994b157ab65db53cd9698a8b341b004c278213b52e2e5261c31598, '', 0, '?'),
(0x7744491d9aab2d45f21f9d49d7166ce5, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0xdbffef9fd614bb6534eaca9fb5f09045, 0xa195f1a6ab344e2b260bf63a8e1e3c591a74a5ac1af9c571daa16cc859a1b914, '', 0, '?'),
(0x77495fbc90498a797a331d59a26a7d09, 'wp-content/plugins/wp-rocket/inc/deprecated/3.14.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.14.php', 0, 0x01d2654e26267c053b0578594c1d0438, 0x01d2654e26267c053b0578594c1d0438, 0x6e8b37c28957d443aacd303a760d15d07fb1ed86665eba3b2913fdf3019c35b8, '', 0, '?'),
(0x77506b8f2b2619d9579e4fd7729d0366, 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.min.js', 1, 0x00000000000000000000000000000000, 0x0b1168261eb99857ebf9789ee805d762, 0x7cfe32fd7a48c116fce3575c5b84d87251294788dcf0412324bac8b8836d86ec, '', 0, '?'),
(0x775438ce8b20faa4b0b57a59b304f3b1, 'wp-content/plugins/elementor/assets/shapes/split.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/split.svg', 1, 0x00000000000000000000000000000000, 0x06fb4e3fe6ecb68842a02c06acaaf6c2, 0x8b1ea98e65fb43f08661d801f1f2669a36b314d0144158154dde05aeec061c32, '', 0, '?'),
(0x7758da913610d6431f29430f41a315fe, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_16.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_16.php', 0, 0x3f0bc103f5f103a5d015d2e44419a467, 0x3f0bc103f5f103a5d015d2e44419a467, 0xaf2f7a828cd3d76fa9cdded6320eb26b680ad5155dcf3e12a9b9773fbc4a3546, '', 0, '?'),
(0x775ae8e8b86b464439ab9cc4ce14d968, 'wp-includes/blocks/site-tagline/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/block.json', 1, 0x00000000000000000000000000000000, 0x887b1ff28e868c9766532e8fbdc14ae6, 0x20ead54213ae546c50499ffd936f48ed671447866c6d46796255902c40a14ef8, '', 0, '?'),
(0x7762863c5a37f1470e1e3339d97c5b37, 'wp-content/plugins/amp/assets/js/wp-html-entities.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.js', 1, 0x00000000000000000000000000000000, 0xc1a91f648c1981744e349f8f3e686ba0, 0xcfc0cf51f5610d0fa3ec5612a1c4d0034952ed260422951b79bc000c0da9ca04, '', 0, '?'),
(0x77674e01b5f7cd4f929d9d070963fd04, 'wp-content/themes/twentytwentyfive/patterns/event-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/event-3-col.php', 1, 0x00000000000000000000000000000000, 0xc692a66c3cfdfd8bf957b6d348ec0db6, 0x45187eb64e031614164fc9db74d3df63ce7a4d4f81086843cdfba2f4795eee59, '', 0, '?'),
(0x776f9ffa8055e5224a1de4ac0c965e51, 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-css.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-css.js', 0, 0x8d61a1365636ab7e7d1323427cf8d6a6, 0x8d61a1365636ab7e7d1323427cf8d6a6, 0xb2f5e7f98e91b3b5d3ec16ac60367e2377662f915e30b58252075f009982dee6, '', 0, '?'),
(0x777308946af65588eedeaa9c062ce1ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_8.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x777e68a37dcef1c180b9a925f7bf69eb, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/autobackup.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/autobackup.png', 0, 0x2bffc574ba159c6e6a054bc004130184, 0x2bffc574ba159c6e6a054bc004130184, 0xc22dd867b181db76413e45f5ab73af8fd6d711085df4eaeb19bce64acc7a1674, '', 0, '?'),
(0x7788971e4daf900d24a5134e6235e55d, 'wp-includes/images/media/spreadsheet.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/spreadsheet.svg', 1, 0x00000000000000000000000000000000, 0x3638ba270c9feea91dd33bbe83362e47, 0x95e966c78b42a6ce904613116c38da09559a57466a0cf2265957dad520ad176e, '', 0, '?'),
(0x7788c111ecf6097cab49589dba3e7381, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js', 0, 0x7326c913c216949ba445d552a6c14c37, 0x7326c913c216949ba445d552a6c14c37, 0x28ffcdcf52d7db6dda6f348a021c6f8676915ab5f147248a2f8b05ed0e016674, '', 0, '?'),
(0x7789876792cc19c672a70f7bd69aa05e, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x778ea3ab7055f81f65e5125065764adb, 'wp-content/plugins/wordpress-seo/css/dist/notifications-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x301522dfa3472ce97f0b9e0a3201297d, 0xf5f517e8c4388027d028bcbce6f87d79c213b14e85af06edebb0f33666682570, '', 0, '?'),
(0x7790f63d3ef0107acdcf9753369804d4, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', 0, 0x80c27412adf13ecde45899d05121568b, 0x80c27412adf13ecde45899d05121568b, 0x735819c0199a8d5fd4d5ac2863fc0086fd4292e9efa2d3844feb114f55166052, '', 0, '?'),
(0x7794be23cf9f20eeda1cc9209bde0521, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-5.png', 0, 0x3a2e437e6ad7bc1a12f4d16f0e1947cd, 0x3a2e437e6ad7bc1a12f4d16f0e1947cd, 0xa015e3c46971e7cb0d442a4e6be6b00a46d8dab51b54fe83200eae153cc6ff9f, '', 0, '?'),
(0x7795c5bef021d0114ad90e4c612f2bb1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 1, 0x00000000000000000000000000000000, 0xf00314c7e8c14788ccc9d9d56a87719e, 0xe0085a134b93a95a21119bc753d718fccbb1fba5e4947cf29a4d74d70f8d4a9a, '', 0, '?'),
(0x77981992c60033c820b11e2ce14dfed8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php', 1, 0x00000000000000000000000000000000, 0x3bbafc1751573848e61de9845bc51d0e, 0xd13e6d6312260451574186c448994568fd450fb052bad6a1676c4e7e96485135, '', 0, '?'),
(0x7798dc27ae1af5fbeec1ba2ffca9b391, 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 1, 0x00000000000000000000000000000000, 0xb138b4f4182b10f46407057d81c95550, 0x6669f88238dc53179f8bd2a58af87a548ca896c964e0082277bb1727d971ce34, '', 0, '?'),
(0x779bcf4ceaed05231357a5f8eca9551a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', 1, 0x00000000000000000000000000000000, 0x1e58bbea2834eccceb9af760666e386a, 0x9152f451de01989db6904a689ad2dbef15256a6d6c3d3ca61a29f0e5e6741ac8, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x77a4afdfe12cc109319375d6d32f76b3, 'wp-content/plugins/elementor/includes/controls/gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/gallery.php', 1, 0x00000000000000000000000000000000, 0x63a3dc5291213dc93abdddd888f94ba4, 0xbf99b51190b007c239ac8073144cd9ea158cceb4e7bf22ca4cd2a92170af8fdd, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x77adc25148be08185a518c8e588db9dd, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.po', 0, 0xf1ef1c043416c9a1fc8fd3fce0d25cdd, 0xf1ef1c043416c9a1fc8fd3fce0d25cdd, 0xd494a8e3a066564827ad6a3ab30e5f06b94cb35747143330003d219dcdc5e204, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', '/home/abt90iranbet/public_html/wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x7fc3077ee289c3906fb24bf54b56b865, 0xbde028b68c4346c2ceb3a5cf936118a2adea1e73fcf0464960499daa73934444, '', 0, '?'),
(0x77af7648445c73308ed36260b9c32657, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-13.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-13.png', 0, 0x28a4dd11630517e1c8282d05d938d253, 0x28a4dd11630517e1c8282d05d938d253, 0x605267a666b08c74543168aa9074fa4747a8254e5efafbc573c485e0448ca02e, '', 0, '?'),
(0x77b244c3732e7d50a39b349548e8f213, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 1, 0x00000000000000000000000000000000, 0x2c839f9e977f695311d62795940c640c, 0x9da5560e4b1d77306ebcd407b7b77e311e5b5ac0bd149a5d00bd304f741ce28b, '', 0, '?'),
(0x77b3372e58741c384c5a89854d56d195, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_import.php', 0, 0x5627effd5c0efd228cbc96c4490bd14f, 0x5627effd5c0efd228cbc96c4490bd14f, 0x47301a7ff3c4a714a8b4ec77f3fcf85db291b4234f4f3ac41f5bc4bfbf3f87e9, '', 0, '?'),
(0x77b574bec7ab1df258d0062dac2778be, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_css_generator_demo.php', 0, 0xf56ddcf8b3fb84b334325b2b6c1af5ff, 0xf56ddcf8b3fb84b334325b2b6c1af5ff, 0x130d8d16ebc7049074b52d54dbc0e8a2524b9877f2adfd7a74cec4796f440729, '', 0, '?'),
(0x77b60792c04927843bfa1ab837e844f3, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spacer.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spacer.php', 1, 0x00000000000000000000000000000000, 0xc04368620176ad2327c135ba8f7c3858, 0x6b1059f98dafefeb5203254567044f1199fba271627d9590c23eeca3d55ad9ff, '', 0, '?'),
(0x77bbcb4baa36a80701b71c31ff42fede, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-file-util.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-file-util.php', 0, 0x5073fe288246c0bcbe282cc782312121, 0x5073fe288246c0bcbe282cc782312121, 0x52221c4f0c6ddcf1db99b8b24636b7ae03750db492703ec11dc4923dbba9fc6b, '', 0, '?'),
(0x77c38bf4ed07ca390b2f132c2b31fd82, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x821267dbb02f2ab18206c8432c6b2390, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x77c3ada3af4d937de1c55b7031425288, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', 0, 0x3c38d96cc18025570739f4dfd04fb9ec, 0x3c38d96cc18025570739f4dfd04fb9ec, 0xaf526fcf3aab6d513a50baa0bf939ce0865301369dd0bb77167f02790c5bb310, '', 0, '?'),
(0x77c8c7e672ef18d6001907967e8c5aef, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/05-twilight.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/05-twilight.json', 0, 0x05952d2a780c748b94d7cf914dcfd824, 0x05952d2a780c748b94d7cf914dcfd824, 0x1687bb3111e8f8765b92f68eccc48368ce4d73da6fd07ebf32cdf669b1f5518d, '', 0, '?'),
(0x77cbf1809c1ee7be66a8af7862dc26bc, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/default.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/default.php', 0, 0x9c3b61d139f5da1a0093b05e6b704ed0, 0x9c3b61d139f5da1a0093b05e6b704ed0, 0x8ec6570b9a2c5cdc86f342779b636a7c5cceffdc3a3364799a02d896c81298a1, '', 0, '?'),
(0x77cf15d05385772e8b11c036203b8b4f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_5.php', 0, 0x77e9d6a6d5292c106ccec46744e1c0e1, 0x77e9d6a6d5292c106ccec46744e1c0e1, 0x1f290af8876a0d7257567c46eebc6983f864d0d8897f6dcb1543d1234f916374, '', 0, '?'),
(0x77d3318f7574c6714daa0150f952173e, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 0, 0x97fc7b1effcb428d9b95ab16fb6ddfb1, 0x97fc7b1effcb428d9b95ab16fb6ddfb1, 0x7b7fb993d7dc92d1a9966c850d991cadd3b0e6ffd4465ea0463d583935649969, '', 0, '?'),
(0x77d39bbc442313110b148c720a7b9b80, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_5.php', 0, 0xf86c8d787c9bfb1b7e99aa15f793ddaf, 0xf86c8d787c9bfb1b7e99aa15f793ddaf, 0x826d2272ac5f85a9453a8d51ca43e7034f0910f031e28990dba2660cf2beb4b2, '', 0, '?'),
(0x77d70e28cffa3012d35fdcca5949a42c, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', 1, 0x00000000000000000000000000000000, 0xc9e9bb7de364cc99086d11dc78861072, 0xde0c26d55f265df22ebb8ca11d8a4a19a677790f1665176a045ee5fa84e02371, '', 0, '?'),
(0x77d834755a0603ad7181ff749120c23b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0x5e7cbd48cae602ce1fc31a1c5a9129ab, 0x79dad470946336e92e57a3584d790a5c43f1953fc815f2c2a9ad6339cb155003, '', 0, '?'),
(0x77e0d0c4af49bbeffe1f9b2225cda494, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_8.php', 0, 0x431934ad50ac3705127858da21e635f1, 0x431934ad50ac3705127858da21e635f1, 0x169374d81203a68ff5f874e57aafaec8a28b7c2deb9448911425f36b2c3192f2, '', 0, '?'),
(0x77e1a7d58b5ce09847d0fb2695a2f841, 'wp-includes/blocks/template-part/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/block.json', 1, 0x00000000000000000000000000000000, 0x7b6fc58589749063d63790bb53882f28, 0xa0b3762a84729397e71fe88275a801ecdfa9c74d71520921c2671b294d3f9e9f, '', 0, '?'),
(0x77e6b61295079299566bd6ea867b4b2a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json', 1, 0x00000000000000000000000000000000, 0x8cee2104455ed10748571dcdc0d06164, 0x26cbfdd226682c0402437bf5820c40d4802511d0530393283f608fc0e3d69ea8, '', 0, '?'),
(0x77e7ff5ce77354a51adabcaf18b00a68, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_10.php', 0, 0x02c089c6ae2c0fec85bf3f69987c72f2, 0x02c089c6ae2c0fec85bf3f69987c72f2, 0x1a2416dd91d178d18c194369093733f4cc809c56b3ad1882162d346a50901f42, '', 0, '?'),
(0x77ecb42b3276b829777130b6274f47af, 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 1, 0x00000000000000000000000000000000, 0x9a62d71563fbb25b492fc3dede840976, 0x11f607af2a4d9b61b0866ea5b80838438c482930a9f79aef2eeaf41b2d5498e6, '', 0, '?'),
(0x77f024aaa85c13598f85c4eb1c2e74b0, 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 1, 0x00000000000000000000000000000000, 0x7ef21fbaad1ba04428d9cc5f57f3b204, 0xcc2c353d674badc365f12caac0a64c55a5be91896073cd0ef17eaa963e44f991, '', 0, '?'),
(0x77f34c6b685576324a685e2c21f91036, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', 0, 0xd4076fdfdce78ae225e2c9d099742a28, 0xd4076fdfdce78ae225e2c9d099742a28, 0xc8e941d89e6be87af65dda44daaaa926e3645f27b44fef88b95e1f13e0d55d83, '', 0, '?'),
(0x77f3576914738f6743aec334b570abb3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2.php', 0, 0x77df40b7e6afca3519bb98b1803aad3d, 0x77df40b7e6afca3519bb98b1803aad3d, 0xe7466e6e1229cdc46dcbd196166583494f74a3e1d1bb7be9c79312274f31d989, '', 0, '?'),
(0x77f724010459e0526127e4d02cd8b620, 'wp-content/plugins/wordpress-seo/src/values/twitter/images.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/twitter/images.php', 1, 0x00000000000000000000000000000000, 0x97c997421812a46f90ce69d396d462b9, 0xa73de55d4d4b673960fc1f9a442cf3b13d0bec74b2b1356d86e90cae110f54a3, '', 0, '?'),
(0x77fa2fed7fb7de239fdade7ec2c309ff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', 1, 0x00000000000000000000000000000000, 0xd7e5d324d66b26408b52165da0a6cc87, 0x55f000989a8b9f6273043c0ae27dfdde76be7505aedbb7dea3b029d0a2918c60, '', 0, '?'),
(0x77fbb3fef3526a66b960ee94855ae67b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 0, 0xf53e7b4f7fe03cdc85eb1ef162ef31d3, 0xf53e7b4f7fe03cdc85eb1ef162ef31d3, 0x6f3894e99de425643da87f44812d6f806af0b6e4885304594a4b24a337a6c9c9, '', 0, '?'),
(0x77fdf85cb9b1415e1486c756994e245e, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', '/home/abt90iranbet/public_html/wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0xbae8d7de3207998dfbfad3a597dfce95, 0x7452ef3a4071514f6a99200ebec1dcd86f2cca3939953a2c1afb1913238628f8, '', 0, '?'),
(0x77fea3ce254a19d0072ea61af02f583a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1_no_content.php', 0, 0x52baa3ec11e8df9b9a7dc966773f9c24, 0x52baa3ec11e8df9b9a7dc966773f9c24, 0xe28b24fe2f08d619e4acdb635ae554413e69b631c31558d9d187ac3dc59f3faa, '', 0, '?'),
(0x7800ecc1636ef7e9ccd7f4370bd08e69, 'wp-content/plugins/poka-review/includes/libraries/acf/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/readme.txt', 0, 0x87f50477a7909be582814c968ddbac42, 0x87f50477a7909be582814c968ddbac42, 0xc68d8b1b953823107641c884584bef7f5012cf6dacb1440ae219d76ba2e3bef3, '', 0, '?'),
(0x7806c41954e17754f8b40bc77933ceb8, 'wp-content/updraft/backup_2025-07-01-0334___90_9d4f63c5e140-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-01-0334___90_9d4f63c5e140-db.gz', 0, 0x0ecde056d6da46450e7b2b5572ddbb78, 0x0ecde056d6da46450e7b2b5572ddbb78, 0x12263bf3da2a4690d9d67a28e7fe4172880e5bf0f4fc43b47799859a71ed335f, '', 0, '?'),
(0x78072db35cf8df6bd5c21684dd76f526, 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3_empty.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3_empty.php', 0, 0xe314a5458039d57e2ccf2427df845b4d, 0xe314a5458039d57e2ccf2427df845b4d, 0x070cbdfe48cbcb035fde55963e4573239da07ff7e5d85abeea756e95b91ca8c5, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0x2804decde9415a1b3fac2178263368c5, 0xa5375440fc37cc6c8db145ecc59323a1f8b1a3a856f02cc44c69ee8bd01127ad, '', 0, '?'),
(0x781247a1d5cd0d1aa27584f47867a382, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x8e5b4860cf34750f27d8631ddc46731f, 0x7df811c6af88cbe317db814f607b2b98490b424cfd92644a1c8788b43dd02209, '', 0, '?'),
(0x78151046194f94fdb30f30754f2d1120, 'wp-includes/SimplePie/library/SimplePie/Enclosure.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x60d3eb5eba77f1c47e41d24c84bcf98d, 0x2c9ac3b97c7d64d313797719f86cf66df57e209d5c4c9ba12867128c2a43331c, '', 0, '?'),
(0x7815f8bbad3a5797e3dae846cf9bf9ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php', 1, 0x00000000000000000000000000000000, 0x3423099e7aeeb836abea3081ad9fe0b4, 0x112ae99c45a3f41dae6c8f0ca39c33e3a6b3bd820c83712e8a62a98ddb864a50, '', 0, '?'),
(0x781ac3fdf8a251d31574337b42bd9316, 'wp-content/plugins/amp/src/Admin/RESTPreloader.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/RESTPreloader.php', 1, 0x00000000000000000000000000000000, 0xf7e79b3edc442e9b7a9f7537604a971e, 0x3656fb2657a5218cd4892a4dd3e9cef9717fab6a986dc6213c5b787845d72a3d, '', 0, '?'),
(0x781ad5f172888e23dde08437a8fbcd4c, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_pricing.php', 0, 0x40eec9445e16ecb69478bcd549fcf0fa, 0x40eec9445e16ecb69478bcd549fcf0fa, 0xec58cf72897473e90bbaf7bcd522294b10da81e94a5a1895a887d332f3dca773, '', 0, '?'),
(0x7823af62573b69917b01698267e3041e, 'wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', 1, 0x00000000000000000000000000000000, 0xb9d6f5ad80906d856a3ca95de3354bf8, 0x1ebfb3ce21ef4f4e0f4068c941b5cd762de79511f2a4c0f334b8cc1c4a01110a, '', 0, '?'),
(0x78282daf4d056d574ccbdfd73285e5dd, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', 1, 0x00000000000000000000000000000000, 0x4688a8ac5119bdaf3a91b313edb35814, 0x27b171858ddcba130259c77ecef0387ecefdff9494ba7d09323a81e526984d6e, '', 0, '?'),
(0x78285c95199318978e439f8cfdb681cd, 'wp-content/updraft/log.abbb20b1fd56.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.abbb20b1fd56.txt', 0, 0x7a27ee1e7197e89e4aca8527b14d4912, 0x7a27ee1e7197e89e4aca8527b14d4912, 0x4d2fdb57aec77ba23a64b14032ab40aef64c57533cbc225968e77d2639282f78, '', 0, '?'),
(0x782d43ee9ad5a10bff2658480be8e80a, 'wp-content/plugins/shortcodes-ultimate/includes/images/player/default-start.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/default-start.png', 1, 0x00000000000000000000000000000000, 0xd2acf23bcd929dc48d41ec27f19e1abd, 0xcfb9e117dec385618b04c5824597d233ba84e6626fde88d4e3cb2bf588ada13e, '', 0, '?'),
(0x782fdcca628faf1f0348097b280941ae, 'wp-content/updraft/plugins-old/updraftplus/central/host.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/host.php', 0, 0x1f58b9a4956b3a0dab08e9a83d7b301c, 0x1f58b9a4956b3a0dab08e9a83d7b301c, 0x7979cee6bab622aa9b8bb83fb1103d206f1bac47e5718cadb06b0d418bef42e4, '', 0, '?'),
(0x78321a1e8f4b2122e45ee75b988c7412, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-clone-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-clone-manager.php', 1, 0x00000000000000000000000000000000, 0x89f26b7ea3511190428ecbad8cb87008, 0xf261882a1029412c96e6f61a38a7a568427000b3241ea3086270bee9e522375c, '', 0, '?'),
(0x7835585651d1ff2a4cd32ca37d782894, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.min.js', 0, 0xca5bd2f2ce092a685df3220092dee5a5, 0xca5bd2f2ce092a685df3220092dee5a5, 0xd3a03d08144a930bea91bf93904e4386f01af77d87df1f0579be3f7a43dd08bd, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', '/home/abt90iranbet/public_html/wp-includes/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x783f0bdc1c767ac2f165c37f0268a620, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', 1, 0x00000000000000000000000000000000, 0x7f032b328ed568ce7e830e4e32509f84, 0xab5582d661fc4dbfb0a2928b7e24e253267ac312957a1550ef52be38db44dad9, '', 0, '?'),
(0x78487a1bb04fbd4610263900f60251e4, 'wp-content/plugins/elementor/assets/shapes/wave-brush.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/wave-brush.svg', 1, 0x00000000000000000000000000000000, 0x270bb0e641b717ad392ba733afa9cf21, 0x5f60dcac22540dfcc476556faabd4029328e468dbe3ff5572e7efa349056ea35, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0xb74844b0ce5455dcd5e974965bfbff44, 0x0270651e319b35f96db73a5e5b74e10cb81a28213b55e93c53c9d7a4e920b1a4, '', 0, '?'),
(0x784c072600ba114e24d2554ff3f0596b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', 1, 0x00000000000000000000000000000000, 0xce1de07dbbfb7f71b1dd0afb2ce261b1, 0x28f9c9ae0b349260121f298dca0a176dd26ca23840984607cad470fed1b3531d, '', 0, '?'),
(0x784c4b7820969632b8af4973f2212351, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xce0d0e9755a18a14f6d602fdda434222, 0x831dfa294da31506a695eca982741b55cae4afceb408d5d4aadbf9afcc462efc, '', 0, '?'),
(0x784cfbca04661b67992705a643100a32, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_6.php', 0, 0x6371c9395cc50a161de8c9405accbfba, 0x6371c9395cc50a161de8c9405accbfba, 0x866f3b72d18b33c1407bae42d7028d07b0e455bd351fa275a16c4b2846ac16a2, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0xe5492c309d60e72d3d0cb84f7848a7bc, 0x16e2b0816dbc576b61cbf697e8329d8312536ad43ea8cb15b7118522c777f93c, '', 0, '?'),
(0x785dab5524def56936ef222d00b3de93, 'wp-content/plugins/kk-star-ratings/src/functions/sanitize.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/sanitize.php', 1, 0x00000000000000000000000000000000, 0x2ae58c222fc0aa1795e4ee882bc5e230, 0x01ab1c96ce737a026da944a309e3b0733ca0501ad6ee38deeab256f871a69c82, '', 0, '?'),
(0x785defadb1667fda1da8d0bf43a9ab88, 'wp-content/plugins/td-cloud-library/includes/tdb_config.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_config.php', 0, 0xd9431d6907d5c856855b9e81ac043638, 0xd9431d6907d5c856855b9e81ac043638, 0xa7710dfdd1e2cc220ea6306f0453da9dd3c1cffbd0cef4ccd180a4cf204e1f5c, '', 0, '?'),
(0x7860a173ec9f708828cac13724278bd6, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 1, 0x00000000000000000000000000000000, 0xdb11a2d586b0d3fde3bf46c47fccfd3e, 0x281a8f395b9a68d661bf91bb983db4f16fff59d95e19044c7b5f1c4113f82e53, '', 0, '?'),
(0x7861ee844b5039fed0161f6a01c509d6, 'wp-includes/blocks/comment-date/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/block.json', 1, 0x00000000000000000000000000000000, 0x82452e5e9dd02dea8575ca4d0480f263, 0xb64878e78ea9620b81b93d4ab2fa8bb7dc5df2967410e7a9710878c180f20b75, '', 0, '?'),
(0x7865f9cb8591e8afb93c10d7ca2f6559, 'wp-includes/blocks/tag-cloud/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor.min.css', 1, 0x00000000000000000000000000000000, 0x33fbf2f7866cd84a50d34396103c5d30, 0xee56291a1c844dec70b2a8767ee90650c990c99e0b867fd311488edfe787e744, '', 0, '?'),
(0x786682a8e156ec7b9946f78ecc952aeb, 'wp-content/plugins/elementor/includes/elements/column.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/column.php', 1, 0x00000000000000000000000000000000, 0x2ef96f73fd218473d58203a261bc6cf3, 0xf66636ec963a56248ee69803ddf66e026c57e787add4fd609b914da965475855, '', 0, '?'),
(0x7867419fc473f5d0069fb2016bbb1cf5, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/members.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/members.php', 1, 0x00000000000000000000000000000000, 0xfc51ee1584137fec36d8f96637f9d53d, 0x838f04fed22d480a6f3f3640545ded6ed5c963d3a872dbef5d3379882b984dc1, '', 0, '?'),
(0x786a5c855b75009ce121af023d07d098, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_7.php', 0, 0xe9a367c28ad3002da846584a9986e74a, 0xe9a367c28ad3002da846584a9986e74a, 0x33ef0bf748bb9a6c0d7816c56063b7e2ed52b41d6e5476137140404da79545b8, '', 0, '?'),
(0x7870265aa8eaba0ba1fe3a2fdb7cdcd5, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler/Environment.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler/Environment.php', 0, 0x1f1c32a9ee7fba6c2bd3b8f50935b282, 0x1f1c32a9ee7fba6c2bd3b8f50935b282, 0x49c434051f1faf25fd7697e5bb5e0aedaa7a176a64203ada1d677d54802b9a66, '', 0, '?'),
(0x7873b5b88ed56797a7728c5383e2f7d0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', 1, 0x00000000000000000000000000000000, 0x43125673b59879626fb833603e6a23d2, 0x0c7741a82f657b7a77fdd4fe57269c09316f67ecd452b98cb2891d855d448ccf, '', 0, '?'),
(0x78785f796fd3fe60cdf95cf5bac85dc7, 'wp-content/updraft/plugins-old/updraftplus/images/backblaze.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/backblaze.png', 0, 0x9cfa7ae35da0888b77b71c6d407c9a1b, 0x9cfa7ae35da0888b77b71c6d407c9a1b, 0x6bf13625dff916d056069b17247fc504cb71afbc753b1ac953b6bd4784ec997b, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0x787b3906ad5c10ce2d3c20e830641df1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md', 0, 0x4dbf2367839769b40e15f49a8ccc8f36, 0x4dbf2367839769b40e15f49a8ccc8f36, 0xaf33f54bdb9a62fa49504daa29644c4a1cda9903d5a83a77853b4593a7ee68b2, '', 0, '?'),
(0x78822dda6454d20c416596eaefa5b118, 'wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', 1, 0x00000000000000000000000000000000, 0x3acee434d15c977d2123b274ea81d3a0, 0xcb7bb26c7fc603efbad52521e19ae467a67eac9e3351d2d473ab35587ac16efd, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7882b8c987fd83eb10e4a60a0b620f01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3.php', 0, 0x9009f2e030a8293a8ed0774862b14b71, 0x9009f2e030a8293a8ed0774862b14b71, 0x18cbac1272203d9fd7d09b406c9c8cf94ede1c60e4c6f0d6091252504f7e7968, '', 0, '?'),
(0x7886372e449d2616f4dab9ef8f67e6b9, 'wp-includes/blocks/navigation-submenu/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/block.json', 1, 0x00000000000000000000000000000000, 0xc3b3998b88ee814bbf7c3f4dd5ffdc04, 0x0e67c11139cc5329135bf5224b88e5d46f0641e1e27edf3ce5504b3c9a7ca4a2, '', 0, '?'),
(0x7887bb324414d5ee6e7bea4d115b2f45, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x7888c0eb15f5112246ec463558b84b9a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_5.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7894c0ed373768cc8ae033403a66acd7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', '/home/abt90iranbet/public_html/wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0x1027f10d7abdd0a59c89b78ee9b5eab4, 0x6cb7c22c7fcf7a4ceb844f272fd57eefeb6ddde41d5b3e2871d99930dfb77791, '', 0, '?'),
(0x789975bd0ad30f7d9908c15b9011c2de, 'wp-content/themes/Newspaper/images/no-thumb/medium_large.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/no-thumb/medium_large.png', 0, 0xf1576643e13766d49cde0fdd7d919bd8, 0xf1576643e13766d49cde0fdd7d919bd8, 0x74f32024caaff887054079bafac5555886f8c0a949b7bd1da8eeddd52525032a, '', 0, '?'),
(0x78a0000628f21134b9e2b5ccb080f1ff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_6.php', 0, 0x56c7434c0d99a46eb71d05c9ab9e0b50, 0x56c7434c0d99a46eb71d05c9ab9e0b50, 0x4651ef9d83d97a629bf22f7c1f0ee5b8f05bff2fb777ef386dcb3a759c971563, '', 0, '?'),
(0x78a42f4d58c31d503044897a1a5b95cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', 1, 0x00000000000000000000000000000000, 0x5a7a10b077ea2e5ba8b5e6b228c11d7f, 0x29ad8e4d5d5acdddf6bd2cb33cb60722ceec7134261d2adc67c5674c65595eb8, '', 0, '?'),
(0x78a5a8f3959d581ba7c8176f1113cc48, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box3.php', 0, 0x1528cefb76815ca72829e7f805f42d77, 0x1528cefb76815ca72829e7f805f42d77, 0x918df2b41b3e6ee0adf0952eff943145d48c6b55c4a7ac5483a0311df0caede7, '', 0, '?'),
(0x78a9fa8919deb6a6354c431ec77dbdb8, 'wp-content/plugins/wordpress-seo/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x78abbcb251479905396e9b4a987caa8d, 'wp-content/plugins/updraftplus/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x270cba47733e43867d304fe46f4cb280, 0x7004b3fe31a7405e9f1217c5323c00108379a87c1d522971a223f36ff4947cb1, '', 0, '?'),
(0x78b42ab1d033753cf265df5ae0ec4822, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 1, 0x00000000000000000000000000000000, 0x054837f3b0e113e2c34b9e8e203977fe, 0xf805f32e88fb73b70f460752c28770e296c741f8542e8e2c459dab48fb11514c, '', 0, '?'),
(0x78b47be2ce9122a0ec5e8988d061360d, 'wp-content/plugins/updraftplus/images/googlecloud.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/googlecloud.png', 1, 0x00000000000000000000000000000000, 0xca4166004c209cc601dee47f885826d5, 0x8930457ae342caa37f5a3c95f0f6ba84ed4b4c3806047560dbb64a158a1fe96f, '', 0, '?'),
(0x78b4d1990c149bda68fee12f949bc1a2, 'wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php', 1, 0x00000000000000000000000000000000, 0x83adb91cad09d516656ce4e424a20819, 0x0814798ff0fb43fb5799c9dfe438b9d5adbf389d7d84a452c8bfc7bd3d9e098b, '', 0, '?'),
(0x78b6fc680e849e1588e098873fa21daf, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.po', 0, 0x5c823f91558a5268effcfb314ea84e23, 0x5c823f91558a5268effcfb314ea84e23, 0x710ad7b2d5598d7494473022fa7f64156614e93f2d183efe63210128fa5c7362, '', 0, '?'),
(0x78ba9900fb9feaa8b08fcac6532b365d, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0xd9639efa7d0fa230790ab7b4ae8facdc, 0xdf8efb518daec2ac62283a126023be50deb241888233446645b9c20b50e16346, '', 0, '?'),
(0x78bbc39943f3b25cef9890cab641cce7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_10.php', 0, 0x4b0d7927c5613c378ab402ae5ed7bd97, 0x4b0d7927c5613c378ab402ae5ed7bd97, 0xe0cb5c9094c8699d96eb7ea0a8ed2ce3dc3b91837d66eb6030d4d8546a0bf337, '', 0, '?'),
(0x78c146297e1ee18f826e7f3ab69cbc0f, 'wp-content/plugins/amp/templates/html-end.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/html-end.php', 1, 0x00000000000000000000000000000000, 0x3e6abb53ef1a9523f584b4538c7da467, 0xcb54490338e3a09824e754ea92c67a28f5017430fd26679b6b9da09e83be6654, '', 0, '?'),
(0x78c9bc578048215ef037b92909451e2b, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image.webp', 0, 0xd0fc01a6110cdc467d245b574036ddc9, 0xd0fc01a6110cdc467d245b574036ddc9, 0x6181b4e620c5aa15945ded2f9d8503add7c6d56edd154ec06c4355cf9e618758, '', 0, '?'),
(0x78cf7db6c2cd9c9238fc078b697fa9ac, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.po', 0, 0xc19fb2ca5fb619b23ad53129884193c9, 0xc19fb2ca5fb619b23ad53129884193c9, 0x4ce234b643f01fe4e355f487e27257fee49d4c8376153fc20f365b2a3e4dd493, '', 0, '?'),
(0x78d92ebda68c58f3eb4a24a7c9aedcb9, 'wp-includes/blocks/pullquote/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x62f3282320695576270886b00d72cc71, 0x854b6836a51e6f9d44214df0e65e04069a7c1d1895a2e8115aeef91251c72dc9, '', 0, '?'),
(0x78ea6b05f645910c7a13cf15ed2b1f62, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import_no_content.php', 0, 0x00efe65be548861ba75d458971d91d56, 0x00efe65be548861ba75d458971d91d56, 0xf77e33b46fe8b6da1b4e16256497b6c6c7286cf7cbebef08b5e4dcc4e9aec18b, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 0x00000000000000000000000000000000, 0xa699cf8ec50c40ef2f404dfc6df34ed9, 0x9e780e4d919427c8a493e7b43dcedab7a63f248a7f03532c104679b884a5d6a5, '', 0, '?'),
(0x78ec09346497469e9515c0e9dd6260b0, 'wp-content/plugins/elementor/core/files/uploads-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php', 1, 0x00000000000000000000000000000000, 0x0558e1423ac9c7a3cc41b4d0e59efb79, 0xe377a30064d530231b2259f61d38d7a57b1248ebbd4ee3ea54a886e0fdc21191, '', 0, '?'),
(0x78edb6694360c5714649c095973a2237, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', 1, 0x00000000000000000000000000000000, 0xb20569981e5bf68c76ba054a7b969828, 0x73c71e1fed90fe660d4be37a3a9b1ab7717fcd9d179b4415265621b0c9ddfe59, '', 0, '?'),
(0x78ef7a23e85d94728c753f309fae4ff9, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x901e68df0c8bd51b6760c9b83ada955e, 0xbd0e959f01462f51b04800f9a6e65e126c2030a142ce93d5ab0b3653405068eb, '', 0, '?'),
(0x78f04c91f39e7e91e418eae4167391ff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', 1, 0x00000000000000000000000000000000, 0x41a3fc53beba2524ced9fe40425cd9da, 0xcd56c8108c4016ac5a71d57e4389c947babaf8eb53948a13faa6c80c16d3b09d, '', 0, '?'),
(0x78fd7c4d1b63b3422bcc40d0a9774b54, 'wp-content/plugins/updraftplus/images/updraftcentral_cloud.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraftcentral_cloud.png', 1, 0x00000000000000000000000000000000, 0x6ab6f4a5ffc600df3b3e3b884a48a92d, 0x5a118448399e9c07c1d42b0ef9b7069f647657cec5d52c1ea8e431c246afec4b, '', 0, '?'),
(0x78ffece3deaa33c8113ac2cd4402a163, 'wp-content/plugins/td-composer/css-live/includes/td_live_css_storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_storage.php', 0, 0x00c910cc7990831f7d15088e749f47e6, 0x00c910cc7990831f7d15088e749f47e6, 0x50a64b155e920df3ed5886848b33531aed278a536ccfb69c6e62a7883faf6f19, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0xcae330390d81c9986197640bb7a3f850, 0x462a154fe0d09e715eca6cd7ca677ab7828f2c493fd462ce52ef5d4bc2d6b345, '', 0, '?'),
(0x79109cfb476d01aa55916766f3e33934, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-banner.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-banner.png', 1, 0x00000000000000000000000000000000, 0x8f52db06455dbb15cdd697bb1849e122, 0x1d2644b92b0ae6c8df1c197e9b5165a8d0f04d04948c945e324c83e50fdbd463, '', 0, '?'),
(0x7919e91bebb956f44b85039dc9015f94, 'wp-content/plugins/poka-review/includes/poka-review-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/poka-review-fields.php', 0, 0xef118a0a601c73707e8588fcdca473ed, 0xef118a0a601c73707e8588fcdca473ed, 0x0092dcc060f601a285b2da9642ba70d63d5edf39c64f4dc75dd9ccc72ec76311, '', 0, '?'),
(0x79216299c3ebac993c51c958d3fe467e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', 1, 0x00000000000000000000000000000000, 0xf39a230649b4ca774bbdcd1bd173bf38, 0xe2a671083a67d3be1eb6c92fd9b111c1d94f5c4996fbbb12a3a9d9862c75b7cf, '', 0, '?'),
(0x792645d97a16dd9c995abd79d7badab2, 'wp-includes/class-wp-recovery-mode-key-service.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0xd3c8ef760453f4c39ce1e70e1fb0dd2f, 0x1633912950eb8538ea0045cc1d2531de999cd635cb45d474170e13a9618c4c1c, '', 0, '?'),
(0x792861fca28cc681cce1e61c8ba4fd2e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', 1, 0x00000000000000000000000000000000, 0xd0f120fc2e74564487f6fb928b2b9738, 0x8b413c0ecabbdc677bb554321eb762f1c9704656af965e02e692c783fd13c08f, '', 0, '?'),
(0x7929a0babf7790512100dadc3319604d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', 1, 0x00000000000000000000000000000000, 0x6242217ef78dff17fc2dc886fd14d9ad, 0xef3e148daf800754b16b48c1161eef087e1f3b6f89450b4c7770fd17824ac31a, '', 0, '?'),
(0x792aaad5bcb5f3f059a8418728ac56b3, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Value.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Value.php', 1, 0x00000000000000000000000000000000, 0xea3e223d70e6ef897e2bebe7294e8cbd, 0x4291ecbdecd271f1bbe5ed637788c9ba32d652baded9b0ca1789a508db670ea7, '', 0, '?'),
(0x792b857c7055d7d922e24159dd2446ed, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', 1, 0x00000000000000000000000000000000, 0xd28b7fc955ce580aa987f486dd9a2e0e, 0xe895b8a4418734b723290f92e72995bfc59b6f47c665ae39836cda2ff5701326, '', 0, '?'),
(0x79328ef5ad76a209a1e317e9acae67e9, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.mo', 0, 0x247b16dbefc172f5d4f5395002f9b01f, 0x247b16dbefc172f5d4f5395002f9b01f, 0xc170047e8cdc42c43cf690360009ec7d53a3978e42286cbfefaa125e9b152ffe, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/priority-queue.js', 1, 0x00000000000000000000000000000000, 0x33c06dfe456a9007cd758ac40ae0e308, 0xa9ca60f5a7ec8fd91ec3ef6228f9de4bfddbd0b167bec4e508ca66866cc3040b, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0xb857b5e1cfe96c953349d845bc68fcf6, 0xf29fa25a6858008af89b8e85092c5082365bce123d12bd7f8001329cdeb8feef, '', 0, '?'),
(0x79413f5a664dc510654ba09a5d6534b6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 0, 0xdbe4987f6c937c04a93161531fc38938, 0xdbe4987f6c937c04a93161531fc38938, 0x624fb29d0bbb3dda4a334502fafdc1f392bec682f6737e7d659632606b474090, '', 0, '?'),
(0x7945fe6f420e6fc55e4d6224d8b50e1b, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4089b5573c93466397b062da75daf2c0.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4089b5573c93466397b062da75daf2c0.json', 0, 0xb68854905c7a7a1e9d9fa40de73ba760, 0xb68854905c7a7a1e9d9fa40de73ba760, 0x622ea6db04f58fd505f08b605e7e526d531b1327e44b457ed136b4dd00d9d18e, '', 0, '?'),
(0x7946fa2fa36d33b7d8846579e4cda17b, 'wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-rtl.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-rtl.css', 0, 0xe1f49a248328dd26ce32d52cd61febea, 0xe1f49a248328dd26ce32d52cd61febea, 0x64bab3ed54eb1a95bce962930e4f3d4926275bb6649f51ed6d8479b83628fea1, '', 0, '?'),
(0x794f2d320a5af7b1c2d4b198d0ffd9bb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import_no_content.php', 0, 0xde03a61271d26b22c52c61cb51999952, 0xde03a61271d26b22c52c61cb51999952, 0xe791513cc77e05be9ba612f40286e17195b2e248ea44804f79a6d21cb8c9766b, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x8ede7bf6c724a7c0c7bc879186b6ea7f, 0x6af4a9351d3d8659d5018c24088def8b8ea5abd7d651bada55d0bc8575c92a45, '', 0, '?'),
(0x7963ee3228133e9435310aa8480f5aaa, 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x796419017d4d589f47718bb55d0f49c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_7.php', 0, 0x2619fafd8737c698d9acda48bd26a9ab, 0x2619fafd8737c698d9acda48bd26a9ab, 0x4885331a080b4a4b9f824429660dc717cd2942a3c64d90fb0b75d467d1d6a9b5, '', 0, '?'),
(0x79695b832259ea686fd4a36dc10ed0c2, 'wp-includes/css/dist/patterns/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8cd259215b0f6d1217ee3dcdd253fd6f, 0x4956c80b5c84e55fe3e3e7f4961c1506d57596bf357b435f59eeb0a8c16399bc, '', 0, '?'),
(0x796cf4bd9d0442efa3b863f244c78a84, 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js', 1, 0x00000000000000000000000000000000, 0x4d43b2fcb5ef3e6afdcd539f46148514, 0x93984296d3a46855672fb433ff80384d0f3dc5011e13b780eae16f69750be114, '', 0, '?'),
(0x797568b1866d0036f78432ee36ef7600, 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 1, 0x00000000000000000000000000000000, 0xd924d96744f218b87770e03bfeba08c4, 0xc14d947650eb7cb0872d5e1a3fe36f5909ba70c18a56ce96c0035e6ae328e146, '', 0, '?'),
(0x7977b222ef45735546e1ddf5a1da80f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2.php', 0, 0x11abcd12c04b7e9b08e67b6839a26e8e, 0x11abcd12c04b7e9b08e67b6839a26e8e, 0xb1f6fe095d1a1d52bae617a49469de9991b5adf3ed88876bb7e1b5020423df8e, '', 0, '?'),
(0x79780ec77029596f44a0522a3df2b72b, 'wp-content/languages/plugins/elementor-fa_IR-9de15ead6aa7b3bb8a1ea30a49991974.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9de15ead6aa7b3bb8a1ea30a49991974.json', 0, 0x578f9f1965abf820005d5bda5d1f9f93, 0x578f9f1965abf820005d5bda5d1f9f93, 0x507884c7b89f765dbe60b2049bae75065b00aa5e20c56b16f682bfe9afcdad01, '', 0, '?'),
(0x797944b8b14540e33a93e7dfb0e7ec9d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_9.php', 0, 0x34bb27721ce4f9c455d01e8705f021c9, 0x34bb27721ce4f9c455d01e8705f021c9, 0x1eef6d9277f2d811b9ef41d7c3a177a9a7575d3b8b149fd34b62c282ba0ade1f, '', 0, '?'),
(0x797adde50c310e899d8e1bb30cf32910, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_9.php', 0, 0x103889cce52e29af34ee0f8af0d290c6, 0x103889cce52e29af34ee0f8af0d290c6, 0xce57948f5386934ccd90a5ed8e9dc5940b98b7395ee3d3f733f38155997db8f0, '', 0, '?'),
(0x797b81ce44734c9c7b957fd13c3df52a, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', 1, 0x00000000000000000000000000000000, 0xce3e47084d5c53a4c750a4bd6c205341, 0x657ed97f2b7fa74bd8f9b8b7bec991c08eb51a10dcaab6ec1bff65a3f76b2dbd, '', 0, '?'),
(0x797cae3280a5aa2e217ce5d2d4bd3452, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php', 0, 0x1ea88c3c8f5e439d26dd5a60c4a0d6ca, 0x1ea88c3c8f5e439d26dd5a60c4a0d6ca, 0xd1e01cb43a5f13f32d723b54bb27eeb872b28566e7f4ea12a6e73af4856d5d8b, '', 0, '?'),
(0x797ed9e666d510a9cc9a4e2e0c248a5a, 'wp-content/plugins/elementor/modules/notifications/api.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notifications/api.php', 1, 0x00000000000000000000000000000000, 0xac4ad30110825d76de32220fdb69ed6d, 0x8f2817f2f1b0bfed5271d6fd483fc69bdf6319df3e2f728c2b19991cf2c447f2, '', 0, '?'),
(0x7980a624b977151dea79fbf3bd17216f, 'wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday_sale_24.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday_sale_24.png', 0, 0x67d9199ff10f308b3ca84214242f357a, 0x67d9199ff10f308b3ca84214242f357a, 0x34912e41dc9b38a1c64de0e692f5429747792460c125069eaa2412b57115e1e0, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0x89ac8250c5045714671269b967c9ed63, 0x2b8c7469ca831559d241358fbafc1b6e7d7d2d09851fbad72cc6208072071451, '', 0, '?'),
(0x798353e0d5fe1c18b996a42f84a67045, 'wp-content/languages/plugins/elementor-fa_IR-a3bac97752b365511e337f750b1e7508.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-a3bac97752b365511e337f750b1e7508.json', 0, 0xed2d6a75dda15f4848470db268dc414a, 0xed2d6a75dda15f4848470db268dc414a, 0xa4cead1b7823797c439d79d2097b8a6e459a4188d9e0be7db81008d6371e6120, '', 0, '?'),
(0x7983723ba29aec39293357b82bb4286a, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', 1, 0x00000000000000000000000000000000, 0x7f8356d6d54eb2ce5960fdaa7c9e2224, 0x42ae791179c5aaa7d917bccef483e3531ff173dbb9a50b1f150621d9c11194bc, '', 0, '?'),
(0x79892e69258373582d5273e712087df9, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', 1, 0x00000000000000000000000000000000, 0x8452290d7deb4af0f874314c2912f5af, 0x887d6d62582834ddc79d38915733f79a2fb43c9e462de41846b25c817985ce9a, '', 0, '?'),
(0x7989a4b4f1f57615b56673f7978c5962, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', 1, 0x00000000000000000000000000000000, 0x3cf15e506ab8af255ed5e53680c57be1, 0x2d66d85d771e9ea6fb9ccc556f9487be54aec0cef7657f1f8b287b3fe88fc780, '', 0, '?'),
(0x798a6ea81cf7f69ee51fd3eebfcec2ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_7.php', 0, 0xa76a9afbf85a174d5d9347347cc9ff9c, 0xa76a9afbf85a174d5d9347347cc9ff9c, 0x9ba73a1d382bb957365de16b2f9f019654c3775291daebc38b0937321c4ba7f9, '', 0, '?'),
(0x798b12837b88155c1d62d26127e8f85c, 'wp-includes/customize/class-wp-sidebar-block-editor-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe95d6db3bf4c2d0844d1d5d32b5ad995, 0x1c1c926f2c6205104cde6e42c4f05176f12d7c718f64bda2db2707423d8a5826, '', 0, '?'),
(0x798c181e784dc2cfffec40bc184fe48f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 1, 0x00000000000000000000000000000000, 0xbcb07440a4f44eadf69bfe6a92c45e45, 0xbc0c7ee9f2d1ff2f7f80ce1b7c6b63afa8676af42399e3a0bbc330bfe6748063, '', 0, '?'),
(0x798db9dfa09b2adc6b245d020e05e15e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', 1, 0x00000000000000000000000000000000, 0x39c7f391927c1303d7858a2e608b278b, 0x113e7b5793a7279a4e8f1e14a1722892a89de97cc414545eb4a08169dc235538, '', 0, '?'),
(0x798f908390cb0428ca569c11dd4606b6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', 0, 0x6aac1e691ab16db7d10fc6204c5a0944, 0x6aac1e691ab16db7d10fc6204c5a0944, 0xbb326c5827c2914c4bfc87731bc13577ca3c822b76e4ce4ed231624487714760, '', 0, '?'),
(0x7990869588b4bbaedbf6523f6b5a4286, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 1, 0x00000000000000000000000000000000, 0x3aac7044fceb8438c6bee77598949a32, 0xf9b7239e77793f8556c4daa7d3e9936589304da517b228ee25332ab9d7d10ddb, '', 0, '?'),
(0x79927f8ac62d9fc8f5b756b189aa9b9c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 0, 0xfe2621a64b89853c555a97ceffca9b08, 0xfe2621a64b89853c555a97ceffca9b08, 0x483ff4d997cc154b48b4a2ba77aa4a7f95be3596833ed1886126791e14f73ea3, '', 0, '?'),
(0x7992df086177c0c3129c1522ff41b419, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_css_generator_demo.php', 0, 0x10c1a01df9422e8964943036a2dfcaef, 0x10c1a01df9422e8964943036a2dfcaef, 0x07338a0be7b015e12d449a4d68ec312500dd79b42075d0534175746063484ee1, '', 0, '?'),
(0x7996f456f67c2fa14e132fe2ee0185b9, 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 1, 0x00000000000000000000000000000000, 0x4040a1381958c1cf150cd9b5795d07ed, 0xcd0c30151ccdca6bf215e5947550495001517b21e4d5a5405be608180f0a176d, '', 0, '?'),
(0x7997e44f63de3a3e538bcd0ff89b781a, 'wp-content/plugins/kk-star-ratings/src/core/wp/filters/the_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/filters/the_content.php', 1, 0x00000000000000000000000000000000, 0xc80a1b3f28ad403c9e3cab419e3fe9d9, 0xc81d4808357653e69fdcc4c3d8f0d3906e1188bbef6d7bab8be4a979f15f6e84, '', 0, '?'),
(0x79986eecff07e19d5d264029af24e355, 'wp-content/themes/twentytwentyfive/screenshot.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/screenshot.png', 1, 0x00000000000000000000000000000000, 0x0d60746d300aa01c31d9398c6867c87c, 0x09e12f148286850ac3f876ae4a37ca0a932b7a0f5d46a1d4494d5b9063a0446d, '', 0, '?'),
(0x799b4b13ec3a787d30ea4af3466d81b9, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0x0cfdfa8d81e5b22c24c96ae7014213c0, 0x0fca83fef4eebe1184b13ee0374b4fbcdf7dab228a4897c91f7357c39c83a778, '', 0, '?'),
(0x79a14c201d4591ae163e81b173f68b2a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_categories_tags.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_categories_tags.php', 0, 0x4480c25b82e3abc6a331fc046b0595a0, 0x4480c25b82e3abc6a331fc046b0595a0, 0xf06efbddcd74ce89de97b336b146605a696dc4dd4d0fd67ede9d4cc5968edc07, '', 0, '?'),
(0x79a2353257711c6bbd92921e180b5450, 'wp-content/themes/Newspaper/loop.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/loop.php', 0, 0xbd7f67a35492d1b57de895b74ef94593, 0xbd7f67a35492d1b57de895b74ef94593, 0xf684f004d08a2d271fb234924942049db170b70485ec81eb7eec975a5b252967, '', 0, '?'),
(0x79a46ef64dc417bbc04ac43449f4497b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/loading.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/loading.gif', 0, 0x7f462e164452491a1ffcc6f66d150d03, 0x7f462e164452491a1ffcc6f66d150d03, 0x5cdad718b8025a2aa7a2fb427df25f03808d2756694698542a4f3db71c654d4b, '', 0, '?'),
(0x79a84f708afe6b24a33bbd1ea471e016, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_6.php', 0, 0xc7d41ec4eaf005658fa434b3e7f4605f, 0xc7d41ec4eaf005658fa434b3e7f4605f, 0xafe14af540315d7c7de3632f3fcbdb9ae676981a984b609cde999e78980705d0, '', 0, '?'),
(0x79abf2ea411b1bd8bd7fedaedc9f6c0c, 'wp-content/plugins/elementor/assets/js/admin-modules.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js', 1, 0x00000000000000000000000000000000, 0x99910a4c2cdc4a2652169ed5d79b178a, 0x5fd9f26d2c8190f312fef69181c8bceb77a074a1e4633d7a9b81af813b2218af, '', 0, '?'),
(0x79b2550d52ed893b8fc8a794ec050104, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Expression.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Expression.php', 1, 0x00000000000000000000000000000000, 0xf0c14c6957275d100c6ef17ca37ff9a6, 0x5bee57b6318ce6f4384a4b847ff8ee7c3346281baac0954824d10fddd9444299, '', 0, '?'),
(0x79b25b119792fc5155d7f93b66160932, 'wp-content/languages/plugins/elementor-fa_IR-bd7df0741aeddc2bbbb08d20c11e4ddc.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-bd7df0741aeddc2bbbb08d20c11e4ddc.json', 0, 0x10e53382e9f046ab1b734207dce43ca4, 0x10e53382e9f046ab1b734207dce43ca4, 0x71998fb98949d72c1f28e22bb1fe8d100b1f820a8c695726f4626d3417af30d7, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', '/home/abt90iranbet/public_html/wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x6f3d602c579184c251b42d0bbade38fe, 0x225d5f96b2e9317473f42264b8d9e10fee2d7bfd9c9d06a811c482e0e85ea85c, '', 0, '?'),
(0x79bfcd3d68eac8d915338c176ad4d016, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_panel_settings.txt', 0, 0x4ee77bb1a47a9e7c401b283011534975, 0x4ee77bb1a47a9e7c401b283011534975, 0x7d6db2ecf9bce87e0f5093ade0eaee12f359efb5060ecab8acef9dbf0cf077f3, '', 0, '?'),
(0x79c31f62d4685597ab5e1c61a3c8c99a, 'wp-content/plugins/elementor/includes/widgets/image-gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php', 1, 0x00000000000000000000000000000000, 0xd2847475b10996e60b9cf35625ecf506, 0xe26528a0edeb72257eab1335b81cc0e62c33f4ca3bbc5a6b47d187172e057518, '', 0, '?'),
(0x79c4ef4a9defbbcab95dffc9025529df, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member3.php', 0, 0x1b40a4a8fdadd00c11adf83f21f6a5d4, 0x1b40a4a8fdadd00c11adf83f21f6a5d4, 0xd262324688bbc129c9d0327cc0dd4d65dcdbd54286061cca0ad3f1538ee7bfcf, '', 0, '?'),
(0x79c7f3c45360be12c6d97daa537735c0, 'wp-content/plugins/elementor/assets/shapes/arrow.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg', 1, 0x00000000000000000000000000000000, 0x467e7ac6d9a89f77ae9689cf43b079ce, 0x16379e687100a937068ff71c07a4adfb6e2214659a25536c5d678b04ab85f017, '', 0, '?'),
(0x79ca139e0c2a7c144db47207ccfee4d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_delete_bookmarks.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_delete_bookmarks.php', 0, 0xb788add2b74ea9dd3da1e33a0339d988, 0xb788add2b74ea9dd3da1e33a0339d988, 0x512813370ecb1bfae67d7763eaa34d6c8d9fd5cd66203196f7f676097085406e, '', 0, '?'),
(0x79cabde27bae82cbda36add3107a4ad1, 'wp-content/plugins/wp-rocket/languages/rocket-hu_HU.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hu_HU.po', 0, 0x66a6533123257891f8b0764ee2269f80, 0x66a6533123257891f8b0764ee2269f80, 0xf8488056603cfed6a9bfc0e815ed2da67b9b694e45d71d860df68923ceaf66b1, '', 0, '?'),
(0x79d0410f71949101359b8a99b556a55f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3_no_content.php', 0, 0x920b4fbe90f4535439cf220078c2c8b5, 0x920b4fbe90f4535439cf220078c2c8b5, 0x07ff1cfdb6485b1eb644d2db587c4b6a880ff1c00cc24ca9c3f03db1c47fc8db, '', 0, '?'),
(0x79d5eaf311c95d991eee7fd40c7cc651, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 1, 0x00000000000000000000000000000000, 0x98140817d5204df2df8c758eb52e3ca2, 0xddb4cfcddf8206b630b3e1fc6285f97de53f0b0a2053a3ee484275a04c850922, '', 0, '?'),
(0x79d7d1e5c251ba930b957560de78c97a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_panel_settings.txt', 0, 0x2fe78e7a1f5041f58b49ac2da448b685, 0x2fe78e7a1f5041f58b49ac2da448b685, 0x7711974e6c2177f78a9ea7093b17c8c049507d9807f4289bf84406120bdfddf0, '', 0, '?'),
(0x79d80cf023a32c88175220455adbd0f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', 1, 0x00000000000000000000000000000000, 0x1961b1047b642387d78d1e2eccdae3a2, 0x2409cdd2dd6c4c61481951925a1ad29b4dd89f0e4a19732bf609f1409cfae029, '', 0, '?'),
(0x79d8aaaaefdb18d588c09549a6d73de5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_4.php', 0, 0xe1c90a282a90429ab5255f2c1a562832, 0xe1c90a282a90429ab5255f2c1a562832, 0x4040bf5db297d71e36d1286306f4435cd8a8bc9ab104fa2f5416a7f0a4f5af53, '', 0, '?'),
(0x79e633a1dde2322f9fa45b5823f9c246, 'wp-includes/blocks/query-title/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/block.json', 1, 0x00000000000000000000000000000000, 0xb2f2126aabc8a1be7b0c8498a0ce771d, 0xa1ae4c4eb9bc7b42a135b0a14bbf9a99b513b8789a9025e2f59aa3804f6cb465, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', '/home/abt90iranbet/public_html/wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0xd7c5912a6af92c380ea7c6ed7fde372e, 0xb4215c336294f5db1d4b609b5761b1150a08cd0e77ed766026b1be362f862142, '', 0, '?'),
(0x79ec19658f6d24cdf94a08f59cbad353, 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 1, 0x00000000000000000000000000000000, 0xac097d3fd3fec91720d2f0020680b635, 0x8c270b88f203d67a672f82d9bd6e2b02758dd7cdc1463ddb5b181486c81a6ccd, '', 0, '?'),
(0x79f105a0ab004c7ac0e3b6b5810bd988, 'wp-includes/blocks/group/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/style.css', 1, 0x00000000000000000000000000000000, 0x7d5d78af015e45a19094a9aa2d959910, 0x798d0e205b719b6a1a1a4f86320381d33bb714964a61a57486dd45e889e76d42, '', 0, '?'),
(0x79f8c6078d2fe82d52632f21524ae5d5, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php', 0, 0xf7550d7cf7ec6dd31f5933dc26803756, 0xf7550d7cf7ec6dd31f5933dc26803756, 0x731d55d9595229607ffbbac6f331404575ddf718b60b011b34a47d2dcb28e879, '', 0, '?'),
(0x7a0132684f739530350cfa691e05333b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', 1, 0x00000000000000000000000000000000, 0xedf95c39598fd2aff53414d2b3645812, 0xffeed06e1d7b3857f664047c9f866887fe82e306bf1704bc351f4cffcda27660, '', 0, '?'),
(0x7a05d90c1009c74a769870957e41b6c0, 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/main.php', 1, 0x00000000000000000000000000000000, 0xc3abce36f3999b9c6dcc615f77ebb62e, 0x1c7eaac08ded9dda73821282bf55f9114b4fdd23f662990af6fa7c4f56b35570, '', 0, '?'),
(0x7a0791051ac5be73e175a964b7107ab6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1.php', 0, 0x7fe49daf89727112fa11440e4b05657b, 0x7fe49daf89727112fa11440e4b05657b, 0x8ed02d8e101c2cdb49880e709bf17efe8021f77d7aee2b32d13dff5f1ebd2283, '', 0, '?'),
(0x7a09e8b5515305d893548bbd8d7aef82, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_6.php', 0, 0xda4d56920e97dac007d560588a8e5d72, 0xda4d56920e97dac007d560588a8e5d72, 0x9a7cf7f25a07e51f13728a8637931c50863d8fcd6a1850335dff5fc3e3be73b6, '', 0, '?'),
(0x7a0add495894f00d8e9dd4923aa5cf0a, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php', 1, 0x00000000000000000000000000000000, 0xc70fe37efa9386007c19ded4dcfafc7c, 0x2b6af44fb330ffcfd911b4d284be2a722c1d9742a8b1be525309bdd7e4d27a00, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0x4ae435384f079a4f8f7d13f405f61173, 0xab9e10a2842439aa6453133e3bf03a82a1800aeeef61645f18a858dd1fa65b46, '', 0, '?'),
(0x7a0f8cb44fa3799fd78cf9cdd7e0258a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/read-more-bg.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/read-more-bg.png', 0, 0x79af440a50ded4d54190c63848f89f8e, 0x79af440a50ded4d54190c63848f89f8e, 0x6022e609dc17ca40bbe2c33e032948ec5d15eca74554fe9189cb920b10b7a49a, '', 0, '?'),
(0x7a12171f9e51ce8dc61f4c26f1cc644a, 'wp-content/plugins/wp-rocket/languages/rocket-ar.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ar.mo', 0, 0xa5e31f28099b155cb72dee3148772431, 0xa5e31f28099b155cb72dee3148772431, 0x4789a7fde55063dbad085647317e57315d09a9324995b1d989b0e7cb1da36ac8, '', 0, '?'),
(0x7a1378daaef09b682c387886a00c9576, 'wp-content/plugins/elementor/core/logger/items/log-item-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 1, 0x00000000000000000000000000000000, 0xcaeee021b3e318aeef99f942ce41fda0, 0xd86b3b57fd881826a985370b790c93c389d435043ffbdf89b0f3321a8df62d92, '', 0, '?'),
(0x7a185e0356eaaa1b29727be444c2340d, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-left.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-left.php', 0, 0xb8daaa433cbad562bb84747004dfafef, 0xb8daaa433cbad562bb84747004dfafef, 0x6d423270b3f59c68a7caa7d7cfa6c86c6037302e758cd5a094890a339c564fe6, '', 0, '?'),
(0x7a1a478f68a89357c3926394bda42d7e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_1.php', 0, 0x671fac4b7188f7be30d538f2b04cff6e, 0x671fac4b7188f7be30d538f2b04cff6e, 0x889cdef65c65c5811df26b2ca253147364d968ae94ea0faf0a011932ac40772e, '', 0, '?'),
(0x7a29acce19b816a30b9e677bbbca3aa4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_2.php', 0, 0xa5247412789845e4c9b3362988fdaec3, 0xa5247412789845e4c9b3362988fdaec3, 0x8633213d4ccc3bef7ea896ef6c5a8e2514731f36a13fb71f30b504241133c03b, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0x7a2eb3edd58cd78ccab499a71107d69b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2.php', 0, 0xd9ffb05a9bfe4a9f09a5759a4f3e3fd1, 0xd9ffb05a9bfe4a9f09a5759a4f3e3fd1, 0x379d6be4394e31b58e24b101e969a3d5975cd84e4b6dfc714e88f2d8fd7cfb59, '', 0, '?'),
(0x7a3324d09a8cb2a3d48cfcf8cb2adf67, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.js', 1, 0x00000000000000000000000000000000, 0x7a6bc6b9f7d0e46f0207227c87f8d065, 0x22a834b3a96190e61157799ee1867aaa26adf02f61ae2294723837a6d223c235, '', 0, '?'),
(0x7a332a33ea246a3935762e7bb6393847, 'wp-content/plugins/td-standard-pack/Newspaper/category.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/category.php', 0, 0x6d620dbf85a2ce7a4f589dd73ad9bfae, 0x6d620dbf85a2ce7a4f589dd73ad9bfae, 0x51fe0f582286ade3446c1c53438ce4f95da7f60586f41d6e54949ef5c3f72fdd, '', 0, '?'),
(0x7a38f0d132c8f4f5516ea035cddba7be, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import_no_content.php', 0, 0xc913a63f69aa25ea779df8bf085a30b3, 0xc913a63f69aa25ea779df8bf085a30b3, 0x6c693830323b4a982f116fbf1f21c3698bdeba567172088160c31d0f0eb7aa47, '', 0, '?'),
(0x7a39b6e44677eadc9c24568efca27b74, 'wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg', 0, 0x321823c158fcfde1f9ceceee13b69c79, 0x321823c158fcfde1f9ceceee13b69c79, 0x7032172ec29e4d3832dfe6704fef7f049ca6e1637469322cb7f391dffb8bf3c5, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', '/home/abt90iranbet/public_html/wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0xaaaf26fb500f5421cdc723cb3759ec52, 0x39f8a5f0160e6d15b20ee4e62ee9401b194203bff047ba4cc4f4576b7345e588, '', 0, '?'),
(0x7a3bcabe655539d7b8d4ac36b1e4e6ff, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo.php', 0, 0xbc9fdc15fb6310e48f985ac363e29355, 0xbc9fdc15fb6310e48f985ac363e29355, 0xeb6f8ec6444758cc249f2922d4dbfb2e10f5419cd0d7b09f53aeae0bdb0b74ed, '', 0, '?'),
(0x7a3d7699b1552add9cc05f3c35d04419, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 0, 0x5fab9b6d4196420d914d872546f951e4, 0x5fab9b6d4196420d914d872546f951e4, 0x0715a77ab29121982e3eebdc318c59488c0f99a3dd68f996f4b58064b240971a, '', 0, '?'),
(0x7a3f13410fba32e8b7f1daa2bffd79f1, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-password.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-password.php', 0, 0x847d6dad831500a8122800f9ef78b382, 0x847d6dad831500a8122800f9ef78b382, 0x056f81b809ad57bf046a952f1e875b35ea855ccb1cb72e09c6c52f7798839c7f, '', 0, '?'),
(0x7a46c3054e9bac312c302ad19551483c, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.mo', 0, 0xe4a21dd4f4ee5143149a0d80e3089981, 0xe4a21dd4f4ee5143149a0d80e3089981, 0x96768a0eedd48488212021025c33b7554a6ed34d27c36ed70861a962b1569c54, '', 0, '?'),
(0x7a501e6471e31a81f24b97144e76d621, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php', 0, 0x5dcbe34fe8f8bda1056b0e2d38410609, 0x5dcbe34fe8f8bda1056b0e2d38410609, 0x0ac0e3993b7878bb5173070a1f766865b5af1671cb37fdb6bb6b813aab32f8af, '', 0, '?'),
(0x7a5649044ada4bb62d4edb645d22154e, 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.min.js', 0, 0x23a22ffcc70e2746beadcc16682c2389, 0x23a22ffcc70e2746beadcc16682c2389, 0x6f1227a9611733da545d8af23be03a643608e26efdc98385bb48bd959803c8ea, '', 0, '?'),
(0x7a60a0c2bd325971307d63852ff18a4a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php', 0, 0x51c2e40668fc55ed099d864685076c8b, 0x51c2e40668fc55ed099d864685076c8b, 0x282f29a0e3d6007c331195a99400ea62f40775e798789574e0777153b5d1dbbe, '', 0, '?'),
(0x7a6438c546f34df0fd2453835b879dbf, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', 1, 0x00000000000000000000000000000000, 0x259405523046d55a8584003e2656a951, 0xbfb828642e809faf22815caa6e88acf671468077207b1b2fa9d93a186122a89b, '', 0, '?'),
(0x7a6881c7729a9c053976aa1c6ec8ef42, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_5.php', 0, 0x5c2d8a3f7b5011b6e6100c53ab017b9b, 0x5c2d8a3f7b5011b6e6100c53ab017b9b, 0xed88ad1bb6dba9427a640f38b488743784c6a4773924756690dd751332fc8825, '', 0, '?'),
(0x7a6c05f9251b6bf4a9d7f2e8662a16e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', 1, 0x00000000000000000000000000000000, 0xc2bc8ab83f4501221ec29c58273599a0, 0xc72939af0abe6ab446f3558284e923d2bea1e89c0726a2c25add69b749e182ab, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7a6c2c7357e136a475440cd057d1b5fa, 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 1, 0x00000000000000000000000000000000, 0x25205cc01fb6bc5158a790bc70cc43c3, 0xa43ab5dea97b4593c7e9c5fb50318a75d18cfa52e038db66672bc9efde98da79, '', 0, '?'),
(0x7a6c648d9055f07999e87c59a77b8ffe, 'wp-content/plugins/amp/includes/sanitizers/class-amp-allowed-tags-generated.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-allowed-tags-generated.php', 1, 0x00000000000000000000000000000000, 0x78d35bb34ff17cb0ce35acd0540c16b7, 0xaaaac8faf71e9de5a4c0112b70ea28f7a76d0c2d8a99f91d836b61172391b2c8, '', 0, '?'),
(0x7a6ea61233fe83ce2cba844dece66dea, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', 1, 0x00000000000000000000000000000000, 0x86e86d17fb375401f1a7b64c1110bbf2, 0x49dac8e2da26f52bec69d6e0ac28926065f01ae83d7eaac59218882e538d30e4, '', 0, '?'),
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x26eb923594e9754e69cdce211fc5077a, 0x80d41ce9ce238516cbc8c99b21778363907790d8837d36a2d9f3827e41a792f3, '', 0, '?'),
(0x7a700edd51652bed420e624c938dc916, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0xa1c3c986cbaae1a23bddb9d23f049ef4, 0x51c40388f649c44c398ed196d8854cf9633bd9a22599cc9a1aadfc8b8e494332, '', 0, '?'),
(0x7a75abca58e6bcbdeb9454ec85f0f589, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', 1, 0x00000000000000000000000000000000, 0x7443cadda2a0931033ec6e362d1d1b1c, 0xb68e995531e9d7451eb37a372845d756e934ef871d2ac53423bb77719412783f, '', 0, '?'),
(0x7a7cfbadaaa9ee904ca9e246c444dff9, 'wp-includes/css/dist/edit-widgets/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8a3d18f7594c8e8cc2ecf0a5871e6e0b, 0x8dda33fb654c37e078b6c8c0ed233e76f58e955f403a6df674be7be6db986120, '', 0, '?'),
(0x7a7dc8736e0bf87a88ec7afa75a99fe9, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php', 0, 0x2b4b1a38faa575123f166f8539d73b6c, 0x2b4b1a38faa575123f166f8539d73b6c, 0x580f69404d0b44825709c842cc58def358be84bb1e5aefbdfd78bdc17782c372, '', 0, '?'),
(0x7a7f5eeaf21bf448f608c048ed0514d4, 'wp-content/updraft/backup_2025-02-27-0333___90_81814fb80e93-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-27-0333___90_81814fb80e93-db.gz', 0, 0xe0774b487e1a2fca6d167bb18e90e531, 0xe0774b487e1a2fca6d167bb18e90e531, 0x98a1d703727e4e506c1487fbabdcaf46f6305e71c59c0c5e8e45ee2e9a0cefcc, '', 0, '?'),
(0x7a8052f6360b84f8330bc632990aaa4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2.php', 0, 0x021645e5a2512e1322c053628d738f8d, 0x021645e5a2512e1322c053628d738f8d, 0x35bf2b2f9fae2c710db946ff39e341973a506ced6d844b8bbd29b3e8c8d94b2e, '', 0, '?'),
(0x7a83bd5b5281b3d335d31676df33ed78, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x671eb86847e86900bb2a5486ba220a7d, 0x9b94474268c3ee0914e48b9a9b63fd7ab9ff73ac16ee8a041a1bf690b99bc92c, '', 0, '?'),
(0x7a864c054d85e5a808fefa8e6036b22d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 1, 0x00000000000000000000000000000000, 0xe22d92b977158bec50cb20462e21f71a, 0x55b1d90492d4f1abf503c878b2b95cd93066b7aa5679d10ebd8dc66f110fc1c2, '', 0, '?'),
(0x7a882f027815120fd4ff1940fdd8fd2f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2.php', 0, 0xf65f9cf56cbc03d967cf8f9b204676bc, 0xf65f9cf56cbc03d967cf8f9b204676bc, 0xe7bb531b37ac440e0767cac5d7da314719a4b6c47addfc2274bf10c6b1c2380f, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0x7a8d325d8d7727b4e13d22d3112da334, 'wp-includes/blocks/query-pagination-previous/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-previous/block.json', 1, 0x00000000000000000000000000000000, 0xf9ecc13f28ed663d8947577276ea85fb, 0x31091a4e54395ac9af6730a326802f0da633040a6d834456c7af3c1894add85c, '', 0, '?'),
(0x7a98461f85b4a647e10255b7d36b2687, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 1, 0x00000000000000000000000000000000, 0xed7e0d5590d718f246627b7f6949cba6, 0x679ba3867210265bf7896d0a784873b0c2ea782714290f39cabb22417c89c5d3, '', 0, '?'),
(0x7a9af7d4a499b3d0a51c450590273634, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x69101c62bb0ff45a844b6864fc4cf45c, 0x244391c4840430923548a27e313bc070c6310880eb07255a643e74b26f8ec3a1, '', 0, '?'),
(0x7a9baae2a72927e748d9d54eee251d74, 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/css.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/css.php', 1, 0x00000000000000000000000000000000, 0xf4f197ffebfa63463df4ceffc1637df4, 0xe52846c60a6169152ab2f8c28fc2c67c59aaacb686e92898455c3b7f811db984, '', 0, '?'),
(0x7a9ed4c69398f782245ac3048e34c8c3, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php', 1, 0x00000000000000000000000000000000, 0x4254c678c500e8051d41ef0133952973, 0xf2f85642d8f0de6dc29a2e2cd73ffc1e04bc226efbea7cebc13a166b2739f1e0, '', 0, '?'),
(0x7a9fa9ac873398e20b04d0d3a998a083, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_4.php', 0, 0xe942ae9d97441c5382b15bd540d76abf, 0xe942ae9d97441c5382b15bd540d76abf, 0x61754e4cb3adb03c4fa071e343e480495a8694f695630258662e5b0aca5bb61d, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0x7aa29ae5914ca9a335096735b5c48eac, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x7ba7efd0555d4b27f6e27806fb5e34ba, 0x02b48eab7cd72c606e9732a44a09e27164ebfc384c88daefe68abc7fafd2cf92, '', 0, '?'),
(0x7aa2aa5b422d0c10be287f979db53636, 'wp-content/plugins/elementor/assets/images/logo-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png', 1, 0x00000000000000000000000000000000, 0x7065b9e2fde5bdf3ac2e8e6e2c4ccac6, 0xfcd95c0843b84abcbcb6bb2ddd03c05cd18a799db14abce4e0a17d19060f3628, '', 0, '?'),
(0x7aa49e22b02d272a092c6f6818e332ec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import.php', 0, 0xc0bfee82f8e37eb5f656ea7f721c579c, 0xc0bfee82f8e37eb5f656ea7f721c579c, 0xd942c29b56000546a10183cb3eb408496cb13408323e135a3b5857bac433179f, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_scanner.php', 1, 0x00000000000000000000000000000000, 0xb3479dd31bc29716620cc815ff944fa1, 0x3dc242a917676ad22e851bc5620fcdf0713a9c4deaa926b496e2bba175ef89e6, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0x9eaf1c2202c029f67ccd6b06907486b4, 0x6a8bb9f81d0724e603526eb8b73f3c6b5a72dd52154f2c28af955fcd38098c0f, '', 0, '?'),
(0x7aa9c6a7d6b5f8281a3edc16284bf34f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', 1, 0x00000000000000000000000000000000, 0x92ea81be5bbc0983d8907ba9d1a3e5c6, 0xec92af4a9fd4c0bbd9dd49529575fcf6920d5fb49030ce40baf3d24cd91d87ff, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x7ab28321c8333854cf5fd7de893a9daf, 'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/P12.php', 1, 0x00000000000000000000000000000000, 0x6e13b7eea32b72edee80edf8420506ee, 0x59d3ba5bfa32fdb2b2eb59e28a2aa90cec8fc6152334dc2c7b7e02587df7d0f9, '', 0, '?'),
(0x7ab68fda5ad073d11650f11d7270aa2b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4.php', 0, 0x939d57387b0117c2641a11be8c71eae1, 0x939d57387b0117c2641a11be8c71eae1, 0x6d4484792de9de9a3b49e008c2289ba9ccbfa0f1b445bd17d722cd620d48aa86, '', 0, '?'),
(0x7abe7c5e9fa2467419a7116d8b57601b, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/term-overview-or-ajax-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/term-overview-or-ajax-conditional.php', 0, 0xc641531ded0b176e165cab822d4cd911, 0xc641531ded0b176e165cab822d4cd911, 0x2f13b0ce031451dc2a9f9ad6fc950276ca97489289a25ff38f10ca17ece2a793, '', 0, '?'),
(0x7ac15b90b441d66b829e79853063b826, 'wp-includes/blocks/avatar/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor.css', 1, 0x00000000000000000000000000000000, 0xbf3895a7e4f3998f5264b52d75e180cd, 0x376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874, '', 0, '?'),
(0x7ac1d062d0d0919750f99daa65056752, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_text.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_text.php', 0, 0x97e15e85872cb854aaa20fb6d5e3a5fb, 0x97e15e85872cb854aaa20fb6d5e3a5fb, 0xfe7f7cc24647ab900c3b579392928d0fafa0c46ee2341212d4d9e4cb4e729432, '', 0, '?'),
(0x7aca5980ed69dda4f5e449ded6283142, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php', 1, 0x00000000000000000000000000000000, 0x58989711396281fda1885fc0989ba3e9, 0xffb434980d8ac860d80d3c67449e3e8de0a3c35fabbc4ef3b67b9438d57fa435, '', 0, '?'),
(0x7ace8bdb97da60eee78083e7f431000e, 'wp-includes/js/jquery/ui/effect.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect.js', 1, 0x00000000000000000000000000000000, 0x2aae2b19dc95c6463e2c135a10dcd341, 0x34d89786bf4d22fe1749c578782a5a0b5f99816bdbb2c111c35c10bb467c72cb, '', 0, '?'),
(0x7acf92d242b3ea16e7ee031a85dc1f8c, 'wp-content/plugins/elementor/includes/conditions.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/conditions.php', 1, 0x00000000000000000000000000000000, 0x2155d05afd5d6f3d2b5b784a4f138673, 0xff0683827ff4f8bc06a8483ff060321d1730a44e31120ee6f8ae7268223aaef5, '', 0, '?'),
(0x7ad00a9845d5967a377da415929803a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tags.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tags.php', 0, 0xa3ee1fa1b275b636406d007e1157438f, 0xa3ee1fa1b275b636406d007e1157438f, 0x8728fb9c94cf5fc86a2c617f250642fe2d4ff20178ad3f917c4722d768817e6e, '', 0, '?'),
(0x7ad5230859d68f6d495e24af372c0e46, 'wp-content/plugins/kk-star-ratings/src/core/functions/lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/lock.php', 1, 0x00000000000000000000000000000000, 0x401b6468a3c13207c7cada6bab244f7a, 0x875ac2607bde11fb9a71bbaea3614e6c91c5adde49ed2ce88db5369c68284818, '', 0, '?'),
(0x7ad7d82aa5899368659cd8b9f6a2eacc, 'wp-content/plugins/amp/assets/js/wp-url.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-url.asset.php', 1, 0x00000000000000000000000000000000, 0x7ddce5b606fd84eeb6038329c18433bd, 0xa798afc94fee5639ea1fd47ad889f8b2c0029b030a235360128ac60cccf55bf0, '', 0, '?'),
(0x7adf2d0fe92718b6392dfe425f656c52, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php', 0, 0x3512eba9b3de067240cc6768b243d9bd, 0x3512eba9b3de067240cc6768b243d9bd, 0x3d38393febeb0fd48aab1d941cb5ba06c0225c5833be0dea95a25b3e42b62280, '', 0, '?'),
(0x7adf57ac73577f35ca88f720291efa9e, 'wp-includes/css/dist/customize-widgets/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style.css', 1, 0x00000000000000000000000000000000, 0x5340ceb3c3a733627f4a46f2f39eb356, 0x468fb95a56a0268112e19e9cead19cac652b3dbf2226d71df9bf38e29b7f7fdc, '', 0, '?'),
(0x7ae26d7a2ab8162ae79f7aa2cef633b4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', 0, 0xe85085b9ee0cd55e6fd5b11d2c9b63a8, 0xe85085b9ee0cd55e6fd5b11d2c9b63a8, 0x0659f5b63bcf19394de97ec36a47964f2b7c0c52afbb10247d977c1f046b961d, '', 0, '?'),
(0x7ae4165b599d64d223246799af592a67, 'wp-includes/css/dist/block-editor/content-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3786e5e30348218c1eb2fc13a947825, 0xfce3b7988c7865fbdcd95f14f1e9bbb94b1f00549eba41ab1c72cad270b98a06, '', 0, '?'),
(0x7ae624e0e6cd28a4127f9875cc087e0a, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/indexing-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/indexing-integration.php', 0, 0x3c67438ff0e0ad3b9be0ae42529f0c05, 0x3c67438ff0e0ad3b9be0ae42529f0c05, 0x4775971b81e6ebee563df62c7a5adf101b2bde24358edff9634a8314dfefd2a1, '', 0, '?'),
(0x7ae6b9ff307a195f2a5f260ba9486274, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php', 0, 0x75a6bdb152a0c9265ee4eaf965d76822, 0x75a6bdb152a0c9265ee4eaf965d76822, 0x0e87bfb37dad7c1117689b45a7734e01dbb4866bb6319bcad5b4746dec7753fb, '', 0, '?'),
(0x7af01ea1cd68428d99ad46092c2f345a, 'wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php', 0, 0x7944061c303a60949e2ac7f7fa984c79, 0x7944061c303a60949e2ac7f7fa984c79, 0xcea87b2f2598d9cdc6df01bc67ebb2b7fd7366dac226b9be9da81493ce03f33e, '', 0, '?'),
(0x7af04f10e0ba980b59c015a06ebd075c, 'wp-content/themes/Newspaper/translation/pt_PT.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pt_PT.mo', 0, 0x03527f6e7dac7d2aec9539566a322fdc, 0x03527f6e7dac7d2aec9539566a322fdc, 0xc4aa4dac71e61f006bf0a4fd38e7e43fe1e2cea75647ceee3df03f32556f7241, '', 0, '?'),
(0x7af3db4e093114e339dcaa76f7b8963f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', 1, 0x00000000000000000000000000000000, 0x7733f5a8f310de8d75a8eaf260ff90c1, 0x95abec771605e1d63729a90045493ecc286d9d4f95fb8c5fa44c406dfb6bfee8, '', 0, '?'),
(0x7af44be36030cbfe218bd9c4521de4fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2.php', 0, 0x2a2b663104e37be2051918a972016c04, 0x2a2b663104e37be2051918a972016c04, 0x88b501c386dd64fa88310d710d591901155ba7cb0a467a7541376fb89e42cea9, '', 0, '?'),
(0x7af60116069219f518efda031bf4d606, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 0, 0x7d28a4b22f442e13b6874f55746b28e0, 0x7d28a4b22f442e13b6874f55746b28e0, 0xad11e83936459f20a23e029d8817ab53f0ae230e19309d8dc9626633d17fba59, '', 0, '?'),
(0x7af9bf1c06772635ea4105c553a04c45, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json', 0, 0x8e37c2df0628bf5d2f814933e017e722, 0x8e37c2df0628bf5d2f814933e017e722, 0x989578f6ffcfaf656dd9447c412bb73f98e0c666379417725bc3d0fccfd8be2e, '', 0, '?'),
(0x7afa354990424e3aadcf04fe729acb40, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_6.php', 0, 0xc04798e04739ab5bd535ef707f4cea85, 0xc04798e04739ab5bd535ef707f4cea85, 0x2106437c2f92bb468ead38d6ef64b84d1a337f464093cd65dbd0d1481d10acc8, '', 0, '?'),
(0x7afb7f8c236608aea258920571f47f62, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-generator-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-generator-integration.php', 0, 0x0f4142458f703b08364d7556c20b3b3c, 0x0f4142458f703b08364d7556c20b3b3c, 0xd749b2ef4ccad23e6c5af0afb0869ddcd6befc048755de16864a46137126c0b0, '', 0, '?'),
(0x7afbbadf2a0727492b8ed921b2cd3a2a, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/info-homepage-loop.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/info-homepage-loop.png', 0, 0x1fca93245bbf0aae88d090fe714ef7fb, 0x1fca93245bbf0aae88d090fe714ef7fb, 0x0251daaa17f8983b4d423cc44d312971b69d09996036c6f10e89533f1502fa1c, '', 0, '?'),
(0x7b055b93c0107dc1949ea96725da63bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_6.php', 0, 0xd609d03657d3eefd9c16cb47e5158a23, 0xd609d03657d3eefd9c16cb47e5158a23, 0x5301606cc7c7a39b2c44f51cd6f6f1e0101f6e77b61f2d5c8ffcf5b39adcf3e6, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7a0e57242e811034f6a7e59ebed47ba8, 0xf26075c056c4877e21c76226721beb9f87fbc8005eafc0efc588867e287a6052, '', 0, '?'),
(0x7b0e4541eff570c05470521ab561d7a1, 'wp-content/plugins/kk-star-ratings/src/functions/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload.php', 1, 0x00000000000000000000000000000000, 0x6972f05f51fa8ce1089b53f8eae23053, 0x8c72d10754b726c04fa817a1aa11a4b000b6e8e1edfa445872b8e3e5cb838ef8, '', 0, '?'),
(0x7b12dbb67d83ab00e9277c1ce60ad846, 'wp-content/updraft/plugins-old/akismet/views/title.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/title.php', 0, 0xf758a4434e337c292dce324e61a9b1b2, 0xf758a4434e337c292dce324e61a9b1b2, 0xa2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6, '', 0, '?'),
(0x7b15db107c0d2c0153e39ee4ed270873, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_4.php', 0, 0xa27794dd38c582306b2c4bc3e395cd04, 0xa27794dd38c582306b2c4bc3e395cd04, 0x4df4f38bc555e46be69e709cdd157028f4cc596557355fed7c1b2c0e8e7a2a8e, '', 0, '?'),
(0x7b16efb4a7f0c9672c03730ea3e593f2, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.mo', 0, 0x3ae0e86502e3f56bd2dd82933aac9058, 0x3ae0e86502e3f56bd2dd82933aac9058, 0xa7a550d083e16880fca8629d2ceabe7ea59502ea4a0cd699ee4f153abba440ed, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', '/home/abt90iranbet/public_html/wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0xb69828208d6105fdd4a25bb2551c3fca, 0xc01683ae8ddb0bd08865f7136754980fb689b2b6b1472e92f3973dba6100409b, '', 0, '?'),
(0x7b19191c86a6b4f2144148c1f9229416, 'wp-content/plugins/td-cloud-library/assets/js/tdbLocationFinder.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbLocationFinder.js', 0, 0x4bcb41ede40aa548005eff6a0dfc8c12, 0x4bcb41ede40aa548005eff6a0dfc8c12, 0xda03a410c9080e25b6dcccfeecc2b9ecb96c8f4ec1d95c37ca6d2a40a683e497, '', 0, '?'),
(0x7b1ad740b26d23003b4dcd7a9faa8b51, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-post.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-post.png', 0, 0xbb4a4ff3b1063c62876b0008e51fd129, 0xbb4a4ff3b1063c62876b0008e51fd129, 0xaef59178aee2cd0bd5658802a221d6bedd7444e5ac60b0653321c8dbbb2e7451, '', 0, '?'),
(0x7b1ebb8104948e2ad1edfd7a438e476e, 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 1, 0x00000000000000000000000000000000, 0xbaf05b7a6dc78eeed5aeb2df740cc35a, 0x8190b7e8202d2259d91b29d9de6fa2fb607c75b43aecbc29a8cef1a640ceb079, '', 0, '?'),
(0x7b245df14cd98cc703779e7d7ffb03f6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 0, 0xe7c9f7f16fdef7cbf277266b1fb2b163, 0xe7c9f7f16fdef7cbf277266b1fb2b163, 0xe88367e8b97288cb10f59e46a70a0c2ea86fde55509b64f7bce9c7b1646757dd, '', 0, '?'),
(0x7b2726b018a88e5a5cbacf4b263116b8, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_horiz_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_horiz_menu.php', 0, 0xd4d922feea0324d74b8ccb430e019d89, 0xd4d922feea0324d74b8ccb430e019d89, 0x351107eb48a5b6dff833dd8ba3632400ea7b204141fa385d6c7641d994220e8e, '', 0, '?'),
(0x7b28d0e7d7e7facd08da047a9a144d90, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 1, 0x00000000000000000000000000000000, 0x5eabfb0603f0deaaf9bfb17ab9297e63, 0x5edf55cb7731e3f1784ee0dbad452158d94e71055ec08564dc7cfe47ed924a71, '', 0, '?'),
(0x7b2aa9c1b30dcaf506379b73c856e567, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_10.php', 0, 0x812cf02f8d65f4f45c23d613b3a3a1c6, 0x812cf02f8d65f4f45c23d613b3a3a1c6, 0x3d79cf7a2ac16d3e94bfef6a7a91dcfdaf7e9b912176af9bf61b307ffae889b5, '', 0, '?'),
(0x7b2feaea96368af81cb9111da5a12a5d, 'wp-content/updraft/plugins-old/updraftplus/central/modules/theme.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/theme.php', 0, 0x58dd2396e918b7cc0182f5358b4d091b, 0x58dd2396e918b7cc0182f5358b4d091b, 0x36149c0c1b73c079ae676fd7f05a34dba272f0ecc75b4c0393b778b4569f81f4, '', 0, '?'),
(0x7b3deb277112053c9ec12f2d56dd769a, 'wp-content/plugins/elementor/core/admin/admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/admin.php', 1, 0x00000000000000000000000000000000, 0x3cc979ac6a966dfa70a057c7af44083c, 0x3acd8c6db617e8ace0cede1a0e5544eead0607a406ced91e5ce9f1e1852b5da1, '', 0, '?'),
(0x7b40d378abcce25d0cf2909c11ad8384, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.mo', 0, 0xcdfb3e2a5c13b3bf28cede3f777ae907, 0xcdfb3e2a5c13b3bf28cede3f777ae907, 0x1eae0537017aa454fa72939a6503325ef7d816b75c9041dfd303ace2aa585f7d, '', 0, '?'),
(0x7b4cf8dee1aecd62d1b7ec1e285683a5, 'wp-content/plugins/td-standard-pack/common/common.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/common/common.php', 0, 0x1c6b4ebdea0afec643aa2576ad58ae0b, 0x1c6b4ebdea0afec643aa2576ad58ae0b, 0x3da3ee396878890fc920036682c999b4114ed3f7fefc1aa4905d35b3356cca82, '', 0, '?'),
(0x7b50a26eb6d39f1ee45fa4f325014935, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_1.php', 0, 0x0d463deec63f24535a2d3a4bfa82bc47, 0x0d463deec63f24535a2d3a4bfa82bc47, 0x38d8f0e5436f406a59e565b0c39929d43d99d111bbc209e0b54a897884864077, '', 0, '?'),
(0x7b512e84006ef69065cfb2940cee5bf2, 'wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php', 1, 0x00000000000000000000000000000000, 0xa2f5140bfe97bb173b7cbb33d905c48d, 0x31dc1437bb4ead369703bf8120631178141469e0c3662015280c0e269bbd6c74, '', 0, '?'),
(0x7b579e102eed54a5900cea700511d3e8, 'wp-content/updraft/log.8dde2f3248f9.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.8dde2f3248f9.txt', 0, 0xb6e279092917e5d31d6874c071119012, 0xb6e279092917e5d31d6874c071119012, 0x0fec043b31cb5d4358cb028a87568460d4dbba7bb8c8ec569b837698c20bf141, '', 0, '?'),
(0x7b58605c1d31672bb2453b572c294111, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 0, 0xf7e0f5de8cd892e1fcb90574fb53ecc3, 0xf7e0f5de8cd892e1fcb90574fb53ecc3, 0xdffa8420c7b184850cb4ae504f8ba2ce414858bd9bf38efe69ee62ef1fdd4e51, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, 0x00000000000000000000000000000000, 0xdc8ebc68faf9b5d81404e88128763194, 0x83051af46c65b16b6e6a273de1198b7c43b4acf22c00dcec4d6c4447e1e5ddf4, '', 0, '?'),
(0x7b5d0ea1ff320f5d24440fad5e730371, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 1, 0x00000000000000000000000000000000, 0x2fe48f2cc5ccff32f3d7d47c6eb1b068, 0xec648d2b198478eac84dbefa7b0726dc26df897d116e19dda7ed8e0c26ffb907, '', 0, '?'),
(0x7b5ebff3de2d9736e637e1bee489d98b, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2370.css', 1, 0x00000000000000000000000000000000, 0x0df5a36924d89e6eff9d71f3655f5363, 0x21587c79b658ad682c9711dba7be5321cda07807c99f66b45e44bea9a51bc21d, '', 0, '?'),
(0x7b61561c7deb114246d50aa84bb8b647, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_5.php', 0, 0x37849eaac3c0c2c11a3e6e13f8d02185, 0x37849eaac3c0c2c11a3e6e13f8d02185, 0xcdc31f220bf2e7123dc62f5789a3f98cbf38d676f1f835a1792ff515a44874ba, '', 0, '?'),
(0x7b61e2c07b0834d3173bf2d34d6fd8b2, 'wp-includes/block-template-utils.php', '/home/abt90iranbet/public_html/wp-includes/block-template-utils.php', 1, 0x00000000000000000000000000000000, 0xf1b5acab1ea67c68adef064a12627be8, 0x2b8de2bd5876d62119ac743b7775b08f7f20f42928e8db37e5a4e82007adcfb8, '', 0, '?'),
(0x7b622fff8d3bb9a6f777b2dffb4873b8, 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 1, 0x00000000000000000000000000000000, 0x8e5c2dc032c98f568400e5affeae193d, 0x504756474499e72c46c13f1c9edb192a466792a4e8b80a1644284828ada0d12b, '', 0, '?'),
(0x7b63fc1f3472c0f362133de71e6e2593, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_import.php', 0, 0xd81636545e409b5b7acb49bcb15d53d6, 0xd81636545e409b5b7acb49bcb15d53d6, 0x0cfd2499d89f217fe78633d7a722b27bc8bc8218ee8550d0be79a785de9a5cc6, '', 0, '?'),
(0x7b708dcbad878837b19f759c3b97d889, 'wp-content/themes/Newspaper/tagdiv-deploy-mode.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/tagdiv-deploy-mode.php', 0, 0xc7496718093ab47a162d4c94b46c02c5, 0xc7496718093ab47a162d4c94b46c02c5, 0x038b136949c3cb79c0f353382b39c7930d8c09bed539db56448e229012a00e1d, '', 0, '?'),
(0x7b7238881df53b7c2af178b55b3c8a64, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', 0, 0x231537ee403efef7ac22a2df422a02a0, 0x231537ee403efef7ac22a2df422a02a0, 0x5bfddd36132ddfc70bb653042ed338b03ad8fed306927db83a97cdb3ac010c2c, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', '/home/abt90iranbet/public_html/wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x5b5b4c3db1bd2bd22d51684d00ce901e, 0x5c79b15a697c8ea90911722f83043de671b224de824f047c2d51acd1a1344829, '', 0, '?'),
(0x7b7667b94394b503f028c25f7cb3e701, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_4.php', 0, 0x105f70dd21a53a043105da8e3f21680e, 0x105f70dd21a53a043105da8e3f21680e, 0x32edd04c8d527191e0e9a913fdce235ba247ab5c57ad8a74af6a387b51c4b568, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0xbc4031f8dff2fab441a359ea5c650208, 0xa8faa28c478ec20e6ceeb8bcb8ee1b6ba656240c8c355a60a03272121e4f7d56, '', 0, '?'),
(0x7b79b2564ea9611f796fd85504583767, 'wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg', 0, 0xc3311d4ac646de5c5bf9b5f97bf38ef3, 0xc3311d4ac646de5c5bf9b5f97bf38ef3, 0x7a95d0d344c7e1a0a2208fbe7397ff97275b91572672216c37c19cedfb80e743, '', 0, '?'),
(0x7b7b6114e06df06f74a3723d8471c74e, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', 1, 0x00000000000000000000000000000000, 0x200131d294374baf587d9250a6ab8544, 0xfccd28fe90c44ff8d7cc20e1726243310814a83e3bc20d782634800c676eaa29, '', 0, '?'),
(0x7b80a60b38410abac5bb1fd2c27febbc, 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 1, 0x00000000000000000000000000000000, 0x9c9fc3c37a26ed6fc09e9c39c48bf50e, 0xa9a55e523121a56e95a6b81933fc67c0210877971e35f57ef8b726d044ae4988, '', 0, '?'),
(0x7b83e862fa05681e242406fbd65d103e, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', 0, 0xf539f2ac237aadae23bc9f5828b014d2, 0xf539f2ac237aadae23bc9f5828b014d2, 0xdec7ea3545eccaea006d8e4d66a25f19c2d87f24c272bd338dcf5dc8063623fb, '', 0, '?'),
(0x7b887655531c6e7a83ee743dbe8a217d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_installer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_installer.php', 0, 0xf74e1adacc2880701c5a06494ac434f4, 0xf74e1adacc2880701c5a06494ac434f4, 0x9428109284de5d67d861471b805ff6b55e481cfe97333fd758d8fc879873d2a9, '', 0, '?'),
(0x7b8cfa044772336d18d0b87302e4b87c, 'wp-content/themes/twentytwentyfive/styles/08-midnight.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/08-midnight.json', 1, 0x00000000000000000000000000000000, 0x4817fc3d53aff4a9c3cc0657f57bc51a, 0x041eca6c4649e7eb3bc386319acaf057a7ca3f4d81fe6bad76f41baec752c0d4, '', 0, '?'),
(0x7b97a7a095d9fd4a19aa92a092b9b93c, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0x6f68c4a5cbc69e7d1fb04ad2c6155ab1, 0xd16f6e9435947125e5c3edb78efaed784ef7c0feb1a01a7b10a3e5a863bb79b6, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa4ccee0e2cb732d30329ca02c4b25e66, 0x3c3b54d7ecff066e50a9ee19d2eb379770c36aa242cd108006942294bbe26db5, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0xd80dc4a1e4e14cb47a3bd2bf991830ea, 0x90198590d5b2b4eda1d13cee861f433df3f19d48903ac64c57ce8da63962dd0a, '', 0, '?'),
(0x7ba164d5396452cff8e6266d542574e3, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', 0, 0x29f0df638118b6b2b845624bb26b18e2, 0x29f0df638118b6b2b845624bb26b18e2, 0xcb7dee03a92c16d87c2fece0254af0c43d0e1ef0f646553ee6716480af74cebd, '', 0, '?'),
(0x7ba9262c722aa8fad37e0f6dc33e7487, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_import.php', 0, 0xd4d63e6d93f6b9fc08d3af59e00bb55e, 0xd4d63e6d93f6b9fc08d3af59e00bb55e, 0xacf72155eb7d287376992ba321152dc59949a5bd27f04645aaaa4ae7ae3cfe75, '', 0, '?'),
(0x7babe5c91a7986c68b20e17243c8e084, 'wp-content/plugins/tinymce-advanced/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/uninstall.php', 1, 0x00000000000000000000000000000000, 0x67d09df8fca64aa554e10b088a708247, 0xca71e5e6e3a083b69371bed3e8f3d9aac208d51c186c03eae7864efa4f9afb11, '', 0, '?'),
(0x7bb2419b4b6d98083774e605a140cd32, 'wp-content/plugins/kk-star-ratings/src/functions/autoload_function.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_function.php', 1, 0x00000000000000000000000000000000, 0x38c8abef1e262c6ccf46cdae8112b7b6, 0x12422f668289326d68e59ddc45a2b72a30ce6965d6cf66730a9d404336cbecfe, '', 0, '?'),
(0x7bb88f77e1b38bafbe109bc54f7a2960, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-it_IT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x926758654fc402b3698f896c4bd332c5, 0x854795d9f6431e16623cb0e1e838c8310b094e320178fe478c6af417cc1667ac, '', 0, '?'),
(0x7bbaea3de7735e6dd0c76b85c626d3bb, 'wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php', 0, 0xd155042baa186038b0cf2b91219f3a2d, 0xd155042baa186038b0cf2b91219f3a2d, 0x976cf86246e816bf98140b9471f2ba4a86fb882cd3db5b38fbfd5e19d0bc8c9c, '', 0, '?'),
(0x7bc2ec54aebd4baa2b885db3a2f5a908, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-navigation.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-navigation.php', 0, 0x10f0f365d2a8acbbdee0665df6d14c69, 0x10f0f365d2a8acbbdee0665df6d14c69, 0x119f9122337e761ef44a9520eaa88993b452f0d7f5985ae4faa9e13d6a255545, '', 0, '?'),
(0x7bc848aa144e4f5bbf218c9634dfadb4, 'wp-content/plugins/td-cloud-library/state/attachment/tdb_state_attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/attachment/tdb_state_attachment.php', 0, 0xc8a636139a08eae2f30d1553a9f91c19, 0xc8a636139a08eae2f30d1553a9f91c19, 0xe631363647ec48b2ad66f6f37f5603126f8c9ac905458a0f987f28d3f0691970, '', 0, '?'),
(0x7bcc55efb3d128867d927998e072b50b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_9.php', 0, 0x7cc4349aa5323773930725ca2b834d42, 0x7cc4349aa5323773930725ca2b834d42, 0xcbfa679ebe036c7d2a4df74b63f40bd1af820f08ac2e135a49cbc0e8b44324c0, '', 0, '?'),
(0x7bce0bc0cc781cbd06ed5536d858dfc7, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_page_options.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_page_options.js', 0, 0xd695f6ddea195dcfc68a8475086e2ab9, 0xd695f6ddea195dcfc68a8475086e2ab9, 0xcbb0faca10e3d609587a2983d41841c774eaeffb1137c994c8416597db21ffa3, '', 0, '?'),
(0x7bd14cec61a41d0ffd74e9c479cee92e, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php', 0, 0xe9754c2f17ae4c01952cd53ea0236bd5, 0xe9754c2f17ae4c01952cd53ea0236bd5, 0x77c35d2f500d97004f59adb8a363ff81cacf8788f756c8bb5c99b5a20c8e84da, '', 0, '?'),
(0x7bd3795a98f9e4ef28705b5238bc84e8, 'wp-content/plugins/wp-rocket/assets/img/icon-256x256.png', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/icon-256x256.png', 0, 0x0acedaacce8f4a363cb8711845c7d1e0, 0x0acedaacce8f4a363cb8711845c7d1e0, 0xe5e9f46fccf1242f99d026d5626fc429d97274e7759b5871a520d60bb896ddae, '', 0, '?'),
(0x7bd84f9a0ffe7164e7f9cdae7864a5ce, 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', 1, 0x00000000000000000000000000000000, 0x2b5e7151f5cc0278e7c26eb90dcc35f8, 0x280bf80af28429b705d130d9df4d79e732b2de71a7d2d4a49076ad08dea02970, '', 0, '?'),
(0x7bddc0e6ab0664390d3d6ba4b91b7361, 'wp-content/plugins/amp/includes/sanitizers/class-amp-gallery-block-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-gallery-block-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xa1cfa00de2ca5a6cf3d4bc729d4fac99, 0x824aea3b5f3941e618f19982d57c09336bb6108f18bfad600536438832ef1d40, '', 0, '?'),
(0x7be0409491d1aa30b34e809d668dc0dd, 'wp-content/themes/twentytwentythree/templates/single.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/single.html', 1, 0x00000000000000000000000000000000, 0x2b67c623e93ee9fa4a3d0e3e9601a675, 0xf44901ee6659018823f4127daffda8cdcc3c5cbe46a1fe3258e93a92f186f1df, '', 0, '?'),
(0x7be088c337c8fef737fb3c6ea67452de, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js', 0, 0x2fb9f62a6805586248924db63cba5d38, 0x2fb9f62a6805586248924db63cba5d38, 0x22213d931f6a8d64613cce36af589229c81b280d7659c2d8d3a8ac79be3e5e9d, '', 0, '?'),
(0x7be28765e83bff5e33032e580d53bd96, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php', 0, 0x569d0cefb1ce884a25f1ac2115303804, 0x569d0cefb1ce884a25f1ac2115303804, 0xa3ef266f2c16f9c06a9161b0a26c83cb73677da122ff9fc9c57514462783773f, '', 0, '?'),
(0x7be4f3b7572ecfa1ebf64ae40256845e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_guten_blocks_editor_assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_guten_blocks_editor_assets.php', 0, 0xaef5bb2536a6cb513b12630640721d0d, 0xaef5bb2536a6cb513b12630640721d0d, 0xfc763373ad444f1e2cd7b794fd619bc9f3c64c528560ff25017d851c7f9a520f, '', 0, '?'),
(0x7be5b0c7010acd72490118ab90c51d06, 'wp-admin/widgets-form.php', '/home/abt90iranbet/public_html/wp-admin/widgets-form.php', 1, 0x00000000000000000000000000000000, 0x039aafe8f8f6a8d3d8b628764398a83e, 0xc6a1e69a464b09d6bc81d050e241e0a4f37c9b7326b5bc1b4a89fe66c8e0cfbc, '', 0, '?'),
(0x7be9493b35758277b46db59069b3d396, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7bed5cfd083fc6df0841cb7818abc316, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/tdc-icons.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/tdc-icons.png', 0, 0x0e633e63c0c8dd89ec439e1d96f033b9, 0x0e633e63c0c8dd89ec439e1d96f033b9, 0x0c4ea28bf71248d6f1ce530ceef28bd2a348e0136e497fd60adf7bca2613ba4e, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', '/home/abt90iranbet/public_html/wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x9c78f2827bafa8eb526dde813f510569, 0xecd63874f070ffc75cc4e25117aaf01c165ab3def0362ef46d6531889a315d1b, '', 0, '?'),
(0x7befd02d74995f0cebc861c83d2f7b94, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340.css', 0, 0x6963e59f58ed4c5e97310b31e8703fd7, 0x6963e59f58ed4c5e97310b31e8703fd7, 0xc4aa6e970fd36c54706376edc633c2ce514ad6a8cc7350cefb90cadc106289f9, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', '/home/abt90iranbet/public_html/wp-includes/images/smilies/frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?'),
(0x7bf276c83de34d53487a63aaf30d087d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php', 1, 0x00000000000000000000000000000000, 0x7395c1c5fef611ea199f79be9584ca27, 0x9acc6d8f238ba97abf61dc8bc3676384c212fff78b4af4af6f3a15443e3d5bff, '', 0, '?'),
(0x7bf5073bf4c03133e8383417cb1ce62f, 'wp-content/plugins/wordpress-seo/admin/ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax.php', 1, 0x00000000000000000000000000000000, 0xf542859a58b8217fa21ba5042d83372a, 0x22b0ab0749edbe8c8f9c025435f1e74bbd76821b466c6792312cf09aa09e43df, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', '/home/abt90iranbet/public_html/wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0x7bfa8d7cbe577a2f591ccdc4b5a8ae7d, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php', 0, 0x9d72885dd94370c34d53ab4ea52c6c4b, 0x9d72885dd94370c34d53ab4ea52c6c4b, 0x10c4d37aa372b04be5f225ea11240a55da8b1b3d33d910688a97350ef4cd5a4d, '', 0, '?'),
(0x7c024506bf3b75ac9dd1e2b334fee64b, 'wp-content/plugins/elementor/includes/widgets/share-buttons.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/share-buttons.php', 1, 0x00000000000000000000000000000000, 0xb071b9a7ef3fac293d09134e0d84df03, 0x32b44670a31797acb810548a058e692ca631325a32f5b17714a387caa36917d0, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', '/home/abt90iranbet/public_html/wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0xc7af9ed233ec9a918f5fa8a8c33eada6, 0xc69eae8b090833dba25625025af208f0a3b1f10d3621236dffdb548d359e90a7, '', 0, '?'),
(0x7c0b6a129292b7d773ad87bdb984cae6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 1, 0x00000000000000000000000000000000, 0x7bc23c91d8d2425b173232343bcd8e3d, 0x629572de637384e9b11ca30a1d76555b2f38c734457f84d46c21d68b04eb9cd1, '', 0, '?'),
(0x7c1046ef28eb862d7ddda7224819aeea, 'wp-content/plugins/updraftplus/methods/s3.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/s3.php', 1, 0x00000000000000000000000000000000, 0xff88c5b5fbfbaefa52bf60775bf5e62a, 0x19640a7ebf94f00fb1ec7afb135de9ae4f5a059047a4707430408f21533f6f4a, '', 0, '?'),
(0x7c1083eae6bd4ce7ef463883353c5a4d, 'wp-includes/blocks/gallery/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor.min.css', 1, 0x00000000000000000000000000000000, 0xfb6ce68561c16910e3ae8451a0f4eb7f, 0x967c05b856ab9d1088b8503ed758976e556ddf64de5e84bfbd77893545ecf4ac, '', 0, '?'),
(0x7c109a704a8b72f992d7a75284ae152b, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-11.png', 0, 0xbb5c994fc6e8c67bd7e87af676838b8b, 0xbb5c994fc6e8c67bd7e87af676838b8b, 0xbb3351587a0b4f4514d04f6f24c64c22f2bebc55b26ac18c9262862d54d46108, '', 0, '?'),
(0x7c15f0a8e274b4994123b00d8e412a0b, 'wp-content/plugins/elementor/assets/svg-paths/wave.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/wave.svg', 1, 0x00000000000000000000000000000000, 0xdd6dcdcfd73524b64e7edf5830499fab, 0xbb1793c3d1744b9b1772169eeae710f0d99966abe56e50198964ca20a418106d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7c1e200d5189b21b7d0f5fbceda8c25f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_9.php', 0, 0xf8f29cb683c49d0944b0a706d066c375, 0xf8f29cb683c49d0944b0a706d066c375, 0x6476f367f0280a80be2820d400248afa7d1eedf93535848c4941ed2020fea0ec, '', 0, '?'),
(0x7c285edcac765235109b2c1204f97667, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0xc6f896a434760c7b7d0d67f719ea0b55, 0x7ea40c65c629de8917f43f46a2cac7b167036ea7998192e89a411984093999fe, '', 0, '?'),
(0x7c2b378c3e8dd421dca8a9721e043f4d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0xe5f816167d92abea64ee09a5be87fe94, 0xccdb875426c290234a71e3c44ea626df941a4bbb93d6f2c0ab47f4da822a9b15, '', 0, '?'),
(0x7c2c90e5e726b18c4b1c7231e633c6ea, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/appearance.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/appearance.php', 1, 0x00000000000000000000000000000000, 0xe9d8baeaed686b4f3df36e0a70f139d7, 0x2a36eb56db9e2179626debcae046aa1a7f9650622d049d209ac29d430ae5691e, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', '/home/abt90iranbet/public_html/wp-admin/export-personal-data.php', 1, 0x00000000000000000000000000000000, 0xfc829ec53b0c5923007f8e478e911703, 0xe7cb189a98cc3791e5e0dfff0014f249019a81232254aebaf30c5b66acec0674, '', 0, '?'),
(0x7c2d9ac3afeca7ca2c29df58ceb873f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1_no_content.php', 0, 0xc96078a980ecb19f59acacb4ca71b735, 0xc96078a980ecb19f59acacb4ca71b735, 0x62d28ec1c4660a22485881b787f0e61728ead4214d9dd2d5f8b2d46864885ebb, '', 0, '?'),
(0x7c2e5d1bd318f10c10b00c8830db01b4, 'wp-includes/blocks/pullquote/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme.css', 1, 0x00000000000000000000000000000000, 0x84b954d65f57bf31fdab3d22ea300413, 0x9d25380b214b8148d3841d428003099aaf450d3cdfaca2e177583c86acf857ee, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', '/home/abt90iranbet/public_html/wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0x35c4224d5cf47cc048b5cf9cbee6269e, 0x7798fc2374f6dd717a14301841d5e883adf7f2d8fe0a2c8b447c3a56097d8a6b, '', 0, '?'),
(0x7c3068ccaf6a81cfbf5f8f35d83c6aff, 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x7c31d46c8036c2659ade36a67c64513d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_4.php', 0, 0xac399f2991fc182de95ef4f2fbe29a29, 0xac399f2991fc182de95ef4f2fbe29a29, 0xf54c0645319a261501bb994496be719c026b7f0d6c7c2619e82affaa3e984a8a, '', 0, '?'),
(0x7c392de6cb35e311f21a33d420fcca72, 'wp-content/plugins/updraftplus/images/googledrive_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/googledrive_logo.png', 1, 0x00000000000000000000000000000000, 0x0227ebec111ae4f5b8e15faa7cf71039, 0x6361e51acd713d4087ec811eaaa04fdd177746f7af5e31bda095b55be7e6f0a1, '', 0, '?'),
(0x7c3f13287fa9d0ac99272ccdcb360f27, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', 1, 0x00000000000000000000000000000000, 0xae3ea7af6c1d517a2a773184917feb50, 0x3711adfc9b2562932910c5ba429024cbeb8f6b67475f76198e442e906737998d, '', 0, '?'),
(0x7c3f71c12ff221d36d4dee5c53df796e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xad5c34622376091b5c7a71b2cde31195, 0xd340255762f1a875cdd3f50f8fea0f22c74eebecf93054641b0672803549e68c, '', 0, '?'),
(0x7c3f936d46f4c8cd32bd12cb0289f9e7, 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 1, 0x00000000000000000000000000000000, 0xd96a9b15785fec3d30de2012b4f8f3cd, 0xe60e6014d654b34c5110cda882e2889c46c80cc4f5640d8c3ecc5d197487462a, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0xba18470c39fb466d1fa3715115169e9d, 0x4ab5361ff02556b5da22d30d4bce79c9b39b68aaa41e9138864ef6e0dfcee946, '', 0, '?'),
(0x7c550f76f3ceab59ead24c4c84cd0839, 'wp-includes/Requests/src/Exception/Http/Status500.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status500.php', 1, 0x00000000000000000000000000000000, 0xd016d2428e4ed77854115a873087e57a, 0x309effa62f0c073603ac581294dc03dad65cf6d79380217c3426c14ce84939c3, '', 0, '?'),
(0x7c5587eb1d23558d75d94ee4c3ae0c40, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php', 1, 0x00000000000000000000000000000000, 0xb4e1052c2f384707336ca7966eafb2c4, 0xd08b0ae51c920085f73c5a1021ac7f2007359951feff61170ee633d1a3e4f84f, '', 0, '?'),
(0x7c595589ac54ce852b8c4a7b89648bf5, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php', 0, 0x132634d66e2369da1a4b0446e30a4120, 0x132634d66e2369da1a4b0446e30a4120, 0x226d582c1df429648dba430d747666a327dd46b18b87ede0708f3d2d661c5c1d, '', 0, '?'),
(0x7c5b7a14e4df993e72819887f6bc43e2, 'wp-content/updraft/themes-old/twentytwentythree/styles/canary.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/canary.json', 0, 0x51243cacde817d3b344d447616dea81e, 0x51243cacde817d3b344d447616dea81e, 0x17fed1513ceaee58245a955601f97901f28dd21f2a96204d7b801474b880e4ca, '', 0, '?'),
(0x7c6847aba9365d53aab6130a445d4849, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_8.php', 0, 0xbdd72e3838b92060102f3325af1db05b, 0xbdd72e3838b92060102f3325af1db05b, 0xe327534283298a1aebc2959cf73643996297517af9fc6c4dd76f38bfbf1d1aa0, '', 0, '?'),
(0x7c69e7d027cc16816031245f5ce1653a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', 1, 0x00000000000000000000000000000000, 0x28f97ac73548cc445eb2560649cf3e41, 0xb63f8ed4c0a2b84ffb0e9337ed0f8ca9e54a27f7ad881472c99a37c188c554bf, '', 0, '?'),
(0x7c6be8857a1533b2aa408a45b38dccc4, 'wp-content/plugins/amp/assets/images/reader-themes/twentyeleven.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyeleven.jpg', 1, 0x00000000000000000000000000000000, 0x1b11059a5c890a9c70e34849e42e25a4, 0x2208d1cae834b0b6f922731fe23e314910b9a1f69a3ab73c3d2304173e4f4e21, '', 0, '?'),
(0x7c6cf32b4616fbba23da9fbdacebc3f0, 'wp-includes/class-wp-user-request.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0xee0e5c780ee1d53e96b5ba68cadb37af, 0xc9e0ed2dca4b40aad4accdbc2246725c0593862f4b8d1a7202b381f4abe0d048, '', 0, '?'),
(0x7c6dc13100bf917a98045ea96de37bda, 'wp-includes/css/dist/customize-widgets/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0xf58996df320aa0dceb540068d14b8a69, 0x3908b492e2e06f3a7fc3965436990dd32213f699e69e5825a659100d160ca401, '', 0, '?'),
(0x7c72a1d5083dbd5f7df7058146eb39da, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_panel_settings.txt', 0, 0xf3219eadcc6f6fa8b052f54ee067823f, 0xf3219eadcc6f6fa8b052f54ee067823f, 0xd9638095f3a02043eb3fcd27f33fec445bf1388a9ca0ddec2ee7b046edc041a9, '', 0, '?'),
(0x7c813ecd9c817fce6c86ef7a5c750ee8, 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 1, 0x00000000000000000000000000000000, 0x2ae5b2316331cec1bb29c2ea32bb4bea, 0x29f2651939c9ac1fd5bb60b139dc119b8aa463871be654db46fb3cf8f1b830ce, '', 0, '?'),
(0x7c8ee42de131dfaafb86491d24324c4e, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', 1, 0x00000000000000000000000000000000, 0x92e5376e39f60c4b7d373178d3847283, 0x5c44bdbb3e5c884e7ec9b01ab35cf31ce7e563d2d59552abb48754329d78294a, '', 0, '?'),
(0x7c90cd4398ee2d9d3628c387a87a70e5, 'wp-admin/js/password-toggle.js', '/home/abt90iranbet/public_html/wp-admin/js/password-toggle.js', 1, 0x00000000000000000000000000000000, 0xb23b00f24ebbfab73689deaf83f5fac8, 0xd70eaf986ba621fe2eb3df80bf8766a8c7bfdc7801e4b2c66037f906167baec9, '', 0, '?'),
(0x7c91cdf748d8ffc2ec6c316541360db1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/routes/workouts-routes-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/routes/workouts-routes-integration.php', 0, 0xa4769fd7543e0f18fc6b994203989cea, 0xa4769fd7543e0f18fc6b994203989cea, 0x7bb50b3439ea52de5669ba0a63ce1ebe934d9a46e6d30a042ec0982393c8f4e8, '', 0, '?'),
(0x7c98eb4da6d24812e62295eb8021a3a1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_cpt.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_cpt.php', 0, 0xf7f17bc15b7ffe6d4731424625c824fd, 0xf7f17bc15b7ffe6d4731424625c824fd, 0xd4d8f62b72ef5cbd39cf5a89895ddaf75130842f8d5f16936a044f592f3cf7b2, '', 0, '?'),
(0x7c9908e64a490a554fc48b85a7f5172a, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx12.php', 0, 0xf6c75e3e6d9630dc14cf2977722378e0, 0xf6c75e3e6d9630dc14cf2977722378e0, 0x025db51ead83a8a00ceabda2335a709f0126925eb28f1b2d72415ef6a124b9ad, '', 0, '?'),
(0x7c9a0abf47dda89d1883accc6df5e9ed, 'wp-content/updraft/backup_2025-11-03-0327___90_2f097e2024d7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-03-0327___90_2f097e2024d7-db.gz', 0, 0xb0646425b840aa1d40a43a5c2b90f93d, 0xb0646425b840aa1d40a43a5c2b90f93d, 0x13d7b41718009869f0441c0da8817b864ea2b21c4201223041effca51087faf0, '', 0, '?'),
(0x7c9c4ad9a0c2f4adfde0747cd0ebc1a2, 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2cafa2faab1a0043318daf460b1ba648, 0x9cd21300de9b846ba3ce42b82a1b1aedd25e9f41af22d9396f7d6bf5867387e6, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', '/home/abt90iranbet/public_html/wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0x1e321bc1ca164effd131dc4239586b1c, 0xe711584ae88ac392c94873663dfb5d8bf9bf0ad50c2a764858d09f4413c7d943, '', 0, '?'),
(0x7cb59b7630d1eb6f8a56448e9fb10152, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php', 0, 0x003a615b1752223f8b4c73aa54c61508, 0x003a615b1752223f8b4c73aa54c61508, 0xf5c09e435c6c7206817cab66ab21b42c6e2cf24e8ee899111195843bc3f95077, '', 0, '?'),
(0x7cb7f8b0b085699d1f0248f47287a60e, 'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php', 1, 0x00000000000000000000000000000000, 0x3a5710b48db4bd4e7373c9c4157b7b3e, 0xffea68d5c371edcdf80cb1a0b0319bdcad1356d62ab6ff8eb250d9af96c1d9f9, '', 0, '?'),
(0x7cb82ffea9e7827f501974b14041c95d, 'wp-content/plugins/kk-star-ratings/src/core/actions/style.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/style.php', 1, 0x00000000000000000000000000000000, 0xb1cc69120cc71dec0b6d5810118a1d36, 0x14e5358ef18eef7f70abb48a1eb18873b58b12f0c8d508cfc6e6a2c3543201d3, '', 0, '?'),
(0x7cbaa8c534a529f83d337d26cfa48510, 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 1, 0x00000000000000000000000000000000, 0xbf616c09a32447b2c94c7219a5d86a71, 0xfb3a73549e949c83299b309550132a9a3c896a351c221edc027726d163526294, '', 0, '?'),
(0x7cbdcb6b959977c728f941d731a0738d, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php', 1, 0x00000000000000000000000000000000, 0x07a0594b1a716652eb216891d167bdfb, 0xe04ed99cdb74eabfc882bceb8e8ecb0ef0756761fc3ad05b31160d7ab32d0b48, '', 0, '?'),
(0x7cc3ee33b732e984025e716afedae71b, 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 1, 0x00000000000000000000000000000000, 0x647478ee00edc792a38703193f5f8924, 0x352b89d36d449255295bbc6fb9d299a14f658c1e42cedda6ae3ba4c5590ea650, '', 0, '?'),
(0x7cc7cf6b34a15fface667d11de2c9158, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 0, 0x5a039da3a9ae34fbdba128ca675ba6e4, 0x5a039da3a9ae34fbdba128ca675ba6e4, 0x01d3de77c26b6aeb842e4cbc5485a88af13f3d4555af12c0dd9b45bea393f86d, '', 0, '?'),
(0x7cc973aa6bfced9e5bf86383fbf5d099, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 1, 0x00000000000000000000000000000000, 0xa61b75555fc573b553d282ccde2760d7, 0xe963113fc0b70650e29ce1aaa881380fffc12bcf07d0914cb37de7323aec5871, '', 0, '?'),
(0x7ccec9838e78e6e5699c7b31056adcbe, 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist.php', 0, 0xa6cad3dcce25a48a231dcdd83ba13f07, 0xa6cad3dcce25a48a231dcdd83ba13f07, 0x66bfd291a46a9b97671932c104a0bec29bf18ac1480e158b6400344b871950df, '', 0, '?'),
(0x7cd3d40e7d86bf3ebdabe54b296292db, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-stacked.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-stacked.php', 0, 0xbc771d0bf3a52f378737016656b56726, 0xbc771d0bf3a52f378737016656b56726, 0xcb76ac45fc782cc325a6254e41e420363bee33342a453b111660d42335161b61, '', 0, '?'),
(0x7cd69c9750f3d115ac261af28e5d1ac6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1.php', 0, 0x9e5add32a996d1dd243c9415c462c845, 0x9e5add32a996d1dd243c9415c462c845, 0xfe8d93601a227600d0969f931aa104a89c6e64582513b6633934b317828f077c, '', 0, '?'),
(0x7cd71e7e9d628d14c3854c9277b55e5c, 'wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', 1, 0x00000000000000000000000000000000, 0x320bea8c13b919b27054a421280d0e14, 0x4d77c86a67de3811f85c47676036c43cc8fe1d7d7bf61aae4e5dbf7b785eac70, '', 0, '?'),
(0x7cdf4fa08b3a6b3f2c28553aceedbc62, 'wp-content/themes/Newspaper/woocommerce/single-product.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/woocommerce/single-product.php', 0, 0xde9d5d8a7aa4002ad8096411c16822ba, 0xde9d5d8a7aa4002ad8096411c16822ba, 0xd5cc57234abe4e0e270c9947229a27278a26be8a06d7d51a5277f044c82ace1b, '', 0, '?'),
(0x7cdfbc78895001c7c3e0555f0759ae0e, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_head.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_head.php', 1, 0x00000000000000000000000000000000, 0xaf28b2c5d4832b1c215c639d576782fb, 0x023ea90ff4a3ca5d2c2a3fe5cb888084e7ce611dc23148509382b626c7e52ceb, '', 0, '?'),
(0x7ce0f0c19c2b35f076312152520b7a26, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.po', 0, 0x601e44bc310bb5194105aba5a857209a, 0x601e44bc310bb5194105aba5a857209a, 0x19d272c20c39cb6bd981c4635b35adb5c63d6534633a27367b50294d188c81bf, '', 0, '?'),
(0x7ce235a5787487bbbf13dc8ae74739a5, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-he_IL.mo', 1, 0x00000000000000000000000000000000, 0xf18293d90b1da667598375c9590040d7, 0xca3368f4e0ddcbd9fb700c1a3a13353198ade447b957ac76dde55e9c10b5cd37, '', 0, '?'),
(0x7ceaf994175c89f477bcd6181ae79cdf, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-1.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-1.json', 0, 0xddd81d9534f5abdee00d0e6dc75d2466, 0xddd81d9534f5abdee00d0e6dc75d2466, 0xa44e9c9a5373a870ea4b58e591006dc1c725779996fb7a06dc7672869214aeff, '', 0, '?'),
(0x7cefd643aba5b423a01bd1e6cafaaa67, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3.php', 0, 0x311d30240867a2152b9791ee1b3e2e94, 0x311d30240867a2152b9791ee1b3e2e94, 0x57eb3b664fa91b4baf7fc9472cf3f68fca2d183cd0150923da4c13674e3c4132, '', 0, '?'),
(0x7cf56c5bb7eca00a3caddde32c49b685, 'wp-content/plugins/amp/assets/css/amp-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-admin.css', 1, 0x00000000000000000000000000000000, 0x6825a7530d9a868e189b6ddbf2f6266e, 0xe391f5be8e3d81a254aaee0d61b04eedd7468680d40f577b35b647854510ea30, '', 0, '?'),
(0x7cf69369bd817f5a967be6f676e1a32d, 'wp-content/plugins/td-composer/mobile/style-amp.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/style-amp.css', 0, 0x5b4eddea26e6fa78229e0b217fbfd5ff, 0x5b4eddea26e6fa78229e0b217fbfd5ff, 0x775869719e3795aed8fff75e81c8c15f94afefd15422c2df128b0afebbbc2d57, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0xc5c8e3addb2a423e0983dd43bb72cd67, 0x6824563c1ea20360f95829982c81e38dace1ab91490a44e20182582c79dfd89e, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', '/home/abt90iranbet/public_html/wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x1b5381d304feced1c0420cde3c1e822b, 0x223bc723159289cbdb5c9aa160bd7fd3bcac0ba09bf321134b316f99be9c0ad6, '', 0, '?'),
(0x7d02a601354deb089611640f5813a9a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_css_generator_demo.php', 0, 0xa37a6ffa001ca8fd5020ccb40e97e3f5, 0xa37a6ffa001ca8fd5020ccb40e97e3f5, 0xf3626de407cd2c6b1e207a83f56be3e8b21131a9e29edea4549534359d198bb1, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x7d0bef6158965d19bce3850ea8442a49, 'wp-includes/blocks/file/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x10cafc850a38a3be2e670042837f50b7, 0xe4543cbaeca9784fd5bf57ed597acec83f21f3d525a4ed6dff703310827c40bc, '', 0, '?'),
(0x7d1d094ee7179ac4c6c1873e71cf37e1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/demo_style.css', 0, 0x64b711a098f4201bc950b08082a014b2, 0x64b711a098f4201bc950b08082a014b2, 0x112342d5df3bdd64dc1b03da71bdebcd097da15c277395e92c2ef5eb6d7dfe46, '', 0, '?'),
(0x7d1e3c32fcf36c2878b4340755ee0eff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', 1, 0x00000000000000000000000000000000, 0xd12209b37bc0c1a86af9058f53de1bb6, 0x5e0eff3a5895150927a2e48630f51df9ca854cf40c07749d8ed0b698f566ab45, '', 0, '?'),
(0x7d1faaec0ac2b240f813dc259229ae5e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', 1, 0x00000000000000000000000000000000, 0x926fbb7d778eede33289276a0e1c346f, 0x7cbf0d76e409073162c8e70fc2bc10365bf4f11dd38ca631e1fba6c4bfcc13a5, '', 0, '?'),
(0x7d20f238b3cbc6685bc3acfdc5a512c9, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_3.png', 0, 0x5c069543923495f4514e6025322eea6d, 0x5c069543923495f4514e6025322eea6d, 0x342aa41ab6813ad593bd640281d0b2be2fabff2a15d3a97d2edac96c8b972bc3, '', 0, '?'),
(0x7d21c051dea1257e449fa86a7686f436, 'wp-content/updraft/backup_2025-08-17-0331___90_72bca7b54185-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-17-0331___90_72bca7b54185-db.gz', 0, 0xa419bc2792cbc1c3d85aa3be2c71a841, 0xa419bc2792cbc1c3d85aa3be2c71a841, 0xdc2f6cc5406b807741f5a9ee9d83b9554ae5cddb620723a6e74f7dac57327ec4, '', 0, '?'),
(0x7d2350dede0a7fdefba5a548b8f6061d, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php', 0, 0x5d078536feb3e202ca5f5a84e0832871, 0x5d078536feb3e202ca5f5a84e0832871, 0x9dafb506913ba178bd7cf3e6739faa4f8afeea88a410ce250d582d616a4062f2, '', 0, '?'),
(0x7d23dfdcd4181531b31e135b81601333, 'wp-content/plugins/updraftplus/central/js/central.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/js/central.js', 1, 0x00000000000000000000000000000000, 0x7d2e7cbf43da262f559bcb7c38b09b81, 0x12e4bcade0eb6a781e840324e2500e24f3c0a3869ca9caa0c342931d4155054f, '', 0, '?'),
(0x7d28407d2ab43183a92ce1ecf0675be7, 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 1, 0x00000000000000000000000000000000, 0x665138332614ec37fa40e18ca93b1331, 0x2787ffc5449e8bfe256a5153216cdf117421edc62ce68cd1014196819a042ab0, '', 0, '?'),
(0x7d33a370435ff1d32daa8f5a263634c7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 0, 0x5963a5dfd9ac12fa445bae0c6e448b4b, 0x5963a5dfd9ac12fa445bae0c6e448b4b, 0x822b99832f0d2d8d9d2f2d071b74679921fb5168db059da57fb8a1837110b724, '', 0, '?'),
(0x7d3480bf5fbe1fb8ef4bad16b2e24910, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_3.php', 0, 0x2cfe899ae409e12daa08a5d672a05cd4, 0x2cfe899ae409e12daa08a5d672a05cd4, 0xe5dddc2ab11eb0a72882db3c3572ce0b0e6df970a1ac8e63e53ca0f4d25cd824, '', 0, '?'),
(0x7d3559c4147820f9c2b9d6b316a05b72, 'wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x7581b000ecf5c888c58ca81c21cbb220, 0x526c3fd964e6d4fd24dc880688ac00bf02e6db2fcce22a5997538904f9195232, '', 0, '?'),
(0x7d3cb3c57d232a1425d3563ee7d9c996, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 1, 0x00000000000000000000000000000000, 0xdcdaeac4a1df98ce54d65a344242c653, 0x26c22e58743d63fb8015aea774fdffa941504f425bcde11d8344fcea46330f0c, '', 0, '?'),
(0x7d3d3b13749c88966ca6fa58e0e79a72, 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css', 0, 0x8fa3bac6a7e33d7ef0a907015c5f2285, 0x8fa3bac6a7e33d7ef0a907015c5f2285, 0xaf946779916b4d8612d063e370602b761347263619b883ac43f51a6c75ff63df, '', 0, '?'),
(0x7d427111516f0640eb6c22abdd04e5a1, 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', 1, 0x00000000000000000000000000000000, 0x3bc1eaae2ee12bb6ed8595cc219ab23b, 0x5dad3fd3473c494c29a22bf23c391f942d0cea3c6bb5156790eb761dcad4a3fa, '', 0, '?'),
(0x7d444435849889d575639430c27f3ca5, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php', 0, 0x37fc92fb72c91592b302955392e4b1ad, 0x37fc92fb72c91592b302955392e4b1ad, 0x9aeef21af177059692aba3d6b81a5ac289e9fcd2c8302256b2ab61f97585ac74, '', 0, '?'),
(0x7d451e03b84f07c1a953e29b3c6afc20, 'wp-content/themes/twentytwentythree/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0x87d7a7f1e44d9d54745f1a7bf321b886, 0xdc2242f7d7de4b472786089ddca9c8fc807e4d88d5de209026675380d25dd814, '', 0, '?'),
(0x7d4f9f2021d9b6145df64fcd4f0b5b8c, 'wp-includes/block-supports/typography.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/typography.php', 1, 0x00000000000000000000000000000000, 0x212e0048a532cfcd032f62c4132c4a54, 0x8e24bbc32a49c99f8cbe399a5ad6ba961fc6a11d9e0110d703ba1cbb734c0c63, '', 0, '?'),
(0x7d5072ae99845741d34a25a2e12163f5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', 1, 0x00000000000000000000000000000000, 0xf27e5a69a87fbb85505fe042c729c014, 0x9c7bda5321347186bd26a9995febdf0ae58b18b944890d2571d1accd46304eb1, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', '/home/abt90iranbet/public_html/wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0x8f9aeba3898cc81961186e58c3ff1d7a, 0xa975a916760a2b548e55e30e9a5ce55ba58f81e52e4ce4f0d5d125b01e50b2d7, '', 0, '?'),
(0x7d5dab039f9be2e1fcaf3dffd5fe8054, 'wp-content/plugins/kk-star-ratings/freemius/templates/checkout.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/checkout.php', 1, 0x00000000000000000000000000000000, 0x5076193de1e24a7fe04d83a41ac09bee, 0xb1e38930d6bc08e81aa5563a6bbd83ea34bc1f8aa4f971fc0bfc7717f0294b8a, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', '/home/abt90iranbet/public_html/wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x7d6285664e4a56ef51c576573922520f, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/user.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/user.php', 1, 0x00000000000000000000000000000000, 0x1f0c45759b14940cf3ba03de89e00c8c, 0x195abbb17281d26d573c928531e8cad0f8fe42e1cee2f78a75950a8fb7f4f8c6, '', 0, '?'),
(0x7d62d7f8c6aa4ede35a3da499c1edc12, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php', 1, 0x00000000000000000000000000000000, 0x92365cc2e75be9888ae9042c4b1e9623, 0x2dca53c3a1097f7170806957a50dad226677a6268c60b1f45942a4bd6cd5225b, '', 0, '?'),
(0x7d63bada599cd1faad8700d64c05acb0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_5.php', 0, 0xc87bbb365f80efd566cf1a6ed9d824d0, 0xc87bbb365f80efd566cf1a6ed9d824d0, 0x1818d1330fd96ce1d6532fbd13b5c84646a7d88ef3bb2212dce97bf7a86b61fa, '', 0, '?'),
(0x7d651fa2828ea21f0c06b7644bf10235, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-settings.php', 0, 0xc305561c5c2751b8f67d78c36692a102, 0xc305561c5c2751b8f67d78c36692a102, 0x2a15f5d6470bb9f7f41244903a104c92ecee702f52744f186d10d455e98a5eeb, '', 0, '?'),
(0x7d66a988815a3b11d3a6364a512b6e9c, 'wp-content/plugins/td-composer/includes/panel/tdc_header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/panel/tdc_header.php', 0, 0xf8fa5c627d1076fe1cb3dd95d87227bd, 0xf8fa5c627d1076fe1cb3dd95d87227bd, 0x50f8487e2f92ee5ed89e5c848bf62992a1da030b3cc658d21dbd4674a465d347, '', 0, '?'),
(0x7d6b3df80f1d00e445d5fec37c15bc87, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', 1, 0x00000000000000000000000000000000, 0xd97505156880df9a266c35a2bb2696b2, 0xffba833a5cb49471eb7d715f2c8ab19b40ab76f53e4acfc3d9ba8d88a9178e24, '', 0, '?'),
(0x7d70d61931bb4570924a5657ba8703bd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', 1, 0x00000000000000000000000000000000, 0x5313c72b41f678d0bf57ae2680e1c9fe, 0xf062bfadcacba48f69a7eceee51f88b47aad1bf0f0a16a8cbb966013efece2fd, '', 0, '?'),
(0x7d748f0eb5df1f52e976a5c744a88cd5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', 1, 0x00000000000000000000000000000000, 0x70f5f031b77da04617fc21a2a251f5c1, 0x0c73ca0b4121d8eb0a6fe763081148dbb5e5800bad8f32c54ea98f41026d86fe, '', 0, '?'),
(0x7d75eec1060e2e5b05e2d8b68aab89a5, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio-gallery.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 0, 0x9a2333134ea3be34f35a7c1c1df92673, 0x9a2333134ea3be34f35a7c1c1df92673, 0xa4d3c4ac1052cbb51c21b3d5bbdd8b8ee0e3117a9eab414cf6e67f1424a7710d, '', 0, '?'),
(0x7d75f614e9691fdb504f21658689daa8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_10.php', 0, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7d769e87ef99bc8edc8a100a9a6c1891, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 0, 0xdcd647d5e0adb39b61a223c7d90aa221, 0xdcd647d5e0adb39b61a223c7d90aa221, 0x374a5f43f3237ad6e356af0e0d157110f9f0ad41311aac65a20af26d203d5f48, '', 0, '?'),
(0x7d795dafcaca665332d5daddee6ec5e6, 'wp-content/plugins/amp/includes/validation/class-amp-validation-callback-wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-callback-wrapper.php', 1, 0x00000000000000000000000000000000, 0xd0482ad11e66a7f8156c3bc13f4389f8, 0xb585e490f55ea32430cc2a954cf4aaffcdc7a5ab5969cda61cfd91c0ca2f0fd5, '', 0, '?'),
(0x7d7cb8ee002b854eb1365daa9b175202, 'wp-includes/blocks/audio/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x66e9db5fd00b851c30c803349be89761, 0x86e3a7e712733821d732308788daa087a6d2cef2d72f25e28705513ffb945376, '', 0, '?'),
(0x7d7e87a70d0cdc1b38ad6acb858b3bce, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php', 0, 0xa567647e726dd4ce96c26c31bb1d73de, 0xa567647e726dd4ce96c26c31bb1d73de, 0xcbf62f521e84cdad321550c01b7a2b91c837d27deae7251fcb01d718684bda6f, '', 0, '?'),
(0x7d80426f7b0476b2ad69b5ca1dd7b898, 'wp-content/plugins/elementor/assets/js/gutenberg.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js', 1, 0x00000000000000000000000000000000, 0x4ed5a70d11622a775bce0d34a967771d, 0x754feadcc75c8a7323f2538987a0a241da9c954a1de7407c643e3927eb8a0e7e, '', 0, '?'),
(0x7d89cd43f4b340210e787e36fa9cd7bf, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-it_IT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x9f044e63acc597a73ebbd8cb833cce05, 0x171f72a1c0ec1d9140299ef03fbf389089dcc0a9d99e3ec7973c093ad308ad20, '', 0, '?'),
(0x7d8beba7a218f591a6d37a27bff3b562, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_8.php', 0, 0x65240d2871a6ad5b1b98a0fcb4e3058d, 0x65240d2871a6ad5b1b98a0fcb4e3058d, 0x3306703aa51e84beb57cc2f2aa2424292f2204fa03b0177b6b18f15651c99585, '', 0, '?'),
(0x7d93114f9c6220e33e07bec23f32791b, 'wp-content/plugins/updraftplus/includes/Google/Collection.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Collection.php', 1, 0x00000000000000000000000000000000, 0xe2946b481a6dfa27529e01246b0870fe, 0xf421bc5666a9a4d43a2be96acab1af6280b01b8b7227eb710d2737b0f9b6f02e, '', 0, '?'),
(0x7d98aa4c3986354956f7756c5d59c53d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2_no_content.php', 0, 0xac402efdc27f392badb179737c1d3dfb, 0xac402efdc27f392badb179737c1d3dfb, 0xbb40b1ef69dece0149c462252f339697030ee6fa9f590d51d22f9e68e11bc1a6, '', 0, '?'),
(0x7d9d339f5bb42ac13f3d7a2bcd5004c9, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php', 0, 0x0f472f0a1969572bf047bb08339802a1, 0x0f472f0a1969572bf047bb08339802a1, 0x94fecda1aaa0221577f5ce11d852e767cf82a2b656847d3d98a9140b45a735a7, '', 0, '?'),
(0x7da5e511df179137fe96e29856adccf8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_5.php', 0, 0x818d6d8f6478aa7ec8fc95d354beeb30, 0x818d6d8f6478aa7ec8fc95d354beeb30, 0x40a88a6bb3e097f271c79ba9d298849d0d5eb774e1e51b7b4de8fa6f2f3d8569, '', 0, '?'),
(0x7dabcc7ba7894ad6907527c450b4da13, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1_no_content.php', 0, 0x68c2e6a41528780cc804eb38b8e905ca, 0x68c2e6a41528780cc804eb38b8e905ca, 0x9d2ba2e4be89ca4f795a227b8c455d47508925f5567a1da8e14be4584a71d8e4, '', 0, '?'),
(0x7dabd70acd2851780a7398d64586a822, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/add-ons.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/add-ons.css', 1, 0x00000000000000000000000000000000, 0x12936463339e79deea33d46a6c4246ff, 0x55153bbbe072106933100eed5cf272d5d1edaee752c1b07dc77d82f182f899ba, '', 0, '?'),
(0x7dac72cc1e9487d9330d3ca50d0d5339, 'wp-content/plugins/elementor/core/settings/general/model.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/general/model.php', 1, 0x00000000000000000000000000000000, 0xe8dc7544203417761c4181afedb9cb60, 0xed8f697e624d595199ac32254cacf69741e274163510583e33a660bb7cf2f0fe, '', 0, '?'),
(0x7db127dba1e61a268c984c5e7afcb97e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_3.php', 0, 0x41827a65a7f3e2f00c9a5e7d7166f6c7, 0x41827a65a7f3e2f00c9a5e7d7166f6c7, 0x7f09ea03ea0d9feba3e174eef867fae3bd9517010688850313ebb70421f696f0, '', 0, '?'),
(0x7db2936cc538e55c07ed3bd9cec0e67e, 'wp-includes/blocks/social-links/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe5f5427185783fee00976e7c150c53e5, 0x2cc7d4c1545f98a3c51d9d204883905281cd4d76639be32c1079eef60ed5387c, '', 0, '?'),
(0x7db2e04cf7af9d65132989ff0c13fea5, 'wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php', 1, 0x00000000000000000000000000000000, 0x693d0c6c2519e8408b8c9dd0fb1b2f97, 0x60bc3f331d2c14c4b5a41f45b445c10e26e973521cd64b79be4eec5fe6d29a62, '', 0, '?'),
(0x7db4ce2da52490984ca2485f52949a99, 'wp-includes/blocks/paragraph/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe13e4a9fb03be387adb618a1cf0e4f99, 0x4042bf4a6f96e258e6ea5f7c219c1357fcfef5a6eceec9356c6e57ff26afb67a, '', 0, '?'),
(0x7db6564a4f604db8ce1c35a82fe70df7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 0, 0xe433e97f9b6e2ef5f36e50170b683db2, 0xe433e97f9b6e2ef5f36e50170b683db2, 0xfb733b2032c3692f5bf63febc1cedaaa3baf9113efbbb0d5dbc59185c36013c6, '', 0, '?'),
(0x7db72bfbd9c2d2e2c58bdd154cb25f57, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7dbb75dc61c76e7078c87bd5282fc3f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_panel_settings.txt', 0, 0xd93b946f0b853ebd4e2923c71dd5d897, 0xd93b946f0b853ebd4e2923c71dd5d897, 0x6a57eca7ba948c5cb0ea0e62fb90de55f5c64974e2243bb525bb1eb779a60f14, '', 0, '?'),
(0x7dbed5c3b7a04df02a49caf577ad521f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_5.php', 0, 0x6133d71f699fe3c8adf81e81c36eb290, 0x6133d71f699fe3c8adf81e81c36eb290, 0xa71e65878eb0ee1a95f1bb2dbfb8e42aadb4e9c77fbf5c3e548508fb48f7bc33, '', 0, '?'),
(0x7dbfc52b25ac780eb8b2a525b4bf3066, 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/01-display.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/01-display.json', 0, 0x3ce72eb396682ec40b6cb0ec5dd0ed01, 0x3ce72eb396682ec40b6cb0ec5dd0ed01, 0xfa938c6d1f78ad392c4df751ddb264347eb1252b4e3485be3b266fb71d98173d, '', 0, '?'),
(0x7dc29391d862d960a3492df9909b30f7, 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 1, 0x00000000000000000000000000000000, 0xb85d2c27b9f7350827d8ed0f22fe8b54, 0xa9d01aee77318213b2f1237a2b31dff7cdbafeccbc4c182e02eb78e8f077c60b, '', 0, '?'),
(0x7dca2791d42c55e6d57413396ced6c7b, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', 1, 0x00000000000000000000000000000000, 0xd259b292812ecaaf2bee1034316e64ec, 0xf86b8341cfbbb6f9e607c5be4e9006b345286ef4e5d7101022450b96028e0a06, '', 0, '?'),
(0x7dcb1944df85e7bcd2fae41fdb4ee95f, 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 1, 0x00000000000000000000000000000000, 0xb8ff8affb1731c1119434c137865c273, 0x99c26f5e04c9afa84aef22a8c61bfb6563ea8fbe77cf6c31a0b65bd3473b5c7d, '', 0, '?'),
(0x7dcb418db2c3bb7945030b113268d138, 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 1, 0x00000000000000000000000000000000, 0x6767fbc3c47e8d38391d848ca5016519, 0xeb8e9322c2fc114ac508ea33d16dd977a7a6ee423e16d86ff51e9128c580faa7, '', 0, '?'),
(0x7dd0f9466617032316dd68d8a3bf9c8b, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar2.php', 0, 0xec73590fa0e7367f9f13f09595c0c155, 0xec73590fa0e7367f9f13f09595c0c155, 0x038a77f902d01a5c1841c389a49018b9b6b647e73b09b9219ef6c984fce96e05, '', 0, '?'),
(0x7dd818a9eee729f799570e0a8ada2884, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x91022696b3548836986b1befe9cc0b5c, 0x00d75961c778ee08c1d5737c2ee1b8f912e5e75789c43860c763f22050207047, '', 0, '?'),
(0x7ddac51cfbad8ae93d3de2c742edbdf6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2_no_content.php', 0, 0x0562f169dceb577656085e7940a5899a, 0x0562f169dceb577656085e7940a5899a, 0xa960f51d16c1e2f77b4e490643b202f521e800bf3fdf84ef88173b607d81edca, '', 0, '?'),
(0x7ddb13cb1b0aa036d50a04d1d0c0c6a0, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf.pot', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf.pot', 0, 0x75184179685dafdf159f806afdc83a56, 0x75184179685dafdf159f806afdc83a56, 0x1e9f705c427b0815fa8870a1a395ef46a9c856c2921180ce6f933b8caf4cdc0e, '', 0, '?'),
(0x7dded7d3073bba391dc909a4f2349cd8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_4.php', 0, 0xe6cad8c3c7bcc95037029b002ca9c01d, 0xe6cad8c3c7bcc95037029b002ca9c01d, 0xe58b1b9cef717b0c6072fbcd223fb1f14baf93ca25af68ae8bc2722acf6c3479, '', 0, '?'),
(0x7dec6076d25f729c4f943eb4b496a97d, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_01.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_01.jpg', 0, 0xbae6636cc16c1f3c2ea93be30cc3745e, 0xbae6636cc16c1f3c2ea93be30cc3745e, 0xbbf7b0b26abd3a6330e8fb13a96cf4ac1bcafa6a9fbd2482588f6ce6469fa79f, '', 0, '?'),
(0x7dec8fed2ac10416d702ee81a9212c9b, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-2-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-2-col.php', 0, 0xdd232e99a91a4263b021d7bc4ddc2d4c, 0xdd232e99a91a4263b021d7bc4ddc2d4c, 0x7ab0507a9a95d7784a524367b390c22070a374a22d6c4dd3327c9e4d90b7c890, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', '/home/abt90iranbet/public_html/wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x123e1ee0e1353e712553e5a65c2f2c78, 0xf3ad8e20c415c41a7f330ad4a863d200ea6b0689fad1953604fa94b76b36140c, '', 0, '?'),
(0x7df2a1f4593a922db9622c326bb306ea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', 1, 0x00000000000000000000000000000000, 0x6bab2c89b901cea70ab049c497371d76, 0x9a20c6f539ae9449ccd8c1304b334ac4949de508a1a80689a091cdb9977fbb39, '', 0, '?'),
(0x7df3c209872f3b8a0d754b6510e5ee3b, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-bird.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-bird.php', 0, 0x7b192a81a09a5751cb4d61c1c4d9218c, 0x7b192a81a09a5751cb4d61c1c4d9218c, 0x8852f7323d6dd98933fde804145d0596e8bdc44b69d1a1477a484a1708f8dbef, '', 0, '?'),
(0x7dfa44535c12b46a80a2f061411249cb, 'wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png', 1, 0x00000000000000000000000000000000, 0x7a740918a66a0b64252217775a09284f, 0x5f5936fe66048ecb59380f46aa6487bea7016e041b8b92960724c2c14e2ad4fc, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', '/home/abt90iranbet/public_html/wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x39aea0ad5c41c71d17c382f1a9b52a10, 0xd42e9d251ec396ecba27eb0fe5b7c9ac34b8afdc55655bd02a5e84fce7f90489, '', 0, '?'),
(0x7e017a2a107be27203ae6848a2dc10dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_9.php', 0, 0x32fdda223995ecb17f6dd3da06f0839f, 0x32fdda223995ecb17f6dd3da06f0839f, 0x959bc44679d60d314623d3a32f1b18fb052687249a6fb05cacd48f6a09590e28, '', 0, '?'),
(0x7e046fb17c3ea635e8230997da9b2194, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/demo_style.css', 0, 0x62d2ae7f54a4e62f86d4afe78223fbd4, 0x62d2ae7f54a4e62f86d4afe78223fbd4, 0x33345ed7eb516240f502827663ebc8c1a311aa76e44ee98316894ed0897c99cd, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7e088d32eea155f08db2e707d5648d7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', 1, 0x00000000000000000000000000000000, 0x00e6ccc9322ed202289e551bac101bbc, 0xf55924338a526b41450752258331b11180b621116bff61aca51a906b053669e7, '', 0, '?'),
(0x7e0b720439f9cfcc7716547b56190431, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', 0, 0x929a6ce4a533b3542671c34b2ef8ed83, 0x929a6ce4a533b3542671c34b2ef8ed83, 0x2f19c297f5c01f4d7c498d2c49ffb30e6ef14bf0556b2e3445fd4b70da0625cb, '', 0, '?'),
(0x7e0c6e576414cd3770a5a8c2edef94bc, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php', 0, 0x225dd0e0e60f6020df5e372a3b1576c4, 0x225dd0e0e60f6020df5e372a3b1576c4, 0x71050999f221ec12e735bfe0ff9a95d6b6b2d31e6cf03be36734d7e624bbd103, '', 0, '?'),
(0x7e13660b9b9324f730c5121964392d6e, 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 1, 0x00000000000000000000000000000000, 0x2c2dd1cabd2431634f0ff8693f165911, 0x9764585551332b4e611bf2e7e56c2bd21fbe7a75182ae88a2a15259331007165, '', 0, '?'),
(0x7e14c8be2ffa086d1cdad680cd21fcec, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xd873c9fb585dfb5b7343163e8d51d4db, 0xb33e8bca5f631a4a2bc9de170fa1acb6619cf8a785b396a8c3556d76299c6c67, '', 0, '?'),
(0x7e173c42a9fa003dec2b687c178c6fdc, 'wp-content/themes/Newspaper/editor-style.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/editor-style.css', 0, 0xd808e0c84cc00f390603ae797731b880, 0xd808e0c84cc00f390603ae797731b880, 0x2d5edf37d67185f12452f9b4a9d13504788930f6b564ac2e50c5c8ca32cf95ee, '', 0, '?'),
(0x7e193f1ee7965c07ea3ab0cfb801b118, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2.php', 0, 0xa25495110ae5fef5666b8fdc33bf79f7, 0xa25495110ae5fef5666b8fdc33bf79f7, 0x779175fd7a48b576dafab9a756492c5e82d0eca1450d8114f436ea5c0662c6cd, '', 0, '?'),
(0x7e1a1e3cce4d60474fe29d7be44e83c7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 0, 0xdcd7319c0c8ecda98d2333f895a601bc, 0xdcd7319c0c8ecda98d2333f895a601bc, 0x1cf78fc50fd6bdd0179f133df86c4293e5a3a519eea300a24fbc3c640ad403d2, '', 0, '?'),
(0x7e1a973f124feae5ab74ce59b631e0d6, 'wp-includes/blocks/comments-pagination-numbers/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd2a2ca9fc189d0cf123bfe566b6e0634, 0x4c63dfbd342142c4a23a5bbd8dfe5a18b307eea58dcb1d990dbde9519bf279a8, '', 0, '?'),
(0x7e1db1f65cc9c75f628424c92da5ea21, 'wp-includes/js/jquery/ui/selectable.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectable.js', 1, 0x00000000000000000000000000000000, 0x36771b12c2f86b96863823d3b20cbb39, 0xb511c45ca37bdb4ab143e6e03801e57f02cf59cc3e135719fd15cca6cab65bce, '', 0, '?'),
(0x7e2580969e1c4b239ad5629334ece4c3, 'wp-includes/Requests/src/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/error_log', 0, 0x6caf65616986afa0d11984e0ce7e921a, 0x6caf65616986afa0d11984e0ce7e921a, 0xcb4a22195507ae739035aadd22a775427acee5bf0ffcca167c377cf8f10c18bc, '', 0, '?'),
(0x7e27ae11435f8068aa4613f2c6b6a2ce, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', 1, 0x00000000000000000000000000000000, 0xfd656c586c2caa29671f655616031975, 0x51e3467de7cf670383b6006964313fb5233c90c8227834f27f7000f818261c33, '', 0, '?'),
(0x7e2b5a8deacb99a536d3c2fe5b7a70ae, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php', 1, 0x00000000000000000000000000000000, 0xf66f62b701ac810c6962d3aec5d4e3e7, 0x145197a62626e760cb97414549cb88c85cd5c614faaa4e21803059676456b620, '', 0, '?'),
(0x7e3258692c213558ce8139f057c06fe8, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-3.png', 0, 0x341718ed30d36fb732b6cf0d12d24fb0, 0x341718ed30d36fb732b6cf0d12d24fb0, 0xcb2096904810cae1b4fcf006d2356e2e5968daa8d396528828e5ec7df02986af, '', 0, '?'),
(0x7e34472f993751864f0b4314ee6d91ef, 'wp-content/updraft/log.46f2cf6f2f60.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.46f2cf6f2f60.txt', 0, 0xb199b6acab5dfb012ef178f3c7ebe1c6, 0xb199b6acab5dfb012ef178f3c7ebe1c6, 0x02c5223276d2f3bc687b90b29ebfc4c2229808e415ea2000416543c1f7156e39, '', 0, '?'),
(0x7e35c33145194e0532cdb1546dbd187e, 'wp-content/updraft/backup_2025-03-16-0339___90_75847863863b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-16-0339___90_75847863863b-db.gz', 0, 0xc6e662a0a82738acb89dc46eac431fea, 0xc6e662a0a82738acb89dc46eac431fea, 0xc0935dd6d100d2c2daf53bb1d4976eaf10ab70a75d00e7a3ab4210bd754da8cb, '', 0, '?'),
(0x7e3b5805b2cd4ba52e5105d9a7ed5b33, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.po', 0, 0x372623eec61a016441d5ea8f442ae9c3, 0x372623eec61a016441d5ea8f442ae9c3, 0x27659812144466c57867f5143b6322e8dd4f13461f5b5f1926e00ab38c7b67ce, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', '/home/abt90iranbet/public_html/wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xef6a6816b45af604058661403e5d63ff, 0xd039087cab371453195e7fc23d24f58fd7a78571e736b5aa6f9b3c4b768c1a99, '', 0, '?'),
(0x7e47024b135a9799519d9d23b71db24a, 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg', 0, 0xc99906bfa209e09f81b0cb97435fe439, 0xc99906bfa209e09f81b0cb97435fe439, 0xb6100b5c3e7455d245f357c560e7ea777988357a0b55729b993cd84bd94958e2, '', 0, '?'),
(0x7e4afd4ab461b04dc2053a319e067253, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 1, 0x00000000000000000000000000000000, 0x0536988c3f4e71cd287bca600be1a6dd, 0xc69bf69c36df80849795fd896ed39fff0a8612823838101d9844ada18235826f, '', 0, '?'),
(0x7e516ee7d3297037cff13c29b4afafba, 'wp-content/updraft/plugins-old/akismet/_inc/img/logo-a-2x.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/logo-a-2x.png', 0, 0x771e19dc4a5a3eb5d1d4d304c3108999, 0x771e19dc4a5a3eb5d1d4d304c3108999, 0x980b4a837ab5857b01b0b04da2190fbb0d52ffe680ae6c42410da755b49fc2a8, '', 0, '?'),
(0x7e52d67023f6d4217b9dd1c986f9e709, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4_no_content.php', 0, 0x023bf874a1356f4bba6aeb4073572089, 0x023bf874a1356f4bba6aeb4073572089, 0x382ec6e9ccea0076f498c42dd05f95c603edab4aee0c11198b825b0864028013, '', 0, '?'),
(0x7e536b50aa5b502bc4c9fcfcc8682d65, 'wp-includes/js/dist/script-modules/interactivity/index.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/index.js', 1, 0x00000000000000000000000000000000, 0x1914b1537fbc58ccad78b3cfc09a8684, 0xf115cac3fbc6b11b415cb9697064d4d8577822b2e2bb4df7c6d34340d333e420, '', 0, '?'),
(0x7e5424d5ee1a399e8d4f31d0830e524f, 'wp-content/themes/Newspaper/translation/es_ES.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/es_ES.po', 0, 0x6e2a4a8452ab2d7674c0a4bee4612944, 0x6e2a4a8452ab2d7674c0a4bee4612944, 0xdf1f8aa6d76843816046b429187b2fb0ebdc984e636e774f532db57e5f01c5a6, '', 0, '?'),
(0x7e565841cd0edb265fa74d07f540656d, 'wp-content/plugins/wordpress-seo/admin/class-export.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-export.php', 1, 0x00000000000000000000000000000000, 0x8eb9690b87e85da14035dcee7c3ec63b, 0x31675f0068cba6bbe26921f84b4eddf72e73651c0f131c197e4af097782aae40, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x3df297b29985a6eb54abe1656e193916, 0xb0d80c45c055f564e3bb8430e592b42825d369e096df4e6f7e07a8c141c6683b, '', 0, '?'),
(0x7e5e663d555083d1dbd8018b6b1031cb, 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 1, 0x00000000000000000000000000000000, 0xfc5219f5b3c91ec85ce5e3b760749ab1, 0xca3b0ed4fac1f9369f6e82ec0510b08fae2cb55fc0838106fc86b094b14655e7, '', 0, '?'),
(0x7e664a6bc29008372af806e95d48bacf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_7.php', 0, 0xad8532cc9635c1b37bf866d9d0f163dc, 0xad8532cc9635c1b37bf866d9d0f163dc, 0x286aa7522d0b824f5bd79ec65403d3db8a999d199f0d42b0a648a4308485a1cc, '', 0, '?'),
(0x7e6981dd7fe3dcee217471e22f9d4c55, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-oembed.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-oembed.php', 0, 0x1c644c7197d0874763a4c3292b9e2578, 0x1c644c7197d0874763a4c3292b9e2578, 0xc5742d83377560dd16c73a66c96dbac6143b08f528e5b7311651fb3689a7f4bf, '', 0, '?'),
(0x7e69a5894f96d73bbd7dbca49183ad25, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/hotel-facade.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/hotel-facade.webp', 0, 0x8e5c2dc032c98f568400e5affeae193d, 0x8e5c2dc032c98f568400e5affeae193d, 0x504756474499e72c46c13f1c9edb192a466792a4e8b80a1644284828ada0d12b, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, 0x00000000000000000000000000000000, 0x3534d313d50be293bfee609e8e96ab9e, 0x44afa94f6f3b6f8d4f115d2bee9f0800cff0c91935ca5d2f22cadeb826eb51b1, '', 0, '?'),
(0x7e6caeb7746f06d7dd389da302dbbedd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', 1, 0x00000000000000000000000000000000, 0x2aaf19bcf1a6a85028c9d3b7bc533616, 0xf6300d662292b3e16643ab602d4d88869846a8593b02f2300a59944797cb7768, '', 0, '?'),
(0x7e6f12ac1ff82d1a6935af302d5f30ac, 'wp-content/updraft/plugins-old/updraftplus/images/icons/azure.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/azure.png', 0, 0x0d9cc3c8f0137e49db173eae0969582a, 0x0d9cc3c8f0137e49db173eae0969582a, 0x3a13116693eed3cfc678b875f1258a146f5877e30b7c6970d3afc8fe637c236a, '', 0, '?'),
(0x7e70f633e0757b852dc144e0fcbbba12, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', 1, 0x00000000000000000000000000000000, 0x8530291eeb64deaea3c83cf2515fbc46, 0xfabd4911831d84ae35f2022a93da3340bcfa7c2fc3f51ed5edd4b326ce40e064, '', 0, '?'),
(0x7e71e649509e490f99baed1772f1c4f6, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0x748084951ab56902208577aa51dccc85, 0x19ec7aa6399f7dd58275e0c67451680ce2330bb4bc0ddbdd3ff97fab02b6bde4, '', 0, '?'),
(0x7e7cee314dd568504443f1ecf2c27377, 'wp-content/plugins/updraftplus/methods/pcloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/pcloud.php', 1, 0x00000000000000000000000000000000, 0x3c0c2711f32a1beb96723261de188352, 0xe7f0a21a5983171e8622fc66e3d15092a0175596e0da77fa19089255b9c3d8be, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', '/home/abt90iranbet/public_html/wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x30c233933ba037d0ce763a8850e0c7ce, 0x4a6c41a613805af1ba89da7197e0894605ac0b76f63c33e091ae495e86d16bd4, '', 0, '?'),
(0x7e805dd3ab31b603ff7aae92604cfabc, 'wp-content/languages/fa_IR-569e85ef168299eb8c8f24d8ef8c8a78.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-569e85ef168299eb8c8f24d8ef8c8a78.json', 0, 0x4766789958a2085631e5bbbf3f4c3de0, 0x4766789958a2085631e5bbbf3f4c3de0, 0x2cea3eb85e16a24851bfb212f55d3e22df9a9c6b424a6e582667da0f8074ef36, '', 0, '?'),
(0x7e819524a0fff0b0008efa65c4186113, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php', 0, 0xa0ae76ee743b975ae3e30c4ed76dc4bc, 0xa0ae76ee743b975ae3e30c4ed76dc4bc, 0x222ddca2fd75046de280739682773e7675ab4a95a7cd7fd4a1585be5b1360108, '', 0, '?'),
(0x7e897f64bd832f7c4c9af0e71e796f86, 'wp-content/updraft/backup_2025-03-31-0324___90_cf723872e92c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-31-0324___90_cf723872e92c-db.gz', 0, 0x696419f81535291d67e1cfb226816678, 0x696419f81535291d67e1cfb226816678, 0x58a2f81734c93a2c23627968bec3d3dd44e107c60259ea8aaa296c6fe4b2a344, '', 0, '?'),
(0x7e8a3f0f14cdbb79cf7f5d2171928f1b, 'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', 1, 0x00000000000000000000000000000000, 0x4f2149be0d27e192526aa5adaf8d4e6c, 0xaad30c0d186cb1ba38fc4e3320eb2f4ea481053c9464718f4b5521033f5902df, '', 0, '?'),
(0x7e8ea721a8691c1317ec4568a5ba4b1b, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Charset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Charset.php', 1, 0x00000000000000000000000000000000, 0x256453513896f8e41b0bd30f2d02ba11, 0x492741807b59f2d4964e8e0fabdc98e3e9de7efaccd50b2c89a16a024a174073, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0x39ad6c13a4a119b5f8e16a8444924584, 0x7e04bf1573d8baf05805bf43ee9049006e043d6ca875f59bff1d8233b1aafd7c, '', 0, '?'),
(0x7e970cb916ce5b222b931ab5c67175c1, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', 1, 0x00000000000000000000000000000000, 0xc947d1d0d6dd09261e22cbb80cc7f4b1, 0x44c3c0f693caf14538d5c8f84abf16099d04f96a47f844a047a81bb8cad0a372, '', 0, '?'),
(0x7e989ba6d017485edda6b0751de5c587, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x45437e57689d6768a866eebd586ad59b, 0xd1de3bb319b4586fde41646a7d1afc635d154eff67981cc5b91cd7d731d96e10, '', 0, '?'),
(0x7e98d5f78983cc66c1979b94b87cc44f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_2.php', 0, 0xc01d13932ec17482bb5e9ea6d74de927, 0xc01d13932ec17482bb5e9ea6d74de927, 0x00e0b5725203ff8744fddb171dc5782c75ce1ef849dc56833754dd0a19c94c7a, '', 0, '?'),
(0x7e98dc339e91e1366973a6c19071f76e, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php', 0, 0xa5e3d8ee5bb908425bdee6d6f60b63f7, 0xa5e3d8ee5bb908425bdee6d6f60b63f7, 0x50c2ecd317dceeb007c6400c32dde878c41c9adb0958ec40ce6e1f077cb58bc3, '', 0, '?'),
(0x7e9f4330af1cdc32b4332ab8a0d7fb4a, 'wp-includes/blocks/more/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor.css', 1, 0x00000000000000000000000000000000, 0x93b4c7fdb377c12ed82c2489237f3ee4, 0x2bcde7a9a9545e333d40dbcafc35ecb1e05f978ca96a7ac7bc5b392bc54e2e93, '', 0, '?'),
(0x7ea76e94203cb69643358299aba4eed9, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 0, 0x01f40e412b28e17bf0171921ed0c02b6, 0x01f40e412b28e17bf0171921ed0c02b6, 0x3c37c11c2bb9b66e9e58dd4d22c0a385a0c1ad64a4bcfed2003dd541f3806e77, '', 0, '?'),
(0x7ea85235864d866a1e96cbe8c061a989, 'wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0x7ea9ca834d52bd26f1157588acdfedb8, 'wp-content/updraft/plugins-old/updraftplus/images/icons/cloudfiles.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/cloudfiles.png', 0, 0x270d797a6a2c6cb7a991c1f4670a6eec, 0x270d797a6a2c6cb7a991c1f4670a6eec, 0xb423db80120f8602c2edd2dafe7563a01a7f92fc05b1e2e7435f603fa6b0ef61, '', 0, '?'),
(0x7eaba649825d3a887d74a7fb56c1fef7, 'wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', 1, 0x00000000000000000000000000000000, 0xdd3eaf671f67bc13ef974e7064e8160a, 0xc8a40a02c2f208debc0e843b3b8495d49b6d682826c9aa3e8bd6ebc20c01edfe, '', 0, '?'),
(0x7eabb97fa52adebf5392cc9911650b97, 'wp-admin/images/freedom-3.svg', '/home/abt90iranbet/public_html/wp-admin/images/freedom-3.svg', 1, 0x00000000000000000000000000000000, 0x96e028c3e7b8ab1a58bc86d69afd316c, 0x16e99b8614281fdcf5e70fe53b18e6fc1146d40a806bb7818aa951998fd775f5, '', 0, '?'),
(0x7ead2c798f202c8d297003d6cadf29e3, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 0, 0x80defbb3f58c53612a1af0cffe9e55e3, 0x80defbb3f58c53612a1af0cffe9e55e3, 0x8dcb8119fdd5ba69852622b8e4bb08950863739d7ac30bf7ccad4f03bd17b2ee, '', 0, '?'),
(0x7eb17d69e0361430ab9f5e473fed5309, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', 1, 0x00000000000000000000000000000000, 0x3c88228a7c34ebbaaeb88fd56e02f14e, 0xd3a857f98aac08573e094640e213f7aeb82a3970c9a384586d741f5eb885320f, '', 0, '?'),
(0x7eb8d1ab015681507bd7a8f6457eb733, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 0, 0xf3a992606b9255d34b651395518c9e7e, 0xf3a992606b9255d34b651395518c9e7e, 0x66fc7262338b004c054268bf42c80a414b52e0c67dd9576ab239017e02e08a35, '', 0, '?'),
(0x7eb9f6a8a76c8b21ad73f97a7ea56958, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4_no_content.php', 0, 0xd8da3a33ab034ecabedb8bba1a18beab, 0xd8da3a33ab034ecabedb8bba1a18beab, 0xe9ea3560883927bb9425335ba322013603560c9208b581e9d751a3396cd25b31, '', 0, '?'),
(0x7ebb5066bda6d4a97e31b94c59770cdd, 'wp-includes/blocks/button/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x621bcc88cd54c08a339fc57e35cc382e, 0xc2e05b86fbb55e003d7a8900fd6a89a8021b6c070188aa275d198dfb633b06e8, '', 0, '?'),
(0x7ebbddba39698ad3d40e55997cf3eead, 'wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css', 1, 0x00000000000000000000000000000000, 0x7332e02eca353c15997b0c8c21aae865, 0x7580e040125bb6aeb14d09519af84e558d7e564eda95cb7d9965b93d661e85a7, '', 0, '?'),
(0x7ec0502512512b3697f8ee742fd96401, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3.php', 0, 0x588144b6b76745f1ead736e80d368589, 0x588144b6b76745f1ead736e80d368589, 0x475a98285f1270d5f5b4a09d1d34bb72afc9eeec2e3960d169191444cf17a7a9, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', '/home/abt90iranbet/public_html/wp-config-sample.php', 0, 0x86f302f2d0f49d339a463f20f82ef632, 0x86f302f2d0f49d339a463f20f82ef632, 0x94e871afec2072051aac0f99b3062d2f0f116de6767bf2988dd329f376d914fb, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xad38968fc062183b943d59584a29d5b7, 0x15aa89b8cc86250de8d51b96144eec6e5f6eda2745bfddb8da96ae12577b3d44, '', 0, '?'),
(0x7ec6ccccc0f4a90a9f9327cddd24fa3c, 'wp-includes/blocks/details/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor.css', 1, 0x00000000000000000000000000000000, 0x1a1ca683042455be1270b916d3013d0b, 0x68f7d14430441063adccefbb45724351a692362630be56a64c66b07c1ed1990d, '', 0, '?'),
(0x7ecb55e44cc93c5df3ac972bdff25b36, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_img.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_img.php', 0, 0x684f90224abeba6a19fb22dae641dbef, 0x684f90224abeba6a19fb22dae641dbef, 0x77aa7d00a71f184539c1f68a714fd77fbc4ed58ef8a28000984c0bfc3e6241cd, '', 0, '?'),
(0x7ecc78e217b88e893645bd7a2e17ac1d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 0, 0x7b79bb18402bf99dc369c2b9e40f0163, 0x7b79bb18402bf99dc369c2b9e40f0163, 0x8d3d05bd914177011baa5185ce2afe7187b7f5f543b7f341ccba881f60635920, '', 0, '?'),
(0x7ed0631b359ee7cc52ac2211e14032ed, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', 1, 0x00000000000000000000000000000000, 0x92805602692e28cb29f8a0c976e33495, 0xde7b8f63a478007802032b2c6437a6f7b372e3e8a8693df3349b96f4b87814ba, '', 0, '?'),
(0x7ee11b8ba6ee6416425e6b9e7a9696ef, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', 1, 0x00000000000000000000000000000000, 0x3f292b54d9af87718f06b8b8080f5e7d, 0xa4ba08ff14ef77cca7a5b29ca1dc8c374d2d9525ff03260f4a80e96734a5ad77, '', 0, '?'),
(0x7ee2040e334597617f5d11d745d0075d, 'wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php', 1, 0x00000000000000000000000000000000, 0x647a6ea895476308cfd489118faad3bc, 0x230b73052f4fbe40f6feb1cb808af9fda0fdefff735c134bbadf7ee021841e09, '', 0, '?'),
(0x7ee2e7d6cb4916e56dc3602f27006eac, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing1.php', 0, 0x459bf231295149788a26caba95e3472f, 0x459bf231295149788a26caba95e3472f, 0x9fd2bcc2b64ba0c9fa9319f89e4850df97b032c1206180f5f39a99c75afded5d, '', 0, '?'),
(0x7ee5ce49afef2eab943e9a453371f4aa, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php', 1, 0x00000000000000000000000000000000, 0x9d72885dd94370c34d53ab4ea52c6c4b, 0x10c4d37aa372b04be5f225ea11240a55da8b1b3d33d910688a97350ef4cd5a4d, '', 0, '?'),
(0x7ee81310bf3779e126c4459a4910a6fe, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', 1, 0x00000000000000000000000000000000, 0x6c81b1339b320190689e4c2d594ca67f, 0x5cccf2df416e06042817572ddf60bc5bd84b2b761986d6216ba93b5bc62a23a8, '', 0, '?'),
(0x7eea110f3e47d886cd9479c009d82dda, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', 1, 0x00000000000000000000000000000000, 0x47ef04767971e1bc4a806109b689ea1b, 0x1710a6d6788933209df830931d0e818eb08012901e743e9c1c6966e0136f0201, '', 0, '?'),
(0x7eebb7230d85cfb3ffd51eeea4a63165, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', 1, 0x00000000000000000000000000000000, 0x0e0396c2d99a468a38373046ade118fb, 0xad7cde6b47be9fd384d32c2ecb4db66e2fe8bf95eebf1a198eab74f8fcbd8254, '', 0, '?'),
(0x7eebeefa4e2116552c6f3c180c795fe8, 'wp-includes/SimplePie/library/SimplePie/Caption.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xe2accbfd037a3d90522f6950ff9ac1ce, 0x3c3a6385eb238c7b20416401166753f19e51a97e5de54f50d24edc4ae3b95d00, '', 0, '?'),
(0x7eec7adae47293da96a571f75e37db35, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop_sorting_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop_sorting_options.php', 0, 0x9f84a5aa43f23510bfefcf0d75aff6aa, 0x9f84a5aa43f23510bfefcf0d75aff6aa, 0x37f13148995613c7eca6a580c622097551d414c542a51f06eac9dafa106804fc, '', 0, '?'),
(0x7eedfc9ee1adf1b3dff04bcd84385b9f, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-image-with-caption.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-image-with-caption.php', 0, 0x9d5afa15290d5e60764fd821001280c4, 0x9d5afa15290d5e60764fd821001280c4, 0xa9bf0cdadc3f27c831450a39d35a784731e427d3ed7e3898f40e90e1b15bed1c, '', 0, '?'),
(0x7eeedd41731052b17fda1fd65c968309, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 0, 0xfc5b83b2f016f3c2c9cf2f946460160e, 0xfc5b83b2f016f3c2c9cf2f946460160e, 0x8097a1e5b76c561f305cc2a0a0db051288fcfc2621efed1806e32eb4e038a843, '', 0, '?'),
(0x7ef1b9ae460e02ba1a3eda2ad1d6df28, 'wp-content/plugins/wp-rocket/views/settings/buttons/link.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/link.php', 0, 0xf62432eb8dc871ea5b1e30867961af29, 0xf62432eb8dc871ea5b1e30867961af29, 0xa35308578f28c888b81f922d9ba5a139984fe3d037fba51acb642851614ba75e, '', 0, '?'),
(0x7ef5b9b0df9ab940ff2b6e52185ab2fd, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', 0, 0xaa8f74bd89a02adbdf23352f27e31d8b, 0xaa8f74bd89a02adbdf23352f27e31d8b, 0xf1ffa5fac72369de96dd4d40b0d8425b832f8f20a620aab17539679e4dc0f06d, '', 0, '?'),
(0x7ef82c1429d13101bafc0b353d24162d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 0, 0x7d52c1448ac5136ac6bbad649e4088d0, 0x7d52c1448ac5136ac6bbad649e4088d0, 0x8e2874193c4da8aec141cbaea97e3f2420ded09adb985c99cf32cbc259179b39, '', 0, '?'),
(0x7ef96d25adf8ae9d551cae0ac0439ddc, 'wp-content/updraft/backup_2025-06-29-0339___90_0bf8a67e3d1c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-29-0339___90_0bf8a67e3d1c-db.gz', 0, 0x8f76f4338ecd6a01f597f6611f2ecd8d, 0x8f76f4338ecd6a01f597f6611f2ecd8d, 0x2355466bf595cffd01e44b7326b0b5007c314709b1333fa9d4d913cd2b1e4db5, '', 0, '?'),
(0x7efa2cbb9636234b7ab7e8e6db3e706b, 'wp-content/languages/fa_IR-0cc31205f20441b3df1d1b46100f6b8d.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-0cc31205f20441b3df1d1b46100f6b8d.json', 0, 0xd5adacc9b8ced9e9aec3267878633c70, 0xd5adacc9b8ced9e9aec3267878633c70, 0x875e14ae76074e072356ad98047f0938e5cfe9330c1dbcbf0129f5f7851f2889, '', 0, '?'),
(0x7efc03a1fb56596e36ebbed65a66c2b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_6.php', 0, 0x053fdf7b49595a323049d5b2199950e1, 0x053fdf7b49595a323049d5b2199950e1, 0x70e84f12b78f10cc5804b26d4f5c1ece55aca9fe37ad5a23471783d491ef02c1, '', 0, '?'),
(0x7efd0490320694efe329e68b01e96a45, 'wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php', 1, 0x00000000000000000000000000000000, 0xa8bb838ab2786a9862613cfd7562aead, 0x25830aba07b8ed347b56782c299ea4cecd93ed44f456cad9a17c87ae6d777e0d, '', 0, '?'),
(0x7f054a2ff5ba2e48984793363d30ea40, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plugin-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plugin-manager.php', 1, 0x00000000000000000000000000000000, 0x1aed9b0d0e4385246a7bc7c0558111bf, 0x8080a461759a7351b34d94f476799dc254fd3d58e7a85788cf7a2b9d2f5d6cd8, '', 0, '?'),
(0x7f07e28fde111e0a28d993c01568b58e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', 1, 0x00000000000000000000000000000000, 0xb79b3c4c7989c9f3037e4dcaa1468b29, 0xbf623ffb59f3d544338ac6091d2ac5b3c607f659caa60ae0bf066fff7ee739ee, '', 0, '?'),
(0x7f115b4976e05cf73e698b4ab3aa366c, 'wp-content/updraft/plugins-old/updraftplus/images/padlock-150.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/padlock-150.png', 0, 0xdb475c265f7bef98187da7c211935ba5, 0xdb475c265f7bef98187da7c211935ba5, 0x53bce1ca0c0389b0a702101a7a9c03eb7725eb446a5e760fa849edcacd719aa7, '', 0, '?'),
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/components.js', 1, 0x00000000000000000000000000000000, 0xadcf4afd1839f9622ffb1bb7bc21fdd4, 0xe8f7aa22a6adc4848822fc2a9d8a6d102fb848623aa8902c2c34827d41012ee6, '', 0, '?'),
(0x7f18ed153d25ee2b8a5969fda0192c26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_6.php', 0, 0x3908d4d0c8af13d2d016981ab7daf1e0, 0x3908d4d0c8af13d2d016981ab7daf1e0, 0x75be8a4fc5094af6165bc0512728516c4dfef90e0f40be0f42ba71870ce282d1, '', 0, '?'),
(0x7f1936c59aa86278a1417d5b43e1561f, 'wp-content/updraft/plugins-old/updraftplus/includes/cacert.pem', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cacert.pem', 0, 0x475045bb4b54bbdeed599629264696a3, 0x475045bb4b54bbdeed599629264696a3, 0xfe99f3a58f5faf3011649c8afe7d660f218676d90e6da71881cd457757846f97, '', 0, '?'),
(0x7f1fee40afdc7f6f3dfc7a9f3c468225, 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 1, 0x00000000000000000000000000000000, 0xf5f38745f1d3d32a1ac85240f823c652, 0xe55aac5032378afb0d9d9da1c0182b152b749a2fe94152e649e9565d3c7b66cc, '', 0, '?'),
(0x7f20b99e872ae47be6b9593197a8d8c8, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css', 0, 0xf9b352255bb729746c55f9877f193f2f, 0xf9b352255bb729746c55f9877f193f2f, 0xe19572ee93993e114b684840898ae4585537fc6f2b3c424b49f3539815f19394, '', 0, '?'),
(0x7f2e0b5c5cd54a51ff2d598ee0fab319, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xd1a2f2fe1db26639362ac3dc2f8d69ac, 0x43e4cb486146cc5dfbd23b27505c0527736e26bbc4b0f8166ee6b01442033ece, '', 0, '?'),
(0x7f358dcf4ef20af3a081318367fb82d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import.php', 0, 0xf87835abc4ec72124e438a48f37844bb, 0xf87835abc4ec72124e438a48f37844bb, 0x7f299a969d4fa50bb51398971c97ba8672bc6217966242b7225ef9736e9b4143, '', 0, '?'),
(0x7f3600984ff2aaae166b767a1566544e, 'wp-includes/js/jquery/ui/effect-fold.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fold.js', 1, 0x00000000000000000000000000000000, 0x3726b0af3c7121d83cef396b538fd1aa, 0x3715622e9c48c6bda0de5b142f0a0bb40892fef28318aa33ff0947dbca4f0386, '', 0, '?'),
(0x7f363ec4d16ec74082a25ed42167d2c8, 'wp-content/themes/twentytwentyfour/theme.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/theme.json', 1, 0x00000000000000000000000000000000, 0xc2fcd67447b97f6fa988bed444632aa0, 0x0a16cabce63693c4ccc22a27b23b4a100e5efe9ff9cde54ec8833bff908c455a, '', 0, '?'),
(0x7f37e62eca8b13063513b006e1cf31b3, 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 1, 0x00000000000000000000000000000000, 0xb8c7a152de762c920371a20d8ecd32b3, 0xd34cdf861c3931a2c86782eff438efaea22a606235720f16b2c4964fd5d29513, '', 0, '?'),
(0x7f38b23945c64d20584fc09f6a388001, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_7.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x7f398fe1e79a4a22492d71f5cc56f4ab, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', 0, 0x315e7b8598b1abce049f629a24a82c66, 0x315e7b8598b1abce049f629a24a82c66, 0xe65895d2f768ba65b67386e064110907fa5a5b5530f8133cb461a99de00df121, '', 0, '?'),
(0x7f3ee5eb1f3336d6d47df53a97c4e3f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/demo_style.css', 0, 0x920b26180bd335ce2a553cca7e2abd83, 0x920b26180bd335ce2a553cca7e2abd83, 0xe5d03e1163a97005a1e1ab576b951f717721646477e786273386cc2e182676f7, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 1, 0x00000000000000000000000000000000, 0x698043abc95535cc6f9f1a8b4b53fc3a, 0xc153d47ebb8c5d8c2da6156f98431712a20b27a148d25bf8bc65aa8b37bdfb87, '', 0, '?'),
(0x7f42b3326a3730932fe0f67a4c7195df, 'wp-includes/css/dist/block-library/classic-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ee496fded64076335af14ea3f0303f3, 0xe211b61df914a3843fe42234d14148f092fa43c79313b98babac5f0f2fe6bbfb, '', 0, '?'),
(0x7f4458076477c362fb7fb7ab28d323c6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4_no_content.php', 0, 0x8d44718fb91d6b9aa35645587663a81e, 0x8d44718fb91d6b9aa35645587663a81e, 0x214d4f5429c1429d1c4dfab282985cd97ca395cd4ed005f87310b49ec7bccf45, '', 0, '?'),
(0x7f44b1a6b81c6326af510b1d4fc0dc81, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-logger.php', 1, 0x00000000000000000000000000000000, 0xf6982461636dbc64a39b02aa25eab963, 0x01c32422025507b4e5249f8a5cc83b6011e2d44a6bb9edda3fa631e13f822e0f, '', 0, '?'),
(0x7f4aca4d921728672e650c7a2ae5c235, 'wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg', 1, 0x00000000000000000000000000000000, 0x68990a503ff4a1229bc3c173a4a1b0e3, 0xc46d0ddec857d2132eb57b09f780d74b1ff1429342a55651f32e31af637da1cd, '', 0, '?'),
(0x7f4fb82591128bb71d8d0352fa2b3d28, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-h1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-h1.php', 0, 0x805c761f44d2afac75a91f0fd64aee2a, 0x805c761f44d2afac75a91f0fd64aee2a, 0xe62ce5ec13c84e762ee11b83e6b7ed0cf5cfe74f870f5e950750979b728f631b, '', 0, '?'),
(0x7f527373769a22cd2e1b119c189a8312, 'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php', 0, 0x6767c8556beed54cecd8146d3370a435, 0x6767c8556beed54cecd8146d3370a435, 0xd924da40ed3a8284f7335bd525e1630d0c81c711ca25af843638fd4979bcdf49, '', 0, '?'),
(0x7f555a65b4b12df83ccbff8fca438d5a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', 1, 0x00000000000000000000000000000000, 0xf7c15810eb49f0467bf2128ab0745b19, 0xb8062fdda6ed8d4cee2f676b445657676e3ab1ca881c2b7a2bd33c21d53983dd, '', 0, '?'),
(0x7f607436ac76c37fa071d6a6eb24f3e4, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-taxonomy-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-taxonomy-field.php', 0, 0x9b7158859d8765540a0f58ed24bbe9bd, 0x9b7158859d8765540a0f58ed24bbe9bd, 0x689ab7898343154a6183414b524d2aa0a46bf829b65c20305fba6b4b5b69e78f, '', 0, '?'),
(0x7f63a2d24aee1677a1cd65494fa84971, 'wp-includes/blocks/cover/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x2a9c4e7be76ae48bb4661379a3b8eb99, 0xf868b93eb58c9d91c06ba8496963a4f96c88395c6bcd5e7459f7da8594876550, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', '/home/abt90iranbet/public_html/wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0x2468dded9ec1d188c14a509688edc69c, 0x1b4abf3ff852ddf1c66a0ac9065c12f36739ba1122ef3ddf0654565b4d7da593, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style.css', 1, 0x00000000000000000000000000000000, 0x35cf5c6a1276bfe9191846f164f8b7e1, 0xb665c82e924b8969c36419c395fad8d55e7766a57bdbe6e6ddf69a9c235238af, '', 0, '?'),
(0x7f6b6e70e97f78c2953f79c1ce44ca3c, 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', 1, 0x00000000000000000000000000000000, 0x047d9b2df99f0212a8a9c80059e57699, 0xe199accaa250af6a9c1d9bc5fbee81cf4f8c20c514775b358386a75cc5432975, '', 0, '?'),
(0x7f6bcad4384f8aa17f34032717e9030f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0xf670b683fdc08ffbbece917a7a8934ce, 0x74cc3b8c6074ddfca2ff238b41085ca48b5ac7485dec0dbf6487df73755d50b7, '', 0, '?'),
(0x7f6d71bc556fd4efe95b58db759f8936, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import.php', 0, 0xca1865127412d97be34d9e23945b91ee, 0xca1865127412d97be34d9e23945b91ee, 0xba3992f089f79b6463b4097746033fb37dcc66f2e9b554f1e8d09b8c5fe7f052, '', 0, '?'),
(0x7f6ff8b547c18df687f0b958338cee90, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-n.png', 0, 0xe913e031c590b1c375b2322ec2364e07, 0xe913e031c590b1c375b2322ec2364e07, 0xcccdecadcdfb754371552101c03de37281c1fc1e43cd53befba0d2901bec078c, '', 0, '?'),
(0x7f745306fe22d9e16c5aed8b63caea51, 'wp-admin/js/auth-app.min.js', '/home/abt90iranbet/public_html/wp-admin/js/auth-app.min.js', 1, 0x00000000000000000000000000000000, 0x30341e90f07a1efaa33e981073fa2c0d, 0x5313cc5c03bcb07c33016d7ff334db3a98c7cfad71eb129942afc40dd00237e2, '', 0, '?'),
(0x7f745d374402c095982b2eaccdce2f06, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_8.php', 0, 0x27b4e22edc2033891cff65766157a37b, 0x27b4e22edc2033891cff65766157a37b, 0x212fec04ad667ea66c383eb971539f4b8f2ed51b1c779d51599d15d6adfb6c9b, '', 0, '?'),
(0x7f75651d43b8d1c15f0c2cc3a9976dd3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 0, 0xd335f9d4bd310ef8389e2ff27c6f8f2f, 0xd335f9d4bd310ef8389e2ff27c6f8f2f, 0x048563eda299ae79da7ae5ca5d88bfef11d07c92801996806122e6a8981565f1, '', 0, '?'),
(0x7f7b2f16c2eb78e32e7048c454b640c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_1.php', 0, 0x08a924e90a5019173ddfc2c2a490a504, 0x08a924e90a5019173ddfc2c2a490a504, 0x43ffffc1eee2c7e11e2ed6758b1f17545ad54399fdbe5f3dad8cd7021eb8b896, '', 0, '?'),
(0x7f7d170a547b2788f959187b7b588586, 'wp-content/plugins/td-composer/td-multi-purpose/less/main.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/main.less', 0, 0xe31701f6cfbf8cd136c0e00c9d858ff2, 0xe31701f6cfbf8cd136c0e00c9d858ff2, 0xbb5bc10f83426b53bc687830494330d3bce1d70fc17d20b1db2ce8d98fd33b44, '', 0, '?'),
(0x7f7d42666b56c13d8031356c9dde6706, 'wp-includes/blocks/avatar/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x7f7e214e59e962a5dee9c254f2ff3b44, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php', 0, 0xc1bca6119f343c5eb72de5c2333615d7, 0xc1bca6119f343c5eb72de5c2333615d7, 0xd252c77084d553359ea3dbaab6812ce4e62cfb2437ffe1fbb165d8d9ed673b74, '', 0, '?'),
(0x7f83714af2ce2665ada76a6c518ea561, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', 1, 0x00000000000000000000000000000000, 0x451fabe7e7583afc3dc385fa7c42949a, 0x3694f3543d8bd54ff1b7466c79cdcc94e66d6b00bf138fb071a913fd81803d03, '', 0, '?'),
(0x7f87e48b5566ec910ce582985a9d0b63, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php', 1, 0x00000000000000000000000000000000, 0xb2c46ba325d1aaa6484529cfa3030360, 0x618d7515a99befb3adc41c6b7870c66460d7ce0b7b890d43491a683fa5b88f04, '', 0, '?'),
(0x7f8ac9133d60704bada60b3decacaa39, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-19.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-19.png', 0, 0x35c4b77269c4e5aaf95db74023deeed9, 0x35c4b77269c4e5aaf95db74023deeed9, 0x7188e87e74875e3d04684a7f06406e3ca561d66aeb45721814dff541340b6619, '', 0, '?'),
(0x7f8b0c50b1d4531fad2cfe9f2b779252, 'wp-content/plugins/td-cloud-library/includes/tdb_posts_list_utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_posts_list_utils.php', 0, 0x5a158f2b8da816da06f562f2826fb5a2, 0x5a158f2b8da816da06f562f2826fb5a2, 0xd66c270a1a8709812f4f29e27d29fa4fb7079ee77e66fd1637eb370ff166532e, '', 0, '?'),
(0x7f8f280688a9f585f34df43fac91b0c6, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 0, 0xda42810b5219620f681211d878704c36, 0xda42810b5219620f681211d878704c36, 0x3a8d1e15afa81edea1397a24161a82c3b5dd0678b32a174c7c88d6388df5782a, '', 0, '?'),
(0x7f8ffe99924e30c3f531da70cfeb0a39, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_css_generator_demo.php', 0, 0xfd8170e8fbda7daf16ea6378eecd170c, 0xfd8170e8fbda7daf16ea6378eecd170c, 0xe47034de111385a2dbdea6890e25364b0415db10041569456b9ec160e8bf4561, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7f9f7afe92be7e3438eee16c9b476f38, 'wp-includes/js/dist/style-engine.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/style-engine.min.js', 1, 0x00000000000000000000000000000000, 0x102da935cce2f15f3bc20798d549e08e, 0xbe7f78215e9ec85faa29010c32bd5cf92d45b4d3ccea9b20f844130aaec6569b, '', 0, '?'),
(0x7fa2e06c8cd994bde7f1fcb2b5415d85, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/demo_style.css', 0, 0x8a508011fc9b85ec880ddf3915df9b91, 0x8a508011fc9b85ec880ddf3915df9b91, 0x39db3c635292aa288db1b0dd617f4432ebb9624542c24593680728a177a31a83, '', 0, '?'),
(0x7faa44bc382dac9a891016c2a472d86c, 'wp-content/plugins/wordfence/images/logos/shield-care.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-care.svg', 1, 0x00000000000000000000000000000000, 0x09fe20739168df8900919d747614f30f, 0xa366321f22283eb56c12c84839073320f6c9cce8a6140faae9099dc24324843c, '', 0, '?'),
(0x7fac9ba724dc0f718a05a5343fa4932e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', 1, 0x00000000000000000000000000000000, 0xe76580d5f546a8cfc7661e9c6f2ef515, 0xe3e248e0cd3287f4fb67af7ecc67aa61ee4381a21cb556c33cae37924fc1bda9, '', 0, '?'),
(0x7facb90ebada46ec67f6722569d1fdf9, 'wp-content/plugins/shortcodes-ultimate/includes/config/icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/icons.php', 1, 0x00000000000000000000000000000000, 0x35bc20dc9f2d1f54e7f756375421a53a, 0x0737fdd0513b005dc936e9256a323d86e3808325ba8ed8580b9ebf58d5597f87, '', 0, '?'),
(0x7fadbdf0778c3a5d5ab41c2a05e91eb4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tabbed_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tabbed_content.php', 0, 0xd49392a13c0f54d7addaccf071add103, 0xd49392a13c0f54d7addaccf071add103, 0xe502e5492ca19aafa64f6f3414840eab98b3cf5d822c9098fc4993af76dc8990, '', 0, '?'),
(0x7faec9fc926de0e1b58d0e1658aa000a, 'wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php', 0, 0x74559b6ee74e2c61ebe6c0aa3c8feaa8, 0x74559b6ee74e2c61ebe6c0aa3c8feaa8, 0x74e868a973b4c41a84a347306f669d2af0b4995d0cfbf10e68db6b70d26e76c9, '', 0, '?'),
(0x7faf6bf3438bbb4b2fb5ebef55ad77ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_4.php', 0, 0x23ff736e566041b10849338bf2c91e8e, 0x23ff736e566041b10849338bf2c91e8e, 0x5d383bcf462b1b7aaba89b51820e273bfd6227537842483f500808edbee1a386, '', 0, '?'),
(0x7fb0808c9e82d730e17eefbab74b7a8d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 0, 0xe176a3bfbc46ad0bcf8cc53a70ad2660, 0xe176a3bfbc46ad0bcf8cc53a70ad2660, 0xbfc03146c79bf063e18725d17fa3c24cf26ff79f5d660babfd2b5b7a6779fd9d, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0x6e5e0dc1f1122366969a73748482571a, 0x3a08cb74615145b42605cd9c98b3eedfc473d9a10a47621f5c5a2053317bb003, '', 0, '?'),
(0x7fc6b5087f0694202d39fecf638a44e5, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php', 1, 0x00000000000000000000000000000000, 0x79b6e58a4f56fa4180c2fcb26e18baf0, 0x7a63e5c589b8183ff236457ed5fc237570fe2c0e89fa6608edb46ccd24ef66f6, '', 0, '?'),
(0x7fca2cb355a526bdba8f84a4d4ccd28c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php', 0, 0x50f442c13a16c1bf391d7208ce325160, 0x50f442c13a16c1bf391d7208ce325160, 0x0d16a8cc730d499276dc934b02cbc21f70740c4f7677b94239902bc949477a87, '', 0, '?'),
(0x7fcf42bd95433bde73741b8433442fff, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', 1, 0x00000000000000000000000000000000, 0xf91a57a7a01f08aadc09aea68f2dac23, 0x9cb6bb5806bc92ec99b6d193079f08f23e8c1cd3c0b73037e8db368aec6bfe32, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0xf81c2ddf569d6db5ae7af28fa0a44862, 0x0015d888e13a63616691a1094d24bcb286c031bf11441bef871adc7b5e421ae3, '', 0, '?'),
(0x7fd8fca261f65f447e030ebd9356fcd3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_2.php', 0, 0x93733dd7a6755fa482a5d5013b056a89, 0x93733dd7a6755fa482a5d5013b056a89, 0xe924f23980b317b22d05a42e4d105b84187f0a0bbc837a00dc59ece13da632cd, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', '/home/abt90iranbet/public_html/wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0xbd958fad671d846708f3ed4cdcb60cb1, 0x8099e9135109a823f22a51509015389290f3ccf32983ed02318262902c95f3b1, '', 0, '?'),
(0x7fe04aff2ffcaebc831149cbe313db18, 'wp-content/plugins/updraftplus/images/dashicon.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dashicon.png', 1, 0x00000000000000000000000000000000, 0xfab5acda76df6ce3636166e0e1120ba7, 0xb283f1cf021ee5a77cb85ae2aee6d3f71475153c24288a1a26d80344d2a12693, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0x2a2e399152745af398af01fe978dd9fa, 0xe99a3568a1494681a7f4b7e33e8c867850dde0b23610f3774f3faf2c112845a9, '', 0, '?'),
(0x7fe71f748b9a6566c41334a35c76ec87, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', 1, 0x00000000000000000000000000000000, 0xf917631f52df7ad9a234b128e0ba0f6f, 0x6db1662f26c72cf4f97d90f6da639a91553a0c2cd1d86c5373f35412d7bc4638, '', 0, '?'),
(0x7fe9499b35b0740a29a350758565f969, 'wp-content/themes/twentytwentyfive/theme.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/theme.json', 1, 0x00000000000000000000000000000000, 0x47ccdd707ed407a209b3654b58d1e1d8, 0x20bf3c332909e19f94f434319dbd9a1f0fdc3027b7cc9f7ed60638e7d61426c5, '', 0, '?'),
(0x7fefd896e30ec35c0f7adc01b507f9e9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x62f992b68b12685c9c6f1cc4528ea3c0, 0xc32c8c04373d549a33922a725a5cadfb880c02a316b93796796158264474827a, '', 0, '?'),
(0x7ff0b4da3198924f4b9cbf7e77fefd77, 'wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbad27fa7fbd9438d84dcb78b81d67cb0, 0x6c82c0766a4eec03e4a6ca3e0f35e3e9942d7510b611c90782c1256a9a8dbb5b, '', 0, '?'),
(0x7ff3b5b2a801ebf3e1121eb56c332b04, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.mo', 0, 0x128b2a5cbdbb73fe75828e9f064768fb, 0x128b2a5cbdbb73fe75828e9f064768fb, 0x47f42c90c5359f20219640ef72f7c9b3f7610014aa05f80e07f5ce6c8f47d615, '', 0, '?'),
(0x7ff578a1c809ec975074fa770da2161e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 1, 0x00000000000000000000000000000000, 0xdbe4987f6c937c04a93161531fc38938, 0x624fb29d0bbb3dda4a334502fafdc1f392bec682f6737e7d659632606b474090, '', 0, '?'),
(0x7ff64cce867c5fa6f5f9cb7c8ce8a524, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', 1, 0x00000000000000000000000000000000, 0xd25cbf46f46ac7c05cc3c9ee33191978, 0xce60b01392be4581760b8c01f906f046ee29ef508b4d5e24d8cc82cf66a87e35, '', 0, '?'),
(0x7ff762e136821d512b6530296129782a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php', 1, 0x00000000000000000000000000000000, 0xe0a97d704f31d92871dbb5cadd876159, 0xf3108b181632b5350872821382d2ddeb36e76254e00611ef900937be50daf277, '', 0, '?'),
(0x7ff7643ba2f868eef194519afed8a7f9, 'wp-content/plugins/wp-rocket/inc/deprecated/3.12.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.12.php', 0, 0x9f1935ff6ed9430572a71b8bbd9e8be3, 0x9f1935ff6ed9430572a71b8bbd9e8be3, 0x968ff8226cf8e1494db9e74e76a5bcfa0392095f82092c4d6d70c0b642ca73db, '', 0, '?'),
(0x7ffa53ba68da4a244f4b1b5dee8fa267, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php', 0, 0x71fff78b3c3d9f089dce6433a0a24a0a, 0x71fff78b3c3d9f089dce6433a0a24a0a, 0xf94dd024b623cb9cd0d1b3964219e194dccd28c2864369745ecb47b2c7a08ee8, '', 0, '?'),
(0x7ffbec39f3c924657b58b457a8596deb, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0x1de295cc1d9cf865cd6b388441af4032, 0x60a6529fcdfb68d9d45e6e74f48e8b0b6173469c1d0b3bd102bc7d9ec5a00188, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0cf5f13aea435646bc1c91efd0865213, 0x2c29bcf810a77c468f038561b5eae68283d31f8d669cd93e9cc03b4acedf5c1f, '', 0, '?'),
(0x8006149dde517591de7dcbfcbd9b574e, 'wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png', 1, 0x00000000000000000000000000000000, 0x5d38545097f3be0ad846baa5874c8908, 0xba589ca26b386d11080bbd9c28cc33a4b5ffa24cd6b8b5aa84eee786bc5b0d01, '', 0, '?'),
(0x8009d5c68b41f26c84a1c7cac24afd56, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4.php', 0, 0xa3f5d895f5da83a06dcaec47a6a07a72, 0xa3f5d895f5da83a06dcaec47a6a07a72, 0x9d1ccdc38ea3c02f81e9e982f53d1ef3c005ff4c89d3aa039e5252f32fc4cd7d, '', 0, '?'),
(0x800f9024163e1656abd93b21baefb203, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x800fa87825aa37a4bfaec9d367f83ab8, 'wp-content/plugins/wordpress-seo/js/dist/new-dashboard.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/new-dashboard.js', 1, 0x00000000000000000000000000000000, 0x0dff7cff401dfd981c76f5eee0ac3b37, 0xf8570c87327150f9e124b7b02860aaa331cc1f5cd276dfd5c33a86d3db0504f5, '', 0, '?'),
(0x8010d97062ab12b899bea5c29bdc9708, 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 1, 0x00000000000000000000000000000000, 0x4533ce62489857759586dcb402c750d1, 0x6af339e817d4e76615887015052aed8307b5138670724f72f1fbbf24099fc5f5, '', 0, '?'),
(0x80119a6fe2e39420bedc149734e34963, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-user-lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-user-lock.php', 1, 0x00000000000000000000000000000000, 0x4fc1182f504e23fba253b9977ac36dd9, 0x1c53643471ef86bb07f3ce0a7f38295ed83d98081846427d1d05f72285bfd6fb, '', 0, '?'),
(0x8011c65b5e4de11c90776ba1c331f0ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import.php', 0, 0xc141f489159998204732cfc675352c1a, 0xc141f489159998204732cfc675352c1a, 0x076347dfc829422f00fb403b301b25199d6e7132a3d85cd22bffacb79f30bf7a, '', 0, '?'),
(0x8014d5c3f74527c54867f11c435c11c7, 'wp-content/plugins/elementor/includes/controls/slider.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/slider.php', 1, 0x00000000000000000000000000000000, 0x9131e10e7968a74739d943efe788cfda, 0x19f3d00b9274f6fdb24cff36478f014d28e827482ec96eb789d7c4957bfc1892, '', 0, '?'),
(0x80172649ef0e0bad3aa1317da6ab4e38, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-safe-redirect-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-safe-redirect-loader.php', 0, 0x8753f6c9612a543fbb20df46af985829, 0x8753f6c9612a543fbb20df46af985829, 0x3a22de0ef1777cdeed0fcd7845e055e15b4776ff5a8eb5642a0b4ed37f61409c, '', 0, '?'),
(0x801738b052cf6d597a1ec87575b3719f, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-gallery.php', 0, 0x02e0c5b6994dd99598066cdb4779f245, 0x02e0c5b6994dd99598066cdb4779f245, 0x9fe2560f799c01ef5d4aca8438eecae81826f77f48792bbca074b8d1d25e55c6, '', 0, '?'),
(0x801b3061b54e7655ddfd52bafe20c95b, 'wp-content/plugins/wordpress-seo/css/dist/icons-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2370.css', 1, 0x00000000000000000000000000000000, 0x943814ded31dda32ae8cdec4cdd19820, 0xa324e7f69a463fc21035dbb814c22252697bccd2166376255b4975e682860680, '', 0, '?'),
(0x80235bd6c45cf092af6037dd805d6ec1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', 0, 0x4c3a541bc2a97f9278417c8ccd49a256, 0x4c3a541bc2a97f9278417c8ccd49a256, 0x848162d595f0d1be36e2e44db4b5a877d21fa1958b1cd55559bccab27a9cb0cd, '', 0, '?'),
(0x802471e7b913628a8421585c093bd312, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', 1, 0x00000000000000000000000000000000, 0xb4a7108dbb20f1dee8a07347dd0f4035, 0x9bf75ae2eb5972b41e631ba87ea70a9354187138c84868f246eda566f900bad6, '', 0, '?'),
(0x8025524b0f11e9eb29b73d9bdcb39591, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_breadcrumbs.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_breadcrumbs.php', 0, 0x8c2d4d0079076d89504cb526709f40c4, 0x8c2d4d0079076d89504cb526709f40c4, 0xac7745a39ff6befa4a61748bdc54ce9f6d2062001d801b7288078ffaeb40c3ee, '', 0, '?'),
(0x8026c98324f21b85afe1287ac1e1c5c6, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 1, 0x00000000000000000000000000000000, 0x276569cf4b2c09f73fdb0f0203ed2cc4, 0x0b6ee2349d771d3a9007a34bd143db0341464de411d554d30513da6632c3de5b, '', 0, '?'),
(0x80286a7724b75961c89d77e9c48137e1, 'wp-content/plugins/amp/includes/embeds/class-amp-facebook-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-facebook-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xefc9225d316d49a12f80bd14948d0215, 0xfd5f689cfccb7bf668fd16b1595c45a8ac0126db65b51f21665664c11cedbc31, '', 0, '?'),
(0x802c45ad9852a6ecbaac42000eee271d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', 1, 0x00000000000000000000000000000000, 0x228655a49829c067ce3b90837fbe03f1, 0x2583891c6161ea22312a1bb57758d6d40e649ef1b2b1a9669416d0636c01da59, '', 0, '?'),
(0x8030df812ebbff386e346b115f4d1cd2, 'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php', 1, 0x00000000000000000000000000000000, 0xd50930c98ea0d2be16501ec0c820204a, 0xc9c7d0620a7d18791ca85649691eb5b2ecf44dc06acf81fef7490e57dbe70496, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd6787f79f244c681efe1f8d6ccb5b92d, 0xd650e4e0236b4b44e82afea1c088de0a2e06507c2faf65e873c4c16df1532744, '', 0, '?'),
(0x803bf1ce2131e13efc590c1bc47851fc, 'wp-includes/js/dist/block-editor.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0xd1add8ba3b6b52477f69ec65d17013c6, 0x6a3d8e22c1ce0c15c9fb1de45d27800acff3a1bc3bdd98f5b75ed79a4e167076, '', 0, '?'),
(0x803cfed929cc35cb9b019677d5d93b14, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js', 0, 0x9a1469ad084d65c1badf5229c048cd85, 0x9a1469ad084d65c1badf5229c048cd85, 0x43b5c3ba2217a22bf615457880c90503a0358b0058cf6dec716cac64da181255, '', 0, '?'),
(0x804112dfe5e7304864a4c2c497023f35, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel_fb_ig_business.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel_fb_ig_business.js', 0, 0x684f8e78184f66d7701e2dd8bdbd7764, 0x684f8e78184f66d7701e2dd8bdbd7764, 0x27ffd1d89e78624d836ba3e9d04390bbeac1df6eac41a77216eaf006a37f41ab, '', 0, '?'),
(0x8043b9b7124b22d8a195d8bc46553daa, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-license-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa82f3ccac892e76e9efc785b0a462138, 0xd8a30a770e3c3cc78b4e4a5ddfe6003685e073ab1cd20b678728ebeea69346af, '', 0, '?'),
(0x8043f6d8db4f5530012eecda26e5870e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json', 1, 0x00000000000000000000000000000000, 0xdf5a3dcc4c39967c4352bdf9fd5fb092, 0x73a98eecdea8351d88e092fcd8f8395c81c8398a1a49b290b6e7c6b801073e39, '', 0, '?'),
(0x80476d68e51236214b9d66e7712ee563, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3_no_content.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x8047d49f8fd2e8cade0e4373a8ebf5f9, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php', 0, 0x1c7645db298b0ce67c1a5a2f1f3d61ff, 0x1c7645db298b0ce67c1a5a2f1f3d61ff, 0xa16b1b3d00e35aeb0745b76727a0422569f0d54425366fe450ab08b8c3411fc1, '', 0, '?'),
(0x804b86d12f32ec71d301e9f5b29fe160, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3.php', 0, 0x849f66de0c5d53248e1dcade881b0f81, 0x849f66de0c5d53248e1dcade881b0f81, 0x5906ff5fd6392d89f9339ffc7bdeafb44a7dad4efd5d52033914b238abb2570d, '', 0, '?'),
(0x804fd358fbcf2cd4abf3c0b77a6122c1, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x745dd467bb8d944ee82b38034a3b71d2, 0x4ee962dfa5f3490a61b3b75e207780d2ac790f112dd6473be1bcc752afbe9673, '', 0, '?'),
(0x8052c42ab3b8aa06a3f5f788a4ddccc2, '.htaccess', '/home/abt90iranbet/public_html/.htaccess', 0, 0xfaaf89c3a7ba37b36bc5b4586c2f9083, 0xfaaf89c3a7ba37b36bc5b4586c2f9083, 0xe2b658701c81fb44933e85cb8992319c9417003557cf69fdec7586fb0ef6a8b1, '', 0, '?'),
(0x8052f7300b5d379a5f9990eba7dcf5ac, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node.php', 0, 0x909b10cc6544d8a5cd968e98ebde23dc, 0x909b10cc6544d8a5cd968e98ebde23dc, 0x209bf248d0689b0398d08dac224e9f11b654a17f732ff14973130cf37d96c37c, '', 0, '?'),
(0x805889aba2e64b6bf6cf23a22fa4de4b, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php', 1, 0x00000000000000000000000000000000, 0x2914fb3e16f0050eebadacdfee856838, 0x281b96248503c4e02f00d22a40841ae2d1fa06e66ed527dc23c5e0f403c72391, '', 0, '?'),
(0x80597ebf62ca13a26dc15c365995ef03, 'wp-content/plugins/amp/assets/css/amp-admin-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x25992d96effabb9951ad4d71e21c2937, 0xdb91d02b7a1419ac83c7a2baf90f4aeac6a885852723fce7642e5f804a015d18, '', 0, '?'),
(0x805a64bdb0d2f54fc7723289c46b952e, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x2bfa219a31caeb17dbdf84a7117f9147, 0x6cc0d846442ebb9d34cca4bec33f5b1f2dee4c777b4c96849ff8a6802631e75e, '', 0, '?'),
(0x805c12ae568a8194a571d88bef5d1c85, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.mo', 0, 0x3471dcf3c806c3255ba0dc9e827e3ef6, 0x3471dcf3c806c3255ba0dc9e827e3ef6, 0xe572d8f5c05b567a6acc0941c52db553ba8a845cf61c145259cb703de47beb96, '', 0, '?'),
(0x805c22fc733fc01084ae2e148f39c9db, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_live_search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_live_search.php', 0, 0xe121a67d53b97093c7959bf09e3251c3, 0xe121a67d53b97093c7959bf09e3251c3, 0x68fa1cc065a5688f9239c47c94fea60d5fb321a0397a3f8ca931f98348463c3a, '', 0, '?'),
(0x805fc1e712351a2492c281c69f0d3fda, 'wp-content/plugins/elementor/data/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/manager.php', 1, 0x00000000000000000000000000000000, 0xb4c63510860aaf1d109ed404bc2932ee, 0x81a645ed139e33d8ffe34e19eba960cc400a08c0f52adbfed50d5601b2200944, '', 0, '?'),
(0x8061bd82a8608fb0fde9998d42241a72, 'wp-content/updraft/backup_2025-03-17-0326___90_aed14eb7ff1c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-17-0326___90_aed14eb7ff1c-db.gz', 0, 0xcb2ad960c133270a67641053723b1f20, 0xcb2ad960c133270a67641053723b1f20, 0xe9e532f04ce11fff93a6e38ee4336f594619eeeebb292b4fdaf650f212369e0f, '', 0, '?'),
(0x80640b7f427d2d485104f7bae65a69ef, 'wp-content/plugins/td-composer/td-multi-purpose/css/menu-header.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/css/menu-header.css', 0, 0x19cf0632443e8f7d62f7b30ccdb7888b, 0x19cf0632443e8f7d62f7b30ccdb7888b, 0xa2bb02c65b0f17b4c55f543bdb88b0ec85659b5c94e54f8b0946c45f3c563b95, '', 0, '?'),
(0x80643e927fc7a344a000de7c9ebfe657, 'wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php', 0, 0x8602f926253512412588d7a5dad8f2ad, 0x8602f926253512412588d7a5dad8f2ad, 0x60dd8711e8ff8bc5366a4541f446fcc0b95269c52f7163f8ce8bb397dc70f1b6, '', 0, '?'),
(0x8064ee8f4acc5473c6879978c0d63d67, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_template.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_template.php', 0, 0x2b016c4c6e99826f393f7a90b8529e46, 0x2b016c4c6e99826f393f7a90b8529e46, 0xa379b261e329b610680f934d69fc94995d8c7ba1daeeab1bb059687c5f387b77, '', 0, '?'),
(0x80666ba37e7f5aa93faf0f7b3a8e501e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_3.php', 0, 0x5ab6d0a113dfc2ae3b71ff692ce03c62, 0x5ab6d0a113dfc2ae3b71ff692ce03c62, 0x40edb9c37a728bdfb952d82fe7f3bccea746c320322b2f22f0263534c340cfc8, '', 0, '?'),
(0x80686a192348cabf900af859ddcbc8f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1.php', 0, 0x6790390723e628a17a7ffeedf48952ea, 0x6790390723e628a17a7ffeedf48952ea, 0x45c2bfe269319804097640ed651407aa04ee0a1250a90435e6a13c29912c1623, '', 0, '?'),
(0x806a70b61fdeaa2dd49941c39ef5e811, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', 1, 0x00000000000000000000000000000000, 0xde7c70b1176883b4f5969e7bd5533641, 0x5c5b98f186f6c6b550db96749dd732e11f92550ffdb1d953b4533d0a24d1166b, '', 0, '?'),
(0x806c23b3bc642919f14aea297c15c5f4, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_socials.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_socials.php', 0, 0xf19afbbbd19a99de394481f79b0bfe54, 0xf19afbbbd19a99de394481f79b0bfe54, 0x39a6aedf8a7bbc955fe11e0ca5d7f1900b082d421711796917b6ce08611fcb5d, '', 0, '?'),
(0x8077bf8842364405b32be4b5c8b8e045, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', 1, 0x00000000000000000000000000000000, 0xd71e80779af5f9a573ec3abf0b119be5, 0x7fcc13f930c0c70948a065076cfea7595a9e56752a5afdff8ab7d82b312f3c08, '', 0, '?'),
(0x807884dc9f89f7edb1f0fb42e2da49b8, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json', 1, 0x00000000000000000000000000000000, 0xdae7973a62ad986df371294842b6545c, 0x56c3fc46c3971926dea6992e903bf3fbee9f08eaf9bdf92ff7a459f1abd3a189, '', 0, '?'),
(0x808e42fec47a04cfe5107174b6bdffdb, 'wp-content/plugins/wordpress-seo/js/dist/indexation.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 1, 0x00000000000000000000000000000000, 0xab0f47c8d1e62d0329b152a3373fbb0a, 0xe23a725ddc0d90f69746213218c4ceadacf27d028fa4538af56def447b7883b9, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0x344f1ce0e24412496360e1181995454a, 0x70b776d354355a3e6a15868f6aaa00009cc87f66f8c578612f673d13b626b50c, '', 0, '?'),
(0x8096affe02d36d595a50867ed019f2db, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_panel_settings.txt', 0, 0xac6b5cc0f31c43b18c6650ff5fea1d7a, 0xac6b5cc0f31c43b18c6650ff5fea1d7a, 0xdff6d7d69097d8ed0e2937df76815d93f51e7689127b00024f7cb46dabedab63, '', 0, '?'),
(0x8097a8661510ca6af39fd00f264ee828, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_content.php', 0, 0x944ffa805f2cdd8f11a849f7e1ac3568, 0x944ffa805f2cdd8f11a849f7e1ac3568, 0x7cf6c5b8891ead0fb513d861e472dec35cc4f35fb44d882217c8ac7f9a5ce232, '', 0, '?'),
(0x809d753b4c62362570fe1503d544e0da, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_pages.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_pages.php', 0, 0x9e1dda9c9c0921b605508806689a3f88, 0x9e1dda9c9c0921b605508806689a3f88, 0xb25dabb4ac3ab49bcf965cf3c28c7cbfba65b0fe8c3c748cb473e601bec6e081, '', 0, '?'),
(0x809e23b3885c3792a61a6847029e6ca2, 'wp-includes/blocks/post-navigation-link/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style.min.css', 1, 0x00000000000000000000000000000000, 0xf50d5bf375bbe8d7803fad7646712175, 0xcd13961f5289f8be112f282b22097e2457a4a5040d405d633daf404a771a8d47, '', 0, '?'),
(0x809e9c740ea51805f57ea9ab24150dfc, 'wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6cb0defed9b946cd0281a99409579a0e, 0xae18a32679d3cfe8990bf819e30e387de88ad389dffcd37e4be5ef158f502908, '', 0, '?'),
(0x80a322b0cf2fb1fd507dddfca94bd95f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_6.php', 0, 0xf6baa67b96702199726ab27a56b13ceb, 0xf6baa67b96702199726ab27a56b13ceb, 0xbeac68be786d23fb1878b647dd70fb2ece617efa2c0315f600685bc5d620348a, '', 0, '?'),
(0x80af1d8bf0ff00850336d6aeae9fa2c9, 'wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php', 0, 0xd40527c068b759210042bb3d0e4fc302, 0xd40527c068b759210042bb3d0e4fc302, 0x191a5797731977a13e6b760d6ede6d4f951e66071df6ed0e567e1bdaac946a8d, '', 0, '?'),
(0x80b03d21a68f2bc5e510b9400820fbae, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x80b17f035748fc70d9c98b8d982e9516, 'wp-content/plugins/td-cloud-library/assets/less_common/components/buttons.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/buttons.less', 0, 0xe2d374f178c14ded271b04918944e648, 0xe2d374f178c14ded271b04918944e648, 0x78c387d32fe5b3680adfa0c52719e9c3a03e07a4a386059e250592627830bfd3, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0xc505252b24643d1cd4c12c05bb1c2e29, 0x795117e8aa16ec394925e115a3a2480434acb50be8c297429fe774cd35efae29, '', 0, '?'),
(0x80b9b2b5d71bdd787ca25f22cbd77327, 'wp-content/plugins/updraftplus/changelog-old.txt', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/changelog-old.txt', 1, 0x00000000000000000000000000000000, 0x94231441bd3119d0b6aff41acd773d4d, 0x837f2cb76493d0cdbd54719e29875db493114e95f975648d90cf356dd20f80bc, '', 0, '?'),
(0x80bb41d0bf85f446271bffc559e08efd, 'wp-content/plugins/elementor/assets/js/packages/env/env.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x80bf25131f099b2bdbeab38234fb7b3a, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 1, 0x00000000000000000000000000000000, 0x876f95d1956259ee52b9f2b1f4cff793, 0xa97469696f50372c8819527cad719658e5d229e1868addc7ae66ea404b76e109, '', 0, '?'),
(0x80c0206dd414124c1b9152fbc9bbbaa7, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/meta.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/meta.svg', 1, 0x00000000000000000000000000000000, 0x1c9b1ceac5cef40482831347f728d70a, 0xab3a05801e29be0f0acd98c1692d90c4c55ba422f13e9c2a3691ec7cef7d1005, '', 0, '?'),
(0x80c30690eae63b0eb8561b6605c24407, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_8.php', 0, 0x4d9a48020de50ad9c9ac4d6c34addaa5, 0x4d9a48020de50ad9c9ac4d6c34addaa5, 0x3ad5160837218a4b2bcf8151f4fef4fa149689e8e6817843070d813f013a968d, '', 0, '?'),
(0x80c32cba7cc31b526b1c133bd9b9df67, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_3.php', 0, 0x4d02a5b836945a20e1e669eb7ef109d0, 0x4d02a5b836945a20e1e669eb7ef109d0, 0xd97a6988f4fc7095be3747713b919ced13d611e3b551bb038d393170735d8dda, '', 0, '?'),
(0x80ccfca32188f5681aad0ec9a8242252, 'wp-includes/css/dist/edit-site/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style.css', 1, 0x00000000000000000000000000000000, 0x7abb1043b16ff0017c8404a5dc2a0d00, 0x04b727ef9aa6033511aa64b4c48032aa9161055dbbbc584a9947fa6058548e7e, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0xce7bcc25b52de245ea3b9f978cce7c11, 0xe4b07529d0139c124ae4f84186393290aef124a7824ed338fdd4c7f7bcc22746, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', '/home/abt90iranbet/public_html/wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0x5a69d420c288aacc484778f34c6fcb89, 0x1609ec35c3f1107fa5069e84c928543f2f69c8663bebd48b30a55e222548a465, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0x95776273db78679370b8b02971322a14, 0xbc2e9af26215a7e8240b2d27bd77db50175c2ff3c3d4d7221d4ffd92b1584814, '', 0, '?'),
(0x80d9a8529e64fe185cd7df7eefe61944, 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-no-results.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-no-results.php', 0, 0xc9431821f83bdb43306c7a4d94904f65, 0xc9431821f83bdb43306c7a4d94904f65, 0x5bd8424b9dfef6029bf3c1d3ecfbe37485cc48ea2fa5042c5fef4be12c4ebbdf, '', 0, '?'),
(0x80dfe62965b3e22eaf880a4f1e11e807, 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x22b2a7309447695166bfcaecb2693688, 0xe69a3cd6093290365e53ad5dc4af419fd12dfe304c907dca0e8232ae602050c4, '', 0, '?'),
(0x80e2a8486fac8cdf9aaa1f5a1411effb, 'wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php', 0, 0xf0ee1296d6f2bf91306d84b63ccea391, 0xf0ee1296d6f2bf91306d84b63ccea391, 0x34337735a0923760d8d23d933175bc334e9bd2db8e3a3132e48d9f9fd6d5c8a1, '', 0, '?'),
(0x80e6abd5210c23fa6d0345b25354a722, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_4.php', 0, 0x02c2f94ffb3aa390595e90f36e7eda96, 0x02c2f94ffb3aa390595e90f36e7eda96, 0x621cf131a9edf9db99a1428922d8531373e86a61ed9b1a3411d08e24cbb37c0e, '', 0, '?'),
(0x80f419fa5942d6eb33f7b624f3bdd2f5, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 1, 0x00000000000000000000000000000000, 0x1df1bdac1d58ec3a347471966e68df6d, 0xe0477bf7045d61708f854752ae6a7c29544199c564821ab5c6a756c7c7ae5b74, '', 0, '?'),
(0x80f50b7a60456aa19e236530105e0de7, 'wp-content/plugins/kk-star-ratings/src/core/filters/blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/blocks.php', 1, 0x00000000000000000000000000000000, 0xed811dbdc818625bb0f52534a1995cb2, 0xbebaf771f70911933cb33fb4b2540d7f9ca68be2e316689fc84946b922aa2a2e, '', 0, '?'),
(0x80f58bb2db5e566a4c5a58db3874a88e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', 1, 0x00000000000000000000000000000000, 0x84f8061d3f6a28582514559fc4a09563, 0x051547e9d586216e47c141f718c84d9a5e28998b30ad2a70cf488f983b9eb9e2, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xe3e033f32e291fc0328deadd70ebcef0, 0xcba0eb8a222cebb652caa8a80654723da66fc205f972d102d0973ab503c1b080, '', 0, '?'),
(0x80f81089a1bbf369d0ded6a4fc76ed95, 'wp-content/plugins/wpfront-notification-bar/css/options.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/options.min.css', 1, 0x00000000000000000000000000000000, 0x3d7b7225951be46d5e69f5ef000ecfc3, 0x41045c7b195741899eb32dae56f619dcda0321bbc58e7df1197175476bbb4b06, '', 0, '?'),
(0x8101a8a337c6163a3abed02a9ab946a4, 'wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', 1, 0x00000000000000000000000000000000, 0xf66249687edb370c9401df8ff0b9000f, 0xa8e9584df80900d3a8e0726939c7dac4e2f65657ec1710f9f14ef7ebaf4539c9, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0xc8565972fe5cdc98c52f31f7851b9da5, 0xf252665a165a9c23432f1af0500b86d512f961656a90c8cd5574415e4ad8f3ae, '', 0, '?'),
(0x8115e8125513ac68674df820b8646e51, 'wp-content/plugins/elementor/core/files/file-types/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/base.php', 1, 0x00000000000000000000000000000000, 0x4f67afc7d91cbf28c3d4b788028e7456, 0xcd8a7d338a12123b0665afbbca60715c8fe4a2508a22b77eab4f7e992e4e8ef5, '', 0, '?'),
(0x811663106463c69a71cc1b7eb7258beb, 'wp-includes/blocks/navigation-link/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/block.json', 1, 0x00000000000000000000000000000000, 0x6926a7d1b6a0b652f7fcea701425e0bf, 0x06feb50f9044a62e724f0b8b8e8a203ce18142647fea5a8f680bcd380d7e575d, '', 0, '?'),
(0x8116676ffc403e33043adb8fd58de568, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 1, 0x00000000000000000000000000000000, 0xf7f5103e9caa96b32725ff6243ac16bf, 0x7cae2eb4238ee4cb66c8d55ac25a8d8c590939c1b07e08fdf6ff1a7216cb4b1c, '', 0, '?'),
(0x811ba54007392428bbfb2e0d54153e4f, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UriInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UriInterface.php', 0, 0x05487cc106391e0b5a60c0c912f30912, 0x05487cc106391e0b5a60c0c912f30912, 0xabd87fc72b57fa811c58fe48195c5f5a0d1d0cccfb554fe10045b896aa6d7860, '', 0, '?'),
(0x811e893227a097ab9f7c590e566786f9, 'wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x8126575e011a37c9bfcd6e60f05822e7, 'wp-content/plugins/elementor/modules/history/views/history-panel-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 1, 0x00000000000000000000000000000000, 0x3bf7754f14a467565b1ea08f50366c2f, 0x3ccfcee9e1433b8f6e5c574d283854aef1fb7ab2c2d8887034b99980b9980355, '', 0, '?'),
(0x81301427147288c96558124c9331c70d, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/new-dashboard-page-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/new-dashboard-page-integration.php', 1, 0x00000000000000000000000000000000, 0x616a835ce45cf58a178980c9d547d8d0, 0xe39598b9348ba3a0caabad0410603eb89fa5d15cf802e6f19e38bc2624bae7c5, '', 0, '?'),
(0x8131409e4eec12ee5365e797dbfe0698, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-text.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-text.php', 1, 0x00000000000000000000000000000000, 0x8a1151d356f3000239ac0bc68c500079, 0x13b803a93246d4bd16fd28a9ef8ff2ee0b3bda9755dda8cad7042966dfaee2f2, '', 0, '?'),
(0x813539efea04c95817e731187842d811, 'wp-content/updraft/plugins-old/updraftplus/central/modules/media.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/media.php', 0, 0x852ae4d331b80d0b5c2764b4f4ceb3b9, 0x852ae4d331b80d0b5c2764b4f4ceb3b9, 0xa032a517e2440b6beef8a7a04f8774bbdb56722594312f094691de611c40ddc5, '', 0, '?'),
(0x813d195ed489527533394d25c6210be1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 1, 0x00000000000000000000000000000000, 0xaa0d09d888d0e51a8a848c5f15573238, 0x7613f62af88e471dce07ee1ec0180d24a59e45b55aaf3adb9e9cc366e7c298cf, '', 0, '?'),
(0x813d6c01bc7c6fe0a4cc62595dc96ac0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', 1, 0x00000000000000000000000000000000, 0xec660ddfc42604b48a81558d8087166d, 0xda830b4befe6593b9976df58785ad792545c652522cb3322a20ba0bfa3c184b7, '', 0, '?'),
(0x813f21d5669f6fd3a9d2cbf5eb49d199, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_PT.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_PT.json', 0, 0xd9ad54b011c3ee69397144e1457ef0ef, 0xd9ad54b011c3ee69397144e1457ef0ef, 0xcd2bcc701dee33ea88359fd784bcd0be9ca558ef74b3ae753e19305159561c2a, '', 0, '?'),
(0x813f55a7c9da83bba612d914cb351bc8, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block1.png', 0, 0xf2f8f22ad5479bfb20784715b6ead936, 0xf2f8f22ad5479bfb20784715b6ead936, 0x54426c59bfc352d7f5ec47488cb3dbe99fd3d7bc3b2c6114e672e6c077a5be3e, '', 0, '?'),
(0x8149eca0ffff82832b6ed3cc685eb0a8, 'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', 1, 0x00000000000000000000000000000000, 0x89256cb9032912ef13260de42d9394ca, 0x4ea8065334ffe496dbd7a849c6ffbba6b032b2295ebcc68f7269004ff67e8ff4, '', 0, '?'),
(0x814cee4b73c405a1b15015d6c85d6ed4, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-6.png', 0, 0x1c2c3c54af38e33e703c804184e64974, 0x1c2c3c54af38e33e703c804184e64974, 0xff0639c7f8e5e233926a600ee0f29a9f893a7b7d5407da6d70f838e8e490d116, '', 0, '?'),
(0x81533908814e9880435901c409228b12, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/building-exterior.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/building-exterior.webp', 0, 0x2af7c6205191cb22f5184bfb4c8e47a3, 0x2af7c6205191cb22f5184bfb4c8e47a3, 0x7416804ad67400ca754962b5f8ae44b67fcd7c0e77c58d29690c7ee5f0600f35, '', 0, '?'),
(0x815acaa7a40b236387672ffed4107e83, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', 1, 0x00000000000000000000000000000000, 0xfddd126f96d8acd1a2333b015d541a5d, 0x560c4913172229fbf442012651d14a05d28ac5218eafd99e2276c1f7fb4399e5, '', 0, '?'),
(0x815bbba740ca34ff70c3918a0dee3a45, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/algolia.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/algolia.php', 0, 0xa35f5c72ec4d78e591179698ce442144, 0xa35f5c72ec4d78e591179698ce442144, 0xc57186d155050e3d755e1493f02c1718f12364186b26317087aa71a0a053ec1d, '', 0, '?'),
(0x815d008422a5689e6276976c14b898c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x815da46eff04e853aafc32365b3123eb, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.po', 0, 0x1c0d4b210cd6afbe272b9ff34bb931b6, 0x1c0d4b210cd6afbe272b9ff34bb931b6, 0xe284c234cf452ee8957a121c4fc75e5ead94ee34ca33ff031f9d8521e5f82700, '', 0, '?'),
(0x815e2cdcf21b50e2c85a560ca39542e5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2_no_content.php', 0, 0xd1b63fe3549d7697ab0732e6726ef1c6, 0xd1b63fe3549d7697ab0732e6726ef1c6, 0xd6cdc4c611e29ee044478d995ddb6dbc5a2e3c892652f081d9419ed1450c705d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x815e388543afd1f00c53df3f84279a8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_8.php', 0, 0x43b1b3e9d8c716b18385b5fdbd44281d, 0x43b1b3e9d8c716b18385b5fdbd44281d, 0xe5f206e5813dbf601f22e66de89aa30e5b25be2e247c5f380955bb5a18b69ceb, '', 0, '?'),
(0x81655fbd02bf6db48a1ed218be416d4d, 'wp-content/updraft/backup_2025-11-05-0333___90_ca0174971343-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-05-0333___90_ca0174971343-db.gz', 0, 0xa293e761d21d154bf21be70bdd5b48a1, 0xa293e761d21d154bf21be70bdd5b48a1, 0xb8e12b7f28f64cef25ed53c10c3b5b9097ae5e98906a53d0efa4047e5f4eaff8, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', '/home/abt90iranbet/public_html/wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x57437da0da4bb7dae946c7c2e484206a, 0x774087c3f9ac53c2bc7c0d3eb7d1529e34d2140aef4eef08bb335973e553dce9, '', 0, '?'),
(0x816eb5e7cca67a31fb9f3802103a6783, 'wp-content/plugins/elementor/modules/system-info/templates/html.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php', 1, 0x00000000000000000000000000000000, 0xa08a0adc9ad6b211648b2585b46bdac5, 0x922347a8857599561d84d2b22abb48093a36a5455d741d1484f81050897c0bc7, '', 0, '?'),
(0x816ecca8b9d15132ab9a38faeca87877, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340-rtl.css', 0, 0x36b98365eaeac6a2be021cf69ac63393, 0x36b98365eaeac6a2be021cf69ac63393, 0x91762bd000f1d91d29606c5535eb4122e3d587436b792603dbb1556fe53e1901, '', 0, '?'),
(0x8171661134269ece73cf80d1dcf20afd, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade-network.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade-network.php', 0, 0xcd5b218607d0f3946f43b0ec903e1a7b, 0xcd5b218607d0f3946f43b0ec903e1a7b, 0x6b0e2b4bcfaf3d8c8a5ac2ced716af7ae5ffca76b1065fbf982d7825fdeca0fe, '', 0, '?'),
(0x81748745581cee179123f0c4dc7e8d60, 'wp-content/plugins/td-composer/assets/js/js_files_for_widget.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_widget.min.js', 0, 0x4b379eba695f955d6633f8714c1d9e19, 0x4b379eba695f955d6633f8714c1d9e19, 0x9090ae7ebbde5d09c5bbc0698bd8a99182b3cc050145146484c65ebb15d02221, '', 0, '?'),
(0x81805dcd3d2f27fab164666089aa7374, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', 1, 0x00000000000000000000000000000000, 0x272bb6ba64929f4966f4f484c99d996b, 0x8fc4b6d3601081eeb5b48cbabeb37ba8ed33070f924bd09a63ddcf3b644fc7bf, '', 0, '?'),
(0x8184ed15f6b93b53f95ac0a947fa35f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php', 1, 0x00000000000000000000000000000000, 0x947cf76ea104bbc4aae1f8a9c00632ff, 0xb00a29c28c349e7b8adf0303981c1d02b20916d223e7374f8dfc2f498412b215, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x5e23139d9fb04e19860221e75e0444fb, 0x29ff7d8bd666d4fd87ac1208ecdb1c6157606d4884d3b59272299c4b935aa0dc, '', 0, '?'),
(0x818607ec7046d471058fac5153ede072, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_7.php', 0, 0xb6ab148edd3a1bc02ba129dd2bc0e824, 0xb6ab148edd3a1bc02ba129dd2bc0e824, 0x5bc35260ece9c7cb4922e82778f504a4c37c3c8349047a5f88177b097002c801, '', 0, '?'),
(0x81884e8c3a128e0f4bb9306c98c308ff, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php', 0, 0x94a94f0a311a66fb0a91f8e4a7c4ee89, 0x94a94f0a311a66fb0a91f8e4a7c4ee89, 0x096e0d39721585a2d7e2aa83532470ad97d8c2950cf197df17377aff54704794, '', 0, '?'),
(0x818bbe1c3c9562833952ae24de025d2e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/composer.json', 0, 0xda2d9cfadd9c7d1516d2834158f03639, 0xda2d9cfadd9c7d1516d2834158f03639, 0x4671e2c68182e42b6011e6aae70b1d1fbadcb447b29b6bf78c88082c4c8626d7, '', 0, '?'),
(0x818be36c9ea947cc5fe34af374c090d3, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', 1, 0x00000000000000000000000000000000, 0xb265dd606f3ee9f4c0bab1ae484c5255, 0xc8f97ed697411413f47ad6f349f92d82cd045df83ac8bea7da455f6836683eda, '', 0, '?'),
(0x818c30984de49304118c324cf4325a60, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_300x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_300x0.png', 0, 0x95c04be3d4aa0088ebbe44423c2c3315, 0x95c04be3d4aa0088ebbe44423c2c3315, 0x8953cfe906ad6d29079f08eb5f1d13b144e81aad10ff44a4b59058f22b111d66, '', 0, '?'),
(0x818d2a2091a3d7311abe5e2d966864dd, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_BE.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_BE.json', 0, 0xbfaf99f789df39f23f09ef8f12d2593a, 0xbfaf99f789df39f23f09ef8f12d2593a, 0xa176c3bfccfe55aa89e08dd3303efb5aaf3d0b2ea915dabb0b5a997a496ec3b5, '', 0, '?'),
(0x8190037ad097fbbdcc02449e197e2f39, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2.php', 0, 0xb4cd7ed7b0a1565aa911adf0f4ce8e74, 0xb4cd7ed7b0a1565aa911adf0f4ce8e74, 0xfb74bbd3a0c5aa793108cf4052f0a19ca6b92b80541e3cab2acee900144b1b44, '', 0, '?'),
(0x8190434db999b9f8ccb55f5471d15285, 'wp-content/updraft/plugins-old/updraftplus/images/icons/openstack.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/openstack.png', 0, 0x95c6446e18f352a3bc8124094860f2de, 0x95c6446e18f352a3bc8124094860f2de, 0xbfb7f6d6019f7436ed9dd406e384fc7e00c5033208b2cade2a844279d03d9e7d, '', 0, '?'),
(0x81916c83fd1ee1adb0cd1eb00bbb6e03, 'wp-content/plugins/amp/assets/images/amp-delete.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-delete.svg', 1, 0x00000000000000000000000000000000, 0xe46fab47a3d8f66c1669f5ef46655293, 0x5799fa101e255b3a8b151a92602047a005e481122e72b8a50409d0e5589aa285, '', 0, '?'),
(0x8195656b99fd4f81b606539af2460c18, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.map', 0, 0xc3e42692bda5e37f1c76bbf3e26a456c, 0xc3e42692bda5e37f1c76bbf3e26a456c, 0x829cdcfd70ee6938e4cfba4a235922fafa59d3fdfcf8aa4ef5a710b95b47425b, '', 0, '?'),
(0x819a97c18f023fb82045b3d5bccafa55, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 1, 0x00000000000000000000000000000000, 0x128d96ef97aaaca0292213b4d526ec53, 0xe7cc7ca8a8f33ee3d1b2a6e1883c908fa85f5d132a5b0c47580b72c124bdef4a, '', 0, '?'),
(0x819e3886ca6b11977d6eccd20b048b10, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php', 0, 0x7fe1f1186c4f5e351112a1cd33e61a07, 0x7fe1f1186c4f5e351112a1cd33e61a07, 0xf82d9d6620a5213de5faf1050b932116437e6316d85d6a6d74b5ef9e258ba8f6, '', 0, '?'),
(0x81a30812e4872c55655aae0fec7ad620, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php', 0, 0x7f2c848f7d7e7ba8e52e760be0747a0f, 0x7f2c848f7d7e7ba8e52e760be0747a0f, 0xb02385038df3eda889824a90cf89302df57bd2b2201a708106f98d656eeb488e, '', 0, '?'),
(0x81a588a06f71629fbe7544e1c2db5bd6, 'wp-content/updraft/backup_2025-05-17-0330___90_010d24556231-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-17-0330___90_010d24556231-db.gz', 0, 0x674b23fde93a41e3f6b73eeeff696a4d, 0x674b23fde93a41e3f6b73eeeff696a4d, 0xe1b032db1e96e25554632566bbdcef79ef6108f48373e1b62560b846b5acaaf9, '', 0, '?'),
(0x81a88ee26e5d8c5a56577b50b007b3dc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_7.php', 0, 0x5207df278ed6a670dae5c4555a9383a0, 0x5207df278ed6a670dae5c4555a9383a0, 0x12683db3142c1261c2d17324a1012609afcf7bd87b33d6cb321bb1efa1cc36c1, '', 0, '?'),
(0x81b6555862d0b6d9c510a06e082e4726, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 0, 0x6b138fa4385739199fd09c942f001322, 0x6b138fa4385739199fd09c942f001322, 0x4c7e093f4466bb67d02da1481060436dab25c20d85e2116a6fd1aa131e8ab9ef, '', 0, '?'),
(0x81bc98f45c57dc24ac7ab7a74560ffbb, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_1.png', 0, 0x2cfe38fbae426e08bc212d58da72247b, 0x2cfe38fbae426e08bc212d58da72247b, 0x5758e8493c5dd7ce46a4523168acc900f0a61306aab6053dc26bf48ac0c528c3, '', 0, '?'),
(0x81c000f8afe1700ca7a0bfa7c29640d2, 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.js', 1, 0x00000000000000000000000000000000, 0x85cf31493f89b9266f3dd425762d5ca8, 0xa213f26b5e16cf650fdc963b30772eeeea4f552d526028b84f3f06a583e91d1d, '', 0, '?'),
(0x81c414f916b8b15b05baa397d9a63332, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_panel_settings.txt', 0, 0xada4e3af2780f4037f556af383f06b2d, 0xada4e3af2780f4037f556af383f06b2d, 0x42f9441834e705892c58ae0882fb790c8ffc6bd6521e5ac3bcbe9b6521780a09, '', 0, '?'),
(0x81c444df0fb5de44eed78d2b32ede4f9, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx21.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx21.php', 0, 0x98cd8ba2707a0b102fa4cffba7507d3c, 0x98cd8ba2707a0b102fa4cffba7507d3c, 0xb2f672dc9ad4df4577de50484ba4a168f3ffc9eee9f35b0f61e9d8ae9a6d1f10, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', '/home/abt90iranbet/public_html/wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x4a26dbc734675971c83d00c7ac6e9142, 0x49eeff4a7f29ebe876d62c71840e7da70b305eb82fe7f0b104d1dd49396f7390, '', 0, '?'),
(0x81caee940e30d3b7d140812507fb5a6b, 'wp-content/plugins/amp/src/Icon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Icon.php', 1, 0x00000000000000000000000000000000, 0xb17889ddc550443f77215588212fc34b, 0x1f7f1606ea7cbea3ea48c2841ee32b07f70cd3500f15c658e906f285eeb0d5a2, '', 0, '?'),
(0x81cc566b38a1fdc4f1ba99efd960d82b, 'wp-includes/js/dist/development/react-refresh-entry.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-entry.js', 1, 0x00000000000000000000000000000000, 0x7b341138a05bd268de9bc01dbc9eff99, 0xb8e9ebecdaaae658cbe161298f79ee8b9ddd8a899e4f099c59b91e90f6557fed, '', 0, '?'),
(0x81cd732339b831e6851dd7f9e7e91cd4, 'wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xf723f914bc5658fd4e8fa7660fbf0f33, 0x0cd54668887d1855752cf14f86266274bf0688f5fc6aedbe68ed53103031b021, '', 0, '?'),
(0x81ce6068d10c4e6b064fa14e389e8216, 'wp-includes/blocks/file/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/file/block.json', 1, 0x00000000000000000000000000000000, 0xad5e65f83753d454ab1cdcdd8949ea0c, 0x05cc320feb7b166fb6957d0b8e72ffda3692f4323d3b97e0b7113bb2f4e662fc, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0x7b7c63f483d14992516fa8c3284ea1e5, 0xef98356f3aa003175dfb7d63ce6c9c81f9e98419b6c5973ab84b55d9efbdcf0b, '', 0, '?'),
(0x81d07eb30d72e3b4847dac5c2aa1a7bc, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', 1, 0x00000000000000000000000000000000, 0x4a629aed4bde0e02a110e58fff2443e4, 0x06a4e4799de82b71f8accc6a48c19496ae0871de5ba7480e916a04a88ecbc21c, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0xdc8822d53d0ac062630ead59a5774c11, 0xd175c9df3360e829647f7d6a51e5f1716fd809d7ee68d9df98d4a521b9b0f97c, '', 0, '?'),
(0x81d58d7330b54c424fe0f0308cf42641, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', 1, 0x00000000000000000000000000000000, 0x0b5203c15bf468840d7d0e84247af188, 0xd857f032a8495c076a815ef517588b733166e4baf98f08eba970b016ffd2a934, '', 0, '?'),
(0x81d6594dd4249102df0ea2a0a65416bf, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_exchange.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_exchange.php', 0, 0x575b289863f44613a3db2b7e33cfc9ce, 0x575b289863f44613a3db2b7e33cfc9ce, 0x33a3615136678bf89f6c78a20e6389f4ff9e29b17b1f6f0868a758b62f8f1a6f, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', '/home/abt90iranbet/public_html/wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0xc414b57a043cd1eaa46c97c4bb35297f, 0x53faf02ef720f36c98ee71d7e14d0fa1eeeccc17738e2417ba38036d388d73ad, '', 0, '?'),
(0x81db6a3f11d6925f2d1e21c8676a23f3, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3a53510622535e0a4b6ce324a5601640.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3a53510622535e0a4b6ce324a5601640.json', 0, 0x3aed2277e2f164200d7c3529db5eceb3, 0x3aed2277e2f164200d7c3529db5eceb3, 0xc85208f3b83bc19ad9e512e46235876d8c4465c2f3dcd46bdcb0744f1cc83a68, '', 0, '?'),
(0x81e29dbf1cc16eb85395fe0d2d2b8921, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/blocks.php', 0, 0x689a7258a791713b69a06125de167f11, 0x689a7258a791713b69a06125de167f11, 0x6aeb042074ed4a9241b36f93df3039561f9e8a295392099f5f50954190721dd7, '', 0, '?'),
(0x81e86c2c46c3add8f5aacd6253c24db5, 'wp-content/plugins/wordfence/css/license/care.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/care.1690810710.css', 1, 0x00000000000000000000000000000000, 0xfb71900b29052affa7842a76b1762368, 0x46f01e728f3ad41e72d5286ef1877e0e33f29b77649439d452f0b4184fac127f, '', 0, '?'),
(0x81e9221f3dcf59bea745856f284589b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_3.php', 0, 0xf824b4836fedd7e394a911b595d50b6b, 0xf824b4836fedd7e394a911b595d50b6b, 0xe668a50355cb41a10a2ca66ad98e5f641cf0c878445e82a8d1fab8a1080f6297, '', 0, '?'),
(0x81e9f6530d8e138782a31d4ed4a67f8b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1.php', 0, 0x6a04aa058b316b561f5b4a5c15bb0c60, 0x6a04aa058b316b561f5b4a5c15bb0c60, 0x40d9f5e9cab27bad7faf4c8d7f10babec188dd49603b677d360cac4ae2ba8e47, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0xd2c52e3c2445ff0097fe67bd3a54b10c, 0xc69d45105225f9f314966612c60e5c9fc9bee4080d050c76943843ff5ec26819, '', 0, '?'),
(0x81ed92c4f68b212f9780aa4af1b9624c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x81edcbb13e63d174c8b8f5be889cde97, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/qrcode.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/qrcode.php', 1, 0x00000000000000000000000000000000, 0x915c1344c7afb3dd84a035dcb5a35d64, 0x922572b6ad7e6edd2470abcdbc039084bd6f87f65f759b5068cabbb82e3922a0, '', 0, '?'),
(0x81efc2eb315663257898afa49685bff7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', 1, 0x00000000000000000000000000000000, 0xd90c0c25de625cd55dbc8bb21f413171, 0xf79b7ce0f4b0ec1e514189fab53a32351ea24ebe42289ee469f6903d2c928698, '', 0, '?'),
(0x81f06c0c9ac7c2536ba05111968a5150, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1.php', 0, 0xbd3844ef3428ab7f68641a7ef6c8073c, 0xbd3844ef3428ab7f68641a7ef6c8073c, 0xf1d44e1bce13e4b666b463dc8ce42c3f3a4df863f7c2cf689397ac9edc4253b9, '', 0, '?'),
(0x81f4ccf656a3927fe583739a90a2009c, 'wp-content/plugins/wordfence/lib/wfIpLocation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIpLocation.php', 1, 0x00000000000000000000000000000000, 0xf3732bd0cc996718d6e3b34f3b2a5857, 0xc1150cbdc96ad49af736b483c4942d09bf42f5e7f5a93196c1ca26022bdc6e17, '', 0, '?'),
(0x81f52ed93ad92a8e4bce0e61a4152926, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php', 0, 0xbcb1fb32421ce81ebc5f5117751a9fe4, 0xbcb1fb32421ce81ebc5f5117751a9fe4, 0x4bce637156a55a60c96cd6a2be17fab1b0af1715fa7019c4aace6d5773fbdc4c, '', 0, '?'),
(0x81f6063e1f4ecc7e55c793e0f8b07a63, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', 0, 0xcc226142fd5d390d030b39c61cf97843, 0xcc226142fd5d390d030b39c61cf97843, 0x6eaab35979cc18912200f78106b490ff0a64232e656735fa36c4645ca4cb3e5e, '', 0, '?'),
(0x81f85ac13ee1a394c4602ea545170300, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/1_high.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/1_high.gif', 0, 0x81c8f089656dbc43f90b380a520c7de2, 0x81c8f089656dbc43f90b380a520c7de2, 0x48e7286ab0a37d97b7698fc3967f954ff9fb7accaf398586166a5867dffc1c8f, '', 0, '?'),
(0x81f93116b80fdfe78ad1517adc1ac68d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_6.php', 0, 0x6488c660407ff67e62f390b62f79aed0, 0x6488c660407ff67e62f390b62f79aed0, 0x05a8dadf0cba732fc9203190845ec0286bb705a2d7842b242c4423555cb74e6e, '', 0, '?'),
(0x81fa01288de41fea20da976b697e022c, 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/aios.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/aios.png', 0, 0xa64ee0a4f81352b716c9b1ced39191d1, 0xa64ee0a4f81352b716c9b1ced39191d1, 0x869259285f2f897330a8f5cfeced607d1bed3b1698c8361f9ead26c9bc77fc04, '', 0, '?'),
(0x81fa9c9f71d75f95c6f486c4a1968b3e, 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', 1, 0x00000000000000000000000000000000, 0x9925ae3710888b0cf882a99bad57b7f0, 0x67486e2a4f1a1817a4c165e308ee08663cfe750cbbd75e990f76661289566296, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0x82047557db93b15750d45eff87284cbf, 'wp-includes/blocks/post-navigation-link/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style.css', 1, 0x00000000000000000000000000000000, 0x014fb3a8a37653693f00d3c382289886, 0xb1c5b64398cfad9b68f6a9da46303a32a149f912b4769aa2bc1af9c010f5f454, '', 0, '?'),
(0x8209a8e0169474f0545545e77072c8c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_6.php', 0, 0x3cec202dc976c8ff6bc6d6831b47e654, 0x3cec202dc976c8ff6bc6d6831b47e654, 0x51bfefc526c29e51be0da8fa60a40cfe6884006e15c3af54f2f2dba7f6d99e2b, '', 0, '?'),
(0x8209b2564908a40683529035f61929a1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', 1, 0x00000000000000000000000000000000, 0x79081f2bdc51940f88a156fe14f3e3d8, 0xfa6423f8f456cf54433bbca4a90a91f1db60ec0e4bd0e5aafcf58ec8522759bc, '', 0, '?'),
(0x8210ac8cf418c94dad137a2c47f1c2a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_1.php', 0, 0x178497a0662bfe4d7848bffa7a3d3e0c, 0x178497a0662bfe4d7848bffa7a3d3e0c, 0xc07a59806ac7c58a74ba0c51c375671e1cc92813108c31ac9e737f4add338099, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x821226b60055665a7ea84d6389b30b8b, 'wp-content/plugins/amp/back-compat/templates-v0-3/single.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/single.php', 1, 0x00000000000000000000000000000000, 0xd435d7d4e0adec364d89a09c75c5d63b, 0x27a202790b479f5cb76461adef2d97ee76e1fed6ded9c4e3b2bc8a27fb5d90db, '', 0, '?'),
(0x82129762a494b7bb4e810338ae686be5, 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 1, 0x00000000000000000000000000000000, 0x11ffe230b786db619c5eb2f162525c72, 0x30a0894519dc74079cb88a5ae98ec95bc1dcdb0488c488fd6975f2d09e98ac8e, '', 0, '?'),
(0x8212c1c7c96b6ec393c3ee0a56c49f14, 'wp-content/plugins/kk-star-ratings/src/classes/Migration.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/classes/Migration.php', 1, 0x00000000000000000000000000000000, 0x7d8c72e2b2d8eac51345430fd5ace587, 0xfe6412b1013e849223345f640d346559a199ba86beee635f47a441aa0dcb5a63, '', 0, '?'),
(0x8212d600b04fd3167aa3dcc29399cdd4, 'wp-includes/js/dist/script-modules/interactivity/debug.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/debug.min.js', 1, 0x00000000000000000000000000000000, 0x4d9daa583a006a9e1a4b7010b96f7851, 0xa5f15507a4da5ae5a607480775a680eac75ecea6f168e683c34298ee1630d9c7, '', 0, '?'),
(0x8213420ce304f4fae538eb999ebe9297, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-3.png', 0, 0x1b0094b93b748ddc520cc9b6b14d54fa, 0x1b0094b93b748ddc520cc9b6b14d54fa, 0x96d69a0f6af882859ffdbcc86761a7789cc180faa92b40d3d4d40791be0d4752, '', 0, '?'),
(0x8216c4705032982c8019d1287ec72ec2, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/32px.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/32px.png', 0, 0x37f0007202aee09e6e384929e1b1786b, 0x37f0007202aee09e6e384929e1b1786b, 0x63fba4e79e5de130a0fb8c32244ad80b2482e9e942cae9d6193344fe4101968d, '', 0, '?'),
(0x821a4c4e044764be35ad8f11447334a9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php', 0, 0x887fee28ce39c6a2e156f87506bee8b4, 0x887fee28ce39c6a2e156f87506bee8b4, 0xf45878f0db2dd0e14c87b374c5002774f097850106105574386e972273ce3891, '', 0, '?'),
(0x821dccdcbf225d631e354676d3766c8e, 'wp-content/updraft/plugins-old/updraftplus/images/icons/backblaze.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/backblaze.png', 0, 0x22d7f457739bee8c7df37a73f2a8c107, 0x22d7f457739bee8c7df37a73f2a8c107, 0x9f729e4e335ccd50d341a1130a762a351bffbde70640e6ce1ee3a704b05afe46, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', '/home/abt90iranbet/public_html/wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0x6c9dc7fb09ce9252553be27070c6629d, 0x8dad0b2cba21ff19bd0b1d6d3466b883e5c6d8d64e52fe0acaf2e20742c0885e, '', 0, '?'),
(0x82229e0370eca8c656aaa2048e2e15d8, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 0, 0x02b5b078e1068e8c60bae2818c7c5a7c, 0x02b5b078e1068e8c60bae2818c7c5a7c, 0x1da242df320b40fe0dba7106e96b4bbe965f3383db895559a6e8ed67ace73fe4, '', 0, '?'),
(0x8222e74f4decb2da00428ed9b20c3abf, 'wp-content/plugins/elementor/core/page-assets/loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/loader.php', 1, 0x00000000000000000000000000000000, 0xf0dce492d65858ea48d4bd9c1e432cd8, 0xb5d88ae98c2aa56f91bac4da52fd260b7ae5a6032f62f7591c02d2298ceb4c6b, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x822a481fa761ab6d2ecc412ef5958655, 'wp-content/languages/plugins/elementor-fa_IR-d08674c3209a5d002cdfd3b2d0c5c54d.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-d08674c3209a5d002cdfd3b2d0c5c54d.json', 0, 0x8e25759254085ffda80ceb903f091ea4, 0x8e25759254085ffda80ceb903f091ea4, 0x923e070e9ade6f1c79ac80520dff452b07c2ade793696e65e7b3bf295b37866f, '', 0, '?'),
(0x822adc4924cd78aabd35b7b1ec13feb8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_panel_settings.txt', 0, 0x498c684d5037a276a2a07f2004b940cd, 0x498c684d5037a276a2a07f2004b940cd, 0xa4b5f967b424f76bcd93981f08d05ac4123827b95368a63509df619965cba6e1, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x971656c9c35bd753500b6b03168143fb, 0xfafbdabad985b1c5b4078bbc7d433ae5c3b83d807ee886de51c0283896d02451, '', 0, '?'),
(0x823295c876f7f449ee130a53774ed763, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 0, 0x8d91b2700ea05dadc7174f304fb02a9c, 0x8d91b2700ea05dadc7174f304fb02a9c, 0x69cfc28f439ff563aab252af3a5ecbb465a704bfdf1af7718dca8abc82e21159, '', 0, '?'),
(0x8239dcecf245c78a7d01f60a3e406236, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php', 0, 0x8b8554579c01958ae7303554bba8410b, 0x8b8554579c01958ae7303554bba8410b, 0x40a852e3503586e96118a43de845ff4f0f8eed48cd529feffb6a2262e53e5a89, '', 0, '?'),
(0x8240cbfb16c5c58038480d35731bb681, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_2.php', 0, 0xe2543a67c524ac01492dd193240072ab, 0xe2543a67c524ac01492dd193240072ab, 0xf128b99e1ee74b05967239bd7b85394e022e446c11756e9585f8fc4f64be0cea, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', '/home/abt90iranbet/public_html/wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x72befa34dc2c620c4cfc9f5df43b7723, 0x066c4350055c127e0d1cef7f0229e2fd27f518595ef8bc1a24356c055bc31d3b, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', '/home/abt90iranbet/public_html/wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0x6bbfeb696212262e8c1c15208e8feb0d, 0x8d66e3f76c3a8168efe7ace289ab641f413052cafdd7cc7f20e8d4d77337e763, '', 0, '?'),
(0x824dc8ae73edc3e1d301257d9b2b3ded, 'wp-includes/blocks/latest-posts/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfcc69a224302edecc6be980976359a0e, 0xda22865e8cb2d402d343cd11a9179a2b9a97d134b82dc4c1011a0b81f4c5a5f5, '', 0, '?'),
(0x8253e28deae4134b7d25c907990e70eb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3_no_content.php', 0, 0xe48b25ec8174909d980f695826caef03, 0xe48b25ec8174909d980f695826caef03, 0x848da08cec8ec81a0644c27dc3cce2359d540e1da9537de4d2a82920515f92b6, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x82577d71b701fc238fbf4ad5dacc14d5, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kk-star-ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kk-star-ratings.php', 1, 0x00000000000000000000000000000000, 0x25bb6004741402fe62ddd254f90c49c1, 0xd52a84fea562702233a4d6f38a8e0c7a7b94965befd22d3a168f09c3a09eca34, '', 0, '?'),
(0x82598187d8bbfae794a9e9d11bfa2af1, 'wp-includes/css/dist/edit-post/classic-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc4f7511bae2f6fb29875398ec49f27d4, 0xdb28e601bc6caed0cfcb46c3cea3b4bf45d05cc1c7574201a0a93dbf33aff5d1, '', 0, '?'),
(0x825c62102bf06514d936bb0c8fbd4efd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_9.php', 0, 0xcb6719227554019bc4be13fe47c58c51, 0xcb6719227554019bc4be13fe47c58c51, 0x64c00e68d668e467eba81736fc03a7f4063fd426c32566a5eec3cec6eeba1ca8, '', 0, '?'),
(0x82607c7981d6e4058f09bb49bb687633, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x6af3f074df06295d74324d337cb29571, 0xf39c9d90477a688bb88ebbc1c6845c92ff6ce7f0978a910298f4facc8021e613, '', 0, '?'),
(0x8261c82e722ee6c2ebcdc11eb13d1bfe, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', 1, 0x00000000000000000000000000000000, 0xd3321b4b634f612a98acd08e08ef6e74, 0x233ea5c7925c18fcd8562894ca4dc5065e234552be0adfab49d8fba5dab8bb1b, '', 0, '?'),
(0x82657353e324ace0b52d75c3309a0729, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php', 0, 0x67c4f994a005e6d5b48f33b4d83dad02, 0x67c4f994a005e6d5b48f33b4d83dad02, 0x3d5968e92398ce48e5fe5893c4c0e609cc4977feb205c32dbb0051ef4ae510b8, '', 0, '?'),
(0x826b1c2d4e4847a0f7a43e77f4cb0e58, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2_no_content.php', 0, 0x503f39f6ffce90f9b899a39277b1d83e, 0x503f39f6ffce90f9b899a39277b1d83e, 0x8423a00d39edf2b8425a48454719286c9bb68a12fbfda25a40ea789a95da770e, '', 0, '?'),
(0x826cfbe6c33bc6eeac24acc2090ad5f5, 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 1, 0x00000000000000000000000000000000, 0xd40d5c6756d2da8015da84b36e96e0fb, 0xb56873f590c37c0e93bfe9921717f7dda3476034eb7216d5846d900663d120bc, '', 0, '?'),
(0x826df6691a74b554c8cb285fb50d70e4, 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0xcaa5695b156efbcf6e6ebace1a909c08, 0x841346405f2159088133f0d1aa76a744489e02715e64d0214f51a5e5c9b25ac2, '', 0, '?'),
(0x826e2a8481a7be630afea64785e8a190, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE', 1, 0x00000000000000000000000000000000, 0x8035eaaec6b3b562c1aed15adc8b908a, 0x6afe38f1656ebd0bc15f6c0a4acdf710b130a2701cbca763d6094950e6fa921b, '', 0, '?'),
(0x826f52ef53c6490d56becabdc69865a5, 'wp-content/plugins/elementor/includes/api.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/api.php', 1, 0x00000000000000000000000000000000, 0x1bba07e0bafbb7865441127685b58057, 0x339704a2b817a4fee5ea07d0e1ffac5e6b50df0ba3c27d0f5012f8a61378aaa1, '', 0, '?'),
(0x827029f0541a3335e9c9e2c8ebf318bd, 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 1, 0x00000000000000000000000000000000, 0x01aca630e56b741ad0660b8998c047e5, 0x506231afaf7380a39b330a03b9a484e8c8625118fcadf0543107dd349e02235d, '', 0, '?'),
(0x8272f8beb57ddf4f4feddec8864ca245, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_5.php', 0, 0x7ebeebe8fd347528afaa867e75f5f767, 0x7ebeebe8fd347528afaa867e75f5f767, 0xc9ae0aed178898516f72020c2aa5e2c5883f3700ce920002e0f10e908320e085, '', 0, '?'),
(0x827564564e8d3b1b3c667c4f08c647f6, 'wp-content/plugins/updraftplus/images/udlogo-rotating.gif', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/udlogo-rotating.gif', 1, 0x00000000000000000000000000000000, 0xea3a5a5d7a134732d08668472e192cec, 0xd53765134280e64bc7fd4b6a31bbd40593e7023854ca7fab28231b7820f32d66, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x827a7904788f5ce03e1d11d55477a95c, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x8285bd3afd20391aa8864911e799ddd7, 'wp-content/plugins/wordpress-seo-premium/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/autoload.php', 0, 0x97aec7bf5c2f1e52f8487b940e92c8bc, 0x97aec7bf5c2f1e52f8487b940e92c8bc, 0xabf553545a798cd1fc6d12b2240ffb57caa11a27928263067a5e11e386f9dbb1, '', 0, '?'),
(0x828668212295551de4d3776b131e2c38, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php', 0, 0xe6a93cadef907ee67e2920d330f9308f, 0xe6a93cadef907ee67e2920d330f9308f, 0xa999834a7897cc5859240fb447a8fa6495d31fb8dce94241e866a1bda03aabd3, '', 0, '?'),
(0x8287b3ad9ef00da76c1d04a3ad3b4510, 'wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9ff6205ff2f8a7fdfef78b4388e5cb7d, 0xb4752cf61a6b1040715776dd509ff072cfe58f21934e34f6e315ad46cf7fdb0a, '', 0, '?'),
(0x828bd4bf65c2fd705ab0e5c99f8b79d0, 'wp-content/plugins/updraftplus/images/icons/email.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/email.png', 1, 0x00000000000000000000000000000000, 0xc9452e634b6fddf67c95cc732d14c710, 0xb689d9ad1a8d81715d5e410a626139825a82fc506d754cc6f6872577c8ce48d1, '', 0, '?'),
(0x828c63663a77402bff38e82cf536c004, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import.php', 0, 0x2fcab4f55d1755fc2c46ee206366e7c8, 0x2fcab4f55d1755fc2c46ee206366e7c8, 0xf1e695f5b01f2137659a61060d7cfb7cf2ff9a8f7f82dc93ecab18e7e52bda4d, '', 0, '?'),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', '/home/abt90iranbet/public_html/index.php', 1, 0x00000000000000000000000000000000, 0x926dd0f95df723f9ed934eb058882cc8, 0xb3447ab2020ae8fe7d5fabf637782ccd0339f6743ae61c8d27b30db9f37f82e1, '', 0, '?'),
(0x82992e5bb7e4d0fc08fec06011bb882b, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/README.md', 0, 0x69001bf71d2e0874e02de6bc843cfdc2, 0x69001bf71d2e0874e02de6bc843cfdc2, 0x210e6c7f3ac890556dbe4502aa7894f9b0d5ba8f5edaf383422cabe76237c531, '', 0, '?'),
(0x829ab63fe14959976c66743f9bb62cd9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3.php', 0, 0x6394b7928a78ed663b28e7a9f62005ff, 0x6394b7928a78ed663b28e7a9f62005ff, 0x60e683c944025912a91b2303c8b71397665ea966e97eaf2db76b6700bcab8fa4, '', 0, '?'),
(0x82a0d82c3eeec967ab70c1d56aaf0491, 'wp-content/plugins/wordpress-seo-premium/classes/product-premium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/product-premium.php', 0, 0x1f18d78c27549b0d407214442122bb2d, 0x1f18d78c27549b0d407214442122bb2d, 0xaeb12683d9309238abeccc98151096d07213b2e62e5a6e48c4b200aef1b06c43, '', 0, '?'),
(0x82a380d62e4d32c6d1159f1b155c0ca6, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x99fad4b54f152c95eb35ecf67756fe4c, 0xa0171af80b37ca4540a79580ea9b5ec8fc8ce5c58e6cdefa2e1400061323c1cb, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', '/home/abt90iranbet/public_html/wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0x7552f8fe7ab9046ad5d26edabf4fe583, 0x3c09e98eb78ec15b1e8d3e4d7acdffa3a8880b5ea702f12a9aec956c5cccddde, '', 0, '?'),
(0x82adafda46beb13364734558939983d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_3.php', 0, 0x6f11efe0b160948ec403a8c516cacca7, 0x6f11efe0b160948ec403a8c516cacca7, 0x668c1d62e018092933172f397c9d71ec35a42bd0939665d99f4714cd48b71d73, '', 0, '?'),
(0x82b011444cac77b6f7a682a809dc147a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_7.php', 0, 0x0713cfb229a0f0eeb134a5bf5152d6f9, 0x0713cfb229a0f0eeb134a5bf5152d6f9, 0xf5a4e73d9c31c14bdbe00babe1e128182d906072d25d09285f420437543733ee, '', 0, '?'),
(0x82b375ebd61f69a0efe46ccd7fccbae4, 'wp-content/updraft/.htaccess', '/home/abt90iranbet/public_html/wp-content/updraft/.htaccess', 0, 0x5cc8a02be988615b049f5abecba2f3a0, 0x5cc8a02be988615b049f5abecba2f3a0, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0x82b8698245971b05d68738a06180fa88, 'wp-content/plugins/td-composer/css-live/assets/css/td_live_css_composer.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/css/td_live_css_composer.css', 0, 0xccb7d558f2cb1a7b1759a5f515c1a131, 0xccb7d558f2cb1a7b1759a5f515c1a131, 0xe3a4dd5dffb19cc4f0386ccce445ecff99a6339d4ec79c904f814d483463ef09, '', 0, '?'),
(0x82b915826fb931ea3f25be66fa7524f1, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/request-timeout-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/request-timeout-exception.php', 0, 0xe07f1c4fce71d47d47250f5cc1c53320, 0xe07f1c4fce71d47d47250f5cc1c53320, 0x255bb63c44af0dcb8ba0a40031d5df9f899c5424a1e66aa7856326babab281c1, '', 0, '?'),
(0x82bb9a99e19a3a3cf1f5de4345086c79, 'wp-includes/SimplePie/src/Category.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Category.php', 1, 0x00000000000000000000000000000000, 0x8dff84856b87b6e405e6a6730ccec390, 0x7f9b0b6590a46ac9cd107c541dab48444aa988c9f19f0274048f4e2d9d0fbb7f, '', 0, '?'),
(0x82be98dd0b2928918e9dde66d3f7c331, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 0, 0x708c7975642393f9ce81c153e52435e5, 0x708c7975642393f9ce81c153e52435e5, 0x52c96dd5a5382f87667812e93ad390c674906f357eccc4858ab55b91c31356cc, '', 0, '?'),
(0x82c21201df56c03dbf09225defca1acd, 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 1, 0x00000000000000000000000000000000, 0x6416ae9621a8896b8053ddd6d1efbcb9, 0x623081a4bd97cc7d2c3f10fd2f92a6a3e783f8d15115be26d0e2fb4edc1b6f1b, '', 0, '?'),
(0x82c2b64206ee268cfd68268f8a61eb24, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php', 1, 0x00000000000000000000000000000000, 0x7d5c406e7913c0e28dc5cdd24e8d1479, 0x94a0b86fb6dbdff6323f84fe10fda2e13bc48844ef4f808dc0934ae282175773, '', 0, '?'),
(0x82c754e170846a8a7ad9539377203e13, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageDismisser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageDismisser.php', 0, 0xa70adcd2716d312008f21425c6bea757, 0xa70adcd2716d312008f21425c6bea757, 0x7ee7077ba02d84a0a601ebda44dc0e73580b5221b09c88c2f6fa28628aa0087d, '', 0, '?'),
(0x82c9318034c552b1d8e5191ee01401aa, 'wp-content/plugins/elementor/assets/shapes/split-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg', 1, 0x00000000000000000000000000000000, 0x6aeb961917a8ff48e80143402fb02980, 0xde3d240b63285e92d701ae0e35e0438de0882385ab9cc84c328b7aa6cf03d6ca, '', 0, '?'),
(0x82d17b8cf568a78ee6422d6f3a4968c5, 'wp-includes/blocks/query-pagination-numbers/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor.css', 1, 0x00000000000000000000000000000000, 0xcd4045e9172831fecbb1fb6584a842f4, 0x4f3b0a56a18f5b259df11e1a7f3305b01dfc95b345680bdf64df78f83ad27bae, '', 0, '?'),
(0x82dea90bc795518a68645eed04dca16d, 'wp-includes/SimplePie/library/SimplePie/Core.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0x01b7a445a41c3f501f5b60b6de546a5b, 0xfbdcb81bb58b1c6c2a3b796128a2b4f0baccf3c40c6c371e37ea4392bd15a6c7, '', 0, '?'),
(0x82dfecbe85ff9ce93c6a7619d418af0f, 'wp-content/plugins/updraftplus/languages/updraftplus-ar.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.mo', 1, 0x00000000000000000000000000000000, 0x0f0b4f5f064a4ebc38e02178f0711d2d, 0x07124125d93b5d7cbbef6d6e300cfb3cf3e706820619b501d01ed439cc27d63e, '', 0, '?'),
(0x82e400933633bbf2b94d0bbb7d12bdd6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 0, 0x9df7a6a80e3261433fca1ed10d66716e, 0x9df7a6a80e3261433fca1ed10d66716e, 0xc2cb699ec3a1bf98acb3d1eaa7ad7802c4d02793a91c41aa57e279567052aa35, '', 0, '?'),
(0x82e682fe78eb523ea64e9803a345ac58, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_4.php', 0, 0x8fd6bcdb2fa1ef7d5cabd15133a06fb6, 0x8fd6bcdb2fa1ef7d5cabd15133a06fb6, 0xb6ac0858e0a34caac0724f948e5de3c69151000acd74eae36ebde0652dde381d, '', 0, '?'),
(0x82e6d96573f96d8da83213a3c9d5f59e, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-options.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-options.php', 0, 0x991580448ab8aa1896bab45238084392, 0x991580448ab8aa1896bab45238084392, 0xc02c5cbd8daff9292e33bfa48ad34adc91d636e2421deaea0658007d73a50ea8, '', 0, '?'),
(0x82eadeab0b633e835c9fb86a4ce69065, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/autobackup-notice.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/autobackup-notice.php', 0, 0xeb880e7203fe44b6b387b1b8b501f10c, 0xeb880e7203fe44b6b387b1b8b501f10c, 0x967bd9f778d222dae459a5eadaa0a903a2474d8ce124c7c6587407de04a3fd9a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0xe62a59711823d387ab77ee974129ac85, 0xaafba1853e8238711e0cf060800ee08d376122762a9e47f1b23c1b9c48e174ec, '', 0, '?'),
(0x82eef6f7880d545d66c65429dc8c0b2a, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', 0, 0x921f0e06c6a2bdb2aff7194565004e5c, 0x921f0e06c6a2bdb2aff7194565004e5c, 0xe6beda5da47064ba9a30006e736a98923e695d29f6ff4132b90ffbcbb580cf28, '', 0, '?'),
(0x82fbb8e192a269ce75aa14b42f1fa19a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0x8300062d70d46763c21f80724e381188, 'wp-content/languages/plugins/wordpress-seo-fa_IR-d6bf43f32d0c3331e709fa67e6be35a2.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-d6bf43f32d0c3331e709fa67e6be35a2.json', 0, 0x113a8a8edda5b08b78bccf4537ef7971, 0x113a8a8edda5b08b78bccf4537ef7971, 0xb5878bfeacff9fd1d1c71ab9389bbb79a11277a5cb6c7feaa8d6bde51b711b27, '', 0, '?'),
(0x830a438e4f7b41b938aebfa09ad27d83, 'wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0x830e1329aeba91ff1dce532104d146a8, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_favourite.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_favourite.php', 0, 0xcfda345e90248ccf3b87d9566cbc5fe8, 0xcfda345e90248ccf3b87d9566cbc5fe8, 0x40fddd19a3269fdb3e31b55a95c1a41cf54889673df49757592a3d6482805702, '', 0, '?'),
(0x8316e5957699dbcb7b3a0a1c39f0d4f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import.php', 0, 0x768d7072dd67198f5f9aca2eb3d423b3, 0x768d7072dd67198f5f9aca2eb3d423b3, 0xcb3b23258e1aa12fc16c5d7c53f1274fc1966f74ae0213306a560c9579e8d465, '', 0, '?'),
(0x831a6d140067909bf6c5464ba5ec1080, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1.php', 0, 0x033c7715d81f0ad83a687f2b4afb1f94, 0x033c7715d81f0ad83a687f2b4afb1f94, 0x28c4009a4251261fa9cd8df40fa064399a8603884529f4f73e2f21764a71dcd3, '', 0, '?'),
(0x8320f2718d719255957a8a02417e2211, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 1, 0x00000000000000000000000000000000, 0xfa1a16f74a8940b84d992fad65a65f4c, 0xa25b7787832d2c87e23d4cc4b4f40029e6d8a77bce9603843af3b2bff41c4b9b, '', 0, '?'),
(0x832256cd23e4855fa2a3d6ade0efd977, 'wp-content/updraft/plugins-old/updraftplus/images/notices/sale_20_24.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/sale_20_24.png', 0, 0x810e535e542391f66ae78186e25c0c89, 0x810e535e542391f66ae78186e25c0c89, 0xbc1f2e54297916a3d9612c73afdddae58095585beae913bc877359b15a769f7f, '', 0, '?'),
(0x8323e36e8595b5654b726b63a9920fd1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_7.php', 0, 0x14e89df3b2127be1bb2b807e8baaf451, 0x14e89df3b2127be1bb2b807e8baaf451, 0xdb7940fee52ae6524b56409a1615878828a9c37e62ec7e13d1b0cd6349af6eeb, '', 0, '?'),
(0x832468af51d0cc797b3d64fc4cf92937, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xfba62dd232ff6239e2b4f45f37781dca, 0x1980cdf7eb92b294f8f4243ef03912d1b891ccb5d656dc1055572ae089d3e819, '', 0, '?'),
(0x832486f1e3ad4547026de46d4fd97cc1, 'wp-content/plugins/elementor/modules/image-loading-optimization/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/image-loading-optimization/module.php', 1, 0x00000000000000000000000000000000, 0xb198b72bce4af0560803cbf637a8b50a, 0x3e75b3b24ae73fa128e44eae215a885298903b771d1af9765309d5c44f43165e, '', 0, '?'),
(0x83275b93eb0cbbc834bcc6b2a0426cff, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-trailer.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-trailer.php', 0, 0x18fcc7e2a991e6939aec79738379dfc8, 0x18fcc7e2a991e6939aec79738379dfc8, 0x899def4004cf7f43e05d905eaf8268c7dee6bfc9dc6236a895174c8e0899aa4b, '', 0, '?'),
(0x832cf9a2fc8451d0cd3e3bf0f5d9696a, 'wp-includes/SimplePie/library/SimplePie/Registry.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x38fa5d945c0efec0944f738006544be5, 0xbab25763c5076f7c3dc4a11bc452266bf43c74a6c2fd2b85fd7029d54692782b, '', 0, '?'),
(0x83346d6f7e2266a7f1688bfc3181b834, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 1, 0x00000000000000000000000000000000, 0xa34a78b8c848c73f68b362ce60f67379, 0x7aa4cf95cf6acc4436c4a4f5fa4e52ae598e2c5b564d32fb5658918ae4083d8b, '', 0, '?'),
(0x83365b387b44ec45c67d3c927c7c162b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php', 1, 0x00000000000000000000000000000000, 0xf949d806c809d351919ba8a6c59762a7, 0xd74842b83bdcad437007d21e7e6804bff242167e1109c1aefb9bb10d1baef539, '', 0, '?'),
(0x83375b6a963d1d4c63421472f0726f39, 'wp-content/plugins/elementor/modules/shapes/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/shapes/module.php', 1, 0x00000000000000000000000000000000, 0xccbefb0e0b50803e84a93db11baccd3f, 0x546f8b9ce1b34ef99ecd8b784599c4f776a95ba9ef269abeb0147220be9076ab, '', 0, '?'),
(0x833d316be16d903e379cf08662dc8abf, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-attachment.php', 0, 0xd0f63f0ef577e063857a06df214564ce, 0xd0f63f0ef577e063857a06df214564ce, 0xb4137fd16b040f8a53f45dd3f4be81e1b49fd306d185090d6d32c421f969a3fa, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0x834c805be1a59388685cb73e62577446, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/sub_footer_templates/icon-sub-footer-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/sub_footer_templates/icon-sub-footer-1.png', 0, 0x39855757d7b1434521eedf50da2cb252, 0x39855757d7b1434521eedf50da2cb252, 0xeb28e2e0d893a769911e7e3e8ee7df7b654d21923dbea20f0acc639f52b3a160, '', 0, '?'),
(0x834e3abcc8938935e5886c9300a8cd48, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import.php', 0, 0x38a07eb7f9b349e2a830c9c484a867f7, 0x38a07eb7f9b349e2a830c9c484a867f7, 0x66b2d684053c21cb84d39c7f72fedb7f823c4faff89ccd9ba7643d9cfc1df84c, '', 0, '?'),
(0x8354db3a48e799eecd1f70c9320aa247, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/demo_style.css', 0, 0xa98734ca743deca43625e6aa998d5c0b, 0xa98734ca743deca43625e6aa998d5c0b, 0xcd0e2c5896303812e4d06697cf1096c7d5a7f62cdf32229055b9ac3fe3e3af43, '', 0, '?'),
(0x8357dc6e4a03d62e03272f1c781dfb9d, 'wp-includes/blocks/embed/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style.css', 1, 0x00000000000000000000000000000000, 0xe176c24d7f3041572b057b96182de157, 0x8ee0c912a81d7fce9bce0fcce1f888513d31858a328ad76736e830f6ed6aac30, '', 0, '?'),
(0x83585d3532dd003c519f50b51a1316b2, 'wp-content/updraft/plugins-old/updraftplus/central/modules/pages.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/pages.php', 0, 0xbc5f362aa2eab68e4c46093fd6c4d9af, 0xbc5f362aa2eab68e4c46093fd6c4d9af, 0xc05b12d6f737286a3fb28b4962d593ad6577e99d7c13656d6a905af4c509c50d, '', 0, '?'),
(0x835bc74b8114e7ab79f618ebb2035cbe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_3.php', 0, 0x4cb5c4c7fe3c7cbab815a4a817cdbed2, 0x4cb5c4c7fe3c7cbab815a4a817cdbed2, 0x78029304e7ac6b5ae961a77b21813cf219b0a4864f22865bba5a7c319ec4648d, '', 0, '?'),
(0x8361037271819c4183c0e0a6624072d8, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x8ff8cf2a495cf9569eb5f83a721464f8, 0xfd210537ab383e18769e59b31b8259de5e394efe656d344adf40b8fc6197dcbd, '', 0, '?'),
(0x83681c5958562425bf9ce1165a29b731, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import.php', 0, 0xe8642ce8a838cafef0eb2893823ca702, 0xe8642ce8a838cafef0eb2893823ca702, 0x37154d314add7818d70b3a86b7c845c806cdb5171df9f720b2b5a01ff3a785d2, '', 0, '?'),
(0x8368b46a535f27bcd41f45bc78d70a74, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Response.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Response.php', 0, 0xbcb516715616000dc26291840d82a9de, 0xbcb516715616000dc26291840d82a9de, 0x80dc9612bb959755b8a884344a9921299bc7adb0379b4d34b6a21abb4224b6c3, '', 0, '?'),
(0x8368ffff27bcac681ba68151c17b3960, 'wp-includes/Requests/src/Exception/Http/Status401.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status401.php', 1, 0x00000000000000000000000000000000, 0x8d975283754df0ec8b362ff1ff525cea, 0xd43960b31d73b72d4b989ea44748d2db92b87733deb29a04b0379ffa0906fc96, '', 0, '?'),
(0x836c734bb43e56de18439f56d4e1e9f2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_css_generator_demo.php', 0, 0x815f797b675221c51adf7d90d66db36c, 0x815f797b675221c51adf7d90d66db36c, 0xa1fc61c52c25bcd5917d0ca977d5ad6ef8753741cb7cc1944d8fbba39ac38fe4, '', 0, '?'),
(0x836c9665a65e3c22469547f96e647476, 'wp-content/plugins/elementor/assets/js/preloaded-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.js', 1, 0x00000000000000000000000000000000, 0x9c30f2c15d867ca9e0deb855cebeb581, 0xa5240abba46da15f33d42f93c9a71a7fd384c5867ef849eec51bebe7de0952e3, '', 0, '?'),
(0x8378e5a7240a3379f91e18371f881aa2, 'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js', 1, 0x00000000000000000000000000000000, 0xeb8e96eff35ab79a3b0a9b4a7804b225, 0x242c2793bc4aff42767ce194efe96640bf9c25de1ff45b1ffbe474d38989cec2, '', 0, '?'),
(0x8379a9dc3fbeb2c80570c08f28f2243c, 'wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.js', 1, 0x00000000000000000000000000000000, 0x8625a9d2a4f797e756dbd299c2d74fc2, 0xcc2caaf64f77417cd3bfb5905acc1c2d92c4aeac6271abfe726903bf04d0404d, '', 0, '?'),
(0x837b4bcdc78dbc3a52bd2c24133182e0, 'wp-content/plugins/elementor/core/settings/base/css-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php', 1, 0x00000000000000000000000000000000, 0x18bd82ec0b84cccb3a1dc890f65dc463, 0xf62fb55c17e8a7c55053b87c213759d39ef39ab9c2f6916cc4f44b62dcb54098, '', 0, '?'),
(0x837bbf55dbc2883044e50db2761f8bcc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_panel_settings.txt', 0, 0x244b70e40065e63bdf2263cd1ff7f2b2, 0x244b70e40065e63bdf2263cd1ff7f2b2, 0x462328ed395c55f89c3db84d5d3807d8a7178cb2f801d35c2edf27d835512bd7, '', 0, '?'),
(0x837efac4dd725e6c20db5129f2d4b2e7, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 0, 0xba8d154465f7fd15e2fc2ced6dceec90, 0xba8d154465f7fd15e2fc2ced6dceec90, 0x25a5629652343437a05481d3577a0ff23fb2581f120536ba26b10cbda6c2cb2e, '', 0, '?'),
(0x8384f651852db5c6e9d2c0ffe32d6bd7, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/plugins-themes-sync.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/plugins-themes-sync.php', 1, 0x00000000000000000000000000000000, 0x8101243f4fa8fd786bc6a9794fc8808c, 0x91deabb41277256569a13c330838c68cf9194bded57262b0b5991f431d30cfbc, '', 0, '?'),
(0x8385e5293f39bc7dd2aa02edc00f4f62, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-anthuriums.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-anthuriums.webp', 0, 0xf126372ae2a67109e4156f99c2794e5c, 0xf126372ae2a67109e4156f99c2794e5c, 0xae743b422c7437d4ab5664ab5c2c564f11e370cdfd193c6b56ce0547b2ae82b6, '', 0, '?'),
(0x838ae7430155023a3cbf6282287a2c29, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', 1, 0x00000000000000000000000000000000, 0x54130abab172f78dc8b6e72f69b60c4d, 0x1a63ddc540555609c5392af3f644c2e76811d68b7c41b716a58a04dbc89770f4, '', 0, '?'),
(0x838f7f6bb2dee6d900d5aaf3184d18c3, 'wp-content/plugins/td-composer/includes/tdc_guttenberg.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_guttenberg.php', 0, 0xe41ab4ea40ffe1ff7eecbafa2bd73844, 0xe41ab4ea40ffe1ff7eecbafa2bd73844, 0xdb883cd26e95e72421c9108da1157b0f66f6e57bd3353015ba83d7139453a302, '', 0, '?'),
(0x8391051f2cdd307d3d58195afd1dca11, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/member.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/member.svg', 1, 0x00000000000000000000000000000000, 0x032d97cb411c065b9b34ddcc8bf4c844, 0x4188c07e427a577424234e6c278b7ec20af78affe537813dccbeb6a88b30e584, '', 0, '?'),
(0x83943acee7acac23d82f40e0d4543335, 'wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php', 0, 0x34de77b5186b3ce3c130ffd17b7466cd, 0x34de77b5186b3ce3c130ffd17b7466cd, 0x91b312c5bebfaaed1910ec989b5a68139017e415259851332a60aad712f380d8, '', 0, '?'),
(0x839b6f56758234c3c7d73b1e06669ee2, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 1, 0x00000000000000000000000000000000, 0x64c7d1f6858b7549ccd62899d859869d, 0xf45c4f75e869702728795d1bb9f70980fabd2baa0a5a9bde05de183c7d9c19b9, '', 0, '?'),
(0x839c81e2b657c76b56c61084a9b1f1ce, 'wp-includes/blocks/comments-title.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title.php', 1, 0x00000000000000000000000000000000, 0x401e52b814fea7781ce19bb148a09aa5, 0x918e2f6507b9415b2713a85c9d6f143d6f2aad6411a0890e4540cb9b038c30ae, '', 0, '?'),
(0x83a6f66bdb551c4ba858363839557b91, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.po', 0, 0xfa9c0cbe44821dd25d5837bb2c7256ee, 0xfa9c0cbe44821dd25d5837bb2c7256ee, 0x9f4a83db7f86cd2237ccf83e8b889b806e48937a12a8116c42c18562fbdb6cef, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x83a9573ec518693d9882948c6bf5bf2b, 'wp-content/plugins/updraftplus/central/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xb97987149b9ba5743dcdfdd086873050, 0xa26ff0071dc61582e3dbaf211d5485cba6a66416fcccee5d3109d86af01830e9, '', 0, '?'),
(0x83a9efb24c141101c722cd7b5f97d08d, 'wp-content/plugins/amp/includes/options/class-amp-options-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/options/class-amp-options-manager.php', 1, 0x00000000000000000000000000000000, 0x2fef67505044ffdeff089099caae5ca9, 0x9b3d2f8c5051970465f064e159a152595c16972dc753935dda3c408364844fe8, '', 0, '?'),
(0x83ab9ba111da4c4b6b4c4186c2d259ed, 'wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php', 1, 0x00000000000000000000000000000000, 0xca6144bcb7651d92329d67cf9e7ece50, 0xc8b19e11e5c8895d1a1a4ea562755cc6006e44c2879a2952d42ccb99fd7d26cd, '', 0, '?'),
(0x83bed8b1d98d7bd275d67cea9363f24b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import.php', 0, 0x3bd86dcc1a93ac1b0cb88b4e633e51f3, 0x3bd86dcc1a93ac1b0cb88b4e633e51f3, 0x2e2b47b11c4a70f3fa16679c8a42ae8219838e3fe0e2d3599888957094b8fd5c, '', 0, '?'),
(0x83c2344c406669c87d4ac67bb7f6cca8, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php', 0, 0x3d758518ba3ef3146fefeecdd51a8010, 0x3d758518ba3ef3146fefeecdd51a8010, 0x9415af87ec37ec6d9a1ffa442485c44e7d901d3c59e9b212951ef8a89869b5c7, '', 0, '?'),
(0x83c4a665506f4b6661fc757191ec62d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_2.php', 0, 0x4aae589fb06df75508d9b15f9125bf51, 0x4aae589fb06df75508d9b15f9125bf51, 0x7b13e0f59f8a7d2cb428417c76f932d7d7f7fb6153cd27afb6f984919b3812b1, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x83db40aeef6e6a00d87fa30e9f500acb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php', 1, 0x00000000000000000000000000000000, 0xdbca0b4a1868e8dde77a7b0bdf421f9d, 0x6ec17867165d825294edb88046632026f915e9a53a9b90c556d4127217f01000, '', 0, '?'),
(0x83dd408ad9a5c0f28a32ef697b2ad184, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/translationspress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/translationspress.php', 0, 0xf1a3bc682f8a34123584922ad92db984, 0xf1a3bc682f8a34123584922ad92db984, 0xa2b6406bde7e4598ad03ee2c9bd62106ad826a3a596e9e5e1d97250c09db51f5, '', 0, '?'),
(0x83df70cef025c2dd29182590373546e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_4.php', 0, 0xd00f94b4f6abdda1810a8282550b31ad, 0xd00f94b4f6abdda1810a8282550b31ad, 0xd5783b4cf61095aa21fb793104944d140aad3f275d0c9cfda0a44ac92f8d5356, '', 0, '?'),
(0x83e02779d140e5173cec6a4bcaf266f3, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_h.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_h.png', 1, 0x00000000000000000000000000000000, 0xd47409a203bedc76b26dc60b71a69f6b, 0x4241b8e8695caebd473ec86950f2311ad04e13e5f2fbbabe80f7c03a2fe361ca, '', 0, '?'),
(0x83e0c2f1029fc89809079809007db550, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x3018882a32872a5a59032e963fe33883, 0x4c4f6fb54dd9b87aa0d3ab3721b5ef08932ad8dbc7f5e7a210738d2dcfc6f426, '', 0, '?'),
(0x83e28a694bc612b685ff14db02065915, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php', 1, 0x00000000000000000000000000000000, 0x45295c1cc86b4b5a58592874be3fb437, 0x0a529a910d191ce72e996bf2610c5fffaaa732ef67a400c8b4700bf33872f829, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', '/home/abt90iranbet/public_html/wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x7c9fd2ede2341f8691e1d1020b58a384, 0x2f86c2e7fa592482d37f082e5fb3f009f5723c8c66fa0b75fc750eeb4ae66a94, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0xd4d6420bb1fdc194e6d88eee0453922d, 0xe4dde952ab4040ac6c51f546dc8327286ddd0fa8195e7a6e776e7871c34fa65b, '', 0, '?'),
(0x83eb3a1554e84af849d482b62928ff70, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xe6ec58a98df6abb5e15f15e639830ec3, 0xbb70126cd57e11e8187a8709571821b564db0067262de422ed8791e81bd5fd98, '', 0, '?'),
(0x83ec901ae7bd1ee806bb3cd43798f909, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', 1, 0x00000000000000000000000000000000, 0x99595afbdfae37c3f2591f2b4f679551, 0xa2e38f26807142bea5dc13cd4d696fcea4331ed231c4b1239810e5b950da88b8, '', 0, '?'),
(0x83f21b544573020a45470f23247c6f17, 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row_inner.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row_inner.php', 0, 0xcf2569dd5af2d54def29c125ee856bb5, 0xcf2569dd5af2d54def29c125ee856bb5, 0xdaed7e3e93d2eef80f8aec86557d89546e2a120e19c7a8ccb60fd33f160daecd, '', 0, '?'),
(0x83f47df22ae249af019fd2aa442b2e11, 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', 1, 0x00000000000000000000000000000000, 0x97ca91e2f3e60a8f3b299e31d49b4177, 0x1d8f2f08d0a4764ba8bc54d606801425c5f1a48eaf8d39d2deb471809133abb7, '', 0, '?'),
(0x83f5491670974a7b829db85bcad486c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', 1, 0x00000000000000000000000000000000, 0xb52b2b6c6bbc455dd0ee73eeb132b03f, 0x2059377283586b29a35a5f8d0212602b7192f769155fc5d9cbab8ca692bb86a5, '', 0, '?'),
(0x83fd1bcbee80b6ad894567b2213b9b17, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_6.php', 0, 0x83570d0a0830fabe3d38c29039144a7f, 0x83570d0a0830fabe3d38c29039144a7f, 0xacfae6cf92bed93fd50021d71a8d2b4128f81d04526701d41858fb1e4ae149a8, '', 0, '?'),
(0x83fd8f6c30da7bf311d34d74633bb442, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', 0, 0x42cc5a90f697a7ddd3f649935ef28382, 0x42cc5a90f697a7ddd3f649935ef28382, 0x64bf7a5a623a185ef8c03d27531ad4159e1b2eea2a3dd515115ede77f311e331, '', 0, '?'),
(0x84014143ba7da3ac282de2a29f5cdea3, 'wp-content/updraft/backup_2025-10-05-0352___90_a4d711d4aed7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-05-0352___90_a4d711d4aed7-db.gz', 0, 0x7c65f590c3be3a6d04bcf14f88eb7fcf, 0x7c65f590c3be3a6d04bcf14f88eb7fcf, 0x0bab14b1b07f8aab0eec785e82d27aa3c768a6fc9a2a00847d71651a2b6b5a64, '', 0, '?'),
(0x84064ba0b85345cbffc58d9d4ca733c0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x563da488e298d672ae40d9b87e6b7499, 0x7c944a008d525d2df0329e9498b0337af9bfca1454839dfeeb483f8d5588ec82, '', 0, '?'),
(0x84088604989d53847e168b4b9cca8c53, 'wp-content/plugins/elementor/modules/wp-cli/library.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php', 1, 0x00000000000000000000000000000000, 0xf4ac2f304c25a00f78ae617b346cf5d0, 0x2c244859f22530a9607ec61ed95077c9d8e33f5ec19ed8f6866077f53c70d31c, '', 0, '?'),
(0x840f18c7ece2001f15284979a77ea52f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-heading-search.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-heading-search.php', 0, 0x071e2a4b067d1d1599640bc1ca41a635, 0x071e2a4b067d1d1599640bc1ca41a635, 0xb2656d3b9dd25ff46a34a607cf3b237b36d9f36072d270f047809a2547cf3818, '', 0, '?'),
(0x840fee030596d50d7375a88e8c3e4769, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', 0, 0xf998380680c82a96d8a28a737aecc221, 0xf998380680c82a96d8a28a737aecc221, 0xeaf629e0390814bc3cae0e62d3bf4051eb68c9a2673bcc80653ea8c4677e1f51, '', 0, '?'),
(0x84129f827cc21b46b359358480cf1501, 'wp-content/plugins/amp/src/Instrumentation/Event.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/Event.php', 1, 0x00000000000000000000000000000000, 0x66e11c30018fc9e51cb0093620e08de7, 0x74596c33f189a2f0f52ff96fe8d9a4c4ca9e617dd616d304a958841ac7730b08, '', 0, '?'),
(0x841b2353bc12bcb607204b82c6473120, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 0, 0xba75ac02d77e97f76938e59e34596b43, 0xba75ac02d77e97f76938e59e34596b43, 0x253387096946aacca54b90ab0a0011193224670ef373be415e9d32822c7ec4c0, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', '/home/abt90iranbet/public_html/wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0xa287d482ef490656ad2a1ff9de74fc03, 0xc34902770eb05e16cfcbee8f4b48c4b65cec738eb37e42579790e3babe660349, '', 0, '?'),
(0x842b6ff5329ee138b3458c2b4b253bfb, 'wp-includes/PHPMailer/PHPMailer.php', '/home/abt90iranbet/public_html/wp-includes/PHPMailer/PHPMailer.php', 1, 0x00000000000000000000000000000000, 0xf644c829b040196d8f309b1960655f3f, 0x50182fcb2139b7db8e9b339a7c4edb99ce281088460281f381c94553cf3ad099, '', 0, '?'),
(0x842c13a74965246b5b077f1273161d84, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import_no_content.php', 0, 0x7a9538b31e094008ac95962a8fd32aff, 0x7a9538b31e094008ac95962a8fd32aff, 0x33843f71d463e49c88a5ac3e5818467148e09f035d3a84d82338cbc95566e9f2, '', 0, '?'),
(0x84302183f5a87e721b574864cc3aae6c, 'wp-content/updraft/plugins-old/akismet/changelog.txt', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/changelog.txt', 0, 0xd8798c118d1bc90832ae01c37dba9d39, 0xd8798c118d1bc90832ae01c37dba9d39, 0x9add4cac49fd6e1fadc9d9fb2a2832f162ac82886eaadbc4844c765fd1f306a9, '', 0, '?'),
(0x8433bd71b0ab9123dfc2c39a8b059a92, 'wp-content/plugins/amp/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x84352945939ece7b3964d1abf79fea6d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php', 1, 0x00000000000000000000000000000000, 0xa000b009d90420bcabd4c41aa2b6cad1, 0x693cfc2b82022a25754f23cc7ed632fb971fe20e9ca17cba758ba95d16e6f546, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', '/home/abt90iranbet/public_html/wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0xfe7ac81509d2bff6e810dc8c7ecee8ca, 0xbf1917842734c46820b2e4b1ba98a55ba3911e15cbd945b7882592ac4aa948fa, '', 0, '?'),
(0x843cce59d905fce1f9169f99e725f595, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php', 1, 0x00000000000000000000000000000000, 0xdaaa28f60c8ee615f1f5dd9aa72678fd, 0x63c4f8793be49943c4b2c0161888c29aee545b1bcad08127b64f612e81c03b84, '', 0, '?'),
(0x843de75bb2b004e2af6496e005faa403, 'wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js', 1, 0x00000000000000000000000000000000, 0x9aafc404230b873cc70f1d94e5b8310a, 0x669d5c80f5ff5f844ce4bddc77924b78ec445b4c9180ddf936257cf288011edd, '', 0, '?'),
(0x8440942657429b23af012d450d4a5b48, 'wp-content/plugins/shortcodes-ultimate/includes/config/popular-shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/popular-shortcodes.php', 1, 0x00000000000000000000000000000000, 0x11a78572af5619b7ca996c6beaaaa345, 0xe85c822bed475e57e9fd74dc132c95d566b93c483b683d98bb9f9d97745483d2, '', 0, '?'),
(0x8448090220c6963836179db0eb496eee, 'wp-content/plugins/wordpress-seo/src/loadable-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 1, 0x00000000000000000000000000000000, 0x4a5c3ba49154ffff55f82a8dad406c3b, 0xf863b7c0d4a41a68908d4512419632e5669019d4be49f7c6c69d14a578d9112d, '', 0, '?'),
(0x844a73aecb21a6dcfae3925a4af3af3b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2_no_content.php', 0, 0xcbf3821d156c0e76329c6f0890c6bff4, 0xcbf3821d156c0e76329c6f0890c6bff4, 0xe26abc84ce99426bfb2d46a3b358006b07a8df862a40f3b1159fcd19aa2fcc92, '', 0, '?'),
(0x844c54886e3be12fd84a61753dc04c62, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f216860b6a5e98aa9f46ec3967183fd8.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f216860b6a5e98aa9f46ec3967183fd8.json', 0, 0x0f22e9b46b084b17e769cf15a2651428, 0x0f22e9b46b084b17e769cf15a2651428, 0x6e338e96406e8bc40b96db13dc9cc62c84d0f189a324c7114316927b9ed2a453, '', 0, '?'),
(0x845163242cc64bc86748233feb5e7408, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-draft-js-plugins-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-draft-js-plugins-2340.min.js', 0, 0xb1c294059ff8652d7b092310c4f4d03c, 0xb1c294059ff8652d7b092310c4f4d03c, 0xba3a2004ef0ff7d77b824031b8da3230ecc4d2d632614c04d554d36692d7efc5, '', 0, '?'),
(0x84539e6f065571c2b7356e370ea0f864, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340.css', 0, 0x56a972decbd284a8da91a10170f7189c, 0x56a972decbd284a8da91a10170f7189c, 0xcbc16968dee14dff3d74ad45ad3c4019ed13ee8111d4fcf54a16086f9da37a45, '', 0, '?'),
(0x845989d3727ed280a2883aa5e224f221, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 1, 0x00000000000000000000000000000000, 0x5b7b37445968d0a7e16d9c667da50d66, 0xb60ae2ce3f0d6184b0f3d890411d4c3a2c20033d7b4c18e3357da2832b2c81ab, '', 0, '?'),
(0x845b6fbbd8fb5265d3000fdccfac4b78, 'wp-content/languages/fa_IR-ac23eee47530ac63a1178c827db28087.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-ac23eee47530ac63a1178c827db28087.json', 0, 0x209a2af439f52ac19f63aef001c99689, 0x209a2af439f52ac19f63aef001c99689, 0xc299b6d43831440cf65cd52a907c87feb88a2d8cc4e065a7178d1ec38846ab83, '', 0, '?'),
(0x845f49e6ddf60fc3cdb5d9a9651f70f4, 'wp-content/plugins/elementor/core/base/background-task-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php', 1, 0x00000000000000000000000000000000, 0x674fa434d473e6ae9ac18885dd012677, 0xbb0b44d9fcfc772a11484254fb48129029061dce1805b853fe7dc0eab8c5c881, '', 0, '?'),
(0x845ff1b4dcf311722e20e75078baedb0, 'wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php', 0, 0x6f73837b2683b9ad8da201fd3279b032, 0x6f73837b2683b9ad8da201fd3279b032, 0xe4e00c5b82b9ae4367596a1d7d4f79046eb04c2efcb2d8f2ec53ebcd443d2ac0, '', 0, '?'),
(0x84655a518a62bee9b92af9c70cb87cb5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_8.php', 0, 0x55e51ccce25c86852d51bd3c29ec3244, 0x55e51ccce25c86852d51bd3c29ec3244, 0x3cc4d2fa99edee42a7e5155f7cb30c671c592456db484424e4586220f18188a5, '', 0, '?'),
(0x84675ffc54ad6ef0b3a8dfdc4ef65ca8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', 1, 0x00000000000000000000000000000000, 0x8077d4f82135563d99dc3b5d2ff5f8ae, 0x529720df8c48f3945e8414d343e36c01907d64117922b258cf83fd50bb479197, '', 0, '?'),
(0x8469324f92d78db5da2ba873cc582eb5, 'wp-includes/js/jquery/ui/core.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/core.js', 1, 0x00000000000000000000000000000000, 0x38a7df32cd596667e2adf7f0a470d3fc, 0x3f558137eff4446f737a03b7f197e1582d01d282c6627c891ad2c0f3a7c8d5dd, '', 0, '?'),
(0x846bb2a9078df0a90a9ffaf898b66802, 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 1, 0x00000000000000000000000000000000, 0xac2ad17bf9ef7b2ad94cad497878cf1c, 0x47f55e493588b95d389c83505d46f429f209ff068b2c8781ed1018f0e5606709, '', 0, '?'),
(0x846d1de45a3f2332900340389b3ce448, 'wp-content/updraft/plugins-old/updraftplus/images/notices/subscriben.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/subscriben.png', 0, 0x9ba8965539ce8094b361b823a0a1cd94, 0x9ba8965539ce8094b361b823a0a1cd94, 0x30edbdcc84254ccc32688d030c7529718e0ce82c5db646ccc0c2a8e759c4dc73, '', 0, '?'),
(0x846ed3c265adfcf8fe7d66a7c36dc506, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1_no_content.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x84709f79fc1e419fa2c81b36cb75bbad, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php', 0, 0xfb9a5326d138b6db48c059ce0896d3ef, 0xfb9a5326d138b6db48c059ce0896d3ef, 0xf937a29c74d819e5957fd53b0be0742d30c4c3c8e8e1b01fae7b25c2d3430f66, '', 0, '?'),
(0x847a3b1c68ed4ff08808681cd92d59df, 'wp-content/plugins/kk-star-ratings/freemius/templates/tabs-capture-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/tabs-capture-js.php', 1, 0x00000000000000000000000000000000, 0xd4bfd4ede6de7ab19ffa05b06680847f, 0x9ec24242139807eaaca50391c048ca2a27f875b6e2d23a7f50991406d04ecaa3, '', 0, '?'),
(0x8484cece8543dcc980055115123f82e9, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x6038ccd9a7eb1eedad4b6c0ee6876f24, 0x062417f8ec264d518d4a223ed3591d47d72f69c8c02de5726d106a537e24c0e4, '', 0, '?'),
(0x84895098f8c66e8aaee4e07984b24baa, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', 1, 0x00000000000000000000000000000000, 0x3ec7afb5e5a5c9878f2251b71a882c20, 0x6f4cda79db984715a33d5ee47bf76fbe900ebb6d2303aa02b86a38228c6c104c, '', 0, '?'),
(0x848d01bca8f1625daad9ba3de00f305f, 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 1, 0x00000000000000000000000000000000, 0x8bed4d55be7be429089690db1ea54f8b, 0x515651b7624b5fa4aac9ce8e9852c695bc5dde2d8a1e6d6c5991e73c39697156, '', 0, '?'),
(0x849b403c4ea4386979e31d97bb879b18, 'wp-includes/blocks/separator/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xad96454f9e63bcbab86df9c57bf103f6, 0xc92f60692d5e8c33d2973ba042a6b3549e3bb6b8ccffae231200e472f87d3a6a, '', 0, '?'),
(0x849c1b8250bbbcdd4d85cb9d883d0455, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0xcabf036d805c6d3130f8911e662ab529, 0x096df605c959dc5fe111dde7cb5c272ebaa55dafbbbb5779573015f78b033005, '', 0, '?'),
(0x84a35ba653ae6c6d218b902e1e87ff69, 'wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php', 0, 0x0334a4f40b34262657802a0bb4da12c8, 0x0334a4f40b34262657802a0bb4da12c8, 0x74f0f96ce4600c20b54cd13e4756bdeede80c74356e4f1ee9799bb2b72de1cbb, '', 0, '?'),
(0x84a3de962cceab48c6d4578244f2b244, 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x806d6e8f7e7cfe18d8615ea7c0f98505, 0xce56f3b1cf2506065d0b2f8bd72c328dbd7b68ec4a7e7fe6e94b539c7d842c68, '', 0, '?'),
(0x84a8f4ab5d11670c0323d5975cb30bdd, 'wp-content/plugins/elementor/includes/widgets/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php', 1, 0x00000000000000000000000000000000, 0x191d0c2a14feab2b556314f003af962b, 0x9312e44eef5e8a646b37dc754ce134e4a401de8f6d4ed7c30448c2211e04a4cb, '', 0, '?'),
(0x84ab11663b46a1e1974744a66d9537e9, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php', 0, 0x9474444efb3824386ff63f7920cbfc5c, 0x9474444efb3824386ff63f7920cbfc5c, 0x2abefbf2eb6b0f3bcf0372f5d0c34f3e6efc441cc4044e026003ac5de7a0d847, '', 0, '?'),
(0x84b08e0c65d9139e182d051c0ab67956, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x84b18bcd1ff659b852abffd3db0df905, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import.php', 0, 0xcfea2b0f7d24017feeda71c1d5e8d8cb, 0xcfea2b0f7d24017feeda71c1d5e8d8cb, 0xa17590a2673be5947f7a35df5fc083a41d2a75b2c492a252c1f7c42810129f95, '', 0, '?'),
(0x84b757748af080a867209c3160ee435c, 'wp-content/plugins/kk-star-ratings/src/core/public/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x84bc420115b82df40baff2fd814d529f, 'wp-content/plugins/elementor/core/app/modules/kit-library/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/module.php', 1, 0x00000000000000000000000000000000, 0xb4d726ccdf7492b765db84fa50bd6b3f, 0x8e22c01662d12821fc1acbd4a738d969c289c897641d2924f91760884f0cfc54, '', 0, '?'),
(0x84c0ca0fc6c4d55055a1851e616397d3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0x84c8a2ca2188ab27e04a357b34f88979, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-featured-posts.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-featured-posts.php', 0, 0xc6932963358c3441f0981544c4fe9500, 0xc6932963358c3441f0981544c4fe9500, 0x03d610d05ba31883b621fa75912eea97b0957e7e10c8e2ed8a4390a210bd263b, '', 0, '?'),
(0x84d57d6e6a98603b0b39255e0f5d24fb, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_4.php', 0, 0x08a660b46181444423e0c67f79148978, 0x08a660b46181444423e0c67f79148978, 0x5df13e12be6fa60417572861f8d4b6e0f218f72574641003f7e9c78ef4d3cce4, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0x6eff361247da3629f8e728151b50e8f7, 0x4358b7d745a861f82f66504b7bd5cbbee9e95e6ade2243160f33466583d6b453, '', 0, '?'),
(0x84ddf35cedc400c509c127f4d3e01e9b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php', 1, 0x00000000000000000000000000000000, 0xb1025408853fc302d97039a67df83ef8, 0xf23be564bb1579f196fcf8de2a99a42c54003410b62a290ed37144b70cff771b, '', 0, '?'),
(0x84de5f42fd334d82c86f363945962f7a, 'wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/editorBlock.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/editorBlock.min.js', 1, 0x00000000000000000000000000000000, 0x69df5ad6884f10ef428ed3c87190db88, 0x28e53ae5550da152401d16346d71aa773de5e1451a5e515ba68009051b551295, '', 0, '?'),
(0x84dff7b6b0042dc914e5317fe7301425, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_flickr.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_flickr.php', 0, 0x314b4ab87d6210b49fabdee3082395b6, 0x314b4ab87d6210b49fabdee3082395b6, 0x30ecbcbbbb0c65ecab5b1ed26801a7c55da1e0a9b0b5cd99a1e4a8a69b2c8b04, '', 0, '?'),
(0x84e3cbca984710caa5e9b96fcf60441d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', 1, 0x00000000000000000000000000000000, 0x3f8eb4b34fe7eb242b647a00acc60f00, 0x9fb863eea4db110cae6a658d17764677f64adf9bea523447e008a622466fafd9, '', 0, '?'),
(0x84e41f8f87bbae02f3f0fe403d7024e5, 'wp-content/plugins/kk-star-ratings/lib/images/step-complete.svg', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/step-complete.svg', 1, 0x00000000000000000000000000000000, 0x01d62eff6a90f4612b2bdc1e5dc175b6, 0x5d8efc6b165fefbfe60b08fd5bd9505dab08c08ed1db861ede80b455adae99a7, '', 0, '?'),
(0x84eacb57391c29aa622a6ff8b88cc20f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', 1, 0x00000000000000000000000000000000, 0xf2d0c4df46a526cdb8ddc7d0a5928161, 0x90a674414f6f1e6d0112d92053245c7e7c541ac316a8db54988d6015a1d09c0c, '', 0, '?'),
(0x84ef750ee794801b8a702b128f1752b4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', 1, 0x00000000000000000000000000000000, 0x54d0f89020b8b78785b90ac631f53bdf, 0xa1f192f8f09aba8a708c25930290bf41e2c24cc4ce82a3408b7d1226a1f4e40d, '', 0, '?'),
(0x84f51aa9f95e2d99358a41d0130b4279, 'wp-content/plugins/elementor/includes/widgets/heading.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/heading.php', 1, 0x00000000000000000000000000000000, 0x9f49ab6268d47d691ef080f870c14784, 0xcca38b7bb663f8931c710b3da5540b3bc0ced85971f0d7eb51bfe60724efa68a, '', 0, '?'),
(0x84f6433f85dfc6f38b9caca5d939147a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', 1, 0x00000000000000000000000000000000, 0x751814b5845aee7445447c541cf16140, 0x379abfd606555b1e39b71fd6bd96c098f97b602fa773a49507224a18917ddf22, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x84f716a228cab45a6330d43d42833033, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_after.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_after.txt', 0, 0x7a2ba5584b99665262113d522fe6af23, 0x7a2ba5584b99665262113d522fe6af23, 0x8f3952943fb6f6c2c11b14b93d7c43b97b9d6cf4392e876da0a1ff18bc13ca0e, '', 0, '?'),
(0x84fbf232faa47a79dd65638f7a059b33, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', 1, 0x00000000000000000000000000000000, 0x45a796e217f059b00aa618288139e4c5, 0xc45ad726733e406adfc54608db81a9442849d160c42fc5424f217809c12e7577, '', 0, '?'),
(0x8501131b4754d89be81c1764b64f4eaf, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius.pot', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius.pot', 1, 0x00000000000000000000000000000000, 0x521dfa691ee082be069ae55344c86f44, 0x5eb3383bee33364591159da7f2d3a87060ba8c1de31c5b7d1722e7eb67d9926a, '', 0, '?'),
(0x8502da3d6fe059b036cf25f83f19d981, 'wp-content/updraft/backup_2025-10-07-0425___90_7a3c1fb4e2b4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-07-0425___90_7a3c1fb4e2b4-db.gz', 0, 0xbd60fdb7623af1209b3c38d5a120063a, 0xbd60fdb7623af1209b3c38d5a120063a, 0x6e029a302775db954a3a75a6cd9f3175cd713e4c1cad5cd898cd5e916263bf7e, '', 0, '?'),
(0x85045cd057aa64cf9e1b2bcbff0a6e57, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 1, 0x00000000000000000000000000000000, 0x20adf5af26e9cabe000e9222fbaa64cf, 0x6901f50eb038484c263ce61579b4ba3c00b42093184305007b4836eac66e4c88, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0x55544645601471ff1080ec21c891470b, 0x957320f6ff39fb819d37dcbf2e7fe0d49c574e8b858fae83287dcf40fa1a7f37, '', 0, '?'),
(0x850b6cf19fa062b38bb16cb3eee87cc2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_weather.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_weather.php', 0, 0x8ccd638e7fe9293e8fed2f41bf810dcd, 0x8ccd638e7fe9293e8fed2f41bf810dcd, 0xd3ac099256d12dd53da7f83ea00dc0d55dbf676048a7b2881cfc2402a3d3a166, '', 0, '?'),
(0x850f8b0efe66a401e2211c2151c3c10a, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/malibu-plantlife.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/malibu-plantlife.webp', 0, 0xeda70b7c8a4d13f22c47c527a43625c2, 0xeda70b7c8a4d13f22c47c527a43625c2, 0x7d2b46acff0503ad50a262e573b4f2163c816ba64fa0caec9fa8796624d2bab3, '', 0, '?'),
(0x85138c17f8817be82fe8b692caf95acb, 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 1, 0x00000000000000000000000000000000, 0x0c65312168b66d6549d69c01d3296f02, 0x3391bf06425c0344d01c688b04aa4457d97fa2e649026c40a4bfba1104f630d3, '', 0, '?'),
(0x85163bb716886ca08cedfce2e1c77b15, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_15.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_15.png', 0, 0x6781553c324c2de855e0110791d7944a, 0x6781553c324c2de855e0110791d7944a, 0xace6f0f9fc3cf5288ca9dc35f297ea57fbfac695ffbbab67173cc593d8c93471, '', 0, '?'),
(0x8519ecb4b47212666f99fa776e4d8b6c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x851a95bac5c7e00386ba427e57b8629a, 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 1, 0x00000000000000000000000000000000, 0x94a6c57a21bd6d87153a50f703908e81, 0xf2e9e0b8aec169425820638a4d95d0bc0431c2458de911d26004b2c514eb0a9d, '', 0, '?'),
(0x851bc774ba0c536fa5dcbddf1abe1176, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_3.php', 0, 0x53abddecb6cd7281b104931e23fbc7ad, 0x53abddecb6cd7281b104931e23fbc7ad, 0xb958fa9d667fdbf5906298dca567ea7ce5c451ed739a5fc3812223b6188525bc, '', 0, '?'),
(0x851f28dfbcabecc67ca11c8277b6c8d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_7.php', 0, 0xfd570712d883e369f6644c455cb28a7e, 0xfd570712d883e369f6644c455cb28a7e, 0x6dd99f6ad12acc9d3647c6f80e2b454e7749e3a6492399ba08905c77cf61983e, '', 0, '?'),
(0x8521eb649d7bb33ac9aceb50205d284d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0xcd7de955b956d21f5925ee4d0f812e73, 0x3e91d70396c566aa476d9a125d8f03a13f72f555454533591a39fb8d5cda348f, '', 0, '?'),
(0x85240432286a2ce212d1b6d6e33f68a1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', 1, 0x00000000000000000000000000000000, 0x9b1460f23f32fc4beee434f7ad1de674, 0xa17eea1b6105f5e73f6f4833605d290e9d1c232937ec4eab10c82b5fa263f1c9, '', 0, '?'),
(0x8526ba3606f2bb47307260087b3696d8, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_696x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_696x0.png', 0, 0x31a179139e88d5a258ed54c161d3a0ce, 0x31a179139e88d5a258ed54c161d3a0ce, 0x5de075569be72eb81f9edb42c1c497bc71eb7befd7e52844a7766459cd47c736, '', 0, '?'),
(0x85275e5034a006a83e2c17aad599b764, 'wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js', 1, 0x00000000000000000000000000000000, 0x83e6ef063fa41ff8d8c00956a7cd3fd9, 0xc2d16f3e0c93bcbee8817d3dab0c55c42c9aee8b98529edfe076aeff3fc36422, '', 0, '?'),
(0x8529a8b0fbd9224e53cbb82c9e80a076, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_7.png', 0, 0x232e3377681409cca578a294febc7f36, 0x232e3377681409cca578a294febc7f36, 0x16d18e5208a684c7d6930b26bea55b814e9c053a6dda7fb04cf726b237e4bb3d, '', 0, '?'),
(0x8532407fe11cc4c56986f9c8e1b2d8c9, 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0x67ae63e42088941c58b17f6f1233a09d, 0xd41413237d31daeebc4e8a0894b6361ed631226d02afb7b9367accf22c5c6d55, '', 0, '?'),
(0x853322091ba19d81aa8445c1e3e0d254, 'wp-content/updraft/themes-old/twentytwentyfive/templates/search.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/search.html', 0, 0xb39a6201f5f1cce2e640574e7fec5504, 0xb39a6201f5f1cce2e640574e7fec5504, 0x4727d311b783044852ffd5377af1f02ede1a18e93041694bbe4c084da3feda77, '', 0, '?'),
(0x85339bd2b372e56cf5d0f56005ccd11a, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_b.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a, 0x78074f6224c081411be7fdb69c4da7c717db2185b5a0035f1415ea781c9a8f60, '', 0, '?'),
(0x853cea1e14f23371e113123b69ad7aba, 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js', 1, 0x00000000000000000000000000000000, 0x23a22ffcc70e2746beadcc16682c2389, 0x6f1227a9611733da545d8af23be03a643608e26efdc98385bb48bd959803c8ea, '', 0, '?'),
(0x853da02bcbbaffe4767187ad2e4f3b6e, 'wp-content/plugins/amp/assets/css/amp-settings.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-settings.css', 1, 0x00000000000000000000000000000000, 0xc6aa5b702fec5121c4e01ab21d04efed, 0xd7aa81de567bfe14a3d77b908f88350ed9be79a92834a626d0a4fcefbf1d2167, '', 0, '?'),
(0x853eae99deed5f5d8c0bf6576e30e1b5, 'wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po', 1, 0x00000000000000000000000000000000, 0x2169e80bd76387057c9d01a30ab49123, 0xfe3bf141e801f4b9293b8fdbfe832c456f4add46b4b0e1eafddd907d76a62421, '', 0, '?'),
(0x8540045ba57072e74e93481016c43bd1, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_menu.php', 1, 0x00000000000000000000000000000000, 0x6693f0c1720324ebf4d3f227bc5c5896, 0x18d51799a556bfa483b2f2e30f2db6e9b3bc5cdbb558940a2949aa4b8bd691c0, '', 0, '?'),
(0x85404bcd51d87fd551dc514337f1651a, 'wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php', 1, 0x00000000000000000000000000000000, 0x13b9e7ee47eac7f00a9dbe4ff6b99b1c, 0x71d286a9c4f0348907cc85f48685552ed4ba5f10efb2aeb21da29cd7ff9fc199, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', '/home/abt90iranbet/public_html/wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0xe054a78a35c47d2bae3b094de5f88e09, 0xe8714872592959ec37c814468c3b650ca71c71cf2d8701a8748e24f71e473271, '', 0, '?'),
(0x854f68baeec1b90de2871e646d9a20ed, 'wp-content/languages/fa_IR-bf23b24175490c2e46aaf92ff6a0c70f.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-bf23b24175490c2e46aaf92ff6a0c70f.json', 0, 0xe1ba739ec8525a1c0aa645fee919fe2c, 0xe1ba739ec8525a1c0aa645fee919fe2c, 0x7d34dcdb3c6d682cd7b7acab085b070b525b3f2ac3bb030c990bcc0e19c29c05, '', 0, '?'),
(0x855c99c61ed1d7bdf5580bad3aa2a96b, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x856a0ec64cb742630f17110d8aac7d63, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1.php', 0, 0x3167ea2512998958b14e550f1f73bd40, 0x3167ea2512998958b14e550f1f73bd40, 0xdfac275cd60fda07d7414efb91ca634b72ec4e2a27a065c20ea83c001d1efd85, '', 0, '?'),
(0x8574d2802dad8b19ab729baf58fec1aa, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', 0, 0x0c4a1cd0838dc1f7cb90aa2644177df6, 0x0c4a1cd0838dc1f7cb90aa2644177df6, 0x46d492e6099b9c8656040549e3038c08b75f66cb6e97c7000fc41599d37fc8eb, '', 0, '?'),
(0x857d893829d90de9fbce41fd92e852e3, 'wp-content/plugins/td-composer/legacy/Newspaper/taxonomy-post_format.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/taxonomy-post_format.php', 0, 0x9e2e0cf0fd195901fbd221d345e4c78b, 0x9e2e0cf0fd195901fbd221d345e4c78b, 0xc1ded20a33142a5d209e7f7f098e1c29ebeb6d1df93fb7888cd133157ae678e9, '', 0, '?'),
(0x857e0f4f5e41c312b9abbadbf6006e14, 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 1, 0x00000000000000000000000000000000, 0x231c40030a91bd395b19a50010044532, 0x224a1bc91834b62b54945e8bbe0ae1f8608611f44b424014d17f97a9d538df4e, '', 0, '?'),
(0x85816f4d0632f742e1302134e8eb53f5, 'wp-content/plugins/updraftplus/includes/Google/Model.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Model.php', 1, 0x00000000000000000000000000000000, 0xafbda88de74b1b365cc4ab8080a07057, 0xaebbb101668d179694f8185322a3c8a022d3a994d95537d4c1a1688bb9ef5641, '', 0, '?'),
(0x85820b60dc4c615984ec22ba8711b7ad, 'wp-content/plugins/amp/includes/class-amp-comment-walker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-comment-walker.php', 1, 0x00000000000000000000000000000000, 0xd8b32163bbd018ee4d716f0fe8f86f71, 0x8b3d3b24b606dc12f46fdfebe2bd14d4afb09bdacf2c5c82e5fae10e0ad20eb2, '', 0, '?'),
(0x858a863915e4047d23a7c70e90c681ba, 'wp-includes/blocks/query/view.min.js', '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.min.js', 1, 0x00000000000000000000000000000000, 0xbbeb69c65bb213492ceacc488c4ec4c9, 0x79e5713fd04b6268388942cb3ebf5f034f09959416a9c56bc937e035b554c580, '', 0, '?'),
(0x858ae5f9feefedc95dacbd27e5e9cd01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_5.php', 0, 0xaa756e21915921e240088d03709383a6, 0xaa756e21915921e240088d03709383a6, 0x2201efe83ef92ada7d50105ce3b8d85c6697deccbdb69016093595dfce49da9a, '', 0, '?'),
(0x8590adfd2eb3643dd2a002f86bae6214, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_8.php', 0, 0xe4fbf01d4e4141dd19a424753653edec, 0xe4fbf01d4e4141dd19a424753653edec, 0xb3daf849d034bc17eebecdd83c8a5068c1999ccbb071f9f481a539a1b8cb6b5c, '', 0, '?'),
(0x8592a50aaf25534a501fa53b346cb24b, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0xffafae9094c115cf41e301db4df47518, 0x09e7685b598facc94e85754c926e008263461f402d50864891608319702ef8cd, '', 0, '?'),
(0x8594db89768d85f4441eb990e5c3147b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 1, 0x00000000000000000000000000000000, 0x65660d68ad322bba1a1131c2c2d48c28, 0xa742626793fdf746e94a39d67f3ff84974e88961416bff8654056cb206d4d75f, '', 0, '?'),
(0x8596f580772e281409b53de7ba03dae9, 'wp-includes/blocks/navigation-link/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style.min.css', 1, 0x00000000000000000000000000000000, 0x229e67d4f878df9beb2b98bace8e9131, 0xcf7bd6f3503863fc1d5351db17c73e1416ccb387e7ff0117a93c386a556abca7, '', 0, '?'),
(0x8597031fc10174c4a01287d509f6a460, 'wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php', 0, 0xc3bc9106981c05c3e5313fcb681b045b, 0xc3bc9106981c05c3e5313fcb681b045b, 0x55147d2943c60653f0c98226c947927f3e6db7c856ad057e6c5fce3b805e0180, '', 0, '?'),
(0x85989114ee8cebbc1c1cc47f8bd436be, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 0, 0x5d6f52ed08dffd2c88104b8019bb6860, 0x5d6f52ed08dffd2c88104b8019bb6860, 0x2050e0955e1b6296813e0002aa57d6c08cac43eb781694f9327bc746b922f09e, '', 0, '?'),
(0x85a2f1a620b85825ed9699f20b8dacd0, 'wp-content/themes/Newspaper/translation/ta_LK.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ta_LK.po', 0, 0x323d5c5bd606ba9a9f43ebc92db8879d, 0x323d5c5bd606ba9a9f43ebc92db8879d, 0xe416d86e1b5e476e2fa32bb318e4077dd644ea5621d3c6f500ebfd08a4ba00db, '', 0, '?'),
(0x85a4fabbee41be875101e55aae6c93aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_10.php', 0, 0xc25941a965f11b86f6f0013db3d5710c, 0xc25941a965f11b86f6f0013db3d5710c, 0xdb15fa9c9d328fedb3de0e4e06955bc4a3055b7a6d65b099e8279d32e6f66a82, '', 0, '?'),
(0x85a6edbc1ffd4936ad15abd41246f112, 'wp-includes/blocks/rss/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc1e4d863f06c7f7376b034800d1ee07f, 0x7f68d9e33bea582330a011de4128d40c470cf38a9e62e20708a6ae18c9bf720c, '', 0, '?'),
(0x85b44c4bebf22315d59224c3d54ec0e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_2.php', 0, 0xb33cf9afbaaa0cc0ab148c2ed66dfc53, 0xb33cf9afbaaa0cc0ab148c2ed66dfc53, 0xf5d76b4ec4c6512cdc6740e80f937cfe4dcfa801a6d9b4ef9b625257b186c515, '', 0, '?'),
(0x85b70b518d8ef4bdfc7971edfc6daa72, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', 1, 0x00000000000000000000000000000000, 0xbe8e54078d5dcc5e5089006b0399096e, 0xbcb45d336ee9d4cbb995afb996b630d501bc8f5abf62e22d7065b75709aa901b, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', '/home/abt90iranbet/public_html/wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0x772b6ff9f19f5a6f3e6f4de49ece74e4, 0xd6131cd3bb56439e48408c04625b6f7f230e6ad8b1426dc71204ea44a11c5d25, '', 0, '?'),
(0x85bc0d4d4465a9c86ee7e7dd729ea199, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 1, 0x00000000000000000000000000000000, 0xdfb74c918564f217dbd02aef2b4c1b3e, 0xad36835bd000355a470633d1343d319da535715393bccccb776993714aba4fac, '', 0, '?'),
(0x85bfc7b8020b5c2a5b420464802d5709, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x85cb4e183f2fceb364a2d62c0adefeb8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_9.php', 0, 0xa0d914757e11f77a7f02432c35a3d5d3, 0xa0d914757e11f77a7f02432c35a3d5d3, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x85cf325026f8937a5a81a52e9be4db8d, 'wp-includes/blocks/term-description.php', '/home/abt90iranbet/public_html/wp-includes/blocks/term-description.php', 1, 0x00000000000000000000000000000000, 0x377535047faa0f11ec20cf801c3b220c, 0xfd110e5d17843655eff039e360b6a4aae89c1053714b06b885d09ad3856e1771, '', 0, '?'),
(0x85d2c5f74c4c82c4d8053dfee8238e32, 'wp-content/plugins/elementor/core/debug/inspector.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/inspector.php', 1, 0x00000000000000000000000000000000, 0x677d0201e19b86b58ac6fb45b35879a7, 0x23973c17e28e718e29e17db1729abf8320d51b81452e52f1e177fe412f074500, '', 0, '?'),
(0x85d5fdefc9e7a95d8b62c7a788a83dea, 'wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp', 1, 0x00000000000000000000000000000000, 0x81023f3e91dc9d6507d1f2906757c40b, 0x719e6bd107ce9ec01804a451ee179391055b281fb501b051c57da77a43d9741c, '', 0, '?'),
(0x85d99e101af56871aa5b69f168e5affd, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-fr_FR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x87c3a4dfe023f110185a9b1f27e7ef79, 0x37b0d785bdf535203d3f39861996330a2deb253d9ff499f83e9ffc25b91ae5fc, '', 0, '?'),
(0x85db6b987dcad74b9bf1b5278390d19e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 0, 0x67ceee8d6a476d2a66594512aaa85c54, 0x67ceee8d6a476d2a66594512aaa85c54, 0xf47b7f87a1de9eab938c1b7783f4abde6e0071c996853a77fe242718574e2b51, '', 0, '?'),
(0x85e098ca94bd1e188eb62a06035d202b, 'wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php', 1, 0x00000000000000000000000000000000, 0xdb1efd2f7d441859df2261da5f39a583, 0xb11149effb9914c9aab513244824f3a8edc5ccbdc197c09c7ff87a3a35bc6205, '', 0, '?'),
(0x85e92327134507bf4eb3d2f2a92ed00f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1.php', 0, 0x98814f5764a061d923df7e1c5a0e964e, 0x98814f5764a061d923df7e1c5a0e964e, 0xa4426adf7facb525c96cb20d0551874bb0251fe10261431c6c993bd454298fc6, '', 0, '?'),
(0x85ebc4a83d380ed6405fde72722b080d, 'wp-content/plugins/elementor/modules/system-info/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/module.php', 1, 0x00000000000000000000000000000000, 0x6ff924fb7c083393f3fab42f671912d8, 0x87ff0b530a96340bc6125c0597684ff2f09331d5b05f1089d7b61a0e3662e922, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/a11y.min.js', 1, 0x00000000000000000000000000000000, 0xd60d16abc088d80092cef147505a08e4, 0xb3db3cc106de8b8fd333bd73fc5df07e9d47107efb28665afbf1ac43bdec378b, '', 0, '?'),
(0x85f283a30ad038a45e5851f2ed2d9c6c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 1, 0x00000000000000000000000000000000, 0x7cdc509248a653a913455c2de5f1520c, 0x6bbcd9bd9d2bffbd2fbbaed332b00a98204b6ce86b05ac1a761f09aae6f7f308, '', 0, '?'),
(0x85f5c32bc276a9e3320292bf9a8c01c3, 'wp-content/plugins/disable-gutenberg/disable-gutenberg.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php', 1, 0x00000000000000000000000000000000, 0x3175b7479dd2270335c20da7d70cd2e7, 0x332be8ae44ca2ee69c62157be39072d9c66f90873f1692d7f113dd847216c232, '', 0, '?'),
(0x85f83bb7ff362c02710c1ce95f73b068, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php', 0, 0x65aa0f3f72d9aa6f1e103f964e5549e5, 0x65aa0f3f72d9aa6f1e103f964e5549e5, 0x525a1c4a65a16b4c8f543df4a2521920fd8f1b0a324512b366e408d2ae48e501, '', 0, '?'),
(0x85fb35302fbc03a4ca3122979887fb5e, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1690810710.js', 1, 0x00000000000000000000000000000000, 0x6c1b599f5af669e0a886a0330001325b, 0x281e92e54123efc00117bc4697fef87e042ba69fa0466768a1f0530e9f2efb62, '', 0, '?'),
(0x85fb58c17fc6c081a5be61cd9fad6c0f, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php', 0, 0xca9f77405b56bd897ccb94ed3b957957, 0xca9f77405b56bd897ccb94ed3b957957, 0xc941343f7d132063e09770d8bf7d89063beb0296e56e46014f43e25054d487e5, '', 0, '?'),
(0x85fbb3d74fd8f279cf27210091df6291, 'wp-content/plugins/elementor/assets/js/container-converter.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container-converter.min.js', 1, 0x00000000000000000000000000000000, 0xa3197d5f1df52b917bed90daf8c8a351, 0x4941c346f61a8de2f9089a3fc74d1a65949fc3f1009f3ea1218e2c8e81bb962f, '', 0, '?'),
(0x85fcf91a611d1770974d156f5841cf1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1.php', 0, 0xd2ccdaf84d4c6bfe4def9c74b81a5282, 0xd2ccdaf84d4c6bfe4def9c74b81a5282, 0x74704e25fc752eb0a9ced9b150dca68b39217fe6d63f58f6c798be226c876a84, '', 0, '?'),
(0x85febb27031a8ebc7dced6fa11e958df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_6.php', 0, 0x922124bb63ad38c666776abc62a31280, 0x922124bb63ad38c666776abc62a31280, 0x753da15b6069197bb148ee00205de3675eca763ee757822340a4a21f51b4f5ce, '', 0, '?'),
(0x8603675aeea639762f8d802b8b215709, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php', 0, 0xc8c88c5bbf7a3be4883690f6f690e109, 0xc8c88c5bbf7a3be4883690f6f690e109, 0x953504a65631dc985bcf6c0948f5731c29b4ad4c7bfcb86c716053fb937d4cf1, '', 0, '?'),
(0x86038d0aad54b65ab917deef6d0b681c, 'wp-content/updraft/themes-old/twentytwentythree/templates/search.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/search.html', 0, 0xfb40c35f8d25a2ad282da0721897c8d0, 0xfb40c35f8d25a2ad282da0721897c8d0, 0xd3fbaac870b1b5947a414cdce6b1c1b9533d05b8757b806d86e2e914e56185fe, '', 0, '?'),
(0x861de5cb733f1d8ae8509868238425d7, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 1, 0x00000000000000000000000000000000, 0xba69dada97ca61615cd664b194db80b4, 0x4fc4070b09ae22425427c93690ef7cfe53943a6f2dd31819c1858d37ebc73353, '', 0, '?'),
(0x861e798d7344996e9d9dd68aecc040b5, 'wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x8b01f8ceb9dd332880922b54bb3f8586, 0xb414e78aa73be8840452ef5da01ce00ec0db151c6196c3b549aae60dbe54e187, '', 0, '?'),
(0x86207ee1c8158e961a400faec2d2195d, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 1, 0x00000000000000000000000000000000, 0x913405ef5ebe99ddc4179d08dd70cd53, 0xd07a893bd344d871b795c3f36e232b4e229cc46c2c28bb441c70eaba1647ca8e, '', 0, '?'),
(0x8620c0f6a0ce44494d64b73e2180c403, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x86211077309206b0fa28cd771aebe72f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_6.php', 0, 0xda8ea2156d63d2a02f2e8b2f4e9219ba, 0xda8ea2156d63d2a02f2e8b2f4e9219ba, 0x9a72ae6a9dac2fceeeed813cf022a0846a74985e00a98ef7f3b207f316204005, '', 0, '?'),
(0x86258c4c54416592c750e36ab3302d0a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8_no_content.php', 0, 0x466947f0d51cf54d66add281a6ffc1f8, 0x466947f0d51cf54d66add281a6ffc1f8, 0xaba84c61582fd75ae2c48a2cd9bb0b4e43f09e04a9e050eba16f77b1d1b0b994, '', 0, '?'),
(0x8629a21d28f3200ade76eede58d9898b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php', 0, 0x58c98cf827beed2cb50defbeb3dcd183, 0x58c98cf827beed2cb50defbeb3dcd183, 0x545131c1964832cac6c46e12fabc4fbc8f9064c956dcd38f033978ad10b1220b, '', 0, '?'),
(0x862b49288b62485f8fcb602eff66306c, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/splash.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/splash.svg', 1, 0x00000000000000000000000000000000, 0xd7e3189b83f60dc5755eecb22e5b391f, 0xe2e53744f6c5fd31220c2e898c83947c5c6a4247aedc411eebfd148fce3fcc3a, '', 0, '?'),
(0x862db006c7e8ae0ba6d6a25d4d68fdaa, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0xf75d7fb35ff70e3b8d8a70ca2890875e, 0x1e55f7fafd6f1867d661ea883689efe006f10bbb2840c35e22687f5d2b689b34, '', 0, '?'),
(0x86307b38d95b01e51070e7772880ef43, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Attribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Attribute.php', 1, 0x00000000000000000000000000000000, 0xca9ccfd8cf7745f31032d44068d86113, 0x9cfae62843396ea868cd69c4da5e6f8ff8113413937679eabd6558e90c58a84e, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', '/home/abt90iranbet/public_html/wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x4d8b191226d81f40f6fbeca88aeab005, 0xf9c6bfe5b4fd57fc7a59f71c396af51924d113bd497db54d21112d4d2fc3d9c6, '', 0, '?'),
(0x8632cbd03e5be8ca34d861938a0797c7, 'wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js.map', 1, 0x00000000000000000000000000000000, 0x04e27ac5a9e13f08a13822fa8399dc41, 0x56b5ddef9931d3ea6b4646b0642af03919723d5bad5359ee4f8870bff2dca499, '', 0, '?'),
(0x8635ae346b0d9f1703986c48346efe66, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', 0, 0xe0a029a38dfee46da09b8558c872ebe4, 0xe0a029a38dfee46da09b8558c872ebe4, 0x35aaa3da891b1a981474ec8a0c925e64d91f3a4d6bec3d20d568a1f781f76d2f, '', 0, '?'),
(0x86362978d6fc54829e7a19b6de8c00e3, 'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Logging.php', 1, 0x00000000000000000000000000000000, 0x64f45f377b2197eaa0e62e8f46e6be0a, 0x92ae807f1dc15ac2cebbb1c440489c987d2eda9dc508083cc317f838e3902883, '', 0, '?'),
(0x863a0587b46aa9bc420e5a0b82bfaff9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_panel_settings.txt', 0, 0xc8bceb109f4273bdeca0b4d15231a9c1, 0xc8bceb109f4273bdeca0b4d15231a9c1, 0x03c71019651f5ceff164b62243e11902e6d6f3c3a7deb0b08bc4fa21cabfb674, '', 0, '?'),
(0x864013eef490f24fd9ad7a1db49e5d3f, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-2.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-2.json', 0, 0x3a8b3136598ae2ccffa7a83601412548, 0x3a8b3136598ae2ccffa7a83601412548, 0x9ef019d37336a0a3533275520757adc1cb5a787fd30bbfd85bfe9bfa87c27ee9, '', 0, '?'),
(0x8641037762c1a07e5f937d3c91b20919, 'wp-content/plugins/updraftplus/languages/updraftplus-vi.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.mo', 1, 0x00000000000000000000000000000000, 0x05631911dc42dc963e0b310d1bbd8795, 0x260f0324a44cb9b3d3c2580d449c783091128d26ca09dccfab993f434ee5aa9a, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, 0x00000000000000000000000000000000, 0x31f5ec107816f818a60402fdc068335c, 0xa6d15503d87e969e124181566b72ecba255292782470a8ab5a3106b022d255a4, '', 0, '?'),
(0x86470a6f6324ef490c132fd8076739dd, 'wp-content/themes/twentytwentyfour/templates/search.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/search.html', 1, 0x00000000000000000000000000000000, 0x623735325d448f935e4b2cef9e807ad9, 0xaf9f9c582a4dde7d64bfc00e97befc29c48f1f7869b5894b66768f7312593faf, '', 0, '?'),
(0x8648925019c8d69b9baeeed2d99ad620, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php', 0, 0x77aa8f54706d07737fd8e5d9e9740f83, 0x77aa8f54706d07737fd8e5d9e9740f83, 0xb0b2a5a960f79d6d550cf110cb8693bcbb9c007374819e77f5d44da9c4494751, '', 0, '?'),
(0x86493ff95f04fdb9e4cf8ae9233aa409, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon_box.php', 0, 0x1220ec07198dfb55c6677a137cb062c9, 0x1220ec07198dfb55c6677a137cb062c9, 0x426436a1dc920e8d41daafbe1d35bd3fd523ec77c52df538762ed95de447daa3, '', 0, '?'),
(0x86526cc7a2ded72a9a2cb75d9241443e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import.php', 0, 0x02def47162cff156056bc2521d6635e3, 0x02def47162cff156056bc2521d6635e3, 0x03d81951155cf066915e7a6acf52707419824c600da97cc0d3c3615d228f13a3, '', 0, '?'),
(0x8655dd53a2414a63de146c8e0e8477f5, 'wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', 1, 0x00000000000000000000000000000000, 0xd24a9a551b240d2d0d97734a7e4a8641, 0x95ef8a0e5ae82abf6f15883f10eb423b6a686220f9cce722943c1912c84685c2, '', 0, '?'),
(0x8659e8d2cdf001fedef0b6451176449e, 'wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php', 0, 0xf616f65cec9171b487da792289ef46b7, 0xf616f65cec9171b487da792289ef46b7, 0xcdf0962e31af07941a8a28969842e42216d00a439cd61bfff1348f3a78425eb5, '', 0, '?'),
(0x865b67961f505992f2cf96a244f4f5be, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x76c22d99485818b7aed4c1482f30448b, 0x044fb04aa3e8a4bc546bbf510d172eb189084c177a59b80725ac3044cce85532, '', 0, '?'),
(0x865dd59ef1886ba34f026482d6dc3487, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.po', 0, 0x825e68eaff6db7ca4ee88a7dca1ac189, 0x825e68eaff6db7ca4ee88a7dca1ac189, 0x5e7d98d3874ce98bed45a6f03c098e109e64201286f3d575a42e6bc871a8c7cc, '', 0, '?'),
(0x865e7a6177a6e62d8359563f5d7734b1, 'wp-includes/js/dist/script-modules/block-library/search/view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/search/view.min.js', 1, 0x00000000000000000000000000000000, 0x9e4ce7b5d23387b8aee77cfb0357f17a, 0xdda849233a0895d418b016d20783579b910eb9aba0edca282efbff6483df9f6b, '', 0, '?'),
(0x865f6415f8671fd22c3864a0d9fd894a, 'wp-content/updraft/themes-old/twentytwentythree/styles/pilgrimage.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/pilgrimage.json', 0, 0x767ef5e55c9a0bd51e93070f6faee333, 0x767ef5e55c9a0bd51e93070f6faee333, 0x15b7352a77213ac7ba8d36d8998c58f93bada3e62dbcd60f341f30caa9e2acf7, '', 0, '?'),
(0x8660d8bb944d410ecd1213c2dd543f1f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', 1, 0x00000000000000000000000000000000, 0xa1925bdec2066c4944ca4a21ec26a9a7, 0x63516b46589b1ee05a9300ce14acf5441f9ccb7a101d8c91190f99345f86d1e4, '', 0, '?'),
(0x8665e2d39010a144d6da22885c1eece2, 'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php', 1, 0x00000000000000000000000000000000, 0x66d6a4da1434b886024f87f122f62be9, 0xab6322c706993755b38cc95284f2e54f0da96ddd179675ca52b0f6556f22d09c, '', 0, '?'),
(0x866c9ad827794b91927ed64b2096e0da, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', 1, 0x00000000000000000000000000000000, 0xc0dc006f5c14899f6cd0c32c789f50d6, 0xf1b5773c2e536835fec5ddd75b5b63035e34bdc9260e0411f13ca1e4223b9e03, '', 0, '?'),
(0x8679749a4b868eafab84d6d099cb1425, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_7.php', 0, 0x35a8095f0f5f72917d38c1b49444d47b, 0x35a8095f0f5f72917d38c1b49444d47b, 0x3ad29d438246824348c0985060c079a0e675789b0e51c48c2031d059f727f408, '', 0, '?'),
(0x867a0c1ded1fe871185780570459196d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php', 0, 0x435961d6a042352ddcafb42688e3a84e, 0x435961d6a042352ddcafb42688e3a84e, 0xde7b603862f3a2a2ed1a8a067b0065ec6776dc10130a1ab3e239cb37821eaa08, '', 0, '?'),
(0x867ceeba028d12d90f958bcd0b4cc9c2, 'wp-content/plugins/kk-star-ratings/freemius/templates/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x868017d283e1666fc0f5139eed50502e, 'wp-content/plugins/amp/src/Component/HasCaption.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Component/HasCaption.php', 1, 0x00000000000000000000000000000000, 0xea8b17648c3537a426577c1e3470da11, 0xb2c726c747489991a823017b11ec6d9f6a567700a5a3cfa2ca1d7aa98a066b00, '', 0, '?'),
(0x86849711dcee1a4de832ab47c176a6ef, 'wp-content/plugins/amp/src/DevTools/FileReflection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/FileReflection.php', 1, 0x00000000000000000000000000000000, 0xf07437258973e1959feaddfc36b99101, 0x37c45de1526005e07b323a2df83fabe9c07385d5851d22640b028c9c08240a5b, '', 0, '?'),
(0x8684add9578aebfe42ad5470d4a94335, 'wp-content/themes/twentytwentyfour/functions.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/functions.php', 1, 0x00000000000000000000000000000000, 0x8e31de5295762b72cfbf3e330d037427, 0x90937ffd679705d38dbcae13810abdab36083c7d1efd15b6fd881b24d6a8ffa5, '', 0, '?'),
(0x868db9e6d101d53f6ea66554cfc150bc, 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', 1, 0x00000000000000000000000000000000, 0x905ff93d17b35c0660cdd0f71d8dec5b, 0x8da51e306359701f291de9397c26c85eb1c0c4520d092b2d0cab822bd848d2d6, '', 0, '?'),
(0x868fca17ea2a7651b01c6c6a10029637, 'wp-content/plugins/elementor/modules/apps/admin-pointer.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/admin-pointer.php', 1, 0x00000000000000000000000000000000, 0x1524f8d92df00e3e168de2afa0b16615, 0xd01bb1f16dde4209abf3795f567b43e8694a55303e3b62836e512256c1785d7e, '', 0, '?'),
(0x86921a769bfc192011454240cb57b682, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06a4d0279d5d057470f19b8e84b3e299.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06a4d0279d5d057470f19b8e84b3e299.json', 0, 0xa1b019277bf2d91abe648791a900be3d, 0xa1b019277bf2d91abe648791a900be3d, 0x370b52c554728d8fc09443d47dd974218772b660e53d4d38530bf51428767092, '', 0, '?'),
(0x8692f2798d307318f3a306f3ade8873f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0xcba182165be1b3cee096b3889b38da05, 0x6dd16fbff36e267aac9c0ed7e921e0d0436042be0b9b0286653852416098a2de, '', 0, '?'),
(0x8693e646d5b3dd447ed6abe743cabdfb, 'wp-includes/css/dist/edit-post/classic.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic.min.css', 1, 0x00000000000000000000000000000000, 0x094e351b249352942c509c1b1fc0aa62, 0xa14c44cc75841c4ddaa4c74d9d709a9189e489bc04c9a2c1837ad080bd4e0642, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', '/home/abt90iranbet/public_html/wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x8bab5d327395216691ee881db876be9c, 0x210ca2f1d3cb88cbf52f3ec0e9b73c74bbca5040ef6d996c1e94cdf271fbd668, '', 0, '?'),
(0x86a4bba88990c886bef644f167e46f2d, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js', 0, 0xfa3b54110af34ff1d7336a793e702999, 0xfa3b54110af34ff1d7336a793e702999, 0x825a47d5404b2edd82d30eb46a5d7412c5f2a53a60cb99f06c5e6c21e301529c, '', 0, '?'),
(0x86a615b4f8552cad88910a25d66c3728, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', 1, 0x00000000000000000000000000000000, 0x19205d8a3e403a11acdb493d5dcfaeb6, 0x8ef5b437d263069fcb03e2770a6e65dc3ee874bf608ee28725b07a1fa5dd2e73, '', 0, '?'),
(0x86aa84b9bef1271299e332d57f65deb0, 'wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php', 1, 0x00000000000000000000000000000000, 0x8bffa7cfa44d5cd1298f8eb9d424b8af, 0x730bc34b7d274db56732e91c80fd7b314158b902196251e993df7731bfdc8079, '', 0, '?'),
(0x86b0182e0a5bf3e83b50894a469303f8, 'wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css', 1, 0x00000000000000000000000000000000, 0xea3034fd0a751840559d61c404cdd1cb, 0xbbb47ce54bba3de8ade931ce3c77a27712626e23e7ee07b0dff850edb963313a, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', '/home/abt90iranbet/public_html/wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0xd94635c2d63cb5490ea4275045437078, 0x6afa7310b5f969da99230d03607ef1ec6cd540689e85e105adb1e2fcd53a5ce0, '', 0, '?'),
(0x86b3ea2b3b96274016d947a41244b07a, 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 1, 0x00000000000000000000000000000000, 0x01ea38e1879a6350b9854fa3e84527a0, 0xdb0312b752b3055a5323bdcd0ad6f7f1dd3206294154c0ce2716df70fe81c63b, '', 0, '?'),
(0x86b5d75bf4c1a0456956f3bf45ba72df, 'wp-content/updraft/backup_2025-05-11-0332___90_a75a5d14b619-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-11-0332___90_a75a5d14b619-db.gz', 0, 0xc59c1d72d85f8c5ead1ef42dd181f7ff, 0xc59c1d72d85f8c5ead1ef42dd181f7ff, 0x7e18593da37678468cd4e149762e7f1510322896d330a958c33779fdeab677a0, '', 0, '?'),
(0x86b69668bfe3bc6a20cb1eca7a3f43dd, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-simple-dark.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 0, 0x77dc41c094dda6ab4b1b17d4bc41a954, 0x77dc41c094dda6ab4b1b17d4bc41a954, 0xf82e8020e1eab4416aef1aab4dd6c3f630d4c7a5db00bca35075268c574190ad, '', 0, '?'),
(0x86b8f8b6ba671dd6276b9fc94ae9d90a, 'wp-content/plugins/updraftplus/images/ud-logo-150.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/ud-logo-150.png', 1, 0x00000000000000000000000000000000, 0x53daee9dd2ac54c5f264ac36751550d6, 0x85d0cbbd9bae1218a4afb41fa4311344e7d7c5344889481709ed5be99e081459, '', 0, '?'),
(0x86b98fd473d14c8b5bfa3ded7d18adda, 'wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php', 1, 0x00000000000000000000000000000000, 0xf91ac2f301827cfd4c9921c5cd34ccb2, 0x26dbc58be2ecfd470cea9038426c7e2a0e3077f359327fe7a4963d22b8e2e083, '', 0, '?'),
(0x86bd1c63b55c61d117bf2b9e261947a7, 'wp-includes/SimplePie/library/SimplePie/Category.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0x7d0f70670b6ec3ce4ca5cf11129d7e74, 0x2291648eca99534c7998d215b13f85fe34286c996cd982b7150ff0478a72d7b4, '', 0, '?'),
(0x86bef6181ea9215a50dd7d8be6ad6c49, 'wp-content/plugins/wp-rocket/views/settings/fields/select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/select.php', 0, 0x98d448b887c3b5914b1b8e7a281334b6, 0x98d448b887c3b5914b1b8e7a281334b6, 0x594d844a8001aa141dfb6fe3d069504ee6e50ec02f6954888c0c55d51c4c3b26, '', 0, '?'),
(0x86bfa351e96063aec6b61885b90009fd, 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml', 0, 0xaa00c82c088ac79721d2dd7ac3f99b59, 0xaa00c82c088ac79721d2dd7ac3f99b59, 0xed06e56daf6021f8f3fe00abf3541420349e2fd25037afdfd9dd799cb702250e, '', 0, '?'),
(0x86c0b24f34cdca2ba6a195717d59ce07, 'wp-content/updraft/backup_2025-09-08-0325___90_249d6baf0c75-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-08-0325___90_249d6baf0c75-db.gz', 0, 0x1b50e96f49c702e1492dd17d4792f6e4, 0x1b50e96f49c702e1492dd17d4792f6e4, 0xfd6fdba2789f4b5ffa299a04bf8489db7f2837db20e3c9ab8a866e887ff693b3, '', 0, '?'),
(0x86c13caa7fa131955ae55c0e738c621d, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php', 1, 0x00000000000000000000000000000000, 0xf6cb8896d847adb5538c6c6bd7c160b9, 0xdac7b1c3d9987eef2d164cdb1dce4eefe40d6335586d00cb124733a6f1ae802c, '', 0, '?'),
(0x86c41ac11d51010d3b632ee3d1a648b6, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/dallas-creek-square.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/dallas-creek-square.webp', 0, 0xe2658a111f10c10215c636e674e0ee8b, 0xe2658a111f10c10215c636e674e0ee8b, 0x5ca9a0d3697642a55660035351156ac77c7fcbcabfca7d126502e52bc85f663c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x86c936c58db2b9b1b578f70fc1a9551b, 'wp-content/plugins/updraftplus/central/modules/users.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/users.php', 1, 0x00000000000000000000000000000000, 0x2fe1ee5e56b59ca219f57584c9d6ddab, 0x6a7ee5264db2ca6ee284c00162164ff5064762993bbebd03d6c4da9fbe926f97, '', 0, '?'),
(0x86ca7e8cb1009d12fe50413f375ffdfc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_5.php', 0, 0xce1cb1e88c298a1af43209a8a0e08d65, 0xce1cb1e88c298a1af43209a8a0e08d65, 0x87c21e94938f9918b6ff375acf728d47776d1afcece2d119662f675a14e0b221, '', 0, '?'),
(0x86d94eb0277292df334cfeea111a104e, 'wp-content/updraft/plugins-old/akismet/class.akismet.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet.php', 0, 0x4ad74c0fb682e9549d36f7e164f40cf8, 0x4ad74c0fb682e9549d36f7e164f40cf8, 0x01302d3237ee287aab70db374b8a84e54390781caf773e74ddfb3d18580c314a, '', 0, '?'),
(0x86ec188340f8a427bd79a681b8de71d6, 'wp-includes/blocks/query-pagination/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style.css', 1, 0x00000000000000000000000000000000, 0xe59194ff8bef9c8cd7604a5b85e11f2c, 0x37bd359cff6fef6a1d4071add4b575636437c0ab6965c1c385fe5010f08c0d29, '', 0, '?'),
(0x86ee5f197adce04aac2a5ff2685775fc, 'wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x82f733c9c61759eaba9fccc9859059c7, 0x7df97ea7c5ddf49f8445e1dc0ea68fe3f455d2720b8a160c248ac361b5dd1f68, '', 0, '?'),
(0x86f1826b56fede37ad93a30f0132d22b, 'wp-includes/blocks/heading/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style.min.css', 1, 0x00000000000000000000000000000000, 0x21b61c3c0466064b2f92f3996cf33703, 0x1c4819999b3359f9849aa8464089f91e261c2773a0addb2b839c6bc77d2f9f87, '', 0, '?'),
(0x86f3f5e4a8a3b61dc291461da277f958, 'wp-includes/Requests/src/Exception/Http/Status431.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status431.php', 1, 0x00000000000000000000000000000000, 0x3f4dbc2dda2d049b6b08115cf3d1a488, 0x4a5d9aed6526d5c98625cb3439e1fbcb20c353f5334a43d8bb0f0034ecb3ab20, '', 0, '?'),
(0x86f76d5dce0aeb7ceefe26017e445cc7, 'wp-content/languages/fa_IR-947c76bb5095da30e16668eec15406b2.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-947c76bb5095da30e16668eec15406b2.json', 0, 0x8390e699cfbc4bd9a4795dbc13c9c0ba, 0x8390e699cfbc4bd9a4795dbc13c9c0ba, 0xc35b9ca753fc41c00f29913aef191f5437de96149b44a6d16b2a5f7121199c9f, '', 0, '?'),
(0x86fb3aa3fec84a72685e0775f6f78804, 'wp-content/plugins/elementor/assets/images/announcement.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/announcement.png', 1, 0x00000000000000000000000000000000, 0x365d9b7761aa50e8fafb8e522188e2e4, 0xf40967f02600c790bab04a65961a3c7c627eec8a68ae1037368bde7ce81093de, '', 0, '?'),
(0x86fc45b92c046c6be4dff3d869fbe458, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', 1, 0x00000000000000000000000000000000, 0x2f136366dfd3f1de872d7b4055469eef, 0xc1dbc1b0164341adbdbabff89975a85a1775f14f383e5c78e5f1394d579b0a49, '', 0, '?'),
(0x86fd4c9a988036f537edb24da451e000, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', 1, 0x00000000000000000000000000000000, 0x46577914931f5778534338107a0dee6f, 0x275ee16aee83e79d3995fbadf8ad3451305794502c44890db7209957c3365f71, '', 0, '?'),
(0x86fdeeefdfd585400e8e28cb0c864547, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.po', 0, 0x1692501c8e7eab379f7dcfab7b8d394b, 0x1692501c8e7eab379f7dcfab7b8d394b, 0x4251441d472913c75ae6d758785c7f80aee8f9664555fe4d784916a83bf82d05, '', 0, '?'),
(0x86fe75973667a3842a1d9ea624213638, 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 1, 0x00000000000000000000000000000000, 0x48d8159637a99f6abc1cb5d01f06399d, 0x846cf397e810bffafe7673748ed4f6afc5c978db6e44f55c4dce5b8639c162a0, '', 0, '?'),
(0x86ff39a555f35e582393086ee7e27208, 'wp-content/plugins/updraftplus/languages/updraftplus-af.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.mo', 1, 0x00000000000000000000000000000000, 0x817cb0edb9ab70036b4e7ca9601a41d2, 0x400e9d1759146ae523ed18604ecd561a97b078d772de65f0c66242ea4e832852, '', 0, '?'),
(0x87055a205afd2160fb6ccc57e77dd80a, 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv2.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv2.php', 0, 0xa810eab45d5962b4e14bf30023e706ac, 0xa810eab45d5962b4e14bf30023e706ac, 0xa2790aff6be2b6c9874b391322a7b474fdc4fa229b2dce29e554dc4c156fba7b, '', 0, '?'),
(0x8706258431a83c715766099d2698d9a1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 1, 0x00000000000000000000000000000000, 0xd65ee0463cb9a70b29e4d2bfd59c146c, 0xebbfa6b89c0727508f0854bf7e7f3b4d439c80c11f7f2b409667fd6508d374ca, '', 0, '?'),
(0x87092c374c0173cfa81522649274f75c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', 1, 0x00000000000000000000000000000000, 0x4968c733e41209db8783f120c2e1ee80, 0xdc45cf38b4ee1a8f4461633f01567f778655d00cff42762c4d505b801bab0882, '', 0, '?'),
(0x870a1d3b06add50d6263143bd6105bf1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-left.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-left.png', 0, 0x2cabebc7d1a09ebef7a0cc193b23ea3f, 0x2cabebc7d1a09ebef7a0cc193b23ea3f, 0x572cdb43d048dabbf4672bd1e0b5babe40736363a1ed5737e14a078d9373b4f6, '', 0, '?'),
(0x870b29ee04fe9ce243f491c829b7120d, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css', 0, 0x7832bd1019ef943499539dc25bd14371, 0x7832bd1019ef943499539dc25bd14371, 0x4f9eae5d1c449d487608824ebca4a59edb3e92d275f5cbccdebefa5f99f637dd, '', 0, '?'),
(0x870bf080c3ed9bf5fd851d637f19c9dc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_6.php', 0, 0xe454585bc6b4af20471d6c5fbda206e6, 0xe454585bc6b4af20471d6c5fbda206e6, 0x21c0a4bf0b6ae39807e88fdee5313f12f1f08b2d8b3b7b97abd900dff33ceb70, '', 0, '?'),
(0x870c03dd11a464cbea02f34f4a16d17e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php', 0, 0xf81548bd62af14cb3ebf15aaeab6bd3c, 0xf81548bd62af14cb3ebf15aaeab6bd3c, 0xab9c246956e3b1e10caac8e5c2903a067c0c8bd2fa1d2539165ccdd8c94939eb, '', 0, '?'),
(0x8712417cbe980a16e855c56a9552e42f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 0, 0x555578334a9d6508e91cc1e29d299926, 0x555578334a9d6508e91cc1e29d299926, 0x78ea9f83b49c9b881bb3451b48c9118f11550b694fd75833a93202a914afd7c5, '', 0, '?'),
(0x87134af723efabb923b1e2214cc7e61a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 1, 0x00000000000000000000000000000000, 0x682a05d76f9e9b40ea543f052417a422, 0x46fde27ecc6ecda84f3e41f60000ebe18ee2540d0f1a33757e99bc9291485dac, '', 0, '?'),
(0x8714d7a7161a90bd53c8dcb98b632e2d, 'wp-includes/Text/Exception.php', '/home/abt90iranbet/public_html/wp-includes/Text/Exception.php', 1, 0x00000000000000000000000000000000, 0x2db2c9adb1f0d051ea3e1a77c1923d84, 0x5d6e5ffed4938f4a905d529edfe3bb810a6b30a0bc902b75d273f2b9ae47f14d, '', 0, '?'),
(0x8716cd4a944836bd4b4689ecfe707eb3, 'wp-includes/blocks/social-link/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor.min.css', 1, 0x00000000000000000000000000000000, 0x26567559660da1b38bb0985843757ad7, 0xb43c5e3bdc9522a24d2cf86759c74ad3c54559768beed4d601ee215395a522e5, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, 0x00000000000000000000000000000000, 0x591f9bbbaefec332c4b00d6d7d25a1c0, 0x33cbee5d2ed04243421965fdf4caa2d253e18828203fc05a7b18ef93c9f0baf2, '', 0, '?'),
(0x8717b960bdf760035799901ad95e6b5e, 'wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', 1, 0x00000000000000000000000000000000, 0x132a0966f94503201acefc1e10a4f860, 0xc4ab811a26c01727d1a78b79cf5afcf7b7b6216798b2ab75dec29d589d0000e7, '', 0, '?'),
(0x871f63448213f845edfb373d7b36408b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', 0, 0xf06db206086064fb9dc38fdcb5844d50, 0xf06db206086064fb9dc38fdcb5844d50, 0x4a331f52a48bb6f7949d4bc8896cf631ade8c4b9573f0be1d3628a02c6fc7493, '', 0, '?'),
(0x87204a7ee70866e429ac38a3b8f12d38, 'wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php', 0, 0x92fd39e4300a1400470167d4abbba58d, 0x92fd39e4300a1400470167d4abbba58d, 0x76e13f4b4a9c453f7c46312d7f47e3796e2ed6e4276087d91da3e321330550e0, '', 0, '?'),
(0x8722b4859a912c960b8d4b7c13ae12b4, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-7.php', 0, 0x6fa4a0999c775892877158068a5b5e8a, 0x6fa4a0999c775892877158068a5b5e8a, 0xbb6850ef5e6d0c80175f93801525841460eda412634fe4444552b99a15998c2b, '', 0, '?'),
(0x87256e34abe53abcb36183b79b638e24, 'wp-content/plugins/elementor/assets/js/ai-admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js', 1, 0x00000000000000000000000000000000, 0xbfc425291914a729ff80da0e9a80be21, 0x3a48918b9be81de62c960bbc1ee821e62a208a5662328d9733554e46fcfbc002, '', 0, '?'),
(0x872f818d9da5fc45d5fae23fbe16cbf1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 1, 0x00000000000000000000000000000000, 0x19ea9ecc74adb93e653de7bbd21d0238, 0x10a3c6a465dc49fd4ddcbe5f354c049e7e52e9e3b986ab4d65df9d60cc1bd1a8, '', 0, '?'),
(0x87314336a5e6966c039d183fa40357ea, 'wp-content/plugins/elementor/data/v2/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/manager.php', 1, 0x00000000000000000000000000000000, 0xd40dbdd0ac35fdf282997a93af45fc77, 0x149de8748010ce5f2bcee8bd4823d94b29ba5fa11b699ace0e5e90e5e74b3f63, '', 0, '?'),
(0x8731fa5d0078342b93393f911caf261e, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-909281a0818217979bc696524032b302.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-909281a0818217979bc696524032b302.json', 0, 0x3049162cc8eefd9fc87d6d0be667c447, 0x3049162cc8eefd9fc87d6d0be667c447, 0x3b64003ad064c0e83c080b779d215e917b681ab458ac575eb3f91cc06124d8c7, '', 0, '?'),
(0x873680fafd1574c9a3348a897f132346, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', '/home/abt90iranbet/public_html/wp-admin/site-health-info.php', 1, 0x00000000000000000000000000000000, 0xf9d273835850f3024511342cdb14f470, 0xf8569e8c17db88d1c6c46514df503b5c69e56fd2fd253cc4a18143f084d11aa3, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xf41366959db63b9168a21b8914fd252b, 0xdf88c38f5323cdf58a347bc1325fccf6cab00bc60be1628b48baae546c10dbd9, '', 0, '?'),
(0x874270391eee662b3c4168989fcf2f69, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.mo', 0, 0x324c7fd6053a43f6a1335965e2d5efe9, 0x324c7fd6053a43f6a1335965e2d5efe9, 0x149d5fc2d30484f163f8a5e3ae796c6f3b38c808d7827d084262fef563ad11d0, '', 0, '?'),
(0x874395b12280df193f76eaa7ee9689f3, 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 1, 0x00000000000000000000000000000000, 0x0d05d5ef6329ef65b68bf7e5f918d0d2, 0x17fbb53202f32ce8aee3b9827faf47afbc74b3c2de38789f89ec716925a59646, '', 0, '?'),
(0x8746288ad62eb6469d99d7abefd8bdea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_css_generator_demo.php', 0, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0x205aa0872380fb26256391e0f604e2dc5766566192fbf0e066e573862ece91da, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x874d2ac2833dc18747dda8593a9cf3f5, 'wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg', 1, 0x00000000000000000000000000000000, 0x2f0712cf61aeec419a0d5f8c882a228d, 0x47395027332b135423d1835f016780add70f860f1ceb422c28a8a918284f1623, '', 0, '?'),
(0x874e7914ae782d0017fbbf17392d26a4, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-3.php', 0, 0xc207b82f017476b7b5f460d2de3890e6, 0xc207b82f017476b7b5f460d2de3890e6, 0x1285afb7bd1e24494ea7c18659cf1b314f6a12cd420ff55c4ad5427cfa84211c, '', 0, '?'),
(0x8753ed3d3482f33a292ebe7188a945be, 'wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php', 0, 0x03bfd14e6740f704ef0d610db2f66f63, 0x03bfd14e6740f704ef0d610db2f66f63, 0xa20486230011db74e9b0ddefe55f679dea7e198ffa1ee72e4abbd6dbf2f23f35, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0xcaff7b1233693358259f9f85583e7678, 0xd86227acf528ece675fe6e912711f6e205d620aaadf700f5d92bf4bbdbbf72e9, '', 0, '?'),
(0x8758823a22978da8306b8747e2023d43, 'wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', 1, 0x00000000000000000000000000000000, 0x9361ac1ddc19caf763f6ecf1e55039ef, 0x3f13dbf12030c8c5d63f46ccea7d434268815e708a5de9d748797275b5158c0f, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-parser.php', 1, 0x00000000000000000000000000000000, 0xb412e81c89b155507a653bc6d3881533, 0x93b473775dd608d1e8cba2057af0b77dfcfa01572a45a8fe3c9f359fb35a4320, '', 0, '?'),
(0x875ab4854486ac84e8a15bee614f2f2a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php', 1, 0x00000000000000000000000000000000, 0x1344f5d68485d14fde2241f6e94bd9ee, 0x49a322408397b40a46a3d33174a877b30c7dc3d1a49afa86d1e67a7687c9d70f, '', 0, '?'),
(0x875c0537f721fc80e801c26916aa43a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php', 1, 0x00000000000000000000000000000000, 0x240ae286ca585cc75588c6b3e3f81ead, 0x6ae15d0d8a62a4be5969d0eb20ba329bc5243e6f5658f2eca49606d30b4f66bd, '', 0, '?'),
(0x875e53785f3f03758b1d47ca44a9e4eb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x94cf48d964393c43f0cba4ab9ad1626c, 0x4bcf2e426facb0dfd8e0a3b8830776fc886298258598e0d5537e31f94be0c317, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-site.php', 1, 0x00000000000000000000000000000000, 0x900621ed4e7e4db5e528dfa1823dc1e3, 0xbc2bc49f29b6b241646a726cf6432849f1b968ebbea95e0a7e909520bbbf5ea6, '', 0, '?'),
(0x876330e64738fe8382f98712b4bf8965, 'wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php', 0, 0xc88e031b839929de6a1c76f39a03aecb, 0xc88e031b839929de6a1c76f39a03aecb, 0x6b4a9ae664295678626a328f62f1f987516c903493ca654de11c9e0bc2f9f794, '', 0, '?'),
(0x8766473cae40e19f9d4efbe71cb5132d, 'wp-admin/includes/class-wp-privacy-requests-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0x00dace4157b1f45219cbd9688f9c8c78, 0x0ec8463f1b4a3735a3807a245d9950c87afe4e9715a17dd98689ac0aebfc2d15, '', 0, '?'),
(0x8766fae74b9f0a3bb27f8676c29498a1, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php', 0, 0x9d40e579da41fcf15c49b894a162e542, 0x9d40e579da41fcf15c49b894a162e542, 0x32dad148fb4066df4cfcfd542420f8bea7de5e468f5357074b13e8ac522e391d, '', 0, '?'),
(0x876953c5cb29c77a4ecbdaf563e57453, 'wp-includes/SimplePie/src/Cache/error_log', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/error_log', 0, 0x30ff82509efe60f372c808efbf223759, 0x30ff82509efe60f372c808efbf223759, 0xb26bbaba5d800d621bf352e7225e8025e1f9c53223b2eb56b19aaf39e14a7bc6, '', 0, '?'),
(0x87696429972c54e59f5311acc7f7e7ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mobile_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mobile_menu.php', 0, 0xc105a78415195840a8a08e9f5a609ec4, 0xc105a78415195840a8a08e9f5a609ec4, 0x71f7f9b9da3f3db24b258cd5926177789a341d361e723a8f9d8d96d10776e4e8, '', 0, '?'),
(0x8773a5dad153ddeb575db420e3aad801, 'wp-content/updraft/backup_2025-10-08-0325___90_c3c1c29d3d19-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-08-0325___90_c3c1c29d3d19-db.gz', 0, 0xc80df11fe421ce56510ce6a9b740cf88, 0xc80df11fe421ce56510ce6a9b740cf88, 0x4aa5f74182adb2c8ff44e794c5056522bc9fec9ba0fdd86c36d9e288799c878e, '', 0, '?'),
(0x877477e2c76ca9cdeef9792c1928e7bc, 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.ttf', 0, 0xb0441956d5ca3cc30ee7e7cca5680f0e, 0xb0441956d5ca3cc30ee7e7cca5680f0e, 0xc868c0049e10223751379a920321e8fcbc2cea5f1aa561ad8404f4be2d9da47b, '', 0, '?'),
(0x8777e4d53c01d515b98a18896fb20b9d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-tools.php', 0, 0x5d1d92d08050489f0eb7d358535cc705, 0x5d1d92d08050489f0eb7d358535cc705, 0x0f3e2a8cd98049a22fcfec8529f01a4cdb2f5c1ff1b0624082c93f6dcad041ba, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', '/home/abt90iranbet/public_html/wp-includes/ms-network.php', 1, 0x00000000000000000000000000000000, 0x35ed7eb0a22cd97c3aa5e491ba605d9a, 0x12d001f82890569c881e85f00eceb2a0d8bfbd3dc5f3abd5b21a5fa79617e579, '', 0, '?'),
(0x877c7be7101500794ba84d4cb4c9f5bd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', 1, 0x00000000000000000000000000000000, 0xb75dc0a36cbf242dd249b472ef32392e, 0x229db327120b47a5be03c6c8272fa151fdecfb261c96a59cfb0df7f43b2f9ace, '', 0, '?'),
(0x8786c905d6ecbdb4bbce29b949531fbc, 'wp-includes/Requests/src/Exception/Http/Status418.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status418.php', 1, 0x00000000000000000000000000000000, 0xfcace95082bef577b48e817535a46034, 0xff3290656e32cea4fd7d61260026e5d2a0ea14bf8f1d8fbb1df505235be3bd25, '', 0, '?'),
(0x878b39a3b70e925a7157e50ef849df61, 'wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php', 0, 0xb2bd9a4f4b98ffbcb4c2226958af0583, 0xb2bd9a4f4b98ffbcb4c2226958af0583, 0x8e96beed598b0d91fc405c516d616500b435a8d305a6be92a2ae9b899b7d2394, '', 0, '?'),
(0x878bb4686cc574a2a254d1fbb59e10d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1_no_content.php', 0, 0xe5d62bd4a5f3d6495f3e6640ae3fe32b, 0xe5d62bd4a5f3d6495f3e6640ae3fe32b, 0x94590d00e305253ddf4985d83e6b11b9f431d5ac4511519f6eb3e6de87470049, '', 0, '?'),
(0x878cc8b6c059ef11f80c43d616406412, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png', 0, 0xd1bfee4354d50394725727d4c16463b6, 0xd1bfee4354d50394725727d4c16463b6, 0xb8d7b080584819ae6a8518cef3be2719482adaae41c6c47c0b07420e536e67dc, '', 0, '?'),
(0x878e38717da1712858e9e3ba803d74bb, 'wp-content/updraft/log.a4d711d4aed7.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.a4d711d4aed7.txt', 0, 0x70e7a7e425c36e8239aecbd14337b6d2, 0x70e7a7e425c36e8239aecbd14337b6d2, 0x53a8afa828e8750bc3a314a6cd311f2796edc34ce5fcae357e0032f987ec1b20, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x878f1a25154f04b21148a9251270a2bf, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 1, 0x00000000000000000000000000000000, 0xf5025f2ec81740068b61c37014b20c94, 0x300466ab320246ff9e3dc86431524781d0d6f03719ace02f45d6edbd248cc7a2, '', 0, '?'),
(0x878f40408d08f06854feccc393bc7ca0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', 1, 0x00000000000000000000000000000000, 0x314571c88d698b3db7677de9f12a08bc, 0xfff24c23c8f33457afbcfb845fc92449ca36272355e7df6080bdbfe9ddd9fccc, '', 0, '?'),
(0x87956715924749c498a6164b3cb026c3, 'wp-content/plugins/td-standard-pack/Newspaper/td_deploy_mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/td_deploy_mode.php', 0, 0x710aec910a6dec94f2ea568e21fe1f48, 0x710aec910a6dec94f2ea568e21fe1f48, 0xc70fd3ab91ed1613d8feb91e201fd4142e531f57a20c9efbd0ef6c9945a27499, '', 0, '?'),
(0x87970a54d8ae3fec80746ae943de8e23, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php', 0, 0xd5743533cbef1a46ee325e79797ef603, 0xd5743533cbef1a46ee325e79797ef603, 0xc50180069532a7c229dfb94d70eaa2adf722f2714505485f8442a798b15c42e2, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', '/home/abt90iranbet/public_html/wp-content/wflogs/rules.php', 0, 0x8c51319e1bc50182ba26f87996c5a456, 0x8c51319e1bc50182ba26f87996c5a456, 0xf9da05b6d169b5d08b65d5ac59528b0cfa09a75b9e7a4c70b8aa864beb669c46, '', 0, '?'),
(0x879e922889548cc020ee7a096b99673b, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.mo', 0, 0xe8382dfb2964435d7a94c7d3edb77a99, 0xe8382dfb2964435d7a94c7d3edb77a99, 0xd9c4028bfccf7d4ce318fb76a9bc8d8da8d9874f5f361fdccad285b14c2057a7, '', 0, '?'),
(0x87a0edecd018745e13637a624b34edd9, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', 1, 0x00000000000000000000000000000000, 0xcb2d493806c8275ddb00c252058666ea, 0x6b051dd289d20b7290aed43b4ccadb2069e975f939259e72559abd63a376fecd, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x605f452d63225e074a4049a65cb8495b, 0x5be9b2823e6138ad631061e82fd58917bf536c5e661096cfd53b0f24dd680eaf, '', 0, '?'),
(0x87a75f506951885f51e3356deda46761, 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css', 1, 0x00000000000000000000000000000000, 0xfd56e325ea8a25cac421e3037d195f02, 0x5a4bb4cb85a9f658e2cd1b7b53579938ce450d06710b63d6e24997f524091ed6, '', 0, '?'),
(0x87a88d3649dfaf5acd78e59b260d1f58, 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg', 1, 0x00000000000000000000000000000000, 0xa0cee9d4668a6c9621e7d6619b9d0b5d, 0x281e9c9c2cf02aa9a02c3133bbbc3e89d4a2e12ad7e23f333dff106834115338, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', '/home/abt90iranbet/public_html/wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0x87adc838363f95838162b425f99760fd, 'wp-content/plugins/elementor/assets/css/widget-progress.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-progress.min.css', 1, 0x00000000000000000000000000000000, 0x8d28d087eeb7b5db164bcb8d22883c1d, 0x073aaa7127be9e9752c809612abd5f76ad3dedb7ffdb0b0986640005dd15888c, '', 0, '?'),
(0x87b065eca783843db8f6bcb045715824, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/star-thristle-flower.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/star-thristle-flower.webp', 0, 0x6565902ddc4e13e7eee2ab89e6ee453d, 0x6565902ddc4e13e7eee2ab89e6ee453d, 0x3caf39aec49a8a91f20c74ecd0b857364871e806da9e54c6697052b5b846e598, '', 0, '?'),
(0x87b5a20c598d911011bda27899faa451, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 1, 0x00000000000000000000000000000000, 0x9bf62f66e24879d36e73ff894a033327, 0xc9dc1f787ad42f45cd34f9a71a50b37349dfc76b3ad533d0c7f1a45d2f1816a1, '', 0, '?'),
(0x87b67f2d0fc482340db2d2a57e016f06, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php', 0, 0x36c85f6d7030efff5cb4ead34ca8c3f9, 0x36c85f6d7030efff5cb4ead34ca8c3f9, 0x330144f2e0829141b6f25034f9393ff6414d56b6509685c0064cd595ede304d9, '', 0, '?'),
(0x87bba969a4a7be8217998bc6f8ed5b7b, 'wp-content/plugins/updraftplus/images/icons/dreamobjects.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/dreamobjects.png', 1, 0x00000000000000000000000000000000, 0x62db39e689b747258332e4185eb6cc7e, 0x03cf2d27bbbf76d9c9886e3519f4d66b10969677d3e5aaffd45d23c6be56945b, '', 0, '?'),
(0x87bc83680bd91af6b25254ca7f369f8e, 'wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/single-product.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/single-product.php', 0, 0x61ef90b8752240016e227cac49a3d30c, 0x61ef90b8752240016e227cac49a3d30c, 0x9c24d5db0b2377b8dfe6d9aa3d6108c9b65673e0c25965e2cd671e0a05fdd403, '', 0, '?'),
(0x87bfdabb48190e49ea9377ab3e69edc3, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xc9eca1dbeada2bc0f3e8a71e82439bde, 0x5f3e92a928ee515597fd067a5ea861e89bc9aca4666a9d0510b2dbe36a1e6542, '', 0, '?'),
(0x87c031075fb14ee97081477edfed7de0, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Renderable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Renderable.php', 1, 0x00000000000000000000000000000000, 0xa3402e7b89f28bc68b481e3e6093342f, 0xd16dad00b562d20d98bdafaacfa6e0f2c1069ab5bd7f2fb32621694c2070b8fc, '', 0, '?'),
(0x87c0a3c3a31a7f27af4cf850eede4e87, 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointers.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-admin-pointers.php', 1, 0x00000000000000000000000000000000, 0x480532efa00dd7a67fd66b8692dabaef, 0xee23270f0a128ed8bad9f96d62af0c60cf19dddc917659f310d5c4a0cc26fad1, '', 0, '?'),
(0x87c45c90a55ed040502fe50a8c522794, 'wp-content/plugins/elementor/assets/js/admin-top-bar.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.js', 1, 0x00000000000000000000000000000000, 0x50450f2e131987aea029c3f440afe341, 0xac142d28a62cc9067b2c6f19f8653a3a066479e768186bbfeeaa4a7c888b5a5e, '', 0, '?'),
(0x87c55e945f6f09c17e4ea25c50888f1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', 1, 0x00000000000000000000000000000000, 0xc44f3a02043cc374b2ac4e1206570a74, 0x72bb9904392bd095d8e27266fb320e12b39bc085e3224364a8977749464244ee, '', 0, '?'),
(0x87c5ef0feec4a3cf16558a165dbd5196, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_4.php', 0, 0x8441dcdefe76bc10c7ff69d80d7662d4, 0x8441dcdefe76bc10c7ff69d80d7662d4, 0xc797fc200441d537f5750eab8ad886fc306b2d87bf2f560f980bf55ebb7d451e, '', 0, '?'),
(0x87c6047acb3830ec8f0e43ed9174bd03, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0x980cc546283b629c8b6903164dfb61a2, 0x0f7f47835b8f935f6c81b7ae8328c204f94f928d411527b8a91330b3445085d0, '', 0, '?'),
(0x87c63a2cc5d5670ea59e0a2a45ffeb1d, 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_5.php', 0, 0xf041f5dac92f2a220d5972ead994cbd7, 0xf041f5dac92f2a220d5972ead994cbd7, 0xe56f110c9bd8f0cc462923395dc5dda6effb4d482ae06586c5d101bb8ace76f0, '', 0, '?'),
(0x87ccff3d7ebf6643d3b8ddd0ea3bcba0, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 1, 0x00000000000000000000000000000000, 0x1d859b822b815c5adf2137b1a08a3037, 0x5cfe7294c4860eabc1a60914523a905f4f397890887218ca630ff53c81cf8576, '', 0, '?'),
(0x87cf381e298789d01b36ba76c5134121, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_4.php', 0, 0x4b8271abd431458d022ab69676c2c722, 0x4b8271abd431458d022ab69676c2c722, 0x91ce4e6b91c4f3b4791b80d7e7eeafacc152d9458a6a0d496ed45e89072d6b4c, '', 0, '?'),
(0x87d276c264e54549bf8f89bf7ce749c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', 1, 0x00000000000000000000000000000000, 0x02d96933ff02157326a98bff61911a77, 0x0ff59e4dda18384a6786d841b90da7ac60635935b67e3e2c456125f618f06f67, '', 0, '?'),
(0x87db344206db453473de5f87a1f958b7, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 1, 0x00000000000000000000000000000000, 0xb7fcd75fe361b087ef8ba24b57c282dd, 0x91c4266393e6457562538de7079b47f91743792c649d9c56618e11c0be180b39, '', 0, '?'),
(0x87e79f33f5380d127c2a4ef87c3dd295, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php', 1, 0x00000000000000000000000000000000, 0x9999ec1391466fd42455011b3e2c1c38, 0xe4969c6e7a0531f6f7f4f0e0d879126b76c204693441ea2f461c2e18fdad4d45, '', 0, '?'),
(0x87ece76f104c56c2dfdff0a816bb7716, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-storage.php', 1, 0x00000000000000000000000000000000, 0x8a0cfd99777d9da79b4c7a95f11a6988, 0xbf8da06661b33224a660c7874be9a13b9b7083b8ad223aff7df3ae3345536467, '', 0, '?'),
(0x87ed776d880f99b04eef475c6a91eb3a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', 1, 0x00000000000000000000000000000000, 0x58e1939ec9d9db75d7a596a5403a8ff9, 0x9e7c8ef120c0345df4441a246460c18e7149ee45d98a7d5b74b4f328de17c66f, '', 0, '?'),
(0x87f110526c5652bfd1aa409ef4aecca7, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json', 1, 0x00000000000000000000000000000000, 0x026896d99e178b39faa2ffa1e8cd6cff, 0x7b8cdc3af4d34071a01b85fb033fc83801ba55a15f8477ab78f679eea2dee998, '', 0, '?'),
(0x87f38a2acdc0c9ac7e837c178c24d7da, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 1, 0x00000000000000000000000000000000, 0x707691524755790d0966aec6f0fce3fe, 0xbc24b3febf8530fd8628d9f2ae70972c5f3b089825673d7202992a70dd25eb70, '', 0, '?'),
(0x87f605e8ed5bc1a88f98a18f1696211e, 'wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', 1, 0x00000000000000000000000000000000, 0x180e242cabc75884f7784ac273bf3712, 0x09ee13335fe8ebb343309689d550da89002a0beb4a53466facec2ca52697f3a6, '', 0, '?'),
(0x87f9d81f4854aac306591dba8da2b3bd, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-12.png', 0, 0x2f3f13679d68b271be166e6237a19a1e, 0x2f3f13679d68b271be166e6237a19a1e, 0x477495fa06cc47d8911f599156890a38f7bbc5cb1eadc48ad90eeb99df19d38e, '', 0, '?'),
(0x87fa23d93b4ec1456dba2b761b794a55, 'wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x5c48ffa730bf86c1943a588c5da5868c, 0x062e0d90cf1bb822cea25b173eb6371624adc705c5c5f64fb9b2f5e7b22f279e, '', 0, '?'),
(0x87fe1de97c4a6537411810a13f15701e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_1.php', 0, 0xfa031166371d1d01475acee472b8161a, 0xfa031166371d1d01475acee472b8161a, 0x669028524fd95873391f05cec0bb4a5fb2b3e31ad3cd190ca96a085549065c7c, '', 0, '?'),
(0x880234b39d9e8c32b27d4689c30864d3, 'wp-content/plugins/kk-star-ratings/src/core/actions/upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/upgrade.php', 1, 0x00000000000000000000000000000000, 0xb8c2425ec783af09888e853c1c6def1e, 0xb58dcf62701097b47c997e26d8c848e4aff15e62f5424bbd9396a56c4d5ee5ae, '', 0, '?'),
(0x88065aced4512b78c7ff72b6df30bdee, 'wp-includes/blocks/media-text/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor.css', 1, 0x00000000000000000000000000000000, 0x20d07fa289782622b8c47347af8c5dc1, 0x8fc7d8dcef37a9b06e9c142c69f0128fd8b8d342a2c9cc2f474a4fbdbfdfbf28, '', 0, '?'),
(0x8806ab301101132eace0c66b98765c63, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query.php', 0, 0x0fe815f056d3c2acf7a6be31103cdbd5, 0x0fe815f056d3c2acf7a6be31103cdbd5, 0xf40164a952e10330e1b276f74f5b2cdfef989e6eb9ff65de7e384008a453b4c0, '', 0, '?'),
(0x88092c3d3cb0cb0b731fe41b7390ee98, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_9.php', 0, 0xa32e0208548c1cf3722de17c9c104bce, 0xa32e0208548c1cf3722de17c9c104bce, 0xd3eb31cdc61166c921e4e9bfbb7d2e2cc448656652c1ee77b6635237b81a86f0, '', 0, '?'),
(0x880bbac641f3c493a01ebd9e43cac3c0, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/composer.json', 0, 0xd7270613fa19777931d0d2eddb562c89, 0xd7270613fa19777931d0d2eddb562c89, 0x5035288cdf1c2f7afd1cbfa87fc85b4e9831bf8c16014b46e4a112a6afca5709, '', 0, '?'),
(0x881340822e6d3c5c9d3f8ff1915fe568, 'wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', 1, 0x00000000000000000000000000000000, 0xaf3a4131017557959410ce89178ec281, 0xc671900a7ac65cd5961f02e4bb3e7592d58883ac49e8256860caf262d95453aa, '', 0, '?'),
(0x88159ba214eb509aad73994c15589a66, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', 1, 0x00000000000000000000000000000000, 0x737db2840897cc258775a7b608aa5431, 0xf537c2025328a956903a62d5b946f50478079f588bc5ecbd3c00d24d9ad8d62e, '', 0, '?'),
(0x881cf6ce232b5b41001105391ff1c5d9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-block.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-block.png', 0, 0x6134e2767e3ea9c6ec3a3829dcf9b290, 0x6134e2767e3ea9c6ec3a3829dcf9b290, 0x20b69c0c4f3be7c686d29d2bfac84fcfc1f72813fa4192343f9f39061c343608, '', 0, '?'),
(0x8822203641e9f8180b8f0b375ee448ad, 'wp-includes/blocks/cover/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style.min.css', 1, 0x00000000000000000000000000000000, 0x63572908f5c4f1b77ab8bfb90a43d92f, 0x8724fff6b8b1ccd6fe496f1d40d642c9743677d78016789dfb382bcc02a1fdfd, '', 0, '?'),
(0x8822697254d64ae1ccd4a656c7a2853d, 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/LICENSE', 0, 0x42463d89c79106c147853a0ac5f149cb, 0x42463d89c79106c147853a0ac5f149cb, 0x56edf0e9e5f2537d5c960ca30efb034b3c922bb9cfb5dd9c9a3fcf37d504878e, '', 0, '?'),
(0x882b5984019c3437969ee0ff327565dd, 'wp-content/plugins/elementor/core/utils/static-collection.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/static-collection.php', 1, 0x00000000000000000000000000000000, 0xa37efd6120ee018c99a1b3ec1647ec74, 0x3693068a7fd5435e10ce9f08fce0298eed19adb673dc89df9693ac9db8803f8e, '', 0, '?'),
(0x882eeb64c0ce4b1c294a1729aa55726f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_panel_settings.txt', 0, 0x2901868584699c71716f4b8e638a18e2, 0x2901868584699c71716f4b8e638a18e2, 0x10bbb791eedb1257aec42dbf579b66c61700242e06149260ef55962348e202d1, '', 0, '?'),
(0x882f0db65f21c571bdc954dbf2f8eaff, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 0, 0x9e324a915f0843fa95a0e9b36411eba5, 0x9e324a915f0843fa95a0e9b36411eba5, 0x7a10202da6a5782fcd17f7193b4f94f1eb3a8889a08f333239c731844fc5cba1, '', 0, '?'),
(0x8834cb068b5b3de5be1f8ea5a2488da3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', 0, 0x43125673b59879626fb833603e6a23d2, 0x43125673b59879626fb833603e6a23d2, 0x0c7741a82f657b7a77fdd4fe57269c09316f67ecd452b98cb2891d855d448ccf, '', 0, '?'),
(0x8835892b6ce283402d0a5de0a20896f9, 'wp-includes/js/dist/script-modules/interactivity-router/index.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.min.js', 1, 0x00000000000000000000000000000000, 0x91d26f0c5cc8825148e25609d09a2b79, 0x24949854a8b0a3f2065218c166a148537e8cb59951a6baf6d03aa92cd5e79138, '', 0, '?'),
(0x8836b7c450ee455636f521297067caf2, 'wp-content/plugins/disable-gutenberg/img/sun-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/img/sun-icon.png', 1, 0x00000000000000000000000000000000, 0x83b85f420688994eafedabbbd5eefdc7, 0xb9983b67a4d911ffcd620a1a48fe96df7eeb67ac23d759edf997e3592d95abf9, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', '/home/abt90iranbet/public_html/wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0x1377f4e60389d89f068b00810ac2c738, 0x186c27090add3c2054c61e3a2f55140731954f42a5bfdf4349c6edbb8877e262, '', 0, '?'),
(0x883bbf59d3d128f12e60fc2d3f468c93, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_8.php', 0, 0x099557501fe1d843a83991e12a55b80a, 0x099557501fe1d843a83991e12a55b80a, 0x279d08888042d8ff112bb5628dd50fc5daf90f546afb786afdb32438957c799a, '', 0, '?'),
(0x883d4f63f4ec4050b8d837713012a2a2, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_content.php', 0, 0xab77b171591412a67b0d680532a1c538, 0xab77b171591412a67b0d680532a1c538, 0x7b2072b7a6ce2a10e8bc3604ac6f98062924cc78c1d70660ee8b784405dcb392, '', 0, '?'),
(0x8841001332a13396c0539d16c74ab798, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_3.php', 0, 0xba34725303c9acffd1db3199bbb442b8, 0xba34725303c9acffd1db3199bbb442b8, 0x77111f4d15434700347fb0b043ab55091c8c599eb7bb579f274aacb03fd1de67, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', '/home/abt90iranbet/public_html/wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?'),
(0x885267e9c10e71ca053395ded1ce5620, 'wp-content/plugins/wordpress-seo-premium/src/addon-installer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/addon-installer.php', 0, 0x007623d3e53f79a44b5a10921219df4d, 0x007623d3e53f79a44b5a10921219df4d, 0xd62a91e2cba5ccd481f770b7db27e90309456804ba847b71c5ad366810d8b4c2, '', 0, '?'),
(0x885313bb15ce10d043d923f206ecef70, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_10.php', 0, 0x0b7a588ac15c19bfa85b8827ad031302, 0x0b7a588ac15c19bfa85b8827ad031302, 0x2a11d7604dfc15e824c4efcd991af69460845f427090488a186c0124c4669405, '', 0, '?'),
(0x885c3b633e0cf7767a59020060905bfa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/demo_style.css', 0, 0xf2170f0c8de30d463e9a8b6680893f2e, 0xf2170f0c8de30d463e9a8b6680893f2e, 0x7bbadf42f3403de9dcac1a7c77fe01f5667284feff147edeaa87d3e9f21da2bc, '', 0, '?'),
(0x885e1b4159207cacadb4b5070a0b62ae, 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-heading.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-heading.php', 0, 0x78266eee58b5ad5efcf91cf2a437dcc5, 0x78266eee58b5ad5efcf91cf2a437dcc5, 0xe5845f4296c9f44514cd3468cbfa7e8e8d7cfa234534b4da5b9605561e169431, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-post.js', 1, 0x00000000000000000000000000000000, 0x2127a0c281645631e9c258e6fa23d4be, 0x51c79323dcd2d953febc671a9ee191b4ad36904ef035ac263f297022fbddaf1d, '', 0, '?'),
(0x88623981b933ef2dbe3e6d1ed7e08170, 'wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js', 0, 0xbb5a21fe82300e06f5c087460b6cb565, 0xbb5a21fe82300e06f5c087460b6cb565, 0x0ebd94972ed2e045d77e16b5d3610a1aba719517f099210d244ba12da6998c06, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x88631a1f98ed96cf9e31b58333b7a17c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_panel_settings.txt', 0, 0xdb8d8dffdd8eca97a1a8191a74d88603, 0xdb8d8dffdd8eca97a1a8191a74d88603, 0x08a42bea57eded922a09ac0397dea11ae8c40285144dec5291fd09e463539ae4, '', 0, '?'),
(0x8863823737adbc2a4218993211f692d8, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', 1, 0x00000000000000000000000000000000, 0xa34b4cc93f301001abe9c00fba5db5c6, 0x4e38a92c2ee7daae6ca3a86fc95444ac98eed898527ce839b063cc7b9e3777f7, '', 0, '?'),
(0x886583e82bbd3367c5b0b3a15e2acb51, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.mo', 1, 0x00000000000000000000000000000000, 0xeb2eca6ba58867a9f633df30ee958318, 0x517470f8e2d8a377f4e99385e4719b0d3574fa77fa2d98a51cd179810f878c1c, '', 0, '?'),
(0x886964e85e2cbf34e4403d09a7fc398d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0xe26b6a84954af4eb37725f0ffa0c618e, 0x0c0a19c598459ae9f6ebde73a5c2eb9fa33b95f01b7685a9a513553a1b7f7201, '', 0, '?'),
(0x886a889aaebea73f51fb282177cb3f4f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_import.php', 0, 0x8fb59df6e0e1eafb2c7ceac2065419df, 0x8fb59df6e0e1eafb2c7ceac2065419df, 0x0128bc33a261362a83d52c756d85cf1f3ea1699291333e67f461e0b38191d97b, '', 0, '?'),
(0x88704b329686bc111f73295fce1f71c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_image_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_image_box.php', 0, 0xe7322a388bdb6ee927d30ca1321e7d54, 0xe7322a388bdb6ee927d30ca1321e7d54, 0xa1c55e06ea952e30709ce83b34671b7efbe705e44ee6b277a595a6ad18e90eac, '', 0, '?'),
(0x887589b4070b639824abc0fb174ae6fa, 'wp-content/plugins/elementor/assets/js/79d91b3af4aa6bc1c967.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/79d91b3af4aa6bc1c967.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2291dbc4268b7f5b68f254d5b8429ca3, 0x9a046926c13f3bdb7395c5debf7e53d3d992481cde5034d0e637f93a9c255d78, '', 0, '?'),
(0x8875ac8e1396713f636e7c00301a581b, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-de_DE.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-de_DE.json', 0, 0x9eb2d351756a30d57b636bd26fbb99ac, 0x9eb2d351756a30d57b636bd26fbb99ac, 0x544bef238f29da7139554c2d6718335c04567e2645e9d8b724af9f9525c0c98d, '', 0, '?'),
(0x88764186d4743276f12df4876b99fd3d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_5.php', 0, 0x9efb503fba538d86947d80f9de348ea0, 0x9efb503fba538d86947d80f9de348ea0, 0xc5808af74fbfef961af9c9cbb657cfed3c78fa76e5178186370657570df582a4, '', 0, '?'),
(0x8879d8478c2333d4e38600907ad3daa9, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php', 1, 0x00000000000000000000000000000000, 0xf0bb940bc68c358a530bf816a8f02aa9, 0xf087129f99dd52be2da6572dca250d9087f685a9d635ccbd477bb21d4c94cd1c, '', 0, '?'),
(0x887a08cea2dd5b3238ebee6bfb19010d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3_no_content.php', 0, 0x83ff555f4347d95e2decd6aa725bf548, 0x83ff555f4347d95e2decd6aa725bf548, 0x03ed1af10494d4c5e62fbd1661b97e1c41f9a4e8ab1315376965b7d4440d1279, '', 0, '?'),
(0x887e47ea92a68d57761d5f9eaba08f79, 'wp-content/plugins/elementor/modules/gutenberg/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php', 1, 0x00000000000000000000000000000000, 0xd4c10da1078b5ce5e55bc5e7a9632a07, 0xd1044bd459ecc1515f7eb9b08de2167c76cd8fc062874fff7d3bf10373d67995, '', 0, '?'),
(0x887ee463abb31beccf2a63e17b691d12, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', 1, 0x00000000000000000000000000000000, 0x1239208db609544424466769456e8319, 0x0ca8961e9e08a0f31bdf535da753862807056ec118b3e45a00e78102cab2b8a7, '', 0, '?'),
(0x8889a387e72d6968132da5e81f5fd8ce, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', 0, 0xd90ae34b15068454bac7e51ee81f71c2, 0xd90ae34b15068454bac7e51ee81f71c2, 0x723fe59b737761f105225d8676b3651a1bc59b656ccdf888da880642f777c079, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', '/home/abt90iranbet/public_html/wp-includes/js/backbone.js', 1, 0x00000000000000000000000000000000, 0xddc851aaace75f11a91f1db004b0299f, 0xea80a00b3df1919e92c03d1c1da016dcab90c481ba0245d1df918ce5dd71fa16, '', 0, '?'),
(0x888b1d781c4c7a1c7efb62f150081f9f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_3.php', 0, 0x50c49d1b727f5985e3daf63e745c8eb5, 0x50c49d1b727f5985e3daf63e745c8eb5, 0x0d4497e1ebc2e27c8b12033a0b3385d689f65850035d8ef1328470d6c0bff5f6, '', 0, '?'),
(0x888eff332e15d81a8d3dcf6b075f389a, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 1, 0x00000000000000000000000000000000, 0x3b4a70b36c1405ceeef7b762c0371ce4, 0xd0c37fe1c26731aacbfae154f6344250a723e06c9b6cc92ed5c703f1634c450e, '', 0, '?'),
(0x888f398377b63c0778afd6d5e5efc9b4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', 0, 0xe98e979559b317e152bb8192d3317a75, 0xe98e979559b317e152bb8192d3317a75, 0x416ee9604b7b6acd4b34cdba3fce94b35106c293bc139b54c0852667566cdf9b, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0x8bd750af42411bec15d32c09dc856cd4, 0x6fd5d26bd5b4cb8e486963cd9e47df984cc8fc6a068360065793274d325cc0b4, '', 0, '?'),
(0x88925a6c3609792f5b4e28a02d25bf61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6_no_content.php', 0, 0x71b30535ca5a1148929a62a8dd043d03, 0x71b30535ca5a1148929a62a8dd043d03, 0xa62b7ebb958929a62c3cb1d43936c26814f159b0a95c16f1d1c7e8448351d7cc, '', 0, '?'),
(0x889723ca11646c7c074dec995352c999, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0xf3f0069886fbfa04725908b82d17b891, 0xbae49de0dc0efc53bfafe0f1df09a17b6f0fb035df0b83c05691127a2d8516ac, '', 0, '?'),
(0x889bfa1dcb42b12b867900789561b624, 'wp-includes/blocks/table/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd92add14b11c9186b7c8042756936d9e, 0xabfef201cd429f1cee4ff08797d4079511f426a6dd27cc6f31495979be062544, '', 0, '?'),
(0x889ca29c85552e9d7f382043e52966f4, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php', 0, 0xb67b1bca56546981ce3a7b5c4425f6d1, 0xb67b1bca56546981ce3a7b5c4425f6d1, 0x109d082a2da19096d205686b339942de6b59a3b2ef4cd45debb3dc5dbc6dba9e, '', 0, '?'),
(0x889cf8fe6a169e94fadbc6de4075cccb, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', 1, 0x00000000000000000000000000000000, 0x74d49e42b8de93aa1072dc3712800619, 0xdc4bd1c4b11c5c3ade2e5853caa0456d8c6ef90a9e00a0c16b825c89b2235af7, '', 0, '?'),
(0x889d8c42f67fa006b3c4da197f39e90d, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js', 1, 0x00000000000000000000000000000000, 0x295ffabc24c48e61e925d815260aa9dc, 0x2e37e4f1bd0bd8e8e2e4f18905dcdc173a79325fcb890c048119fbd44251b25d, '', 0, '?'),
(0x889e9891d470e08efa9b41bf7a0e3177, 'wp-includes/blocks/navigation/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x668b911520edc0a158deca5f17054ca4, 0x87aeb548257e48e820590041d4821747a1dd39ffa0d5c2a226ded3992c0846a4, '', 0, '?'),
(0x88a14b6ba966f567ff12e754a4239456, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0x148a65729b02c9788787107c3263bdd3, 0x9af7cb0fd22e43b9bf401c32889d50d663d69c825e6e0a9427122d0587765b7e, '', 0, '?'),
(0x88a6f99fe0fde0c1649bb67d5497c122, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', 1, 0x00000000000000000000000000000000, 0x73357332e3008ecf5723353bdd47426a, 0x3b50b3dad9dc6d83ed9e13ec5cd9dd39cccc9b7ce4603c54e77253affe21309e, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x88ad3def16a04a4a7b1942cea4ab210d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', 0, 0xa67e3f58040366a2330b89794e6b9996, 0xa67e3f58040366a2330b89794e6b9996, 0xba03e62882c9f722273f63467adb36962e3e92c9e9f22fe30f04a653d031787e, '', 0, '?'),
(0x88ad40f3359c5e659a1423b225fe8483, 'wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php', 0, 0x7f268aa312bb8a6a105ce33351d9961c, 0x7f268aa312bb8a6a105ce33351d9961c, 0x889e314f73db7dae02e532a16c0ddebb8926dfac451fc359cfd6db3856830bf6, '', 0, '?'),
(0x88bb19ad48d4f1e3ba68242a38a417b4, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_real.php', 0, 0x89c873fb9432688bf37bae0adb6a87c9, 0x89c873fb9432688bf37bae0adb6a87c9, 0xd0c9419370699ecc5b528e960a4a6d047edd8bf1445faf9655dcdbd681bee447, '', 0, '?'),
(0x88bbc767931995dd5b7aebb400ceae9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 1, 0x00000000000000000000000000000000, 0x8581dda42965a4e08f26b4765734c00b, 0x5d5aaaee2a57d2214f658b48d27638cd616cf9c9fb7cfa0d0bc93330969510f5, '', 0, '?'),
(0x88bd90becc97d159ea119fd2f46ad431, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', 1, 0x00000000000000000000000000000000, 0xa092f64afd4e7073b97225e7afcd52b2, 0xeccc2fdff7f3fb791a26e5ad11000a440172200fe45008b41e0b3e3e55419164, '', 0, '?'),
(0x88bf4c08ae1cd55f1389f4d9ae944fa2, 'wp-content/plugins/kk-star-ratings/src/core/functions/script_migrations.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/script_migrations.php', 1, 0x00000000000000000000000000000000, 0x137d798a0668b06ec220b977a02f7406, 0x7d2d2a72c5ca2f01f884a0aa7b76fa5bd84432f9321ac3fa7422e3b3582c2eb5, '', 0, '?'),
(0x88c4c2114c34efc86e0ab3d0ad0236a2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_10.php', 0, 0xc6766e0a78ee456c2314e7240543195a, 0xc6766e0a78ee456c2314e7240543195a, 0x67ab08ebba89286aa4aa8068ed54076fec2209a66a24d64572efd43ff201895c, '', 0, '?'),
(0x88d211e8842884e0c279bb4b72396f3c, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-options.php', 1, 0x00000000000000000000000000000000, 0xfd471a1252456b26d56db26691a3c576, 0xd627fb4c4d5a1c418db114de46c7ec63a3e5f679c7a7af8826f3381d47db113a, '', 0, '?'),
(0x88d2e8112b59b756ec406af604dd4a58, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-widget.php', 0, 0xa8d5ffc355719009131686ce778abc91, 0xa8d5ffc355719009131686ce778abc91, 0x852adf499107595803187cd488c58278494b766d8bba09290414ada433391423, '', 0, '?'),
(0x88d5e1c3b966af8070b5d82801a95c7d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_import.php', 0, 0xafbecd459017fde166eccf5c22d9dbcf, 0xafbecd459017fde166eccf5c22d9dbcf, 0xe72eae63b0d7bab81af1ddf53d7ad6dcf4ad52ccff342a383efd1b99cc5870cd, '', 0, '?'),
(0x88d8b98d9c8808cdbf11c3e766647c68, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 0, 0x3ec788adbb0519a92243e569789cfcb9, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0x88da43528e77f99542171953459c06bb, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.js', 1, 0x00000000000000000000000000000000, 0x5de9a1527abf74ec30c3551a7a0e5599, 0x308ada2892a56673b5cc2be06c9d1291b7bb9c2da77d9f20e7e470f20b6fe8fa, '', 0, '?'),
(0x88dfaa784be55052d7f9a13c644d750f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_2.php', 0, 0x7619c710ef7f0dbe07fac7a1ccee7fa8, 0x7619c710ef7f0dbe07fac7a1ccee7fa8, 0x4002fe739e7b733d3c12b9e0eca46a3ba7d1ac4b34754f64d426a58ac890ce6b, '', 0, '?'),
(0x88e07facd447f9b8e02b8329470beb73, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css', 0, 0x7ba70875b322031aabe8bcfc25a92713, 0x7ba70875b322031aabe8bcfc25a92713, 0xa4dab49e67ea20612e1ec6f75dc81a5ed558a281b4a6446312c933223c5d2850, '', 0, '?'),
(0x88e6c8a3aacb95161c01a912c5c3760c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json', 1, 0x00000000000000000000000000000000, 0x2ebd37b7a54e3fbb67b00c4b7f0d7d5c, 0x89a6e9813adee906e77119fd622196d8d84a2c5cacebc5f2e379baa2817c2a31, '', 0, '?'),
(0x88eb0c61a62cc1e1db7466c18103298f, 'wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4924318cb2bdb4724c75aeac7a7be35a, 0x34c3623f9a5d394b6d6bf7235fc61faa560a0df8f4cf7725a4efc42476765e70, '', 0, '?'),
(0x88ed5c2d5ca3aa668274e5b44b449a73, 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 1, 0x00000000000000000000000000000000, 0x8703055d984e56b4de4b0c2eb67e295f, 0x1e22643ea9875b6a1bbe021307d169157f76b8a8d68db3f10c2c30a2ab090d31, '', 0, '?'),
(0x88ee269310eedf634e58142ea178715a, 'wp-content/plugins/elementor/data/base/processor/before.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/processor/before.php', 1, 0x00000000000000000000000000000000, 0x2de41c9b0ab246058d40f9df9b53d54d, 0x8ad34ae7140cf3b09008061e1bb850789303cace447c38947b590a0bb8677689, '', 0, '?'),
(0x88ef6c4bc755cb08122194ac984120b1, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', 0, 0x9c427d36afe4ba4bbb01eaf97e9be053, 0x9c427d36afe4ba4bbb01eaf97e9be053, 0x8945ac6d3a1a2b6367c9d82a90f969a3891bd6639e9cd11082b44e79efd84c52, '', 0, '?'),
(0x88f000defe2f9151d01868fbfe001be8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2.php', 0, 0xf4fb6fa6e14308447e83ac958e0683da, 0xf4fb6fa6e14308447e83ac958e0683da, 0x3a4c211b16107a34d7fdc37f66576e1015ce04ac28dc8b7cbdfbad027eb6a57e, '', 0, '?'),
(0x88f0147794c1692eb977be284d3b3044, 'wp-content/plugins/akismet/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/.htaccess', 1, 0x00000000000000000000000000000000, 0xa6ff44d62d1e5086e8348c586288310d, 0x683ff7cf9e54fb524f48885847039b36bc9681e9ca546043d3ac7f181b971c03, '', 0, '?'),
(0x88f8676050f473f989a5101403908bdc, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php', 0, 0x00e7887ce42f8c7ca3c10c24d198c8b1, 0x00e7887ce42f8c7ca3c10c24d198c8b1, 0x08f82ccabb57ab54ffa4902eb7f1ecfbd9cc53e48ce4073314a810650b17203b, '', 0, '?'),
(0x88f9608ba3195a6318093409d8da2d3d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 0, 0x492689e6ae80219b1621cf542e22a290, 0x492689e6ae80219b1621cf542e22a290, 0x8c91db78e2f3a207a692426603675155082fe065720fa355da556b9d97dd6f38, '', 0, '?'),
(0x88fa397bebaaecfd40e82ce61c2ca740, 'wp-content/plugins/amp/includes/embeds/class-amp-wordpress-tv-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-wordpress-tv-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x9123ae9e718d1948d89b849e9fe23c20, 0x2324a692a6b557b686afce59c0cc2f42244434b5514c39bb8b1ac183af082ae6, '', 0, '?'),
(0x88fa66d80b77a0842131a944294b9ce1, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 1, 0x00000000000000000000000000000000, 0x3fdff31aa810ab0bc9ec45b42df4842e, 0xeea781f6d72b0f6e1c97072c96e39adf1aa60a259b6cd15a86c181c0d65c9ac1, '', 0, '?'),
(0x88fb62131bdc262364dd56f19eb4a68b, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_progress_bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_progress_bar.php', 0, 0x94af102c0676e38fbad55691265a6aae, 0x94af102c0676e38fbad55691265a6aae, 0xaae8ee9259fd36926674c7d1ea5657197b92d17eec72fdd3ef85d8633d484a4f, '', 0, '?'),
(0x88fd9cb30cbdc6063d6e3210b9fd0df1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', 1, 0x00000000000000000000000000000000, 0x308b516bffb9b86ead810a0090e8157e, 0xdab62d5b43192e3aded0581161c06b38dd6263adca8ed11dce1142d942dc0280, '', 0, '?'),
(0x89034b176d29fe2663cc379039218261, 'wp-content/plugins/wordpress-seo/lib/migrations/column.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 1, 0x00000000000000000000000000000000, 0xa460d9605f5e3eebbbaa16d3bc3fd3e6, 0xe5f1d5153fc33e1762ac4a4004d471869e477addfb8e7ed384d5e2759da661dd, '', 0, '?'),
(0x890ab9476902828b058d6b92d74f4188, 'wp-content/plugins/elementor/modules/editor-events/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/editor-events/module.php', 1, 0x00000000000000000000000000000000, 0x2d488fa2113093e34e31394b4427c760, 0x434fc6e747826512203baf0292fcc991adabadde9a457e315efe0581012a7479, '', 0, '?'),
(0x890e53c959306180b055310eade5a75e, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x8911364c280adebbc4070020beb7607f, 'wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css', 1, 0x00000000000000000000000000000000, 0x828a9fe6e0d92027ef15bf1c6699f672, 0xa35a076baf48922d8eeb0e8972671c4e442d1c3e50f01b726ad4d61e249566b5, '', 0, '?'),
(0x891276b6cda4cd9eb13d622e0cc664f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_css_generator_demo.php', 0, 0x1dcd36d7212044d808191948efe61467, 0x1dcd36d7212044d808191948efe61467, 0x9b7606f4e55cc4d550b58e912d825770c71aade0f50cc841a9c980779e131a86, '', 0, '?'),
(0x89144dfb41a5a7f55cbeb7cd7c21c6c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_6.php', 0, 0x146ede22cd0af74485cfaa4d171f4b8d, 0x146ede22cd0af74485cfaa4d171f4b8d, 0x1501cbfaa9c3627064fcb9bc89b4999a80c2895b8de3105666551373b2048170, '', 0, '?'),
(0x891452821b34cdc1ae5aee75c924f8f2, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPDismissOption.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPDismissOption.php', 0, 0xba3cbb79e120f780bebd05a96b81b44c, 0xba3cbb79e120f780bebd05a96b81b44c, 0x565d449e7ff7e639619258012c704c5da8c25a3e5c64a8c542d5fa09a1b13d92, '', 0, '?'),
(0x8914a73c57426ba9df4f126aebbdef6a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_7.php', 0, 0xa1f4f36dd4ed181ced75ed2d94fdd00e, 0xa1f4f36dd4ed181ced75ed2d94fdd00e, 0xa9225a21d443b6d44a2b7cf07d03dcfb1c3c8f2590b1c2a726089ec9e4652a73, '', 0, '?'),
(0x8915a14802bb91bf483cc91972764aad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2.php', 0, 0xe6a80767960cfc84f32aafb1c2649f74, 0xe6a80767960cfc84f32aafb1c2649f74, 0x0a7cebdbc0794b8758c0413bcc08c6a0dd269f6a61f4c0a80c7941b9bcaaa084, '', 0, '?'),
(0x891c4863bf039553d6f90e9393508411, 'wp-content/plugins/wps-hide-login/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xa2a316327cbc0215c0f2107150d51180, 0xac6b1ee632a9aa68cb2408732ba2c454ae470068659ef9ee0a26d248c3c03293, '', 0, '?'),
(0x891c5b9504bc717cb14f29303cf9aef9, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0xc74df5b14c4d7423378f89a318b91718, 0x4529d36961fb2e55b52b6ad2bf1241c7b2347651767852bba19ff362eb18d118, '', 0, '?'),
(0x891cbdb495a9a1a9c525893fabb7b06e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-8.png', 0, 0x7e8c57e6ea5069327113ada39daf3dce, 0x7e8c57e6ea5069327113ada39daf3dce, 0xf95923b5836e9c09a2afddb94fa104ea853aa78f3601c3c9cc08e5dbf1e2601a, '', 0, '?'),
(0x891f472b412c0e5ec076bd81eb7a9f00, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php', 0, 0xef5d0d49fc9e7240749daff30f51bcf3, 0xef5d0d49fc9e7240749daff30f51bcf3, 0xcafd82157f90924d7b708ec6325861c66b6de86b1091be1d3de1b13d52aa368a, '', 0, '?'),
(0x892020eaea67b6b2d7dc25e7141b219e, 'wp-includes/blocks/site-logo.php', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo.php', 1, 0x00000000000000000000000000000000, 0xb1cca38f2be53add25330595392e95f5, 0x685978d2472e704fd3ff87db952efa0e8d6669bb96186e7e0875e0f239b8b9a7, '', 0, '?'),
(0x8920a6263ff1bb9e46a05a6945b94f64, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 1, 0x00000000000000000000000000000000, 0xd96cbf712ce97dd52b43fb5191107a7f, 0xd3e3d3f9330a11758c21fff7fc737af77645f59cde368d80f361aadb304bd919, '', 0, '?'),
(0x8926a79604ebba7a7b197461434887fe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_6.php', 0, 0x11ff75e4c832026ef9cab4ba854a2613, 0x11ff75e4c832026ef9cab4ba854a2613, 0x929724f2d7264438dbe5df543b77bd38d277c0e39b3f2b1e6fff802a446e2427, '', 0, '?'),
(0x892e4f866772cd21eb560026c1d99840, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/flower-meadow-square.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/flower-meadow-square.webp', 0, 0x4a0190b2622efebab9323e2414697029, 0x4a0190b2622efebab9323e2414697029, 0x5f38e242b3841d76207f4670f9307ca756768f29b4040146f89ea3cd9a7c01d7, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x8f2b249fbc403382fda86687a981952b, 0x4164f4cbed463a14047118664f2c21d19387ff26443643ce818349012ce7dd1b, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', '/home/abt90iranbet/public_html/wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x1466fb7d3f7b47f603e16ae1654769af, 0x656790a276f8dd1afe78a5b7218337341782089046ce0ac410838c911bdd44e2, '', 0, '?'),
(0x893a1ffb471ddede7fc1ec6f8714cb0f, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x893e9c0a382e6fef225017751d4a8d98, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9.php', 0, 0xe4241d6f2d3aea82a673b8006d55f91b, 0xe4241d6f2d3aea82a673b8006d55f91b, 0x87942908f578017166e8e5befdd2151ac4dfd108d345f7bc2c4bc840203bb8f7, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0xe299006b8f92459f2ed09af3a0146123, 0x0420022c88773e4d963f25392c07a648149262c7c5dacfd7a51d2af0fcba27a5, '', 0, '?'),
(0x894fcb86c84962e7fcfc3bace14c0270, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_panel_settings.txt', 0, 0xac17ad778d0af7d054967a0b74957686, 0xac17ad778d0af7d054967a0b74957686, 0x2b9430b88e18e13708d49c8103bf5a5d16a48ee407b00f2ca07d226910a4e226, '', 0, '?'),
(0x89551a7b86e315ae27468f78b1c8cca1, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js', 0, 0x2b3a6d1c0c1cc1f4ca173aa7c1645bdb, 0x2b3a6d1c0c1cc1f4ca173aa7c1645bdb, 0xb3a6f79444554a793d2fd15d039ba3f540f07b4761b6efa0691289e956073f6e, '', 0, '?'),
(0x89573467c64c6f1668cc0e9e6a125aa0, 'wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.mo', 0, 0xd96963366f37ac1e315ddf66715363cd, 0xd96963366f37ac1e315ddf66715363cd, 0x31652c5f19f697a246142d2bd496646cd7ebfecd04c7a8ad1bf0312cf3a923c5, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2d2a99c93a05905a2add323c17c7c1a4, 0x22ea37d5b8957a1cc4ad8414ae451fdb2d4611d6d0c51889b0201c4615660d30, '', 0, '?'),
(0x8958380486df1fb6b3518e879677862c, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', 0, 0xe581e296399b16dae69773b97feb6059, 0xe581e296399b16dae69773b97feb6059, 0x616a0327694da886743837e03e806400e3e5881203b0c5359f8f40569e39ae9c, '', 0, '?'),
(0x895d31189a2ae714e02cbc7580e9f3a5, 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/02-subtitle.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/02-subtitle.json', 0, 0xb4eaa69c7e461632d6ab127bbf283809, 0xb4eaa69c7e461632d6ab127bbf283809, 0x2f5a06ff848203827e8ef021cf5eb019c288802661b11c1e0d5f50d36e8fc961, '', 0, '?'),
(0x895f0e039e20a58836549891fe4e473f, 'wp-includes/blocks/search/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/style.min.css', 1, 0x00000000000000000000000000000000, 0x37eb97aace5f5a5ac0d9757f504f2ee6, 0x880c6b99b5d6c4728e5a163184457847212ee4e9b67e049523caed1f743d08cd, '', 0, '?'),
(0x896012db6fc019ed2e5153178ceb6081, 'wp-includes/blocks/image/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme.css', 1, 0x00000000000000000000000000000000, 0xfb1b0f8b146b05087ed7dcf842301599, 0xfeb1579edfa48d25acf0b86db764d91bba44c205272e5d5bf71ad485633cedcf, '', 0, '?'),
(0x8964f196c6f1a0ac043328ea0687fb95, 'wp-includes/sodium_compat/src/Core/AES/KeySchedule.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/KeySchedule.php', 1, 0x00000000000000000000000000000000, 0x8c4e862cc39fb413f5a656a483790dd1, 0xd3c9e3efbb20b761b28a49d55936f5ca1563e073e90152d0fb2bcc64d0b8f359, '', 0, '?'),
(0x896852f51f1a13b975ec42a08abd0c80, 'wp-content/themes/twentytwentythree/styles/pilgrimage.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/pilgrimage.json', 1, 0x00000000000000000000000000000000, 0x4a7a37ce9bb76e36f67b66fb5b6c8a26, 0x0091e782491e258be0f5871eaa2e213443f353a05b25ed4f7bea3f5181bcb72c, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', '/home/abt90iranbet/public_html/wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xf2376cddde3ad8a43dd9e329812ed458, 0x1b1f9e47ec3b601cf313391a22807eebb4d2fed4fe6a9a7a1f06815324ded895, '', 0, '?'),
(0x8970f5a3ccdf4198ab3f408a58c21b8d, 'wp-content/plugins/wp-rocket/inc/domain-mapping.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/domain-mapping.php', 0, 0x62c6e4d4916dc3b468720fd337e96936, 0x62c6e4d4916dc3b468720fd337e96936, 0x29fa131f63d716b917e6af891acd3b788f52db0a14629f64a8b4084e59ddb140, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x7b8682ba7f493efa9d5fe6c0408722da, 0x02f4498f30d94c00e914d50d2707827df7f5676091b77a205f28c1f2e0fb2519, '', 0, '?'),
(0x898b8137367b2026f4b67e9b9b6c6705, 'wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po', 1, 0x00000000000000000000000000000000, 0xf03ead89601c97feea60adca479c6d0f, 0xe16164776c96b8d377aa118fe789d70a187a796ce64e8e6738554b14492953a1, '', 0, '?'),
(0x898b9420c65d110fe08ad4fc0d621538, 'wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', 1, 0x00000000000000000000000000000000, 0xc15071348d2ff3ad0f2d95bf5355d964, 0x721536917f0fbb2b2cbff7263656d089d44733fcb8748018beab3a923929548e, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x98f903a6ac62f04bcb5cd1fd279a8c7a, 0xcf765437888b55c7ca4a00ff82bcd5ebab238cd7429d3e6082d05c6d3396e6af, '', 0, '?'),
(0x8993762711d9a35b755a6e07405d9e81, 'wp-content/plugins/td-composer/assets/less_front/menu_admin_bar.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/less_front/menu_admin_bar.less', 0, 0x6dd09f4a77353d1041a088cdd7821699, 0x6dd09f4a77353d1041a088cdd7821699, 0x638ebf15ef6ddc8ba16296227cb7f1e876b428b5b518941f6f6fdef7c51bf5aa, '', 0, '?'),
(0x899819bb83f56e4a2d32a0aa9c3557c2, 'wp-includes/blocks/rss/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x024494aecc87dc43916b351398ab3122, 0x3aa6bc86419b3bb4cbef26fbd3baded5d05be432cc3941298c803ca210613493, '', 0, '?'),
(0x899cadc9d0fa3dc778f6249bdc9e8cda, 'wp-content/plugins/poka-review/public/scss/_mixins.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_mixins.scss', 0, 0xa6984bbf09d74677382f0c2804276286, 0xa6984bbf09d74677382f0c2804276286, 0x4baf0e3d400bab7daa164ac45c883de636434be6b27f8ab5ac2f785b6e3009cd, '', 0, '?'),
(0x899e03530fdad6b8626b86a60e373b78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_9.php', 0, 0x65ff37daabb959297e7177e66f6b73ce, 0x65ff37daabb959297e7177e66f6b73ce, 0xf94498eec0bfc8672c998f7589cabbf30ae8cfc53e60e75845f7a334406b5060, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0xd35f70fbefc72976371b2dbd3cd045c5, 0x5798470366f66da95fda7a86df3ae4e5378fed38ef3fe924ff86199df6ba0c4a, '', 0, '?'),
(0x89aebfbc9c9147884714fda093ec6122, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0xbcfc142a4d5d596e4d04245ec3b922b7, 0x1285c0e1cf90cc4e1081d7cb066f854b7451ab56a0abab0d33a82dd8f379d92d, '', 0, '?'),
(0x89b12504b39b0f20fa634efb59718cad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_10.php', 0, 0x98d34565d6682f54608bb31e7dc21a88, 0x98d34565d6682f54608bb31e7dc21a88, 0x9b50d718359dad4128b0573b68a3fe76db6c95f8a32da9521fc34abb9142e38c, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x73dc1bc1fa6951fdad24df678a854672, 0xc84dc73dd2631e53a7e17e5b0de53cec2919c79694334f7bf178dabe00967f77, '', 0, '?'),
(0x89baaf183b009477b8708abf53b3dae2, 'wp-content/updraft/plugins-old/akismet/views/enter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/enter.php', 0, 0x2c95d97da412fe017c87dd82e6d8836d, 0x2c95d97da412fe017c87dd82e6d8836d, 0x2477a6e27ec9c59174942d20fb50169f88cffa9bf0456c467f7f898458c9f4ff, '', 0, '?'),
(0x89bb72d2312cb2b60ecf643575faac1e, 'wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite1.php', 0, 0x945ca4d4c0033d890a517c2a750e5a91, 0x945ca4d4c0033d890a517c2a750e5a91, 0x564787331fae07108cca5a99f0e3e7c5e48e499a5988dd292d86b25a697967b2, '', 0, '?'),
(0x89bc13d426c93e50be8eb8864a8883c4, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/tourist-and-building.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/tourist-and-building.webp', 0, 0x7d03dae46404d16f0ee5b13cb3794a29, 0x7d03dae46404d16f0ee5b13cb3794a29, 0x5b7ac5f1c6c9b5f687e1d357da0237a4477eb465bb2bb57370a34339bb9b0c1a, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0xcc59948c75d8759d9a2009e332af9b95, 0xa15cabe309b175a5659b54011dd9160d76eb02ab6ae021d2b31137520f86adb8, '', 0, '?'),
(0x89bd02e10e573a0f3fbc9fdfeb53e4f2, 'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php', 0, 0x49d861ac6f39633c12250170049866a8, 0x49d861ac6f39633c12250170049866a8, 0x51dce6c1de420039e6afc07406c3c3bd2c62724921c2a5b67ca89e40c0a7dd20, '', 0, '?'),
(0x89c1d556be20d675e5b82cc0ba9a8081, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_10.php', 0, 0x63a4546258f5e8d08135770bb6b48f65, 0x63a4546258f5e8d08135770bb6b48f65, 0xef95568226399a53b7c19eab718de188dd14be42a2d328d143f9e5f069f123c2, '', 0, '?'),
(0x89c415146113462d2f25120d6113cbea, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php', 0, 0x878814159562454d6cc9fe3a46a13e8f, 0x878814159562454d6cc9fe3a46a13e8f, 0x365676082b8facb280b327e486195a0db50f0af10515cf6c14eeaba04af7cba5, '', 0, '?'),
(0x89c4d80d8bada5c2dbb7cead90cb8233, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/man-in-hat.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/man-in-hat.webp', 0, 0xedad43aaf0a7059ce24b9948139fd770, 0xedad43aaf0a7059ce24b9948139fd770, 0x01d00f1c132aa8575d12ad8c45e65e8398517374156fb31d96d41015e741e16e, '', 0, '?'),
(0x89c55f209855b168bbe5f2362c70937e, 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 1, 0x00000000000000000000000000000000, 0x29060acd7fce319e0305702223e5f115, 0x3cf307d16c4582d054df6c9b7ffe0c05cbee626a81d684e7af8f4b5d59f2a0dc, '', 0, '?'),
(0x89c5d8a8e80b673e2f5aecbd72adadbd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_7.php', 0, 0x0c638ff45cb395310084f6cb19aea418, 0x0c638ff45cb395310084f6cb19aea418, 0x1a2f726c185eac545820aa9a7f83ff8c5c862d49191746a5c5aaeba18f32a023, '', 0, '?'),
(0x89c6a116c3337341c44a893f8cfc5e5e, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xbe6cff2eb4147f9a28eb4b917051d9f0, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x89cb634b3d122ae14749379a1585218f, 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x2073cec39c6b87284a4f554ffd231935, 0xc2b68b4cde8ddc50a7d084fe9febecf69a5266b823fa9f5ed5677230b4d0df44, '', 0, '?'),
(0x89cd6d6c17fdf647404718b1a635b03a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', 0, 0xae5659dc3c9e8b941f53c17b6c93f431, 0xae5659dc3c9e8b941f53c17b6c93f431, 0x474c64350c75e9503d48c37a7d9a47dd8d6e2364d68e073f4be4a7d088ee45e2, '', 0, '?'),
(0x89cee89d3d0925e835ee3ed22c4f7eb8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2_no_content.php', 0, 0x2aebb5cdbef76160545d07667ba60ea1, 0x2aebb5cdbef76160545d07667ba60ea1, 0xa97b24a2b31edea17bd556ff6a53ef67da86c3fafedf4532c78d61660e3f7835, '', 0, '?'),
(0x89d0662abcf012d5884ffe5cc1ecfe5e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_7.php', 0, 0x919a8736479b226934e9b2c3ff1c1909, 0x919a8736479b226934e9b2c3ff1c1909, 0x762976156caeae609896908c5a7f72d1bed84c5850fd6c350425e680a7ab7a40, '', 0, '?'),
(0x89d200413c7a8550b34d3f9bb366ee19, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.po', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.po', 1, 0x00000000000000000000000000000000, 0xb5d6b76fd538ddb035be3cb76aa8f280, 0x6f7584be888bed0d3cfe51d0a3b799f3225e18175f9c164876a50b52a41b72b2, '', 0, '?'),
(0x89d53528c6b36e3bd38e6d8c41af251a, 'wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl', 1, 0x00000000000000000000000000000000, 0x778a02fcee1c33df6bdf9a1d948ce5f8, 0x184b61b8b45ffb8a5d1970f276e7cfa92d60f4b1c6b8082b56d019596c571097, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x8d45dcd1ff1b796b30ed31dc701f6435, 0x21b514885651dc73632e634d9d8f0fc3b695bbbca03e535b8893f76bc0e1c7c3, '', 0, '?'),
(0x89d5c345a5e6769d5470f544947c21bb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3_no_content.php', 0, 0xf3340ad74e725cf5e08938766a8878f8, 0xf3340ad74e725cf5e08938766a8878f8, 0x0a37d8d661ca82c98d8780f1323c0fb0c19ac14459c165217816618d2319af83, '', 0, '?'),
(0x89e10f8f40228fac5be49d3e58466fd0, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php', 1, 0x00000000000000000000000000000000, 0xa447d285393695ac5efa06618b728a17, 0x2c262b5a3a3bb1de5899130c1ee191e62969e99832dbe48572db41df3bb3a2f1, '', 0, '?'),
(0x89e8811e6ba07a9b540f82a3e19ee3c5, 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 1, 0x00000000000000000000000000000000, 0x916f607d8c20c55ee5cd6c74b69b9545, 0xe9bcf24a393d7e3a761909911552b3524c82529ee227d27dfdc815b524dd8322, '', 0, '?'),
(0x89e8cc4594c3f3a6bde2ddc71ee6eb44, 'wp-content/plugins/td-composer/includes/tdc_map.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_map.php', 0, 0x9afed2417b7dd4bc159d447d0604aa31, 0x9afed2417b7dd4bc159d447d0604aa31, 0xe05793cb930f83807e499c3f9d1b4c9c06091515fea2b81e3d078fed26356332, '', 0, '?'),
(0x89ec49edc9038eea3454a71a5e01a657, 'wp-content/plugins/elementor/assets/css/modules/apps/admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.css', 1, 0x00000000000000000000000000000000, 0x3be42b5c4ac0a8e914ed4b06f7652e11, 0x453181b3f3ba4e0ba5d4e5e46a4e2acd2a1ee22078583db4f8aae34010539a6f, '', 0, '?'),
(0x89edcd0b2f26e0e17e3a164f4c2250e0, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-11.png', 0, 0xd2bbac546459e8a5b0454ada81b0de39, 0xd2bbac546459e8a5b0454ada81b0de39, 0x8573d15a4f0e916dce73f75d1160f4103ae0f06ee6aed8f567c3287586e7be74, '', 0, '?'),
(0x89f156895abe381efe3dc976e0c4e263, 'wp-includes/blocks/freeform/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor.min.css', 1, 0x00000000000000000000000000000000, 0xa658ac5d1bde3fda20118add06a2ea35, 0x8c0520675ad06a8296db233c07d9b607badfed377b655e0046e7815fdeca30d0, '', 0, '?'),
(0x89f1dab850a10410cad41ed6ba0c62b2, 'wp-includes/blocks/social-link/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor.css', 1, 0x00000000000000000000000000000000, 0xb07ffec56f63c6a997180372a8bf4a4e, 0x9da2031dad94880f6825f9a9d051df935fff8a40806bc8fd156588654f6b0e79, '', 0, '?'),
(0x89f47c8da51b80a67736312fa955aa51, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2.php', 0, 0xdcbb015853cf6f8cb389fb86690716c9, 0xdcbb015853cf6f8cb389fb86690716c9, 0x362e1e1226d20c9fec23fa42cdbd020f9720e93dd6dbdc79901d391ab4cf7314, '', 0, '?'),
(0x89f8e1a8a2529bf65df14bb4d17c7a81, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x25847c7c45577c550d496661ec8e974c, 0x73d629d712964c4d1a0f011c2814f78d98e3f7d1070546c1f175d89f38592b78, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x89fa418a0f5e54e913b8c260ccd0d5fe, 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_vimeo_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_vimeo_mob.php', 0, 0xfb434dc5987d6bff385519c617deccfe, 0xfb434dc5987d6bff385519c617deccfe, 0x403b2912994768b136e8c9e629f64dfa8edec5aba7ba149309dfae1bd0937ba2, '', 0, '?'),
(0x8a03fc085afbeb26b6cb23e621654d7a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_optimize.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_optimize.php', 0, 0x3611e85358e9b54e317b4593c624b6f2, 0x3611e85358e9b54e317b4593c624b6f2, 0x4b44168acefe9e08033ef022d4966fa4e2174d4945cac05ce1470820f12ac8b4, '', 0, '?'),
(0x8a0a0fa28cb2f0eeb11c1dfc8f3c6ea1, 'wp-content/plugins/elementor/assets/js/onboarding.94a8ac732fd1698fee56.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/onboarding.94a8ac732fd1698fee56.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xf2c5adc02faf82bdfb958ae36bda286d, 0x61e7101dfcfbd9af229678dba21a50b58686fa602fc2737b6190558e62893de6, '', 0, '?'),
(0x8a0bade89ba2eb33abd79d53eb67b6b0, 'wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php', 1, 0x00000000000000000000000000000000, 0xa2faaca78465b21595886ffd12892cea, 0x1ff35120a1ec1aace139cc40ccabcccdf8fc6e79f3425621903761d9dcbf2b2e, '', 0, '?'),
(0x8a0fc9cbf90ebb0df2a4983553603268, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/plugins_loaded.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/plugins_loaded.php', 1, 0x00000000000000000000000000000000, 0x61bc45236c74f71d5c15c61771d095ae, 0x385d273abcbc002226340fdfe27fb534a70b947020b41c5b2ec50d9ae11f8448, '', 0, '?'),
(0x8a16b858a85f317bd4d453ed6d20d0a5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import.php', 0, 0x012a5c506428f047250749e0c77c4285, 0x012a5c506428f047250749e0c77c4285, 0x1399ad1af8da90564af04ebb777c00d30b5ce495ca564173182a1ffbbb11a760, '', 0, '?'),
(0x8a1b579856c37f0d93cc498a7eb604fc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', 1, 0x00000000000000000000000000000000, 0x0658d8456d338b2b4f5e5bd12875af1c, 0xb5ca60113548d0bc15ca84350f64c097ba37136821f54361f398ce7c27941221, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/notices.js', 1, 0x00000000000000000000000000000000, 0x08e4e21f4098ebb70f8d2621e517b367, 0x7a9f520953270da61d655ae5d687dafba4f93195214d17a310fa141d66408813, '', 0, '?'),
(0x8a23d605fa1437d110b96341c8431e7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', 1, 0x00000000000000000000000000000000, 0xbdf9f05cd0e5a556ef050609e88dbad7, 0xadc0646dcca1365f997f38bb5c1827f81bb9ca753bee3a978d08f3ddb72fefca, '', 0, '?'),
(0x8a2e387934400ae2189cf1950642287c, 'wp-content/plugins/elementor/includes/base/sub-controls-stack.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php', 1, 0x00000000000000000000000000000000, 0x727b88f9206121a7d4877bf9c8195a8a, 0xb2834f6c7e8ad7ae6ceed1265db2d1f7b6343cc3310fb41cf8582652aaaecf31, '', 0, '?'),
(0x8a3d88df1954d84fbef5370dae37a97b, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', 1, 0x00000000000000000000000000000000, 0xa4d92d20d419e9efc844bbadf589a105, 0x02ce37ddb0e803d271cd8abe82f8d0e743cb4cc6770f49e38e987c84d6f9a559, '', 0, '?'),
(0x8a3dbfb4402c9a978ee9fdc75a64ad98, 'wp-content/plugins/elementor/assets/lib/dialog/dialog.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js', 1, 0x00000000000000000000000000000000, 0x9e4053fd6f72d50afecc61e4b8c32cae, 0xda238b1adde82d8274d652d07a00484eae2bbaf45ce72683d1f22ff9e611b170, '', 0, '?'),
(0x8a43c2d376c4d4dca5e101cb46761b2b, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php', 1, 0x00000000000000000000000000000000, 0x7c91f06be360290c73e0850d53649a3c, 0x4a0a93416ca5431ac7e98e8b168b909a919ad4b271944f813a6cab9d1f8857ae, '', 0, '?'),
(0x8a4d04285489645bd7108f00939ccd1f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', 1, 0x00000000000000000000000000000000, 0x7a5060b43f8c9724d680cd47c531bce0, 0xde4b74e59c3b3c4ca143cfafac8626fca85f96742e895f08f2b1749153ede14a, '', 0, '?'),
(0x8a5142eefb4e928f4dcfa3a51894e481, 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml', 1, 0x00000000000000000000000000000000, 0xaa00c82c088ac79721d2dd7ac3f99b59, 0xed06e56daf6021f8f3fe00abf3541420349e2fd25037afdfd9dd799cb702250e, '', 0, '?'),
(0x8a5188ed0d1576ab73ab302c00c9f257, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-update-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-update-command.php', 0, 0xf11d601b60f20a3eff1d8f041aa1bd1c, 0xf11d601b60f20a3eff1d8f041aa1bd1c, 0x72ca73f167b37bf5a048a0beb0c184a7b1c035143bc7f852300aaae52f5a216f, '', 0, '?'),
(0x8a539659886eba6cd273d88710db82f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1_no_content.php', 0, 0x60d17c410a9e4dff6e69d54cc2d5cd8b, 0x60d17c410a9e4dff6e69d54cc2d5cd8b, 0x13ea67c0b5568765fe434ee0e0b4f79dd00401fb4364d0d1a986f891481374fe, '', 0, '?'),
(0x8a553f385c922126ad52e17df43090f5, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/service-unavailable-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/service-unavailable-exception.php', 0, 0x8224972e8961c50f98513370f473fe00, 0x8224972e8961c50f98513370f473fe00, 0x0f7ab1597948c3269f7ee9a840f808b208357308fd18803a7c79e1c4776b5657, '', 0, '?'),
(0x8a5871bd4e4de6b80d119d5ca45a5a3e, 'wp-includes/images/media/interactive.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/interactive.svg', 1, 0x00000000000000000000000000000000, 0xc41345cb33b161485bbb249f5e891bb5, 0x078a96fd871f4be798ffb8fd8ee44d043467404d77e4171bc2550ba3debaa2cc, '', 0, '?'),
(0x8a59ddd5d9eee8a1890e2101ac769812, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_6.php', 0, 0x0cb9688034643f419d94903edb53a7e5, 0x0cb9688034643f419d94903edb53a7e5, 0x953374f00528270723ed3ce496f45238a84a60df1b23657e7bbd6c41c7ea31ad, '', 0, '?'),
(0x8a5babd215c88bde022f1f88559d8d81, 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php', 0, 0x9f5c3d63c4dd793320a7fa99ada7e37e, 0x9f5c3d63c4dd793320a7fa99ada7e37e, 0xd67f1bfc930b7b8d064b1a16c7a55a6416c03cf690b9780b673e713d89967e44, '', 0, '?'),
(0x8a5f83a9e2b23f55390ef6a557bbe898, 'wp-content/plugins/elementor/run-on-linux.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/run-on-linux.js', 1, 0x00000000000000000000000000000000, 0xdd3839e8d4e9cd0e3658165c31841ae3, 0xa137926195e98ad712463697240b3875fd87be2206164e2a178d52bf40b733a2, '', 0, '?'),
(0x8a610439d212925e997e4d0031dc5a0d, 'wp-content/languages/plugins/elementor-fa_IR-a4027a255848e5a7096a4cbe99cd18da.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-a4027a255848e5a7096a4cbe99cd18da.json', 0, 0x48a81e0d76d36482dfb3a222cfd7ed70, 0x48a81e0d76d36482dfb3a222cfd7ed70, 0x77f145ec71d9fa83ab0f58fe88a9d8fe268a8863c02c5cb3ac916b0563206d27, '', 0, '?'),
(0x8a62591ee53555b052a6e012fe02a2c2, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 0, 0x5b742edeb19bc6b3eb7590da7538ba7b, 0x5b742edeb19bc6b3eb7590da7538ba7b, 0x726ff65fb7ff4677dbd4f51a2477a03f40715d5114628688d86608f132076fcc, '', 0, '?'),
(0x8a63dd8ebdda300a1f55b0405de21502, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-user-lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-user-lock.php', 1, 0x00000000000000000000000000000000, 0x4fc1182f504e23fba253b9977ac36dd9, 0x1c53643471ef86bb07f3ce0a7f38295ed83d98081846427d1d05f72285bfd6fb, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0bc917a5763ecec51923ab89216ec128, 0xdd444655757ce976a9b72fe25dd032785f45524c32516c5039337309b63135a9, '', 0, '?'),
(0x8a6f3fea4e4dcfc013d682539201df4e, 'wp-content/themes/twentytwentyfive/patterns/cta-events-list.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php', 1, 0x00000000000000000000000000000000, 0xc88eaa751151763ea3af8df36eb8b110, 0xf7e7c27dfa9cd800bf3d99b3b7142d74e426c465695d70a7b6d805a9d861ad6a, '', 0, '?'),
(0x8a732e835621adc9ed5874c3a373a12e, 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 1, 0x00000000000000000000000000000000, 0xf2e719fecc9630699dc81556b1d287ef, 0x2625cbb4f5ad74f1453b568fb2f480117306d7ef89cc25d22b32b0c7498f6a5a, '', 0, '?'),
(0x8a7707221589295e4a0fff882d23906b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/upgrade-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/upgrade-integration.php', 0, 0x39875d96bd6aec3a7eea423bbb67c080, 0x39875d96bd6aec3a7eea423bbb67c080, 0xf56453c409f7d5ab401a1348471d9f09be0b72c4780f692f506915a6bef5ef5a, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x8a7e1228ab9bb301735e732b6bccb875, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0x39a119c9afaebb018caa5e3f0dea3eb4, 0x294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707, '', 0, '?'),
(0x8a80a164bb4499de10ffb360a28cae74, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_6.php', 0, 0x7a0849ed0b9b3291cee1e60c991162bb, 0x7a0849ed0b9b3291cee1e60c991162bb, 0x3671a12988e26dd3730d1d4cb76f3164c5191990342824a28f1d90a3e1ddde75, '', 0, '?'),
(0x8a80dbc43b005726a85a71ddb849fae3, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.mo', 0, 0x817cb0edb9ab70036b4e7ca9601a41d2, 0x817cb0edb9ab70036b4e7ca9601a41d2, 0x400e9d1759146ae523ed18604ecd561a97b078d772de65f0c66242ea4e832852, '', 0, '?'),
(0x8a84439b291e2fa0bf90b6fb2e30b3c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_8.php', 0, 0xd6326834f445365624a574a09ff462bd, 0xd6326834f445365624a574a09ff462bd, 0xd196264952f60ced5d9790c96244b2eff27dbbe4c1bc7ad0d6b3b0cb2c7f11d1, '', 0, '?'),
(0x8a84f4ba54f22244120e928a73d793be, 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css', 1, 0x00000000000000000000000000000000, 0x3dbe17958a2ae31379c2c9132d1546b7, 0x007646b252a99281647604db076b852647373c27fde73fa4c116b7dfa96acf41, '', 0, '?'),
(0x8a8b85f27686724019ac7be2637f7b12, 'wp-includes/blocks/social-link/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb07ffec56f63c6a997180372a8bf4a4e, 0x9da2031dad94880f6825f9a9d051df935fff8a40806bc8fd156588654f6b0e79, '', 0, '?'),
(0x8a90504d5c0644e52142f0275173070d, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/event-schedule.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/event-schedule.php', 0, 0x51c0978d7b7da766eaed8def90df6087, 0x51c0978d7b7da766eaed8def90df6087, 0x32549ef3371b66357b285869fcc533808aa896c9732e23786b92eab990a806fe, '', 0, '?'),
(0x8a93e6d014ab93219e6f8bda4f9f4686, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_4.php', 0, 0xf8666e24dc8601ed88b3fc461bd91939, 0xf8666e24dc8601ed88b3fc461bd91939, 0x19e2f0bc6fba19377c96e411eb06654c6722e31a39d1b34aabbe5dae95e37ec0, '', 0, '?'),
(0x8a95ba44e9db0d99d31b5a69f7faf126, 'wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x8a97ecdb815b7f7da3fd94a6c85566d7, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_10.png', 0, 0xde65df393ff0ca48df9e05b5502dcf7b, 0xde65df393ff0ca48df9e05b5502dcf7b, 0x7760442eb598622fce98f603b1aa626a2dababc9b6b3cd4c34de9a77a0de4bef, '', 0, '?'),
(0x8a97fdfc0fd6a91351530c3d30e516d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3.php', 0, 0xf67f5385c27a20eba11c9e3b6c500d91, 0xf67f5385c27a20eba11c9e3b6c500d91, 0x85d65de39fe4b0e2b03711d03afb50fcb4381c77c9fc4cd443ee009d28119d59, '', 0, '?'),
(0x8a98b834e46605f0d1470e93ba415a25, 'wp-includes/class-wp-styles.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-styles.php', 1, 0x00000000000000000000000000000000, 0xffb3f6c9159160bd011a4b30d6a88094, 0x423bf70a1dbb44c361f94d5e978f2259ca717363d72bda81b1f236c7b964f077, '', 0, '?'),
(0x8a98cdfc8a4c79d565ebe7f06458201a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', 1, 0x00000000000000000000000000000000, 0x53ab45cdadb030dfecf6e60d733848ed, 0xacb3784847ba32eef4fb420c772cc62b3578b754c0f349d29b1ca757a84786af, '', 0, '?'),
(0x8a9a5ee4571e7c788f9840b65a5b262a, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 0, 0xcfac6d4dc3ebf2c7f0e49f74d1bcd44a, 0xcfac6d4dc3ebf2c7f0e49f74d1bcd44a, 0x66f0fee9822efd25f5012ac69a100f1f0c576e1fdd43e305f3f21b73ec5369fe, '', 0, '?'),
(0x8a9e20955f5fbdb913ebb2609cb73571, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php', 0, 0x90ca3d06d898da9221266ee970d1a348, 0x90ca3d06d898da9221266ee970d1a348, 0x75cc26fc2c5378f9b1cee952e0f888f7c7c1725fbab34f459daf5b7569387074, '', 0, '?'),
(0x8a9ebe16012faac41ab2f8290f79d00d, 'wp-includes/blocks/html/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/html/block.json', 1, 0x00000000000000000000000000000000, 0xd492eec22ccd655bd432a65e2ebd868b, 0x7881a74cd96d5297e1bb067e972065e7ab9afbc59f7a41da45d7d1797a30f4b5, '', 0, '?'),
(0x8aa2474e975b99f1009ae8e4527d387d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_5.php', 0, 0x932ecf76509d74da6353260caf1d8ee2, 0x932ecf76509d74da6353260caf1d8ee2, 0xa796db76ea0d7f2fd1f742d9d7a65109cfdb4e3ea7d264b400c1a80ee74de29d, '', 0, '?'),
(0x8aa46b6af86db579931f442d13ee2326, 'wp-content/updraft/plugins-old/updraftplus/images/icons/folder.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/folder.png', 0, 0x68009a21c654b53c1a41b1eade5e0630, 0x68009a21c654b53c1a41b1eade5e0630, 0x13c9f4f033af881f51fb410ea07228f28d7db86ce897aa9cc336227c6cfa4c40, '', 0, '?'),
(0x8aa4794a8fa5764a923dd6c6c8971879, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_9.php', 0, 0x6aa1828c88ebd2da8eaceccbaa0deb12, 0x6aa1828c88ebd2da8eaceccbaa0deb12, 0x93d36558e8778b07c9cc219bf3d78370ba7ed5f302f29582de9c399804846982, '', 0, '?'),
(0x8aac99e5aba9654433775310ccc01d5f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', 0, 0xd2d29d1d92498587b5990aef20d2c452, 0xd2d29d1d92498587b5990aef20d2c452, 0xaf3a63a2fb831ad1960a09ffe0d8ac4dd07f0da322c54e60477bd41d8a09f00c, '', 0, '?'),
(0x8ab408cda7ba60eef00fdc173d2e0d80, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', 0, 0xbdf900e6c7038e23ede1ee25cafa05bc, 0xbdf900e6c7038e23ede1ee25cafa05bc, 0x965c365158b07f7bae3a0594b9d6bd0916616f5acb5c42efe41a654aaf41ad33, '', 0, '?'),
(0x8ab4e6d3b08cb8822ffab5212be05d54, 'wp-content/plugins/amp/src/PairedUrlStructure.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure.php', 1, 0x00000000000000000000000000000000, 0xea648796a3e004db8c9f80e1d7163d9f, 0xa5b6e9f83ade28e2666e5212ad0a435a48fa407f2c70ce1b28e8e23ba6816cc7, '', 0, '?'),
(0x8ab57d7476bcd2fb0344a363b8ff960b, 'wp-content/plugins/wp-rocket/inc/admin/options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/options.php', 0, 0x945b10e8d9024d37f906c5d529afa5ec, 0x945b10e8d9024d37f906c5d529afa5ec, 0x6272ff75dbd7f2d7aef573844158ae9de8fbe8e977f51cbda93abc830ce0147f, '', 0, '?'),
(0x8ab78f28da8e4108ea82218011408b22, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-photo-blog.php', 0, 0xeedaca31cd7b0e95187ee63a9e320c91, 0xeedaca31cd7b0e95187ee63a9e320c91, 0x6670095a1e76ebdfe9e5363170c16b17888ed994998030e43d32144f3105d2dc, '', 0, '?'),
(0x8ab7c2bc0c639e83dc35f3b7cb1080d2, 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 1, 0x00000000000000000000000000000000, 0xda0a4ed4c670ac77b35e85eb06ff421f, 0xf33256701fbc49ed14a8501835e5f4ca69cc1d2c102c7808e2246af6180c6a1b, '', 0, '?'),
(0x8abfc296d315b53f2c92e308d818ad81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3.php', 0, 0x9c8ea1d3ad55e039cfd02cc376f523dc, 0x9c8ea1d3ad55e039cfd02cc376f523dc, 0x8f7c384c6481d3f353bb55b1175103de4d91ec406c91f3a373c11a26e3ccb45e, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', '/home/abt90iranbet/public_html/wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0x8ac40170471eeaad2d47a393dcf9fba5, 'wp-content/plugins/elementor/includes/controls/groups/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php', 1, 0x00000000000000000000000000000000, 0x167c1119d379f4085b7a4ea3750074dc, 0xc0ee9d834499ff9cc6e6e9368e5ecdb5047de669a56dcc4d9f9f7433101c8081, '', 0, '?'),
(0x8acccd530c52a5833fc2ed1aff43d3cd, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/LICENSE', 0, 0x955d5fe58c231244f6b49000f383b5e2, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x8acddc27024e755e9cff26d5fdc9691f, 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobm.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobm.png', 0, 0x0f2811daf7bd89d3ba3e9841e971ef21, 0x0f2811daf7bd89d3ba3e9841e971ef21, 0x4b056535182074ff281e582fa90cd36912908edb216560d04e4bd4b71a67ffb5, '', 0, '?'),
(0x8acf94770d4f209eb980356360b2717f, 'wp-content/updraft/backup_2025-06-05-0332___90_0486f2c7b7bd-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-05-0332___90_0486f2c7b7bd-db.gz', 0, 0x7bc45a30f79eae75107d07a254ca723d, 0x7bc45a30f79eae75107d07a254ca723d, 0x871093ef913decd49204c34f69602b6df4d8db1876fdc9d3b22a422a401624d4, '', 0, '?'),
(0x8ad58d55d95a95e27436e4da9a3482da, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_7.php', 0, 0x45575d696f66b47d4c48de0d0fd47c35, 0x45575d696f66b47d4c48de0d0fd47c35, 0xac6441396a462bde2b688035cb5774d1d8d5832b4ecbd5469e8d2849fdcbf1b1, '', 0, '?'),
(0x8ad7db19bf84e8b11ba49637293faa93, 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/siblings/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/siblings/block.json', 0, 0x64591820c8b2805d6ae6befd98f10096, 0x64591820c8b2805d6ae6befd98f10096, 0x0cc9dfd0edbd847b0cf59ef20287a350a768e1bea399eec833dad62006cce703, '', 0, '?'),
(0x8adadc07b7054f027e866fb60419486d, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', 1, 0x00000000000000000000000000000000, 0xbf7480f1c5aa43c9e9b839a606832181, 0x477dabb917f24f66bfc84d1c763e38062898f09d5fabe868077a175cbaaa07f7, '', 0, '?'),
(0x8adf1733356e19ad6fa17e2eb7d501ba, 'wp-includes/blocks/archives/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style.css', 1, 0x00000000000000000000000000000000, 0xc5c1c4eaf399ea094bdd91be16d689a7, 0xc8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3, '', 0, '?'),
(0x8adfabc195a984502505a9ecf844a996, 'wp-includes/class-wp-dependencies.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x7d94a3a01d4783896f032cef82201929, 0x9ca95ab2a0234d6e3c3d6c3e3ce2d75a1fe8793bbb4ae88666a6d71264627294, '', 0, '?'),
(0x8ae011410846bc30eb8feeec3de9714e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/html.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/html.js', 0, 0x0c1ea4e31a9a929b0016c320bb6e3224, 0x0c1ea4e31a9a929b0016c320bb6e3224, 0x67923844f39d09aa19b46ec2ed5cba8fea99ca9fc5110f1ac5fcebefeaf548ee, '', 0, '?'),
(0x8ae37461be0ed2d1562f1b3ea2965086, 'wp-content/themes/twentytwentytwo/templates/page-large-header.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/page-large-header.html', 1, 0x00000000000000000000000000000000, 0x033c1a7addba9aa1c37eb48af7c7a184, 0xf48b4723276026cb0f81bdd66642c6e408210f8495db33608eb0c3e9aff2fb1c, '', 0, '?'),
(0x8ae3ff4fc7ecdb0d3e1b3be8d5b4f2cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php', 1, 0x00000000000000000000000000000000, 0x90681e557c60cd0896756001da8da034, 0x916b72db61ef768286472035c6cf3cabf02ed414e607744f74ae182b9f066b78, '', 0, '?'),
(0x8ae423a57f12bd9c6a1c1273805b3e81, 'wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php', 1, 0x00000000000000000000000000000000, 0xd5c82c1f91d5257893f417f07a431210, 0x4cf638939a966766610e5df50d21d1db5cc6ee88e82e44d2152632590c817d5f, '', 0, '?'),
(0x8af5077458b22b2b9d9296b5dbec1ab0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_5.php', 0, 0x0157ccd8e8cb52cc7dfa9cfd6d3f840c, 0x0157ccd8e8cb52cc7dfa9cfd6d3f840c, 0x0939691365f6d7adf871acc31db4f9ef5a0670f278318fc11bb5b7203b0418cd, '', 0, '?'),
(0x8af5a3e353af348d7a04be0fd29c6b62, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0xc03d1d60ebace1cf42431223c8347019, 0x6f42e534b27663996a29e6a3d68669815f02c85b24d022ffbfb341ae74ce400b, '', 0, '?'),
(0x8af6f84761ac8b10e383e300e50380d1, 'wp-content/plugins/updraftplus/languages/updraftplus-et.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.mo', 1, 0x00000000000000000000000000000000, 0x3471dcf3c806c3255ba0dc9e827e3ef6, 0xe572d8f5c05b567a6acc0941c52db553ba8a845cf61c145259cb703de47beb96, '', 0, '?'),
(0x8af81af02feb978dd82ce4f5dd520c02, 'wp-content/languages/plugins/wordpress-seo-fa_IR-fb9a41ab0ae57dcb4b10ea3343658bcc.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-fb9a41ab0ae57dcb4b10ea3343658bcc.json', 0, 0x83e15a70163465a0ddd57b1e353dffcc, 0x83e15a70163465a0ddd57b1e353dffcc, 0x14e8a512f13e8902077cc4a9ff799ed30754b4baa738a7976f11b3204efe9f0b, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0xfb74bd5c76000c11689866387ea5da61, 0x8a48a2fd0d9368cb4d602f34e035f7300156a1b7aa3eb0b735c817559d42ec2a, '', 0, '?'),
(0x8af8c408fc561a608fbada874a0e67f9, 'wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json', 1, 0x00000000000000000000000000000000, 0xfdcd96015e2a6e87449391d453ab09f4, 0xd4aa169fd881c5adbd9b969e9467ad7ca2bc7b4acd6590cc35a34a87e8286cb6, '', 0, '?'),
(0x8af9a62c0c5c93996a9a81c637c39a8d, 'wp-content/plugins/wordpress-seo/css/dist/introductions-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2370.css', 1, 0x00000000000000000000000000000000, 0x56302589ed5e2cb7f70574b521de8035, 0x767643f36a2d7b4a65065f022c04081a7920e4156eaa483c197aeaa09e560dee, '', 0, '?'),
(0x8afc115e30dff4391d8fc5f0ae4583ac, 'wp-content/updraft/backup_2025-09-30-0403___90_d0beecf56dd8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-30-0403___90_d0beecf56dd8-db.gz', 0, 0xc4c620ae1f4a55a404abfc971d456757, 0xc4c620ae1f4a55a404abfc971d456757, 0x72f4e6fbf3c93811ec11874312141b488f80e6547f81f425064801551aae62f2, '', 0, '?'),
(0x8aff2c45928e19686a5a0f2cfa342737, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js', 1, 0x00000000000000000000000000000000, 0x3741b2d9f0d33f55f52992816eba451f, 0x030f4d24444d411156cbe44cb0f3b37425a7ee18b193b44110c27d183f1ecbb6, '', 0, '?'),
(0x8b052397aa9f4687c49a16fec06e1fcf, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', 1, 0x00000000000000000000000000000000, 0x282368575f4576cb5b8e323921fbce7d, 0xde0ecf830205472f912e64b6b5b1c07204558dc8eaa99c9fb92538942c904415, '', 0, '?'),
(0x8b0534b12f8d7c6729c469a3f555b286, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 0, 0x34277f53685d0b8f38ca42e7f73f3df7, 0x34277f53685d0b8f38ca42e7f73f3df7, 0xa94a799015dc0cfd1f29e24ed430c796bbdca041c4a74e6996882a22dd6c7309, '', 0, '?'),
(0x8b06eb443c831d034f9ca46c5281fa9c, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sk_SK.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sk_SK.json', 0, 0xf7cb2345d17e906fb03186aa2437c335, 0xf7cb2345d17e906fb03186aa2437c335, 0x7b453e0a813e6c124828fe092fb8889e670daddaa7cce593f26e17d83c900640, '', 0, '?'),
(0x8b080c460954fbbede1c81f91e885706, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_10.php', 0, 0x0b16c802f474c117bfccf4c287fddccc, 0x0b16c802f474c117bfccf4c287fddccc, 0x29b3f491404c254910a23305854d51d0b1b05b7e8ae32324bd9f664ed9c1cb6f, '', 0, '?'),
(0x8b084841bef415100e891ee6bcf57a16, 'wp-content/plugins/wordpress-seo-premium/src/helpers/prominent-words-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/prominent-words-helper.php', 0, 0xd926f9ccc70472b16b077906e0f08d20, 0xd926f9ccc70472b16b077906e0f08d20, 0xf625618c02b886a791f423c1361be11e1d537253a69982440ebb5ecc0a62d671, '', 0, '?'),
(0x8b08bc010e2f3826f444e3677ca6c423, 'wp-includes/js/dist/viewport.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/viewport.js', 1, 0x00000000000000000000000000000000, 0xc5b1ec9be91db5c2005a0271bb2c16da, 0x5c2190b675ce3d85007c18c3ed4d7c7a9aeb4c76791d1423ce1f20a5cee16abe, '', 0, '?'),
(0x8b0a84c1aaa391d51674aee8d8fd0ff8, 'wp-content/plugins/wp-rocket/dynamic-lists-delayjs.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/dynamic-lists-delayjs.json', 0, 0xfeae581793029a145ec285ed3d20d845, 0xfeae581793029a145ec285ed3d20d845, 0x42c16e0d37d195ec2ca27b8892d7838cccfb583b8f0ecb50629b488a70efc90c, '', 0, '?'),
(0x8b0e1ad6d49aeb678f8bc8d579c7888b, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-global.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-global.css', 0, 0x29ee2886f9d2a65d8c9638ae760ed7f5, 0x29ee2886f9d2a65d8c9638ae760ed7f5, 0x23069f4de243b2dd338b6e3ccad6ca4e7ebe01dc0e6248b3f73649c6417c23ef, '', 0, '?'),
(0x8b114ba80e9000475c9ea50790b7971c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu.php', 0, 0x5da4c01f8bcdfbeb63813af1c17e4b25, 0x5da4c01f8bcdfbeb63813af1c17e4b25, 0x4fcd9d7eb06b82fac74f4ab73d5171e8e1528af5e5f283ae50627393f9f70689, '', 0, '?'),
(0x8b123aa9adc326d5a2c7773251a04be9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php', 0, 0x60fd5140d85d198dbc927fd712759454, 0x60fd5140d85d198dbc927fd712759454, 0x65f284fbfcf4423155c0bb86dd619f47693b35f82185cd708cc9eda353e2dafd, '', 0, '?'),
(0x8b17bb1c1d9ffd37b8d4fb07f95dad73, 'wp-content/plugins/elementor/includes/controls/color.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/color.php', 1, 0x00000000000000000000000000000000, 0xdc448345ad373e69a700cf83d9362106, 0x26784dfccd47e003c826ac9f389cf056c0d6102b522ec8147157d226f14888a5, '', 0, '?'),
(0x8b19af21d0c6e1c926f1f7e30a613b93, 'wp-content/plugins/elementor/core/debug/classes/htaccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php', 1, 0x00000000000000000000000000000000, 0x4bcc1e0b706a4a8b40d2c59a276f20b1, 0xa5438e228fcc7accba4d6dd9e5e8020a3d1826ae3dbdbe26662679db032f19ae, '', 0, '?'),
(0x8b1b5547a886709f8ed2e37ddffa9dd8, 'wp-includes/rest-api/search/error_log', '/home/abt90iranbet/public_html/wp-includes/rest-api/search/error_log', 0, 0x17d9e1700622d946bf4b7719aedc28df, 0x17d9e1700622d946bf4b7719aedc28df, 0x9e09a1d68a6166455b58dbe7dea2bfb02d9b478f7ee2c2deb8b1369f4d2883a3, '', 0, '?'),
(0x8b20cb78876b10f7d215cf0b01264478, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 1, 0x00000000000000000000000000000000, 0xe9721d295af4f4f980839756428df40e, 0xb308e786bfd110f429e4cc94c2776ca4ba997642de9a419c7034d667075579b0, '', 0, '?'),
(0x8b216ecaf5deea069ae84ef560f16050, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php', 1, 0x00000000000000000000000000000000, 0x6a795120c45d052a655f49e190897626, 0xb45dc52411ae65be8b98411d2fd0bb96e8c6f49a4e9ae930a41634017ac416db, '', 0, '?'),
(0x8b2c4c8dd492770247df8d60e8d91652, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/single_templates/single_template_default.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/single_templates/single_template_default.png', 0, 0x2a01edd093468e514b1d3841d4997dab, 0x2a01edd093468e514b1d3841d4997dab, 0x4603bcfff378f414e9eb4c4a7246bd2c55673caace4d08f00052851eaf86b003, '', 0, '?'),
(0x8b309d0eaf37216bb9bf54641400fdcf, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.mo', 0, 0xcd8523a973e85e4b97dd179a873a9530, 0xcd8523a973e85e4b97dd179a873a9530, 0x8fc473b4795ccebc8e8a07e59f357e329b0ca631136ce5f16b399ea60d5ae284, '', 0, '?'),
(0x8b3155b2ae837281dace22b525e69bb6, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/morestorage.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/morestorage.png', 0, 0x90ce71b8f3d9d3f1c6ebbf5098c1b2c2, 0x90ce71b8f3d9d3f1c6ebbf5098c1b2c2, 0xd7c1f0268247c734203823e8ddd02bc97513aad5cc5ec6948523644858a86124, '', 0, '?'),
(0x8b32c77ce972257399c7af8d18d13b22, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_8.php', 0, 0x9e7bbbb4fe4a12307b7319854f00f641, 0x9e7bbbb4fe4a12307b7319854f00f641, 0xea1787c0d8a4597f799031540d405e2cb12b5303365af0914bd530da18c1906b, '', 0, '?'),
(0x8b380658d579a225fc39ab2ed6aa7422, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_import.php', 0, 0x08517f94e412ea3da6516002aabbbd84, 0x08517f94e412ea3da6516002aabbbd84, 0xa1795415bbdd221891462dfc8eafa2594517710b2b57e40d9b147c3383d488c5, '', 0, '?'),
(0x8b3cbbcd906e0be19d156f7a23d93f3a, 'wp-includes/blocks/widget-group.php', '/home/abt90iranbet/public_html/wp-includes/blocks/widget-group.php', 1, 0x00000000000000000000000000000000, 0x8d8e4078df8aff8163a0e0a104ba612b, 0xa6aa628dc3c4b46c333f01913a143c89170563c10536916408873af9bf1d2c04, '', 0, '?'),
(0x8b3fc81ffc26be2c77b0e61f65ef3c1a, 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 1, 0x00000000000000000000000000000000, 0xb58b1fe36547ee93be2eb66d2850f25a, 0x8157eb103ccb9dd7bb99beca07bb6471d8dcac918c27c72ef648b3474d538bfb, '', 0, '?'),
(0x8b45a6b9d37f7616b896338a425b33ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', 1, 0x00000000000000000000000000000000, 0xd75a85a0d20e339d02d0eca4a79d9a7d, 0xd470580be3cd26f062997f1b360c94891276bd3e94e983a4b6d30e202387599b, '', 0, '?'),
(0x8b491ff161b583a9f78d3af5f5edc4c0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist', 0, 0x980cc546283b629c8b6903164dfb61a2, 0x980cc546283b629c8b6903164dfb61a2, 0x0f7f47835b8f935f6c81b7ae8328c204f94f928d411527b8a91330b3445085d0, '', 0, '?'),
(0x8b4cef41f8135dd68d88bcddcfba86fa, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/CustomizeSuccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/CustomizeSuccess.php', 1, 0x00000000000000000000000000000000, 0x97ffc24b9ce8dd3e6a8d5d1f1013f391, 0x262688f5e3919d527b1a632ae43c95dafca9116637ef60087b5072b757488787, '', 0, '?'),
(0x8b4d5757ab6719f259a94c6f9e30dd11, 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xd9d328be255baed7897327bae672db06, 0xb93fdf5cf4ec0f3670ec89f46675bb8accd04555339dd0244acbc212a8e57750, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme.css', 1, 0x00000000000000000000000000000000, 0x4159e8ce867692e2282eae25cc125a54, 0xd98af0b808b9e98e6c3731a22071a7cdd509f969fdd5768f281a71da437c91f1, '', 0, '?'),
(0x8b55dcd07a83f3ae639e10e97012aca9, 'wp-includes/blocks/separator/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd99e1c8a070ac7fea26fc32780bccb11, 0x6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d50, '', 0, '?'),
(0x8b56cd9344362ea9842da63d73fa1e7e, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', 0, 0x1418894b53f82bb93248e98441a24e9f, 0x1418894b53f82bb93248e98441a24e9f, 0x59300b5af1c16cb4d99a85fbc8f0f21bb6f292f7f9c54e23680a184ec53329fa, '', 0, '?'),
(0x8b5b812adfd315bde348dfb9a516c682, 'wp-includes/Requests/src/Cookie.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Cookie.php', 1, 0x00000000000000000000000000000000, 0x33050745d8ee4f2bb98165cc3af5da9d, 0xcfcc0b3109498fab2c797281e6683d2b83e15f736d1d57cc37864eafa8b7b44b, '', 0, '?'),
(0x8b60197e7b2704602fab77954f68c50e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import_no_content.php', 0, 0xc266a1a32ac7c132cbb5f180221a12e2, 0xc266a1a32ac7c132cbb5f180221a12e2, 0xedcab1e150da69257fc5a7cce90d894c33b92bfd3d1e642c2fc732d84b07d685, '', 0, '?'),
(0x8b610868a97b9813e0e6d7b78ad1db06, 'wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xda5b739757c649b04dee92b276cda9e0, 0xdd8b3df90cbcbab62eb7997ec3f429f1b6d5d0d68cd684abd861a4f0350d0ab0, '', 0, '?'),
(0x8b62b229d993d4182dbc3ab1c8c46caa, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-events-list.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-events-list.php', 0, 0xc88eaa751151763ea3af8df36eb8b110, 0xc88eaa751151763ea3af8df36eb8b110, 0xf7e7c27dfa9cd800bf3d99b3b7142d74e426c465695d70a7b6d805a9d861ad6a, '', 0, '?'),
(0x8b6aa5c7b8f365678fc5cfb64f679ac0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', 1, 0x00000000000000000000000000000000, 0x00b823411bcae9db0ff9beacc321f7c7, 0xe1622cd1940db29d8a543a25274a97a2165d12303dc59839cc5c4c7f3e41b12a, '', 0, '?'),
(0x8b6bb5fc49765d2ff9aaa96ad0d3146a, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', 0, 0x7e2544b5a6cf1ee8200b3b431785d346, 0x7e2544b5a6cf1ee8200b3b431785d346, 0xb0f9497f123d61f16fedb6349a7236d18cadebe5bb0e215476c5d9ea4d771bfa, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', '/home/abt90iranbet/public_html/wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x3049b8f9eb73d57085d4f22966e5d5b6, 0x9bc1633cc3a961b8dedd757648f496a98c35d474755836dd772256fcd63d0f42, '', 0, '?'),
(0x8b6f3973056417dd342dbe90aad401ef, 'wp-includes/blocks/loginout/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style.min.css', 1, 0x00000000000000000000000000000000, 0x53093aeed796108e5fd862c0e34defe4, 0x79fc5403cb35199ba3f96d205abed9049556d12321c93ada5ae6e704a6d91e1b, '', 0, '?'),
(0x8b758d3e8c528081b550b9b45db981eb, 'wp-content/plugins/updraftplus/images/notices/reporting.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/reporting.png', 1, 0x00000000000000000000000000000000, 0x144188eb53cad0c185b0cea425b664ee, 0xda57c2aa80cf2669ac3bf87f3276e0369ec87fd836b5d736919a9a4da1904df5, '', 0, '?'),
(0x8b79490ecc79ed97d09ea5da89de1f08, 'wp-content/themes/twentytwentyfour/templates/index.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/index.html', 1, 0x00000000000000000000000000000000, 0xf9c2981a7f8a8043b39a73fd97e10c3d, 0x5a561017bc4c4f6d1065e86e77393671eb8a21637e772205b08e8103e6d2b377, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x8b7f5fb7604588e81747325be0771f59, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-gray.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-gray.jpg', 0, 0x967d47024f8bfc9b4a480ad2dbf662a6, 0x967d47024f8bfc9b4a480ad2dbf662a6, 0x4d291e9fe3a25a423fe43ee04514e84c35ee970b86caf842504ed16f04741040, '', 0, '?'),
(0x8b8488022454430eb77946dd41933e7a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php', 0, 0x1d71ba9df985da107ad727908a8a4ecb, 0x1d71ba9df985da107ad727908a8a4ecb, 0xcefe99da039ce188fd58560b55eb633c966ac62266a22e8ea67b9e05ee61c63f, '', 0, '?'),
(0x8b8576959fe17f533b498b9dd74c60a7, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-1.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-1.webp', 0, 0xcda8b7e8ca214886cfa9dd47249d5ec5, 0xcda8b7e8ca214886cfa9dd47249d5ec5, 0x693be2c7758d773aca946929441c1f378c806093b092f969cdef3363cd93746c, '', 0, '?'),
(0x8b87bebc4f1ec9b7f96d7e273cb23c75, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', 1, 0x00000000000000000000000000000000, 0xce5cfa4f649003b5941fdc0e9b0383f5, 0x73c7bebde11ac7081d02845e09ba5e5f3baed4133e1e66e0bd700baed778c581, '', 0, '?'),
(0x8b8ccdd8a82647e9a6299a6b7bece8a8, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xac071d8268e10c111efcfd50abd4ec14, 0x4be7d8ce13886418f9251db1192e52414ff446beded7e2e2e00fc1b76a6ff92d, '', 0, '?'),
(0x8b8f07a4dc48c4ea291269eeb842ad18, 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-controller.php', 1, 0x00000000000000000000000000000000, 0x8125937e705db87aa1edfbfdac617fcc, 0xb9cb251699398c1862e4f759e6cc69af5748ad1c79439e1e9e2d5a9c89c65c35, '', 0, '?'),
(0x8b98c82ff1357f5c1d6f2793a9315814, 'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php', 0, 0x1709d9dd6376540dff2d521e45b1ada4, 0x1709d9dd6376540dff2d521e45b1ada4, 0x04d2770881d29d2b4d8cc41c7f6d846776c418752d3fc09ef1303636146f4b3d, '', 0, '?'),
(0x8b9d46892688ec22818fa47fd637564e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4_no_content.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x8ba1d5c01ea1a952875c9170cbc3c294, 'wp-includes/blocks/comment-template/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x603913b251720cd2dd39f2c079ece135, 0x8eeb0ce61bbb046c03668b7aae29b4daeda3c63d5ab993b32b824c3003098f1f, '', 0, '?'),
(0x8ba3c0121c2300116728db1bfbacb1ac, 'wp-content/updraft/plugins-old/updraftplus/images/default-avatar.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/default-avatar.jpg', 0, 0x768cf69bd18acfc7f4f07241a43eaf5b, 0x768cf69bd18acfc7f4f07241a43eaf5b, 0x307f63f1fd37534d520ac97d28015fcc07ca1261f92546750ef3b2aa1028d944, '', 0, '?'),
(0x8ba59091c304f7d8d051eed5696341cd, 'wp-content/plugins/updraftplus/includes/class-zip.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-zip.php', 1, 0x00000000000000000000000000000000, 0x49d861ac6f39633c12250170049866a8, 0x51dce6c1de420039e6afc07406c3c3bd2c62724921c2a5b67ca89e40c0a7dd20, '', 0, '?'),
(0x8ba85e45fa9fe806f394b22c42071c3b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/#docs/td_cake.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/#docs/td_cake.txt', 0, 0xff1119adb10a1d3d3e176278ce5963af, 0xff1119adb10a1d3d3e176278ce5963af, 0x67287ef56076c57d30ebbf2e941b35c835bb6c531d690e8870d1ee9e3afd11d7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8ba931a94ba0672c5dfd1b638ecdd7d0, 'wp-content/plugins/elementor/assets/js/admin-notifications.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x40c350c658ca8534d9565bb4889230d0, 0xc1a6d1667d049100ae6525de9bcefc650d06e49de56ddbf17251fb2d734e5052, '', 0, '?'),
(0x8bab19eee75c6762cd6d894cf1e780a9, 'wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/estimated-reading-time-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/estimated-reading-time-block.php', 0, 0x871ba13d5388848fdbbbf3344a176f83, 0x871ba13d5388848fdbbbf3344a176f83, 0x42d08923b270a39f7a7ff8df542df5e0ecf822bf2ba563147d4b94bd512d09bd, '', 0, '?'),
(0x8bac5be48836bba8640463480b612008, 'wp-includes/blocks/latest-posts/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd06b22f6cf4065caae6693ced4ef21c7, 0x82c965ea46fe9894691005447d06aba25b0a014c81969bc84c9d4d3dbb986803, '', 0, '?'),
(0x8baec097151abceb45a5609bddba5c37, 'wp-includes/Requests/src/Exception/Http/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/error_log', 0, 0xe86477650a0306a9b5d6f2d5415669ec, 0xe86477650a0306a9b5d6f2d5415669ec, 0x19af333d45fe8e8053dab8a8b72e585badca1d1079e71301e0f1c9a58b229256, '', 0, '?'),
(0x8baee7ea098dde459048dd5aac2dea27, 'wp-content/plugins/kk-star-ratings/freemius/includes/debug/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x8baf8c786721a3f3ffea24b17c202a7a, 'wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore.js', 0, 0xbb42b2a379b00eb977ab5d6135a57e69, 0xbb42b2a379b00eb977ab5d6135a57e69, 0xf8442ee4681570a78eea09732158b1e5ef9df74fb02fadc7fc4c85630de66104, '', 0, '?'),
(0x8bb05cf7ade0d6afb44221a3dc61fa56, 'wp-includes/blocks/comment-content/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/block.json', 1, 0x00000000000000000000000000000000, 0x3fe4fba9a5dc0ec7dd858bba85b230e5, 0xfb3f15a17c84af720e2e45495a254b57e0afb6b8bdf6b0f9e8fbd8d11b1f5ea1, '', 0, '?'),
(0x8bb11866e9a4a7784daa505d7e4297d4, 'wp-content/plugins/akismet/class.akismet-cli.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 1, 0x00000000000000000000000000000000, 0xa7c5c260bf703c90f0c5715407b1450b, 0x67b76d52c73d68172d3b3f796cdbb598ad6ce7662610b41938e1435cd93c5668, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xd45868fe2b74f1900d0d2fe9e2410ee7, 0xdd5c6d0f4ebea4ebed86ac338103c7026f45f900e2af5a06b8a829e2fa798442, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x8bccfac530c4acdab17f8e1e4b5a3e79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import.php', 0, 0xbf673b403bb65f597a2ea302af8b9e54, 0xbf673b403bb65f597a2ea302af8b9e54, 0x1cff8baf0e4865bcea714820d2b39cd31e0b264a707c347de221e9e8d762bcf5, '', 0, '?'),
(0x8bcd932a49ea36960844b0dbf559feb5, 'wp-content/plugins/wordpress-seo/images/support-team.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support-team.svg', 1, 0x00000000000000000000000000000000, 0x841034ef5ff45278cfc09ba74401b205, 0x8f4c34dd01d0db768c26612732076576f317a065d8bf871014f79a743a4160d8, '', 0, '?'),
(0x8bd281a9a5c17dddf84bc80075b47cdd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import.php', 0, 0x56269c640feddc9f1552c209a86c3ebb, 0x56269c640feddc9f1552c209a86c3ebb, 0xed68b870484397ac95ef1fbe8df8b4d0f8134c3da1bec0abf6920c3390ab9fdf, '', 0, '?'),
(0x8bd2cba936fd662fda36596a4900ee57, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, 0x00000000000000000000000000000000, 0x1366f8c0dd71a52bd3fb6677e900e6fe, 0x16cca66246f1d7ae437ec501759f3b6deab4ff7de850611f4d32e52c30532ca8, '', 0, '?'),
(0x8bd3a33be0eeb7331c7814773b6b6868, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_3.php', 0, 0x8ed3b73046a1124fa372cb0d50b301d2, 0x8ed3b73046a1124fa372cb0d50b301d2, 0x59ec4d34435f2a4ffd9b2aa7dcc9783e08f9df30bca0883fa28025a793228f35, '', 0, '?'),
(0x8bd73fa971cbcffaced82c082e52a3c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1_no_content.php', 0, 0x686734f2ed138b481c21d77dddb60d7e, 0x686734f2ed138b481c21d77dddb60d7e, 0x8fbf9157b99167afdbdc0df80841f416bfd0b1dc7cca277d088ef4983a67c579, '', 0, '?'),
(0x8bd7e7f342b3af8527eaf71690e94b35, 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 1, 0x00000000000000000000000000000000, 0xb68ccda1cfd607be2aa572275860644c, 0x7986bcf9473fdd5e7b162bcf11591727931cda31d5ee290cc706d54724e8c6d9, '', 0, '?'),
(0x8be020148bae724779071ec202ac4df4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_css_generator_demo.php', 0, 0x66de89b2889732990d5d1633ce8b079d, 0x66de89b2889732990d5d1633ce8b079d, 0x8effaef643d213f0f607a011fa96dff83f6527ae2d13cdd6cefb74c485dbd4b9, '', 0, '?'),
(0x8be280b98b806bff0cabb589bb27694e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3_no_content.php', 0, 0x197cfb381eb4a52638620b14f1eb28b5, 0x197cfb381eb4a52638620b14f1eb28b5, 0xbf84a4a4e99bf53d68b6b682e56d38a36f3f0871205afa2e0043a857fc550ea7, '', 0, '?'),
(0x8be6f97f0466fed6d0f9b0096c20b44b, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php', 1, 0x00000000000000000000000000000000, 0x2943a4d40c257df3918b506edca0498a, 0x230b4fa359b941df6dca9169bc03732e364c29a55f7cf0328e013f82f31c2b66, '', 0, '?'),
(0x8bece51febe3c1b163883c1e5b918a1c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', 1, 0x00000000000000000000000000000000, 0x9ea537068ed7a745301b14f949b27158, 0x0c6d4fc9e2a9b10358ef587f8300450eed2c5a2adfd4792ad9067a37123b0e9a, '', 0, '?'),
(0x8bf0094d86a10a64a838a29cbe6bab2c, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php', 0, 0x935e382d11a040210a5ce6ed8a7d94cc, 0x935e382d11a040210a5ce6ed8a7d94cc, 0xe810cea0a771f98fcb080304256e522412ccd6f683e588dfe9f27d5fbd0112fd, '', 0, '?'),
(0x8bf04d4148f6ccf400ea9c5b645fd721, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x8bf1e5845703f365b138817d9fa08b81, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 0, 0xcca8191d670d7065cb66407e812a49db, 0xcca8191d670d7065cb66407e812a49db, 0x52b304791889a3c4820478ec1bf12b4f061051f5fc4016eb09729d74d8672c81, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', '/home/abt90iranbet/public_html/wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xbbac6187fdff6218c9639299b453255b, 0xfcfb588c4476a75835aca0d284cb3a11b7b4d2c32c0299ccaa7aa2f36aa5c20b, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0x8bf4283b553cf55f5a7348ce8bff68ac, 'wp-content/plugins/elementor/assets/js/nested-elements.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-elements.min.js', 1, 0x00000000000000000000000000000000, 0x0f99347343a6de0b442d90e2b7cb1e79, 0xc4fb03f5e1efd1469ab6ed0de339ae2f0b1e37ee5407eaaa7b57d876d93d51d1, '', 0, '?'),
(0x8c043e3980e62ea570ba3b71ce6cee91, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0x5d442ef6170bfa2c9758a0e665f580fd, 0xeaac6e78a6c369ac74a653938af9ecddcfe99fbb0416a8fe43bf973ec8d04a5a, '', 0, '?'),
(0x8c04a435c7b42ec7f987f7f8dde0a4b1, 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 1, 0x00000000000000000000000000000000, 0x31dbc417ae7c5c829799166e6afdda79, 0xe957e5e622d6e6eb56ff1d09c5e807318cfc37c0f15ddeb4d79644d6d6729ed5, '', 0, '?'),
(0x8c04ab55ba278b6935739eafe9a2f335, 'wp-includes/js/tinymce/skins/wordpress/images/script.svg', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/script.svg', 1, 0x00000000000000000000000000000000, 0xb4dc9fdb059f2b60be12e631497fba46, 0x7a38f4fb2428ffcb8dd3126429fc98c8a184780636c20409917be77ad5f72fd3, '', 0, '?'),
(0x8c065c735577ab750be99d50d78d09fc, 'wp-content/plugins/elementor/assets/js/webpack.runtime.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.js', 1, 0x00000000000000000000000000000000, 0xeb222b8a99fdfc9547d76edd7cc035bb, 0x73d4cfc7d34bbd4eb779a0b79d055755d0fe592db9c71135eb5740fe725980ac, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfNotification.php', 1, 0x00000000000000000000000000000000, 0x00c78d20560832e228c6c0fe64685644, 0x53d861d6e0598412edb50387fd676a2b7cadeb9120f290e14a1fb28c4d38b3aa, '', 0, '?'),
(0x8c0a6b638b05be0d1d1ced51936ae8aa, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 1, 0x00000000000000000000000000000000, 0xf2803b19491c7c777fd046e28e3be6a5, 0x2f44686345485417eaec65c9f05c51927ca512a1162acd6980d029f4e02bb4cb, '', 0, '?'),
(0x8c0ce909df3b94b7781e4ff0ac0bf641, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot-no.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot-no.png', 0, 0x59be4f6db51062a1eedb19c644e1677b, 0x59be4f6db51062a1eedb19c644e1677b, 0x11dad4ffec97b0da3008fcd9dfecbf03f23d07281849da724f96672ffe3c16f4, '', 0, '?'),
(0x8c0d37d4ce4ab1ed62d6553f72b5cfb4, 'wp-includes/Requests/src/Exception/Http/Status410.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status410.php', 1, 0x00000000000000000000000000000000, 0xc169ae9f4c298429b98837cf0166667d, 0xb31d428295d6dfde529ff19d58843ff5cb09163645c1f72c6e12605c8dadad63, '', 0, '?'),
(0x8c141513357163347e1a08847bc55201, 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE', 1, 0x00000000000000000000000000000000, 0x5a231d567b79b3adcce4ab851d5e8bbb, 0xea36046b81d833f658ab75f425e9597b4fafa93134efb4667b135d6f82659201, '', 0, '?'),
(0x8c162cb491cf539e3dc1c728726efe52, 'wp-content/plugins/wordpress-seo-premium/premium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/premium.php', 0, 0x396469804179612395f13a176cf4077c, 0x396469804179612395f13a176cf4077c, 0x736dbe212d0e37f4581ea1767df9a1ab523948a0468609b9293cb5c1cb96cbd1, '', 0, '?'),
(0x8c1db326caa5448ac7c6a16649c7b8f1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', 1, 0x00000000000000000000000000000000, 0x36e07e47ca33211754bcb4e94884a4c4, 0x95683acc0907b7a75d7688fd98fbe3a629850b88ad05b9ebfd50c752af8dffb1, '', 0, '?'),
(0x8c2978b3da5d2e6beb4658127dfe1fc5, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-options-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-options-page.php', 0, 0x4ed3dcf3c6ac8c86e630275f659a876f, 0x4ed3dcf3c6ac8c86e630275f659a876f, 0x6e139e0493578028e4a6061c21ae08fabf83f3c50b71f6647bdb27b2fb598d75, '', 0, '?'),
(0x8c30feb0c8ed5dd4566123b18da95464, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php', 0, 0x6a5b0a39490d5415e0dc0ef5f0ea8606, 0x6a5b0a39490d5415e0dc0ef5f0ea8606, 0xb3dc4b4095b91c6ff6eea4392e659045bf1741c4af9e013a0e8bfe6585be869a, '', 0, '?'),
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xfdb4f6fbad1b1bababb6b1f22b3eb1ff, 0xbd646cd18bdbb960e1b0d91e85cc08e7f7a6a0b84afb0607f79614237c697ba3, '', 0, '?'),
(0x8c3317b45b3372649ef52f20d9d61f98, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx19.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx19.php', 0, 0x9f745985288a4bd73b6ab89ce0035dfb, 0x9f745985288a4bd73b6ab89ce0035dfb, 0x9ad41c0159d9e1672c2bdf055fd11b9bc75dd22beb163b1750d56baa6cc201c7, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0x0a81fe74777ce88c875ec0d80d8b3c4b, 0x6418bd5e32143f5094dbcc4601ad9b7e01b59d07c9ff3ec0f3c4f2ddbe90e06d, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0xe7b795f67a8308c221f8298c8daa0c25, 0xa2231f5968c33bf9645c3ab29bea0e16b9b618e9ec6ba8751366934c8447d7a1, '', 0, '?'),
(0x8c41603c695aed1de3003a50784aa3fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/demo_style.css', 0, 0xecf9c75d3e5b2d2130c297d49525c05a, 0xecf9c75d3e5b2d2130c297d49525c05a, 0x070fde16b78f26d3312259058737f55570fdff2bcf794e040660f1655d974d64, '', 0, '?'),
(0x8c475fcf2730bb03c320af2559a8b83a, 'wp-content/themes/Newspaper/includes/js/tagdiv-theme.min.js', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/js/tagdiv-theme.min.js', 0, 0xa962b9ae06cc3ec99963d727123c5f83, 0xa962b9ae06cc3ec99963d727123c5f83, 0x86132bed1817542b730766ad46ad0f2ebec07aa554134f02c8b068f4526e1c2f, '', 0, '?'),
(0x8c4764b364cc81dd1db8f996f960cd77, 'wp-includes/assets/script-loader-react-refresh-runtime.min.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-runtime.min.php', 1, 0x00000000000000000000000000000000, 0x87e09afb00b621d56a314d2f3efb833f, 0x7fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a, '', 0, '?'),
(0x8c4cf841a6500b1da7d08c8dfcaba2ae, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-6.png', 0, 0x47495fc3a70d80624e57edb92362b88d, 0x47495fc3a70d80624e57edb92362b88d, 0x504618c8c2746b3ed30cd32195b840f7152a734dc1ea092b2c5fe44f8e5bdee0, '', 0, '?'),
(0x8c554407eac49e973bae11ef28c7a86c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 1, 0x00000000000000000000000000000000, 0xb2e3057631c01f2b2a5a18e3fb7cf63a, 0x9ba582fcc2b1c932b5b5bf532550fbf443704b79a3a2ffd4eb73cc9e5a3b1dd4, '', 0, '?'),
(0x8c5caf597026e8a618317847505b200e, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.po', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xe371878f15c070d7205393b9ce17d14a, 0xf8480e7041b12e4dad61fed576e7294d76567d40d2709fb7bdf6acd90854bebd, '', 0, '?'),
(0x8c5dcb3005fbd3d95953439a0d5d3091, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0xe1ae5477038ac90e5a47e61eb8df5209, 0x590d5ed35e0eaddd4945af22438e1fcf83263f91e03c2ef67b4c942f1afe9712, '', 0, '?'),
(0x8c62d501a8a987b0ea40d1375bc0e0f2, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x6bf6c9f57c7caea494b13c013c481351, 0x3ac1efa58f0787bc29a955b5fd3b37bdc44318869a2dfc00aa8365108ec7783b, '', 0, '?'),
(0x8c6c3843a7921df24daca6c97f29eae4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_panel_settings.txt', 0, 0xebd35edeae85f3062de02a71c16a8443, 0xebd35edeae85f3062de02a71c16a8443, 0x3e107ba853b9560b79b421b880dfac8ffb17760b7bb66a5b8f4c51a5ded7144f, '', 0, '?'),
(0x8c6c517f06fe21e5bbd34ff9fc968cbe, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', 0, 0xf3f93e8cce7ef2ac40b1b7e34a01622e, 0xf3f93e8cce7ef2ac40b1b7e34a01622e, 0xbb208125e81c8cfc432ffe926a2eb145bf3b2e900733825ba538d1b8e33eeaa7, '', 0, '?'),
(0x8c749298360c9ee56e34fa7d48dd8299, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', 1, 0x00000000000000000000000000000000, 0xd1c295ffcc20b332511cf0b57d03f01c, 0xa4d42c45c1c45dac02a370ad0105c76def72ea4c040e4dd397948f3a079c36a3, '', 0, '?'),
(0x8c773d6af1ee78692052634695c9307a, 'wp-content/languages/plugins/amp-fa_IR-ab0a6c12c05fd84e270fa14f958ec31b.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-ab0a6c12c05fd84e270fa14f958ec31b.json', 0, 0xb1f1ba29e33511034bf684cab4317ab5, 0xb1f1ba29e33511034bf684cab4317ab5, 0x6bedde5bae48ecc3eac908df13365d4a721dfbbbb9e724a737178075e0ada4b8, '', 0, '?'),
(0x8c77427e7ef01da6fcfaa51542508338, 'wp-includes/blocks/post-date/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style.min.css', 1, 0x00000000000000000000000000000000, 0x1e339686fae2071819d9a63ee94ce327, 0xd2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68, '', 0, '?'),
(0x8c84bab2e45b61860352837aa48c69f9, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-2340.min.js', 0, 0x8a61a4d3a7ae6ef640aa3edbbd2763c0, 0x8a61a4d3a7ae6ef640aa3edbbd2763c0, 0xf735c900443ac3af63472e71570a64b631c2802565b1175edadb4ed536aa5622, '', 0, '?'),
(0x8c869f3908738a62293b54e8457981f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_14.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_14.php', 0, 0x99f59f24387bd56a75fd7e886a216a40, 0x99f59f24387bd56a75fd7e886a216a40, 0xab7bb7fbdf10debbebd62a059525bc04b085a524e0921b8899930d8090518131, '', 0, '?'),
(0x8c8b015085a71e12ebaf96828644d81f, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/gdpr-optin-notice.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/gdpr-optin-notice.css', 1, 0x00000000000000000000000000000000, 0x6632b1968932ea3d7ef7d0d4622d6622, 0xfd1d652fe4a47c72894ea2d9895ee58b798bd6f84c08f0d0275c00363a5e269d, '', 0, '?'),
(0x8c8b947655fb475560a6c93b092bce79, 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', 1, 0x00000000000000000000000000000000, 0x91a85fb7e39c1f4850770aeb2c5d9c52, 0x84b96f7c2d960a576960b071e78273b191787082d14fa1b2fa45589ab0aaa5c2, '', 0, '?'),
(0x8c8d52257c7d98600b18558fb75d0143, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import_no_content.php', 0, 0x1a14e8d9c330078f2c5113d41c06cea4, 0x1a14e8d9c330078f2c5113d41c06cea4, 0x6679592758da5422cfde775dc71e385b2e4cb1493ed9e7b0d1745c87e25b1a77, '', 0, '?'),
(0x8c953997b9a22149b35424d8c659ea3f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', 1, 0x00000000000000000000000000000000, 0x92121d4785333b1f5676a014353d24c2, 0xa898095696d52667fe3589f27b4360f7e186d3506b341e3482815f47243e2471, '', 0, '?'),
(0x8c9786d315e1d3445f21b480cacf2292, 'wp-content/updraft/backup_2025-05-24-0333___90_481169280bcb-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-24-0333___90_481169280bcb-db.gz', 0, 0x5710d5f02acb05a0ebb2039cc6bcfbac, 0x5710d5f02acb05a0ebb2039cc6bcfbac, 0x2cad9fe2bc8f993c25e4bbafc0776e9195ac59e57deb202a28ef811681f301ca, '', 0, '?'),
(0x8c9a5a1a85101ee909d9ce806027547f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-blog-heading.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-blog-heading.php', 0, 0x5281199c43e9981c744aa3c31f2cf62a, 0x5281199c43e9981c744aa3c31f2cf62a, 0xcbd8a34876aac6fc177daa415641b06ac4a101fec5c903af8e4e3eb0459f0eff, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xba99f5f58e790664e50e8654c62f2e6c, 0xeb5c18836e29c589014e361b18faad3d68d66a0f86177edc58e807b8f048ea29, '', 0, '?'),
(0x8ca09bb5976bfcaa5b24a2e92816e764, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_8.php', 0, 0x5013de2b92ec18b97444e1a0b3164ce6, 0x5013de2b92ec18b97444e1a0b3164ce6, 0x95c28657c9aa177fe443986bbdcd5ac1b4493313ba414f7b4585091bcf348d95, '', 0, '?'),
(0x8ca16334dc295e56b4ea6c5a525416d5, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php', 0, 0xccf8fea6a11b317635fee33426430e8a, 0xccf8fea6a11b317635fee33426430e8a, 0x22ee35e9df12dab666b001d078af58cd5e444f63a683799c2bf2da415a31e6c6, '', 0, '?'),
(0x8ca1d6729ae89aa55b5b6e2af0b0df55, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2.php', 0, 0xa00e0b3a3ace5b1d7dc852ac313256bf, 0xa00e0b3a3ace5b1d7dc852ac313256bf, 0x5d48b610dafce2852c77f7dbb0a82714d7a7c5a658fc685801fcc99949f278c9, '', 0, '?'),
(0x8ca3ffdcdb5ac954212604f806319eab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', 1, 0x00000000000000000000000000000000, 0x9d5f99dd99c627e383d5e6ee305b36f1, 0xe753912ce09cb7858ea0a57dac591eee1f7c7104d331e6f6a4339248a3984bb9, '', 0, '?'),
(0x8ca7c9fd43fc930922d44f5c58463837, 'wp-content/updraft/backup_2025-09-11-0336___90_7542d964a307-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-11-0336___90_7542d964a307-db.gz', 0, 0x8e131fbb7e6d54b9b2d9fd17a2e69045, 0x8e131fbb7e6d54b9b2d9fd17a2e69045, 0x46353eab79db08b76259b081c837d31b979a370e00e67ce51d5d169e542319ac, '', 0, '?'),
(0x8ca94551c6a0e0224725c71bd3f0927f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0x4082cb682a03f0f4a3d7bb046b419769, 0x7f6e655e13fd5021b21b96ac79fba94631102e1e7d2e0c5c27aaa8dbe5561576, '', 0, '?'),
(0x8cb061acc07393c14f03bf96a51fcabb, 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 1, 0x00000000000000000000000000000000, 0xe0f28f82eb7852e3e6135cd5f99f2d15, 0xae23b63f7422a35fd5dce509f886493a00171d0ab296b461fe0b1e5baa2218a2, '', 0, '?'),
(0x8cb4e6aa069241e095c5db4943aac4ad, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php', 0, 0x7e4040f9fc2cd5be69563cdde0a1cdd2, 0x7e4040f9fc2cd5be69563cdde0a1cdd2, 0xbc750a52423995c0ce0f5dd022bd2371b47930bfc2b1e13a42e1f53af204f0df, '', 0, '?'),
(0x8cb694b518b4a2f2adf87e652f138321, 'wp-content/themes/twentytwentytwo/theme.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/theme.json', 1, 0x00000000000000000000000000000000, 0x9b4bec7c3895ae82db0902c2d543cf9e, 0xbc108a5ff8e0c97c9375070424ccc1ee20dc8f31383abb43045e6a0d7660f6a1, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xe96c887bc3624f73e9935f61ba14de3e, 0x6df56e35f1cbdf90d69eceb267014ad9fc5cb5fd0217abbeda3386f2e312f5c8, '', 0, '?'),
(0x8cbb644900c007beafc5cf678db3496d, 'wp-content/plugins/updraftplus/vendor/composer/autoload_files.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0xda2db027a57b9199ba069fd710207106, 0x4deaeee3d261c819e05babf8447e151be9f4b36a0ffff4d5dbafcdf15681d5cf, '', 0, '?'),
(0x8cbba038b787a3a948f36607a86d70ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1_no_content.php', 0, 0x42990323b7a46eb0284cf6e84225d245, 0x42990323b7a46eb0284cf6e84225d245, 0x4b76c73a1b4c2a9847755f15a42ac670d343a4c9eb4f986b507ac7f3814bc0ba, '', 0, '?'),
(0x8cbecdcb1bc892d1df885f584cf7ea65, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', 1, 0x00000000000000000000000000000000, 0xd6e853af07075ecaf3fc11672df40226, 0x6d08cc9999eca69f0d10ff1f829765379a11ca6c7140f0b6c33fa016e2a4754a, '', 0, '?'),
(0x8cc0c530485cfdce36b67ba2ec98995a, 'wp-content/plugins/updraftplus/images/addons-images/googlecloud.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/googlecloud.png', 1, 0x00000000000000000000000000000000, 0xf3ea27a463cb1bd6c866d77bba013d45, 0xb079b284415a380e32695e3cdecf9d117b569e0d458b1b5b2189fd3755ed5c8f, '', 0, '?'),
(0x8cc55a8363e27600f547d3cc81c99203, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css.gz', 0, 0xee47817de0fae83647625a4fb2a97c37, 0xee47817de0fae83647625a4fb2a97c37, 0x7e85820f876112be1ce5d1deee6f8a7f780941a16c6005fbce8f849b4bbdf392, '', 0, '?'),
(0x8ccbf4d73523a80dec6e2cfd96267d71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', 1, 0x00000000000000000000000000000000, 0xb7fdceb8d1e18f4a933ffeb3ab065f28, 0x7470dd87473e93ed92046cf12b82f19aadd9b16b0a87c53aa031dffd95a1ba65, '', 0, '?'),
(0x8cd93748bd76e2ce4d33b0f0998445d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_4.php', 0, 0xc3a03873bcc66f4acec8d8e37cfd6655, 0xc3a03873bcc66f4acec8d8e37cfd6655, 0xc484a6781e2d2aaa3ee210b45575c2abe5dad538c3a475c233586f961b06f7e5, '', 0, '?'),
(0x8cdc0f5325dcd19c22e2cf728e211cd3, 'wp-includes/blocks/list/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/list/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf2e604b01ea2e5204be21c7ed5fd5f5, 0x62f75c4661c25db2729aae993a0d4a7e1da93b57a8ba00f9500e36840c727543, '', 0, '?'),
(0x8ce0e7d345bf89e8d2236e33e61e6041, 'wp-content/plugins/wp-rocket/inc/deprecated/3.4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.4.php', 0, 0xb3b9f8e7ba45171fc079d6318285cd9a, 0xb3b9f8e7ba45171fc079d6318285cd9a, 0x113e04df565ba331bbe6b4c8b928a5b5197ee96318f44f52fbd245276a97e6ed, '', 0, '?'),
(0x8ce69176aacc5ea906be3d6b1fc25c85, 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobms.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobms.png', 0, 0x7201f92b201412dc6bf9f14a84b28968, 0x7201f92b201412dc6bf9f14a84b28968, 0xde49075662fc7d278c8a35e7528796bd3f85d83b7478cbc5a035b517947c2f34, '', 0, '?'),
(0x8cecc773582e57d8a67a0b811aa5acfc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_7.php', 0, 0xab2dcc424d91a165b7e04eaab9ba3535, 0xab2dcc424d91a165b7e04eaab9ba3535, 0x4d9e9c793ea91b88112b94b5b45436a0671833ec749c25e8cf617be43ea5139f, '', 0, '?'),
(0x8cf7e6011135035699224d5ab6745665, 'wp-includes/SimplePie/library/SimplePie/Sanitize.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0xef9c38a09a63c806c1e45b5c3b3d45d6, 0xfc7efd294ac54040d8930180b897b5339c3e2ea4bd58217e5cafafdef2ac3889, '', 0, '?'),
(0x8cfd6b2ad1b2a3af20016f5644ba6e79, 'wp-content/plugins/amp/includes/embeds/class-amp-vimeo-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-vimeo-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x333851aebcc02a2b1423df5d96251c6d, 0xc4c3e52419c8a3d68c148e3538285e4ceba28bdca0b36ec3c6bef32b945b3c13, '', 0, '?'),
(0x8cfe28306742b238ea961c527074df75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_8.php', 0, 0xc06d717bb69ecb91e2ecb1fbf5edf6b3, 0xc06d717bb69ecb91e2ecb1fbf5edf6b3, 0xa7ebcc1b1bdf553a85b51ba23140c7fc73f4f99e808776390ca0110cbfcc831f, '', 0, '?'),
(0x8d02307ce83bbb486773ae8221d2ba2b, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php', 0, 0x3023897485443957b4507199ed91f93a, 0x3023897485443957b4507199ed91f93a, 0x0a6fe0e0bde4eb6b3a73afe61ff4ff4477d61d6797600798e75f8defc171fe1a, '', 0, '?'),
(0x8d043cfe153f5b3fa95fc8d5f95986c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x8d0aedc28bd526e57a02ed9f7c5eb156, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import_no_content.php', 0, 0x99fdb40aec41c74522db6b69a00f8d86, 0x99fdb40aec41c74522db6b69a00f8d86, 0xcb75c3eb2f82a32a535343f70cbe4b75b757f27343a0684e54694e8ea21e470a, '', 0, '?'),
(0x8d0d504d2cce9bc017f5e2c88b13a638, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3_no_content.php', 0, 0x02c089c6ae2c0fec85bf3f69987c72f2, 0x02c089c6ae2c0fec85bf3f69987c72f2, 0x1a2416dd91d178d18c194369093733f4cc809c56b3ad1882162d346a50901f42, '', 0, '?'),
(0x8d0e3932b09d7c597172b912707a7152, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/demo_style.css', 0, 0x033d4c7af25918cb96b3ccea6de1b8b8, 0x033d4c7af25918cb96b3ccea6de1b8b8, 0x599c3aca9dc587816bb8c0479d0d886d9536e63291488ebc22f070d485f2a87b, '', 0, '?'),
(0x8d1418e4e4be1e72ae709a7192e5b2fb, 'wp-content/updraft/backup_2025-08-25-0332___90_f3a8ab188b49-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-25-0332___90_f3a8ab188b49-db.gz', 0, 0x85ab2e73a4e0052fe0f9bee537e684cb, 0x85ab2e73a4e0052fe0f9bee537e684cb, 0x28d8002e920f51c7022c1750ea14fd4f84dc0b8715761523bd6e151e4b78a7e9, '', 0, '?'),
(0x8d189f93e00a48776a40c1b1095cd4ee, 'wp-content/plugins/td-composer/mobile/includes/td_page_generator_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_page_generator_mob.php', 0, 0x3a96385606d4555dec5dee9e74560ff2, 0x3a96385606d4555dec5dee9e74560ff2, 0x767b1d2fcb6a377fd772f1a5c84c026c2a3b4740451747d15899d5b2a4934745, '', 0, '?'),
(0x8d24b79c6209b68ac26fcd26ffa138f3, 'wp-includes/blocks/button/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor.css', 1, 0x00000000000000000000000000000000, 0x03385af7db486e1382d7b3cbf22d1a2f, 0x315bc1678991d68238cd819cb580374ded66e6e9c7657ff923fca67e1e77b88a, '', 0, '?'),
(0x8d25e268d43298f1faa0641f3914cc61, 'wp-content/plugins/elementor/assets/css/widget-alert.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-alert.min.css', 1, 0x00000000000000000000000000000000, 0x6111571b059100899daae9cb1cc14d33, 0xf6df16d87e46acc3cd7aaa7ff9085153706eacce3a7d40c0682a238380832655, '', 0, '?'),
(0x8d2624d11c273dd0f6b9cb7fa1f51377, 'wp-content/plugins/wordpress-seo/js/dist/introductions.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/introductions.js', 1, 0x00000000000000000000000000000000, 0x027037b96e9ff96c6cc831a1c66a6788, 0xb1fa04a6a68ce9b1f63f672382f485445a735dc0984fe8d5f32a7d8e9a8578e9, '', 0, '?'),
(0x8d29d66578428b7be5d6ab26c9597e1b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/header-bg.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/header-bg.png', 0, 0x6c7b0f6031fe9d7f3067503c515c9265, 0x6c7b0f6031fe9d7f3067503c515c9265, 0x81a39f25f113dc7e7b1ca525d84645c7c1608f81cd3145f42c615c617038b502, '', 0, '?'),
(0x8d29de236035e1cafae9887431fa5369, 'wp-content/plugins/updraftplus/images/addons-images/moredatabase.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/moredatabase.png', 1, 0x00000000000000000000000000000000, 0x2f61215c2d8993483d056bc931a74d90, 0xf722d1247d8a279ff2fc5dc66c41774bbe15ec85b34d969b73f63d1a44545b1b, '', 0, '?'),
(0x8d39c5e785fd735cd170a41158ab2948, 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 1, 0x00000000000000000000000000000000, 0x2f44b630165f56179c1e516db03e74af, 0x8b203726c2adf3e9c3faa25dbf6bd2709f26e096e404ab6337f21d9b93bff2fb, '', 0, '?'),
(0x8d3c5e3215226e0c50298e4a65ae68c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_5.php', 0, 0x31dcdc5bdfc654c3750565bd9970775f, 0x31dcdc5bdfc654c3750565bd9970775f, 0x6b28f39edc01ae5778d73684ad0714c7895f8b63d08f3ce9c51f324aa9b1e821, '', 0, '?'),
(0x8d3e2298c9022c012425278a1ed76c80, 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/LICENSE', 0, 0x99f14a0ee149e3c9d7b9a335d73c908f, 0x99f14a0ee149e3c9d7b9a335d73c908f, 0xdf5a9d46bb7034906b9fc359d09fcad30dc6942a8901bc5dff3daf0932379439, '', 0, '?'),
(0x8d3e7c7702307a42a52fad033bfb18d4, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter3.php', 0, 0x02a99ab902e8e7a7b663ace3186f2a9a, 0x02a99ab902e8e7a7b663ace3186f2a9a, 0xd9a6d8c7b5b9f93b69a1b3298368ef27fc3ece2642ff087c3e99aeac5159cd50, '', 0, '?'),
(0x8d3eda09aee1f0f2da577ede879031af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_panel_settings.txt', 0, 0x20d1c7b22ae2a569feaafdb2a78c024b, 0x20d1c7b22ae2a569feaafdb2a78c024b, 0x11f653cbc62416885b68ae4a4d99a1767eeeccb74661b1816d94e17df4042c6b, '', 0, '?'),
(0x8d4356929e25fffc9811e89c0307d369, 'wp-includes/block-supports/border.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/border.php', 1, 0x00000000000000000000000000000000, 0x6185d5478c86f36f904db59996d75cec, 0x1af26f4acb08dbeb28e4064622899b635bec2d39e4b9b92257a5ff03d60d621a, '', 0, '?'),
(0x8d4466235ecdfb54eadc4cc6c27df570, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-settings-updates.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-settings-updates.php', 0, 0xb52bb12eea8e088e012ba532eb12d435, 0xb52bb12eea8e088e012ba532eb12d435, 0x28b63bc6fb5ed845a6bd5b4bd6cdeccc090d38a2a984af7787f686ff4ab12c23, '', 0, '?'),
(0x8d4585fd1ebef98d0c84f48627571dcb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_3.php', 0, 0x38a18ee8276e3626e1c6452ae59cb087, 0x38a18ee8276e3626e1c6452ae59cb087, 0x6633a8073768f33b3148d8c11ce16aecc7c3130c020a81984d8b668a4dc8f749, '', 0, '?'),
(0x8d48a64aee45588a172b79df06ef07fd, 'wp-content/plugins/amp/src/Admin/PairedBrowsing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/PairedBrowsing.php', 1, 0x00000000000000000000000000000000, 0xe90f87f402c5ef8158c1aa94a85d1710, 0x2726e2927920202a0d7c0bca2db8841b5bb19006e697b1030d87daff094abba0, '', 0, '?'),
(0x8d4a9cdd9fbb8fe8256a23d2a431ac52, 'wp-includes/blocks/site-tagline/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style.min.css', 1, 0x00000000000000000000000000000000, 0x869f4e64fc63ace9f416a506df2fdf2e, 0x84f0671a6687c88461d6c4c293fbb50978b91ff054e6b104f14410263fd73cfa, '', 0, '?'),
(0x8d4d31aa5db0a725aafe5e414e110d27, 'wp-content/plugins/luckywp-table-of-contents/core/base/View.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/View.php', 1, 0x00000000000000000000000000000000, 0x441f8062e1bdd1e2f9bd43799763a19b, 0x09f5e2a65d944d0a81300005a73434713561a5ebdac98ee41af95c8d52bf9354, '', 0, '?'),
(0x8d543fdbc36673770cf1905a08846096, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_fonts.php', 0, 0x759f9a40c1925b3a2517318d73f18c93, 0x759f9a40c1925b3a2517318d73f18c93, 0xc09caccf87fc1b9f7459d0ef907227aad4c42fad2f15e4f4ae3ce8c7d1f77bca, '', 0, '?'),
(0x8d5ee536c37a433a70f4a4386f3baa51, 'wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php', 0, 0xdd64dc36a7e8090972ffb4215e17c60f, 0xdd64dc36a7e8090972ffb4215e17c60f, 0xbec92dd22f78e1152a2593a2f2972e11892772f0afd166310f78ee60f3f5363a, '', 0, '?'),
(0x8d61df17107986cb06a311d63c70c460, 'wp-content/updraft/plugins-old/updraftplus/images/pcloud-logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/pcloud-logo.png', 0, 0x2b8516b1091161c98fffa7f602082b81, 0x2b8516b1091161c98fffa7f602082b81, 0x4197c522e27b91ff42c0ca84c8c89edb3a54faae4cbe084e1b5bea4e4fddf2e0, '', 0, '?'),
(0x8d61ef9543805930bf43b5cb23e6b20c, 'wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x0cdedd1bcab812f8cf207df1abd4b648, 0x8c03b01c6142e427dd73f888b45ae1fb2042c7ac823021c626fa0c895660cb08, '', 0, '?'),
(0x8d6229711deed2e41bfd55436dc7d21a, 'wp-includes/blocks/comment-edit-link/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style.css', 1, 0x00000000000000000000000000000000, 0x3af6c753103689b0919c3009a969456f, 0xa6e04f6f902a032fd1b7d138823f9e2f68681fe903b2e6152707e62ae913e9b4, '', 0, '?'),
(0x8d6326e207f8b979d9e016c5cd1961fe, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 1, 0x00000000000000000000000000000000, 0x50b0491b43ad944b2c38090b29f0eb75, 0xdfbeef85d6df9f37abd7c2967cecc81f8e1c2010598d8eb33a98cb07c68c1eaa, '', 0, '?'),
(0x8d637aa9894b7332448d9c4358ae9988, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', 1, 0x00000000000000000000000000000000, 0xe4b3a924f7482d6b15662eec93acb8fa, 0xf25103a5362319a862f537dacb82b0eaa4cffca89b6eda3a4687a1a9b93a859a, '', 0, '?'),
(0x8d6767baf21c2d1795e5f9311aa719d4, 'wp-content/plugins/td-composer/mobile/images/sprite/elements@2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/sprite/elements@2x.png', 0, 0xe08536f8212e4964a974c38e622dc1fb, 0xe08536f8212e4964a974c38e622dc1fb, 0x07509b6ff929a1359889572374f06e7721e41da4e05909e63bd8a9f91ee300f5, '', 0, '?'),
(0x8d67b668acfe35168c6eaf6f1b14aff7, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_741x486.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_741x486.png', 0, 0x7544c43cca1a40c37a2fe8105e846ed0, 0x7544c43cca1a40c37a2fe8105e846ed0, 0x23cceb844cefb99b560ba073b4c7cf39ed330cc7dbdfa746d9502ef5b7eec87f, '', 0, '?'),
(0x8d6a632b628d621d3e5d4d9c727bc724, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-11.php', 0, 0x95791c81205a99472f8287b11fd7ec2e, 0x95791c81205a99472f8287b11fd7ec2e, 0x34951b109acc77bb9c434ccb3af4b84d9cf99c2f2d67f926b8f6b4eccce6a565, '', 0, '?'),
(0x8d6aa0be32872ba966b7ea2b52518b50, 'wp-content/languages/fa_IR-0ce75ad2f775d1cac9696967d484808c.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-0ce75ad2f775d1cac9696967d484808c.json', 0, 0x3f365873b8005652912bf1ed7a305212, 0x3f365873b8005652912bf1ed7a305212, 0xdd9af947a629fcb78c214cccbbfdb60777bd8113c52e0f838676af0d8b24afe1, '', 0, '?'),
(0x8d70eb2f494fc2315f66c95755f4ad38, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_panel_settings.txt', 0, 0xefbf4aebadb8a09be1309f26eda0455c, 0xefbf4aebadb8a09be1309f26eda0455c, 0xf2245b5c896d8c2ac3c81effb04c6a5ee6808a95c8b0e329c4632c010765f11a, '', 0, '?'),
(0x8d783bf4443b79ace7f2b9f7ea481bf2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', 1, 0x00000000000000000000000000000000, 0xde1773f7f0e07dee2032871890d12d7a, 0x7e1c0acc4749db543db8209e60406334935071447e637433ce8b1db1bbce519a, '', 0, '?'),
(0x8d795295815548210bb0a8e6a8cbb304, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import_no_content.php', 0, 0xa6c036420db8452223546e20097e4b90, 0xa6c036420db8452223546e20097e4b90, 0x89a9bfaa2d2bcb4c75d67614b1d65a7c027b2cec40e21b89c96d8c191085761b, '', 0, '?'),
(0x8d7c1e5d8f3e132e58688d35fdfc6e22, 'wp-content/updraft/plugins-old/akismet/views/connect-jp.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/connect-jp.php', 0, 0xa081b8fc0d4f819cc1bd7114f5653de7, 0xa081b8fc0d4f819cc1bd7114f5653de7, 0x5f7a185cb715a62826e1d16ef040d9a9d6cb863379c35ec981356f360d110020, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', '/home/abt90iranbet/public_html/wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0xd9fb7c2b54f8e7475474fae585131200, 0xcb72b6427e8b3c5735be398bffa95b3b115dc506de933553f5e0b944bcefe0ad, '', 0, '?'),
(0x8d7e5100a0c7ccd743ff226a71ee9e03, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php', 0, 0x0a179491ef1e7b1b5062d1fb10151a61, 0x0a179491ef1e7b1b5062d1fb10151a61, 0x90bf5abbcc2a2f0e58af52aea7977b09096f18ac63fe4db56d6acf6e36c62cad, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8d85ebaaf6905a4bd9fa2a2586d8f7da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x82a1ca2a20bd9ba62ae8b52929cbd05d, 0x46092d545d4d4eca008348e8b8539cc6ae0ea8130f63cfaf93bf844700fbc9e8, '', 0, '?'),
(0x8d90547510397406fe5cc5364f1ae96b, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-d.png', 0, 0x1c285e771b5935fee10b07a3cd612a7c, 0x1c285e771b5935fee10b07a3cd612a7c, 0x4d3ee02dfb63476edac1dfd891e08ca4984221324b0a739bd5578f27f8bef17c, '', 0, '?'),
(0x8d9ab41dca78e847d212db448c178285, 'wp-content/plugins/shortcodes-ultimate/admin/images/plugin-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/plugin-icon.svg', 1, 0x00000000000000000000000000000000, 0x364b27a220ea99adf72c6e00d4ef6c13, 0x9a43c1b83854c9e6f77eba5f95339df6501f40ad93662802992a2d9b392cf61a, '', 0, '?'),
(0x8d9ec26411ca5c1dfa637cbadcb54c6b, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_subtitle.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_subtitle.php', 0, 0x6c8c41d7cfc44c70ccf92d4d0b78fc9e, 0x6c8c41d7cfc44c70ccf92d4d0b78fc9e, 0x2a6e1060a4278f1642f4d22a126f3da6f89b39e77db979f499c89cf5ce189cb5, '', 0, '?'),
(0x8da4cb45c40dfb0f833c1e343c4a3b49, 'wp-content/plugins/elementor/assets/images/logo-panel.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg', 1, 0x00000000000000000000000000000000, 0xe4c363a9b75c9e708879b2007908ac81, 0x8c6d4df750385861775a90e632f2c44fd62c639b3ddc3ae24853a71bdf2d3060, '', 0, '?'),
(0x8da7dd864431a713eef352723b3081ac, 'wp-content/plugins/td-composer/css-live/assets/external/ace/worker-css.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/worker-css.js', 0, 0xe722a75dc771cc49e4acc4a4e9b29f60, 0xe722a75dc771cc49e4acc4a4e9b29f60, 0xcc36f5861aeee0a452f07c9b3172902fbd63188bda3f472a429e14a28b69b67e, '', 0, '?'),
(0x8dab0c05f6875c3ab20027702c8e8556, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.po', 0, 0xf3187fc26c2097397fad991d0978bfdf, 0xf3187fc26c2097397fad991d0978bfdf, 0x75a7cdff2e9811f8c80a0ed4cf58385dc2e4f8fd0425dddfff002ae16cde01ee, '', 0, '?'),
(0x8dabccd3451374b69e5cbc32fa3d8868, 'wp-content/plugins/elementor/assets/js/c1dd514ac8d43fbb6919.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/c1dd514ac8d43fbb6919.bundle.js', 1, 0x00000000000000000000000000000000, 0x32d70d8e18baef1302a673c04cbcb438, 0x3df3daec1ce4713c542242a558dce6349457324d51db0179a0b57e608fff1a33, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', '/home/abt90iranbet/public_html/wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0xefe1a667aa7364a95af1eedab676196f, 0xb8d8f2652f9fee9704d286eb8eb12b527400cd3ba1ca3e74abe738796645cede, '', 0, '?'),
(0x8dae4e5627bcd7dabb0400e9447db449, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/gmap.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/gmap.svg', 1, 0x00000000000000000000000000000000, 0x4009137b757e28250834fc7539665e0d, 0xee5a5ed08fcfc690b84619f446a1583b87c337f798aba0f26dba1ffef82d4785, '', 0, '?'),
(0x8db3c8ca5b1f8a8321cc3b4f271a6325, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', 1, 0x00000000000000000000000000000000, 0xd64f7c3ce5354bae118ee55a4c72460a, 0x701b2d95fc9609e89c4edd623673c0e51cae438093b947013556018fc06a33e0, '', 0, '?'),
(0x8dbeef202caff9e1d69b555c58d031a4, 'wp-content/themes/twentytwentythree/styles/whisper.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/whisper.json', 1, 0x00000000000000000000000000000000, 0xbe3a1d44fec284e4f116c0d1b47152ce, 0x1213da0478564d59c406e79f131a4ab6ae9dc120d56d0f402a8c4f14f3273a07, '', 0, '?'),
(0x8dc280dc434e50dfc4e04a598f31b961, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x32bcd91a9f4148e40d65f7a1fcb90bb3, 0x830f704a2e3c361dcc4cd115e6d39de444f56350e7b486305088ee800fba6ee1, '', 0, '?'),
(0x8dc3ebd9359f302ff8e00f7233162b36, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_2.php', 0, 0x63f5271bdc61ad5cd5dadfe627e932f6, 0x63f5271bdc61ad5cd5dadfe627e932f6, 0x6c15bb7ebdf249d1d1373acd264303da9b08529e60e06a274b91d69ee84e55c8, '', 0, '?'),
(0x8dc4b03897bfce22b2863c8afacc242d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', 0, 0xb4e1a0e91f96f5d5d430eafdc8e4ac1a, 0xb4e1a0e91f96f5d5d430eafdc8e4ac1a, 0x96fa744511740066e4ae520f65f8dbcdc8455404cf9b2008cf57ac61e344dfa9, '', 0, '?'),
(0x8dc65fdfd88786af901e6c169691a3e4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/header-bg.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/header-bg.png', 0, 0x93e10c50ac453d5576f300f218703117, 0x93e10c50ac453d5576f300f218703117, 0x274be730fb3be580a163c2e2676ca7cc6ae72f97ec4262f78d6b28f1eae0cb55, '', 0, '?'),
(0x8dc9a911620c0af6afa265cb583afd0a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-default.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-default.php', 0, 0x1eec19bdff184f532931576168e9f845, 0x1eec19bdff184f532931576168e9f845, 0x9c28ced1a45857e2af818ed184de17a66d7c1cec0a9e125123b847d058a826ab, '', 0, '?'),
(0x8dca372a01971d490471ad48dfa509ec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4.php', 0, 0x0a2e1184d49804c0bd7d0de902a8a27c, 0x0a2e1184d49804c0bd7d0de902a8a27c, 0x7175399858a2ed48d64134126919f974673a6532d111d5ea730ee11d7bddffef, '', 0, '?'),
(0x8dcc2b0420d29b62641b58b219d53e36, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_1.php', 0, 0xc5a846848b332f2d6c518e3bef4ed3d9, 0xc5a846848b332f2d6c518e3bef4ed3d9, 0xa4f99ef20ccdb48c9a93b6736b359d0a3b92a8a0a4a2bf768aa0db47ecbc02c7, '', 0, '?'),
(0x8dcd2400d3536c61c59f717c159827d8, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', 1, 0x00000000000000000000000000000000, 0xd660e484f39969946d0571d50d7b6c1a, 0x1af5915ba83671cfbd90ddd1481b4f5cb3f6e4676eae9afe0791420c6447e736, '', 0, '?'),
(0x8dce7dec419b8d04e8257623352c6642, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-4.php', 0, 0x7fdf021a3ec15deba39bc9fcd1a93bc1, 0x7fdf021a3ec15deba39bc9fcd1a93bc1, 0x3a916263185831244d5020933d153612ffe0741e35695c0a92fa5173668544fb, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x54c9de0fe3fb411ac77c80177553c945, 0x6cbe0b33b374a1641b57f50f76d01fa5435835dfec0fbc7c05c7e97e31dca452, '', 0, '?'),
(0x8de801b224e2de7ae604a8273b50587e, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-rsvp.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-rsvp.php', 0, 0x5510870c790b0215154215f8d1445d93, 0x5510870c790b0215154215f8d1445d93, 0x4e5badf8ea9dc96bef2cf22a829213ae0062c8f846b6ca23a7e71f4df2a681a7, '', 0, '?'),
(0x8dec1a80b244ba9159588a1110f16602, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-social.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-social.png', 0, 0x992419538582e4efc1dcb5a05f66a3ed, 0x992419538582e4efc1dcb5a05f66a3ed, 0xf077ae99d18c5c438190bfc37c698da062e8e3e32421f4f7e1f16e666a65427e, '', 0, '?'),
(0x8dee0e73b872bd5ab17d0ab7e4f33157, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-list-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-list-command.php', 0, 0xb71eea09645078898e637afc3681721f, 0xb71eea09645078898e637afc3681721f, 0x3ae236b8a9b1209ab852b1256f5c15ff36a06dcd96af22c18bae8926032aa64e, '', 0, '?'),
(0x8def67d0007d5e9ca0d2a1c83a91dd9d, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php', 0, 0x8beb459fde974e0d2fee1061237711ad, 0x8beb459fde974e0d2fee1061237711ad, 0x6ae5da28fb6b5f5c02d59d7341444f43ef3c26704084d0bd635ebabb78146e94, '', 0, '?'),
(0x8defe6ae7b6515070375c80949b8b0b2, 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0x8df2650227f00f38307e29ca87d4fc9a, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-6.png', 0, 0xc3ad6d3e468a02b2cd8109d7ee2f36cc, 0xc3ad6d3e468a02b2cd8109d7ee2f36cc, 0xc7e145474eb44c8e92310a1b21b0fdacdca358aae3ca5f9e40443da6860e1da7, '', 0, '?'),
(0x8df5d32ec7e518ee4be2a1894380f93e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 0, 0xee3e35fb879610207922ed717ebc3b5a, 0xee3e35fb879610207922ed717ebc3b5a, 0x7527ca5b108d5e48cc65ecc9f536234722c85fed3994252e4de8e9ea490e8526, '', 0, '?'),
(0x8df67c245caeb59f876d4ee6f1b731d7, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c651f64f8ae2f2313570ab5728b40e7c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c651f64f8ae2f2313570ab5728b40e7c.json', 0, 0xec53614459d2db14be8ec08eda44ecef, 0xec53614459d2db14be8ec08eda44ecef, 0xc718abf3f89872f1d665f5a64e912738afb1dfd2daa5289c05ac0fb29263e656, '', 0, '?'),
(0x8dfa3bd636c5315d3ee0375a3b89dace, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_1.php', 0, 0x3f23637299e4f128986f7026b925b007, 0x3f23637299e4f128986f7026b925b007, 0xda1fc3e5c4d1521dd4da3f2cf2e26af0d1a969459154dce4034a202112ada98a, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x01c5f1d20468b96a0eabbabb62d31f28, 0xaf78fe54f491205a9c8f99baf8bce524201394cec41a0aba4a43d88b2895be3c, '', 0, '?'),
(0x8dfd87fa33ecaea49c37a8a648359fac, 'wp-content/plugins/td-composer/includes/templates/typicons.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/typicons.php', 0, 0xd6b5b5d950fa67c18a9393824ef8b0b7, 0xd6b5b5d950fa67c18a9393824ef8b0b7, 0x92b914c2373dc0995fd3937f3c4d76a0ec6d316a1add6689877ac6ad733f7864, '', 0, '?'),
(0x8e0b80301c88185c4ca74562567aa209, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 0, 0xa0acfbe237e70df48b1d39b2134591e1, 0xa0acfbe237e70df48b1d39b2134591e1, 0xe683fe5acc9af70cffbecb1cee1c727c1114ef4b3db137b2947df2e9cacb21d3, '', 0, '?'),
(0x8e0e4d15e3e6d444ece12bb1da7d2812, 'wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp', 1, 0x00000000000000000000000000000000, 0x4a0190b2622efebab9323e2414697029, 0x5f38e242b3841d76207f4670f9307ca756768f29b4040146f89ea3cd9a7c01d7, '', 0, '?'),
(0x8e0e5e03bd3e3257494a069e247d0f82, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x955e6ccd37640fc1ae90ace471ea4d62, 0x9ca87b0a319e21c28861119b6312da7fa39bc07fbaede43c7902b1d64ddf3740, '', 0, '?'),
(0x8e1176a8cc34c10a7c22e4b895e173b3, 'wp-content/updraft/backup_2025-09-13-0326___90_52f6d2278ee6-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-13-0326___90_52f6d2278ee6-db.gz', 0, 0xb31e8c69d4e4efddac9e9dacb2028b26, 0xb31e8c69d4e4efddac9e9dacb2028b26, 0x5cfcbbd369a341499485d5c79f200acd6c1f86ea6e40c75463a27863a26285de, '', 0, '?'),
(0x8e135975ad614d48c65a2ba04932f6eb, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge.png', 0, 0xb99ccea2958fde80e93f653c2c5d6d72, 0xb99ccea2958fde80e93f653c2c5d6d72, 0x407c122d671db5a3378842ecd00051bce6b5186d3548eceadfaaa31523d42347, '', 0, '?'),
(0x8e157936e9eb8d1cda9a8e70405f5038, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php', 0, 0x5efdfb0faa8a2155bc69c7755b7a4280, 0x5efdfb0faa8a2155bc69c7755b7a4280, 0xadd8b60ce4a464e9dbfcd10e0a55328cd1ab3f71b04b7b02f22df31767968888, '', 0, '?'),
(0x8e18218dab3d12c4cd4d0eac12223025, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/google-enhanced.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/google-enhanced.png', 0, 0x57dbeccc7fe37e05a770a4e399b2dfc6, 0x57dbeccc7fe37e05a770a4e399b2dfc6, 0xe245760c84fa483a8e709a47caa613541d5b9639d3a38722a41b3715e1779936, '', 0, '?'),
(0x8e1b63c3512fe2d5afc19faad704359f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php', 0, 0xf5cb9de3f9980feda6ea3341215bf7ac, 0xf5cb9de3f9980feda6ea3341215bf7ac, 0x90409935d22122e6718ee684cd3f6e18f85e7f7f8fcf66c570fbbb64e2785e6e, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', '/home/abt90iranbet/public_html/wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0xc2ce45a23112206162fa7a3053112511, 0x1750b9bac366d55d6b5a96ec749a6c7f8e0760c3841885accbfdcd57c3f035e9, '', 0, '?'),
(0x8e2347963d0b4a5324e43803f90ddfc1, 'wp-includes/blocks/loginout/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style.css', 1, 0x00000000000000000000000000000000, 0xc06e6de225489be04cc07a640bf5ec37, 0x5872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd3, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x8e2ac6154763c90574eaaf7d606e04d4, 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 1, 0x00000000000000000000000000000000, 0x5d126c36fe3d4bcc641aded23b05e191, 0x1c30e7155415eb54ada799aeac19263b20b0757bd4b017fce7b0d41c5667597e, '', 0, '?'),
(0x8e2d6005f8d1dcb13363a73cdd463390, 'wp-content/plugins/shortcodes-ultimate/admin/partials/help/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help/settings.php', 1, 0x00000000000000000000000000000000, 0x5f8bd31dda0b09e70385061a99eb6526, 0xb9a8a6c12f3ffd3a246f546973c6aa550d85ccf24d7eee3ded6741fb0c5cd305, '', 0, '?'),
(0x8e2d73b96cc882beab440ac623a8e8b4, 'wp-content/plugins/td-composer/css-live/css-live.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/css-live.php', 0, 0xf0b79a541c6f73b2e7c7feae831f9a56, 0xf0b79a541c6f73b2e7c7feae831f9a56, 0x7510bbe8a18828795be85fcfa62101f8f2174868ebfefc118df5a89a0363d11a, '', 0, '?'),
(0x8e2dba8b7138eb1243ddfed7fd70bed3, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php', 0, 0x7a0e776971ee4162d85708ea4917deb0, 0x7a0e776971ee4162d85708ea4917deb0, 0xa9b99884a087a18541ce80dc08e9b277ca2cedb33a2a8109ccbf316f272aad58, '', 0, '?'),
(0x8e2fc50d5aa9f393da71270d0b49c069, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 1, 0x00000000000000000000000000000000, 0x96307bbc50ac4d4cc581f80cfdcd567b, 0x07c1b5afa61fc399ec5251b0162602c54d47a16de02a75bb6d02ebb523665d97, '', 0, '?'),
(0x8e30c09c407cbf8e2ef782e4d95f3427, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_CA.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_CA.json', 0, 0x647a115096a8d70d27e6e4fdf0ce8bc2, 0x647a115096a8d70d27e6e4fdf0ce8bc2, 0xf80ecce6f5a2d0e6e054afc1d3815dad6fcbff56cd53640e40b51a5c00a48c77, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x5179be84a33fbf1e3be9389e560a06f8, 0x00c72dd8de5d14ebaeb3870e95584574299860c9c531d81f43fd7d4d7232dd2f, '', 0, '?'),
(0x8e3b902a0034c553ca3b2342afa777f8, 'wp-content/plugins/wordpress-seo/lib/orm.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/orm.php', 1, 0x00000000000000000000000000000000, 0x24bbda3715baa41852e8251669e11153, 0xba64848e0359cf8fcf9a45caa34487fdcf7f5d82a9ff038803e6e5faca20e8f9, '', 0, '?'),
(0x8e43a0141d2cdaa688523141c40958da, 'wp-includes/blocks/latest-posts/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6e36dd1ac1edea9a03661597369bbc91, 0x8800cc90e09cd3af0a5a90fe0b09ab2fb9c0cd414a7b87ad27d2672893e21dbd, '', 0, '?'),
(0x8e459148bba8aa211da8a3c168803c79, 'wp-includes/blocks/site-title/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf6a247e1f3cc1b4de2ce22f9d9747c1b, 0xb3bb130f15602084fc0d70814aa1f2c981f936db90a9b5ef1af8cc5bb6d1326b, '', 0, '?'),
(0x8e4a57433ca8ec58c99c0592baeef7d6, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php', 1, 0x00000000000000000000000000000000, 0x9c3b61d139f5da1a0093b05e6b704ed0, 0x8ec6570b9a2c5cdc86f342779b636a7c5cceffdc3a3364799a02d896c81298a1, '', 0, '?'),
(0x8e4a65a5da73a5a7a25428243c73d7c5, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/column.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/column.svg', 1, 0x00000000000000000000000000000000, 0x01a967bb60c6d7fa5143949e950ace2b, 0xe99674922fad1b1d90c84fc5794ee9885ded9072285c04729e335d2dab75c7e2, '', 0, '?'),
(0x8e4bb186c142d9512bed5799c93183a2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import.php', 0, 0xee8ebc861d8c0bc8f6a8b49191bbe0bf, 0xee8ebc861d8c0bc8f6a8b49191bbe0bf, 0x69db74b4b2ed8fb687013234bc70f0d2a22503528ccdb623df4b39967db32303, '', 0, '?'),
(0x8e54081a4044731d972f858289a80be0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', 1, 0x00000000000000000000000000000000, 0x6d76f868eb8d0abe38c1a166496a8495, 0x1917bf5cf287e8e59cac467e541e804eef6efb3594d055d69f2941108940c6c6, '', 0, '?'),
(0x8e58f855befc15ee245b002f51f70aff, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/pullquote.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/pullquote.php', 1, 0x00000000000000000000000000000000, 0x7773f3c5ae94ad7a6a004b7d55498cfc, 0xecf080adc535f3ed54f26aae65f88022e7fb3e039a11cecefc5b138678232699, '', 0, '?'),
(0x8e5cff4040835612653dc9f2cecb8809, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', 1, 0x00000000000000000000000000000000, 0xc0b5e0d9aae934bfac8a2586348bee23, 0xea6294ded815498ecb8e99a7568822b4f9c52a9510ee9c2428e1a6d45da19f56, '', 0, '?'),
(0x8e61b37c958357500ca329ae988567f5, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', 1, 0x00000000000000000000000000000000, 0x921f0e06c6a2bdb2aff7194565004e5c, 0xe6beda5da47064ba9a30006e736a98923e695d29f6ff4132b90ffbcbb580cf28, '', 0, '?'),
(0x8e64da870134e735bad92711ba52990e, 'wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json', 1, 0x00000000000000000000000000000000, 0x05952d2a780c748b94d7cf914dcfd824, 0x1687bb3111e8f8765b92f68eccc48368ce4d73da6fd07ebf32cdf669b1f5518d, '', 0, '?'),
(0x8e67171abb14bb5cdb0d9e603d836dad, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x17500db64c1308f7c3c1fbc77bc780f5, 0xfc8de311f49d565a2b8de226830d16c9d0a9d10b553bff4c290c52c821d3b5ce, '', 0, '?'),
(0x8e6764277fa711cb7bf0654dd910e66c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_7.php', 0, 0x3afa1d81147deb593bd576890dec7438, 0x3afa1d81147deb593bd576890dec7438, 0xd6b3c315027dab232f0c45487185c4fd14a882dd93927b8b5f5bcecdd61cad1c, '', 0, '?'),
(0x8e694cd0b7e6a6fdb777b97187fd9d99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_6.php', 0, 0x2657efb65bf31cf78efe8453d2b3e22f, 0x2657efb65bf31cf78efe8453d2b3e22f, 0xc90ac3c8b62ff8bd2aa21db5bc5b5f7a5585e1449b3dd18a30bc4be79f42e8a6, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x08974738a94a2b9c1cf4b38b09bea07a, 0x053e389ca9b82758eb69d45562fd47d0bdd82c3c5460361117e4b9c834d08df0, '', 0, '?'),
(0x8e701a0d00347e2371c70a3ade86a62c, 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css', 1, 0x00000000000000000000000000000000, 0x368101544b2eb6d45f173dea1707f98a, 0x8bc27143ed3a12b55e1a3f89fc816bc35e1a4cd5adb2a555192545757a2a922e, '', 0, '?'),
(0x8e720ac1f49efc002fe0922bccda88e1, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php', 0, 0x2da628a98d5fe6835947813c35397539, 0x2da628a98d5fe6835947813c35397539, 0x9d3aa7f00e35e3e126a3bfe993c13c2139cfeed586178349b4d4c004f3bc6cd5, '', 0, '?'),
(0x8e797069d2392a3f47468199bdcc1d13, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_6.php', 0, 0x00c3ceceed52c91771a3618241d16a5e, 0x00c3ceceed52c91771a3618241d16a5e, 0x6b201b9e68af9c010cbf91c222572d11da1e29f64590f53a7b73ee91716e055d, '', 0, '?'),
(0x8e7a1baf94461216b42c1e20d269c86a, 'wp-content/plugins/elementor/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/readme.txt', 1, 0x00000000000000000000000000000000, 0x619cf5a3fea61c82044a07fe3874a1d6, 0x17c2c727f65c3e3099f83038845a0d381f2816636dfbfadef21fdd9659775dcc, '', 0, '?'),
(0x8e7f0c859f53901061807c0b2ac8f8d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2_no_content.php', 0, 0x5436a9d1e65b0c42910fbec5b951bba8, 0x5436a9d1e65b0c42910fbec5b951bba8, 0x53339be88d4af0c11d6d2b32c65bab597543449c155303a921f9320e4e90f47e, '', 0, '?'),
(0x8e81931cf3d3538fdaadd74f3ce89faf, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-12.php', 0, 0xb94a55f680eaa96b9c672107845d230f, 0xb94a55f680eaa96b9c672107845d230f, 0xc334a92d97d3ff215c371d75af80d7b0349c34c6cfbbb0cb077e4b4c7c9aef4f, '', 0, '?'),
(0x8e81e20794d4b10e192d876ab463725b, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.mo', 0, 0xc995f2c10c1d8b6abd74487395e7a6af, 0xc995f2c10c1d8b6abd74487395e7a6af, 0xad0ec32e454b29abc668649e4e9341582d7b318f1b8cb76a4eb511587ead0847, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', '/home/abt90iranbet/public_html/wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0x655d18d6e8c86054652c2d9da128e654, 0xd9fd2b80c78f593553c286e72c99f0e26a4785683181449d589ed9cc9e2abd17, '', 0, '?'),
(0x8e92130859317eda639bf7a462e822b0, 'wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_2.php', 0, 0xc6513437293ce3b973894a76c90f40c1, 0xc6513437293ce3b973894a76c90f40c1, 0x7babf483ae2009eeb2e5756c35313ba284097d53b2ea88ef415f11d8338e8e1c, '', 0, '?'),
(0x8e96bb2d05d9681925815566f77da8b2, 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xa51d5288303a8a94b6fbbfdaadfcfe76, 0x127206d07a3a6872393f9bca11da86bdcd8852bf774b356efc5290ee7edc37f9, '', 0, '?'),
(0x8e9aadaa0f5f67cf26277c0607a18479, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php', 0, 0xa4e02f7d44f01d7f050dfcb9a16d2860, 0xa4e02f7d44f01d7f050dfcb9a16d2860, 0xc15da092894dcb7127065aecd23516767e85d5e9fd92b7ebed5911937d2856a6, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa0df01f3691a490f4f89130076ac0c9e, 0x0d5b72d295abce5b922d5230f83e7fdb078c7752f2086f5465ce142ffac33096, '', 0, '?'),
(0x8e9f214ea8b444e777ae60a6f0be5bca, 'wp-includes/js/jquery/ui/dialog.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/dialog.js', 1, 0x00000000000000000000000000000000, 0xb0bc766e49fed8609980fe7549d300ba, 0x7b50f147a82f585e5f37473a50ac71e97a6997a6f0b8804056eafe98c76179a0, '', 0, '?'),
(0x8ea04cc2c7b040ef76fbdfdc7efbe1d3, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json', 1, 0x00000000000000000000000000000000, 0x15dbadaebcbe675a5dcd8369374e571b, 0xeb27acc88ffa849fd3c998ccee5284f24342d9966f6065ff8e7435ad849c4244, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0x8ea733104186fa29974625af4deb865d, 'wp-content/plugins/td-cloud-library/shortcodes/search/tdb_search_form.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/search/tdb_search_form.php', 0, 0x1547b3fdc7dc5eaa16d39ee4da8e1ea1, 0x1547b3fdc7dc5eaa16d39ee4da8e1ea1, 0x617da57030320375eaa10cdb2f370cce13423c902742c0bb2d7ce07db7de25dd, '', 0, '?'),
(0x8eacac44202131678c71e6e7741e255a, 'wp-content/plugins/elementor/core/files/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/manager.php', 1, 0x00000000000000000000000000000000, 0x31277952bf3024a942610d39ef103a04, 0xd50615819276f427beba90f157e70213a47706afbd8f1ac1840edf38d387b190, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x2c2a69b51793d0f2865b705d1eaaa53c, 0x72355310ad45d03f32392ff529ca06fd5fed504a76fe5668fce4faabc90752bd, '', 0, '?'),
(0x8eb6587137d1c7d8ebb7ca711ae56316, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-csv-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-csv-exporter.php', 0, 0xd19784ad02779c6f2d8309446861d175, 0xd19784ad02779c6f2d8309446861d175, 0x5542c871ac5467862d6d636ff1d47738d0893b3e1cb1bf10e769013f9c10dba7, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0xe913ea1bea1e5d0c0e5a13d713b8d7e4, 0x3e3c7fb1c5dcd8b540fbcbca9846488546714595c013451c6a4e6e806043d008, '', 0, '?'),
(0x8ec57e6b28a6471cefe1f326a45644a2, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js', 1, 0x00000000000000000000000000000000, 0x7cfe019160174ebe9be52f8287e4bf1a, 0x189cd4a2b1db9363a84976ce021b278b6c4af611fc673f0494790423a45be8bc, '', 0, '?'),
(0x8ec61b3584bd37f92ca26b72d23a4579, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_9.php', 0, 0x6c78968acbb7f3d35c619db9d5d178e4, 0x6c78968acbb7f3d35c619db9d5d178e4, 0x0b67cdb54519212b325d7a95f227695931ef04e3719e3d63892b1c246bd6de81, '', 0, '?'),
(0x8ed1a082a9bcf5cc009937ed36b0cab6, 'wp-content/languages/fa_IR-4a38fe1c0c45989e44682ba6109d9f46.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-4a38fe1c0c45989e44682ba6109d9f46.json', 0, 0x7b281e29f0715e6f9f24b36851f04d6e, 0x7b281e29f0715e6f9f24b36851f04d6e, 0x569aa2aea5342516cd6bb8949dce47d297350057c7f1053cdf4c25f930503a6c, '', 0, '?'),
(0x8ed3a8d9f236d9c43556878e7a6af865, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_4.php', 0, 0x69ba6793cb328047b5855a15a9e27970, 0x69ba6793cb328047b5855a15a9e27970, 0xa55e3af86702d432e8ff42a5e27735bca97f221afafef16544f5c626f001b2fa, '', 0, '?'),
(0x8ed67cc2d45ccb8ce9c96abcfc5cbb64, 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js', 1, 0x00000000000000000000000000000000, 0xf6e84b49b20f3df8d67416886a41f305, 0x9d002e7a5ea4320bb433c7fa0c2f52eaf0ea280592edfc1dff2e1c3df930dc78, '', 0, '?'),
(0x8edd3dc3b6fa8b9d2568957759fe99f3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 0, 0x20376f2d9d97ca269c68c907cb523d8e, 0x20376f2d9d97ca269c68c907cb523d8e, 0xbbde58ef597dc0c3b6bae34ea5f2ad0e22083e0e43b6b43af8256c2ad7496759, '', 0, '?'),
(0x8ee077cdd8f9e9cd485e8ead1e6a4815, 'wp-content/plugins/wp-rocket/views/settings/fields/text.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/text.php', 0, 0xd7eb3ab24b30f6b98569d6148870ec77, 0xd7eb3ab24b30f6b98569d6148870ec77, 0xc5f6270ea55f70f82f182cc13de976f80b42cbc6f7ac8269d53467037f79562d, '', 0, '?'),
(0x8ee4c8ca5150d1e47ba39fda03c08678, 'wp-content/plugins/luckywp-table-of-contents/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/functions.php', 1, 0x00000000000000000000000000000000, 0x97a589e15fc2682ae9b3c86314f215d6, 0xeea5f7eee0fe440906d4a7ba3a0b10472fc83d9d2a27da9ee458f96e5063e49e, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0x9f87c5589f29e166b4da122e05d754e9, 0x0c1833832f7822affa165797b5e613681f40999ca06650005df90888bdbacacb, '', 0, '?'),
(0x8ef029e6107e0a12d2ebea8b1a041ba9, 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/composer.json', 0, 0xd60a08d857c0562141d5169ba0ffaff2, 0xd60a08d857c0562141d5169ba0ffaff2, 0x8de3f77adde8e6e21e10d70f539f92eba053a7f2559ac030958584de98950cfb, '', 0, '?'),
(0x8ef1f0fd03e465ed73a3ac8fad3ae6c2, 'wp-content/updraft/themes-old/twentytwentyfive/assets/css/editor-style.css', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/css/editor-style.css', 0, 0x313e5f71753f03ea8ff853a3702a3519, 0x313e5f71753f03ea8ff853a3702a3519, 0x74582dca9f226020bcb730c5b30901011b8f9d89bba99b85118e549dde352651, '', 0, '?'),
(0x8ef300a12a223b32e1e9156b9caa5560, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-icon.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-icon.php', 1, 0x00000000000000000000000000000000, 0x071e797ab53c0d4128f832847a652c09, 0xf5e64e5fec07e18cb4f00fd57d6e34225423746868dbcd0775c9b4bf91ffe12a, '', 0, '?'),
(0x8ef770c70e415fd9ce6ab9ca3fa409a9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_demos.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_demos.js', 0, 0xfedb2f7563f49aefe0c7b1e1f55197fb, 0xfedb2f7563f49aefe0c7b1e1f55197fb, 0x33e5c782589e3219b275f9d5f9bd4cbc7b9b2e04424b070230106ed8abbdc398, '', 0, '?'),
(0x8ef8efcf8404d014dda70b4adde0066d, 'wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js', 1, 0x00000000000000000000000000000000, 0x3819c3569da71daec283a75483735f7e, 0x08b98bb0a662d6972e51a12111885cee83b50c21fc15ab07f8ea8ea31745b6a6, '', 0, '?'),
(0x8ef8f43b24edfd5b6705545f6b471b09, 'wp-content/updraft/backup_2025-09-17-0333___90_27175e31afd3-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-17-0333___90_27175e31afd3-db.gz', 0, 0xccf3d353ad5a7a8e4934f54a4de68c49, 0xccf3d353ad5a7a8e4934f54a4de68c49, 0x8e9b8ffcb35fa69f45dfaabc88b84b833098f34870373ff6ac3a2af10727af06, '', 0, '?'),
(0x8ef92a1176d13cfd54439c55bf584a6e, 'wp-includes/blocks/column/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/column/block.json', 1, 0x00000000000000000000000000000000, 0x1df882ba3917b5c8d4447805a0095212, 0xb45724f0f98bc2640fa8af55af5554de84dd5462705393ec7edaf0fa5a332250, '', 0, '?'),
(0x8efd15ffec9613493bf324b6e2a0743e, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-wp-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-wp-functions.php', 0, 0x342c01464f443bd9d29d099b836f0306, 0x342c01464f443bd9d29d099b836f0306, 0x9999b41117a34afbc1bdf85a3f119764990a6f3af82dfe4bb9f10ad93eebbfae, '', 0, '?'),
(0x8efe656f4ca1074109024351c419575e, 'wp-content/plugins/td-cloud-library/includes/tdb_term_meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_term_meta.php', 0, 0xc7d1660ede660f6963690d7f67f78759, 0xc7d1660ede660f6963690d7f67f78759, 0x524dfb9225da2e908415abaff28ac9ec4618d0efeea9b93d5c81f70c124608b7, '', 0, '?'),
(0x8f00379c8e8b037fb16debd004dec0d4, 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 1, 0x00000000000000000000000000000000, 0x25a020d326d99f4159049a04026a5db3, 0x2aa0976ed1feb3616d21ad880eedead3a3cb10e88422b1cbb606ac91a76698ca, '', 0, '?'),
(0x8f0108c3c6fcea5e02516ed2f5521d3e, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_4.php', 0, 0x6451d2cb43c0d409b58de6e2f52c76b4, 0x6451d2cb43c0d409b58de6e2f52c76b4, 0x0f5a4be9d906ed37717841b4f673bb884f39341f9b8b7b94fff0fa4280b2c50e, '', 0, '?'),
(0x8f0345c910e541540b89c4dab399c2d0, 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraftcentral-updraftplus-commands.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraftcentral-updraftplus-commands.php', 0, 0xc02e06de9cb8e51d247b7e2c7f606c3c, 0xc02e06de9cb8e51d247b7e2c7f606c3c, 0x8f4f6dcb7f675ca3222c04598fc6b2c842385ac94fa4d50923f7c5d509ba1aa4, '', 0, '?'),
(0x8f0717c19449315ce504299c2ee3b759, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x4f85ede6cd9fd72a029c349ee673c28d, 0x7dca5fdcbcf5f7125895880f9ff04433f493d6080c387d913851d28e2c640136, '', 0, '?'),
(0x8f0856f1dc82300055ff60b71e35433e, 'wp-includes/css/dist/components/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1d9dce5d2b46ba57bb85629665b1b72b, 0x995ce820656126146ae9e0f289e128fb015c71c449fed82eb6820fe675ac1f26, '', 0, '?'),
(0x8f08c8540e5fdde7ddead7914790f548, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x7e66bfd63092118a7e7a236232772bb4, 0x7f30780b1a06d26ef48ad96e61cce70a985467de84441463952cb54e2e5d4a3d, '', 0, '?'),
(0x8f09189afe5eadc4bda7fcdf39e0f61c, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-options.php', 1, 0x00000000000000000000000000000000, 0xfd471a1252456b26d56db26691a3c576, 0xd627fb4c4d5a1c418db114de46c7ec63a3e5f679c7a7af8826f3381d47db113a, '', 0, '?'),
(0x8f09e04ad91844b6eb878182b5653936, 'wp-content/plugins/elementor/assets/shapes/curve-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve-negative.svg', 1, 0x00000000000000000000000000000000, 0x77bbfbfd6c4e5fd8c08aa21de6576895, 0xec8ca9ba05f08026dac3f5f0f5ec154c7bdb3163404cb560036b0d7ea3ad8dfe, '', 0, '?'),
(0x8f0f0418af3d9c989c99ae17a244c8f7, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0x61bcc60d70c5d3f150e820729bdeed7e, 0xb1513caf3b595ece770a10a8e0f68bff6a0d434ea18e951a32a7d53495a97434, '', 0, '?'),
(0x8f15cd3f20215ac573ab6490018b8a70, 'wp-content/themes/Newspaper/page.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/page.php', 0, 0xe69ac78e4247be860b8a62b88f9172d0, 0xe69ac78e4247be860b8a62b88f9172d0, 0xefbd73637055a1d8dc01b375268d4cb8c262dcc283a1b8f8f203032122151067, '', 0, '?'),
(0x8f1701986a6597dd25d864b7af6b2358, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_5.php', 0, 0xf38630accc6207a01343df5b68f6e180, 0xf38630accc6207a01343df5b68f6e180, 0x661ce6613129b93c8ef7bfc3472e2f3fceabddc2819294fea68d173dbb22f82c, '', 0, '?'),
(0x8f19719a2b10bbfe24f5fab81c4ce6e4, 'wp-content/languages/plugins/elementor-fa_IR-9476ea263a959a4339c755ead1f1d0ae.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9476ea263a959a4339c755ead1f1d0ae.json', 0, 0x363d68c59e879637a83fe7e4eb2164e9, 0x363d68c59e879637a83fe7e4eb2164e9, 0x7855cf5f6556744348d72695507e6c3f9a044db4b1fab7a25b8d74797540cc38, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x8f23a7b9808b4290f978129edc13dd06, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', 0, 0x2b250244bc15563d0d80a2bc7e0d954c, 0x2b250244bc15563d0d80a2bc7e0d954c, 0x17161ec3b15e416214c90923ab2bdeec26c70cdbd3a6f59beabf2b55ce563f73, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', '/home/abt90iranbet/public_html/wp-load.php', 1, 0x00000000000000000000000000000000, 0x9141d894aa67a3a812b4d01cfa0070ac, 0xe99ee4dc1cc9c6dc15472db3602b970d801bfe108d9fe0e437d2f247ba9ae8fa, '', 0, '?'),
(0x8f285c972b5fd156afd51f464f57bc2d, 'wp-content/plugins/elementor/assets/images/contrast.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/contrast.png', 1, 0x00000000000000000000000000000000, 0xf81371ca95e11ba06ac201525ca6934d, 0x3e4cd5b1e8b34d0be061712a266d39ab09ed497c2bfad4ba93cf95238debe2bf, '', 0, '?'),
(0x8f2ab98270dc615eb9c8adb55718ba39, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_6.php', 0, 0xfbfa49c7bde9aa29ede039cc891b3d0f, 0xfbfa49c7bde9aa29ede039cc891b3d0f, 0x9e542acb06ef3510b07b423fd22e66266087975774c76889423705e2190c2dfd, '', 0, '?'),
(0x8f32db2d84bce52dd567c19879b1f735, 'wp-content/plugins/elementor/assets/shapes/zigzag.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/zigzag.svg', 1, 0x00000000000000000000000000000000, 0x2f1b0647f340b2e93fed00fab43a7b51, 0x8b4efcc9e3902a86b4c2777c0953e4cca678d9cf3cd54a3a93f46bf154168e20, '', 0, '?'),
(0x8f32df5ce9317f37d580d47769847b1b, 'wp-includes/js/dist/vendor/wp-polyfill.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0xfe733b72675d4683549f10df06f8072d, 0x4bbcd29de8defe869d64b40bd74af259db84fa86ae8086b348081e9b24f7730d, '', 0, '?'),
(0x8f33391bf59da0a6f7720eacf036c8af, 'wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po', 1, 0x00000000000000000000000000000000, 0xd91469583e419d50284cba9adf84b506, 0x83a94e047293f6bd6646246e4119eb7bcdd47335bdafb0e633b349fc2d8c9ba4, '', 0, '?'),
(0x8f383bc852b0ccb399b8a8ed7d8f895a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 0, 0xd4ecb86a7aa26d8016234992720a79d5, 0xd4ecb86a7aa26d8016234992720a79d5, 0x6461f4f20a672d470cf289d8f6e5feaf4337b97ea546e1dcb32ba5a8326768e1, '', 0, '?'),
(0x8f4086cec494d06c2124ef46ae1a7eb9, 'wp-includes/blocks/code/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5c4a4e50542da637feeed5ffb75da305, 0x8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d1, '', 0, '?'),
(0x8f41fc9a57ba2ff4a2057c4317e99156, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block11.png', 0, 0xc8ccd1fd270877e63fb3951771562db1, 0xc8ccd1fd270877e63fb3951771562db1, 0x6d7e6a40a646389f6a27a634d6dc3ccba4c42eaa34c9f9394783cf21b2a85f14, '', 0, '?'),
(0x8f437471974af1913e96d6c5ace99789, 'wp-content/plugins/elementor/core/document-types/page-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/document-types/page-base.php', 1, 0x00000000000000000000000000000000, 0xf9c51207c8ee147e4de8c248131547b5, 0xd62bcfd6968d8b793c31988b9cb8b57a74120f6945dae3d7261b340319538a8d, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, 0x00000000000000000000000000000000, 0x40f0b1c21dcb8a74721ff6a396de7527, 0x23d65f89d60a3a38619044cdd3d8a07286d9aa019cb787df322f80df980ff9f1, '', 0, '?'),
(0x8f490c30720e7a3f3c225375e9cb4eb4, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.png', 0, 0x20d2eb0f97f321646d541747b4a167b4, 0x20d2eb0f97f321646d541747b4a167b4, 0xb21df99effcf9dde11483f6cd804f15db121e618ead170d0d5908a864989a8e9, '', 0, '?'),
(0x8f4ce3444d617df949e6abf72a7403a4, 'wp-content/plugins/shortcodes-ultimate/credits.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/credits.txt', 1, 0x00000000000000000000000000000000, 0x3720a10674f34aaf16e397c96a6787cb, 0x7f28b4ac314e8934d0ade890b6f87b98a559d44e5377be3429e46f3a4502a8ec, '', 0, '?'),
(0x8f4d99d38b8adfd17a2adc0bef2a0a64, 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json', 0, 0xde0eb53ff4e6f85d2c90f6422a5d58a2, 0xde0eb53ff4e6f85d2c90f6422a5d58a2, 0x0c0510041113218ccc1abe7800ebdb8c78d39c3258eaa6507f88bca7bcd649e2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8f4e70bc687f8058ecee94ca470022d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_5.php', 0, 0x29d1a1786f82087b1b917cec3a714c90, 0x29d1a1786f82087b1b917cec3a714c90, 0x854a7a7097d2f6d8837f9b403837af65e849c73b885a810a0a4cfb45fc1381d8, '', 0, '?'),
(0x8f4e7366ba238640513ba73bbe7bccbb, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x502ccfc72330084fdc25f23cfc38a37c, 0x716ef069eaf71c12c885e50ad21dfbd184166f331051dbbe2d1f4e50334e1148, '', 0, '?'),
(0x8f5122d242fbe97acddb5da6384f760a, 'wp-content/plugins/wp-rocket/assets/img/warning.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/warning.svg', 0, 0x7a9ec3ff9b6269330c176602cd2b72b8, 0x7a9ec3ff9b6269330c176602cd2b72b8, 0x549dfa17080d2bf84e53dc9d3376b474455e852c83ca8948786b046aa5d4a12e, '', 0, '?'),
(0x8f52a6cd1a7f065b371aba2bce4d42ab, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-3.png', 0, 0x2d9bc95d1ef0ae2063c1b82138bdcf34, 0x2d9bc95d1ef0ae2063c1b82138bdcf34, 0x8234d4b2a9439c7e6eb4c90205e0aa3f7f3c86f2a5671e8080bc9b6d9210904a, '', 0, '?'),
(0x8f5b24e15f8d9ea5d220569c80ae4240, 'wp-includes/Requests/src/Cookie/Jar.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0xdf15d1430bc9046e14105b4c4d281bad, 0x0ac3c907c9ca24538db7cff460274023ac0ccee4cd4754171380872bf2c577cb, '', 0, '?'),
(0x8f5cde0f58d90fa9e9f74d173e290fad, 'wp-content/plugins/elementor/includes/fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/fonts.php', 1, 0x00000000000000000000000000000000, 0x60930f2ed8f083ae59d6721d6932588e, 0xdefa450318f772745256ca8f55efd072fc9747449d9c0c0d72e547f3175b709b, '', 0, '?'),
(0x8f62395eb5ea07f62d4ff4f99425b0a6, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.po', 0, 0x07c6a6e7233e4e0cbd394efda7caae7f, 0x07c6a6e7233e4e0cbd394efda7caae7f, 0x630c5fe24ff60b8f3560071ec91b5c0c40e6aa93e01e86b362fc5c5bc1ab6520, '', 0, '?'),
(0x8f639d80e20f77554063c4e1959045b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2_no_content.php', 0, 0xe9ba6d38395b13c81b5db94c8dbfbfa0, 0xe9ba6d38395b13c81b5db94c8dbfbfa0, 0xbeb8e75bf9e22319501e1268ecf735e2f4f15b35f8bca78cae050a5e565b7e1a, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', '/home/abt90iranbet/public_html/wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0x8f6e04a824f23b2c27fe8d9e827241bf, 'wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x8126b04e1e260b05b7aea323b800c1f4, 0x53c4be708086243b209819ad778c4b7043523fdbf67dd5aff56ed0789652fa16, '', 0, '?'),
(0x8f6e0edd401d47c36e2faaa600613c69, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 1, 0x00000000000000000000000000000000, 0xd16e8acdd753d453920c86705d534dec, 0xb787209191bfb4c0a4e01d900f37726ac07792d463b8a97a79faaa17d372590f, '', 0, '?'),
(0x8f70630f7b92089a4597f5e87b0db74c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_9.php', 0, 0x58f3b97796a3189817305cfe42b7f9de, 0x58f3b97796a3189817305cfe42b7f9de, 0x22498d39d49620b9a86fd70d0e3f8da4c4c5b791c9a5c74c00871a86bd9d3943, '', 0, '?'),
(0x8f7861d8bf7a6565e374a43f8114e18e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', 1, 0x00000000000000000000000000000000, 0xc3218ff69398bd27f49628fd3388d36d, 0x6b842d8377cdb21d17003bc1f9b26e83fda29d7affbad383ef845603eb93ae74, '', 0, '?'),
(0x8f79eda82c5c7c26c93a7741e084f8a8, 'wp-content/themes/Newspaper/translation/nl_NL.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/nl_NL.po', 0, 0x69af3766c2665be2965ba93b0c9ef59a, 0x69af3766c2665be2965ba93b0c9ef59a, 0xbbc6b330ea90051746f84b72dcc6d38a905de3f67b7687dae53f0bc298759216, '', 0, '?'),
(0x8f7a5874339663a36fdca92f1d0b384f, 'wp-content/plugins/elementor/assets/js/admin-feedback.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js', 1, 0x00000000000000000000000000000000, 0x6d4ebb50112834e1e32a755f97a89598, 0x962096bef50e17df076516fd0cf3c753bcb51670631f70b5ee751fde533438a0, '', 0, '?'),
(0x8f8056d99847ddb954234c3b3610845a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', 1, 0x00000000000000000000000000000000, 0x6d9684bd6f687b2b201f1c9ee5a81207, 0x412b2785eb5ca1df018c1308776168a8b0aad4bf2c496992dbc2a25a2c65dc09, '', 0, '?'),
(0x8f8ad250a413735a95213d31356b4e56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php', 1, 0x00000000000000000000000000000000, 0xfe27be20ac95bcf590b85906e034c369, 0x55ced199a49b87240de0198d3f3becf0f551c0bc70851bdd66c5ef46fc0f6981, '', 0, '?'),
(0x8f8b059c7c6a34b5cec1384b9c482cc8, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 1, 0x00000000000000000000000000000000, 0xff4e8d7311db03fd0f461547395624e0, 0x3c54a9918723ba6ee82f98cbb611d5c2013692a997fcd952146ec196a9d6719e, '', 0, '?'),
(0x8f8c1ca0be8e9a9558f5f8a0e44fd1c3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 0, 0x7dfb1139d6f59e8cd91203d8f66d5ad9, 0x7dfb1139d6f59e8cd91203d8f66d5ad9, 0x1be8e7f90b1986b6b6f68838efa0b19f6406d6737e4b7d41b01ba715ef485825, '', 0, '?'),
(0x8f8d76cba7c51a49cbd316a7253f202c, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/connect.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/connect.css', 1, 0x00000000000000000000000000000000, 0xb3a9d60a6e1415a960183011735e4732, 0x0508b6ec1d514cd7d9742438dd9f2dd066cfae03069357ffb98ca5a340a76a40, '', 0, '?'),
(0x8f8dc64f7a5632af8485bbd871cf7bd7, 'wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 1, 0x00000000000000000000000000000000, 0xd763909741f4efcc2f7face45bb60ee8, 0xdfce2c695cef967351de4ff1aae42f192c8b863c5930005e4c7e8a4fa39fbfbb, '', 0, '?'),
(0x8f95e2ab5cc2e254292f4d3833d86b53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_4.php', 0, 0xeb40a118e6f86f1f18baad86ee6a317e, 0xeb40a118e6f86f1f18baad86ee6a317e, 0x72096146f35e56b2660c7db19b86812f361d056419d8cd3480611ac2ec8119d3, '', 0, '?'),
(0x8f97297b4d4d81036201ad68cf164415, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xaaebc9c048367118ba65e1da46bc3e08, 0xa9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886db, '', 0, '?'),
(0x8f999890a0645ce1d362f353c2b2b3c2, 'wp-content/updraft/backup_2025-07-16-0327___90_8bf916313b57-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-16-0327___90_8bf916313b57-db.gz', 0, 0xfb0dad37b50397325ebe433d65287b82, 0xfb0dad37b50397325ebe433d65287b82, 0x8c4c06bf70175b914425aa11be3d7df5bc0e26ce8e851acb665979a412a2423b, '', 0, '?'),
(0x8f9efe529b1a781b9099cb6e198f2d08, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', 1, 0x00000000000000000000000000000000, 0x5946f6be3bf92bf50c3862a2de3fb102, 0x10cd7a24dafb92eafe2d097aeb30f68a6d413f566b5b0aac50e102406e029dc9, '', 0, '?'),
(0x8fad240a8365b7a04a5374aaa7c67d55, 'wp-includes/SimplePie/autoloader.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/autoloader.php', 1, 0x00000000000000000000000000000000, 0x76a8007cf23ad14bb33911f0965ec54e, 0x800f9c4d50e261401f93dfd0a7e953160bada2540eeea1385d5e1b6bda8edc89, '', 0, '?'),
(0x8fb0829efada033d36755ef27d5dc2b8, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php', 1, 0x00000000000000000000000000000000, 0xa50d3d09fd6d35466e66aca1ce63774b, 0x51300d9aa1dd07a8146a121d1d34e22eb0ac17fb3e708ce4b531684363117a3b, '', 0, '?'),
(0x8fb0e1a7afa2a058820ed838ddcac9f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_import.php', 0, 0xe4ca6e6c94cc1e531e86fcfb214242bd, 0xe4ca6e6c94cc1e531e86fcfb214242bd, 0x3ed82b046c5c60b4656c47dc4754ddbcc9ac1dc1b365261b22f818b9e9d8a51e, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style.css', 1, 0x00000000000000000000000000000000, 0x58472e54449ed0f31d055a4f09b449fc, 0xe3443675016ff073c5e3b6a547594a04f43ff264e340ac4118a257fedae78ce7, '', 0, '?'),
(0x8fc77197f4ebbba3442884b6826a89ad, 'wp-includes/blocks/list/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/list/style.css', 1, 0x00000000000000000000000000000000, 0xbf2e604b01ea2e5204be21c7ed5fd5f5, 0x62f75c4661c25db2729aae993a0d4a7e1da93b57a8ba00f9500e36840c727543, '', 0, '?'),
(0x8fce768863ccf47fb8df75077811edcc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', 1, 0x00000000000000000000000000000000, 0x2f3468a7099634a82754471eb86eface, 0xe8295ca19d65d2a8957ae3b1d486d2a92e22efeafb328b814a389c72adbd0b61, '', 0, '?'),
(0x8fd08c57e79f088d6658cf3202cb1215, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php', 1, 0x00000000000000000000000000000000, 0xa4e02f7d44f01d7f050dfcb9a16d2860, 0xc15da092894dcb7127065aecd23516767e85d5e9fd92b7ebed5911937d2856a6, '', 0, '?'),
(0x8fd4c1cceda13e495bcd96968a9301ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/demo_style.css', 0, 0xaef29e713e7d05ed00d73cc4bfb9be53, 0xaef29e713e7d05ed00d73cc4bfb9be53, 0xc39961071b35d9872896831371c5f24acbb93f8790cd731178a400d0d6b2e321, '', 0, '?'),
(0x8fd5f1a6fd501964d7a78721ed00a0c2, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css', 1, 0x00000000000000000000000000000000, 0xf9b352255bb729746c55f9877f193f2f, 0xe19572ee93993e114b684840898ae4585537fc6f2b3c424b49f3539815f19394, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x52f2c407f1e5bdb72e75e5b67678f63d, 0x4dbc07202e003d4a9f4f1af40718f113a27efea3801be1af1d68e2dea61a06c0, '', 0, '?'),
(0x8fdeeb1a67ce66b57c2e1d7f5eabf8df, 'wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css', 1, 0x00000000000000000000000000000000, 0xdb7009310a85da4afa7b273d820bf5fe, 0x73b943fe1f27447e412a4a0d9e7fd5fb8a829dea46a8f00247be9de76b1e9131, '', 0, '?'),
(0x8fe2ae98a59f20ac4684fe841377e800, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', 1, 0x00000000000000000000000000000000, 0x6b456d69825bc2c3d1ee7452b0bdaf61, 0x58f38105fd126a102f2b4d144019de447065cfab1cc5af2f2d709d513056c982, '', 0, '?'),
(0x8fe86e01df2c9e80a8c742fb2f880026, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-2.png', 0, 0x9fafca1689fd9ae0ebf431004a253509, 0x9fafca1689fd9ae0ebf431004a253509, 0x52c032b3c8479d40cf934cbaeb12fdce14be5f681098a7828140ca0e86182298, '', 0, '?'),
(0x8ff45e83a25e5b1f284a40fd603569f6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 1, 0x00000000000000000000000000000000, 0xfe2621a64b89853c555a97ceffca9b08, 0x483ff4d997cc154b48b4a2ba77aa4a7f95be3596833ed1886126791e14f73ea3, '', 0, '?'),
(0x8ff68ac2fd783a2a7bfd9bf875d5f3b2, 'wp-content/plugins/elementor/modules/landing-pages/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php', 1, 0x00000000000000000000000000000000, 0x193f329314af7f24e46c93b47f6fa9ea, 0x665ce08977d6d9450ec4a1b42c9874e51238c2ce70a8c00999db75fe94a7a78e, '', 0, '?'),
(0x8ff74f19e987fad59f60a464646e9e1e, 'wp-content/languages/plugins/kk-star-ratings-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/kk-star-ratings-fa_IR.mo', 0, 0x8c99c2fd1a0da1a110359b9945c582e0, 0x8c99c2fd1a0da1a110359b9945c582e0, 0x74ce42a3b6fc7e3a1df7182fd00d8483c6a1136d2c258a5ee0fa6af3a049b61c, '', 0, '?'),
(0x8ff90ec3bdebebf130e6906cff13c569, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_218x150.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_218x150.png', 0, 0x86a979d1306f8dd4434aa7f9f63e7f48, 0x86a979d1306f8dd4434aa7f9f63e7f48, 0xee288b1de337b3ee8ca9f72357090118c781c39171f7d058e3c173f48f11687d, '', 0, '?'),
(0x8ffb1a93a7a74775627c653077adf574, 'wp-includes/Requests/src/Exception/Http/Status501.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status501.php', 1, 0x00000000000000000000000000000000, 0xbc059181eab80c84d16a18ba4e9afe66, 0x8744138ed0164e1c696605e1f191ab717f1e0b4ab308843f95332b420c8ea8ca, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', '/home/abt90iranbet/public_html/wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0x3770bb02b59d1c469c087c60749ed462, 0x986711335dbb7f3c9e1bdbe9fad72a0570d8330200cc0a27de10fbc93183cd36, '', 0, '?'),
(0x901041a15e362f30ee3dcdf8db5f82ed, 'wp-content/plugins/kk-star-ratings/freemius/templates/connect/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x901527dc549cc0a76af9a044103cfb85, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/invoice.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/invoice.png', 0, 0x728dd93fe090fc73b64d13930b460c0d, 0x728dd93fe090fc73b64d13930b460c0d, 0xb05f49229c853f5a4c3d813182185ac64d73c811797d03c12bccf75655f81ac9, '', 0, '?'),
(0x90155ab87b67ca7df666c82d95d1300a, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xa61b13613a33d4dc033c47a1fbd18541, 0x7818633b2086db92cbead0aaeaced825624ef376932a1be6108e39f98842ca54, '', 0, '?'),
(0x901a20ae698c2740415d5071b526de22, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 1, 0x00000000000000000000000000000000, 0x70665776f44d8681bd8b3b91f5acc4ff, 0xacc83fbf94bfc838edef4b9e537ac004aac4d381e488bbe08aab06d4bf3047ef, '', 0, '?'),
(0x901c01486268c535059f11b4bc311f39, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', 1, 0x00000000000000000000000000000000, 0x315e7b8598b1abce049f629a24a82c66, 0xe65895d2f768ba65b67386e064110907fa5a5b5530f8133cb461a99de00df121, '', 0, '?'),
(0x901c40cdbc67500e74335dfcfd940fb2, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar3.php', 0, 0x2b54d3f06c101dd71270436b652adbf5, 0x2b54d3f06c101dd71270436b652adbf5, 0x3d2c4390bcb2fbc44c29290f8376bc8dfe2b72f56ee303498c10922f61c485d6, '', 0, '?'),
(0x901c9a5a7b5ff0b5feb6d23382580052, 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 1, 0x00000000000000000000000000000000, 0xb1a7e16cc37b159f536f480d7b2738c9, 0x39731ac49002a81cc8d7ce8639996727e1f1dc60ce90aaa32dd2318b2977218e, '', 0, '?'),
(0x9022f39777f39e36fba948b8c492c6ab, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.mo', 0, 0x6fcbedb218c1174f46a43d00041f0cb2, 0x6fcbedb218c1174f46a43d00041f0cb2, 0x6b768ca1a5b50c9d20bb14b922b6da2b7dada65a14dd6fea872fdbfbbc77ef9a, '', 0, '?'),
(0x90264d63dd9df14596e55cee44ab4b74, 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 1, 0x00000000000000000000000000000000, 0x643c877bb9debcfd0af15da671855913, 0xefc224a72f48b6705616aa3843eff706a52ebbef7aac9ff962b8946043f49213, '', 0, '?'),
(0x902a70412f0728da7a8bfcf412d5e7e6, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-security.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-security.php', 1, 0x00000000000000000000000000000000, 0x229cf58949612ac4a088677ba62c9b97, 0xf5df916d446e025b2b41d22034c22cae15d79412d6cbb28f8750a1bea9c11205, '', 0, '?'),
(0x902dad9cc56fa4dd8f58141d567f3dfd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', 1, 0x00000000000000000000000000000000, 0xeb531e926bf785a57e2eb17a6aae6508, 0x9591520106042242f9f3ef8534203f6f68e84f1a82514065165bb16d24356423, '', 0, '?'),
(0x902e9bdb280821993ea14c402d4b231d, 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg', 1, 0x00000000000000000000000000000000, 0x8c3ea36539f327d1c0bff0a3bf439065, 0x89dee5f6980d78b8650cdbdfa59f153a478c3e0a3d8d291f01af5e27a52db3be, '', 0, '?'),
(0x902eb05bb9153d82d0130aa46330bbd9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 1, 0x00000000000000000000000000000000, 0xca52d21c4730c5086e0a14af790a1b68, 0xf0193146690b20a7dde4fe20ad386273c10748e8c4beff827531b1745f06d77f, '', 0, '?'),
(0x903100f2e51cd836b999028eabdf9e12, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_6.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9034670079188fdab1f8eb71ff82a9a7, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64.php', 0, 0xae4920e309c5085de263382e419c70b7, 0xae4920e309c5085de263382e419c70b7, 0xc72b2c90977d7b07e5875a4b9a154c8e1d0cca148f14681f5b2a0704e75c8106, '', 0, '?'),
(0x9037822438fc2f892d35b9f74f1ab768, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', 1, 0x00000000000000000000000000000000, 0x41234a88555cfe04c210c992ed8cb62d, 0x220661d6b776cbb0acd9389f0786f656ead3e2aa2b4320480539d9070f538233, '', 0, '?'),
(0x903d3cf74ff111ddeed0f6dc988baffd, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 1, 0x00000000000000000000000000000000, 0xf29503a1895affee5ed85d0246238af8, 0x047cd4078d9c5f94d898d13dd23e487b69b90f95e8e5bff6d4f9887acbb8be04, '', 0, '?'),
(0x90411adb3e6309c1aea0c8392ad5f142, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_10.php', 0, 0x87a80e75673632ac70d94e5cbb94e345, 0x87a80e75673632ac70d94e5cbb94e345, 0x065fa02870d3c97be17da3260fdf7c90fe2e1cf6b894ca3b78203b38841d2c6c, '', 0, '?'),
(0x90491c6565af7d851080daf5a447ca1c, 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php', 0, 0xa05a07ab412b201b270d173f104d8b2f, 0xa05a07ab412b201b270d173f104d8b2f, 0xad855ce8f1c77d9af5821b4ff8c9371d1fd7182be8e36e50d2b779169d7ebc91, '', 0, '?'),
(0x904a52046680fb2072e955e1fa3b75a6, 'wp-content/plugins/td-cloud-library/includes/tdb_util.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_util.php', 0, 0x3d5a1c699d61f3301273c74a479b1342, 0x3d5a1c699d61f3301273c74a479b1342, 0x2b8c6ea3b3bbf815cea5c1194b5eccdceb2fd89b97ccd39399856f54cbd70c97, '', 0, '?'),
(0x90506a9cdce6883d39ba36a7614710d6, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_layout.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_layout.php', 0, 0x1e692b2985531729172d04323fff27d6, 0x1e692b2985531729172d04323fff27d6, 0x5c9587fafe12685dca5735c7e465c2d38a0de65491fac2dccfe915941d3bea87, '', 0, '?'),
(0x90510082bba17dfcf0b6e2dbf80500de, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', 1, 0x00000000000000000000000000000000, 0x86ae547a12a2f10ccc9f4dd44f786703, 0x9fb6bec40716829908995bc5b273f89f3a601bba29dd13fd112587aa44d8547a, '', 0, '?'),
(0x905212107dbf011dfd9011bf485d528f, 'wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x90588efe3efd858ccf89a63a86dad724, 'wp-content/themes/Newspaper/loop-single.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/loop-single.php', 0, 0xc912bed2a579fec554b91c0837d8652f, 0xc912bed2a579fec554b91c0837d8652f, 0xd67844857cf310ca86137093c6d5d85fe7eeaa01a9c18b88fa41d29e0ee259a7, '', 0, '?'),
(0x906131e749d8203397c687f1dc6feb36, 'wp-content/plugins/updraftplus/languages/updraftplus-fi.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.mo', 1, 0x00000000000000000000000000000000, 0x8f78eadf59fe37f2780300d632066229, 0x1b73cd625f29b6cba57e48cbc07f1838765a62046861f6132af665fabda82e90, '', 0, '?'),
(0x90659eadb018e4966dd9ccf80fca7244, 'wp-content/plugins/elementor/core/utils/import-export/wp-import.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php', 1, 0x00000000000000000000000000000000, 0x8148c59df121f39e5e86016e81d8d370, 0x26028fa52a71589c69125f18cd09dd8cd2b419f5395b1a7f1ed744d8c2a0e2d2, '', 0, '?'),
(0x907586cc99fc9ca85977f59d26e3bdc5, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_9.php', 0, 0x885e4fa30bec746df50fc92a368850aa, 0x885e4fa30bec746df50fc92a368850aa, 0x82b4bc7c912df4e17ab3e60b5c631cfe83322e373db0ebffaea790d0be114e6e, '', 0, '?'),
(0x9076736656c6727a0321737b0fa881f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_panel_settings.txt', 0, 0xe1ff45c01d3b06bc61bf102c1c7c2dbb, 0xe1ff45c01d3b06bc61bf102c1c7c2dbb, 0x1c2ecf1ddfe605d129018013c99f85a91b8f2e054dac305a3fee9010cea0746e, '', 0, '?'),
(0x90778daeef9741cbe5dfa02f8e025a69, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_9.php', 0, 0xe5b6ca1ecb47017ac864be192b977d30, 0xe5b6ca1ecb47017ac864be192b977d30, 0xe045e46b2543897eec91b418646a3388be333dcfe424924af356078565e4da9b, '', 0, '?'),
(0x907799884bba8eab1b3b1699293d68d1, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-podcast.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-podcast.php', 0, 0x67621073553835909bc6bb96f0b64114, 0x67621073553835909bc6bb96f0b64114, 0x8374b535d644a98bc880aed513a15014a094460796cfd4db9b3582d926425d3a, '', 0, '?'),
(0x908434ef977f07055f02130c3dd18b73, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_7.php', 0, 0xff88cfe669aa9d801300006eeb5a4004, 0xff88cfe669aa9d801300006eeb5a4004, 0xbe8ed30b2d43ac8d5525973c54c5ac5e864a5fabd04fbfd9c7a02465489ecf49, '', 0, '?'),
(0x90879c26bd864a27a0ee9bab31ce53b3, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/api-calls.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/api-calls.php', 1, 0x00000000000000000000000000000000, 0xec00c2fe627810c9f8dbc3759c41fce7, 0x3addcefd9d26475601cdf9d60eefd5fc838723ad9f5fc1b0bc10ca15a76e698f, '', 0, '?'),
(0x908b1bf7cad30160c255d58b6e83247a, 'wp-content/plugins/luckywp-table-of-contents/core/Core.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/Core.php', 1, 0x00000000000000000000000000000000, 0x645fb30e9bdd0397824cdcde25a30492, 0xe6570c8b3699fc8daa4abcc30ad7b51e105ade63d27a65caacd05fe652d4ce77, '', 0, '?'),
(0x908b4db7d2c9768f1b74a6c6a7a32fc5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_7.php', 0, 0xd6f72c7aec49a11ab633aa45f5624690, 0xd6f72c7aec49a11ab633aa45f5624690, 0xd03726357b3de7bc83247e32e0c1998b37fd18af20bc81f889c97934c1f28627, '', 0, '?'),
(0x9097196ec60c5ff03e9902541b3a2b4f, 'wp-content/updraft/backup_2025-04-10-0326___90_720728fa7f7f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-10-0326___90_720728fa7f7f-db.gz', 0, 0x36c418ae1152ebe0830c22e25c5380cd, 0x36c418ae1152ebe0830c22e25c5380cd, 0x5ccc3ce76118f26d79a22d72ee724afdd1a2b8d828a9adb537f12003c7602e95, '', 0, '?'),
(0x909abcf2bdee6a4b9fde69d5c4d6adb8, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 0, 0x4799239caec4cd73202bf4567b0ae4a8, 0x4799239caec4cd73202bf4567b0ae4a8, 0x2ae9fa6ebe9030706435f68979e777263f8c04975eb4383b89928a4ee6f93a39, '', 0, '?'),
(0x909c507dc0bc4c9ec4f61efe053399fc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', 1, 0x00000000000000000000000000000000, 0x7129a1584dd4ad7f92d56040124676c2, 0xd4ea0efab9eeefbdc5f456ae25f09539a86405f792fe361ea24d3502b1c849d9, '', 0, '?'),
(0x909fc9de7223917dd8d3926bba164fa1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 0, 0x358c6af63ea1143f7ec0d05b2dc87b9f, 0x358c6af63ea1143f7ec0d05b2dc87b9f, 0xba771dc64e90edbec2d1751ec7830ef172af1e6f990bc8fbc03b41446661f5e7, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', '/home/abt90iranbet/public_html/wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x90a93486f823d5b0a81c7def8b84afa3, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, 0x00000000000000000000000000000000, 0xbb07f05ff5bea632392c484b06d3d8eb, 0xfbaced00c3983eb724595e214caf80e6999a0c1565141102867a35a647f35f45, '', 0, '?'),
(0x90b382e86c928b87a66004623d9fb4e7, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x7c1ba454e2ef33d436715b7c13ccb80e, 0x5cd3be57ba7ff55a859ee22b723055ad996bd1dd10aa401e650b12fb813974a7, '', 0, '?'),
(0x90b5ed93a775c301c02e0be6838d40f5, 'wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php', 0, 0x80e3127bb630c512c42cfb51366ec09c, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0x90b5fc3eb9008720bc12cdd17a1eb21a, 'wp-includes/blocks/navigation/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf11897f19a23d49459c1f1d770671078, 0xfad07cab2ac92f7ee652277391aadb86be0d40e4b6cece391b43b30d3882c8eb, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', '/home/abt90iranbet/public_html/wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0x66303af7e2a51fb6bad57825e6c304f3, 0xcdfb17e9e7e5ce7d634d6067083c98d098e7af99334e03d568134a3075874969, '', 0, '?'),
(0x90c51922379d0bd374de2060075433cc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php', 0, 0x95358543003d3bd66de3b1b19531ebd7, 0x95358543003d3bd66de3b1b19531ebd7, 0xb329c2e6865c8f54e8ce8e147ac4432ff9495db301b26b57c611a897b6b995bf, '', 0, '?'),
(0x90c998d1c9aabf1b30880b024d537032, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.po', 0, 0xbc12966289311d9d3a81cf82b689becc, 0xbc12966289311d9d3a81cf82b689becc, 0xda661b8f0eca36111ebc482327eebb4d5310a24d62e4f7133d5bef6462a3b066, '', 0, '?'),
(0x90cd20424b7d808801dca8dbe61f0c8e, 'wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php', 1, 0x00000000000000000000000000000000, 0x5ab24b7b3ea55788ad6e09187acee9b4, 0xb1e5dc66b2a652c25e3f23dac0a4e92cb7b703e956cc0a82965f44332a5201b3, '', 0, '?'),
(0x90d4987e44263c78ce31af6ca3f72ff4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php', 0, 0x10e09767d69e9dfb287a24041c492c8d, 0x10e09767d69e9dfb287a24041c492c8d, 0x3d83564fbdb680d782559896045f5067c51e044b8ae6a1d6db95ab7fa6afbe6c, '', 0, '?'),
(0x90d6dafba6f41698edaf15d8df561b0c, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-3.php', 0, 0x06e8eeaa5795abe55682658ccedd1c45, 0x06e8eeaa5795abe55682658ccedd1c45, 0xdabc82d204bf5884f500ac7fc8478652fc176ac5ecce629368c07c235ba0dd0d, '', 0, '?'),
(0x90d6f3b24b058df171ae885ef609cd8b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_3.php', 0, 0x32754937d88f835aafe9eaafe553c843, 0x32754937d88f835aafe9eaafe553c843, 0xbc7f5b39993f45e8e401d20fa809a6ea792a7c769b2fb84bcf91d17133791237, '', 0, '?'),
(0x90d721106a7e135e4f0f5023d7aed543, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x6469b24244f54af21088af44a535c34f, 0x4eab618715ba96698119151b42cff18dcd0d08f8c6414f5db6aca940e150b5e5, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x39f91d19e42667c877e2756c113a80e4, 0x97914b2ec46c3ff83b3f01566bb16f1c4709390e8d2fc07460dee3520178dd78, '', 0, '?'),
(0x90e5a1e767b9995dae82bb0a994f9fe1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_panel_settings.txt', 0, 0x4e32b330991cae77daebafd590034fe3, 0x4e32b330991cae77daebafd590034fe3, 0xcc53e26961fa74a1dac92c1f6ba57f657a6cb131ed5e9c663a87e6b0a01ba389, '', 0, '?'),
(0x90e7abffaf85bd811a9b65a25feb6d10, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json', 1, 0x00000000000000000000000000000000, 0x6ca72a338645c03e11e8c713f999ab0c, 0xd965bb0c72d3f438d1935be795681778183c3165d80d35ecfe76062b9f4b2b77, '', 0, '?'),
(0x90e8dd4e163982e3f04293635d20092d, 'wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0x33e9e1e68fd2918127e3dd32131ea793, 0xfe75000e4d470368b2581964c421001faddbce702b915f5aca8a70f308b7a5cb, '', 0, '?'),
(0x90e998ae5bd1cc9b7eb2e71205db8172, 'wp-content/plugins/elementor/assets/css/widget-tabs.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-tabs.min.css', 1, 0x00000000000000000000000000000000, 0x7f27a94015f846885e789d0fca4a58c5, 0x71fdb096b9821e5024481d5905bde84df565aaff491ee8f3144d6fc4f2a9e75e, '', 0, '?'),
(0x90ef32ce10a06f2901a0b949b79e24b5, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/display-posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/display-posts.php', 1, 0x00000000000000000000000000000000, 0x77eb9c724d72633bb87da713d6bdedde, 0x6a5047d3921d48dcc80c212ef59a17c39f94f5a2ee97a4c84a3e17df05c6b32f, '', 0, '?'),
(0x90f13604ab3cecf852f5c0eb4a4abe10, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xc1a5a59b23a2b2d98d19b7b1bb370134, 0x9853e71650f21fba0054e222847103fbbc31890fa5ffb1ddd7f3cfb80000df4a, '', 0, '?'),
(0x90f1372e34ff3cc7c91fdc8ff9a2af7d, 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', 1, 0x00000000000000000000000000000000, 0x89a390b827f713ab079354c3fd5f14c9, 0x50694fbdde93527bc77a22c30a3297971145642bf7c4f3651c791b8cb7cc2135, '', 0, '?'),
(0x90f151cb16d7b9e6db1d887bfaa52252, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php', 1, 0x00000000000000000000000000000000, 0x447e79e5c356a99edab7f3d7707b81e7, 0x1c36f578497e8043ae8ea7693bdb96efd324120c17ab39b788b54134a4c47172, '', 0, '?'),
(0x90f1837b1bc0c68fab719d66a47abe31, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2.php', 0, 0xbabb6852d6d9924090a526a8015f10f8, 0xbabb6852d6d9924090a526a8015f10f8, 0xdcd407ae0c9b06e25371b232ca042bf3b01278a628acf8aa035fd46e01bc0cbd, '', 0, '?'),
(0x90f978bb6b75bf8cd277a6a3375c6482, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php', 0, 0x0b4de25b20f8668bcee017a6fbcc184f, 0x0b4de25b20f8668bcee017a6fbcc184f, 0xe950c04af39a45318893565ca67ea3108fc9cfec828e7e0029c4937d51d705dd, '', 0, '?'),
(0x90fa0107c4ae0fd07c046dde479f2a6b, 'wp-content/plugins/shortcodes-ultimate/vendor/jquery-inview/jquery-inview.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jquery-inview/jquery-inview.js', 1, 0x00000000000000000000000000000000, 0xbe435d68c8a834ca6ffec6b6a054bdec, 0xc5dd1e2b97cddfa1a2e02bdd0f0b554731f4efb5e4c3ed86e1d6ea1c2f82429d, '', 0, '?'),
(0x90fb63e75146ab1bc81bdd7c8f5ea9e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x0e84d20152b95891902ecfc81044d867, 0xaa2f8b1c70c5fa7b0571b0df57ed5bd24523bca9f57ddaaf3f336f682c95a941, '', 0, '?'),
(0x90fe53f1e4e0de574071b2cdfc866af1, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/img/theme-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img/theme-icon.png', 1, 0x00000000000000000000000000000000, 0x8cb315f4fef1d533eca11ba28e6f9521, 0x8d8be128d35f7b0cccd8f85150dcc2d07956e36c8e18d96a79ca4295d6cd7efd, '', 0, '?'),
(0x9103fdcdf24b99777ea0b42fc5706d63, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9104284a36b941dc3ca79ff4f4c823bc, 'wp-content/plugins/amp/templates/html-start.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/html-start.php', 1, 0x00000000000000000000000000000000, 0xd41317c2c938b6921263efc9ff36617b, 0xdaf37fd9264eee3ee5225c7e653c05840afab569b316bf28428a4596e8b9c4cd, '', 0, '?'),
(0x91080a00a0bb5929d86f5b6438895671, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_12.php', 0, 0x9067fc61ad156fbb7ddd9c15c83d82e2, 0x9067fc61ad156fbb7ddd9c15c83d82e2, 0x48fc9328a7ca95a89bb4f6068bbddc66250aa9cd98ad95ee902600c694389ed1, '', 0, '?'),
(0x910b5403a61c9edc2195d91a36b5e52c, 'wp-content/themes/twentytwentyfive/styles/07-sunrise.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/07-sunrise.json', 1, 0x00000000000000000000000000000000, 0x5c4c9a9af73bdf956849eb359c5d3b60, 0xb992fb347786844abe6b6e857f511f74e330ff0151d293add3b4bce1fd193b3b, '', 0, '?'),
(0x910c61e9420299d972b80b39649031eb, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 1, 0x00000000000000000000000000000000, 0x2e9be2da8552ebc96075444c48b950a1, 0x585188fe743cdc62bf6dde79a9398123303865332b7f818f846896b56ef01aab, '', 0, '?'),
(0x910e17a64a5be9648b451cfe8dfe9662, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', 1, 0x00000000000000000000000000000000, 0x6ad40b002b367d0346f71ad9bd76b433, 0x8c96f143ec2a7d26448283ed84f2919f0c5af07c6ec5285bef0ea0b8c53c03f8, '', 0, '?'),
(0x910f8a29961a624f550393ac3ce4147e, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json', 1, 0x00000000000000000000000000000000, 0x9452d4e4409e4b9ac2d32f47c10b637d, 0xdea91b12b8fdd80f0d93eeeb9fed23b8b76a185f289a05560d47520cb2cbd506, '', 0, '?'),
(0x911253147aca8055ec0a96f5dc14951e, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x89210ef81ad88d1ec9c10f6f1fea80c6, 0xf2c455e82fbabcad9da87949f5d8e0eb5eb93a023f5270248cc0527331f3c547, '', 0, '?'),
(0x9112e37565817f7b58a131ec82d1d20b, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x444d1d2245d43462d19c12dc42bf9100, 0xdee11ce6d9229f43a8f9590eaa573641d41abfc7f08870c7fd370d0fcf20f0f0, '', 0, '?'),
(0x91162336b87e09415e52e4f9deff1121, 'wp-admin/images/contribute-main.svg', '/home/abt90iranbet/public_html/wp-admin/images/contribute-main.svg', 1, 0x00000000000000000000000000000000, 0xabadc35556c6a613bc1632ecb0cbf000, 0xf3e039cc483b08212de456ff0124dd7a6404ae7b196da755f12559caf4b1e2d5, '', 0, '?'),
(0x911a967941d3d2610bda4c7bd2d7a896, 'wp-includes/css/dist/commands/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style.min.css', 1, 0x00000000000000000000000000000000, 0x634ae211b8c1947815ff197d45aed104, 0x225649b0f87d5fbe5bff6e9ffc124a4151b34824c6be8ef9552a19f853f82b98, '', 0, '?'),
(0x911aa6303e0ff313f6f14b4095ad16ec, 'wp-includes/sodium_compat/src/Core/ChaCha20/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/error_log', 0, 0x7dbcc46a2e09595195052884ca3ecd39, 0x7dbcc46a2e09595195052884ca3ecd39, 0x64af85617e03eb38ff5897d734def949dc87148023cfc8b8666eb0f722fba26d, '', 0, '?'),
(0x911aef7eb40c150ee3aa65f6a0e6ecd8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', 1, 0x00000000000000000000000000000000, 0x1ac24a2882a625de6154b66407a27f57, 0x322a457d7e6ff65fe645f02a7f8cf566d41b29a405f402854c21fcfc0d2b3101, '', 0, '?'),
(0x911c539fe55d6542009c646b3b2913b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_10.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x911dff75df836fc053d4579d30208119, 'wp-content/plugins/elementor/assets/js/packages/env/env.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.js', 1, 0x00000000000000000000000000000000, 0x68425c8f1139f303ce6f931154919597, 0xe33b388a7fd3ee546ce5713711903094b05a620d57c82caa3ef26c0f3fab2eb2, '', 0, '?'),
(0x912191be983012bf8fbd7ea46956cea1, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php', 1, 0x00000000000000000000000000000000, 0x8f96a0c8d9c1d532dcf45034214d5bab, 0x11c2d00f12418d095a131c7a7c1332f2aeae10b2d1ed23be1bc75c11141475da, '', 0, '?'),
(0x912bea56e762a8d1a7043f60862067e6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4.php', 0, 0x0bc681f1a7088338242df320768b0273, 0x0bc681f1a7088338242df320768b0273, 0x23add5eacdf72bb74b315d7c7d0eca082442e20e8af8cd68fc1a7a872f0ea256, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, 0x00000000000000000000000000000000, 0x8a8653b1d03e9488ab5ae0e0c5ee47e4, 0x8492f10aab87235077334964cec87dcd8725f74ad5cfec876a19991555a2d32b, '', 0, '?'),
(0x912fe92c192e8a1fe7260246e1d7f0b5, 'wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.asset.php', 1, 0x00000000000000000000000000000000, 0xce36544dae580c324ab53c842e6cfb71, 0x6d4bdc93c575f4270d1f0a9fe94d81d297895bd3edffcd017e8face115ee2b46, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9138d7b87db6cd3a964bc3c9c25febba, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xdec12e6cb17b37bedafd32b302d5906c, 0x34a62bede2b52a2f98532bdbc6102162e5edb986e4a288eacf1cc5f1649e9237, '', 0, '?'),
(0x913e914925c0a0c9d40576b68ca3bc06, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php', 1, 0x00000000000000000000000000000000, 0x9d49796e2058ff39ff3da2c93e5b01f6, 0xb6dbb6729e83f0f1f7f02781cee590b1e7e5889717b5eaed5f25df4f5c59a711, '', 0, '?'),
(0x91408771b0cf47cd2d24a2a997ea7ce8, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 1, 0x00000000000000000000000000000000, 0xd6ca5fb377562d5e2b5fa798b8393e15, 0xbc6f8c18bf732facf0fa897d24eba91c095fe778ea0500d414e99d7fd4753ea4, '', 0, '?'),
(0x9146a86ddde7e4a88cb57e42d02a5f37, 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/plugin.php', 0, 0x448603738e92059c061c8d208f6a505e, 0x448603738e92059c061c8d208f6a505e, 0x0d9958a4c81b21d9efe28c4401558edfcd8a1e43dcae8bed16ad6efe82e4ed44, '', 0, '?'),
(0x9147546ef4baaf11dc212b14d9f508ea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Str.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Str.php', 1, 0x00000000000000000000000000000000, 0x4d36cacce98e2314c46ec42b4de4ab01, 0x78a6e76e3aeb7c21a8a7a00097945f1e0445d12486061c5b85b58cff84f6803a, '', 0, '?'),
(0x9148f89e99b536668a5dad85a59b56d6, 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 1, 0x00000000000000000000000000000000, 0x3c41ec7b57b128d5819aae12a7748273, 0x2389c12ce185b173e7d9bd525c9403db1bfbc86cdb1f1fa42a0c121ff70b082d, '', 0, '?'),
(0x914f2132d230335537aa4436733c6b63, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', '/home/abt90iranbet/public_html/wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0x87d4d0413e8be0596f35176dc45933b9, 0xe19ca2b123830a1be535b4c6763984d51b8d77a51549a77da798c37be4285607, '', 0, '?'),
(0x915791703838c48b4cf01693ae37b01e, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php', 0, 0x0392c533a4f6b527ccab53c84922e3c0, 0x0392c533a4f6b527ccab53c84922e3c0, 0x8f15d6cc1f07a4a6ebb6a401ad19e947799f621356a19be3676f14cee8e595f0, '', 0, '?'),
(0x915ba96e489a36c144e36462059b1f49, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_5.php', 0, 0x6c0fae9e116504c6b28093fedf779536, 0x6c0fae9e116504c6b28093fedf779536, 0xf683719cec08c3d0f60747ae085cf1c4d181ec1eeae253ec84d71b150f4a54e4, '', 0, '?'),
(0x915c60a03c2bfcb31cd68e0cb8074d3a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', 1, 0x00000000000000000000000000000000, 0x7fe3dbe3f8b72df561d95faa952b397c, 0xc3a05b73bb14cd546df44bf46f94f5c7259b3eafdebb8b600041957c6a6e3b9d, '', 0, '?'),
(0x91637b933b27d1de577268f5a1bcf0b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_trending_now.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_trending_now.php', 0, 0x5ffdbd1cc984c9a5677f286f379ebebd, 0x5ffdbd1cc984c9a5677f286f379ebebd, 0xee6a2df96ce7f617c94046b9f61f8706579aed60b1dacedc4c12c4564edb45e9, '', 0, '?'),
(0x916b79c295cf69c0ba5902cb5756fa62, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_3.php', 0, 0xc89f8978c885dbe26b9a75259c4368dd, 0xc89f8978c885dbe26b9a75259c4368dd, 0xc1602dc2e04546c402114e7785a32a7059969fa0f15151cde29cbccb53567ff0, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x91791e90f398c918cfa69c7aff8dca55, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_1.php', 0, 0xd2d4b0c5cc67710c2794c12c583daa78, 0xd2d4b0c5cc67710c2794c12c583daa78, 0x4b344eccdb771afc7bb2e79a0a5ad55ccd3cc502a2ba80cb2c91aed5b5a0f65c, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', '/home/abt90iranbet/public_html/wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xa00b899f9182d32401019bf861a812bd, 0x79ec01fcdf666087b6eef644f526c5dce3954c4939ec40713d14acbac441824c, '', 0, '?'),
(0x917c4c45339f382cfbef33e94ea82ca9, 'wp-content/themes/twentytwentyfive/parts/vertical-header.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/vertical-header.html', 1, 0x00000000000000000000000000000000, 0x93738c867ec4f02f97fd1bf02cf9801d, 0x374995664944d3b1742fe1546493bbb673d8c63b49295d93e24a4b18dc1e2e63, '', 0, '?'),
(0x91820e91f15c5bfc1b4a78a311ac745f, 'wp-content/updraft/log.ed3eafca9936.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.ed3eafca9936.txt', 0, 0x2668188870caa555a46c2d020d5883d0, 0x2668188870caa555a46c2d020d5883d0, 0xb7aafb1e46df7be374ab73bad6c52d57876f04bcb8980b4ceb5d27335c29ea9c, '', 0, '?'),
(0x918366f23d93d95c85ea011d7073c557, 'wp-content/languages/fa_IR-2c5d274ea625dd91556554ad82901529.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-2c5d274ea625dd91556554ad82901529.json', 0, 0xb90037b3dc635fb78aa82ec20e82a1d2, 0xb90037b3dc635fb78aa82ec20e82a1d2, 0x04c6e5b6724a440db6651bed2173cf5010c6b7297274fe2564140159a978f839, '', 0, '?'),
(0x9183bece265038bdc046c0181d7ba800, 'wp-content/plugins/disable-gutenberg/inc/classic-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php', 1, 0x00000000000000000000000000000000, 0xf9a27b27a6bc77b39d1d925fd0e36abf, 0x59f9e0d2bc28b14973d595f1129137fc7baba77417d2498f2cec772802ede3e6, '', 0, '?'),
(0x9187e9a1970c48f560c4116befce2155, 'wp-content/plugins/elementor/assets/js/frontend-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js', 1, 0x00000000000000000000000000000000, 0xd2fc8359eb631a90398fa4a64dfc19db, 0x903d9de51b10b022ce74b257294697fc3ad372621e6aa3a9bc6dd6299409c0c5, '', 0, '?'),
(0x918f21e0daa54b390d09609d3c870702, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_toc.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_toc.php', 0, 0x3ec6cd9c531fb681503bbad9ce82746e, 0x3ec6cd9c531fb681503bbad9ce82746e, 0x051d741ad42a942776341bc20fbcd9e7b30d7be2db9a4adb5598ed1d71763658, '', 0, '?'),
(0x91965f4a4db228f43e3c6021672a020b, 'wp-content/languages/plugins/amp-fa_IR-83a6c2a14c48431e56938dbf3f051e7a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-83a6c2a14c48431e56938dbf3f051e7a.json', 0, 0x3b56feb2563db3b6a9670380d52b9294, 0x3b56feb2563db3b6a9670380d52b9294, 0x707c39cd44eaa0f420cba6128dcb4dd45f6c89d6c67143be2388a5d1b3620f06, '', 0, '?'),
(0x919b83d8c5dadc53ceca76cc44f5773a, 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x2e1087ab033d7892ab76f7d52f0061a9, 0x2fe69da49a294d00b4773f8c2b9e3e7b83dfdd8e1c2a86a2408b4a97a054435e, '', 0, '?'),
(0x919e1137acb53c92c6409e8b4c26c0f3, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-woo-placeholder.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-woo-placeholder.png', 0, 0x2dd365174f8f3d890d59e6d27f4b0aa9, 0x2dd365174f8f3d890d59e6d27f4b0aa9, 0xac4b3efce573dc52a8da13f74e45683e686a15108929ad2e01651b18220a3e5d, '', 0, '?'),
(0x91a05d46fd3b2c2c3da3e594ced3a4c9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2.php', 0, 0xbd22ae619c475242f710eea26eff7e77, 0xbd22ae619c475242f710eea26eff7e77, 0xad9457e780dbe3a7fd4789aa41e3bea07cf6a6e09cf883833b28c22f6f536e47, '', 0, '?'),
(0x91a5b4002e54afcb49ac39fec5f008da, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x4eed19897cbe5ffaf730009907d5ffc7, 0x1c51e930d5a0809b8879d415a922a2491c3b1e0a2f816a813ff236febb5e40b3, '', 0, '?'),
(0x91ab151adcc26d670d334211daad50af, 'wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php', 1, 0x00000000000000000000000000000000, 0x12c9a19198edd5eca2dab2edf7d7bf84, 0xe2eefa2347723c50cdb227fe2dd1f3cbfc002b5f223a44526c4e6e30c16b7af7, '', 0, '?'),
(0x91abebc82d203f12ca1eccb0f9ecc213, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 0, 0x1e89b5a4015f65e399a9cdae2bc2f205, 0x1e89b5a4015f65e399a9cdae2bc2f205, 0x69187c0d981b02352b846a9bc09afb2fbf182a739da9aaede60b93ed5a76ed44, '', 0, '?'),
(0x91ba76527aecdae8fe4037f2df672a54, 'wp-includes/blocks/navigation/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor.css', 1, 0x00000000000000000000000000000000, 0x00cdea6db6bcdd6e6d204bc3e41e1196, 0xe8d0d20935de6d43a785e61abfe7bce090103a087888b6095687a533c72d8bbc, '', 0, '?'),
(0x91bb4e1d14cb5a2a0d508fa4bec5a196, 'wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x757f186e7c56a4f2df1196b0e07355a5, 0x34a037f5f648a4964837bb82fa1b9cb1b18d747f0f1b977ee6856cc22e27f7d4, '', 0, '?'),
(0x91bc7d9e4e65a18df4d09041bdbf40a4, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 1, 0x00000000000000000000000000000000, 0xc6e4c97a253420b5217fb647b253456b, 0x2f4f416fd638fd3f41c14e8fdcd0051fb9a21466fdd2594bb70db9c601d52d21, '', 0, '?'),
(0x91bcf166745ce31b9a5bdeddcdc3c239, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 0, 0x4262f6af3d1ff478e4cb1a53eee78605, 0x4262f6af3d1ff478e4cb1a53eee78605, 0x0a69a656351da8194b697dbdf48ba445419f7437cc89850d7429668e7ce03c50, '', 0, '?'),
(0x91bcf5e4faae1abd163858b2c85d723c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block7.png', 0, 0x481db254b9bbca37b9a14edd8e4e6667, 0x481db254b9bbca37b9a14edd8e4e6667, 0x41c6386f0b1dfebadccb5aa9efd0c3b2306f733258f19607d0dd3e411d7f5690, '', 0, '?'),
(0x91beaf8fa69698ab4869c722aa9c8991, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.po', 0, 0xa598561f1e31401670529f885486db0f, 0xa598561f1e31401670529f885486db0f, 0xb77a8330bfcdae37f905a8645206edf27466cd932f201782c5779249de277a81, '', 0, '?'),
(0x91c02d1c97d6e8eb8489b7536d28e192, 'wp-content/plugins/wp-rocket/languages/rocket-it_IT.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-it_IT.po', 0, 0xd8a8cf4bb9c520fcdff3a826440b3037, 0xd8a8cf4bb9c520fcdff3a826440b3037, 0xa3c407f6dcef8d9825761f74287ba10e3ea3a5055d3e0d11eda3df81c5ddd5d6, '', 0, '?'),
(0x91c1bccee29a906a3b9b508557d61764, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin.php', 0, 0x3dbcb452c3de3aa82870e84611cb7852, 0x3dbcb452c3de3aa82870e84611cb7852, 0x1d231cc4710e6710d2f79eecdc94ac0b30b24aa1d55e738a56c283f8b211ede2, '', 0, '?'),
(0x91c3b0b811d20d8c282c5fd649b1bd0c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-color.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-color.png', 0, 0xb555f74765783d096da40fc7630ed720, 0xb555f74765783d096da40fc7630ed720, 0xe16329f9559d69e6aaf8da0d1a9f194fa445180c36bbc22d7d356da77d428d1e, '', 0, '?'),
(0x91c7ca7c781bd86e26164af16eb70539, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', 0, 0x07dcd9041674e3f5994381a744117c69, 0x07dcd9041674e3f5994381a744117c69, 0xe98a2a91af54415910bfc290f1340b0b4328992e755c2d13f99ea5710959adbb, '', 0, '?'),
(0x91c7d157c0df0a40a97d1020771fafaa, 'wp-content/updraft/backup_2025-10-02-0357___90_c90c4ee43761-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-02-0357___90_c90c4ee43761-db.gz', 0, 0xef10f2250132774c9fa42a1958977f54, 0xef10f2250132774c9fa42a1958977f54, 0x33a154a2c473f0f97f1b8770e550bfc533eb9773b2bb41eaa0e3811536b61ccf, '', 0, '?'),
(0x91c80f2ee5b0929781a44954a99a24f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3.php', 0, 0x4aae1585fa70cd4b8b7ff5ff73204e18, 0x4aae1585fa70cd4b8b7ff5ff73204e18, 0x399115677b5a2fdf5a193ae4bbfe7780aa88b70e2c70c5b10fc2f0cdf6e36dc0, '', 0, '?'),
(0x91d1306ab547e50871a7532b5ac3f0f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_panel_settings.txt', 0, 0x0d4defd35e12a9f17d4d2906b5f9cdb9, 0x0d4defd35e12a9f17d4d2906b5f9cdb9, 0xfc49f598751b8b8da1a52b19a220d8c46dc48762c3c77ab8754c02a622454d45, '', 0, '?'),
(0x91d55df05a724c576e5ee9c94f15ac81, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', 1, 0x00000000000000000000000000000000, 0xada5f84939dec9e4a9a1a9fac612e186, 0xb59370f1b38562f825fc150d896ed7fbf408054aaa32f04e2efd7736a70019db, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x8105744ceb4761b800dd186fd2a06259, 0x32a03689fe6cec6e0df0f122a82063bf3ad3c685157ae8a476f44a31dcb6dff2, '', 0, '?'),
(0x91de8165b016bea2b8c5e5aeade4dce7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_4.php', 0, 0x80f51e497319147e94bdc2a134390578, 0x80f51e497319147e94bdc2a134390578, 0x264514a852d11fa95a45aff6b94ec3d790a2dcbb55e17dd6ce29b4787f872807, '', 0, '?'),
(0x91e1d88c105eee0306c1ac785de5141c, 'wp-content/languages/fa_IR-bf0f094965d3d4a95b47babcb35fc136.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-bf0f094965d3d4a95b47babcb35fc136.json', 0, 0xde94354b13e33789fd44413b9e565a65, 0xde94354b13e33789fd44413b9e565a65, 0x3c12b7733a646401d7d161346c2ee966a02c44248b687bcdd04310b1424ddcb0, '', 0, '?'),
(0x91e33920084c85fb06dc6bda181e8b5f, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', 1, 0x00000000000000000000000000000000, 0x8671bf77b5c03c1a95172d368002dd30, 0x4590a62727e9988c9b07a4a532b622d5bd01b81813f1d0bcb9a089a17c679c45, '', 0, '?'),
(0x91ee7cee00fb270805d909cce1c53852, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', 1, 0x00000000000000000000000000000000, 0x2ab80c30f21ea484c62948a3c5199b82, 0x77173dbf212d34cc8496be9f7904e9dd6cacec13c710c59e6b211da420857bf5, '', 0, '?'),
(0x91f1528489fb01704240114c4aa70ef8, 'wp-includes/blocks/archives/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34143f0981eaf3f355ad451777e1e113, 0xe4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50e, '', 0, '?'),
(0x91f41e0ec0c8e0354663e6fe993fe5dd, 'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-partialfileservlet.php', 1, 0x00000000000000000000000000000000, 0xa332d25c959a5c73d5685979faff49f7, 0x46b392674c4ef9f0e83d085ce145845289146bdc0f2f41d9350b925e1e38fff4, '', 0, '?'),
(0x91f68da4ed12b0d4d70b0cad01f77754, 'wp-includes/blocks/button/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/button/block.json', 1, 0x00000000000000000000000000000000, 0x312f9ea89c33906b154cae6cae0786a0, 0x502833e4f515f35a32df1c58e102990516522e4ed2d8c03e5b45cc9007fa31bd, '', 0, '?'),
(0x91f6f07d7609b99369c0ca9de43b0dc4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x91f792c4607f8dbf16828b0c35af4ab8, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-doctors.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-doctors.jpg', 0, 0x87286fbe03489e2c1052c77674148ad4, 0x87286fbe03489e2c1052c77674148ad4, 0x2ecee0e81ddb4e3f043ce15cf7e34f20f440f58ec3074dd52f31cf057d67eef4, '', 0, '?'),
(0x91f7cfe2c6530d7dbe8b58a5e3c5888a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', 1, 0x00000000000000000000000000000000, 0x269ba55c128b1c725e910a314973c7c1, 0x22b9ea7ac4f6e7ef9a747c7680c11749ba8d7b8e026261084dbe506f52c151a0, '', 0, '?'),
(0x91f871d9b34f556c59df736750033d59, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/heading.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/heading.php', 1, 0x00000000000000000000000000000000, 0xba3cb50efad61dd0ef5f87fcc2fccfbc, 0xc3c6a60bac231ba6eaa4a9b3d6ea83dc48bab012264a5deec7305cab67e3662c, '', 0, '?'),
(0x91fd012167a0a71f5875af9d6072a146, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_1.php', 0, 0x536cc6272e1a4072ca102b72759e8d0e, 0x536cc6272e1a4072ca102b72759e8d0e, 0x54e63852b791a59a50778bf650358f20b89ac512403912f6b4b47b2c9533c209, '', 0, '?'),
(0x91ff08a413a0ff98b4be833c923de5ee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_1.php', 0, 0x2a0f38235eaf42ca579b6b9630629f43, 0x2a0f38235eaf42ca579b6b9630629f43, 0xf03bf688e01c9243056348401edc75fb118d29c1ddd6905eb5b2303b11b77aa3, '', 0, '?'),
(0x92038ede58ae7ff5903d248f58245f64, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', 1, 0x00000000000000000000000000000000, 0x0baa8431920b7a0da64d680baf3f520b, 0x7ab8ad7208bf855bcaa690706cc29faba868be5d43065bf87b9c35123ecfbade, '', 0, '?'),
(0x9208ca14b0aaccb721051c7698c8bb10, 'wp-content/themes/Newspaper/translation/ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ru_RU.mo', 0, 0xc5bf4b68316ad8266e9f2a044e8cb200, 0xc5bf4b68316ad8266e9f2a044e8cb200, 0x4ca2b84f77eff87fd6a974be96a3ca84f6c0ae564f11a544cb868e6b56c100a1, '', 0, '?'),
(0x920925f7453dcd757e17a952cd520bc6, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hi_IN.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hi_IN.json', 0, 0xf8d82708f8d3ea9f2db45435d396146e, 0xf8d82708f8d3ea9f2db45435d396146e, 0xb0a70eeac1304005f01f9d82ad2ecdcb2654c30900a46d2bfe12e02b35d6b21e, '', 0, '?'),
(0x920cf1576b6c9cfcb48383c5ced6ece8, 'wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x2250773f6de17697742d105304c5017b, 0x7010b2cbbd09934aa08ac648b08ab022bde955db1551ce1c593b405b952d9606, '', 0, '?'),
(0x92146fab2f02ca64f08d3478601ca49c, 'wp-content/plugins/akismet/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/readme.txt', 1, 0x00000000000000000000000000000000, 0xdf2b073bdae77afaaba91f449e1b3044, 0xf90d2ad5b0b690c30006e1ff1068d5337eaff8b6fb3ed852f74d00f9367eb2d0, '', 0, '?'),
(0x92153533f34cad7ccd92cee7b8fc34da, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/accordion.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/accordion.svg', 1, 0x00000000000000000000000000000000, 0xa21a225bdc15a1c2d53287879d113359, 0x0dbcfe7f0623ace042dbbd00be3072d008e0b1805594246a0ee76f5b3e293b4d, '', 0, '?'),
(0x9216311daf7bb971f6c8d57e71283a71, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-10.png', 0, 0x3791922e5f20394a3c109e8a9c6fe06d, 0x3791922e5f20394a3c109e8a9c6fe06d, 0x9ba3a64424ee9fe49ac691892a1c3a0ccd556dbe9a6ed345d27d87044ebf59c2, '', 0, '?'),
(0x921638b89a197a3eb48535c59e9c2003, 'wp-content/plugins/kk-star-ratings/src/core/views/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/index.php', 1, 0x00000000000000000000000000000000, 0x11baa8bade1972067bacb9e3cb652eb1, 0xf0062156282042ba8b8d4ebfaa4e0d6ce4a7a4a261ddb4ebb0cac78ee377ea05, '', 0, '?'),
(0x921b390dff9f01c8ee0d4b7c890df332, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 1, 0x00000000000000000000000000000000, 0x8657cb7c314b28fb486f64b6ffc834ee, 0x179781c0c7a64882aca90d0cba482795b30a27ab0732bd7e3c49ba75464be960, '', 0, '?'),
(0x921b544561e44d59015a3443440f69f7, 'wp-includes/fonts.php', '/home/abt90iranbet/public_html/wp-includes/fonts.php', 1, 0x00000000000000000000000000000000, 0xa606ae84c82df6709b7d4cf8a0b24ad1, 0x5f8814f6322a6ed2ba60773a6a59f729350ef53f2e51814d147077f0542fd325, '', 0, '?'),
(0x921c0a81590d17a062ab520d0c8b0f5b, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tgm-plugin-activation.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tgm-plugin-activation.php', 0, 0xa6ee4f6a6971fbeace64bdfe8d8a5012, 0xa6ee4f6a6971fbeace64bdfe8d8a5012, 0x468b501005a406aaa431d9dfb8d0461bacde5244af1b0086aa89fe968c63e3d2, '', 0, '?'),
(0x921f5125149d95bc1f2abf844bc28c9f, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', 1, 0x00000000000000000000000000000000, 0xb8789d016f3c0d45dcafd71afe58641e, 0x90adddfd82618b85932b89a0a1222324d3b5bb67aadc5381f8de1e7ab86911dc, '', 0, '?'),
(0x9224dc6f27c45c71fd5f8a4fbeb3a96d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-typography.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-typography.png', 0, 0xb03105b190027db7d32c4ef2677577b4, 0xb03105b190027db7d32c4ef2677577b4, 0x44f1b632ddeeec4d9cab6cbd945bc66d9e8d6334dccdf12153064140787e7a18, '', 0, '?'),
(0x92255c68f5832f02518c63e56016ff7c, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/expand.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/expand.svg', 1, 0x00000000000000000000000000000000, 0x492aa017f001136bce07fb5e8d9ec085, 0x358068fa5079ee5393c9430f1b921e1a60aaf1e97bf6c9ae4e35b761b94cd9d1, '', 0, '?'),
(0x92286990919227fc728d3e41afb333b5, 'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Drive.php', 1, 0x00000000000000000000000000000000, 0xa21274a53359f671492093876d711e3a, 0x545f0d6c57a8f7e4cc4d1f7b4cda5940e9aab819434d8818133e9bb56dcb6adb, '', 0, '?'),
(0x9229a08a40954d719881a4eb08a51893, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/td-composer.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/td-composer.png', 0, 0x6a1ba195a029370da3dcc8c17a818242, 0x6a1ba195a029370da3dcc8c17a818242, 0xc7ff7e15e99d7390d416947a808beefda227d2d8a8ac24f1a5b67b6590b9ae2f, '', 0, '?'),
(0x922d5275199edc101cbfed5ec5fce0c5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x1ae6db6ecc4c730c33fc763c69d76680, 0xfc403d3e22df57824d486416bc5be77ab59f76b21171e5de633e4625ab2d51bd, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0x1012c7bc697fca2c9c29284975d0dd5c, 0x765ed9011f6c5a9a39f502dd430467bf8c49b4533898583393a131b3db7148e0, '', 0, '?'),
(0x923a772145162c92ba3df37110a9d3e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', 1, 0x00000000000000000000000000000000, 0xec561bf0a5ad0a4acbf18d5d68e2f12b, 0xcaf3817234eb220dd571925e936d5d5cd1eb6ecef61138b276019a790fd69c19, '', 0, '?'),
(0x924b9ce2034150c647aa27e8fd3e0074, 'wp-content/plugins/elementor/assets/js/906cf49fecec599e1a67.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/906cf49fecec599e1a67.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xc1e12751529234826953c56245d7d05c, 0x1c021b4571317422019ac1411cc74578dd2af38278e24bdf1942fee22fd0b1d1, '', 0, '?'),
(0x9253c1f525c55c606c69d9bab7850b0d, 'wp-content/plugins/wordpress-seo/css/dist/support-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x378f71932da58b7ca63cbea9f669853a, 0x150b06bffb957c20157dfbd637fcaf397970f0881037d808b84070e060bc3a67, '', 0, '?'),
(0x925d08dcef856b60c7e4176268e2fd08, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', 1, 0x00000000000000000000000000000000, 0x18470091fcfef125c3daf66bd2b1f1b4, 0x0e08d35d0726b5e1f100baf2ae7d4e50e3af52f427ce49e596fd51f13e26be18, '', 0, '?'),
(0x925dfdd1176ae00629b834a45741f463, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0x0462924bbf308e0f62f6ba78d199155d, 0x34c3f5fdf9c70a96081063b545323d56937bc62be85c676f1f12d0859d4f87a4, '', 0, '?'),
(0x926768b6cc48405492e720b8c012e6c7, 'wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x92692372a9aa6285a666c294df3aa8e2, 'wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js', 1, 0x00000000000000000000000000000000, 0x082c76c09b3c418368334a6c89ea019f, 0x75c764c114492a47febb5ea386306d6b703211731a713908ff150bc13dd11a20, '', 0, '?'),
(0x926bc311ef359579b82e9ca15ad25f83, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 1, 0x00000000000000000000000000000000, 0x0d37fca84b327e5ff6c2cba89ad906b0, 0xe00103be8c9806eb2fb31c70de0a20da148c20be0b404c53c6253916c22f43d3, '', 0, '?'),
(0x926ce1784d5637c606cb3430d028a98f, 'wp-content/plugins/kk-star-ratings/src/functions/type_cast.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/type_cast.php', 1, 0x00000000000000000000000000000000, 0xab3f5d49da43d34d4f61fe17eadd49c8, 0x46ce527af04a2224b1b72d18dfe5121d0770ce8be4717ae53fd648c15cdf5fd4, '', 0, '?'),
(0x926e3eb730a37e09fc5f7cf3e24d0108, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_menu_background.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_menu_background.php', 0, 0xb19df2d53bf0346692b0d5057d4b96b0, 0xb19df2d53bf0346692b0d5057d4b96b0, 0xa28b7c6645f5e03280660fec2567de354d0d832138e33e1703824270dbea8fc2, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', '/home/abt90iranbet/public_html/wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x37faeb50ef52da086e0f8c2c289e66d4, 0x4dfcdf8df0188a569d5f975e8db8a6ff6f6c27009adf71594cfccc98299bddea, '', 0, '?'),
(0x927dd9abb34f6b5a0e210e17e1a10025, 'wp-content/plugins/td-standard-pack/Newspaper/tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/tag.php', 0, 0x90fd1ad5b032bd33500e1db01a3a3a53, 0x90fd1ad5b032bd33500e1db01a3a3a53, 0x5238a48eea75c2815e2c6048f470c9e03a8d371da8732b584215a940cb3078ea, '', 0, '?'),
(0x927ee9938e27bf049116b579977500fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_10.php', 0, 0xf4669ad82ed7abcb72b28aaeea0829f3, 0xf4669ad82ed7abcb72b28aaeea0829f3, 0x31f33f113a2a0f7065b879afea679165335f406717d2f26d962c431c24df778a, '', 0, '?'),
(0x9282697aae0e8b8a69299505ec372b4f, 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 1, 0x00000000000000000000000000000000, 0xc2c3fda73645ff43700bb504f9724873, 0x4613092cf071c94bb9d4acdedec62eb2e77f18e11edd651de5451dfeec9ecde3, '', 0, '?'),
(0x928413e18ef5150cad01b7f5e37204ed, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4.css', 0, 0x92b2cbdd6518288df5dba3cdcbf28307, 0x92b2cbdd6518288df5dba3cdcbf28307, 0xc5869705ad738e642beb2afd5d80c46012f172965c8060caa8b8a766805f62e6, '', 0, '?'),
(0x9286ef71d6553ad1ef4c018e61fb4167, 'wp-content/plugins/td-composer/mobile/images/sprite/elements.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/sprite/elements.png', 0, 0xe3b4773ac34c9cbc1cdafccb22fd6a88, 0xe3b4773ac34c9cbc1cdafccb22fd6a88, 0x74c615eb9c486b276bd3652ff3f3f5f2b9f160416016cd5809267c76adee0b40, '', 0, '?'),
(0x929c5ea21009a7229875025a06d95320, 'wp-includes/blocks/comment-edit-link/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/block.json', 1, 0x00000000000000000000000000000000, 0x4b1363b5a70cb192cd77213131fdefbc, 0xfb03906b92771ecfabfe2016aaae89f1811df38bec96ee73ec99834ebb0fa649, '', 0, '?'),
(0x929c9e37eef29e8c83469c88e6a6f4a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import_no_content.php', 0, 0x131d0969b84da096ae1d296f68d79382, 0x131d0969b84da096ae1d296f68d79382, 0x93f81494b095cb5c04a8467c6ab3c0341c9e1b539851c837ad1cf1c7bbc7e2ef, '', 0, '?'),
(0x92a19451df11492040826eb82486546f, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css', 0, 0x62676056793e4bc5ea3a6c5db1ef9925, 0x62676056793e4bc5ea3a6c5db1ef9925, 0xebc6cd729170e8ed2f2ca9c9d4045c41e2e1198f8540584795e49bbeceecbdf1, '', 0, '?'),
(0x92a820374d1270c795caac533f955798, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.eot', 0, 0x25c398070995b53c473503bd66e920f7, 0x25c398070995b53c473503bd66e920f7, 0x52fc1f9a75e369a4f9f26430d8fab6c4feca20c8b03bfd20f47843aeb97887a8, '', 0, '?'),
(0x92aced82d158a9311832ef8d6dc68772, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 1, 0x00000000000000000000000000000000, 0x819504c086b326dbe1ea261c1d94344b, 0x650f3d32361e641f41f599752c04a7c21fd523dca57870b4f098b77288b0693b, '', 0, '?'),
(0x92b0ab4cdb4d2e25ced55659ddc00e64, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 0, 0x8b4f4127ba39a0272b3bf9e5a7976178, 0x8b4f4127ba39a0272b3bf9e5a7976178, 0x21432c56032df6aa6724d746af03789c02d3015a14e3e1dcb7eb97866cf418e6, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0x48594e232250572dfefc7b1cbf0acd1a, 0xe16b40be35269b9839f413cf92db834fab1cfd5063d698ad15e7b9653a897f68, '', 0, '?'),
(0x92b387c597ff6393bc3bdb9e9c757bda, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', 0, 0xdcd1f7284d2b436d6b9e3e42abd96803, 0xdcd1f7284d2b436d6b9e3e42abd96803, 0x81c937201eadc209c416b57820316892133124c9f45d2ecfe62d5fd515e21a36, '', 0, '?'),
(0x92b8607fea5f4e14bac211d9d697cb95, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-25fe42714de721354cbf23f1867e545b.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-25fe42714de721354cbf23f1867e545b.json', 0, 0x941863c9cbee7e89e9e0126e152c3f49, 0x941863c9cbee7e89e9e0126e152c3f49, 0x0ca4b27f87acead7ef39192e9f223395d087009bad031f839a5e7637bb0e41f8, '', 0, '?'),
(0x92bc61f99d4a8d89927165a9fb143f58, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php', 0, 0xced61bf4cf4ec4a549ebe31de9ae4dd4, 0xced61bf4cf4ec4a549ebe31de9ae4dd4, 0x381e9a9b13dc72af83ae357d2895d061b1d0bc870481342ad8e769100b289080, '', 0, '?'),
(0x92bee75b06e64547f527b9ce11bd6e50, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/demo_style.css', 0, 0x521cd8c4da90951a54033abe1d29fd3c, 0x521cd8c4da90951a54033abe1d29fd3c, 0xafa302e934054ccb5106f4a4123230edc568b6ba37969201da8b66a67e693488, '', 0, '?'),
(0x92c4a30df1ffb6207cfc77fb04c4957d, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php', 0, 0x40fb3d85c84f269f184e3aa926b7ed07, 0x40fb3d85c84f269f184e3aa926b7ed07, 0xdd5e1c6eeb343c047ecbdfe386e3157e91c0806aa5354d1aa32ab614c356048d, '', 0, '?'),
(0x92c552339951aafda89816be4114d4b2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1.php', 0, 0x4ffcdca702dc7a763aaaeb61c1cc9c58, 0x4ffcdca702dc7a763aaaeb61c1cc9c58, 0x4cf0c0555e394338b94f03f54205f7eddf44e8dcd1bd57451f9a6a22af7da89b, '', 0, '?'),
(0x92c5f058d3c8a173ebe53a24248b8e55, 'wp-content/plugins/amp/src/Support/SupportRESTController.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Support/SupportRESTController.php', 1, 0x00000000000000000000000000000000, 0x4d6dcb7832b2c2e569cf14300423b395, 0xd8dfa6be581d41b9796679c893aa1b02e343a315324a81623cff9c3be1907b9f, '', 0, '?'),
(0x92cba92bda4fd319987f4d8fc20fe70e, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_date.php', 0, 0xa7c4a607797df412ac600d6f4e255882, 0xa7c4a607797df412ac600d6f4e255882, 0xa4bdd919588282633243df02a8cd9eda65d81b8e8c7c97a1f87c855f9a43edf3, '', 0, '?'),
(0x92cbbbd8a5e2b3cdbbb637b391604354, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2.php', 0, 0xef62fad375a46e887c6a1fc3fcad077e, 0xef62fad375a46e887c6a1fc3fcad077e, 0xe3517a4cc1f0f37397e67b8b5d26a92b4989d8fffe85ca89432697b6c28df1ea, '', 0, '?'),
(0x92cd95200b5395e98dcb97f4a1c2f5bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x92cd97119340d7fc5cc61e0ce16a44be, 'wp-content/themes/Newspaper/translation/ur_IN.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur_IN.po', 0, 0x1676cd3af2365d9c218a7265be76610b, 0x1676cd3af2365d9c218a7265be76610b, 0xd1a58640e2759142baf883533c965fd8b62ee064c6e2f1f9cad0e929d14a0746, '', 0, '?'),
(0x92d084d344b1a8b58deb60aa0f035565, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_5.php', 0, 0x85d42528bcc944afa3e44df332d8b037, 0x85d42528bcc944afa3e44df332d8b037, 0xd6c1d384dfe3574d0b40e80ba34ddeffee6fe374010ddac902d96adb3e68f862, '', 0, '?'),
(0x92d3e19a3b080c0c0a4e7fc4d37105f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', 1, 0x00000000000000000000000000000000, 0xc138c898bd32a1764a672ea91443a7c3, 0xb086ada3baa50e7edaa72152b6f775b6441a6c17aa7d3135d30ad8d06cf15457, '', 0, '?'),
(0x92d6069c3d4bdc4a2d6155900b914950, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_10.php', 0, 0x9969dcfa0a8df20e633046e53fea3242, 0x9969dcfa0a8df20e633046e53fea3242, 0x7297ca07114a14c350a864eadf9f54f16c5b05cea5cbfff5e920db0bf6423f2a, '', 0, '?'),
(0x92d669dccc3855081c7f7c9ad6c1979f, 'wp-content/updraft/plugins-old/updraftplus/images/notices/locksettings.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/locksettings.png', 0, 0xbe876d5ca0b2b9bfcb834a027b5de115, 0xbe876d5ca0b2b9bfcb834a027b5de115, 0x5097b292a5fed7954c58cafc7756fd094a3c8845501ba8d2c6a6bbd8f3c29270, '', 0, '?'),
(0x92d7f5069c1586695dc535b47727d0d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_css_generator_demo.php', 0, 0x4be50cd5f2f7d6a0425449414b1d858f, 0x4be50cd5f2f7d6a0425449414b1d858f, 0x19d316f1a16cc14d245f04446257ceb08ed1742a25a949c4998e33b383dd4a0c, '', 0, '?'),
(0x92e1d8f546e2105aee030a51d90f4345, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x3bb762ebd0ddca7a334cfedd3312ebe3, 0xd19ac2516082e277b5643e4f886f4a9289d7fe0ba8f3a4274ea9d3813e778f2c, '', 0, '?'),
(0x92e2263ef2e3ba186ace97a6ea26a8ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_7.php', 0, 0x802e1a2fb75e70a1b40b43b9acf53162, 0x802e1a2fb75e70a1b40b43b9acf53162, 0x403fe00fe4caddf2b890ca493d5488996c85f6e9fb5eeb6e86a0bfee1e8ebb1d, '', 0, '?'),
(0x92ecce3105d1c0fe2d5124815eb8a908, 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 1, 0x00000000000000000000000000000000, 0x9c9cff93a0d5a209225c1bae18d80a9d, 0xc676f55bc3cd2d0816804e59a95156174c05ab56670c0b12bb8e818a6e38b662, '', 0, '?'),
(0x92f30d806db9730b009d40ce3d5b11c6, 'wp-includes/blocks/text-columns/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc78ed9108dfde1d74f13e4d78c75aea3, 0xeba3cb3a2fe6e31c071d8a1913834960f536b739fbe88d09a952d0e8e130ea33, '', 0, '?'),
(0x92fed6ac2b499537c60e8e0cac5efca5, 'wp-includes/blocks/file/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor.css', 1, 0x00000000000000000000000000000000, 0xb246ea983db06f4aaa16c3ea572efc6d, 0xf6a551bb7297b3548fa66e9025180c12faa5dcf140d06e0627e5da6d7d34f61d, '', 0, '?'),
(0x9300a158dc6e5323d8351e92d44dc74a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 1, 0x00000000000000000000000000000000, 0x4bc3f2edf4afc88584b17ba247dfad13, 0x712e39ea838a29bb04b6a8514b9a04211b57ea148774818d745b0af865b5feef, '', 0, '?'),
(0x930250e6ce410d3fab8bca5e13b4f23e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 0, 0x8fcc60e2f072c8db3f827d5cbd12bb0f, 0x8fcc60e2f072c8db3f827d5cbd12bb0f, 0xd7f911b114f7eed4352d74501580228578d358f21cd230772218a632d21e71d9, '', 0, '?'),
(0x9308319884f48e717ea6028307c7eff2, 'wp-content/languages/fa_IR-49c6d4acf36cf3aca9f0b2a77617304f.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-49c6d4acf36cf3aca9f0b2a77617304f.json', 0, 0x14e8c53cad64b0e85b3381287c1716cd, 0x14e8c53cad64b0e85b3381287c1716cd, 0xbb8f503cdfa7dd8b6eacb1a9f4388e5578153538fb83742c45d223d457dac28b, '', 0, '?'),
(0x9308525b97275c2f0cb88635a69ac890, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_5.php', 0, 0xdbbfc2b11b13f2ccae5864b4598ab276, 0xdbbfc2b11b13f2ccae5864b4598ab276, 0x30a63b52fddce913cca8663d8cdf5a79d67c5250b05e7d8949419356a45edc5b, '', 0, '?'),
(0x93097a065b78a90b18c25c310bece08f, 'wp-content/plugins/kk-star-ratings/src/core/actions/script.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/script.php', 1, 0x00000000000000000000000000000000, 0x88d37c7b2462d89ab648870d39df210b, 0x6cb03302e6cd1d0981cf3337a581ae8e2257d7bb60d6f43298bccf8824f881ed, '', 0, '?'),
(0x930a62988f1bcd765224f2ff2224a897, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_ffffff_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_ffffff_256x240.png', 0, 0x7042b9589989d157cdada212779521d4, 0x7042b9589989d157cdada212779521d4, 0x08be8cd64136871d220f4e6ce2495dea20a535c681062b2d315e9ed2bedd1cfa, '', 0, '?'),
(0x930ce0745a8c7d9418d893ef53f50fad, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php', 0, 0xe2c8dd63bbd8113445122aa9b240e87d, 0xe2c8dd63bbd8113445122aa9b240e87d, 0xc518733c740dcf6568aadcdb16d328c832cb559fb698fdbd4c5d54f398676ad8, '', 0, '?'),
(0x930ebaf1873b46b8287b0da558294a93, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', 1, 0x00000000000000000000000000000000, 0xe155d7ff4762a2edc97aaf020b109391, 0xee7af456bfba74a8092191d6db1a26eb7b733046f151b0ab2a329031f2f9afd1, '', 0, '?'),
(0x930fcacfcfd1c7b216452254004f257c, 'wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php', 1, 0x00000000000000000000000000000000, 0xc2f3175605ced88ae757bcf65c38ac9d, 0xd1937c0c0442ecf7de47ba40941c697839d71091599e4360bf4b7cf182822a55, '', 0, '?'),
(0x9310da5b6a14df0b6e01d65a3e41ced0, 'wp-content/themes/twentytwentyfive/readme.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/readme.txt', 1, 0x00000000000000000000000000000000, 0xb96e691aaae20a15f22d90d46d53cbff, 0x1e97435d25d245dc082fef187b3206fd3ba57ee2c4f94fc1af1acad716205b6b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x93141e40f8c3acb4ef80c8137ba2df41, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-2.png', 0, 0x399c53339091cae1bf91957cd9670c2b, 0x399c53339091cae1bf91957cd9670c2b, 0xb77d7bda4fa55e5577dcdb15e0d456b1bc1e22887f8f69ce1b35bf2e0a470063, '', 0, '?'),
(0x9314e652d21970ba78eb4f0c8055ca22, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xb40cce124c2d1aeab6d8d23076660a90, 0x952b26682dca9ad8f9956aa28146701952b10cde24e4f9e9a608c9a909312374, '', 0, '?'),
(0x931918f17a317b81f51a68170afc9ccd, 'wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js', 1, 0x00000000000000000000000000000000, 0x35e74e8e5ce33e7e8f2e80c4cd114047, 0x841625245186077a60c31f00f7772cec41847ac1a541cc5406cee091455f7cdd, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', '/home/abt90iranbet/public_html/wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0xa4189069d27ee4aee68eaaf8a4126bc1, 0xed06adf93cdb22ac4ffbb4dabf79eb4485f91f9516b64692d9d9b6ef364cc389, '', 0, '?'),
(0x931e52e580546dddbca37e6a39685dbc, 'wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php', 1, 0x00000000000000000000000000000000, 0xe3443bcfa221ae7cb8c17407bca9047b, 0xd8f5c5b4c9a63ab961f1f97bf1b83f131aba779ab6c5b90c48da051224f86d2d, '', 0, '?'),
(0x9320056d8d3c2d2717d60c849ab93859, 'wp-includes/css/dist/preferences/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style.min.css', 1, 0x00000000000000000000000000000000, 0xdc0788554cb8343df92df1bb867893ae, 0xea90174f9bc4b1b45bea7022d46529415b38e0320f0b9561246a7b5c6fbdbfe5, '', 0, '?'),
(0x932e17f234eda63441fabe2ec51beaf1, 'wp-content/plugins/amp/assets/css/amp-block-validation.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-validation.css', 1, 0x00000000000000000000000000000000, 0xbdd93344cfb9c2ef377d4b47f16bc2fe, 0x3e9ab05eeaa1612306a7ce1d6e7ebcc5570080992bcbd692dfd93534977c60aa, '', 0, '?'),
(0x93300f2202a7cb47a31a3ddf6856349c, 'wp-includes/blocks/separator/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme.css', 1, 0x00000000000000000000000000000000, 0xb189a8f9e5b7c3de45c8aa12f5f3ab68, 0xd790d35aa9c8bd6e5f367b8b4ed36e3bcd464d3e756e14b4c10fff0512b7fe22, '', 0, '?'),
(0x9339e657eeee121a5a01423d4b3f2840, 'wp-content/plugins/elementor/assets/js/web-cli.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/web-cli.js', 1, 0x00000000000000000000000000000000, 0x4895bbf62055249450f9f3e1ec7c1e58, 0xc2d992dc9a17246af7a2a2bb999b3a5883441d616f2a6e07fbbe2edb9f007027, '', 0, '?'),
(0x933ff3a426c5528f60387268bb4ce504, 'wp-content/plugins/kk-star-ratings/src/functions/block.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/block.php', 1, 0x00000000000000000000000000000000, 0x61b5140e2711633707cdbfd6cb66abe0, 0x587f485ef78d970abe7b977ce5c4456357a5dadd772800188672fafaf65de9cf, '', 0, '?'),
(0x9340864804dc875fa08eb891694cf730, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_template.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_template.php', 0, 0x22161a5c7c2ddc12a48989a1992722cf, 0x22161a5c7c2ddc12a48989a1992722cf, 0x3572e02a42821dcde3c7ca2547dcd9e9281b25e10e2365fb366c2154972b324b, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe3f68cc0ceba521094e892b42b24c4a, 0xd93e82f6a6206f616c6fcd657d0a865b4880d1644cae3731b5971bc15f661931, '', 0, '?'),
(0x934939b4ae810789b2ef51603d6b627e, 'wp-content/plugins/td-composer/assets/images/icon-cat-grid-layout.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/icon-cat-grid-layout.png', 0, 0x86e35b05967740d4d4b42caecaf1070e, 0x86e35b05967740d4d4b42caecaf1070e, 0xfade75b9a4e69240a052ab2946218ec88be5e864d60bebb1b7a6ecfbdf8a963c, '', 0, '?'),
(0x934dd130977dc1b84ea8c9c55352e804, 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/README.md', 0, 0xc955b0e85836d701a04d0f271c2bb704, 0xc955b0e85836d701a04d0f271c2bb704, 0x0d96dc583944ff8dce7301ae7d679d161b2fa0d2949bea3a1be8caada0092899, '', 0, '?'),
(0x9351404700e8613a55175e83c4a31464, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/affiliation.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/affiliation.css', 1, 0x00000000000000000000000000000000, 0x51a5458f44322435e69a7a7f5fdaa20b, 0x3b4363708e99dc80599c8daefd89b61465464b7c3fc0cf386c185360647f553b, '', 0, '?'),
(0x93520d52304f29081a16c17c737aff38, 'wp-content/plugins/elementor/modules/nested-accordion/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-accordion/module.php', 1, 0x00000000000000000000000000000000, 0x5a854af9f3cf8cb6e78e798826533862, 0x2bfed4ecc2eae18de0bbfe40dcec8e09167ce13eae7896b1bc137753f3ee000c, '', 0, '?'),
(0x9352889cb4739ee9c295797c507d6288, 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/assets/editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/elementor/assets/editor.min.js', 1, 0x00000000000000000000000000000000, 0xf1fb3f14b8f5ecb6b98d058e8a360dce, 0x488564642e8d015f047ab4e53240be73578c79ece1117575cdebcd431c05d9ca, '', 0, '?'),
(0x93554b5bc15a7fdd59512826253fb83f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block15.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block15.png', 0, 0xdd71365f45ed0de2d35e75fa637d15b3, 0xdd71365f45ed0de2d35e75fa637d15b3, 0x908425a9bded2d095a0e57e1317eeca020458782e99cbc0ded3d43b5bb4e442c, '', 0, '?'),
(0x9355a889fecf31e9c41a3c3605046b40, 'wp-content/plugins/kk-star-ratings/freemius/templates/debug.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug.php', 1, 0x00000000000000000000000000000000, 0xa93cbeb1ce15ff22f1a8cab985b05df0, 0x5c17febc6cadf78223d12827d34875d246e52825bcf4c1bd29e4eaaa879d398e, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0x359bfcf84731850e3151c58debce910b, 0xcb8ebe118bd60f347035f864ba08860e1da3a8f84886edb9996da4d492d8827a, '', 0, '?'),
(0x9358f981ba6b1dd083bebf0ef2a68dca, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 1, 0x00000000000000000000000000000000, 0x56a7de2d81ba124c6bfe56221c7dacea, 0x8667712029b809919094403fd61acc656694f5955a339c06166102dcdd20ba2b, '', 0, '?'),
(0x935bb05ca967f41309ef16137ae3243e, 'wp-content/plugins/td-composer/td-multi-purpose/less/menu-header.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/menu-header.less', 0, 0x9551abebab4fbe43d9d5c2c23abc0d67, 0x9551abebab4fbe43d9d5c2c23abc0d67, 0xda11eb6044acc1d23d424134be65278805859378ef24aea86973602706c4c544, '', 0, '?'),
(0x935fd0cefd21fae10808ac1faa8d8618, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-news-blog.php', 0, 0xc3ce4eab7553a36b81a992c0e2b287e5, 0xc3ce4eab7553a36b81a992c0e2b287e5, 0x44bb8c452b07261aedca9691cec9365fa1f6e667cd64f4b46ce566928d0a00eb, '', 0, '?'),
(0x93632406fa6fe52498650ca7e238b55e, 'wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.css', 0, 0xd3ccce000fabc1500a7310f655482ae5, 0xd3ccce000fabc1500a7310f655482ae5, 0xe14f50cd181baf51d48a24ee47a105c2feaaa0be7f9a6a2ee35075f24a4c379e, '', 0, '?'),
(0x9365dc98e54879b7845dabbaff6fee14, 'wp-content/themes/twentytwentytwo/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/archive.html', 1, 0x00000000000000000000000000000000, 0xca30a7d5bc77e21b9e458d0e1b1f2774, 0xd29eb43113aa111c9367f932e29109d7d4cabb13b4429873060db6c756584cf1, '', 0, '?'),
(0x936c1e88f515a5cc362c1f3e0307ddef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_6.php', 0, 0xa2e353ca4a0a55415d9f16e05383cbcd, 0xa2e353ca4a0a55415d9f16e05383cbcd, 0x2d55f305085ca64a626a27a49a97dac74a21023943790a6a0b53d735161e76a6, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x936e81991e707a63eacac84bc3e9630d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_7.php', 0, 0x12b4ca2f10579ab1474ddc75e6802c22, 0x12b4ca2f10579ab1474ddc75e6802c22, 0xef579f89fe6d1f25c05ec86aec5b35103e4e183ef7e9bbc959ef4884f6334915, '', 0, '?'),
(0x9375c64de5a82b8ab03866207b41a2b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_6.php', 0, 0x685cac4f65feecc614d0c7897df447b2, 0x685cac4f65feecc614d0c7897df447b2, 0x27849b7486f426654531b9dad7d29dcb4ceb2338dcb661814e469dc6fe2dfc06, '', 0, '?'),
(0x9376d6071c5cac86be5bfa5ecb38fa0c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_import.php', 0, 0x9ac38745e72b1e5d6aa253ea80121c1a, 0x9ac38745e72b1e5d6aa253ea80121c1a, 0x7c052efca975d7d4a3258f9dc55599a666c8fa6f254a9b2c47a910a9829fcb5f, '', 0, '?'),
(0x9379d581e73e94a12d40099ea92f865f, 'wp-content/plugins/elementor/core/utils/hints.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/hints.php', 1, 0x00000000000000000000000000000000, 0xa8ad4355f6756c17e80d256a580da234, 0xd293932fb388761c67950c2709727eb52b7df1e491d50ec21b59313bc8b53d2d, '', 0, '?'),
(0x937cf5fb9bad741f73cec44b18430699, 'wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 1, 0x00000000000000000000000000000000, 0x61d8edc1070e8fdc02999441eff9e042, 0x0947112f177ae69ab6b3cee7ec535291ad5c6862492edd1d115bcc2caa873be8, '', 0, '?'),
(0x937fefaa441c07a9e29eed8247b840a5, 'wp-content/plugins/poka-review/includes/class-poka-review-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-loader.php', 0, 0xda27f873479385b83ff3262fb39cda5b, 0xda27f873479385b83ff3262fb39cda5b, 0x63478e8e5741aefdb847a51b8107ad04135be0e387463ac72c0c6eb493acc5c6, '', 0, '?'),
(0x9387cbaf9b437c7b2743773d6fe510b1, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-3.png', 0, 0xdd3afb357f51d869d09ff88847beaa38, 0xdd3afb357f51d869d09ff88847beaa38, 0x69bc5b0818371287f735432f5a53af991c2ac90cb707f1eefe247062f3867e71, '', 0, '?'),
(0x9387e758604c9c093644ad97982b50ce, 'wp-content/updraft/plugins-old/updraftplus/images/dashicon.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dashicon.png', 0, 0xfab5acda76df6ce3636166e0e1120ba7, 0xfab5acda76df6ce3636166e0e1120ba7, 0xb283f1cf021ee5a77cb85ae2aee6d3f71475153c24288a1a26d80344d2a12693, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0x9132a9a3e8591054e678da1c0e778004, 0x4513e94944280e313069fd7cf3563aede95ed3731a58c7825cac396be94fae47, '', 0, '?'),
(0x9388bbfa17adb6fcddad64a2579db473, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/demo_style.css', 0, 0x9a867b47e737a01662728ec9e2be33db, 0x9a867b47e737a01662728ec9e2be33db, 0x0949ffef65e226f55a6a2083cb09585b856d1de10a367d916ad8d8055dd34382, '', 0, '?'),
(0x938abcc07a3e9f4e7d215ef978fca3d1, 'wp-includes/l10n/class-wp-translation-file-php.php', '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-file-php.php', 1, 0x00000000000000000000000000000000, 0xc99678842b9059cee5ae544dd7f3c9f8, 0xd21d931667cbe5bbee29907217c7a1574bb8bc58822cdb49c0704c51efb2d7af, '', 0, '?'),
(0x938c300cb55fd66a7deb3849419ac168, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', 1, 0x00000000000000000000000000000000, 0x609545792fec24ecc885392098dff087, 0x27b056c543acf7f3b9eb8ad3bbbc3b26efc29b41e0e4bb71d67f952b2b8bda6b, '', 0, '?'),
(0x938e51597885a5bc2b6db6379fce3d1e, 'wp-content/plugins/kk-star-ratings/freemius.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius.php', 1, 0x00000000000000000000000000000000, 0xb4cc1ee519e81fdee1d800af63035bf8, 0x07570da4953fec4d1f28a76bbae165c56fec2ca39ef843c87c6bfacdd5548fc9, '', 0, '?'),
(0x93964fcfce0b9887813958964b486f82, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 1, 0x00000000000000000000000000000000, 0x011518128b3fdf4dcb1bf09d65af26d5, 0x2ce549fa1dbb0a9107d92ab0b01984f636f2e2a114bcbae752056620559ce380, '', 0, '?'),
(0x939884207c1693d0deb38771bb9d8aaf, 'wp-content/languages/fa_IR-270d72d1cff17227d37f3244759cbecb.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-270d72d1cff17227d37f3244759cbecb.json', 0, 0x4ee8daede2a837d17a7fabaccaf0887d, 0x4ee8daede2a837d17a7fabaccaf0887d, 0xe51168b09267758833e407b3f042e39b28dcb2707a9e72a03fd19314c7b53a7b, '', 0, '?'),
(0x939906e5cfbca9c6daf7682a6f7c9f91, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_import.php', 0, 0x4bafb730cf2d70283452fd8575810197, 0x4bafb730cf2d70283452fd8575810197, 0xd34881b4b0ea20f9ef161c595b25021efb6588239010c763bf95becc1c267a38, '', 0, '?'),
(0x939c07278008599a3f2c6d6d6bb42eef, 'wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', 1, 0x00000000000000000000000000000000, 0x3d73c254e506e6f781e142c0b6548f92, 0xbe28e3e1a6097904d3a025635dd83506aed9e17fc310c5b077978c8722b25073, '', 0, '?'),
(0x939e28c16ebcd6da418e7b5db41f2722, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu-item.php', 0, 0xf684b9e044d590c0f0c3ef09522b9f54, 0xf684b9e044d590c0f0c3ef09522b9f54, 0xb539135bce675686d6e7be08bd3862bb50ffc8367ad185cd43a9a5b11a157729, '', 0, '?'),
(0x939f360eadd01255d1d1a6dc1e0875ef, 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x451916b657521417bcb702d6e1bf8f00, 0xb482d2e8a3903ba19b4a2dbe3c0f22cacc38366578d6bc542860df92e34c20bc, '', 0, '?'),
(0x93a0affceb737ba1231ce89d75b290a0, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-cs_CZ.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x77ea0a2d2ffe1081eb2c3ebd0c648a33, 0x23a51fdc7bc5f54e33654e97aba601a4b4bf8455629f49ede505a383ed1e85c5, '', 0, '?'),
(0x93a2659b29515151932b521448bd6042, 'wp-content/plugins/wps-hide-login/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x93a92100062bae2a65643804f1e364e7, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node/Number.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node/Number.php', 0, 0xed05d5dabe6d907575f288ebbb34aeec, 0xed05d5dabe6d907575f288ebbb34aeec, 0x0829dcb8fd14ad420f97525ede885fe6157ee17bb6bdef57522827d1e4b49bcc, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', '/home/abt90iranbet/public_html/wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0xde9c286d6ea3ce64f24b1fb1892c8381, 0x06f3a807566c8cf43f846ba709d1646ab3a0fbc7c3c9f247ff0793f95b717f99, '', 0, '?'),
(0x93ab81cac15507b3bfd589c742b6e2d1, 'wp-includes/Requests/src/Exception/Http/Status415.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status415.php', 1, 0x00000000000000000000000000000000, 0x0ad365d4181addf05e4666806deb9002, 0xa3958d2ad8add29f957c390e87872f5f3ce6f631f0d1c708c33f2bd20f561286, '', 0, '?'),
(0x93af9adbab8c0f987d4ecd696ba25b18, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', 0, 0xd71e80779af5f9a573ec3abf0b119be5, 0xd71e80779af5f9a573ec3abf0b119be5, 0x7fcc13f930c0c70948a065076cfea7595a9e56752a5afdff8ab7d82b312f3c08, '', 0, '?'),
(0x93afdc33bae6ea85a017ef587ad68945, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-query-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-query-interface.php', 0, 0x0629ee1f16d2ee34eefb6bcaf68ead7c, 0x0629ee1f16d2ee34eefb6bcaf68ead7c, 0x3e075281a0e07f5498bc33e28f913ca618f9241c20b34b61e920d51440e5346e, '', 0, '?'),
(0x93b0a616a1692290b7f6792e0d38f003, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import.php', 0, 0x3afab4713d7d2601c6205d52310cf9af, 0x3afab4713d7d2601c6205d52310cf9af, 0x4b26e289b57990e607f7965b0afd9ebe473c83185dfc6f091570c30fe39eb4b0, '', 0, '?'),
(0x93b0a75215f9b352f176bdc00b2789d9, 'wp-content/plugins/poka-review/includes/class-poka-review-deactivator.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-deactivator.php', 0, 0xe00bc74143a78084b82408e17a166fb7, 0xe00bc74143a78084b82408e17a166fb7, 0x94982560cafa1db75df84345a085a107478dd2bc78ac7760351c334e94f357d4, '', 0, '?'),
(0x93b4a9e011376f4934cf0cc4d23d77b6, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0x1f3482decf6b49549fa5dfc03dd6802f, 0xf1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010, '', 0, '?'),
(0x93b68115b42b628aea7a735429b97e8b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_6.php', 0, 0x5bf9582fabcdaad4d1e23ec9c123c5f7, 0x5bf9582fabcdaad4d1e23ec9c123c5f7, 0xfee6848b5e05103d54e30d25ce89bd6255dff808a199fbac00a31781f5b802c1, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x93bdad2e4d14fe01f684410d9134d631, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 1, 0x00000000000000000000000000000000, 0x0bd2f4f9b9e13e3137ce18ffd1a97291, 0x57fe884122c4524099d18be82bb99e07f2a80a6046287ccbc44f2527c2ec5203, '', 0, '?'),
(0x93be15fa6963655c93fbd6034a76799c, 'wp-content/updraft/backup_2025-06-28-0328___90_220e334eff1f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-28-0328___90_220e334eff1f-db.gz', 0, 0xe1240ca1da0643134a38a65c6c8999f2, 0xe1240ca1da0643134a38a65c6c8999f2, 0xc1cd869db4c9a1586bc3f92075bf7fa79a1c3d46de99ffb7bfe3c660062a5705, '', 0, '?'),
(0x93be70be6291168022cad0dbd45ddd1e, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php', 0, 0xc0debf60b11a22f35f7a756f31fedfa7, 0xc0debf60b11a22f35f7a756f31fedfa7, 0x356a036c9e88a886406f800c18f06dc8efdf8ea3b55d8c1e84394b8e63658aea, '', 0, '?'),
(0x93befd134d15f720182a48113b4be8f6, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-entity.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-entity.php', 1, 0x00000000000000000000000000000000, 0x180e841a99553c201c55e5ca148edf9c, 0x21aaadc7ee3eb72f69c181c36cbda7024fa0ec0ed465d9096ae8811c7464b36b, '', 0, '?'),
(0x93c2592df5c55b176fd8690fee8d16dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x93c57f18a07674f3b3932c399a2cb8b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1.php', 0, 0x71d7034829f72a4eaac6131260c4134c, 0x71d7034829f72a4eaac6131260c4134c, 0x6ae1632ccf2c62400b5aff51be074cfbba9de4a3247159468393c2259a06ba03, '', 0, '?'),
(0x93c64d4924b4e556728ae811986cca4a, 'wp-content/updraft/backup_2025-05-03-0337___90_8109dd703058-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-03-0337___90_8109dd703058-db.gz', 0, 0x840142c8b470f380d30ca066eaa47c46, 0x840142c8b470f380d30ca066eaa47c46, 0x5b69ef58903455d39d98dfcbff77adae8242eee2186a33a69856e8ceb4c6177d, '', 0, '?'),
(0x93cde3c57977873ba7fdedeebfe43dd5, 'wp-content/plugins/elementor/assets/svg-paths/spiral.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/spiral.svg', 1, 0x00000000000000000000000000000000, 0x29c892514e2dd2c06753c793aecbb8a1, 0x98a8f021d4f233a5cdb7b07d435353174c8bfbfa84b68d3ab9f58f260479b5e2, '', 0, '?'),
(0x93d27a91b572be5cd3bc8a3dbdd8079a, 'wp-content/plugins/amp/assets/js/amp-block-editor.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x7271319d9019ac8d65c1514dba104d4d, 0xe3f052a23dd295065f7797a2552aaf06a8b6d95948734c3d70f7df3a83056b16, '', 0, '?'),
(0x93d5561071289ebcc2a89c619918da23, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php', 1, 0x00000000000000000000000000000000, 0xb911d9eda14ce34653f767591682fe20, 0x7354189238bce79cc0bc9e6a515875a000e861ad378217a5e078111758472cff, '', 0, '?'),
(0x93db3dae4e7f7d098998e358c715d279, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xdaf38930545926b5645f68519e96a75d, 0x676466e86911b843b1c1eedbf0bf8417e5de141ba09adf7fb3a4a58db085c79a, '', 0, '?'),
(0x93dc9fa71b5f389d480fd80d24e53abe, 'wp-content/themes/twentytwentythree/styles/electric.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/electric.json', 1, 0x00000000000000000000000000000000, 0xcec7ad0a64e19a0251cea936b5d35fc1, 0x172ed11fbf9f7a0575e489d90ee6abbab755c4d11120ac548f70c9b8fa2dda18, '', 0, '?'),
(0x93ddf96806a0d9b03cf33324e4d2f585, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php', 0, 0xe150820360fbbbf1ea45da16bfb27a73, 0xe150820360fbbbf1ea45da16bfb27a73, 0x9df3eca219498f199db6ec3d3869dce70caa62dc6032317bb4aec23686ef63e5, '', 0, '?'),
(0x93e270582b00a8d8ddc732cac919d06c, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_image.php', 0, 0xa9c055141981246e5a098e69edafb53d, 0xa9c055141981246e5a098e69edafb53d, 0x22093688539beff2aee61bca8b866baff9fc900eb45707fb420a5cfb41f51bdf, '', 0, '?'),
(0x93e3fca43c683021390da264eb5a2af9, 'wp-content/plugins/wp-rocket/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/composer.json', 0, 0xa7f7530e957b2cdaa1f8cb32c560a548, 0xa7f7530e957b2cdaa1f8cb32c560a548, 0x15d6a044d73d057693331ba16893d4c3518df351adb2357ca3680963f3092cc9, '', 0, '?'),
(0x93e7f7f6d36227b716765854199d0aa0, 'wp-content/plugins/elementor/assets/css/templates/frontend-lite.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.css', 1, 0x00000000000000000000000000000000, 0x0bb51cd1a89fd5eb0433e2cf9f2592f0, 0x4473c782a408118fc9f16d285ae45e147fadf2f6b3b65e16deb89c7a95ca44f3, '', 0, '?'),
(0x93ea8a604bf145ee23181674925d7b26, 'wp-content/plugins/elementor/modules/system-info/reporters/theme.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php', 1, 0x00000000000000000000000000000000, 0x16638de8d03c6419de88eb84cc5a4551, 0x4b07007eaf8a777b9c60b352e87deebe4e5064449e6d6b538d4c54db89d8e051, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc221f3fd3ce085bb175deabbd1720788, 0x158dc9178570165b06bcc8d0f60e14afd94c3703461e85a37ccb965a429c528a, '', 0, '?'),
(0x93f2cf19c997a52c0f25408e77f18915, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 1, 0x00000000000000000000000000000000, 0xacd1a9cab2d25b902cfbac208106377d, 0x2d169837b252317d1b5b95ac126efb61d16da803d362d22b286334b1c7bd6937, '', 0, '?'),
(0x940503d4ad54cea62c2f2d0520fdeb70, 'wp-content/updraft/plugins-old/updraftplus/central/js/central.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/js/central.js', 0, 0x7d2e7cbf43da262f559bcb7c38b09b81, 0x7d2e7cbf43da262f559bcb7c38b09b81, 0x12e4bcade0eb6a781e840324e2500e24f3c0a3869ca9caa0c342931d4155054f, '', 0, '?'),
(0x9405078e6902fd4d75d46abd1de6a59d, 'wp-includes/Requests/src/Exception/Http/Status306.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status306.php', 1, 0x00000000000000000000000000000000, 0x2f486b8a7b4f06933b2c3c60530e7b7e, 0xf18f08e0891ca94d757997af25d4689cbad797c7d048d46cb084e1638bcceb41, '', 0, '?'),
(0x94062ca163df59ff36df8ff229f10f1f, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php', 0, 0x247e3c702175c1721c96b390dd179178, 0x247e3c702175c1721c96b390dd179178, 0x2c98726e826c126cf037bdf15a3621d756f8056c002d0f25ace0612688b53a74, '', 0, '?'),
(0x940ae93baf8397104501207400c139ef, 'wp-content/plugins/elementor/includes/base/skin-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/skin-base.php', 1, 0x00000000000000000000000000000000, 0xdb62f63db3f6a27dc59f169136b7df46, 0x8d64357577c516ed327d5e1c2487f30d1e035b431eafdd10076fc5e9662e231a, '', 0, '?'),
(0x941262e8e8a36368476dae6579be7c44, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php', 1, 0x00000000000000000000000000000000, 0x046bc19e4bc7f25812d3e1e432f6b525, 0xae6489faf0c2bc67c24de1c9410988999ab06d4d2f1fa340def70d1a58bb35e1, '', 0, '?'),
(0x94169e0d5a9e54d25a6ddb588663bb9b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_10.php', 0, 0x935f158efe720bf6024d8dbd0e3470b8, 0x935f158efe720bf6024d8dbd0e3470b8, 0xfa6d0949d4cc2310db47c74d05d8826ae5aca39a60e910027ce70c4276194089, '', 0, '?'),
(0x941af3181c90610fc8ee9ca3643870cb, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', 1, 0x00000000000000000000000000000000, 0x9671e493d9d3a8271de4e2c3d8d33d5d, 0xd3027123c0109cfd823657db9dc927c109a7a656c2436f63dce0aa8bdca86db0, '', 0, '?'),
(0x941ecbbec3528c402963ef4719b31005, 'wp-content/plugins/kk-star-ratings/src/core/functions/explode_prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/explode_prefix.php', 1, 0x00000000000000000000000000000000, 0xb856038c03671fbf942fbac5ec6c79d3, 0xca2303d8998f7fff4f8493589aeee4761c908666f42e2bd953b8267a081c41d0, '', 0, '?'),
(0x941f5f4cad5e476957738fc9622dfc3a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_4.php', 0, 0x960591f9479e49b6d3662f4b7033d644, 0x960591f9479e49b6d3662f4b7033d644, 0x0cb0298cbb0dda11fbe7c30204a4619cbc731c32c9c4a9a24dcfb8134df98884, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', '/home/abt90iranbet/public_html/wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0xca7d821cf38d5c1994e00cce1e128dff, 0xaffdd213c2f3c73279c1887d39a361cc58d348c0ea61f560e7094cf1e0d45ab5, '', 0, '?'),
(0x94263f52320958502e7f2e22fa364613, 'wp-content/plugins/wordpress-seo/src/loggers/logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 1, 0x00000000000000000000000000000000, 0x29096b5615b4b8fef3d2625dc538c146, 0xfdd07b158ff3eb206bf723dc07ff8e31d81d93e0d9209ff783492682df46ec9e, '', 0, '?'),
(0x942afc35750f6a889d820470a1b1c28b, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 1, 0x00000000000000000000000000000000, 0x31f6fe22692925d46c0db822b8b5db5d, 0xe45a998b82addbec0f01d7e308b07bb01720e91a9269551b520ee71b450e5c9d, '', 0, '?'),
(0x942d6785f75dd70af66ae1803b1f94bc, 'wp-content/updraft/backup_2025-08-27-0325___90_79b6fdbbae85-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-27-0325___90_79b6fdbbae85-db.gz', 0, 0xca17520ede9cf462ebaf7f2f6037f64b, 0xca17520ede9cf462ebaf7f2f6037f64b, 0xc32e4367529f996fd76cb03ce4b358ad40a31d74a9c06f2055e22d4e2ebda876, '', 0, '?'),
(0x942dcde945dc3a9751d3883f420cdf3e, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x943a5661380ae3613f6d2b33b7d85669, 'wp-content/plugins/wp-rocket/views/cache/advanced-cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cache/advanced-cache.php', 0, 0x140715a25ddf86875caecc3ba20ff89e, 0x140715a25ddf86875caecc3ba20ff89e, 0xc7c805278f205c063230e04aa664d7ec83cebf3495dd9ee529fa4a9cf4d0bb29, '', 0, '?'),
(0x943b611380f785fc8f5fa3a2a653f6ac, 'wp-content/plugins/amp/src/Infrastructure/Delayed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Delayed.php', 1, 0x00000000000000000000000000000000, 0x65cb02c1a7dc49ab9afc39c1904d90f6, 0x74d22d68b6cf5616fb9f09b2eec309548f2ddba2a5c1ddaa3947b464b0786a49, '', 0, '?'),
(0x943c2332df79a310c851973b9877f931, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', 1, 0x00000000000000000000000000000000, 0x0204c955f1296a87f0c40222e759c19b, 0xd06284bb7181126918488342676562e4eb748901669c1c79960a08f80e40c59f, '', 0, '?'),
(0x94422f5860bd226df4f127add296ce58, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php', 1, 0x00000000000000000000000000000000, 0x9cadcb44fdd581ed15cdf469d2b1cac1, 0x2de54caa911bf641bf4392f8722a452dd572cc00fa92fddd8d0c757749811c40, '', 0, '?'),
(0x9442eb484ef569d06379f7df724bf81c, 'wp-includes/js/dist/script-modules/block-library/image/view.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/image/view.js', 1, 0x00000000000000000000000000000000, 0xfeed88cbbf95ab86e1a1dc6307a8eafc, 0x4e46d012308c48b0736687165f58373c6102c95f5935a282714a04d90c4ff75b, '', 0, '?'),
(0x94432d16dcc6d0998ca9cf3f035b7cf1, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge.png', 0, 0x24ce5f12cca8c6c22b1b2b7ef70cc18a, 0x24ce5f12cca8c6c22b1b2b7ef70cc18a, 0xfe2b9f6fdf58b707ccc1241079fe6724c4ed2ea294dc0175b85995c14422a23d, '', 0, '?'),
(0x9443feaff1e0cfcf31e2ce32256679b5, 'wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js', 0, 0xbd180fe2215311578be63df5506f5ce5, 0xbd180fe2215311578be63df5506f5ce5, 0x1d885338ba9abf23e30262284b76a3efcada3f5e88bde23814bbb19feeb0a280, '', 0, '?'),
(0x9444617d5422ae066ef302ed9ef1f371, 'wp-content/plugins/td-cloud-library/assets/less_common/components/modals.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/modals.less', 0, 0xeb3a2c7c819f978ba06105baf978b985, 0xeb3a2c7c819f978ba06105baf978b985, 0xbc5d3c3c681b31991983991f3357f9831654e800295ed23b08a718371c3fc7a5, '', 0, '?'),
(0x94461fdf87a81f89c823f7a9617461cb, 'wp-includes/block-patterns/query-small-posts.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-small-posts.php', 1, 0x00000000000000000000000000000000, 0x6640af49e00e7661fd3d391fa0a37551, 0xcdb72577401b33231ca5a39290468e5a7192a07460effd1273d96fc4f506928e, '', 0, '?'),
(0x9446cb87101c170a73f9e20f4f33a7ab, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74c7532b9f0cfc2e65414bb1818147c5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74c7532b9f0cfc2e65414bb1818147c5.json', 0, 0x17eba2a9b58d1b6256af97f10c529b18, 0x17eba2a9b58d1b6256af97f10c529b18, 0x9ca724ef381d237140f148ddf54472935852ddebeb5c5f985dde711d91896791, '', 0, '?'),
(0x94493d741b681df236b19fb3fcf9e806, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-group.php', 0, 0x02800cc9999a93685e2fc7ad54bccd9d, 0x02800cc9999a93685e2fc7ad54bccd9d, 0x78cf4c2ae13738480a5e2f25d9232e2a46a7b15cb4134b9c36e0773e8fa1d17e, '', 0, '?'),
(0x944bcba54f8cdd19c545dc67919ea668, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_footer.php', 0, 0x64632bee00cc69098fc68bef1cbb3496, 0x64632bee00cc69098fc68bef1cbb3496, 0xb635cece37a9482b9a57341a6bdc86c951ed1024775c0386391eed1e79acfaac, '', 0, '?'),
(0x944ccdd07e69533fd376b6433ec84079, 'wp-includes/blocks/latest-comments/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/block.json', 1, 0x00000000000000000000000000000000, 0x71ae63cee2782b017df1052550f10eb5, 0x6a0ad91b6387c349ee7274d838039f85fe0a68783be659f621e9bf51ab223b1c, '', 0, '?'),
(0x9450873d4bb6e906db1426b6d29c0cb3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import.php', 0, 0xecc45c9e7b4992f43eab68800a0fbd1d, 0xecc45c9e7b4992f43eab68800a0fbd1d, 0x6826b7329e6d9f260243bac2553191752a0faf4ee52e733d778ec4c793b84b4d, '', 0, '?'),
(0x94509c4c0eda5485191ed7ea605d6e54, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 0, 0x1eb97d14397c95bd282d8ec1fb9e72e0, 0x1eb97d14397c95bd282d8ec1fb9e72e0, 0x3cb00f6eb82efcea92e967ef84dc5daae67389586ba0adf003ac592bdce8671a, '', 0, '?'),
(0x94524e6ecaa29b914d432f14e38c82bd, 'wp-content/updraft/themes-old/twentytwentytwo/templates/single-no-separators.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/single-no-separators.html', 0, 0x3421066511749ae9b69b6202d5f62c1d, 0x3421066511749ae9b69b6202d5f62c1d, 0x23d41b57b6c856d94350647692fcbbcf4a0af8b31e4204966f340398de2c513b, '', 0, '?'),
(0x945337c0e47a0fc7ab9757cc7ed332ff, 'wp-includes/blocks/site-tagline/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor.min.css', 1, 0x00000000000000000000000000000000, 0x39730ceb2b3263fc31c05ce9258e007b, 0xc8dc135a6b8e52fee2a888d51a05358970fda0c9f497e2be6d5c10f36e7acafe, '', 0, '?'),
(0x94538782d9daba72b9620a821d59126d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php', 1, 0x00000000000000000000000000000000, 0x7347f58f52bb9e53d794eaf9a71ed8dc, 0xdba465d0cf58e185dc39600181d767d6ff78627e14ca495b8980c36e5d7f3e2f, '', 0, '?'),
(0x9454fcd9a71d728391001cf6dee9188b, 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 1, 0x00000000000000000000000000000000, 0xec6877e875248a79de0f0a54285b96be, 0x1bd663de7ae8650c5b093c2a9773d1641c41662739049052eeb92a28b3128b8c, '', 0, '?'),
(0x945534f9eed64e623c23f6eb1e5f0798, 'wp-includes/blocks/video/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xf00cac293e070f9248f6683f37154605, 0x33c2e199bcb03c48b7743f3ebf194eb24f1f1575ce8ac08f9245670487dd8e4a, '', 0, '?'),
(0x9457b6df24cc68f46a25aec36a76d163, 'wp-content/updraft/backup_2025-10-29-0330___90_5d5c999ea4c1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-29-0330___90_5d5c999ea4c1-db.gz', 0, 0xcc89399063a56dfbfcc4fac105016524, 0xcc89399063a56dfbfcc4fac105016524, 0x95410e92b3bd90d81f0dbcc9c7c94de68048c1dba2449c1cfcee4b7ec046d5f2, '', 0, '?'),
(0x94581ab0bccc7c88573b2c02c58aadda, 'wp-content/plugins/amp/assets/css/amp-validation-tooltips.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips.css', 1, 0x00000000000000000000000000000000, 0x21426b25e0e5ea5817d8f527bae691cc, 0x4321301b75976207e983be6bfa07788edaab67ce4d5551b5216ab9b02d77f977, '', 0, '?'),
(0x945bdd1f417ff236610628fe26412293, 'wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 1, 0x00000000000000000000000000000000, 0xe46986decc8ecff487c502a0979b443b, 0x2441e5a56174e4de31cb03d1ef421aed0700349db69d483907f1ca574f6a4234, '', 0, '?'),
(0x945fbbfe974c0a1846ad4db8a7bead70, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/demo_style.css', 0, 0x331b6b7a677eb78faf044cd9a9f64165, 0x331b6b7a677eb78faf044cd9a9f64165, 0x6cbc697a3f255c66ba9ad0455e40d4fa31f62605c8fb7d8b110ee76214ed93e6, '', 0, '?'),
(0x9460e15dd18dd9f501cdc15428e03c7b, 'wp-content/updraft/backup_2025-02-21-0335___90_3d76e875a1f7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-21-0335___90_3d76e875a1f7-db.gz', 0, 0x64c69768ccd272972f23bebe792d0d2f, 0x64c69768ccd272972f23bebe792d0d2f, 0x5c3faad9c616c5f8139cd5ed662ecdfbf155635139f4e22aa6758942b986d8b7, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', '/home/abt90iranbet/public_html/wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xfd6f1dde8ed01eaeadc22e1fc194894f, 0xde6319b5546c1c5f2201624d2a790bfa9dc4150822ccc04e81aaf4a93b2cfd9d, '', 0, '?'),
(0x9466d409957f2cb5b39d8adb9c01be39, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import.php', 0, 0xfb05a39044d83696c46e9e8daf3e30c2, 0xfb05a39044d83696c46e9e8daf3e30c2, 0x867fee81f5c74bc2b9d9e4e9177d54df543a7875a4fe66f3e2c7dcfdd0cc1ecc, '', 0, '?'),
(0x94671097c9f998bfb29efe2135e3dfbf, 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', 1, 0x00000000000000000000000000000000, 0x953686559e3e7956e7cd5471a5e2910a, 0xdb7f2ef4e66d19c9cacf529bfcc35d8a6fa38fb697a7b9a7de931ff541e67d58, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', '/home/abt90iranbet/public_html/wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0x7fb285b4e28c630a318d55ee5c45c884, 0x9cae836c727d5ed713753177c5f60887fe33113b11912eb13f4e4eab6072d4c7, '', 0, '?'),
(0x946e4c40c3d0f5ec884894ac39bfcc60, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', 1, 0x00000000000000000000000000000000, 0x2b250244bc15563d0d80a2bc7e0d954c, 0x17161ec3b15e416214c90923ab2bdeec26c70cdbd3a6f59beabf2b55ce563f73, '', 0, '?'),
(0x9475c70a26666dafc310ab71ef1243b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 1, 0x00000000000000000000000000000000, 0xfea451fc926a44fb6d8e2886aeb34f1d, 0x2037b446b6b7e7404e156c06e073baafbcbda6bf4b86b3819a92f2fd904afa91, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x947c76bb5095da30e16668eec15406b2, 'wp-includes/js/dist/block-directory.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-directory.js', 1, 0x00000000000000000000000000000000, 0x81c0a1c6be0bd416b97c368aaa079670, 0xa53b4edc524039b3c948aeb4aac0ad450d1ef5eb87eb9546803deff58f5bde38, '', 0, '?'),
(0x94820fbe58c6e1273b79ffc5eeb16646, 'wp-content/plugins/wordfence/lib/wfFileUtils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfFileUtils.php', 1, 0x00000000000000000000000000000000, 0x9331a19b7d6f2138127ceb4f27a5e8ae, 0x6a63a5b04fff526f19bdb478b7bef32623415c21c78cc7d0a0bd2c32abcc9672, '', 0, '?'),
(0x9488f4c768c0d4235422d684398ce47a, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xf22cab3e376abd7bfb5443e42f7f3b67, 0xd3d590846a296ec107783f8de52172da371fbabdd41aa912aa54b454daefe5a0, '', 0, '?'),
(0x9489c73a7ef06b4c9fce52817a7d6038, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/document.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/document.php', 1, 0x00000000000000000000000000000000, 0xc440fd919ab4079ba94d82f73ebace8d, 0x2e7dbe0c2ebe11b6b93d49b4be2cff2ba03f1c884f8d2ab75a1428840afc1446, '', 0, '?'),
(0x948c8963bc22d7380dd72bb0d9cf416d, 'wp-content/plugins/updraftplus/languages/updraftplus-eu.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.po', 1, 0x00000000000000000000000000000000, 0x825e68eaff6db7ca4ee88a7dca1ac189, 0x5e7d98d3874ce98bed45a6f03c098e109e64201286f3d575a42e6bc871a8c7cc, '', 0, '?'),
(0x948e49f614bfa0432616449e385a49a4, 'wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php', 0, 0x1a29db434aa011f39611bc3628957e9e, 0x1a29db434aa011f39611bc3628957e9e, 0xb7647582a4a78513cd6695919570e6d878a986421f8cbb39f8a65ee4794b2e30, '', 0, '?'),
(0x9490a5c08d3c3a32586b9c37470a469e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php', 1, 0x00000000000000000000000000000000, 0xf1df75de7479fde75908ef6d9a92a97b, 0x4fb20a9273a143f13b523d5f3d1399f757041b35e6cbf28b1bf6591e86818336, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x9499fbf1f8656cba362fe96750693d15, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', 1, 0x00000000000000000000000000000000, 0xf0667853f1a9be1691d62e72687b6074, 0x8a0dea05bb40b62f870717850cf538de6891202cb6a0ab9925cee6b57707129b, '', 0, '?'),
(0x949a31e4074c94d40b67e17a0742903c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', 1, 0x00000000000000000000000000000000, 0xf539f2ac237aadae23bc9f5828b014d2, 0xdec7ea3545eccaea006d8e4d66a25f19c2d87f24c272bd338dcf5dc8063623fb, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x94a301872b50edf3259a3894e8ce4200, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', 1, 0x00000000000000000000000000000000, 0x8a80a6e3c8e7744fb7b5501c52252f94, 0xa1c4fb28728703928c0721d923089514f27538627c4f362cf794104a66ada20f, '', 0, '?'),
(0x94ab6a6a06fa725441bfa5b683f6559b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_panel_settings.txt', 0, 0x6751fa4b559e9528b7ced933b17361ce, 0x6751fa4b559e9528b7ced933b17361ce, 0xb8290fb4ed91081e3156d6ebb191c48002df201adfd40ae6e84f01688e35416e, '', 0, '?'),
(0x94abcb3a1781fd3316c70b406098e4f5, 'wp-content/plugins/td-mobile-plugin/Mobile_Detect.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php', 0, 0xa6baaf0b99d8c0a55f6cabe01b191169, 0xa6baaf0b99d8c0a55f6cabe01b191169, 0x650d388d6c48faafb87873171a0f3a7b6d68597de928d6e47af90d096d602512, '', 0, '?'),
(0x94ad59df8d3341bc90d9d008bd630de9, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css', 1, 0x00000000000000000000000000000000, 0x0cf0d1ab642166a0de37f6df7cecbcda, 0x1714c6e96a9df15aac027440fa62f1a5035ca324b402d46698972bf97d37409e, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xda3e59bfbf07d3e61a6b30e3614d181e, 0xa562b0b45e239afdc2a82874f15eb772df98037a050b8fb8e539f246d3efedad, '', 0, '?'),
(0x94b1d31204928eee71a738eef7c9e714, 'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php', 1, 0x00000000000000000000000000000000, 0x3eb0b279db2341ceb09c4f7306f4eb60, 0x296152b553c832a6bd221983f377a2fe4a049601310abbbc39478877d197f324, '', 0, '?'),
(0x94b403d25f957350aeb0938fb4dc3852, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php', 0, 0xa10e63c8fb41bfa0e12ee3539bfcddfd, 0xa10e63c8fb41bfa0e12ee3539bfcddfd, 0x80a18319b7ee2a7b694488129da2bbd3ff379c647f585e6d25e40f2ab92ecba8, '', 0, '?'),
(0x94b6eed52d4afcaeb3852cd62b0819fe, 'wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js', 1, 0x00000000000000000000000000000000, 0xcd879b334f401c29f4689be4a4c4e048, 0x85b1a787ff2744c54532cb66ddd8014c6bba36073d30900aca2c8b74f7dced76, '', 0, '?'),
(0x94b7857affac4994419f7f75dc73611c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_import.php', 0, 0xb059b769e26084039f2003ea5190125c, 0xb059b769e26084039f2003ea5190125c, 0x778721858c8e6f593f3380661948748a76e22e77d125d6b03916bf5c58c030f7, '', 0, '?'),
(0x94b908ac2928751c1367517154187844, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x94bb00f23f6ea181959b89ed5e2c7d88, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php', 0, 0x77d03be42d1df9c82ab3d71c41a5fcf0, 0x77d03be42d1df9c82ab3d71c41a5fcf0, 0xb67ffa963f62bbe77aa068aa510308f63aaa9eb9aed0ad5edccfec7da87ef1f8, '', 0, '?'),
(0x94bc61bb60004b95d5e7b3304da4e8b3, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js', 1, 0x00000000000000000000000000000000, 0xd15755ff4cd332744ffdae6d583a0f8a, 0xbeb810c5f32b10b8b0bd11eaff7549e268dfde909e66df1cca0bbe196a3e7ca3, '', 0, '?'),
(0x94c0781fa2611ac0ed8f647f5edb8ea2, 'wp-content/updraft/themes-old/twentytwentyfour/styles/rust.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/rust.json', 0, 0x4738d1fadaa1569d62362afe55163c70, 0x4738d1fadaa1569d62362afe55163c70, 0xd1eebfee9f883609ad31bf673646d61e268e08899a09ec6f00f52356c27d29dc, '', 0, '?'),
(0x94c8cf5a250c21d3af7daed6011ef944, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/views/widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/views/widget.php', 1, 0x00000000000000000000000000000000, 0xe0f75c2d020d4a09b831939757c49cb6, 0xc922f24550d641eb365d244e6c5e5282a715085f85bad3f05cac066c83310604, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', '/home/abt90iranbet/public_html/wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x277b89c5a3016e0af43effc4fe9ca459, 0x916d41aeb6565425df4b52950abe5aa51106d2ef1f55340c1b7b1c63782e910b, '', 0, '?'),
(0x94cdab35beda3e5d8e8ab6cdc5df741e, 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 1, 0x00000000000000000000000000000000, 0xed5bc0ea7c00ee8924d933fdc1316c30, 0xa1f9518e3c952e93841b305ddb5a6bdd3afadeb83a2fc06d9e0f9cdc1d0bdde9, '', 0, '?'),
(0x94ce1add6cb163adecd0c0525311b616, 'wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', 1, 0x00000000000000000000000000000000, 0x3f420c3bb836fa717e1eef36350000b7, 0x301fa8792bd04d8bb14134f399a20bb4933cb978ffce61b2d77b8502dc16c9d6, '', 0, '?'),
(0x94cee70259e0cf3a66f9b89f37b4a5f9, 'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/ftp.php', 0, 0x2062b82e598ad5f658f842c91aa92fa2, 0x2062b82e598ad5f658f842c91aa92fa2, 0xb666b828a4e0d84fbddde502e9a8cc64b9c0cd67a37a49a507b9fe28fc1a38c9, '', 0, '?'),
(0x94d64410ed2eb40c9308c527a02c9388, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3.php', 0, 0xe68a19129c530d2eee2f8ff6e963ecc6, 0xe68a19129c530d2eee2f8ff6e963ecc6, 0x622fc64f10b635c0d27c2d5299e2be9df9610a48608898b8a334c7e766774d3c, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', '/home/abt90iranbet/public_html/wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x94e6ec086a6fc1e352490239ea2b034a, 'wp-content/plugins/td-composer/mobile/parts/search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/search.php', 0, 0x0d2d4c4b42de9e8351ec5147c2e6c91f, 0x0d2d4c4b42de9e8351ec5147c2e6c91f, 0xd0af06ad9d7046dcaae92890df62f16bbfe29f6dc5e7e9e84d6f4800d5c9e6fc, '', 0, '?'),
(0x94eae66f13021f21b4d20f450d2c3020, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_10.php', 0, 0xf35e8c1aa221987955e344f6b02da08e, 0xf35e8c1aa221987955e344f6b02da08e, 0xf27a94bf088686717ea67a8098d2907720f453ecb6f6373b7f7c104aa13a88c9, '', 0, '?'),
(0x94f387e41182c224f94f71d579dcb999, 'wp-includes/blocks/audio/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x7078ebdaba950189f8cd352943341a4d, 0x5e7df58562923e3fd60bb4d0d14bb1383cbf52c0dc8a24fbc0037b30ad36848f, '', 0, '?'),
(0x94f3f356449e424f5d9b35598213474a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-key-value-storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-key-value-storage.php', 1, 0x00000000000000000000000000000000, 0x4cc6b5354a58bb403ae471f66301b14d, 0xbdf4f4410e197c52ed9c4aee28b21bd146abdf0d517dccc52fa6e12a5580234d, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x94f5009bf4bb5fe0a0211b6df36395c3, 'wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php', 1, 0x00000000000000000000000000000000, 0x153ab13726ee12a7439fe778fc7b9650, 0x5b36ae72c249ce0647550eab8bfb73abf5fca43e2cf246014ec12d86aa4e2552, '', 0, '?'),
(0x94f5db9bdf07b0c593704c639f2809d7, 'wp-content/updraft/backup_2025-09-27-0330___90_9925b7dce5db-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-27-0330___90_9925b7dce5db-db.gz', 0, 0x984e0cb946199d9ff90f46dad9cce267, 0x984e0cb946199d9ff90f46dad9cce267, 0x7767c7154fb26eb0eeb9ac4fb9cfbf01c9c94f9b8b05708133d8292e9b2248d4, '', 0, '?'),
(0x94f968f2aca8f13ae183144113f80860, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQ.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQ.php', 0, 0xdd80e443bd78554b6394fe8e141b3c88, 0xdd80e443bd78554b6394fe8e141b3c88, 0xa48a2ab2c1db66591d01183b325c98c3b89da05b239cb5c8e4de9f7217409a9e, '', 0, '?'),
(0x94fb7082b6a5b66614c4530ee93ea28a, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 0, 0xf92d2db85594215e2a4d135561897188, 0xf92d2db85594215e2a4d135561897188, 0x734054f60bfe5a78394691661dadd39e53f4d17b91e62ad329d4c13579fb983c, '', 0, '?'),
(0x9500ebb9a4b2f4d1ddde3ed2dfa162f7, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', 1, 0x00000000000000000000000000000000, 0xc92e98244535738d7b8c8304076da4ff, 0xe8d815bdc8b2fd526b9cf63c5b7af23f42503c509241fd38fc95bc645d4c607c, '', 0, '?'),
(0x950114d5caf99ce6bff0c5cb6b5c1df2, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php', 0, 0x6e1ee747b5f155ddfcaf85873ddba4ee, 0x6e1ee747b5f155ddfcaf85873ddba4ee, 0x515c5f0f999659cba9e6d23bfde992f64e5c492ed9a2d58161534f6d17266a8d, '', 0, '?'),
(0x950485b84909329f0852fd4e6a59ffe3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xc6632b394f15cb9a64f8dc2fc801520a, 0xe03ea91fe082e1e6967316b924a5bbcbfd2fb3efe44320e8ad0279f9a7f976b9, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', '/home/abt90iranbet/public_html/wp-includes/error-protection.php', 1, 0x00000000000000000000000000000000, 0x4047f3583d22a4ec3e911637c3c59a89, 0x1d2cedb7b5e1eb81ad40f1635ae1bb2f5fcbf9021c2c9f81c4c03cd2960fbd6b, '', 0, '?'),
(0x95173bb3596c492d37704afb922a68e3, 'wp-content/plugins/poka-review/includes/class-poka-review-i18n.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-i18n.php', 0, 0xb3bcaeb41ba898db7dd7dc6279e9ff95, 0xb3bcaeb41ba898db7dd7dc6279e9ff95, 0x22be6cbc7e9424ce72a6af221045a55b54c6c35bb089f37382d36d996e31901f, '', 0, '?'),
(0x9517eb46f7bacf01e824c8be5d00c432, 'wp-content/plugins/elementor/includes/widgets/image-box.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php', 1, 0x00000000000000000000000000000000, 0x068480b9a9c99d4ef0dc5883c86b196f, 0x123127bcdf629bc44985ab3dd103578d8cbd94f5ec47587402f3ae28263a3d7f, '', 0, '?'),
(0x951afeca7de0ccaaa4f62db04b00d348, 'wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png', 1, 0x00000000000000000000000000000000, 0xf67f79d58123064ccfc343a66f90dbec, 0xb228ccd841746d1bdf5f9461d08c4a5890aba71de7d858aedeb7ba6afed62cc2, '', 0, '?'),
(0x951bfe02770fd628d5b6dc94f3ec24fb, 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x951d54688ab015ad0431c7042b1593a5, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 0, 0x7e09c4a2e0f860abf6a82dd6a88b3ac3, 0x7e09c4a2e0f860abf6a82dd6a88b3ac3, 0x90ba0742e86b39ee292334f47ed02ef79b4bb88a17c91aa5ce9f965fba133071, '', 0, '?'),
(0x95218d8fc9fcf827f03dea8f7a9b825a, 'wp-content/updraft/plugins-old/updraftplus/images/updraft_premv.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_premv.png', 0, 0x32205dc610461caa7885cd22daf7ef84, 0x32205dc610461caa7885cd22daf7ef84, 0xa76f13e926f70e1f8af66ac42259757f1b933cb3807200e79a6cd2fa4b8f304a, '', 0, '?'),
(0x952221b24f005b5d991b0034813c88b0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 1, 0x00000000000000000000000000000000, 0xba75ac02d77e97f76938e59e34596b43, 0x253387096946aacca54b90ab0a0011193224670ef373be415e9d32822c7ec4c0, '', 0, '?'),
(0x9523a15dcb65334593690a7ce9d477e1, 'wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xc5bb41d4c198d17245a30bc77121ef63, 0x614dcdcf7cd6014a192fbbeadc251f99e9ea302cb4a2e637e48f0c9dae11fad1, '', 0, '?'),
(0x9525e9b11b559101e3abbbb0ab1f7efc, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.gif', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.gif', 0, 0xf3635a99b3d3455fe9be59d0c4b9c9ca, 0xf3635a99b3d3455fe9be59d0c4b9c9ca, 0xd2bc523ffbfc4d90eb29fd48748f532dec8445c579f09202c00f10e41bddec1b, '', 0, '?'),
(0x9526dd9ed927445c27ada2f141c2506a, 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/related-links-block/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/related-links-block/block.json', 0, 0x454c89ebe3906a6c6673ed6cba7ac88f, 0x454c89ebe3906a6c6673ed6cba7ac88f, 0xd89a1c9c496ed1a1a473ff3a526f680f1b9e693ff3f1e26f21cf300ad8016ea0, '', 0, '?'),
(0x95279003fd77966a56a687b88ed87f80, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_7.php', 0, 0xef46a3a55ddddb862a39ef4adc9cd231, 0xef46a3a55ddddb862a39ef4adc9cd231, 0xc29c7be9bc595333f9bb7400628d25a132321d31c0bee243af43aaa855f2016d, '', 0, '?'),
(0x952c63ae5a9a5071b65269ef6595ce65, 'wp-content/plugins/td-composer/includes/templates/font-awesome.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/font-awesome.php', 0, 0x2d34b5f3df2b7018ea3533861db5b72e, 0x2d34b5f3df2b7018ea3533861db5b72e, 0xbcef4137b092e31e2102420a5a274b57837e8cf1cb3650b5181a64622942f569, '', 0, '?'),
(0x952ef7679871784d12f3c7e10b69a57d, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x427fc7573eed8b764a112add0ba79dd5, 0x6675e37fe673377038933fc2f410552051500b4a42d11737a0986fbddc2d96bb, '', 0, '?'),
(0x9533bd6bd74e255fde0704abbe4954f1, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', 1, 0x00000000000000000000000000000000, 0x0c4a1cd0838dc1f7cb90aa2644177df6, 0x46d492e6099b9c8656040549e3038c08b75f66cb6e97c7000fc41599d37fc8eb, '', 0, '?'),
(0x95355927c0da80b1abcb60f4bbeed1ab, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 1, 0x00000000000000000000000000000000, 0x8dffeb8173ea36600f8c385510b3e32d, 0xad0870e21171622cafc344b90e929b0397fd06cc2e143ae4da7331c8a5e284fb, '', 0, '?'),
(0x953616a84e0a138a565fe870c0ed7cc1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_6.php', 0, 0xa0af77bb38fee700f8b710844db1888b, 0xa0af77bb38fee700f8b710844db1888b, 0x2433a41efdff906911f5c7ff8704188469207054f6c2d96de43c47adbc1dc7fc, '', 0, '?'),
(0x9538a9e456fc2dea1cca9c4193ef91db, 'wp-content/plugins/elementor/assets/css/templates/frontend.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css', 1, 0x00000000000000000000000000000000, 0x2ca12485d13487b1ec49c99b05aed387, 0x9a84b402ddebf3aef054784d9767a49f751b4d5d6ba5fdf5925588a8e5bbea21, '', 0, '?'),
(0x953cf487fcad04b8f3bb1136e2a65bd1, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion-interface.php', 0, 0xadfbcfdba2bb7fbc32dc49e4244b23c9, 0xadfbcfdba2bb7fbc32dc49e4244b23c9, 0x2c3430ecfd6316f1db1a4eaca68100ec05c3566619ec9ee7c59d8a706192c1a4, '', 0, '?'),
(0x954371b4606af6e37f15a5311e4c59ac, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 0, 0x8c79e87613696cae32379ee06b2e16c7, 0x8c79e87613696cae32379ee06b2e16c7, 0x007b1e9b761384e99d34852b39a4ff6f26312047333c7fedd3078dcf102a4361, '', 0, '?'),
(0x95446907c702d5c8e8d0481b1f66b917, 'wp-content/plugins/shortcodes-ultimate/includes/images/swiper/default.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/swiper/default.png', 1, 0x00000000000000000000000000000000, 0xdd73c42285ad9c548610d96771bad029, 0x4bd7f3120712cf816b818962dc72ced1f7cb9bebf7af1a049e6f1a66c8119ca0, '', 0, '?'),
(0x954868316f03858ad0619377663a246f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_css_generator_demo.php', 0, 0xe04a312f81304f36dfbfa82d5de228b2, 0xe04a312f81304f36dfbfa82d5de228b2, 0x9ddea455940a983839ad225f12059cfa3bb362fa28c54897f9d508e5fecfe388, '', 0, '?'),
(0x9550495597fe78c266af4af625e371bc, 'wp-includes/blocks/footnotes/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xda8ce2fa1a8408975a0753aea849a72d, 0x50e985c949e4b74ece998293ad5ad0d1747227a38ce514d7823d2c5d1cbf2db7, '', 0, '?'),
(0x9559c6d28d592de8d2a5946f1a1e9b25, 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js', 0, 0xf9a0a42cfdd3c23f5fe0cb1cc5613738, 0xf9a0a42cfdd3c23f5fe0cb1cc5613738, 0xa7582dfc565e9c41200c72792437192a6cf0fff3687a7de17da71908d22090c2, '', 0, '?'),
(0x955cd09483de68dd1183630116980b81, 'wp-includes/blocks/page-list/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe032bee6e3ebb0884cc20f9376560a0c, 0xab8c2e52bc37550c0999c331d9482be627432017d14e9c71dcb0fec0d56d628a, '', 0, '?'),
(0x9561de3c7f846483dd51d538f5e699d5, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x9688e429c44d6d85d389bf31e57a9aa0, 0xfb428817f557b5179267fe2f7e8ccec586c1dda8264f63eb9e6fa8b63cfb040f, '', 0, '?'),
(0x956895b4f5f1a47544725a4b13e55064, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map', 0, 0x52b1a018218117fac563988cf4acde14, 0x52b1a018218117fac563988cf4acde14, 0x2568b6d338f9831da8da97f48fdc7b02359f13aac7881ee8edf9e1880eafb37d, '', 0, '?'),
(0x956d80453daf297af8e164b9c6223597, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-link.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-link.php', 0, 0x4f091625e2b0100ed7404d3c4484976e, 0x4f091625e2b0100ed7404d3c4484976e, 0xea7e17337f7d9ae095a56ddd3b04c047a42ed1fec69d4c3bc5ad68f560af2516, '', 0, '?'),
(0x956fafb0ba341699abe8ab663f16249c, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xbad6b81dca4455c71b7ebcae43fd38d5, 0xa88566a214597bb546592663b3c63ba46bbed1cb2b16db3c967bad13c08b09fc, '', 0, '?'),
(0x957bc3b15b52c82045e937533325b5d0, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', 1, 0x00000000000000000000000000000000, 0xdabec274f08388ad52a14f2fdc3b164c, 0x3deae446aff83cea310dcfb774e8bbfc0c1dd002352fc8dd2cca65fbe2e5bab7, '', 0, '?'),
(0x957de279922e4ef28b64d94e064434af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_5.php', 0, 0x7c0b2c5ea1f62bfcada019b7f4c6a941, 0x7c0b2c5ea1f62bfcada019b7f4c6a941, 0xc9026bec5cc4384f6f929fef2d3929b6c6dc6c559adc64599663271e88dc2cd7, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0x3e675d822376e710cc3922753cb0aeac, 0xa9c4e53c43304dc9e4b89f9a0c65efbf66f47f0d35895d2f04fbb0fc6e1639e0, '', 0, '?'),
(0x957fe40bcff78ca02e8b68efcd3a33fa, 'wp-content/plugins/wordpress-seo/js/dist/react-select.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 1, 0x00000000000000000000000000000000, 0xed94f5034b5d05ac7c497d34f9489558, 0x74a1f1dc51aaf401fb4e2b70bdb9f4ebb9ff91d0d266b36396f32b025a9bf114, '', 0, '?'),
(0x9585d6595396fe54a3a8962a61411bb1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_panel_settings.txt', 0, 0x130bb7bb3a5bc8c7b5577f7a1520ec76, 0x130bb7bb3a5bc8c7b5577f7a1520ec76, 0xffa7519a0790161818339699ca2d3fd806685610125b83b9f742adea4b2d3e03, '', 0, '?'),
(0x9586575e4469669f0c0c7d7c0cfee519, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-license.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-license.php', 1, 0x00000000000000000000000000000000, 0xd61d0e9f5d600f1463f9531e7855359d, 0xc52c61cd797dd607dfcddc94a045578e6ed2148328c4d21d5fc4e4a5d6b6df1b, '', 0, '?'),
(0x95885ad4ac3d2152693de637f96803b5, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 1, 0x00000000000000000000000000000000, 0xd07724b2312978350f297f4c92dc7b70, 0xeac0c788761e9de1e3a1b4792230e94d709a4081f2ed529a54e0b692c9024bb9, '', 0, '?'),
(0x958f3679d461350b319b52ab2a9a277c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0x73eb4b3e0e13da70cfbade88041bed1e, 0xf13b638e7ba0523a2ef791c8293a8a52bc3acfc4027c10aecbbab5dc7fa4d318, '', 0, '?'),
(0x9591a138792507d1573956171de4a1d8, 'wp-content/plugins/elementor/assets/js/video.bb330f394f46f2666bc1.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/video.bb330f394f46f2666bc1.bundle.js', 1, 0x00000000000000000000000000000000, 0xeb71930c8efcb6ade41e477b7c9d7111, 0xfd8834990bded5841529f29e9ea882393c32ea1a77d96551af38ea2a2b13969a, '', 0, '?'),
(0x959228b281c80721ebf3d1925bd5b48b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9592f150abd97f6ebf25ee9b21cc21a7, 'wp-content/plugins/wp-rocket/languages/rocket-es_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-es_ES.mo', 0, 0xcaa34f4a3f9edefab353a26280b0304b, 0xcaa34f4a3f9edefab353a26280b0304b, 0xeb852c0f37d7fa2534abee6a6f6fe0aca05aab80d7f394df7bc3a14f6b15b3d5, '', 0, '?'),
(0x959625e151e2c18d968b667bb943656a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1_no_content.php', 0, 0xd4654261c581d25dcbc852581637be63, 0xd4654261c581d25dcbc852581637be63, 0x46dbe91e66abbe96f946268025ed5b33126655023b924c68adf699fdea10ea93, '', 0, '?'),
(0x95a12b4566a25867808b5027ca1e90ea, 'wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.js', 1, 0x00000000000000000000000000000000, 0x9ae773f2dc724cecaf0f12cf15155bc3, 0xe044b79d5c1a15b8c049179ed3a15bdbaa9bf6a8d7edaf6a6388505a6773aa57, '', 0, '?'),
(0x95a90e794e7a79cab2b4cc32209d5c59, 'wp-content/updraft/plugins-old/updraftplus/images/icons/dropbox.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/dropbox.png', 0, 0xcad99830a8ff4578e533d07f313f965d, 0xcad99830a8ff4578e533d07f313f965d, 0x9d73fdab326f1abc422f1b7fddc2759247ed413bed22bb806d56c58a4cc65bb9, '', 0, '?'),
(0x95b0b7f6182025737b8806fb16598fa9, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.mo', 0, 0x0fa29c0d4bc3d910fbbb0d11cb31f0bd, 0x0fa29c0d4bc3d910fbbb0d11cb31f0bd, 0xe41468d09a533dbceb0684623e3d1821351c040603d9a847c38170bf590c3b47, '', 0, '?'),
(0x95b1708934b56b63510ee92830c6ca68, 'wp-includes/blocks/avatar/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style.css', 1, 0x00000000000000000000000000000000, 0x447c7cb6918350ac8e7915ed5847c2ea, 0x7e0e5fe13878137e0112354bf98a90183c41b888daf07bf0d41fd89a6520e6d0, '', 0, '?'),
(0x95ba13f749d5daa384f242d54f414209, 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php', 0, 0x55973a3e376b323592555323307c9b80, 0x55973a3e376b323592555323307c9b80, 0x69e00d293b2ec8e37b46d1152869a29a09e2563cfcd69ddfc8dd054e648ef4a1, '', 0, '?'),
(0x95bb3ee9211843e64bc6f71373261b6b, 'wp-content/themes/Newspaper/footer.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/footer.php', 0, 0x831c54f693fc7e198c58b4cc495b6043, 0x831c54f693fc7e198c58b4cc495b6043, 0x711287c7faa7992ddc38b7bc7013a1832837d8ceb10f70f40c108eb9cc1f3f9d, '', 0, '?'),
(0x95bc386e3031225425bc764e45de10b2, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css', 1, 0x00000000000000000000000000000000, 0x933c84bb770d6999ecbb8e764c2a78c9, 0xcd4ecd62b583900dcc8e8a2f3f1e2b27e5c4621c6927fa57e213244080691000, '', 0, '?'),
(0x95bfdc091dcee7a96da5eb19cc5263d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_6.php', 0, 0x5d654baf71d622fdfc13043dcdf4b560, 0x5d654baf71d622fdfc13043dcdf4b560, 0xe7db08796a90ccca7dd3350d58b9cd0c90fb341f36d04482a99cbf3969b61602, '', 0, '?'),
(0x95c4dc3c66ef46316813a7bb7fbf97c2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', 1, 0x00000000000000000000000000000000, 0xecf4666c644efe6047fed37228e62564, 0x7439e6f8761630f7a32519829e872b7c9a51711abe4d9e1466abd7598d549446, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0xa69bc35555034b586d383805af24baf0, 0x3cee4ba561101107546044059cc37ae1ef343dc7856fc73fa45dfa02440fde7b, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0x95d9095ded506dc005e07aff85815de0, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x95e06dc68d7a4b720028f1c3a6f7cc06, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import.php', 0, 0xfa9cb3ea8fe7383e1e01cf23bbc26742, 0xfa9cb3ea8fe7383e1e01cf23bbc26742, 0xae4a017ff37486e94c0d63666d81dc6cbd61b35322a9d14ad860ee73278d9d30, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0xbb15104d7979dc60444a6ac53424da88, 0xc47ebf929e8c3fd115cc7232dfad50c9855b09a5858c0a59390b664bced8cad5, '', 0, '?'),
(0x95f2a8fc5c541a1fd544dee7cf89ca41, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_9.php', 0, 0x96c572450a334abf7d4253f0f86feb1f, 0x96c572450a334abf7d4253f0f86feb1f, 0x9feb5aed176c7b72696f1e039b0a40baab73317de6510e99cb1d21903b960cee, '', 0, '?'),
(0x95f493e56c7167229b0b02df5977beaf, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-default.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-default.png', 0, 0x03367971a33b760c47f566baa8a37adb, 0x03367971a33b760c47f566baa8a37adb, 0x90f75632eef5c10be94d3cb20b142aa9289454690c199fc9f2ba34ff68899cfc, '', 0, '?'),
(0x95fbc548284f2682ca2b6b0d656328f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1.php', 0, 0xec7a592823d650fdf53c1f62f17a5de9, 0xec7a592823d650fdf53c1f62f17a5de9, 0x4dcb84c73139668b756656d48be496eee2b8d8c268bc7915eacf62ae811a4413, '', 0, '?'),
(0x96000289cb20b3708da8b78cfc810b5b, 'wp-content/updraft/themes-old/twentytwentythree/templates/page.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/page.html', 0, 0x2c807393d37f93314417090ff8820c00, 0x2c807393d37f93314417090ff8820c00, 0x3132b881d6a0a10cb7171fc8225d4bb7d2d9030506ec39d86ccf8823c24ee43a, '', 0, '?'),
(0x960184ca076496de8fb063944ac85192, 'wp-content/plugins/elementor/core/admin/menu/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/base.php', 1, 0x00000000000000000000000000000000, 0x985dea1a8884900d36567124082e5bd4, 0xd35928dd37701b9aba1ae69282f784ededdcf003477460c279c8064db1a3b0f0, '', 0, '?'),
(0x96075312bed468de8fecdb943a33824f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1_no_content.php', 0, 0x54f3621e33853b2a03021cef7d8e58c1, 0x54f3621e33853b2a03021cef7d8e58c1, 0xa50215a347d77482ab9a9d5d8590feae2e55c4bfe6ee8c5aa329bda0ba56d369, '', 0, '?'),
(0x9613f47a1fb8dc4a2fc4422643992511, 'wp-includes/blocks/post-featured-image/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x48e2d8f7426b356efdefd00bcfb2ad0e, 0xb8cdc5a5a2583ef265e6f5395759f7655314863ebbf62103aef2ae2e958fe134, '', 0, '?'),
(0x9617b8d2d1c450f7cf62b35b80f998d3, 'wp-content/plugins/amp/assets/js/amp-site-scan-notice.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.js', 1, 0x00000000000000000000000000000000, 0xe1f34ee23271b580ee37921fe57e12d7, 0x5b0c52957e7146dbc1b13d1c9e539622df149be32e9bae35a06174ea95d32dbb, '', 0, '?'),
(0x9621db852edd34a7a771647418508996, 'wp-content/plugins/akismet/views/activate.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/activate.php', 1, 0x00000000000000000000000000000000, 0xe07b45544a9b5f719fbeb76e96bcc41b, 0xce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, 0x00000000000000000000000000000000, 0x32d184b972ff412d5b34afcd6efeb9bc, 0xd333aa6968cfc50778ecf6d0ffbb7335b2aeea022ecc272b383e8758444faeba, '', 0, '?'),
(0x9625bc858d2c8f525f0cb4f2c3db8046, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 1, 0x00000000000000000000000000000000, 0x9df7a6a80e3261433fca1ed10d66716e, 0xc2cb699ec3a1bf98acb3d1eaa7ad7802c4d02793a91c41aa57e279567052aa35, '', 0, '?'),
(0x962957a702aa8b2862ba624d75d25913, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', 1, 0x00000000000000000000000000000000, 0xffa66486d5043291010776496f3cced6, 0x8bd522e840d0f8253085f42ae5710e4639184427ba7f776cb0bd9076db1f947b, '', 0, '?'),
(0x962d3ba1c342b3ff61cefb710ed20789, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_5.png', 0, 0x68544393b87e82e9d1af97f92f3b1f2a, 0x68544393b87e82e9d1af97f92f3b1f2a, 0x7134107a5f97db799f6d5585dca491a89cf60a60761e6432c9af737898e11618, '', 0, '?'),
(0x96302789db95b240d0c307e81403ff10, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', 0, 0xb3a1fb9dcd4905c17046eadfb79b6fae, 0xb3a1fb9dcd4905c17046eadfb79b6fae, 0x34952e49308fecc5e817e9c421307978e872ed5d289e46915718fff24ab6a556, '', 0, '?'),
(0x963536066f5a228703a5e3ecd5cab4ff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9635fdc33b54fff55d13b8df00c3c294, 'wp-includes/blocks/post-content.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-content.php', 1, 0x00000000000000000000000000000000, 0x506ab9fc8492a97ba11783dad428fbae, 0x228a598217bb0ebb2d614eabc882961f9f8a968f9b83d8f9e7389e62615fc961, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', '/home/abt90iranbet/public_html/wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x14ef4f3f68601ca156b92038f0c88d9d, 0x7676ae50b24bd038dc1ab2b52d669daaa2b87f64a8be11400465e181f18ac2ef, '', 0, '?'),
(0x96391f2c6d96d0a3cf5074f9a2f2719b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', 1, 0x00000000000000000000000000000000, 0xc070558c7ef443bd24dc7dc9d14db75b, 0x43bcfa76a71bd8da5ebf5818297a104ca815d70712c12ad1e9b93292b3db90f2, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0x56f531a7ce2bdeab376fb1b813f554d6, 0x25bb6a68416bfce622713251571bebcd69dd788093164680cec29a78a259a524, '', 0, '?'),
(0x963b9424fc7cc1f9df50f17a124f4ccc, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x6baccb780cf368cd9b881663fb7a35be, 0x382c28f406c60a88f26411e852c60b8dcd1526a7f939f03f73540232fee45c04, '', 0, '?'),
(0x963df812aeeb5c62797c2fe52c870dd2, 'wp-content/plugins/elementor/includes/frontend.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/frontend.php', 1, 0x00000000000000000000000000000000, 0x3c4b68de83734df9ebf6ecb474ea3cd1, 0xae2a0cef7d7f7f4cf3b90d8449162ec6ce86acfd9e78520d13c539dda01e9a97, '', 0, '?'),
(0x963eda2fb668a443cea415e7a79d3faf, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', 0, 0x700f926dbb2f645ef4b00d4a8a4ed86f, 0x700f926dbb2f645ef4b00d4a8a4ed86f, 0x5d6a880171e56e3bb66f7a0fb3f9c7e21b0df9c7094f284830900382e0a389f6, '', 0, '?'),
(0x9642a5b80a03a90bf9d2ba549460be62, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', 1, 0x00000000000000000000000000000000, 0x0c6618c8c39aa4032f9db818a203845a, 0x429708c0cca47eb73da919cee194b588c97319285e6a74b758c07fbc38ee300b, '', 0, '?'),
(0x9642b849aca345c643a023069f73ccc1, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php', 0, 0x77392ffb3bf9c4999a7f0378036dabdb, 0x77392ffb3bf9c4999a7f0378036dabdb, 0x858ad621b241ae72931728a3f65d8ae32ac78e25352f7157106524d085488c4c, '', 0, '?'),
(0x965362f74fb8f14afe0aa18ba4e64aa0, 'wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', 1, 0x00000000000000000000000000000000, 0xf9201bb48c722b7bb43c4d364c2d2d52, 0x203fc49f4525ac3d56b1f66ba71e802e7f9809a4fc4400999bb39edad4231735, '', 0, '?'),
(0x965aa87de3e597467d750123218a26d1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_excerpts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_excerpts.php', 0, 0x63c105fde5a62d83463948d853541994, 0x63c105fde5a62d83463948d853541994, 0x1a0e4b995fe4d3ec5dd4867ff67219b12b02fb23c44d6debecf0acb25bae8de1, '', 0, '?'),
(0x96634edf655801bebb647037ed8f8f90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_8.php', 0, 0xba55dac9b5bd8d9bcac4efc8b964e297, 0xba55dac9b5bd8d9bcac4efc8b964e297, 0xa708762a8e7f1ca44fceab0cfed91af2f7309cd086a8d0b84be5ae8e354b8a87, '', 0, '?'),
(0x96638521af870d91d79bcb2ae7eef50f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-13.php', 0, 0x783e534414e7d0a5f7e821c50165aa74, 0x783e534414e7d0a5f7e821c50165aa74, 0x8f37da4825b2ffed9f03528151f45fbf18239c3f4eddf4b12ff2dcc337da4f3a, '', 0, '?'),
(0x96675376e1d17e869a7bea97036223d8, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php', 0, 0xa7b3d5f121889ac5ee6c6c6cc084e333, 0xa7b3d5f121889ac5ee6c6c6cc084e333, 0x0ddcac157ffdd827bc913aeaf77fa84959095abac371b4b097b41511df4703bb, '', 0, '?'),
(0x966ae6c90a48a0bb7c977172c48d6e0e, 'wp-content/updraft/backup_2025-03-30-0325___90_1a791de1d013-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-30-0325___90_1a791de1d013-db.gz', 0, 0x24254ec375440840d8b71f52b98e1561, 0x24254ec375440840d8b71f52b98e1561, 0x252ece2cecf8ace2c7e1083a63b262039ac86b5ef868ce9c87d9db7308b32e4f, '', 0, '?'),
(0x966f47d17e3daee43314aeb391837a18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3_no_content.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9673cc365a8df824d3be798de1441528, 'wp-includes/blocks/group/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6162f2f38a14d0965ada465580b46c1a, 0x628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb, '', 0, '?'),
(0x9674ceaa14f778e654d5f0a3d9274a7a, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', 0, 0xae4ceaec6a65c2a29bdb08ebce30d111, 0xae4ceaec6a65c2a29bdb08ebce30d111, 0x24975110bb35a85032ccc076f6881ab8a5bc69fe248852450c07f1f87db3e692, '', 0, '?'),
(0x9675edc1690dea98cbd95b7758b02848, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_archives.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_archives.php', 0, 0x8dd721586ed8acc384060ffc2831bcb4, 0x8dd721586ed8acc384060ffc2831bcb4, 0xf1b3294a82daca75ab390438b26042d22668596007ca0fc24b29960006b450d7, '', 0, '?'),
(0x967696ad0a1ff9d6cb320007bf915e5c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1.php', 0, 0x729fa3656bbfd60cb20a3e3004fdf0b3, 0x729fa3656bbfd60cb20a3e3004fdf0b3, 0xe3491d61c598ee148677688a5d984027e53faba242225c01c0736eb0e49a5610, '', 0, '?'),
(0x9679a41d135f4eafb67350a25652dd53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_5.php', 0, 0x3badc8b665a31eb25294b2c9e32866ba, 0x3badc8b665a31eb25294b2c9e32866ba, 0xc50715f9ac484083090b400b88ec8569dbc1cb9a81f9629989e96da7ae7e746f, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x8aaf6d6791df517e5b23a35cc51d62b8, 0x5082f3fd114db2b7911954319c15bdd53b88aab79fba4218e6b8609da8bdb91b, '', 0, '?'),
(0x967e7b33213b3f989f48569bf6375494, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', 1, 0x00000000000000000000000000000000, 0x2baadaccfd002cd881b7b6ce4a4a1d71, 0xd2322bb7290d657981f8203280a7aa2710478a1760de3ec80db76b336e06df1b, '', 0, '?'),
(0x967e9522c803e208b335791b54bf4f62, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-52e65c39abb4c14d711135d8e86f52e6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-52e65c39abb4c14d711135d8e86f52e6.json', 0, 0x47593c23490cc56d760c3f55b836a0d8, 0x47593c23490cc56d760c3f55b836a0d8, 0xcbe6e88e7b1e54fd56aaa9f7f99372a2c36e5c56e039cfba7d29066db6ab04b0, '', 0, '?'),
(0x968222b7c0cdab937e122ef41e38c106, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_4.php', 0, 0xaba7163d20f65f24154d3d8fbe229ed9, 0xaba7163d20f65f24154d3d8fbe229ed9, 0x42d78e7483a787ba15a597530e22d8d3b162932c2e940afc67473636ffa6e5da, '', 0, '?'),
(0x9682c44611f6db9c3ec99dccd4f89eb6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_10.php', 0, 0x691cebab2176a322789f7baa55631df4, 0x691cebab2176a322789f7baa55631df4, 0x3c40c25a3d8b68dcc6b52dd330afd604ce5acba551f111d8be704d86e4cd98c6, '', 0, '?'),
(0x968d382f3ce04f12c45ba5dbfbabbf51, 'wp-content/updraft/themes-old/twentytwentyfour/templates/page-with-sidebar.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page-with-sidebar.html', 0, 0x8719cbe08d994efeec5cc669efbfe8df, 0x8719cbe08d994efeec5cc669efbfe8df, 0x58dc9894335ec8a689ae802a17eef162cd493a36c4556b425c1fe8b811b8ad63, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0xd34e1a3e778ff0cb40e991522d2f59f6, 0x42050a5a1aafae5f709d6ecd8216cc05b5513f2fc50d33737ffe7d901cbdd729, '', 0, '?'),
(0x9691743d4fc4d12bf4ce066b7a251d42, 'wp-content/plugins/elementor/assets/js/gutenberg.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js', 1, 0x00000000000000000000000000000000, 0x09d8a610b4ffdc49d9c05f568d710f81, 0x08815bf4129081bda729671790fe3aba62938ad865953c37af52386227a4a767, '', 0, '?'),
(0x969777d723cc510b87c3c6fa8d980cad, 'wp-content/plugins/akismet/views/predefined.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/predefined.php', 1, 0x00000000000000000000000000000000, 0xd2233e61176acfac6194a5bdcfd834ef, 0xff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x969851cd4891986b7c1073d3024a7bbb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_5.php', 0, 0x8236e61bad096ffb7124225dcfa0b7bc, 0x8236e61bad096ffb7124225dcfa0b7bc, 0xf715db3af67fb1c373a328667eaeb0103557d4bbd13f258754f15b2d7904aef4, '', 0, '?'),
(0x969b58fe26fc9cd57ccb7c1f05459b63, 'wp-content/plugins/wordpress-seo-premium/src/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/functions.php', 0, 0x678126085a4df70118474de021f7ee25, 0x678126085a4df70118474de021f7ee25, 0x9dee83f93cd2b42261c001c904d01404662e48c0b96529beb9426d0e66693fe0, '', 0, '?'),
(0x969bc637cec181776ae65889cd4a67ac, 'wp-content/plugins/poka-review/public/images/star.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/star.svg', 0, 0xf42f27854a154ac3bdcf6d014d188d6e, 0xf42f27854a154ac3bdcf6d014d188d6e, 0x65c8765f0387ffe44ff2d98d7cfe51be5ecbe552195418cc6ad92bf752ba6420, '', 0, '?'),
(0x969efd51dedcbcf80fc197322c2d9b43, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', 1, 0x00000000000000000000000000000000, 0x7936c3d79889f1b0374186cfff53f32d, 0x709f92f764ba4ca42126d6a6d830ee305f716522a798e3ccbfe3ca520c7eea42, '', 0, '?'),
(0x96a2c2897eab536c6c6884c22b6cdcb3, 'wp-content/updraft/log.c651c29a9046.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.c651c29a9046.txt', 0, 0xaa61b7492fb2db527e746e979ef8f738, 0xaa61b7492fb2db527e746e979ef8f738, 0x9c19d5d31274a36a9d640e925b79593226c86979b9922717c69fabe760a6fb77, '', 0, '?'),
(0x96a343d1c3800b79dc6e84aac90e397c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', 1, 0x00000000000000000000000000000000, 0x1c01d03a49d1e3c93cf172f9aabaef54, 0x4ee8acd8ced6dccbe0657841b2789aa69a1697bad0b10250e090dc7d3e869404, '', 0, '?'),
(0x96a5ba3c1c48a32c374ae4ca570d3147, 'wp-content/plugins/kk-star-ratings/lib/images/step-1.svg', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/step-1.svg', 1, 0x00000000000000000000000000000000, 0x01a8589e73d77918cf352f1f81799d9c, 0x040def85a96101cef42a4b2cfe48f97d61a3aa186af65d4f6d2e851344b6adfe, '', 0, '?'),
(0x96ac1a2cbb2751def038d19132167f27, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_4.php', 0, 0x8347bd6a3d3c8f3cf97501e1374cb790, 0x8347bd6a3d3c8f3cf97501e1374cb790, 0x3fbc79920b3c0fb5ed34c1da46770df5f1d8e34189dfc45135bb9d13137b18c2, '', 0, '?'),
(0x96ac61623cda048fc0a714d00fe66020, 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', 1, 0x00000000000000000000000000000000, 0xe308e37cdf75e31cb5d94623bf227ba9, 0xf728c950e89340227f217bc741297b0668fd5dc496d0a627fb79c8090f3758a4, '', 0, '?'),
(0x96ad6f78c9f593e0c6978c578adc37ef, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', 1, 0x00000000000000000000000000000000, 0xaa8f74bd89a02adbdf23352f27e31d8b, 0xf1ffa5fac72369de96dd4d40b0d8425b832f8f20a620aab17539679e4dc0f06d, '', 0, '?'),
(0x96b22b3472854f4408ce1a992c8e76ed, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x25c83ea511f206e88f214719dad9c88c, 0xf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018b, '', 0, '?'),
(0x96b5689c874f14e63aaa18496f4dcb5a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2.php', 0, 0xb5499b5da12c0a552f5031ef2712dc02, 0xb5499b5da12c0a552f5031ef2712dc02, 0xf79114126e91d58103ab2cc11a07cf532ea8bc093a776b0733c129a69981804f, '', 0, '?'),
(0x96bbad7e088a7d2b464f11fee5cb464b, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php', 0, 0x50bea3abd730c8c17ea3991f17ffb01d, 0x50bea3abd730c8c17ea3991f17ffb01d, 0x868c6582df967f0283ba05b0e60685fe723f9850fd36620b9cb1a8543f4f364f, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', '/home/abt90iranbet/public_html/wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0x33b4193d17b48d35fbcc55dd9c3d573a, 0x85d6cf3d4647e6bb96e591a45a13c6f04b19a02c7d9f532bf75bdcba43791126, '', 0, '?'),
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xc43d5998918b9940fcb9d30fb75fa578, 0xdeb0ca1a5e33c3c99f7689552e61810d5d0166df68e202498515992873f5c641, '', 0, '?'),
(0x96c2d4bb3647f013ed068fcdba8324dd, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php', 1, 0x00000000000000000000000000000000, 0x408d2119e8bd735158174e3a65b318e5, 0xdc61c7d1c424164e20d124f654d32aec7083980180ab58af96f47ca3b90703e9, '', 0, '?'),
(0x96c4eabab7622c442104ff8c42e968c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_6.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x96cd9f55e1afeb361b6d9dbccb86c3ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_7.php', 0, 0xe5e84d9fb6f691deaa11a43de117d140, 0xe5e84d9fb6f691deaa11a43de117d140, 0xb4f5efd05689cf93a5a4da3cba7636931a3fcdfb02e8b27f3fba1985ead32137, '', 0, '?'),
(0x96ce006bacff92e780ba6a931f097288, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php', 0, 0x97e8350ec05e1564f4e04903710fc5d7, 0x97e8350ec05e1564f4e04903710fc5d7, 0x06df1e6d012d5666a0f35a734e07ccf7cd022a5571a46a87df1380e938b7c342, '', 0, '?'),
(0x96cec4523a0c5ee6652b783297d96313, 'wp-includes/PHPMailer/SMTP.php', '/home/abt90iranbet/public_html/wp-includes/PHPMailer/SMTP.php', 1, 0x00000000000000000000000000000000, 0x16403b1d60833801c30a23981c453e11, 0xa289cc94dee2bf5f257ddc7df711df00ceb97e0c7753ab82171a3f16414908ee, '', 0, '?'),
(0x96d003bc037bc3ab384fc51c75088ccb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', 1, 0x00000000000000000000000000000000, 0x28ae9a53e33b8b9a61eb32ccf2abdde3, 0x15c05fbba810f5ddc9a812c0bd6f0720937409e58a14c54b6b3a1d6765bf6ef5, '', 0, '?'),
(0x96d0f6591a78e75b026b1632e212fe64, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 1, 0x00000000000000000000000000000000, 0xac58d282959d9b5fe21448536b48f868, 0x805daa6321adbc8a50611ed2e27963e060a8ce8d29dc47fa516227410dc808ac, '', 0, '?'),
(0x96d61bd7426fe8c8fb6d584e192f3e96, 'wp-content/plugins/td-composer/mobile/category.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/category.php', 0, 0xdc77a05c6b689e7b5c66b118fd59ea41, 0xdc77a05c6b689e7b5c66b118fd59ea41, 0x423bc5cc7297c04851e5c1042210d64659f9cfde630df467bced72795ade2e42, '', 0, '?'),
(0x96d7a9a487449ef61845eae7fe695fe1, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', 1, 0x00000000000000000000000000000000, 0xc1a76047ef7645301214a3c3eea6e473, 0x521bebaca526ad46af5eb1f60a14a595838d83088ca07e3d47e831bd5f8d32a3, '', 0, '?'),
(0x96d95744a92437fe8b7733e4ea53e9dd, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 1, 0x00000000000000000000000000000000, 0xaa93f4b6b6d5a8e82ede26a344958d91, 0xcbfa007ba01a5990247f018ea92237257aa99839b0e39fa7d1da6c1821f385fd, '', 0, '?'),
(0x96d987446638a941f2cd1436985b1fe1, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x4affed1b55e5f73c9f0675ae7d0ad823, 0x69d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d74, '', 0, '?'),
(0x96da6634d08fcface6c30ac1a53c6efa, 'wp-content/plugins/wp-rocket/languages/rocket-tr_TR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-tr_TR.mo', 0, 0x6110ce93d8bb08b19c8377dc1798f822, 0x6110ce93d8bb08b19c8377dc1798f822, 0x777b02c68f53a67ca5b2a2dfa3e26d7fc89af202cc10940e1286408ea2864aa8, '', 0, '?'),
(0x96dd3dc9dbfb823f3bfe7e3753a5511a, 'wp-includes/blocks/comment-author-name.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name.php', 1, 0x00000000000000000000000000000000, 0x19c342226b22abc9d9d08a812b5ef6b9, 0xf3d3a4e0f342d626e2f8bd7f298e60283dc3ab2c5b7ddfa2ef1ca47945ddc422, '', 0, '?'),
(0x96de32d01db071f02570ed841756c969, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php', 0, 0xd39f045129334d5cde78796b1e249a67, 0xd39f045129334d5cde78796b1e249a67, 0xe0012921920e721c2035e6b276f72e6f47063bb821a38c73023910ee1e241411, '', 0, '?'),
(0x96e14a743abdc7b55d448ae3cb7dc866, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 0, 0x617474e4eb7992ac758650b7720259b4, 0x617474e4eb7992ac758650b7720259b4, 0x1d4957c0a3e18c2465fbf84bba98f30aa6f46643f24816e0f5acf55e6587697d, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', '/home/abt90iranbet/public_html/wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x10d678031b6755300ebb10cd56dfffab, 0xdceeb930dbfc1e74b3775493c18df9f51391e37ac72b6f8d19662f7f0daac568, '', 0, '?'),
(0x96e6462f3af2c3de644981b2f3b4b044, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox.php', 1, 0x00000000000000000000000000000000, 0x15515c5a572d4f15f679798e42ae68cd, 0x447f763a99777f7ff0340b1b4a96db6ada3df20502526dac2308a17f281da656, '', 0, '?'),
(0x96ea030eb9154a413414c103a40bf046, 'wp-content/plugins/kk-star-ratings/freemius/templates/clone-resolution-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/clone-resolution-js.php', 1, 0x00000000000000000000000000000000, 0x62b294e43d0ca6e98b65cf1497f02132, 0x191ab9b63e40366598d612d94ede69bea78ed501588c6c4698367b57a8459c4f, '', 0, '?'),
(0x96eb0946ba18fe3486f5a8b84cff7bfe, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php', 0, 0xe8561e82dfa63188a3726ec9ef657a15, 0xe8561e82dfa63188a3726ec9ef657a15, 0x4b3a841afb9892d3f31f45771971cb803d8079d62f5e9e25f3f7a3790dddb943, '', 0, '?'),
(0x96f88f091f8dfd64cfa8026c21f5b591, 'wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_1.php', 0, 0xcab221155486d20ddd010422946ad9f8, 0xcab221155486d20ddd010422946ad9f8, 0x159f3a3fa857239ee4f5ab5e6515ee1c99af4046e93057539516faea93516ad7, '', 0, '?'),
(0x96fa6cec4e91c7c6f63b1b56f076649a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 0, 0x46c62b501c6a4a0ec28f183fd62153f6, 0x46c62b501c6a4a0ec28f183fd62153f6, 0xf7fbd3a34930a2d91c7e961a75fee3cf0a7e8be27c6816a9d628dc527f79c822, '', 0, '?'),
(0x96fbe359b1a156e9615b67293184cb3e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', 1, 0x00000000000000000000000000000000, 0x599f700ac23d0e82b65f8d56acf4d1a9, 0x1948290f2e42fd52a26b63e171f802529dc167a04dd322ac69d965aead258ec1, '', 0, '?'),
(0x96fc81800b3e355dd5410a27621f744e, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css', 0, 0x2e1087ab033d7892ab76f7d52f0061a9, 0x2e1087ab033d7892ab76f7d52f0061a9, 0x2fe69da49a294d00b4773f8c2b9e3e7b83dfdd8e1c2a86a2408b4a97a054435e, '', 0, '?'),
(0x97003196148b0097d82482e959d4e5da, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-poster.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-poster.php', 0, 0xc0bfc3ba0084f8ac791f65fc38c71461, 0xc0bfc3ba0084f8ac791f65fc38c71461, 0x97643ce81595804274d6dcbb20836a37a1815b84609e90d5acaf8035124db584, '', 0, '?'),
(0x970169189ad6dc1268ca961cc8739c4b, 'wp-content/themes/twentytwentythree/parts/post-meta.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/post-meta.html', 1, 0x00000000000000000000000000000000, 0x38338a96da89355d260298f392719b59, 0x867cf24d84f40d1899de8342a07f58a33f71c0e7ffc814ff5bf6b18224e37d18, '', 0, '?'),
(0x9702a875d545f2807aa8f799236486bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0x7f82d989d99da59282b6216c2e7fd1cf, 0xd70f3a9c4e491b2b7f51868bdcf46f028932e24a5cff063e5512806b8bfc2670, '', 0, '?'),
(0x97080da1d1b27d12a9ba1c2080803a71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x6d86c7700f70484a1b0f4e97a8244984, 0xccfe13ab217081931fce07739ed3f47e5da983f8b9d179a33fc3951ecd85dc72, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x970cdc73567f6a0b7d163fd68a43bd2f, 'wp-content/plugins/elementor/assets/js/040b7af5d80abfa2be44.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/040b7af5d80abfa2be44.bundle.js', 1, 0x00000000000000000000000000000000, 0x951e262298a1ca388d80ad49d8cf4b05, 0xb37cbecf0576f82ca29c323f950c6778d32040f9dc3372d516388a14a30f4613, '', 0, '?'),
(0x971053a3ea8bdf1da8e6e211c745e3c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_3.php', 0, 0x779e785ec65842835be000f35fd01f59, 0x779e785ec65842835be000f35fd01f59, 0x4dddf7a13e3db9b46149de7290732c3196d9ceb3bd2372f667271f64642e1523, '', 0, '?'),
(0x9712838726b5422955d10cedb5b05d61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_import.php', 0, 0xc9bd309c90248ec20b869894e89fd64e, 0xc9bd309c90248ec20b869894e89fd64e, 0x9a874b59c689fc94a48bfb16c29d26540e00b8a8954914e52667fb83f891f5b9, '', 0, '?'),
(0x97194c3c51b5e028fe9f5f6720bffc07, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x65292e373aff34e65d37935de1224a85, 0x82ef4e859abdc1dc71621747e6f91d78e73c834217f4d7270a7db65a90b019ad, '', 0, '?'),
(0x971ffa8f48dbd39b23dec96c59adfc5d, 'wp-content/languages/themes/twentytwentytwo-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentytwo-fa_IR.l10n.php', 0, 0x24c99b356097d0ac448116d488ba4a2f, 0x24c99b356097d0ac448116d488ba4a2f, 0x5767244cc7ced9933ac5d30f22a6675c930330a081e6b177e91497908aa6b505, '', 0, '?'),
(0x9721a0cb1a46cfdf13a66a84f3fb8ba5, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/td_wp_editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/td_wp_editor.php', 0, 0x8f76d4c6e427ee91b5252700fcd01c6c, 0x8f76d4c6e427ee91b5252700fcd01c6c, 0x1dd9683b7b42e9f07ac9c7aad34b399b09e022da7dc0028faad47e12b17b3a06, '', 0, '?'),
(0x9724d1e86cd3e28e991bcc7ca36d12cf, 'wp-includes/SimplePie/src/Cache/Redis.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Redis.php', 1, 0x00000000000000000000000000000000, 0x0bdf21e533a62ccbb02a9ee01a9544a0, 0x593d818373dc5d757c05a617f75513c62956a838fca560905e2be33ee35383a5, '', 0, '?'),
(0x9725b815a3d322b458b22e7e86c54db6, 'wp-content/plugins/poka-review/public/scss/styles.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/styles.scss', 0, 0x4dc38a9b7670f91384876344e03cf2c5, 0x4dc38a9b7670f91384876344e03cf2c5, 0xe77ee70902da3201983b44f890eb432d55dcefe8bbc0eb30b70437a7d615307e, '', 0, '?'),
(0x972da4f2e1bfc63710d40c09c064012c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_4.php', 0, 0xbced3178ac0b434d6af60243f2387de3, 0xbced3178ac0b434d6af60243f2387de3, 0x011d70bfc45d0a5dbc9d4f9cbc430c05c4b42edaa35744833b84b17d83fcef94, '', 0, '?'),
(0x972dd7d9e8b92a414343f88e496b7419, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', 0, 0x5f4153afb8b178dc16dbe7f1daf38089, 0x5f4153afb8b178dc16dbe7f1daf38089, 0x8bbaf5af366bac49ea801fb141cd8c9a65ba4c987b251c0733c7f8b569803ab6, '', 0, '?'),
(0x972ecc34e116e800fc44c13511ab7531, 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/less.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/less.js', 0, 0xe245f8f5bdf302fdc35ec783742ad281, 0xe245f8f5bdf302fdc35ec783742ad281, 0x9fb2199cf2f62429a3dde50fafa78214cba6ed6e3e750130f1326a6b42200f53, '', 0, '?'),
(0x9731fe20a008eab6861cfe83d0890621, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/add_meta_boxes.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/add_meta_boxes.php', 1, 0x00000000000000000000000000000000, 0x4ca34858f931c2b84d8eb9f35a07ee30, 0x25a4774de111f31296b4128e7fe130ace59d3ec3bf895a7d5f3e27ae1a0c5f3f, '', 0, '?'),
(0x97329d5094a8e5cafa2abdfa9b969640, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_5.php', 0, 0xe57c497393e3a9e5dac6f8e090ceb126, 0xe57c497393e3a9e5dac6f8e090ceb126, 0x9658c924dc9cea66a8b16db980b6962bac4a81c353788c9c874b30864470da96, '', 0, '?'),
(0x973c35b778e87375745c68affed38f47, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php', 0, 0xff11486f1d6fc8ee72e354f89edd287e, 0xff11486f1d6fc8ee72e354f89edd287e, 0x2cd0e67f3fff7874b7312b9b23163b7712bd769e033ab5d7d632dd7073df919e, '', 0, '?'),
(0x973edca2dfd3b0c81a31a1a6ed3d43aa, 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 1, 0x00000000000000000000000000000000, 0xc54d56b7f2ecf2075f0311862c6fab76, 0x22bd664bb791bbd4fb13ec43d1aa76b287c33c3420ceb954b77fcdfd261e6911, '', 0, '?'),
(0x9743f3101b51258e8e4009c44a6120b9, 'wp-includes/blocks/archives/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor.min.css', 1, 0x00000000000000000000000000000000, 0x466bb3898113b557856b43dba9675984, 0x326e1f57131af3fe84cf8ea7c607d4507774cef7f31c9cb82154bdb736585015, '', 0, '?'),
(0x9749b17b51a5571a0e2426b6ee0fc808, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/readme.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/readme.md', 0, 0xbb10b4b16b66485b68a49789146d89cd, 0xbb10b4b16b66485b68a49789146d89cd, 0x12d3686b239eab6c13cc23c6f778e51ef2df117612b6890c7852f7a170660af4, '', 0, '?'),
(0x9749f4d6c7e2f298606fef75d66d9df1, 'wp-content/plugins/elementor/modules/notifications/options.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notifications/options.php', 1, 0x00000000000000000000000000000000, 0x640764f1682107a2a75a8a0b79657b77, 0xe98bd7db768881595119f7dbc0eaf0eb37437d5990edb98a3b800168657382ea, '', 0, '?'),
(0x974a608b2ebcc9e7cc83ed9fb881b9a3, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio.php', 0, 0x6d491f72e4510ddc23c78e20caf3f957, 0x6d491f72e4510ddc23c78e20caf3f957, 0x6a7f6c0c9118c5cf7742e356914180c27f87000b81b19b63dd044a3372b233a2, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', '/home/abt90iranbet/public_html/wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0xfbc767719513d9cf69a47390ed948b2d, 0xa57e3a2294600fd4f668652640f815fa2a9c11c0eceafb41bf05afeeea8016ab, '', 0, '?'),
(0x9755418e2eda86c065ec53fbcad91e8c, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php', 0, 0xfd4b43125e8a65f0cfcbb4c118f5ba7b, 0xfd4b43125e8a65f0cfcbb4c118f5ba7b, 0xd5b0905f7a1be9b782e130621306256daa851e8ad23e1a7a16dae9acf51d67d1, '', 0, '?'),
(0x97585b466ec4ad7ad8cf845509ebe419, 'wp-content/plugins/elementor/modules/system-info/reporters/server.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php', 1, 0x00000000000000000000000000000000, 0x91e0aee7c0db4b40cbdb45b926936760, 0x97be3a658049bba6caf9cc10e794ac81689cbaf3940f2312e4fdc7d02e4bf4ce, '', 0, '?'),
(0x975b045a2122da68e1f273759b2d9433, 'wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_description.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_description.php', 0, 0x6d6b57fa0d80c10aef77eda506ea13b3, 0x6d6b57fa0d80c10aef77eda506ea13b3, 0x38a895c8e0b35655c446c23e2135d79f78dcbf55b1e0bb85dc2175a5c2e14938, '', 0, '?'),
(0x975fccfc0ae93b9fe8b55c1dc86cd6f2, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_related_posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_related_posts.php', 0, 0x5442a18df13d1230139423b9257cfbfe, 0x5442a18df13d1230139423b9257cfbfe, 0xfdea0c83fa799689755553baef504821a97ab64290a0b333396bfffde5efce75, '', 0, '?'),
(0x97688fec3dc14e4d18efa906d3d95415, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_panel_settings.txt', 0, 0x7858fc6e684323566fd4a96ec9215c0c, 0x7858fc6e684323566fd4a96ec9215c0c, 0x2effcaadf12ff0c488b95ebc9aef75cc934cda819d2d2d8e63ca0050078e37f5, '', 0, '?'),
(0x976a3ab08a33c6815d4261e6b2952799, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x976a48450e03e29034efd435a677166e, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 1, 0x00000000000000000000000000000000, 0xe0422b999c17faeb8e39f912a20707e2, 0xfb37ee596d52af74e806e3e659aab25608b7d7fbb757144a116e259d83fb8e9b, '', 0, '?'),
(0x97708720b569dd570f0082e7abc60733, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_19.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_19.php', 0, 0x3b75bc37464cfc90d46f109beb91615d, 0x3b75bc37464cfc90d46f109beb91615d, 0xed37c96c68919198a58dcc2f821982a67df2759374cf91b57d69c97bacf40e2e, '', 0, '?'),
(0x9779a1de4483a33e9e3ad92ed6ee66f2, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/04-afternoon.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/04-afternoon.json', 0, 0x417b920ef69adf0b2cd7e671f8306782, 0x417b920ef69adf0b2cd7e671f8306782, 0xac6eb0ab24d5f6af8c26b7ef7eda60d261aff782838cc2e9be6a51362eea5d58, '', 0, '?'),
(0x977d280c36136d700bd59b387efdbd36, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/loop.php', 0, 0x3c3894b486b2a3bc28db7d617060de7d, 0x3c3894b486b2a3bc28db7d617060de7d, 0xe4b964ddbbee479937c8fc5692b42178b892240d4b9c4eb2677fcbfaa00edcbe, '', 0, '?'),
(0x977df484de5fe78570194844b33ca1a6, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', 1, 0x00000000000000000000000000000000, 0xd91b0ac7e0f4381ef9d726ca69228383, 0xa83fcde64e9ac89f2855b195a49a3575513f36793f93dacf50adf386dab2e51a, '', 0, '?'),
(0x977f54df94d9c4ead1485d0f3dc0fe22, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 0, 0x1920e2818088ba2acebdf36a44fb58bf, 0x1920e2818088ba2acebdf36a44fb58bf, 0x36a10e9b09a05e9751bf5cdf1973210beb7724ff4e12e5399eec9ce0300624ff, '', 0, '?'),
(0x977f9ae09ba5ac1d4a49eec2e7e6882b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-7.png', 0, 0xf9c9d1a15da85626b6f15cea772230af, 0xf9c9d1a15da85626b6f15cea772230af, 0x4b3834d50ec2dc46be93a24ba62f771604c1bbb6759fbe0c31383523148f0f66, '', 0, '?'),
(0x9782f83557d40fd36bdd5e1cfc082ed1, 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 1, 0x00000000000000000000000000000000, 0xf88378584634a49454ad24689224e05d, 0x7e54d099c12408be2f36a5ba472d0048c68600def5f0e2a69f667a34e436ae27, '', 0, '?'),
(0x9784846cf5686d0e9005c4667361c61a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 1, 0x00000000000000000000000000000000, 0x22f413522c5e63e60d64936eb6d256f8, 0x5f9ea13fded7007a7ea3eaf617a64196d8e3419fb232512c1f8eff86e65ab3ce, '', 0, '?'),
(0x978484b621f62b5ef9ae960f6a2d4f51, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-green.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-green.jpg', 0, 0x4223c98de004469f18e0d07b69cb9d6b, 0x4223c98de004469f18e0d07b69cb9d6b, 0xbe21fe01e69c31f9261ed59d669e99d39a66cdeed0db73a127b5cd7f7ecb3fac, '', 0, '?'),
(0x9788f02a5b9414247dbe29ecabaa3f87, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import.php', 0, 0xd33751f67c68e67fe4133bffbfa3c00e, 0xd33751f67c68e67fe4133bffbfa3c00e, 0xd2e496ee9e22c3fd5e627181ff42ec31b0a5e02c9d3fdf485dd235fc2517960b, '', 0, '?'),
(0x9789df47bbe5f64e822462b52411d645, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 0, 0xb730ced09698ebaaa4e2f14050e18ca9, 0xb730ced09698ebaaa4e2f14050e18ca9, 0x38dcd5e872da29422ae28889f09d33217a362fbe2b9acc56b9c857812ad66c37, '', 0, '?'),
(0x978bb08faa54cb76ef0fa85998070fdd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_1.php', 0, 0x12e03fc66f5f6710f705134c9f53a749, 0x12e03fc66f5f6710f705134c9f53a749, 0xa26b099f4d8ed7e114e3d380eb1fd2875b99f954f240b0ddd4b5bd7614f5a1cc, '', 0, '?'),
(0x978c1e18402f896b66d2cc2a50ca857b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', 1, 0x00000000000000000000000000000000, 0xa0e8ed0545e7c9472abd8a78acc10980, 0x4e0977f0ab3a82343fa04751bb2889e67a5f81b4ef55c6d1916177944df83d4f, '', 0, '?'),
(0x978e223914fa38e5c66fa227ed491afa, 'wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/node-processor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/node-processor.php', 0, 0x8914ecf5a3f5d211b74ad6c9e4ebb99a, 0x8914ecf5a3f5d211b74ad6c9e4ebb99a, 0x5b5bd7813f9925940a4d4e19acf3c7fc1543b9bb4aa1a841e08ecf44fcb19cd7, '', 0, '?'),
(0x979017deeeb1cce1d1bf6cbea7496222, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php', 1, 0x00000000000000000000000000000000, 0x3d829f657380f3eb09e02e82ce481449, 0x274417d8ab2fd74b154fcd82cd8f6e38cb325355232f9bfd5f1f9e769c24a02c, '', 0, '?'),
(0x979727ed36b5afbb3ae80e424596cd9a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php', 1, 0x00000000000000000000000000000000, 0xec90e65e013673107471a94c55807420, 0xdd3c609109291db07884728c43093358f23eaa7a045d6a0883e676c6f201c430, '', 0, '?'),
(0x9798e1db29adc8ab7f9c68274485d46f, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', 1, 0x00000000000000000000000000000000, 0xfb6c5363b40463f1d39752d03eeef0c6, 0x72b868ad22f9e96fb7b6cb5c5eefae8466bb3c2cac617d5f1dbe97c7c43042b6, '', 0, '?'),
(0x979944a81e8429d4a1a713f0fd80cc92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_6.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9799708aa94bd66299f800219728a2f5, 'wp-includes/css/dist/block-directory/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xfe6bc2f2841ca011b510648ec9f5570b, 0xafe272106efd3da78ffaf15064e5725f4c6b6d63b685b03bf94f50f9482c72a8, '', 0, '?'),
(0x9799b448919635f47a14797960e139df, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-legacy-location.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-legacy-location.php', 0, 0x9db419c258c7ece5213ba1ae0db386dd, 0x9db419c258c7ece5213ba1ae0db386dd, 0x6705c4218926c918eb8749098c449fd365c007b75a5b7e9284ffa55978f7f74e, '', 0, '?'),
(0x979df83b0130ffc1757fc358b243e42b, 'wp-content/plugins/amp/src/Infrastructure/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Service.php', 1, 0x00000000000000000000000000000000, 0x1c722090e9b3d9a01e33af8f78e7a1cb, 0x70530bbcad3cdea314b41bfca2aa68314fbedcd324e3079e4315fb3a428b1ec1, '', 0, '?'),
(0x979f012f635bd492bf11bee36a173ccd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x97a8610c1ff1ae831667dc36d8475de6, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators.txt', 0, 0x01c367eee2fb4ca2468a96eb35c2bef8, 0x01c367eee2fb4ca2468a96eb35c2bef8, 0x8f96e323eae4afa3782759760d90f8ca0417d3a6e4cf702a88c7cd92a26f0ea1, '', 0, '?'),
(0x97aabb6bf9d10dda966424e10fe6e46b, 'wp-content/updraft/plugins-old/updraftplus/SECURITY.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/SECURITY.md', 0, 0x8e735c26f201de5c7acaafd9b276df6b, 0x8e735c26f201de5c7acaafd9b276df6b, 0xa76eb7583bf05a478fd6d7331fd76ad587c0b8f7288c3e4fc7363c78796ac740, '', 0, '?'),
(0x97ad28f8ec0a69daf10997eca0d93081, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', 1, 0x00000000000000000000000000000000, 0x009fed1435a5a5b13b5af957b7a69597, 0x1f11f1cd21d30a0be8a597be75c876ea32a796e48cdeea9c1ca2bd7df8eb13bf, '', 0, '?'),
(0x97aeba146f58cb7b7554eca617448ade, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-admin-notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-admin-notices.php', 1, 0x00000000000000000000000000000000, 0x1439565cce9f4a905d711c2350543238, 0x02d3037eb219d4cae61a083faeb528127abd5f28f793ea60378b772eff268cb9, '', 0, '?'),
(0x97b074fc63ed8d388638a7ac8364407d, 'wp-content/themes/twentytwentythree/styles/pitch.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/pitch.json', 1, 0x00000000000000000000000000000000, 0xfbde1b3f6c3c2e383e596fdda9cd9200, 0x6542f3b29dc748571cae85279d5c6e64fcfbc1067a018bdbf5fd46912ad9e350, '', 0, '?'),
(0x97b539001b00722193652f825194c966, 'wp-includes/SimplePie/library/SimplePie.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie.php', 1, 0x00000000000000000000000000000000, 0x2729f3506cac5c92eb48457a3744e440, 0xbc689487af13b97ea2b196a6d658237cc492025e219c73b223b01794426a0b51, '', 0, '?'),
(0x97b6f6d83ee13f9e02f478cbdf09c9cf, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php', 1, 0x00000000000000000000000000000000, 0xaa6b1f31db81760c0fedfe5ebfa3f17b, 0xfbbc28505fc26322c6cd78e68edd10e710e3b6fa519c55736ec1c82c61a31155, '', 0, '?'),
(0x97b77e862af7147084331f39eac31926, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php', 0, 0x06f17575d56c3736efb9361aec20afad, 0x06f17575d56c3736efb9361aec20afad, 0x20d37a6b56a9f9c20ce15ee67fd5f710cded50766d255adcf4f67cf9700e35f8, '', 0, '?'),
(0x97b873a997e5b894894fbf105b953328, 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-1.php', 0, 0xf19aab1dfa7a95c96be26ad9e3b4f1b0, 0xf19aab1dfa7a95c96be26ad9e3b4f1b0, 0x0e90a4bad8a7879d4bbc2c278ab09761428f14a3ce27edd0d029e39634b8ce3d, '', 0, '?'),
(0x97bc78ba5e22369c28fe5873c8496989, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/0-all.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/0-all.php', 1, 0x00000000000000000000000000000000, 0x3b635e26e81a0c6b8e2d211cb04bc594, 0xf675b238d39490b8fc7c0b81cd359fcd423c21a361f0a6cdbb2a320bae209426, '', 0, '?'),
(0x97c0b30087f781eccbf0c2d5370a1fe0, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php', 0, 0x1cc68db30a73629e1570b90fa32331e0, 0x1cc68db30a73629e1570b90fa32331e0, 0xa586a82663f3b4dfc995f76c65d0cae31eec5a604e3e7f4948dcf0332fc7e7a7, '', 0, '?'),
(0x97c4929199eaafe5843db3fc4ba5f56d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x97c6075408318dacd093e0c6f316b1b4, 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 1, 0x00000000000000000000000000000000, 0x99647534a234a3bb4af0e8abfbb32804, 0x50f03618a473a299d55913633a0f4ea7f83b01ec936010a6ff4453778803998e, '', 0, '?'),
(0x97c61fd41c8aebc66e88d10b8bad97cb, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 1, 0x00000000000000000000000000000000, 0x1bbd5dbd7e5d1d72a44d9dcdaa287675, 0x597abfd096f3a53408ac2f68175e44cf9aeace0cbb8e20d6d89eb840b08f2614, '', 0, '?'),
(0x97c99298b8c07ddcc074d6b871dd55b8, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', 0, 0x9325e9ee533289d4f13fb28f7894ceec, 0x9325e9ee533289d4f13fb28f7894ceec, 0xb4dffd68165441e4f0b76ec2ed108c1d9a8e028c9ebb56264e6eeabef3b697a1, '', 0, '?'),
(0x97ca2f1a93c1fd4761f8e76e001b4560, 'wp-content/plugins/elementor/includes/widgets/google-maps.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php', 1, 0x00000000000000000000000000000000, 0x16456f9f68d6b86cb23c3147e20e1497, 0x4aecf0f6103026696c826d124be75561d2464843f9fc0b5c5e059d98710fa28c, '', 0, '?'),
(0x97cf40921d55e03487890671a0fa3dcc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_1.php', 0, 0x121c6c497620b38c2a39ddff54f37f9a, 0x121c6c497620b38c2a39ddff54f37f9a, 0x727bf4d626a6dabac659ea43638d193fc1736819a0be62fab4c2783f4bde7db1, '', 0, '?'),
(0x97d711e8a965c80d5254ccf0a06feabc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php', 0, 0x1da6fa800cea018dd9d05aa07c08d07b, 0x1da6fa800cea018dd9d05aa07c08d07b, 0xa3f7d4e85ed338257945ad436039f4a584815bc4e63b86ef7041b68f0400299f, '', 0, '?'),
(0x97d80e1f5a9459e8f13ac6b3084f21b2, 'wp-content/plugins/amp/src/Exception/InvalidEventProperties.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/InvalidEventProperties.php', 1, 0x00000000000000000000000000000000, 0x0587908f71f3be6e60b3c5baa054023d, 0x554530a42b7381e2e31719d97a6bc11c221e8ed4ead4c2cc5f759a22bfbecd7f, '', 0, '?'),
(0x97dabdcac2c75f23c19c15b6a012701d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-google-map.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-google-map.php', 0, 0xa9f1206b86e44e67ab988a1855d563ea, 0xa9f1206b86e44e67ab988a1855d563ea, 0x315ca75186d48c12567c602f4846d33ce9ad4abba66048c002f80fe4619d9e9e, '', 0, '?'),
(0x97e0472b538590b1e6649e1dce78c016, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php', 1, 0x00000000000000000000000000000000, 0xa06b14ffb481b15382a8214585ec554a, 0xd4425707ed0fbebd5496067d37ee538a54705a6cf11f2c51a8e4522a45229441, '', 0, '?'),
(0x97e376d62f3969b742358167b5f5efaa, 'wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php', 1, 0x00000000000000000000000000000000, 0x3cdbf30328cda8c49f9b5f9b099bbe90, 0xf7b2fc63a65a494feb5c89837afdcf4e4ce4461706a60140627fcc8593efa142, '', 0, '?'),
(0x97e9461e912bee9d1c6055b13b00bd8c, 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php', 0, 0xf9c08e9eb1a14aad521326c9596dc5d2, 0xf9c08e9eb1a14aad521326c9596dc5d2, 0x9d5dc28b63c43274c87fb29a0cdf776d915e082c160010bf20ffb17d9f85e5b1, '', 0, '?'),
(0x97ed7c9c7e9489f71dc9f08781e515f4, 'wp-includes/sodium_compat/src/Core32/Salsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0x2c22e8129ffe37d49f2c44d0087c8ca8, 0x3e31d794f9bcec927155a49ce92bbf1e2088c49877cac6bb1174492130aa18ce, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0xbdc80664dfb9e097d5022463a839edab, 0x00e47b4dcee15508a10d4e1e2e80298d949d2da4f583c41e6077191148f2eed5, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x9801fcd691dd118b2a9ec0d3fe97bace, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_4.php', 0, 0x0e19479306dce074fa46ab83072c479e, 0x0e19479306dce074fa46ab83072c479e, 0x684d8853a11492ad6677e7cc4b345298fdd69faa880ea935453bc61af09907a0, '', 0, '?'),
(0x9802ec696b93f14ae62b28d9d1e25159, 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/default-loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/default-loop.php', 1, 0x00000000000000000000000000000000, 0x10a36abc74f814f0c017c4407a683483, 0xe6ba17f40008ca60e0685d0d585499bfb8d7151bb39bb43fe1d2e1a4fedb73cd, '', 0, '?'),
(0x98058bb032f1453594a0583666423e4b, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', 1, 0x00000000000000000000000000000000, 0x1f2d2303bc2c3905b9b891e45b3db53c, 0x61f7240eab52001bb31572b171b1e8cf0e8ae7a919a4bd0f29ad06f406ae6b68, '', 0, '?'),
(0x980a8a573b72a033593b2e81cd83f8a3, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 0, 0xd08783f96d85924c3a1ce35b37c6c30a, 0xd08783f96d85924c3a1ce35b37c6c30a, 0x9b227fee3bd2e730db59bad3d2aefe348dfbfa0afe46b73508b641cd3f81719a, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', '/home/abt90iranbet/public_html/wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0xa9d6d580c201facab1f44300e3284957, 0x1bd0228b9e54f13eddbe47e3286ad0ac3b1e5f32eb41b2ff9ed827ed7b8affa5, '', 0, '?'),
(0x981b66b880a82b27d72a4781db9b8b92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_main_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_main_menu.php', 0, 0xacda9f86463cbe16130ffd4658a18d1a, 0xacda9f86463cbe16130ffd4658a18d1a, 0xd6eb82025298c76a231ebc2b1a4179b1ea4522f5b33a09efb07ac166e28362cb, '', 0, '?'),
(0x981c15241257748e4e6b681bda779ef0, 'wp-content/updraft/backup_2025-09-26-0402___90_73f2f233fe44-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-26-0402___90_73f2f233fe44-db.gz', 0, 0x1c59225ef7881fdeef8cb82a51625b05, 0x1c59225ef7881fdeef8cb82a51625b05, 0x30b95b4f42e1e1d259ec563602cc6880994f4c86f96b94c1bbcf00cd9c5c9407, '', 0, '?'),
(0x981d6bb8fed79ecb8a27b3fcab26b85f, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 1, 0x00000000000000000000000000000000, 0xd81e34fe13ecf5c48e2d9a9317e41926, 0x4bf503d013a229209ee30bffc6d4446278e300648100a2cb3889d3303d782045, '', 0, '?'),
(0x98203b5098a936a2cf0b3337505546a5, 'wp-includes/blocks/comment-content/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc76b9b20e1e8e1694251816865d4ba3, 0xc655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x982145b841245d4c5075a25cc67d60f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2_no_content.php', 0, 0x7a684ae19b437250461d41c0fc418e86, 0x7a684ae19b437250461d41c0fc418e86, 0x322bdcf646c0aded6f39b27a6bb180784d031d8c284264b533832f690436edfe, '', 0, '?'),
(0x9834c4beebd539ad6609ce89741703f4, 'wp-content/plugins/elementor/modules/elements-color-picker/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php', 1, 0x00000000000000000000000000000000, 0x9506e6dcb549038446acd6321c927b03, 0xb8c38d33dfd4bac773838b2ad28bd21738c6af01aa46d8b8c52a585db3b77d80, '', 0, '?'),
(0x98362d22b469841b713861ba647339cc, 'wp-content/plugins/td-cloud-library/modules/tdb_module_search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_search.php', 0, 0xf5758775d54a9409878dea5842e6b620, 0xf5758775d54a9409878dea5842e6b620, 0x149388058761711b773092c4d3282332f7006c0e1b6fcac4b2e306ddb3433440, '', 0, '?'),
(0x983ec5e511c3ffcd9978be9ce866740a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', 1, 0x00000000000000000000000000000000, 0x32c145f88821451073ef476514a43f5f, 0x502359a5a26647dd47c3936ff54ab064307f3295ae4af615456e903e1ea68a3c, '', 0, '?'),
(0x9847a7e0a0f1d6a60f65c05fa33e52e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_8.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x984af6e5520c764b235760c01380ce75, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 0, 0x5119d43e8cf7625983567e413ec786d7, 0x5119d43e8cf7625983567e413ec786d7, 0x5c8cb0831bb46b335da6623b30457a228c135aae51649bb36b77e69f7c9fd8c6, '', 0, '?'),
(0x98526021e99548c2b4af489a96dc2236, 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', 1, 0x00000000000000000000000000000000, 0xef01076fb79e338f9d9514bcd0f60683, 0xa4522c9cd560e24c57db78a187a3dd6ac7bdbcd2086ecefe8550128c92898f79, '', 0, '?'),
(0x985360c420ead28adc000f21cd57297e, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-en.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-en.mo', 1, 0x00000000000000000000000000000000, 0x4947fac14f783fcbabc49784920fc9f9, 0x0dad582bb37589d54d85fe4778710093f8d796ab022af31f91eb4328c34c17d1, '', 0, '?'),
(0x98547b093dfec61eff6406fe2f9624da, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', 0, 0x4b362d53f9f395681c227430cbb9770f, 0x4b362d53f9f395681c227430cbb9770f, 0x33bf0addc2169d65ff87c22a395f091d5002770eb62fd468f2590e0eade82619, '', 0, '?'),
(0x9855c453880d0b42e7a0cc633e0ddd0c, 'wp-includes/blocks/latest-comments/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style.css', 1, 0x00000000000000000000000000000000, 0x4f94dd77ce0fb9b75d53703fb3ab4fc3, 0xeda532bbd9ded69e3ee0fedca01885f72073a96931425e19f70d49f050bd3677, '', 0, '?'),
(0x985811f652ff6576f895204f1cb6f455, 'wp-includes/blocks/quote/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/block.json', 1, 0x00000000000000000000000000000000, 0x8dd6877f46c72681ec4417d4f1d2dfa4, 0x59a8bea976d8289deffb2d3ed3802fb858b0b257b7567bda70400b8ffb7948c4, '', 0, '?'),
(0x9858a1f54e7b62108273ad62afedc42a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_3.php', 0, 0x3e048c71e10a7e750be37f9353f7fbd4, 0x3e048c71e10a7e750be37f9353f7fbd4, 0x9105658be09127d1b5ecafaf56f3d088ae2bcfeeb3f225cf5e9467ee17d6cbd1, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0x985c18661c45d10a6f89f888f5aa4754, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 1, 0x00000000000000000000000000000000, 0x31682739bd76b8adf3628d8e6e8b3bb8, 0x6b94810c4bf42fe190ba74532f06810dcd59e834d4178572d0ae09183f890293, '', 0, '?'),
(0x9861bf0f31fe70d0f9e3eade9cc156af, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0x5c0c588eecb830253ddd884121881dbb, 0x625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff8, '', 0, '?'),
(0x9862f2bfa6880fd07125f49c2e55326d, 'wp-content/plugins/wordfence/js/date.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/date.1690810710.js', 1, 0x00000000000000000000000000000000, 0x7f8cf4d56a9dbd50be4552d05faf63c0, 0x8f80420c3debe83006d51f64c6a9224289745563a8b95e1c31803e9671260bf8, '', 0, '?'),
(0x9865b5180a61e1256f851c9686c345e2, 'wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf552010ea6149a1f79920cd6b9429b6d, 0x81e32f45f29bfefbbc51d4381e737c18474017c4eaf75c7c71ea955412157e8e, '', 0, '?'),
(0x98670cd7192445c9630e9e26f0239b00, 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.ttf', 0, 0x42caec08ef9415783abc474f51ccde93, 0x42caec08ef9415783abc474f51ccde93, 0x35063667282fd33a6cef71fe8a9320652d4383d3600ab401c25e5c6b03a3a9b4, '', 0, '?'),
(0x98670e809508640edccbd0b7f7a86e58, 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 1, 0x00000000000000000000000000000000, 0x774d0fef45733cc88ebbfd8ba963d85b, 0x61fdc0644274569694f4f69d56ef750ecd4d6dc39d27fc626db0a98e31536932, '', 0, '?'),
(0x9868adbb798b51e71c3dca40d8d438c6, 'wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.min.js', 1, 0x00000000000000000000000000000000, 0x6749bac0ae2a426fd5f576c9f2b9e4b5, 0x5de5de80a1a4ac5cc1ca0f2b66f9f8b3520a51bfbb25e1d7a04a878b9295b53e, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb9e75372120d499b734c1d92bbe9029d, 0x9c55d99010316d87bd81acfbdda8f13aaabcc8ea30cbf614c3ff83dc92db3ec5, '', 0, '?'),
(0x98749c0b268485cb70bd493f9d451179, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Host.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Host.php', 0, 0x8c4cb4e52a38fc999601246f7b88f98f, 0x8c4cb4e52a38fc999601246f7b88f98f, 0xccc5e34c218b76af36271c62fafcb4e93bbee248c979abe9805009fa94f4ed02, '', 0, '?'),
(0x987955d3564fe05513f02678befb2076, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_image_info_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_image_info_box.php', 0, 0xae49b6e3acc10b382c18a53275b35e4e, 0xae49b6e3acc10b382c18a53275b35e4e, 0xcb7e0a929118bc6d51301b67cb04b37d0e391152a72c95b20158f0d020ed20b0, '', 0, '?'),
(0x987ad778454c7ca0347a04dedec140de, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 0, 0x8ea68c94df469a5e92f5140014e7e9ed, 0x8ea68c94df469a5e92f5140014e7e9ed, 0xcd30cf8482d1c0548b9eea80d43133b29253ca201bf6b39eacb9e4457f610984, '', 0, '?'),
(0x987c285c3fa705055d905b42d75ab4e9, 'wp-content/updraft/plugins-old/updraftplus/images/updraft_freev.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_freev.png', 0, 0x7e492b620424007e12855b417e7bae2b, 0x7e492b620424007e12855b417e7bae2b, 0x1967541ed9c6fe0e3892bc1946d4b4495387a3e27decb73f05005bec419f90fb, '', 0, '?'),
(0x987d39836a4ba0a0b2c7d110636053c7, 'wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', 1, 0x00000000000000000000000000000000, 0xaba1ac34becbd3e0fbb427396b1e060f, 0xc28b5bba5b3193cacc4b417e8c522a708efbf0b5573171ea84900d1bdd446690, '', 0, '?'),
(0x98815df6c2845baca0ec0d0e9ef97ffc, 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 1, 0x00000000000000000000000000000000, 0x807c0cf131b70ffcb17c6d0588b32882, 0x66e77e3beee0c69492c720955e404c40b63453e57a5ed19eda4f18ee34a184f1, '', 0, '?'),
(0x98826c3f5de4b0045a1beab56a4b59b3, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 1, 0x00000000000000000000000000000000, 0x5aa17a6249183253387725a67a1139cf, 0x37d731f42d51d717ec564007e936fd1c5b6f84598dda46554b21e2115259f7f3, '', 0, '?'),
(0x98874679d468a67fd7c7bd4e92a0aafa, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', 0, 0x68cbfb7e8ca06778d823b07ddf7f75c9, 0x68cbfb7e8ca06778d823b07ddf7f75c9, 0x6c2a22ff044a296d3187e56ece88b39b3b1810ea24bf4f8a58c2958f84afa431, '', 0, '?'),
(0x988a9ace5a66af6d3b77eb2e0e71580f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_8.php', 0, 0x74abd15725ffde0dd63c299bc7f1132f, 0x74abd15725ffde0dd63c299bc7f1132f, 0x7e5766236b1f0c03d57106ef7bc72a8eb895c6d900b7b0978aad6ee4042c1e0f, '', 0, '?'),
(0x988c1cb6b7f11495350a48499db78359, 'wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php', 0, 0xa32d9acef7f06586eddbd25ef260dd6f, 0xa32d9acef7f06586eddbd25ef260dd6f, 0x805bb6281106ba2a94ea205d58df1bec3b6b7fb36ced133645fea54f07b919ec, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', '/home/abt90iranbet/public_html/wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0xc6d05d270989e9facb3dc03b377eb0d9, 0xba8e58db80561ab60447b6168694c0b529bdfb05ed0273eb4f7269a9b4c880e8, '', 0, '?'),
(0x988ebe90efc3c66e62c981146f90ead6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_10.php', 0, 0xcad1fcff3b0d0d67bd5fd5d01356fa05, 0xcad1fcff3b0d0d67bd5fd5d01356fa05, 0xea2d921c418db70a9d782b839d84c52f747ca1dc1888e7e3e99f49d1d62b448d, '', 0, '?'),
(0x98919e7d595eb1f1b78b62850f59d31d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', 1, 0x00000000000000000000000000000000, 0xd991e476674b4811eb9fccbec9ca01db, 0x9e55c10140bdb60f0c6eed2c3cd4b10ccc1fd09dd08fa6a23a8f1afc63f8dbb0, '', 0, '?'),
(0x9898804eb2832ee563c8e996de095d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0xea8dbaf93cd9a90e53ad48514ff190f2, 0x2692b23444d68499f650f4060f229d0307a6bfcc773ffc840daaad3271d2160b, '', 0, '?'),
(0x989d5ea05c92befe1141b009e38aa07e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_import.php', 0, 0xe8bf8e2842fdf680d364de559ef2a2f5, 0xe8bf8e2842fdf680d364de559ef2a2f5, 0x2652d0b3f3fb3476b72717faf9e539d771572eb70ed75cb71a1e7d03e3d1b20a, '', 0, '?'),
(0x98ab8fbe25d51bdbb5c3bb237a6dfe08, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', 1, 0x00000000000000000000000000000000, 0x0623e81aaab57734f7f0c42bfbe7983a, 0x96b891aa725929ef6f31046bb0c58f20737dea0efd5e0480d00ec7a60cfa4033, '', 0, '?'),
(0x98afdeb176651f7ee6c5e610c1fbc3e5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_2.php', 0, 0xd505e585745c78e0cf6c4ea641c93b2b, 0xd505e585745c78e0cf6c4ea641c93b2b, 0xff27b863ee03bf36157fe0388948a85767329ee666f763b02a3206a7d75c41a1, '', 0, '?'),
(0x98b6177bdfdab88d834596a3ba1713ec, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php', 0, 0x27a7c5417bee6be6b9822df722cc0bb9, 0x27a7c5417bee6be6b9822df722cc0bb9, 0x36d17f58bf6dae5983112f8008af23d6019f9d86c38486bf085b20b377a45677, '', 0, '?'),
(0x98ba677d0135d8b60dcb37ae4d3bbe95, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_10.php', 0, 0x3c16b8366364227a8463f5613af83465, 0x3c16b8366364227a8463f5613af83465, 0xa1a43800e00b5db6e2976b9c3d67be2d57319baea18bbf1cdf37e1d8feb734e9, '', 0, '?'),
(0x98bab2d0fe06a43f2a0c9972ad087bca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_7.php', 0, 0xf28369b063491473d88220ac32b34ad7, 0xf28369b063491473d88220ac32b34ad7, 0x979036c2c0ea1fa76eda0a3fbfee057fe09ba221d87445041725db6eb44c0080, '', 0, '?'),
(0x98bae83e198b8d1908d592cea222f52d, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.mo', 0, 0x9fde38d0c337c086740920ee625cbe30, 0x9fde38d0c337c086740920ee625cbe30, 0x487688d6d7ed4160666b62bfe925acb850afd238bbdd706b28d29893b4231782, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', '/home/abt90iranbet/public_html/wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x3ac06bf676a1fb54270e6e05b1e4a164, 0xa6793db1fcbf5d8e1ae873985d88869f6a70d785c3cc9bbe3662e07685e86118, '', 0, '?'),
(0x98c584040f52c6dcf53934ce564a4f51, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_5.php', 0, 0x93d0a90169136e7341f3b7c6e1ba9521, 0x93d0a90169136e7341f3b7c6e1ba9521, 0xb28dfde545db502422ccd465f2e37ea797d9d7d1016e86c7e63b1a4d3475ceee, '', 0, '?'),
(0x98cc85064c7f8988447fec4e190f22f6, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xe3ab1d9a9863996b1db21cea5f9011bc, 0xf72095a2e22f98ee2d34e217e894a63cee52df28df6e872c2818000cc1579ca5, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', '/home/abt90iranbet/public_html/license.txt', 1, 0x00000000000000000000000000000000, 0x2f29a8123e792ceddc90ab4a3053be03, 0xedce4a962b7050a6b84a8a057c604e88b2556faf61e83725dd0cd16e66561633, '', 0, '?'),
(0x98cfdec41131bda63e16f43e5c73b44d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_css_generator_demo.php', 0, 0xe51f937588a21b3deb0deb326c0f07b4, 0xe51f937588a21b3deb0deb326c0f07b4, 0x6c310f6c32d8a840b292b642e135e7092fc7a2072aae9b5a93426c9b755053c1, '', 0, '?'),
(0x98d9511ef0fda8cf866ca853849822c0, 'wp-content/updraft/backup_2025-04-26-0327___90_ef692aa9e580-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-26-0327___90_ef692aa9e580-db.gz', 0, 0x948f5e3841347140d127ce92d6fb27bc, 0x948f5e3841347140d127ce92d6fb27bc, 0x336cf9f5502f6632f8a70823e0fe3d2679801e9535a9c67aa5902aeb9c1759a8, '', 0, '?'),
(0x98d9c076a81b188ed2104b3ae0f85a46, 'wp-includes/blocks/site-tagline/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor.css', 1, 0x00000000000000000000000000000000, 0x22e301917fc2e4dc72f73338c51fdf9f, 0x0eaacfc5b2fe75ce91a775c6de2dfea4d0207893a96d926f43dd00a3b12f23ed, '', 0, '?'),
(0x98db8aa72260055edb71933104703527, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php', 0, 0x9d7b5a99a572b4922e90ab2752cd8f55, 0x9d7b5a99a572b4922e90ab2752cd8f55, 0x10187d4c1aed8c0b749023754affb9620f22256791a60dd3d3cfa1177f70960c, '', 0, '?'),
(0x98e0e88ca080f1752a5ed0407922405a, 'wp-content/plugins/kk-star-ratings/freemius/templates/js/open-license-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/open-license-activation.php', 1, 0x00000000000000000000000000000000, 0x37e7758f3ccbe08033d97c445889f40a, 0xbbcd1673d1839fafac1733f38757ae828293f6c0f07ee65750d8bb3ba9281d58, '', 0, '?'),
(0x98e2ef1837b725ecccac8ac5e826168d, 'wp-includes/css/dist/block-library/common.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common.min.css', 1, 0x00000000000000000000000000000000, 0x1958b001d9004d94ac7ae6818345615a, 0x38ddce306b61ad6d158bee5bb7b7ec0979124a32bf494df8277d956cfb616b11, '', 0, '?'),
(0x98e6901dd833c96bac9018807c92a41e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/authors-box.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/authors-box.png', 0, 0x9f03c10c75eecbd6da2afe137adee3d2, 0x9f03c10c75eecbd6da2afe137adee3d2, 0xd5d82ce1483999742419d2bfd717cd199f69422d0f9b03f79c5ae0fce462efec, '', 0, '?'),
(0x98f10f656e27039a810f4c42766a950d, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 1, 0x00000000000000000000000000000000, 0x513781241e84fc5076f3cff64b28376d, 0xc97ab9c429791e82fefe4a5605919cb1a6677bd9b178438322760f466e645058, '', 0, '?'),
(0x98f7b79a83ab2ea54d9ee6da5f866554, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', 0, 0x177877f5a22bc13b6178a8f7186a747c, 0x177877f5a22bc13b6178a8f7186a747c, 0x7c74da737c9cc71203baad8ef0ef45c4102a55a8f6c694ab2acdfb6be4ddb9d3, '', 0, '?'),
(0x98f8ba5ccac95c9f65c9a5277e674b3f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-14.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-14.png', 0, 0xff9bc3fd0e9450d54190083b8315b7fb, 0xff9bc3fd0e9450d54190083b8315b7fb, 0x681c56b0bb0e8817d56b6e8b5a2730c94f29292489756980939fdf6056199848, '', 0, '?'),
(0x98f99b25735cdf3b563f680c4a7293b5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', 1, 0x00000000000000000000000000000000, 0xff41ff4ac26e1ac4dd589b7363bd660e, 0xe689d0064f498ba99d8c55e0bd90e7def00f6c24850b1e38d55fdfbfd1596a6f, '', 0, '?'),
(0x98fae78f69d7838ee6f4bcd140f34e9a, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 1, 0x00000000000000000000000000000000, 0x64ad19d5007926db720b51895b7fccf3, 0x6893f95adae1572a64cd21378c6d016d96417016b9d9ce0b29885a5add6f8ae2, '', 0, '?'),
(0x98fb99a4c20d6b09eb201bd9b319ca95, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/user-change.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/user-change.php', 1, 0x00000000000000000000000000000000, 0xb6386fc81e7f5c5f877d8d33c7d102c5, 0x97bf4b01f3b27c8c0ec40a60f135c0fe2eb3340ffc156a78ca2ab4950f6c7d84, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', '/home/abt90iranbet/public_html/wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0xcfbfe94e61f2658bfcbbd05c02c04503, 0x8197431652ae489706c73c66a1540c01db7c8dcfaab52f22b9cea6fa68040224, '', 0, '?'),
(0x99027803ed322ab9dc177405921a3ece, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', 0, 0x042f8382b1ec91fbf67bdc8783414b26, 0x042f8382b1ec91fbf67bdc8783414b26, 0x871ce1c43c74ee3087d9b882537d212fa3b0e20b0a6aca98a66bc7445042f294, '', 0, '?'),
(0x99058b142b450c3da832427c2910f6f1, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x990da48b25bb417db12a20f3b78fe756, 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 1, 0x00000000000000000000000000000000, 0x778d7419b5432d8401f7b9966f35eee9, 0x3c37fa3edd01cbca9897d1c04f8bd51d796b798f4d820fb041d61be5265de5cd, '', 0, '?'),
(0x990e522692f0092d84ff5376b80728f9, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0xa72ad6fb410645dd387eb80095d9d815, 0xdfc415e99af9c5d4e1e812c7d2603e9157826885fda1404e5de71136a1cfc98a, '', 0, '?'),
(0x99137d5bc44949b4c7a1aac9890f3e19, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', 0, 0x2a73bd6fac908d54b3503239222c5d6e, 0x2a73bd6fac908d54b3503239222c5d6e, 0x9de6bd9c1e6e31163a373f1edcb70f982112fe0ed0d59df0e1f5c3a27616c5d9, '', 0, '?'),
(0x991b386eea016dd2dc22b819d074adf3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_4.php', 0, 0xb30d86772345fb63bb1b18075a1fd117, 0xb30d86772345fb63bb1b18075a1fd117, 0xf1c9eaad926450a4575f3c1359c2b3fe6da2a99fae93e43ab65a02d7aecb8d8c, '', 0, '?'),
(0x991e1836c5797eb39ef37aed511be3ac, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/coming-soon-bg-image.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 0, 0xa8a1516bedca39878f6241c97868dc7f, 0xa8a1516bedca39878f6241c97868dc7f, 0x29678f2cc6ca6ab34f20a762a3f0b13b40689202c1b4ebbc9b6f0150023c416b, '', 0, '?'),
(0x992838f303000dfdfc28c6a328072d8c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_panel_settings.txt', 0, 0x583f387fe1eaf4d9b838e15cdf5447cd, 0x583f387fe1eaf4d9b838e15cdf5447cd, 0x233cb219e6ee92f9c4695cbcac059758c53450c1cbe003c6d0188d37f7652045, '', 0, '?'),
(0x992f0e70ce1df8aaf58ec813ada5790e, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_2.php', 0, 0xcc1bd5be6a55f2d76a149846436ff8d3, 0xcc1bd5be6a55f2d76a149846436ff8d3, 0xa28b88f8eb8b4eb609b77f38117f15ce7a6f74562eda17be2f1baa565e22d97e, '', 0, '?'),
(0x9930bcb40755d704e11f677a07a3b976, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_source.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_source.php', 0, 0x82f71441c9e73c55ff77434e3f70f5ae, 0x82f71441c9e73c55ff77434e3f70f5ae, 0x16cec69cb66d7c8054bfc112b449430ac6d1a7b28a6bc0b3a93316276fa765e7, '', 0, '?'),
(0x99318c8809244061c85a3f142985eb49, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.js', 1, 0x00000000000000000000000000000000, 0x2568740cb2fb3cea2b087e93fc2dee57, 0x5bb17aa0c1e3942086892af7aa427e75df2bfe07dfe299b80e22ae2de19439d9, '', 0, '?'),
(0x9938be666874354cf796d3feb13fb539, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_8.php', 0, 0xb20d8f604a7405269e784017059e5c5a, 0xb20d8f604a7405269e784017059e5c5a, 0xace3ad048b2f8b7b4408fb52880efd74319d2e4d913e4d704d252ccca10813cb, '', 0, '?'),
(0x993f54456284562bcf23e99793174843, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 1, 0x00000000000000000000000000000000, 0xa0a904fe25832e769fd321cc7b970639, 0x3e2d9f713be78b769e3386b352b5d1980c9fcf758941ff49722cbcab38975e07, '', 0, '?'),
(0x9951df8719599784668391a6cb5b05e8, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php', 0, 0x86c78992eab597823e83e08204f925c7, 0x86c78992eab597823e83e08204f925c7, 0x179d23cbdd8c8bec1010faa62ce7ad6c2784dcce335f59899ab28ab8bccb3c6f, '', 0, '?'),
(0x995274c53891611e9980fc976213d219, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3_no_content.php', 0, 0x0b7a588ac15c19bfa85b8827ad031302, 0x0b7a588ac15c19bfa85b8827ad031302, 0x2a11d7604dfc15e824c4efcd991af69460845f427090488a186c0124c4669405, '', 0, '?'),
(0x9952e1c282c125300cbd69cf3156fd25, 'wp-content/plugins/elementor/assets/js/editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor.js', 1, 0x00000000000000000000000000000000, 0x33bb3ad9fa748aa4bd91aac723014892, 0x4af38b629144a3e02cbe1d260e1a902e2f2aec78e799563cf19cef1af8efaa4b, '', 0, '?'),
(0x9958d1967e675608be441d195fb74848, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_via.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_via.php', 0, 0x01c99a44287354050dfa443d90e24b13, 0x01c99a44287354050dfa443d90e24b13, 0x6d9838cc94c84bcd68bf1e62800b1f8dfffba1e7f6f26ddb0ffc5cf7b1785ca0, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0x995c577ea0133485f5d9c18f574fdd11, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', 0, 0x8d936cbd63f8fad128fc1d9972855215, 0x8d936cbd63f8fad128fc1d9972855215, 0x4359275543a43cb83da08c1ee78ccbbab078a463251ca854764c335d0a056e46, '', 0, '?'),
(0x995c8e6c2fa753acbd09fac7caa8837a, 'wp-includes/blocks/template-part/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf2552e9eb04c7bd2ebccfb4d2ea86ec, 0x537603ece00a04f341ead8c27426d33241aa55972194759aeac2a3678f0c00b4, '', 0, '?'),
(0x996677dd3362c98399ebb7d3f987f470, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_7.php', 0, 0x1d811adae12a83ca64a63ee2fe06f552, 0x1d811adae12a83ca64a63ee2fe06f552, 0x79576fbc640095cfb2c83db7298f75f5f089239ce8141ab310ed4373feeaeb18, '', 0, '?'),
(0x996c9d95cc0147e2b9df5d40815af75d, 'wp-content/plugins/amp/includes/sanitizers/class-amp-gtag-script-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-gtag-script-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x463e61468abef746669087460f138dd0, 0xc6fff5b165c91a0089c8c81d19a181a6b33d95dbc8016c6fbce7476206f985ef, '', 0, '?'),
(0x996da0d276b581b0ed0cf9e273349127, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import_no_content.php', 0, 0xef18cc3f9b8e63559bd095ba175f6789, 0xef18cc3f9b8e63559bd095ba175f6789, 0xb8295c4cc8f52bc020b8ea436fe5800100c4b3aa27f7c63d2e61b8599d7bd56c, '', 0, '?'),
(0x996e4931032aa6aa8c64a250136280a4, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php', 0, 0xae3214f771f086bf34970f645e5c81ac, 0xae3214f771f086bf34970f645e5c81ac, 0xfa34a01a6de4c9e70e880021db640b30633829c0acec0b210a443da14e5943ea, '', 0, '?'),
(0x99767c9db9bcce557fa79a94954a2162, 'wp-content/plugins/wordpress-seo/images/open_graph.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/open_graph.png', 1, 0x00000000000000000000000000000000, 0x13abf2a1cf13fd263d2aa9d9497ccbe8, 0xcbc43a84fb1b076cfff91c15e653cfae72adfbffa7820ff1d52d7d3d491a95c0, '', 0, '?'),
(0x99768e06bc32b71711c6dffafdefb151, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-payment.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-payment.php', 1, 0x00000000000000000000000000000000, 0x2c0bd63573ae6b32c65fcc3274b4d73d, 0x9257c838f8bdb998230119ae2bd5e9b722d3deffbf2f07abe1f7292bf659d8d3, '', 0, '?'),
(0x9978f0fd2b2b98bf1b0dbac291ff50a9, 'wp-includes/blocks/footnotes/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x17e26612abda60fc1d8fe51f2911b25f, 0x4405e982b45da30795d0d3133dd4e591949eb932135583687b48451838ac415f, '', 0, '?'),
(0x998049315cc7542d1bcfec71f3e69d10, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg', 1, 0x00000000000000000000000000000000, 0x0bb428459c8ecfa61b22a03def1706e6, 0x0009cc80b7b6ee8c8914e6abc4f3706f44f5571e5407f5ee3c4a0106c26a1c44, '', 0, '?'),
(0x9983fbcdc410b23993a6d2f507393325, 'wp-includes/blocks/comment-date/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style.css', 1, 0x00000000000000000000000000000000, 0x65000fd1fe382fd118103e59edd3fb46, 0xc11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402, '', 0, '?'),
(0x99861f4b77c40be45649cf5dcc0c9fbb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1.php', 0, 0x2106f71a9d71477e5220976816e9c4ed, 0x2106f71a9d71477e5220976816e9c4ed, 0x3bf02c1036f71a390d601f6718faf90233ccf90f2826c6eef052ff63ae79568b, '', 0, '?'),
(0x998984d6b6d858ccfa442c390ad106bd, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php', 0, 0x1efb4cb2abbd2c148247b51331d0563b, 0x1efb4cb2abbd2c148247b51331d0563b, 0x8077ae237b984b1b6a9b9038b06368674e00fdb8895cd3691da37bae05daeea2, '', 0, '?'),
(0x998b1f460e29f1f7060195a986f05e3d, 'wp-content/plugins/amp/src/Infrastructure/CliCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/CliCommand.php', 1, 0x00000000000000000000000000000000, 0x096f5af4b3bc0eb085f40937b6cc39e5, 0xfaeca341fcf3cc2341042631d8b721e3ce37a87dbee56a3fff36b85cae3856c5, '', 0, '?'),
(0x998cfbd3d486019297c947d4c322b464, 'wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php', 1, 0x00000000000000000000000000000000, 0x4b9aafba1ebaf994da4e54f2ec5787f6, 0xcf4c2d5f55d0e1c78924799d8cce75b4e5650cd9767e92db950ce21e67686288, '', 0, '?'),
(0x9990494642ad35e258711a0b231e2e0e, 'wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png', 1, 0x00000000000000000000000000000000, 0xdbca9ce0306ac7d6796e8ebc6fffdbc4, 0xca09e89b115a4d0a66c13208759988e3a61e9f14159e81dbb82d5e527711b26a, '', 0, '?'),
(0x9992c13b81b661a13cdd9d19ced49737, 'wp-content/updraft/themes-old/twentytwentyfive/style.css', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/style.css', 0, 0x1bc0c9b3cedd6852ce9453f5cc1d5a06, 0x1bc0c9b3cedd6852ce9453f5cc1d5a06, 0x899275caac4818ce6ceaf7bf17d6022496e4f9a889d2b78d23c0e993f26e3da2, '', 0, '?'),
(0x9997de6d6e3c32bc65fa527ca94ddcbd, 'wp-content/updraft/backup_2025-07-10-0343___90_527551b9a1f8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-10-0343___90_527551b9a1f8-db.gz', 0, 0xb6f20f450acb9b8e9655f6bc223935de, 0xb6f20f450acb9b8e9655f6bc223935de, 0x1def1e9f32926d93f9a3583b324b5754222a93f15da8eb2082dfeedf90ee8e96, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', '/home/abt90iranbet/public_html/wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x38405f7661d194cd93174edf7cc56ab5, 0x3c820997674bd74bdbd486e47bcbc8916e8f561fbbe255b4cc890a08e632f67f, '', 0, '?'),
(0x99990ede787497e2e3b603d9914acc27, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', 1, 0x00000000000000000000000000000000, 0xc12b5faa27c8e67f227d8d611119affd, 0xcd069672a8bc0d1145d5283bf5f7a9ddca9947b8d953a40409a9fd03470b8194, '', 0, '?'),
(0x99991629d5643377dcfd742f1da86239, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_6.php', 0, 0xcbc8eabce5a8981732bb977afbb95d41, 0xcbc8eabce5a8981732bb977afbb95d41, 0x26c74117b26a7471a99c14239f265017164470df16414a7730c39a3d1d4b3f2b, '', 0, '?'),
(0x999b4630ecc2292888495215a1a6c2f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_panel_settings.txt', 0, 0xa7480d95f8826128f2f3ce2a4e567d8c, 0xa7480d95f8826128f2f3ce2a4e567d8c, 0x57dbab5422d4cdf5687a49872d8782d708422f108724caced5f7722467267b98, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x906dc17f8051afd216b5cb1a05792a9c, 0x6be737992857ff9f8d5e10c444b826d6b83781dd7d8938d826471fde7afd7faf, '', 0, '?'),
(0x99a34c9b300f6b22c850d1764538598f, 'wp-content/updraft/backup_2025-07-25-0327___90_575e562df649-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-25-0327___90_575e562df649-db.gz', 0, 0xab8906dc9615d21fd17f1589fdc40d79, 0xab8906dc9615d21fd17f1589fdc40d79, 0xf57c46f2b21b8a872bed7b0be666ea7a52b2719fcafa29092c71a6eb541c0712, '', 0, '?'),
(0x99a3ebffd1776fd8f74fae866a2974cd, 'wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php', 0, 0xb7c82cc82e310bcc95ab64ed9f499e99, 0xb7c82cc82e310bcc95ab64ed9f499e99, 0xe7680ba63fe6872c06e70760a71d29c6c4fe7c302a34364096086e651c1b780b, '', 0, '?'),
(0x99a855652e3535f69b0739057566f866, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php', 0, 0x1f1a966688b31f2ef1194dd4c636d37b, 0x1f1a966688b31f2ef1194dd4c636d37b, 0x888954ba9fcc7c5e293dd9e16f1776977df28c492d0fd8dbaf9c1a736bcb4788, '', 0, '?'),
(0x99ad20b1e57e6bd1af1b8f067d427ba1, 'wp-content/plugins/elementor/assets/css/editor-preview.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css', 1, 0x00000000000000000000000000000000, 0xa9bec5c7a131ad42373190091a979363, 0x8026011e52dab361ce2065c9ee29f2201e0918e086f59446ad542f7b6470bc93, '', 0, '?'),
(0x99af8d694537c9c3e4034497e4f29f38, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2_no_content.php', 0, 0xfbc4bd49e48b11c804a85ed93a0ca66b, 0xfbc4bd49e48b11c804a85ed93a0ca66b, 0xe89170258e76dc06db939098d5e422917cf1273918f40f0dbc447e436254b52a, '', 0, '?'),
(0x99b4f94a3c3a5c1861ff6f2d6f1797e7, 'wp-content/themes/twentytwentyfour/styles/onyx.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/onyx.json', 1, 0x00000000000000000000000000000000, 0x2d67485332efc2c28c31ebce1ae5cd39, 0x8bc53a76ff7455de986ca5c5e0c375028fcadc9749067ab704a4224374ce20a3, '', 0, '?'),
(0x99b59b35f348ae328f6ea0ee2d25eb39, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php', 1, 0x00000000000000000000000000000000, 0x9c7d1fe9d3e49929e2aa620084826e9e, 0x9ed5209576a0c01a3e1fd0e3de59a8d86eb70a14867f1fe914dc218cd3eb2638, '', 0, '?'),
(0x99bf2486883513b8e72fde912a570fa1, 'wp-content/plugins/updraftplus/languages/updraftplus-ca.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.mo', 1, 0x00000000000000000000000000000000, 0x9fde38d0c337c086740920ee625cbe30, 0x487688d6d7ed4160666b62bfe925acb850afd238bbdd706b28d29893b4231782, '', 0, '?'),
(0x99c37e2daf40874be6d39ef9e1e4b549, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php', 0, 0x8f5989545c3e66faf8093e9b7b312e08, 0x8f5989545c3e66faf8093e9b7b312e08, 0x3a6fd1d2e2c7d7c673cef3f8bfa2f9a407fe7d49d52e3c934d8cca0d088c1c89, '', 0, '?'),
(0x99c8951611c16ff0bad9d6791b5e7a01, 'wp-includes/blocks/image/view.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.asset.php', 1, 0x00000000000000000000000000000000, 0xb3168412e1bc22e2e07a5f262116f75b, 0xbdde737d6c36873815791d19b7611187f5753487c2807d51df4bf8e93073a523, '', 0, '?'),
(0x99cc02010c6394b8fa6a2b5855200105, 'wp-content/updraft/plugins-old/updraftplus/js/tour.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/tour.js', 0, 0x789b729b88672551ce314f66d05f9e88, 0x789b729b88672551ce314f66d05f9e88, 0xcfbe6de6c8346a6b829acf701ab4b1967bd4ee53d5874a45f195ec6be2385575, '', 0, '?'),
(0x99ccbbb225d39c94fb8c287d27c7e3ac, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/jquery.content-change.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/jquery.content-change.php', 1, 0x00000000000000000000000000000000, 0xa92f903645a3f6ab4494cea538e44813, 0x0630f3a503c4082068fe6ff17813f534a24884598aaff6eafad8508039418549, '', 0, '?'),
(0x99ce1485dfea87682a2ae995828746ae, 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 1, 0x00000000000000000000000000000000, 0x43b28c7ff4170daf8ba11af9599b62cf, 0x3aab444734a454d7a037fc9facc4f23d02915229068385f59f183139410ee088, '', 0, '?'),
(0x99d1033b33ec31273975af0a05b5b68e, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate.php', 1, 0x00000000000000000000000000000000, 0x1858bb266130901469b975c74658f556, 0x13b47caf8f6537134eca9514f951083b77be779920a91c25f61c16ed109a95ef, '', 0, '?'),
(0x99d11687664fc7cedfa0eb2562691aac, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', 1, 0x00000000000000000000000000000000, 0xd90ae34b15068454bac7e51ee81f71c2, 0x723fe59b737761f105225d8676b3651a1bc59b656ccdf888da880642f777c079, '', 0, '?'),
(0x99d291da3497a86ced075f4be23e9045, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_css_generator_demo.php', 0, 0xe5d3352c7e2620bcecf9e31784a28979, 0xe5d3352c7e2620bcecf9e31784a28979, 0x90958392055de81992d4b95322d8d1eae6ed27e42e9cb60313134539a8d99caa, '', 0, '?'),
(0x99db198c868b4c787b731f1896faea35, 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js', 1, 0x00000000000000000000000000000000, 0x3d6bc9ddaaf7c157c3f2ad5f55e02157, 0x361506908b869d70bd3967cc6affa2b3f10123b89c8c2ceebb5f0c8e77572f2e, '', 0, '?'),
(0x99dda0f8712fa242e3c2fdbac2c5d957, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_2.php', 0, 0x629c85bd8a3853b81d027ce141103810, 0x629c85bd8a3853b81d027ce141103810, 0xe8c6c8c06613ec5f34644e61f1fb26dc9f6cf46084c26bd95bd889887f8f389f, '', 0, '?'),
(0x99e3fc054944b98ca8d38dadb43922d5, 'wp-content/plugins/poka-review/public/scss/_vars.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_vars.scss', 0, 0x46117243b82e742c01272aa25cb4c3e6, 0x46117243b82e742c01272aa25cb4c3e6, 0xc7a3b98258256094fb54d05527849d1b49459d5a60b215d7c383ee8e6f912721, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0xbbb588cc4360df5d317ebff5f5c1ac9c, 0xd7b35b1fa3703ae2ad098c7aeab1d5cc4bdb5157778a747d48a4d349ad280980, '', 0, '?'),
(0x99e5f5fec70e7e039242b5c412a08ff0, 'wp-content/languages/themes/twentytwentyfour-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfour-fa_IR.mo', 0, 0x1b20b3adf6ed0374d8c98836f96c66f6, 0x1b20b3adf6ed0374d8c98836f96c66f6, 0xbfb2706874e86cfcec77c1ae8dacf0820e9910cdec173d1e6d7c01de785cb2c0, '', 0, '?'),
(0x99e6699c259bf9c36f8b29dc2385bb5c, 'wp-includes/blocks/image/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc52c9aa08092c381705e4e026043c827, 0xcf9e5ed85d1acc6efffa61158c86fe0be8ca7fe083c75fb10b3ac5d1e3c6e030, '', 0, '?'),
(0x99ea815a13d2c79d4a8e07ce728a84d9, 'wp-content/languages/plugins/wordpress-seo-fa_IR-606033e8cb263b032d13356d7a627ed5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-606033e8cb263b032d13356d7a627ed5.json', 0, 0x4d14924b2a47517e0148fce34b32be22, 0x4d14924b2a47517e0148fce34b32be22, 0x3f573020eb52690b8ad84dd49e73fbc2f1c22612169c29861bbc71c119dd47d2, '', 0, '?'),
(0x99eb52eb0569147b83ea52bc167a799e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_7.php', 0, 0xcfbe94ef80b1847ff39549b27db29f7c, 0xcfbe94ef80b1847ff39549b27db29f7c, 0xacffd555b46b11a3ed7c12b14352b89597dcf89ecb564dff3d9687d3286678b2, '', 0, '?'),
(0x99ec9605d10f50d37e9b9e52fb00acfb, 'wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js', 0, 0xb023e4c89c046688afe520dce62ea3df, 0xb023e4c89c046688afe520dce62ea3df, 0x44891d486d103a5845620a3bfbc7aa719d5928f69b6dda25ad28b3c6f57e60dc, '', 0, '?'),
(0x99f060065959c28acd39fc4ee263627f, 'wp-content/languages/plugins/wordpress-seo-fa_IR-9fc912fe9f73e39d5df0779b31bb1a6f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-9fc912fe9f73e39d5df0779b31bb1a6f.json', 0, 0xf2450382b0a997346d5dcd79ae239cec, 0xf2450382b0a997346d5dcd79ae239cec, 0xea8d6a4fe220ae2d81a4930e059955e925979a3f0f3202422695e69159d25431, '', 0, '?'),
(0x99f4daac7c5cc429ddc98154a20becfe, 'wp-content/updraft/backup_2025-03-15-0339___90_37959c2636c9-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-15-0339___90_37959c2636c9-db.gz', 0, 0x059d7b424c8963f744b7510279d0d894, 0x059d7b424c8963f744b7510279d0d894, 0xad9e45b11cca8eea82e6dd096d3f22bc16df5571d60d62253b05110e06bcdfa2, '', 0, '?'),
(0x99f51dc32ff04873b43e1e5cbae70952, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing3.php', 0, 0x70e66e0e4480156781ed7a2cf657f054, 0x70e66e0e4480156781ed7a2cf657f054, 0x9eb019c26b4648599e3f2b828a105314e8693c0f7c02e0544b4d354726cd6f44, '', 0, '?'),
(0x99f91995fd417e6cbfb2d3e0f2dec285, 'wp-content/plugins/td-newsletter/less/style-admin.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/style-admin.less', 0, 0xa5a30433f9a18e4ab0c9e94cf15e19a9, 0xa5a30433f9a18e4ab0c9e94cf15e19a9, 0xc9c43c0584d3a4f401592a8917d0d05ac166ba296409f29f85c387c07107f161, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x99ffc782b94da2be7d18fa47fddfe041, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', 1, 0x00000000000000000000000000000000, 0x379545aee853c5e5bff9166595a3c03c, 0x3e66a8a79ac65e3150661f3c39440bf8e14a9252441e791916be4d8c8cabb4ca, '', 0, '?'),
(0x9a02457f6b4fe085710be2c84c65b7f8, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-12.png', 0, 0x5f4be570ace6787a7bed16067dd214f9, 0x5f4be570ace6787a7bed16067dd214f9, 0xc7f257cefee518d5ca61ece09e86b25c44657806262538a5f9076a5deb2cf9a0, '', 0, '?'),
(0x9a04993788d9b5014bd9417e137e7af4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3_no_content.php', 0, 0xe762a79d2dcf655161ceb6717b50e5ea, 0xe762a79d2dcf655161ceb6717b50e5ea, 0xac755479932d701d9c217c8d3677efc096f7aba8e99a9513e789d18aa9327f61, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x9a0b8f545ad2046bd650f5b6f6206abb, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php', 1, 0x00000000000000000000000000000000, 0x52b5f8f51914b4781680b8cdef37cdcf, 0x4d7bed36df1214fb0f188b4f599a53eaebd2834ef2eeeec49b88141eedb3d7b1, '', 0, '?'),
(0x9a0bdb0c4b9b7caf7f6d8786ed145964, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/update-premium-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/update-premium-notification.php', 0, 0xf1d3884a5378a3612981bfc8a72ce067, 0xf1d3884a5378a3612981bfc8a72ce067, 0x2fb5649dc018b9c1256155400d0383815d58948504c587a62a4afff56a27e266, '', 0, '?'),
(0x9a0d4138207130c263d10efebf6b7917, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', 1, 0x00000000000000000000000000000000, 0xb1dec36e2a2571f175ae7d91c5fa2ca6, 0x3609e2db2d536094a01b039e5c8c000fad97ef9195a2db210c579555d3205898, '', 0, '?'),
(0x9a0ff09345dff16d94c69d4236e1178f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-social.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-social.php', 0, 0x5bfa09419dbb32116d460c5f99ab63c7, 0x5bfa09419dbb32116d460c5f99ab63c7, 0xd11cabd62f26937ba362525d5a5930f9c24f0a748edfdd4e95be4f5994203016, '', 0, '?'),
(0x9a114001c613af5f67559f8b7f0b3916, 'wp-includes/Requests/src/Auth/Basic.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Auth/Basic.php', 1, 0x00000000000000000000000000000000, 0x07f677dd5906177bd39310317d606fca, 0x6f85822cd88cd662442719263ca5d89f09f1e0c0a665185d8a99f1ea27833d0a, '', 0, '?'),
(0x9a13848fb01d8852788e9ba7aabfeb61, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php', 0, 0xb8a33f1745f86f281036d3ff4565a0cb, 0xb8a33f1745f86f281036d3ff4565a0cb, 0xba5bd1f4492107c7f1b824375289f3425eaeb53667ab0691640c3abc2a47f7c8, '', 0, '?'),
(0x9a16f3afa671ebb2faad3b4b54b24a09, 'wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php', 1, 0x00000000000000000000000000000000, 0x712b3f2cf5a810a88032c596b0f08dc1, 0x2a6338a8aa24c7151f82e879ca6f130feef94ce946facdab420f00759af18d68, '', 0, '?'),
(0x9a179050bc4515d4fef8a8c317b54a83, 'wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php', 1, 0x00000000000000000000000000000000, 0x9b1eb03184a8f28499bd0836988d1aa5, 0x6f0c262f15d1d19e862118b47d993a8662954c1aed4a9af8c111b89d8cd31107, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', '/home/abt90iranbet/public_html/wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x9a1bb4fdc0755bdba136e31e97cc74ae, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php', 1, 0x00000000000000000000000000000000, 0x4de0c534f6af57eb68965ebef7d73a64, 0x1f4eaa6b045c6039e3ed9169fb1804e998f52f37e4fc8636e28f49ee36d2e952, '', 0, '?'),
(0x9a1e22bf8ce9c789cd981db046ca3b2c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 1, 0x00000000000000000000000000000000, 0xe7f6808b3095c4a6056f0b46130382c7, 0x11881265993a1ea991559b954293559a74a3375fece81fd646622f54ce766f56, '', 0, '?'),
(0x9a22fc5c34365231524c2004a1ddfbab, 'wp-content/plugins/wp-rocket/languages/rocket-nb_NO.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nb_NO.po', 0, 0xf2931bb1b5b7578a7d1547a09e45cc3b, 0xf2931bb1b5b7578a7d1547a09e45cc3b, 0xbffbc54a72221bdd6850f43c443f0e89aa1ab3b710b488959183da957b2f00e4, '', 0, '?'),
(0x9a240bb13de7a31a60c4ffd4362e1843, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_08.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_08.jpg', 0, 0xd1eefac45f1f049cfce22447f782dd4b, 0xd1eefac45f1f049cfce22447f782dd4b, 0xa3717fa8235904d22174d6adc5c9cc8e44143d7ec332767be1f53e2f78f49e59, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x9a30ffbaee5b31fe139cb010887de5cf, 'wp-content/plugins/td-composer/includes/templates/code', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/code', 0, 0x6b651a9d4a30480478bb7fcbc41c8b9e, 0x6b651a9d4a30480478bb7fcbc41c8b9e, 0x69201d2d1cf9f654754b82fe40bc0a6c2810ed727ccafe424c997eedf4acad8d, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', '/home/abt90iranbet/public_html/wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xfc619db341fed56db2cc114034712354, 0x0b90a96dbb431cc80197db03d8997e9e7bd2811440b4467d18cb976ec9a8a991, '', 0, '?'),
(0x9a355f4a707d4564a1d0daab0851d95a, 'wp-content/updraft/themes-old/twentytwentyfive/screenshot.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/screenshot.png', 0, 0x0d60746d300aa01c31d9398c6867c87c, 0x0d60746d300aa01c31d9398c6867c87c, 0x09e12f148286850ac3f876ae4a37ca0a932b7a0f5d46a1d4494d5b9063a0446d, '', 0, '?'),
(0x9a35e5716e608bd2737e6ef889cb9dfe, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 1, 0x00000000000000000000000000000000, 0xfadda279693196ee2b060c08c690e85e, 0xec250ae9841c7c5f122c8ba84a4a69582f31d0e1190995a8f032aa6f08af40eb, '', 0, '?'),
(0x9a3616aa05001638c08691e8933aea2d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1_no_content.php', 0, 0x43b1b3e9d8c716b18385b5fdbd44281d, 0x43b1b3e9d8c716b18385b5fdbd44281d, 0xe5f206e5813dbf601f22e66de89aa30e5b25be2e247c5f380955bb5a18b69ceb, '', 0, '?'),
(0x9a44d696ca7e2baa0ebfe49521fec919, 'wp-content/updraft/backup_2025-07-07-0347___90_fb7a1fd85a4b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-07-0347___90_fb7a1fd85a4b-db.gz', 0, 0x8f2a45c2c11586f77b7e17b86ca4d670, 0x8f2a45c2c11586f77b7e17b86ca4d670, 0x4442b2f4cbe61ad30e21881a3f4289423a4673761f06ef6c4abc66546dbfb119, '', 0, '?'),
(0x9a48b6c21add16999b2e067a6541c0e4, 'wp-content/plugins/wordpress-seo-premium/src/integrations/organization-schema-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/organization-schema-integration.php', 0, 0x4e67475fb68d5d7514548d58ed0bd1fe, 0x4e67475fb68d5d7514548d58ed0bd1fe, 0xe6609771a79448f86d61e774e6bd6e3488f50b4b7a6fb1c8de67d46ff56dc213, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0x9a4c279a5abddb442ef86a9e30acd227, 'wp-content/plugins/wordpress-seo/css/dist/alerts-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2370.css', 1, 0x00000000000000000000000000000000, 0x1ae2435f5ce4e1ed90432060212ce0b9, 0x8235abf26676c5a50ff1817934f061adc6df638c8149ad5672bec73617f1c5e0, '', 0, '?'),
(0x9a4d0b015732c21f633f085471ba8272, 'wp-content/plugins/wp-rocket/assets/js/preload-links.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.min.js', 0, 0x594887ff286cd6893a03cc4730622211, 0x594887ff286cd6893a03cc4730622211, 0xac01a952462f02df2a1f59b79f10a33c0d7be61cf4a7d5b24eb7d595b5d73574, '', 0, '?'),
(0x9a4d58d17e01c51b9f832adc8b4ed6a9, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-title-left-image-right.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-title-left-image-right.php', 0, 0x1d1a9626eaade37bcb2eda092b5d1c35, 0x1d1a9626eaade37bcb2eda092b5d1c35, 0x1c8c3012c2e365f57d931959ffd26e6bc87b6df4598db130223bdb3f8ee3f4b0, '', 0, '?'),
(0x9a54e1241a3193fe0003b8972ffcd29d, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-1.php', 0, 0x9b7e5c0f8a96a56f763f961e5b090bde, 0x9b7e5c0f8a96a56f763f961e5b090bde, 0x3bec2fc653cb31b3937d384cc8fe465c1fe7c7c6e86e963291d11294f8a4e193, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0xa923c9f397e68cb75b05b0875e94372c, 0x6c784526e31b3335cc8585fa4e6ad710b4149f922125c6b883f776191fa3cc18, '', 0, '?'),
(0x9a5c53c63feb7a9410149753f99dd6d5, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image-landing.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image-landing.webp', 0, 0x2cea00c9903be2255dac09b54f64259b, 0x2cea00c9903be2255dac09b54f64259b, 0x8e56ade95601f6173e8a50afc66a4f68e5cdacc7dc78af48ccb817ebbe95c8d1, '', 0, '?'),
(0x9a63fc8f136e408019f7d749758cf111, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php', 1, 0x00000000000000000000000000000000, 0xb96ab623fc1b85df3863a283e3ccc74f, 0xb073a83e8e6ba46f2481982e4fd0c2f4053e0af9d3c1419275c7c828ea154543, '', 0, '?'),
(0x9a67b3b776451f0f11621813f2c55c18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_panel_settings.txt', 0, 0x3d9b880eb741e0c4762a4ea0748e8447, 0x3d9b880eb741e0c4762a4ea0748e8447, 0x0fb18f42b6f93a29c74ef0c4a8ff451bff4ed5eeb99ca3ff9e7136a38326b44e, '', 0, '?'),
(0x9a71327492721ddb972c115d732a72ba, 'wp-includes/blocks/audio/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style.min.css', 1, 0x00000000000000000000000000000000, 0xed4308a775d3e1aec880c96334429229, 0x142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe, '', 0, '?'),
(0x9a713e1275d2cefa45751e0cc0570c52, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/demo_style.css', 0, 0x112bab4924d8da4e068a31868b78b0c1, 0x112bab4924d8da4e068a31868b78b0c1, 0x463d7521e1d08aecde4fa6b551a9fb3789b3db8cc06eb7e4cbcc130c87a6bdb7, '', 0, '?'),
(0x9a71d0c70a806bb5aebeb309d42beb2d, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php', 0, 0x6fa1235bd4d99d2add0f6c7b5868b41c, 0x6fa1235bd4d99d2add0f6c7b5868b41c, 0x68e98665d181a365e6a50653cece37800e0882c4a3e9bf159edf9a1794f3e0f9, '', 0, '?'),
(0x9a7c2bbd51d781858e377fddec43620e, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', 0, 0x22f7f989ebb173d71b4303eb3ec8f958, 0x22f7f989ebb173d71b4303eb3ec8f958, 0x41a794085f26db2d282b683bd173aec4954f630e72e668cd06e6b6ee395dc9cd, '', 0, '?'),
(0x9a85fe2ff79291b3cbadde86b3c4969b, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-pricing.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-pricing.php', 0, 0xdd8c6784071dcd5d053b42516778ff85, 0xdd8c6784071dcd5d053b42516778ff85, 0x680745257f0c30650d89c09aa4d300cb7785aa2e7fb4942d0bdc2a359adc8f82, '', 0, '?'),
(0x9a8d695d365a142b5cb24e755e96a2d5, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 1, 0x00000000000000000000000000000000, 0xe7146684e0883134581390f6e27fa209, 0xbc096d13e0835b4b7a57acbe16856000e86dd035b1f4562bbed6a91bd62cb09d, '', 0, '?'),
(0x9a92b37f33f0f48a3ea147440700f080, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_panel_settings.txt', 0, 0xb9344a458aea27025d5fd706f8d693ae, 0xb9344a458aea27025d5fd706f8d693ae, 0x67eb26b8cdf3b862a436be4b9c10bebf0ec69a2c1eab749ac11095e19a67048c, '', 0, '?'),
(0x9a94a5c434264ea5264414559d495597, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/plugin-links-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/plugin-links-integration.php', 0, 0xfdeea7e9574fb9ab83bbc4ab50df3b9d, 0xfdeea7e9574fb9ab83bbc4ab50df3b9d, 0x5f13374948d0c26aece6aedcbd49e539dcbf6a33806561b90f2fc70e640eae25, '', 0, '?'),
(0x9a9a4733b11447cdc8f605d3cb370165, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-8.png', 0, 0x529f0a9570d0648d36ec5c875a4387a2, 0x529f0a9570d0648d36ec5c875a4387a2, 0xef4a520a7aa0e2b52768870a19e4065dd9015380f6fbaab47a59402b1ba2bb8e, '', 0, '?'),
(0x9a9c7a614a4eedd4f38542330d1a46c3, 'wp-content/plugins/td-composer/includes/templates/td-multipurpose.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/td-multipurpose.php', 0, 0xc178a0ecf367326c1d0820d3af9420a8, 0xc178a0ecf367326c1d0820d3af9420a8, 0x9ae45a77139b135e91ad07eb557bc1ca443194284d5e91f58cc3623575da44bd, '', 0, '?'),
(0x9a9d8418714116498529da9b56eebf3d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 0, 0x9355a4fd28bf673ea39bc0f24050f372, 0x9355a4fd28bf673ea39bc0f24050f372, 0xf76a462d1ac0473b1dac50bbd7700c1065a6267d03cc4ef685f332ffec4fa6d9, '', 0, '?'),
(0x9aa3df6c4089d4347ec6ce967933bf84, 'wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', 1, 0x00000000000000000000000000000000, 0x61b86209d30e913ef82fcb7ed7465db3, 0xaea36d313b5f3532ce35de74e94e46f09402c7e0e1b99e0f96e8eebde3988cc7, '', 0, '?'),
(0x9aa584592b54de4eb720dce6684e250f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_7.php', 0, 0xb74450c50af90549fef50a6b73a69831, 0xb74450c50af90549fef50a6b73a69831, 0xba960a56e495f469b2c8b6e23c423577cf4fcdda7411dead53aa6d09f7a5bdce, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', '/home/abt90iranbet/public_html/wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x1ddf0ecc5bc743b26db8125e1ca4711d, 0x7ab7c026de6a53e506390d827490cdacb95e230799ec89f0f17c6ff2b3a0b013, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x6d80a2c06663983d8510a121e9a56b26, 0xc61899e0ba1c2cc918c6f370f29636e58885643af9c0b26196055fb14f37b472, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', '/home/abt90iranbet/public_html/wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0x55fcc3d252c3ce77e82fab9c92c2d521, 0xa185786de6dd25d78c4a200ec2a15eda9dad1f7bce7123975821e6e685b452af, '', 0, '?'),
(0x9ab424d39b2ff21f32da2950c2b423c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import_no_content.php', 0, 0x6ab293533d4bf9405d7de6c4327c4796, 0x6ab293533d4bf9405d7de6c4327c4796, 0xf0dcd486a5b5464ac608ef4921592275f679fac890d136c6213c6f30881231e4, '', 0, '?'),
(0x9abd2b7d3ad4638fd9256a187fae9a8c, 'wp-content/languages/plugins/wordpress-seo-fa_IR-a4e25a0fbd268367ae0af1e06b841f78.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-a4e25a0fbd268367ae0af1e06b841f78.json', 0, 0x52c51a2f4c5743c3392814ee301c3e4c, 0x52c51a2f4c5743c3392814ee301c3e4c, 0x76688f1dc2139a8e54ae8e7d347c601a1ce8668e8aa0846f435259b9fb522995, '', 0, '?'),
(0x9ac32762b4d30f72d2b80c95a5972edd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', 1, 0x00000000000000000000000000000000, 0xbc0c8d30f61a506da0cb563ff4f27e4e, 0x3ff134567a7f0d070b2d488c606ab9e2013b17af63d62d9c48d27ef763cbb558, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xc86176184920f9036253d92a8d3c426c, 0x9adf7dca067c0c6c930fdfa280e7fff8d7ef2dcd246e810cc007561bf926efed, '', 0, '?'),
(0x9ac5709a9ad9ef368bc9a8b101885a4c, 'wp-includes/blocks/widget-group/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/widget-group/block.json', 1, 0x00000000000000000000000000000000, 0x5e31a3167fb814ee9c823b20dd3aca8a, 0xcc595eb50f93c4a0301506d781a573b29941f5dfd1946efc2d64af76f7494f9d, '', 0, '?'),
(0x9ac6a8ae5c88bacf4d72c77d79d291f9, 'wp-content/plugins/elementor/core/logger/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/manager.php', 1, 0x00000000000000000000000000000000, 0xf558d3967a071f764bcc0cf706787f29, 0x425f591f6b898251382fdb36620c41a7c7f1683fe41cf4f6801608a2eb65632b, '', 0, '?'),
(0x9ac8a19b16387cfb2cd0f717767d78c4, 'wp-content/plugins/td-cloud-library/includes/panel/tdb_panel_vue.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/panel/tdb_panel_vue.php', 0, 0x8f9937670ed5d2e934c503046c7da7bb, 0x8f9937670ed5d2e934c503046c7da7bb, 0xdc6d998669849ca900d5c469d224ea7c08348b826ff29d2650df5269f9256b3a, '', 0, '?'),
(0x9acad5d4c383a20fe730f56bbacc2684, 'wp-content/plugins/td-composer/assets/images/td-dummy-pattern.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/td-dummy-pattern.png', 0, 0x94696314cd153705733b07e1f2b486ae, 0x94696314cd153705733b07e1f2b486ae, 0x30f376827bbbf1657992eb79cddf43a4cefc10674d9b8ed3302cd43fbc278280, '', 0, '?'),
(0x9ad569ddfceeef5686e727127d226766, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_panel_settings.txt', 0, 0x1348377f0a2f04d691182a1f875ad3ab, 0x1348377f0a2f04d691182a1f875ad3ab, 0xbeabec89dda391efed745100bf210ee56b51a2a0118267272a0fe9b10fcb2072, '', 0, '?'),
(0x9adbd67e1dad200767d8806ad7389c8c, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', 1, 0x00000000000000000000000000000000, 0xd266703634828c0685aefa68b2a95ef9, 0x3c8dcee8457fe6d0532cbd261bee2eb6550c6082d7f745d956f66689d6621c2d, '', 0, '?'),
(0x9adf2842ab4121acaa9ed7dbdcddf6f1, 'wp-includes/theme-templates.php', '/home/abt90iranbet/public_html/wp-includes/theme-templates.php', 1, 0x00000000000000000000000000000000, 0x3ed08fda9b5387656de5c491c554747f, 0xcdac3aa8a1b1763c03f8518850d42bd35dff882b0489a68da57cbf23017f6caa, '', 0, '?'),
(0x9adf63457f1e4a5fa62357ead07d5bc0, 'wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php', 1, 0x00000000000000000000000000000000, 0x0d9df135200d498f1729277b71bf604d, 0xbe7f284f5f17b236d8b5e2c6101d3d2f4cde5ab4d753123baecaa7f422ef6411, '', 0, '?'),
(0x9ae068df247223ab5f1a21f5ef47d499, 'wp-content/updraft/backup_2025-04-28-0329___90_35aec5dd8def-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-28-0329___90_35aec5dd8def-db.gz', 0, 0x4abfa747a05a255f95401133c49e3559, 0x4abfa747a05a255f95401133c49e3559, 0x0a5a182bcddc27cc43526abbd1305a98508cccf9956786f351b6e3eb4d8fbcf1, '', 0, '?'),
(0x9ae0b8ce1b3afbb41576b185e8f80e48, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php', 1, 0x00000000000000000000000000000000, 0xcc525c7cea0581bfa11af14f00349295, 0x9d89655044cc8a699a3168164fdc5c86a681221ee3e7be65e151e0ce7fbd758c, '', 0, '?'),
(0x9ae28cb9c805ff4dac890df7ef56bcd6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_pinterest.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_pinterest.php', 0, 0xbfe8e4add9aaf520dd74cadb0b941e26, 0xbfe8e4add9aaf520dd74cadb0b941e26, 0xf20fbeac5898776278d04dd053a702755cc324c3ff1afdb68db121247b308380, '', 0, '?'),
(0x9ae359b89e03ecfd85935c66cff7ab8b, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php', 1, 0x00000000000000000000000000000000, 0x3f36ab7fdc175818db6197be4460f59b, 0x556a05ec74e0fd63177194db7c93a58350cea437821a4d765c7b0b58cb7356c0, '', 0, '?'),
(0x9ae41d2a7abca5ac4d12f306717f0730, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_7.php', 0, 0xde7315b58a523ba1199ed33581879054, 0xde7315b58a523ba1199ed33581879054, 0xde88205d7fafe898a268a7d25bb77076231605798c72c7062d8d617303e88943, '', 0, '?'),
(0x9ae81b1795e58aec9a1a079110721b6f, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', 1, 0x00000000000000000000000000000000, 0x0af18492534d1614798ddb44fdb8ff0f, 0x78b1f054e404130d13a40294bc0c140098735ac0d2716425457e02d580541c26, '', 0, '?'),
(0x9aea2d2766a8df953f181f583a340d21, 'wp-includes/blocks/table/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe83fdd2181cdfb4183a5bcd289ac1f96, 0x9a83b28e1bb417be3541a440f3d4dac8a5ed42432a682f80d7f9a5609cb6d892, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x4af56329fbbe5265e059df6ce437fce1, 0x0f2e16d6609f046905f5570f04fe097431e47deb737479f4c9aadce37fb3214b, '', 0, '?'),
(0x9aee88c21e9af23f8b4b56e5f72ebd4b, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_image.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_image.svg', 1, 0x00000000000000000000000000000000, 0xc6712fda93e30c425ffd2f026f4fd81c, 0x097512d0a4294d606a3755c93015bf58e87bc6876b855f45fdcb73e2855fbf9e, '', 0, '?'),
(0x9aef748d74ae4091164aca1d7a43975e, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php', 0, 0x45cd86f06bdf40f4fd3e10528deabfb7, 0x45cd86f06bdf40f4fd3e10528deabfb7, 0xb973a8d3f4c8d5ab57af55af56879eed0e92696caeab5c278623cf621cb05599, '', 0, '?'),
(0x9af0e4e88efca31c8cc56fbb308c8a6f, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 0, 0x98d03a66c90e66309cc826cd4cb11135, 0x98d03a66c90e66309cc826cd4cb11135, 0xf40b4c88f497f8ce87ffae4e0e64b367cf67c95178f4b93ea09270428608c4ba, '', 0, '?'),
(0x9af274eb054415b821b901573073d468, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_panel_settings.txt', 0, 0x4b8168263b04181473c81db6e9120a31, 0x4b8168263b04181473c81db6e9120a31, 0xe23a059cd8d70fc33bf3471e0e01146d92d97b6989c3cc435f920721f1a40399, '', 0, '?'),
(0x9af2d1ed0110626092d7ffcd330c6eb3, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0xe8a427e15cc502bef99cfd722b37ea98, 0x02959739da877ec90b3d0c8fe5aff38971a608c52bdbe359326aefabd1a694ae, '', 0, '?'),
(0x9af3a5125aa3eb0288ae61b8f51694ae, 'wp-content/languages/plugins/hello-dolly-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/hello-dolly-fa_IR.po', 0, 0x2e65063abe62b11325f7ab58bad7f32a, 0x2e65063abe62b11325f7ab58bad7f32a, 0x88261f6c8f178e68335fe65456ce41505c0acd5152f847722c63d9a36775d60e, '', 0, '?'),
(0x9af45d5685cc7a906e4fadfb1c944613, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0x153cb09aa11cb23e82f0240846a5fb9d, 0x5c118518c10c4960a2b76a5949fc1f593fedf51b4d105f89286242280a798ea4, '', 0, '?'),
(0x9af7e3caa1e17892004edd6e309e931b, 'wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po', 1, 0x00000000000000000000000000000000, 0x797886a8d58b54fdf1f035637710267a, 0x792de64ee9ba33ed6c0360befa92e5cf1e4e682c14af07363da4bd74fbc8b001, '', 0, '?'),
(0x9afa17771214a1bebf45b0519c8b587c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', 0, 0x505e5a46d37b9e82ac94745fc64b91a2, 0x505e5a46d37b9e82ac94745fc64b91a2, 0xcaa8f7f9fdafd4f9d8c70359813dc8490dcfe85c5399910ada6f305a887ab68c, '', 0, '?'),
(0x9afb2f01d814453720edec97bd1deddc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import.php', 0, 0xf786877ad64516976b0be324d30cb315, 0xf786877ad64516976b0be324d30cb315, 0xff3e50ec6a4951c5e7670a57ce6156bbdc3cad9151662035f3a38cebe8f3fcb3, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', '/home/abt90iranbet/public_html/wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xc5fda20d5735742c067dc1228d0ed7ab, 0x0cc27f52797378fc4c39c6e2feef352299435adecc9cfdf43935bae220183ba7, '', 0, '?'),
(0x9b02acfe464a47003bb7bb5e971bd4f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_8.php', 0, 0x0486c907550db64f3efc52c060aeb6f1, 0x0486c907550db64f3efc52c060aeb6f1, 0x5ba917693d095218fbddfa6aadc1c8cd89f3fffe3021f7bd12436fbbef307613, '', 0, '?'),
(0x9b0338593c5fa005fa8d7785f6e4d561, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', 1, 0x00000000000000000000000000000000, 0x0673aa8b43f62cbb3d1746c560acf49f, 0x74ca92bd6bf8c676f00a82eb9a2cf3b2ca66142396c4fe66141028ba5083e95c, '', 0, '?'),
(0x9b0c51d2536c805fc1f831b4fd70ccd1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_9.php', 0, 0x12ae819e9565f6f5d34e9778479abb0e, 0x12ae819e9565f6f5d34e9778479abb0e, 0x3634a5c6129cde9ff17b0b5522e99a2d759987d13a5d983ef9f2fffb85b4a6f6, '', 0, '?'),
(0x9b10a9c0f1681522a338cee9c2a72cc2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', 1, 0x00000000000000000000000000000000, 0xf19884c70481aaf2c02bae93e2e44aa9, 0xa8ea79896aa77fdfd1ed9d6cac81891b719a9c43c0c55d8f71a0889dff53cf77, '', 0, '?'),
(0x9b1c32b854f302fbb3340491f77eca3c, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php', 1, 0x00000000000000000000000000000000, 0xaf2b51d842678cae60ed4a2ab016cc4f, 0x693e7ad8b4e424fb1a1572a5bfbbff50a9d7a631c3d06c6f2fa04983dec8de6c, '', 0, '?'),
(0x9b1db444588b84debf566bed18f43e5e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', 1, 0x00000000000000000000000000000000, 0x70351fb8e8a936ea7366bc59f3ade840, 0x9ca986a0388dfec518475fed7f1a4892e1bb99bcdf8a984fb3f8f6a88723b969, '', 0, '?'),
(0x9b1e6e64a92d8d3dd0bb366168244103, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php', 0, 0xa414229aabe1fd5c13dcc35210228481, 0xa414229aabe1fd5c13dcc35210228481, 0xc7de42ea60ad3f3432104c1adc9c64d6a1b16796c27f99045d8eed51fea09791, '', 0, '?'),
(0x9b22cc7567cf2d5f2c74c477e730f10c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_5.php', 0, 0x5c40f6499b8dd06c903f198a064f512b, 0x5c40f6499b8dd06c903f198a064f512b, 0xf806b9d1ad67371fa0bac7f74b8183fa3ad5a5e93c21a10e65b629cb454aa6da, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0xdfe5264815cf2f7c35bf506cf4fe4341, 0x7aa8498dda4b7abdcff0b4d36ff3aed34ed4931a80e20b360763762ef3210f99, '', 0, '?'),
(0x9b3084077988c2a5be03ece7c3aa47c2, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0x9fe5a17c8ab036d20e6c5ba3fd2ac511, 0xc9f26ea7bbf99110f01884fc5cf26809c006c37e09b51ba8ae768202653528f0, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x2a2c9faa36d9f6bc50d8bacd8508d2e6, 0x77f9425c34df2fdb5560d177837cdcbcf80e41e1b25cd1756970436afd81cc4c, '', 0, '?'),
(0x9b36a15abad35562323a06d51fbb81e7, 'wp-includes/js/dist/style-engine.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/style-engine.js', 1, 0x00000000000000000000000000000000, 0xd17f497deb32fb63e3f789b530e1fab7, 0x6ff6c66dfd43b70d097cd72cbcd47e8f2bd68cf03cf9ee2eb1ef0bf93960dcf6, '', 0, '?'),
(0x9b36f0ca75515b939b36fecc9c6cb7cd, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 1, 0x00000000000000000000000000000000, 0x39eec28464dff7493b727fedf67e7e55, 0x9bf4ba2488a5bba6f3a31618af7355a10b253b0f7ce3bd5e5bfa099afc0b7938, '', 0, '?'),
(0x9b3b2b3d1028a3f54f795f3b463a73e6, 'wp-content/plugins/kk-star-ratings/src/core/functions/migrate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/migrate.php', 1, 0x00000000000000000000000000000000, 0x0733e04316038cc8bafcd34f93a827d0, 0x750d219ea24bb712e4ef118a4cc38210d5e58e5b7ee4591d0821f9afc779ef78, '', 0, '?'),
(0x9b3c339a97bcae80b72901dd9ab264dc, 'wp-content/plugins/elementor/modules/generator-tag/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/generator-tag/module.php', 1, 0x00000000000000000000000000000000, 0x01ab3901d104817ca772992688062372, 0x9dea948b8fd13b0615b0a6aa1f0e336feb2b7984e8d56b432d6e6a98bd357e42, '', 0, '?'),
(0x9b3c5932003cb981bdcf75fd50a751db, 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json', 1, 0x00000000000000000000000000000000, 0x8456f68f4b40188ddfe3aa35eec077aa, 0xaa2d6f59c3ed0eb3eb13259466ae0d7e5194f6e9bd99af3316a09461a32acd0b, '', 0, '?'),
(0x9b3d399ebcd59adc515375b523049508, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', 1, 0x00000000000000000000000000000000, 0x864669e92eb2475dc2e3db81caa0217c, 0xc2c245608db65b1df4b5712b0027230b8baa15d675507399bca1a8747e5bbaeb, '', 0, '?'),
(0x9b418efbc85ef293b19d50f933d06bac, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css', 1, 0x00000000000000000000000000000000, 0x072228e80f040521ca235fe0dac32c9d, 0x0c3357c014919a3445a08573576f75adf387a6d2c9d230ec4a90f3b89119c457, '', 0, '?'),
(0x9b486f99017b2684572a0851b911cc43, 'wp-content/themes/Newspaper/translation/hi_IN.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/hi_IN.po', 0, 0x0e3c8307f2447be314e25490681f7b04, 0x0e3c8307f2447be314e25490681f7b04, 0xfae7dc176a9d407738f41f16e93bab17c20d4f450c95ab37c9147cae3c41438e, '', 0, '?'),
(0x9b5605eb971aa6275b230828031a47e5, 'wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', 1, 0x00000000000000000000000000000000, 0xc8a006e06cf6a2e706275b19e82e56df, 0x1cc00648aa9888576d084ce1d98488f881bf98c7a8f964de9f8d29e3b0b35883, '', 0, '?'),
(0x9b5706d2f114eb2ec8b9cffbe4e7494a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', 1, 0x00000000000000000000000000000000, 0x831a1bc01d27bd8dd37c7f71ad6e10eb, 0x3c1122a0b639730e24e1f72b64ff6859e2fa7601096c489c489f50b97cbea7fa, '', 0, '?'),
(0x9b5e16054a62ba0ed1fb5dcc72794dff, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 1, 0x00000000000000000000000000000000, 0x7e0fbc7015dc5f80d01a4772209b345d, 0x4b36eb230bb96f3bcd96d297d909cbef811a89eb8b14e75dae88384e6b4adc82, '', 0, '?'),
(0x9b6702b95618bb5366b4f41510c95278, 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 1, 0x00000000000000000000000000000000, 0xead6fcd899ff4d1d1b3ff42be77588d3, 0xe9c7f897dc54a386a04dfa8fe2c7ae72a528c22342633c5fe25aa76c6fc999c8, '', 0, '?'),
(0x9b6d60abc4350a2bd60be3911437d2f1, 'wp-includes/blocks/search/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f82596962d1a1ed925bd2fa12a15a6f, 0xe74d450a228d609398c79cece5f11a95271964c488934cca249d34601d806594, '', 0, '?'),
(0x9b70353a10d07ea36b1428100e88c82a, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/deactivate-license-button.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/deactivate-license-button.php', 1, 0x00000000000000000000000000000000, 0x5d15cd05dbdee1ff72dfe3b3813168cc, 0x1e1d68b27752bcb6f20c7a575a148708b17c113356f48cd0d9165b41383da9bc, '', 0, '?'),
(0x9b73b8f9b0b5e951861c2e621a0a1ab4, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/13_13_13_high.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/13_13_13_high.gif', 0, 0xbffd72f9186436d00028716c61df2585, 0xbffd72f9186436d00028716c61df2585, 0x8311a25cabc14d82fb16fe97a2b588571bea5013b30fc46bfe34d5992d164fd9, '', 0, '?'),
(0x9b74e4eb0b7d4bfb717e4789f7c3cb98, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php', 1, 0x00000000000000000000000000000000, 0xf88eae084102c50968065fb6ed00ab90, 0xe1447ae3f0e47cc26dfd3bebf27b53132f5c51bcf0b801c4a22479b3fddc044f, '', 0, '?'),
(0x9b7a55298afbed87b5ba72fdea06fe78, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 1, 0x00000000000000000000000000000000, 0x24058235166d10a83bad8ffc93cea104, 0x3e1e731610a2f6789f63dced4d7fb30ed993c4c5f8cfd2a0dea16d7a41e4bf6e, '', 0, '?'),
(0x9b7b8d46576f2f1d6d4d1b7681613fb5, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.mo', 0, 0x8c67f0a93d1cf2442bcd398573212a01, 0x8c67f0a93d1cf2442bcd398573212a01, 0xf0a00ea8a25714aa44407de38814d0070dfde0d2386312a66a5883026e907fef, '', 0, '?'),
(0x9b7c0c1620a24934ed583666c04373da, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/demo_style.css', 0, 0x30a3eeea0fdfd9488a30c219813a978b, 0x30a3eeea0fdfd9488a30c219813a978b, 0x2794ac19b93104cdbce9988d9754890e46fa6e689c66f23cbc8a1d76505667da, '', 0, '?'),
(0x9b84e9f9e5b46b5316c56504c57a2fab, 'wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_ctags.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_ctags.php', 0, 0xf260a40af4ee8c5dcdf4f0a02ad01bb6, 0xf260a40af4ee8c5dcdf4f0a02ad01bb6, 0xa766079e1bb3bf8ea404f2782021eb4887487e30de1082c4022311e975be3120, '', 0, '?'),
(0x9b85cb229b75aa323cf925c8d6f3cba7, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', 0, 0x0e0396c2d99a468a38373046ade118fb, 0x0e0396c2d99a468a38373046ade118fb, 0xad7cde6b47be9fd384d32c2ecb4db66e2fe8bf95eebf1a198eab74f8fcbd8254, '', 0, '?'),
(0x9b85d89072012cf5c6c5691b5bcbb771, 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-playlist-shortcode-rtl.css', 1, 0x00000000000000000000000000000000, 0xc5b7ac9427a03fe69e69155cbc4aff11, 0xdf19e5d8da55bb4d881efb03c05867458d121155501be132f1423c57de991fad, '', 0, '?'),
(0x9b89518beae6fa36c6a03563d4aa811f, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php', 1, 0x00000000000000000000000000000000, 0x65fc3e7d29b457ca8d6bc4c03cd70625, 0x7f1ef5b6eb82785ac169dc16d7f62f37a9291b4183194c4fb18610a822558952, '', 0, '?'),
(0x9b8983a06462943bb8a442793acbb79e, 'wp-content/plugins/amp/assets/css/amp-paired-browsing-app.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-paired-browsing-app.css', 1, 0x00000000000000000000000000000000, 0x79dfdb05239e5352b2343faa95508e58, 0xffea46d39b2ccac2b47f5c10411507d255dfe426021ff2aa5153557259211692, '', 0, '?'),
(0x9b89c30d6997015f2525320ddd2854b3, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0x1042e8ca1ce821518a2d3e7055410839, 0x6fbd465e67e7ba1d1a4efa053af2df1a4e5ee50acf73f199cc61ed52bb7b32c0, '', 0, '?'),
(0x9b8adc23ab7ca87d3c1eaaa1bacb3b6b, 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php', 0, 0xafb4627e3d3761a1e87e8413abae203f, 0xafb4627e3d3761a1e87e8413abae203f, 0x343c81fdefad50611939b8bc9e199d73ca47c8f4a9f183eb33b2c08b874592fd, '', 0, '?'),
(0x9b8c43ae9cc15abcaebc668a71f4c597, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php', 0, 0x58dd42f24ad1ceebde4a7db6c9dbadbf, 0x58dd42f24ad1ceebde4a7db6c9dbadbf, 0x1219327da4cc9599051eadc0a7a569ef8a2d8361870177c2b98ada77114a1f2d, '', 0, '?'),
(0x9b8f2f42feb7bdfc014054956c2ed44a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 0, 0x16aa3d4ee6fb61f4cf599a7ba50718a0, 0x16aa3d4ee6fb61f4cf599a7ba50718a0, 0x998ae5ed8c299f5d57b0b218eec2957cf68a69c56eb383d4f702e9225a042147, '', 0, '?'),
(0x9b93f5e9af58e631d34cc877f0fee35e, 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 1, 0x00000000000000000000000000000000, 0xf45ab19a207c0865cc4f7ec54d90d196, 0x85fe6b45c6c8cb93c8497eacff2da3d1490d5b8055c440f7d4650c7aa88f678f, '', 0, '?'),
(0x9b94f282afa846be016c7a7149bafaee, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/section.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/section.png', 1, 0x00000000000000000000000000000000, 0xfe4f29f3aac9a9619b8b3b7701a44c74, 0xb5c294b30e2ebeadc31df9baf66cb799893642faeecd4fc686fa9a4567699345, '', 0, '?'),
(0x9b986ee76356a4dacbd2feb8795cf733, 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_related_posts_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_related_posts_mob.php', 0, 0x1faad3f2b7aa46551b705f336b225f16, 0x1faad3f2b7aa46551b705f336b225f16, 0x031a448c898abf4e646b10508af83ddbc072341ad3b6457a8866a82b711f9bd7, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', '/home/abt90iranbet/public_html/wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x5edd8894c785f27e670ff4d7f5cb05be, 0x12305b7721f787681484bd62078f3404a251ac18d30c2c84bebe75bc4cab579b, '', 0, '?'),
(0x9b9da6220ec5da0bdd4ff87ef9d71e0f, 'wp-content/plugins/elementor/core/upgrade/task.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/task.php', 1, 0x00000000000000000000000000000000, 0x99f7af32ae6f296530e469ed2e6b4750, 0xbfa3413bcc1efc9edcc04bf97e0496dbe5f1688c088a27d0315eef7e5e379d2f, '', 0, '?'),
(0x9b9dbe3af675e43eff4e6f4410bfac25, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', 0, 0xfddd126f96d8acd1a2333b015d541a5d, 0xfddd126f96d8acd1a2333b015d541a5d, 0x560c4913172229fbf442012651d14a05d28ac5218eafd99e2276c1f7fb4399e5, '', 0, '?'),
(0x9ba149bbe748ad87c9623ded826ac7dd, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php', 1, 0x00000000000000000000000000000000, 0x28884352e092e36334258cdf4fd8a1f7, 0x7e4494171a3574f6cf27845113d57c8431d350dabf3ebe4f5f9f05851ed05aae, '', 0, '?'),
(0x9ba31cc6898424518b903f4deab43637, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_19.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_19.png', 0, 0xf39ff6333f56507892b52f49937875ae, 0xf39ff6333f56507892b52f49937875ae, 0x50df6d8bdad60c17d00cfae1885023bbc23c654d71cef48b1195fc817613703d, '', 0, '?'),
(0x9ba4606e6a9638b1bb89aa50a4f214b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9ba489beb2a95e8215e810bcb25190e3, 'wp-content/plugins/wordfence/css/phpinfo.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/phpinfo.1690810710.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9ba4f9b8b38417c2ad0c0f7f7bc11f65, 'wp-includes/blocks/comments-title/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/block.json', 1, 0x00000000000000000000000000000000, 0x1e89b276dec6233e1cc13abf7520e370, 0x33696752ca88ea28fb4ce73aca9bc0dc8b2df6838840cccbaa47f23f00f3381d, '', 0, '?'),
(0x9ba908632b529b04953a65f8a731b6c9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top-corner.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top-corner.png', 0, 0xe7bf04aceb47e4e7a82453f812d801d6, 0xe7bf04aceb47e4e7a82453f812d801d6, 0x1e2bbac361485135287c70d010f35151a0b7684f6bda51f3873b2bffb31e09d1, '', 0, '?'),
(0x9babc7341a169e62b0744232c4a351bf, 'wp-includes/IXR/error_log', '/home/abt90iranbet/public_html/wp-includes/IXR/error_log', 0, 0xe125b752a2bf1956c14201442d5e4261, 0xe125b752a2bf1956c14201442d5e4261, 0x990eeff6b4aad33133776db80fe52e32c1df7a5078a990cf2613276919949314, '', 0, '?'),
(0x9baebecf04da7d6cf05155b6bc7a519b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-4.png', 0, 0x53bfbb59f6647b1fcb6feafb7ddc9e4b, 0x53bfbb59f6647b1fcb6feafb7ddc9e4b, 0xcea2eabc2e28568846a102c387b30cddd7dcda22a6564667c947c6deb72962cb, '', 0, '?'),
(0x9bb508ad905968b820a994ab87bf0999, 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 1, 0x00000000000000000000000000000000, 0xc29796b9fc3b0ff11836abfe552e4bf2, 0xc4912df508ad88b48a0078429a3143d12b44fb4ffad7c9adcbe625af48d13f33, '', 0, '?'),
(0x9bbc85acff67a71031bc5bccd74253c7, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/exit_popup.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/exit_popup.svg', 1, 0x00000000000000000000000000000000, 0xf3b660fb2d2a4e0201dca0ce8a77bb51, 0x831b7b58cfd2f8dd185a767139e23f092b31bf984d7fd777dddd3088e4ac2dbd, '', 0, '?'),
(0x9bc0fd5182b2d865d34094572731bd62, 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php', 1, 0x00000000000000000000000000000000, 0x46bddb333942128c1a71ea11c73939e7, 0x0aac4a650045403048a06c637b1a368f7909a35dc0f6b70c89ddd0e40d750db9, '', 0, '?'),
(0x9bc37bfc9b8f7b381c422540008878d0, 'wp-includes/blocks/post-featured-image/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style.css', 1, 0x00000000000000000000000000000000, 0x48e2d8f7426b356efdefd00bcfb2ad0e, 0xb8cdc5a5a2583ef265e6f5395759f7655314863ebbf62103aef2ae2e958fe134, '', 0, '?'),
(0x9bc51689f3455811efefd57c1f54a7c4, 'wp-includes/blocks/media-text/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/block.json', 1, 0x00000000000000000000000000000000, 0xd30f8e7e90c8719a8a71dc287390d73b, 0x09c3016112b44e1b9d6ffb32c2e9362d11982b3ec2dd349963af8ebf781c5d54, '', 0, '?'),
(0x9bc672e3b971741276d2b04d17abc2ce, 'wp-includes/Requests/src/Proxy.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Proxy.php', 1, 0x00000000000000000000000000000000, 0xe65a174c70cbffa1798d63bcebf69a80, 0x839910f4a75c9c57c4983a25dadd57937ca7698916add12177a456bf6d2d0e56, '', 0, '?'),
(0x9bcd08cfa3a09017a39c81836ade151c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import_no_content.php', 0, 0x1c690883cb78c167607c8797d94b3ff0, 0x1c690883cb78c167607c8797d94b3ff0, 0x95f067d93020523350fb4f2cc2d5c75b0a3f91ad3b13eb2c02a17ce2bc4e1bd2, '', 0, '?'),
(0x9bcd62a889e2b1af4a4507f5d20db0c0, 'wp-includes/js/dist/script-modules/block-library/query/view.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/query/view.js', 1, 0x00000000000000000000000000000000, 0x2c06a4859b2b98f8ae20623e4aca105d, 0x729ffd8f74fbfe51d0a7fadedb26a821bf9b066df0ec3f648f49aa57dd6bf5f3, '', 0, '?'),
(0x9bceb9714c05d8f80de41ca7e7884df4, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', 1, 0x00000000000000000000000000000000, 0x82475c726a1e859b8038339910beabbc, 0xf841fff828cbe86b6eef5f38aedb4e16243a19d9278214d91b82ad369685ca9d, '', 0, '?'),
(0x9bd805d8da02216e2ab55ddf7a2c46d5, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 1, 0x00000000000000000000000000000000, 0xcd6d62b9f43f14bfd769422abfbfb831, 0xcb56c51e6b99242329b4fe736a7ad59ba75e19b64672bbffde88b8da0351ab61, '', 0, '?'),
(0x9bdff4663dc47e28a6258d7ca4e6a77e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php', 0, 0x04678b2f719484b7fce48183aad46399, 0x04678b2f719484b7fce48183aad46399, 0x003bdfbd617d312b38d82128d99ec5d6b9336b978d57eb9edd1e45100ce6c6a5, '', 0, '?'),
(0x9be74716f5848ceb0765ead555d2208d, 'wp-content/plugins/amp/templates/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/page.php', 1, 0x00000000000000000000000000000000, 0xb6eeb7a41aded0211cf62a16281247ed, 0x7ff495705b2c8bcbff2be40f4876c34c224cedc5ecc5e99c9aa3329d3325b6ba, '', 0, '?'),
(0x9be89cca3953693c6547b5bd9f4335a4, 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp', 1, 0x00000000000000000000000000000000, 0xffb5f9c90dca0ed752e94629a368fcc9, 0xff74b7d57f52a817c721511585d585a1c885ca89ee061239dc7d7e165698354d, '', 0, '?'),
(0x9bea244ab2a0ea73f78e5af316306c57, 'wp-content/languages/plugins/wordpress-seo-fa_IR-3a6bb28b59cb140b6c372392bf5f13d3.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-3a6bb28b59cb140b6c372392bf5f13d3.json', 0, 0x9ad83c2de76342f5bf235df733d99ded, 0x9ad83c2de76342f5bf235df733d99ded, 0x5f5cb8288c81de5fe7a3edcb6d70a34f0ba7af91bc4bf6e0af5d28d922b5dcde, '', 0, '?'),
(0x9bebd3a50e1127e6abf737c9a2b1b0d6, 'wp-content/plugins/poka-review/public/images/back.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/back.svg', 0, 0x290174b6259ea557de7fde682836d3c6, 0x290174b6259ea557de7fde682836d3c6, 0x90145264c2cbcb12b46dccd30870420754f705e06b6a6c29596b1d5c4d3dce02, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0x4210e2a975b3fe4844bea52b66cc2d0b, 0xa0da762619c6198e77787e18b1a4742d9cc1eca57c1e27050f773457db8a39f8, '', 0, '?'),
(0x9bef236abdc16aa5c143db1d244275e1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_6.php', 0, 0xf34db558401b81e264980f1bfc11868b, 0xf34db558401b81e264980f1bfc11868b, 0x5966e46805ea58c64d4cc1fd6b16f518e37283057b9bf367a67d54cc727ebf50, '', 0, '?'),
(0x9bf0d457b41c03d57bda5c2c83597581, 'wp-includes/js/jquery/ui/effect-explode.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-explode.js', 1, 0x00000000000000000000000000000000, 0xf1a3b525c951c03a829f4441942da1b9, 0xed76e4353d25428299c0510508ff9bcfc862d6e4a7f4aa2ad7bbf375d5046303, '', 0, '?'),
(0x9bf321f1ea9f34b519af72e2e2015dd9, 'wp-content/plugins/wordpress-seo/wpml-config.xml', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x12ec85b58759b9e7a11c31cee6c5e491, 0x293f2420c437a22a106fa0a73afeb8dc70c6bf40a8a4686a787e4c82f1e3e8ef, '', 0, '?'),
(0x9bf3903731d01bacc87d120a01fb14c8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3192322b3b8f46c4eec5d0bd4e4d8392, 0xbe7786c51122b32a94c135a2551220544099e59c6e79c8b3c65e61a575bdb027, '', 0, '?'),
(0x9bf4322e7cd32c874960d38cbf7874ba, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0xd1b87380efd193541852bab9f4fc2e85, 0xb767ef842ec963caa1f1250b630e2642b00438e9b5524ceb96404a6d8fa12f76, '', 0, '?'),
(0x9bf5073c382c49de6b164036d889705f, 'wp-content/plugins/td-composer/legacy/Newspaper/parts/logged.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/logged.php', 0, 0xba2afde5c7ac6742738d084b681d40cc, 0xba2afde5c7ac6742738d084b681d40cc, 0x0c390ab76930eac87cdb3be3e19adc720763de2311f7c8633cfd6ceb80542f69, '', 0, '?'),
(0x9bf72485e753a34ba2bd18204503d79b, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', 1, 0x00000000000000000000000000000000, 0x790dbc1fe205a33fa51bbf990756038d, 0x2e7b5a323033368e9f561dfea3cef3e56d0273e1d7fc024920341b2f075600fa, '', 0, '?'),
(0x9bf89389e1c065c9f96ec1fe97b6e002, 'wp-content/updraft/backup_2025-07-26-0333___90_8581d6e237e8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-26-0333___90_8581d6e237e8-db.gz', 0, 0x5033ad753ea11ebd3eda751f959ff941, 0x5033ad753ea11ebd3eda751f959ff941, 0xa3781201ee80c966b68e3ea2924cec57060c3a7360b3b37cefd15cfa9b68449c, '', 0, '?'),
(0x9bfc8d767a47eef1f4dcd9a7679c888f, 'wp-includes/html-api/class-wp-html-open-elements.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-open-elements.php', 1, 0x00000000000000000000000000000000, 0xa6e84ae0645fecfcb311a81347b3732b, 0x2937dedff70563346edb402381aa8c35f68a5bba4d8156b93115e42dfb324dda, '', 0, '?'),
(0x9bfe2b4d36360043bb7f67d88d250722, 'wp-content/plugins/elementor/includes/admin-templates/new-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php', 1, 0x00000000000000000000000000000000, 0x8c7fbaef4b689d4245ecd2c5f25dc59b, 0xc8c9914297f0741fd9223df42833ac47b6b27c8d75b9c5ac36d2cd180838b9ac, '', 0, '?'),
(0x9c0510f434a648a7839349942b1bb2e0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_5.php', 0, 0xd4815bbb80510986a6272f1663a41950, 0xd4815bbb80510986a6272f1663a41950, 0x77e18a473378f8df954595f5c3e937bbc5ecd50a53c412bc7e916c9d48b442a1, '', 0, '?'),
(0x9c05c11283a947118a40a765a472c529, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_10.php', 0, 0x5200c9e7c28b7846de070a006207a07d, 0x5200c9e7c28b7846de070a006207a07d, 0x8cde1e97e344b39edbbaa941ac6510a04192651bac1f17ad8c34394ab7b3b8c3, '', 0, '?'),
(0x9c094b0d7d1d57714cc32b329b126907, 'wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp', 1, 0x00000000000000000000000000000000, 0x6565902ddc4e13e7eee2ab89e6ee453d, 0x3caf39aec49a8a91f20c74ecd0b857364871e806da9e54c6697052b5b846e598, '', 0, '?'),
(0x9c0a72279eaab1415a7d89c221ba6482, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 1, 0x00000000000000000000000000000000, 0x29eb07cf3bfbbb49ff61127bc6acfcc1, 0xcf01e97a49baded9515a70523a5ad6a1e8bfd2696db9984280d8bb0d309b9d30, '', 0, '?'),
(0x9c0e351a4ec6f8e17866cca2a071eb18, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast/social-metadata-previews-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast/social-metadata-previews-2340.min.js', 0, 0xad1b19c90fd867d27db07bf668870997, 0xad1b19c90fd867d27db07bf668870997, 0x6a808d9c97702812388d8c97765913967feba679b74b6d7adb92c93dbe9fa910, '', 0, '?'),
(0x9c132f368d835c0a5b53fb6909efd3be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php', 1, 0x00000000000000000000000000000000, 0xe90aefa37dbdcfb3fd22a7a8f3f10791, 0x539da39091bc258c3d7030264b2b39adf5d209463bcce4a19f9877c4edaf4707, '', 0, '?'),
(0x9c1da588d68c957d0b1aa7899d67fe83, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', 1, 0x00000000000000000000000000000000, 0xfc5f6bbe6f4dcde8e81dd453bb996e67, 0x60d6e76be64641a19d7f2fafc0f0c269e15aee941059d931e10d4b6298f50163, '', 0, '?'),
(0x9c23f33e1643fd6ababee985d3886221, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', 1, 0x00000000000000000000000000000000, 0xd16876dac54d3f1e92bfa33071f1be68, 0x118ba68238060fea54447b311583168b295bddb4b5e2a73146ac7081da651b04, '', 0, '?'),
(0x9c250c8c5a0ef4a9cbf46ca3c4eebe4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_top_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_top_menu.php', 0, 0xa6082f4b230f9bdddf8ef849b51a7a04, 0xa6082f4b230f9bdddf8ef849b51a7a04, 0xc162205c1927a2e1b1654df68f8f62c382f8ade651aea91a5dc570f2176fc7e1, '', 0, '?'),
(0x9c2aa85d54370ee274f8f2d36108838f, 'wp-content/plugins/amp/src/Admin/SupportLink.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/SupportLink.php', 1, 0x00000000000000000000000000000000, 0x99b9dc5df6164191e6488917e53ff758, 0xa768b136e94d6c82244d4a73066e2ae1502a3c98c1a2795b5db4a7e8414369f4, '', 0, '?'),
(0x9c2b8cd314f2d7e7339b25340e517a67, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_import.php', 0, 0xdeac444dbf83650441d493081231ec69, 0xdeac444dbf83650441d493081231ec69, 0xccec6726e5717a1b6f0f9a4453cda80a448212b7f6a5a75400a68d0c0b17b2d0, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0xa92e11b2878592900fe22023c976be7d, 0x856911a8baa92491b868b07dc4777f73a6f3f6e7d60ea9bac158b913a5328763, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', '/home/abt90iranbet/public_html/wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x5fb099109f9f3b1af1a9a3c305bd35d1, 0x0a979c6df6dc6d5eb8472625c11f00c61c534b6d8cff59327084dae5ffb9f323, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x9c39be8b5d1f865ae1d243331a3caa35, 'wp-content/plugins/elementor/assets/mask-shapes/blob.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/blob.svg', 1, 0x00000000000000000000000000000000, 0x31f3c8057144ba856370cd583820c900, 0x59fa122cf4d19df3ecc279c7178ffbf4a2cf0fc2abfcfc6e8491d45a2ac55f59, '', 0, '?'),
(0x9c3affff352c123e8aca9c32b304c8f1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel.js', 0, 0xd6874ec8d4e830a53ac41d597657873a, 0xd6874ec8d4e830a53ac41d597657873a, 0xe7d2003982462d843f5da1ee24a0688a904515862b914c87e95b17ed107264c7, '', 0, '?'),
(0x9c40bcc7a71273dd1fc1a45927bad537, 'wp-content/plugins/td-cloud-library/includes/tdb_module_template_part.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_module_template_part.php', 0, 0x51b1448e565db3f9beff95798637d12f, 0x51b1448e565db3f9beff95798637d12f, 0x3688b06a72677d71788aae584f91a6432a90e67a2aada0fac5cd956ee99ffad6, '', 0, '?'),
(0x9c42c280a6fb3e17d7ee1ee1d99eae97, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php', 0, 0x50d476053656371534edbf91f9902600, 0x50d476053656371534edbf91f9902600, 0xc46dc834c8b680b24071f774223621584b2da02197acd669e642394bab8f6d57, '', 0, '?'),
(0x9c42cc50666e17a7e697d561a1abf6d1, 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 1, 0x00000000000000000000000000000000, 0x6e3c6ffd0dcde3eacf0fb93e6314c2b2, 0x5d2bb7842da14fbb1772ca6c1fcdbe82d7cd28d9f60f79c23a7a1665d2528bb9, '', 0, '?'),
(0x9c44a28ba8b478237db1c578611be9bb, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340.css', 0, 0xcfc476884ea98749aa06f94b45f93cd0, 0xcfc476884ea98749aa06f94b45f93cd0, 0xf1f95675084971f4ca455ea91fa3d70073a5d84445d21712b1f77ee85f827aee, '', 0, '?'),
(0x9c4eb3be2e3decd9790181d4dad4ac18, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', 0, 0xc947d1d0d6dd09261e22cbb80cc7f4b1, 0xc947d1d0d6dd09261e22cbb80cc7f4b1, 0x44c3c0f693caf14538d5c8f84abf16099d04f96a47f844a047a81bb8cad0a372, '', 0, '?'),
(0x9c50b9b7b45f8b4f05d432e83be28c2a, 'wp-content/plugins/td-newsletter/images/thumb_01.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/thumb_01.png', 0, 0xf8d811ed8bd54be405f773c0a7e1614d, 0xf8d811ed8bd54be405f773c0a7e1614d, 0x09b39bcd683a3b17bef287780cde24f58b84b2d5f821fb8f2af441c513a3647a, '', 0, '?'),
(0x9c540609c91e0dfa3f86dc6bd5ebbb03, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_6.php', 0, 0x9bb4c8b4cbab43527e6411eae4837607, 0x9bb4c8b4cbab43527e6411eae4837607, 0xafca5a71bd3469dd3b8f1fa9eaddd471c74c37cc71dd70b3dc15455caca458c5, '', 0, '?'),
(0x9c55704805732c4dfaec0da3e0892a61, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', 1, 0x00000000000000000000000000000000, 0xf4334430c9ba27313eeda7fc9ada4d97, 0x0d8af5145ff0793fafc2cdd4f9fd2606e26f8a47029bcfb6dbeedcf6974ee16e, '', 0, '?'),
(0x9c5810daf3a27298bc220d2292d0888f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_1.php', 0, 0xc72bdd31b00700de2623eaa9cf636172, 0xc72bdd31b00700de2623eaa9cf636172, 0xdf1e5bf1b2f92bb1f5049c8fca79abfd4f622382d9b9ead6bf67c755ee8100e7, '', 0, '?'),
(0x9c5ca7e452f9936f355203815dd77b21, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_6.php', 0, 0xff389fe3963f173d5cd265a6d6bf2b55, 0xff389fe3963f173d5cd265a6d6bf2b55, 0x5bfac298b180bade7f8c91bbf42ad0c3d23f01be77d2ac3e413cd9bcc119d0cb, '', 0, '?'),
(0x9c5d94ccb14d60b50e23d4b1405d198c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-6.png', 0, 0x1b0c5edc19e00ee964665c1c70a2f007, 0x1b0c5edc19e00ee964665c1c70a2f007, 0xf9db66d80ba7d96c6468d78428130170fd96a82deed285b74f21b80d15df4a96, '', 0, '?'),
(0x9c5e5d2d55e6ee62534fdee31c1f841b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-premium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-premium.php', 0, 0x815ac0387e85fccbe5a64c897b11feff, 0x815ac0387e85fccbe5a64c897b11feff, 0x5cc256e2e32829fc0d6aba84f8743ebb4792b9cac24f41d1e2499d411e1df531, '', 0, '?'),
(0x9c618da38da9c3b3689aed475efd69f0, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', 1, 0x00000000000000000000000000000000, 0xcfd666cba306aacbd3094f893a2a87da, 0x5943d43c22d7d7f851f448b65a4db363a6dd77da9245899570ccd2a4896f87da, '', 0, '?'),
(0x9c673db3a234541881d57a814398de0f, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_12.php', 0, 0xabc8aff8c075126d77c9779a4ab5365d, 0xabc8aff8c075126d77c9779a4ab5365d, 0x7ecb69c7a22bdf282bc3945a39dbcbd117a4ba3ae21e957c40227f56acdc7c20, '', 0, '?'),
(0x9c6d8965fa6d0f3944c3212052b9d9a6, 'wp-content/plugins/elementor/assets/js/nested-accordion.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.js', 1, 0x00000000000000000000000000000000, 0x15694b49ba60d27fb22a420127f8adda, 0xcb8ec3074b5810557f074f8d9cce55a81339687f6780073e1c839bcadfe5652d, '', 0, '?'),
(0x9c703b50cb567096e223519922ac5b79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/demo_style.css', 0, 0x81c80d864eb593cfc66090557e09830c, 0x81c80d864eb593cfc66090557e09830c, 0x0348a4e4a18a04124129922508634d16da522bf5eb0b0df6906abb6de355dbaf, '', 0, '?'),
(0x9c7202123bcc9f546133187665fa23ea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', 1, 0x00000000000000000000000000000000, 0xd73dc2df204461df8370439125bf21f8, 0x84547d18599c2ee10a06f44bdeb34e232ed2afa76b27b7812e363ea5f7458a5e, '', 0, '?'),
(0x9c77517474c9085772044fefde6fb8e6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php', 1, 0x00000000000000000000000000000000, 0x467e6874d49ec1b3d92091177ca8df0b, 0xdd849f2cc12a95be85ad0e766b05000f5d69c085a3c9c6545283d6b63d1ccf56, '', 0, '?'),
(0x9c77fab449d053c655869bd9382b24ba, 'wp-content/plugins/elementor/includes/controls/raw-html.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php', 1, 0x00000000000000000000000000000000, 0x6c8fa918f3541e97e6c86a24fe160c6d, 0xda2f6f79148f766ac47c5918361f927f4ad43b72605f9eb186b0d7df03ef5de3, '', 0, '?'),
(0x9c7c074a351cfd54ea9f0e592a618320, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import_no_content.php', 0, 0x7d9130020f52e585ef64bbe22a6504bd, 0x7d9130020f52e585ef64bbe22a6504bd, 0x546360a8101c04e850385e9b5f5fcaa9fca01dbff0f660d4bb4f599541748740, '', 0, '?'),
(0x9c8091f467f2ad4404cb09b853bfdddb, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', 1, 0x00000000000000000000000000000000, 0xe86e9b436981a153c29d8d3c1c3ad3b8, 0xbd0ddd398308011958e79085b5fe3e91f2d24321527888cc665c5b27ad4dc78c, '', 0, '?'),
(0x9c838fd6099d963c233efa04055a75d6, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php', 0, 0x4e53b839a2671bb69cd1528f337d65f2, 0x4e53b839a2671bb69cd1528f337d65f2, 0x9b18174efbd0788bb0de7f64aafe7b1bee17bdb10fadab683465524a6046f138, '', 0, '?'),
(0x9c855d86c6e4e1ff67f007c1fa28065e, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php', 1, 0x00000000000000000000000000000000, 0x003a615b1752223f8b4c73aa54c61508, 0xf5c09e435c6c7206817cab66ab21b42c6e2cf24e8ee899111195843bc3f95077, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0xf119d8736a135915e5cd5ced5244a855, 0xaea3b053e5b0f3d4f8af402f8c7139296af34c51635b5690ec902b38ea32ac19, '', 0, '?'),
(0x9c89cc5993739dc35c0a86ad64d1efe5, 'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php', 1, 0x00000000000000000000000000000000, 0x47848c6db35c0f00cee0d44a6a711cdf, 0xa09607841f2f4afe170aa4f2274ae91d0bc56c2b3a30f321ef3a25c2eaf3696f, '', 0, '?'),
(0x9c8e7548475a5ee89c1cea90bffb77ec, 'wp-includes/html-api/class-wp-html-token.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-token.php', 1, 0x00000000000000000000000000000000, 0x1c681dac341887556bfa756c4823ea63, 0x542dd2f689ba514aca49897c5f8b568d502e8feeac722e6ab4ac61075da79192, '', 0, '?'),
(0x9c9110bcebf6ff727cd9bab67c1fa56d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_8.php', 0, 0xe0c36b02284752014e42f243cd6f2dd1, 0xe0c36b02284752014e42f243cd6f2dd1, 0xd52e1c251bcd400e2f19f5219553fb130f41e3570ac4a8580bcf303c4fdd208b, '', 0, '?'),
(0x9c91e95a37e15f09163b51670825a6d9, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_food_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_food_menu.php', 0, 0xf649657cb043ae486066f1985e3f603b, 0xf649657cb043ae486066f1985e3f603b, 0x8b50710381585702db6fe39e485ed73f202897d275600780ba8fb4935522bfe0, '', 0, '?'),
(0x9c93099fb2e477bdedf7c3aa8fe3c7fb, 'wp-includes/Requests/src/Exception.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception.php', 1, 0x00000000000000000000000000000000, 0x859c9281f98f0659d90bdbf795eae3be, 0xc65aac98c91190d3ef4f4f0e5d8d55402c18a76a1240198ca96d589ee92dca6b, '', 0, '?'),
(0x9c936415915e6abc664256d217896bce, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 1, 0x00000000000000000000000000000000, 0x3a6c7ca9a9a59bf878d78cef461473bd, 0x2f1736b340f3e61abf3ff75e83c391210e3fca27fd4363c6c07cdc994facad24, '', 0, '?'),
(0x9c95d6f65a1e0a1d072165fa5ed9e03f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php', 1, 0x00000000000000000000000000000000, 0xbc5de4a278db72de2541b24172e58c9e, 0x533c071d2a8822d29b414a2f480e5581ee2d54d0ed65e525bbd9e9206c76bc4b, '', 0, '?'),
(0x9c95fe98df010b77747aefe5ebd10309, 'wp-includes/blocks/term-description/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/block.json', 1, 0x00000000000000000000000000000000, 0x5f363c2dcf46532afa342b2490972953, 0x2d8a996cbba5a54f4f09c6cf76214bec893b61bd8f766f3e01a23276e5a21ada, '', 0, '?'),
(0x9c9b379f8fb2c66424d4d0adbc68f6bb, 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 1, 0x00000000000000000000000000000000, 0x10575ed3e2784f57f5be81a1986ffc95, 0x50680e8184ca3ec2b5e2324ba8b78088a5ca418175bd75b9abb0de1a2d94315d, '', 0, '?'),
(0x9c9d0d0ad9bd6cc92777e48aea52375b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 1, 0x00000000000000000000000000000000, 0x5963a5dfd9ac12fa445bae0c6e448b4b, 0x822b99832f0d2d8d9d2f2d071b74679921fb5168db059da57fb8a1837110b724, '', 0, '?'),
(0x9c9e60515ceb4cdfb27cefad18e2d84d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_3.png', 0, 0xe365232ace20a4e856b8de7775fd4ad3, 0xe365232ace20a4e856b8de7775fd4ad3, 0x171ca098c22c990f43c93eb4f5468217910fe88e2e8a0e2ee49225406ffaedd6, '', 0, '?'),
(0x9ca049bcbeeefe95075dbe6ce58a3f53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/demo_style.css', 0, 0xc01498b76687fde65b860bbe45b4973d, 0xc01498b76687fde65b860bbe45b4973d, 0x196cdeed6cf08e4a02431ea261e117f24b92de0d87d1fff2fc5c25a15fa45c5b, '', 0, '?'),
(0x9ca3b123039712add7ef2d80094485ac, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_324x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_324x400.png', 0, 0x7efc3412607bdbd11fcb1b4e5935cec5, 0x7efc3412607bdbd11fcb1b4e5935cec5, 0xe082bd5c48c28d45f195b551fb4ff12d50fff5c88cbdb8b6f16a850a97f863ce, '', 0, '?'),
(0x9ca581f32993a636d10c29db9715487d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php', 0, 0x9c5b260fc4a9fe8a1bfd252cdaa5e078, 0x9c5b260fc4a9fe8a1bfd252cdaa5e078, 0x0ab95c290e8267fc91491d6cded3aba4a7c05f81852c612a602d12c9722bd849, '', 0, '?'),
(0x9cb14e9da5a6adfbb75e844ac457b099, 'wp-content/plugins/wordpress-seo/src/models/seo-links.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 1, 0x00000000000000000000000000000000, 0xf234d79c1c1573fd262bd88b729fc96e, 0x6e33d3244387307722fc2e648a5cf4868adc9456ca8b2b681508073150471e2f, '', 0, '?'),
(0x9cb3ecc519e4ecf7bbd8418c3c734db8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', 0, 0xcdc466c0b5b1c89e824c419a9d232874, 0xcdc466c0b5b1c89e824c419a9d232874, 0x6d62b54b5bb91b323a653c2d4c6412d54ef3879155e5645db0f98e04d9c29f77, '', 0, '?'),
(0x9cb51e771c0e7015a66dee8e54d1c363, 'wp-includes/blocks/page-list-item.php', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list-item.php', 1, 0x00000000000000000000000000000000, 0x9f45406363121ca80c2875b48f0e3cc8, 0x9ec0b6db2be0802bd2f117960e57b2c17ec582603f5c98be0cdf2123657e52a8, '', 0, '?'),
(0x9cbae62568a18933918ec44468a3eb82, 'wp-content/plugins/elementor/core/base/background-process/wp-background-process.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php', 1, 0x00000000000000000000000000000000, 0xa6d052554a8bbbdd01d6beaa18e98fb3, 0x609a4cbab29d4d1aaa9b654152ee24dfeacdb5df14ed0a1631dab00789ca5b3a, '', 0, '?'),
(0x9cbbf7068864ac005a0191c46cdec43a, 'wp-content/plugins/elementor/assets/css/widget-heading.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-heading.min.css', 1, 0x00000000000000000000000000000000, 0x7ec842e5f58ddca83e61bc54d0ca4afd, 0xc5c08b2efe099fbe31f036ba2a5da4b4d42e19b88e8cc5e59b1d642ae5529788, '', 0, '?'),
(0x9cc67665c5088b8aeb156327ceda4a6b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', 1, 0x00000000000000000000000000000000, 0xea08eebf95a8c137bc762af2d92be154, 0x32580de3e60215c656f5cc9b7666a214fd53611e5e39041950e69351cd2a8e65, '', 0, '?'),
(0x9ccf9ddc82604e2e825ba0f8d64c2e36, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/mobile.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/mobile.png', 0, 0x39c17cfbea7fa0ebb0c55669c2ef6802, 0x39c17cfbea7fa0ebb0c55669c2ef6802, 0x994cc3b75ff810412317b175073ee86a6966c48121cd2bba32005627800866bb, '', 0, '?'),
(0x9ccfc2182aa43ff949c75a493bdd458d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', 1, 0x00000000000000000000000000000000, 0xa2633682ab0fc59c9087d284364f705b, 0x30a09d9a8c05891de7740b034bdd093479dfee182abbdfdf60d364165b8cbb52, '', 0, '?'),
(0x9cd1118b721f2557b18692bd888769d6, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/LICENSE', 0, 0x4ea52ba8a6ceef43477ddd01ab04dc56, 0x4ea52ba8a6ceef43477ddd01ab04dc56, 0xd87e8886ee8bba5dfc1faaeed6a315ea98331d8151a0e9d865a04f36a46e255f, '', 0, '?'),
(0x9cd18d447e57bad896a881919996a89a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2_no_content.php', 0, 0xa9e67601d1db0e2b83aa4567ee82fee8, 0xa9e67601d1db0e2b83aa4567ee82fee8, 0x8f3d12ed54e013e7847655e2ffba63a95c0c4f6c14e3e490b3e7c771176c7022, '', 0, '?'),
(0x9cd23c81e3db29bb22a0cd0ea2765934, 'wp-includes/blocks/verse/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style.css', 1, 0x00000000000000000000000000000000, 0xe376b6f43c5f153535daac5137383511, 0x2bda2eb9f79a13fdf0859d445be837ac2055ab3de161491fbfec912d4800770f, '', 0, '?'),
(0x9cd2f3087334289074f2c9d806d57daa, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php', 1, 0x00000000000000000000000000000000, 0x9f45e4aba8e8a3407f74919660e8e1d8, 0xf37cbd4464ff4c25d2c3a6aba4d74d03994904e58f1ad73c9b90789222140ff7, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x5eacae130b80d58a3c46d4807eaeeea5, 0x30e8fa87ebc2d363f8ba6221fc103c133d2fb58db1619ce9ca3932166f73a7ce, '', 0, '?'),
(0x9cd78d0a5b6f1ff33b861fb47815c12b, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b482644b6b94bc43bdb86a6c085c182f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b482644b6b94bc43bdb86a6c085c182f.json', 0, 0x8b3190bafde15a0a4df609042999fe30, 0x8b3190bafde15a0a4df609042999fe30, 0xeaca48b42a7b85a9d660ac3d434430d74b25a70f38d0369bd31eae7a06e63648, '', 0, '?'),
(0x9cdb4d1e2ecea6308503318d88fec1f1, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spoiler.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spoiler.svg', 1, 0x00000000000000000000000000000000, 0xd8fbdbaf83647332c1a74090c157599a, 0x01465f0cc8c483b0d5f97c73b5da35b87bd53c2ddd57d28b70c75e18d024ef01, '', 0, '?'),
(0x9ce008042fc7bd68b9a77562885da9b2, 'wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php', 0, 0x1f35a7d78da23927cba3cd2d903370ae, 0x1f35a7d78da23927cba3cd2d903370ae, 0x986fcb203115984d81ab482ad003613cb203e62f76d8dde9e36c0a81b962e23d, '', 0, '?'),
(0x9ce2e0fc8a301a6340ab28b551c28953, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_5.php', 0, 0x21d006bf05d70e13b23979748fcbfc8c, 0x21d006bf05d70e13b23979748fcbfc8c, 0xd1b5f8d209d64ecffbc3317b8fefebed5da0694563f391be28323c8f4f616341, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0xaeb45300f4ef6aeb2ccdd68286198443, 0xc8f0c659f4b6890b8e561d774beba206a3efded4cb1c4a2d75f0e54f1115547b, '', 0, '?'),
(0x9ce85d1b914277ab2d9274df0d150f53, 'wp-content/plugins/wordpress-seo-premium/src/config/migrations/20190715101200_WpYoastPremiumImprovedInternalLinking.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/config/migrations/20190715101200_WpYoastPremiumImprovedInternalLinking.php', 0, 0x1b4fde8b01e148cb7f8a2058226bd8a4, 0x1b4fde8b01e148cb7f8a2058226bd8a4, 0x574b40a64db6764bc9dfb996e73b91e15d30730008c0aa22e7234c68c415e6d1, '', 0, '?'),
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x21bf81ec071645abb5505dc7a13b9f99, 0x3cbff88b02a600df0d49423d2284503844c722f703b6e0f41bc04c7ee880495b, '', 0, '?'),
(0x9cf310b9dc5fe7c820ec8a002ac10f4f, 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 1, 0x00000000000000000000000000000000, 0xda32a0d06b20db466d3db650fa7538db, 0x5eaf863c90fc831a13b2cce9b1e0e443dd2f610b61948ac3739e7c1556fe733a, '', 0, '?'),
(0x9cf542c2330db771656cefb10c4c1bfa, 'wp-includes/blocks/query-no-results.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-no-results.php', 1, 0x00000000000000000000000000000000, 0x50fae0fd985e3ea1c0b1a8c81a581ce2, 0x11aceefbe8d307f54fb8cb15eb4f156ec46cd95262e3471b7897fc41abfda7d3, '', 0, '?'),
(0x9cf965dd39964647f51bd78d210b8923, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x9cf9a0a0e51d5c357b80ced79ce7954e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_5.php', 0, 0xb388f0dfc477b0160ef9143557cd20fb, 0xb388f0dfc477b0160ef9143557cd20fb, 0x6caf4910b693dc807c1df33bb1753d60e791bbe2c2e49d6d0825c4cf294b29af, '', 0, '?'),
(0x9cfa6d99f06406b4abbe25c3e1c5abdf, 'wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x17dcf7faf90de29ffe7b175712893ba1, 0x85354f30ce10df6b4eef3fee76288be4307c397ebc6439730dda1fa1e34fd951, '', 0, '?'),
(0x9cfd9713b9393b88415e335ad9b0c1f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import_no_content.php', 0, 0x2a10e4ca5c05825c7feff6f825d5d383, 0x2a10e4ca5c05825c7feff6f825d5d383, 0x32b2b91ecc3a765bb63b299c2ecf5486cbd70e88466aa65494238039d5fb4703, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0x6a83fb684984514c5a4124556ef648a2, 0xb7ff5416a2a79384661bdf524d53cf39c2ba849d164d44529af352a1e3924ee9, '', 0, '?'),
(0x9cfec1abc9979032f645ee15358ef841, 'wp-includes/blocks/query-total/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style.min.css', 1, 0x00000000000000000000000000000000, 0x0e071aa4ae3fe6259b9faa796aaec050, 0x673579e48dc2a0e1f25952657cbad59e1f4927856e245244207bc3a9b2230f15, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0x7a49ca3d0b7e6cdb1ae527de924cc5a7, 0x468548ed3b5520daafc2af602643f3644e54656c23cb4157915c93bdcc12344c, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', '/home/abt90iranbet/public_html/wp-includes/images/media/video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0x9d0acfeb436d9051a155dc9371b2e4c1, 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 1, 0x00000000000000000000000000000000, 0x2e7f81f503a7d9f812a2b4f33a859baf, 0xee2e6a1869ab4b217f9ccf726d3223ed693381b24ee06553f709b9a3ee1f4a90, '', 0, '?'),
(0x9d0cfc1be32cca511476ad1fd75cc739, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2.php', 0, 0x27ea248822aa899ced0a8d46eefa48d6, 0x27ea248822aa899ced0a8d46eefa48d6, 0xd0c6fe05ba8af89872a0415bd00e6c3bfdab46d2631d62d4e55b05e7b32d1c4e, '', 0, '?'),
(0x9d0f4aa33f201bf6007e75b6de9663f6, 'wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0x51a8897f7456851be54169e651230c67, 0xb71f51d5c399ff4d90072045a3be828ef2d466ca631c9a0f6d58953f573412a6, '', 0, '?'),
(0x9d132888eca45c197ebf0c5e8db44521, 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php', 0, 0x8ef311c98c406b2e23bac7f54eb2d59e, 0x8ef311c98c406b2e23bac7f54eb2d59e, 0x2819c13e29728b55cd3af912068d9910a4f257702450744cc97f5beaf53222b4, '', 0, '?'),
(0x9d181ed2e018354262f8565907d2980b, 'wp-content/plugins/wordpress-seo/css/dist/metabox-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x9b8a145ac6f031f51a73bc810132f986, 0xa8f8134709b4ac9cbe1928a4fd3ccc45689b321284ead2f547c21c179d713e36, '', 0, '?'),
(0x9d1b0ee72042c264bd268b4fab0c0a5f, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/secure-https-header.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/secure-https-header.php', 1, 0x00000000000000000000000000000000, 0x182bd581a7024c6c332c0ee244e9fee3, 0x6298bbbe0d8f70f73fc7575dd5b12d1e89c9340216c7f6cb8c0146d80870658a, '', 0, '?'),
(0x9d1be587d3a05f9e513ff8c110aba423, 'wp-content/plugins/wordfence/images/logos/shield-response.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-response.svg', 1, 0x00000000000000000000000000000000, 0x5faa0ad988313a2f0e2864251fdc85ff, 0xd21aba126a7459e39c61573d78219b955bf0b2344806217ca4c1f1b79616eeed, '', 0, '?'),
(0x9d1cc97676e546851076506f61f709fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/demo_style.css', 0, 0xc4bd52fb0eee86284f8bbd7d02be0e5b, 0xc4bd52fb0eee86284f8bbd7d02be0e5b, 0x99357bc09685c6891616622b081eb2e2a4b301610486cf2ad391e22f313fa802, '', 0, '?'),
(0x9d1fcf87b3a6a1047932c599e997f0da, 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 1, 0x00000000000000000000000000000000, 0x286068306dc74ee803ab6e86d9f3c5ab, 0xc125398e79ee1c0b24bcfe199edaac506ab58168a46ff9566a8bbd502920946d, '', 0, '?'),
(0x9d2017255858e410bc6a90b5b3686568, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', 1, 0x00000000000000000000000000000000, 0x5ab610b8abaa4823916d678e6afcf719, 0xb0c96b4556282c52477f0e2829db4e910b7abee58c35e8a547447502fc419f7b, '', 0, '?'),
(0x9d24e29dae08cca43ee9eca1fc97931d, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.svg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.svg', 0, 0x2739499ea25e7f714608a09a9bc7d687, 0x2739499ea25e7f714608a09a9bc7d687, 0xb3301312033a0c2f9085a14c848429366bdd4ceee963239d61b40711706a75ea, '', 0, '?'),
(0x9d2583944342852ae2ec197282815150, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', '/home/abt90iranbet/public_html/wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0x1b8914656f0df8f288f0da6fabb1fa06, 0x69a4f6890a8b341d8faa53c194c0471af34813ba33058a154978c74bdda9c2ee, '', 0, '?'),
(0x9d2750f3e499545dd90902ff36ff7e82, 'wp-content/plugins/akismet/_inc/img/logo-full-2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 1, 0x00000000000000000000000000000000, 0xe3ae5e4bade42d5ef8883e41b7737bef, 0xf6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47, '', 0, '?'),
(0x9d307e47b6747b44d2c3220b2c72bf9e, 'wp-includes/SimplePie/src/Cache/DataCache.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/DataCache.php', 1, 0x00000000000000000000000000000000, 0xca07d2d1d9e32146425e9e333b6e459d, 0x8b628869e203e609aa283b306f06e01de3f1fd98e81bbe899e161e4f902f2167, '', 0, '?'),
(0x9d3f38526dbcd0a2453768c0803c8608, 'wp-includes/blocks/buttons/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x86b90336564fcdf5bc72f6220ae90aee, 0xd4a02253f71b5ca9675af35392a9d26c0cd0fe9c2b813f5ba1100d7f3632a566, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', '/home/abt90iranbet/public_html/wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x9a673469926596d2daa08b592c1dd783, 0x752c0fb074736eac8b609e62de240ce244c972f5465253a9ef72d5d291ac5e22, '', 0, '?'),
(0x9d4924f5345c4679b8bcbc919d89ef03, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tabs.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tabs.svg', 1, 0x00000000000000000000000000000000, 0x35428b1918f18c9f1387d62db37d8616, 0x92b573e2f6062f2ac8b26edc20a46645da33bfa64e484b314a19e54ab4ba4cad, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9d4d14eb48daf36df589e593d63943f2, 'wp-content/plugins/amp/includes/ecosystem-data/themes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/ecosystem-data/themes.php', 1, 0x00000000000000000000000000000000, 0x257e39d62c3dab9c738cdb16a46f9884, 0xa95727f97111b0426377559ce473512fe1b925e8d248874021bb0b51aece8f2d, '', 0, '?'),
(0x9d4ed9c4cf2f30b19672b3f35ee088bc, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', 0, 0x919e8277b622e7c85133b943029bee5c, 0x919e8277b622e7c85133b943029bee5c, 0x2254a914124da2e19b6f4e4680471d45d209a897822bdd3a07d82bddda65b1a3, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x9d51b9265723657e69f95c34f5ed5236, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/index.php', 1, 0x00000000000000000000000000000000, 0xe426c81042e85fbe726c134a270a1f29, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x9d52d287c8cda8ace57618e4155ebdda, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', 0, 0x17639347963cd388b9051edebccc2fd6, 0x17639347963cd388b9051edebccc2fd6, 0xc9bc7de68d364e79ad28cf4794f781810c182b15fa6e22fbbe2be1381050e71c, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style.min.css', 1, 0x00000000000000000000000000000000, 0x8cf71cde15009c8cdf8be127c1006463, 0x199f155a749ae4bf56015d8862424d61060f2eaadcd49add9af7ab5ed1d909a5, '', 0, '?'),
(0x9d53473713624e608d6bf477047c4564, 'wp-content/plugins/kk-star-ratings/src/core/views/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x9d5541d851b52c5590ac0f9671d7dec4, 'wp-includes/blocks/pullquote/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style.min.css', 1, 0x00000000000000000000000000000000, 0x62b3f0c899daf9d5322b76fc49db685f, 0xa3db0824b8b56ae496b6e8777b1d3453db8a971ef3389a1286e62ea1f8826d59, '', 0, '?'),
(0x9d67c86b4d362b09c870da9dca7ffd6f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_13.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_13.png', 0, 0x04a73cf455452ff7f6f06ae1e7eb8178, 0x04a73cf455452ff7f6f06ae1e7eb8178, 0x02518c24b067f162e5ebc63fdb8cb7d3c0722e04ebc9c84d05c2c4e4880ff560, '', 0, '?'),
(0x9d6a674f667ed860add3d0462c7e51f8, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_meta_replacement.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_meta_replacement.png', 0, 0x56388916a94b848ee7f69caf8fc34666, 0x56388916a94b848ee7f69caf8fc34666, 0x149a89780f692d8248a80ca1ee78aac49899bb977b48735813ede32926014ed8, '', 0, '?'),
(0x9d6c011463ca47261b202a6b5f7122fd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', 1, 0x00000000000000000000000000000000, 0x6c37850461db9ee4ce60b81862726fef, 0xc35c4d5cc0cd0a125a5c661f634349ba280baf505a52d2b0ccb303063fd47033, '', 0, '?'),
(0x9d722946f5536353960849a381e63243, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0xc386167496568dce4fa7cf2bf3ab6d46, 0xa4f29a292d6e80d11f97c364b612995c476f8b51c00933dd81b07def9a1c3290, '', 0, '?'),
(0x9d7885ea9a65086749726a57907222d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import_no_content.php', 0, 0x93fcc20aad97a0f3b1e82f0ac9aeb55e, 0x93fcc20aad97a0f3b1e82f0ac9aeb55e, 0x164ea4139ebaaf19b88a66251089ffcb949a3bdd059f43d7954572044b482739, '', 0, '?'),
(0x9d7f2705233a3a854bd946d46c6c01c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_7.php', 0, 0xcc835750fff4f64260025b97a5451b4f, 0xcc835750fff4f64260025b97a5451b4f, 0x8aac9458afa64f571be1c6c0afa8c70be807fbc13996fb7570bf071af4effca8, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0xe0180636cb8b0ed052051843e5d65b41, 0x5ea13c9eb0f8cafb18d745bb51e4980361ece3e796cb2065f9964da0ba8d7e7c, '', 0, '?'),
(0x9d7fb5258109ceeb29e252768e72879b, 'wp-content/updraft/log.c5f4f81c38d2.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.c5f4f81c38d2.txt', 0, 0x969cdfdda99bad18a767274a4f62f108, 0x969cdfdda99bad18a767274a4f62f108, 0x5b8ee8074755806459f7db770793359ace932804a1a109bc28133e711d905c2a, '', 0, '?'),
(0x9d8227f907e7ec98c9d1effe376bf157, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php', 0, 0x5e7cbd48cae602ce1fc31a1c5a9129ab, 0x5e7cbd48cae602ce1fc31a1c5a9129ab, 0x79dad470946336e92e57a3584d790a5c43f1953fc815f2c2a9ad6339cb155003, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x13c46f9ea02c99df62de2c7761fd2dd0, 0x93f6b80f25237cfbba83a94b9d3d77e4474fb042fb75a4599123dec732686e60, '', 0, '?'),
(0x9d872ee78307f1378e1b45beb2d9a7ba, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_modules.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_modules.php', 0, 0x86468ec65e305484ff72011a81914f3f, 0x86468ec65e305484ff72011a81914f3f, 0xd209f158e9945aa44e7cfd238b31dbca39be583bcc66201fd8b86394107b9af9, '', 0, '?'),
(0x9d88ff4409c8c3267f82e9f11cb0f988, 'wp-content/updraft/plugins-old/updraftplus/images/googledrive_logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/googledrive_logo.png', 0, 0x0227ebec111ae4f5b8e15faa7cf71039, 0x0227ebec111ae4f5b8e15faa7cf71039, 0x6361e51acd713d4087ec811eaaa04fdd177746f7af5e31bda095b55be7e6f0a1, '', 0, '?'),
(0x9d8a95eed9824aed903c96aa6ccc11b5, 'wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php', 1, 0x00000000000000000000000000000000, 0x80d66c465b2639a6e13fb4c3ac5a03a9, 0x0668163053d8f88a10ba447c147baf058accc0e7123b06e254dffebc8d4cd894, '', 0, '?'),
(0x9d8b67f26718fe4e4889a8cb89b5f6dc, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 0, 0x394c56d3096b190c8fabd6b58f0f792f, 0x394c56d3096b190c8fabd6b58f0f792f, 0x68e6fcd96afa57e88627f3df67f89b6cb8150049d8a13c2462b35884a29837f5, '', 0, '?'),
(0x9d8cb1436a954237f07884a9ae608167, 'wp-content/plugins/amp/src/AmpWpPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/AmpWpPlugin.php', 1, 0x00000000000000000000000000000000, 0x8a1876f6637c01a5e22e84586b107c3a, 0x9a1ad8290bda698745268e5b8ea9728d581f42aa8b39a9a3dd67bdfe84a80275, '', 0, '?'),
(0x9d8dc6673ce951698c77d4e4ec1bb041, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9de626e2557c17e3fcfe574ffc10994a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9de626e2557c17e3fcfe574ffc10994a.json', 0, 0x8af0cc9bd0a58d42084b0d284435e077, 0x8af0cc9bd0a58d42084b0d284435e077, 0x46b614e1db4e5fec87a4569e189fa959adebbebd928cf02be7f6c30c38f8a158, '', 0, '?'),
(0x9d8f433c8176da8dd42747a657d399b5, 'wp-content/updraft/backup_2025-05-20-0332___90_c575da4b2660-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-20-0332___90_c575da4b2660-db.gz', 0, 0x069adc5aad74e166b982cb9531f71b0e, 0x069adc5aad74e166b982cb9531f71b0e, 0xad39d00f4a0eb6db8dc6f2e80e28eb95110161ccbfb429f3fbb5cda21c3176f3, '', 0, '?'),
(0x9d8f73f28569363931fffa03372f58d1, 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x9d900e301ea9eee93df0b5906ff13b88, 'wp-content/plugins/elementor/includes/controls/groups/image-size.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php', 1, 0x00000000000000000000000000000000, 0x62c4651740c7c354e244ca1956204b3b, 0x5c79671e73e9b748149ed0a1a784b5d72841480fa83cd32be5dd10b38b2a2a0a, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', '/home/abt90iranbet/public_html/wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x02376a97528fab0a94fd0e589408f1ac, 0x43feb53fcf0163b3ba817770ed6fc734126df387d818b9a0fd7a20be0ac45889, '', 0, '?'),
(0x9d965fee6416aed4a24478f5dec64aef, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 0, 0xb2806bc032b6960b6251b82dd23f61fd, 0xb2806bc032b6960b6251b82dd23f61fd, 0x8778a9d0d0cacc727d9a608aeb31003889d6d03ec60fe1c975f3366fc03ab6b3, '', 0, '?'),
(0x9d9bb4e67fad312024aeaf5d3d62a9ba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', 1, 0x00000000000000000000000000000000, 0x0ff6d36a4cc7ff67c96322c4f58d40c5, 0xfed7cb0132ed62d48ee285a7dbb3d1f63c0169b96fa07bb71eadfe9837850d07, '', 0, '?'),
(0x9da0610628572f4f31a78037e251210a, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php', 0, 0x577a5591ce7f9ee664ab2497ef5b233f, 0x577a5591ce7f9ee664ab2497ef5b233f, 0x212026a033bad7a0724ffcabfa959ee28621d172fca3dfdfdadd265cc07f92e9, '', 0, '?'),
(0x9da31a664a5b060f4f21264e27a401d5, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php', 0, 0xad3209289399948fdaa78f462bfe6dc7, 0xad3209289399948fdaa78f462bfe6dc7, 0x283bbd37d0fb77addad5fc6da2cd5c367975433a5a7e7b33e6e81f3fd166631b, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', '/home/abt90iranbet/public_html/wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x3fbe60af8570a35292e12cc8e65fec70, 0xa316c84186007c3d66fd890be919e7f24a9c533ccff59511fef51f0bb698de7c, '', 0, '?'),
(0x9da841c79faa383b25bea300144567ff, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', 1, 0x00000000000000000000000000000000, 0x9d28ad98031a65dc0a457871c85805c9, 0xd68708449d8bf63719e5f501dfbd69ae54f0d930426c1321726deb3006823831, '', 0, '?'),
(0x9da8680febee916d872472ed80328038, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9daebddf82b40b50b2ec2d15e80705e0, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', 0, 0xb8607c9bc7e132a1190bd36ab23fce33, 0xb8607c9bc7e132a1190bd36ab23fce33, 0x17fa89f29df2eadf8cffcb22aa253d0ebee5d19c2fc8c19c5e365acbfabd5967, '', 0, '?'),
(0x9db07746a4f2c8b68cdb1cec8723209a, 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 1, 0x00000000000000000000000000000000, 0x1de2ac65acb7d76aeb2da2fadd3df30a, 0xce57984f54cc36578fa5f05bdcbaf60daa240fc0c0b4f978f9eafedb43ae845e, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0xfac98b97a8253acf77468c35a3da98ad, 0x4e44fd227827332cabfc336180beaf0c0ad4c956ee6cb1b3ea455e60a4990afd, '', 0, '?'),
(0x9db9f30edef4c17dfe60c2eac0a351b9, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-value-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-value-functions.php', 0, 0x40398402c783abf26d95a0d5e2edb0cb, 0x40398402c783abf26d95a0d5e2edb0cb, 0x10dc47bd67ddc675a81deb28afbe26beec9ad1b00118bac6376510c6c26af809, '', 0, '?'),
(0x9dbe5d1e8cae58fb08f0a7a39a83c2ff, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter.php', 0, 0x60a94632ccf30c6c503078fd72b38c5a, 0x60a94632ccf30c6c503078fd72b38c5a, 0x98d1ead225bf0ca338b4e4cfc1f60a05ef8be5af043bfbb9056c38791639953f, '', 0, '?'),
(0x9dbf1f917462a904b8ef841560735d27, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 1, 0x00000000000000000000000000000000, 0xbe83de9b9065efaace5ab18e8cba0940, 0x94daa82c19c1805551cd3b56ffee5d93c7dccee68062c45d8e5befe5162b8036, '', 0, '?'),
(0x9dbf807c35ee40c9ca16e28039cc28ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/demo_style.css', 0, 0xd688eee27228a6b59ca73c864ea2752c, 0xd688eee27228a6b59ca73c864ea2752c, 0xa4eabb8b9fd5b7e71dd99fe7d50faef3e17df52b1f1bb28c320ab81f6423d04e, '', 0, '?'),
(0x9dc03a1a8660674920f4b1cb7f3e5029, 'wp-includes/assets/script-loader-react-refresh-entry.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-entry.php', 1, 0x00000000000000000000000000000000, 0x12b50c5fbfe1e28cc30e45be400fa299, 0x2b2a0651b0d7e9452026221c67024b9b0339e88e91e92c85cc1e0616393ba1b6, '', 0, '?'),
(0x9dca16fccae3fbffa6812696c84a8a24, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-global.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-global.php', 0, 0xdc5f8c2b1c533e2d8df99a9521a4f6be, 0xdc5f8c2b1c533e2d8df99a9521a4f6be, 0x747eaed63a11608cd3529dc805caf326f4b634054d9fbaa91583b45614759d5c, '', 0, '?'),
(0x9dca6e5b225a4e52ed03aed001038aea, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', 1, 0x00000000000000000000000000000000, 0x13e9a7e3d3044a3b1a3bdac2b6f5e6b2, 0x0bf459253d707ff24d1bcae77b9aa6749c1a01b6a2c8fe82201490b8179fd57c, '', 0, '?'),
(0x9dcabe6f91e46c76d255a3084be42cb8, 'wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php', 0, 0x8b59134636996b75109a90f49580d140, 0x8b59134636996b75109a90f49580d140, 0x9b155a89673ab5f4145fda9fe36d84750da4830480cd60f87ac845c7fc36b466, '', 0, '?'),
(0x9dd12e6e880c2eb59d9fa59b17194b77, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php', 0, 0xb15466e580b7f215374709c2fb62f45a, 0xb15466e580b7f215374709c2fb62f45a, 0xc428d12a325a5ec04788986048ac672ed2b89b9831219104ec0fa6c5c14afd21, '', 0, '?'),
(0x9dd134e7903390925f964b0f368a8630, 'wp-content/plugins/updraftplus/images/addons-images/onedrive.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/onedrive.png', 1, 0x00000000000000000000000000000000, 0xb84f2220bec386e0684ff4dd04bfad09, 0xdcc7286146bb5f4eddc296ab5c9a5234acfb196a287330b8415e8c57e3a908cc, '', 0, '?'),
(0x9dd2320587b12f3739a92932a09b776c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9ddb9f5ab48b7b2f7b90b88845e9fbb5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3_no_content.php', 0, 0xc81e5c7f2685401a2fc9c41fc39584dc, 0xc81e5c7f2685401a2fc9c41fc39584dc, 0x65240384d705f05a104047ddf500b6f4d3563fcf387e83cfc0c4d104f1837b8a, '', 0, '?'),
(0x9ddd906a98fb78d39ffd764650bc890a, 'wp-includes/Requests/src/Exception/Http/Status305.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status305.php', 1, 0x00000000000000000000000000000000, 0x65bb18acde517fb0931036cc29858487, 0x2c1f1c9201178a8a9008ec3c65a72fdf72d224118bcdf3a099ebf77d02b21753, '', 0, '?'),
(0x9de2ca1d600e2d5c26000235a01a1a4a, 'wp-content/plugins/wpfront-notification-bar/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/license.txt', 1, 0x00000000000000000000000000000000, 0x9eef91148a9b14ec7f9df333daebc746, 0x5d9b89464897037036dcc64fca40236886893a4cae0ce5e202c9a0d040bb6bfb, '', 0, '?'),
(0x9de424cd947089a9c2e5e885b41c3379, 'wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po', 1, 0x00000000000000000000000000000000, 0x9a6c290a842d6bb01d9d16a17d3a710e, 0xf0429bbd04f1f77ecc2da29ebc906a5847a666dc3b31d5925e81129ce4ec321d, '', 0, '?'),
(0x9de9a8ffcb4a911db5f5de430b9f68a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', 1, 0x00000000000000000000000000000000, 0xd509bf4591f71792855448c5b8f677a2, 0x1ad460bcd9186973b23e04e043233973cc08c5d1c2948f188d46244517bb75cc, '', 0, '?'),
(0x9def341b681b931c87c8d635ab4bc3a3, 'wp-content/plugins/updraftplus/central/wp-optimize.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/wp-optimize.php', 1, 0x00000000000000000000000000000000, 0xb988c8ea0fa27a8aedb47a7ddced02b3, 0x1d6d2ab4b86c514ab2b53b47e9fc18087998cf7908db2be17096dc5d70c88309, '', 0, '?'),
(0x9df4edd02d0fb6471d66989d4bf34130, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_8.php', 0, 0x40c1a4ccba52ed7653e02da263e88f8d, 0x40c1a4ccba52ed7653e02da263e88f8d, 0x14d30316cf33f916149bb47a54891d95f4801d8b08df40b4301f6cec5ada4c67, '', 0, '?'),
(0x9df5a1d56416d2f5d19d0a64784f2903, 'wp-content/plugins/td-composer/includes/templates/custom-svg-icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/custom-svg-icons.php', 0, 0x5224001058a544d3e9fffde619716336, 0x5224001058a544d3e9fffde619716336, 0x30f6350e48483a60982adc3752d9805b3ed3a9ff508e5a3dd4d3edd8c0dcd23e, '', 0, '?'),
(0x9df5a96f94aef1b0a96624c8ce84c08e, 'wp-includes/Requests/src/Exception/Http.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http.php', 1, 0x00000000000000000000000000000000, 0x6c8738aafb5ab75a9d1ca3bfcd8fdc03, 0xf4d0800c6e88c2975796612aff02cb21630c21f645858e1d8ccf86c3c585113e, '', 0, '?'),
(0x9dfc90e66a38ef2938ee5ba58b5c849d, 'wp-content/updraft/plugins-old/updraftplus/images/icons/onedrive.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/onedrive.png', 0, 0x5c4ce84d6c08ed9d9c5a5dbaa127057f, 0x5c4ce84d6c08ed9d9c5a5dbaa127057f, 0x7adf84edc7ca160128652f04cc5405d5151268528a0f44926d1aaaf4ef97371b, '', 0, '?'),
(0x9dfd708468941ff13054d4a230444e20, 'wp-includes/class-wp-block-templates-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-templates-registry.php', 1, 0x00000000000000000000000000000000, 0xaa7e5bfce76af5dc0a4bf8847d6f2c8f, 0x01ce420fc6965f50583fb3d210ffb9fbb728e6ed3b76ded0bcf6b2b11915c81c, '', 0, '?'),
(0x9e0388a47301403bd9b8191bdbc76567, 'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php', 0, 0x6e5710e931ae7e6b629aaf3d1ffdf250, 0x6e5710e931ae7e6b629aaf3d1ffdf250, 0x862d2545fb4901e81222786fc3465d8cb6ce268e5324cb7a4c4e3967fbbf9e75, '', 0, '?'),
(0x9e07437d836729adb7287e5a1c43a9d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_panel_settings.txt', 0, 0xed3154dc6b6cb0b1d30e191d510e8f10, 0xed3154dc6b6cb0b1d30e191d510e8f10, 0xde56da13ff84a2344b986949cf16e2fa499191a2d32b2bbf5d86f858c017e4db, '', 0, '?'),
(0x9e096c011c85971f3c346c3acb443269, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3_no_content.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x9e0bfdfd08872fa174d46a0d873f8623, 'wp-includes/blocks/site-title/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x3fa7b50cab1a6a180bcbc99bd21cc5d6, 0x84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328, '', 0, '?'),
(0x9e118e0042160e648da7faf2ce5bc43f, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.mo', 0, 0x2a6a741927a22e5a3dd385bcb87c4775, 0x2a6a741927a22e5a3dd385bcb87c4775, 0xeb23420a62d7870faa5f61aab84168418d1beba8f968b82508f83dcf325c837f, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x809428605d568ec5a35b5ea0cf03f233, 0x46dc912010741c0c3d59902b8b59cad281bfe665c6dbbe0f4bf762c73657e5f3, '', 0, '?'),
(0x9e152e319820aa80ef82fd31b5e7b4e5, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_5.php', 0, 0x97fe9e95219223dc42ac2b0e61f49200, 0x97fe9e95219223dc42ac2b0e61f49200, 0x569efdec99744a089c7232aabd8cd47fe839e3ca30cc3c8a9e65bcde2f38a90c, '', 0, '?'),
(0x9e15e03cef4402e51f23d3afdf452aa1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_5.php', 0, 0x0330db074f21d0d4df34379e99308b8e, 0x0330db074f21d0d4df34379e99308b8e, 0x93511a66975eeac68153e2b311fc1b40ee5451afa099faed0189434ec56c3173, '', 0, '?'),
(0x9e185643a4f10fb074dbeb12c33246d2, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-title-citation.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 0, 0x28284d941d0c35d101337c0d267fec56, 0x28284d941d0c35d101337c0d267fec56, 0x84f1c15fb4a40a60ea1b8c1aa1c285af280e1315d5c052189a5d076abd41ee04, '', 0, '?'),
(0x9e196adbbbc3d5f59f03f802b83222ec, 'wp-includes/sodium_compat/src/Core/AEGIS128L.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS128L.php', 1, 0x00000000000000000000000000000000, 0x5363f4dae39b73f27141e8c602642bd5, 0x4d2dfbd7ba0bc7cf66e107dbd41b4e922ac637cd60eea9324ae0dea74f3f3dbd, '', 0, '?'),
(0x9e1eecb4e63054d5fdfc01dfec8bfecf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1_no_content.php', 0, 0x5e304b55f291b669dd970e9dd9ed9f9a, 0x5e304b55f291b669dd970e9dd9ed9f9a, 0xe907a3423bd989d705d69a7230b032dd933f69339f2d698614f2c7099bc0a818, '', 0, '?'),
(0x9e1f75e3066460cd8208d2324acca91b, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 0, 0x8e57b992a6ba26684535864f78b8ea15, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x401ee4735c65b39f7c9873cb8e44307f, 0xdfdaf8598cc08ccd61fd5e465ffb1ff23885ead8aa3213a1338f25e16a90eeca, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', '/home/abt90iranbet/public_html/wp-includes/ms-site.php', 1, 0x00000000000000000000000000000000, 0x33d6aa4fa2259425e0c0e92c533ce637, 0x7a0f98c83ab05d913b0d2211af372307fcf0126516c98a66b95f1d54f5d89e24, '', 0, '?'),
(0x9e288cf3e3cfb9a6e9d8b2f3b0f388d4, 'wp-includes/blocks/video/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdaef96468892f226858e7ab23ec9a908, 0x05394c82379b8b43936a17036afa6d970a503483c9ef34a3e09f5ae5fff5d5e6, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0x16962604bdb9dd11be07fc24a78a58ea, 0x8f3b0cece81420ed7269dd5247b9376d076f1306acd0542a18ce04f32e64a6df, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0xebd0972ba37a32a9ccbab7856b171937, 0x8d531f56c2c50da785dbcab505f3bdc12b6cad496ee8bee1e5689683f4fbb31d, '', 0, '?'),
(0x9e39758eede68c54530c4f8f5a41d38e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', 1, 0x00000000000000000000000000000000, 0x0997210f9f90e0663c67b5c41710c78e, 0xf33b9223d6485e50248bb9957b6f5df49049da6c1305988ce279b4abf52e86ca, '', 0, '?'),
(0x9e42fbe9da81e4286a5db9cd0b56a9e7, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php', 0, 0xf831650961257b02c205f924c08519f4, 0xf831650961257b02c205f924c08519f4, 0x046ea6885953c231a4326976f558db7cde6a254981f0ac046fbc38960c3cec07, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', '/home/abt90iranbet/public_html/wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x10fa513c13dbbe1a37a64da21376abf6, 0x4b64efdb0b885fba4d46a52058bff258fe2e2c27545cd9d936f603f71df2367f, '', 0, '?'),
(0x9e4646ddb265f752bd34539df0863d0d, 'wp-content/updraft/backup_2025-08-11-0405___90_dbd7132ab658-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-11-0405___90_dbd7132ab658-db.gz', 0, 0xed756edf4c9bb186d42889e0be856ba2, 0xed756edf4c9bb186d42889e0be856ba2, 0x0505fae62d18ad3dd1031a68f04a337abfee4969d2b012b00e20f33b6e677f66, '', 0, '?'),
(0x9e487aaf7487519dd0d2e0b3bc1fc36a, 'wp-content/plugins/wordpress-seo/js/dist/faq-block.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/faq-block.js', 1, 0x00000000000000000000000000000000, 0x440b0caf9937a91f61b52f888f826734, 0xd9e57d4b1e36bfd79b9082afd92cee7be03e825627615600e0b768e4964af24b, '', 0, '?'),
(0x9e4c1875f6bc0ed0773f93b2d91b7139, 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 1, 0x00000000000000000000000000000000, 0x1166d9a08b1b197c27a45af3109d7528, 0x645cae74b0da22726fcbd4453d471e10cbfce3c4c52adc13d599b2195d78c54f, '', 0, '?'),
(0x9e4c7bc20b8f83a999774e830538a87d, 'wp-content/plugins/kk-star-ratings/src/core/filters/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0x9e52f5669d96b929deec83a4fcde3421, 'wp-content/plugins/td-composer/mobile/js/js_mob_files_for_admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/js/js_mob_files_for_admin.min.js', 0, 0xf59a6e17fd7244f4914f3ad1a7ca5e2b, 0xf59a6e17fd7244f4914f3ad1a7ca5e2b, 0x116fd5c4628455457d56ee9a141ca80b28de18f533302600e14d3df4bc939dfe, '', 0, '?'),
(0x9e5405d752883666b8cda0a7ebc1c77e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php', 0, 0xc598785c274d6ae668eed20b47bc15fe, 0xc598785c274d6ae668eed20b47bc15fe, 0x14ce211f9ee14c1faffafeb9e1a91d1609435db5c449323389b0717db1b19d89, '', 0, '?'),
(0x9e55b11f46905671223ad31ec236d28d, 'wp-content/plugins/elementor/assets/js/notes.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/notes.js', 1, 0x00000000000000000000000000000000, 0x63a47f111817de6ebde95d1dbc846d41, 0x0bbfcf777e14d2c30b2d83a57e3c4a146832b1b1dad57c100fc910de14db57f0, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x189f6f199086fe683583880d78dc964e, 0x0c36791a75f0cf853be709ad30a47eea7273314aff398ed658b291f24a9e88c5, '', 0, '?'),
(0x9e62025d182e04088fa9ad17d47b4ede, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', 0, 0xe7aa5a47414a3a7ff399bbe438cee829, 0xe7aa5a47414a3a7ff399bbe438cee829, 0xd03f2f2b7f4203b03a543cf05b166b126dffc3d52ac7c904a6a573e26dc03006, '', 0, '?'),
(0x9e660fbd8a5ccb3be7a9b4c5495c584b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', 1, 0x00000000000000000000000000000000, 0x0dcda719dc099c8bb82c5590357e82f9, 0x0729384d5e42911baf4cade9387cad81db205ab5553ede4ffa1878cdcf55c846, '', 0, '?'),
(0x9e6620aca772c570ce28978b70a024a9, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x9e6bab5f81c27ccec47c59da9a2ec8cd, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/video.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/video.svg', 1, 0x00000000000000000000000000000000, 0x877706ae0645865ecb611cbb9af9c8ee, 0x4caa698e16c2d9fccac4c6728ba3bbbdc7fc6c3ef2242f9b8226fbfca9b7e3c5, '', 0, '?'),
(0x9e74a7f01baeb6a6b42f8c2f3b0caffe, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php', 0, 0x50a8467dbfe9b75184cff711c6170a60, 0x50a8467dbfe9b75184cff711c6170a60, 0x44b1d1ef739c07d4a74f940f14b8c7f134abf0915f4332ff6e6e1abe693eb7c5, '', 0, '?'),
(0x9e78d813e5fed5d5b33d2caf8b873d02, 'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x9e7936c1731fd5e2f5ef99508a5f4438, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/delphinium-flowers.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/delphinium-flowers.webp', 0, 0x3d00fe42d8401d3deb3f54fdef700316, 0x3d00fe42d8401d3deb3f54fdef700316, 0x0e9a74589e6ff3c1bdb8f35dc3e8face5eea66658e35193c5ca28f6d96374dd0, '', 0, '?'),
(0x9e7949a5a226d90e6157f9513d29cfed, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php', 0, 0x0afc8005b2cc38333bba8318b64270a5, 0x0afc8005b2cc38333bba8318b64270a5, 0x2dd5b2078228b5127b6361af177ac0bca85367e861bc985db45f7d7c11e17348, '', 0, '?'),
(0x9e7bb3b1eeafcaf2fc6762241f74b649, 'wp-content/plugins/updraftplus/methods/azure.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/azure.php', 1, 0x00000000000000000000000000000000, 0xeae3edaf5454a5a313adf4ad10d4ea54, 0x8cdde0e2ad3697bd5aa68a1a76d95b0d5b307e4fb6a4ebb5ec46bc4780524e68, '', 0, '?'),
(0x9e7f50ef49619ccca9511ce99083e92e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', 1, 0x00000000000000000000000000000000, 0x8f95c1cca22d437117fd7cc025541fb3, 0x2a92b0cddcc5b274a419108a66810f61cdd998b025d73bb659852bd8b6e5c47b, '', 0, '?'),
(0x9e7fa0c34e6c303c2b0fe983fd6f1478, 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 1, 0x00000000000000000000000000000000, 0xf0ed465c61e33c286d23254de5cfcad4, 0xe7b887a8a99556f1f73a4a1150481227faf8957e5074922e66967f12b51a5da3, '', 0, '?'),
(0x9e80c7cb14bae3c05ad79c237c88b28f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_12.png', 0, 0x8dba2c3ee7fcbbd8bceefaaa4d556853, 0x8dba2c3ee7fcbbd8bceefaaa4d556853, 0x8071f784949d282d548b613a5f1a0a8ca00a006de072bf4d2ba2ceb3ad1ba94c, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0x08a912740de27da06ec4dd866e5ec2e8, 0xed8c505bd9ad2e6ca73d04577de99fd031f1198df2b237786768bdebd8750f12, '', 0, '?'),
(0x9e8af335d397e2d59e85a3740d7db369, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-he_IL.mo', 1, 0x00000000000000000000000000000000, 0xd947e4721ec175c51ad7999c4fc44771, 0xcba5a2d0e2606303e56e260d1b179bddae1cf468f74677ab98f32090b174a79d, '', 0, '?'),
(0x9e8c9ee5bdc6992cefcb0b2b2c1df573, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2_no_content.php', 0, 0x08b8a971a93d36d069ebb3518e39ee52, 0x08b8a971a93d36d069ebb3518e39ee52, 0x2457f320f2c95ee3c69ce0ddf236f1af18c10396129d7e64439c82e4ce42cf5f, '', 0, '?'),
(0x9e97a17873a680f31c31052486bbe3fe, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js', 1, 0x00000000000000000000000000000000, 0x47a123666fa5782ac88d3aad82cca9a7, 0x8b53f7f4e75b7a248e0ca20952a58564216b5695e44d104a2e14ae23a3e84038, '', 0, '?'),
(0x9e98f61cdac301f57a870f0fccc35662, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_6.php', 0, 0xea13f4f8107e7f524ebcde488bb024d0, 0xea13f4f8107e7f524ebcde488bb024d0, 0xb16d1437d939297d069a49643aa71ec379755b73e4969e899dbbd562e2a7f44b, '', 0, '?'),
(0x9e9e9aaf4c8ab2328412f6b3b196bba6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import_no_content.php', 0, 0x8e0f71e42903078854a2f2e59c48f9fa, 0x8e0f71e42903078854a2f2e59c48f9fa, 0x18c6a141700d0febb86540e647fdc0aad76067aeb889f0c0f4e457e5caba1c40, '', 0, '?'),
(0x9ea0bed18ba02e9861e5a4c93f5863ec, 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css.gz', 0, 0xb97de02e2e58a57fb080b5f36596b3cd, 0xb97de02e2e58a57fb080b5f36596b3cd, 0x6540cb24d952a9729531973f9eefaca871d37fb23a231e8e08a90c5eff3027cb, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0x71dbd9d77a909d6ed81db97a98a5bf83, 0x2c8d72eada501d512271321160e9a67f4333c1261acb8067885a060f015ea336, '', 0, '?'),
(0x9ea39f5031f041e6b29ae9e6e76c04ec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_1.php', 0, 0x098591ec3fc55d7571fc662bdf6af78a, 0x098591ec3fc55d7571fc662bdf6af78a, 0x6ae4f6a4c3d48c10ae6d083dfe418e7de68901394c8ac67fda558cc61867216e, '', 0, '?'),
(0x9ea7682f14312f0314e064a762f7f04b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_10.php', 0, 0x02385c7d15089cf0ededa7b391a94b4e, 0x02385c7d15089cf0ededa7b391a94b4e, 0x4e0165326373387140fea7c59f0b1c0b6cf8b6905ff9da600af9dd7ab60da021, '', 0, '?'),
(0x9eab1165520ce8fa381a3ce08718bac8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 0, 0xa474b7e9546e4aefcd78c0ea78e59fd9, 0xa474b7e9546e4aefcd78c0ea78e59fd9, 0xa6d92183b8598a1d97b1e4342340bf5a4a44ef7e34a1c1b503c5d111e85fcc24, '', 0, '?'),
(0x9eae41588c00464b0d1ab07686af13f4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_import.php', 0, 0xa3fc74cbd8299698ea2439b2e526032e, 0xa3fc74cbd8299698ea2439b2e526032e, 0x6c758ef5d2fc5c5873d664e1f7cf7f778f301f1b0e1088535240b7501ea2e256, '', 0, '?'),
(0x9eafa01674e6f839d55f3d9a44070241, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_gallery.php', 0, 0xe3a19317e852156d44b215fcebce1e3d, 0xe3a19317e852156d44b215fcebce1e3d, 0xfbb5e3445df66af0e42adf591db92e8cf9ab74b097c55888718dd95228aad178, '', 0, '?'),
(0x9eb1048fdf1932926836cd92bf0dbe7e, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 1, 0x00000000000000000000000000000000, 0xf7b93d51ab27ae8b2cc3ef003997ac33, 0x7c11a9f48222a4602108d61243658a6cb855e51474c67c236ff9ffab489d24e8, '', 0, '?'),
(0x9eb13d4b3370022aacd53d326cc307a2, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 1, 0x00000000000000000000000000000000, 0x732c738571d49fd400dfad96e5623fc2, 0xc9cc6156be886c4b0bad7e96573921132141df195c0681e534a792e84f67addb, '', 0, '?'),
(0x9eb1739368c9f87a51cccc9209759cfb, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', 0, 0x0658d8456d338b2b4f5e5bd12875af1c, 0x0658d8456d338b2b4f5e5bd12875af1c, 0xb5ca60113548d0bc15ca84350f64c097ba37136821f54361f398ce7c27941221, '', 0, '?'),
(0x9eb5802bec0e620b17c709104eada9cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', 1, 0x00000000000000000000000000000000, 0x9cdbd24f4eae86546cd5d509fa020f53, 0x022d6b1d25c3cefc82757dfc2f0128760fe9fb16ff05fe8e7dc45f7ec4dbedb1, '', 0, '?'),
(0x9eb5ea90d5485f38add414522c6ec176, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_10.php', 0, 0x3feb9bed860f52193f8fe9cd84861a98, 0x3feb9bed860f52193f8fe9cd84861a98, 0xbe21031ae9ebd44d72a2ab7bba38fb328c2d1e4f0eddb475f6a0c815daf1c581, '', 0, '?'),
(0x9ebeb44031f0ac7980aa873c38fee5de, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-theme-plugins.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-theme-plugins.php', 0, 0x2926ea7abd2020fbe46e58123b9cde12, 0x2926ea7abd2020fbe46e58123b9cde12, 0xb2de15eff62020515bd643d059baa1e33587dd1f523815f20abdc9624bbe3077, '', 0, '?'),
(0x9ec2e59eec77c1797416e1df29fa51d5, 'wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php', 0, 0xccf091bc46a60edc42c820f41b71b8ad, 0xccf091bc46a60edc42c820f41b71b8ad, 0xeb3fbbda9e5822f2519423bf4aa592cef1a9ac65ee518c34d6e7bb66843538c7, '', 0, '?'),
(0x9ec3655821bebf21489063d9b69e4b37, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', 1, 0x00000000000000000000000000000000, 0xe0719b95ab23664b5bc06e56b2fabf19, 0x09c81a1745c2a3611bf404eaebbe491dfdd3e15ac7be0b65be5f94981dd0072e, '', 0, '?'),
(0x9ec52a14d3736b0473d28d776406c0cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1.php', 0, 0x420ca3a5d0dfdef2aee29502e03f2c2f, 0x420ca3a5d0dfdef2aee29502e03f2c2f, 0xecda046dc624449a33aecb042ddf123bcdbd1f7fe438e54d3ad027b87f6cdee7, '', 0, '?'),
(0x9ed6b23474152bb702180910fe5c156b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3_no_content.php', 0, 0x00005e1e568b97bfff6dd920b77d3979, 0x00005e1e568b97bfff6dd920b77d3979, 0x566f912fd3603274d4f55c069a23f5fbae7517194d1ffc2eae58643265fd8b94, '', 0, '?'),
(0x9ed7eee95bb19ffbd472224976a6995a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import_no_content.php', 0, 0x398565725f575ea16a5a8d9f5d1fac6f, 0x398565725f575ea16a5a8d9f5d1fac6f, 0xd514a0f143a15cb766ae184ec47e7a012811b523289d02d19e03c44d821cf52e, '', 0, '?'),
(0x9edabd5b7a4d5b75a424bfa734ff5946, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-about.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-about.php', 1, 0x00000000000000000000000000000000, 0x1dda94f2de03d9a162e54d46aa302fad, 0x02b242a5f71fc3b49bb46d8dd5a03c9eef27e4472b0cad551aa6c80f1ff25c88, '', 0, '?'),
(0x9ee0be58ad2a5e8ccfba5298b4dc38cc, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x092b83627065a8abd7ca7fe4513503f7, 0x4d6e509553c4307d739576d980204379bd4fbc7a4ff4e2f2a97aa1c71497c525, '', 0, '?'),
(0x9ee0f2bc4407b6ffc74e65c0915d63b9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-arrow-close.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-arrow-close.png', 0, 0x00cf65b8e839ec8c928e0523725ec9b5, 0x00cf65b8e839ec8c928e0523725ec9b5, 0x8adcfb59bfd905248f7780a4976ed30f866b2da500ab0854aead8caad675bbb3, '', 0, '?'),
(0x9ee5b2cad02323d5916e0a64415cad65, 'wp-includes/blocks/latest-comments/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe3fbe9cfe25ed55e042507520c6fc26e, 0xbbb01c5ed2d58f0497b2e78d49a3f8b7a048ee9eb8208fc929d1141dabba4d61, '', 0, '?'),
(0x9ee7c4d1a872d68e77582a6a25473203, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php', 0, 0xa05822f51c26c02fc6ebe331aa6a2cad, 0xa05822f51c26c02fc6ebe331aa6a2cad, 0xf4c948578a2f3bb9c41d29a90c59e1dba269ae08abe17c046b267a4685a68201, '', 0, '?'),
(0x9eed7d891481e6467d78abdf422fb71f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block2.png', 0, 0x489ad5c28a873dc40cb082f36c2a0b2d, 0x489ad5c28a873dc40cb082f36c2a0b2d, 0xe02c6cb71969279df575ab10cd28c2381fb17f6e56701f34547a0b79db92687e, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', '/home/abt90iranbet/public_html/wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x095746dbf7bec30d96ef42a9cb043b19, 0x73227cdab01dfb79970ef3ff2cd36f0e3f648fb1614d94450a4a51fa35d4d92f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xfea25b54a65532781195c5265e99a8f1, 0x2a1e82ed8c52fa1ff12216b7fd9e505f70beb36fc0848145cf4687ce9233ed31, '', 0, '?'),
(0x9ef8123b73dc0b8d9260c0850e5c861f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 0, 0xbbeeaf651605a494a97315e221f5eb1a, 0xbbeeaf651605a494a97315e221f5eb1a, 0x8109c5d363e60eb275cc5a5bee59005edc754f282920002654bcf1c4074c33e1, '', 0, '?'),
(0x9efb83e82061c11214430786c34f7ab5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 0, 0x9a1527716819b4d8840b5f9387d9a3fc, 0x9a1527716819b4d8840b5f9387d9a3fc, 0xc12f4bd1b354b718b746151cc672b5d9173d7da4ed3b95a3576de5347d79a9ad, '', 0, '?'),
(0x9f0277689e7465d81632fd15666ca285, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', 1, 0x00000000000000000000000000000000, 0xd3de265951e4a5e7d832426dba2cf211, 0x2102af97b2959272ae0e21601a3807da6a5e501f378326b6a749712a9f2dc501, '', 0, '?'),
(0x9f0990198ce252293a71e60946812970, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-file.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-file.php', 0, 0x6d6a04e12510d9204ca7769b7ed3e38c, 0x6d6a04e12510d9204ca7769b7ed3e38c, 0x31438510165273358a3610c46308b89659b2eaa6f8dd20565bb9f1d641650ac3, '', 0, '?'),
(0x9f0b1bbd11491f958e7c3e5a940fec71, 'wp-content/plugins/elementor/core/logger/log-reporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php', 1, 0x00000000000000000000000000000000, 0xd972965f15532c283446a49d071bc479, 0xb27f54c3e1cb5f05d3c5aa3ae4eef95a3cc2309e85f211cb9dbddc4c29c57571, '', 0, '?'),
(0x9f0c21200664b4fe8be088784f0d3ca7, 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 1, 0x00000000000000000000000000000000, 0xbceed09d0ef028f6a02513fa3b916128, 0xb888f1fca720bee7010b0d00c36815ae9309825ee2f8ff2691146951ff70390a, '', 0, '?'),
(0x9f114376a59abf8890a60bde34a5cae1, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', 1, 0x00000000000000000000000000000000, 0x0930e015bef74f519ca139392b680887, 0x0fb2555b9aa4385362fe85a6c170596c20ad2e128f511ff2c12c6cc2dc1432e1, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0x9de1cbd0e95dab62ff79637ef1e04b77, 0x9a8183e195f31ab054ee44692ec271739306d5b6ae20a242dcc3602d70fd6e4e, '', 0, '?'),
(0x9f27266fe753770436a1c2f3d8ea28e4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 1, 0x00000000000000000000000000000000, 0xe3402b1713b09ceb53d683a9026539f8, 0x4ed34fb2ef384d3e991934c3e2e604191124e20e8854387d549e5efb8064e8a3, '', 0, '?'),
(0x9f27b171a188ceff15f9e848adde7015, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-analytics.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-analytics.png', 0, 0x9fb84722012425110969496331ee4055, 0x9fb84722012425110969496331ee4055, 0x0d5d65d6a42f05cf6456bff6aa00e0e5f083abfdf791b6deca570664f90cae63, '', 0, '?'),
(0x9f2f0fb034a221e98aa34270448f3ae6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', 1, 0x00000000000000000000000000000000, 0xd051124ef27fb05ca982c35453a364cf, 0x56d611170b612765a52273b5232fea52ee7b141710bfdd0296fef23dcebd99e8, '', 0, '?'),
(0x9f31782adab6e23e603b199731b5162e, 'wp-content/plugins/elementor/data/base/sub-endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php', 1, 0x00000000000000000000000000000000, 0x464a88e158eceb028bcdae4dbc299b92, 0xf860937fd41d2b79d00ffaf5f7f1828ed6a75dba908c1592a3664ef98d7ff1f7, '', 0, '?'),
(0x9f31ac3eb81177df1be30d5262a02d40, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_10.php', 0, 0x0f8200bf13f77add9ddfc5960fd0c3dd, 0x0f8200bf13f77add9ddfc5960fd0c3dd, 0xcbea3bd44adbee7c5b87dfe460d7157e876dc6de02d892889147f61dd1df662c, '', 0, '?'),
(0x9f321f8c85737c0701a614cb770fdf7a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 1, 0x00000000000000000000000000000000, 0xe94e10bb3f81a5b791e6a46f4b8b6cd4, 0xa9a3cbfa51dcaaa88df4b98140062d613c1285b6017cdf9be5c3eeb7a003e726, '', 0, '?'),
(0x9f34e30813945a7399e92e5d1be5f12a, 'wp-includes/blocks/table/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme.min.css', 1, 0x00000000000000000000000000000000, 0xd92add14b11c9186b7c8042756936d9e, 0xabfef201cd429f1cee4ff08797d4079511f426a6dd27cc6f31495979be062544, '', 0, '?'),
(0x9f36442afa9fa746b4079a0acf00d969, 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 1, 0x00000000000000000000000000000000, 0x6a48a60c434cbc61c637bb008b9bf8b0, 0xa9717af4dce0fcb2c89e2ef95ccb05f05a7ac36ed5345b62e97c73419346049b, '', 0, '?'),
(0x9f3956237dfd58883ce51ed20a5b0c52, 'wp-includes/blocks/template-part/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme.css', 1, 0x00000000000000000000000000000000, 0xbf2552e9eb04c7bd2ebccfb4d2ea86ec, 0x537603ece00a04f341ead8c27426d33241aa55972194759aeac2a3678f0c00b4, '', 0, '?'),
(0x9f3a7246b6ffbcac586e6c7cdba501f6, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-taxonomy-column-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-taxonomy-column-integration.php', 0, 0x50d626007a8a8cd6db0f13b42ca28733, 0x50d626007a8a8cd6db0f13b42ca28733, 0xbd49ecb88d94c0329ef571962bf1766a7079ce5b1f22ca3484b52cb067d91e4e, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x9f384c876a812cf3aa1e060efac44141, 0x8b3aa2636ef2af47bff39c9342263c38d4667e51ec14096398d5ecd13e7b48f6, '', 0, '?'),
(0x9f3ed180108b372b94e7f23b91f23f64, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_b.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a, 0x78074f6224c081411be7fdb69c4da7c717db2185b5a0035f1415ea781c9a8f60, '', 0, '?'),
(0x9f43b4af7c2337f53dc4c4713ca39556, 'wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd90d338003c9c128f576ac0f50edf54e, 0x8cf946cfe5b1020de80dda9f4fdef01315c2134da799483ab1c8627eedfd9a5d, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0xa5b56b52b9662cef904a03aac1de6bab, 0xb91402bc669121a7d90d57658ca53d3ff5db4b8d01a49b6a5026e92a0879d67c, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x83bb2ebc0c20490035d7418c8a44e43c, 0xca853c3bd2a8ffe8a02649d6985ec7644428c7c7650858f63bce3b067bbcb084, '', 0, '?'),
(0x9f4c84c9664deb8e0151c54b6397a492, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php', 1, 0x00000000000000000000000000000000, 0x8741445d9462e20cccc6df9146c1d373, 0xafe264b91ff40d42b763d4cc457c4c5a0bed98612b4499c5ac8097c5011b3245, '', 0, '?'),
(0x9f510d9d574deb9564d985bd8d23a836, 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.min.js', 1, 0x00000000000000000000000000000000, 0xb76329e57049c488b96fc5d2c64dd4ce, 0x16d382275a16f8da00162fd46936ed8fc57ad9c04d778583bd0616427b0d9ae1, '', 0, '?'),
(0x9f51e6be707e9aacbbf2ab63f5afef72, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_2.php', 0, 0x13d46fed332a808ad79ba4137d37be5a, 0x13d46fed332a808ad79ba4137d37be5a, 0x0fe3cc320b2ffb3ed97b9f2f1aab9ddeef8a76885308325a95c9e0452397cbcf, '', 0, '?'),
(0x9f578936c6994569796aefdaf59e98c2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', 1, 0x00000000000000000000000000000000, 0xb7068a3da628847d70669e8dd42e1beb, 0xfd887de5c5d5696646bd37f0c8c169b6e88179ee760f9b148b6e555e13786aa0, '', 0, '?'),
(0x9f5cb7ff08e00cd20d53ef6aa9167bb4, 'wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po', 1, 0x00000000000000000000000000000000, 0x999f95664f34745f0b819c01ba744272, 0xed378509dfa61e1b01dce1f66cc23abb5f4ac086f5a936bd75d6948de307418a, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xd7a8a7954085b8b996f5b7acfe289555, 0xd35505334b88e38ddb07df0730b2937b3b3b690b1a99249026495f6e5b55c9d7, '', 0, '?'),
(0x9f66c5d2efa3730149423d72d53ed967, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 0, 0x2c839f9e977f695311d62795940c640c, 0x2c839f9e977f695311d62795940c640c, 0x9da5560e4b1d77306ebcd407b7b77e311e5b5ac0bd149a5d00bd304f741ce28b, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x9f69f39830654ad897d7e237c8b27576, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', 1, 0x00000000000000000000000000000000, 0x99105aed8a0f8fdd87b39c262ed54e73, 0x9fde803eca5cb70eb0a38c5ac030f59a1a9dde71990e72b17741e3c21325cd8e, '', 0, '?'),
(0x9f6bb9900aee7e973c221a57347e9f60, 'wp-content/plugins/elementor/assets/js/lightbox.1b6e05e0607040eb8929.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/lightbox.1b6e05e0607040eb8929.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x40a6e966528d0de3e7f3ba41ae570396, 0xbc0da3072cd6ea44d2f2681ee670d8577a8dd91178f1ec191f62d2432e4f211d, '', 0, '?'),
(0x9f6eaa624d5633130d00ca06fa6eed48, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 0, 0x6ac13b6505ffaf617a2358fcf44db6c2, 0x6ac13b6505ffaf617a2358fcf44db6c2, 0x788e96247085627263b1bf6eaa9027b21856e39375e3a63a0ade5df2591a57b0, '', 0, '?'),
(0x9f7128c13538b575abb6195bfe086c14, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/media.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/media.php', 1, 0x00000000000000000000000000000000, 0xb1ddb327a0ef68b6ef98861e3338e9b2, 0x04496c3906c9e745207ba91954c58daa983330f9fec2857f0092779a59dc6f4b, '', 0, '?'),
(0x9f7297ca4b666f4d9b760b35db0259e2, 'wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg', 1, 0x00000000000000000000000000000000, 0x5c890fb5ca144bfb77f25a9f33471477, 0x0b939a72e03caadb79282236dd526ee707d0c40e35b4f041fca097a15d2c7150, '', 0, '?'),
(0x9f834421e57e133310a52d371d8bdfe9, 'wp-includes/blocks/avatar/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x581c6c829fc67d4547d1007e3cd4593e, 0xe6f2b657a3b738a4003157c5110beb53616329230a37bf37b6fffe1088f4d94e, '', 0, '?'),
(0x9f874029612ddd1083c74262c351eb81, 'wp-content/languages/plugins/elementor-fa_IR-dde11340ced68bea09c9fd29c9ed4534.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-dde11340ced68bea09c9fd29c9ed4534.json', 0, 0x92d73f2913e231678846b0c43bd512c4, 0x92d73f2913e231678846b0c43bd512c4, 0x11512d2a3a2476f67e90f87000c91ee419f59a52e99626c51e8b84884799d359, '', 0, '?'),
(0x9f89605d2f8877a320749ddf9b53041a, 'wp-content/plugins/elementor/assets/js/onboarding.f2f8af9f7327abc100f1.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/onboarding.f2f8af9f7327abc100f1.bundle.js', 1, 0x00000000000000000000000000000000, 0xc93c93ebe608d968e99d59f166675734, 0xc3af5e25700a6e6b5cdecaeb86403a6e001bd8032db9e55f6d2a6c254b864dbe, '', 0, '?'),
(0x9f8ea43e088d3cf7489e2510d7ced170, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_14.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_14.php', 0, 0x01bae06fdb064dc913bc9b4d294e3404, 0x01bae06fdb064dc913bc9b4d294e3404, 0x39c10fd8139e1ee8b84b4d23a2435e0498bea74b8b377edb1e3a0151926671f5, '', 0, '?'),
(0x9f8ea445ed7b2309305d3f0833043cc8, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.min.js', 0, 0x53604ac82df303661bcea276732d917d, 0x53604ac82df303661bcea276732d917d, 0x5bab8079f8fc4592f5af530707a607c07d2a384e0c0f0219eee84879e2c3e20e, '', 0, '?'),
(0x9f9556e9c4816bbbff6a7d1c5fe579d6, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_custom_field.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_custom_field.php', 0, 0xfbbc6f6ea5ddba1c20e1dafe908a81d4, 0xfbbc6f6ea5ddba1c20e1dafe908a81d4, 0x0bb83b1f16b0fa70231e92859a816a07257777ff0ca9c681b1db0b616bb37f41, '', 0, '?'),
(0x9fa900adaf74ece92bfc6febcddb2ab5, 'wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 1, 0x00000000000000000000000000000000, 0x9a2967687d9f35432fa383660114edca, 0xdaf974c376aaa61bdc75138201c7773c33707200cebc91230d3b15fac24ba646, '', 0, '?'),
(0x9fadd2e65cfa722538abbe2b81da931e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png', 0, 0x34962299a77b3eb050aec59fb26e2172, 0x34962299a77b3eb050aec59fb26e2172, 0xa3d0ff281aedd8fd8c6552bb0c278c7966cd8b4713df879e2abee6783db9efae, '', 0, '?'),
(0x9fb269d247b5c811946a23c4e50629b5, 'wp-content/plugins/wordpress-seo/src/generated/container.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php', 1, 0x00000000000000000000000000000000, 0x2c8b772880ecc3cdc24ae84139071bdf, 0x45a985eb1bee8b118e464f17f38de07338fe26a9a208fde5200efc6c35acd43d, '', 0, '?'),
(0x9fb2e5a8fbeac228870928d206b2af23, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.mo', 0, 0x6bb76b614c70f6ddbb914c6f85e146e4, 0x6bb76b614c70f6ddbb914c6f85e146e4, 0x3470c85474248e1d16e87b523bf919b6da56375204083f5da7dddd4003e07c4f, '', 0, '?'),
(0x9fb6dd5db3d863a7bc750871a97ca67a, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 1, 0x00000000000000000000000000000000, 0xcbeb1866fee5662d1fd0448feb7e2912, 0x9401e996c28964c2067d999e181aa962082f80837db4be5b3c33cf68974a9789, '', 0, '?'),
(0x9fbf831bccc33851eefd1f90499266de, 'wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem', 1, 0x00000000000000000000000000000000, 0xa527b93e71b94759d99643641ff3b531, 0x45e03461fe62030860100029b61ebc9301e7a6556928af40adcf88805b3ba5d4, '', 0, '?'),
(0x9fc35d976ca0fb88cda6ef9ad2ad66f1, 'wp-content/plugins/kk-star-ratings/freemius/includes/debug/debug-bar-start.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/debug/debug-bar-start.php', 1, 0x00000000000000000000000000000000, 0x5fa116c8b2bd8686d9c7b230c87e9222, 0x1a1f870f0b21d377cc83335bd67232b18d8d0e9ed5162626075caa6fc0646c3b, '', 0, '?'),
(0x9fc422ee7206b562df9bf4551e4259d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2.php', 0, 0x3a05c67c4b0c3d400f299d209a0c72f0, 0x3a05c67c4b0c3d400f299d209a0c72f0, 0xe696246026e14942bfd50f588fdb9447d4553d1c207cf6d5bfc7ba5c8f05616b, '', 0, '?'),
(0x9fcd157ca98af268731f475d2fc78617, 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp', 1, 0x00000000000000000000000000000000, 0xe66b9824129232faa34638d26b525910, 0x256d00ef4ff267dc9a28f28cb394b742b4f377e6ff13ec7e9c9e3b49316db18b, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x9fce2068b18505572002df7b80c2a915, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_2.php', 0, 0x4bd4e40b8bd222a18b77e5803c1f74e2, 0x4bd4e40b8bd222a18b77e5803c1f74e2, 0x92b3d9ca838c79f61a2e12f7b7c00c7eda6c7437210847d2b3c94034b427ada9, '', 0, '?'),
(0x9fd28ae2f3fb0b8b0ad4e6190cf66e19, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-customizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-customizer.php', 0, 0x1a6cf54f06940490508465ab8547caf1, 0x1a6cf54f06940490508465ab8547caf1, 0x46c0b9de6f135f3e9abee750b1eda3ffe7fb844627f63c725d171110ef9a47f8, '', 0, '?'),
(0x9fd406018ac8dc6f4ea1d65cff3c7336, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', 1, 0x00000000000000000000000000000000, 0xc755e0f183b4cf8e1249f04347c503fc, 0x12bfcf0664a6fdbf38adea7e343066e3565c6304bf1f1605c797f7685e23bd1d, '', 0, '?'),
(0x9fd4c0d2d10395089892a2c094cc78d3, 'wp-content/plugins/wordfence/js/wfonboarding.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfonboarding.1690810710.js', 1, 0x00000000000000000000000000000000, 0xc5fffab9d10d84b8000f84039063209b, 0x366b502b34cba25387ebdd7787518bfbf3b6b2cfe8f78b658c14a61912a265b0, '', 0, '?'),
(0x9fd634458d92cfc7b51ba94b5b191290, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_4.php', 0, 0xbe5336903a9e2f1b071ffc427fb96500, 0xbe5336903a9e2f1b071ffc427fb96500, 0x50b093e2a67b58384223af6ddcee70736710431136a2987ef2163e04b659c2a5, '', 0, '?'),
(0x9fd6704f7eabc5fedae75c54bcbb3d14, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_12.php', 0, 0xc2d58b192cacfad2b28c352462e68cfd, 0xc2d58b192cacfad2b28c352462e68cfd, 0x0ec2886ca76c5aee79a7e2c73bfb231b83a8d83da1099f9948cc82404447fbb8, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x9fda62147071a00efcf3360135b8866a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block12.png', 0, 0x16cff3caa7b07c4d70cc61c2f6eb3b9f, 0x16cff3caa7b07c4d70cc61c2f6eb3b9f, 0x2d2fa8553f6794e37c1ec8d7f209dcf5c77d583947b4716a3514f56bd9c090fc, '', 0, '?'),
(0x9fe055d485db15a26cf0292567904e89, 'wp-includes/class-wp-script-modules.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-script-modules.php', 1, 0x00000000000000000000000000000000, 0xdb7d84573735af559a57eff9a8677259, 0x90eb2266d51dd37e6c79778ffd93c143e3355124f8af4f08073cf028ccf31a64, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react.min.js', 1, 0x00000000000000000000000000000000, 0x3b97c19585abe23d7f55603028ab9b80, 0x685883c30a4c62c4ea4aacf968730bd42b8e4c2a1bddae9a1e152a298cebcd3a, '', 0, '?'),
(0x9fe3a7cff4fbc46cb1b44cc68de1a587, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 0, 0x8ed1953844154a2dda5c362aa153500f, 0x8ed1953844154a2dda5c362aa153500f, 0xd5dd73b23a2fec408237609635d5a54bfc17a302314453be56c31b960912c1e8, '', 0, '?'),
(0x9fe73817b3648cc989692531867b7323, 'wp-content/updraft/plugins-old/updraftplus/methods/backblaze.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/backblaze.php', 0, 0x4f8411ce62f03f4523d685a86febf7b7, 0x4f8411ce62f03f4523d685a86febf7b7, 0xc30ad370de8a5abeb5429751aa0f7ada793a452e538393c1d304bc6852101d3d, '', 0, '?'),
(0x9fe88b78fd9da14979eeda66914776b8, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xfb58ac6d1ebbb9a2688af34747558814, 0x7d53469186c1e20cd9695163a35f46bbd122d44d03448c144b91a10dc9a16101, '', 0, '?'),
(0x9ff24097a0bdc2cfdbdf02fd25021efb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_import.php', 0, 0xe35c39ce29fb9897ca178a51dbc17ee4, 0xe35c39ce29fb9897ca178a51dbc17ee4, 0xc788fff2e4a9aa952e777290af493640e067f6c1fc712b5a595edc6eb48247f8, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', '/home/abt90iranbet/public_html/wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0xa12e6aea417f381ee09d728df755711e, 0x97153ff90575115a768dbe2a0ed633320e3b68fa242c0d804d1445db7edfe07f, '', 0, '?'),
(0x9ff573c62d9ab4a1051b076222dfd3e6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', 1, 0x00000000000000000000000000000000, 0xab6a719400c258824dec8cde2a3d55ce, 0x5ac7ebdb0d3c7843a7ad3b1c0666d5b7f29b7c820b76ac4fa6a7bcf7c717d9d9, '', 0, '?'),
(0x9ffd1ec4402776bd82e259ab21d1b5fc, 'wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x96d3f126604f9630443e16ccd47f6df6, 0x766a7a98c60bd69a1133adeddae92f20c022d1b8a1ec12ce2d3b4694bda308df, '', 0, '?'),
(0x9fff2a5e6476c8a5d3d8e14c866dcc81, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php', 0, 0xd1c33b7c80eee7bf765d2bb0d4fb33ab, 0xd1c33b7c80eee7bf765d2bb0d4fb33ab, 0x280648227b9238bb5cdfe3fb8416981a8703b5c0b8ea0f82453d50d2befba850, '', 0, '?'),
(0xa0004abff7fe18c69499c051025f0f8c, 'wp-content/plugins/elementor/assets/css/theme-dark.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-dark.css', 1, 0x00000000000000000000000000000000, 0x8cd69225781fc8743762a34549c99159, 0x901b73298616e8d69fb49ab4afc6b373e441be6281cf19755653b6c2a2ef3e02, '', 0, '?'),
(0xa001531c91f763db53957ae4b2948a20, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', 1, 0x00000000000000000000000000000000, 0x17c3bca5d455ac316a9673c9c5f9d187, 0x8af190ab5b645ce0aec03e22a295f9845560b0ab227d63ee8e9df95855379551, '', 0, '?'),
(0xa005a66598624bcc26ae9307fa81754b, 'wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php', 1, 0x00000000000000000000000000000000, 0xada60628c63e48dfb8524bef00b075e1, 0xb343dd0eb3b742710bf9998ab24e01edf4f5e1753062326d61d30931eb992f0c, '', 0, '?'),
(0xa00d548e95e9df18a6a197f1771c3934, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_panel_settings.txt', 0, 0xad670cbb8ccbc3e3d879ac1f7fd4a57f, 0xad670cbb8ccbc3e3d879ac1f7fd4a57f, 0x8a830878d3bf33ac20284250158ebf5ab21fb04fb05a19566f176395529024b6, '', 0, '?'),
(0xa0110c0312ddfdab4284b23aa99cecc4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', 1, 0x00000000000000000000000000000000, 0x25241cec43e45805b40551951d6b083d, 0x81b1a0314124413b174e1f7dcbec82e92cada177c1bfb3170de99804b6fb56ef, '', 0, '?'),
(0xa0119656cbc74354e31bd75e0b9812cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_5.php', 0, 0x8bf3c050aa74777366956b032ce40260, 0x8bf3c050aa74777366956b032ce40260, 0x1c25b9d17b232c1975b10f47449cac66b6cc50a8e09aa5fac3f354c92e1bd0ff, '', 0, '?'),
(0xa012791898743e77736bbfc75841f69a, 'wp-content/plugins/shortcodes-ultimate/freemius/start.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/start.php', 1, 0x00000000000000000000000000000000, 0x5902679cfdc4745244efbf874852588b, 0xe356c009e4291914dd049f4b0cb3133f46f7fa18ed6b4b78c533e4927feba385, '', 0, '?'),
(0xa01403e9929861b3f691eda21dd60e54, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_panel_settings.txt', 0, 0x9c3a32dc51c81f449212168b3bf4caa8, 0x9c3a32dc51c81f449212168b3bf4caa8, 0x70cc9bb694d061be47c839650eeee455338797868a58ad71f2a0dce1fa495806, '', 0, '?'),
(0xa01819d3b25b8cc4cd524f317c477a79, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-htaccess-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-htaccess-exporter.php', 0, 0xe2120d6772d65493d8c6075fd3179f0c, 0xe2120d6772d65493d8c6075fd3179f0c, 0x6d3f3ab8c1d22d9e087c1687a17efce3142aef777b832733f7144d41f9a52ccd, '', 0, '?'),
(0xa01a4067cb1716d90afe383d4ed53594, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-back.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-back.png', 0, 0x926991ea997bfb9625a8ec6410780aa5, 0x926991ea997bfb9625a8ec6410780aa5, 0xee48f619bdb51abf3174b685a3bbf2a6bbcf687dfa5bb1bdb44c458a66c06cbf, '', 0, '?'),
(0xa02ad2026f89486df77cb4e734cbbd6b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', 0, 0xf114f3f7b77c4e228b67a00f29524807, 0xf114f3f7b77c4e228b67a00f29524807, 0x20312f2a2d637bd4962634ad9f4d63fdb86caf3369b578f33dfeb715892cb9e5, '', 0, '?'),
(0xa02c311d6baddea9de76c51f071e0564, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php', 1, 0x00000000000000000000000000000000, 0x36e4d5d338b62eccfc318d8db1ba0c20, 0x54c3c2ea8f62bf92f5badddf1317cc9b58fb4cf32df266a0e7fdfb3c557cd03c, '', 0, '?'),
(0xa02dd90d6659e9bde1af20da8805e5c4, 'wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php', 1, 0x00000000000000000000000000000000, 0xc522d33b5b13a0d7e83de645ecaf048a, 0xaaa2d562d17163829ca8058f55b007f3eb08bfe3b5ad1c3d445c95652940e1b3, '', 0, '?'),
(0xa030934c92c841763fa9777a59f0bd83, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_5.php', 0, 0x7ea5af73b20abeda22a1366362c3b9cd, 0x7ea5af73b20abeda22a1366362c3b9cd, 0x68fe76bcb61ddc6f957e5c0fcacad0c719fca5188bcf095087a88ebb044b8ada, '', 0, '?'),
(0xa03680a8eb8689e638a14e33aacaa8a1, 'wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', 1, 0x00000000000000000000000000000000, 0xf752c33922242ee5efd3b9d9bf2461e5, 0x89d37b61d37627a1ff33e3fecdbbaef2bea0f90fc33c3419d134dc379114936f, '', 0, '?'),
(0xa039b9f32bd2f1be58438145f34c0abd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php', 1, 0x00000000000000000000000000000000, 0xf02dd15d4c39b7cb6ba98df1577feac2, 0x249005f29827a7747f50196091d372c3f31f6ca6dc8cad56f540fdbfe7e4412d, '', 0, '?'),
(0xa03b6f94e1bc4f9f75547de5d6144054, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 1, 0x00000000000000000000000000000000, 0xe7bccbed2d759ef9cb4aea664f9268df, 0xd6f52041902480fb79a7cc5b2dee64fea0fa13cd42755c0cf2095e3d375a404a, '', 0, '?'),
(0xa03c40e3b5b578c6557bd190c2790bc1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import.php', 0, 0xa901bc4550d29237db13b49a2d38e331, 0xa901bc4550d29237db13b49a2d38e331, 0x05e237dfe56d790bee1181e86c128f64fcb2dcbedf5cb01e43df8dfda67ab674, '', 0, '?'),
(0xa03f5149200d13ae0862408a72720ed6, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f7cf0628091e16b1eedd68fc1c876a2f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f7cf0628091e16b1eedd68fc1c876a2f.json', 0, 0xba687071f7f68e2f3b3dcd304eeb2fca, 0xba687071f7f68e2f3b3dcd304eeb2fca, 0xbf5b54054056b42e619f06c31222f6758cfd26680a154b2a832749305ca5339b, '', 0, '?'),
(0xa044a278782f54f7bee7aabd562da104, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php', 1, 0x00000000000000000000000000000000, 0xac6ec493239803cd18ec3083db00aa2c, 0xf81d3023096fe9bc23c6bd4c0a59c8f8aec3248a716ef62757d64e8e58ebb681, '', 0, '?'),
(0xa0483db127eb5f0dbf5bbcedf6e57a40, 'wp-content/plugins/wordfence/js/wfi18n.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfi18n.1690810710.js', 1, 0x00000000000000000000000000000000, 0x692658441645eeccf2ae70192f4eef1e, 0x475509139a8b2a8ee86bf6502ca13ad33f2b7d78904862b735ffe4b0e1ac239d, '', 0, '?'),
(0xa04d2f01ed0ebe2b5b4f33925088a19b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_7.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa04fae6513682f8f59f17a000437d2e4, 'wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php', 1, 0x00000000000000000000000000000000, 0x5a123567fa56aa54239e1e09ef8f2962, 0xe9fd1f45c624f034a0f4d38b2d409c87663a6b1e1f5c216d1f51d1112f4d19e4, '', 0, '?'),
(0xa04ff018cbe12d3092ec67753af6248c, 'wp-content/languages/themes/twentytwentytwo-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentytwo-fa_IR.mo', 0, 0x63313ac7cfdda6bebbca423e124dbeae, 0x63313ac7cfdda6bebbca423e124dbeae, 0xc41bcaf24e43d642d9cc8142981dfcc41ad11bad2b7dac2cfcff5326858744c7, '', 0, '?'),
(0xa0567e125a916dfa17ea9bcf47733334, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Util.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Util.php', 0, 0x59e53657b542cec4186136cbd9b6df47, 0x59e53657b542cec4186136cbd9b6df47, 0x1085b1c93f5513bfeb0ef4cb0142a1db20f4d88b98d83551650e72cba81c78ab, '', 0, '?'),
(0xa0643de516977ebad6010431036e0d6b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1_no_content.php', 0, 0x13df22597c8bb846893a011c72adac39, 0x13df22597c8bb846893a011c72adac39, 0xee3138ab2ed6151b05033c6953ab9462da57933c6a10188632448f1878412f87, '', 0, '?'),
(0xa0660f158e1f039db93d2a85624f73c8, 'wp-includes/style-engine/class-wp-style-engine-css-rule.php', '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-css-rule.php', 1, 0x00000000000000000000000000000000, 0x9f9a9b44f5647a8fe8f45aaa55a140cc, 0x437a563c2424c59083365da9ffffd8f5e5f6ac7df2e1863b6393cb48268e2262, '', 0, '?'),
(0xa06b51aa7b875e9b91061a864c5fd2bc, 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png', 1, 0x00000000000000000000000000000000, 0x8ca4b8aa502255f3f5814751137cc548, 0x984b0c89bfeda409ac3fc01cd5450eb353d93dec61150ae4337b12774461ed6d, '', 0, '?'),
(0xa06bebf5237e6634d8b88b9dc113e595, 'wp-content/plugins/td-cloud-library/state/category/tdb_state_category.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/category/tdb_state_category.php', 0, 0xc799e4a71c024ded621e144eaf8ac48d, 0xc799e4a71c024ded621e144eaf8ac48d, 0x1375cbe7dec4f191b19d71a423cfb0bfd4bdd1e3fded265a7089073406859fda, '', 0, '?'),
(0xa06d32e48018d793a9777b808a93450e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import_no_content.php', 0, 0x2b515154a5c9014eb072d268ec3dd689, 0x2b515154a5c9014eb072d268ec3dd689, 0xd521c38a819e076ff459e53fe255dc10c6863c3b2762e30181ac0c019e92ca1e, '', 0, '?'),
(0xa06ede881a1603d82fa83b3865a35b8f, 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css', 1, 0x00000000000000000000000000000000, 0xa2431bc290cf34e330e11ec4cfce1247, 0x7f8aaa78d836ad0f95d1eea6c087791362c5084abdf3c96d185926917a4614ce, '', 0, '?'),
(0xa06f4ddb6c8a2e999df83c091dccc58c, 'wp-content/updraft/themes-old/twentytwentythree/styles/sherbet.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/sherbet.json', 0, 0x71de59666d3dabf6ac35481118580378, 0x71de59666d3dabf6ac35481118580378, 0xab36f4a57a9778ef5077832ff8004b44340596f543498a32cbbd8d9fb002a5f2, '', 0, '?'),
(0xa0709ba7a37095a95156d7b0edbec838, 'wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb1802c42916b0e2769026bb273e72277, 0xdffd62ca7e1580c4b35078a5974f2ddce7df10fb6bebb455156e62d1059ed189, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', '/home/abt90iranbet/public_html/wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0x92c9a579ff4345194c91a5011a10c4a1, 0xc42045e3b833c70495aaef59ca358476466bb372f3da1ad7043bdbe014e7a6f3, '', 0, '?'),
(0xa0787b3a18a451255ca35fc6cbb038fa, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', 1, 0x00000000000000000000000000000000, 0x0e2ee9ed496795041a71dc294a401b0b, 0x38085bc96bb347ba8418a59be31341bd2fb14e99b7396ee8b69522c305362754, '', 0, '?'),
(0xa07b28deb8e0fda3f4c24aee9f61eed5, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop_2.php', 0, 0x08b9285b69b6c9150d8634e9524c6587, 0x08b9285b69b6c9150d8634e9524c6587, 0xff236bc40cf2ad315e847a08b1f738416a35b441a38bfb0546cddaf808bad75f, '', 0, '?'),
(0xa07ef7e072e8e71b310bd3dff55939a1, 'wp-content/plugins/td-cloud-library/includes/tdb_state_template.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state_template.php', 0, 0xc2f76a57d01e628509e7b55435864daf, 0xc2f76a57d01e628509e7b55435864daf, 0xbe863824e1869779c21d023a7b8bad6e7f8161034f8dc90d0cd391cec947a021, '', 0, '?'),
(0xa0824e8df71e707db1be876f42b35692, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-2.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-2.webp', 0, 0xb918a975ae328f3963f7ea247bcbe591, 0xb918a975ae328f3963f7ea247bcbe591, 0xf41e63ca9428f58fb7f071e4b8452e1a0a88e20eaf3c1e8aec32f73c827cead6, '', 0, '?'),
(0xa0843d6ab683fab3f1cc37840a30e2f0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 0, 0xf41fd239940b8a9743175aa7fcb667b9, 0xf41fd239940b8a9743175aa7fcb667b9, 0x115952576519c875bc96efedd9c1f4189398c4d1ccce70c57bc2b3de52c43ed4, '', 0, '?'),
(0xa096a083c1a797e996ac10a4c60508c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', 1, 0x00000000000000000000000000000000, 0xee30c9386fc883d4f87e37104741a168, 0xc6882b5c2089cd4ec4c5ba7d4e1b742190e5eacd514d3d32dad63ebd3dcc6d56, '', 0, '?'),
(0xa097f06711d73b527fd6d0b68047f8d8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_3.php', 0, 0xb2f9f736e300d660500a8e58d549cbfd, 0xb2f9f736e300d660500a8e58d549cbfd, 0xf45c85e99d7e3c1ee03ddd4a2f3151dd4ce4342ab8a319d48ad7cd3201e5b8f0, '', 0, '?'),
(0xa098026a766a5240599d5a71ffdb3225, 'wp-content/plugins/amp/includes/ecosystem-data/plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/ecosystem-data/plugins.php', 1, 0x00000000000000000000000000000000, 0xba3743cfe1536e73f7a89f1737823aa9, 0x6510023d2819644ffac5702a157b5dcd91da6af1c0b7de5aaf7692a758411825, '', 0, '?'),
(0xa098bf490f9ab8b383f20305e243e7d8, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_int.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_int.php', 0, 0x39a119c9afaebb018caa5e3f0dea3eb4, 0x39a119c9afaebb018caa5e3f0dea3eb4, 0x294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707, '', 0, '?'),
(0xa099868fffdaf11a83be7c16de37da7b, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370.css', 1, 0x00000000000000000000000000000000, 0x59328249d30b38ea4e22303d84dae7b8, 0x125bf77f65e3def01ca3c1b34322003737a495b55ddb2d49b34d79550f6de272, '', 0, '?'),
(0xa09ca46941243753bcbd32c07b56c63d, 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 1, 0x00000000000000000000000000000000, 0x8727dca35a8a5eacd53b7a33bf4da7cd, 0x7879d95625e99d71c2f3bcf1022835a71ef995e4a56349f4d37b092d841c404f, '', 0, '?'),
(0xa0a7ec7d5def99786d1d85dbcaa1a5ac, 'wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php', 1, 0x00000000000000000000000000000000, 0x95fd0f0918536db7773cf2601f9af061, 0x49c38d6d9012449e1fda2ed3f335a9f67fee0f44197770c0e0850e5dcfb9c9ba, '', 0, '?'),
(0xa0aab16a81b39673239bd677e0c0ed25, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slide.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slide.svg', 1, 0x00000000000000000000000000000000, 0x6b58a5dc6d4e0a6d5c137770d8ea84d1, 0x58bfde926fd4300c4dce8863a63764306878ef490d0c28e1db713fb524190198, '', 0, '?'),
(0xa0ae64dd27a0fa28c830a916e34fdeb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', 1, 0x00000000000000000000000000000000, 0xfa51f000f57cb79e57007931383e0ccd, 0xa001f00efd1dd0a9bad68e8e31954b250d9f437d2713793b5c280072ecde0081, '', 0, '?'),
(0xa0b16e312ec39375e9749f1781c86c58, 'wp-admin/css/colors/modern/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors.css', 1, 0x00000000000000000000000000000000, 0x5e68117e9ec325194e5aeeb8f4dbbac9, 0x6276d5d047968c100d63b6208f0f4ef5bf925220e51dce5e6670883da7f8b138, '', 0, '?'),
(0xa0b3b296d693cb95c6167dd23f92a39c, 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php', 0, 0x0751bd83b673a7357e12ec9d22ef73cb, 0x0751bd83b673a7357e12ec9d22ef73cb, 0xe2f1924c2a0a8c87d61c97360b77359e5d47937666eb4d274690bb10a5e7ff23, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0xa0b9219161a497ad44f5646fc2b34cd4, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-lock.php', 1, 0x00000000000000000000000000000000, 0x7319dac04190186b89e9cd7d5e801192, 0x166589922ca06ab6c6d52fed214b064caf6b50262f9f6333d106a7e302261570, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xa0c3a43206aa851738c4d9fbf5abe36a, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 1, 0x00000000000000000000000000000000, 0xe08bcde676aa58984fc0cd0be90f2397, 0xe4aa0b3713e10b7c29b368258338864598be33817105e0d225bf3081849ab7cd, '', 0, '?'),
(0xa0c41d7492ca68bc092c470578a2224d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x68c221d8b9dec399c3c66b3f3decd388, 0x2bcb4d42f68257bbb74580a50e4a310067a67fea13fbc5105fb99257462c7caa, '', 0, '?'),
(0xa0cecd098e2e8500a323dedeede75999, 'wp-content/plugins/td-cloud-library/assets/less_common/components/sections.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/sections.less', 0, 0xefdeef4f1748d2c8dc33bf5390242310, 0xefdeef4f1748d2c8dc33bf5390242310, 0x79350edffa89c3b0a1a03e53dff144b5cbf493e06cd137ca12a51664cb548d50, '', 0, '?'),
(0xa0d9c5aab7fa9881d68dfcb4a6b94502, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 1, 0x00000000000000000000000000000000, 0xca93a55e5368cfee7c7bd9c0d923f23d, 0x917f09351e41da6001f7b6acf953f034302dd2d9515e39e4a21c9cc80f70cdac, '', 0, '?'),
(0xa0db51a7796bb42be1a6b9f15d991654, 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin.php', 0, 0xc171a42e372ca20580b27b56cd8b6251, 0xc171a42e372ca20580b27b56cd8b6251, 0x29589636aae831af1ab132db11b8cdb45563afc37b9fcfb1c9e777cf403f8654, '', 0, '?'),
(0xa0dc4bb266f29147258a5522018bd372, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/demo_style.css', 0, 0x60ea66a7466c3f0a2a44c2439f602724, 0x60ea66a7466c3f0a2a44c2439f602724, 0xf4dc87d0fb8f1e5d350f614bd935dc2d6abc79d9a7917cab97f7acea5deee888, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', '/home/abt90iranbet/public_html/wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x238334d819b3cbcd4d4239ce22ed97b7, 0x75c2729a70ce60bdc1fb6453ae8e7e96ceb53a11c24f0697738562d7b69546a3, '', 0, '?'),
(0xa0e353113b2ea61ab0811e0bab1fcfbe, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 0, 0xf5ba26890bc5f826ee63571ce6e35caa, 0xf5ba26890bc5f826ee63571ce6e35caa, 0xbb4a54aeb0ffad9fba5c04f67a09ad7a674e27d9461704f7a044816e73da84ce, '', 0, '?'),
(0xa0e38585d51e099e43b1aa7e4bac49e7, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x4dbf2367839769b40e15f49a8ccc8f36, 0xaf33f54bdb9a62fa49504daa29644c4a1cda9903d5a83a77853b4593a7ee68b2, '', 0, '?'),
(0xa0e3b15c80c7ed9a218f0b0552dd0862, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', 1, 0x00000000000000000000000000000000, 0xd9ea45d992ea8f710b6a94cf766f0932, 0xa5d91974b0d1e60945dfe306044e866a861bdfaef5b439b29b7948f88bc20aaa, '', 0, '?'),
(0xa0e68382a20ab140fed1e28fb10c1ae7, 'wp-content/plugins/td-composer/legacy/Newspaper/parts/search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/search.php', 0, 0x9793f2e7dfbf075a1856cee7daf821f1, 0x9793f2e7dfbf075a1856cee7daf821f1, 0x1cd8ccd770ad9dddd784b8570de3fe6bb4505a3e2542f1bd7741b5d657660190, '', 0, '?'),
(0xa0e8b66206f6f77eae9502d26e6f34a4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 1, 0x00000000000000000000000000000000, 0xd335f9d4bd310ef8389e2ff27c6f8f2f, 0x048563eda299ae79da7ae5ca5d88bfef11d07c92801996806122e6a8981565f1, '', 0, '?'),
(0xa0e912b9500c5eb2cced29d936941c92, 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf', 0, 0xd298563afb36ab47c7ad74da6eb85ae7, 0xd298563afb36ab47c7ad74da6eb85ae7, 0x846a9f367f7a00b1d424fe03d322b96b692679fb07bc38613ad148721958cf63, '', 0, '?'),
(0xa0eba57d42cb5bf45e8a6351c80a3b77, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 1, 0x00000000000000000000000000000000, 0xf4eed285b13a6a8229c8a8e64142c4d7, 0xd4ff7701276c4f056953376c3608384beb3973e418376e37a0a4002bb23b2bf5, '', 0, '?'),
(0xa0ee56e335e2ccaec243fc048c8f1f6e, 'wp-content/plugins/updraftplus/images/icons/cloudfiles.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/cloudfiles.png', 1, 0x00000000000000000000000000000000, 0x270d797a6a2c6cb7a991c1f4670a6eec, 0xb423db80120f8602c2edd2dafe7563a01a7f92fc05b1e2e7435f603fa6b0ef61, '', 0, '?'),
(0xa0ef7e1b6ecd4b245ed4115208d0e3d8, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 1, 0x00000000000000000000000000000000, 0x47264a5695613be3047caafd75a1d4f7, 0x4e455e4ea8614900c2ed3f8f28facd3efe0cf28543cb1c09cf2391b026ae9089, '', 0, '?'),
(0xa0f027d774745302d2558ce53c41fae9, 'wp-includes/html-api/class-wp-html-stack-event.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-stack-event.php', 1, 0x00000000000000000000000000000000, 0x46ad3aab1000dfdaf78a6b43b5c52c57, 0x08225824dbbcfc83b73e46d5e1640d814023f9bef74361bd7d7aa9a80bc19597, '', 0, '?'),
(0xa0f11865c4a1338a9aa7328c57ec91d1, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0xa0f2da16042dec39dcc907651663e270, 'wp-content/plugins/kk-star-ratings/src/core/functions/styles/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/styles/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0xa0f547fec9fc33671b5ed5b5a3fd4f37, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1.php', 0, 0xb0ec9952778ed458d783b802d2b07c7c, 0xb0ec9952778ed458d783b802d2b07c7c, 0x15de5d4347e600d708fed782703a874c2607091208dcac3ba15a5e984466a5bf, '', 0, '?'),
(0xa0f5fbb469bb9671f2c5af5c37da2901, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css', 0, 0x5ea33d242810961cd664b523eeda66b1, 0x5ea33d242810961cd664b523eeda66b1, 0x9152191178c41b88ca9bfcddd1c06b9f1a16f26f5226c48a00507229759aea23, '', 0, '?'),
(0xa0f78c7dc917ea679657ae63585d4f59, 'wp-content/plugins/updraftplus/images/icons/webdav.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/webdav.png', 1, 0x00000000000000000000000000000000, 0x0d0c6406a1289004e30fdaedd9e0da3e, 0xcfa1ea0a2d655307c657645b40e997dde1b8322da82ff255c7cc16be9f9b10e4, '', 0, '?'),
(0xa0f83ae9ada9b12a872fb519ab6dc2b8, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xc7922884b41427f4c0003e1105cd71db, 0xdc1f19ac3e3f856e4d097b999857a7a53fd0e56caba22a02cf659df51cea5f64, '', 0, '?'),
(0xa0ff2d38e7e6f0ffbd382419c2b53fe2, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.po', 0, 0x51d31a56e4f5041808e9ad9d508b7e24, 0x51d31a56e4f5041808e9ad9d508b7e24, 0x48b632950aed7680508f2355e8d95077bb6b12c3a008d5d5187afc21c7f70098, '', 0, '?'),
(0xa1028fa8c2855ef0bfb9d9100098144b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', 0, 0xd5798485461e5f0057f2d41e8e37cf88, 0xd5798485461e5f0057f2d41e8e37cf88, 0xbec8004205fea7317aab34a3b1de0eb63bfeb556e9609d56398bd0d2e02678b8, '', 0, '?'),
(0xa104f465ca6d3ee96884919bcfb69e3e, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js', 1, 0x00000000000000000000000000000000, 0xe095bf2360992102d18bcef931a9b357, 0x4bc2bb3daaf9128fca3d489f7e827104a43710905e2fa018a9134e506fee25ee, '', 0, '?'),
(0xa106fc1c3cc2b4d9e77783429ad0af2b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php', 1, 0x00000000000000000000000000000000, 0x7615c6b73c9e64e925ccef36cb4a3232, 0xbd68071311f59bf44193b122f3180075fb7afa7aff9386a7664cbfacb28a6059, '', 0, '?'),
(0xa10a0b9d8514a3156d89ef92030f878b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', 1, 0x00000000000000000000000000000000, 0x43a8b9b4558e92998a63fa7a34839c20, 0x1ecbb897260e539d12bc48b4b03924d3b3c8d4ee52b310e47d7257a1be22ba4d, '', 0, '?'),
(0xa10e82d10ecb3cc255075c55d52c4df8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_7.php', 0, 0x72e029dc712d763d0c92a226e576da51, 0x72e029dc712d763d0c92a226e576da51, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa112fb0f0fa6ceb5ad1f14f6ccbb751c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', 1, 0x00000000000000000000000000000000, 0x02043cad363d45a2075b0365c90afbd1, 0x0c234103b7ab8aa391f11da5e0f2d8b6cd9e86c2f7ac5811448e38c921eb6b52, '', 0, '?'),
(0xa114d345712ad69e62aee7b261f8281e, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xd7e9d095432cbcf09375ffc782c30c23, 0xaa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8, '', 0, '?'),
(0xa11a0b75cf33b8cf49b87a73290bcc2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x23ef9f390709a4ad8676789840a9469c, 0x7a5d57ef443d2e1c294a3e16d8906b9d024460684076d0a496a04883cfffa53d, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0x619c37cbf4cf8064ceafad4d3ecee067, 0x6f5026bdde4137479bfbdef9cd290cd25b8f8462fba5ca5126fc6c3d15a59ab1, '', 0, '?'),
(0xa12237a31fde17375227485cb1c054b8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 0, 0x406c37f60933c0eb3b359cf8739fca53, 0x406c37f60933c0eb3b359cf8739fca53, 0xf196c6921e75c2e3486efbd01ee1edee1c40a3645ddcfb4ffdb1a32483d24834, '', 0, '?'),
(0xa12333a9ab4a0c3a71c9adf4055ff1e8, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', 1, 0x00000000000000000000000000000000, 0x505e5a46d37b9e82ac94745fc64b91a2, 0xcaa8f7f9fdafd4f9d8c70359813dc8490dcfe85c5399910ada6f305a887ab68c, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xe81fb2f8217a98e091cfc0b698f0cca5, 0x2ba3ffe4ab41cd5397afd19f6248b4c2e6bfb3c1248f56af2bbfdc1b4ece82c3, '', 0, '?'),
(0xa12b777ec3ecb13a04da11ba60f6a342, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_1.php', 0, 0x259a4dca681fadb46a7332c7419dd643, 0x259a4dca681fadb46a7332c7419dd643, 0x4c4cd8d5ca4f52fa4ed878aa41bc829c2763935919ce07c3e0ad33810641b4f5, '', 0, '?'),
(0xa12d589210a3110cf5a360ea587722d6, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_2.php', 0, 0x813dd319ceb5073cdad29e2f687bbd50, 0x813dd319ceb5073cdad29e2f687bbd50, 0xfe62cda1c705cf9fe2d98bcbf7abf9635529cfd787b95e010142a44dcfb32d0b, '', 0, '?'),
(0xa12f0f4b22529f5be20e79f18597538c, 'wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2d37e6374ffc754c614c090af9a4a3eb, 0xfc286eb8326bc0ad7de0b7770ff357b98f963dd0cb48f1f554ebad2ecb3a6a7a, '', 0, '?'),
(0xa130b3dcd12a367d39eb2a529c6eaef2, 'wp-content/updraft/themes-old/twentytwentyfour/assets/css/button-outline.css', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/css/button-outline.css', 0, 0xa5a9defbb5dab198a1dab10c4447805d, 0xa5a9defbb5dab198a1dab10c4447805d, 0xe28a5a00149bca9c7b1ad53a7ebc91faa843b027c2a3bc771815620448438442, '', 0, '?'),
(0xa1376e385cb80b4b7942dddc23b8f812, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', 0, 0x78f903829e7cb9c0ea58cb6b527b3550, 0x78f903829e7cb9c0ea58cb6b527b3550, 0xda3ae777a0eabd7c171382d465a556263415d451b23574cc688cd60faf19c934, '', 0, '?'),
(0xa13ac81896b399a466adc4c34124f8bd, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-csv.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-csv.php', 0, 0x22117c653f36fc3b48f4e91a0005cf6c, 0x22117c653f36fc3b48f4e91a0005cf6c, 0xa2429dfe7f30e8a955a8401aa27ea873031191a0bf843b1650dfb108e0b6a6c5, '', 0, '?'),
(0xa13d9cead1876762307933a359f42a8c, 'wp-content/plugins/poka-review/public/js/poka-review-vendor.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/js/poka-review-vendor.js', 0, 0x5534e66cac3af929cb9e0edae83d1e14, 0x5534e66cac3af929cb9e0edae83d1e14, 0xe5f8ddd7cd45d09dae22f3857cecd3837ad2a7304c8357b9204186386f51272c, '', 0, '?'),
(0xa142477eea1695abf39df92e8efa8e89, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_3.php', 0, 0x87ab023f67e6ce82da725a85c362b100, 0x87ab023f67e6ce82da725a85c362b100, 0xea588b47e9ac645463ae24b20c065dcaeb3f1a1712f00c462816bd1f32f026e7, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', '/home/abt90iranbet/public_html/wp-admin/images/browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0xa1447ad82aabbdae98d146ce59426769, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js', 1, 0x00000000000000000000000000000000, 0x8bc914c345360712e17a0f2e9e3bfaf1, 0x9e0029c2973fd5d3bd995617669d9a93483961c1309a0ac43b42fb19b7218305, '', 0, '?'),
(0xa14e127065f929c89bc576473ddeaef5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', 0, 0x9b1460f23f32fc4beee434f7ad1de674, 0x9b1460f23f32fc4beee434f7ad1de674, 0xa17eea1b6105f5e73f6f4833605d290e9d1c232937ec4eab10c82b5fa263f1c9, '', 0, '?'),
(0xa14e2778eb8404669c2fda2c2fb3f4c9, 'wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php', 0, 0x3a2273c898df6e4e9c201e2f1628cecf, 0x3a2273c898df6e4e9c201e2f1628cecf, 0x1069fae8fa1a00ea89cb1eb4783c835b7c05f4ddf8b704e04491b6b758e23d79, '', 0, '?'),
(0xa1557fbe64faabbcc43ed21e880a49df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_6.php', 0, 0x260647bc67e0d4ac5102777024a64e5c, 0x260647bc67e0d4ac5102777024a64e5c, 0x004debe12054c873cf88a6c4fa326b71f6be93243e5baa7e912977b7de9b0f10, '', 0, '?'),
(0xa156da16a0bf5bbb82ac69a05f4c9df9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x512e98ede6a600c4a1898ddc1d372f01, 0xef92db817cd69b39f07520d455c1732f8cb24692d5dd928b3f6ec096099e4cea, '', 0, '?'),
(0xa1587c1b2e63ec9fcc71a4a404115797, 'wp-content/plugins/updraftplus/central/js/central-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/js/central-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0xb458bc31c6910c8453f13ec813ccb1de, 0xccab6b6f7aef8b0416ce19c3b6df9a4a09da853a6b36b56fb5ed2ea172ed1ba6, '', 0, '?'),
(0xa15925945c4754cc5946d8f19a231c65, 'wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php', 1, 0x00000000000000000000000000000000, 0xa16e080b1dc7b52951f313a8cf44969d, 0x8a24089978147f6b7101a99fdf08f7d68645698b0d77cd01425626d07261320c, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', '/home/abt90iranbet/public_html/wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x24d8fbb7424438e637d7eea87f6f5d04, 0x175865ce10ba27a56ff0781a801e6723cd3c9e019fc8d7cc563b39b574f8ad67, '', 0, '?'),
(0xa15dbc96078680d533bc63941a2fa371, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php', 1, 0x00000000000000000000000000000000, 0xf623b587eeb3c8c77923d59ee3bc9168, 0x75f92f47eddeeaa937331468e801a74b7400b5f65714a0d1cf6a632773cec13e, '', 0, '?'),
(0xa15f5ee85534a5826dafd10d92bfc874, 'wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php', 1, 0x00000000000000000000000000000000, 0xbed0d097212878ca127b0d4ff7d2e236, 0x8e376f90615efae70dd88a9f4e848e11e16b25bcfe585effbcd0103926cca172, '', 0, '?'),
(0xa1601627399cc1604e235a898945d79d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_panel_settings.txt', 0, 0x5b4b5a6271e7e7bc085a86dc392fb1a0, 0x5b4b5a6271e7e7bc085a86dc392fb1a0, 0xc2e80b57a7483f64b2b38baf46b4ec66cfb5884cd7302f415e93f55f64b75bef, '', 0, '?'),
(0xa161babbfa8d8d1171a108cc2c08fd6d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php', 0, 0x6534fb767a581d37f409d89a9d887093, 0x6534fb767a581d37f409d89a9d887093, 0x094800ed135a6a5210664066225a1cae304341d887ad8d3ff3fe5e7bbe46c5b2, '', 0, '?'),
(0xa166738ff72d21ade8ff012fff33e8f9, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/affiliation.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/affiliation.php', 1, 0x00000000000000000000000000000000, 0xbf8d53a4bf303417dbbfcce5a5521623, 0x652316a4f275ef5f6b73682d69f4953dd2f8f807e59a501f8b7c72fc7ab869f4, '', 0, '?'),
(0xa167f2f585836e1c1a1fa640a4e2b4d5, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 1, 0x00000000000000000000000000000000, 0x708c7975642393f9ce81c153e52435e5, 0x52c96dd5a5382f87667812e93ad390c674906f357eccc4858ab55b91c31356cc, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xa6fac9f921a20648d1c0e8a5afdbad80, 0x96256b9be8ebfaab90ae71a02d7731423566b1f77562d6a013b6e55dcae43658, '', 0, '?'),
(0xa17036550c989eb364c7594c68c6eeb9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_css_generator_demo.php', 0, 0x3ee3b3e1393389b0311549c45c2ce531, 0x3ee3b3e1393389b0311549c45c2ce531, 0xa5f1626f085c0a8c75853ada2272516e5695b20401724ab3437dca1901c7591e, '', 0, '?'),
(0xa1722e30aa6f5a8893ed598610d6453c, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-shop.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-shop.png', 0, 0xaf9681b0c98228976ddf40295f500376, 0xaf9681b0c98228976ddf40295f500376, 0xf1ecf02bb717a1161c0e7bb4d61d104d33069e35be02e561f0e5aaf780280035, '', 0, '?'),
(0xa174e405de2e2168ee74b8122568ace1, 'wp-includes/blocks/video/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/style.css', 1, 0x00000000000000000000000000000000, 0x97bf41ed2b6bceaa59767e298cc3f943, 0xa95dc6691f18d6a67a0620c402f971bff52d7c7f6b1780f0cfa3edf53cb84205, '', 0, '?'),
(0xa1765d86fbb9516b0ec7922518829e02, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3.php', 0, 0xcb59d2ef85efe5563c0f5386f9804047, 0xcb59d2ef85efe5563c0f5386f9804047, 0x9186c422692d8fa2dce9bf9a5ad598ed3621290402c22604d282bc109e89ba30, '', 0, '?'),
(0xa17e89018ba1f41053f51c1a62c3c2a1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', 0, 0xa8015d35bf3c606e2e7f46570bb1767d, 0xa8015d35bf3c606e2e7f46570bb1767d, 0x2f9beeb5e8e74e82bf2792898e680a05c40f2a3d44ccc83fb8a912442bb3c1f9, '', 0, '?'),
(0xa17ebb43756ed442ba4bb55a9d8912ae, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_title.php', 0, 0x1d8506e0cf63896d2cbd3675840eb9c6, 0x1d8506e0cf63896d2cbd3675840eb9c6, 0x104d1f18fefab106a871df4feb5c08e751e0b1e590a9fc5ddab34e3b91ef5876, '', 0, '?'),
(0xa186204b58450f512c2a94ce5ab57f05, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 0, 0x44929245683aaa086744b9b0c006a3f7, 0x44929245683aaa086744b9b0c006a3f7, 0x0abc8faa00e26e97ae5fa6002a07ecfb2c7a4ff18eedc41f73f371471632db93, '', 0, '?'),
(0xa18cb834f8ca8d5bc6a043c45acd1451, 'wp-content/plugins/elementor/includes/controls/select.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/select.php', 1, 0x00000000000000000000000000000000, 0x8559a38529c25a3f62a3691fc49b9a61, 0x55b78dea7136317bbfac674c2c6d5ad094479a620b9714b3f358cb31906b057f, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', '/home/abt90iranbet/public_html/wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0xdbc5553ebd70344ae66cae9335c01f3d, 0x0e39f4c2c90d5802a44cd96443354055decc0eaf4b263ecd836cc008139423cb, '', 0, '?'),
(0xa1a216ba52d69dc964a3f871c055b1aa, 'wp-includes/error_log', '/home/abt90iranbet/public_html/wp-includes/error_log', 0, 0x25e8b5ade0d9c6e9e5b4cfd87513d6cb, 0x25e8b5ade0d9c6e9e5b4cfd87513d6cb, 0x165a0be72107939965f37757abddf0d56704e7fe1dd1739d20864c21834bf1f4, '', 0, '?'),
(0xa1a2592e54a19a3922742a1bdd6d699c, 'wp-content/themes/Newspaper/translation/default.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/default.mo', 0, 0xcf0846b06c9bd0a5107af8703ced1353, 0xcf0846b06c9bd0a5107af8703ced1353, 0xb6184d4c343e8bf8a36844f772999401bed5d263390a6b148f03f37831d41c36, '', 0, '?'),
(0xa1a332e9fac411e773dae29c6bd3e580, 'wp-includes/blocks/categories/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x50c59a4586234992b981bddb86e0bd80, 0x11923d05deff4fc806f001e22dcaec3b084e3855fe50331da03c286fced98684, '', 0, '?'),
(0xa1a5b7a2cb036f0479eb5c7f592e36a6, 'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', 1, 0x00000000000000000000000000000000, 0x031a206c521323865d8cd9f835daf205, 0x05bf5cf80788fd7618a120f9e540c6302f738682e0d2d45681d467eecfe1d71d, '', 0, '?'),
(0xa1a9ec361c7f42139862978db34db6fc, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x8abb3999839e238dbf2ddc2cf70111fd, 0x3f24c96ea88c16148b485fa75c559707459e3fc7a695457cb0bd98ebdc0e9ac6, '', 0, '?'),
(0xa1aa4c4121b6deb77839208b32e3f5e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3.php', 0, 0xe0f7bae4e92e4e7e02330256c8faa8e2, 0xe0f7bae4e92e4e7e02330256c8faa8e2, 0x81d3f613d882f69fd49acf64a72d1b392c456c86b04343cd9d62a7f6c6470315, '', 0, '?'),
(0xa1ac9e6a05a3beea49bb11aabf9c3d47, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-old-plugins-deactivation.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-old-plugins-deactivation.php', 0, 0xbbc7e9d5dc958488b3a15cd9d6f286f6, 0xbbc7e9d5dc958488b3a15cd9d6f286f6, 0x227c32a3ddeac6545eeba3ae3c1728cfa3f8df8b837c4d11bc544b835998ad7c, '', 0, '?'),
(0xa1ae19ce4c43330b762db66e7b1319e9, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 1, 0x00000000000000000000000000000000, 0x8463fc1fe7fcf0ec5447d338603b01da, 0x9a32536084b18d4a18c921ae4e2c7d2ec9a773303f1920a57fd2faf42378a6f4, '', 0, '?'),
(0xa1af91b6c51160f7474f7dea1546b583, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/table.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/table.svg', 1, 0x00000000000000000000000000000000, 0xe676705c945e40d8a78ab484768adad7, 0x37f79d0e0c34d0f8e4c1c00d2988ed15d49d893873aeef8e56a6c2591a6639ca, '', 0, '?'),
(0xa1b0fb4eeeee5668bdbda5d253232769, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-permission-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-permission-manager.php', 1, 0x00000000000000000000000000000000, 0xca04cfc08987579d3011c1c166f66b52, 0x6977ff23080dc4c0c1b179c80940d097b66caa4d1ec2ba7465fd3754388b76d7, '', 0, '?'),
(0xa1b15855716ee3e01ad2b82732fc40dc, 'wp-content/plugins/updraftplus/includes/Google/Logger/File.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/File.php', 1, 0x00000000000000000000000000000000, 0xff11486f1d6fc8ee72e354f89edd287e, 0x2cd0e67f3fff7874b7312b9b23163b7712bd769e033ab5d7d632dd7073df919e, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0xdd6a0d8d7b3e0afbbc0bbb417dcc387b, 0x70cde71c5a41555594fdd791cd3273fb8d02feeb169fca3b59f8adae043be5cb, '', 0, '?'),
(0xa1c728dc42595df41b325c7e4b8a7910, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', 1, 0x00000000000000000000000000000000, 0x274af6f18bd3571466102a1ceb01b5be, 0xc9b32df836a2d60cc254760efcfcf9bcbadf2b9e9ca133236b419acba9204c55, '', 0, '?'),
(0xa1cf37f192dc98a90d0b5a9b0749504b, 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.eot', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0xe719f9244c69e28e7d00e725ca1e280e, 0x869664225076330f1f50e4aba4731169055a332ab73d4d1f00268483c6b80b91, '', 0, '?'),
(0xa1d0e3874afcdf88c755c4be1862c143, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/optout.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/optout.php', 1, 0x00000000000000000000000000000000, 0x27849af477f58b4aae150b996f6b7147, 0x62704e64fcc6a64fb1742011959048ecbb411246a40166cfd869cce0f8e8353e, '', 0, '?'),
(0xa1d1764596403387d743442a42dac222, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_4.php', 0, 0xe52870906598a182ca69b74a6868dcb4, 0xe52870906598a182ca69b74a6868dcb4, 0xa2da12e8db43169d7ca07de740dec4defacab049c395465b9e7087ff962c83ee, '', 0, '?'),
(0xa1d5d9fe46015bdde18744a3ebbd2d91, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_7.php', 0, 0x8d574b7f2c962fc00af3e0d67bb4f468, 0x8d574b7f2c962fc00af3e0d67bb4f468, 0x0b37d1b7f6c183a7ded81d70ce18f1c39a12a358c03f637e282510c18c0649f4, '', 0, '?'),
(0xa1d7a68687bd4a9f51ddfd8df2dd866e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2_no_content.php', 0, 0x12ae819e9565f6f5d34e9778479abb0e, 0x12ae819e9565f6f5d34e9778479abb0e, 0x3634a5c6129cde9ff17b0b5522e99a2d759987d13a5d983ef9f2fffb85b4a6f6, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xd34268e46834a4774fa053f8a97af732, 0x6ba0b6abe1768b36f4436ca17080b67b0da7ad1dab1de3936d5a8614af5e0996, '', 0, '?'),
(0xa1da8ce11b1b58bc989ddce98549fed2, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-options-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-options-page.php', 0, 0x81494c237aa836b10f73b3294c71294a, 0x81494c237aa836b10f73b3294c71294a, 0x1c4a36e987ee1ce279620356eff0ddaf3d7306696fdc58774f88f508496cfeb7, '', 0, '?'),
(0xa1dccc44908485b399eccd9206ee2ac5, 'wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active1.php', 0, 0xd2dec74e7b1bd2adb7ec08a67de3f979, 0xd2dec74e7b1bd2adb7ec08a67de3f979, 0xb6d9624d9e9d3ae1bd7d930783a25cf71eb15dd899eef1599b7d90b855f8f88b, '', 0, '?'),
(0xa1dd4e6f0af25d74583c1a14600a85b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', 1, 0x00000000000000000000000000000000, 0x17fdb67b99d7bbe2042a166a1127a611, 0x7934482df038a9c7d97eea7b55b196a5f59daa6e5f400ea5ce0fcaf47abdc00d, '', 0, '?'),
(0xa1de3be33b2f4a01c34b6d52ff97309d, 'wp-content/plugins/akismet/views/start.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/start.php', 1, 0x00000000000000000000000000000000, 0x7828e509e5a1e7a628eea7f5d63a848b, 0xf9997f90ad093360a42b42e08f8e1176592d87a16b2da0e2e65e3f812604e8a7, '', 0, '?'),
(0xa1de4fed49e17ff3599f5c887b3dab48, 'wp-includes/robots-template.php', '/home/abt90iranbet/public_html/wp-includes/robots-template.php', 1, 0x00000000000000000000000000000000, 0xd38e7c0c596c056d952b1bc236568ea8, 0x588636f1eb68714021d21ea1602bd0cf0d7821baaab50cf309d09592c4abd53e, '', 0, '?'),
(0xa1e0546ed733163c5b94a420f0a5e635, 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 1, 0x00000000000000000000000000000000, 0x68be4535e1c22768eafa075dd94e29d7, 0x76bc689bbeb0a3ef11d3b903be90e8bbd9845e90e98a580528958e0203c48d1f, '', 0, '?'),
(0xa1e3960cf5580f6cff51e66bd620f843, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0xa1e54b96845704c63c635fbb1ec015af, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Queue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Queue.php', 0, 0x3ef7df63235d94d522fa795b18d1de07, 0x3ef7df63235d94d522fa795b18d1de07, 0xb79ebf8962782f2fea3d77815b4dfbb2b888facc063d9eaf8fd05b72c793b413, '', 0, '?'),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xa1ebb387c51c810912c050971e4db724, 'wp-content/plugins/updraftplus/vendor/components/jquery/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/README.md', 1, 0x00000000000000000000000000000000, 0xaabbfd905be62c8c96a01a2c7c97ca9d, 0x6ee2c915c4143e1274aab756a12ca610db45830cc5030ea77088f40a245f6c1e, '', 0, '?'),
(0xa1f3aa12e8a92e8886c9f1300ea4b893, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', 1, 0x00000000000000000000000000000000, 0xbf2c4045f3d4f96e408c2076f0a69132, 0x7c592862ca56214664aecfe0c37e4a7f769b4345b8a123fe244cee88cda04fca, '', 0, '?'),
(0xa1fbd81af162ef786582652e7577dd32, 'wp-content/plugins/poka-review/public/images/next.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/next.svg', 0, 0xff2b96719fb93f9698bfe4070dea4e27, 0xff2b96719fb93f9698bfe4070dea4e27, 0x27fd6371b8ddd9f4b7ee82397492363dacb1c83852d2f85e93c3e397cb767626, '', 0, '?'),
(0xa1ff525dcaa92d6bbdf4443ad686f3b1, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xff22bb9a53ff0d80070c94214f941303, 0xaab903bc6c842b65e7935fac4c39ee7f7c1dc51bd41e99dc75ea93d2bfd83edc, '', 0, '?'),
(0xa2019afa08c36d0e7e66d2beadb377f9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 1, 0x00000000000000000000000000000000, 0x444b835285f9ec9f9911e7dbb989f436, 0xc572bab8193a27092207fcb253e7003567b753c6a2842204dce4404e77d683d2, '', 0, '?'),
(0xa202b309451882350b5eadfa3753af92, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-widget.php', 0, 0x0ea0b7f14afd205db0e26ed4046290c5, 0x0ea0b7f14afd205db0e26ed4046290c5, 0x423a0e4ad1c146dfbe1e8a29d87370ad680333861044c49e04f221c4e2c822fc, '', 0, '?'),
(0xa205f2e9ba30b807e20c5fa86817c99b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_7.php', 0, 0x992ad76c4521819e935ae97391054dce, 0x992ad76c4521819e935ae97391054dce, 0x338455c3f957153549dc063d9cb6e59e28a3b89266212f515afc7d388aea4046, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0xa20f2293662c13b98995b842c6a0ff27, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php', 0, 0x997a75b1c4dd9aa34b625e08d61d4377, 0x997a75b1c4dd9aa34b625e08d61d4377, 0x1471590c0085da4ca60034e1bda67b052a5c27dd3ef23716e07007bc0ec0d692, '', 0, '?'),
(0xa21709b662fde9f639bb37d1f091c24c, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php', 0, 0xc08ece9733bdc1d821030c1beeda6ba9, 0xc08ece9733bdc1d821030c1beeda6ba9, 0x9171e38c4e72aaa8ef1d1f1f799167fbfdc5d13c9c7b937acda4ad669ef82f9c, '', 0, '?'),
(0xa21848ff592f9fad0f2c468aa676bd14, 'wp-includes/blocks/query-title/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style.css', 1, 0x00000000000000000000000000000000, 0x398a2d6d86437f1d6c2dffe212bf6812, 0xd069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588f, '', 0, '?'),
(0xa21e7a18511c7fa1fee06eb5d9db316a, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 1, 0x00000000000000000000000000000000, 0xf53038ba0f9b4eea50779e98c3022c53, 0x2d06e265e699c8cbf885ec39391b3b0733291c187675820216f5f50b758f2198, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', '/home/abt90iranbet/public_html/wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0x87dbe2ae8dc6ec6e1dde2a8ed8c5a25f, 0x3cb2d98a36d71ba61d224f13f2e1ffa6123c7c70ee508898ea0fb76a0db5c781, '', 0, '?'),
(0xa2220cb4bc6207d8e7851ad1adf89733, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', 0, 0x23c135b76d0e3760592c6fa0bcc2be76, 0x23c135b76d0e3760592c6fa0bcc2be76, 0x0cb81ec7936ce3bf00c8eca14572c9bf53ae29624a6b781193ad8d16f022a86e, '', 0, '?'),
(0xa226160b28d97a5d3f1775b4aca8fe38, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_4.php', 0, 0x74ea09be5529947c7ea4c2e1791c0c4a, 0x74ea09be5529947c7ea4c2e1791c0c4a, 0xcc79b7d386b316613f534f70ef9679e9759e028dfd0a84364b29322fcd5720a1, '', 0, '?'),
(0xa2281a3f12da0f7ba7da939e76414aca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', 1, 0x00000000000000000000000000000000, 0xb1413f54adb3435d264e5d545b06d290, 0x67175aba6da91bb3bd8662df509b3f82c774e52b08adc68ec99c09367b786a10, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x8d69f46c94c2b9dc2bd058c0975adc9a, 0x7015ad5e42ad92f3011026b883fc0bd5d11cf3ac524fad1dd6de8e0818fd4400, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xa2352347c9be3cd63123fa16f0611441, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox-controls.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox-controls.less', 0, 0xfe131bc845ce6b1c2c269c1e30115916, 0xfe131bc845ce6b1c2c269c1e30115916, 0x0b9e33ac3b03c04d396c6dbef102b4259dc43533ba0ed60e1fc1fa9a73f8e99e, '', 0, '?'),
(0xa2366bc146e83b81e602a51248b4f90a, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing2.php', 0, 0x63fa413f306bf6baf60c2481c611d002, 0x63fa413f306bf6baf60c2481c611d002, 0xe30edd823456eacb9f8998c899145d3f83d5cb49b88b91c9592e568e15a66789, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0x916e0a1cedda2bd5ae2e6a71415aa819, 0x840600fdf649889bf9838892333698f803b3c49b6efc6a1e376a6ba33a06e3e1, '', 0, '?'),
(0xa23d42ffc89035975b4817b5bfa2d31d, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php', 0, 0xf533997ecf7449a0de1cd37fc28bae8c, 0xf533997ecf7449a0de1cd37fc28bae8c, 0xcdc536d03979c062ff545e59a57f58335990dbcffe2e9d9b89ff3c8713cc84f9, '', 0, '?'),
(0xa2415794b94e513e22788b61b52e34e8, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/quote.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/quote.svg', 1, 0x00000000000000000000000000000000, 0x688e2bb8fe3f473b9ddeb0047471f955, 0x283bdd6e3beaa06e69ea6c1074e04c170211b6a5a6aed497cb2df903d1dfe436, '', 0, '?'),
(0xa2439516668195341dbf97082faaec2e, 'wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg', 1, 0x00000000000000000000000000000000, 0x835071a3650c20203da0a21d2f597818, 0x45f767e6b4b4a0a1f9af74db116c24949f5b2088e97ec55ee549e43a978c169c, '', 0, '?'),
(0xa249cdf2a9f360ec51a2d36906bdfc18, 'wp-content/plugins/td-composer/legacy/Newspaper/comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/comments.php', 0, 0x006eee818f83ac2fe30ab6854257cc69, 0x006eee818f83ac2fe30ab6854257cc69, 0x93e9311bca1cb45b0ae1f2f1317558b50f980f495f67805845143fda224b5389, '', 0, '?'),
(0xa24ad957d03590ea7410aa9c2b9b5a7e, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', 1, 0x00000000000000000000000000000000, 0xa45d320cfd2cce84e0cb63eb8acecf50, 0xcca55de573d9ec5718e220a168f084dc83b7edb8294a1b81ba6ed2f2ce1633c4, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x496914dcd13a95bfa6cf8161cfcad730, 0xa4463b28951644c8e415d4a5f5f1c5dfe31824f915fb5463d023d0561764004b, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/keycodes.js', 1, 0x00000000000000000000000000000000, 0x0e8a5b136be8aad92da3480192a0d51c, 0xd68d5cfaa067bddff923735db5e16f8bea00a84f70b33efd072eef6d41f8c9b4, '', 0, '?'),
(0xa261cbd03432dbb401db7c76ed68d670, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-scope-entity.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-scope-entity.php', 1, 0x00000000000000000000000000000000, 0x0acd7da3ef93baaaf43a4b6598c3d80b, 0xa901cc18cc24e36dc1e9d7ba4b2d50d07c9e7300a190bbbd580e321edfc0bab2, '', 0, '?'),
(0xa263eea5169302b9df30f07edd8dd31c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/check_box_button.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/check_box_button.png', 0, 0x33e6974a449ad8a7cdc74c55e1f0c478, 0x33e6974a449ad8a7cdc74c55e1f0c478, 0x577d1f26adbbb3862d6558dd1e5b0838f1385369bf5f950ade4d7453e93f7b76, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', '/home/abt90iranbet/public_html/wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0x98bf7cec00c92946e79b8ed5a6836c3d, 0x84e14bb7879af1ff0ea4ef6d0b57cc9f0cad23859794b9b76e81555f9e3926cb, '', 0, '?'),
(0xa26973dd36c8632617ed2a216fe70532, 'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php', 0, 0x4af0912254f4e30610900acf0f990803, 0x4af0912254f4e30610900acf0f990803, 0x9a039749c29ef01ef0377d6e12ad6e698a69e27c98ad206f71abb08bed695693, '', 0, '?'),
(0xa26a18731912cba0bf57ecc0dfad69cc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1_no_content.php', 0, 0x8330fef5a19548c64dd66c0dad7531bc, 0x8330fef5a19548c64dd66c0dad7531bc, 0x5bebbe172c4d4dfa1a0f1b9f10c5e42a7331f519e5d06d1e3258f1e378627540, '', 0, '?'),
(0xa26c528b3fe2c667ccfe9edf04f37beb, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/readme.md', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/readme.md', 0, 0x0586717d03524a6f503b3f6bf3d3246e, 0x0586717d03524a6f503b3f6bf3d3246e, 0x33ebc175e30d1513cdc7db75eff76bd78e89002e723660c28dbbedf2880debce, '', 0, '?'),
(0xa2734528fca6559492b30d85d5e82bb8, 'wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', 1, 0x00000000000000000000000000000000, 0xb02c3e123865d881b5612aeaeb5a8338, 0x26de3b4941233194b52cae99edbc60ebc10c607346539c9f567c6883ea0d8935, '', 0, '?'),
(0xa2776bdab39cb285485198adbdbae4d9, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php', 0, 0x4e9c63087e4e223e2a766a44f7d9a128, 0x4e9c63087e4e223e2a766a44f7d9a128, 0x70e8d68c0433243bf0d8a59a868feae008046a94ad00d9d1a8d1980c055380c5, '', 0, '?'),
(0xa27859fcf634e528524d6a321f7d357d, 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 1, 0x00000000000000000000000000000000, 0x1a7c31dd916511c1be0666eea0c1e00d, 0xc96ce8f90bbf0fddbc87e4f6b1e78e42255ed1f0d3d413faafe7238aced84467, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0x2d10fed12b52bc38ab147bb6b860c31c, 0x04f2b5033f016a9e08816f9e4166fd1cbfe01c86287758644ca654ce53ccd232, '', 0, '?'),
(0xa2796e57f680e25d84c4b352ee6d7280, 'wp-admin/js/site-icon.js', '/home/abt90iranbet/public_html/wp-admin/js/site-icon.js', 1, 0x00000000000000000000000000000000, 0x614a89d1ea5940cb6c25e04396874e17, 0x95da400c41c9f13926a6f805187160e5b5f18d580cdc69f39be8320d433d10ed, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa27a5016fb4c051e0770e5f923ba9649, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', 0, 0x2cb41f0837da665327ae470f9f274396, 0x2cb41f0837da665327ae470f9f274396, 0xb5242943c93a18caa49cffa00db720f58d90ee1246859d34404e3d08c402a8f1, '', 0, '?'),
(0xa27ec3983eb121c4da9fa1f64054033a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', 1, 0x00000000000000000000000000000000, 0x55c583cb4472b664edcdf688346ff19c, 0xc145ec5e4870a082734a0276c004f2196ebf9ec95cce992edaabee98ebf3d7e1, '', 0, '?'),
(0xa280ea6f1859ef61df9386d70fc7ce1b, 'wp-content/plugins/wp-rocket/languages/rocket-ja_JP.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ja_JP.po', 0, 0x4e2acc97a70780c9b8fbd165756baee7, 0x4e2acc97a70780c9b8fbd165756baee7, 0xdc45e3bc8f52fec393cb2fd6131b3aae199e1db7b12e80634dc1a4864ddca52a, '', 0, '?'),
(0xa286210d5f3e66bf2674596d222a6777, 'wp-content/updraft/backup_2025-06-03-0344___90_87bf02eed9cf-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-03-0344___90_87bf02eed9cf-db.gz', 0, 0x8a7fca6cc682b2f563e0a597c6736847, 0x8a7fca6cc682b2f563e0a597c6736847, 0x131cc6e26957afdbf4e5b12f8b184327657bc3c682085efc5b5d18398d09a0d3, '', 0, '?'),
(0xa28c133818c6444ff6128e9b33f6fe80, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_import.php', 0, 0x32a3f59ca0f0084f7711f0a443ee7bd3, 0x32a3f59ca0f0084f7711f0a443ee7bd3, 0x86d87296849714b862787e713ac209cbbbc8ba548e9604a9757431666ab7ae08, '', 0, '?'),
(0xa298fc2e82b2a17c35414917ed87fedd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2.php', 0, 0xb9d6401b10fbfc8570bc7b46095b1d21, 0xb9d6401b10fbfc8570bc7b46095b1d21, 0xced9176bb93884c7ae6e04f19401fcba9c26bcbd8f453ad3f7646eaef3bf61b2, '', 0, '?'),
(0xa2a00fa18d44e0040d4b734e42dc992c, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/style-premium-theme.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/style-premium-theme.php', 1, 0x00000000000000000000000000000000, 0xa606d4bc81f73725a0cc315f82d78ee3, 0xcdb958b35f50b9f4d4c13305eb705004e81099b8b4607b20c798493a88907f41, '', 0, '?'),
(0xa2a0f4a44c0b51bcd8aedaff9448c41b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-taxonomy-column-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-taxonomy-column-integration.php', 0, 0xf1369701e6d83042659fb8005055a1ce, 0xf1369701e6d83042659fb8005055a1ce, 0x0be87bd416845ee06b60ad4c36493e3cf6ac805b0cb681bf1144b2494af913b0, '', 0, '?'),
(0xa2a3746206957f7c95a97bf2f6ff8271, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0xa2a6aaa45aa33bff6ed4ab9e72cc1e2f, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js', 1, 0x00000000000000000000000000000000, 0x3b765566b4431dfc4977ce0a0890146e, 0x5b51cfaceaaa2dc3cbf2dc2d8b99f83856b250501545e550da7eea68b6ab41f0, '', 0, '?'),
(0xa2ad80462bb9f044027b08d37a58eecf, 'wp-content/plugins/elementor/includes/widgets/star-rating.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php', 1, 0x00000000000000000000000000000000, 0xbf7d1a98136380d9220c5b6013605940, 0xa4bddbcfec1b5f6a7812add308109d3eca3f2b10024acb1434186e384869636f, '', 0, '?'),
(0xa2ae6fe075aa8ecbf64f2aa0f6be2056, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_css_generator_demo.php', 0, 0xf4a434f58b508e91d2d5d7eaeb3fe44d, 0xf4a434f58b508e91d2d5d7eaeb3fe44d, 0xff106145f55d0b676e95bfbd70f5bab6eb5f6bbd81df18f38f122611866f3b21, '', 0, '?'),
(0xa2af21616ba140c91b411e04e1372493, 'wp-includes/js/dist/script-modules/block-library/file/view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/file/view.min.js', 1, 0x00000000000000000000000000000000, 0x1cb60757df34f86a918df1fcd95a3681, 0x726a159786e434655693294087948e4e0a94acbacdd1daeb984603d2c59f350a, '', 0, '?'),
(0xa2b127f41114d776cb0231c1917303e5, 'wp-content/plugins/amp/templates/meta-author.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-author.php', 1, 0x00000000000000000000000000000000, 0xc5f4e594ffacf70484c323127f83b42a, 0x94a8b43d0eea8ee63145f791070b3839b2078ca7e74dec2ef06e7af20494c755, '', 0, '?'),
(0xa2b4b82fcf2d95540ec7bbfa543c9753, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 1, 0x00000000000000000000000000000000, 0x1dfd4e6b0179496ba5c277d794a93d69, 0x4c533d88a18ead57117f660c26b7645c3d145d0b5f669f76657357de0bbef18b, '', 0, '?'),
(0xa2ba27a10f2a36eb24ab622f48fbece8, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 1, 0x00000000000000000000000000000000, 0xc1341141bc78e89d54c5228fc00eee1e, 0x9e6eb2d6022af121954c767dcc853939523f799835e75b74d8380e54e208efa7, '', 0, '?'),
(0xa2bb4aaf930bd4bf2b18a61b0584bb70, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php', 0, 0x438dd2c91a988e3532c7ac2d875ed3fa, 0x438dd2c91a988e3532c7ac2d875ed3fa, 0x4526bcae104601e981045b19d4954f04357d0bb8b08bc9dc238c0971c35c5660, '', 0, '?'),
(0xa2bff5107bdc4a1773c97d734706fa60, 'wp-content/plugins/elementor/includes/controls/deprecated-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 1, 0x00000000000000000000000000000000, 0xb25d248a16053063dcbe1c461b59c399, 0x4f4ec669a29c49ac7de71c1a83a5924b1b3ff8e84dcf03677b1fb3b9adbbe5c5, '', 0, '?'),
(0xa2c03a1c2bb9e06f50064cff72c541bc, 'wp-content/languages/fa_IR-9b256ea9cd54df92095e04c76758ceb0.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-9b256ea9cd54df92095e04c76758ceb0.json', 0, 0xaa6be17b259dda16ed73478acaa395f2, 0xaa6be17b259dda16ed73478acaa395f2, 0xdd291fecd66709f14b3096cc759a11a821a1af794062aace05563af96bc1ee4f, '', 0, '?'),
(0xa2c8ae219eace682885f6ef71007cede, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', 1, 0x00000000000000000000000000000000, 0xf29afc0d9a5e9656d08fb43532449e5c, 0xa0d4423accfc84bed6888006129779f1aa6900b05cb6fc913176ce3f47d3fd00, '', 0, '?'),
(0xa2cd40c3bbd6174aed601661b5646e77, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php', 0, 0xff3504a95207913a1900d58bc74bb10e, 0xff3504a95207913a1900d58bc74bb10e, 0x115557582049bad4106d3e63c4c16f9e03a0583c5100d062703748328e7b6666, '', 0, '?'),
(0xa2ceffbc279c7596a9207f9423dd5e18, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-9.png', 0, 0x3963e8fd934ecd79d84379648cda4450, 0x3963e8fd934ecd79d84379648cda4450, 0x400e6df8f748d8e438dfc9f8fba173adb4dc2ef8b3634e5e151b5a8735c3198c, '', 0, '?'),
(0xa2d2b275ca0e347f56a52fce0b2e7d6a, 'wp-content/plugins/td-composer/td-multi-purpose/less/menu-top.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/menu-top.less', 0, 0x59a323dbccce3fc5ec22bb3ea436a752, 0x59a323dbccce3fc5ec22bb3ea436a752, 0x0685e24a8dd1e2c2d7cf64ea97ce8a6f15ec03bfde39afc12e7605c43cef8f6f, '', 0, '?'),
(0xa2d32aecb0302bc16a26f37b4577e4e4, 'wp-includes/css/dist/block-editor/content.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content.css', 1, 0x00000000000000000000000000000000, 0x88adfdcda836a0e063647e9973c8c79a, 0x7c68512fda27b253828d19990fe116fd13406ddb1da9b8467af27145fd8eb8d0, '', 0, '?'),
(0xa2d4563759f47748144d264eaee9aaee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3_no_content.php', 0, 0x32df362ff40fc92e7f3aa2d76352f220, 0x32df362ff40fc92e7f3aa2d76352f220, 0x1033e6ca8588d0724e29b5f2e9055c020d66d2829f36e33076c186cac6e18b8d, '', 0, '?'),
(0xa2de3783cb78102295745712a05d139c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_10.php', 0, 0x202a092d7653d538d9d10978052f2c05, 0x202a092d7653d538d9d10978052f2c05, 0xf2784eb9866b5cf3552d8a73135888ad1ad46137ae25b4e8b1e86ed3ef63a09e, '', 0, '?'),
(0xa2e0ffb2c7b96e977c28405bd5b1898a, 'wp-content/plugins/td-composer/assets/images/sidebar/tagdiv-composer.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tagdiv-composer.png', 0, 0xbd723df62596c5f24413c93d0fa1e766, 0xbd723df62596c5f24413c93d0fa1e766, 0xaf2fb114b66b8c67288e17ead74c3ed9ec975b69bc201a3cf22896463d3ae441, '', 0, '?'),
(0xa2e3ccd6b2f3bcee8a0c8a07b29a0638, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-user.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-user.php', 1, 0x00000000000000000000000000000000, 0xc35547c3201d4b6c246b5cb41ae44db3, 0xfe6231f1ea6189b64e5eab6c1f10da62302b99f4475082d7f7fc826958a10905, '', 0, '?'),
(0xa2e92b81a22d38a9199aac3a13207d10, 'wp-content/plugins/poka-review/admin/js/poka-review-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/poka-review-admin.js', 0, 0x4f140016582b4f97c687a06bf205be44, 0x4f140016582b4f97c687a06bf205be44, 0x277e73b364763ef74f1ef67a43bd398713e2d0d27bc512f7d13cbbe70744ca87, '', 0, '?'),
(0xa2ead572a3dd7fa84e2880b44d03ed5c, 'wp-includes/blocks/post-title/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4597e11139c9caa22e8b6090b29b4250, 0xf762d4586a14bf4c9f015840d61d73b76f394513f60d7b3bbe91c56d46d414d0, '', 0, '?'),
(0xa2ec30441f3e9d77c54ec67b8a60bd72, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x08123ecba4fecadbceec5cc515316788, 0x16bd83909980b4063690ae243a275f4be080540f2fb5d8f51b45c55983c80efd, '', 0, '?'),
(0xa2fb3409501ca2d05d95fee812687114, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3_no_content.php', 0, 0x8b18e749b9f5144c4c07832fb8e9198e, 0x8b18e749b9f5144c4c07832fb8e9198e, 0xee745bb32e7210fc40985f273e03d26cf1558ecdbdf9d1efbbdf7edecda54235, '', 0, '?'),
(0xa2fb7020b5f6d23e1b2a6fc88386faa1, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php', 1, 0x00000000000000000000000000000000, 0x19508d609b415dc0885f4bf078c42922, 0x974d058d468675a8194fff391b193f04b19e5d2eebf02fd9d8d834490852be74, '', 0, '?'),
(0xa2fbac98beb7021082c6e13ac4b4c0cc, 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.otf', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.otf', 0, 0x527eff645d8ead16666afb6931041279, 0x527eff645d8ead16666afb6931041279, 0x0b96fce6c73981a594607d9ab241928a841d700604f295bb33ad8e55fd35fce9, '', 0, '?'),
(0xa2fdc4f588abc3730957d650f6bc5c21, 'wp-content/languages/fa_IR-8240df461220d1d3a028a9a4c5652a5b.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-8240df461220d1d3a028a9a4c5652a5b.json', 0, 0x13e6c0671c9dd2b6e2210f4e669b2bab, 0x13e6c0671c9dd2b6e2210f4e669b2bab, 0x76792e11769efefc1528384c2acfe418d33ed5421d8485283d827f18898a3296, '', 0, '?'),
(0xa3095a4cdf42e8b81dac8946faa55d94, 'wp-content/plugins/shortcodes-ultimate/freemius/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xa3141170abd34099c6ce774e84ba6aae, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', 1, 0x00000000000000000000000000000000, 0xab55ebaa1da0739f098515cedc1f1b95, 0x69169b899f6c77cb0a5ecef7c7457c8722fa20a418dd53fe1c0ce6b2844269e2, '', 0, '?'),
(0xa3145546a67c64e1f36e54004bef4380, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random.php', 0, 0x5c0c588eecb830253ddd884121881dbb, 0x5c0c588eecb830253ddd884121881dbb, 0x625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff8, '', 0, '?'),
(0xa31733ac74c7de2893230dcfbf14d029, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_4.php', 0, 0xd619ef388c67565efc42d269d9ec6b29, 0xd619ef388c67565efc42d269d9ec6b29, 0x2b2e409170c0a3f6846e97394bb2e7a83e483d925bb350154998866ab7e9e56f, '', 0, '?'),
(0xa3199383461e58bb58ae88bd4a131575, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa31a82176205ea406bb62efea3692e70, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 1, 0x00000000000000000000000000000000, 0x4262f6af3d1ff478e4cb1a53eee78605, 0x0a69a656351da8194b697dbdf48ba445419f7437cc89850d7429668e7ce03c50, '', 0, '?'),
(0xa31acda6d145ba96135e473f6269f432, 'wp-content/plugins/amp/src/Validation/URLValidationProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/URLValidationProvider.php', 1, 0x00000000000000000000000000000000, 0xd2ab8d26cb81b52e8de0d9d9aceaf687, 0x0a0979c153bcc395988c6854601bd5d3fb4367de1a5521cb77f5eb4e72db9e58, '', 0, '?'),
(0xa31b94195cc55bc82da9a11890eaf8a1, 'wp-content/updraft/backup_2025-04-27-0325___90_1f93322b8605-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-27-0325___90_1f93322b8605-db.gz', 0, 0x57ef557f058bf9b7cb437e9daf34470f, 0x57ef557f058bf9b7cb437e9daf34470f, 0x4ba97af8c4698d15a77532682af650a6f5b12add6e7c569970f5f6214854dba8, '', 0, '?'),
(0xa31d48130c1dbaf2babc8baec6e4b5fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import.php', 0, 0x85a92761850ba0a02a2e87c9bab37b28, 0x85a92761850ba0a02a2e87c9bab37b28, 0x909252b03c4af1c26f2f09758f4b0192ef6838e452073d943fc5756e21036243, '', 0, '?'),
(0xa31f90be0ea2dac3c5af45a7679aaa5e, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-2-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-2-col.php', 0, 0x0569757d6d4a0a1bdfa432aa144a4e33, 0x0569757d6d4a0a1bdfa432aa144a4e33, 0xb3fc0e68ce47e78a06aa7e9f2755ff6036819dee883b5f61665c5a2b6452b7e2, '', 0, '?'),
(0xa325485a979a8aeed5848c97bf1bc82a, 'wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo', 1, 0x00000000000000000000000000000000, 0xe8382dfb2964435d7a94c7d3edb77a99, 0xd9c4028bfccf7d4ce318fb76a9bc8d8da8d9874f5f361fdccad285b14c2057a7, '', 0, '?'),
(0xa32912125058393d268d526741a15b7a, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-metadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-metadata.php', 1, 0x00000000000000000000000000000000, 0x5ac9f56655fa3f640185c332bd3988db, 0x302c93a94b02624f38af55739116adc4c42425718aefea38e98b180b20fbf0c9, '', 0, '?'),
(0xa32ad1d26cadc8329ea39109e8500b1c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', 1, 0x00000000000000000000000000000000, 0x2f5b64d38fecafb56a541eef02ef7f20, 0xe05009b577f5181ee2c2fcabc231f3bfb415ee5d0cdaf044d36f42dc0d2c3b7a, '', 0, '?'),
(0xa32ff7f06ac6217e421e60d82a7ca082, 'wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 1, 0x00000000000000000000000000000000, 0xc8dee0613aed684bd323dde1212a7ae1, 0x0919b2546513fda3a3af69651b017e1d62516ec01bea261224b1c797daf86965, '', 0, '?'),
(0xa330531945f5fe9d126e45b61fb98f77, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/azure.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/azure.png', 0, 0xd60b14e8f37459c5d7a7657b53a74415, 0xd60b14e8f37459c5d7a7657b53a74415, 0x9531766fb66638a94da45258ab3ef1de2b2a7dcb09841c2b9defa0b2ff72fdad, '', 0, '?'),
(0xa330c3738af0cd72a057d7ff8d2bb19f, 'wp-content/updraft/plugins-old/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php', 0, 0xf4f4bfb4a5653225c7999f5e02202d35, 0xf4f4bfb4a5653225c7999f5e02202d35, 0x419f6cf4fef97f3d128e1ab603640133caa06b88bf1d388040f6bf13d0a61c8e, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x3fd97ab4f2339136b35292e833f3e9e3, 0x67a65c05c5c7ed41e9f6c3f7e5287e36e58a4c24da7dfc62f45c086443f55e55, '', 0, '?'),
(0xa342072f2fbe67c56819b909e49dd142, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-relative-origin-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-relative-origin-validation.php', 0, 0xd0eda01303a1339e09490fe2a61ebf61, 0xd0eda01303a1339e09490fe2a61ebf61, 0xebae1105aa37555b519129d4980a1bf15a59be57f11a1c3397f2ff3e1df34700, '', 0, '?'),
(0xa342b161f3803c04d0bab2cc8d6668d9, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff', 0, 0xfee66e712a8a08eef5805a46892932ad, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xa343e927fc3b1d034d62f835d0e40b1a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0x9c530bbf82d46c8014ede984fbc308e5, 0xf2e431e48eb054dadd90561e14407e701dedb1f7b1568cd7c157cea7df529a0b, '', 0, '?'),
(0xa348871591ff2948791895e71b145088, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 0, 0x076e8c936861a6aaf2e2a2772ac6158b, 0x076e8c936861a6aaf2e2a2772ac6158b, 0xfeb0cac9666b40cfb18e4cbdb99512313ce530d10e0b95ae51ce7a33af2e1125, '', 0, '?'),
(0xa34a2071d1b5845521bd0c695e7cc1bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_1.php', 0, 0x2caf00723773a7269fbd01e746af0b37, 0x2caf00723773a7269fbd01e746af0b37, 0x14d196f8bdeafccdeaf757bfb8670cdb23247d60cf0901bf01a96fcf76e83c15, '', 0, '?'),
(0xa34de916afcc8c8516dc85c057989ac0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_panel_settings.txt', 0, 0x864662f815b90efef466c4b06a69ed38, 0x864662f815b90efef466c4b06a69ed38, 0x850af0d8600ead07bf50617813ede8ac72a8aa092167b36c44cf5603f8ee7146, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0x389109a481a2bdbb3a7b80e457f3ea65, 0x367b77f7bbb50c5e470b6baeceabc33235ddfa6293f3840de4ddf193ab84e688, '', 0, '?'),
(0xa3559e5c1b4c8633e02e6c56ec3f74bb, 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 1, 0x00000000000000000000000000000000, 0xf75715fe01c4841146c37abfd68d11a1, 0x6854574e4293fb5a477fa799f2ae8094f1d876d152f166eb07791aa6650be441, '', 0, '?'),
(0xa35c4e8ce9eb07d65cbf2035493faa0a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_9.php', 0, 0x2e85934ad74f0e9b8f7c88134fc1ad0b, 0x2e85934ad74f0e9b8f7c88134fc1ad0b, 0x645ce1fa708f16735443e65a0af59951e55246ed4a0315828f1843e636a28fa5, '', 0, '?'),
(0xa35ed950aee3736979842f011daf61c9, 'wp-content/plugins/updraftplus/includes/S3compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/S3compat.php', 1, 0x00000000000000000000000000000000, 0xc5cfe75b3dd3ea7ec07224dfa0387c5e, 0x643d1028f761cc052ab032c94b313b5eac614af030b5177602835bd3ce5cb585, '', 0, '?'),
(0xa3612dd537616c840c8799dd0fd4874b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa363bc790e0dd8f93b8a5907648bc03c, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/img/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xa368dd9764dcdb030cbe0abd30a2a85f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_10.php', 0, 0xa78e04e52a280f2be275d1e0318a6aba, 0xa78e04e52a280f2be275d1e0318a6aba, 0x0f40a8648499aefb54822695d4ffb9048488060f9b3a6c39774a711d56e43d0f, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xa37b368355f9500d24af50e49dc9dc15, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0x460689f292a11ebce586ef066313dd5d, 0x1eec7399c0926b594130299abf17568bf776275ab3c7feb311b30b234527d223, '', 0, '?'),
(0xa37e318f1845544c060debca1b275817, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php', 0, 0xb4e3dddcc353b229990ca25bc4389c61, 0xb4e3dddcc353b229990ca25bc4389c61, 0xdb15fde789313f86c2295f9658a70102170b1fe4620aeff613d83633320552c6, '', 0, '?'),
(0xa382440d74c05392325ce4de243fcb98, 'wp-content/themes/Newspaper/translation/default.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/default.po', 0, 0x074ce55b76f9734171d45440b6bbc001, 0x074ce55b76f9734171d45440b6bbc001, 0xe0b84ec309085f84341c0bca58d07bc3f2cd46643502cda270fc994202a0342b, '', 0, '?'),
(0xa38ed295d5bfacebf44a62389cb4c52e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 1, 0x00000000000000000000000000000000, 0x1e6de9a4d4c51d75b1e4c982d11398cb, 0x35d6b11a2abb2123d2fa9c8ec17ef124e405b17d265c03934fb99be14651a36d, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0xa39c3a2ea936521cf516f7cf77717b6e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-full-post.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-full-post.png', 0, 0x1f17d212b8b1d6b751986aefdd229339, 0x1f17d212b8b1d6b751986aefdd229339, 0xcd67b7a876c7b9652fa2475dcf8ec2232733841d56d9b5b1fa4e0183644adabf, '', 0, '?'),
(0xa39c724fe3c9c1b9b6934274fdac7b5a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', 1, 0x00000000000000000000000000000000, 0x162ce0881ad5e7e6951aadd86cc7e5eb, 0xe800a6f0dab8f50d6d8eef50640b2175c8657812518166a49e8c7d1e88d61738, '', 0, '?'),
(0xa3a4d66b728543b5757521765cd53be4, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_progress.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_progress.php', 0, 0xc40e94b9a339f29d0ae5deb8ceb0c300, 0xc40e94b9a339f29d0ae5deb8ceb0c300, 0x39421b60d85c1fc9637d88a966646a16326ccc586d1dae4b6a3889e203c35990, '', 0, '?'),
(0xa3a70022fd81b4cfc75e95c95eeb8572, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', 1, 0x00000000000000000000000000000000, 0x43634b1eaba80a5c3d09993d975b4dcd, 0x72a3f3cb58ec6a380195bef6a590e93366516442edd13da9ff522ea305981126, '', 0, '?'),
(0xa3a7cacd09b8596a86bda8310f932e82, 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 1, 0x00000000000000000000000000000000, 0x44aba20b3700bd9c5591d0602c2a9966, 0x92eaa7ab918632ce5adf10720e845e016cb3b49fd807779c1bdf48417bd7ca82, '', 0, '?'),
(0xa3a9672b5018cf2ff3a73698aa80339d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php', 0, 0x975980fa79b91327a6816e7e177846f5, 0x975980fa79b91327a6816e7e177846f5, 0xe844ecb77f244f9579523c363c86125bca3b03cbcb9b05bae8f8a2a2b32c17f6, '', 0, '?'),
(0xa3aa1c8408f94e42b60ea982e27aa9b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_8.php', 0, 0x82fdfaa2f66889bca7797457bf2520f4, 0x82fdfaa2f66889bca7797457bf2520f4, 0x6c0c3a237ab5e0d493192a9f049220c88b088ef742f99274790453f4e2839cef, '', 0, '?'),
(0xa3aa273cd013619083f2a7f44b5ada92, 'wp-content/updraft/backup_2025-04-12-0348___90_28f41474adff-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-12-0348___90_28f41474adff-db.gz', 0, 0xcbe6dfea7a59c5f1dd79d463878a86bb, 0xcbe6dfea7a59c5f1dd79d463878a86bb, 0x7889199b4e4430b1afa3d2bd673854ec92e12d3ca395ec9c5f8da0edc0e74742, '', 0, '?'),
(0xa3ab9c217751586d0ff94e0b4df43401, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/blocks-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/blocks-2340.min.js', 0, 0xedcc68a084dee045e03026df862e64e2, 0xedcc68a084dee045e03026df862e64e2, 0xa4f3430f6f74e1b975ae5b6cfcb4b474d1eb9c182eb4cb1a8f6616a3e27346b5, '', 0, '?'),
(0xa3b42b025b7c0210da707fcb3b1008a3, 'wp-admin/images/contribute-no-code.svg', '/home/abt90iranbet/public_html/wp-admin/images/contribute-no-code.svg', 1, 0x00000000000000000000000000000000, 0x583f8b10a1cb4c6c8a52cf2731ced8ff, 0x6c17978143af512c5c230292af94f5a55b2b8c1e07a32aea9f6c6532a9ccf88d, '', 0, '?'),
(0xa3b98128f03e9948c1f64bdf006a5316, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/frame.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/frame.php', 1, 0x00000000000000000000000000000000, 0x6b0ea4f1134e64cdacc2f80d3f177401, 0xb461559b08a542a1698596720e8312107073760fcbbed1910c80a01fffe64d55, '', 0, '?'),
(0xa3c4bc09e8590b7cbe7074c43428028c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', 1, 0x00000000000000000000000000000000, 0x029b52e2f554e495febfc919ad55e2f0, 0x82ceb7dd1ad67ab7e0d1439d686048af9761bde304b53b3a6e2c6ebb0f330bed, '', 0, '?'),
(0xa3c72528a2140ab249d8cee86547c268, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3.php', 0, 0x5f2219967b89a69a09f57e3d4a348685, 0x5f2219967b89a69a09f57e3d4a348685, 0x1d439178f0863078a4a72dea29e663596e674aaa5cfd0332f14b4bbbeb48d4db, '', 0, '?'),
(0xa3cb8bd60441e846bf047744344200ad, 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 1, 0x00000000000000000000000000000000, 0x468fdf35b555b1b4eeced46fc735b68b, 0x636a1f99e88424f2ffc38dfdfa4bd88a37a5cfbd649d7d0e5bf2693c8b7b1212, '', 0, '?'),
(0xa3ce2e2246815de3aee4d9f621fd4366, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1_no_content.php', 0, 0x3389e2e81710cc6bf0ba5495a64809ec, 0x3389e2e81710cc6bf0ba5495a64809ec, 0x599a1081b6efcfe0e5eb9191a9f03b9c9c8854f1a368648262e679b83dc5ee72, '', 0, '?'),
(0xa3cfd238943a26ffb483bc2582c1334d, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/blank.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/blank.gif', 1, 0x00000000000000000000000000000000, 0x56398e76be6355ad5999b262208a17c9, 0x2f561b02a49376e3679acd5975e3790abdff09ecbadfa1e1858c7ba26e3ffcef, '', 0, '?'),
(0xa3d34b1230ab9999224a59105cf6b87c, 'wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active2.php', 0, 0xe13a761f4339eaaf85f9a30114ed7e3b, 0xe13a761f4339eaaf85f9a30114ed7e3b, 0x84b672500b92da03f3d0a8611d9c47397a8e740515578e35c550f2e016a87d37, '', 0, '?'),
(0xa3d3c3abd6784f04ea2046c3c4c6f0fc, 'wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', 1, 0x00000000000000000000000000000000, 0xe784542fc72bbd5884013c48337f592f, 0x55d9c8bf6cac80d39bbdb3eb4d7919d26fbaaef758a8d3bc1d5f751573272250, '', 0, '?'),
(0xa3d58b74bd5ff8fb13084a007fb7a825, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 0, 0xc6942f8b5cef9fa3fb6d5b7e7f718a29, 0xc6942f8b5cef9fa3fb6d5b7e7f718a29, 0x80140258d42ceb13ecb237ddcafe6af416a44464f4b5763bd766a874039ae693, '', 0, '?'),
(0xa3d86ac9d1c15ecda25ec4aaeef76ad4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_1.php', 0, 0xce28ddc0de0e6b4165a9c76487e11438, 0xce28ddc0de0e6b4165a9c76487e11438, 0xcee8c207e3963eeb62015a7f7d30e3f60b38898217851d838e4a7af34f14e5bd, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xa0aea0b9e3a08608f32fab87dfdab345, 0xf94d4774b90d3ddef0d1bcc3291923497a39d7f8ded53db88cc16051157b6b0f, '', 0, '?'),
(0xa3e22662edc580b93a62248c659f7742, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_generator.php', 0, 0x36ef5fb384ff0677d1e03bc047a92053, 0x36ef5fb384ff0677d1e03bc047a92053, 0x1cde52d1749d9bd8398f7f0239caf14972dbb27a7ccaeec4b62d799c1fef43ab, '', 0, '?'),
(0xa3e90c79de7bfa438edbe8a4bc37418f, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.css', 0, 0x431ab7d4ef48afd9c39a647c5c990b0a, 0x431ab7d4ef48afd9c39a647c5c990b0a, 0x4b75ad19972013b920282efbddf80533d170f116777c30bf5158b9c6b96f8725, '', 0, '?'),
(0xa3e97af1677d2e05d072547ef2a0e87d, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php', 0, 0xaa6b1f31db81760c0fedfe5ebfa3f17b, 0xaa6b1f31db81760c0fedfe5ebfa3f17b, 0xfbbc28505fc26322c6cd78e68edd10e710e3b6fa519c55736ec1c82c61a31155, '', 0, '?'),
(0xa3ebb7e8f47ee561914465f68f46e547, 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0x92f9e2e4e1d954c347a8bfbdce7dbaf9, 0x7d1375693cb8964db1851993a324fecaab6a46c90a867c4b4732aa7dc0eff922, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', '/home/abt90iranbet/public_html/wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x1b59a7bcf0d2bf7e9f4ba748883ca066, 0x3f20eb416e9c369cb29483267a2760d52c90eaf8b66ae65d6dc0fa0c7ffea776, '', 0, '?'),
(0xa3f857268ee3ba682e45503331286fb9, 'wp-content/languages/plugins/wordpress-seo-fa_IR-b1439a828d6d7684a875580ccba87936.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-b1439a828d6d7684a875580ccba87936.json', 0, 0xdfcb0cf757c1aee2240a26ff2c46421a, 0xdfcb0cf757c1aee2240a26ff2c46421a, 0x9931b6a8fb519b2213482fa52a3c59145d284071d5568a95521ba5d2417bec4d, '', 0, '?'),
(0xa3fa4bd19f636ecce3922004a2bfbd43, 'wp-content/plugins/kk-star-ratings/src/core/functions/calculate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/calculate.php', 1, 0x00000000000000000000000000000000, 0xec48e84c0936b1d4ac4c24cf2d7f560f, 0x23d9322c2d2272ed8eafd3fc76f36e9951cad28481dc6ad52c0c6653cf34599d, '', 0, '?'),
(0xa3fee5b8468478ee513787a3cd7a042d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-4.png', 0, 0xfbac2e94d985d4183461b7b570a84b93, 0xfbac2e94d985d4183461b7b570a84b93, 0x67a571af5eccf5ed230f8ecedd3e0ab1065a9a4083f60a009ba41cfa934813fc, '', 0, '?'),
(0xa3ff7267fa78c5ae4b23a59878cb68ff, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-4.png', 0, 0x24c9cbd0ac55d42d118eae57209e968b, 0x24c9cbd0ac55d42d118eae57209e968b, 0x439eaf66faeec2fc3d57737abcb2e463cb48247599ca67440888ba19fc25a593, '', 0, '?'),
(0xa403cf5da5ae150f08fad13c8f33cba7, 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/estimated-reading-time/block.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/estimated-reading-time/block.json', 0, 0x6b67001edee54628b91956c9220a8b43, 0x6b67001edee54628b91956c9220a8b43, 0x1a1b8626b449c3858239d2593b34baaa7dde24653352339cc520cba7edd86225, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', '/home/abt90iranbet/public_html/wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0xa3b0fa8322891472990018a352818104, 0x594b08b7e43cfe09d93141d04f8dbcf2fcf94155b38aa49c681850f9439113d1, '', 0, '?'),
(0xa40aabb0f4fb5d7b675c85acb7061049, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xbb292f34193bdf24db94e5deac76695c, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xa40db2d4aa74375017e420c8c127fdba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_6.php', 0, 0x7b42a6229be78294d577294d7951978e, 0x7b42a6229be78294d577294d7951978e, 0x3b2e4c3e5e6343389b26a7e4ed36026147dc227b5339f34b6b9c8e2a0dccbf11, '', 0, '?'),
(0xa40e0c2eaba9eb05864690d06725dd3e, 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 1, 0x00000000000000000000000000000000, 0x9357bcc0bd979b9d1b2a62a3a1056b88, 0xb79728c2be3ce4380643ddebb217d73aba78e14155384a61c904008d13a1df99, '', 0, '?'),
(0xa412df7a5f09745c61b1b5cee6f27267, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x63b250c6756465b14fde95c5abfa926f, 0x36694fa5c9ad9d77bf935818a91b91475605e19f7f39d635b6c52d49bddefc5a, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0x3c8fb046c80ec5f66096fdc2cee38af7, 0x9704cbe9ddd4838b4fcb68168709ae1f9f3871c47f8270a380f7a83d465b0e72, '', 0, '?'),
(0xa41a1195f6cba9bfd857175c8b908262, 'wp-content/plugins/wp-rocket/inc/deprecated/3.10.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.10.php', 0, 0x510c8add3c8b22aed482d3f6d8444c53, 0x510c8add3c8b22aed482d3f6d8444c53, 0x550c0800675151f9abd4de3e699b62bff59b6f0fecd7297e493d318eb1fd4fe7, '', 0, '?'),
(0xa41e72cd752f982e9c51777c7cc301d6, 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-themes.zip', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-themes.zip', 0, 0x89725097018adfc50a17e9359a35e59a, 0x89725097018adfc50a17e9359a35e59a, 0x51278099483da724d521e21473a2f9b3beeb1558670b4452a5c8d8458279bddf, '', 0, '?'),
(0xa41eb17cf21feaa10b0db6ee71f62499, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6.php', 0, 0x12d38eb6da90122ce94eabe77e919ef8, 0x12d38eb6da90122ce94eabe77e919ef8, 0x6642ff7eed4065a89b085c6e76aac7c73b15cee99fba88ff8adad74a48aaa800, '', 0, '?'),
(0xa41fa69d8d59218b4bef0f68d7e7d74c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_6.php', 0, 0xafcea1886144b9a17a270838e7984c8c, 0xafcea1886144b9a17a270838e7984c8c, 0xedb9a792b0fba31e8ba71451e15a181d3b9f0aa3b0e723ba21c8f30f25926e40, '', 0, '?'),
(0xa422fa82d99edb34d00f86dd80964c3e, 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1_empty.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1_empty.php', 0, 0x5237eb20b1ed7b6aeb2913196adcd0b1, 0x5237eb20b1ed7b6aeb2913196adcd0b1, 0x80f8363a8d80c6da4af35421c73cf287e2ccf9f960fb69f53e9bfd2b68f6e8a7, '', 0, '?'),
(0xa4245558d67397a45da248922f59f4c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', 1, 0x00000000000000000000000000000000, 0x4865cd91ff34421f0bf1f2f214100c12, 0x22280bb934496a058deb63c07b897f0cef481b095b5e8e01f30c147493a6fe51, '', 0, '?'),
(0xa42804eaf5b988b03bd910f671731a44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', 1, 0x00000000000000000000000000000000, 0x68b428f301212c87c6cd2bd76b126c24, 0xb7cb058d90075ebff1a4773762ed969780eb5d1f728468f59d5354944b19de77, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0x8785caaaeb13d0444f364ff25f507a7a, 0xd1a3ba1c4453a30baa620f3a283d50b5620506682b0c9ed5d420ac1c56bca8f3, '', 0, '?'),
(0xa432176dcff5c29ccdbf05469b150502, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md', 1, 0x00000000000000000000000000000000, 0xead9d27be0b570022a26246714bb2a63, 0x4c15edb0e228ed03a97d4e29559dd0d7321192e4f1c28b570a5a7ad3217eddcd, '', 0, '?'),
(0xa43798b902db1f55a1c4f5974a0e065b, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial4.php', 0, 0xe0a7da6fd8967c692443aa2712d64b76, 0xe0a7da6fd8967c692443aa2712d64b76, 0xea3b8e6cdd7fbc25b7df49127cc71d87934e6be69f575a4047a345fe1e59faca, '', 0, '?'),
(0xa43b47e96744b252858f0b28fe0a1f59, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2_no_content.php', 0, 0xf27d94b872720e81a94adb1ead73b81b, 0xf27d94b872720e81a94adb1ead73b81b, 0x2e2e9fadf2d7171eb620ea3d3456a720d9844dbc958794a708e84cd079df7aa0, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x8bd1b07ed9c7e7d3c9740db928314de3, 0xa640224c3b6affa2a1c3df96e5143b324c67a48e720a9f5a320c92cdc443ac3f, '', 0, '?'),
(0xa43f5527bae9351807de6585d5552822, 'wp-content/plugins/luckywp-table-of-contents/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xa440318843af5d5c884410c3a063b3cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_7.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa4439ea5cd454b5ff795c241795bd0b6, 'wp-includes/blocks/site-title/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9ee89ddc53cbc78e91887026545ebd6c, 0xf76009fdc2862a9433808455c265762774098575890b6bcf1ff1de11a5553972, '', 0, '?'),
(0xa447c44c5d1e0f36883e401d037db786, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js', 1, 0x00000000000000000000000000000000, 0x9c044ef9523f5263234245941bfb7669, 0xeab7c5472fbd35621bfad7466addcb02462b810ab9c8c2be5968cc3d6ebb6ee6, '', 0, '?'),
(0xa44efcccaeddde81793db5874807213b, 'wp-content/plugins/td-cloud-library/assets/js/tdbFiltersDropdown.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFiltersDropdown.js', 0, 0x1de29c1846793d8f4a5c0688541632e3, 0x1de29c1846793d8f4a5c0688541632e3, 0xeb2cd97472587d43a845602982a3a815ec964f6e31d260532fa58f2bd12cc08c, '', 0, '?'),
(0xa451b499017bc960db885942df5ed76a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1_no_content.php', 0, 0x005d89859d414e939d6959779fbe1365, 0x005d89859d414e939d6959779fbe1365, 0xc485c7bcab23b19ca81af7c153edbbfe81b2b6dfe06a1aa12ba95f491f56790c, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, 0x00000000000000000000000000000000, 0xe59a9a4fa4d7852e280de222f01a005a, 0xce823aaff1d6c7b23d6b3a0e0e4537cc5b65aad25625c762c5337283de1a87b0, '', 0, '?'),
(0xa45cd990bbfead354b54eeee1237d4eb, 'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php', 0, 0xa332d25c959a5c73d5685979faff49f7, 0xa332d25c959a5c73d5685979faff49f7, 0x46b392674c4ef9f0e83d085ce145845289146bdc0f2f41d9350b925e1e38fff4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa45d46ac443e255077a5d8fcd3bd01ff, 'wp-content/plugins/elementor/core/base/background-task.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-task.php', 1, 0x00000000000000000000000000000000, 0x0eef5ad9831ab8dc246beecdf86fe275, 0x6708219d17bc217962612e235690a075680445980dff23c7903056a61e70525f, '', 0, '?'),
(0xa4623a463136711d075ce35ad9482787, 'wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x4d1d5a6229f8df40cdc9bd34b4d9946d, 0x518b8052bb71744d6d4a9871b37b15d8e5853d0603cd5523ba84030097f07b39, '', 0, '?'),
(0xa4672676b6d0bb0fca8554ad9adc03f1, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/label.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/label.svg', 1, 0x00000000000000000000000000000000, 0x0c92b85ae899d3470aa4867174970476, 0x81034d9e77f0cbfa5d9dc7cee0a24a4de7d486b0a5c27a6ed4cadc9c8329a487, '', 0, '?'),
(0xa468aecc0aebb91156e8c690e534c426, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs.json', 0, 0x5990bba3ea45706e8e0a61e4b47f9d68, 0x5990bba3ea45706e8e0a61e4b47f9d68, 0xf6144c3c16b76b28bfd2fdd33ffe54a37df2865caccbb4a9584ae4ebd40eea7e, '', 0, '?'),
(0xa46bfd0381bb344485cf899dea4e05f9, 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-about-business.php', 1, 0x00000000000000000000000000000000, 0xe72bedfeed6c959093fe998032f44e41, 0x4541156761d958792bfdbfea338c5c7db2aced6b2c5112cdd609954169aa26fc, '', 0, '?'),
(0xa470ee80385734e81e6bf7633ef11b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 1, 0x00000000000000000000000000000000, 0x46c5c7d5fe391270394e0b1cd843111b, 0x34915ac968c4497b94a85d2b571feb8d5266b0ee882813e56d0b02dba657faf9, '', 0, '?'),
(0xa472b4cf49ae68ff83590ccf8587635b, 'wp-content/updraft/backup_2025-04-02-0325___90_aa02e56c7963-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-02-0325___90_aa02e56c7963-db.gz', 0, 0x2c9c3b06c914af90039e218019ebb60a, 0x2c9c3b06c914af90039e218019ebb60a, 0xb88718281770490f4ee840ed3334d849d799fec4820077eb7872098a03dc7245, '', 0, '?'),
(0xa4751aaa0e20d780052b18de0ef93ecf, 'wp-includes/blocks/image/view.js', '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.js', 1, 0x00000000000000000000000000000000, 0xfeed88cbbf95ab86e1a1dc6307a8eafc, 0x4e46d012308c48b0736687165f58373c6102c95f5935a282714a04d90c4ff75b, '', 0, '?'),
(0xa477fa669a19671a3420553baf6db79e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import_no_content.php', 0, 0xcc0360b58f104ea7326426ea1427e29f, 0xcc0360b58f104ea7326426ea1427e29f, 0x64d2af9718170f8b3d2ecf554c19e7da8b76cdf66332090711c91abcc4c99197, '', 0, '?'),
(0xa4784fbd91d96654ef006c4249c7fca7, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php', 0, 0xc95383851bdebd19782fc936e6e58e33, 0xc95383851bdebd19782fc936e6e58e33, 0x05b655fbc2d6f39bdf998c08ecd3c6947956af82d4307b6628ee6420043d9de5, '', 0, '?'),
(0xa47b0523e9283f35ef9aada08a25a985, 'wp-content/themes/twentytwentyfour/templates/page.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page.html', 1, 0x00000000000000000000000000000000, 0x3a1fb0dbdf85053b6e33fea2ed2f92d4, 0xb145bad2444ff5eeeff31222798beb7b4fd2849eea21dbe7636c17f204cf8242, '', 0, '?'),
(0xa47ba9bfe068d008d0e24cd6f722a448, 'wp-content/plugins/td-composer/includes/shortcodes/vc_column_text.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column_text.php', 0, 0x1efd4d0962fd9e01807f9dcab0b70ab1, 0x1efd4d0962fd9e01807f9dcab0b70ab1, 0xf2cdac7562dec8e969eb973e4422a627f1e02fd7250b3cf8f97f049bd563f8d0, '', 0, '?'),
(0xa4827ac0956e00816173dfa4d3bc7b2a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_7.php', 0, 0xa37f026904140d336bc21ca4576f780c, 0xa37f026904140d336bc21ca4576f780c, 0xd950318afbf864b1ab10619ff25f3edf7d8351dbdc9d6e27f6a4b99ab4cf370b, '', 0, '?'),
(0xa4834fbc96c6b8295bb87599cb93f475, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 1, 0x00000000000000000000000000000000, 0x1a10a9b26020185af43c81002ac33316, 0xa24a8b230cb34ca7f4d3ac42290d2641fb6ba28e6903c36af94038ca63a8716e, '', 0, '?'),
(0xa484b344f5ca3a6a6cd34d2541d01c4e, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml', 1, 0x00000000000000000000000000000000, 0xa997783c724b16e056a8b77dc2fe4b89, 0x6a2ed60037154f94c5f2b651450925028cf49b39e2eed5182c639dc84a803c8a, '', 0, '?'),
(0xa488d644954efd4719631766df3875f2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 1, 0x00000000000000000000000000000000, 0xf369f51109f6375f87d5881ba4ac48d8, 0x0ba46cf68a0ef934c28a9caa199f68b7407461124e4efd8f3f7463fac25d7fb9, '', 0, '?'),
(0xa48b61568848e0c2b6fcf659396023a0, 'wp-content/plugins/kk-star-ratings/lib/js/profilepress.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/js/profilepress.js', 1, 0x00000000000000000000000000000000, 0x1580086432df7efcb66b0befa993b45b, 0x78031b92c8bda372516d7360f0278ccae00e90d81b010882a0e279a7526aa6d4, '', 0, '?'),
(0xa4939f24ed4d584d08f83e38cc29fbde, 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-time.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-time.php', 1, 0x00000000000000000000000000000000, 0x69e325014b26b09ae07049525a9bd4a5, 0x9e121b123d493d8b886ace4af483d172ed974bf2b351efdd89e47e8b7ce0f4bc, '', 0, '?'),
(0xa495765b722074bcb9b103b7e10814da, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php', 0, 0xecfee2788034ea9768955d91bb89e041, 0xecfee2788034ea9768955d91bb89e041, 0xd1ac0ec00e5cfc85865d5ba83555d0837e13f01b1ec5ffd1e77822a32fd22719, '', 0, '?'),
(0xa49b374dd82e66983ff5052ba16bf984, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_3.php', 0, 0x42629db2a1254331005210a19902bb42, 0x42629db2a1254331005210a19902bb42, 0xaef85be6dfc9b05ce0765e322a3382fb36b77ffae407f7c183b1a3cd81c43a72, '', 0, '?'),
(0xa4a4ed3baf64416f2bbfe19b1064289e, 'wp-includes/blocks/quote/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33fc4975b99ef9d9613740d5cd935fa0, 0x8f95a6ad6c1311f7160cd59fc822dcbd6db823d4f1c6cb1fc296fc3eb9b8da4b, '', 0, '?'),
(0xa4ab337a5f4644d7d0d10bffcbf51f7f, 'wp-content/updraft/backup_2025-07-02-0324___90_2db7e67811ec-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-02-0324___90_2db7e67811ec-db.gz', 0, 0x71e90b6a6cad6ea18cb249f2f5cf457e, 0x71e90b6a6cad6ea18cb249f2f5cf457e, 0x90825879f3c94921f95c78c0c02cc267321b15256dc670abf929b96dd5f03976, '', 0, '?'),
(0xa4ab9319c36debecd39f6106d6c4d4cd, 'wp-includes/blocks/post-featured-image/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor.css', 1, 0x00000000000000000000000000000000, 0x8fc0f8989a907dbd6593a26d7a019678, 0xde023ac1b5374d60121ed92f89917d147b2c80f24cc9bfaa303740593728f051, '', 0, '?'),
(0xa4adbc4ea37978384eaae20b6f62a52d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_9.php', 0, 0xe6c4053e7d35c69aefd4f582a0027964, 0xe6c4053e7d35c69aefd4f582a0027964, 0xea657c83e1f2dd215359b8f1c45d63918beaff101b17181c1576e625d07def0e, '', 0, '?'),
(0xa4b1d202841376d58c3367afbb8a98fe, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_views.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_views.php', 0, 0x0ae3c145422c95adc9a649a795b9d479, 0x0ae3c145422c95adc9a649a795b9d479, 0x068b881e92e18bff4f5f1be4f8471302f0e0e35f899810f010cd435e2a30b885, '', 0, '?'),
(0xa4b7e3468901ec017fff59d9137db647, 'wp-content/plugins/kk-star-ratings/src/functions/applying_filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/applying_filter.php', 1, 0x00000000000000000000000000000000, 0x8e11a2a2575aee7258c05dc6ab5c5245, 0x4fbd8cc98761848bca96618c6c0604e2bbe00085d748d8cf8ebc8014387d154e, '', 0, '?'),
(0xa4bb8fc1da5269e2dda809d35926ed6a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json', 1, 0x00000000000000000000000000000000, 0x51ea202ff97920d01c0e536b50d33515, 0xd53a1a09bba4f3cd0a4f2b11bc9c61eb1730a17f15480311a2f5217f24418b76, '', 0, '?'),
(0xa4bf30b87578ec9f36a74f2f1be04cff, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_5.php', 0, 0x4fbccdd7451e754fe6a722132b741044, 0x4fbccdd7451e754fe6a722132b741044, 0xe26eba8be8db8cbde3b1f4a0213b7883262b883f5ab46f8065451b1246f17d2d, '', 0, '?'),
(0xa4bfa0c62824df040615eefedabb3430, 'wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', 1, 0x00000000000000000000000000000000, 0x2491631ac6df229812197be3e1a631f3, 0xf223e1d16a073581aaa0460142760cac3f0ee44e2631100569d2ab14f8101d3e, '', 0, '?'),
(0xa4c0e52f74b3e28a60caef787dd510ec, 'wp-content/plugins/amp/src/PairedRouting.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedRouting.php', 1, 0x00000000000000000000000000000000, 0xe4cf93da4ccd64877f440cff48afac7c, 0xddb0660f0f99a0ef69eaa48d14758a3b6dceb2645cb5e168af362f61a9b2b118, '', 0, '?'),
(0xa4c2b1a721f37b1351d63ad0ec3f882e, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php', 1, 0x00000000000000000000000000000000, 0x428f3a9f0a6b09a40cc45cd4c0acf3e1, 0xaebd9fe7da7824ead19fa247833371d97e1b7e4a94b9633f107bc48bbcdd9ecb, '', 0, '?'),
(0xa4c62943b472b370292c173d1e65a20c, 'wp-content/plugins/updraftplus/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xd5a83c5734cd1980bad0c199a2ee4fcc, 0x9cc1cd2d6f0aab73986d6e8914fa4cc5f4aaf3a4e8b07476c2faf726a32c3e2a, '', 0, '?'),
(0xa4c77e079516de753a6a7fc2b29c5895, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_5.php', 0, 0x24fbb716b769695b8044a5f8d19ee29f, 0x24fbb716b769695b8044a5f8d19ee29f, 0x5185ec595460d05ad7601271d3fe8bd442b6455258960090fc0693de70c0f9ac, '', 0, '?'),
(0xa4c96df3e300926aae367792836cf528, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa4c97e4a8710e49ddb6d0414c0f60cd1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', 1, 0x00000000000000000000000000000000, 0x882c054cabc7a9c23f25bf31a9d60a17, 0x23dd594aca0e0935d94a193c7e3b5830bfa9c904fc429d3b3e92f881a9a57c0c, '', 0, '?'),
(0xa4cb4f0f4882c6421408e6c2d60f7b28, 'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Curl.php', 1, 0x00000000000000000000000000000000, 0x3512eba9b3de067240cc6768b243d9bd, 0x3d38393febeb0fd48aab1d941cb5ba06c0225c5833be0dea95a25b3e42b62280, '', 0, '?'),
(0xa4cd486ac6def06cb3fbaba2798f7d7b, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-parent.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-parent.php', 0, 0xd2694a2c2aebc15455a89f412fdf6ad4, 0xd2694a2c2aebc15455a89f412fdf6ad4, 0x969e5a16b2b31cad80fe55888053f6c9ab977d8f25dcb6eafe41f6e79d93d2d9, '', 0, '?'),
(0xa4d3f1502ae5c977830b6d8462ffb96d, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-uniqueness-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-uniqueness-validation.php', 0, 0x1b58c3f6060d321ed5e7219d96fe7c8a, 0x1b58c3f6060d321ed5e7219d96fe7c8a, 0x010e7b0dee308e91d3d85be873b8742d504f974528374e8bbabca90ec1287100, '', 0, '?'),
(0xa4d4383c658e872a6716c7e230ae39d1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox.less', 0, 0xd32de5b9b2af9db50fd0351f22fabec7, 0xd32de5b9b2af9db50fd0351f22fabec7, 0x54b55a41ca7b123b24f200001456ae92691639f0d22f3523b283dfe8d9ceb09c, '', 0, '?'),
(0xa4d9799bddf492bfa6e8e8b2c2b72b34, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php', 0, 0xc02be6d96671f88d28aad3ffa134c8ae, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0xa4e345f5f465ac90c2417218f313d0b8, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 1, 0x00000000000000000000000000000000, 0x6f44aa96fe9f45d2c02833ab2664d968, 0x92975f5b7c032108e3403db0c53eb0c61558d9f0d493588621a69c462ea2a673, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x11e3bf82d6a6b7ead17fd5a4ac5bd7f3, 0xc8a4bbc660696429563eb40f3f8c5d08accdabdf6bf2a0ba06761970dc764fb8, '', 0, '?'),
(0xa4ed97db17ba4f9d19623cb0bd4434c4, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/data-debug-mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/data-debug-mode.php', 1, 0x00000000000000000000000000000000, 0xf40ab50817700bf186001641243bdf68, 0x9e16db82b633b3f354fc0370bd584c90a61ab8695b92117c2cf73ebe27480228, '', 0, '?'),
(0xa4f2b9d7d0ce2bcb01e5679a911b7fdc, 'wp-content/updraft/plugins-old/hello.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/hello.php', 0, 0xd945a3c574b70e3500c6dccc50eccc77, 0xd945a3c574b70e3500c6dccc50eccc77, 0x66a5a27393bb0975f563fe8895b57efdf4c43062c40cf1f3b3ed1549f5263529, '', 0, '?'),
(0xa4f4f23b58d15a910988127e59db3ea4, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_8.php', 0, 0x13a2bfe6cc14e93201846d9c5159a660, 0x13a2bfe6cc14e93201846d9c5159a660, 0xe16406aa74aa2dd8c4d2a81f372bf7d2e0138c4d6200b92d03ed3401bf0a51e3, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0xa500fddbb6f57074e14914dde05b0715, 'wp-includes/block-supports/error_log', '/home/abt90iranbet/public_html/wp-includes/block-supports/error_log', 0, 0x0c49b8df0e336810aad4dc9b1602dfe5, 0x0c49b8df0e336810aad4dc9b1602dfe5, 0x55026fb97e7e724d30c88c0d20ad01ce9cf16c66f3fd908a5ce4003ef6f0007b, '', 0, '?'),
(0xa503b27cec5e74083c5b119774cc156a, 'wp-content/plugins/elementor/assets/css/editor-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x46d0e998f22dace8cb9588d5b78b202d, 0x30765cdb89ca4518e8d5af76d5cc151ff5efa4ffec842eefa84068ae20a24e8f, '', 0, '?'),
(0xa504bba0f9b91ef31a8083a422023c24, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_10.php', 0, 0x0d73273cf64afba5febbde348ddfb5d9, 0x0d73273cf64afba5febbde348ddfb5d9, 0x42ba5d5071093f6a343e199ca7cab35f305fe9d3f6ae8befb070a1d4ec3cba06, '', 0, '?'),
(0xa5056387ca59094a1b42fc48f0de02a6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x032842df9bdd1d481ea909ef967d30d1, 0x8bf5c7fef6e9d7d27f77f9cb049730aea5e3cd6c0b85c2e5be18a5da3fe216a2, '', 0, '?'),
(0xa5077a63f5eeed2a2b0e09006514570c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_3.php', 0, 0xcc0aacd8c99d0afc3d77d7d3264acbb0, 0xcc0aacd8c99d0afc3d77d7d3264acbb0, 0x693b91b8a89db298a1d248e1c98eb4063fd871692e532f30741c13a8e535e66c, '', 0, '?'),
(0xa508d8890c85691d7f490e7174235d34, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 1, 0x00000000000000000000000000000000, 0x080ffa6306c2a6a1d3793cec3aff47ea, 0x72a2f652aee3f7174affcacdaa8b9cce4d5bece95574af25fe9112ee5978a4c5, '', 0, '?'),
(0xa508dcc75fe783654c8dfc49f6e32423, 'wp-content/plugins/amp/src/Admin/ReaderThemes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/ReaderThemes.php', 1, 0x00000000000000000000000000000000, 0x6ceb72b8e6c01e619bcb9b9ebcf11adf, 0xcf7d0294d228a9f1c8bee70ab50b8a4c07070b482c83a04927e840c4584a95e3, '', 0, '?'),
(0xa50a9b082b1997bac0db924d6670980b, 'wp-content/plugins/amp/src/Optimizer/Transformer/DetermineHeroImages.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/DetermineHeroImages.php', 1, 0x00000000000000000000000000000000, 0x4d87229a49a6e4c932ead1e5a23453a6, 0x74e8563fdab6d2b76c099176e6d0c341b2e7227ed33934ca34b762a9b11cc17a, '', 0, '?'),
(0xa50e32c2d16936961d7a25aaa2979d2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xfc77a4b96483fff3714bb440fd46c322, 0x8376ff5fc7c8d92de303c575f420d030172a100d825666710065d731b0fee52f, '', 0, '?'),
(0xa511e6fa6466663e760c699ec50ed307, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2_no_content.php', 0, 0x0979380664b580263fdc4e8405049b83, 0x0979380664b580263fdc4e8405049b83, 0xa550b0e94ef8a94fcc2059ba16bbeb4e4a68b1f1574fe2d3c3a5964ba96154aa, '', 0, '?'),
(0xa51216d6df491beeceda2b6429dee087, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_woocommerce.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_woocommerce.css', 0, 0xe7fbe78cb653d535297ebcea912b6294, 0xe7fbe78cb653d535297ebcea912b6294, 0x706de3c9e4279094b56b009ca5439ead6d814a1c588a17c7e83a5c2013a017df, '', 0, '?'),
(0xa5130650b668607c2fb8aae33a578300, 'wp-includes/blocks/columns/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/block.json', 1, 0x00000000000000000000000000000000, 0x850698d62b852b4616f0a1a7330d6ee4, 0x21c3a3a49f813b68b0165abfc64461b5795e5a7f7faa748855ecb7b8b09fad35, '', 0, '?'),
(0xa517246e31e4a1d906555ced7828ec96, 'wp-includes/blocks/missing/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/missing/block.json', 1, 0x00000000000000000000000000000000, 0xa187d868a80c773a39b920ca35a0775e, 0x7bcbb952e5a35c1aa1fef85468a110635454a0cab1b271fdb6053e4c382ac4ca, '', 0, '?'),
(0xa51cccf13171654befe44abbcf70fa5d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1_no_content.php', 0, 0xb1515f4e4a2a84f86b7e8489b89a22be, 0xb1515f4e4a2a84f86b7e8489b89a22be, 0x0501fc71bb41989121b9a11cd8c3d43c1059a76834652c03d02e009e759fcfc0, '', 0, '?'),
(0xa51f4d9a3d5294f06652ba9303157bb8, 'wp-content/plugins/elementor/app/modules/kit-library/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/module.php', 1, 0x00000000000000000000000000000000, 0x6ebbfcba57a346445e7df460e7c23cc9, 0xb59b75f1b8e94f85c0477c98df4817850aa0f9861aa62d63bd0cd476c17511f5, '', 0, '?'),
(0xa520c84e8f4bb4c7903212e4be0816bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6.php', 0, 0x40fa55823e0825a691d743ef9902035a, 0x40fa55823e0825a691d743ef9902035a, 0xeac433e025aa6435a52efbe2f45573fdbcdedc345d08df02207d9e54719aabc4, '', 0, '?'),
(0xa522cfff0b6a0501c812f392858b7108, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_2.php', 0, 0xe8105f77a66eb1fbb99624b5a610d270, 0xe8105f77a66eb1fbb99624b5a610d270, 0xdfae5774ed39e897a55003a58418fbabe4b7750c8907a24b9190e361994a52ba, '', 0, '?'),
(0xa524165f04eee017c358d77f8a6c61d2, 'wp-includes/js/jquery/ui/sortable.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/sortable.js', 1, 0x00000000000000000000000000000000, 0x06fc9206bb8f1387e153491726ae40ae, 0x872d02c16ddb86195ad549904099622c38147b33f4b7d95a79c5f4208c88517d, '', 0, '?'),
(0xa52b144936cfc0d0b732e2d801c20596, 'wp-content/themes/twentytwentytwo/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/footer.html', 1, 0x00000000000000000000000000000000, 0xe4a721f63e780129ff5629508945a547, 0xe3314a67f6f8a6d16ed26b5fd964c1ff4e5b250651ba60f6e27cc4218a286332, '', 0, '?'),
(0xa531b05bed7173be98cc6f2d4f239a0e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 1, 0x00000000000000000000000000000000, 0x1ebf1879c00b23b92ee013977b29ed99, 0x0a8a3b828593caef1c09d76ed6e08043c5c03c5c7929df046241c8cfa5de86f3, '', 0, '?'),
(0xa533efb3ced01f8a507a602a9b269820, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_6.php', 0, 0x71bcb774b5e73a05914309a91a8d32c5, 0x71bcb774b5e73a05914309a91a8d32c5, 0x3ba0aef8b175d0065fab84c45bde389e19b41c114d708c5524ec1ae08478e0ed, '', 0, '?'),
(0xa5340218722946e34721f69af631190f, 'wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 1, 0x00000000000000000000000000000000, 0x2971dd1c40b9db88d77013aa6e8b4500, 0x20eaecc62d5e751f3115fe73e8064675ba85715793420be7e97aa06c38f3576c, '', 0, '?'),
(0xa53695ae638c89edf6fe63203ae96edb, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-photo-blog.php', 0, 0x414e639fcf7b63464bb63691cd7318d2, 0x414e639fcf7b63464bb63691cd7318d2, 0x8dbaee9a8ac461c7a0fbd15fae3f0d435777046429dafc3649841e9ff8bd1fe7, '', 0, '?'),
(0xa53a8cb2904bc5e43a584674132b7398, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import_no_content.php', 0, 0xee7f7a37a3509f7fb69b0a52f80fe6c7, 0xee7f7a37a3509f7fb69b0a52f80fe6c7, 0xc09133d27528e48961e0ccb7332b1df625e51fd8595f486f57d79a6d22cb0fae, '', 0, '?'),
(0xa53ea77991832774bc5cd8a715cc969a, 'wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php', 0, 0xfd73f160a1682842d71782e0a2bc22ce, 0xfd73f160a1682842d71782e0a2bc22ce, 0x7d4cfe10a9aa6f70605920484b443e9aaf155b38480cea7299a38f7f02916d9a, '', 0, '?'),
(0xa5422409613f1eb4001f1819f7be8166, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_6.php', 0, 0x83a4659b20740a1e107013394aa985f1, 0x83a4659b20740a1e107013394aa985f1, 0x6033e196a5ef93bbc93642f96bba587d11c2ce57b0556046ae9fb860ecdf7bfb, '', 0, '?'),
(0xa54eb5df03078ab0a859eaed7e850b02, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_7.php', 0, 0xf8ec8d36b2afa21c8cf69d14ddc59d5f, 0xf8ec8d36b2afa21c8cf69d14ddc59d5f, 0x95d807c450e6545a13b9e7e143d862e61e41913f3380b56ff7c1ed77ebd42bef, '', 0, '?'),
(0xa550ad4f0106edd051978e66e5032d26, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php', 0, 0x66df2fd113de5ea9afa2af4dcfe030aa, 0x66df2fd113de5ea9afa2af4dcfe030aa, 0x601c9a7d169dad501e09ea5cd68da8c8d6c2cc17a545878d8f23e28f648ff1fe, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', '/home/abt90iranbet/public_html/wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x6099bef8557fbaf8207dcef0ad0ae18c, 0xd1cebf7a428f2b71bcb91ec235566cce4b7fa46ca1b06b818df25a2fb30ff47c, '', 0, '?'),
(0xa554b918103b902379c40d5dd48d79de, 'wp-content/languages/plugins/elementor-fa_IR-d5fd080190e1b775eeff9bb54dd9cd90.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-d5fd080190e1b775eeff9bb54dd9cd90.json', 0, 0x17acb6ab051e17d285334a83dda13d9c, 0x17acb6ab051e17d285334a83dda13d9c, 0x7770c73a423de42d2efcedb61ddc6c51ef9f157ecabde6149d8c4f3b73714f8f, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x5a6337380d088fdc6a99d36adbc1d892, 0xaef951f4972cad02300d4e514abcbdbf94598cfaaea0ad6df4cabc30c5dd41c6, '', 0, '?'),
(0xa5657b218eb89e6f537348e003eae7b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_2.php', 0, 0x35c84fa1cced4cbe08a49094cec6d736, 0x35c84fa1cced4cbe08a49094cec6d736, 0x3ff7a620e0a95cd0b34fb5f80d58f0c656c31f1a5d2d4948967708d2f9d0f002, '', 0, '?'),
(0xa5676ac4e936a838561c53b4e6e4572f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', 0, 0x379545aee853c5e5bff9166595a3c03c, 0x379545aee853c5e5bff9166595a3c03c, 0x3e66a8a79ac65e3150661f3c39440bf8e14a9252441e791916be4d8c8cabb4ca, '', 0, '?'),
(0xa568b634fcc0ca18e88eb4cf0e0bc9e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', 1, 0x00000000000000000000000000000000, 0xf1cd3cbc3c327c94eb40ca77e1082c7c, 0x169edbb8640523bad5b151204942c2fcb0c1ec0069c9473b4a62bc1db78a3937, '', 0, '?'),
(0xa5692f39e8b5813ba70ffd6527dc7315, 'wp-content/updraft/backup_2025-08-01-0326___90_ebab1199575d-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-01-0326___90_ebab1199575d-db.gz', 0, 0x4ed872a8cfd622876665a1c4a3793adf, 0x4ed872a8cfd622876665a1c4a3793adf, 0x3c6cf255f7eadd4501847ebee140a852704b8070610dc95f6a11500f93884e16, '', 0, '?'),
(0xa5696b5b216757fa8d187d9e76b8c8b5, 'wp-includes/blocks/image/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/style.css', 1, 0x00000000000000000000000000000000, 0x23d2bea8a9826f26c529845d3f7dbf5e, 0x5cee7366cbc0eb33ec3e49d022e5e2cafe0ed684fa00d29f070232dd43f58eb9, '', 0, '?'),
(0xa56bfcce985e69bbd5e274c5511f41e8, 'wp-content/plugins/wordpress-seo-premium/classes/watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/watcher.php', 0, 0x060692ce5af85365ced5a1722c9beb7d, 0x060692ce5af85365ced5a1722c9beb7d, 0x30a4ab1a78854f2279ac4919c0447d4aaf4e3dadda3791e220f698d9348da131, '', 0, '?'),
(0xa5707f6cd5a2d48e6021d93e662ecb78, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', 1, 0x00000000000000000000000000000000, 0x9e01573fc13bdfc021e09de54bfd6cd7, 0x41c7e7763a3426d3cf7149e4727099dd5545dfbeb6eeafb1b1f3856c3b8a4d30, '', 0, '?'),
(0xa575d568d130ebb18294259b4a30af17, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php', 0, 0x6b858ee78e0cfd60f9f544eb8b7638ac, 0x6b858ee78e0cfd60f9f544eb8b7638ac, 0x3a811a08fff92ceef3f5a2df76c6ab9dab1b2b60d350ae9abc36484e2c929c7e, '', 0, '?'),
(0xa57a5e61893f07bf6bca08ac57a04973, 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/blocks.php', 1, 0x00000000000000000000000000000000, 0x6dd7f38a41998d56622110379a2c9e5b, 0xa98f90f6283673ac48febd470ccc690e84a3cbfaaa991d56ad49a056de9b6874, '', 0, '?'),
(0xa57e7900ae8d0f64bd78b7215b3e1f26, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', 1, 0x00000000000000000000000000000000, 0x291ff47a3c612030788122a6f108cc0b, 0x5078a6b587b80c02cd65c39556fc34b31e850022930aa6ff049c31c3ab29360a, '', 0, '?'),
(0xa58209335804528605d3745e6c84212b, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php', 1, 0x00000000000000000000000000000000, 0xff89233def0c56bad747c0abba4d4766, 0x2763661a0b35e875c9a92b4ee84976b8d3e98d9b2c5feee8da40acaa6ce01478, '', 0, '?'),
(0xa5835081b7ae9af68888c6daad4b3c58, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', 1, 0x00000000000000000000000000000000, 0x4d3c4e4b0718153c4c1e5e2105c467b0, 0x867d740b44c2c5fcd546c3838257044dd920639a0359e825e0c31e13222d6002, '', 0, '?'),
(0xa587a47da3e3aefd155355fb16d732f4, 'wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php', 1, 0x00000000000000000000000000000000, 0xeb880e7203fe44b6b387b1b8b501f10c, 0x967bd9f778d222dae459a5eadaa0a903a2474d8ce124c7c6587407de04a3fd9a, '', 0, '?'),
(0xa58c5572ba512933b3ddd44eccdd5b93, 'wp-includes/sodium_compat/src/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/error_log', 0, 0xc0626f450cb615983d40ff98df201884, 0xc0626f450cb615983d40ff98df201884, 0x13b66d95d3a6345a2d8a8a4759971115ccb435c269d036b72e2ef0ddacbdea51, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', '/home/abt90iranbet/public_html/wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x3720c1c7f9234b0fe9c111c0ac689f2b, 0x72e67518dab662573804cd04e437669cfbb4c1475dd86b00b2a4e914663599b1, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', '/home/abt90iranbet/public_html/wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x22e9ae9e16510cc515f7b6f82690a1d7, 0x1c4cf4d5a6ae2c25733fa98ec119d48b1db5cd51125312d7933ef461c1a19dc5, '', 0, '?'),
(0xa59005a9e52997c4c0cdbcc4be719326, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/icon-message.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/icon-message.webp', 0, 0x047d9b2df99f0212a8a9c80059e57699, 0x047d9b2df99f0212a8a9c80059e57699, 0xe199accaa250af6a9c1d9bc5fbee81cf4f8c20c514775b358386a75cc5432975, '', 0, '?'),
(0xa59233284bb7b1126c17f15d8ee559d7, 'wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', 1, 0x00000000000000000000000000000000, 0x3d488d92a5b2f939353c261493821dc3, 0xd5ef678e33789f6103ec77c894d252b6fbff3f12e69c38f221703fd3f113eec5, '', 0, '?'),
(0xa595da111a3e0100aad7cf3ccb14dd11, 'wp-content/updraft/log.ca0174971343.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.ca0174971343.txt', 0, 0xf4714d8682c616314690d2c40ef72726, 0xf4714d8682c616314690d2c40ef72726, 0x4bca3ba5130e70e997c9ff376867c7bfd9ac72fae31db241a1c9d1bfb0146b23, '', 0, '?'),
(0xa59b05b7d980bea84bf768daa4b08d32, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php', 0, 0x28884352e092e36334258cdf4fd8a1f7, 0x28884352e092e36334258cdf4fd8a1f7, 0x7e4494171a3574f6cf27845113d57c8431d350dabf3ebe4f5f9f05851ed05aae, '', 0, '?'),
(0xa59f9bfbc25764f5d1d384bb99096edc, 'wp-content/plugins/td-composer/td-multi-purpose/style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/style.css', 0, 0xd957323b40f1ff941421cd58953444da, 0xd957323b40f1ff941421cd58953444da, 0x79235dca74600a2d5fb2590f59270e28b481104437dbc575604dac39c73b8e05, '', 0, '?'),
(0xa5a7043bd3a0f9f815770e6915bace87, 'wp-content/plugins/wp-rocket/dynamic-lists.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/dynamic-lists.json', 0, 0x021c9c4276066b12d1d93ef2f2cab23d, 0x021c9c4276066b12d1d93ef2f2cab23d, 0x8866eb898489efe17f502418430cb8206b6621a51e06a298142f24d6c54f8209, '', 0, '?'),
(0xa5a728f473f64f384af41efe97b3d5c9, 'wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', 1, 0x00000000000000000000000000000000, 0xfcc7eb779a1dd6fcae3c7a492d172624, 0x0c03fa2d02afbac388a2986fba328d4bc34df1028bcba73c9efd5d6242e7cf68, '', 0, '?'),
(0xa5abc7bd1a0d6df5255117312b9a4931, 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0xa5b1022601f5d4fdae02231a83798b97, 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0x8f5eb5ee46d9e48f59fd872152179b41, 0x8583d7c91b509b47cdd3b5eb90d1b736c28c6e99ecfd24107ac6b673a2c64b23, '', 0, '?'),
(0xa5b1e144ad54c7a193112322da313fdc, 'wp-includes/blocks/cover/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style.css', 1, 0x00000000000000000000000000000000, 0x18c255b261f13d257fabe20817cb9b79, 0x402a902f480ed043593f05dc3a19bd49bb77470295cd6404a1d96f3441455e04, '', 0, '?'),
(0xa5b4508191e2945a329937c74d6eaf8d, 'wp-includes/blocks/rss/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc1e4d863f06c7f7376b034800d1ee07f, 0x7f68d9e33bea582330a011de4128d40c470cf38a9e62e20708a6ae18c9bf720c, '', 0, '?'),
(0xa5b51a02bdef5d2b05f8a396f4bc5bcc, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_list.php', 0, 0x12268d36cae424a17704ecafb2c3d742, 0x12268d36cae424a17704ecafb2c3d742, 0x60b851e2fd70b929db521c56472b7e6eb64c2a2bf015ca7f369e69c54a4d7dca, '', 0, '?'),
(0xa5c10b861801154b32a02554d94482a3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_3.php', 0, 0xe6a1003c9c8aa6f98f07e41ad6aeaa31, 0xe6a1003c9c8aa6f98f07e41ad6aeaa31, 0x5450bdcb7df1f97e9eb19f6f692547eb5ebf6501563c3a903edc54ec0da371c2, '', 0, '?'),
(0xa5cae42aaba5685e03eddcdb08afefec, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x270163c672c4cf99447135274789e17e, 0x480f2e84879c230a44eae9bf753975f071853c6641dfd10965b0d55631b813c5, '', 0, '?'),
(0xa5d0b4e49a874ef390c6c32679cad4a5, 'wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x1d3228ea4909c32cb737a8f85e6cf7be, 0xb877d8e4a40689c67c1e5959b1e8248bdc27c5af24aa3b031b494c03a0b99ec5, '', 0, '?'),
(0xa5d155479de7b838b20145b8b401142c, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ed9616c89255e532c2058470102ca842.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ed9616c89255e532c2058470102ca842.json', 0, 0xd1e7bcb9b0c58a416765e4f008723b78, 0xd1e7bcb9b0c58a416765e4f008723b78, 0x0b5eb4a71f317fa8720232961755e7b9b6e30a7ec6e9995b863e7bec126f1978, '', 0, '?'),
(0xa5d594fc7b0f83dbaa3535cda5165c16, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x0245fa4a73cd4071b14e0595423e0430, 0x3ddf46b3ba957c15492a35766881aee04fbfd7c2eb9c7641e7e51368896eb0a8, '', 0, '?'),
(0xa5d877b155fe4f6d62789b5f22abc9ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', 1, 0x00000000000000000000000000000000, 0x511e6922a5b1d1a74207b97b1519ab7e, 0xc1302c53b11fbe93b2be89597afc9dff3af7559c728c9559914cfa85c5eb934e, '', 0, '?'),
(0xa5d914f8d2c989174c4dafcd782e27a5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import_no_content.php', 0, 0xb75e9981685a3ff0b5277653acc3392d, 0xb75e9981685a3ff0b5277653acc3392d, 0x2130a03425ffab0c8eb4cce764ebcd1231070920e39c0a655ec9fce93a0cc289, '', 0, '?'),
(0xa5e25348a4961d68953bdeaf2e039605, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa5e6fe7c073792235edcda515cf70517, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', 1, 0x00000000000000000000000000000000, 0x651462d4e8f8047a8dca3c9eb9fe0e01, 0x0e8423fb5488a17dffd4555a5c505e657eac6bde96365f91aa27e4a4ed967f34, '', 0, '?'),
(0xa5f1cd3579bdcebf0e72c0a3a561c34d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_5.php', 0, 0x3b86e44bf2c2dcedc764b4b74db7ead6, 0x3b86e44bf2c2dcedc764b4b74db7ead6, 0x9dd7c970379f774e7a3af28fe82ef18634ecf5d7e8cdebbd58f330b85bfa2236, '', 0, '?'),
(0xa5f1e79fd42424b4041d13c485632952, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_6.php', 0, 0xc32bca14d0112a2c2e0cafbc5891d796, 0xc32bca14d0112a2c2e0cafbc5891d796, 0xf667d8aad4a506bc303dfd5f23bbbdc37f52d0610cbd4846dddc27be30b1278b, '', 0, '?'),
(0xa5f216fb1bdb5e1b3493668f4d507604, 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css', 1, 0x00000000000000000000000000000000, 0x7a0ff4f77a5f9f36c7c92b5a77a60a7a, 0x8449dc5c68a957fc0416919509ccf844ab722dc1bb3139f489bc4ff9c0a00a19, '', 0, '?'),
(0xa5f21c98425c751f7d8e4cf42c8285ff, 'wp-includes/css/dist/block-directory/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style.css', 1, 0x00000000000000000000000000000000, 0x651ac48c5c9ac0869616553a51c5afc0, 0x772aba80f5ecca2445618a8c22d20a7c6d850917964f0c7176f1ec33b49101c1, '', 0, '?'),
(0xa5f9997af364c53f30bbf20a0ee1e542, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php', 0, 0xfd8b601ac345c5bd4c350dc3b76a8312, 0xfd8b601ac345c5bd4c350dc3b76a8312, 0xbebf2792c7d126432b8a66a752f7a7214aa9eadc3e842309edcedd6a56e97a8a, '', 0, '?'),
(0xa5fa32ad94fabdee54354b174d21b1b1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_js.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_js.php', 0, 0xde64184d28b41d9f4f47557cae7bbfcf, 0xde64184d28b41d9f4f47557cae7bbfcf, 0xcc0e982585f2131cb54829c0cd94100cb7c24957b65841349d5ca116d40c31c5, '', 0, '?'),
(0xa6000c622127e1ad9238407144a7a850, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xf9e19f8e1041f3dceacf285f56a271f2, 0xf05525dc7721f248fbc80182de034d55544d6f5b445e36ca5fd188d6b5da7573, '', 0, '?'),
(0xa60be5d8b5365fb2e48b89d60886e627, 'wp-content/plugins/elementor/modules/safe-mode/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php', 1, 0x00000000000000000000000000000000, 0xcd1306e89a897a17e3e020ad79e7abb7, 0x79f75e1e031d7e3080347941d7a4d814cf5ff3938af71cba1aadc0fc3880ca5a, '', 0, '?'),
(0xa61357cd4edbb738475fe0c8a2c6fa70, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', 0, 0xf7cb284e834c4004d2b89db1156cd217, 0xf7cb284e834c4004d2b89db1156cd217, 0x8479ae73940e4337d34dc2a855fe28de73c6c52a2a8b6e103451919efd5c5a7e, '', 0, '?'),
(0xa614095ef034b6605dc7ec4e543375d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1.php', 0, 0x9087b9cf09f282ad6740190f12a2a577, 0x9087b9cf09f282ad6740190f12a2a577, 0xf6342a4c8eab0ee2c53ffcc9e595bb0e826a685a86f6ebcddc8fd49545a1c45b, '', 0, '?'),
(0xa6177f90a2c650d602eb8a01f132e712, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.mo', 0, 0xc629b05b2584be10e9ba9f78f503fbbd, 0xc629b05b2584be10e9ba9f78f503fbbd, 0xd76c3625ac219b9e7a05441fbccaef03bae71b77be3b91287c11eb1fc51ce206, '', 0, '?'),
(0xa622ad51834f4fb1c050a4e305a06217, 'wp-includes/blocks/group/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme.css', 1, 0x00000000000000000000000000000000, 0x3301836a43804fd1ba7d926078ddb0a6, 0x0480fb4743f1663053ae226873c9e71170345975521b1a16f6ad24e0c578714f, '', 0, '?'),
(0xa6233ac1f6cc536bab55b982e27bc01f, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0xa624789832a3c166e8aa307b72cc0d67, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.woff', 0, 0xba0d9e3d4069ef219bfbb53aea1b9abe, 0xba0d9e3d4069ef219bfbb53aea1b9abe, 0xeec1b9c8463915721379a8017fdf0ec12c8b9b26a39473ad7e3872c1c9c6d88b, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', '/home/abt90iranbet/public_html/wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0xa629095e4be4aff7a3cc158708fc4ec6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import.php', 0, 0x05f0ab19c8845998ef40cfdc4f868d27, 0x05f0ab19c8845998ef40cfdc4f868d27, 0x5a7dac06b8fbd16ac607d8babb9b53937a0e7d17c4fde367c639fec0c3c16323, '', 0, '?'),
(0xa62bb5905528d8151b8c36545b9c492b, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0xf49a10becb6cc05765d4557bd21839fc, 0xdcd8e9cce8e447fba017dfd938971c3d8d00a83e20f833a077671133082ea234, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa62bdf20d4b2e3d094de20b6eb8797e8, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade.php', 0, 0xe1b1d82ba228a9b3fec3dfe2bcf44422, 0xe1b1d82ba228a9b3fec3dfe2bcf44422, 0xcd0a64b129db5c44da196a0d6716e3855015978086641326dead894cbf8fcc14, '', 0, '?'),
(0xa62d6c2851b2a4076faa9a6883f52327, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-nl_NL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xe0c43242610643e8be2b3f0d0fb6b230, 0x644517d368a6925e575692d53b26d5b2440cbf6a0f0ba2bd3cdc6cc73647e6c8, '', 0, '?'),
(0xa630ef2c06a89cf0bb104d83e1c75f29, 'wp-includes/blocks/comment-content/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style.min.css', 1, 0x00000000000000000000000000000000, 0xcc76b9b20e1e8e1694251816865d4ba3, 0xc655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6b, '', 0, '?'),
(0xa6312e131fe7ba118a4b43b6d99ed694, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1.php', 0, 0xd1eb84e5a518b40e40be974aeafab690, 0xd1eb84e5a518b40e40be974aeafab690, 0x3a3e8fa56ec6be87cd1a0ad5bba231c72eba4ef82b788cf455516dc52f8cb85f, '', 0, '?'),
(0xa631979971b0de67a6b8c1d9824ae1c9, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/windows.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/windows.webp', 0, 0x9c8ab14e61504d8290608dd62812840d, 0x9c8ab14e61504d8290608dd62812840d, 0xc3766a793b1dfb1e7f6039f223f4cae35a7988fc54cecaf0e0f21b4a6efebc64, '', 0, '?'),
(0xa634eadee70cfd82a9cfaa86e33262c3, 'wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css', 0, 0x33b98b30678fc90859aa7ae9ee0da110, 0x33b98b30678fc90859aa7ae9ee0da110, 0x85ff5bffc40450de6e152b761526eb04ffee7ed4e47b3d978090ba343485c552, '', 0, '?'),
(0xa63dbc54abb753f9e60349054b7e8d1f, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0x7f4932793cafc559794e5be645f609e4, 0x48da0757d313b46d7c9967066eb3f8e60c365c1aafe0c272d9b225d5fbf2f949, '', 0, '?'),
(0xa64435cea5084ddd5e707367115e71dc, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-tgdv.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-tgdv.png', 0, 0x66caacee8da6100d6620f7f359787629, 0x66caacee8da6100d6620f7f359787629, 0xc5e3a8335b00f7284cfa91893683aced04827e39a246b3d8b07633a698304bc0, '', 0, '?'),
(0xa64709d1924fac35296cb70a961a068a, 'wp-includes/SimplePie/src/Cache/CallableNameFilter.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/CallableNameFilter.php', 1, 0x00000000000000000000000000000000, 0xfa35b80eb438e94b952a88d96119b1e1, 0xca5dfdecc7a82b2b2e2308bc9e7c3e24f60e6460a187bf978775a88225fdd83b, '', 0, '?'),
(0xa647f472728b2a3bd57b390c694934ac, 'wp-content/plugins/kk-star-ratings/src/classes/Stack.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/classes/Stack.php', 1, 0x00000000000000000000000000000000, 0x5409dabc474d6ddd0e6841026225b07f, 0x92615e7a3c98ffa3e584ec7208e1ce56eb57e8164b353b432e2903cbf2d1978e, '', 0, '?'),
(0xa64f37759294c2a91b4d1a325a61f528, 'wp-content/plugins/amp/assets/js/amp-service-worker-runtime-precaching.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-service-worker-runtime-precaching.js', 1, 0x00000000000000000000000000000000, 0xe9915de94e4aa3ecbb019aa3b4574f25, 0xb292fac82267d3c664eb71e2b41f9334f7df7713c87469d00f98720f0d9d13c1, '', 0, '?'),
(0xa65025fdbf20dda2d24960f07c81ee06, 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 1, 0x00000000000000000000000000000000, 0xc2b870ce039ac7570f07669d069c00ac, 0xada68d01a5384f1fab087f1d91050da1e9087046be1fa17399549e28db635ddd, '', 0, '?'),
(0xa6522435cda2f9268ed9d43033a12ad2, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-12.png', 0, 0x67793e6f516015dd456e2c817f4d7395, 0x67793e6f516015dd456e2c817f4d7395, 0x872e5faa574762b39cdd2fb533ac290be9f2f0c8550654762c0be815b2be762d, '', 0, '?'),
(0xa657273b55054622d4b4cf7951e87d8a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import.php', 0, 0x38b07f98677db3f3abd2022264434b7e, 0x38b07f98677db3f3abd2022264434b7e, 0x15e994fcbb9da9bb7944d0af5493ed0289ee756ee2cf61f59201dbc6124fd201, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x1117dc862943f42fc186d5afcb20d99d, 0x31c6c2cb2743c54155758a338569a316f666b7669306a6178987ec44746c7ed1, '', 0, '?'),
(0xa65d4c963c7c3cee329114563d54f0b5, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x5b26ea450db552ff04cb333743c0672c, 0x545cae601a1e57d06eee9ae4192f4cf1df206e3a5a66f16224d0244e76a15b84, '', 0, '?'),
(0xa6633a516b32c4092015f38c1136bce7, 'wp-includes/blocks/columns/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style.min.css', 1, 0x00000000000000000000000000000000, 0x3d91961f84a13cc45e82ac5c6b21ee48, 0x2ced34c506df23ae115a1b54554616b426af6709960952c32d5e8b98144a064f, '', 0, '?'),
(0xa664188f6a782daaffdc8cd9f4fbe3b6, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php', 0, 0x777b4539d2be97cc7ef09291e9ecaf58, 0x777b4539d2be97cc7ef09291e9ecaf58, 0xebf92cd5c2f1f38943fce10bdf3e2aaa3bafba8920b96e97bdac8f8035c9e3da, '', 0, '?'),
(0xa666ff8edf14e1d949b5f28f50510c32, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', 1, 0x00000000000000000000000000000000, 0x02c9d8b85e75965e6f0f75174ea1b74f, 0xfd53ea17ba3f19cf40fa527ead4838adb83cc3ac4d5dbec96bfc7b426f5222c3, '', 0, '?'),
(0xa66a00f8fc8969b53973b8a84b4a6002, 'wp-content/languages/fa_IR-81d6f084cb273e02e15b01bd9ece87f7.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-81d6f084cb273e02e15b01bd9ece87f7.json', 0, 0xf78734c41d49be7f398e2071fd999688, 0xf78734c41d49be7f398e2071fd999688, 0x9014bc3b002a0e3cc9defa372dc06e0e5f0db62e4f098131e9d20007a1c120ad, '', 0, '?'),
(0xa6796ad744d3f0c943813260f844fadf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', 1, 0x00000000000000000000000000000000, 0x262aa495aa833fdf1b14371c23fef77c, 0xc8a52f88c711950baef70358cbf306b166239b3fcfc9f4eda6a0360a0a065ee3, '', 0, '?'),
(0xa67fb47a2d8cce080a66b283bb62ccc1, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/local-json.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/local-json.php', 0, 0x7144a817d38e14727e25b06ec9435f96, 0x7144a817d38e14727e25b06ec9435f96, 0xc4d6b7aad6a83f955f02e2ce7330637aec05ea6d54d9821eb812ac743d846e13, '', 0, '?'),
(0xa6842e70154d47df8ad6cdf82633cdf2, 'wp-content/plugins/td-standard-pack/Newspaper/loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop.php', 0, 0x93319fff2008226b9025d4d217f78558, 0x93319fff2008226b9025d4d217f78558, 0xb250a65c7dd03ad4cfffbcfaab4e69a083ef28fbd40753d20cb188330fe9db0f, '', 0, '?'),
(0xa684a40a6f5be19012e25dc57286d865, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-text-formality-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-text-formality-2340.min.js', 0, 0xbedfe647902b56b94a11a3e57d1d80e9, 0xbedfe647902b56b94a11a3e57d1d80e9, 0x9878826ee56b0a7439f3f0fcee9b58c0f4ebb1b2e4f50f9a047d41ac5953620a, '', 0, '?'),
(0xa6856852545ad625934f48ba8c4c10b0, 'wp-content/plugins/wp-rocket/inc/deprecated/3.5.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.5.php', 0, 0xe91b0f0cb49c7f8a1391b77a9acac945, 0xe91b0f0cb49c7f8a1391b77a9acac945, 0x613203663fe76c896b78c26ebbefb1159dec040f1deb647ad1bc0e5aba15204a, '', 0, '?'),
(0xa68c86a9f38fc105021b938ea126ac84, 'wp-content/updraft/backup_2025-02-19-0325___90_8707c58f960a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-19-0325___90_8707c58f960a-db.gz', 0, 0x152356b57c6a1f6b512df225c7a42975, 0x152356b57c6a1f6b512df225c7a42975, 0x976025bd4acc8cf05d7ff9b30a93cbd9780d13181e48ab75d88a6984da904079, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x395bde77b310909a44b341044dad41da, 0x3ba7a7f250dc315d66e855458dbb3b6051daaefe0a65f45a00104034bf6141e7, '', 0, '?'),
(0xa6976f47ffb654940f6360983eb2c3af, 'wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js', 1, 0x00000000000000000000000000000000, 0x7d263b4a28f86c4d9a0cae40d425cc84, 0x6494663ec42e854151f3aa89ebdae603bbeb041ffb7b7f89f2781e44a35c5b95, '', 0, '?'),
(0xa69a06987c9b24847cca57ac6aa774da, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php', 0, 0x0917c0a09bbc34a36ebdc39cd67a1c8d, 0x0917c0a09bbc34a36ebdc39cd67a1c8d, 0x47bc5e09ba9ac8fcc3e27e7f0b7dd48106a6c33842d7a5c459afc466006879ce, '', 0, '?'),
(0xa6a74e46665a38e0022fa258bde5fffc, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Requirement.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Requirement.php', 0, 0xb8d425496d5017cdff42a986c839a20f, 0xb8d425496d5017cdff42a986c839a20f, 0x8951a323147b65a802d0f0a1ef7b56a3d22a419fb771cc45c78d518e0bf65db7, '', 0, '?'),
(0xa6a7eee77aee95d613367f94843c5293, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x1eec2007f67ac8ab942e0c69a3c6d00f, 0xb9720f43a6536305de082197e001d740796efa28d45f00a27eb717cb51964998, '', 0, '?'),
(0xa6a9e931aa5089c095448bd3f3d43d99, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', 1, 0x00000000000000000000000000000000, 0xbf7918c4a06396bc3ec268e0accaf497, 0x00df42d41a0708706cf8ec5a34de9757b4042941517a0c7df59611c381a9e2eb, '', 0, '?'),
(0xa6b3a92ef3695417f3d1ef725e1666fc, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_ads.php', 0, 0x6b46d8b405ce6b4fa8badd8b670b5356, 0x6b46d8b405ce6b4fa8badd8b670b5356, 0x40ed25866e13bea4558fb4624a149fdf594cd9a9c54c54489ea6e6b630bf7644, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/core-data.min.js', 1, 0x00000000000000000000000000000000, 0x74a89278a6a0ae319b098a1a0841f0a3, 0xe22a41729d9c24be8bc03be3736a9a8facca3b65db3358e5c7bd791a67dff061, '', 0, '?'),
(0xa6c035db0183d619a52b697b857975fc, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0xf0f8230116992e521526097a28f54066, 0x36de97ce4f22fb17b052ad0629b4f1cd5b43b3f60aa7f6a8a4712cdbf5837839, '', 0, '?'),
(0xa6c1fc6e2ea1319e94f6e33ad8d2f235, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css.map', 0, 0x51a8897f7456851be54169e651230c67, 0x51a8897f7456851be54169e651230c67, 0xb71f51d5c399ff4d90072045a3be828ef2d466ca631c9a0f6d58953f573412a6, '', 0, '?'),
(0xa6ccf2206a839ad0f894a1a876e5468e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-video.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-video.png', 0, 0x6d8a79a45095006326a5981a1be00495, 0x6d8a79a45095006326a5981a1be00495, 0xe5626dba708203e01309a394058ace4340038b6902214b668734773e5955343d, '', 0, '?'),
(0xa6d35bbf0e21a0a8c306031888fa8f32, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_testimonial.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_testimonial.php', 0, 0x9e676c93c7b6d4a460663676b1c571a2, 0x9e676c93c7b6d4a460663676b1c571a2, 0xd48d470615c77f2f34ab2fb24586fc139ec686541963c32eb04632d9a8457014, '', 0, '?'),
(0xa6d6139f3a7c6bf340959b7f53b7eaa9, 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/advanced.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/advanced.php', 1, 0x00000000000000000000000000000000, 0x03f22874ee77c7397da2bfead13eea13, 0xb44c1c91322137d9bb318725e246ac2a6b9069cdc9d32360a54420f7220ca5c2, '', 0, '?'),
(0xa6dbd515d5d5a5b3b30388e4f5f23b4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_10.php', 0, 0x2700b04ef67461a780b094ecbf25c116, 0x2700b04ef67461a780b094ecbf25c116, 0xe2f686cb6777450ec7f45ec2768b1e904068b1623052b4a786b7edb8a2ae0992, '', 0, '?'),
(0xa6dc488342cd9c5b212bae3ce4bb2ca8, 'wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php', 1, 0x00000000000000000000000000000000, 0x6e2872ee06c5014a0e3056cb20031af8, 0x8ece2605ae50651e70f98b94bc814a2eece9c22b054a95323e31648de454da7e, '', 0, '?'),
(0xa6e0241d0bc51c74d5a6137d9709c254, 'wp-includes/blocks/code/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x09446e340d74aee729a9089bb2e310f7, 0x691acd8692f60add38e6ae45a72c75c6cdc6f54168b6a50c79109b271b4a7be1, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0xde2c7bb8482d5d6d17655ad30e1679fa, 0x33c0ec1e1e50d755877b67186ed2ae9fe4b08a0ae00782a57a879b0922dcbcdc, '', 0, '?'),
(0xa6e5b9c2d1b67c4fc5e725aac4880a7d, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php', 1, 0x00000000000000000000000000000000, 0x33b6ecf382da39a7a208e9686e0bb357, 0x6b7afc79fe3a8fcdeaba2c4c3d6dcfdadda1644e19dbee6df1d03cb05e2124d4, '', 0, '?'),
(0xa6e7a58c4b1572307e2b26902d59b116, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', 1, 0x00000000000000000000000000000000, 0x70ead644513bc6c2b5d49a1f5c4571f3, 0xfb34865173cd6543bde2f9499344b576e43b741b226615b2ecc2374b0c6a9da0, '', 0, '?'),
(0xa6ec5972275d129979006edad9305e96, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', 0, 0x0e30b1e15ab85ffa5e6a6017fef59e60, 0x0e30b1e15ab85ffa5e6a6017fef59e60, 0x85ee87836cb4d9a92729da06db64dc5c1e769a7e27297cd03b4d6fe809000bfd, '', 0, '?'),
(0xa6ecd563cc8dfde47b475126cd044de7, 'wp-content/themes/twentytwentyfive/patterns/banner-poster.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-poster.php', 1, 0x00000000000000000000000000000000, 0xc0bfc3ba0084f8ac791f65fc38c71461, 0x97643ce81595804274d6dcbb20836a37a1815b84609e90d5acaf8035124db584, '', 0, '?'),
(0xa6f43c3ea55f43dc47444e3d0f949d0c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_6.php', 0, 0x9a1e34c96983f47ab321fbc8390eb77d, 0x9a1e34c96983f47ab321fbc8390eb77d, 0x85b0983a857ef7eb794ed595aa939e820e8af44034d07574ec7fdb7adb9f1ddc, '', 0, '?'),
(0xa6f595fecc0f18c585623e20d3e717a5, 'wp-content/plugins/wordpress-seo/images/ai-generator.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/ai-generator.png', 1, 0x00000000000000000000000000000000, 0x0227c591c91c726ad88308e6c7ca8803, 0xe38a529e4eeb73bd9e9a125a91c86d8878e21963d86a252544f20db0b585fbc6, '', 0, '?'),
(0xa6f80ec79eafd57c8614010a3d3d1f68, 'wp-content/updraft/plugins-old/updraftplus/central/updraftplus.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/updraftplus.php', 0, 0xc857356170a735cb2740b672eff4c4dc, 0xc857356170a735cb2740b672eff4c4dc, 0xee9d7052235be6f78e328c0443db0aece0ad3e03d6d80d4ee9dd8ea7eaebb619, '', 0, '?'),
(0xa6fb14cd4a51e7720b7a41ca0958a957, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php', 0, 0x28e4644bb05292e70aa330142ef81b0e, 0x28e4644bb05292e70aa330142ef81b0e, 0xd631265c5bcd47df1c9b187e95cd60511d78066e3afe5ba320359c548be0b37e, '', 0, '?'),
(0xa6fc61b1570b58d6bdd9a3f823c83e23, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 0, 0xedd07bde284119ac2c64a1fbe031fe42, 0xedd07bde284119ac2c64a1fbe031fe42, 0x0c23d0e03e690f67eb5bf5ac067231e33f55a130811d129f18d21daba29a8000, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x12f88ece2a47eeef77fd554a0ce9e44d, 0xab70915b91537f0c419667d7d92e23b12f8eaeae2524db2c44c296f922653e43, '', 0, '?'),
(0xa7023f5370924d1ab4f1548091cc89c7, 'wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config.php', 0, 0xdb078c3182177dee7bde889695767f5c, 0xdb078c3182177dee7bde889695767f5c, 0x681ee7334f5dbf0522d19b46663e85d492ca6799968c11d665a49cbef6e3ef99, '', 0, '?'),
(0xa708057be63b0f8dcaacdf1f4fa8733d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_3.php', 0, 0x4b78d1aa5207fbe334aefeac5245c0f2, 0x4b78d1aa5207fbe334aefeac5245c0f2, 0x1b4a0f26421d9d3826a2163a0d72217b64f3a3c73afed3e36bb0414fad22d327, '', 0, '?'),
(0xa708b43c2cb196e84f0ac0f721781da9, 'wp-content/plugins/amp/src/Instrumentation/StopWatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatch.php', 1, 0x00000000000000000000000000000000, 0x56629746a27f2426628db16de2deafdb, 0x400d214d7e41e75d45fe0b029b71d0c47b3f7d4c04ecd31f1ee114510daebffc, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/data-controls.js', 1, 0x00000000000000000000000000000000, 0xb71889192d63519b4f16bb691183eea8, 0x7a016a3a76a4755afe483f89b2efd1de5636a87c2cddb3d1f0d7d12aa5961b6d, '', 0, '?'),
(0xa70b0a477eb0d5f5c80463d81f1af1ec, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-post.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-post.png', 0, 0xb612c5686cd715a69c5e659ce197954e, 0xb612c5686cd715a69c5e659ce197954e, 0xdd90c866b5031e733b4fb47c34f90253233d67931a17737396fb48a13af2bbb6, '', 0, '?'),
(0xa70dfb6979e558819782175b5d0963fe, 'wp-content/updraft/plugins-old/updraftplus/includes/class-search-replace.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-search-replace.php', 0, 0xe0ef8407c1c0346f1640a7fbe8304f23, 0xe0ef8407c1c0346f1640a7fbe8304f23, 0xa1ccea13692e3cd66d1568bf90ca479702155be1c6cbf0af7bb3a8005b51a5ae, '', 0, '?'),
(0xa70f44eaa50368865f50d9fda4c8e8ab, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-cv-bio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-cv-bio.php', 0, 0x5175351e065b73928deee9f26fff9355, 0x5175351e065b73928deee9f26fff9355, 0xb478190cbc48ad2bde0315436d69221ea61fb9afaf73435d334ede05cfe68a07, '', 0, '?'),
(0xa710a1a07dedbe569cd01149dccfdcfd, 'wp-includes/blocks/cover.php', '/home/abt90iranbet/public_html/wp-includes/blocks/cover.php', 1, 0x00000000000000000000000000000000, 0xc8944c9eb35e416b8986e46de89f2716, 0xcf90a31d5baaeda07afa91f8c7a9aad0df873df2c2bdeb5a6c6319adde203e0f, '', 0, '?'),
(0xa71cf1b9671f7a33a4c2eb5f22f3d981, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_panel_settings.txt', 0, 0x8e40860b506079a35e6387bc4426435d, 0x8e40860b506079a35e6387bc4426435d, 0x3f6f9d043843aee369884052ed564fa70ba21be6dd8c6e72fb8132f0ccd9d914, '', 0, '?'),
(0xa724e2190b2d49dce0b2c5fbd69461e2, 'wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php', 1, 0x00000000000000000000000000000000, 0xf79970dda8f4424c182238122af23d4c, 0x340f85de15ea8eb060e86968e4f218a96fbbe08cef1b9b1fc7b834259e69e8b7, '', 0, '?'),
(0xa72b469734de0a0efaf571b9b1a4225d, 'wp-includes/blocks/table/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf88f5e1f71e12592d56d5ac5f22cc731, 0xcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46d, '', 0, '?'),
(0xa732833c7bb322a3aa76884dfe9c704d, 'wp-content/plugins/amp/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xec4f171fc8843d1da9e2aa01072a9b2d, 0x3145210f27648f4b62a89d888270cd68a5cb325c42a26ddb2ee446160ee2f210, '', 0, '?'),
(0xa732d3090aa0f5701d09da92049f6e75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_5.php', 0, 0x4c6bc36ae3592b79503c332875caad75, 0x4c6bc36ae3592b79503c332875caad75, 0x1dcf34ff5f017950302fdec798348092ca12a171a9a3bcbd25f7c191c4001a06, '', 0, '?'),
(0xa732df76f727a4b3f6d27bbb3100aae1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 1, 0x00000000000000000000000000000000, 0xb60c06f51e071d028358b1efc67f99b7, 0xbe742039bc7fd6e1dcc79179e301ee01465d8ada7bb2ad516ed5b72f716894e1, '', 0, '?'),
(0xa73392977fb521782127df6f15cf0f6d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', 1, 0x00000000000000000000000000000000, 0x7e35cb37e14a81a03f576abce8c221b4, 0xe4097e4863f8e82fd91b69ea576bac2b5ee94d2f39436ce5cf77014f0e5b26da, '', 0, '?'),
(0xa7411dc4636bc7b66df50164de72b3a3, 'wp-content/updraft/log.d9a5401f0226.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.d9a5401f0226.txt', 0, 0x20d0d97b2b4c626c9c61f48cc3c15ba0, 0x20d0d97b2b4c626c9c61f48cc3c15ba0, 0xfc489bbbf086e10b46e07e2beabe98f115c7105eef18e4e2b0126ca1c736045f, '', 0, '?'),
(0xa74313163e27eda7c36e8bd346775a72, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_6.php', 0, 0x2c79eaabf4b32bc3101eeabbb4771784, 0x2c79eaabf4b32bc3101eeabbb4771784, 0xff3693a6db667ac5c2d35d164e1134e59a500cb1e65740781c7c63da63597c9f, '', 0, '?'),
(0xa753df04e0eada4f76f52bc7cac52ee7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', 1, 0x00000000000000000000000000000000, 0x37480b7df0c945ca952fa1b43cd5b76c, 0x0ae4a3bec070c2c3072a7e934af266523d3fbc28a03819e222391e12c85f698e, '', 0, '?'),
(0xa7550d2d799aa8468156cf9235c70e5c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_panel_settings.txt', 0, 0xfa28439f0725ab6043d217cdbafa65b8, 0xfa28439f0725ab6043d217cdbafa65b8, 0xa3d85625938dfc2bb89f798a5afd29fbc43daba0760571dd5ea5acdd709ee32c, '', 0, '?'),
(0xa755776d91eccde1f23957d05f4499ac, 'wp-content/plugins/poka-review/public/css/poka-review-main.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-main.css', 0, 0x7434fe80d1d244e6e1f35e50bfc65e10, 0x7434fe80d1d244e6e1f35e50bfc65e10, 0xd9f2872a4c304dcaab500f457618acedcd4d8a9a64c11a8d624b902be873591a, '', 0, '?'),
(0xa75779967e4677a98a47979ea5585e7d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', 1, 0x00000000000000000000000000000000, 0xd4ce8be99e113477e52b0684d4f251e7, 0x3aab55de16db65b838a23a9363c594682a8faa2770077dfd4fd9970102712c35, '', 0, '?'),
(0xa757c134bcefcff70aa6a8384fb9c4de, 'wp-content/plugins/elementor/core/logger/loggers/db.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php', 1, 0x00000000000000000000000000000000, 0x456d52c9a7ff96e7fe96e2d5fd050935, 0x9e216b863542ab43c361b91ec97bd3e71830f6bbc1d63cca62c02d793481648a, '', 0, '?'),
(0xa75a4bab69e53051a651272a9606936d, 'wp-content/plugins/td-composer/mobile/comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/comments.php', 0, 0x1fc98a22d01aab56d8541ffc158c013f, 0x1fc98a22d01aab56d8541ffc158c013f, 0x34d2194574d6c3aff7a2cf3e827529bce57979b9ba77689ae949699d5ca957f3, '', 0, '?'),
(0xa75c6aa60e6fcccb539870069c2c9daa, 'wp-content/updraft/backup_2025-04-15-0342___90_901517453e97-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-15-0342___90_901517453e97-db.gz', 0, 0xc244d6d576ec0d39541240ee1b154432, 0xc244d6d576ec0d39541240ee1b154432, 0x2904a06568bf0555837e14c978adb6cf25ca5def2213e2ff7a13a5941a624018, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', '/home/abt90iranbet/public_html/wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x4af73648aff2f4dbd69216d91bea9515, 0x6c63325d05c5c68f3eb827f6c9174ea1a7df9b903354fdafe1d08b1f43b7f02d, '', 0, '?'),
(0xa7662c9dedd0b56472d590f3bad39702, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 0, 0xdfb74c918564f217dbd02aef2b4c1b3e, 0xdfb74c918564f217dbd02aef2b4c1b3e, 0xad36835bd000355a470633d1343d319da535715393bccccb776993714aba4fac, '', 0, '?'),
(0xa768a3befa98683b2d71d570858d8e1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', 1, 0x00000000000000000000000000000000, 0x3884dc32b1526897e650742dd369c88c, 0xf26610d2e91f87648b5fdc4a11e7ad1566efb9ef87432cf4e5b57a650d55f269, '', 0, '?'),
(0xa76b8a33f8aaae81f185e8da6a38fa79, 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 1, 0x00000000000000000000000000000000, 0xecf2624bc6f720bb3d6686d27b99d094, 0x1c60b48bd4bb196909e786d46327c1d4ada7e935a80552c3f9b1f04b084d4f65, '', 0, '?'),
(0xa76d0fd699379a2cd07d04b60cf16f76, 'wp-includes/css/dist/block-library/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x37a4d8eafb57c6b992e0831492abc990, 0xa818b9dd8258a3567d640ec21418b9b5d5a4f492ba3ed5bc98a26a9543b2839d, '', 0, '?'),
(0xa76e3354c440c4fd8d80da37d2dcdca7, 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8e6c2adce44dc431a9548e5b0a3a5a7c, 0xad20937dea4cb3a1ddcd7f3235f367c5285ca32d66c49235dbad4be0551003e5, '', 0, '?'),
(0xa7758af205d9a796f63ff0343394ed90, 'wp-content/updraft/log.9925b7dce5db.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.9925b7dce5db.txt', 0, 0x41443b324463230191978b47903d8652, 0x41443b324463230191978b47903d8652, 0x86476fe0de5fa26220b1e1a9e23665296ff690228ddcc0b764b24f1d14654b2f, '', 0, '?'),
(0xa77a014de4795fe9fdb01ccb7fa4431d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', 0, 0x8d057cb11f0025719b836c891bf095b4, 0x8d057cb11f0025719b836c891bf095b4, 0x0603bc834c23975ab3ff4fbab33cbfa6a7d9e411f9c465b40d4724e1f0b64d15, '', 0, '?'),
(0xa781a23508f9a6a0e07ef9580f0caaa3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_9.php', 0, 0x468d4f3d9b52b989af9d13784398c40b, 0x468d4f3d9b52b989af9d13784398c40b, 0x7078740dee90ce73844a97c608967d306b03ce61e979e448cbbda1b9e4823457, '', 0, '?'),
(0xa78656b7fa995834732183041b8f4f66, 'wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8227ea2bc1cba9969cff1f4d53879aa6, 0x3574e6944e48fde282876c519901a562550f35f3220b402815832571327595d8, '', 0, '?'),
(0xa787c716b38bd092495146b3424e3550, 'wp-content/plugins/amp/src/Admin/AmpThemes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AmpThemes.php', 1, 0x00000000000000000000000000000000, 0x2c92ed0700f3184ed5c019e910e7f554, 0x7c52b0c0599eb41e8cfae43f43f5d92ce54a700fef7a50def98ba9c7271ca109, '', 0, '?'),
(0xa78b305ab4af8de71d9a4727266aaa07, 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 1, 0x00000000000000000000000000000000, 0xce23deb505dc1d27a458490055557a73, 0xdd738197f9229e6a6c3f51ba369ad2141777a39f0885df0d164f4e0fef9701ca, '', 0, '?'),
(0xa78ddf567f80b374bf53f92d08de16ba, 'wp-content/plugins/wordfence/views/scanner/issue-file.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, 0x00000000000000000000000000000000, 0xae1c78f5d0cc4a5acbe304f418ddf41d, 0x2ac8d29f1eed87e804e362cee3c303cfe55ce3f66b70b542edf15333dcd3f22a, '', 0, '?'),
(0xa790a865f999a9e1f56529331109dbba, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php', 0, 0x3524590ce027236916c60b948de5c14f, 0x3524590ce027236916c60b948de5c14f, 0x8a2d7d3ee29f6cd434a195c07f11e076b5e2b5bc9168a1b340c6b5b3b341cc56, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', '/home/abt90iranbet/public_html/wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x42ce55fad2e59be44758090ea58b2b8e, 0xe0cba0fc339700835a67835bfb771775bd9b7c1c8aae48abd9265236f3bc85e6, '', 0, '?'),
(0xa79ddf584f8312eaad98a31ab5851904, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', 1, 0x00000000000000000000000000000000, 0xfb252ae575232aaef583743b20af2ea0, 0x7a82d0f762a4e92526abd802ce189f088087f5f935084ca94f21fd733350e326, '', 0, '?'),
(0xa7a0a075f209710a2e3661dc7dc88c39, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist', 0, 0x20c8e3526175cefa6a122944c05f8638, 0x20c8e3526175cefa6a122944c05f8638, 0xe240f7713e3e8ee1bb299a53ff8197ec662c4da3448c97730f670397e26cffcc, '', 0, '?'),
(0xa7a13cb9c2c2b78bc90e135f05e5801e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 0, 0xe85a71dd1ca2467b9096ff50446d8b7b, 0xe85a71dd1ca2467b9096ff50446d8b7b, 0xdc185267ef7e30aa1f1ebbbad6f55a20258d5170d5cad9bff5a915ddd3798729, '', 0, '?'),
(0xa7a16a0201fd150e67915ab0efd939dc, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/sftp.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/sftp.png', 0, 0xa42830e587933959107561a53adcaecc, 0xa42830e587933959107561a53adcaecc, 0x671f3693462db3273150fb03cbed5dbc30b79f37a569a4eea32ec850f3df2706, '', 0, '?'),
(0xa7a4b449d2d80d75917843088a714213, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 0, 0x9a8d08931c57b6eee31b8fe7fc1107db, 0x9a8d08931c57b6eee31b8fe7fc1107db, 0x40ec590806755e054546d5dda8d29a2c3faf2c7c780fbad0881e8dba0b1fa34c, '', 0, '?'),
(0xa7a71cb89ec7ea18a2451c79d9171d81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_7.php', 0, 0x0ae8ac0e7b8349909a1af126e6fb1252, 0x0ae8ac0e7b8349909a1af126e6fb1252, 0x19f4a021c808491b72ea7ecc2a8beb785c413f35d459ed0c5ee72bd07056eabd, '', 0, '?'),
(0xa7afd68cbc753a28bca7ef99131300b1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', 1, 0x00000000000000000000000000000000, 0xe08ff61c56eb0a0001dd6ddc69b51655, 0x6b107fa86e9d520cd0f78cf9043816ca2bde05cedc1d3613edec32ed088c68e5, '', 0, '?'),
(0xa7b4f260cb351b1190031a03ed21f1d5, 'wp-content/languages/plugins/amp-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR.mo', 0, 0xd050c67c33b4650a35ad731632840c6d, 0xd050c67c33b4650a35ad731632840c6d, 0xd372531418247087bbfc6685d8509bdcc4f51b95385a0b7444c7e802b7de3ab5, '', 0, '?'),
(0xa7b5ac5d14dc4566bc05ef42b26c474f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_email.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_email.php', 0, 0x7a11da239a749a8a7e543f49af78762a, 0x7a11da239a749a8a7e543f49af78762a, 0x9d59fec83a71d3f090f95f27d7d4c67f02792ffa5abca3be4d2e15875f3224ac, '', 0, '?'),
(0xa7bc658ac23297a6cc2315c8eba95e47, 'wp-includes/blocks/heading.php', '/home/abt90iranbet/public_html/wp-includes/blocks/heading.php', 1, 0x00000000000000000000000000000000, 0xe7454c0b56eb526f48d2d25a80925298, 0x039ef5e10b85eb9d2312da29ee0bf52d402103322a809ec0d60ef7e3cb3e0fd5, '', 0, '?'),
(0xa7bf0917e84d93ab71776e219287d80d, 'wp-content/plugins/wordfence/css/wf-global.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x19ae3ccee642874b273e15cee8300ab9, 0x95df0f9cf83cfaa84cf8940bbafc90af0e263c478d9536598c8edc194d898e7e, '', 0, '?'),
(0xa7c1f4bd6f322546c25ed7a334d1e1ce, 'wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo', 1, 0x00000000000000000000000000000000, 0x49d5015c65665b53fd17f5e8d8f46591, 0x3942f12f83a62696451abc1d9df4897949ad9467993a43453474d11e954931db, '', 0, '?'),
(0xa7c5b44afc9a1aea11380aee26134fc4, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/menu.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/menu.svg', 1, 0x00000000000000000000000000000000, 0x2a0b81c13c92b81efddac23622935513, 0x5b486a674b81b7b3d3acee79f0e353c93198992ffde5b20c9ae6115659dbf967, '', 0, '?'),
(0xa7c8dd0300419d0ae78f5ea76ca43c40, 'wp-content/plugins/wordpress-seo/css/dist/support-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2370.css', 1, 0x00000000000000000000000000000000, 0x5c2f0844907bf4638033cde7d9b5cb1e, 0x6d2a5d4cc06a328c1402b46a8a9866b3a2744f7907093e1026a26d7d065a9e02, '', 0, '?'),
(0xa7cb37128f167f1801dc05ac772250bd, 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css', 1, 0x00000000000000000000000000000000, 0x7bcccf53a6b3639d854ac0fa1d6c4d62, 0x462af1d5423ee4eb87997f1b7404ae88162e048bbd55bb51e477ddcf26f50021, '', 0, '?'),
(0xa7cc63e10e2d062c528e7165655cde17, 'wp-includes/blocks/group/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0xa7cf489af3ca671ddf878634b4961af0, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-zh_CN.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x13ac462def3194096ece008e1720e43a, 0xf173090980d5612344f54c47bbbe0bf1f78aa883d823450f240a5f9515b1f2aa, '', 0, '?'),
(0xa7d2ab562074e5cdd444cf281bf4c7e5, 'wp-content/plugins/wp-rocket/languages/rocket-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fa_IR.po', 0, 0xfe0d7004382bcd4b39dbccaa10c32c2d, 0xfe0d7004382bcd4b39dbccaa10c32c2d, 0x0cfcf84808d7fdd7cba442cca084891a12b0cc6b53cdeaf15bba160da539205f, '', 0, '?'),
(0xa7d2e9d5793b57c1e4053ff68cf9ea52, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/api-connectivity-message-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/api-connectivity-message-js.php', 1, 0x00000000000000000000000000000000, 0x0198a8f32e2014d6b226d98ec23ceebc, 0x715f9f6881591c3ab1fdee307d1f8d312c84ce51a098a16f89d36cbb20569dc3, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', '/home/abt90iranbet/public_html/wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x8f4768a114e519a7c4c3168a38e21397, 0x4b010cdaedb0e33791028e8e99ba168df563913d171cd59b80d5b1beadc594c6, '', 0, '?'),
(0xa7d4685929b80e57e82702e1762715d8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0xf32fe5d8b5be70cdea5c038328bbfbe7, 0x2780d88f82ddab5b5b75476a532e7a4ef889cbc1bbf2428e067abb35cd681728, '', 0, '?'),
(0xa7d53df2853e4c0ad986e15982924b30, 'wp-content/plugins/elementor/includes/controls/notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/notice.php', 1, 0x00000000000000000000000000000000, 0x44c4dbdf66e6f2882626cc3fa6aa6c74, 0x8eebffcc9f5b4fda4e8f750d4d776c4d00e9b75eeeb9bb51ee754cace08a1ba4, '', 0, '?'),
(0xa7d5a70a2779baadc7d1980ba8b50806, 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 1, 0x00000000000000000000000000000000, 0xb713b72d38b6a2cae367eb7a6537ed7a, 0x2e2cf7fcab08919cd40f490b03842bc6275f833e53ba21a780eb3924f41a5cd1, '', 0, '?'),
(0xa7de5c30fb1f9c9cb2ec64ec4f3acadd, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.po', 0, 0x217c9b2fac9b54ded918576b3598d5e3, 0x217c9b2fac9b54ded918576b3598d5e3, 0xc0a062e9487fdc2393229996c79e6e57914eae7c862961c434d4f9b08125d2cc, '', 0, '?'),
(0xa7defbedbf0252c41965bb628f460019, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_4.php', 0, 0xdbe3b9f7d1f18bf2c4c4b1014b27c28b, 0xdbe3b9f7d1f18bf2c4c4b1014b27c28b, 0x5088231338f09018249745dd05f7572a6d6a284a41787bdc40c5e97109797469, '', 0, '?'),
(0xa7dfc87f037517b5db9cca2a11cce9cb, 'wp-content/plugins/disable-gutenberg/inc/settings-reset.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php', 1, 0x00000000000000000000000000000000, 0x931ef0901bc548f531dfefc87703123e, 0xa7f00bc6d72a2c90f88c6d452f23d1789f0f26ced3221ae5a1f5aae853bccfad, '', 0, '?'),
(0xa7e03bc3fe5bd1d9f71871445a2b4cdb, 'wp-content/plugins/td-composer/mobile/header-amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/header-amp.php', 0, 0x20724f63bb90bcbb9cb2095a70b63d04, 0x20724f63bb90bcbb9cb2095a70b63d04, 0x16c11c5bbe5fa3d38b89d6f8501bcd579b31052c91c024788625e7c46ba8af24, '', 0, '?'),
(0xa7e4d1ee7608b91808e3d42a13a54432, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php', 1, 0x00000000000000000000000000000000, 0x650f2d04342968796a406d87e79381b0, 0xb82cdb8c97468ade2e9431ffed507c5fabcd9ba2a5788e379e71c7b64749851c, '', 0, '?'),
(0xa7eab43afce2d2dc1d5ee909365434ae, 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 1, 0x00000000000000000000000000000000, 0xefbaaa08fab772c55933e4f91527cc2f, 0xf427714bc0ebd3fc0614332236e0918bfd8dfcf1d68cd1e8d7cc554883f52333, '', 0, '?'),
(0xa7edf27b9a2c2565fffc2d3293f52d7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', 1, 0x00000000000000000000000000000000, 0xfefacb572addecd09583c3fa3e8fe309, 0xd66a329ccd437854e743496d1f08c117ba6e34bcdd93ea953d693db55c5d0558, '', 0, '?'),
(0xa7eea2c3ae203f788413e0d81cae7713, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_8.php', 0, 0x6514ad0ad104286f3dfc551665cbebbf, 0x6514ad0ad104286f3dfc551665cbebbf, 0x6650f433654c663e1f4a8be6855730818d4e50f895891711f7b2314c8f3c94a2, '', 0, '?'),
(0xa7f307013560bce7a82ee8cde917c912, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x425c545020a18711139e36c6ade171c8, 0x8b7105c389eefa912e504ec00a77359ba1553a9b7de1987538a02e78ccd2dc2d, '', 0, '?'),
(0xa7faccc385b6ad9bd64e67d41e8d0283, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xa7fb406c06e018f1e31233442807a38f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_7.php', 0, 0x99f1d0ab1d62d2863f2bfeb4554218f5, 0x99f1d0ab1d62d2863f2bfeb4554218f5, 0xb738459a80ee9bc071cdec345fedd9bf3d4c624331e9c4da47f0516171032536, '', 0, '?'),
(0xa7fcad858ece38ab6a870ffe637d8b10, 'wp-includes/blocks/rss/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x5f9175fd290ec27030991ebd4fa71c6e, 0xe3d2728936c83928675d5ffe31f3ef34ea62f074a1ef5667f3df61a34799d2ca, '', 0, '?'),
(0xa7fe5d58c96d4f9428e568f80856fd81, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', 1, 0x00000000000000000000000000000000, 0xb777c0b1b96283208d627ba3523aa65e, 0xb2d067898437df0c103baa74cefaf1ec7e1c04ad876a585dbc8e6abc5069c0f7, '', 0, '?'),
(0xa7ff818045d47c17482f2aef49e25704, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0x87bd30f8c0fd2dbbe7fe89b7fb198227, 0x7c4d13ff79376146899f83727575061519a4260e50c79643db73e3b32c3893d0, '', 0, '?'),
(0xa801d09d5f4f8825ec5e0029c581979f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 1, 0x00000000000000000000000000000000, 0x57719abc7b9e3a8c7c65b826a69a4df9, 0x662a4b7df1a22df2afddb224bc804fbb702a2427c45017b09cfc9fb3ee56f7fe, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0xa224af2cba56efd01539637f5264a436, 0x645692b4cec26e852a0e8eb86d215b49b664fbc7baa2acc761e3f80c1e6db3cb, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', '/home/abt90iranbet/public_html/wp-content/wflogs/template.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0xa8074c1011fa89f76f6bd950e40e5c57, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 0, 0x0bd24190790a59a36e32f921fa067fcb, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0xa80a5a8cf7642abb1504952cff4ccfc0, 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 1, 0x00000000000000000000000000000000, 0x08d352f785298bfea45f765472d79031, 0x50ad0e37a2ee895d7ca1862d706769dc5cc533d1b6cddf902daf0c28ab5468de, '', 0, '?'),
(0xa80ba422ad219e8985678847ec34deef, 'wp-content/plugins/poka-review/public/scss/_various.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_various.scss', 0, 0x3ea7d5c685fe1d1a44dbb08afae436b7, 0x3ea7d5c685fe1d1a44dbb08afae436b7, 0x7e8cc69205ae8020e36b5436e945727eab374a993b536c4dc171da71e9cb9a47, '', 0, '?'),
(0xa80f481e639b0eac03f731badeb0843d, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 1, 0x00000000000000000000000000000000, 0xddb440a9bdceff0fa9c22b56b47addf7, 0x765c697e3a51a0b0c120a9fb0f9ce93ced342f817441badd1c9d88a83e443f6f, '', 0, '?'),
(0xa814ffab64aa40e551f2cedb85a82d59, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', 1, 0x00000000000000000000000000000000, 0xeb265310d6d9cf71d940cfe2aca08463, 0xe3a39c68fe264747a1fd35219498ac08c4217762319eb7f3b08f1f872dbb9240, '', 0, '?'),
(0xa816e161842fae101d859e8115f45731, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import_no_content.php', 0, 0xc04bcde03fe84e9d5e6703ecd3c16ce1, 0xc04bcde03fe84e9d5e6703ecd3c16ce1, 0x84d97c80ca6917f587d91fa58ed397302cd087feea83a391448726a6ee6e61f2, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x22b62a8678c87951f770736038d87d40, 0x3296e746b613b790733d9d0d09f9e2a357acab923538882b9c285f415cf92b05, '', 0, '?'),
(0xa829ceaa40fab9296298f2581d5b4ece, 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 1, 0x00000000000000000000000000000000, 0x6f38675f1c3928ffabad0e11a76c002c, 0xcee3bc4865facfe07026a97e89c84e5ad9566c28f3365189c5d42ec4c773fce1, '', 0, '?'),
(0xa82e9151ebf364d6867bc219899a4004, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js.gz', 0, 0x71ee3e9a2743e04dc7c7cb0943459e58, 0x71ee3e9a2743e04dc7c7cb0943459e58, 0x10a1f32588d1ab78730162c062d8a47488713075e69fac4d474fd26450e308d3, '', 0, '?'),
(0xa82ebc5fbb143b7539495c1056a9e4aa, 'wp-content/plugins/amp/includes/admin/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/functions.php', 1, 0x00000000000000000000000000000000, 0xe8e278b29f9a40ffe617df1d96456b7a, 0x814b9729777f3c5e6da55a867bf5acfefbd8d1b602ceedbca9ff389be63f154b, '', 0, '?'),
(0xa82f2e14a551952f5ee8b118b12efff9, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/views/box.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/views/box.php', 1, 0x00000000000000000000000000000000, 0x893845ec92b3fed6cf36b202bc18d78d, 0x3157f8971becca387271cfee1bec3fade49aa0192952d9a350292405ea5a5c4f, '', 0, '?'),
(0xa83abff0fe76b665c6685bdb9e252a05, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sv_SE.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sv_SE.json', 0, 0xc2e799015874e3a884c6a8131e1f40de, 0xc2e799015874e3a884c6a8131e1f40de, 0xf75e49cd7fe23d5e40a33fff1b5b9d1b1e2fd4caa8b1fb226af99e537a7d30fd, '', 0, '?'),
(0xa83eae660bb632c472ff1888d30552dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_text_with_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_text_with_title.php', 0, 0x049516a591e5a190a3438381e76dd428, 0x049516a591e5a190a3438381e76dd428, 0x4c175f73c12c4d680bc432ea5b6d12dcd67a4f82e03896833d5aca5adb8c31a1, '', 0, '?'),
(0xa84056f7ab54b8914c27de7e0ea569dd, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 1, 0x00000000000000000000000000000000, 0x3e99d3e6ee4e313bd8b44361b23f2f6a, 0xf49bed9c9c7a3f341a3f3f64f4c4ddb8b20ab121e8b7569c326088eda417a50f, '', 0, '?'),
(0xa8458f2e9107696cce111de529748b61, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/css/timepicker.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/css/timepicker.min.css', 1, 0x00000000000000000000000000000000, 0x083f674928b6adf1fe91b85d40db22c8, 0x5c3d784e8bec29593e37a382c27b5a26b8ac59f7b1fbaeb500d351236e913350, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0xa84899d58dd4a4b0ea8c80e84c65ab8d, 'wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', 1, 0x00000000000000000000000000000000, 0xf4692854a5e1ab19cc5a18a91bbf4a33, 0x6ca262dcf6ef724396c5b3714a936c4c6d75e4f99dedbc29114f69592c799f1d, '', 0, '?'),
(0xa84901888e2af5278d44051a88ccf244, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2_no_content.php', 0, 0xba267b4a4db3f9a2e2bfeb8321231aab, 0xba267b4a4db3f9a2e2bfeb8321231aab, 0x7269d3d9740650a8b2886d1bea06966e1a111a23acaaaef5e4ca416191e2c8ac, '', 0, '?'),
(0xa8495d8f53661eec9e1184105dbdc4da, 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 1, 0x00000000000000000000000000000000, 0x4d717556b1d6a25fe0680baf4eae16bd, 0x44b00add866a366435f9bb1ede3cdff24ccba471dd95d7fd7dc86da09fd74e99, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x8665100bbc779c5f4208ad1d577cedc0, 0xdb40f134a9c365cac798e3b87d029e3651a4932d29a0de6406974d6c0680196c, '', 0, '?'),
(0xa8537ef61be13d7d1e25aea0965ee308, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 1, 0x00000000000000000000000000000000, 0x0c3903c8b973b4a3c483f1f2c5a85891, 0x18276875cdb98d07b5441880e01a00fcf5c5cbc5e6548f0fda13f891d9b93f51, '', 0, '?'),
(0xa85586bd74b33e4caff1225bb08f11c4, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js', 0, 0x1e49928d16dbf2f7396b5d5bda8956bc, 0x1e49928d16dbf2f7396b5d5bda8956bc, 0xf57b2eeb69e72225391bdd3e4c9bf19505e0db03aca867fca4cabc4894da1cf6, '', 0, '?'),
(0xa855b6add507a411509dac1580134251, 'wp-content/plugins/wordpress-seo-premium/assets/images/ai-consent.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/ai-consent.png', 0, 0xd221dc2fa71630c11662bacda57f5b5a, 0xd221dc2fa71630c11662bacda57f5b5a, 0x32f690b7c7a39b52f018b80de28c72ea1c10c0d8df3de6bb6f3733737d421353, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xfa9e2eedf99bd3bbb531d3412c1d742f, 0xbdf67e9b22745cc29b2cfb8534f4bd77a5c2a1af2d917eaf15874d71a3e4f398, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', '/home/abt90iranbet/public_html/wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xe24be219db122cad51802654f2106af5, 0xcb7248c475dae7d3b36b6e2a2ed4e08d21fe9e6455a1071feb04fcba987e58db, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0xa8600814117657eee96ced3202e01c84, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_4.php', 0, 0x3b01200ee0b3b3ed6fb48dda39c3ecb0, 0x3b01200ee0b3b3ed6fb48dda39c3ecb0, 0xbe1c2f4b1c63e189e19ca9b173f1402d5e3190515d566258ca204328607d26d1, '', 0, '?'),
(0xa861e0aa53dcfc21d693a8f5ff931476, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2f3d331dc6de2d6c874013e773246236.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2f3d331dc6de2d6c874013e773246236.json', 0, 0xceb3ca66ef5b7051a7dc4a3023eac54c, 0xceb3ca66ef5b7051a7dc4a3023eac54c, 0xae4fc80927ba70f76db6db56d9f1519cc7b629f5c7aeb7b521ae14c7a2596a51, '', 0, '?'),
(0xa86396ae8bc936b6f17e15e636cc9007, 'wp-includes/blocks/button/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6505aac2039c5184ac8faba5af93552c, 0xe79aabdbfb3c44d8c715a10cc2d7f065c085f7118e3e2faf398920d25a6e679d, '', 0, '?'),
(0xa867d1077f3f27d1fec482623978ac26, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-text-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-text-blog.php', 0, 0xd7ca5e1597c4a99311ee87c86bb03e3d, 0xd7ca5e1597c4a99311ee87c86bb03e3d, 0xf77d7c4def2a27db7569d4fee597da9885b00c2f1809cfd5303b994deeaa5a3b, '', 0, '?'),
(0xa86849308ab74a3292e45b6fadf5d309, 'wp-content/plugins/wordpress-seo/js/dist/import.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/import.js', 1, 0x00000000000000000000000000000000, 0x240b073c2d8396da45019f6b280a7df2, 0x12ce4ae3d60e201436aee1b46e21f1a13972ad71a7e49664f761f02ff5e05b1b, '', 0, '?'),
(0xa86cb969f2a963e7f913605692a52d2c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0x103b8f37ac3a87afc7908f590ac7cd2c, 0x052d4bbd8a54f43ff2172d8b9a41b8d26ffff82defd0f416f5f7ce3013411a7b, '', 0, '?'),
(0xa86cffaa7debc59ad8b843bba6093983, 'wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.min.js', 1, 0x00000000000000000000000000000000, 0x3e4b12c9ce7e385e36ec1da30d2004e4, 0x57ae17b40b5a95d4683b101fe9f0cd97275d8b974eed457b731adceabe21d9ad, '', 0, '?'),
(0xa872856155b0238cfc56a9e02b9eea4a, 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0xa87891390c9cb3dbd07de0722ece0384, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_9.php', 0, 0x4ecac027ad2a16f09f72a2ada70a6e88, 0x4ecac027ad2a16f09f72a2ada70a6e88, 0x25daf255615babf524db767f7245fda159aa0165b565129dfd80063b2f3f66b7, '', 0, '?'),
(0xa87c4ade28af6a56de81420b23d49e4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_4.php', 0, 0x8e02712df7f08f1e4eca150e650cf287, 0x8e02712df7f08f1e4eca150e650cf287, 0x4bd67c2936db3a05458251c58bd07eec29f6b0d2f462c704da9aef9b1fb0e64f, '', 0, '?'),
(0xa8820ca6b3fcca8a6e02e1f3adfaf45a, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 1, 0x00000000000000000000000000000000, 0xd5252e8ff6f945d06c84cc95daa9e628, 0xd73bca06bc7c7f9d1fdf4a77e62347ff3c8c8890ba268700faeb8d893b26f16a, '', 0, '?'),
(0xa883c6d91a378238f19d2d5cd77e9602, 'wp-includes/css/dist/edit-post/classic-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6d7660bc78d67f2295f0ea4237bad1bd, 0x3c5ce2c8ab2b180061628a2454133da9265658d5f37df14dfa3e9221ac3a8056, '', 0, '?'),
(0xa88c6c761c228b1e2802ac92d112e38a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x6801609344bc6e1b69e15ec9251ab7c1, 0x4a18797047e48d2999913493dc56c02e97f74d990655a3570ed69533dcd4b4ee, '', 0, '?'),
(0xa88d1b9f5fcecdad33d29f9805e83fd8, 'wp-content/plugins/elementor/includes/widgets/image-carousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php', 1, 0x00000000000000000000000000000000, 0xd4c67f18745686eadf28caa85ce11117, 0xbfb387593c1f5935f2210cfed0c75f8b85b86526d47f339df8959291e351ef05, '', 0, '?'),
(0xa88dbd05962d16c22268a114cfeeb616, 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 1, 0x00000000000000000000000000000000, 0x2d9d845a07c0029ce66e6b1f7874eb6e, 0x176efa627a60bb49e76f2cb01089fc6506e64caedd27a3ebe322c3ef083270c8, '', 0, '?'),
(0xa88ef241c816491a37701088ca939947, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_7.php', 0, 0x1413d8a8607001c7108ee9a90e402ef2, 0x1413d8a8607001c7108ee9a90e402ef2, 0xa94412e8dd668c6045db721f2a00cdd4fbac42bad0ad4bd2bfdfd13e25e00a6f, '', 0, '?'),
(0xa892afec579965292086c0250280fea8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_counter.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_counter.php', 0, 0x974d44a7021a841afc2c40ac581e2566, 0x974d44a7021a841afc2c40ac581e2566, 0x59f800eeccfb9b9620c021f0a8ef579beb4d51f750c4b80dd4d87d86ce70f9c7, '', 0, '?'),
(0xa897335fc18bdf5b032316a4676012c0, 'wp-includes/css/dist/block-library/reset-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6fffa7dc47015c8f0a27002419a96137, 0x2ac3d38a80833b48803054c59560085fcaddd9668b651f10102a7f7a33cfbb0e, '', 0, '?'),
(0xa89fd8da718bf3c7560a58d609e0dbf4, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/composer.json', 0, 0x845d95418c4eecb4dcd66e037996d1ac, 0x845d95418c4eecb4dcd66e037996d1ac, 0x30be384711206e4a954d424bd2acc30b1322c7b1c0cbc67e8186ae8214e3867e, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', '/home/abt90iranbet/public_html/wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x30aec83ea1480df0e6353af31b361da8, 0x2a5d58381bae1e98cd25d84bd29b195209fce5d651f8669e3b0a65c00d83365c, '', 0, '?'),
(0xa8a392a6a60391844fc7bf982bb61a0e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 0, 0xaf099fa9a6f19542cd50dc4b9e53c630, 0xaf099fa9a6f19542cd50dc4b9e53c630, 0x1038b699bb8a6ea868b0549a5ec080f27d3dca27b1454a0350930b39decb7c98, '', 0, '?'),
(0xa8a56178afcc79c8ce6af6bc982fd8d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_6.php', 0, 0xa9ccc38b8af0bdbb5c23484d4ed5b849, 0xa9ccc38b8af0bdbb5c23484d4ed5b849, 0x65f3580816ee6b5daadcc10ca933913b87b40a4a7a95e4ab263907340b82cd49, '', 0, '?'),
(0xa8a5dc2178f2bb3dec2bb4a7c82353bd, 'wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php', 0, 0x807a33864200abc8337847d54236dbac, 0x807a33864200abc8337847d54236dbac, 0x6b3ce401e702615c83b197e964e369855b8fbf84a66dbb95f6a15bcd847f67bd, '', 0, '?'),
(0xa8aac2bb093db836dc497fef5de39f73, 'wp-content/plugins/kk-star-ratings/src/kk_star_ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/kk_star_ratings.php', 1, 0x00000000000000000000000000000000, 0xaa478afc172c8f888a5c794cc692c011, 0xa74a96077e8cd45ff96635137a250523e4def38f2b063fe912571d6e1673080c, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', '/home/abt90iranbet/public_html/wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0xb2e45ac2d733c572ee0b3b5dd53c7cc0, 0xaea1dac93111f408e479e590a521897d7dc7153305c9bb7d7dd174650f0a7482, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', '/home/abt90iranbet/public_html/wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0x2e1a5f5f23338877ee51d595e39467d8, 0xf8ec4ae9ff7800e2fead429ac70469bffd33f4f16b3da48ef875de1f94c85ca3, '', 0, '?'),
(0xa8b06ca061de89aee388ee154cd61680, 'wp-includes/css/dist/edit-site/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x56933dd10fd924340a16bf883e66e67b, 0x868780c85042b4521f8f1274d9a23aba127649c8baa254583552cb766e9e57f3, '', 0, '?'),
(0xa8b119d9d70fdcace39c6eaf20920411, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', 1, 0x00000000000000000000000000000000, 0xc57a8c061a62cee0c7575f5b7ef37b18, 0x8b3a9a3dd51efc9d16816a84e46a73eb3efb2c025c774fe419cdad196a8ce374, '', 0, '?'),
(0xa8b148183b0b6329b9d25bffbdc193c2, 'wp-content/plugins/updraftplus/index.html', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/index.html', 1, 0x00000000000000000000000000000000, 0xfc61bc3aa02b06c942d087077100e115, 0xe6481e339ad3cb94497841afb48c1cf33b6501a3a77604c8395d0fdbe3b3a17f, '', 0, '?'),
(0xa8b2492d94aeaa3546eba3be9d3f82ca, 'wp-content/updraft/themes-old/twentytwentyfive/parts/header.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/header.html', 0, 0x26e30ce6f9196b918412a75334d46f77, 0x26e30ce6f9196b918412a75334d46f77, 0x51791fd36bd4bf06de285164d7bf2e26a8944f6aaf21baf3cd1f4a7ba78a8d19, '', 0, '?'),
(0xa8b36f6ec3f6cf11b9067dd274c06624, 'wp-content/themes/twentytwentyfour/assets/images/museum.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/museum.webp', 1, 0x00000000000000000000000000000000, 0x0b2bd2727effb6d6f21853e8b18c735e, 0xeef0eff9ac105752cd254c7d920336a6b2bf5e1bad450c43d0d11b9cebaa2106, '', 0, '?'),
(0xa8b910044ebd1d04c01bc2d72e82b7a4, 'wp-content/updraft/themes-old/index.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xa8bc2b78ff393a48e63043587b29f979, 'wp-content/plugins/elementor/includes/controls/popover-toggle.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php', 1, 0x00000000000000000000000000000000, 0x2ab57fcf4b40e39a1cd2044c429a8aff, 0x1e79cf20bf4fb4359e33f7627929e36429278d00fdeac3428d3b0d6cf93f1446, '', 0, '?'),
(0xa8bde7395d83ea6d16b11cea256bf0d0, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_excerpt.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_excerpt.php', 0, 0xbb7c5dcc3fef95d7614b200a9b8daa22, 0xbb7c5dcc3fef95d7614b200a9b8daa22, 0x75a0778dad6c96edafa37c73b282bcab0a88a65d2bc29f58da649ed6f5fcb899, '', 0, '?'),
(0xa8be6cbb6c5d13e1264d873653c1ab99, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post.php', 0, 0xb51033157cbc78dd089fd0fc7e9a3642, 0xb51033157cbc78dd089fd0fc7e9a3642, 0x4950e1cb8208927805c016ad217ac70040c65b9068c7fbead448f47863e47300, '', 0, '?'),
(0xa8c04f8bc2e2de6f9d445721634df64c, 'wp-includes/SimplePie/src/Net/IPv6.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0x6065d44cf1772fbe8d1ba061926c28e4, 0xe9f51b84e326453cce386a280a69003f695c5ea267dc16e75e9226021be5a301, '', 0, '?'),
(0xa8c7d86a810c0b6b5c88d6d6c20a44ce, 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', 1, 0x00000000000000000000000000000000, 0x14918ed4e565a3da89e09ab742c53d8a, 0x7b503b6e8a322a9b5270db967f3eb2384f67e2cd58b5477adc443da449a61625, '', 0, '?'),
(0xa8c9ef54cbf8e61a1e3d81ed20349ef3, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x2bf126fb1348706a6f134d342497b187, 0xda8d9c7aa3a05c00e57cb97edf92be16e36024a4891e45ac0cf2224c8bdbd880, '', 0, '?'),
(0xa8cb266944dd5a94b8993adc1249d693, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php', 0, 0x5bf20c880e3521de0b3e01682537a0da, 0x5bf20c880e3521de0b3e01682537a0da, 0x46b937be55dc82c4f93495c753ca1312160a6ae283f4a8d1a7a2eedb9f635105, '', 0, '?'),
(0xa8d474e8d26139f602f249feff980d0f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-vertical-header-blog.php', 0, 0x8b01f8ceb9dd332880922b54bb3f8586, 0x8b01f8ceb9dd332880922b54bb3f8586, 0xb414e78aa73be8840452ef5da01ce00ec0db151c6196c3b549aae60dbe54e187, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x19ad7a84bf711a7398be713737360bf3, 0x43ae44ad619624eab93d9b665b51a734c24a57d1376c29ae2e0ede3d25afff1b, '', 0, '?'),
(0xa8dfd8a20410c0c0663f3b66eab67ac8, 'wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php', 1, 0x00000000000000000000000000000000, 0xb1d8f7b4ec9145349aabd4085b334fc6, 0xd86f8445f8614ee7ddaa285a2f77b389004f7a9430453565da211cc8cbf24627, '', 0, '?'),
(0xa8e008721911657d2fb144dbeae5923e, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 1, 0x00000000000000000000000000000000, 0x6741ed25672e18daa6eaf2ceb47b4a7a, 0x00d63d1e0883fa05737b74e058ddfe8ec3cb80d9a15caf92e25bf8b1183dcf41, '', 0, '?'),
(0xa8e38796b0601ef7f7286b22edf4fde0, 'wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', 1, 0x00000000000000000000000000000000, 0x5806e88f125225cbe26cef84387b4701, 0x2b4619687525da8896b8bf9c619091b6d7b53aca71aaf7873e3b0e6536c63868, '', 0, '?'),
(0xa8e4e1ea94955473990d25a84c4ae54d, 'wp-includes/blocks/spacer/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0de87a5001a9aa2383ae9152b00d242d, 0x19de8d215d4ca5311b3371032b80e90423757d4ec32122116f6800f4d5787ea4, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0xf6f61b97aedfc41fc3a786e46d38a42c, 0x0620a35b51b6b36bbb87df8a410acda58cc4cf404e800f8e0d56a25dd109d103, '', 0, '?'),
(0xa8ed612f3c64a7aaf40483e849c16c79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_7.php', 0, 0x8271b6b29cd73b2ab681c3d74444fd36, 0x8271b6b29cd73b2ab681c3d74444fd36, 0x98a1aa6d91283103d304a16fc0f2e49e71820faefb38e8913352318ccfbb2d20, '', 0, '?'),
(0xa8ef111d23804001526bdbbc591e9b1f, 'wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js', 1, 0x00000000000000000000000000000000, 0x15bb2b8491fc7e84137d65f610e1685a, 0xd99203d884549ab420fd0fd827592151d64f33446f73ea25a88cf259d1cd98a2, '', 0, '?'),
(0xa8fadf875e78c9ec92c89f3cd976d7ed, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php', 0, 0x6d2e26c6d4572ac7f0b39302d3bde50d, 0x6d2e26c6d4572ac7f0b39302d3bde50d, 0x69ad3e9e11332dd8135caffe10b88b363a74bd4d2cf14194ae9c3dd9a7c41c0b, '', 0, '?'),
(0xa9032ca3d285a5d652ee5fdf5e8718cc, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/class-acf-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/class-acf-data.php', 0, 0x85bc811394c5627e6b6dbd46cf2182cc, 0x85bc811394c5627e6b6dbd46cf2182cc, 0x7341e6330a962957ac6565de97c5167e2f0907e13d514b18dd4b860671a582d8, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x7a5a42579eaf6d9142d9cbafc2e18f15, 0xb8c88421ae2b2be0b6f2ca3885bd2c17760646a1ddfae2f72b96b904f69e3309, '', 0, '?'),
(0xa90adcd164d7aaf3354d53e791fc5550, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', 1, 0x00000000000000000000000000000000, 0x62573afce9352efef0db1e64b34767a2, 0xfcf24da6bd32f73a52eabd869e09fea7b65c5557bd473898d8bc2e68326f61b0, '', 0, '?'),
(0xa9111925ed3ec3ae611219f1a1140b84, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php', 1, 0x00000000000000000000000000000000, 0xb9247ec6a9ac85f0328379f7cafee07f, 0xd9297fc1b6095e2f972778b171e48493065aa6a6d69fda2790dd8f26e6665f8d, '', 0, '?'),
(0xa91394ce48289ced02e5a537088319db, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php', 0, 0x640711a590a9a6b1db47a583d7d53773, 0x640711a590a9a6b1db47a583d7d53773, 0xe735725c4aa3ee992536e4cf7d7e81fdaf73a593965d0624be0e32a7de8b0758, '', 0, '?'),
(0xa915920391e25a906e82c630d264bac3, 'wp-content/plugins/amp/assets/css/amp-mobile-version-switcher-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-mobile-version-switcher-rtl.css', 1, 0x00000000000000000000000000000000, 0xec506df71d49d2a1d1f964174eaf576a, 0x79c5edd8d25ed22f12a12b6546436afa8e4c6f8aeb3a6f80c74985ac568bdeb0, '', 0, '?'),
(0xa917e88617a9fc29311419e1e6ecdd03, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 1, 0x00000000000000000000000000000000, 0x659083759ad6189ce2a0d76be2e63214, 0x5bb4b994fe96d1859277fd86f41aa8a78184ca6d46e9e5820b266c7f49486c39, '', 0, '?'),
(0xa91d3a3200326ba26dc427fbd969f1b3, 'wp-content/plugins/elementor/app/modules/site-editor/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/site-editor/module.php', 1, 0x00000000000000000000000000000000, 0x1dddbda5b29ce826a4c3b674db887484, 0x7ade499327fa4d24b8030e94de969cae4e66cca4722aab292466d7b84e98148a, '', 0, '?'),
(0xa925f50fa7668e7df08b0f524f0346c2, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php', 0, 0xbffda0decadf98ad09d77a67bb28fa98, 0xbffda0decadf98ad09d77a67bb28fa98, 0x7fc84e93d8c147af45caad3c5e407b6ffc5ae7478cbbc8ead7ebbb1652ff9d98, '', 0, '?'),
(0xa9306a5972f411dad60df85bb47b001e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x8d057cb11f0025719b836c891bf095b4, 0x0603bc834c23975ab3ff4fbab33cbfa6a7d9e411f9c465b40d4724e1f0b64d15, '', 0, '?'),
(0xa936abcb30fff6294832a0a79f06f9b1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0x1dd4987abe9f408575df9410a62cde89, 0x718173fe2e3183ce3b9a7e5f2846692c88724386d25da95b9113f72bd88b11c1, '', 0, '?'),
(0xa93850a47d76884e56adab213d4c1324, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9f9f118948b4488ca699bc7dfb39db34, 0x6d22a76ef5c8028452d72c6887c54a1d7f6843e0fb85afb80f616278b2bafe73, '', 0, '?'),
(0xa938ec93e31df77dc39d02933588234a, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/data-debug-mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/data-debug-mode.php', 1, 0x00000000000000000000000000000000, 0xf40ab50817700bf186001641243bdf68, 0x9e16db82b633b3f354fc0370bd584c90a61ab8695b92117c2cf73ebe27480228, '', 0, '?'),
(0xa9391aafa375caaee012635532eae139, 'wp-includes/sodium_compat/src/Core/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/error_log', 0, 0x33820e1dcfee69b0c8bfbb260cf5b60e, 0x33820e1dcfee69b0c8bfbb260cf5b60e, 0x14c42086209228564b723cfca278bbecfc5250152cad702ec4a75c3c5a207cee, '', 0, '?'),
(0xa93f52302b54f35590f0764c1f5100a2, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xca51dd08f1e365738aec0d42763fdbff, 0x99f8adbd4b5b2848f419a9aefc2f858fc47f07434e8d42de604576e64473ad39, '', 0, '?'),
(0xa93fc96b5a17ce56a7544b182d8eb7ea, 'wp-content/updraft/log.d0beecf56dd8.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.d0beecf56dd8.txt', 0, 0x0d77af2ff41911d601e6277aa88119cf, 0x0d77af2ff41911d601e6277aa88119cf, 0xba93ce44e98e79327fb922bd0ea51da7f4def0c37c63acb7ce522418b445e351, '', 0, '?'),
(0xa94826fafa479abf6e505361c7114819, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 1, 0x00000000000000000000000000000000, 0xe756525fe703e399bee80cef09787870, 0x70d2922f460e4e9c49e04dfbc25d27b8de9fc018ad413610bc18d7ff3a45cd11, '', 0, '?'),
(0xa95105d9b3e3b934b0ef667c0a94924e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', 1, 0x00000000000000000000000000000000, 0x3030f4e262be687a22cae5b186da998d, 0x8b151d50eb5576f388ff0d9195bff474a376b3beda2ba56ba4f63c0fdc985e0c, '', 0, '?'),
(0xa955215deec9b2ba5ed3f9bafe572e5c, 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php', 1, 0x00000000000000000000000000000000, 0x8b5f4fbf9eb5a40ee46b538fa03222c0, 0xd5c90895f2918b3f016ffdceb847bcc6df2aa513036b735c4884cd5c9020418a, '', 0, '?'),
(0xa95a812d324b9af06eb99c9bab07f83a, 'wp-content/plugins/elementor/includes/template-library/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/manager.php', 1, 0x00000000000000000000000000000000, 0xa1e5142a2134c6ba3e80f24a6979158b, 0xb8940e9785373bd7661022dc72bf7b0de2f3e9a4443e83df2662292b21e1883b, '', 0, '?'),
(0xa95bec9d3cd6e847fa745b01162771a3, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-css.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-css.js', 0, 0xbbade3ceaaf38853f4e8f1cb40ef1194, 0xbbade3ceaaf38853f4e8f1cb40ef1194, 0x8f5b9680878468f19ea5bfb399be6660a7be6359a689f4298bd20a74594d53a5, '', 0, '?'),
(0xa95e0fef01ae7ce909d287e36b56993e, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plugin-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plugin-manager.php', 1, 0x00000000000000000000000000000000, 0x1aed9b0d0e4385246a7bc7c0558111bf, 0x8080a461759a7351b34d94f476799dc254fd3d58e7a85788cf7a2b9d2f5d6cd8, '', 0, '?'),
(0xa95facb8fd4f1bee89b14e490e9e23f2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', 1, 0x00000000000000000000000000000000, 0xa03ee2af2cfa2e9e5bdda3eadc6e399d, 0x82159c31891fed154cd9716960fb7403690915debd76b2b8d88f2c6b52ec35c2, '', 0, '?'),
(0xa962e08c3fbd1d3047a3ad4262f34146, 'wp-content/updraft/themes-old/twentytwentytwo/templates/index.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/index.html', 0, 0x1f4951dec826bd187a4d2cfefa36a958, 0x1f4951dec826bd187a4d2cfefa36a958, 0xb8dde6e13aa504262abb8ce662c01132667d768b51aa2c2e99d0efa5d5aabacb, '', 0, '?'),
(0xa9630096de7b320fadbc1a73be4f60de, 'wp-includes/sodium_compat/src/Core/AEGIS256.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS256.php', 1, 0x00000000000000000000000000000000, 0xba995920ea0a95a79d6c6397a1b092d0, 0xfd3f2d8199369a1ca157be0748ffec9a0b0be4cedd5d42522d7dacee1e1b99d4, '', 0, '?'),
(0xa96396eab394be534c2880cf51128cca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x3a7f5a6394b1ec28a26b6c03ae17d5e1, 0x7ce7376fcc05c9f720a89fd625569653951573d74d0bc7e66c07ad4ca454f292, '', 0, '?'),
(0xa965c663edea186bd84f8d2abed65dfa, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', 1, 0x00000000000000000000000000000000, 0x447dcea47753d51d6fba21a46694ed70, 0x12c5cc6ce75b373b59a21fc741100593ba122a9e98916eabaa4a906fbcb9ecf6, '', 0, '?'),
(0xa966844c08133422c4196f53f7cd41ac, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xbe2a14878eb61d7c95d5970ff1912539, 0x0ae5b418772c015bf49a51c8c928de8641dfb8574dbe9625e01292437beeefac, '', 0, '?'),
(0xa96970681a49768534bfe03ddaf6a739, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x19071b1af987946e96dcef6ce0611c6b, 0x84755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa, '', 0, '?'),
(0xa96a1aa13be9b5059f1f0dde65feb3fe, 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 1, 0x00000000000000000000000000000000, 0xbdc9a101e93567c9b6c4717050fa4b7f, 0xc492cd0b29b129b24a781c7703a12536a610eb4594630a687b3ec729ebe3892a, '', 0, '?'),
(0xa96efd6ac4fedc9968c1722e6c8fbf00, 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 1, 0x00000000000000000000000000000000, 0x45acc69353648a210efaa3485c730965, 0xfa26e43e96e0239a18b79e2cf6909c31bb5be182ba22317889667553a1a05a6b, '', 0, '?'),
(0xa973d304955767d14f54556a7342da5d, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xa973f38fa42c20afa05085d24fb0d851, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php', 0, 0x31bc081c672d989d93b893baa9dd157e, 0x31bc081c672d989d93b893baa9dd157e, 0x04e32281e982611b9064287e3f68d633e4c709830f0206f0f3022a0b89ef14b1, '', 0, '?'),
(0xa97480d96e4f6748aae8bfa42a771675, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_2.php', 0, 0x0155488695f2094461ccce0f0ed44b9a, 0x0155488695f2094461ccce0f0ed44b9a, 0xefd62f28254a26218ebc4a7459de2f965add2db560b4eacebb166d7a6ab189f5, '', 0, '?'),
(0xa977e89c7742dac049d30621d0f84861, 'wp-content/themes/twentytwentyfive/templates/404.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/404.html', 1, 0x00000000000000000000000000000000, 0x5877e599020832df6c6e8ac002e0cb8b, 0x8392f73aa1f13706365eea15f61856ec387b3c5238b9f2197cb14789a5eac10b, '', 0, '?'),
(0xa97a8168796dd6bd10737974f810ee6d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', 1, 0x00000000000000000000000000000000, 0x1aa18c07eaeb4c423eee1770665283a4, 0xa4a95d0e07990d2ea015382860618b7a615834182c57ce77385f43d94eb53c7c, '', 0, '?'),
(0xa97eda130e29d02d8363a041f22c4fd0, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-5.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-5.json', 0, 0xb4a7108dbb20f1dee8a07347dd0f4035, 0xb4a7108dbb20f1dee8a07347dd0f4035, 0x9bf75ae2eb5972b41e631ba87ea70a9354187138c84868f246eda566f900bad6, '', 0, '?'),
(0xa98b839938c26d6486c87f9963122630, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_8.php', 0, 0x97f1cc941b7461b5cd6ce20cfd791d82, 0x97f1cc941b7461b5cd6ce20cfd791d82, 0xe9a025c6766edda032b38295c7a99e6e41a8edcb78a0443e16a162b9f5ead3ff, '', 0, '?'),
(0xa98dd2bcbf840f981cb8f789a7cb50e5, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php', 0, 0xdf34440666f3df70ee54b68578f0b392, 0xdf34440666f3df70ee54b68578f0b392, 0xfb13af930ed24e84408f37292892b436a10305f8f695e63026065e97fd92b49a, '', 0, '?'),
(0xa98fb828b124ed797057fb861a9fe3e8, 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_1_style.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_1_style.php', 0, 0x84ebf0b82caeadede0a460cd1252509d, 0x84ebf0b82caeadede0a460cd1252509d, 0x76d988c2aa30053d154126139a336a677b1177cff69e14ee67be4f831c3f874f, '', 0, '?'),
(0xa99a3bb2f826e30982344e7c5f6c7fe3, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php', 0, 0x25ee89a28ed346592f0702cf160669af, 0x25ee89a28ed346592f0702cf160669af, 0x256d1eaf3f07faef9ffe8746625813481cc5252d962cfc0d24d8d9125bbfaf73, '', 0, '?'),
(0xa99c394a6128285e453252a1149d9983, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_4.php', 0, 0x67e42dae59a6e7ad8f5ad52fb25831f4, 0x67e42dae59a6e7ad8f5ad52fb25831f4, 0x361bacf81ecb85792fe7e702c56c1627e809899c1b7e0f97abad3f53e9d27247, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x71c971fb1fea0099ab110cdd5cf1baaf, 0x8e00ffb9b6340249c51a4476609d80b64c7ef8a52b8e29a27ea6e2a906281923, '', 0, '?'),
(0xa9a30827a2deed698d9533a08a889680, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 1, 0x00000000000000000000000000000000, 0x0b9277d590592eb47131d30b8568c6d2, 0x9b9cbd13a17d56f97572156441c27798d98e7aa3e6441b7be4f58ec84c825e05, '', 0, '?'),
(0xa9a817c2df3b9f58218afdfb00f46b2e, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', 1, 0x00000000000000000000000000000000, 0x1f080a03a0cda34dc4b03937d679a03b, 0x96df55fd22711ccf9b676905bf0c0361db1759a35bd3fbc77b7f00cbdf5268c5, '', 0, '?'),
(0xa9a948baf950ed133a272c26410837d4, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php', 0, 0x9348e304494a40d412eafaaf53c1eb58, 0x9348e304494a40d412eafaaf53c1eb58, 0x894702db07bb9a7391e9cd8ad3a55e7819735a247c13ed576c2294bcd07485c6, '', 0, '?'),
(0xa9acc1f35d0e706ebd68481a32162f40, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/customcodes.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/customcodes.js', 0, 0x4af2cecf7442ac50dd6c07ee6f93ee18, 0x4af2cecf7442ac50dd6c07ee6f93ee18, 0x80adb0be0fc76f8ce747da5fc3908d3c6352a75eefcc763ebd8c39ca0aa2e865, '', 0, '?'),
(0xa9b0293b77dcca5614106c997a16943f, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/phpunit.xml.dist', 0, 0x9ab7a5853227f6e121551de230c6a858, 0x9ab7a5853227f6e121551de230c6a858, 0xbce735c2386b8bddd340ea61816ba3f3e58d80ad60d323e639fabd3dcdd2b31c, '', 0, '?'),
(0xa9b34a95f97d8c0ad8047f03661a384b, 'wp-content/plugins/amp/assets/css/amp-customizer-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd7518a16a693653bf2786ba4d81be3b, 0xfa0880c479b1b427e85910944e3aac63facbbf73572eea2ca2717c1f2f10a775, '', 0, '?'),
(0xa9b3d56753d81ea9b30b08448332e78c, 'wp-content/updraft/backup_2025-03-25-0340___90_dfcb0a0fb8fa-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-25-0340___90_dfcb0a0fb8fa-db.gz', 0, 0xe012990c79225899f3aeed2ed959fee9, 0xe012990c79225899f3aeed2ed959fee9, 0x9a89c489e1c57f8c95d2b4964c6a5cf11cc3c46e143859400605266ef4a7fb01, '', 0, '?'),
(0xa9ba1c26060cbd09084a6b6ff8bebcf2, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 1, 0x00000000000000000000000000000000, 0xe433e97f9b6e2ef5f36e50170b683db2, 0xfb733b2032c3692f5bf63febc1cedaaa3baf9113efbbb0d5dbc59185c36013c6, '', 0, '?'),
(0xa9c1430b9c68c7545cdb409bc8d0ea6e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', 1, 0x00000000000000000000000000000000, 0x22ccf3aafd762dbf88fbafe1e004ab13, 0x924fe69f1d68e56cb16da848baae2228db5860f6df96922c461e02c30177df0d, '', 0, '?'),
(0xa9c1b5085706e49ee202b400fedd5972, 'wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php', 1, 0x00000000000000000000000000000000, 0x6096b6b3034dcd14f5596f2fe728660d, 0x99e7616d6293d83f9eb4ebffa61dcd79347c36ec1142b7869ee2fc016073f84c, '', 0, '?'),
(0xa9c2aedd27894d3e360d3672c392ee0a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', 0, 0x172ecdb412b2116f8cfc43632aed5971, 0x172ecdb412b2116f8cfc43632aed5971, 0x6a62281fd3c099e35e35d4fec8346b1df1f5b036004544816c140db5230f5c32, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa9c508766680937b7d706887649dc836, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kksr-migrations.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kksr-migrations.php', 1, 0x00000000000000000000000000000000, 0x9eabc284e7da46abf0809715dae8a6a9, 0xd420bd1fee6ccc0b556bc4d56240ad4a300602b23d1af26638e35699adf73c30, '', 0, '?'),
(0xa9c567559e481b494c03206a63dfb50a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_3.php', 0, 0xdcda808c3df3800d0087b558eb9171e6, 0xdcda808c3df3800d0087b558eb9171e6, 0x2dac7b0d1629fddcaad7dd261e8767c3d424882046f1e761bafc3d0e96df433d, '', 0, '?'),
(0xa9c8912db3cc6183da46555e15f96490, 'wp-content/plugins/elementor/core/base/db-upgrades-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 1, 0x00000000000000000000000000000000, 0x3d47ddc08456b5ac4a44ecdfe540b8c8, 0x0e0a6ea7315ba999d2f2cbcdb8a2cd52a43586d9f34caeed0d0147005a347d50, '', 0, '?'),
(0xa9c8c8e4482491600d4447f57c4259df, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 1, 0x00000000000000000000000000000000, 0xf282b7f04556cb1249a2a8c2257746d5, 0x425458d254defe681d39367f830b0abf72ce6d1c1fd92a3e364a4d7f5f4c72b7, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0x252a54ff2fbd6cd9e42c0ccf49f00024, 0x84d2a2c7e184dc2eafa767b74ce1e26b4a23bdaf0797102f5a465d03a1956d07, '', 0, '?'),
(0xa9cc72f0686af168522cb5f2a3873504, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx23.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx23.php', 0, 0xc0723dfe1faffde587eb93540ba6180c, 0xc0723dfe1faffde587eb93540ba6180c, 0x9e9827db6dea8a192d648d4b110ff1c957d6502b9d56538a706faa567c4d9783, '', 0, '?'),
(0xa9d0396637156ceffb5297b13effed50, 'wp-includes/blocks/comments/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/block.json', 1, 0x00000000000000000000000000000000, 0x134de01ba8cc680709c753f4fe2f768d, 0xfbb7cda64ebf44545db0dbb2790ef666bf8f184d7c6f2c359d77f3cd668adb8b, '', 0, '?'),
(0xa9d66a54fd6374f20fa0511291cc0223, 'wp-includes/blocks/navigation/view.min.js', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.min.js', 1, 0x00000000000000000000000000000000, 0x39b6679f083c89806ae1dab66a6b1f83, 0x0109b762813fc73d6946c846c292ce53862b0181760154674cc36d932e3542e3, '', 0, '?'),
(0xa9d79620b9d537e651b0977265e66cd5, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', 1, 0x00000000000000000000000000000000, 0xb9bce3780dbcc09b600daaf7f3dfab36, 0xd9f5f533966b06f34b522c47afaf4369f31a6ec782b44b29cb72cbad62539b7f, '', 0, '?'),
(0xa9db2a1e26ec7951990dd47874936921, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_custom_field.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_custom_field.php', 0, 0xa045a4b9d43286e340d10671ae794d9a, 0xa045a4b9d43286e340d10671ae794d9a, 0xb8b49b275695ff95b73f05d9c6ebf9c4619b6e38a52a716f1e1ef19b75ed931f, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', '/home/abt90iranbet/public_html/wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x763a3729073c525f72d6ef7bc444a25f, 0x99100e844411d830a0d02113bc7899a87aeaa97010699247d0f0206a45d0691b, '', 0, '?'),
(0xa9deea802b8dc2483aad52c88ada4b4d, 'wp-content/plugins/updraftplus/images/updraft_freev.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_freev.png', 1, 0x00000000000000000000000000000000, 0x7e492b620424007e12855b417e7bae2b, 0x1967541ed9c6fe0e3892bc1946d4b4495387a3e27decb73f05005bec419f90fb, '', 0, '?'),
(0xa9e64e1e9905b395c3ce8e11583954e8, 'wp-content/plugins/kk-star-ratings/src/core/views/metabox/content.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/metabox/content.php', 1, 0x00000000000000000000000000000000, 0x0e6185c284dca930868f700da80c8dd4, 0x40c96532c291fdbe225781d76a8d7c57a5c4f0f32691a04fa7b3055d80fcdba8, '', 0, '?'),
(0xa9e9ca88df777be89b637b2283a70540, 'wp-content/plugins/updraftplus/languages/updraftplus-te.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.mo', 1, 0x00000000000000000000000000000000, 0x06a589ad14c8fb0815e0f81b7396f580, 0x273f443806d3c38041beb002733b1d532dca785312b1dd39b861a8a5d4b55e17, '', 0, '?'),
(0xa9ec703bdc97c47eb6b39377402ff667, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-6.png', 0, 0x85cbbd34a0b61e4e670c2946dd698f70, 0x85cbbd34a0b61e4e670c2946dd698f70, 0x22d27a04add072b1d424cb360b9c30d5afbf19c1e4e248bd8e8e617a57f9992a, '', 0, '?'),
(0xa9ec9f46bcb0c4f70868c30d3dcd6a8b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_4.php', 0, 0xbcd0de987256fc434bef236c5dcec3c9, 0xbcd0de987256fc434bef236c5dcec3c9, 0x10b57f2de5f5d5c758cf275225d3ee1397d840197f0103b338ad216d6f3aeff8, '', 0, '?'),
(0xa9fdc73d2b74e5212a1a30d0ee1748d5, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/logo-tagdiv.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/logo-tagdiv.png', 0, 0x6e472f70e66b1e5f0fd921ece08b3a6b, 0x6e472f70e66b1e5f0fd921ece08b3a6b, 0x9b3a879a1129a6af59672f23719420fd65cce388e3772017541b049259181132, '', 0, '?'),
(0xa9ff5ce0431d1172f8cc65c02f62bd49, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2.php', 0, 0x8e0c7792de6e54a1f8e1d4dfffae9f6c, 0x8e0c7792de6e54a1f8e1d4dfffae9f6c, 0x1b7775a270de2d119b6b1a6097e2985abb0a6ce6f03a0cb43e99067adfd0d136, '', 0, '?'),
(0xaa036b9314e5c48419cb54b4eb5de317, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_4.php', 0, 0xb23cb6ac111c4e9aa539f18a8c8f153a, 0xb23cb6ac111c4e9aa539f18a8c8f153a, 0xe7cc28b33a960f8f4bf862014d457ee54bbb344b057ae698b594a44291bcca95, '', 0, '?'),
(0xaa042876d2c1a1506533bb26adafe005, 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x977ca37d31893cdedfa66c83bddc0ee4, 0xff9670f89891cb566dc8e7ed188c1fa6dfe5de1a54b071921d93befadfdf7618, '', 0, '?'),
(0xaa05b317aa145620a585a388c7a642ab, 'wp-content/plugins/kk-star-ratings/freemius/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x985eca66feaf0170850231d4616b3074, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/date.js', 1, 0x00000000000000000000000000000000, 0x50c88a54ac0b453dcecf0c7fed996ca7, 0x75161cc7d4c8c492718631bddedcd5481dea7d47675c6157d8af01001d25c626, '', 0, '?'),
(0xaa1812a31784a67099b4ca9fafe730a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import_no_content.php', 0, 0xe8fac59bf8328a41d6b74d009ac3040d, 0xe8fac59bf8328a41d6b74d009ac3040d, 0x710e2a4c7e41e90a8b0eb09a57dafdb02326faeb9e6fe68a4b7d68eca24b3f59, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x5a8afbb26517a8b4ea3a975e7d79aa0a, 0x6384586ea8debf1418cad44c694de032cabf74eea45d8685914d3148f4d88c19, '', 0, '?'),
(0xaa233dfbbf67412d6a873c6b5c8bfd1d, 'wp-content/plugins/updraftplus/images/icons/openstack.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/openstack.png', 1, 0x00000000000000000000000000000000, 0x95c6446e18f352a3bc8124094860f2de, 0xbfb7f6d6019f7436ed9dd406e384fc7e00c5033208b2cade2a844279d03d9e7d, '', 0, '?'),
(0xaa23c4b2af0be5ceac1f2ff49a8684df, 'wp-content/plugins/updraftplus/methods/addon-base-v2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/addon-base-v2.php', 1, 0x00000000000000000000000000000000, 0xcd4d9ad71548723c07a2aa01e4e2a11f, 0xa27507fe05eb20d916f8f40c74068d1f60018fba680fd9064fbd43b22e6473f0, '', 0, '?'),
(0xaa31e83dabe693099d954e52f8a89154, 'wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php', 1, 0x00000000000000000000000000000000, 0x5b4c43fb1c7468e12efe3fbef445b33c, 0x8a7b40522f2343633fbb710fddd90bc02362cfcad2a356fdef3ed809c1b0b1ca, '', 0, '?'),
(0xaa37f7301cbd49d8b116991295e9e4f8, 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-4.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-4.json', 0, 0x405960e8dbba2eaeda8bf567fb20da7f, 0x405960e8dbba2eaeda8bf567fb20da7f, 0xe190e9000ac611ca01749e75159f65aa0cd1308a7d3bf4cef9b401b80ee70dc7, '', 0, '?'),
(0xaa3a7caa4b365175b4d31bc99a6d1636, 'wp-includes/blocks/comment-reply-link/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x386fc3364b52711f1a0db53ce944ec1f, 0x324c40d3f22fa78235ecc13b334f27cf552de128cf4a386a13a8a49316e1bcb9, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', '/home/abt90iranbet/public_html/wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0x80064559e8216fcc23a3b6cb3e5f4d0b, 0xb0bfe8d5e0b61ac5163fde971366a63e27630d649fd318e0fc24619536ef691d, '', 0, '?'),
(0xaa3c9536cba468a29c6c62853e525f98, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x617c0958c5a41811443553755bd57e85, 0xcd39f2c57a774c8d7fbcd635bf7bdb21f33fe91d04ba839a591e2109ef1266cb, '', 0, '?'),
(0xaa4c075485dccfa9358487230cfd636f, 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js', 1, 0x00000000000000000000000000000000, 0xc8652c5627986b0386123b1a21f43b8a, 0x34c00b19294a2d8f925a1188ccea8058fd01f147fab57ddb76ed13c334139832, '', 0, '?'),
(0xaa527d5006fdee820debc371995882a2, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php', 0, 0x824393e87762c076f49d09651e9985ad, 0x824393e87762c076f49d09651e9985ad, 0x121e7e8429c319e1c6047cbc1fad7a0f07218802f1e1913bcf1a3c936454653c, '', 0, '?'),
(0xaa52dc7866d74744c41367c18d9b9556, 'wp-content/plugins/updraftplus/languages/updraftplus-vi.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.po', 1, 0x00000000000000000000000000000000, 0x14af8b834ced8358b6c1b8558e55a3fd, 0x8105559f0f926befcafc3634967325862db63197444224d22b0615c50cf9ecad, '', 0, '?'),
(0xaa58149d9f13a8044038326916df6d28, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php', 0, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xaa5d0249b0fe5a69773ba9b2b7ee38fd, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php', 0, 0x5cc0b7c92ed0a7f5a5199ca40984705b, 0x5cc0b7c92ed0a7f5a5199ca40984705b, 0xedbdc34eb6bab6bca3562e05d11063df87eea39aa2f021fbceed7773047578b2, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', '/home/abt90iranbet/public_html/wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0x1c13c9349c9bda86727644dec469d0e8, 0x46ca007f7146b57c62766da012d2141684d7b44ec4689d25ec8f7e453c7a038a, '', 0, '?'),
(0xaa634f32a343cfa11bac542f9f4395c1, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/forbidden-property-mutation-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/forbidden-property-mutation-exception.php', 0, 0xf4289f47fcfce091f74aef2dcfc8b74e, 0xf4289f47fcfce091f74aef2dcfc8b74e, 0x4591dc499322c669ba46d5fcd9b09ac8ae6cc3103e770976d9618724dbf2031a, '', 0, '?'),
(0xaa6628bc39ecd2369b9079614e7c3217, 'wp-content/plugins/wordfence/waf/pomo/translations.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x8afac4815c638eb1b4bbcb67961f8ed9, 0x2099dacf9e4fca29334a7f4605df4e2cfe028aeb780ca372a18f4200bb1f8f27, '', 0, '?'),
(0xaa697c94323dfa44f80731d7cfaf728f, 'wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php', 1, 0x00000000000000000000000000000000, 0xaa29f71c3dd14f664abaa62146f27e37, 0x0de4f502f2aaaadd071a9ec08b05973e9bc36932a2742a96fcf2abdf76f3c300, '', 0, '?'),
(0xaa69b703b11ff498e562e55077c8a195, 'wp-content/plugins/amp/src/Admin/AmpPlugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AmpPlugins.php', 1, 0x00000000000000000000000000000000, 0xc5b5e0750843d8a785beefd84005650d, 0xb526db4a828b05de6bfcf37673cc52df34df512140d5fec7020d2058ead5a033, '', 0, '?'),
(0xaa6c71b40987c44cb07e813520728697, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 0, 0x054837f3b0e113e2c34b9e8e203977fe, 0x054837f3b0e113e2c34b9e8e203977fe, 0xf805f32e88fb73b70f460752c28770e296c741f8542e8e2c459dab48fb11514c, '', 0, '?'),
(0xaa6e24e13572e692463928f0b551d84d, 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map', 0, 0x0b62f7a5104167a98aa0f043c25f150f, 0x0b62f7a5104167a98aa0f043c25f150f, 0x5a39e40cfaa7d6718eb32b2caa63853d40d716ebb0db1ab831aa6b89003f8b35, '', 0, '?'),
(0xaa6e8b08d1c25fae54bbd00b3fd6eb7c, 'wp-content/themes/Newspaper/translation/ro_RO.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ro_RO.mo', 0, 0xf398da3aa26337629e25f760bc20c436, 0xf398da3aa26337629e25f760bc20c436, 0xf65157f101de3669d73b7a39a281f39b3ecd05ea1a81973f0adf1f014ea3dcb4, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 1, 0x00000000000000000000000000000000, 0x673845516d07109076f04f75f2540f4f, 0x0f35088b39b9d2549a0cea513e1c7ca39abac080045f868c42a264c38f8da4e9, '', 0, '?'),
(0xaa7338e60b9d27edc6c980e11a254378, 'wp-includes/blocks/archives/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/block.json', 1, 0x00000000000000000000000000000000, 0xc8cea1db1643376e941243ad1adfd04a, 0x101a3ad9e276f0d21a95512c9e4b2e9aed8c1adfd54d26e1022bb494e3ab6978, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments.php', 1, 0x00000000000000000000000000000000, 0x301a310d09c49dc684a25fdbb24c7f3d, 0xf38bb479445fd761ecb9d37e337c9dd42ba9b5a2f95ad8d1c2180460ee53aa1e, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x7bfc632ffa82a98949d5c2f5ea3c0e9b, 0x8d0e79c65cdc1552a354dedca0f6551b8b12746d1d59c728058f86e3bbb1ccbf, '', 0, '?'),
(0xaa825447b8a78c776f06081a9377dd8d, 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-plugin-info-dialog.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-plugin-info-dialog.php', 1, 0x00000000000000000000000000000000, 0x7322ac1338f18848d0f7f79cf98d6195, 0xee6c4b3c59922c457a4e22174b2f595eb4911b7c4d173e053ec61b43c2f53774, '', 0, '?'),
(0xaa86bf3e9cf99a934c27a05c068e4928, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_css_generator_demo.php', 0, 0xb398e0e5f4e4c115f68223209fcaaca5, 0xb398e0e5f4e4c115f68223209fcaaca5, 0x766d66b061f08fd28f7ccc2aaf50a891add5df3fb40be4a80bc756ce8812b18e, '', 0, '?'),
(0xaa9144b97e33daffc708726156c2bd86, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', 1, 0x00000000000000000000000000000000, 0x6d04c226585074a7420bb2ed2129baa0, 0x44d3333a17f71b3978ca401c1412d5b3979f0cbade3d79e11716fb75b084365f, '', 0, '?'),
(0xaa94a144970269fecd12f58182ebdb97, 'wp-content/plugins/kk-star-ratings/src/functions/autoload_block.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_block.php', 1, 0x00000000000000000000000000000000, 0x0d03110f1369b0bd1ce05087fd7e9338, 0xd80b9be1b676856f247c9b80523cf65d70d0daffa96f7e3b2eda96f23c6ba2f1, '', 0, '?'),
(0xaa9837758eb454619bf3fcf2be99582d, 'wp-content/plugins/kk-star-ratings/lib/ProfilePress.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/ProfilePress.php', 1, 0x00000000000000000000000000000000, 0x52e31ee84b3358fd818159bec26b5333, 0xda46a8a7b9ca7b62d67c67fb4de40bd0c7fea677377aeb15cbb7b7d6174b0705, '', 0, '?'),
(0xaa990d0f9f179eb55bafe300ea45754a, 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x840616546d3add57bfc065e500020334, 0xe17309b447f42f8faeab3681c5c3375565c95b5fbd5a33ca6226656836cc8946, '', 0, '?'),
(0xaa9ba3bd5511a3f8908927c784d72ee5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', 1, 0x00000000000000000000000000000000, 0xbcdc7f04895242bee24b935a43e112f8, 0x75d739d82eba9427ab8e2a17524ae14d47bc794542ea4d073a0106f03623a98a, '', 0, '?'),
(0xaa9ba73c53fe1a079af0267015fd148c, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php', 0, 0x62b246f52c16fa3408c64daeb641270f, 0x62b246f52c16fa3408c64daeb641270f, 0x56095fecd3704c1c632ca97b5821922ae8dc81d1fed15f33514c5b16065ae8da, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x8ec83b6b93233f94e76351378fdf2865, 0xf26fdd139f7b07cc0d728a6835dcc50646b077af77cf094c9065f0467ad35de8, '', 0, '?'),
(0xaaa84053e996dd3b381a767e21ea1659, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_6.php', 0, 0x35d35eeaa1a7529268ed96db2353f8b8, 0x35d35eeaa1a7529268ed96db2353f8b8, 0x920f50589ff294c1f140db87e14c357692823e0ee744bb07af6b68400d33814f, '', 0, '?'),
(0xaaa905a5b3f7bef69a6c02f42e57bdb3, 'wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', 1, 0x00000000000000000000000000000000, 0x4808919468db03fa8b8bb66ae39dd960, 0x71be46838860881fd472c313224bd39dd076880d7917d560a65e57b50ab2ac77, '', 0, '?'),
(0xaaaab39a144f8c2f0c2791ceaa83a5ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_import.php', 0, 0xd3e58c8c411fcaf0bc729f993e4291b6, 0xd3e58c8c411fcaf0bc729f993e4291b6, 0xe8cea82004275f1610c6263d11dc2458afb1c6889b83e767910b35def8d4918e, '', 0, '?'),
(0xaaaabd73a0d7c29b48cc2b475a723299, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0xa5862c390f82e0eef09f9ad9c147b811, 0x6896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', '/home/abt90iranbet/public_html/wp-includes/js/masonry.min.js', 1, 0x00000000000000000000000000000000, 0x3b3fc826e58fc554108e4a651c9c7848, 0x2481ac21c97c3d2366158563ea6a63f9c1c73aa5aa54b9513062e6b82cca8991, '', 0, '?'),
(0xaaad7577a2e11cddf6c2b6b137adc80d, 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', 1, 0x00000000000000000000000000000000, 0xeb83b47de3b5531fd21b6a324d69d781, 0x96922fdd7e7ec659bf8b7e77c471b30861d0b64959fd0af825326d997d437d77, '', 0, '?'),
(0xaaaf1e8cb4c98f5112c8d611cfe556e4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xaab2d71e051a85d13eb9113c278437bb, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php', 0, 0x79297a8a910b48162ff884043efc1612, 0x79297a8a910b48162ff884043efc1612, 0xd69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714, '', 0, '?'),
(0xaab83140f5bf648f54a720d471717a6b, 'wp-includes/sodium_compat/lib/php84compat_const.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php84compat_const.php', 1, 0x00000000000000000000000000000000, 0x26b904ddafabbabc5d22e906004e68d2, 0x0f1260f386f1ccaa4ae22c7a714e034cf185192f67a8be2eeb6cd1194ad59f0e, '', 0, '?'),
(0xaabaef5fec8703c059089a71ba8dab56, 'wp-content/plugins/kk-star-ratings/src/core/actions/activate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/activate.php', 1, 0x00000000000000000000000000000000, 0x9f3b634372a97fa95f1ec182b907ad79, 0x02d735af938a6ba09b138f46189743696d641077182d8527b8df012c8211efcc, '', 0, '?'),
(0xaabdf196a91b1739eea3f71decd677dc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 1, 0x00000000000000000000000000000000, 0x45216644e104e45d7292d14ba0bbd49a, 0xf503ec30ce7058a4db37b8411ae26cc79aa67932e10d96f2cfd3661ca459c42b, '', 0, '?'),
(0xaabfce98c410957228848dc581e3c420, 'wp-admin/js/auth-app.js', '/home/abt90iranbet/public_html/wp-admin/js/auth-app.js', 1, 0x00000000000000000000000000000000, 0x23fdd0d94c50d0ca02e2535b8f9d66f4, 0x4640488512fc8f1938e5dd87fde737616ea2ff83237be2a112d3db0b8aa76afc, '', 0, '?'),
(0xaac0017c022e24ccc97db28220b33a26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1_no_content.php', 0, 0x065b566d9162eb639bb990c02c39b7bd, 0x065b566d9162eb639bb990c02c39b7bd, 0x265caac96848b3689c9b1881128c7a11ffd0b8b52a8a0cbaecd6c55fea3dd469, '', 0, '?'),
(0xaac279a6d5f447d48f043b647d204fbd, 'wp-content/plugins/luckywp-table-of-contents/front/views/items.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/items.php', 1, 0x00000000000000000000000000000000, 0x884756e51ee9e649bed7568da6f4e696, 0x0079f12909766d6ddf9f5d996ba6b88264499a29da1ee3b8b3b4baad93e53b6a, '', 0, '?'),
(0xaac37ea64fa588c47354a6fb16e56b82, 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-semaphore.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-semaphore.php', 0, 0x5c4ceb62568b536432627ba276db571b, 0x5c4ceb62568b536432627ba276db571b, 0x209b9ed36267d2773cf089c3d4c0e8797f5ec3b7791d2c3cb0a47b85f8ca13d5, '', 0, '?'),
(0xaac572d3a7d8b4d0322a742d23805b29, 'wp-content/plugins/elementor/core/logger/items/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/base.php', 1, 0x00000000000000000000000000000000, 0xd0b3eefcbdc6204dbbf34af9eada0381, 0x8bcac8d10372fcdeb1d5fec9287c63a180cb96d9f24a934c5e25987a96e55bdf, '', 0, '?'),
(0xaac94043cd33d36859d3291dd068ec73, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.po', 0, 0xe7eb285ad892f471b756dffbf5c57370, 0xe7eb285ad892f471b756dffbf5c57370, 0x3796277f2a5f46ed3c705558e0bd28fba057e75733467ed710cb23649c0cbbe7, '', 0, '?'),
(0xaaca2b32ab7dffc2729c6bf52c5d1023, 'wp-content/plugins/wordpress-seo-premium/classes/validation-error.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-error.php', 0, 0x31629e4b59d8f31f90612b7500182e12, 0x31629e4b59d8f31f90612b7500182e12, 0x4596f98434d215fd54170925fa84016c45b5666a9dcc5e9e53e6884d3b220f5c, '', 0, '?'),
(0xaacbb260ab08b52c3eb09d410e8f2887, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php', 1, 0x00000000000000000000000000000000, 0x1925ea2c26a5b435d89fa6adf714e303, 0x1fb6c1147b2bbbb375d9b11703e66d86d17dc12852e90b7bb327622357146b14, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x5a95af81bff1224a7f8f335acd1ed577, 0xca6dd41c16b665e53d9e0b4889028e6f1044baa9bf4f54dd00ec76b1e8afed9d, '', 0, '?'),
(0xaacf02d500eb8084093b74912fa5912d, 'wp-includes/blocks/file/view.min.js', '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.min.js', 1, 0x00000000000000000000000000000000, 0x1cb60757df34f86a918df1fcd95a3681, 0x726a159786e434655693294087948e4e0a94acbacdd1daeb984603d2c59f350a, '', 0, '?'),
(0xaacf279d912854227e196da055e863de, 'wp-content/plugins/elementor/assets/svg-paths/oval.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/oval.svg', 1, 0x00000000000000000000000000000000, 0xcfa5ce67f3dfd6ae9bb188f5fc437a10, 0xe227e2c4d15b745e95e355e81e9f5b0a9ef60f102d5e465a3678a7c0a9613b4c, '', 0, '?'),
(0xaad221a5ec1425fed7f1b6d99640d9cf, 'wp-content/plugins/td-cloud-library/assets/js/tdbReviewsList.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbReviewsList.js', 0, 0xea91137bbb46290d1a2ae2426534effe, 0xea91137bbb46290d1a2ae2426534effe, 0xa3967057d39f78ac99e910135051220dbb8cf8f24906515253f1ee9c6532a05b, '', 0, '?'),
(0xaad5d10e998ea69e4749fba9b8116195, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php', 0, 0x3dec1efef06489869a87deee0dfb11b7, 0x3dec1efef06489869a87deee0dfb11b7, 0x4879437975133b9ad7a0919b3f7a4155f5b2c2325ec9a94de54203bfc3f36925, '', 0, '?'),
(0xaad63a15526cf6ecea9491d0ff583d0f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_generator.php', 0, 0xea0dcd0ae7210540ab62521190342d78, 0xea0dcd0ae7210540ab62521190342d78, 0x0db8d29102a1685d26bc5235a9381adedac05b65d7dcd2504847af7af6f93ffa, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', '/home/abt90iranbet/public_html/wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x871c252846b1b276000b837ebb0eeb46, 0xda99732d7399e5c77eb275591865f6a692c092c4548bc3fb46b634bf21e1202a, '', 0, '?'),
(0xaadf8c9a3c73de194208f4576ec35971, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block23.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block23.png', 0, 0x1afd80e267c96442f6edde721582a8b7, 0x1afd80e267c96442f6edde721582a8b7, 0xa2c4b9308f744946a41afd6f0b526ea0067f594941775adb122838417ce5d546, '', 0, '?'),
(0xaae15c8fa7f094952f1b6ed5b4173f2d, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php', 0, 0x17fec5d4a24b48be1a5fdaa1ee84700c, 0x17fec5d4a24b48be1a5fdaa1ee84700c, 0xdb8462484c8a55c74348105b7c16dc5c11b986c864ec7ab9abf1c4f2660a3f35, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', '/home/abt90iranbet/public_html/wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x34f8403979f306c3dbe087ee874738ef, 0x1dcb3ada89b5e64c04bf07adda83fdce61e68ad8ef4fa677963db67b4bf99047, '', 0, '?'),
(0xaae6aed0171586be05610d87cb3638b7, 'wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php', 0, 0x3c24cb463d12ec9e1d701be2eecb23ce, 0x3c24cb463d12ec9e1d701be2eecb23ce, 0xa01e11ed60591a99b7a9d35d5b82f90b32f1ae74f3c2852cf101f9435d46a60f, '', 0, '?'),
(0xaaea213e2f314da603f23367f4184e24, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2486542cc0307eb19e1a8ab6db397544.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2486542cc0307eb19e1a8ab6db397544.json', 0, 0x96256ea097454400f6b183d0fc64b599, 0x96256ea097454400f6b183d0fc64b599, 0x238717f8dc463f949c5774e24040d95051d1a78e85f9fb74bdb2e136416b2bdc, '', 0, '?'),
(0xaaead8658b32185098a38311dd71e78e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png', 0, 0xbe47aa7bfd48177d07e2796906c300e7, 0xbe47aa7bfd48177d07e2796906c300e7, 0xf7e2a5556a3a9d95a291a380cf1f7f60bdfd9fb5acdbeaf41cb16c52dc7483c8, '', 0, '?'),
(0xaaebe6340921d2b09297734d60256297, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json', 1, 0x00000000000000000000000000000000, 0x71184dd13d8b89617cfa982ffdf430a3, 0x463bbc4135bebcd42f06d6fcfca1cde6c42d20d1673585331c8cd2232a04f0ea, '', 0, '?'),
(0xaaed3469683dc467bd87c7e8f7a837f5, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 1, 0x00000000000000000000000000000000, 0x6f938a5cea5900b573fa2ad9a3880bf4, 0x57d435893afda84d187c534bb322a329f51f932486b3840193dbd9b42da3c559, '', 0, '?'),
(0xaaedadb2d1f17fd6241a2eae4bf6b288, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', 0, 0x3cf15e506ab8af255ed5e53680c57be1, 0x3cf15e506ab8af255ed5e53680c57be1, 0x2d66d85d771e9ea6fb9ccc556f9487be54aec0cef7657f1f8b287b3fe88fc780, '', 0, '?'),
(0xaaefdc3ef4804eead47b5c3062239fa1, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-news-blog.php', 0, 0x123d9a618b1e27fcddb38a37eede920f, 0x123d9a618b1e27fcddb38a37eede920f, 0xc10d20fddd0ef621b9b2eeef9a0f9e64a9321d05c4396283eade1078ffb86da5, '', 0, '?'),
(0xaaf46f01defe8921a657f3354acecd6e, 'wp-content/plugins/td-composer/assets/css/tdc_wp_admin_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/tdc_wp_admin_main.css', 0, 0xe65af5b4bcbde5db0e8900b558537bc2, 0xe65af5b4bcbde5db0e8900b558537bc2, 0x95f3dffbb959e93fb1926a2ba42343d8cdf598666bf6ccf80a5fbb3247943c87, '', 0, '?'),
(0xaaf998ea84f4129066d0307076deba6b, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1-2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1-2.php', 0, 0x9023675b0d0d53622895835b15349243, 0x9023675b0d0d53622895835b15349243, 0x818e893a3d20d8c0e300bcad8e85abb518f3e9f9844ee17185778773af79cdee, '', 0, '?'),
(0xaafad91b69ddcb5f5f374993de688516, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_9.php', 0, 0xbb14cd8ccaff96cc5e518f0047beaed6, 0xbb14cd8ccaff96cc5e518f0047beaed6, 0xa9621d3663e568969843a3e3fb35afc5b02e78c5b7cb4d0f98b9c25d057ebfd0, '', 0, '?'),
(0xab065ffc374dda81af5c22a41cfe76dc, 'wp-content/plugins/elementor/assets/js/ai-admin.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-admin.js', 1, 0x00000000000000000000000000000000, 0x51f0bd6efabf0903f21366f507fd1cfc, 0x993f06bb35cca607d38713d661acbecc739ea6a601ae346a0624d18a52ec28d5, '', 0, '?'),
(0xab09df644478ddb2f2658a4a809d5300, 'wp-includes/blocks/comment-reply-link/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style.min.css', 1, 0x00000000000000000000000000000000, 0xc3390d197f2a3f97998cc3ba67eff991, 0xdf5545d0b2d61333a2a3fc8c546092320d817d75762e758d8f85782b24272949, '', 0, '?'),
(0xab0b92da17f1e64a48876c2247a44cf9, 'wp-includes/css/dist/block-library/reset-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset-rtl.css', 1, 0x00000000000000000000000000000000, 0x2458e27952eb49b814df53a7c51ea21d, 0xd10ea5da3283626da07156081b9d0b0ec9bb2c35a8ce0ad01d8065f73372c390, '', 0, '?'),
(0xab0f2d78e422eab7ba3950a1cae4272b, 'wp-content/updraft/plugins-old/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php', 0, 0xc9bc551310c5ac838705b491fb291f40, 0xc9bc551310c5ac838705b491fb291f40, 0x3b140f42f459994215a7c5d560b9f17a270b69e59f096849767d6a8ba0140e47, '', 0, '?'),
(0xab17b4c6b1fcb156f67ea3f90585c590, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_7.php', 0, 0xc7f27f270e96f4e33dc224d53a5cd807, 0xc7f27f270e96f4e33dc224d53a5cd807, 0xcf46902de78bd84cc999c5eecbacfb294360acfce7d2bad18484ae0e64d46bc9, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x115408c190ebcf51d7780f14876a8219, 0x15d00883ae9eeb1d3159849d84f5549a8ad088d571f3a45736dd8b998fd56809, '', 0, '?'),
(0xab1aefa17beb08b0e7ec44a86abb6f62, 'wp-content/plugins/amp/includes/sanitizers/class-amp-dev-mode-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-dev-mode-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x606e5b666b4be32523b01f674a7511ec, 0xfe69aad15b3b4bc45b9df9692a0cfabceaa914c7fd956230c98501f5811527a4, '', 0, '?'),
(0xab1f3904945b8a453ad1b6710981b241, 'wp-includes/blocks/calendar/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x581aeec42250d9ee917bc2c0d19e222d, 0x0b60a3479b6ebe0124fa69b505f043b8f5ba327b3794a024de6c7fde49789b57, '', 0, '?'),
(0xab23a50ad2cfd4c9b09dc0e9aed082a5, 'wp-includes/blocks/query-title/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x5ddc196cfcc2a5cb80e4cddc1fed1233, 0x64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f, '', 0, '?'),
(0xab2756aa5f0fdf6910929122ea8841e2, 'wp-content/plugins/td-cloud-library/assets/images/bg-modal.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/bg-modal.jpg', 0, 0xd6914234d9466078ad40554c50f83168, 0xd6914234d9466078ad40554c50f83168, 0x3d979b3bba61e02f575b1748de4fee4a8879f621911c39950bcb7f0a41c9141e, '', 0, '?'),
(0xab28a8cacb0e34fe55d456fb84c47799, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-theme-plugins-setup.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-theme-plugins-setup.php', 0, 0xc156bf6dffb0026febca8d7840b0e225, 0xc156bf6dffb0026febca8d7840b0e225, 0x51b1400c76411a2beca7c20ba570658d243a8bb8ddfa4129a19c7baa9ac7b84d, '', 0, '?'),
(0xab29f4f2a09a494287cd76cf2fd7d782, 'wp-content/plugins/elementor/core/files/file-types/zip.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php', 1, 0x00000000000000000000000000000000, 0x326d846c4f22d1678350f1719d10ccb1, 0xf21e966e970ae2b87baff3f1e69712ea8dbf9fd3d1db17a4b300c471d183f996, '', 0, '?'),
(0xab2a8e7a85386eb1d3c0be1ebb5ace53, 'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php', 1, 0x00000000000000000000000000000000, 0xc6e7a40324f65a58c9a4e8ec2b7b5ad9, 0x1f29a22b064ae4db858ce4a9836a031e4f772353e196620e4bd49dd4bf5f8ddf, '', 0, '?'),
(0xab301e1f1eb4d96e78f8078089ca4c8e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 0, 0xb3615e71ca2d35d1455a4399cdc95241, 0xb3615e71ca2d35d1455a4399cdc95241, 0xaa9b0ede3db873972d6f53a3409ce0e90b549c415ff1ca8f653c457b420a06cd, '', 0, '?'),
(0xab34bb881c69d105fa0e01602e33c1dc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php', 0, 0x1be4be77dbe70ba952cd94a77d1e3ecb, 0x1be4be77dbe70ba952cd94a77d1e3ecb, 0x2ecbe794cf486d99a16287e893d8642385c278d67e2e889599a314998ab01dae, '', 0, '?'),
(0xab39dbd1fe049beb4fa5afe26ac4de0a, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social2.php', 0, 0x8d5b27095a517f3d4f15c5ee38820bf3, 0x8d5b27095a517f3d4f15c5ee38820bf3, 0xcc57073a19050cf64ebbc5823cc5fb02e130ff5dd232e4315e8235658213e9c4, '', 0, '?'),
(0xab39e21d64e5a33ad7af52981684d25b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 0, 0x5bc1d8b339f0367e00ba817c069d8071, 0x5bc1d8b339f0367e00ba817c069d8071, 0x8e4b7907123a8a7287d8f9e81d594b31dbca63e14018e7eb38aaf8f4a45bc164, '', 0, '?'),
(0xab3c8969eaf4589c876ae02a015ab6e0, 'wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0xab4004fdcff8ff0ae6ab3fccdf9b97ac, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/team-4-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/team-4-col.php', 0, 0x7f64233cdcb1c60e6e531bec8b0535c3, 0x7f64233cdcb1c60e6e531bec8b0535c3, 0x4e2c725456a43ea7f881d03e1dfbaadc7dac9be423b4d359ec969ce4f88fd057, '', 0, '?'),
(0xab4689c8db67459811cdf2562d94517c, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/account.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/account.css', 1, 0x00000000000000000000000000000000, 0x0871e09ec339743baff9d2a9027bc3f7, 0x6c0dec2e2d7e20790790cfd569e63ab6c52c1b2b2d68a935f355db35d72124a3, '', 0, '?'),
(0xab4aeb9ebfa96823b73a215e60e83df7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x0d762c258a66c96e81a3c83254b607aa, 0xe192a0db233018e8dfe5712a6e5c5c219fe702c8d7cd81278d4125a5212e016b, '', 0, '?'),
(0xab5168a4742a872bc02e4e4777f926c5, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_7.php', 0, 0x8a98f2aab6d0c23d975ddba99ad9eb1a, 0x8a98f2aab6d0c23d975ddba99ad9eb1a, 0x8a26217768f9ff35212a1b82d775cb98a388f74f99709ae5538ce6c1c0349302, '', 0, '?'),
(0xab51a0148cceb6bda9312a68511932b4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', 0, 0xffab2475ad39249b686f790c2513f7a3, 0xffab2475ad39249b686f790c2513f7a3, 0xff88370fd774f4959e3a14731b7b28832cd635de5529da667290374f78f79f21, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0xf8dd3d42aec1ae0a794e787b168d0b9f, 0x9e45e7cb7a42e0a534bd2ffe70f6c5980f880d8fdb9e2ee20242a4071692a233, '', 0, '?'),
(0xab58a209350e5841833cadc940b70252, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.mo', 0, 0xe51fd82067ed44ab826b2eda2cbfe6d3, 0xe51fd82067ed44ab826b2eda2cbfe6d3, 0x19889b03b64ef0dd17c08dfa027ea80cd17ff32e36219fcff1b2ccd37e898a67, '', 0, '?'),
(0xab5d03f091959ca713f59a7bc65a41c5, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/resend-key.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/resend-key.php', 1, 0x00000000000000000000000000000000, 0x348e97790177011a7af8f49b2103ffe8, 0xe5a543d12e31102c44d8b0feb7b04392b8d550a2aeb60a2915bfbae147989309, '', 0, '?'),
(0xab5d5f901a3fcaa484951f77480b6fe7, 'wp-includes/blocks/avatar/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf3895a7e4f3998f5264b52d75e180cd, 0x376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874, '', 0, '?'),
(0xab668dd474219464e7381678544d1261, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-about-book.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-about-book.php', 0, 0x2193ff74f63ef850a4af571ff21798ce, 0x2193ff74f63ef850a4af571ff21798ce, 0x0e7cdfa0cbb378513a9e85e9627a3f598f4992560e0b398bb1a01a7859f669c3, '', 0, '?'),
(0xab6b78ddfa8f2975f394c55dbe23c6c9, 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0x345f3adf40b42994b39063e96a27749e, 0xd39880f686014b47ccb063c35cdac1be374d8049e5c0f1da44579f4451aaa669, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0xca088a6af42b282cb85e118a62b7ff28, 0xbfc650194c2b1f7781c16974a58abd5ab6a264fe88c36b5a7b588c5660c57494, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', '/home/abt90iranbet/public_html/wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x7e84809e289986f834e147040fecf5a3, 0xf68a6a2f7d07d3851b1fb994c100458f53fefacca45c480467eb235aa9a12e5f, '', 0, '?'),
(0xab7511d3a8d72bcca77854160315c364, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', 1, 0x00000000000000000000000000000000, 0x880cbca133efc569266a2539dd9ccd32, 0x4b41f8c51653888c27c27d0d5438571ab6c95f944ca938dc211625d3d740c6c9, '', 0, '?'),
(0xab77ca210e5012c66389130a167f496b, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.po', 0, 0xe97ba357dd83758cd2aaf257d54a1151, 0xe97ba357dd83758cd2aaf257d54a1151, 0x26b96f156eeabcf0d25d3fe8a987ef73b7b3ca7054bc31ae135cc333507dcf48, '', 0, '?'),
(0xab792e526bdb2222c8cd88e839428bc7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_8.php', 0, 0xb383c2ffede54f001414b98c2800a7ba, 0xb383c2ffede54f001414b98c2800a7ba, 0x31f618ab1015f68566141497a8852227e33a43b525453921034f6f3d02bdcd56, '', 0, '?'),
(0xab7bd9c8f4cfb22266aa7e419e3f7a5d, 'wp-includes/Requests/src/Iri.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Iri.php', 1, 0x00000000000000000000000000000000, 0xf4156a171065945164e0e8f6ec9a329a, 0xf5cca3d1b38d6aecada22614778146f29da28282206a1e17f21d3585cd4a58c0, '', 0, '?'),
(0xab82fe3db4d6457166d2ccafd2128503, 'wp-content/plugins/amp/src/Component/CaptionedSlide.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Component/CaptionedSlide.php', 1, 0x00000000000000000000000000000000, 0x65fa68a7c3fce33f6a4385a61c8ea6b4, 0xae7b1ab33bfffe5b7af54dfc190cf5bae4be23ba50412dacc320f82f82275a7a, '', 0, '?'),
(0xab853bfb6e141ce59637cfb7bfc5fc32, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 1, 0x00000000000000000000000000000000, 0xd17ed123efb05b686f44c2eed7d3c4fe, 0x03bc1cbe1508c0a7e701e75d975737430e9169e026eef2de1d27f554977d3bf9, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xab86a734ef340e910fb0933d261fde61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1.php', 0, 0xcfe474d6d085647f3c03c047620cdbdc, 0xcfe474d6d085647f3c03c047620cdbdc, 0x91d19c376d96677fb6e25573af71cc14f537304c8850bbd67c433d0c4035cb7f, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', '/home/abt90iranbet/public_html/wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0x59cd286eb38e22901110a7390cdaea47, 0x5365db25ba55881dd02f140ccc5b2e00b1c2c541a059a5cd8a2596f99d733d64, '', 0, '?'),
(0xab897ff81c21093e6f5586e4a68dc65e, 'wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', 1, 0x00000000000000000000000000000000, 0x0e6fcff3112bac0af51cb11e8a017d33, 0x188fab0c3166b8b15cc6d5259b947a972e4c1c1a0901bed03e5fc6cf8f3fb4d7, '', 0, '?'),
(0xab8d9a6cb8412364de7130219464718e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_8.php', 0, 0x2d31124268b54bb4fffd61afbcacbaee, 0x2d31124268b54bb4fffd61afbcacbaee, 0x89a3372c45c4d87097ed4dfd843e3ebf7398ee655df7150dcf12834a9e0abcf1, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x6dbaed06b6257a304985864068fbae8d, 0x86bcfcbc6810ad4a11cd1eb196e3098c638e9b8687337b095427c159ad34f791, '', 0, '?'),
(0xaba3a6daa7398f938b8234057ea7377a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 1, 0x00000000000000000000000000000000, 0x07c9e821efe0a73ad48bfb4c661a75fa, 0x212400d239ee427d04919e74699f39cd4ea2ac4bf6a1c035e7a025af11d54a86, '', 0, '?'),
(0xaba5c0a7e7da52ed2ce23ecc98c04dbe, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php', 0, 0x5c4ceb62568b536432627ba276db571b, 0x5c4ceb62568b536432627ba276db571b, 0x209b9ed36267d2773cf089c3d4c0e8797f5ec3b7791d2c3cb0a47b85f8ca13d5, '', 0, '?'),
(0xaba6614f8411702cf65bb94c4d038361, 'wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 1, 0x00000000000000000000000000000000, 0xef97fed0409311df29afe95e282f8197, 0xa91418d2d4f76d12ff5964a48b8999c0b65a51b5605534dc71b04bf285b78ecc, '', 0, '?'),
(0xabb0603517d37b2f5c798b6ac32da2fb, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php', 1, 0x00000000000000000000000000000000, 0x1ea86869bf1d50355badf3c2e4909e27, 0xcde70c8e5cd0375ceabe495189e731965f42c4cb132894129af37f870d0bac23, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0x605566787939e2073994f96734c11cbd, 0xb8e5ef45e80c46cb6ad597260ab6f445b6a2264ad59f6705576b2e8e8bba542f, '', 0, '?'),
(0xabb56a6c8ec9af52c8cfe4d385ad7a86, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_panel_settings.txt', 0, 0xfb9e5de9e444f0b6da9a2e44510237a5, 0xfb9e5de9e444f0b6da9a2e44510237a5, 0x2528b7f91525bf532b12cf0b142602211674eb64a25fd899547407dd944d755f, '', 0, '?'),
(0xabb6e6f0b0e39bc0a0c11c15f8ddcf30, 'wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php', 1, 0x00000000000000000000000000000000, 0x05b0db31ba235d74268075d30ef738a4, 0xeba0924fd9a3b59b3553fa2a1eb4570ae62e03432ad96c21011c666c25116a82, '', 0, '?'),
(0xabbb5fb151f37cdd5d9ec5e7e6601aa8, 'wp-includes/blocks/table/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme.css', 1, 0x00000000000000000000000000000000, 0x59e6655f88fd1c0ddf6bac2af0e5b838, 0x4127f0d7520272d8c1043b9f6857d4c54fd8940221462553b85ffb730830f220, '', 0, '?'),
(0xabc18d987a7ad7c5138ba55fb4d84584, 'wp-content/plugins/wp-rocket/inc/compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/compat.php', 0, 0x3d78b9e4dc3491f0fb84ed12a59f77b4, 0x3d78b9e4dc3491f0fb84ed12a59f77b4, 0x6b240f9ac3b1d46097fec3d7f6495b5b3daef1399d1a0e68ba0e0eab2fb8db64, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', '/home/abt90iranbet/public_html/wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0xabc44a5a0b414d747745255d1b956dfa, 'wp-includes/interactivity-api/error_log', '/home/abt90iranbet/public_html/wp-includes/interactivity-api/error_log', 0, 0xa69464e267aa897f5d218748ff22e6e2, 0xa69464e267aa897f5d218748ff22e6e2, 0xc823392fe8a928c79fe481346c1c3a22848f7ec11b2b556ad59068d27c14e7b2, '', 0, '?'),
(0xabc5a9addcd9e8774c31368bbfd36c92, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', 1, 0x00000000000000000000000000000000, 0x9ae83e0b7b1ecb3b055c123b0b76a92b, 0x16a66896d6b346b9c71d823fa635878fe029ebf7343eb09eb2065b0c76ff6177, '', 0, '?'),
(0xabd2b04adfe83f0afbf4fad3247a0eca, 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 1, 0x00000000000000000000000000000000, 0x22937f6588540ff343d997618ff77342, 0x64d3b5d5ca428d5b2286439fa4c0b4e40b9ffef0475018401bb9f599572a853d, '', 0, '?'),
(0xabd3d33f8eac467e5a8b01161d8e1e61, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', 1, 0x00000000000000000000000000000000, 0x6ff615168e6cb28755cbb449b2752298, 0x7295657f22c4b90f7e80eef2be64780d4838ad79074cceabf6e5fceb1a9dacf7, '', 0, '?'),
(0xabd8a5c2b46e0db873592370189b9cc6, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-n.png', 0, 0xe0386d3033febc1f6eda309f12a097b8, 0xe0386d3033febc1f6eda309f12a097b8, 0x035dde965d8b59ea904696c81fc343f16f4781256c9ca4f5762bbc464a9d9d83, '', 0, '?'),
(0xabdb3ad64df2cd0a7773e528ebe6905f, 'wp-content/plugins/wp-rocket/assets/img/youtube.png', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/youtube.png', 0, 0xa0f342dce7c95f32652d87731f262336, 0xa0f342dce7c95f32652d87731f262336, 0x5d59fb7b01eed780d1fa2d1201e9f9fc39849da445fefc29df5b42144f3325b7, '', 0, '?'),
(0xabe345022e2ea6864eac2cce11a9ee89, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.mo', 0, 0xb4bb8c198d45ab745056302168b4dd49, 0xb4bb8c198d45ab745056302168b4dd49, 0xac10a31a27d0eba9a3b49988f2587f72c48515fa316f52abf3fad387746bd93c, '', 0, '?'),
(0xabe6ea360ac05a8a1b0c8acb065cc2e2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', 1, 0x00000000000000000000000000000000, 0x99a1dd52ca0194f29387ee9b054997f2, 0x623030df54e7ecafac5045287bcc530d46b8abfee624994cc00963923689ff86, '', 0, '?'),
(0xabe975f4676bb21c44c197458704894b, 'wp-includes/blocks/query-pagination-numbers/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/block.json', 1, 0x00000000000000000000000000000000, 0x3b447d0b575271ff3ef95df2bb7fc224, 0xe678e0db3d1866005fb9f3f08ac18089ea8a941a936d054c1ebe7113f6624a85, '', 0, '?'),
(0xabeab802ec9315632852750fa2a4f172, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x7ae3434f1f15a63dccf0d947e485d6bb, 0x9b93c654b13c7482747c0044e5fae4972a8979bf49eeffb2b0291980ec095266, '', 0, '?'),
(0xabec13595c904d4843b3a1c541cdc55c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_6.php', 0, 0x905d481a381750d3483f087e27327d50, 0x905d481a381750d3483f087e27327d50, 0x9a73cf1a880e4e8aab1d7829f3a51f8dae4a0723c9df074fc2a91aee147d0b8a, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf4a567d14dbf1b246d8a39c4c2b6a964, 0x15c47b3bc5d16ccfb2603011d749911d161a3dd8610853b6c8fa7b02c42f22ab, '', 0, '?'),
(0xabf7e4716ca07d44c9afb562842383db, 'wp-includes/sodium_compat/lib/php84compat.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php84compat.php', 1, 0x00000000000000000000000000000000, 0xcd4b2d03f7fd5aebadfdd49879518236, 0xde0cb6695b55f4f66ba10cde7c9d3035a3398d0bebd94a2c2d9fce218639a6ff, '', 0, '?'),
(0xabf97284d0ee8d702dc5e878a8b98220, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_7.php', 0, 0x5d295d62a022aa9dea7b180cef91d879, 0x5d295d62a022aa9dea7b180cef91d879, 0x7fde22c4b107a793e5a46cfc8202703a758851bd78d772f0d54f4d409df7d309, '', 0, '?'),
(0xabfe48a2b5cb03fa9fd2fec47c1d2fe6, 'wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png', 1, 0x00000000000000000000000000000000, 0xf6a1d37ad66ead39b84510ef33992d73, 0x02faeeec63e16dc967549860fa935e6e0423bb6dc8eac827605dfb858397f6c0, '', 0, '?'),
(0xabff4138b974ee05e3324b297a48f437, 'wp-includes/css/dist/commands/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style.css', 1, 0x00000000000000000000000000000000, 0x1e3e569fe3128916221911a138e638e0, 0x8b43cf3aaaee51d56edcff813aa111f23dd642fc47dced2550030e3b05405769, '', 0, '?'),
(0xabff7defb731a19d9d1657e79f2cecf4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', 1, 0x00000000000000000000000000000000, 0xe61e549ed8b4a2c976c2f481014a6c19, 0xf37d8a5c0ca9d040cb95d26367361b94379efa0181d7358f946ca93d7d533676, '', 0, '?'),
(0xac00b8d2a5b360ada521e01e56794ad2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_6.php', 0, 0xccda070cde969cc406b7a332aa71175b, 0xccda070cde969cc406b7a332aa71175b, 0xdfd55c3bf6153417c521aa6f03b48462b1f5b80518315688447745b4ac0d0c3b, '', 0, '?'),
(0xac0ca29516e06d0dd3c18e7e870cd932, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06fd35a3d68787d6248afe3237865e1d.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06fd35a3d68787d6248afe3237865e1d.json', 0, 0x167ec7a7b788e1b09a9fb2c3b7918c48, 0x167ec7a7b788e1b09a9fb2c3b7918c48, 0x9ed688003910d8068e0b14f6c00b70ec6da00230739afea4b3f4c790fde79095, '', 0, '?'),
(0xac16f52511b1283784da898db8a17672, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xac18226b3f0eda712fb94a26289c3a8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1.php', 0, 0xcdf8c67afe5049bfc31f044270b77fe9, 0xcdf8c67afe5049bfc31f044270b77fe9, 0x8a3ce75b7f4d88ad1323848a7f6f43a6c174b24fd6579606ee921d2837280a20, '', 0, '?'),
(0xac21a65d2cd7909a5643ca4909376223, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_18.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_18.php', 0, 0x50be3a15cd7331faa0f32f100bd6bc49, 0x50be3a15cd7331faa0f32f100bd6bc49, 0x27a3c8ab9db139a921ef962de0d69e3eac3a8621588ccd52883265e1716d1f4b, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x45a7a69ecdaf0b74c1c234066e758bb5, 0xa6beab4f31289407ae9daa398455e433754dd13f254a6f18f1c4c740fc18f666, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/i18n.js', 1, 0x00000000000000000000000000000000, 0x68c9ee074d0da5220421a4663573ca7b, 0x626ee42168af4028f8e75167c21459dfeb20ff92334ca685bd1b227082869605, '', 0, '?'),
(0xac24b451b27350b8acea52337d18072f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0x8ea17311553485c8c3e6ab8b02345b74, 0x11b0cb14e30ef95f8e6a41d94335ed4f796c8c0844552111fffa00920e96a5c0, '', 0, '?'),
(0xac276e0148325e3a12219a2ecfa5deff, 'wp-includes/sodium_compat/src/Core/AEGIS/State128L.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php', 1, 0x00000000000000000000000000000000, 0x3833dda9e7fd385abf99ceda238afe9f, 0x392fb17a35e76c27101377f4ddf8ee2c1496855cf593e58fcfb7d8a0817df35b, '', 0, '?'),
(0xac27c6bf4379c94d30d08d4a87c3b754, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xcf154dd5ef93f9a84df148f521fe5941, 0xa332f9ec6dd16fdfe67b0eab7c856e7989fccb839f340b28e5f8fbcf86ee3daa, '', 0, '?'),
(0xac35ea8d8048fec56cd0f005c356275d, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_background.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_background.png', 1, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf, 0x249dfd44d639d232339e5f0ac1adfa2d79b84546bb24cc6e137bb1fda69450c4, '', 0, '?'),
(0xac4294cd7a7abcf3c6d3c25623537231, 'wp-content/plugins/td-cloud-library/includes/tdb_cpt.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_cpt.php', 0, 0xcc3fa6855a9e3d09335b75290a8a8a71, 0xcc3fa6855a9e3d09335b75290a8a8a71, 0x5c86992b85c23b16df217dc6d26633ff44c0fbc8ce91705eeea039f8ce36c0e5, '', 0, '?'),
(0xac45d8ad61baf17e0c847e701626310b, 'wp-includes/blocks/comment-reply-link/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc3390d197f2a3f97998cc3ba67eff991, 0xdf5545d0b2d61333a2a3fc8c546092320d817d75762e758d8f85782b24272949, '', 0, '?'),
(0xac45e2d8d554d4ef355e62299b1e4a20, 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js', 1, 0x00000000000000000000000000000000, 0x416e4dc056ed26cbc65b491687a7c66b, 0x766649a4bc17d7067849a28e9afcf2f9331b808a269739bfdd6264a5152948ea, '', 0, '?'),
(0xac462510da4e66c421d9b7aba946cef7, 'wp-content/plugins/elementor/assets/css/theme-light.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-light.min.css', 1, 0x00000000000000000000000000000000, 0x8eb15da1fc49c2f89832547c7410e9eb, 0x52b57ebb2b6dcaa2e61bb7c68b6620528b8c9733ced6bcc2a030986a6310668b, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x1e303fbdbd34272bccb6bc4c29240394, 0xcc1359094f52d9b440864dbe8211c9f2dff6c33d91999e781e904de94ba91a2e, '', 0, '?'),
(0xac4ca545dcf3fe39e43d87bb9ef4ebc5, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_4.php', 0, 0xd1c394e96966962dff8d60b0d81982d8, 0xd1c394e96966962dff8d60b0d81982d8, 0xb95b7b2525440c9b34400546a974e56d477e0f0146affdb5ed67bd794c219b90, '', 0, '?'),
(0xac4db24dc13cd1f648f3bc1dbf99551f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', 0, 0x1e39238d77fb3efccac3b2377e3c3f18, 0x1e39238d77fb3efccac3b2377e3c3f18, 0x42eff88b0dbf536ae32fca1b918eac867d7e5b379ebb50b140456622c49fd1ea, '', 0, '?'),
(0xac4faf1f5054701cfa99a17d620d056a, 'wp-content/plugins/elementor/core/upgrade/updater.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/updater.php', 1, 0x00000000000000000000000000000000, 0x9cc7b82ec03262f7530b408efbe728af, 0xeda23c4e56ae18e5bc7320d05b52ce0790214a72c074956cca548d66f29ccb0e, '', 0, '?'),
(0xac51738f27f79a7b845e11cf13ee9358, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', 0, 0xb79b3c4c7989c9f3037e4dcaa1468b29, 0xb79b3c4c7989c9f3037e4dcaa1468b29, 0xbf623ffb59f3d544338ac6091d2ac5b3c607f659caa60ae0bf066fff7ee739ee, '', 0, '?'),
(0xac534704d3f8d8fc7f12ebd1b4560d9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 1, 0x00000000000000000000000000000000, 0x69d734bb571185202d81cad7cc58bd3b, 0xd499505c3c3ffd14e286cd87384b55bc32cd8cd6789e187e6290768fa65d3b69, '', 0, '?'),
(0xac53fec7b4e4f86c3e552aea0d3dd6ff, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md', 1, 0x00000000000000000000000000000000, 0x7bc90286af211acd0d4844b15ad04cdd, 0x74f2e2a50cc273e77ccda14befd61d847e02c5f7c0f8932fbd6901251c958d6a, '', 0, '?'),
(0xac54e9a7638a82a86dfe4e313561e1f1, 'wp-content/updraft/backup_2025-07-14-0349___90_f07d65d58fe9-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-14-0349___90_f07d65d58fe9-db.gz', 0, 0xe1fa00badfb8cb2a0f247ce07201ef98, 0xe1fa00badfb8cb2a0f247ce07201ef98, 0x5777b0ebb162925c7df2ff7654110145ede6a5044ea7daf597a16a6c68b33487, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/IPTrafList.php', 1, 0x00000000000000000000000000000000, 0x1211554906cb0f267f92940f20a79f49, 0x9b0f6112856b2a611c0da38187f4d974d2b7cc20bdd8041cc2be8e5ed44ab34f, '', 0, '?'),
(0xac62f33013dd803e6ae3a40222abfe47, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xac6f794076be2b8d458c42b8b90925b2, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/poster-image-background.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/poster-image-background.webp', 0, 0xe196e4dc2d34fc0b2f806cd1cf502250, 0xe196e4dc2d34fc0b2f806cd1cf502250, 0x6db06f0079f1699e92542df18e153020aaddde6191eec327a98de9fda2a675af, '', 0, '?'),
(0xac75b3827ac8aa37f1b910d66635b19e, 'wp-content/updraft/backup_2025-03-03-0329___90_314fca39af17-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-03-0329___90_314fca39af17-db.gz', 0, 0x51f414eacf97508e4c447de6defceb00, 0x51f414eacf97508e4c447de6defceb00, 0x17703270dc8edaa583bb011790e734c0aad3febb643332833be8ab44fd83399f, '', 0, '?'),
(0xac81e105c0adc6d18f37a80d27ba78ad, 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', 1, 0x00000000000000000000000000000000, 0x056f801628c958564d5e14408627a29d, 0xfe5d324d479574c9155b739ad17e4d7304211128a042c968c9ebfd84e856f434, '', 0, '?'),
(0xac826880b8dcbc21d61ace146f0e7f1b, 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 1, 0x00000000000000000000000000000000, 0xa5a9defbb5dab198a1dab10c4447805d, 0xe28a5a00149bca9c7b1ad53a7ebc91faa843b027c2a3bc771815620448438442, '', 0, '?'),
(0xac88823c20d0188313f7d8df6f737ba0, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/updates.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/updates.php', 0, 0x7c24072aafdb56e540ace1c9707739a2, 0x7c24072aafdb56e540ace1c9707739a2, 0x189dff6ea9a4f5d25b4b6d1ae44eefe765f6d39b5e65801a0905b8a5fc678ec0, '', 0, '?'),
(0xac8ad03448b040d11a8a8945c362da59, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_misc_shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_misc_shortcodes.php', 0, 0x7350c76fb3f7bde547b9052751fc04c1, 0x7350c76fb3f7bde547b9052751fc04c1, 0x9454eb2749741d3598f5bc4b79068283c64fd54abb8da4c767dcb4475a9c9a73, '', 0, '?'),
(0xac8ddc0d012dba6c4850be397ffa7753, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3.php', 0, 0xfd205ae1405a8b77437146bac662dc3b, 0xfd205ae1405a8b77437146bac662dc3b, 0x1792ee55ab18efcce132e53f3d72808c6a95df51c9da2a1bedf00ac415548d36, '', 0, '?'),
(0xac95cbeb94f0c9f40fe111b0a9ca1823, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js', 1, 0x00000000000000000000000000000000, 0xe3ae5dd585322e3d896382f98d6b13b8, 0x587ae037432de79fa9fa326f194cb119f5bcef330fde9d690e4f7777d6d68854, '', 0, '?'),
(0xac9a7c172277db40a14d8d6d7c340ac0, 'wp-content/updraft/plugins-old/akismet/views/logo.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/logo.php', 0, 0x49573ac512d79218817cff369cd39d17, 0x49573ac512d79218817cff369cd39d17, 0x04be7d2c783023b1f94e38054b53e90fc5906c5498c36096923e7e5e95f462f6, '', 0, '?'),
(0xaca422b996d6b3839addb8423d40d353, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 1, 0x00000000000000000000000000000000, 0x51b9a60f01f8a44b9b097c22aaeb3ea7, 0x2434aef9cc8c28bc00fb0e7186dfaabd3d88312fc634b13e015c581440d33733, '', 0, '?'),
(0xaca6a217c840576136c2fdef7586fe35, 'wp-content/languages/plugins/amp-fa_IR-6beeb12ff12bbdc45f37acfaa86a399a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-6beeb12ff12bbdc45f37acfaa86a399a.json', 0, 0xcbc7aa290e6c64003252320593d49ffa, 0xcbc7aa290e6c64003252320593d49ffa, 0x72ad3f4e4aef3696e7b009cada89954450538797d44a75426158b94b3b260696, '', 0, '?'),
(0xaca86f03e594f7fd88563a4eda4efc67, 'wp-includes/Requests/src/Exception/Http/Status428.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status428.php', 1, 0x00000000000000000000000000000000, 0x2f71ebc0807849e59caa95a0a08f8850, 0x3cd20691f5081af834216eeb12f1862a12dd5cf682e055f78cb80cd505f59cb5, '', 0, '?'),
(0xacad2b74c7b7354899f0c3a5fe8073ef, 'wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php', 0, 0x40b276210836d2f8e3f4b985491ad71c, 0x40b276210836d2f8e3f4b985491ad71c, 0x5545e6f977d150be3794412fec5e5c169e704e6e354def4f3af521765381f4c8, '', 0, '?'),
(0xacb32eb9f3dbf3ec81ce5832aa3bf3b1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', 1, 0x00000000000000000000000000000000, 0x303340b9dc4744ea6ae1d8e24da472de, 0x386d14c3ad3146ae5ab8b74998457bee06636607847b830c983f5e9839c54d02, '', 0, '?'),
(0xacbe848ff886a7c275a1eebd6a066054, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0xd2c10ed7f36f79a3b109578454c92f23, 0x2136a9e02e38c07e2b734d51c08aacbb18764b0d3553d6191f3b27665352e362, '', 0, '?'),
(0xacce380778200123bef1378dfb367b3d, 'wp-includes/blocks/post-author/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor.min.css', 1, 0x00000000000000000000000000000000, 0x8769a9d9d5e29ff756b4d61c78e8c5f1, 0x9dafd3bb7741123a5596bded27e493f08f328ca855377ab9a382ae5864fd9bcb, '', 0, '?'),
(0xaccece615a8fcc04bdbc93c8bdd0ac26, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x48ee9aeb771de9c236a881606ec12c58, 0xf606c4dc207876ee94df6d2068baaa1552518ce2daa2946f65658ac516195417, '', 0, '?'),
(0xacd2632015cbd77fd470ed2f0f5e1b3c, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/clone-resolution-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/clone-resolution-js.php', 1, 0x00000000000000000000000000000000, 0x62b294e43d0ca6e98b65cf1497f02132, 0x191ab9b63e40366598d612d94ede69bea78ed501588c6c4698367b57a8459c4f, '', 0, '?'),
(0xacd47ac51cd4f939b06a8cfabf2550d0, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', 0, 0x4a8774ed7dbccaf556fd17eb66915c71, 0x4a8774ed7dbccaf556fd17eb66915c71, 0xf997885de13940e4f8f1021a2bc2799d92ebcc55a901138af7ca56e820fc490b, '', 0, '?'),
(0xacd65fca36bc119358bbeae5c9291f13, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', 0, 0xb92998780806e4115dfae28d872acee2, 0xb92998780806e4115dfae28d872acee2, 0x450feffc65e6d71fd18f8a6816b55010c2a1754cc9143afd11377c27113eb7f3, '', 0, '?'),
(0xace556a00ea8d7ba28a7c11c3d6078d9, 'wp-content/plugins/kk-star-ratings/src/functions/prefix.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/prefix.php', 1, 0x00000000000000000000000000000000, 0x475f8b7452c384d849db23e8e940783a, 0xfa8f80dbe097f7455f521b725182bbaf63a88f2a6b4c6d17a95f902d0317b638, '', 0, '?'),
(0xaceb08c9d424b328092e9a68844f35cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import.php', 0, 0x2d36d998e03f583efd75105aadb1544b, 0x2d36d998e03f583efd75105aadb1544b, 0x0b496a39650a4d22005970de911f982c522db03ae6d1aa1d08f6ea436e122bd3, '', 0, '?'),
(0xacf21093da04cd63e6d09e88aec24d1f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', 1, 0x00000000000000000000000000000000, 0x46593fb01ea283f803ca8a31732f83d7, 0x3cc2e5f86c49a5ebb3212fc307e67bda4b17a1537c9f9269fbb4ca24cf368599, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0xacf6839154201f9157b70dc776b938eb, 'wp-content/plugins/shortcodes-ultimate/includes/images/quote.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/quote.png', 1, 0x00000000000000000000000000000000, 0xefb04766e3becbfc87ef1eec15461f66, 0xa5be4f112e52cc4627be48a17c08e34ec6a5216dea5038658012e712a2d37c48, '', 0, '?'),
(0xad0129f270d1464eb17d27cf0de64fbb, 'wp-content/plugins/wordfence/js/admin.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/admin.1690810710.js', 1, 0x00000000000000000000000000000000, 0x55c5e68a3c430bcfd9de6d7737d90547, 0x02eb75e229e3a25089300feabd592689b7077dfaac21a6b982c11a8acae4215b, '', 0, '?'),
(0xad030433f16fcfdee0cc995bc2ab69b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import_no_content.php', 0, 0xde7be0db2347c81f0a74e7b44583527e, 0xde7be0db2347c81f0a74e7b44583527e, 0x576b999deab91bd5a79549a0850691f56b5e37c4e3f10888fed182d2167653af, '', 0, '?'),
(0xad0a19d006459cb9db93e810df112eb2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_5.php', 0, 0xbb4481e114d1a47ac9e2d68373011667, 0xbb4481e114d1a47ac9e2d68373011667, 0x50bc7d06b911d712b34e0b2183c055d099442cb2a7da288b72cb828fe6fcd617, '', 0, '?'),
(0xad0edf50edcc61d42f531f808d31ba0c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_updates.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_updates.php', 0, 0x95198c1e76954db76de44450bcdec4a7, 0x95198c1e76954db76de44450bcdec4a7, 0x54cd50f7ef930fa65ae0f4c0a15c9f60d568f850f6c79b87f1621ab2af9384fc, '', 0, '?'),
(0xad13ef9851d4b45452928505b0213c97, 'wp-includes/html-api/class-wp-html-text-replacement.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-text-replacement.php', 1, 0x00000000000000000000000000000000, 0xd04d4cb1e86a9c44d15f6dcc8817083a, 0x2dea2d90ec99cdcec7f72cbe841311742095f7a99f09bc7a01f72d5238c5d4c7, '', 0, '?'),
(0xad175e388921157ae1b13248d5f4a084, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x3b97b4528161e41242629212f5aa8482, 0x41507f3a2bd34346a2af1f00fd3db0d766fe5cee51af4a992ad3a2d094687190, '', 0, '?'),
(0xad18a9558455619667a9acef767dd885, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_2.php', 0, 0xb77d4bca6e271b37311023a78ee8474d, 0xb77d4bca6e271b37311023a78ee8474d, 0x3ab0aad0cc6e0c2abf95c422f0019423ca1c7d901621efadba1332837b165adf, '', 0, '?'),
(0xad1bc6912922de4390a9e18c002c4eb1, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx26.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx26.php', 0, 0x9485beac51445a5dc09cf9cd082cafa6, 0x9485beac51445a5dc09cf9cd082cafa6, 0xe4b0e69d521cf3547268e86c1c86153c9fe020482ed9d87f3233c52c469ffe24, '', 0, '?'),
(0xad1cc1b62a78ab75e49cf902b71602f0, 'wp-content/plugins/shortcodes-ultimate/admin/partials/help/sidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help/sidebar.php', 1, 0x00000000000000000000000000000000, 0x47dc28bbfeecca271c11ad243ce1247d, 0x628721da604968ec580b932d981cfbabdd4f4d89126d93144639a71e57128002, '', 0, '?'),
(0xad21d4b0d81baeb85c8279eaba980daf, 'wp-content/plugins/td-cloud-library/assets/js/tdbCustomForms.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbCustomForms.js', 0, 0x71831240c8805753583b88f8d5ff3e99, 0x71831240c8805753583b88f8d5ff3e99, 0x2da8d084cdf81fa60f4aae6c5eef1a3b3dcffd3495bb18130da32b8024bb7545, '', 0, '?'),
(0xad25c2b381e3e75a72d89966d21d6b20, 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-data.php', 1, 0x00000000000000000000000000000000, 0xe66c3f62d44fde5152a8dfe1bce2aef7, 0x5addf0064eb8f9fab694a51918c8cde430f97a9aedc7af9a90cbfac333de2393, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', '/home/abt90iranbet/public_html/wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xb48095406c9058d6cf567bff3a6cb1a0, 0x82c00175f2a762dd5393f3f0268d0860a115f5b05cdc9d1ef343d2b166a13d1f, '', 0, '?'),
(0xad29a2c88361dc6f197188ccb03380e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import_no_content.php', 0, 0xcbac6ab3995afcea7ef92c5fb5c9e816, 0xcbac6ab3995afcea7ef92c5fb5c9e816, 0xdafc86e7c87852d559da64d8eeca7211c9b7f277194f7af66b94a1a5813a2e16, '', 0, '?'),
(0xad324ce2ac5691c5438bffb43adb7233, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xad3a8ee95ffe9ebb0119db7eb3b04c5d, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php', 1, 0x00000000000000000000000000000000, 0x05487cc106391e0b5a60c0c912f30912, 0xabd87fc72b57fa811c58fe48195c5f5a0d1d0cccfb554fe10045b896aa6d7860, '', 0, '?'),
(0xad3aeae2b6e6ec7bebd881dd994adb49, 'wp-content/updraft/log.e1f07be83b4c.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.e1f07be83b4c.txt', 0, 0xe50e6701f50ddacde21bcf404e5732d4, 0xe50e6701f50ddacde21bcf404e5732d4, 0x7598733cbed2a3a5cbcbe56c7d9d053545e4719ddaa7e93b873a5014aa7f28fc, '', 0, '?'),
(0xad3d1ce48b19d915d90936e633a45e60, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4_no_content.php', 0, 0xa5a703eaee25ff4d88468870edc7c1a5, 0xa5a703eaee25ff4d88468870edc7c1a5, 0xde24c7a556d31711ce7e52806ead7e143a5b88fb02de18bdf86e1e319bc3a847, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0xad46471b18d27596b33c62a192365b38, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2.php', 0, 0x9ab092b8b252fd2898fd4b71eb2119dd, 0x9ab092b8b252fd2898fd4b71eb2119dd, 0x99f98f8e3c6952c1e35880f6483c099792bed1d460e9b95c506f171a7e7883ab, '', 0, '?'),
(0xad48945a5d7ae09eb5a599f27639802f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', 1, 0x00000000000000000000000000000000, 0x7d8c0ea248392b761336bb30f2283ccf, 0x4347256d70f67aa76c676450727fa729ee1bcde7508babe3e23c691d4cb60c7a, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', '/home/abt90iranbet/public_html/wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0xb7ae6dddf93d47b986144aa3b670a64e, 0x520f1c0ff3177ae6d0f0315da451f9e398622be8af005c47a79e188f7171d51f, '', 0, '?'),
(0xad4d47041806fb3b7489acfcbddf5639, 'wp-content/plugins/elementor/includes/beta-testers.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/beta-testers.php', 1, 0x00000000000000000000000000000000, 0xaacab8eb1842a5adbc9b2220a7c0f510, 0xc7519f6a7258f2f7ed96e10a6c1222a0844ad78cb411c392b7ae0fee5c6ce339, '', 0, '?'),
(0xad4fe4316b1b9e1d44e63447308372ed, 'wp-content/plugins/elementor/assets/js/app-loader.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-loader.js', 1, 0x00000000000000000000000000000000, 0x030d959e8a34d58a5e75fca9716e5bbc, 0x9e209e650e92df0ec6dab028cdbfceb5e85f186718765f7dcab6cefe647083af, '', 0, '?'),
(0xad51813e7d5ad54d22bf9d09f15debe9, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-quick-edit-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-quick-edit-presenter.php', 0, 0x900aaf167854e38cc110b399dd7cabbc, 0x900aaf167854e38cc110b399dd7cabbc, 0xba0e40657a6f1b8d6957f0ecce4d3aea75a3beeaf180e02b232fe908208de33c, '', 0, '?'),
(0xad56d78a6b3e8d867e56389ab5ec918f, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/js/postmessage.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/postmessage.js', 1, 0x00000000000000000000000000000000, 0x6e4fd7414da7bf6296146f26b57cc92b, 0x57447afbe5e1c8fe2751055bb87dcdccad1d0a80cddc2cdcf1780cb43afdb225, '', 0, '?'),
(0xad5c285db36a86a81bbb2ea395b7b71d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mega_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mega_menu.php', 0, 0x290b9f354e9db8d6ec86075cdb9f66d5, 0x290b9f354e9db8d6ec86075cdb9f66d5, 0x333fb03d466a044e6205c198ef577d4e0998c7afbd8a02c748effc89bbdcf09b, '', 0, '?'),
(0xad62966c09bb2d7672a024e94cb08638, 'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xec8fdeba104ec628f36a83748c001282, 0xe035c433e97cbf52ec02f41e05b6ec4a186fd772a9379bc84134b6b37fdf6ba0, '', 0, '?'),
(0xad62ca252c56e09d893d89047c8df78b, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_r.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_r.png', 1, 0x00000000000000000000000000000000, 0x87eeb205d093b713b68a341771f4ee27, 0x71a04abf9ee6ea2c4468c9967219dda045994f3c13cabb261a51b4be42036e54, '', 0, '?'),
(0xad6857e7c361e3f26d64f4c3f17cbb76, 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php', 1, 0x00000000000000000000000000000000, 0x8bb3880b1694e7e32b6b1751743abb61, 0x7e0ac3edb60061e3f4fb8c45f46a1b7ae4df55df098c32102de5803e1785b4d2, '', 0, '?'),
(0xad6c46e5c5d2ea983962b48e2bd284e1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_9.php', 0, 0xbc65e7e230724b1e9f5ac1e66350b623, 0xbc65e7e230724b1e9f5ac1e66350b623, 0x94e27fb4a7e9cd2acadfa5ae38f31c7eb709b55cda93f66bbbd3934d34772feb, '', 0, '?'),
(0xad6e31a481762d006bf27193661eb6cd, 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css', 1, 0x00000000000000000000000000000000, 0x5be4fa259509d28657b3a49fe762b31c, 0x64af86eed003728ddf561d751c5ba6033320732ab0441ec781f4bbca43a21137, '', 0, '?'),
(0xad7174629f62a3cb6209b50f107ae67c, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/subpages.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/subpages.php', 1, 0x00000000000000000000000000000000, 0x628aaa9ec62ea4fecbf5ab873a3863bf, 0xe1026b1a8e3dbb9e930e151ac6d9c4c33504956e07f4bace9e27d8510268a145, '', 0, '?'),
(0xad74ce16e7e8cd5f017ecfcb16404b92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1.php', 0, 0xbc8680fbe85b4d4c0477edc60496cb6c, 0xbc8680fbe85b4d4c0477edc60496cb6c, 0xfa514289365353c3c6876a76f7c14ddf5c0c5c7274dc41e55ed987a057cf05c6, '', 0, '?'),
(0xad75e7c1f4185a515c27bf8d19aba5c9, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0xad81c7e66ef42fc7dff3c0edc40e4410, 'wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', 1, 0x00000000000000000000000000000000, 0x39e282a6420bd42aabb7272e7524a33d, 0xc195e92ad2911109557d60e14504f6b52a9a538bf78a82bafe85b5d7b89ece8e, '', 0, '?'),
(0xad83c71894c9fc58f9b631bdd62e4d0c, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/upload-backups-modal.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/upload-backups-modal.php', 0, 0xe58a677044e487f3669425eeae410ef6, 0xe58a677044e487f3669425eeae410ef6, 0x948a1b05752e45f4bddf92de41986252c34b4947b6c0f8867af6d94443d3a05f, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-serialization-default-parser.min.js', 1, 0x00000000000000000000000000000000, 0x579f8c886a767f750bf4b3b92e1b34ae, 0xb3d432f2b09f25fcce7ad70e75106f3accf9eb0a2701415c655455fe356c0eec, '', 0, '?'),
(0xad880a9b47df1c9010e36f9fcb5a958a, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js', 0, 0x08ef8a06dc03d334369dc10fe5e5609b, 0x08ef8a06dc03d334369dc10fe5e5609b, 0xb0425277b9dcb4110bdb97adff03e3161cdafc2ae8f53e36868de17be426a9dc, '', 0, '?'),
(0xad8fb76ae7ca10ea5b9d684956713366, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', 1, 0x00000000000000000000000000000000, 0x28c03dc487a2e65f74fc2578182b8926, 0x272420d75cc89141b178a3a1fd62bd6ed521b75fef75d82d6be3fe7a85f26b16, '', 0, '?'),
(0xad950e04ed833fe3273a505ccefef009, 'wp-includes/blocks/site-tagline/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xae57b9c401bbbbb041be3be48ab9d1de, 0xcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bed, '', 0, '?'),
(0xad96bbdbfac8e404f636eacc3efd34d7, 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 1, 0x00000000000000000000000000000000, 0x6173ae8d72d689ed2365893a309365ba, 0x84fa55c2367cf3a99d3ea882acd71850b2c7cdffcb5cc1b4e1a7733203d25123, '', 0, '?'),
(0xad98381ada310ac8893d0aa8ff7b0891, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 1, 0x00000000000000000000000000000000, 0x239ab43fda26d7047ce01a1874ab1cd1, 0x1cd5e021ef8da15bf8af44bcd2898cad16dc9ea559ba5d4fe423112ae6a36056, '', 0, '?'),
(0xad9a067de14629b7487b6230c79fc987, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php', 0, 0x27d7885297b77428759a77f04174557c, 0x27d7885297b77428759a77f04174557c, 0xf0497709190d3b2cb0072a5b557bfbcfc7080108b24b144e964eab753527670d, '', 0, '?'),
(0xad9a31ce6eecd2cb28982a4066a4d3c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_panel_settings.txt', 0, 0x451bd0e7d728fd7a32ae1048c25aaa83, 0x451bd0e7d728fd7a32ae1048c25aaa83, 0xb5c65793cd36043dce7bf9880dc631981b072ca19b6a33da8b7ef9e6f969f212, '', 0, '?'),
(0xad9d0883d996087c3b1f82fedb050285, 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', 1, 0x00000000000000000000000000000000, 0xf9be50a2cefd3fbdc4b4c03d22d53da7, 0xf56a5f79b79997bb54865beb5edccad6a479ae5576a1fea41396250a14dc7eaf, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xd4252f4e714f52e5670c05fbc02b5ced, 0x467d1a0a0fe5f5ea76866ef2b21c60a5e75a8121b65487ae57198cb099cf7306, '', 0, '?'),
(0xada4c28afa1af16791ff8ec644e14cf5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 1, 0x00000000000000000000000000000000, 0xf918d405a2b6f6eb51f1f2769d076d89, 0x75fd8f8055aed0fabeaa7d6df0425e0109fad116394811ac4db140710133debb, '', 0, '?'),
(0xadad5a683baa16774518b8036c571b54, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php', 0, 0xf3cf2fb4e65a6ccfd36d224cd1b7673f, 0xf3cf2fb4e65a6ccfd36d224cd1b7673f, 0x8e011fdc0419e0a4cd9519723c36b10f33acfa20199c9c01fce574bae486c3b3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xadb3c4515a0c574eddc2851dd9c1fb3a, 'wp-content/updraft/backup_2025-05-22-0329___90_4c829194cc1d-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-22-0329___90_4c829194cc1d-db.gz', 0, 0xb1a1bf13fc1a93699c698d2a52ad2580, 0xb1a1bf13fc1a93699c698d2a52ad2580, 0x27ff2683981350a5c0d861ca0bd930a344c585210b0057eb4dbe1d8b306f0743, '', 0, '?'),
(0xadb73691509197044f16ee805241891f, 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css', 1, 0x00000000000000000000000000000000, 0xe9a6885cc5293eb865629abef84fee06, 0x7ab9bf15cf801645b34cf9f03ae4f96682788e0553d9ba2dc5557a987cdf0069, '', 0, '?'),
(0xadb7f44eedb4651dec6c90a8bd7e1858, 'wp-content/plugins/amp/assets/css/amp-validation-single-error-url-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-single-error-url-rtl.css', 1, 0x00000000000000000000000000000000, 0x7c9fac9cd0bf49b8554d9fbc69c27246, 0xb237d73d8eb95427407463e86127f90ab2c415534ee9620d92959620e0563498, '', 0, '?'),
(0xadc4e68f482fa425a22c072f9ee036bc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 1, 0x00000000000000000000000000000000, 0xe6da8aaf1649bc5f960dca7457fb3089, 0xf2334c4306c58a9f261f5100d1323781f92cde83cceab408bb9faf1a53d45d9d, '', 0, '?'),
(0xadc5679d86d1de5b83742d330b5853b3, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-left.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-left.png', 0, 0x9c1a6f058b1ec6b2eaaf4cad5809e6e8, 0x9c1a6f058b1ec6b2eaaf4cad5809e6e8, 0x61f5db6bf3a8c6c59672178fa729fa0b054f7c2e38bf3f54c0fd4991012314bf, '', 0, '?'),
(0xadc7f40dc2db9c54694553f2e3ad1212, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', 1, 0x00000000000000000000000000000000, 0x23941566176f8817b701e53c53dc497d, 0xaeb1618388ad1b5b59f55d912a6e3aa8fba241e95a8f509e85291c90f8366460, '', 0, '?'),
(0xadc9c85f8ef44e629eff3ed6bea30587, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/remote-request-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/remote-request-exception.php', 0, 0xa01a8327df5f8191772448bc3f0ae4c8, 0xa01a8327df5f8191772448bc3f0ae4c8, 0x324ee2f8ba28251ba9d6b39c6728e17785c38a916e68dd67d2a8a0061aac3f59, '', 0, '?'),
(0xadca6265ef650785b9ca6ecef0d974cd, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 1, 0x00000000000000000000000000000000, 0xac74dcc6d9b650cd005f8068470061b7, 0xe97f4117e4798b55a25a48ed5cf1db894d7cd522deb351aec759f982db7de03a, '', 0, '?'),
(0xadcf0e22b948c4a40c9e454ae8309e3f, 'wp-content/updraft/backup_2025-09-02-0344___90_675b4ff4b005-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-02-0344___90_675b4ff4b005-db.gz', 0, 0x96888b026fe393b320fa92e224bc0b73, 0x96888b026fe393b320fa92e224bc0b73, 0x75b334b5b378d66caa7403d310243b5e342c07ea53ddaae4411b2fe8011bebc2, '', 0, '?'),
(0xadcf88eb371740acfa93b8f239155759, 'wp-content/cache/min/1/wp-content/themes/Newspaper/style.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/themes/Newspaper/style.css', 0, 0x62a72b8900781fb30fb874c74f98ca0d, 0x62a72b8900781fb30fb874c74f98ca0d, 0xd1844f555ca7eabbbc938031f8597c75e4758ab4e2d6f7eae3d826c52b4c90d2, '', 0, '?'),
(0xadd1d15764fa3b430d07bec4dc4f1cae, 'wp-content/plugins/akismet/views/notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/notice.php', 1, 0x00000000000000000000000000000000, 0xbcafbab14f3c7af1c77722f81d277078, 0xf1e45d2d4bb8db243c5b9f3bc43ae58d4c01bb8143068bf46eaa118f8c7523a2, '', 0, '?'),
(0xadd265a2f704a35b8f4dbbe5d9b82719, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', 1, 0x00000000000000000000000000000000, 0xa6a3ee3d0953ac0d5834087c34156430, 0x15ddf0c44162e19549f53b85fcddc34321eeb02d5afd4ae5b7cf8c7d15134145, '', 0, '?'),
(0xadd6e2d3a0f3dd51aab19f56d5aa0ff4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 1, 0x00000000000000000000000000000000, 0x8bc54f20bbdf7159edf75973efbd6999, 0x156379dbab9ce938f997204f065f90f8d74f133e59d4f5b688afc2a7737b0725, '', 0, '?'),
(0xaddc4adf34edcc613b181b41daf3b070, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_7.php', 0, 0x304ccaf26c3f2315e8797002d63c3565, 0x304ccaf26c3f2315e8797002d63c3565, 0xf077732ee3b2d3cb9885fe10001acd00835111fb236a713cfdd6e2309ad8d7a4, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, 0x00000000000000000000000000000000, 0x71e8d8c25664d08c5840719bc899cdc4, 0x5304fefcd0d8aa41e4e9e0d3a4cb4035b0fac7f27c887efa3f4b424b390e5519, '', 0, '?'),
(0xaddce1f40b1fd916ed7fed6d970a5ddc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', 1, 0x00000000000000000000000000000000, 0x6a3b0c42af9d851fe3cc554e504bc194, 0xdff12698f6ce2d6b96f5c0385682a1456622f84a89324acfd9f3b83d7e9c6734, '', 0, '?'),
(0xade16000661fbbff3cceebc99d4b6d63, 'wp-content/plugins/updraftplus/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0x049687a4b605f3b6aa28b3f007e95008, 0xa2e3e24b0d5bfcf0b7f4d091d00f5f01aeeb7c848da48b12186d203af1b89e98, '', 0, '?'),
(0xade1d4249eb887502525daa161346846, 'wp-content/updraft/backup_2025-08-28-0326___90_84203237ec49-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-28-0326___90_84203237ec49-db.gz', 0, 0x4e3132384df345662af725a26129e8b8, 0x4e3132384df345662af725a26129e8b8, 0x30ed074c5f803c60afd38e5f9bdc7bd6079f9d4b94b30389fde427af2d889288, '', 0, '?'),
(0xade1dbde3b030afb37bada9334743e4a, 'wp-includes/blocks/post-date/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style.css', 1, 0x00000000000000000000000000000000, 0xc23dede3f1c16181ba5685821d95ecac, 0x9cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de9, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', '/home/abt90iranbet/public_html/wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0xade48f8256dca4bd63fd519b9527f933, 'wp-includes/blocks/comment-reply-link/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/block.json', 1, 0x00000000000000000000000000000000, 0xb67ecc2d12b503c6f09eedae81b0b86f, 0x1971a0519fc0334e20cf1d4b79b0dc0bd6a6c2aa0be7c8f6c3e550ab7ecc6107, '', 0, '?'),
(0xade538637430f6c22a3cce08628110b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_import.php', 0, 0x7bfc9117527f174d40b79eaf01e7cae3, 0x7bfc9117527f174d40b79eaf01e7cae3, 0x97633d9d7fe8d322bfed48137b18e393b48814c9c3ec6e4fd96b29984db6916d, '', 0, '?'),
(0xadebdbd42e57d6745f44b4bdd1f23387, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 1, 0x00000000000000000000000000000000, 0xfaefe683524e5a56ec02359438f334bf, 0x568b06e30b9e904783ede90163abb81cd18aad1da4f828771aa80016fc395ee9, '', 0, '?'),
(0xaded8a3bcb424c2f17c37d7c3f580719, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', 0, 0xb265dd606f3ee9f4c0bab1ae484c5255, 0xb265dd606f3ee9f4c0bab1ae484c5255, 0xc8f97ed697411413f47ad6f349f92d82cd045df83ac8bea7da455f6836683eda, '', 0, '?'),
(0xadf4d556f57394287466d5089fd21d0e, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', 1, 0x00000000000000000000000000000000, 0xbf96076d4a4bfd8792dfadeec4057bf7, 0xd2351c4e77c266d7017e8c925ae4f0e46f80d38898533351b280be4f04379d25, '', 0, '?'),
(0xadf9507997af73f611dde53f56c4a667, 'wp-content/plugins/elementor/modules/nested-elements/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-elements/module.php', 1, 0x00000000000000000000000000000000, 0x2deb31e13e1ec524f60a753b2a52d46b, 0x33abf3310955940a8892f9224915c7b86e39b4eb8bab45060354ad1b20f058bb, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x004ad92e485b7c06e197453316246494, 0x881ac07a25ec1daac3ea3be7e51caffa976f81a96ed0de6d26b1d5caf7b5afc2, '', 0, '?'),
(0xadfdcf44e32d6a3c3f44b4c2e190575f, 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php', 0, 0x589bac90b704460ecc38c1a373b7411d, 0x589bac90b704460ecc38c1a373b7411d, 0x832405fe011a36e5ce3e3e8d0b76cc8841387146abe43a47138b0bce47ac8993, '', 0, '?'),
(0xadff10ff2452609a5e539d2ab4ecdab5, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-upgrade.php', 0, 0x2c609f8889d0e68951b309ae1be46a96, 0x2c609f8889d0e68951b309ae1be46a96, 0xd763c1c16b36b644907fa40fb5217ce606c09ca1e3e1229cb65061cc62fd11e6, '', 0, '?'),
(0xae0048175ae77379286ba9e923741af1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', 1, 0x00000000000000000000000000000000, 0x20eba6c48ed8160fba67e6802dbd5855, 0xa92e6d8b30bbc7ed0c7112152c9306f34829f256933ba6b676f4ec72d2f3e2eb, '', 0, '?'),
(0xae01411f74b26cd98b81c8e2e08d5238, 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xaf1a8291c43ee715bb7b56e1085561a7, 0xcb3c2db1419f7bb73ada3663241e39e6882d84382661468b2dd66b47659b2cab, '', 0, '?'),
(0xae02342974186b916c23863cefdd55e1, 'wp-includes/block-patterns/query-grid-posts.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x2f30ca4bb10017467fa1d44f4b89ba4d, 0xde515e44e68b9c89e5fb6474e935a6a6ae5447a0f0290ccb8a68f860f065c820, '', 0, '?'),
(0xae03dc2ae0c27b077850bccd893528bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_css_generator_demo.php', 0, 0x673391c9c2e89a58ace9911130c67971, 0x673391c9c2e89a58ace9911130c67971, 0x056cb1c8a79a3c45c680fc3024fabb0709580795d21867aa392105655bdb94e0, '', 0, '?'),
(0xae04e9488200829b45b7b3c83684401c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', 1, 0x00000000000000000000000000000000, 0xdcd1f7284d2b436d6b9e3e42abd96803, 0x81c937201eadc209c416b57820316892133124c9f45d2ecfe62d5fd515e21a36, '', 0, '?'),
(0xae078db77aa29caa51281a96d9f5d14c, 'wp-content/plugins/amp/includes/amp-post-template-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/amp-post-template-functions.php', 1, 0x00000000000000000000000000000000, 0xf0d1ddb5184bc275c9fbdd64a28447fe, 0x97531d38ea86eac92d6b1bf6118006ef841b914efa5735bb5fb7a0fc6163b84e, '', 0, '?'),
(0xae07e310899a8e8d1a5e49df344766b9, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_BR.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_BR.json', 0, 0xee0f1896af713df5e3fbc3b75d36551c, 0xee0f1896af713df5e3fbc3b75d36551c, 0xc9ab40bbb684292bc08df7702d44a905f24a80bbaa340a5a0cc306876a276e70, '', 0, '?'),
(0xae088d9839ad51a8960b04d76c54a671, 'wp-content/updraft/plugins-old/akismet/class.akismet-rest-api.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-rest-api.php', 0, 0xb2f3a2c510d961fd6b42c4ceead9e4d9, 0xb2f3a2c510d961fd6b42c4ceead9e4d9, 0xd2f03e9fcff6e98efb485b6af4cbeb0f0571b383927da46e857467898918ef8c, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', '/home/abt90iranbet/public_html/wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0x3197d16545900c8fdf7ca4703b4f729e, 0xfd51027f845fd8e6af4f627635d3649985ab529c166581fa80e5997431e64d92, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', '/home/abt90iranbet/public_html/wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0xce7bcc25b52de245ea3b9f978cce7c11, 0xe4b07529d0139c124ae4f84186393290aef124a7824ed338fdd4c7f7bcc22746, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0x21f12572f8c1274e18502d58cfbcd341, 0xcb01600a5cc72de26a891f2d64c6d1045a7b25ee70e1a86af5880ba2b841faf3, '', 0, '?'),
(0xae17a9c1f6373fed84cc2f71966d2eb3, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', 1, 0x00000000000000000000000000000000, 0x62cabc0fe63acc14fb8bf2e551b6f673, 0xb24d2313d62580121096fb79dfb4babd0cca656e08593dd5836106cbd7e7124d, '', 0, '?'),
(0xae192a09ac1c52a6aba0bb498ed055c2, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 0, 0x3f0a4950f10186d594a868b8738d3e1b, 0x3f0a4950f10186d594a868b8738d3e1b, 0xe912bad60bf982570b197eeda0ec1c8ef403da4050e78ff3587f96ba1a3a3a91, '', 0, '?'),
(0xae1c6d02c28f4610542d8bb4cd0d1461, 'wp-content/plugins/wordpress-seo-premium/src/actions/link-suggestions-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/link-suggestions-action.php', 0, 0xe4a5c146cf182f4315d92d6b56606154, 0xe4a5c146cf182f4315d92d6b56606154, 0xe1cdf1eb200d64da6d852674e42e23df7e3f41d0f311018f311dd4b1c2c771db, '', 0, '?'),
(0xae1e3c8c7e966c456c95617840ae9116, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_7.php', 0, 0x1899acc983f8a2607564d88e7748c4ad, 0x1899acc983f8a2607564d88e7748c4ad, 0xa41e1884aee175984ac17e7d76a0052c34e546c030d307404e62f975d8c79bc5, '', 0, '?'),
(0xae299195b9c3ba03751cc56d58f81fd2, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields.php', 0, 0x1eed384634ce64384665a11827d96748, 0x1eed384634ce64384665a11827d96748, 0x3fba4eb61adac4b243d73534218cc39e7bf9e3db5fdd1703300decbf09a6ca45, '', 0, '?'),
(0xae29a54ffe55b018efa8d89fe930cb13, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/upgrader_process_complete.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/upgrader_process_complete.php', 1, 0x00000000000000000000000000000000, 0x9306045bb1a0032efa8fa3ee48787dad, 0x55877cddce816638291898ad3984db4ad7f6db9affe0c94883ecd331dd9fb9e8, '', 0, '?'),
(0xae2c1959a2f8df08e77573032a6c80c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_7.php', 0, 0x6e60fb528f901588c168c82f00dedd7b, 0x6e60fb528f901588c168c82f00dedd7b, 0xa7e987bf7b12bcdad379f7884a15e18f5067e9a7b8ba5f3e9a8e2106c40a8cbc, '', 0, '?'),
(0xae2d4f710e371b1a94cc63393d46f798, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_6.php', 0, 0x5900850a9c78d0d61ba75b07263d3504, 0x5900850a9c78d0d61ba75b07263d3504, 0x3a35170a7350368ddca8381a445c61a5242c986de1c474d0f4d8107e2652cecf, '', 0, '?'),
(0xae31bc9a01a657fe7e9fb002945c091e, 'wp-content/updraft/backup_2025-09-12-0347___90_d14b857983c2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-12-0347___90_d14b857983c2-db.gz', 0, 0x78add021af78c75bc154247e03643485, 0x78add021af78c75bc154247e03643485, 0xd9f0da6491bd80a334ac46f4c06972fb6f5b346a27508028dacefc77f4db9bd0, '', 0, '?'),
(0xae3340c16453791443f47572e3d177e5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_9.php', 0, 0x9cb75144be0b9f2c33d66a079fd97796, 0x9cb75144be0b9f2c33d66a079fd97796, 0x9402e2e65e410ec5d291b2f7e39d3216a46593e07dc4c585fa19487f06938808, '', 0, '?'),
(0xae3559c0765d05ab8d86b2302e7f06b9, 'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/addon-not-yet-present.php', 1, 0x00000000000000000000000000000000, 0x6b10b5c9b5c5396e173677d2fa01bc5b, 0xea19b6d755f020eeb6495dd3f5399bfb2a66a818dd16e9cb1de95a399f6dc0fb, '', 0, '?'),
(0xae3bccda6d60ef9c9ec0958ec8fad55c, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.mo', 0, 0x337d68be189f83b5988a24486895accd, 0x337d68be189f83b5988a24486895accd, 0xf2a9f6fff7726fa5c8d819c050063bc45a2758a15e5a0deabf096e944b085c7e, '', 0, '?'),
(0xae3df69126d780e71535e686d824e8a0, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php', 0, 0x51063ff18cd64f763f9beaadc76b6eba, 0x51063ff18cd64f763f9beaadc76b6eba, 0xd73a95ae6a9c363d36cd293a17ae95ed6d9e4581fa36349e52dbcb3963372b9a, '', 0, '?'),
(0xae3f724326a325f1e996e703e1c2a3f8, 'wp-content/plugins/elementor/core/experiments/experiments-reporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/experiments-reporter.php', 1, 0x00000000000000000000000000000000, 0x36529e4a740c9336de27e8f836601fc7, 0x198409f13372ae0d4c4833fa866af0164ce1efca873283a277b5e5ace05218b6, '', 0, '?'),
(0xae4866b2b1cf7a2d4f1f98150576230d, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php', 0, 0xa43e77822584fb86577978b94d6de104, 0xa43e77822584fb86577978b94d6de104, 0xf6d4e35a37ac7a4633907fbf944b2222c74b078451d6a6c016a402dcfb2e96cc, '', 0, '?'),
(0xae4978e5b95f57f1cb5e171738fad748, 'wp-content/plugins/wordpress-seo/js/dist/elementor.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 1, 0x00000000000000000000000000000000, 0x0aeca28a717bf279c27d46e826f41bde, 0x8a0d4ee24391b6c3e79646b87021d00b6ade1ba5ec4f780916fc829b4dc3f892, '', 0, '?'),
(0xae4991c069f0e8bbbc9be214ed981a61, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 1, 0x00000000000000000000000000000000, 0x5fab9b6d4196420d914d872546f951e4, 0x0715a77ab29121982e3eebdc318c59488c0f99a3dd68f996f4b58064b240971a, '', 0, '?'),
(0xae4a700ac234c24b0aced668ec31efc9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xb8646ed687a1db2218b8f00a012f5984, 0xf2988256ffd6e5d835e94715db63f7673f313b79fa7d0e288ceb644cb8abb5f9, '', 0, '?'),
(0xae4e522ce44ae0962ae6cca647246983, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 1, 0x00000000000000000000000000000000, 0xe4626bde8b6d2cdd1029c80c0bae2170, 0xb803891432d81ea185b2e4e84bd16fc95b18bc6b7cd2ed5a5611c3547cc763f6, '', 0, '?'),
(0xae4f9b1ff1edfd1ee2b1a415791ef6f9, 'wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp', 1, 0x00000000000000000000000000000000, 0xeda70b7c8a4d13f22c47c527a43625c2, 0x7d2b46acff0503ad50a262e573b4f2163c816ba64fa0caec9fa8796624d2bab3, '', 0, '?'),
(0xae502e9b8c539e1b00a7ee87117d4b68, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 0, 0xfadda279693196ee2b060c08c690e85e, 0xfadda279693196ee2b060c08c690e85e, 0xec250ae9841c7c5f122c8ba84a4a69582f31d0e1190995a8f032aa6f08af40eb, '', 0, '?'),
(0xae5310a3ae33d2552773a3ecf99bdb34, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/plan.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/plan.svg', 1, 0x00000000000000000000000000000000, 0xddab57d03440353223fd31024ac8bad4, 0xa1d8fa60d8b8a10bf5e52459ea9319e7216d17841a16a149b20b9758cc8cbee1, '', 0, '?'),
(0xae5617d6e73e9bc1fd4c31d29563a230, 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 1, 0x00000000000000000000000000000000, 0x683c53fcc55d69c187f59eef7898150c, 0x4de0b0ceff9c381818aa2591f907d6fb1e41a1aca983cc1b288e445ab91124db, '', 0, '?'),
(0xae568dedc6ee111d615136fe1daff471, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_panel_settings.txt', 0, 0x428d081fce30ca428dafeb7f39b8d852, 0x428d081fce30ca428dafeb7f39b8d852, 0xc6de0068e56c568c15d1476f67095cad7eb2313a02b63ce428f408ad3f390c2c, '', 0, '?'),
(0xae62b5f1f8d0d68f6e98954fa9f15f3a, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/button.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/button.svg', 1, 0x00000000000000000000000000000000, 0x345d5bc3e8101e84c07c4d8262dc3dca, 0x6501a39ea5ce5c742a36f5cd3b2affc0c54d2cb5c77d2e418ec5362ead0ee323, '', 0, '?'),
(0xae651f65e2bb60027d2d4adb32ea4987, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_10.php', 0, 0x60ca4f82d29972c6e6e464a6953c4e2b, 0x60ca4f82d29972c6e6e464a6953c4e2b, 0xffe24ca1807666fce455a3942d55823d272c2ddc9bf9f1722564f26573b5c52a, '', 0, '?'),
(0xae6566f62635823a47dac4ceaf4c2843, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/activate-license-button.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/activate-license-button.php', 1, 0x00000000000000000000000000000000, 0x6b659d5545c3843958fde1fc1b0c2f55, 0x2065081dad13f38442800461379dc82ad70df8fc60f3ff40f4e68db423476ede, '', 0, '?'),
(0xae65efc460cc9ad0a04864d44dc06c5e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php', 0, 0x3a09f95a50a513c55a9a88163f283fe6, 0x3a09f95a50a513c55a9a88163f283fe6, 0x2485bbb5b0e3a1ec793e24740be9dd32cd2f224cb5504cc0f5a24615145344d1, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x0fe0c6a4e0a9deeb7493a047c440aa55, 0x1d4f0b7cdc14ddd4f598478dbd4a90dcfc501b7b4362169bb73cfd16e132136a, '', 0, '?'),
(0xae7398eb298c0e4eb6097a4025ad0a4c, 'wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php', 0, 0xf7d9c5684309b19de2e5f625fef9e514, 0xf7d9c5684309b19de2e5f625fef9e514, 0xe3d95065b9d49730a1bba4473277e8e2c439e68edef94a88762f2031c0cb20d2, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0x3153444df4027b4b43aa8428be9f31de, 0x4d0a08fe07a34b366540a28eff7a4de464b4f3d7bd5a25641209a758d281abac, '', 0, '?'),
(0xae7c27e22deaf927ebd66e273e05a5b7, 'wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp', 1, 0x00000000000000000000000000000000, 0x259500ec8c58940c856861f6912d5fef, 0x9a53155afa6cf74a97643edffbe3da491e4fa2317103e9263dc3cdcf901b24d8, '', 0, '?'),
(0xae7c80af9a1b9190f572b3700c278c41, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', 0, 0x0a4c391d81d5c99333fac927da0dde2e, 0x0a4c391d81d5c99333fac927da0dde2e, 0x490923a913d5a5621d4a4da76b911ff6d5699074ab413fe0d8286365984d0457, '', 0, '?'),
(0xae7ed541c6d724b47cf3eb8d32d37122, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 0, 0xef97fed0409311df29afe95e282f8197, 0xef97fed0409311df29afe95e282f8197, 0xa91418d2d4f76d12ff5964a48b8999c0b65a51b5605534dc71b04bf285b78ecc, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0xae8006ae228d561d76b8cef1ff3f084b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 0, 0x4e0c67da62cd3cbe82b167f1855bff8e, 0x4e0c67da62cd3cbe82b167f1855bff8e, 0x91bd1ace2327c793e5f866d10ad4098619693da3881299bf948ab8f71517bac0, '', 0, '?'),
(0xae82b1155b9e11a79a72da954351a8e7, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/composer.json', 0, 0xe0370fe3042c99789410f2619e2a0281, 0xe0370fe3042c99789410f2619e2a0281, 0x404ad8429ba5c3ed42c1d84523c6b62d669e81b9d0495f192b8ae9a64bb96392, '', 0, '?'),
(0xae8402a4009d4a4d027a1313ac1f5ddc, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/media.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/media.php', 0, 0x3bae958d7136a28077284cfe8fd9d64d, 0x3bae958d7136a28077284cfe8fd9d64d, 0xd7fd4b636e687c6f8b6452caae36ca95062de5459016c752940c1fcb2f0d2c64, '', 0, '?'),
(0xae84da0c5474174785a0324c2343ebd4, 'wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php', 1, 0x00000000000000000000000000000000, 0x4b4a30e498b933560fe054edc61f4940, 0xb1543cb47d3f4db320eb3629601e52fa6b6c5dbe0f3783ac5b7a6102ea82bc62, '', 0, '?'),
(0xae8bad98142353ff56e41006baf5d5ba, 'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php', 1, 0x00000000000000000000000000000000, 0xa668cd38def8f825635772fcc4bf24ed, 0xf0a624987a9d18355bdef3435db260d4e645a04e5d8255cbae728b6f877f6deb, '', 0, '?'),
(0xae90825209bf28bc2c092129ce165a0c, 'wp-content/plugins/wordfence/waf/pomo/mo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0x0844899c3618fbe67e2e92c5e753ec5b, 0x0bb0c6045c27f75f46eea075e643294352222843b94fdb59577fcf219ec80529, '', 0, '?'),
(0xae93a9ec9736358a72abe1a0252422d9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1_no_content.php', 0, 0xb2f5c4cf2a07c7ee285879e9d1877a32, 0xb2f5c4cf2a07c7ee285879e9d1877a32, 0x8b50a934b15399122d00c0b9a68191e2021759439352d32d0d486eb641b847ed, '', 0, '?'),
(0xae93db64c0398109f7961ffee9985fbe, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/README.md', 0, 0x0073e95256311bd375ebe2ed5fbc95e8, 0x0073e95256311bd375ebe2ed5fbc95e8, 0x8a07f5e39a2e9dbc2ebf7676a7c1b9ef868a3a3304ab384fe2410694690829c8, '', 0, '?'),
(0xae9dd0ce365513f81675b9e090229709, 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-onboarding-wizard-rtl.css', 1, 0x00000000000000000000000000000000, 0x9b1db6ddbac6333ebad87a25f831a91e, 0xed93394ea56ac6c5630e220211fce39d3c0990c54b6ae3be76ca7f7ac7efd825, '', 0, '?'),
(0xae9ed3d1cbc1baac6fcc9004bcc2eec7, 'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php', 0, 0xb97987149b9ba5743dcdfdd086873050, 0xb97987149b9ba5743dcdfdd086873050, 0xa26ff0071dc61582e3dbaf211d5485cba6a66416fcccee5d3109d86af01830e9, '', 0, '?'),
(0xae9fc147cd2c10462d0ad21d6f142efa, 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', 1, 0x00000000000000000000000000000000, 0xdee69e73586f550af94b159d2cbc4256, 0xd8f7ff857921fd21f7531663cdabd11a406c50e394685e74aa2c8fd3506201f8, '', 0, '?'),
(0xaea02724cd8eb70849a426a80a53287d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php', 0, 0x5066aefbbeb0279b329abf6083692b11, 0x5066aefbbeb0279b329abf6083692b11, 0xbd7f153cde2639ab50ca30d3613d653ecc2513c3c9ce2edb539057de9955e633, '', 0, '?'),
(0xaea2611bd833d03f6f1e14f4bbf7d6d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3.php', 0, 0xcd89b255c4c1f06fe83f6cb3919a5b85, 0xcd89b255c4c1f06fe83f6cb3919a5b85, 0xe1d6a3438265c095d56bd0d32b3dd3808c7a5b7efafa3653c8d531f050fe3f2f, '', 0, '?'),
(0xaea4602a3baf455b780187a71975b8ec, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php', 0, 0xc5e5cecb2efac7f6aa965a3052832cc1, 0xc5e5cecb2efac7f6aa965a3052832cc1, 0x704710d4b0bcfb195fe7cdcdb555cb1806c7aa42c623e02e34a66ec04042a4f4, '', 0, '?'),
(0xaea645bb974a802c87780b7e9b37bf65, 'wp-content/plugins/amp/assets/js/wp-html-entities.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.asset.php', 1, 0x00000000000000000000000000000000, 0x9401f04d991e0336eba98ffafb6d34bc, 0x76b99ed79960cd65376543005dfc52f808f8024d59f2b65877d05333126c50d0, '', 0, '?'),
(0xaeac538bb1a2e85c7f1fdb2ff3369986, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.js', 0, 0x12e87d2f3a4c8b347ab13a0764d420a3, 0x12e87d2f3a4c8b347ab13a0764d420a3, 0x20674564a701bead326fa9296b90650e910cb5d1111d3b537e75413e28656d29, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/wordcount.min.js', 1, 0x00000000000000000000000000000000, 0x8b3f67754591dd3af07f3b3ce24885e9, 0x2ea5f2b5eaaede23f0d2157e0679fc1038469e15b7fb02a69c9094e7d686c08c, '', 0, '?'),
(0xaeb54c3c78ffaaafe05e91832ac5e715, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 0, 0xf92469d44de7724961a887bb26a6f923, 0xf92469d44de7724961a887bb26a6f923, 0xe6201512499d5f83f181da819d590538f63b91c78bcc79e2b8ccf715063febdd, '', 0, '?'),
(0xaeb80eaf7b5a1480c824cb27f38951a9, 'wp-content/plugins/wordfence/lib/wfScanMonitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanMonitor.php', 1, 0x00000000000000000000000000000000, 0x8069d8cd2a8b93f96d55d274ef7ed986, 0xcca137aab19f83ef9e06a97110729f8c220b85490eebad6a6b366c1d83c21db1, '', 0, '?'),
(0xaebade5f33479b181a5c85d9d9e17391, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_6.php', 0, 0x27eacf350b6b56ac5afcf6d0765fab14, 0x27eacf350b6b56ac5afcf6d0765fab14, 0xe08e148084b7c5ce5ea86c20655c71c04872cfa426e4ff687bd05c4a91b4df66, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xae86ad06d8129ddde28127e17b3dcdba, 0x8696ef5216a1b9b393f7c75f6690577b2a3395c5eab1c5dd9409b122cb2f8f13, '', 0, '?'),
(0xaebdb15069656aefdabdc3f236378090, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_6.php', 0, 0x5312a5fe0b4795dc0a8803a73b7ad466, 0x5312a5fe0b4795dc0a8803a73b7ad466, 0x966ee9dff7203653c24d14db9f4a1329afe02c89e67518ec8474ea342d3c1878, '', 0, '?'),
(0xaec1dfc7e2e9403793f0e81059844fdd, 'wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x62676056793e4bc5ea3a6c5db1ef9925, 0xebc6cd729170e8ed2f2ca9c9d4045c41e2e1198f8540584795e49bbeceecbdf1, '', 0, '?'),
(0xaec438df64f1a1b19dec26e0959a96a9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_module_image.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_module_image.png', 0, 0xe8a59e806e25b177acad16a629e3d1e4, 0xe8a59e806e25b177acad16a629e3d1e4, 0x4e7a8afb8f266b4a70f2dbc24a910603855d4fdd72a7b304d0b6f4512cab02a6, '', 0, '?'),
(0xaecf332b85a4bc8402bda40d6c883265, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-url-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-url-formatter.php', 0, 0xbc8bfd1f010a7afd3ba312d9ef0055ae, 0xbc8bfd1f010a7afd3ba312d9ef0055ae, 0x11e8c75827b82a695f70dadc151146897ad49ca4abcd85bd0e33cedbd5296d8f, '', 0, '?'),
(0xaed223af47a19e06de686778a6aaf054, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php', 1, 0x00000000000000000000000000000000, 0x0b759a8139911bf70f833f449a568315, 0x1f0c228ed4bf97acc9598b81e30db9d7997de91157250988064f6a11a1e75109, '', 0, '?'),
(0xaed34038795812d2e9c2298ed8fe38a1, 'wp-content/plugins/td-composer/includes/templates/open-iconic.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/open-iconic.php', 0, 0x39a0b3c251f95d77d141b4ca7b870d85, 0x39a0b3c251f95d77d141b4ca7b870d85, 0xb05d8cff71ea021d2c106ed83734fc3cec1e02382c06f6764c626850aa61583b, '', 0, '?'),
(0xaed556d7beb482d83e4907f599c62fb4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', 1, 0x00000000000000000000000000000000, 0x9c8f2b442700316b7aa494e02232a888, 0x7fbc0cb7b49ea33b5aa41ebbb17545740d332effe0333479f466d0ee575ce131, '', 0, '?'),
(0xaedb68c553c4bf51e37f830bee529ccb, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 1, 0x00000000000000000000000000000000, 0x2ce1f9246f6d6f636701f15d4e28ccf1, 0x9f0a03cd7d1ebc665886c49c623c0c458e6f952e115b3c76361485315ff25e1e, '', 0, '?'),
(0xaedce0d117ac764a95e00e12d564d0ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1.php', 0, 0x9136af0ab8c036648cd0783383bd43f9, 0x9136af0ab8c036648cd0783383bd43f9, 0xc596d7f4ed3fdd44cf1d3fb6b9cc959e4fd409e8438810fe03035d09215ccb5a, '', 0, '?'),
(0xaedce14c05302f5725c1ca229851c4a5, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php', 0, 0x87058577aa5ee00c3421be79220157b1, 0x87058577aa5ee00c3421be79220157b1, 0x9a2f7511b296bbe16b5ce8561d9bc46e36d139599b7eb93863aab8a648790244, '', 0, '?'),
(0xaedfcac23da6111d8edabc4500fe5fb3, 'wp-content/themes/Newspaper/images/icons/newspaper.eot', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.eot', 0, 0x4135069aa754a882f5a8b2e3fe23b0b8, 0x4135069aa754a882f5a8b2e3fe23b0b8, 0xad9eb19a3682a29af76f0de654354cafb24a056408cf5ebfec9783b6dfae7589, '', 0, '?'),
(0xaee5f5f54f934ba9f0e248adc68b77bd, 'wp-content/plugins/kk-star-ratings/src/core/filters/unique.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/unique.php', 1, 0x00000000000000000000000000000000, 0x4454a1c51f51214f9c7a510d363cceac, 0x759f03d516e91d29d0ccf3168468da89c05ab7837c8dddee21cac3f63c9b9284, '', 0, '?'),
(0xaee6d9eea716465072e76850e6f57987, 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1.php', 0, 0xd940517d9317827ccf05833953323fcd, 0xd940517d9317827ccf05833953323fcd, 0x1c7aaaed6d6d6ff938b56e1b1bfd9217dce9101cf1b5aef126bdbeeb0ed12469, '', 0, '?'),
(0xaee770ca9298fcbfb5c7df653a77bd6f, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdTrendingNow.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdTrendingNow.js', 0, 0xdb4739452ffc58898ef9d34566b42d43, 0xdb4739452ffc58898ef9d34566b42d43, 0x9821dbd9e8624b4c2a72e162cd165dfb81617395c9cbde72e389b95f7d2dd383, '', 0, '?'),
(0xaeea215186afecba7e04b06dc6c3a16a, 'wp-content/plugins/updraftplus/includes/class-database-utility.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-database-utility.php', 1, 0x00000000000000000000000000000000, 0x9709554d684e0ee16164ecc8a86213c5, 0x69fae945c8c5b643ae831aae3d9a1414a0f85abebe1729b351b00386011496db, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0x555c4875ea12314516b4099a94985fa8, 0xf724540b0b44266196f4dc427dedff1a048ad23ad7a9e2554352580b5ac7f7f3, '', 0, '?'),
(0xaef214250766f92a5aa978494fc24165, 'wp-content/plugins/wp-rocket/languages/rocket-pt_PT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_PT.mo', 0, 0x71ea1a6740b3b53f00fe59befbebc662, 0x71ea1a6740b3b53f00fe59befbebc662, 0x0e59725d106d30a62c3fbf4d8ac80ac5c082492a65d18f3336a334ee7e26a616, '', 0, '?'),
(0xaef311c04abc5572601a7d3ec49d3efb, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-redirection-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-redirection-loader.php', 0, 0x500d8755463c2bf30852f9a794c99ed4, 0x500d8755463c2bf30852f9a794c99ed4, 0x599d21697de8779c6c3307b699ef1733f4e3e0964f4bd4accf7bea7d2aaf9926, '', 0, '?'),
(0xaef6ba405077d379e8c5d933824b0573, 'wp-includes/blocks/site-tagline/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x22e301917fc2e4dc72f73338c51fdf9f, 0x0eaacfc5b2fe75ce91a775c6de2dfea4d0207893a96d926f43dd00a3b12f23ed, '', 0, '?'),
(0xaef747e74f06efdc0d6e92d7a25fdb15, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import.php', 0, 0xf1f52a36319d313522218cab3f0bf5f7, 0xf1f52a36319d313522218cab3f0bf5f7, 0xd1e30d0083b0d8ef623fa0259ffe0eb828fa1218d5b99bce9b5997fa72f26b82, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0xc7619cc8c34a1f807d919e21c557ccca, 0x0c5977bde031e603f4762ea3473365f164e5861cb8c384b8ad79604c52095d15, '', 0, '?'),
(0xaefcd9c356039888db53b3ef8de53a99, 'wp-content/updraft/plugins-old/updraftplus/images/notices/summer_sale_24.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/summer_sale_24.png', 0, 0x1e9ffce7d728ebf8608044a94a5281e7, 0x1e9ffce7d728ebf8608044a94a5281e7, 0x25a77b9e9c291881b8268c6af7451ef94f0a172f1d9f398e684ea39a5ecdbfc2, '', 0, '?'),
(0xaefdacca9c5c22b1e2e87a402a3ed41a, 'wp-includes/blocks/site-tagline.php', '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline.php', 1, 0x00000000000000000000000000000000, 0x94d6c1fcc0422dc56fbb6c59b4c27fe0, 0x95de0edc70b19d944b31fc3220de6d9188cb40d182d8f7fe27501914b8ab8bbd, '', 0, '?'),
(0xaf013551c31214f920d567c6f03ea564, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ParserException.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ParserException.php', 0, 0x226c5f610cc6131b4ecebf5bb3268773, 0x226c5f610cc6131b4ecebf5bb3268773, 0x7ac10ee0c430962dbcde74e3c9b32e76eb64d28683e0b4761eadef89aa0b3ce4, '', 0, '?'),
(0xaf0410798f74e10c21f46d5e4b576191, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-podcast.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-podcast.php', 0, 0xa0fd88d6b0ae1b75ec7fe2dadd43e4e1, 0xa0fd88d6b0ae1b75ec7fe2dadd43e4e1, 0x11091cb91862424ff2c608491a6a7175f84d26a12661fe8bcf3b371609d7224b, '', 0, '?'),
(0xaf0a695fbf612a84898d3ebd1b646e50, 'wp-includes/blocks/post-excerpt/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3d75cf608aad36d5d5f552e84227e495, 0xef0bc3ed5805e339ef73a233f87cac138ff213b879ebffdc06ec612c5b936131, '', 0, '?'),
(0xaf0d54a9b8b158cbee20fcb3e107155b, 'wp-includes/php-compat/readonly.php', '/home/abt90iranbet/public_html/wp-includes/php-compat/readonly.php', 1, 0x00000000000000000000000000000000, 0xf9d8e59cc70fa273e1936761081b2cea, 0x162485df530a80ad80432b83622cfcfd62968ae7a7541372c4518653ad393e89, '', 0, '?'),
(0xaf103a6ef4a680acfa717ae694dc9de5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', 1, 0x00000000000000000000000000000000, 0xe50f290fce96baf4516dc8662e755a40, 0x21afb49a6c446e2e0e11ee97cca1ddcb54690f4717e2ba3c33a5aa3d1fe2d293, '', 0, '?'),
(0xaf153e123cea04807ca9987445d0bb6f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 0, 0xf282b7f04556cb1249a2a8c2257746d5, 0xf282b7f04556cb1249a2a8c2257746d5, 0x425458d254defe681d39367f830b0abf72ce6d1c1fd92a3e364a4d7f5f4c72b7, '', 0, '?'),
(0xaf287e3e33ab9f1cd37e9ff63cd7f8b1, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/validation.php', 0, 0xddc7fc9ba4e4841f3f66cc0da0679bbd, 0xddc7fc9ba4e4841f3f66cc0da0679bbd, 0x35a8aa555ce28a71509ca750ced1d022f82083ae65d837aa11ab5ffd20928398, '', 0, '?'),
(0xaf29c956ed8d33a6abf3c1dcbedc2b13, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 0, 0x7aae6bc6e0b3d4f5edfa5ff475c36732, 0x7aae6bc6e0b3d4f5edfa5ff475c36732, 0x752eb954e6a2099307479493d4f85c21dd5314af10d9a4a8d3c4bd648ebdb1d7, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', '/home/abt90iranbet/public_html/wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x6633b9a5bf882653b2a937463736e7c1, 0xf888dd2cfc0e249879be6e2952b6804867a5ae84687bd124d7089955078fd008, '', 0, '?'),
(0xaf2d5e8f7636c176510df77bd2d131b4, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php', 0, 0x08dd14b9587210bde13e53c1a1b44391, 0x08dd14b9587210bde13e53c1a1b44391, 0xc15b9c1897153e6a1b06479dcd68ccedcc2ffcc2f436138b8a206cac4d666e4f, '', 0, '?'),
(0xaf30b44f3edc17514f1f669651789c94, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/ads.php', 0, 0xcb31536b71905564afefe816c5951ed2, 0xcb31536b71905564afefe816c5951ed2, 0xb610bbd2df2db94e776a0dbf7f3f7ac9b51b2d09cfd7b3eea7fd999d13eba99e, '', 0, '?'),
(0xaf338578149355956384b86fdfd349d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3.php', 0, 0xd1c2da4cda06ba1c1c01b29fc42f514c, 0xd1c2da4cda06ba1c1c01b29fc42f514c, 0xdbb9958c2c09c47dbb3c08574eb70c0cd30e96d77bfd052f809c5ed4fb8c7d5e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xaf3472f07024a8f9aded44cb4430495d, 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js', 1, 0x00000000000000000000000000000000, 0x91261c93d3125795d65375aefc3d42c3, 0x0ad3a6f9fbbf01cae125f7167dc591698fa2f83ebb2895cd44cbeb2fa00234b4, '', 0, '?'),
(0xaf3ae9e2dbe107305129b44feb083d2b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php', 0, 0x6e10a57c8fda0556df989b9285fdb0cc, 0x6e10a57c8fda0556df989b9285fdb0cc, 0x678219cfc08e9a69c7454088565e14e613d18ad9ff8b1e577c1d6be4fb81ba3d, '', 0, '?'),
(0xaf3d9fdb6e83cbd497306ee213395228, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', 1, 0x00000000000000000000000000000000, 0x2c3b81f9fe3e9cb019fc8dc543f74e71, 0x347bb91a2a3979162acc24128d9ac27987c22cfbd54fe213bb5a3514e7034a64, '', 0, '?'),
(0xaf3e703e7d9d6f091b9315a74c2b191a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3.php', 0, 0x93c7ba0e67624f1eaaf425e970a129a2, 0x93c7ba0e67624f1eaaf425e970a129a2, 0x263c3ecd4ebe9b6805dee3a23ff738b1c624ea906442ac6107cc87561e4db194, '', 0, '?'),
(0xaf406feb57ad0ef1731fdf8cc821a03f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/composer.json', 0, 0x56796db55403f780192a2c9a62209db6, 0x56796db55403f780192a2c9a62209db6, 0xb24de04c10ab03999a3a3d10b97e3b2432750e1122a0ad5adeae8b76af2a84d3, '', 0, '?'),
(0xaf44f9dd167d55b9dcf0832392cf3af4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 1, 0x00000000000000000000000000000000, 0x67545e9438974d628a48e6285097090d, 0xfc3c59370cbe08ffe997258bfb3ee5fe9f4489c890771fdfd69eaa9d315c3892, '', 0, '?'),
(0xaf4720ac89e944c798f92f30394eb228, 'wp-content/plugins/luckywp-table-of-contents/core/front/BaseFront.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/front/BaseFront.php', 1, 0x00000000000000000000000000000000, 0xf779f34ebb39c32be577fe525c8e350b, 0x043bb15261758d81166c410122cf4edc56ff4314d471f788e986bea79c3ad6a0, '', 0, '?'),
(0xaf4910b0590976fc314249e3a5ea27c9, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x050a3919864e4ec7726bec4094e3895f, 0x5b749f86e34a6e401311f1ff1a21604d0469f802d621889ccd25ba6f4499402c, '', 0, '?'),
(0xaf4d6b826e5d1996297688c3bfd8e9f7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php', 1, 0x00000000000000000000000000000000, 0x8f81b56b20e2e7a93119848a56d9d8f3, 0xf017960084b60403245c65025609845ddcf9bccceaceadfbb26cb1a9abeea229, '', 0, '?'),
(0xaf4e79f64155f4c7641a140d144f948c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', 1, 0x00000000000000000000000000000000, 0x5ece08e1a0807dde5b80d18205154d0f, 0x90ec4639d1540ef1a623d76c98a91638c00b93912db6eb93e5503750e494b528, '', 0, '?'),
(0xaf534fb0484b80142e2224b2f6b0b9f0, 'wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js', 0, 0xcb21efc08cd0acd5f89c7b87f9414cc6, 0xcb21efc08cd0acd5f89c7b87f9414cc6, 0xf76271e366020630336f59186dd0b908f644b5dbf75d27a1e087bb0d4ad92da4, '', 0, '?'),
(0xaf55a0048cc45f53e5ff7005f0b62a50, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xaf5bedc76b359a662f08a775ecd130c6, 'wp-includes/blocks/post-author-name/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style.css', 1, 0x00000000000000000000000000000000, 0xb10451b8e7d78a54eb62f6cafb6cb547, 0x379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff025, '', 0, '?'),
(0xaf60e6f09cc3e4a7e5dc0538f628f46a, 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0xe79d5f0ae5de9ea410230f17bb7bc2b6, 0x3a74cbb7e63780c86513b1c8f0d2933ae38551e23326b0728be901347edff5b3, '', 0, '?'),
(0xaf6440e5aa0abbf9f2f360143fd1246c, 'wp-content/plugins/elementor/app/modules/import-export/processes/import.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php', 1, 0x00000000000000000000000000000000, 0x1f8b115865aa78f71c423617fd4df222, 0x2ce70b3f953d5a34ecbdfede9f65417ea1f95719278fcc1ade58df03be716051, '', 0, '?'),
(0xaf66e1e135dfc615cef0a6a60e1be7e0, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', 1, 0x00000000000000000000000000000000, 0x5398f7fc709bbc21b8818e7369bd0530, 0x203abe84b2c4f9d6158d8cdb4e32c3ededed208520b7b0a966362c6f9b518509, '', 0, '?'),
(0xaf6a97fbac9bc0c8778c75edfe4c9d20, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0x23f52fcc08b1683cc01b9e55d5f514a4, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', '/home/abt90iranbet/public_html/wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0x16e4ca8a5f9919e55c83681ad5d6cd45, 0xf0354786465b50e9e272b154cb27784f161c518cfae231a8414ec64864b7775c, '', 0, '?'),
(0xaf7ce76f19a9410a99b23d39cb045c2e, 'wp-content/updraft/themes-old/twentytwentyfive/templates/page.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/page.html', 0, 0xf9912d724c9b98cb37870d67facc0142, 0xf9912d724c9b98cb37870d67facc0142, 0x065c15e6189d1cb6b87af3c43d015593b81f0c413117b0cff014da7feee47770, '', 0, '?'),
(0xaf7d0ca760159de5bebeef83b343adee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_embed.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_embed.php', 0, 0xac40819cabd6da7f3d308f8a1f6800f8, 0xac40819cabd6da7f3d308f8a1f6800f8, 0xa40d2da44d33a418927f791f56a1877f19dd0b19502d9d975425c56d69351d09, '', 0, '?'),
(0xaf7e9364c826f15507c967a40af26383, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import.php', 0, 0x7e71c9d60489ced48f048818cedfbf96, 0x7e71c9d60489ced48f048818cedfbf96, 0x59151fc672436f083fd634290bf11c0088447aee21afe4eb76b8e4074ce13e21, '', 0, '?'),
(0xaf7f9fe2d787c38c2161f8221bd8cb26, 'wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php', 1, 0x00000000000000000000000000000000, 0xc9a0d7cb61fd9c53af2a25307b5bbff3, 0x58b7df0ced375a39da718ac67a08fc38747ec74977e679a8e1856ea17363fdfe, '', 0, '?'),
(0xaf7fd5ac3b78c38de2d14599c7694ceb, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/prepros.cfg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/prepros.cfg', 0, 0xbf23206c8fda3ee71e82692da2b98ec9, 0xbf23206c8fda3ee71e82692da2b98ec9, 0xbb0222be0febb8913231466a20a28d5611c9267d7b474ad2324f856d8ef0e168, '', 0, '?'),
(0xaf8074412ddefdbb4922e10780262b9c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', 0, 0xe00968491530f839a12a77e287cbf851, 0xe00968491530f839a12a77e287cbf851, 0xa703cdc2ed899d498c58a5615b54a92dedbec64a8d3c36299189fdcb275161cc, '', 0, '?'),
(0xaf81b56b9ba2e6d3f9cf66851c9ef102, 'wp-content/plugins/tinymce-advanced/tinymce-advanced.php', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php', 1, 0x00000000000000000000000000000000, 0xd786d88c93d6740f3fffcdedd4f9315f, 0x74c43d16818b264686459009e126db603c69210a0887b05ba099b8c1c1ce16f0, '', 0, '?'),
(0xaf884944a0e11a50697465155e7e27f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_flickr.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_flickr.php', 0, 0xdd6582608a751758d7d74ec3d7854310, 0xdd6582608a751758d7d74ec3d7854310, 0xd57e00eea36473bc28d60e7d33cefaeb9a61a0082da630654c002037d285f26d, '', 0, '?'),
(0xaf8cc549360191ba8e2bf2bf0ee88f25, 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php', 1, 0x00000000000000000000000000000000, 0x172e774937835adc5795667d623e686e, 0x9a21e6dcc765f4422f6b1743392d0c59f9be8462ad9851f75248ef90f9f3f9e3, '', 0, '?'),
(0xaf8ccb5f31dd01e8a3f638e9e08bcd35, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', 1, 0x00000000000000000000000000000000, 0x2cb41f0837da665327ae470f9f274396, 0xb5242943c93a18caa49cffa00db720f58d90ee1246859d34404e3d08c402a8f1, '', 0, '?'),
(0xaf98d23f20212634cdf030b8ed503129, 'wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo', 1, 0x00000000000000000000000000000000, 0x6bb76b614c70f6ddbb914c6f85e146e4, 0x3470c85474248e1d16e87b523bf919b6da56375204083f5da7dddd4003e07c4f, '', 0, '?'),
(0xaf9979aa727168642e6d4b8928407e45, 'wp-content/plugins/elementor/includes/template-library/sources/local.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php', 1, 0x00000000000000000000000000000000, 0x435b51c73a42363101284096fba9cd9a, 0x5cc1b46ba64ddc5037651658bb8c27ad7379348d41b5a85ab7d99d8b2dcdc799, '', 0, '?'),
(0xaf9afce8fd81138af736c05c3f263f2c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block24.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block24.png', 0, 0xaee164ae7ef37dad775f6830f0083082, 0xaee164ae7ef37dad775f6830f0083082, 0x2b91e8e4776282167d337e7d2925770329495f8aab9878f5027f989e97a1e5e6, '', 0, '?'),
(0xaf9b499f3888fe60b2335a1c10c9f3b5, 'wp-content/updraft/backup_2025-05-05-0354___90_b1031014810c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-05-0354___90_b1031014810c-db.gz', 0, 0x66747879e7df21d572be16d763d43834, 0x66747879e7df21d572be16d763d43834, 0x0de27ea0c78cdff3d216f310b7e85f64edb77e23a5f79d98a10f465e8748c9d8, '', 0, '?'),
(0xaf9bad4ce393d335c0d5409fc52549c4, 'wp-includes/SimplePie/src/Decode/HTML/Entities.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x89996ad18b70267980c511b7d6e9ec55, 0x9710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820, '', 0, '?'),
(0xaf9eede400ecaf83d0cf76f9ddd7af15, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1_no_content.php', 0, 0x27eacf350b6b56ac5afcf6d0765fab14, 0x27eacf350b6b56ac5afcf6d0765fab14, 0xe08e148084b7c5ce5ea86c20655c71c04872cfa426e4ff687bd05c4a91b4df66, '', 0, '?'),
(0xafa3a166eb108d0a6f92baf36f599122, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_2.php', 0, 0x4f89198e085a61c7d5ffe1f17f050f5e, 0x4f89198e085a61c7d5ffe1f17f050f5e, 0x35a874dbccbfa2fde94f601c841e8366d6d9b184e8fc7c833f2a2543444a1be8, '', 0, '?'),
(0xafa43c1acab13f83e1d30cc28fd60ded, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_9.php', 0, 0xc15cd8fe1c3d5c438d4b8b0a804b0ca1, 0xc15cd8fe1c3d5c438d4b8b0a804b0ca1, 0x70539d4aef3fce182c0d1bd9e8f0e6f48c0b71a3a20d7be3d78c84d02a0b0286, '', 0, '?'),
(0xafa4dffee03cbdf358cf445d037f94b2, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', 0, 0x9ad70cc5b185e570181b339b06e7560c, 0x9ad70cc5b185e570181b339b06e7560c, 0xc690c42ddf4b3a74ed6a40d17d70589e019ffd066b90d688203614aafb2a5c26, '', 0, '?'),
(0xafaae0c90afbe32d0d500d5ef9df087d, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.po', 0, 0xa6c1b42c5b7e5d1cbf44b5f8a5ffe2fc, 0xa6c1b42c5b7e5d1cbf44b5f8a5ffe2fc, 0x4df41466bd02c63facb64e2d10616aa9d374a493629e888f5e1bcd11c9ef03be, '', 0, '?'),
(0xafae98f479861fa31b02bdcc90e56f21, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', 1, 0x00000000000000000000000000000000, 0xed7e7f07bdee78de04179dce4a055a86, 0x9c95459121c91d84fabdd37266878f8bbe1dfa85725e43e1d6d06f8529457013, '', 0, '?'),
(0xafb15bdb6e6a60186fd722cce3135bb6, 'wp-content/plugins/td-composer/includes/templates/font-newspaper.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/font-newspaper.php', 0, 0xeaebdb5467ded4ee2ac5344b0f6b891a, 0xeaebdb5467ded4ee2ac5344b0f6b891a, 0x45a7eb21d2ee93ca80ebd30c14a427b7930893c2c58750d6f49893c50db677db, '', 0, '?'),
(0xafb2478f279107c8b606a0e053d6c15b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 0, 0x9c199d621974ad2c70c437629d54fdb4, 0x9c199d621974ad2c70c437629d54fdb4, 0x3b34129a9c92e8e04749f737def09743c8ee0f0c2dc00b1696527de3f80c3239, '', 0, '?'),
(0xafb8333e41e1cb5eff1c451db2ae77e2, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/welcome.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/welcome.less', 0, 0x1cd045b1e04c6309e1ec5241f2c9a78e, 0x1cd045b1e04c6309e1ec5241f2c9a78e, 0x8baf3af760e91d18063fed94379257920c15bcbb5cde68f4c83900eaaf6d441e, '', 0, '?'),
(0xafb9ee3d636569877fd98d2ba402f90b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0xdb2cca3db1e5e77ccd0c703cc87e2a69, 0xeb31099fdb8d43d4a75cf1c918c5a98273da98df9f0c54b67b47e33e20e57596, '', 0, '?'),
(0xafbcbff9e7a2d490f69ae6665711224e, 'wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', 1, 0x00000000000000000000000000000000, 0x31783b991ddf0e1e0fa213ee3a79c856, 0x73be2f858f31b19e4bfbf42db0e6cb91e78a599e037899928b1679f165dfbd90, '', 0, '?'),
(0xafbd53a3142158f2eca920ed91e936ef, 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 1, 0x00000000000000000000000000000000, 0xc6a4410381d69188dcefd94207737a43, 0xd418708efc52a0e77d0f54e1b082c95b7c55c7b6afd4adfe26012aa00e248f41, '', 0, '?'),
(0xafc20d1124f16a8ef4c92e00ea6abe50, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-edit.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-edit.png', 0, 0x145520f02a63337ae582c058a2ee65e8, 0x145520f02a63337ae582c058a2ee65e8, 0x970b1c05519f3539b34fbd39b95033b3d479ef33f6bab922c548e3a52db4b0e7, '', 0, '?'),
(0xafc3f5afe524c846ad2ccd1c525feab8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_8.php', 0, 0x780a038e61f7be66379a875964b4f9d7, 0x780a038e61f7be66379a875964b4f9d7, 0x6f5a065dd4f83c65617293cb1961bfc84c560fcb747912687da0de83f0e81a27, '', 0, '?'),
(0xafc449e4fbeb6b7c4cf1e54b2ebb0eb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', 1, 0x00000000000000000000000000000000, 0xf45a9761fa782a262ac4be3336596ed1, 0x2de8a19555dd362d1b15ad9bc6a1e6391381de27547f41e09e4aea463a3ea940, '', 0, '?'),
(0xafc8d99575b04e19a9408d77869eb636, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php', 1, 0x00000000000000000000000000000000, 0x3383f7cfc97c7172d8e28310050b15e0, 0x4052998c16c40a425cddfc73553fb37a31383df2d0ead526e9acb504e97ff19b, '', 0, '?'),
(0xafc90f0e5aacad778397602b9081e657, 'wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x11ce04d7e9ff798881f16d73e5d3a7dd, 0x55b76789f0079e617f5fd65d1cef52d1fad39a8eb7d5c952b81ee4018ea28e11, '', 0, '?'),
(0xafcb609800d032bba5aff27ab095eddc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', 1, 0x00000000000000000000000000000000, 0x03db174a365c00fb9b15699fc3666d38, 0xd719022528ee64ff927bdd7adc13eda92295a2fccb445e5d7db2577a7dfefcb1, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xafcf8e0b7a6b6b73f4f49bc26b2d0046, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 1, 0x00000000000000000000000000000000, 0x45503bd8a3525fd15f336cfdc453621a, 0x3b6f10795c60dc0a5428ebdee1e0416ed78b1100707d679b54c908dabe91e713, '', 0, '?'),
(0xafd180f3bb81f1cd890c2b6a60b7d35f, 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 1, 0x00000000000000000000000000000000, 0xf93da6c5948985e1613c4b7a1f9e3d77, 0xcbe2be1f5276d8089f87ce2af6fc96d2c6330e37a446f08642e124f75dcbb05d, '', 0, '?'),
(0xafd416089a84f2b5d562f2ecfddf3b2c, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json', 1, 0x00000000000000000000000000000000, 0xda2d9cfadd9c7d1516d2834158f03639, 0x4671e2c68182e42b6011e6aae70b1d1fbadcb447b29b6bf78c88082c4c8626d7, '', 0, '?'),
(0xafd925a2b028a2543170cfb97bb8bb78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_1.php', 0, 0x5c0d680baec75746af694f23b19a970e, 0x5c0d680baec75746af694f23b19a970e, 0xb1cbf1534f127a90e6eae9c6131d517aab50adfae0d53e33d1b7f74220ebd1bc, '', 0, '?'),
(0xafd9771b2dde11b47e67305780a5ab24, 'wp-content/plugins/wordfence/js/wfdropdown.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfdropdown.1690810710.js', 1, 0x00000000000000000000000000000000, 0x814acfc25f591a99541c057646751afe, 0x96d741d2dfebc4ba1c4b6261ba059234f7ee2de3741710a62457e8cb54725064, '', 0, '?'),
(0xafd9f39116ce9bfec25c4cc4709c92d7, 'wp-includes/blocks/comment-content/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6e4693ee96e9ce19e2f1bc4d6a1afffe, 0xa00c66f021851d761bba7dad3e999b8d434e0f4d0049f214a437222238164954, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', '/home/abt90iranbet/public_html/wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0xba2145d6e80da52b0d04fa8fde16f79d, 0xb4a7a589263065831ef9cda501e15f4f60049e03c1459a2a081eb2ad97fe8939, '', 0, '?'),
(0xafe499c5e24e36076dae19aede0c6baf, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php', 1, 0x00000000000000000000000000000000, 0x52f03ea1d39c483e9fdee8c7a1bc386f, 0xc49fc114d65b4c39b159d29496b82663a7962b33d1ecf3244e6d4d66437b0e1f, '', 0, '?'),
(0xafe68eb8b01dff2e22eeba0bbe3c19da, 'wp-content/themes/twentytwentyfour/patterns/posts-list.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-list.php', 1, 0x00000000000000000000000000000000, 0xaecd9d67d0f71bf67d70fa548f185ea1, 0xdba1bddf2801724e880e028f3cc5e2d561773b93c6beedd4000509422fbe6bf5, '', 0, '?'),
(0xafe9def1f130061886d7f65bc2d95c36, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 1, 0x00000000000000000000000000000000, 0xda95ab85f2b680cc4d5db371e36ea311, 0x250ff0272523a025b5427a82dc10504d29d465f3606d74f56ca5f229f7c047e5, '', 0, '?'),
(0xafebc8b20b4fd4080f4ac7157c722825, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_11.php', 0, 0x87700077d3beafc692fe3a53875f32bd, 0x87700077d3beafc692fe3a53875f32bd, 0x677d802b78443bb9d7041450ecc87d96ad9bfd7e9ce62a6563fca4f78d6d4447, '', 0, '?'),
(0xafedc0b951b86fb32d7b613448c4a8c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_3.php', 0, 0x9e1fa1abdc08470a2c2b761b30694025, 0x9e1fa1abdc08470a2c2b761b30694025, 0x6a79a2b0de5712e6216ca07514277224d36b865407e6e01e46bf4052ea40b2a1, '', 0, '?'),
(0xafee991329764e37867082a5852e532b, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 1, 0x00000000000000000000000000000000, 0x410a1927c9c94b3344eeec093b179565, 0x301456f06f6aec7e45604cf1b1c3f9270ab038967e52b76b625ab87b730e2884, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0x2509eff245dd9849b80da96d6b0446ad, 0x5c45a6e7e682097879406ede368aaee52a1bd76d54116b271f3e82e72ceb55a3, '', 0, '?'),
(0xaff75186a2fef86144a8623a3878a055, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 0, 0xd9e7555a29d927e361db351bf01340e5, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0xaff822e3133ecafcc39ce1d1a216a9e7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', 1, 0x00000000000000000000000000000000, 0xc1b5e4c7fc9de0de58bbf62e679d008e, 0x59cff82ad52e203436a15e75b5e2cc13f2c3c6d76098e5e346651fd3c682bcc4, '', 0, '?'),
(0xaffbf0e17da0fe70ba75ad3122f50ac9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0x28072591aff8713ecb44c0fc536c0468, 0xd05d998e3adb0482045717486e433101f283200b626de17640a48ddd08dccf6c, '', 0, '?'),
(0xaffc9cdd404d6dd8ee5f7e88dbe5a4c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', 1, 0x00000000000000000000000000000000, 0x456469d5a41351566c3d986a49ec3f72, 0xccb931a9dabcc092a14ebba940ff5329111903e3d3c254b01d50dbf5ddaaa2ce, '', 0, '?'),
(0xb003955c4da42e8a00e3d5e3234753b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb00415110864f519df8b547280a73959, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.po', 0, 0x71a48195b40cdac170ad2225437d900d, 0x71a48195b40cdac170ad2225437d900d, 0xa51d2b2cf87430fafe70f8c112fb9840a065660441ca457c5497f5ec09de7176, '', 0, '?'),
(0xb00473ac84fd1c09fbb19fd8a4cc038e, 'wp-includes/class-wp-http.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http.php', 1, 0x00000000000000000000000000000000, 0xdc7b61a00fdbee0eefd5e0d58fec6ebd, 0x63d03153ee957cd1fefa301e188a2a4833e7458afb12819e639f4faa12fb2f91, '', 0, '?'),
(0xb0058a434d3bcb11f19cbc0d3333c687, 'wp-content/updraft/backup_2025-07-12-0338___90_44c8d2228abc-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-12-0338___90_44c8d2228abc-db.gz', 0, 0xce512205797755c71abc9ca873e3341e, 0xce512205797755c71abc9ca873e3341e, 0xeaabb179c3e344bd150236666c290b62010faa6abe7e373fef4c0f4b5a8aeda9, '', 0, '?'),
(0xb00b0952df4d4fe8ae635d270cafc268, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 0, 0x44ea2e8f2962ac33861a42b1958468fa, 0x44ea2e8f2962ac33861a42b1958468fa, 0xf211fc686d566cd07644fc3a700a3280678d57293374eab0f046327afa3e46e3, '', 0, '?'),
(0xb00b6cbf71d2ac1147b6fc87098d5365, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-two-images-text.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-two-images-text.php', 0, 0x47b9dbe841536e8c3223eb390c4ab368, 0x47b9dbe841536e8c3223eb390c4ab368, 0x084c63ae15bbb6b2572f2555ccd15b9a7734833ca0fe9a24b3185a1e7068c3da, '', 0, '?'),
(0xb00eff34570122c50a73e892707d2c34, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_3.php', 0, 0x59ec4e1ff6f11e85e6190f854988a21e, 0x59ec4e1ff6f11e85e6190f854988a21e, 0x1ad0e065e884879061bd0dc1685159bce7df4f4508f216f91ec0e85838927702, '', 0, '?'),
(0xb0159941e7bcda1fcbd0f11a71fb9ea6, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu.php', 0, 0x1a4a193521d8a151fdd573cf5a79a1b7, 0x1a4a193521d8a151fdd573cf5a79a1b7, 0x4643d2ff7aef214801afaa87386b3acf4ed48db5a9df27a00a7472039005b36c, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0x3f972d5666a1d74f2cdb60e0161030f5, 0x3af0eb8221a63a69a2cc0444374269df73998e86ac7734de3ee6833d10596e5f, '', 0, '?'),
(0xb0195bdba14c9c90a31ddaafabe904af, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.mo', 0, 0x8126b04e1e260b05b7aea323b800c1f4, 0x8126b04e1e260b05b7aea323b800c1f4, 0x53c4be708086243b209819ad778c4b7043523fdbf67dd5aff56ed0789652fa16, '', 0, '?'),
(0xb01b70de7d40bac252051c0fac465c00, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_7.php', 0, 0xc207bff6960bf2ac2491d41484cac2e2, 0xc207bff6960bf2ac2491d41484cac2e2, 0x1d5fc335d03a976477d32f95373319c4fb905afc4bdde7a74b0f5534884fd77f, '', 0, '?'),
(0xb01c2f5b78400e4a8bc72d5f8c4cc689, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', 0, 0x12dc3b26ceb3926505211578683e89ee, 0x12dc3b26ceb3926505211578683e89ee, 0x110d691a5d15ec22f4f7f77a651962951d77e03c837fe611c0b68c3c1aac5a41, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0xee5aa0cb0088b09404aed5ab0e77368e, 0x37af3681a561799da835943f7d10252e5ddac7fbebc2d89e75cf14ab8153bc13, '', 0, '?'),
(0xb023e4f1d6ebde62b4922fa9db6025e9, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-abstract-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-abstract-loader.php', 0, 0x40930cf301f1f165e077152460de7a3a, 0x40930cf301f1f165e077152460de7a3a, 0xe29b777644d46e8c8b67f265a5aa257688e8c6020190072dc7812e62456dea76, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x2f2309c617d3a27701772478eabe9359, 0x5530d65c4cf358a8ef665805c6a6ed7f4700c854ba8ff7241061d23555cc42d2, '', 0, '?'),
(0xb02b0232e160917e5da6e678bc83d6c4, 'wp-content/plugins/elementor/assets/js/responsive-bar.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.js', 1, 0x00000000000000000000000000000000, 0x0515900106518c81b67ef950c7bf63ca, 0x5d6239782bb25aa62d64ad0db2bcb8dccfd2521f99cd156c945a29022e189d66, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0x5877f703be95546781a8cb417d06cd0a, 0xae6ba1635178fa65f4cbb313603d6e36cf58357982de64167a35755d57422718, '', 0, '?'),
(0xb0313daa733bf740868f569cfd11e06d, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x178255bb3fe2c3aa790c1f8ec8738504, 0x9d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb83, '', 0, '?'),
(0xb0324acbaef724e793ace07dc6c54843, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php', 1, 0x00000000000000000000000000000000, 0x91dffe717bc165b951e646bd5bced105, 0x3541a56079d41a9fd958303eda5893962bcd92b7500cf94bbbe3cc5fe0cdcfe9, '', 0, '?'),
(0xb0337b5d4178d4f85e16d4b42a654b92, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb0358e04ba388abbf954350614fada2d, 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 1, 0x00000000000000000000000000000000, 0xa3fe6ed97aac324d1f0b34d9fea8d2d1, 0x809d1bb203a22ee91b6b8b938b89c43d405b39b857a90fa4502b7ca793bf389d, '', 0, '?'),
(0xb0374bfd210b28ff74d5341884e162db, 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 1, 0x00000000000000000000000000000000, 0xb7557a9fbe0730a294eeeb7b325802da, 0x2c153610710f85bbdfd6c4508539e96ba173627d9f80c4b301af85f80cb37f38, '', 0, '?'),
(0xb046ca601df0d247cf66662678b7189d, 'wp-content/plugins/elementor/assets/css/frontend.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css', 1, 0x00000000000000000000000000000000, 0x2958d2f5247809e9a3b75a7578b94f5e, 0xcec842d22b2a85d9762c3ef3788f213227ce04c658a798c809d38a473be1cbed, '', 0, '?'),
(0xb048ba030dd8e1d8e87d850d625d07b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3.php', 0, 0x9e51daa544198fae803ceabcb023be00, 0x9e51daa544198fae803ceabcb023be00, 0x1262863c76ece9453be22f258abf3337788c0d9d03f7ee8133ebf9cdadc4db19, '', 0, '?'),
(0xb048bed6e37b08579391726fc8cc7b5c, 'wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', 1, 0x00000000000000000000000000000000, 0xf126372ae2a67109e4156f99c2794e5c, 0xae743b422c7437d4ab5664ab5c2c564f11e370cdfd193c6b56ce0547b2ae82b6, '', 0, '?'),
(0xb04dcb9884cfe21f565db7f9bd42d74d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-11.png', 0, 0x3ccc0761f52929d8812e142c7dcacaa2, 0x3ccc0761f52929d8812e142c7dcacaa2, 0x411b5024a6594cd4a4d9a1e0d8968644e162a9a169b02ebfd06194f0d9843234, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/components.min.js', 1, 0x00000000000000000000000000000000, 0xd9dc795c85c580139e46196107a9f99d, 0xeabd5cc653fc57df49bf2d634b46bcb8e75766b37a404dcbeab8cd81eae1cecc, '', 0, '?'),
(0xb04e8ae0bb858022b37d4cc5554cef58, 'wp-content/plugins/elementor/includes/controls/gaps.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/gaps.php', 1, 0x00000000000000000000000000000000, 0x1ae94583a65ce1f54a4048777f9dcdc7, 0xfb5b46aa5edb1dcdd0d0c267bb8cd9111cbd43f87f559086465d29ed6b8b5d06, '', 0, '?'),
(0xb053472ee5367099d715eb6a1dad45c4, 'wp-includes/js/dist/private-apis.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/private-apis.js', 1, 0x00000000000000000000000000000000, 0x72e8b5eb4897adc3216830267900668e, 0x20f295b217ff93e023bc0211b8276d11ceeeeb8f96e8ca4cbeb263509cb607a4, '', 0, '?'),
(0xb0541d960f9639255f82454b90eb8a7f, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button2.php', 0, 0xb2fc2f72354818eedc7134c781dff73a, 0xb2fc2f72354818eedc7134c781dff73a, 0x4b3af0493e9c0dda7ca447bcaf75256dd59328c5a3c8cc1845efb12e442c7b96, '', 0, '?'),
(0xb0583561ea721a7ee037837c3de99be6, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js', 1, 0x00000000000000000000000000000000, 0x4ecbe3f0e79bc5af29e9f4ed1986e2c5, 0xde27837618afe1a6b8f1f8c1203daa1ca3c72758b86b17ebcf3c3659539474c4, '', 0, '?'),
(0xb0584f19b388318e7ba9fee0044660f9, 'wp-content/plugins/updraftplus/vendor/psr/log/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/composer.json', 1, 0x00000000000000000000000000000000, 0x456f8780b572e3bd20fdc2becf94f4fb, 0xae013f8c9e6f4bcf87334adfcec075a8353622f6f637186a6d7d210243b320cc, '', 0, '?'),
(0xb05c2ca08e12700c34e5bbe2c354b289, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 1, 0x00000000000000000000000000000000, 0x8f4fa4c0fe016ab06a62897758133303, 0x95b0d540bb22f3e6559a73fb1858ec570e1435872671561e8ee848864ffd72ae, '', 0, '?'),
(0xb0603d9dfdd884aa24e4fc94539bfb96, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/demo_style.css', 0, 0x2ff774055ee3043cf6d6f01f272b3aca, 0x2ff774055ee3043cf6d6f01f272b3aca, 0xd31f7d607f5a12bdcc4154ed886f6bf42c2d996af0bde1c0fa1ce08e36ff9fb6, '', 0, '?'),
(0xb066db19bf3e43877ea03dc2dd24e336, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', 1, 0x00000000000000000000000000000000, 0xd7e7123a9d322ef2fc1ce9ed40007a8b, 0x7c91ecbc5304068f085c2725778506246147bda2b765a65d2fb31cd49d06a9a9, '', 0, '?'),
(0xb0673cc71473255606951e286faff51c, 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_07.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_07.jpg', 0, 0x43b3d94ab5c7c59282fd1e0ce50d2ba2, 0x43b3d94ab5c7c59282fd1e0ce50d2ba2, 0xaf4d3c29f286b4ee31e3ebbfd63bac8025158eb37575505d3e43156591de6572, '', 0, '?'),
(0xb06cb284be2781c0b1c59194bea9d898, 'wp-content/plugins/wp-rocket/inc/deprecated/3.15.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.15.php', 0, 0x83442af1e9e28975ed88ff04158e5467, 0x83442af1e9e28975ed88ff04158e5467, 0x43cb80cb3ece18d1a3da574db9d9cea4ab44591435ae40f6aec6a4dc76f89f39, '', 0, '?'),
(0xb06d986003bb0a588b18104a8fbe094a, 'wp-content/plugins/td-composer/assets/css/wrap_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/wrap_main.css', 0, 0x8f2a2c5b0e0db5425f0a61e0e0502246, 0x8f2a2c5b0e0db5425f0a61e0e0502246, 0xe6fec7079f9c4f6e4f12278e4988193633403240571754f5557dac03b8130508, '', 0, '?'),
(0xb072040e85270603886fcc695d8289a7, 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js', 0, 0xab289618d2289f69c082674b0f4ad302, 0xab289618d2289f69c082674b0f4ad302, 0xcd5eae26798084aab87cc5ed40b5372f4c927fc17a48dc4f204293e436e0544e, '', 0, '?'),
(0xb072bf54559c1d15cc8978b015f9861e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', 0, 0x4eec95550dea752fbdced16d28035264, 0x4eec95550dea752fbdced16d28035264, 0x7390797c29d8fab2274342d89b65664f386db649c76c0a1d6f77a5617cad3e8b, '', 0, '?'),
(0xb07348d74af2b10a04b054bff4c31cb8, 'wp-content/plugins/wp-rocket/languages/rocket.pot', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket.pot', 0, 0xa83b91d3d0fab4b3c5e2bdb71777ae58, 0xa83b91d3d0fab4b3c5e2bdb71777ae58, 0x63a46abd5ce6b04192f47f5dd0e44f25f356b1c070d95f948f425b8da93d2918, '', 0, '?'),
(0xb073fc249fd06c41f3462dc1b95e80db, 'wp-includes/blocks/group/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0xb07b34b42e1184b4129294a3b5239823, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, 0x00000000000000000000000000000000, 0x032208d31956574bdeba5434f8307e76, 0x1823749eac834fcd14a0e8eef398e670d452aeae5d10efcc10406afd0390e87c, '', 0, '?'),
(0xb07e8cc54e0007a1d77aef5333d1ce25, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 0, 0x55c80a146676519d5f78259b8763c4fc, 0x55c80a146676519d5f78259b8763c4fc, 0x6764b056f797573848382d0045ec1192f41f3c23927b12ce5b3f781e0aa29496, '', 0, '?'),
(0xb07fdcb0c1dbf8bef25f7eb768097363, 'wp-includes/blocks/spacer/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style.css', 1, 0x00000000000000000000000000000000, 0x94e9f13695ad34e96731a429c7f7da62, 0xad53576c9a6916c6226be130dd4dc2c94cc25b1c0e01b9a50e54beabfb80bc11, '', 0, '?'),
(0xb083ce808b5e1bae5e1bb73d35ee6c14, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block25.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block25.png', 0, 0x33844ee160673765e340c07c3131e836, 0x33844ee160673765e340c07c3131e836, 0x40455cef945352d5b8a8e0f559145e428b8446a09f26cc2431e8d49be23d5a00, '', 0, '?'),
(0xb086b3267fbbf2e80bc1478841bbaa24, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_css_generator_demo.php', 0, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0xe1ff3aebd3112e1cf21e7bf64b903d1d, 0x205aa0872380fb26256391e0f604e2dc5766566192fbf0e066e573862ece91da, '', 0, '?'),
(0xb08a7a2dd95a61f3d1aff93209a7751f, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_5.php', 0, 0xc158fb191712984cf085f65d5ad58d47, 0xc158fb191712984cf085f65d5ad58d47, 0xe6b634aab313c5e2d177d8b27288827b607d8d8a419e38fdd3a0d3cfa48e0134, '', 0, '?'),
(0xb08ccba7d7eddae354491365c55c8bd8, 'wp-content/languages/plugins/wordpress-seo-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.po', 0, 0xb5c33845ca7bd0a1f0b35d9e4179cf9c, 0xb5c33845ca7bd0a1f0b35d9e4179cf9c, 0xd9e43979ee5ccbf07ad9039672ee51d02dea4cdc39d01a0c1a44303ae6a486e2, '', 0, '?'),
(0xb08f63831131883b8607c8218a6f0165, 'wp-includes/blocks/post-author/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/block.json', 1, 0x00000000000000000000000000000000, 0x425f9ad0400218f5fbd0cef7e3510351, 0x0f8799d49d9c5116950bd6ee3028c1f8509d4043827bd4a459ffa875d2531cd2, '', 0, '?'),
(0xb09a1d45cc5da4bb8adf5ab11bb6bab1, 'wp-content/plugins/updraftplus/css/updraftplus-tour.scss', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.scss', 1, 0x00000000000000000000000000000000, 0xbf1ba3986bcb8d026df84c28eaae2188, 0x3a651385cd14cd46cd9fdcebccf2b40bc2e4f21521aef80eb9bf909c320ffff9, '', 0, '?'),
(0xb09b0076460f66a5b814678eae25c31e, 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/checkmark-icon-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/checkmark-icon-presenter.php', 0, 0x49405c517af62d0763984af5976f020f, 0x49405c517af62d0763984af5976f020f, 0xa2ed8bbb836e9c39de34c94241effa808071826091cf06fe0bbbe45474c4e52d, '', 0, '?'),
(0xb09f9693097e4d118cbdbaa6a1013947, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/vertical-header.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/vertical-header.php', 0, 0x8f91b3c14057446534b68d4c1f4988fe, 0x8f91b3c14057446534b68d4c1f4988fe, 0xfaed956c8c554b141d6d2adf361522af2055b59bea10d5a923586f9b276a4fea, '', 0, '?'),
(0xb0a24994182e4517830128b6ff2353de, 'wp-content/plugins/elementor/core/logger/items/js.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/js.php', 1, 0x00000000000000000000000000000000, 0xd1b663ff8cfc1a2b033dab38e22a9236, 0xc587782a4541d0e61ccd61e71133ce9541051c57c99400b343dd1e2a4954f62f, '', 0, '?'),
(0xb0a7456edc91da019f835744c127c4fb, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', 0, 0x3eeb94f282317d6ebb61665a6301b428, 0x3eeb94f282317d6ebb61665a6301b428, 0xaaf5c07926db3c907f43d2fd10d6d686376214c70ba7e9bd69098537972a2162, '', 0, '?'),
(0xb0ab2c6d67c837741d879bd517ce4d73, 'wp-content/themes/Newspaper/translation/pl_PL.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pl_PL.mo', 0, 0x1c290a2687e880bd08448d1fdb145ef3, 0x1c290a2687e880bd08448d1fdb145ef3, 0x5428902368fc97f09bec6d294c8d7b1e64b6608a06066b18404a7cd83e248085, '', 0, '?'),
(0xb0b1aefb6983afc0f14fd85a8330c852, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php', 1, 0x00000000000000000000000000000000, 0x55fe2932daa439c5df97966a14567217, 0xa1efd432a56b5493f7fdca4d72a516ee1cacb03be96581574e81684e092fb4c5, '', 0, '?'),
(0xb0c7f095155854b5e5b6c6e6d4f84c67, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php', 1, 0x00000000000000000000000000000000, 0xd08f6658f33b4ea5f3eafc11286897d2, 0x250709f12b8ec1d1b31fe5b3e6895fed41ce3b514453b6eec7f8e0ae9c310541, '', 0, '?'),
(0xb0c80c77b3879a3aef599660ecb9879d, 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe123fd0ddf5fcdbf5dfd2c4257692324, 0x3287283e7a40a32f6d83c20b8d2a30f23669e7a812e931f811a3f49edf9a1b39, '', 0, '?'),
(0xb0c867e207a475ec3b3d21d259f3c110, 'wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates.php', 0, 0xd99610885c96659f3166a044e078107b, 0xd99610885c96659f3166a044e078107b, 0xdd41ee0d65c3ca56d1c04266de510ee32f2601c4f963cdf2594f34f054165cd8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb0ca70427291cc00db5509429dcb52e5, 'wp-includes/blocks/require-dynamic-blocks.php', '/home/abt90iranbet/public_html/wp-includes/blocks/require-dynamic-blocks.php', 1, 0x00000000000000000000000000000000, 0x6cdf152fe1eb004d0631648d1c292e2a, 0x8376a393511e0e0300c227941d5c1e70d2cb200049b7ce24c2c6c96f6e7eab59, '', 0, '?'),
(0xb0cafee5f8eb41e3111cd015ac511f92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import.php', 0, 0x46bdb93ac266bfb14079b09759813828, 0x46bdb93ac266bfb14079b09759813828, 0x9d826c544a447337c6114a8b5a77d8046abcd4b355c712e9d988507bc0d923df, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0xf357664c0f5ae8b164e8e7522ea4c93c, 0x6f0cff17ed7a0e3d6ea802d296d78f4aa78aacace421e0aad3dc3d872920eb2b, '', 0, '?'),
(0xb0d9dfb5d3e8d7102388e75401cfacd9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_9.php', 0, 0x6efe5f6ff193abbb59004bb8890ed476, 0x6efe5f6ff193abbb59004bb8890ed476, 0x14ffbdd11b0067d9d9a1cb5a3b0cd084461c997d7d4171cadaceb093f7fe8184, '', 0, '?'),
(0xb0df9463ca70d5926d0aafe9ce7014b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_5.php', 0, 0x6521171aacf0d3f1d5c27dabb867faa7, 0x6521171aacf0d3f1d5c27dabb867faa7, 0x78e5104e5cb8662fab900e55e4ba4d2a8251ef6b2167ca95274309dfb4ec9380, '', 0, '?'),
(0xb0e41964266d11e98009c63015ab32d1, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 1, 0x00000000000000000000000000000000, 0xefd7b2f87c3f96418b0227c7b8e3cfd3, 0x9589846a569dbd3e735ebff3ab3e2166c154df6e052fab366de9fd804da6e3c6, '', 0, '?'),
(0xb0e7b9be370e6e24c4fd9b30494a5ebb, 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-icon.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-icon.php', 1, 0x00000000000000000000000000000000, 0x071e797ab53c0d4128f832847a652c09, 0xf5e64e5fec07e18cb4f00fd57d6e34225423746868dbcd0775c9b4bf91ffe12a, '', 0, '?'),
(0xb0e8c9d8d3a078c1bc401641a811c80c, 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 1, 0x00000000000000000000000000000000, 0x6bfd13611736253473d6f3d6649834de, 0x7f7384b507a2ae0b4286f84866dc099251b860f4be971c6b304516ce026ed86a, '', 0, '?'),
(0xb0ebb9f1910e8f58b5f8c62d8c8d4f66, 'wp-includes/blocks/nextpage/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor.css', 1, 0x00000000000000000000000000000000, 0x4569bf40a5cd46cb460e18e8c1c11a8e, 0xf82d2160bf2c23c3a19cfebc6ce19fb344fd5444d209d976fd383d59aa351246, '', 0, '?'),
(0xb0f56fb5ef5878eef3b1ace3281fcdac, 'wp-content/updraft/backup_2025-08-26-0328___90_9182354f05be-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-26-0328___90_9182354f05be-db.gz', 0, 0x37b3f49f088b8098abf9f940c9860938, 0x37b3f49f088b8098abf9f940c9860938, 0x5c44dab406568d304148fd7d9db3473f7bbbc7a5bfbdc91d135fc7aa3b0c00cd, '', 0, '?'),
(0xb0f6e6f32585aaeb5e9cf948249be3d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', 1, 0x00000000000000000000000000000000, 0xf0d9b6dce08ea23dde141c38cf5e98b3, 0x46123fc718b274bb5314235e4c96a9f6235bcaa11da5a8adeb3e02c3965cd836, '', 0, '?'),
(0xb0f75ddff2ee3951966fc6c7e62e0a4f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', 1, 0x00000000000000000000000000000000, 0xc73c2564f1e062d348338f9bbfcb826d, 0xe53741e8e830efc658a36448db81897fc5a6082777921a01b0e7b4ff2c17db85, '', 0, '?'),
(0xb0fe201f9706fbc1db78308b2a945184, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_7.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb0ffb228cce6ccce12c67b05a9997f74, 'wp-content/plugins/td-standard-pack/Newspaper/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/page.php', 0, 0xc21d8e3ceadd93aa167febcde7d15445, 0xc21d8e3ceadd93aa167febcde7d15445, 0x00c335d9e75d6389cdd9ea9ff473e9972deaa1166d9966c73464809183860c8a, '', 0, '?'),
(0xb10004c8526a4475104fbb5121d8c882, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import_no_content.php', 0, 0xd4a3a2097a1b75edadc8a58078a32a88, 0xd4a3a2097a1b75edadc8a58078a32a88, 0x6dea279ad8c4a8cbc0210ba4688a211566238204eebc987545fea1617d510fd7, '', 0, '?'),
(0xb10335cea29cb73a31b1567ff68d31ab, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-user.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-user.php', 0, 0xbb5c334f0153ff8cf261cc4624e4f3fe, 0xbb5c334f0153ff8cf261cc4624e4f3fe, 0xbdd003f213c3688ddbe623337c10c59b6e8a5686445fdabf3de589f3b880dd15, '', 0, '?'),
(0xb105c7a0b814aacd3c087b0aa9a5ace6, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ru_RU.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ru_RU.json', 0, 0xfdd9a3a80f02bbb69d8d073e9ddadf96, 0xfdd9a3a80f02bbb69d8d073e9ddadf96, 0xd503dc41120072af19a8ee79fcd533a70da9f3d9763c30397210b1f887841627, '', 0, '?'),
(0xb1089031c801e09a15254b8ef68d1859, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block3.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block3.png', 0, 0xd60f2520a2d5a7e9b3a2c453a526c15d, 0xd60f2520a2d5a7e9b3a2c453a526c15d, 0x9dc98483252927187ac7fd0ae9006b43f66676ec21d4df91ee936d956c485043, '', 0, '?'),
(0xb10a5068f6b7fe51a5c69e692d339101, 'wp-content/languages/themes/twentytwentyfour-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfour-fa_IR.po', 0, 0xd33d1edf53b7e3992ca3ade31832befa, 0xd33d1edf53b7e3992ca3ade31832befa, 0x796d7cb8a3df954f291e7c871b28afd5a9bbb994987363f6d75c6c07f054a276, '', 0, '?'),
(0xb10a5d456783b7cb374f71b9620ee8e4, 'wp-includes/sitemaps/class-wp-sitemaps-registry.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 1, 0x00000000000000000000000000000000, 0x53cee596e7249e0aa258afa927281d03, 0x12613a21fbdecdcb5841e63259875b6e0a81e065a99bc52cc341ae5349bc242e, '', 0, '?'),
(0xb10e0f39e9f795dd3d7469b0fac5e176, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json', 1, 0x00000000000000000000000000000000, 0xe99c07f536491f30241436c8f3be6dd4, 0xf47536618f7be10e8441d33005a30c23b26214f85443d6416d883494ece36465, '', 0, '?'),
(0xb111b4040152dd43618d89f661ceacd3, 'wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_style.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_style.min.js', 0, 0x995e210b7d4bb5bb88b3345ef99a04e6, 0x995e210b7d4bb5bb88b3345ef99a04e6, 0x972ce0cf32f631213a03e596043c6ff5cfb7d22390b31f8450006ffbcef35185, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0x81eaf0f8c8b3d88073509add3f16ae55, 0xa4d6c7a77d7c00bbb3596f0f0c67db8e2f39cc430983e1e49540b50e6db83596, '', 0, '?'),
(0xb11514c11864cdcba47cd93772a798ee, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', 1, 0x00000000000000000000000000000000, 0x4e43060cff9b763ef15dcf3320b8547a, 0x46f478f3d6f6662cd918e3948ee56a70bd9cf4cf22d8e03ad99c4312b7400667, '', 0, '?'),
(0xb11794c850132a702afa0be40a77cf8a, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/revisions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/revisions.php', 0, 0x8d01748209b985c89fe864990ff05c26, 0x8d01748209b985c89fe864990ff05c26, 0xa6438d94050e1489a88cb53600b46f8523945e0e1b9fb5a5f41488738477bbbc, '', 0, '?'),
(0xb11ad6e8861d9888b9818142692f36f8, 'wp-includes/js/jquery/ui/effect-clip.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-clip.js', 1, 0x00000000000000000000000000000000, 0xf404f122e007df0375035210b7c37e70, 0x5e0e2501fd0544f3d96cef9fa15cf98e1f42bad970a503936fb9012530862af2, '', 0, '?'),
(0xb124b3252761cbadb81018d80ba7cef8, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 1, 0x00000000000000000000000000000000, 0xbd921a8df67df2f7d0744c4f17bfdf8a, 0x79c456aa07f22d7210cedaf942a04aad43a2e6cbcc2995f93ab835507b19550a, '', 0, '?'),
(0xb12552785d73685c54d777f95ef228b5, 'wp-content/updraft/backup_2025-06-10-0328___90_2fbfe3063e85-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-10-0328___90_2fbfe3063e85-db.gz', 0, 0x4205aa6bc151965db9d8463b2001136b, 0x4205aa6bc151965db9d8463b2001136b, 0x699c534ef42e7ef0b25837674871a75dfebfada640c09dc427f29263371a61f1, '', 0, '?'),
(0xb126679595a945deec8022a03f278040, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', 0, 0xdf71d3c551163a03d68a33eb9f72f483, 0xdf71d3c551163a03d68a33eb9f72f483, 0x0b71fed5d4b5990aab76a05ae767d11e427a1bab9c3f2df02982e1355b50137a, '', 0, '?'),
(0xb12b34e9cea73355f52ba80eb7112e8c, 'wp-content/plugins/td-cloud-library/includes/panel/tdc-icons.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/panel/tdc-icons.png', 0, 0x4e29f11fd77cda58ca5e48c7b1c9b437, 0x4e29f11fd77cda58ca5e48c7b1c9b437, 0x1120c33fad1d5d17fccf46713d879c61e9e44dda9dd4ede66ec156d366b0a20f, '', 0, '?'),
(0xb1309b7a9f252ac3c92fb14aa23679bd, 'wp-content/updraft/plugins-old/updraftplus/central/modules/plugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/plugin.php', 0, 0xa656133a3ec9cefea10689ac673b4e10, 0xa656133a3ec9cefea10689ac673b4e10, 0x2f53a90739b30cbbf7fe57d6194c2fee445b5cb60586c2c7f75bb37b37021659, '', 0, '?'),
(0xb13391959d30b679cc5f39743f3ed36d, 'wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_1.php', 0, 0x1647e924fa9ac9c762c8896de574dd6f, 0x1647e924fa9ac9c762c8896de574dd6f, 0xd8d695f498b6cec808504bf5aa4a9a9a75333dec6f8c4e72d55b16a351c621e2, '', 0, '?'),
(0xb1380407751937c968406a78e5228035, 'wp-includes/class-wp-block-template.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-template.php', 1, 0x00000000000000000000000000000000, 0x6c8cafb73c06fa5a728ea48b0da36325, 0xb53aa5e2e75b236435ed507f9bc84ed906a2a3351aba6e9911ca14a26cfb9e6f, '', 0, '?'),
(0xb13f1d877ce11908f57b0ccf35a7af8f, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/optout.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/optout.css', 1, 0x00000000000000000000000000000000, 0x0616a73fc5dcbd05c233253d58154acc, 0x93b38b0e74c9d89152abc5d21b379bbdd4703905b5baab3512454e8bd13df756, '', 0, '?'),
(0xb147b49515efa12f6fe5a6eec01b4475, 'wp-content/languages/fa_IR-f575f481034e90e21d832e415fd95fcf.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-f575f481034e90e21d832e415fd95fcf.json', 0, 0xb7e28f84c98f6d12d4c87be48faa024a, 0xb7e28f84c98f6d12d4c87be48faa024a, 0x85d8d87ce073b23301421e606db5edb511f6dbbbfbaf6b42594e58b43b9dbbf5, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dashicons.min.css', 1, 0x00000000000000000000000000000000, 0xd68d6bf519169d86e155bad0bed833f8, 0x047c13bc3338b73926ce9a47f10f22238dcc00cca0c6cb3bb7f903bf659852a9, '', 0, '?'),
(0xb14cfd93169ce321bf45e088a067f8e3, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json', 1, 0x00000000000000000000000000000000, 0x6d69758719f8cf27cf76d9ecfe0687c1, 0x717fb24c2cbfe6e39eadbee9008b1821c6d639a2643997fb0e73c9d16506cbe7, '', 0, '?'),
(0xb14dae021ece0dcf3d717aaf29080994, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php', 0, 0xf6e86de9b63c0830a76febc5d18adc50, 0xf6e86de9b63c0830a76febc5d18adc50, 0xdd4a3866f1c72242faada662c34b046805b4958d11a99cc5b46e743dc52089b5, '', 0, '?'),
(0xb14e874dba9523d1843b3bef11dc2e2b, 'wp-includes/blocks/post-author/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor.css', 1, 0x00000000000000000000000000000000, 0x18d44158c0de14d22ac7c61afb4664cb, 0x0657831e4a34075e5bec156f6893f59440381a3eb8a61874bf215d9d8258630a, '', 0, '?'),
(0xb150f3c9761c9361de82fc50ffdbe108, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml', 0, 0xa997783c724b16e056a8b77dc2fe4b89, 0xa997783c724b16e056a8b77dc2fe4b89, 0x6a2ed60037154f94c5f2b651450925028cf49b39e2eed5182c639dc84a803c8a, '', 0, '?'),
(0xb15507dfb711c220335769cce3221ad3, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x008e0bb5ebfa7bc298a042f95944df25, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0xb156ebf47bb886b7140fb6b084f1a247, 'wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php', 0, 0xcb118205e362bdf1b532fd3d5293fbda, 0xcb118205e362bdf1b532fd3d5293fbda, 0x5d474ac33574d51f616fd65685a619d1af6ba4583aa386be7890f31ca9cad697, '', 0, '?'),
(0xb15fa666dd06093db9658074b889b159, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', 1, 0x00000000000000000000000000000000, 0x05dcac53bafe7d570a4e514210d2faf5, 0x7f84a4c59186ccd03b3b3714ece868423f0f9543b6e0b8645497397cfd79b853, '', 0, '?'),
(0xb1670b03da62669d0d1affeed18ae6ff, 'wp-includes/blocks/rss/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/rss/block.json', 1, 0x00000000000000000000000000000000, 0x224932c68a35062d897d71a5e02d00ab, 0x09dd895c0c8ed24165985645057259bb3e521cfe0de04830dd69803b4cf0d410, '', 0, '?'),
(0xb16a3134e5f5d56eaa8d23e866e14cd2, 'wp-includes/l10n/class-wp-translation-file.php', '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-file.php', 1, 0x00000000000000000000000000000000, 0xd8cae504f9b2286b5e7153323fe2b814, 0xbf54407e2ea81b7e7d47ee3109575ae26f5bc59aadd5fcbca27daf77803f86cd, '', 0, '?'),
(0xb16aa6d5aeecf6fbc7da68a197717c85, 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif', 1, 0x00000000000000000000000000000000, 0x012f031e2fb164f1c2f521c90d9bd967, 0x9e8ee3fd9ad85e052b745362515c8ef456047fe2a41050a2887463634ff056d2, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', '/home/abt90iranbet/public_html/wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0xc2b3757e5d118d2a43cc7508ab1000fc, 0x65eb731f7d6bd25fbebe717db9131efea77e4795b8a75ba735df519f75ed2199, '', 0, '?'),
(0xb1726e9960096d06aa17a1240091cf56, 'wp-includes/blocks/media-text/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x97894ac467fcaa7792659c99de9d665c, 0x8b08ff85f8a975968351969cd82fe14df2612d40b03d0fef97d0c2dc212ae2b1, '', 0, '?'),
(0xb17835d68361d057cc043c114e278cb8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_10.php', 0, 0x6fbfe7e89144e2c50ff5cbddd1eb99bc, 0x6fbfe7e89144e2c50ff5cbddd1eb99bc, 0xa7dfc5faa046b34b53b8276bd6b97a6683dbe807fcf9e7ba5a1953baeed1bca2, '', 0, '?'),
(0xb17ffc91e642879c3649dea3fc03a258, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php', 0, 0x0135a53c03f7f10fe530c61d459130ef, 0x0135a53c03f7f10fe530c61d459130ef, 0xeedb84c9779d96aff33364d4ee21be746a94b62d41bb6a7477e0d211f7af1248, '', 0, '?'),
(0xb18267b421e0dad9baf1219980cc2adf, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 1, 0x00000000000000000000000000000000, 0xb086daca3696a473459c9d367aeb9f5b, 0x00ecb2b25a7aa4c52fbafead0354d9dbda6de757f929d9f746dbd7b486fcc9ce, '', 0, '?'),
(0xb186d7df53eb1f9ddd64bff66badf069, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_overall.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_overall.php', 0, 0x0c1fd26e39c7700c2eb9f8f3bc032ed7, 0x0c1fd26e39c7700c2eb9f8f3bc032ed7, 0xecef2f5907f86a56f30caad93da49f78fa4505ef1da1cde6d009a5c147f17283, '', 0, '?'),
(0xb18adc7306e38078d7e2b5f336efb12b, 'wp-content/plugins/elementor/data/v2/base/processor.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/processor.php', 1, 0x00000000000000000000000000000000, 0xf0fa107703dc1e3092840a1f4012a973, 0xa8fda3b9269d4295523fa2e37dd200915dad422f7c8ddc7e6ae014388ebeacdb, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xd6662557effb145e6df179cfd5d03424, 0xe3038029ea95e7d3159ae4e441e272940d7490bde1408a876ac6ef59c0bef8c7, '', 0, '?'),
(0xb18b776518d6f669213cbaa173fa790a, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xf86838a5464ba53345719f739df9a0e5, 0xd1309d549bfb9745f70b56617e273535683491c16fd59e19887b4dc9b1cbf027, '', 0, '?'),
(0xb191daf202eff6613f35689aa1b166d1, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb192f577ad59f16ae32b9e46be9be59f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_5.php', 0, 0x71d7638d1b2bce78ad7bf29d70ecdbef, 0x71d7638d1b2bce78ad7bf29d70ecdbef, 0xa9303f4923ab9957e8e707152e6ac7408db73c28062a42c8853f526a5203144f, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0xf5dba75e06eca661caad1d568bdbebce, 0x738d36ce6db182be5de6e73a88a4b70b8433f5151df64850d1baee309ffb141a, '', 0, '?'),
(0xb1995cf6fea71c8f4a52d98e806e0f78, 'wp-includes/blocks/navigation/view.js', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.js', 1, 0x00000000000000000000000000000000, 0xc236ada262396d597e08b1fd1316d8e1, 0xb916c3b5553f609602c119544e81e22388d932114beac9777d54175d5a1a04e6, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', '/home/abt90iranbet/public_html/wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0x1a243dca3ffa18664f1fe8f62ca18138, 0x2038f673fb0bf18712fe5f44148d768465882c06324ef629cee7edf5ac8c8f55, '', 0, '?'),
(0xb19b102c5249acdaea08181a01b6c5ce, 'wp-content/plugins/wordpress-seo/css/dist/workouts-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2370.css', 1, 0x00000000000000000000000000000000, 0x7685cb80fc74b316d504d1f2b0c0c095, 0x67eba6ae8337a92a07934a63f432387af43062026a635908696d4073f4917e6e, '', 0, '?'),
(0xb1a08568f02f389bfcc9047216009153, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3.php', 0, 0x68eafdc390c0fd73b5aa75391df806fc, 0x68eafdc390c0fd73b5aa75391df806fc, 0xfa0603a4a97c3fb753e61217742f3a836abdf078282970bf220e748fcf5d8ed6, '', 0, '?'),
(0xb1a39363173ec385db27531d06b06a8e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', 1, 0x00000000000000000000000000000000, 0x767bdaee21e651e5f1c9377e4208041b, 0x1342ab8ff83c7893dde85a1c8f8c21afa527880a90b252d1a51bc628657799df, '', 0, '?'),
(0xb1a3aeb12639d5e20c972d1f5a8ed812, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 1, 0x00000000000000000000000000000000, 0x92fc05304539ec633d270900e68ae8a0, 0x7896bf88d9b53b8a50ac697c9e3ad7efc8e20dfaff0d199d691448c3a495be61, '', 0, '?'),
(0xb1a3af4afa3354ab0065dfd2edd6ec56, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/Php72.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/Php72.php', 0, 0xaf2b51d842678cae60ed4a2ab016cc4f, 0xaf2b51d842678cae60ed4a2ab016cc4f, 0x693e7ad8b4e424fb1a1572a5bfbbff50a9d7a631c3d06c6f2fa04983dec8de6c, '', 0, '?'),
(0xb1a783d8f0d0bec287c0022e8c85986b, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', 1, 0x00000000000000000000000000000000, 0x73b8a7fbb8d709d7b5f546f361ae3ed4, 0x71ab202e3efcbb94bb9b9600e51cd405dc82c48fb7e32bb7f37199d24d345793, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe319072fccca854ebf5b82c09cea187a, 0x3b1da15e25df4dffc2f54f1e7345d1dffa31571b016ea8db12ec149080188b66, '', 0, '?'),
(0xb1adca1c71add80aaf44e8985d2a2446, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_5.php', 0, 0xbab677b618b2603edc73f14f16efad3c, 0xbab677b618b2603edc73f14f16efad3c, 0x1345c08084a3c361137ada67f18be21f6d26b3917e8fd051a3a96bbaa6ee35e4, '', 0, '?'),
(0xb1b1c508b4c0653746aaf6b08a72ab8c, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36a2eff9cdc321ce544de3b340648875, 0x1a524d6b12ecb4c5681f24b83d45ebcccdbf25d03904b500679f9c2d436cf78d, '', 0, '?'),
(0xb1b931436fb3d48f0c9e8b5faa061249, 'wp-content/updraft/backup_2025-05-08-0328___90_30e2903ef97a-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-08-0328___90_30e2903ef97a-db.gz', 0, 0xe95d1577b4b59708c13dffecdf221be0, 0xe95d1577b4b59708c13dffecdf221be0, 0x83b038e1e0c97d84f137e3d9985d4bcecd5ff330dc669009524f5e5e410501b5, '', 0, '?'),
(0xb1ba31bf0367dc7ba45f9f525ef6a142, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php', 0, 0x028c56d6d3cb33f15e0c4e9ac6670fb5, 0x028c56d6d3cb33f15e0c4e9ac6670fb5, 0x2629fc191b45d35c6418a9687a3293b0da87e23ccaaed959cef0aed4771a5661, '', 0, '?'),
(0xb1bce70d1cd0c9871d7c0eeb93935271, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x556713b794c93e8f3212caca7e243c2d, 0x6c66806de548004c2ac6945a600b90deceab4db76605611f8614404177fc7feb, '', 0, '?'),
(0xb1c0a82d925dfc0df90e7e281e2318f7, 'wp-content/plugins/wordpress-seo/admin/class-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php', 1, 0x00000000000000000000000000000000, 0x40fefaf503cb4109162a937092483aef, 0xb3289161f05f3633927407b1e64393bc206b238003c9286bda3f754b74e1f8df, '', 0, '?'),
(0xb1c12712a8cd9789ab73673cab2dafe9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', 1, 0x00000000000000000000000000000000, 0x1aec7eb297a9bd2eeaa609c4659ca6e7, 0x97c92ea9550b0c53b3087182078e91223c3e25483b0c20041fb67ebbf2672246, '', 0, '?'),
(0xb1c6c38781fa894a56b4579d5d4916a2, 'wp-includes/blocks/table/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e552a4e2e79985e8ac6e1bccf8f73c5, 0x955a3e15743e375eebd299e65fd5d3eacda768b680e8129efa84fbf4d376fe6b, '', 0, '?'),
(0xb1c75fc5ad5ab21eeadb0dbd784f1763, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2279f53fe887f49162295d0e9d96a52d.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2279f53fe887f49162295d0e9d96a52d.json', 0, 0xc4e1c267d7e2315f037a262bb9a68969, 0xc4e1c267d7e2315f037a262bb9a68969, 0x2fb96c22878c681a4e107c7063681084479f605715084b0acd912c98d22552fb, '', 0, '?'),
(0xb1caf33b1d7b78be4c120fa08de63782, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_review_overall.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_review_overall.php', 0, 0x8d1d12f665a045077f3e0895b89afa26, 0x8d1d12f665a045077f3e0895b89afa26, 0x391dbed50cafecbd33da4f8ab1eabf3fb435fbb96266d4600c4e6c8b93729f30, '', 0, '?'),
(0xb1cbdcda13b78993cb720ac490429da2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_5.php', 0, 0xdd4b96a58cf596f68c940996db064abe, 0xdd4b96a58cf596f68c940996db064abe, 0x06d7de2bf5ac1bc326726eb7c2184456dc8649e0fa9d8f7e59ac1c01a54d340b, '', 0, '?'),
(0xb1d7c1e899698fa57f36ccb09453997f, 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 1, 0x00000000000000000000000000000000, 0x5e24dabc9b5d65d78fe30a532b055eca, 0x454868be3ef5f37be223713fc407c9e71e7b1a061ffc5376c944db41e1574298, '', 0, '?'),
(0xb1d7e21966a8d685239f9dcd3c57e88d, 'wp-content/themes/twentytwentyfour/parts/post-meta.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/post-meta.html', 1, 0x00000000000000000000000000000000, 0x6b8bcd742ace4abb14fdea2cebe5d2c3, 0x65b4f7512a2befca9d7ec111a29e4b044a8ab1d254458c333eb6ec5a1b451993, '', 0, '?'),
(0xb1d8190f440e87cb05bcc9279c695149, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', 1, 0x00000000000000000000000000000000, 0xdf71d3c551163a03d68a33eb9f72f483, 0x0b71fed5d4b5990aab76a05ae767d11e427a1bab9c3f2df02982e1355b50137a, '', 0, '?'),
(0xb1d8e401ee0fc411d4fe5abadf1c0c78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_6.php', 0, 0x6e371a7151ec9eeff11ea14d20a3d1c7, 0x6e371a7151ec9eeff11ea14d20a3d1c7, 0x8428926b527c1171864f2849d1ac3bb241f320738c64b81e9800b26fb5f7c29a, '', 0, '?'),
(0xb1dc78d6e58e4fad28b6c5a0bee17627, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-large-titles.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-large-titles.php', 0, 0x2318de2e2faf2e6e682dd8c958da82e1, 0x2318de2e2faf2e6e682dd8c958da82e1, 0x274b47d48cf0e80695d060ba36d4c839f188260ebd2512008fcf4d7c5c1cf079, '', 0, '?'),
(0xb1e2894c8bc76f3d6a4d88657979de4a, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.mo', 0, 0xd2982bb2ebed8d2edb0ddc528c08b6da, 0xd2982bb2ebed8d2edb0ddc528c08b6da, 0x59f4e984c1ea65b1009c2135c630e802be7ef94420b5532a48e3885a16c7b39a, '', 0, '?'),
(0xb1e5f70e0abf2a60899ca06505cf6f7c, 'wp-content/plugins/luckywp-table-of-contents/admin/views/rate/notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/rate/notice.php', 1, 0x00000000000000000000000000000000, 0x3443690fea2667b659dc4265b187aa99, 0x455f7e4c28378af3592154d46995dd7c5d26d8997a63dc655694b4dff21d9f41, '', 0, '?'),
(0xb1f0245bdffbdc741c43c5a415497716, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xfe075174faaa7aafd751bec2f3dd2217, 0x0b7de4d89f5a6c922879b49330e11dc5a87a93377b9a6436596e7268c5cf5c17, '', 0, '?'),
(0xb1f483e62b3584040035ff11e9e856bc, 'wp-content/plugins/td-composer/assets/images/sidebar/spritesheet.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/spritesheet.png', 0, 0xc08a9283afbdcb6817b96c0d080c6f5a, 0xc08a9283afbdcb6817b96c0d080c6f5a, 0x53c70b548e89f52b9a8bbf0e935fab7ccc99b7feb3e673fdd5b0ea19aa6c924f, '', 0, '?'),
(0xb1f4be96e9d22cf0be2a8b8861a9ee30, 'wp-content/updraft/backup_2025-06-12-0330___90_f423b7f4ab78-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-12-0330___90_f423b7f4ab78-db.gz', 0, 0x1ca37eddc83f447d0f26b616db2a1fed, 0x1ca37eddc83f447d0f26b616db2a1fed, 0x6384d01f585016ba531973fefe04833901bbcf55288c9eb248a270237703c865, '', 0, '?'),
(0xb1ff5feb89f64bee7b9d5125a7a894c3, 'wp-content/plugins/updraftplus/images/notices/subscriben.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/subscriben.png', 1, 0x00000000000000000000000000000000, 0x9ba8965539ce8094b361b823a0a1cd94, 0x30edbdcc84254ccc32688d030c7529718e0ce82c5db646ccc0c2a8e759c4dc73, '', 0, '?'),
(0xb2036b69646cfc2f186a1fd9f0549106, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_9.php', 0, 0x7a684ae19b437250461d41c0fc418e86, 0x7a684ae19b437250461d41c0fc418e86, 0x322bdcf646c0aded6f39b27a6bb180784d031d8c284264b533832f690436edfe, '', 0, '?'),
(0xb204767d934c955ee4d7c74e30327a08, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdHomepageFull.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdHomepageFull.js', 0, 0xbbca381d58ddf1341419e9136209eb14, 0xbbca381d58ddf1341419e9136209eb14, 0x634da3f28e553b4691c4548c0f197af850043d643ff99c2eee84b0d4771a18d5, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme.min.css', 1, 0x00000000000000000000000000000000, 0xd0a9dfb5fa7847be61b04ea9b652b79d, 0x0eed9b9c4d202759b583031d0196ed5fcdbccd63d77c24c07108270908984c39, '', 0, '?'),
(0xb2069bb346a90baf61efedfbc9face31, 'wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php', 0, 0x5f421e42a46cb7ac44a8aa5c1e39d051, 0x5f421e42a46cb7ac44a8aa5c1e39d051, 0x4de212afde7dad49531f0117bb29801550a82a350b7a196080092097ae41e926, '', 0, '?'),
(0xb206f62d2dc65bbf594836c4df35ec23, 'wp-content/plugins/td-composer/css-live/includes/td_live_css_composer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_composer.php', 0, 0x29fdc1e752dec713999c8cf07815da74, 0x29fdc1e752dec713999c8cf07815da74, 0x324c6b2245894a21535ba4e04f02cb910f791065904f47fd9407e5b940106def, '', 0, '?'),
(0xb20fddd9b6ea413d7e812d60fc597570, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 0, 0x9c9cff93a0d5a209225c1bae18d80a9d, 0x9c9cff93a0d5a209225c1bae18d80a9d, 0xc676f55bc3cd2d0816804e59a95156174c05ab56670c0b12bb8e818a6e38b662, '', 0, '?'),
(0xb2155ec318d7ca7ab6d905ccda8344fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_2.php', 0, 0xa1435655a0a33eb69ec8706573674794, 0xa1435655a0a33eb69ec8706573674794, 0xde01f7d6c27e853972ae456a7208db0d59e7d55b6448494e0e6076b56b51e850, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x968e5ed57a570a2558365211a93fde7a, 0x859a78678eabfbe1d06dc0adcb674576dee8f47c09b972ec224003f4ad5fb571, '', 0, '?'),
(0xb221d3b28a3ab7fd388b0356afccf7bb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb2254aa0d911de7b0361541378a19a32, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 1, 0x00000000000000000000000000000000, 0x0ce261963662e48d7987ecc39de7dd90, 0x13bedd0acc240a5ecd1c8f9df855ec23917c0fc57deea7d0ff5885d8458c9209, '', 0, '?'),
(0xb2311841ebe262c8b189e238a394454e, 'wp-includes/blocks/group/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/group/block.json', 1, 0x00000000000000000000000000000000, 0xf0f0f3e74e9afbbc4997235952c100ff, 0x3c37c13b0f8971ce04df36d347d41205076f0606bc74c10d178602955dfaa6a0, '', 0, '?'),
(0xb231efb6f3e6aae8050f6d328facb755, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php', 0, 0x200e81c665dbe1071a5fcde914291f7b, 0x200e81c665dbe1071a5fcde914291f7b, 0x0bff501df6dba048e7d502b2d9152049ef87d4faf0be56ecf0725b349b559eb2, '', 0, '?'),
(0xb23238c0c8e7f104fe3d4096b201c3c6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import.php', 0, 0x5d54cd733cba31b146db0bfcfc8a95a5, 0x5d54cd733cba31b146db0bfcfc8a95a5, 0xb45d6fa98351e8232b05be0680808506f19e3d3d043bb033db42813774f81043, '', 0, '?'),
(0xb2541ecb59a89b066d3d9d9ae5bf227f, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 0, 0xcebd05770e46025e532d83797fa08b01, 0xcebd05770e46025e532d83797fa08b01, 0x1e027f3c3d56212ebbbc4a7fbc4334a50a13e6deb8aeead40ea90df50438299f, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0xb260ad04384735a70ae650f8f8e51b95, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 0, 0x01dd322c8ff8414eff7ff8eb53bc145b, 0x01dd322c8ff8414eff7ff8eb53bc145b, 0x1c25af67dad574f3e99a86076c705849d1a5494043128fccb2999390bef3a572, '', 0, '?'),
(0xb26690bb5a977d863dc1e42a6c64790d, 'wp-content/themes/twentytwentyfive/patterns/testimonials-large.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-large.php', 1, 0x00000000000000000000000000000000, 0x7fb912216899e320f74c6d903382d57d, 0xa419b55f8c03b34176b4d63c6b5c0115076fd6954ec2ba74f828fa6ba5b34548, '', 0, '?'),
(0xb2691d0c50441767b9b2f34971393554, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', 1, 0x00000000000000000000000000000000, 0x7347106f09b14596bc1d1014c74f36b3, 0x5a1c580841d4b8d1cc2c4beed40b8e688ad918715db5e3f4b1bee4f7956929ff, '', 0, '?'),
(0xb273655405729f0368ee6135e03e2fbe, 'wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg', 0, 0xa2aa33f933c6bf55695649a856f1fea9, 0xa2aa33f933c6bf55695649a856f1fea9, 0x1e37aec85a39a7807895163dc9fde3c9be11b60bd6761580a031481e26b62967, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', '/home/abt90iranbet/public_html/wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0xdadb3f410026822807858737cbc7b64c, 0xec35e97a0bac4bb7c6340f2c6902ba187f4021e86959c8451b8aa4f4a4790b8f, '', 0, '?'),
(0xb277348f9acc7b34885419bb37069a8e, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php', 0, 0x8e283e22a11823295adef38ea001e7da, 0x8e283e22a11823295adef38ea001e7da, 0xb2e27122d36fc79c430e32b26d2acdb844344c0e636a3f7e16c85efe3faa7acf, '', 0, '?'),
(0xb282edd240cdd58a483d5b335b7afb27, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 0, 0xa23e030b62590950884856109219c7f3, 0xa23e030b62590950884856109219c7f3, 0x63edcfcce28640c0c32416208d37d7699a01686ba9c49f1f1a56d4f57512491c, '', 0, '?'),
(0xb28a163656a8c61dea698ef6508943a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_7.php', 0, 0xaacb483aae7a9f99d1c626e5c7c67332, 0xaacb483aae7a9f99d1c626e5c7c67332, 0xfc29ecf94564b95eb38f8101e3793eb6ccd4e9d5956b41ad42418ed12b9ef736, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x69398c37e321e8aafe88e189d0a63a9f, 0x3470294ffde807cd46052556340054df13f476cc51516e058602f9b05e96737c, '', 0, '?'),
(0xb28d8d42b55f4d1d4b303429b5e24233, 'wp-content/languages/plugins/elementor-fa_IR-2bff8dac39eec4388d1becc2ebcfeaab.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-2bff8dac39eec4388d1becc2ebcfeaab.json', 0, 0xc7043a98d6818c549d019ab0ced86cab, 0xc7043a98d6818c549d019ab0ced86cab, 0x953de88fc03c168b12052bd9f17a7a227e0717de525ec6e19795d9b3ea6a76ca, '', 0, '?'),
(0xb28de04001301338ae9a2b20e04447b1, 'wp-content/plugins/updraftplus/images/notices/summer_sale_24.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/summer_sale_24.png', 1, 0x00000000000000000000000000000000, 0x1e9ffce7d728ebf8608044a94a5281e7, 0x25a77b9e9c291881b8268c6af7451ef94f0a172f1d9f398e684ea39a5ecdbfc2, '', 0, '?'),
(0xb28ee2f442888945fb2fffd6112dd467, 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js', 0, 0x85cf31493f89b9266f3dd425762d5ca8, 0x85cf31493f89b9266f3dd425762d5ca8, 0xa213f26b5e16cf650fdc963b30772eeeea4f552d526028b84f3f06a583e91d1d, '', 0, '?'),
(0xb2958eb2e2439f090c2361bf9353ce5b, 'wp-includes/sodium_compat/lib/stream-xchacha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x23c22c3eaa47a1cb65063e5172bd2e58, 0xd7ce18d074401444a9f55a2b6f6d574083423c063a6d36061af9b84916289820, '', 0, '?'),
(0xb2978f1dfc7408913a8aafdf5a00e5b1, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 1, 0x00000000000000000000000000000000, 0x8e1d966077f6e8631fc18e80ca881b81, 0x2c4b4990a241d5326bbb312575d0a894677e862b19644ae902b0e78352f82dba, '', 0, '?'),
(0xb29c4528e0f414b0f07bce2eb903d8f5, 'wp-content/updraft/log.a30fd22e003b.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.a30fd22e003b.txt', 0, 0xf98039bfa10429b53494de402ca0c4ab, 0xf98039bfa10429b53494de402ca0c4ab, 0x72cc839ff8880a148e7128b46c683eba885408cbfe1318f36537cade060d9f2b, '', 0, '?'),
(0xb29d3b3b0980f1644b5aef554fe33acb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php', 0, 0xcfe77c294da03b6834dc6fcff216ce2b, 0xcfe77c294da03b6834dc6fcff216ce2b, 0x2b54bf082a22dbb9673dcca26cbec7f8b3c1258f04cd1ed6b4d3b07ec542d770, '', 0, '?'),
(0xb2a0741b153536e4641e9f1d08a31c62, 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.eot', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.eot', 0, 0x5501c819d3d35df34e16cbda08ac7953, 0x5501c819d3d35df34e16cbda08ac7953, 0x80a7121e7783d70695f0f72af26f9ff398c77507539d96dfdd9df70f399094ea, '', 0, '?'),
(0xb2a97cd2ccf5b02f3fc85129fc9b1d58, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_6.php', 0, 0x5e421807a025dbbecb4da269f6d8acc6, 0x5e421807a025dbbecb4da269f6d8acc6, 0xd375097219b8273d3fa850971f8dd4208520c445eaf42a9d9dab007b72b7deb1, '', 0, '?'),
(0xb2aa854189ddf2e6aa28112af468d836, 'wp-content/languages/themes/twentytwentyfive-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfive-fa_IR.mo', 0, 0x08609f6ab91ef61bad2e9439cc98b60f, 0x08609f6ab91ef61bad2e9439cc98b60f, 0x235a99bc7404e9fe4b6f8e8f5e7f3100f8b90da4f279521c702df77f243a470e, '', 0, '?'),
(0xb2aac32af91cbbb3338cd4d3b0fba30c, 'wp-content/themes/twentytwentyfive/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0xab15344a3cbea98944eaf2d365996152, 0x8699a6f7fdd82fde08b6bc14f40c1602926b7fed1c63a505c3411070750402ee, '', 0, '?'),
(0xb2afd98c2676344cc68bc677a76519a6, 'wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-admin-rtl.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-admin-rtl.css', 0, 0xee224df9775bc9bf0b6a929246e1005f, 0xee224df9775bc9bf0b6a929246e1005f, 0x5264bc6e8243525c857af23168ebb28c74856d14a556a4600fb1ffdc8d0e1776, '', 0, '?'),
(0xb2b6b9d5df4adee8f145e4dd65789ce3, 'wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php', 0, 0x6876e575aadeb731044db64e7be2f3df, 0x6876e575aadeb731044db64e7be2f3df, 0x5209613da7c7f12e1f5d17ed870e200881692372b2a61be833502b788921346a, '', 0, '?'),
(0xb2b6f2b650268449f042f293fd2d4bad, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/disconnect-button.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/disconnect-button.php', 1, 0x00000000000000000000000000000000, 0xd895fe41cb09f782e2259ac1a1b577a8, 0x51e333e116e5b2d3d77c17752881462f709bd89b292feef9314d35752062af28, '', 0, '?'),
(0xb2b71a93158c6d290cd0e5d71f407595, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php', 0, 0x2204410b1e6dc6e7e39744b048c9abee, 0x2204410b1e6dc6e7e39744b048c9abee, 0xae1a60a0c92d72987cb7e4688c81be8aeea84080ebc06e55fd48311948e9b39e, '', 0, '?'),
(0xb2b743069ff99359c4e0d1858197d038, 'wp-includes/SimplePie/src/Gzdecode.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Gzdecode.php', 1, 0x00000000000000000000000000000000, 0x7ad23a4f14fe1257f77fbcc92b93096e, 0xc9cdb9fc9056362ce596411c543b0c413971ce4fab8cf50ff58e85fb70d22ce0, '', 0, '?'),
(0xb2b85a2a1f66c4064d70f6b3c81215d3, 'wp-content/updraft/backup_2025-05-16-0328___90_78195a1be7c4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-16-0328___90_78195a1be7c4-db.gz', 0, 0x98c2ed6c82ce1344065099123a0e1fd8, 0x98c2ed6c82ce1344065099123a0e1fd8, 0xd4dc881d2cebebf8504194e14efc2f3628dc12c59f92f1042534e83046686c24, '', 0, '?'),
(0xb2bc6d7fdb99a78dae01276bae3d0f56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6753f34354ed33074bfcd3aec2718148, 0x3f9e1975dc529aecd2d45b946e8c056f7a07c3b6fd43c42fd1ddf72da42f4a4a, '', 0, '?'),
(0xb2c1f0fbec90cd01ad19336ff888edd8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_6.php', 0, 0x7a9d4757ef4ceec4584d7948a52b18eb, 0x7a9d4757ef4ceec4584d7948a52b18eb, 0x0bee00626c5cd9ec952659bc1ec2f167c9cfb106bdd453bc1b4e69cb6ded0013, '', 0, '?'),
(0xb2c396b2abd76492130811174ce16e6d, 'wp-content/updraft/plugins-old/updraftplus/options.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/options.php', 0, 0x2e9bc8cfb25f23b11bbedb6a812801ad, 0x2e9bc8cfb25f23b11bbedb6a812801ad, 0x655e9f3106463f2692b36210b5f9a7bd19c7199255bc22d4b18cbea92f5d88cb, '', 0, '?'),
(0xb2c90e572448f0be97ff44e4213b3144, 'wp-content/plugins/elementor/assets/lib/animate.css/animate.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css', 1, 0x00000000000000000000000000000000, 0xf86ea6941cf680339fd3473b4b45e3d5, 0xb007f8b3a3613b38237ffb9ad022004d30dca4ffcca8f5cd4ba6b95b1a32fe20, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb2cb2af2e379826e714a0fe5379464b4, 'wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg', 1, 0x00000000000000000000000000000000, 0xb48701093237f90792e00dadb2de3a0e, 0xfe73970645a06071ea32be6e4942016c9ed2f59efc6ce7fbbfd0d3b552cd01a2, '', 0, '?'),
(0xb2cebfec1d89387a68d7f1a521e4da82, 'wp-content/plugins/elementor/assets/mask-shapes/flower.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/flower.svg', 1, 0x00000000000000000000000000000000, 0x75633d24ad5f4d95d6192ee69f367a5c, 0x5a2bd262c5bddd6ef515b73ac3ea8e6837fc429dcedcc0e46cd5e4de43d0e633, '', 0, '?'),
(0xb2d1fefc7a8c24fdb31ef86b052a1aa1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 0, 0xd17ed123efb05b686f44c2eed7d3c4fe, 0xd17ed123efb05b686f44c2eed7d3c4fe, 0x03bc1cbe1508c0a7e701e75d975737430e9169e026eef2de1d27f554977d3bf9, '', 0, '?'),
(0xb2d6917042c2d06aa5310bcf5151defe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_2.php', 0, 0x7f5561ee0562b2fe1239252d9980d96d, 0x7f5561ee0562b2fe1239252d9980d96d, 0xa4c840ccf347a007f52b8bed54bcb44864f896aa7def6b528a3c154a1d5ca5f9, '', 0, '?'),
(0xb2d8ac22d6a662d048dbfb4233ceb9cd, 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/rich-snippets.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/rich-snippets.php', 1, 0x00000000000000000000000000000000, 0xe4d0024026abf4ceee0a9ab9cae05942, 0xde806ee4fd9d079ffe6d00c395b7ec8217a39389452e782fbb83d6df9b0edf83, '', 0, '?'),
(0xb2d9f37b795645f7fdc9ed4a4719dac8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/demo_style.css', 0, 0x7eadaec4813e712212ff4c7ba353d716, 0x7eadaec4813e712212ff4c7ba353d716, 0xfa0800dc248782b521b2c4d2bfeb462b02953dd08225d583142ab03c4834c28e, '', 0, '?'),
(0xb2ddb2c908b065db6358ac79a1b93e5c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import.php', 0, 0x1a1af2c73e348938f72843affa1b998e, 0x1a1af2c73e348938f72843affa1b998e, 0x03b3cf316179285f0ed546307c39d9cd6abc037e8e60ce8e32fa2811ede7df12, '', 0, '?'),
(0xb2de4ca66e768b4988ad600b6a90361d, 'wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.mo', 0, 0xfa1ff0334a077d5beffdacc721ceb29a, 0xfa1ff0334a077d5beffdacc721ceb29a, 0x5ebc04124a834e75f03cde3e9fc544a73a7e2725ae862082f83463c345e36966, '', 0, '?'),
(0xb2e23dd6fc6e3cdac82bd402e628859d, 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-db.gz', 0, 0xd6986aa354995428597f994cf3a0c29f, 0xd6986aa354995428597f994cf3a0c29f, 0x97d2863d14ace45daa844ecd5bf702aabc1840914a6bbfb6a3153ce1e1ce5eef, '', 0, '?'),
(0xb2e6f69d65a9bc86876256e0445eaa9e, 'wp-content/themes/twentytwentyfive/patterns/banner-about-book.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-about-book.php', 1, 0x00000000000000000000000000000000, 0x2193ff74f63ef850a4af571ff21798ce, 0x0e7cdfa0cbb378513a9e85e9627a3f598f4992560e0b398bb1a01a7859f669c3, '', 0, '?'),
(0xb2ea022949cf8b05a11da0728320a2e8, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x099e2c8fbf9621cb63872b15d540602b, 0xef9af6e93bf5dbfb0673bdc9085adc4ab2c25440283d8598135cb5afd193cd59, '', 0, '?'),
(0xb2ea6946f4b89976499f2d4cd63ebda2, 'wp-content/languages/plugins/amp-fa_IR-6b86fbe39aa131814564692b71390ac6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-6b86fbe39aa131814564692b71390ac6.json', 0, 0xdd9f47f1b355bcbebbe70479d7d3c6f0, 0xdd9f47f1b355bcbebbe70479d7d3c6f0, 0xf6f1e30518fe48891fc8f31c50353eb4f9a01881280678fef00d082579c94aad, '', 0, '?'),
(0xb2ec2743c6bdea2b4be1157af61650f5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_6.php', 0, 0x1a383ecec377f4d791a5e2af331d46e0, 0x1a383ecec377f4d791a5e2af331d46e0, 0xba189ed4f35e0670184fd1eb37d8513bcba5d50b49d45c7483cc5718ce802ab1, '', 0, '?'),
(0xb2f29dd6aaa69402ccaacb2bb7f33f4e, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_AU.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_AU.json', 0, 0x507cd0c581b8ccef610cc54477f45a90, 0x507cd0c581b8ccef610cc54477f45a90, 0x53e275c58e1045c6eb411b83888d5ad7c2f4c0358a8e905812bcb678c313dab7, '', 0, '?'),
(0xb2f2bd049137c86cb9a60283576a6c01, 'wp-content/plugins/amp/src/Admin/SupportScreen.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/SupportScreen.php', 1, 0x00000000000000000000000000000000, 0x840b3192fe64b1eb81013f39dfd9bddc, 0x9f81bf2d5f5f8cf32df61affc5a9bb4b7c0dccce45208145056bfca9c8230702, '', 0, '?'),
(0xb2f2e8088aeecd8e5c31d187da84dc15, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php', 0, 0xbc7044765a13d59d84ac925fac73040e, 0xbc7044765a13d59d84ac925fac73040e, 0x62e8292398363a8070891fc68220e67da709ee0d8370ff45ca6c6bf98e6625d8, '', 0, '?'),
(0xb2f97a766f3af8b7dc1442259abaf0f5, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x4911c368851583ae25752d17439d00c4, 0x2259c2a42636485518be5ee906b727fd24b19e08e53d5f3b1e3efe02b0a70be6, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0xf42702f4ffb78b7e477e0f10f6d49e9c, 0xbc68f033585678da70c6ec54bce84f7f53c29153666218e6d10d8445e68db5db, '', 0, '?'),
(0xb3052da92aed7878371191dcd3b4ef9d, 'wp-content/plugins/amp/src/Validation/URLValidationCron.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/URLValidationCron.php', 1, 0x00000000000000000000000000000000, 0x721fa2d29bf00bc5e69c3c9480780ed9, 0x1457d0ef1042e30d169c3f1434e12063016266f458b4a19d571fe5e0b65378f8, '', 0, '?'),
(0xb30994bd8df71e68dcf331362253a6cd, 'wp-includes/blocks/comments-pagination/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/block.json', 1, 0x00000000000000000000000000000000, 0xc23f978ef44dc67d639634c7bb991a17, 0xafa2209ef08cbc8565a1fe0046936d88dd48c691f67e07c756650432dc616cf4, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0xb30e77df50b8b8437acf3d9a0bb4ff75, 'wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 1, 0x00000000000000000000000000000000, 0xa8a1516bedca39878f6241c97868dc7f, 0x29678f2cc6ca6ab34f20a762a3f0b13b40689202c1b4ebbc9b6f0150023c416b, '', 0, '?'),
(0xb30ec1408b6049b77735290432ec15cd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 0, 0x57719abc7b9e3a8c7c65b826a69a4df9, 0x57719abc7b9e3a8c7c65b826a69a4df9, 0x662a4b7df1a22df2afddb224bc804fbb702a2427c45017b09cfc9fb3ee56f7fe, '', 0, '?'),
(0xb3113f635e2cd731361fb2b8ddcc4bd5, 'wp-content/updraft/backup_2025-06-15-0335___90_f6d5bcadffad-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-15-0335___90_f6d5bcadffad-db.gz', 0, 0x5b2cb1bf309eee0fa8c5cc4d6625b8aa, 0x5b2cb1bf309eee0fa8c5cc4d6625b8aa, 0x9c66b89f3ee11f80e2d5de7fb37ad0baac5371b75a07bff25ee6107ac32a592b, '', 0, '?'),
(0xb31474f57ebcb5bdcadec82aec17d686, 'wp-includes/blocks/page-list/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor.min.css', 1, 0x00000000000000000000000000000000, 0x9786e317284dec42908cec875fe7ee9a, 0xbaa1bad46c8f135bad29eed9253d1f04671a1af6e39c460eb88180f074ba5790, '', 0, '?'),
(0xb317ee599dfd38c96aac9043b447de23, 'wp-content/plugins/elementor/modules/favorites/types/widgets.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/types/widgets.php', 1, 0x00000000000000000000000000000000, 0xa01b1d55af9990f3a42830fd0a16ba4d, 0x391f36f04a537880e90b913f70a49743195d8899861c0ae78c3d238740d18628, '', 0, '?'),
(0xb3180df50610d59fdd29938c037a85a2, 'wp-includes/blocks/footnotes/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style.min.css', 1, 0x00000000000000000000000000000000, 0x3062b46b2e1f33a0d4bbafd4c807dbb4, 0x53e8f80b28b23a60ab962bec20e091aa258fc7b4aa059fa5de5866451314b104, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x27fe32722f6d48bbb0cad42256925ce0, 0xfc0e1e21d5454adfd0044121bcc0a53abe10a8380a17cf6b4c4b735ccd636b8e, '', 0, '?'),
(0xb318f1e74df13b871b77c9c20388ea3b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_panel_settings.txt', 0, 0xd11fa89a9ba45bd3e6f72e204592dc07, 0xd11fa89a9ba45bd3e6f72e204592dc07, 0x04fdbe19330ad2583b3397b0ef5a3f51d449e96216dcea7299b5b0a5c8acbae3, '', 0, '?'),
(0xb31c076deed8c5cd4f33b07796ef92b2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_7.php', 0, 0x5693deff877461d1b3da938c23e39f8c, 0x5693deff877461d1b3da938c23e39f8c, 0x8537eeed86e97d33b2a71ea39ecbd7b138d95ce938e8dfc257f7853c7b424ae9, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xb31ced9387707f5c401d3ab977827f5b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 0, 0x9c530bbf82d46c8014ede984fbc308e5, 0x9c530bbf82d46c8014ede984fbc308e5, 0xf2e431e48eb054dadd90561e14407e701dedb1f7b1568cd7c157cea7df529a0b, '', 0, '?'),
(0xb31faf80a0f75278a46655277846091d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-right.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-right.png', 0, 0x52bfac8c823af8af6f77a831da25c293, 0x52bfac8c823af8af6f77a831da25c293, 0x77752f320facabad1120dec229da071b2c1420b9c6d2b1169833c3def1c99151, '', 0, '?'),
(0xb3210151e7a1aae6f944da46bac72643, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-optin.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-optin.png', 0, 0xe6a562ac91c5b7fb34f74f23ca02a714, 0xe6a562ac91c5b7fb34f74f23ca02a714, 0x9d2cbb0ea1c5aa7c3b01d09a839df08b3b23e6fb5eff53e2d695563d216070ab, '', 0, '?'),
(0xb32a13814e8291057cbae9726120ac36, 'wp-content/plugins/elementor/assets/js/beta-tester.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js', 1, 0x00000000000000000000000000000000, 0x864fcb394d31c6e045aef6a5cecc3054, 0xc7fa00bd9c530c94556d5eec6847ca5aee8044da6f2bc5e4b3214fc65b31351b, '', 0, '?'),
(0xb32ae381a60a307309a8b7fb8cb862fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1.php', 0, 0x89434a31b27340193540073f692a1395, 0x89434a31b27340193540073f692a1395, 0x72e4d5f99bff2a694279d56ea6ed7907ee1d24f928ad6421e54f52873db69ffc, '', 0, '?'),
(0xb32d23df93082781e81d454441140ce6, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 1, 0x00000000000000000000000000000000, 0x68fb588824883a380f85cb125d42cbc6, 0x6603707ab98d7ec85521877f8ab321ab7c8fc3960930be4340e984df6555b218, '', 0, '?'),
(0xb33bd962cb6be6ea4a6a2a44ea51deff, 'wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css', 1, 0x00000000000000000000000000000000, 0xb69a3fdbb742712d554f16d55a651620, 0xdd1b0ee6c3d4b6bc7f587d9895cd43d35fe416a32cb0b2206646edcd2a36e7ca, '', 0, '?'),
(0xb34062ebb8c7b16d5453a528a7a0f203, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-serializer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-serializer.php', 0, 0x5f05ddc7277519c7f123392c76849b72, 0x5f05ddc7277519c7f123392c76849b72, 0x475e911a1a37d85eef1bfc859b0cca0419f293264b8932457117405693d57c88, '', 0, '?'),
(0xb34c98f6876cc4979d3a3bbb438825b1, 'wp-content/plugins/luckywp-table-of-contents/front/Front.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/Front.php', 1, 0x00000000000000000000000000000000, 0x22852fe9e0671604c5a20f026db8b938, 0x08bfcc3f3d1426b352e38336a9130480b0355b32347fb729639db99f54df52b1, '', 0, '?'),
(0xb34da2bb5b61710284b70243f9632022, 'wp-content/plugins/wp-rocket/vendor/composer/installers/phpstan.neon.dist', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/phpstan.neon.dist', 0, 0xe6b0b0973dab6d54cb5721b34e0c37de, 0xe6b0b0973dab6d54cb5721b34e0c37de, 0xee020c98d450fa363b3dc575a97e494df4201b28b80ef47484c2d0cbe22a949c, '', 0, '?'),
(0xb34eca09fb3191792a6948fbc2f22041, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-presenter.php', 0, 0x2c031e2e837bd9245cd43d69fbf966d3, 0x2c031e2e837bd9245cd43d69fbf966d3, 0xcba0fd4654ff3562bdd133646623f649541e21e64a40853f5175c56eb704577c, '', 0, '?'),
(0xb351d4611aacd3e09f979b6a54c24101, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_9.php', 0, 0x08b0766f395224945ec9ebac8041b1ce, 0x08b0766f395224945ec9ebac8041b1ce, 0xfc41c4b4cbc935cd75499fcb59512a6a2f2f4f734f0a1c58189afdda19d472e5, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0xf775ddd9c2e774085d3dbfcc7ecc1298, 0xb7335dea64e87090bbb1e342a3342ff3e99b2fb9ae1ca2d5001c43463ab34c0e, '', 0, '?'),
(0xb356c6fe87f4be39ce32a1eeb2dd3aa2, 'wp-content/themes/twentytwentyfive/templates/page.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/page.html', 1, 0x00000000000000000000000000000000, 0xf9912d724c9b98cb37870d67facc0142, 0x065c15e6189d1cb6b87af3c43d015593b81f0c413117b0cff014da7feee47770, '', 0, '?'),
(0xb358e6f6e0a10c06f07531cdd14ea53f, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md', 1, 0x00000000000000000000000000000000, 0x44b9914e09cf1d4fdde32f0980944e80, 0xfb699fc8897b07875fa6a65aa9c6f74af3a5714056e56944cba18eb21916f022, '', 0, '?'),
(0xb35c68a87e76b4820c671b64a576b553, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x38485d972e1fcc876e22d092dfde7f39, 0x84987cc6b41bcf8b3272f767b06dff5205a8c2d8c26c921722db60299b4cabb9, '', 0, '?'),
(0xb35d6008ac5a61f6e8c335d48bb10cac, 'wp-content/plugins/elementor/includes/template-library/sources/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php', 1, 0x00000000000000000000000000000000, 0x419098245432cf60a699efb1d407340b, 0xc1a797438741c273043be9fda2b4eab7226b5a03219311adffb772becd3c09e8, '', 0, '?'),
(0xb362072fe8a7a0001254f6813780c14b, 'wp-content/plugins/kk-star-ratings/freemius/templates/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb3690768fb2c11a2e8ddb323ac7d525d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/apigen.neon', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/apigen.neon', 0, 0xfa187396127da3f458657b2e1e39c55c, 0xfa187396127da3f458657b2e1e39c55c, 0x56dfe70f86f745a006927b051f02436de60b4a98fc234011b2522d23e84afe33, '', 0, '?'),
(0xb3690fc89c19cc318ae900a6cee8c138, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0xd30eb6533b680338ee125ed1dc67d452, 0xe319d06deb66caacba818fa0d77f53a25854aaa5c5c338cce041a50e2dbe6781, '', 0, '?'),
(0xb36de465c253ac0998d230d967d09cf4, 'wp-content/plugins/elementor/core/experiments/non-existing-dependency.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/non-existing-dependency.php', 1, 0x00000000000000000000000000000000, 0xbf40aedf58b4742645d66e83e1bfb23e, 0xdef331664a41cf447828a8f7931ac01869e610b20b4b31bcfad62f4e0b67139e, '', 0, '?'),
(0xb3747a96d55e084c2889baefbb722b50, 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php', 0, 0x6532745a31ae3202ffdb2ef9faa34059, 0x6532745a31ae3202ffdb2ef9faa34059, 0xba7ce382ce0c71135181c86c1b6a60c6f0e2f96d4bfa4bde8dd4e0af44c1e792, '', 0, '?'),
(0xb375be7a949605036b9e25f84a817e75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2_no_content.php', 0, 0x7e21c8ffbc3275cf6f4b35e708f9af0b, 0x7e21c8ffbc3275cf6f4b35e708f9af0b, 0x9587383458b03bcd6d97bcad23df7e62ac61dbe790f1d3886b7632dfcbbaf068, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, 0x00000000000000000000000000000000, 0x4417b6eaabaffc1d7907ef9535e67063, 0x3028fa12a608141d3544b23d559fefd4947e8fe9d812da8849152229e1a53768, '', 0, '?'),
(0xb37f1475b8e16cb82adb2c00221e044d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 0, 0x901d5100c34e37abad4db6f5ccddd6be, 0x901d5100c34e37abad4db6f5ccddd6be, 0x59955555bbb19fa90ab740c63672c73f8f1011e9ccf4603eddec6aaabd8c38b8, '', 0, '?'),
(0xb38044fcf46a8964c7e864182d9faf41, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', 1, 0x00000000000000000000000000000000, 0x1d7fa9f6f441f39da1bcffea6f87e586, 0x62da3afa7f640e68254af41c18bca7f2f5e423f9f16ba5363f329bdcd41503af, '', 0, '?'),
(0xb3827d10a45de43e682a8322ea05c435, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/debug.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/debug.css', 1, 0x00000000000000000000000000000000, 0x8b9f1974f44111393550d2f460fa76d3, 0xaced7a0e89ea8716fbb3cace5423e1a25cf6f9dca8fa394e37c595f16392a9b2, '', 0, '?'),
(0xb383aaa70e0acf97401e5219d75c682c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import.php', 0, 0x8d525ae6e3d6758df1299069dc69f6ff, 0x8d525ae6e3d6758df1299069dc69f6ff, 0xc5143d566f34b01aa3d2204cfc1ed633314f1f190a605470fb015226487a8db9, '', 0, '?'),
(0xb38573f7c58b3a568c6126747e5c94af, 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php', 0, 0xdefabea06c279ec5573f6edfdbb8a883, 0xdefabea06c279ec5573f6edfdbb8a883, 0xd309d01a97c956e9b6f20295d742ad27e317277bc76304408b4161102c1521bc, '', 0, '?'),
(0xb3857a87764d9e983edfac84509edd58, 'wp-content/plugins/wps-hide-login/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x8948689ddd6765cb530a40c2b32b5e40, 0x665bb96f5e0efd5c260e87ebf9a2c591702046edf50c9ab27fd76e81dc56227e, '', 0, '?'),
(0xb389ae4e2da1718a07ac8800fb05e7b6, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 1, 0x00000000000000000000000000000000, 0x8b88b77fdbe48be3fbd90daf29d26f46, 0x8654b4259a6275fb1d49917f7cc7c85ce42f1fdefacc2b375e665cfe5249db84, '', 0, '?'),
(0xb38e2e116397447dc173f1e617ed88e8, 'wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php', 1, 0x00000000000000000000000000000000, 0xfd134479838bd20fee77deabcc82b0bd, 0x571eba92d6c05c31c79ef99fd43f3734915b0b0f73f1f1b7a99d201830f93805, '', 0, '?'),
(0xb3939363eea32aa40ed0c28eda641221, 'wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php', 1, 0x00000000000000000000000000000000, 0x89e5f05de191756d8d9d1308b179a70e, 0xec12a7421ee42c36c721d0e8419bc41e4c3f7dda548fd93002b7e9477a7f0f0d, '', 0, '?'),
(0xb3959fcb1b04f00d414fc4540aad549c, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/binding-format.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/binding-format.php', 0, 0x61db455922705b91787118f4409dae65, 0x61db455922705b91787118f4409dae65, 0x79bbc8bc279699612da32c9ad01c0db2fa1b17a1273d5cb5a3ecaab800ebe17e, '', 0, '?'),
(0xb3a44195b1b6a4342fcc87f35194ea46, 'wp-content/plugins/wp-rocket/inc/deprecated/3.2.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.2.php', 0, 0x53d1eee7669778dbfb2c28d1be719b96, 0x53d1eee7669778dbfb2c28d1be719b96, 0xef7a6a934959093dad8d3e59859bbdbfa904ea0107c03a9fb9a929dc56b58f15, '', 0, '?'),
(0xb3a6b7993de88682c8019d9fa42b1d7c, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/DismissStorage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/DismissStorage.php', 0, 0xac800b23e4d9ce2d9aa7ccfb0ff69f18, 0xac800b23e4d9ce2d9aa7ccfb0ff69f18, 0xf8954405381e79e6f1da2cc800859950f0bebba9125818d30d2c8cedbd3cb1b2, '', 0, '?'),
(0xb3a97a1d93179ec6d74da77db10f12b9, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_text.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_text.svg', 1, 0x00000000000000000000000000000000, 0x87f9719c9da9fa7c1d81bf31c9d68c3d, 0x8a62184916fa4574fb0192ef73e82b0848f88f3928dda75d424989679491a169, '', 0, '?'),
(0xb3b3a31633c2bdecd621fa8ae9805e3b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1.php', 0, 0x312efe4e3bb1230f3e94382f705a6e1a, 0x312efe4e3bb1230f3e94382f705a6e1a, 0xd6ab373e3a4115b6238922fc5735b66b49186682753a0560661b02ae9c120724, '', 0, '?'),
(0xb3b6761c07e1d454efa51d8a9ed043ca, 'wp-content/plugins/wordfence/lib/wfVersionSupport.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfVersionSupport.php', 1, 0x00000000000000000000000000000000, 0x0674b635033526cefe4a52d2b94dbfa8, 0x8137937ec1abef289013b494ec58ccb32e4de6bad2b56bd0110ae4432db91d4f, '', 0, '?'),
(0xb3bc5f271ad30d5cac444d9d8bfe63b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', 1, 0x00000000000000000000000000000000, 0xf66f1dc9e25f44f35769f3dae45a592d, 0x378aff3e4d29e4938d01477acffac47bdfcb730964109c9ec778f8eed338c1ea, '', 0, '?'),
(0xb3bea4d9a67926afb35ef1ab0641f1b3, 'wp-content/plugins/updraftplus/images/addons-images/noadverts.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/noadverts.png', 1, 0x00000000000000000000000000000000, 0x2b34f4e895302a051c52cb1183bcc8de, 0x704b38412a7bcd6d20433cebafc85e09b01325f095c7a3a436d6443082c3d588, '', 0, '?'),
(0xb3c5229672ab363c8b8481201e77c0e1, 'wp-includes/js/dist/script-modules/block-library/file/view.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/file/view.js', 1, 0x00000000000000000000000000000000, 0x4d19045e5454d4554235a8970dd6fcc0, 0xd19c30ea42eb32af30124c21e3c0800fbc2d5a09ed365013b8c43902d5a073fb, '', 0, '?'),
(0xb3cf557742243cf617f59aaec2eee515, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php', 0, 0x2d7a8e3893f08518b2a1e594c3ae5289, 0x2d7a8e3893f08518b2a1e594c3ae5289, 0xb1795cc2a945d4b5caff37a4f9667a56afd6aa7cee7274224e769d2872596dad, '', 0, '?'),
(0xb3cf7db361bc5d155ba399dcaa5ef68d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', 1, 0x00000000000000000000000000000000, 0x1418894b53f82bb93248e98441a24e9f, 0x59300b5af1c16cb4d99a85fbc8f0f21bb6f292f7f9c54e23680a184ec53329fa, '', 0, '?'),
(0xb3d19364f79d2ad7a894a1150c569cb7, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', 0, 0xbfdd6442373bfac336b5e75a08559132, 0xbfdd6442373bfac336b5e75a08559132, 0xfcd1b5388f454e244a1130054721a0497ee5263b8e28b774f2c2986b1a223a59, '', 0, '?'),
(0xb3d4bcd77bd2e8b3d5bdaacdc82f071f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb3d504deecec61c6940061ff275c3fde, 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x6da73dc5bd59df39dbcde0a7b1115895, 0xf7218213911856becd09d57668bd98a1ec1f976d2b3b3866d8a024786e2d337b, '', 0, '?'),
(0xb3d7397dee2b1c7e2feaa068fa7c6293, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.mo', 0, 0xdd730d9f90b88277ada71e7b7118a5d8, 0xdd730d9f90b88277ada71e7b7118a5d8, 0xa546b5874aec3130994267863ec29866125672d2db647749075c24e96d471cd0, '', 0, '?'),
(0xb3d9da06377917aa2203d5882ce4e6ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_panel_settings.txt', 0, 0x579a08ba4876f4023f3a26226e6aa469, 0x579a08ba4876f4023f3a26226e6aa469, 0xef475cb2bec2edefea3c0ae3f8cd1dba9f9692f818b7eac4542570c042ef3490, '', 0, '?'),
(0xb3dd2d894c1dd5171509c4f95b1f7be8, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_box.php', 0, 0xda2788cfcbfda82af59f84ab84f4bd3a, 0xda2788cfcbfda82af59f84ab84f4bd3a, 0x0677565e2bceea27a0469d5fabaa52ce0cb7392d47731218f17fffa640550a9e, '', 0, '?'),
(0xb3dfae8be590ab90f2ef2d46cc54b68f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', 1, 0x00000000000000000000000000000000, 0xe1682c22d54e2e637f2673df1d139c3d, 0x57b45f1d9744966cd01e2c77a1638683ff29b6ec8cbad3591d1195b938e1b29d, '', 0, '?'),
(0xb3e0c49f5644db5fd221832ec332b597, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_search.php', 0, 0xbdf6537301034b295f486dd6e1c40bb0, 0xbdf6537301034b295f486dd6e1c40bb0, 0x5a39d1bf934f11bae33a9654b4acbffc27cb7c1d99a2cf6de3f5d93186ec87ed, '', 0, '?'),
(0xb3e31dcf43592ce1a9e22d9659a1cbbe, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-site.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-site.php', 1, 0x00000000000000000000000000000000, 0x2e6c501b3d4793f2e049b0121d842e59, 0xf9d86ce4fb95cd25298f6e2aebac3e0175de819c6edc11b52fb40fa5f4efb615, '', 0, '?'),
(0xb3e61ed7bc40b7f77cfb5142316714fa, 'wp-content/updraft/backup_2025-03-26-0334___90_22e824a422b0-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-26-0334___90_22e824a422b0-db.gz', 0, 0x0b438f6b6e2cc8e02f2a7aeda27c3abf, 0x0b438f6b6e2cc8e02f2a7aeda27c3abf, 0xebf8f3c8137b27954d54a72844d84d6daff2a7d023ed6ee9b8470e1d7dfa9753, '', 0, '?'),
(0xb3ea5a0dee6a41f27dee73982c3cde53, 'wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', 1, 0x00000000000000000000000000000000, 0x38ca4af29460c2df1ab9fbaed860492d, 0xab412dd49d0e37ff904ceb494b67fdffddc4c396721b83312882eadddb3fc97a, '', 0, '?'),
(0xb3f0919cfa76bb812b10f06b954e118d, 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 1, 0x00000000000000000000000000000000, 0x009dd0110c78c8ad8b691403a2f93363, 0x4151d0cec8e3a319f7dcf14f9d6c9f0f8f62b519c6667ff8b8ecf54a82d4eae0, '', 0, '?'),
(0xb3f64f3d7a859d060edf4067d1aedc9a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_8.php', 0, 0xaea55c2d31dc84e843c1bcf105507694, 0xaea55c2d31dc84e843c1bcf105507694, 0xf83fd484a50f7541f44b07a923e7e746f734e82e35763b09b6824cc126b532d7, '', 0, '?'),
(0xb3fd4002310f2935ee50d70c75439250, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_2.php', 0, 0xfff6c22a75f13dcea3972a39c690cc5d, 0xfff6c22a75f13dcea3972a39c690cc5d, 0x46d74b12ecbdcce130eeb7c0c6510874754fd90e12f2c2d578fa19f29d20bf09, '', 0, '?'),
(0xb4006dfda4602193737400df5000b920, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', 1, 0x00000000000000000000000000000000, 0x4b7afde99873d8dfc93ee99da188fadf, 0x21135d31b621afded37b0644335e04eb558e36ce990196fc2a996e1bc968855e, '', 0, '?'),
(0xb4014c30acb7f302b956a66476eb9c5a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 0, 0xaf444084e0f6f7b83c2813db7848196d, 0xaf444084e0f6f7b83c2813db7848196d, 0x7b6f010a4c884f2f3e65b17c72a0acab294d7f71b3f3620abb21a510837b1a42, '', 0, '?'),
(0xb40a0088d0dabab9419fd3cc7ad2d052, 'wp-content/plugins/elementor/assets/svg-paths/line.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/line.svg', 1, 0x00000000000000000000000000000000, 0x6904c877facddb0f57227c5fe9e0a2b8, 0x082392a604dcb56deaaba319d560edebd6bcd8d13b0250ffc0f0bb782a7ace35, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', '/home/abt90iranbet/public_html/wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x8f4705b0c4db1e48f69fddad76e90214, 0x982eec8bf73f96920b1c17faddc1550ceb9e254fd1f5f3ce99b4e2f778212dc3, '', 0, '?'),
(0xb40bdeaf4645fcdf888ce6910b6bc0b4, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_b.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_b.png', 1, 0x00000000000000000000000000000000, 0xf6e50cd567bd3059742d45ab224a413b, 0x71407f44e4e51eddc44f8d9e857b32e940707d9b1f11f2757056ae3ebc620be4, '', 0, '?'),
(0xb40c8ad4ab965f94b2a29e4d85b6e812, 'wp-includes/rest-api/fields/error_log', '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/error_log', 0, 0x14efd3f02f25a1aac5f9681a4afcb774, 0x14efd3f02f25a1aac5f9681a4afcb774, 0xb1fd4c99ada5ab63a37e8af6742183b1d901c37b0bc697e7b84f762b5964c2a8, '', 0, '?'),
(0xb4100e5ba4200c0806fff0e6e3105167, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 0, 0xf432eb2c45f734e16cf943a941b5ba86, 0xf432eb2c45f734e16cf943a941b5ba86, 0x3a38162788a880fe18aaa7a1a8bae24969be60e737ad96bf8c7330c970a2df4c, '', 0, '?'),
(0xb41b0b8e2be5923c2a9aff20a74610e2, 'wp-content/updraft/web.config', '/home/abt90iranbet/public_html/wp-content/updraft/web.config', 0, 0x67da82c8c78834859f36bffd79337138, 0x67da82c8c78834859f36bffd79337138, 0x7503a5c07c63d2c301d39e647f62f789f0cdda6822c3929e1c7712b63631beb4, '', 0, '?'),
(0xb420321c854146ceda8946b2e8f78f78, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/powered-by.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/powered-by.php', 1, 0x00000000000000000000000000000000, 0xfe6d51f17f056f11de61d0c797c84393, 0xdf6f0ac7c1a4dc371d89e5f7ba58c1c56f03dd20278878d45f5fee6149f5a898, '', 0, '?'),
(0xb421982d4c014876f829acef6ea88123, 'wp-includes/https-detection.php', '/home/abt90iranbet/public_html/wp-includes/https-detection.php', 1, 0x00000000000000000000000000000000, 0x7ecf0f829e795dd10fd46bfc3eb7eea7, 0xe5bce01fcaa7563f94d4fb874f6bb0f14e9b52c874bbbfd9a8a489b67231844a, '', 0, '?'),
(0xb42749a2e3a1a6009f8b62222a2113c1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', 1, 0x00000000000000000000000000000000, 0x378d398b287e7c1e9d2526a1d7d8a516, 0xda4a5e9d70a797997e3b3a8a080edecc110e814aee828c31df1d1a77b06844ad, '', 0, '?'),
(0xb428b422f44be19581f9422656cd546b, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340.css', 0, 0xd52de3a3e02038807cfddc0bb7980ec5, 0xd52de3a3e02038807cfddc0bb7980ec5, 0x7c667e943de730ba310dfd79c4680c9b204fa18de6b5f3d93b799c9c2590e587, '', 0, '?'),
(0xb42b0bc768a72ca0e81a3a523b28254e, 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css', 1, 0x00000000000000000000000000000000, 0x9e426cd9c20765002e2e698a00653fe2, 0xf40cb1546acaf40bf240af47c2c4729c0411b829cc72231e573420b3eb77259f, '', 0, '?'),
(0xb42deb1e414601e992cf0044844ee7c8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 0, 0xa538b157111059ac6cdee20699400aee, 0xa538b157111059ac6cdee20699400aee, 0x5e5357ab92e08f9a75bad0f13b514f96dc21d08c731550c7f45997aecd8afe5b, '', 0, '?'),
(0xb43ba428948d61306c4da81c92dc543b, 'wp-content/updraft/backup_2025-05-10-0346___90_664027bc65b4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-10-0346___90_664027bc65b4-db.gz', 0, 0x06972b6872b4a4dd15c38d4e557f1fb6, 0x06972b6872b4a4dd15c38d4e557f1fb6, 0x576434b2a1003d9927159365b1ca16e6da31b6130ae5b17bd4a2d8fe94cc1bd3, '', 0, '?'),
(0xb43baa9acc388b5e0d0b3c9943555644, 'wp-content/plugins/elementor/includes/tracker.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/tracker.php', 1, 0x00000000000000000000000000000000, 0x0ef46d2ff04bc551f380476d7e573210, 0x99248d8849af3549a7f7e93b1b8724db1a8449f801fc171175085c8969b2ba02, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0x8722e8ab3314400df0ab6acd0ca2e44b, 0x06439dd73a1dbe2e98fc0f3aff0623cee0803ca5418332d0cfe956ed88e8fac3, '', 0, '?'),
(0xb443d2c5bfb96c91db2d3fda7213322a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2_no_content.php', 0, 0xce253c97bb428ba3136f1926dfad08b8, 0xce253c97bb428ba3136f1926dfad08b8, 0x6a92b3e8a14b6859982400aead7c63c5c8678240182c5094f2df88adb7b581b5, '', 0, '?'),
(0xb44c5d2e25b6b47a04451981e813bf20, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_3.php', 0, 0x567b7519ef8578edfef115d9bfda20d2, 0x567b7519ef8578edfef115d9bfda20d2, 0xf674e3e006e3d0a0357d54d707049f606a4d6e6b9215a95bb06088e7f6f9b6fb, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0xb453a40812f9f137f4624ae4aebd5b0c, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php', 0, 0x2c3d83d2b808071db71431f1226fab5c, 0x2c3d83d2b808071db71431f1226fab5c, 0xdfbf6d09733325aff52888841f67ad58408312592ed56cfe2f8b5e5d16723fba, '', 0, '?'),
(0xb4556ce034f2754b6255bb276344bb07, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_4.php', 0, 0x32e162e76e9e945292f7e2dca302121c, 0x32e162e76e9e945292f7e2dca302121c, 0x22a597e7e5d21e3f4e2decc1759ca2abe62632621610faa99f6809a3560c37e7, '', 0, '?'),
(0xb45d93fb64351ea11654bf5074945c87, 'wp-content/plugins/updraftplus/images/onedrive.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/onedrive.png', 1, 0x00000000000000000000000000000000, 0x13064ddefc7a8c38efe4d24a2467cbb1, 0x74b96e4af536b19c82c17f740f43a0e7af22c29786957db24adfe65afe59f0ef, '', 0, '?'),
(0xb45df5cb2309a8ad5ee9217ac5a142fe, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', 0, 0xeb9c7bd920b5b51d8c0e58ed9bf5b88b, 0xeb9c7bd920b5b51d8c0e58ed9bf5b88b, 0xea300284ca547685fa5ddfd1d322549b261c9e8a51061bedd5b0a5bb8fc3358e, '', 0, '?'),
(0xb4611347b9ed4c837f3d9efbe758ed6e, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php', 0, 0x7a0ae13fc16cd551994b8ab69f374ba4, 0x7a0ae13fc16cd551994b8ab69f374ba4, 0x8cdc5674a4c57967d5679b143e4d9947a30022ef49e00e3d900d8fbd9172da22, '', 0, '?'),
(0xb463ab97047e665658a426624d04690f, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', 0, 0xc1fdc52deeb739f14e46c9755b225c75, 0xc1fdc52deeb739f14e46c9755b225c75, 0x88cae63b156eff648016d572872ce9a51be12f823ba97fb481d5857d498f116e, '', 0, '?'),
(0xb464dba20d750415d464a0732d3c6d3f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_panel_settings.txt', 0, 0xf44c7e5453a58d8d93feebfb435fb440, 0xf44c7e5453a58d8d93feebfb435fb440, 0x2c5e49ece06577e2188cb93cfdb4c652dc273f9137ba1e395d89f40821d2a51f, '', 0, '?'),
(0xb469f0916895c3f3c7427f1885a2d512, 'wp-content/plugins/elementor/core/files/css/global-css.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/global-css.php', 1, 0x00000000000000000000000000000000, 0xbf47a42c353da6ffd4eb7ad6f572cd5c, 0xd84c18cab0f38735df0b259a0fe17232ce9dc5a0b9db1ae8c29d5a2b5e8c6ccd, '', 0, '?'),
(0xb46cbbf3368c21691cb31df9673d0c1c, 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 1, 0x00000000000000000000000000000000, 0x7be9e1d9576827c3462f14abbb146adc, 0xcb2da3429b5e54779caa5d2db9c4352b4cd17fcd395a9ca9e2b757e37aca322d, '', 0, '?'),
(0xb46d4373183b43777a0f406d367fe691, 'wp-content/themes/Newspaper/translation/hi_IN.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/hi_IN.mo', 0, 0x0baa42d465a88479b099c0dd45a21bb5, 0x0baa42d465a88479b099c0dd45a21bb5, 0x33afb5de79fc80215690730c463c6998a340e8aee37e8c380c49e0d4c73ced0b, '', 0, '?'),
(0xb472beedd6ce5dd6e6199c82ebacb0b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2.php', 0, 0xa6f496ad557148d7076b67274a2ca9f0, 0xa6f496ad557148d7076b67274a2ca9f0, 0x47be0cda0a5daa0df64c7a830fe09b9e8e07b6c68bebbb6fb6098fd10e507e7a, '', 0, '?'),
(0xb4749da5d0bf6a97a45a4bf637205d8c, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 1, 0x00000000000000000000000000000000, 0x0b02947298d07221a539e5ec171e7b41, 0x6bf7d041f97c82d4af3c8176e7ad0c09214137ea5ce86af24bb04ba1d8b0c9ed, '', 0, '?'),
(0xb47547508cfd332a14784f89d38d65ba, 'wp-content/plugins/updraftplus/includes/Google/Http/Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x7cd69c8fc3a1bed6eacb03519ad5c433, 0x439896b645bf9c93fd3671ccb933f9ec3a21bf7a0cfba93c9ce72cdfd1557a62, '', 0, '?'),
(0xb4763ef0388af327b6f45436b6cdd558, 'wp-includes/js/jquery/ui/progressbar.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/progressbar.js', 1, 0x00000000000000000000000000000000, 0xa49a3007a16f3478ae91a32a0da3679b, 0x21f0c44879158abcb1970f9da2098e1219862c3a7af4c181fc9b64c756022363, '', 0, '?'),
(0xb47ab64f58663e6b1116e15a62f071dc, 'wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', 1, 0x00000000000000000000000000000000, 0x776ef8b94f2f8952720b77f09ef24c4f, 0x71b486e5ce8de665a5f1a9319d30ae710fd545951041e6794699c9abe05694e3, '', 0, '?'),
(0xb47aeeee7e65f3a1382222e4ad13d0a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_1.php', 0, 0x6e67e23169879a20acc17b204231eccf, 0x6e67e23169879a20acc17b204231eccf, 0x1d90b359315950f52ef6d6dc016e0402d007afffbbfaf41550f2c7405415dc63, '', 0, '?'),
(0xb47c793cba11c293f0dca74dee7b9188, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_theme_plugins_setup.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_theme_plugins_setup.js', 0, 0x8055738b94492723a0fab1a3d9fb112c, 0x8055738b94492723a0fab1a3d9fb112c, 0x1a399a2e566ec4ba1843ad8a017ec99b01d396b2019c8152ad9c9b40373dcce7, '', 0, '?'),
(0xb47ed2248e471d6ad3fe1839c250d2d9, 'wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 1, 0x00000000000000000000000000000000, 0x96e237f51e6a43f6ec70e9818710a872, 0x418607c03a5e319e23713a94987c250350fc6ce81e391431823a5bfd45d386b1, '', 0, '?'),
(0xb4802b7c5fbd86b2cb8ec4e72e414671, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-6.png', 0, 0xcacf8b6eb971a9aefd523ff4e5eeedb0, 0xcacf8b6eb971a9aefd523ff4e5eeedb0, 0x20d98adb4b5265981fe9218adac17dfd075c9bec55974834dff4329ec219c81d, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0x4aad9975ee4b2ea3e1359b3f031e8b67, 0xe88eeee8349a14abc96da5a064df449a7fe098583cd5d022793155382470c9ea, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', '/home/abt90iranbet/public_html/wp-mail.php', 1, 0x00000000000000000000000000000000, 0xf31ce3b62815f68b33ea41426b747f9a, 0xba2b5d147b1d1d5057c4c08f958e28a6380ccc28880daa05634fe5d2b5da4f0f, '', 0, '?'),
(0xb487c9e59530fec9114bf94e217417e4, 'wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', 1, 0x00000000000000000000000000000000, 0x00cfa0df82a91f1df1e193307ebf82f9, 0x84c668d2dd5e9babb4cf195e19e9bd4a9d72228b78f178d05bad1fc0c0a4a630, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb48d3a2373e399eb0cf4744b52f453fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_8.php', 0, 0x29f190ecb85c8bc98cd83cc49a88f573, 0x29f190ecb85c8bc98cd83cc49a88f573, 0x8390a730319885c2d348d372e528c08fa216b99d58dfd552ee44cf2a527bbb2b, '', 0, '?'),
(0xb4951886765e8f354764dcd93e59b41b, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE', 1, 0x00000000000000000000000000000000, 0x4ea52ba8a6ceef43477ddd01ab04dc56, 0xd87e8886ee8bba5dfc1faaeed6a315ea98331d8151a0e9d865a04f36a46e255f, '', 0, '?'),
(0xb49527888b405320c7f744e192149aa0, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x55b1a43f05eb713eff40e101aa11d770, 0x007b6171ee2877cf0721497af37d2b9d6cff782f4930b8397c3125a1f8c090bc, '', 0, '?'),
(0xb497258390ef65d9dd8d87cf777c89a9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 1, 0x00000000000000000000000000000000, 0x226cd1bca529a8264c7b36de67c1e047, 0x95eff4c508183b13a91199dd10f68f140e66ded13629dc5422ced8088c8818f7, '', 0, '?'),
(0xb49b03b8566a279a9b179a07d30ef9d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', 1, 0x00000000000000000000000000000000, 0xfbb9df02127dbd94738878efe4e0df51, 0x9486a040b50f4a0eeef50d1f9f1c7d3c743ec99d99cc375533924d3285365230, '', 0, '?'),
(0xb4a42176d384ac829d663de8f25f715f, 'wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php', 0, 0x3f8e8360f6cd1de293692da836dc039b, 0x3f8e8360f6cd1de293692da836dc039b, 0x94d16df20ca5495bbc38c50243a55e338aa8e61568d1640faab216f1254e24a7, '', 0, '?'),
(0xb4a5786d41c24f6e6090c87f290e56e6, 'wp-content/plugins/elementor/core/schemes/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/schemes/manager.php', 1, 0x00000000000000000000000000000000, 0x891d5ddeb6ec0275b914583a3851d286, 0xbb129b8e8859252c398426befdb76c331b9fc18339f5e64413aecd7945b948f8, '', 0, '?'),
(0xb4aa738d25511abd1490afef903ef8dd, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox_content.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox_content.svg', 1, 0x00000000000000000000000000000000, 0x0b71b788316e540ec67eeaa9e0428a5e, 0x0cd6839bc1c24f0e92c18a6b4f14b244f38e5b405b047b2746340d669ad54c65, '', 0, '?'),
(0xb4afb85220f5a72d7db8bbc79c64bfd4, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php', 0, 0xd494c177d8aef5ae628f448d148682d4, 0xd494c177d8aef5ae628f448d148682d4, 0xef67dacc84d65b323eef194dca19aa62c18d8302f1f61686d3260f5ee33eeb4d, '', 0, '?'),
(0xb4b2b2003958ce73b6658021ac084df6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 1, 0x00000000000000000000000000000000, 0x1c69187bc233ede9f8b2fc5a57ead254, 0xdfac75429db33421b26255a2672b421e8177dcb28949e33d989eb1c3a3ab46e3, '', 0, '?'),
(0xb4b93d0bc61f0cb647aac02be9e27ac9, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php', 0, 0x533d019676da7d6cbaebaf4e22b2fcb0, 0x533d019676da7d6cbaebaf4e22b2fcb0, 0xc075989c7839d095975f213efa1f9253b46aa2326ed192b74de4c9a2176879c3, '', 0, '?'),
(0xb4b9b543826c848770a48974b8fe2ee9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 1, 0x00000000000000000000000000000000, 0x09f2071e73ab1448f21b59f4dad3a82a, 0x931a04e93195254562b21ef1877de9b3a2b417b7bc1f0c74952f44ef4ca835fa, '', 0, '?'),
(0xb4baf1bfbcf1081d36e47c07f74edb70, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', 1, 0x00000000000000000000000000000000, 0xad159c8f09549d577ab9f7b9f07f444c, 0xef8799a563b111319d62681511813fa4f9142c3b2272cc3e5a3e329846932720, '', 0, '?'),
(0xb4c043b2b51f52fe5ac84bd06fd6c4bc, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0xb4c06f7bc2cc858924461b2b92637b35, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb4c20024c8d47ff0da096ba482eb65ec, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php', 0, 0x54e9b5391ae02111798b0356bc8efe5d, 0x54e9b5391ae02111798b0356bc8efe5d, 0xa9c511902696d1ac84b0f2e4dd0fc9d9d00e5e6e86824b4d14050498138d845f, '', 0, '?'),
(0xb4c3ffeaae8fd62da3fd29201ff1b6a1, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 0, 0x2deedd5c61fd987390810c19bcf7fd8f, 0x2deedd5c61fd987390810c19bcf7fd8f, 0x164e9834c57c523619a882c5290e0f40778c0e1b1337cd04efbe9e8062476eb1, '', 0, '?'),
(0xb4c4d66713c0d948fc10ec7fc2b19f23, 'wp-content/plugins/shortcodes-ultimate/includes/config/default-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/default-settings.php', 1, 0x00000000000000000000000000000000, 0x07bbde64a44b906e3c43c3bfab0393ab, 0x2d3a663d7875f2ec9d4b4b1bce06b2bc1ca5cca0dd7677535104bd53efeed2d2, '', 0, '?'),
(0xb4c7cd19cd61295b2b6fd13931611a29, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', 1, 0x00000000000000000000000000000000, 0x38adf5802ef6c2fe4c4cc314e6705e0b, 0x79b2818d980c81d2f5ff41622de383f326f4b7334391854fe9b5d9fe5ed5169f, '', 0, '?'),
(0xb4caeec30f09a3dcc90f5fed28e82cb6, 'wp-content/updraft/themes-old/twentytwentythree/templates/404.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/404.html', 0, 0x25fbcc228cda9a27ecc026f5e5fe2e2e, 0x25fbcc228cda9a27ecc026f5e5fe2e2e, 0x140f9c6215e2790426b10bfe3ee1a6f123e18e8052a0f904d312941af85d6a5f, '', 0, '?'),
(0xb4cc87551fa4ecd243e0b375fa581cf6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_3.php', 0, 0x783259a4a5e560c0d4f3badb632f3685, 0x783259a4a5e560c0d4f3badb632f3685, 0x5d764394c9f257782743174288cfd53cd8684b67ec3f3918ae423944d327e02a, '', 0, '?'),
(0xb4ccbfc6654b599e83cda5c4ba7b477b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/demo_style.css', 0, 0xac60547af514d0fc07141cddd74afef7, 0xac60547af514d0fc07141cddd74afef7, 0xf70913f5b6dc96e0f042271ad4edd5be36a77af881e65b29d5bc7f049e633cda, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', '/home/abt90iranbet/public_html/wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xc62189e6f86ccf6b85421169a75431ea, 0x709f979307a0e3c64e197a764db27a18e6c614da040b0e10551e399737e06a9f, '', 0, '?'),
(0xb4d2bb5f9022c373c5a40f0d4621adbb, 'wp-content/plugins/updraftplus/images/updraftvault-150.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraftvault-150.png', 1, 0x00000000000000000000000000000000, 0x3b5c1f9f566289d4ed0bbc58aec3a7c6, 0x2cabbb7be2c55b854e25ba7f8614695417c0b8f972d83ee323be6bd9b8456875, '', 0, '?'),
(0xb4d2c016a548e92f2e8dba44603a438c, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php', 0, 0x2958b975ad177f274b067903218b9501, 0x2958b975ad177f274b067903218b9501, 0x9bd1f428e4c6bd3e51ccd75911531ae429cea4c014f7c320c50e86e7e8de6169, '', 0, '?'),
(0xb4de4abdf423f7f0a331cfa8f4e236c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1.php', 0, 0x5fee8c30a5db8390c31ba9e2afd1f308, 0x5fee8c30a5db8390c31ba9e2afd1f308, 0x7459dcba47f2e6917246b0fa31cf175b8cd0e746843a35a1d711c2c69489154d, '', 0, '?'),
(0xb4de736477c44c14a2f93958110eb1d0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', 1, 0x00000000000000000000000000000000, 0x311a06a462b0b75a316308974022c4c6, 0xe8d516ef781a081d7afc8a0d6ebfa9623b607e755dedd5880f9dd5430f87f061, '', 0, '?'),
(0xb4dfaa36e7c2fd653ffd750486f387f3, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 1, 0x00000000000000000000000000000000, 0xf0528cdbc4ae03d4fc784887fa045125, 0x237ab5bed5f29426c185dab238ba777b4ca92ac12a8b54081a3258101f70eb7a, '', 0, '?'),
(0xb4e28e4d82aa127b78b8014ac748a394, 'wp-includes/blocks/pullquote/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe169d4087d967d4f10619d02be5860a3, 0x35689e3344d909a2b1132108add0a30ef45e4916d6756e2ba083912fd95fbe75, '', 0, '?'),
(0xb4e29a8fe062a55a0155a3396b06d983, 'wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.css', 1, 0x00000000000000000000000000000000, 0x613edfa0747e33b5993868cd75de0a9a, 0x16dbba06b8de828f785f705cee3679513533b10f1920917e45867eca26fb7a58, '', 0, '?'),
(0xb4e5764c3ab80dbe34c73285d8dddb1b, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-news-blog.php', 0, 0x6e02d3134c7d30c8cba9d4981eb0fc26, 0x6e02d3134c7d30c8cba9d4981eb0fc26, 0x0e1670d38b3817ce88ba0f89084ff8398a1f32d52e9b5c8ed0397bf74985862a, '', 0, '?'),
(0xb4ec039fbc3583f4fcb8eef2a399ee8d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2.php', 0, 0x10fe2259cc2fcea49ac9eec3efbdb7f1, 0x10fe2259cc2fcea49ac9eec3efbdb7f1, 0x349793bcbd2fbcea777bb2e74da6eef64a2f2b240724fadc8946289faf555561, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', '/home/abt90iranbet/public_html/wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x91851ce54fc1bc8fc1a4a60f49743b8c, 0xe05d9add5dba12c21a9bcbf2a97fcb268ccbbe51660463793aab640fe81ca64f, '', 0, '?'),
(0xb4f66e307328c39a5c5d3c04a166e292, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 0, 0x9968506d9ec070b60f01194333e65688, 0x9968506d9ec070b60f01194333e65688, 0x8cd68ed84d6710c0e98cb783e70bf484b333b48c631463c982647721ea8bcda7, '', 0, '?'),
(0xb4fb5afc56e5e1edd055f22c3866be83, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 0, 0x321970e566e7d57bc9a1bce88bebcf03, 0x321970e566e7d57bc9a1bce88bebcf03, 0x2e87f050e9f9418ac9f61a7cbe2857c6405d91fc71b1c5c96e416dca700bddfa, '', 0, '?'),
(0xb4fcdacf05c6c068d5152c630a1e4023, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-true_false.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-true_false.php', 0, 0x40346fcfccdb5ad5303687ac3825aed2, 0x40346fcfccdb5ad5303687ac3825aed2, 0x3cb1cb0cded409f3248f2be22e9ea0c80d769f7af36a8d01a928a424021e3393, '', 0, '?'),
(0xb4fe0cea91897dfa4f619f5487544e2e, 'wp-includes/blocks/search/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1165edcdc510b8dc0aad0d31703de68f, 0xeeda49b1faed5f1c3a14e4f54d3eae9a110bf08aacb0d9a07d872ea6dafca1f2, '', 0, '?'),
(0xb50429b7d5926d11aa547494d68f1c6a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', 1, 0x00000000000000000000000000000000, 0xa462f8caac2aaf86baeb3668848413dc, 0xf9927e0987956aaeeacf4b99b7b0aacab366d466f6eb47851bca8d9d5f839ce9, '', 0, '?'),
(0xb5050770a5eb86835b5ef453489d8338, 'wp-content/languages/fa_IR-e53526243551a102928735ec9eed4edf.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-e53526243551a102928735ec9eed4edf.json', 0, 0xb1e7c8beff7d527bfcf6507ed08af802, 0xb1e7c8beff7d527bfcf6507ed08af802, 0x53871df609de45aa5274f53a9a4576d5d8967623180206af1033ba40dcd64ac2, '', 0, '?'),
(0xb507dbea84a8c2849ec7e9c785833441, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', 1, 0x00000000000000000000000000000000, 0x5bc38dd643032f132345031be66423d2, 0xa47ae88d54676f2a5b77d6aaac1bd39628aef833e4f6060158b7b8659508678f, '', 0, '?'),
(0xb50b9a7ce9f10f6a08cb2aab5d5cdf5a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-gdpr-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-gdpr-manager.php', 1, 0x00000000000000000000000000000000, 0xb754dc9ae3710c4bb52c4434eb321847, 0x0eb83042ac489254415c9598af85d0a55f895e9710efc93010ff19d4c03efbaa, '', 0, '?'),
(0xb50bf449c18de3575f992523015ba81a, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube.svg', 1, 0x00000000000000000000000000000000, 0xe01b7678ca86aa3417991732cdfbe482, 0x4d7023bf1f2768723e860c57c0789321d2654cc33b61b09aa23274c1f1c3ab46, '', 0, '?'),
(0xb50d0c3a19d623a9fd0b5f0f1522d31d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_2.php', 0, 0x47ec46d74812b710191ca82cadfc7473, 0x47ec46d74812b710191ca82cadfc7473, 0xc069fe918407018e97ad5b4be0fe2478a0224976393b2a69d80acad9505fae28, '', 0, '?'),
(0xb5112a0ea0444ae43779fdee03b2bd7f, 'wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', 1, 0x00000000000000000000000000000000, 0x86785e28c106c6a4a7d9a70e97f100eb, 0x858e906da5bf32003e340bc9bdb38b0c9fc7d8eaf02c63ecce1155228a5f6f0b, '', 0, '?'),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', '/home/abt90iranbet/public_html/wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xb51759dfe4a6c355f75753a60fac7338, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php', 0, 0x49b9129cfa6abe2f47814c382f84451c, 0x49b9129cfa6abe2f47814c382f84451c, 0x16412ce7a81a8c044c6678dae4dbc7e595f782a438a85a65017804336120283a, '', 0, '?'),
(0xb51ae55b1010e80e4db5985b07d90d8d, 'wp-includes/blocks/columns/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2b460ff1d62c86f46494bb00b1692a2, 0x648f05d7a321781f60b6d1c8f5cff9ff1dca4a14e4f726ddddcdbdf70f7bd0f3, '', 0, '?'),
(0xb51d0d743643ad3706969cbe0a1ba302, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 0, 0x2034ac998c10c399a27e46d0c8341758, 0x2034ac998c10c399a27e46d0c8341758, 0xd4a6c3736362765c9708e75b81b1ba3d0363477d49d8f79cbecf18c967c42dfd, '', 0, '?'),
(0xb5207f202f8c3921a6c6fd5639430516, 'wp-content/plugins/elementor/assets/js/kit-library.fa1bd4bf32021742c7f0.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-library.fa1bd4bf32021742c7f0.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x76843e4a0b6f723a8bca863a82e05bc7, 0xeacfa75630ffc65718a273098b520c24a2f58a1d41ffb263eb560535f962756a, '', 0, '?'),
(0xb529a019fe37ac3fd9bd1f11f2608a60, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_picker.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_picker.php', 0, 0x706ab32a3b1848d53e3c3f4ee3869e52, 0x706ab32a3b1848d53e3c3f4ee3869e52, 0x4459736704b6a62c7e51e8e9ed2d4793b300f01545b6c6fb4998f0191f2d2c09, '', 0, '?'),
(0xb53491091cf5915aba70a77e454fa82b, 'wp-content/languages/plugins/wordpress-seo-fa_IR-6ffccefef7026e678d85c6b56bd29680.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-6ffccefef7026e678d85c6b56bd29680.json', 0, 0x16f3d9569289531d7c60fb3c654dbcc9, 0x16f3d9569289531d7c60fb3c654dbcc9, 0xb3815db30243110c57b0ec11b3f8e41400dd031cd24ffd7e4a9f1d1570f9a390, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0x7d5ca7be6644a47c0232dcc0a81d7585, 0xf7fea596af04a433c5f94391a8e0266988cc38ca8d394d676fd441707a6ff840, '', 0, '?'),
(0xb53d8e7aceaf6e5f2628d53a430b936a, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/02-noon.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/02-noon.json', 0, 0xe985e8fa1404c2ed95502081c0dc8812, 0xe985e8fa1404c2ed95502081c0dc8812, 0xcb6d63923213ca23da36aa78491430ca0ccae3eda8460333967974a81af8b9d4, '', 0, '?'),
(0xb53eaef94fe0db11b527c7f0b0a9a5f0, 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 1, 0x00000000000000000000000000000000, 0x4d43b7a980d5b74be38a8dc9780987c3, 0xa427bf1c6489f987aa18a357e170cfc9051866c85fbbd78c5b81ccc2a08a2c3f, '', 0, '?'),
(0xb5413fe0995d5c38ab504d54c90f6c05, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x30c7b07b38857d94977ab2036ca9d4fc, 0x6a47f0c4c57e2e27a447ccceef2af99727b37f02531033747e99bce6d386b3b4, '', 0, '?'),
(0xb54348b3234b3e45888d8ce1e5fc17cb, 'wp-content/plugins/poka-review/public/images/right-arrow.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/right-arrow.svg', 0, 0xe47145b6e74b01f94de531ab6f5db96d, 0xe47145b6e74b01f94de531ab6f5db96d, 0x703628771a293ce7d353f2c01d8cd9470e5473b33b2cc5c8e8272cca42f63823, '', 0, '?'),
(0xb5439be5ef65e98f788945d576b98344, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', 1, 0x00000000000000000000000000000000, 0xaeb7b9b958c53e6ec6e56014ed27876f, 0xbf9ac203e0f1573624fcdf788f9991ab688939c6b45eaaed0d63835eb6d8215f, '', 0, '?'),
(0xb5449c917f142960e6abbe071f7c08a9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_5.php', 0, 0xe981ad46f1cc487d11015c787fd68c2e, 0xe981ad46f1cc487d11015c787fd68c2e, 0x84d2dc9fc2b5a43247982c0a535fb48a6dbcc0462ae6b326e423f3495608c689, '', 0, '?'),
(0xb545b444b0a785d9c3c03a9a422df113, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/private.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/private.svg', 1, 0x00000000000000000000000000000000, 0x295c851cf70d35ecc95269b5352b41c8, 0x7828091e7f577326d7249c18000b78a345103e2b9392cef5917ba398a3daee02, '', 0, '?'),
(0xb547147f8f92c3ab10a573dd087fa58c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_import.php', 0, 0x07a332c3b797d0448c275ab6598c314a, 0x07a332c3b797d0448c275ab6598c314a, 0x0f3243f154d6b4deb72175279e664208244634731185a1e9630030ead94cd7ff, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', '/home/abt90iranbet/public_html/wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x3c82a86ef6783b1ff3092ed38ec0f55e, 0xa2d4c32658bb6793b51ec007afd5cbf1c4703fc259c136b2f736a58c0778169d, '', 0, '?'),
(0xb547929e69c000e33362dbf66877cedf, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.po', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.po', 1, 0x00000000000000000000000000000000, 0x1f67a7cade0cc1112577a363d60e1a5c, 0xcc92ea14661e3fbb370631d91d0a641ff3d9706e16ec091a3930972a59023611, '', 0, '?'),
(0xb54af2bb5099d0e2ac44f4e1ab2206c7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xfee8d8b2ad2f3124d29bf8d9c0df598b, 0x27fcbd7ed5c57ac2c653821ea06f463339dc9b53035bce9cbc0d5abc735b4ab6, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1895c01263066c904eed8a9e780120de, 0xf955fbb835b154acd23d03c32cdf680ab703f4566c5e03db912da2783c2a8a43, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', '/home/abt90iranbet/public_html/wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5, 0x3f94904c77829ecf2ee70f344d8deed5924685024ad2f83e664986e9b486059c, '', 0, '?'),
(0xb55366f754961cdea6a2877c4557e226, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/css/tagify.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/css/tagify.min.css', 1, 0x00000000000000000000000000000000, 0x694dda740bd6c6ec7fb49e0e3eb02bfa, 0xb499a18838a22ab60019b847ba5b7c03a51af9af78d5e2a46828594f7c595cce, '', 0, '?'),
(0xb55d569adfa7c81b2af577dc1ebc4544, 'wp-content/themes/Newspaper/category.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/category.php', 0, 0xb2b7709da74f91236fe7494d6b40597d, 0xb2b7709da74f91236fe7494d6b40597d, 0x311c29332e52bb09b38f71199c905297be13152e31b435100ee17da15389b19c, '', 0, '?'),
(0xb5623844c1219971d21560618949bfe4, 'wp-content/plugins/wordpress-seo/images/readability_analysis.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/readability_analysis.png', 1, 0x00000000000000000000000000000000, 0xa73bde26eb43787fa7cab78ba2a3a460, 0x6f16e720a134ec2fbba53eeaa996e07e4d0e82fc1940a83520a4b0e79beb2e41, '', 0, '?'),
(0xb56370c8ae8bf4576b0dcf52d8562a3f, 'wp-content/plugins/wp-rocket/languages/rocket-uk_UA.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk_UA.mo', 0, 0x749c762acaf40d4bab3cac08caf724a1, 0x749c762acaf40d4bab3cac08caf724a1, 0x83b15f25ebd17eb79411e2a011a581285b5a6361602919b674848cff632d4000, '', 0, '?'),
(0xb564d7bb26ba79e4c40a96c7d68e11e9, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php', 0, 0xd9ba0b0ec27c3aaee863c2b7aa588a51, 0xd9ba0b0ec27c3aaee863c2b7aa588a51, 0x1267f0c3e8573ec6792556997bdb696d6c8d8fc7d8425f94cb39bb4d89bccb78, '', 0, '?'),
(0xb5665c6b3b4c6d639aa80cd2be1b7831, 'wp-content/plugins/elementor/includes/editor-templates/library-layout.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 1, 0x00000000000000000000000000000000, 0x0c235ec6b44d617f14fa1f99a52cdf73, 0x48096ba2e45377b681b8e236581e7782cc0bf28732b3c7b951bf9e2721626985, '', 0, '?'),
(0xb56757feead38f824efc8813744726a3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', 0, 0x282368575f4576cb5b8e323921fbce7d, 0x282368575f4576cb5b8e323921fbce7d, 0xde0ecf830205472f912e64b6b5b1c07204558dc8eaa99c9fb92538942c904415, '', 0, '?'),
(0xb5689cc52b1ce58917ca4dfaf90573fa, 'wp-content/updraft/plugins-old/updraftplus/methods/s3.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/s3.php', 0, 0xff88c5b5fbfbaefa52bf60775bf5e62a, 0xff88c5b5fbfbaefa52bf60775bf5e62a, 0x19640a7ebf94f00fb1ec7afb135de9ae4f5a059047a4707430408f21533f6f4a, '', 0, '?'),
(0xb56a67da4287b83ce6d5225b9b71581b, 'wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png', 1, 0x00000000000000000000000000000000, 0x67d9199ff10f308b3ca84214242f357a, 0x34912e41dc9b38a1c64de0e692f5429747792460c125069eaa2412b57115e1e0, '', 0, '?'),
(0xb56ab7168fcc822f6d507c14f1e3b24d, 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/composer.json', 0, 0x3bf362c4963e008b1fb005de9a25d373, 0x3bf362c4963e008b1fb005de9a25d373, 0x19edb55933485a8b9c603fd54e8400c6d4d21a27bb8190bcd9eb2e71e2c8ca8f, '', 0, '?'),
(0xb56b3d68b4b14df41f1002a0b8edae20, 'wp-content/updraft/plugins-old/akismet/views/get.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/get.php', 0, 0xc6e34bda15f5683ff5f3b385749a0959, 0xc6e34bda15f5683ff5f3b385749a0959, 0x9aa93a8cf3325b03cc49be10fcb33be76eb4c255597f5921e2b5843ea9585a0f, '', 0, '?'),
(0xb56ff7ef380b4885854130766c4d0572, 'wp-content/plugins/amp/src/OptionsRESTController.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/OptionsRESTController.php', 1, 0x00000000000000000000000000000000, 0xebc539678098239b84e84d13d33998d8, 0xa07b9479463665c95ab882a51eae45ce3266cf7b122a00a3f1e2233caf6bbdd5, '', 0, '?'),
(0xb5706951de5eae6cbb75dae7e5cfed4a, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 1, 0x00000000000000000000000000000000, 0x31f9754f16489e731b336b91998031df, 0xf9c7231594489f7996cd1b8655110dd449a7ea52968c3d8086b7e388acee55e0, '', 0, '?'),
(0xb57351fb90e89fd963cc6dbb4ab83bc5, 'wp-content/plugins/amp/src/DevTools/ErrorPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/ErrorPage.php', 1, 0x00000000000000000000000000000000, 0x6f4419e561e62f9c1e2b857b7151fd28, 0x263831332b981e65d1f4314a2be4f60e9545d132d1174b658983836f747bd7cf, '', 0, '?'),
(0xb57ad32d4877addb08d593cc4b7e4fb3, 'wp-content/plugins/td-newsletter/less/font-icons.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/font-icons.less', 0, 0x44e8ef6dc7fd4f29306f4b4dc857d020, 0x44e8ef6dc7fd4f29306f4b4dc857d020, 0xebdabcf3e2bcc8b93e55640a4ed97da58441ce24209bd18f72ec320cd27e9a76, '', 0, '?'),
(0xb57aec6009cfc910d4e0d357a97833e7, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate-terms.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate-terms.php', 1, 0x00000000000000000000000000000000, 0xf3d290880b522fa319bedbcdc696d098, 0xa9ba0c25ad0faf30c47b521b42853d49c5c525c4a91524a344b7013ab83fbe7d, '', 0, '?'),
(0xb57bfae26e46bafd8d4e2801ec1cde6c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', 0, 0x7129a1584dd4ad7f92d56040124676c2, 0x7129a1584dd4ad7f92d56040124676c2, 0xd4ea0efab9eeefbdc5f456ae25f09539a86405f792fe361ea24d3502b1c849d9, '', 0, '?'),
(0xb57c43a5165553c213bc6f06be93701b, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 0, 0x32bcd91a9f4148e40d65f7a1fcb90bb3, 0x32bcd91a9f4148e40d65f7a1fcb90bb3, 0x830f704a2e3c361dcc4cd115e6d39de444f56350e7b486305088ee800fba6ee1, '', 0, '?'),
(0xb57d21fafab01b0bfc802d13d032b306, 'wp-content/plugins/updraftplus/languages/updraftplus-th.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.po', 1, 0x00000000000000000000000000000000, 0xbc12966289311d9d3a81cf82b689becc, 0xda661b8f0eca36111ebc482327eebb4d5310a24d62e4f7133d5bef6462a3b066, '', 0, '?'),
(0xb57eaea4ccdd46fc545e1754cd1bb8bd, 'wp-content/updraft/backup_2025-04-11-0331___90_f90c09d81542-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-11-0331___90_f90c09d81542-db.gz', 0, 0x33f9612e756ed77fe2a00cd1a7e7a0e0, 0x33f9612e756ed77fe2a00cd1a7e7a0e0, 0x6c742ad04e1dcb63b8556c4556a3f52e481e9e2a226b1a0d23aec7f8ff41e9c0, '', 0, '?'),
(0xb5822ed33707a1b994e4d2d0665b8fac, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', 1, 0x00000000000000000000000000000000, 0x306396bd0f59dfd29c14ef6a860da1ad, 0xab5fd9a62efb86f3d467958a9a2f54e21e243327584054fa0f9d44344a8c3ace, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0xb5881301ad0e49c089b394eb2d557711, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', 1, 0x00000000000000000000000000000000, 0x39f4fd1260e757c234533c238ad55fdd, 0x163d7b324f6400c3d54aa7bc3ed1164d1b2a6fa720808de0fbaf0c61ea3da96c, '', 0, '?'),
(0xb58a69c2a50984f4181aa9043a6ef236, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/demo_style.css', 0, 0x945dfff6b101a383badd3a19ce583364, 0x945dfff6b101a383badd3a19ce583364, 0x673fb3ea459dd0f14a4f1c0904904202d4886fd7d25b17a010344089e6f72d53, '', 0, '?'),
(0xb58eebc0854fa48e4cf6076f47621c11, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', 1, 0x00000000000000000000000000000000, 0x226ae9bf48920f492e4a6a6b8c054dda, 0x7a7d102cd649f8e970136645767935ce65078cbb1c880aa5709fda4696a0b964, '', 0, '?'),
(0xb59210125d06d97bb83ceb4de50b5e88, 'wp-content/updraft/plugins-old/updraftplus/images/dreamobjects_logo-horiz-2013.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dreamobjects_logo-horiz-2013.png', 0, 0x2e1a02774a1df5eb99a740453a2fa9b3, 0x2e1a02774a1df5eb99a740453a2fa9b3, 0x69bf4199eb47c6870eb0cf2f86123103388a9a8f567c195a1608af43ef2b3c87, '', 0, '?'),
(0xb59819bd8c58b8839d82bddcc5faa153, 'wp-includes/SimplePie/library/SimplePie/Exception.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0xd8720f9c433673fd46fcd31411b68195, 0xf09e47eea9a24426238b2deca707e7f3ef3e35dd42dea8cde93f18d4f7e13437, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x02a9007134f7ce024dd56cd0bd338bce, 0xaaee75e2b1e6281a4256740a1faf867b2d41eaab3890505b2dedbb5a8b1e7bd9, '', 0, '?'),
(0xb5a5e4aa797893e8e2c21078342afd20, 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 1, 0x00000000000000000000000000000000, 0x6a3720373df506021b8e890460e238ce, 0x08a87afdd074f78ca7eb1107587fb91f128aced108a60678751fdffa56181f00, '', 0, '?'),
(0xb5a74896d0a1f0d7f3a55956685aa31d, 'wp-includes/block-supports/duotone.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/duotone.php', 1, 0x00000000000000000000000000000000, 0xf5b588527077e03be60e6e95f2c99fd6, 0x8aee28712af9314bebb143becc43a2d5277b1b5b446ba8af0b4410098a8f4ce5, '', 0, '?'),
(0xb5a8462a48b70da7239ac7015b38d761, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/box.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/box.less', 0, 0xaa8e1ecf4e1389492c210bdffd99e730, 0xaa8e1ecf4e1389492c210bdffd99e730, 0x101471da3b9d7f2add45dd60074a8c58d58c08089f2dbb443011da86e09347f8, '', 0, '?'),
(0xb5a8e3d1468bb549c46ce41008021f1e, 'wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php', 0, 0xfde5d5d3546c77d4989273a1e798dd33, 0xfde5d5d3546c77d4989273a1e798dd33, 0xafb9424febac803ead30adc7481e27a6f4a241f9f508e71cbaf6899bfcabd521, '', 0, '?'),
(0xb5a922945b2507d0ce763ebdaf10c97b, 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/single-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/single-post.php', 1, 0x00000000000000000000000000000000, 0xf24c66d3e8e283c27a0173398ba78c13, 0x275481bce476388135c6a63f57a37f19eb7651cf492b6a6bb92607dd181cbed1, '', 0, '?'),
(0xb5b10dd0c18b690f2c56ac2bf4aa2be2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', 1, 0x00000000000000000000000000000000, 0xd5bbe68154a0cd5766592d7995a5deb8, 0xa7bcd4b01a1c8a187d427cb51b5b26829d2f2f57e7d5a885897181342b4b2d2c, '', 0, '?'),
(0xb5b17158b36f8ca6da0cb539462be45f, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0xe643c7a168461ff20fad2e83b8b94960, 0xc631bb0e41df17226b6b25d8d7f1210744a89cb6e35c7f49bf2c59afb7994a16, '', 0, '?'),
(0xb5b9a63344007a77974d1b03e62238aa, 'wp-content/plugins/poka-review/admin/css/line-awesome.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/css/line-awesome.min.css', 0, 0x1c115120aaac4be1c94e7d79b3f8a020, 0x1c115120aaac4be1c94e7d79b3f8a020, 0x02731d441dd4c9a307e4eb2f2e8b950172f769034607559d16a1d0f7c518972b, '', 0, '?'),
(0xb5bb6dcf2a8709557b22154c97d05f49, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_5.php', 0, 0x00b667839d703645ad8f04cbaf1debea, 0x00b667839d703645ad8f04cbaf1debea, 0xaf9c3c8368f46861fe4370ec942b408d81a06019daa7c2787d887c0333025047, '', 0, '?'),
(0xb5c1ddbdef85d4a644ea175599e275d8, 'wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png', 1, 0x00000000000000000000000000000000, 0x7b0f2ed9e999ef37062b8b9600f4924b, 0xcaabb0660a4a5433840c68af595cf563f0314d386cd135fcaf4510e436c0725c, '', 0, '?'),
(0xb5c35fa2f35e8ecd4208ce2626726ffa, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox.svg', 1, 0x00000000000000000000000000000000, 0x3d35f98a9750d42f7647d21788787420, 0xeb9d82674b2099f44d13bb085b52c481f570dba9e123201010b9b5b7207bddd6, '', 0, '?'),
(0xb5c419981dff3fbb4871fce76b90b4d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', 1, 0x00000000000000000000000000000000, 0xd3a52bdc230b71df7fd3227f89d2872d, 0x1eb93b262ffa74225ee06dd6faf5f399ea38d70d0fb274aa3817978a62f3c2e6, '', 0, '?'),
(0xb5c4c7d38bcddf769a48d3a145f0e91e, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-auto-login.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-auto-login.php', 0, 0x7d74c810acc3b6d1668df74424052eb5, 0x7d74c810acc3b6d1668df74424052eb5, 0x512143bdadb3f07ecc32975a9175f28351f66246145c1c8dd1eefb54cb7d7327, '', 0, '?'),
(0xb5c88705dd02b591f0e0aae69f4bea02, 'wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php', 0, 0x3f764577e86f13c77c0261f10fcb6460, 0x3f764577e86f13c77c0261f10fcb6460, 0x48806a1b28f5259bd17c7cb1cfb6d115cdedfe10dd0fd03a78b1303cf7ee3cf2, '', 0, '?'),
(0xb5cec51acea08c3af81567a463c9bbf5, 'wp-content/updraft/backup_2025-08-19-0336___90_9457e9059187-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-19-0336___90_9457e9059187-db.gz', 0, 0x9267bc494e72565de69d82dbf3d6aa26, 0x9267bc494e72565de69d82dbf3d6aa26, 0xb7bc8f1fd23d1694ed63eec0728f18d6835b5292133a8382f4f666d10035b5d1, '', 0, '?'),
(0xb5d07cd303cbe9af4f07f8d6859bffb1, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button4.php', 0, 0xfdc8ef93d26ba616157ebb5637229a3b, 0xfdc8ef93d26ba616157ebb5637229a3b, 0xc67c3dfbfdf538c4c332c408da3cb1bee37cb487f17e0c3495c6e74a6595fff4, '', 0, '?'),
(0xb5d53b1f82a7061acc10cda5efb3ef02, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css', 1, 0x00000000000000000000000000000000, 0x307a6fb35913d7a8ef4550fae77c07b4, 0xbba9bd40d766f87bb43c714d8ab86019ce272235a03fd8da451c5a697d6d2dcd, '', 0, '?'),
(0xb5d544f565169771d9180fe1664b2e01, 'wp-content/plugins/elementor/includes/widgets/spacer.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php', 1, 0x00000000000000000000000000000000, 0xffdb01e8c60b7e4eed95a27d4a466c09, 0xe7b5ba5c30a222476f5ea0809fac4722416fb85043866cf706b65845de8d4425, '', 0, '?'),
(0xb5d88a8a30f80a5076b7f89f3cd29019, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x062d36d41c22af3f24625bc58144835f, 0x58bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f959, '', 0, '?'),
(0xb5dcf6a0336376e54ec022d616f04083, 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 1, 0x00000000000000000000000000000000, 0xaf9bb46090cb79fb94393ac35ca33f8f, 0xfab9d7ecc83a49769fb1bbd954409d1fdcc68f0aa5ba67bb0057f0813358431f, '', 0, '?'),
(0xb5de1b3d6dc20d2b482fdc8101d818fd, 'wp-content/plugins/td-mobile-plugin/tdm_version_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/tdm_version_check.php', 0, 0x960d9dee2f22d4b66484a6804e844dbd, 0x960d9dee2f22d4b66484a6804e844dbd, 0x446b6758bca1f79878741279f3dbd06b14d39e1ace9daadc0ccec88762b6655b, '', 0, '?'),
(0xb5dec3ba3dd0a157b6247c310c3e87fe, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-sport.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-sport.png', 0, 0x1f3d32ed6ba8234f170f84565777ffb6, 0x1f3d32ed6ba8234f170f84565777ffb6, 0xcdf76a0ffb01867501ac483ff51345625f4d682ef6264505ef9c8b150134e3b0, '', 0, '?'),
(0xb5e19978c686837851345ab0d97f0f00, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 1, 0x00000000000000000000000000000000, 0xac34005fafbb5c6ef81e088dfc345d9d, 0xd8384adfc8adcb4c3f71c7e40e4cf0dbef7ae0c8bf8ffd4b1186a7291e647d07, '', 0, '?'),
(0xb5e1cb5a4048da93540cad25bfc910d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php', 1, 0x00000000000000000000000000000000, 0xf2587687b567477ca7651657a6d07c92, 0x615331ea481551d0746bfc516d0ecf0ddee5944b82b062adb418f514789d64f1, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', '/home/abt90iranbet/public_html/wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x36d8c6e6904b5d1d124ec4962c982889, 0x792b4553806ed8b4ac34049b3105c38e87a1fa01a2614123f4b93b765c1de652, '', 0, '?'),
(0xb5e4265e22891204d2248b0e5666cb52, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php', 1, 0x00000000000000000000000000000000, 0x69d5405b288b37e967eea62f4c24927b, 0x0219f551d5458950ae1d38c8a72dd955eeb51ecd689d9d9cd66efff7a0fb293f, '', 0, '?'),
(0xb5e4da1ab9e9d9a321e51d205a69df98, 'wp-content/themes/twentytwentyfive/parts/header-large-title.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/header-large-title.html', 1, 0x00000000000000000000000000000000, 0xe9d3575856968972ffc41ae34199c062, 0xdd23744779ca34e71d4917009f6c443ec9a54cb3326639a92533e7b8a6a4fa88, '', 0, '?'),
(0xb5eb7b51d6f8f43f049f3b66549ba997, 'wp-content/plugins/wordpress-seo-premium/src/integrations/front-end/robots-txt-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end/robots-txt-integration.php', 0, 0x3bd89e794f1c9a5a8a28c5c87de57d90, 0x3bd89e794f1c9a5a8a28c5c87de57d90, 0xd66ecee68e8b8cc5cd4a9599ffdd28365dbf72fcf322676bf90dd939b673555c, '', 0, '?'),
(0xb5ec1a9c786169836c9b85bdc82cdaf7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb5ed0277a5d7b3982190006ae8244432, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/scheduler.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/scheduler.svg', 1, 0x00000000000000000000000000000000, 0xdc5d2f0d72880bd6b5c8cf58e293356b, 0xebea9ad5dd11512b88f6a0b403c86807820df91a1d1f10c35a65a4365d5791c5, '', 0, '?'),
(0xb5f6c102c092bae5f4a4bcbc8a8ea930, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 1, 0x00000000000000000000000000000000, 0x0a41ebce6a4a6d3803575e49c09cbc4d, 0x457c3645114ae635c5e558d54b7da422f146d4e1eff3e93e33e0dd3c8bed66a6, '', 0, '?'),
(0xb5f6c54e7d6e66f7314fee5480a752ab, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_taxonomies.php', 0, 0x77c59667eca39ae90a03eb1a7bc14a12, 0x77c59667eca39ae90a03eb1a7bc14a12, 0x54a41d304c95219febaa63293d511dd0725e69da23c43fa85d407a2ae4b2508e, '', 0, '?'),
(0xb60ed56e4eb52535ae352b26f28747ee, 'wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js', 0, 0xa89a59e7ed8fb3ca5e8bebfdbbbe208f, 0xa89a59e7ed8fb3ca5e8bebfdbbbe208f, 0x3bf3077af4111e59e88e129fc938ce7d2b2bc291a28b9e93ade3db0b039f0834, '', 0, '?'),
(0xb60f78775b6fa9659258159f94d01e3a, 'wp-content/plugins/elementor/includes/db.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/db.php', 1, 0x00000000000000000000000000000000, 0x1f344d529bcd07c04ed36b77216d1825, 0xc3e814a12fcb4b7c5de60d03a87a65aeb3072c33e45f83ae6be98e58ac2b4426, '', 0, '?'),
(0xb612ef66eb546bae637720a256b1a2c8, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon.png', 0, 0x0532f9474457daf4a4b704247bd0a52c, 0x0532f9474457daf4a4b704247bd0a52c, 0xc6a8369624fbe270b0d5d6c4ae6e8a71c3c0a6610622b6a90dadc171c6779171, '', 0, '?'),
(0xb61cf064e7c3694dee87166447512dc7, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_submit.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_submit.png', 1, 0x00000000000000000000000000000000, 0x12d1746e6b52e007f1b78d772d9248ba, 0xda686b261eac17942302ee070734e90ba3f209e2e139a3c1d7949f7c33036f82, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', '/home/abt90iranbet/public_html/wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x4812ded47f59f77ead7af334b3833cd3, 0x04536c82e3d4b6bcabf374a01a02e5d5775af0fbc9adf821f03f18927df2dad7, '', 0, '?'),
(0xb624d9387d893c42a8f9295f09b3a75b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x23abc71fd7763988a3d898606fcf435b, 0x963c0a68f6a21bf4f90578905c6166cd95348cba1d96c00ad2a64c08eeeb8866, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb624fdb026b6f530bcfac0fa1c91e732, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_search.php', 0, 0xe1af3519d1f3a7cf3e0aaa27848714a3, 0xe1af3519d1f3a7cf3e0aaa27848714a3, 0x557b7c81a96f1c25c51d1f31aedc7958653f1e4cc366fbad96043867a6bbf6bb, '', 0, '?'),
(0xb62506a55705aa52e4b57518df12dc77, 'wp-includes/blocks/comments-pagination/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xef8913312202e769982325efefb47c79, 0x5cf8baa6ac1741a3119d8bd8b339864c709d064598e6d0b6c9847e2bc72b5837, '', 0, '?'),
(0xb6319d79ae7758ac0e984df1f7973ba7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_4.php', 0, 0x9afd0415aeb4fb49f49805558952b932, 0x9afd0415aeb4fb49f49805558952b932, 0xed2005228813c08b4f1fca783b0529bf983c3c83b841a16cabe405cffefac58a, '', 0, '?'),
(0xb6354105c099424c6fed394d4648f049, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 1, 0x00000000000000000000000000000000, 0xda9b92eda0de2d053fef196020a5baa0, 0xda906e41cb85079bfdd7fd25212581ca6056823b5ba68ed2fbff80952e43bd5f, '', 0, '?'),
(0xb63ac914db97bb1413c8b2aede09da63, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_panel_settings.txt', 0, 0x3218fefe60f88863c7952badfd0edeea, 0x3218fefe60f88863c7952badfd0edeea, 0x7b00921fc8b326d4f8e308cf19a1728ed4b0417570b311cd7379d66fd3595f47, '', 0, '?'),
(0xb63d76d922bf8f1d2131cc1370d906d0, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x54d6a44ee73638951bc8aa5aba2e30ae, 0x19abfb64e1da1156818a9eba9501c5b79d4e3dd6ee3eba53e6daa36abc554d9b, '', 0, '?'),
(0xb649c8fb1294076fd67ab8a030abfa3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', 1, 0x00000000000000000000000000000000, 0xfb23ead4ef34cc1b46ae9f41b133393e, 0x86b238f91e20725d5db4d4e0cadd585008abdfa1213a51f62245c1b2c9c688ce, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', '/home/abt90iranbet/public_html/wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0x81781e65f0d44ad31ac72a5acada0837, 0x75f26a07d814ed38f11afcafe9487d02e05a9152cb888da94b33d24cc2a119cf, '', 0, '?'),
(0xb64db952088d2389fabf63e1501bc750, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php', 1, 0x00000000000000000000000000000000, 0x6107baf68a2afe48bfedb84cdf68a629, 0xef343834a6b8e4c8ce260a080c6def2e17bd28feaf6039172d4b2e180361340c, '', 0, '?'),
(0xb654c4abdd45fa32f4ba910d0c861b2a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_weather.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_weather.php', 0, 0xc4a93f5597586f1a89393acdd90c5903, 0xc4a93f5597586f1a89393acdd90c5903, 0xc3d111f77b625878277db428461d063eba379512b0c06efec4123ce901ff7768, '', 0, '?'),
(0xb6566af4070f82459b465f743727466d, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.mo', 0, 0xedaa822f9b44f42e08b2036bfc5622b5, 0xedaa822f9b44f42e08b2036bfc5622b5, 0x59392bb31d8f439b2eedc61196c730566e0aef33dcda54ff6f4a7aea8b0b3a99, '', 0, '?'),
(0xb65e0361c34e57e5fcf8bf99c4bde935, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block6.png', 0, 0xd4032ef18be2272bf9091e742c23d8dc, 0xd4032ef18be2272bf9091e742c23d8dc, 0x4a835fe8fc2848f389b6d6297dc02192b06485e9d08eb2999a321cbb216c63c4, '', 0, '?'),
(0xb65e186dfef0da7af0a2f137c639fbdd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_7.php', 0, 0x861dbe961286987a1ea365dad65d561e, 0x861dbe961286987a1ea365dad65d561e, 0x645cc93df0607615f956e972812996807568119d96f999e3d79de6540c75ba1d, '', 0, '?'),
(0xb65f6a9e6091b7a299d0324513e4cc67, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', 1, 0x00000000000000000000000000000000, 0xa192aee8052a21d31b3436691cfeeb82, 0xcd55ed7d41756b34c7077e008c9a7e86b7c359adaebf2d0d2f1a079d232ddd76, '', 0, '?'),
(0xb6680565a8ca2dac424a96f1aa5f76f1, 'wp-includes/blocks/search/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor.min.css', 1, 0x00000000000000000000000000000000, 0xeaf08ee726a7d457b0c32b87c80187d8, 0x53e528f6679391f40525f41e0124251e88b07087bb2b33f7989d5cddca3aee35, '', 0, '?'),
(0xb66ae2654c3d1a94738d8234f36bb42b, 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 1, 0x00000000000000000000000000000000, 0x90262ad3dc9d218d4239bb519a242688, 0x188189db09dc1ae0a0e0fac87c4c241940e5e987855349b2e9b3073a43a43e13, '', 0, '?'),
(0xb66d76881079611c7954c2c713ab9022, 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 1, 0x00000000000000000000000000000000, 0xdc18196a938b1eecc3b407d9b6a4b9ca, 0xd1d84721eb9e08899ef6551d36489b8dd66b394a309ac7e84fc4d7c764768121, '', 0, '?'),
(0xb66e3363e2d4e4fcbf18d4a7736d5dd6, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE', 1, 0x00000000000000000000000000000000, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0xb6719fd9315891e816028d7cadf69cd8, 'wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js', 1, 0x00000000000000000000000000000000, 0x7c554ff00733d48d70bd6b2345c44161, 0xc5c13d1a726514ff5d314c0f54c7c79b32b1bcea9ccef2d827c8de9e3e435de9, '', 0, '?'),
(0xb6724fb056408bb50c9015ca143add93, 'wp-content/updraft/backup_2025-04-13-0330___90_9d3709e4593e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-13-0330___90_9d3709e4593e-db.gz', 0, 0xa9947780665bd678d5908f4300bfbd64, 0xa9947780665bd678d5908f4300bfbd64, 0xaa984f1fb8c12e692ffc41da29cf8ec49fdce7dca21b8a8977e8d7f5e84521b0, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0xaf2550657f2e9f2cad2ae4a48aa91c79, 0x9fe487e49b6e3ebdb6a0291d77b1e9c3aecde3c9aec7fda7ff183e346e77e5fc, '', 0, '?'),
(0xb67ad81d86d85faa1d744883ca9fa3be, 'wp-content/plugins/elementor/modules/element-manager/options.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/options.php', 1, 0x00000000000000000000000000000000, 0xe1a95c5e5621f22640de3e10863c0050, 0x6eb93f323ec9b13e013576941beb0f0b5552fa0b696f8a2dcac43d83eaf9c8e7, '', 0, '?'),
(0xb67bef729b7037e5ea0cbcce3e5de0b3, 'wp-includes/blocks/post-comments-form.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form.php', 1, 0x00000000000000000000000000000000, 0xacbe7413cf3ea80ee0596e1d0a9f4fad, 0xd1dd287c0ece52a9ac8b9cdd6282d8b15e12789941fd45c8c7065daf0d270dfc, '', 0, '?'),
(0xb67d64dd17a89d8a262d8d251253fabe, 'wp-content/updraft/plugins-old/updraftplus/central/classes/class-automatic-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/classes/class-automatic-upgrader-skin.php', 0, 0x268a542ee2bea9e7c18b93201fde7da8, 0x268a542ee2bea9e7c18b93201fde7da8, 0x5a7ffbfbdd866a5cfb0f0ab58986f1911bc688eeb4e34498d6a61c0b2d8bb470, '', 0, '?'),
(0xb6829d3bd5b1728fdb0b46e30b9fe78b, 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css', 1, 0x00000000000000000000000000000000, 0xf67adfbb0b18db66bb3391bbc23d36e0, 0x95e939c60e7f2afef44c69796fe702640cf8dcd603ad3e8f063d49b549da5b38, '', 0, '?'),
(0xb6832feb29f3fbb0661399c00be29fc7, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_4.php', 0, 0x542629b2f19b4605126a798e95ff999a, 0x542629b2f19b4605126a798e95ff999a, 0xdc926f51acab71c115d27f588c5d8b4c99e367558bc9f7a2cb579da5c718fd1a, '', 0, '?'),
(0xb68337d28eaf9f29a013353f5f5cb90c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 1, 0x00000000000000000000000000000000, 0x2708244364227d07a2d7f0a17c6ba340, 0xab58b9413511f934d4b5820837a2c1cfed8f2c6dd2951f4ad8608011e9ddab1a, '', 0, '?'),
(0xb690e78a8f0b606249f1227634854ef1, 'wp-includes/blocks/cover/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9babf5aa77be503ad83cf7d5f2a730fe, 0x10ee1a4632689ff4ef3c15ed552ae0cc95b69555a966997a19c1bf5d5137fcbc, '', 0, '?'),
(0xb6941f2e66c3a2f6d705e9e56dddbbae, 'wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd0badd89714d9638a533906d4471eacb, 0x4bcdbdb1bbc051e13adc430b95b2c7a7cecbc2dfbd82e1e5c9605615e8c98981, '', 0, '?'),
(0xb69635950eda8c5550e6428b7602cb56, 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE', 0, 0x5a231d567b79b3adcce4ab851d5e8bbb, 0x5a231d567b79b3adcce4ab851d5e8bbb, 0xea36046b81d833f658ab75f425e9597b4fafa93134efb4667b135d6f82659201, '', 0, '?'),
(0xb69677221c63dfd164f3ae81b3a12a75, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php', 0, 0x4a2edacbd160c533a4af20b7f1ad5fb7, 0x4a2edacbd160c533a4af20b7f1ad5fb7, 0xd3836b1b305d96cb6795e171451e8249809a6c33685e4fbab84634b39128246b, '', 0, '?'),
(0xb6972d33ba4bd2ce65daaf88179ecad0, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php', 1, 0x00000000000000000000000000000000, 0x8f7989b0694ad68e8041bee2565ee14f, 0xc3125d90182ccf1d7fc0c9de3797403f78e63a0d8f7d3670cc35cea3fbcb5178, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', '/home/abt90iranbet/public_html/wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0x96520abda82e6f1c8dd7c4c6b1326277, 0xd541880e6770aa14878cd22f856def04f82c261e5271ff66396579fef7243de6, '', 0, '?'),
(0xb69c0c5ca7d984d8dd3c484103e1be89, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', 1, 0x00000000000000000000000000000000, 0x0f3f46be010fd05b1543adac4ac69846, 0x7f4a253d326d74ddcc85381d676c1a8d7bebae23f92c1da3890ba29e8263cb04, '', 0, '?'),
(0xb69fd7f1b642554eb66de96879ef2f05, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x6426ba078342ae352705c6d2f6783f86, 0xc0a4230bad96964dac9c8c2b611a2ff6d0d8e25ba99f90204ee66cbeadaedde6, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', '/home/abt90iranbet/public_html/wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0x3340b0e51e025d2c27b84e1abd2a2d0a, 0x78a330b11e0b8cfc739a86fbab91e0dd4e57bb419c3c1a789e1110c628d520d9, '', 0, '?'),
(0xb6acbf9479afc86d75b9215b2497f00b, 'wp-content/languages/plugins/wordpress-seo-fa_IR-af3254de93b67b7a6d9aed1233329b2f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-af3254de93b67b7a6d9aed1233329b2f.json', 0, 0xf8aac88769c7393b5e7987461771fdfd, 0xf8aac88769c7393b5e7987461771fdfd, 0x97c2556defd7f72cdcbe62e16c12cf5151a43a4b33a1f4f56a4022c13e8b292c, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', '/home/abt90iranbet/public_html/wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x96794df799f3c2b38a89c9514f827bd8, 0xb725cbcc4059c809cffc682d3f14b3138a12d6366d113233bee573284d0c37bf, '', 0, '?'),
(0xb6b389246c84ebecb2e655a873c9cf32, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_log.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_log.php', 0, 0x86ae6a9483fc027ea149c69948d5b1df, 0x86ae6a9483fc027ea149c69948d5b1df, 0x3db32f17fb72ddb4e636fb26b5f79e297170b703607e45ccd6d5e140e5e4d61b, '', 0, '?'),
(0xb6b5388af2703eb0c489e1c12b16289e, 'wp-includes/blocks/template-part/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor.css', 1, 0x00000000000000000000000000000000, 0xcac9378b34cd9e4b5e28d391918039a5, 0x531231033edb84ff66b0ccea495ab4f0d75a330cf69f04c150f069e02ad9191f, '', 0, '?'),
(0xb6b67b67c1937be65c10ddf088e13da0, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb6b75d79b2ab9c19ec7dad1bcacb38a3, 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x3ecdf3314a2f96f547f10c7d401ecaf7, 0x2f9b84ad5f4a75e7fcfbab759639d79a49d220abd15b3f61ff918330a21859b7, '', 0, '?'),
(0xb6bb632cdf65e20140634e0753caa1ae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/demo_style.css', 0, 0xe49427e668d32915f6c54a8d818829f5, 0xe49427e668d32915f6c54a8d818829f5, 0xf6347ba86d36d1ecf6d3ab13e76261986e355c3336e1f3ba1359658a7d33dba3, '', 0, '?'),
(0xb6bbbd5e2e8def306938b6ff974ac5f1, 'wp-includes/Requests/src/Response.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Response.php', 1, 0x00000000000000000000000000000000, 0xe48d8e0843214238599b1ff552f3fda6, 0xdebaf625c592f3302badf528b4b6971976b9b4292acb0cf7c7fe6e3dbf44cbd0, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0x1fe505488f9b9871ba67c71cd76ca174, 0x86149ed29327624fd2ebe8da45a626c6a7573068c0096f925c601fffdd59add3, '', 0, '?'),
(0xb6cbf41c1af94dcd20067b486a19e2bb, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x6336649104944aa8111ae6373b7bdf56, 0xa5395154de23e552024ef970df1a8dc0aa2f97ae05fbc182f932f637b75033ff, '', 0, '?'),
(0xb6cefa75c05f52f64f5ff320fa3bf8c9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2_no_content.php', 0, 0x2bbb8bf31e2bff9bfab4840cca8144c5, 0x2bbb8bf31e2bff9bfab4840cca8144c5, 0x1e50bbbd709fb24860c0937c390243cba655bff01b94498b757ce78484f00f8b, '', 0, '?'),
(0xb6d2f01c42b009f5de1800156d5dfcb5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_7.php', 0, 0x607dfd608257aaa8cc1c07d3af2eb75e, 0x607dfd608257aaa8cc1c07d3af2eb75e, 0x2c97e06f7bd225854ea771ad6c132232df4fb592fc7a45c85b8aa8b2dffd93ff, '', 0, '?'),
(0xb6d895278bb4290364b0caa755df2b55, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import.php', 0, 0x45e367811e821213a3fd35d1d16e960b, 0x45e367811e821213a3fd35d1d16e960b, 0xf32bc5a8762713099f505e46cdf1c5b53021fee5bee3d24ea53c68ad31471eec, '', 0, '?'),
(0xb6db17c7aeaac81fb5d6cedd64b22c28, 'wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd4a75f535ada89cbb4266e51f7fc57a5, 0xdcadaf08335b3dab5be88df7a85d0f7c446a1f67612c581c09b66e2d487bda6f, '', 0, '?'),
(0xb6dc4cf3850d0c9550886cc23048099d, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', 1, 0x00000000000000000000000000000000, 0xa865a6c8b98c13bd8b6893adad8b5560, 0xe64357ad21012e152e66b368f9318bf423a9ec758298c572278d8b943060d0a9, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x267e1dedb10b214b944b42acbcc8ed2e, 0x149ab382d999df2a3164419a280a1fb67d4dfd4b4ab5ebceba324e37d1f8e4fc, '', 0, '?'),
(0xb6f476bf65d7539c5150c8ee9e30bde7, 'wp-content/plugins/elementor/assets/js/video.fea4f8dfdf17262f23e8.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/video.fea4f8dfdf17262f23e8.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xd48727a0c2088ab8f7f667e10f85bf85, 0xac4034c28caa62a3a818115d369724cf8f3e0dbfb2fff926a00c5d34e0e8f04a, '', 0, '?'),
(0xb6f9c61e689bd2de091ea4690688382e, 'wp-includes/blocks/post-comments-form/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x346ae2722ae9bfa2de10da60b5bf1d12, 0x5adfc982daf9bcd31fbd7842dcffa171f8919008c3c5361a368c2edefea5aeb8, '', 0, '?'),
(0xb6fc212d8a02bc0023aa3bb9075ec4f6, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_bg_featured_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_bg_featured_image.php', 0, 0x3740810c467e19a4ca2d0f644bee3437, 0x3740810c467e19a4ca2d0f644bee3437, 0xf7348d80cb79835077f81acae2d4382c70d31ef9be03115b8625cb2a7b82d5ec, '', 0, '?'),
(0xb706030f85328e99f86e021c5178a985, 'wp-content/updraft/plugins-old/updraftplus/central/js/central-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/js/central-1-25-1.min.js', 0, 0xb458bc31c6910c8453f13ec813ccb1de, 0xb458bc31c6910c8453f13ec813ccb1de, 0xccab6b6f7aef8b0416ce19c3b6df9a4a09da853a6b36b56fb5ed2ea172ed1ba6, '', 0, '?'),
(0xb70949a5d339e533fc6529839389867d, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/account.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/account.css', 1, 0x00000000000000000000000000000000, 0x4bc21c19fa8264efedb7c366ee287bdc, 0x7a6636811b0015957e919ebdebd191a3d369b608abeaabf2dfc2a9894b1fbf01, '', 0, '?'),
(0xb709d3fec30a6632f4767c21101a0274, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_4.php', 0, 0x265b2946e82aaee415f08ededa3c14a2, 0x265b2946e82aaee415f08ededa3c14a2, 0x676ce37b1fbb51a162a60d2a0e28a28080e7475c5d130d702f7fa2728d932ced, '', 0, '?'),
(0xb710a171ec08162f2ddb394db7a38ca9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import.php', 0, 0xeea34f375ecb280863ad3b1fdaf358a7, 0xeea34f375ecb280863ad3b1fdaf358a7, 0x31c0036d94e935a3c9a03a3021d2bda8c5329bff812099b3c916fefba8cfd5c4, '', 0, '?'),
(0xb7112653719328454e1def4726ba1184, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_panel_settings.txt', 0, 0x8c6adacff629782737f55fefcda803ce, 0x8c6adacff629782737f55fefcda803ce, 0xcdd62634fddfb90eb5c640cf0e83694242bc3c1dbbe6b6e0deb74d4da135d380, '', 0, '?'),
(0xb7194e3cc8c6ccb6aef898348780c1f4, 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0x065592d1dd420679b1fbcc6531249ac8, 0x34ea214b5511ad2a216262632969047b60fbd7c660585cf9c9882351f7fe26ab, '', 0, '?'),
(0xb71e3fcd00252f0428189809dffd290f, 'wp-content/updraft/backup_2025-07-18-0342___90_a475d5b49b75-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-18-0342___90_a475d5b49b75-db.gz', 0, 0xe46d164412c1966824c99ae46f244db6, 0xe46d164412c1966824c99ae46f244db6, 0xcd7af422bff02ae9012fe6a54de2136bccfc1afeccfb7a47314574285f79e865, '', 0, '?'),
(0xb71efd77a6f0da12b7e7c4dbe2d66ed8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2.php', 0, 0xed9b80c7b4550635149f1977396c3a88, 0xed9b80c7b4550635149f1977396c3a88, 0x29bf4e7a99ac3253006067c5b9d17e69df84c89086a9737bcba7275ec387c97b, '', 0, '?'),
(0xb71fdfa0e69177a3bddb12afd3a98021, 'wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po', 1, 0x00000000000000000000000000000000, 0x5975ec2a1594d513260edd7768054372, 0x60ad1b1ff6516a7620330497ff978708d734407bfc4588e58eb71e4d4ccdb4d4, '', 0, '?'),
(0xb721b978beeac5986f4a46d4fae26daa, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_call_to_action.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_call_to_action.php', 0, 0x8f77f8e707d64488f9fe79830c71392c, 0x8f77f8e707d64488f9fe79830c71392c, 0xe29bbb6b5902a0e2a80f3801434671bdfcd5cdeb2cf365d7dd35b41100b9f477, '', 0, '?'),
(0xb7221b3cdb68f7f3d7c32562e3bfd715, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-no-arrow.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-no-arrow.png', 0, 0x004ebf0c4a4d51652a47d95e7f688572, 0x004ebf0c4a4d51652a47d95e7f688572, 0x36463ecfb3f902b6f062519da2cef1e42b94bcd4a8d8d805fe3d2d59cc7185d7, '', 0, '?'),
(0xb7240f7c2a01693c452459ee18db9d77, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-left.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-left.png', 0, 0xe9b3863e7ee1709b76879eb4d1eb9bf9, 0xe9b3863e7ee1709b76879eb4d1eb9bf9, 0x5044a8986a328706de6b78ae00d46b05fd5937f08cfa9cc10a1a685dbe4ad729, '', 0, '?'),
(0xb7283e7c827f4480551e2ee2a18d35f2, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title3.php', 0, 0xb9ccbe8cbf354adb30ad1fae4e179121, 0xb9ccbe8cbf354adb30ad1fae4e179121, 0xe08707e5fbac863ad11c6c941c64bde1da6d7d1080f39b382f86ab458cc9d095, '', 0, '?'),
(0xb729e8d18f7382526de955dcdfc9f281, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', 1, 0x00000000000000000000000000000000, 0xbc2834b246fb925275a2fdfb1bf408c1, 0x7948fa2782440f5d5c6c653fbd6ffc88d766250c38f56bc5f34b05b54389371e, '', 0, '?'),
(0xb7353b09dfac404e257a3b6ceedd2bf6, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php', 1, 0x00000000000000000000000000000000, 0x656c2e2c30bda4380216f0ea21064a26, 0xab02160234041863212312eb0ceaecd174c9f1f764ca6ad43ac1b68b8d98aa9b, '', 0, '?'),
(0xb735524820da64b81c88dd8fcdb70a61, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/README.md', 0, 0xe3586b5ead9e3fcf1d64f45707397f2e, 0xe3586b5ead9e3fcf1d64f45707397f2e, 0x95293c458ad904169825c510217a89eb49bf1e91a842c671a0d0cbb6a668f2af, '', 0, '?'),
(0xb7378b2369d7e3fd2f37345a429f9582, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 1, 0x00000000000000000000000000000000, 0x4e0c67da62cd3cbe82b167f1855bff8e, 0x91bd1ace2327c793e5f866d10ad4098619693da3881299bf948ab8f71517bac0, '', 0, '?'),
(0xb73b32fd3263e25072411e5031477cd3, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php', 0, 0xd7d4363bdce2a84360edd2983e15ec4c, 0xd7d4363bdce2a84360edd2983e15ec4c, 0x0eaef43cf45378f0c3be2914ac96db51dbc9ce5bb7805821bd903508fd87dc43, '', 0, '?'),
(0xb7410807390b026e8c0ac0b15858e221, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1.php', 0, 0x863671416057fc577bac0a2be98ecdcb, 0x863671416057fc577bac0a2be98ecdcb, 0xbb1ce22219491d5579c3b3968edbfdabfb7460045b9a226de0e8cfb928e87b59, '', 0, '?'),
(0xb7457e92588764f6516804048a1bf3cc, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', 1, 0x00000000000000000000000000000000, 0xb440fb56d1a9e6b16e1f2cfb90aeefeb, 0x3c215a8b04f3f4efd7688dd27403621414ced20e138bfd0be20f784e95db72c2, '', 0, '?'),
(0xb7482154aded834b0d25bb800d059f53, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php', 0, 0xb0f1ce272b1146ea70b5a424fbb928af, 0xb0f1ce272b1146ea70b5a424fbb928af, 0x4a736c2a8a05468d7f097c5e18f492d1fb2dbb225ca78166ffa87e6d76c8701d, '', 0, '?'),
(0xb74d1c687c0d5545aad4166773ac363f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-background.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-background.png', 0, 0xdd690e281041d5c6c2dad1e4fb17d22c, 0xdd690e281041d5c6c2dad1e4fb17d22c, 0xc8dd246641fc422442d2a3472b7ce9c0ff9a6c5f5a7ac8632c89a752a7519484, '', 0, '?'),
(0xb75350a5057ba8edf470e6ccf55bf27b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_6.php', 0, 0xb5033911c77c2055561f0ab724471597, 0xb5033911c77c2055561f0ab724471597, 0xd83afe9c77442cace5a12b3ce598536012e76cae92c0a93df8774f44d725d1d9, '', 0, '?'),
(0xb76049cc96594cd475eec3715d52a30a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/LICENSE', 0, 0x8035eaaec6b3b562c1aed15adc8b908a, 0x8035eaaec6b3b562c1aed15adc8b908a, 0x6afe38f1656ebd0bc15f6c0a4acdf710b130a2701cbca763d6094950e6fa921b, '', 0, '?'),
(0xb7607b43ee5582567a2f5aed010c2d1f, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php', 1, 0x00000000000000000000000000000000, 0x3eae1a1c98125c56b589becb9d121183, 0x62cb2490547a1464250552d2a971a5be7443b9d50f950cf54aa4dc37a3204813, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x4a2a45d52576094ec361218ba455771f, 0x4dfcab23338961407868c706c0a0730d35047142d24e10d9a3a958230ec0f292, '', 0, '?'),
(0xb769e427a4a02e93d574041529b6baf2, 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', 1, 0x00000000000000000000000000000000, 0xb733f130431da5ec1ab3beca5c6a4d91, 0xc50604cc7980306ff369c778aa64d8f7e4972d966e3063482280014aa97977f5, '', 0, '?'),
(0xb76de2957e7d43354068325ae59cce7d, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.po', 0, 0x69f196f343b303d95580fcf878b881a0, 0x69f196f343b303d95580fcf878b881a0, 0x8e97aeba0b78a26488a56bdfd608ed72d43731ef9b5989ad57e5f1bbd9283288, '', 0, '?'),
(0xb77063a396a43b1f352718cd31e0caf2, 'wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js.map', 1, 0x00000000000000000000000000000000, 0x89e75f9ad964736491b641e2323475cb, 0xf194cc559dcfda913bc0350f80d20b18df66b68074f42412c19b2ab2ea651f51, '', 0, '?'),
(0xb77100de7fe31a937e1ae0fcf9f1fcec, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php', 1, 0x00000000000000000000000000000000, 0xf5faa069833139798b846071c143fcdc, 0x2215de7ad617b5d3f1e6e435905105e2f5b2012e729230965977e37847d7f947, '', 0, '?'),
(0xb776f5ece7808a8367cff46487cd05b6, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/user-change.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/user-change.php', 1, 0x00000000000000000000000000000000, 0xb6386fc81e7f5c5f877d8d33c7d102c5, 0x97bf4b01f3b27c8c0ec40a60f135c0fe2eb3340ffc156a78ca2ab4950f6c7d84, '', 0, '?'),
(0xb777981e2be4933ec27bdfedd663a8a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2_no_content.php', 0, 0x30927db5982360c0f95eb05110dcbac1, 0x30927db5982360c0f95eb05110dcbac1, 0x543d09625b94d35646d45be2b639989a93edcd0af301e6be7fb315f734493ca7, '', 0, '?'),
(0xb7792997e97c2ee7cca7ffc7cf541695, 'wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php', 0, 0xe0486d554a36dbf39c75c88a6a0bc66b, 0xe0486d554a36dbf39c75c88a6a0bc66b, 0x1fefae86e5b1e530c43512b7c2b3246f93fca7af95fca7835699d73a9620ef2a, '', 0, '?'),
(0xb779a3bf02d191ff63ab6a21bf5c1327, 'wp-includes/class-wp-block-list.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-list.php', 1, 0x00000000000000000000000000000000, 0x28e013ddb7f68e6542c18739c3131c7b, 0xcdb1ca54b471f7538f4934533170345eda247f5f4a2878aa2681fceca30a4111, '', 0, '?'),
(0xb77bad9eca62899265e5a5b3e6bb7a6e, 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js', 0, 0x2c1a1dbfe6571f486670fc32e968730c, 0x2c1a1dbfe6571f486670fc32e968730c, 0xe8947ab5818e18254aadf25745421194acb272a16e8e45232da1a8456dbf7a82, '', 0, '?'),
(0xb77f32b1445b22b9f1ff842a2228d7d7, 'wp-includes/js/jquery/ui/effect-size.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-size.js', 1, 0x00000000000000000000000000000000, 0x37419c0140d42f9c51312234829c8ce1, 0x68e078a34df5e67f05d84a0afffca86f5ea1020af6f6ea3e502a288e720d8026, '', 0, '?'),
(0xb781354914039c14bbbf0b8d5caf82e2, 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js', 1, 0x00000000000000000000000000000000, 0x8da44cc53aae121564ebe6bf7cad2208, 0xa62f36bf3306011430b02788148f9b6b41dcc12275207e32d46961d50f2f911b, '', 0, '?'),
(0xb784bf74d558b533b508cda0599223c3, 'wp-content/updraft/plugins-old/akismet/_inc/img/icon-external.svg', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/icon-external.svg', 0, 0x876cafe4d93be34d09a80344a69fc4fc, 0x876cafe4d93be34d09a80344a69fc4fc, 0xb33e48ed5a462de9d01d24cc767cf9720a771c90f7defdc4847f1ecc59b18726, '', 0, '?'),
(0xb78bdc39815468330f2d1846f6044f4d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_8.php', 0, 0x07ad4121f5432bcf37b47901c6a42397, 0x07ad4121f5432bcf37b47901c6a42397, 0xa0d2081024415c06eb56782b96160998f39bc12883fb2690cb938a5b77f675d1, '', 0, '?'),
(0xb78ca12893992344c02834da9bf6f766, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', 1, 0x00000000000000000000000000000000, 0x172ecdb412b2116f8cfc43632aed5971, 0x6a62281fd3c099e35e35d4fec8346b1df1f5b036004544816c140db5230f5c32, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0xdf4e8f6f62f99e0b536507704f87c0e5, 0xe1cad809cbdeb2d409397cf7b0499e713daebcce08b990949e1159ad7ef8dcbb, '', 0, '?'),
(0xb795390d66f91bd424b73d2d9bb3a05d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-cpt.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-cpt.png', 0, 0x19a25de384e91717f1e38a8e68c4d3ae, 0x19a25de384e91717f1e38a8e68c4d3ae, 0xf5c1a160f64334396d69635642552984b8b7ee67e983b82ea18a201eaf508f63, '', 0, '?'),
(0xb795b36646b2bdd902f8799914e7809a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_10.php', 0, 0x943b0da038792cfe59a74a50d6b7f3d8, 0x943b0da038792cfe59a74a50d6b7f3d8, 0x9c94f578a47b66d72d022925794c2ece31fd3e7d47bdaa9d3d344ac5a9485766, '', 0, '?'),
(0xb7985ca8e9ce304fb627775b6c2f5e24, 'wp-includes/blocks/gallery/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style.css', 1, 0x00000000000000000000000000000000, 0x9037a6e903e0419fecec75492f94b084, 0xff087c1ae34225c4a7410c9d90001cc1304da526200a6944a7aeed9cd171ff66, '', 0, '?'),
(0xb798d7116c7ad50ed2ae0af1cb7367b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2_no_content.php', 0, 0x2a37b9ab27c571e1ccff120881abb13b, 0x2a37b9ab27c571e1ccff120881abb13b, 0x72f16c589cf92523c08d8ef5a002e41dcb910fff7d620b83ff951e57bdf6c91e, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', '/home/abt90iranbet/public_html/wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x7fcfae0d8cfd265a33927293220417f2, 0xd6067f183ae1d70325a33b4b698857403ee1553b8ad4cdf41feb13bd0823c03e, '', 0, '?'),
(0xb79bd760ab70f5ef79749061ec4cf8f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', 1, 0x00000000000000000000000000000000, 0x8bf1fde34087c0070b6f797508bc63c6, 0x7af3a6c72ebad583a03dda507c0d605b346b503ff9557374d93cdf1350d3c01f, '', 0, '?'),
(0xb7a1bdd7cc351127377e60f136e63edc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_10.php', 0, 0x91db3f48df8eea4f23d5cee4fa1cefe4, 0x91db3f48df8eea4f23d5cee4fa1cefe4, 0x0c79bbafe0d49ec8809e4f25f90bc15c684755dce0b3bbd9b2a5ad830fe9382b, '', 0, '?'),
(0xb7a4e03e58e8b346e3bf167c908fc8e4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_8.php', 0, 0xc98769c3fb2c7b90441b3170d106f15a, 0xc98769c3fb2c7b90441b3170d106f15a, 0x70e7d9abb7ae54661821a8a041ce10678753a9e97a269d0ef6ad47e8fa46932e, '', 0, '?'),
(0xb7acacd4e82f640ab2d4a3d94ffb7d2c, 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 1, 0x00000000000000000000000000000000, 0x76848d71f025b45c66f1d802cf64801f, 0x9e10ff906e0ca73e54907175afa1760a730f45d9973bffdc1ec15b3178a38f98, '', 0, '?'),
(0xb7b1b1c9daa88713d4e45f4095f81d40, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php', 1, 0x00000000000000000000000000000000, 0xc5625b32f4cc23671d8f5a2e858eff88, 0x0ad0c0e79ffef47d7ac83e2e0642e9f36099668c403a08aaa00b0cd9e07cb7e3, '', 0, '?'),
(0xb7b3cc6a70df2ec7c1ed159a9609f050, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php', 0, 0xc85aba0c0561f1f4a58585fbdcb1bede, 0xc85aba0c0561f1f4a58585fbdcb1bede, 0xd348c12d48c321be7706e052c4fe8f4b5709ef937c23fe1d43cea65adebb1d30, '', 0, '?'),
(0xb7b4a4dbc0f14d9ee13b6545421a51b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_7.php', 0, 0xe115157469c82f11677d015aa63fcc70, 0xe115157469c82f11677d015aa63fcc70, 0x0358ba74aeac4459f494e9c03256587bb9b0daffecf3e1c33e5dbe880a198b74, '', 0, '?'),
(0xb7b655a18e1b3fb4e22cafa222948817, 'wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php', 0, 0x690fdda0e84a3641d906ffce7a1e8d4e, 0x690fdda0e84a3641d906ffce7a1e8d4e, 0xdcc90e44adf329637b93fd8214b6367e6a63cbe03026ec253b87f8b1dfe9ca27, '', 0, '?'),
(0xb7b8fd1e12219f54cbc3581121d3985a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import.php', 0, 0xe2aab37824d101597679b8fdb9b35180, 0xe2aab37824d101597679b8fdb9b35180, 0x5ae60bd036ed609909a57a11dcbdb56b21cae317d986ccfe85b254e8688862f3, '', 0, '?'),
(0xb7c3882c8efd6cda3ffe661c96d29fb0, 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.woff', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.woff', 0, 0x95aa28e29618c068e8a53f64c87cb6a9, 0x95aa28e29618c068e8a53f64c87cb6a9, 0xa129bd5fe02521893a841b1fbc6938001a6d1384e4552c0c08d808a265535a0d, '', 0, '?'),
(0xb7c402c2e96919f2ceb0867875b86f54, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', 0, 0x67c9ca14bf2c4df1b83a7ee8e56fa183, 0x67c9ca14bf2c4df1b83a7ee8e56fa183, 0x529769680dd4f280bb037e029354180cff97760cd302d9c4432a121c309ffad6, '', 0, '?'),
(0xb7c5be7167c63597affd81a8f3fb41a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', 1, 0x00000000000000000000000000000000, 0xd9bd86175aea0b968b6d6d8ef102f4e4, 0x88fcbf4cb1b8a717d10ff5906506eb289ee7fb1305b41c744dbf5780c7f08940, '', 0, '?'),
(0xb7c9b69dab1c7a5eed18becd85ef42fd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0x590da572cde6b8b63515c2469d23e827, 0x9a63e5f4eaacecfc72b85b02a490c6c38ca2eb417da40677e3c368cdb5a5462d, '', 0, '?'),
(0xb7cbb220abc6acd882b52bec304c55bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_3.php', 0, 0xa74f22cf57a195f39ce9872d1fffd4fa, 0xa74f22cf57a195f39ce9872d1fffd4fa, 0xc6a96a4649b777fe22cb7b8fa7892eb500e59c3c10b7cc3e10d09a2232d7944f, '', 0, '?'),
(0xb7cc38eabe10e9a43de94954758417aa, 'wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xb19f0d8e43086474ef95506cfff783ca, 0xf1f69589fceeae9e480249b2e6598b2ffc94f682a3f5f7f902ece0ab6a75ec80, '', 0, '?'),
(0xb7ce45fc978e607bf15ac1e755f3cdd5, 'wp-content/plugins/wp-rocket/inc/functions/posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/posts.php', 0, 0x1005f29244993d6eeb206aa2639e1d39, 0x1005f29244993d6eeb206aa2639e1d39, 0xb9f71011369be40d8465c4a68d04a9ed6f76e8cade14a90ca62cbcff4614d5d4, '', 0, '?'),
(0xb7cf5f14ddc865b8cfdc66bfecede6fc, 'wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png', 1, 0x00000000000000000000000000000000, 0xc41f8df65084833734931cc23105d939, 0x05bc3213701cd2dceadf706b7fa08c69b21f16cbad2153e90b2cb8cc5e65ebcf, '', 0, '?'),
(0xb7d0c745891c1b0a139fa6ebade665d3, 'wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php', 0, 0x02c1a7fa4c1dccc4014c733c55e56540, 0x02c1a7fa4c1dccc4014c733c55e56540, 0x2c2107fffc2ee574003f9b6b9ec3460590b009253bf8d72a720b534d1260ece1, '', 0, '?'),
(0xb7d4cc18cc56e336c3ec3eab559b66ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_9.php', 0, 0x97833fa1cff00aa3565ff62b0f65a56e, 0x97833fa1cff00aa3565ff62b0f65a56e, 0x9ca7913f78591a6ef5dd672751faafaa65e0c7d5be7fef66c9fb00168fe6fbe9, '', 0, '?'),
(0xb7d4e6376257003cca5faa44d9155bab, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0x9a1527716819b4d8840b5f9387d9a3fc, 0xc12f4bd1b354b718b746151cc672b5d9173d7da4ed3b95a3576de5347d79a9ad, '', 0, '?'),
(0xb7da9d823572a821515f0dc2b5fbd3ac, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php', 1, 0x00000000000000000000000000000000, 0xe948223f95c9092c28ccbd579eb86681, 0x031f9f561fffe07db6e269f173b8a69a040754eeaa69395d1dfa2fc72cbba117, '', 0, '?'),
(0xb7dd6d02110d779a1b3320e50755fa05, 'wp-content/plugins/elementor/includes/controls/divider.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/divider.php', 1, 0x00000000000000000000000000000000, 0x119fc05be34467656b6cdc4e85cb69ba, 0x52fa90873c0fe93eea7265d3880da1688da07a4d43f72f09282c226402c97db5, '', 0, '?'),
(0xb7e163b269660a338f4ca637b8a4cf64, 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 1, 0x00000000000000000000000000000000, 0xcc68206586b83521988e6c94646c66aa, 0x73f104db1bbc7433e52703882e218687bcd3eb7a12f130e6b5a3c4d312730c4f, '', 0, '?'),
(0xb7e24fa9f84d8d48e88883355325fa4a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_8.png', 0, 0x3b43dfc4938f427e93600d98f37df04d, 0x3b43dfc4938f427e93600d98f37df04d, 0xf09ba5461663066bc4069f6f92993f0589f7b6780989dd450ee9e761df4b43fb, '', 0, '?'),
(0xb7e31d2d2ce8af6eb30a3e3e6b67f6dd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 0, 0x53a96413e4c1a2b37510ff004e6b6761, 0x53a96413e4c1a2b37510ff004e6b6761, 0x518c44963fc5fdabfe7fb0273ea2f82ed796b1428442c7b6e72c0605e2556b83, '', 0, '?'),
(0xb7e52be28564cc45e0766e47c0cffe1e, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php', 0, 0xbb4daf40a9670b5126510ba79eec37c0, 0xbb4daf40a9670b5126510ba79eec37c0, 0xa26e8d86a4c1ae69ee367a7559ce232247fad1cc079d29896401d97d8ad0ee2e, '', 0, '?'),
(0xb7ecc7c326c9b6711e13e0133a6572b9, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/OutputBlock.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/OutputBlock.php', 0, 0x62b8ee081b0b726a5ef621b15effcc9d, 0x62b8ee081b0b726a5ef621b15effcc9d, 0x4bda78daf4e3b110a9304987c8a59aed42ae4b2157798efcd3ea20bb08c1c366, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0eda1ea266183c5f3212535e49bfaa5a, 0xfdad69ddaf99ff387b1c918169fcb4d8712164bea0ccd58da8e541047af2f5a9, '', 0, '?'),
(0xb7f15855868303dd893c36e165ce45fe, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xc00e1d2bc457365ed216ae92273b07e7, 0x63433e5b2b7d0226229877c8ff2bcfd44daf23723cae1569da222152b0e37ae7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb7f5b80d5dfb445c0402ba4737a86ea2, 'wp-content/plugins/wp-rocket/languages/rocket-pl_PL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pl_PL.mo', 0, 0x048d2f30479234b20a1a84ae14b09e3b, 0x048d2f30479234b20a1a84ae14b09e3b, 0xeda0045c8fe0d2ba62461f5b2bab58e685f3a6b556d38ba807277c11bf736c60, '', 0, '?'),
(0xb7f68f9631a1f4c04e904a9c606b05e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2_no_content.php', 0, 0x492e286dc63a32ff9f5ab0d785a7296b, 0x492e286dc63a32ff9f5ab0d785a7296b, 0xcdcfaac143d27ebd549f21465bb9b2a15e1510baf7f68d67f5f65e9942d859af, '', 0, '?'),
(0xb7f8b0c528e5f0fae7067ef7cc1c7e22, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', 1, 0x00000000000000000000000000000000, 0x17084eba9d599e860eb4fc97f1ec8780, 0x763e5067eec5a2a0525d249d73f9f41facc15f972e3ef8777fa4c63d42cf9c6e, '', 0, '?'),
(0xb7f9848a0316ff0ab745f52f831da569, 'wp-content/plugins/elementor/assets/js/d3bdd130eb38d3b07f85.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/d3bdd130eb38d3b07f85.bundle.js', 1, 0x00000000000000000000000000000000, 0xf1033a4f3cd659e1918a7f364a624187, 0xc8f6238d026e96c005130f61b8529256918caef751a012015490fc8d1ac8819a, '', 0, '?'),
(0xb7fa1387fd18aba2a11a9918ee6bfd65, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import_no_content.php', 0, 0x7b17ff5d8def0e5fc7de008c51ccf06a, 0x7b17ff5d8def0e5fc7de008c51ccf06a, 0xd2e817b272459e0dddeaf7ccca9a188b1b0a3e9cf59ca4857544f85ef661518f, '', 0, '?'),
(0xb802d3ef6602c3f183ae047327b9d294, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-css.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-css.js', 0, 0xc60b05cafc69d54f20fc329ffd1a9f10, 0xc60b05cafc69d54f20fc329ffd1a9f10, 0x8508f0d7714bbffd771c0bb6a75a645ce4675ff81ab26f21f276b6c20946e496, '', 0, '?'),
(0xb80b9d9d10cb097639b5b6624e12c934, 'wp-content/plugins/wp-rocket/languages/rocket-ar.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ar.po', 0, 0x6ce06e5da67938986940e70f3b16702d, 0x6ce06e5da67938986940e70f3b16702d, 0x4ca1b48ce32bd65af4da73b8150bb17fd0864944b02ed01fef545fa71b421b30, '', 0, '?'),
(0xb812a2b17cecdc9c60e05294ab8adfd8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_8.php', 0, 0x000b5d42d88c926086a20cd4846a8127, 0x000b5d42d88c926086a20cd4846a8127, 0x2203dfb612aa024437f48825fb9347a22387187f3f9edc1dc13b3ff767fecc8f, '', 0, '?'),
(0xb8164b6de34d83f8a2bcd06fd187807f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 1, 0x00000000000000000000000000000000, 0x1c78aab2b2cf08efaeb0a4b8251bb74c, 0xc487fc6eb777169feee1d510976d2170ff1e66a1b653945de25a2a74c8f1c434, '', 0, '?'),
(0xb8176f5d8219ecc3cf0b1d6e4d3a62bf, 'wp-content/updraft/plugins-old/updraftplus/central/modules/core.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/core.php', 0, 0x0ab061894ffad45bb28de7cb06836029, 0x0ab061894ffad45bb28de7cb06836029, 0x9d45eb4d373f5a3dd94218b4ffc5a3db98f5e460d15feebd0b746e12993b3e58, '', 0, '?'),
(0xb81a87a88ce25941f2b97f72a83a590f, 'wp-content/plugins/amp/assets/js/amp-support.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-support.asset.php', 1, 0x00000000000000000000000000000000, 0xfdb0269ef02b6fd85446b083e395cf78, 0x44c5f52f09a6cd918bf70b26148b97cad6a4cf0a88f7bbcdac98034d8b786802, '', 0, '?'),
(0xb81aa6926fc4c18fbc7c3b3c0aba64f6, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json', 1, 0x00000000000000000000000000000000, 0x8cac9251219a6f6d5fc9aea9792fdcf6, 0x2422e72066d68a07c592a2a6b8cfea44c8e264a8bd20ad5ed2081fd69331f325, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xb81b4f21f1eb32f740ef28979fe1f03a, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tooltip.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tooltip.svg', 1, 0x00000000000000000000000000000000, 0x8861395a432905d2ea9c90bfbb3f9258, 0x5d0232c82f717c39fc951fc6545a47f35c24b9a73f9662128b3630f2a4775941, '', 0, '?'),
(0xb81fcffd0ac6e70cfa6a9be42fef004d, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/custom-gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/custom-gallery.php', 1, 0x00000000000000000000000000000000, 0xe2f985f017af04b7920a100d8741fd91, 0xf666a8636e96dbf590e057e8a1a4723d1f3a4e2685cf2fbcb1e6cd5b1025e3e6, '', 0, '?'),
(0xb828f4ab89cbd3f75454bcb2a9b8795a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_4.php', 0, 0xe7bead437775185007ee991e4bd43f21, 0xe7bead437775185007ee991e4bd43f21, 0x5f7ce77f3eb31b56cc3ad5a4967263f92f57559d5a91364e1245ec20289c8c3e, '', 0, '?'),
(0xb8304b8f71f102d162ae9e224e36a59d, 'wp-content/updraft/themes-old/twentytwentythree/patterns/footer-default.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/footer-default.php', 0, 0x4aa3d336585b01d70806f579b5e39f76, 0x4aa3d336585b01d70806f579b5e39f76, 0xc27d8e5e06f637dac3cd91b9b3b8d9fde7f18704b1553527f320acdadb6b233d, '', 0, '?'),
(0xb832bacf3c4d85d6ec34a272d437a855, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_8.php', 0, 0x20eead2f6ce378846361046366002759, 0x20eead2f6ce378846361046366002759, 0xde02933c5d23c0abc20c9bb17d9bc4efb20b886fcf0593f1ee73e26610f2efbd, '', 0, '?'),
(0xb833a7cd377e19fcb87594d0792f3f3e, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-fr_FR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x0e1ff40e5b8f04c53dbafda79026f8af, 0x7c29c2b8ff184acad75139d082aa5d21f274c94d81e88cc1b51d6d5dd797b678, '', 0, '?'),
(0xb838ca21d01e3fce97e0e8f9609b74b3, 'wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php', 1, 0x00000000000000000000000000000000, 0xae819136b6bf530bccee81f993f45793, 0x3a970c97c927991f4cf0b6ec8fd07233831e57a10f08aed99973a8d7c487b3f5, '', 0, '?'),
(0xb83c1468a07f69d1ad33112ab5094671, 'wp-includes/blocks/button/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf6ce4cadfc06b5769dfaa5af480ac4db, 0x35248eed5282272ceb4e817f408d882991b209504a3abc84e472fd457e14472d, '', 0, '?'),
(0xb840d6ecb464dd2caaf5174920d3d685, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0xbe9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4e, '', 0, '?'),
(0xb8427ce73fb9078c6a781e3e03114dc1, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php', 1, 0x00000000000000000000000000000000, 0x01d85a5bea48de992bc88764cd568cc9, 0xd12ba20621983c37d7296a45288388fc3f5843986c810f324b7679afbc1f4385, '', 0, '?'),
(0xb8441ca4dad79a7a07432b72ef2d11d1, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', 0, 0x460689f292a11ebce586ef066313dd5d, 0x460689f292a11ebce586ef066313dd5d, 0x1eec7399c0926b594130299abf17568bf776275ab3c7feb311b30b234527d223, '', 0, '?'),
(0xb844384450f43437896e9a9727b5a845, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', 0, 0xd7a52f250e23b7cc16ec6b7646a95f28, 0xd7a52f250e23b7cc16ec6b7646a95f28, 0xc7e464e9c7d101b542336e7106b49a446f8fa3bff17d1dcfa68175093ff536b1, '', 0, '?'),
(0xb84a4b9ee49bc5b7a71c97b07c401203, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_4.php', 0, 0xb5d7040ee64ccf9f05d0a9a6b0c5243b, 0xb5d7040ee64ccf9f05d0a9a6b0c5243b, 0xccda4112b962fccb6c267f235f2b87d2a674c6c486468004a47f28c31d0f6a5c, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0xe7942d3f6055f8b6c0723b51aef65cc3, 0x431be133420ea320858eb3c3f56d0721d7048ada3226c835e3171848bfab572d, '', 0, '?'),
(0xb84b9c3cc66fdc20d1a6c75fc6273c5f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_panel_settings.txt', 0, 0xa12181e1f1f6fabedca26caa5d60695d, 0xa12181e1f1f6fabedca26caa5d60695d, 0x1e68954428f8dbd40b385ef5b2b8305a5ff8ec01c4c341fe6375521981d4d51a, '', 0, '?'),
(0xb84fb17ea05a4138c6368fcf7d0c83e8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xa55bcd40682b36a2a535bb4a814e0292, 0x6856464aa0f5ab6c06732bd6003ca1a98197d2f146da2e8d9ddb2f902a77954c, '', 0, '?'),
(0xb851c1342ef6f6ebdd731f8d60aaac00, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', 1, 0x00000000000000000000000000000000, 0xc48efd2d6ab4c46119483fd2896c168c, 0x4f6fca1e7155cde4330a2fe756749a83498691782dc90fb7475f8a7d468975e1, '', 0, '?'),
(0xb8551f787f60b248fa6ec7927c521d80, 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js', 1, 0x00000000000000000000000000000000, 0xaf73dd50819a5fc22dff8b0ed2229d6c, 0x65df4a72d14cd2cd778a7767d433fde1a22cb150519759ae69b6ce0a1aa3f318, '', 0, '?'),
(0xb8552b9517e225f64e7bab9d2ab1fd4e, 'wp-content/plugins/updraftplus/languages/updraftplus-ckb.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.po', 1, 0x00000000000000000000000000000000, 0x00b9c6f6df338b6dc15b3be2fbb325e2, 0x3b97f719a9f0cf0017090849e6120f7edce1a5047ff812e234165132ca368b46, '', 0, '?'),
(0xb85db57ae1787aa0ac82e2999c50d0ed, 'wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x4a1eda142ee652cd8f51bf84f120859b, 0x80a74f5a8bb95cace102dce277d5d29f4e6d6ccabbbb5556b3940311409b8766, '', 0, '?'),
(0xb861687a0282b2ceca642ef33ac303fb, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', 1, 0x00000000000000000000000000000000, 0xf77777876b288bff222601ab001bcb39, 0x6e08b351e8354933d3ba8959b2087988ac5269ae01db8d1030cee0fdfc476a73, '', 0, '?'),
(0xb861dded19d07399fd6aac79ccc161ed, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', 0, 0x8ba33c7dce0d8c427fc69537309b711e, 0x8ba33c7dce0d8c427fc69537309b711e, 0x4af040a3c2e9a11c4aa4e9d51ceb6cf253810634068b7ac14310f7dd6bc93835, '', 0, '?'),
(0xb8621cdeb285ac1e06bf9f7db089f788, 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', 0, 0xd67546378081a4328196f62dcca8669e, 0xd67546378081a4328196f62dcca8669e, 0xef96b3c60dee6a77834746e60957e18596b215d1c9c7e70858bc9dcd4eecfd5b, '', 0, '?'),
(0xb863c2da1078c6df7e39a22a5275b9a1, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', 1, 0x00000000000000000000000000000000, 0x05cefae7cd3cbfaf4d8357fcd0eaea7a, 0x18d3d14588683176c50f5b35a69c1b4b516fadeed1fc7345dd65d4c3bf45456b, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x20c16f59830ba2db2de31729451d4864, 0x6cdc2c38bf45f154978e439165796c9e61f95304eed43b29272264cc607afb99, '', 0, '?'),
(0xb8684ce9af3b2828e4abbc82cef1a92b, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-upgrade.php', 0, 0x1b1ce4f25ee10154b306d7eb708c6b66, 0x1b1ce4f25ee10154b306d7eb708c6b66, 0xd388e2a423b4673252624d6048f4dfab44c8e4f9852a44b52b7b56ffb6b141c1, '', 0, '?'),
(0xb8695b7caebcbb353e0331b29a6ecfe9, 'wp-content/plugins/amp/src/Admin/UserRESTEndpointExtension.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/UserRESTEndpointExtension.php', 1, 0x00000000000000000000000000000000, 0x04f77f5039713e43bf0997c26d7d36d0, 0xb2e29e74eb8476b78ab187e4a0bbc183983bef261ab7d34ef9b6a4656e296440, '', 0, '?'),
(0xb86ab3313df1c8ee127f1f64bdf42f3b, 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 1, 0x00000000000000000000000000000000, 0x07f95116dbfee3d7822fa9a1781a3abd, 0xd6a0345021482d84857015ef30118ca7fd91c1c8295280c864a3701f3d8c468f, '', 0, '?'),
(0xb86e62ea0639313abbe11a87ebfcaf48, 'wp-includes/SimplePie/src/Cache/Memcache.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xc25f81135a5ccdc59f3d5c6a94077b49, 0x465c4e1efe351ee4dc61a03b17d082a861aeab15184a82661bb0506bddacb209, '', 0, '?'),
(0xb872121b380f97f2a75a2d26515ec3f6, 'wp-content/updraft/themes-old/twentytwentytwo/templates/404.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/404.html', 0, 0x386fc90bd36df3f711c22cf3e62a008b, 0x386fc90bd36df3f711c22cf3e62a008b, 0xfef635f8b11fc2cf4b07f2fac1bd29161d603001550964fa8d739f94cdb31d54, '', 0, '?'),
(0xb87259456572097ecdaab34b4e2ade36, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php', 1, 0x00000000000000000000000000000000, 0x03ccab269c28d8c9d6be7c3afcb873a8, 0x698431fa142822b01a27c9d96e4be8d85e9a45b36c1bb8af47976384b91bdc34, '', 0, '?'),
(0xb873ac4619c53f209c7764736accc417, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json', 0, 0xae1e00ae9c81ac6f9ed6acc4bc712a1e, 0xae1e00ae9c81ac6f9ed6acc4bc712a1e, 0xbef7dbd25036ed4c2ae60a5fc72ea17fd3372ee9badba48ef9f7b5828900fda2, '', 0, '?'),
(0xb875f438381525ea5b81d6daf509ce58, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 1, 0x00000000000000000000000000000000, 0x39af36de0ebfa50fb4b921e25fb4063b, 0xb87b40dc851d9dfbbbe6b0f0f6c8dc158b56b6aca0173cab826777d49dd4af2e, '', 0, '?'),
(0xb876639fb4ee576e55c7f6e9d3497d26, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', 1, 0x00000000000000000000000000000000, 0xdf5ca4168a907adcb2abf9f4ff481ebe, 0x35c12aeefd0545d2e5971a44efe3cf3b990430b38130a73ac5a7548ce51c4e1a, '', 0, '?'),
(0xb8775eec60d87c94787acfdd127e0b6a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', 1, 0x00000000000000000000000000000000, 0x0d2c721190946a0e4cdccf2e5a750ec9, 0xa4d39cfa6873c9f6b00c9ced2d05f688e2d8de4414f3a3cf0c15448f5acc7fca, '', 0, '?'),
(0xb87a4a126dc46d6a4ef528fc86b9c5b0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile', 1, 0x00000000000000000000000000000000, 0x80e398f1c3adb70d2731859d860805f2, 0x787a760cb45bc3032eab34fbae417f9ad99ea2bc329cb36820d731d27f3c8cfa, '', 0, '?'),
(0xb87dacba9a4e5c399ec65ccfd31ee481, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', 1, 0x00000000000000000000000000000000, 0x16a02c32975010e7a115c445a96d900e, 0xeb87bb39f306a228549250fb9223df67eff2030ab5d951bfa220a98b136ba2b9, '', 0, '?'),
(0xb87f3d5571286df5422e13e6bf42d0a7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 1, 0x00000000000000000000000000000000, 0xab75a3610baf39ce6565acccf8eeebbd, 0xaf728e70135d09c29287235d1537880eab0bc6572a14903b456d0b438299648b, '', 0, '?'),
(0xb88144d0032aea2a76a49d43f97d1543, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistVimeo.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistVimeo.js', 0, 0xb07fb9a33ddd9bcf40bbe2df0f99c759, 0xb07fb9a33ddd9bcf40bbe2df0f99c759, 0xce885327e54783010acba806e0823deeff699ac5d2e7c1187ae747ca450618c4, '', 0, '?'),
(0xb8838e88d713569d5acd626c93cdaf04, 'wp-includes/blocks/archives/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style.min.css', 1, 0x00000000000000000000000000000000, 0x34143f0981eaf3f355ad451777e1e113, 0xe4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50e, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', '/home/abt90iranbet/public_html/wp-admin/js/site-health.min.js', 1, 0x00000000000000000000000000000000, 0xbce65dc6827d36209161247984f1d192, 0x70ec68a361ecfea0aa10efda2f1c673868b2fc3ee58c3f46bb6c7acc95386845, '', 0, '?'),
(0xb88d64d75dd10126339ab67fd64e883d, 'wp-content/plugins/wordfence/images/logos/shield-white.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-white.svg', 1, 0x00000000000000000000000000000000, 0xf5640458cc23cc1870b052c3b00b4abe, 0xcf169c4c89054fd127d028f6457148c3ee6cc540e8fc7fca294fa78c8ead0601, '', 0, '?'),
(0xb88d961e984967e6452208225e20d271, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4.php', 0, 0x1c4f32973ddbf79f4025caa431fa8fac, 0x1c4f32973ddbf79f4025caa431fa8fac, 0xe07bb6cda3e4a57e184d10a5cd6694077abb14e8666196e212149dc5ff198957, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0xbdad34d295bd9ae2cb07e365e9be624e, 0x4251d0a3f7be3723c6c1f59e713c39cbf553f45a215aa305e3a06db1ce12c408, '', 0, '?'),
(0xb8921b62c20e403489aabd049722aa21, 'wp-content/updraft/themes-old/twentytwentythree/templates/single.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/single.html', 0, 0x2b67c623e93ee9fa4a3d0e3e9601a675, 0x2b67c623e93ee9fa4a3d0e3e9601a675, 0xf44901ee6659018823f4127daffda8cdcc3c5cbe46a1fe3258e93a92f186f1df, '', 0, '?'),
(0xb8963d861d3824a1dd16111e242034b8, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_bar.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_bar.png', 1, 0x00000000000000000000000000000000, 0x154a8eee43c389366c4fc913f47a8f9d, 0x1c2b3b8521a0177e16ed5342db0a7639231f36a87b23bf7558952e6dbb55d49b, '', 0, '?'),
(0xb89aca7dca470b26eb3ad103d0549ce7, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/common.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/common.css', 1, 0x00000000000000000000000000000000, 0x42831c3991a5a6a83d826a9067da7098, 0x4683586046777ad7894e8ac19690fbfcb7e4ea6dda59587de8e44e12bdb268ca, '', 0, '?'),
(0xb8a4b2ac43791ed82ba02b99bd0febd8, 'wp-content/plugins/elementor/assets/css/theme-dark.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-dark.min.css', 1, 0x00000000000000000000000000000000, 0x1ad04c1e7a33d27be8568dcefad0c771, 0xbdc96f370088e4d4d949415360a1d95be6fe76cb2f7bc9bf5e4582318a1eb7c4, '', 0, '?'),
(0xb8a52a269dcdc0e963f39adac2cb0393, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/class-fs-debug-bar-panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/class-fs-debug-bar-panel.php', 1, 0x00000000000000000000000000000000, 0x034c4a22f9a14e3c9573e4fbad973174, 0x915fd8c5d09ff27793abedce910621543f25cc0242d846b55429b6080bcd014f, '', 0, '?'),
(0xb8a8a67774b0447bf2c95a06441075ee, 'wp-content/plugins/td-composer/legacy/Newspaper/screenshot.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/screenshot.png', 0, 0xf73a4d731df2766dd0703c433131c9af, 0xf73a4d731df2766dd0703c433131c9af, 0x49577815f6c78f2bc80caeb9061ce1d7f6cb5d7c08c67262de325b0dd6fe46b0, '', 0, '?'),
(0xb8a969c55e518054f5008d726977b4ec, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', 1, 0x00000000000000000000000000000000, 0xff2d1993e1048fb1ab787a4177eb2f7b, 0x652dd60c7872c6740bd57dd86991137502e8872f365fe8d5114d72a09e1a1737, '', 0, '?'),
(0xb8b216c4effda4750667c765ccf8010c, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', 1, 0x00000000000000000000000000000000, 0x2a2f9d64e9b6eda4278868fa8e61fc0b, 0x6aa46ab8611c9782c275e64a64204ab516981c196ad69dd6cf8bd075ad420444, '', 0, '?'),
(0xb8ba38579a7db7d5d1d9860f6b6a22a9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_5.php', 0, 0x4f555955584af68a2035396894ec1c16, 0x4f555955584af68a2035396894ec1c16, 0x6dcf9cf5a870be394f67acb1f92059bdad5f2365f500d6a8589b7980c2e27a37, '', 0, '?'),
(0xb8c063bd91c067138623ecd7866d6086, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', 1, 0x00000000000000000000000000000000, 0x62007390788a3c6dceabf06a037aaa38, 0x85dbe431ea98e95aec93ed11f7038e580fdd251366704edb985b1063d443fb2c, '', 0, '?'),
(0xb8c18df60e84e358d1be8cfed27f9d02, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-dark.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-dark.php', 0, 0x4ae22a42161f7243febe294534a745bf, 0x4ae22a42161f7243febe294534a745bf, 0xe0984ee9144bab557c757f3df60472e557316335e967b81c1d1d91fbf95eb671, '', 0, '?'),
(0xb8c1d267daada3bd2acec1f6f55d49ab, 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 1, 0x00000000000000000000000000000000, 0x72ad48fa1a14673f0a64723f3323d4e4, 0x77804ff9f45b03ab84caeef169461c163fde9618489c954a18dcc94085f8b315, '', 0, '?'),
(0xb8c23abc754f75b9dc11f2f7c7547017, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import.php', 0, 0xef5296813a3e3dddf1b1c8fb9fe898e2, 0xef5296813a3e3dddf1b1c8fb9fe898e2, 0x1783b20007a2a580738f08c67071bdec46125abfe130e7c38f1825a646e02a87, '', 0, '?'),
(0xb8c3cf0dee31205fafa80480947b9b3c, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-addons.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-addons.php', 0, 0xb6c93d51269523a920a54f3f340d567d, 0xb6c93d51269523a920a54f3f340d567d, 0x3ebef2132260ffaac91f30a18848ecb733e6e329737438b5e85b54b359ffd311, '', 0, '?'),
(0xb8cc38fe6a72a852bcbd936027bcb65f, 'wp-content/plugins/td-cloud-library/assets/js/tdbFormFileUpload.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFormFileUpload.js', 0, 0x98b4efd77ef6ed457737c6a9ea5ae27b, 0x98b4efd77ef6ed457737c6a9ea5ae27b, 0x8538b50b978494223cc2ff5b0327327e42f64c70deb4bcbf43beb2efb697393e, '', 0, '?'),
(0xb8d0fc730d5930685b38aff720347ea7, 'wp-content/plugins/updraftplus/methods/googlecloud.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/googlecloud.php', 1, 0x00000000000000000000000000000000, 0x0334a4f40b34262657802a0bb4da12c8, 0x74f0f96ce4600c20b54cd13e4756bdeede80c74356e4f1ee9799bb2b72de1cbb, '', 0, '?'),
(0xb8d67db5d0447822e43e2e207115710c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 1, 0x00000000000000000000000000000000, 0xe7016e0a7a21bde0fd77843e04063c54, 0xe5c19fc8b8476eaf71d43653c87bd70a59d76b4f211d19debf80904310280574, '', 0, '?'),
(0xb8d83c3a1b072e774d1a77677dc85047, 'wp-content/plugins/td-cloud-library/assets/images/single_template_placeholder.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/single_template_placeholder.png', 0, 0x0fca0dca360c0d3752a28c108c6d8cc3, 0x0fca0dca360c0d3752a28c108c6d8cc3, 0x0100c2fb49174160324a201dea10d6d6e0f485f40cba04826fa858c75a7851e6, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x5155ff707e6f63c38a1e34d24e749bfb, 0x94114ccede6eb56c3240ce90f63e689a692c754a59b248a6895ce34cf42cb242, '', 0, '?'),
(0xb8db7412aff7d09c92ea0773a221718e, 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css', 1, 0x00000000000000000000000000000000, 0x74919d7f3bccf6af47a1b98a87019d4f, 0x1005478d8a5e378ec70686576c1d7078dd632eaf944f982bfbe6aa5be66e3683, '', 0, '?'),
(0xb8dee072ff7bced72a0f20cbdde702c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_2.php', 0, 0x786bcb6860faa805fdfb3fdb80b0f81c, 0x786bcb6860faa805fdfb3fdb80b0f81c, 0x1f92dd9051002a67feaa35893034b4b5ec4ce321145405a3e52d7a430e5dbade, '', 0, '?'),
(0xb8e133b6599a30b45ac06f1dd0f2ea11, 'wp-content/plugins/kk-star-ratings/src/core/filters/admin/active_tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/admin/active_tab.php', 1, 0x00000000000000000000000000000000, 0x7f869d4b55d4bd0370f2681ba9d6f6d3, 0x6a2904082c4478d7a276ad38a28c57ea9038393edabedf6abc1f6ca1ce38226e, '', 0, '?'),
(0xb8e1ada28123fd3a793ee3c90f723d48, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340.css', 0, 0x4d6945038d1fa76a148519ed1d0a3f5c, 0x4d6945038d1fa76a148519ed1d0a3f5c, 0xf71d765411b446f727d14196a74dbbd07744ea39dd035e62fdaf1a476d308885, '', 0, '?'),
(0xb8e2e1725c7b887cc5053eaccdc1281c, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compressed.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compressed.php', 0, 0xe6a98f1ea5c4ff1f502ac4c61d6b45aa, 0xe6a98f1ea5c4ff1f502ac4c61d6b45aa, 0x77a0cda6c42432d021427c68b0d3460eaccdd83d3d558654901d3b060d3eac87, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', '/home/abt90iranbet/public_html/wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0xd83c66d04963435d59eaac8d2fc85bc0, 0xe7d1804526059f136501e2b715a5bea576b32f2fbb793ecd13c024723dc29ec0, '', 0, '?'),
(0xb8eeda9979ec320f16440a6180fa3933, 'wp-includes/block-supports/layout.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/layout.php', 1, 0x00000000000000000000000000000000, 0x65223faf98fbd46d90e646ad86a0bdee, 0xafba0c6ef9bf288e3442f1bec36d26c6bf01a3e98ae933fb533ed3f1ecb03ba5, '', 0, '?'),
(0xb8f178c8dcf581a5c2e23be56b622e21, 'wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.css', 1, 0x00000000000000000000000000000000, 0x7f88ab36dbf941c02cef780b7b5dc7ae, 0x9dea4e1e797082f54c876f09c0049f123eb6ea20748d725fc9af9c12dccd2757, '', 0, '?'),
(0xb8fb0134b7a8ce454cc27aaf9de7d763, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x228735ff7e40cc202fb13348b4548066, 0xd5a05de334120647965e6a4e35e24205b95a307dca5f9f8e2e18224e3172a86a, '', 0, '?'),
(0xb901b6b10885b934478e3a3015915a66, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', 1, 0x00000000000000000000000000000000, 0x33a3dc5c4ac445f64e8f4d915877bc58, 0x1d1ea4405e92d534d802b66a65cbbceae774877eb5982a1e42976a6fb2ad3ea1, '', 0, '?'),
(0xb901d04ca6cafe975fbea1d56914fab6, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-he_IL.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x16249e2c12cb978d26e9cd855a934eef, 0x2120681883478e6868fefb4851abf6cc702106885738997ced8677539d080e17, '', 0, '?'),
(0xb90232bfb9cce19925cc3d0771cf12d1, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/carousel.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/carousel.svg', 1, 0x00000000000000000000000000000000, 0x3cd30d8db89d2b2b2bf00f3c0a858831, 0x61a08e41a2eb13fd79482a9d9974326a04e69328b68cf87ddd05437d963a7b6b, '', 0, '?'),
(0xb90243b141242d6547f0d08462bf1fc7, 'wp-content/plugins/shortcodes-ultimate/admin/partials/pages/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pages/settings.php', 1, 0x00000000000000000000000000000000, 0xe6c0a55c8b3c84c0a117ed1320e85665, 0x272f7772326cceddd6e80f03130f347149d32c0ca67de7bf9272a3ba4a391440, '', 0, '?'),
(0xb90b8867821d27b5aad3a69b91a01000, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button1.php', 0, 0xbb71961563c100a0693a2eaa0a833247, 0xbb71961563c100a0693a2eaa0a833247, 0x23f69a8eef1c9894eed844281e1d261a64d47ce0110dd4908c470250d94effab, '', 0, '?'),
(0xb90db11d34dae8f8d3cb2c68b043e7fe, 'wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php', 0, 0x02136a98bc9fdad2c79f2f4fd0fdcbaf, 0x02136a98bc9fdad2c79f2f4fd0fdcbaf, 0xb317f6b7569fbaad0db151efc7f5686c5dfc8ae1ab8db3b1b63d905a3cc3146e, '', 0, '?'),
(0xb9103ded4099121465e9974731cbbaf9, 'wp-content/plugins/elementor/assets/css/widget-image-box.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-box.min.css', 1, 0x00000000000000000000000000000000, 0xdef2f622acdcf494e8ae3d5cab08e5a2, 0x06c6101e308ab746069fbce291880d62f7e37f631d084d47cb424ed213650783, '', 0, '?'),
(0xb910d6707717f6c38382314409ef1b35, 'wp-content/plugins/updraftplus/images/other-plugins/keyy.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/keyy.png', 1, 0x00000000000000000000000000000000, 0x83c1143212576c300f8d8654b2ca9caf, 0x3a0fdf38e9c88e03e38348722322518c821b673ef1e244fd48629041ace6d370, '', 0, '?'),
(0xb912c69baa6d3454aaada2f07d99f2e8, 'wp-content/updraft/backup_2025-07-05-0330___90_ea95ac0118fe-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-05-0330___90_ea95ac0118fe-db.gz', 0, 0x90537bf4854a6b1814f23ed2d0fffb0e, 0x90537bf4854a6b1814f23ed2d0fffb0e, 0x4b872c5b76f3b398306c148c4819bd4a200169c40225c618e839c31c32a6fbbc, '', 0, '?'),
(0xb913ed01875c9e5d5ed254a3eaa58ad1, 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 1, 0x00000000000000000000000000000000, 0xc5999b3db94e54f3b95cbc977b9aca1d, 0xfeeb68ecfdbdc7a3a5131471eed9b54b74e0fbb60d3444080e5367aa64305a86, '', 0, '?'),
(0xb91850f0db27138df04a7b4fafb1f457, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_741x486.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_741x486.png', 0, 0x079eb4d844de9e5ee13c47b10ab2d296, 0x079eb4d844de9e5ee13c47b10ab2d296, 0x2360fa51333d25e3d0ae55916f01fb157b8fa161ad717c94ad4badf79413cba3, '', 0, '?'),
(0xb91a0d4f689c0aafd19710b66015a732, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 0, 0xdf84a9f6e5c8d70ca0ffb0f78f293653, 0xdf84a9f6e5c8d70ca0ffb0f78f293653, 0xdc247cefcc43a270aa3acce504be5bd3d4ed9c7ccfb5b16cabd05fc1d5b946df, '', 0, '?'),
(0xb91cd86c23ba3fc7d20e83289e992379, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_9.php', 0, 0x77d142f4bc6809a654c010879707e0a3, 0x77d142f4bc6809a654c010879707e0a3, 0x821d746ebafb2df953f53bfb8d609d6962d66b2e0f57d8d3623b77af7ab3710d, '', 0, '?'),
(0xb920b91a7987357279224e73fafa7ff2, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 1, 0x00000000000000000000000000000000, 0x875afd16845d419df135a50ae83eff8f, 0x1194f1028c64d61952b8e546181e5f90fc35ce666f90dcb396240ffe711128bf, '', 0, '?'),
(0xb92d9469f18f4fb0e1736ffb7ac9f5eb, 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg', 1, 0x00000000000000000000000000000000, 0x49083f03eb425f7ba0f63a9b201256bf, 0xbf8c9a3496e1be3303799ccc0d7e416cae45df8446cf346636d9033eec02eb53, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', '/home/abt90iranbet/public_html/wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0xae151b4bd577560978407d612adf49c2, 0x50830394282749a063f0e26a40b0e476d0559489aaa01823eb6cb3d209b4a853, '', 0, '?'),
(0xb9333de2712306e691d2caa9bb627a8c, 'wp-content/languages/fa_IR-1d17475f620f63a92e2c5d2681c51ee8.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1d17475f620f63a92e2c5d2681c51ee8.json', 0, 0xf9a663765c2b53a7169d38ebf160aa5e, 0xf9a663765c2b53a7169d38ebf160aa5e, 0x000aec901d46b5ca3bd0b5486870c78648b2bf5dab339e11524f3765ee703530, '', 0, '?'),
(0xb933953cbae11f949b470149cc74791a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', 1, 0x00000000000000000000000000000000, 0xbdfbd1cf36b01d4414284cd35b70d115, 0x49f6a84ddf7d8c0063461be36d89cbdde4b551aa84e42e5e87e92c49b754c9ca, '', 0, '?'),
(0xb935d98261dca8cf98d2092389e56275, 'wp-includes/js/dist/compose.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/compose.min.js', 1, 0x00000000000000000000000000000000, 0xc66e4a37cfeab7eb253ef69dde0aec78, 0x5ba11dd778fac9a67583c309c4fe3d72196633170e6abc7bcddd8d66297e1ece, '', 0, '?'),
(0xb9363eb72df748ceb9b4bfb73568abd6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1_no_content.php', 0, 0xec4e4c89428eb617957ebcacd24d90ec, 0xec4e4c89428eb617957ebcacd24d90ec, 0x3416a08923825162f95656b209557270e048b9919127efcba9cda0d9bad8f750, '', 0, '?'),
(0xb937662b77e01bc20d94bbea0b6934b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3_no_content.php', 0, 0x1cac646e39168365d04f14eafb47e44b, 0x1cac646e39168365d04f14eafb47e44b, 0x8a75b264436d464b308ad7e9227e91d396bd9adc09c042e4980170bbad7330f9, '', 0, '?'),
(0xb93c56d64e674bba31a1fae9c90b3df9, 'wp-content/languages/plugins/akismet-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/akismet-fa_IR.po', 0, 0x7fbb359e70fdf1153009a6119fea04d4, 0x7fbb359e70fdf1153009a6119fea04d4, 0xb95721587a7422ff5efc22b8ed68be1da0730b20e469f3a50468fc3d175984b9, '', 0, '?'),
(0xb93d10ea23191f99de2debe818c93338, 'wp-includes/blocks/code/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2b767bc10e64e884f4662439b6ecc55e, 0x4be98fac812fa120de73b4ec43532d00ea55ef840b6a68f273810be535209a02, '', 0, '?'),
(0xb93edaa458670d1f738775022313c158, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 1, 0x00000000000000000000000000000000, 0x59dc826d9c054818c32a8ccc0c8a926c, 0x6e60dabac3b6c768a70eaccc451f1232657e6bcc5a2543bf57c201f43456c9cc, '', 0, '?'),
(0xb94f91c41a43d36fbf41c3e350d62730, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', 1, 0x00000000000000000000000000000000, 0xdcab0373e8e15bbe4e427ed2684dd41b, 0x0f9919c3e48742e01cd4121adb2c00867489415025ce62efe2ca00689a7f6df3, '', 0, '?'),
(0xb95125aaaa236da4e39a9cb8a795c557, 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 1, 0x00000000000000000000000000000000, 0xfbb8fde42b39535462a0bef48ab8d6c6, 0x9b6318cd6ebc907dd00409638cff4432b04af74fbb6d43d65e825da70c85a6ce, '', 0, '?'),
(0xb953df99008bc76306a5c6951f60348f, 'wp-includes/blocks/navigation/view.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.asset.php', 1, 0x00000000000000000000000000000000, 0xbdf4dc4d7a9acf53150646f138ff0a1c, 0x8166bef0b85d3e309aa444809d39ed97b77e00a6129e182879346b25ecbd2fae, '', 0, '?'),
(0xb956e001c9e9bc6d049b684a6edc3a34, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_default.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_default.png', 0, 0x19628738d2a9df631329f4e3db0a4a24, 0x19628738d2a9df631329f4e3db0a4a24, 0x7207cbb254dd13db60256da53ab34dda4aa8910929aab024e09c25bbd9f1c68b, '', 0, '?'),
(0xb9575c9b9b2fda31eeba24fda6d694d3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json', 0, 0xed621332894127ad8b25e66b96b9af18, 0xed621332894127ad8b25e66b96b9af18, 0xfbf2eece53c5b5cf11a697aa1b40bb8d7fc70881a34f9881b7daaaa47331add2, '', 0, '?'),
(0xb9629c45879133d36727635a20289af7, 'wp-content/plugins/akismet/views/get.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/get.php', 1, 0x00000000000000000000000000000000, 0xc6e34bda15f5683ff5f3b385749a0959, 0x9aa93a8cf3325b03cc49be10fcb33be76eb4c255597f5921e2b5843ea9585a0f, '', 0, '?'),
(0xb964537040b1e9daf75cd2ed3029a671, 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 1, 0x00000000000000000000000000000000, 0x12d74e05fae4b68848752cee10f0efcc, 0x4d98cf00756e7ec9d1d783a758e9945492a854c5e0eaf8922c4b143855cdc91f, '', 0, '?'),
(0xb964e971ef9fac16da072e0335a13bc7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', 1, 0x00000000000000000000000000000000, 0x5e60fb970563c187eb0bf01b2fbd134f, 0x7f726ebf4d806a422fe8a9cffa0859bef44845e8549f0efa912ab0a3b2b5021e, '', 0, '?'),
(0xb9672896ddac0b1ef357fa50949336ac, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb967506a8debf64840cd24f3ca314892, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_16.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_16.php', 0, 0x584c5d0028469599525ca60cba157cf6, 0x584c5d0028469599525ca60cba157cf6, 0xb14c95ab66c6490fb79a3c1fbc6ea34ae35d7d325fca4bf2400c3d8d72842c79, '', 0, '?'),
(0xb973017b3ba47ad290219cc9ae30dd7e, 'wp-includes/blocks/comment-edit-link/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style.min.css', 1, 0x00000000000000000000000000000000, 0x22a0a5a6bd91497faee701b45f3bb722, 0xe41b4d737ec37677937903e9047d4adcac0bde3908369f51ad2414dbba906fa3, '', 0, '?'),
(0xb978a0d11dfb3d8a0eeca97ddf23b8e1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 0, 0xb8c59a215eb0bfabdbb42b1fb9e74542, 0xb8c59a215eb0bfabdbb42b1fb9e74542, 0x89613dbcf2d4fa580aae3c39269fe75b07b1f54cfa178ce6c8c8f59050fbc3e9, '', 0, '?'),
(0xb979ed740aeb135d9a811e4de7140359, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js', 0, 0x54c7d8fc8bd9ca37ff251bc764cbdffd, 0x54c7d8fc8bd9ca37ff251bc764cbdffd, 0xb7431a06bad32d4746a59915c41be71ee3f83c7a5dbccf463d6ea90b7f1ac592, '', 0, '?'),
(0xb97a499278f09bf8cb7525b12bc8f30e, 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php', 0, 0x83e465544242d769c1fd75dd57f814c2, 0x83e465544242d769c1fd75dd57f814c2, 0x3d9fb615eca689751619e1e247bf986e6f16f52e27e9b5e5268d993a1d061edd, '', 0, '?'),
(0xb97ac27def90c5989ba72a7080cafcec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2_no_content.php', 0, 0x6268ecc37fc38d9f8d3e2e844deb2f29, 0x6268ecc37fc38d9f8d3e2e844deb2f29, 0x7c3cd1c18942a08b3a5347216a5386db6caa3a1896512e3d6de39d78248e2dbe, '', 0, '?'),
(0xb97e68e455331866724fd40e6905881b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_5.php', 0, 0xadbf6a96a55f3fe353673b6136f91d8f, 0xadbf6a96a55f3fe353673b6136f91d8f, 0xb5c599f316d6905855d8c008c7ba9e77c0082b8a23a2183de239871f912b9f3d, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x2f32953b9db0b8f18328faeb5582b5a0, 0x692dbb85ae3b528139e9ef73a00984626cbce33a584a24e5a4ff4bf481b909cb, '', 0, '?'),
(0xb9893ccc1d266cc7614c2834565e992b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', 1, 0x00000000000000000000000000000000, 0x22f7f989ebb173d71b4303eb3ec8f958, 0x41a794085f26db2d282b683bd173aec4954f630e72e668cd06e6b6ee395dc9cd, '', 0, '?'),
(0xb98a93353e57c4cc2364caa1b6553774, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png', 0, 0xf1576643e13766d49cde0fdd7d919bd8, 0xf1576643e13766d49cde0fdd7d919bd8, 0x74f32024caaff887054079bafac5555886f8c0a949b7bd1da8eeddd52525032a, '', 0, '?'),
(0xb98af6f24d7c942167cd724212fa5870, 'wp-content/plugins/elementor/assets/js/common-modules.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common-modules.js', 1, 0x00000000000000000000000000000000, 0x338d303c055d9923ead6af55eb1e1847, 0x912408f51a06003f40635242db013a0688e03cba2659edf6572e2476f43aa430, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', '/home/abt90iranbet/public_html/wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0xbc81e39058ec5df09d411b901745b002, 0x29742fe52e3fa2cff410e5afae4e05d669ce81d930bde0ea9f5ce27a3f401a52, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb98f0d5435d5dd6ef4900cb984ffe6f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xb990bd5bf7f524343a3c64e494e42867, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', 0, 0xc09a09e0748513ef326ef470dcfd555e, 0xc09a09e0748513ef326ef470dcfd555e, 0xc852c3b93b4030d25a60f7245c58379db1d4adc8854e7bcdbbc360b7ad09dfe0, '', 0, '?'),
(0xb99b54855a5ceadbc1b4b3df5438365b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_import.php', 0, 0x2f3587c73a385cfb0a072d7e549a8729, 0x2f3587c73a385cfb0a072d7e549a8729, 0xfdec87a29f041e5893ef99c8a331c12ae95a9fdce332a154c18913287797439a, '', 0, '?'),
(0xb99c16d36661b09862a51674c4861038, 'wp-content/themes/Newspaper/searchform.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/searchform.php', 0, 0xb0a0206621170ba1951050d7f00af571, 0xb0a0206621170ba1951050d7f00af571, 0x258e03349308b2f000cdf4632d6312dc4d213dc572743d3976c779eeff6a8a35, '', 0, '?'),
(0xb99e3c654af406bded357d15990fdb6a, 'wp-includes/blocks/site-logo/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xccf4260e81e6e8fdec01d255e24f5370, 0xefc64feea7d717800e7963f4aab1fe716483cc54b3dad5ab66d69580cd8b2c2c, '', 0, '?'),
(0xb9a04390096620e32285aa6c900cca1b, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/temporary-clone.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/temporary-clone.php', 0, 0x06a5e3197fd761f7a3046b92485be277, 0x06a5e3197fd761f7a3046b92485be277, 0x2fcd51e5a272c622959f7f92ce0ed991baec63311dd3f5a82d9b461ac2a48bec, '', 0, '?'),
(0xb9a348a226926fd7a668a3929e85b082, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_7.php', 0, 0x497c92ad7b74e6560098fa1cea7eb222, 0x497c92ad7b74e6560098fa1cea7eb222, 0xd5eb4af41b1f53a6ded2b1c858f2aaaa94c33533d7ecdc30fa63f7c9465b1486, '', 0, '?'),
(0xb9aac6b12883480cfcac20dc5eabe2a2, 'wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.po', 0, 0x2708faa90bcbf27d319761779ebcadf2, 0x2708faa90bcbf27d319761779ebcadf2, 0x505ca824ae4ed96cd8f4047e4b2e553da72d6ea290d0b3bc19c06733d520b43f, '', 0, '?'),
(0xb9ad0a9be56b172a937715416ccf06c0, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_sibling_categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_sibling_categories.php', 0, 0xca84785d39bd6f1fff14e492e0a1263f, 0xca84785d39bd6f1fff14e492e0a1263f, 0x21f0a302c1e5373d308d2e917bd32ea7d55d675114328e3c2fbba74e1bb95ba9, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', '/home/abt90iranbet/public_html/wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0x1bcb567ffb7d3d6e67aac2521d22fea3, 0x56cafde66c7ac3ef446a6e75d128256baae1f5723a98f6b5686f974880089c31, '', 0, '?'),
(0xb9b27cf5a4682373dd2198766068c3a0, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php', 1, 0x00000000000000000000000000000000, 0x7db99ed371e928499ec49795aeb4930a, 0x3801ab54276abb38c34cf3c462f01063735139f3cbc514cf3629b9f3e4a3047b, '', 0, '?'),
(0xb9b7731a06264afc747ca56fbace3110, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', 1, 0x00000000000000000000000000000000, 0xf4b720ea0d0d4d29c4c9bb474d49a5a3, 0xadc51dc3d1f2be705be8c2b9730b1b428b511bc094398169af537c29d5605bdd, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', '/home/abt90iranbet/public_html/wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0x217cf37891c44f65d75ae9c2df2a02c6, 0xb0826b558375d41fc1354b78f57651531778de95488478adc520612f4cf847dd, '', 0, '?'),
(0xb9c33be374c4c530cc08d8675288c276, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 0, 0x8803e3c343616a1aa1b51420a5545505, 0x8803e3c343616a1aa1b51420a5545505, 0x348443068408a2487ec47b617d4392893cd9427138cecd07c6fd7ee58b8b9af7, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', '/home/abt90iranbet/public_html/wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0x4b89b5e985d046092b7d29403ecb42fd, 0x6e2302d027e5626250a99822b9fb75023976f1ac053ea097b053e1eef5a6e39e, '', 0, '?'),
(0xb9c7cbe71430fc78256dc3943d0293cd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php', 1, 0x00000000000000000000000000000000, 0x9d8050f1dc9159e7d30b0bc382f71846, 0x77cac017c2e3e9dfc6c38339f293cb770f96354a7661850d38c1594452aecff5, '', 0, '?'),
(0xb9c8ebb57e64affc4498299c01a8b3b3, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php', 0, 0x9b7a56e24e804d9c9cc981de1f97a2d4, 0x9b7a56e24e804d9c9cc981de1f97a2d4, 0xfe76184644637950e12032102ef00267b8d398bc27cfd85099ec19702190f39a, '', 0, '?'),
(0xb9cf5148c7479f8b913da75adbc791a9, 'wp-content/plugins/kk-star-ratings/src/functions/relative.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/relative.php', 1, 0x00000000000000000000000000000000, 0xc04db1b3fa0d8c7532cae2f184ad45ac, 0x16805e5299bf3d45ea6701e3e8faeb1f8c16dbedde8a9e00a2e0f6ed3fafafdb, '', 0, '?'),
(0xb9d035e8ca392b246af23e756383bc50, 'wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php', 0, 0x00cd9694351e15155ff5a33914edb927, 0x00cd9694351e15155ff5a33914edb927, 0x4a1cd83d8617378345b7fd73429571ff1b131aee2f168063244bf89176510a4e, '', 0, '?'),
(0xb9d2a95db27c79d6f781c13d011d78f6, 'wp-content/plugins/updraftplus/js/updraft-admin-restore.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore.js', 1, 0x00000000000000000000000000000000, 0xbb42b2a379b00eb977ab5d6135a57e69, 0xf8442ee4681570a78eea09732158b1e5ef9df74fb02fadc7fc4c85630de66104, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/hooks.js', 1, 0x00000000000000000000000000000000, 0x330f1ad769c55ca07270602a0f6a6d59, 0xb5f2a84fc26051d4fd91d8e2de83fb636b4dba642f39482f218db2b972c5d407, '', 0, '?'),
(0xb9d8501dbe6b6c1f2af1b3edf100a853, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/dialog-boxes.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/dialog-boxes.css', 1, 0x00000000000000000000000000000000, 0x1f4ed7f75e701bd740da99f2e77fc329, 0x754c74ee303208c7a69e634fa1d847ae601509331aa4c209632b3d0e32ed59de, '', 0, '?'),
(0xb9da6bf6bd26fa955f09f023cae5dcc2, 'wp-content/plugins/amp/includes/embeds/class-amp-reddit-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-reddit-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x9bacd9d998176860126949e4e7d93c33, 0x84e47e8d91e7a0a1192ce3f8e0c09d8078de9801702b657f8e53d3969dbc56ae, '', 0, '?'),
(0xb9db2ad082e3029114905cc45e20e94a, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_3.php', 0, 0x564227d4772aaf125531c890d28908b7, 0x564227d4772aaf125531c890d28908b7, 0x0f082b54b10853f60b9a5e87d0c60cdc384297a30708e9560cd075eb84e87522, '', 0, '?'),
(0xb9dd9e3d5c47d059931a0b54629b7da5, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/01-evening.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/01-evening.json', 0, 0x0d2bd8c693542082673544ee964415f4, 0x0d2bd8c693542082673544ee964415f4, 0x1c1d8db0423f23778913b4f75c17994f9534e24f734152c975b51ce33eac6e21, '', 0, '?'),
(0xb9e1baa22b912ad63fe5d5ee885f489f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_5.php', 0, 0x6c3c7bbcbfe84cb050274b21c15094b6, 0x6c3c7bbcbfe84cb050274b21c15094b6, 0xb3afb95fcf30d6704342c4ce715c2f1e860fc9c88776e0fd238dc31e0eae7e2a, '', 0, '?'),
(0xb9e2fa7c8a655eb9d633ef63f6f8376d, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1081b36101ad7b7277c200d2d9197829.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1081b36101ad7b7277c200d2d9197829.json', 0, 0x6aa4ea87df6f199b91ab07b0ade62a4a, 0x6aa4ea87df6f199b91ab07b0ade62a4a, 0x0ffc4765eacd0ba51798b87fe060865f8852e7aaebd5b7f60029ccba4432608c, '', 0, '?'),
(0xb9e58d018325ab912931a1aa38f48e50, 'wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js', 1, 0x00000000000000000000000000000000, 0x1cdf0728654a04b25550757d659189b3, 0x48248c68bdba6eb3dbef920bcc8f7d168299e5c1b7d4ba415ebb0b6d8d4ba59c, '', 0, '?'),
(0xb9e7a56c0f93d03b2ba914539b47bcc2, 'wp-includes/blocks/audio/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4c40d8a56da79ec45f9e9215b0105946, 0x1f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b9, '', 0, '?'),
(0xb9ec7d47ccd341cf868f4b6dce886138, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_1.php', 0, 0x36fd93b552d475be2e4ea9fe9e87de4b, 0x36fd93b552d475be2e4ea9fe9e87de4b, 0xb580b6ed994f849131b0ce4fb0c1dcbd4c37ce9c85e6b85efb115d8ef758afbe, '', 0, '?'),
(0xb9eff4eac54b60ead41931d962e3457d, 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css', 1, 0x00000000000000000000000000000000, 0xba734537e88c545a33efa7af03d9d547, 0x371053dca5b226780a00c10ccbbbbcfc8c77bc16b6a6e241e351302f09fcfe90, '', 0, '?'),
(0xb9f183f018114cd014d1e36dea01a398, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php', 0, 0xb99ffe33f40fd1fec06f85f85dcc881e, 0xb99ffe33f40fd1fec06f85f85dcc881e, 0x0d6f4c6b71bbe8f3520eb00101c03b584c20025cdc48b3ea45acfcf4d8d5fde5, '', 0, '?'),
(0xb9f267a0fe5e8eafc72575cef37ee367, 'wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css.gz', 0, 0x5c87023a051cf939e8a76e9fbeecb671, 0x5c87023a051cf939e8a76e9fbeecb671, 0x338fdd8d0d4903f32811974e2076e3e63c99b5b1ed60c1cf31e8ad5d35508e1a, '', 0, '?'),
(0xb9f5645cc96ce9ec2d9e4214c84e9337, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/demo_style.css', 0, 0x8b01f4cdd03b140a53114634336fccb2, 0x8b01f4cdd03b140a53114634336fccb2, 0xfb6f55434cda5f1ceeed4f0b2ea680673fefd8619581d0c5a23035b484a6abc7, '', 0, '?'),
(0xb9f97bba05fe93ad2feb9f1dbde5c05a, 'wp-content/languages/plugins/wordpress-seo-fa_IR-6ade687c7936490c88bc39df19ea71a0.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-6ade687c7936490c88bc39df19ea71a0.json', 0, 0xfa98ec0ca7df93d2178312c3dcbf558a, 0xfa98ec0ca7df93d2178312c3dcbf558a, 0x78400fd1626571b9d8fa3584c53b49a641b7fce3689786ed86d855b71a681d4d, '', 0, '?'),
(0xb9ff7b5accf156e41cc7f6ad241893a7, 'wp-includes/blocks/social-links/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd66a18d97a525238e635a07e621eb0ce, 0x5261aaae23be485de65f27d6df432b387bb88cdab118e3afe8b10171130bfc9c, '', 0, '?'),
(0xba016e0418b0a79af1b03666cbfa80e0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', 0, 0x009fed1435a5a5b13b5af957b7a69597, 0x009fed1435a5a5b13b5af957b7a69597, 0x1f11f1cd21d30a0be8a597be75c876ea32a796e48cdeea9c1ca2bd7df8eb13bf, '', 0, '?'),
(0xba02da2b4de225fcb55d9b73443030c5, 'wp-includes/blocks/freeform/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/block.json', 1, 0x00000000000000000000000000000000, 0x15219c94644eace7696bdb6c919c9842, 0xf06da27a688ff12bc208a0c3bde7e54c9dc69c06826c20dc68e02f8bc4845c3d, '', 0, '?'),
(0xba04b07c6844889fc73719b90a26928e, 'wp-content/plugins/amp/assets/js/amp-block-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.js', 1, 0x00000000000000000000000000000000, 0x1825c29e46221ccc22aa29b539f15559, 0xb41eb22df43c5e2bc6f07810f1489aa798f638da511111f9346d4fe08e82bfff, '', 0, '?'),
(0xba05b09b9b473256a444079a6dd94c3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xae4599849f02d94102d41717e63c593b, 0xe1b441dc4c5986ac2ef0b7cb09a083ee71daa8482835026d8ab11e265faa8147, '', 0, '?'),
(0xba0b2602c117e5969c5497a9be69e33c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_10.php', 0, 0xea3e7631dcf95a0df11dc0407bde4e7e, 0xea3e7631dcf95a0df11dc0407bde4e7e, 0x03773903da62318a2e783b3716bf166051a4f410c0c36b2a915cc6665b32635e, '', 0, '?'),
(0xba0caf3daa85d4e229ad9333f4354653, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_5.php', 0, 0x86c049be0e2ec73f9e9a53c5f2b0d3e7, 0x86c049be0e2ec73f9e9a53c5f2b0d3e7, 0x092b4548d0a820487a17ee26fd29aec29e6384a46a7fe2644ea583cc13069a9e, '', 0, '?'),
(0xba17854bb213dd1ce81157d12349038f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_panel_settings.txt', 0, 0xcb38b94ce074a566510ebf90e3646d23, 0xcb38b94ce074a566510ebf90e3646d23, 0x60e6f0db629d728391568aa3c9db3d7c27f1f2d2741eed483979ef2d96b9823f, '', 0, '?'),
(0xba1944870f1f1b2cf603642aa9a44a20, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', 1, 0x00000000000000000000000000000000, 0x861dce914344881b8206b288ac86b7c5, 0x349df8105b1ece419954225a63462c5eb93b88f56b848acbede5c7b69174c909, '', 0, '?'),
(0xba19c1be7bbe303d2547bd56e06294f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import.php', 0, 0x38b07f98677db3f3abd2022264434b7e, 0x38b07f98677db3f3abd2022264434b7e, 0x15e994fcbb9da9bb7944d0af5493ed0289ee756ee2cf61f59201dbc6124fd201, '', 0, '?'),
(0xba1b3552129f23d2df4d7d99fe74c04e, 'wp-content/plugins/elementor/modules/library/documents/section.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/section.php', 1, 0x00000000000000000000000000000000, 0xbc69edd9e0b99d7b0cb9ff0fe3cfa9f6, 0xb835ddedc4e646f1e42244f876d466b1998f99b6c619dc5f774db47cb9d66501, '', 0, '?'),
(0xba1e63093668c5026a1eecd019b9780d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', 0, 0x746c00cf65b0ef262e19640a66f0c467, 0x746c00cf65b0ef262e19640a66f0c467, 0xff0393a65a66e5f2b2650c0806ba934c82860d304bda4cc88af226b48790070b, '', 0, '?'),
(0xba1fd745d9e172c629ce0bd46194485c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 1, 0x00000000000000000000000000000000, 0xed17cc29ce5bae6b9d2b7e51f92230ba, 0xa00fab55e88bf59dc314d7b516ac81e1f136215a3f68872b6cf2c7edd3c20e8f, '', 0, '?'),
(0xba2029b921682452a755767898c6bade, 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 1, 0x00000000000000000000000000000000, 0xd3b3e9204893c08420cc9dd4db557381, 0x7dde9a3aaf7f4d811b2963a7f0cf9d2502fe4e074256bfcce1217591851c6c7b, '', 0, '?'),
(0xba220712c05d2790c77d05e4ef801c45, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0x6b58f85a0562b8f6d813e5aa35c4ea98, 0x5b004ef986b29245c067f00597eca4d16764b617710d08d2edbfdae82a2749c2, '', 0, '?'),
(0xba273553d999187b312a092544acb8df, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', 0, 0x4a63317a7b8ab2c8272f894045486c3e, 0x4a63317a7b8ab2c8272f894045486c3e, 0x28d41000edceffea2de9dce220b121dfa83a956bcea23ea1490ac32e576d61f8, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x9576ccf2c15bfda590412e461f3344e3, 0x4096a0da938b56d343f1b22bf9e9b43c213b40388ac0a73911d028f36e3dbb47, '', 0, '?'),
(0xba3383e379241f59a66177a1d20a19f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_8.php', 0, 0xdcd005b8f6f769072fe44bec13d8509e, 0xdcd005b8f6f769072fe44bec13d8509e, 0x466b06eb4cea5959566e773808b989a4d488029f2cfdf2a0e6e86baafc7a7e7a, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xd09ca80cb4fed9c1baf11f9ddee973c3, 0x07d403161403c0613aa3469eb914e256a257dc3557a13c6ef46f601c18fa0ef8, '', 0, '?'),
(0xba369e09e2bdd5c766583d62aa70d4f2, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php', 1, 0x00000000000000000000000000000000, 0xbb8734b0dbc3f650055f5c6483f7526e, 0x4c548a43606e6f5ffe78bcde116cf9e1bf17347f99dbea53fe2bc9ff42183c20, '', 0, '?'),
(0xba3771f892552a3da7facb1ca1b49d7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', 1, 0x00000000000000000000000000000000, 0x960c63a9d8c859252163b22da4ef6964, 0x325c05426c78c1c4ee0dc6c2e387ce2df47092a8d7569497e2adb1fb7bdebb6d, '', 0, '?'),
(0xba37ca8fecc0fe85610242bb18064b7a, 'wp-includes/blocks/button/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/button/style.min.css', 1, 0x00000000000000000000000000000000, 0xf6ce4cadfc06b5769dfaa5af480ac4db, 0x35248eed5282272ceb4e817f408d882991b209504a3abc84e472fd457e14472d, '', 0, '?'),
(0xba414d28f01c121b63f9f220177b3e3b, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 1, 0x00000000000000000000000000000000, 0x3349acea3150978affe0fb2a3c672d6b, 0xc915182514cab75f3445ead03c1ee787faae8b504b3ed79d11a9574fdcbee9b3, '', 0, '?'),
(0xba4410f4a208b0c3cefc94e5a50acc4f, 'wp-content/plugins/kk-star-ratings/src/core/functions/response.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/response.php', 1, 0x00000000000000000000000000000000, 0xb82bff3684c93f4e66e104fbf84f0adb, 0xe9b8547768f3ecfb6503a593fae76fbbd4b7bae5d42e241c0fe2c01da3cc5abe, '', 0, '?'),
(0xba4530e8c900baeef71447135f330536, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_7.php', 0, 0x618b07fae097837280c745fefa6eecde, 0x618b07fae097837280c745fefa6eecde, 0x46464f427e65aabea031197323b86a0d1329346f34f3aa3b285ce8f5d31c7b02, '', 0, '?'),
(0xba45eb9d451f38617347e7ba352f953e, 'wp-content/plugins/td-composer/mobile/footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/footer.php', 0, 0x2b5c6848b5f316287c0a9bd7e6fdf00f, 0x2b5c6848b5f316287c0a9bd7e6fdf00f, 0x74b2a58da4db8af9c97089de744eb0327e32bd90cb278989c213bcc1884aaa84, '', 0, '?'),
(0xba47dbbe2e9acc7f83c48cb3a46a3b80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', 1, 0x00000000000000000000000000000000, 0x1d80d8825aa27877d6277a09349d74de, 0x1d85009109927a368e50e3556256e4aa86062ed020e12365c40d3ae339849c14, '', 0, '?'),
(0xba4a1988a1c8110ce4a460500945b023, 'wp-content/updraft/plugins-old/updraftplus/includes/class-database-utility.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-database-utility.php', 0, 0x9709554d684e0ee16164ecc8a86213c5, 0x9709554d684e0ee16164ecc8a86213c5, 0x69fae945c8c5b643ae831aae3d9a1414a0f85abebe1729b351b00386011496db, '', 0, '?'),
(0xba4ad0008e36a0a8871239e5562fdf12, 'wp-includes/blocks/site-title/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3fa7b50cab1a6a180bcbc99bd21cc5d6, 0x84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328, '', 0, '?'),
(0xba4b46e5da3f7dbe3d2292bdadc97487, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xba4c298a8d9a0bf036cbfe7f27d9cd95, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php', 1, 0x00000000000000000000000000000000, 0x491be95fb1a3f871c9d9c0f98ec32a25, 0xacb8411b7cd1c697850b240c5cc046d4328d5f41460f701e16e374eaae2b3ff0, '', 0, '?'),
(0xba5117c817f0143b7ab2190514c1a1f6, 'wp-content/plugins/elementor/core/app/modules/onboarding/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/onboarding/module.php', 1, 0x00000000000000000000000000000000, 0xd610364b446ad20086ecd2bb1b235f12, 0x6a0e329b387dc6f27bd407aedb2c233a3284be30f2d571cd8fca68d0aaca09ba, '', 0, '?'),
(0xba542ba7afc4ae062578a5a1f4a55b24, 'wp-content/updraft/backup_2025-04-14-0342___90_e5551e10d70d-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-14-0342___90_e5551e10d70d-db.gz', 0, 0xb24e1164df37ab456b7e4e976be92168, 0xb24e1164df37ab456b7e4e976be92168, 0x075299c9437e83320f3bf3db9439efc3e0ed17a93eb5c03525b7dfc9673af3a0, '', 0, '?'),
(0xba56e16367027acc754c008ae8fff108, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/colors-button.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/colors-button.png', 0, 0x47ef91db95c42e38acb688fa7d6c3b83, 0x47ef91db95c42e38acb688fa7d6c3b83, 0x8924d7c59cdc9ff858ba073f2838dc8f40e787dbd1a8b2fd126cbb993592ad32, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x5592664d42e57ae0a53d73c186ae6279, 0x19cb07d5ec14b29701171ce4e6b1e838fe31bbe2a91fafd82a7b94ef052ae424, '', 0, '?'),
(0xba57b4886b2d3474b2a4709d7384e856, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-invoice.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-invoice.png', 0, 0x3e46c0bfd1b68cda1899c81ac044eb50, 0x3e46c0bfd1b68cda1899c81ac044eb50, 0x288e4027e6ac28f28476cf383780c2ce426759a8ed8aafb9aea731041790ae38, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0xba5f26b04431d606a5e50bceb30692df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2.php', 0, 0x1faf1528104017dee9ee9773c7142d57, 0x1faf1528104017dee9ee9773c7142d57, 0xdbc202f5180e60318cae2b55877f828c0a94729048c5f8bd366fa9f25dbda406, '', 0, '?'),
(0xba60d7219bf1ae617577440f954f5af1, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x314c0324f4418b6201eb10ee44d12abb, 0xfc55393152be0714a2bc68a3b9f2d3cae48359adbb33b0a89d5e15988bf1ade1, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x9ffeb32e2d9efbf8f70caabded242267, 0x7282d3bd9eece52e495de942eb35fe2ad68c0a6a9011e0087eb6036efaf7b867, '', 0, '?'),
(0xba6422facb1478f865b0ba93f2b5e40c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-right.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-right.png', 0, 0x5ce44871bc4039c10a9a1c05b0e36242, 0x5ce44871bc4039c10a9a1c05b0e36242, 0x976f7883ab68130574f8e0bb5ada97415b78c8e188a62621b06185e93d47c456, '', 0, '?'),
(0xba68c41888b8cb4aca60a0ebb3695978, 'wp-content/plugins/amp/includes/embeds/class-amp-pinterest-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-pinterest-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x567ebbdca9cff9ef6e1d45867143f6e6, 0x1d3f0fee137c7841de785f3c3dcf9239649f568da2764aa5cf8311ae1d637077, '', 0, '?'),
(0xba69790e19ed9fe439b4d531612a7333, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xa59974564cb5886db0906d38622d7b65, 0x577c4655f3e1be687909c5f4b9ac0b0812af8efc54ea6d041ddafd0df6b9dfcf, '', 0, '?'),
(0xba755fa5c6ab631cbff26504abb360c6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Each.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Each.php', 0, 0xb7d7cca8303abce13fde384c4ae53063, 0xb7d7cca8303abce13fde384c4ae53063, 0x11fb99a9a645383c12714710eaf569eb2b21c8069c8dc2f08358e57d55fb1bc5, '', 0, '?'),
(0xba7684af6753c33b1742127751564ade, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_7.php', 0, 0x32c7df828b511ae748fad43f0d84d4b8, 0x32c7df828b511ae748fad43f0d84d4b8, 0x5d74b136d6e86f990ac7edab09619b6b9601a9359e02232016cb70d8ef4b49f9, '', 0, '?'),
(0xba76fca07af1866e057a32150def510d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', 1, 0x00000000000000000000000000000000, 0x0803cd4d5231d52b2d396238ffabdbc4, 0x3d77421196cb1e86347c0b3f2b8764aa88b125369adf983f3b451a1be847220a, '', 0, '?'),
(0xba7704dd6849c2b93eb1407602b54a31, 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 1, 0x00000000000000000000000000000000, 0x83d82887cc291f5a19f7079d0fa3f456, 0x059eb55b676b4c871b999172a0b4af0a49b831755947fdaca523ec115748ba2c, '', 0, '?'),
(0xba783b045ffa1971ed1b16882a603c05, 'wp-includes/blocks/group/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/style.min.css', 1, 0x00000000000000000000000000000000, 0x6162f2f38a14d0965ada465580b46c1a, 0x628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb, '', 0, '?'),
(0xba81af3dca8e1870ce2a77620cab5c23, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/UPGRADING.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/UPGRADING.md', 0, 0x7bc90286af211acd0d4844b15ad04cdd, 0x7bc90286af211acd0d4844b15ad04cdd, 0x74f2e2a50cc273e77ccda14befd61d847e02c5f7c0f8932fbd6901251c958d6a, '', 0, '?'),
(0xba83376cadc4d139d23725a969789705, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1_no_content.php', 0, 0x580aa479dba0bbb35f0834c8936db9d3, 0x580aa479dba0bbb35f0834c8936db9d3, 0x9a2fe2d80695b4dadbaf2ac2bd153cea7bd11451493e20602e38a3dee10a91ee, '', 0, '?'),
(0xba873b01bbf8d1f5f42ddc5f4e44c8dc, 'wp-content/plugins/elementor/core/utils/version.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/version.php', 1, 0x00000000000000000000000000000000, 0x5ea38a88e9cf6f117a4dce867cc788cc, 0x3aef9a891ac7757e0531435114869705c1b722e31ac7a58b3cf2a44281f00995, '', 0, '?'),
(0xba8a692f128a704574f0b50addf76cf8, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x02b4ff72e0c9139a7f306d6237342414, 0xef7b68f505b944a8f45813f25eb577af9aae3644876663c4405191d50f0dfc66, '', 0, '?'),
(0xba8e234a74de566cd801d6797ddc523a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_5.php', 0, 0x7d2c16b88d5071d5a054b31652922029, 0x7d2c16b88d5071d5a054b31652922029, 0x1977314073b51ff71806c461e957333a55bc5d9eeb05555fb843904f3e6ee773, '', 0, '?'),
(0xba913dfe14bc12ed4c39dae0cf577779, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/siblings.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/siblings.svg', 1, 0x00000000000000000000000000000000, 0x2a0b81c13c92b81efddac23622935513, 0x5b486a674b81b7b3d3acee79f0e353c93198992ffde5b20c9ae6115659dbf967, '', 0, '?'),
(0xba92cfeb32ffca0f3f21e075d8dc8622, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0xcf49cd83e8438327618140c87a1482aa, 0xe14f441e3d11dccfbe431e8df868ebb319bca85914f02140e127665025172226, '', 0, '?'),
(0xba92e86e96b53f3c43fe000ba923ed21, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/clone-resolution.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/clone-resolution.css', 1, 0x00000000000000000000000000000000, 0xf114e6c8e281728b1e4287f173e5dc76, 0xf179e2b10ffa209ca767f7b15d9b6d2d6d84f9e0a819f094c07fe288216c62f9, '', 0, '?'),
(0xba9952a8a439dbcbe0c32bd8b251820c, 'wp-content/updraft/themes-old/twentytwentythree/parts/post-meta.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/post-meta.html', 0, 0x38338a96da89355d260298f392719b59, 0x38338a96da89355d260298f392719b59, 0x867cf24d84f40d1899de8342a07f58a33f71c0e7ffc814ff5bf6b18224e37d18, '', 0, '?'),
(0xbaa1633b325252e937e0e11558ed20cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_4.php', 0, 0x9b0555f6ff35086065b7dd4d32dcbe38, 0x9b0555f6ff35086065b7dd4d32dcbe38, 0xfb3018a6386e36f92fb279bed099d140f75b25a563e3bb3160c3cfb9d2a78904, '', 0, '?'),
(0xbaa41129bad0abafe8e8d01bce4e54a2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 1, 0x00000000000000000000000000000000, 0x0bc10131bf7c19d0c56aabc379420dfb, 0x284aad3b79b639d926c98fc08bc4bc157335ad0b667ebcda7e7211432cda5b3c, '', 0, '?'),
(0xbaa430149407410dc03a474340d03e00, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_5.php', 0, 0x3d1ba4e0df6c0a827c3dccc5007a2748, 0x3d1ba4e0df6c0a827c3dccc5007a2748, 0xab821a143feb7db100084bbca895ca8bb43051ecaac6bbb87b3a0f1adc776769, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', '/home/abt90iranbet/public_html/wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x5e4dcbe5722963982b2f16a92d800a88, 0x7a7976307f4955661f623e0697e27011dfc714d221b5731a461df4c06eb33067, '', 0, '?'),
(0xbaac93e1eae5aa1eb0a225eb7cd21d6f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xd4801291cfe5614e19e27ef1a4a9f8b0, 0x731756d02bdec04ca5beaf15c7d7035b2d3c1b1ae74d99a1cf92b3cd960e3284, '', 0, '?'),
(0xbab005a6618473ba66d3fab96998bba2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_1.php', 0, 0x3ae8fb87b7ec2ec724e243b5efb4750a, 0x3ae8fb87b7ec2ec724e243b5efb4750a, 0x39dc8ef85065b15b559d5449664f2f56cead7a6ce61361b8ba61a3fac4fb2630, '', 0, '?'),
(0xbab0c632245c085ffc2b587968c67d82, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2.php', 0, 0x896f50491139c25d989ed92413ed096c, 0x896f50491139c25d989ed92413ed096c, 0x6d71f04caab56eb7a66251a4a9ba3236ad3ea837d1cdcba6e55b7e96e70d97e8, '', 0, '?'),
(0xbab1a9dcc595a13948b08b4633a8ed3a, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/bad-request-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/bad-request-exception.php', 0, 0x28beed478f77c5d047007383c7e1d914, 0x28beed478f77c5d047007383c7e1d914, 0xf2bf4fb5c37396e4601771602eb566c91e3935f6edec20cae8b90091cdef6694, '', 0, '?'),
(0xbab2e67aa6d01945b4741aeea7b3ea44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', 1, 0x00000000000000000000000000000000, 0x8701b332ef797ffa1791268e699d7001, 0x8a44be9552a834bc78be60fdcd5acdbaf7d9be5aa4b485ccaa07bdf8cffe4357, '', 0, '?'),
(0xbab30b470eab9de8cc5f5ee6ff5ae37f, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/img/plugin-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img/plugin-icon.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0xbab82e52e1fe463409f36a1879b0906e, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x27581b77c7c53c684a4c98041dda8f14, 0xf0ad4c7200bae0f5a108a4988651fb54549964b8896def6f7207c683eb34516a, '', 0, '?'),
(0xbabb2c9ca4b98d6399ac1c527a57cf39, 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 1, 0x00000000000000000000000000000000, 0xb1a1af941092bd17071a26730af111c5, 0xebb7e3e5d5adab0be949fe0e625bdf4759d7d030cca258cb768eb86bc64d8e05, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd21f7c3447b077282526578ee2822033, 0xb6fec7a358c5980b66093b6056c0b21647dcc2bd996f40eb8b376cb31dc02120, '', 0, '?'),
(0xbac3828840f59cf1d233a6aaffb5fd77, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', 1, 0x00000000000000000000000000000000, 0x2ff1da4ca527b079620fb6d3812495cc, 0xb66b5b5828e3f848f9339a3b164509aaa1c2e78b5f98081c085901d3b0627cf4, '', 0, '?'),
(0xbac4a245a1a61290b4ece605742234ed, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-zh_CN.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-zh_CN.json', 0, 0x4851a3cfcbc903dfa5f09c9b42f2a7f5, 0x4851a3cfcbc903dfa5f09c9b42f2a7f5, 0x61a6b289b00baa385ec1f42f5a8ccd0a8d0425c4b4843246c05037340bec3f05, '', 0, '?'),
(0xbac8ca3fbc4a4ade831325e7ae5f4439, 'wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', 1, 0x00000000000000000000000000000000, 0xfd781e897e6f2f26dbcbc6a473513afd, 0xaf4a7088638937d2e2d9b072b2d7434e3ccda965f6e21b7f091ded192f87d143, '', 0, '?'),
(0xbacc8705a9dd3c796dfd9ae6b9d6a65c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php', 0, 0x20f8ec462cfec58b72b849fd3a9e6745, 0x20f8ec462cfec58b72b849fd3a9e6745, 0x9224a9ab7aecb258283e037b7e3195cbe37b9f2f80952d7629f34d7acafa454d, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x221d2a4a11562b9c514935bb25920101, 0x14ffa84b6b3424896aea31c4120a5579a60c2bf4147d5e83c664f63461d16446, '', 0, '?'),
(0xbacf430fca3fee2d49cd283c24b308ee, 'wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php', 1, 0x00000000000000000000000000000000, 0x9677d1b870784c7674d49c07c5c4fe6a, 0xfbc0421973fa4afa58de16c8f0ba941c7f03fd15177d3144abd0e6dc9a831a16, '', 0, '?'),
(0xbacff5c0e1748e221aa92e33bd4022ab, 'wp-includes/SimplePie/src/Cache/Psr16.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Psr16.php', 1, 0x00000000000000000000000000000000, 0x75e21bc969e13c9c4289009a07526b8d, 0xddaa54c5c43e05feb0e634e1c6218e07bcc2cb8d4579164837226b90df85e3e5, '', 0, '?'),
(0xbad0c6bc8b3bc033df6ce75ea2de76ab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', 1, 0x00000000000000000000000000000000, 0xf61bd22a4dda5282b5524e4fd902e51a, 0x39331fc2eb8692ca8cc4ae1c8c8fa32b11596ec0cd4060804071683e88e40fa5, '', 0, '?'),
(0xbad1749a5b3bb180ae1d25a2043788aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_4.php', 0, 0xe38a4ea448b1cba1cee84263a6d724bd, 0xe38a4ea448b1cba1cee84263a6d724bd, 0x0ee0bacb25d6a8ff863d8a9a5b2e7ccfc40a5a95bdfdedaa4469d8152549cf4a, '', 0, '?'),
(0xbad24b3e43578a760d7bbd991cfcd6a6, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php', 0, 0x72d575a029512b013cb5e5ecf6d874d0, 0x72d575a029512b013cb5e5ecf6d874d0, 0x59e6d9938bf64334caadac35d2e841ccdacd5df478e690ee95d5e97551dfbb79, '', 0, '?'),
(0xbad47dc0861f3884934296b2a7306229, 'wp-content/themes/Newspaper/images/editor-style/grid-sidebar-desktop.gif', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/editor-style/grid-sidebar-desktop.gif', 0, 0x41dc59057f391f0129a14378469e51a8, 0x41dc59057f391f0129a14378469e51a8, 0x56138b9720075b187821d65422dbfdaad80933a6328d8442367b18578b3cb922, '', 0, '?'),
(0xbad699b4642e8726c6f3ba8ad0a3c42a, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', 1, 0x00000000000000000000000000000000, 0x4051cd437a9675dc7377c530fe8fc552, 0x19b22283b97b4f546ef6504268f7e25f020d9316eb1d2cf0b91ecfeacdd18d8e, '', 0, '?'),
(0xbad708998c7c5b0f1c06aa9ffd011866, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xcfac6d4dc3ebf2c7f0e49f74d1bcd44a, 0x66f0fee9822efd25f5012ac69a100f1f0c576e1fdd43e305f3f21b73ec5369fe, '', 0, '?'),
(0xbadec0b19b20fd6847528a02c9a564a9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_6.php', 0, 0x727be9b8ec2f319c549d654ffb93a020, 0x727be9b8ec2f319c549d654ffb93a020, 0x863615935aded07fbc97ee2c2e901ee0c892cb1808e0023b89638efab26275f6, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0x9b099bc2642a57b7cb7f82ffc331679b, 0xc72b71d27e3b6680455fce23d15d49b7568d025cf06b3f6cb695cbc39dcf9ee9, '', 0, '?'),
(0xbae74394c6721fa779d1587bb71ab2d9, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', 0, 0x3b794307a3687d567eaf3e80e259b0ed, 0x3b794307a3687d567eaf3e80e259b0ed, 0x7439a9b7a9bd6376ea047ce3af0bb1027534e84e6b6a457d3f9235eb24b5722f, '', 0, '?'),
(0xbaed5361204d24fe387f10f1bc69f992, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 0, 0xec3af900a3ac4e899d32b132bbe826bd, 0xec3af900a3ac4e899d32b132bbe826bd, 0xfbbac8cef35a03df5d0032127d22b25edbab070c1eacc70f7478d9f5fc017205, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0xbaf018a51a6d8841d74c91b3669ce2e6, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php', 0, 0x10e8556aeb6a9397834a5f8250da2820, 0x10e8556aeb6a9397834a5f8250da2820, 0x983ed891a6358cf637654316f3972f23c0a3c02e314f98ca3e953b4140285ecd, '', 0, '?'),
(0xbafad44d0461b3a11430cc29b0500ff0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1_no_content.php', 0, 0xe6685621b452bd2fdbe3e7b632ecf491, 0xe6685621b452bd2fdbe3e7b632ecf491, 0x8a7aecccbba80d8790bd0b1c1547a6aa1b118686bcbd84e44da956197c0ab36d, '', 0, '?'),
(0xbafb108c6b0dc0992cdbf14ad27666d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_4.php', 0, 0xbb3bbf09de7fd3444ec6721cbee4cabb, 0xbb3bbf09de7fd3444ec6721cbee4cabb, 0x27b8f8f820f763a6f7ea52388fbc3a4655520af73098862ffd6f5406f963f4ab, '', 0, '?'),
(0xbafbf98956464e09d88023087bb68f0e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x328603406f74007e1484b7720b8538cd, 0x6936d3616a1bd17e76b33c1403aa6240d85d87180d5374b283e803bfb08fe8a0, '', 0, '?'),
(0xbafc56e7a1721719ae9cd21cb5b3091c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', 1, 0x00000000000000000000000000000000, 0xc7ed659380f5bf5ce8d69b9ecba62d3e, 0xc1679d31e748d1f467ca5a06f31cbf090d9a727b5122d8dad862093f266cbe40, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', '/home/abt90iranbet/public_html/wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbb041dda07f2f8895312a3d7aee8b4a2, 'wp-content/plugins/elementor/modules/web-cli/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/web-cli/module.php', 1, 0x00000000000000000000000000000000, 0xa229104384054007499caaa975017a41, 0x27ccbee8c10996dc85d532df1314b767702dada933fe08d98ac62560a420a678, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0xbb089aa4c2f85c759e7276c53b33151c, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/debug-bar-start.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/debug-bar-start.php', 1, 0x00000000000000000000000000000000, 0x5fa116c8b2bd8686d9c7b230c87e9222, 0x1a1f870f0b21d377cc83335bd67232b18d8d0e9ed5162626075caa6fc0646c3b, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0xbb10268b45c646689a7e4a492f9321d7, 'wp-content/plugins/kk-star-ratings/freemius/templates/pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/pricing.php', 1, 0x00000000000000000000000000000000, 0x1bd4d6c49a8a4bd0eac900ed13b63763, 0x3d456e01e936f54fd8ead1fc85d457136aea54dcf01650ae94a82c1f66315af1, '', 0, '?'),
(0xbb12407be7dcfbe0e22661c1ba2b507f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Query.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Query.php', 0, 0x9d9aaa1977aeefc7ec04ec10ebc5a6fe, 0x9d9aaa1977aeefc7ec04ec10ebc5a6fe, 0xe93b1c74fa5905d7f70c22d3aac1f2d1286fd722659d19b4173bd7c4ea3d3f2b, '', 0, '?'),
(0xbb1395738140f411030f4649099a247c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x0.png', 0, 0x0ad68764b2f218403b3aac207ae26e4b, 0x0ad68764b2f218403b3aac207ae26e4b, 0x9e58bf07d45e2a58e72fb9cad8e7d80026a9d6fa97b58283e027813f5f6a9af6, '', 0, '?'),
(0xbb15028b0decbcee854521e41ea25449, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2.php', 0, 0xf3c30b749a616b33e89b10bc42f48cc2, 0xf3c30b749a616b33e89b10bc42f48cc2, 0xd6441a2260ac0af3636bfcca09915b54a469bffca0d4b788fe46394687ae59e3, '', 0, '?'),
(0xbb170218252837c80e7326dcbbc4fb01, 'wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x8643f76af21916360140014fc7ce90f3, 0x27d7345be1c860cf903fcb93b887dc96b753039e1afa0a70d5aa98efd25b6df5, '', 0, '?'),
(0xbb18a0beda0268ebe8f9ee443c24e3d4, 'wp-content/updraft/log.5d5c999ea4c1.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.5d5c999ea4c1.txt', 0, 0xb07a9cab0a78870389827f6664a96774, 0xb07a9cab0a78870389827f6664a96774, 0xe7c1a40192673414e8bfbe4ccee3657b81836c4f08013a72d59fb2212d5d44d8, '', 0, '?'),
(0xbb1a7388971287b7e687d80254e019a5, 'wp-content/themes/twentytwentytwo/templates/home.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/home.html', 1, 0x00000000000000000000000000000000, 0x151a6daf491a3a3e189bd32762e4cb28, 0x38c32153cd7ced77dae872441e7c0617dbbd93c7c4861f1b2f1752cc187c7956, '', 0, '?'),
(0xbb1c021529e4900e6ff45458f0903d8e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 0, 0xf2706a6daa8b81c9913e674706f85414, 0xf2706a6daa8b81c9913e674706f85414, 0xefeddccef1b9ee8596ebcedb7bae0b8bdf47bbae21b3e9d76a12e7bbf31a6f78, '', 0, '?'),
(0xbb1c23b21e1cb2e395ddcc6ab6e63f3f, 'wp-content/updraft/themes-old/twentytwentytwo/inc/block-patterns.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/block-patterns.php', 0, 0x60e10c5dab2dde6f80c48ff0e7d7fbd3, 0x60e10c5dab2dde6f80c48ff0e7d7fbd3, 0x5cd8b574fea71adf83e46873ac8ef534cf10265bacac70bfc9c6f854675060ba, '', 0, '?'),
(0xbb1efd2d849d33f5d004127c690015e4, 'wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_fonts.php', 0, 0xdb21d6a592e20a33559449eaa2f02433, 0xdb21d6a592e20a33559449eaa2f02433, 0x295ee147fe6a5791a321c6ffdd1f84fd8b05090d0a8c6c57f25f8bc28cccf303, '', 0, '?'),
(0xbb1fbe98eced4cf014fb1abc0b011ec5, 'wp-includes/blocks/query-pagination/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3be31683d9106f6f91297ed1a1da6628, 0x26e1b30c929fcf95881d63b19694c6d60f7bcd7c1f5f84b63b31a91d439837bd, '', 0, '?'),
(0xbb206e075f8899fb25ae005d5b97154e, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-black.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-black.png', 0, 0x3877ed9bf7c112099278010b6d291072, 0x3877ed9bf7c112099278010b6d291072, 0x7886c92b1652ea03c66c4c1a6b35ed3e0376e9c6b00bea074e02ad4414c57f88, '', 0, '?'),
(0xbb26fd63e2d6529644885cc5d9cf4660, 'wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/archive-product.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/archive-product.php', 0, 0x219a4420febee339f385cf6af1bf1a60, 0x219a4420febee339f385cf6af1bf1a60, 0x15b035dcb8fd0c806b7cbf1d36f86a93c077f678470f50051bd797075804ff2f, '', 0, '?'),
(0xbb27b9c7d0a4094fd763c0e8b639a6dc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', 1, 0x00000000000000000000000000000000, 0x00673ca634132b9f6cebd93b99b369b2, 0xeb43f46381d2746a5b36b30116aef641d9f9173340d7a2a1c43d71473b12f45b, '', 0, '?'),
(0xbb289dace7b4f2935b42c1b5715e7fd9, 'wp-content/updraft/plugins-old/updraftplus/central/wp-optimize.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/wp-optimize.php', 0, 0xb988c8ea0fa27a8aedb47a7ddced02b3, 0xb988c8ea0fa27a8aedb47a7ddced02b3, 0x1d6d2ab4b86c514ab2b53b47e9fc18087998cf7908db2be17096dc5d70c88309, '', 0, '?'),
(0xbb2a0442b0a3a5deffb59803dae0ca8e, 'wp-content/plugins/wordpress-seo-premium/src/introductions/application/ai-fix-assessments-introduction.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/introductions/application/ai-fix-assessments-introduction.php', 0, 0x79c841551c86fc4ab59bd88e49ec602d, 0x79c841551c86fc4ab59bd88e49ec602d, 0x348ef0553e2abd2c9f4e71f810759daa992ce58ad64d74bc1e9bfd0d3fe088f0, '', 0, '?'),
(0xbb30a92ce9f4ab98bb23f98726f5a3c8, 'wp-content/plugins/wp-rocket/assets/css/wpr-admin-common.css', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin-common.css', 0, 0xb9f3b3100be2b69e9612fb5f8cc1d7f9, 0xb9f3b3100be2b69e9612fb5f8cc1d7f9, 0x071d5c967182c0763ce6a382ddb46bc3a8a513562e9eb95830dc058b85906f20, '', 0, '?'),
(0xbb31eb339ae420ad450998b9c019eee2, 'wp-content/plugins/elementor/core/common/app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/app.php', 1, 0x00000000000000000000000000000000, 0xcb2e66c6ddb52e443af7c794460c2ffd, 0x904ce5ae5ffbe43c8538a9d26887a7d11e8c047553dbcd8c0477b7ec0325d6fc, '', 0, '?'),
(0xbb360ef8b36911bfd702085a28877161, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 1, 0x00000000000000000000000000000000, 0x924280b112f4780adf2d2540911dd885, 0xd2a674cf2a4174c266f2ed0e6b89246852889d3f01f9321590ca237159fbfcdc, '', 0, '?'),
(0xbb3d02add556adfcb472993dc658c89e, 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', 1, 0x00000000000000000000000000000000, 0x76c45c1c5ffbdfabc81a70e5583115cc, 0x4b9a69c07ff12fe9628d9cd396a08c23d37fe2ed494a99fab72b6a643497dea3, '', 0, '?'),
(0xbb3d0b3311b637f7a3f52bcbd3cb9d3d, 'wp-content/plugins/td-cloud-library/assets/js/tdbFiltersLoop.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFiltersLoop.js', 0, 0x7c96f4cef85687c7e3107fdc5787f0e5, 0x7c96f4cef85687c7e3107fdc5787f0e5, 0xb69c3159e0630264ff6e0c7e528a22a98bb7fa5e8731d617c9ff4e4c9261f4d9, '', 0, '?'),
(0xbb40200d8b482ac855c498b3f3ecd783, 'wp-content/plugins/shortcodes-ultimate/admin/partials/pro-features/generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pro-features/generator.php', 1, 0x00000000000000000000000000000000, 0xe183638b09688199c09f6312eddbb28c, 0xff5375295c83936d751651fc0e372d4a31bdd88b9be7721494a9f303777b6f88, '', 0, '?'),
(0xbb406cec738cd99e3ac2bdc48f3aedaf, 'wp-content/themes/Newspaper/style-bbpress.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style-bbpress.css', 0, 0xe89b419ce43b47c1a38e002103bfba71, 0xe89b419ce43b47c1a38e002103bfba71, 0x5fefba404c3374c9a4b3b45e3eac4ab7ec099f9c56dc3607562a7150a3ab4652, '', 0, '?'),
(0xbb46e652820c278302ee4758a595865d, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageFormatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageFormatter.php', 0, 0xd24c937c5db9ef1a886415a49a65f19f, 0xd24c937c5db9ef1a886415a49a65f19f, 0x464cd7e683cf9524e6ac1b5a835e84e5eea687b69ad7052cc7dd8a59774bf197, '', 0, '?'),
(0xbb59a1629917b3d187848298c90725db, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php', 0, 0xa63172c6f2607ba6ff84daa19aa5e7c0, 0xa63172c6f2607ba6ff84daa19aa5e7c0, 0xf6f9e2187ac0d9f03921f4af1c79a167fa8a21530d948097f9b2696cdc3af937, '', 0, '?'),
(0xbb5f29424952e2586f30d6b56c81e80c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0x56d93d4b5699760bb2eed27ed2cb8838, 0x2682fe42bd16445150d443e2f66e1b82c15ec3d875bdcfc2761e7fdd26d5e1ca, '', 0, '?'),
(0xbb625495de4ee016ba9dd78279230819, 'wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js', 1, 0x00000000000000000000000000000000, 0xc83614046289b4b6ad34bd5f7b468b6f, 0x68e7b305f0dfc21460948513f7f46deb4939b71db9636b4b49365d362da79164, '', 0, '?'),
(0xbb67c32e1c8690de5b28bb5ced6fca02, 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/updraft-central.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/updraft-central.png', 0, 0x9b22ab529b50fa57a5c468f621df6b61, 0x9b22ab529b50fa57a5c468f621df6b61, 0x0ddc8cd08d512b3c621c1342bf8f48600155a4b8b21a159dcf4a9302d00009ec, '', 0, '?'),
(0xbb6b6347a42f013a6e5c765f41fef356, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbb6e51e1cfa8201649df0df0b21e20cc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_7.php', 0, 0x1889cbefcfd952db2d8bdc9043e67c9c, 0x1889cbefcfd952db2d8bdc9043e67c9c, 0x299ad24068b18ee97a2eb52581e633bd0113fb1bccc56b2df46fa8a265bc543f, '', 0, '?'),
(0xbb719407ec9a16c35256a6fddeb8ec1c, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png', 0, 0x9e06c8a95f3d6eb43e95f5beb036868f, 0x9e06c8a95f3d6eb43e95f5beb036868f, 0xe2750529232d86c6e4694c49201bca0857e8296d9119aa002b7a5cf30b5a3637, '', 0, '?'),
(0xbb75a370f1c715058b8cb20a8a031b90, 'wp-content/plugins/elementor/phpcs.xml', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/phpcs.xml', 1, 0x00000000000000000000000000000000, 0x1521e5cb7b41dd6858f899958b4788ff, 0xc6e4a784b3aecf7aae008abbdcb45b76fe9a5c7a08fd71855a6f3ecfb10b8044, '', 0, '?'),
(0xbb77bd087f020620185a4d1ecfebedf6, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-cache-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-cache-manager.php', 1, 0x00000000000000000000000000000000, 0x4adf1c301d685f2bacba65531634f876, 0x5384c77a358edc29f9c132a6e5a7a3565445a1cb3483602461ecf1629f68016a, '', 0, '?'),
(0xbb7ed1acad795a4976b188f0f2a7bba8, 'wp-content/plugins/wp-rocket/languages/rocket-pt_BR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_BR.mo', 0, 0x262484542e30d3c4ab7b52cf1f09914a, 0x262484542e30d3c4ab7b52cf1f09914a, 0xdb7d7eb4be536f6f033c899fecf611182a7c0107e3adc42754bb36628054b4e0, '', 0, '?'),
(0xbb81ffa363de1a7ec09ec9f36a04e66f, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-accessible-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-accessible-validation.php', 0, 0xe9f272f341a5678505d3537267a978e9, 0xe9f272f341a5678505d3537267a978e9, 0x16b724419e36113729ef026e631420a9d751e28a605309f8e68e2a043418d347, '', 0, '?'),
(0xbb83685cec9e071dae9e2027e6a91759, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 0, 0xefc7e0c102afc0000c15a1452c0dbe8b, 0xefc7e0c102afc0000c15a1452c0dbe8b, 0xfe39cbb81dbb30de25094085d170de75eeeb7f6395418add0ca0a525bae67384, '', 0, '?'),
(0xbb8434e9739c6f932848bfd468b464d6, 'wp-includes/fonts/class-wp-font-utils.php', '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-utils.php', 1, 0x00000000000000000000000000000000, 0x70dc23f8acc22caf63aa25355681c3fb, 0xfa38cd12658b8a8d6f8aa29e46a317894e620c0704ae0827d18df43c9e18bb44, '', 0, '?'),
(0xbb8cf42cab0286ebe010a285f358786e, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/SkipHeadingLevelField.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/SkipHeadingLevelField.php', 1, 0x00000000000000000000000000000000, 0x211637d5aa03d6c04525b2de2d11712a, 0x0b503617626246a10563fb8cf940a264727339b4b8acd7742c52f89b570b82c5, '', 0, '?'),
(0xbb90f919192295c84ee8f64ca5414c70, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_import.php', 0, 0xa8e79d468cdf54215767263a67fcf430, 0xa8e79d468cdf54215767263a67fcf430, 0xb15a4656ca775b1777e9aedf5342ef1faf4248fa26f013f39ee8454f980581b7, '', 0, '?'),
(0xbb942fab0ad1d83f475ceb578d5b0746, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_17.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_17.php', 0, 0x663fc034746d510d09217989437b3dfa, 0x663fc034746d510d09217989437b3dfa, 0x3face6225d5bf4edea61a92a23190bf2839628ed2a3d34b20c9ca240cac2993e, '', 0, '?'),
(0xbb99d779bf4069f788dedfbc756a9451, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php', 0, 0xd62dd47f45e4214d5bf572c2a9c3038d, 0xd62dd47f45e4214d5bf572c2a9c3038d, 0x8d1a2b1f62af820c7d3b583efb3f17d24c4acf74c1ea46eea044982e664f66b9, '', 0, '?'),
(0xbb9a636478e2504a51989989dfb76832, 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js', 1, 0x00000000000000000000000000000000, 0xd5e71829ecdc0456818e3b93f57b14a0, 0xd8b1db4a545092b0bfa87bf850ebcb513ce8675b2b9d65c2fee2f4d87525cddf, '', 0, '?'),
(0xbb9a93e3741071801c141b92be57104c, 'wp-includes/Requests/src/Auth.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Auth.php', 1, 0x00000000000000000000000000000000, 0x0583621858ac517adcb44fec48ffd4c1, 0xebc92a37d1fbe4db9837534eae15acd80e5e7397870c1483c301730c66d9fbb9, '', 0, '?'),
(0xbbaae5e50f70046051d7f4a0c5e190cd, 'wp-content/plugins/td-composer/css-analyze/includes/td_analyze_css_ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-analyze/includes/td_analyze_css_ajax.php', 0, 0x6f4dd9bc5ba475cdbc3b665ce97c0dc8, 0x6f4dd9bc5ba475cdbc3b665ce97c0dc8, 0x3ae82114fd5d0959ab3d5d250465c714b41a7d84a35d861f7b4b62062462ae96, '', 0, '?'),
(0xbbb15dd3068e7b2fcfccdf2b28dbfe13, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php', 0, 0x993b7afe17ba863308008f19d7f1a986, 0x993b7afe17ba863308008f19d7f1a986, 0x06caebcec261fde0d1f413481329dd9e36e32e3473a1cfa4d0976a499f96f6d3, '', 0, '?'),
(0xbbb410814b1ac4ea8f196764d67237a1, 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_url.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_url.php', 0, 0xa85208c010c1b26808dbc26bd8b7b45e, 0xa85208c010c1b26808dbc26bd8b7b45e, 0x09a23b673bb5b7a6519fc39b9e2d9af1b17696fe78a5c2fc5c87647dfec2d25b, '', 0, '?'),
(0xbbb4816f8c945ac3241bf661aebc6be8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', 0, 0x0eade7e36c32b1b98a70483348ca98f9, 0x0eade7e36c32b1b98a70483348ca98f9, 0x02bce69946632a475f95703067d4be2270a2118544c6f0c402b2d6fca20b35cd, '', 0, '?'),
(0xbbb848751270bd5ec431945c371b3e72, 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xe3ab1d9a9863996b1db21cea5f9011bc, 0xf72095a2e22f98ee2d34e217e894a63cee52df28df6e872c2818000cc1579ca5, '', 0, '?'),
(0xbbbfcc939af5e4d8c64e256fabff4d10, 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php', 1, 0x00000000000000000000000000000000, 0x91f43cc8618f51b4d8fef8fe1f8badfe, 0xa2f899ccf287176c82e24cdc6880faee016fb96fab486032d7dcd5ba7f06d6dc, '', 0, '?'),
(0xbbc5dafb8220bbce2566256333e0979e, 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp', 1, 0x00000000000000000000000000000000, 0xcda8b7e8ca214886cfa9dd47249d5ec5, 0x693be2c7758d773aca946929441c1f378c806093b092f969cdef3363cd93746c, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x25373f13405b540ffa6c0464cd9a8d0d, 0x9781a6e9b6121721a91422870b7fd4c94fb3701a113bfbcd5e626d95d72a682c, '', 0, '?'),
(0xbbcb933ab76da2c7a6d7c5a6761316a0, 'wp-content/plugins/elementor/data/v2/base/endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint.php', 1, 0x00000000000000000000000000000000, 0xca048e704e6a475661cfd9a2bbd4f17c, 0x9377cf10098674282022abb1989780aee024ed86749bb4de1bac5ce6235d4079, '', 0, '?'),
(0xbbce6ab70aa0e8df14b9a1533922ab01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_panel_settings.txt', 0, 0x570c65c36000e98517a12e0f950f8a74, 0x570c65c36000e98517a12e0f950f8a74, 0xee757f38b89927475301a6a03492ad43c588f7596d8af64d376ea4558972884a, '', 0, '?'),
(0xbbe2e4db744e285324a13eccc13397d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_3.php', 0, 0xeb0412c13c96bfc07114e0b3740a3740, 0xeb0412c13c96bfc07114e0b3740a3740, 0xa935bfbeb51225ae5f37b564e97c49659f7fc8488158a28ca63350263045c0ac, '', 0, '?'),
(0xbbe30a50cdbd84717ddc5c1d33e7c92e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_4.php', 0, 0x503a32f27448563120b691ea9d185bdb, 0x503a32f27448563120b691ea9d185bdb, 0xcb0370aa15112b0aa2cfac028e09eab443561435466d44c45a48c9460a7e9b55, '', 0, '?'),
(0xbbec0af8665138576da0e6a13dff0c52, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x5829ee2fbd4870b15858e68191231ca1, 0x1e34d90892ba2e8884390c9b4cbf608180722e2b2e1be8006610049ee3b198ac, '', 0, '?'),
(0xbbec58eed6430caf49e61c25f43fcb90, 'wp-includes/fonts/class-wp-font-face-resolver.php', '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-face-resolver.php', 1, 0x00000000000000000000000000000000, 0x68d40113381c60d56c5f0ee32f183618, 0xf0449bcb2c933dfdc093334c9cc99ff54b28a7b429efd786f562588ed9172d94, '', 0, '?'),
(0xbbf56c550b7a5a56f8daaf173a121234, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbbf691a207f440ed921a785d3443f799, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php', 1, 0x00000000000000000000000000000000, 0x7a110034c2bfebccf48eb508f7154ac1, 0x7c55c8a3579262d2a7a8ccd39ecf5e97272f38d2a728c639983061384f3e6ff9, '', 0, '?'),
(0xbbf8638597a6012b1c9cec56bf2ad3ef, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-menu-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0x34906c55457f28d6017df6b8c78f233a, 0xfff86c6dee39108d25954ec539e57fd5a91461b1738847e7f18aac67857736e1, '', 0, '?'),
(0xbbfc54cd7030c35d6fb56286b102cb5b, 'wp-includes/blocks/post-comments-form/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor.css', 1, 0x00000000000000000000000000000000, 0x317be2b184f16be9ab5fa8df427628b2, 0x6b1fc6e801f3a49cf02d0aa021b235c13c9873842bc64c0e541d793393779afd, '', 0, '?'),
(0xbc039bef5bbd6f78f68896a1e9a5e6cb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2_no_content.php', 0, 0xc2a643cc86b703a59bbd31f38f7320bb, 0xc2a643cc86b703a59bbd31f38f7320bb, 0x8da35d8b9907521e449b658d809e7df3afade5efdfcb70f2e22a2735f80e0c65, '', 0, '?'),
(0xbc0491fb09d25895a80d1fdfa45c0e54, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', 1, 0x00000000000000000000000000000000, 0x12d326bb71d76cdad77512bf18b066f3, 0x64106add149a82e6692256dbb19d14e5a140743f38e2c5486d144980ae77decb, '', 0, '?'),
(0xbc0a0f7f303ef0e047fe49dadefafe09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_1.php', 0, 0x0936e8b64a18288cda4df9bb165dbfec, 0x0936e8b64a18288cda4df9bb165dbfec, 0x51b68f796e22a6c1833c999daec825504b6c848bb14baa6dbbdef8bded2785d4, '', 0, '?'),
(0xbc0aeadd124d9e387db9a54b2745b16c, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', 1, 0x00000000000000000000000000000000, 0x4358340e4141e32437ea1bf39601059d, 0xdb840ab2ba252c48231944021b6277c2a6cb16a951ef3f9e105da406383dd82b, '', 0, '?'),
(0xbc0aef9af921cfb47ee1fb7743581b31, 'wp-content/plugins/kk-star-ratings/src/core/functions/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0xbc0b66b6cf8434b7bcbe5c4d88836556, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-6.png', 0, 0xd8f7d959ebedb58641e5375f54eb7e18, 0xd8f7d959ebedb58641e5375f54eb7e18, 0xdbafd5590cbd1950a9530b61109cd16d165324210e1492bf984aa13a7629b522, '', 0, '?'),
(0xbc0d435a77386c0310dac193dab7fe40, 'wp-content/languages/plugins/amp-fa_IR-599e49128bb258f47190aee0380f0a74.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-599e49128bb258f47190aee0380f0a74.json', 0, 0x369c355a93df958eb1a81ad711ab8eb1, 0x369c355a93df958eb1a81ad711ab8eb1, 0x5ab14ddc9d56304cac9d11a8b67cf79fa1d3a931424b667e74857bfb397ae673, '', 0, '?'),
(0xbc10651b718b78947a3cafe8366ca781, 'wp-content/plugins/kk-star-ratings/freemius/templates/gdpr-optin-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/gdpr-optin-js.php', 1, 0x00000000000000000000000000000000, 0x29bb502789208de8b091a52d1c72f520, 0x3f0bedc9e79716b89f8b4d1fe38cf94867c839c9444a16efa49ad4afc6d221aa, '', 0, '?'),
(0xbc15aa084cb255080f9a9b56245ddeee, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', 1, 0x00000000000000000000000000000000, 0xdaff07633f25ac939435818dc909e9cb, 0xe89ab26b17b918539c8f28b2f4387cc012d8bf81a5dc79ebcf57a26db075f1b4, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0xbc1ba2f52ad027da7328caa86fac8850, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2.php', 0, 0xa939ba3f0ce26518e8a816aa3928d216, 0xa939ba3f0ce26518e8a816aa3928d216, 0x1110d06675d1ca6820dd14172da335c19e0c54dc5c02a5078ec60288f60bb80a, '', 0, '?'),
(0xbc1c2bf82069f21cb21fc8998bde953a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', 1, 0x00000000000000000000000000000000, 0x55679b29b8a7a625814858984703d541, 0xa2a78771da63187dfc80356a97f7132b7d82de5984a2cabcb08a7a5f6eea67b9, '', 0, '?'),
(0xbc1d8c1d86cdc97c87122c14556b9f05, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import_no_content.php', 0, 0x115b35e5bff79622845132e1fb15460a, 0x115b35e5bff79622845132e1fb15460a, 0x2bc713e5ccd26983df02e4afa057e6c7d74cd9c479be14d10be496a5334cd5f6, '', 0, '?'),
(0xbc217da77414268ecbb33ea70c5573c5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_265x198.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_265x198.png', 0, 0xd4bc4b6b826b6a842290133a14f7c225, 0xd4bc4b6b826b6a842290133a14f7c225, 0xc4a0000e7e1ae1e29b8cf01fe829eda1cad3589a56a9c589e4831a8331eaf9c8, '', 0, '?'),
(0xbc26727e9f360bbc92d7b01cdf406375, 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', 1, 0x00000000000000000000000000000000, 0x8e2659d4eb0160eafcb59d0b57c5aac5, 0xa135310da92a9f123669ab245e7c50e44dd5dd9a675e8bc3d3727aeed0f3e7dc, '', 0, '?'),
(0xbc26fde17f35071d33c012ea444e506f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_2.php', 0, 0x32fc12a52dee5ecf594bbe9f1f85e6a9, 0x32fc12a52dee5ecf594bbe9f1f85e6a9, 0x7d95359ccea5b31ae6ee69a03a7acdcf0ddc400ad9dcfd96409aee7194e945d9, '', 0, '?'),
(0xbc34470ad0fe2fbd928b8c8f45c7a3ac, 'wp-content/updraft/backup_2025-05-27-0328___90_f2dcc8af3934-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-27-0328___90_f2dcc8af3934-db.gz', 0, 0x744f92ea9af69e8a4078ca346be70e99, 0x744f92ea9af69e8a4078ca346be70e99, 0x4c5044323482e5503fa86bcc69dbd9cd3c8ee84d86da12e4a985a72ad4bd3165, '', 0, '?'),
(0xbc36bb0d93bbf68abfeee00ab3055de0, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 1, 0x00000000000000000000000000000000, 0xc28d33d21105de78ec7af6b0b10df758, 0x878cd02a9ec4a616056b2df84728611aabc08fc67477de8cf2df2ed4c408a6f8, '', 0, '?'),
(0xbc371820c052e9a8eaeabaa256e454cb, 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js', 1, 0x00000000000000000000000000000000, 0x4a10bcfa0a9c9fa9d503b5a498cac31e, 0xf604ca6bd6b63c50872a86119b882b75f808449cb21eede93eb2bfb4ecf925d2, '', 0, '?'),
(0xbc38a0b5c6e557f09f614ee54118142b, 'wp-content/updraft/themes-old/twentytwentythree/styles/whisper.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/whisper.json', 0, 0xf1d2b25209cb3b8bd66212f2f59e7a96, 0xf1d2b25209cb3b8bd66212f2f59e7a96, 0x11ddfa189d47b8475ee8754c5e4ba4a355090d761a77a93d59ea81d9d8c31211, '', 0, '?'),
(0xbc3b8648f94c1d9d595fa2cb75480c96, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', 1, 0x00000000000000000000000000000000, 0xa05118025ddfba39aeb171738171d077, 0xa965906dde2a2de522919be3d46530cf9d9a71a03f260cff58060532090fccea, '', 0, '?'),
(0xbc3c905f2882a313fcd73d15a85e72d8, 'wp-content/plugins/updraftplus/images/addons-images/azure.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/azure.png', 1, 0x00000000000000000000000000000000, 0xd60b14e8f37459c5d7a7657b53a74415, 0x9531766fb66638a94da45258ab3ef1de2b2a7dcb09841c2b9defa0b2ff72fdad, '', 0, '?'),
(0xbc40b708e1b0159d0d349d108d02c0ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3.php', 0, 0x75d1f6aad65eb125160cadb6499b2d68, 0x75d1f6aad65eb125160cadb6499b2d68, 0xed2954bee82d326ef9315369202a1e269062f241c1427c9a36f7dde3ee2ba766, '', 0, '?'),
(0xbc43476462ceddfdc9dc77deeaee7077, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', 1, 0x00000000000000000000000000000000, 0x9445436cf0058ef4fcee26af36f289a8, 0x3e827b9ff04c31bb69a7fe75fe546161e5108e0f2ec18cb3ab08fcfc96b92faa, '', 0, '?'),
(0xbc45be445468ece3e349577532877583, 'wp-content/languages/continents-cities-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/continents-cities-fa_IR.po', 0, 0xe4630ee44cc7ef9757796e970cc86cb3, 0xe4630ee44cc7ef9757796e970cc86cb3, 0x80e6c4637af4ebd646e4be87d7d7077bca1e7ddb1fab789d45e9585174257b88, '', 0, '?'),
(0xbc494c4281c608fcd08167b688a94688, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php', 0, 0xdd2b9aa3663e71fdbe8430b7cd33a342, 0xdd2b9aa3663e71fdbe8430b7cd33a342, 0xf05697d76713e780526692b98979d051713d9c7b068d2de732e9e461298740a3, '', 0, '?'),
(0xbc4df9e2cc5c7551d8d971973643b39a, 'wp-content/updraft/backup_2025-09-19-0326___90_4aed157d66c1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-19-0326___90_4aed157d66c1-db.gz', 0, 0x69c5ec65f75c3cf8e304a71b99cf61f7, 0x69c5ec65f75c3cf8e304a71b99cf61f7, 0xdb42e4c8527601c59191b30e0c77678e27ac214835363e9a903f46c3fd67f933, '', 0, '?'),
(0xbc4e9ff78c923cfb33fe6ef8395188d7, 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 1, 0x00000000000000000000000000000000, 0x7534184e627b177eb41c4c11d9dbb630, 0xa6454cc5b8f4cb02b16958f2fccbc0695babcabba8ec4927f5849292b1d7c4c0, '', 0, '?'),
(0xbc52587c12b0e8f578f165815f16b7c2, 'wp-content/updraft/backup_2025-04-16-0334___90_427fc9ef7f54-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-16-0334___90_427fc9ef7f54-db.gz', 0, 0xdebffd0c75d3aac1613fe44b027a8d3a, 0xdebffd0c75d3aac1613fe44b027a8d3a, 0xc7942a7d212783843612c7e0bb8d735258a1a17520182570a92c770d907655bd, '', 0, '?'),
(0xbc594a92ec4fcfcea0f02a5ad20480e5, 'wp-includes/blocks/post-author/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa882ed83f12e5ef751ccfac78955bdfa, 0x8a1684573b49978b462beca7378884435a92451cc8e320598261f22cf3845fed, '', 0, '?'),
(0xbc5bbf74540b1a869c19201f8065b798, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_4.php', 0, 0x65e4767f2f133480d9b26aa3f44887ad, 0x65e4767f2f133480d9b26aa3f44887ad, 0x69cfa975067ec941f9b98780395c45f42d9e2b10c9e415b4d0ab339fe173a473, '', 0, '?'),
(0xbc5e823aa43bacc23501aa8538fa81ea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x5fa4e106d7611825f5e885db5cc6356e, 0x8cce765b126568fd45f492438a999aae1f8b295de25e76178af7c81f0934753e, '', 0, '?'),
(0xbc6297797b908ffb459ff55255660288, 'wp-content/plugins/td-composer/mobile/includes/td_js_generator_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_js_generator_mob.php', 0, 0x7cacd49e202966ce1776a875816c853e, 0x7cacd49e202966ce1776a875816c853e, 0xbaac61fa803ca0e521fd5e73eb3671921d8919e54640c5fd8d3ca213ba25f92a, '', 0, '?'),
(0xbc7038f377230898ea3ce9bffafec237, 'wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', 1, 0x00000000000000000000000000000000, 0x2622a2c70fb750c8fe20ccdd33a54a85, 0x29ecf5ee6510d50bdfa583fdea10b336a08252552a139e9187e7434559fcd562, '', 0, '?'),
(0xbc73d2745d4814b09891fbd7cdfee30a, 'wp-includes/js/dist/edit-site.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-site.min.js', 1, 0x00000000000000000000000000000000, 0x01f5b16cca61e617dc9d7ba2a2c951fd, 0xbf7e8d52ad4cb07ea35fd9b42197bfc2666c53ab72dd44a61d257ded3aec3ba5, '', 0, '?'),
(0xbc75e8897670f85ca3b829809fa0c8cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_10.php', 0, 0x98480f5714b2fcf339dd3b5e12228b52, 0x98480f5714b2fcf339dd3b5e12228b52, 0x08adeb4cee715ac4a4103914e51b44e88969a9d037f6b7126a5c9d93235b5e3c, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', '/home/abt90iranbet/public_html/wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0x8ed606303de5d8f1540c7be5a67d5266, 0x7f3c6f8163a9c5e6c22c3b2d2d64ed9cb394337dbafcbd9e6e3562b1cd91fad5, '', 0, '?'),
(0xbc7680974c7ec9ea2de426cf480ab9ba, 'wp-content/plugins/wordpress-seo/images/twitter_card.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/twitter_card.png', 1, 0x00000000000000000000000000000000, 0xe0397bbc00ea7c3c10820c5e8afa618e, 0xb7ac8d3ca74ace9ac979ed0e3390d55085c3a088b95fa8345d5bcbb281ace8fe, '', 0, '?'),
(0xbc7a5718c12f0014e26186e6b1e6b4df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', 1, 0x00000000000000000000000000000000, 0x4cb35c9b7c5065739c5d34860731ed3f, 0xfa7eed0a7d001dae7a1663db6399a7794d9c363b255ea20a4b2f48b77a023e67, '', 0, '?'),
(0xbc7e67e867b900b0bace2b862f2edeb3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_panel_settings.txt', 0, 0x2e0a22f67a091bde5f604cfb7492ec93, 0x2e0a22f67a091bde5f604cfb7492ec93, 0x10a27722d705f4e2eaa26960718efa483d2743dd498b3cdf51a24907ca1dee2c, '', 0, '?'),
(0xbc7f66fbdcf2e636769bd78bbf5bd918, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2_no_content.php', 0, 0xcae8687a4ce688b3b40b9ed02fb9f622, 0xcae8687a4ce688b3b40b9ed02fb9f622, 0x51bfefc526c29e51be0da8fa60a40cfe6884006e15c3af54f2f2dba7f6d99e2b, '', 0, '?'),
(0xbc85a6a0ae722b9c933444fef1d8ee87, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_0x420.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_0x420.png', 0, 0x22b9228825382da60d9a832d78ed3218, 0x22b9228825382da60d9a832d78ed3218, 0xac83c8e9562fa081ae1fc638f754c771cc3afad81968d134b01ea52610548aff, '', 0, '?'),
(0xbc881fee9baa086cf0923cd2bedcda12, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_8.php', 0, 0x0d2127a2906f4e952eeed5d04a45471c, 0x0d2127a2906f4e952eeed5d04a45471c, 0x6e0f1c5458e90fc6b8633335ceb333628482848e553edef5a061ac90a430a34c, '', 0, '?'),
(0xbc8bb41eb273aee6d8213c514c3172b7, 'wp-content/plugins/amp/assets/images/amp-html-error-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-html-error-icon.svg', 1, 0x00000000000000000000000000000000, 0xf2e161bb7c9e729b90dc51725bc95475, 0x86336a588b81f089c0ba889cfafa33690cda6922358af0c79f0ff167917139a7, '', 0, '?'),
(0xbc91ba365f0804aaf8b2d45f6f17dccb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_7.php', 0, 0xe8a6ba8cb16ba7c25df48c06da58d544, 0xe8a6ba8cb16ba7c25df48c06da58d544, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbc96e36511d7e9579252ae4b11d061dd, 'wp-content/plugins/amp/templates/meta-comments-link.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-comments-link.php', 1, 0x00000000000000000000000000000000, 0x659d40ad2693441b662ebae40aa70223, 0xd412b956d436845c415e250c29175fc65a9388db17e2603213462bfb4fc8a89d, '', 0, '?'),
(0xbc9a24cac2623e54a606722085d7b98e, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', 0, 0xad05b8362bbb3549d1e7878b56705bcd, 0xad05b8362bbb3549d1e7878b56705bcd, 0x14a5d0c6c528d8527f59e16f33c9d127da115e4429bcbee3502cfb1982e47c74, '', 0, '?'),
(0xbc9f05a6727361ead0db39535555a8ea, 'wp-includes/blocks/post-featured-image/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style.min.css', 1, 0x00000000000000000000000000000000, 0x5ff3bf3def56ebc8fd69e6937c4266ff, 0x6ac83b3063a048ab7815ecc8ee09268891691d6533f2bc68d7488a51522b6949, '', 0, '?'),
(0xbca991ebd8e376cd794cd4c265a5ed21, 'wp-includes/blocks/post-terms.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms.php', 1, 0x00000000000000000000000000000000, 0x89443598747951d4dd0835cc556bc474, 0x70feece0cca504fe73f04dc9f7bbb32f5f061333992207d6c07cc7299be63449, '', 0, '?'),
(0xbcac667f204615679886ed3739c5a7bb, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/payments.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/payments.php', 1, 0x00000000000000000000000000000000, 0x7e789cb2f1d6bcd45d6138f9f8aff95b, 0x49906ef3da6f70c4a73725558e692dacd5188c9b81a8e04f7bd82b83bce5d739, '', 0, '?'),
(0xbcac89a46365b8e62b7f3e25b5ae5e48, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_4.php', 0, 0x2af3bd9d1591ee43cfce82f22acd428d, 0x2af3bd9d1591ee43cfce82f22acd428d, 0x2362c14ee2f15bcdba7fcefccd42817f7468ea9c2d158f7e3bb263d7b162727b, '', 0, '?'),
(0xbcade9a2e6cc0e97446531c1206a5bdb, 'wp-content/updraft/backup_2025-07-23-0334___90_741beb3d20b4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-23-0334___90_741beb3d20b4-db.gz', 0, 0x7f6c2178bccbb4a566c4fed142819c2b, 0x7f6c2178bccbb4a566c4fed142819c2b, 0x3bcb5a36f20dbcb630557d796a9cfbc13fa0013bf626881488e0c2fc5f1b27a5, '', 0, '?'),
(0xbcb1adfdc53838e08368b86c816392ed, 'wp-content/plugins/wordfence/waf/dummy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/dummy.php', 1, 0x00000000000000000000000000000000, 0xcb3a3c5d79ad01366a88d0f6077a9b30, 0xa6cc772d1d63a87dba0614ba3aaf695c4253837fb971358534ac7548d1bb8b86, '', 0, '?'),
(0xbcb2d8f4c2674efb277506473baa269d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0xadfb5ed7cd237fa7c2e15a8dc9579a82, 0x47286edc7e2e2751d4a067dfef474cbdabc0a5c430b88844a643aca142b993e1, '', 0, '?'),
(0xbcb382147c58256a677540e8434a884d, 'wp-includes/js/dist/vendor/react.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react.js', 1, 0x00000000000000000000000000000000, 0x05c3e7e7ba74b97802b32c6781212a24, 0x2a9cabb9a0bdcda1f691e763af83ac51098366bbd031a3b107cea6fb9cdcbe5f, '', 0, '?'),
(0xbcb454ddcda32c8af80b696f2d72b394, 'wp-content/plugins/td-composer/assets/less_front/mixin.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/less_front/mixin.less', 0, 0x5e2a17f091f9d611e4175e541c5421ae, 0x5e2a17f091f9d611e4175e541c5421ae, 0x774e3297daa1f3d77d6de9d134d959659c917e338eea12c9c39029e3e9e7a11f, '', 0, '?'),
(0xbcbe05f734c3c14a971b65fd859fb482, 'wp-content/themes/Newspaper/translation/el.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/el.po', 0, 0xef29c9b80e424fdf2e937375f07c7f98, 0xef29c9b80e424fdf2e937375f07c7f98, 0x8e2e68b5601adbda187fbb9be8be679b9ea197c3276e4fd8d5cb9aa22d32469d, '', 0, '?'),
(0xbcc08c1d3cf68026df168fc383939aa9, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/vimeo.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/vimeo.php', 1, 0x00000000000000000000000000000000, 0x3ce1b1f93ed48fe96fae77128712f4c1, 0xdc9c23d5c307b032c9e3c74231d24c1ed73f7c11d91bef88a6f12fea831ec7cf, '', 0, '?'),
(0xbccf7aacfde3bb7944a5ed8b293d0828, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2.php', 0, 0x41e9e7cb7e1a02b495d0c8360d7845e4, 0x41e9e7cb7e1a02b495d0c8360d7845e4, 0xf0601096e2e1f2f0ad0e9d9a52a1bdeae527dec80951fc10152d16d1e8dc7e3e, '', 0, '?'),
(0xbcd0497c296f204d1c7f587b847cf3a9, 'wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php', 0, 0xb7997418a26ca8ced073ce20e50d7494, 0xb7997418a26ca8ced073ce20e50d7494, 0x7bc84bd8d256d439a514c64ed6328543f2472112c71f3efbb1cd98ce726a2fac, '', 0, '?'),
(0xbcd0774b62a62cc2f9004b66667a5301, 'wp-includes/rest-api/error_log', '/home/abt90iranbet/public_html/wp-includes/rest-api/error_log', 0, 0xdaea9e6b94e6d23b0e9fd7ff20abdd00, 0xdaea9e6b94e6d23b0e9fd7ff20abdd00, 0xa12fc495696b083fc9f376dcba124f1a9b8910cfb7f880a4e88d905dff579b78, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7d1c10ec31b404765c4aaab1aea0adea, 0xc94ca442504af4507d249e4bfee1c669a607324fc0e270d0c4f09879b551312d, '', 0, '?'),
(0xbcd7d7a817c5a50210ef37bd67707162, 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css', 1, 0x00000000000000000000000000000000, 0xed8fc132e0df4b941889b57fb841e35e, 0x9a9541fcf0c9f6b74f49e51a4c9f0e477dea5476a60625f13dd27bf4fc669c6a, '', 0, '?'),
(0xbcea9201cd0f3a79a13189320f4ad571, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f684fa33ac36c410740f0e89c95910a6.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f684fa33ac36c410740f0e89c95910a6.json', 0, 0x7aaa3c2331c513e7ef705367694e562d, 0x7aaa3c2331c513e7ef705367694e562d, 0x611f18cd668fa51f84467fa9e5af4cc872ee3db9e9166bfad4ffc18c079ee3f2, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0xe0ffba0a212e4ac3e4184b304bad89d0, 0xecc5c68c46458db4c13a8472cbbbe0c14d36257cec09b86eb4bc4cbc4484f0ee, '', 0, '?'),
(0xbcf0c50dcacc5ab394814f5bce856694, 'wp-includes/blocks/columns/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor.css', 1, 0x00000000000000000000000000000000, 0xc2b460ff1d62c86f46494bb00b1692a2, 0x648f05d7a321781f60b6d1c8f5cff9ff1dca4a14e4f726ddddcdbdf70f7bd0f3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbcf1a838f3473c5c40afa2374305f9d4, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-welcome.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-welcome.png', 0, 0xfe8d434412e069889c7304241ff9e33b, 0xfe8d434412e069889c7304241ff9e33b, 0x66c1570615834bccb837148c8969d29c9e3b8f1afd0df1f6abf392ff52668ffd, '', 0, '?'),
(0xbcf3af1086324df0d41c781f46d09958, 'wp-content/plugins/updraftplus/languages/updraftplus-eu.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.mo', 1, 0x00000000000000000000000000000000, 0x9d56efdfabe5883c0c927063cb4dd563, 0xb77e7b8f1eb5b88ebd07df8c6679399779c5ee35684305b409eec9f883e3f699, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0xdb7d8b3e0d5f4422a6f5436bf1d41543, 0x5c0ca53b8afd0b5d22a7a4ae28122b2fc7c57d9e120ecb9a7135cef44e5327aa, '', 0, '?'),
(0xbcfdcdf35f3a5bd31502789813cd2e52, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', 1, 0x00000000000000000000000000000000, 0x7cbd13aacabb22453520e3a46e5f90b2, 0xd4bb20954abe748dbf8d133879364b3a6371f2343b04b3fd8601da83ca8312e4, '', 0, '?'),
(0xbd04ae9351dd47c0cc50eee42ae79690, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3.php', 0, 0x92f9d7b23490bb6e9a768b92a89f8aa7, 0x92f9d7b23490bb6e9a768b92a89f8aa7, 0x39d8d08e2ea285a16acbe01961b092033fca735eca36c711340f483879382b70, '', 0, '?'),
(0xbd069adef3852cac9168693ab7d7685e, 'wp-content/plugins/wp-rocket/languages/rocket-sr.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sr.po', 0, 0x4d27c1412721890564da14468e6469fa, 0x4d27c1412721890564da14468e6469fa, 0x786a4921586ac6d17cd064281283c3e2d77217f0ff6994d05d004cb7db78ad4d, '', 0, '?'),
(0xbd0a0c8b2fede5e67cd29a157adfe227, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/reporting.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/reporting.png', 0, 0x144188eb53cad0c185b0cea425b664ee, 0x144188eb53cad0c185b0cea425b664ee, 0xda57c2aa80cf2669ac3bf87f3276e0369ec87fd836b5d736919a9a4da1904df5, '', 0, '?'),
(0xbd0cae3d49ab23f8da5cb898d949c9a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/demo_style.css', 0, 0x1f9a19e8b7bbe63518abd2afd93d62d4, 0x1f9a19e8b7bbe63518abd2afd93d62d4, 0x48adf8e550a137ac59904ee4e9b5b3791d5d82cbdda66f94ed7d36301cabff88, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 1, 0x00000000000000000000000000000000, 0x8d391336bf66baf6aeee3b981ca18730, 0x6d676325d30c691a6e148341ae80428a40c09a7746b17a04db0c3be779600d4e, '', 0, '?'),
(0xbd1912a9875a8fd3f531a9b89158753e, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php', 0, 0x3de3b286869465df7b9df20543c2770a, 0x3de3b286869465df7b9df20543c2770a, 0x11fc9609d092319ceda4d29929e69befc4720e14b5f6cc55693a600e31fb68f7, '', 0, '?'),
(0xbd1f71cf4bc558f24ef52a5a2a75b600, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_7.php', 0, 0xca2532766acee757648714eac1a5db82, 0xca2532766acee757648714eac1a5db82, 0x92e92a885a9f0bd7e4b41aabe4b5acbb15382f22818c817bac284e561893104c, '', 0, '?'),
(0xbd21bd60bd4b638e226df78281e7e3ad, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', 1, 0x00000000000000000000000000000000, 0x560fad3eddfb8c75b1c64024dba05d93, 0x0ee2ac7862ecefedb77ea6d93da60d44b8441997d4ac55767fc69ba08a8041a8, '', 0, '?'),
(0xbd230a021864df0265262b521b73f0fc, 'wp-content/plugins/elementor/includes/controls/choose.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/choose.php', 1, 0x00000000000000000000000000000000, 0x379b6422901e7e572df37a9ec59b258c, 0x50e58d5adea2396aeacd887abcc9589378f14d5a567ee2f895ade8f23af592db, '', 0, '?'),
(0xbd24ef18b728859f3d54887c66f592e9, 'wp-content/plugins/amp/assets/images/amp-valid.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-valid.svg', 1, 0x00000000000000000000000000000000, 0xaf184cf0815b84cb150d1ff33448dc15, 0xeafa12b6683935ab4be1c123c0431ef954b6a32650e6aa28c52b70d8126144e4, '', 0, '?'),
(0xbd2b61bec02f102bf1808e03b397aad6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', 0, 0xb01b37dc6022708871f5218059b0e35c, 0xb01b37dc6022708871f5218059b0e35c, 0xf03fb3d2a8dc58259010a96f41f6d5e2d396cf0872259f74154f2e1e396cdebc, '', 0, '?'),
(0xbd2da949384fb388ce75617e2db40458, 'wp-content/updraft/backup_2025-02-26-0324___90_44bc9ecc66c1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-26-0324___90_44bc9ecc66c1-db.gz', 0, 0xc50839e97850a2d6d475c5c4363142fc, 0xc50839e97850a2d6d475c5c4363142fc, 0x3907d6e81641ee6c959e43ccef6be253f7bfccf5e27d6738bdbf546056ecbc07, '', 0, '?'),
(0xbd2f463304a7ef60c600321c31577b59, 'wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 1, 0x00000000000000000000000000000000, 0x6bb33c535ea4b7dfce876431ab91858a, 0xe526fcdac04a543d1c646a39b229f222313df01fc65249439716e4e3bd3c47cb, '', 0, '?'),
(0xbd3ecb44f052a026de518d9b691cdea1, 'wp-content/plugins/updraftplus/images/addons-images/wp-cli.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/wp-cli.png', 1, 0x00000000000000000000000000000000, 0x6e36d3c8e26740d70ece08e221d7f15d, 0x54b73679e05aa5c8cbab8acc6534409a14b8c9505b0aaf81aab887c44cefbc4d, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x8a223461e0e3c30f25bd0a4eaedf1461, 0xb7502df93e5acddb6dbd9a3b5afe8917c9ea6d6b5d7016b9b3b556e010543e21, '', 0, '?'),
(0xbd44e685ac47eab9f4a86e38acdbe8cf, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-code.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-code.png', 0, 0xc0006e934f6e9077be70e3fec33b0523, 0xc0006e934f6e9077be70e3fec33b0523, 0x43ed833eacb6638e0000b423e70d7bddc71153791078d0a3eea4ee1f5988d404, '', 0, '?'),
(0xbd4664b7af9c41c432566a4fa0aa0722, 'wp-content/plugins/td-cloud-library/assets/css/tdb_menu_admin_bar.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_menu_admin_bar.css', 0, 0x72f283a5e56befe2c6f1d7e9473316fc, 0x72f283a5e56befe2c6f1d7e9473316fc, 0x2c8ab0f89b2c68cde6084351eb5ad8819eeab9011669383fac6f918ad1620c96, '', 0, '?'),
(0xbd47efb8888367d9ed0cdde0d070ce8a, 'wp-includes/blocks/quote/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb678bc232ba263a83aa05327e92fc1c, 0x139f4bf37769b6c44a4db6e9d42c6fea584bf2d62a5c7ab24b4280574ce01e4f, '', 0, '?'),
(0xbd498402d077315ae72286b1c7d87656, 'wp-content/updraft/backup_2025-05-29-0327___90_2dc37df441c2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-29-0327___90_2dc37df441c2-db.gz', 0, 0x68b6cf4fee5fa5307d279f7fba60985c, 0x68b6cf4fee5fa5307d279f7fba60985c, 0xb1cc0bd88a59db9ad964e4538a7a780323383595c188bd3881d1e265cb6af879, '', 0, '?'),
(0xbd55ed945e1f4cdbcd562c64a7e69f39, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ext-language_tools.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ext-language_tools.js', 0, 0xa7b594455370cc5eb84d821101bde699, 0xa7b594455370cc5eb84d821101bde699, 0xf5f298444857277159fccaba955c9b737a558474b96ad5c06a4a33f3a6eeb5f0, '', 0, '?'),
(0xbd57db5c53f79b89836814f9a50eb9a0, 'wp-content/languages/plugins/wordpress-seo-fa_IR-afe43fe171170bbc6083c10610a75434.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-afe43fe171170bbc6083c10610a75434.json', 0, 0x9f0e664395ea23bb3f3ff785974d8ce0, 0x9f0e664395ea23bb3f3ff785974d8ce0, 0xade1a5b0f31527e7f564e09198ef8c6b2578cc35df92ed6e0ac6e856f31de635, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', '/home/abt90iranbet/public_html/wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x2e3a623c6a150b25ff68cac8875e8ef8, 0x32b5b172cc5127faad79ff5b7e33917cb74df4ca146e6040d1cfd026514c7757, '', 0, '?'),
(0xbd5cd2204d2a5fe1fc5987aa5952707c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 1, 0x00000000000000000000000000000000, 0xf0b5ebfbdb3f5a14e3c6d0942b89aff6, 0xebe424689b4b210ee8eea6b22de4e701051e8ee170f0462a8df91d8515c63abb, '', 0, '?'),
(0xbd60ff64098410efb7b2ec88068dde06, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_8.php', 0, 0x37df8980a7006da5a5d1dea7c3c1f563, 0x37df8980a7006da5a5d1dea7c3c1f563, 0x1908cf473c2eeda5fa25a96ecb9e6997710df0526c45a7788342c9ce7073d39b, '', 0, '?'),
(0xbd64cc32d15bec2a5e4d74b298ce6c63, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 1, 0x00000000000000000000000000000000, 0x45bfc917117a7bf3383b6aa4c91a61d4, 0x5c92a5ce462388ee82d1e46106b26d17d50d58ba7caf74411f5257eaa4019910, '', 0, '?'),
(0xbd6d2570a2af96b8af69c4c69759ce5a, 'wp-content/plugins/elementor/includes/editor-templates/panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php', 1, 0x00000000000000000000000000000000, 0xb76a635838843f79c94ee2eb741c83d7, 0x0605cd1218630d2580b4cec77ae6f0db620a1e59678632904fb3e02aace2aa3d, '', 0, '?'),
(0xbd6ddd61232473f56d9878b5f1eb0151, 'wp-includes/blocks/template-part.php', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part.php', 1, 0x00000000000000000000000000000000, 0x513a7455223e573fbadbf733714eb240, 0x71e5d5fc1e1af6cb037e0ec8916e71bd625d158d1af09348f112d489c2d8bba2, '', 0, '?'),
(0xbd745f4fa9fae0bee9e08d283ddd58bd, 'wp-content/themes/Newspaper/tag.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/tag.php', 0, 0x181b615558debdab982a4e41ac01e114, 0x181b615558debdab982a4e41ac01e114, 0xa2a8a83294af7f49a0b5fe590b2b5e35b89dc985ac52d3cb2379f286a4776dc6, '', 0, '?'),
(0xbd7f90c07ac97b3aa8cea89be1dfa06c, 'wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73b57f1199ca257ec646c733dbfb4b2d, 0xa4bc74c7184e0191a7b0510f7767eceacc5e4fa5564df4ca54f5364c6af79ed7, '', 0, '?'),
(0xbd7fb407560b2d73a06af9c5630b6e6f, 'wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb586a66e7b2292a4808f6860167c5c2d, 0x85be6b416a6dc5afe26d492d82940a89db38ce6f51549ddf41f043ded745a6c5, '', 0, '?'),
(0xbd8423173b87ec65bdb64f22f5bc235b, 'wp-includes/blocks/shortcode/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor.css', 1, 0x00000000000000000000000000000000, 0xb84f2a63dcf174b5fa42f5c808481056, 0x988abdb6747046b3a9a4578543703e325b967d0ce268e1e676f47036ab1b6aff, '', 0, '?'),
(0xbd8489379a78d61647500242aa89ed5c, 'wp-content/themes/twentytwentyfive/assets/images/404-image.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/404-image.webp', 1, 0x00000000000000000000000000000000, 0x189ee7f2a40c13d4a2094d2497929e62, 0xd4ef118cfdd23f0d354d158c956d2566c2a54d95793bec2550983fa04fe5b6a6, '', 0, '?'),
(0xbd84bb5bfc0ce8eb098e6db50d31d500, 'wp-content/plugins/td-composer/css-live/assets/images/loader-small.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/loader-small.gif', 0, 0x7b0749e19bd242147c7bcbf856e3340f, 0x7b0749e19bd242147c7bcbf856e3340f, 0x082b7c6e3abc863ba9838722e40e5def5735722c50ca552443fa4bb54a49eaf0, '', 0, '?'),
(0xbd865348c8046a321dad03a0a1b76092, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', 1, 0x00000000000000000000000000000000, 0x354de3558b324b6be6c10a33d7d1e34d, 0xa7c27900e201307ac912fa7c3f969c12f605207eac086e9c90da0c379b199de0, '', 0, '?'),
(0xbd87301d59a0f840d96dd0628b5107b8, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php', 1, 0x00000000000000000000000000000000, 0x9690c8b858639495d1693f9700409926, 0x9c09fe84c449754f24ff31be7f24d43c8511af2cce5e9f1a48cf41fa0e1e7a7e, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x636a3f0236661b96a64e35893548cb36, 0x1ed5ebfe15496cbc8773f1c62603fdb098781ce1fa6a7a5183eaa293f896e680, '', 0, '?'),
(0xbd9641bdc34c1155450b3b3a567c1434, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbda5ce876758ce5ac6d44c717c0e9f1e, 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-5.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-5.json', 0, 0x347ddb0cd5abf8272dd90017db6a80cd, 0x347ddb0cd5abf8272dd90017db6a80cd, 0x74d767ff8218dd3e8e1f5e42b36546face9f0fab785510f3686b25ea639fdf9f, '', 0, '?'),
(0xbda89c70b447436391ad5791216817e7, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-user-setting.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-user-setting.php', 0, 0x60a9304e78de8d9f22cf4b1b0864650f, 0x60a9304e78de8d9f22cf4b1b0864650f, 0xde53b2b8a124a84a766c297e2145c269310d7f31767a5c9f638bca06bf9921a9, '', 0, '?'),
(0xbda8faf4a4f80e42c34aa83cab60f5a2, 'wp-includes/blocks/post-excerpt.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt.php', 1, 0x00000000000000000000000000000000, 0xdf77f7abe23b5aa2e12a02d79b01987e, 0x51a4552a54e1ed91fe7061cbba570817f51c3e0db26fd2a7173badd26658dc00, '', 0, '?'),
(0xbdaa4120bab3a066c55d8bc2ce84c571, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0x225dd0e0e60f6020df5e372a3b1576c4, 0x71050999f221ec12e735bfe0ff9a95d6b6b2d31e6cf03be36734d7e624bbd103, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', '/home/abt90iranbet/public_html/wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0x14e94dc8980f6633904269508f789c6a, 0xcd64400781240d27e242bde279150cbe47b48aa51c50216ba3bd70d44664abef, '', 0, '?'),
(0xbdbbd6d6397cdba2b1b41ae8fdad686b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', 1, 0x00000000000000000000000000000000, 0xd1395068bff57675f1339fb4665bdb4d, 0xa4fe82ba6252941e89b400fd7d68afd32313aceb1a24ecc4252af43ac32dd6dc, '', 0, '?'),
(0xbdc12ed1e09c0e348eef9fa0c0a7dfe6, 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js', 0, 0x35194597f5884795292cd943bf7f95ff, 0x35194597f5884795292cd943bf7f95ff, 0x654e2ae1ce06fe3ce881c69406b5ec7a5520dad6163283e4aa9b92d7ff98939c, '', 0, '?'),
(0xbdc257e452698c3113e55c85a150132a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', 1, 0x00000000000000000000000000000000, 0xd9e52acf38966cab6f98c7a4fe8d12fd, 0xdef9a2850cc8b4c80e73daa2589df40c43cb99ed7c7efb4897d7ff41b8312f18, '', 0, '?'),
(0xbdc92847acd82518ecb9fdd1d9090c14, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php', 0, 0xecbc8f4e5d4ece4d4d78b58c217f3c92, 0xecbc8f4e5d4ece4d4d78b58c217f3c92, 0xf4f97a8c8fd317c161180335cf2ed1c4f9838a7dbfcb900e3111c30c780474f7, '', 0, '?'),
(0xbdcebb8b730501c79b537bd1194b1903, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbdd16cb6946a7131751e675d00d85379, 'wp-content/plugins/updraftplus/images/dashicon-white.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dashicon-white.png', 1, 0x00000000000000000000000000000000, 0x5c1f0a5ca0bbf96a8d3099079504fa46, 0xd02707d63fbe9a49f2d2d590d1fd8d02cbe7e806660f94daf9417b3b4dc31fba, '', 0, '?'),
(0xbdd48f2da44e91a8b4f6e3fe4c3cd733, 'wp-content/plugins/kk-star-ratings/freemius/templates/tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/tabs.php', 1, 0x00000000000000000000000000000000, 0x5ed22e5f66526103e895edcd23a2c3ac, 0x62295752269ce5a434a854dbab93f61491899e6476bc91d370a9c6593e0ac80d, '', 0, '?'),
(0xbdd5a81479c9ec0505144cb201d4be52, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php', 0, 0xaf4e422525b9040f4972cc31a7c03d2d, 0xaf4e422525b9040f4972cc31a7c03d2d, 0xe7103c324cf349c54943efd4f49da7c22032c25d9937e0096d90055c3f69bb5d, '', 0, '?'),
(0xbdd86d8d9b4641b1d40b2df323cd583d, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/description.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/description.php', 1, 0x00000000000000000000000000000000, 0xa41791486f89b48c73b070043a7e4098, 0x7b6dfa7ecaa7b2430b286cb10a64c30d42340f8f154801f9bca6ebc72608a007, '', 0, '?'),
(0xbdd92f7b3636b165751b7d5beaaf5b52, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-type.php', 0, 0xc815605cb45ad4ddfa5dabd28bc6ab33, 0xc815605cb45ad4ddfa5dabd28bc6ab33, 0x89f781c645d763303bc70269c211a1c6288da764310fa542d51237c44396a740, '', 0, '?'),
(0xbdde3e89db71476e5d30bee79f897494, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_9.php', 0, 0xd8da3a33ab034ecabedb8bba1a18beab, 0xd8da3a33ab034ecabedb8bba1a18beab, 0xe9ea3560883927bb9425335ba322013603560c9208b581e9d751a3396cd25b31, '', 0, '?'),
(0xbde49a2b85a50ca6aaf764ab21ad8840, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1.php', 0, 0x7d8dae3917bc0df18e7409dff30f7897, 0x7d8dae3917bc0df18e7409dff30f7897, 0xa2f3fea9d211e35cc6468a632d45fe832610a071cb0d334869869b92ae6a168c, '', 0, '?'),
(0xbde5e6b4ae7c812f264a9f4f528b7c8b, 'wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 1, 0x00000000000000000000000000000000, 0x9a4cd6f73de4a0eaac6e5068a551669e, 0xec888b0320eed41c007ad81a8667cd57544df3d6f0633c350f26fa4c5a7ad05c, '', 0, '?'),
(0xbde61973797227250cfb27aaf39890b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_6.php', 0, 0xd89267965f62947171ebc154181610bb, 0xd89267965f62947171ebc154181610bb, 0xef4c74ee821a3170bf55d5af6818b0675a53892bf600e17881f0665cfebd2f44, '', 0, '?'),
(0xbdec9aabea8198ef292a18953c18904a, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php', 0, 0xc0f172527ff1acc2f41afc4f8ea77d3e, 0xc0f172527ff1acc2f41afc4f8ea77d3e, 0x82d28cda9a25e29bf539b37daf1408b56c08cd985a8e20f80795cdbbbe5e2514, '', 0, '?'),
(0xbded26c608700564a0c04f31b33c4de4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_import.php', 0, 0xe967c6432f465deef1318a6e397e4ebf, 0xe967c6432f465deef1318a6e397e4ebf, 0x573e410abb9421c6bf0d25e870e4902b2cb0825a1a50276061dfce225a2b03aa, '', 0, '?'),
(0xbded56baf6af24c41faf004e943c0cc7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xbdefb36acba8edd7627dddd375ead824, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_css_generator_demo.php', 0, 0xa9ce7cac4f42ea45120b366f45d1c2b4, 0xa9ce7cac4f42ea45120b366f45d1c2b4, 0xb7ad1d858d9597c1341d2b8c0e8ab1018d780b320a208631fe394610fe74841b, '', 0, '?'),
(0xbdf39f0d486f342027685851713b67d3, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ja.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ja.mo', 1, 0x00000000000000000000000000000000, 0xdf99f3e1f9d3dd262c6ef7ed8e51dc73, 0x77de0c196bc07ae85b626a64ce73f0797b3876a08087ce1cf9d3c7bb6c377e8a, '', 0, '?'),
(0xbdfe1e476a16d4b1e097ae0427d0dc74, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-da_DK.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-da_DK.json', 0, 0x49b21ac8a689e7465dd83cee942d45c7, 0x49b21ac8a689e7465dd83cee942d45c7, 0xecc823684fdcb875698775a0541849be5d2598e7210736c4c325f84ca53bc8b3, '', 0, '?'),
(0xbdfea72d6fa4eceaee6d71e2a8010058, 'wp-includes/class-wp-block-editor-context.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-editor-context.php', 1, 0x00000000000000000000000000000000, 0xae040ded1c197e4511aa21fc62849ad9, 0x278e9da00d073d467daf4c03689e866149c3a7e5dc1acf22eaa62495e616ce94, '', 0, '?'),
(0xbe015968b705d92d9bc846c4c181d07a, 'wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8408b5ab1ab9a5ecc63efea872981442, 0x2c4567094704bf052d1f6a54c16af0184d462fa4345a8b29fb421597aef0d253, '', 0, '?'),
(0xbe0398bc7aca31cb424c1be4a66f92f0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x0eade7e36c32b1b98a70483348ca98f9, 0x02bce69946632a475f95703067d4be2270a2118544c6f0c402b2d6fca20b35cd, '', 0, '?'),
(0xbe05a64d33d6127661420f6364031bb5, 'wp-includes/blocks/search/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor.css', 1, 0x00000000000000000000000000000000, 0x1165edcdc510b8dc0aad0d31703de68f, 0xeeda49b1faed5f1c3a14e4f54d3eae9a110bf08aacb0d9a07d872ea6dafca1f2, '', 0, '?'),
(0xbe0b3af9a22b889814680b795e578301, 'wp-includes/block-template.php', '/home/abt90iranbet/public_html/wp-includes/block-template.php', 1, 0x00000000000000000000000000000000, 0x1a90e4b39feffae256e4133a599aee8c, 0x5b58a1b456da49d1c99fa9c8c1c12a0235e3a1df82d4041018cda4359eb44d5b, '', 0, '?'),
(0xbe0f4289ec6b9b92cf4ecb354092fa18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/demo_style.css', 0, 0xb19ef61d41656ad5805cf76c62ec6276, 0xb19ef61d41656ad5805cf76c62ec6276, 0xb37a8d911f26f7be0908ecebe6f2b165fb57ddceaed542280abe622d875dd3fc, '', 0, '?'),
(0xbe1072f66b3144f548a3c536b833c50e, 'wp-content/languages/fa_IR-529362903a5a05b34b06b5e793fb4cf8.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-529362903a5a05b34b06b5e793fb4cf8.json', 0, 0xc17e53dc77c25dd8faa798c563e0ab17, 0xc17e53dc77c25dd8faa798c563e0ab17, 0x649f311c7b3c58eecadf45ecdc1da30852d89191020973ae87bc6b0f51b7b1b6, '', 0, '?'),
(0xbe1103766a38d03d2618bb22e40c4be8, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x0bd0df0eb598905e31cdeea04826b1b7, 0x7f9be6761eb6cae5b6dca0782307693694a5f68bddf5a8323692094de30a8646, '', 0, '?'),
(0xbe189d4e6ecb9e5c1957e8e079d6542b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2_no_content.php', 0, 0x606522f6f089423656ca6be6d261b86f, 0x606522f6f089423656ca6be6d261b86f, 0x38d1729d8aa79a05f56324d528b1f9e3e9f39a3ab548268c8acdba8d845f87f5, '', 0, '?'),
(0xbe1da8006ad68985b955397ee547c5f2, 'wp-content/updraft/backup_2025-08-10-0326___90_9bbb459af097-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-10-0326___90_9bbb459af097-db.gz', 0, 0x61427f54c9b3c4dee4fa0806007a0e32, 0x61427f54c9b3c4dee4fa0806007a0e32, 0xaac391a5f261da68d153ed6bb023a11f40a05e66071b0841778a2b6bcbdefa41, '', 0, '?'),
(0xbe21c2574e02f523ff5c85219c94fc31, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_panel_settings.txt', 0, 0x339d53b0501a65dd0dd4ad90b90bc0a6, 0x339d53b0501a65dd0dd4ad90b90bc0a6, 0x43d0779aca42c32a89b53f59a860291094826beec2fe261849ffd6460aafba1c, '', 0, '?'),
(0xbe23ce943669bb2fc9f09ab410c39b8c, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', 1, 0x00000000000000000000000000000000, 0xe581e296399b16dae69773b97feb6059, 0x616a0327694da886743837e03e806400e3e5881203b0c5359f8f40569e39ae9c, '', 0, '?'),
(0xbe28bcbe4716ef61c670e3c725e65c31, 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php', 1, 0x00000000000000000000000000000000, 0x9d4979b30985ab4d2b85298470bbb19f, 0x6a5c5d0cb37b65a67581b0ada8c43cfd50eb9115a46bf27948350b087736dca3, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/tours/login-security.php', 1, 0x00000000000000000000000000000000, 0x9b50c996acb5d83354d8b1239d067f85, 0x3ee388b36563c31ec2af663473d837a938fdb7e123478260fe78079eb5309689, '', 0, '?'),
(0xbe313a18bfc0392cd7ae6e221503c3f8, 'wp-includes/class-wp-theme-json.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json.php', 1, 0x00000000000000000000000000000000, 0x4331c8dc0b943d19d36ddf73cd8317a5, 0x845a587f8e79e4232d73abbf72e68db213cc55a3cbb63dfe52e694b548959904, '', 0, '?'),
(0xbe3754e917c168a5f5536d7b0d865d13, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 1, 0x00000000000000000000000000000000, 0x9968506d9ec070b60f01194333e65688, 0x8cd68ed84d6710c0e98cb783e70bf484b333b48c631463c982647721ea8bcda7, '', 0, '?'),
(0xbe38e8b1e4fcca3e877395c1113896f3, 'wp-content/languages/fa_IR-5251f7623766a714c8207c7edb938628.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-5251f7623766a714c8207c7edb938628.json', 0, 0x4a387f485047e5ce2c3ca6b93ef61173, 0x4a387f485047e5ce2c3ca6b93ef61173, 0x921db382fc2d9551a1263572b3aac23af9a84de1db4e4e49c272e33aac0e2b07, '', 0, '?'),
(0xbe3966808342bb8182fff9d093e0c34a, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7a2e287667640190b077c6ec1bb78def.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7a2e287667640190b077c6ec1bb78def.json', 0, 0x2315f05cf78cbb81206d458b640cb804, 0x2315f05cf78cbb81206d458b640cb804, 0x3949565c336d0b91be988427507c850cd583f90b8abeb4b5c30af4a61934603d, '', 0, '?'),
(0xbe3c3006481feac7afeb4cc9dff6782a, 'wp-content/plugins/elementor/assets/images/library-connect/right-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png', 1, 0x00000000000000000000000000000000, 0x7c637e6d6145fceddde7bf2e9f9939d3, 0xad27ea95729af07cf22084cb855e8149fcfbdb8f0314430aab20b8ab701493a9, '', 0, '?'),
(0xbe3d10450160b031f8b1b0cf64fb4e53, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php', 1, 0x00000000000000000000000000000000, 0x435961d6a042352ddcafb42688e3a84e, 0xde7b603862f3a2a2ed1a8a067b0065ec6776dc10130a1ab3e239cb37821eaa08, '', 0, '?'),
(0xbe40296020d5e47e4fdd7defbb6163cc, 'wp-includes/blocks/heading/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style.css', 1, 0x00000000000000000000000000000000, 0x67d7cd6a0e9df53dc8624919f5f6d667, 0x4201ba51fd36626244ab4afa740c11d0905e0879599af0799db790fbb2869d09, '', 0, '?'),
(0xbe40ed5760f7f27c957962f91cbae4d9, 'wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php', 0, 0x052be760fbd2d0ff4d49b7d80a0be512, 0x052be760fbd2d0ff4d49b7d80a0be512, 0xd0b8239edad07e1f7f2d8a0aed3316d60d04fd6bd84a1975d2f23684249d9a1d, '', 0, '?'),
(0xbe442004976930758ba78c3b23e06835, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-payment.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-payment.php', 1, 0x00000000000000000000000000000000, 0x2c0bd63573ae6b32c65fcc3274b4d73d, 0x9257c838f8bdb998230119ae2bd5e9b722d3deffbf2f07abe1f7292bf659d8d3, '', 0, '?'),
(0xbe455d34e5b83772466a1c8904362533, 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 1, 0x00000000000000000000000000000000, 0xf8741a7b40d47645244a7ea7dc954388, 0x843919e5a5a5c43385fceb599551de189a5d280a4f4bfcbf7ea4462ccc6970d6, '', 0, '?'),
(0xbe49db39d37ff5207ad988f9c84f540c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_panel_settings.txt', 0, 0x5e47da9217a52e1b586e6591ff815f0c, 0x5e47da9217a52e1b586e6591ff815f0c, 0xafbe6e70f11ee1e37f1bedcd6fe8cb7ffed6b3e0ad0daf483763d7262d61a45c, '', 0, '?'),
(0xbe4fe8362f73feeb2a8eea1f4a1a6f17, 'wp-content/plugins/td-cloud-library/modules/tdb_module_mm.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_mm.php', 0, 0xfe1a54ff47df6a22b06b7aab9e219aeb, 0xfe1a54ff47df6a22b06b7aab9e219aeb, 0x888aff60f47e079d8584de9f73e52d627567244440f89d6ac10873171f82618d, '', 0, '?'),
(0xbe52b23620671e7db7f7c8babc6678a1, 'wp-content/updraft/backup_2025-04-22-0345___90_ec5f2653e7df-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-22-0345___90_ec5f2653e7df-db.gz', 0, 0xa51ed9cbef84309a450d9e342648313b, 0xa51ed9cbef84309a450d9e342648313b, 0x43af24b88d0b64a48f105c5acae518997796855172fb7dbe104fabdbf8d591f6, '', 0, '?'),
(0xbe57d305ea8f8c54f883a3683988b271, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xbe72099ca3eb3a673a7f8f9f9636f18d, 0x935a8ecda64212dc1f2f0f90e9e438853aba6b6574a01a163110c23c16107ed5, '', 0, '?'),
(0xbe59f649b612911e6c1c54580aec56e8, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php', 0, 0x1c854346f99becc35f9f41c69e5846d7, 0x1c854346f99becc35f9f41c69e5846d7, 0xed6a428d2fdd874c8d548fdb6fc38e6dead7b15483ebcd41f0b296ef0cbf7de0, '', 0, '?'),
(0xbe6226870ac297532ac620c53576a7cd, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', 1, 0x00000000000000000000000000000000, 0x0a3ed9b7d47b14acda669a8aff2f6db0, 0x5f849e72143ea77b8bbd405f19c49d1b0cf4a3a1011789b69d0657899a2d0e9b, '', 0, '?'),
(0xbe73cd17713f4acbd285dc5484ae386e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_widget.php', 0, 0xca1e26b3487a6467ebaeac501017db50, 0xca1e26b3487a6467ebaeac501017db50, 0xbcb70bcd0c6b2333bdc4c26c0d4cccc5e2e2b9fc82a94bac6397867b7c957797, '', 0, '?'),
(0xbe767c972bb603a01070c0d215a36412, 'wp-content/plugins/wp-rocket/languages/rocket-bg_BG.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-bg_BG.mo', 0, 0xb33594a576ce59f03e35b0778a014495, 0xb33594a576ce59f03e35b0778a014495, 0x8b05b901cdb00d379977714d3f44e1669bca0145b6e385ff5f841d0b4faed7ba, '', 0, '?'),
(0xbe797d26695aaa4c35d6d69800f4af28, 'wp-content/plugins/updraftplus/images/icons/lock.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/lock.png', 1, 0x00000000000000000000000000000000, 0xb68f0a89bb0a532a71908845e8e84761, 0xf897e304f8282c36618f5bf87c67c8c1d3a0b15ef316ef8999766f98411acc2d, '', 0, '?'),
(0xbe79f32af4ae920b1aa2d3b3601bd5d2, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 1, 0x00000000000000000000000000000000, 0xc94013bbb82d49d0c467a5e48fc318bd, 0xff5362c54a28b2ac36c811af1e78836859ff08e2af2164424b314ba17dc003a8, '', 0, '?'),
(0xbe79faae7688510bd94617143669b929, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', 1, 0x00000000000000000000000000000000, 0x279cbdcb7a12c2f613445342d8d65530, 0x1ff56516c40b41bec41808ba1e72d8de867113cac3843d10c0b8d3c6f4f79490, '', 0, '?'),
(0xbe7be3b350f23455f4d2a2060cba7895, 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php', 0, 0xdb38e16eb96b16575cf50216f17a8b31, 0xdb38e16eb96b16575cf50216f17a8b31, 0x47e8b86cf8ce569a4ed1c24ff0f9f9cc91070284bfe9bbd57d9c01ef0a857c27, '', 0, '?'),
(0xbe7eca78b4836f15546690a000da6333, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1_no_content.php', 0, 0x66ed50bd5d7fd79a08dfc4361e040ce4, 0x66ed50bd5d7fd79a08dfc4361e040ce4, 0x9ac136b57ce7e19c61e63c88d75ab89a21d33a12ac5a077e4f04a589fcceebc9, '', 0, '?'),
(0xbe80047ecbf09a4ea19640aecf6ca273, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', 1, 0x00000000000000000000000000000000, 0xa85e07f350ac45afec8389df34cd77dd, 0x4dbe0f159ea56033b0e4950249d316c3767b97a2330e7d33c49916a0f6ab3244, '', 0, '?'),
(0xbe808eeef03b9ce3504af454eab41988, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_6.php', 0, 0x6d1d416476513cf8971fbcc3e83dd17a, 0x6d1d416476513cf8971fbcc3e83dd17a, 0xa077fef4b1c70ae48b8b664cc990e852afdd45b37d3ae1e83076f6aa2d1fd029, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xf9f9b99884c9287ee93309418f90c662, 0xaabcd23ab513fbfc7697dc383f73eebf0af13dcec092a8dae8293e57c6aceec0, '', 0, '?'),
(0xbe870353b81992d0b09d869037c89628, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 0, 0x2708244364227d07a2d7f0a17c6ba340, 0x2708244364227d07a2d7f0a17c6ba340, 0xab58b9413511f934d4b5820837a2c1cfed8f2c6dd2951f4ad8608011e9ddab1a, '', 0, '?'),
(0xbe8a2e761579200ccdd0573413d6d915, 'wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', 1, 0x00000000000000000000000000000000, 0x6933df4166b83b364af912799667ab3f, 0x3b206337aa08979dd3e4a6947abd4f905c0f490013870dc5781482a60583f134, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', '/home/abt90iranbet/public_html/wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0xfded6fe2e5c50339a33ae9c678124005, 0xde6afbeabde34d2dca91178926aec57980c60378e9349c4be7e36125f1451556, '', 0, '?'),
(0xbe8c5b7c1ae0f613682a931f40c2f98a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_6.php', 0, 0xfa087a4950f452b15093e2b28626ea19, 0xfa087a4950f452b15093e2b28626ea19, 0x9072e6e8c3bd423bf64fc2f07e8dcfca53f5e6edd909122b925a81faa781f82f, '', 0, '?'),
(0xbe8d6c885ceb2b5d587d2d210f5ab40c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-11.png', 0, 0xf5496197ad07bb9778e0833a9ec94cdc, 0xf5496197ad07bb9778e0833a9ec94cdc, 0x902bd93c5012a9c887ab178d78465a4ab4f7dc074f266db1fcb9091ef8530146, '', 0, '?'),
(0xbe8e7f124726c332b7367b08a1e62bca, 'wp-content/plugins/kk-star-ratings/freemius/assets/img/kk-star-ratings.png', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/kk-star-ratings.png', 0, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0xbe9180c7a8f5720db6be80e5f3e2a02c, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_reserved.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_reserved.txt', 0, 0x7a2ddc5abfc1bea44f7acb1aee81c248, 0x7a2ddc5abfc1bea44f7acb1aee81c248, 0x610c651974a7ce8e592ffb1307a485fd1b129dbb834b210df80ea084753ed5f4, '', 0, '?'),
(0xbe91cce19d9797a71c20d9c6906feb22, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_breadcrumbs.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_breadcrumbs.php', 0, 0x81f7b38aa0b379bfca1cc06012b90f02, 0x81f7b38aa0b379bfca1cc06012b90f02, 0x1442cbe3f78b43afc239be40817011aeb986005ad628fec061e1d1be91559981, '', 0, '?'),
(0xbe92a8eb915aa0b101ee40364ab907f6, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/section.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/section.svg', 1, 0x00000000000000000000000000000000, 0xeaf83a23277cc52c24a029f66175c1d0, 0x42e663f7ab567ecae5d037c51d19a31d7e2c7399319efed6cb563b5145c63f97, '', 0, '?'),
(0xbe9369edb2bb2565e55b38cc515ee6c6, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xbe942d90604998b685c70d2fc02b4192, 'wp-content/updraft/backup_2025-04-29-0327___90_34284de18726-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-29-0327___90_34284de18726-db.gz', 0, 0x9e406c219661309e46effe923731edf5, 0x9e406c219661309e46effe923731edf5, 0x2b2b8a6e5449400cf5e7a43ed3c7e79268841115322aed55971a4e992cfdd226, '', 0, '?'),
(0xbe994010ac591eca45533ae07e669163, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', 1, 0x00000000000000000000000000000000, 0xa40d3be6cb9af249e3a6bfd0e7f6f144, 0x17fbae3cbc78ead976e7b5bfe1e014d6556745c0f5dec7367a9c265fb2e6ce79, '', 0, '?'),
(0xbe99f195b409ba58044f4c91407cfdda, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', 1, 0x00000000000000000000000000000000, 0x87bd05ce9ee93c224b1cb3d4ca8258b8, 0x0677a62ba2f0c72c93ae85650efb7176896b42536b215b537291251886e923f9, '', 0, '?'),
(0xbe9a1e5c2f151aa3378140bd38b2507b, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot', 0, 0x6e66e980f906d0d668eb4a48d4b93eca, 0x6e66e980f906d0d668eb4a48d4b93eca, 0x03762cd805d406c4a9afa86fb490977690777a7e8e80642e1ccd26d509dd5288, '', 0, '?'),
(0xbe9f58eeec77121bd50f1cb1044592eb, 'wp-includes/blocks/more/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/more/block.json', 1, 0x00000000000000000000000000000000, 0x382baad5e032804285be1b8239c3cc4b, 0xf967b0645b7af89c94f36b0d9608678038daf8e6c7c9ba083443dedcfda1485c, '', 0, '?'),
(0xbea7328fe79ebcf38bc5d870e70ddcdd, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x3edf4e1bbda7d3bbe9e87e550c66fa5c, 0xec647f052e4bb8aa5de3dea806e15e7f9508c4855522b266c01ec64fcc894258, '', 0, '?'),
(0xbeb42ec0c56b4fed323a99b58d8375c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import.php', 0, 0xe1e1d1c38255bebb06d37718da88ef0a, 0xe1e1d1c38255bebb06d37718da88ef0a, 0x667370ac816e6381d164dfe51d150be4137b343d1e021f1cc6848be1668a0a76, '', 0, '?'),
(0xbeb56ae9e7399833625b69f73889fe3c, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a8c4b01ff6609bafe662b336112a2877.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a8c4b01ff6609bafe662b336112a2877.json', 0, 0xfa85c167103fd58ef4c879cd1ae9949c, 0xfa85c167103fd58ef4c879cd1ae9949c, 0x758a871f8fb9553b7c598aa5650a7c4740daf6deed506359fc9c944c5b8bfd15, '', 0, '?'),
(0xbeb8177c5d0cf5aed5f16e7c785d81ee, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_cpt_taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_cpt_taxonomy.php', 0, 0xf39d1cd21db3198bdd1fe88d5598d153, 0xf39d1cd21db3198bdd1fe88d5598d153, 0x7d1da9170607f4558171305add443bcf03c970bc36dc83956291d1c1bb95f7fe, '', 0, '?'),
(0xbeb8e2a7038eaf2443dbbaac326b2037, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0x18c8727a9457cf6d1f382b4cb394979f, 0x3cbcb2a3a77962e2e8d6c58afd0906c8add29263b358fdff98db9fd81a0c7f34, '', 0, '?'),
(0xbebe7899abfdd66d590d3d91ecce5039, 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/logo-a-2x.png', 1, 0x00000000000000000000000000000000, 0x771e19dc4a5a3eb5d1d4d304c3108999, 0x980b4a837ab5857b01b0b04da2190fbb0d52ffe680ae6c42410da755b49fc2a8, '', 0, '?'),
(0xbec0bc15ba1eb51324cc4932aaebdd1b, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php', 0, 0xbe426c0cc496ffff898360d240384c44, 0xbe426c0cc496ffff898360d240384c44, 0x8b154d630a70aabd15ad93441315aede39d8f66c6e7f498422834126c8176bb1, '', 0, '?'),
(0xbec1fff365189c95293f0283a072ddd4, 'wp-content/plugins/wp-rocket/languages/rocket-ms.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ms.po', 0, 0xdf0344013c7625656c95fe5834367009, 0xdf0344013c7625656c95fe5834367009, 0x21434735861d02efee5cbaa2610fd0d38532fd7a7167657f8d50f8c0c24c2685, '', 0, '?'),
(0xbec2d3dbe4e33ac280e6050bf9f5094d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2_no_content.php', 0, 0xd39e5321a777404f38ee7633a1d96848, 0xd39e5321a777404f38ee7633a1d96848, 0x61f340f2e643036686100dc9f27a53e710e7a9536e3b2c22c7b2359459d51b55, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbec3b7db12413070633efcae552ee420, 'wp-content/plugins/td-cloud-library/tdb_version_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/tdb_version_check.php', 0, 0x20c3c71d69eb5bf54357ec47586c641e, 0x20c3c71d69eb5bf54357ec47586c641e, 0xc7c2667702c60f3013a4fe12933b557fd410f65d2150605d00359430bebf7f26, '', 0, '?'),
(0xbec5880c621bad9a65c0b26dc16fc1de, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', 1, 0x00000000000000000000000000000000, 0x5cb63dd5bc51aa43de4c4b2603698fb2, 0xb0acdae7a87df8cdcbb97424adc829c3caa6bb9250f114fc31c08f7edc80fad9, '', 0, '?'),
(0xbeccd64374f5da4958727885a03bedbf, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-7.php', 0, 0xd15244da66c034353a64ca1f30c40d27, 0xd15244da66c034353a64ca1f30c40d27, 0x403313f56294d541c6a95acc5adbdf5f0ac065bfb7050b3a324554efc50009a1, '', 0, '?'),
(0xbecd7ce89a56bbd3b93ba36472100627, 'wp-content/updraft/backup_2025-07-27-0332___90_a8a1b3319d16-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-27-0332___90_a8a1b3319d16-db.gz', 0, 0xb15a36b449399fc952c5bc436685ea9b, 0xb15a36b449399fc952c5bc436685ea9b, 0x0623e3e130370a5e16fcb2963172b64a9824a6da96c18cd86abe89274f0de41d, '', 0, '?'),
(0xbedd55aa394db96ee20f60bb81ef4414, 'wp-content/updraft/backup_2025-08-12-0328___90_d25494bfeccb-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-12-0328___90_d25494bfeccb-db.gz', 0, 0x2b2b203b1d058ab6f93fe1f349150e7c, 0x2b2b203b1d058ab6f93fe1f349150e7c, 0x0693bee0daa423013742643222100fd6496d4325d4241cab289525791f2b4d6e, '', 0, '?'),
(0xbede51d8ca7b428496dfee457500f546, 'wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php', 1, 0x00000000000000000000000000000000, 0x865486b3069177279808874a4aa7ac78, 0xccc6f56e2cebb8644d005ac19373a497c8a76669b8a08777e0decfe274469545, '', 0, '?'),
(0xbee05f6b4183207e74ae191157f818a1, 'wp-content/plugins/amp/src/Component/Carousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Component/Carousel.php', 1, 0x00000000000000000000000000000000, 0xeeb2a29aeb4b5dcb7e7a9de9a3418ea9, 0x8af3c98eafd085c33e68cbdd6b31bbb908f022365259824a6b872dad50a68c5a, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0x4c737fb8ba2ce8bcd4544f32fcf84eb3, 0xdb108532a27c5efe736e3d29c412e5c44d7bc4e828da5ba6b373e6ad4c51d8c0, '', 0, '?'),
(0xbee8fd82da2ee5005b7596f7bfa29a1f, 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 1, 0x00000000000000000000000000000000, 0x1ff7d0e2135c59ac6e68512a66c56119, 0xbf56a7fb6ac3f79479e190b07c1969a882620678eaf6ac753d78db1fcfe7d14f, '', 0, '?'),
(0xbeeb343663c8e4165ac21db9f4d2d614, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', 0, 0x0cfdfa8d81e5b22c24c96ae7014213c0, 0x0cfdfa8d81e5b22c24c96ae7014213c0, 0x0fca83fef4eebe1184b13ee0374b4fbcdf7dab228a4897c91f7357c39c83a778, '', 0, '?'),
(0xbef2cfd6cf777da7182c7fd2d29809a1, 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', 1, 0x00000000000000000000000000000000, 0x67bb559ebbe527ba24bebde30fc24a0d, 0x071be7045e2b1934a74670e714353ffcacd8f27b385740c0b3f0d97579d811f3, '', 0, '?'),
(0xbefcef05437a03bce676c41ca91b9940, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php', 0, 0x51a3d7fb6f36eab66fcd240cdd0b3909, 0x51a3d7fb6f36eab66fcd240cdd0b3909, 0xacc1117f31cc27cffbe0465e709e5842ce5eb5b0c1315abdaa7388d6436d1a11, '', 0, '?'),
(0xbefe27f70fd6618eb69b909da5fa305f, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx22.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx22.php', 0, 0xaaf70aed861b4300ab4097ba184aad6d, 0xaaf70aed861b4300ab4097ba184aad6d, 0xc6ac9de65eb269524060cdcd1f5ec58995927612d3424d7c0a46a961feec60c8, '', 0, '?'),
(0xbefff522dc9d7cf573cb38037fb6d638, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', 1, 0x00000000000000000000000000000000, 0xec1e5bb279c4048962f0bd72e57e8e73, 0xbbb9efe828ba2ca433cd56f12d0156e6122d1e221fd9f54f73e0cb9c8bb0a979, '', 0, '?'),
(0xbf00243d5433271bf7fe54a8cff13738, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_panel_settings.txt', 0, 0x414dbc8ad758bcbf29dfd63689472afb, 0x414dbc8ad758bcbf29dfd63689472afb, 0x13c0712fd72eb9665a16967a676b8770a2cec1223c116ce1dd667a72019dc52b, '', 0, '?'),
(0xbf0139dac4720b29ee545c8e6ad922c1, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', 0, 0x7cde47e8dff288a020eb2dff410473df, 0x7cde47e8dff288a020eb2dff410473df, 0x6b9e99929b65aac2207630eeef519137e714ca5d3c09991ff420659f82c7a4aa, '', 0, '?'),
(0xbf01bd2c80a75a8cc60acf4bb8ae8d28, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', 1, 0x00000000000000000000000000000000, 0xd4c1feefee64b854cc9a0c01e39bfa64, 0x25d2d25571e812b77acf8d346bb73431d88a62e97f7444808d1212aa468679d2, '', 0, '?'),
(0xbf0427892d7a05e115f43cc777877ab8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_panel_settings.txt', 0, 0xe90317902c9b9696b3d3025806199c9b, 0xe90317902c9b9696b3d3025806199c9b, 0x8ce95e99635fadca3159c11565f601784f7a8bfba39fafbc6f7967f23af498e3, '', 0, '?'),
(0xbf0dc5ddfa4baf78962844169c8bb307, 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-shortcodes.php', 1, 0x00000000000000000000000000000000, 0xff30eaf10177e6d236697fc527f4a99f, 0x27b9bb5946ab33b1c2b6c4c0a93e1aa73677fb59fc4a4b98dddd74e49e77071f, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/editor.js', 1, 0x00000000000000000000000000000000, 0x31af48ca1a8f48ac61725d50c77934d4, 0x41d1de0745d638fae5d038ed05fcc87c3ff63d0013bf025175b5575c9f22f48b, '', 0, '?'),
(0xbf16817dcd4aa8d48d261a71b65ac7dd, 'wp-content/plugins/elementor/modules/library/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/module.php', 1, 0x00000000000000000000000000000000, 0x204a9445a123dd1fe2d79551fd5466a1, 0x1613b89a657ae339a333d885d7d6030e489bde1743f63ab260c291f59fe50904, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x9c98381adf8140200dc17cffc99b5b64, 0x8fb64fb2c8866d7ec0bc9a159167c6b75e391636cfe87d3e7cccad2fc55deada, '', 0, '?'),
(0xbf24c7d6e47e51dd1d1743e6435ba60c, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 0, 0x94f4d06525b6d886a1026bbe4ba3e1c3, 0x94f4d06525b6d886a1026bbe4ba3e1c3, 0x357d9ed3f603e69b6f16a18ad61d23ab5d25d0fb34cb399a0cc36c5f08269e54, '', 0, '?'),
(0xbf287b8b112c2a8e71371894254228f9, 'wp-content/plugins/updraftplus/images/addons-images/lockadmin.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/lockadmin.png', 1, 0x00000000000000000000000000000000, 0x8fdf04f898d0770db0e79db393c8d075, 0x6ea6a9f04fdbc01235bf637f8b8efbf2219c8f48ac9290aba16dc549671a1c3c, '', 0, '?'),
(0xbf2b227cdc4f55d3c3fd64aa8e35bba2, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php', 0, 0xbdc8b0366df6506aa425ca4ad38d7a58, 0xbdc8b0366df6506aa425ca4ad38d7a58, 0x76c118c04581087346abc58c835ed08062b75dfe55c69b0d85d05e0dd282517d, '', 0, '?'),
(0xbf2d163506b488cda18fc29ccd3c27a1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', 1, 0x00000000000000000000000000000000, 0xcd4b526d27e5c9e6031fa718fe01c715, 0xc01cf5b45927d7f6e6a9e1282ecf59f23c1b521cff2e740eddee089b334c8713, '', 0, '?'),
(0xbf2d5cbf64c1a3ca1baac716a2f75924, 'wp-content/languages/fa_IR-a25d1cc7bf7ca0b4e114f6bea64943f4.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-a25d1cc7bf7ca0b4e114f6bea64943f4.json', 0, 0x4e0be8ebb377db0ffd88af3aadda007f, 0x4e0be8ebb377db0ffd88af3aadda007f, 0xa317823aeeed1bdd7fb37d9bcb84f0a6b37c4e8669c9722a2a51bd2bf0a2909a, '', 0, '?'),
(0xbf2fbd994aa8c115565869725c59c1a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', 1, 0x00000000000000000000000000000000, 0xa2a5b553c7c9e00e456da501a58d32d8, 0xbfa103b7f3c569de6fcc6cf6b31d4c99c6a057107c4b02fc760a5c596950cb5c, '', 0, '?'),
(0xbf31be4558c14287b9c963106a8b533c, 'wp-content/plugins/wordfence/css/license/care-global.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/care-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x119c6b4bb72ed2c7b4ac551e0fa6cd5e, 0x32f2c6b298767b225302dbf33dabab5e21dafeab573a432c4f4a95653ac93907, '', 0, '?'),
(0xbf342a0e366bb25c2c99da599768e576, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', 1, 0x00000000000000000000000000000000, 0x23c135b76d0e3760592c6fa0bcc2be76, 0x0cb81ec7936ce3bf00c8eca14572c9bf53ae29624a6b781193ad8d16f022a86e, '', 0, '?'),
(0xbf345502fb7851382e83fe434e451abf, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/location.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/location.webp', 0, 0xc8dda29f86b03fb43bd74a95026baa03, 0xc8dda29f86b03fb43bd74a95026baa03, 0xcc42f0ecc5ac75b226626b3b1fb4615365cdb11dd4810164379b27103068234a, '', 0, '?'),
(0xbf365cbe63c113ded0ff4795fa833344, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-multi.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-multi.png', 0, 0xc511e5fd4503e62baf02eef174cdeb29, 0xc511e5fd4503e62baf02eef174cdeb29, 0x5f17b98458fed435bbddbca5c4847cf0e4ea65b2a9c2c23b17f998073558725c, '', 0, '?'),
(0xbf36fe84a93d97eef4e45b708b2a660f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_7.php', 0, 0x770be31f289eda9419d99afc8ecd7bec, 0x770be31f289eda9419d99afc8ecd7bec, 0xe8389adae19166dccd8d8f7fd289bab6dcd09ed2c38f9ceefb03ad5c57a45a90, '', 0, '?'),
(0xbf382ee0989aff6319e5ab18badf2cd7, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.js', 1, 0x00000000000000000000000000000000, 0x1f54ae03c1e35953081daba0d24b4c43, 0x16fd6d915510b57b0c71a4bb74535001591d2b8092362c3a928d09441609018f, '', 0, '?'),
(0xbf38c9299c7034d5c27b96ec6192877b, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php', 0, 0x13b384be85209efeb1cf000b179162f9, 0x13b384be85209efeb1cf000b179162f9, 0x951aea04c93b302f4a21bf21b5b5f60212f8caf9a09f7fa8fe56e22d7951bf39, '', 0, '?'),
(0xbf3ab5b44b3cd72a212e1641d06bbec3, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social5.php', 0, 0x2470de306d97a913eaca0e89ce845e41, 0x2470de306d97a913eaca0e89ce845e41, 0x92ff2457b7cdb4f27779fe49ae01766b3d8141372a270b3824ceb90ae4e6292a, '', 0, '?'),
(0xbf3c1d0024e9b00dd683c927284f6bdc, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 1, 0x00000000000000000000000000000000, 0xec49d073e31db50181d8d5851f864044, 0x7d3868253f1ec37ce4dbdb7ce4428982a5693414f75f1a60ee0d3728d16d4e4b, '', 0, '?'),
(0xbf407598929e4f5e59809207ee7c869e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_1.php', 0, 0xfacfa991341fa6423d7053006f401c61, 0xfacfa991341fa6423d7053006f401c61, 0x0557b3453d0a08ca6b117ca9be469dad3b7b16d882eca74b24958d35c0a51b50, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x08d10bad8793997a1ee07e2603296abc, 0xce36938a24c31fcb06fb899d8b7ffcfb9420963f674332c7855300372ae7988b, '', 0, '?'),
(0xbf4529b0ceea86e8ec6776e956c62811, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_5.php', 0, 0x1f9a62f5bf6b8baebad9621c82cbd249, 0x1f9a62f5bf6b8baebad9621c82cbd249, 0x708790f5b3a8da70f8525287dc957f57beb1477c0b1a655cbd3edb290d20e8c2, '', 0, '?'),
(0xbf4dc091cbcfee86536042d8b274154c, 'wp-content/updraft/plugins-old/updraftplus/images/googlecloud.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/googlecloud.png', 0, 0xca4166004c209cc601dee47f885826d5, 0xca4166004c209cc601dee47f885826d5, 0x8930457ae342caa37f5a3c95f0f6ba84ed4b4c3806047560dbb64a158a1fe96f, '', 0, '?'),
(0xbf5104bbabb35bf2908abe54b8cd6ac3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import.php', 0, 0x88c5491f513c7b39a833a21452ca9b59, 0x88c5491f513c7b39a833a21452ca9b59, 0x0c74935a40a7bc71d3b86f5afb5cc4496914bfee2010aa5517389587be8b826e, '', 0, '?'),
(0xbf5377658caf9e8eb39cedf7ee9c2d02, 'wp-content/plugins/elementor/assets/css/responsive-bar.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.css', 1, 0x00000000000000000000000000000000, 0xf4d7e16651585af02c37b1ac6fd10ca7, 0xdd2ba293eb5b16cbea40913d644015c07a26ab3a8bc2e3a644260ff1f09f6562, '', 0, '?'),
(0xbf5c76da75f30ed3323870e63e7326ec, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', 1, 0x00000000000000000000000000000000, 0x358706770cf42b16118245e8f9b78029, 0xe77f9040d27b553d041f4fe0c9adb18f681a965c499506689cefbc5093e30b19, '', 0, '?'),
(0xbf6a80b370d778b7412afa627e6548f6, 'wp-content/updraft/plugins-old/updraftplus/images/azure.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/azure.png', 0, 0x35c6d6b1e784f8947867b5959c065988, 0x35c6d6b1e784f8947867b5959c065988, 0x129f149c985997530c7e385fb11a82497c985fc014350218b1f2283613e0baa1, '', 0, '?'),
(0xbf6c73eb12d00de96e55dd2a2042b654, 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x18ace78efc82d886441fc093ef15c455, 0x1b0cd00af20e3dc4fd42686604f17d02cc4e2b4d4a84488ee06959ed2909fa04, '', 0, '?'),
(0xbf6e2fcea17ee95a78b07eea0104368b, 'wp-content/plugins/updraftplus/includes/Google/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Client.php', 1, 0x00000000000000000000000000000000, 0x6321eeb36f9ac2d4919dfb89885d04b9, 0xd280b8ffd37f9ba550cf30e7e5b328346c52287ccba620001c3a01c5e04634ce, '', 0, '?'),
(0xbf6f16c658af7b3b15a30a192092e972, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php', 0, 0xd50930c98ea0d2be16501ec0c820204a, 0xd50930c98ea0d2be16501ec0c820204a, 0xc9c7d0620a7d18791ca85649691eb5b2ecf44dc06acf81fef7490e57dbe70496, '', 0, '?'),
(0xbf6f867d6983d15610d89ac3636e8276, 'wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/poster.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/poster.jpg', 1, 0x00000000000000000000000000000000, 0xef97d4550f95886f55e79338596dd05a, 0x3ef61e13a5bc667429cc3cff5fa9449ab06fa0b82909659cea5848a09d8e8453, '', 0, '?'),
(0xbf736c898f07aea51526d136df6bcd30, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.woff', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.woff', 0, 0x651fd121c6bdf1fcb0874c87f28a7455, 0x651fd121c6bdf1fcb0874c87f28a7455, 0x8031d9a5a7d88fe90409a955d775078b8f9d579ececf1aea5f15f39448210e48, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x12c0320d39c7f9716d357d585205fed7, 0xb6aec6d7a6d3a47d09cf6f2cdb393ac44d06ba3a8487793168847d8928294b5e, '', 0, '?'),
(0xbf7b6f35fedc9b2fcc0806e35307c12f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2_no_content.php', 0, 0x8838aa417fa05997fd1f273c877a3fef, 0x8838aa417fa05997fd1f273c877a3fef, 0x9e561160471a54538154a8e415d85b29a3d1fe5596a827398e9e4d8ffe47a3b2, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0xfc14180efd3213fa6c4e0ebfabe99356, 0x74acb129da09a4d0883734abf1af14ef4138c3c3736bd0ea65649f3b06616612, '', 0, '?'),
(0xbf7f26dd10d41eff86c14aaf9d1546c2, 'wp-content/plugins/elementor/core/utils/assets-config-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/assets-config-provider.php', 1, 0x00000000000000000000000000000000, 0x54bcd5c9f19b449de6d34f11f26fae20, 0x34aebcb47fdf5162526434603fac17100f5cc769218670f6a2c0c1309c2054b0, '', 0, '?'),
(0xbf947eadfad2b0ab0160838e353eefc5, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Cache.php', 0, 0x38508304c3fc6e4df2ad03e9f1f15eb6, 0x38508304c3fc6e4df2ad03e9f1f15eb6, 0x5eb9e6d51a36f53cd328f344073cacf10a9c9c814b73f00aa6f4f8159ddf5d6b, '', 0, '?'),
(0xbf974734c94408977239677bdbedaf5a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1_no_content.php', 0, 0xeb3c0bcec1d8d0c89ae42985bbd60ead, 0xeb3c0bcec1d8d0c89ae42985bbd60ead, 0xa8aedd1efa4829a07d5819d6b2f2635b1da74bf5af1e8f230e87cca947b225a0, '', 0, '?'),
(0xbf9774a340bd8bca5c1a88c4eb046050, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', 1, 0x00000000000000000000000000000000, 0x1199b4960251cd1f6999377d35012daf, 0x2def9910bc90ec343ec165a03a08004f177b35634e7aa1e76db3d29b27398ae5, '', 0, '?'),
(0xbf98b873a2a2f417dc19e7efe8c57620, 'wp-includes/blocks/social-links/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/block.json', 1, 0x00000000000000000000000000000000, 0x4beb1727b479967e03a518eff7aa6e7f, 0x7773af8c5cbf26aa9dde093d98c9fa6a3177db04cf8f1e0c21010b94e1d4d560, '', 0, '?'),
(0xbf992a805b02d88d556f6c4615fe5e97, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-n.png', 0, 0x17a54f34d9cdd9072b0b9c42f28a0458, 0x17a54f34d9cdd9072b0b9c42f28a0458, 0x098ef10b005c3a39df1252397227d18af35161c807e9371d7b1f40a0e9ca12f7, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x78ee1c562b879966810cc50a2a8ec7c2, 0x739c643c73aaf38f3419552c41031d5510b12105ddbf10820500ad8059000304, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x5019624f50b503784fa5727337a9b532, 0x81230cb4f23b0c77b43104a381b02ea5cb42d5c6f0339513665f183bcf5066f7, '', 0, '?'),
(0xbf9a08d3291dc19315259976c9d349f8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php', 1, 0x00000000000000000000000000000000, 0xebf49262ae29588066b17559cfc0f073, 0x2f9170514acde994837e189c53f6b81cf460e778e1f9a86c2a6278665a8812e4, '', 0, '?'),
(0xbf9b8c9c279bc0674ebd0511bb548562, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0xbf9fbe3c7e6bdde147522bc07138cdb6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5.php', 0, 0xeac382d4f274af34cf729bdd47c07376, 0xeac382d4f274af34cf729bdd47c07376, 0x97ebe3ac74c3163490d47e2c5d0e5d3c7da3f853c257c485f66c6461c95c827d, '', 0, '?'),
(0xbfa449de1b67e4ba75131fb0f5f99033, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 0, 0xcbeb1866fee5662d1fd0448feb7e2912, 0xcbeb1866fee5662d1fd0448feb7e2912, 0x9401e996c28964c2067d999e181aa962082f80837db4be5b3c33cf68974a9789, '', 0, '?'),
(0xbfa6a4c8945dde33ae91e331b2c4091b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_3.php', 0, 0x122ccbc1334496d22fcfb6f67d227a01, 0x122ccbc1334496d22fcfb6f67d227a01, 0x335571216bcdc0cdfa69399ee46dee43c8fdaec12d886fa152604dfcbddd4e65, '', 0, '?'),
(0xbfa802782711ee25e01480e03ab63eb7, 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.eot', 0, 0x47151e87c5a8666791a91007de4962da, 0x47151e87c5a8666791a91007de4962da, 0x86b4bd47c5c01e54e158597d67b01df1f7bb66f64f54bfa31ebe0824db77f804, '', 0, '?'),
(0xbfaa374657e0d16d217797b516535a3d, 'wp-includes/blocks/video/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme.css', 1, 0x00000000000000000000000000000000, 0xf00cac293e070f9248f6683f37154605, 0x33c2e199bcb03c48b7743f3ebf194eb24f1f1575ce8ac08f9245670487dd8e4a, '', 0, '?'),
(0xbfadb9fc94b42e22c2b957ede3bdef50, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 0, 0xc2df45825e1aa611e4b8e1da0ce66226, 0xc2df45825e1aa611e4b8e1da0ce66226, 0xf3631d0ad2f8c564db5b62f13a4fa8dce83b4612ff3bfc409df5b70f5371ab42, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0xe950026967cc37a5cbc514275f4c9f4f, 0x8b6c27adf3d37f09d3c0c87eb73535226ccd0f046a97e67c411922b41ed43205, '', 0, '?'),
(0xbfb823c53353f3e96dd1399e86735883, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_1.php', 0, 0x10fb141a79091d67ba5b227979e7c581, 0x10fb141a79091d67ba5b227979e7c581, 0x330bc72b58b98a840f01b1ac87c43110a1f852c3a6260a3b74474c183d2373c1, '', 0, '?'),
(0xbfbcb1803f43c6c35edef547eed9d0b2, 'wp-content/plugins/updraftplus/images/addons-images/multisite.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/multisite.png', 1, 0x00000000000000000000000000000000, 0x6ab6f4a5ffc600df3b3e3b884a48a92d, 0x5a118448399e9c07c1d42b0ef9b7069f647657cec5d52c1ea8e431c246afec4b, '', 0, '?'),
(0xbfc139aff8633a8d1926a8a476176089, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-pricing-table.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-pricing-table.php', 0, 0xfd781e897e6f2f26dbcbc6a473513afd, 0xfd781e897e6f2f26dbcbc6a473513afd, 0xaf4a7088638937d2e2d9b072b2d7434e3ccda965f6e21b7f091ded192f87d143, '', 0, '?'),
(0xbfc286ed170c8abd0e85dd8a17e92c0c, 'wp-content/plugins/elementor/core/admin/notices/base-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php', 1, 0x00000000000000000000000000000000, 0x4c6093f734cfae2d643f37c7f5fe7fc3, 0xc32152711d0485840d09d504d4f5343e06c3bfab54f30dde2221446958e8e729, '', 0, '?'),
(0xbfc42f3f0d9968aaeb67f93b452654f9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 1, 0x00000000000000000000000000000000, 0x7ebcfc53353ebe2c6f562ecfa16c65cf, 0xa1012ed1a99122e972ab9ba546c33bbfff03ec0faacd569a109ffbda9e44de15, '', 0, '?'),
(0xbfc9470a735809b5796c533d3a50d32a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', 1, 0x00000000000000000000000000000000, 0xcab0680cc1b2589c6101658063dfc633, 0x8bf1b2105696f7a2297511a6afed161fbbcff9c1f63ce9b08a5384da8ded8705, '', 0, '?'),
(0xbfd18c708c7ff023fadce7dc6f003400, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css', 1, 0x00000000000000000000000000000000, 0x73e3728aa233fb9df525d71217321a25, 0x7255fcd7030c8feba32ab27397dafded86db700a2494fc2890b3da6247506496, '', 0, '?'),
(0xbfd509dfa02142561962cacbcf1f1a8c, 'wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css', 0, 0x174f0c5acf315da8fbfa7a05ca174fd1, 0x174f0c5acf315da8fbfa7a05ca174fd1, 0x330e405ffd96011003b2a7ff7efe3199698bf74f8cb0150dfc1290f29f9ddf26, '', 0, '?'),
(0xbfd706188a1a0947cfd981a8bf7c31c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_5.php', 0, 0xdd6fc01142444f386601b66df01c051b, 0xdd6fc01142444f386601b66df01c051b, 0xbbfe2ee2aae3993975edf671941e7c7701e815109658598b12e2c4e657978f10, '', 0, '?'),
(0xbfd726846521d9448f89ad26bbd1fba5, 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js', 0, 0xb906c7b5d31efde9c615de31cf4c089c, 0xb906c7b5d31efde9c615de31cf4c089c, 0x8dfcde0ec3f8c2d3a6c9c261ee387e7b1b1052794523b4874e21eca0b532ae7f, '', 0, '?'),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', '/home/abt90iranbet/public_html/wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x2ee6969a618871d8dd93cfa09da9be8e, 0x124229484a02a2acaba5da90f252a87073d020ddf898bfa91d092b2738166b5f, '', 0, '?'),
(0xbfe5fdb4497cc0bab5ba1172d3235b07, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_panel_settings.txt', 0, 0xe5727535e0a828a892e96d918c74e8b9, 0xe5727535e0a828a892e96d918c74e8b9, 0xc7324ff40339bc1ab1fe6bc241b4aa766dc256b673a17d21ce444ba546d800b2, '', 0, '?'),
(0xbfe8fcb4e57d0e48700f2b93d255da82, 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 1, 0x00000000000000000000000000000000, 0xe6b9f272db67de6ae3abfcdcf108b7fd, 0x7d324542e9477299100e2b2d7984359919b16ab6e2a3e605367e2b82d69a28b9, '', 0, '?'),
(0xbfea61968ecbcc6ca5d261f611a717ea, 'wp-content/languages/fa_IR-a2796e57f680e25d84c4b352ee6d7280.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-a2796e57f680e25d84c4b352ee6d7280.json', 0, 0x22717a7c0d257f4f27a38f16f69300da, 0x22717a7c0d257f4f27a38f16f69300da, 0x714ad227be7feb0054dd6c8e00264631ca44b652c7f3b52a20e786d4ad625d1d, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0xbfedeca8195b4c8f59ee43943291ee94, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-20.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-20.png', 0, 0x69af958682787a5c9d17413a1f2066a8, 0x69af958682787a5c9d17413a1f2066a8, 0xc60242054095a2ebd1ba973f50d71c0caa101beea7c0a5acb5b8a2c02de4fffe, '', 0, '?'),
(0xbffe9e548afa98d85828a5d246cfe246, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu_back.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu_back.php', 0, 0xf58112b7e06de38de110033481c8ecda, 0xf58112b7e06de38de110033481c8ecda, 0xab5da987bcce00df70748ca3480cd6cd50a436943995ba142d319546ae8fe252, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', '/home/abt90iranbet/public_html/wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x59221ba3735114f80bffa606a811d871, 0x98f5a4985a94a4eae2df20329d8ad3aba0e576095b0f29c23a23852187f8aff3, '', 0, '?'),
(0xc00cbe782d4d8098dc2df64ea7f79172, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 1, 0x00000000000000000000000000000000, 0x9309839bb3892d6e429009cb8c29fb75, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0xc00e6ee81af3d23ca11fc021367ea5ce, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_styles.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_styles.css', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0xa9a3d8a654e1d0aca9d48463ec2fa5f4, 0x544ab60c29821f2c38e371b240a966cc3c44da9b94d60d78ddc80ee517c44689, '', 0, '?'),
(0xc016d3fd63926a64997d95dca61b7091, 'wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css.gz', 0, 0xc6a0f259abd665e8c5e183661f1ca415, 0xc6a0f259abd665e8c5e183661f1ca415, 0x1540e801849e44c9e9ba653db00f6a16833a02b1684c75224153bea8933f7fe5, '', 0, '?'),
(0xc01d5008dafd83f07927c494a12d8696, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_13.php', 0, 0xfa48c1ef63567e6c631a7257c735ff5c, 0xfa48c1ef63567e6c631a7257c735ff5c, 0x3e146c4d2a488a53653344ab8321498482a38a3dcbcd1cd7acff212dff25b066, '', 0, '?'),
(0xc01d9de4df09518ede21940f53d4afe3, 'wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php', 1, 0x00000000000000000000000000000000, 0x53563f51982b2d1dcebb986c91fe73dd, 0xc71becc122d41004ff640572f78bffd0515272172ea6488ab8854bc9a508ec45, '', 0, '?'),
(0xc02a3648ba200a91d547176511d02d79, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', 1, 0x00000000000000000000000000000000, 0x1402a2482ee8a3e28c9aa12f4a7e3371, 0xa75225d6e7eec58c69d12276deed9802c0e88a43bee33b829f9b19550abac916, '', 0, '?'),
(0xc02b7eeffa3687824b99919397bf6b93, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-7.png', 0, 0xd16eeefc2cf3561f9ddfddbe5d8fda04, 0xd16eeefc2cf3561f9ddfddbe5d8fda04, 0x093b84cca07c7a3622599059a02c3c231ddfd6e96345636e49c66b395045a330, '', 0, '?'),
(0xc02fe0fe7df802007ae436a429d5b370, 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2', 1, 0x00000000000000000000000000000000, 0x47df94ec1fef97419cc7e78042fc5ca8, 0xe38b60475322c59c2847bc751a09c2730691451fc8e6b5ff1391f0a8507c8ce3, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-video-widget.js', 1, 0x00000000000000000000000000000000, 0xccda3ae7dca5f3ce647c51f953f36eda, 0x85ca523b54849b7768a904e66d5ecaffb2e9f2e0bde49cbafcd94b05f14cc041, '', 0, '?'),
(0xc0376548eacbea66b2270de9b6ef2d55, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php', 1, 0x00000000000000000000000000000000, 0x0da88ffd5c2dbf2485b15a456da78401, 0x8366928fd35ca03a24e31e2a9e3a086bef4b075bca45e8fcc2c611b710997164, '', 0, '?'),
(0xc038ef5aef79174e68a99b232500722a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x01614383aaa62a22d7458648538c9ab4, 0x39fb3bed339384382023d411adb465d6598fba22771bcdca4b3f239afdb74811, '', 0, '?'),
(0xc03a7431cea7d8254ebbb46562118ebc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x060fbef5db561fd84f93a8cfefa3b0e5, 0xe92e1e2590f22b1572b93d93d3200e9e7fe4fcffd443c5e1104e236ce16c229f, '', 0, '?'),
(0xc03abb7ab9ddb3fe65a7aa1d4cd3d1a4, 'wp-content/themes/twentytwentyfive/assets/css/editor-style.css', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/css/editor-style.css', 1, 0x00000000000000000000000000000000, 0x313e5f71753f03ea8ff853a3702a3519, 0x74582dca9f226020bcb730c5b30901011b8f9d89bba99b85118e549dde352651, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, 0x00000000000000000000000000000000, 0x4e1501bd5686b3c20918af0639e74ab7, 0xd683e1cf686266f58f1823e6f0d08287da4f4518e9ed5201dde2febf9e39480d, '', 0, '?'),
(0xc045c041ad371edeb40d54a4a77465ed, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php', 0, 0x4e8d1b44fa99d9aa54b6bd4260a8d5d5, 0x4e8d1b44fa99d9aa54b6bd4260a8d5d5, 0x3f383705e0f18e335f6d6922107963cc5e52417e3a1584197f10a0637d352577, '', 0, '?'),
(0xc048777f1bcf9e8dcabf6b23fedcfa46, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tooltip.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tooltip.js', 0, 0xf60a1b2c44568ffeeccafb50fefa5033, 0xf60a1b2c44568ffeeccafb50fefa5033, 0xd17a94adc181566ad169e6d353c4c9316cbb6b011211cab449b05b5f4c74b079, '', 0, '?'),
(0xc04da7ebc761e82f9374bdce6001e75f, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_12.php', 0, 0xa4abf7f4aa4175f66450583f712bcb9e, 0xa4abf7f4aa4175f66450583f712bcb9e, 0x5fde2257079bff28caeb7c8004ccb97d026812d5b76744252d1cbc14c6a374b1, '', 0, '?'),
(0xc04db92f3ce650f4df8de7662e16a4f0, 'wp-includes/js/jquery/ui/effect-bounce.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-bounce.js', 1, 0x00000000000000000000000000000000, 0x800cd17ff58e62df0fa9be9f7b6f237b, 0x7682cb54e5c4326e3e605f3b3586b610b9ce3e0003e525059f5e9a08ece7f30f, '', 0, '?'),
(0xc050c22be9315021b7f156b90efed434, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc054288154f9f576c1b46564c82466b9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 1, 0x00000000000000000000000000000000, 0x311e8493890019950621c186e5c507ab, 0x6aa5a3d20966bd0e0327eed067482245dc78951bcb32c9627e14e946f05c6534, '', 0, '?'),
(0xc05654ae99326503e377ce67df8b7538, 'wp-includes/js/jquery/ui/button.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/button.js', 1, 0x00000000000000000000000000000000, 0x28d6319c3a6188d3f13f716aa78a4008, 0xf8546d85ef2209596a15b7db12c5e1ff259e05dd9a4de7f9162752613e38f2e7, '', 0, '?'),
(0xc057861964d0bc9aa40503de072483d5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php', 0, 0xc6f896a434760c7b7d0d67f719ea0b55, 0xc6f896a434760c7b7d0d67f719ea0b55, 0x7ea40c65c629de8917f43f46a2cac7b167036ea7998192e89a411984093999fe, '', 0, '?'),
(0xc060de7409d7c5b261ab90bfcea00c7e, 'wp-content/plugins/shortcodes-ultimate/admin/partials/help/addons.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help/addons.php', 1, 0x00000000000000000000000000000000, 0xcb4d0a8cb1a83070dd4b9e904b0b99aa, 0x32ede27e2396671263fb53477418d8c19d564103d9308843698cec2e7d6479df, '', 0, '?'),
(0xc060ec3c4cab154375cd540658935d0d, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md', 1, 0x00000000000000000000000000000000, 0x280193e7acc99cbd28d43ebacd2fd641, 0x94eada231529b5ca1e932868d35d4f823efa7d6fa561092b045e7e08c3251943, '', 0, '?'),
(0xc066d4968422444b47ad1077dba23ee2, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php', 0, 0x9db75f7edeb6c7b347733fb6d57042d6, 0x9db75f7edeb6c7b347733fb6d57042d6, 0xb39f5f3bcd4580a3d0f07f6665ba442c43d1076beaaeeb8426cef186a2d75422, '', 0, '?'),
(0xc0688fcb95cdc88cf8f9003fbd30feb1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', 0, 0xb9f1ce19f113f4d5b5886b04219b26c6, 0xb9f1ce19f113f4d5b5886b04219b26c6, 0xe2b189028ceb0cf313fbedc2a40707df09d641898d979467cf9a52582dbee000, '', 0, '?'),
(0xc06d6a288645812949a61a5b7a1a4b14, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.po', 0, 0x14af8b834ced8358b6c1b8558e55a3fd, 0x14af8b834ced8358b6c1b8558e55a3fd, 0x8105559f0f926befcafc3634967325862db63197444224d22b0615c50cf9ecad, '', 0, '?'),
(0xc06f0041c4e107e3459f039376652f18, 'wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js', 1, 0x00000000000000000000000000000000, 0x0f8ecd80321cdfe9e64a4ab42f56ebdf, 0xb3f194792c5e44f5aed3c680f44887a75446e646701a7311e3190c6d6084e373, '', 0, '?'),
(0xc06f65ef4231c64cdad359afc9318889, 'wp-content/plugins/shortcodes-ultimate/inc/core/assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/assets.php', 1, 0x00000000000000000000000000000000, 0xc100268b69e253674a162a53faaa7b4e, 0x139f6d7abaf70b5684f74f6507efbf0237971adcc16666004dc2b802f71ea2c9, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style.css', 1, 0x00000000000000000000000000000000, 0x46a57243217acccd96fc161963cf3738, 0xbf6bbc56ddf0b0560e28c56a4e0914b9269aca5cc9afbdd601a5f013f5be17d4, '', 0, '?'),
(0xc07c57fa3ec20a78caa7d87954017bcc, 'wp-content/plugins/elementor/core/settings/base/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/manager.php', 1, 0x00000000000000000000000000000000, 0xdce6d777d88502997bb41897a441a907, 0x430f7a0725cb9a357a32d92ed9fa428c9cc08f0c1686279f99d7c0e2bec2a7fc, '', 0, '?'),
(0xc07ca49c779954c1e20f02ff814ffa81, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php', 0, 0x7c76d0091855b7902bc7539c32d96b5e, 0x7c76d0091855b7902bc7539c32d96b5e, 0x20c17eb3e00c95cb1568dd191c9a0d2220052c99fb9ad450a0a9355eef1b8cc4, '', 0, '?'),
(0xc07ea18bdbe9d84b602e0d6ab9b63ea9, 'wp-content/updraft/backup_2025-06-23-0336___90_5dbc2394191d-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-23-0336___90_5dbc2394191d-db.gz', 0, 0xc47a674b9eac9555c5dfc4de4de2ddf9, 0xc47a674b9eac9555c5dfc4de4de2ddf9, 0x55d1aa8c512203afef75eca4e40f2b4e8d24132cc763d7e28f9e69fafbda0e6b, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x5655f636a4fd06111544c2f5c15d43d0, 0x57e65f110854de3ee6295270ff3e6ec87d506dd47ae498000ca3a23a73b163f7, '', 0, '?'),
(0xc084866a702d446c7c15d10bf7d5a1a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/demo_style.css', 0, 0xfdd18f5314b8015ddda2987e254fc8ba, 0xfdd18f5314b8015ddda2987e254fc8ba, 0xd24814de5b312348c13844a7158619d1e8068d19af8125b0ad6220b1355be8c1, '', 0, '?'),
(0xc08ba86082fb43c7375bfc7541c211eb, 'wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x182d5924ff0b528f008a83d1f5809d02, 0x4ea252c3ad32e1c6df488a68db264813583a62075d8bfd64ccb38afecf324fe5, '', 0, '?'),
(0xc08d573d9140cb47b5047c1c6210c24f, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/advanced-tools.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/advanced-tools.php', 0, 0xf612f3fda83da59774b79b4a3febeea9, 0xf612f3fda83da59774b79b4a3febeea9, 0x1f8edaddb6a6c001f1b06a81413172b63c73cbe97171d94e476937e6f21761c8, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0x728fde338a299e272a8fd7d725efe516, 0xf31833a505497cb2970437745d06aca89d23142300c7b5f63d827fb99129bf5c, '', 0, '?'),
(0xc08ecea4653b79cd5bf01cbe1939eb39, 'wp-includes/js/jquery/ui/checkboxradio.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/checkboxradio.js', 1, 0x00000000000000000000000000000000, 0x20976bc40482ee4e67278b60f60c73a6, 0x967bf6303f0bbff4eff5b8163bcbb46420abd4ac256ff36f8857bf692937a5cc, '', 0, '?'),
(0xc094a41d473aa7be29999b3a60864ee5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 0, 0x29ffe4f945e9e554514675e9b7e8dec0, 0x29ffe4f945e9e554514675e9b7e8dec0, 0x545427682e6b7b2646277600d4e51daee52f600070e963066966e135fc33ddff, '', 0, '?'),
(0xc09965063c754ecf106f4ca33bdeab6b, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/LineName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/LineName.php', 1, 0x00000000000000000000000000000000, 0x3b0627038b188dc3b829a7b710c1230b, 0x0e355c050a19b54408864efc30dfe3924914d4cbdd75b8a8d67a5968cff53dbf, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc09c58ef22c998929d9c633532653866, 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 1, 0x00000000000000000000000000000000, 0x8cbd719b617f5a3abd7d485011137e66, 0x5960375dcab8b7f47fa54ee7de82730d775fd10ce8f701d23aa604ea2dec22a3, '', 0, '?'),
(0xc09e1e55e88e35c0ae19e11094750fc6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 0, 0xb4d8c4cb8ca13a5ac8f3dbe3e4f7f42d, 0xb4d8c4cb8ca13a5ac8f3dbe3e4f7f42d, 0x62a5ba7fa117616c92ff727ad869511154fda7090ce3535ad19366934a6b93b1, '', 0, '?'),
(0xc0a503241e9e7d3b2fea83b27b3182f9, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 1, 0x00000000000000000000000000000000, 0xf53e7b4f7fe03cdc85eb1ef162ef31d3, 0x6f3894e99de425643da87f44812d6f806af0b6e4885304594a4b24a337a6c9c9, '', 0, '?'),
(0xc0a695121d6e006a871df2e5b61a77e4, 'wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0xb8089c223e9e187d359462af1a7719a3, 0xeff9315a9f5fe3148919a14a80386bbd99f10c6f9e0e25d03168d7540eb3001b, '', 0, '?'),
(0xc0a771b2dcfbb3d1c5810549779e579d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2_no_content.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc0abf6662ac16e9e59ae758b36ee80ce, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect.php', 1, 0x00000000000000000000000000000000, 0xb2e2dabf9998acc707c2eaba9a1f7108, 0xd4611e37b516cacda23ab2b88ceeecc68d2cdf255c3652e3185038133344290f, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', '/home/abt90iranbet/public_html/wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0xc0c2bb251d27cdeca739b5751ddf18b6, 'wp-content/updraft/backup_2025-05-25-0325___90_2cec0d42b36f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-25-0325___90_2cec0d42b36f-db.gz', 0, 0x764832d746adbadfe00d9fb3221cb157, 0x764832d746adbadfe00d9fb3221cb157, 0x531d49328c50e93886e9bfbd666f686afd9fed170a196a68a3e533f3f1335ba4, '', 0, '?'),
(0xc0c554197ba11fdf32981a1a97384546, 'wp-content/plugins/elementor/includes/controls/hover-animation.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php', 1, 0x00000000000000000000000000000000, 0x395952f44cdb221431cadddc8e180a08, 0x12cfbfa6923da8d8b5aaea750916af47b844cf521c7e7b42d93f75fea0f2219d, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0xc0c7d1a3029c7e1b9d066b0d510807eb, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 0, 0x322782f78a4f3d19fee4ad81f47a509d, 0x322782f78a4f3d19fee4ad81f47a509d, 0x688fdfb68770da1efb75bd4d64517fac0f4d3baa4bf7118fe10e0c16e99d54fa, '', 0, '?'),
(0xc0c8382f08f87b31a2912f1bfd0e4e90, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-term.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-term.php', 0, 0x985f85a00ee41a579040c4b27bd1ae2d, 0x985f85a00ee41a579040c4b27bd1ae2d, 0xadf3c373d449ada43a63dc78dba0a533bf1d4fbd5dae93c291c6c98ab225e4fe, '', 0, '?'),
(0xc0c981dd21a20843c08a1b7f83c8c23f, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', 1, 0x00000000000000000000000000000000, 0x1a9abbc9802f4315f8f4257b67f3302b, 0xeffc688df8d271c1c24032f1e91e5eeb7d77a80d92fe3297de13ff741fb7dcc7, '', 0, '?'),
(0xc0cc412e1879615516aa7689d4f9a475, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field.php', 0, 0x539423d5df84154129cc71e6378c1879, 0x539423d5df84154129cc71e6378c1879, 0x857b5c62218229a8b1b51b71416d21f024a295f49e81f04a3620fb634b52d7c4, '', 0, '?'),
(0xc0cf1ca192135046edee6dea3bc10828, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js', 1, 0x00000000000000000000000000000000, 0xf24976ff74c5a4f4d147dce4d4c92dc7, 0xc0c1475a929bb260ba30bae7acfff401af2ac14a8d0ffb4107da015db555eb51, '', 0, '?'),
(0xc0dc92100d0d3177351e87bd16377886, 'wp-content/plugins/elementor/includes/widgets/text-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php', 1, 0x00000000000000000000000000000000, 0x088106522c73fa311687394d00c850f3, 0x1f78ed4a7ef6209a23ea24f205eae42f3020b949565bb4f4e0dca025d267f776, '', 0, '?'),
(0xc0e23504d2a4e603875ae2b6eda7ccc9, 'wp-content/plugins/elementor/includes/settings/controls.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/controls.php', 1, 0x00000000000000000000000000000000, 0x9418a132330024d3552b81c94e5355a5, 0xd6af24bd00c897c967cedd434ef7e346c94595aadd1af13f7c4779bc7b652649, '', 0, '?'),
(0xc0e315dc79fdf06c80ca53ce697d6a46, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1_no_content.php', 0, 0xd02149272083bea5f9e2567ff3a125ca, 0xd02149272083bea5f9e2567ff3a125ca, 0xbeb1ec295cb2d61367cc702340e2a2de4f9c561cc986e9c2871abd4ec1679a01, '', 0, '?'),
(0xc0e6fc7e01b9fd975cf90b3fbfebe9cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', 1, 0x00000000000000000000000000000000, 0xe64e540c3a678a135b2dd1258760470d, 0xbd5ee0319dc4fab1c79695cb1b0cff51bdfe4d57a49463abc3c16f644901f84b, '', 0, '?'),
(0xc0e8bde158581c0adece148a744be50a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2.php', 0, 0x515b2a79def25c653b1ac54329c89528, 0x515b2a79def25c653b1ac54329c89528, 0xd323697782f985b3c0c36a7a648cfe6c56b93768872d71c494630d5014b7d6ab, '', 0, '?'),
(0xc0eb72738d8bf95b3500024fe9cf01f3, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css.map', 0, 0xb8089c223e9e187d359462af1a7719a3, 0xb8089c223e9e187d359462af1a7719a3, 0xeff9315a9f5fe3148919a14a80386bbd99f10c6f9e0e25d03168d7540eb3001b, '', 0, '?'),
(0xc0f9608bfdd58dba1be014967f892a52, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_import.php', 0, 0x4e211f0a555256fa5370f8da49d1da84, 0x4e211f0a555256fa5370f8da49d1da84, 0xe6f3c88da5cec0e8f177372bfc1a8a5b926a27ee1fbc543685d00bbc778d4ce5, '', 0, '?'),
(0xc0fb895be39ac3705883d11bde65451c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_2.php', 0, 0xbdcd1fde4fd00fb4afdaa5e46bc365a4, 0xbdcd1fde4fd00fb4afdaa5e46bc365a4, 0x741f57b9e503c3d9e8e65b4e8e400a10ec353cf503478fbeb7e07f35792afb7f, '', 0, '?'),
(0xc0fd0a353baa0980456200a8d08c71ef, 'wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php', 0, 0x8e57acb5237f0155be5f948bd46f93ce, 0x8e57acb5237f0155be5f948bd46f93ce, 0x451979d8797174f24b05c80b53a6a049c4e4c7813ff6a2ca0bf77af22fb1e73e, '', 0, '?'),
(0xc0fef3d6c5dfe21f03eabf19408d0d7a, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php', 0, 0x7ab34951ee88347f8e22dadcc3d931d0, 0x7ab34951ee88347f8e22dadcc3d931d0, 0xb61842263fdf9116804c61b84a59bda8d700bf67711be92e8f809a7527cec8a8, '', 0, '?'),
(0xc100f827e356268c4d8a6ad6175f8ce6, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', 0, 0x7a970474dedec2cbfb4b691ab7494157, 0x7a970474dedec2cbfb4b691ab7494157, 0x93c5af4328230deff88d28002799c18b110f5bce986db7af04ad3b78a3aceac3, '', 0, '?'),
(0xc1031304a93c7ab4c76f3d06f0a57266, 'wp-includes/class-wp-duotone.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-duotone.php', 1, 0x00000000000000000000000000000000, 0x3a36b53aae0d02ae5b36d5ca97c81e31, 0x9ff51e855fa2aa19a527c832bb18c0dbbe1f6eb035a4ec28915e416692af4936, '', 0, '?'),
(0xc108a9f716881ae4d626e4fc5886353c, 'wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php', 0, 0x4a24d5f6de254956096530e09e9aba56, 0x4a24d5f6de254956096530e09e9aba56, 0xcc0bb3f22289064364aff102c5abb13569714e853ade36a5deafc2142dd90702, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x3d4f2a58535d9a86145f5fea1dffb75d, 0x7c4fdc69c5f6dbfbeb88d0b577cdfb4436c450013e79ce77da1bcc8a73e6c428, '', 0, '?'),
(0xc113606d797a8df259bb2c6e8bc4c6c9, 'wp-content/languages/fa_IR-2617ce121227a46077ede6c69aa9fcb5.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-2617ce121227a46077ede6c69aa9fcb5.json', 0, 0xac32e1a06f7f1e410c17ae968ebf006d, 0xac32e1a06f7f1e410c17ae968ebf006d, 0x9bdadda59d0f325823a9fe11a1d9b3aaafd99d656a8fe5482d590deeb991fc46, '', 0, '?'),
(0xc11607f61a194828f2274292580d06a3, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-7.png', 0, 0xbf7b798535654332475d2de4e12f474e, 0xbf7b798535654332475d2de4e12f474e, 0x90fe345bb714682f8f9cdbcd1f8b3cdecfaa4379273843ed9934df010d6fb814, '', 0, '?'),
(0xc1174013f38384f78a9cebb5b04f6ea3, 'wp-includes/blocks/html/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x59bd5fe4a881701202ecf34fff96dcbd, 0xed3f8f74415ac5e86cbd9db3e5e164689cbd6f2b99c4f082e6d8659986fb30c9, '', 0, '?'),
(0xc117e73ee43b87d81640c78c5eb2ac69, 'wp-content/languages/plugins/wordpress-seo-fa_IR-786eeb1e9fb710b6d8885049b18564b3.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-786eeb1e9fb710b6d8885049b18564b3.json', 0, 0x4de6d2e921373d5a9011bf92466cbbb7, 0x4de6d2e921373d5a9011bf92466cbbb7, 0x1eaadbc0dfbc7ea61fcb16c3ecd9a200934d293e93d48cf266b6949862f60e15, '', 0, '?'),
(0xc121869d394deda6ed7b26f7f4baa95a, 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js', 0, 0xc785bd7038ff78bd8722629833df9923, 0xc785bd7038ff78bd8722629833df9923, 0x15a5d2271b7d09744fedd1cac60016e462d4c3d116ed1e94bc51a9ff3b79841c, '', 0, '?'),
(0xc1227e5cd91bc1e0882000f29c904065, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/RangeException.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/RangeException.php', 0, 0x16b65ccc29cee35d34c227984776eb4d, 0x16b65ccc29cee35d34c227984776eb4d, 0x4926028b821e049ca2c09a9bdff72609b6bd626f614b4233d1a59b4c29607d18, '', 0, '?'),
(0xc1235e586afa9b5eb51300475ba8f571, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php', 0, 0x27cc8390cf7a9a38257474aa6e0eda5f, 0x27cc8390cf7a9a38257474aa6e0eda5f, 0x074a241449f7c3748855bff0b7bf149294917b04ca5abdd665aa8a648323dc75, '', 0, '?'),
(0xc124dae3a6b03c3bfd7ca871c189a7bc, 'wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po', 1, 0x00000000000000000000000000000000, 0xb2851806a23061184f280e7ea8952d9a, 0x81a127c17ab6ba0c3f23a9be215132ea481b144a69fda6cb2f0436dfdfdfdd43, '', 0, '?'),
(0xc1252b953aa477995022ec790cf4fc68, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 1, 0x00000000000000000000000000000000, 0x55824edf40f285f296767fd5204d2997, 0xe16c9ba962298a8d0b1017a7f8cbde25548e59742b5c9503147245c64dbc506c, '', 0, '?'),
(0xc126af4b81f09c26ebda84048058678c, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', 1, 0x00000000000000000000000000000000, 0x060264f6775540a137311209802c35ad, 0x177d7ee26e2a6b289c0ce787d1e8da12cb7b4310984decc5331f95b300241c01, '', 0, '?'),
(0xc12769d29170ff757447587de1cdac4e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_9.php', 0, 0x7630febc259d37bef0e2b89ef6a295a2, 0x7630febc259d37bef0e2b89ef6a295a2, 0x48e84bbbe058fc73fd7edb14aac4c8dd58c098397dcb5219961e84b283d603b8, '', 0, '?'),
(0xc129a474c27f9417fa2acc623c815bed, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', 1, 0x00000000000000000000000000000000, 0xc6951fa22dfc7025a40aaaa3e772886b, 0x2719ddbabefe307061f2d41033212802f9bf75fe9601b17de14c818756dbbd9d, '', 0, '?'),
(0xc129c1fbf52b40b4ec5d753e32df6548, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_8.php', 0, 0x13a4f4c75ac4dddcce7d046254b4dbac, 0x13a4f4c75ac4dddcce7d046254b4dbac, 0x29bf6418f3b58aa0c37d2883b9d38fba5a182f1396b1aa56ebdf3f3eb4c528e8, '', 0, '?'),
(0xc12a8988c9171078f2c84f615bb94e4b, 'wp-content/plugins/updraftplus/includes/updraft-admin-common-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0xc7cadd1331029a3fb52d779389dc7c08, 0x3740f24dfb0411570b6b2b9441a272f6a5c6090c98f366bcee841727c0e69d6f, '', 0, '?'),
(0xc12ba6c4f74c70447c0b51a95df9b6a0, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php', 0, 0x049a723880a16860156ae72674090d1a, 0x049a723880a16860156ae72674090d1a, 0x1612ad5642d94838341c4f25922f62d081624ae817c842ca7d01216e76a837e7, '', 0, '?'),
(0xc12d47dcccc807f6033e401b88cd0cbe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php', 1, 0x00000000000000000000000000000000, 0x56d9a83b7224b0f83e9734b935567f6b, 0x528e852608903b0c326261e30213a0454af5ada7ab8228c4cb4e9afbc6035a51, '', 0, '?'),
(0xc130b9133cb68f30df0ab7177109f29d, 'wp-content/plugins/wordpress-seo/js/dist/api-client.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 1, 0x00000000000000000000000000000000, 0x81999443d34ff669becee4bcfd4e30da, 0x7cfb034079367d059098b7e1b5e60084860493faac393064128f82f51dae5c43, '', 0, '?'),
(0xc13185efa0bfee83eb7f7c89a77177fc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_3.php', 0, 0x302f934a19a2a092fe26aeecc1ccea00, 0x302f934a19a2a092fe26aeecc1ccea00, 0x6d22b2e7435b52114cf6ea74f3269a934d0da160833c153292d199e8f0a48aac, '', 0, '?'),
(0xc13a6976e31fbac046e7efaeaaec1f74, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', 1, 0x00000000000000000000000000000000, 0x645dad08e9642933146c1638d649c429, 0x708fb78261bcf20eaab3af004d195548b773373610468f8e1e1f3dd2c15204a5, '', 0, '?'),
(0xc1448f109013a30cc9303ee103c57ee3, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', 0, 0xcb601afa24944251d4a13b1f7e121043, 0xcb601afa24944251d4a13b1f7e121043, 0x9b62efa490b2b456f16f71755d0a327bc180beb79034f58a34c1facbae317e63, '', 0, '?'),
(0xc1453e00ecbd3a2529fdd9f8433cd21f, 'wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po', 1, 0x00000000000000000000000000000000, 0xac0725047beb36ac6d957bbb9b652269, 0xa49e0d190059c7577adc2b3efd72a22da390f2269f9d0bd6e682ff428e353588, '', 0, '?'),
(0xc1471bd57e5b3212ba11403f3e65b0f7, 'wp-content/plugins/amp/src/Cli/TransformerCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/TransformerCommand.php', 1, 0x00000000000000000000000000000000, 0xd93ff206e67bb744e975fc93ff0ab743, 0x7dce5bdb941df97e7099aed83e00d53763ba17ac259c6b9729a6d5abf1b6ce99, '', 0, '?'),
(0xc148d9d8ce4baa54cb9fb34c3af20ac3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_10.php', 0, 0x7cc64563e7fc75fe4964789809b5f2e7, 0x7cc64563e7fc75fe4964789809b5f2e7, 0x065526948ff2421f52dc6688318592319e21598ecdb58f7846cbe739a68779d0, '', 0, '?'),
(0xc14aeb1bfcc4edba621cb0a63383f27f, 'wp-content/languages/plugins/wordpress-seo-fa_IR-753e370a61af6ba5ccabe91cc950cbcb.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-753e370a61af6ba5ccabe91cc950cbcb.json', 0, 0x576d4ab22356ae7456386507b3282b60, 0x576d4ab22356ae7456386507b3282b60, 0x2666c6df6b9b2a2f3817166cfa76158877f6e85abf836b0f6aa4dd94234e89d6, '', 0, '?'),
(0xc14f3daa4bf0276b83738f47a2cc36a9, 'wp-content/updraft/themes-old/twentytwentyfour/parts/post-meta.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/post-meta.html', 0, 0x6b8bcd742ace4abb14fdea2cebe5d2c3, 0x6b8bcd742ace4abb14fdea2cebe5d2c3, 0x65b4f7512a2befca9d7ec111a29e4b044a8ab1d254458c333eb6ec5a1b451993, '', 0, '?'),
(0xc1527ac6c82f5fce38be402793211788, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 1, 0x00000000000000000000000000000000, 0x54e3b66cbbf5e9d73ce3985225c42a49, 0x3242527a1e6d392c6f8ae70e919177a0ceabc87d69ea3ee418518e2bbf210a5c, '', 0, '?'),
(0xc154156a2b52aa1b5c29937e6251e1f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php', 1, 0x00000000000000000000000000000000, 0x70b41d938161cf50635440b7f50ca883, 0xaaa85635a98f29afdd50b9caefa25dbb4fd54ad21a33a67e13cfb6d6bb132f37, '', 0, '?'),
(0xc156586721784f49f9c3e61fef7be141, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 1, 0x00000000000000000000000000000000, 0xc907f52506a5983c4499c0391685a0e1, 0xe2ed8a25ebd559f548e491baa2748e9c4f952bb90ed968e01ea05c0ba61dbe30, '', 0, '?'),
(0xc156ebbc1e5f00550621d75961ff1a07, 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/teaser-loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/teaser-loop.php', 1, 0x00000000000000000000000000000000, 0xfd8502c288b6487225d2f30518c71455, 0xae2e98c085eb9142ff69b476e4cac37bac5166c2b73b3273f8290ac0c929c46d, '', 0, '?'),
(0xc159807a80109d7d4f78a17120520086, 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-2.2.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 1, 0x00000000000000000000000000000000, 0xd3bb1dfb1d90ded04ba231c6909a102b, 0xab990e58ee3e6b95e89ff9f2881c10448ed2b3bd1a071b2af0eae51224c1d680, '', 0, '?'),
(0xc16b382f13f9879bb69fc29dde0278e1, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx11.php', 0, 0xff025c60bc5f2d4aa3d6200a2190e427, 0xff025c60bc5f2d4aa3d6200a2190e427, 0xb2c5ee17f12cd9480ab1120b847e548eef466215557cbac06f93ab77d656049f, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0xbc5a054ac0c505850ba1609e3eb90256, 0x4deba33566c894427a99ab8e3d68eac1655996187f894df288b553d552f58e5b, '', 0, '?'),
(0xc173de9ab7c0951fd2a8d9b3fff56c8d, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php', 0, 0x4b669e9ffed113a1264749053447abbf, 0x4b669e9ffed113a1264749053447abbf, 0x55802ed4af7d9cec6d70f16a92672f9484e6ff621e7e23d57550e09bee782e1a, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x92c08cd959fe26bb79e2127c9570ac0e, 0x4b191ef9f8562dd23fbaceab2ed894cf234dc80cbeebfcb37e9eb5a9a059004f, '', 0, '?'),
(0xc181e420514097e1348abff1b905e05a, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php', 0, 0xba274818f5894a7682624d8b4857eed2, 0xba274818f5894a7682624d8b4857eed2, 0xafab2734af7570720c57192b701727183221190e9942c56c163266ea9bb8c0a4, '', 0, '?'),
(0xc18510b7b61c61d44b62f9f711de5feb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc188e4b4cbf76a0b857b0b3db5b3dff5, 'wp-includes/SimplePie/src/Credit.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Credit.php', 1, 0x00000000000000000000000000000000, 0xbb517ce4d18f15dfe87fc768dbc6d11b, 0xeff3929106d1fee4d0e4716caf831ef57e18d21426010a346407dd09356173ee, '', 0, '?'),
(0xc18eaba2f65fdef7feb80ca443363ad1, 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 1, 0x00000000000000000000000000000000, 0x8949cb9f5a54cadc63d22a75aefd191a, 0x337e6f02193b872eef6f0c8b2d3f90f68fd8c4a1eea96f57e61f77171915400e, '', 0, '?'),
(0xc1940ca4188dd1cf849a6716de23764c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_3.php', 0, 0xba135faa748e93a362c90031fee992e2, 0xba135faa748e93a362c90031fee992e2, 0x6acfed132d8eaabce9efc1eff45d3da6db3bb7d7b81f4441f2d519d19f963c56, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xf47fb69875c5aa0ecde9d6987ab32442, 0x14f9553c7a561f7f7c0854098577fbf8fd55197a6e339968cb7687410e537b13, '', 0, '?'),
(0xc19ffb9453b38c5cb9c8c81785e1aaab, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 0, 0xd85a7c612b415ad9d259dfb3d809fa89, 0xd85a7c612b415ad9d259dfb3d809fa89, 0x4d07c28117e993a15a9864852f66e3377e0afd9008aef95d5961f677e7e48011, '', 0, '?'),
(0xc1a05e8432eac496ab777fc71d69939f, 'wp-content/plugins/wordpress-seo-premium/classes/validation-result.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-result.php', 0, 0x0d2e270e8782caae5d903f41c5ee80b8, 0x0d2e270e8782caae5d903f41c5ee80b8, 0x7fc79566eaa1f139b2e9cb5366d9b97c1f18f382adcaae75357e4cd758b2dbf4, '', 0, '?'),
(0xc1a0feac0a1d20f09de6e6fc84ce287a, 'wp-includes/PHPMailer/Exception.php', '/home/abt90iranbet/public_html/wp-includes/PHPMailer/Exception.php', 1, 0x00000000000000000000000000000000, 0x31a957f1d74aaad734db3a781fe3de05, 0x09534da9c65aa65d79f40c5b5d34c1993870765318b27ca71d2ffe7b2e6219b2, '', 0, '?'),
(0xc1a31362eff0961b27d8eac6bb69b8ec, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php', 0, 0x11ebe7c1f7a0216d2f7f783e6f1eef51, 0x11ebe7c1f7a0216d2f7f783e6f1eef51, 0x2e6aedb902dfc758edb70b93173aa7b6900d2bba49a76b8a31ad675bb88bbdb4, '', 0, '?'),
(0xc1a610e1937133ec2b30fb0c3c808a49, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg', 1, 0x00000000000000000000000000000000, 0x376c1f97f6553dea1ca9b3f9081889bd, 0xe7db15b8961e50af9981fc05a5897a11be62a1ba62f2ef475b8e5ad87bb69721, '', 0, '?'),
(0xc1a9635580142af5c574eb7ec1ede4d8, 'wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css', 1, 0x00000000000000000000000000000000, 0xf0a5583732a18bc46d18987b70888fb3, 0x291a07945229570026defd023c6a4a63a12741a9cc08c8237a5f3bc5c0c440e3, '', 0, '?'),
(0xc1aa3b0e16f7b607745e14e7fd6e8a88, 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_misc_shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_misc_shortcodes.php', 0, 0x4947cf14d785d395a6935d06f7439305, 0x4947cf14d785d395a6935d06f7439305, 0x3bd5f689386b604ab1abc0afcd058bbfcb7fa1fe3a84fff2f17499051e5a094a, '', 0, '?'),
(0xc1aa9cc93614b51fe89f903e6e1c6047, 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x33a5418d3c0fec01100b4e34d78d5793, 0xeea352f278e4e756cdb3401e0791a9155e162da0973df7d1a3d257a2b4ec07a9, '', 0, '?'),
(0xc1b4cab0357c304fb0a5156cfaa31394, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-options.php', 0, 0x134c369bd9b2f6c874a4bd8276ea2727, 0x134c369bd9b2f6c874a4bd8276ea2727, 0x50404b0186a8b2e974c6e97dc66e3fea4e59f510f7d95930ccdb61eef2aac524, '', 0, '?'),
(0xc1b7f6d8665e7a27cb4e68007296a8ab, 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0x92cd4d8328b2ae614386a01ff935a9f3, 0x5629308e29cad38b85b1f9955069163ba57b310074164d41980f682192a86242, '', 0, '?'),
(0xc1bd7589b27bc25d502225d8d481385b, 'wp-content/plugins/elementor/includes/settings/validations.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/validations.php', 1, 0x00000000000000000000000000000000, 0x23d55b9df48dca0d71fb5aaf02ec2b98, 0xc09fec2a6caa62d6f16f9410abb3035a6084b745dcdbe063bf3bf6207d6ed52f, '', 0, '?'),
(0xc1c87d73ee896a9d6cccc78e096d21d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', 1, 0x00000000000000000000000000000000, 0x7c60802bca1065a946f9f50f05364141, 0x6247f512d98d8fd8c4cef4edde9764cce5ea8a999bcd780fe5c3e284dcf12d50, '', 0, '?'),
(0xc1cb5bdb377bb0bf1dab6054d6f883df, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-hu_HU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xcd865be0822a030faa1a0e7cd99db2e2, 0x475f56286be952d80e9fb0167ee7643033a0e998964de4b0c0a363c43b1c8b83, '', 0, '?'),
(0xc1cff97c2d0dd3e6378309841764406c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 0, 0x43324f3f88ba9d90d44c4a2e15220204, 0x43324f3f88ba9d90d44c4a2e15220204, 0x5617427fdaba5d1521ed245b6d053348f93bcf3f49676cd197dd83a7b3292661, '', 0, '?'),
(0xc1d1f274d9aa21ab44de8a5c9ddb88df, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php', 0, 0xcd032aebda74a8ef50163e0e5f698827, 0xcd032aebda74a8ef50163e0e5f698827, 0x14071e77989a2f98bcd6f730d8596e9c374db8ebcf6e725a14c65ee856c2e5ca, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x5c2dde6f157007cf604f731c7d184280, 0x2fefa70b5d3be325585fe76b7a23124ffb1061ce3b8ad7f448ebdf9f8d081008, '', 0, '?'),
(0xc1db375c6e352ea1a0e5a48a2feb7ef1, 'wp-content/updraft/plugins-old/akismet/_inc/akismet.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet.js', 0, 0x88794c2a8e906275933ede7df2bf0185, 0x88794c2a8e906275933ede7df2bf0185, 0xdfb7fe93c19f04ac8b91461c0a2018b35bdcb230941f65eb4be1fc3d7c26adb1, '', 0, '?'),
(0xc1dc5fd16c9423b109c46bf650b5e93a, 'wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js', 1, 0x00000000000000000000000000000000, 0xdd52389a2438788f6ca7e4706e30ccd2, 0xd4689ffd9962314c76c74ea4697c4811621fe21d9628306329da0b2bd24e4b88, '', 0, '?'),
(0xc1dd2ce23dfc2ce8ba62aa8cfc6e67c1, 'wp-content/updraft/plugins-old/akismet/views/setup.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/setup.php', 0, 0x6afdf2ededf5ec854fdf4b4a5199b6ce, 0x6afdf2ededf5ec854fdf4b4a5199b6ce, 0xf853ac75adb0293bda1ae4b64c64322d56ad5c3b30ae9ce77557b96a4ef8bc3e, '', 0, '?'),
(0xc1de4df1795c57d733829a1b8919410f, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x3b0158af67762c07e8ad9eb1741ad089, 0x2f0604721734ed7c1f3611d2d74807ecedddb265a68731865f8c63ae76062546, '', 0, '?'),
(0xc1e5b703f4c9be1472a43b96767c2f89, 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 1, 0x00000000000000000000000000000000, 0xb9fa405d64d1d25cea7a6043b26c6c87, 0xb3976a49045de22456ae4a98ec41d475ec2e616cda99ed1501fd402c2262acf2, '', 0, '?'),
(0xc1e7acd4968f63b4167d668b23c2beb9, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md', 0, 0xe835c770527ccb0dfebf2713576aec43, 0xe835c770527ccb0dfebf2713576aec43, 0x9fc4a36ceac1320fc95e66d276cd5a03b4c5089a742c44d49787b7fac8a9052e, '', 0, '?'),
(0xc1e7b76b00b65c57b980be006bea16e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3_no_content.php', 0, 0x47e9de6dc77a0bf5c44922cd29c0e783, 0x47e9de6dc77a0bf5c44922cd29c0e783, 0x1c80da6bc24aff380331eeafefbabecfcae4deadc60f41d438f8aa04ff08fa17, '', 0, '?'),
(0xc1ea5a1bde4ac89c3c40c8b328c35b32, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_5.php', 0, 0x2767d9db326ba5d1a69434ed5d2ea461, 0x2767d9db326ba5d1a69434ed5d2ea461, 0x87f80928cc0ccd40444f249177eae788cd050f2c0e2ec19ce59fdc639720dff4, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', '/home/abt90iranbet/public_html/wp-admin/js/widgets/text-widgets.js', 1, 0x00000000000000000000000000000000, 0x9eeb5acafac3b74336d8a0eb2b1d1cbe, 0xe93eb9ec86190258371554bf1a9926f8017e321237d8f1f65acb3d4a1ec39c2d, '', 0, '?'),
(0xc1f6236ee7cfe267076b7736e4e0c0f3, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php', 0, 0x49d634bb8bcf6511c1e4ddcc64baf5e4, 0x49d634bb8bcf6511c1e4ddcc64baf5e4, 0xd794ee07c7448ff60d7ef33839bf3ba9484c53e02d20fbaafbfcb17446ac7098, '', 0, '?'),
(0xc1f8f42244b87bdf68b5bac8b97191e6, 'wp-content/plugins/kk-star-ratings/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/index.php', 1, 0x00000000000000000000000000000000, 0xf93ebdda3c980b57954081303a0bfb3f, 0x7f5a1424422febab0cb502410f880e629ccc9a14f6216e8d25124d3b7933369d, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0x22df3ab6b1fa30924ab93628b0c61460, 0x3a3fa207458dd8f9051bcd85ca668f6688d95e2ff8105543f839c6c35232cf2f, '', 0, '?'),
(0xc1fe29501d8353317c07252fe3ed6a00, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/yoast-admin-or-introductions-route-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/yoast-admin-or-introductions-route-conditional.php', 0, 0xf6f13bc82e383cd5d122efd6643e7170, 0xf6f13bc82e383cd5d122efd6643e7170, 0xadc7269918372f47319cfb58e7c0b3be3c0f1617ece37ba36ff9ed41f03a91da, '', 0, '?'),
(0xc1ff06c192fef9912b8c043ea7682029, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 1, 0x00000000000000000000000000000000, 0x296f3caa16598a0262fcc05cde66cbe4, 0xb9c3ceb5ab3ffb344aed82634958cc897b1ccca9b8bb41c894ba1d4f791dfdf0, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0xc20764f926caf3884289d10e4e545717, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php', 0, 0x0a2ed243c02da09b65649e6fb9f55657, 0x0a2ed243c02da09b65649e6fb9f55657, 0x233119d5e891c2cb3b683b28ffb0233c38c24db83f75e64db5c426167cd95372, '', 0, '?'),
(0xc20c8211e03111244c4f9fd18d9e999c, 'wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php', 1, 0x00000000000000000000000000000000, 0x5c4ceb62568b536432627ba276db571b, 0x209b9ed36267d2773cf089c3d4c0e8797f5ec3b7791d2c3cb0a47b85f8ca13d5, '', 0, '?'),
(0xc20db7445cba574721f7328684f3572f, 'wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x644ab607e66303dddff0838e38743a4e, 0x3f3d05258b78eef330c1310d5bf95b187d6a9e2a63fb6e4ac810122bb5bc512d, '', 0, '?'),
(0xc20e1792a5b565adee379446d3251e02, 'wp-includes/blocks/post-title/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style.css', 1, 0x00000000000000000000000000000000, 0x9e38cad80f587057a6d90d11897732f4, 0x7bdd293a6dce7b1c5e53da173fd76a0ae19038784a42d0cf0a7e29ac51347d63, '', 0, '?'),
(0xc2142e5dfda7a3a4ca5e872b3d3790d4, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php', 0, 0xd3f4d23373c1d63ca1a23b5f37895871, 0xd3f4d23373c1d63ca1a23b5f37895871, 0xf7f049c4d2e2df383ba7a44bd7e571f03fe59896956d3c810a2a212ff819917d, '', 0, '?'),
(0xc2157332a2003334241fa78d996b1e8e, 'wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 1, 0x00000000000000000000000000000000, 0x79ec3292132f7f6cf1d9e4790258cddf, 0xae9f5677f6580571861b8edc5c6a19c1326578385c2b5d315255bc6ec09c7f30, '', 0, '?'),
(0xc21721bea0909ae44dd188410a4d8be5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_9.php', 0, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc217e5e882a1a53715bfd852fc5f2a25, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-image.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-image.php', 1, 0x00000000000000000000000000000000, 0x87dd11a59de319d2abd68a6f3eae78d9, 0xd7569a4456d4a26a8bc08cfe8b64b7ef2777050c5b2c6c9ca055258698759b36, '', 0, '?'),
(0xc21e3754d32168011325199c62c7855b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', 1, 0x00000000000000000000000000000000, 0x09162cf80350ab4f85a75f58c6ffd918, 0x44942652afba0fe70335508242bf006461617259688f9f3dd0e56200bb1b7622, '', 0, '?'),
(0xc223dae4f84b713744cc50a24bdbb4d5, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx18.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx18.php', 0, 0xe74a24dd2a04716e02c9e533d6802382, 0xe74a24dd2a04716e02c9e533d6802382, 0x7a57649c3f4a6f62c9bf05515d816276667cd81d0c34845c923e55f528a98711, '', 0, '?'),
(0xc22cd52c9079e55da7a137f5e5b6ccf5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-n.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-n.png', 0, 0x36cf9dddbae01d0c624de4303e9910c5, 0x36cf9dddbae01d0c624de4303e9910c5, 0x1d6934863ecd1156908abe8f31ab44780a1b0bae2940d5210fb3e5d9c923f902, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', '/home/abt90iranbet/public_html/wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0xc23608b3bf044d1bcd93c6e829ccbb19, 'wp-includes/blocks/text-columns/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/block.json', 1, 0x00000000000000000000000000000000, 0x498e27f27cd9dcf518cbf0eba23d38ac, 0xbe1903b84efd8940484b999130fe94bdf8d7ce394c9cff2aee9316e31ec87c9d, '', 0, '?'),
(0xc2396001fbdb0bf5a24420612590018e, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/optout.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/optout.css', 1, 0x00000000000000000000000000000000, 0xd803b245820e01959fb6c2048464301f, 0x52d9fb2dc54b5948b8e20740bf2a421086cb60cc4f959f71f0b150747888238e, '', 0, '?'),
(0xc23a50f3970d911c5de8842c99e5b2b9, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/horizontal-notice.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/horizontal-notice.php', 0, 0xa2faaca78465b21595886ffd12892cea, 0xa2faaca78465b21595886ffd12892cea, 0x1ff35120a1ec1aace139cc40ccabcccdf8fc6e79f3425621903761d9dcbf2b2e, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x5b4d2f2a8eb545e63c73e4571bdc5247, 0x0af0c15c82af58ceb0d6a85092b041e5c2970a586af027a33b71fd7bac8761d6, '', 0, '?'),
(0xc23ec680bae884b46fcf5cb369d744e2, 'wp-content/themes/twentytwentyfour/templates/page-no-title.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page-no-title.html', 1, 0x00000000000000000000000000000000, 0x43d160dbafae2132fee8abc7f46924bd, 0x8d5e349bba2e392c16d187ca82b4f347ad19138ca452bca73a03ab09fee1ff4b, '', 0, '?'),
(0xc245a51f0dffab654f21bb684fa4831c, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 0, 0xc4bdf3e8ffe7fddcf4fdcf835e63508e, 0xc4bdf3e8ffe7fddcf4fdcf835e63508e, 0xce8d92caf93491377aa7db16a4f003dff1b7afaa0eee683c620546f598601315, '', 0, '?'),
(0xc2499fa71e67944d6246379bdcaab2bd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc24d450f5b53901037637a03c69baed7, 'wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po', 1, 0x00000000000000000000000000000000, 0xe9e3ed3ea0e139375c9b39e3667a33fe, 0x2f10a8243dc741b9044bf70ca5afc0166fcd2dc732e4ccaeac4b343f5599e3f6, '', 0, '?'),
(0xc24e3533f2c2b2ee828236e3bf8ce3f4, 'wp-content/updraft/themes-old/twentytwentyfour/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/footer.html', 0, 0x4d976fb09917cc5e74dd2dc139ed0bba, 0x4d976fb09917cc5e74dd2dc139ed0bba, 0x33e5f7d36990c1abfa26a56181f1501db79603c57b64a1cad13491b34a7bb752, '', 0, '?'),
(0xc24f4855d47c945ab1a9192318975a0a, 'wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php', 1, 0x00000000000000000000000000000000, 0x4acfeb61a9a5860d698731e896a4a9f5, 0x0e9570d3b468c08e099c6e11c5cb8c0f3f20c1afed426a9bc5c04691676d64f1, '', 0, '?'),
(0xc24f9374671098003291165c9142c094, 'wp-includes/assets/script-loader-packages.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-packages.php', 1, 0x00000000000000000000000000000000, 0xe28266c4c97167301bbf61da6ff1b9b3, 0xb99621b5342fad1904a43211f50fb0149d711fb26989f0b0554dc6851fdde53f, '', 0, '?'),
(0xc250672a6c2e5c07bba5e1fdec809127, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php', 0, 0x29512a8b3d1b03c6eb75652638f1a5ab, 0x29512a8b3d1b03c6eb75652638f1a5ab, 0x182eb2b2a997e1ca730b48f56ece68be0d4c641c49b375d1324ca31ab5ccab98, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0xb08e84e6770aa34d757395f4a09eb5cc, 0x4fbe8aaf3d7e6a632308fd368ebf4ce7aa9c08ddcad1c46173f257d54f512d14, '', 0, '?'),
(0xc25dec888a5954c3ef586db02b0c0125, 'wp-includes/js/dist/vendor/moment.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0x3441db2e5557eb376162e813cc72ef7b, 0x4f93ea6847087515995dd7dd8a78584f6104eeaa03136ea09fa7de61c6364aae, '', 0, '?'),
(0xc25f145f1553ac68d5e5aac497c9bdae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_6.php', 0, 0x49f06dcce618fbd18781d3df00f5c7bd, 0x49f06dcce618fbd18781d3df00f5c7bd, 0x4c67159fc917abbf2346f47db3b19578acaade5d61bf4669a945f588646f6814, '', 0, '?'),
(0xc2693981ba243ab9bcd39e6caf7bd1e1, 'wp-includes/theme-previews.php', '/home/abt90iranbet/public_html/wp-includes/theme-previews.php', 1, 0x00000000000000000000000000000000, 0xc921cfcf83fb9e0623d478302c4f59bf, 0xf25d19c448b4985bb36cf40d2e0d6343a9ab1ae598bf1ae791f033fa599b0c50, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x770f15cd3c738d28a7d62765e537da42, 0xf9f3f9a7a59f5cc74ba9e1f4d34457531efcf3a2a766c65c4fcbfa436ae701ad, '', 0, '?'),
(0xc26f0013d554d29d356b388838857b74, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_panel_settings.txt', 0, 0x8be4c51b2bd8fe770abd214a6a52862f, 0x8be4c51b2bd8fe770abd214a6a52862f, 0xd5c373e416d563d7f7e4fe85e461db7ccfc597e16359673c0b067585c5aaf588, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc27a41036005fa1dcd42af229c7a4b22, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/demo_style.css', 0, 0x18986ca1033c9fc3f252cba3eca21794, 0x18986ca1033c9fc3f252cba3eca21794, 0x6d87f92412331f59659cb723584c5723b348e010d2e1d8a850affb580868126e, '', 0, '?'),
(0xc2816ba962e5cbdc0a807d2c42ca2af8, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Colors.php', 0, 0xc1a4a6f619b514d88b8dee0cc9565194, 0xc1a4a6f619b514d88b8dee0cc9565194, 0x44899349b14adc74cfed98eccc02b4b361231c0a53777398f608dd69cca67f06, '', 0, '?'),
(0xc282e3a6fa26e5da0228be769c7ec223, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1_no_content.php', 0, 0x06591f00da8206f5648d854063096538, 0x06591f00da8206f5648d854063096538, 0x7bfbf8967bd45217eeae2c1c70c03f6c2f3412e4c1457a115bc5ef42b55de3e5, '', 0, '?'),
(0xc285a8547bf0675ce77c625be53f307c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/error_log', 0, 0x263d8f2ddeea0040c7d8833b21b3a01a, 0x263d8f2ddeea0040c7d8833b21b3a01a, 0xd72aba76526e591ff8d756926ea47767a1dcbaafa25cd147a6f8eaf377ff7182, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0x725b9e53f5f515333f706e44d14e85c6, 0x2d5eafce346aec89391cb562696418f3334d7bdd192db86fce62555f5ed5ec87, '', 0, '?'),
(0xc28dfef7c0889ec4a11021b1faa6911a, 'wp-includes/blocks/categories/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style.css', 1, 0x00000000000000000000000000000000, 0x50c59a4586234992b981bddb86e0bd80, 0x11923d05deff4fc806f001e22dcaec3b084e3855fe50331da03c286fced98684, '', 0, '?'),
(0xc29032b805f04083f6ebc3eae0cd0839, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-dark.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-dark.php', 0, 0x963a94ac4b1db6332d191c0b76d7a91a, 0x963a94ac4b1db6332d191c0b76d7a91a, 0x6fb99930e4b65ebfa07c1f98c5e4b22cc19662aeb7d8330bae2b001498543630, '', 0, '?'),
(0xc2908deb24e264e3f38352a1f2e7fa7b, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ef8c08_256x240.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ef8c08_256x240.png', 0, 0x7b0f2ed9e999ef37062b8b9600f4924b, 0x7b0f2ed9e999ef37062b8b9600f4924b, 0xcaabb0660a4a5433840c68af595cf563f0314d386cd135fcaf4510e436c0725c, '', 0, '?'),
(0xc29254602b4691022e41fe7313169707, 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x5c9c677b8e08cc0f2a6848f3e0ef56c7, 0x6918920a88d837ba74c635c678a8ef1d030caabdc9cff04dd294d710be06b1af, '', 0, '?'),
(0xc2953705d0bde14c695923062a7195d6, 'wp-content/plugins/kk-star-ratings/src/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/index.php', 1, 0x00000000000000000000000000000000, 0xe33df1fc01653f61444d8bbef9961757, 0x343f4bd5929cba0d3b876e5a2964444616dea610ecf2749828d348a05721acdd, '', 0, '?'),
(0xc297d02ead4013bb125db0ad39cfab21, 'wp-content/updraft/themes-old/twentytwentyfive/templates/single.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/single.html', 0, 0xd148deef805d62d64b4556b4b6d061b1, 0xd148deef805d62d64b4556b4b6d061b1, 0xa6f697241f39797ee694b6cb5dcd9180b36b65c23746657fc1eeb5a0d8fe0443, '', 0, '?'),
(0xc29989183646b9075a4b5be8a9cd71e0, 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 1, 0x00000000000000000000000000000000, 0xf5b7a881f2505c4d0b2cc5e90bca7031, 0xa0b6faad5ce73fa6b3a71043b9c31e3de23ec81efa6e34d7a963717d3562679b, '', 0, '?'),
(0xc29f584492facf7f416928079da4c05f, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php', 0, 0xd9748bb4f2dc4d79e2c6b1021bc212dd, 0xd9748bb4f2dc4d79e2c6b1021bc212dd, 0x4776b6a4f89fd5c053f84a44e1a25fc77945f69731dd60a5a034a2f0285a905e, '', 0, '?'),
(0xc29fc9dc25cbcd2d447956b3f3982f7d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-type.php', 0, 0xc8dfc39030b8cf7b92759e493b42402c, 0xc8dfc39030b8cf7b92759e493b42402c, 0x5049d68182e3e8386c92692c2865a7fe28de268bc0ba5b07941c29ee8d72c6d9, '', 0, '?'),
(0xc2a1481f1401efb292cffe7854370744, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 1, 0x00000000000000000000000000000000, 0xe85ba4e9d1c7d9a1bc03bc66acb9ff6d, 0x3f7fb74c9e7b70dcdec009515fb8b9692b3c5b1633f36168a3df4f66a8929de0, '', 0, '?'),
(0xc2a58e3b794996160e76fa059c8d15f9, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-6072bce1e54ab162b666984ba6fde890.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-6072bce1e54ab162b666984ba6fde890.json', 0, 0xc9f864ce230fa5e2b254699938dce178, 0xc9f864ce230fa5e2b254699938dce178, 0x53cfa5701d01bd67bc93465d324183ed7e066a1f865368d3bb8d5e48047233ea, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', '/home/abt90iranbet/public_html/wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0x209aae46126b9fa9c9e08dc43d2d79b5, 0x6705985f4e552cc59ed55287ebbb43578d945f14ec28f78a06c34da0b7928b18, '', 0, '?'),
(0xc2c1c7963ace1117cf71677bcb6aabec, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php', 0, 0x01be6cef40ca0d9e6f9bc0e361b2ae88, 0x01be6cef40ca0d9e6f9bc0e361b2ae88, 0xccf223e8c3847a0731631f23ab70b2727422b2f771664876e50eb00ef55a79cb, '', 0, '?'),
(0xc2c397aec05268c59fadc8d0a2008150, 'wp-content/plugins/wordpress-seo-premium/src/initializers/wp-cli-initializer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/wp-cli-initializer.php', 0, 0xf9a3ab7163c54dca27167e32f3806917, 0xf9a3ab7163c54dca27167e32f3806917, 0x1bbd81932c46df50baa47a5fd65fdc88ed108dd0170c81534f60ff0325791b7c, '', 0, '?'),
(0xc2c96ce982becf107a4fc8f8c813c503, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-post_object.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-post_object.php', 0, 0x41a8b3d2ae1d22788c044241311850bb, 0x41a8b3d2ae1d22788c044241311850bb, 0x608bb626e58f811b7a4f05bd02eaf14200f8110fbaa614e121f8dffb320d68f4, '', 0, '?'),
(0xc2cae0776527bce2e0cfdc90fcd1b651, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_panel_settings.txt', 0, 0x39a03f1eaa63c46ef028664997a90cd1, 0x39a03f1eaa63c46ef028664997a90cd1, 0x16917ca67a59ef614862c8afd1791460777ad6675ce8ff73c3c176bbaacbf1fe, '', 0, '?'),
(0xc2caeb17de3ffe1910fe5dd3f60a0021, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 0, 0xef1be3497301d39e9c1ada955bfb7e88, 0xef1be3497301d39e9c1ada955bfb7e88, 0xc38b374f900420e5c5c95d3e493c4b3f30978490801c722d30fc8c18612235ed, '', 0, '?'),
(0xc2d1532ccf624a5e89a94d984f96f467, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 1, 0x00000000000000000000000000000000, 0xf6798ebb06715aa26be023e74bc4292a, 0x693c5af02d15484e5f8aeb26f1bf29a8f58e7a4b2b309afa4ed07bcfdfdb19cb, '', 0, '?'),
(0xc2d57cb2b3f91b35e78ef8bf0b2dbd0d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_7.php', 0, 0x7f22b01091d21ccd0efc820f6dd518fe, 0x7f22b01091d21ccd0efc820f6dd518fe, 0x772411a20701dfb88dce3c57cebb72ebec9e57d167d32ecd06e99f0ede923986, '', 0, '?'),
(0xc2d8a6af45b77429977fccb62a58b8f5, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-premium-assessments-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-premium-assessments-2340.min.js', 0, 0xee44d4bfa8c4ca7795caffe45a0d122c, 0xee44d4bfa8c4ca7795caffe45a0d122c, 0x3d8f2b7109a57c2ecb1758525fac8370f057966be8ae0c52afa6b13c68fae4ee, '', 0, '?'),
(0xc2d8ff5acf40381670b6728c21d5cbe6, 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 1, 0x00000000000000000000000000000000, 0x056db6fa9d50ee8fd68d23f1321508a2, 0x1ebc9663606ae7981d9af8da779a4aafba6471cf351f6c0b80950ac5b7c27be4, '', 0, '?'),
(0xc2dc1de2659fc600b71ef4a953a22166, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 0, 0x731789c642be2ecc518aef6f576b475f, 0x731789c642be2ecc518aef6f576b475f, 0x26e6aeaaab06a9543e49cbeac806658063753f1f7e3aba25e3253addd5681aeb, '', 0, '?'),
(0xc2e5de81f04893ddc39b15dc274ff52b, 'wp-content/plugins/disable-gutenberg/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/uninstall.php', 1, 0x00000000000000000000000000000000, 0x9f77e94eb0a6350d5658a7301e923c26, 0xbedbfbb3e2387ebfbfd059674ee3bd1c2494fcf6eedda053478f335112f3bfb9, '', 0, '?'),
(0xc2e98147c682f2b7030ecd9b9a689671, 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-export-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-export-manager.php', 0, 0x0ba50ca873e4c0b492975253c8bd09fa, 0x0ba50ca873e4c0b492975253c8bd09fa, 0x0e1fb521f65aa0f796cfcb75e7fad21da9f0d72e7147806eb05c89e7e7e80624, '', 0, '?'),
(0xc2e9b4b4679a1b428dabaf1f286433b9, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0xf5280b6339179c6426129b15a7c7cdf5, 0x73e9e19099837f40e1f362e534b1c3bcca1253d257a7b4cdfc5076c2a6ef580b, '', 0, '?'),
(0xc2e9d02f4f525107caa62a30652a34ad, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', 1, 0x00000000000000000000000000000000, 0x9ad70cc5b185e570181b339b06e7560c, 0xc690c42ddf4b3a74ed6a40d17d70589e019ffd066b90d688203614aafb2a5c26, '', 0, '?'),
(0xc2ed801c903d55d05180be4fdd0e8b9f, 'wp-content/updraft/plugins-old/index.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xc2fa8eb1cea01f04da37c6f4c8442c83, 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 1, 0x00000000000000000000000000000000, 0xbbd84f24bf0d632bac446ea42d2faee8, 0xd2014de91ec16b879c8e2f87bdc691ac04c44846bb310a4d243178dd2dac55e3, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', '/home/abt90iranbet/public_html/wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xc2ffcc949a88db5a10169a378504ac81, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu.php', 0, 0x057046cb597a0307b94d3e85b82cf9f4, 0x057046cb597a0307b94d3e85b82cf9f4, 0xae0c50ba7ca56b332166883e7f6c09e84db86778e6711b12818c69f5a8a4353f, '', 0, '?'),
(0xc300c4be0017e707abbb818c27f876a4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_10.php', 0, 0x9c9f54755e10a569e61707f37aceab2f, 0x9c9f54755e10a569e61707f37aceab2f, 0xf155dc4b983ea475c5a6c27682364cbec5a0baff4f8f324807e5c3e1811a3d43, '', 0, '?'),
(0xc30454a49674372dbef659f26d154cd9, 'wp-content/updraft/plugins-old/updraftplus/includes/migrator-lite.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/migrator-lite.php', 0, 0xcd6f1526d18a1f3bc40230f8a8593e2a, 0xcd6f1526d18a1f3bc40230f8a8593e2a, 0x9d6daa66c03f42a37224f2f6601547a8760d41ef6628382a33e90fdba1e1d3e0, '', 0, '?'),
(0xc306520ae0e790aa5419cfeb70a098ed, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php', 0, 0x48d96d8ffedc19202cc4079faf03ef56, 0x48d96d8ffedc19202cc4079faf03ef56, 0x8ab1f64967bcec04c3cf977158358936854459e710054f30c9eab44c2b273615, '', 0, '?'),
(0xc307dcfc87bac6aa6d78e8db77ce0d2b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_6.php', 0, 0xf59f1fd8b719603c9be660883b29d1e0, 0xf59f1fd8b719603c9be660883b29d1e0, 0xf9201e358d334bbbd2e61d6256dbc9c8fc775f40e7425ef539ce7cb01d44a20a, '', 0, '?'),
(0xc30db55724326c76397b18dcad3a84d9, 'wp-includes/blocks/post-title/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x4597e11139c9caa22e8b6090b29b4250, 0xf762d4586a14bf4c9f015840d61d73b76f394513f60d7b3bbe91c56d46d414d0, '', 0, '?'),
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0xc31795e25e5287832cb64486ea51486d, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 1, 0x00000000000000000000000000000000, 0xf2c602b4931b267c6df8388129938b1d, 0xe3d76de927cefddb1e4f48b91f094340fc9048fafeedaee909cc0ea718cc88c6, '', 0, '?'),
(0xc31d5f185753910c14afebc6deb2ce24, 'wp-includes/js/dist/edit-site.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-site.js', 1, 0x00000000000000000000000000000000, 0xcf5d885def04b84023d2323e8a8f6c35, 0x48ab0b2f632e390392b63678f62104e44831c8918c7bd6f0b88992fb14def6be, '', 0, '?'),
(0xc323d022d4981605c1969d41d63a0e2e, 'wp-includes/Requests/src/Transport/Curl.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport/Curl.php', 1, 0x00000000000000000000000000000000, 0x168bd2c6706199a5c979118cc0f8bdec, 0xc4f0d33d46cf57ac65131453faddea3ea5a05cbc2b73015224b8401dd71787be, '', 0, '?'),
(0xc3254ef5072b46a3a33da722d2aac3d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php', 1, 0x00000000000000000000000000000000, 0xe574ebaa12d10f88c9a9960f564af971, 0xc92f13422f72a8895a7ab786fb183b87961378a082646baa653023f9a67ff054, '', 0, '?'),
(0xc3294b62428e1bcd46ae7e95b5bacfce, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0xb454335ec9fe15344acb652cd0d6e4cf, 0x8218cb978f846846c437208d15ec0f7d47ff40d42d57532f88f816f5bf46bf86, '', 0, '?'),
(0xc32a493fd5668d7146da5736dd989643, 'wp-content/languages/plugins/elementor-fa_IR-7bd3d6cb6889e0684fb5850e5de15987.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-7bd3d6cb6889e0684fb5850e5de15987.json', 0, 0xfb3e2e1938b75608bdb12309ed5990a6, 0xfb3e2e1938b75608bdb12309ed5990a6, 0x77f9c9f2003b4039342b5ce316dceae6f3c1005cdb8631cc7ebb34fa7ddb27d3, '', 0, '?'),
(0xc32d39b1a0a731ec75dc41a8db36d87c, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php', 0, 0x82df30d1063689f857bff90166190bfa, 0x82df30d1063689f857bff90166190bfa, 0xf5d1a27c69e023dc2bbbd64841c12ada93c1fa7087b557be2f96840fbd940923, '', 0, '?'),
(0xc32ead7fc6ee6a35d0fa9e6b0dd902e8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5_no_content.php', 0, 0xf9e0118bf510ef3a5db1694cacf3d986, 0xf9e0118bf510ef3a5db1694cacf3d986, 0xaedb1f1064138663154b99d7a0aa5db65850e1e461762c855ce1d654bdc7b4da, '', 0, '?'),
(0xc32fffe330f35707669ad9fe89c4a680, 'wp-includes/images/media/video.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/video.svg', 1, 0x00000000000000000000000000000000, 0x3b7b119ec6f971e18c072745156ca4ac, 0xf6ac29388d031375eb47af5cc4d14cbac31916bfa7620ce20c451cd144e4499e, '', 0, '?'),
(0xc330129b75f2b4109d3d60559865ca3f, 'wp-includes/SimplePie/src/Enclosure.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Enclosure.php', 1, 0x00000000000000000000000000000000, 0xb08289e777cf00cf345f5468c25df7bc, 0x60c782bbbc2746cb06d2c7b19ea3eb1f1be759f8f1d15f54d700fafb87fc0690, '', 0, '?'),
(0xc34939c5e5746072b9ac2b83edcdddc6, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-404.php', 0, 0xab15344a3cbea98944eaf2d365996152, 0xab15344a3cbea98944eaf2d365996152, 0x8699a6f7fdd82fde08b6bc14f40c1602926b7fed1c63a505c3411070750402ee, '', 0, '?'),
(0xc34a08509504277b33b70795fb73f2c5, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.mo', 0, 0xe12855e63fc9fc39f67ec603755eb189, 0xe12855e63fc9fc39f67ec603755eb189, 0x7dd4ac974184e5d7bc135f1a6a76101b8b76d0c48615e077b20c431e6aaf6808, '', 0, '?'),
(0xc34ca212f8e5a3890ea9fa0d6f677e4e, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 0, 0x35e4e61effd47d1a3e7cdb209da77102, 0x35e4e61effd47d1a3e7cdb209da77102, 0xdc0b34d526357232740d8f6886f0475870e3ff322ad9f727f8c199833b800895, '', 0, '?'),
(0xc3549c7b6566201fa584e56265f7be13, 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/text.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/text.php', 1, 0x00000000000000000000000000000000, 0x31b793694d140c8640615ff12d1e9547, 0x7f0e92dd1d9b85d89ff5c1d588784cc02f334e3a600575b1d756474b60a89f7c, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xc3574607b9aece1698524545de340015, 'wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfb87f0b6b0833c8b79f8df38d5cb2c64, 0x2c378f325e4272ed065a614492916656ec2601ddb30107e297147b349b0f6497, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', '/home/abt90iranbet/public_html/wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0x512a7e84ee03b50dea1829c200968fcb, 0x1b2b388cfce2a82e035858458fc146f246d237d37138bcb00867edcff4a1aa6d, '', 0, '?'),
(0xc35f4abc689405b544a556d5115e3a11, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php', 1, 0x00000000000000000000000000000000, 0xdd134fb90f64affdb8b865962230d6d8, 0xb4a1af1312f96acaceb12a628cb8fecf9c5de922f1851bb07ed77f9a6b50ce26, '', 0, '?'),
(0xc3607e7c0844254548b4774fbaa483e8, 'wp-includes/sodium_compat/src/File.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xbbce93e34971b3b191f1a63def411063, 0x91fccee0fb454c08de77119365f74dd16a802daacfb0d9a49d2455dfbad26c9e, '', 0, '?'),
(0xc366332c68a462805352ac52cb41c4d1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_panel_settings.txt', 0, 0x2be62dd833ba0bb5aa138688c7d53855, 0x2be62dd833ba0bb5aa138688c7d53855, 0xdd60a02940012194daecd02f9e27ce2ff56d21df3465ed3014a7cc8e679bcd2f, '', 0, '?'),
(0xc3688ca3368a80d86b6ba40998fe1f17, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_numbering.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_numbering.php', 0, 0xef70d9f70214ea618d1e11bf71f67d99, 0xef70d9f70214ea618d1e11bf71f67d99, 0x29ff8f25f3d9f72abbb047b4badba454a8a1576da9ee96518be27ce26fc3e921, '', 0, '?'),
(0xc36ac29e4005044bdb80726f18e26cc0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_3.php', 0, 0x51c351fdde834f452cc4b0b2dd5369b4, 0x51c351fdde834f452cc4b0b2dd5369b4, 0xb98e017d63f70640bd613bfc925b92873c03a717c2335e626d2881607d5fff63, '', 0, '?'),
(0xc36e67f2404f0c3a63c18027b99c9422, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', 1, 0x00000000000000000000000000000000, 0xc571ecc9a3a30614c6afded90795bc8f, 0x28388801e780b73586707bf651aa06d1ec70471a23018ef30ec1f1d99871eb0b, '', 0, '?'),
(0xc3728ee06a2f1138ea6e8190e9e1f9f4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php', 1, 0x00000000000000000000000000000000, 0xe08ecb62a53660e4f4bc1d2a99b4617f, 0xc6438142796b91890b01a5f1d9b89d0691d27a269c98af06266f9888999971db, '', 0, '?'),
(0xc3821311754af54ded2f08802077b779, 'wp-includes/sodium_compat/lib/php72compat_const.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x0bf0707be11deea15b95b4cb94b7091d, 0x07c039e76ff3f89ae1ea47179266c8706d6547f302236001ad3a51fc7b1760b6, '', 0, '?'),
(0xc3858c2e0263786261968ccc064266a9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 1, 0x00000000000000000000000000000000, 0x6193d5977134a1c7911b9bd5a87cc42d, 0xa5c36ed3fcc855faff871a399b3a12224d6fccd9811c320162089cb9d232cd38, '', 0, '?'),
(0xc3917748e2cb19812b719a0ba446b6a3, 'wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x29bfc784c76cde1ffc25991c3cb86127, 0xc2a732d261a56895df9ac7215f61e4dd347bf129fdbc315eb904e58ad312c26b, '', 0, '?'),
(0xc3927324849931296605467c8bfff47b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3.php', 0, 0x4dbd0b555ded821a37918b19ba79b726, 0x4dbd0b555ded821a37918b19ba79b726, 0xb7f00dc306d0841138eebfd8e621d58d5b1cdda68bfc6db1dce803ba40a7b0bc, '', 0, '?'),
(0xc3932133aeac2f949f5ad83cb781cf1c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x23890f2fb3a945adeb1bc497562edaa4, 0xba6af30264c81e2af9b14a331b1e376832840e60e63c01266a62242054aa0058, '', 0, '?'),
(0xc393e453b120dc2d070050986ecb792a, 'wp-content/updraft/plugins-old/updraftplus/includes/class-manipulation-functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-manipulation-functions.php', 0, 0xc99ed94cb68c5c47aaeb1833488b7659, 0xc99ed94cb68c5c47aaeb1833488b7659, 0x6ba5fe19a75fa0b0f7a37f9241b88f84b9d35c53a664cb525f80d4a24fa77306, '', 0, '?'),
(0xc395f5c575555b2c4992590206d6dbce, 'wp-includes/Requests/src/Exception/Transport/Curl.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php', 1, 0x00000000000000000000000000000000, 0x1dd0a2a25231a1f9d218558d92555104, 0x0ce1810f71fff9145d74284adee1bde66a0dc3df2339ce6f82ec0100c8bef7dc, '', 0, '?'),
(0xc398fa31af5692d09c759b90b54e2d5e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_7.php', 0, 0xedb8d04ae0b8b5a9d5eee3aefc2ca355, 0xedb8d04ae0b8b5a9d5eee3aefc2ca355, 0x54837d4b66624a4e0856a4bdaee57f2b9b4cbb3d5dcab03f9781ac142ce760d9, '', 0, '?'),
(0xc39e2d5ba39636a46d5b0435197795f7, 'wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php', 1, 0x00000000000000000000000000000000, 0x9d95499bc4a9e577655efa4b5f79251a, 0x8ca07d5c3fbe78f9bd2a222b6183004c4c982c2a0b95e56ffe6dffcdc7279a76, '', 0, '?'),
(0xc3a3d938ec959ef04b79f062cdf01b86, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', 1, 0x00000000000000000000000000000000, 0x45e359cb66de44a87d27aaa53314c81d, 0xcb2f6c57f50012f37edd17c62e9eddf895baaecb16ed57399dc09cd3d188d2f4, '', 0, '?'),
(0xc3a4332a1261995321c26b6af58e1aae, 'wp-content/themes/twentytwentyfive/patterns/page-shop-home.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-shop-home.php', 1, 0x00000000000000000000000000000000, 0xc3b3ab04e99f44af071f384b57a54e07, 0xdd61b4c08b6e8833a487f6fa3129b82dfd6ad4b1fc007dcfb0732ac42249bdd4, '', 0, '?'),
(0xc3a4fb805d30a660d07ff9dd41533a44, 'wp-includes/js/dist/blob.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/blob.min.js', 1, 0x00000000000000000000000000000000, 0xa0564bcb715d7da7ece965b053c9ad99, 0xce5a2f399bb983ebb1ebefccce139b90b5fff4fffe797de4ccc24c936d0bc18c, '', 0, '?'),
(0xc3a6db64b677ed6b8677ebb79c03d1e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1 no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1 no_content.php', 0, 0x5529f1150a49f9de212d26a8e094db06, 0x5529f1150a49f9de212d26a8e094db06, 0x5a5dec7b06b0d0966e5947fe0b98c562cca3cadbebe2bfcb1215d0c4573597ad, '', 0, '?'),
(0xc3ac042ab6d18953470fbaf9e2a56895, 'wp-content/plugins/wp-rocket/composer.lock', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/composer.lock', 0, 0x6d5cc431573fab6f656ae5a94c0444cb, 0x6d5cc431573fab6f656ae5a94c0444cb, 0x6167ac8230c2c352b34d586698b89971766a490a2f6fb40b9e3f25f504e51b85, '', 0, '?'),
(0xc3b0fdf1c14a3a4b7153b237491c9376, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 1, 0x00000000000000000000000000000000, 0xec6765b5d75fd264ace1d9ac04810a02, 0x5a4767458dbc998bdb229ec3f9f9f40bf786878c3f33ac12b093bbc24c8f2f98, '', 0, '?'),
(0xc3b38fe7bd8ab1389e33ba19eff61017, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.mo', 0, 0x8cea24c7fba6f1517d9ffa3b7157b6b6, 0x8cea24c7fba6f1517d9ffa3b7157b6b6, 0xea304bae65ccf00ea9444b0eb5a639eff33c4a292da93a5251a1a73407234fbd, '', 0, '?'),
(0xc3b49d6b27bbfda9eb35f9cdf87060b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_import.php', 0, 0xef97f3eaf5f1812121314e87df43a020, 0xef97f3eaf5f1812121314e87df43a020, 0xcd09f7969d08fb74f37b1cb65759bf904f111843e61be38b85f152f072933467, '', 0, '?'),
(0xc3b891aa17ab2ef43e34960bab02794b, 'wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.min.css', 0, 0xb8614744ed316cca51d3485a01431149, 0xb8614744ed316cca51d3485a01431149, 0x76160a8b8b1b4cc111df502f737dab809049f71aadc9ac888778ce0b0656d7ca, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0x231438693d5d5fe26e12e9037b1c8e55, 0xd667a2ec786cd1f79ced76231f96cec98881bb39d7e3a319b8a2e555f2ad6727, '', 0, '?'),
(0xc3c1ce1d6f1161ef182142844b975233, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page.php', 0, 0x269fb18f376adfdc58aa6962be5542b0, 0x269fb18f376adfdc58aa6962be5542b0, 0x7db53b9e8bcf2fa501d8561df908862e0c5b4859d33985c7ad21786a588a2a18, '', 0, '?'),
(0xc3c8eae88656f3dfeb89eebc73ddd509, 'wp-content/plugins/shortcodes-ultimate/admin/partials/notices/rate.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices/rate.php', 1, 0x00000000000000000000000000000000, 0xf49332d24a6f1860a85c80a0acb4422e, 0x9c6478e3456ef6222c6fb818b719d046c775c87c3e618abdbd4dac0f30db809d, '', 0, '?'),
(0xc3c94eb499c63a5d0b80e4798e0acfb1, 'wp-includes/blocks/search/view.min.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x7f040464b83a9f5182e26a06f28fd917, 0x36beb27f466eb35b4cc500131721d66d0ba2d21fd86d39fccdd66d23a26bfbcc, '', 0, '?'),
(0xc3cae4edacca893327f79d9d2fd263fd, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php', 0, 0xd2b723f1deae45e0bd16c2cd4aa625cc, 0xd2b723f1deae45e0bd16c2cd4aa625cc, 0x714768f25b9fb0de06e52a8396d415dc4c085ac5fd32233c61abd08a9822f5e8, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', '/home/abt90iranbet/public_html/wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0xc3cf36fa531438cb98dfad5230081b45, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_audio_support.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_audio_support.php', 0, 0x75c89a9f1fd9f9569754fe2fce79e5a3, 0x75c89a9f1fd9f9569754fe2fce79e5a3, 0xd43bf8c1ab53d2cdf8a20dfd365cf975074e129e32f3f4a37a6cc862fc988a48, '', 0, '?'),
(0xc3d082b333c52dd6ce095a4845e71168, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x61cd5d798ca4bd2585b13d512b46f898, 0x74ed1d76df086d141e5f0b101869fc173372385cd6d3f3a787666f080c301f05, '', 0, '?'),
(0xc3d3d4482bd6a7720eb90159760925f3, 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', 1, 0x00000000000000000000000000000000, 0x76f4505f71b985bcec8ce541366cf9c4, 0x2dfa1d288a8ffed355373a4edb7869217bfb598a5a0d7be94984607835adc783, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', '/home/abt90iranbet/public_html/wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0x41500404fdcef775533d6e2fcb7edd73, 0x18d517e4e20bdce70bea58325333c6b8f50581a95372de5195a8394a2131c042, '', 0, '?'),
(0xc3d72519187829ecc2edce36cf46fe45, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_7.php', 0, 0xd9b5761ea685ce4090e8c9ee1bea6680, 0xd9b5761ea685ce4090e8c9ee1bea6680, 0xeebca56544ce350704f56a86a0fdd36880d4bde3f302b47a15aeb29c7f4a0508, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0x7cc26552154845b4dd778423dd2cbb66, 0x6601dcb85e4265c3cc6ed588d9f194598a6c5a265ddac8f486d8de48924c64ec, '', 0, '?'),
(0xc3e014a637c08f73276c7fe412e32c1e, 'wp-content/plugins/td-cloud-library/assets/images/medium_large.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/medium_large.png', 0, 0x4ff00aa2d823baa6c2cc6d07c6768dbd, 0x4ff00aa2d823baa6c2cc6d07c6768dbd, 0xa9a11207dd66e5720a5108adc6770660d0f1409acbee969c2b37f7f46f1d5cdf, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', '/home/abt90iranbet/public_html/wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0xf7c3ecfc9d23ddaa52a5f82267e943f5, 0xfe1768826aa75b81cc68e6b9892e454804069d01533acd6670dea9ccabab0e85, '', 0, '?'),
(0xc3e2cca31fc19568e5206f8e9b245c81, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 0, 0xc41f1aec9c44a1a591a33e5ed52e252d, 0xc41f1aec9c44a1a591a33e5ed52e252d, 0xa2f09040560f44657a2fa6ec6f7ebed448996345de9de3bc3ac5298c5d7fefb5, '', 0, '?'),
(0xc3e38c4d8db6b99e59df03cc45337b08, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md', 0, 0x3b0158af67762c07e8ad9eb1741ad089, 0x3b0158af67762c07e8ad9eb1741ad089, 0x2f0604721734ed7c1f3611d2d74807ecedddb265a68731865f8c63ae76062546, '', 0, '?'),
(0xc3e3e1bd3184a137a2c02bf53257b347, 'wp-content/plugins/kk-star-ratings/freemius/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x34a99cf8a3358f6554d6b9dafde787e5, 0x46f4c940b211b5064999d1962534cb175db9109161af6b04733c1413506bac6b, '', 0, '?'),
(0xc3e84a16b2a03fee92e6429a064284e0, 'wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg', 1, 0x00000000000000000000000000000000, 0xe4ecd9178668afe9039b22bbe5cdac06, 0xf620cba1c0f35098f8bae084c3663d01c7eaedc1b91478221daea1d5f7eda9fc, '', 0, '?'),
(0xc3ec64932efbb3ec624c04c978705a14, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0xda09dd109d896fc36ad24bc8bc33a8eb, 0x68dd3484a3ab1a2bd63e47958413ffaefda9cf91307ce0c4668818f8e0d7e7dd, '', 0, '?'),
(0xc3ed24965efb6adab6e6701dda718574, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_css_generator_demo.php', 0, 0x597a33b977e7eae53df04da3eaa961c1, 0x597a33b977e7eae53df04da3eaa961c1, 0x6f9612833c5126dce6a801bab4865126f80075611727049e802139c175aad1cf, '', 0, '?'),
(0xc3f908f8bf5f5eb0b6aee7938a506c45, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 0, 0x065d2f19bf0670cbe63d7d7164093b9b, 0x065d2f19bf0670cbe63d7d7164093b9b, 0x009f07aa400464b76f33a92a4467e89be3bd85a51c36d1b46190074db476734e, '', 0, '?'),
(0xc40055cec6cd1d0b8fcbf66153adcc0b, 'wp-includes/widgets/class-wp-widget-block.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-block.php', 1, 0x00000000000000000000000000000000, 0x0467479a502723e2831c4461a778ad5c, 0x06a67cf1b01e58954bed6551f9aed0174c4b82fcbbb1f8d9ef5bee7500c34052, '', 0, '?'),
(0xc402fbe7da9cad14719aef0a1a9bc791, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_file_upload.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_file_upload.php', 0, 0x7e11ab26c20e8be9d4b9367d0d1084b8, 0x7e11ab26c20e8be9d4b9367d0d1084b8, 0xc0923fd7ed2459453d149a9a74884f1d3fad6e702c5f6d280d3fa89a10371f9c, '', 0, '?'),
(0xc40363e198a3bc72e4bfcd1677b9e3a8, 'wp-includes/blocks/file/view.js', '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.js', 1, 0x00000000000000000000000000000000, 0x4d19045e5454d4554235a8970dd6fcc0, 0xd19c30ea42eb32af30124c21e3c0800fbc2d5a09ed365013b8c43902d5a073fb, '', 0, '?'),
(0xc403c2a4239f8568d68a12aeaafa3cbb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2.php', 0, 0xb537f037a2ba70c299d084ce556e07e0, 0xb537f037a2ba70c299d084ce556e07e0, 0xf0cef7585f4cd6a0532ab5000f8c136cc67077b67459a86aae867f8438000609, '', 0, '?'),
(0xc40f093c3a2d444e9b21c4004a6733c6, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author.php', 0, 0x1f6a87192b31090041cd37b021aab85c, 0x1f6a87192b31090041cd37b021aab85c, 0xbdeb47642b2a58bed01a78385c8efbc3b2652cb78486c82f4825dc985362df1f, '', 0, '?'),
(0xc410df4064101c73dbefee411ee53bc2, 'wp-content/updraft/backup_2025-06-13-0335___90_68aa901e8244-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-13-0335___90_68aa901e8244-db.gz', 0, 0x4a1442a182486fab0fdf5424e7b12d03, 0x4a1442a182486fab0fdf5424e7b12d03, 0x2e86f6787cadf77a0c53f9caaf49f0461a17828cbc820e719cb0c792478efe7e, '', 0, '?'),
(0xc41838bb6424e76e788913a59979c59a, 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xde23a1720df76cb3f800b37b402f82b0, 0x02af53e875f1c1b42f7b52c8c4c05c82c9f065d20fb22d78e346dfda682145da, '', 0, '?'),
(0xc418ec3483a7b6a7ef0d20724cadd89a, 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_single.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_single.php', 0, 0x0361c3f8c204f22bae14513a3ee89319, 0x0361c3f8c204f22bae14513a3ee89319, 0x51682dd459dffc54d9ef1a533ab77fd861efbeda5554ec9616559b4e2731d363, '', 0, '?'),
(0xc419f7110e41d00a260aa8c9d85b58c0, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_description.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_description.php', 0, 0x75586352ce983584d432c12bc967ec6c, 0x75586352ce983584d432c12bc967ec6c, 0x39c813f90b8a882d0ee5da1c259b2b4a90a033f56f67577c9853057b298fcebb, '', 0, '?'),
(0xc41de635c4a829cc30dec61b588727cf, 'wp-admin/widgets-form-blocks.php', '/home/abt90iranbet/public_html/wp-admin/widgets-form-blocks.php', 1, 0x00000000000000000000000000000000, 0xa7d385532ce4f50335d8322490ae12ed, 0x75dcf53471ff5ce686969a8db3ffc087da93c029567ad0f475cd87ba8798eeb0, '', 0, '?'),
(0xc4207546506a6b71d03d6b03eb9fe9bf, 'wp-content/plugins/updraftplus/includes/Google/Config.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Config.php', 1, 0x00000000000000000000000000000000, 0xc3ad42263252a9f8e7c4566f2946cb0a, 0x5971f6d18ee75b3539f462e4ef049d5a9c13bf57197ee869c55101a017d5eec9, '', 0, '?'),
(0xc4214e60bddf52f2f6ac94eb7b887d39, 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 1, 0x00000000000000000000000000000000, 0x805f06b5f7c554a0294f4594725a0780, 0x87063415938ca93aeeb3bfa5c82b3b81ed6b9aa3abd80822a02b3350703ef537, '', 0, '?'),
(0xc421b20de29269f4ed721fd379d4f243, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_client.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_client.php', 0, 0xa5113df54fe70befa8a562bc5fdeb59d, 0xa5113df54fe70befa8a562bc5fdeb59d, 0xd3bfea08045bcc63e1b924163a4d4c624998b850164835e0e8bc22cfe14301ce, '', 0, '?'),
(0xc42d50b8cb087e6d5123805d5d8af8e9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Utils.php', 0, 0xa7859982e77851b59d6637916bee9e85, 0xa7859982e77851b59d6637916bee9e85, 0xdc6ba335f5f1f1514d51e4f561a8ca9408e28260f7ea78f8a18e172ba0c4c8c4, '', 0, '?'),
(0xc4336b3c521f368880b983cfd6947ac9, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 1, 0x00000000000000000000000000000000, 0xec62dbb41e7c853d7dff986771796421, 0x0a283c5ec403ed96078702aaf6d79903ac7d1fee3b3e0edceda1521678d89669, '', 0, '?'),
(0xc43630e9f02931f6bb93d6ffab5997e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php', 1, 0x00000000000000000000000000000000, 0x40697f1bd84a9265c8734f525271726a, 0x5ee26182f90cdd010948dda6f9bcd67c82bdba24cb21751e6ef28b468c9fa9a0, '', 0, '?'),
(0xc436ea15d96c883914879ef061dd3e2d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', 1, 0x00000000000000000000000000000000, 0x615f89a3346b0d70f40a4beb5535eb45, 0x7013f352d6934e9cd921d4320596f8612fa878bc3d6fb1b5f2865a08d68f83b0, '', 0, '?'),
(0xc43a052fac3fc68033767f43ab901ac6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_6.php', 0, 0xfcd075b598b7d39bc8bd339dbb7a82fc, 0xfcd075b598b7d39bc8bd339dbb7a82fc, 0xd936bd4b05df4d22cee5b99e60618ac4bbd0f6cca8b969b68a7946c6a618f6c9, '', 0, '?'),
(0xc43e45ea7e03cd00830408a2e693be57, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', 1, 0x00000000000000000000000000000000, 0xcc30a46433175c742cb4d5635da49435, 0x9d4a6772ac9a99ec63a015a7eb21eb961a7467e037eb779749efad95d285448e, '', 0, '?'),
(0xc443a0e4a0b7b25482091d669420fa12, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0xc44d0e4389b7dc222ecbb8001bbc2459, 'wp-content/plugins/amp/assets/fonts/genericons.woff', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/fonts/genericons.woff', 1, 0x00000000000000000000000000000000, 0xf3f73b280148eeed102d4a6874ac7886, 0x84b63b0ed2166d13861eda7ddbe29dc5eecacc65287e9179306dbe1b3da07d2c, '', 0, '?'),
(0xc44e8bd2cc0b9baf6587ba52d1fd327e, 'wp-content/languages/fa_IR-c31d5f185753910c14afebc6deb2ce24.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-c31d5f185753910c14afebc6deb2ce24.json', 0, 0x83e654a0226eb26e9389a02169c515ab, 0x83e654a0226eb26e9389a02169c515ab, 0x5b96493a488cc6cc9bddb0321e070eb4478940efba12311e439f605412ae509b, '', 0, '?'),
(0xc455aceb255565e9943fd9efb2a21a68, 'wp-content/plugins/amp/assets/js/wp-polyfill.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.asset.php', 1, 0x00000000000000000000000000000000, 0xb7664a713107ec74a9516ecda191b619, 0xbe1cc19c9569d10ed9a9a78d87871aefcb65f2e6210567cf27fd4f414ef9269d, '', 0, '?'),
(0xc456d57be980229ff6cd1ea74d4a269c, 'wp-includes/sodium_compat/src/Core/AEGIS/State256.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State256.php', 1, 0x00000000000000000000000000000000, 0xe9128db83cd7e590e641f54235001514, 0x3dff3d7cc10f6e131d8389fc97da9376461bc96bfcda5fd1ef5bcc5fb44ffa9c, '', 0, '?'),
(0xc45e4be0f3369d02918d7c31e1b63e26, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/edd.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/edd.php', 0, 0x4e3c9fe75ce70805e22718754c2e19b5, 0x4e3c9fe75ce70805e22718754c2e19b5, 0xff7b533ac6c6c79ba80b0f0f1ed1c055c93b2d198a84d5a77cf72d3df9da55fe, '', 0, '?'),
(0xc45e9a14a533b57d0fc22f8e0f3253c7, 'wp-content/updraft/backup_2025-03-10-0326___90_50b3eb9fba80-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-10-0326___90_50b3eb9fba80-db.gz', 0, 0x31815e4d3ce87d07cc183b0a9c1c0043, 0x31815e4d3ce87d07cc183b0a9c1c0043, 0xd8bcf82ced05e21de8e7132b28d8fba1638de26115fd5a45500623a5a3323493, '', 0, '?'),
(0xc4601407d16c0008b1843f79bb11a2b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_6.php', 0, 0x336aa9a9d8622abf502e1efdf81e7d34, 0x336aa9a9d8622abf502e1efdf81e7d34, 0xa20a89a01a07eb46a4a6d3835ba4f33230d72e87fd85b96ef0ef68fc300fb50c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0x1f1ac559e28b48bc74997aca7b278389, 0xb801fbf4fa8550014b0148615f91a83ae359918dcc1726573b23f107abc38c1d, '', 0, '?'),
(0xc46659accddf178f0fb6a9ed8eab7e33, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php', 0, 0xc562fc24bddf20e97db05b84d1e8cef7, 0xc562fc24bddf20e97db05b84d1e8cef7, 0x53825d014b73f1a444aafcc380760269b79649be18ba7425b56ab83d9ee27f27, '', 0, '?'),
(0xc46aaa1e1b32deeff623bff949fe1711, 'wp-content/plugins/updraftplus/css/updraftplus-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin.css', 1, 0x00000000000000000000000000000000, 0x7c3bd606c48564f755581fe6fdd42be6, 0xa3b7089d5e8cc70b24ef8e320cab4c3af18eae9be29330e09dbad5cf30dd099f, '', 0, '?'),
(0xc46fe441780f9010ab075915d4962a4d, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php', 0, 0x5d799303a73d5c9980003861152905d3, 0x5d799303a73d5c9980003861152905d3, 0xe1317d6a83a855352b6cf739d7208d2d1928288b84fe70af1f97f468bd195c6b, '', 0, '?'),
(0xc4701fc8ace9934553f7f795f930b24b, 'wp-includes/blocks/search/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme.css', 1, 0x00000000000000000000000000000000, 0xbe874fc131663433b41ea1d6d1bc5f30, 0x7d2bbb917bc8963139c7440057308953b928007f9aa9736a28aa082525a77082, '', 0, '?'),
(0xc47312d8959f6dc3fad1bdaa39ae0fab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_import.php', 0, 0xe2580f0c03d975e3e1fec6016e9e6607, 0xe2580f0c03d975e3e1fec6016e9e6607, 0x73e8513e114d05a1528fe682342b4ac214fe121f3082dace4e72a332e130bb2a, '', 0, '?'),
(0xc476004628ae59bc78bdc1041396f5ca, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php', 1, 0x00000000000000000000000000000000, 0xa85ee7930f0e5157908fba8f79102932, 0xbd5ae259319a8801ef68782f5b2fcddffaddc657368b38bf8315f187335a4ae2, '', 0, '?'),
(0xc47664fec27cc483867c67d95469a9f3, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml', 1, 0x00000000000000000000000000000000, 0xd0e386fce3496b155b634b3d3fed538c, 0x62817b1705bea4cffc06fbc956a9e89ad520b5fae1c4d2c3406088379ab908ba, '', 0, '?'),
(0xc476fb562f57ce0bcf7b1d7d215ecf4e, 'wp-includes/blocks/html/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfb3cac0b93f8d337af50f46fc57ae726, 0xe31552324338e659d05476782963a7eeaec59caa0f87881eeac9f299bb8f939c, '', 0, '?'),
(0xc47e07143b2428cb7fb8b79770587ab5, 'wp-includes/blocks/comments/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x24f7d0bd1f3f0e0c2862b04b64fd32f5, 0xa36eef02af7ff711111afd80f70b87a596f1d97a3239b98c9d338753f484e5e2, '', 0, '?'),
(0xc47f082f2702de7d41a4af64458ad602, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_9.php', 0, 0xa72568c90a2e171d77f79bb77915b86e, 0xa72568c90a2e171d77f79bb77915b86e, 0x7c09ea8ba518b17b8e4881a5400986763f577194686d4ebecc06bcbe7bbf0b0b, '', 0, '?'),
(0xc482057a7c9db670e1e797b1262870af, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_3.php', 0, 0xb9e89a0a9264d693895c8b801572ffed, 0xb9e89a0a9264d693895c8b801572ffed, 0xd3a5d810597ce1530d46787ce431186f7422624631be2b8571d4565207839193, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0xc491c8d4aa561c8b4354189c91fee047, 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 1, 0x00000000000000000000000000000000, 0x8730db46b0c0f5c5fea4cd6e7c681944, 0x3397d526e01194536206844ba3951bfa8641272078503f64a2264ffc1cc60577, '', 0, '?'),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x459b141a8d45d6439b1ec8d9e6737811, 0x9dd4d81c0797768c928c8765b5f0edcf77bbb5494865978f1461b57f922d63fd, '', 0, '?'),
(0xc499e9af8d87c20db61f06e48ee516be, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-large-dark.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-large-dark.php', 0, 0x803fb520b523c80a5cb323c2673bda96, 0x803fb520b523c80a5cb323c2673bda96, 0x2d89dbb65f0829caa3b9f64a3eab77b53bdc7c605a92e7fbbf6eaceda961ae93, '', 0, '?'),
(0xc49ae1e114704128e9de00a99e55a49a, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.po', 0, 0x999f95664f34745f0b819c01ba744272, 0x999f95664f34745f0b819c01ba744272, 0xed378509dfa61e1b01dce1f66cc23abb5f4ac086f5a936bd75d6948de307418a, '', 0, '?'),
(0xc49b0bc577fab2022bebb671415a1f12, 'wp-includes/blocks/group/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5fc6c4cd7f3dafd065fbe92bfd199f21, 0x66d4092cd238e8f8455472750a72e66e65e1ae043758da39dec1717e165422fb, '', 0, '?'),
(0xc49ecde809ec932c5ba78d75144149f7, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2750d72a058ed8838bce06ae754ecb0.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2750d72a058ed8838bce06ae754ecb0.json', 0, 0xacba4a26a2c9013de1fa764a4a2f30de, 0xacba4a26a2c9013de1fa764a4a2f30de, 0xd8a0344f8af64279dc46d348ec873bc1f30bb117e2dc79e74d3223391aae529f, '', 0, '?'),
(0xc49f5c9b782ae9aa3dc409b02eaa5619, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xa4f039a654611343cfc112cf49953b40, 0x79ab4878b0643f97dec64f5706664766ccb6588d8d657e6d35b2f8a1c96660c9, '', 0, '?'),
(0xc4a585059e649b8f490ced957868b2fb, 'wp-content/themes/twentytwentyfour/screenshot.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/screenshot.png', 1, 0x00000000000000000000000000000000, 0xadaf7418d24b0fd6058cf02d1b1d17d6, 0xf6ca5ced4d206d751d81d6164482fc3d8df0d2b6e224f32fc87b37a880ddcec0, '', 0, '?'),
(0xc4a83955bc718e89372514743daa247b, 'wp-content/plugins/amp/includes/embeds/class-amp-tiktok-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-tiktok-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x91248516c46c42081ce1418ee833bacf, 0x730953a8b358c169dffe33e7bc4a974e1a24dcf938fca3bd64cd8f61e067c662, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', '/home/abt90iranbet/public_html/wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0xc31aad2b7b7d506b15b2468d74e160c1, 0x4a0add575af6ccd53e6fc9d4d3da378be39adfad5c74ae51d6bdf44dd5964cd1, '', 0, '?'),
(0xc4b67ddc4e0b78c9e0c8f788d4a1775f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_9.php', 0, 0xacb69335f7e0a74e75342a5d2dce5c07, 0xacb69335f7e0a74e75342a5d2dce5c07, 0xc6f730147853322133a09bb8a592c55860e34be7b574bb05f3ae075ef5d7a658, '', 0, '?'),
(0xc4b687c696966f9d8ae7c3a8667b550b, 'wp-includes/js/jquery/ui/effect-highlight.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-highlight.js', 1, 0x00000000000000000000000000000000, 0xdef0f7c16eff42733e3dc27d5b2b43e3, 0x86097bb24ea5f9abcb1bacbd14cd6dee398643544f96f8ed2fd013d26b4b3077, '', 0, '?'),
(0xc4bc7170ada425fcf5ad41b991de13c6, 'wp-content/plugins/wp-rocket/languages/rocket-ru.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru.po', 0, 0x3e1f0bc50683055c8e7018382dca22d4, 0x3e1f0bc50683055c8e7018382dca22d4, 0x251df087392e01ad3e2d29cc8fe5d708f71f71b2db75fe5918093c5c83fc792c, '', 0, '?'),
(0xc4c95711e63fa8aee73e1655edf6152e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_3.php', 0, 0x3c83ba507432fdba43951122a6a16948, 0x3c83ba507432fdba43951122a6a16948, 0xef2345ad971c15370ceafa3557b7ce39369cad1f8aeb6e4d5e900da131b6322d, '', 0, '?'),
(0xc4c98cea9b93b1932019be3b74a3f6c4, 'wp-content/plugins/amp/includes/amp-frontend-actions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/amp-frontend-actions.php', 1, 0x00000000000000000000000000000000, 0x075126102284d65015c25c9ed650ec6c, 0x1541efd8152c91dcd33bc62b8d1e0c5cef93345df87f46bd26512c5c07c80b41, '', 0, '?'),
(0xc4cce6fb17c90d9072c0452462b0cbd8, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-9.png', 0, 0x36afc0d60c3cfec904e66a15ef7eae88, 0x36afc0d60c3cfec904e66a15ef7eae88, 0x1a8806e71478c338e3c362e282d889a31baf6154c91ef659bd76f1f9a1852fec, '', 0, '?'),
(0xc4ceac2289b630d9b58a08e6b07c8cb0, 'wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo', 1, 0x00000000000000000000000000000000, 0x6fcbedb218c1174f46a43d00041f0cb2, 0x6b768ca1a5b50c9d20bb14b922b6da2b7dada65a14dd6fea872fdbfbbc77ef9a, '', 0, '?'),
(0xc4cf6582fd4e102dcfdd40311a05a3cb, 'wp-includes/blocks/legacy-widget/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/legacy-widget/block.json', 1, 0x00000000000000000000000000000000, 0x8347d414dd748d6e7297c20b2a619cf3, 0xe03ee4a32188fb164fb4ae6a65f886d6451922ef91ec7e392a35a830b5943381, '', 0, '?'),
(0xc4cfdb3d36d12b285201c78ad79d5207, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', 0, 0x07271e8a945d7b78a74eed077d93fc1f, 0x07271e8a945d7b78a74eed077d93fc1f, 0xe453baf5846829ed3b01e2d1a944eefce80f8dab4a0683668376e1b997a2a205, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xc4d5e1f28686a2d87b922ca548b46815, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_2.php', 0, 0xe6bc9cf0d14eb7a5deba72482509e4f0, 0xe6bc9cf0d14eb7a5deba72482509e4f0, 0x5e90ccd1a2b5237d33a462ab9adb2ffbf912b0be0bdb2c9e4782a0c8bfce5338, '', 0, '?'),
(0xc4d81cd7ad88c48e1eae17fd9b85f1ec, 'wp-content/plugins/wordpress-seo/src/deprecated/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xc4d8cc055dfd11ff25c0899084e8edda, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1.php', 0, 0x249afc5f83150e273b7a70cc25be73ce, 0x249afc5f83150e273b7a70cc25be73ce, 0x2abd46fe55dc0b633e9a0a372b2008a632bb6f8b8a17792a0a9eafe3e5dde4c2, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x197b29e306ad379d77abe20c46168718, 0xb29b2e521427eac431e7fe74adcf6166af2a742e8b7274ef7627a0627f87dbe8, '', 0, '?'),
(0xc4e4a6af86b8293d5f44958d60710bdc, 'wp-content/plugins/td-standard-pack/Newspaper/includes/widgets/td_page_builder_widgets.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/widgets/td_page_builder_widgets.php', 0, 0xfefdc894ebb8790b63ab84e732002b81, 0xfefdc894ebb8790b63ab84e732002b81, 0x1ef1ac35f165cda2c44a3c794ea23027e4f2fd7fcdf00f0dc6e10bf73f7fcefc, '', 0, '?'),
(0xc4f19c18c5d0846a5bf627508060c179, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x88fea7d3a35432f1ad1969e5c38b56d2, 0x735436fb0ac066d6e8213928158a48bcfccfdc17652a5167a52f75a9fcc1e435, '', 0, '?'),
(0xc4f76674a8856c6b2781284563ef2a81, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-14.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-14.png', 0, 0xacf81f5db19879161fc4ffd7e66111ca, 0xacf81f5db19879161fc4ffd7e66111ca, 0xfba6c3d14e7e3f21edecf6e16081aabcf507602e3be1c34743391464effe07af, '', 0, '?'),
(0xc4f8761f4e25950a9652fbfa442f88a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc4fc705e796212b76726e8eef1ef67ae, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 0, 0x72dc9cba472369e097053dc3b62fa83c, 0x72dc9cba472369e097053dc3b62fa83c, 0xd63c74bd402fbde4c1977cc2a3601b827fbbcabb2b91498e952232c7d61dc99e, '', 0, '?'),
(0xc503782534cfe05c6066552f5b7a124e, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x3b97b4528161e41242629212f5aa8482, 0x41507f3a2bd34346a2af1f00fd3db0d766fe5cee51af4a992ad3a2d094687190, '', 0, '?'),
(0xc50c99ba14a1b047383934461c876061, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php', 0, 0x572040999cbdd0ca1a0adf348f4e0e0e, 0x572040999cbdd0ca1a0adf348f4e0e0e, 0x7fb4cb2f8386fdaabbecf5ff54a9fa26b56cf7b8e511983cb58935f200a68214, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', '/home/abt90iranbet/public_html/wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0x77f63c5e43f06da4012e98101d0dcf60, 0xe89f5dfa64409c14139791a88792a28e220bf78a0d35e6aaa2d57fb95bfddce5, '', 0, '?'),
(0xc51398f75a0fe6587c0ee56fc7cad472, 'wp-content/plugins/elementor/app/modules/import-export/processes/export.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/export.php', 1, 0x00000000000000000000000000000000, 0xa424311140cefa6afcafd8af5cde331d, 0x5e650f475dcd3d54b532a8b6630eca11379f08214f82d756804a6e170275846e, '', 0, '?'),
(0xc5178cd186d7aa17b7a5ed588a98c70f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1.php', 0, 0xabf886087defa146a864c96dcca8e96c, 0xabf886087defa146a864c96dcca8e96c, 0xdeabe595a5f833301521d2aae9a1c563c49f558852b6dca0389dcf2bce3ba41c, '', 0, '?'),
(0xc5185789633cac20bdce29dade874dc6, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffd27a_256x240.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffd27a_256x240.png', 0, 0xc41f8df65084833734931cc23105d939, 0xc41f8df65084833734931cc23105d939, 0x05bc3213701cd2dceadf706b7fa08c69b21f16cbad2153e90b2cb8cc5e65ebcf, '', 0, '?'),
(0xc51aea671eff2bdb6f9d10c7392f6276, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0xae4ceaec6a65c2a29bdb08ebce30d111, 0x24975110bb35a85032ccc076f6881ab8a5bc69fe248852450c07f1f87db3e692, '', 0, '?'),
(0xc5204d3443f3f5f3ae792ebb5353d483, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php', 0, 0xbd10aab7f38d0d252f129c0edc3bb679, 0xbd10aab7f38d0d252f129c0edc3bb679, 0x65a501e5fa6b76f2af5d4dca04108de4d98d25d79dbaf94c5bd6f23435256fa2, '', 0, '?'),
(0xc5210babe8eba746d0eafc78b94a9536, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php', 1, 0x00000000000000000000000000000000, 0x184f89105e74e2bd898da70a69549a62, 0xe8da3e6e1e90f7d36abdc3c826667bc861b4f0917b1bfdd7c73f47674f81f510, '', 0, '?'),
(0xc52c97b8e581ae1bc1e49a2d79829a94, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', 0, 0xbe8e54078d5dcc5e5089006b0399096e, 0xbe8e54078d5dcc5e5089006b0399096e, 0xbcb45d336ee9d4cbb995afb996b630d501bc8f5abf62e22d7065b75709aa901b, '', 0, '?'),
(0xc52d00b54262176fc6c0646e8d44a9e9, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter8.php', 0, 0x8b8c82763d4b24f365c4bdd00850c251, 0x8b8c82763d4b24f365c4bdd00850c251, 0x3f52599f472228e3fa07ef476a92a0c620e418602b1b67123bcbe01113220b05, '', 0, '?'),
(0xc52d55e4c4228df71f08eaaee3276c75, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_8.php', 0, 0xb5e4e993288623d55bd8fb6876aafa98, 0xb5e4e993288623d55bd8fb6876aafa98, 0x101e78c5194ab87af30e30b10488cf16527d667fbb751338e49e64c96cf07549, '', 0, '?'),
(0xc53282d827ce21c7e9cb3fa430ca374e, 'wp-content/languages/plugins/wps-hide-login-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wps-hide-login-fa_IR.mo', 0, 0x5fdddad96cfa6403a8573203b2009454, 0x5fdddad96cfa6403a8573203b2009454, 0x9307a4c4868d4d5060a6267ddebf100a3e90fa4fc8107f5968acc98cdfef7cdf, '', 0, '?'),
(0xc5329c24cee2cf0e913392c07e84cf0d, 'wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js.map', 1, 0x00000000000000000000000000000000, 0xacab7536e6f69357dc311e986f7e0b19, 0xd5ac51cfb64fa2ed57e06a8e18a1b5994db9c36fd54582a714546313b07083d4, '', 0, '?'),
(0xc53535750f0cce5c5ccf2d4a7f323fce, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.mo', 0, 0xc90ed11e2e44c04be0c16b92d319c8f8, 0xc90ed11e2e44c04be0c16b92d319c8f8, 0x6d301540535c34d39a5f89f607c688e0b2ecc8e1d670718f8be263f840675a69, '', 0, '?'),
(0xc535bbe4e1badb4970c7e3e45dd426a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_9.php', 0, 0x75254212fdc9368a3d73be3f24cb71e2, 0x75254212fdc9368a3d73be3f24cb71e2, 0x7ce647a65a1b80099a7b785185bdb20241fd883812d601f5f07aff26616bc1c9, '', 0, '?'),
(0xc53ecca927edf411c7af3deb5b291890, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc53f3a4eba88c1584778b55a6954aa9f, 'wp-content/updraft/backup_2025-09-21-0337___90_d8a37fbaf4c9-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-21-0337___90_d8a37fbaf4c9-db.gz', 0, 0x14a3f28ea354c8f1537668f42911a0c3, 0x14a3f28ea354c8f1537668f42911a0c3, 0xf5bcbccb0966321dd464f132c554f004f8d6c97b323d30485cc7579b3d29b92a, '', 0, '?'),
(0xc541c982838a5d9a5897668e01b1504b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', 1, 0x00000000000000000000000000000000, 0xf49c0fa1cf50b4d7f5da6aa050adcfd9, 0x2bb8a03dc80d352893797639b7d040fba745d187806013f18528ddea60f74c49, '', 0, '?'),
(0xc54850cbf15938f94deb4aaf822790ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3.php', 0, 0xd0ea688bfce36a12d243963303a5653c, 0xd0ea688bfce36a12d243963303a5653c, 0x2624d72db956d4980f9a2a4eeeb1f71247892601b7f0d1ef4fd1119401140f33, '', 0, '?'),
(0xc5497eb762e83979565aafad339d87d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_8.php', 0, 0xec38aad3e586902dc19481a4f18af239, 0xec38aad3e586902dc19481a4f18af239, 0xd6dd53d7f63d87ee4b7b54a2692101fd8552df56984ad70189dfee78dfc21857, '', 0, '?'),
(0xc55467a3be75f0963d8caf09bf792bc1, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_indic.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_indic.gif', 1, 0x00000000000000000000000000000000, 0x04660eb352eb259581a36a0fe8da2d4d, 0xd5a8ddd56b4e3b69bf2dd4d804189f5097dac92e09d8a2a8fb711c610e40c863, '', 0, '?'),
(0xc5548c9556cd369ae08dee44dfebec67, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xa227fbbe687381d212bb1260563d8955, 0xc7fe009b9e703d0d6f00d9ed36b847e4f67321068792b38bbd44aa016049bbfe, '', 0, '?'),
(0xc5594a0caae2ab14408de5c88630ecb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', 1, 0x00000000000000000000000000000000, 0x6751b3d5d66940ee4b8650c1f0ae619b, 0x5a6f087641c92acc46cbcf37d7dabef73653ba2f0ceb9c9cf993e2f814bb62fc, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0xc560123ff0b5358e500da6cc38d0383b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2.php', 0, 0x986615fa5e6018b5cbfafdeffd650f0a, 0x986615fa5e6018b5cbfafdeffd650f0a, 0xa594720f891727820b557a3c4f7245663f1210bf276440820cbe2ebfebb2637f, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', '/home/abt90iranbet/public_html/wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x6a8fbcda994be17e7109f588fcd8633d, 0xd91054f28cbf9118f4f564f154af797e23efef6a4922a32b8f2b331dc1c98908, '', 0, '?'),
(0xc5613e7ed2ede128a82596160298dd40, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormat.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormat.php', 1, 0x00000000000000000000000000000000, 0xb84470600e41b74ad4f04bb2a9dc3036, 0xbcd3d867cb02c3c8937e9d50154ea60381f9c7407d79ebe2f916adb726adeb5d, '', 0, '?'),
(0xc562a52b8aec4835f87fe355c2c29dca, 'wp-content/plugins/shortcodes-ultimate/admin/images/search.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/search.png', 1, 0x00000000000000000000000000000000, 0xfb7c1b9b87dab245a742434143956f20, 0x4e7aeda9c71c39a2ff11a8c8451e113bd55c6329ccba14faca22d9d11c8ec76d, '', 0, '?'),
(0xc5657908a766edac5c58106d93a7eca5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1_no_content.php', 0, 0x12ef4fcc352d120207508f4bd89d5a9f, 0x12ef4fcc352d120207508f4bd89d5a9f, 0xc460f116cef00db2c28b8884989d92818d95d6c17e8bb096906b4c8e3b059f92, '', 0, '?'),
(0xc5660535c804bb59557befd003218027, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_helper.php', 0, 0x6bbe9a8da361e3d93dbf895b938d1be9, 0x6bbe9a8da361e3d93dbf895b938d1be9, 0x2116e6ab2246a05bae41684a4c5673290f224c3c09fbd77899adbe390985f7b6, '', 0, '?'),
(0xc5694431abc778ada9032e40fbc3e651, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/nurse.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/nurse.webp', 0, 0xf91f5f16501274541bc7bc7a6999ac5d, 0xf91f5f16501274541bc7bc7a6999ac5d, 0x92eb1ed27b9a6a7e1616b184afdac7ac5bfdb7292701ab87c70685bf2db2de5a, '', 0, '?'),
(0xc5704eaf103c4182ed12b17b14a90419, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md', 0, 0x745dd467bb8d944ee82b38034a3b71d2, 0x745dd467bb8d944ee82b38034a3b71d2, 0x4ee962dfa5f3490a61b3b75e207780d2ac790f112dd6473be1bcc752afbe9673, '', 0, '?'),
(0xc577b6ba2550dc6d3e3226d7c516b640, 'wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg', 1, 0x00000000000000000000000000000000, 0x1f9c98b711136181c1559f4a01950010, 0xab5dea97aa0c8cdfb7079362af5a431d2d0499d977afd409bf843133e62d4464, '', 0, '?'),
(0xc577c3d491ebb99d8fd30e20fb3a724e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 0, 0x958949540fecddc01fa82ee679405942, 0x958949540fecddc01fa82ee679405942, 0x64849f5d49bb76280e4119fbc9157bd26b9a498ffbe1a13eebfed096295e0682, '', 0, '?'),
(0xc578656a75f9ef1b1203b8d91007b28a, 'wp-includes/css/dist/edit-widgets/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0x3cd1d3d29bdcd0a59359edc32b995bc1, 0x8cbe7ce2a5a3dedac139f315159c25308927cd110b7d34efbe687aae3d8dde4d, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', '/home/abt90iranbet/public_html/wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0xc9c9d6f656dc8529026ba5199d1fa16d, 0xe1e835cecb2ac2ec135af4aad9ea2f8bbe116de0ba62203362768294b6d1d02a, '', 0, '?'),
(0xc5833be9aac6d8bfa8ef031cdeb2035d, 'wp-content/plugins/amp/src/Admin/ValidationCounts.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/ValidationCounts.php', 1, 0x00000000000000000000000000000000, 0x54ff21d78dfa7572ce9f2515b2f206ab, 0x6249641edd2dc2e10781a43fe666f28831b05f6df6e8ffe605a2db6adf055176, '', 0, '?'),
(0xc58349404481414ca7cc5f626a0e40e7, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php', 0, 0xd85707e07461e2f3f14d7c4b7c30eabb, 0xd85707e07461e2f3f14d7c4b7c30eabb, 0x932b42c7802ee391b3946c80c849106361d5e6891b40fc67d1a567e9331d7593, '', 0, '?'),
(0xc5847119564bee224d3946f62fed97b8, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fi.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fi.json', 0, 0x7e17921258511156b8e1a42af278652d, 0x7e17921258511156b8e1a42af278652d, 0x49ed29eabeb567695c62698b23bff5bb313c3cac9032ee2dc9dfc0cfea3a4dc4, '', 0, '?'),
(0xc5860b801bd4a17969d344e28231049b, 'wp-includes/blocks/embed/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor.min.css', 1, 0x00000000000000000000000000000000, 0xbe72117a103846d97c4fdb9223cae75e, 0x27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e, '', 0, '?'),
(0xc587464aeebb8a7873c9ca56e93e923c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-1.png', 0, 0x3d519d2885db49ceca920bd8cab6b1b6, 0x3d519d2885db49ceca920bd8cab6b1b6, 0xd185dff8668b8e7194d875dc4f8b731a2d7806b46ceee73c021c2228bc86ca24, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x175cb221dfb45fb22678906808a39547, 0x6cbf74969c0f0f218d6fca5690084cc303fe6013cd8265dcb6e33cb71eac60eb, '', 0, '?'),
(0xc58b91f79f7a483f8e0b0931a17c10a9, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md', 0, 0x2cbc75ebce8fbce08d343c224d290438, 0x2cbc75ebce8fbce08d343c224d290438, 0x2fcba4361becc2b40d9f95abd8e982b6c7fa163e5ade4eccb93bc67d03b0dce1, '', 0, '?'),
(0xc58f7c41fd3134be67a1c2bd08cc6342, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 0, 0xf7826d8498c0f3a41c648f5a5b3f731f, 0xf7826d8498c0f3a41c648f5a5b3f731f, 0xe9df836cae627e0c4cb2e01e4a65a8b9cf537793fb3b29bff6e0a1c2346cada0, '', 0, '?'),
(0xc59087355dc18764787610fd3a1c07dc, 'wp-includes/blocks/pullquote/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x166852cb3c1955470390aad9fb7416da, 0x419e6f695ef897ae9d3c1d682b469679e151d4a1e64e6fadc10b785d4c34d14f, '', 0, '?'),
(0xc597b32a9f40965e233f0384d4d1b6eb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_6.php', 0, 0x152a061ae9cda1c837c5bf5b665c3b75, 0x152a061ae9cda1c837c5bf5b665c3b75, 0xce0214830c5afd21ff66cf05e642bafb9a791b9a9fe80a389d7813f6bbda8275, '', 0, '?'),
(0xc5990c1ded26419feb695a4446324355, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_import.php', 0, 0x68258c513d50e0c8866feb5befc98109, 0x68258c513d50e0c8866feb5befc98109, 0xee0761fc253d6ab5dd5052ed930f4509582e099312dd235b6e8786cca4f5059e, '', 0, '?'),
(0xc59a4d54cade9af3285c1cd6796d6684, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-desktop.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-desktop.png', 0, 0x28abafb39e9f86ac04783b2852669391, 0x28abafb39e9f86ac04783b2852669391, 0xf6d199d6409d46d3cc25c68863e6501c7b1a90881e7e49c11e8167f1f23b341a, '', 0, '?'),
(0xc59c8300bb3e6a19f42d8cbba79aa4ea, 'wp-includes/blocks/latest-comments/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style.min.css', 1, 0x00000000000000000000000000000000, 0x4cc374bda5d7d9ebfba59a33eb845461, 0x3c4528b7538ca31857e4ae932bc87cd1ab24d334289fe28676577068f25e64a0, '', 0, '?'),
(0xc59de4fd86456c0eb39a48990729d1cf, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php', 0, 0x35ce302c22a3fd7c942c644dd4f5cc89, 0x35ce302c22a3fd7c942c644dd4f5cc89, 0xaf864db068c17513dca152ac41ad3eebb9850610279df3ab7758cf46d95d1313, '', 0, '?'),
(0xc5a04f0e9fbaf6060319f7d40b689d52, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', 1, 0x00000000000000000000000000000000, 0x37e4b1928d8ae4beb2607cf9ffaf3ab8, 0x5f8beb9328aecf2e926a6c5541880c2c189640eb3a796a16599e3e6f27cc9478, '', 0, '?'),
(0xc5a2e6182538bd76b773a97ff936ec85, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', 1, 0x00000000000000000000000000000000, 0x7a970474dedec2cbfb4b691ab7494157, 0x93c5af4328230deff88d28002799c18b110f5bce986db7af04ad3b78a3aceac3, '', 0, '?'),
(0xc5ae14536a25fee44832730ab464e64a, 'wp-content/plugins/poka-review/public/images/ajax-loader.gif', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/ajax-loader.gif', 0, 0xc5cd7f5300576ab4c88202b42f6ded62, 0xc5cd7f5300576ab4c88202b42f6ded62, 0xf26dd78b49574750f75d63a89c14a808112e10fd17f47a09c5f1b5343899c4cb, '', 0, '?'),
(0xc5b420b2a4e22ca384089b9a66d45a7b, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overview.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overview.php', 0, 0xeef198658f6bf3847b01ad2c2687e4f6, 0xeef198658f6bf3847b01ad2c2687e4f6, 0xc0e521908a028d006f761aecbc350319d7dce03f79717804be3f7c1cd99f38f0, '', 0, '?'),
(0xc5b43c1478616951cf95c5c07b1bda06, 'wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php', 0, 0x21e6515b990fc769d82e1468b0b46244, 0x21e6515b990fc769d82e1468b0b46244, 0xeece4d9348816a1c82582e33d240b28c292446cf5db1be097877f1bdbee89eee, '', 0, '?'),
(0xc5b76b972c519f8a22944b152aacfe3e, 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 1, 0x00000000000000000000000000000000, 0xb316d896b579f4d19ca0ba6203190fa6, 0xcf773fe41c577e97b68f5f3df688e7856ecd58afbb8d694f3c2c121288c2dac0, '', 0, '?'),
(0xc5b84dc8bbd5a049851bd79a078fb008, 'wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php', 1, 0x00000000000000000000000000000000, 0x1d71ba9df985da107ad727908a8a4ecb, 0xcefe99da039ce188fd58560b55eb633c966ac62266a22e8ea67b9e05ee61c63f, '', 0, '?'),
(0xc5bad11b0a8bd937f263c3a0a82d0059, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-header-details.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-header-details.php', 0, 0x0fb285896e26a118dfbc83d9614e7806, 0x0fb285896e26a118dfbc83d9614e7806, 0x7fc8f3370bcc8d706f33644f5d2fd73a22a6e52d4ad8fb4e3e2fec993a89bfc3, '', 0, '?'),
(0xc5c0bc0c830f14693c5608f406ea169e, 'wp-content/updraft/themes-old/twentytwentythree/theme.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/theme.json', 0, 0x7dca10408c447f7afe6b54c0623dcef4, 0x7dca10408c447f7afe6b54c0623dcef4, 0x0fc2dad9688ffb81e193f2dc5634f3c6ce9fbee82e20508e005f6289dae3ac35, '', 0, '?'),
(0xc5c2def3bdc90325b0fb694e463e8c1f, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/custom_gallery.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/custom_gallery.svg', 1, 0x00000000000000000000000000000000, 0x3cd30d8db89d2b2b2bf00f3c0a858831, 0x61a08e41a2eb13fd79482a9d9974326a04e69328b68cf87ddd05437d963a7b6b, '', 0, '?'),
(0xc5c8d5bcbd842107fe6b4a9f73eeffc6, 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.svg', 0, 0xcae8fddf5efaa40d4b30d3ec57f7d979, 0xcae8fddf5efaa40d4b30d3ec57f7d979, 0xcdadd1cad58a7ddc796e094f7dddcf741856d1287d69eb7186cc3dbb05304e86, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0xc5cf893c8bc7bd96d744e36fdd4edabb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', 1, 0x00000000000000000000000000000000, 0xc2b72d608024e99988d0820b3317943a, 0xf171545e453db7ca1ac6b72eec3653acdcb430729049ee150a04c72ed78144e0, '', 0, '?'),
(0xc5d32033fc97f50a9d09160b140ef3c0, 'wp-content/plugins/td-composer/mobile/parts/menu-mobile.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/menu-mobile.php', 0, 0x5b4d9dfde6230d12310776a3fdcb1c13, 0x5b4d9dfde6230d12310776a3fdcb1c13, 0x1a6ba50ad69b782a746419b2292530f950d47530cf4fbb99c280a38831106a19, '', 0, '?'),
(0xc5d41f5584ac9d457eb08bff2db2601b, 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 1, 0x00000000000000000000000000000000, 0xe81997348507469ee1fa6227a4098eee, 0x7cfc5ad01883aeba3335a1a366c3b17a78597d8265588fe8a07a8c0f959a127e, '', 0, '?'),
(0xc5d4ea0d2059347bba1563122fae396e, 'wp-content/themes/Newspaper/translation/pl_PL.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pl_PL.po', 0, 0x1df03ecbad944da5fe7fe89a44f2973c, 0x1df03ecbad944da5fe7fe89a44f2973c, 0x99d1b8b2788f8861a8de15bceae886b07818ece3bc6f0ade2e978970e22460af, '', 0, '?'),
(0xc5d5b7116c7b474bdefaf45f9f5bfe54, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', 1, 0x00000000000000000000000000000000, 0xd7c69252cbd4729598c3c6a9d4ba19f1, 0xfbcc0bc05881862906497135dc062032719c6da5a730d49935fb21ee3d3fa46c, '', 0, '?'),
(0xc5da38acee26f724148b11214fca13ed, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-10.png', 0, 0x742fdc4062347fe56efb17fc01b7fc9c, 0x742fdc4062347fe56efb17fc01b7fc9c, 0x086634cb3abe4168dbfe69ba4e896a13f3df6302ff215b4c98afc13e5df0ffcf, '', 0, '?'),
(0xc5dc87cd84ed59c89c33945532cb73a9, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select.png', 1, 0x00000000000000000000000000000000, 0x7b086953a8c62d2685a65644979d5d04, 0x823cf43deb8acff1fa23c952cc3f0864c67c6873a25a2faddac18d759e2b1241, '', 0, '?'),
(0xc5ecf3c9603f2751b0b2d65a2e4597d8, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-2.php', 0, 0xb6a638b5d1c6142ac40da87ac982de39, 0xb6a638b5d1c6142ac40da87ac982de39, 0xff4bb8246c39b02fbf283e5c7a04a422760ac31ccb67d4c98f6405f8b6efcfd6, '', 0, '?'),
(0xc5f65a5444c00d9d5bf8e546634c4cd3, 'wp-includes/blocks/gallery/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/block.json', 1, 0x00000000000000000000000000000000, 0x29a4877bf0571dd59fe09c3b7b36192e, 0x448266c1b19f7c39c9936f3a84acf3f0ec7c164e2b55ce5f5d5ee3751c06fe0e, '', 0, '?'),
(0xc5f6f084a397835048ed1ac6061b7b1a, 'wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js', 0, 0x54df18b8ee34f88e12e7c2d5bcb028a5, 0x54df18b8ee34f88e12e7c2d5bcb028a5, 0xc610c73221b201687988d664fea4671a9ac517dcd51568c35127a4eeb6732b96, '', 0, '?'),
(0xc5f87f8743a96a412295b41c52b1a8f1, 'wp-content/plugins/kk-star-ratings/freemius/includes/customizer/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/customizer/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc5fd789a9715daa1cf580354f9345ef9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', 1, 0x00000000000000000000000000000000, 0x5d5bd48d6d276572a902ccd41a355bc1, 0x7cef87093272bbc451e3f1fa9bf7814d4e9166ce64cdab207eb3136671ebd88e, '', 0, '?'),
(0xc60164b62f1f31b554a38b09fabd6538, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/demo_style.css', 0, 0xe2e4f4e4bde5b8bf13b379f3c1b1b768, 0xe2e4f4e4bde5b8bf13b379f3c1b1b768, 0x581a81d8e5f86d15c956dc69de30ad673b608f1ec570a916dda4bf9b8ba24bf2, '', 0, '?'),
(0xc603a510b08c9ab57c52e3ef843bc4f6, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/.gitignore', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/.gitignore', 0, 0xa676ee75fa7704f20f41eb9903954a8b, 0xa676ee75fa7704f20f41eb9903954a8b, 0x5da03e9e940c9e3f760a3c9667d16da310290acaa8830ba8c520505176707d5e, '', 0, '?'),
(0xc60719b77878dfd7771b5dfcef331db5, 'wp-content/plugins/wordfence/lib/wfScanPath.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanPath.php', 1, 0x00000000000000000000000000000000, 0x3b596b8c6a8ba0a3527a4124123230d8, 0x188ce0adb933ac765186506a8bc57506242491f7659aebdc8b834871a995ee87, '', 0, '?'),
(0xc60808ccc58d82a7be2a535a77f08566, 'wp-includes/Requests/library/error_log', '/home/abt90iranbet/public_html/wp-includes/Requests/library/error_log', 0, 0x24b902d36dc6de16c675837a350ec471, 0x24b902d36dc6de16c675837a350ec471, 0x12140874e0c5d120b75f70ff57a0b33aace0cfae5d7ac7c5dfbbd8cddfa98489, '', 0, '?'),
(0xc6082a6d0cbc90d5bfe05d34e7338a44, 'wp-content/plugins/wpfront-notification-bar/images/settings32x32.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/settings32x32.png', 1, 0x00000000000000000000000000000000, 0xf617b055bc813c2eb067074192b647ab, 0xd8717e4b4c6e9295894710bfb05832e56658b283c577ed37cfe05b3d13b4c783, '', 0, '?'),
(0xc608762e294e6b70a04c7d8809c564eb, 'wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js', 0, 0x022002633fe4c270e0e728d1833ab6da, 0x022002633fe4c270e0e728d1833ab6da, 0x621ce1af3d842124b8b0414e94940eb6027ce6a993533d861c19628da253c1a6, '', 0, '?'),
(0xc6089bbca4087339409e79730bf92af0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php', 1, 0x00000000000000000000000000000000, 0x75cb3cf62d03730ab6f6fb51452cdb40, 0x679293f6815be6113e522e174bd09999214b609803274297dcad1ee0a0bce6a0, '', 0, '?'),
(0xc608e9a7bbb15963d7d218a6f19441f4, 'wp-content/plugins/luckywp-table-of-contents/front/views/body.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/body.php', 1, 0x00000000000000000000000000000000, 0x6f81bf05de56a64c8e215a454594aef2, 0x703c96dc756fff3356cf89e353861fd4b021911df64b93141ad11f37c37e5614, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0xe25a3d100d6f3c33a4a145d0ed1e16c2, 0xb7220cc13b6cbeaf007327e26c420eb433719a36298c38920a40064487b2b8ea, '', 0, '?'),
(0xc60d131257b3c92e1313f5f39d0de8ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_7.php', 0, 0xadb0b7786374c2ab94db9802134bb845, 0xadb0b7786374c2ab94db9802134bb845, 0xbd648b7964dfe8dece0434863591af2c017159d6e35572e1a0889d7052d53250, '', 0, '?'),
(0xc61115e82a0357df65b0e669cd0958ab, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js', 1, 0x00000000000000000000000000000000, 0x6b6d26e4fe5b762377a5bb5a9b5638bc, 0x21c89766846f18725c4acb89c55bb69ce32e96cfee70599c11f4bcd02d8b9a34, '', 0, '?'),
(0xc6116a41f91d3f75ddbe4c2833820559, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', 0, 0x19072506e6ea3edf971748295282014d, 0x19072506e6ea3edf971748295282014d, 0x7fa1d6225ff4bd034e80f9ad7390abc99066201bb14e3f52958a48807f6edbd8, '', 0, '?'),
(0xc613299584aa772f6df5a850600af7a1, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Color.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Color.php', 1, 0x00000000000000000000000000000000, 0x04f572c4c722736e4aaa581b8aaefe3e, 0x5722d781012afce69316b9ae4fb254adbb1d1895519cd8a164871aa964b1e837, '', 0, '?'),
(0xc613603f3d772a0f21ef06bac0e71a08, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php', 0, 0x58a48fc20bf6b22ae404b9d7b6a0a44a, 0x58a48fc20bf6b22ae404b9d7b6a0a44a, 0x1806a93c3a32bb68ff29ac9cfeb329ab18fffd8739aab5d1a71d16c8b2659ab2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc6183855ff67fcf3eed0cdb4d1381c07, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', 1, 0x00000000000000000000000000000000, 0x17a34f737d044ea68ab62c6e13347e58, 0x6f69f04ee89775155739ff7b20c7f2444be3e1a9bbce3b5ec0f8d86e784cf0c2, '', 0, '?'),
(0xc623988fb0d29d1d0983b7d1a8f34dd6, 'wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x414e639fcf7b63464bb63691cd7318d2, 0x8dbaee9a8ac461c7a0fbd15fae3f0d435777046429dafc3649841e9ff8bd1fe7, '', 0, '?'),
(0xc6283907b9459ed67221aa57bb80380a, 'wp-content/plugins/td-composer/legacy/Newspaper/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/index.php', 0, 0xaba3d9b7e4090edc76abdf250e3616ac, 0xaba3d9b7e4090edc76abdf250e3616ac, 0x6264a8f5e125176b5e9d3cb5a3c3c392742760822c4dc20d621af426bdb93c95, '', 0, '?'),
(0xc62a1a4aa1e01a5837a18f6e19858207, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 1, 0x00000000000000000000000000000000, 0x46c62b501c6a4a0ec28f183fd62153f6, 0xf7fbd3a34930a2d91c7e961a75fee3cf0a7e8be27c6816a9d628dc527f79c822, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', '/home/abt90iranbet/public_html/wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0xc6370e2442a68c47259d2454cd1552de, 'wp-includes/SimplePie/src/Parser.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Parser.php', 1, 0x00000000000000000000000000000000, 0xe5ad7e5bc675d55ffc711a7c856714d8, 0xecebd4dc723b584bf210a7e06c88f6c79e62b089c382ccfa357dbd875cc84c9e, '', 0, '?'),
(0xc638540213ffaa6925ad43d918a8b56f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_4.php', 0, 0x362ec4d99aee31a782a1e80d61854af8, 0x362ec4d99aee31a782a1e80d61854af8, 0x8e601baa50cb3da998e1c2870ddd9e208bf145845a224285b0ba1eb757daaeb6, '', 0, '?'),
(0xc640b3f03a3ca2056f7c134a2d65b41f, 'wp-content/plugins/wordfence/images/wf-error-badge.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wf-error-badge.svg', 1, 0x00000000000000000000000000000000, 0x89455174c4d87309a14d7abd79a6f7e1, 0xbfe5a8e6ae9946a6ce1960c461a4dd80de6bb6ddc86d45ed51b4a52b7ea40ee7, '', 0, '?'),
(0xc640cca119f593b47c756b94473e4213, 'wp-content/updraft/plugins-old/updraftplus/central/translations-central.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/translations-central.php', 0, 0xfe82bac2a76d5af811b8a06f2fdf399c, 0xfe82bac2a76d5af811b8a06f2fdf399c, 0x4b82d2a06f3a0a8a4b438ee9050ab3e28ca0332dd67806b0390cfd250fe5a03f, '', 0, '?'),
(0xc647add3e4b6b3aaca83483f620c03f2, 'wp-content/plugins/wordpress-seo-premium/src/config/migrations/20210827093024_AddIndexOnIndexableIdAndStem.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/config/migrations/20210827093024_AddIndexOnIndexableIdAndStem.php', 0, 0x48dff0171601f424e7afac806af6e26d, 0x48dff0171601f424e7afac806af6e26d, 0x6b801981e4e253e4e4a8fcfb6f9e86cd5041c4e97e3a6626a9e48420cce7ba59, '', 0, '?'),
(0xc649abd5fb6a2a91dc766babcc88b596, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php', 0, 0xf23c61c284b4b3b0c9c0c45c6ca0a10d, 0xf23c61c284b4b3b0c9c0c45c6ca0a10d, 0xd948e61ef112fac6c720201e961e92e512d1056a72e6b575b3530dc69a4dd55b, '', 0, '?'),
(0xc64b46ed329e40184b6a67119a619f5a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_panel.php', 0, 0x303a896410d04f4e1e3bd7728fc47e61, 0x303a896410d04f4e1e3bd7728fc47e61, 0x6f707ba546ff47cdb1a7f0c9a3dbb2c306ccab258459ce59bc4683570266d82d, '', 0, '?'),
(0xc65051a9b3d3930dba6743a1b0958b82, 'wp-content/plugins/kk-star-ratings/src/core/actions/metabox/save.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/metabox/save.php', 1, 0x00000000000000000000000000000000, 0x6746f1e585c172cb8c11df870be97886, 0x6a5ebf7f25f7ddee0573239616e5dfdb1fbfaf192e819e645480e8b55a9deb9b, '', 0, '?'),
(0xc6580d4ece8c222692d2ec3547f3174e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb2368a7fda5dda461c1f8e0e83a7f665, 0x9b54d4be3bf5b6e994ecffee80b7a3bbf3a036b4c7ee99374d3658a9ef15c753, '', 0, '?'),
(0xc65839d174d973a7bacd88a4f2e5f876, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xe363c56b38106b7de47a503d1272263d, 0x57592d0d22f6670551c403e409053eae5e873088ffae7b60d0a85b6183dab49c, '', 0, '?'),
(0xc65856916b8cce6c1fdbb8cafddfbbe0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_5.php', 0, 0xca0029f4b6497d43a3e67b7f448f1194, 0xca0029f4b6497d43a3e67b7f448f1194, 0x41696c7d69d1c2028af73df9de1f09283439511a1b808e72e13ab9d4194b147b, '', 0, '?'),
(0xc661b2e9763cf3ead4a7608852783ae4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/LICENSE', 0, 0x043117d4dcbc27195a9479a30b7befcf, 0x043117d4dcbc27195a9479a30b7befcf, 0x04e3a1f75c79bec0de9f23b4de81ff1abc4e56e70fb4ddfc77f84360a4755ecd, '', 0, '?'),
(0xc661fa90d58d18b974737dc6e863854b, 'wp-content/plugins/amp/assets/css/amp-default.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-default.css', 1, 0x00000000000000000000000000000000, 0xcd50b995ebb7c34b460ccbc531c2a60e, 0xf5010d70d0b7462babe54c87954af4a71449ce807bde48e139a5f89bd6f30652, '', 0, '?'),
(0xc66474e01d809a53309b5b1d5c4f673a, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xc664f664f2184538cee0f4611b5580db, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_user.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_user.php', 0, 0x914b5da987852ad9f5fac9e49fa5b80e, 0x914b5da987852ad9f5fac9e49fa5b80e, 0xc8015d8230caad92f57a1bd587fc53d779d23f3759d7feee7cd580bd0f5206dd, '', 0, '?'),
(0xc667b5c330e2237b84b24159bb9f5128, 'wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php', 1, 0x00000000000000000000000000000000, 0x8868a9e01d8417a0f4545ee476b74cd7, 0xea8b1087522306ea1d0ffeff7b5ec735408c1fa580711977c9f221aa5c829e20, '', 0, '?'),
(0xc6688128d9b2eea226106282ab5c656b, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 1, 0x00000000000000000000000000000000, 0x2ec54509fd9aafd9f21a8df1b80428af, 0xb834260b5c3cf5c09d237f032351b3d995f16ff64690f6f2d06b1c7c08918078, '', 0, '?'),
(0xc669104b24d27c3a33ac09893f7ae688, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0x638bda17da7c8acb68e3a968f149b8a3, 0x84e378ca5897957693ce00ddcbf6ccdcfa86c853ee23f43201e426efa84eb0fe, '', 0, '?'),
(0xc66c25ebcb726a26295d8cf5631b58c3, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-button-group.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-button-group.php', 0, 0x34464b2df24420dadae65687ff12b5b0, 0x34464b2df24420dadae65687ff12b5b0, 0x0eac336703cfc13c72b124126dfc98b237d21f669c2cf8069c0a8533d32032c0, '', 0, '?'),
(0xc66f6b8bb3d8cf731d1ac864135132f5, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php', 1, 0x00000000000000000000000000000000, 0x16335a59ec9308c6c32c875a8edf51ec, 0xc8a80fa7a468d5e10d6c6aa91762c54e8a72c9a253848279f71ffd08ec09ee9a, '', 0, '?'),
(0xc671e9265d26873d8704f0b6cd6d07e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0xab9e93b31d006a7fbf94ea0dd6c15f8d, 0x84b5fc83e0455b1ad18b3fdba280c1d27857f436ad61409a538b0bd1d1bc12bb, '', 0, '?'),
(0xc67809c8007344853760e0977368cd7e, 'wp-content/plugins/td-composer/td-multi-purpose/less/style-admin.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/style-admin.less', 0, 0x5777e52e53fd8f95807335ec47fa13bc, 0x5777e52e53fd8f95807335ec47fa13bc, 0x8661850418f7f42e8055e296562d6753056947ed506cbd6310c072d2d5446537, '', 0, '?'),
(0xc67dbd93c6e1ad22208776be06f73f70, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', 0, 0xb7d39171fc686a2124b93a85954542a5, 0xb7d39171fc686a2124b93a85954542a5, 0x7d2992214873103673fa270ad8ac753faf61584b2996318a02b0e08096709366, '', 0, '?'),
(0xc6838f2e60e599a68bcd394c415ae8c5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_7.php', 0, 0x0f10c8fe6b291a01bc9eed49d78f7384, 0x0f10c8fe6b291a01bc9eed49d78f7384, 0x7bbac04dd4fd5b5c564ca702b2d59d4b1b9ce9009abb9935e1a97d4843fed8be, '', 0, '?'),
(0xc6840e4db9d2c307b47a3a420130176e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36ce270b0231ea5adefe919ec2661b20, 0x0ae93e8debe1e74551de69b6e6bcba98e46b8f7f7dc3aea8c7b2938d97fea3e7, '', 0, '?'),
(0xc685f2bc4fded25f4e2d250e7cc1a425, 'wp-content/themes/Newspaper/translation/ru_RU.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ru_RU.po', 0, 0x882b5c0fdbefe45aae84f2cde8954a5b, 0x882b5c0fdbefe45aae84f2cde8954a5b, 0x6043c81f44934881f8662c49fcb0b3f6583f0f985006ef94bd5f98fa48ab83a2, '', 0, '?'),
(0xc687113f6421288e10a5daa77257ac17, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php', 0, 0x80df4f0952014fd6df4137bf9ba14b67, 0x80df4f0952014fd6df4137bf9ba14b67, 0xb85c6a2ae6afbd18faaad5ea61938d59869904745b6a4dce371fe98da3a9951a, '', 0, '?'),
(0xc687a18908c09b5d1eeac4ace8de989a, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 1, 0x00000000000000000000000000000000, 0xa1d12fea387372f225e62cccc9239f9a, 0x745f3ce34db9fdd2049e07eb2c17746f7ec966d459ca63d7ae92f1e332286ab4, '', 0, '?'),
(0xc689e489e0a93353ba2b63b87f2c4e35, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 1, 0x00000000000000000000000000000000, 0xda0cf03dfbadf678eb9024fc16b42f22, 0xa0dd07184845ac2a06f89820db64c7adb1c9fc6cd9c62995add81d7acc38d3b6, '', 0, '?'),
(0xc68a031271dd4ed8c48a91dd7d143030, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1_no_content.php', 0, 0xabcd78a25e3ca9dc4b85e8dead4c3666, 0xabcd78a25e3ca9dc4b85e8dead4c3666, 0x01b082be0b9753c0ff73cdf7532a0207bce02352e187d7a1357167c7fcc41570, '', 0, '?'),
(0xc68b70602f2b5dead3500f97e478b8fd, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', 0, 0x306396bd0f59dfd29c14ef6a860da1ad, 0x306396bd0f59dfd29c14ef6a860da1ad, 0xab5fd9a62efb86f3d467958a9a2f54e21e243327584054fa0f9d44344a8c3ace, '', 0, '?'),
(0xc68c830ae5de96fb4ae83164f33c8e96, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import.php', 0, 0x5fbb66a45faa86fefd25801afcb23d36, 0x5fbb66a45faa86fefd25801afcb23d36, 0x1ef350e1470a9b6716fb1e3fcf544e6b0131261d7acc169912619807545766b8, '', 0, '?'),
(0xc68f749dafbf1ae2bbea6f2bddd5d8b4, 'wp-includes/blocks/spacer/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0xc690011abbba941fe7e118ab953b0a2c, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php', 0, 0xb4e1052c2f384707336ca7966eafb2c4, 0xb4e1052c2f384707336ca7966eafb2c4, 0xd08b0ae51c920085f73c5a1021ac7f2007359951feff61170ee633d1a3e4f84f, '', 0, '?'),
(0xc691d42b728f696ad7a2d71732c7988a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_8.php', 0, 0xdea208b9b57549e5ae191fd1849bdb1d, 0xdea208b9b57549e5ae191fd1849bdb1d, 0xdf6e3d3a339952d8c2449fc9661d19b9ec1afd0b40e12a6affa7a988a872e4dc, '', 0, '?'),
(0xc691fc59a443724a041e72d7cb16b5d6, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 1, 0x00000000000000000000000000000000, 0x9eb70bb6a8854e7fc66c9a3a2289d7cd, 0x4e96ad06105576db9b5cef1e4f48906a89e28eb87e77ddc0540e3c0c6ee391cc, '', 0, '?'),
(0xc693eb561d29ee44ada84396a71df1ef, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-widget.php', 1, 0x00000000000000000000000000000000, 0xfa85f39bb0c1c6b7bcf6a8c07894d37b, 0x827158cf6b79c29b82b7fe4546a5a8ae6fb8db0bfa3006db26b8fe1366be3358, '', 0, '?'),
(0xc69b89813de9e21d429d710e66a13d78, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php', 1, 0x00000000000000000000000000000000, 0x6a5a2933f488ab4e9f074ebcd716b6a1, 0xf1d988b1491adb51da58d93dde1e624cc7adb293d9fbc5c939cc61a1f0485fc8, '', 0, '?'),
(0xc69d07e5660a89fc1ae50043915d9c8e, 'wp-content/plugins/elementor/assets/js/editor-document.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js', 1, 0x00000000000000000000000000000000, 0x721f84ac4dbbf916032b32a43a407680, 0xb23e48f07aff48297c5b4b98ae87b48580ef7f9bdb5a958887767aaa5ff674f7, '', 0, '?'),
(0xc69e8b267683981c3b81ccf1eefd668a, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_attachment.php', 0, 0xe899698bc59d83c2e5d358d02d9eac70, 0xe899698bc59d83c2e5d358d02d9eac70, 0xd00ee16cd30b9a632002406b37f949900bb05d8b0565a72b09c5e61870b79c03, '', 0, '?'),
(0xc6a90ada071eb9b8d09210cfe7bfe143, 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', 1, 0x00000000000000000000000000000000, 0x191a4ab7418c5f777572df708bb439b9, 0x1c3cacaad2b2e23e85ebf5b98ff99806be1befdb70e4ef5bfff1e2673bab8628, '', 0, '?'),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/plugins.js', 1, 0x00000000000000000000000000000000, 0xc8a4d58aa1cec57336b460883b38fbef, 0xf16304364a7633d8a0e536e91609522fa96f076fffe6651d43ee7c9fec6a6492, '', 0, '?'),
(0xc6b0177d18252e535b0544b899e08d6f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_6.php', 0, 0x4fe7552278982e130acbaf0bacaaa74c, 0x4fe7552278982e130acbaf0bacaaa74c, 0xaf04d2ee8c6536ed96d6c758f619c8892982edcda62870b1612f96bc63a14504, '', 0, '?'),
(0xc6b186b83d9cee66fd21e98797506bf6, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php', 0, 0x1ec191599d3370e2383964136a91bef2, 0x1ec191599d3370e2383964136a91bef2, 0x2c3e55d95de4f266ebcf58b048ee76448f5cd5d366c417e47d05a49716e0aac9, '', 0, '?'),
(0xc6b222206a791ee26ae19734a5162ba5, 'wp-content/plugins/updraftplus/vendor/components/jquery/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/composer.json', 1, 0x00000000000000000000000000000000, 0xe0370fe3042c99789410f2619e2a0281, 0x404ad8429ba5c3ed42c1d84523c6b62d669e81b9d0495f192b8ae9a64bb96392, '', 0, '?'),
(0xc6b5c4f544ddadbe486c7ec274ec2dab, 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0x12ee76445f0383c58529169d700b6650, 0xd02a7a52673aa1dc7c22cceab77b35c024ecdedf7332f59592ad144d3f5f0229, '', 0, '?'),
(0xc6b972d7673e12bd7c5fefd3e28d8bf4, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_25.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_25.php', 0, 0xb583dd69dc7de234a1b5e3cb735c6f27, 0xb583dd69dc7de234a1b5e3cb735c6f27, 0x4241b3cc8a2f3b5f5a5061146e1ad6474a3f464cbb36b81d91c7326f85a36c81, '', 0, '?'),
(0xc6bc1185b9edd27e398ce77ee7b18cf7, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 1, 0x00000000000000000000000000000000, 0xa99372e3c9400667810c1018039eb187, 0x76473e5956a05e9ca81013593f3b034dc260bf40b051c68204d4da308c57eb22, '', 0, '?'),
(0xc6bc9303c2ae87e410707d7451244ece, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 1, 0x00000000000000000000000000000000, 0x57ae56a8abd1904651a2239ad4829242, 0xc030066664f8670149f17b7b05935da933741ebfe4c0d53b887f5273e10e9964, '', 0, '?'),
(0xc6c1e802074c2d4351d73003e467e51b, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge.png', 0, 0x997e8a104ee4a1d603c4c6973383583c, 0x997e8a104ee4a1d603c4c6973383583c, 0x460b90686b19592cd9bd2fd23cf9abbfabb011af30b4696ddd3bc510789bdf6b, '', 0, '?'),
(0xc6c5eed43b56deaf809da46e81547920, 'wp-includes/class-wp-theme-json-resolver.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json-resolver.php', 1, 0x00000000000000000000000000000000, 0xe70b1fefdb56afb4506472768c241f4a, 0x83d927281fdc18a73b6df54255594f412cd14a30144bea74672de91b7c836788, '', 0, '?'),
(0xc6cd7a068f8351ff3854e28f552f59a3, 'wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php', 0, 0x020948985f3c9fbdb721d5ed2f6fc828, 0x020948985f3c9fbdb721d5ed2f6fc828, 0x6442f70ea5ba68f01d3c78c5d6dffeea80ec635e3a5ffd5d3eb7ebc944146724, '', 0, '?'),
(0xc6cfc70c42eb66d2d4b246cc7164b1ce, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.js', 0, 0xd5f38f0c37db40931495ff04cbfb16bc, 0xd5f38f0c37db40931495ff04cbfb16bc, 0x24962cbd48c2b1344d6eca480fb530443271efb139abae80116f4a045befc948, '', 0, '?'),
(0xc6d66781048d76ce2ed98e96b9b98f4b, 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 1, 0x00000000000000000000000000000000, 0x187609344766f2111373c96f1dae69d0, 0xa9c2f1da3cdd8fdb9f43faf304fa0beba86b53d64f4bde44969da609cafff53a, '', 0, '?'),
(0xc6dcb7e214f14a04038d4ca4d33ee723, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', 1, 0x00000000000000000000000000000000, 0xb92998780806e4115dfae28d872acee2, 0x450feffc65e6d71fd18f8a6816b55010c2a1754cc9143afd11377c27113eb7f3, '', 0, '?'),
(0xc6df84ed78d9e7834ed73d6a90a647bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2_no_content.php', 0, 0x4b9e6fe9ac86c135246ad1f07e0661a5, 0x4b9e6fe9ac86c135246ad1f07e0661a5, 0xda5c6369fd71653cbd080c4fb15af4a8cae38914624865fa2263e3295cfa957d, '', 0, '?'),
(0xc6e26eb1aea091d3bd7a8c99446b0e9e, 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-custom-css.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-custom-css.php', 1, 0x00000000000000000000000000000000, 0x39eba5fb86945c8d28a339ad085a14e5, 0xb0918b2894bb9cb304a564580d9ea03ac5a59cfc39c30102f056ad6c43a52db3, '', 0, '?'),
(0xc6e90981e1fa524eb1b1deebdc639cd4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xd84696412181a90f887e1b07d02b6ff2, 0x3776a9672d266a052c2ab89b55d8fb2090091db0d7f487c4490a39d943c9769c, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0xa2db98e4a9d6c9036a0ce78e93dd8645, 0xeefbfea34b7811669bbbb49f8493ea2b6504c796d9adae11ca8cf5890ef9bc6d, '', 0, '?'),
(0xc6ed21b0fe3584492681415a6db9ad5c, 'wp-content/updraft/themes-old/twentytwentytwo/parts/header-small-dark.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/header-small-dark.html', 0, 0x4921b787365e1f58a8c1f79b512bd267, 0x4921b787365e1f58a8c1f79b512bd267, 0x0924cdf7246f97fd70c3b18c79322274af416b9b2ccbcf63ad1aeebe49790e18, '', 0, '?'),
(0xc6ef9aa235c12799a5da344414972842, 'wp-content/updraft/plugins-old/akismet/index.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/index.php', 0, 0xcf6895af2050eb5ae7c0badda2604566, 0xcf6895af2050eb5ae7c0badda2604566, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0xc6f61a6fd4dd859755db582fe4413343, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-portfolio-hero.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-portfolio-hero.php', 0, 0xbb0049226d6df4e8c68e3a091812e863, 0xbb0049226d6df4e8c68e3a091812e863, 0x49e0af32cb50ca35961b2eda66b2f5c3abcef0c06c728c0d71bb038fa85d2972, '', 0, '?'),
(0xc6fa55a35ba38ab150e18bd284d6408f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_panel_settings.txt', 0, 0x939819b0c77f50300572be1ff8209bca, 0x939819b0c77f50300572be1ff8209bca, 0xaeef375a2420e91df3b04bf6155363b34e5cbd7c41fd2778e6fe32038b270da3, '', 0, '?'),
(0xc6fbae566c3912c23a2e7bca7f72f8e7, 'wp-content/plugins/wp-rocket/assets/js/heartbeat.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/heartbeat.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc6fd3305cdcead617a6747a77294e80d, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.js', 0, 0xb8f26dd6733ccc6263cb273e8f821dab, 0xb8f26dd6733ccc6263cb273e8f821dab, 0xdf9acf762b322aa82c9f905f699a0ecb0a7a1c1c56edc40547cc5620f7b33ece, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/editor.min.js', 1, 0x00000000000000000000000000000000, 0x2c767e3a1a538b164608caeca24a26bd, 0x179c3951fdfacb444cc4ea436143bc864725ace0857ca29033bd97d4bb617e47, '', 0, '?'),
(0xc702e88cf4561b9eb86109cf09fe364f, 'wp-content/plugins/elementor/includes/base/controls-stack.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php', 1, 0x00000000000000000000000000000000, 0xa9c678e2d1d4066f6b2a4d3cd1983822, 0x0f23334f3dc6a59b5cd332ab3197a3d71570c0cb8b059e252fafd06a5fbf2c4a, '', 0, '?'),
(0xc70344d275407c332fc1cb068525f35c, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_13.php', 0, 0x7314d5876d1e90f2fa2a07f7cf051d69, 0x7314d5876d1e90f2fa2a07f7cf051d69, 0x34b8cd89e9f28d2219065f4fa59816b015f35627b1386eddc349706e358e7315, '', 0, '?'),
(0xc705660721fb2ab28f4fd70ef62b6e1d, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xe3acf62d13f86840ce7cb8d25f7113c1, 0x681d7d13d79036f2db078458ba313cac73ca86e64423086b198af68335938735, '', 0, '?'),
(0xc706ee6e4e3bb635234dd7951c4df799, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_6.php', 0, 0x4802b96f2d6b50a6a2a79663a34e2183, 0x4802b96f2d6b50a6a2a79663a34e2183, 0x87ad43751abd9857372e09d3e138a43904aafc06746bdc5c7baa708910e001ad, '', 0, '?'),
(0xc70c1594c2ea75809a89a6a7bd2421e2, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-translation.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-translation.png', 0, 0xe9d606821166f4274469a7bfe14b5f37, 0xe9d606821166f4274469a7bfe14b5f37, 0x6efc0eb9f4202d4421ecede360a89302e63a1d17c6a47a33c6413a83504f7b5e, '', 0, '?'),
(0xc70d2e533ad85bda5d01ef924cc69061, 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/css.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/css.js', 0, 0x363b1d67ff9bf65034d7fdeb98d7dde8, 0x363b1d67ff9bf65034d7fdeb98d7dde8, 0x85a9cdc4a5022c85c84370da102262c0b2027b02209f2eebfb1eee704049fb0e, '', 0, '?'),
(0xc70ddedf21d5e8e705216d4a1a6da808, 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', 1, 0x00000000000000000000000000000000, 0x06f1133335cf646923f66525aa2bf4b7, 0x27e0f9e6e5516908316defaaa8f396cab170dbaba6b6c1822556cd85a7074415, '', 0, '?'),
(0xc70df93cf3576ebf5fbb97c537718249, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', 0, 0xe766b35e8ccc3b2e2314b478ac21cb6e, 0xe766b35e8ccc3b2e2314b478ac21cb6e, 0x71d33cc09b36039a4322cd7c93335b1a17c53b5e944ca9bfbbc8c95fcda9c666, '', 0, '?'),
(0xc70f6ca6f71294f966a9366ae93c30b1, 'wp-content/languages/plugins/wordpress-seo-fa_IR-e422758335e56c41009e56217163c93a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-e422758335e56c41009e56217163c93a.json', 0, 0x7b6910ba0410ae3246915ad3b6de63c3, 0x7b6910ba0410ae3246915ad3b6de63c3, 0x9983be9d3e4305b8822bff305c1171c88a7306acb2acda7eebbebb5d3288ede0, '', 0, '?'),
(0xc715e2bb0a0ae895a2930474f07d198f, 'wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload_ajax.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload_ajax.min.js', 0, 0x95658772faaab44734905b91cb8a1c20, 0x95658772faaab44734905b91cb8a1c20, 0x688b9d5d9ce9bdaa57c9579f61ccbd85f169e33e3767ac0313a678a4fbcbddaa, '', 0, '?'),
(0xc7194391a727886215d75545eaef8afc, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 0, 0x70665776f44d8681bd8b3b91f5acc4ff, 0x70665776f44d8681bd8b3b91f5acc4ff, 0xacc83fbf94bfc838edef4b9e537ac004aac4d381e488bbe08aab06d4bf3047ef, '', 0, '?'),
(0xc71c6bbd3c0cb3c48b902484cd93b880, 'wp-content/plugins/elementor/assets/images/eyedropper.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/eyedropper.svg', 1, 0x00000000000000000000000000000000, 0x516b68fbdc092c6eb7f2a40629782b7e, 0xaf4fec04bd121d96efcbae24197c8964b9c6696e742d5013d3ea3c2bdbcc9c43, '', 0, '?'),
(0xc71d4cf5690d30b59d24d06aab5c4f68, 'wp-content/plugins/wordpress-6.4.1-fa_IR_2.zip', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-6.4.1-fa_IR_2.zip', 0, 0x74f1c42d4ab14278d4a0f258744a888c, 0x74f1c42d4ab14278d4a0f258744a888c, 0xd7fa4290f0cf039069b79b0f78e3b4f99e2aad0d68df9644e737797ac139b52c, '', 1048576, '?'),
(0xc71d6b38513f3cd78ad30ba379997089, 'wp-content/plugins/akismet/views/title.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/title.php', 1, 0x00000000000000000000000000000000, 0xf758a4434e337c292dce324e61a9b1b2, 0xa2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6, '', 0, '?'),
(0xc71fc228a1819ac5fba18a1a8e00c5d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3.php', 0, 0x230281cdf71f27eee56eb761eaa60e20, 0x230281cdf71f27eee56eb761eaa60e20, 0x42742e5d8db0e33cfc1c805e6229847019de32b5ec715369ce65b3d521dca309, '', 0, '?'),
(0xc722491d5ad8c28eef12559dd00269fc, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php', 0, 0x2a670c6186a5ecd22a7c50b7d8ead219, 0x2a670c6186a5ecd22a7c50b7d8ead219, 0xa2344db4b082d143c1d1f2a757cf9486aa6a88214b4a3e435a0e1c91f56aaff5, '', 0, '?'),
(0xc727e2556be5a83fbc2b5b4ecc35d17a, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x9947fdfaaec9b7cd1854319320a9e33a, 0x40392912e4f2e51b9107ec2d56390a68ec17b066795cd529e2e28dab94054911, '', 0, '?'),
(0xc72ba76409257092e3664c4762c1650c, 'wp-content/plugins/wp-rocket/inc/deprecated/3.7.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.7.php', 0, 0xb0b9d75974a6ddf61a32c2248c9d7212, 0xb0b9d75974a6ddf61a32c2248c9d7212, 0xb66f9dbf0f5f0d9ba951ea6154d50b259a86f7e8fca732e9c2bc6deb8e0e2d8e, '', 0, '?'),
(0xc72cae7fd2489de4364df7707074823d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/demo_style.css', 0, 0x777534180641935bcf3c7b075019fe71, 0x777534180641935bcf3c7b075019fe71, 0xd84606b8091bd0039f04117160f56d050201d1512ce0b2b8cb70c67a8393b061, '', 0, '?'),
(0xc72e7da34510627344affa9a2de9430c, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_1.php', 0, 0xf7467e4c684bbebd8702e902611dbf69, 0xf7467e4c684bbebd8702e902611dbf69, 0x2b600e9f4fa0748c71b8b81b8529f8b13b87b7650234c3dd9631c8b20ddaa164, '', 0, '?'),
(0xc731f8b13bdfbfa9100c912ff4633ddc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', 1, 0x00000000000000000000000000000000, 0xf7da5fb3eb4cac7bbe2c077f59d6dc85, 0x65d5897f94151c85c7425011db3053dd3ffb92bb18aaf1ffbb63fa167a7e945e, '', 0, '?'),
(0xc736bebeecf4ba1a202dacab4d5ef925, 'wp-content/updraft/backup_2025-10-30-0353___90_ed3eafca9936-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-30-0353___90_ed3eafca9936-db.gz', 0, 0xf31a2d72c2266146b4ed6903e972831a, 0xf31a2d72c2266146b4ed6903e972831a, 0xfee10330af361c50d179ced72b3a9cc52721f27a2e68becf0115cbaa7d73f56d, '', 0, '?'),
(0xc73e309dbaadafc5835e4c78d10a8a73, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php', 0, 0x4fb397ffebef2fb205ccc9b2c0bf3977, 0x4fb397ffebef2fb205ccc9b2c0bf3977, 0xca363956028d129c3066b9b5fbf5ced639fccb8a5aef1d3e9670473bf8942127, '', 0, '?'),
(0xc73ee6733fd569bd7d720b25c6e4d637, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 1, 0x00000000000000000000000000000000, 0xaf9f0053ac679a2bd8bdf25200cc9f73, 0x582fabacf8f7f220b38556c0267eaa1f9eab8f0397ffee1980387cf6747ef651, '', 0, '?'),
(0xc742f7dd2300963a9e536eeed9a0e9d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', 1, 0x00000000000000000000000000000000, 0xf60fd2aa17e6ee076774757aa3e56570, 0xb58b33fb57f2fbd1f950b7a466f44ac85fdf9cd89079893ebe031e21e38bcab4, '', 0, '?'),
(0xc74406e9f4f0102717fcd6184560b601, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import.php', 0, 0x78bcd0532b1831dfb40bd4532139bf8b, 0x78bcd0532b1831dfb40bd4532139bf8b, 0x4c8cbdaa5d51f682c57c6f44f3f2ec95fc9f053b79e4beceef615483d370f228, '', 0, '?'),
(0xc745d3cc619747602a90d5b4858cc18d, 'wp-content/plugins/td-composer/legacy/Newspaper/td_deploy_mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/td_deploy_mode.php', 0, 0xfa49b766bff32ad17acdb8ae327d613c, 0xfa49b766bff32ad17acdb8ae327d613c, 0x949d04b0205672086060acfacf294084a19ee87732f26adbcb23f719c8f663ba, '', 0, '?'),
(0xc74989582d45f8d2debc58522bf4ae5d, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 0, 0xb605dae9e34e645b05e3034d14d34003, 0xb605dae9e34e645b05e3034d14d34003, 0x51a5f0e35bfed422063759e06287aad46e1402d88e304dd5a359cc4dc10148c4, '', 0, '?'),
(0xc7498f23e6dd29cfedcb81175c0eaea3, 'wp-content/plugins/elementor/core/kits/controls/repeater.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/controls/repeater.php', 1, 0x00000000000000000000000000000000, 0xaf5c9ba0c77d3c88cf1fab3c55249581, 0x26908aae2f0ef3475af501729e37ad00e32951e01e829344aef66a6050b98e32, '', 0, '?'),
(0xc74e135b2f7a2f67740dbbf76fcfe865, 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.js', 1, 0x00000000000000000000000000000000, 0x752eb5b382461ca0af329545f9063f35, 0x92b8cd520eabe346ca35a05df3384584cc6183685d4058e46004db1b81642127, '', 0, '?'),
(0xc75351ea731059376146c7494d6a8a7a, 'wp-includes/blocks/post-author/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style.min.css', 1, 0x00000000000000000000000000000000, 0x374304bb38d6e3a2dfe815be9b0296d8, 0x4b47d7b7f17933fcb057d0f09a00c98a836f1a7727c091d0f30d8626f58eb4ac, '', 0, '?'),
(0xc755fa4bc9c158daa0ea4d01f2e5d4bf, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/acf-pro.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/acf-pro.php', 0, 0x15e9f146f220e51e29b11a71acf52d8a, 0x15e9f146f220e51e29b11a71acf52d8a, 0x3288cfcca56a1c9118f5de45ca1295881bd01842a1505413453b0794397253a9, '', 0, '?'),
(0xc7574b43475aa4dd3748948d243cb1b5, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_time_picker.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_time_picker.php', 0, 0x549d1174b2fa936ed61a8725bf0bf460, 0x549d1174b2fa936ed61a8725bf0bf460, 0x21ca3ea856d242e2deae90ad0a59a7b429381c379d59a21f71e3eeed441481f4, '', 0, '?'),
(0xc7576c71d5219dd60f348fd0ca62df35, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_8.php', 0, 0x7fc02ae594ef9a52e876c67b7d36bd5f, 0x7fc02ae594ef9a52e876c67b7d36bd5f, 0xc9b7fdd761cf632b9a3079a19cad8bfa33855ce40e59a6dbbe46923ed3ac2767, '', 0, '?'),
(0xc7577d0d1044c5ac11bd778bb02abef1, 'wp-includes/blocks/query-pagination-next/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-next/block.json', 1, 0x00000000000000000000000000000000, 0xc07c70242ea4c14e57eebb02e5bcf44a, 0xc2a24a43cd8a0be0e15c7432bce3ae7f28e18f0c1731d22459f953560b68c038, '', 0, '?'),
(0xc757d8c8ac5489cfe9da4c3ea8d2c2c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_5.php', 0, 0x981230b213b93c0b88530e7ad9b7b4f5, 0x981230b213b93c0b88530e7ad9b7b4f5, 0x4ff922773d1e991db39b96a98d625798d24758d72d23fb73e6c93e9abd9e5bec, '', 0, '?'),
(0xc759fa315170744b0361fa72500b67d8, 'wp-content/updraft/plugins-old/updraftplus/methods/openstack.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/openstack.php', 0, 0x6a6d6e743340482013c6696801ba819b, 0x6a6d6e743340482013c6696801ba819b, 0xeea5347febc46d2d32dbfdce1b7367a135ca21afa2990c53538b4e439ceae91a, '', 0, '?'),
(0xc75a0d8c022f51324ab0b67d7e6e6165, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 0, 0xd13c9407cb8b42ab70a2ef4ecd371a2d, 0xd13c9407cb8b42ab70a2ef4ecd371a2d, 0xf73e91d5f7150aaeae4d325c806c59df8c9fb9c368d7f1d9c9dee166d0f258c3, '', 0, '?'),
(0xc75e7b5b06d4ef62f5dc23248b581173, 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', 1, 0x00000000000000000000000000000000, 0x41b28eac92e87815dbf0f87ffa836bd5, 0xbe1219d2a0dcc8ce9f069b97058482ef082e9e5d622af6b086f5ce29bf926233, '', 0, '?'),
(0xc76fe7546b6d779c237b99ec15c963ba, 'wp-content/plugins/wordfence/js/chart.umd.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/chart.umd.1690810710.js', 1, 0x00000000000000000000000000000000, 0x623f1081a8fa5cd9b0f5045967440d7a, 0xa887e94f64f91d20c7f511113a58d715aeea13205255c52bfa40c91302ecfe39, '', 0, '?'),
(0xc76febb2e355b68cd51f6e263566bada, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php', 0, 0x8dab507d442b07565c239082ed6c06b3, 0x8dab507d442b07565c239082ed6c06b3, 0x896d245828ade95131d32072f47f9a4a16de45824747c4ea0830797cdcf3b552, '', 0, '?'),
(0xc77b6c8e24bcda5bb3424e237952a4e2, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/contact.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/contact.php', 1, 0x00000000000000000000000000000000, 0x0316bd6eb7a05968d63c94a589e74b08, 0x971f15cb8520172b1fac1f558f860773bdb98a9e091efc193b3d816c937312f4, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x7443bb26aa932003ba7742d0e64007c6, 0xfe12b4af9cdd9905ef07a73c834a32419c513ce54e49bfac577c09655796c4d0, '', 0, '?'),
(0xc784310c018596561816d7aeb346014a, 'wp-content/plugins/updraftplus/vendor/psr/http-message/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/README.md', 1, 0x00000000000000000000000000000000, 0xfb10210ca1963c9e7f1431a3e82cfe1b, 0x8f50c509046c6bdd02be22e09070ac978663187af65b689e90dc1006be7403bf, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', '/home/abt90iranbet/public_html/wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0x27adab7ef39103c4a9ba42eb3cf90658, 0xa7cd38d2d368e6966253af7a95058e6df77361626a1c4b1600e4eee69725bf6f, '', 0, '?'),
(0xc7889ccda9f29e22809ac02f2bf3e6e3, 'wp-content/languages/fa_IR-9c3519f4870fac83dc0dbf18cb6bd4c4.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-9c3519f4870fac83dc0dbf18cb6bd4c4.json', 0, 0xc4ad75a8190c14ef43e81e293fbf2a8c, 0xc4ad75a8190c14ef43e81e293fbf2a8c, 0xf296891e7d00d2a6a8cccf49bb4df23344688ac82f5c5d3904633d8b8fa4c1d2, '', 0, '?'),
(0xc78c0df09fe56e49fdd3c35bb9014ec1, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 0, 0xb782b01afc9646c7259701b07e2a71d0, 0xb782b01afc9646c7259701b07e2a71d0, 0xff1d2064eaba73f7868e72b0b809351e7e0c201c2eb383812d5acd9cda3564be, '', 0, '?'),
(0xc78ebfe9a2ed741f957e8dfa278ef4f8, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/footer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/footer.php', 0, 0x7af4b8109e948a4af6a7f40e1fe6df69, 0x7af4b8109e948a4af6a7f40e1fe6df69, 0x0793e47bfebedd5dbf7bfb90869dea601d93cdc8c1e16ad1d311f86ed8a7312a, '', 0, '?'),
(0xc79b7e7eda279ce3ecefd5e86dd6b780, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc79bc3e9fe803970aae2ec3dc3a961ba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc79cae1eba18b7b89121dab1ed279bdf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9_no_content.php', 0, 0xe4241d6f2d3aea82a673b8006d55f91b, 0xe4241d6f2d3aea82a673b8006d55f91b, 0x87942908f578017166e8e5befdd2151ac4dfd108d345f7bc2c4bc840203bb8f7, '', 0, '?'),
(0xc79d411d0cecf1b8d47ddb013019e87a, 'wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php', 1, 0x00000000000000000000000000000000, 0x80cd316fbde4231ce18d282c359c76f7, 0x65f388bbdabc3c9f6d37050674203559e8a557c0c019462729c4f5b57a6037fd, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0xc79f99a8971f101fd2427b977374328a, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.mo', 0, 0x15d3c49420efa253fa8545bc07ed5961, 0x15d3c49420efa253fa8545bc07ed5961, 0xb9adb6c3895efddab09099a37d882b536c74a4765ae7ac7f7945d61a9166d139, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x39c5340bc57ea1269d9dd539e724e4cb, 0xe8b302b40e830f124d6914611d27dd12069433cb19b1461be8ddad87f92e650e, '', 0, '?'),
(0xc7a460ccfdb562d4c4c3d77fa05e990f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3_no_content.php', 0, 0x9370f17cd13ef2d2ccc448f1be7cbe44, 0x9370f17cd13ef2d2ccc448f1be7cbe44, 0xc1fc93a55ab99475158a37d9e2c3f819132ac4c5cbab37c26ed63aff2fbaf60f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc7a62e407fc03e565b9ef457155f4134, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_5.php', 0, 0xb241db8ad6a560efed02596d04931a4c, 0xb241db8ad6a560efed02596d04931a4c, 0x3a04de5780b62cf717b5fba58e38aa0262060ec120dbba4931f85510c4608da4, '', 0, '?'),
(0xc7a73cd7675958ecfd25a5dc2379094a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1_no_content.php', 0, 0xd5e90a1ed5222047799327cd82953003, 0xd5e90a1ed5222047799327cd82953003, 0xbd640fc8ec0e453ca38487d733d0121569ac8d01e88bf05739cac6ecb8df1344, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', '/home/abt90iranbet/public_html/wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x469f16d952cd13142ac96bacb4bb05f7, 0xe09fcb10ee9348cb7650679b1c1c27f6a805ff268927f7b4e21bdb4c28b41e98, '', 0, '?'),
(0xc7ac71030e77069b9205d69580721d4f, 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css', 1, 0x00000000000000000000000000000000, 0xc0a4948d24f8f35f9823c1286f0985d8, 0xab4fe1a98632ac50d3799829f937b9a095fd857f79ede0639f3be3d47b1a5e1d, '', 0, '?'),
(0xc7b109e92dcc961c228b5771dd9068fa, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php', 0, 0xa72ad6fb410645dd387eb80095d9d815, 0xa72ad6fb410645dd387eb80095d9d815, 0xdfc415e99af9c5d4e1e812c7d2603e9157826885fda1404e5de71136a1cfc98a, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xba6c6c41d3f532f5d410ebcc8be9bf1c, 0x1a866148c8f5028cfd72b50cdfce2541b5eff13624604875ac54ee3679de3495, '', 0, '?'),
(0xc7b3702609c080cb3534c8cd219a5c49, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php', 1, 0x00000000000000000000000000000000, 0x94cece6c22b062eabb044483d67d8d49, 0x9784093e20fa6c754b9318ad354b79900e356a1293df05078ecc604f63e0faf8, '', 0, '?'),
(0xc7b4572fc9e1b497ff7563bd919d790a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php', 0, 0x7c1fe9f70fbcc859706f057a3974e075, 0x7c1fe9f70fbcc859706f057a3974e075, 0x244cbca8ae16313b7a71bd8cad2a66bf9bba01f44f709334c6a0177c7b139eda, '', 0, '?'),
(0xc7b4a9ab7ff91e88333299541117333f, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php', 0, 0x5f31f2018ef6c20187f9f522370dc4dc, 0x5f31f2018ef6c20187f9f522370dc4dc, 0xdccc1b2f5a5b18e6c81bcb40a5092e756e8e4c60c2a00b77ce8d55fd77a50f85, '', 0, '?'),
(0xc7bf5880adc44dd1d93e5de2e6290248, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php', 0, 0x522ab769c31f1018580555e9ea2d3a4d, 0x522ab769c31f1018580555e9ea2d3a4d, 0x313942af3a592e5d2d32f200def95f17fdeb4b9f6f4cc0c649cbbc83374ed2f5, '', 0, '?'),
(0xc7ca66d1162860d2df590ac5daf79a66, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import_no_content.php', 0, 0x87aad399d4c654620aa511ea4c5936a2, 0x87aad399d4c654620aa511ea4c5936a2, 0xc167d617d351989acbd6ce97cc37c0fda69ccae39210e9c6bf066cae460c82b8, '', 0, '?'),
(0xc7d2ac9f40fa903e809bea11fac05dd1, 'wp-admin/images/contribute-code.svg', '/home/abt90iranbet/public_html/wp-admin/images/contribute-code.svg', 1, 0x00000000000000000000000000000000, 0xb725278c2b638cb79b9dff90f526224c, 0x521bf58075694bb574c91a906a6c9d8802d640b937dbc18fa123e4551c2aad41, '', 0, '?'),
(0xc7d5d1fb0f1b35fe7fc160eba33441a9, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-1.png', 0, 0x8af7aa81dd46e1bef9310057dc5e0e79, 0x8af7aa81dd46e1bef9310057dc5e0e79, 0xdc0922a0cc77b7ef0bd83e011775bdddda3fc767cf9001d7821026ae2cf5e49b, '', 0, '?'),
(0xc7dd1df95fc23ac0fbbd4a4fd83d9c99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3_no_content.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc7e46d79760848e513f2bdcc8d87e0ce, 'wp-includes/blocks/table/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x59e6655f88fd1c0ddf6bac2af0e5b838, 0x4127f0d7520272d8c1043b9f6857d4c54fd8940221462553b85ffb730830f220, '', 0, '?'),
(0xc7e577aadb79be2aae58cd4f0a479ba5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xbfb47d18263f50b62144bc2cadfd22df, 0x7d67e1592f7e86be5b2d9ed49abcf4648109b10216c870eb6c3966ceacf373df, '', 0, '?'),
(0xc7e72725064282772621767a713bf761, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php', 1, 0x00000000000000000000000000000000, 0x66b13fc05094a0e51416f42111c01f16, 0xd3f7d64b11b582f72823c7029c7ba21025cd1d709a199fa4872cf101d9065e95, '', 0, '?'),
(0xc7e827c76db3eb64e5a78acb9f4597a5, 'wp-content/plugins/wordpress-seo/js/dist/support.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/support.js', 1, 0x00000000000000000000000000000000, 0xc24731d1087279200d51200c38489188, 0x6b466897bc2d585234b40a56f98128c0a1b39e2e18ff6e7b7f6ef41b2f2531c6, '', 0, '?'),
(0xc7eeae3d86dc80d5416a41db630e9ef1, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 1, 0x00000000000000000000000000000000, 0x573919abbe50f2f31edaa026420bf3da, 0x115442ae3e068034da85fc4ab48e7a17129a0e2718507617969555afa2666ee0, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xc7f3b86009b8c5bd3120ef6065aed537, 'wp-content/plugins/elementor/core/files/assets/json/json-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php', 1, 0x00000000000000000000000000000000, 0x2ccf9198e0cc4595bf90daf590c23576, 0xf5bcf00daf660d2e9cf9c0dfe6d4b419db2294f04dbaca4f2ba0754c1ddc1d81, '', 0, '?'),
(0xc7f8f12d7c53f1a858e4ea4fc7c2d65b, 'wp-content/plugins/kk-star-ratings/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/readme.txt', 0, 0x84eb70a68528e3874124e7cf05233ad5, 0x84eb70a68528e3874124e7cf05233ad5, 0xae7d7c911715b36ffc9327ee6d08848c8591b82c48875a7beed45467fa608c52, '', 0, '?'),
(0xc7fc90a5ae02f229a935b8994472c60d, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 1, 0x00000000000000000000000000000000, 0x2a39f2fd6a424aed274f251a92870549, 0x62080bb8cd5e3d1047e3fb280e15f29912da111d2de5a99029a6e978af581be7, '', 0, '?'),
(0xc7fcacb5dad28e91d9c483fcf445fb24, 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php', 0, 0xbd83ffc1f172e10d58d04b3fc9cd7acd, 0xbd83ffc1f172e10d58d04b3fc9cd7acd, 0xec0b391e092b984ce0ff58128254d5a6ec74fdd2b342f0b729ed990f6db2e4b6, '', 0, '?'),
(0xc7fd8fc92cce9ac4bddd8911998dd907, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-portfolio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-portfolio.php', 0, 0x2107d0672b53c8b29c1e6ced702346c8, 0x2107d0672b53c8b29c1e6ced702346c8, 0x967234f1394b5065eafc36a1f15afc0c1d471530acd25e1764fc1f08b02f9594, '', 0, '?'),
(0xc7ffaac7dc5b5ebfb8a979459aa17342, 'wp-content/plugins/wordpress-seo/src/models/indexable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php', 1, 0x00000000000000000000000000000000, 0x503a702c8942fedaafb94dba85109ce7, 0x21a785fd2a0095a3c83d3a60af348b8b8245a24719c8bed484c34b91682c9374, '', 0, '?'),
(0xc803a33b1c44f8ead4e93f75205e6104, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 0, 0xb6c57fb10c4b95c4b488b416a1c86d4d, 0xb6c57fb10c4b95c4b488b416a1c86d4d, 0x2a0bfd528b196fc212dc359855ee17628fb77ffd45529137ffd8b8fa45b7b83d, '', 0, '?'),
(0xc804ef265cbbfbca6b4209dd49625cd6, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query-users.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query-users.php', 0, 0xee4e1bedbbfb5e68e07166f79cad1c27, 0xee4e1bedbbfb5e68e07166f79cad1c27, 0x6b666ed8bd235d624b73deac8166014a048c0ca0509156d278447636dd3a1845, '', 0, '?'),
(0xc805a878b4aad39dc3b0130c7f13eb26, 'wp-content/plugins/wp-rocket/views/settings/fields/hidden.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/hidden.php', 0, 0x3b931bedf73c416e3dc7a22882af0b54, 0x3b931bedf73c416e3dc7a22882af0b54, 0xa3065f4ac4ed7f408a54ec149cfd7ea7da803cac9dcd554c65bdf64761990c8a, '', 0, '?'),
(0xc808b356357c2f59fb8aeede656e7e67, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_13.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_13.png', 0, 0xac59ccd441b2da894d5fc8e6da7c4284, 0xac59ccd441b2da894d5fc8e6da7c4284, 0xa1532a26aa9e847e18952e312316aac987b586a3370231bb553be4ea5a294c79, '', 0, '?'),
(0xc80db6385153821c84ad88077eb4c8ff, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1f791bc03c08e00875e318c0c599750a.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1f791bc03c08e00875e318c0c599750a.json', 0, 0x0047ab865becb2c4723455f084d33156, 0x0047ab865becb2c4723455f084d33156, 0xeca5a77f195303ce2a5f766ef052011912b70dd78ff015d4bfdad2da5c0cb3a3, '', 0, '?'),
(0xc813ea7cf8c8324501ad3c7323696cc0, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x6efdb62ae1707e8dcc641c1cd320f627, 0x07efedfc68ad4b2247eb7d0f1f59fe9546374e77602a857434a39ee35435d18b, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0xc81c2923c5394d9bf00e2019b63c6a97, 'wp-content/plugins/amp/includes/sanitizers/class-amp-o2-player-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-o2-player-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x4e40e584970d309de70d2ab36572797d, 0x388edb0816aad0950b9ed696c88d475a549c8ce420ac014cde20d19bcae7bd6d, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', '/home/abt90iranbet/public_html/wp-admin/js/code-editor.js', 1, 0x00000000000000000000000000000000, 0xa4f21e1c4ea627dfbd09891525f9eef1, 0xb7e62d874264062fc860f20fb25c56f4783615592addee2d24dffeb3ae1dc457, '', 0, '?'),
(0xc81e8065029650111a79610a7ff49ee8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 1, 0x00000000000000000000000000000000, 0xc5108cc0e17a37db48ea56f8a8c84cdf, 0xb5e13ad0d7ee6220cf79b45202cafd3292947052b13b96a5f05c5c02a9af6953, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0xc8230489c9c4b923cd6c583c4cf215c8, 'wp-content/themes/twentytwentyfive/patterns/footer.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer.php', 1, 0x00000000000000000000000000000000, 0x268114551267548374e4ce9201b9530b, 0xe7d1763d4d42626c7789ed80df5ec25f5896d65dde7ed13d7be271f3686a4c83, '', 0, '?'),
(0xc828bd6210d5f6b6dd62b5d5944253d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_10.php', 0, 0xff959ca2a6a0d20a6056be46d1ee3450, 0xff959ca2a6a0d20a6056be46d1ee3450, 0x2a9538f8c6982b8754f4a9157176e5f6e7745c444ec4afc5deadef09c888499b, '', 0, '?'),
(0xc82fbd89214e415a33a47b47fe68789b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 0, 0x7857dd20077df5870f74975d2d85e89f, 0x7857dd20077df5870f74975d2d85e89f, 0x749a36ee46c5838e9d36618684f2f523d7545da7af3ecdd50526727bd638fefe, '', 0, '?'),
(0xc8308c1cc511d55a768d54e2045148d0, 'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js', 1, 0x00000000000000000000000000000000, 0x50cdfe2a270005311dad63ad98da1e4f, 0xf938b5569a5b919b39fba3e29d7fabf6bb01fc8b5036593fadb38eac0f44c487, '', 0, '?'),
(0xc836bfeca177bca18e725dcfec2a5c23, 'wp-content/plugins/wordfence/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x687742edaeeeeffe65142028109bba81, 0x89d4ec5e4b24bcd3dcfa3100a46ec68426e4694d7be7ab18248c065ee08a6889, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/element.js', 1, 0x00000000000000000000000000000000, 0xacbd3f084974bae5814aefc6c57357f9, 0x5f87e2c02061593bf4928e345b2b16c87b52061d0ce8ab0c51c77cc2da5eef60, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0x7640a81c1dde971cd6999a0738a63a28, 0x446b9c668e8d7d937b67dff92579f7bfaa3d33569d66bb681fab29a46e715478, '', 0, '?'),
(0xc83d4a36a166e3a57a0035cb2b5ae9d8, 'wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xf7ad89409e9ef90ba15e0b9eaa53e364, 0x13ebad6843571aaec3479b098bc238c438e48780ff9299f67d47d4a173e77e11, '', 0, '?'),
(0xc83dd671c2ccefd8e4679142cdc76463, 'wp-content/plugins/elementor/assets/svg-paths/circle.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/circle.svg', 1, 0x00000000000000000000000000000000, 0x207c6fbe210d1fba97ef9c5e51075479, 0x0e508c66b6493cfb0e64830e50b6c7557955ab88084b162dbea86558d57075e3, '', 0, '?'),
(0xc84112ad472d6eb0e9422120f10e9562, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 1, 0x00000000000000000000000000000000, 0x4756a23b3ff6d5c45e85bfd2ba26cc97, 0xb97f2d4c37a3d7305e519654fe413e8745644f1b4cd2b2bdba06a38ce954bba8, '', 0, '?'),
(0xc84c807f66ed284a6f49f7d553a4d095, 'wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php', 1, 0x00000000000000000000000000000000, 0x63654919f95c7bcb723d3318e5e262af, 0xa8b2176fa6e11e14eacd831505566c0a7cda49e1feb4c5eca164e757687bc39f, '', 0, '?'),
(0xc84fa90327e9215aa910611c4f111c7d, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_11.png', 0, 0x0db8811969c0cbe51865e7b2c3fa9027, 0x0db8811969c0cbe51865e7b2c3fa9027, 0x77c1ec1e660dfc352d6b234d958b2d18c6d819bddb4075a5fe468210a7240769, '', 0, '?'),
(0xc854741490b8920065f3607fb4cc3146, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_4.php', 0, 0x3c23295f30be87c388307b3f13e6afe8, 0x3c23295f30be87c388307b3f13e6afe8, 0x7a1bd224a4b896f7c473ea09ca2cfcfaec45804b528a10e2d8f8c4934ea2b318, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x00860cebf064f868b5f0da9d04e0fe8a, 0x91117e51d399d66dbd2cb2e8fe7db35ddc3f2af600b2b5a5c58254c5c4806d0d, '', 0, '?'),
(0xc85e2f907870a017ac112456b7746ffe, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php', 0, 0x197ecee0331192a38646ba55c4fea240, 0x197ecee0331192a38646ba55c4fea240, 0x60c3d8c39ca34733e7390f98684d60ad965cb43f6db451b280530bab4cdae6b3, '', 0, '?'),
(0xc85ff83865978d8cd41ee78d9f26e70a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', 1, 0x00000000000000000000000000000000, 0xfa70e254e1f76637f5a558797455e252, 0x9e17887dd0cd0628fc02aa9b795b8ed73898529da6aa4db73a3e9a3a865f9b13, '', 0, '?'),
(0xc86c26ae48649add4748bcb320766a4a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php', 0, 0xc6e7a40324f65a58c9a4e8ec2b7b5ad9, 0xc6e7a40324f65a58c9a4e8ec2b7b5ad9, 0x1f29a22b064ae4db858ce4a9836a031e4f772353e196620e4bd49dd4bf5f8ddf, '', 0, '?'),
(0xc86e01e79f2bb536d9828e1c9ec53cd6, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-8.png', 0, 0xc16e155b097c15cc2495f04cfc4e1dca, 0xc16e155b097c15cc2495f04cfc4e1dca, 0x9251b758a2c04c3d72fcf3ba6ad4965ae263259a4f0309e2246a477a8f4ee81f, '', 0, '?'),
(0xc872692c4d7102504a25a80c47e29a3f, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon.png', 1, 0x00000000000000000000000000000000, 0x020287fb69a7f9a3436ddac89a3d8e13, 0x999e37affbf11586bd55123692fdabed302f30d87a488d05fe45492043e2ddfb, '', 0, '?'),
(0xc875e5d9437e1c370ae8e6f457b365d7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, 0x00000000000000000000000000000000, 0xa30c4b9eeb6ff36084c61f9755f3abc2, 0xf9843443f209b7fa78a4dcdfe4ccb6eeafd6fa95510606f90a062a1e9737befd, '', 0, '?'),
(0xc8786a017cb1d72ea8957c84438c6526, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/demo_style.css', 0, 0xc1c1a910e52c030cce148ff5aec4c8c8, 0xc1c1a910e52c030cce148ff5aec4c8c8, 0xbf385ed4c9798bb6b8d33f6b7a73f8fbe9550a75ad018d7223f4891f8f42da8b, '', 0, '?'),
(0xc878f6bc786ab48d81ab5ed780ba83d5, 'wp-content/plugins/wordfence/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xb324531e4e8e526304672e818f2e33ea, 0xd37d5bb35644e7978e8a78a163c8f530b2d6f7b47bd227782006d976a1b21efa, '', 0, '?'),
(0xc87c11922d1893ba5daad610fe5731a6, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php', 0, 0xc6cc0215ba385fc4cbad23195d568757, 0xc6cc0215ba385fc4cbad23195d568757, 0x15bc3bd3898b9e38221cf368f4743d33ec6cf1bb0ad0880bc5b5d48f147fc430, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 1, 0x00000000000000000000000000000000, 0x3241fa747a6001e06e251d94f05950ff, 0x9fb5b7f71ff75c83310cc9d35bf9d85a863e454bf6c6526be5d814575c8b768e, '', 0, '?'),
(0xc881d282a2ddf47b7f0618bde3c34d81, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php', 0, 0xe7f1714d75a5f5d4285197881b8249bc, 0xe7f1714d75a5f5d4285197881b8249bc, 0x44fce7e0a07ed57787d9c3f3f2165794b867a1f458d8e17db90bcee172d461a0, '', 0, '?'),
(0xc883e0499d03d87bad8b8471e742dde6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_9.php', 0, 0x3d12c156801a3df94ceb349aba7f8c8d, 0x3d12c156801a3df94ceb349aba7f8c8d, 0xb7001793a6a64f8d488711de08bcc99022294eb07c67f3f8d724c2e4e706f616, '', 0, '?'),
(0xc8844f0f17e147ed03f79266e2f9b19f, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0x5f6ee7f97cc86838635c9c1350415bc8, 0x99297e57b8a04372a0ceba0fd6da3fe295ebae242c605db440db4431bdca7070, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0x3b84696df9b25b7d8527a742a07ead52, 0xa3e8ba78c6eac88e22034aa84fdd63f0416ba8c1a636e034d4c4265c335917aa, '', 0, '?'),
(0xc88dd9b612cde27454ad6cc9fa7e8a01, 'wp-includes/js/dist/development/react-refresh-runtime.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-runtime.min.js', 1, 0x00000000000000000000000000000000, 0xb2ccf75cae4da8e028ba67ebc98c2389, 0x3f6cd35c5e09ae3d88eed9f580aa6ecec943acefdf01df367dfcdd541137c6d4, '', 0, '?'),
(0xc89360476d6ac3a7e916c8a895a63568, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/PostTypes.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/PostTypes.php', 1, 0x00000000000000000000000000000000, 0x5d4709639b6bae14281f02d0f6bf4253, 0xb8990b1b9fc5857be2349f6372d493c53c15a8247c4022e5147d87df1ed084f4, '', 0, '?'),
(0xc8953965ad4ccd2d08fed4910a0ca54e, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Rule/Rule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Rule/Rule.php', 1, 0x00000000000000000000000000000000, 0xb5b2719af11ae0fee8bf7743fcf6a243, 0x5577738543843ca4dc69fed2cc5a3fad9be9d1cc569923b1b9584f9942495cd2, '', 0, '?'),
(0xc898de1cf927245bd75f7c9b40e6e994, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', 1, 0x00000000000000000000000000000000, 0x276612f196c8a9779d74ff710b6be5ce, 0x453b36061ed9fd7984f993d610638017191f61c6635f31a629beca8f079dcd88, '', 0, '?'),
(0xc89f3cc890dc84f6628d2f592503ca00, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/images/hand.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/images/hand.svg', 0, 0x0f70e85a973e8e54c1cda99d2b891b56, 0x0f70e85a973e8e54c1cda99d2b891b56, 0xcdba796d273b7cc115a00e1d7c66fcd584236c3f64943a5db9346fd595adb251, '', 0, '?'),
(0xc8a0c20fd2e866ff31e868f2bb8266b2, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php', 1, 0x00000000000000000000000000000000, 0xfd4b43125e8a65f0cfcbb4c118f5ba7b, 0xd5b0905f7a1be9b782e130621306256daa851e8ad23e1a7a16dae9acf51d67d1, '', 0, '?'),
(0xc8a27599c1a677fbd0dc8077aec96e9d, 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.js', 0, 0x50eed4a776e7532d93feb0e90a5186b0, 0x50eed4a776e7532d93feb0e90a5186b0, 0xeccfd8e0198c8eba02b6ebf6410e8b62f60481292bc4ce7a7609cec35cc922af, '', 0, '?'),
(0xc8adf5e18ea31f99fd4ae01bd7af9900, 'wp-content/plugins/updraftplus/css/updraftplus-tour.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.css', 1, 0x00000000000000000000000000000000, 0xc50ddc802b13968964204c362bd9d3fe, 0x2a8344795e86ec92421c6da183382f02989c3d6af9aa9e6a22e9bfe71e7e370a, '', 0, '?'),
(0xc8c35ba71ca4cb6a6bd9370cde88aada, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', 1, 0x00000000000000000000000000000000, 0x4b5afc9f4d66780f5160d7bdbe1c51bc, 0x3ee4cee9016077504858c161e183abd80ee55c554a94fc1bed0e7e606d32175f, '', 0, '?'),
(0xc8c958f8bd4654891056eb8b36813864, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/gradient.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/gradient.png', 0, 0xb032c1505bf855b0fb94fc95ae1dbdfb, 0xb032c1505bf855b0fb94fc95ae1dbdfb, 0xb450a2fcda412f5b8fc905ed31ce07e19b26932dda53f9fd40d85a0a46882429, '', 0, '?'),
(0xc8cd8bd1dc562d729f0e878e3fbfb4ad, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json', 0, 0x3d5ea7aba55fca0046d318ad37beb853, 0x3d5ea7aba55fca0046d318ad37beb853, 0xd852f8850905ce0046ab488c0a138b231b13e85e06aa79ecb468132ba1ea72ab, '', 0, '?'),
(0xc8cfe8c68d42dc324e6120bf5c734886, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_8.php', 0, 0xf135b338eb615eb60741e2dfa8ec020e, 0xf135b338eb615eb60741e2dfa8ec020e, 0xc561e81ef9abc3a9aa54c06ae5cdd67211b9be7111a6c7558bfcbecd020903a3, '', 0, '?'),
(0xc8d34621744044236cc160d197a1be68, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-license-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa82f3ccac892e76e9efc785b0a462138, 0xd8a30a770e3c3cc78b4e4a5ddfe6003685e073ab1cd20b678728ebeea69346af, '', 0, '?'),
(0xc8dfd0d451c84ea259d0d78b4dfb192a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import_no_content.php', 0, 0x2694430f373fc8cb27652a3d9012d2a8, 0x2694430f373fc8cb27652a3d9012d2a8, 0x7a32a44ab30afcbf7156e423f3afed5aec58c19c917657719a9fb111396749e0, '', 0, '?'),
(0xc8e0518971e17dde859b815b0d82e53c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 1, 0x00000000000000000000000000000000, 0xb5f35e6aadef7730aac574a9dd0b9352, 0x25cce5252ee5515a7a92bbc9e07bdab56b3dfe8590e7edd87c98ff1047a5e3b1, '', 0, '?'),
(0xc8e31dde163dc6666eab2c91aff5ce78, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php', 1, 0x00000000000000000000000000000000, 0x5727c7ac8b4a5c3a2f500e1db736f0ad, 0xad624f92033e22c741a5bc98e91f88d464b76e04ec43088e1134be12144c8af5, '', 0, '?'),
(0xc8e93e5b52e11401df5b19968acc8c9a, 'wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php', 1, 0x00000000000000000000000000000000, 0xd26db72b02d95c7a0b0244b6b1fafae4, 0x85ce0919d011bf5b63e4ea20600f26ba7738bfb58284f7f1471af6274daea298, '', 0, '?'),
(0xc8efe7bc82e78961a9cb12f3a7639f99, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 0, 0x226cd1bca529a8264c7b36de67c1e047, 0x226cd1bca529a8264c7b36de67c1e047, 0x95eff4c508183b13a91199dd10f68f140e66ded13629dc5422ced8088c8818f7, '', 0, '?'),
(0xc8f30127a994098ae7ceb4502b21a2f4, 'wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7d271500b7f6f891c13286214198ceea, 0x39a1fcb9515f3d737071a133d674d3c72d93b62fe23e857a7484a7ded31c4ca6, '', 0, '?'),
(0xc8f54d0b6cfd8be61d4e05e09f232078, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', 1, 0x00000000000000000000000000000000, 0xb3a1fb9dcd4905c17046eadfb79b6fae, 0x34952e49308fecc5e817e9c421307978e872ed5d289e46915718fff24ab6a556, '', 0, '?'),
(0xc8f551692ed597c9294b5175463f6faa, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/not-found-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/not-found-exception.php', 0, 0x78b3d8e860f6ac1903a31f7c7e672434, 0x78b3d8e860f6ac1903a31f7c7e672434, 0x1306ecdbdae1953fbcd2ead3e32c02f7f2a37f7111d9b0e092a2808a69fbc9d8, '', 0, '?'),
(0xc8f79e0e1114713d7e311a1bd9727e8a, 'wp-includes/SimplePie/library/SimplePie/Parse/Date.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0x4431a74fe88ab0baa6dfd9042ec5ddbb, 0xd1cc1a9c9a8e160011ad89a8b383e20f4bf625f9b0be0d9201b7d19b7627a892, '', 0, '?'),
(0xc907f3ad67494c81770615fd821a9755, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', 1, 0x00000000000000000000000000000000, 0xbfe1bca2e20f58026570cd332c2d0b1e, 0x0b26d69a282b0f0bf2dabf1972d9b89a8ab45a0f5dc2d71ba885d51a67fb7e03, '', 0, '?'),
(0xc90a82886bc340849997ef2c76d75c63, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_6.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xc90d56a4305a23eaa37d787669192bdf, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 0, 0x262f7b68f93486affbcc78e8eb850b32, 0x262f7b68f93486affbcc78e8eb850b32, 0x4df14eff116363263fc929761e2b3c280241270003d834cb7ae133fd9c04f476, '', 0, '?'),
(0xc90fff5cf70b4d27456c9ed2e3f646b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_5.php', 0, 0xd5ffb19cdffbb30f5680510bc56d6707, 0xd5ffb19cdffbb30f5680510bc56d6707, 0xa7c4b23c0c74ac0b5e466391584bf948bf1178d773f8f0a439a124009c00d124, '', 0, '?'),
(0xc910b691ba97f45e2ab45c4827a0a53b, 'wp-content/plugins/elementor/modules/site-navigation/data/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/controller.php', 1, 0x00000000000000000000000000000000, 0x3193566fa50b570293b69a4e9c5793ee, 0xd5df08aacf3f0a592835b725186dec869ad551e780184a2ec4d8d7bf1f5d5efa, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', '/home/abt90iranbet/public_html/wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xbba128ed8c8b8923d1d34183e4f33bc7, 0x8275ab41eac3f6931b132b19492f98e38a9300bb6e894ecb314738dc1a442dfa, '', 0, '?'),
(0xc9139b96fd2c210969e3b29164c25e74, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-has-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-has-command.php', 0, 0x84c01866fc08629d135649401e9f4d75, 0x84c01866fc08629d135649401e9f4d75, 0x68b6eda821808804dacf8d8cc8629a24e6fe36abce6b724071c6ba9111b9fb71, '', 0, '?'),
(0xc915602f863342c58c7bbe2a99ae505b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 0, 0x13063ed5386691b25d4b1607c8cadf64, 0x13063ed5386691b25d4b1607c8cadf64, 0xdfba92e09fa94c08bfbcf72596b523a51af5ef1729437443666f3641aad13800, '', 0, '?'),
(0xc91746b5576fa39b4de47985079be923, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php', 0, 0x120f3e74edc8f945ae5e851014d13172, 0x120f3e74edc8f945ae5e851014d13172, 0x6dcce51c47595b715b343fb0de262703d4f46f2fec17109bf07ecd270e90cef8, '', 0, '?'),
(0xc91828744368f4935801d77f8ea48268, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', 1, 0x00000000000000000000000000000000, 0x457ed22202e9c7ef4e981d2b33962cb3, 0x714401fb5afa8fcefc1f19e476293678b4896d992f9368a26cdeb73f69b6800a, '', 0, '?'),
(0xc91c26274fa52cd64227bd24408f73c3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_1.php', 0, 0x5e9e443a328de81034617cc4944ce64c, 0x5e9e443a328de81034617cc4944ce64c, 0x49e7490db9512d70859c3b18271034d757262f49d664aeae5489b4c8cf3bd72a, '', 0, '?'),
(0xc91d0ae4d8430e0630fef477cc011723, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', 1, 0x00000000000000000000000000000000, 0x6c16605b179bb46377689868f6a063da, 0x5eca8319e4af0024f4ad6c9d6091508099f70c11b26f1b2dc3fa2eec7bd12f4e, '', 0, '?'),
(0xc923e8216fbbc8294ac5566a05feb1e1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2.php', 0, 0x4762f3b2af43f141851eccc79fd57f3e, 0x4762f3b2af43f141851eccc79fd57f3e, 0x42e6b80f7af9ffde72ef51f9cfeb062664af27a16139422f3f6fa910dd99cc74, '', 0, '?'),
(0xc927fe715242fa496f90c7fb97c18100, 'wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', 1, 0x00000000000000000000000000000000, 0xdfa9bf1cb4a8cf387a0187a73442b18c, 0x38dc7acee53e5f289d7a6737912f423f02d2fe345a30f9700046b9731fa05ce4, '', 0, '?'),
(0xc92bf8523af18ebaaaa1f6ea05ad4907, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', 1, 0x00000000000000000000000000000000, 0xf9a48985959ed3cacc13e506a3e8933f, 0x376fd51c614d739c1407477d8a0e1a5dc5df7c9223aa700f62542d0d9b246156, '', 0, '?'),
(0xc9307734e91c5b64b04822cd321b06ea, 'wp-content/updraft/plugins-old/updraftplus/readme.txt', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/readme.txt', 0, 0x7eae753722e4fa8c2ac0c4d2185f1c28, 0x7eae753722e4fa8c2ac0c4d2185f1c28, 0x55edc29bbffec96e98a2f4f2cd9f5439104dadad6308ec6328d07583a5ddd903, '', 0, '?'),
(0xc931b0e0ac39578175ded380341b42ab, 'wp-includes/blocks/query-no-results/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-no-results/block.json', 1, 0x00000000000000000000000000000000, 0x72daa042cbf330042abf887d33fdc002, 0xf3c72aa84c6f5e8437268bf9449ad6be3253b0f4d6b7b5f90233417df4d0d50d, '', 0, '?'),
(0xc9343cadf62f9bffd4595235fb13712a, 'wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xb41bb7bcd6c75cab7a4810461a783104, 0x162517ee966b96c1db590bdc304f70923f215e43dc06456915bf32016a90693c, '', 0, '?'),
(0xc93c76a3cf4bc5a866e52ba868864dc0, 'wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json', 1, 0x00000000000000000000000000000000, 0x5c513935c1b16abe2a3e82d74c7158c0, 0xd8b309a289ceaf428bcd6534021d00d59cd3813869d765188392cbb3a02b7f7d, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', '/home/abt90iranbet/public_html/wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0x30a7481f6838f0f623b7746fc6baccf0, 0xe2f80f424cef6fe2fefbb0672530879741665963f47420197bafa373cd8c8add, '', 0, '?'),
(0xc943946a943819b4ce374538d6d6ff0f, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', 0, 0xa1e789e4638fb5c0a02be32e00f998e0, 0xa1e789e4638fb5c0a02be32e00f998e0, 0x87d09b54208452734334e4593ff5823f0bd2ab7ac8b70689eab82946bf4e39e0, '', 0, '?'),
(0xc94735465e8dae1701d5d4b5041a944e, 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', 1, 0x00000000000000000000000000000000, 0x1bec16c1cf97982c4c8596ae25f22d10, 0x0adf1b9b91d1b6ed587bff7079f6d8028f3cd44fe715fa4a9e2570558b72877b, '', 0, '?'),
(0xc947aa0fdc4df14180f14ff2f7ee7e53, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php', 0, 0x4f1cdc002dedb2ea584ed48136abd2ef, 0x4f1cdc002dedb2ea584ed48136abd2ef, 0x64dde60547113c74bd12d756434847bdaf40a316ea941f65443e835a3ce43c90, '', 0, '?'),
(0xc94ba7d959ab998fe299afedbc9602cd, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parser.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parser.php', 1, 0x00000000000000000000000000000000, 0xc707a4bbf61ed48c0a6a986e1de7adee, 0x575129bddea5af984cd7fda9dbdabc4749a2ded458d58fcf31342535edcd5fdd, '', 0, '?'),
(0xc95032b3535324b81705c07ddb36aa27, 'wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3d7fc66c7b4b3306043f182b43b942f8, 0xde8e6d412b7fc14bda151e29a4a01bf9b686813726be6e857727cc91ddc0ca9c, '', 0, '?'),
(0xc9539febf41a6d2136312e31457b07bc, 'wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.js', 1, 0x00000000000000000000000000000000, 0x20a10ee7b9d145404a69819c41b17b9a, 0xada1f9d838fdfe8692e12aca79ef95583fae64f847dd5b2ab2fcb1ff78af84ca, '', 0, '?'),
(0xc95bf9c3307ba3d04226f9e71b1c5eb5, 'wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png', 1, 0x00000000000000000000000000000000, 0xd75985a79c0ad486db0126dd4a0b3361, 0x1376a576fc947b92102b3fc9518a11664859a6417ae0ed71a15ca8644edda1d0, '', 0, '?'),
(0xc962463a521c9901f549ae45b4bc5142, 'wp-content/plugins/amp/src/MobileRedirection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/MobileRedirection.php', 1, 0x00000000000000000000000000000000, 0xef910584c828d4e2aeec086f946a0020, 0x458d336f781af077eb96a3ed314c1d915ab47f553b108067eecac1cb221ebf70, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0xc970cc1210c90d73a6826ff934f7a964, 'wp-includes/Requests/src/Exception/Http/Status400.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status400.php', 1, 0x00000000000000000000000000000000, 0x476c43b51a207d902adf1f620ac2395d, 0x7cf92dfe3b17d1f1ccf9aec85b6595e51536552a050febcd7c44a98eb24333c4, '', 0, '?'),
(0xc97347187d2d2bd1d8d0037671a6f169, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE', 1, 0x00000000000000000000000000000000, 0x42d32c6e1a3af5f1745593c9bec3f2b3, 0xdcfa1cc96636d1b260185545f3c86a44fd35f52a61bad2c41a45fea1f911513c, '', 0, '?'),
(0xc97707658b41219f244bea9c05b2cbb2, 'wp-content/plugins/wpfront-notification-bar/js/options.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/options.js', 1, 0x00000000000000000000000000000000, 0x31d4613a867c459e26b8fb42a61aed49, 0x552ebe9d0a8a6b3bea0908b413352f5510897bd4ff43035d99dca06ca4e2d4e8, '', 0, '?'),
(0xc97d4afcd4e2a9b96c56fee5e879330c, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x6bc5f7fde5dea6ec4197b167ff25e209, 0x6b27faedf3d6d4ec0dc52800688d4de2d90ac51e814f5f626a6d4eed7c0e3a4b, '', 0, '?'),
(0xc980e98c415b9a1d2b1a9bb37242189c, 'wp-includes/SimplePie/src/Parse/Date.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0x1540a2c8825b02871b71ca720eed7f3b, 0x9ac6b6466013e656fbc04b39ff2a67a4236fa2ee5348c37d05fe4fc72c2b9802, '', 0, '?'),
(0xc981e9e2ef72edb07e2221ca0b6a03d8, 'wp-content/plugins/elementor/includes/controls/groups/css-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 1, 0x00000000000000000000000000000000, 0xc303397ab2efa2935f3554af9d2fdf7b, 0x4eb28d8437a5630a61e020be4b282b93ed913d83ea2a8eee4ae627e9a1af0210, '', 0, '?'),
(0xc983d51d1d68cf626ca8297d5567d65b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_5.php', 0, 0x5c2296f92cf3fe138dc04b2cd380b08a, 0x5c2296f92cf3fe138dc04b2cd380b08a, 0x64fb08289c3157f6d1877cc75d0fde2f48ca5b161d0e57e33efc903fee85faf8, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0xab85f4fe2f7d1ecfe955ec472b06efec, 0x276f15961877942c585e01c8789ab5af289888952acedde5c32f83543f8c61b5, '', 0, '?'),
(0xc98ed80d54971d83bb66fb67c02f39d1, 'wp-content/plugins/wp-rocket/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/autoload.php', 0, 0xda9fbf2b91ddeb9aabd43dac15ae185e, 0xda9fbf2b91ddeb9aabd43dac15ae185e, 0x277a7e61c99626b1131c828b232bba46fe3947beb79a21787679b62764c1dfa7, '', 0, '?'),
(0xc99026543339efeb75777d0748214471, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ca.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ca.json', 0, 0xf5a2df5cb0fc9f03a59bbd39c40bd865, 0xf5a2df5cb0fc9f03a59bbd39c40bd865, 0x29a12813ac15adb6290ac974cd867c3d1255b0838459f646359236f7b6d57129, '', 0, '?'),
(0xc998e0f1eac6f089c9bf88bee627cac1, 'wp-content/plugins/elementor/core/files/css/post-preview.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php', 1, 0x00000000000000000000000000000000, 0x55a6a44831f6509a8d29f6544c7ce193, 0x7c2f9733ddf50460f7436402011e0ba364448197d3e00585b94eaf4492e2ee95, '', 0, '?'),
(0xc9996bc6a0821f1dea10166b12bc8a81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_panel_settings.txt', 0, 0x123f09b9aa485246075d52bb9dfb56d8, 0x123f09b9aa485246075d52bb9dfb56d8, 0x4439c0c8ec0a5170758aaaec1864a1f15ea9f49d480f86516814ae828a96132c, '', 0, '?'),
(0xc999d80f9d9f97b48b6659361c28df5b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', 1, 0x00000000000000000000000000000000, 0x9775d2a041214aeb9d2435ea3ba99ca5, 0x3d3825e83077fa5b08eb7131731257b248e6610fb7f4f1ef04a33dd2d7d39543, '', 0, '?'),
(0xc99b2c94ba1fdde5bacdd7aba4defc26, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_modified_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_modified_date.php', 0, 0x3233f710219a32cac8127a09bc052f9a, 0x3233f710219a32cac8127a09bc052f9a, 0xfe596ee1d84cd3549d078c7d5ae7951a7c63917df3c9c281953434bea9854e3d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-custom-background.php', 1, 0x00000000000000000000000000000000, 0x47356edce89db560a0e489015493e5ae, 0x245ac5fe353f956eb987fd1b0417c9fc0ff7feda2b2691731f844fe71e6366e2, '', 0, '?'),
(0xc9a6b0a50b03ad1bce0f6c7989d56460, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-stars.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-stars.php', 1, 0x00000000000000000000000000000000, 0x3ecd1cef9bbb29faad8ef2aaf9fde3ac, 0xc1fac946e3920fa4db12eff41297785d263d794284b33b7b9e0a452359c14ee9, '', 0, '?'),
(0xc9a74d3a018245e7eb1828ac8e36253d, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 1, 0x00000000000000000000000000000000, 0x51c0eb79de1a969a324cab86560d65c7, 0xae96d1e10671129cfb657900a5ab87ef8d411e8086272eb7250918e8429b3917, '', 0, '?'),
(0xc9aa6f46833330cd00c00b646ada2fb1, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Listener.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Listener.php', 0, 0xdd0b6269d1eeac815929c034a74784b1, 0xdd0b6269d1eeac815929c034a74784b1, 0x16f31b00ee8e44354074818ed819058e2565c2de5e01aca5a06bd6e5a322142e, '', 0, '?'),
(0xc9ab99bd009bacbeb568e580edbc7f9f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php', 0, 0x9867c7b0e1e1a4538451b8059430a80b, 0x9867c7b0e1e1a4538451b8059430a80b, 0xb46befd541403072ac1c56b3c8b2c51efece89b0c75d5fef25fd937bb738e554, '', 0, '?'),
(0xc9b27480388ff1d035d3544d9227a76c, 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 1, 0x00000000000000000000000000000000, 0x010e631b4fdf3592093bebdc9057fce3, 0x7c1d3709bbeb1e92105f894f4a86f00a38398439e6a1879fc063fc513d4f6403, '', 0, '?'),
(0xc9b75128becbf4b7491642ead06a472b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_8.php', 0, 0x9cda9f201dc09302cee781f85a64d4b3, 0x9cda9f201dc09302cee781f85a64d4b3, 0x07b26caa7a1c882b1401e94e6fd77b37fdd19899a6ddc288955b05e953901348, '', 0, '?'),
(0xc9b7c9a586a3bf68c48f0130c477821c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/demo_style.css', 0, 0xe4ed3f56f44cd5c0072dbc770fa6671b, 0xe4ed3f56f44cd5c0072dbc770fa6671b, 0x656e2b47b0059d066296e5e3dde9544790430cfb9f713667e8ba8151b1ac0719, '', 0, '?'),
(0xc9b9bc1b963a6e5d69c6e1895b6beed5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', 1, 0x00000000000000000000000000000000, 0x26c26bafd2d5a6be5ff149c680792616, 0x47f2a37e9ae3eed16669080a05441a63833ed13ebea7dc51e9149ae3bb7ceb1b, '', 0, '?'),
(0xc9bb71244f4c4e26c3c68edc72a82406, 'wp-content/plugins/elementor/app/modules/import-export/utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/utils.php', 1, 0x00000000000000000000000000000000, 0x22109445ce9a25528f68f82ca573170d, 0xec8e756e5a314098e84106048a8b7ae0674ee1b66790ac28b790fb31b1d0cbd3, '', 0, '?'),
(0xc9bbba0d81e38674e69da1b5ffef3d6b, 'wp-content/plugins/elementor/core/documents-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/documents-manager.php', 1, 0x00000000000000000000000000000000, 0xc8c50053bc6fc9d95187db5375367a4c, 0xb13d76f76599bbc825002429692c7449e17a2e6a9e1ae0e0837426693964c18e, '', 0, '?'),
(0xc9d0d1fc1c7598e96c72b731c96b6ea0, 'wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css', 1, 0x00000000000000000000000000000000, 0xdcc59ee49723b4faf9534c027b1b9541, 0x7ba7f710c6d9db45ee87b1be85525f4811eac9d25eae23839d430965f6274695, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', '/home/abt90iranbet/public_html/wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0x8f0727424655f0926242a140b1e6100d, 0x1a36376098b9f86c201acfd698270788bc1ebded965677aa4c53e201d834da55, '', 0, '?'),
(0xc9d2823f381be5be1d2690d896aaf179, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-offset.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-offset.php', 0, 0x404f6ff9be1a69729cd2b49645415d01, 0x404f6ff9be1a69729cd2b49645415d01, 0x9760a28bb97d978e39a2ddbb723fc57e483be1242138c79decea5f5354d34436, '', 0, '?'),
(0xc9db8c3ddb80191710cc7074a2db3740, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_17.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_17.php', 0, 0xfe078d63c50a9c977d10a44b56df906e, 0xfe078d63c50a9c977d10a44b56df906e, 0xa498ef6a6dfc8f506e8c9518818c239a57211615c2a5b45f55bc377611772cb7, '', 0, '?'),
(0xc9dbfe17d3cdf9f82902ec7f82af714a, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc9df0773930d8947978fe52b64047748, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member1.php', 0, 0x826cacf4aa36de2fb61ee769bbc39ae8, 0x826cacf4aa36de2fb61ee769bbc39ae8, 0x90a524d845e89617d15ce5a9dad9db4477b1dbcf6912a06201b205cfebdb2091, '', 0, '?'),
(0xc9e11f5572444a735b46c98e8e6e0b44, 'wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php', 1, 0x00000000000000000000000000000000, 0xb8b3cb56a815f874a933ded2c88c2577, 0x1c6b845a2749f3eb566a06e1a62b503746e28f9e2ff5567e27d013aededa730c, '', 0, '?'),
(0xc9e230f4f40a59b7392363ecdc8c5d88, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php', 1, 0x00000000000000000000000000000000, 0x20efeeff6bad3f5c82a79ff74812ad2b, 0x47b0ea855d670169c3872106f791ec553817df931ef4a15c8f5a9d369ec05b49, '', 0, '?'),
(0xc9e385c43f22e8f1262dec6abb0799fb, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 1, 0x00000000000000000000000000000000, 0x19ba02c521e680794ef4d19cf1fb7af0, 0xd4e3bfdda9029e00f3a01824b40a1bb7ccd06f5b845c71f1cd9e72768d222fca, '', 0, '?'),
(0xc9e6463f56cc0a2237e7647f4a9ae8e4, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-2.png', 0, 0x6f406a18ab598fe60c303f309aff3251, 0x6f406a18ab598fe60c303f309aff3251, 0x34aa1465984a774390a8d6d8c92b4aaa9fbc5bd4d53987b02f25035cf255ec28, '', 0, '?'),
(0xc9eb0932efe183d3cc4384be5612c9f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', 1, 0x00000000000000000000000000000000, 0xcdde2539ccfb1c599de5c31acffb2a4e, 0x4a98de2c1d521c3f61b68340f21ebb258111dec776aec1dcc566f2b675131954, '', 0, '?'),
(0xc9ecc9127206d1824aff9f4cf8e51fb6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 1, 0x00000000000000000000000000000000, 0x8f127176f742bb6266e7f5d008b994b6, 0x84abbe49371b5f0171ca706d8f2307d2d162ceb447d3e6dea4a90ba74a74a0d3, '', 0, '?'),
(0xc9ef139703bedf0fab6826a313271173, 'wp-includes/blocks/search/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeaf08ee726a7d457b0c32b87c80187d8, 0x53e528f6679391f40525f41e0124251e88b07087bb2b33f7989d5cddca3aee35, '', 0, '?'),
(0xc9f7f477e0405858b3d26cd870064013, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_more_article_box.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_more_article_box.php', 0, 0xcbf23a58bfa402ae4e0ca7ccd4d8ed07, 0xcbf23a58bfa402ae4e0ca7ccd4d8ed07, 0xb56a9619e9f7d91ffab58d6d65a11740ec4d56072a56a1c9b73e3613bb0e44a5, '', 0, '?'),
(0xc9fd1226d450ff6fec780bd9e5a0d9d8, 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.min.js', 1, 0x00000000000000000000000000000000, 0xfb1314709da0bb543a9d84088dfcdc30, 0xc8c2ad601e88eefa064af5487f78c7554bc03879f2e8d928fee667a16b234289, '', 0, '?'),
(0xc9fd2ce6ab4109f302349b13e3ce3ec0, 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm_top_bar_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm_top_bar_template_1.php', 0, 0x83616c882e6e3e928ed8028fb07df488, 0x83616c882e6e3e928ed8028fb07df488, 0xa16e595ae2d89d63afb9ef3b74652370cbeae8af2832f2c1fe789dc806842539, '', 0, '?'),
(0xc9fd3e6bb7aacf9605cca3b0f055ab12, 'wp-content/plugins/wpfront-notification-bar/css/settings.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/settings.min.css', 1, 0x00000000000000000000000000000000, 0xc200f423ec13ed4fe260c9b410542f28, 0xc6f22e2742138bd406aa8adafe25e11bef9b9186601f38f76c9abaf556bb778c, '', 0, '?'),
(0xc9fff03cc4378164a1b374b9353a27f2, 'wp-content/plugins/elementor/includes/widgets/html.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/html.php', 1, 0x00000000000000000000000000000000, 0xe86cd60dc9d6d2f7b542b36ef7d9d429, 0x4060bc4de7f8ea81635c2bbe49d492419da3c0b5b88b2ebc33c0f8713f16bd79, '', 0, '?'),
(0xca00466654215581ae8fc142fea274f4, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php', 0, 0xeda27685ba159e750ec8e678ad54f871, 0xeda27685ba159e750ec8e678ad54f871, 0xcf86072d78cfacb66d097e167cfa9a845034f9d75cf9f05d24bcacb28a86bc0d, '', 0, '?'),
(0xca02a5bc0b6c6ffe04e0c74e019078ef, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/no_img.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/no_img.png', 0, 0xd82d0288f67a86b5f933050343db9436, 0xd82d0288f67a86b5f933050343db9436, 0xfadb759c94e259d9e2801c43f53c250621ac6d5bf2ec0e1ca878bce8a67c262c, '', 0, '?'),
(0xca081ae4e7310c8080c5703abc487d49, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-html.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-html.js', 0, 0xf0605f3aaacec80a651ffe2be4348730, 0xf0605f3aaacec80a651ffe2be4348730, 0x0618fbebdecda9bb0fef2a55eed86f284f2488620e010443959de832770ac2b1, '', 0, '?'),
(0xca0ac19fed0d78136d9a4f57a7d2f525, 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js', 1, 0x00000000000000000000000000000000, 0x62161e06a4f65851b3bdce0e23e51e44, 0x32059d61e3decf73c396da5003a45a0950fea0e3dd0e38c725e89ba0ad801c48, '', 0, '?'),
(0xca0bd451ed923d1e1f132d7b0024c8d7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_panel_settings.txt', 0, 0x35bdd44577210406884e26ea632c8b47, 0x35bdd44577210406884e26ea632c8b47, 0x2df584632deff337b7038d289ed76aef66368d4deb1c236fda5086792189cf10, '', 0, '?'),
(0xca0f2a7caae19f8a9721f40a982abc06, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xca1a8695ba18f3a9e9657ff4342ff65f, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 0, 0x0d37fca84b327e5ff6c2cba89ad906b0, 0x0d37fca84b327e5ff6c2cba89ad906b0, 0xe00103be8c9806eb2fb31c70de0a20da148c20be0b404c53c6253916c22f43d3, '', 0, '?'),
(0xca20fc861fb5740264726c011950066a, 'wp-includes/css/dist/widgets/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0x3aad378b048208b4aabb8c9e8dd9ca68, 0xfa9480242e2644948f25b70f20d46657ef75a32c8509d199ce2c0266e4554aa3, '', 0, '?'),
(0xca22240fef31b2c986cc66bdd97ee1cd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xca234ba0db1cb11409b5dd51ba8b4210, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 0, 0xe82845c9bf276a9a2b012e54927dd6c9, 0xe82845c9bf276a9a2b012e54927dd6c9, 0xec13489eb0d9b2fa79e3ab47dbf3793f10c42d6e20ed671760c292ccee84a061, '', 0, '?'),
(0xca271e57455d72849ab07f0a40e16211, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', 0, 0xd91b0ac7e0f4381ef9d726ca69228383, 0xd91b0ac7e0f4381ef9d726ca69228383, 0xa83fcde64e9ac89f2855b195a49a3575513f36793f93dacf50adf386dab2e51a, '', 0, '?'),
(0xca2801a911c9d868e15beae1a59bea3b, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-cactus.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-cactus.webp', 0, 0x8aa993aa901657c0456ebe91bcc86c90, 0x8aa993aa901657c0456ebe91bcc86c90, 0x04b813266dafca1b719e5de9c411ce0b4f78f44b07b8f0e29b0cf8753fe26bea, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x9e9b5fa115a292680e8c413fb9f8bb44, 0xb19b4c5a8d56286afbe430ef7ede1a33751fbf0e299bd47a7465660acbdec74f, '', 0, '?'),
(0xca28ef2828695dc2a70a31a232dd0195, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', 0, 0x586f18ecbb53035c2c4ad8e5ccd12765, 0x586f18ecbb53035c2c4ad8e5ccd12765, 0xc1335f7d22f1847f27071fed22d970b56ff62b50ccc192ea594525b5b4bcdd50, '', 0, '?'),
(0xca3150d31873df8217c5d07d0fe52b66, 'wp-content/plugins/wordpress-seo/css/dist/workouts-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x77e17970031f54c4c8bf4354df2b7eec, 0xe8f05cd3ae7bdeaac6def6ad91430f1160b0ca64bf4f423c6e8756744257da17, '', 0, '?'),
(0xca33da1f4b7abff142a06a24df70de1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_6.php', 0, 0xcce166b58fa871d7500a92eedafe53f0, 0xcce166b58fa871d7500a92eedafe53f0, 0xf382bd166afca7bc919cca1624334fb14f93f17a436fd6c5164aa61a743f7994, '', 0, '?'),
(0xca346e62404f18cf6fa1300951f1bdfa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1.php', 0, 0xbc93e188b177e27a6c5762bc7e03c226, 0xbc93e188b177e27a6c5762bc7e03c226, 0x859bd6de7f1fca50dc4881b908936059d05b8dca42b77855ebc691e4fd1e479d, '', 0, '?'),
(0xca352f80fa9a0bcc94e26bafe377caaf, 'wp-includes/interactivity-api/interactivity-api.php', '/home/abt90iranbet/public_html/wp-includes/interactivity-api/interactivity-api.php', 1, 0x00000000000000000000000000000000, 0x8111d54b8744dd700c430e2c5009eb3a, 0xb2f360ddd09b4bcc487ec51c42c3bddeeb784207e480c79c4ba2a1ad23976c25, '', 0, '?'),
(0xca39314f6af2e850a140ca9c58ce2a3c, 'wp-content/updraft/plugins-old/updraftplus/images/icons/dreamobjects.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/dreamobjects.png', 0, 0x62db39e689b747258332e4185eb6cc7e, 0x62db39e689b747258332e4185eb6cc7e, 0x03cf2d27bbbf76d9c9886e3519f4d66b10969677d3e5aaffd45d23c6be56945b, '', 0, '?'),
(0xca3991b35adaf0444bf3a38b5d308fe9, 'wp-content/plugins/kk-star-ratings/src/core/public/svg/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0xca40193e412d0079459d2221e8231018, 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x8a516809c873088c54426df9a4b1d395, 0xa7d36cbc9646db5d4bc28c4e0c1feb405d438f8c05741f2cbaffdcec9a1e2950, '', 0, '?'),
(0xca4426e83de11b45552bf42ce2362654, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', 1, 0x00000000000000000000000000000000, 0xbc68e282155222263f11fb3676ee118f, 0xbce193ec8b5da4651350471b43352284cafc4186c5d80b44020600ece3085172, '', 0, '?'),
(0xca456bb2fae3784ce9bd7d6518eef2c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3_no_content.php', 0, 0xfea2e55a7bc4a6232415affce04a559b, 0xfea2e55a7bc4a6232415affce04a559b, 0xe0be1d1ee5b083679d9080c219d746142e564598a53ffb14f86a1ad5322ddd35, '', 0, '?'),
(0xca4579d480df4c192f8bd85aa1115a5c, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-menu.php', 0, 0x473e29ddb5f2e8b949b58a3caffe1bc5, 0x473e29ddb5f2e8b949b58a3caffe1bc5, 0xd4058a5e64596a77613b20b6ae7479f8db9fa7454dd41d461feeb916d784f28b, '', 0, '?'),
(0xca5279a9d32aa991ace5f1bf659f33f5, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', 1, 0x00000000000000000000000000000000, 0x73b39ee8f4ede50feb110b4bf1f64925, 0xf158df51db78a1b3c2f113e5a6c9ed259c9a38a411a75ce0e0bd80f738cc7891, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', '/home/abt90iranbet/public_html/wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0x0d9c24433cef707bfa04999f8d27c576, 0x3ff3da245073c3b19a7e70c8202a94154a7631e21a3b38f2e3c39335a3216159, '', 0, '?'),
(0xca54b4aabc113b0bd0f2c930ef55e465, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-31ab301a04e9e9f781b62b3398fab5ff.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-31ab301a04e9e9f781b62b3398fab5ff.json', 0, 0x5a1b420e6e26b8b315a92d69c0d85977, 0x5a1b420e6e26b8b315a92d69c0d85977, 0x1320f6871bf3f36acbf0b689add9a1528654cb2576d4a8ece5e245eb75e50e9f, '', 0, '?'),
(0xca56482d84afebed09b2337106bd7c0d, 'wp-content/plugins/td-standard-pack/td-standard-pack.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/td-standard-pack.php', 0, 0x6daa634a0d23369e99bfe09f565709eb, 0x6daa634a0d23369e99bfe09f565709eb, 0xed47921a781250d3ad4da0437b1c78d25809ffc7186e848c24cef690695b6155, '', 0, '?'),
(0xca58e0a20696c43a6a7cdea6bf6f9ae2, 'wp-includes/SimplePie/src/Rating.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Rating.php', 1, 0x00000000000000000000000000000000, 0xd67ab872090d68e00b06f864dd883cb8, 0xe24c3c28c7aab9c2d3466197b5d14d8f2a3fc3304c59159f7e4f7350d58753a5, '', 0, '?'),
(0xca593606c3cd2ea4b5c0a874ee11e8c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_6.php', 0, 0x76f4a125f0e97e901a132b0ce8b0e360, 0x76f4a125f0e97e901a132b0ce8b0e360, 0xc141a19c17103f2b4ca9f79ff231481f38fe7be90122edd839a07f5091f2ce8b, '', 0, '?'),
(0xca5d3c0c6372e9122f8924bd1a56d211, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_1.php', 0, 0xc7adcfe2c449057dfbc258bd7453c8d5, 0xc7adcfe2c449057dfbc258bd7453c8d5, 0x83c097dacb0b9d1027450e5f09d20eb2e56935d463a955f78ae5f940ce1361d2, '', 0, '?'),
(0xca6201d7c3aecf83cfae853ef8327c7d, 'wp-content/plugins/elementor/core/utils/collection.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/collection.php', 1, 0x00000000000000000000000000000000, 0x2af42e84cdefba84d47b96ed77dcd80d, 0x411ff155f4247f9a5a861d39ad36c49432039a76161ce408b967e79e2fe3853a, '', 0, '?'),
(0xca647b3cd43010038cb42c6f2a110bb3, 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', 1, 0x00000000000000000000000000000000, 0x76569a1574884abf07d9e649fe4481b8, 0x9f3de6ab9c20c4873a0599470ba7ccead61a9397d3d0eaa2a1324b6ab029d32a, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x579d0405c4a635d2ea69b0a5c04c6291, 0x1fb243cb7ac9945d202bd049d2372698344d6883b946376ddceb4e3998d15bd9, '', 0, '?'),
(0xca6e27678297496e5ab458273a0b7710, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_222222_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xa1b3887a86cf1791f23c0b53b4d3585f, 0xdabe918ee8ed11122a36acf883315a28fe02189cfff6279d110a23ac57a33d36, '', 0, '?'),
(0xca6f8d376e807f9deda7fed95477fb37, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_6.php', 0, 0xb9727f9f9d2022b134dbc66ae73ee819, 0xb9727f9f9d2022b134dbc66ae73ee819, 0xc12a2a9999eff4aa0e6b94dd58e2d7e62ebdf0aac4301833c1d6eaedd04e4801, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0x2fa1ca18259c4e903bf27dc1f3e7900f, 0x9e052570f4f6eaf6ca43d2a216618075a2185f64475ace3405e1b011cb672fab, '', 0, '?'),
(0xca75b176ef88277930200fdd27dee292, 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv3.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv3.php', 0, 0x409df59c4157aed0ebe77dee4a4ed237, 0x409df59c4157aed0ebe77dee4a4ed237, 0xc613f02fe9057bb139517393b3aa38cd2d63c45833ef8c12334a67043a8a55a4, '', 0, '?'),
(0xca785ecc640b26b0ca011c61dece894b, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x7630483dd4b0c48639d2ac54a894b450, 0xb8c056216724bf5814d04d1e1fa3d9d3886ecca37f51d192cb2110554fb3adf8, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', '/home/abt90iranbet/public_html/wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xab5eea7691507da37335a1ec4b05f26b, 0x4aa90dd412019085cb8a5550d07ceb5fb3963d10c72d19de190812b2366b3503, '', 0, '?'),
(0xca78e8380613ff1dd72cdec95f0fae4f, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxCount.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxCount.js', 0, 0x978a970dc0e212790e12c9d5b61c966b, 0x978a970dc0e212790e12c9d5b61c966b, 0xa00aa3e82ee0bad97e569d958e4bca4a86d045096a71b2c57bcf0c408969a433, '', 0, '?'),
(0xca79d3ea1519e322d9d880544c65e9f6, 'wp-content/plugins/wp-rocket/languages/rocket-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru_RU.mo', 0, 0x4d65b9c0e9b01f8a5109a8524434d2e0, 0x4d65b9c0e9b01f8a5109a8524434d2e0, 0x130d539915f399cb0d386b15df7a6eb0c1bad4ecf416b91cda241fbf4efb03f7, '', 0, '?'),
(0xca7b26b848f64ef260623549d08cff45, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 1, 0x00000000000000000000000000000000, 0x911b665563da42a9b8ac3c5c354d3704, 0x255a03afed654d08efd3c5dcdd141386df3e8067defa912a25eddb6acbbf08bc, '', 0, '?'),
(0xca810969f4819df0ecfeaa053a679579, 'wp-includes/blocks/search/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme.min.css', 1, 0x00000000000000000000000000000000, 0xcc11bc037a16fca9e598bb0be6801e53, 0x81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc3, '', 0, '?'),
(0xca87902755c424b03d7b9feaa08b387f, 'wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php', 0, 0x189a6255bd277ee7d289660792d0058f, 0x189a6255bd277ee7d289660792d0058f, 0x93b93fa67ecc73c2254c59ecdba03f3ad6cb2a9b09b195eda6b8319fc045c62f, '', 0, '?'),
(0xca88f63ae5834871483ecb42240c18c9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xca8a9a32bc25f0892b615fd2f44c0846, 'wp-includes/blocks/columns/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6cceaffd46487df1fe78d20ecc04d82f, 0x78dbcb386d6316c16e05110b42114334bc00d489dd339df8a3f49093a849ebec, '', 0, '?'),
(0xca8b033d38b329bf115139802e14b9ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_8.php', 0, 0xdc4f6093006ead527efb4073e737d579, 0xdc4f6093006ead527efb4073e737d579, 0x95b2ca5bffc20cdbf9a2f75fa503be9abc377baa98b5998a913ef1b05b3f861d, '', 0, '?'),
(0xca8e2284519600f66313e91dd1f7fc3a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php', 0, 0xd42f315cd035559fd6963f910cb3d3db, 0xd42f315cd035559fd6963f910cb3d3db, 0x983ea3f9626224d57808dd8c09c792489a109bf777cf4b89fd2e7e370475c969, '', 0, '?'),
(0xca914f2cc23d3c4dca09a1f4697a71c4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', 1, 0x00000000000000000000000000000000, 0x59a1f51683392ad2a1fc0f560e4272f2, 0x1bc429a0345310119a75ce3b16b0e3471ffe5c0551889bc6a670864ba15a263c, '', 0, '?'),
(0xca94adc92ce25aa7d2dbd3a386aee146, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2_no_content.php', 0, 0x8506b3e11e438e2dc73c9d4654dab056, 0x8506b3e11e438e2dc73c9d4654dab056, 0xb0545f5f98d725aa814e8b6cb771ae71007782d42985094db4b010362fc876fd, '', 0, '?'),
(0xca97e6cc900c401b8f535b57eba69685, 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 1, 0x00000000000000000000000000000000, 0x166d8aff14c4550758f72e7beb350da6, 0xf84e6bc365af57463898408a691017f7601c61e4b03288ff5d654be95df2bbac, '', 0, '?'),
(0xca9afb6c37da2ac20445900d3591649d, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php', 0, 0x12b05484a2cee013af876e371b139ac0, 0x12b05484a2cee013af876e371b139ac0, 0xf4a520f2d10c6d54c773f0a7445198e32e92a69a499d7d9e27999ae07f041f2f, '', 0, '?'),
(0xca9c3b10958232bd2d825153542b15ad, 'wp-content/plugins/elementor/core/utils/exceptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/exceptions.php', 1, 0x00000000000000000000000000000000, 0x1710205640168de351a854a8996c08ac, 0x9886fc3c8e78743e8b5c26e72271e38175a586e41d6f2f6db9368c94b65445de, '', 0, '?'),
(0xcaaa1fb3cfc62d3f878e854a5c2e80f4, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-garbage-collector.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-garbage-collector.php', 1, 0x00000000000000000000000000000000, 0x91c617426dd3437e1de1bfe1899e51da, 0x8cbf356973603b896e484350e68093d84f1eb929f81814583abbaa6df040d09f, '', 0, '?'),
(0xcaad3a9b95b166f64d495a7487bb3a53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_10.php', 0, 0x047acc6fb9f4e95570803a9428670ee4, 0x047acc6fb9f4e95570803a9428670ee4, 0xc961e7e683c2d03c056fa3fc048639dddc241e0fd066b1530626369cb3dfed65, '', 0, '?'),
(0xcaad5c3983850aa57aac9bed783dfbd6, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php', 0, 0x953ca2e5c06c7d3b0fdd6e26f8d018d0, 0x953ca2e5c06c7d3b0fdd6e26f8d018d0, 0xcd5098ad05e37a73fd766472af7be1e4a4dfd18762ccdbbc333faa0a13ec0de8, '', 0, '?'),
(0xcaad6e57738ca0383c142d0da6c0ef30, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340-rtl.css', 0, 0x5e36ef2a9fd823754233b95df43fa580, 0x5e36ef2a9fd823754233b95df43fa580, 0x867270f15b0c9e55e65ec368529d8a13b6c2b9606d11c502e35893015d4ab1e0, '', 0, '?'),
(0xcaade63970da37f72bd6f16c2aed1d02, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x0e2e7436b0e4f87e6fd318fb42b0930e, 0x064ae72cb41800d9d7b8a915d600a14ccaf8b4a1ac815d208d7525eefd9aa0d9, '', 0, '?'),
(0xcaaff6adfee291a091a2cc3157c11883, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json', 1, 0x00000000000000000000000000000000, 0x6ad90b0c9b60d4cc6e9a68edfb590d60, 0x7e141e656cde140f38f6fddaadf6bc2dd6869fade46a8a4042b04ffd077a285b, '', 0, '?'),
(0xcab35fa30aa8cbd0adc2039a660f84da, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-faq.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-faq.php', 0, 0x6266f8a09d029af03f4a8766e92fe05b, 0x6266f8a09d029af03f4a8766e92fe05b, 0x2ca3731de7a231aa08ed583e676be5b020fc78197c1d3ac634c7ea3bbc234fd9, '', 0, '?'),
(0xcab573e242f2fe732a781db86e91096b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 1, 0x00000000000000000000000000000000, 0x4067673acfd5a65ffbd5602c57c3da20, 0x5471d5b52e4b343fe5fbf2ca3274bf13e9771c4986ba4ca1c365a349f84ee81f, '', 0, '?'),
(0xcabd3b2cc62dc747fc63087dea979feb, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php', 1, 0x00000000000000000000000000000000, 0x27cc8390cf7a9a38257474aa6e0eda5f, 0x074a241449f7c3748855bff0b7bf149294917b04ca5abdd665aa8a648323dc75, '', 0, '?'),
(0xcabebf7dcd6f377328d886454aa97f64, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_4.php', 0, 0xce6294e32374a5f3266752575ceb4bf5, 0xce6294e32374a5f3266752575ceb4bf5, 0xec893bf23fe4b36ad6a04cdadc4c77fe4342a40d88455c4275f5989498954663, '', 0, '?'),
(0xcad0339deeb628393205beb48ab304ec, 'wp-content/plugins/elementor/includes/rollback.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/rollback.php', 1, 0x00000000000000000000000000000000, 0x5cdf6eb65f44005b42cf0a7f1455beb1, 0x71a2bab81faf3fe0081676d17761f4bbb4c15a09b7fe5f2b5e58da72a4aa76e9, '', 0, '?'),
(0xcad26f18cc3c485a517e9bb2d9868ec6, 'wp-includes/script-modules.php', '/home/abt90iranbet/public_html/wp-includes/script-modules.php', 1, 0x00000000000000000000000000000000, 0xa4370ed2f32d8fc9b6e78b49a76dd649, 0xb43b3661d8d56c4db3dba90afbce6ae380841f52d4f11e6e2293ae2d622ac099, '', 0, '?'),
(0xcad332ce7bf59fa046f6e51b4535dd23, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_panel_settings.txt', 0, 0x9fd88818c87d845b358b1589dc6624ef, 0x9fd88818c87d845b358b1589dc6624ef, 0xaa87879c60e1858f618710b777adba3c4b07b1810748933754f5ac7a16a02036, '', 0, '?'),
(0xcad7eec03342f10d889e8e3310a8bf7e, 'wp-content/plugins/elementor/assets/js/packages/store/store.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.asset.php', 1, 0x00000000000000000000000000000000, 0x9339f36203195f35dcea6477ca79b19c, 0x46f87d9975e75ed9e33e66aff497d91ef899c99d6aa427e613f86b1033bead37, '', 0, '?'),
(0xcadba856a4f63cd0f03b14e1f8824050, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 1, 0x00000000000000000000000000000000, 0x5acf99eb812e7433800813cdbf3ba44b, 0x4a6f3f3c6a28120cb42f0d1dbc35826f1515d4784624151b1433f1ea6d21ff54, '', 0, '?'),
(0xcadcb1c81a835ac4c43175c9160d3a6a, 'wp-content/plugins/elementor/assets/js/packages/store/store.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xc4b50535f3e989a77d537d5486342d47, 0xc448e9afc6cfeadbd63cb893841f1bca457038bb95afe4a37e0a9fbcd0985797, '', 0, '?'),
(0xcae03a4340bf6362b341c5b3c6d8cef0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_panel_settings.txt', 0, 0x64704e288e349288ca809b23ece8b8d7, 0x64704e288e349288ca809b23ece8b8d7, 0x2be2669f346ec2665872e86cb683dc1b8f2afb60d3febe5cf3fbcbdc441024a8, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0x7eb9f1044a6e77cde6387a32f3737761, 0x9c753cfc4ff138420c651c274faf6200791f048e504ad2783798e7fedcff49f3, '', 0, '?'),
(0xcae5f89b9b1940eb0ecdf1ca48f64e36, 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot', 0, 0xb37295f0ad14594a50a17ad869534f74, 0xb37295f0ad14594a50a17ad869534f74, 0x0846009ce17a5a98ae78cf4a65b0b024accd01a84ee09271b8335f650072e741, '', 0, '?'),
(0xcae6354f7e12ef59d0723d24f3674b72, 'wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', 1, 0x00000000000000000000000000000000, 0x6991e19856e7754c48b0ede5dba80e08, 0x32acf78476f750b6a29fb944292c44f9522b48f0c98c45de2b1175b6e5b91607, '', 0, '?'),
(0xcae95583993df83771a03791913824a7, 'wp-content/plugins/shortcodes-ultimate/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/plugin.php', 1, 0x00000000000000000000000000000000, 0x359d1c354e1e15127c8c5ac39ce5f4df, 0x2c343f732fa3111754b6056de419c10635a03debb9a16b33d494cd9d651f3b38, '', 0, '?'),
(0xcaed1555996630d266bb7ca9543daaf4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', 1, 0x00000000000000000000000000000000, 0x9c665e47c930e83888915dd35fbb3e8f, 0xfd382dd46838aae3b708a61d604bf1a3686762d9b640a4fe2a15fd7152619117, '', 0, '?'),
(0xcaee0b4fe5bfaf7552f2fbd263c15b6a, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xcaee53587f3ddb71bd9dd2a0f58cbbc9, 'wp-content/updraft/backup_2025-02-25-0325___90_311a1d9c2a67-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-25-0325___90_311a1d9c2a67-db.gz', 0, 0x22df80f6b770e53eeec594cdc6845bbd, 0x22df80f6b770e53eeec594cdc6845bbd, 0x4fa56505dcd51e395fa5a88510686203a4db7c5bbd95276a634f31a34074df9a, '', 0, '?'),
(0xcaf2e14694ae4cd635d81f1971b004c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', 1, 0x00000000000000000000000000000000, 0x73ecd66585ad3de854909b52fb8ada68, 0xf8841f2f58b55bbc51c8e5f1beedfd8f221a73c178aa924f27c21c50d0d1af87, '', 0, '?'),
(0xcb17d6c58a5d87aa3b661ef7e882a49b, 'wp-content/plugins/wp-rocket/languages/rocket-he_IL.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-he_IL.po', 0, 0x7130462d2dca41bbe9533dca033a0152, 0x7130462d2dca41bbe9533dca033a0152, 0x7dbee996a279f35b8a69e264d9e7729c84123e740e0665faf1e46e854091bf06, '', 0, '?'),
(0xcb1824194bf93e0ebd776003f6b75eb8, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0xdfbf1a7c7bb96a1899d0173ade73e536, 0xb27409f5a7ade8fb7e2856fe1da09409be64e5ad3cc3e746194f2b135ba45eb5, '', 0, '?'),
(0xcb1b6edf37ad824ac0b71a7131fc3104, 'wp-includes/fonts/class-wp-font-collection.php', '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-collection.php', 1, 0x00000000000000000000000000000000, 0xeef483256971eec3445c7546aa202516, 0xc1a579c455ccaef4c776e7819b20b60decc511510bf5005d5cf6e2ae5c182fa6, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0xcb241fe9f6c8d026d88323f56b4651df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_panel_settings.txt', 0, 0xd7507d4bf7be9a2aaa5ef27b9da3f3d1, 0xd7507d4bf7be9a2aaa5ef27b9da3f3d1, 0xe58ea354abd1ad0156d599c0017f55be1ff5635fd0c38a9486e58353c72d4e7b, '', 0, '?'),
(0xcb26414ebb28a33cacaee5e13bdea475, 'wp-content/plugins/amp/src/Optimizer/OptimizerService.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/OptimizerService.php', 1, 0x00000000000000000000000000000000, 0x2505eac17e10afa3efb68c4d1bf07770, 0xeea4fbb9815f425c9e310a7bb283efdebb65171eaa8a11f5f9fcd97940f269b7, '', 0, '?'),
(0xcb270c8a7356ccbb570987ea67a4a096, 'wp-content/plugins/elementor/includes/controls/icons.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/icons.php', 1, 0x00000000000000000000000000000000, 0xb63856e1f5ca23697405b7565220cac2, 0x68ac88a57ba3fb436269b94e0102bcfb50c2208dacacb50523eba161f643d036, '', 0, '?'),
(0xcb2a285d3eb8265a1016f244b164279a, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x0c5d680988917b6a9d56ea6dc52d65b4, 0xf9ff79e5fabe5ec07c78a9a12a96c150593c90a3f6a19eb5a4464d2a87e4f2fd, '', 0, '?'),
(0xcb308ad88d1b2b2470ec1aef9bd79d9c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', 1, 0x00000000000000000000000000000000, 0xffbb7adf42b25e7f34d3698cdae8cf6a, 0x7b21459b80b19fc7d3d658c8c920e736a4d3974e7b83c5dc417cca791660cdd0, '', 0, '?'),
(0xcb3556019b78c72c24be3e3764fd6bbb, 'wp-includes/sodium_compat/namespaced/Core/X25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0xcb3605ff254432ff54f8ce241bba386d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x8ee2a07b434edf419ec59ca92cc1d04a, 0x2ede8f5e64c16c8a868f608a4ffae3523e4bc930298d3e4f3d42a39616623064, '', 0, '?'),
(0xcb36a81fa7d6824bb1a4ab894be99716, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_10.php', 0, 0x6e67213c73ccae3eea930186c49a0f57, 0x6e67213c73ccae3eea930186c49a0f57, 0x91a27f2a130ac4e83d28c362658b92c98453de1654247611c66534a5144bf917, '', 0, '?'),
(0xcb37f4ff8591612cb58fa25a54abba1b, 'wp-content/updraft/themes-old/twentytwentythree/patterns/post-meta.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/post-meta.php', 0, 0x7aef9e94e6ab810e9c4022de89fd16d0, 0x7aef9e94e6ab810e9c4022de89fd16d0, 0x06cfd2162d219a911de4ff5772da85bc8b7ebd31ddbe696b743fdcb117811883, '', 0, '?'),
(0xcb39f720c381049ff2fecc21ef6d11f5, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', 1, 0x00000000000000000000000000000000, 0x71476c9358b08cde08f1d9e51ab3704a, 0x4ef16f711b620f7710d0383db3f1441e6e378d771dd30074a7c1dd237d27d176, '', 0, '?'),
(0xcb3c3d12ec1f526f6a72914bc95291a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_1.php', 0, 0xac3b1cf65ff71c06a3ff2c4357fb29b0, 0xac3b1cf65ff71c06a3ff2c4357fb29b0, 0x9527481fdcdaed40d50d5d16a3b9e9a192ab32dbea65c0dd5400317d15112128, '', 0, '?'),
(0xcb3e6d4279981416f87db084d29b80e6, 'wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x2ef76eb484f83107a0bcda1afaeb0ff1, 0xf1691514405aa77b1c200abf22867dfe795c786362cb6acbf21fe137105cba16, '', 0, '?'),
(0xcb46fe148d4b8b4b4d74df0b249c08ec, 'wp-content/plugins/elementor/app/view.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/view.php', 1, 0x00000000000000000000000000000000, 0xf64625ee3fe8168faca860c9a88facfa, 0x575640cffaa12a660b14342fac98362c8fbf57437676c87ff134efbf209121d6, '', 0, '?'),
(0xcb47728bef6a9eb8b550820b0390c3bd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_7.php', 0, 0x75229d3fed8332a612745a0a503adf64, 0x75229d3fed8332a612745a0a503adf64, 0x323eb7779381ceaf120b3f2336096666a0c84b6dc6b270132282dc58c3d59735, '', 0, '?'),
(0xcb4789c7c0b8e6a7ed29b07704e2ccf0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1.php', 0, 0xbb68f9569074c223beac8a7792a4f383, 0xbb68f9569074c223beac8a7792a4f383, 0xec4488e422b8a49f0064e646f0b5f2d140f78e4568df35de2c726bc3e6f926b3, '', 0, '?'),
(0xcb4a06de0c9c2ffa2422dd655ed801ba, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', 0, 0xc202bfe77a1f2405abe302a3e0b22b5f, 0xc202bfe77a1f2405abe302a3e0b22b5f, 0x0e4577183bfa044a545f6d3494695a151c7823f99cdfe0426e8264cd1a64aa09, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', '/home/abt90iranbet/public_html/wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0xc3b7b2010492e0ff9623be39b4afeca5, 0x06927e4865b1fbff8a9a4c697c9510aa8feb0f30ddef3735de6adcd514097711, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcb55c35f11a415e5f66f9c36f9a75fee, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-textarea.php', 0, 0x9f72551394a00e50fa642673a414de0b, 0x9f72551394a00e50fa642673a414de0b, 0x5252bfd05b54602866548ca7587d20272acc6e70672ad0ad574b7be236ef8e8c, '', 0, '?'),
(0xcb55d0c47dda42a3cd1e09114a73fdaa, 'wp-includes/class-wp-object-cache.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-object-cache.php', 1, 0x00000000000000000000000000000000, 0x264705f6c34dd96140604498289f33e3, 0xdde2450c8fa1d54feaca449d7789d9ab07d2d777977d59f4f6cddbd664b8a7af, '', 0, '?'),
(0xcb5731ab86ed4904a0660b13c3fddb03, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json', 1, 0x00000000000000000000000000000000, 0x457770b02ab5f7e73cfee221ba97f10a, 0xf3eb4846a89be898ba1b29ac729fb13e4aa9be378187f297d082a17945b60e00, '', 0, '?'),
(0xcb58388a0ad8e41b90cd0cfefa080230, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php', 0, 0x4eacfffecaad74d262dbccec434cb5c9, 0x4eacfffecaad74d262dbccec434cb5c9, 0xc6e58c6604f887bd9daa65d0cffb450b78800e27bcec2413fa85afc91e9e5b17, '', 0, '?'),
(0xcb5d8fbd3b853cbe2a59c6ade2812178, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/API.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/API.php', 0, 0x96d3def7615cb9341dc4afc1b8b9f63b, 0x96d3def7615cb9341dc4afc1b8b9f63b, 0x9f2041f0052882d5da20b466a129b188cc74df616b2379287c1b0084348db15c, '', 0, '?'),
(0xcb5e70bf790c47355ee87fc0e5a2384b, 'wp-content/updraft/backup_2025-03-24-0341___90_e3dd1a05aaf8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-24-0341___90_e3dd1a05aaf8-db.gz', 0, 0x4e3a9ec6823610a3c2246b68172c5c66, 0x4e3a9ec6823610a3c2246b68172c5c66, 0xf57170299763058e866a83a41d0230b88deaad2c2f7b07e502f53486548a5ada, '', 0, '?'),
(0xcb639fdaae7180b61022962e7c30073e, 'wp-content/plugins/wordfence/images/icons/check-response.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check-response.svg', 1, 0x00000000000000000000000000000000, 0x4e038ab646f21bf416c5d8c613bfe2a6, 0x3832668529b31b6f3ed814e63569711129bbc3651f3dd2d6f2a947048f7dece0, '', 0, '?'),
(0xcb644757e3ef6a010e3c2c2db7a4ce86, 'wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css', 1, 0x00000000000000000000000000000000, 0xeab11326e24132186c5c47780dc05841, 0x2c30bf8d1155c6073398d702ff453a670a61461d39e063dd271e10ab54546742, '', 0, '?'),
(0xcb678f55316d093f6f2c1fa8adf81451, 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Type.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Type.php', 0, 0x736d64d47ae0230fd8eef31fe191e4e8, 0x736d64d47ae0230fd8eef31fe191e4e8, 0xa076d75e2c8252f15c791de0afa681837765a0bb94398e5e15ce50cc949a0709, '', 0, '?'),
(0xcb6bef19517cab5cf5b0fbd57064be55, 'wp-content/languages/themes/twentytwentytwo-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentytwo-fa_IR.po', 0, 0x76d355f0b738a4519241d80a8f1e7442, 0x76d355f0b738a4519241d80a8f1e7442, 0xe51ad367c84e7365fe58a37f814b72ca5fc09fd07243fad54588182bb838f93b, '', 0, '?'),
(0xcb7178a0c157320988f012e9138444b4, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Import.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Import.php', 1, 0x00000000000000000000000000000000, 0x8036212169edf9f5999444211eb956d7, 0xfc7d5306993c58c27d89f7417c74bb970954d8a628d095bc91fa9e1b4fa6ab70, '', 0, '?'),
(0xcb71f29b38e05d1143a4ddcbd69414d5, 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 1, 0x00000000000000000000000000000000, 0x59e91b16a12dc8ae18c9d571b30e5178, 0xefcbaf4940ae1ec37ec2c2a3300f73f0019d3bf7e55ce5f50c2aea76ce77478a, '', 0, '?'),
(0xcb732379f768b7e20efc0b62e34511db, 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 1, 0x00000000000000000000000000000000, 0x04f107d34fed755c4d2c211790fe8706, 0xf943341fd0a58020d95d7b2822a1c466bdca493846c2b430bb7a5b474036b436, '', 0, '?'),
(0xcb73b0e8e6e89e90ea83c5771d218888, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_4.php', 0, 0x488ecf83331d1651de3f206600490e5c, 0x488ecf83331d1651de3f206600490e5c, 0x7c4f452fa9bd5fc787b9198ecd9b508fe81889cf90b4283fa56e08504c016e47, '', 0, '?'),
(0xcb73f1bf89a77d72e1698f84bda1cd53, 'wp-includes/block-supports/shadow.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/shadow.php', 1, 0x00000000000000000000000000000000, 0x4f5adf7176abd842aebca93c562ac0f2, 0x7adf9dc91a08f57a33c35b621a915cbf2658504fbc199b02ccf73fdb4784c153, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0xfdeb04fbd8c5f0b853d3342c3db37450, 0x8ddee22d2e5c077a1e6fa5d6910cfaca8867e7a46d50a450ed0f52a72ed224ef, '', 0, '?'),
(0xcb7c47b5d224ead1eea582c56b99fae4, 'wp-includes/js/dist/vendor/wp-polyfill-url.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.js', 1, 0x00000000000000000000000000000000, 0xf1983e64a04b50274943a4e733b5bd38, 0x9e6bf608f57aeaafcf3af3b4975f734470fe7865254ad809bd89f553547fba5f, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0xc1c1b84efb8e8df8faf42dbb6f0ef60c, 0xcdf544d16a10b28221e72ef65b7a281954d531a941ee63787071558878c958d6, '', 0, '?'),
(0xcb86055d671996317b5b10099c70658e, 'wp-includes/blocks/video/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3d02dfecb68bc86e10c175ab11568c9, 0xfcd877d4dcf102f8273506dbb8c6051d61ee1e45a54e12f90fb11bd76be0ccea, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', '/home/abt90iranbet/public_html/wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x0540a810bff1d0c5e2c9507df353ce8a, 0x7903611b1965c3614bd40eb55206e5002511d4c6177879bfc175fe79fbe286a2, '', 0, '?'),
(0xcb8ea4cfe865cabab7699c3067fcbba0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_panel_settings.txt', 0, 0xe9e5cbdb27fb1217d4cc9f57a13eca0a, 0xe9e5cbdb27fb1217d4cc9f57a13eca0a, 0xf1d7243f4bfe400a4d2afc6db9b9d3a5e02089fbe406ca2f508dad02a3966f94, '', 0, '?'),
(0xcb935e5192d5f27c6278c6665e14e48f, 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 1, 0x00000000000000000000000000000000, 0xc398af909d65791549b081ba547c2578, 0x8e55fd1094b6f12df74dc587e4d9a0478208cf6a9b7691a6303e9ea69beb25f8, '', 0, '?'),
(0xcb9c63aa1e7297ac5f13addc347d0fa6, 'wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo', 1, 0x00000000000000000000000000000000, 0x734a508c155e4f12044e27d5a508fe2e, 0x93306ef8bd726de48365822dfb2c0ed5e3a242d2b74ab51b77252a073cb85d4f, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0x016e57c369b89e7ad654c81819d6af1c, 0xdb943c9c17a8019f518a795cfa429a85757ce902cd8fe8fbc28b66edb2437c64, '', 0, '?'),
(0xcbacf3342046993c185c2686a593e608, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php', 0, 0xfb001678ddfc2086db70aab37d691b2e, 0xfb001678ddfc2086db70aab37d691b2e, 0x6e7d4c4088258db703c52f766761a4ab0f1d95385be80eee4d1cf2155b26c5fb, '', 0, '?'),
(0xcbaefa611a79419242ebc86febb74b6c, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php', 0, 0x799682899bfd0c62c9231c454b0589d7, 0x799682899bfd0c62c9231c454b0589d7, 0xbe3e316db0ce11a97a3af8d5dd5878a04d975f748698c834463289220748943c, '', 0, '?'),
(0xcbb4daae6e158644b76c6d89dad239f3, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php', 1, 0x00000000000000000000000000000000, 0xb1a85d6f6fa1a71d09a2ed049da8181e, 0xa5f78bf294519abba9b2d90440e21b4952a0960a97980df6702159373de7b585, '', 0, '?'),
(0xcbb4e2821a4486cf34cf600a40d51eb7, 'wp-content/updraft/themes-old/twentytwentyfour/parts/sidebar.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/sidebar.html', 0, 0x1553881a732fc82c2ba183e9c69fb756, 0x1553881a732fc82c2ba183e9c69fb756, 0x0dadb7eb0c6af3da200a69004ec3c676d362b24fd9e8f5c8aadcc1ffe1cf1e7f, '', 0, '?'),
(0xcbb86e513d0e70462b2a447ef65da035, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xcf7c7b1b21031e4394bae6f8011aed2e, 0xa779031e5a92a33cc1cd5522cce7ac925929270a74f5f0b46946feacbbd04e82, '', 0, '?'),
(0xcbb97ef6119c9860449eeb54023dec3e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', 1, 0x00000000000000000000000000000000, 0xd9f383417c62cd3053fe2224420eb266, 0x7fabed00be2a80ddeb5e05e516f5e28bb807c293a583a6d32645c0c7cf9ce5c7, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5886f18d5520695530c66c6c391bfd63, 0x8dfe5fd27624141fedb855375f912a0d3fac2b1f0ff35ef78ce289be01bec480, '', 0, '?'),
(0xcbc846db6ca4e96a80e4b0f3a0100308, 'wp-content/updraft/log.08ed4b2c3001.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.08ed4b2c3001.txt', 0, 0xfb2a87976e68a52298eeea0445ba25ae, 0xfb2a87976e68a52298eeea0445ba25ae, 0x294c127aab89c090f8e0c22b6cb49f39da4cb004f19a4c6e9344c7bde3c06176, '', 0, '?'),
(0xcbcb94d14734fb09c1e11223045a9791, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-preview.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-preview.php', 0, 0x73f527de5446040b63ebb1ac5c41715b, 0x73f527de5446040b63ebb1ac5c41715b, 0xb758e7523da7a8ea30ada84eba31301b552b27fe9e84b1e1e3159010525b91d4, '', 0, '?'),
(0xcbd20c79889bfef7d140e8a1f20c40b3, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdWeather.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdWeather.js', 0, 0xefa28251c8c5d319926a52d49a466e22, 0xefa28251c8c5d319926a52d49a466e22, 0x6776380505189ef3d203036c5bcfea64f7c300283a8431e3166abcca25459999, '', 0, '?'),
(0xcbd2adda505300ab5710b88796f92b7a, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php', 0, 0x25f7ac9ecc2213e70de79ec83f58fd69, 0x25f7ac9ecc2213e70de79ec83f58fd69, 0x017ee33c806bb01a0253655cfa517f4f54ff7d60997f1171a072988390eccf80, '', 0, '?'),
(0xcbd63695f6f56b059fefe1a41596f043, 'wp-content/plugins/kk-star-ratings/src/core/filters/validate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/validate.php', 1, 0x00000000000000000000000000000000, 0xd663f7ae0ef94c9c90fe532ef9c1c7d4, 0x5df281c5a6492b394754defa6938540a82450f61b6187089f292133cdad49c4a, '', 0, '?'),
(0xcbd66c428b13aa06d0c248ee06f08de2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3.php', 0, 0x6b6dabaa1769d9d4dde3ac4714ca7d7c, 0x6b6dabaa1769d9d4dde3ac4714ca7d7c, 0x61257cd82ce0b38dfce9119650bd0d02debfa1ecd96d8c7a410ce67b836016d0, '', 0, '?'),
(0xcbd6d5afe7e870aeb1feb0dc519b7a1a, 'wp-content/plugins/updraftplus/includes/Google/Service/Resource.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Resource.php', 1, 0x00000000000000000000000000000000, 0xa7b3d5f121889ac5ee6c6c6cc084e333, 0x0ddcac157ffdd827bc913aeaf77fa84959095abac371b4b097b41511df4703bb, '', 0, '?'),
(0xcbd6e6bb0f4efabd1c00d9dddcb9ce74, 'wp-includes/js/jquery/ui/spinner.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/spinner.js', 1, 0x00000000000000000000000000000000, 0xab2e24fa39a2cdbcdb5b7a6fd1fa81da, 0x40d0fc653858656a8a54c0775bbac2af453dd54b215cc41eacaa503544afb8e2, '', 0, '?'),
(0xcbd76306721d3570cef50d17b3af74e9, 'wp-content/plugins/td-cloud-library/state/date/tdb_state_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/date/tdb_state_date.php', 0, 0x8c45af0ccd86d002b47e35221ee08e13, 0x8c45af0ccd86d002b47e35221ee08e13, 0x3e02c99d91698a13a07c9f56c9f3edcf4fdcd13edb79a7ac0f1f52694a967864, '', 0, '?'),
(0xcbd79e3873d4d0ad58d08b9fb2412108, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3.php', 0, 0x7fb25f6d64b1da5df673791ffafcd89e, 0x7fb25f6d64b1da5df673791ffafcd89e, 0x983e99eea94a58b93965664ef6868790b260bb7ff3612e22f7600508aa516e4c, '', 0, '?'),
(0xcbda20fe44bfda6d07a2b8b6d7e31625, 'wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php', 1, 0x00000000000000000000000000000000, 0xf1c5ff3b599e8993dadcfc85fb7ecfa3, 0x19d83bbfe457c99ee3a38ca3530af64ede55881650f5bc6949a1300253768d0a, '', 0, '?'),
(0xcbdca179e629313a95cde7ac4ec63af8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Promise.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Promise.php', 0, 0x53446c32e4dfffde234d27965eda9ef1, 0x53446c32e4dfffde234d27965eda9ef1, 0xb4b4c77d4a809aa2486fcb52068422b60e1e12a445a33860046fc539298d4b47, '', 0, '?'),
(0xcbe2ca49d54f1449085438f90502a17f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_9.php', 0, 0xd26b3af2006f9f556d2c0565248b3ac8, 0xd26b3af2006f9f556d2c0565248b3ac8, 0x744066a455b20a29687f057fa85280ba89d0fc2198cf690ae0ea7114edc36e9b, '', 0, '?'),
(0xcbe4a959418b6dbebecb3c53921f390c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 1, 0x00000000000000000000000000000000, 0xa32a80d627e360b8ac5c4b61af64f510, 0x54ff9367e5a013ea358f90d663a36f316437c26e6691cae2d2aa6aafd39ee292, '', 0, '?'),
(0xcbe7ebda3559b8b896f0cd052e69d827, 'wp-includes/Requests/src/Hooks.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Hooks.php', 1, 0x00000000000000000000000000000000, 0x99d77c22bc860fe26507f77cdedd6ade, 0xab06c6c23b677d0c68b5f166d10789d798023e53e00c43388a16c21ad8f131e0, '', 0, '?'),
(0xcbeb64d64996144bc6b9ec761af730c7, 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 1, 0x00000000000000000000000000000000, 0x330c77d31150facf87491d7e83bf4bfc, 0xc6b57dc58e9e8cb8d51d24d2ac37fa73c43afac9ed36a29762f120585fea8ec5, '', 0, '?'),
(0xcbee4951daf32d883952647222cbe368, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', 1, 0x00000000000000000000000000000000, 0x0b87dc0f4dedbc9445c5cce01ba10c5d, 0xc3fe427b82dd4e3b0e72390a3c7da04d5f2449860787369d4e92873c8303c87e, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', '/home/abt90iranbet/public_html/wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0x5651a130f4404bfc21d8dfbe34a87b01, 0x1cdceed86556527e90a6576f9047456f3e6faa9f4e2c6139f7fce3c501a63057, '', 0, '?'),
(0xcbf0a8917592c4b093dad9632bd303aa, 'wp-content/plugins/wordpress-seo-premium/src/presenters/mastodon-link-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/mastodon-link-presenter.php', 0, 0x379fe884da1a9401dc7d8e42dc244855, 0x379fe884da1a9401dc7d8e42dc244855, 0xe6d10e5c2daafff3fdcf4314b729d549f7c1bfe0a15f6e0954567184f64629c6, '', 0, '?'),
(0xcbfe1387a21f271e5827d46e9e515fb1, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-cs_CZ.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-cs_CZ.json', 0, 0x9e54a4324d56400e6efae937fa8165d5, 0x9e54a4324d56400e6efae937fa8165d5, 0xb148acfb72d24b8a3d7c3a3fe4367579b98556195c23377f3cb3a6c8a1e535ba, '', 0, '?'),
(0xcbfe7118e9cde1d63c49aa71ca321721, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', 1, 0x00000000000000000000000000000000, 0xd61b9b7b9b632516b15d74fde544c2d6, 0x9fc52ee45afaf44dda5774e46ad0d21ff98d84cfd798678eefe93d4e20fb9d7c, '', 0, '?'),
(0xcc08f4795955e3c116c876432d3aab4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_4.php', 0, 0x17836edb42f124ca1d6b967ba2dd8670, 0x17836edb42f124ca1d6b967ba2dd8670, 0xe1c2f7e7238f00a8d525a13c4957efacb18e99cb2f49b45d9da27038483f6c91, '', 0, '?'),
(0xcc0c2522540ca33c2015c08b85b3f182, 'wp-content/plugins/updraftplus/includes/checkout-embed/readme.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/readme.md', 1, 0x00000000000000000000000000000000, 0xbb10b4b16b66485b68a49789146d89cd, 0x12d3686b239eab6c13cc23c6f778e51ef2df117612b6890c7852f7a170660af4, '', 0, '?'),
(0xcc0f88e24bb6d2150bae18d4347d3eed, 'wp-content/languages/plugins/elementor-fa_IR-8ef6d4918e93bfaaef913c65efeec347.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-8ef6d4918e93bfaaef913c65efeec347.json', 0, 0x19f1ecc150e1c69cc2254ecd52f6e5f3, 0x19f1ecc150e1c69cc2254ecd52f6e5f3, 0x8aab906edbf663922c655a9bb1201f32b729a4873261b0b215f9ca31baf551c5, '', 0, '?'),
(0xcc13b318b4332bbb6f591409a9b50f07, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', 1, 0x00000000000000000000000000000000, 0xdf72f94abae6b2dbc6b75ce3e24c3568, 0xafe53d5d0ded476c9d22b1103eb7a892d61985d821a7d8b72e79659236662aeb, '', 0, '?'),
(0xcc1b9d59abae27b22887cad3186de9eb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_10.php', 0, 0xd817db2adcffd3dda1bd27ae9f60cb0a, 0xd817db2adcffd3dda1bd27ae9f60cb0a, 0xa01f1d7c4eafbf8a7e27fd32aaf4849c565bddace98f059eb3e37065d798b95d, '', 0, '?'),
(0xcc1f268cc9fc16ab7206b2185cafb329, 'wp-content/plugins/poka-review/public/templates/poka-review-table-header.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/poka-review-table-header.php', 0, 0xb95b41c1a705f81780e7bee27aa3e32d, 0xb95b41c1a705f81780e7bee27aa3e32d, 0xead2a2d2c8cdfab73c047b731a1f09483f4f669d8d3257aece5b03e42f17f407, '', 0, '?'),
(0xcc2111f969350f666834fbc15b091980, 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x8f61fd975cf04da185216f3027827989, 0xbc43ac2f4637efdce3e4dc59247fd0920bf7fb62d2183ad3d5c0b97ff255799f, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', '/home/abt90iranbet/public_html/wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0xecc01c3cac89efcd101907f6ab677d4d, 0xa1c5a95e938e7d6425a7f84aecbb182f4d945282ab049a9a6c3c8fbd250c4524, '', 0, '?'),
(0xcc229881fe517ab105fd9a67c62f6be7, 'wp-content/plugins/td-newsletter/style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/style.css', 0, 0x61787c91ab137644dc106b708b6fe507, 0x61787c91ab137644dc106b708b6fe507, 0x24014fdcc887e590ab289e2a805edb2c9de6299391283c10c213e62ea7ed508f, '', 0, '?'),
(0xcc268903ae3e83040ed727d87a38c7b9, 'wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0xcc29bc6b850e26a4ba5c60895f6929f2, 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png', 1, 0x00000000000000000000000000000000, 0x37f0007202aee09e6e384929e1b1786b, 0x63fba4e79e5de130a0fb8c32244ad80b2482e9e942cae9d6193344fe4101968d, '', 0, '?'),
(0xcc2b13cc93c917e1c92fc0ccbbebcea7, 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/mce.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/mce.min.css', 1, 0x00000000000000000000000000000000, 0xdd378a51ed7d679c82ad859aecfc4e08, 0x531548e5cded18e62c1809dd48f7ae4272ffad664e64e681d5640455f560cc73, '', 0, '?'),
(0xcc2cc7b8b9bb21ed0157210e8337dc96, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-option-exporter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-option-exporter.php', 0, 0x818e4b00a798ef605a8ce28a40bc7b6c, 0x818e4b00a798ef605a8ce28a40bc7b6c, 0x9452fe0cc48c7b2ff9d9fe690a8d02ce2faf5d683a8fac3dbee956ac2018d76d, '', 0, '?'),
(0xcc2e92ccb5bcf502c7ad7d4c7ceaf036, 'wp-content/updraft/themes-old/twentytwentyfour/templates/page-no-title.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page-no-title.html', 0, 0x43d160dbafae2132fee8abc7f46924bd, 0x43d160dbafae2132fee8abc7f46924bd, 0x8d5e349bba2e392c16d187ca82b4f347ad19138ca452bca73a03ab09fee1ff4b, '', 0, '?'),
(0xcc2fa67d1091a1c2a695c66b41b85a6a, 'wp-includes/blocks/query-pagination/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x52b2be9738c348c9a2de0bff5e4dba7b, 0x23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c70, '', 0, '?'),
(0xcc306f07e9a1728ee2726189b487c550, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4.php', 0, 0x0a0d4722858901b510b86b19081fa4a3, 0x0a0d4722858901b510b86b19081fa4a3, 0xd13ca45334f072edba2ca184d1bdf5556c42c19f0c722f756601a96f8bafa317, '', 0, '?'),
(0xcc30d032d1313fd8211ea3b738d852e5, 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x73886a68b8854b3228d85d4060fc7151, 0x46522bfe29fa527c5ef43c790555ad49c918a5391b757e96f399afe9074647c4, '', 0, '?'),
(0xcc343eb87b6ed0f7c275d15e2d87b5a7, 'wp-includes/Requests/src/Exception/Http/Status404.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status404.php', 1, 0x00000000000000000000000000000000, 0x4921c482e066dcf65a704c2e08726587, 0x726382ed9e63b186e435bb1aef1614841508b73aba5e9d1f4b94d1fd59ae527c, '', 0, '?'),
(0xcc35d0745fe8ed88bc269f263589a67a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_4.php', 0, 0xca2b7b6b73d2804ad31877b74afb79b7, 0xca2b7b6b73d2804ad31877b74afb79b7, 0x637becb09c60b542f368c6b6decae5e3b98f1624bcc3eb8603d59eb63d244b2b, '', 0, '?'),
(0xcc3cc0a1e0c7b28335f7bfe0844f0a94, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', 1, 0x00000000000000000000000000000000, 0x3f3d4a48cdb487b515012bcb2e7b8e47, 0xb6d54954eab9d37fc09c8a80ddd375558ce3aee08d4a1d50b7fb82eed4a151d7, '', 0, '?'),
(0xcc3d45a04950a14aeabc0f296f03f2ee, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php', 1, 0x00000000000000000000000000000000, 0x581f5c1f781810c3a8597de1cd26876e, 0xcdc3e9658691730a1a8fb3ada1ea34b94e82a3170f9ba6a82f09dc52027add42, '', 0, '?'),
(0xcc3d60ca3a82b0baae9ff2787e7f94eb, 'wp-includes/blocks/site-logo/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb6411914c84ea59dbf298bdde7580538, 0x5d84039616d2e683521e3c4e523962c6379cb6a3eb366abf2b9cb51174421274, '', 0, '?'),
(0xcc408ac11e0866cc176df0e3fe357dbb, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/clone-resolution.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/clone-resolution.css', 1, 0x00000000000000000000000000000000, 0x4cf2d7998f8d2fd5f45262eb569ce587, 0x99fbf5531153976d77297d18fec849865741c6c556694072cf9b58909e7c3d9d, '', 0, '?'),
(0xcc40d845c507600ab352aa55678df5eb, 'wp-content/languages/fa_IR-28b3c3d595952907e08d98287077426c.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-28b3c3d595952907e08d98287077426c.json', 0, 0x5731c8e26f63b7acff4f2df203bf4018, 0x5731c8e26f63b7acff4f2df203bf4018, 0x5a6f813afd2f3fb675aa678b0bc5073f463eba1efeb80fe00f433bf410a1f8ec, '', 0, '?'),
(0xcc4bc6f0d57c81a375d1a3cc74fead2d, 'wp-content/plugins/wordpress-seo/css/dist/metabox-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2370.css', 1, 0x00000000000000000000000000000000, 0xabb30ddfd90a7be08a34e1b72033e0ce, 0x3c939a9a73326d93accc2e7b0c8d2de73b5b4d43e4ffa9dc1e3cf5a17807db36, '', 0, '?'),
(0xcc4d03fe051f94c2d3846ef234685e4c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xcc4da5d91591edfa67e3de875b4a0b2a, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/gdpr-optin-notice.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/gdpr-optin-notice.css', 1, 0x00000000000000000000000000000000, 0xc94c842907fda7bad4390100c35f06af, 0x78f5ed8ba3804c56ef31f16d7f9e40c9126747cd1fbd1be4184e85f6a1220992, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0xe331c2a23d1f7e557df0f55a8ec824b3, 0xfdf27eb8f3d1a3c1b7a556302267fe3a4b5af79369c2c2b30af74332115dd19d, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0xcc52587f16a011318a39d4569c5a85dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2_no_content.php', 0, 0xe35651f80b7dda39da641b488d689ac6, 0xe35651f80b7dda39da641b488d689ac6, 0x46d221ac2eb8dd742727648485322612107e01a35a646e27d8a656d673d4a055, '', 0, '?'),
(0xcc533e3fc55f7028b24b2f0b33afd77f, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-binoculars.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-binoculars.png', 0, 0xc919c6f1fe88ff06cf0697323d352798, 0xc919c6f1fe88ff06cf0697323d352798, 0xd497df264905d9be96e5198fc8a10087e8dc098a0cb35015ad9661215c6337e4, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', '/home/abt90iranbet/public_html/wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xcc5777080aad6554484432b362e2eef1, 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals.min.js', 0, 0xb2d3d312529a904fe31b49e48ac4bd56, 0xb2d3d312529a904fe31b49e48ac4bd56, 0x7886267b8e84bfff02cb3d720f654a2f274ddcdde52ad7db50c1c414673eeb1e, '', 0, '?'),
(0xcc57d7507e72bdcb137ae0c14d7ac094, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_5.php', 0, 0xba3d401853ef123d914a42c03e6480c4, 0xba3d401853ef123d914a42c03e6480c4, 0x4a0c23924a64e9122b8b0ee495b71db9485b1a775b83ecac0dcda59f1b62b38b, '', 0, '?'),
(0xcc5acc04172cda591a30e45a5cb51fa7, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 0, 0xc84baaee66226e1a349f681c2149bfa5, 0xc84baaee66226e1a349f681c2149bfa5, 0xf341f9fd5d1003a7a202b75eeaeb1fd415f6547549a9dc3cc2ae7e0f2f897d6e, '', 0, '?'),
(0xcc60d5f8b870a9b3044cb54c2a810691, 'wp-content/plugins/amp/includes/validation/class-amp-validation-error-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-error-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xed9d2f1cb30b69278515fa66e3190331, 0x2d309f65b4b1115798c8e72a0f8d0b0a0c716580f4a8838462e68a2511ad0d5a, '', 0, '?'),
(0xcc612417bf3ab9346ae70004ba1a58eb, 'wp-includes/blocks/comment-template.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template.php', 1, 0x00000000000000000000000000000000, 0xc2ca5dc7091c3297fdee1e6134da853d, 0xc73c9fe2c25341f3ee303a5afd15a4ceb716ab762decc35aa619ea964585cad8, '', 0, '?'),
(0xcc6617013e703b1012d73d713376fbb0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x3b6021c895787ff7225361e8ec2524b1, 0xff2aff4a24c293ac6dddd3a55a37265ca5827403f6b746fe040ebf774f4d7b1e, '', 0, '?'),
(0xcc66ed807794f025cdfa9a3013870bda, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-repeater.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-repeater.php', 0, 0xf8b49799e318f1aaae4c4574278b9704, 0xf8b49799e318f1aaae4c4574278b9704, 0x21308943b4466f92f906828f87222bee08c57a34a40489f8fefbece6b4071ea7, '', 0, '?'),
(0xcc6edc8a8601b0cbee0b8082ae99296d, 'wp-content/plugins/kk-star-ratings/src/functions/view.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/view.php', 1, 0x00000000000000000000000000000000, 0xf7d65e099032ea130e222013cafccec3, 0x0952b49f7968bb1c0b987d97c0a522a4eb1efc04717c24be8aef6e38814bcb6f, '', 0, '?'),
(0xcc780ad487ed742c2ca83afc8dcd6ec6, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', 1, 0x00000000000000000000000000000000, 0xe9f29e65eaaeb24935c5f0367b963455, 0x5d8fda7e8ba5a780478b39f6c8d9abab03a9eb712999ce07ff5d2c64ad0c0c98, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/i18n.min.js', 1, 0x00000000000000000000000000000000, 0xa8127c1a87bb4f99edbeec7c37311dcd, 0x467826a0827775c8e98ec19b1f0d49eb83efaa4d6924cfbee6c115f35a608247, '', 0, '?'),
(0xcc81d4910fa61041b948615daa273aa9, 'wp-includes/blocks/index.php', '/home/abt90iranbet/public_html/wp-includes/blocks/index.php', 1, 0x00000000000000000000000000000000, 0xa7cb9dd1c50b51ef225f552801233462, 0xd3e76e2129d17ac1c8282b1c4eace8454632398095d636a1f78db94f60f690ec, '', 0, '?'),
(0xcc83121c7956daccd9cd9ae74169e7df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import_no_content.php', 0, 0xf86859d31137efeea202885135cd17d2, 0xf86859d31137efeea202885135cd17d2, 0x3493660f76cce99948b1b42fed42e18755df3ff3e23cd9ac515cea7b32837d0f, '', 0, '?'),
(0xcc8324e11599a66c8e675236a21896d2, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9f865b1b766c5676d457715fca5909ba.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9f865b1b766c5676d457715fca5909ba.json', 0, 0x27ff3fefc38aa066af722b1d4c202c28, 0x27ff3fefc38aa066af722b1d4c202c28, 0xb26fb7d7fe6c115826f64afb97167a7f121b4bc374de8c4a2651b22bbe79051f, '', 0, '?'),
(0xcc85d67b89e684b5fe71f44936defcbc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 1, 0x00000000000000000000000000000000, 0xb900af898fe95b8e88d5758921579d44, 0x3c44feef5ba02a776150fb32b502a6453169f2a8b007b868555f283a9c6f8a7e, '', 0, '?'),
(0xcc8605a7873b61113fcee2fc0fb39e9e, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 0, 0x8e57b992a6ba26684535864f78b8ea15, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xcc86bff063889f6a103c3cb9f3fb7b24, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', 1, 0x00000000000000000000000000000000, 0x7e29c23288383e613d4275ec9f6f9d38, 0xc1d1f05d6d60b5c9af711c2992e774a778fa319f7c1d2443ff755ecf1b0397a6, '', 0, '?'),
(0xcc87e8f675282231722601b16b449cde, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-7.png', 0, 0xff7645c9c2efb782116fcd2d6c6d0fd5, 0xff7645c9c2efb782116fcd2d6c6d0fd5, 0x8e4ea4c27e7b0240c7c95458cbd82bc2ef73349850ac18741f0ad195f76643af, '', 0, '?'),
(0xcc896659a1dcfa6c236e9162c3062a60, 'wp-content/plugins/td-composer/mobile/amp/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/functions.php', 0, 0xe56c45d181f61152233d0a6e44744494, 0xe56c45d181f61152233d0a6e44744494, 0x4bc27f0de4599cbbcb103efccdde85a81c2fb37899dcd2371d259cb5bfff668a, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0xfb0060277db72883a58362b7868c4123, 0x632c8042150b701fa332fd3802a0d5eda8306a8790377d68702df907f2e5ae86, '', 0, '?'),
(0xcc934bad97266717f41cb3fdb108c1ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_7.php', 0, 0x3c5c8987ea81c83829d631798849f39e, 0x3c5c8987ea81c83829d631798849f39e, 0xf3ead007affecf35eded56d7badda936a1159d10da781edb12da4239fa58874e, '', 0, '?'),
(0xcc96fd8cd41b72f78774d141d9a32404, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-blogging.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-blogging.php', 0, 0x41b28eac92e87815dbf0f87ffa836bd5, 0x41b28eac92e87815dbf0f87ffa836bd5, 0xbe1219d2a0dcc8ce9f069b97058482ef082e9e5d622af6b086f5ce29bf926233, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0xf9c784f7fa18e7b095c3dbb9df330577, 0xcaa3123e7971d3a9e4665f17239bbbbc8a86518e9e75c85789220c955e3fa5db, '', 0, '?'),
(0xcc99d82852619293873b739f773f60a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_2.php', 0, 0x19964d4f200965bf6885fd7ef8446db6, 0x19964d4f200965bf6885fd7ef8446db6, 0x24e855eb58b44eaecc3a1ea3b9bb2872f90aa990cbc44f80e8fcf52c8590e21d, '', 0, '?'),
(0xcc9aa5916b80b7ef02eaf14c98822d11, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2.php', 0, 0x97770dd5e5276ec3b046539610e4b4c7, 0x97770dd5e5276ec3b046539610e4b4c7, 0x320dacfaedcd0f194ccd8c6c18704d1960eefacc2ec52c26782b15ead3f17be6, '', 0, '?'),
(0xcca0ab1743d09dcb768df928ad9b6385, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_5.php', 0, 0x3e3b2fd62be1e524f20b028505dff48f, 0x3e3b2fd62be1e524f20b028505dff48f, 0x374ffd6f8579181183fe469e3a88be2d289ae5a0ede9800098438f50a40d58c4, '', 0, '?'),
(0xcca2a81977e169675e843e0184f4eced, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', 0, 0xd591d65ceb173ad97602e4f190c3b8be, 0xd591d65ceb173ad97602e4f190c3b8be, 0x3bebb80759fa8a5d5df13059a1326869491ea5bddd54a7a46e48f707cc52da46, '', 0, '?'),
(0xcca3ac841717801a1ba71eb325c84cab, 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map', 0, 0x36a491d439d15e6e4657dde0d919f00b, 0x36a491d439d15e6e4657dde0d919f00b, 0xcdb22097cbcd98a84d7b1c21691fbfaf4fc0aa2c026ef1d7b2a2aedefdedf0e1, '', 0, '?'),
(0xcca43387cf6b0690a44d3632f9bd445d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 1, 0x00000000000000000000000000000000, 0x36d4a68be72393686cdc9e9173adbfd7, 0x59c3c9e3287acdea6b5cc0d38ecc8931447ed0e6447224d681cb8e12657793d8, '', 0, '?'),
(0xccad69452e3481157aca366579bed6f0, 'wp-content/plugins/luckywp-table-of-contents/config/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/config/plugin.php', 1, 0x00000000000000000000000000000000, 0xd74bc9e8662a8b5dd3854725ab9769a8, 0xc30aafa7ef05e07441813819af06940fc6d057f6fcd7295d2c4c4c67efca39b0, '', 0, '?'),
(0xccb8bf128dac992d5d1a9f97896efc08, 'wp-includes/sodium_compat/src/Core/Ristretto255.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Ristretto255.php', 1, 0x00000000000000000000000000000000, 0x6b39f703775ad608ea7e98b920f8f427, 0x207a10be1f60574e3f5dfdd39f90422c4b84f5c84a036cb4ea8a57b1a83e6ba1, '', 0, '?'),
(0xccbd1ff320fe981c9f5899246f42b907, 'wp-content/plugins/akismet/_inc/akismet.js', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet.js', 1, 0x00000000000000000000000000000000, 0x88794c2a8e906275933ede7df2bf0185, 0xdfb7fe93c19f04ac8b91461c0a2018b35bdcb230941f65eb4be1fc3d7c26adb1, '', 0, '?'),
(0xccbeeea23cfb803a9a16521650b09d1f, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php', 0, 0xb6fd06fb51c34e8d390951905e946053, 0xb6fd06fb51c34e8d390951905e946053, 0xb55bab3e4fc5753c78c16860ec1f00c0a06731874a5316685430e369f24247d5, '', 0, '?'),
(0xccbf08a81b74fe0387f092f94e35ecd7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', 1, 0x00000000000000000000000000000000, 0x595ad15a11a7c89c586ba424a94c3f42, 0x7f7bba5f7010b69ba145469ef00b8bada93050d0932355766aa9414aac967b05, '', 0, '?'),
(0xccbfc08c74f48bf26bef73d745ab09b5, 'wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css', 0, 0x17fa33370d757e4363f85c8d027ac720, 0x17fa33370d757e4363f85c8d027ac720, 0xe151c51ccf2f794719a6039cd12d7e50a5b986ccb571f044b2fe84e8b8f298bd, '', 0, '?'),
(0xccc25cf5f2218301bfb0e1451c1eb49c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import_no_content.php', 0, 0x41827cde5a0581450dac068a6a440da3, 0x41827cde5a0581450dac068a6a440da3, 0x57c85a510b4e1601664934190c3ac84775dbb07e61a1b571451c1224e78a8d59, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x68a5073007f01e6f7c7d0cc99638edf5, 0xa1ec69f3ea50fca8285a97b6a6e02ad825b78cb8dc597b942af88fce6154dec8, '', 0, '?'),
(0xccc49a94d56458974fcd3d0934fc55ad, 'wp-content/languages/plugins/amp-fa_IR-4ad54200781a14fdf59aec46abeea40f.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-4ad54200781a14fdf59aec46abeea40f.json', 0, 0x9e92ce816f2022c206001f79df9f980e, 0x9e92ce816f2022c206001f79df9f980e, 0x557443e666f2be104b2be62d2d06976767a6dca7f8025f74f6a52bbccbbab935, '', 0, '?'),
(0xccc51688a32ada4a87008d3a27b7f96d, 'wp-content/updraft/themes-old/twentytwentytwo/assets/videos/birds.mp4', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/videos/birds.mp4', 0, 0xc15071348d2ff3ad0f2d95bf5355d964, 0xc15071348d2ff3ad0f2d95bf5355d964, 0x721536917f0fbb2b2cbff7263656d089d44733fcb8748018beab3a923929548e, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0xc03f1bc87e730cd0e2e069360f47b82f, 0xadcb7b83f693db779805d82d0dfe8c0c8aaa067a46e1765f80fb5c7766cbe2e5, '', 0, '?'),
(0xccc5ef87a1f7730fc3cdc43350757b0e, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/testimonial-centered.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/testimonial-centered.php', 0, 0x8ac4b10c3930f9fa9f0721abdcd068d2, 0x8ac4b10c3930f9fa9f0721abdcd068d2, 0x3eadb9918ef9c862bb530925667dd9397324648d57be5beca2adc3a6f502bf02, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', '/home/abt90iranbet/public_html/wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0xccc83af55828a4dba243c99ec3b8bbaa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_7.php', 0, 0xdbf4a34f4d7e67592170813b56b92396, 0xdbf4a34f4d7e67592170813b56b92396, 0xe96caed96ea53050fd11c723089794b7a4cdaaaf057c92db42d9223cd9526fe4, '', 0, '?'),
(0xccc948f40bce2d3659ecfd36fb7e5038, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xccca8ec752f0a8bbaad576da5c5a1c68, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-entity.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-entity.php', 1, 0x00000000000000000000000000000000, 0x180e841a99553c201c55e5ca148edf9c, 0x21aaadc7ee3eb72f69c181c36cbda7024fa0ec0ed465d9096ae8811c7464b36b, '', 0, '?'),
(0xccd19c623010aece86a2eff7c6b3803e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_5.php', 0, 0xae4f1c4698eaeb8db6ebec1e4e3bacba, 0xae4f1c4698eaeb8db6ebec1e4e3bacba, 0x6cbc96cc072e8e7751ecad9bbba4e385d2516bef3be7a4e178700d61a1a3cfbd, '', 0, '?'),
(0xccd25722ddbaccf1a41975da45b8cc54, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php', 1, 0x00000000000000000000000000000000, 0x00298b291209282336c43a7eb0821e36, 0xaa9df2a49c1f9f16804adf9a969e3cb196d4a32fc4b3d3e897b8f5a790f3d60b, '', 0, '?'),
(0xccdbcb05461623d5c2046b5f6e97ae84, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/OverrideColorBadge.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/OverrideColorBadge.php', 1, 0x00000000000000000000000000000000, 0xc9bb2e80c721a9f6823801c2bba66d3e, 0xddc8d77f7c75b914579cb8e14d9b3f17a83148d201d486b506543fd4c6d9ef5e, '', 0, '?'),
(0xcce02d3ac8577262c41b4c7587bae669, 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 1, 0x00000000000000000000000000000000, 0xc901cf2abd2b8d1afe3f99b1551d92aa, 0xff75249933cc3b7b968a65e9dee52da985da24744bc06f19088fcb52b7e39eca, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcce11ec3ca24979379fe66e958e9f1c9, 'wp-content/plugins/updraftplus/languages/updraftplus-ur.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.po', 1, 0x00000000000000000000000000000000, 0x788ccab006d8ed0b4c63f2a2b49c6926, 0x22988549bdce620363d296a756a36755a99909d572d82f030bd78b6e21122e46, '', 0, '?'),
(0xccee4c1e43aafd5ca68ad74388ddf2f0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/demos.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/demos.less', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xccf50ce20c681d5b8aee220c3241e8e0, 'wp-content/plugins/td-standard-pack/Newspaper/search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/search.php', 0, 0xf8833ed3dcaf4be4f43064c241fd822d, 0xf8833ed3dcaf4be4f43064c241fd822d, 0xb814e5e900402849993255ddf328bb6c847c93084b5da96294230afef6f546a0, '', 0, '?'),
(0xccf91eebee81dfa5c27257b5193fa25d, 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', 1, 0x00000000000000000000000000000000, 0x45f978120a537b249dfac36306ed5471, 0xcab5db2f3de214a12c48a130272402e20eeefc7e352df4fb0f3a8dffc51c6e3a, '', 0, '?'),
(0xccf9804d5c5532bd8cc7c9cf785d7b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0x641b627348684f08578075a2d5dfc59f, 0xfa03683eb3553a701aa5aca10caed0a22e45f79c50d75d81b07763f5ff26bc7c, '', 0, '?'),
(0xccf9b88a5b0fea9bd46e3c8484e5b4d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3_no_content.php', 0, 0x6f59df8ef6766d1778ff136bedc605ce, 0x6f59df8ef6766d1778ff136bedc605ce, 0xf3e90264bc47543ce13d2d7104ec1e21b69a243d9c5b477cadd4924d2d3bfeb2, '', 0, '?'),
(0xccfa0d5a00f44a3d1aa204eeb36e6bfb, 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 1, 0x00000000000000000000000000000000, 0x947f44091d4c1b4602a558ca817dbd49, 0x5b61c1a3fa8b63aa5ce5d4aceb7e1e1e283d065ce8d1f69887747682f864d7c7, '', 0, '?'),
(0xcd01c085d56260a9a09c603cc722ae84, 'wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x03102e079cd0a2b022bfb6c6fa7c020c, 0xe395d37023aa3d425f90729f8fe77070660228f971bdad8fdb6c07a9b3055e33, '', 0, '?'),
(0xcd0252dd88a0437ef268ce92bcc704aa, 'wp-content/plugins/kk-star-ratings/src/core/views/markup/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/index.php', 1, 0x00000000000000000000000000000000, 0xb31e00caab6107f7c435a5fcce994dbb, 0x6c9ed034856b3a17ca7f2453cfa5fb18b33dbb27c3b1344d0ad60b0a0a3ffd2e, '', 0, '?'),
(0xcd0644d5302a357039ebd97512ead7d3, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-9.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-9.png', 0, 0x0cb67406b25cc926b48bde3426b30c80, 0x0cb67406b25cc926b48bde3426b30c80, 0x7bbdcfd94bd0e7e864fb43ce0bd8d5f03b98ddfa00718dfd5b8a69b9fac51482, '', 0, '?'),
(0xcd071cdfaeeab0f5b02ad050f6715bfb, 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x049a723880a16860156ae72674090d1a, 0x1612ad5642d94838341c4f25922f62d081624ae817c842ca7d01216e76a837e7, '', 0, '?'),
(0xcd07323ecadd3a6d7a3d0936d9a33b81, 'wp-includes/blocks/comment-edit-link.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link.php', 1, 0x00000000000000000000000000000000, 0x849c91dc5c46ebc2af829086865ef3c9, 0x2875c04da2767346afe29f16bc5227bdb15696479d9782a24450c6446ec23619, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x04af624a0508c15332082ceb2e8e91c1, 0x2bf19d1acc06506069656fc3ff94ab2448dd973ddc5c32867d5e4ff8cc2b2e6b, '', 0, '?'),
(0xcd105b727fdc20f64df0d15f0e41374f, 'wp-content/plugins/updraftplus/images/icons/s3.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/s3.png', 1, 0x00000000000000000000000000000000, 0x1af5dfc48d3fddf93721b27fc6e24705, 0xcd1a104ce6b2c072d426d0e9a63e65c460c50dd0118f855a6fe72015b478360c, '', 0, '?'),
(0xcd115ad142b51d65e7dabd0b39637b06, 'wp-content/updraft/themes-old/twentytwentythree/templates/blog-alternative.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/blog-alternative.html', 0, 0x08b93d1dd6d90de42f91e59103954e73, 0x08b93d1dd6d90de42f91e59103954e73, 0x18e961e8143036627f80f1ffa1ef29138bfa7e3dcb7ebd3476df485b0b8b4266, '', 0, '?'),
(0xcd127dddd072baf252d3d2f5e04b8d35, 'wp-content/plugins/kk-star-ratings/src/core/filters/embed.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/embed.php', 1, 0x00000000000000000000000000000000, 0x35906cfbdf223b02858aefc4b3be9c12, 0x54bcf10963d31642df088e9f4f77987dcebca4f4ba9fe645a5daec8c55b4ecef, '', 0, '?'),
(0xcd1ab13dfb09c7faa5ea71decda8560a, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/version.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/version.php', 0, 0x94cece6c22b062eabb044483d67d8d49, 0x94cece6c22b062eabb044483d67d8d49, 0x9784093e20fa6c754b9318ad354b79900e356a1293df05078ecc604f63e0faf8, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', '/home/abt90iranbet/public_html/wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0xb10b8d91ba2a4a3b75635e3052f3b513, 0x5495c2fdf76096685b85720c9a8114541b8e5587b28e67e9012bb6a1aba41934, '', 0, '?'),
(0xcd1f085844f6ba3a3aaf482afcfb4d53, 'wp-content/plugins/wps-hide-login/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/autoload.php', 1, 0x00000000000000000000000000000000, 0xb577752826b609585ef029f206c84ed2, 0x9595e9aa212cc9374df32ce4b93ef67fe792c2aa66ae1c4b5317a002df86546d, '', 0, '?'),
(0xcd205b8e76e5bbeaa5b27e7602dbd60f, 'wp-content/plugins/amp/assets/css/amp-customizer-legacy-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy-rtl.css', 1, 0x00000000000000000000000000000000, 0x853845d8629cb4189195a823d31dcbaf, 0x09c7715e2a896746386ec1030ae72441d8d8cd5c0a060bd8e56d70fe0c83e5e7, '', 0, '?'),
(0xcd2421089fc583d7b8fcac187deff457, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_5.php', 0, 0x84c2125dd19ca45cbea16a83ae83a365, 0x84c2125dd19ca45cbea16a83ae83a365, 0x9d83bbadaeae82fa07944dbc575a1387cc4f3c8a29ff735a244c0dca4b51a27c, '', 0, '?'),
(0xcd2682b12d82d4a1e4f3422d9fa70c44, 'wp-content/plugins/shortcodes-ultimate/vendor/animatecss/animate.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/animatecss/animate.css', 1, 0x00000000000000000000000000000000, 0x01f06b7593b32da4bc90387c16ecf5df, 0xff336192d79e25c3ddad0730b32fd5ed7e9ac0814c3604da618f5c4ac3b5b6e4, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x670ee85120bcaabded668dfa1637c546, 0xf5d28e93ce45d402f588f3d88a3e5e216abaa1004f9280c66312618ab45eb0d2, '', 0, '?'),
(0xcd2a152d489f921b5a19a37f4cd92ebe, 'wp-content/updraft/backup_2025-03-12-0335___90_f63133b71616-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-12-0335___90_f63133b71616-db.gz', 0, 0xee87b0cefe7a11f3ec23ca68dc09c579, 0xee87b0cefe7a11f3ec23ca68dc09c579, 0x61e21b92792066a599173c147b72b385b5ddcf2c14701b6cf21559006e6ecb09, '', 0, '?'),
(0xcd2a514fdc5ca0b5c2fbdc710c4754f3, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml', 0, 0x474ccecb63ad22a214483411eb6aa793, 0x474ccecb63ad22a214483411eb6aa793, 0x55e781725490fc0970be294dc05333c3d6f54a0f68f6ca1e93fee4f93afd3f8f, '', 0, '?'),
(0xcd30b61045e8b629f2b03589171b40f8, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_3.php', 0, 0xbac6d50fe54dcdfc6f10993aa1b6c476, 0xbac6d50fe54dcdfc6f10993aa1b6c476, 0x1331e0b915e368405d3d3da3f8aec707dc18e6e408bc71fbc0f71d5c28e9ee8d, '', 0, '?'),
(0xcd33d0b79aebfd82d9b46708da18f157, 'wp-content/plugins/elementor/assets/js/responsive-bar.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.min.js', 1, 0x00000000000000000000000000000000, 0xd4c55a712d4b9caffd4a47cc5dd8c08e, 0x815ab942e09610294f6754f916b283031ddca26f0088cde43cf02d745f8827a9, '', 0, '?'),
(0xcd3467cb3433ca21ce425cea9f91b20b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 1, 0x00000000000000000000000000000000, 0xdbd4d7d16ae1661b4b5f65b252dd9c73, 0x8788c70b0c187732f929ef23231146f3018c5698ad14a87dd684be20d6ed8ecf, '', 0, '?'),
(0xcd372c1ae7051bfe9f5d5ebac37931eb, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php', 0, 0xff89233def0c56bad747c0abba4d4766, 0xff89233def0c56bad747c0abba4d4766, 0x2763661a0b35e875c9a92b4ee84976b8d3e98d9b2c5feee8da40acaa6ce01478, '', 0, '?'),
(0xcd3f6e2b9a31554b3769ccf1fffd7b49, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1_no_content.php', 0, 0x9a94460d295850914518c439eee856e6, 0x9a94460d295850914518c439eee856e6, 0xef00425440f69f56fe954d2a02b06840dee6149c3b8b316da7c8888a89bb20c4, '', 0, '?'),
(0xcd4966fe066329cce187063c3c4f14f6, 'wp-content/plugins/wordpress-seo/images/cornerstone_content.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/cornerstone_content.png', 1, 0x00000000000000000000000000000000, 0x2c2710791e8d1461df2cdc8c612abeb7, 0x6be730c15f1a2b8b932551ff8c970073f3aada54e9eed14b8d03391148106737, '', 0, '?'),
(0xcd4b083dad5808ec610c3ac427351dbc, 'wp-includes/sodium_compat/src/Crypto.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0x811c2d70fc98ff820045c863629c63a5, 0x22dacc989f4c8e18d7d921d27b0372446e507a5ef4041fda58f26af4c4fb4c6b, '', 0, '?'),
(0xcd4e009fa2f31cd484bb3af2b5329d7e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-7.png', 0, 0x33b837dce9f4a701d4b441eef33075db, 0x33b837dce9f4a701d4b441eef33075db, 0x9dc8aa8277f4b1cd52c36d71d7381ce0850113ed289e96265233e9f27c19a816, '', 0, '?'),
(0xcd52dc61c31d345a822f9e00228b3246, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 0, 0x2e9be2da8552ebc96075444c48b950a1, 0x2e9be2da8552ebc96075444c48b950a1, 0x585188fe743cdc62bf6dde79a9398123303865332b7f818f846896b56ef01aab, '', 0, '?'),
(0xcd5769ffb5a22c6a8ec250c5333c95c1, 'wp-content/updraft/themes-old/twentytwentytwo/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/footer.html', 0, 0xe4a721f63e780129ff5629508945a547, 0xe4a721f63e780129ff5629508945a547, 0xe3314a67f6f8a6d16ed26b5fd964c1ff4e5b250651ba60f6e27cc4218a286332, '', 0, '?'),
(0xcd5803853ecf9596a8d8d26468aca83e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.css', 0, 0x3910512b1b6158f621df546fc3c1541c, 0x3910512b1b6158f621df546fc3c1541c, 0xa44604cc47282bb1ea1091ea41caa007efcd4c45fe992f1981d052c80423b515, '', 0, '?'),
(0xcd5ba72bb7e7f8c5feced9efd441c56b, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-17.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-17.png', 0, 0xce153f22378414d8baf0b1a0f170e670, 0xce153f22378414d8baf0b1a0f170e670, 0x501871bb9ae10950886904fcd8d912ca0bc4d8545a83c6301f4c80d3e43c9471, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xf0e161a76a4044f954d8aab62b903977, 0xc87f94711ec634712b409d67bfa97380767a2cd87e0246ade9baa60d2461eac9, '', 0, '?'),
(0xcd6479c606c998330c159ffe93c316ef, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 1, 0x00000000000000000000000000000000, 0x76bd3090d8e78cd013ff52380cc5590c, 0x6d4bc9233d500d6843c5900f91729c882830535dde502d1b7f45122be532b3be, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xcd6e7925e3d6d6a4ca88e37f9e1473ca, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.lock', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.lock', 0, 0x6e25d4e3a33641a036f3a6a15384db69, 0x6e25d4e3a33641a036f3a6a15384db69, 0xd3faba695f56745739925b4f62c97491abd8a47ebd71e6b053719fdb3ee6b652, '', 0, '?'),
(0xcd7174ad649b0e2a433435c3aef71eb6, 'wp-content/updraft/backup_2025-03-22-0325___90_84649bd629f7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-22-0325___90_84649bd629f7-db.gz', 0, 0xdb849ea128ce8eaf9382adb25b903b80, 0xdb849ea128ce8eaf9382adb25b903b80, 0xf1eefe83a7e0e5852829f5e57d941eb1fb288b013cb8c16e4342be3159fafdb9, '', 0, '?'),
(0xcd71c2a7252424f20e5a3d30ef66a3e4, 'wp-content/plugins/elementor/app/modules/import-export/usage.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/usage.php', 1, 0x00000000000000000000000000000000, 0xf13951d80aa909ede7507b8935b8a7a1, 0xc74f5d2e768033d8950e04b0282533cfecb9b3ee2f62031f18ed0c35294b3b16, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0x2eb91c4a8909f7bc2012aecbb694fb76, 0x37a49cd0bbadaab2ac4bd49181797fbc0191bb33057f852b3324291d80474923, '', 0, '?'),
(0xcd7b89b3fe3f6a5584a6e53bc1ae02a9, 'wp-content/plugins/td-composer/mobile/footer-amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/footer-amp.php', 0, 0x2f69120bc26c962dedd3500f08c48b99, 0x2f69120bc26c962dedd3500f08c48b99, 0x43bb8c23b79a49499aa495ce546b0f330a1b1903766487d85b2544ff806e9ec8, '', 0, '?'),
(0xcd7bfb4a93e21a5af82607ddff78b3bc, 'wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js', 1, 0x00000000000000000000000000000000, 0x83ae81ef3ef5324ea0d1d93e48b51f8a, 0xe755acee9094d4631f304dfe0215eb873528a12a772d0a94514636d1229d1448, '', 0, '?'),
(0xcd7f3dac68c0c884eec26bebd2831428, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 1, 0x00000000000000000000000000000000, 0xc68bc04b644aa17fac97d48c14ab076b, 0xb7767339f0a5eccaf314320ef828cb8b6cd7aa3f61c0d3447cd24cd47d541051, '', 0, '?'),
(0xcd808dc649e74e0de7ae8bcaabf41bbf, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', 1, 0x00000000000000000000000000000000, 0xe09494d68e97c0b1c66ce10ef4b0b282, 0x5e7c51c9d726a6f4a86d608ca361af7db4e857ef0858fa5d2b005a296f5896c3, '', 0, '?'),
(0xcd86463ef557c6151cf40bcb0edfcb0b, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 0, 0xc85b33735f5ecc22288439692a7d53ff, 0xc85b33735f5ecc22288439692a7d53ff, 0x36d3ab67aa7e45c36ad3a219f7b8f79ce0d018f251a8a5f9afcf13a244b00713, '', 0, '?'),
(0xcd8be13b2fdf02f161689106ea01ed14, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0xf23c61c284b4b3b0c9c0c45c6ca0a10d, 0xd948e61ef112fac6c720201e961e92e512d1056a72e6b575b3530dc69a4dd55b, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xcd92359f8f26876082bca29f46a59a60, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php', 0, 0x34c768e5e6890f43933736534ffcbc39, 0x34c768e5e6890f43933736534ffcbc39, 0x8b61e762b1790136fc28f4556e6c6b67e08acd4b6c59753c590e0b0a6c3ebf90, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc4dc76993c68e4e4e8f0ceeeff70fc0b, 0x21c02fcc5b49e42b0da9f047edb2e2e011962044d5adcf37803d8e8eb7ae9327, '', 0, '?'),
(0xcd97921cb4d5b3663a1c6f7f8329a0ae, 'wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 1, 0x00000000000000000000000000000000, 0xd6498e77987dd509027f9bacdb4bee6b, 0xd2702c11f6f94500163fbfa2ef6f71ddede58a07c2771f971cd6141b5f2f5601, '', 0, '?'),
(0xcd9b1003f68b2e3091fa42dfc2931ded, 'wp-content/languages/plugins/elementor-fa_IR-f98be19bec7bc848ce3ed383c60037c1.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-f98be19bec7bc848ce3ed383c60037c1.json', 0, 0xa35e1429b5f369d213be9413a764b702, 0xa35e1429b5f369d213be9413a764b702, 0x6ce5977644ac52f7fc0cf0fa052665aab4df2ccec55157b9b559bf3f944974be, '', 0, '?'),
(0xcd9b7da97e8b95e3c1f8e9521967ea63, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_s.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_s.png', 1, 0x00000000000000000000000000000000, 0x5ff5e43ab6b7b41b6123bfab692a9b19, 0x6315e694ead97122c8c6db35d875c6d060da63e3d4d247021136929b66f9e6b8, '', 0, '?'),
(0xcd9bd7e133bff074e5498c3f9c92b90b, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x7aec68426aa06f01e2b1ac250e5aee62, 0xbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522, '', 0, '?'),
(0xcd9c992336ca6fec47a0992b735d8f79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import.php', 0, 0x8b1068b52ed076dc9e8e4f11757504b2, 0x8b1068b52ed076dc9e8e4f11757504b2, 0x20f93953183fe405088d401c69b899d3be5bf8b841f21524f004032af4476dc1, '', 0, '?'),
(0xcda3f1cce173c4d899a24e59938a7c9b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-5.png', 0, 0xf1cca1e5f29138b57aae0548126307d7, 0xf1cca1e5f29138b57aae0548126307d7, 0xb423be528d85b3a4419dff973885cf67d20154035ba66988d78ef5cc7b4dc187, '', 0, '?'),
(0xcda4e9129fc7664acfa517fd370818cc, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 0, 0x65660d68ad322bba1a1131c2c2d48c28, 0x65660d68ad322bba1a1131c2c2d48c28, 0xa742626793fdf746e94a39d67f3ff84974e88961416bff8654056cb206d4d75f, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x0e4b5bede8f2db329605b38aa2b743f0, 0xdcc262bf6231bf3cc71142be021f3e601e9f5dd52a487b14dd0091ac7611aa4e, '', 0, '?'),
(0xcdac1f7c92faf561f8e41efcab875c5c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_8.php', 0, 0x6881d5e08cc86a623923cc68ba4412d3, 0x6881d5e08cc86a623923cc68ba4412d3, 0x4ddd52d4a472c74b1dd5ad5e3be6f7f644cff48171fde1ec1fa44e4dfc4f2ab7, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0xd3fe6428c9aabbca27475ec7655b0c31, 0x7358aba772c999b7eff17b7210872e15839d5205580087f004a0718fce9940f8, '', 0, '?'),
(0xcdb7d93c45b9bf0a6e92e78b0c9859d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', 1, 0x00000000000000000000000000000000, 0x537f679da8bff5efab5bbcdfb90b43d2, 0x4fb84c1d87e4bf8bde5585d6ffef8da229b897dcb6037f392a2edb674ba7bbbb, '', 0, '?'),
(0xcdbf57ba81bf4d68b94e3476949d79d2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xcdc4dd1d5f8a50859d3da5b3ad4f2983, 'wp-includes/Requests/src/Exception/Http/Status402.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status402.php', 1, 0x00000000000000000000000000000000, 0xa7792033f74e814a43ba4077fd9f43ab, 0x52e32ebb2db909e88968906bb856b6fd4899508481a9f787276a7898d2602abe, '', 0, '?'),
(0xcdc87918d85571a7aceabd68c59d18df, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 1, 0x00000000000000000000000000000000, 0x4c44bec75320d89aa2166dfaf198473a, 0x6f67fab0533fba4ac0284eaffc6a88f6e9e6cafeab51a51ed273020986f2595e, '', 0, '?'),
(0xcdce31c03db2863590c7a87bf32af153, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_0x420.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_0x420.png', 0, 0x69e7802730114a57795314e3804ae7be, 0x69e7802730114a57795314e3804ae7be, 0xb6d1b667b49b5331f094a72e6337702f3f25a34ab2bd35c0dcf6a9c4656a2c42, '', 0, '?'),
(0xcdcf4a406861d5cc55a4e69da6f23e2c, 'wp-content/plugins/elementor/assets/js/4fdaa70e951ad90db2f2.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/4fdaa70e951ad90db2f2.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xf68ac830d3df09a834e0881f19b179a8, 0x33523519a6154e9a21b2047563023013e4f1f8bb2e28a5f3c30b8bc619e82c1a, '', 0, '?'),
(0xcdd2b3083b90919fc791662d3d4af8ec, 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min.js', 0, 0x62161e06a4f65851b3bdce0e23e51e44, 0x62161e06a4f65851b3bdce0e23e51e44, 0x32059d61e3decf73c396da5003a45a0950fea0e3dd0e38c725e89ba0ad801c48, '', 0, '?'),
(0xcdd5c5009098e075c69a26fe58d0a92d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 0, 0xe643c7a168461ff20fad2e83b8b94960, 0xe643c7a168461ff20fad2e83b8b94960, 0xc631bb0e41df17226b6b25d8d7f1210744a89cb6e35c7f49bf2c59afb7994a16, '', 0, '?'),
(0xcdd9cbea7bf86cfd9e1ef16edcfd0e5b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_5.php', 0, 0xb1151cd971f8a464066582e51bbfd36b, 0xb1151cd971f8a464066582e51bbfd36b, 0x4c441ab606b70fc04920e81da967b082a83d5863d71f6f294c6b8f9cdc4e45c0, '', 0, '?'),
(0xcddcd6ef3bc3567407168421a424b6f8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', 1, 0x00000000000000000000000000000000, 0x7ddbaae4a9eba0f33b73bb546ededdc2, 0x94c60b1b53c555dbc9ace592d1cd50fe5858fef646a03e23da094f641f3c8c88, '', 0, '?'),
(0xcdde5e096957cba452be9de390834e83, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_pie.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_pie.svg', 1, 0x00000000000000000000000000000000, 0x85244e9372bd51d4d4ae6f0c301a0251, 0xc8e8fad575a57232c26f16a8aca7b98747d94dd32860c82708bdc48246b7d74e, '', 0, '?'),
(0xcde5fb19a2971904573699fb05321fd2, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css', 1, 0x00000000000000000000000000000000, 0xf63f1659ef9069c53917587fc40270a0, 0x39ec753598caaeef645e332cacf21e46a71235aa01ccd810f55aebbcb3a83daf, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', '/home/abt90iranbet/public_html/wp-includes/js/underscore.js', 1, 0x00000000000000000000000000000000, 0xe700f5fcaa01b7a4c4c1533e1a53b48e, 0x1cef8238a25a43d7d30abc4dacb84908f86479c90a27702c17614a930c4764ff, '', 0, '?'),
(0xcde9104c9f6a662a5698014565acb29b, 'wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php', 0, 0x77fc6b2373dab0924079853448d049c6, 0x77fc6b2373dab0924079853448d049c6, 0x73e27fe21660a70329323904a50547f985d51aef82c7e9617e8e61506d093a6f, '', 0, '?'),
(0xcded53bb023e73bb552980b9a415cd48, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0xb079248f4e0358d21b9fee6c80b16c13, 0x5bec8e2da9b9c276353cdbe54d0ae11f1fa6cb2b42bb75022e162cd43515671c, '', 0, '?'),
(0xcdf445860d76cfadccd0859f2b31f91b, 'wp-includes/l10n/class-wp-translation-controller.php', '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-controller.php', 1, 0x00000000000000000000000000000000, 0x186d8f0a002c9353bf780bc8615a4c57, 0x74d48b214ba492e2b17d14cf2f530ca461292ddab55641ff79ece35dc9e3cec3, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x02a39b6fbc9e191a4c0784327d040439, 0xdc9f9bf1a0cb70002406b674259c13d595ede4ada52563509bb5bec7b5cc9deb, '', 0, '?'),
(0xcdf965c7c05469159906a81f1d5fab7a, 'wp-content/plugins/wordpress-seo/css/dist/alerts-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xe99a730d400a9fa1ee0e557cc8a3add2, 0x157ef10560cdd53292664da943acac67d3bb25ea0f9d3c671ae25659ee452b56, '', 0, '?'),
(0xcdfe988287e8d7edc5427f74fa881303, 'wp-content/plugins/elementor/includes/widgets/divider.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/divider.php', 1, 0x00000000000000000000000000000000, 0x0f5d6639971c9ecb397205f7c969efe2, 0x35cea789f722e04e5f439336f0a21a238cd3bf11231f48ba17aa5f7e273cb4d2, '', 0, '?'),
(0xcdff3f405b830d2bd90cb1d07d13954b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php', 0, 0x850f5500643c0755b91f6a045a3de74f, 0x850f5500643c0755b91f6a045a3de74f, 0x771e102db788bacdc1afbc599bba4cca3237e66fb3f1c27b6ab3615e9b7b7179, '', 0, '?'),
(0xce05d46889d6f04ebcfe0024bf03ba07, 'wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', 1, 0x00000000000000000000000000000000, 0x66a8da0c6e7afbbcb08b8b85ec68eb8c, 0xbfe23c505d60741cbc14137bdc06c6030bb32d2093542feb848e5a100025fcfb, '', 0, '?'),
(0xce06c0eb0c33ee81c7e7ca0caf4be536, 'wp-content/updraft/backup_2025-07-09-0327___90_27af1f85ee9c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-09-0327___90_27af1f85ee9c-db.gz', 0, 0xea243dcddb113e99bd04d49f753a3b1c, 0xea243dcddb113e99bd04d49f753a3b1c, 0x768d5a7d44072cc52691bdf347f52b599fdd447a8aa93caeee4c4e573891dbe3, '', 0, '?'),
(0xce12e4e7c4d16cfb6f7f65718b4c9c7d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_2.php', 0, 0xe10b774437b6401874c34f0859cf760f, 0xe10b774437b6401874c34f0859cf760f, 0x8428dc01592df10ff959718384a0e7a406d544e63a4872f6e836dda033c241e3, '', 0, '?'),
(0xce15958481e7167c498274469512ea03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', 1, 0x00000000000000000000000000000000, 0xb75d84b9f6771f3936679556681f9c5b, 0xa605c8c172cab858119ce027f83e93808d5ccd5c37d58eb1a158f339f8dab086, '', 0, '?'),
(0xce1b1f558d89fc9a7fd6cfd33158b417, 'wp-content/plugins/poka-review/admin/class-poka-review-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/class-poka-review-admin.php', 0, 0x7a26dd457b824c5df006cba673f9d1c1, 0x7a26dd457b824c5df006cba673f9d1c1, 0x4a782b10987d11597ffc2f15a5c388eeb1aab18dcefed899f69dc22fa4cb3785, '', 0, '?'),
(0xce1d25b55dde3a51517c6fb562e99450, 'wp-content/plugins/updraftplus/images/updraft_central_logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_central_logo.png', 1, 0x00000000000000000000000000000000, 0xf1190f20d6fc283f4f374964d6eddf20, 0x02004b27551b56a55c944cf326f2f04b8d1e55bd358c85a65252150270ed0412, '', 0, '?'),
(0xce1d75e88789ee51f0a1b37098301474, 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 1, 0x00000000000000000000000000000000, 0xd0af38d07f718037bff08b0fb17ce6b0, 0xf94b67fa62984eb62d811069c7628d0c28a8b1fda05229d6fe63b5956887e752, '', 0, '?'),
(0xce1db63ac45129f8371f7c4f1d7e90e4, 'wp-content/updraft/log.f37ab96cda8f.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.f37ab96cda8f.txt', 0, 0x3245c73ea53f00cc26fd8ff732346d96, 0x3245c73ea53f00cc26fd8ff732346d96, 0xea15dbd5c9b09bfa449f63e65b38ce8795e8d033bffde6c7f489bdc2b52e7881, '', 0, '?'),
(0xce20e7c83109fa1b1d17f3ee2ad6f0ba, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', 0, 0x029b52e2f554e495febfc919ad55e2f0, 0x029b52e2f554e495febfc919ad55e2f0, 0x82ceb7dd1ad67ab7e0d1439d686048af9761bde304b53b3a6e2c6ebb0f330bed, '', 0, '?'),
(0xce25722611492be8fd9a6b60bd3e9381, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 1, 0x00000000000000000000000000000000, 0x1dc358e4eab740652d5838920c2e54b7, 0x4cef17b40c82956f98ecdba51705b3c33eba863fef42ccab66529edb892740e1, '', 0, '?'),
(0xce28b92a8766886aca3fe9f231e84309, 'wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php', 1, 0x00000000000000000000000000000000, 0x6b22ee729ace88cd653c1e4788ed4de6, 0x97cd076314493085a2497c0ac37260bee7d19d7b4f86c06e6dd801e53b5bde47, '', 0, '?'),
(0xce2f04f9e963ccad306eb52d4eabf8f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_8.php', 0, 0x57d71789d1a282a6b18671bb16d357b8, 0x57d71789d1a282a6b18671bb16d357b8, 0xb770801e09665a64db73cc0b21fea1cfee2f6c35b95f050017246e4c4b153a76, '', 0, '?'),
(0xce3030e4e5c99d34e9c9a55e8f1d7589, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0x492689e6ae80219b1621cf542e22a290, 0x8c91db78e2f3a207a692426603675155082fe065720fa355da556b9d97dd6f38, '', 0, '?'),
(0xce3519c5f23d53c22597444b2db65b64, 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column.php', 0, 0x32918e517f70345161ac742b333f8d63, 0x32918e517f70345161ac742b333f8d63, 0x239bd03f16914aea2061ad433032092ffb07c31a6dfd5c11558e899d5e595fc7, '', 0, '?'),
(0xce40360e17093728b5d601e50a77acd1, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php', 0, 0x3eb0b279db2341ceb09c4f7306f4eb60, 0x3eb0b279db2341ceb09c4f7306f4eb60, 0x296152b553c832a6bd221983f377a2fe4a049601310abbbc39478877d197f324, '', 0, '?'),
(0xce40e5c4a21d7702d3d691e7c46fea45, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_1.php', 0, 0x59c4bdbc4ea8a7dbf6504fbdac6ee08e, 0x59c4bdbc4ea8a7dbf6504fbdac6ee08e, 0xa64deb6c924360a752c37720a40c34195e20318aaba8851db939878904c66ac8, '', 0, '?'),
(0xce41e26d46df2ffdd80e6609c339e271, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2_no_content.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xce41f4dc053aa5f6ad44223c74c1818f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MediaAccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MediaAccess.php', 0, 0xdb3882c952dfbcb58385a494e490803d, 0xdb3882c952dfbcb58385a494e490803d, 0x01100bdeecb9c947e6005338127d181dfd770f453fca6ad78fb2fd48daa05312, '', 0, '?'),
(0xce4300c70fc9d6b6d0844ee831f8dcb0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/import_demo.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/import_demo.less', 0, 0xe3f941e2572602c3438043ddabb1f0cf, 0xe3f941e2572602c3438043ddabb1f0cf, 0x2679148cb65c69f1bdec0a4a484d8c602d4e4c7557883493957c40cee1064467, '', 0, '?'),
(0xce44018e59d7f3c740940dbaed972148, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js.gz', 0, 0x4eaf36c992c01599cd0f8ba9ab0ac1b9, 0x4eaf36c992c01599cd0f8ba9ab0ac1b9, 0x8e8806e8adfab5a8d31416654bd775e1dd3c11a29fef203e9de58e57907e9ef0, '', 0, '?'),
(0xce4ab38dd5efd4966fe35b63600a1683, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php', 0, 0x6f6ee5e172927401c8bbc60d3ba714fc, 0x6f6ee5e172927401c8bbc60d3ba714fc, 0xfb3c4d091bb46bf0983da2e10f6d8900fe4020ed28defb37cd853621f5cba0c9, '', 0, '?'),
(0xce4f88d23acc62f8ee1f1e7e32adf3bd, 'wp-content/plugins/wordpress-seo/images/acf-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/acf-logo.png', 1, 0x00000000000000000000000000000000, 0xbe88d1b7e3ee9c3d429bf523e63a2661, 0xc36174c4f6cb47b1ad586d3544633b78894019e69a7c13f0d7903df4cce77ea6, '', 0, '?'),
(0xce5127252e9ddd62037fb20b30a36690, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 0, 0xe7a6f4de5b66db47648ed6cf65b69391, 0xe7a6f4de5b66db47648ed6cf65b69391, 0x7ac219308d1ee41b78d76b937f5b8681f5eb69c19b632acda0de301fa132af5a, '', 0, '?'),
(0xce534a661b636aa570c8b9ba2407f03f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1920x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1920x0.png', 0, 0xdb3932ed04ee42c419e727f908db39f7, 0xdb3932ed04ee42c419e727f908db39f7, 0x44fdfe6de429f25a26c4887c913e1da03d18b2dd1c80ea98bad8e9fddd7f7a6b, '', 0, '?'),
(0xce55d02c3d16697a4a9d5ddc860c40d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import_no_content.php', 0, 0xcce45886ecc298965311f5440271780c, 0xcce45886ecc298965311f5440271780c, 0x37de3dc8157485cfee12322eb5e0ba9e5ad7b94069216d75a8cfac0291b00826, '', 0, '?'),
(0xce583b91e10f0e72191fdcc8372cf8fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_8.php', 0, 0x59d07e491dd804ec99663c68787fa529, 0x59d07e491dd804ec99663c68787fa529, 0xf4b67769c3504a8868f831ee9a16ffb167a16920be4149c51686bc05d0fb83ab, '', 0, '?'),
(0xce5b71e04fc6f75ccb3e6431b12ccc8a, 'wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png', 1, 0x00000000000000000000000000000000, 0x7b1363e284c1f7fd6ab1cf5b6ab4d0d5, 0x1d4187678f8fb0d375e28aaeed609cac66f6a883994489e326a54110d272b173, '', 0, '?'),
(0xce5ea4d02983c72ad6f76cd688b1c9e8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_9.php', 0, 0xd84cf8cf3ee80fbad88267039385ba5c, 0xd84cf8cf3ee80fbad88267039385ba5c, 0x043df633a9d653e9113bb55ba1fde4967b7b34c142e937af3875167e325b669c, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0x64191f404f099692cb252f663347c094, 0xdd4b272931c1f6849d2be42b2b83ab15ae21a42e831ed62aa928107b2e5beb58, '', 0, '?'),
(0xce5fdf67c3ce20b77278cf38ce02e2e2, 'wp-content/updraft/themes-old/twentytwentyfour/readme.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/readme.txt', 0, 0xbe6a84ab772990baaf4fb469713810f5, 0xbe6a84ab772990baaf4fb469713810f5, 0x15ace27c056691b657e399eb472a94403aeff3e7f6f9ab7b856cf2d657feddea, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xadaf27e8d088b5486e309db416ec0d76, 0xce3c69e27f71e1ea871d04c3b3744978c538aa2b954991b5d98d871d573ba527, '', 0, '?'),
(0xce6ff71224eac195b8e1c0a20fdcb3a0, 'wp-content/plugins/updraftplus/includes/cacert.pem', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cacert.pem', 1, 0x00000000000000000000000000000000, 0x475045bb4b54bbdeed599629264696a3, 0xfe99f3a58f5faf3011649c8afe7d660f218676d90e6da71881cd457757846f97, '', 0, '?'),
(0xce7a9160aa8a5e772a76b7ad082cda66, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import_no_content.php', 0, 0xd0cc67f70eaa8bbdb33c5ba321698c75, 0xd0cc67f70eaa8bbdb33c5ba321698c75, 0x7d986752bca0a052e6701636b34a41d40e9c92e6eddd01a5c910e1e55d4ff5fb, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', '/home/abt90iranbet/public_html/wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x6132bdd7b177b0fb53462ef9c7c7c5e9, 0x29699d4385fdebd048e13335fab003da381b839989dd6c427b42aa66f6b2d767, '', 0, '?'),
(0xce7d488c2ab10f733e0147590de22df0, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php', 0, 0x2e2dc69a970fcbb887aeb88ee637574a, 0x2e2dc69a970fcbb887aeb88ee637574a, 0x11e6a1930fd355e569bef44b075f0bc43833d75d8db3569d697e74949b32945a, '', 0, '?'),
(0xce7eae8585d11f5e182ff073adc5a931, 'wp-includes/SimplePie/src/Cache/MySQL.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xba913aeca21251e892f7561c0217797a, 0xa195c3c75a82d624321f8edb4868a51e06458f0bb24cf5be52cd421151d70182, '', 0, '?'),
(0xce8002f5b32d4711e12ac2d5c84431b7, 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 1, 0x00000000000000000000000000000000, 0xd8407ad265c408fb2c011586c46e6f4c, 0xc9277e85afe118cef8c5553ac1dcdadb3b88458f710094f245e0147862c4006a, '', 0, '?'),
(0xce838fa8de1271e492b976b7125f7bea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', 1, 0x00000000000000000000000000000000, 0x590afd521d0071abb63ecb7ede00cac6, 0x2f60e96c6a40133199f6f7df365fa20b13d7410ea7858520a0e9d86d738c80ca, '', 0, '?'),
(0xce8e4186fdc4ff8e70eb4380d9e99293, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-white.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-white.png', 0, 0x64b428cab713090d04fcaba692f952cc, 0x64b428cab713090d04fcaba692f952cc, 0xe8a74012617b9461d94bd5b47f80727a0db10cb55bc04656122cf2877f2e3ebe, '', 0, '?'),
(0xce9528ed491a1719200dad691431b9c6, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-2.png', 0, 0x6d07494401732e45a4a7fc23e83a9523, 0x6d07494401732e45a4a7fc23e83a9523, 0x2ec8818381260052065e4f9498a657f4d6c45ebdac9423261f159e9bbd3495b9, '', 0, '?'),
(0xce994129f612132f28246383f51bb30c, 'wp-content/plugins/td-newsletter/less/main.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/main.less', 0, 0x9784f46bba2a87c8bef3d279334e11d3, 0x9784f46bba2a87c8bef3d279334e11d3, 0x75e9650af729947d0841f39fb12d91f6fc0741daaec082c5e2af72f3684562ec, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0xce9f00c942055be88e27784641a05fcb, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_before.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_before.txt', 0, 0x66d2a4b75d8d423f9680321066c82f11, 0x66d2a4b75d8d423f9680321066c82f11, 0x6ba0bfc32c261e6f415efb806da9ecdf521a9f4fc41cff47d5f2f733107ea498, '', 0, '?'),
(0xcea0459f50d07acc57c187a6178660bf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', 1, 0x00000000000000000000000000000000, 0x67b7fc92795d467f1fc76428aa8d7eed, 0x2834dfe318d9a0214c2c44a7ba14c3fa997468619cf4b246114c4d16400446e3, '', 0, '?'),
(0xcea08dbb56017601221ab5254561cf44, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', 0, 0xc0dc006f5c14899f6cd0c32c789f50d6, 0xc0dc006f5c14899f6cd0c32c789f50d6, 0xf1b5773c2e536835fec5ddd75b5b63035e34bdc9260e0411f13ca1e4223b9e03, '', 0, '?'),
(0xcea166fff2df57b5794c2c597f137f55, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 1, 0x00000000000000000000000000000000, 0x0fd0df77357918d89dd1ef77a25d6267, 0x35ab9cb8888fba358caaa687068cdad164b14e611f13655e47aa08fca195e010, '', 0, '?'),
(0xcea2e4e4279591e2896d4bb0410ba118, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_7.php', 0, 0x511e373035a534dca5bb31ec86aeaa1c, 0x511e373035a534dca5bb31ec86aeaa1c, 0x5f334294d75a545d715c841750285014adc879a639c6dae2ea64b7893d0e192d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcea9e4f37e0392fe7e95acf4b306b6d8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 0, 0xf3431ddaa54b2a5ac8f9fe7c3402749e, 0xf3431ddaa54b2a5ac8f9fe7c3402749e, 0xc58362465f9761e38c137378710b60c938ad44e018a4b4aebe217d2c958b132d, '', 0, '?'),
(0xceb1a5055a0e0409a0da69d349c88fad, 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 1, 0x00000000000000000000000000000000, 0x48854bb7070457908c77949142db5ec2, 0x640dd457813a7c5b1a07bbd9d104bb21cfda63de39bf718a5d4c4814f3ec5c46, '', 0, '?'),
(0xceb37900af1736d3cf9b00805e093d40, 'wp-includes/blocks/post-navigation-link/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8343fcea16629b72ac86bc1cb5923ad8, 0x4184f9f9ce21b6449467edf524b53be81c7eb3d990ba6fb21e931fa3ee503b7b, '', 0, '?'),
(0xceb407cc7d8c18ff33f8186826d19767, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/splash.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/splash.png', 1, 0x00000000000000000000000000000000, 0x8b2f2be2da0a0e1dcd31e7dfdc89b1df, 0xabca6afbd0a18ab0a78ba2c6060c93f3588ed501168effbfc7e9d81a80b0e1b6, '', 0, '?'),
(0xceb4205125ed2660bc040076f0fdd21b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', 1, 0x00000000000000000000000000000000, 0x3a5c5ed0ac73bc11ef2940e8084feb6d, 0xd452409c86a5c10a6eb82639c42dc22406cb059a231d909adde629ea2696d6ec, '', 0, '?'),
(0xceb5624a6e88a62a2f96831d83240d4e, 'wp-content/plugins/wordpress-seo-premium/src/actions/ai-generator-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/ai-generator-action.php', 0, 0xad4ca22163893b896b6bf10a292bed07, 0xad4ca22163893b896b6bf10a292bed07, 0x753fd7a22918dfe7d5ee4c7d986edfe0bdb06b2acdcb87c54b1d6b0ed5d12728, '', 0, '?'),
(0xceb803b6aa20e72c57e4c490433817e5, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js.gz', 0, 0xc713925d8971de0aed33fbf233e2a14e, 0xc713925d8971de0aed33fbf233e2a14e, 0x17f4013c1f41d757aba703a549ba1613e88cb8708d7bb96e38ffc5a3447c72d8, '', 0, '?'),
(0xceb84b9f68394ddb0fdd2b44deaa13fa, 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x098ee5729498ca81b3db8dd014ce570b, 0x75a4b12fae83b63949f55b5258be613a411806912e2637a4d4f47c67003930bf, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', '/home/abt90iranbet/public_html/wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0xcec6fbb2e8f560a2b1aa74c874ae2582, 'wp-content/plugins/amp/includes/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x41baa3be80c67f1d28da1aaa90f003e9, 0xfabbd3e17f445c5bc149658f3ff042c625bbe043617eadcc73e4e79e5f3ae270, '', 0, '?'),
(0xcec835c846d72c9e59da9a2e31d62e94, 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 1, 0x00000000000000000000000000000000, 0x57487d990516e79086f9b308b1416c7e, 0x0e1bae92d7eb1b0232ccafaad3e6ba25533dda74d888856edaec3df157021063, '', 0, '?'),
(0xcec92ae46c54b3ec48c9bef1b3e20c79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_6.php', 0, 0x89f743b4e7d7213f23c1f892c63b436f, 0x89f743b4e7d7213f23c1f892c63b436f, 0x781f90f733b574ffbbf5322c34d0e299410ff746c9ce7c9ea3fb95d08b578857, '', 0, '?'),
(0xcecf2bd46912c3281fe69ece24aaa399, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_panel.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_panel.png', 1, 0x00000000000000000000000000000000, 0x7f0beb979be1d91b82439ce35bca15bb, 0x69d6e20dd3d52000d2e4c9de6b47a7b7331219c878aad5d68c35a27b3dbe81b2, '', 0, '?'),
(0xced338a55b5671163e195e12cc66e8fc, 'wp-content/plugins/updraftplus/js/tour-1-25-1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/tour-1-25-1.min.js', 1, 0x00000000000000000000000000000000, 0x28161a287cf889dd7f4c4cd7cb253651, 0x6700174a5b8e31fec0b00146d7403b25fea93658fa31e25be2f4873705f22703, '', 0, '?'),
(0xced66c395c7155b57b7df8da34a2b433, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_4.php', 0, 0x275fb13e21325aa53e8ee23fa0f4eaae, 0x275fb13e21325aa53e8ee23fa0f4eaae, 0x73d414939574abaec0f9878c4590fe57fd698f3fd2f6b166164ff260deda7e56, '', 0, '?'),
(0xced91ca8c2316e9b5dadf069d308b1c4, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_categories.php', 0, 0xafc872fc6e5b59975b94a1d6b1e5a81d, 0xafc872fc6e5b59975b94a1d6b1e5a81d, 0xa991abbe61ec5323ed8ef4a9e88eabd2a941ffbd238ca291955bb0c934d39480, '', 0, '?'),
(0xcee414977fcfffc9018faeaa0a178c50, 'wp-includes/blocks/quote/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style.css', 1, 0x00000000000000000000000000000000, 0x2941ccbfaff0ca3c811c3adfec3e4e7f, 0x99ed954fe31e2fe20abbc62f471cab1522ef73ce81bd52c88c77841bbcdd657f, '', 0, '?'),
(0xcefed242d430b47ff614e469607a7a0c, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 1, 0x00000000000000000000000000000000, 0x5d6f52ed08dffd2c88104b8019bb6860, 0x2050e0955e1b6296813e0002aa57d6c08cac43eb781694f9327bc746b922f09e, '', 0, '?'),
(0xcf027bfa38a17f9bb5d918ebcdb452eb, 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-1.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-1.json', 0, 0x226bec3b05b1db989be23321f0dcf875, 0x226bec3b05b1db989be23321f0dcf875, 0xfe20ecd65a2dd49b4f05785f9f3727512cf8b3b982888df914d4fa143556f4dc, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0xcf036ce1cf63fe70061e97839a7a2a41, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', 1, 0x00000000000000000000000000000000, 0xf293e2a76fe9863661260f50dc636508, 0x38c5555a5cb16eaebfe90c17b69e0b5da58571e4981daccfcabe564b788cd985, '', 0, '?'),
(0xcf05c20a00db307bff0ec29af182eb8d, 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 1, 0x00000000000000000000000000000000, 0x99d43d827d5ca22755a43cb8ca7d4d24, 0xd6913e29f7570ec8301690f06d1da0d8bcf828f7ef67080538ed2eae9b9fa7e4, '', 0, '?'),
(0xcf0a81613096898a8819ed38e3e4affd, 'wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php', 1, 0x00000000000000000000000000000000, 0x22288bc80da72be39c1db9db7add0554, 0x8fc027af28b60dca5695bc34cdf3de9d09920ad89b7f88f7fd8befb80e105ca6, '', 0, '?'),
(0xcf15a4aa1ff1dd48a821f3f0f666d15c, 'wp-content/updraft/themes-old/twentytwentyfive/templates/index.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/index.html', 0, 0xb048f307ae5e2145b9cab7a5096dd604, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xcf17321d230b88b4c93f5b7e44e8c728, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/migrator.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/migrator.png', 0, 0xe9873e87105e88055d22c62220a35e40, 0xe9873e87105e88055d22c62220a35e40, 0xc60846ea35060e84323ac5ddcfd2837bcfca505135a5f12eb5ee297d7a000977, '', 0, '?'),
(0xcf246091b797bd2386ac2d9cdd8acf2f, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_pie.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_pie.png', 1, 0x00000000000000000000000000000000, 0x4845b432570f333a6c0af79f6aa5fd7e, 0x0c6cf38e93cb9a6743d3b581e6d0933f66afd020011aa97582dbe34ac0463284, '', 0, '?'),
(0xcf246f03f4b76a134a9941d0b849ceb2, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', 1, 0x00000000000000000000000000000000, 0x37c0fff798bd543c13a984c7752f74de, 0xc45c247d1f201386c28d67296e690ede33cc83c18adad1a1d88194acf63c6092, '', 0, '?'),
(0xcf27ef700ec3e9b1870296797784f7a8, 'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 1, 0x00000000000000000000000000000000, 0xba8d154465f7fd15e2fc2ced6dceec90, 0x25a5629652343437a05481d3577a0ff23fb2581f120536ba26b10cbda6c2cb2e, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0xf487fee36f83be7f288e49be46c54b12, 0x06e1bac3f4d94ae9eb46b8dee6f49fb29ec86ac24df49d8388cd383287cefc3d, '', 0, '?'),
(0xcf2ff7c5b2009390605926fb4b8031f3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_6.php', 0, 0x766d1a658c3603b5c61a16b81669ab8f, 0x766d1a658c3603b5c61a16b81669ab8f, 0xb0897631dbb7a7e362dbe1971de5441a4a4c74352b0fef296e954c32b648257e, '', 0, '?'),
(0xcf3236cb36dd2309535b0b68285cb2b5, 'wp-includes/css/dist/block-library/common.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common.css', 1, 0x00000000000000000000000000000000, 0x5e7cbb270da1ba2e0635993ce2954bae, 0x10281fe025d58c47a541a10382053f8f709682c48fb0c6320b3de5d4539c46f7, '', 0, '?'),
(0xcf35df643e05d0226891f7a551ffe3a4, 'wp-content/plugins/elementor/includes/controls/groups/typography.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php', 1, 0x00000000000000000000000000000000, 0x455effc20a22622faa72f540c49938e7, 0xbcdbae2fd341dda38df518a7b987c256b14e0d71ad49d7343d94edbb52b80c56, '', 0, '?'),
(0xcf36b421bf9397ce3ce92cce5fd63565, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import_no_content.php', 0, 0x670f6c079268846e8695da4d1aa99d97, 0x670f6c079268846e8695da4d1aa99d97, 0xe93159549fdadfce4a747fb10007b40f5626af6c6b6adf4ee184f9ea14e7d0b4, '', 0, '?'),
(0xcf383cd2415f5163f6f6958eec89a63a, 'wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php', 1, 0x00000000000000000000000000000000, 0x2893529e9c5e8a443340175c918a35d9, 0x9dd894f32986f577501b95f4dd5fae98f9da18f8114caa700b8a8d570acc7d7a, '', 0, '?'),
(0xcf398d228350eb6d31f325a3722ef65e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 1, 0x00000000000000000000000000000000, 0xc586ac5cfe067afb3ad9b0a8d2ad5075, 0x8406519414d83a9b12d312b35b4a790fbd925fd197f2886312c2ef82ca56bf1f, '', 0, '?'),
(0xcf3b5bfac1f6942e12c619b3f961f009, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_import.php', 0, 0x98d71af4a33ee5b9199447da8a50be56, 0x98d71af4a33ee5b9199447da8a50be56, 0xce4b174ae8b6240aaf39cc557160f66410cf4232a76cc58a808d2a02f207e788, '', 0, '?'),
(0xcf3d42707007b2d101b2e9db2f7d90fd, 'wp-content/themes/Newspaper/archive.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/archive.php', 0, 0x3bb1d7a816d575743fca6072fc550860, 0x3bb1d7a816d575743fca6072fc550860, 0xae30f9f4b02349c922c43faa3d9728e79d7db549abb89a4c1020f93f21597cc4, '', 0, '?'),
(0xcf3f1c9deb576c347d67eec35dd61ba9, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_8.php', 0, 0xde091a6c6bbe3556c24f13b437541184, 0xde091a6c6bbe3556c24f13b437541184, 0xabb957dc49e4c0db231bb7dcf0babe2be9d667b7a80dad86d17bd750290a571d, '', 0, '?'),
(0xcf43d84a2f5fb631b1ed2e574429831b, 'wp-content/updraft/plugins-old/updraftplus/images/updraftcentral_cloud.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraftcentral_cloud.png', 0, 0x6ab6f4a5ffc600df3b3e3b884a48a92d, 0x6ab6f4a5ffc600df3b3e3b884a48a92d, 0x5a118448399e9c07c1d42b0ef9b7069f647657cec5d52c1ea8e431c246afec4b, '', 0, '?'),
(0xcf471001b92ddaa060ac078298082a72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', 1, 0x00000000000000000000000000000000, 0x65836433bc31f9aeaea53498bc1a8884, 0x6997da512272eb4cfd3d5159c424ea7f21a2f437bcfc76b094561693fdef1cc4, '', 0, '?'),
(0xcf4ea8ebfb084833e28a0cdedae716be, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f70dcd11a0a18d63b48b6039c1b76d51.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f70dcd11a0a18d63b48b6039c1b76d51.json', 0, 0x156febea96a849f804b535f958a8376f, 0x156febea96a849f804b535f958a8376f, 0x8a1660424ce3aa288cc17df0ba34cb55e331a2dd227007952d0640ac14469b54, '', 0, '?'),
(0xcf51c7f4e9ea32afd516ea46d72dfbf3, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.png', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.png', 0, 0x86a697d6929d7de5f46583ec7089b32a, 0x86a697d6929d7de5f46583ec7089b32a, 0x415eaf03e4efa12bc7ebadc1e22178b2d285335dc0ba8266f4b4767d198a0d1c, '', 0, '?'),
(0xcf54bab9bd3202f564afbef46722c97a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 0, 0x732c738571d49fd400dfad96e5623fc2, 0x732c738571d49fd400dfad96e5623fc2, 0xc9cc6156be886c4b0bad7e96573921132141df195c0681e534a792e84f67addb, '', 0, '?'),
(0xcf596004d1dc8238d607756115b1e359, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_trending_now.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_trending_now.php', 0, 0xeb89ef176c9454ec4a3be2ae9c005fe9, 0xeb89ef176c9454ec4a3be2ae9c005fe9, 0xb932060b5818d5c5303cc38f0e50a74d3a14bc6955463505ea8c854c902ce883, '', 0, '?'),
(0xcf5d512a0368b283f54ae5ab3342f67f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_audio_meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_audio_meta.php', 0, 0x7ae356a536a707faacbe661068cd0a0c, 0x7ae356a536a707faacbe661068cd0a0c, 0xddafb88c762e750cd3ee23350466fa7892c872367996e91734d8aa5aa669cf7a, '', 0, '?'),
(0xcf5f71205e11a1c73ce038efc73ae809, 'wp-admin/css/colors/modern/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors.min.css', 1, 0x00000000000000000000000000000000, 0x4b2b646cc79084730dd8cdfe08ecb7a8, 0xd55fc0a754ac247c665e4428b0ad23ab2f08582aebf22a345930362344c6be95, '', 0, '?'),
(0xcf614b1eca0c76c9eaaca99546e546f7, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', 1, 0x00000000000000000000000000000000, 0x7df833be677c61c095c0f00109c061b6, 0xced975f940dd28430fb539983e30cd28b630a9ee24238c74052584c80f4833a4, '', 0, '?'),
(0xcf6155dc9d2959042925941b27e95f7a, 'wp-content/plugins/td-standard-pack/Newspaper/attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/attachment.php', 0, 0xc5bbeec130b4d59f8f478e24a3959152, 0xc5bbeec130b4d59f8f478e24a3959152, 0x3935c31ac98edcb6559026bcb2ae6918e203d17f2125da46904899793995f700, '', 0, '?'),
(0xcf63dcf7c938e9bbf4dab29a9e24156e, 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0xf946d3523e8639fc81ba03c368b493a3, 0xaf14c9de4fc2f391b0c9e9a5a11b291e81837108d338a8ac7b2ad7dcb5955160, '', 0, '?'),
(0xcf65e3f06db6f68f4b3767e294176175, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php', 0, 0x936d2e855cb2afe1f3854a7ac2f850c8, 0x936d2e855cb2afe1f3854a7ac2f850c8, 0xed06833a6d735ea46aef12db965564f63b4fba625f93f253fd9318624abe8972, '', 0, '?'),
(0xcf67272ffa2c316fce977cdab4d4db5f, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/subpages.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/subpages.svg', 1, 0x00000000000000000000000000000000, 0x2a0b81c13c92b81efddac23622935513, 0x5b486a674b81b7b3d3acee79f0e353c93198992ffde5b20c9ae6115659dbf967, '', 0, '?'),
(0xcf686f347b4696f05d3fcda2731d3f5f, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', 0, 0xe9f29e65eaaeb24935c5f0367b963455, 0xe9f29e65eaaeb24935c5f0367b963455, 0x5d8fda7e8ba5a780478b39f6c8d9abab03a9eb712999ce07ff5d2c64ad0c0c98, '', 0, '?'),
(0xcf69c082faf98ffc32fd2cdb63f13536, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1_no_content.php', 0, 0xb758b7c134f26f09f521fd9efcc8fd4a, 0xb758b7c134f26f09f521fd9efcc8fd4a, 0xd83339a9219030886482dd9498c285cd836da0cb97046fa4f3fc0cdec90e4ed3, '', 0, '?'),
(0xcf6e0ad1ba22f46945db01b27a6159b7, 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', 1, 0x00000000000000000000000000000000, 0x947ece24fa6f3cb8199745d825fd5b9c, 0x930442804af0d4ee6808723b8360c327c9b16a5265defbf578b16cc6048799a3, '', 0, '?'),
(0xcf7327cf6517583d40aac66e021c4a27, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php', 0, 0xb3fb9ff30a9397cbd4e3d6c0b2780da1, 0xb3fb9ff30a9397cbd4e3d6c0b2780da1, 0x66b689caa8a7bc3847837cbdc83df91ff1a64b4cbd0efcc54516bf8b2f912ae4, '', 0, '?'),
(0xcf750b50f81cb6232cff1b1b30ac19e7, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-written-by.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-written-by.php', 0, 0x8e1dbb8af1421eca0e1b0782fb9df3ec, 0x8e1dbb8af1421eca0e1b0782fb9df3ec, 0x78ce7b6d4dfa6f169b890a99c1944bc93c1a028b438e7faf49c1c8336a4bfda7, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', '/home/abt90iranbet/public_html/wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x75a8908136eb7cba94741f4a34bf31b4, 0xe083e2a042eb3bb5f104bdf84dd93702a905df838006e10e5bb239199f3c2fa0, '', 0, '?'),
(0xcf7e9333af9163ad7199269c3acaf1a5, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 0, 0x41f1308b456fdcb122996460d8fe3140, 0x41f1308b456fdcb122996460d8fe3140, 0x9704083f7503871663d02f801ba74f520fc5028a24ec092e922a765a937aa0db, '', 0, '?'),
(0xcf7f0eed1b6783820192f68d52c24ed4, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', 1, 0x00000000000000000000000000000000, 0x20e2ae86fe3c929fb65f1f6a533c4aeb, 0x120623f7326b0ef59a36e4bb4fd8804307d94a6c78854e33bfdc6d3931423415, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/image/plugin.js', 1, 0x00000000000000000000000000000000, 0x8a42170c8d0a801b34d85caab530f03d, 0x511eb876f6a99353493e3b34be8e3110fb25bb7266ef2440cf70d4d8f8115c6a, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0xf97de333d4ad345ee573dcc69bf62fd9, 0x21832145796c6edbcab35660cbb8f6863177c839bc3d54abd5179bf004efa8b8, '', 0, '?'),
(0xcf8a5977d4d7b915988c1f45ad8147ea, 'wp-includes/blocks/group/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x3301836a43804fd1ba7d926078ddb0a6, 0x0480fb4743f1663053ae226873c9e71170345975521b1a16f6ad24e0c578714f, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/blob.js', 1, 0x00000000000000000000000000000000, 0xf601295d3262041eea36d958fb15a309, 0x867fb15ec42ed425304923adf4987b9cf8c5af50c341185e291b41f68a2008f2, '', 0, '?'),
(0xcf9a9afbc8be5a3587acc7ba8ea1adc0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_7.php', 0, 0x95b4f597c9c10a357154d0bb81c5f14d, 0x95b4f597c9c10a357154d0bb81c5f14d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xcf9fd74895ef617f58162f72fa6bd752, 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3.php', 0, 0x7e4972203b84cd3b3c0919ec9fd56e38, 0x7e4972203b84cd3b3c0919ec9fd56e38, 0x2a388fcea966ed7657469363a79f89047685a3d9356952cc4a1e696e4b4df367, '', 0, '?'),
(0xcfa1c0aa694bfe277925aabf49f46774, 'wp-content/plugins/amp/assets/js/mobile-redirection.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.js', 1, 0x00000000000000000000000000000000, 0xd9da6c8ef0da66a1a81aeee95d9b45e1, 0x522ad81ef67775fef55aebbe53b38033921c4544175e96064e2ff80f06efb992, '', 0, '?'),
(0xcfa6c261724e78c46e0824534acde69a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php', 1, 0x00000000000000000000000000000000, 0x01fd251b325c11e0a9dd57a809640686, 0x9da14ace78120351ef7eb0fb78c4b442f3104c33dbae09f5813fedc6775fa9d0, '', 0, '?'),
(0xcfa97d2f039f194ae4c241d1ba4a3388, 'wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js', 1, 0x00000000000000000000000000000000, 0xe3ca7b36e71c104b104d8cfb778615a3, 0x1e12fff993c50ab6f003b7c446a5d0b42134d46900a62ece1a6fe86f11b205e4, '', 0, '?'),
(0xcfaa3365943eda4d2912db66403ff85f, 'wp-content/plugins/kk-star-ratings/src/functions/filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/filter.php', 1, 0x00000000000000000000000000000000, 0x0fa9c3dcb847f48e65d875e87d336a38, 0xb0239c455921e5a6944e396ba2f05e3b7e6c9d0a2bbbef7407f1cfa2be6e816c, '', 0, '?'),
(0xcfadf9af9dc9213ab663f7329a74f970, 'wp-content/updraft/plugins-old/updraftplus/backup.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/backup.php', 0, 0x2a021b3b89eff44d361e5f2af4749c7d, 0x2a021b3b89eff44d361e5f2af4749c7d, 0x00e9f1d8902527b928ed8a4e895b0081d25f9be688ba7c025e69f8771a08c1f7, '', 0, '?'),
(0xcfaf5e0205ac02aa7e74bec5b34cc9b4, 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php', 0, 0x8b8042e0e4b2bf6cc72e947f68c84a18, 0x8b8042e0e4b2bf6cc72e947f68c84a18, 0x73731ebaf3e191be06a443935102e38b55485d0383c637d2f407602438d538b8, '', 0, '?'),
(0xcfb4f71d2f472b39ea90296b931c1b59, 'wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php', 1, 0x00000000000000000000000000000000, 0x1c6adaa2826b003a96e7b0eafee1eb00, 0xc949d51a85b25a8c3c32836afc114811db641be0d01f7eabc597ec28dbe8bf6d, '', 0, '?'),
(0xcfb6633a8d7b863acb9aaf7984570f6b, 'wp-content/plugins/disable-gutenberg/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/readme.txt', 1, 0x00000000000000000000000000000000, 0x6d6aa9e93eb4c16733a3e356b594db35, 0x35a6b9ba0b56416eb9897bb32f488656dc11ce416d9752c95cbd2bf11f509521, '', 0, '?'),
(0xcfb9ceeb5ddd89a9e17c46d6a220b027, 'wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_2.php', 0, 0x8b3c94194bae3ac1506235644596e61c, 0x8b3c94194bae3ac1506235644596e61c, 0xced7904511ce0b140cfb0a146b68713d1aed85bbc3c9be1c82b0882321ed41fd, '', 0, '?'),
(0xcfba3d85fe29ad98c6b380d47b3e15b0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-5.png', 0, 0xcb18719405a027b4dc69e3e9dee87a25, 0xcb18719405a027b4dc69e3e9dee87a25, 0xd89948f9a8f7c52ab895d51c03a14cd881411bee6bfcf0476a96010e28319e0e, '', 0, '?'),
(0xcfbcfdcf0a7806d4a180c5fa256542da, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 1, 0x00000000000000000000000000000000, 0xf183dfe0537eb3d9bde04344b4e5cecc, 0x22cf1a9106dbbb62fbf39cfaca169b5bf4ca24934de164972f83ed8da42ee77a, '', 0, '?'),
(0xcfbe5feb59e327ac4a9d0839312e4ff1, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_disable.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_disable.php', 0, 0x48bcee0184922b7aa4e569bd1c98a1c4, 0x48bcee0184922b7aa4e569bd1c98a1c4, 0x03c099fbc3afab6076b9c27f3990c5f53ab82a03be05598640da2d0d91ebe75f, '', 0, '?'),
(0xcfbfcb19ed616e174cb612fad87314d4, 'wp-content/updraft/backup_2025-08-03-0325___90_1bb18b2f4de8-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-03-0325___90_1bb18b2f4de8-db.gz', 0, 0x75a4bf7c6f6ecdf1ec19ad98394a1cb5, 0x75a4bf7c6f6ecdf1ec19ad98394a1cb5, 0x8d185fa29391db289ec77333097309da07799c47327e7004dcb22f9e810493b3, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x311e5f489730acede25553c3e14068f3, 0xc19ad1dbeb0b0ccf5fd895d7dec94ecd9eed04bd96ec31892ae3d6c79c03fdf6, '', 0, '?'),
(0xcfc7c4662fb42c5c21ce040a8b1c0ad5, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', 1, 0x00000000000000000000000000000000, 0xae861acea89ed34adce0e0d5eddb9e87, 0xba69d0388df0df133fa21f194132d9509c64afd07b0fc9f691e62b18c2263e5d, '', 0, '?'),
(0xcfcae6e411bef7bd3573236fb3779952, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', 1, 0x00000000000000000000000000000000, 0xfdc2c67863f6a14d1d28e33c17ae3540, 0x22e3ff4c65c60679f3a176c5567b6a7b1318b20b2d9dc32b40037f462ea65206, '', 0, '?'),
(0xcfcc94191bd1e8c16dced20446cfab99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_8.php', 0, 0x9f8e457ca0dbfc4a5850b23a8781a631, 0x9f8e457ca0dbfc4a5850b23a8781a631, 0xb46dff311940ab7cf62a53e1fb6b2615671a645f2f915671d613aceca95fdb9e, '', 0, '?'),
(0xcfcd89ce080b3ae34bb6dd6de827a6b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_5.php', 0, 0xf18221244b43dcb3c75595e4881dc3f1, 0xf18221244b43dcb3c75595e4881dc3f1, 0x1825a10a817fb7406b825a7980628e47e4a185488395f44060326ea099893d67, '', 0, '?'),
(0xcfd1c00c4d02d09b9999cfa37e262490, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 1, 0x00000000000000000000000000000000, 0x53bd4be4626f02dadaae59080e5f14fa, 0x7a7e0aec9786cff9bc074e844eb1daeba5e68121d8cfa1b78bf9abfd640e0f8e, '', 0, '?'),
(0xcfd2786185df55882308d017261d17b6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_7.php', 0, 0x01fdb9d643da19b5bf3d992f6406cc34, 0x01fdb9d643da19b5bf3d992f6406cc34, 0xc5ac94e50f6aa6bb663ef74b099840fdc8e7ff2960fb7ea3627c36e0bc2667fa, '', 0, '?'),
(0xcfd3e4d8f212b4d70a176310fec7d099, 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php', 0, 0x8a8794f5684648aae71f6ae89eaeef75, 0x8a8794f5684648aae71f6ae89eaeef75, 0xdf6364543d45ba8ecb93aa23e2b21484763db5b8aaf0a088370cfa8ec690f851, '', 0, '?'),
(0xcfd557bc24356a22f3c77ba2c35fb137, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php', 0, 0xc3e592163e1fca84a79d65732eeb0317, 0xc3e592163e1fca84a79d65732eeb0317, 0x8bd40195cb6d1fb4187ad578042efc4b13e2ca3ae0f323cdf5e84724fe0ce1fb, '', 0, '?'),
(0xcfd68e36fc0c1c6239aa61c123732b57, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 1, 0x00000000000000000000000000000000, 0x5a799fe3c0ed8050f8841239303211a1, 0x0d8b77b11959fbb10e0b3b1c4f27f86c2f3747f74b7fbc4605a080a5a084b889, '', 0, '?'),
(0xcfd71280794b76e701d32ef91a10b111, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x3eb911845fd03314f5d14e77b00c23f7, 0xe0c7a504e3029d6d5a7a2a2c3d3a0abd13d92de83399990e7ca3c4f92193e3df, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect.min.js', 1, 0x00000000000000000000000000000000, 0x6bdd4dca7cb09218e1860e6e0ca8a823, 0x8a748a5dca5c94e0d738d930af3dfc0029345a3805abcc78e68630ecb78b2031, '', 0, '?'),
(0xcfdd9a1dbb792e00e5f61ed89ca869fe, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 1, 0x00000000000000000000000000000000, 0x6e8f3da72c6d5df3e971ee62c48e8caa, 0xe429adc212c83085e55dbfa498b9ccbc6b7656bc6d609bca10a76201900b526e, '', 0, '?'),
(0xcfdf8eb59a0d9aa9ae2e671126c51ef4, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css', 1, 0x00000000000000000000000000000000, 0x2108262303774a1a8bd411a0b7d56446, 0x47d0177dcbe88b4e419859f29db79abc9c200f164d9e8bb8ab2df1f08062c837, '', 0, '?'),
(0xcfdfca552c24e709d4ea236df1ed66c8, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-pricing.php', 1, 0x00000000000000000000000000000000, 0x32a00dfc115966fb950a4f9a053717fe, 0xd06acbd71a5f54d0698362a08cfe443cfcafef854469b78d549856eeff0516f9, '', 0, '?'),
(0xcfe3533c43a3d5a7180e159f3667bf29, 'wp-includes/Requests/src/Exception/Http/Status408.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status408.php', 1, 0x00000000000000000000000000000000, 0x4cfad9c8e2c75d70c3a6d68a114bfdc9, 0xab137c1367d52b197dd5ba4977f4ab0f79eb1f546c664f0da2c64f9c64ee98a0, '', 0, '?'),
(0xcfe52883576b440cf78c7bec668f2ec5, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x10e09767d69e9dfb287a24041c492c8d, 0x3d83564fbdb680d782559896045f5067c51e044b8ae6a1d6db95ab7fa6afbe6c, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', '/home/abt90iranbet/public_html/wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0xfb0e91b62a75fb032e79652e7df15a02, 0x372f397c1430d74714afa00e62fdc5577e0f86b2fb7ee0abc6de2d0e40b9c10d, '', 0, '?'),
(0xcff4c160b507744e859f93d603d2922c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_1.php', 0, 0x3e1ef0fb7d31d51c5dda64a1d19fa246, 0x3e1ef0fb7d31d51c5dda64a1d19fa246, 0x16a8c491994bde75498639f46e88aa3be87a42bf50ea32d75a662de24315181e, '', 0, '?'),
(0xcff53ccbb7e90375a592a9ea519aafa3, 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 1, 0x00000000000000000000000000000000, 0xf65820ee67b975faf8d2dac5d8674af1, 0x89c1144e3fab2993f864a84424e08ccc18d17a5bb4166d9ad99a76950919b04b, '', 0, '?'),
(0xcff65fb58e80856f3490c1eb705d751d, 'wp-content/updraft/plugins-old/updraftplus/central/images/ud-logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/images/ud-logo.png', 0, 0x43ca6ac0ba4dd5f5a0d193a627cb905c, 0x43ca6ac0ba4dd5f5a0d193a627cb905c, 0x77f67910421ba53162749ec803578f9d226c25a9d974299b51708b2c4a62052e, '', 0, '?'),
(0xcff89b0d6e049aedcbb1c5d7d95fbca6, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter5.php', 0, 0x2b406a13f24d8b5c934417905f0a9cce, 0x2b406a13f24d8b5c934417905f0a9cce, 0xa13f3c220f26e0c7cd4c507958f941d5f8eb879fe76f88de7c15cca92c6260a2, '', 0, '?'),
(0xcffc10f45c549fa8400f534fe17c6d02, 'wp-includes/blocks/audio/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/block.json', 1, 0x00000000000000000000000000000000, 0xc6c19c8a3b348a4c255e6973b231de41, 0xce2be3a68d262b2e564f861bb2da8f99b0fb56b151231aad9169a4965115c2b2, '', 0, '?'),
(0xcffdbd882910b59dad40a78cbfdb6055, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js', 1, 0x00000000000000000000000000000000, 0x235eae42b7ac017867d4359c07b2f2c7, 0xc91b28300e7136ca66fbedcd253a42b99be929433f31d2bd277962da3185036e, '', 0, '?'),
(0xcffdc7afba332c41eda595ebaf2c4e9d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/pinterest.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/pinterest.png', 0, 0x4711ec13675e8d376031d29c21c93137, 0x4711ec13675e8d376031d29c21c93137, 0x214e68a04ed29eb919ee5a7fa2336376c42704f73ac704fb6266bc9808d718f5, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0xc7f3dbf22f6f7455626905cd05b283ca, 0x2ecad4b2b24aed5fe499e79eed502cf04834f3147f41d8f6f3cc0fd56c598705, '', 0, '?'),
(0xd006aec5f43542ecdb15b9c1f818ad07, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/12_12_high.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/12_12_high.gif', 0, 0x1391370e4af0ec706a715fbe3d033c4f, 0x1391370e4af0ec706a715fbe3d033c4f, 0x2e69a55dbf0dc1f517a7bef0c2d1bfb0a06ce1c30a2148ad19947f41149fa893, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x4d01e3a3582291a0c6b717bb55825d5c, 0x2aa43596c59301ade12c10159ef4567582432a825feff5f46f310a50439c0d46, '', 0, '?'),
(0xd00b8bc7d9dff86591578b0f609478c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.svg', 0, 0xb1ff989928c7182a25e8b9c34ea4233a, 0xb1ff989928c7182a25e8b9c34ea4233a, 0xa73f96299c95fa50e5abee09a708a390e3ccb6c287f00baf281df3ff0d1e2282, '', 0, '?'),
(0xd00bbab669012e2a60355d460c8792cc, 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraftplus-encryption.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraftplus-encryption.php', 0, 0x0927eb7d984dc8b893913d581a507fa8, 0x0927eb7d984dc8b893913d581a507fa8, 0x417d107d0fb228c54619e78593a7489458aa8db09aa6cc4ce29cbc630cefa237, '', 0, '?'),
(0xd00bf7824527749e70eae0af939de50e, 'wp-content/themes/Newspaper/translation/de_DE.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/de_DE.po', 0, 0xb6fe80838e56e614e8e0d9e8c2ef321c, 0xb6fe80838e56e614e8e0d9e8c2ef321c, 0x32aa21cc738fcd070e8497b4ea4e334d527a12575b3d9c32e4df73bde70d6fba, '', 0, '?'),
(0xd00c588503512881466a33ba2bbfefc1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2_no_content.php', 0, 0xa046bf7176b2a046dde517f9d1f83120, 0xa046bf7176b2a046dde517f9d1f83120, 0xa80455c1fb1313d029a494487cc61df7492e5cea0fd28e0fae1e95ca809b40ac, '', 0, '?'),
(0xd00cecbcfa02a682046773988629dd85, 'wp-includes/blocks/latest-posts/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1086bfa9ea1fc14937cc435e3b130222, 0x49eb2caa53255f2318f952613ac769cd6b1af6c23ee7fea920508d3ce61c10ad, '', 0, '?'),
(0xd00e28f485e71c630460c3d72cc76dbe, 'wp-content/plugins/elementor/includes/controls/tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/tab.php', 1, 0x00000000000000000000000000000000, 0xab84efca4214749edc9cb6bb7e48596f, 0x0071c1e760a22572f728acc799074b8b1139bd2e7ca13620f50f5939e1d4aa82, '', 0, '?'),
(0xd00f21e58b440c4a05fef2924aad5531, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_10.php', 0, 0x1d339056c456ba36b3b39d5601f370dc, 0x1d339056c456ba36b3b39d5601f370dc, 0xb969b3c81af2a42278ae9dbde4dfbbf4993ae45615bb5fcbaacd81ab25a63d7c, '', 0, '?'),
(0xd011a24d4025f16c483e4684b327e486, 'wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php', 1, 0x00000000000000000000000000000000, 0xd73018a990a8300ab3716e1fb69103a4, 0x1651165732bdf6d84cf779cfecc3193a7cd8fb404611780c65f9268d47eb49d3, '', 0, '?'),
(0xd01305ab709733b455982c721b782a33, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2.php', 0, 0x474e644c74895d02059ae5c26a5c0535, 0x474e644c74895d02059ae5c26a5c0535, 0xb1ee1f6657b1b758e74cc96d6ee57c28326f66fc9ee57fa83ad5fd11da795d12, '', 0, '?'),
(0xd01b86c7d2e4b4cc5b5a0bc7522fd817, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_6.php', 0, 0x523cf32eb046f8efc5a6994bb56e27e1, 0x523cf32eb046f8efc5a6994bb56e27e1, 0x9364d4770d533aa544506a5409a5c0ff40dd128d3070031d45703c456f909d4f, '', 0, '?'),
(0xd01c565553cd966dffb0e1b18ff7b912, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/siblings.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/siblings.php', 1, 0x00000000000000000000000000000000, 0xd08f37db08bb98f9c159cd8c7ab70aa1, 0x60ec676ce19e83a13a6a2c0163d0344600869908e4744204cd6874be8b8fc5bf, '', 0, '?'),
(0xd01cb5860e7e8b317c76e55fb1a6eb93, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md', 1, 0x00000000000000000000000000000000, 0x865c786f25692c9f6772254571eeaf35, 0xa64c0facad6875e31b24d54b70b182288a3a4ef28794cc9c8a08060ae7ec519f, '', 0, '?'),
(0xd020b23b0fed6c0558879cae92b7c4f0, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.mo', 0, 0x0bb0ab9d10094f2e1291e2adb75766fd, 0x0bb0ab9d10094f2e1291e2adb75766fd, 0x03fbb5551c6d172871c50342970c29896a16ef39e3cc2f76e088b1b50166d8eb, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x1b7912a85701fb307b58e56ea75aff30, 0x19c500410256f08c525888cac895ca7edc18e164a7135eed2f2985144052f2c6, '', 0, '?'),
(0xd02ec50b9d3e3c02c232839f8733c9a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_10.php', 0, 0xffb40ae913a07ee9009046310e53f3ea, 0xffb40ae913a07ee9009046310e53f3ea, 0xce714279c51277f4ef6a5571bb39ee56bf106092e31446aec299a38b1697f21c, '', 0, '?'),
(0xd02f4ea7e3d763f1a33adcca095a4dc9, 'wp-content/updraft/backup_2025-09-20-0406___90_0b05bf515f79-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-20-0406___90_0b05bf515f79-db.gz', 0, 0xd397493937683ce6b8f3603ff1fbf7b6, 0xd397493937683ce6b8f3603ff1fbf7b6, 0x2195eb5425dbe5dcc43b76aa1330d62544774b0b42a748f18301069c66866822, '', 0, '?'),
(0xd03270ae7e29a6da28ab2f708c27a66a, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x07f871a08c4e74b122700f08d62cd2d5, 0x3b506f9c6dd262f56f930fbbf3669ffdf13da40d738c974080a0d1ebbbd3c9e2, '', 0, '?'),
(0xd0352c66931519ca910933934c06e8fa, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_categories/td_get_category_section_by_id.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_categories/td_get_category_section_by_id.php', 0, 0x8b6ffb315eb4bf17e1211b17224781d9, 0x8b6ffb315eb4bf17e1211b17224781d9, 0x560dceb0d17a9fc2b6f7a8372f69c8b13b826bde58112f3cafeddb7cd7d23110, '', 0, '?'),
(0xd0373652f856ce2c3a4cefdef58c4001, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', 1, 0x00000000000000000000000000000000, 0x49f3a140ba1c0e7c14d0a6caaaccf62d, 0x29b7d3daf896be2e2148501ef283cc9ec7c87398684933fe8c4637b6600cb242, '', 0, '?'),
(0xd03853bc0794c0c63ef60ecf57976d8b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/notifications.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/notifications.less', 0, 0x212e60f7944b72116d6be1ce204b2cea, 0x212e60f7944b72116d6be1ce204b2cea, 0x3c1ce69d54545e49a33a224b1724264e526024da244b59b6447d98abb65fa46e, '', 0, '?'),
(0xd03c3f98863e426a5ea642dc0d7fa155, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_5.php', 0, 0x914d1ec2992edc4ad948955055245e20, 0x914d1ec2992edc4ad948955055245e20, 0x7a91bbe82046c4b06de67c41b3991668cc4dca5936f6ca39e480877d8e11ce3b, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', '/home/abt90iranbet/public_html/wp-includes/blocks/archives.php', 1, 0x00000000000000000000000000000000, 0xb83cf2ba3f19821fc6c7016b745cd326, 0xd2f5af6a145f7832d8b4fef27186e387e78a12768bc53f3385037ffcdf639f67, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', '/home/abt90iranbet/public_html/wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0xc5bdade667793cc36fdd7a1043a28a34, 0x6a4cb0fe2ebac7961cfee4bde39f696c3d26c18796a0cdeb450960b5108fa152, '', 0, '?'),
(0xd04404dbf9c7442c56741a9f613ff7a6, 'wp-content/plugins/wps-hide-login/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xb02487cf6e4839365b6783d0711a8ff3, 0xd4fc779c0526f68b15b312a577d4f8326197eda00247160860063d3a3c478769, '', 0, '?'),
(0xd05401c9dc40431739250b161f1969b2, 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 1, 0x00000000000000000000000000000000, 0xf36e981d7ef6654168e8981b21a1b821, 0x87ddeb56868339b162273f4a241180ada339413ea02e90ce54a8102678b28a6b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd05d787a22bf67005a92644e491093c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import_no_content.php', 0, 0xa14ea73545084b1d392f1917f39363bd, 0xa14ea73545084b1d392f1917f39363bd, 0x2ef442a18c7d9823b1913ec7f9e50313be4a91191a9b6e42143bb79590ed2e16, '', 0, '?'),
(0xd05e25d289cacd9fdd65d288e88c92d6, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', 1, 0x00000000000000000000000000000000, 0xc043d2fef42c0d44d429099e108b100d, 0xa4864323a0a8dccc9579ee6ebf62b556c35e580948fb62b2443045e718fa9831, '', 0, '?'),
(0xd06163a0d4497dcb66109cc884e5cdbe, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 1, 0x00000000000000000000000000000000, 0xcff38bf1fcfb183ae01cb486e30c21ed, 0xc8bbbfd3d9ad93f933b5f8bfd85d938d4a92a53733ff2a70aa5a4007844cf9ea, '', 0, '?'),
(0xd0620ea8d640438de4ecd45514e04f72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php', 1, 0x00000000000000000000000000000000, 0xa30a8108d8bcf73997c3a01d5372e138, 0x3b17256231f59af831f80774fc70c15432f0c9f28a66e9c3098d968be1813cb4, '', 0, '?'),
(0xd0677f7a5f0fb54d017666b2ad7e02c5, 'wp-includes/css/dist/block-library/classic-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xddae75bad8788c0fc332c4ea98563843, 0x3639ad12e1e9f2d853ee24b5cc03420723e76e2e301ec92538d56c462a2422c3, '', 0, '?'),
(0xd067ae918c53a4a9513eebec8d80306d, 'wp-content/plugins/updraftplus/images/notices/black_friday.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/black_friday.png', 1, 0x00000000000000000000000000000000, 0xde08c10f600e50886399189a283077cb, 0x2f61cd6ad512812ff433f192e639fd2f4a94caf82c4a045e41cbfb82916242a7, '', 0, '?'),
(0xd06c23bf78bd43f6efa359ce00b0fc5f, 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-filter.php', 0, 0x7e8488587cb600e3ca1644dbb95f1963, 0x7e8488587cb600e3ca1644dbb95f1963, 0x5638cd7cf18f8bde585bef54a242e0fdcc0fd38e5c74b94c55c3aeaddbeaddbb, '', 0, '?'),
(0xd0704ef648f4cc52d9a1ffe84aad6b58, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import_no_content.php', 0, 0x86dcbf1b6a60d949831dc9e654d4688d, 0x86dcbf1b6a60d949831dc9e654d4688d, 0xd316accd10bac1dd85b21d0e1b3f66d24ad6c902ff902e96bc8c8d7865337d64, '', 0, '?'),
(0xd071c71ddadd2c6b4bb8b1ffeee80149, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xb844efe3f6576c41794cc118045254b2, 0x884762ae8881c61870659a4ae083e61f402ba0769111b18783212f2ac7f082f0, '', 0, '?'),
(0xd080df189c7c61cf42302e94c8c88156, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', 0, 0x156309103703fd7acdf491c014d358b6, 0x156309103703fd7acdf491c014d358b6, 0xd835fae48a36976e615a5b70544023b8037c100793b452e7636940a3f53a688d, '', 0, '?'),
(0xd087a7da5c6fcd002446767adff300e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', 1, 0x00000000000000000000000000000000, 0x257438b3fc45bc2bef650c8361eeb0d9, 0xe5f4f4a8e6dbf829fb65bfee9d4100cfcc9d43897c98edefb948897622744523, '', 0, '?'),
(0xd08b568fc46a4c4d7ac9d8abfdeed1ba, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', 1, 0x00000000000000000000000000000000, 0x9325e9ee533289d4f13fb28f7894ceec, 0xb4dffd68165441e4f0b76ec2ed108c1d9a8e028c9ebb56264e6eeabef3b697a1, '', 0, '?'),
(0xd08f0b798800e94f2d2c4f770327f1d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', 1, 0x00000000000000000000000000000000, 0xd3b161208be4434c689d75b8712774f5, 0xcc202c9ac78ac7ec1db116678f15bf04b6cc1a5f81770b0fcc69e2d8ae2e71c4, '', 0, '?'),
(0xd09087deb32ae231be22196a3e615560, 'wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css', 0, 0x3240a4f126a2e5a3287d6ba804ae9fcd, 0x3240a4f126a2e5a3287d6ba804ae9fcd, 0x9faf01f5cdf0ab66269ab5034721fc453b65a8df6b9ae520d1aa64f51a9d6d43, '', 0, '?'),
(0xd09a8aab9d07d3dbb930d5e220369a80, 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_theme_panel.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_theme_panel.min.js', 0, 0x8dc82207e8da9c93ef680abab4870131, 0x8dc82207e8da9c93ef680abab4870131, 0xbf5739464c0b37cf3a0d16970f9a32af73baa237906e6611a507d75bdd4e55bb, '', 0, '?'),
(0xd09d47a40f91d664a54e3bf280edf6b2, 'wp-content/updraft/backup_2025-05-31-0350___90_13cc0a7aac08-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-31-0350___90_13cc0a7aac08-db.gz', 0, 0x9bb1688376f0fad26e46088aee73c68a, 0x9bb1688376f0fad26e46088aee73c68a, 0x975048f2aa55af781a1775f71e1f7121e55594cc768c73143c7d1a6cd432bb53, '', 0, '?'),
(0xd0a122543d46053aa1aae9d080c50ffb, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x66a20de8d29bc6a6bd4c1f6e5be5394d, 0x7fa6250ca2e74d71dd3aa72487a8aea16c515705bd6f4440e94185306749de83, '', 0, '?'),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xd0a698a89503e25fde8beeafe9cb23aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_7.php', 0, 0x61368f55d3ba950912ac28707fb7009f, 0x61368f55d3ba950912ac28707fb7009f, 0x501042bd374420d8c41ce436e34dc0e00547f7095a74a903134f353d92d96eed, '', 0, '?'),
(0xd0a7d4ad97589edcda1b3ba23d56bf5c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php', 0, 0xbb8734b0dbc3f650055f5c6483f7526e, 0xbb8734b0dbc3f650055f5c6483f7526e, 0x4c548a43606e6f5ffe78bcde116cf9e1bf17347f99dbea53fe2bc9ff42183c20, '', 0, '?'),
(0xd0a92f6e7bfebb29c0ceb44e7bf1111e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0x18037a240979f2b75d4d8efb4f4a2074, 0x4bbcd133fb6346cc6e6170ffebcbcc5911eeb529313101f0b6bd63ad5055f762, '', 0, '?'),
(0xd0a944e61cce3d299c408b97a6b78b3f, 'wp-content/plugins/elementor/assets/js/frontend.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend.js', 1, 0x00000000000000000000000000000000, 0xe2522243bf482cdcd6e3d5d0e5123c82, 0xae8d208d2617736e739a2cfccdba031d574d0786552ff62fbe547b1a6dee8b0d, '', 0, '?'),
(0xd0aacabda1fcf41d944cedcd419c68ce, 'wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active3.php', 0, 0xf6d817f6a4ed73c3dbb9dda09a69166f, 0xf6d817f6a4ed73c3dbb9dda09a69166f, 0x0df834ad8ca60b06224930049d46fef7555e98d188c56bf6b11b842d674a67a4, '', 0, '?'),
(0xd0aea107d876d2574c0ed1a40c0ea99a, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 1, 0x00000000000000000000000000000000, 0x69a28b9346146830bdd842e38ee37db4, 0xc11457bbff0ac0df8183a6ec99b9bad3f789df37f86072dc19c51b7b494ed246, '', 0, '?'),
(0xd0b1a7dfb35aae24e596353744e7e0e8, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report.php', 0, 0xbcd6c9d53e1e64641c64bafcf06d64a2, 0xbcd6c9d53e1e64641c64bafcf06d64a2, 0x5264d905b3d451c44ba3e7ba80acad7918dff8ffb56541139bf5089bf58fec72, '', 0, '?'),
(0xd0b7e5f37867bdde412bff96644ea379, 'wp-content/plugins/elementor/assets/images/app/site-editor/product.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg', 1, 0x00000000000000000000000000000000, 0xdda61709d2aef754c781019340cbd982, 0x4afff8304e5714d7a218ac7a821182afc88d70354ed5c9f25f2b1697e2455845, '', 0, '?'),
(0xd0b94230fcd0a733e3bd701f4052dc8d, 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php', 1, 0x00000000000000000000000000000000, 0x86543bcad8c8e0b9ab060503957a0c47, 0x0b38fe3443dc0ba08d352d84efaa2e49402ee6320d9a24afad6030cc8cc1bafe, '', 0, '?'),
(0xd0bb278b78144823a910c47f9166f01c, 'wp-content/plugins/wordpress-seo-premium/src/helpers/current-page-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/current-page-helper.php', 0, 0x937bd4b9808e0c93924d4b781cef8ad0, 0x937bd4b9808e0c93924d4b781cef8ad0, 0xc340d9b7d7ce48bf827ab94093f78a64d2d80849086f9bcd1f928a2357af1274, '', 0, '?'),
(0xd0bd48fca5aafb5b9cf8522664953119, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/dynamic-blocks-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/dynamic-blocks-2340.min.js', 0, 0x1aee25c8d7f639274f27b9c92ded6808, 0x1aee25c8d7f639274f27b9c92ded6808, 0x98da2b52d7e6f8ada3f36420c1ae99bc8aee533597ead086f5efddabffd3bbbc, '', 0, '?'),
(0xd0c2e71cc42ff008456d53f1edfe7ef4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x15d968d9751a0f4eae5f8f30155803cc, 0x608d247b283f361cc66d6516b9786427bcc2a9d3e150d40399cd6a6eda981f57, '', 0, '?'),
(0xd0c3768e49c24165438c1497961cdc7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5_no_content.php', 0, 0x990ad9c4378a297a2696b5a9df6dc433, 0x990ad9c4378a297a2696b5a9df6dc433, 0xed3fd64562e6c9401896202af71ecd1baec5f721ece07e8d7469d72b3b879972, '', 0, '?'),
(0xd0c67ece88b4eb324f1afe17472c0a13, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_222222_256x240.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_222222_256x240.png', 0, 0x2250773f6de17697742d105304c5017b, 0x2250773f6de17697742d105304c5017b, 0x7010b2cbbd09934aa08ac648b08ab022bde955db1551ce1c593b405b952d9606, '', 0, '?'),
(0xd0c9c9148a8e2e1c705dbcc816bde05a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 1, 0x00000000000000000000000000000000, 0x1eb7d948b09c4c4d8bf1ee5d6a3895d2, 0x5b6c6a3d1f93e087425b0a7f2215bfb1c97542be755b5564e6b2523eb165ceab, '', 0, '?'),
(0xd0cb84f42db4941500019b1a186eb553, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 0, 0x9ae9cc0643fee01bc59aaf2cf296b0f2, 0x9ae9cc0643fee01bc59aaf2cf296b0f2, 0x698e303790ed2f911e026c4d40b59de057d19823f0bca30a6e15d20e3461adec, '', 0, '?'),
(0xd0cd757cbe3d3aa331be0e13e7d276f8, 'wp-includes/blocks/post-excerpt/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor.min.css', 1, 0x00000000000000000000000000000000, 0xa90904933ceb95d00d2777390e7a0752, 0x054f9a46736f4b4c2a08d5280ad66207e26086664e58837353d49a865c53a15d, '', 0, '?'),
(0xd0cde1162a157f9d2440921569ad8325, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Format.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Format.php', 1, 0x00000000000000000000000000000000, 0x5ef36c4cc6ba2064c6289d8d7f885619, 0xc34188e40d1eeb84e1f5a79fdbc55070f84cc70ad8ed3d33abde6e44e595b41b, '', 0, '?'),
(0xd0d557f7fd93cd020bbd6721488164d2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x519e89785c2ca7ab98511dd15108d6bc, 0x4dba7abfdad53f6843e23ad654c10e6321cacf749a061432991488aecf5c8c36, '', 0, '?'),
(0xd0d6325bf176185c299b4986ddf05102, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 0x00000000000000000000000000000000, 0x7e2f9dea5c9e2f306fd2b909d7a2da5c, 0x1195e71efab167d65a94cb7845c4b4f7ce974d263372e0f8718b63d46c5447c5, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', '/home/abt90iranbet/public_html/wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x468bdfbb563fc2df1961cf6e0dc808ba, 0x9945a59fc0ffe491f2612c9f1a82e12c794da02f5c6951d9d3a01622d23f3238, '', 0, '?'),
(0xd0daf1ae189907515f702f6e3469a358, 'wp-content/plugins/amp/src/Admin/PluginActivationNotice.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/PluginActivationNotice.php', 1, 0x00000000000000000000000000000000, 0x9cd697ca1f2f6db8912882275f244bb3, 0xcf6d2d657cd8070886d425909a4176458c8bd63161555a4a693cba56ef68c69d, '', 0, '?'),
(0xd0e08a2358664f82ac89d4ffd1bc61bf, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php', 0, 0xcb387a148b88f431f254f7d2a8de5938, 0xcb387a148b88f431f254f7d2a8de5938, 0x87ce3a562f5361391da0fd11170f96cb5925a2ec587b90eb5510b387d592eb5a, '', 0, '?'),
(0xd0e28ccf60af7e070750be304ee73648, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 1, 0x00000000000000000000000000000000, 0xcf61785b1954870b9c67688cf50406c3, 0x08150ed35d5c12b7a30147760cb64bf2be18ae7da330bafdf4f110bc43fb1dda, '', 0, '?'),
(0xd0e8fad95e9e89da471fe3e7949ddd25, 'wp-content/plugins/wordfence/lib/wfScanFileLink.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanFileLink.php', 1, 0x00000000000000000000000000000000, 0x32259fe1bbb0e59a831367bf40ce9ea8, 0x841a63a8421351848aecf2a1efc1e5d95659a04e9645674925333c63f5b07658, '', 0, '?'),
(0xd0ec2a165569e83a7401b9c573ef0fb3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php', 1, 0x00000000000000000000000000000000, 0x02076e74685095c748e0cdf2cf6f24ae, 0x8ed7fc10d8312b05dd7bf02474888a1796ed272dd92773bbe9b801ebb7207564, '', 0, '?'),
(0xd0f1bd083e974f5d36fecd39ef4d539a, 'wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php', 1, 0x00000000000000000000000000000000, 0xbd32bb8745dbeafa7b3d6b21bf3b3195, 0x7884f68237868db42ec23b2e513d81e4fd1482cf9edb3cab77fb31ee0a8dbc49, '', 0, '?'),
(0xd0f331c221eeb555e2fbc93687313d26, 'wp-content/plugins/amp/assets/js/amp-plugin-install.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-plugin-install.asset.php', 1, 0x00000000000000000000000000000000, 0x7522d1680452e7d1b049387589fbe1ec, 0x8704363dfe2f8d96561ff17e8a71098fabb832e50221f3fb79bac84a0c108fb1, '', 0, '?'),
(0xd0f34fc64b35b0e70544f4e8c65c9a0d, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css', 1, 0x00000000000000000000000000000000, 0xc55205bce667f5d812354fd1353e7389, 0xa45c153ab5e7a9687002f3df41752e96a5c1036b1d47a80143057348fcbfe761, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x5932146552c5d1dbdbbbc0491fe88bd5, 0x527773cafa35c7a836fefed61d03e6a1d0a2f64b78f49e69192c8d05757cbbdc, '', 0, '?'),
(0xd0f99ae07ceb883d5688a9db6e56d2d8, 'wp-content/plugins/wps-hide-login/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/composer.json', 1, 0x00000000000000000000000000000000, 0xd157226cf5ab8f4703d69085d210bbf6, 0x0d041f2680c018638eda1a02ba9de63a2e1864014c2fe10fe96a30104a08934f, '', 0, '?'),
(0xd0fc15215ab9266b417958fddbe19f29, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x614f5963cd2a4329eb0282889e8625ca, 0xe6a9fb7ed0243b8d567cb8b426388d98a46d70c89be2d3688e0fbcbe1f3e9bee, '', 0, '?'),
(0xd0fe3ee8d231461c8126c9224dc30374, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/twitter-client.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/twitter-client.php', 0, 0x56d1c5a720e83db440ed86c30c99918a, 0x56d1c5a720e83db440ed86c30c99918a, 0x2765c1627bf5bfbc57f0056d1178370aae0a015b5d8e4948e26d984cfaff9178, '', 0, '?'),
(0xd1039c4555bbabf42dd184834ddeea3a, 'wp-includes/blocks/more/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfe7aa9c5ecddebf1e2e29975f3848564, 0xfee479162abe43c4eb3657e7c0babcd58fdbb3c3772fd638f5a83aa57419beb7, '', 0, '?'),
(0xd1063cf88d0d605fef37d52628a9bc4b, 'wp-content/updraft/themes-old/twentytwentyfour/styles/mint.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/mint.json', 0, 0xd2482ef8cadffb1aa035fcc45767380e, 0xd2482ef8cadffb1aa035fcc45767380e, 0x97882851d1ceac566699af91eb7d36920f22b2a3a5fffe25820fcc6c70615c64, '', 0, '?'),
(0xd109427e6d3919bb626e629bc587603d, 'wp-includes/blocks/details/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor.min.css', 1, 0x00000000000000000000000000000000, 0x99327f1747e01461e4a046b221505e19, 0x235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f, '', 0, '?'),
(0xd110fd398baae0326be49c0b1e06e962, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_5.php', 0, 0x7b46b42583eb4d0d3de198dbe2c64e52, 0x7b46b42583eb4d0d3de198dbe2c64e52, 0x3440fc05a67da554b487c5ca426e0b58af74f65d1a78eb91d0ed580416aefc3b, '', 0, '?'),
(0xd11aee62d1e6c16d80418062471ebcc9, 'wp-content/plugins/elementor/modules/nested-tabs/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-tabs/module.php', 1, 0x00000000000000000000000000000000, 0x4524816246deaa0ee28bd51474d9b02a, 0xa04e27d9d5c8054133c95b3c2398d4506c3c74ba082943498306c137a78d3011, '', 0, '?'),
(0xd11b0e4ddb67041b7a65ea98f6d13000, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_10.php', 0, 0x12bc5852bc601fb0500e6734890cd149, 0x12bc5852bc601fb0500e6734890cd149, 0xb823f6d308a48306266b521e1f1bb37f7ce7935eb6ec6fef7cc50874410fb84e, '', 0, '?'),
(0xd11dfb203a75fe0018760f507d960ec4, 'wp-content/plugins/kk-star-ratings/freemius/templates/admin-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/admin-notice.php', 1, 0x00000000000000000000000000000000, 0x79b1cee4e36e7c64642d8c119d01e9f5, 0x300e8688352c068e0cf4eaf72ef5c4bd6a9243fb17af37194f96cba8bb778eae, '', 0, '?'),
(0xd11f548a95431748d1ef3b1e0c4126a5, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', 0, 0xfc7d04fe8182c3c96ba119abff8aed58, 0xfc7d04fe8182c3c96ba119abff8aed58, 0xdd97ddebbe84603a83554cf3b695ef498ebe159a980e2fb9e52dd1c7add090d1, '', 0, '?'),
(0xd123872474b8ec80a6aaf4bf14884dc4, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php', 0, 0x73943d1e742625fdb776778a0de9ed97, 0x73943d1e742625fdb776778a0de9ed97, 0x299e75289ee24cb4cd28cc2bdd5d40aeb6dc03bd75d124f9bfba157a652e1cc9, '', 0, '?'),
(0xd126baf678ad390a06695275b90698df, 'wp-content/plugins/updraftplus/includes/labelauty/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/LICENSE', 1, 0x00000000000000000000000000000000, 0x76a1caf2a5780dfbf061206d2e5552d6, 0xa2744e971a711b4a88c01b406514762c8ea8ee4244fa12d8b38429e1b06f7192, '', 0, '?'),
(0xd128c4c61f230b4b7b64c7d5389366e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import_no_content.php', 0, 0x16ac3f52cd17829911a13ab08d67864f, 0x16ac3f52cd17829911a13ab08d67864f, 0x04f7e8329d090b69cf96695a4938637ecd376d73b043a8500c65229a61756812, '', 0, '?'),
(0xd12dc7262ac7fad10b317fb5af780e80, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_1.php', 0, 0x42f877b30a870ddec8a192ec34759290, 0x42f877b30a870ddec8a192ec34759290, 0x2fd0b3e16aa0f804738d789cd9088fc9567cf981338005a625a58c835fbe0cf5, '', 0, '?'),
(0xd12e737e77c20c6adeff1b4b3d32ac9e, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.po', 0, 0x19a90e40365df9945d36cbeed8358168, 0x19a90e40365df9945d36cbeed8358168, 0xad03312f5259a87fef123504c1441cfa31d8fa89469580c8969fa8c67ba0fe01, '', 0, '?'),
(0xd13285802da3774a053dfbcdda7b2089, 'wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js', 0, 0xd18523e4a4aaa9420a86e4dddfb07554, 0xd18523e4a4aaa9420a86e4dddfb07554, 0x6b687665fea7ca9b3131a4064029af79459416d39fe765ac27a7915c2339d248, '', 0, '?'),
(0xd13ab91f0ad8c70179adcb8c221334ab, 'wp-includes/blocks/text-columns/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xd141835d421b82157f7ae3feb5ad8b68, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_video_meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_video_meta.php', 0, 0xd946584a839b154dc652431357f6a226, 0xd946584a839b154dc652431357f6a226, 0xbf96f84d2d80b69dff842c448b868c73af93d46fc3307cf380acef2a5b09e96b, '', 0, '?'),
(0xd14908c0c15c7409a0115b49b2f1cb9c, 'wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php', 1, 0x00000000000000000000000000000000, 0xd26b2db98a3986c554060d1e0b34df05, 0x7f9411f71a044e797f80e746bcec57d5b0d34cea93f043aee7f511395b01b95c, '', 0, '?'),
(0xd1493ff42486395c18f9c25f6fb8ca95, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json', 1, 0x00000000000000000000000000000000, 0xf57e9100e23d1b2d25765f1d92dbde50, 0xef35c4739dc305a260f7317a0c2e1bdf3154f78a18502608ff3646dfb3bc9c79, '', 0, '?'),
(0xd14a599fe0b3ebe62c87b25235e7a603, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import.php', 0, 0x91df08cb3cade7c6be752d7f0a6d82ed, 0x91df08cb3cade7c6be752d7f0a6d82ed, 0xc413ab3cff0894b2462280e46608fa7e9e820a5f827ff435dab914910c6126f3, '', 0, '?'),
(0xd14b9fcf7a31106dbaf7a5a9d7cd9d0c, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-full.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-full.png', 0, 0x6ffbeb3724a1278c02563de2ef3a6aa4, 0x6ffbeb3724a1278c02563de2ef3a6aa4, 0x0e40b87d5f5bafe79386c83ada55371bc761127c5f6a04cc9f44cf2e41f7b42f, '', 0, '?'),
(0xd14d39793b3f235036fc83c159012f44, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 0, 0xe5f816167d92abea64ee09a5be87fe94, 0xe5f816167d92abea64ee09a5be87fe94, 0xccdb875426c290234a71e3c44ea626df941a4bbb93d6f2c0ab47f4da822a9b15, '', 0, '?'),
(0xd152be2d0db1ba751555524fa4407980, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_compiler.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_compiler.php', 0, 0xbba9e8a6d9f439115fda53e3f812d6ba, 0xbba9e8a6d9f439115fda53e3f812d6ba, 0x4cf9b5b9a27b769af03fa6b292337aa0628658be539595338a8a2cf7d65068f8, '', 0, '?'),
(0xd1542e89bf2bef8be6592b3e01e5f335, 'wp-content/themes/Newspaper/header.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/header.php', 0, 0xe03f981608c5a04b04ab1dded3a98a1d, 0xe03f981608c5a04b04ab1dded3a98a1d, 0x5df5b0115503a7297c46e286cd618d986be74270b6afed4195f9f5bc13046012, '', 0, '?'),
(0xd157927a71c9c9d459d6c4e4fe4bcff5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import.php', 0, 0xf82c801e947b0185f324488adf9dc7e2, 0xf82c801e947b0185f324488adf9dc7e2, 0x24c6c3c46cdb646d02e5a18560ab1b1d1429514af54edac1b6ec31333f32daed, '', 0, '?'),
(0xd158b01f0e7141964e527b80680bb7e9, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_content.php', 0, 0x3803e5ed3fb77bc3e7bc01c49ceb61dd, 0x3803e5ed3fb77bc3e7bc01c49ceb61dd, 0x57f1185a49f464106165dac39dedd1ec844b53c2e046ebad08898f05f5864287, '', 0, '?'),
(0xd15edc8962fa0d2be29ee4ac870abbf2, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 0, 0x2182332c538ad9279f1cb31ebf8cec90, 0x2182332c538ad9279f1cb31ebf8cec90, 0xacd125fb3a84a2bad7b673e0464a70c81b2a6b62e95f466ad782052fd64cdddd, '', 0, '?'),
(0xd15f4ce524bf9153d6b0cf7455438e67, 'wp-content/plugins/wp-rocket/languages/rocket-hr.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hr.mo', 0, 0x61655cb4273f4685977b64f711ff10a2, 0x61655cb4273f4685977b64f711ff10a2, 0xfd2b770e9c7079257752daa7fb90d385ea33462c026f97a14ea336da7fd3f55c, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', '/home/abt90iranbet/public_html/wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0xd0cbc149699d46a0794237bbf0f72e6f, 0x140cd7a75ea169a59ec21d17f1ad542cf21ab63368a10c7193e183b1d2d6f203, '', 0, '?'),
(0xd160784018a764ef74c50f3a91d7ce5d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import.php', 0, 0xbf55fc1a4a52f6474cccb6de1c416604, 0xbf55fc1a4a52f6474cccb6de1c416604, 0x8418e8f8bf419ae9531650670a3b217ae72cf0f946f18726863ae8f9b3775fb5, '', 0, '?'),
(0xd16a1cc08f0742c4b5957c678e58b653, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-default.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-default.php', 0, 0x3c5bb54f3c2294b1de44ec936882b41c, 0x3c5bb54f3c2294b1de44ec936882b41c, 0xc96ef4b6253691ba4fadb228bfeba78716ad5099131e2d639fbe87cf87b64a18, '', 0, '?'),
(0xd16c9eb51587176657c3827287a64c49, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_4.php', 0, 0x0547455debe9c0010cb5020887884898, 0x0547455debe9c0010cb5020887884898, 0x0b31402f67406b622075950112f41c7afd1a61d39079a7d2281725a2a78f1675, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0xeaf620920632255cbd06b9b8262250c0, 0xdc365f5d57fc95023e565876b6f04284e6d3beb875e14b24deb039fe7c5d450d, '', 0, '?'),
(0xd16daa3fe75c9affcfaa6147f2ae46f4, 'wp-content/themes/twentytwentytwo/parts/header-large-dark.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/header-large-dark.html', 1, 0x00000000000000000000000000000000, 0x4efdd4bb86f7555f1d9b6d6c00425935, 0x9b1626ae87304d2f574762768b3ff5c0e9bacb316d2e9917febc32cc25060776, '', 0, '?'),
(0xd170db1441c53da40518d6fe8c7a5c66, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formatter.php', 0, 0x505856356b6b4e792203579faead91a7, 0x505856356b6b4e792203579faead91a7, 0xdf6d21b768bf46ef92ad034d1b4ee95472987e58acc0c343fdba7b4c9b0fa581, '', 0, '?'),
(0xd1714e06c77587e62202cafc6079667c, 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 1, 0x00000000000000000000000000000000, 0xddba90f8fd3735994ec50a38f6750ef8, 0x72b5c589f77b0b5e896f328b675de2e16768ea6af2d5a26750d7aa99597118b0, '', 0, '?'),
(0xd1729d300c4ab3b64fc3a476082ef03f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_8.php', 0, 0x8225db8d3fb29affc472ba1837ce2b24, 0x8225db8d3fb29affc472ba1837ce2b24, 0x7b7be7246f6e17d0d909da323d513696d5582c3d10cf2673553057f4210ba603, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x65ff806684f3efee324ffffa48a84b6e, 0xdd3a9681bb52d4543350dc59042232678132464aa3526548639a8bd2aa751823, '', 0, '?'),
(0xd17560e8c185c6fe84e833026abec52a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', 1, 0x00000000000000000000000000000000, 0x7840380afb5156e649873e2a21c38c0a, 0xd9a416a408899f155f346b4f84f36d633e8003e977d55dfbaf1f6572d174392b, '', 0, '?'),
(0xd17b5f521a849e9b1b0307f4c4df098b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_6.php', 0, 0x68c9dbc32bcb65e2ff48abe4912ad441, 0x68c9dbc32bcb65e2ff48abe4912ad441, 0x257ba5e70bb8f11e27f86dbd0b96ac5dca7f2253b137324a77e6ba3196cd76b5, '', 0, '?'),
(0xd17c9261a15b9ec53cff19947b590c68, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newsmag.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newsmag.png', 0, 0x3d913f360894951a8de2eaecfde52686, 0x3d913f360894951a8de2eaecfde52686, 0x4d3298b1671e45ecef2ae46f3d39f091549134e49a009e044e28af5250ae7b39, '', 0, '?'),
(0xd1818296d6c2b029d7ed90de26e254a3, 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 1, 0x00000000000000000000000000000000, 0xffd9f166b5b1c29104fef652b3ea4126, 0x2c65e62c0d246cb79a060121216603ab7691ba4778d400f47fb80024f12e3cf4, '', 0, '?'),
(0xd183ff6354c8f15fd81cf2d710f56cdb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', 1, 0x00000000000000000000000000000000, 0xef7faa868c8488b60599dfcbb49913ca, 0xb7e15a4cbc71ef18d5b26894cbb516217d33a65969cc89e5228a478d1df8d2ff, '', 0, '?'),
(0xd18826c312795e63a6c9afdf6bf957f6, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php', 0, 0xa3dfd474f48c775c2d6ac5e41879bfdf, 0xa3dfd474f48c775c2d6ac5e41879bfdf, 0xb634fa8d8d98c21c872e2d7355fa4f26ad18c6f6d491327c7af66b45f5badbab, '', 0, '?'),
(0xd18ddaac78562688545a780f6a779582, 'wp-includes/blocks/footnotes/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/block.json', 1, 0x00000000000000000000000000000000, 0x8a08ab2ee7eef7518cacbc66e66ef333, 0x6cdf692b21eb29662525d075a50e21ce598465b8c7d4e6023427151ea49699be, '', 0, '?'),
(0xd18e293343e5704cd99c30b53db48cc1, 'wp-content/plugins/elementor/core/utils/str.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/str.php', 1, 0x00000000000000000000000000000000, 0xacff7d9545fb1e6cef31ebf71a8c0d98, 0x39ac4807939c49650cac183ef2c5e7f18ca20e3259281a31767ece6bf2e51183, '', 0, '?'),
(0xd18e386d17736ae7c0b5435a946ffdf3, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', 0, 0xd3321b4b634f612a98acd08e08ef6e74, 0xd3321b4b634f612a98acd08e08ef6e74, 0x233ea5c7925c18fcd8562894ca4dc5065e234552be0adfab49d8fba5dab8bb1b, '', 0, '?'),
(0xd19060267e4050a5054a64c602eecde5, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-centered-heading.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-centered-heading.php', 0, 0xc6759c3279daabc62a259ebc5b1d1709, 0xc6759c3279daabc62a259ebc5b1d1709, 0x8877c7d243a23b728edc7c7b908da488c603ddbe8304d36719290b748fb10f53, '', 0, '?'),
(0xd194dd626c2f8c0fd8e8ee40d14e845d, 'wp-content/plugins/elementor/includes/controls/base-units.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-units.php', 1, 0x00000000000000000000000000000000, 0x2dc983f84f8a31572a37038eaf480d1b, 0x61135f8b2f35d7826f344c25f5cb1439025b7fd0afa1e66ead4660f393a1dcae, '', 0, '?'),
(0xd19bd758ca438bdb6c428dc8861e2ce7, 'wp-includes/blocks/query/view.min.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xb9f5fb3555e9ec0148c4a0a586f50aa6, 0xcbad770090747a77bdaaba469db2e13794c7a287a458ce9ea75317a4b9752374, '', 0, '?'),
(0xd19df51160182d305476795143b7ac40, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7550f2066bf47ee90d61e97d3b686272, 0xbea38ce60c0ece378be14a224c32e3d929de3f1f13e6c1fb58b797f85c7a15c1, '', 0, '?'),
(0xd19ffa850188a9938119979ff1debb9c, 'wp-content/plugins/td-standard-pack/Newspaper/footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/footer.php', 0, 0xc9c6df7b70acc7ef3a883de14484cf9b, 0xc9c6df7b70acc7ef3a883de14484cf9b, 0xb1f541b6a98d79136b5a6d463a9b0ea441a749ea10a6ac5aa0d9edc87e7c2439, '', 0, '?'),
(0xd1a5fe21723119abdf04edb160d377d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_6.php', 0, 0x97fb952422e4c55bb968f97779acefd0, 0x97fb952422e4c55bb968f97779acefd0, 0x5d2325753ac44b60ada54cdcb3f0f6656257b41c5072cf037c555b1372ea1f0d, '', 0, '?'),
(0xd1a9cf0fa5d3cf731104f1c88775854e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import.php', 0, 0x4d6c80777b42eab0aea59f6513553ac3, 0x4d6c80777b42eab0aea59f6513553ac3, 0x01ad56ab29dd7d4ca922017dfafb65c051774aa8a6c578c596b3c944a3bc104f, '', 0, '?'),
(0xd1b2f629cc7947f31085b2def916f31e, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-user-notice.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-user-notice.php', 0, 0xc24537af58ffc5838f2c136367be3282, 0xc24537af58ffc5838f2c136367be3282, 0x5e2f26710cf4a1e5ebfed56b6eae3080e67a764f18b2eb95f556197b91953afd, '', 0, '?'),
(0xd1b6c9b77a96484327b330307702fa2a, 'wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', 1, 0x00000000000000000000000000000000, 0x895b3ee65938d6a70c6fa75e0c424009, 0x022c4cbe74c200317c13e427cc95b41104f46c8c487742f3bda4c69ec4b94de3, '', 0, '?'),
(0xd1b6dc223c39deba8c5a19586daac795, 'wp-includes/class-wp-theme-json-schema.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json-schema.php', 1, 0x00000000000000000000000000000000, 0x8f6079cfe419756ceea6878f86835b29, 0x3c5a359aaae8a465ec93779473ddf05bbf0c719193729cbd5fec3135c6f137bf, '', 0, '?'),
(0xd1b98cf3d327e2a7bac1e03e105abb9f, 'wp-content/languages/fa_IR-7b74c8457eaa7fcc50db41b431f8a003.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7b74c8457eaa7fcc50db41b431f8a003.json', 0, 0x0769d76243843c036a630e60acb2e7c3, 0x0769d76243843c036a630e60acb2e7c3, 0x21939832479de9cb3dbe83eeb999757e594a3aada8932e15cf125e6a3e0adbc6, '', 0, '?'),
(0xd1bae3c2378e62fb31ee1fd5e0b79cbb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4.php', 0, 0xb5d9a4c32807c11ff18d64de9952859f, 0xb5d9a4c32807c11ff18d64de9952859f, 0xc505bebef2d82f31e9d7a21362992ad43ed9e4059501b8eff54fd44a8e025a1a, '', 0, '?'),
(0xd1c5fc72f66f0d7d87a176a3754d9483, 'wp-content/themes/Newspaper/woocommerce/archive-product.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/woocommerce/archive-product.php', 0, 0xa5b8ca3a2e24bfe9431e98e3fa4c5e9f, 0xa5b8ca3a2e24bfe9431e98e3fa4c5e9f, 0x85017fe29705cfc6ea49b443a89abd227afa66390595426022ef8781b2e29617, '', 0, '?'),
(0xd1c9cd60ba4a76eef335676a57918079, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', 1, 0x00000000000000000000000000000000, 0xad91680c9f1e82f5114e1b98ca3403d7, 0xfc25615a7f76835e678539a49cf769fe73aef7594a07efadfa4be7e147986d3f, '', 0, '?'),
(0xd1cdf564298223e22e1e152011b16b16, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-check-screen.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-check-screen.php', 0, 0xc672a065c72b48c246d9d5582a8a8e1a, 0xc672a065c72b48c246d9d5582a8a8e1a, 0x5a7265837e73ab64acda183a99f7c3ef108399d4660f28df512a1164023c2dac, '', 0, '?'),
(0xd1d046a33c8c16dbe03c2a110efd400f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_8.php', 0, 0x5321a114f9334d256ed587404f6d72ea, 0x5321a114f9334d256ed587404f6d72ea, 0xf33a8fcde25ccb1eac97f1379a8a961ac94bd6d3b417bd2d2ff5b7d440056d1e, '', 0, '?'),
(0xd1d4cdc0b9570bbe5a070cdd0491e2b6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', 1, 0x00000000000000000000000000000000, 0x77b33c27eb987f1d3e7d23965cc8182b, 0x15d43add336ad8812ec5dbbfa8635cce4204cf5fc87680c5032fc1d0a2ae324f, '', 0, '?'),
(0xd1e3144a81c7fd85cf2b025e8cd23a8f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 0, 0x20adf5af26e9cabe000e9222fbaa64cf, 0x20adf5af26e9cabe000e9222fbaa64cf, 0x6901f50eb038484c263ce61579b4ba3c00b42093184305007b4836eac66e4c88, '', 0, '?'),
(0xd1e447484b09ef223b23ad668e68854f, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php', 1, 0x00000000000000000000000000000000, 0x6eece67fa2d3aef03d43d870844a242e, 0xb7320daca4452fb4ee95feef5707ff7f62df506d7ab52f649204d10f937897b0, '', 0, '?'),
(0xd1e692681f68bba897cd3eef673f49ae, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', 0, 0x4a629aed4bde0e02a110e58fff2443e4, 0x4a629aed4bde0e02a110e58fff2443e4, 0x06a4e4799de82b71f8accc6a48c19496ae0871de5ba7480e916a04a88ecbc21c, '', 0, '?'),
(0xd1e78db5027b2949c2ec51835b771860, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/feed.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/feed.svg', 1, 0x00000000000000000000000000000000, 0x49b24b9732c050fc99a763a27f39141a, 0x3490dda96a130bcebe3d2a2277794c858442b1e8b77334cdf3487780a8d2a4a1, '', 0, '?'),
(0xd1f0d0c2cb0b4a3567f99532f3dd7eef, 'wp-content/languages/plugins/elementor-fa_IR-e16f2427ce816c4dc38ad0b36edc3ef2.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-e16f2427ce816c4dc38ad0b36edc3ef2.json', 0, 0x2cb3114afc364fe83f8869fba3dcd770, 0x2cb3114afc364fe83f8869fba3dcd770, 0xb50b3867fee3b7d2bc29f703a4528607ebda37146f5657cb52d62296bced5d4b, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', '/home/abt90iranbet/public_html/wp-content/wflogs/config-transient.php', 0, 0xb4d5f7591847e40fd5bb8f2a396aeacc, 0xb4d5f7591847e40fd5bb8f2a396aeacc, 0x245d81ff35e8ff9960338433e8fa48afea153e68a2dccd497337ce9d97eaebf0, '', 0, '?'),
(0xd1f64f861fc6bc6ae1b136492cdd4300, 'wp-content/plugins/td-composer/includes/tdc_state.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_state.php', 0, 0x24a3fa304216ae8fc25bc317d7d304c8, 0x24a3fa304216ae8fc25bc317d7d304c8, 0x957ae9bfe8e59a97ad67629662169ba76fc0a19bba210b020b23272b4f9e1d20, '', 0, '?'),
(0xd1f6aa8cc1cb6d8ee6a15d19f5128831, 'wp-content/plugins/elementor/data/base/processor.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/processor.php', 1, 0x00000000000000000000000000000000, 0xc034ff27bb56fe43fba3bdeec900b1d6, 0x4277a5695920792e86d84ed5085d46540a300701c4606bf8b2f58e77d5f96fca, '', 0, '?'),
(0xd1f8dedc1d4061162d7a469644ed629d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_7.php', 0, 0xc5991fe030e7df548bb298dbe5e05711, 0xc5991fe030e7df548bb298dbe5e05711, 0xc362f1cc245ab52c5be7ca0ba94c64a6287e67c526c5aa8a43a0f00f9a1c359a, '', 0, '?'),
(0xd1f929fbc40d57b6b1e8b9a3d73c4fac, 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 1, 0x00000000000000000000000000000000, 0xe44e1e8de4ec3dae733ddca19e3ab82e, 0x346ade21248b4a1552a73094e2177334a308715719b594a3427fc5e6dbb1348b, '', 0, '?'),
(0xd207800c890cb1d614ec66707a9ef6c4, 'wp-content/plugins/amp/includes/embeds/class-amp-base-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-base-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x10179b063b03d2cd5f6f45e56033fa7c, 0xecb32ad24bc3e3d6a3811ce67a2526b3ce7cd05e5d1aa6e76cdae1571c9c0d7b, '', 0, '?'),
(0xd20b1ee678312aef87fbad9ad6ada393, 'wp-content/languages/plugins/wordpress-seo-fa_IR-d084ad2ca2d23f1331bbd1040999834e.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-d084ad2ca2d23f1331bbd1040999834e.json', 0, 0x481a30e8c0432022b2e033bfd0d56562, 0x481a30e8c0432022b2e033bfd0d56562, 0x46960a817db6e2ed67fe456be2215f219190d3336d309e2c4bbc1cdbf3f84bf0, '', 0, '?'),
(0xd20cd2d80cb7ec4bc83131a9aa620300, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 0, 0xc1f5d42fa94a4c6085bbaf2454a737d3, 0xc1f5d42fa94a4c6085bbaf2454a737d3, 0x3b6f4bf4b8b7a9d4ed2ebc291afd555d7a9905aba4166ec4698d0ca922b8a7a2, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', '/home/abt90iranbet/public_html/wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0xbc899996045b11ebdc6871d3b899c460, 0xe7f43b15030cc71da10e03a68afd5bcc858665a1e9581b4cead51ee89493975a, '', 0, '?'),
(0xd212008b396936a904c0789dc0838dba, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xec9491151b7f4a1c546d70e1ffc06386, 0xdc84d4916cd0e6d1f71935226dc0d2051561a5e65a042cd24740b847697ae4f2, '', 0, '?'),
(0xd213a8593ababf5295c2e77cb06ebd4a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 1, 0x00000000000000000000000000000000, 0x562a4bb6532a86845ebfca13287da80e, 0x14e6fc24012ef6b6978f4195d45e6a130e170a336e0fced1da5e5f4ce41f1753, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd2163e715ea1fbb6b638c48d2fbed151, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 1, 0x00000000000000000000000000000000, 0x29ffe4f945e9e554514675e9b7e8dec0, 0x545427682e6b7b2646277600d4e51daee52f600070e963066966e135fc33ddff, '', 0, '?'),
(0xd21df1834a98ccd1b249900756463bf0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_panel_settings.txt', 0, 0xed2971be1c27ef6b5ece8b2ca3072289, 0xed2971be1c27ef6b5ece8b2ca3072289, 0xd7ce0a03f26967f0cbc29d550020fe91eae02e9067570e8388f081bcf0b6e3e1, '', 0, '?'),
(0xd22335228d2e98d860f874dcda44104f, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-csv-loader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-csv-loader.php', 0, 0xa51b085edf851a153903a06aeb3a633e, 0xa51b085edf851a153903a06aeb3a633e, 0x99e086479ea43367463bd7ed1a4ab6b9e11a9c8a9631d34153052e529109ccda, '', 0, '?'),
(0xd227e5ae45cc53468753f22f4378c90a, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-jobs.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-jobs.jpg', 0, 0x09d127b6ae8274f314fe9a441176da80, 0x09d127b6ae8274f314fe9a441176da80, 0xb1e4ec9fa75cb94402ed3741697b083a11b624fe4efd0546a1938453d5fdb853, '', 0, '?'),
(0xd22f14dc66341bc882ffc58b246fe9fd, 'wp-content/updraft/plugins-old/updraftplus/images/icons/updraftvault.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/updraftvault.png', 0, 0x410952ca8244d12cc1f5d764ada211b8, 0x410952ca8244d12cc1f5d764ada211b8, 0x9ad1fd57c81af096bdaa525eb278c7a718d904de70daea9d8dc61e5333d01a55, '', 0, '?'),
(0xd2352ac3e40829aa9adbc54b0cdcd8c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3.php', 0, 0x1941154d0f4e0d7bf266ec379105950e, 0x1941154d0f4e0d7bf266ec379105950e, 0x921e431528ef9f186acf82324b8bbf4d380183da53a28ab9c58a226aeace19c1, '', 0, '?'),
(0xd236830ca9bfe88fb3ee284cffe79b40, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_5.php', 0, 0x2ac94b0393e718fd87e5d4192c631d26, 0x2ac94b0393e718fd87e5d4192c631d26, 0x0d7d0372ac443b3b60b614a9b76231d9913d735afb7f5924514811c8c58eb9ac, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x01861b2caefd0edb4036d14d286af607, 0x0d5517bd5af9c5a387c5db2782d446b41df4a4fe17ae88660e6a935e71fc82f5, '', 0, '?'),
(0xd237fe88ef0cc9cfa3e77e1c530f670d, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', 1, 0x00000000000000000000000000000000, 0x9ae786396d7944285386cb27d1edfa5b, 0xd8771875051b46260edc20543c78856fbbe7ac6b76823488fb4d273ae31fbc83, '', 0, '?'),
(0xd238af1e73e98e97899adfb94f1768c4, 'wp-includes/js/dist/vendor/regenerator-runtime.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/regenerator-runtime.js', 1, 0x00000000000000000000000000000000, 0x3428902215841e7f2494b925d4d3d57e, 0x56f812b3d1817f132a3329ceb8898e03e608d9c065e4d8403fd617e47a42c99a, '', 0, '?'),
(0xd23b7fd4651327e61feacabae7a953cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', 1, 0x00000000000000000000000000000000, 0xc61de1c41f2db1bad3de789ba06afd8d, 0x0cba2f024d20a52088c68a121a4e247a179faf210658539087210d5b6bf0d727, '', 0, '?'),
(0xd246f084534e665aec2275d9d7e3fce8, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', 1, 0x00000000000000000000000000000000, 0x948cde0802113807d1ffa5a2297764fc, 0xebb8aab700bd64870ad8cde65439163254e5abbc56c4f449f36a3069c7b5303c, '', 0, '?'),
(0xd248509b42893589845045b75126811a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', 1, 0x00000000000000000000000000000000, 0x8a2c6871acdd38c5d4d747a84b8f2de4, 0x1887f080653571cf1945f632ecb853ecf6802bdca1b9389b7f7c194eca63d70d, '', 0, '?'),
(0xd24d4b81c4831f5e778db3fadcff3820, 'wp-content/plugins/disable-gutenberg/js/settings.js', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/js/settings.js', 1, 0x00000000000000000000000000000000, 0x78217d6dface414c10d31a04db5627a8, 0x97e2e5097f54c99b21c8673b7bb41e48c04745ba0dc170d710a8024f82bf6865, '', 0, '?'),
(0xd24de8e961423ffff7db89354cf9b8c2, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_14.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_14.php', 0, 0x232e509b15da29d62d93f82612c62620, 0x232e509b15da29d62d93f82612c62620, 0xbcc334fa31bd47d12f9a2180b0421569dee14482354ffa82adf8cde7ca25b3a2, '', 0, '?'),
(0xd26152cacdd83f78c14ee06535be56ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_dark_mode.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_dark_mode.php', 0, 0xbb5127ca1b2a836d0a65f82659b57397, 0xbb5127ca1b2a836d0a65f82659b57397, 0xb5038e0a16cc65c688741bb3806e88b0c2205c039e591cf844b6f1977864de04, '', 0, '?'),
(0xd26375596888833adf0ba457f058a3df, 'wp-content/themes/twentytwentyfive/patterns/header-columns.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header-columns.php', 1, 0x00000000000000000000000000000000, 0x0ef92bc617e423036c596de6ea0bb28d, 0xc70ff867afd5329983c19a219f52a2c59e5a9aebf27f76eddaefeffda4f1c01c, '', 0, '?'),
(0xd265995d2753bf028c177bc29a6e40d4, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', 0, 0x9d28ad98031a65dc0a457871c85805c9, 0x9d28ad98031a65dc0a457871c85805c9, 0xd68708449d8bf63719e5f501dfbd69ae54f0d930426c1321726deb3006823831, '', 0, '?'),
(0xd267837392548891c71d41a15d87a619, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', 1, 0x00000000000000000000000000000000, 0x126dc8bbd1341c3a6f7ab24ded4c7759, 0xc62bbafc0df83dbc09b08778b8353318735a3f501c7117872435b1842520b3ea, '', 0, '?'),
(0xd267f17b22153b2799246e53b07cd1d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php', 1, 0x00000000000000000000000000000000, 0xd78554f88f3628b5726f9044c6f696d1, 0x9133cb52125575d36e1b327708ae3cf7255792ba44e773e7fe8de1d821394759, '', 0, '?'),
(0xd26891a93c13692be95003faa5f93640, 'wp-content/plugins/wp-rocket/assets/img/bandwidth.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/bandwidth.svg', 0, 0x58e35b45f3ea88fcab81eb8a4b8e26bc, 0x58e35b45f3ea88fcab81eb8a4b8e26bc, 0x1c20da0516184eab0ee18d4667e6f298da4889ad16e83f6abab05b6d6caad360, '', 0, '?'),
(0xd26ab869b1e920f50c0a54dbe6a7bf0d, 'wp-includes/blocks/post-featured-image.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image.php', 1, 0x00000000000000000000000000000000, 0x3a90ae4842c62ca92da906bba599ec10, 0xf0f80e45eec16ce16d05f78236f48ba91733a317c3388804cd130e23659bad22, '', 0, '?'),
(0xd26eb518d7a92115c7c24005ffc6e9be, 'wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfafbe80fb284dd7cd032e3f327f10fbb, 0x3aebf589e5402b4feb3ec6f8ee03fbf66af721a248b7aee7f947e86dde7694af, '', 0, '?'),
(0xd26eff1f259e80f3d55b1bfdd72d1f46, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/big-slide.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/big-slide.png', 0, 0xb323e16a622767f1e99909be7c0cd8ca, 0xb323e16a622767f1e99909be7c0cd8ca, 0x6ddab189abfd0e7a054b75df19b5f9f942eefd2a84b8f94cbec98fb54da29d17, '', 0, '?'),
(0xd2710b7cdc2f22652f33ab947d72594a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 0, 0x18c8727a9457cf6d1f382b4cb394979f, 0x18c8727a9457cf6d1f382b4cb394979f, 0x3cbcb2a3a77962e2e8d6c58afd0906c8add29263b358fdff98db9fd81a0c7f34, '', 0, '?'),
(0xd27e3e63abfa0a65156a7b1c7eed8b02, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-14.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-14.png', 0, 0xfaf37af3c9791d40c1337fc53d57f5e8, 0xfaf37af3c9791d40c1337fc53d57f5e8, 0xb35c09c908d2588c83ce16b7915385665dda8515a8b03a8582779989d30f0eae, '', 0, '?'),
(0xd280ddcc92b5142a3c4105b604270885, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_6.php', 0, 0x1520d9610e2ca5554162d9a6f59aa229, 0x1520d9610e2ca5554162d9a6f59aa229, 0x22dc2559fab20adddacb898dc951f3c9ef1fb266208397c5f6f2c75df24b4d19, '', 0, '?'),
(0xd2891fa9043a6baae7c126a4b746d505, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_8.php', 0, 0x9f64d60619af67e8b001e1513c3b74fc, 0x9f64d60619af67e8b001e1513c3b74fc, 0x446c60cebaf59ffd8948aa1dcfd7fb2ac6da8b4f92658e7d288ea8c2e1cb053e, '', 0, '?'),
(0xd28c0821c871eb3e981f988aa8a68e59, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xcd64052d8a8083a40e38b2306211fdf3, 0x39876f95ef214614f6af1273757041889b5f1bf5db1a646163c05d4bf77a318c, '', 0, '?'),
(0xd2922578ab9300e4404f00d72e2f7ef1, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/bg-red.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/bg-red.jpg', 0, 0xf13cf29549c619e03aeed90823113ec2, 0xf13cf29549c619e03aeed90823113ec2, 0x7e28b97cc316822b1fc574d59c8203533e2da2447f2b36d3f01ab04abd83a68d, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x0e6bbbfa911d8fdf9f2ad7896b2b3b38, 0x37c6c3e84d243cecf7720e4f0739aa476adec1e7bfde450c799ef6512a2bf733, '', 0, '?'),
(0xd2968bbef047005c03e4546c121f6f11, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', 1, 0x00000000000000000000000000000000, 0x45994780f6e228faf995b8cf202a571f, 0x3f1bec214f19e05b9b9af4bdccef7c59f7d1721056b960821fc5df6ffe6505a0, '', 0, '?'),
(0xd298500f3697816c60383d53fdf3df8b, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-green-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 0, 0x1bd90fe7cd0a205e136fc49d8a07db9e, 0x1bd90fe7cd0a205e136fc49d8a07db9e, 0xd54c99958ed295e3d264f999f94ca3f7bb1326472a762c06d8827821721e5e9d, '', 0, '?'),
(0xd2986815ccc76acdcf778ac9f4c5a750, 'wp-includes/sitemaps/providers/error_log', '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/error_log', 0, 0x84c82b4cf9cf39fccbc89c316351764e, 0x84c82b4cf9cf39fccbc89c316351764e, 0xa90513654902dd2cbbeef3657c9fab3fc3a1b31a50d1ae6e83fb24199c5c7ad5, '', 0, '?'),
(0xd29e092525bd6a7bae4e4f858220400c, 'wp-content/plugins/shortcodes-ultimate/includes/images/player/minimal.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/minimal.png', 1, 0x00000000000000000000000000000000, 0x0617193e0eb57ae7c0046647102c407b, 0x4438ffe0967a48d7e54cc4b104a7bcd36852bdbebe3a485eb65ab0582190dc41, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd29f3fb4a9abe230c8147c8853463052, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x21528a8f4545a0e0dcd22af47f67408c, 0x31379a81855bf2bffe6bda57eb0dbf139b70b4c1059c1bb438ab85bfa572114a, '', 0, '?'),
(0xd2a3db2f4985752ee9154b60cf2f7b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 1, 0x00000000000000000000000000000000, 0x129ec7f58a9f0f0167338f7b865925dd, 0x50d9e31a30cd14ef572ff59b289b860cf063a8aa06b144b3934b0c010463ef34, '', 0, '?'),
(0xd2a64d3f8ce197f07fd42207904b5db6, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/views/modal.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/views/modal.php', 1, 0x00000000000000000000000000000000, 0xf72e68d3adfbf752c9fd32b57eba8a22, 0x1a5b6534f5e219743a26eeebeaca015bd092262730e6b7beb6ed6fd54fc815e0, '', 0, '?'),
(0xd2a681908c49afd70de426f9c62e6f21, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-infinite-scroll.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-infinite-scroll.png', 0, 0x9d5bb25f19d671e964ee84b7903cd1ef, 0x9d5bb25f19d671e964ee84b7903cd1ef, 0xb702e59595803909817027836bd96c716870890e8b6ee6ae6f7119a5fa09b431, '', 0, '?'),
(0xd2aa1b9e0f6bf8cf197da2a281068345, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', 1, 0x00000000000000000000000000000000, 0xe6e1ba1d8b88e5d4895495990640ac2b, 0xffbd738714f0d6910329034e66d56f89abb20e2d132dbb2959f407087b81ccae, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', '/home/abt90iranbet/public_html/wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0xa64a5ad10a8eb68f15ed080f2a33f521, 0x85633010fd01a422a708e05f481b1307af75873eef84f4484dca65afef221fe2, '', 0, '?'),
(0xd2aac2d9cf5eb64aa89319b5b8defadb, 'wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.js', 1, 0x00000000000000000000000000000000, 0x092e0f4c6cf9e1699af003bcedb06089, 0xcacaabed6d98e6363cd4640a8d2d46188bcf1f585836de910074e5a83fe34aa1, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0x044ac1330b58e323885bfffacf8a5071, 0x6689f33160ffa90f4837ab296479f73e1e8405a5e44f5ceaad2ec3836d5bc49d, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', '/home/abt90iranbet/public_html/wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xdd52d33538b41dc93eeeb4cb3e9f57ed, 0xbac712ff57e910fcfac702255991890202c808a8c1120514f65f4a1eaf5c7b7b, '', 0, '?'),
(0xd2bbaf82b39c90cab08f1df853607920, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_4.php', 0, 0x0c3c223b04ec83708bfe2c3d5753fd0e, 0x0c3c223b04ec83708bfe2c3d5753fd0e, 0x985d94a65a4305e955bdd1100610bb0c21532bd864daedbe44c094ad7539f49b, '', 0, '?'),
(0xd2be024b8e0f67fd4d2fbf11ddba1995, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_10.php', 0, 0xd70f52bf0dc4d6e087c1f2e0a17d650e, 0xd70f52bf0dc4d6e087c1f2e0a17d650e, 0x1e20db31aca6e4b89b58c67b1652d739e7cf46508c86b866c7bdd7408b8739ab, '', 0, '?'),
(0xd2bef91332bef03a3a61bee3ab83eafe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_7.php', 0, 0x4e595c240339c15b18015149f956e83e, 0x4e595c240339c15b18015149f956e83e, 0xbe15aa43ab8b7fb743454ebd0f0e4f689a6794d64fc400c212361098770caeb4, '', 0, '?'),
(0xd2c04738ea5c51c1c6df0d75de608b9e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', 1, 0x00000000000000000000000000000000, 0x7e148f8d83abbff1e84b1957fc5c5044, 0xefa136433fac836129502117c5a281293b297e11f4ce05860bdfd8f13bc780aa, '', 0, '?'),
(0xd2c2337522f81a964ef4e39c0d11b4aa, 'wp-content/plugins/updraftplus/central/modules/pages.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/pages.php', 1, 0x00000000000000000000000000000000, 0xbc5f362aa2eab68e4c46093fd6c4d9af, 0xc05b12d6f737286a3fb28b4962d593ad6577e99d7c13656d6a905af4c509c50d, '', 0, '?'),
(0xd2c95c0326abe3a9db993ee8a2baf16a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', 0, 0x6f68c4a5cbc69e7d1fb04ad2c6155ab1, 0x6f68c4a5cbc69e7d1fb04ad2c6155ab1, 0xd16f6e9435947125e5c3edb78efaed784ef7c0feb1a01a7b10a3e5a863bb79b6, '', 0, '?'),
(0xd2c9f9739e00d3ba89420b832c4e48ec, 'wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.css', 1, 0x00000000000000000000000000000000, 0x6eff092d9de3346720ff49849ee9003a, 0x9758d53bd9fd87c690bf840c39e94075f86ab26dc15bee899defee46bf2221fd, '', 0, '?'),
(0xd2cafadfedf0d6bb93531808c5f881c3, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', 1, 0x00000000000000000000000000000000, 0x8d28590a43796221a79e022d93520b8f, 0x99024f693beda863400187ca244103b3c3f10f97f9628fb280c5d95cd0324bfd, '', 0, '?'),
(0xd2cb2de1dac5b97afcaacd0c5e47b9e9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 0, 0x707691524755790d0966aec6f0fce3fe, 0x707691524755790d0966aec6f0fce3fe, 0xbc24b3febf8530fd8628d9f2ae70972c5f3b089825673d7202992a70dd25eb70, '', 0, '?'),
(0xd2cb7272fc951b3567bdac86b83baecb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', 1, 0x00000000000000000000000000000000, 0xd15ecf76b5d2de9e256c3b6f0c0b4d33, 0x1a521b544b9e025431cca902796cbad49ebdcebd332a6a83bdaaa7e7d1efed45, '', 0, '?'),
(0xd2cea0b50164d93201e2705f45f4c83b, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0xe909eab6be19ebd8c196677c94b1d3ea, 0x8d1b57df2fcef26934c9dd93e0f4eb7a69e503acdb970af61e47f5e89d56d1a2, '', 0, '?'),
(0xd2cfbf4ec12c75ad94735243ca13e3e0, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-text-grid.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-text-grid.php', 0, 0xb427297a1357239de0fc4306f24b1821, 0xb427297a1357239de0fc4306f24b1821, 0xeca1aa227a3e2fb0fd57cbaae3fdc9d8b5202d9f8d72dab5764dce6f0b01f021, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0xd2d55f12bc75263f9f797a9330890363, 'wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php', 1, 0x00000000000000000000000000000000, 0xe77f0c07bd2bbc7ca1a2450e6fb7958b, 0xef2f75f65c5b0a9d20133801fde1ac3c316ada2063033c7d2b91c7db9b70d0f0, '', 0, '?'),
(0xd2dd18cf7197be7e33e7cb1bc5d4f198, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 1, 0x00000000000000000000000000000000, 0x3772a29a2fdcab4c910485565c9d85a2, 0x2e7f9149a179903a5015e61b5ddc10ca21c67e509d09d7ab3ac8708335659150, '', 0, '?'),
(0xd2e8397608a1d60daeffb4ad10588443, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3.php', 0, 0x345227f3443cc2097682010218586218, 0x345227f3443cc2097682010218586218, 0x50a2d79544e0ab83b82f3068273b1fd24ab8a57937bba43387b69a7aa7ad8761, '', 0, '?'),
(0xd2eeaac0bcfa9300b0f9aa0a893943be, 'wp-includes/class-wp-speculation-rules.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-speculation-rules.php', 1, 0x00000000000000000000000000000000, 0x923ab2bd19bb1422e1122c4a8d4b07ea, 0x5fa77445b1a25fea2ed19de9976f15b74c93bcf06610f75c34460469c3316a58, '', 0, '?'),
(0xd2f16cfca4491e0d2c0f904238f0a6ba, 'wp-includes/blocks/quote/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style.min.css', 1, 0x00000000000000000000000000000000, 0x46936ddcfd142f78c51f25b1726b61b0, 0x0788ad59f6885359a54f4f63133174ea6a7852b4c919a454891cc0a908fa42f2, '', 0, '?'),
(0xd2f30dcc24e5280c1e04704bc14e1816, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_8.php', 0, 0xa342c4b1ca15dc7cec7dd62c3e54d583, 0xa342c4b1ca15dc7cec7dd62c3e54d583, 0x9053a0dd572987f10d83375b11ff542e343cb92e8c863aa4f0106b7b95d0ab8c, '', 0, '?'),
(0xd2f5cc418f585a96adb50c0b1010113d, 'wp-includes/Requests/src/Ssl.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Ssl.php', 1, 0x00000000000000000000000000000000, 0x541ecee9d8766275cfd8b63abacd7cc9, 0x92c48b5ec8a8e79e854bc94663225764200056d5d69c91ae2c65622848332cf6, '', 0, '?'),
(0xd2ff4656cb559f5f634b330518077ab6, 'wp-content/plugins/kk-star-ratings/freemius/assets/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xd30a303cc4caa69696300a13ed291a69, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_panel_settings.txt', 0, 0xe34f2e2f4bb311933c991ca40d7b3b2f, 0xe34f2e2f4bb311933c991ca40d7b3b2f, 0xbce9a7a889bc58a327eb2c4a3b85fa4e1e218f4f8617a897516ac4d2bdf5e2d8, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xec2757a9e9e64615e7e952d8ff5798b2, 0xe71900a2d55e78ef203c0fb0158b824b428360534e078265a16afd36af6a4f57, '', 0, '?'),
(0xd30ed6668835a121bf312f614eec25d4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_2.php', 0, 0x1ac0645021164b95f289aadecf81ab78, 0x1ac0645021164b95f289aadecf81ab78, 0x387e7df7c1e30335fddce702a5496dfeb9a7c370b992eaee6878ae99b469df2d, '', 0, '?'),
(0xd30ed98c67c13e09b1477108b702d5bd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', 1, 0x00000000000000000000000000000000, 0x8393d18d7ed72f8fa8ae7892795381fd, 0x66528101fb6cb34a499714c13230e36b896cd7b69d5d339f114f1933f14684d1, '', 0, '?'),
(0xd314d3cd3fa53e68fd6bb2ee782f6d03, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', 1, 0x00000000000000000000000000000000, 0xd379703f6d7fdf7da5c7dffd80d0c9f8, 0x4f33f78785debb017a54e91a2a846b049d360d9ae397fdc681f4c198f6ec1ade, '', 0, '?'),
(0xd31567b24145f3590bc79fd592b1e0fa, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/comments.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/comments.php', 0, 0xa4eec87b0e5c768d5fe24ef1af4ad775, 0xa4eec87b0e5c768d5fe24ef1af4ad775, 0x966ee4a443cbcb4ae95bb6c86ebc0a6faba10219beaaa18cae9be8678ea42223, '', 0, '?'),
(0xd319b89c026426a076b233b02a5df41e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3.php', 0, 0x8775e36e7e802720e9bc2152f889c49c, 0x8775e36e7e802720e9bc2152f889c49c, 0x72071ff0ffe1576980ae36e9c271106cba5358eebe9c82be8a607c329240ee81, '', 0, '?'),
(0xd31b741e6ecd702c69048491a8cee523, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-no-results.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-no-results.php', 0, 0xb538cf4b1dc1bc502cbb820583c4f487, 0xb538cf4b1dc1bc502cbb820583c4f487, 0xb98ba8b1310964ec230461db74e9768a967e5221f65c6751a612bdf9b32f9f30, '', 0, '?'),
(0xd31bde0f8c803afb2aea8a1faf559a6d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 0, 0x3efa44d2ed2d09891c26502bee4d2041, 0x3efa44d2ed2d09891c26502bee4d2041, 0x461c8b1c08d679909dddaa5b344f278a4c2643e1e107f53d46f01affe53d6e56, '', 0, '?'),
(0xd31ef8c7e4f504994a4a4c9766e56a2d, 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php', 0, 0x25cb0121bb5172f4da7d4f7287c8b90d, 0x25cb0121bb5172f4da7d4f7287c8b90d, 0xec1a8fece129f5618314de3d49eeefaeae2bf235237cac6f20d5c92d80362583, '', 0, '?'),
(0xd320d1b838a126e4a904f180f7422094, 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kk-star-ratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kk-star-ratings.php', 1, 0x00000000000000000000000000000000, 0x2f26b58996284aa666ac3e52148e2afd, 0x8b7adf0940e06a387717a427af779f14a59af97690f5d147a368d7c42a4ac926, '', 0, '?'),
(0xd32356fccfb6b4135681f1d841193d4b, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.mo', 0, 0x4c7aae71333f57e91b818a921b9a4e6d, 0x4c7aae71333f57e91b818a921b9a4e6d, 0xa42dd186a1565d9ad7460bc663ac930a93d2ba546b6ebbc3545b67e599a20cfb, '', 0, '?'),
(0xd32845684c667cd00382f9bbf1b6197e, 'wp-includes/blocks/details/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99327f1747e01461e4a046b221505e19, 0x235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f, '', 0, '?'),
(0xd32925771fe08122c44b3d522bc8a330, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_7.php', 0, 0xd1b63fe3549d7697ab0732e6726ef1c6, 0xd1b63fe3549d7697ab0732e6726ef1c6, 0xd6cdc4c611e29ee044478d995ddb6dbc5a2e3c892652f081d9419ed1450c705d, '', 0, '?'),
(0xd32b3d52508d8adc66f7454ad567d27a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', 1, 0x00000000000000000000000000000000, 0x481ec7305ce3af46993c3b53b9395270, 0xbe2887d98804e6c29b39c212732f7ca7d9c94d9ac756ad7c76e1c4bab7935dbd, '', 0, '?'),
(0xd33055ad66b664b477287927eab1f9b7, 'wp-content/plugins/elementor/includes/controls/text-shadow.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php', 1, 0x00000000000000000000000000000000, 0x088a046789d52ebcacb99ea4b11de993, 0x88f8cb71ad5ee974691695b711f560bdcdf92e6a34dcb69625e925b3c93c349d, '', 0, '?'),
(0xd336d1f562912daea364d0b3d090e826, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_8.php', 0, 0x471ad3c23f5d2f9b491c65df11a75fce, 0x471ad3c23f5d2f9b491c65df11a75fce, 0x5f5a4dbc383d429065782b9aa2d0a56b6ecbca76a65149bc8cd037fac7f067e2, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', '/home/abt90iranbet/public_html/wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xd348208a2539ddded56cb6d48594450b, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0xf7c1a8885af0da7c4a53caf31ce79c17, 0xc197b9af695ce94a6b46f3d3745cf300177814dfc9135265f16865c102266abc, '', 0, '?'),
(0xd34a6675d311f85990774dfbb7969b85, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_4.php', 0, 0x1e00f96366be718f9f2422e94e99c3e2, 0x1e00f96366be718f9f2422e94e99c3e2, 0x8abd2c8a9229102d06a1ae89a55ae8bced17aa688710e4317a59182875ac2e37, '', 0, '?'),
(0xd34dde7096120003a8afcd606bfc6e50, 'wp-includes/template-canvas.php', '/home/abt90iranbet/public_html/wp-includes/template-canvas.php', 1, 0x00000000000000000000000000000000, 0xb61f62ce5ce24b93a867163576d16d78, 0xd13d00d9e08b97beef8c82c48610aa017d7d380d71018d3efc8de2aa26819de1, '', 0, '?'),
(0xd35053db8826d26e7f9bd977e0e22e6f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', 1, 0x00000000000000000000000000000000, 0xafd7701a71838138148206c582fd5d01, 0x5b18f27de92a1d85bf35dc4d83201a3494178f741af3d22213acef64fa886a21, '', 0, '?'),
(0xd35256de6f37e54ce0f82260dc57b29f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5.php', 0, 0xa76749a276efcd7068c73b0f10fcf790, 0xa76749a276efcd7068c73b0f10fcf790, 0x8d5c58351020da616a1d0ccf60abccdc4328f32cb2d5ae00fca585e8be3af5b5, '', 0, '?'),
(0xd35277d6e2a2233d287fe6945e3f9f34, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE', 1, 0x00000000000000000000000000000000, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', '/home/abt90iranbet/public_html/wp-content/wflogs/config.php', 0, 0x28769a275b962ae94d318fc9983f7d42, 0x28769a275b962ae94d318fc9983f7d42, 0xc8e101c9027c29687c600309cca04aaa0e0ede2f73fad4a40fc5a6c0f13160b8, '', 0, '?'),
(0xd3648750b95d96903f6ac5c17c06db7b, 'wp-content/plugins/amp/includes/utils/class-amp-string-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-string-utils.php', 1, 0x00000000000000000000000000000000, 0x8c04908d701585bd0564c6813558ce1f, 0x04d253a6cab9009bef5a39affe31f2cd8380dedb00573270c5b951cd4b8e9325, '', 0, '?'),
(0xd3657afba5d02ec191140bf66f529358, 'wp-content/plugins/wpfront-notification-bar/css/settings.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/settings.css', 1, 0x00000000000000000000000000000000, 0x8931b69ee13cbbbc3430028a61d39031, 0x8fd362221c0b3ed8ba2ede7397a239df2c1e1000b6ae86754eff94f2fd1151c7, '', 0, '?'),
(0xd3671c478adf92d2b79b75ba36b0125a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', 1, 0x00000000000000000000000000000000, 0xf524a494536ffb2b3032885c16954078, 0x79cf6fa58856432e2dffc6b3ee669654891be545b51a6d8182fe2bf3e7612096, '', 0, '?'),
(0xd3686446acac9bcb908a319a60827c8a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2_no_content.php', 0, 0x7e52ebf3ff5900edd3ceb0d095b4c1c4, 0x7e52ebf3ff5900edd3ceb0d095b4c1c4, 0xdd8408ce949afb760bff81ceb22044b0ff825cfcd9b93410d89dfb75fdff8cfe, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0xe1785c98e35073e3e29fa426ca572ebb, 0x3a07f80848e05c0334e3b2632c3bc2ce2784b15516b95b542ad15f75bfcd2e9f, '', 0, '?'),
(0xd36ef3048b1d7d149f4036e2b665b768, 'wp-content/plugins/elementor/includes/widgets/traits/button-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php', 1, 0x00000000000000000000000000000000, 0x503c18ac641c92c817b7fd37f5eb5c6b, 0x2ddc6c1ead8725f6070bd4265b3e510f508ed94d2233f851f6527635e3fe88d7, '', 0, '?'),
(0xd3737dd4f9c7b6ea29d3541dd056afcf, 'wp-includes/blocks/nextpage/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/block.json', 1, 0x00000000000000000000000000000000, 0xed6fb9c6c7588756ede18b8f4db587af, 0x32f73ff512fa1123d27b9518654f7a89e904045f519db294840bfa22c47ad47d, '', 0, '?'),
(0xd3793498e8ded1ec163dc5cc39fbe67b, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x88e0febb345229d55b0c0d60a898ab41, 0x479d978fa958e73f5e4377add70b140ff6f91d1f17c26e8b988787374df61295, '', 0, '?'),
(0xd37c884dfbf802b98bbea73e794698c5, 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php', 0, 0xdb7a8ca82309ef8faa4addbed35e182d, 0xdb7a8ca82309ef8faa4addbed35e182d, 0xfdc6888390b62b8660ea580ec8dce51525658eaeb770bed91898a33fa61c8146, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0xd37d5bfc4246e697ca29c9ac30e9a654, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', 1, 0x00000000000000000000000000000000, 0x616c5e9d5b936f54246e30c0f564dea2, 0x0c66514e592c0b4989742e2f92f129f5a7e0dd26e7408472296fdb7aad059cbe, '', 0, '?'),
(0xd3809f58651406c0e6ef74a1f5f6e09b, 'wp-content/plugins/td-composer/td-multi-purpose/less/prepros.config', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/prepros.config', 0, 0x46da8679cd02f8d31bfacc8212dda087, 0x46da8679cd02f8d31bfacc8212dda087, 0x8be7c689f95307fde78d138c875943169d8d6a6f91db4cc91b6ae9eea0635e13, '', 0, '?'),
(0xd38d9a2d77049879181439b52ca8d0c5, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 1, 0x00000000000000000000000000000000, 0xc112091cbdb0abf79449c2769bad9479, 0xa8d1cbe3d5baa1d6a6c139ac5b2bd4ea3491be70f8e2575dc1a4380fe97f51e5, '', 0, '?'),
(0xd38f18c8291acab05a46f1046d7caca1, 'wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php', 1, 0x00000000000000000000000000000000, 0xf5f43483656713caaf011aa8381518e5, 0x21f35cb1be53a600026e9f7f75d960f5c3732d6074b9b5408fba4a27b2709e96, '', 0, '?'),
(0xd38f84d4226eb8307204526805a16c7d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_5.php', 0, 0x55214ae5172af731351417bae51b3fc6, 0x55214ae5172af731351417bae51b3fc6, 0xf2d68cbe10ca8e70dd3ee241a7690116de96975887073a54e65256facc2364f4, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0xd39609035a0108ad45450684cdd948f7, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/members.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/members.svg', 1, 0x00000000000000000000000000000000, 0x5b0f4c457f755a25d11a0857d28ea149, 0x4f07439d94bdabc33ae0fc7697cfa39346d8cc59140db37813e389ebec2f86b8, '', 0, '?'),
(0xd39764f7945dc9fa30b66a1aa65eaf22, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php', 1, 0x00000000000000000000000000000000, 0xf5746392ab93174d594b79ab188322b1, 0xaa33f166a01949ba08ff3b21d9f35b90927553dd838f4e4c202852231b562f5f, '', 0, '?'),
(0xd39b0785e9ec70b3f05396f2e010e4b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_7.php', 0, 0x54e588a3559bc4e335c419efc798e393, 0x54e588a3559bc4e335c419efc798e393, 0x4b904d129fbe96ba80fc97818167700a5e713a712915a4f7ba1c1979e31c41a3, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xeec9b61d09405cb099e6fb52a55433b9, 0xe890f1a03ca9b162d08d5338fce8a3f2c31699226655022d0cd09bc3724d7e4c, '', 0, '?'),
(0xd3a4acb7e6ccfbc7954cd9468d9d5a51, 'wp-includes/css/dist/block-library/common-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x260cddfe8a46c08eefe936bcf3033064, 0x57af60e11cd30581281ac5b7726caf8dffc45a3129b7a00be3a5346c389555e6, '', 0, '?'),
(0xd3a7350b6682b092fec2a43bc34947ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4.php', 0, 0x2c0fea82ba396edf3f7c292087e474e9, 0x2c0fea82ba396edf3f7c292087e474e9, 0xc6dbdb559e20a62e41482c4d2f9d152b9c4e58985ff817df02f2975da6c86585, '', 0, '?'),
(0xd3aa1ed5d5dc2146740983253f6c405d, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xf904081c0f95774dfb3b825f6d9fc881, 0xf9fca11b944e53a2840561345c4dd898e924ce939c87ae4800bdbfbeb5b67896, '', 0, '?'),
(0xd3aa8017ad473d844fda4c771e50aa9c, 'wp-includes/blocks/comment-author-name/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33b05c9e4946d3c866e279cb4cb2e85a, 0xb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98, '', 0, '?'),
(0xd3b9accab13459b1cb2363d02b122cfe, 'wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo', 1, 0x00000000000000000000000000000000, 0x72535a5f037c1d28e61f3ec5eb8c1ecc, 0x6f166f941378b30e68719478aa25244c97d611ad74876bb9962298500d2e3efd, '', 0, '?'),
(0xd3bba874e2f4dd29ce8fe5c5b1517d9a, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon.svg', 1, 0x00000000000000000000000000000000, 0x1f378d1aa47fdb7f0447823f9bc64ec4, 0x3b91689010d527f402d1a8117951a18eae9a9c792cec27bbd8da2b026786c48b, '', 0, '?'),
(0xd3bbdbacccb85ae9028b6128cb3b899a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 1, 0x00000000000000000000000000000000, 0x449edc37e28c7f231b7d1e1d3165b86b, 0x00a06fe51fe66c586e363293b6ae35d7db32c80fcaa4400857a4367394e09d4a, '', 0, '?'),
(0xd3ca7c7f2b0658c2868d611949e82fef, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x91daa9c2714d5e7407926f182b8425f6, 0x0e3f0adba1d307f92e3d62038465de66516b6a00c57b70d67c9ee84ce2600bb9, '', 0, '?'),
(0xd3cbd8b123faf34b72aaceee277a237d, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ro_RO.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ro_RO.json', 0, 0x8650baf4a761498198327147fd302670, 0x8650baf4a761498198327147fd302670, 0x52e1cd54de82c8e614f797d45059ed6ff6dfae149fecc666370cd137542fa752, '', 0, '?'),
(0xd3cddc56fe249f105e15f6fe08a204e2, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-with-categories.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-with-categories.php', 0, 0xe64ba458daf182ec401944d8787a8842, 0xe64ba458daf182ec401944d8787a8842, 0x98e669b22f3d1dbc90ef87b48b7842f27df50143ce6e097cfe3bd80d04f079b2, '', 0, '?'),
(0xd3d0b893579a61abbf3fe6cab7a33824, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-2.png', 0, 0x4100a8bb58bbe9eb8ea1c07bab9aeb82, 0x4100a8bb58bbe9eb8ea1c07bab9aeb82, 0x398ef54441427267eb16044df96b5d4a8ea9c8c6ed7dd85b6a28e8830a53abde, '', 0, '?'),
(0xd3d18de0046f28fd48138e747478fb2e, 'wp-includes/blocks/table/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/style.min.css', 1, 0x00000000000000000000000000000000, 0xfd690cdf40eedab5d615669e4f809683, 0x757058ee3bc16071ec1152b5e7a2a94a301a0802c18a20629e59b7af82130298, '', 0, '?'),
(0xd3d69925af44e894807e7331e5c8221e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_panel_settings.txt', 0, 0x2cabe3851405008ba427acfb86d712f0, 0x2cabe3851405008ba427acfb86d712f0, 0x731a1996b131eb874fc57255697ff160e31ffdafd4d5454ce4d43e51fb01ddca, '', 0, '?'),
(0xd3d6ed40d9d661de189503ef4f8f2268, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php', 0, 0x93e06145ecdde4795da45338f8aec8ad, 0x93e06145ecdde4795da45338f8aec8ad, 0x9d0c52c0a5d1667d9857ff833ef93a1cdc2b4e9c0bb3ea7d27bc56859b9e22e2, '', 0, '?'),
(0xd3db095cca8b61bbbcbff6381343bb11, 'wp-content/updraft/backup_2025-09-03-0330___90_af30db2d7636-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-03-0330___90_af30db2d7636-db.gz', 0, 0xfc800fcf5d6678e15626443e571808f2, 0xfc800fcf5d6678e15626443e571808f2, 0xf6289e5bad9ad2cb6ea83fba9f50d4ff545c44582fc63c0ab24ca97d9a83d116, '', 0, '?'),
(0xd3dbde3a8b5c20dfcc7f48591e925598, 'wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css', 1, 0x00000000000000000000000000000000, 0x792b455c4f5458d3cd5bcbc67d9b23f0, 0xa95789dada06bcce8e3544a73eba034f913ebd6a412c34063666de93c0c2e2e7, '', 0, '?'),
(0xd3e275455f0ed6b2ec9567540f25f4f7, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 0, 0xe07ffb0530c05937f27f470789547fe1, 0xe07ffb0530c05937f27f470789547fe1, 0xa366ff10ee70050d43ea958ce34de4e37d8407bb02ab385b003ed2d22e6c134a, '', 0, '?'),
(0xd3e2b33e5a7f62b56f26900ec2d41c8d, 'wp-content/plugins/akismet/views/config.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/config.php', 1, 0x00000000000000000000000000000000, 0xae0f1932ceff5d281a7b273943a5d576, 0xa31db4237082eaa087ce55bae1b7246e8eaf609f466ea3cfe829039bc05de624, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd3e3970f35ac1ba8ec96c4baec25b5cb, 'wp-includes/blocks/buttons/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6e1daa46ff94f59b68352570af441d3f, 0xaf76ba1dee463f0ea896cba88bb36c40637e4a35cd3f12b18c35ecc1744e349a, '', 0, '?'),
(0xd3e62e22f029f3f884550dc7b83d7d5d, 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 1, 0x00000000000000000000000000000000, 0x0a17d0889ccefa6ff8080da76b2ca1b0, 0xa8691dafb3d9c1c32adcc57b171bba48650205f9e00b8823cda5b15e0517f4e3, '', 0, '?'),
(0xd3e97aeef45f3c3224caa4d63e3e6a47, 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php', 0, 0x7c71c0cdab7652efcea9e0ecdbc72bf7, 0x7c71c0cdab7652efcea9e0ecdbc72bf7, 0xd2e91323caa2cd092edca0b615625ce71e55dc47a4fe6ec8a1e50fd00a0c29ea, '', 0, '?'),
(0xd3ebd9bcb1bc1993b348652db88f7f42, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-page_link.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-page_link.php', 0, 0x133cf193de55af7aeddbbc6fa3026e16, 0x133cf193de55af7aeddbbc6fa3026e16, 0x5a0b7520de0a97e99d7935f7584da5a9f2c368ddc94579b06316a30fe646c0bf, '', 0, '?'),
(0xd3ec9fc365d369280b23c2efeeb35887, 'wp-content/plugins/elementor/assets/css/app-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-rtl.css', 1, 0x00000000000000000000000000000000, 0x841302e8a3249c6172c703b0312c4f31, 0xdbc169c36ba6dfcdd6595ded91cf477e058f243488e1d634ab30bb97e40bdd14, '', 0, '?'),
(0xd3ede4ed47cedec149061a96d8a338a1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 1, 0x00000000000000000000000000000000, 0x950fc1a3fe3a079563c608f50d2aa7f5, 0x8ad801aee3910f26fef607a3705174c993bd37491cbb947b4cee9712ddfff92c, '', 0, '?'),
(0xd3f01348d9cc4147ff7cb399a48f22ad, 'wp-includes/blocks/nextpage/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x36527f639bb11330b5742046bce6f630, 0xece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', '/home/abt90iranbet/public_html/wp-admin/erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0xf75d79437caf9b44f1d14a26f7b22183, 0xf426b6e0d200fe0526eec95995a8d4e3b455a2cdc503cd1b91354640edf5cf29, '', 0, '?'),
(0xd3f62043f4eed63471aea48293a566f8, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', 0, 0x3d351d0a2d7e28621e6a67cf5d5a7d28, 0x3d351d0a2d7e28621e6a67cf5d5a7d28, 0x734fb233617d57c4f01d060ff65582b2fb70cbee128b3926fe86cbdf41f56857, '', 0, '?'),
(0xd3f9e2c6ee12708f33a87a79d26a676b, 'wp-content/updraft/backup_2025-08-09-0331___90_49a0c1b5de87-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-09-0331___90_49a0c1b5de87-db.gz', 0, 0x97e28e54c05b21d9ca4c94a7db88732b, 0x97e28e54c05b21d9ca4c94a7db88732b, 0xe9d6ba08a71e06528eab2184d750b64081c6052efdb99c540ea2628218fd2f17, '', 0, '?'),
(0xd3fb763a2c50a2a4b7a025b9d4ff3061, 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 1, 0x00000000000000000000000000000000, 0x50b0491b43ad944b2c38090b29f0eb75, 0xdfbeef85d6df9f37abd7c2967cecc81f8e1c2010598d8eb33a98cb07c68c1eaa, '', 0, '?'),
(0xd3fc19829fe2f195cefdcf4c960140b1, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php', 0, 0x4de0c534f6af57eb68965ebef7d73a64, 0x4de0c534f6af57eb68965ebef7d73a64, 0x1f4eaa6b045c6039e3ed9169fb1804e998f52f37e4fc8636e28f49ee36d2e952, '', 0, '?'),
(0xd3fe3f48340ba956aa88898fad0a83ce, 'wp-includes/blocks/pullquote/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor.min.css', 1, 0x00000000000000000000000000000000, 0xe169d4087d967d4f10619d02be5860a3, 0x35689e3344d909a2b1132108add0a30ef45e4916d6756e2ba083912fd95fbe75, '', 0, '?'),
(0xd40333c1dd58f2f14ddf1ea76857d5bf, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/README.md', 0, 0xbe05b28e8661d86f6eaa23e785b5fdf6, 0xbe05b28e8661d86f6eaa23e785b5fdf6, 0xc5160827ab6ea3e6d52b64da325dfae509d66bf538bcb1c417eea331f58dbed5, '', 0, '?'),
(0xd405559ab6a5d52079b8835ea08abc14, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1.php', 0, 0xc41fbfeb4ed34c3a27a28b4a133e2832, 0xc41fbfeb4ed34c3a27a28b4a133e2832, 0x992d7d4683de945480dce2cd390ae5fd5bf36e36de3c11ef6a513ffa8ff412f7, '', 0, '?'),
(0xd4096b4a923ffb20a20b4078aab092a4, 'wp-includes/blocks/categories/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x904374dc954be1d0d1a5b491b8b67c80, 0xb2a37ad39944b80fd3b6b4816ef6bfad0281c4218041cb83895d980bded6043f, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xd40cfe878a9ec1af63ddc1bcaf81ca34, 'wp-content/plugins/poka-review/includes/libraries/acf/acf.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/acf.php', 0, 0xa47ae07bacf3bbe09924e462bcf2af0f, 0xa47ae07bacf3bbe09924e462bcf2af0f, 0xa2693ea01fdd7594e1293610033c8e4278d9460e302631681a00808197a8db39, '', 0, '?'),
(0xd40e8aa3da6699852dfff73bcad9f0c1, 'wp-content/plugins/td-composer/includes/tdc_config.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_config.php', 0, 0x0d443ecb6076bea2abf0788077fddd5b, 0x0d443ecb6076bea2abf0788077fddd5b, 0x3569ffe6623c4f948b70dbba7019a78b7a6dddbf52836e85c22bc4c385494a8b, '', 0, '?'),
(0xd41161ee0e83a4475181c7379a45d308, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', 1, 0x00000000000000000000000000000000, 0x7cd65cd88fcdb68f6a682fdf34b4a8ae, 0x2a2685203b7e228ca703ad30f446dca9ca6addac891aaf43f74dacb5631320a1, '', 0, '?'),
(0xd412920d130a15ab386e7d02f49805d1, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 1, 0x00000000000000000000000000000000, 0x8c34fbb7436d5b8d055ed5d49980fa2a, 0x0109884f725b006395ab2bbcee31daef77e840a8437fc56856b54508fe07dd2e, '', 0, '?'),
(0xd412eaa6173699acb1a8cba79b692739, 'wp-content/plugins/updraftplus/images/addons-images/autobackup.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/autobackup.png', 1, 0x00000000000000000000000000000000, 0x2bffc574ba159c6e6a054bc004130184, 0xc22dd867b181db76413e45f5ab73af8fd6d711085df4eaeb19bce64acc7a1674, '', 0, '?'),
(0xd417b533c331febe9e27c8bf56fcc1ab, 'wp-content/plugins/wordpress-seo/images/link_suggestions.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/link_suggestions.png', 1, 0x00000000000000000000000000000000, 0x62a2caf06a961d8a5e29535c568a7d09, 0x2a0b5179344bd83cc055e6786cf94d3553fb645d1f824aac4924b894ca1dc981, '', 0, '?'),
(0xd41b7d97a0957dcc0fed30b746fc6ba8, 'wp-content/updraft/backup_2025-10-09-0329___90_edc500528bc2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-09-0329___90_edc500528bc2-db.gz', 0, 0x0c2a6595a2d9b4bda76c7bc285ce1c68, 0x0c2a6595a2d9b4bda76c7bc285ce1c68, 0x6206cf62c3cabd08879f65921ead2d202cf0d46c5f746392ea5b6c04de878014, '', 0, '?'),
(0xd41d9c413f6a26816c925c8874518e7c, 'wp-includes/Requests/src/Capability.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Capability.php', 1, 0x00000000000000000000000000000000, 0x640e7a0ccfa41477127b8689c4edb8d9, 0x672495bfaff7bc9a5fe63b1d5ed73ea39b6dce94b4bba82dbd64c270ab8a2b67, '', 0, '?'),
(0xd429d264345df24dde2af4f722cd59b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_import.php', 0, 0x3dda1a3a71bf1c7446f06bfe7abfa3f9, 0x3dda1a3a71bf1c7446f06bfe7abfa3f9, 0x492257cdf0c2218d41ff3f0ca9973ea777006ea2ddcaab37db716f73ca885831, '', 0, '?'),
(0xd42f2f2e1800f20bb3aca56c6c4fcf28, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 1, 0x00000000000000000000000000000000, 0x0c5a5573f67f71e438337bf067f19781, 0xac868eb9dc51ac3d043a35d57b9e9537d127e5c0a0d446233ccd799ccf469ac7, '', 0, '?'),
(0xd4310a48ccb5d945512d2ae32f17c024, 'wp-includes/blocks/post-author-name/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7da1dcc119d972ba4d58a6051710db6f, 0x99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e9, '', 0, '?'),
(0xd4310a9167348494462e8e4b9ed065f5, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', 1, 0x00000000000000000000000000000000, 0x67c9ca14bf2c4df1b83a7ee8e56fa183, 0x529769680dd4f280bb037e029354180cff97760cd302d9c4432a121c309ffad6, '', 0, '?'),
(0xd434c7293cf0cce12bc940e69d129ff5, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box5.php', 0, 0xf56504feaeaeb2a47c73b7af87a136cf, 0xf56504feaeaeb2a47c73b7af87a136cf, 0x3ac5c29848ea1045c09c38e9e2ad7f24afbf3d7748ac1466061f7fadf3be4f30, '', 0, '?'),
(0xd43aa80d64b7e0cd3a7cff290ce578ba, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php', 0, 0xeec187bd99ba4ce62304fba1764ad915, 0xeec187bd99ba4ce62304fba1764ad915, 0x395a400c9587e2b05a1d444b1cfa9d244c6e1f7e8ac212cdea253fe8309cc404, '', 0, '?'),
(0xd43b85e52164c029d59a95c4be093676, 'wp-content/updraft/plugins-old/akismet/views/predefined.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/predefined.php', 0, 0xb6fe2d7efceac92072128f9ae528f5ba, 0xb6fe2d7efceac92072128f9ae528f5ba, 0xb63733b48ad569fcde8a165d2bfafce48387e309a2fde70e01d7ffee0963c56b, '', 0, '?'),
(0xd444d62b1746c042129f02c06cf42432, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/posts.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/posts.svg', 1, 0x00000000000000000000000000000000, 0xa9e1c811a66614f19e3be2788069c271, 0xce432074f626dd4c69a98456efadd9c17115164b2ace1a3950c7d9ee36c9b827, '', 0, '?'),
(0xd44575b7df01631b3317c2fb07e69fcb, 'wp-content/plugins/shortcodes-ultimate/inc/core/tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/tools.php', 1, 0x00000000000000000000000000000000, 0xa5bbf1548e15411364a9e1cfdd5f88be, 0x5497944fa55b425a5be06495ed2b307bf8283f4c2e76ea12cb62133731d3f6e0, '', 0, '?'),
(0xd447c3791d88a0ae2a065d5ec4b84d69, 'wp-content/updraft/backup_2025-09-29-0334___90_30ff451252f2-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-29-0334___90_30ff451252f2-db.gz', 0, 0x4ad80eaa33b70ebfaaabbcdb4fae1850, 0x4ad80eaa33b70ebfaaabbcdb4fae1850, 0xb5233ab5dc00088123db3e1ae8982053a232559fa65a161b2ec55e7151fa5a30, '', 0, '?'),
(0xd44dcb4b37264e6bda22c9328b69164d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_6.php', 0, 0x509f0c1ee04b4b4cb6b80645af20b82e, 0x509f0c1ee04b4b4cb6b80645af20b82e, 0xad83fce4596ddac4ba19bf77748df7789abee8dd84e6af8c5c89ac185ab615c0, '', 0, '?'),
(0xd44e99f41e1b16f1af338fbd72efd6f6, 'wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php', 1, 0x00000000000000000000000000000000, 0x97c840a5e4e20aa5ae5f8c91639fa463, 0x11e9b37b9631b458bc76e7f3d5985cc6631f5ca1243982d440a6b632e9abf932, '', 0, '?'),
(0xd452fabff094bee5ed92c7631cfc4cba, 'wp-content/plugins/td-composer/td-multi-purpose/style-admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/style-admin.css', 0, 0xb2cb0ed12ec3b9c550620315b2fd3ac8, 0xb2cb0ed12ec3b9c550620315b2fd3ac8, 0x32daff98734e6b3f73da59db4ec280e22e799632bc9f7441b19de6831e916d2a, '', 0, '?'),
(0xd4552c8eb6c3f18059db18e4b6bc3088, 'wp-content/plugins/elementor/includes/controls/base-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-data.php', 1, 0x00000000000000000000000000000000, 0x6e89e73843bbe98737d4fd6e5144d13d, 0x9ba2b134b44ee63f5ae87a40c2000c5b6924f85556de32f16395d8d3a00638c0, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0xd46608bedcbd10cec04dd9bcf89facca, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdScrollToClass.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdScrollToClass.js', 0, 0x5e1e8d99e8c8da627edb9e93006145e5, 0x5e1e8d99e8c8da627edb9e93006145e5, 0xc2495d95cc888ab410b63cda97bb23235776e32448bc62c1d6f396ed3b24b0da, '', 0, '?'),
(0xd468250aa95978c38456b9aee476e039, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 1, 0x00000000000000000000000000000000, 0x8d91b2700ea05dadc7174f304fb02a9c, 0x69cfc28f439ff563aab252af3a5ecbb465a704bfdf1af7718dca8abc82e21159, '', 0, '?'),
(0xd4696432f91d2a9c9e04451b3987f289, 'wp-content/themes/Newspaper/style.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style.css', 0, 0x0ac64d259351bee6b3b423895cfb7d60, 0x0ac64d259351bee6b3b423895cfb7d60, 0xd0a1b3d2b2781aea1d8efc0a215c2b7f6e816eedc0ea0456fbc98ef291ff4fd8, '', 0, '?'),
(0xd46981d39a74773a8cb16d1a9bc5162b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2.php', 0, 0x7245e8db6c4352224390e0e46327421e, 0x7245e8db6c4352224390e0e46327421e, 0xcb663064052526e9780753db4060f74ab00f853f7d7dad5b5ff13cfe062c8369, '', 0, '?'),
(0xd469ed2813ac7681523cff303d0d2106, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_2.php', 0, 0x6aac2ae7c49e6958ce6e64c3fb3286b7, 0x6aac2ae7c49e6958ce6e64c3fb3286b7, 0x3988d271890e2bcbcc9ae58451d658c33e5b3f67032ee4edbf606deaa3eb061d, '', 0, '?'),
(0xd48088f56ab5456a1a0e1bfe702b6f18, 'wp-content/plugins/elementor/modules/library/documents/container.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/container.php', 1, 0x00000000000000000000000000000000, 0xe13d25dfed07012d678bfc7d988c4a6e, 0x21b23befd06e465509947750d171324bfe8bd6e80d128779a0a1eafedcd9d1e4, '', 0, '?'),
(0xd485f28f3891ba196eea97382fc28579, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 0, 0xa91578d74ece771f799b5b82cfcf0e38, 0xa91578d74ece771f799b5b82cfcf0e38, 0xc7595420726cec9751549122999840753fabe3d533788aac1da480b4ccff093f, '', 0, '?'),
(0xd488f4dce9e73f8d959a27fa597f3cae, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4d3ff9eed3f41b12d92d9fb58bb39610.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4d3ff9eed3f41b12d92d9fb58bb39610.json', 0, 0x0f78a52715c40dc0d594127b2b4903fe, 0x0f78a52715c40dc0d594127b2b4903fe, 0xc54d801bde327cdeac8665f4d94dc010daea3cbf9412f6d458ab403aa469ba96, '', 0, '?'),
(0xd489dcc03a69a25da6ce67f520f9478f, 'wp-content/plugins/td-composer/legacy/Newspaper/js/hammer.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/hammer.min.js', 0, 0x31808ec8a1cfdc10f09588562f6d5b1c, 0x31808ec8a1cfdc10f09588562f6d5b1c, 0xc49725593952c121cda97eb64b367ff7512649293a3d860906aca0e284399dc5, '', 0, '?'),
(0xd490c49f89c360c7cec73f725e9b31bf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', 1, 0x00000000000000000000000000000000, 0x92ec8cad58b21cb0ee41266d2d078956, 0xb914496b9b4e4f491df8918127594b283aa2fa31dbbaf7ccd9d1a5497525deef, '', 0, '?'),
(0xd49244481cac3a16d104d1e73e30bbba, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js', 1, 0x00000000000000000000000000000000, 0x142cb221ba073ef35456f339a0b08ea6, 0xe4225100f7c72ade8b593d2370a8515f075d6dcdde601d1621116c87fc91b870, '', 0, '?'),
(0xd4975261c13e87ba0ff9dd38be53a0ca, 'wp-includes/SimplePie/src/Cache/DB.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x66c2d3e2663fbc852bf53964d894b117, 0x88083d32386055342da145a7da30bfefc48a062b6c6eaf37b3ca4e43639839fc, '', 0, '?'),
(0xd49bf761f9da13fd9ae18dc17472ad87, 'wp-includes/blocks/video/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/video/block.json', 1, 0x00000000000000000000000000000000, 0xca6f0daf39d103c5efff9c05c573c090, 0x0f860ea56aa66bf42868bb8c310858dda5164ea8ef2d9e408da7c2afc783aa59, '', 0, '?'),
(0xd49c64ad18263b30cc0c3bf07d68bcd9, 'wp-includes/blocks/columns/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style.css', 1, 0x00000000000000000000000000000000, 0x6cceaffd46487df1fe78d20ecc04d82f, 0x78dbcb386d6316c16e05110b42114334bc00d489dd339df8a3f49093a849ebec, '', 0, '?'),
(0xd4a4ecbbefd190977fb635af09aa1d18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import_no_content.php', 0, 0x5981788f29ac64f83c56988fd265bb8f, 0x5981788f29ac64f83c56988fd265bb8f, 0xa60ec64357d38ec239daa4a3afd9db0f458fa0ec89e215dba280ca62e41448df, '', 0, '?'),
(0xd4a6aac27abfa7eb5f852b3e69b1d720, 'wp-content/plugins/elementor/core/dynamic-tags/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php', 1, 0x00000000000000000000000000000000, 0x4bf6fcf9593fcdc3f8da12e306f01ad9, 0x748ae7d997d32bd5fd92c02a49dd1c893814f0c6083322e838701627e1e4bb9a, '', 0, '?'),
(0xd4a9fcc23d46dc7fe9a89d8a3444ffd9, 'wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php', 1, 0x00000000000000000000000000000000, 0xa424deed1e5e9c722b8e92fd004e5980, 0x8f16f56018ba68933b8de9a7fc1ebbcea8b11af16766b200743f5dc5d3a46a76, '', 0, '?'),
(0xd4acc9c30712fcc51df766603f38dcb4, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-range.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-range.php', 0, 0xb36dba4272189ce8bf458900197d6be5, 0xb36dba4272189ce8bf458900197d6be5, 0xa767f54e53e0629704f4234ec063891de07eaaf31a8f713bfbd007df960ff3de, '', 0, '?'),
(0xd4aebbc1e6adda0fb39c97f32be9871a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_2.php', 0, 0x3b5c5534cabc345e02b42d9a4db53339, 0x3b5c5534cabc345e02b42d9a4db53339, 0x0c85e9c9a8f58768aefc1d9fa9e9e96ea79a37080a46c8caad862bee7199f042, '', 0, '?'),
(0xd4b45728365557377fe5bd6e16ff50ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_panel_settings.txt', 0, 0x0a1db498360597cda4d6ab749d989a6a, 0x0a1db498360597cda4d6ab749d989a6a, 0x3579871e46eec65873806911328783e5ef2f84d2db8bf7a2382c53df75b99a83, '', 0, '?'),
(0xd4bb71be45e87be4c4f0916ea5b9038e, 'wp-includes/blocks/verse/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc665e1a9cba35212ec527cbcf5a9ad97, 0x03856a2f2bd5488be615d32bc6d788cf7a2a63e0d92a82b1611e87617f9e65c1, '', 0, '?'),
(0xd4bd613e04c271110c50f27fc9dcdbb5, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json', 1, 0x00000000000000000000000000000000, 0x8aa6eefeae3758068f094e5e26c40b53, 0xf6991805379886e9e6caba32f35c3f096f2037d63753e20cdd3d7eff7b3e9bdd, '', 0, '?'),
(0xd4bd9692710eea5c3a094a3b031b84dc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/demo_style.css', 0, 0xc463e4b950ce6f3a899677aa49d97049, 0xc463e4b950ce6f3a899677aa49d97049, 0xc136cba83e0d15977b52ca121897d38fb15b7b4f2fbcf953f3e793b5c5ba4768, '', 0, '?'),
(0xd4be03cf1d1ff1067e9911817eb14bfe, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_ads.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_ads.php', 0, 0xbda99344089273de84604d061b58b551, 0xbda99344089273de84604d061b58b551, 0x9112e15c2247b76bdeb4f436451a62da9467a70ff0fd6ad04c85fd02a7673dd0, '', 0, '?'),
(0xd4c260611e3c4e708dc888aca76991e0, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-full-screen-image.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-full-screen-image.php', 0, 0x0926179f51eadad3cf44b6a3a1d35442, 0x0926179f51eadad3cf44b6a3a1d35442, 0xa7f4fd18ac7c10379425ab5a9235cb846b09f7512709c0f79ef0fc8ee7a847f1, '', 0, '?'),
(0xd4c4f126705d92721a0732a8bb21b2ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_4.php', 0, 0x70c0cca74382a94f0cecb6dec7246e84, 0x70c0cca74382a94f0cecb6dec7246e84, 0xc0266001005b592c83abe6bbce36b7220ae3382bfd79c8121cceabdb7b5c720e, '', 0, '?'),
(0xd4c62352e982794755f2c0b32cede988, 'wp-content/plugins/updraftplus/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xc181c8530f43c22d37d6739e6c524fc6, 0xbcd14e75231df4c321489fdb13a5cbbe22bcbd02fbde6aca4ce1b65a6312b11b, '', 0, '?'),
(0xd4c6c0a49bdb062aa9e5dca69b67a92f, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php', 1, 0x00000000000000000000000000000000, 0x2fdd730b104d30c0f73e81077152b066, 0x5a31edf1af5affce66d02c2d062e3e2c40bea244bcd9a306df49afb4865afa6a, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', '/home/abt90iranbet/public_html/wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0xf887283ab5538982b173e5534f4c9249, 0x85c064fa807ae9c8648a631f9116b5f1d2a40e4735e02a7b4cf6252a9d4ac07b, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', '/home/abt90iranbet/public_html/wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0x2c4af0bbdf2fb60fc46ee752e4bb7ee9, 0x710807d4a1d004fab81b63ab17c771d36c352fdd331924cb9d549c470e5705e9, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor.css', 1, 0x00000000000000000000000000000000, 0x76837cec221e27d8228ea9b49862c307, 0xad6da8887c9982426fc3d8e5a74924969b774b1b0d5e5165ac0bc1701a635b57, '', 0, '?'),
(0xd4d0832bc1f8129abd3d3ea51da4cbe3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Options.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Options.php', 1, 0x00000000000000000000000000000000, 0xf1b9e52d4b0469893e436061f2a8b4de, 0x6bee456656c56ec10ee9cef747b43bae61a7efab47a8511c989eb0db00898bcf, '', 0, '?'),
(0xd4d08488f182cf87cf1c6c046009f404, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import.php', 0, 0x4600db1d5fc6743d13eb76f24ddbd4e5, 0x4600db1d5fc6743d13eb76f24ddbd4e5, 0x2ff0d9a92a5bd2b556e98d94c0932c7f7c3818045a43553386c514db6d7e8750, '', 0, '?'),
(0xd4d9c5bdd97593a418d31b93200701c4, 'wp-content/plugins/elementor/core/upgrade/upgrades.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php', 1, 0x00000000000000000000000000000000, 0x7a0eb13972602c1cbc1a95db7fb5a278, 0x7003720daa02af4917dca3777d6f33de0a4194cef3c3a7d025843b69ff49718b, '', 0, '?'),
(0xd4dd4e17bb5377275665b1de1d79d1f6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 1, 0x00000000000000000000000000000000, 0xa538b157111059ac6cdee20699400aee, 0x5e5357ab92e08f9a75bad0f13b514f96dc21d08c731550c7f45997aecd8afe5b, '', 0, '?'),
(0xd4ddc51524ca28dc3ac6e01ecf5bd80a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3_no_content.php', 0, 0x5c20a8ef355ecc81ba5c38e18110e29f, 0x5c20a8ef355ecc81ba5c38e18110e29f, 0xecf34f0575dc47b1a57ffa1b378c0da3012ef8ea8bf09139308d398a9d2ca9cd, '', 0, '?'),
(0xd4decc9f87bc3a48ad4362672a49103b, 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 1, 0x00000000000000000000000000000000, 0xdb3f0161ff346291b8c0d12c6277a348, 0x9ecaf87bc7e429ff2edf2c2477c15397a1d99c3084f56fe2ab96eae5fcce29e8, '', 0, '?'),
(0xd4ea53facee94f366a481a52ef5fef6e, 'wp-content/plugins/elementor/core/settings/general/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/general/manager.php', 1, 0x00000000000000000000000000000000, 0x32b527eb40766f56d05626c5e216dcdf, 0x214ae05ca84ffefb49153698282e537886137c70f742c4fddd22017f788ba8f0, '', 0, '?'),
(0xd4fb1e72cb956efaa02d27debb1e705c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_2.php', 0, 0x684b994e8bcfc5d72ac17b745a069831, 0x684b994e8bcfc5d72ac17b745a069831, 0x6bf318a491a78c59718786905a8fc70a176c95ac1ea8d25233f120ec24f96e03, '', 0, '?'),
(0xd4fb99cf3d78cc39db77904e7b203dba, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ja.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ja.json', 0, 0xc22385dc8541264aedfefcd35b7d474e, 0xc22385dc8541264aedfefcd35b7d474e, 0x625b56e1e2a269e0813afb99e36e9701730cb759928ec32704fd59007a644637, '', 0, '?'),
(0xd4ff1acbab3ee661cc35be22419d3c15, 'wp-content/plugins/td-composer/td-multi-purpose/footer/tdm_sub_footer_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/footer/tdm_sub_footer_template_1.php', 0, 0xaee8e6a8d0bc6375bec712ad8ec42226, 0xaee8e6a8d0bc6375bec712ad8ec42226, 0x21c6dd85636b0a2e89b7d534382654315dffadea91ea0f7abad8af6c20945775, '', 0, '?'),
(0xd50196d5468a860a5b0b3d36b5ff360a, 'wp-content/plugins/akismet/views/logo.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/logo.php', 1, 0x00000000000000000000000000000000, 0x49573ac512d79218817cff369cd39d17, 0x04be7d2c783023b1f94e38054b53e90fc5906c5498c36096923e7e5e95f462f6, '', 0, '?'),
(0xd503f7a22f977187815252ca7cb9a1ea, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0xc3c7f77e9ce2de7a8466388bad95b66d, 0x3b2199088175180f73df1e8a60273462bc0c7098943873626c52025a7bba79c2, '', 0, '?'),
(0xd5042bddb2f840f14447512abecedf59, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_css_generator_demo.php', 0, 0x80b3e7ae626e7f4bd807fcf5a165dfa4, 0x80b3e7ae626e7f4bd807fcf5a165dfa4, 0xb1be0d7b52ffbe8d5a8d1b467045d34dfaeb4f2faa0e26841e1bf175a494f125, '', 0, '?'),
(0xd504815f77f64532c4c178673743d6be, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_5.php', 0, 0xca11d0d35e2983fe31026632d23cdb50, 0xca11d0d35e2983fe31026632d23cdb50, 0x3d6c057c9c177aaabc650b6bd47288c1bd3bb864febdd69727645a8ec52e975b, '', 0, '?'),
(0xd5090ec208d1d6b1688f2d6214db3770, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import_no_content.php', 0, 0xd796825516e7c37c60775526d4c6babb, 0xd796825516e7c37c60775526d4c6babb, 0xa82a6e823c25d2333a355b8c3c6bcc9de1201fd6cec598b62c67843572fa0c94, '', 0, '?'),
(0xd50979c4c544dfa3be73c18500ef4d2f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php', 0, 0x1e106d48fd7bc1ac9aec8a88195d837f, 0x1e106d48fd7bc1ac9aec8a88195d837f, 0x102349c596d223b670847e79bddba28e494e97b1668932988a84a9547a1dbc83, '', 0, '?'),
(0xd50ce4d886bf5bf942ca72ccb3ae2457, 'wp-content/plugins/updraftplus/includes/S3.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/S3.php', 1, 0x00000000000000000000000000000000, 0xd0eec3bc84068501502a315306eace4d, 0xbf9fe5ad0c81a5306fd3c81b9a191c4eab11f64051b514f68c4ee929e8a6179a, '', 0, '?'),
(0xd50d62e29c642fd3a13bea9e1a8c2378, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 1, 0x00000000000000000000000000000000, 0x7727fc50721e5125f5040e6620d00f90, 0x5a79dda8f76543dd8eb8a58d51536e8969b1f0e4fcd903d7d1457443e9cdd34a, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', '/home/abt90iranbet/public_html/wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x367c33a48d97c3738e4a063a2b4956d6, 0xc78c088f3042fac8a07c06f3714fad0946a1b1a4e63e838f678480c0a690d323, '', 0, '?'),
(0xd5197697f0efe61966d3eb2a26cebe9e, 'wp-includes/Requests/src/Exception/Http/Status409.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status409.php', 1, 0x00000000000000000000000000000000, 0x0dd40f011f5afa443697e8f324cf5b24, 0xab479ddc0b39d3ee3733d20692dd55c9ac1f07e7837dd34f9f40069ccf1be02c, '', 0, '?'),
(0xd51fa5abfd83e8d2436c8ff4f44b55e5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1_no_content.php', 0, 0xacf259f65e9402e1cf876377a8c90ffd, 0xacf259f65e9402e1cf876377a8c90ffd, 0x4347fefd2785077f21bda379d9e42c91d1e3b847675165899c42b775a664521f, '', 0, '?'),
(0xd52065d505066457e174923c58a944f2, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php', 0, 0xb3155c7af84e9cbd069364cab2dec6e4, 0xb3155c7af84e9cbd069364cab2dec6e4, 0x88102dbade06ec3795b4e7a5b4a01dc139416689e3a88f9f1c90745d569e5ea0, '', 0, '?'),
(0xd526e0598976a43f69ddd3d2a99edece, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_8.php', 0, 0xb448f02d53dd2854c0a54bf90b97a7e7, 0xb448f02d53dd2854c0a54bf90b97a7e7, 0x366e0a1443d465f07af0376f1b15a297452e017b929188b1c11c2d264aca5789, '', 0, '?'),
(0xd532a1f688f4a95f52d5e0925bb9c059, 'wp-includes/blocks/code/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme.css', 1, 0x00000000000000000000000000000000, 0x06fa51eaba1a5189d7ddd2efa9a9f917, 0xb8bd20d4f5e324a50d9b2487e00467496040822b39910dc084f291eb18b56d66, '', 0, '?'),
(0xd53863d34448837ae4b887711c30db1e, 'wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x78688352b84a2cc3a357596da8a4f95a, 0xdc2c3c4ed254b0f2e26e38d2f675f3fc6f83edc2ad3b60f153c852ce94168070, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xeca022554522b445623b100544e56ef0, 0x168ba9d4b1ebbb7296679ddcea0c43584a55cb31f89202d6890f59612cd9f031, '', 0, '?'),
(0xd543c3d64ed0a79d9ed45718b1924df9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_sub_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_sub_menu.php', 0, 0xeacf92125f0577dca8f60d4d9e1e0beb, 0xeacf92125f0577dca8f60d4d9e1e0beb, 0xf2a894b84ad528514b70f9d292cfccdba372f809bdad01155b0d672330afaa9d, '', 0, '?'),
(0xd543e8cbec32d0ec848453b045ddf4c2, 'wp-content/updraft/backup_2025-10-03-0420___90_8dde2f3248f9-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-03-0420___90_8dde2f3248f9-db.gz', 0, 0x79a93acb5f1e0b7be446fa6bcbf3aa6f, 0x79a93acb5f1e0b7be446fa6bcbf3aa6f, 0x5863c7d588690c0635b91e92afc8ab4945769a627d7590c9c19e565111589066, '', 0, '?'),
(0xd553e3b5907c14a7b41076c810f70348, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-top-level.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-top-level.php', 1, 0x00000000000000000000000000000000, 0x12959e0460baea449064e0c5b2210b5d, 0x440c6a1a7163ef540f60cfdc4d9b340e44ad90f762235e19b6c76a3fa0f39538, '', 0, '?'),
(0xd55702c61fa3713081fd9182b6459041, 'wp-content/plugins/amp/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/uninstall.php', 1, 0x00000000000000000000000000000000, 0x16fd408ecd059aa7ffc82305cc999e13, 0xaa8a7780f01de938edef9e17be148330c96df85c53fba623f2e6bc6511dfdef4, '', 0, '?'),
(0xd5598cd335b7f5f6e045ff736b6c6883, 'wp-content/plugins/wp-rocket/languages/rocket-pl_PL.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pl_PL.po', 0, 0xcb2ab0ec6e4edea20de23cd3c6de29b9, 0xcb2ab0ec6e4edea20de23cd3c6de29b9, 0xc603f34fcf85c86511cf8aa9d2099932bfaa264d7c9487e6bb0dbc14fd413c9f, '', 0, '?'),
(0xd5604781f26a61ba317175fc84e6cdf0, 'wp-content/updraft/backup_2025-07-19-0328___90_6f43446b8b29-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-19-0328___90_6f43446b8b29-db.gz', 0, 0x6787e4da09008b95c6eaab830f0b0fd7, 0x6787e4da09008b95c6eaab830f0b0fd7, 0x686f0d17cc0a002902c2c03ff381c5781c5a82355b9d825273b3592dc904a78a, '', 0, '?'),
(0xd5627b71158d3b7cbb32f794ec1d28ce, 'wp-content/plugins/elementor/includes/controls/groups/border.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php', 1, 0x00000000000000000000000000000000, 0xd341dfe93fe2d404753e12aef55aeace, 0x6645d3243ee50f2ff0ff8efe4b8327029984fe315462fddd06ecc0fa45c3e801, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/data.js', 1, 0x00000000000000000000000000000000, 0xda9c2667bc47bb85aaeac10bc29a7b93, 0xc903f887fed61ab0436bb0cf0a9c1972a748d9f97c815e506041f3bf970271f1, '', 0, '?'),
(0xd5678ff45897b1300fed7d0e334076d4, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/l10n.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/l10n.php', 0, 0x8296ce6541fa602c7cd86d42cc7b1c94, 0x8296ce6541fa602c7cd86d42cc7b1c94, 0x8af8553e8510f8051a5a3a3995b3ed1da75b00d0cb1259b2df2c69239e44e32b, '', 0, '?'),
(0xd569567026c5bf5daaff2edc89949c87, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php', 0, 0x9b2022f39b04c22ae4a9da784ca72f71, 0x9b2022f39b04c22ae4a9da784ca72f71, 0xf997158e40464e621a0da92775bd5f75e9b4eaf2dc6318e9caf4abc75d1e5ca3, '', 0, '?'),
(0xd56b2208f4f14f8a84a7244e298a24b8, 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 1, 0x00000000000000000000000000000000, 0x8b7e56d1d1c19a906eb0712f94fdda31, 0x7238c3a6d96559ca6beee23561ce6ed51adb5b809555ce2c545ea28b1c5e6531, '', 0, '?'),
(0xd56e88571a8cb208c2cb3ec20011b415, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/service.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/service.svg', 1, 0x00000000000000000000000000000000, 0x05d54486eba53f8e5eb5a93badc1fb88, 0x604cbdbc4bebb39eac00c3912ffa1d8ca6814a1813e986840fcb8986e2f7a5e9, '', 0, '?'),
(0xd56fe4d75874a3d307666ef2b15cc152, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx15.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx15.php', 0, 0xb99db24948ef4e030e2a573c070d599f, 0xb99db24948ef4e030e2a573c070d599f, 0xe0285dafa6707f6f4088da5e86fc1951e4f985161389a4b9dd0cefdb83f440ff, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style.css', 1, 0x00000000000000000000000000000000, 0x468eacbf8fb67473a59f641511a40e29, 0x94d0e81e50376450f766b1f0470953a5b6ab00f0ca3c9a9f04aa8d7250665707, '', 0, '?'),
(0xd57181818a5fc43b4168b0d02f90fc7a, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-2.png', 0, 0x057c506ea0cff5f068ff1f2495648b9c, 0x057c506ea0cff5f068ff1f2495648b9c, 0x52c9a66bd61e9a96113e34239c7c696ba3b1a72cbe0cad8ad02927e713ec53ba, '', 0, '?'),
(0xd573683d12f3238f613567405c2faa69, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_panel_settings.txt', 0, 0x792c8d2240546960080d62639a5dc9fc, 0x792c8d2240546960080d62639a5dc9fc, 0xc395f72b0018f0eb948f8c83407f2dc8831c0fc4f18d9605821139fe24e9ed90, '', 0, '?'),
(0xd5737fc6188b2cf33f6881694de910bb, 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/robots/directive.php', 1, 0x00000000000000000000000000000000, 0xdd93b1e261533cef10b7711cbc8b5fd6, 0xcd3321da2f90cc169a783cfea03515cc28d28a7e26be7a90e4adee854b520087, '', 0, '?'),
(0xd5754e3b4b53a3e43c0ea39deabafe52, 'wp-content/plugins/elementor/assets/mask-shapes/sketch.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg', 1, 0x00000000000000000000000000000000, 0x3b7ac1b999821fb6a03e80c871621792, 0xa452da8205fd431e208c25d9f1607d5d76fbe72a4ab62077bbe839598c5d73c1, '', 0, '?'),
(0xd579fadca57cf5d2f7c0b3f9d2569bd7, 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md', 1, 0x00000000000000000000000000000000, 0xde432256f7fec80befd8af7bce8a22c5, 0x13d1128a203dd2eda0aecd8bbe1601be7841814673d2e6397bb6026084ea4bac, '', 0, '?'),
(0xd57f10f72ee7cb9fcbafc5107010e371, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_panel_settings.txt', 0, 0xf9042de8412562f95f690c9c4e293d85, 0xf9042de8412562f95f690c9c4e293d85, 0xaed184fe57cd733fd05542cbe98ffa4ec1ba18b2383688bb5ec89ef5cd710052, '', 0, '?'),
(0xd5807d4542bb49df50b76ecb72b32983, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', 0, 0x93d7a961a4c15f7d8e47dbe216d6b66c, 0x93d7a961a4c15f7d8e47dbe216d6b66c, 0x485be0cebce54351482ab14596eb85cb4252c30d72742e2107e13d5497067899, '', 0, '?'),
(0xd585949fdf90e35393892b1bfd94a482, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', 1, 0x00000000000000000000000000000000, 0x4fe05663091076c2b90c4ee3316929ac, 0xec8bb9fd3df3f6f792b33e8e19647a8a30f28a14800ded48986f83e1482f82f6, '', 0, '?'),
(0xd58d1a059d679a1367674c481d9ebb78, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/wpml.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/wpml.php', 0, 0x9cb830f872893368433038f1209d1080, 0x9cb830f872893368433038f1209d1080, 0x79ab215f64ec8d82b2cca37bff526b6cf8f90a73c0b4ca7a62ccbe675c99c3fe, '', 0, '?'),
(0xd58fca1b53908d72e585221330f7d748, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_7.php', 0, 0xfdf3a661561cf88306ecfa15c9ba9754, 0xfdf3a661561cf88306ecfa15c9ba9754, 0xdf1b27c01112dd3bda5ee24e4963d97bf2744bdcd581a1432ab6d38628e7fde1, '', 0, '?'),
(0xd591788d64c724132e25c29836753b84, 'wp-content/languages/fa_IR-7289286ed59e90a8f36ae797df62220b.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7289286ed59e90a8f36ae797df62220b.json', 0, 0x961a9e9c5feaa5f675411f2267cccf96, 0x961a9e9c5feaa5f675411f2267cccf96, 0x4384f9b5e1fb82ae1abbe5dce2190bad2f98c45d44a53f722af8228d30616d17, '', 0, '?'),
(0xd592cd49034201e3ab5f7fbb4db8b7ab, 'wp-content/plugins/amp/assets/css/amp-paired-browsing-app-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-paired-browsing-app-rtl.css', 1, 0x00000000000000000000000000000000, 0xad3ae4ebc1843b6cdde8507484ba395d, 0x0c0f428093e9105682730667db88040c3b3e481fd6374441eb6675bffacb500a, '', 0, '?'),
(0xd5954cbba12b37163e24c9a134e6a85d, 'wp-includes/blocks/post-comments-form/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0xd595ddd55247c4bddfa49ccc22d689e7, 'wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css', 0, 0x4d91fc251168f7f3801af167a669ab1e, 0x4d91fc251168f7f3801af167a669ab1e, 0xa7057a44233de3b144fbf8a7a1372c9f79898229c1f367eb63feed1db877237f, '', 0, '?'),
(0xd59da6602bd4817d2a123780b6c478af, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-d.png', 0, 0x25f511c4defc64f652d7d280fde74e47, 0x25f511c4defc64f652d7d280fde74e47, 0xdd8d7f23bde54484ff5a30ea128bc8c7e69720ef872a5d6ed71b581b826f41c3, '', 0, '?'),
(0xd5a469085f1893e78e9dce9a440db134, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 1, 0x00000000000000000000000000000000, 0x7857dd20077df5870f74975d2d85e89f, 0x749a36ee46c5838e9d36618684f2f523d7545da7af3ecdd50526727bd638fefe, '', 0, '?'),
(0xd5a7a3003d2d4d010eccb75729421c38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4d2cffce7261b43f733045568a84f80d, 0xd1187082eab31b0e6eaee52dc946303398ef36c0d6cf0355cc16d7beb66e8540, '', 0, '?'),
(0xd5ac5751a941674731319a0e8c217950, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_import.php', 0, 0x632e78248476eef837a0dab3e6682ea6, 0x632e78248476eef837a0dab3e6682ea6, 0x22f838522ad07cc6db08a28e776da98ea1283640a9ee59b67a251ed821fc0462, '', 0, '?'),
(0xd5ae49763b08d618c1b06c7652b5d778, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/LICENSE', 0, 0xd05e73887eedc78611070af6a52dd160, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0xd5ae6ed3c74075bc3ab5c35df675bdc6, 'wp-content/plugins/elementor/core/modules-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/modules-manager.php', 1, 0x00000000000000000000000000000000, 0xd8e07c60ca7537ed749a0b8c9896c5a6, 0xa1cf555808e1a55533e7b8bdd1d88f44c69856dc51bc5e4c3dbc4fbe9eb7bf63, '', 0, '?'),
(0xd5aea07e2368e903eeccbab764c0760c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_1.php', 0, 0x11c43a179f4355610e7aad568e2ce799, 0x11c43a179f4355610e7aad568e2ce799, 0x5612669a5d7ad681d3664d0b9d29e5e030693a498e141cf8d3b23f6f38835391, '', 0, '?'),
(0xd5b0cf4478ee8606d5b8f5ad6dfdc2d9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/demo_style.css', 0, 0x5b8da31992674aa51cc6e729658965c6, 0x5b8da31992674aa51cc6e729658965c6, 0xe3d401a8769c1a8a3a760db0480417bb1277137dab9e5fe2506e224017119147, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd5b1f4de9e393205763eb82c7ed09178, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/table.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/table.php', 1, 0x00000000000000000000000000000000, 0x683b4365bef8f9b1ee4e3a71a04ec472, 0x88f3b0716d70c73a359ed5d6c6d2f91eb4b9cfa78a1a0af30510d1df6ba01e38, '', 0, '?'),
(0xd5b74ba13b2dc01c2f978e5537cd669b, 'wp-includes/class-wp-block-parser-frame.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-parser-frame.php', 1, 0x00000000000000000000000000000000, 0x3185b0edbf94dbaf9cb3a81b59d7ed91, 0xbc54e85f3fea3e1cf12a203ff978afcac634c0be451fd972673adc3781caaf4e, '', 0, '?'),
(0xd5bb4b653e9937c1913b28ea29eb8507, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php', 0, 0x00901872c0e356010c757acb7a5b03d6, 0x00901872c0e356010c757acb7a5b03d6, 0xa4d1067971c5d855095bf07e0203eb6db9a273fc2501e0cbf28feaad51ed41da, '', 0, '?'),
(0xd5c2383dc7f02c4a4a1dc32285fad890, 'wp-content/plugins/kk-star-ratings/freemius/templates/account.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account.php', 1, 0x00000000000000000000000000000000, 0x6f6883e759d8cce92b3de85d7388fc35, 0x390479ec7ec6424072a30965303991a224a75cf3a07efef9eaf55f73476825fe, '', 0, '?'),
(0xd5c3c5bf80393781326e71cd676cbfa7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1_no_content.php', 0, 0x4993c66474a3ed94addfa002a0e9030a, 0x4993c66474a3ed94addfa002a0e9030a, 0x403fe00fe4caddf2b890ca493d5488996c85f6e9fb5eeb6e86a0bfee1e8ebb1d, '', 0, '?'),
(0xd5c3f6f8c8a892e18c72d1e9254dc3a8, 'wp-includes/blocks/file/view.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.asset.php', 1, 0x00000000000000000000000000000000, 0x2143e38c7866065d5c5f309bec4f6993, 0x6fd827d17c46cbf38937a4af5da02be552e22b78b7343d79f059767a06305237, '', 0, '?'),
(0xd5c52a91ed713bea98f5dfae7ec30f4c, 'wp-content/plugins/wp-rocket/views/deactivation-intent/form.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/deactivation-intent/form.php', 0, 0x55326096b4f6aed6e4cf9c16c0b9cbe5, 0x55326096b4f6aed6e4cf9c16c0b9cbe5, 0xbc60c7cd69d7b4a0edbe90340bb3d2dcd3641e4bfa5b9a0df9ee4be6e71ccad2, '', 0, '?'),
(0xd5d176d329c22b2f0c7ecb5a25690556, 'wp-admin/images/dashboard-background.svg', '/home/abt90iranbet/public_html/wp-admin/images/dashboard-background.svg', 1, 0x00000000000000000000000000000000, 0x5b480d6b67f680796a4ba34f4d87c5fc, 0xb0cb63b52e4b2e687cf04d9bdcc016a19c3d8dca80f1305292cfad44050facea, '', 0, '?'),
(0xd5d6b4eb792e62b6922ad5b5e7dbc7f3, 'wp-content/plugins/wordpress-seo-premium/src/integrations/publishing-principles-schema-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/publishing-principles-schema-integration.php', 0, 0x87bb63c4d0e9efca9049b5805fe2beca, 0x87bb63c4d0e9efca9049b5805fe2beca, 0x60f13b21f147571c712974acca93ac8e8fe62e9e5a7b563a61d7ef5c5000054e, '', 0, '?'),
(0xd5daece66647424b4822d15776c4b416, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 1, 0x00000000000000000000000000000000, 0x8ea68c94df469a5e92f5140014e7e9ed, 0xcd30cf8482d1c0548b9eea80d43133b29253ca201bf6b39eacb9e4457f610984, '', 0, '?'),
(0xd5de578418624b3e0f225f81b3e2e7e1, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php', 0, 0xbf7f8995c1b437d57fd5dd5626608c03, 0xbf7f8995c1b437d57fd5dd5626608c03, 0x7ae22c5ce485c1f172290e15db0c5fbc2e52fb451a1da91666714279163505ea, '', 0, '?'),
(0xd5e552285234ff2f6e3e0c36e3692830, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_3.php', 0, 0xe88444db2ec6dbabd7d4afcc12533923, 0xe88444db2ec6dbabd7d4afcc12533923, 0x242fdb43a2a5c6dd1e987e9aaf6132b5001f1638ac4011e7ba4e1806874bafb5, '', 0, '?'),
(0xd5e5754f529f4fccaa6b733933aaa4a0, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 1, 0x00000000000000000000000000000000, 0xb630d95f114d577b14b6defddb0df902, 0x3c237bdd63c66dcf7cce17fb5ef004497ded3619e87969dbdf99d5848e205500, '', 0, '?'),
(0xd5eb5794d4bedea5b403998c3929d2ee, 'wp-content/plugins/updraftplus/includes/Google/IO/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Exception.php', 1, 0x00000000000000000000000000000000, 0xcce6d69ac7e753d1aa184e69389d3bf0, 0x879c237e93621471a47188620624cccba18f1c2773f7875a04df939bc04afca3, '', 0, '?'),
(0xd5ebc3999fcdef151952b0abc42d4233, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', 1, 0x00000000000000000000000000000000, 0x8b5cef95306ad91c9028d362f0502794, 0xf7c8caf5bd5a73c2098cef455053127c9764a8961ce2f4a98274477aa7f0c59c, '', 0, '?'),
(0xd5ed2f13ee51c7f82a355efe3ce318d4, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_g.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_g.png', 1, 0x00000000000000000000000000000000, 0xb1e286e06692b3640862a3d07f636a80, 0x4908e9bf2bb52239741d966df2f0a78bab226278f55c66462769e0306bf4012e, '', 0, '?'),
(0xd5f3d3d235abce714e81acce981259bb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php', 1, 0x00000000000000000000000000000000, 0xe559b0a5f5d9fa9957db48716dfd3f91, 0xbba98f90ca2bd8505094c05ea364cdb13e22fb0806734b52a6ce3a7aba64f6d1, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0x738f86bb315fb865fe6b325292b29ec9, 0x6ac61de9a28e14b7b0c814ae5f63d7363332a41b33d68501e35d47737d0b2e0a, '', 0, '?'),
(0xd5f5fc94f32d9820c9148fa9c81911d4, 'wp-includes/Requests/src/Exception/Http/Status403.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status403.php', 1, 0x00000000000000000000000000000000, 0x23594f1e647343480b4d47b990d537bd, 0x1a59e4dc0c1113a0454b71d2c09a657601dd40f739958de56e334a79e12682bc, '', 0, '?'),
(0xd5f668459bec60bbc8a4b7400592039f, 'wp-content/plugins/amp/src/Support/SupportData.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Support/SupportData.php', 1, 0x00000000000000000000000000000000, 0x3ee7c80fda523981ce837af5e2186fe4, 0x949fb83374c9b1d53cae4f5bdde53debead4c5a97c289c5635498d5e0084e810, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0xd3b3c92f5616f1da6157839f36b3180d, 0x74a6d563a94174c35db4df7b9dc2204eca4027792942ebd7434c9213b7d0f9a1, '', 0, '?'),
(0xd5f72f368c1a188af50af48282d1e771, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1.php', 0, 0x4dbd6f2bcf03c2c866ec56fe85fb3bc4, 0x4dbd6f2bcf03c2c866ec56fe85fb3bc4, 0x3b3ad62df7eaf1603c3f64a3c8beb70c763110807a854881ffa4920c58a2f4b4, '', 0, '?'),
(0xd5f77934e945c157b568360ade13e4e7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', 1, 0x00000000000000000000000000000000, 0xd91667830c979364208416262d3b2cbf, 0x38dc66f99f63737e695d20fbef889376bfbb7bd02a3f2df6fc4809a8e71d3746, '', 0, '?'),
(0xd5f9caaf32666e004f885267f97e4436, 'wp-content/plugins/td-composer/css-live/assets/images/css-live-sprite.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/css-live-sprite.png', 0, 0x444e6b866a2f455c2904c44572548992, 0x444e6b866a2f455c2904c44572548992, 0x8e8e7bf9332aeee7a079017bcf7b3f2b1a7f7512cde8c3476c7e6a5d5c8a8bcb, '', 0, '?'),
(0xd5fb535e5b6cfb7c80d8e9bb4bc86ca5, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slider.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slider.svg', 1, 0x00000000000000000000000000000000, 0x3587c5d3faed155dd86b8cd3e2c2805b, 0x72d4e404be75d9860ba98fa3a8ff81339f8b9c061ea278f9cd42ae174a2c7cb4, '', 0, '?'),
(0xd5fc4a9c3fbd2cc089a6db5115ee3694, 'wp-includes/blocks/read-more/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x5db0c76603f2b613f580f5a3702fccf0, 0x867fe9a84ea9d80ab03a27c9398040fee1636235b7ab271be8c24197b53d8e27, '', 0, '?'),
(0xd5fdd4b365cee876e654d11c14a27011, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1_no_content.php', 0, 0x13e318a6d4b49ea0a83f3489fbc58c68, 0x13e318a6d4b49ea0a83f3489fbc58c68, 0xec96016ac69d87e0e060ca2505440c2df98398a94ff13ab9fa3d9c8c61d4b332, '', 0, '?'),
(0xd6061fc5aa8474fb65559bec05ace078, 'wp-content/languages/plugins/elementor-fa_IR-2b2970bbb1103e5d8c04e94bda0580b5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-2b2970bbb1103e5d8c04e94bda0580b5.json', 0, 0x61e21add0666c144892cf456ac4e2da5, 0x61e21add0666c144892cf456ac4e2da5, 0xd4b6a9492232d00b0b1e3a508f756c24cfeea3f2ef1064b256716ee4ffedebcf, '', 0, '?'),
(0xd6063a2b43f3333141c5cc66ededcdb5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_4.php', 0, 0x84e7470cef073386a8b4f3278fef6455, 0x84e7470cef073386a8b4f3278fef6455, 0x8b3977a3bd5e4f498c6c7a31b3f991cbf1553b7baa44897c75097459632b44e5, '', 0, '?'),
(0xd6068e536a783fb09ceabd7bc2dc21b0, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_tag.php', 0, 0xf8a5c4311615779c3e0201b0c124f206, 0xf8a5c4311615779c3e0201b0c124f206, 0xac61ea48044525f34cc4c36040fb5e7cf9fe3fa580c6b73de98f47bfcf06a868, '', 0, '?'),
(0xd6099be087128c864152a95a131aeae9, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0xdab32363bb34aad48dfea48f7349924d, 0xb3ce546f7a1273a861a5bd5cd852e880034fff9aeb8ebcd5eaa43f977610614e, '', 0, '?'),
(0xd60b51829222305dd7a70b454c40fe0e, 'wp-includes/Requests/src/Utility/FilteredIterator.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Utility/FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0x638ad7b5804cce177b24ef0f47925c69, 0xc19e8b47ace7ced8eac1a4cb64f9de4f89757fa12441e624365095436e7473ef, '', 0, '?'),
(0xd60c09eda703e3f55f4e6964f431434c, 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 1, 0x00000000000000000000000000000000, 0x750f7dff1f6b8d2fdfda0ec8679bd9d0, 0xe99355f67aab0369bef99d43ef491288aa339236c7d7e6f21427a5d8cd93a2cf, '', 0, '?'),
(0xd60e4c58b9d34246c5279be1917bb2f0, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_23.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_23.php', 0, 0xd61df9563e8647733ae3e0bfcd0fcc8b, 0xd61df9563e8647733ae3e0bfcd0fcc8b, 0x4e3db9359a228f469dd957931543b11fde7b1f76d093f78c42e6030d0412b6e6, '', 0, '?'),
(0xd6278db4b5d4e457dd58b91e08b1acd0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_10.php', 0, 0x5446f15cdaa3aa50691f81d16c611391, 0x5446f15cdaa3aa50691f81d16c611391, 0xf4bcd6658aac1b234a06c7532b042701b068897285eb80fcadd2a8975a0f26d0, '', 0, '?'),
(0xd6288e9668668a582dfd1922908bc544, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php', 0, 0x5e557b6d1185daffcebaf0ccad4261ae, 0x5e557b6d1185daffcebaf0ccad4261ae, 0x4ad01207e2aecfaff3f73664b018b6d63e0b5ed69d7efe93d3a39d2788ad32a2, '', 0, '?'),
(0xd635e9783d0e17ca4b4403851bf0ec57, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xa87c8fca64c9a21e12172c5a5cdb20fe, 0xf97e4b46237def18b401f19009f50d9268f2528f97be979de39c8e0d3c10124b, '', 0, '?'),
(0xd636dfe55a2eacf86d2aa308d0264f2b, 'wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php', 1, 0x00000000000000000000000000000000, 0xa7165acd5b8e337709493b090eef4049, 0x7ea3bf5784cee3df35a9413687ad9e9c4c9056c52e418d721dd2e9442741041f, '', 0, '?'),
(0xd637c0e0d5f018d400acc5a41b73b2e9, 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 1, 0x00000000000000000000000000000000, 0x526a1fc43ca81c9c74886aae1fde5b06, 0xda02f154a286a35b0ff8d721df48fb76dd600ce0fde9a64eec0b0f83c745f378, '', 0, '?'),
(0xd63c58ec212201ce6985865b0de86697, 'wp-content/plugins/kk-star-ratings/src/core/hydrate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/hydrate.php', 1, 0x00000000000000000000000000000000, 0xc26b7f5be7de7b24173fb6bec1f7006b, 0x5cc0e8f9e40e66baafb0de331f94170cdf8b194cad336b9fe859322e549f005b, '', 0, '?'),
(0xd63cf938e93b100370ae2078b9544704, 'wp-includes/css/dist/edit-widgets/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style.css', 1, 0x00000000000000000000000000000000, 0xda3f279c9e474b965a3639aeabe7cb53, 0x29f595e268de18affeb2d6473dccffbb80efa47e73792a79af4bb282a1de5646, '', 0, '?'),
(0xd63fde2c74c5acfb8fc31015a2ed6f7e, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', 0, 0x7d5eacd2013f06f7b6bb098007c69a2f, 0x7d5eacd2013f06f7b6bb098007c69a2f, 0x6e21b76f373e5ba755476e4b543b1d6128fba49164887c4deb6df00f30c76911, '', 0, '?'),
(0xd6413ee1630dc0deee371f55d8b94b3a, 'wp-content/plugins/elementor/includes/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xde54aa99dd01fca3f1e172723434b320, 0xfbf593495d851ee643db692901c2cefa7137faf57575b4c163d917d48f2fdf4d, '', 0, '?'),
(0xd645dfb769b133781c07b326e048249f, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php', 1, 0x00000000000000000000000000000000, 0xb884f3f5d972780fbcda9002340184f9, 0x6384e57c0aba3ebef2dc2b5012f11cb339e50f9db1d93b0439d79f9929976d30, '', 0, '?'),
(0xd646c0198f386d80750f405ff35854d6, 'wp-content/themes/twentytwentythree/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/footer.html', 1, 0x00000000000000000000000000000000, 0x57090cc06f396980e6f8f20c5b8ba872, 0xb60ce92c0985b6c6148b12d7bc62241e011cd74fb981e7c96049d217f0f9ac90, '', 0, '?'),
(0xd648c6285d401ab055c4af76408659d7, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x550dd5c764f1026894e062f750720467, 0x29b00e3031f7983f61a7fad7420a0c52f6d2bfa9dac417db38f1a1584669acd6, '', 0, '?'),
(0xd649fe2c467d6c5bf87cadc2f99a9ce4, 'wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe54ffecaf465cbdea9dce7112502ab96, 0x2d02edae24d36c8c0bfd11a450bc8ab9da74259a7224f6c08839b7a05f6bf0c5, '', 0, '?'),
(0xd64ae4f70ade73ce4b14d7b36bcc5c9b, 'wp-content/plugins/elementor/modules/usage/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/usage/module.php', 1, 0x00000000000000000000000000000000, 0xe0502da4df83cf1eac301b77cf41c744, 0x3c7cfb7d916ebcacfe1f2312185b8201c359696fad86e1daa171e8455e4d25bb, '', 0, '?'),
(0xd64cb8250003731e2e8ea5e9a416e7e7, 'wp-content/plugins/td-composer/legacy/common/wp_booster/sidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/sidebar.php', 0, 0x0d3bf3be72154ef0ac6addd24729d9f1, 0x0d3bf3be72154ef0ac6addd24729d9f1, 0xcfe56f1018b2753152dd712c43b49137065845ed95f644201cf8b8cb9bbd2dbf, '', 0, '?'),
(0xd6530b72ba2c3b6206e47ab3b1b818b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_5.php', 0, 0xe05a2c20942179e4a1eac7d771c15c98, 0xe05a2c20942179e4a1eac7d771c15c98, 0x4d286937a28c8b2c144bdbb79774755f92861842ccbaa20473f98a6af094b9cc, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', '/home/abt90iranbet/public_html/wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0xd65f79a9485f79c2a6459637fdfc8874, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php', 1, 0x00000000000000000000000000000000, 0x6cd99a960e2ac41f4a168afeb44a4167, 0x591d4ec77f5340e43870fc1cb8866569e854f6f87f6482bdf05f725ddd10e739, '', 0, '?'),
(0xd665836287a54c638cd80b360fafc6a7, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php', 1, 0x00000000000000000000000000000000, 0x0d732e2d30f1cbe3e33e79fc275e7424, 0x4426c39a6093d46937ecc7dcd886a7870bdbd241b0bfd6258f5058a8597adf3a, '', 0, '?'),
(0xd665c699a0e57dc79c4d57d4bb2d9687, 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 1, 0x00000000000000000000000000000000, 0xa1de89e9495f8297c4d9507214ca59bc, 0x58b3c4574a1fa604d7aa11e56f4415039d0e3943bd3430e8b337509461201451, '', 0, '?'),
(0xd66af5878b23bed3b2a9b77f58259c49, 'wp-includes/block-supports/elements.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/elements.php', 1, 0x00000000000000000000000000000000, 0x50f0876b86314533d9d7aca7b534c95c, 0x0c1c78237f67a75f44491326d2803fd93de91e1ddadfbf25f60894ab0c53ced9, '', 0, '?'),
(0xd66c6fffef157230bcacd59c6d24ff2f, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b33a8fcbe460391bf7526f761c50cc5c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b33a8fcbe460391bf7526f761c50cc5c.json', 0, 0x384d6de2c6114ba502e227d2d0a8cafb, 0x384d6de2c6114ba502e227d2d0a8cafb, 0x9cfcc1bb64a081e1e09af8247b640c1d638b7fadbca1954fb63d37da81d669f6, '', 0, '?'),
(0xd66de18b9e6aa8efbcc75710ec42767c, 'wp-includes/blocks/template-part/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme.min.css', 1, 0x00000000000000000000000000000000, 0x8fee5ba2edc81af6759c37fc20d4edea, 0x258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf, '', 0, '?'),
(0xd66f29f2bc5dcea519a4ceb5cb9cd4ba, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_subcategories.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_subcategories.php', 0, 0xfb61f1705a941de64ad2a09db6cc83ec, 0xfb61f1705a941de64ad2a09db6cc83ec, 0x4be13a8ae4445f2cd635d3137bb5689f943e6dc5b01c4e072d4fab60ec3d5a0e, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x46d9e3d36f70e41c0ebba6484a0921bb, 0x7768649bb49fbba6edbc3dcc6e3dcb791d4c593c2c6f592d8a4b935a01136c6d, '', 0, '?'),
(0xd671386b8f9ab7f25ebf46b735f18a66, 'wp-content/updraft/plugins-old/akismet/wrapper.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/wrapper.php', 0, 0x594eaaf7b18b0b696db4358dc35d2c03, 0x594eaaf7b18b0b696db4358dc35d2c03, 0x99cbeb73075cffd7bfd281b45c7a19ee69deff04fa059fc3ec30b6504bc56604, '', 0, '?'),
(0xd67241fca4cf5d09809a2f7381fa2bd1, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', 1, 0x00000000000000000000000000000000, 0x797d67e7e1ad57b94041f113c36aff7e, 0x9bacaf36ec40b0f4881bf5adc2005afddfb4fe85060f7eeef630a0806329dee2, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', '/home/abt90iranbet/public_html/wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0xd67515d80b2a7f8bc0cb219bed1c0db4, 'wp-content/plugins/elementor/includes/controls/section.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/section.php', 1, 0x00000000000000000000000000000000, 0x625a14f4f43694feefb99a0906f5c921, 0x41c54c6ff622ec050fc504cb72332803aa7df7af44b76e4b2587e807ac16c444, '', 0, '?'),
(0xd678156197315b8f8a9439f17e33405a, 'wp-content/plugins/updraftplus/images/addons-images/morefiles.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/morefiles.png', 1, 0x00000000000000000000000000000000, 0x0b567f8bc81b40f786ac75679debe092, 0x5619c19cef42fc917b36ed11a31ebfe7b603a14fa2991dfb86fa0960af9ebba1, '', 0, '?'),
(0xd679ecfee6ea2f0f8370a403159929c1, 'wp-content/updraft/backup_2025-05-09-0327___90_24224d4256cd-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-09-0327___90_24224d4256cd-db.gz', 0, 0xab69febfc8b1a8f8a8058a05fa54db89, 0xab69febfc8b1a8f8a8058a05fa54db89, 0xc978a5a2e02052690096d16a41e25a8c1211133a12fbd0b6b175257a1b7beb04, '', 0, '?'),
(0xd67a811e606ed7ec393fb36be156ec09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1_no_content.php', 0, 0x57f755efc133658aaf57453cbe5a92f0, 0x57f755efc133658aaf57453cbe5a92f0, 0x05cb48e6263cac2f1943e14d8c930d4371db1562bb3727b65c31cf5b2381488b, '', 0, '?'),
(0xd67ca14b849673cac55c1a79b5888d71, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1.php', 0, 0x1ea83236ef02368f44bc4a750f990a61, 0x1ea83236ef02368f44bc4a750f990a61, 0x35c94a7d5c94da78d359b7fca3d47c968ae1cd04fa0b844ad0d47fb6747b1d2b, '', 0, '?'),
(0xd67ca8ec41a7089d3cbab0cb59ae3230, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_4.php', 0, 0x2ae957b5918243aa8f770b9607742943, 0x2ae957b5918243aa8f770b9607742943, 0xe2e62b6bcc25457fb7c09e67748a185accb7e860fa03e5d179b5b1df49ac27aa, '', 0, '?'),
(0xd680ac66d3c60dcb164e8eef2d0319b6, 'wp-content/languages/fa_IR-7f13c36c641b114bf18cd0bcc9ecc7e0.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7f13c36c641b114bf18cd0bcc9ecc7e0.json', 0, 0x4174bcebbec7460445fce9ed1f5ea09f, 0x4174bcebbec7460445fce9ed1f5ea09f, 0x6254d1f1e4eb84c17df0ac4663206c6d3891c1c77183f40e44f155b58823f78c, '', 0, '?'),
(0xd68429f9eb70411efbce865d3524a0a4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 0, 0x30dd28e47bb5c547077642e42a7a89d1, 0x30dd28e47bb5c547077642e42a7a89d1, 0xce4a5910fd93fed5e24c56d2563140515001c93dc5cd22d64cb19805e0d03d01, '', 0, '?'),
(0xd685fe59b626e58d5e5cecddfa9bbdb8, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0xc6bb8297736bf7d33b388f947ae65539, 0x56e6da98a2794c22f3a72f72109c25d719b414227d29aec460bafe8bf1c2e19e, '', 0, '?'),
(0xd6873c5c1393ef0d312555590d43fe0d, 'wp-content/plugins/kk-star-ratings/src/core/functions/post_meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/post_meta.php', 1, 0x00000000000000000000000000000000, 0x4bc3fe00cf8daadfc3d695688eda9f86, 0x2a8091851a34ecf1d18b2dc5d50e8a523e9d0cfa8241b0d99d84941a13246389, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xfb41f6104e99af7a91f01dcc09dcbf9c, 0xc597943589a36244471288218b021412e208cdde067b1f74b62a229ffdc879bb, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0xecdf7c4a231fa92ecd867e6a862e60b2, 0xa6d319d1681e5e53b18046e1febf77f0625cd276293a3e0af233d448b69df5b0, '', 0, '?'),
(0xd6907e0420e7d6becf3b20e6872d0555, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/composer.json', 0, 0x8cee2104455ed10748571dcdc0d06164, 0x8cee2104455ed10748571dcdc0d06164, 0x26cbfdd226682c0402437bf5820c40d4802511d0530393283f608fc0e3d69ea8, '', 0, '?'),
(0xd6938cd2591e0daf579ffa3c7abbb61f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2_no_content.php', 0, 0x596e5cb03c993c8fa2f52e1c74e76890, 0x596e5cb03c993c8fa2f52e1c74e76890, 0xb198664e85e745eb6ed4a4eb134c21e8482b3b3a10f3d8fdf3271387cf80a224, '', 0, '?'),
(0xd69798cc788e9f7508e26cf51b51b92e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1_no_content.php', 0, 0xe244f8189ce070fcfc19dc5db8f42594, 0xe244f8189ce070fcfc19dc5db8f42594, 0x399e363e588a386ae6839e2f1267ba9b1b4b3ea0ed5c3ed5ad0b9006c074b617, '', 0, '?'),
(0xd69968bab7dae58075a19d8b6de829c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xd69b862e18ef6cf99b264424cfcfb73f, 'wp-includes/l10n/class-wp-translations.php', '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translations.php', 1, 0x00000000000000000000000000000000, 0xb6dc5cc85110554094653a0003e248bd, 0xbc25421f54be54982dffe97a2f8450b30f37cf16187d7a66b79b530cc47f550f, '', 0, '?'),
(0xd69cc26726d73595360b0ddb1f9c8dd3, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css', 1, 0x00000000000000000000000000000000, 0x4a586c58810cd32bfe85bffee9ac08db, 0x3aa9354aeb1f7013c5bcfbe50b1d20f5a18c57b922d0f69b077b4f7aeea9a66b, '', 0, '?'),
(0xd69e23dbca1c007c5bf7410aea6f2832, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_1.php', 0, 0x610a3b7558c206f8f5babd3e36b3cec0, 0x610a3b7558c206f8f5babd3e36b3cec0, 0x8e870fd0a8b26f6f275c473440b908725124d7743a8eb634e9829b89b8ba3ced, '', 0, '?'),
(0xd69f4ad02bc17c94f616a595a512a28a, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php', 0, 0xa52ebab2e9c8caf1e5172f20f36095e1, 0xa52ebab2e9c8caf1e5172f20f36095e1, 0xd76e2a584ac2a6467d0c7879eb321028db9c4854dd605ff2f6cf42c15e91b751, '', 0, '?'),
(0xd6a9aa66263bcfbfaf22d60e30e605f4, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-taxonomy.php', 0, 0x422be65fa06559123543292aeb27986c, 0x422be65fa06559123543292aeb27986c, 0xf67a10eb78b12b31c9ef815dbc7f11d3c0e5beb498874278bcd3020caf484f23, '', 0, '?'),
(0xd6ae93de10ba7aa62f3286874865437e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_system_status.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_system_status.php', 0, 0x19b5442db36cb1dbfb78a8301ab49a29, 0x19b5442db36cb1dbfb78a8301ab49a29, 0x4d1a9ea5162f1c8073c035c06c97e973ce356c6ba7b0e22cf5478da02df36c7e, '', 0, '?'),
(0xd6aec36d4ee54741f8731eff04eeac2e, 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 1, 0x00000000000000000000000000000000, 0xbde7deac493d88c826d10e2e29b7afb6, 0xaafd7ed06d4ba274a7f4d794483f24b59f65791509cea8514db7921b37c0768f, '', 0, '?'),
(0xd6b3c9bbd79f6c9b3f5c4ad84660a7ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_3.php', 0, 0x27efb39ea2370cbed258b41bed5292b1, 0x27efb39ea2370cbed258b41bed5292b1, 0x9bbc3f8df98c2170aae4243e51fdc91840b1c94af0e1705403311bc9ce6e0f9e, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x5bfdc07545b473ca06c5f0f414324ddb, 0xe963fd7b20bf28c65ff800f831b7f0114937b735657104c6aad63ad3e6d6f3cf, '', 0, '?'),
(0xd6bdac429fe56db24fd02a833a71c97a, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0xd6be840871fedbae5ee2b230f7e17878, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', 1, 0x00000000000000000000000000000000, 0xc8a93fd15cd1266f2674192ab14404bc, 0x66727e4f2ee5ddd25c7a6856c7a1bc12d8d08450efc47192bfb4715bf4f5f8f5, '', 0, '?'),
(0xd6c2a1f74f629d547d01424003c32585, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_5.php', 0, 0x29edc3e935ac49ac907e721cd6930f5c, 0x29edc3e935ac49ac907e721cd6930f5c, 0x57785160453bb00368eb8b9b6598531618bdeaf0d1c06ee70e00bccfad04f18e, '', 0, '?'),
(0xd6c6dbf8700d882c8c3dcbb3df3527a8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_4.php', 0, 0xe77b4cb6870421c2cd6d423a612751fa, 0xe77b4cb6870421c2cd6d423a612751fa, 0xb4fbbc9ab3b54763b3e286bc66c1a46301044cc9ffc1553831cbceb79fd5c7b7, '', 0, '?'),
(0xd6c84c20d06f683d39670c34b9984a60, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_5.php', 0, 0x8506b3e11e438e2dc73c9d4654dab056, 0x8506b3e11e438e2dc73c9d4654dab056, 0xb0545f5f98d725aa814e8b6cb771ae71007782d42985094db4b010362fc876fd, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x86ab38f977de5658af38be9b7e24f2f6, 0xafef03a0a925ef1cca03f5ca0b6dc2fcf9e8f2b39aab0b2d5bab003a8826a0fd, '', 0, '?'),
(0xd6d050ae97fb1be991fcdc2b956a5295, 'wp-content/plugins/updraftplus/images/updraft_cross.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_cross.png', 1, 0x00000000000000000000000000000000, 0xbb61aabd2f3da3c8ff645760db5bd93f, 0x25f27a4a9fbc517659895e20cad9f0a6c44faf96d0153440054668e048775089, '', 0, '?'),
(0xd6d1473717ebaa1642cc86365814cfba, 'wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php', 1, 0x00000000000000000000000000000000, 0x6e02d3134c7d30c8cba9d4981eb0fc26, 0x0e1670d38b3817ce88ba0f89084ff8398a1f32d52e9b5c8ed0397bf74985862a, '', 0, '?'),
(0xd6d24763b5193fbeb346b23994135559, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json', 1, 0x00000000000000000000000000000000, 0xda28c9e17deaccda4bad2b60956e3efc, 0x9a78ba6bc11846e0ed2ec6db32d069391c21a7fc9c0474749b058c44268f7d07, '', 0, '?'),
(0xd6d56daa027cb5bf142fd50a559e3827, 'wp-content/plugins/wordpress-seo/images/admin_bar.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/admin_bar.png', 1, 0x00000000000000000000000000000000, 0xb3ae2eef34a1a5987fe4019d9dd88281, 0x4df16da36741c935f54493136aa3d25db369023c341c4a3c43fae07b02d76c33, '', 0, '?'),
(0xd6d937b6905f08995b2ecb5aa17dc123, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php', 1, 0x00000000000000000000000000000000, 0xc9b3566f0b7605dfb2974ef759b53b99, 0x9418bb441be4149e816b19f2dce337d0c06f3ad95ee3cfd279fc303a4ceab30c, '', 0, '?'),
(0xd6dccf42fbd8578be9ca6b0d5a7bbda5, 'wp-includes/sodium_compat/lib/ristretto255.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/ristretto255.php', 1, 0x00000000000000000000000000000000, 0xdcdcb6c316c05d89cafd0e9bafb5d25d, 0x466f0fc41f6acec853f2b731db043c242b879bf99c715077e7fc58e3c19851fe, '', 0, '?'),
(0xd6de54523568cfb4fbf7509d469fe109, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', 1, 0x00000000000000000000000000000000, 0x8e372a8d023c35bf801def3c7373bde2, 0x2ffcbde13e0905d0296e72352a43d1247650493383211441a01bb3b43960d016, '', 0, '?'),
(0xd6e0643f751d166301307c3a26b87d07, 'wp-includes/SimplePie/library/SimplePie/gzdecode.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0x6877ebbb27d0d1dbc2176b3e1fa9f974, 0x42378deb10500eb569ecf717adf9bcd48f06c03cd22d04982e2ef3930925c278, '', 0, '?'),
(0xd6e38e6a225956332ea98492ec65fe81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_7.php', 0, 0xb43a403b8d16bf9ff7d31f5bd8f7bdb8, 0xb43a403b8d16bf9ff7d31f5bd8f7bdb8, 0x1c690122ad9a5fecb57f6046ac5fe3993cc4018d54b2b52fd049985aea38f09d, '', 0, '?'),
(0xd6e7a3ab6568d0c94bed30491ab8f890, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 0, 0x5502655a45aa1e4b783fcec472204cef, 0x5502655a45aa1e4b783fcec472204cef, 0xb880b695642490e1fd191cf6296f8a5eace8601b3f071fa5205de7256e4962f7, '', 0, '?'),
(0xd6e9495176173717d2f1d2b278b79d54, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-log.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-log.php', 0, 0x5f6f249f5626b2c3e46ecd4c628c1437, 0x5f6f249f5626b2c3e46ecd4c628c1437, 0xa613d383eb86657158ae8da146ec4a369aaa60ab63fd10a6d8e60a99d85cfa62, '', 0, '?'),
(0xd6ed023e255663fb88b1d6e1d86ca463, 'wp-content/updraft/backup_2025-08-30-0327___90_fce9f61dd9e4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-30-0327___90_fce9f61dd9e4-db.gz', 0, 0xf20c46397b6fc5e9e6d76aec4bb8db78, 0xf20c46397b6fc5e9e6d76aec4bb8db78, 0x55d99c8a8316d820124b8e615ba72736baa8e249ed50a04355863e3e5a2af2a8, '', 1048576, '?'),
(0xd6efb7dc18140320de7ad363c15409cf, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers-closeup.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 0, 0x2a78c17e95f75987edc9b2e4739e5008, 0x2a78c17e95f75987edc9b2e4739e5008, 0x09478ad8241b1a017843ab4e4b8d7d7e2bce0462b90665ea6378e13a44d3d7da, '', 0, '?'),
(0xd6fa15aa792adb528cf57859d24c0f60, 'wp-content/plugins/shortcodes-ultimate/vendor/chartjs/chart.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/chartjs/chart.js', 1, 0x00000000000000000000000000000000, 0x6806368c6a0bf73a5236b452fd5c2332, 0xe42c5af44b6b7b128b048c10284eaa48c9b060e5df35efb1179117e0a175fcca, '', 0, '?'),
(0xd6fa5bb12f9dfe6c0b9a4277008776b9, 'wp-content/plugins/wp-rocket/assets/img/play-alt.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/play-alt.svg', 0, 0x6ea52a6fdc68775a4b174384b2bd1473, 0x6ea52a6fdc68775a4b174384b2bd1473, 0xfe6d1924af325bb82b9589b2236cd7d02dadace39ff8a3b8ffacb1b0b16ad53b, '', 0, '?'),
(0xd6fe0d50fb8966a26e9679afbab32bd0, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/angular-roof.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/angular-roof.webp', 0, 0x25a020d326d99f4159049a04026a5db3, 0x25a020d326d99f4159049a04026a5db3, 0x2aa0976ed1feb3616d21ad880eedead3a3cb10e88422b1cbb606ac91a76698ca, '', 0, '?'),
(0xd700c4732ca59bfbefd3843d2cbeb9bb, 'wp-content/plugins/elementor/core/common/modules/finder/base-category.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 1, 0x00000000000000000000000000000000, 0xa4fb81a189412446480b47cb75186856, 0x6ce511f6b472127b65a5c70dd8a8aab83afe4fa3ac85381a89a23edc8e7cba43, '', 0, '?'),
(0xd7012ffa21a5eef87ead0e5f3296c985, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_views.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_views.php', 0, 0x6a7346a526d0d88f27eba9757f8b0644, 0x6a7346a526d0d88f27eba9757f8b0644, 0xb5465f57db3fa9acf1007a3a5836176991c5e48b6b2d57b6f3f87e751e3c5cd8, '', 0, '?'),
(0xd70499d236d1fdea982395a82db3c379, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', 1, 0x00000000000000000000000000000000, 0xe766b35e8ccc3b2e2314b478ac21cb6e, 0x71d33cc09b36039a4322cd7c93335b1a17c53b5e944ca9bfbbc8c95fcda9c666, '', 0, '?'),
(0xd705b61b480868704d1ebea3f39d98f8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', 1, 0x00000000000000000000000000000000, 0x93da66d7c1083e49ce4a4201cef542fc, 0x28237099cde15361e059241435c7a4cadbabe8df8436eb1843d7f3478202f4b4, '', 0, '?'),
(0xd707e3908d2f4f2719d2546f5c673274, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php', 0, 0x52e2f164dcf3d01e5b21cab6a04f8218, 0x52e2f164dcf3d01e5b21cab6a04f8218, 0x9f1487daa5d92e543ad9856e366e582997909b42f3107188d1b735342ab096f5, '', 0, '?'),
(0xd70ae8c179d3780ee6e59368ebcc0747, 'wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', 1, 0x00000000000000000000000000000000, 0x7b27c60e79ee10ef06c696e4beaaf2a8, 0xdbd866268a6307589adb6bd94627595bf1739cd084e6decfefec9d51493468cd, '', 0, '?'),
(0xd70cdfb06384157c629312b27201b56a, 'wp-includes/css/dist/edit-site/posts.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts.css', 1, 0x00000000000000000000000000000000, 0xf3db2d3c2f96f5a12d494ba3461b1906, 0x6e3f479616ea882cd9384d7858bb4c6850c095859b4c2cc8de3b22ec08ca68ee, '', 0, '?'),
(0xd7126fc23dd2b186d0148d6ff8509797, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php', 0, 0x679a84469ddd04b2e12a56ee72f139cf, 0x679a84469ddd04b2e12a56ee72f139cf, 0xf4021941a6d6a0adf04d1d8f19ae4c16e62233cb426222e9610bb5c695a3381a, '', 0, '?'),
(0xd7128482222dadf27370fef2e6ea35d9, 'wp-content/plugins/wp-rocket/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/uninstall.php', 0, 0xd44f3935b165574c5ade1bf1a5e74684, 0xd44f3935b165574c5ade1bf1a5e74684, 0xaea57afc632fcb6733ab38a059033e5e60b87f0987f763c5fd188d0fef67a42d, '', 0, '?'),
(0xd71325cf75d663ea70d696b4de5d17d1, 'wp-includes/blocks/calendar/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xac09575841667e44a6a1c26191fb615a, 0xd2973b6d547dd6f6cf2686bf5d8f68d0def24ed364bba2ef4568169354e1b9d9, '', 0, '?'),
(0xd715ab2068f13038af61bbba42e2400e, 'wp-content/plugins/kk-star-ratings/src/core/functions/get_meta_hof.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/get_meta_hof.php', 1, 0x00000000000000000000000000000000, 0x4ee7e5490d0e558be26593716630dc11, 0xb8496fb8d50d94acc2dbf5a59eb2f7bc26699658950e672aac1b11081fbebbcb, '', 0, '?'),
(0xd718da8b4cdf54176504cb1e4b40da06, 'wp-content/plugins/amp/assets/images/amp-page-fallback-wordpress-publisher-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-page-fallback-wordpress-publisher-logo.png', 1, 0x00000000000000000000000000000000, 0x9a5542d84528c413946888202e12583e, 0xaed15902a9cf74b06dc874c4061ba7f864760ffd9b1ca33181aa39e1d435ec9f, '', 0, '?'),
(0xd719a39f390f2e2cf3bd28e748992dff, 'wp-content/updraft/backup_2025-11-01-0327___90_825f3b194327-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-01-0327___90_825f3b194327-db.gz', 0, 0x3be2e68dbc6b09d0e25c989783422daf, 0x3be2e68dbc6b09d0e25c989783422daf, 0xdfc15262f7ac98cab8fa45f2df0e6fbef18bfdcc2afcfe87479ffa62348b30f9, '', 0, '?'),
(0xd71b533c8f882dbef80090b69121134d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/demo_style.css', 0, 0x5cce05781e1753e56154bdfe7ac8f166, 0x5cce05781e1753e56154bdfe7ac8f166, 0x51bff35fa4ac6e225187828d68a3f817b221d259121cc6625db6bbe9ae484cc4, '', 0, '?'),
(0xd71d557863c4d7f2a758ae46a792ea46, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-regex.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-regex.php', 0, 0x147d1fea21b6d439d5d6f2bbcad25de8, 0x147d1fea21b6d439d5d6f2bbcad25de8, 0x59631618cbf3882c6d135337947e539b46779ca2b3e9a92025e52220240dd44c, '', 0, '?'),
(0xd72242360a625ac164aef7144690df80, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php', 0, 0xdc33ad6c95738c75a2084a31c961e5ae, 0xdc33ad6c95738c75a2084a31c961e5ae, 0x4281ffd3eaa26d44732a5ec91660d48003b57209d06c14c64514e1628d509275, '', 0, '?'),
(0xd7227e3c7023368aafc3243b725bd31a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5.php', 0, 0x1a2166ed7ec6f808d1810010dfea315c, 0x1a2166ed7ec6f808d1810010dfea315c, 0x669e83443fafecfb725f9c3bc22b2af4bb8581b40750a6e609760aaddacbd89e, '', 0, '?'),
(0xd72b0540f2c5e018a435dd5563bdf1d0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 0, 0x573919abbe50f2f31edaa026420bf3da, 0x573919abbe50f2f31edaa026420bf3da, 0x115442ae3e068034da85fc4ab48e7a17129a0e2718507617969555afa2666ee0, '', 0, '?'),
(0xd72f93fdef1eea661ce966b65e7834a6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_2.php', 0, 0x37d38c3339e90cc2160aaff141b3facd, 0x37d38c3339e90cc2160aaff141b3facd, 0x91f4b8fa3190a1594f35af5c200a03d45f1831f78aab1582ca320b4a3e5c3c67, '', 0, '?'),
(0xd7320eb6dbc05dd6a1fd2caf1c069ac4, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/08-midnight.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/08-midnight.json', 0, 0xc5362b252a3d8e9e7840a31ff27e5200, 0xc5362b252a3d8e9e7840a31ff27e5200, 0x127cae1cbfc275aba0fb5067e6651491db5ecd515ac18a227a3a7263bb1d4977, '', 0, '?'),
(0xd7353aa3465335bb53aceba4b7772965, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2_no_content.php', 0, 0xccc820a2bc72fc5a1c1373bf68b74430, 0xccc820a2bc72fc5a1c1373bf68b74430, 0x7bda12c7554de0b7989c5a7e3f309742c42780d46dccba1d515c5831a5ee943f, '', 0, '?'),
(0xd740a63b0038fae6ab70640de99ce106, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php', 0, 0x52b5f8f51914b4781680b8cdef37cdcf, 0x52b5f8f51914b4781680b8cdef37cdcf, 0x4d7bed36df1214fb0f188b4f599a53eaebd2834ef2eeeec49b88141eedb3d7b1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd740ca10187825056c9f5e70847cc1a0, 'wp-content/languages/plugins/hello-dolly-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/plugins/hello-dolly-fa_IR.mo', 0, 0x76e8f5f1d8fdcf6d5fe24ae663d0a2a7, 0x76e8f5f1d8fdcf6d5fe24ae663d0a2a7, 0x692d6c941880311978bbf05b7952d469edfb5058ce92c98df557e24ebe47cf91, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0x11c7949c62ddbc9efc3fb8f0f9c5bfc3, 0x9b80c2f31342a7839fb481f52f28d01289f8377032c983b5f8a44690b1343050, '', 0, '?'),
(0xd7491be3094ab58e617e529a8d075aa8, 'wp-admin/includes/class-wp-application-passwords-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-application-passwords-list-table.php', 1, 0x00000000000000000000000000000000, 0xf5bbac39f82cd9a3f5ffdab8e51b7aa9, 0xfcb9bb0994f5a014127ad88c73c5ebf5f379a86854e80e27c11a29eb19ea9a20, '', 0, '?'),
(0xd74b76b12ad3d156657f1807a9f6a29b, 'wp-content/plugins/amp/includes/class-amp-autoloader.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-autoloader.php', 1, 0x00000000000000000000000000000000, 0x2a17f8a314593a2ca69c7803187a8265, 0x68d90abb529feafc643972f0f3a5bee7473887ca959a6d8797b8037af17676d3, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x6d02a428f8affbdc4d423f2a7fedcdac, 0x4547c02476a6948535a97c3954c2db62e80ccde629f7c289d73e88525f5afa82, '', 0, '?'),
(0xd751ccbebf3a6b6649c56e63c57c91ff, 'wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin.css', 0, 0xfa82a9a12643193f7e371b5446840ddc, 0xfa82a9a12643193f7e371b5446840ddc, 0x68fda9d0eeb509a463cf4b28be50be03b9180ab19e9feb013aeafa9a9ed27427, '', 0, '?'),
(0xd7550cddb79bbdc1be56ccb3439d5c8b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 0, 0x311e8493890019950621c186e5c507ab, 0x311e8493890019950621c186e5c507ab, 0x6aa5a3d20966bd0e0327eed067482245dc78951bcb32c9627e14e946f05c6534, '', 0, '?'),
(0xd755501c3a1f146d0a9c2398fd0c6ed3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', 1, 0x00000000000000000000000000000000, 0x404842194340e8abadf134d94e7cebc6, 0x6ab2ce305248555b9ee5e01658f742dab623e31d5b2a9690b7e34373ed2d089d, '', 0, '?'),
(0xd758e4fdfa4a964bb833b5a6467e15e2, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 1, 0x00000000000000000000000000000000, 0x80033d14f90560f1e6b7428ae2f25754, 0x4393099356822fe3c6a2a0415ab8564b65626b83dc69bdbfb1dee2c0fde1c271, '', 0, '?'),
(0xd7599bffe2a8ea2c829e3fe4815a03e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2_no_content.php', 0, 0x392880d8564308585664d53637934795, 0x392880d8564308585664d53637934795, 0xa7534abad8710ba7600d65172010ca5b97185e782307e3819072ff18486117dd, '', 0, '?'),
(0xd75ebed30cd548945ef72aabedd5a697, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_6.php', 0, 0x15ae1ebec1e3db6ed90dbddb038bcbe4, 0x15ae1ebec1e3db6ed90dbddb038bcbe4, 0xc5bef288e9529460821d43c783cbc6d70a136424ec78fd4a61430fc44557043a, '', 0, '?'),
(0xd75f0a7a28ba7f629d5ef6044abf693c, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-field-group.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-field-group.css', 0, 0x09395dd51a4041c06f018dd17c62bbb2, 0x09395dd51a4041c06f018dd17c62bbb2, 0x98dc9639147afc4ae4f4e570dff298294fadf2db290c5745b45cf38f60aa6231, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/redux-routine.js', 1, 0x00000000000000000000000000000000, 0x6c1420d1c11c4f91e9b57b689457fb82, 0xb9a2a018d7e4d3037ef2b2e1f1ad3485a6bdfc5823763ec53162994b6154ab35, '', 0, '?'),
(0xd76d40c791696caa1346999d346b3619, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 1, 0x00000000000000000000000000000000, 0x91e915d49f193e1311c1d600103fa809, 0x0c71478a20790b6f157895832193f0a092ce2c3252cb8e18a1b22c8031d6aacf, '', 0, '?'),
(0xd772e00d13f23e6ad44924370b9986bb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php', 0, 0x4d82137d60dd41a6473be398def9db8a, 0x4d82137d60dd41a6473be398def9db8a, 0x750eb18bb4b312c959298ba15847eb16e23bc11124906ee96659e96534ae70fd, '', 0, '?'),
(0xd7762236d46017d27679ef4884aa8cb9, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 1, 0x00000000000000000000000000000000, 0x6458d47f0888b64516fd25944582458d, 0x2cf99b3b51d7cb5d9b3ac5adb8f00d7b237ebce3af8eb117695c24eb1c97201c, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0x536349dbfdcb1bf394b9e7665fb1cc89, 0x39de4cda5c9d61be13286286f78805afd8a036f914da20ccb6c2035c343168fe, '', 0, '?'),
(0xd77afb1c5dd2f884b112c152b64f7831, 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css', 0, 0xd93b9207aa2ea9dfed0903468b6f7b48, 0xd93b9207aa2ea9dfed0903468b6f7b48, 0xaa884967795886dc3b75aca7981159b767b521c5311cf5238f38e28ed54c86bf, '', 0, '?'),
(0xd77b2914f314055d0ca06b17cca8e3cb, 'wp-content/plugins/amp/assets/js/wp-hooks.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-hooks.js', 1, 0x00000000000000000000000000000000, 0xb6d98701ee55c27f6ea1fed8f58711fe, 0x20de6d22c6693a36a39cca2dac559aba2d2af3c8033984274a89d49d956b403c, '', 0, '?'),
(0xd77c7400bdf55b3cbfa92a5fab04ff57, 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x4512fb8406ba644dadfd1106a231b5f9, 0xbed9e551f955cd97405953d6f376ea8c3ab9e6a6386359d07008a5211b9d318a, '', 0, '?'),
(0xd786bbdd344c367772cc4c7370f2d349, 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js', 0, 0x9ebdb5857426795e337362e0988198f9, 0x9ebdb5857426795e337362e0988198f9, 0x57cef731a659bc5052cfa2b620773e76f758f3c1160d30e966db4382af368f9d, '', 0, '?'),
(0xd78e7bf4c4f6d425e9f6b02a1425b6c5, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0xac85a442f8a4e393d84652f44dcb0bbe, 0xc0bc22af87a25b4c9f885b42d1e690ab6ae79b4cd2adb21589aa003d7858ed23, '', 0, '?'),
(0xd78e9518dc0192f38351174685ed92ef, 'wp-content/plugins/amp/includes/embeds/class-amp-core-block-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-core-block-handler.php', 1, 0x00000000000000000000000000000000, 0x2bb6d6afb3f4e2aa3ecd3f7e3519d4d7, 0x617c73ede46c1d4f30142fa054e4fc34445d3431fb70a41d13da5d62d72042aa, '', 0, '?'),
(0xd790fa999003b28f121645e4f9085641, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Header.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Header.php', 0, 0x1f8b645c17bf40e49c64796f4cf17121, 0x1f8b645c17bf40e49c64796f4cf17121, 0xf941046edeff1fad870e965069f8371e472b614d1fa49deecd5e242495a53a6f, '', 0, '?'),
(0xd795eb0d98875f570a09fd8cfe7738eb, 'wp-content/plugins/td-composer/mobile/images/icons/ico-video-large.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/ico-video-large.png', 0, 0xa7e4e85d5166ac4286fdaec8e2ddc72f, 0xa7e4e85d5166ac4286fdaec8e2ddc72f, 0x7ee22866b024ac00f20b6d298354dc26f708ba60d736df68d44aa0b08166cc28, '', 0, '?'),
(0xd797283087c2db501c0bdd7457a41212, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_5.php', 0, 0xbafd1c1ebdb0a6f399285ee59b2fa357, 0xbafd1c1ebdb0a6f399285ee59b2fa357, 0x9ef19d6c7f7a5053bdc13ef1754b95b8b3d09ac971c37aff55846e5a314d5818, '', 0, '?'),
(0xd79997754d36b783308788cdea424aee, 'wp-content/plugins/elementor/assets/shapes/waves.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg', 1, 0x00000000000000000000000000000000, 0x91d56a585ca5e58959e60242825082bf, 0x2153ac6b5535347b55d70488b4a43241b9e0c4fc5d7eb25b406768a11966c15a, '', 0, '?'),
(0xd79acd4822350632b2e5e6c4f5973357, 'wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_header.php', 0, 0x74178b3a58f952195d1e050ee940993d, 0x74178b3a58f952195d1e050ee940993d, 0x114cba3bcfd7d0953743e2a73ab0f6b6d9a919a8341ab3941af8bfdfdcd93f04, '', 0, '?'),
(0xd79ddd5806d473d73b90fdee3a1d1a90, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0xc4adf89ad7d2ff271697cc3cc9344753, 0x1bc70cc689fd518a97d68c13be9a253ebde3056bc4f170bc8a1d1072f1dab1a9, '', 0, '?'),
(0xd79e6ab5204e0ce611df40e964d11889, 'wp-includes/Requests/src/Exception/ArgumentCount.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/ArgumentCount.php', 1, 0x00000000000000000000000000000000, 0xe48fbd1b244af0cc7acfe9dc66d84455, 0x56683610c8e223af45499ce88d203da682f3bb0d36b4550b211ac2848c98b328, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', '/home/abt90iranbet/public_html/wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x5da10176a0b6fb72ea6f248d1bc3b41c, 0x0c0c0616148086f7c535d5c8ed694a71b0fc5c42e2a99aac657eb25c772b4399, '', 0, '?'),
(0xd79eed592e5cbd0d22df9d381fbe9a50, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_1.php', 0, 0xbe936b7de329c4bdf46d9218ed3a93c9, 0xbe936b7de329c4bdf46d9218ed3a93c9, 0xc25f68852c90807ac1ea712dbbafa548e996e00f5f55aee2cead8f7f749f3ef7, '', 0, '?'),
(0xd7a435a6f7dd6d2e60a146d5604c218f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/demo_style.css', 0, 0xcb81cda9c54eb8078baa08f64bb8e7e9, 0xcb81cda9c54eb8078baa08f64bb8e7e9, 0xe3751ef7b842ef50bf77fefacecc69b3ce6c8f0689c62f4904318b506583b9a8, '', 0, '?'),
(0xd7a513fc4ddf036414246d0aa8bd4316, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', 0, 0x83f05bfb905f031fa24096d717f146f8, 0x83f05bfb905f031fa24096d717f146f8, 0x130ec20914089a90ce8f6f6f60f73cb9f044ec595161a45e3c77859caa5ddbc7, '', 0, '?'),
(0xd7a9889bf363da0e23ed7cb1980306c7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x0ef33931623536127897f6ecf7abbdba, 0x32f0525ba52c5a1314c0e6cb0137124de4452c9e25ec31fafe644253013075ff, '', 0, '?'),
(0xd7aa1f91a3296fbe0b8ff87e45652459, 'wp-content/plugins/amp/includes/templates/class-amp-post-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/class-amp-post-template.php', 1, 0x00000000000000000000000000000000, 0x80c33cb43654b2dd74307a9e6c917c26, 0x83192dc7f47270379322a081cadf1c7d2ffd2b9c4276cfac29a36abd1d98a88c, '', 0, '?'),
(0xd7ac53d2f8930fab7fd8e644da56f043, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_6.php', 0, 0x2f0d6e59d8f6dc712ed31bed5659108a, 0x2f0d6e59d8f6dc712ed31bed5659108a, 0x805cb054637bc0969e9e931aef83550b878720061196b9dae93c81c44b279909, '', 0, '?'),
(0xd7b39fb313324df6f9f19af795ce6f2c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_10.php', 0, 0xbcd524a888f61c9bd218b082f32b0902, 0xbcd524a888f61c9bd218b082f32b0902, 0x2f4c3816816b67f246391fe262d4e709d068a6f0b13f8931bdf6b19ff48cd448, '', 0, '?'),
(0xd7c1c95b13b758556c271dbbe1c95500, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-portfolio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-portfolio.php', 0, 0xfe06ab780c1ef9683de022f7c776aee2, 0xfe06ab780c1ef9683de022f7c776aee2, 0xd5c451e1c7a558080cfebe34f1751b84f473fbd8f180a559911c56c8c685173a, '', 0, '?'),
(0xd7c29cfe0ed5c38f23b9fe965251b4b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3_no_content.php', 0, 0xf3d9aa9a6e9c67653e890f1cd7b975aa, 0xf3d9aa9a6e9c67653e890f1cd7b975aa, 0x391f4ee4097acba8f19b608d8cccef22527cdf43da643e287c139a390b8bd99e, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', '/home/abt90iranbet/public_html/wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xd7ca501ec1d9805cf4c62f6fb5ae9476, 'wp-includes/Requests/src/Exception/Http/Status406.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status406.php', 1, 0x00000000000000000000000000000000, 0xf90534feb7a6292d87d580f6a5004799, 0x24a32bc4d47d64c66d3ccb0cc37c76b1d56977ec8ff88b7231d4d7479ae730e2, '', 0, '?'),
(0xd7cd3a5dfbcea545764d927144e5390c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', 0, 0x95aa6e7106f2a0cfe4004d5f30ed8b4b, 0x95aa6e7106f2a0cfe4004d5f30ed8b4b, 0x9867847415578cbbdf7da91c05c2e49bd2549056656996589f9cf0f62bd45887, '', 0, '?'),
(0xd7cdce352b58dad71a0ba67b1a3cd1ff, 'wp-includes/sodium_compat/namespaced/Core/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/error_log', 0, 0xd4310d8d7d37b4ce055291ab10faa3e7, 0xd4310d8d7d37b4ce055291ab10faa3e7, 0x94090631af64dc2b3879f23b24540ca0ac7a7938b89176563855d87fc0562680, '', 0, '?'),
(0xd7d0d1a848c6be770bfbbea38f47a36f, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field-conditional-logic.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field-conditional-logic.php', 0, 0x409dbf8519233023a7e2b3d297d22732, 0x409dbf8519233023a7e2b3d297d22732, 0x896d0d46c756f24fb4d4d3a4033f5a587199b10aea40dd0060b4ddabea6c8c9c, '', 0, '?'),
(0xd7d25b619c02f082b8a01123e10bc0b9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 0, 0x5eabfb0603f0deaaf9bfb17ab9297e63, 0x5eabfb0603f0deaaf9bfb17ab9297e63, 0x5edf55cb7731e3f1784ee0dbad452158d94e71055ec08564dc7cfe47ed924a71, '', 0, '?'),
(0xd7e0ee195d9e661e411f2f6ab5fdc8e2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', 1, 0x00000000000000000000000000000000, 0xfd5c465c530a3207f2da4c42a974e85b, 0x086f0493c556ef6ca95fe3c985db22bc34e6cf8a60d13e1db46d411ff5259b57, '', 0, '?'),
(0xd7e2da6db538514c6e81ebd414d8e947, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php', 0, 0x99c192c4ce2eef9a903df520acaf18c9, 0x99c192c4ce2eef9a903df520acaf18c9, 0x6bfad74a48358ed9a147afbbe4636fd54aa8239998054cafbc5701472fa17887, '', 0, '?'),
(0xd7e303c1cb7a89efb0fbdfa961852c36, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php', 0, 0x28c5a97a2c21304e98322e37ffac19ad, 0x28c5a97a2c21304e98322e37ffac19ad, 0x0a388c48c8f8067080ce248784e784c943a4ab4a9c35cd5fad8063c09270ac9e, '', 0, '?'),
(0xd7e39b43c2e6557f16d8a9455424d6f0, 'wp-content/plugins/elementor/assets/css/widget-rating.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-rating.min.css', 1, 0x00000000000000000000000000000000, 0xf69f36068ba464a3dc6fd4f42b534936, 0xb91d8c32b2f173989de579fb0db9b42873f8ccace582300d826e27a94df1ac91, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1881f0a4ce817ecd9ff1ecfe616bb1d6, 0x751a1ca006671e247d036f1ba882fbeb62c4848df12b0da0e30ab803bbb138b2, '', 0, '?'),
(0xd7e6c710e73465f0bdcf9b7f8ddf134e, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-text.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-text.php', 0, 0x8057dcbeb30e23f1b7a4dc7d2013189c, 0x8057dcbeb30e23f1b7a4dc7d2013189c, 0xd3fa336f55fec89b8fb8ec26e376291cb29ee971ebf00b4c0bf7ee6b41edc71a, '', 0, '?'),
(0xd7e6c9639898c87fdcce61b5ca0dfc55, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1.php', 0, 0xd4d1bd61f11d0150e4e3035c5394dd46, 0xd4d1bd61f11d0150e4e3035c5394dd46, 0x083414e475e7fdb2ceb16a869f6c81c3d5086bb379ab8c67e417feb1d62c10ce, '', 0, '?'),
(0xd7e7949afed11863cce3e254a354b3ff, 'wp-content/updraft/themes-old/twentytwentyfive/parts/footer-newsletter.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/footer-newsletter.html', 0, 0x7a54076b657425cc93a367bc4a8fbdc4, 0x7a54076b657425cc93a367bc4a8fbdc4, 0xaf90ee30fb3a8ee5e04364ebe71f18355a6fc908e77239d24531680029845d69, '', 0, '?'),
(0xd7f18fda4da7859ee952a14edf6120f3, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0xedd48585c9d7f6984779ae24fd94eb26, 0x8b83025c92532f9f331503f5b30b296e62ccc7707ab8ecb6b2323f54c695c134, '', 0, '?'),
(0xd7f1ad25defb3e6ca2cbc9055df2f4f0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xd7f52981a7720acca5d91eec8e843adc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/demo_style.css', 0, 0xae4b3ab61974ee5a5446e9525d58fd67, 0xae4b3ab61974ee5a5446e9525d58fd67, 0xb7fe5be72188ae9eb22db2f00858ccff7f85ff9ef1dcb3ea2a006b90a53e460a, '', 0, '?'),
(0xd800ad1d917791473d04c7a3774ad7e0, 'wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css', 1, 0x00000000000000000000000000000000, 0x6864bc335015baf320b9fe3b4cb6e6fe, 0x8b4c802b92dd2b71b91f18725029353322d5998d51da3562eb4b55ad1d3580e0, '', 0, '?'),
(0xd802bd16eb8ee43669b50957860b6974, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-newsletter-landing.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-newsletter-landing.php', 0, 0x74644064ad3394fee3a80292367ab077, 0x74644064ad3394fee3a80292367ab077, 0xab21cff43e67ae4cf6915de1d6fcdec3c564df3ac59b2f82157809a6556e3cfa, '', 0, '?'),
(0xd808da7fe0ded4d07498573c9a2dc9c9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_3.php', 0, 0xd72f49072374a5c4c7a370d3e680603a, 0xd72f49072374a5c4c7a370d3e680603a, 0x04169af05c67cf612d775de84f876269a22c68f02dc81b29716bc138b6f20282, '', 0, '?'),
(0xd8099f8d5987bdd288b23cb30037076f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import_no_content.php', 0, 0xeb5050cdf3e3c2c519e200142f7ec06b, 0xeb5050cdf3e3c2c519e200142f7ec06b, 0x8527ecb84e3bafdd192a23b122c753266da4098d0898557c6d5d81947e8b9dbc, '', 0, '?'),
(0xd810515232fad7d45d62676904ce08cf, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', 0, 0x0c9fdab5ce40bcd0ebc571271df7d63d, 0x0c9fdab5ce40bcd0ebc571271df7d63d, 0x8299adb275f1f293e5fdbcf2134b10dde0d98d8690a28f57614b8f7e7e22d02a, '', 0, '?'),
(0xd8159eb20adf286b1fd5c3972cf8bc45, 'wp-content/plugins/td-cloud-library/assets/js/tdbModal.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbModal.js', 0, 0x956ece89efad9b5344d0bd05f2084ceb, 0x956ece89efad9b5344d0bd05f2084ceb, 0x2642a64bb47f9c544300812cbfd5e5728bc7f5e4e7249878cd1cce905a68c097, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0x3984a58375a5acaa379b738439644780, 0x6d496cb0e8034a6349f3b4391ca033ad42852e3c4b2ed396ea59693f29d981cc, '', 0, '?'),
(0xd816f06d2e1c5327fa1bcb7ff07d06b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', 1, 0x00000000000000000000000000000000, 0x7472c7b1e9751e579526bb5aa5585185, 0x445cbcd5031dbfca5dd63708c57374826fa0f1d52f4e105b11244b9774046e14, '', 0, '?'),
(0xd8187dc4a122af5a9e84d19d2792beb7, 'wp-content/plugins/updraftplus/includes/Google/Http/Batch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Batch.php', 1, 0x00000000000000000000000000000000, 0x04987d99478cd754cadd5f8199b57323, 0x159c77a37084bd8654ae2448b2f349c7b9a60819fe1ec9db4114562ad6db2c26, '', 0, '?'),
(0xd8194bc83b4956bba5e9e58426bdfe6a, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/post.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/post.svg', 1, 0x00000000000000000000000000000000, 0xa3c7e3c4e34b8202c92b76fe497fb4b7, 0xe44a2beb599910e919e228961c3c3664e4b0ff11bf5c65bde7e317fc93b8f87a, '', 0, '?'),
(0xd8196a1110f106a14f01beae13a61e26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_5.php', 0, 0x7facdebb999d407cf1bfecf5510d9d88, 0x7facdebb999d407cf1bfecf5510d9d88, 0xc3058393635c50ad8b16090fd7b8f8e35eba5ffe9a0440b64f03a7ad0abb8bf4, '', 0, '?'),
(0xd81fa2c2438a2892e0b72d713a515744, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_8.php', 0, 0x89643e4e576f80f11cbf153c75916547, 0x89643e4e576f80f11cbf153c75916547, 0xf4d8821422dd331131e02b8957d8cfae5cd09f1113a16511532b7c060dee7b93, '', 0, '?'),
(0xd8267d10a98fadd80096b6105c8d5079, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_3.php', 0, 0xf12b47ca3004fa76338194255e7cf1c7, 0xf12b47ca3004fa76338194255e7cf1c7, 0x1b71620af8eb55fea40fe7b4b78e2f3ac6d7c3cefba8293021a194b6bbce83ba, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', '/home/abt90iranbet/public_html/wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x23c9deb0d142730fe241cd2a872edac6, 0x75f938d967c5c79339bdebc0adf99ad8cdf1d148f8064b32f84af7b895002ca1, '', 0, '?'),
(0xd828d9c24b11b96f16b319fc06073546, 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 1, 0x00000000000000000000000000000000, 0xcb17df62515d62493b12dfa9a091c344, 0xd944eed1807bc248a13a63469084d5bb13573df56e1dc14a9bce417ff1e0111b, '', 0, '?'),
(0xd82e8ac827f11fd469a979bdd609b8bc, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_template_layout.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_template_layout.php', 0, 0x5456528fe02a0dd17351e46d70f2bf03, 0x5456528fe02a0dd17351e46d70f2bf03, 0x8fee8e3d19078fe00c3d1bff27c1127ce26ebee2daabc1e8232a078d2d31a7ce, '', 0, '?'),
(0xd82ef7364c18fcd35812856e05b54566, 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 1, 0x00000000000000000000000000000000, 0x5e8558259596269915c97dfa9929e740, 0x601f17e07ba5f848e8f6fec8b40bf918e04f21988d1aae4c6e8fcff952c0d463, '', 0, '?'),
(0xd83065ed7df3cc150cfea2e9503cb486, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php', 0, 0xcae932248e88d1ff83b15118dd667329, 0xcae932248e88d1ff83b15118dd667329, 0xcee02c80ec34abec6378cbf4dfb325d665c377b3ef33fd62eae61a0640bc4d6e, '', 0, '?'),
(0xd8325789c4be43145e20159e6cffd123, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x764c37efbf6d7ffc176b466fadc6f2ca, 0x54147af261e18d13d48ba79f33a15b6dcbaca5025f6f668c0630fe066a117357, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x584e3f5ba5e4c68113cb5a8d4c0722f0, 0x8fc5f75995ed94e345b436af34f46713162fb6a11e0b80d1e8073c227a7124ba, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', '/home/abt90iranbet/public_html/wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0x0bb02547ad8f098d6f72f43e5276da94, 0xd59dcbf574a3e50a6e782f1a64a6c5bf3a0af8e0f24911a4cc01488b7c9eba90, '', 0, '?'),
(0xd84942cca024fd514d79ac4c6485e73f, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 1, 0x00000000000000000000000000000000, 0x11d09dd5bd8f063d06cdc02993da4768, 0x66ad10f0bc1570ee1548cd93d8099ec5f1467c68f69f6f3c65a69c3c2cee3364, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xd84cb8fce748a6232090bad8cf259e0c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_import.php', 0, 0x242a135a182977f462541886e43b4f31, 0x242a135a182977f462541886e43b4f31, 0x87eaf11a192f07b16d9e2a7e6b6d0adb3968ea0621f3c65e2a4bbc593d773593, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', '/home/abt90iranbet/public_html/wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0xd8521ac79b017993b015cbf127e8ea0d, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', 0, 0x0930e015bef74f519ca139392b680887, 0x0930e015bef74f519ca139392b680887, 0x0fb2555b9aa4385362fe85a6c170596c20ad2e128f511ff2c12c6cc2dc1432e1, '', 0, '?'),
(0xd854fdc84027bf4ce9205c97c3cce238, 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 1, 0x00000000000000000000000000000000, 0x8e7daa4d173a0c5d818d6ec6e42247b6, 0x04a5615d85912cf3b911e31c5d7ab43b813234f777a8b68144ff1ad92f66a4b0, '', 0, '?'),
(0xd857823a3765e2e94ac7b9eb3ee0920c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2_no_content.php', 0, 0x81baeb9e203b1e53b807c982a66826c3, 0x81baeb9e203b1e53b807c982a66826c3, 0x3a74b8c74eee4120347e09265339e57dec73831ef7edd461ae2f9d1ace70e16e, '', 0, '?'),
(0xd85b25f98eb21458aceee63cb119d772, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 1, 0x00000000000000000000000000000000, 0x50b0e9060c267faa710f4b5572c6f8d5, 0x3bb1439f1917f107d2115d169d3febaa0b26ca45938facb0d4eb57d051e1ef51, '', 0, '?'),
(0xd85c8ed79f112a717e2e7973bcecf926, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 0, 0x11ffdaf6c760dbe6a079f90de9bdac41, 0x11ffdaf6c760dbe6a079f90de9bdac41, 0x66b3c370eb28a0da2f6f442cafe8b6e16bd86921fab5c02c316b8641a4de7176, '', 0, '?'),
(0xd864b17c7048fbfb03cf38fb4aeb7143, 'wp-content/plugins/updraftplus/images/notices/ud_smile.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/ud_smile.png', 1, 0x00000000000000000000000000000000, 0x67cf91003da1d56e4489d34d0470d2ac, 0x78934af2349b790533ad9001758c0cdb982a50ee83bd7d5508a5406b02d3655e, '', 0, '?'),
(0xd8651dc7878f99d47ff7dd026e677d2e, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php', 0, 0x163d291c0110f62e13fd7c1324e56822, 0x163d291c0110f62e13fd7c1324e56822, 0x953daeb5b5a55ca3e06bd6a3eed4a28e10de2d23e8016cf585ab759d9d8e2c6d, '', 0, '?'),
(0xd867318e5aa9d2d55a04cdbf14f4b132, 'wp-content/plugins/kk-star-ratings/src/functions/flat.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/flat.php', 1, 0x00000000000000000000000000000000, 0xc77516dd05034c3a767a6d006c7f2b42, 0x81a690747d2f8fdaadec769ebfe7a1ef321f3fe3577741772ffb989ccd2c92f0, '', 0, '?'),
(0xd8693a7841abcec8483d0dbf33a34efe, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php', 1, 0x00000000000000000000000000000000, 0xf612f3fda83da59774b79b4a3febeea9, 0x1f8edaddb6a6c001f1b06a81413172b63c73cbe97171d94e476937e6f21761c8, '', 0, '?'),
(0xd8697756c46f028b9dbddb8bc284c4b4, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.mo', 0, 0x24dea73a62afa1b7383119b40da4371b, 0x24dea73a62afa1b7383119b40da4371b, 0x6c6aa25e56dfdeff0b7729738ab14b2ccaaf0b2f97329de1523a35db81b0ed5f, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0x4bc09670780bd1815bbb421426d4bf7d, 0xc0a373038a04bf9e56d5358769624e056950c4f408261546307fca05d719fcf7, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x43f85260a89cbee919c47f1c397c8b65, 0x55a0cd8a9f1c739bf4647302d5393be4b0c043bf4f1bf48616fb16f2c8a48940, '', 0, '?'),
(0xd87966392e14e4e8fcb829fa8e4ea43d, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php', 0, 0xd9113c20e412ff95cc852746888858be, 0xd9113c20e412ff95cc852746888858be, 0xdc6028fb458cb93323146028fa0a8da643803ebcf08ce1365a947961f50a4add, '', 0, '?'),
(0xd87abbca131de3906bfc383d44dbb3cc, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/slider.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/slider.svg', 1, 0x00000000000000000000000000000000, 0x3fc34bc6153ed739affbb6503f867c18, 0x7dae3844a656763973289ca009d9fa699afe474c1cd2e2b9189b781548395211, '', 0, '?'),
(0xd87ceeb09f8b0b4dc9f8cd2858de45ee, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_7.php', 0, 0x6d97126a52fdce07c3f408ddacb2135f, 0x6d97126a52fdce07c3f408ddacb2135f, 0xaefafbddc48fce241dbf2b44a341e63329d3656d0c8f23163c6d716aa6cb79dd, '', 0, '?'),
(0xd87f2d6d1dc2f244e019648ea605cdb0, 'wp-content/plugins/updraftplus/vendor/eher/oauth/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/README.md', 1, 0x00000000000000000000000000000000, 0xbe05b28e8661d86f6eaa23e785b5fdf6, 0xc5160827ab6ea3e6d52b64da325dfae509d66bf538bcb1c417eea331f58dbed5, '', 0, '?'),
(0xd8804f830489d95826ecef3165bcc067, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters.php', 0, 0x88df52601078541d692e08bd0eea3d6c, 0x88df52601078541d692e08bd0eea3d6c, 0xa560da03e1254d9c6b168d6cd72a600ef5e5c3a5ba25b00d7c14a44cb28383ef, '', 0, '?'),
(0xd8816a51058784fc3f7071a75826270a, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-elementor-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-elementor-2340.min.js', 0, 0x17426df8a4ae2cdd34a9293a544bba9c, 0x17426df8a4ae2cdd34a9293a544bba9c, 0x8de1a68dee26d09bea55d2945bfb2585e9a302833e7398a3154c47100e69eb31, '', 0, '?'),
(0xd884d6cbe939c0d12df9966791c67c36, 'wp-content/plugins/amp/assets/images/amp-white-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-white-icon.svg', 1, 0x00000000000000000000000000000000, 0x80b99939e8a68f5ebaf27133e700035b, 0xa7a55ed7daa1705aba06fc0aa60cc113a1586a1a3e8cccf34b910cb8c3f7d282, '', 0, '?'),
(0xd8850d144ae81659bc7edf2d4d5653b0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 0, 0xab8c990c67f2943b17c3351f4a4463cb, 0xab8c990c67f2943b17c3351f4a4463cb, 0x3cead2f0a0ee1c22527b16aff30cbc317d8d36a5799c08b518920ebb36106fcd, '', 0, '?'),
(0xd88cde6cf3a9d817c8019239668ce974, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_4.php', 0, 0xd8d58609c82323796928f9dcbf5771eb, 0xd8d58609c82323796928f9dcbf5771eb, 0xdcacdebc8eeef7b0f4ec57d0f94b872eaa6518f109d54537de02c85f49658db1, '', 0, '?'),
(0xd88f151c38e8b135c7ae8c64179e2375, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2.php', 0, 0xead4a578eca031197028f2afd42c2ca3, 0xead4a578eca031197028f2afd42c2ca3, 0xa212adeffb4391dcef6a7d5781323258b5956e54cd2202b22932650d5689fab7, '', 0, '?'),
(0xd8923241c81d71dd6f9ed0c02455b545, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php', 1, 0x00000000000000000000000000000000, 0xea7410b1435aebce864e28ba43c930c5, 0x810a5f88a27fc166a7caac5ee4903d8d67c9822bd4f95d7c843798f82d349db1, '', 0, '?'),
(0xd893852dfab6d1ffe414a39cd4cec8d1, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', 1, 0x00000000000000000000000000000000, 0xcbeaa2c9544562bb1885a14211173b0b, 0xcdbdce310e3dcd8df21be84e5d1b7a5df9f277176eab401eaa78d861a9a14805, '', 0, '?'),
(0xd8950fc23a773b162d76a909072d34f6, 'wp-content/plugins/wordfence/css/license/premium.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/premium.1690810710.css', 1, 0x00000000000000000000000000000000, 0x101a1cb9a60b2b44714b991ed28d1855, 0x9d02d297b16404b4cd195514fb4113d045bcaeb3716def3a2ca02a147ff5c995, '', 0, '?'),
(0xd89b3886577b5562bbbd96a5c7e035ff, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.mo', 0, 0x610a390f7c2e4b16ffa3ef678a5ceb10, 0x610a390f7c2e4b16ffa3ef678a5ceb10, 0x52d496e49447e614a536203d65f1d9bfeaf7d6b26df0d0fa4a50a77de6eb888a, '', 0, '?'),
(0xd8a2cb465dc4c998cac50ce9555a114a, 'wp-content/themes/twentytwentyfive/assets/images/location.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/location.webp', 1, 0x00000000000000000000000000000000, 0xc8dda29f86b03fb43bd74a95026baa03, 0xcc42f0ecc5ac75b226626b3b1fb4615365cdb11dd4810164379b27103068234a, '', 0, '?'),
(0xd8a4a5f2a6308500499f8e9657c4b3e0, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', 0, 0xf3a5f37e65bab40e6f56b55511d82d94, 0xf3a5f37e65bab40e6f56b55511d82d94, 0x2ba728199254c60ea245426ea2e9c36055484bb480bc30a6f776113676343841, '', 0, '?'),
(0xd8a6fe8bb242c705ac248fe5b3914800, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css', 0, 0xaf8802096c88d924a9d88d8089e64ee0, 0xaf8802096c88d924a9d88d8089e64ee0, 0x8a0eb7287d7b7c1287592d3f1f7351bc4218e21900e72151840f60d4bd45eebe, '', 0, '?'),
(0xd8a7a2e823692238c5bd0f730a80672d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2.php', 0, 0xbff5e3874f09d5b8a102213aa0f23d42, 0xbff5e3874f09d5b8a102213aa0f23d42, 0x78a77933d5bcef78467a79a156b54127c5400fd9b2d72923c21131b10738012c, '', 0, '?'),
(0xd8a8290e2665ee0311b1aeeb23234cd4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import.php', 0, 0x16ea6d475bbe0839e7f2e9c1830bf729, 0x16ea6d475bbe0839e7f2e9c1830bf729, 0x0faf0d19f71bf4becf4aa90b4c36461b87759a14acbac1a6a96c3a307ab52a55, '', 0, '?'),
(0xd8a8a18e2588173fce8d9ed9aef40c7a, 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.svg', 0, 0x26ad856d16c8b7f0e749a9fc207f1183, 0x26ad856d16c8b7f0e749a9fc207f1183, 0x8a2aa1f2b24b8450f5c74df2179a27b1ee6abec2825705ecc02cfab6edec0193, '', 0, '?'),
(0xd8aa6a2251111886d7683c58b630899d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_panel_settings.txt', 0, 0x9d036ca7daa9a813685f77a5bc3312d6, 0x9d036ca7daa9a813685f77a5bc3312d6, 0xe061bf104ed8d40731390ac68cdf26411d0f2eb920da64dcde868d8d521eb7a4, '', 0, '?'),
(0xd8afbbc984bae6e44d55f55fb8d85b9f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', 1, 0x00000000000000000000000000000000, 0x118857eda7881bb40a5ae7e967b2b8cf, 0xac7b223f637894f3d0227d6695811a00b2d746de2ee9cd182da990482b939632, '', 0, '?'),
(0xd8b119ff9965a5b64d52ceb2738dae84, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340-rtl.css', 0, 0x5fc32aae795e54f9374522d67c1d1c4d, 0x5fc32aae795e54f9374522d67c1d1c4d, 0x331cceab1b1ebe78d3216553c280f63d1f3a22c015080d45b07876727fb4fe4d, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0xf6bd2c32b4c12622006eda4c1930e468, 0x66f305cb194ca8feabd3e35c065b98b72bdddc2c2c4b1bb5a790f1b1c95cd56c, '', 0, '?'),
(0xd8b5e494774b3ae0f8a5f456e2c75fb5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1_no_content.php', 0, 0x6f1bc7857b71faf9f019c449f30e1c59, 0x6f1bc7857b71faf9f019c449f30e1c59, 0x9363a2a037555450e5c3de2561052dcc4b0287500abbee3aa56f95d509f0d62d, '', 0, '?'),
(0xd8b6bccc918834d77e38f73158e5e4ff, 'wp-content/languages/plugins/wordpress-seo-fa_IR-8c2f72a2c46baea606be9a7b0c1a23d8.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-8c2f72a2c46baea606be9a7b0c1a23d8.json', 0, 0x40742802a0b7b2403620b5638a4814f1, 0x40742802a0b7b2403620b5638a4814f1, 0x55bd42a85a581351b7f0407f2084dbb5f344e61845cb521648eccbe578679ea7, '', 0, '?'),
(0xd8c04da2c58872003328d594b52c048e, 'wp-content/languages/plugins/elementor-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR.l10n.php', 0, 0x10d0a1af9978be45404f29d5698ee8b9, 0x10d0a1af9978be45404f29d5698ee8b9, 0xb99934d891c03b8bd1d34ea946ab0b11857b667367d0c737bcc74b8bdebfb703, '', 0, '?'),
(0xd8c573ae28a905600e6b24e84a09b75f, 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php', 1, 0x00000000000000000000000000000000, 0x010b892f3bf3e6792cdb29d7f5c12ad0, 0xa5ae5b891199073a0da8efbd8bbea9f662c582a5319b400a6dee31a6413b0690, '', 0, '?'),
(0xd8c6ecfcc88e6ac0e45e4462c09646e6, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/WidgetController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/WidgetController.php', 1, 0x00000000000000000000000000000000, 0x6feb2eb685b1aeff5f3581f88ede7dd7, 0x675fcbfb8ab8b8a746e6fa2394ba917c93139d325a474a77e331c6a804f6d80e, '', 0, '?'),
(0xd8c91c587a3308d38c2ea2ec5e252b01, 'wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php', 0, 0x3da11ef4853ea747d7e6e9a122c4f818, 0x3da11ef4853ea747d7e6e9a122c4f818, 0x69b83b5372cfa7a007b25d730a804017e72dcfafe875ba4aae8374e950be74f2, '', 0, '?'),
(0xd8ca08ffff7266e2f403934ca4dc53a0, 'wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', 1, 0x00000000000000000000000000000000, 0xbc771d0bf3a52f378737016656b56726, 0xcb76ac45fc782cc325a6254e41e420363bee33342a453b111660d42335161b61, '', 0, '?'),
(0xd8cec07fc102930b365bf351cf0f5599, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php', 1, 0x00000000000000000000000000000000, 0x617b2d0c174ea824759d98341d6cad46, 0xc1d4d1d45da421f18044c0dec222899482d26dbcd8269a351793b5bd9a6c5b0e, '', 0, '?'),
(0xd8d33d2938cc7be6005ac46728da7be1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x15097c2c55c79ee3494942e044784be8, 0xf636f065e0c79239854e8f738c88fbb6536dd7f22de38395a07ef925394c8b45, '', 0, '?'),
(0xd8d3ab764551fefe58d12fd293516d24, 'wp-content/plugins/shortcodes-ultimate/license.txt', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/license.txt', 1, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0xd8e3d51f78331f8820e7f54295d643c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_1.php', 0, 0xfc109ae1d6e02d0c9748ea0a973f9a71, 0xfc109ae1d6e02d0c9748ea0a973f9a71, 0xa3efbc367c7171113cd429c5cdd57097eb357c5550b8867a006009cfa4b9ab0f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0xe4bc17cc45ca91ab0f09dea134975c51, 0xf8b604690fec218236d1935d1080adc07352903917aa3654914d3c0a6c6e038e, '', 0, '?'),
(0xd8f16a73eef63f3ed542f474bfe09c6d, 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json', 1, 0x00000000000000000000000000000000, 0x2685ea9a4da5e979f7c2a3220c71a7a1, 0x5507787a0475c00249c7bf7e2b92dd03dd455a90cc10ac1492da53ffaca41191, '', 0, '?'),
(0xd8f3242c4b45c9c24d98d81138b156c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/demo_style.css', 0, 0x7f9325e073aeca0bffe1bb70a592205e, 0x7f9325e073aeca0bffe1bb70a592205e, 0xd0fc2d640cd8fd394bde3da727233e54a19d17b44f35441d96f91c6202402e86, '', 0, '?'),
(0xd902ce1bf98076df71797fcdffc9f208, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-user.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-user.php', 1, 0x00000000000000000000000000000000, 0xc35547c3201d4b6c246b5cb41ae44db3, 0xfe6231f1ea6189b64e5eab6c1f10da62302b99f4475082d7f7fc826958a10905, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0xc58b55a57a97ca2cadd90ba505145b2d, 0x5d5d8d3ea00c035cd09832fd8e64eab9a3094b84cbe6795b47bdd9408a03647f, '', 0, '?'),
(0xd9083b59f851a47556e7fd158bcd5d8a, 'wp-content/plugins/kk-star-ratings/freemius/templates/js/permissions.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/permissions.php', 1, 0x00000000000000000000000000000000, 0x96491c1d8632f7b7df00e36d2b58babd, 0xbf8ee24a5eaae33af59c4bd50ff6874119f571ffb8f3a08622392ac54599673a, '', 0, '?'),
(0xd90ac0044399f98c4dbad166844475ed, 'wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg', 1, 0x00000000000000000000000000000000, 0x3b4f5702d3b31002e7b4e9ec6ab5b957, 0x04091ff9c9a0f78efbdc0b688aab1c3b47950269420c8a16d904167314f00a82, '', 0, '?'),
(0xd90bb16b5a61758fecb7f30363691892, 'wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js', 1, 0x00000000000000000000000000000000, 0x8ce9f3e2a9b0d3753a9310c42db41f96, 0x09ba2a73b30ab501f3937e8f497c9d6aa6800b07da5da6691869605f5edc9243, '', 0, '?'),
(0xd90c056783d1229f1517a99467f811c3, 'wp-content/cache/critical-css/index.html', '/home/abt90iranbet/public_html/wp-content/cache/critical-css/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd90c7f104dcb24604388b3f9eb433a45, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370.css', 1, 0x00000000000000000000000000000000, 0xe7f53defdba17b55cd3f705a27db923f, 0x79f265ca0b47e457232ca641592f9a0f37e261caa8a6340be3bcab73ea79b3bf, '', 0, '?'),
(0xd90dc5b48e943beb6510dc5de2136a4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_import.php', 0, 0x7047876731b371f3a4a5182d07fd7793, 0x7047876731b371f3a4a5182d07fd7793, 0x6f1ed53fdb0926e4ddc1d198e13f7a5a67764461aab65eb6ed6c18c284ee703f, '', 0, '?'),
(0xd9165d464b15bd3d938489166da64ab8, 'wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js', 1, 0x00000000000000000000000000000000, 0xd5e3262f9f557bb91d6ffba0801707f6, 0xfdb0d8ea6bcf6349b9de71da90ac24325dd277e2ba09395b54b1026236a95670, '', 0, '?'),
(0xd91705522fbbebe3380c419ec0a0bd53, 'wp-content/plugins/kk-star-ratings/languages/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/languages/index.php', 1, 0x00000000000000000000000000000000, 0x79826105c951b7d400504a2a3ac91a3a, 0x44bb21eb78b346d5706645e0e4a4bfc9660a251d2bbc38016ae75d3a0b7fb57b, '', 0, '?'),
(0xd91b57d8a608fbfa1f3e43b67c0c4f03, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import_no_content.php', 0, 0xee7f7a37a3509f7fb69b0a52f80fe6c7, 0xee7f7a37a3509f7fb69b0a52f80fe6c7, 0xc09133d27528e48961e0ccb7332b1df625e51fd8595f486f57d79a6d22cb0fae, '', 0, '?'),
(0xd921bc51b84bb7d46259132e26f88be0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 1, 0x00000000000000000000000000000000, 0xe7c9f7f16fdef7cbf277266b1fb2b163, 0xe88367e8b97288cb10f59e46a70a0c2ea86fde55509b64f7bce9c7b1646757dd, '', 0, '?'),
(0xd92625597cc1bfcb83226128876f439c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page_with_loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page_with_loop.php', 0, 0xf2af9304ce0b46015e6576d1af3cce3a, 0xf2af9304ce0b46015e6576d1af3cce3a, 0xbf8c95bf2dc21de194b05948ba0bf86788bd50147a3b9f945bf07626ec9f19be, '', 0, '?'),
(0xd927307a6e70d0c60442b9df293ed054, 'wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php', 1, 0x00000000000000000000000000000000, 0x1b6816fe973914d9a52543b13a53ee3d, 0xe3f0b9a58238d3ba1c901ba5fd499c9aefa00bf5b2ede3cf74eab579ae94d77f, '', 0, '?'),
(0xd92a22cb49e2b3f00dbb599c022d9bbd, 'wp-content/plugins/wp-rocket/languages/rocket-fr_FR.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_FR.po', 0, 0x1a3837ea118a00f86c70bd7d9b4850e9, 0x1a3837ea118a00f86c70bd7d9b4850e9, 0xd057f14853d13c3d1891462082977edd7c574cd096bfe41ec32561c7d119f44d, '', 0, '?'),
(0xd92be2b8c76787d44375ea2ddae3a273, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6_no_content.php', 0, 0x40fa55823e0825a691d743ef9902035a, 0x40fa55823e0825a691d743ef9902035a, 0xeac433e025aa6435a52efbe2f45573fdbcdedc345d08df02207d9e54719aabc4, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x645805aedb03bd9f95a5f37ad286d6ab, 0x8366f7d700577b3f71bdc5dec6fefdc5e68bd7556ce0be50f3fdd6ab0e633812, '', 0, '?'),
(0xd92e679037243b7cf531985052a23df8, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json', 0, 0xdfbdcc824df247198ee2b04b82a009cd, 0xdfbdcc824df247198ee2b04b82a009cd, 0xb1609423091fdeef51befe26157dae5ea50bee95019ac541236ae41d5310aad4, '', 0, '?'),
(0xd93126bc4a2723328af7356f02e1be30, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php', 1, 0x00000000000000000000000000000000, 0x06a5e3197fd761f7a3046b92485be277, 0x2fcd51e5a272c622959f7f92ce0ed991baec63311dd3f5a82d9b461ac2a48bec, '', 0, '?'),
(0xd9325b15f029ceae06cfcbc9cd489c7b, 'wp-content/plugins/kk-star-ratings/src/core/functions/option.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/option.php', 1, 0x00000000000000000000000000000000, 0x0cdf99dbf04bce48ea84d8c9cc55f119, 0x8110cf7c461ef06810239cf7c09c733addb3b46d2d40431657dea37fe70b00d0, '', 0, '?'),
(0xd9378bd9168fc092ffa6df6c6be0ae38, 'wp-content/plugins/updraftplus/languages/updraftplus-af.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.po', 1, 0x00000000000000000000000000000000, 0x6d0fcd67f753a4c4f54a28c65cd57c59, 0xa7b29d99bc7e5179d1168d762255a68e9a17b08f723b4e7e289e84fafd4ba745, '', 0, '?'),
(0xd937940180a555062f821ccadc3d48a2, 'wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x1b2f01fd47bf95a4abef82ed5c95eb67, 0x2218feb94edff6081bf0ae9f2651e646a85cdcba41dc0073622a125859fea343, '', 0, '?'),
(0xd93dba5017ec6ed5fed910c10c76294c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', 1, 0x00000000000000000000000000000000, 0xf803bc415ce8543c74a1d02b86d25f5e, 0x7b76d5a14ff1fa562fe07cb647c7cb0d1310ab8f60b67bacc9732216eadd1628, '', 0, '?'),
(0xd941697c1fdab4c1c648664b4b256b46, 'wp-content/updraft/backup_2025-09-07-0327___90_cd6e781ee7d7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-07-0327___90_cd6e781ee7d7-db.gz', 0, 0xf1f23f7112c301fad92d8fac8764e4e4, 0xf1f23f7112c301fad92d8fac8764e4e4, 0x918a6df264200f0a2b8fdf453b93ca5475647614af4b7c136c2e8bff13578eb5, '', 0, '?'),
(0xd944781cae35cef7c795d33551dca63a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-phone.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-phone.png', 0, 0x63eb57e3f773274c9125505c1d55bd56, 0x63eb57e3f773274c9125505c1d55bd56, 0x44f2aa3a6d426c6497aaecce5950795be2a2efc7b4fb05dcf540470dd91d9beb, '', 0, '?'),
(0xd944f044c541d9b16267d60c63c5f75e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_8.php', 0, 0xcad2d37ff699c41dfea268997ebb3497, 0xcad2d37ff699c41dfea268997ebb3497, 0x557abc4d1835fa466fdd2f81a845dd07d75a9f842b2cb594db2cf705a43811b5, '', 0, '?'),
(0xd946dfd8b629eb9064c3bd97176499c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_panel_settings.txt', 0, 0xa9270e0fd270a25bb7d8435173e20dc1, 0xa9270e0fd270a25bb7d8435173e20dc1, 0xfebacf46b31e7e75ec9571f7015ccbd54418cd1418c9169888d7755824200fb4, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0xbf964b3f46d663bb32820bf21fdac5ee, 0xedfeaad361e6c9a6e1f554b8adeb489fcc3651e14d7baa2bb2a887cfa47d7ab6, '', 0, '?'),
(0xd94f0e278827cb1b438102af0f9287e9, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 1, 0x00000000000000000000000000000000, 0x77e544c5e1b8af3abd25f443afcbea73, 0x8418575708676e032e2670b280f3aaa5260aac6fa030a09ae8cc47ff1c484905, '', 0, '?'),
(0xd94ff8896ee67d265de74730f72bedbd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2.php', 0, 0xbc88b3435bfeaebef30ae5153c10dd72, 0xbc88b3435bfeaebef30ae5153c10dd72, 0xc2ba8ecd5454c6d7e1c031f220ca91d41f133c3f11eda67504997aae065e3043, '', 0, '?'),
(0xd9508d937afb9716e163e1a0ec762151, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_4.php', 0, 0x8d1c2f45295bccb2941178a569f2d635, 0x8d1c2f45295bccb2941178a569f2d635, 0x29266bb3fad588b9ebdc2ef75efa54af438c2d389459861faa2c8e7a9c475c30, '', 0, '?'),
(0xd952da4decc33c36163025109bb3b13b, 'wp-admin/network/contribute.php', '/home/abt90iranbet/public_html/wp-admin/network/contribute.php', 1, 0x00000000000000000000000000000000, 0x0c63ad794ac501df9bd042f5bca5009d, 0xdf43a2e2dcf34b640653e04997beb453dfaad5ab2c7f3c15c6c17f2c46bc91e8, '', 0, '?'),
(0xd95aabb52f120458484f19cf906260a2, 'wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo@2x.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo@2x.png', 0, 0x20980ebdb9124678ed92b941dbc88a03, 0x20980ebdb9124678ed92b941dbc88a03, 0x4b8f285878db811fafe02e09b8332c941a467908235eef790aae28a14ced5604, '', 0, '?'),
(0xd95b79790787232745e41fb31bf306d0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', 1, 0x00000000000000000000000000000000, 0x95e507b73d682f83623ca11806eba5a0, 0x52a9d4611ca4bc5623976f99761464f81c10d797ac16db0a96146cb1375a30f5, '', 0, '?'),
(0xd9606f81f93ed83daad8ad60d8daf587, 'wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x1a31e0a1ab2e7090f39cfecd94f15af6, 0x085e0723e8ae050c39175398a4e7d398384db135a60ef56f7d90a728130c8cda, '', 0, '?'),
(0xd961d88dd82fd4c2865dc4004b35b875, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', 1, 0x00000000000000000000000000000000, 0xf9fa16a7c5f589e1edb909e483fb3f10, 0xfa9eb2b0d188ff5529e23f12a60cdf96df713324e4f37cf488e0277d0dd51bb2, '', 0, '?'),
(0xd96290826a093294ba1470a345a52269, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_9.php', 0, 0xd6f84235b8f9c5397dfac6e09888b408, 0xd6f84235b8f9c5397dfac6e09888b408, 0xeebafc45ce371737f76237ac36c946fef79e12258765a882a886c6a03b44afdf, '', 0, '?'),
(0xd963f5011bc3865581e1263f29756e4f, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-image.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-image.php', 0, 0xd0f5d6606185f61f88208a78c8c2aa0d, 0xd0f5d6606185f61f88208a78c8c2aa0d, 0x3c62a3f2f0dae5600c2c5f8cdb096130a3708986745f616f0b83b5f70fd6acfe, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2c5a4f1814d9f1120c2d243649309c68, 0x631adec7fa940ca3f95832745e39c687bebf25c12149968a6ed53d8215a3dc80, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', '/home/abt90iranbet/public_html/wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xd96e014624c4ad4230c635e7b1ae8a49, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-query.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-query.php', 0, 0x79a335657e4a4862e6cb7c297c1ecd1b, 0x79a335657e4a4862e6cb7c297c1ecd1b, 0x5dc6b5496e8b5e36f427d6a47f9653931aab117df2586f6f7f71d02e9faff8fd, '', 0, '?'),
(0xd96f28e4343808b653202ca22acba2ce, 'wp-content/updraft/themes-old/twentytwentythree/readme.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/readme.txt', 0, 0x4c068559b0a2034fc61139ce04b1e52f, 0x4c068559b0a2034fc61139ce04b1e52f, 0xcc25d177a6615a0797a700dddd3e67419243a7f9c948295ed4898e412a825a19, '', 0, '?'),
(0xd972265660f80de2e9e491bd16f3d943, 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 1, 0x00000000000000000000000000000000, 0x7a5715d281d148851157cf10bd6167a9, 0x10dd0b1c3dd329595f1c0edec4233a98b79ee37fa24abf5616daf3dc40f33292, '', 0, '?'),
(0xd97b25a59bb3ce3d8163bd570d16f4bf, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php', 0, 0xe0cbb58c2245e55147a5afeaa75cb2e9, 0xe0cbb58c2245e55147a5afeaa75cb2e9, 0xab60f4e33d231ef5057dc67b60d1fc268b2ca9881a97b26b58ec10939ead724d, '', 0, '?'),
(0xd97dfbb00feec6dd4de552b690888bd8, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x116d6eefac2604ce0a650a7f58dae8f2, 0xcc77c4ed566c9b4b6d058db81a5bc5ffef0a51de9f88854661b2f3cb3f517567, '', 0, '?'),
(0xd98185cfd4c4ecc673fe664021e40623, 'wp-content/plugins/kk-star-ratings/src/core/wp/functions/register_blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/functions/register_blocks.php', 1, 0x00000000000000000000000000000000, 0xc16390f385aec32935214a956b1f9935, 0x4ccdad7f6f901f79fcb7b4279e481989f215a13d9da25f58aee65fa1cfc3ca2a, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/compose.js', 1, 0x00000000000000000000000000000000, 0x283fc724812d40c1aa727156d2464b21, 0xf8de8c364ea676eb4276044cab8341c48272f5d8648f5a7086008c677cbf6931, '', 0, '?'),
(0xd98a281c98038948ba26c9d6187acfc2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import.php', 0, 0xf9c298011c2380afb4a6391eb2b1fdfc, 0xf9c298011c2380afb4a6391eb2b1fdfc, 0x27399a8599c8e7c2fe16776b8cc548af254d357050b882b9d569772289fc4679, '', 0, '?'),
(0xd98b0fe15cc3e735e7d8877ecf0d8f8f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_10.php', 0, 0x482956ac48b2043d7a52c86e42e170a3, 0x482956ac48b2043d7a52c86e42e170a3, 0x420b189dea1acd307b216e5f8c123cbde65330128885a5a981a569c3ed738249, '', 0, '?'),
(0xd98bd39d0567205f0ca0902c6716d0b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1.php', 0, 0x91054b462bd6ed6a4756fd5fdc7d9287, 0x91054b462bd6ed6a4756fd5fdc7d9287, 0x3c5e67215dcb3a50ac761036d8b1e2686e13875951d8fa56ba243ec7adf3514b, '', 0, '?'),
(0xd98d0db8513d15771f1230359698f027, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md', 1, 0x00000000000000000000000000000000, 0x46f69c643f207e38474559e824838a67, 0x92458912e43fc3613816d250a561f4c5efb8c9377074494c0e2c867b6c448ee8, '', 0, '?'),
(0xd98dcac8095bd5f530e5a2df4a18065e, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 1, 0x00000000000000000000000000000000, 0x4f2f2cddd36ede927d47cdf78d352b2a, 0xc9c089c2d0a51282362ff25da99692ac1a5c3e2f5ad01f1c38922fe8d49e6c3a, '', 0, '?'),
(0xd997363ee41cf12448e972a12a4bde32, 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', 1, 0x00000000000000000000000000000000, 0x22ddf8b133da7ffcc07a8ebb4c17fa1c, 0xe34b1216dc758d6163d62ad0a5e45e63fdf2ac476cce43554e7128333cee1e4f, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xd9995b8910c579b39b193f6da6b6221f, 'wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php', 1, 0x00000000000000000000000000000000, 0x387aa14cd88ba425cf3290771e3413a2, 0xda048b5e0d36de94d9af9162e3e1dadeb472e0e90897f3a4f9b2c48cf953f7da, '', 0, '?'),
(0xd99d805527b196ecc1a55074926f308f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3_no_content.php', 0, 0x6918aa652ec3619e7776f8e262e30797, 0x6918aa652ec3619e7776f8e262e30797, 0xdfd31f26d7d49712cbf2bfe9eba8cb7b1436fc70b67242a94d67b0af5efb0a19, '', 0, '?'),
(0xd99f9ae9774fed16fea491a0a8962f37, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0xd9a129c886390cc43f58d2e86d60e9a7, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.po', 0, 0x7e12c1f72e587a4d6768d0a992d1aeb6, 0x7e12c1f72e587a4d6768d0a992d1aeb6, 0xa227d8037a2d0803a0e39d907388a9c1dda72ec0ebd7a9cbd7aa23ef93f73aef, '', 0, '?'),
(0xd9a5e7328bb2059489f3a40e1d12b083, 'wp-content/plugins/amp/assets/images/bell-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/bell-icon.svg', 1, 0x00000000000000000000000000000000, 0x151b55ec1400efa97737d3effbdc9bdf, 0xf98c79b8cc14c56d5c28a16bf7d22e36ffdbfb7cd25211d4cd103027f8d55139, '', 0, '?'),
(0xd9a6c6fc2ae7b748bcda0aa2b4ce5942, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7.php', 0, 0x7c6ef530f47019f5485afd87ad8a4a43, 0x7c6ef530f47019f5485afd87ad8a4a43, 0x30c41a738a62a0e19a61bbff18552b625a4de58bb40d4260d8680d8091a6b204, '', 0, '?'),
(0xd9a7dce5634535d7158942de5647ce01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_panel_settings.txt', 0, 0x133d4d8b7a5f2805a7e5620ab99b5b21, 0x133d4d8b7a5f2805a7e5620ab99b5b21, 0x976435bbcf87eda512120e0ea06984270a975ddbb0c20af7991de0cdfab96cac, '', 0, '?'),
(0xd9a97299659559d84eb27d4b9bab9903, 'wp-content/plugins/amp/includes/deprecated.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x696c35ce429d922816555446be8df29c, 0xf051ccfe6270c59f7a427aec790580636008dbb3a5686a4bf7b70fdbacb81a08, '', 0, '?'),
(0xd9acaefdbb4fc70c05b3bef0c6a4cdd0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 1, 0x00000000000000000000000000000000, 0x08075c1d0711249e1f0674d86b57d2ce, 0xcfc9a50d20f56b28cc00a215c1193eee9cf623005a3aaddc745d75eb252eeffe, '', 0, '?'),
(0xd9af5079f17f8632cac9e255a0462d85, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', 1, 0x00000000000000000000000000000000, 0x3ac051c84f6d07c6c9c73a9e60700763, 0x935d295af9cb44f37dece55ed023d40490058f740ece53f10b152a39cbdf3876, '', 0, '?'),
(0xd9afe580231814f08c7115ad5b205816, 'wp-content/plugins/kk-star-ratings/lib/Installer/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/index.php', 1, 0x00000000000000000000000000000000, 0x593515f9c2d4671222c580eef3b1442b, 0x914839e0cdb506d3001f06c152547f2353570a4aa4c9c12559f29662ed871db8, '', 0, '?'),
(0xd9b1bab5104d5072cb12d1687e8c9ef9, 'wp-includes/blocks/post-content/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/block.json', 1, 0x00000000000000000000000000000000, 0x79180df7d2640350d128ecdb09fd722d, 0x2ddf6bfeb82a68efbb9b76e69ff2b8b58556291e8c8bc1515bd0672cf4953c34, '', 0, '?'),
(0xd9b8893b43a1953b261ca6112f4a0cb9, 'wp-content/updraft/themes-old/twentytwentythree/parts/comments.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/comments.html', 0, 0x440c27639af0ee329447a6bac2357981, 0x440c27639af0ee329447a6bac2357981, 0x8bc232ce15d03a1260bb908b404171721aefa10d9d3f9a132cd0d6f1b59f9ee5, '', 0, '?'),
(0xd9b8f9a4a2e6d9cdd73a866cf65e87b4, 'wp-content/plugins/td-composer/assets/images/loader.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader.gif', 0, 0x6255b0fc98459ffe655010dea20e6019, 0x6255b0fc98459ffe655010dea20e6019, 0xaaa6301a7bd42d092f6473e4312405968650ff333790e6dbe23aea19ef634bda, '', 0, '?'),
(0xd9bad8ec3cf0e6f2c88e34b041e32dc2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_1.php', 0, 0xbaa0dc453986f504374d0cf4bc05c3b0, 0xbaa0dc453986f504374d0cf4bc05c3b0, 0xe28f6fc35390d7a5e35d2b311e7f986ab0757e0197557864f8077dc57dcaafbe, '', 0, '?'),
(0xd9c5971e0645732e3900b5193c85d671, 'wp-content/plugins/elementor/core/files/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/base.php', 1, 0x00000000000000000000000000000000, 0xa94e3e11b53fc659ee39814597778bf0, 0xfe29a5d57ccb3a06dfe5aa008a7e5e24e8a314490d7f10686e21235e4938dda0, '', 0, '?'),
(0xd9cd4e15c4c09f9259035aa54645b5fc, 'wp-content/themes/Newspaper/translation/ja.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ja.po', 0, 0xe83cc1fe9242137c7e93d05c3fd53503, 0xe83cc1fe9242137c7e93d05c3fd53503, 0x5fcb61df830213b81e4f1fce917c7068b070a8cc1473cf17779bc20d0046d430, '', 0, '?'),
(0xd9cf76136a781d2c47e705d5230a81ae, 'wp-content/updraft/backup_2025-06-04-0334___90_6213cf2215eb-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-04-0334___90_6213cf2215eb-db.gz', 0, 0x2dfd18608ea64cd6352cd1a1514776ce, 0x2dfd18608ea64cd6352cd1a1514776ce, 0xcbe7013506e14d88e59ddce747ac8583ecd02fda11ef57a059410efcda02ec73, '', 0, '?'),
(0xd9d089e84f79d9d8f0f1f1f15f0f9f9e, 'wp-content/plugins/amp/assets/js/wp-hooks.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-hooks.asset.php', 1, 0x00000000000000000000000000000000, 0x47956e648411b18c131eff9bbf5dbdc0, 0x62e6db616b4ea019c38fb7f9f78700d963bc1d039ab0fd2fe75cd64a2afb0c23, '', 0, '?'),
(0xd9d42e26ac39d1f5cb9c3f8ee366cfe9, 'wp-content/updraft/backup_2025-10-21-0348___90_d9a5401f0226-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-21-0348___90_d9a5401f0226-db.gz', 0, 0x57e1888e65ab3ac8c2cd9876554cac64, 0x57e1888e65ab3ac8c2cd9876554cac64, 0x96a04afe9f8e04417937aacaca57339b6c7a6b3270329a3c2475c300cac49fb3, '', 0, '?'),
(0xd9d47a943b29bf32706625cc182c529f, 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php', 1, 0x00000000000000000000000000000000, 0xa05a07ab412b201b270d173f104d8b2f, 0xad855ce8f1c77d9af5821b4ff8c9371d1fd7182be8e36e50d2b779169d7ebc91, '', 0, '?'),
(0xd9d4b0499d2add63d1ac6a2e11f8d25b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_1.php', 0, 0xcdd6317f75fb5be35dad9a7e5b08f72a, 0xcdd6317f75fb5be35dad9a7e5b08f72a, 0x836b2acf27c29bf50fb91666a3049c39a9d780844006c3d1b371556846e2b533, '', 0, '?'),
(0xd9dcf2dfe24eeabbc219232c3af120f4, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php', 1, 0x00000000000000000000000000000000, 0x04b70ef37143044d25b98ba963889485, 0x246f87e955d543aab9d8f6897e2776637e488dc049c5845232f5beea2f0d2b69, '', 0, '?'),
(0xd9e18dc8b0f950f1353ddb8d6b377984, 'wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php', 0, 0xe5f385935d1bc1eb6cf70ad9d26a496b, 0xe5f385935d1bc1eb6cf70ad9d26a496b, 0xedf225a180ce06dfa7040e81a2d3dc8dfdeb4d5933a9dc97541869bea79d0e93, '', 0, '?'),
(0xd9ea4f0ab49c6b51815f503a835c753c, 'wp-content/themes/Newspaper/images/editor-style/grid-no-sidebar-desktop.gif', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/editor-style/grid-no-sidebar-desktop.gif', 0, 0x15c495e985824cb0ad3242895a1d5220, 0x15c495e985824cb0ad3242895a1d5220, 0x486c143cd5576ff31900dc2e46b47df9abde08a965763d9442b455ca96b90cd2, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', '/home/abt90iranbet/public_html/wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0xd4bb17a54bc5f82b7441597262003de0, 0xce05a6617b5de1507dd638d2b7a48e68a0162256c3a66e09d4fe597e3e017464, '', 0, '?'),
(0xd9eccd92cea6738ef35030b80621c79f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/vimeo.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/vimeo.png', 0, 0xf76d5035a204fd59139696506224b419, 0xf76d5035a204fd59139696506224b419, 0x66564e2b6f533c0115b9eca50586816ea0dc4930f20f5f41552c97cd7f02c5e0, '', 0, '?'),
(0xd9f0013cfd472b010e2633ed39f0a86c, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 1, 0x00000000000000000000000000000000, 0x4e1931c84ed917ba603fbbfad58cd784, 0x08dd910fd9cd77488e2cfe02da51141c808968bfc562f781a13fb892f7910c5a, '', 0, '?'),
(0xd9f2082306d282bf3e0fe31e58d2fe39, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 0, 0x7ef5b54fd29c23dca26c2a9edf0dd98c, 0x7ef5b54fd29c23dca26c2a9edf0dd98c, 0xb32486fd9625d70e9204e9ef1e36640d2ae4a378ccaa65775707e090fdafce27, '', 0, '?'),
(0xd9f75642c7a1f1e81a9f42221c00b2c7, 'wp-includes/js/codemirror/esprima.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/esprima.js', 1, 0x00000000000000000000000000000000, 0x645f991220db5392f167abb9d99bb493, 0x5df93bb8254a1273e0d56c78ee83afe092a3ce4671fd8742481ae45538eea2ed, '', 0, '?'),
(0xd9f885b53ae22a0f862aae4e687bf630, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php', 1, 0x00000000000000000000000000000000, 0x1c6e62639398a9ccf003c24d113185d8, 0xa4fb5c2d85d74115c9c71f851fc1350a632b8c035b2dab056d0f438a1f66a2b9, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0x13fe85bf5c96a042969ca526e87077c7, 0x373e785626767cc2adabe6559e2620ddb722c7a57a396adb4625d1bd4bdede56, '', 0, '?'),
(0xda0116e2c77e310bb0803ca47d105a72, 'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.min.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.min.js', 0, 0xb3a78da5dec859b979eddd69869c7a8c, 0xb3a78da5dec859b979eddd69869c7a8c, 0xe9551769283913efbf8c8aa294d46255a8542c11b80f01da5218ce959f961853, '', 0, '?'),
(0xda0bad17f74f06c9726ff3435d16cf93, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', 1, 0x00000000000000000000000000000000, 0xc8c01908a56bf7abc738915fb2ecac2c, 0x7e98e8dd02bcafce5102b0d0b0c779f846780f658c1074fc64ac49aa91d6c3d7, '', 0, '?'),
(0xda0cd24ddf16c65decef472d6556dcbd, 'wp-content/plugins/amp/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x251979e0c2e46db92e6ef8ce649fc0e1, 0x5ed34fd565dd08183ceb224ed77fb6221d91d22c1adcc633ff8c4a20854626fd, '', 0, '?'),
(0xda0ce56c506f36c9ea7d31fafdcea3fe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_3.php', 0, 0xd85748d13cf8cba9b1ebc52ce329ebec, 0xd85748d13cf8cba9b1ebc52ce329ebec, 0xd7ac04124e4a06a03fe50f2afb277e4fa471c53aacb319ca03e473e947b218b9, '', 0, '?'),
(0xda0f4dde6634f1e30c75e93aee19c212, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-remote-http.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-remote-http.php', 0, 0x861ddac74af43189b2a08cd65b3494fe, 0x861ddac74af43189b2a08cd65b3494fe, 0x6c3866888b145d929c5ed3f05fec24f5dbd742858e733309f2beb54049d36467, '', 0, '?'),
(0xda0fb95ff81f983de949fe767309f49b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_1.php', 0, 0x98fb9db058b762e03b544f170593dfd9, 0x98fb9db058b762e03b544f170593dfd9, 0xd7a7515efd7ff51c1dc004df0d7bd89dac70ad0844f1f59d458c866b5d015262, '', 0, '?'),
(0xda132e7a21451219d01855fab9d688c3, 'wp-content/updraft/plugins-old/updraftplus/images/notices/spring_sale_24.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/spring_sale_24.png', 0, 0x8ecacfa78b86e0cea45e7ae8d59e0a9c, 0x8ecacfa78b86e0cea45e7ae8d59e0a9c, 0xebe63fec5b0b383c8d2e7cbb902f9499c4ff44f9a1de5a70319c1bc36b5233fa, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x62566e32e157d45cf50ad1081e0b5c9d, 0x528423822f0004fd81607c33f7cd7904e44b930686883b89e9f5cfe92b874f32, '', 0, '?'),
(0xda1fcaf5c6291ff111e28218104487ab, 'wp-includes/block-i18n.json', '/home/abt90iranbet/public_html/wp-includes/block-i18n.json', 1, 0x00000000000000000000000000000000, 0x6ee5f3de2192bc0ba43a4499c938e684, 0xf166fd1e5c749b4d26eb0d1ffb31c9092475330305048ee1f31d0320d4d915e7, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd2a32def82fd04e8ded18182f0bab105, 0xb139007a196f748849443a00b99beab7c967e4200f4925e17e10dea6818d246f, '', 0, '?'),
(0xda2c0d049e17ca09d567ce4813c5fe36, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xd7ea1138760a97d8651bff3ddc020d2b, 0x1cbcb49e6f212330e160a142daa1fd88c060b9edea52fadd96cecf2623235446, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xda3322cebf0245e39330016328680369, 'wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php', 0, 0xb4f8650d5f115ddc64c03e5230bade3d, 0xb4f8650d5f115ddc64c03e5230bade3d, 0x2c2cb3d63d3e125125bf9ff72b4196d4822fea86fe18d138796469b3f455b5fc, '', 0, '?'),
(0xda3620b3aa7f751c3f9238a7ee402d2c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_6.php', 0, 0x6c7b01c8281df7388fa9d98369703e1e, 0x6c7b01c8281df7388fa9d98369703e1e, 0xdf26681e37e04fa5378e689f7d14ff213da1e7644518efa37d19a42929acdc5c, '', 0, '?'),
(0xda36cda0fcd6ae290a92e31e15b4ac2f, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/cloudfiles-enhanced.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/cloudfiles-enhanced.png', 0, 0xd75985a79c0ad486db0126dd4a0b3361, 0xd75985a79c0ad486db0126dd4a0b3361, 0x1376a576fc947b92102b3fc9518a11664859a6417ae0ed71a15ca8644edda1d0, '', 0, '?'),
(0xda388d430e2b6e8575be2d1875ee2266, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', 1, 0x00000000000000000000000000000000, 0x9942b4a6c728851e9a0fe4a14952ea54, 0xa1a06a84720650a40174c0e5bf5d8345e839815df69c4aa25ad454c15d57489b, '', 0, '?'),
(0xda42a85af653be3ed4cf78eaa88fbace, 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php', 1, 0x00000000000000000000000000000000, 0x0eb0d2a2b4bb364f693369e8142ebbb9, 0x79acad3a8bf62aa4fa42ca1dc04d698a7d28ef9820c3028824dc842fb2850511, '', 0, '?'),
(0xda50aaf2b4422914f60bc45ef72e4c2a, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', 1, 0x00000000000000000000000000000000, 0x55b4beb10ccf08e3a6041a2b404431ff, 0xd4433c87c5fc67b03a785539b41ef20795d5c6334adb963119b7edf52244181b, '', 0, '?'),
(0xda528b4434cb88051964d99dabf621a1, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_80x60.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_80x60.png', 0, 0xaae831f125ede9d4f026acae211197fb, 0xaae831f125ede9d4f026acae211197fb, 0x629d3ee601a8bad9ed4e457f32bf16b17a753a2143dbc9d088feaca0a6444cd9, '', 0, '?'),
(0xda54405926679d2d1aaed9852776a083, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', 0, 0x7581b000ecf5c888c58ca81c21cbb220, 0x7581b000ecf5c888c58ca81c21cbb220, 0x526c3fd964e6d4fd24dc880688ac00bf02e6db2fcce22a5997538904f9195232, '', 0, '?'),
(0xda568acedb43d00fc093f46476dba6b1, 'wp-includes/blocks/file/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf02ef9bc95051a02cabcceaf5bc48b21, 0xfec236fa8a96aaed8edfba1ee4038f242561572eeae3b19f4c104d0f125a3e03, '', 0, '?'),
(0xda5a31c8d7bc4295f1306ebc08b5180b, 'wp-includes/css/dist/patterns/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style.min.css', 1, 0x00000000000000000000000000000000, 0x53bb349399556008d377ccdebef2cb07, 0x00cc3c3ff9df6df3236a286647cfee864da4ec729d47c24c4e0205f5dcd09634, '', 0, '?'),
(0xda5a654b8c95899cba4b00f556ab134e, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php', 0, 0x384256e8862c2282cd0a3e294bd77c73, 0x384256e8862c2282cd0a3e294bd77c73, 0x60d32dd03a7b5f20d2faf97ed6b457da5cfd1b832baf58e716aa4413fd5672d8, '', 0, '?'),
(0xda6055bc84c958ea4439d1060dfad9be, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.po', 0, 0x60584e427c7cbdbd50879c982be0b3e2, 0x60584e427c7cbdbd50879c982be0b3e2, 0x9d65ed060611029a6cb8c7e569ed679474023c9c3949bb3fbb19b3a8b26e2103, '', 0, '?'),
(0xda61c21c1d41e1c207ce6dbc817c64a7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3.php', 0, 0x0ed5eb3d70495ae66da0d0fee6125dc6, 0x0ed5eb3d70495ae66da0d0fee6125dc6, 0x8a820d17e2f5169e6e702ccd08d525595d103296063659d7023aa2b37c985eeb, '', 0, '?'),
(0xda63e89461dc9450d76c29d31826dc31, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_6.php', 0, 0x0b3fb86368a0f1aff37c1e46f626c42e, 0x0b3fb86368a0f1aff37c1e46f626c42e, 0xf9f01003c5f88ce6f5e87928eb475768a8e91e2090ceb603bc2bae1d8449c506, '', 0, '?'),
(0xda676273677ff5a7d973c634727d0afa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_panel_settings.txt', 0, 0x12d4eb711545d07b92475da4775255f5, 0x12d4eb711545d07b92475da4775255f5, 0x553adb8fbaae12fab332d23980479686c9758c430823a2cea554497d6b9c3c1f, '', 0, '?'),
(0xda67d908b4a685cb8c17d47a70851c82, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_import.php', 0, 0xba84ce5ba5c01c1bccd520f4ba53bade, 0xba84ce5ba5c01c1bccd520f4ba53bade, 0xf47fefda0c4fe6751bbe3d98375fbdf73981ea72b7d25f42b90f850cb21ed8e4, '', 0, '?'),
(0xda6a17bc1295ecfb5c68e8d5b5a61aa4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 1, 0x00000000000000000000000000000000, 0x4518ead4f857bd9721b1226068f7eb32, 0x49b1f7d2caa9bf64efaacfa62fcf610ec0e412c18caf3450ad750233830dc16e, '', 0, '?'),
(0xda6ad44c68abab2bd58c5f850eeae870, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Installer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Installer.php', 0, 0x1ca9d81690d282202baa160bc5027d5a, 0x1ca9d81690d282202baa160bc5027d5a, 0xa7a85dfda90452e46b96b53a44ca6e85ce9c5ef78604e6d74b192608c5db3ec0, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0xe9744ad6b61b059544dc92be2bff4318, 0xebacf42275759e6788492445af85ae443dd0f0bf0aba9eb751b382672dec545a, '', 0, '?'),
(0xda76e5e8fe610d43141f1165829cad14, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_5.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xda785ab401d63334238d7e8fc8857084, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0xf06db206086064fb9dc38fdcb5844d50, 0x4a331f52a48bb6f7949d4bc8896cf631ade8c4b9573f0be1d3628a02c6fc7493, '', 0, '?'),
(0xda78ee38804354b8f958376aa963bb46, 'wp-content/plugins/updraftplus/includes/handlebars/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/LICENSE', 1, 0x00000000000000000000000000000000, 0x99f14a0ee149e3c9d7b9a335d73c908f, 0xdf5a9d46bb7034906b9fc359d09fcad30dc6942a8901bc5dff3daf0932379439, '', 0, '?'),
(0xda7a91294c5171a87b9ab22551e4450e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', 1, 0x00000000000000000000000000000000, 0x0edef1616e011fbb9aa10dd548cbfcb1, 0xf82d48c32f38ab4a8ae4fbe95201977a0602a5025ea5c1e9b043d8b25759da83, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', '/home/abt90iranbet/public_html/wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0x0a85937781be68b5ae08a3f592738f5b, 0x9779d78804cd6838db48692a0b1d0d218d8bd9342a943c3967b75622b6559af8, '', 0, '?'),
(0xda7dcc53ae2ccbf146fd40679353907d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/demo_style.css', 0, 0x2c80f68adcb9df03f173665df5fb5dac, 0x2c80f68adcb9df03f173665df5fb5dac, 0x19bc4de38544e30ba8805482cd92d4edfd4ed547345be6fa2be6dfaada041bc6, '', 0, '?'),
(0xda865e7861dc6c7026a132262bc74131, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-poster.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 0, 0xf0f84e3e9a4162e70ec23a6de0527615, 0xf0f84e3e9a4162e70ec23a6de0527615, 0xbb2beb9b536127c000a83630849ed363bf9d6572bd600674b66d8a203e2926ef, '', 0, '?'),
(0xda88029841f5a76ed5bad645cfc2ce0f, 'wp-content/plugins/updraftplus/includes/class-backup-history.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-backup-history.php', 1, 0x00000000000000000000000000000000, 0x78d1629865001fd490577f6354a89b16, 0x91a650c6105db2acbc2e2584ce8eccabeea1a9484f0a39ea8dd72f0d4160ede6, '', 0, '?'),
(0xda882df2e4648caaed25b1c6ff97ee89, 'wp-content/plugins/elementor/assets/js/packages/store/store.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.js', 1, 0x00000000000000000000000000000000, 0xed45e66048745e87aa0adbc309230426, 0x160969122bc6cab3cb977dcd2c62f30e71ea9f42d769fe9562175e8b55ae0a90, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4a6575fd56f49cce21267f0e9706e237, 0x6e53423b084fb8f091e4f33be3415b1f956e92d01c10b33f02615a89cadf54f4, '', 0, '?'),
(0xda8a459a9683aa1b35105e1f643bcbf3, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 1, 0x00000000000000000000000000000000, 0x9f2b03877e501cfefe8f1ef2f616c133, 0xc33703b49361b4123f271efe6cf07d8fc6ad7fc12fc1b261245e83f95efce8de, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xda8b72cb837e99e2a44443af72b413ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', 1, 0x00000000000000000000000000000000, 0xccead51c229eda98e569a5de61aba71d, 0x4ab27294a3be7344b951f30ba7104deeb1b33f879330dd2dac2bd789707f3488, '', 0, '?'),
(0xda965a90a0706c79fd6217009a8abe71, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php', 1, 0x00000000000000000000000000000000, 0xb1c021e931aff1a1870e082fa142d61d, 0xfee03373d1a850c7109f565c3cbb8fa4bd35e67eb01aff01c3a1413028d06e42, '', 0, '?'),
(0xda9816968aaaa2ce11cd61886e8443bb, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 0, 0x2e358b13ef147dd6b226366a28860c7e, 0x2e358b13ef147dd6b226366a28860c7e, 0x7e5ea7c76af96cba82b6c7ecf153efb890fb32ee3c386e6e051749ef757af312, '', 0, '?'),
(0xda9835de5d5936cc5a164d2dcee29efb, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.mo', 0, 0x1bdf06123fb28585dbdfea7342a20e25, 0x1bdf06123fb28585dbdfea7342a20e25, 0xf11dfda8b49d0b492b917921f1cd0db755040edcbacc172319488ccd3d18e3b4, '', 0, '?'),
(0xda9aa7e9deb4aca498ebd0759d5fde0c, 'wp-includes/blocks/post-template/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xebd734d09645f9604488c76f440cea8f, 0x08e73c1a2e082e1cfddc55d12c66daba8ed44e07d50355d57186785655125df0, '', 0, '?'),
(0xda9bf8217b874517b206934d24f0a99a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', 1, 0x00000000000000000000000000000000, 0x4b376868822e83138e3a6bc30c130eaf, 0x299ffcef18f6b18497c76c6eaf239b8e2753cb1bc966429ddfa92ff90e20c4a9, '', 0, '?'),
(0xda9fb1f164f233d612e1853d0a8f5dd0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', 1, 0x00000000000000000000000000000000, 0x67616c7367c0682f249a7d0a5849127a, 0xafeed541aa0fa201d212a7bfb0324cf70db5db0d1dc111861d0e0f642cbe3238, '', 0, '?'),
(0xdaa70a482a53460201c808c4c67c96b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_panel_settings.txt', 0, 0x33bc7efe571218141e4300ad498cef33, 0x33bc7efe571218141e4300ad498cef33, 0xe29fd421efc62fd903ce4120f1f4276541a852b0a44fb848cc7e03b2c3b3bd55, '', 0, '?'),
(0xdaa838e3bc282b68378c5cb4e2d2219d, 'wp-content/themes/Newspaper/translation/id_ID.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/id_ID.mo', 0, 0xc176bf499eeccf27027802bafcbf1739, 0xc176bf499eeccf27027802bafcbf1739, 0x019f2b6b68102285e7b5d893fa12d0513958c273eca668122073272f7fcdb976, '', 0, '?'),
(0xdaaa7efc56a35de0c7ff810f116a05cb, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php', 0, 0xb32651e92b4519e7375d5cd1bc95bde7, 0xb32651e92b4519e7375d5cd1bc95bde7, 0x449d4de035b02d475a6e7293e3498f59fda51df161fe958e7168b3aa1235befe, '', 0, '?'),
(0xdaad2100dafbca5732fdb36bc05b0529, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php', 1, 0x00000000000000000000000000000000, 0x78915631d39f1da19c094c140270e083, 0xd3d17a552644811321c4b3076ad075457532e0babd3f02e23125ffa4243427a0, '', 0, '?'),
(0xdaae80bf4b8d08bb1cbb1307664c19ed, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 1, 0x00000000000000000000000000000000, 0xd866e3aa286a7c657752218e027b3bff, 0xec8e8567aaf8397bbc75d93e719eafb2267aaed87e6d3e88bd16b6fe6044423f, '', 0, '?'),
(0xdaaed5b8b157c7e092a22a8050565d54, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/del-sidebar-opt.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/del-sidebar-opt.png', 0, 0xb13c27e4155a5d6d0e0554c3899d2521, 0xb13c27e4155a5d6d0e0554c3899d2521, 0xab5531dd541c66eae440e9de705bdf5fea280c7b3a02dd4ec56c0ba9f270a83f, '', 0, '?'),
(0xdaaf1b0d027ce211a1b717187ea312fa, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xdab0ca6e2b3f47f781b7396fbcf2d876, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', 1, 0x00000000000000000000000000000000, 0x3aedb2a8e1641d4cecf019c30dedf53d, 0x5ff3af42d4eb008b26248af485b8621692930aaaad390b87f037f71b988f89b3, '', 0, '?'),
(0xdab1894a4c58227ced5159ed993203ca, 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 1, 0x00000000000000000000000000000000, 0x07ef049fd2ac4cd8401e30a01da0b11f, 0xc493c9ca034a4f3b999d189dd1d0482950dddb6410a634a4fe71ef559692c62a, '', 0, '?'),
(0xdab1fc3963222849b03e98cdb6f191c2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php', 1, 0x00000000000000000000000000000000, 0xa17de305a704f64328174c091f5c31b6, 0x8d9a4edaf995c5ed771fc136db5b3d4f033e54a58d779274c2b9129f89124a7f, '', 0, '?'),
(0xdab22840647278b738738902fda6213e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x6e9e65992b72a73eb64e83d039521c62, 0x170a3dd2a4ac8e512087aea07e935c01fa75daff4bdd64601a239ea8261c0413, '', 0, '?'),
(0xdab69cb98a11518393d7a49cbe365dab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_9.php', 0, 0x1581bea1624680c5be242132a37c0d46, 0x1581bea1624680c5be242132a37c0d46, 0x5342710219cfdf142cda63ed9798038f92f66cddd0e57dc4b9e12843da19c297, '', 0, '?'),
(0xdab98bd1edac3ad099719edf57e46c20, 'wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x6a1331944ad7b3db99c34b0821e19b94, 0x0210d7c7d28d5cc6835bdb205138fdf1576b3a48c692148267f92902e6cf16c1, '', 0, '?'),
(0xdab9f117b89db59f50e1b2dc9b8c3e25, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 0, 0x772f1438a710ac6d70e2ce6bf21b69ec, 0x772f1438a710ac6d70e2ce6bf21b69ec, 0x18fd8dd966fa2e5d9de5476626a0acafa2433c7ab34600b2140e7220cf71a751, '', 0, '?'),
(0xdac1243a4521d8a4e11e7fc3288fc3eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', 1, 0x00000000000000000000000000000000, 0xa19d019fd2ebd2a195fcb3815ec53330, 0x7991cc9b22ad6900dd8fe1f3b8a0da23fd479975402d1d1c145e9f270f34b554, '', 0, '?'),
(0xdac13dc4dd96059667c12151861198c7, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php', 1, 0x00000000000000000000000000000000, 0x0afc8005b2cc38333bba8318b64270a5, 0x2dd5b2078228b5127b6361af177ac0bca85367e861bc985db45f7d7c11e17348, '', 0, '?'),
(0xdac169c3585d029efdd3173b82f4ed8e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/demo_style.css', 0, 0x46a82adc1cdd65a3caa4484eff49f2d2, 0x46a82adc1cdd65a3caa4484eff49f2d2, 0x4f5a4cf4072560e147423b1a937cc4e4d19de44d8c9c541eb4b937aa5aaeb9f5, '', 0, '?'),
(0xdac1f65474e500093b53a859bf1e283b, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_10.png', 0, 0x8123aaf7120b4a9edeea41c61cce60f2, 0x8123aaf7120b4a9edeea41c61cce60f2, 0x8b05e4f114014c8c61558147fd895668b30002c84a915eea22968ff1d4bcf4fa, '', 0, '?'),
(0xdac27467b0cd7b894ee96f20a2de8b87, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_8.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xdac27614dbcf9534239235a246ffa3f3, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.js', 0, 0x7be8fbad3d8f0482dcaeb755dd63167c, 0x7be8fbad3d8f0482dcaeb755dd63167c, 0x605d57a3bf5887bb4c93c7a5914461837f34d20c76a29c31db8def3cbb1edc3c, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0xe2028dbb29af8f4e20e746d35d2d9d28, 0xa5520918c3b53c5c0fb4ba400aaa3e3466979f24aad85a20b64304e694767d5a, '', 0, '?'),
(0xdac2b0da44642612f68e05060c7e6e98, 'wp-content/plugins/wordfence/css/license/free-global.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/free-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x69dc6af567451f9442370c14c1712cc7, 0xf8ac5c115231a222a8606c2032ed4cef4cd7639458658b9f45740809424d8e7c, '', 0, '?'),
(0xdac4d6db7ddf3016a3d7ae6c6d209b68, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xdac584003a72397e7ac5fab0136102b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_10.php', 0, 0xc29461e62b970f3daaf817f2728bd34f, 0xc29461e62b970f3daaf817f2728bd34f, 0xb72fbf544f7f0fb2522d8899e7330434e21c60213fc646b670cf428a8ab98444, '', 0, '?'),
(0xdac5b9f5779345c9ba4f8cdc85a1d99b, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js', 0, 0x5ea7a66e9eeba5469c998fc8c428146b, 0x5ea7a66e9eeba5469c998fc8c428146b, 0xb04c2cb64ee89764d44abfa54d5dc1bbccf873ed27339377189cae6e87304ec6, '', 0, '?'),
(0xdaca80da3912ba8e9fc6ea73b5ce6dfa, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.less', 0, 0x96b28add30e21d93cee7e7549e11a0a6, 0x96b28add30e21d93cee7e7549e11a0a6, 0x012ef36c0907ca34d636034e092a5436f70941408f03b681f507c851b234afcc, '', 0, '?'),
(0xdad40f6001f06743c08f990ac1803e80, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 0, 0x7f4932793cafc559794e5be645f609e4, 0x7f4932793cafc559794e5be645f609e4, 0x48da0757d313b46d7c9967066eb3f8e60c365c1aafe0c272d9b225d5fbf2f949, '', 0, '?'),
(0xdad772ebca77c69ef4bf9513d61311cf, 'wp-includes/blocks/footnotes.php', '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes.php', 1, 0x00000000000000000000000000000000, 0x1413954aaf7405a92b9d60ecb4923ac3, 0x90f932e42ae0711318c32de5da688d745112beed65b37b9075c0c4455adc2769, '', 0, '?'),
(0xdae3ccad0a35ef4285f3eea3df2bd56c, 'wp-includes/blocks/gallery/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x79614d9d5cc2136e75a9fcb6e4a41705, 0xd56b8ad69db631d68d109b6847602f08c5020439bb98bae271a3cd751f3a088d, '', 0, '?'),
(0xdae3ed6d152a9fb76c08029ab02934ef, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x2466fa9d3ac685523767f3e5326ed350, 0x1f1fedbb3ccfbfcf6e6d80f903a4b9a63cdc5e0e380fb833a2b7160832fdf98e, '', 0, '?'),
(0xdae6dcd0e05febfa5f5132b58f2dea2a, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.po', 0, 0x1d7a6ca41801a6d8c53372a73924ca93, 0x1d7a6ca41801a6d8c53372a73924ca93, 0xc304fb60df180fefa7879f35fed8e29508cd4686927a08b82fe07654e2beaa55, '', 0, '?'),
(0xdaea71d8bc8b18b600702c0b9eb18b8d, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', 1, 0x00000000000000000000000000000000, 0x66d1d18e1c0c714d05963ed6a438ca97, 0x1f33489555b4f9756beab14b051851cde8cb803c745f5215c932e0715e0e1b36, '', 0, '?'),
(0xdaeb084aab42199d26393a56c3465bc0, 'wp-includes/js/dist/media-utils.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/media-utils.js', 1, 0x00000000000000000000000000000000, 0xd6d954d61bae86a0ee44754f8ebd6d68, 0xdff61a4a120ad9eec63c97c10963aab1058a76765bdc39887c72fdd311fed60a, '', 0, '?'),
(0xdaeba1704e6539ad4f88694558291e21, 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', 1, 0x00000000000000000000000000000000, 0x18fcc7e2a991e6939aec79738379dfc8, 0x899def4004cf7f43e05d905eaf8268c7dee6bfc9dc6236a895174c8e0899aa4b, '', 0, '?'),
(0xdaf493f043a02e796a006fec2afa66b9, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, 0x00000000000000000000000000000000, 0xc14c1a336066a78ad1967b5f7a0fa971, 0x202e494554b0dad8a31db5ab4a23d54a04f0556bc337fa68799b16d25cfb3088, '', 0, '?'),
(0xdaf6b6bd557f20636a73d93c1299d967, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php', 1, 0x00000000000000000000000000000000, 0x8dc445bde31bcf2fd2493482f5a2e96e, 0x63211a4cadacf2763f501cf926d5deac08b94fd3f61d59a1e1b75ab51c22b1a1, '', 0, '?'),
(0xdafcd777e28159e5f561f63520c9ea2f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 1, 0x00000000000000000000000000000000, 0x6307d09df3b85f67c53994c8b0d92446, 0x3c19d2a2937c748b6da3a3b86d44318d82cf52e53eec670c4005ea4d35582a69, '', 0, '?'),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', '/home/abt90iranbet/public_html/wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0xf7d383af90590064a998703e9ea850b0, 0x37173fb346e8d2c4ad781ae6942703a7f0cf10b33292dc6676f3faf498101a05, '', 0, '?'),
(0xdb02bbfce0d9afe8dc5d162be4571766, 'wp-content/plugins/updraftplus/includes/Google/Utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Utils.php', 1, 0x00000000000000000000000000000000, 0xeb2ba5a5baba330f71b11c3b79bf72b1, 0x732ad3611ba57e5498d0bafe59546edc9f8110eeedb2a3f9cdecd0e295281ae1, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0xcdb05c0d36ad0fa2fb6c25b32bfb5078, 0x8517f392843d7a8acd165729f490d547a151f606c7b6e78e5ac296c77fcfd867, '', 0, '?'),
(0xdb030a35b5b1e7892f044595f40447ef, 'wp-content/themes/twentytwentyfour/error_log', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/error_log', 0, 0x583fd284d26aea86c4923ac4af891958, 0x583fd284d26aea86c4923ac4af891958, 0x264066807d31c4020e37377ba136f5f20ca0c86c67c61afdd42ee75bd769334e, '', 0, '?'),
(0xdb0453ec3f3514a84c03c7211ee7092a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', 1, 0x00000000000000000000000000000000, 0xba57807be8ea5d6dae09656dc7d11348, 0xf3c88b683f65752dfcfd33c69ddd15500ddb292b910d07577deef2cb3d97ba43, '', 0, '?'),
(0xdb078175d872db93f1929691726af479, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 0, 0x91b30250146f4fd06d2cd44fd1cb01c0, 0x91b30250146f4fd06d2cd44fd1cb01c0, 0xac0765bbeb0b98d6ccc143e031d1edc21d5e71fe81b7825f6b493312c0fbb6b5, '', 0, '?'),
(0xdb0878d4c7c4570a65c9bae4f89df458, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/js/timepicker.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/js/timepicker.min.js', 1, 0x00000000000000000000000000000000, 0x22e23e6a4415666228a2000f609f691f, 0xd3d2d8b8fb3a4f184ebae94cfc9600a95d464ea29aa79f39eeee4b5e59a2529e, '', 0, '?'),
(0xdb0f5d259c408b243c3c1f081eb8e0f5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', 1, 0x00000000000000000000000000000000, 0x287ca26c5d0be754ec13542441be4de3, 0x1af53db06afb04a9d88e3d9a922aaa5cfb4da2e2a8415e72b6c9df0816c51fed, '', 0, '?'),
(0xdb1714cdaef070be2390043b9d00e906, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_8.php', 0, 0xf56beb92cc45c8235688a77e492e1142, 0xf56beb92cc45c8235688a77e492e1142, 0xab6efcc7145bf3ab9efa29bb0784eeeac60deaac2d9368ee42daf70f24f0625e, '', 0, '?'),
(0xdb197421503a9950fea1aa5c7d08ccad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_2.php', 0, 0xf3343c4555c3d916d766933eb277e373, 0xf3343c4555c3d916d766933eb277e373, 0x5c292ca7c2e3c835cd2b7b7d74c01ee11670a68e915f4f87b665f95315c4d5f7, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', '/home/abt90iranbet/public_html/wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x560ccd0d7e3778c2446563e3b2621ebf, 0xd1d0a330ac0923e7b5750d2f0ca185a80b4c3a84684a52279ae7d539806bd8d2, '', 0, '?'),
(0xdb21567be5510c5c9e12d60a9449f3d1, 'wp-content/updraft/plugins-old/akismet/_inc/fonts/inter.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/fonts/inter.css', 0, 0x2657c1447da18d612344484a2b13bfde, 0x2657c1447da18d612344484a2b13bfde, 0xa1c3429b67616619c61913601cf72532d0e229ea213b19277043670045768913, '', 0, '?'),
(0xdb297d4ccccaf26a8ae5230d4955169d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ace.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ace.js', 0, 0xa3183c43683c57c03047d8fbb1a763ca, 0xa3183c43683c57c03047d8fbb1a763ca, 0x8b3735ee99274a0749b2d0285dd9fc13700cbef01adbe0bc5a1e73fd355077c9, '', 0, '?'),
(0xdb2acc08adcd5edb72fc3565165119ae, 'wp-content/updraft/themes-old/twentytwentytwo/screenshot.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/screenshot.png', 0, 0xa55d2b74ca4cbf3b87a92ccb1039f5e9, 0xa55d2b74ca4cbf3b87a92ccb1039f5e9, 0xcd8d2dfc449f6e3edb2d9e7f720731e9a411ab319438279beec82d75737b23e6, '', 0, '?'),
(0xdb2ee8982f0b4341c3d0ef1c00cbc076, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 1, 0x00000000000000000000000000000000, 0x6a1d4a491cb910600dc74cf2f3fc7796, 0xbb498d3d5198207fa082ec28f70fba0339ceb9161e876fbc70bbf02fca4859ac, '', 0, '?'),
(0xdb329a76dcd4db21b480b43a27db9460, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', 1, 0x00000000000000000000000000000000, 0x74205d7ec47944b34100f24788e58024, 0x7e3b0fd024085fb6a395e58109b50ee1d775dbf0d0676883ebb818d03841fdc2, '', 0, '?'),
(0xdb32b6a8b9ea2d8028df6995590909c0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php', 1, 0x00000000000000000000000000000000, 0xba25c5dfc6b9672477b33582e7ee96e9, 0x9a590c6be28fd8decee7b0341284e4838aa86be8890bd724bf50d2c16f9e1aab, '', 0, '?'),
(0xdb3456fa817323c02ceffb9d1351f8ee, 'wp-includes/blocks/query-pagination/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style.min.css', 1, 0x00000000000000000000000000000000, 0xbdd68c37efb3cc88beffe424d038c4c5, 0x5060d6931b177da912f196381fb43d915fd7e004256fcc1fbb1d6799d6537521, '', 0, '?'),
(0xdb34908136ef31c26dcecdf90e598f52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0x34f88f74e1d7515344760e92bef498c0, 0x7f027421851742fb8a78565cce4e3cff0bbb740f70cf2153060245c5d0b38996, '', 0, '?'),
(0xdb34c8f040104408e50b8e126a6075e8, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php', 1, 0x00000000000000000000000000000000, 0x00e7887ce42f8c7ca3c10c24d198c8b1, 0x08f82ccabb57ab54ffa4902eb7f1ecfbd9cc53e48ce4073314a810650b17203b, '', 0, '?'),
(0xdb46ff56e190844ec52cdc58dcbf7dca, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css', 0, 0x072228e80f040521ca235fe0dac32c9d, 0x072228e80f040521ca235fe0dac32c9d, 0x0c3357c014919a3445a08573576f75adf387a6d2c9d230ec4a90f3b89119c457, '', 0, '?'),
(0xdb5088a86a7e2a1eb5a0e62ed1c8f1ba, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_form.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_form.php', 0, 0xe5994efcc90ec13589e2a76cd9ef2b03, 0xe5994efcc90ec13589e2a76cd9ef2b03, 0x32e172e69d012f0d6de938c25ef7caedc7a2298c95300463c723b4b22f7c389a, '', 0, '?'),
(0xdb51736c237b4b90311ce66e80991dc7, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php', 0, 0x35584dae6872b6e0f32eeeadfef7c5ab, 0x35584dae6872b6e0f32eeeadfef7c5ab, 0x5afc3ce9190f5bfe445188f85f288349a7dd077795ee9d03e537afbdb498939c, '', 0, '?'),
(0xdb68596d017942f87675c5d26d67fe1c, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/Inter.ttf', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/Inter.ttf', 0, 0xe19174fb2c0e19b1fa67492a07886c75, 0xe19174fb2c0e19b1fa67492a07886c75, 0x337abacc9a34ff74b4762a01a78065e1f533e979e4131bc25ab3a97194ac9627, '', 0, '?'),
(0xdb6b0d4e5b2c9627f509564391244475, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 1, 0x00000000000000000000000000000000, 0x160c9e0e8a4a034fb52abcf4d590c218, 0xdc157da7aef41aadb0f1cfda82d04c0d422512a9a30aee4fc0a2326e1aab4ef3, '', 0, '?'),
(0xdb7016f32538e7726d6a5581585b491c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_8.php', 0, 0xf6793938b357b99c2f671cf141bc92dc, 0xf6793938b357b99c2f671cf141bc92dc, 0x76cb35975015f2afb3dc2871e2a835ee7e4a3c2417225ea37795736cf6e13270, '', 0, '?'),
(0xdb735ec278cf883db98300f315a9b034, 'wp-content/plugins/shortcodes-ultimate/inc/core/generator-views.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/generator-views.php', 1, 0x00000000000000000000000000000000, 0x29443ce378babf5108cbd46081ab3aaf, 0x961d93306f754539141880c5b885a9d38bd8eae94f3cf8e51f7306b59cadcdfc, '', 0, '?'),
(0xdb75e9456bb214f1efd1474abbea5e81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1_no_content.php', 0, 0xb0ede7508578aa0385a1e43be6d778c0, 0xb0ede7508578aa0385a1e43be6d778c0, 0xed1d82b7a6b3cde0988952a6e8138d66d8b970f181f35ace887bba4192f03f01, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', '/home/abt90iranbet/public_html/wp-admin/css/site-health.min.css', 1, 0x00000000000000000000000000000000, 0x92de5ea449987e331cd2dbbdd4ef9394, 0xda8c443f43e3a37bea30d7f2eb60678b78c6f3f938aad13205c74e49868af452, '', 0, '?'),
(0xdb84f2d28f3e99fa3a02e9a0bf1bf873, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', 1, 0x00000000000000000000000000000000, 0x0c7c9d16e0b985c17ec026c5e1a6c2cd, 0xdead0a8c233b466c935f2f0b533c6d5ac1967fe3aeb0fcfa6d4a7df55e249f18, '', 0, '?'),
(0xdb86348f4f89c4bb41144c3e258252e3, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button5.php', 0, 0xec20fe5dfaaacee0c60f4a77d2a1cc9f, 0xec20fe5dfaaacee0c60f4a77d2a1cc9f, 0xa2c3d2fcd9010442c5e1f96f5c0a92688ec332bb66fab370f75627b99260d348, '', 0, '?'),
(0xdb867844b7cc4c7ffde17a5723c5994d, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 1, 0x00000000000000000000000000000000, 0xe7b6701850b612f7f17803db7dedaad4, 0x7c8b152ac7de5a2083d0756840f97a3b3b604698c3895843c3929f1f01dc356d, '', 0, '?'),
(0xdb86cbf2928fe1e917412b3a84f5ca8c, 'wp-includes/Requests/library/Requests.php', '/home/abt90iranbet/public_html/wp-includes/Requests/library/Requests.php', 1, 0x00000000000000000000000000000000, 0x358f4eaa456ae53479780e22f0db241c, 0xb850cfc7defeeca5003550a15ef5392a9178472902fcd6acc061ed58bc9f7cc4, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/priority-queue.min.js', 1, 0x00000000000000000000000000000000, 0x387f40c5375e17c158da02ccee43a7f1, 0x5d3b11b12965b56e8a3c972747990b5a6f84e6e93d546d2986562d5215b85f6d, '', 0, '?'),
(0xdb8f25fce4b1d874481aea055b76d39b, 'wp-content/themes/twentytwentyfive/assets/images/nurse.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/nurse.webp', 1, 0x00000000000000000000000000000000, 0xf91f5f16501274541bc7bc7a6999ac5d, 0x92eb1ed27b9a6a7e1616b184afdac7ac5bfdb7292701ab87c70685bf2db2de5a, '', 0, '?'),
(0xdb921a9b735fb16d5e43ae184a968ed6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', 1, 0x00000000000000000000000000000000, 0x46e26374bd3c9e5b07cd48ac603950ac, 0x34ebca54537b5607b29952971b8200726e346b02e83460397291f62bd3e805a3, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0xa535567a59b35daa23795295db4addae, 0x59c14dc1227a2974cf96a98216d62a6389774c00a282fd91b43177246483f3fb, '', 0, '?'),
(0xdb99c88211d40627d12eb79c674a5c65, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 1, 0x00000000000000000000000000000000, 0x776821c9f452ad7c1ac3c322fc7ca530, 0x6a04498f93572b7b46d0a1b18c0cda4bb99fce0df041679509babca228588338, '', 0, '?'),
(0xdb9c736d6184bed0dd7bbd47eba3bf0e, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xf970a6591668c625e4b9dbd3b7a450d7, 0xc5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70, '', 0, '?'),
(0xdba18ebfea1dc618899c41cc0b99a08e, 'wp-content/plugins/elementor/core/admin/ui/components/button.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/ui/components/button.php', 1, 0x00000000000000000000000000000000, 0xb405e41a1d081d3e94fec028ffb49416, 0x218cf46f999047d965091800ecb17e55822d683442523eefece16e3045b5a24a, '', 0, '?'),
(0xdba2de18ec336631a4e5a9d5c0d15cf2, 'wp-content/plugins/amp/src/PluginSuppression.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PluginSuppression.php', 1, 0x00000000000000000000000000000000, 0x6e0e656060ec867ffe78a1523ca78cec, 0x2ab7448bd65c5b9b611e072c9a52b75fdfdbe79940a68e02ed5ff512eca4b4c5, '', 0, '?'),
(0xdba785f602a4a8cdcf0df5e3b18220fe, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-page-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-page-presenter.php', 0, 0x380a93494bfcbd2d9c8a692c9c1959f5, 0x380a93494bfcbd2d9c8a692c9c1959f5, 0x89e20b615b34df22f6be4da1c4b46ef900d3b7e05e8d2fe621d555f98bc32281, '', 0, '?'),
(0xdba95ede0e2a25a9419bd94e69999441, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', 1, 0x00000000000000000000000000000000, 0x919e8277b622e7c85133b943029bee5c, 0x2254a914124da2e19b6f4e4680471d45d209a897822bdd3a07d82bddda65b1a3, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x069cf60f3efd61d98e3a216282951e0b, 0x727b40b6aecd13d7e943e6c23c2f2d387bf626f831f7abd6ced53024476e9d10, '', 0, '?'),
(0xdbaf9bc50e97a4324dbe974ba766b2bc, 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 1, 0x00000000000000000000000000000000, 0x8f7ec1d8f61192ab146a19e2eec03349, 0x5d5090eaf5d1de13b28a8f04322bc7fdaf317430b4885b830570839e1745d2e0, '', 0, '?'),
(0xdbb0b2b438954a987066a405bee17e7e, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0x5119d43e8cf7625983567e413ec786d7, 0x5c8cb0831bb46b335da6623b30457a228c135aae51649bb36b77e69f7c9fd8c6, '', 0, '?'),
(0xdbb3003ddce3c68188e74834eb7ba2c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', 1, 0x00000000000000000000000000000000, 0xa4c059d0a884c1f325b64083d47e77b7, 0xeef5955feda8abd62b6215f34d07e0fbd3678875fea2e0368e4e80c0ca5497e9, '', 0, '?'),
(0xdbb3576bd070442db72b860d6dfcaa8c, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0xdbb63fddd93ebe1276bc9d21caec3d75, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE', 1, 0x00000000000000000000000000000000, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0xdbb6b27f6ed596df884437556c28c32c, 'wp-content/themes/twentytwentyfive/patterns/services-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/services-3-col.php', 1, 0x00000000000000000000000000000000, 0x6aa2054ba7aee45a4aa0050a45f92cd5, 0x06f02cb84dba3d6d20fec35bf4e4b7ac79ff3e7e4d4a01fb9465e22db4d6447c, '', 0, '?'),
(0xdbb71de7f01914abf6bd0af3aff72fcf, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xb04ef08ba8e7c6adc660cd64cc768ad1, 0xe0bb6f57617029b93de4d371237b0e64cf36d978c1f602f9ade02844ef450cef, '', 0, '?'),
(0xdbb75a656367c4e4ff275e557bb0f071, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-d.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-d.png', 0, 0xb81f995d7178bcd596b161b06e8e0a0c, 0xb81f995d7178bcd596b161b06e8e0a0c, 0xa34aeef575c03247efc3613313be53f58c9e88a59f504fb130f400f14e391a09, '', 0, '?'),
(0xdbbe292bbcc53a02851c8de8e3b5bd6f, 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.0.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.0.php', 1, 0x00000000000000000000000000000000, 0x47f91f51206551187d234929332fec28, 0xea181b905e8f18291df898dc306f4c0c88004b398d820c59ba48da5f33ead7bf, '', 0, '?'),
(0xdbbe7885bb617b2174ee511b2efe2fd3, 'wp-content/updraft/plugins-old/updraftplus/central/modules/analytics.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/analytics.php', 0, 0x81747ca6a90ead2f53540ad3321530d7, 0x81747ca6a90ead2f53540ad3321530d7, 0x0a719bcd0105e92bdb28d0ba40b46c8f7cc78cc23ba677a007d04861e1270f1b, '', 0, '?'),
(0xdbc09b9614e0d2c80bc7d41d2a9d292e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php', 0, 0x4ab75aae37da13389323651dfe3a70ca, 0x4ab75aae37da13389323651dfe3a70ca, 0xf782dcb50a3b7bd9228895cf6cbf99b86d50c5f51e0aa7aa7dbab7430a2f4429, '', 0, '?'),
(0xdbc81cf8dbb13b85a9ec7d6b85a2747d, 'wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', 1, 0x00000000000000000000000000000000, 0x6f1d05a3b4c712613c8c676ff3770df7, 0x1f207c02b3b8ec919b3f863e930688bb7eef962ffe3e3114c13a9540498c569f, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', '/home/abt90iranbet/public_html/wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0xdbd55b41e105fe1f7cfb6714795a43d5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', 1, 0x00000000000000000000000000000000, 0x4b52cb9d6273dcca11dac3835d1d206f, 0x79fefc35aadc115bb7ec0aa12ee90b3dda8027c056794d6f89d6ab5a8a462de6, '', 0, '?'),
(0xdbd8c1efe939d817cc47adae87a29cb3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_8.php', 0, 0xbbd234ea9a638e3439487658f2f1172f, 0xbbd234ea9a638e3439487658f2f1172f, 0xc7d5352839d2d4b40a617e006bbb3796760649c1449fc7d90a163c0d6e11cd95, '', 0, '?'),
(0xdbdb5d6028d862ec976179b40b8275a0, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php', 0, 0x8f27bcc678bc4c38451d90b6a1c03cb5, 0x8f27bcc678bc4c38451d90b6a1c03cb5, 0xf7dfb2a57493222bc5fb7ca19004b55ae6123704a73ad6b8aaaeda185f342669, '', 0, '?'),
(0xdbde77f80c025225d81d778bef661b78, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', 1, 0x00000000000000000000000000000000, 0xa44b315faaa918511885c9b0bc986438, 0x69733f14ff00cfe2102ab05f11eec7c546b6c5182131095cb291c1b5ae55263b, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', '/home/abt90iranbet/public_html/wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0xdbe1f8375d1acf12402cf4d52f54c115, 'wp-content/plugins/elementor/includes/heartbeat.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/heartbeat.php', 1, 0x00000000000000000000000000000000, 0x8843c0240c0f8a55469a0775e5e06eeb, 0xd1b469f19f863ae40c0fd557177e256e279541434570347aded0b350e762ffd0, '', 0, '?'),
(0xdbe5609ee28af9967375f50074b6ee63, 'wp-includes/html-api/class-wp-html-unsupported-exception.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-unsupported-exception.php', 1, 0x00000000000000000000000000000000, 0x9a39b55069283ab7fba9c6781c7677ae, 0xdb5ed3af9a810e51aa1fe234219ed472ece3ab5b8322b6af7db79ff38cd69bc4, '', 0, '?'),
(0xdbe65a36fdc38b8e456e17c48ce2f0b6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', 1, 0x00000000000000000000000000000000, 0xa43bfb3a80cee1f49237c6a15c69d423, 0x4c13c8956d850116ec09e3f0b766cd5a9fac8419134e4e7ac9912e82a29cb4d1, '', 0, '?'),
(0xdbe6b13f99fc418aa1f8f66db6b69a9f, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php', 0, 0x91f05205225db99b82d402198cab80d2, 0x91f05205225db99b82d402198cab80d2, 0x172286b9c47f973682690489b53d6a31f34d7e9dd9d507c6b893785c3496ae92, '', 0, '?'),
(0xdbeab65b1a0d4563b062bc912ed1bccf, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius.php', 1, 0x00000000000000000000000000000000, 0x555c23eab73881420bbbe9a04b5a3d52, 0x4b42872b710cb6970c3c20bbbedcfe2959982b1929a17a264b769dc2ad1f50ae, '', 0, '?'),
(0xdbf11f1690b29eb9d2aeabdbf10a6e79, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 0, 0x990be5be097a292ed84e3ce5515754ec, 0x990be5be097a292ed84e3ce5515754ec, 0x195c5f20d5b96277ff237c2e238df20be445eac1c5dc12b3b3bf18af2c3b3759, '', 0, '?'),
(0xdbf43f79b521525c562a23c971f5bd02, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_3.php', 0, 0xfb6fccc3da31886769b4dad0bac2544e, 0xfb6fccc3da31886769b4dad0bac2544e, 0x8aa48cfa6973ba448f1a772eae063653e581fa62f3087f9bd39d84410148ace5, '', 0, '?'),
(0xdbf57e1705169ea09b42fbef201a82b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_3.php', 0, 0xa0fd34a5a557113cbab134de55e5bffa, 0xa0fd34a5a557113cbab134de55e5bffa, 0x1180a2b8c1696ac5a1140ddf000a7fb769a8a24e4ad92d8ad98a94494f5a2d68, '', 0, '?'),
(0xdbf6d398f6130016ed64313f1217497e, 'wp-content/plugins/td-composer/mobile/header.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/header.php', 0, 0x031d1e6ddca18c5ff0f01a967bd4e7e2, 0x031d1e6ddca18c5ff0f01a967bd4e7e2, 0xc4bb2b4068bb7260f77361001e566d17b43788814ff6884de4b7fac0e9d315e8, '', 0, '?'),
(0xdbf7d2df55857f3894ade7532f67941d, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php', 1, 0x00000000000000000000000000000000, 0xf01257892ac64d49a8cef3d19b5f6803, 0xc630d3eba80a471a7ef866d85908fe5263aea3ddde98e38e55d0aa22dcbf81e2, '', 0, '?'),
(0xdbf89180143d9a866e28057b9773aa86, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', 1, 0x00000000000000000000000000000000, 0x7481e51e579e08abea6a135c070298a9, 0xf550c35386ce531da26ba1e2fbd67ce16f9ff59e9d5bcadbdc4a796b09ba025d, '', 0, '?'),
(0xdbfcd22125da9f02de910af1c89110b7, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_template_settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_template_settings.php', 0, 0xe0cb12a37f22dce07e51dc92abc3ec3b, 0xe0cb12a37f22dce07e51dc92abc3ec3b, 0x38de524a8678e9b1908ec753921f9dcba6620ebcc152a8c3ec1bad872b846be9, '', 0, '?'),
(0xdbfea29311f1ce8b494b0984e9602476, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_5.php', 0, 0xc22f6b44090050534d2a30ba9ad5bc7b, 0xc22f6b44090050534d2a30ba9ad5bc7b, 0x9454834664e4580613932a029d76a2e8e447e4d24075476cde1dc8a5da7cd080, '', 0, '?'),
(0xdc030cfaf5225baf19cc047cc0bb8724, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php', 1, 0x00000000000000000000000000000000, 0xd719c05d7e45b2b12ada930c78e67a76, 0x132359bf95bc717e0c0ad75b7a51d18d30a77a7fc2e53ac6b81d5a31e5a05221, '', 0, '?'),
(0xdc0746e80418aa860d758e44bc620837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x61e8994d473cbf3f7612972790aafa44, 0xa8597794ca1531f4c71a99a09d25528d6172a2d5a6bfb194d402cb76d51a6106, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', '/home/abt90iranbet/public_html/wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x7847b337eb25949ea00062d0f8ecfec9, 0x703d6d3d47dc6cf29468826e0868d2c1b81356d3e55dd32dd3fb2b9d3103ca61, '', 0, '?'),
(0xdc14ba1f1b8b8ebcc62c0e5a8aec82a6, 'wp-content/themes/twentytwentytwo/templates/single.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/single.html', 1, 0x00000000000000000000000000000000, 0xacf11d7a6fb8794e5d03c9bd32b4b804, 0x0068dd6bf89bda055176db36509fff722297a13a52462ee86d8f240cf5cfad49, '', 0, '?'),
(0xdc17c0155f483973409c69c345ce99c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1.php', 0, 0x9f8c9fb7fba3e5540582187a34ecf4c8, 0x9f8c9fb7fba3e5540582187a34ecf4c8, 0xadaec25d46a56785921cc9343b464d04976a5004045d3296a09e950474547ed1, '', 0, '?'),
(0xdc17c18830ee34cf71fe3baae3254a90, 'wp-content/plugins/td-composer/legacy/Newspaper/single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/single.php', 0, 0xc4e9b1cc232b3a722fde8cd5eba719e9, 0xc4e9b1cc232b3a722fde8cd5eba719e9, 0x6e2998faa1c3ffd9b8cdcd6677b0f4f92780f13498a6f83d404d4939a146961d, '', 0, '?'),
(0xdc17f3f314eec796ed1105c9ffb6826f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 1, 0x00000000000000000000000000000000, 0x97881e3939b6750198bf4b6aa67f7789, 0xc809e5c7ff73c004f8649de6382de0ae35806120cf2a7fc17cde1f44caef699d, '', 0, '?'),
(0xdc1e5ce0abfecaf6c5909f5e88bb72b4, 'wp-content/plugins/amp/vendor/composer/InstalledVersions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x182d5924ff0b528f008a83d1f5809d02, 0x4ea252c3ad32e1c6df488a68db264813583a62075d8bfd64ccb38afecf324fe5, '', 0, '?'),
(0xdc1f84dac1801c98d35c94e386a992fe, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-plugin-info-dialog.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-plugin-info-dialog.php', 1, 0x00000000000000000000000000000000, 0xb99d88148fab4842ab95aa15ad085e74, 0x2f6b7dd859ec5518ea8c7363ce1e719d50f0867129424c4156004b82fe2c88af, '', 0, '?'),
(0xdc201fb0d527d617a0c519d62785b3bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0xcf07ac1620da370b9440cf20b36ccad4, 0x81436c4d08150fde90ec27be61b50aa9f49c20a22fc557a23011aabae76e16a2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdc2101622798d42e546e3213dc419139, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-tab.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-tab.php', 0, 0x13774f970b5960fc2258a5839c4eeca3, 0x13774f970b5960fc2258a5839c4eeca3, 0x64a71621dbfeb2b6c2124d99e9ec1bde6a5465016b3a6947189f084b14e38e65, '', 0, '?'),
(0xdc266f0b61722e0ee27773a01bd14bd1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 0, 0x5bea48d8dea5d8e430da038c69cbd335, 0x5bea48d8dea5d8e430da038c69cbd335, 0x822157d2aa7f94ab4e00d6ab28c6e372eae3ec38384133463498e80fc19511ce, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', '/home/abt90iranbet/public_html/wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0xe3dd4fe365758ab85ae4ceef99b181f6, 0xca28b63a9149f947db8dc9e3a42ef3e9fc7431118cab3e25985a7a5783f66ad1, '', 0, '?'),
(0xdc37d12bbfa8c50640919b53005ba6ae, 'wp-content/themes/Newspaper/translation/th.po', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/th.po', 0, 0xa15f3f5fa0fe8a89cba8c0e80c1aa0ae, 0xa15f3f5fa0fe8a89cba8c0e80c1aa0ae, 0xad8bd37b98de39901161cbf1221c1b725f161074acd669e9a5681baf042ca684, '', 0, '?'),
(0xdc3ee4c36e2a705b46a08f423a17a0bc, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 1, 0x00000000000000000000000000000000, 0x18ab50c158b248c6c3467c85664145e4, 0xe3532fa1a9b085e51a053749e182788c3d828f02b2bb24bab6d8a481ac12c7d6, '', 0, '?'),
(0xdc411c7eac2098f7b6e133332a897dd2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php', 0, 0xf043dc9c544cec256186aa90451cb9dc, 0xf043dc9c544cec256186aa90451cb9dc, 0xd1f8e409070f520b8c3eee98018d8d0b6f0d54d86b02c987a2e079911a4d2c72, '', 0, '?'),
(0xdc42bdb9c8a5e2e803ff94de89bef5fe, 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php', 0, 0xcf7337c3286154f2174f6cc1dcc257cc, 0xcf7337c3286154f2174f6cc1dcc257cc, 0xdb2f38ecd427ac8c55370c1506e9997f8108be3ba61436404a51ae8155571e0a, '', 0, '?'),
(0xdc443a8fc016c00cab44418a9a5843bd, 'wp-content/themes/twentytwentyfour/readme.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/readme.txt', 1, 0x00000000000000000000000000000000, 0x679a815a46db93ffaba37458a369d14f, 0x9ce112d63f37a4abfda9f9bf60b2813796560db49580c4c19b25df4335eb224d, '', 0, '?'),
(0xdc47abeac4c0095ce6911bf0f7a48364, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/open-license-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/open-license-activation.php', 1, 0x00000000000000000000000000000000, 0x37e7758f3ccbe08033d97c445889f40a, 0xbbcd1673d1839fafac1733f38757ae828293f6c0f07ee65750d8bb3ba9281d58, '', 0, '?'),
(0xdc548c48a680e29b4c704f9f8aa39466, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-health.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-health.png', 0, 0xc0ea66f7279cb67508ff8ebc1a92bbac, 0xc0ea66f7279cb67508ff8ebc1a92bbac, 0x47de96a34090cc26fd549ba60e33af65f71f5fb01f058021936fdf701db25e5a, '', 0, '?'),
(0xdc596a624875a64e5639c2aa52cdf126, 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', 1, 0x00000000000000000000000000000000, 0x59e016038e2d4580d244662d5b70ba31, 0xeb0ef379d7c6d6a6ab4d0d948d2a0d8f3ace9cfbd6b464c87707caf13adfaea0, '', 0, '?'),
(0xdc5ace1adbc6191fb18dda2daaf3efd4, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php', 1, 0x00000000000000000000000000000000, 0x91bbad202b308e08fd54bd10e3043a9b, 0x9b3dae720baebc576438397520f6461169823e8b864c29e578b2521aa01ed0a3, '', 0, '?'),
(0xdc5dee53996563551379ce81db56e3ab, 'wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x0e06ccc4a1ef1420c7a75e7407b82c67, 0xf32075ec11e356206e6801435048ce5d1d38cb0bd22a291147f8fd602e72e5fa, '', 0, '?'),
(0xdc60f8d56946b86fc3569f01cad1f036, 'wp-content/plugins/td-standard-pack/Newspaper/loop-attachment.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-attachment.php', 0, 0xa8643ff20759324a796fed38829269bb, 0xa8643ff20759324a796fed38829269bb, 0x8b87bd7b208d90576b0c3aef10da46cb2641b48fba5a17ccc43be9cd88131e3f, '', 0, '?'),
(0xdc6871ebc23e93f07a291d759848a3bf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_1.php', 0, 0x3682dd626c76f98583487b93dcc3231f, 0x3682dd626c76f98583487b93dcc3231f, 0x5cd5f623ffef9402fcb29dab344d6241e645c63f1cf37e199997d75432744958, '', 0, '?'),
(0xdc697b77105eac03c347efd69fb28148, 'wp-content/updraft/plugins-old/updraftplus/includes/class-remote-send.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-remote-send.php', 0, 0xd448d1d538a212ad792d1fed736b215b, 0xd448d1d538a212ad792d1fed736b215b, 0xbbaed449ab775dad4143dcb8bead18ea667d8f6959fbaccfd120f4f0966179db, '', 0, '?'),
(0xdc6b6dd78faf8aa5902b42abeeff2419, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/views/widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/views/widget.php', 1, 0x00000000000000000000000000000000, 0x8d71f4ca4f53192d228a6f65241083cb, 0x63e40a0e6bb143fe2378c93eea30fb8a48341d766b78d2572dfc68df7f595206, '', 0, '?'),
(0xdc732fa242feb2fc95c94379d21a335d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_4.php', 0, 0x4b2b33b3d0a655a8d1cea07a8aaa3534, 0x4b2b33b3d0a655a8d1cea07a8aaa3534, 0x5b923459fd8bf58f584ca6c129d2d2e46caf31de21b401399cfe419318cc0c57, '', 0, '?'),
(0xdc7dc9379b0a198ce055485d3342da42, 'wp-content/plugins/updraftplus/images/other-plugins/aios.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/aios.png', 1, 0x00000000000000000000000000000000, 0xa64ee0a4f81352b716c9b1ced39191d1, 0x869259285f2f897330a8f5cfeced607d1bed3b1698c8361f9ead26c9bc77fc04, '', 0, '?'),
(0xdc80b87196fc42b4bc26956fba2084f4, 'wp-content/plugins/td-cloud-library/assets/images/location_finder_bing.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/location_finder_bing.jpg', 0, 0xfef2e3bb8c3780871e8f3b010bafe572, 0xfef2e3bb8c3780871e8f3b010bafe572, 0x36672a2c00afaddb0daf5c9856917a8b432aa5569a5d03e0f649a95d8fa6618e, '', 0, '?'),
(0xdc82263ab213a12f00225f1d4846bc5f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', 1, 0x00000000000000000000000000000000, 0xb3777c5a9785ce5495731c3e59d5a0e8, 0xb40738b6e00bd7be39f8d1c0ca4de06aa8e871f715e06a7a5a8f29c00179e848, '', 0, '?'),
(0xdc85fce42dc03501c42e50dd40a97320, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2', 0, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0xdc8dc7e9f89fc4637b7e0c8f630063ca, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_14.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_14.php', 0, 0x4b8879c95fd8a82eaebf4ef9883df959, 0x4b8879c95fd8a82eaebf4ef9883df959, 0x59c7c2e7d4abaf207e6780762cf7611ec48e85d576148a693c03da3e9cf4b5e1, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x67b37dd9689a6b39f179620813a92857, 0xa5fad91a4493fc51e05e8bfd5ca1961da3ec1c90399b14a33bdb3776a2e746cb, '', 0, '?'),
(0xdc970082fca8aecbf70bccae0df85cf5, 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-comments.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-comments.php', 0, 0xe9d7676d1775d28a9613e2e427dc3b91, 0xe9d7676d1775d28a9613e2e427dc3b91, 0x68deb4de98fc098dbf1434ef6d3ec13877bf7384ea37f294d4f4485de04f9013, '', 0, '?'),
(0xdc971198a556bc90ad8bbb92f521df3f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2.php', 0, 0xb309f56ac59e388df85af66a87aabb7a, 0xb309f56ac59e388df85af66a87aabb7a, 0x2fa0acbb8ada6c767a83b255add6fb503dd970216c0dd2d086eae4e3beb5c304, '', 0, '?'),
(0xdc9c0f952adb5c023a16b121f5ac214c, 'wp-content/plugins/wp-rocket/languages/rocket-tr_TR.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-tr_TR.po', 0, 0xe764ec0c0c328b668c883a67495a0b66, 0xe764ec0c0c328b668c883a67495a0b66, 0x0b91576c583f089370a2885a207351e4f5ac1966971ca397bddb9a9c8b039859, '', 0, '?'),
(0xdca1f609be94e92184f1ae5f72dbd7f5, 'wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg', 0, 0x4182a37876284b6a9c9ee1b7eade91eb, 0x4182a37876284b6a9c9ee1b7eade91eb, 0x8633737f93399886c5815993894b0e02c167b23029dd75b9556f963feeb5b50d, '', 0, '?'),
(0xdcb13fb0ab6d63fb2156a59f184dec7d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_6.php', 0, 0xfc9e7c279583eced605008420bfbe9ec, 0xfc9e7c279583eced605008420bfbe9ec, 0x9927ac76ca81fe786a0590d4fa8de2e4619c7df0a6a61237bafd85135934eb35, '', 0, '?'),
(0xdcb20349c13a20b6e56fd0aaf722f27f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 1, 0x00000000000000000000000000000000, 0x36b4bd7148ba18816a187a07e8bb6086, 0x23707dce91f2a3bc0eca5af863d6956e4d2ed1ff39d3100da5fdc62e32ec6d7f, '', 0, '?'),
(0xdcb301947163b0b121227caf047767d1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/replacement-variables-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/replacement-variables-integration.php', 0, 0x9eb4aaa5ecd48c62308936c51d175c96, 0x9eb4aaa5ecd48c62308936c51d175c96, 0x2ec54bc3c9730176b4616f7bcfca359830aa392e404d674523bb59f31705c0a1, '', 0, '?'),
(0xdcb735a6bd4cf40b28d99b1a23f27683, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php', 0, 0xf22cd78d901c65ef266f5d3c6d3b6d0c, 0xf22cd78d901c65ef266f5d3c6d3b6d0c, 0xf0017fd7ef53c6aad4f9ff1c0bbcb2bf59b1fce1befc66356924724c355923aa, '', 0, '?'),
(0xdcba9d214142f2c0955ec9cd2d8eba09, 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x9d0e256e4bb7388a0bcc4473113dd058, 0x52e3013690bd7194b8a2b64e6a916799c74c70b341817bcfc12f654b49571300, '', 0, '?'),
(0xdcbc8c48b2991842c01d6883cd769f6f, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account.php', 1, 0x00000000000000000000000000000000, 0x7d01167fcbd60c04f5da93d828df8533, 0xa4bde3f63e5fe3950b7526f6a9b9c8e2b305db9741c251fb658c91fd589b4df4, '', 0, '?'),
(0xdcbccbe1b5b04413244cca5ec1a8f98d, 'wp-content/updraft/themes-old/twentytwentyfour/styles/fossil.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/fossil.json', 0, 0xe53c7c78706063a212d168aca6b30548, 0xe53c7c78706063a212d168aca6b30548, 0x7bae82f722ae1764bd5e818863bc5f5dc68abd2e16624ba8afa5e615e2c11c5d, '', 0, '?'),
(0xdcbfb0069d6f60b0bac2f9dc6927d05c, 'wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php', 1, 0x00000000000000000000000000000000, 0x1939bc25081d92e2524a7e92eff2d9a6, 0x0d540da9dae310e43042ea931ca551abb659f45f83c990016cd2fcc15ac10fe5, '', 0, '?'),
(0xdcc1d14b43c1cf167330a9b4bd99720d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1_no_content.php', 0, 0x355456c351da2d9fcc8aa3c68aaeb6e4, 0x355456c351da2d9fcc8aa3c68aaeb6e4, 0xba41343bf83b5ebc7e3a91dcd905fec312a56ed9125e7fb73a7c283e2509f03b, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xbe6884c1b3076089b71bc19c56934166, 0x0e3c14895c9e47f2cc3b310e1923bdc06ba9164cb4160e97c3a0c3158328d683, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0xdcd13c1876dc8c8369550b249b33cff5, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/email-address-update.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/email-address-update.php', 1, 0x00000000000000000000000000000000, 0x95b4eaf5348b8a060584f132f36a440b, 0x9c27cbfc55dc3f47ac18ead33113ebc377653daa5f17a44cdf34e5a3c2df06f8, '', 0, '?'),
(0xdcd444e9e4f56c29effb10fe342d3086, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 1, 0x00000000000000000000000000000000, 0xf21d131c279c905c2fbabc0976eef4bd, 0xb6353e0e40fe296ec12a15c85d0675bc881f96d9b5a38862cc0c10a939762f99, '', 0, '?'),
(0xdcd4cf5a4319d3695435673fef66f42f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 1, 0x00000000000000000000000000000000, 0x7d34a0082882988e692d3946ffe4f06d, 0xa3af821eba2af226198d41eda4c6a2ddedbef3a738507ffb1aaf16f8a3269215, '', 0, '?'),
(0xdcd818bd5724afcb34b29ffcefab7c07, 'wp-content/plugins/amp/assets/js/amp-theme-install.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-theme-install.js', 1, 0x00000000000000000000000000000000, 0xbb16fcc3756bca76a846ad3af1878edc, 0xf05ed1a3482befd1065f5d69f2d8a7c7d38499a94a74876729799161b7d55908, '', 0, '?'),
(0xdcda02f3da9bca29241cab2c81f2b756, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 1, 0x00000000000000000000000000000000, 0x1c816ae2c638f9c58b670787d8fb6723, 0x5a051801b439d7c413a8de8739eeb2dff1f09d61ae67075db79b5676fa62916e, '', 0, '?'),
(0xdce59f1301c05b11f7353848e836549f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_1.php', 0, 0xd6e6bf2450dda65254a8aad5ead98fab, 0xd6e6bf2450dda65254a8aad5ead98fab, 0x8e0b8ea9ac31b94c1cf555bdb9a80a0020d38fd98baf86bfd814ab3e92e4194b, '', 0, '?'),
(0xdce865109d7cee228d4e22b26514abaa, 'wp-content/languages/fa_IR-1c4303f02ff93b290e9faad991eeb06f.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1c4303f02ff93b290e9faad991eeb06f.json', 0, 0xc3d707e2284ec7dc77c0d9ac545f2583, 0xc3d707e2284ec7dc77c0d9ac545f2583, 0x5b290ead8d14c3118a471f239b6f492fe67b75e13384cab991473924a59edb3b, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', '/home/abt90iranbet/public_html/wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0xdced508332a3233a42c7fb2c03b15b46, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_10.php', 0, 0x69f3af037c1492b7589034eb2f29fc70, 0x69f3af037c1492b7589034eb2f29fc70, 0x74a76d67d990411d826184639e4daffb0683504b1501cfbb13355b1f89a8ae7d, '', 0, '?'),
(0xdcf1a21507a19db8a5e331a1dc644585, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_import.php', 0, 0x2cc5e77a5a8f7900a79b0fe0c1c8adf6, 0x2cc5e77a5a8f7900a79b0fe0c1c8adf6, 0x4be784474c3a80d14be9aa640d11b747d1b588257c873a023e17c9f7897bd501, '', 0, '?'),
(0xdcf217c366da3d7251fd0c1ef7ea0c8f, 'wp-content/plugins/elementor/assets/js/app-packages.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js', 1, 0x00000000000000000000000000000000, 0x56b5675d5ebec2a697b57e2129ae5827, 0x9da3071ebe40b76831591414ab295bd8c50705c25c05f13096911460f48a9599, '', 0, '?'),
(0xdcf516889c22dcde6d696fc74a4788b8, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340.css', 0, 0x70887a571915db9944c0d350b1ac4656, 0x70887a571915db9944c0d350b1ac4656, 0x2a26f7aaa4985f752f964f2d92b451aa49ef9448bbf1e84c66b6bf4c14f2b37f, '', 0, '?'),
(0xdcf7539314cc7138b2c50014bf6a9404, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_9.php', 0, 0x479c3d8e654aa7bc7e2998c11cfb10b2, 0x479c3d8e654aa7bc7e2998c11cfb10b2, 0xba41bd8b0ea963f0cf5b9f8a3540ffc49b3306b900afebfb434666026bcd4497, '', 0, '?'),
(0xdcf82e692fed117f5eb0c928e8697a40, 'wp-content/updraft/plugins-old/updraftplus/images/onedrive.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/onedrive.png', 0, 0x13064ddefc7a8c38efe4d24a2467cbb1, 0x13064ddefc7a8c38efe4d24a2467cbb1, 0x74b96e4af536b19c82c17f740f43a0e7af22c29786957db24adfe65afe59f0ef, '', 0, '?'),
(0xdd0b406d4f797e6cbc257e7cee992f09, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/views/widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/views/widget.php', 1, 0x00000000000000000000000000000000, 0x1a4a7cf9b5a474c55bf4ef207040f786, 0x45ffd57e715347feb50e9928471048c696a18c84b638ab64f489d12b400bb08f, '', 0, '?'),
(0xdd0fdb3083e0aaefb11a2f1f31a2d27e, 'wp-includes/blocks/query-pagination/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e90d7762c05e3e36bea04672c97f40d, 0x3295094fd16a89b25883d7eb2faa6ca9aaeccf6f027a2af435a7cfd67bf65444, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', '/home/abt90iranbet/public_html/wp-login.php', 1, 0x00000000000000000000000000000000, 0x6d95d0b58a1d8b63d89b506b86476d6b, 0xc21454e0b583ac35c2ccba03c39ce8f94a0aee3641d9ad725e8eccf122cfab36, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xdd122593aa1b11ebf16a749c1c7db7e2, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 0, 0xc0e62c7e90085945021c217b17dca62a, 0xc0e62c7e90085945021c217b17dca62a, 0x33e71c591ef01f433ccc0296035f95f31cba80f017ab9ed754356deada50cb8d, '', 0, '?'),
(0xdd17a89d41e0f530276a90fa9415f058, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 1, 0x00000000000000000000000000000000, 0x2deedd5c61fd987390810c19bcf7fd8f, 0x164e9834c57c523619a882c5290e0f40778c0e1b1337cd04efbe9e8062476eb1, '', 0, '?'),
(0xdd17f2af17838200fd33a503387ed148, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php', 0, 0x00ed0a539656fece99b99da2df728a75, 0x00ed0a539656fece99b99da2df728a75, 0x044d83d34ef2a3cb199f9aa890bc9e48f043570ac2ea0eca865972a4735c23ed, '', 0, '?'),
(0xdd19e1f773c07f1a44e9fbf2d37f97ea, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/ai-editor-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/ai-editor-conditional.php', 0, 0x8cab92907c738d7c8498c216c06ea573, 0x8cab92907c738d7c8498c216c06ea573, 0x04ef03a59991d3ecc263e3317ad797819780dec7deeb0c3eacd973bd6766dbd0, '', 0, '?'),
(0xdd1a6feeec4bf2e65c16fc2a07493092, 'wp-content/plugins/td-cloud-library/state/tag/tdb_state_tag.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/tag/tdb_state_tag.php', 0, 0xc04290d988ad6d1483076f575f7d57b4, 0xc04290d988ad6d1483076f575f7d57b4, 0x88bbb5e7c11e2ce53be476dc81728292af7b551d77e3c2761c9aaa1e2fb119d6, '', 0, '?'),
(0xdd26e8165eb9bf0caf8cc24f1932a288, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_6.php', 0, 0x5f88bc20073a3b059de49d221295b0b5, 0x5f88bc20073a3b059de49d221295b0b5, 0xccb57fa29ae5ff6e6207b3e8ab05b0c96658e91232a81711bdedc50df519dfa8, '', 0, '?'),
(0xdd2f2b898df7a5ab6d1d72ec13b188e7, 'wp-content/plugins/elementor/core/breakpoints/breakpoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/breakpoints/breakpoint.php', 1, 0x00000000000000000000000000000000, 0xe6a09c84c1342b2a0c1a5f9d753b7bd6, 0x08a9492f73b590193804d6bd205f0e7919be12abbc1f969fe1e1aae10dbbd5b5, '', 0, '?'),
(0xdd32b8e8d655fccddbaeb1ae94e8fde7, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_888888_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x302ae7a7aed5730c16146b677b123638, 0xa22c2c62e30a71f0488ce387796e3d45302ee941817ae1ee1f4045b83e6c7cee, '', 0, '?'),
(0xdd35203cd88f5dd49ae9f9e63ecb75b6, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', 1, 0x00000000000000000000000000000000, 0xb349817ddb6214e4c67e204c4d0f51d8, 0x57568a584887a5c903579f1caf7292a01f1272740c1b2890a1e81fe03c62be29, '', 0, '?'),
(0xdd394f8f5852e3fd6861c032ee448418, 'wp-content/plugins/wordpress-seo/admin/views/redirects.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 1, 0x00000000000000000000000000000000, 0xe006eb09c2161020d1d61a8c8c68ca1e, 0x8bbc7ec7748e3ff99e646ad294c7f92ee22457d6c7558d426365ea4228e41f48, '', 0, '?'),
(0xdd41c7f86b444ce76b660a3bb0fd131e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_3.php', 0, 0x7c469a1357bf1cebba170d2d2a88cd7b, 0x7c469a1357bf1cebba170d2d2a88cd7b, 0xc412d960aefb57da4c6e848f6aab6b299acafc4e4632ebae69eb9a3c1a6fb364, '', 0, '?'),
(0xdd4557c6b6553d82efacc1690ec2ed10, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra_bottom.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra_bottom.php', 0, 0x899c895ae9902ad09f6519feb8a7b0d3, 0x899c895ae9902ad09f6519feb8a7b0d3, 0x54f9401495a158643fed942651d08d470cc4b1318e6aa910322e6a4e64bc463e, '', 0, '?'),
(0xdd46e0f7649fabc27f0b2ec4bbebf80f, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php', 0, 0x925023ac72bb3b287258cc9510ff9a25, 0x925023ac72bb3b287258cc9510ff9a25, 0x307a8616bdb1a83c619da0c16706f5749cf311247074168896dc53ecc07a91b8, '', 0, '?'),
(0xdd4a03e8e535511228f417787e02ca86, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_7.php', 0, 0x5eb5151880412ed4399b9422b166cdd1, 0x5eb5151880412ed4399b9422b166cdd1, 0x2309c5bba6fc8357163ad308431767e7c7cd667ca718b7e29b1533426f898cc3, '', 0, '?'),
(0xdd4a0e32bdb0e4f1b93c5cf8385abe25, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', 1, 0x00000000000000000000000000000000, 0x17639347963cd388b9051edebccc2fd6, 0xc9bc7de68d364e79ad28cf4794f781810c182b15fa6e22fbbe2be1381050e71c, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x32b438beb73a7396a577bc39e74a8fa3, 0x2962f2902334e69465acbe2ad8392899b03df45145a365307c31fba6e00afd06, '', 0, '?'),
(0xdd4e574622c6db7d7710d694010a9dbc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_1.php', 0, 0x4d3bc2bd1a1fe8d462542854a632819a, 0x4d3bc2bd1a1fe8d462542854a632819a, 0x2d2333c37f06f69ca4de32ed1465a968bc4f4b1269054cf58b076bc4d886bf99, '', 0, '?'),
(0xdd521b28a7a87baa6e7eff163e23e458, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', 1, 0x00000000000000000000000000000000, 0x6506202fdf7d02ee0188b4539d8bf783, 0xe78365a6a21a2b2025d0f645b3d6257207e19baeef4752b1dbababc7d1296ba0, '', 0, '?'),
(0xdd52540c199aa72a48b0490f8c8f5751, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_4.php', 0, 0x7fc5de40878c6d5f284f2a09cac4a7f1, 0x7fc5de40878c6d5f284f2a09cac4a7f1, 0x4a449debe2d505f747d6acd34904754e1f6e26ed7ffb070fb41f1da0b141911f, '', 0, '?'),
(0xdd585c570e633724c9d654633f619aaf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', 1, 0x00000000000000000000000000000000, 0xf877905aabfcdfa326be4a8bf975215a, 0x39f1d88b04ef29a3857b9b5f81ed699898b7c31f719462ebdfd01426732dc7a1, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', '/home/abt90iranbet/public_html/wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0xdd608ce34c5c332d699a5f33b3530dad, 'wp-includes/blocks/code/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/style.min.css', 1, 0x00000000000000000000000000000000, 0x4d6fb89e752430ca62f8f83bc0f1eb7d, 0xa3b04c346eae31ca49c94bf3693dda4079e31f3632d44fb0b17a3dc579368d46, '', 0, '?'),
(0xdd632b254cf3346a2b9767392c7391ad, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', 1, 0x00000000000000000000000000000000, 0x07a20c626ed982d0c8ed1631251b4b8e, 0xe7660132c8dd8148c82ef64c4655a6188edb7d123cced02d8113b473c211b8c9, '', 0, '?'),
(0xdd6330dc1ec1317ef620268af2416cb4, 'wp-content/languages/fa_IR-daeb084aab42199d26393a56c3465bc0.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-daeb084aab42199d26393a56c3465bc0.json', 0, 0x5bb1581458b8741d759dda8b5e272019, 0x5bb1581458b8741d759dda8b5e272019, 0x2c76afcaaced72919af1775917612394433040319476e664b6c2978d2c1bc7ed, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', '/home/abt90iranbet/public_html/wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x0907ef60b062793411359a9544407c4c, 0x537d1fe16e941a0fddb42e5ee0dad502de498b96d705d9da0c6224830dd8c720, '', 0, '?'),
(0xdd66c550cf7e1427e88afec87e46c395, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', 1, 0x00000000000000000000000000000000, 0x17f3282b2fcfa441ca1bd64525d945f1, 0x398c3d7d6c831f9e43e16e35b544a87917b3d9c9712aab0bd66da9edb0086102, '', 0, '?'),
(0xdd68ec4561bebbfa15865671d5206714, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 1, 0x00000000000000000000000000000000, 0x43db44c7db89185e77034451b40f37d4, 0x36881a7ab5134ba49944678763fa69bed943e58d70d46fa80c343a511ca70364, '', 0, '?'),
(0xdd6f66ef99f0e4a841ffeed79d28120b, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', 1, 0x00000000000000000000000000000000, 0x6e4a215e0d84595ecb26e9a95b63e1fe, 0x08ce8f2497f66b86185b826fae42f74c5a4068cc6157c286540cf2cc657f91c7, '', 0, '?'),
(0xdd747d068dfa470fcab4ac0b02e0d556, 'wp-content/plugins/poka-review/public/images/left-arrow.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/left-arrow.svg', 0, 0xa578341502de37ffb822093a77dea5ce, 0xa578341502de37ffb822093a77dea5ce, 0x729bc6a478bc1301ba5cdc2504612a72c38b349118b929a8c94b21e1f299e387, '', 0, '?'),
(0xdd7541b2c12e2275b8ee39da97a15c81, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2_no_content.php', 0, 0x3e86da08a5c62c823c4d19ba0d0109f8, 0x3e86da08a5c62c823c4d19ba0d0109f8, 0xec3620bc46dd4082b3a1ffbf88a151a8d53fb788d5ca12970a60ebfbf31ff8a8, '', 0, '?'),
(0xdd75ad1a11e76e1b4fcd3bf0f80f24ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_panel_settings.txt', 0, 0x084a4d4df17ae9335ee9b347e403a64e, 0x084a4d4df17ae9335ee9b347e403a64e, 0x822beb4a45f4cf199153d20adbcd6b55f0db19a9361e45a504d9e6b4a37d2b1a, '', 0, '?'),
(0xdd778624eca1fe30659fe3638a7cd1b7, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0xdd7942436b28f7c59627f967f989d5df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_3.php', 0, 0xccc3849ebf728848f071f4195f6c863d, 0xccc3849ebf728848f071f4195f6c863d, 0x2151c6fa3d75b37ef41020fee6057f959252b5ac96ac8333f6806663d4899f22, '', 0, '?'),
(0xdd7d060e3944c89fa3a2faf81cdc3cb5, 'wp-includes/assets/script-modules-packages.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-modules-packages.php', 1, 0x00000000000000000000000000000000, 0x47990dd5733ea917ddd31a9865d90342, 0x189991051fe34c93b2eef15a0fdbbebb07a5ebed8a2fb07445de306a070962b2, '', 0, '?'),
(0xdd7e75a8046a57ec8247711c2e8d237b, 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 1, 0x00000000000000000000000000000000, 0xa26e9de0558a2a5740639013ccc3bcdb, 0x41881791ebf33d1b46d270f6c34f71faa5a894b69476c25f4da93c606917d315, '', 0, '?'),
(0xdd83593aed084a0de5b75373c3bea636, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_6.php', 0, 0xf12d9eb2e9c25a1758636016f2358204, 0xf12d9eb2e9c25a1758636016f2358204, 0xde868560967cc5196310ee3664aa16190d3e990421be99c4f246f2b78e36532b, '', 0, '?'),
(0xdd887242e609649261ce4813cd40f40a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', 1, 0x00000000000000000000000000000000, 0xf34d856cadbff95cdf135327606b4db5, 0x14339c91c232d81a64af5d27617893001a5155a2fe702c197a059530ba65d445, '', 0, '?'),
(0xdd88e7ff7e78e5310beb16c8c0e1f737, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/animate.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/animate.php', 1, 0x00000000000000000000000000000000, 0x3842338b3379c224b7cad9491406ad8f, 0xc2201b019c13c95495e3bc71e74b1e93bc31bf9796d5cfc399d107502e746e93, '', 0, '?'),
(0xdd8a965150c1f2ae93b53d5e4f5de7da, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/highlight.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/highlight.svg', 1, 0x00000000000000000000000000000000, 0x86945b53dfba3aaa6b5a57a67eb5ef1b, 0x92b59ac51684ac340e7bb61e4d570bddebe676a093637faaf2a6aaf996c1c281, '', 0, '?'),
(0xdd909f8e8e43a01b34ded58718fb30e5, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social1.php', 0, 0xefc107322885a5cb2cc3195cff394a26, 0xefc107322885a5cb2cc3195cff394a26, 0x441f9ca352b64eecc0da87eba4743f3cd7665a93fb86ab30ad66244531b56c07, '', 0, '?'),
(0xdd9628058547a2cc9bde6bf644857e7c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_8.php', 0, 0xe008fb5bb065f227456d73bbb4079f08, 0xe008fb5bb065f227456d73bbb4079f08, 0x7b23d93adf53368b6b60810e5a9fd56f3b908afd5de2466350afb7bedd2a30f9, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0x007476c50b9265b7c7c1692f9fa03a91, 0xa3dc03dce004c656d2dc476ba63cd07c3c50ef539f099d35d749e19edf5fe8db, '', 0, '?'),
(0xdd9815932e0533128c71f74d3a566a59, 'wp-content/plugins/kk-star-ratings/src/core/functions/ld_json.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/ld_json.php', 1, 0x00000000000000000000000000000000, 0x184fe80e8dca74e45820eaeed54ad1c5, 0x83210a2d87e6e76ee12960269b803be7e1a75374d92689922ab986d74a6e0860, '', 0, '?'),
(0xdd98a13ebbf7a85cdcf6c68cd9eca968, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 0, 0x74ef99879f6fa1142511e46adba65bdf, 0x74ef99879f6fa1142511e46adba65bdf, 0xd446de406700d68d4e78d7df9892e10f955a30b73a72ffb0c81aef8b8921b803, '', 0, '?'),
(0xdd9b5bd53127547214137df7580d0c61, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fr_FR.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fr_FR.json', 0, 0x8c82e7cd1d5f0576f7c3d821967fb51d, 0x8c82e7cd1d5f0576f7c3d821967fb51d, 0x484b8be889766c8ce75cdcae897af3e61f97f2c94ecee7fb6222ef4b3bb1be7d, '', 0, '?'),
(0xdda1c2fefa6872b41afcdf703b2d375e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3.php', 0, 0x2d94b03e6f7bd16cb02592a3b3f56f04, 0x2d94b03e6f7bd16cb02592a3b3f56f04, 0xb74e39d8bc340124b8e412d0f15fc9e2f3f75230ef95c64dec33eda476620cfb, '', 0, '?'),
(0xdda5399a982f521ed58f5111092878dc, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/no_img_upload.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/no_img_upload.png', 0, 0xaeda222d74a20e8210c7aa1113ec791d, 0xaeda222d74a20e8210c7aa1113ec791d, 0xb10ab1668ad77bf114d9e78ea00d3897ba11180f1b8332a7cc741d8128f5fddc, '', 0, '?'),
(0xdda9244e84c0a1b43d6861f647ab0d18, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_css_generator_demo.php', 0, 0xd25eae688381ac3ad2875031ebbc5d51, 0xd25eae688381ac3ad2875031ebbc5d51, 0xc48cd55a094b00d8eb4b9601daac7bf864f4364bdbd3c1fd8dacffa0b4c509ff, '', 0, '?'),
(0xdda9c39081486e9fcaf9b969634b023f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_7.php', 0, 0xdb4618e2e060b190bc3d7b9852dbff08, 0xdb4618e2e060b190bc3d7b9852dbff08, 0xc4aef97e8d626e2c88b378e11431b499a3dbc79d9f15a505577972500f85a91f, '', 0, '?'),
(0xddabd6a831e41c90190132b32d790f51, 'wp-content/updraft/backup_2025-06-11-0332___90_db9ecb2cf05e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-11-0332___90_db9ecb2cf05e-db.gz', 0, 0x8a033cd597a7a2552b25e85d89935fca, 0x8a033cd597a7a2552b25e85d89935fca, 0x219b9869bd070fa83d1b9200156a61e47a4c95edfa9ffce82ccc9ec864f188df, '', 0, '?'),
(0xddac1a6c1325b6bb688d73768ae390d9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_2.php', 0, 0xd46d1f81489e67b928f9d8d93e43c20a, 0xd46d1f81489e67b928f9d8d93e43c20a, 0x0862045bdfbef5d6334b08f42a7bb97a90966dd8a8d33536a21de62f59098393, '', 0, '?'),
(0xddac43c6d455e917d716d2e965e7de1a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2.php', 0, 0x022284d748726bc51199069aac482b17, 0x022284d748726bc51199069aac482b17, 0x6464637a72bc3e89ef0adec309ef951fbaca5d4e358590e9111c2b5c9d955319, '', 0, '?'),
(0xddb0a85fd5666c4750292b02200de4c1, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/moredatabase.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/moredatabase.png', 0, 0x2f61215c2d8993483d056bc931a74d90, 0x2f61215c2d8993483d056bc931a74d90, 0xf722d1247d8a279ff2fc5dc66c41774bbe15ec85b34d969b73f63d1a44545b1b, '', 0, '?'),
(0xddb1b72a7891d9372b43bd93c98dcc1e, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 1, 0x00000000000000000000000000000000, 0x01f40e412b28e17bf0171921ed0c02b6, 0x3c37c11c2bb9b66e9e58dd4d22c0a385a0c1ad64a4bcfed2003dd541f3806e77, '', 0, '?'),
(0xddb2bca967cb3e3a05c55b127451af56, 'wp-includes/blocks/query-title/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x398a2d6d86437f1d6c2dffe212bf6812, 0xd069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588f, '', 0, '?'),
(0xddb300074af7ce7860d9e64a99959efb, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.eot', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.eot', 0, 0xbaafeee14d8aca3a2d9e9fe370119c9a, 0xbaafeee14d8aca3a2d9e9fe370119c9a, 0xfe2498263be30d3e7945b8525921f57284005c69b90ccfad950ffa37e9029282, '', 0, '?'),
(0xddb5bf694b23ac18e8c31d425d1995a8, 'wp-includes/blocks/term-description/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc80a6f1a932a911103d31e97587165c0, 0x8f1b99398cc5a4550707248d5c7e03efcf117b5d7401b9be062d6d91c2ec90be, '', 0, '?'),
(0xddb659e8c506c36ab77062dbc22cf7e3, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_single_template_vars.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_single_template_vars.php', 0, 0xe3422b64112f8439b28f328395affbfa, 0xe3422b64112f8439b28f328395affbfa, 0xd88e6786eb1bc9a3f302ff03a328af912483bdffa7460647f6336b6c34925f69, '', 0, '?'),
(0xddbf5dadaf55119e16913f1c10862115, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-abstract-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-abstract-validation.php', 0, 0xb3eca1a2746fde39b0415b397e16e6dd, 0xb3eca1a2746fde39b0415b397e16e6dd, 0x6e2b34c86c1d5d6281dcbf1bcbfa474f73558a54b7b33475b91f2f87648919f5, '', 0, '?'),
(0xddbf79cba46e3dd385354e1cc7e9c221, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_import.php', 0, 0x776a5aed52c75327b9cc644aeff84bc6, 0x776a5aed52c75327b9cc644aeff84bc6, 0x279f145f0d1efea3be36c10bf80ef6300f8b1e34755113fb26f0b35b810680f7, '', 0, '?'),
(0xddc82fc23d7fdd5c3a7536f7dc54d6ab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x89dbcc8fd2abb1e43bef5f566a3340c5, 0x01ccac370a3908d1a5e2e7c2b0a0d85f5f312360d17c407efacb50b0b1029b92, '', 0, '?'),
(0xddc9d1ee90383a2676af8f5bc95f8329, 'wp-content/plugins/elementor/core/settings/page/model.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/page/model.php', 1, 0x00000000000000000000000000000000, 0x406637269201637e9f86671ef1f35ab4, 0x7d282bb2500b8da33dfcba9d283a753310d330f6f469afaf9fae942afa038da6, '', 0, '?'),
(0xddd0965924622bd6e1bbd1021d04a969, 'wp-content/plugins/elementor/modules/history/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/module.php', 1, 0x00000000000000000000000000000000, 0x641acbc48905289118346a8f63033554, 0xa94c498920045b4a002e6d88390a91be8b995fa3ad5fe624c73a22d5023bb5fd, '', 0, '?'),
(0xddd1fb0214c2340e0ed2f7b497b0f283, 'wp-includes/blocks/media-text/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xaadb6d7c6e7286da6847dd8fea8798a8, 0x24b7f42e011e53dc8ffe8d023f64190dac7a3a5b910d8ac62594e4a83a3c26e0, '', 0, '?'),
(0xddd3150089850e6232b5313faebbf43a, 'wp-includes/js/dist/core-commands.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/core-commands.min.js', 1, 0x00000000000000000000000000000000, 0x58150d4e09a3a0371847c7fef165560f, 0x07b914ae0afac8a188b955bdd3a12d615e01451bf8e8d7f5beebff8d9202a98f, '', 0, '?'),
(0xddd7217ae0c9489b13e054b9dbb0b705, 'wp-includes/js/dist/router.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/router.min.js', 1, 0x00000000000000000000000000000000, 0x17d5c0964ef0d8aecb13afe1f0a0f3c4, 0x811e4c9e5ca907bafb66b94078d14d596816efbaa3767d5363b7f2a9e51962b4, '', 0, '?'),
(0xddde93d143b34d037036b993597a94ba, 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js', 1, 0x00000000000000000000000000000000, 0xea8a5cdef165ac51ff147a7e46c3c1a3, 0x0a370d95899b20b504c020959e96f1f602c4ba1d2705f66335692b838eb848f6, '', 0, '?'),
(0xdde62f1fff6d1c6703394ebfa50c6c83, 'wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/check.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/check.svg', 1, 0x00000000000000000000000000000000, 0x680a49a60da6927324c96315d3ca3489, 0x12093a3205bcb6f31bb5ff7e1c3a9a71c8b8bf733855c2c5de8884df7b64c675, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x83a6f74cd5f261444a843ffb835aff94, 0x88bb8b853d463d843d853cf81df81b5f25883da7d94d103fe1aadddcdee7752f, '', 0, '?'),
(0xddf4aa047113ecb0448eacd40390b26a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', 1, 0x00000000000000000000000000000000, 0xa59165d90a7bf50369f1d0e3dfb484b5, 0xd03751e46163f4f9d424811dbffe2c521f2c8e3101cc45bfd91fbebc19a8789e, '', 0, '?'),
(0xddf80568e9d9c0de2f7a9629a37947a7, 'wp-content/plugins/td-composer/css-analyze/css-analyze.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-analyze/css-analyze.php', 0, 0xcb7476b4c264a889d35da77990bf6512, 0xcb7476b4c264a889d35da77990bf6512, 0x3e0adf8ffbc9b2bdfeb1a2c3f85a21ba41896b8902aeed52727dc0300ac9cb37, '', 0, '?'),
(0xddfd49774285b71807238703ffeee4a7, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 0, 0x020edd6683ca01f8e03a69a487fc8cfc, 0x020edd6683ca01f8e03a69a487fc8cfc, 0x370fe7432f3eada38cec86d3fb3e8ac05ffdd24335d45e8580f890626e996744, '', 0, '?'),
(0xde09ffbc8946bcdd01e4ddca45bcaf29, 'wp-includes/blocks/comments.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comments.php', 1, 0x00000000000000000000000000000000, 0x29fb4e603c4ad84f09b4ab64dc9d65e5, 0x0de48587cd537984276e8c924e4dbb7c696609a27e6a31f87f00cbad959ba90a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xde0c4f154b4e9f0089596e22b2820c61, 'wp-content/plugins/akismet/views/connect-jp.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/connect-jp.php', 1, 0x00000000000000000000000000000000, 0x8602c6dcf8b3f257b9add915e4aedf80, 0x362dabc4dd8541f40d5b2ae8127758ba7941211470efc814ec3b2edfbc32c653, '', 0, '?'),
(0xde0fdd704121981be20b7ede31dcd97b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1.php', 0, 0x438df23f74492bcccdc4384c19d9bc07, 0x438df23f74492bcccdc4384c19d9bc07, 0xbc5c0b30fe767fb0d89672562fb349f540fe7eaa0656941b22cb00d0230cdd63, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?'),
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0x62131fb7317bea0940f56d9f14390730, 0xef4b05aaca4d24ae9de3298f2b534351460e1fa031715ae9547660edbb12720c, '', 0, '?'),
(0xde2266f6e07243aadf142cb31afbe8b9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_7.php', 0, 0xec59f5db405302af4cd4e3212ae1fade, 0xec59f5db405302af4cd4e3212ae1fade, 0xd19a188769ab7bb4a37e3a524848ea71915406bddc76a62d632f8432f3631b90, '', 0, '?'),
(0xde2fee2a4e57a4a0e20cef01911d9350, 'wp-content/plugins/elementor/assets/css/frontend-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css', 1, 0x00000000000000000000000000000000, 0xcdb3447be3ed1c14868f1262d40e9966, 0x153bb20bbcbee4f0c5075d63e2e55133dff5f24ad937cfcb748262364f0f8690, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xde350b2bdd427bcdb61016c39d53405f, 'wp-content/plugins/luckywp-table-of-contents/core/base/ServiceLocator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ServiceLocator.php', 1, 0x00000000000000000000000000000000, 0x94f438c7ad47c0b9fb817e999ae38646, 0x1c51b816a0f1d0314b0675034720d4c9ee37902acd5189d6f195ab8d28fcf97b, '', 0, '?'),
(0xde356684b40ea00812bce96f1edeaee7, 'wp-admin/includes/class-wp-privacy-policy-content.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0xd1b2f33e672b324e7f6c1c4d8680b264, 0x00870c04240288aa13923007bc9a0a2ac5d58cf0cf44ac1011cc884424f78367, '', 0, '?'),
(0xde3a3843c48a82011bd8c44dc67f255e, 'wp-content/plugins/td-cloud-library/parts/tdb-comments.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php', 0, 0xf9b3d3a24895125356b2fea80a1f0640, 0xf9b3d3a24895125356b2fea80a1f0640, 0x1d8b38529bb0d0b8fc6a8936569b3dfe83eb7516a67085faba46ecff9ae43a57, '', 0, '?'),
(0xde3ad2f6ffa5a6f425ed14a41e7a6532, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x1a1754cb4b9f72ef21597003eab92b1f, 0x6733bcf2f2463a5041d445f36635bb4008ace41f60311549ab290ed6e433bfb5, '', 0, '?'),
(0xde3b8a8b76a9b469226f5224483b044a, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_11.php', 0, 0xd7460994d4adffd3f3f1190b17ce6040, 0xd7460994d4adffd3f3f1190b17ce6040, 0xd0ee4cf200fd940b8703f674e0b3031f91c9c6f8f85cad6b2cb9750d7b5196cd, '', 0, '?'),
(0xde49cb5b351cafeb460ed13f3d7f86cb, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', 1, 0x00000000000000000000000000000000, 0x5b57e2e8a76b67ea4100f5e1b3a83518, 0x6b6c2190b3adb03d1652b0988ecc2201be4e6f07fdc8751ad869da3a5a929581, '', 0, '?'),
(0xde4aef5b85775a318acbe7e8c959cf99, 'wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js', 1, 0x00000000000000000000000000000000, 0xa9c1cea47ed56c0caba0107cbe4c1129, 0xeffec7af205297958f78122b4dfaf9f296d06752c6265a1c321c0e1fae0db5b0, '', 0, '?'),
(0xde4b2936560fd4a94a2df7af307c4455, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_5.php', 0, 0x25690a518bc8e7928a58e0c730618aaa, 0x25690a518bc8e7928a58e0c730618aaa, 0xa90a4aa7009937336be549e28b3c7949617eb4b3637dd9bca9be85c0d904b9f8, '', 0, '?'),
(0xde4cde6b2f1c3276cef37545e0d8c594, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_import.php', 0, 0x81caf668a5d62ccb416e0f14d50fd695, 0x81caf668a5d62ccb416e0f14d50fd695, 0x4d71088052b6b1ef02a7f8489610656d9b6285b1cb1c6d39d81808c2d5943405, '', 0, '?'),
(0xde4d030bd48d397c896bfffc4e0ba458, 'wp-content/plugins/amp/src/Admin/OptionsMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/OptionsMenu.php', 1, 0x00000000000000000000000000000000, 0xf378e8089c6f2ef90f0b82fa4f1ba1a7, 0xd6683ea4a73d3bf4f729e23554f47a2f7b8bd9dffad210e6f527849d1722beab, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', '/home/abt90iranbet/public_html/wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xde4f90e7cd702b7ef3d36d344b4e0a05, 'wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo', 1, 0x00000000000000000000000000000000, 0xcd8523a973e85e4b97dd179a873a9530, 0x8fc473b4795ccebc8e8a07e59f357e329b0ca631136ce5f16b399ea60d5ae284, '', 0, '?'),
(0xde5185905c0588ca0882b245f27f1cf6, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 1, 0x00000000000000000000000000000000, 0x650ac31492a2fb8e50af77f7f8f2d09d, 0xf5f22147061b859ab08e268678e8c24ed259a620ecc103a7597d64499b88e784, '', 0, '?'),
(0xde522b9ca7c1b31a35f44327f129c21b, 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-upgrade.php', 1, 0x00000000000000000000000000000000, 0xa6488c4a8f196144f0ad4cce185beceb, 0x383ecc7ab36f4eec5f073f59c6abf7bcecd0a16c89105e06a7ff31e51a240262, '', 0, '?'),
(0xde557f7060eb9364104da4b3c48adf76, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_background.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_background.php', 0, 0x7968623e0a813dd3e2787d0577dd5f65, 0x7968623e0a813dd3e2787d0577dd5f65, 0x52e2dc7e2060f1daa30d0e5b1b09ad11bb812a1b3749078d3504739d9afe3cd9, '', 0, '?'),
(0xde57aa537e83f6f0498ffa4a5e77637d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', 0, 0x62cabc0fe63acc14fb8bf2e551b6f673, 0x62cabc0fe63acc14fb8bf2e551b6f673, 0xb24d2313d62580121096fb79dfb4babd0cca656e08593dd5836106cbd7e7124d, '', 0, '?'),
(0xde587215bcbc2f44f77df16542c4304b, 'wp-includes/css/dist/patterns/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x39c764c984633fe82a904db83ea69764, 0x214b7c6bd657ae9bd0b936c477b3e56f8433b69427db479ba5e50126b01d1fc5, '', 0, '?'),
(0xde5988172a76dd7fae8409fa8fe9efd6, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/csv-table.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/csv-table.php', 1, 0x00000000000000000000000000000000, 0xc339907c989f710025b178c50662cc8a, 0x79979fbb6c3c2defbe37a99270898a0d0cf5255097c701853046f4f3c29db6bb, '', 0, '?'),
(0xde5b7b8836628d134cd1786ff0a58141, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_import.php', 0, 0x272e0edbe529ba0935a293677c050236, 0x272e0edbe529ba0935a293677c050236, 0xe9552d83b13ca1862d7fd882f12c0a82964ef2ba1f3697bc11d2cc51b8d43671, '', 0, '?'),
(0xde5d1f3d970d368d89fde7138035fee7, 'wp-content/plugins/updraftplus/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x19fca9fb7a1591f4cbaeb74157dcb409, 0xf26f1e252ea18aa6c4a5509e169558f320797df70b7e36eb1c8ee6665243d5e1, '', 0, '?'),
(0xde5dd164958638771c61e37ce4d7e230, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-migration-2.5.1.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-migration-2.5.1.php', 1, 0x00000000000000000000000000000000, 0x4accb7573f7f0144e5009d91e5c01ccf, 0x851fa13071b1b986472400c3f3b6ae7b515c38d5e1596702e1e742e7666602cc, '', 0, '?'),
(0xde62cb3f3cb22ce024b076d68d157e3d, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-menu-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0x34906c55457f28d6017df6b8c78f233a, 0xfff86c6dee39108d25954ec539e57fd5a91461b1738847e7f18aac67857736e1, '', 0, '?'),
(0xde62d47cc8023fc1887e2c8247020633, 'wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', 1, 0x00000000000000000000000000000000, 0x96a73ab9c7adcb4ec59e1dd3c0da74b9, 0xcbf53930628cf1958497f7ee84a3562f2fb34d68fbccfe4671869885bdb8a76f, '', 0, '?'),
(0xde646b1c1cb5783b28edbadf0ddb95d7, 'wp-content/plugins/td-composer/legacy/Newspaper/init.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/init.php', 0, 0xd1b4e4be2f7adbe0b5687815ef14c707, 0xd1b4e4be2f7adbe0b5687815ef14c707, 0xf586f92fb993f06bd834c7a530c071405a95024c1fa05a8d7e8996ef20932f47, '', 0, '?'),
(0xde64b075a0e78353c473b2449a718cf9, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-category.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-category.php', 0, 0xacf1a0c895a06e9b3246e2ca46301977, 0xacf1a0c895a06e9b3246e2ca46301977, 0x4329cda8046add4fedb7d91208644de8fbec84fc67f40166786c23c20f46a730, '', 0, '?'),
(0xde684ff505bb32e2c9978f36aaf10ee0, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom.png', 0, 0x5f75cb978eabfc35b16d5ce56e6a5ee4, 0x5f75cb978eabfc35b16d5ce56e6a5ee4, 0x0872a4fd0fb7378fe8afa69221322edf10db938c899eb824bf451acb45ee74a9, '', 0, '?'),
(0xde74e739c653c9f7311c31685ebf88c0, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-disable.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-disable.png', 0, 0xbdc65c7bbd121612af56831f7fd51aef, 0xbdc65c7bbd121612af56831f7fd51aef, 0x96cf9b1fc1e1713d46897932b99ac5852653198f1be2ce068725e372a0fb0c06, '', 0, '?'),
(0xde761b93c773d7c7bee282a17cb137c6, 'wp-includes/SimplePie/src/Cache.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache.php', 1, 0x00000000000000000000000000000000, 0xd3d966a8d41395afecf289da6e3eb257, 0xecbbe71e4e856a366cd596dfa16c7910fe1f86e87824b75b944453a82046e230, '', 0, '?'),
(0xde78f18483c7e7da8029d36f51cafa70, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php', 0, 0x132af553f33cd2d0aace9dec995b8725, 0x132af553f33cd2d0aace9dec995b8725, 0x70341613ab746f74160882339d3c77cea2aa59a6956f20974168b6ae14430904, '', 0, '?'),
(0xde7e0d697dfc4e475fb1ec3952e98058, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', 0, 0x605d6dab0073a90fc46692b61dc9c2f2, 0x605d6dab0073a90fc46692b61dc9c2f2, 0x919f417b542ef220bf16847d08b47093a80776798a092131b4e03596e617b6fb, '', 0, '?'),
(0xde880ffbd3938848414938ea589dfdd1, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', 1, 0x00000000000000000000000000000000, 0x54ab386a2450a3e4716028a8d52b51ff, 0xc9488bc3fcfc69b432384f4487724ed800a013876b18c441c4658d57d6d26d9a, '', 0, '?'),
(0xde886daa2b5d0b4336b494e06a0d633a, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-table-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-table-presenter.php', 0, 0xa19c1af5edc6f5ce392b7f1210d65738, 0xa19c1af5edc6f5ce392b7f1210d65738, 0xde63b7749af9fc34791ecf0744f7ea2981b6366f12fcb1e66b747a0ef916c748, '', 0, '?'),
(0xde8a2c08594f3b7096f16f9ecdfb93e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php', 1, 0x00000000000000000000000000000000, 0xbec9bf166592ffbbab0732c3aa60cfef, 0x0e7ec20b6903fc17aceeffa44d417ccab507be5096dcfa173a20742729dc1ad3, '', 0, '?'),
(0xde8c3bc405b1daa6f7b46d01203e3290, 'wp-content/plugins/amp/assets/css/amp-post-meta-box.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-post-meta-box.css', 1, 0x00000000000000000000000000000000, 0xd44fe8e893e3a4be16f53bdb5129a62a, 0x948f66d137b3132d5093428a2794486fd4af1aa977fbcd6d2dfa017ff62980e6, '', 0, '?'),
(0xde8fe8367c6b09295cd07684c1f001fc, 'wp-content/themes/Newspaper/translation/es_ES.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/es_ES.mo', 0, 0x0d0bed2d0ba28126e78d6c3e449b837e, 0x0d0bed2d0ba28126e78d6c3e449b837e, 0xa6e90218ab719f9426b33a9fb7652bc445b485f5f5bfa6b593b4c52e53acaa72, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0xe578d4d0551dd2e9bac365e6fad2b553, 0x488890a69dfe23dd827966bef6a83641988a0281552837313407aa904a8a32d9, '', 0, '?'),
(0xde99c7afe4b5c26b32fcb01056ecac95, 'wp-content/languages/plugins/wordpress-seo-fa_IR-59a157b73a79db8a63459f9a2e1b874b.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-59a157b73a79db8a63459f9a2e1b874b.json', 0, 0x0efa0c392ea46b0a68ccbbbaf81ba928, 0x0efa0c392ea46b0a68ccbbbaf81ba928, 0xec80d3ee761d2b60f8a05bb2d4e014915dab29eb4f5fbf53c035cfa94de5132c, '', 0, '?'),
(0xde9aedeaa7addedf852267d1813c4e72, 'wp-includes/blocks/text-columns/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xde9b932b433a9737bdf6f08a4bd3e797, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.json', 0, 0xd5a83c5734cd1980bad0c199a2ee4fcc, 0xd5a83c5734cd1980bad0c199a2ee4fcc, 0x9cc1cd2d6f0aab73986d6e8914fa4cc5f4aaf3a4e8b07476c2faf726a32c3e2a, '', 0, '?'),
(0xdea017ca6add994396e68f30ed101009, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2370.css', 1, 0x00000000000000000000000000000000, 0x0d34cc7985d5e89d8cb94218db14058e, 0x6495311e004f5ef5ab5eb2624feeee2e17ccd1ef30b36c84e5d2e50353692fb0, '', 0, '?'),
(0xdea0c671abc70ea1c844c41484e4622c, 'wp-includes/blocks/paragraph/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor.css', 1, 0x00000000000000000000000000000000, 0xd8e415f8867339d90a7daf0971c2bee3, 0xc594186c7e14e0e9b31525c4df22fa51a7205efb0744feab62fd165c87ba8dc8, '', 0, '?'),
(0xdea21e406f1d2016175967e03c49096f, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/addon.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/addon.php', 1, 0x00000000000000000000000000000000, 0xfdfbae43c40c35b201011634cf5ef64d, 0x59f6b52ce78b9fd4b7c501be0a8652e7c399fd5901ec99cb8273109d6ec283f6, '', 0, '?'),
(0xdea75561a20780f303d9a272efe6537d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', 0, 0xc59025bbd112f17501489d49b5818294, 0xc59025bbd112f17501489d49b5818294, 0x4e0ff404703ed8d1e7917594faccd0066acadb894a95d0d932aa45911b09c537, '', 0, '?'),
(0xdea88fa27a2b42c143b482e1812d9a9c, 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 1, 0x00000000000000000000000000000000, 0x0908d8ca63c2e1f157079c3e65bb857a, 0x59d44f31b16e5f63c474112c9ea4f6d50bbeda035d05af5fd6c6f37ac6b773b8, '', 0, '?'),
(0xdeaa66e9bcc908f6b4272d5e314e4a43, 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/json.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/json.js', 0, 0xa1c62d7925e9c7dbc444b91331619dd2, 0xa1c62d7925e9c7dbc444b91331619dd2, 0xbcac51036e23072a887326e0db8cb3b3b95e47c47443cf314540cc6aa795d2d9, '', 0, '?'),
(0xdeaaff258bd5f0252da689c5e0c21485, 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 1, 0x00000000000000000000000000000000, 0x422ce8a7ecc1f349b5f78e6bc14530b0, 0x1fa806668b9d2f93234f349898f9dbb55198737676bb2bbdbaf91926811323d1, '', 0, '?'),
(0xdeb7b5e248b37ff1f21302f4d39a6319, 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 1, 0x00000000000000000000000000000000, 0xbfcfdebec0e380a81415153acfe77e31, 0xa0273f0d3da0aaf56c0b99ab35c08bbe93c3241458d11cfb2618a4fc19f4afdd, '', 0, '?'),
(0xdec48c96302398356d1a6edae81b6612, 'wp-content/plugins/amp/vendor/composer/autoload_files.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x13da4c88c696ad0cdc160a2135794c31, 0x5544292ebe0b9027b8f45a0b189851dc246d119c201463baf984e81b8c3f3b5b, '', 0, '?'),
(0xdeca3cc78148dbe5807fb77bfd05c47d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check-r.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check-r.png', 0, 0xd76e47a5b6c49f46352a1b775642a73c, 0xd76e47a5b6c49f46352a1b775642a73c, 0x7c2890f24f4c64f9520395bbdb832635e55f761b5ad18d666974b811475cca76, '', 0, '?'),
(0xdecc5d77d0d77374737f7c36eace07ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4_no_content.php', 0, 0x52bb83cb7e34aeb3489951cdd7b1bdc7, 0x52bb83cb7e34aeb3489951cdd7b1bdc7, 0x33a42d64a48b8d46924f7769f20de9a36d94016e39ee31166add65714554e139, '', 0, '?'),
(0xdecf4769588bf495a364c84280efa1a5, 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin.php', 1, 0x00000000000000000000000000000000, 0x372e3a124921e8571c301aa63a771a65, 0x31e849801a1c23ca32dd21ac23216887a7d37bbd698124fab6fe2ec9478cd868, '', 0, '?'),
(0xded3a84f9c7d13f96d31c65c68e4e694, 'wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x4b230dc9116cb350d5460ccc9d25b187, 0x5a022118399c86b5633ab1b424b57bf5ee8c3b0abe46d5829374285ad1672767, '', 0, '?'),
(0xded3f24311e6899131cecae7ccb74ea8, 'wp-content/plugins/elementor/assets/js/app-packages.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-packages.js', 1, 0x00000000000000000000000000000000, 0x12c2c1a990f61eb1d0e35a03a8c038f3, 0xc65c9644143e9678b542c46ec656dcbe1dd77fea94a5d3d870359f9feefe2cb9, '', 0, '?'),
(0xded507d4449d991acf451ee66c0cf0c7, 'wp-content/plugins/amp/includes/embeds/class-amp-meetup-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-meetup-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x76fe26cc26a29239fab022dd0cc37d3c, 0x0cfc5db820e88bebd21179c187598e67ffabcc3f7de47387c1504c667e26930b, '', 0, '?'),
(0xded8fa49377fff78ca69968f811571bb, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/existing-backups-table.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/existing-backups-table.php', 0, 0x6a5a2933f488ab4e9f074ebcd716b6a1, 0x6a5a2933f488ab4e9f074ebcd716b6a1, 0xf1d988b1491adb51da58d93dde1e624cc7adb293d9fbc5c939cc61a1f0485fc8, '', 0, '?'),
(0xdedc2bfcce478124aef2ac38f6a8a434, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_8.php', 0, 0x069bb5d4287b98a6e62f1ce5738a7fe8, 0x069bb5d4287b98a6e62f1ce5738a7fe8, 0xa1c3e05a7ffc6588d6d5f6616f8e74d968f3a751cb016261cc34af247fa8a691, '', 0, '?'),
(0xdede7af47b505c25fd6591dcaee1220c, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php', 1, 0x00000000000000000000000000000000, 0x1f8b645c17bf40e49c64796f4cf17121, 0xf941046edeff1fad870e965069f8371e472b614d1fa49deecd5e242495a53a6f, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0x98a7c2729a7a54aa4789eb7e534aad44, 0x38736ea262b941deba11a0d92ebc9bce72ec307aa98421f1f7e04e3c80737f41, '', 0, '?'),
(0xdee82adf960e99aa032f3283417b7781, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import_no_content.php', 0, 0x40ab22f77f2b951bb33ccd584c0650a7, 0x40ab22f77f2b951bb33ccd584c0650a7, 0x970e3e38ad249d3ee3f789abd7412697da5db8c7f48f9ae77ba83a114d9cde9a, '', 0, '?'),
(0xdee863256cdea13906689e5d02396c79, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_6.php', 0, 0x765e5e29ef11c80377d0fc9b87b49324, 0x765e5e29ef11c80377d0fc9b87b49324, 0x34c31ebbac1f7957f2dc52befc272645a8770159d5824062e204b894854d3c2e, '', 0, '?'),
(0xdeecf69fd47ba487b4d1c9670a3f418c, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php', 0, 0xe8f67519dd07dbcc3d9ce75e0453e620, 0xe8f67519dd07dbcc3d9ce75e0453e620, 0xf3c03b847a231d1b4513332dcc1c79159f9c43d67f730f56c1eebdac2733e344, '', 0, '?'),
(0xdeef0885468e655a78faf2f7132d12f6, 'wp-content/updraft/log.7c6f53ecdbd8.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.7c6f53ecdbd8.txt', 0, 0x0d3e63376ca03ec9c0014b8517e468f2, 0x0d3e63376ca03ec9c0014b8517e468f2, 0x19413787ed6a6ea6aac5421e8039dc5c7549510be855c4d4efb897aaa18af60d, '', 0, '?'),
(0xdef2c3fd3a8b431de9ffcbc50281df0e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', 1, 0x00000000000000000000000000000000, 0x1974ae2ffb1f7f16d2432aa90c962984, 0x7b6813fce69b367e16f7d75f12aa88b8305e4ba62bbe9fee0eed1241237fd3d7, '', 0, '?'),
(0xdef46580ba127f986665483afb980585, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile', 0, 0x80e398f1c3adb70d2731859d860805f2, 0x80e398f1c3adb70d2731859d860805f2, 0x787a760cb45bc3032eab34fbae417f9ad99ea2bc329cb36820d731d27f3c8cfa, '', 0, '?'),
(0xdef49f889dfdaf2ff45b806dbcd5bca9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_8.php', 0, 0x672f432f25a88bafc8f297da948558d9, 0x672f432f25a88bafc8f297da948558d9, 0x32dd60d7329cf53991b591f24dde2f4e04c6f864f026147932adeb221c18e1bf, '', 0, '?'),
(0xdef7dc969fc6ada172672d8f9a34fa5e, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', 1, 0x00000000000000000000000000000000, 0x50619d126f5a514fa1c632f1b7eebbbb, 0x7a37fc9c139c8129df11db23830893c3cfa676e1df452d938fde31fe17b76756, '', 0, '?'),
(0xdef8d9c7360e8577d5efffcfa5d1abde, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php', 0, 0x1b22d85633584661998783cc24041e2a, 0x1b22d85633584661998783cc24041e2a, 0x59539adf55ac15861d2be870c077cba8a1b7717de6a8bc3f32c4321f0ef6c3d8, '', 0, '?'),
(0xdefa19d5805677237f3b1e0bd397ffdc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', 1, 0x00000000000000000000000000000000, 0x29a0b9b81b2b7277f9a5b2350f1aa4dd, 0x4f5c4654a82954f2cac400f06878838da94f3f10e8ea5a393cd1014a51b8345b, '', 0, '?'),
(0xdefb798be049f6836ac34077567486ec, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Is.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Is.php', 0, 0xb6a680742fdfafac933172d79974fdda, 0xb6a680742fdfafac933172d79974fdda, 0x5b7effe982f560092f21f86f486d6de0479bd0453274ab9a66608f15ef74a9eb, '', 0, '?'),
(0xdefca64b8da292d84881161ef9995448, 'wp-content/updraft/plugins-old/updraftplus/images/notices/spring.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/spring.png', 0, 0x2f1ea22317ed5a0378468784655e04db, 0x2f1ea22317ed5a0378468784655e04db, 0xf168fe1d253fb8acb20f8fb664aaee64c93b22f65ebbbdf43590b9810ee903a3, '', 0, '?'),
(0xdf00f623123d4d2ee9cb442a07070630, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', 0, 0x831be8c79cb27dc2aaee893f284c6e8e, 0x831be8c79cb27dc2aaee893f284c6e8e, 0x929f3b585978541f79975471e65e17a2421eb15b1330823f7f93fb20112fc98e, '', 0, '?'),
(0xdf03435a5b7d18cb220ded6afa0834d4, 'wp-includes/js/dist/vendor/regenerator-runtime.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 1, 0x00000000000000000000000000000000, 0x82dd22dd24b97d268edd536601f878f9, 0xc3e9be910e76c834868e584b47bde93a2a0fa1398e5a202f77170d18cb2489e2, '', 0, '?'),
(0xdf08e4f263c50dc2cc783f94ed793c15, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1_no_content.php', 0, 0x5421a72cc1046a817b87995c5ae5ed7d, 0x5421a72cc1046a817b87995c5ae5ed7d, 0x769918ae32d098c0f7b0a4708d43f1125fe66c359dc94a5882f5823a5f860572, '', 0, '?'),
(0xdf0a6b9559e111bf85c6756c8ba5dfdf, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 1, 0x00000000000000000000000000000000, 0x8523aa20b0599e6cf58e091b5a31a196, 0x04e50ba923f66b2fcbcab0d76177cae103452a3b76abcaf50fdfec5b23f3129f, '', 0, '?'),
(0xdf0af1e26b7d8b0db2f42781468fd4aa, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js', 1, 0x00000000000000000000000000000000, 0xef17c8ffc514d7418b4bec001b8473fb, 0x8d8e79f8c607d2a0c5f855550e40f96dc70fc2dcffc620dc7220849235031272, '', 0, '?'),
(0xdf0e75b992a54a95b017eb8e2c4671e1, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 1, 0x00000000000000000000000000000000, 0x7badb1002cb5e627fbbdaa6755c689d5, 0x54744af8ea3504693e0c78aa75fce18f48fe06e6667bfa7ccc1d6b470bf5b158, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0xe7cdc6c14ad76a34c0b62382f9f9ffee, 0x6a750751d6d88c4bdf7054255cd1992844317efef62ad015979ebd61bc090fe0, '', 0, '?'),
(0xdf118747b353babecbf5c80a86784b1b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', 0, 0xdb827468a630191b4815abe414cc747b, 0xdb827468a630191b4815abe414cc747b, 0xa69083ee2f7347783827beaa8e319f198a2a588a17e9c48304e13a5c6715d361, '', 0, '?'),
(0xdf13e0d15bb2613b2eaa40b1b08caa43, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json', 1, 0x00000000000000000000000000000000, 0xff38f2a03ca68691c4634b1b6fa55bfd, 0x602972a05693546ce7813084048c55253928d2fdbd8512aaa17904e1d57bc53c, '', 0, '?'),
(0xdf18638959fbbe7d01155ed0510b15b2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xdeb5b445da23a91427ef9d66d69d4c71, 0x7ac0135ba98b98e34fecf47f01cc292d27b97c0bc41cf254b620776c3cba88e2, '', 0, '?'),
(0xdf22c976edc3ecf7e52c6359d239d906, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1_no_content.php', 0, 0xfde45a020834c952b9c8a23783785cc4, 0xfde45a020834c952b9c8a23783785cc4, 0xb5c599f316d6905855d8c008c7ba9e77c0082b8a23a2183de239871f912b9f3d, '', 0, '?'),
(0xdf23cd7b8f40e498cadf9150fb3279c2, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_video.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_video.php', 0, 0xcd114529e29676c4fd25bcb6cd8b8bc3, 0xcd114529e29676c4fd25bcb6cd8b8bc3, 0xbb0e2d963b1630eac4c785257cf4f7f6cfb3ac65c8a9897094efbd95840a761d, '', 0, '?'),
(0xdf26f3d6fc6e372cb4487b4741ba32f7, 'wp-includes/sodium_compat/src/Core/AES/Expanded.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/Expanded.php', 1, 0x00000000000000000000000000000000, 0xf7c917049826a14557ebf7067847363f, 0x8312ab0316ed75e5810bf68804978c6901dd7e48a2011f384d995135f8573614, '', 0, '?'),
(0xdf2a187a49f13e35e9d6003448d3a99f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 0, 0x166072e16edb8e58ea4313afde09c154, 0x166072e16edb8e58ea4313afde09c154, 0x980438be0bfb4beb3f117891f66ebce0b598fa9e03be5d071a35c3b2a3ef1137, '', 0, '?'),
(0xdf2f4037e348e38d2a8c642372d91e3e, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_translate.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_translate.php', 0, 0x7453b92e751320d35151aa386c3dde06, 0x7453b92e751320d35151aa386c3dde06, 0xf5f110d1212c7db07b7c2568465f4c05ebdb20b8880c0459cf1acd3a5b784c3a, '', 0, '?'),
(0xdf363c6310ebd20cf229ae10f92163ae, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css', 1, 0x00000000000000000000000000000000, 0x37cf62829704c84b2de49fdf55761c6b, 0xc149edc3665788f7a2e3a8c4f0561194a79994a7f74241ca0900e07a5a3ac14b, '', 0, '?'),
(0xdf38f1cd2a4e7daa2a33711f1a0292e8, 'wp-content/plugins/kk-star-ratings/freemius/languages/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xdf3958be4e93adad49fc9882172ff646, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_panel_settings.txt', 0, 0x64872618a945977afc17d854d5884d11, 0x64872618a945977afc17d854d5884d11, 0xc7611ccb09ad9f133cb228670dfcb25af8619c88e832b6d0791f33cb74b6b8dc, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xac942e512bf30fee3ec23b195fe93471, 0x460d4526cb1878f5286bbe260bcd95b06dd86b10d26978d1117b262ec09c713c, '', 0, '?'),
(0xdf3f80d93a2123472ea6e922dcffb19c, 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370.css', 1, 0x00000000000000000000000000000000, 0x5f961592b0bad9f3e6df3e652bd5217e, 0x1e1a8fc77af2b75b7abf2d49407fdbca116c707eabcbe3d50f54d0673cab5753, '', 0, '?'),
(0xdf45e0afeca561874e4344c3cfbae5c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', 1, 0x00000000000000000000000000000000, 0x29ee3d2dd2f400c7259b5a81e9d65d41, 0xff3fc7159d0f913ab475b6b02e87e74c0592ea9380727d5fc4b115e1c71e5af6, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x763ebe1b14620bf57699a075136db83e, 0x1b88d11a0a48ddaf130ea9db04a50d9ba81233c41d7f401fc8379baeea80bf9c, '', 0, '?'),
(0xdf54c558aad3568186b55e83f0705c38, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.mo', 0, 0x734a508c155e4f12044e27d5a508fe2e, 0x734a508c155e4f12044e27d5a508fe2e, 0x93306ef8bd726de48365822dfb2c0ed5e3a242d2b74ab51b77252a073cb85d4f, '', 0, '?'),
(0xdf564d1aaa282b39908b58cf3d778122, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_buffer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_buffer.php', 0, 0x3a1e3eb642592a3954c4ca8bc22d949c, 0x3a1e3eb642592a3954c4ca8bc22d949c, 0xf5dae4354524dcccde189b536c0f80765782992c7ca2797828c96fd32d63f2ae, '', 0, '?'),
(0xdf57416b8d97892afce71c594eab865f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2_no_content.php', 0, 0x2bbb8bf31e2bff9bfab4840cca8144c5, 0x2bbb8bf31e2bff9bfab4840cca8144c5, 0x1e50bbbd709fb24860c0937c390243cba655bff01b94498b757ce78484f00f8b, '', 0, '?'),
(0xdf5992d13f85180e9d296680c305f60e, 'wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php', 0, 0xe464e0eff12c57d11fec343f976d025c, 0xe464e0eff12c57d11fec343f976d025c, 0x5eef98e51e4391ff9b2b821a8b0280a9bbb8235b1ff58bdfecfbd42873bb66fa, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xdf62941b4eb23cdddb22a66211b4167c, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php', 0, 0x19ff4a12e53e6dcd34173add920bfd29, 0x19ff4a12e53e6dcd34173add920bfd29, 0x2b4fca0e1c22a1a677739860de119eae1258a2c3ad13a4d4ba81c777c33854e9, '', 0, '?'),
(0xdf652e9a73b4b87f81b7ef1a7df7aa47, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/photo.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/photo.jpg', 0, 0xf3493191a8ba9c4217546d3cf9b80b30, 0xf3493191a8ba9c4217546d3cf9b80b30, 0x3c502ae0e6c0ea59433809bc8fe2269fbf808345de13c7a7850322a3beaa5ec8, '', 0, '?'),
(0xdf6c0c5076667fb7c080b14ea5f6c1ff, 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php', 0, 0x343430ca8ae764b3106772dde8f18465, 0x343430ca8ae764b3106772dde8f18465, 0x3763c6968cef274729017eb1046447957d216632616aa69d84c715fc5822835a, '', 0, '?'),
(0xdf6c3e328127c19b9faeffc190dca992, 'wp-content/updraft/log.a6f61d98587e.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.a6f61d98587e.txt', 0, 0xa79c4cafca42489dce4cff382d2b37f5, 0xa79c4cafca42489dce4cff382d2b37f5, 0x945579128b61cbbb6f2b8994fddbf7c6a1827ba8f95db922a6ce899a3641a69c, '', 0, '?'),
(0xdf704df24000186823d320282aed3ead, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php', 0, 0xc6bb8297736bf7d33b388f947ae65539, 0xc6bb8297736bf7d33b388f947ae65539, 0x56e6da98a2794c22f3a72f72109c25d719b414227d29aec460bafe8bf1c2e19e, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x500ae28d597e89d5509f9bda73f0099d, 0x1d3855d8515cb6f18a659679c2965f9d2874b44561ec89b48296fea076c3077b, '', 0, '?'),
(0xdf73299e4f24d97325c790103ce4c78a, 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.js', 0, 0xea8a5cdef165ac51ff147a7e46c3c1a3, 0xea8a5cdef165ac51ff147a7e46c3c1a3, 0x0a370d95899b20b504c020959e96f1f602c4ba1d2705f66335692b838eb848f6, '', 0, '?'),
(0xdf7a239b3edb6ce4b1f152d3e5109466, 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 1, 0x00000000000000000000000000000000, 0x22fa109a4ac9898cf1ce055f30af3298, 0x6b9daf31f8cfc3dcfb5f56b6e62cef1740e0ad927b60cdf25aa7c73ee824c52e, '', 0, '?'),
(0xdf7ac34e0c69ee6fab72da0e23df2894, 'wp-content/plugins/elementor/core/settings/editor-preferences/model.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 1, 0x00000000000000000000000000000000, 0x603baadb2ff8ea3a0f722520ed5d5e74, 0xcb38294f5a2fcc9d3b0e798c5f511dba2aa52184787f66b24f2b63385c33d77b, '', 0, '?'),
(0xdf7b8f6dfafd27458915126996948f7d, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/affiliation.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/affiliation.php', 1, 0x00000000000000000000000000000000, 0xbf8d53a4bf303417dbbfcce5a5521623, 0x652316a4f275ef5f6b73682d69f4953dd2f8f807e59a501f8b7c72fc7ab869f4, '', 0, '?'),
(0xdf7e3e678706f53e6a5e302561ae7367, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', 1, 0x00000000000000000000000000000000, 0xde98a3be9cb0d1512109a540535d866b, 0xb933e999d871414883d29665ae4a08f0b5f24ea81e201f7fc4ec65723031dbdf, '', 0, '?'),
(0xdf87a23e52e889cd0519f26f9ac5817e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php', 1, 0x00000000000000000000000000000000, 0x1c712da57f154a0f615caab108757157, 0x3c9bee85f2fd9dcaf7b778e8678148f710f70c3a801546eb1b6b6926fa6f570e, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', '/home/abt90iranbet/public_html/wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0xc997e04c4b2ff8b71899819957c1e6d4, 0x41e3c156c93110cabecb460bfca46534a28e2cbd9dc5b335d2f09cd6e1651a07, '', 0, '?'),
(0xdf8ffef881ea41b1d0bfb3f4483a3e79, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', 1, 0x00000000000000000000000000000000, 0x445ada80eb13dcb134423469d2034992, 0x913064cb174eebbeb4d417198b11c16b6cb29f7390e2cfba686b307af686c5d1, '', 0, '?'),
(0xdf906fdd6fbc1ae79f68250964853c46, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/LICENSE', 0, 0x5c1048c9d62123819aa63e62e1578be6, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0x25981589834557f0f9401f890e88a299, 0xa326a343fae3b301c4ee9325d6f228421a8b74a5bff75da368d3c7cbbe1033c5, '', 0, '?'),
(0xdf989ca247c8db01b91f30b560c23e3c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', 1, 0x00000000000000000000000000000000, 0xa7c1946f27fe8bf4b8d41391fc3c73de, 0x48a02203fc552bede397fbd1d6b6b0c6603e794d58a2e531fc318ef30f260c99, '', 0, '?'),
(0xdf9d0b11eb5b30d67a8f2584b06843a0, 'wp-content/plugins/td-cloud-library/assets/js/tdbTOC.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbTOC.js', 0, 0xcf7784badfa141fb7225fa0f3bf16931, 0xcf7784badfa141fb7225fa0f3bf16931, 0xbc7d8949c5f435636716db43c90abe434c5d1b6e1b7d47d08cd94a7cf5db3be2, '', 0, '?'),
(0xdfa5cb5df25c3b4c6392391b8ded521a, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php', 1, 0x00000000000000000000000000000000, 0x86c78992eab597823e83e08204f925c7, 0x179d23cbdd8c8bec1010faa62ce7ad6c2784dcce335f59899ab28ab8bccb3c6f, '', 0, '?'),
(0xdfa94017a8e4143f9c230365e9fd28ab, 'wp-content/plugins/updraftplus/includes/checkout-embed/products.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/products.json', 1, 0x00000000000000000000000000000000, 0x94ce8f138ca1f2bb317ef6dbba9230c3, 0x44c761e177322a9948ed0e903602ce1058963b2dcb90a268f9425b894d81f503, '', 0, '?'),
(0xdfad08fe6e8bf877f8e36eaf2bfd1983, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-hu_HU.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0x209b3a85dc5c475f22ea0b792c9eb2da, 0x1e347dbb8434d6b8efcba44d061bf5edb03f99f558a1dd2f75124958a0c83abc, '', 0, '?'),
(0xdfaff5be287544bd65724849a1fe5059, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', 1, 0x00000000000000000000000000000000, 0x3638648456576e3a4f2131ae748a9328, 0xc1bd7418e7e3dd302ffd8e5b9371933aa641ada8b3e2bfd09b8b504a983132d5, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0xa2af3e2c511b821731a80128fac45e3d, 0xb5dbc1dfdbc2a15cc38dbd9e1ad8d3efa889fa48cc1a6fcda6464eb38cb5c8a1, '', 0, '?'),
(0xdfb0b5dd5d2f673da710f7ea633e5cb1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_1.php', 0, 0xa021a86fdeccc644db04588f37f7a600, 0xa021a86fdeccc644db04588f37f7a600, 0xcb85420eda2eae72b066e66173c5ed60fba8a33cc28676649f14071c6f7288e0, '', 0, '?'),
(0xdfb226168875f0e529bd9b0d38fd8a5a, 'wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php', 1, 0x00000000000000000000000000000000, 0x103d0d59718f13c03784e30514ebbe13, 0x842abb00e8f2636553a053863d0b7601a0832b76e10f883329ce35007df23a26, '', 0, '?'),
(0xdfb33fab3200a976aad7a3463223641d, 'wp-content/plugins/kk-star-ratings/src/functions/migrations.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/migrations.php', 1, 0x00000000000000000000000000000000, 0x7390f77a48e699c29e231f073946094e, 0x506aab47fb9b38822ff5916cca8605a787d45b8c25307d7f38ef4445d60ba4ac, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdfb411e2f91f025338d6d1130841d0a2, 'wp-includes/js/jquery/ui/autocomplete.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/autocomplete.js', 1, 0x00000000000000000000000000000000, 0x6d216cd3ef8e3621232a37ca98ad1602, 0x9a3ae246c60c0e4ff3d9b548ce995b47acf2c4c96b56fedcabf67c7137a2f823, '', 0, '?'),
(0xdfb53d7a59fb7b6d66231483fccb17d4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', 1, 0x00000000000000000000000000000000, 0xd46ff54e067939aab1e466ef40fe25b0, 0x1bc813dbc086e441c4d75ebe56c9c57e88a8344e41abcdd5e10922ce7d1592dc, '', 0, '?'),
(0xdfb6724ad49671edb764cc4f57c81625, 'wp-content/languages/fa_IR-e2e4c4b80f3adf2c70b431bfdb1b4872.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-e2e4c4b80f3adf2c70b431bfdb1b4872.json', 0, 0x15be3149bae57839dd62ac37ae976bdf, 0x15be3149bae57839dd62ac37ae976bdf, 0xd4b78efe795d95e2cc259566658641450ff176437eca6024603ee56d29f21cd3, '', 0, '?'),
(0xdfb6f4ab3db627db821563f767bf106e, 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', 1, 0x00000000000000000000000000000000, 0x08bd478556e3019d686de258999e092a, 0x32de8bf30249995b0161f1058e823fcf051a858961421c822b4909e396efcf0b, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0x05065fe02d8554b30500ca32b24c2dd5, 0xa2c8b4bef7a3e067921241e35dd37a2ddba303b202f0a2fbfce1b7b811075bcf, '', 0, '?'),
(0xdfbaecb68a667dc581d5ddfaf6d76ce7, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-4.png', 0, 0xadf5df9f25be972a3c64dcdf6f81e59d, 0xadf5df9f25be972a3c64dcdf6f81e59d, 0x5169c24a5f92d3a8626941958054ee8affe2d00e36c2da53e22a3753eb21e49b, '', 0, '?'),
(0xdfbfe6fa25ad810b7d652ce3ff7f71f1, 'wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy-rtl.css', 1, 0x00000000000000000000000000000000, 0xc5f150e73bea94695ec56b3d98ae94f2, 0x46477212484d75369eb9ff7a35e095df4c3f261400a7d023a824d6bf5a22e746, '', 0, '?'),
(0xdfc066ab79a1dab879ea59a86ec443f7, 'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', 1, 0x00000000000000000000000000000000, 0x3522061c7512d07178f5e7fc6d34a4e5, 0x065ba4f0903b221e8812f91621a6640c60036d67ac8f138230f5f1ebfe7fc487, '', 0, '?'),
(0xdfc3c3f8e10e14a37790881f5f585105, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x220.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x220.png', 0, 0x7a0ba7bc91e228a52551882757666148, 0x7a0ba7bc91e228a52551882757666148, 0x6e6f4e727c53ebfb0e142653cdedec6ec84af30881a1c19a0fea48b379cbf108, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xdfc4fc15d5ae564048272c253c92d653, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0xd9ba592df3dca391944997b3e7367286, 0x929ac8e6804680b00393663612adda4135b676bd39893f0480a2180a02fd95a2, '', 0, '?'),
(0xdfca21886943bf493959491cdab1f9c0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', 1, 0x00000000000000000000000000000000, 0xa831692963059506277309b6207fafbc, 0x2a87e762fb03b43fda4c6d0cb2ba625dd6a825bc0033a49fbe2252a49954d7e4, '', 0, '?'),
(0xdfcb585f83e2d055935b2bd50d98949b, 'wp-content/updraft/themes-old/twentytwentytwo/templates/page.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/page.html', 0, 0x69ae5d3661d8b02b65f3fe0eaaec1eb8, 0x69ae5d3661d8b02b65f3fe0eaaec1eb8, 0x276674e01e0e67e08e78d53949a5b138266c3c095000af27b90d51ce6828c033, '', 0, '?'),
(0xdfccc7e88321c3d7f84149f650345a83, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-flexible-content.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-flexible-content.php', 0, 0x4515b241d76a96ae8212870a16c57f50, 0x4515b241d76a96ae8212870a16c57f50, 0x81448cccebb1eb9740d6b518b62a2468341577c432b03bcf0d96058ab2de8021, '', 0, '?'),
(0xdfd18be7c18ff7197a3405ec20095546, 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 1, 0x00000000000000000000000000000000, 0x0367ebe1f1e7223dab6d9a09e0e4491d, 0x0c8c1c5b84095e0d4b73e41f9d49a3f9540317adce2f93f57e9197cd3a1489ca, '', 0, '?'),
(0xdfd4597618947acfd6972a9639e3ef61, 'wp-includes/js/jquery/ui/tooltip.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tooltip.js', 1, 0x00000000000000000000000000000000, 0x8bc25dcd1f2311d131442ed27b1cb3ea, 0x96367690563eb5bbe76fe208033ebd2c6b3be0290c85b472e834d2086597aee4, '', 0, '?'),
(0xdfda65ff0f83db100a122af5dedc76b2, 'wp-includes/blocks/comments/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe130fe30d4b3e1975043c8868c457b3f, 0x798f8f4658f46da15f79a729f8bb2f3c26c463617287145521b00d47ad99770a, '', 0, '?'),
(0xdfe55dd73fc074d32860198fd1383556, 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 1, 0x00000000000000000000000000000000, 0xc19c267cf25af802926a8d58e3b20fa3, 0xe7474ed6a85ad64bff2b12ff3177691fac5477a5291e49fdbdd6c267c4326e2f, '', 0, '?'),
(0xdfe5cd620e74972bf9a8160cb9c787ac, 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.js', 0, 0x9a809c5c2654858fbe1b2b1edbff4be6, 0x9a809c5c2654858fbe1b2b1edbff4be6, 0x6aafe05c3318f812a719d1334955e2f3debe38f88365500a4a2d6a27085d6c76, '', 0, '?'),
(0xdfe656e5eefcf0d2c21714345cfd886f, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php', 0, 0x2e6e0eeaf32d4122861ad343ad871fe5, 0x2e6e0eeaf32d4122861ad343ad871fe5, 0x937ecce171cab57b23ec70096fb9f08c39066c65b2c3cd694593450332f67015, '', 0, '?'),
(0xdfe6a786081d048b91653941736c7030, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php', 0, 0x4f04fd104c057f8218e213449d2141ca, 0x4f04fd104c057f8218e213449d2141ca, 0x0a1a8ea0919de1e391a5fb490e6612f9997c4da11ae07b62f113ae772e752969, '', 0, '?'),
(0xdfeb28fb46b016fd33ddb90e53998827, 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_team_member.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_team_member.php', 0, 0xccb0eb4bb6e0d59c0ca25441bcd185f0, 0xccb0eb4bb6e0d59c0ca25441bcd185f0, 0x8e5ec5f6bcbcb3000ec0088c19cf01f886d4bb9595acf8613d91e03087d0e1c5, '', 0, '?'),
(0xdfec2da0a6148fd271ba6e46dde6e226, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_4.php', 0, 0x418652b3a3756698b1460503aa88eab6, 0x418652b3a3756698b1460503aa88eab6, 0x074ef67282b531bd07f1280f2b9f6e5b5ef147219bc5750fcdd3c58144474b92, '', 0, '?'),
(0xdfec4e562d9b028e595a401e11ab4456, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php', 0, 0x6dbc62396b1912777ac7fee16c2b3a72, 0x6dbc62396b1912777ac7fee16c2b3a72, 0xf71fbab76e82cf7ddc66de92ad5897d239cd7c5fe7631181fcbde8a7828d3b0c, '', 0, '?'),
(0xdfec8d0b4715731c21436f55893b1d98, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php', 0, 0x0039d40ba4fc52e6143bb657fec1a1b0, 0x0039d40ba4fc52e6143bb657fec1a1b0, 0xc6d78ac53076ca1fe9256fbdc3936d7679a6ba46aeab5ffe13876303d3acc841, '', 0, '?'),
(0xdfee2dd3101577c1983d8b98e49aef53, 'wp-includes/css/dist/edit-widgets/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x1dd3c1257c01f65847795e89dfee083a, 0xdf8b6fefd6c2dcdcd74f1ecb5f92098df562468d2cd8a694218329b7d3aea1d9, '', 0, '?'),
(0xdfee2e336f2d5b9898b8369dbbc352f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_5.php', 0, 0xd554a313cab7721fe84f34127a1228fe, 0xd554a313cab7721fe84f34127a1228fe, 0x2d02d54f8f3a2717291569b9f55e0be8f530dea8fcfbde2355fc9a8e7d15f447, '', 0, '?'),
(0xdff02befb26d6b239e2e6640abd6d708, 'wp-includes/blocks/query-total.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query-total.php', 1, 0x00000000000000000000000000000000, 0x2e6a338fca288b972181e65c8a84c767, 0x89df12fa2304c6da649458dfff71b3105c990d906c6d7b14420700dfd046a7c6, '', 0, '?'),
(0xdff14a764f42e5e920ac520eee693cc5, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', 1, 0x00000000000000000000000000000000, 0x19072506e6ea3edf971748295282014d, 0x7fa1d6225ff4bd034e80f9ad7390abc99066201bb14e3f52958a48807f6edbd8, '', 0, '?'),
(0xdff7f55155232a73c80af4aa391b3d82, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', 1, 0x00000000000000000000000000000000, 0x2614a9d5156179f7e305f4b9c97ed106, 0xb02260177ed1e564ae0fdf366990ef3e1e8faff779bd9336946e42f516d3c14b, '', 0, '?'),
(0xdffb2c6d26464f4b5890080e74ef6876, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', 0, 0x1ad7614afe9379bc94f8e1ff8d4e5f85, 0x1ad7614afe9379bc94f8e1ff8d4e5f85, 0x2a9dec81aeba0d3c5acec582ee890be7f342f808b9f21302a3ee9583b1b0775e, '', 0, '?'),
(0xdffb6cfd9286185eb10e6c8553e6d07b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/related-links-block.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/related-links-block.php', 0, 0xa1ce185c5e0346e6fd4e672cbd8e3487, 0xa1ce185c5e0346e6fd4e672cbd8e3487, 0xd8a251667d4661782732068a05801664271601ceebbf635b30e1b1cfe8904d5e, '', 0, '?'),
(0xe0043af791e5e9ba8348ed79c2e2e193, 'wp-includes/js/dist/vendor/wp-polyfill-inert.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.js', 1, 0x00000000000000000000000000000000, 0x6c1e0bd9a00435d9d032cb2aca9e90bd, 0x730d187f087575270618131d8a8be16d9a90461ba4965e3c787000282eb1716f, '', 0, '?'),
(0xe0073382c0cb4037edbe149a334b1b64, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', 1, 0x00000000000000000000000000000000, 0x2934608bd3f93f9a9ac9f98052829906, 0x829926aca20c4f615ca0e1723a03c43b6f9398db9490d4e0d63ab4f3eb01b0d1, '', 0, '?'),
(0xe00956bc8571259ebce3fd9a6c231cb3, 'wp-content/plugins/updraftplus/includes/jstree/jstree.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.min.js', 1, 0x00000000000000000000000000000000, 0x53604ac82df303661bcea276732d917d, 0x5bab8079f8fc4592f5af530707a607c07d2a384e0c0f0219eee84879e2c3e20e, '', 0, '?'),
(0xe009908657d25d1fe61baa869f248893, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4_no_content.php', 0, 0xa5a703eaee25ff4d88468870edc7c1a5, 0xa5a703eaee25ff4d88468870edc7c1a5, 0xde24c7a556d31711ce7e52806ead7e143a5b88fb02de18bdf86e1e319bc3a847, '', 0, '?'),
(0xe00b3dce4fed07b3adc44dfa579beb55, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_overlay.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_overlay.png', 1, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750, 0x2ae1ce1469cdbe498d251ac60f681889f26553b498d28f7869e22f79a61a2a8a, '', 0, '?'),
(0xe00e7e23abe915fb5c000e79bafd17a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_7.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe00fb2d1ad66cfe275049ff37e9bc994, 'wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php', 0, 0xd99f4161a6c7fc4ca8e60c9ac07d243a, 0xd99f4161a6c7fc4ca8e60c9ac07d243a, 0x749d029a872d10e57ec5f9b4bc87022589ba30f918e99a75123dec550d16484b, '', 0, '?'),
(0xe012354b30d6ef3bf179da883c569140, 'wp-content/plugins/kk-star-ratings/src/core/config.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/config.php', 1, 0x00000000000000000000000000000000, 0x7d2b3d735daf3b6eace7fa8785a22570, 0xb9e9a60ce096a27bc2945e4b7b4ee2fa637620666a749ec6eca7a355f0a21407, '', 0, '?'),
(0xe01596ced044e407f3b49d668924ea8c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_6.php', 0, 0x139fc2969745f1d69be7f459e2ce73aa, 0x139fc2969745f1d69be7f459e2ce73aa, 0xc74d302c32197ea9f866e77ae0524ee3555990e9e7950cc80201959c465d6b0e, '', 0, '?'),
(0xe0159f3c5325d39fd742ea717d0187d8, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php', 0, 0x92d852ddae92b1da39f45297fc188806, 0x92d852ddae92b1da39f45297fc188806, 0xd8f154d38793fa047eaba075c0eeb491f25f16abc3387baae3879023163d5319, '', 0, '?'),
(0xe0183a5b9fd2589c88ec10891a89599e, 'wp-content/plugins/wp-rocket/languages/rocket-ms.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ms.mo', 0, 0x901ad63afc380d5420dae358d81fe73c, 0x901ad63afc380d5420dae358d81fe73c, 0x5e08bfa38449c4cd0f86be97ab3d9e6464ae889943570c55e47b9471c1176652, '', 0, '?'),
(0xe01a12b31f7455a8520d221c43a9e7cc, 'wp-includes/blocks/avatar/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/block.json', 1, 0x00000000000000000000000000000000, 0x8d0c5fd0fd1cd9931542ec45e0bb2f41, 0x29df7132e895b7caf95e8b57e26bda4e8884b9d0cc0b69ffbce7ac418c303fac, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0xc958d0d26410687b9334ebab3b249750, 0xf94b28d55203f3eaf279d755a0f6c311c5c870166c7b82dd7b10b09f8541355a, '', 0, '?'),
(0xe02a0fa299b0b9274b6aa89bccb02163, 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x5021903747f1fafd9f15c78afa71602e, 0x2e92bc0a295b2edfe913010b63ac66a3910d119b0d46bae45a816bef039ca3b4, '', 0, '?'),
(0xe02ba9c646c2b6a8485423ff978c134f, 'wp-content/plugins/amp/assets/js/vendor/lodash.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0x513ded077a7c3e984c9e3b86321b2293, 0x29f5789201fb065a3ebc4e7df61985217e589b7c4d509fe836cd33406334be0d, '', 0, '?'),
(0xe0300416c5b66cafdc0b9d6257a9e256, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x966d3a85d6384a0218db28c2096806e8, 0x5bcc8e669ca807a2d00b13b3d59a406a0a0c478888b4089feb119484150ad20f, '', 0, '?'),
(0xe0315b8945b110c94f83dafb663145a2, 'wp-content/plugins/poka-review/public/js/poka-review-main.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/js/poka-review-main.js', 0, 0x14767228250c68f8918b8f79a32f28b5, 0x14767228250c68f8918b8f79a32f28b5, 0x820b80339fd592e48079dd70712cb3b2540ecdc9e13b73fe18f9600c84d75c44, '', 0, '?'),
(0xe032ec94e4d0202e5f00f28fb5657ea7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_6.php', 0, 0xb75030f1691af241a8de1fb9040d8e8b, 0xb75030f1691af241a8de1fb9040d8e8b, 0xca1d5b8de0a6f8afc9b62350d0ee316cd9325d8b2f389d734c9cb8fad1a288a2, '', 0, '?'),
(0xe03c01eca8f1baea5c6709bf9fea0646, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', 1, 0x00000000000000000000000000000000, 0xaa9c232cb29b5a8ddf45ab7f99ea861f, 0x038089c7cefc2ebf459998fadd7d6cc35fd877540ac9568ea59c3b8a09c4503b, '', 0, '?'),
(0xe0402f41e890dd2b3ced7e1f4735c935, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 0, 0xe86b42ed471ce9aec762773e21c42b0f, 0xe86b42ed471ce9aec762773e21c42b0f, 0x7f7a19207fe746df93f76fd5658a552618ebaa7577ea33e61af88e8474e26326, '', 0, '?'),
(0xe0443d78589036bd0bf1d8aaf687fbc6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 1, 0x00000000000000000000000000000000, 0x5b742edeb19bc6b3eb7590da7538ba7b, 0x726ff65fb7ff4677dbd4f51a2477a03f40715d5114628688d86608f132076fcc, '', 0, '?'),
(0xe0480fe4e98c8438d7f8fe66dc560e6e, 'wp-content/plugins/elementor/data/base/processor/after.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/processor/after.php', 1, 0x00000000000000000000000000000000, 0x0ae48e413cfc94fe51886306ba178d86, 0x758778b131e761bf5004ed13464f4947055db13570fe9e5ea1c7ea412754e2c6, '', 0, '?'),
(0xe0498ab62a19fc267fcc9d3ac1b2bf76, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-key-value-storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-key-value-storage.php', 1, 0x00000000000000000000000000000000, 0x4cc6b5354a58bb403ae471f66301b14d, 0xbdf4f4410e197c52ed9c4aee28b21bd146abdf0d517dccc52fa6e12a5580234d, '', 0, '?'),
(0xe04cb3723ee11963498a099514f0751f, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/payments.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/payments.php', 1, 0x00000000000000000000000000000000, 0x7e789cb2f1d6bcd45d6138f9f8aff95b, 0x49906ef3da6f70c4a73725558e692dacd5188c9b81a8e04f7bd82b83bce5d739, '', 0, '?'),
(0xe04edef6ee63d05f9d0bca58a1ada89c, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-notice-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-notice-manager.php', 1, 0x00000000000000000000000000000000, 0x1e437018305af8b3263fe703a5ea39cc, 0xde1f843ac64be56b348b3f76c1021493e50f275a1142870f13e37791a6284dff, '', 0, '?'),
(0xe04fb12a91d29ee1a0393bb2a1ad88e7, 'wp-includes/blocks/embed/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x41674c13e4de2f90d09e13b8f7ac670a, 0x16b6741ea29eb92360429c218e49f4e6ec7e7b915e84a421797cb56fe4c3a246, '', 0, '?'),
(0xe05144228c1fef30ed2c355494ae1555, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-text.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-text.php', 0, 0x598424dce78643f999f4a113a99c3906, 0x598424dce78643f999f4a113a99c3906, 0xd1c9209370cc18dde1a462fef60266da638d3e0e2ee5667c482cacfdc5734f00, '', 0, '?'),
(0xe052379f7ea21a7091ac108fc0466be4, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php', 0, 0x5c2b48e78c6d2af531e99639e3bd2015, 0x5c2b48e78c6d2af531e99639e3bd2015, 0xdc5cfbee7de10146d4265d1095898251eb5fc5d75d2ca3d0ddb04f195c189d58, '', 0, '?'),
(0xe057116aa5c9c72a9ca38b810bd9ae4e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_8.php', 0, 0x58d2dcaf20a9de79f327ec520593623d, 0x58d2dcaf20a9de79f327ec520593623d, 0x5c5a579b5d834dc030b477e4242cd854f0e2ceb642be97561c9d650d06eb2e42, '', 0, '?'),
(0xe0584c8874bf159ea3ce430c632daf97, 'wp-includes/blocks/query/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4ff5c92992fba21822ff1f97b2dd827c, 0xf17723d467b9f99658823531997a9b186f10f2d71a92dafa713f69fdcb129f6a, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xe05e3825fc282f0b8a0991960650b321, 'wp-content/plugins/wp-rocket/languages/rocket-fr_CA.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_CA.mo', 0, 0x36496ae4b3554f8eb80f2cdaf3c29003, 0x36496ae4b3554f8eb80f2cdaf3c29003, 0xb6abd9fa4c6efe47a80b196bd6d1eb3218e311a1d621910e19b02e0b6be7faa9, '', 0, '?'),
(0xe060693264762cd627ea7d45a818fb3b, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_7.php', 0, 0x8c3e54b7cdea53053292c6ba6d029913, 0x8c3e54b7cdea53053292c6ba6d029913, 0x99f51de8b2a813ae987d2015dbe7561c2737ff5837eafcdae2cfefd0ee3305cc, '', 0, '?'),
(0xe069a2fae8e7f1af43c9f0479ee565a0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_7.php', 0, 0xa5435e9e50861c706bee27e02b81c0be, 0xa5435e9e50861c706bee27e02b81c0be, 0xed1d82b7a6b3cde0988952a6e8138d66d8b970f181f35ace887bba4192f03f01, '', 0, '?'),
(0xe06a945e3322662398c224bc2984f1d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1_no_content.php', 0, 0x670a8aafb16d56c1491b341539ffe5c0, 0x670a8aafb16d56c1491b341539ffe5c0, 0x9379be1f405538f43f5a255d89a8b5527d05e27fa84535d14f26db9b051e982f, '', 0, '?'),
(0xe06b2f985a56625b6afd84644e4be202, 'wp-content/plugins/elementor/data/base/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/controller.php', 1, 0x00000000000000000000000000000000, 0x8a4a03ed1b682902a519a541a36e0e70, 0x70713f18b16634deb74d9bfc8a59891c606d4516792d43731b1040c3f83a57fc, '', 0, '?'),
(0xe06b3de6af84c24e503cfd039934e03d, 'wp-content/updraft/themes-old/twentytwentyfour/templates/single.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/single.html', 0, 0x6c2fbdef8388f78b4861d47fea4be01d, 0x6c2fbdef8388f78b4861d47fea4be01d, 0x4b8df2541e35d8a6abd6f287d789677ebe43a576ae5d896a03965bf7456fca60, '', 0, '?'),
(0xe07172d08ddf87901f1b45dfa043894a, 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 1, 0x00000000000000000000000000000000, 0xc744eb3057e2ac734961f50d79ab8b35, 0x1f5aff8a4d292975ec427ae56d9ca40119785e929a200e4ac4bf38d6a1721c93, '', 0, '?'),
(0xe07247d4e5dd49e65966297c87b85996, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header.php', 0, 0x2231bc5881b9e80fadd5419ce8f8007a, 0x2231bc5881b9e80fadd5419ce8f8007a, 0xc295387e392cdd63a18b7f40e2eb41a42e7b4a85be6e28478d9b89070c3fa013, '', 0, '?'),
(0xe0725fb4a6bac560a61df58f8db62893, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', 0, 0xe86e9b436981a153c29d8d3c1c3ad3b8, 0xe86e9b436981a153c29d8d3c1c3ad3b8, 0xbd0ddd398308011958e79085b5fe3e91f2d24321527888cc665c5b27ad4dc78c, '', 0, '?'),
(0xe073a97488d30e646b4d8877c0554f38, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 1, 0x00000000000000000000000000000000, 0x28ab009a500b560dcaaf6596c195fd61, 0x0a2d5762b7078967ebba94c57713a226b979380607f4f05fb7ba31fad090282f, '', 0, '?'),
(0xe074bf02f8e04c68f6038b4aae1981f6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1.php', 0, 0x5949f1767c6c1bf7e3a85f0d1bf8da3c, 0x5949f1767c6c1bf7e3a85f0d1bf8da3c, 0xbe11fe88e712e856937be0b86d82bd8bd5d35e72a1cc936e07c8a776f7667e82, '', 0, '?'),
(0xe0756b4a5d7bc256821807ac54d4a549, 'wp-content/plugins/updraftplus/methods/cloudfiles.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/cloudfiles.php', 1, 0x00000000000000000000000000000000, 0x6532745a31ae3202ffdb2ef9faa34059, 0xba7ce382ce0c71135181c86c1b6a60c6f0e2f96d4bfa4bde8dd4e0af44c1e792, '', 0, '?'),
(0xe076b835f112e5ba4e1eb5f10c96de5a, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php', 0, 0x5fe31e00a8c3d3679a4b327e26a9dc1b, 0x5fe31e00a8c3d3679a4b327e26a9dc1b, 0xc8e7731308e0340afccc4ae8de17699820a3a1d103aa1c2bfe61f84258c16080, '', 0, '?'),
(0xe0804a92e3ba6dd057b80e8038e04ec8, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE', 0, 0xd29a37db910e393b82884eaa27e0249b, 0xd29a37db910e393b82884eaa27e0249b, 0x4a144d080fdb8c5a20cc4e85470d91b544efd716bd2ff6b5aa82ee570d2e7874, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8af07b20685621bd74a82a84a28451d8, 0x19bdb24c1bd9dc42d8c7960712a833909088f5db5377807fa95e9f544126db08, '', 0, '?'),
(0xe0855598bff9bd083227bcd4e72d85a7, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0xe0889c0e4aa8fedb80a77740dceb961f, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9b13a01f55ef68362fff2ea10a1aca12.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9b13a01f55ef68362fff2ea10a1aca12.json', 0, 0x8ebe5eed8c7123eb8e097b1df1423375, 0x8ebe5eed8c7123eb8e097b1df1423375, 0xc8ed98da86598620fd7a7ca33081cc5f06e8d0bc861aa394efa508a48ed5837e, '', 0, '?'),
(0xe08d023ebe5d2a6104d5e098f552f3e3, 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 1, 0x00000000000000000000000000000000, 0x51cb5136ad491c7e7080603c8f9cfa64, 0xa2b36645dcf728bf6847aede3107d6cd0ee3a8c49e63e48906c279b98b7ce611, '', 0, '?'),
(0xe090a6123badb29bc73384ab5036a3e7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', 1, 0x00000000000000000000000000000000, 0x532ece6bda8322b3a088e7ed76450496, 0x233f28fe10482a2701010f613d236bda082288a776ee98b756ffb062bc952237, '', 0, '?'),
(0xe0914d578bf6b2dd29c2d05a9fa88bc5, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/logger.php', 1, 0x00000000000000000000000000000000, 0xcd9f0b12d29c47977df3c5b4856d87a4, 0xdadda3ec095def2fba052f9b0e0bcec41a8a5df4b836fd3ba07231a897f6913e, '', 0, '?'),
(0xe093952bfc5dc2c800aa7eb8cc0c01b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_3.php', 0, 0x98f8addae7fe64af0beff5275872c6fd, 0x98f8addae7fe64af0beff5275872c6fd, 0x522b8ba4276febf0fffaa6ad71b36517d1aad92ccb3398c790ac48a874a88ec5, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0x6552e8db72fa238855fffdbde78a8f12, 0xe8d01f9473c84718640491936ce349422d3f60377c72da52dedd33b58183ac56, '', 0, '?'),
(0xe0996510a95d48b98ab558b1f49a5d8c, 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css', 0, 0x1a31e0a1ab2e7090f39cfecd94f15af6, 0x1a31e0a1ab2e7090f39cfecd94f15af6, 0x085e0723e8ae050c39175398a4e7d398384db135a60ef56f7d90a728130c8cda, '', 0, '?'),
(0xe09c7406e1656caadf52b38bf2dcee37, 'wp-includes/class-wp-exception.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-exception.php', 1, 0x00000000000000000000000000000000, 0x6083a93c2df7650f67f8f06633219f83, 0x98eea0cd34bed4fcdff365dd198f566e6934aa2dd8a01586fb44cc7c51747d7a, '', 0, '?'),
(0xe0a10ba62afce28c250b988477ab37b7, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0xfb9a5326d138b6db48c059ce0896d3ef, 0xf937a29c74d819e5957fd53b0be0742d30c4c3c8e8e1b01fae7b25c2d3430f66, '', 0, '?'),
(0xe0a1aff4b32aaab0bff85e5a74513a23, 'wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php', 1, 0x00000000000000000000000000000000, 0xd7ca5e1597c4a99311ee87c86bb03e3d, 0xf77d7c4def2a27db7569d4fee597da9885b00c2f1809cfd5303b994deeaa5a3b, '', 0, '?'),
(0xe0a2df858b859d3a2cca3127ba1314d7, 'wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php', 1, 0x00000000000000000000000000000000, 0xc78063d203c5ba4a335753ea013a9d15, 0x027b3e14a10b789a8d67a34a28ad9282b1fcb5be6711e0cd08268367ce8da344, '', 0, '?'),
(0xe0aeec7f9dcd0ead9defdf7334c50d85, 'wp-content/plugins/td-composer/assets/images/sidebar/icon-success.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-success.png', 0, 0xd1a164e25a822e4ce67030a0ee763958, 0xd1a164e25a822e4ce67030a0ee763958, 0x4ff1eb309df03ba8ce76a7c4a638c29e8c5bc48bfe0f50c880fdc1a159f7fb44, '', 0, '?'),
(0xe0b33be18189192fb4bca50390157e4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_8.php', 0, 0x7efe58c8febfde138589440c776215a3, 0x7efe58c8febfde138589440c776215a3, 0xe76a8a353ec1d532fdfbda9db7fb51d5d4447d3b24f88b132c4e36b4ff7a8cc7, '', 0, '?'),
(0xe0b6947e9c3a4fb1e3c66b52ab7f2340, 'wp-content/updraft/themes-old/twentytwentyfour/templates/index.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/index.html', 0, 0xd3ad9e4ba5454762e416421aa99b0896, 0xd3ad9e4ba5454762e416421aa99b0896, 0xfeecdc74caaf4bbbe3509a71644cb2656d83d2c9c90e810766372606b6fc5260, '', 0, '?'),
(0xe0be8f00cdd864d3e8e90cdc7cb53f70, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-permission-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-permission-manager.php', 1, 0x00000000000000000000000000000000, 0xca04cfc08987579d3011c1c166f66b52, 0x6977ff23080dc4c0c1b179c80940d097b66caa4d1ec2ba7465fd3754388b76d7, '', 0, '?'),
(0xe0c0adb59bf967883cd266ce1fed3a47, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', 1, 0x00000000000000000000000000000000, 0x32191204a66839df4d6e56540d687363, 0x3f11f36dcca410462f59e91abd9c1adbdf5a3c806a9c4ceb931e27ff79ea0e92, '', 0, '?'),
(0xe0c89513f8191fab0bd0ba446a83ffdb, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0xb4d6b90f14c0441aac364e194978408e, 0x44b154e122f678b8251fb3428e189478c41a656f501bf5d59a470cdca55831d3, '', 0, '?'),
(0xe0c946b14e88770c408ba2e58a16e89f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4.php', 0, 0xb4b82cbeba81adc3ff8b6b5772441c63, 0xb4b82cbeba81adc3ff8b6b5772441c63, 0x3491b5fb39fb14e64402c25a9384150e7da4cce9cace1f9a8d57b4299d67636d, '', 0, '?'),
(0xe0cb7e5aa79e64e953330d52d97f038d, 'wp-content/plugins/updraftplus/central/modules/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/plugin.php', 1, 0x00000000000000000000000000000000, 0xa656133a3ec9cefea10689ac673b4e10, 0x2f53a90739b30cbbf7fe57d6194c2fee445b5cb60586c2c7f75bb37b37021659, '', 0, '?'),
(0xe0e0e8262512d24b7b807568cf431dc5, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_741x486.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_741x486.png', 0, 0x7544c43cca1a40c37a2fe8105e846ed0, 0x7544c43cca1a40c37a2fe8105e846ed0, 0x23cceb844cefb99b560ba073b4c7cf39ed330cc7dbdfa746d9502ef5b7eec87f, '', 0, '?'),
(0xe0eac2f4dc1fc4071815eb965dd1fb1d, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-3-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-3-col.php', 0, 0x534c4d9c2666ec9afb2b6dbb2703fdd1, 0x534c4d9c2666ec9afb2b6dbb2703fdd1, 0x709bec9a2a644c5fd4dac821b6122fd3a3f8850ff1028fd89fe0a3fda334b597, '', 0, '?'),
(0xe0ec7b3c017177b97e2e5d7d5f9ad2b2, 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xe0f06c41e48d4f6979e73fc6bfe7b80c, 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff', 0, 0xfee66e712a8a08eef5805a46892932ad, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xe0f259157035b5039f25a4c9c899a34b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_10.php', 0, 0xbf90926cdfa8f93d7d36352bd66f0ee9, 0xbf90926cdfa8f93d7d36352bd66f0ee9, 0x61547506050ab3b4a24b475a6be2a09be0530c6f3fde9256fafe2e8de936a150, '', 0, '?'),
(0xe0f7d45ef18178af2e779df36124e22a, 'wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', 1, 0x00000000000000000000000000000000, 0xc1ca5579f5e2cca5e51048ee2dfc9a8c, 0x3eb0acad792c96a708caa3e9f6b23bea29684bd9ca39645fad753ffa2b2ca21d, '', 0, '?'),
(0xe0f9c2c7d47a2693d04fdf3b9b63b041, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_10.php', 0, 0x519842a100ac665ff9fae1a00a635edd, 0x519842a100ac665ff9fae1a00a635edd, 0xa11bafa3cf94daf0e8e93c3fdacacbcc019c7ad98b35ac47eaa79fe21880cb0c, '', 0, '?'),
(0xe0fe7dd1adcec86c5bdb82147452738c, 'wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php', 1, 0x00000000000000000000000000000000, 0x1b9b86018ab38dbcd6bcedd474314d52, 0xa1a7db7e0479c0bb0c376f42a126fdac9e9ca4fb55563b1f0e9be65ebc2157bf, '', 0, '?'),
(0xe0ff25c00e787a3a2211b4a0794b6a30, 'wp-content/plugins/elementor/core/upgrade/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/manager.php', 1, 0x00000000000000000000000000000000, 0x0dd36ce43047f8cc3fd12c4671146c22, 0xdd5bdb721a4cfe7fe03e6433d25b19d9242b65592a11d76485d5517be2c5c11f, '', 0, '?'),
(0xe104c0464e367da03bc6aefd4486d0d5, 'wp-content/plugins/elementor/modules/dynamic-tags/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php', 1, 0x00000000000000000000000000000000, 0x8e2c187f77844368c5887c276b456ed1, 0x382c3bdb3f49e4186d0bbc9f24c56dd75cb97f85bcd2e4d25f2c11f6697e37da, '', 0, '?'),
(0xe1058825065bf3e6719dec57806d8358, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_import.php', 0, 0x7d850a8d267771b1e3f8c0fd23b34d32, 0x7d850a8d267771b1e3f8c0fd23b34d32, 0x09707c9b640f007b114f6041cc05277b095889897ac7a0c69e2eb0a2da750f3e, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0xf9e9bb1253359e65141cf1950cfbb792, 0xc02ae87bce42f065e9f8b0bea70e3e3db725dc6b062992c1e30632ea54e3ef88, '', 0, '?'),
(0xe10794714f4033dd8dc9a8954ab692fb, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/tinymce.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/tinymce.php', 0, 0x94d789413d114810d73355ab4c921552, 0x94d789413d114810d73355ab4c921552, 0xff317e6167149d8ab167f9329d2e075dabe0c67406790411126da1291cffc701, '', 0, '?'),
(0xe10836e6acccac48340faa4f828424cc, 'wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', 1, 0x00000000000000000000000000000000, 0xa952bf5149476836f8def8cd56c25405, 0xb9c35ef6568e84eafe5b9523a1923ab59139a119d2957447fac1638374b89afd, '', 0, '?'),
(0xe10be6112ec39e7b4eba68237e89cf2b, 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp', 1, 0x00000000000000000000000000000000, 0xb918a975ae328f3963f7ea247bcbe591, 0xf41e63ca9428f58fb7f071e4b8452e1a0a88e20eaf3c1e8aec32f73c827cead6, '', 0, '?'),
(0xe10e1e80a981594b26e9b0285be857da, 'wp-content/plugins/updraftplus/central/translations-central.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/translations-central.php', 1, 0x00000000000000000000000000000000, 0xfe82bac2a76d5af811b8a06f2fdf399c, 0x4b82d2a06f3a0a8a4b438ee9050ab3e28ca0332dd67806b0390cfd250fe5a03f, '', 0, '?'),
(0xe10f5ced480280d0806fdd4aa9273124, 'wp-content/plugins/td-cloud-library/assets/images/video_placeholder.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/video_placeholder.png', 0, 0xd9bd2fb173992cd1ff86740a3cffd5c9, 0xd9bd2fb173992cd1ff86740a3cffd5c9, 0x5076c523c660ef43df1b65db237610f8dd529c094805860161b526ebffefc2c2, '', 0, '?'),
(0xe113443f4be5d2adf7f79e714bff2690, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-social-copyright.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-social-copyright.php', 0, 0x3a4c7f36f7cdf369c9ab8e48b241c85d, 0x3a4c7f36f7cdf369c9ab8e48b241c85d, 0xfa871946b951b0cefb51d0fbc43458d5788ada26ea246c13488ddff9d46b64d8, '', 0, '?'),
(0xe115a450fe3de0c1c195572c2a98298a, 'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php', 1, 0x00000000000000000000000000000000, 0x11c16783049ec97fa7d925418823ef06, 0xfd4f21f0d43f7bf46b9da616e6465c98b43063cc3b28986c75021de97dfd171e, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfSupportController.php', 1, 0x00000000000000000000000000000000, 0x85db32cf9dba38363bb318fe4183402f, 0xfb7ff97f21ebaeac3a7e25f731b21ebf988816965d8bc1ff8a86b86de47c4605, '', 0, '?'),
(0xe11bd88c5a823206da5fe94ec5e28ab1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php', 1, 0x00000000000000000000000000000000, 0x15ab6bce1d92ed5c611e97879d97e318, 0x0424d4727b8408a72e2228b3c181855b972f686330c6dbb27442606dcbf85b65, '', 0, '?'),
(0xe11c1535ad130e026e1f27a2e1f5a5ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', 1, 0x00000000000000000000000000000000, 0x3e3d7261a17e96ad02a2ac481f4d30b8, 0xa3ca2af8bd625353c8e3aa8cc369e742d7e9836372ca3607ef4e671e32f53021, '', 0, '?'),
(0xe11d5088240e61caa23b2aa8178e8dc4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_8.php', 0, 0x90e32e9ddaab2b15c6832dd148b5650c, 0x90e32e9ddaab2b15c6832dd148b5650c, 0x0a6ecdd00df132dddbff03b2ba6382665af047e9fc038b7ea75b129c28d7720a, '', 0, '?'),
(0xe1221a066361931dfeb2f1973ce12a01, 'wp-content/plugins/elementor/includes/controls/heading.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/heading.php', 1, 0x00000000000000000000000000000000, 0xcd83a0b82b40abee1b97c8f41eff3ef5, 0xd046c2929542e35aab5e08fbb87c50bdbb275a32797de8e8b7e617889ced09ee, '', 0, '?'),
(0xe12537f524c075918356f0063d353061, 'wp-content/plugins/amp/templates/single.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/single.php', 1, 0x00000000000000000000000000000000, 0x69847d2bfa09d9cbb31713a4dc4dacfb, 0xd555c319070599faa67dc8daf42af9d22d318f68890b08d634f0e8f78e378b58, '', 0, '?'),
(0xe1255979708a172bc19e639b5c85516e, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.po', 0, 0x0cc8dbc0af70a3dd698fd3ccda8885f1, 0x0cc8dbc0af70a3dd698fd3ccda8885f1, 0xed97e2eb4d435177160760a758d93470adce83f2033cf0ce0085b447d98bd918, '', 0, '?'),
(0xe129ef5acb87ed4ad0c5418908e55bbd, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.js', 0, 0xa95323cb476000ee17d7a252786df963, 0xa95323cb476000ee17d7a252786df963, 0x9a49e4a00e3b8f5115596b1e17e95e5093267ef599fcacd3d9c9ae3fa957a2c2, '', 0, '?'),
(0xe129f11987a5c142a6abd47fc478e579, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_7.php', 0, 0x2bacddc8b272ebc8dc7c78981b2e0de0, 0x2bacddc8b272ebc8dc7c78981b2e0de0, 0x26581db9f45e0ecb27db106360f81db9b4997285a969c4d89aebe4fc3bf4c09a, '', 0, '?'),
(0xe132e6a865e19c8f09188685a3b955ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2.php', 0, 0xab4518d49659838a20e2a9aae59db6ee, 0xab4518d49659838a20e2a9aae59db6ee, 0x0c543994b708a797ec8318a7a1b136cd3bc8f57063acebae1d26afb2496c67d2, '', 0, '?'),
(0xe13f4e52d397d62cf18480d6a2603eeb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_7.php', 0, 0xad174980f6691b79244af80ed514845c, 0xad174980f6691b79244af80ed514845c, 0xdcce06e7e91e60c6803a2ee8a3c514a1c8da4f40982cd0e23f957eee3cba5803, '', 0, '?'),
(0xe13fb11e705f134cfac9187745912cb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 1, 0x00000000000000000000000000000000, 0xddc16f332b5006c4c45b0fd4392ce306, 0x47b0ac100db24e7033a203a1f878ae87d278f877f21f225148bf2756d1098709, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0x23c95816fe06dd7fddc72d74b3f8d0bd, 0x32853a9f28dbc0941d40a527e88356c129e3ee7bd600628c3bbd660f5fb2fb77, '', 0, '?'),
(0xe144080a82359f2176680a999a4f3cb5, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0x46d5eb6fac0c2981b70f879a82649ae3, 0x8b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b5, '', 0, '?'),
(0xe14d6760bbf2becb97de4c0c1360d428, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', 1, 0x00000000000000000000000000000000, 0x56e222803a6bd24fb0394adec9c2fc20, 0x00006cabc2d0878892f45b6ed0fa35d3493fe6cc4c158c796a4866ef371a35de, '', 0, '?'),
(0xe1509e4ca84e7d069e30ec9ca3fe5eb7, 'wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po', 1, 0x00000000000000000000000000000000, 0xd3cc07656b833cad84027709b044b5c8, 0xcdffebe4b732355f751c0c6f13ac9f139a37faae773d8391f4b1f28069bc472a, '', 0, '?'),
(0xe154c254b239dcb005cad80a106aed7e, 'wp-includes/blocks/query.php', '/home/abt90iranbet/public_html/wp-includes/blocks/query.php', 1, 0x00000000000000000000000000000000, 0x47ba83698e67e96aed14049cd22008f5, 0x6f714b93517b847b98c41da8e506fa95a8b7aafec7c5d4095bc63f706524423c, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x8b026c6f37d6037237397741ac55c945, 0x1dccf4ea45fdffac50a5a1e35bd307bc9578f076316930eb683b868ca6fd5e4a, '', 0, '?'),
(0xe15c6de21f945d497b917fcb429d5da6, 'wp-content/plugins/wordfence/images/icons/check-premium.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check-premium.svg', 1, 0x00000000000000000000000000000000, 0xdf8785ba9360dea93a7f0d7f8b4e16b7, 0x9526abc67907248366dc04d344f316e07a92b2e3fa91ca39cda7f77c567156ea, '', 0, '?'),
(0xe15cf8f5b69df824db49a648c904eea5, 'wp-includes/js/jquery/jquery.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.min.js', 1, 0x00000000000000000000000000000000, 0x826eb77e86b02ab7724fe3d0141ff87c, 0xf1c0a8ca0c69bee4780a63208a2e1db368b50e81272e14f89eea12a5730b796f, '', 0, '?'),
(0xe15e25e57e814e8eb27046cc9eaf83ff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', 1, 0x00000000000000000000000000000000, 0x85d4bb2a8c99c9d3d57aad99149ebddb, 0xf0878d1ba44a8c598603acd43d2d77d026f2d09cd47d9ca89417732539ebec5f, '', 0, '?'),
(0xe15fa2a28f1657ef20d4ba8e8b95bbb1, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xe161fbdbddfe233d1cd1420c743e3119, 'wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php', 0, 0x33bee5ed2c906fefe6511e25e8bc4f48, 0x33bee5ed2c906fefe6511e25e8bc4f48, 0xd1ba5063bc0f6ed14b59492d4d6fb881a6e5e8bd5f5e6b4485fe6723a869f375, '', 0, '?'),
(0xe1623c978efa2ad1cbca18bcd0f5a3e3, 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.svg', 0, 0xacf3dcb7ff752b5296ca23ba2c7c2606, 0xacf3dcb7ff752b5296ca23ba2c7c2606, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0xe1657a217be36f24d9cb2c1d96e8e717, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', 1, 0x00000000000000000000000000000000, 0x0c4c98ceeee2e03cde32f0af6d08d96b, 0x0791d8e42c3852e1474d6c24fbe47d20cc5ef54ffdbbec236fdce0d88658285c, '', 0, '?'),
(0xe165edae1116afdfc0913ad6ac7036e4, 'wp-includes/js/dist/vendor/wp-polyfill.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0xc2215f06fbd8370924ffd8f085cd43ac, 0xb32b8dc1fa64b9594cd4beafb7d25aa4c0145271661f6b18e69a2e601a842b91, '', 0, '?'),
(0xe166a099e72a8e04e0381b6988e90ed9, 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x9a64c7fbeb05c615d486539e0700d53f, 0x78325d4a0d780db1336ebe1712dc171173648282cac188b7784efd820fb07f27, '', 0, '?'),
(0xe16d5a7c25bc1d0f8bc0a6f20c0bd464, 'wp-content/plugins/updraftplus/includes/updraftplus-login.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-login.php', 1, 0x00000000000000000000000000000000, 0xe8561e82dfa63188a3726ec9ef657a15, 0x4b3a841afb9892d3f31f45771971cb803d8079d62f5e9e25f3f7a3790dddb943, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', '/home/abt90iranbet/public_html/wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0x04a182a864c936939f746ba4d35ca5c5, 0xc2a6e1d31e12de448858aa460052c5839ed48aca7783dbdb1356fb8a1906dac9, '', 0, '?'),
(0xe17927e7f888c80c528c00f9ca7ae2eb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_7.php', 0, 0x7c9e17c1fbd880a85dccb53c7d235edc, 0x7c9e17c1fbd880a85dccb53c7d235edc, 0x1dfcf847ced38fd8246a25086ca0ad367235407c4d66e54bd7bf7028ddbaeabc, '', 0, '?'),
(0xe17e4fae049eca21236a72716172df16, 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 1, 0x00000000000000000000000000000000, 0x94af1b5835d5ec6d55007126dd95f81c, 0xdff68b4defaa594d3736b2c574de95a2f37b2a2a9695823e7199c2ffa572a1b0, '', 0, '?'),
(0xe18029095861bb7711f14066457493d7, 'wp-content/updraft/backup_2025-02-23-0336___90_12f40ce1eb6e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-23-0336___90_12f40ce1eb6e-db.gz', 0, 0x260f21b033cf437450d1b838a762eea0, 0x260f21b033cf437450d1b838a762eea0, 0x56837cac2f30aabea4ec1059fadca4c16cce9eccbbac86e87bbb53094169e28c, '', 0, '?'),
(0xe188b3f6aeddd68a5ad180572039c3be, 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css', 1, 0x00000000000000000000000000000000, 0x075c0c580cfdb62e2bcc236179dd72c0, 0x7be2f410c12e35345d37f1580cf39d90493422a78604841b428cd38584dcd116, '', 0, '?'),
(0xe18bd698eac66d79281d1ff59ed70fba, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_9.php', 0, 0x27ed21f209113ef26eb366622956959a, 0x27ed21f209113ef26eb366622956959a, 0x54d6566fa52425590ba1b14d754ae9bdf3601c4d8838e39d0f340553d48dfebc, '', 0, '?'),
(0xe18ce1fac0c9ea5ce0ad162465ee7506, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tooltip.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tooltip.php', 1, 0x00000000000000000000000000000000, 0x987b5f0ac77b5927b7611f892f0ab87a, 0x7361216131eb74fe8648ccc9c28ae7bf8a2add1320b41107519542f7aa2048ab, '', 0, '?'),
(0xe1924ac3aed32f05c314f00f3a47f76d, 'wp-content/plugins/td-cloud-library/includes/tdb_functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_functions.php', 0, 0x827e608c7c8e6086322039c11cef15d7, 0x827e608c7c8e6086322039c11cef15d7, 0xc2a84fedc39c4193359775d8f61a4d2f9af659b69d85bb946dae8bdfa6da1fdb, '', 0, '?'),
(0xe1933c0040f0226978f0ecd451cb7722, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php', 1, 0x00000000000000000000000000000000, 0xa70adcd2716d312008f21425c6bea757, 0x7ee7077ba02d84a0a601ebda44dc0e73580b5221b09c88c2f6fa28628aa0087d, '', 0, '?'),
(0xe195b5375c46fb7c8b5b45aa8481e76c, 'wp-includes/sodium_compat/src/Core/Curve25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xce18b63d1db760db7612021a43f71cad, 0x7815a2d605abd3a1550d127558ba614cc97126d2f38e1d9412cc00932decd64e, '', 0, '?'),
(0xe195f35a0077cefc0b9be860567792ba, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', 0, 0x72323aa3bb0781cee7149326bd747e6d, 0x72323aa3bb0781cee7149326bd747e6d, 0x27f728ff3bcf55ef3db34a0d66c12dd272e85ac6c1d3017919a42f36dea86d39, '', 0, '?'),
(0xe19604ee6130501540dc615c788afe2d, 'wp-includes/blocks/social-link/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x26567559660da1b38bb0985843757ad7, 0xb43c5e3bdc9522a24d2cf86759c74ad3c54559768beed4d601ee215395a522e5, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0x6a03ff66a5ecb31709cba5d85ee8d09a, 0xa80a1775a0a80338e10d5959b5e43a0a10566bc11da2fd2e614788f347076f4d, '', 0, '?'),
(0xe19970e97f804bf9aa3959923d7cf8db, 'wp-content/plugins/elementor/includes/controls/alert.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/alert.php', 1, 0x00000000000000000000000000000000, 0xc0a0e4bf0003716ffa2eba89fb78338a, 0xd3da6d8d8315e118fe10769a1defc7c9e707bd1e6db85f84658068f190583ba0, '', 0, '?'),
(0xe19cdf3a30ee82c8a33c18e1a2210012, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', 0, 0x4e3edfa8a33211b9bca4c056e590a63b, 0x4e3edfa8a33211b9bca4c056e590a63b, 0xf289ce57a269504a3e85c41bf36b337aaba9d14d5d7fe2d650b7559839d4d0a0, '', 0, '?'),
(0xe19e46fd23a675a3ebfe773a67ff5808, 'wp-content/plugins/kk-star-ratings/src/core/actions/init.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/init.php', 1, 0x00000000000000000000000000000000, 0xdb52f1efb0bce257cc02b946b00e7a74, 0x79c3987fb6b0b21e424bce874fb1b4f1b3e7d14a76d00b677e856a35444cd2d4, '', 0, '?'),
(0xe1a14cc5312e94a9a52dd01be3796ec9, 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', 1, 0x00000000000000000000000000000000, 0x01b7abbad4150c92c98e99400716aacd, 0x20adc80f42cad680784c108d047ad5cdaa0d0687ddedc5680408b6ddad2b9ab8, '', 0, '?'),
(0xe1a2c8cc08566d2ab6e145ee4af1ef7c, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.po', 0, 0x6d0fcd67f753a4c4f54a28c65cd57c59, 0x6d0fcd67f753a4c4f54a28c65cd57c59, 0xa7b29d99bc7e5179d1168d762255a68e9a17b08f723b4e7e289e84fafd4ba745, '', 0, '?'),
(0xe1a352d9f1f0aa734c9cc7b49573a84b, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-1-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-1-col.php', 0, 0xd69b416ac3ede2411ab4f011ab2b4bef, 0xd69b416ac3ede2411ab4f011ab2b4bef, 0xcd73821124f52beaa4125a3f8d100b8acbc08583758b39a5997f3f46cf9ad1a6, '', 0, '?'),
(0xe1a5f6bc4aa2db635a9b4a7be3c84cfa, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-command-namespace.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-command-namespace.php', 0, 0x8d72d1e44a44f2291f6b2303fa3c3198, 0x8d72d1e44a44f2291f6b2303fa3c3198, 0x0633ec5fe3de4827644683de746a42b16bf7b615b2e04a79b10f9908584e9700, '', 0, '?'),
(0xe1a61e425e2e93ccc23b67b7db95d8ee, 'wp-content/languages/continents-cities-fa_IR.l10n.php', '/home/abt90iranbet/public_html/wp-content/languages/continents-cities-fa_IR.l10n.php', 0, 0x26918c8ac051a2a80007e2ff803726e3, 0x26918c8ac051a2a80007e2ff803726e3, 0x5fd1a403de6a4756495fef2886bd9a16b701a978c224948dfc80726dd749bca5, '', 0, '?'),
(0xe1a78cc11d79fd49d70c4303e82bb531, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', 1, 0x00000000000000000000000000000000, 0x237d2458db936afcdb3a5799ca8218b5, 0xb0b6b1f3704fc78c0a25f2f34f0f13923f800a192584e15ebc162e0eea6dc619, '', 0, '?'),
(0xe1a7b79ad8d660a09505f13cea7d48ed, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', 1, 0x00000000000000000000000000000000, 0x02d58336a1e35295ea10ff9712728512, 0xb5e3b2fd45540f8bd65340008ebdae583d30b5848f8b8089873f8e24eed5cf18, '', 0, '?'),
(0xe1a9bbb4dfa90ee8231cc27271d13b4a, 'wp-content/updraft/plugins-old/akismet/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/LICENSE.txt', 0, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xe1aa039190b66d6e8bd2e0924048946b, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_title.php', 0, 0x48fabcbd51cba89370fabaabab3d2614, 0x48fabcbd51cba89370fabaabab3d2614, 0x5a9df5de72e4581ac9f74b4732f9f2b6326c998c4b1cf2893a34b000e2c4f364, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, 0x00000000000000000000000000000000, 0x1b1e90cdce93f5ff6a4ef779a5c3387f, 0x550e99cd414da6560ac9c350576b8e7875fb09901f09b6dafbb59b068c2ff83d, '', 0, '?'),
(0xe1ad4b6b172fbc3aa5188ad320fc02e3, 'wp-content/plugins/td-composer/mobile/bbpress.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/bbpress.php', 0, 0x8bd239fd78a1aad27ea86708a56c9363, 0x8bd239fd78a1aad27ea86708a56c9363, 0x11d2aac2292831e81cc2286962e5c7073f70331f3f0e9bce526e15c1d692f1b3, '', 0, '?'),
(0xe1af36b0f8cb68122b8cd44c015e3c92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3_no_content.php', 0, 0x5509154fa47ae1b0ebb2e6f790007047, 0x5509154fa47ae1b0ebb2e6f790007047, 0xab821a143feb7db100084bbca895ca8bb43051ecaac6bbb87b3a0f1adc776769, '', 0, '?'),
(0xe1b7a10e57d30c23d2b4263bf58c5695, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_8.php', 0, 0x8e06e8f53b117b189de5b22fa9f573eb, 0x8e06e8f53b117b189de5b22fa9f573eb, 0x7f33f09cbc8f9033d9281d9fe6ceb8204dae49ae30ce4a04f599cdf6e5e4c07d, '', 0, '?'),
(0xe1ba9df32b920686b539a60ad65eca72, 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php', 0, 0xf71415db8f24091f4a42e4e7bdf86872, 0xf71415db8f24091f4a42e4e7bdf86872, 0x59834d050bd3bbef9a4ddb094d74f090467a6accef057e6e74a06a40c35bca85, '', 0, '?'),
(0xe1bf83e3d5a07534ea5e28b450465b37, 'wp-content/plugins/kk-star-ratings/freemius/assets/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xe1c32435fa31f273fc56acd3792129ce, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_1.php', 0, 0x5281c83615fb7b2fc9b193a8cff382a5, 0x5281c83615fb7b2fc9b193a8cff382a5, 0xbf120f8257b982fc331a7984aaeb4c9eac207f868bdebab01aea4c877be451ba, '', 0, '?'),
(0xe1c48471f28bfd27e28636dfe9ed3022, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/README.md', 0, 0xe43a8d174b3e05ace27aa4dbbd4acde4, 0xe43a8d174b3e05ace27aa4dbbd4acde4, 0x1c554fcd5e4af0cced4bfba5b5c9863c328d9f0f96fa9867959daf9b15d4d155, '', 0, '?'),
(0xe1c754a10a14da8d1d30908ddf2a612d, 'wp-content/languages/plugins/wordpress-seo-fa_IR-a4aee9e8c2e39d6f81fd70b8bb9ccc09.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-a4aee9e8c2e39d6f81fd70b8bb9ccc09.json', 0, 0xf0e6ae34d584c5c7d78805a6425befe9, 0xf0e6ae34d584c5c7d78805a6425befe9, 0x5d5511c562625ddc697631e279d68cfcb517e76026dc90b2bfb73e0e8e07053c, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0xf2d442c6a9f567f825e5b57d7772b9f2, 0x1291ea8523edc702cc1d0a60829888a1fcabbd417059c7bb47f66167a4448bec, '', 0, '?'),
(0xe1ca1f396bb0c9cfd585c75143f780ac, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/menu.php', 1, 0x00000000000000000000000000000000, 0x4f62e51cf7c479189419bca5d7f92608, 0x00138353d1d53b24082797f553895369625557d271c463a7cdee40abde0752c1, '', 0, '?'),
(0xe1d3c99b2320ea5f8963455a1b7fe04e, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/row.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/row.svg', 1, 0x00000000000000000000000000000000, 0x01a967bb60c6d7fa5143949e950ace2b, 0xe99674922fad1b1d90c84fc5794ee9885ded9072285c04729e335d2dab75c7e2, '', 0, '?'),
(0xe1da68fd52b9c0976462a4999e935854, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', 1, 0x00000000000000000000000000000000, 0x1bd6abbb46ae873f837ad8990460db50, 0x4ec7b64453f3586132c21ab493e8f2a529a7d5e2a4a658f8c679028af641f3a3, '', 0, '?'),
(0xe1db7185dd3a7318faf9b12331305d2d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0xc34d44ee99b51ff808c746117f0ded3f, 0xa4e4b2de6a65bc49dea104d8f4a30f78498369f1d9e7d6de00a33a404bcdc9a4, '', 0, '?'),
(0xe1db92263aa12d12da9b8b5231625999, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php', 1, 0x00000000000000000000000000000000, 0x931251837922a619fc96557b5c55fa7d, 0x56e78ccc419f7f7b7fa44155af4bfd3e040b2a23dd68ee5520155c3c849a50ab, '', 0, '?'),
(0xe1dc69e08d1e97347c3f1d03bcfc9b16, 'wp-includes/blocks/details/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14d7f86d2a9d636176534795c162c9a6, 0xce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3d, '', 0, '?'),
(0xe1dfbe00914523fe3dabccb5ab66033d, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/contact-page.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/contact-page.png', 0, 0xff91011ffacf2f80005cbbd164a8ed14, 0xff91011ffacf2f80005cbbd164a8ed14, 0x37c4d6a435b648965a77f9b2337292d1ead207dd54eb428799674825ff63c1bd, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xe1e1bb0c1f45d599c743f66781282113, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png', 0, 0x67bdbb980016d1fda313c77f124c588c, 0x67bdbb980016d1fda313c77f124c588c, 0xf15f2c6ce64ca9082b4c4e9ed2d9514cabb1730920443462bc9fb2ab6871d6d4, '', 0, '?'),
(0xe1e2c367ba32fda92320e406fa964132, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php', 1, 0x00000000000000000000000000000000, 0xc565381d27bbf291979fe0c6f75e3c26, 0xd8d196542e6c6201f575ef7b957d611e5c364be1c87cdea16462c758087b0b63, '', 0, '?'),
(0xe1ed2aff7934c6e2bc623d5e5f8a30a3, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', 1, 0x00000000000000000000000000000000, 0x177877f5a22bc13b6178a8f7186a747c, 0x7c74da737c9cc71203baad8ef0ef45c4102a55a8f6c694ab2acdfb6be4ddb9d3, '', 0, '?'),
(0xe1ef150bbd36dd227ba5bc1ac232136d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_5.php', 0, 0x68f771ce64441c534ab384af6c7857cd, 0x68f771ce64441c534ab384af6c7857cd, 0xa5510aaa640a8cf4bd25657b4d61f49e219aac8c1cecfdcb5d758d8db9ebd169, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xe1f45b864d2f6a0bd185be2d30dac095, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/error_log', 0, 0xd7ec17d4884d5916b9878a02490fc22a, 0xd7ec17d4884d5916b9878a02490fc22a, 0x205f488406ba8e5b8d4e10069394b5a6db850fcd1741bcdba9340bd01768ec39, '', 0, '?'),
(0xe1f78313d12105f89ce5e8b3c9aafc33, 'wp-content/updraft/backup_2025-10-20-0325___90_6f1c82ba7a37-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-20-0325___90_6f1c82ba7a37-db.gz', 0, 0x0cc9e98b2b9ca8081ddb3014a7b343d7, 0x0cc9e98b2b9ca8081ddb3014a7b343d7, 0x5d4f478b7cae8de7c5f033c4065a8e4629490b5f31e15c8f6c35a52b7a31c696, '', 0, '?'),
(0xe1f7b2ffb94c60ed52d260d7959bb72a, 'wp-content/plugins/elementor/includes/widgets/image.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image.php', 1, 0x00000000000000000000000000000000, 0x34b42649ed1dfd83e7a1145ab2d00e16, 0x59d6d19b524cc0ad09bfaff79bf1fed65434d8dbb944525cf6b7508ff3554fc9, '', 0, '?'),
(0xe1f967705496d1a9e172df92d4da0d8d, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md', 1, 0x00000000000000000000000000000000, 0x4f9906f04a7a45bb896491b249494992, 0xe9597522aa1a700de6a5f8e433797a3f0f3d5a9cc51abe6f75df90585d670948, '', 0, '?'),
(0xe1fa4b015fe38f8d68a784471494e481, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_single_template.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_single_template.png', 0, 0x4f1719e98c62eba7b992639a3dffe8ff, 0x4f1719e98c62eba7b992639a3dffe8ff, 0x80414777b8d02607d7ee3ec675d93c0c31f4868d856db075c5d0acd15043b750, '', 0, '?'),
(0xe1fb6f9baa964c2b1066ba0f5c01178d, 'wp-content/updraft/themes-old/twentytwentythree/templates/home.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/home.html', 0, 0x7f75f632daed6d958031d30a12539c43, 0x7f75f632daed6d958031d30a12539c43, 0x184c0ad7c9b765927427e99f85c9e253470f5958d1839be3c121fa0415b14e97, '', 0, '?'),
(0xe1fcde9f438e1945d54f0b7d0dd58d9a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0x944de3d8e2943a31acbcfc68f307a59a, 0x0310191f36923d9302ed9bc8e2e048d836d9587ff60fb6eb34f67bb555caecc9, '', 0, '?'),
(0xe204d0237231b4849ed135360be07f0a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_2.php', 0, 0x3c65bd6700ce0655ab88673e3ed071b4, 0x3c65bd6700ce0655ab88673e3ed071b4, 0x02056bd16d3030d00f3b299e77cd3e4b15961002d4b5d8db4fb5f29b6da173a4, '', 0, '?'),
(0xe20b985020d3a3274545f56d41100ab1, 'wp-content/plugins/wp-rocket/languages/rocket-gl_ES.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-gl_ES.po', 0, 0x79545c8537ca7a6f98bc782e6ab86595, 0x79545c8537ca7a6f98bc782e6ab86595, 0x67d0f645c3cef6b7192a46a800bec6e7516080e87c4f4ea55526be2680069ea0, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xc958df93e0bec592225833ee364451dd, 0x218f6c2eba2e1614acea4749eeb40a376f65c8d1bfe8273b490cff0a0ab3a0ec, '', 0, '?'),
(0xe21086454bf30e3ee84211066d2f3169, 'wp-includes/Requests/src/Exception/Transport.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xd80b4861e0f28bf21f78c1b39de810a3, 0xf4379843960d8b581a3cce773d2c3810e17277777b63dc6de05bfd4d30f6c744, '', 0, '?'),
(0xe210d12ba40f25cd8f96ca6cd4e8c485, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php', 0, 0xb28b11197e215b8e3e77c51184938a8c, 0xb28b11197e215b8e3e77c51184938a8c, 0xd422ac49c8c10f2229c9a421801d502279df6cc34e22c74f07067dda382a36ba, '', 0, '?'),
(0xe2191525688006bf690db70049c3e256, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 1, 0x00000000000000000000000000000000, 0xe1a1221fc817313a6fc938eab0ecf163, 0x568e0cf71bca3902de7bb0d133080e484f99dde9e20324775f77df9d27b6f63a, '', 0, '?'),
(0xe2242ce3b3ec2bc5e04b1e4b213a2468, 'wp-content/themes/twentytwentyfour/templates/single.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/single.html', 1, 0x00000000000000000000000000000000, 0x6c2fbdef8388f78b4861d47fea4be01d, 0x4b8df2541e35d8a6abd6f287d789677ebe43a576ae5d896a03965bf7456fca60, '', 0, '?'),
(0xe22905c0c05e45e98beb13a94e3195f7, 'wp-includes/block-patterns/error_log', '/home/abt90iranbet/public_html/wp-includes/block-patterns/error_log', 0, 0x66ffeb358789e814423c87980c35c022, 0x66ffeb358789e814423c87980c35c022, 0x10c97bfd07866e7b709de4caefc058b89aa69a37c70a435012c42aad309304c6, '', 0, '?'),
(0xe22a577290f62b28dc123b2598337efa, 'wp-content/updraft/plugins-old/updraftplus/images/notices/support.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/support.png', 0, 0x61cde6d251924cec778bd7a606d9c73f, 0x61cde6d251924cec778bd7a606d9c73f, 0xadcedfaff39bc0690061af31b1e0f21d868994292b2315d61b5f789d5fbce3b8, '', 0, '?'),
(0xe239526ad73c6fbd71fb835c2e13ca5d, 'wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', 1, 0x00000000000000000000000000000000, 0x288e189d600628f3f152e54f7e0585fa, 0xacac70ca7e8aabd80750b9927a6b0fd0636effd6445cd07948e22c127f69754f, '', 0, '?'),
(0xe23c7251dc675e4f81c83770957cc764, 'wp-content/plugins/td-composer/mobile/amp/includes/td_amp_video_playlist_render.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/includes/td_amp_video_playlist_render.php', 0, 0x2adb65d5088ed1129f6e325b92a3d629, 0x2adb65d5088ed1129f6e325b92a3d629, 0xd11e1eccb1875435d67bfdcb90f741f383aa5865c9593068fa55ad8f1211d3a9, '', 0, '?'),
(0xe23cfb85ee727c53a5d5309a61b63c65, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_summary.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_summary.php', 0, 0xc6a0721a569c2310453709aa1cd830c4, 0xc6a0721a569c2310453709aa1cd830c4, 0xc2e3d99fd256cd3ed48b9647273ee93711a65d4a458900b18b4a64202874d520, '', 0, '?'),
(0xe241eb6572dca8751b851e6cbdf396ad, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.css', 0, 0xf56f41169e581f59749a35cd5003cff0, 0xf56f41169e581f59749a35cd5003cff0, 0x555d227565add7f9e3a149fe9fb525a393aa5a716c2520ae2ca08c9f684968d2, '', 0, '?'),
(0xe2440965863398d55a871c5001ed9604, 'wp-content/themes/twentytwentyfive/patterns/footer-columns.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-columns.php', 1, 0x00000000000000000000000000000000, 0x046ad8e98a046bcd933d9cdca78040d1, 0x4c6c3a9ca143c02c2eb26a92de2dc6197040a770c4db187fc47e726138589c5a, '', 0, '?'),
(0xe24533d2aa11180eb9dd2e5bd76f044d, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related_author.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related_author.php', 0, 0x75fcb08a0cea89bd75000d36b6cf9fdc, 0x75fcb08a0cea89bd75000d36b6cf9fdc, 0x5238b8daef8c0833e497752dceff1bd7e6863559c2c0f56ed1b94c6b3e9aef2c, '', 0, '?'),
(0xe248ff8e134942329806d6b7260fcb27, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_6.php', 0, 0x707f1534b0c84c4be3fa9f416703a909, 0x707f1534b0c84c4be3fa9f416703a909, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', '/home/abt90iranbet/public_html/wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x5edf53542a9ccc0c6c3f078342f3f4f8, 0x833259bcccd91013369292a9b0c861fb4709c9d25212dc94d5b644a12a58b542, '', 0, '?'),
(0xe252d65bdd34f8c39c095c294323144e, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_gallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_gallery.php', 0, 0xb18687977df8713327e3e4f5b356da45, 0xb18687977df8713327e3e4f5b356da45, 0xec89a39505d5c66349594651956a91d15dc4fb3839fa2627da43a074ac201893, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xbf5902ce255253c712ff9bcef1ef5459, 0x602dacf9b3eec3c0a09fd44ab7a200e2a450cce4c1a41c234d22e5b526816fef, '', 0, '?'),
(0xe255d66208784255bb418c5b6d604a8d, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', 1, 0x00000000000000000000000000000000, 0x3d351d0a2d7e28621e6a67cf5d5a7d28, 0x734fb233617d57c4f01d060ff65582b2fb70cbee128b3926fe86cbdf41f56857, '', 0, '?'),
(0xe25656f6a946163d2fc751287127cf33, 'wp-content/plugins/elementor/includes/controls/code.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/code.php', 1, 0x00000000000000000000000000000000, 0x3ace4e914843ff2557c3d688dcd3ecff, 0x3b8092d565e0d203057297702c6e0eb2974e6fd894945ecc7e0ca5d649b19bae, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', '/home/abt90iranbet/public_html/wp-includes/blocks/search.php', 1, 0x00000000000000000000000000000000, 0x12c961a9a21a1987ed75678aa7fb376e, 0xde3389755415e204ad3fd7f7d12b969c0aa7a8e7f947c05880d123e64a35be4a, '', 0, '?'),
(0xe271b24b990c3bd43be0ba1029cca752, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0x4c3a541bc2a97f9278417c8ccd49a256, 0x848162d595f0d1be36e2e44db4b5a877d21fa1958b1cd55559bccab27a9cb0cd, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/server-side-render.js', 1, 0x00000000000000000000000000000000, 0x40b7717e76ab8fd6bb7c4c4675bcadb1, 0x96f2e931ecbf196b928de39a908491cb57db36ef7fd8539c892524f50695512c, '', 0, '?'),
(0xe27e340200dc63dad256b1260aef3570, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.css', 0, 0xf63f1659ef9069c53917587fc40270a0, 0xf63f1659ef9069c53917587fc40270a0, 0x39ec753598caaeef645e332cacf21e46a71235aa01ccd810f55aebbcb3a83daf, '', 0, '?'),
(0xe27e6c5c2d8f5c7c7a30aa83cc46f55b, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.po', 0, 0xe9e3ed3ea0e139375c9b39e3667a33fe, 0xe9e3ed3ea0e139375c9b39e3667a33fe, 0x2f10a8243dc741b9044bf70ca5afc0166fcd2dc732e4ccaeac4b343f5599e3f6, '', 0, '?'),
(0xe283d0b66e03658b2cef8655d9731db7, 'wp-content/plugins/amp/src/DependencySupport.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DependencySupport.php', 1, 0x00000000000000000000000000000000, 0xb08221933883d93c9a9f2232749f08c4, 0x202a9d25e633147b8a618d370ce20dd97375b2ce17a8453ebe2578170d5aa6da, '', 0, '?'),
(0xe28942857c94a5b2e31683bd44051bf7, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xe28c6961f86fc0c05c3d6f8751508005, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe28e1c3eed17bcc6fcfbad81624745b2, 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-util.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-util.php', 0, 0x737a49bb650d8f03c2ed72e1ca7db440, 0x737a49bb650d8f03c2ed72e1ca7db440, 0xad819f091700bb38367dc03e41eb6617cb96d7412d228a0ca4b5293fad1532e2, '', 0, '?'),
(0xe293f5150360610228eef0fed95543f7, 'wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php', 0, 0xa815ee500a656164a941a62cfbfbea81, 0xa815ee500a656164a941a62cfbfbea81, 0xd2f12189de13a241f506e252a337f7f56fddf335e87d4080e33e9221e6584d62, '', 0, '?'),
(0xe299f15ba1127bb58e87decb1f222146, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_9.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe2a628e5e0bf61b2ab70c1ca179ee982, 'wp-content/plugins/amp/src/Infrastructure/Deactivateable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Deactivateable.php', 1, 0x00000000000000000000000000000000, 0xd156d5ecae11d659657a389b2eff9a83, 0x3a68c34c42d5c3a8afe400d653bfd76f1d52d9a5aae5277b8f2227eaaebc5a86, '', 0, '?'),
(0xe2ab640a036a36be1c53fba4e482555d, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_5.php', 0, 0x2a8f5f145113f43f2f6f7d20dd993da3, 0x2a8f5f145113f43f2f6f7d20dd993da3, 0x6b31dd2f5ea808ead03266fc8917c4fa16f91c51aa02a36e0676404fb285e5a9, '', 0, '?'),
(0xe2ab956f6dc54bbd6712d695a6cad11a, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', 1, 0x00000000000000000000000000000000, 0xf99bb4789324283989402482f5e6ef06, 0x440e3bf02a60814b5b3fcbf435858a475b06998564f7a43593114245dfc18e76, '', 0, '?'),
(0xe2ad7ded9b96052e70fe543ae3b68ad7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2_no_content.php', 0, 0x2cef0494dfe63b9c466fa84d2cc8f90c, 0x2cef0494dfe63b9c466fa84d2cc8f90c, 0xaacf605dabed7dd8319094ef85c48ea2fd01bcfa22b24d796ecc17ecb18df3c5, '', 0, '?'),
(0xe2bcf2501356a94921189d66d6db6bb5, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/plugins.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/plugins.css', 1, 0x00000000000000000000000000000000, 0x51e3657988e6493917b46ac61673856b, 0x4ec68b05aac24b5a7783bd269978ca4e8b6773d23d23675493687ab6fb9a9df1, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x3248aec082b9eddbf6a6c7b3ac180c1d, 0x3d587e038d1a6ed4fa330ab738c4ce3027d755649dd385f247630c77ff00a13d, '', 0, '?'),
(0xe2c85d14819ecb210a9bd7f273302ccc, 'wp-content/plugins/kk-star-ratings/src/functions/migrators.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/migrators.php', 1, 0x00000000000000000000000000000000, 0x9e64a1e21e5868f8d224c264df1b7652, 0x7a2b094ef142744e4c2d0ecf645470f62dd87b0e30d391446d9df8f8f308c514, '', 0, '?'),
(0xe2c8cfde7e57f0c24ec3f7737eca608f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_4.php', 0, 0x64ee31b5a2ca5ed11a9985dacc51b06f, 0x64ee31b5a2ca5ed11a9985dacc51b06f, 0xd29bf51e8f930dff9167189d1cb8e9b6d952578d937e2e004b86bcbf104e6028, '', 0, '?'),
(0xe2cd26952b3ddb5b923fe1ff62a521d4, 'wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', 1, 0x00000000000000000000000000000000, 0xbd41845d242bf0af920493f87f03cb22, 0x68d7565880d66b8e404816cd6cfb9d493d7d293becdd7976ddfc95965bcf931a, '', 0, '?'),
(0xe2d172bb474a4ee280a3cd68d311197d, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_search.php', 0, 0x06df40f38a3a5e5164241bedf09e782e, 0x06df40f38a3a5e5164241bedf09e782e, 0x8cbd10414357acff05f529bc9bbc4ee7c5653cc14c19405fd851757aaf9ae791, '', 0, '?'),
(0xe2d9d3c8cd2d50bf463f951b3af50305, 'wp-includes/blocks/comments/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style.css', 1, 0x00000000000000000000000000000000, 0xd4e03554c209c5a4e4cc89b87dfa9f55, 0x76cd80ddd6d6d157483f1a4467d078e42248b3dbcda490ad6b5aa0a5a99f856a, '', 0, '?'),
(0xe2df03f32cefd04cefd1dc7c36e2765e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', 1, 0x00000000000000000000000000000000, 0x87a5aafd5cb611e579f16330c937b96c, 0xe989a8edb9e4afb2c98ab410155085b52f3a3c29982ba63e2d9f520b7894d02f, '', 0, '?'),
(0xe2e074aa7c030d79c1f4b300e794c36f, 'wp-content/plugins/elementor/modules/system-info/reporters/user.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php', 1, 0x00000000000000000000000000000000, 0x53cdc11d516b8215ced545329df5280e, 0xbaf194b4a94b4592bf81d8d9103668e3ecbd966486367f0a5329336fc2621c6e, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', '/home/abt90iranbet/public_html/wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0xa53075008fef46522c1f28d729fec710, 0x8bce1962343cbf4b25db8be371a0035e00e64607b1383c0fd5f4d8f92a14521c, '', 0, '?'),
(0xe2e74f26c61e94eecc98761ba8d0e514, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx4.php', 0, 0x69ac05ff6136c803c038fa1131f495d1, 0x69ac05ff6136c803c038fa1131f495d1, 0x2cff8a76407f215075fa248ddffbb9cef47abe268186ca15451a481fdc38a9ea, '', 0, '?'),
(0xe2e7f465a4db21812bdfcba7db008612, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/content.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/content.less', 0, 0xe981f8f92293827f3f2263ef656f679b, 0xe981f8f92293827f3f2263ef656f679b, 0x25f120abcfc4d9fbb23fee1d5fe8eec89d4cd438ae41d2b6a41a8c95fa5d50bc, '', 0, '?'),
(0xe2ea270961b235e14499fab17848c17a, 'wp-content/updraft/themes-old/twentytwentyfive/parts/header-large-title.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/header-large-title.html', 0, 0xe9d3575856968972ffc41ae34199c062, 0xe9d3575856968972ffc41ae34199c062, 0xdd23744779ca34e71d4917009f6c443ec9a54cb3326639a92533e7b8a6a4fa88, '', 0, '?'),
(0xe2ec98890d93ede5dd196eb209bde80f, 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 1, 0x00000000000000000000000000000000, 0x9940070823fd6ad7880373f0a064337b, 0x7e3f1a4c0e87de286f25ca9388d3035e97f7f7190b7d3b1d9794ef2b42a05925, '', 0, '?'),
(0xe2ef5f9ab13421bfbf58dd7d9fe97366, 'wp-content/plugins/kk-star-ratings/src/core/actions/save.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/save.php', 1, 0x00000000000000000000000000000000, 0x33c0a40e8715e2a171a34ee71defc8b8, 0xc128947595049865d8a9869476771bb6049c15af65c3756f0520f393e22bccd8, '', 0, '?'),
(0xe2f40b992d233e1196451e7ca48bfefd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1_no_content.php', 0, 0xa05e5aa425dca0c2db64ee8dfba8ab44, 0xa05e5aa425dca0c2db64ee8dfba8ab44, 0xa3a935473ad51b092f17fafb1560f63ca97908c52609558acd9c02a48f651f23, '', 0, '?'),
(0xe2f9982ef15217a69a4987c772acb391, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_4.php', 0, 0xa43ad4452c5a98714664a0910f1c076b, 0xa43ad4452c5a98714664a0910f1c076b, 0x1421514489d8136eef53228720635649dfc5d7aeea4b97450df8bbf32b304a17, '', 0, '?'),
(0xe2fbeac42c5501175f7096dd240fb90b, 'wp-content/plugins/elementor/core/editor/data/globals/controller.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/controller.php', 1, 0x00000000000000000000000000000000, 0x4b1febce3992e7c3afd21cab74a1e70f, 0x663f6024258feae8ee24f8d13dbdb39213ed6714aadf2d7737e3edda2472be81, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', '/home/abt90iranbet/public_html/wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0xe303769a36844858a0afd26eb13c7f98, 'wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_1.php', 0, 0xe81e889bab72f2866833b0699c5cb9a3, 0xe81e889bab72f2866833b0699c5cb9a3, 0x41944b20f2629ee65b53e26245236b51edec9b4682346e718ffdbcfe5b66b952, '', 0, '?'),
(0xe3061c071c35efe3f6b4fd98878ca615, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 1, 0x00000000000000000000000000000000, 0x1bd90fe7cd0a205e136fc49d8a07db9e, 0xd54c99958ed295e3d264f999f94ca3f7bb1326472a762c06d8827821721e5e9d, '', 0, '?'),
(0xe30817bf34aff754ba840f96f4b000c8, 'wp-content/updraft/backup_2025-06-30-0348___90_a9f215bceccf-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-30-0348___90_a9f215bceccf-db.gz', 0, 0x7b84ae2505b128e06ea1f1e5addb372b, 0x7b84ae2505b128e06ea1f1e5addb372b, 0x11a0326dc18fb75634c3da713c9be14bae6a97673c2ca2a4debf14a4d8934e24, '', 0, '?'),
(0xe30b475439444a35e44c08b276bc709e, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_next_prev.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_next_prev.php', 0, 0x292eeb6150ad60465495ab160ed4c35e, 0x292eeb6150ad60465495ab160ed4c35e, 0x555b3a71e90119d9ef8f11bf7de973e822908febd08b13a0f6536787ea8dea36, '', 0, '?'),
(0xe30fff0c2464b1d0a657f9a1e14827cd, 'wp-content/plugins/disable-gutenberg/inc/settings-display.php', '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php', 1, 0x00000000000000000000000000000000, 0x4a740ad1e7f68c1c28810de5f99d2b5c, 0xa18699052fb4abf36d2e44ef7b9d136eb92bad4d2eaf905638c62388d1be9957, '', 0, '?'),
(0xe311b7f06694f690b87d932b5734434b, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340.css', 0, 0xd972a9c1488afe274ddd78f0ff5ee99e, 0xd972a9c1488afe274ddd78f0ff5ee99e, 0x5c39a0b9ff1ebd8e48433832768f2982849cdf78e9e3d3ada748008036fc8213, '', 0, '?'),
(0xe314fb49b9a9534cbcc8b2c60371b328, 'wp-content/plugins/elementor/core/upgrade/custom-tasks.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks.php', 1, 0x00000000000000000000000000000000, 0x47f8b584b2985a2ace07f831ad42d064, 0x3f407e8f4d143957421d11be2962055831fd42f366a696de1699f25810dbd97d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe31d3d329735cc5406bf37b953222e1b, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340.css', 0, 0x62eaa731dae40c9d81e84e5dbc4f8cc7, 0x62eaa731dae40c9d81e84e5dbc4f8cc7, 0xdaed30feaef5d4660862ae00655d6f2effacc74d72849c04712b1bf972cb2e89, '', 0, '?'),
(0xe31e785c356e9e570aac8ad21bddc70f, 'wp-includes/blocks/embed/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme.css', 1, 0x00000000000000000000000000000000, 0x8899c6e82f9b1c8650b35c4138dd58e0, 0xd31630c5459ec348b3e9f58c43e59fdd19675cfa2c31f96d05bba623fa357d98, '', 0, '?'),
(0xe322c39fa3cdc89a1873d2975775c2f8, 'wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xcd8df582266aa4579f6ccb524769794b, 0x97b74008f807d7e621358c4f55a6cd8db1e7249f66e3cefbb69ddafb0b0dd886, '', 0, '?'),
(0xe32e3dcc567cb7b5bfe955845eb2e3e4, 'wp-content/plugins/kk-star-ratings/src/core/filters/okay.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/okay.php', 1, 0x00000000000000000000000000000000, 0x991303179b40d769422a3237e9ef7007, 0xc2d61882a27437b5cc94e3b79f846727a81b1b4f24220a86535c5519019285f1, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x5cdee20119c8e48ae7a474030fcd07a5, 0x313d8655a9679e50769358aa336181cb40aeb8a09a6225ecf9bdba6fd45ce227, '', 0, '?'),
(0xe33215d6395f012a740255a683cd16b8, 'wp-content/plugins/shortcodes-ultimate/admin/images/spinner.gif', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0x37547f29c4da6fe4e39cadec7ff57e73, 0x6865d598f6e50627e487bf3df1ee98f926bc809a2f564a5edc6e137e6796e375, '', 0, '?'),
(0xe3323344c5f6342fe20c235cf24be90c, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php', 1, 0x00000000000000000000000000000000, 0xeedaca31cd7b0e95187ee63a9e320c91, 0x6670095a1e76ebdfe9e5363170c16b17888ed994998030e43d32144f3105d2dc, '', 0, '?'),
(0xe3325360e45cb1d0461d2f48562303cd, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php', 0, 0xd84256c79ee250350b7c45a5f92716de, 0xd84256c79ee250350b7c45a5f92716de, 0xa5085a80053aeec656f530ddea8e07cd258944694eb968690121c6dfb9fa80d2, '', 0, '?'),
(0xe33e1dc3ac8dc4b2adbdb1edfe206d84, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php', 0, 0xa506412d534ce00fe808eb5360842f3f, 0xa506412d534ce00fe808eb5360842f3f, 0x03e8f32df1c5419abe7a96b94fda9a923c8d0ae1b8167c7293d483a05c37735c, '', 0, '?'),
(0xe3429787225e490a9a8fd2f9681cc69c, 'wp-includes/js/dist/dom.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/dom.js', 1, 0x00000000000000000000000000000000, 0x0c1fe6d2e9a3340ebe8aaf759e55718a, 0xf954bbb8ce0293b9b661705ff39de2aa5e8022057da6a0249bb4acc0601cd2b1, '', 0, '?'),
(0xe3452cf933ab9ae0e255841b28b00957, 'wp-content/languages/admin-network-fa_IR.mo', '/home/abt90iranbet/public_html/wp-content/languages/admin-network-fa_IR.mo', 0, 0x283e472b4e66968e07636a64d91cd4dc, 0x283e472b4e66968e07636a64d91cd4dc, 0xdddbfd9bd2e29987b59fe055025d9ac91a17a86a09af6f59d7e17f14fdeb2ff7, '', 0, '?'),
(0xe353b9ca224215634202e5072dc6799f, 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 1, 0x00000000000000000000000000000000, 0x28a179fa8daa5813b9407324586f73b1, 0x79c3645421f4ff26525cb970e05eb9881e4f531d224eedee75e653d5e1a1c4de, '', 0, '?'),
(0xe359d09ae4714b2e3368bea7d2a6e3ed, 'wp-includes/blocks/footnotes/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style.css', 1, 0x00000000000000000000000000000000, 0x23b120fc7137c01d400e76a39fb3de91, 0xeed469f77f09fec9c06022b854425df1eee62dd5d3599977d7ea665d8b2c71d5, '', 0, '?'),
(0xe35b204ce06ec8d93e8002b08e56f076, 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php', 0, 0x0064bc99dec1521173ca4ec2db292ade, 0x0064bc99dec1521173ca4ec2db292ade, 0xd878f774a49e81e7f1adb166843199494173d632a99a55ed32359459184e69d0, '', 0, '?'),
(0xe35c575c8d034b440e02af4093be92db, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', 1, 0x00000000000000000000000000000000, 0xf131e3098cfdc84ce635adfe38d967ed, 0xe0b94ff1ee76d2281f1ad4db79a5922ead7ab8dc8f1bbb8d9875a182e9aeb62b, '', 0, '?'),
(0xe35ce282b1c4918af341a67f78be78d5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 0, 0x09f2071e73ab1448f21b59f4dad3a82a, 0x09f2071e73ab1448f21b59f4dad3a82a, 0x931a04e93195254562b21ef1877de9b3a2b417b7bc1f0c74952f44ef4ca835fa, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', '/home/abt90iranbet/public_html/wp-cron.php', 1, 0x00000000000000000000000000000000, 0xb1f6b11b2b5fa069df6cc6a22e3944dd, 0x1d96d06f6b93cc77f2a1223ccfc22561c2b085d87e1126187baaa1462a28229c, '', 0, '?'),
(0xe36261df6cc2c198340fb0e68bb24ef0, 'wp-content/plugins/elementor/includes/controls/url.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/url.php', 1, 0x00000000000000000000000000000000, 0xaf7f50bbe01914343cc06dc2e200c3eb, 0x0bb88cecdd02acc76fd55079e714aa663bb5ee419129c508931c125be068b2b0, '', 0, '?'),
(0xe363b2558a34fb959b453d8d6bd134f9, 'wp-content/plugins/td-composer/mobile/images/icons/ico-video-large@2x.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/ico-video-large@2x.png', 0, 0xde02049d5b0080db65ecb16b851a9d06, 0xde02049d5b0080db65ecb16b851a9d06, 0xc0a5faa4131935517496fd44583d390fd3440e63fe1dec56b71e9b06a55a3ae2, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, 0x00000000000000000000000000000000, 0x17df2874eed71384900d34d4c7635213, 0xaf5e03e056f4a3788bfecd5f3ac608177f15e16b09a4dc281ea3e13fbd42cb21, '', 0, '?'),
(0xe3738a52b83bf7ea7e6183a633d2c562, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php', 1, 0x00000000000000000000000000000000, 0x6d0b8850830cb2aa88d3448cecf24263, 0x32fc47f6591358e8098d2380a7de498996ab5ccffb9dc7b27342c1302c6b0162, '', 0, '?'),
(0xe373f3ba17c957371d4808b61e9dcbc5, 'wp-content/plugins/elementor/core/utils/plugins-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/plugins-manager.php', 1, 0x00000000000000000000000000000000, 0xb4d2e48fbd285e6a8386bce3a7b7789a, 0xdc929102c45a8282f05987c6ea6a2ae921396aa1c403ea3793d750f5e0866db8, '', 0, '?'),
(0xe3796afcdfe6ed7b9006be5a7d36af9b, 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 1, 0x00000000000000000000000000000000, 0x827230fe4252040c55c522438085836d, 0xd647b59d104659a0101ebc5066fa9d51330765c54b60e55fc55d0b14deb888cf, '', 0, '?'),
(0xe37f595ab9abedac1f92714c47dc613a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php', 0, 0xf908dc79f48a6c5a4b02c10172cb33d5, 0xf908dc79f48a6c5a4b02c10172cb33d5, 0xe622beccbcc2ad4dc7ccd65f8562efb495571ee4df69c5b63604527d54415fdf, '', 0, '?'),
(0xe382fa28099c839cef3b3235b3b632f4, 'wp-content/languages/plugins/elementor-fa_IR-b83ae28ee748542228314afec23e73fe.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-b83ae28ee748542228314afec23e73fe.json', 0, 0x9724af63e63d7b97c73b094a7d43f2f8, 0x9724af63e63d7b97c73b094a7d43f2f8, 0xd00a7409f889a2b679d71884ad57e8490f753234cc887cd3f51a9f87380a9445, '', 0, '?'),
(0xe3860b3f3f708ac49b1f0ffac6e14dba, 'wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0xe1714ed071316fc17ec4427bd0917f8e, 0x70b433d15eb224c9b587b236d8fd8d1ad73be4c52781584a45912b01268e1474, '', 0, '?'),
(0xe386238d2720ba7e93bac6e72f7ab646, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, 0x00000000000000000000000000000000, 0xefdeea6accf2b5d2ab2565f30006cfbb, 0x89cb2ddf9f26a481283ad5348268c93fa93f4ff1ba72919482608af8734868ea, '', 0, '?'),
(0xe387ba630b6c5f383c778ed839651fce, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_11.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_11.png', 0, 0xff292fcdab3a7c78218daaa129ee0e21, 0xff292fcdab3a7c78218daaa129ee0e21, 0x4a9873b3e1e211161d8513aad91d55c197816f186ff88661c3ea827d248e6778, '', 0, '?'),
(0xe38e8cdfa0fd9718c78f5dd3532f04f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_2.php', 0, 0xcb4357353d9bc99046aa9ff1b5b2d19a, 0xcb4357353d9bc99046aa9ff1b5b2d19a, 0x2c99071f280e2510c761f7011a2b26b4aadda3cc6f72650fd8aeb66627cdb599, '', 0, '?'),
(0xe397f93ded8cfa69f51a529d30528d47, 'wp-content/updraft/backup_2025-04-21-0329___90_cbd20d824645-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-21-0329___90_cbd20d824645-db.gz', 0, 0x6700ea310f92050e69ab9436b015ac95, 0x6700ea310f92050e69ab9436b015ac95, 0x8e7a140fc22c817a232d139686d7ee4f7bcee8390a79c6c0a2cd8947513443ec, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0xd893894238a53f29697672ad90602d8b, 0xa07e747eb8fd58810fb9ab25209817cc4b2f332d036e3600c8524297d6a84796, '', 0, '?'),
(0xe3a244d093af4b24cc75d2a88b6a7b0c, 'wp-content/plugins/wordpress-seo-premium/src/integrations/frontend-inspector.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/frontend-inspector.php', 0, 0xb3339be7b9d43c26578fcfb2126961e2, 0xb3339be7b9d43c26578fcfb2126961e2, 0x4c08bb437e2906d76b7e82bc3b9355325acc409adf90bd6e3ffad13ff8ae4347, '', 0, '?'),
(0xe3a252737b707e9edae467d081d891d5, 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc8ba3d4dff63e24dc0cf0e825a0dcf9b, 0x79f28d7a334ac1693c44d77e6768b4804262809d0b661e401d34616a598a9ac0, '', 0, '?'),
(0xe3a25811ae822dfedf0ff982ecc0a0ce, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php', 1, 0x00000000000000000000000000000000, 0xc0bb2922771de493e8752842fd61c1da, 0x641aca95ae55c34e77b24425f2cafcbcad8abf2a50bafe6b7ed5461c4ccb3625, '', 0, '?'),
(0xe3a62dcb21006ba10a91f06b250a9c53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_panel_settings.txt', 0, 0x90f23cb2adff04527485c6b58eda487e, 0x90f23cb2adff04527485c6b58eda487e, 0x1a4143a22355333422c7c94b217cb7b37410e6ab51064ce31e8a557679aff06a, '', 0, '?'),
(0xe3a91e9ba4ffba7992f61caaa7359a23, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_top_bar_template.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_top_bar_template.png', 0, 0xa1f2ae4c0df267d2e2e6fae232744041, 0xa1f2ae4c0df267d2e2e6fae232744041, 0xccf791694a411ab8041f1ba27061676ad9e9bde79bda67d09309b86f7af3eab3, '', 0, '?'),
(0xe3a9ae65b8a0bfa561ce911e5768735b, 'wp-content/updraft/themes-old/twentytwentytwo/styles/swiss.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/styles/swiss.json', 0, 0x1a5a1f4b3d51a33f9703d93a41a11407, 0x1a5a1f4b3d51a33f9703d93a41a11407, 0xb6c2d6784c01c6e84915847eb56ab9eeac9d8e3fa9054db260f418b0e03fce99, '', 0, '?'),
(0xe3aab6195441966e707dbdef45101fae, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 1, 0x00000000000000000000000000000000, 0xefc7e0c102afc0000c15a1452c0dbe8b, 0xfe39cbb81dbb30de25094085d170de75eeeb7f6395418add0ca0a525bae67384, '', 0, '?'),
(0xe3aaede0154f6dd867f78d6b71b64167, 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css', 0, 0x73e3728aa233fb9df525d71217321a25, 0x73e3728aa233fb9df525d71217321a25, 0x7255fcd7030c8feba32ab27397dafded86db700a2494fc2890b3da6247506496, '', 0, '?'),
(0xe3ada9e65d7a899779e06d9a8a7dfc6b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_import.php', 0, 0x3e21fb8758171118c9a55f3bfcea7eb3, 0x3e21fb8758171118c9a55f3bfcea7eb3, 0x0e3bec35469b787d0579bbfd8b89948f0f5c945f02b6dde345649f38127cead9, '', 0, '?'),
(0xe3af447bd2c28d8e1b57ce31b208f618, 'wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php', 1, 0x00000000000000000000000000000000, 0x26d51643f1f6fbec3bd165ad03b0b496, 0x4f1d12109cfa37de9a6ea3ffbe9502d123f1f57859dfc3dc36e666b1f1554baa, '', 0, '?'),
(0xe3b03724839d02072e190ff1a6ca4ac5, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', 0, 0x4688a8ac5119bdaf3a91b313edb35814, 0x4688a8ac5119bdaf3a91b313edb35814, 0x27b171858ddcba130259c77ecef0387ecefdff9494ba7d09323a81e526984d6e, '', 0, '?'),
(0xe3b6046b8e12d7e514798cf91acd2635, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0xe962149df725a1024ff61dac7f0f6eb7, 0x75b758cc47d0505f5665618d4380ccde1f26f9a2f45a6c65a1a7e8ece6585859, '', 0, '?'),
(0xe3be3f3680e0b1f839bb19b3b047591d, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-accordion.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-accordion.php', 0, 0x9c8f8eca13e8d8116d1f628155cfb7da, 0x9c8f8eca13e8d8116d1f628155cfb7da, 0xb0f8ae78f7fe35a5fbe8c08cc04cc26542e371b75fa80df1b88de7e6d984f939, '', 0, '?'),
(0xe3bed199931c1c2a59db96ad2c8b8c40, 'wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', 1, 0x00000000000000000000000000000000, 0x7a54076b657425cc93a367bc4a8fbdc4, 0xaf90ee30fb3a8ee5e04364ebe71f18355a6fc908e77239d24531680029845d69, '', 0, '?'),
(0xe3c3686f25d2910d1a04a9a6931dde76, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_5.php', 0, 0x28591b03d26423a95dceb60c42deb61a, 0x28591b03d26423a95dceb60c42deb61a, 0xa53714c1cfc79771e26eb814fcbe8a8901a74409d8e40a1cd956cd9e580c0b1d, '', 0, '?'),
(0xe3c411c6e1bc6c39a12e4dfd711537e8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import_no_content.php', 0, 0x92b8c31a33c5f5f513757c7ac06a9a81, 0x92b8c31a33c5f5f513757c7ac06a9a81, 0xa953a79ec8df6dec9fc7b3101eac92a758ba52ead0f9d0920262fc6b5b9819a9, '', 0, '?'),
(0xe3c4bcc307529614026e96b8496dc305, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', 1, 0x00000000000000000000000000000000, 0x369b76943a5b7eaee8c9253ac7914993, 0x3f2527c31462d268179ae9e9371658632974f07cc0f7d5d4c8916eda376c09bd, '', 0, '?'),
(0xe3c8120ba2632f59823f068561c712b0, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php', 0, 0xdd04ae960e768697d1394e91d04ed7f4, 0xdd04ae960e768697d1394e91d04ed7f4, 0x1b320f2b8b14ce7e355928bde2178ea7ef3aea250446854192888a170c938218, '', 0, '?'),
(0xe3cbe7b673303f4257b4e29f01c7a321, 'wp-content/plugins/updraftplus/includes/updraftplus-tour.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-tour.php', 1, 0x00000000000000000000000000000000, 0x50d476053656371534edbf91f9902600, 0xc46dc834c8b680b24071f774223621584b2da02197acd669e642394bab8f6d57, '', 0, '?'),
(0xe3d08ef22a896eb531cbd320621ec400, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/demo_style.css', 0, 0x9752e5bb5551165c225c6a0584690de0, 0x9752e5bb5551165c225c6a0584690de0, 0x795ab39cab446410dd53fbc6a39913c7b93a1fb0208e4e0af962986c70be4836, '', 0, '?'),
(0xe3d34e799aa42f11a9ea66a760370063, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php', 0, 0x4f457a29767d0020bbe6cdee0d2877ff, 0x4f457a29767d0020bbe6cdee0d2877ff, 0x68d7b5bc07b16e12e47a8980ab7dd6b445be60388d787b223a7d68ffec0f0d9b, '', 0, '?'),
(0xe3dc4f8f31d53b355b4856d0151777a0, 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/post-terms-1.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/post-terms-1.json', 0, 0x2d4ffdca283449a17a57c877fdcd17ed, 0x2d4ffdca283449a17a57c877fdcd17ed, 0x2e7422dab751618f6f7a426397f5ec088e28981bf1e00c37b4cf55fa03037dcb, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, 0x00000000000000000000000000000000, 0xdd6a35718c9902530d588cdaee69e8ea, 0x456a1a85b31ab049d3f1d3334ac4e70647bb0b6a56dd92a4a4363c53e7395018, '', 0, '?'),
(0xe3e3b648918aa784cf25e2f7da2c83b8, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0x1e37a8a1c2f7de7cb1afd8fba108875a, 0xdf4407baca442b76658268a0de733eb198ac5afc666f82f77657887e042c1b3d, '', 0, '?'),
(0xe3f09ec8c11963e3eeca29bb8ff95d5e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 0, 0x1d3f9753d1186f001acc71f2b383e139, 0x1d3f9753d1186f001acc71f2b383e139, 0x8097e29ff99851feb859a87a016f795e725c5991915438d702a287c69395d88c, '', 0, '?'),
(0xe3f225e7fdaa6fc027b865bfd0b291d5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', 0, 0x0a176cd0d3c37fd6d3c3edd32973ee63, 0x0a176cd0d3c37fd6d3c3edd32973ee63, 0x7d4465c8272fc6ccf9c72297584d2f01857878256b5ae0db938008e158a0828b, '', 0, '?'),
(0xe3f9e5401b31be9ac5e8ad754d9a7bfe, 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php', 1, 0x00000000000000000000000000000000, 0xdb7a8ca82309ef8faa4addbed35e182d, 0xfdc6888390b62b8660ea580ec8dce51525658eaeb770bed91898a33fa61c8146, '', 0, '?'),
(0xe3fdf7450fa61d2737c1a5702491ce17, 'wp-content/plugins/td-cloud-library/assets/js/tdReadingProgressBar.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdReadingProgressBar.js', 0, 0x52387380d2b49a737325f25bc864cd20, 0x52387380d2b49a737325f25bc864cd20, 0x32fccba5d3a600183fc9ff6b37f6b4f30bfc8bf1dc3ac4bd670a232be2d40bce, '', 0, '?'),
(0xe3ff38fe3f70c843d87c54ac5a11bab3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 1, 0x00000000000000000000000000000000, 0xcad93a5a89919d2879c448f094e73137, 0xfd589ae16b1dbcaea4dd6688f015106cd9cb02e2437e7d1182d6b60498e2a0fa, '', 0, '?'),
(0xe401040bd46063b44033edcfd2767ab4, 'wp-includes/blocks/legacy-widget.php', '/home/abt90iranbet/public_html/wp-includes/blocks/legacy-widget.php', 1, 0x00000000000000000000000000000000, 0x85b4033e3caa76ce4b052c6b77d77663, 0xc1f1460678d2170779ddeef3a7e396e900a6c33f3b76e31133130bdf4c81c1ad, '', 0, '?'),
(0xe401fced94ee21b0fb5ff1981b990cea, 'wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php', 0, 0x5428869766a89ac62da89e385df3a063, 0x5428869766a89ac62da89e385df3a063, 0xce8f3c5340e7cbe4ac6d86445408dc59b92fb3906a8b6e8636d92a3f1f155033, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0xedbcb1338a405262c094fb878b5a106c, 0x7cd70ac254e9d0b0e6e19b1ddcd3c662185b866afbb63e87c18cb425763bb0fe, '', 0, '?'),
(0xe4080ee9be477b34c377baaaad679109, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php', 1, 0x00000000000000000000000000000000, 0x16ea21d487a9b1554df3cd7aa74d33bc, 0x7e8c79a14dfce2f6b4686454395c846f635b70fe2ace9cc4b3ddb81a2ad80600, '', 0, '?'),
(0xe408a34cb19e60f85ce4ae9ff96ff457, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php', 1, 0x00000000000000000000000000000000, 0x3901d3e2272db18da73fd6869c581b45, 0x2650fd046a185b7274aa9c4a40de4d3475d64b4bd3b5c6c5bfc76901c98fd555, '', 0, '?'),
(0xe40bf56438507707ca6afd774624b084, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php', 1, 0x00000000000000000000000000000000, 0x945f06a198036bd9a03113993144bfbd, 0x69cde103ab9ea8e0f712bf75b65e4f8ac6c2983e7347aee8783d9ade42162a64, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0xe4a50793966fb5d838c2cfb0c36e4558, 0x6ff26acc9966b2bebcccde9a6c11d255bdee60022944182838ef4afe621dd83f, '', 0, '?'),
(0xe40e1b21aed48472443579f3c980e1a9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3.php', 0, 0x4282b053b85082b91fbe1fc1dab3e3bd, 0x4282b053b85082b91fbe1fc1dab3e3bd, 0x1ea73bc1b107b6565c15b25c68b4048f6a49ed7262af643c264d2b85a3dad14d, '', 0, '?'),
(0xe416a1c6c44c179a8c1f68863d385962, 'wp-content/updraft/plugins-old/updraftplus/methods/backup-module.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/backup-module.php', 0, 0x10b32216eaa21db871edd86957010bbf, 0x10b32216eaa21db871edd86957010bbf, 0x055c3d5f534352a9b4179e18be88f405193a5fa4402c89ebba35e0743f16b4ee, '', 0, '?'),
(0xe4182bb79ca859e2fe990aaf64622ac1, 'wp-content/themes/twentytwentyfive/styles/sections/section-1.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-1.json', 1, 0x00000000000000000000000000000000, 0x226bec3b05b1db989be23321f0dcf875, 0xfe20ecd65a2dd49b4f05785f9f3727512cf8b3b982888df914d4fa143556f4dc, '', 0, '?'),
(0xe41af4084be9f5015eaa14bdfb0a19f5, 'wp-includes/blocks/image/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/image/block.json', 1, 0x00000000000000000000000000000000, 0xe85b46594e8f64668d71829111de660d, 0xfbdaa3ea1e618fce4ad6f9e4666c1d644de44a7dc580d14afc9bb16414e49e50, '', 0, '?'),
(0xe420063e1f681e8a7b3abb28c8ef2b37, 'wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', 1, 0x00000000000000000000000000000000, 0xfc7c2d2b03ec41fa0ba9fc0673e59aa4, 0x694a8136bbaf2c2c548d7ca76883bd58ee2ae609d2c5026908f8e884c29fd5c7, '', 0, '?'),
(0xe42428c9fd7d0611d314e6f359a82f20, 'wp-content/updraft/themes-old/twentytwentythree/screenshot.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/screenshot.png', 0, 0x003ba6ca2329379f57573a489d2084d8, 0x003ba6ca2329379f57573a489d2084d8, 0xf43266b0df7cd17a57a3398332b1cf15ce34276737d09bf07220edf49e3b78db, '', 0, '?'),
(0xe4299d645802bb3aeee690f5683a7d6b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xe47f1a5aebfc5cc82944349c2e6368fc, 0x08cc17e54339b202a3ccbbff8031905016b1e4c40acf35ea2ee01c0b5f5b3a2c, '', 0, '?'),
(0xe42a7951eb97f6df2fd0bf072c427976, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.mo', 0, 0x8f78eadf59fe37f2780300d632066229, 0x8f78eadf59fe37f2780300d632066229, 0x1b73cd625f29b6cba57e48cbc07f1838765a62046861f6132af665fabda82e90, '', 0, '?'),
(0xe42cb001d22a6956a84f3161df0a33eb, 'wp-includes/blocks/post-featured-image/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ff3bf3def56ebc8fd69e6937c4266ff, 0x6ac83b3063a048ab7815ecc8ee09268891691d6533f2bc68d7488a51522b6949, '', 0, '?'),
(0xe42fc156706bf903fa5ef50642a55ce5, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', 1, 0x00000000000000000000000000000000, 0x3a4c7f36f7cdf369c9ab8e48b241c85d, 0xfa871946b951b0cefb51d0fbc43458d5788ada26ea246c13488ddff9d46b64d8, '', 0, '?'),
(0xe432d519ff0ec697ef04852520930104, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php', 0, 0x7bf532d1e7b2528c3b719995c3bb3589, 0x7bf532d1e7b2528c3b719995c3bb3589, 0xace1e417c64d5ce4a26f026ad4b1e6fda13520b2bbba402de8075cb259117d5e, '', 0, '?'),
(0xe438408320d62b8cf9e40d55a3ce1de6, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_date.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_date.php', 0, 0xc8f37524294b8337b0266ac61113ca42, 0xc8f37524294b8337b0266ac61113ca42, 0xf7eb9119e2d0e72edcd0d078d7680b65ed1a6cf8469f9006463c4793f25c96e6, '', 0, '?'),
(0xe440772b93228c55083c8cf65356ee04, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 1, 0x00000000000000000000000000000000, 0xd08783f96d85924c3a1ce35b37c6c30a, 0x9b227fee3bd2e730db59bad3d2aefe348dfbfa0afe46b73508b641cd3f81719a, '', 0, '?'),
(0xe446e97d4492f56fd0d9086347be28bf, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box1.php', 0, 0x0f02ef7b195bc618ff8cf68999b2137b, 0x0f02ef7b195bc618ff8cf68999b2137b, 0x3a0736ed3eedc693791f620c449b7d538c1c831486b7dcc5b6c19634952c9e9d, '', 0, '?'),
(0xe449d049e89662b5d65e79e224a77607, 'wp-content/plugins/akismet/_inc/img/arrow-left.svg', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 1, 0x00000000000000000000000000000000, 0xb811f6abe3935e5dc4d35039ba4b47e2, 0xb1a24af43bd7b08da3ececa7c36b9b9dc53a14bec01d1b7d75f23e6b4093ee46, '', 0, '?'),
(0xe451d7813a63599569717f12fb0b3965, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_6.php', 0, 0xce58a389900cb4532204fe28232b2938, 0xce58a389900cb4532204fe28232b2938, 0x89f5a276240586223c439c656a0d96e71d03c3a58642b1f94372c58a15693b61, '', 0, '?'),
(0xe452dfede83cbcb2cdd17e43376d35db, 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 1, 0x00000000000000000000000000000000, 0xdb0aaf3ef43ab7ca3356216c926e9330, 0xc4dc7c83fe8217bfa198264c25396bb679bd06017d22366b145f25040df1e7ad, '', 0, '?'),
(0xe45931c6ea2628bd260cb9773b182b57, 'wp-content/updraft/plugins-old/updraftplus/images/ud-logo.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/ud-logo.png', 0, 0x43ca6ac0ba4dd5f5a0d193a627cb905c, 0x43ca6ac0ba4dd5f5a0d193a627cb905c, 0x77f67910421ba53162749ec803578f9d226c25a9d974299b51708b2c4a62052e, '', 0, '?'),
(0xe45c2fe89d8457de6ece2d950a9d2039, 'wp-includes/blocks/image/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xba54d83d348f3487c7bf93e1a6c44a55, 0x55c5267a11a683c5173c13e833c3b56dd8a80bc04d69c652f539f53f36e661d6, '', 0, '?'),
(0xe45c8de91f2ca8a3c11d2ce2cc559e43, 'wp-content/themes/Newspaper/attachment.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/attachment.php', 0, 0xad8b0503aca035583f39dc061a491d5d, 0xad8b0503aca035583f39dc061a491d5d, 0xdd528fb0b2010a7ef8ca8daec25a790809f57c290e8fdd959ec067a58bb1c63e, '', 0, '?'),
(0xe45dd5bd4b10236b39bfb65d84dcbe78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/demo_style.css', 0, 0x4e32b31ed69a2358cf29564f29058e28, 0x4e32b31ed69a2358cf29564f29058e28, 0xd759aeccc2e91a55976fba78d94f98606129ca2e5962e75219ef80bbffb954f6, '', 0, '?'),
(0xe45e43d8e52a4de183b5542c04281b03, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php', 0, 0x26482045e3caaa46c23f89ae64d853b6, 0x26482045e3caaa46c23f89ae64d853b6, 0xbd9275261b2ad69c4903fceef9d0d40ec68be15ac56e04846b8c0dbea127cfaa, '', 0, '?'),
(0xe45f60bb6bf416fd1d9122a2361d4e3f, 'wp-content/updraft/backup_2025-08-22-0342___90_38222374aa31-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-22-0342___90_38222374aa31-db.gz', 0, 0x97f0949baec3dc0fa8ba277a4c0e6360, 0x97f0949baec3dc0fa8ba277a4c0e6360, 0x8d17b99964a098089b0e1741ddb1245af15c7deb1aeadacf0aee55432bf8db4a, '', 0, '?'),
(0xe4651a47967af4fe120c67395a9e2f14, 'wp-content/plugins/td-composer/includes/tdc_util.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_util.php', 0, 0xd78b4bd0ae8770547e53cb888fe168d0, 0xd78b4bd0ae8770547e53cb888fe168d0, 0x5e9d33cae56417a8ebaaf40080b12a2b1029b384664748fa6bfbe88b56cf2df4, '', 0, '?'),
(0xe465b1cbb32f767cba6e0bb684e7d38a, 'wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', 1, 0x00000000000000000000000000000000, 0xd399c497e7d91638ee60bfbc5ba6e642, 0x8c11b3601565bf78c138e404d45f963518070e34074a3229919a572aa55fbe94, '', 0, '?'),
(0xe46b75158d00464a0b2b29af1802c656, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_10.php', 0, 0xcaf3a3edc11056c120d31e51b0d943b2, 0xcaf3a3edc11056c120d31e51b0d943b2, 0xe4849bd87ff5aab8e1f919cc495e501708c515adbabea2eb806980a880299729, '', 0, '?'),
(0xe4724e4c67519829fc70119daac7bea5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_7.php', 0, 0xea45d1484f5e70ef2186f7e2b2dff9a6, 0xea45d1484f5e70ef2186f7e2b2dff9a6, 0x1ec92187535d6639c3d8c2b09fe6888ba0c63ae077a68297461856fc362167b1, '', 0, '?'),
(0xe479f1620762159fdf8f08752423d496, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 1, 0x00000000000000000000000000000000, 0x4b50f19f97a9a7b79b340598ddd7edca, 0x816e61d3b1a59b2a670b175571d91ea57923b2cafff34961d0ebc6602ab33b95, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xe47b7c70a7c814438068756396a3afac, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_10.php', 0, 0x64dee197b1737af644d78505607e9039, 0x64dee197b1737af644d78505607e9039, 0x3f94cd979636f76419bc4745e73f9c52db8aed6e78e1b9225c0bfd864ba0d17f, '', 0, '?'),
(0xe47dffd8caadf1428e969788d09cea72, 'wp-content/plugins/elementor/assets/svg-paths/arc.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/arc.svg', 1, 0x00000000000000000000000000000000, 0x3422609f974b6c5d5672a913fa5c2634, 0xed0a9d3b78a946aebcf823e95c8dc66fcf3328b87e82fe1b1492f88b96d99956, '', 0, '?'),
(0xe480935c47adb69c0e4700e2f53e8da1, 'wp-content/plugins/amp/assets/js/amp-plugin-install.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-plugin-install.js', 1, 0x00000000000000000000000000000000, 0xb9baf0161a5bd4fb0cd5558a973cbdad, 0xe10037fc612a87934053f7ab093e90b5eda80464a57b3764ebcfa0a5429ff629, '', 0, '?'),
(0xe486ae472a140bd77e9635489dd2dc49, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 1, 0x00000000000000000000000000000000, 0x666dec7643493dd1117762d6bef6083b, 0x16fb0f1601994cd763a263b1c93903d430307093a292cb24c28ed3a5868cb2fc, '', 0, '?'),
(0xe4875d5b0be797be18325ffe2fa594f2, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php', 0, 0xcb771d59a67fe3d3ba18fd6046e940e1, 0xcb771d59a67fe3d3ba18fd6046e940e1, 0x7e13e4f146f7f2f70fac4d38827463681e4c1ad12507280d798b7f319f708761, '', 0, '?'),
(0xe488bb22f4aee93e7f9854e9373698b5, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php', 0, 0xc2513733817a23b35a7319990d5a3e5e, 0xc2513733817a23b35a7319990d5a3e5e, 0x23f7d37fdfa6b9e392bbdb5e3eb648f19b91a452dd836c6d305329b2cdf73ce1, '', 0, '?'),
(0xe48b8af886ce5621fd321064a82d0a90, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xe82845c9bf276a9a2b012e54927dd6c9, 0xec13489eb0d9b2fa79e3ab47dbf3793f10c42d6e20ed671760c292ccee84a061, '', 0, '?'),
(0xe498f43c5ec529490ac6f7471694c256, 'wp-content/plugins/amp/assets/js/amp-post-meta-box.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-post-meta-box.js', 1, 0x00000000000000000000000000000000, 0x3384eb4481b6b7fb3424588c55b13da0, 0x98c5c42f5a862b737a8b9365fc42feda182a1f568d68d7a1ee9513cf90874c57, '', 0, '?'),
(0xe49b0b68df1d05d1ba74011f5835f555, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 1, 0x00000000000000000000000000000000, 0xdead3b50bd5ed726bfc80e573e5c5e91, 0x36903ff686d600253b350534313a72a2216f4eb084238760a8274fcfc2225dcd, '', 0, '?'),
(0xe49d200d5eca44a214ed869e2bbd7406, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', 0, 0xfee8d8b2ad2f3124d29bf8d9c0df598b, 0xfee8d8b2ad2f3124d29bf8d9c0df598b, 0x27fcbd7ed5c57ac2c653821ea06f463339dc9b53035bce9cbc0d5abc735b4ab6, '', 0, '?'),
(0xe49f69f0fd8fa0cc741adc6fce61d389, 'wp-content/themes/twentytwentyfive/patterns/overlapped-images.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/overlapped-images.php', 1, 0x00000000000000000000000000000000, 0x6fad3ebaa06955565d83c099ff1e88fb, 0x5cf74354c3290638f05b46b4e42606fe88da1c6a62dcd2bbf2ab7c10a45bcb6a, '', 0, '?'),
(0xe4a283c6f9ff9c6877a295ced326abc8, 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 1, 0x00000000000000000000000000000000, 0x8719cbe08d994efeec5cc669efbfe8df, 0x58dc9894335ec8a689ae802a17eef162cd493a36c4556b425c1fe8b811b8ad63, '', 0, '?'),
(0xe4a84274cca0f806f435e244cb2d67cb, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', 0, 0x2f62d765d811eda158ea011125abf774, 0x2f62d765d811eda158ea011125abf774, 0xceb74d7a450d2d2751ca3e5aaeacdd07f591e694abf48a09cf528c3cccc2d8a7, '', 0, '?'),
(0xe4ab70ee593462f0c97c6f73a0e57617, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x694142a1b0619bf0011d6f258e5cfe6b, 0x87dc269f6c15486c74badaa9ea1abe776952b12acff563eb46813f63933dc5da, '', 0, '?'),
(0xe4bc79aa111fb1968d30b8f4d1ae3585, 'wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php', 0, 0x6c3ce522340808a12b168e0c55924f5c, 0x6c3ce522340808a12b168e0c55924f5c, 0x279e77a7c72c1c7e6e22e157a9c307bf253158e35ba438031860b4e71ff4fb41, '', 0, '?'),
(0xe4bd21851ac56682a68ae394926d983a, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php', 0, 0xafbda88de74b1b365cc4ab8080a07057, 0xafbda88de74b1b365cc4ab8080a07057, 0xaebbb101668d179694f8185322a3c8a022d3a994d95537d4c1a1688bb9ef5641, '', 0, '?'),
(0xe4c7145b5866a98fd50a0f05375db825, 'wp-content/updraft/backup_2025-04-17-0329___90_3779799e31d7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-17-0329___90_3779799e31d7-db.gz', 0, 0x4a4e483fa1ba6ec1283250c29337a005, 0x4a4e483fa1ba6ec1283250c29337a005, 0x72f346c752f0ab116ab4414394e15efac2b3b2db4d2ec5c0150dc2313849a818, '', 0, '?'),
(0xe4ca2c9afd6bcf4681212fe4e8452818, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', 1, 0x00000000000000000000000000000000, 0x831e117bae92cd92ced23325da045816, 0x0aab265b6e6a5fcb6d2417082ac1ca8629c9855045b8901b0876cd2b5108feb4, '', 0, '?'),
(0xe4d12c4786882fc0759f81157e657bd6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 1, 0x00000000000000000000000000000000, 0xa4aec944995c3f4c6259be04b39628d1, 0x0e3c270f8f53b879a4392b7f6febad6eb1c009aa210ceafdcc5cee85256f2d63, '', 0, '?'),
(0xe4d9714d9101262494a6d8f5c5fbb9f7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2_no_content.php', 0, 0x9d01a8730780882a802b769a460e3a20, 0x9d01a8730780882a802b769a460e3a20, 0x23d6e9542cd1513c85e19baadd1db0c868f9d1dc9ad4c916de0c059ae1a389a6, '', 0, '?'),
(0xe4da5f49af1b78079c071bc9ed0b46a3, 'wp-content/plugins/updraftplus/backup.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/backup.php', 1, 0x00000000000000000000000000000000, 0x2a021b3b89eff44d361e5f2af4749c7d, 0x00e9f1d8902527b928ed8a4e895b0081d25f9be688ba7c025e69f8771a08c1f7, '', 0, '?'),
(0xe4dbea7852d4a64a32d1ff17c0997702, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', '/home/abt90iranbet/public_html/wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xc98e675d7c7b5bc5e454d786209fe67f, 0x3bd290a2ec91f9ba9182707f5e4b36632568c81b38b3b637bf5a1e2bb8fbe075, '', 0, '?'),
(0xe4e483616cba1ae4d7f83588e29930b5, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php', 0, 0x4b2a566282b5b81164ede9e6a1441a08, 0x4b2a566282b5b81164ede9e6a1441a08, 0x787a3953b0b9df884d2c1f90d810d037528c60f39459d35aa3a9450fcf7cd435, '', 0, '?'),
(0xe4e966d3990dfa90b28a7c27fde96cae, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_weather.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_weather.php', 0, 0x36aceb00bd6dd97312aa363376c68b85, 0x36aceb00bd6dd97312aa363376c68b85, 0x65f349ad698ec139981b3742e7220913c13f9125675741471e8e15bfe329a264, '', 0, '?'),
(0xe4ea18014c1dde75c07e175018588350, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_8.png', 0, 0x759ca64e38d3c44202a4b94c6f333dfc, 0x759ca64e38d3c44202a4b94c6f333dfc, 0xbe35aac13a8b1ab7f0e3f2fa3a72a9e3a5961f2435b943cdeef9373dcb9233f5, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0xb0b1fca53b5d02e04d54e9ae8c16aa3d, 0xbf42162409db28965a8c1f84ea2da153583f5ae1f17d2032c79d6b06283235e4, '', 0, '?'),
(0xe4ea2457d2fb3f23ca905d7f1385a879, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md', 1, 0x00000000000000000000000000000000, 0x9f938d4668c5a96074428df1471e2b90, 0x8eefc75a546c664e11ae40c7de1e1f493bd3cc2145829ecdcd1f4c748bc8e9d1, '', 0, '?'),
(0xe4eb3642d6517b5713a4e8e5b4b8a132, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php', 0, 0x7c33eb271eade33e4731c19487178189, 0x7c33eb271eade33e4731c19487178189, 0xff6ba9b33ad40fe755520479e763dbf943f3a32d5a460e5b8560bfef5c16c950, '', 0, '?'),
(0xe4ed49a460d94c882b32dbd8bdaeec51, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php', 0, 0xc3ad42263252a9f8e7c4566f2946cb0a, 0xc3ad42263252a9f8e7c4566f2946cb0a, 0x5971f6d18ee75b3539f462e4ef049d5a9c13bf57197ee869c55101a017d5eec9, '', 0, '?'),
(0xe4ed66a1c3b6e8e4694649c3899b9638, 'wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php', 0, 0x9b7d3d266f3bda4f140fef5d77c41ca1, 0x9b7d3d266f3bda4f140fef5d77c41ca1, 0xe6a7fe6fdfac19712c5f288ef84e346cb6369fad921375049e4a39b042925e46, '', 0, '?'),
(0xe4f00f0e0341106168faf6a4bbe3ce64, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0xb76e7729d43c4a49182d020741285bef, 0x732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab, '', 0, '?'),
(0xe4f08e59198c4f1b2869527ab5aae653, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/debug.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/debug.css', 1, 0x00000000000000000000000000000000, 0xd9f4c15e64fabe592b1d7abe34a0a6d2, 0x431c5101bc0c40a1a7064dedc9332dfbbb1193b2279edce416d0de9aa4cadea2, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', '/home/abt90iranbet/public_html/wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xf667d69261d4665809962ac45c654b30, 0x77d31a632e2890aaa8d5551f63990849f19f7379ffeb38f7ffeaa999c91a7e1f, '', 0, '?'),
(0xe4f76e265405841d6ccececd7b253d04, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_4.php', 0, 0xd592500c3d4590d13626e0a54f1262c5, 0xd592500c3d4590d13626e0a54f1262c5, 0xaa27ab487ececaff760a36a7c382fb8187585b172819af800912611c1323584e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe4f90eddbe770064c5eea41027c84b83, 'wp-content/updraft/backup_2025-09-14-0447___90_36761b809bdc-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-14-0447___90_36761b809bdc-db.gz', 0, 0x720e7b785034edfd5c84b0af47f7fce8, 0x720e7b785034edfd5c84b0af47f7fce8, 0x750bb49ab516ad66f2f523307ebaca4dec2dc48384009dd540e6f58b55222ebb, '', 0, '?'),
(0xe4ffe2e30acb6676361c817ee95dc5ef, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_import.php', 0, 0x30ec9f1398f7b7845c56223592936063, 0x30ec9f1398f7b7845c56223592936063, 0x0ab0d841303abd185db5e76b4f02aaca702b5da3725506b49e7a642501b7db63, '', 0, '?'),
(0xe5006e51e1688ce98ca81245cc6c3f64, 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_ad_box_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_ad_box_mob.php', 0, 0x3076f9a1868788561f77ef3c4c7ac0b1, 0x3076f9a1868788561f77ef3c4c7ac0b1, 0x0c7d926bca34e46050ea7cb1a1076d0c7ff39797e6ffcd5feb2d7551a274c3bb, '', 0, '?'),
(0xe500e13d27828304ed91628abcba97c1, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php', 0, 0xe31e7cc319e9e37fa45162c38959926f, 0xe31e7cc319e9e37fa45162c38959926f, 0x236df6c62a7305c5adaad76065c521450717fb60d9b655c940286a226d4d6739, '', 0, '?'),
(0xe50437a480f02f44761e393112c26a2f, 'wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 1, 0x00000000000000000000000000000000, 0xe07ffb0530c05937f27f470789547fe1, 0xa366ff10ee70050d43ea958ce34de4e37d8407bb02ab385b003ed2d22e6c134a, '', 0, '?'),
(0xe5063d4e6d8e3e9f34347ed1b1676a1f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', 1, 0x00000000000000000000000000000000, 0xb502e91f317350625d8c47122b4b7ae4, 0xe2c61c12378f265a3a9f828e11be85b9fba8b96163b8192885b157d4c39a95d1, '', 0, '?'),
(0xe50bb3f14a3e2675c8a7d3cb552975ba, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php', 0, 0xdc8f9b9f59a43ea8589e8c0f9a8f2697, 0xdc8f9b9f59a43ea8589e8c0f9a8f2697, 0x7110e8c2e19ebe4a33ec3340ad3ddd654d39477f7259044599270bee870e456d, '', 0, '?'),
(0xe51512b5882b54782a9490f830727e01, 'wp-content/plugins/updraftplus/methods/email.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/email.php', 1, 0x00000000000000000000000000000000, 0xeb8ec2d1439b317eab936da872aac8e2, 0x9ed9388e4c2102893f0fe952749fc93359c4bf7045f493296db3eea7fd3f9bc8, '', 0, '?'),
(0xe515b1efdbae2308ef0abf34bff5fa76, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0xf058206bb8ff732dbe8e7aa10d74c9cd, 0x21dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b56, '', 0, '?'),
(0xe51900c1000ee5319d884172c75d1e2c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', 1, 0x00000000000000000000000000000000, 0x31be411be87a888e903c5d5cf9cae9f8, 0xc701c40fde9c45b2465cb09333e4ed6837f4e2ce12aec610d179676f3b2e9282, '', 0, '?'),
(0xe51aac1830d52ba77d82b136f71ea720, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php', 1, 0x00000000000000000000000000000000, 0xdfe4a222973a417bd4d80c780ec90bb7, 0xe8d96adb7ec02459473294297f306445dfb0f52e2e84d5c457fb2ccd239bff0a, '', 0, '?'),
(0xe51b9b455a340e187cf1b154a29f9024, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php', 0, 0x6db4c2ce54cc82823a1c237151df35e6, 0x6db4c2ce54cc82823a1c237151df35e6, 0x5846111e44f6fd871562dd5d14367fe4a747ebf3e3e97ae8a82e64d13c6cd14f, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0xe529a6e9b7ab9cca1267cca80b125214, 'wp-includes/blocks/loginout/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/block.json', 1, 0x00000000000000000000000000000000, 0x45bbaf5c83c6e3e1bc7c218f65cb9405, 0xa00f04eac82df992db8afc32a4bcdc51f611d866b68e5a4616c46087ee1c6e26, '', 0, '?'),
(0xe52c1e955c8aea5cdec64e67de04a056, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1.php', 0, 0x46790a40c53087e8229d6115539fa43c, 0x46790a40c53087e8229d6115539fa43c, 0x84306d59117d93773df4ab8ffa1196cca47b94c340b5d466313691a2a605aafc, '', 0, '?'),
(0xe52e813c73e2620262920cd832bad40f, 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x4d2a65be76da57fa071a447146df1d4a, 0xafda275ad45a556d029924bfef48783ba37cb5130d52870ae0e0431f3cf38606, '', 0, '?'),
(0xe52eb91790ba7153da5f9aa4558c4e43, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro-image.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro-image.php', 0, 0x02b19dbb71845159512770ddd2b9d886, 0x02b19dbb71845159512770ddd2b9d886, 0x2deb317c9f810b3b2a376515aa3f0b33c6d7e0629d9a1ed5dff001f803622ad4, '', 0, '?'),
(0xe532649e3ab09eb9b0fd92f3322ce0ce, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1.php', 0, 0xeb0f1f527ee2cf384b3b9d3a1be7513a, 0xeb0f1f527ee2cf384b3b9d3a1be7513a, 0xcd797f1ed92f7e0d89e1851eedec759b93fcdcade569ab999ad2439a6608c3b1, '', 0, '?'),
(0xe53526243551a102928735ec9eed4edf, 'wp-includes/js/dist/edit-widgets.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-widgets.js', 1, 0x00000000000000000000000000000000, 0x6ceb622386a9529dc9c42ed890ccaaf2, 0xff3aea320532bb29e185ea30d95b265e554c7bb65be38ea1b9d1cd23897fe798, '', 0, '?'),
(0xe5362d21267e13b6653901c176f86512, 'wp-content/plugins/kk-star-ratings/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5ce622cfdb121eba4fcd9c630108ce45, 0xc7b892a94ca26b141540a1f0643eebffc7505e77a1992ade9b8486c195893b37, '', 0, '?'),
(0xe537cee9cbbb8ed74cbd4874af47688f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.eot', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.eot', 0, 0xa6ddd6835ebd94d73e74de49932f6b26, 0xa6ddd6835ebd94d73e74de49932f6b26, 0x4bef417f8a9382df93ab6479963c5ce1b2fb7b084095322636163a7abdc5f4f9, '', 0, '?'),
(0xe53a05da5c6e4ab08ac5451896bfd821, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 1, 0x00000000000000000000000000000000, 0xd8340566bffafc271b3f92cd01531fb6, 0x0e4a4cb050893d1801c07f1c3c63332ba561aa1d4f1bd5979d1c9c451028d0b3, '', 0, '?'),
(0xe53a3ad45cf463d08a7c35ae2e19183d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_panel_settings.txt', 0, 0x5100257f75bf7d289cceb102ffb07884, 0x5100257f75bf7d289cceb102ffb07884, 0xe2abb31853d3ea5c724b4cb19df4bca9116f71de7d0839c5e312f3ce03472005, '', 0, '?'),
(0xe53f06135119981be964728532608214, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/composer.json', 0, 0x6728a9b1d5f7231458011b8e1a8bb30c, 0x6728a9b1d5f7231458011b8e1a8bb30c, 0xe65866a03574cfb18822fa8f235c1213172ab474737d955ecb9b5ef50ff83a34, '', 0, '?'),
(0xe5402e105c41a0077b3529712a8a6006, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 1, 0x00000000000000000000000000000000, 0x240634126574896d6a0b92dc70dc592e, 0x21af3e4dc7eb43d090350344d39fbd01633ff696222e1e25d3cb1dfb2f89d635, '', 0, '?'),
(0xe5413f55eb3bed96b6a83159bef07b3b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 0, 0x153cb09aa11cb23e82f0240846a5fb9d, 0x153cb09aa11cb23e82f0240846a5fb9d, 0x5c118518c10c4960a2b76a5949fc1f593fedf51b4d105f89286242280a798ea4, '', 0, '?'),
(0xe5437e1c6e8a0dcbf8209034adcd86e6, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block5.png', 0, 0x57ad2fced0c812a3964ef433348bb0cf, 0x57ad2fced0c812a3964ef433348bb0cf, 0x34fe7c28070c40f7317f6806dccc339006b4cbead66e74e572444cac5fee3145, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-serialization-default-parser.js', 1, 0x00000000000000000000000000000000, 0x0e27681f9f59c1c108c9f08d0f75f63b, 0x82b7e296e0990210f4e16d8116ad9ec25369d8fc78e1bc3f145b2106ea5f60af, '', 0, '?'),
(0xe5453f92277994cddeababb85c79f06c, 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js', 1, 0x00000000000000000000000000000000, 0xfb975d92884bccc6a610653bee31f4fb, 0x39b6249d7eca4a91099257ba56518b65273c2ef877676c0b907df1ad7af08833, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', '/home/abt90iranbet/public_html/wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x6ab6ae6bd910d522bb3edb221bd2aab2, 0x296a8017f6bdaf5406ad9c4400efa24d0cab33335f01649e061c30d423a63e0a, '', 0, '?'),
(0xe549121003f0c9fa927f4e27ce1cc05e, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/gdpr-optin-js.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/gdpr-optin-js.php', 1, 0x00000000000000000000000000000000, 0x29bb502789208de8b091a52d1c72f520, 0x3f0bedc9e79716b89f8b4d1fe38cf94867c839c9444a16efa49ad4afc6d221aa, '', 0, '?'),
(0xe549bf29df823afe24a9ed220739739b, 'wp-includes/blocks/term-description/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style.css', 1, 0x00000000000000000000000000000000, 0xc80a6f1a932a911103d31e97587165c0, 0x8f1b99398cc5a4550707248d5c7e03efcf117b5d7401b9be062d6d91c2ec90be, '', 0, '?'),
(0xe549dce4ee61ac2119b19b06ad6396b7, 'wp-includes/Requests/src/Response/Headers.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0x1df650fcd64cab9783c76cb3cd77ceb3, 0xa7cf18c5eb309f15e961f88b6d0483c12e2a62b81f33a400b7416879cca742b8, '', 0, '?'),
(0xe54e01e06543cd522c030d4620c6f665, 'wp-content/plugins/elementor/modules/wp-cli/command.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php', 1, 0x00000000000000000000000000000000, 0xfc9c793777606dd769ecd54edb625043, 0x6f4575444bfe30e3b309dde19405a8bb29a73878bd0b70a7483432f14ed28998, '', 0, '?'),
(0xe54f0f9c06d3ecc308a21cfadaead71d, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x7d2f0bd1583524d739fff12f0507de65, 0x053baafe3562b0bd4714ec53a3a6423a0f657da2e8ecd1d621717c7ad236f4bf, '', 0, '?'),
(0xe552abb90f71b12076f6da077a0d5055, 'wp-content/plugins/wordfence/languages/wordfence.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/languages/wordfence.mo', 1, 0x00000000000000000000000000000000, 0x79ad610febdf3a604c8eb194dc06b54f, 0x976cc38d5c6443e43dd4972f1877ba283dfa47e14ef946d1a1967b2843632ac8, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', '/home/abt90iranbet/public_html/wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0xab877a59ae7b073aa0dfefd42fc32a4b, 0x429e51024204d035b7d9f2e8d7c6bd64ce9a4cdd3ce9f9a8ec8d17b1a88b80cd, '', 0, '?'),
(0xe553cce2c36c66608c8acd18b3999e3e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', 1, 0x00000000000000000000000000000000, 0xde3f7894b96e9b2dd5271c907b064724, 0xa804a1492d26188a87edc18b78da40098443ed93b1d5bc91c026cd8f2bf62a14, '', 0, '?'),
(0xe555117cc1b2843004803f7ecb3e4869, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.svg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.svg', 0, 0xb1ff989928c7182a25e8b9c34ea4233a, 0xb1ff989928c7182a25e8b9c34ea4233a, 0xa73f96299c95fa50e5abee09a708a390e3ccb6c287f00baf281df3ff0d1e2282, '', 0, '?'),
(0xe557e51a307b6bea02cd881993cb89a3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', 1, 0x00000000000000000000000000000000, 0x28c639640bfde7a42f039f5b996e7d97, 0x89778b73026a500215bb98e2be0b152d51047af3102c3ea52eb4587490d88a2e, '', 0, '?'),
(0xe559d2282ec930d015161deb13710a16, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_panel_settings.txt', 0, 0x4e6acd493f7e842209fa10c84606b76f, 0x4e6acd493f7e842209fa10c84606b76f, 0x61da2eb2ca3037f4cbdb2e42dccd9f42bdbba9ee2dde25709868973ca9d79723, '', 0, '?'),
(0xe55cbb03732fc4037bd9284c86caccb5, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 0, 0x3876307ef98207db9cdfada1fd8f5224, 0x3876307ef98207db9cdfada1fd8f5224, 0x0793eda731f480a4558dae7810b8c1a91c8ca4666ae9a46f490fb212a8f07dce, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0x5b9edcbad10f2dcb864e0a995ccf6e4f, 0x78e1883251bf85ede06d6bd9ab4049465268d548757ec25238a8227aec4b34c6, '', 0, '?'),
(0xe5665ab04f6c0d560d9da964a42fdef0, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-6-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-6-col.php', 0, 0x9cdd9427af11cdeac993884afe794d76, 0x9cdd9427af11cdeac993884afe794d76, 0xe687c5756a87c792119aae3467eff9348e0ae5cb4e093a36a6651fbea2e19bde, '', 0, '?'),
(0xe5686d110737e54c369652e86a591b9a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_fonts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_fonts.php', 0, 0x670dd6e2bf95c5ea30da4f9460a304f1, 0x670dd6e2bf95c5ea30da4f9460a304f1, 0x304ff73f031c57613600389580f3ca9274a4a8c4aa7be528ba6016976789b2e5, '', 0, '?'),
(0xe569ef98f1de9087751f29dbf0d379ec, 'wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php', 0, 0x33f7253c2a7b83515cef15433d584cc4, 0x33f7253c2a7b83515cef15433d584cc4, 0x7815aa5b3c2452d8bd70c1f66eb88bdee49deca9e4f599671f698d024ac63891, '', 0, '?'),
(0xe56b32cae8403a50d629f7d6b5f7dd8b, 'wp-content/plugins/td-composer/td-multi-purpose/less/buttons.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/buttons.less', 0, 0xd272ad8eee9004e4ddca4729bd91f468, 0xd272ad8eee9004e4ddca4729bd91f468, 0xc6eb5f80c3953cafe2bc2a1a83f550397c5f949932371b896cf691119b9e49dd, '', 0, '?'),
(0xe56c81111f3f6b8ebc2169d17a44a71f, 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 1, 0x00000000000000000000000000000000, 0x56c6decd769db22dfa374d0a46dc2995, 0x06f2e3352f2515514c183978cb2d3714859b72bc0890ca7e6f7da05d5289fd18, '', 0, '?'),
(0xe56db1227683d20d9d95bd86aa10be76, 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_list.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_list.php', 0, 0x3edaa22f97ad16d2fd2ee34edc83103e, 0x3edaa22f97ad16d2fd2ee34edc83103e, 0xb37b55ba9dae28d1a03c595f3815760e389e3c79d7d6dad5473bf2abe8a92e49, '', 0, '?'),
(0xe56f82dff8ef3a6f4e0e70271b64b321, 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 1, 0x00000000000000000000000000000000, 0xbea736e0ab93284497ae3422d978beec, 0x9de86656ba27bd4dd3e1b67c47c9af1f004d541b00a18329c67c5b07379a9079, '', 0, '?'),
(0xe57099b6e2e7cccd4f3a744c7d2b6f4a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', 0, 0x150ac5b6d1597041896ba262f8df8930, 0x150ac5b6d1597041896ba262f8df8930, 0x5f1b5f375d3e6f377624ea2d2a8f718358e005e7da406b0fb122e2da7d46dffe, '', 0, '?'),
(0xe57365feac9f0851727f5e54e8194bf9, 'wp-includes/blocks/post-title/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9e38cad80f587057a6d90d11897732f4, 0x7bdd293a6dce7b1c5e53da173fd76a0ae19038784a42d0cf0a7e29ac51347d63, '', 0, '?'),
(0xe57bd2800a6802cd27679e2930735c06, 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', 1, 0x00000000000000000000000000000000, 0xd1463860a23f95fa791a5857a6e27b81, 0x676163ad157d4a46e4186c5a96d7fdebfe6053748a9a4dfff6dbcfb50f633646, '', 0, '?'),
(0xe582dbb6cc7df7defff9e03d2f2ee8ed, 'wp-content/plugins/kk-star-ratings/src/core/filters/payload.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/payload.php', 1, 0x00000000000000000000000000000000, 0xf725aa2c056b813f480b2b2048252cb5, 0x25eb62ee428851108908f71627cc1c6c6080a79ddc15939c538aed957165e2fd, '', 0, '?'),
(0xe58423976ece9010ba93eeb309bba3d6, 'wp-includes/css/dist/edit-site/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style.min.css', 1, 0x00000000000000000000000000000000, 0xa900354f70b7d8c21ae37c3654990905, 0x15606cc33d8817c37fb6435b3a991bcee7d8aa346b502e2a957f0f5d102ed6d8, '', 0, '?'),
(0xe5886b61b1a5e543ba6c4b7257edf81e, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x94bc0858fac01d969cce47b8edf2dbc9, 0x0fd5cc028f423198e40094d7d942d70fcad11857c882519a930c743e4dd04065, '', 0, '?'),
(0xe58fa353668c46ece70cece606a05c97, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', 1, 0x00000000000000000000000000000000, 0xb780b6cafbfefc90e32ca531e1406239, 0xa3242d0b47c7075acbb5f011ba050279c780a807e80a5f14e04254ac1bc05128, '', 0, '?'),
(0xe590d5fab035dc0831518a3f9e5fb5a2, 'wp-includes/https-migration.php', '/home/abt90iranbet/public_html/wp-includes/https-migration.php', 1, 0x00000000000000000000000000000000, 0x621b64bc865e14b4716e02fac3cca02b, 0x507e3905880f38871959a087a2a7922a32e6142a9eb4a06add0669bbc5ad81b3, '', 0, '?'),
(0xe598495209343110af76d16366ad30c0, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php', 0, 0x556713b794c93e8f3212caca7e243c2d, 0x556713b794c93e8f3212caca7e243c2d, 0x6c66806de548004c2ac6945a600b90deceab4db76605611f8614404177fc7feb, '', 0, '?'),
(0xe59b6a10c116e1def3ecc414f15e8aed, 'wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x6f0a9db4961372bcaee02ba7167120fc, 0xa7f5be4bd3727ab1c9f644e789f476f518253737ae42a2aca89f28104ceb9d2d, '', 0, '?'),
(0xe59cd0f6fb38b87c1f4c9f50ef8b0903, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x12af95fe486e1645775e8ec1fd27445f, 0x15a46d020bcac5129d40bd4171cc52bfc0b424ca83aa6aa2f294e962ee76e697, '', 0, '?'),
(0xe59fd1640c9d8e4498a0a8d3fb98ffda, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0xe5a23a4d7a14d7365370e666403fb73c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1_no_content.php', 0, 0xe244f8189ce070fcfc19dc5db8f42594, 0xe244f8189ce070fcfc19dc5db8f42594, 0x399e363e588a386ae6839e2f1267ba9b1b4b3ea0ed5c3ed5ad0b9006c074b617, '', 0, '?'),
(0xe5a6638635c9d40312e83c60af97811b, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php', 1, 0x00000000000000000000000000000000, 0x306597921b41f25e2aa6992de695f712, 0xe754e120defc20ac1f404dbc534b585c3975695c8901adeab767e962b7b688a5, '', 0, '?'),
(0xe5a9fe43e145ff8fdf02b9751845dc2a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Create.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Create.php', 0, 0x408d2119e8bd735158174e3a65b318e5, 0x408d2119e8bd735158174e3a65b318e5, 0xdc61c7d1c424164e20d124f654d32aec7083980180ab58af96f47ca3b90703e9, '', 0, '?'),
(0xe5ab8260e918681bd0a37d3a0edd6516, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_panel_settings.txt', 0, 0x3579b87769c3a792ee6c63ac150fe2cb, 0x3579b87769c3a792ee6c63ac150fe2cb, 0xafe0367de660da2c05ac55a6b34c4769ba8661c152b4af32fd6d2a195c5d2849, '', 0, '?'),
(0xe5ac8d3146ccc4addd6c2a5c382904ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', 1, 0x00000000000000000000000000000000, 0xeea283489910da20c8553348d0c8e5d5, 0xf00b56dd77a9d51a82dcd0e36bf8f4e80e14e361dd0f07f0cb31f4098da1e9f1, '', 0, '?'),
(0xe5ae6e1f05059e32af666bc55bbce5d8, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/README.md', 0, 0xfb10210ca1963c9e7f1431a3e82cfe1b, 0xfb10210ca1963c9e7f1431a3e82cfe1b, 0x8f50c509046c6bdd02be22e09070ac978663187af65b689e90dc1006be7403bf, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xd58b7de7ef0e421eb00ef748c0d63731, 0x90c322c3f762655462bf2417e0d6e682d6d789f90a85bab07e0fbd6c6e04ddc5, '', 0, '?'),
(0xe5b3f9136af8fd49beccb938ef2d11e2, 'wp-content/themes/twentytwentyfive/templates/page-no-title.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/page-no-title.html', 1, 0x00000000000000000000000000000000, 0x0690adeae46f8e81541e5be41b751a05, 0x34fe82f8eed6e938d1930fde1d90d2e3c09cb9ba0f982048d1ff400ce69aac4f, '', 0, '?'),
(0xe5b495f83fd4e75bc5939e50f469b8ce, 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 1, 0x00000000000000000000000000000000, 0xa361d329db762ec582114596c18cc935, 0x71569c0879e0fe1fe19346f2938745b9a4c632db9f04186e304704779762d053, '', 0, '?'),
(0xe5b54b195c9411f80e6028bf24602f70, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_7.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe5b55a3f28e1fae9f898acfd2c434193, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php', 1, 0x00000000000000000000000000000000, 0x33cc75a6f4bf1b58c23b9fd2cb48f971, 0x4f1bda6cf7a5301599529a231f1edbc066b85772de0a1c8ef658d3044274c36e, '', 0, '?'),
(0xe5bdb3172c5d4c1f541311fb9ca4a826, 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php', 0, 0xf2ef72a63034b760c0888502c6e689d4, 0xf2ef72a63034b760c0888502c6e689d4, 0xf95dfc4a4970a2e3bafef4a2979bdcae7c0e43b5617dcc6dc5f0cd205eeaeeed, '', 0, '?'),
(0xe5c72d014c64f9652c06b7ae23c63520, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx_empty.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx_empty.php', 0, 0x23cb220eab3ced4a7e8e0611e6793fcc, 0x23cb220eab3ced4a7e8e0611e6793fcc, 0x3b1127a97a4eb15fd82b8e165d6d1b6dde845af6b491040be944a0550a9534e7, '', 0, '?'),
(0xe5c97f2477c2a09ce8bb79bc6df510fe, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS', 1, 0x00000000000000000000000000000000, 0x3012f773b400715a955cffa18c8016e0, 0x6b886330d91c358d9996a81d811b6777ca239954ea1229b9f51a48f841062848, '', 0, '?'),
(0xe5cfcfd6a9269e494a76f4c06ba933a9, 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', 1, 0x00000000000000000000000000000000, 0xdddb67c2b7bc0cbcdda298588d0e6275, 0x402d6c677089de9ff9cf07c537310bea771ad95fc630a7a3c7e3ff0d8b2acb35, '', 0, '?'),
(0xe5d54aedd0d4845034aeabe7bb312a6f, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/workouts-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/workouts-integration.php', 0, 0x9ec439cbded97a0d247f6a7dff3614f1, 0x9ec439cbded97a0d247f6a7dff3614f1, 0x745afb5c49b1de7a1682c96993037753b172c0878f58e4ff8c3b69171886f595, '', 0, '?'),
(0xe5d8d031bed39346a6bb2c2aa83aa5bb, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/header.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/header.less', 0, 0x5e6ba2393c8476b0cffb848a8295256c, 0x5e6ba2393c8476b0cffb848a8295256c, 0x7b1e68e6ca5c90bc24f30fad443d8c01197b39017155bc243ac499736e4099ae, '', 0, '?'),
(0xe5dc18b4ecb0f2d2bb397c99f28495f8, 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 1, 0x00000000000000000000000000000000, 0x0132471c59ba51e41ddef929775d924a, 0x0ebc9649cd07db77c1204a1f7753f60681d800d165bb8651ed1d77c706648683, '', 0, '?'),
(0xe5dcbb59241e5cd0e198db793ba519b5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', 1, 0x00000000000000000000000000000000, 0x8b35d1fc5fb779f64c0638a21dd0de15, 0x9e29a110e30a6566c907a75df4c97db6ced0a34093259df829c3c1dd47010af0, '', 0, '?'),
(0xe5df505c718fe225d63d17cdf5818313, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2.php', 0, 0x159f85e3ce78c2bacfdec7c67b5ea4f1, 0x159f85e3ce78c2bacfdec7c67b5ea4f1, 0x1d37a356815db5a47cc5225b053c3cc5f8875cdaa0ca042aae8f4e992bf06446, '', 0, '?'),
(0xe5e426fec7c763f5a96fe57383ead954, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', 0, 0x0faf854e6dee751ef411ea1bb76c763a, 0x0faf854e6dee751ef411ea1bb76c763a, 0xac24191fc815d259e64a4b7c9baeb8f6ada5146f7117291b14f95d0b18f56ffd, '', 0, '?'),
(0xe5e5085b7d8c6698f26054ca5824879b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', 1, 0x00000000000000000000000000000000, 0x2cb8c2ae212458851a71ac814cdb0d40, 0x43359f917ec7881b93b494d4feaa9603d712ddc3260593a34e413e1d11a32b54, '', 0, '?'),
(0xe5e8c90514cba542e7196d4ea969f108, 'wp-content/plugins/updraftplus/images/automaticbackup.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/automaticbackup.png', 1, 0x00000000000000000000000000000000, 0x2bffc574ba159c6e6a054bc004130184, 0xc22dd867b181db76413e45f5ab73af8fd6d711085df4eaeb19bce64acc7a1674, '', 0, '?'),
(0xe5ef946ca63074444aa0de4e650efb54, 'wp-content/plugins/wp-rocket/inc/Logger/Logger.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/Logger.php', 0, 0x20ca410b1015e85b2834c7a348774c10, 0x20ca410b1015e85b2834c7a348774c10, 0xfcacd8f6dc9d9b4508a4e345c8e78db21df21783dd1e520fe548f0fd598e8770, '', 0, '?'),
(0xe5f45501c78c2c6a66e486177ef09c85, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1a10a06ff00016f31319fe9f1ce10a06.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1a10a06ff00016f31319fe9f1ce10a06.json', 0, 0x04715c5c168d8ccf425289ce8914a409, 0x04715c5c168d8ccf425289ce8914a409, 0xa19eff2a435ec4ac74538534d074bc54f3c70ace1ef5de17274a5f31aed33782, '', 0, '?'),
(0xe5ff35c6c0ae69fd6b15961c18f9068c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3_no_content.php', 0, 0x08b3483f5e5cac6f5ac6ac4d41a1cb13, 0x08b3483f5e5cac6f5ac6ac4d41a1cb13, 0xf557b4551e34fd68703205644731d5953c62981861edab831c72ec2a4b0227b8, '', 0, '?'),
(0xe60058acd0c12549b1bdc772d33cce91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', 1, 0x00000000000000000000000000000000, 0xa0b5f5e95a5a65e7d82506a69a285cb0, 0x111b074071553b39ad227cd0eff20c3175863d91870579216acb89b0f643f0a1, '', 0, '?'),
(0xe603694d0b07403ad84757bd6c146edc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', 1, 0x00000000000000000000000000000000, 0x8e96b57bc95e67897955b3d2b48180b8, 0x45a3b06945d27e9218b59d9ec905ec4837810c2ca5dcd19c859ab23d171f23b2, '', 0, '?'),
(0xe60b1436048591c80cdfce5af6db0e34, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_3.php', 0, 0xf09e9d6124407da149300972124a261d, 0xf09e9d6124407da149300972124a261d, 0xca148c6fdee91bd0a17eb536df251ee3132435e7b16dbb44a55192ea7c1c2093, '', 0, '?'),
(0xe60c71d8b5df74abc7ec97cc5c69dc76, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', 1, 0x00000000000000000000000000000000, 0x04ac3b4c665d3f4b997f6719a916bb21, 0x76b5d97ddb0e73feb05d97aa9776cd5ccf6fd4ddd754d9b2c5572feb30f8cf76, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', '/home/abt90iranbet/public_html/wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x9da48e8a83f6fc5eaea7dc152344501e, 0x1f4e4b81946a406f29c22f4a75d8fb341961e6111ac07fd4306f61cccaa8b31f, '', 0, '?'),
(0xe61187790bc3236fc37ac01f83ddee93, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1_no_content.php', 0, 0x8ad158b7adb31f2c1bc504de53a04fb4, 0x8ad158b7adb31f2c1bc504de53a04fb4, 0xb43303aac5ac8a579e1264b41974068d74bce3ba314b54a2a45286dacfaa5ee3, '', 0, '?'),
(0xe614194745e78c7aa9c9d2f56be6c586, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 0, 0x98ef9046ca0ce771cd9a7cf823b76c66, 0x98ef9046ca0ce771cd9a7cf823b76c66, 0xe45abb9fefb5869fd0c97bb8c2355bfcc306b101e4ae3af4fe21d3e5cbaab8c8, '', 0, '?'),
(0xe61519afb0ac619dcd93348b34d4924c, 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js', 1, 0x00000000000000000000000000000000, 0xb524da508dfdc3a2cce9285d67bf7822, 0x00d0b442b2a52a9fa613ed154d18f85647d96319797b0de685403c38c52fe0cc, '', 0, '?'),
(0xe61841b9989e71119c8152d418b3bd9b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 1, 0x00000000000000000000000000000000, 0x3b10308c4b3d8732f26740b2cd8dc0ad, 0x82ece9e2525c0823c0d36f3b20d42a2b08c07a73b07bb64af2560bb02dc646bf, '', 0, '?'),
(0xe61c3895b7d6a26f7e4f2fc6d4abd8b1, 'wp-content/plugins/td-cloud-library/modules/tdb_module_related_sample.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_related_sample.php', 0, 0x1769291748498c70691fe4a1995daffd, 0x1769291748498c70691fe4a1995daffd, 0x59813b38db32b89bd5913a5a099be3056b48a3c1052335517ab08bc5f00314b9, '', 0, '?'),
(0xe61f7f76d19f8e4803a8fdcb7f351725, 'wp-includes/blocks/site-logo/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x52d368458e13dcaea435035ce076e1a9, 0x702fa40d061ffb4d46f94e63d71d35113d8fb1a9d1b5dc078bc1f73363c63138, '', 0, '?'),
(0xe629468fc384dbd1512ce50668bf123b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/demo_style.css', 0, 0x6f12b921788115dc614dcf2a64562972, 0x6f12b921788115dc614dcf2a64562972, 0xf831d80a7c958458b498b93f05155d2f98c37c8f3f13fff75d35dc0a15376b40, '', 0, '?'),
(0xe62b74019f1e619aea62b0d9d1d3d293, 'wp-content/plugins/updraftplus/methods/onedrive.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/onedrive.php', 1, 0x00000000000000000000000000000000, 0xb835554d35286bbcc916f3b3b56226e3, 0x674a17a76db19b3cb4d3d7929bb9c4c822fdc9c07e3c5c11eb4791143feb87fd, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', '/home/abt90iranbet/public_html/wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x1997fa82638e335e52b65412c1f0df87, 0x62c77b7a66170be4925e704e912a7a7f07deed6ff68ea99de446d4c3eddc53e4, '', 0, '?'),
(0xe6385e9027ec4c5c3fbdb2810db6671d, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x2c0997069bf2a43205d0cede95e9cd3d, 0x26a63a117f4b8a77863c547a496fbd5198b2f8e3dc1f1262fdc8077b8e3bff1c, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', '/home/abt90iranbet/public_html/wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0xbd8ee850b5c09f00802aafc7ca19dfe0, 0x82b5b01c07651994ee47bd8cc7da846afaf5217687cb8d56bc0f882f02a763a8, '', 0, '?'),
(0xe63ac8e5b0219f2390288d42a29f9a73, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', 1, 0x00000000000000000000000000000000, 0x0708c6be3ee3eb5bcdec5e2ed02ddf0a, 0xc5e79da9cc09899db83b138152f4930d5e8a75b3be7caf582ceb9ad7bb58c874, '', 0, '?'),
(0xe63ba890bcb9a0457a009bc8431b1ed6, 'wp-content/plugins/amp/assets/js/amp-validation-counts.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.js', 1, 0x00000000000000000000000000000000, 0xef927f2a125fb75cae6020ea9efc840f, 0xb330618085c6648bc9d96d1b70ce930d797b574584b1e2f543a64b81c9afb253, '', 0, '?'),
(0xe640303804615caa33079f86758b9eba, 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 1, 0x00000000000000000000000000000000, 0x2148d7da526b032b338484a2015778f0, 0xdf16ce80f662a66887aecca9734abf9672548c7591071b2c2ad62ca05dde8e42, '', 0, '?'),
(0xe641597a0bafb5599489bb493f8c6d86, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_5.php', 0, 0xf080d670eea9ae884ebf96f38b89e32d, 0xf080d670eea9ae884ebf96f38b89e32d, 0xb3bd34df1fc0e50b8840707c0d816f418313e9b31559f3a3dfbab78e16c7e2dd, '', 0, '?'),
(0xe6434584cc9764890b15d3e51e444fea, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-form.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-form.php', 0, 0x0c0783b678f0bb22d42b1273ad0c454a, 0x0c0783b678f0bb22d42b1273ad0c454a, 0x3d98e0b0d17354db0d7c6fc08c890d9e301b3f5cf0f4c8a1f0d8f679138ee1de, '', 0, '?'),
(0xe646ea883a199fe2c5554686f0978c3c, 'wp-content/plugins/wp-rocket/views/settings/page-sections/media.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/media.php', 0, 0xd216e8b3dd2e604d21590a79cb1e739b, 0xd216e8b3dd2e604d21590a79cb1e739b, 0x5d48a7dd446f114624d17f47e7cf0700f6a1de6bb2d6fa7e061c53e5a398ccbb, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', '/home/abt90iranbet/public_html/wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0xe6496aace6502a8094c1d4466d35eca4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_10.php', 0, 0x023bf874a1356f4bba6aeb4073572089, 0x023bf874a1356f4bba6aeb4073572089, 0x382ec6e9ccea0076f498c42dd05f95c603edab4aee0c11198b825b0864028013, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x2f9c93eca3f761e9a87c735cf3a24a39, 0x39dc44668da9adb76e8328ddac3e643867ee7d1a67df1507e03fbbded2467053, '', 0, '?'),
(0xe64aec7b65fd95a8b089412021859201, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css', 1, 0x00000000000000000000000000000000, 0x8d37441d69ebc9b55dff2c7c214ef997, 0xb398e25bec602814c5d0ba70dbe1ec1a4d0ccc22e5abcdca01cbf2096ab0e524, '', 0, '?'),
(0xe65672c9e285adb2d7d6bab0df67ad26, 'wp-content/plugins/elementor/core/files/assets/manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/manager.php', 1, 0x00000000000000000000000000000000, 0xcf9e231487d43a20fc6601556c9e8a73, 0xc14db19ab42c97795b1ff35bc49db036b33f9dc8f348ac86002e07e2e6d0ae8c, '', 0, '?'),
(0xe65bc5048fe736bbbb5663ef457dda8e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 0, 0xc21634640ca425cfeb1a266505a6de1e, 0xc21634640ca425cfeb1a266505a6de1e, 0x5c493456d31885161c92c0612507e6c2763ffd39a9652c4dda737f8b3aa98c84, '', 0, '?'),
(0xe664c3562124dc4eedcc11f946d055cb, 'wp-content/plugins/updraftplus/languages/updraftplus-et.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.po', 1, 0x00000000000000000000000000000000, 0x7cdc2b00ff96318e61921c55345ee42f, 0xbdae62c7df5ff4b683be40df55ee43749b1d24ed3bb94162cc4bdb451ad2bbd4, '', 0, '?'),
(0xe6667e327fa4ec0046215a7ef1cf6051, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe66c0cec987a23530a784c3a5806f4aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_9.php', 0, 0x6e0c2d54e5df866e4a76ec23168e0ae5, 0x6e0c2d54e5df866e4a76ec23168e0ae5, 0x962ec6156fe71e7dc5f922da9dcb22b484c6f1cf219926145cd086914afe760f, '', 0, '?'),
(0xe66d8112ac14e49f2934aefa78eae72a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 0, 0x7a00f8bdddbd441eed9268c4bb250399, 0x7a00f8bdddbd441eed9268c4bb250399, 0xa1c51abbcf97948b6abfbbaec6c4849c210603f2acb1e9c7330d09e0ddda343e, '', 0, '?'),
(0xe6774f08583b77dfbe5a2c05b85ccdee, 'wp-content/plugins/amp/src/Infrastructure/Conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Conditional.php', 1, 0x00000000000000000000000000000000, 0x59c1b937c44919590a95f984c5e6da90, 0xb332e5290d3cbf4f4f129671a21f3f5f67da8144bd675595f4f51ba8e1031afc, '', 0, '?'),
(0xe6798bcd5d05993c450913cf57211cbe, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/text-faqs.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/text-faqs.php', 0, 0x814f1085dfddb21a0f7ca0242e59a9af, 0x814f1085dfddb21a0f7ca0242e59a9af, 0x43fcd2b354675eb665396008d38f024d11fd148ed5e651a7cd2c4b09fdda3c0c, '', 0, '?'),
(0xe67ce3fe678686410f69486fb8c0020f, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65f1925636bbaa3fba15bdc39f78e0d5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65f1925636bbaa3fba15bdc39f78e0d5.json', 0, 0x0d7acc041e84ba905989161fd64e0176, 0x0d7acc041e84ba905989161fd64e0176, 0x72308392ee9c07cb62c09301ae66298faced70b35392d544be9cd139e17a9be1, '', 0, '?'),
(0xe67d09f57e09f45e3f7d0ca92c8c3c0b, 'wp-content/updraft/backup_2025-04-07-0343___90_0d4386a524c4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-07-0343___90_0d4386a524c4-db.gz', 0, 0x9733a3e45a2e7b96decf6657fbd6199e, 0x9733a3e45a2e7b96decf6657fbd6199e, 0xcb5c737f176c5d2ccdb238b76abb6be0f1da928407c037e2fc95cb20e2b90dee, '', 0, '?'),
(0xe68234e6ea783b4d95458a44d92653ac, 'wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', 1, 0x00000000000000000000000000000000, 0x858d968e68ba9c979db92944c02ed245, 0x6590e4f43dc6acfe1ab2379241b93d497734500a3ca7e222d1471c8aeecc4dcb, '', 0, '?'),
(0xe6833096a623cca20df8a7a14b957ccc, 'wp-includes/html-api/class-wp-html-decoder.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-decoder.php', 1, 0x00000000000000000000000000000000, 0x056f3467b0fc6cb65d142f1c9696e42b, 0xd256b228c229c5fc37beb029cb4769b78c4d7baf3d247f973bd7a1c9a369ad9f, '', 0, '?'),
(0xe68d5e99e1f3e8bcb9c04c264c823af5, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 1, 0x00000000000000000000000000000000, 0xd4ecb86a7aa26d8016234992720a79d5, 0x6461f4f20a672d470cf289d8f6e5feaf4337b97ea546e1dcb32ba5a8326768e1, '', 0, '?'),
(0xe690ff878192904e8bbc7aa96899f773, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 0, 0x10de21872b9a766dd9b7c6deb27ce7e3, 0x10de21872b9a766dd9b7c6deb27ce7e3, 0x5b9eea921f08d251aaa4691783765b2ae5eef047b90291ca5f02a3e129a1437d, '', 0, '?'),
(0xe69148de33724c8680653cc0c219f149, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php', 0, 0xf16e760f79c56f4660da1a6edf4ed23c, 0xf16e760f79c56f4660da1a6edf4ed23c, 0x8a873eda90e5fefcba62d6ebaba5bb6f9f7d19f714e5ab8cdf30f75f00e169a9, '', 0, '?'),
(0xe693a361fb0b81f9dc477bffbd354ff3, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ja.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ja.mo', 1, 0x00000000000000000000000000000000, 0xdf5553019125b28399b90f6efd5a52f2, 0x0e7ae0021c0d760f463b611b3c4f8d589d1400a0e04434fceda937f5a0b7749b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe6992a1f9b8134d0ac4a52a052ce493c, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php', 1, 0x00000000000000000000000000000000, 0xee1338799e36fb26d1470dc49d5cfad6, 0x9be2a268047a191a72d3c664d715f94fb46cc5f10ebc90a0c58c36c21bb20cd9, '', 0, '?'),
(0xe69d90ee3b51caa8be9b4540ef4739e9, 'wp-content/plugins/poka-review/poka-review.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/poka-review.php', 0, 0x5458c5956eac766711d77c72b0e42196, 0x5458c5956eac766711d77c72b0e42196, 0xbe5effad15b8faf4c8383034c23497befd488b4fa3fb867bcf6901948be1df39, '', 0, '?'),
(0xe6a339fae00efe232b8dfb2eb11fa1d8, 'wp-content/plugins/amp/assets/js/wp-polyfill.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0x11eee4de3acf9a5389ffa5b6d70ef840, 0x72395d4dfae513550245c7e0ffc1077dde7eb4fe6df155422cc25ca62a902cad, '', 0, '?'),
(0xe6a44f734cea7fed1e630dae57f82c9b, 'wp-includes/images/media/code.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/code.svg', 1, 0x00000000000000000000000000000000, 0xcacaf34d7652a6ec241bc245cc5e2eaf, 0x93facbb264f01487f06e9366ae114e929852a6e7a0e66e25578372d00aadb6c1, '', 0, '?'),
(0xe6a6c668483f581ea817789d61ff2ad4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_panel_settings.txt', 0, 0xc248d4daaf2a7e607d3fe9ed8ad9e93e, 0xc248d4daaf2a7e607d3fe9ed8ad9e93e, 0x3d04f2cdb90ce64cbe1735971d5d4172726a57eb7f215cb5df57beb46ecb52fa, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xe6b094d9a9ba7e67a6a2e8f7a57ea724, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_5.php', 0, 0x1a94c5eada0c0723737370085678a635, 0x1a94c5eada0c0723737370085678a635, 0x877103200955ed86e70155c68169fa466b29dc64c350642d2a730c5ba6d0eccf, '', 0, '?'),
(0xe6bc67acec77df8dfc686df797d541fa, 'wp-includes/blocks/freeform/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor.css', 1, 0x00000000000000000000000000000000, 0x845a07107353774debaea829fa69f036, 0x7fef2f696a598a14795a27e93ee02cd858f8408f21e0254c6ae488711fd98dc9, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', '/home/abt90iranbet/public_html/wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0xa8cd62ed8b1280c85362c67395ae1f22, 0xdf8c89d949f952f05cc4b90311d40565a3b87a33dafc51734395c1bed7510688, '', 0, '?'),
(0xe6bfa77afb7e6ebed2b216ad01a9d6ea, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import.php', 0, 0xbe7fb575bc9f362caf4ae2052e02f740, 0xbe7fb575bc9f362caf4ae2052e02f740, 0x019dad94653f7c787aff3bdbd8d6a3a2ba0908d8689270978e6e4eb1647309f8, '', 0, '?'),
(0xe6c07284b2e9c95b3c8e573fb98da77b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_7.php', 0, 0xc4a0721465cfdc2429c5a675ec2d4ded, 0xc4a0721465cfdc2429c5a675ec2d4ded, 0xcd154256bd25337eeca74ed6d8f10503e00bdeadf6edcb576f00f9d0aab8e836, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/block-controls.php', 1, 0x00000000000000000000000000000000, 0xe064801c810a594f15dd06258873baa6, 0x0d960e0f27556bc283a433a234785087a218cd80eb25edf6a3a77ed6ccf91a7d, '', 0, '?'),
(0xe6c8ab3bb72aa55845d2557286387051, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', 0, 0x8529d52a900935b6d0502dd0604f646f, 0x8529d52a900935b6d0502dd0604f646f, 0xb46da41855da00bb4501952d080c992b74bcc5af28bfa8a6f48fbafdd42ada9e, '', 0, '?'),
(0xe6ce11343618ce482fafe7efb331458d, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/site.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/site.php', 1, 0x00000000000000000000000000000000, 0x0aafc97785586c8ec9c2362ca0cfb82c, 0x8d4a66c11da918094ce207847c64339fccfe64e9620c82bed386ea9215619141, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0xe6cf13e5bce850bf496344c4cbc6bee8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0xe6d375cbbaf594c14d83ad960439c654, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 0, 0x18232989140f5e739150f08224fed604, 0x18232989140f5e739150f08224fed604, 0x87e0aba048f94b353146d657b817a3743dc496b9e51dc745d55ffd4c1e727e68, '', 0, '?'),
(0xe6d6ff4649514612b797212b078ac827, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_4.php', 0, 0xc5a9dcfd7b1fa2024890dc637532c497, 0xc5a9dcfd7b1fa2024890dc637532c497, 0xadf2543e32477beb8367c3f535632feb37f0fe004f9fd0c0093436cbdd47d92c, '', 0, '?'),
(0xe6d95b4c32409c992abbc28282f549a7, 'wp-includes/blocks/comments-title/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0xe6dfaab1af6e6e9f8012aa8cf488707c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 1, 0x00000000000000000000000000000000, 0xf1cf1712a0f418f7886d83e21c595179, 0x32c7b200807d02c1913fa0d44310f2e2890f22cd8befad13c2a7989f0d3943b2, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', '/home/abt90iranbet/public_html/wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0xfba1e87b79e09cde19c8d0512cc2d48c, 0x44879eb83686739a8ff88a5f6885e2b058aee47cdf63639e97dba197001d3e7f, '', 0, '?'),
(0xe6e569a0435104a499d9ac2d38fbb4da, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', 1, 0x00000000000000000000000000000000, 0x66a37e94044cfc7bc867a116dd0a2118, 0xf215657336712301236bcd092ca55c675c2029ea85650ea9a110637d7a029923, '', 0, '?'),
(0xe6e909795b5e3faa1bff07af59bb0ec8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 0, 0x4445d257270bfa8582e3e3c81c9826f3, 0x4445d257270bfa8582e3e3c81c9826f3, 0x9ed4222706ed2f4d2d54c37ea79eb4831318caf692884aabb56fd44404a6ee75, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xcd70bbf22b1c582d3bdfa8798e44b06a, 0x7cba5cf576a847f8e53ec8e7a9d7b44bef5740dfd17ff64d5293c051805185ce, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/deprecated.js', 1, 0x00000000000000000000000000000000, 0x4e566c9082e654f3f36cc53045b260bc, 0xd64b590ebe83e3d8799e976f90dbb0e312926eaead4585565e11636d8e9cd691, '', 0, '?'),
(0xe6ff3eed381a0b081005ff2aec990094, 'wp-includes/blocks/comment-reply-link/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style.css', 1, 0x00000000000000000000000000000000, 0x386fc3364b52711f1a0db53ce944ec1f, 0x324c40d3f22fa78235ecc13b334f27cf552de128cf4a386a13a8a49316e1bcb9, '', 0, '?'),
(0xe70745468279954ec36f6b1c681ee668, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php', 0, 0x544bab38079347f9a7f48bb615753c59, 0x544bab38079347f9a7f48bb615753c59, 0x87618b42e022d6f25fbdbe86fa201c895b7324569b65e99bd55d4aa84fdbc398, '', 0, '?'),
(0xe708ab8e1eeb1cd51deb49afc5dee172, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdBackstr.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdBackstr.js', 0, 0x94f895e1d4a7e365eab7f760ead66aa4, 0x94f895e1d4a7e365eab7f760ead66aa4, 0x9d19b9512a08857985b40dabd890568ae20e0ae5895ae93e8fc81b9eb3e30d0e, '', 0, '?'),
(0xe709989cd109d17cafab690c319e02b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_css_generator_demo.php', 0, 0x46051ad6f4f0778147f3f2a453045f66, 0x46051ad6f4f0778147f3f2a453045f66, 0x63271b40fb10e1f422f8a9635932ecb5888a75e7bc74a8003a249caa2e831051, '', 0, '?'),
(0xe70eec518ae58acd6fea4350deb6e39a, 'wp-includes/blocks/navigation-submenu/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x46e5c7299743e5e7c83b5d1b3c871599, 0x81d1d4ab00505482727f513e16cb184a1822548bfe99a3f17b57bd4ace4328da, '', 0, '?'),
(0xe711589b90bab4c1436ccb138b146780, 'wp-content/plugins/elementor/includes/controls/number.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/number.php', 1, 0x00000000000000000000000000000000, 0xb9bf0912f597dd37c00337da296dcd84, 0x589db2c9226f278630eaf62e65c24930c790606b71eea23b6447cfa332d56e37, '', 0, '?'),
(0xe7116ac7d48f6d846271dd859899cda5, 'wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po', 1, 0x00000000000000000000000000000000, 0xc19fb2ca5fb619b23ad53129884193c9, 0x4ce234b643f01fe4e355f487e27257fee49d4c8376153fc20f365b2a3e4dd493, '', 0, '?'),
(0xe714fef5e1b6b00aceff2d76922c7053, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/post.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/post.php', 1, 0x00000000000000000000000000000000, 0x5694da8822a1ee786710b49cb8849dd4, 0xb043badeaa5f0021b6861925ca2bd071814fbbfd000198e6ccfbf97f6712cf78, '', 0, '?'),
(0xe71557acb570cc010615744d5cb49bad, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/composer.json', 0, 0x655d568761a7a6f456cd02e2d9947360, 0x655d568761a7a6f456cd02e2d9947360, 0x59589968fb7f6ba33987c62ec7ff3ff583ee317d68deecdf5f812c5873163b44, '', 0, '?'),
(0xe715b6500d83efadf71d12cb5cec08c0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x94754f8816d0d1327d65e63bf1030eea, 0xd6e90928f93cde6f020848400d2ba215be86614b42e8293e5e9d92c3f6c17349, '', 0, '?'),
(0xe717a5ea7501aade3d7e800b35f0fdae, 'wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php', 1, 0x00000000000000000000000000000000, 0xe14fcea47a2ef675eaa0ca3b12326b09, 0xd5bf98e74f4449ca80de738fbe4fc3320ab69dcb50cf1de34d323cd892ca55be, '', 0, '?'),
(0xe717d669fce49efe14d87cf2b6c66c65, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.mo', 0, 0x6ac14cdffa417d62b91b94cc4448da1b, 0x6ac14cdffa417d62b91b94cc4448da1b, 0x1f7a4cb0c840edd864446e3d57d5fd68ccf640a614e21156fc482f3f2f104081, '', 0, '?'),
(0xe71da375ac8239866ee6f15c7c8f141c, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/noadverts.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/noadverts.png', 0, 0x2b34f4e895302a051c52cb1183bcc8de, 0x2b34f4e895302a051c52cb1183bcc8de, 0x704b38412a7bcd6d20433cebafc85e09b01325f095c7a3a436d6443082c3d588, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0xbf1f8ff6c70f39b3f625430173d73672, 0x48fa30937a081c0c9eea400387aeca2e2ff7a4f374defffd98a2a4bfe4bd3394, '', 0, '?'),
(0xe72a4c01e8ecf062094ee76637010f86, 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 1, 0x00000000000000000000000000000000, 0xf015459e248463e098d2bbb9ecb7f5de, 0x4f4cb2601eafecb3bca6071d1827e15dde278fd1a926e1e4f1e3595cb0be820a, '', 0, '?'),
(0xe72bc1eb9432c932b88889bf4bf82835, 'wp-content/plugins/kk-star-ratings/src/functions/autoload_class.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_class.php', 1, 0x00000000000000000000000000000000, 0x4c9264ff8b7ab44281ecce8ebc2bbc17, 0x2b319624d3324b54b21f2c72fd21f4be568bbc4fa7d6387de612f2c46fb7df86, '', 0, '?'),
(0xe72e9d0a077a1ba0ff5c479f15a9d067, 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 1, 0x00000000000000000000000000000000, 0x929a8edf39862052e1a667be0f7c218b, 0xfd6fb0e388ac70cc3cc7df3b007634885276df76118c26c43dee7e1ca0ff5f4d, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xe732a60cf11e4d335a5fce6fa4fcbc12, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/social-counter.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/social-counter.png', 0, 0xea18f9c670042f6007f0496357aa838d, 0xea18f9c670042f6007f0496357aa838d, 0x00bf826a8c82cfbb8b06a886f430f7d99a65e1e46e7b92c3939fdc26592909de, '', 0, '?'),
(0xe73bb00d4c48f91e4e98a0c3a1b00160, 'wp-content/plugins/elementor/assets/js/lightbox.755daee67033f198467b.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/lightbox.755daee67033f198467b.bundle.js', 1, 0x00000000000000000000000000000000, 0x933d8ce3f68badc82ec50bd597d4430f, 0x622842949222e8ef385f001e963e78223942f7aab7777526b98a8c91ba0299c0, '', 0, '?'),
(0xe742db455b0957e789024a91e7ff7d33, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php', 0, 0x7c120f401b6deaccde7c58399b7039d5, 0x7c120f401b6deaccde7c58399b7039d5, 0x9c1b236a9fd015eec19e2f169df7fc374f59300c4b9a2b1662aaf119f2082ba2, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0x768c34c36e8dc4cccd7f7217d255924d, 0x4e026f2f9e47f14b42dc625cafca354318b95e59fdb3ed4557ad156a60ab4b84, '', 0, '?'),
(0xe746b0cfdcfb4a0bc14cd2871a8b2f9f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 0, 0xd299bf5b6503b485390d54a6fe9894e8, 0xd299bf5b6503b485390d54a6fe9894e8, 0xc2142b2a895b4a7db3a7fbb8f4a8afea53cb68976f4a3d065bf13cd994f4414c, '', 0, '?'),
(0xe749631945b8f725f6650b4cdee29815, 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-noise.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-noise.png', 1, 0x00000000000000000000000000000000, 0xdcd0e07d1c237a54dcba3f694c966243, 0x8a9a67073d6502b10edb607c0ac324e1a9106821c712222f12b49e27cacea35d, '', 0, '?'),
(0xe74ae8783acbaed270e9f07552843c16, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdDatei18n.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdDatei18n.js', 0, 0xfdaa4d97bd2d72a38ff32b2b7ea4101b, 0xfdaa4d97bd2d72a38ff32b2b7ea4101b, 0x5fc77773d5751a689fdebf69367d5e8334275bf8e8e522f54f2e0f6b7c934076, '', 0, '?'),
(0xe74da444bb0240d40099255cddc7f6ed, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_7.php', 0, 0xbb420d890a919b4b2dee9b121785dfa5, 0xbb420d890a919b4b2dee9b121785dfa5, 0x7908d28bf105970d8edd5c0a815f794392df6ac8e277a5ca622cbe9b04d27296, '', 0, '?'),
(0xe74f76dc2f895d1fc55bad12f2d632bd, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map', 0, 0x67ae63e42088941c58b17f6f1233a09d, 0x67ae63e42088941c58b17f6f1233a09d, 0xd41413237d31daeebc4e8a0894b6361ed631226d02afb7b9367accf22c5c6d55, '', 0, '?'),
(0xe75609b29b490763b038148e0e24be9c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-6.png', 0, 0xe149f7474afdc2c946ba0b5001455719, 0xe149f7474afdc2c946ba0b5001455719, 0x90d00a014379c855b8d938f1336115b7a3a70bb22a755173cf143c448c484587, '', 0, '?'),
(0xe757c70c9bd7a0a2a9cba13e2df8a79d, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/README.md', 0, 0x4ce1a887696b3792237ac5d2449e849d, 0x4ce1a887696b3792237ac5d2449e849d, 0xe61d1b33fc437cec3dc04cbeb9b95c1c82cc4ec26887c04ea59d2900d7801dfa, '', 0, '?'),
(0xe75cf022a74d2ff2e36c1a78b1d69a1d, 'wp-includes/block-supports/block-style-variations.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/block-style-variations.php', 1, 0x00000000000000000000000000000000, 0xf4c2268dab86b90e0fe0b19138968bfb, 0xc34d0614d491dab175069ee8bcd1b55814550c1655f237d7c1bfc03137034e75, '', 0, '?'),
(0xe75f7d176be3e62503d5e142f19bef0d, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 1, 0x00000000000000000000000000000000, 0xadc9dd480f9c5abfc10972e8231774f0, 0x083968227dfb6f27d5c59c077bded654df570afcb583c7478b132334b450251d, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', '/home/abt90iranbet/public_html/wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x186f14f236a619e0cb850bedbf04e6d0, 0x2207727287f0f4c14bac1308310d92641a3f416044215c9d874f057d3af058f1, '', 0, '?'),
(0xe765b9fd18d0199b5593df2a5fa457c1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1_no_content.php', 0, 0x43b1b3e9d8c716b18385b5fdbd44281d, 0x43b1b3e9d8c716b18385b5fdbd44281d, 0xe5f206e5813dbf601f22e66de89aa30e5b25be2e247c5f380955bb5a18b69ceb, '', 0, '?'),
(0xe76b851eb973a9b0a46157e42adb66ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 1, 0x00000000000000000000000000000000, 0x162ea00808bf5b26fc0ff6134c1946eb, 0xe71876e73d25998765c676cad77a9281ae050de5d8725530a35b3668c643cd5e, '', 0, '?'),
(0xe777bbcad2967230ffdb095fdc672315, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_3.php', 0, 0xca2643f69c9209843bc0c33ceb8c7098, 0xca2643f69c9209843bc0c33ceb8c7098, 0x71d9cb9f7f65da4d4dd0f0ba61b1162545bf4506b72766cc0d1f5bfbb2279b16, '', 0, '?'),
(0xe7788dce94294e5833752f408c3459aa, 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 1, 0x00000000000000000000000000000000, 0x1a1bc136b8a28bfb7ddbee2df47019cf, 0x7fa57ea2c0e6a88402491bca4b894230cb4882e77c7ee3694d2ff0ddd96c1fbd, '', 0, '?'),
(0xe779adc8abab42c132485f055ff6ecd0, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-form-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-form-functions.php', 0, 0x566f48acd9532371a684abc40280cbea, 0x566f48acd9532371a684abc40280cbea, 0x2a9848bb4b0b7eef8e423cfecd19bafd2af1425e4f039578bf072ed5bf5e3b03, '', 0, '?'),
(0xe77a5000b70c95a572de23cf2206af8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', 1, 0x00000000000000000000000000000000, 0xb85ad13f23d9f0c7d475de61a83c9807, 0x1c3843f7959ad8ce953fe071e4df861258c3943a057410c5a8ecf1160acd63bc, '', 0, '?'),
(0xe77fd315df78ffd763ef44a2fb92f926, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newsmag.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newsmag.png', 0, 0x803f7e80a0241202dee22e09ae5c994d, 0x803f7e80a0241202dee22e09ae5c994d, 0xe802025d117570bcecd6f9464cf3a63ed7082a6e079cbabfac011e567713ffe2, '', 0, '?'),
(0xe7802a7631263af64170718e3024a5b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_2.php', 0, 0xccec596178233356d101688446f73f38, 0xccec596178233356d101688446f73f38, 0x4fc7d54a792e1162edf3556a5d252f7b10dcd941f23d08568b1071f2e186aba0, '', 0, '?'),
(0xe784f6b58be2d0cb4c8a68cb6cab2477, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-5478d3cc4b2419cf426ebafb83bfffeb.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-5478d3cc4b2419cf426ebafb83bfffeb.json', 0, 0xfb657f6a2a86e483db12563d80fe19ed, 0xfb657f6a2a86e483db12563d80fe19ed, 0x70fcf0ccc4da666b07f233ed1973b6325d0df1f1e0091f1f884b90e27c537d1f, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0xcbb1a4e93a837450c625efcb1ce88a9a, 0xaea82597fa2536f73571ab67c9883d142b8cc8df9d002a35e81cd314b946ce64, '', 0, '?'),
(0xe795b2f88ab22a097a2c1b6c38d8811f, 'wp-content/plugins/elementor/includes/editor-templates/repeater.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php', 1, 0x00000000000000000000000000000000, 0x10f8ef2cc03858774be85fa05f843e46, 0x6c7ffc428a4fe057c0e6bd3f63a55c848254c0b37d1fe936d3fb5c4ebf823fb7, '', 0, '?'),
(0xe7972bf0fe7682c31e93262949c0bf72, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2.php', 0, 0xb77ca61c632429363d32ba3399bc9127, 0xb77ca61c632429363d32ba3399bc9127, 0xe27c01b0a60e8c1db5220e86b6114a845cea0fab50e89cc0762776e4e894f1ec, '', 0, '?'),
(0xe79852c004d65524383803a282e86a48, 'wp-content/plugins/amp/assets/css/amp-site-scan-notice-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-site-scan-notice-rtl.css', 1, 0x00000000000000000000000000000000, 0xab9f219e97a157e296680e18c58c09df, 0x4ae21962388f38cd47b0ef50238ceb2b80e17a95c9805be1ad96c9c530e8f44d, '', 0, '?'),
(0xe79a1aca49f0f31b9898edb08a1299e9, 'wp-includes/blocks/social-links/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style.min.css', 1, 0x00000000000000000000000000000000, 0xbd28f62393b318a586cab036956f29ba, 0xf18746c7668785fe44130feef117785754d2f49a13699fc924d1d6d3055a51cd, '', 0, '?'),
(0xe79b7e9de9fe83b21eaba239fed2da1d, 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 1, 0x00000000000000000000000000000000, 0xe09d438adae4cb8d4a110bcaaf74c94a, 0xb6a9ffea6d37b41bc25fdd21ef91f7b45d7bd0f555c5adda40ea5337572ca93f, '', 0, '?'),
(0xe79fee4cc0b311c3f3f81b30745f1a20, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import_no_content.php', 0, 0x746a007d4ad823bf94f7949fd45e2be9, 0x746a007d4ad823bf94f7949fd45e2be9, 0x54b6a1b0874d4c29e4da5bd8dbc67e5663a2ea42d24b3466ab4a3f64190b7943, '', 0, '?'),
(0xe7a53da8ea7adfb281b281be9bba4cda, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-travel.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-travel.png', 0, 0xe5047975622853cb9cba734adf3a2737, 0xe5047975622853cb9cba734adf3a2737, 0x686fff430a6528b7307882e8568557ef45a64e2831cf12eafc1982db7ce53a53, '', 0, '?'),
(0xe7a871ace90799d8d6f9ec4836a0a3d7, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json', 1, 0x00000000000000000000000000000000, 0xd7270613fa19777931d0d2eddb562c89, 0x5035288cdf1c2f7afd1cbfa87fc85b4e9831bf8c16014b46e4a112a6afca5709, '', 0, '?'),
(0xe7acaac8ecf5d1c1e40961f5ac5e341c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_10.php', 0, 0xf8b375ac61bc941cf9be306ce30fc1c3, 0xf8b375ac61bc941cf9be306ce30fc1c3, 0x9eb823e432e731d0d5361f4ea3d0318885694535254f41f97fa19987c1f08b24, '', 0, '?'),
(0xe7adbe6d8d57e8b28e43a73d4e1c95ee, 'wp-content/updraft/backup_2025-03-27-0340___90_b07db9fd5250-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-27-0340___90_b07db9fd5250-db.gz', 0, 0x7771140d89d3476fa49babc66d3cfbec, 0x7771140d89d3476fa49babc66d3cfbec, 0xce153c3a0a157eb052bfa5db373fb4c693298f4c63399585665d0d3a83e14e15, '', 0, '?'),
(0xe7aeadd2047754e053836d5a85fbf880, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_panel_settings.txt', 0, 0x61a2bb2f009cf99cf71774c55d44d065, 0x61a2bb2f009cf99cf71774c55d44d065, 0x79dbf11bc5ec325c0b09213e45b72ec364a31e6db2c75823218568017b5a1641, '', 0, '?'),
(0xe7aed7d62bbd1038a41d9a6c3f7e956b, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php', 0, 0xd480c4db69337d5911a93b509969f89b, 0xd480c4db69337d5911a93b509969f89b, 0xc25ade65445619f244cb6ef773f37009d0ad56b2ae8a71217044a3e189551ca3, '', 0, '?'),
(0xe7afc35eda1baf8a1eee8005a7c32cc2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', 1, 0x00000000000000000000000000000000, 0x263ae3e7d1726be89263818acaab41e5, 0xe19692dc53f21791ed6db9d31d4ea0d61af23f82c7f3c6206f5b9f21858a6025, '', 0, '?'),
(0xe7b43a016ddaf626b7ee9bce637a0064, 'wp-content/plugins/td-composer/legacy/Newspaper/js/td_js_for_guten_blocks_editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/td_js_for_guten_blocks_editor.min.js', 0, 0xaf1d2df7afb88d686e408e540a021d85, 0xaf1d2df7afb88d686e408e540a021d85, 0xd7edcfd08b2d6a5dfee0b4848601ec158efa363fbf5eba5db4ffee951f355791, '', 0, '?'),
(0xe7b61f7e35abacd673807cdb16a533c3, 'wp-content/plugins/updraftplus/vendor/components/jquery/bower.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/bower.json', 1, 0x00000000000000000000000000000000, 0x9e5e47eede9f1dc28e0e4d4668571457, 0x7f3eb0dd1d926ba539edcca212374d165818b202bc273df17d1fd1c3c0b91b72, '', 0, '?'),
(0xe7b7e1b97181e372b3af720952cbfd41, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2.php', 0, 0x33e442b2ab4d10e23a8ab85c49d27f26, 0x33e442b2ab4d10e23a8ab85c49d27f26, 0x4cb09d849db39de772e2d48055340f40de1f358dbb5d726aa0474d6e5c68ca83, '', 0, '?'),
(0xe7b8159b98397cc596a98b6224057af6, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', 0, 0x559dff2e84b3084d391a24366466a074, 0x559dff2e84b3084d391a24366466a074, 0x3db76a7c2137518ce2bbc9f30271002476935ef521bf89a7d5985c2b82b70dbf, '', 0, '?'),
(0xe7b96b4eedb73e74f1e42cf5d1ecfda5, 'wp-includes/blocks/file/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc510142d8d113e5a8d519c1a8652acd9, 0x283a8e75bfc057d26ee7515255f667f6a3cf44cc83e78a06095e4c276d98e2f7, '', 0, '?'),
(0xe7bd3601c45369efeac70dd9846e54db, 'wp-includes/blocks/comments/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe98ee518ca8b729547421e49a5ec15f, 0x3ee30045966978fb60492b702b898f9f9272e754f98ba16606873342084861a2, '', 0, '?'),
(0xe7c05fbd33e4ceb423c09882347ba346, 'wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php', 1, 0x00000000000000000000000000000000, 0x04250eba19411ec2d97f3648160378bb, 0xf1944d8c78f80eee6dc44c2dc52b27a99e0adc7dba23287f143cdf264bf1612d, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', '/home/abt90iranbet/public_html/wp-activate.php', 1, 0x00000000000000000000000000000000, 0xd08029209367f69dc571b761fcc0289a, 0xeb01987e68bb983a77040b7cc8dbf1fe3ebe2326cb8046ddc7759b48f1ac03f3, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', '/home/abt90iranbet/public_html/wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x5ea0d68c3afe1f6e2068f6eb42f13725, 0x7fe42edf742388fc6b51381cd087749ec7e4868d512356b7c8210c64d3fb5dec, '', 0, '?'),
(0xe7c5d01c14ffbd2d0abc58eb69220e02, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340.css', 0, 0x783742472fbad18ab09c9f6030e94097, 0x783742472fbad18ab09c9f6030e94097, 0xd7dbc7e894934f0ec60227b79d1d0fd7293714f39604ec9b70e233524c11da61, '', 0, '?'),
(0xe7c9b11b302c781928808aef2163fcc4, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', 1, 0x00000000000000000000000000000000, 0xd2d29d1d92498587b5990aef20d2c452, 0xaf3a63a2fb831ad1960a09ffe0d8ac4dd07f0da322c54e60477bd41d8a09f00c, '', 0, '?'),
(0xe7ccd4bfb569a0678e850ccab973415f, 'wp-content/updraft/log.c90c4ee43761.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.c90c4ee43761.txt', 0, 0x5e3de21df7041d2331a466115988a0a2, 0x5e3de21df7041d2331a466115988a0a2, 0x9671d746b2448aa31d557ed6a959f6b5aaea1de71f09ddc2de240ac08a1c8bba, '', 0, '?'),
(0xe7ccf588206ce996aee2b662f2355b27, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_7.php', 0, 0x1517db8a36312f1ac35c8e50e616500e, 0x1517db8a36312f1ac35c8e50e616500e, 0xcabd853a5bee8c136146c066ff243352a8f4b228107674bcbcf158f00b02dd9e, '', 0, '?'),
(0xe7ce90a8c5263e42b5d4c5feda4099c2, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 1, 0x00000000000000000000000000000000, 0x76139d34f5edf2cb365963b122b6928e, 0x048cab6c11c21733c976081d75c4e2651b0fec52fe5724777b507b32c5107d60, '', 0, '?'),
(0xe7cee211e03f1c222f8640ca38c6b729, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xbd06a2196cddc9aba5b8c1a611e2651e, 0x7782d4be4989e621d9a00a18d960e6faa545cdd4d710ad1ec4a4b0befbfa8097, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', '/home/abt90iranbet/public_html/wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0x9496606c15a420572b251de4868a6b63, 0x7ddfccb6a867a4c075770c601768b666dfde466f7a8c2c6472722c7f2c13751d, '', 0, '?'),
(0xe7d1fa67a9f2251e167632c699b1bbf3, 'wp-content/plugins/wordpress-seo-premium/src/models/prominent-words.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/models/prominent-words.php', 0, 0xa64cf2da8273e37592ebf853090b0eef, 0xa64cf2da8273e37592ebf853090b0eef, 0x4188f3ab549d53a78c8d338725cd5d6395abcc253312e1eabb6145c9a7710f44, '', 0, '?'),
(0xe7d5065ba46405f8f64bdfb3dd7fc317, 'wp-content/plugins/elementor/includes/template-library/sources/remote.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php', 1, 0x00000000000000000000000000000000, 0xf4c38743d5aa3febc3f833b8b8a37fc0, 0xb56200993d84f71648412faa07e3b999b804dbb178be10d6929c38ef70729ded, '', 0, '?'),
(0xe7d64bc1510450ce3e4596ddd2e36e69, 'wp-content/themes/twentytwentyfive/patterns/vertical-header.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/vertical-header.php', 1, 0x00000000000000000000000000000000, 0x8f91b3c14057446534b68d4c1f4988fe, 0xfaed956c8c554b141d6d2adf361522af2055b59bea10d5a923586f9b276a4fea, '', 0, '?'),
(0xe7d8229f7e4640e270e4ec972bfd6752, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4_no_content.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x2c96269b317be80034aa48d81f9e2ccd, 0x2b0ed33da8f99fc4fede15dcc9b15b147f320890b6c8a97ebf3c6faa6368cefe, '', 0, '?'),
(0xe7dde29feabfa97bfe956ec67ff650f7, 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', 1, 0x00000000000000000000000000000000, 0xa2b0adcaa2671e2dbdb6caf53b1ee18f, 0x591502d8174198e31a0ab78e830a86dfac2b7e3dc79b3e0b9c6c759d8357f33c, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x0b9d6ef07917e73eac171c5ed438f908, 0xd37a2c794ecece9566ffd6412db5cfc16cbdd6b502cbdc07fe101123696445fb, '', 0, '?'),
(0xe7e2e68bb3c48933046ef81b6fae3991, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', 1, 0x00000000000000000000000000000000, 0x4e3edfa8a33211b9bca4c056e590a63b, 0xf289ce57a269504a3e85c41bf36b337aaba9d14d5d7fe2d650b7559839d4d0a0, '', 0, '?'),
(0xe7e7517a52f880fd66943b4f295b827a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x749d507fd9a9a14ef2f166d6f536c49d, 0xa492c29bfbf1d8ab6e344093cf62e183f3def5cc17378e1780a87c2c56cc7cd5, '', 0, '?'),
(0xe7e8482c503e9db5fc154e40e8b5a0b0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php', 1, 0x00000000000000000000000000000000, 0x1bd3dfa1b505612c6d6378cecbfdf355, 0xc406434e4d448965d2cd33a1422a1975d3194e7c402f8c9910ce65f79092ba73, '', 0, '?'),
(0xe7e9bbf0351252cd7107f1a41a9058c8, 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 1, 0x00000000000000000000000000000000, 0x05d790fa111d3605d98d6a1def258a9b, 0x65d0e933e4e711735eff6c609ed612190612e662f60b97f2d43821d0a33680dc, '', 0, '?'),
(0xe7ee8a62565dde17d01e7a29ee8a4008, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php', 1, 0x00000000000000000000000000000000, 0x362332d3217a836032df34f80c49dd00, 0xbfe56231c93665db7ee7e5df729d14fd2b2a2c8026f2083826883d966e0ba43b, '', 0, '?'),
(0xe7ef5a22855f4089be2934fecc71c774, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php', 1, 0x00000000000000000000000000000000, 0xe42443f05641f8eaefebf1d85aa2e6d6, 0x0f49f4485ed10c55911f0f01fe859af90944a7ccce281b9cf1ad3b6e60a58c9a, '', 0, '?'),
(0xe7f42d7d483203fb5675646de28a7a01, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_5.php', 0, 0x9daac0dbea2e154a8f17f01257ed479f, 0x9daac0dbea2e154a8f17f01257ed479f, 0xd3b910e45de90c0cfe1152fd6a951cce36152579526be98ae6ba67bcfc2426ec, '', 0, '?'),
(0xe7f74bb0efb5068548ace0ca5081ff24, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import_no_content.php', 0, 0xcc4131bedc348c8532080edb993e36f5, 0xcc4131bedc348c8532080edb993e36f5, 0x3e956be60bd6419d83d96335c6b421de52e1fa29feb6b3fe2172856f6d9291f5, '', 0, '?'),
(0xe7f7fd683c014f115b9b1bf5f7fa02c0, 'wp-content/plugins/wp-rocket/views/settings/fields/import-form.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/import-form.php', 0, 0x092a539135c66692b87de5c31260eac7, 0x092a539135c66692b87de5c31260eac7, 0xd26ca28c2451528a0607fe16ced0ff00c23501fff8ea175f922ff9340306a570, '', 0, '?'),
(0xe7f98ae8e908e21229307bf1a4cf789b, 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 1, 0x00000000000000000000000000000000, 0xde0ec5d79606db2a3a1d7d6248b3e151, 0xa5914e706ceb852f4a354f22a6c582e654431ad3deb4f92989c9ae0ad5996b91, '', 0, '?'),
(0xe7fa7ec61257b4189f53ea7e10b151c0, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 1, 0x00000000000000000000000000000000, 0x083507261c48e54aee8befee98bff6c6, 0x47b6055751654e7e54bab44548c1cf73c86ac4e28e70c422b8056e8a8c84c6ef, '', 0, '?'),
(0xe7fc07177cc93de5bb157fe383db8a2e, 'wp-content/plugins/updraftplus/images/addons-images/anonymisation.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/anonymisation.png', 1, 0x00000000000000000000000000000000, 0x82b0f3a6967e7f1408f0eaafe0e9f8b0, 0x75e9a53e5f3762df8593d3d428d42c211fc64d80b87b3735ea5eebf2a4039dd0, '', 0, '?'),
(0xe7fd289b8e27cafe7f6fdae1edc7e51b, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f4a5ae146f595f3aad56465a0990112, 0x32f1fb74639db47a66816acf646353776ef5a587855040c1a372c3757ae41ce7, '', 0, '?'),
(0xe7fec31cbceff1396e4cbe1b7f4c81be, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.min.js', 0, 0x9d46b7a5cbb1dcf609f707a17e6eb63c, 0x9d46b7a5cbb1dcf609f707a17e6eb63c, 0xd8ffc3350a18aeb2b563de6aff9ff8b26ea119dd177d4043e66d27de4f352e04, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, 0x00000000000000000000000000000000, 0x452c62d9bfca8a954e03b9fe11455c0c, 0x7c4adcda1a105e28e11f9695a399d78c18bb78447358e2a1e538dbe8883fc852, '', 0, '?'),
(0xe8051a29d8da45757340a71a4f75daa1, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/workouts-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/workouts-2340.min.js', 0, 0x13ceaf0defe38f7378df94e8485be1f1, 0x13ceaf0defe38f7378df94e8485be1f1, 0x1c9bbe80f254874ada15916c15ff283c770bddb4a3254fca8e43f5dbb80d8eac, '', 0, '?'),
(0xe807259260f0827147d080cc23670d28, 'wp-content/updraft/themes-old/twentytwentytwo/templates/page-no-separators.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/page-no-separators.html', 0, 0x67cc09be6c709e47055181d94f05fc6c, 0x67cc09be6c709e47055181d94f05fc6c, 0x80a1b7aa384648133e162f3ee828590fcc82665857093d30261f260dff090d16, '', 0, '?'),
(0xe8075aad8f4d91fa70785cd68799f54a, 'wp-content/plugins/elementor/includes/widgets/counter.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/counter.php', 1, 0x00000000000000000000000000000000, 0x0eb872cc0528394427349ff40192be71, 0x7dda58e53ddbe894fc731e60606712674c53426b831b27bc53efc4fc499e9667, '', 0, '?'),
(0xe811c9bd60ac6c67ec4dd0f94ae9cd61, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php', 1, 0x00000000000000000000000000000000, 0x67c4f994a005e6d5b48f33b4d83dad02, 0x3d5968e92398ce48e5fe5893c4c0e609cc4977feb205c32dbb0051ef4ae510b8, '', 0, '?'),
(0xe81bf5d7963f1bba344e892d0bb80c13, 'wp-includes/Requests/src/Exception/Http/Status417.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status417.php', 1, 0x00000000000000000000000000000000, 0xf3ac936e4cbf85c12ccc5578a3d1cd28, 0x400276b10841ba04aa5ab38f37c817c4c358b542ba2dbfbb256f759f68d73570, '', 0, '?'),
(0xe81c1851d7a5eb749eecc4c4623880fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_5.php', 0, 0x28632b79e8d7c1d3ca49f077d3e4b120, 0x28632b79e8d7c1d3ca49f077d3e4b120, 0x9afba5465a71c2797f18bd584d1d9ba2c91c006651b0786935161f8d031e8035, '', 0, '?'),
(0xe81fff0bf4995ee6d8737c77a64cc307, 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 1, 0x00000000000000000000000000000000, 0x3c1a3494e6738833d6b035279ecfc938, 0xb95da5eee551feaf0a789d77794140aca213d48fa508e976d2d102122a659c16, '', 0, '?'),
(0xe822a31c6a2b52fee5aac7eba2430967, 'wp-includes/Requests/src/Exception/InvalidArgument.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0xbe0bb752251cba0fe639482619469992, 0xcf4c62be177615fddd475a9c08a76a27acb0b28b3c4b23b74a99a5d19353e9f5, '', 0, '?'),
(0xe824858f47694fb7e4d078ca7a1ddf64, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', 0, 0xdac530f60af4f4803d664810542b62ea, 0xdac530f60af4f4803d664810542b62ea, 0x270b5f894370535e300aedaac5fc1b99ca910257a939d323fe41592770aa9570, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0xda215ae12b95b3aeeb2047667016c7f8, 0x0fc66f0613d56584ecec6c7b44c932a153bdb3459c873709382d1c9a1a38619c, '', 0, '?'),
(0xe826da035e7d835965345cb9f0fee09a, 'wp-content/plugins/wps-hide-login/classes/plugin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/classes/plugin.php', 1, 0x00000000000000000000000000000000, 0xa1bccaea2ecba719deb3ab5c85d5caa8, 0x6a0f9af2428373418a2ce681f5466cbf18d8bb70f5477b7ae2365014132aead6, '', 0, '?'),
(0xe82f0a509d156b925a4e135d7173850a, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx5.php', 0, 0xea89f142cac59b5449d865f446ded13a, 0xea89f142cac59b5449d865f446ded13a, 0xb44faa3755e8ed4d917fbbb6f60589261ef8cd20df4894fee5c47cee969d62f5, '', 0, '?'),
(0xe834bcbd9acf74962c41518beacbb941, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', 1, 0x00000000000000000000000000000000, 0xf2416eabe77356bef385a8aafa8ef9a8, 0xce92c4658e3bfcea244e77413de84e4096af0dd4dd592482f9faafb07a5cd9c6, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe836919732d926e65b0cbe380f315d5f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_mega_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_mega_menu.php', 0, 0xae7c8b3148ca368411b936b0191a9eee, 0xae7c8b3148ca368411b936b0191a9eee, 0xde053aaf004a8381ef07e1c787292472f31e5c91a159f933ddeb9269b5cb2341, '', 0, '?'),
(0xe83eda2b87476bbddd379b8d4737248f, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/composer.json', 0, 0xff38f2a03ca68691c4634b1b6fa55bfd, 0xff38f2a03ca68691c4634b1b6fa55bfd, 0x602972a05693546ce7813084048c55253928d2fdbd8512aaa17904e1d57bc53c, '', 0, '?'),
(0xe84309c8db63486bd460d75806431cbb, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php', 0, 0xb06f5b7755db74557865e3eea424a684, 0xb06f5b7755db74557865e3eea424a684, 0xc01994f06235775a40eb0056407e91b8096b21160bcdba1977d1a9e075b82073, '', 0, '?'),
(0xe847fd05bf79999f5a13d56fcb7fc90f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 0, 0x9bec3e8f76ab85198e631e8f76acedc6, 0x9bec3e8f76ab85198e631e8f76acedc6, 0x9e67f64a7b47b5c6f00ac73e267149bbf2cf0364a3d1ab0b51652cbdaacf3b79, '', 0, '?'),
(0xe848785ed53ad8220782fa5cabe5e72d, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 1, 0x00000000000000000000000000000000, 0x96b240de2b9100a4b095be0daa0dfd22, 0xd7dd687efd43a27c5a65e75c2df9da82c957afc82715538eead25d36f8e78fc6, '', 0, '?'),
(0xe84a8867c8bbf26623ce1d2edb9a130e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', 0, 0x7cd65cd88fcdb68f6a682fdf34b4a8ae, 0x7cd65cd88fcdb68f6a682fdf34b4a8ae, 0x2a2685203b7e228ca703ad30f446dca9ca6addac891aaf43f74dacb5631320a1, '', 0, '?'),
(0xe84b205d727a0e02b99f6e6a06857022, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 1, 0x00000000000000000000000000000000, 0xa26e9de0558a2a5740639013ccc3bcdb, 0x41881791ebf33d1b46d270f6c34f71faa5a894b69476c25f4da93c606917d315, '', 0, '?'),
(0xe84da8b01f23f31735362a44b49d071c, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block4.png', 0, 0x23e4545a38b436373366f7b19644e7b5, 0x23e4545a38b436373366f7b19644e7b5, 0xcd8d750b8691b75a0d6362fd26251ee02e87677f8216ae915e585ad34fafe440, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, 0x00000000000000000000000000000000, 0x661987ee058bb48e60e76a7ca39079fe, 0x69fa864f47699084a59546147c0b34a038da02995618f1d76aee0a231b562d4c, '', 0, '?'),
(0xe853d90e4992819be323b8b5a005297c, 'wp-includes/blocks/quote/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0d1c01ce355fe07e04077c636efeb609, 0x878ee3491dffb945363ba557f4263e9e8f3c00de6360250a15cc706a7a6b5475, '', 0, '?'),
(0xe85785b12896197db023c50d17528980, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block19.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block19.png', 0, 0x77b6d285fb5887b4560eca90f346a452, 0x77b6d285fb5887b4560eca90f346a452, 0xde80b777c30e95c010b0f7f0bf8fa10c23a13a6cd9ab190f7a6fd31b7b2c71a7, '', 0, '?'),
(0xe85a0c3a0fceb5377bfd36622b6c40e3, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/40px.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/40px.png', 0, 0x8ca4b8aa502255f3f5814751137cc548, 0x8ca4b8aa502255f3f5814751137cc548, 0x984b0c89bfeda409ac3fc01cd5450eb353d93dec61150ae4337b12774461ed6d, '', 0, '?'),
(0xe85b74833e9086f26d18d0ba08b9da30, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', 1, 0x00000000000000000000000000000000, 0x06b1851660baec4f91768d06dc0ce0b0, 0xd1d01d497c7aec1f6c2a1a554deb6f2db34c84b27dcb2c604ff4dcb74fed875a, '', 0, '?'),
(0xe85ba1af6c401b31b43ee3614ab9a82b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3_no_content.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe85c0488671b6f5ef03e4b3003d5f0b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_css_generator_demo.php', 0, 0x076af6048f2ff6bb2952bb756b03b453, 0x076af6048f2ff6bb2952bb756b03b453, 0x0b5e157bd2c44097827bd6579bc3bc354113014554d3902426d465a2e7cfef2a, '', 0, '?'),
(0xe85dbc187fc1badf90e8973ecb7bcf0a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', 0, 0xe3d4a7202db921a796846a0c234ee0d6, 0xe3d4a7202db921a796846a0c234ee0d6, 0x9d633233452980f901402ea734211e5870fbd025a12baa37cf92f830d694ce82, '', 0, '?'),
(0xe85df8f6f6a4680c4a46ed25549fd858, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php', 1, 0x00000000000000000000000000000000, 0x7d598101254164f7189d6880de82a0ac, 0x7b2f932ef3fac423c965a1c9628b9abcacbe17bbb3ce945375dd711f6c50ac53, '', 0, '?'),
(0xe85f02224deabd50a4b87e9a1c7ea8c2, 'wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php', 1, 0x00000000000000000000000000000000, 0x071e2a4b067d1d1599640bc1ca41a635, 0xb2656d3b9dd25ff46a34a607cf3b237b36d9f36072d270f047809a2547cf3818, '', 0, '?'),
(0xe86016eb6af48c9982d1c1743673dc97, 'wp-content/plugins/poka-review/public/class-poka-review-shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/class-poka-review-shortcodes.php', 0, 0xafb405cf7c0c00f129bb87ae2af71e50, 0xafb405cf7c0c00f129bb87ae2af71e50, 0x9b41540d8243a2b90af87793d4e82663f9249bae5211a77e9f647212b2936e89, '', 0, '?'),
(0xe861fcf23023ed99d8f4b37bb1230fec, 'wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg', 1, 0x00000000000000000000000000000000, 0x180942716f238e9463cd3703b180bc14, 0x89389099c653613d65b21555e1f6c7fac2487a27b40baacb637f1514d7c9b3d8, '', 0, '?'),
(0xe8622bc2f9f761a9588f15c6c706e258, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 1, 0x00000000000000000000000000000000, 0x3c04530a30e8c9dfb83f9c8a10437d4f, 0x2a1a5d0f61e2314ca626e855ee2c0fa6ed67e64190709d740788b6be0540f154, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', '/home/abt90iranbet/public_html/wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0xe869ae2143d8637cb16d04ffeec53d6a, 'wp-content/plugins/poka-review/package.json', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/package.json', 0, 0x47e4cca50ee6a18703f9ef9878d71847, 0x47e4cca50ee6a18703f9ef9878d71847, 0x9111cd1d40d3619a40b186a17d48f18adf31f6524c4780322b81845553968acd, '', 0, '?'),
(0xe86a2fbcc21b150be6ebd2f52674a964, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', 1, 0x00000000000000000000000000000000, 0xddf0f76ed2d829a8704192ca975af289, 0x376954d657b6d9f52fd79d390489b394188a4c3578e42777bda3182c5f2d8911, '', 0, '?'),
(0xe873a8e722f469fc982d292902753943, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.mo', 0, 0x0ba86ad9550207f6b47fc87e9416828b, 0x0ba86ad9550207f6b47fc87e9416828b, 0xebbaf3445e909583a59d48217bf8fe6097e913a454a595745e9d6191ae73dec7, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x22ea8c327337acf85cef690c2397cb45, 0x61c7dcd80184d3de74b9c057f18f03c209cc334e8a1ac6e36078866849dd60c0, '', 0, '?'),
(0xe879d5c417c43c7ece361df3fb5af3ab, 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 1, 0x00000000000000000000000000000000, 0x8ac981cb710cf2732d9b413e5e7c8355, 0xb9f999fd7201c3417ed7af5f2c1a987aa4f08ea299a7ba8fbf000fc2dcf47d7c, '', 0, '?'),
(0xe87e401866c3523f245bacbba2ec75a0, 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', 1, 0x00000000000000000000000000000000, 0x0e6f6290f91604966779a997ab0fd0ae, 0x9ba4ecd6bc21befebb29f5e4a424b497f97afe8d5d62b0b7745204cb951ee468, '', 0, '?'),
(0xe87e8b57e3499f4bef7964873b307146, 'wp-content/plugins/td-composer/mobile/search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/search.php', 0, 0xed8b13465feb676a9d2a6e64f5d6f639, 0xed8b13465feb676a9d2a6e64f5d6f639, 0xd689b104b2764de75614a31694f3dd0d3a40a9b79363f9ad72a003610bd7dd23, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', '/home/abt90iranbet/public_html/wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x32b14886380b96377142a1d70ebe3c63, 0x573a42d6e27969fccf989ee67429da84f3e06cba4f124aa3c2bc02121defe6f1, '', 0, '?'),
(0xe881ac462698cc64ce92ce29df92b957, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/demo_style.css', 0, 0xb3a5de2fb620aab32168d4c2f62396da, 0xb3a5de2fb620aab32168d4c2f62396da, 0x74f9212ce58ea7d1b805f895697e1fb05f83feccff1158c0aebcf4c659163478, '', 0, '?'),
(0xe889efb97f7195e6384fba04cf3bc341, 'wp-includes/blocks/shortcode/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa83e60b1f859c7f3fdaef93c018a18bf, 0xf5c5b533c84a0fb2a07d6739ba782031ca854686a9fd1df60ff7de9066160391, '', 0, '?'),
(0xe88b5028d2f3fcce015eed4e75bd4994, 'wp-content/themes/twentytwentythree/screenshot.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/screenshot.png', 1, 0x00000000000000000000000000000000, 0x14139b2f73f6ce2379a49f2075993ff3, 0x99968cc8b37737d9c9fff49cd11d027f5f965d688fe1d449053e89cab30f4fd9, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xe58cabbf57465a7c84b182d203e4396c, 0x5003a4d1a0b446445e56381658fba343811b70fd5b8054e4c33496f0799180fb, '', 0, '?'),
(0xe891f773d958d233b61cbafd66cafd24, 'wp-includes/blocks/file.php', '/home/abt90iranbet/public_html/wp-includes/blocks/file.php', 1, 0x00000000000000000000000000000000, 0x2572be056508f88ce8aa7d740783b679, 0xbadbbe8bd4609b3bc80d2d9ff69d426eab7ba3410a164c8f29a6b919a8a96f52, '', 0, '?'),
(0xe89758d1a5c70811b6ef47f788dd7b62, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_taxonomies.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_taxonomies.php', 0, 0x8525f69fe8419233577f2db5ca337d18, 0x8525f69fe8419233577f2db5ca337d18, 0xe0e68d7b5a67e740533f7ef323bfb5e90539694a166d26fcc540585520bc66cd, '', 0, '?'),
(0xe89dcaa330bd56dcedce3459837f1e6a, 'wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php', 0, 0x33b21a39edfdcfc8a6e9cbdeca75a0d7, 0x33b21a39edfdcfc8a6e9cbdeca75a0d7, 0xe0acb2421a70ea1850d720a066d8a3926fd07596e4de549e7dff3466c67392da, '', 0, '?'),
(0xe89dcd65ebc8abc38654e66bdf8726c7, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 1, 0x00000000000000000000000000000000, 0xbae51db41228d8f90f3347f300a8812d, 0x65b4478784aa5b35e6f7a9e58348f16a5225b63f975571bac1ced46f6d290d4e, '', 0, '?'),
(0xe89ec850b3bebfcacf3c700c1adc2a5a, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php', 0, 0xf39374995a17673e530f63234f63bea4, 0xf39374995a17673e530f63234f63bea4, 0xbc041537268b69a4f2abd4836f08564bfc97a3a467ed40004627e386ebdd1594, '', 0, '?'),
(0xe89f5e040786d0b02e6db5d4ae651f7e, 'wp-content/plugins/elementor/assets/css/admin.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0x19c7082d91a1d745d91b9a0a7929836a, 0xd53a32cc61843803f7637107dc8b70b6b3ea68ca17e43da37bc773657818cc55, '', 0, '?'),
(0xe8a08bfb518a23f2ebd2a619fe163f1f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-8.php', 0, 0x2dee523d84c9b0e548ab3c58ccb24b7e, 0x2dee523d84c9b0e548ab3c58ccb24b7e, 0x52fd0ca23ea5f8a18cab1cb979c750229d5c6cceaf28175081330e6317c2330c, '', 0, '?'),
(0xe8aca46ae1b6d80e2cd0d31ef0db3d3e, 'wp-includes/blocks/site-logo/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4000d8bc639b2859277e98e93a9e98a1, 0x4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d, '', 0, '?'),
(0xe8acd326f4487853481d00d34722d40b, 'wp-content/languages/plugins/amp-fa_IR-3305e4955ef28b816b4929f759a7e965.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-3305e4955ef28b816b4929f759a7e965.json', 0, 0xb113b0ca615438f3e6824d17fa69b254, 0xb113b0ca615438f3e6824d17fa69b254, 0x8d8bae329346a47c076056fc59355c0e202bf96a61b31e7c768f3ac9f0fea73b, '', 0, '?'),
(0xe8adfa7668373a7a04891277c9322a86, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xe8af516b8ba70f6464f15ef8173d9c2f, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x8e92eafddfc4da3eb8af97eccd2db77a, 0x72bd2af550ed9008a8b1db3b0a558db88a071f3b2b59580d394f80ac6acd5547, '', 0, '?'),
(0xe8b69c58eafeb5c7e90dd9b2885a82bb, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js', 1, 0x00000000000000000000000000000000, 0xa34c579fce59b352709229f28b684fa3, 0xe178c3fe448c8bfa9cb02ae957cc5b5e5adc2afcd9656e2ef8874f80faa93f02, '', 0, '?'),
(0xe8b99a2dcc6ce9b0e38e73b51a3c1885, 'wp-content/plugins/shortcodes-ultimate/vendor/swiper/swiper.js', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/swiper/swiper.js', 1, 0x00000000000000000000000000000000, 0xa2e11c0ba7278f889f5a8ae7abede7b9, 0x71457bc4d98b0e4cbe969386dc9ccc62624b7287f2271d61f9eedc3d57f9b218, '', 0, '?'),
(0xe8bb71943a9bd3498735b5ba942f8f76, 'wp-content/plugins/amp/includes/embeds/class-amp-soundcloud-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-soundcloud-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x062c4ebb78653b135b295c2899ba23ce, 0x4aab22e6971eab28ba20c03f4b789cdcff57fc5a890ac3b59bddb1efb9b5c70a, '', 0, '?'),
(0xe8be8e302b4e79a8e48a3a1fbec33c68, 'wp-content/plugins/elementor/assets/shapes/drops.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg', 1, 0x00000000000000000000000000000000, 0x7c87b195597ae2a2eb9d3618a1de3b79, 0x547e76e650ab3305e02674a3572d95aff8ef830209b09b17e7544ea971419b93, '', 0, '?'),
(0xe8bff611d7a2504fd02068f0e2cd3582, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css', 0, 0x2f56b55039103fcd3a7b87fd0edca69c, 0x2f56b55039103fcd3a7b87fd0edca69c, 0x5a32c6f46c77d410df2e4444f0b5a3e96f75d93a5c4cd20475b5236d908b283f, '', 0, '?'),
(0xe8c1fc68a34a9bb96d6626f96e0cf757, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_3.php', 0, 0x26ab7928fa52a3562c85597b3452d0ca, 0x26ab7928fa52a3562c85597b3452d0ca, 0xc22594e7e7ac2eb787b2733db26af7f04f0b9115ee92de57f519bd331bace29b, '', 0, '?'),
(0xe8c835b411dd5edb468deac3946e7a17, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_8.php', 0, 0x623561f0e61d0df889ef2c25d1ab407a, 0x623561f0e61d0df889ef2c25d1ab407a, 0x68b8641df44c558060fa45b7fd9bda2e974137ed371164ee075b0a5af390a0b8, '', 0, '?'),
(0xe8cc9e9b28862684ee321d51826471c2, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1690810710.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1690810710.js', 1, 0x00000000000000000000000000000000, 0xafc3710421e8c3f900f0ad80a027a5fb, 0x07d8571bb43424617fbcf6dc2778f419e9e02d05acd44bcebc9623925aaff0fc, '', 0, '?'),
(0xe8ccf4193e4aaef703c6a192a2b469e6, 'wp-content/updraft/themes-old/twentytwentythree/templates/index.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/index.html', 0, 0xfc241fb606703afcacb1ea7a74bf40eb, 0xfc241fb606703afcacb1ea7a74bf40eb, 0x3af8c193f9861d3bf354f93b1944066a00334dab82f39c64c2fead91e6d68247, '', 0, '?'),
(0xe8cda94032ed1cd30c1a661c1b919f6c, 'wp-content/themes/twentytwentytwo/screenshot.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/screenshot.png', 1, 0x00000000000000000000000000000000, 0xfa3e1ba2ee701c83b1a40d204c46a57a, 0xac9f3f43e49d1c2dfddfe6acb3aa94985936d0d16327e61a7677943d12292a6f, '', 0, '?'),
(0xe8d50410c8b2ae17f3520067057f2058, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.po', 0, 0x7cdc2b00ff96318e61921c55345ee42f, 0x7cdc2b00ff96318e61921c55345ee42f, 0xbdae62c7df5ff4b683be40df55ee43749b1d24ed3bb94162cc4bdb451ad2bbd4, '', 0, '?'),
(0xe8d8b3ee369d02eb7ad1907f1fef5a99, 'wp-content/plugins/kk-star-ratings/lib/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/js/index.php', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe8df0066428150ad8157c4b95c1cb9f1, 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-javascript.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-javascript.js', 0, 0x7db687bea96e905f5980dfde021fba01, 0x7db687bea96e905f5980dfde021fba01, 0x11a6084304bc339a09e34ce9d1fbed67d594e8ebacc320cf44d2f305a2875ee2, '', 0, '?'),
(0xe8e19bc5c157ce7fe317b6e93a9d865d, 'wp-includes/js/dist/primitives.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/primitives.js', 1, 0x00000000000000000000000000000000, 0x1b53c37090985af0d76c4c93cc75870f, 0x2c3678bd66da078478f0f9b6f424ea4a53745caed4ff30c2d36a393f5dcbe8e8, '', 0, '?'),
(0xe8e2b292bec61bc4e4ed8ad1e226311a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-plan.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-plan.php', 1, 0x00000000000000000000000000000000, 0x7a57cd223aea69e3e69cd6403ac7e2e1, 0xb17e41e8b24dbdf07482006e3abc3ed5bb881e2df78d59d7a0b36a7720e4d1e5, '', 0, '?'),
(0xe8e55fe4c8efe0643e345a8a4a39066c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', 1, 0x00000000000000000000000000000000, 0xe4a6dd6621f05d97257723e3709d122e, 0x09ce19234fdc76cb0df261f81b2dac6789a9f2d7617f0011ee8f2fd26581d239, '', 0, '?'),
(0xe8e9dd926748832baaef844b37abd461, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_7.php', 0, 0xc2335cb19e1185da168dc351173cdc59, 0xc2335cb19e1185da168dc351173cdc59, 0x6d67bd62b97329dc3ef170764eee59fb477526995261712f6a3a6cc3fcdb6848, '', 0, '?'),
(0xe8ed9d75b3ad71a04cadc3bdd290dcbf, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0xad0fde0acc216d5d151827c278cb5fb7, 0xd3578794fe49af59a2de54c3c4af51b2102e30283f83cb46a399cf66237cc64d, '', 0, '?'),
(0xe8eed8304db7e44852aab681d32d7183, 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json', 1, 0x00000000000000000000000000000000, 0x3bf362c4963e008b1fb005de9a25d373, 0x19edb55933485a8b9c603fd54e8400c6d4d21a27bb8190bcd9eb2e71e2c8ca8f, '', 0, '?'),
(0xe8f21f0c3c7cc686332308a760ae7d8a, 'wp-includes/blocks/separator/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor.css', 1, 0x00000000000000000000000000000000, 0x6d6650fb2c66f3271dd7bcae744f6751, 0xbb8f38e0e39c7659a7eacd9cef207bb66b7a669e377b2bbed5fa11c1d4d77fc6, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0xe901ce1771febd33d5dc7298ab3a4cb8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import.php', 0, 0x776ad73c2cdd41e3b3af94b12d39398d, 0x776ad73c2cdd41e3b3af94b12d39398d, 0x794b3a6bd8d888ea72b7543c6947cd6d0db76052257a27a00a05f57c2dff588b, '', 0, '?'),
(0xe902aee8d0c3bea46c4fd25d8b75dde1, 'wp-content/wp-rocket-config/abt90iran.bet.php', '/home/abt90iranbet/public_html/wp-content/wp-rocket-config/abt90iran.bet.php', 0, 0x92e161f027b983bc4125b8cfb474aaba, 0x92e161f027b983bc4125b8cfb474aaba, 0xc0a2d12dc7a17e53a3dcf0ce9e15456f4ae353b3f17315f204ef3c6fe16c5f21, '', 0, '?'),
(0xe904456cee7a00f9eeb8b826a15dfeb4, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_link_post.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_link_post.php', 0, 0xf76e5561bbd5e90db9d006c5863d9355, 0xf76e5561bbd5e90db9d006c5863d9355, 0xb54fba962bcd8937f14f1cc159170d6536a6bd37f775a08a86d3afd33c46d0d8, '', 0, '?'),
(0xe904a5902ef468fb7aa366f6037f90d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 1, 0x00000000000000000000000000000000, 0x2582555ba6aae38953ea2504a2854e6a, 0xaa0d7e3345cbab2b9d37bb12cf93e7f5334e70c8912c0c34a05b4631f62297a0, '', 0, '?'),
(0xe906b155a90c4d558fa512ada924e417, 'wp-includes/blocks/latest-posts/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style.min.css', 1, 0x00000000000000000000000000000000, 0x6689fd7d086d9e8b2fe27ab116aac41b, 0x93bcaabf3f79e5e28ca724910ffeefdbcfdff8556c948c1455ce78e9585907c4, '', 0, '?'),
(0xe90b4124fdd3103ed6c7dd0254aa832e, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 1, 0x00000000000000000000000000000000, 0x0c9059e40cce958be4da99088337dd7a, 0x4f268afa819292558d7ad1a7ca1b252b004daf799f70c07fcdbe72e9d8d50e2a, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x405dbf228781d0ee8bbce6926cdcad72, 0xe5334bd30bf47a87ca1ff1bd14f6f5811a6f18adebf06d854a5046f2203c3600, '', 0, '?'),
(0xe9125914c4f4cbcb0a6b6724a0fc0d2c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 0, 0x8cdd7e82a00b9a01136a8f056db18f64, 0x8cdd7e82a00b9a01136a8f056db18f64, 0x3839a1dbd9f53860b1a0cbd5a3f6b1c0a335048518b2aef4692d491a871b6a0c, '', 0, '?'),
(0xe91394eb4888063b9ae223c622580231, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_9.php', 0, 0x7000a5c37aaea4cd3913cbfacdab9dd8, 0x7000a5c37aaea4cd3913cbfacdab9dd8, 0xeb01016bdf8b68fb266050bc86a006d7bba6e18a23317e819b2af5cf2e4f42c1, '', 0, '?'),
(0xe9199b514acf2aea6fa3c3697f898103, 'wp-content/plugins/amp/includes/validation/class-amp-validated-url-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validated-url-post-type.php', 1, 0x00000000000000000000000000000000, 0x029c8b659bf64f926b628ddf47882552, 0x64f6a80f037ed08f1e3f90fa855e7fb90686f6a123fa2f7d4c5e80f0f6be1cb8, '', 0, '?'),
(0xe922dd864749abf5684e1098a6ab5e8b, 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', 1, 0x00000000000000000000000000000000, 0x235a6659ca7b430ccdbcbc412ddc50e0, 0x8cf3e0366375db0d1081513ae97f241b8017a5a4963382fd16dafa950b0b7f6c, '', 0, '?'),
(0xe928b1ff598f1139a7c963e201d860d4, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x84617388d16296b655d5cc5c92ccb97f, 0xf7c8e2a9cd6b7b52ddab3c4621bf09b56f1eeaec522c759a975f46369858f451, '', 0, '?'),
(0xe92c0b3cfa45c2b42690f5e27a65c54d, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 1, 0x00000000000000000000000000000000, 0x7124e85d8f9dc578ff887cf6e57aa056, 0x9867edec3a16a654505f5519946fa4b5b37d567478ea8b0e3da329fdb8f1522f, '', 0, '?'),
(0xe92c127fdd8d42bf80977f8e844dc8a4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 0, 0x84309c875fef96b4e773373d49e6c79a, 0x84309c875fef96b4e773373d49e6c79a, 0xa0795e249190e94a0e9ab2817ae7a57a1431c821030b78831ab983e6f010f186, '', 0, '?'),
(0xe93090f28a13ce876845549c41a780a4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0x0264ad4b0226fc66a50f354db1f8ec55, 0x09c751ac6b8eafa266de63af68fa7612a9d001dcc653aa12535196af58d975f2, '', 0, '?'),
(0xe93154c46c97e994de5351efaeea516f, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 0, 0x72967b8cba5f64f9e05dd8a3a609546f, 0x72967b8cba5f64f9e05dd8a3a609546f, 0xc427a3a8259b473247efe630ae716c86e14f8cdb4c6dcd60fd99e4c330473527, '', 0, '?'),
(0xe93f965a6320faddcb309da0b18144f0, 'wp-content/plugins/td-cloud-library/includes/tdb_global_wp_query.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_global_wp_query.php', 0, 0x8c94932bb56e40d2000d591d0a735b2e, 0x8c94932bb56e40d2000d591d0a735b2e, 0x8c9fec391c2a607f552e9904bc1c73ab9799424daa86a1412f2df59bbe3a17db, '', 0, '?'),
(0xe94171cbeace08a150b925c1d74e84d6, 'wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php', 1, 0x00000000000000000000000000000000, 0x66784800fe3a3c3fa00461d40132512a, 0x35fda20c4a9c6a9ec526bb1c16368be6d8e77e2d46d73a085f136c4c2f7abd31, '', 0, '?'),
(0xe9443c749b7d2202bdadaaca56838517, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php', 0, 0x81adc78c3d287dde34d3a50262cbd090, 0x81adc78c3d287dde34d3a50262cbd090, 0x3846c6d34b1fbaa205044b1f5f697adb8aaddd50c83b41c34dedf19f1646752c, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', '/home/abt90iranbet/public_html/wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0xe94d1fda1fe46e36e725a21949c78436, 'wp-content/updraft/themes-old/twentytwentyfive/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/footer.html', 0, 0x608aa5412849fd5d011f9c747573f656, 0x608aa5412849fd5d011f9c747573f656, 0x5b05f38e53405f96ee6b10f2442388f56d4c25b1c80a869cdd91fee73f17e5a4, '', 0, '?'),
(0xe9503d63fa2ff7d857a579355c910d9a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_1.php', 0, 0x7a9ea1c6c3bbe3d44219499b085a0fe6, 0x7a9ea1c6c3bbe3d44219499b085a0fe6, 0x73e0b7a0bf0b86446bfe585eb15b4cc04e90eacda973ec142fcd082d3dfcc2a6, '', 0, '?'),
(0xe95301f4eebd8d5255ec8b0d5e19ac1f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_10.php', 0, 0xe340ff3c014ce20af7608840de2b3eeb, 0xe340ff3c014ce20af7608840de2b3eeb, 0x60d82607710fbdc6e5168455d3a7881ea621611311415a78491bcf323fff80d1, '', 0, '?'),
(0xe9542d7c2641bed3ca4cc1989f353b49, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x461704a3adfdbcebe210eafc8696bd69, 0x95005bb76e2b6b024e0f4f48ebb23ed9a7258348fac27abcfc37fef4ef3efaee, '', 0, '?'),
(0xe95452fecc93bd78948d67f2725fe5eb, 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css.gz', 0, 0xb98663bc4973500a0f6632f354b8c6c8, 0xb98663bc4973500a0f6632f354b8c6c8, 0xc9b1d3833d3497d6eefc4608fc0fff68ff9fb2ab0416cd83ce2eb144cb787137, '', 0, '?'),
(0xe955ed8a752a56aa90ccbee9ffc8b066, 'wp-content/updraft/plugins-old/updraftplus/includes/class-storage-methods-interface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-storage-methods-interface.php', 0, 0x246bc3aceb9332946bcc2f4fb3a4590b, 0x246bc3aceb9332946bcc2f4fb3a4590b, 0xe5e9ef18a0dbf3317855ad40a4e12452c6c8ab086572de2f55018fceaa7bef8d, '', 0, '?'),
(0xe955fce4951d260d650072b83981e257, 'wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', 1, 0x00000000000000000000000000000000, 0x3f43b3d5789a40acf626ca0c64d107e5, 0xb1dc176854ff282343bb4dbf23b944e11fa84ee9b577929f79dab802c9dd82f6, '', 0, '?'),
(0xe95b26e25c904ef9ea2b895acaf360bc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_3.php', 0, 0xe72eecce6ff717682ffe6f3d3e14a5d0, 0xe72eecce6ff717682ffe6f3d3e14a5d0, 0xc73db78c26a3c0d124991ec9388e572df772bd4291941a44e842197b75c9de60, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', '/home/abt90iranbet/public_html/wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x9af0c02bf5b08215631b5c07047b3e26, 0x499ab71cdc39c733c24837639346500ecbfa13ccff30555d22f89ca6cdc6c8fa, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', '/home/abt90iranbet/public_html/wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x18d7d9cf4f957d9a4520c303b0641621, 0x61db63068db0439f01742d7fd82317a4fd7f4d2167dde5fc338b5f26240ae5ab, '', 0, '?'),
(0xe966a293e92d1fc0bfaafd94b3b9cdc3, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74b41c071610a4046a2009219601878c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74b41c071610a4046a2009219601878c.json', 0, 0x70da5fa171b08282b0dc46324bbf7c06, 0x70da5fa171b08282b0dc46324bbf7c06, 0x6caddfb6764d955c008c45d94f1a014c8ecd3720363a4318c7e93889e53bb77e, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0x5c27cc7d05850b4bb5091381a9bb7cf1, 0xc074aafb12f88c1973bafa9b7dd450646a11f9afdbdc15207b1374205eaec741, '', 0, '?'),
(0xe96803787a6d70fb60696341953dc553, 'wp-content/updraft/themes-old/twentytwentyfive/styles/04-afternoon.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/04-afternoon.json', 0, 0xe5d8402c008a76c854451be7d54bdabc, 0xe5d8402c008a76c854451be7d54bdabc, 0x6867df07465b44255b10aadcc7ff8b1a33a792d88221e55b09e55e79dce33e04, '', 0, '?'),
(0xe969eb3a404e79aabffe47a063ca098c, 'wp-content/plugins/wordpress-seo/css/dist/academy-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f9ed2cb97569450e2c80010b80c27ac, 0x2b9c07e834a8c65499235d58e5bcbe49677eb27c847db58a2bedfcee43cb297e, '', 0, '?'),
(0xe96ac674c533e39a1672935240244b08, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-info-locations.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-info-locations.php', 0, 0x905bd2fd0a268118445e115f07a764c4, 0x905bd2fd0a268118445e115f07a764c4, 0x8fb518c55ca2dcbcf61671439d9d7ce00b4f87409dd7d425acbda3958d8dea82, '', 0, '?'),
(0xe96c47b3f646ec9b39996a7a76b19067, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php', 1, 0x00000000000000000000000000000000, 0x4f695e86f78e77650f3dc5819c430f1e, 0xd607c42294c7add739a31e9bf8c82bed59583347a122d163a3ef13c78d67226c, '', 0, '?'),
(0xe975bd7bb80586b3bbdad04ed6abb2e8, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 1, 0x00000000000000000000000000000000, 0xf26fb02f8078be7372176f1aff06401f, 0x8f7c84262713d22fb07f4feb96efabc89a1ce11ee3d64d7ddf3ce1b15bf5dc48, '', 0, '?'),
(0xe97c3aabea781e905a7eb12ad7776cf8, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x3c20a42430cbdb32aa99d69a0791ee4e, 0xca91ed904b334e18ce407601b55b85e1f5c84ccce365ddfccadab5ec8db14bda, '', 0, '?'),
(0xe983323fea2bd19d08fdb8a8070ef5ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php', 1, 0x00000000000000000000000000000000, 0xaecea39339cadaaa2c0a1652ef944c2f, 0x558f44f5ca742b04b7129db512cea3e46e2bdb3670b83100b0816260abecb2e8, '', 0, '?'),
(0xe983da99642e7ac23e40a0751afa7a99, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php', 0, 0xea3c43f1cab8c4d6823a7dcf9917b067, 0xea3c43f1cab8c4d6823a7dcf9917b067, 0x0f3d8c06684792ca2f6f57a14b025b279771a8804ebc7ab43d4a68e82ffd1afa, '', 0, '?'),
(0xe98c8bd25c209d50f53ba1832bc1cb84, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_7.php', 0, 0x11a3176f85f30f3b714080be828d33ea, 0x11a3176f85f30f3b714080be828d33ea, 0x7708866a2bf58f22c4e1b655f6c2a17f96dae319cd9f7b56ca942f918bd31fad, '', 0, '?'),
(0xe99015d89c12073458e632a04a6e3c1d, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_NL.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_NL.json', 0, 0x61493067c1430005821c33e2b6824ddc, 0x61493067c1430005821c33e2b6824ddc, 0x1de121a764f1a5c7e03e99979cd998a71e1c96510e18feec4b436d10335d36ea, '', 0, '?'),
(0xe9919b6a3906d0044691cacc6ab87c5a, 'wp-content/plugins/wp-rocket/assets/js/micromodal.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/micromodal.min.js', 0, 0xdd694c727fc5e6f6372e142b66ddb576, 0xdd694c727fc5e6f6372e142b66ddb576, 0x78ae1e9b62d94438ecb271edfaa26f6fa54cf35124ad055c3f4e9ef25447147e, '', 0, '?'),
(0xe99a580d2a1a13bb2882200290da0d4a, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/rich_snippets.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/rich_snippets.php', 1, 0x00000000000000000000000000000000, 0x1f52b548ce94e759e59e88115e8daef1, 0x2461f5d80b6155044722c7eda59364c5af05485fefeb80d36db6670a3de88daa, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', '/home/abt90iranbet/public_html/wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x813cd73e42928efb32358a0d31552aa8, 0x12054f098fef8601f3685e644c677af2f29d01cc490577fa76c684615a31fbee, '', 0, '?'),
(0xe9a174184c488a3aa7ec5028d911d0f6, 'wp-includes/css/dist/widgets/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style.css', 1, 0x00000000000000000000000000000000, 0xf867ca1655e41e052efcbeb24c25c69c, 0x6e8b4af0ebde95a2e775f230b4b8bf64ceef0f11261d92e35a968153ef5e696e, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', '/home/abt90iranbet/public_html/wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xe9b02a61f40bcf2bbba48fc3e3009d61, 'wp-content/plugins/amp/assets/images/amp-logo-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-logo-icon.svg', 1, 0x00000000000000000000000000000000, 0xf40dddc8f8ff51cd7d7af0a401f3b04c, 0xfa195f640c8ac5b4aace7bf78c254bb1e62bc77696422afb03cc7a06f7c37c09, '', 0, '?'),
(0xe9b0913c480a2d0393d1520ec9862bfd, 'wp-includes/SimplePie/src/Cache/Base.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0xce0762f8f6e94a0a43337b120799bd5e, 0xeefd84b7f564f6ef0c766c93b99b77428cc855b57e657f7a9a566164ad54bc67, '', 0, '?'),
(0xe9b23288956d6ac782bbec98c26a0df7, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameWithOptionalValue.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameWithOptionalValue.php', 0, 0xd9b92df78f172cf8866b177875745c66, 0xd9b92df78f172cf8866b177875745c66, 0x699078a15b689029c5228099d87acee13ac966101b3816f01b76139222738dfa, '', 0, '?'),
(0xe9b33236ab71803fe3df859e576a3bb5, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-newsletter.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-newsletter.php', 0, 0xf4692854a5e1ab19cc5a18a91bbf4a33, 0xf4692854a5e1ab19cc5a18a91bbf4a33, 0x6ca262dcf6ef724396c5b3714a936c4c6d75e4f99dedbc29114f69592c799f1d, '', 0, '?'),
(0xe9b5757152d358ce9d9a300864f2a75a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links-dark.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links-dark.php', 0, 0xae55873612ee9ce7ce879c4b9187b744, 0xae55873612ee9ce7ce879c4b9187b744, 0xccc570a3f4877ba6b378bfc8453cbbe167024e5323ed1b9e16d257e46ece6a2b, '', 0, '?'),
(0xe9b66c282105f70b85bb5132a588738f, 'wp-includes/SimplePie/src/RegistryAware.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/RegistryAware.php', 1, 0x00000000000000000000000000000000, 0x62f8537d10d59976a20da056f4f84f70, 0x4e07ce10e4fa25716e5e4b900f6447cb41a0544b2eba6b441b05e73d24a85309, '', 0, '?'),
(0xe9bb63ef38ffef781102ab05efe5cfb5, 'wp-includes/blocks/preformatted/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style.min.css', 1, 0x00000000000000000000000000000000, 0x8953b2fcbb47d47bc4885d04f935d731, 0x5f9fa30bad0b7063296b0ce9eacb3359484cb649574f85505d1239f4741fd753, '', 0, '?'),
(0xe9c0cf74b83cac6586d928210134fc75, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-prominent-words-indexation-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-prominent-words-indexation-2340.min.js', 0, 0x1b906d767b2a8c17bac7710ebfac1ed9, 0x1b906d767b2a8c17bac7710ebfac1ed9, 0xb0b5cee737cd9a718c20a90d967337c40553bc193c51e390dd265a371504f682, '', 0, '?'),
(0xe9c5ed7ad49b2e354d53beeccca7bfb3, 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 0, 0x7fb7a3ef0371a860a07789488bd781f3, 0x7fb7a3ef0371a860a07789488bd781f3, 0x00feda3209bccc2035ff2b74893095c3b207e328ead4be32358feb8f9d40b328, '', 0, '?'),
(0xe9c75d1fdf6423d8227d954ff3505f35, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/format-link.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/format-link.php', 0, 0x4e2a444ea74fb3ad9be54dc2a0126d66, 0x4e2a444ea74fb3ad9be54dc2a0126d66, 0x3da8be593e74ad47eee00e4ee47ba5935f0baec4a5f19f23eb141a1874f4ef1b, '', 0, '?'),
(0xe9d01f9998f179f0b2e5fe748a5b7d95, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_login.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_login.php', 0, 0xf12ec2f4001bd4f4ef3e4d926685847e, 0xf12ec2f4001bd4f4ef3e4d926685847e, 0xff47890d27767987342252cb0618e42e7b8e5e464bc57f362d2a5d14cfa44cf0, '', 0, '?'),
(0xe9d1eeac02ad35ad843ef1e17b429a7c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2_no_content.php', 0, 0x90e0ed69ecc0f78853de9ac02504ed21, 0x90e0ed69ecc0f78853de9ac02504ed21, 0xebe03bdd204b32b55a6caf444d6e4978b24900d001cf9d6c919e0b6d80b01722, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', '/home/abt90iranbet/public_html/wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0xe9d9d9f4cb7ba7d99b4c48c8067a2c7b, 'wp-includes/js/dist/script-modules/a11y/index.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/a11y/index.min.js', 1, 0x00000000000000000000000000000000, 0x1065d47d21d762fbc52ba92d55d3f756, 0x5c7467eceae72e03e45193fbb548adc3efa54f4aa5fbadad681cdbcb01a6d954, '', 0, '?'),
(0xe9dd06f78bab765d40bcd08cc660e5a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Context.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Context.php', 1, 0x00000000000000000000000000000000, 0xe667c2f58ab94cee7a8467515b7f86df, 0xa818c98c2336ac0c3ae67a6d846c7af92afcdb771a9708212fe65ca1c428f1af, '', 0, '?'),
(0xe9eae571e434a20c362851c07f912f03, 'wp-content/updraft/themes-old/twentytwentyfive/readme.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/readme.txt', 0, 0xb96e691aaae20a15f22d90d46d53cbff, 0xb96e691aaae20a15f22d90d46d53cbff, 0x1e97435d25d245dc082fef187b3206fd3ba57ee2c4f94fc1af1acad716205b6b, '', 0, '?'),
(0xe9eda8deb93d6ca87ff5a196f5ed6dab, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php', 0, 0x16e5f2552df453619d1350e930988edc, 0x16e5f2552df453619d1350e930988edc, 0x4f09aae458551fb68ae9fa610e88cedef8437e27efb720ef4313fe9291f90af4, '', 0, '?'),
(0xe9ffe088b7a91fc0f4741020ec59e6e1, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', 1, 0x00000000000000000000000000000000, 0xf1ca566ff56893b1eec5f1e0498c3082, 0x7bc40ef3187f414ab49347e935d0c71e3dc326c14cfb91e2823984b156859450, '', 0, '?'),
(0xea012a9cc2166c77b02d33dcb82a29e0, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 1, 0x00000000000000000000000000000000, 0xcffddac402da04c80926950a83dc96a7, 0xb192aa627a555799aaabab03afd696dbacec1bdd015ce224f5c9943523bb484d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xea0191213ec5060bc3d91d16ca0b8b1b, 'wp-content/plugins/wp-rocket/views/settings/fields/cnames.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cnames.php', 0, 0x16584976d77d35178b457a1745682618, 0x16584976d77d35178b457a1745682618, 0x3b689b2e80b7d727ea5920682729c254182e52881a79a733e0c1ff3e86ed4f76, '', 0, '?'),
(0xea01f70341cdb604fa832561b70580f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3_no_content.php', 0, 0x4a99cccd0e6cb008f761c9b8624bce0f, 0x4a99cccd0e6cb008f761c9b8624bce0f, 0xe9bda08dbc0365fdb2dcd9d25297fed61d145275836fbe5e774e2c9999a6278d, '', 0, '?'),
(0xea02b604f6bddee2bafca755315f18cf, 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x348ba0fd90cab1c9b72b2f00cf96c5cc, 0xe2df5c110c17e583ff9fa69ed001fe10fce6081f645877e571d6b0db4745efab, '', 0, '?'),
(0xea089af543c7c01a51e911071fb12adc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/demo_style.css', 0, 0x6dae23b87f0ed35655275c463aa5e73a, 0x6dae23b87f0ed35655275c463aa5e73a, 0x2c97eafaa473026d78786bf58e942f812731d5eb9bd8ac0799f98764cca9d3e5, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', '/home/abt90iranbet/public_html/wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0xd56fb16f8e41f8afa9db89c60d08c8a2, 0xc0217af832963a50dc86bc3cbe5e42a716bbe585fd2b57b87f40342193c3df99, '', 0, '?'),
(0xea17885ce7ed2c7a76420c89367ba184, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', 0, 0x90994fd53c47194967cd36a41dad72e2, 0x90994fd53c47194967cd36a41dad72e2, 0x3d6ceb4a2d73e46486b9189cf090ef91039beff2e11d6c7ac560452e7b5a969a, '', 0, '?'),
(0xea195e20d84b6bf44d091d009dad12b0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-15.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-15.png', 0, 0x6dc499c2338b47f1887860f4295451fc, 0x6dc499c2338b47f1887860f4295451fc, 0xc7e2cc192d5487caae8a4e16b2374fc34aa85bb399a1ea85879baccf4ef5fde9, '', 0, '?'),
(0xea20ce82b19fe389b082cf567c70a9d6, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', 1, 0x00000000000000000000000000000000, 0x08647996f6ac59bb129ceec40c8dcf0d, 0xba85093e946e2460645c15a457a43777014a2cc8b6984890a41a7f78c8aa7028, '', 0, '?'),
(0xea22361d8291e3b42dca01efcc194c85, 'wp-includes/blocks/comment-template/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style.min.css', 1, 0x00000000000000000000000000000000, 0x6d01b69276acbb33f4899c5cea41221c, 0x7d8e0a121fd01e81a48bc919f8805b9b4b424d5d4556f5b2b84d0dd08341f10f, '', 0, '?'),
(0xea22cac9eb70b2c646ad046eb5b01257, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_2.php', 0, 0x9272adfb1fc3bd6a03ad513e49448041, 0x9272adfb1fc3bd6a03ad513e49448041, 0x55ce5f2168de1b0113c93b7380f87ea505bec19373727bb9508fa889685249cb, '', 0, '?'),
(0xea258d9dfe80b29044bd14bf4cf4dc61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import_no_content.php', 0, 0xa128a44c2e3b5f7f582024c3bf05877b, 0xa128a44c2e3b5f7f582024c3bf05877b, 0x0e1a04d52009833da8a992980c6a8692ebf6dc27b3129efbc127b462d464c6e5, '', 0, '?'),
(0xea26ef26a21112c39500aa17769aead7, 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ta.mo', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ta.mo', 1, 0x00000000000000000000000000000000, 0x02038875484f65b3cc17a79cef1ec026, 0x7861900c94f136c65194a63dd3b68fbe4e94dc68d56a06248ea3035280209f78, '', 0, '?'),
(0xea28fde7cd4caa33f57f161004d5f799, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3_no_content.php', 0, 0xbcb1ec72de3ba6c8e894bbcca2a74e76, 0xbcb1ec72de3ba6c8e894bbcca2a74e76, 0x84805a624a1351b122d471cc1bd65dec2253a8bbc786ef53b8daac6512b0c4e1, '', 0, '?'),
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', '/home/abt90iranbet/public_html/wp-admin/includes/privacy-tools.php', 1, 0x00000000000000000000000000000000, 0x163ee566e00e46af6e6ad3db2558c48c, 0x4f206450de9d458581d53cd1d9d2a1d0e75072d6b8ecb87510287458a5b0a123, '', 0, '?'),
(0xea2d4bcece7da9ccf1bc9f52726047b0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', 1, 0x00000000000000000000000000000000, 0x862cd10e5fdd031856edc09044831e09, 0x7442602672a2e010698edd028308a32dbff58bb4bdd64cf5824423b39d630230, '', 0, '?'),
(0xea2ecc8d303c3b648b9a923eae0a700b, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php', 1, 0x00000000000000000000000000000000, 0x997a75b1c4dd9aa34b625e08d61d4377, 0x1471590c0085da4ca60034e1bda67b052a5c27dd3ef23716e07007bc0ec0d692, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xea32d438501ffa4a4ad5a69504cdeaf5, 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-add-edit.php', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-add-edit.php', 1, 0x00000000000000000000000000000000, 0xb9036161ee6c753f7385336fa15d054b, 0x880e4e05742c8613ae2f5d08ec386120d8c1fc75d03d9279210fa3002d2a4f03, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x33510e09fd219d40e18f7fd9a7540d08, 0x09d05a5c4ccfe9f42762c925e1b96924e790f51415faf21a0aefb5c6ee46ae7e, '', 0, '?'),
(0xea36d4bb464af0cea05fe043ec15e433, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php', 0, 0x195e1021c5305b6a43dee82306e3fa51, 0x195e1021c5305b6a43dee82306e3fa51, 0x0cfcc10d0cba33abe77896146b635d3c9dfe894af25aabbd85587111d7c63f19, '', 0, '?'),
(0xea3709fe2d6c175c7a47869aefbf2a1b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_4.php', 0, 0x11b1515aedd13c965d18b936a3042317, 0x11b1515aedd13c965d18b936a3042317, 0xdd4012fc95471aa8c99fafe0c5acd272138f70d7804dcbf7b5b56ed48fe27ea7, '', 0, '?'),
(0xea3865a1c32981539f79e1c30d896afe, 'wp-content/updraft/backup_2025-08-20-0352___90_e184b2f604c7-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-20-0352___90_e184b2f604c7-db.gz', 0, 0xc95fc4d628a9ffc7072a9871527bafe2, 0xc95fc4d628a9ffc7072a9871527bafe2, 0x5f14f97e944d307ef9ab949d5a5aad3b09b7e657bf6637400eecc4155d2c5d30, '', 0, '?'),
(0xea388c6409be2d53cb6a71230e5c191e, 'wp-content/plugins/kk-star-ratings/freemius/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/README.md', 1, 0x00000000000000000000000000000000, 0x2ca31b0bbd4e38a84066dc0177750758, 0x689db0ec64349e83c78843fce168607111b3d6f47423779cc2f33053ead88620, '', 0, '?'),
(0xea39865690d73ab3b2ea278faaa749d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_panel_settings.txt', 0, 0xc8af82640a0973c95b7c201f33567e7a, 0xc8af82640a0973c95b7c201f33567e7a, 0x3608d2fa79e8a6f50d02146d24eae32efcb889e4127b775270393b8f789bdd32, '', 0, '?'),
(0xea3a9587ca20534cdca684f421aeda0f, 'wp-content/plugins/elementor/assets/css/common-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0xbb5501e9170464e17123fc73685f1abc, 0xccc75f7214511d50c070ff03b0efbe2a2c5161756fabb9e6e16d83d3a9c280fe, '', 0, '?'),
(0xea3c8ce49a499f7e1a194cfcbdf62029, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/admin-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/admin-notice.php', 1, 0x00000000000000000000000000000000, 0x79b1cee4e36e7c64642d8c119d01e9f5, 0x300e8688352c068e0cf4eaf72ef5c4bd6a9243fb17af37194f96cba8bb778eae, '', 0, '?'),
(0xea3db17addfd41a4d1e2cf34a8cac8dc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json', 1, 0x00000000000000000000000000000000, 0x247b1492c94122205f0b4bd41cf182ab, 0xc7d1e377fbb020e66a169c297e7109ef84bbd9d90227718ede40e3254df2a1df, '', 0, '?'),
(0xea416e9d833505deb7a648f596c606b7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3.php', 0, 0x1952e4ab1d87f71bd706a792ab24a171, 0x1952e4ab1d87f71bd706a792ab24a171, 0x5728a5dbb27d3ec323a8e3d3227ab869af9ebe84bbd937375b6f0d4dc5799bec, '', 0, '?'),
(0xea42d9c99fbb5128fa399b0d9335afb8, 'wp-content/updraft/plugins-old/akismet/.htaccess', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/.htaccess', 0, 0x9cee26f7bbe32a2c95fc20d217d78cce, 0x9cee26f7bbe32a2c95fc20d217d78cce, 0x82276d9f871b0e756f46547344f1f268f41602987b04e06154f62bd161adeacc, '', 0, '?'),
(0xea447f32239d2e506eb4aecff8cdb1b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_2.php', 0, 0xe05f75a74e14e5297e0dc52d5d65d6b4, 0xe05f75a74e14e5297e0dc52d5d65d6b4, 0xf0ef8541d1571fef3848254c7da4f6a531a22930f89b91616d9df3b4d3fda609, '', 0, '?'),
(0xea47d1807338ca5a9704379302fd47e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', 1, 0x00000000000000000000000000000000, 0x526362a3dfd8b36cee788a45d75affec, 0xaa512332050c049f8b0259ad89b10b67921356cd9b325c2b2dcf7b885ace1b3d, '', 0, '?'),
(0xea4d53096edbb06ed1cbc526413220ce, 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xdf7d20024431c0434eab3fe25242d32a, 0xf8c9487f8ad78e09421eeb547acb1699924309f9ecfa3a0644592ca9e9ecf9bf, '', 0, '?'),
(0xea51c244391d3fa5be6ec757f6aa06dc, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_2.png', 0, 0xb968ae6433edbf6e14171a6285c1cb9e, 0xb968ae6433edbf6e14171a6285c1cb9e, 0x3ffbfcf4ef76d78f0bcb320cb137c0bc7e47837f602fea010ab7b22a67e83f04, '', 0, '?'),
(0xea51c941100ee809f03d1e489faf372d, 'wp-includes/js/jquery/ui/droppable.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/droppable.js', 1, 0x00000000000000000000000000000000, 0xc1822564929a500123c71c6e9ea60c28, 0x9d5a83959e826cb170995ee99cfd74b655c33d9c3c84a94201ddb3d0391b54d7, '', 0, '?'),
(0xea53d66029eb7e7995448df343b3dd9d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php', 1, 0x00000000000000000000000000000000, 0x1d8e5fa42e4bcc4776eb8bc61c590a9d, 0xb2333eb7323989dc46b4bd24544bcb7087d9224ca0b21a1d0b050ff1e077100b, '', 0, '?'),
(0xea56cd3ab0ea0c8fa232a4ce10542033, 'wp-content/plugins/wordpress-seo-premium/src/integrations/index-now-ping.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/index-now-ping.php', 0, 0xcaaf5ad747dd70546a3a3967675aedbb, 0xcaaf5ad747dd70546a3a3967675aedbb, 0xb1e8da4d464d7f3af5f678b1633b01785a336c47925d5faf91ba6049c6b16ada, '', 0, '?'),
(0xea5822eb7e8052287757155e0e2c6b83, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_4.php', 0, 0xed0d484acc242147caf0661f6bbef547, 0xed0d484acc242147caf0661f6bbef547, 0x17d76bca28455eff54129deb2de9c55b27c4cfc591daff9e5150b68a4ab3c797, '', 0, '?'),
(0xea5edccc13dc1c53b12bbabd462a3fa2, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.po', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.po', 1, 0x00000000000000000000000000000000, 0x970d2ecf13ba814cf975396459f7bf34, 0x2cdb51d301c68d83d12046deb7cee7ca93e8e976d35498628955a89128501968, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x9df292bcd0beb536a4cafeaf8f05a2e3, 0x72cc0a7a14c9e895e91e3ea298bd670fe369d4028f0d75f7b4753cb216e49b46, '', 0, '?'),
(0xea71fe69ff23988ed302e4fa2067a847, 'wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite2.php', 0, 0x60ff19454c2ce06f5520e71c132fc01a, 0x60ff19454c2ce06f5520e71c132fc01a, 0x5edfb0d12c22223ab8004f65fa42e0ded58a04f9becb0df61c2dc1be5e3d8402, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0xea77d0363f6b895f2bd7f55216eaf2fd, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', 1, 0x00000000000000000000000000000000, 0xbb43dfd5c7ff17405ceb64bc508c0306, 0x301c88d97957622f5662a9b170ac2a303a222ee83a9b51fbf6d00f6fe2bdb8bf, '', 0, '?'),
(0xea7a9b3f565048b620f716965b6747d6, 'wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', 1, 0x00000000000000000000000000000000, 0xa684b266ed011e0210daf1fc75f9d0ce, 0xffc50756847524da20002e68519a17a3813022656bf5b0d219da4f8afb93f694, '', 0, '?'),
(0xea7d628a7502738822b892f05103e7aa, 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-storage.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-storage.php', 1, 0x00000000000000000000000000000000, 0x8a0cfd99777d9da79b4c7a95f11a6988, 0xbf8da06661b33224a660c7874be9a13b9b7083b8ad223aff7df3ae3345536467, '', 0, '?'),
(0xea7e231149fde6330d5ffdecdaecbdd6, 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 1, 0x00000000000000000000000000000000, 0xe7cef67cf4c17292d4bed495a135fff7, 0x1ad3d32fb05ab117092944541144738c7f5083ebf5d5004f336bf14d11eee94d, '', 0, '?'),
(0xea8398b338bedace00040bee26068f62, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_4.php', 0, 0x51894c07a969701c536f3a16c11db81e, 0x51894c07a969701c536f3a16c11db81e, 0x58855692844569ede181b0a17650c8498eb07a741b0dbab7b450c2eaba010d6d, '', 0, '?'),
(0xea875a88f947d175fdecb2a39abfb5bd, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xe7a6f4de5b66db47648ed6cf65b69391, 0x7ac219308d1ee41b78d76b937f5b8681f5eb69c19b632acda0de301fa132af5a, '', 0, '?'),
(0xea88fe4f0b73fb05c1fc1a364919057c, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', 0, 0x6242217ef78dff17fc2dc886fd14d9ad, 0x6242217ef78dff17fc2dc886fd14d9ad, 0xef3e148daf800754b16b48c1161eef087e1f3b6f89450b4c7770fd17824ac31a, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1ae520146a6f628e28c4a062c1f78c28, 0x5c97cef202557fc52750b154302c1c774a415c03c4fba3cffdbccbf92f269c2a, '', 0, '?'),
(0xea8f3e7503e90430b185304f496ee8a8, 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 1, 0x00000000000000000000000000000000, 0x0440fd154ec1507facfb432d5152eb4b, 0x6af0956fc7e1e9ffb1cceaa6b49f18149fa8e5aeb8291298f9ab4b54b3528eaa, '', 0, '?'),
(0xea908d51a343b128b4315b19158df863, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_11.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_11.php', 0, 0xb52a76bdfb77ef2f418d8a6260788bf7, 0xb52a76bdfb77ef2f418d8a6260788bf7, 0x254888ba563f1839b57058cc09d7310f2205bd459fe0eb5d7112ae190d74eb61, '', 0, '?'),
(0xea930f57a48c2b07598c4464d475705d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php', 0, 0xd7602433d7d49a9c9faadb755810348a, 0xd7602433d7d49a9c9faadb755810348a, 0x01d884dd0f28741f3591a80dbeecd4898224c7a96fc941045dcc4173d95e0a6d, '', 0, '?'),
(0xea974e4017781f16958a2d3d1652780e, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php', 0, 0xb05949d45c4a4644badd189368a90d0e, 0xb05949d45c4a4644badd189368a90d0e, 0x1b22d76063f5f94334edaab06e1632fda4d0eabc8d8590b6e0cbaad81f6f74f5, '', 0, '?'),
(0xea9935dac47c31bcf35c7effc0ad2f6c, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner.gif', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner.gif', 0, 0x37547f29c4da6fe4e39cadec7ff57e73, 0x37547f29c4da6fe4e39cadec7ff57e73, 0x6865d598f6e50627e487bf3df1ee98f926bc809a2f564a5edc6e137e6796e375, '', 0, '?'),
(0xea99dc4d8875c39e5a1468faa5b1d3b7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x6362a4673dd6e82bb055af4413f10db1, 0x5761b2ac9b12c5066983f8d2a3669431e77015dd181e86771cb54e1eff84d1e2, '', 0, '?'),
(0xeaa1e8c5777ce7acc2de33878abe6891, 'wp-content/plugins/td-composer/assets/images/bg-composer.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/bg-composer.jpg', 0, 0xec5c201f4b3c6be01a1e5d20b9961c01, 0xec5c201f4b3c6be01a1e5d20b9961c01, 0x7c6fb54d7f622d873205b479772d9ec1278eba60cd02802f85488041e24068e8, '', 0, '?'),
(0xeaa21ce751c6bc9a4f18ba34297ef031, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_5.php', 0, 0x0a5d977299e393029d701a81f118415e, 0x0a5d977299e393029d701a81f118415e, 0x0a9bd348ce6b811759bf4bdc47eefe2f6e4d125ea561d6f18ae78247049d5f94, '', 0, '?'),
(0xeaadc94af36fd45d87f92b3fc522982f, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/07-sunrise.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/07-sunrise.json', 0, 0xf9201bb48c722b7bb43c4d364c2d2d52, 0xf9201bb48c722b7bb43c4d364c2d2d52, 0x203fc49f4525ac3d56b1f66ba71e802e7f9809a4fc4400999bb39edad4231735, '', 0, '?'),
(0xeaae941bf48bd53cb6cbd02c075af2b3, 'wp-includes/blocks/comments-pagination/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor.css', 1, 0x00000000000000000000000000000000, 0x664d4942fc5e4ce9dddef319bbc62a0d, 0xe772e315ec7605b5836dca474d42289399571d3f53b029dab6e8ea254dd884ef, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x41567b4defaee48dfcfc726e3fc30af7, 0x633ae213b19938b9cb58dcb9816cd6386f0664844768af8d53e044a7250a4dcc, '', 0, '?'),
(0xeab1334dfa5f0acf76836add18165e52, 'wp-includes/js/dist/script-modules/block-library/search/view.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/search/view.js', 1, 0x00000000000000000000000000000000, 0x185e4d1b774bb7af7fc6268495659fef, 0x456dd5ee1c15a843dfc1d534cdfb9d2aa7dddb517fab382d146c6c83f5b9b454, '', 0, '?'),
(0xeac0f03bc89f26f464a843304d64511d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_panel_settings.txt', 0, 0xb2121f95f4b5f4c695ad0cc9e3d79182, 0xb2121f95f4b5f4c695ad0cc9e3d79182, 0x6e230f4addd220366aae7c92e045e30114d345f465bffe9a58dddc297f13a24d, '', 0, '?'),
(0xeac297b6dca6fc18d1bf52c10a9eba53, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_panel_settings.txt', 0, 0xabf615e6b4f6c45cd3026677c7373671, 0xabf615e6b4f6c45cd3026677c7373671, 0x20b220dcdd679c7b65b461a0a894adc2c3a0d6fa30706bcdbd750a00bff0972a, '', 0, '?'),
(0xeac9cfa064b2c50bf95746728cc07a6d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_8.php', 0, 0x0f9f3a540998e9dc6d211ce600263cc2, 0x0f9f3a540998e9dc6d211ce600263cc2, 0x039599762dec1e6e5f0c4151a80e065fa41b605d8045eea24418123c1ae1f447, '', 0, '?'),
(0xeacb0049ec2a0b37cc59d0a4f9648a80, 'wp-content/languages/plugins/elementor-fa_IR-8b95a20e21550730e7b5557f56908c73.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-8b95a20e21550730e7b5557f56908c73.json', 0, 0x35217237b5dbd46a413130c4e98d09f2, 0x35217237b5dbd46a413130c4e98d09f2, 0x08aa1bdf85977ea485f15d0bf52c9c0848651aaae2383c5a6be16c139920679d, '', 0, '?'),
(0xead8332be10b0ee6c1555675c41de34d, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php', 0, 0x4a6f6035e608c36d90252939f0acd820, 0x4a6f6035e608c36d90252939f0acd820, 0xe3ee174c25c46eb19bd27e22212ea9621a0f56edec5c91bc5c524e3434e622db, '', 0, '?'),
(0xead8dd0ee8fc36d28d5516eb58e3b4fd, 'wp-content/plugins/kk-star-ratings/src/core/hooks.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/hooks.php', 1, 0x00000000000000000000000000000000, 0x05cc279d11b574cf23e84e263d0b7cf8, 0xc9183c20eea34e4e4460b7a650ad947dad3e68c874eeec401ee087b6bd1c7566, '', 0, '?'),
(0xeadeda8043cd3ffd3bd6e36ad96e6217, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_import.php', 0, 0x4236111ec0e69bb4f13bde5136cd01cc, 0x4236111ec0e69bb4f13bde5136cd01cc, 0x240fb8096b1cee3c5d82cceae5a3f70484e4e3e492336f55798f4859e4ff22fd, '', 0, '?'),
(0xeae3c23c72aad9a32286e871dcb8ee91, 'wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x0bb0ab9d10094f2e1291e2adb75766fd, 0x03fbb5551c6d172871c50342970c29896a16ef39e3cc2f76e088b1b50166d8eb, '', 0, '?'),
(0xeae4de56c23a0d2f17e9f32a5f9fe5b6, 'wp-content/plugins/kk-star-ratings/src/core/actions/deactivate.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/deactivate.php', 1, 0x00000000000000000000000000000000, 0x6742ba9f13dd685861b29fc500c9dd21, 0x579f0aa3b3feba276d9eaf96cf221909e36bc4163ea7b1c8d8a76bf82b27784f, '', 0, '?'),
(0xeae4e8aade938847c4bc9925254b661f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x364.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x364.png', 0, 0x86001723d95ff5bec14ff8bc9c5a48c3, 0x86001723d95ff5bec14ff8bc9c5a48c3, 0xa6e205200c11d0b608c7c0cf060083686061d09c719a232ddf5c00a35a1776a7, '', 0, '?'),
(0xeae608167a338d267ae52a2fc11c0ce4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', 1, 0x00000000000000000000000000000000, 0x6da10bd389afa32faf393c49a259be67, 0x19817e91fca168ffa99f0f9077e5206c1f7a6f06d0506c92f89d732e59cf4b1a, '', 0, '?'),
(0xeae65e12963aabe6284ff2020acac8b4, 'wp-content/plugins/poka-review/public/fonts/FontAwesome.otf', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/FontAwesome.otf', 0, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0xeae9bcee4778242aa449e0b01aa03a82, 'wp-content/plugins/td-composer/assets/js/js_files_for_extension_live_css.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_extension_live_css.min.js', 0, 0x68e9c83faf0e171ebec3c1a812d18895, 0x68e9c83faf0e171ebec3c1a812d18895, 0x5cfcc457e81770af2403abcbbb2a02f99510e36a7bc1c1fc0c4d0778783daff0, '', 0, '?'),
(0xeaeb1a8e150d81ca952f2a9784e1c44f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_1.php', 0, 0x6b954d1060ef67184be88488adeb9da3, 0x6b954d1060ef67184be88488adeb9da3, 0x266fb740a15638dfcdbbad769fcdcb7c728404211f1d14f4731a0941c67a069d, '', 0, '?'),
(0xeaecb0214ee4d3da4bd8386f7be5a71c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', 1, 0x00000000000000000000000000000000, 0x55a804dac6e4a34581eb2548640bc733, 0xbdeafd73037ac331d0b8435f4083b099321c006ed78082ea884054d952322105, '', 0, '?'),
(0xeaf036ce5a97664defa31df30c943b84, 'wp-admin/css/site-health-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdf7911ddc78b3fa0feaf32559342b1e0, 0x0bb0bc421cd49d8f50bb816c761f898c81576ff5d25feb778900c4334e6acc97, '', 0, '?'),
(0xeaf6f1dcca08c0e42a0d687d688d281c, 'wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php', 1, 0x00000000000000000000000000000000, 0x200e81c665dbe1071a5fcde914291f7b, 0x0bff501df6dba048e7d502b2d9152049ef87d4faf0be56ecf0725b349b559eb2, '', 0, '?'),
(0xeaf71c4a251fb4cb6c18bf21d21bfa7c, 'wp-content/plugins/wp-rocket/vendor/composer/installed.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installed.json', 0, 0x0c71467c507d8eb19793260faa21a647, 0x0c71467c507d8eb19793260faa21a647, 0x8d31e123ffd37cbdfecdc18cbc2505ae5a470613f151834a1d054ded8c12ce84, '', 0, '?'),
(0xeafa6219d7d5d5ef3a8d0d81bdc4ff32, 'wp-content/plugins/luckywp-table-of-contents/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/readme.txt', 1, 0x00000000000000000000000000000000, 0x66b80fd1483203586d6fd804ee55a906, 0x51a534dd80defae1ca8d5e4a2ded209801bcd7d1ccebfd8e6923a205df41a3ae, '', 0, '?'),
(0xeaffb510e6ade54c9014433c7d38a5ab, 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php', 0, 0x2e12bb273a738d7fd154f775ed2f3386, 0x2e12bb273a738d7fd154f775ed2f3386, 0xf0736a1cb683bd5dabcfa1494cce30d741b2b6be2d05a086c9a5cb72b72474fc, '', 0, '?'),
(0xeb058067f04230793e4124a001a367c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_import.php', 0, 0x4703af12acf4b7a0241ace4179965be4, 0x4703af12acf4b7a0241ace4179965be4, 0x02a64ad7ee11f554f658af88771907c411031d4766af56cef3ea62cd06002bce, '', 0, '?'),
(0xeb058c14cef6f20cb8a2be844a41fa0d, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', 1, 0x00000000000000000000000000000000, 0x3136460472ecb52efe6429223e9dea34, 0x04aab3eeb6a9a2120ba5312a4b62a476be9db0ca8bd3fd34e349bbe4edfb9e94, '', 0, '?'),
(0xeb09f2b75e571d188eac3f7b63775ab1, 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 0, 0x549bbe19df33ca3072be01baf1684496, 0x549bbe19df33ca3072be01baf1684496, 0xebf298d74ffad5cc369afb6c58d3b84002cf97c37fc6e6aa8946eb8f4bcc4840, '', 0, '?'),
(0xeb09f87bfe1a6c747589ee1f5c49f4be, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php', 0, 0xd119a8ab6d45958bda1e237fcc6aa7c0, 0xd119a8ab6d45958bda1e237fcc6aa7c0, 0x4b2ab78696cd709d3e247720f1a7d198eb97a033875effc7bc18da60639e7452, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xd3d9b6c1f668ab720e0e6447018ecdb6, 0xb35f37ec0932eebc9477012d5462e2092db3e8373130ceb541d506b0e1ffed66, '', 0, '?'),
(0xeb0ad1368017b23fcca9af249736e327, 'wp-content/updraft/backup_2025-10-14-0325___90_46f2cf6f2f60-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-14-0325___90_46f2cf6f2f60-db.gz', 0, 0x7ee60291933d74b54f5f0882a1310eb7, 0x7ee60291933d74b54f5f0882a1310eb7, 0x223d59a7d5f42f7cc7e86d61c8a3d98e37535e8111d620f419ca08f63086cd5f, '', 0, '?'),
(0xeb0de20ef68e16f55b1d3a322fb079a1, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx24.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx24.php', 0, 0x8e72712b873d79ba7283edf2f4724e80, 0x8e72712b873d79ba7283edf2f4724e80, 0x3badca0b7f9ba225ecc4f6bfbf16edb77642d3a78fe81403c94dca57825dd3d7, '', 0, '?'),
(0xeb0e656fc31183bea7321715be999826, 'wp-content/themes/Newspaper/includes/tagdiv-page-generator.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/tagdiv-page-generator.php', 0, 0xe631ae064a340dd352fe73f1409b6781, 0xe631ae064a340dd352fe73f1409b6781, 0xc1522f941c8aaf9200db4e5a7d59d103f9549a24a3be4d4ecef01ff97ed235b3, '', 0, '?'),
(0xeb15c7d6d7527f0012930cd5e322f584, 'wp-content/plugins/poka-review/includes/class-poka-review.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review.php', 0, 0x649b11cf187e3192aa67bd1ff39a19f0, 0x649b11cf187e3192aa67bd1ff39a19f0, 0x0a2a51680a91cfb3123992a1cc903766c818e6ed4b339fd5adb12851c3761525, '', 0, '?'),
(0xeb1f082221785ea4cfedda925fa58b6e, 'wp-content/updraft/backup_2025-08-24-0334___90_01383dbe6294-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-24-0334___90_01383dbe6294-db.gz', 0, 0xef50f2c5ab84afe8c4016992f748f212, 0xef50f2c5ab84afe8c4016992f748f212, 0x1eaafaa9756cff47d297315ccc00f7d10dc94643efaf74a087424c796a84b6c4, '', 0, '?'),
(0xeb1f7b2b86d4425359a28de000aa4b28, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json', 1, 0x00000000000000000000000000000000, 0xed621332894127ad8b25e66b96b9af18, 0xfbf2eece53c5b5cf11a697aa1b40bb8d7fc70881a34f9881b7daaaa47331add2, '', 0, '?'),
(0xeb2abd52fd8c5118f9ddea51651b74bd, 'wp-content/plugins/amp/assets/js/wp-url.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-url.js', 1, 0x00000000000000000000000000000000, 0x0fb7c81a7e53a633d69fc3151e2fe978, 0x0ffdfb04fe775300d125185223ea0fc167aedae554be0dc6a98cc510c65d040a, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', '/home/abt90iranbet/public_html/wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0xa7e58abcad59589526a7316b37d91a0d, 0xb12aa3e5b5cb6296d11f5f7dffade7835fc82b69b37f5970d54b793d6664a398, '', 0, '?'),
(0xeb362745b7f86e668c2b1aa16b76ab60, 'wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', 1, 0x00000000000000000000000000000000, 0x8efed3f5085e248a11b84e30d983969d, 0xcc12ad45cb933d6437c0b6abb91db78c5c03bb1c54605b53ada948599cedd1f1, '', 0, '?'),
(0xeb3a169787d143228831dcceea9f042a, 'wp-content/plugins/elementor/includes/editor-templates/templates.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php', 1, 0x00000000000000000000000000000000, 0xd497853b676d369478d24a9b382cb8ec, 0xd2c5508c54239e2f2672908c1626ce4d0ea2c91c365d0aa8a1cd5709d13d501a, '', 0, '?'),
(0xeb3be82cddea3ab7311b95ea83c742ae, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php', 0, 0xdd73ce6ce9fda51e2d1ceb821231c371, 0xdd73ce6ce9fda51e2d1ceb821231c371, 0x6d2f8b0871ece7af2cbc74f2ac64fa5cc0312f43bb2ba994f9027021e204a7ad, '', 0, '?'),
(0xeb42458b8c1faf7c2421f5b917a1350e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xa124fc3b6e521a9df1d5ca871aa1e03e, 0xa1bba9dc2ae5316a77b7cc67613cdebd228673ac250c124daecfdff1f06282e6, '', 0, '?'),
(0xeb45ba3cb8b0aa9f6aee8ddada20127b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php', 1, 0x00000000000000000000000000000000, 0xef8f31bfa2ae72f10026039e49531acc, 0x6c5b848c055dc71d7872a1003fdc3563c76f80d4ae682ee9fe1f9cea6c6f3e10, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', '/home/abt90iranbet/public_html/wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xeb4857ea1a06e5a6a39b0106ed8f1677, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_mega_menu.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_mega_menu.css', 0, 0xf87d7d3aa5487df9e055294781aaf4d0, 0xf87d7d3aa5487df9e055294781aaf4d0, 0x2db49bf585e4edc00cbda6623a3474a13ac3edc67519b633e9cc4d45949ce50f, '', 0, '?'),
(0xeb4941824066110701e741629eaba587, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', 1, 0x00000000000000000000000000000000, 0x42cc5a90f697a7ddd3f649935ef28382, 0x64bf7a5a623a185ef8c03d27531ad4159e1b2eea2a3dd515115ede77f311e331, '', 0, '?'),
(0xeb4c3c964cd27469a1f25e92eec5f776, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', 1, 0x00000000000000000000000000000000, 0x86be5cc122208c79600f3a66c9d41101, 0x6fd0dcfa36200d917d8dcf6378bdd29c15992002e90c88237633e712038e37cf, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0x435189818425506b72fbf7cf206f31d8, 0xdc043b4da948e5711cc7396b36c17f61aa0d157ba5e6ac3c7c9737904082985b, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3fac1e9fd004e605cdd83f06673efe7d, 0xbb104a7c1f78e1ab0b5eea035760830ce3e31df66f71423c941073cefe658473, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style.min.css', 1, 0x00000000000000000000000000000000, 0xa06b3af98203ddc303997e0e0caaff83, 0x46e98c9713020d1a090c4eab7f3a812c72826d3e588e43af7d4d90d322028052, '', 0, '?'),
(0xeb52ffb474c88661175fa407e8e34fb8, 'wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-toggle-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-toggle-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x12adceb71f360d9dccb6cf09e82c7d2c, 0x0d0d27868e78dd453e4279d2d521388705d1b4186e18e481aa7594f4e35d1a8d, '', 0, '?'),
(0xeb53fc2effc4ca10ffd0f4ae0cb3c2ae, 'wp-content/themes/twentytwentytwo/parts/header-small-dark.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/header-small-dark.html', 1, 0x00000000000000000000000000000000, 0x4921b787365e1f58a8c1f79b512bd267, 0x0924cdf7246f97fd70c3b18c79322274af416b9b2ccbcf63ad1aeebe49790e18, '', 0, '?'),
(0xeb5f8b31743d7154b551a42aab46f28f, 'wp-includes/blocks/gallery/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style.min.css', 1, 0x00000000000000000000000000000000, 0xd31ad3fee2da824d4f846ab522e0a405, 0xc760234d7d8957e383d9a4d98750146cfddce27c8adcafb674270c299af5d7fa, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0xeb64beeed29592740fee19d65db1e72c, 'wp-content/plugins/wordfence/css/iptraf.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/iptraf.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0xeb6be301eebcd493c2ab290ceffdb5cf, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 0, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0xeb6d2b3a6f5debcd1dba6175b87bafb7, 'wp-content/themes/twentytwentythree/styles/grapes.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/grapes.json', 1, 0x00000000000000000000000000000000, 0xed8ca9203f522c95554d838928dd0b15, 0xe5bae344b2049f6fa4a825ec009d5f143ba82ff01e9805c0f82229bcf7abc35b, '', 0, '?'),
(0xeb6e2dc3ea1bdab4ae122944cf458ee2, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-12.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-12.php', 0, 0x208232f2dbb60876ef9fb7d85882c1c3, 0x208232f2dbb60876ef9fb7d85882c1c3, 0x6d262e0eb1c4aa90d1e8be7b0220c0ccdcc17fdfc98a9095b5fb03ba0bc93986, '', 0, '?'),
(0xeb707f998e291b72f9efab18a36d3343, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-time_picker.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-time_picker.php', 0, 0x0083cece87967f89e2975dc102b68693, 0x0083cece87967f89e2975dc102b68693, 0x8ab23044c5942b1710d4748fbb4dd9112206e294cbcd746ed70ef15884ae9b44, '', 0, '?'),
(0xeb728c4e1b4f002b4ec4eb095d27681d, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login.pot', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login.pot', 1, 0x00000000000000000000000000000000, 0x5443330f61132002785bb000d3ae3500, 0x261bb53af189b6306c627f970f52d56b9421b24ea7a0b5a42452638b555214c8, '', 0, '?'),
(0xeb72d4d41ab92800971e8013240bf42d, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 0, 0xe6da8aaf1649bc5f960dca7457fb3089, 0xe6da8aaf1649bc5f960dca7457fb3089, 0xf2334c4306c58a9f261f5100d1323781f92cde83cceab408bb9faf1a53d45d9d, '', 0, '?'),
(0xeb768506aede3472e7e43434f61a7ad0, 'wp-content/plugins/elementor/core/utils/import-export/url.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/url.php', 1, 0x00000000000000000000000000000000, 0x0312f7a43c7a8e177d183aff31960db6, 0xad99165f3a4cdedd0d27476959d7e701bac87c15e734a20f732e7dc3e86d6831, '', 0, '?'),
(0xeb77267af939367d1c613664b7bb7f6e, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-meta.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-meta.php', 0, 0x8d9c7e5c52aa356ed23960fd7a1cc412, 0x8d9c7e5c52aa356ed23960fd7a1cc412, 0x31e4b331eff8bbcc24e5ee7afa944ab6b2fc6fefd9cbd7740f141f3d7cd80cbc, '', 0, '?'),
(0xeb78e695674267bb686dc72b783fb087, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_9.php', 0, 0x45be7e337a2d0088fbab847b1479f3a3, 0x45be7e337a2d0088fbab847b1479f3a3, 0x330c9b5e46278ffbf953e1d528f48ded821d1eac62b13be684f916b2245dee4f, '', 0, '?'),
(0xeb792f37b2fca064212bbeb0e511c1cc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1_no_content.php', 0, 0x68c7c690bb05e6cbc605c6ec43de7320, 0x68c7c690bb05e6cbc605c6ec43de7320, 0x729973a3f3cad73664a7377ce92fbbb15251af0c1905629abb58865d336c12cd, '', 0, '?'),
(0xeb7fcff374eb5c8f9b7d0d6bfd93ee8b, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 1, 0x00000000000000000000000000000000, 0x0001679864757d990ce74d5667105514, 0x1ce5e436aa40a07d61d30b3e5dc746a23bdbdcc5187df0654e44a6631c13fd75, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xeb82599f05778697ff7aabfb964bcf83, 'wp-content/plugins/updraftplus/vendor/psr/log/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/LICENSE', 1, 0x00000000000000000000000000000000, 0x1a74629072fd794937be394ab689327e, 0xda4b8b9691d4bc8f16c5698045a9bd6cb631b339475203beaca54d19f343de0f, '', 0, '?'),
(0xeb82ee5c2b903322cb08857846ba4824, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/license-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/license-activation.php', 1, 0x00000000000000000000000000000000, 0x33f023e7921a1505cdf7dcf168880d44, 0x5393972c8cf656224caf57f5fb1c99460115e6785ff1a878470f1720302bf12f, '', 0, '?'),
(0xeb847fa35ec1c8ad49f2782aa859edc8, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/about-me.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/about-me.png', 0, 0xc1d3c084b232b20debd82505bcde7380, 0xc1d3c084b232b20debd82505bcde7380, 0x02410513d50fd10c083ab06032c42ac03672a0f4757add1e2064ced61a9bc02e, '', 0, '?'),
(0xeb84819001cc0ff8cc891ec3189742aa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_6.php', 0, 0xbc29e95f45aa9db8d8a746c0ed20a17e, 0xbc29e95f45aa9db8d8a746c0ed20a17e, 0x52019c9788c5fb5c8ac5e00d3dfddf1f3699fdcfa7bcc005f0ffb654c56c4f92, '', 0, '?'),
(0xeb853f16913f2386f1e8efeb9724d74b, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', 1, 0x00000000000000000000000000000000, 0x8ba33c7dce0d8c427fc69537309b711e, 0x4af040a3c2e9a11c4aa4e9d51ceb6cf253810634068b7ac14310f7dd6bc93835, '', 0, '?'),
(0xeb867abf2a174ee83428d457bcd95df6, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', 0, 0xdf72f94abae6b2dbc6b75ce3e24c3568, 0xdf72f94abae6b2dbc6b75ce3e24c3568, 0xafe53d5d0ded476c9d22b1103eb7a892d61985d821a7d8b72e79659236662aeb, '', 0, '?'),
(0xeb8aa74abfbcf1359b19ece1a8f4315c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3.php', 0, 0xf80872f587c2d1de61000eabf33511b7, 0xf80872f587c2d1de61000eabf33511b7, 0xc924b7ea9d59ac084d56d550ff84955fca0600fab421340fc977d327b1a0ba2b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xeb8ddb662f6cce96f00685dbff88ddfa, 'wp-content/plugins/poka-review/public/images/plus-symbol.svg', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/plus-symbol.svg', 0, 0xcb6ce89cc1628fb9b96e6d1073d354b7, 0xcb6ce89cc1628fb9b96e6d1073d354b7, 0x2c7462e2b93343f950306c4cde3aed7dea460b2fc9d8d5c26473c1c647b6c6ce, '', 0, '?'),
(0xeb8e77de088bedc69d00fe86a0c982e2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', 1, 0x00000000000000000000000000000000, 0xafccb0e1c5283e76f538f17c24f7a862, 0x0ea9826cd417927f8bd073ed352bd8757ffa201d0ec6229320c52080e39462fa, '', 0, '?'),
(0xeb91aa9d0039dc8e8852c37967bcaa7f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x406fadf364f4d95c3ad5c1402537cca1, 0x995ee4d706c81ed112efa67097cd71c822be7aa522747b3820c50bfeb32b8744, '', 0, '?'),
(0xeb930492be2b7d3e63db12162c152dd0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 1, 0x00000000000000000000000000000000, 0x09063aa2cdd5c2674a1dc0dfc48fa9dd, 0xdf406b2ae25fbefe7219f0648506a4b93adbe4a806bb672454bf940c7c26c83b, '', 0, '?'),
(0xeb96175c52727f44ea98cc438347ef53, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_18.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_18.php', 0, 0x63fe5d9451e7cdcd23406212c4784458, 0x63fe5d9451e7cdcd23406212c4784458, 0xe5cdacfaefc7ba17bba913709e8efd06c63546416449d18d67bd0460eeee4d2f, '', 0, '?'),
(0xeb9c02d84ca119a517b9c84d8304d3f9, 'wp-includes/blocks/comments-title/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5f9f65e3fe1b1efad647a6416cc4d309, 0x19c6b3547a87bc0f5d1cabbc0995f98982cd4789e1e96298d20c9067c2fbbdab, '', 0, '?'),
(0xebab755ae2f62228dc2bda77b256c14a, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_background_render.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_background_render.php', 0, 0xc5c4bd4f7a1e4132dfd556bccdcabac6, 0xc5c4bd4f7a1e4132dfd556bccdcabac6, 0x4a218255218cfc56015f3d7c821fcea4bf669ca29c17da0f93a583785674fb57, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', '/home/abt90iranbet/public_html/wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x6d08e4ad5b7c33067a1a1121a11239b1, 0x7627bce89d71f6367f4143763309834f0771fafa050515ffe84a75d76966e32f, '', 0, '?'),
(0xebb1b0fa36237cc8e3e0de0574c4b812, 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', 1, 0x00000000000000000000000000000000, 0xcc172fcae017deed2b8f0ede08a380e4, 0x539ddd95fe14f9cba2ac6ef020ee2443b9b387b8ae7ffa6a1a44231d0bb4ccd3, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', '/home/abt90iranbet/public_html/wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0x0f102850e442e11dfc5fb73dad682576, 0xc5022790c1d3569fc0e0e5b1a494d083e1ceb0d43a086835546e84d388985a6d, '', 0, '?'),
(0xebb61fc6edc1cfb3f5790cf3507f2d1f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_6.php', 0, 0x344914f43a4b8e7374e0adf2ae365abf, 0x344914f43a4b8e7374e0adf2ae365abf, 0xa124b29986934b59459fc55a26d80111c1591e4ee289b90f69070cd6ab3cc072, '', 0, '?'),
(0xebb7a4d6214d60806627108cbc8cba91, 'wp-content/plugins/wp-rocket/assets/img/play.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/play.svg', 0, 0x7f134c13c08b9baee71eae5981a9dce2, 0x7f134c13c08b9baee71eae5981a9dce2, 0xfecd982b8eb2974b740a9803726ea32573a7c4768e4b8d4c191b75f75fb38a76, '', 0, '?'),
(0xebb92a6ae2c50ec48068197800991264, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css', 1, 0x00000000000000000000000000000000, 0x5ca7e88a5d3564a91eedb7b4bd977d42, 0x423d9abad60fa9e05a9c04842dd52c56524e27cd821aefe99bfce11b2de4e1e8, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style.css', 1, 0x00000000000000000000000000000000, 0xc2144d30b581545c3c59e75f95e635ae, 0x11acef419aad2b109fbb7a56521bebee8d2c92df7c52a66331365c592c107ce9, '', 0, '?'),
(0xebbe5ba9565c2f069a74e257b6716d1e, 'wp-content/plugins/elementor/modules/wp-cli/update.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php', 1, 0x00000000000000000000000000000000, 0xa4536224e26f0b7685ec95c07aaad977, 0xe9303376cca0edef96c9d1e672a2a88453f03998d2be4e166e985e261af16134, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0xebcc939320056b9375e662c43d2e9581, 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js', 1, 0x00000000000000000000000000000000, 0xaf7f6b50b27c918d91b56c05493dd1b3, 0x9f6ba7dcdee156942a0291cd215e237767002bd308c4a6a2beba80b2c6f2893b, '', 0, '?'),
(0xebd0d10f156957063b60d3e0428f3c2b, 'wp-content/themes/twentytwentythree/readme.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/readme.txt', 1, 0x00000000000000000000000000000000, 0x35929b192ae6bcc7e931a6d12bac15c0, 0x8ee0a58220fa0ad51a58ff782a9c903b0388e606a7cbc17e6cc06690c5bd07be, '', 0, '?'),
(0xebd538523665532c04368f5b40f14e77, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-centered-logo-nav.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-centered-logo-nav.php', 0, 0xa66245bfe1ee6a9ec77d9fdd2659b2cb, 0xa66245bfe1ee6a9ec77d9fdd2659b2cb, 0xc684f3db1a8858c4d06fe956090e969385da404eda8746068775f8d77cb3edc9, '', 0, '?'),
(0xebd58117b85a54409adc1185be3b43a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', 1, 0x00000000000000000000000000000000, 0xbf6aba29c02605c8450e81bc0548bd97, 0x649d0491511e430efb303d13bf629a87f89f96297d6041e4d6035cc033c7b97d, '', 0, '?'),
(0xebd68d5b31a3e9e2eb95b035459b0f03, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x8bd9715ca48cf999fb2fecda293fb967, 0x8cc4243205b57d69bfd5e17da246744aef582d345b896ab7979c0d943dd5226b, '', 0, '?'),
(0xebdd04e9534ee736c1b5048c86a728b5, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php', 0, 0xb3e7a7f3bb357229772d478a0a600e38, 0xb3e7a7f3bb357229772d478a0a600e38, 0xc47228b5453f2cb023e8ab3f95936f960d3adb4de12eae4039ff54bd7097d304, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', '/home/abt90iranbet/public_html/wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0x14479146ba446d03ab7d971ca3a1652e, 0x4f24e858cc1b8a5006c1bd5178675c488bbfdd9ccb577c8b293564d742f7c751, '', 0, '?'),
(0xebddda6918edd9fdfaae86d52ae169e8, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php', 0, 0x80dc74ce8bcb9b780e0bee23e2a720ac, 0x80dc74ce8bcb9b780e0bee23e2a720ac, 0x3177381c28094d661919868bdad619b70cc7ba9997caefce8ea04ae7f937a8c0, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', '/home/abt90iranbet/public_html/wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0xc65cc95024257615f8d849ffe996102a, 0x4ae8c149c8a1b684ab2139f817e9dd1bdb03af68e5e756d9047e243cedef0632, '', 0, '?'),
(0xebe3eb286a53735a901e5b5805059e43, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/rich_snippets.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/rich_snippets.php', 1, 0x00000000000000000000000000000000, 0x2f8ce951f4c581480a3c7e146e73e12d, 0x14cc596fad489fa3840a0239b0911b497f77b6bc5d7b0be2433158857dd9f031, '', 0, '?'),
(0xebe8cd1ab1a1752f4847859c4b2d9d64, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xebf153e6177234af999fb74c459c6ff9, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-groups.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-groups.php', 0, 0x04f90534a49a3141e11b4679ca5d75a4, 0x04f90534a49a3141e11b4679ca5d75a4, 0xb583d9957b231cca3768ac5ba6ab99ee40509b0b18c7fa44411c4902f9a571a5, '', 0, '?'),
(0xebf36d5e7fa78ad7b81ed12515428171, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', 0, 0x71476c9358b08cde08f1d9e51ab3704a, 0x71476c9358b08cde08f1d9e51ab3704a, 0x4ef16f711b620f7710d0383db3f1441e6e378d771dd30074a7c1dd237d27d176, '', 0, '?'),
(0xec0cdfc32ee3b5937ed158ffd1b937d2, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 1, 0x00000000000000000000000000000000, 0xc527b80ddd5554f1fbe1b7da8325db5e, 0xb223eb4f02d2d871b0d26933f4c9429315c851b599f1038df80e51e064cc28f7, '', 0, '?'),
(0xec0dbf9968c65421240b295d8440b2bb, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php', 0, 0x80f3391e85ee077015b0f1159cb11c05, 0x80f3391e85ee077015b0f1159cb11c05, 0xe9bfe9a27afc8018cebeada670e97c586cc500cd3d6d8babaf356939f3e0a319, '', 0, '?'),
(0xec0dc1a9f228ddb3953a53448e25d6ba, 'wp-content/languages/plugins/amp-fa_IR-dc5c3fa3da722a634b97ef1d2eb5bb9c.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-dc5c3fa3da722a634b97ef1d2eb5bb9c.json', 0, 0x0fbdde335cfe8ff9654523f478ba26b0, 0x0fbdde335cfe8ff9654523f478ba26b0, 0x515b68ea835038c33dff9d1dedf5b5364a570cf2bd2a17230e38e00e415e47c9, '', 0, '?'),
(0xec0e2e27ab5852520f2fffaa4314af06, 'wp-content/updraft/themes-old/twentytwentyfour/templates/single-with-sidebar.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/single-with-sidebar.html', 0, 0x9bd5ab630d2a6aba14ed48d7fe9f0594, 0x9bd5ab630d2a6aba14ed48d7fe9f0594, 0xfbe8be4e6acfc55a76c3adc1a0d8212ada700a457b2b2c9c85795512ed8108d8, '', 0, '?'),
(0xec1360dc12f2f816c5d37d536d802772, 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 1, 0x00000000000000000000000000000000, 0x69e8a3685c5a08b05388decd9e054da9, 0x1e0b0af535a30d8785cf212dcb60420a3d1f6218b2d9e2ece8b70c9764ff3579, '', 0, '?'),
(0xec1ffc7c5fcc1d65f004a9259e9976a4, 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/scheduled-crons.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/scheduled-crons.php', 1, 0x00000000000000000000000000000000, 0xbf5f9879a1b18f4aa46b14306e1d732f, 0x45a99cd085dc94605c9f3dbfc1db5b82d1ff74355113fe3c928a964a383bd8f8, '', 0, '?'),
(0xec208bc57028e9828aabc8bc8961a387, 'wp-includes/blocks/navigation/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x034b46c4192f117b6f8b4d7b87a835d8, 0xb455c09d88d42e211944e9c2fc1ff1cdf15c0ffb5082627bc2f336b8e80001f5, '', 0, '?'),
(0xec22e8cf174ffdb2810bcc95c66a2fb7, 'wp-includes/images/media/archive.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/archive.svg', 1, 0x00000000000000000000000000000000, 0x89a2e1f716e21fee7d2be5838d81cfaf, 0xe7d69eb4a5195c5f6df43d8bc9df3a368817364e7ee2c9a52cba0e4da29f7a93, '', 0, '?'),
(0xec2a56210ad42b489f3a4b421651eb2c, 'wp-includes/Requests/src/Exception/Http/Status511.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status511.php', 1, 0x00000000000000000000000000000000, 0xd1bac7f41a133145a9576b98adfaeae6, 0x452b86aa15f041fc3a536c8a20680f0929ed2dae92a2d42a5291b70ca741f824, '', 0, '?'),
(0xec2c19c93119c79ac6f3948af4dcd172, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', 1, 0x00000000000000000000000000000000, 0xa5f5ad190a1b47c465cba2ffb7c61526, 0x5426d3258d8d6d3e133a5aa05d128fd2a6e58b2ce9244fd52ff70a92bf0c930f, '', 0, '?'),
(0xec2f03c80512833f6bc1e3ffb6dd33a8, 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/40px.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/40px.png', 0, 0x7d2fda9cfc3a739e506561b08e4f019f, 0x7d2fda9cfc3a739e506561b08e4f019f, 0x4784fc4fdbd4864ad54e80d87dc66154c49ed47c089b083c4799f83d25a7ded0, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', '/home/abt90iranbet/public_html/wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x27c5d946213b892032f3b1bbb134c526, 0x47b1c45a479085e383ed35ff5fdc9a85e0ac58535b5788c4533a397040db3f9c, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', '/home/abt90iranbet/public_html/wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0x8ccab5c603d93e0925856e4ba47b3c35, 0x6d776414ffc2ec5eca8be0900d800ea73106a05e4b96c9283c6e56a6e38ed0e8, '', 0, '?'),
(0xec40e03cd5a4cfe6c98e5b98f4d6d17c, 'wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css', 0, 0x96a963b53ee4025887c2137089f3f5c4, 0x96a963b53ee4025887c2137089f3f5c4, 0x3e798eed4e318306606eefb1d8cd963d61aa25db8875095f6b84a61f599d3148, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x6a5de31476265a9359d9caf2d0888679, 0xa0231dc507f6820346d9591512e306d94feeac26198564f622ea8cc60a756a10, '', 0, '?'),
(0xec4b0d963c837002df74db3819dd8930, 'wp-content/updraft/backup_2025-07-04-0330___90_808d2092a88f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-04-0330___90_808d2092a88f-db.gz', 0, 0xaa3465323c9cab074ab14f94d2f7c766, 0xaa3465323c9cab074ab14f94d2f7c766, 0xd46686177d6378535c890a63a0ad08a8bd23066ad63c805be914fc699bc5158d, '', 0, '?'),
(0xec503cabf5056811aee2856ca452410e, 'wp-includes/blocks/list-item/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/list-item/block.json', 1, 0x00000000000000000000000000000000, 0x120cf6093e8db871fe65dce2b1099d3b, 0x4ba7957ae48cec321c17c11642ca1c2a8963330b70bd0607725b51fada8f5d5d, '', 0, '?'),
(0xec52ca42d96e7c7d57d0c8b347d3ed07, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x235.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x235.png', 0, 0x56b380e280c0e405eb0d9d5ea2dcccf1, 0x56b380e280c0e405eb0d9d5ea2dcccf1, 0x8a188b57ce7c9ce463612f0fdfae6203a3d5d9ec8f278b05eaedf92ac883c77b, '', 0, '?'),
(0xec54f7c64061e04ab8fd515a22c0a046, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 1, 0x00000000000000000000000000000000, 0xd2e86238e68c9ace4af6f48b9f26011e, 0x6da2b2fbd5b432274fb3ba813f931776f39698fcdb4eff16711c7825ff3456a2, '', 0, '?'),
(0xec6a45a1996699ce7b12a4f8a81caee2, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x201b772e405dec0c7bb6233a697eee24, 0xd8d2203c7dab0b1d2e3bc2c61b77564682de8f20c6a68912c23f09bea53fb242, '', 0, '?'),
(0xec77cccae9c5edd1b23745a054c864fc, 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', 1, 0x00000000000000000000000000000000, 0x9f373a91c244797da09f315f511851d8, 0x976a6f00dd95bab2f0126d25ad9c3b15390c778bbb796e3b29c0b10582eb07bf, '', 0, '?'),
(0xec7a38ee9c5270b2f296c301a07b595f, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/arrow.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/arrow.png', 0, 0xd906ac965842f6b36c60561fea4f6e5b, 0xd906ac965842f6b36c60561fea4f6e5b, 0x728ce5c076d09a27cf6901142b10c31dd1a5ba37c4fe397402e090bb1b8fb8bd, '', 0, '?'),
(0xec7b37507cedeb6aa7b07cb2ae09d5ac, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php', 0, 0x7adc71a5d9315b76fd4c7fe98a091d34, 0x7adc71a5d9315b76fd4c7fe98a091d34, 0x825a317a6c331e54cfecaf293792fe16455319c1a2f775afeb3c4f8bf6233cad, '', 0, '?'),
(0xec7b56631252ddc60e3e98d4884181c4, 'wp-includes/blocks/code/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2e67a930ddd201f442d1a10c14271ac, 0x3964e15802ddccd7820cd30c0eefe1b86ccec785e698968e659ee511d61cf0b9, '', 0, '?'),
(0xec7ea07aac72700b3be8c1382bbed9b2, 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', 1, 0x00000000000000000000000000000000, 0x037fa5bd1e6a5ac8d2873946d20fabff, 0x5051c2004c621290d29d882300c26da2c46025391f97517e06a8e02e3f48bff2, '', 0, '?'),
(0xec7fd48db507449eb652d21498fe4490, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', 1, 0x00000000000000000000000000000000, 0x713fbaf12f8f7b9ea562c97e66d80848, 0x76b4869ad53c9f70c5d78329a70e415bdc43e22466486593360913b53c6609ba, '', 0, '?'),
(0xec83a7cf5be8bd1a06b15a018e2a6c6b, 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php', 0, 0x8b5f4fbf9eb5a40ee46b538fa03222c0, 0x8b5f4fbf9eb5a40ee46b538fa03222c0, 0xd5c90895f2918b3f016ffdceb847bcc6df2aa513036b735c4884cd5c9020418a, '', 0, '?'),
(0xec872fe2225f8299de8dd3ac1f7c0e1f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_10.php', 0, 0xb2691329e96c7463407b87d3440cf226, 0xb2691329e96c7463407b87d3440cf226, 0x123878804e933283152c09e8fcb7e34c9774e30b8eee0dd90937034f7fba9182, '', 0, '?'),
(0xec98e422bfa8ce10fa31f06021645d97, 'wp-content/plugins/wordpress-seo/src/introductions/readme.md', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/readme.md', 1, 0x00000000000000000000000000000000, 0x6f35b11a8ddf27a55dbd2a802a0067bd, 0x83dd8df9acaae193d553e227f7fbd455085c1ab66e23f4baa592ae1e1d3ce772, '', 0, '?'),
(0xec98f86235418d629f0dcc24a2233b39, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 1, 0x00000000000000000000000000000000, 0xc86276a4b2b8beaa2261a832d0a16a6b, 0x116270d0949f49f185ac2bcc158fa98afa3b835f0919f323c53a5d116ec208ae, '', 0, '?'),
(0xec9b1f83462adb9e786f064c29c73556, 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0x79297a8a910b48162ff884043efc1612, 0xd69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714, '', 0, '?'),
(0xec9f43e3525ce10b87a326a149b63088, 'wp-content/plugins/kk-star-ratings/lib/images/paypal-checkout-demo.png', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/paypal-checkout-demo.png', 1, 0x00000000000000000000000000000000, 0x1cebda334130f9ae3e743d3e65359970, 0xca1ac35e3872e199c7d1394e5914024fec9100a5eb7a0d174189258b14ec9960, '', 0, '?'),
(0xeca0a70ce27af01fb98d58bc4d2447af, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', 1, 0x00000000000000000000000000000000, 0x8596910b099ef1a0b37b8c390d7fb998, 0x1db761228b2b80a7c10e961df3cab9ed2294c1195bde3ad2918ecf4116049ed8, '', 0, '?'),
(0xeca0d36a1bb67318ecd732fb90bd49fd, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0xe4355c00894da1bd78341a6b54d20b56, 0x338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c1, '', 0, '?'),
(0xeca1d19314d3ed8fa21e260b6694d8b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_9.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0xeca448fd42ee18f94964a1a936430d53, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php', 1, 0x00000000000000000000000000000000, 0x72295a334347dae7d58924d907083efe, 0xb4e678ee2b807d61de27c2f74124312cf844fddaac42a16d83363e04cf431f2b, '', 0, '?'),
(0xeca464a5d7a8f65bcebeaedac7428cfa, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 0, 0x3772a29a2fdcab4c910485565c9d85a2, 0x3772a29a2fdcab4c910485565c9d85a2, 0x2e7f9149a179903a5015e61b5ddc10ca21c67e509d09d7ab3ac8708335659150, '', 0, '?'),
(0xeca598df2892dafeff7b4aed85e5c0f8, 'wp-content/plugins/amp/src/Infrastructure/Activateable.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Activateable.php', 1, 0x00000000000000000000000000000000, 0x38c1565580c79b40e6bb728afd779a18, 0x3355c3e46ac9dde1210d55828f08b128323dbaa5d9de54e7fd8a12d16b2c1565, '', 0, '?'),
(0xecae4c29f97364b83108df516cb7ed6b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2.php', 0, 0xd0cc22bb7f808da41acfc184a219f8e7, 0xd0cc22bb7f808da41acfc184a219f8e7, 0x50c6bb8de4d337a35d496dd5a42d4bb3c54c87041f284f8cb14a07d0c23b557a, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0xecb8eee1e1dd1bf29814ea5b7f0876e1, 'wp-content/cache/wp-rocket/index.html', '/home/abt90iranbet/public_html/wp-content/cache/wp-rocket/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xecb9da21173cfc81dcd342341a53907d, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xaac9cffeaa03cc6c65de403198d92db0, 0xa6aa2b03095b500daa692dcac2627f306d969fbac3c6a5bf4d228523b316a440, '', 0, '?'),
(0xecbb5bdd08cee4d383a9ef121632be57, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0x29945661ee36b0d7f86e45182e966317, 0x3082d7658db2c38a70b4f069ce76611a186f798f2dbcba5bf23e157caa2acd0e, '', 0, '?'),
(0xecbebff69459d9d191d9a453d298be11, 'wp-content/plugins/updraftplus/central/images/ud-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/images/ud-logo.png', 1, 0x00000000000000000000000000000000, 0x43ca6ac0ba4dd5f5a0d193a627cb905c, 0x77f67910421ba53162749ec803578f9d226c25a9d974299b51708b2c4a62052e, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xbe2bfbd206f46f6f10980ad9c9ea41b8, 0x0e4162937127ff31a01c0b819af92b03829c84959dbd17eb44519934eb8168b8, '', 0, '?'),
(0xecc56d15fbaa3acfcb5bc385b878a615, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_9.php', 0, 0x3afb94e9eed8962a67da1863a332fa4f, 0x3afb94e9eed8962a67da1863a332fa4f, 0xa680f1ff9ab4c28c76e18b556c32c14583d598cc70386ab87266ee6fde75113c, '', 0, '?'),
(0xecc92c8a6bad3f8e71664ba4268f7695, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php', 1, 0x00000000000000000000000000000000, 0xd85de8a08675b7370bdae00080d7c7db, 0x90300c6bf7d3a9770ab7ff41604fb3a91e99a73633f63a73e57a328434819dcb, '', 0, '?'),
(0xecc939299b4e67f65dfe0b7ae5b22531, 'wp-content/plugins/kk-star-ratings/lib/FuseWP.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/FuseWP.php', 1, 0x00000000000000000000000000000000, 0x93a90d4f4d1e26e1fd0123b54ffd7f08, 0xf7434c39b3d170e5e31722a1e776db6f770c63edd55cbf8776b9e1326b1f60c5, '', 0, '?'),
(0xecca444e7653705f5221f1c1373f96c0, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box4.php', 0, 0x6378ac78ade4b652862f317a7cd95023, 0x6378ac78ade4b652862f317a7cd95023, 0x414d1a82b9a13ec452aea50f9864e2de4def9d49a7d349ada41b72e4a4333a1e, '', 0, '?'),
(0xeccf1be4cbe214bd55bb973bfbba7c0b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_4.php', 0, 0x34af892688ad4208aeeff6956393ec55, 0x34af892688ad4208aeeff6956393ec55, 0x535d5fa492275c62c9b70b323c604413e555c797b8e3ddc1a9bb89b86eb30495, '', 0, '?'),
(0xecd2b32ef16dd6ffb3a1f3e92204568a, 'wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_editor.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_editor.min.js', 0, 0x075370fa521477713287dc9094da7073, 0x075370fa521477713287dc9094da7073, 0xa60b441aea3d43009409925c0aebacd270643aedbfb4c0a75cf3deffc86d2ede, '', 0, '?'),
(0xecd551bdebf599dfad179b020b99ebca, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', 0, 0xcc30a46433175c742cb4d5635da49435, 0xcc30a46433175c742cb4d5635da49435, 0x9d4a6772ac9a99ec63a015a7eb21eb961a7467e037eb779749efad95d285448e, '', 0, '?'),
(0xecd9c9f916dcf7b9bfa00bcc2cd12ae7, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php', 0, 0x687fc28777620eff4fc6ab64bf02d1fc, 0x687fc28777620eff4fc6ab64bf02d1fc, 0x69d249b779c043c8e9e3c9a1c84b2320075827a92239180f8a353b10031e0a18, '', 0, '?'),
(0xecda0b962417a8a5ace6a9cd73d5d171, 'wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php', 0, 0xb5d6a12b5990c7d3f493b49250c0d30e, 0xb5d6a12b5990c7d3f493b49250c0d30e, 0x42fa1bac692dfe3cb4a96174ceb256f21f2c48df9be2c07282504296b120bb13, '', 0, '?'),
(0xece29cee8c585eb270c456a9fcf4efa7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_9.php', 0, 0x7f89993aa9130e78af4468aeaac4c2c1, 0x7f89993aa9130e78af4468aeaac4c2c1, 0xa01b515c7d47282634fc08425ec1d02969719123e058dfb732f806d5679116bf, '', 0, '?'),
(0xece60d9e0e2abfa538cd04bf2144e9fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_2.php', 0, 0x6bd24450078fab8bb4b74dae114c0f0a, 0x6bd24450078fab8bb4b74dae114c0f0a, 0xfdbd8586e9babf1147ce0893d75228da95ecc4401e324af154cecb3c8f67c9c1, '', 0, '?'),
(0xece797498ee591520bfb91eb7a21a310, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-location-and-link.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-location-and-link.php', 0, 0x98114000b16d5e6ad45afcc43d8e93ff, 0x98114000b16d5e6ad45afcc43d8e93ff, 0xe5d15d6096c27bfb20fdf16e93b30a8fccc9c8b1e05a8ab9d77dc81fbf4d76c7, '', 0, '?'),
(0xece820311aa6fc83a73e86d8a409f814, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button8.php', 0, 0x8d9f08968cd34dd73218f1c2e89b754d, 0x8d9f08968cd34dd73218f1c2e89b754d, 0xcaf8610987b61409c360eb10ddb1ff5d2710a99dfad257934da7083e7cf7b176, '', 0, '?'),
(0xece824900661e10f6d1e8b8b4125346e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_8.php', 0, 0xa0c3aaf473c82131d36cc2c965ddf7dc, 0xa0c3aaf473c82131d36cc2c965ddf7dc, 0x48088ffad141b0e82a47de90c8c41d85a047858cb6ba50c82a05e47c54377cf6, '', 0, '?'),
(0xeceb02defbdcc552eb8670aaec64958b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import.php', 0, 0xc1001ae54be20b610197270aef9c64b9, 0xc1001ae54be20b610197270aef9c64b9, 0xc2d093a7cc999387d000ef6e21ab2e42e56bd23f30986ee9e788e86f4e02b250, '', 0, '?'),
(0xecee4214d6a4df08b29d1e5b1538d431, 'wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', 1, 0x00000000000000000000000000000000, 0xb52a351040fa29ca8f761d5a8cd0fdfe, 0x7bece24cdf636f5881c2cba13d1a8005350d4ed30b96ca6bc3ab4387f94a49a6, '', 0, '?'),
(0xecf0b7cc3848426c8620b3144c720bc6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', 1, 0x00000000000000000000000000000000, 0xb117b23d6cfc61cfc0235c79d3d65144, 0x046bf4159c29b846503383cb071c3be7a0191c53cd978a22b54a8d305f68f685, '', 0, '?'),
(0xecf67041603b79156b292df98e876458, 'wp-content/themes/Newspaper/translation/th.mo', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/th.mo', 0, 0xc876499fcf6cb0abb1799473d1ec680c, 0xc876499fcf6cb0abb1799473d1ec680c, 0x84afdd7377135c243d1bc1edc4a86307f57814ce7ac1a5727ca93af3cababaa3, '', 0, '?'),
(0xecf8bf8dfd572fbf08e35f523d97be2c, 'wp-content/plugins/td-composer/includes/shortcodes/vc_column_inner.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column_inner.php', 0, 0x31317495ecdbf1166a4b1e61d48a57ab, 0x31317495ecdbf1166a4b1e61d48a57ab, 0xe601d5fb6438ba235b1ac28b08fb4589085ab9edc8187fdebf60caf164b34bdd, '', 0, '?'),
(0xecfb0e99983904fc152b994be17fcb2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0xdff5261e1d888f90f367d6ce453ea9e1, 0x8b2ae8b06df2b6d439bb8676f936e5c4c489346868dc5f86d987d977603480cc, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x45f9db3faff36e5a1e0ca3d2ef64a52d, 0x47a8968d69b10d6cba69555ef5aa6eeade726dba35f0c9ce8fdbbb8c5c6c8d07, '', 0, '?'),
(0xed085065e60d24700a419a715743e748, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_8.php', 0, 0x55c177caac726b4472d9902cdb58951e, 0x55c177caac726b4472d9902cdb58951e, 0x0aa1c09884b247de11ed8b99a2037e61050418ba1140208293a1f479ad6d0c62, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0xbb98b777a4aa1947e50e2b68bb86c4f0, 0x091025040e0dc022213150375fb59f42fef7f92679d691b63cc20189f8f0b9b2, '', 0, '?'),
(0xed09137a0b20c972d863ce6fe557f6e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_3.php', 0, 0xfbbee7174199e045a77fb0b2532ce3bb, 0xfbbee7174199e045a77fb0b2532ce3bb, 0x547487c4e1ba0e1b76a9ea04acec30a4fde0169ea30620607bbc4d320ad62bcf, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xfb2b2322624df5ee424cf94b5bec36a1, 0x53ee99fc05896b04f614212c424f05972309b9e8511c647aff7b05772d1f897a, '', 0, '?'),
(0xed14fb266560ad39d4a30aac33595d7d, 'wp-includes/blocks/image/view.min.js', '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.min.js', 1, 0x00000000000000000000000000000000, 0xb7b948639c465a5177f4584cc9bc9333, 0xb163f24123d5cd38575e9579c96786e1e29d3bcdbd98b714835d34ecde2d36e1, '', 0, '?'),
(0xed1599757071649657085a4aa76c2fd8, 'wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php', 0, 0x6b5bc59e9e6fa600e2a3f4253e998fe4, 0x6b5bc59e9e6fa600e2a3f4253e998fe4, 0xb7afe5a9f3d76508546acb62dcd74892ca8d747594fe8de5ea80b4f626cc356b, '', 0, '?'),
(0xed16e6c6dac07681810a208ef3575627, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_8.php', 0, 0x3a3e4114b1d12deab9af8964f0e38634, 0x3a3e4114b1d12deab9af8964f0e38634, 0x5bcbd3d5b02287f406dda4a9b023acfe59d2c2ef833f3e4dfa986698c23698a6, '', 0, '?'),
(0xed192c2ba84cfaf9b3b05c83ff4163d5, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', 1, 0x00000000000000000000000000000000, 0xdc66bc85e4cc418ba8f6f5276d50ab68, 0x6d9193ba9ea56d83dbe53d6e6a0670dfae85afc80d7dc56cf195380fa8c39e88, '', 0, '?'),
(0xed19f9ada7cc6bf44f71b6af78b5cc1d, 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-de_DE.mo', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xfe49a331f8a3209469f0c07330a1d12a, 0xba584f5dc88a8b8295ee45c85067bcebd00cf17292bbded5bb95b3b11d219ae0, '', 0, '?'),
(0xed1cc2efb33e4f6c49461f9278d31268, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_1.php', 0, 0x42b64e7e20d4976aba003ae0997c86e8, 0x42b64e7e20d4976aba003ae0997c86e8, 0x7f0fec40e32aa2c5ad60079808d986825a3a95accb6b93bd7ff10a668919daf1, '', 0, '?'),
(0xed205e499fc0cad6a5abd609c66e0e8c, 'wp-content/plugins/shortcodes-ultimate/includes/images/player/metro.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/metro.png', 1, 0x00000000000000000000000000000000, 0x6a87e6908d231676f49faedfc765d4fe, 0xb6bba2229d61099088820e9c5408fdddfdcf835629ba213ff628f4840f3a4523, '', 0, '?'),
(0xed287dd19606e03fd328236fec07174e, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', 1, 0x00000000000000000000000000000000, 0x41e5a3f2a2a480aaed8418d246385e88, 0x193fb4100f821c9cf181168f5667b4eeab4fdf3e58560235895d2e6bb6753b86, '', 0, '?'),
(0xed2f83ab32b416ee2ff3473b00182b6f, 'wp-content/plugins/wordpress-seo/images/support/github.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support/github.png', 1, 0x00000000000000000000000000000000, 0x4aa08acbb0f4c5197eaf7beb51ea8a8d, 0xf62f7ad5891fbd9a32e60619ac97029754183a0717acb5e4f8031161e452a638, '', 0, '?'),
(0xed323ab5b12ed147dea4386510f896f7, 'wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', 1, 0x00000000000000000000000000000000, 0xfc4b06ea50cbe41978fa65454a86b17b, 0xfeb649f510100b7901392a3729bcfda1af38dfde096b81d60c8ea0ee0aaed8d1, '', 0, '?'),
(0xed4017777cd3eb74352237315f25bba9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_7.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xed42d16e8a02050dd9d3abedb65294a6, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.mo', 0, 0x72535a5f037c1d28e61f3ec5eb8c1ecc, 0x72535a5f037c1d28e61f3ec5eb8c1ecc, 0x6f166f941378b30e68719478aa25244c97d611ad74876bb9962298500d2e3efd, '', 0, '?'),
(0xed43e0c2620d9763fe27cdb3246b2472, 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-status.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-status.php', 0, 0x4b132f24c6002dfbad6c0de679480b8d, 0x4b132f24c6002dfbad6c0de679480b8d, 0x471de5904184bd8598f951376d605faad27cd9d2a5ca569d35d6978715c9beb8, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0xed504e32638496571f1370381b9b40d0, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json', 0, 0x51ea202ff97920d01c0e536b50d33515, 0x51ea202ff97920d01c0e536b50d33515, 0xd53a1a09bba4f3cd0a4f2b11bc9c61eb1730a17f15480311a2f5217f24418b76, '', 0, '?'),
(0xed515aa0a24f4913eeb9d872824bd856, 'wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js', 1, 0x00000000000000000000000000000000, 0xd9ac4d5536d02f9efbcde041fc311cde, 0x0aa247fae4eda3a30287b3990796fda5e81ba8238973dc07ec5510b8570cc74e, '', 0, '?'),
(0xed54c78f7763d4ecb4e86d317fe43aba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9fbfca6be95871dfa31a21ba1e0eebaa, 0x11e2fa8b5f99bac2a70d2fa754b94ccf81d8fd62bd1735fd0ac19b240244353c, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', '/home/abt90iranbet/public_html/wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0xa23b0e188028c1c827ae689c483484a2, 0x7609e33ad124de59943ccd33070799d72971da8fcab28c7814df08efedb7bc91, '', 0, '?'),
(0xed6b2e8c4f6a4dc7180f5383e590c39f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 1, 0x00000000000000000000000000000000, 0x6512cb2306ed1c6a3d0ae05281beb004, 0x30bf7155cb21d780d066960c95dfbb759e74b8924b8be70a45e0338ba88061b2, '', 0, '?'),
(0xed75aedda0b1cacf49374b67adcbe9ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_4.php', 0, 0x166b4bc66692f211291f6a97235bf3df, 0x166b4bc66692f211291f6a97235bf3df, 0xcdc186672d0bafcd5b83b924e74aef43e320877794400fe0dac1dc5b3fe46fcb, '', 0, '?'),
(0xed830d21de979f89891ee24c19fd30f1, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', 1, 0x00000000000000000000000000000000, 0x713539820fea2c0d455b91b5e4392bdf, 0x2d84c7c5d5535c526bbc579313cfd4a919a6c66263e4e0db208e53dde689a9ac, '', 0, '?'),
(0xed838c2e19b41613160f6b3c976786f4, 'wp-content/updraft/backup_2025-07-15-0327___90_72f6a3ea31dc-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-15-0327___90_72f6a3ea31dc-db.gz', 0, 0xb9d808acef8699bce04cc9e56cc6c922, 0xb9d808acef8699bce04cc9e56cc6c922, 0x8df5004c73b6f12c5534a6768ba68db22bf6922b8d92e09219ba789c1d8bb7f8, '', 0, '?'),
(0xed83efa93fe683c95147c7c0c641a5d0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', 1, 0x00000000000000000000000000000000, 0xcdc41af1e3923799eb1968630f8042f3, 0xbeb03541e17c68773efc583a12d8e64cc1652a9834c971038436a3288fdc11b3, '', 0, '?'),
(0xed844f95208a9d55db1d8bc8c9c1d3a9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json', 0, 0x7f5f1e00aedc790bd43eb7d465b76715, 0x7f5f1e00aedc790bd43eb7d465b76715, 0xfd5d28e5274970096c43145a3431a5b356063a981f49612e9941b20eaa3d34bc, '', 0, '?'),
(0xed869b9c4709f2b78be79563bd070c7b, 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_5.php', 0, 0x30b7ab3e811f17fac2ef1399145dd8c6, 0x30b7ab3e811f17fac2ef1399145dd8c6, 0x7b10af60ae07a5ca7eb61b2f67721e7df294500a8e0120765eee5d4ecf165629, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0xf8aed543d2a5374a386e1dd274ab9b63, 0xb6e0b4f2cef190c4dca19d835ddd11f8d9e04e9cb2962d7cd14c3ba101531998, '', 0, '?'),
(0xed8c3e4c54a0cbc6a0d47a23506bc3b3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0xa0ddf059aa7a8763c628ff70635e0a7f, 0xb51ab96b7c90219160066d53384b57b6fe150c90bbdfd67c666f3fb71c882c3b, '', 0, '?'),
(0xed8c62419bf43d97259992f0669fe113, 'wp-content/plugins/amp/assets/images/amp-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-icon.svg', 1, 0x00000000000000000000000000000000, 0x339a31e0d29a01e233399366f694b7be, 0xd9262f0d4d9a5991439a18a0eb26ce36ebc2517cfb819aeebeb7fe4f3d09c7fb, '', 0, '?'),
(0xed8e479eea7242479199772910dc1c36, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/metabox-formatter-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/metabox-formatter-integration.php', 0, 0x6fcf0af1f1a1f1a5c5e52666f0061ce9, 0x6fcf0af1f1a1f1a5c5e52666f0061ce9, 0x67a0f3944bf39b29d903dd29af97e2b8318bd609d5023cd728f4ae8584aee9d6, '', 0, '?'),
(0xed90f4be9a976e54297e872bd987f302, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', 1, 0x00000000000000000000000000000000, 0x81fdb9a812e9b2c1f535cc79649f2c24, 0x6560b806e0a0beece23f14ff330b23e9d02e89db78a67d43bbaa7408966a51fd, '', 0, '?'),
(0xed94b188ad5db3759affe694d31d0477, 'wp-content/updraft/backup_2025-07-17-0328___90_0cc6e7ce4caa-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-17-0328___90_0cc6e7ce4caa-db.gz', 0, 0xa10c8a777f6eb05e39d1cd034bd5d4da, 0xa10c8a777f6eb05e39d1cd034bd5d4da, 0xa925f11212104d366e259a287c9d3df1d39bdc812298d88c6583bc0fe67c093b, '', 0, '?'),
(0xed9709d604991151a62ff6a3c748edba, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_util.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_util.php', 0, 0x4f1979e9cd18fc327208eaae999e3fcd, 0x4f1979e9cd18fc327208eaae999e3fcd, 0x8120340c474cbb32dfea631264b10baf6324b64c44e5af460099170947afb473, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xed9d314d13ce3a0743ea0d367dd8615e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 0, 0x45bfc917117a7bf3383b6aa4c91a61d4, 0x45bfc917117a7bf3383b6aa4c91a61d4, 0x5c92a5ce462388ee82d1e46106b26d17d50d58ba7caf74411f5257eaa4019910, '', 0, '?'),
(0xed9f712217df2b9bc1668a76e61b7962, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', 1, 0x00000000000000000000000000000000, 0x63b78beefedfa994646b2d6f9c1c655e, 0x668ea567c8849c4c0768d05f746bd99af3baec7f910a752214877b255e464cca, '', 0, '?'),
(0xeda05c4c808136804f9e419a6657376c, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css', 1, 0x00000000000000000000000000000000, 0xed1092ead7949c4c68528ead7882f8c3, 0xde21bcf8e332b85b5eda11fef87b5739bd774469e509968f3fc5058ab9fe2e45, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe99fe66a4dd8d196c2e9e96c4da3915f, 0x937807465a8a4b63dfc9338137c460d4aa246a06188f67f1fd5dd417510becdb, '', 0, '?'),
(0xeda48f5ad21a87350acd6ab47d851140, 'wp-includes/blocks/buttons/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/block.json', 1, 0x00000000000000000000000000000000, 0x81837420011ddb3f4372b489f85ef19d, 0xe520d4fe25906f5abe428a7aa8d7176f8929b989dc0e9ebf4b50be89c90cb0aa, '', 0, '?'),
(0xeda7460c0496f4ecddf7b7066dbab9ac, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0xdb2b9dcab878351be533079905897af1, 0x3fa1c561e28b61de55273903d1d42ce9ae9feb6e9e43e135da2216368d3f1cc9, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x9b1a556e176ba682666acf5dce776588, 0x480d926d478692d93ca356ff6d58edbcf26f6722bda9587304c1bc6b7c88e404, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', '/home/abt90iranbet/public_html/wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0xcfb69035a7edfba4abd69ef9b450f4a7, 0x4fcd6ecac46efff4f2cb95cc7b3f9fe0c85121ef3df888d117a256a56f69d3da, '', 0, '?'),
(0xedb14b9456b5096c6c686bb775ca6b49, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 1, 0x00000000000000000000000000000000, 0xf2706a6daa8b81c9913e674706f85414, 0xefeddccef1b9ee8596ebcedb7bae0b8bdf47bbae21b3e9d76a12e7bbf31a6f78, '', 0, '?'),
(0xedb5495c147627db1a5cfc053379472b, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php', 1, 0x00000000000000000000000000000000, 0xc73a95ae20b33c6f400e4d78fb0edf86, 0xd54afa50d39e4e8431ee2bcd6997d1528eec9b04ffbf4da3e042911420a46787, '', 0, '?'),
(0xedb5cb206afeca11e4d4cd5f8d9fcfa4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import.php', 0, 0x59c6d47765a64699ded200240332c4e9, 0x59c6d47765a64699ded200240332c4e9, 0x70c0fc82d8782ba7f63c556421123feabc1ae68d13833e307d3f741313ae1761, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0xedbb144aa7e4a96ef6cdea64bdaae242, 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php', 1, 0x00000000000000000000000000000000, 0x993b7afe17ba863308008f19d7f1a986, 0x06caebcec261fde0d1f413481329dd9e36e32e3473a1cfa4d0976a499f96f6d3, '', 0, '?'),
(0xedbe51e5e9a8885a6ebadfbe06b5c851, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_228ef1_256x240.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_228ef1_256x240.png', 0, 0x09659ea36f0a34b0238612ee7e7d5701, 0x09659ea36f0a34b0238612ee7e7d5701, 0x008a2270cdcbf1b601ef4779d54e1d707ec4f72a951f9a20376eb57f27e4d88d, '', 0, '?'),
(0xedc29d4cfa28dc6dfb145165fe19c1ce, 'wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php', 0, 0x11871633d5bd45e47c7dba21f4676a6b, 0x11871633d5bd45e47c7dba21f4676a6b, 0xf7412e5dd1f40982d7c01037bd261a6a8f8011ba7761f06cacbe62fdf1e0ca25, '', 0, '?'),
(0xedc51bb90afcebd4cae0031d31396fab, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 1, 0x00000000000000000000000000000000, 0x7d28a4b22f442e13b6874f55746b28e0, 0xad11e83936459f20a23e029d8817ab53f0ae230e19309d8dc9626633d17fba59, '', 0, '?'),
(0xedd2e72f46a9b544788826c173ee848e, 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkratings.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkratings.php', 1, 0x00000000000000000000000000000000, 0x0795e8e644ae245b92f5f0fcb5143d66, 0x52264fc05c270b16bfa4d4716051019ccaaa435ae0bb3341b6b907e193b60c0f, '', 0, '?'),
(0xedd4c840bbc15498cc27612f307bb297, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/demo_style.css', 0, 0x3f305c94591820757d3566e61444af43, 0x3f305c94591820757d3566e61444af43, 0x50467d419dd9452d7694b7b518eb17a79d90883412cef5cda87784e3c4d8c3a7, '', 0, '?'),
(0xedd8c0551f85d845e0fd4bda822af155, 'wp-includes/blocks/gallery/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor.css', 1, 0x00000000000000000000000000000000, 0x0bf04fd1b3f9a7b6f5c4510e4301aaf7, 0xdeadfdb55710e57f712c683a838002911574359723e68313c1f569ca5b16c95d, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', '/home/abt90iranbet/public_html/wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0x3512e011dcb1db3f131817adc7b9abf5, 0xa38a98575238bbcea7c49973c71a10f2c3ea0a17d96541f5c05a0c7e2520b06d, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', '/home/abt90iranbet/public_html/wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x940a958e6f5855a5a7d8a209420120b3, 0x8045b85beff9fc86c27cdf533de303af28519aaf183baadc073a7155ffa96196, '', 0, '?'),
(0xedf89123230849c2c361d22dcc298e82, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php', 1, 0x00000000000000000000000000000000, 0x19a39c25a8df270db7a6e07dfa4b34d5, 0x7902b33cda388f29829b4ffd974518a854f2c5ff09b81a0936ed34b0570445c4, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0x1130ef7064f71a14a22cb9c6c7ead1f7, 0x14d123b3246de1ecc99c23a776281ee21e099b486b6aec4eda7e68d7bef7a50b, '', 0, '?'),
(0xedfe575b5f931c957c592c33ccf20e6e, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php', 1, 0x00000000000000000000000000000000, 0x5e1cbf44657ce1841b7dab9d1571687f, 0xc45255eaa154787b66943fe4a09d26c2a834bec3146594bfe2f0f90b8efbe21e, '', 0, '?'),
(0xedff3ea4242b553fb75f15fa9e4a6656, 'wp-content/plugins/td-composer/includes/tdc_version_check.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_version_check.php', 0, 0x2d46b0fe9fc311b6149ca4928a4a653a, 0x2d46b0fe9fc311b6149ca4928a4a653a, 0x70704e110639dd43cc82df03efd52e792ae70a87d3ecc7a8a9d6d26c5a66e9b4, '', 0, '?'),
(0xee05c2d61fe3bd6afc30be0edf5d5c1a, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php', 0, 0x5ddc63ddb7691fe68df919493df5cf77, 0x5ddc63ddb7691fe68df919493df5cf77, 0xff4f2bf7089ae18bca2dc9c57f9b13977d59a10e051f42515a1009fcd051893c, '', 0, '?'),
(0xee0933b26c8dd4ead80dc1e655f1e8c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1.php', 0, 0xb6cc16e12e16e086d2222e5655843f90, 0xb6cc16e12e16e086d2222e5655843f90, 0xdc5a659e5c6eb0bf4b7dff6090011a7e63742777a5cb3f2bde1c66cdd8a04c55, '', 0, '?'),
(0xee0b480003dd42e70843b248acc4361c, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js', 0, 0xd277be7a5491356a5dd171ef827c5015, 0xd277be7a5491356a5dd171ef827c5015, 0x5afff28ef1311aa6b3cfd5347d7997ec09659badba0459c323e7de8f9d235771, '', 0, '?'),
(0xee0bca5c189e50031527d63afb7be5e3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_4.php', 0, 0x83be18a4f582528b1a251017706648e1, 0x83be18a4f582528b1a251017706648e1, 0x4a4a1df74d7d5c068d93a677ae117949fb7958f361de8a57de80d3cedae9fb48, '', 0, '?'),
(0xee0bcebbd439cef2e42160b5489127c3, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php', 0, 0xb18e372b3d309e897a9307067a439828, 0xb18e372b3d309e897a9307067a439828, 0x1bb348cf68b8a16b6f0b628915a6d6f78eb81160fa77438162c75cc6f139b698, '', 0, '?'),
(0xee108a04e8e904a1c7b168c2094b6b57, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-10.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-10.png', 0, 0x5717a74248d82901a61811653fb9b0c4, 0x5717a74248d82901a61811653fb9b0c4, 0xe480a9b8a2ad2a0d79b10b2ede0a0fbe24282a883869a2ba355986a52cb5cc65, '', 0, '?'),
(0xee110f36035c9dd7d2704a1c8f159907, 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-support.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-support.php', 0, 0x21c9bc2a99d768ea91514b91591ef015, 0x21c9bc2a99d768ea91514b91591ef015, 0xa3f0767b37e0b971e8e087494f3586fa5ea2cef208c8cf73dda7afe050ba9bde, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x687d0e991cfbe6bf37c8abf1e0ca0a42, 0x72822276e15aac656a52b0f73766d82f1054ccb69f3d71f1fcbcf0aa4a0edb8a, '', 0, '?'),
(0xee14d94ad315a82e36b157ab12e97546, 'wp-content/plugins/td-composer/mobile/woocommerce/single-product.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/woocommerce/single-product.php', 0, 0x9ca83a1b8062795b3e34c0e09b8c5ece, 0x9ca83a1b8062795b3e34c0e09b8c5ece, 0xa4d64578e9e0d209f221bef935b13d9ee72b7c6fc88cab563fa90ca7b8c93c3f, '', 0, '?'),
(0xee1a2d6c0a37a580852f7dacbf1e4818, 'wp-content/languages/fa_IR-1780a2033cf98d69ce13c2e5c8510004.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1780a2033cf98d69ce13c2e5c8510004.json', 0, 0xddfd22a6ab536ae6cffcb6acfd184ce4, 0xddfd22a6ab536ae6cffcb6acfd184ce4, 0xd0ca7305d0c266a2cf081e6e7627e2ffc98fadb8ce65e6ff13cbecfbd2b82f91, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x1b5b4e6d2012ac6cf156d2aa3384a68e, 0x06e9352c8c8b4d33c535f7dd6e28744c35b6a03b5ee6c4502f0e397ab1e1d838, '', 0, '?'),
(0xee1c86b40b0358bb4643fe5218f28606, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_9.php', 0, 0x85975a85ad05345b2e7ed74d1fb11691, 0x85975a85ad05345b2e7ed74d1fb11691, 0x18e9e18bfd7dfc95c2d895f17beeaf139edd2a1c05774fd22cc8a46329f2fa1a, '', 0, '?'),
(0xee1c94784fb7e631f7edda087712ba79, 'wp-content/plugins/wp-rocket/languages/rocket-de_DE.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-de_DE.mo', 0, 0x9472b7b61e25872832edf42c3812235b, 0x9472b7b61e25872832edf42c3812235b, 0xb86c409414ded7012781122ea3fcc43467dcaaba1689ec3bf14046151db10c55, '', 0, '?'),
(0xee1e33659f2b0b806cb4a40c2baf3d20, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import.php', 0, 0x4cf4549d0ead603fb6aa2fd7c908ad22, 0x4cf4549d0ead603fb6aa2fd7c908ad22, 0x7baf2ed5e8be6960906f2ae861ee1959e2966f8969d78381a23ccf208b1ff1e6, '', 0, '?'),
(0xee2116d86d6dabbf6698a3d30d8ab99e, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x285824bc5bdac1a806506c5567f1be32, 0x99d7a4004f65250a8543c5c8ecd35b7596c07be52a8a00ac63370005991d1a75, '', 0, '?'),
(0xee23fcc807d7f53088a59916966f8892, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/label.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/label.php', 1, 0x00000000000000000000000000000000, 0x980ea6c631c9154ce62b4b7a7a2937d8, 0x0c0b77f3e1a0c1ebcd989b09fd46cf1a4a56f13e063fc6a260f339151b779f60, '', 0, '?'),
(0xee25c9857d486512524aa32115cfaedc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1.php', 0, 0xdbb673451beca74662919b27cc142e1d, 0xdbb673451beca74662919b27cc142e1d, 0x14ded2c56a86568f6fa5158681b619791282035360a8bcd82e70fa28341e0c1a, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x6d439b8ec7cfbf7e874d8f601cb75ea0, 0x9d1efd35461c651c9fe164a1f08b1223ecfde7f6171f472d739f6cd3f62c6078, '', 0, '?'),
(0xee2ef82571a4242436d98c7e3fb64770, 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg', 0, 0x2730d881010ec6bb9faeb30a1d9c2d37, 0x2730d881010ec6bb9faeb30a1d9c2d37, 0xf0594022a147eae845b7dc855b4cf1997fa2c60f9e4cf1202a51d41530a3c9be, '', 0, '?'),
(0xee2fc16a503210fff3c0ee43f2d309a7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x50a2ed893405bf7915ec7ba8c1b6717a, 0x9688cc28d5a19758fb786da3a18717d42dd291de4fcaad6906f88e9ffbf1d47a, '', 0, '?'),
(0xee30854655e3bfa66008eedf30c764f8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', 0, 0x9671e493d9d3a8271de4e2c3d8d33d5d, 0x9671e493d9d3a8271de4e2c3d8d33d5d, 0xd3027123c0109cfd823657db9dc927c109a7a656c2436f63dce0aa8bdca86db0, '', 0, '?'),
(0xee31a560e012e21970899596aa09a64b, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php', 0, 0x55e7fa289f9bcd7fd5e5a7ce3aba3d9a, 0x55e7fa289f9bcd7fd5e5a7ce3aba3d9a, 0x54ceb18a5f3a3dcabae14749c83940cb73e9c0bdccc76ea86a41d1a9949eb165, '', 0, '?'),
(0xee334c82e459674202da88b43c27afd2, 'wp-content/themes/twentytwentyfive/patterns/footer-centered.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-centered.php', 1, 0x00000000000000000000000000000000, 0xa4e26462ffc875fb2e2b867dcd5c2c9e, 0xf83549479f90bd490bc3f1a1c716fa185b847dbc7f0cfa652da95bf2b5b15b02, '', 0, '?'),
(0xee3677026433c68eb60e51c77d1b9e67, 'wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po', 1, 0x00000000000000000000000000000000, 0xe9781e615934133f410d2a7a99077b14, 0x567335b8cf7acbb775e2c14b5c594c770e18458af7540055f9de0776daec9e75, '', 0, '?'),
(0xee3c0e41212254fb4d3f9eea7779f29e, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0x7124eb50fc8227c78269f2d995637ff5, 0xc8dc052d55ac4154b3e63abb387cc81f48f3978fc9a4483e000ff8d26bdf0fe9, '', 0, '?'),
(0xee3f6b628d8c8578f75f8f4a9ea34d9d, 'wp-includes/blocks/comments/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style.min.css', 1, 0x00000000000000000000000000000000, 0x64474c5ef33193025c8138ecacf26fa7, 0xa07cefb5ca5ea6165458fbe19dcfa27853e60e6a857ec335ed275b4c38014344, '', 0, '?'),
(0xee40cac0d717e668105955f1d71cb7c1, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php', 1, 0x00000000000000000000000000000000, 0x23b95006de6cda51bc28505a02722fb7, 0xd8e4c5420a31056af80e7208f8552a98c80fc81f8d6a3bc4b09fd080c056cb52, '', 0, '?'),
(0xee425129920209c87a486f74891fc748, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_2.php', 0, 0x9421262c0d47505e4190d955ae1069cb, 0x9421262c0d47505e4190d955ae1069cb, 0x12bb5e687a8aa6d41d9add90539c9538973fed33977ba72bf2dc363177d55670, '', 0, '?'),
(0xee44351e374b3580fd0f3008b7eebf97, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial3.php', 0, 0x565340ab50437020d00fb8cbd018a1c5, 0x565340ab50437020d00fb8cbd018a1c5, 0x60219c4adeb190912a253421e7cd73c96209d4849061577c51514d7e8ba1584e, '', 0, '?'),
(0xee4800536c00aedcfd5c52dd1b275425, 'wp-content/plugins/poka-review/languages/poka-review-en_US.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/languages/poka-review-en_US.po', 0, 0xc669b925c5df0ce37caa22900ed36110, 0xc669b925c5df0ce37caa22900ed36110, 0x9b31c0e7cfca319351bd04d3688ff2158f1ddc22d4091483700e3294e500b483, '', 0, '?'),
(0xee4d969fba6a09aa75e2c3a3cc2ab759, 'wp-content/plugins/elementor/modules/apps/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/module.php', 1, 0x00000000000000000000000000000000, 0x75339fcbde1298a31b803e8f66608dab, 0x531e838ea26f717ef939dd19836b768b77567b3335f253164c36f5995244d6cd, '', 0, '?'),
(0xee4db9ffac11341459c79501ed1f920f, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php', 1, 0x00000000000000000000000000000000, 0x521cbabf04b0092ebc3d784056868092, 0xd1b4c898169a464a41474b1abca75e31ece69c3161e60e10eb1b52c634d54ff2, '', 0, '?'),
(0xee4f2917b9835d183f52997234cd3967, 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css', 0, 0x3ad61fa89f8e5b849059759d00c71934, 0x3ad61fa89f8e5b849059759d00c71934, 0x517726ee73661d262d8adc45f51cf10a81953a172bd266c8e93f6332bdac9c55, '', 0, '?'),
(0xee4fdfe1e80179feda096d3e72eac16b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_4.php', 0, 0xb174b18aae5c6cdfdbd104418d86b635, 0xb174b18aae5c6cdfdbd104418d86b635, 0x79a3663b235b8efdeae817ea3d7b767c874a3ae7477690dbca759c770ebb0c8e, '', 0, '?'),
(0xee516eb012151042325a6cc2e4ad9179, 'wp-content/plugins/elementor/includes/base/element-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/element-base.php', 1, 0x00000000000000000000000000000000, 0x66bb68d3734ae7863068d3e1b6e4a10e, 0x989f7852c10b26ecaf7edba89f92f55b5594f5c0084a1c5cf3b170d7c7c5405f, '', 0, '?'),
(0xee53692603c9ae837c327ace4ac9bd7e, 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4e4a5fd05e1ef1df14f1aab5662bd57d, 0x586fddc904ca427f53d895190f58ea2d2338643cbe6ec9ca6068d2faaf63fb62, '', 0, '?'),
(0xee5625d4ec374e955c5befbddf505db1, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spacer.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spacer.svg', 1, 0x00000000000000000000000000000000, 0x751c545f8155a5d70e4c83e5da570de7, 0x907eb6777620fec013ec5d17402d20096e18a9f9df02a10908a53cfda118aed2, '', 0, '?'),
(0xee5b4849fb785bf1d1258b5e2409e6b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_1.php', 0, 0xf7eef03d2767095d1369249a54be8176, 0xf7eef03d2767095d1369249a54be8176, 0x60e828dcf5902630f2ff8c7e0fbe9f5e893a8c5845a1bf2b20c3be17de54d57f, '', 0, '?'),
(0xee5bff8756e633714fdb89c035ec7ef8, 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js', 1, 0x00000000000000000000000000000000, 0x2c872dbe60f4ba70fb85356113d8b35e, 0x80ca14195fa505595b7f4829c23c2ad132004d8da7c7a3cf3afe71ddadfe2a1f, '', 0, '?'),
(0xee61c46575f7c3a120d2cc19e2435203, 'wp-content/themes/twentytwentyfive/templates/index.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/index.html', 1, 0x00000000000000000000000000000000, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xee667b72238b790497db0efa6023cffe, 'wp-content/plugins/updraftplus/methods/googledrive.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/googledrive.php', 1, 0x00000000000000000000000000000000, 0x6767c8556beed54cecd8146d3370a435, 0xd924da40ed3a8284f7335bd525e1630d0c81c711ca25af843638fd4979bcdf49, '', 0, '?'),
(0xee66c7528fed3af90eadbdf12e25d688, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_panel_settings.txt', 0, 0x4ced0a49ad04581b260f7ba8a8a48d7d, 0x4ced0a49ad04581b260f7ba8a8a48d7d, 0x622481831c75a19ca05da294799284c16ce950b578a278a18dbe70b0b5e25812, '', 0, '?'),
(0xee696c00f593d68f9a73c08873afa8e0, 'wp-includes/blocks/post-author-name/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style.min.css', 1, 0x00000000000000000000000000000000, 0x7da1dcc119d972ba4d58a6051710db6f, 0x99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e9, '', 0, '?'),
(0xee7071974b17a0c46783ad91b6346b04, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 1, 0x00000000000000000000000000000000, 0x7613f84b9bfafd3c95db74ddd720c251, 0xf44f5b5ee18918c1b07956a6136016cbe2ea9e3de968e82b0fefb0b064d1002d, '', 0, '?'),
(0xee7a98f31b23324408b47453defcdcb1, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/gmap.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/gmap.php', 1, 0x00000000000000000000000000000000, 0x0ae388aa3dd47421a6835c5e5d7981ae, 0xe842c4226a3c8baceee7627611a6cf3e4ac69b863ab9c60c52eedae22d2b0592, '', 0, '?'),
(0xee7fac12fb1ade2ae03c578f7236475d, 'wp-content/updraft/backup_2025-04-08-0326___90_c2dd5943a8fa-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-08-0326___90_c2dd5943a8fa-db.gz', 0, 0xe15da0d5f52b22cd7eb8796d8e982fdb, 0xe15da0d5f52b22cd7eb8796d8e982fdb, 0x2d416e9e35d5611092c39ce49d357daff1cb368a0725692233449125404f4b53, '', 0, '?'),
(0xee82f7f3154b11f9df96d959096de754, 'wp-content/plugins/elementor/modules/ai/connect/ai.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/ai/connect/ai.php', 1, 0x00000000000000000000000000000000, 0x5387b306aa7800fa7b7b3f68dbc6b196, 0x22dd8ff1c27d4a41750fd365e8b700b2860fa6407c7af693c2747b358ff00ffd, '', 0, '?'),
(0xee87c3ac3b9c5f4581cc73ed44db8ed5, 'wp-content/plugins/updraftplus/includes/updraftplus-notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-notices.php', 1, 0x00000000000000000000000000000000, 0x4556b3404be1f923e1ec7095ee619e73, 0xce26a00896ab075a7725d3f932cbf4605e98f7116993c34dfa5f542967f3d08c, '', 0, '?'),
(0xee9af5b919fbf86e984d18b3458e9826, 'wp-content/languages/plugins/wordpress-seo-fa_IR-9ff580649b466f65633b98bb16c34525.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-9ff580649b466f65633b98bb16c34525.json', 0, 0xeb82a38e324413dfda4c39e4d50b99fa, 0xeb82a38e324413dfda4c39e4d50b99fa, 0xf6fb010ec4816bbc18c1e31444bcf3b873504228bb2e809401e1a4f9ceb9498c, '', 0, '?'),
(0xee9d6293bbaba693b7fef936a98e1328, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', 1, 0x00000000000000000000000000000000, 0xb166e0b5f558228ee9a22bb722ec6490, 0x6f65e168f86f5ad42eea420ebdb2e6897c5ab34012f06fd5cf8898152290a40e, '', 0, '?'),
(0xee9d6946e6d1208fe08eb858e0146a65, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/incremental.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/incremental.png', 0, 0x97861b57d7daafc48a6e8ce5084e4c74, 0x97861b57d7daafc48a6e8ce5084e4c74, 0x76dcc95caf7a22ada1187c677ab78e88a200d5a477db2b24193c0750a17fe99e, '', 0, '?'),
(0xee9dae5ac12851b2c8495118edc3023d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', 1, 0x00000000000000000000000000000000, 0x792e7067737045ec25e97f4ddd8a4c37, 0x72eff5989d6bb61c4148792479c3a33cb36c8ba51ff2f29945bc978e6aa9fa84, '', 0, '?'),
(0xee9e9791460fd417d33e8b2111387518, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 1, 0x00000000000000000000000000000000, 0xd58a385441c08f13327ae16f2d00336d, 0xcde0439679cfb45d7ea01c27661157b499f54189139f312c5378dad2120d0375, '', 0, '?'),
(0xeea6fe2aa0f71991bedb8ca3d60a38f0, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/thank-you-page-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/thank-you-page-integration.php', 0, 0xf088eaef1911bf4d1e1e6f4840b87deb, 0xf088eaef1911bf4d1e1e6f4840b87deb, 0xbab2973ab1d199dd5422a2bb52ee082e98de9aef1c20116689725867a5fbfde9, '', 0, '?'),
(0xeeabe1648ba1b8593a018bbdf9e5b80f, 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', 1, 0x00000000000000000000000000000000, 0x8c7042615ab6b50d50bdd4cd473064ef, 0x9004b40efd064ff54d7cebb1ebd17a9928315b6417eb946ecf26e75e321464cd, '', 0, '?'),
(0xeeb18ab3895ad67210322f78e9c3a3c1, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php', 0, 0x410941e1ae6bbc22608553d747460286, 0x410941e1ae6bbc22608553d747460286, 0xc92302788061580fc9e60de30424f76701b24d3f8aae7a2f4d388dbcde046537, '', 0, '?'),
(0xeeb208b193e6fb7bf4d46591cf994010, 'wp-content/plugins/kk-star-ratings/freemius/assets/img/theme-icon.png', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/theme-icon.png', 1, 0x00000000000000000000000000000000, 0x8cb315f4fef1d533eca11ba28e6f9521, 0x8d8be128d35f7b0cccd8f85150dcc2d07956e36c8e18d96a79ca4295d6cd7efd, '', 0, '?'),
(0xeeb4a3c1491f1ebc9f61dcd47bd1b3b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_import.php', 0, 0xbf38724419c254ffa9a232757aeef46f, 0xbf38724419c254ffa9a232757aeef46f, 0xab2169dc94110ff6d8d29c1f84e37887ffa1d67a2c7d09c360b7fa83163ad9ab, '', 0, '?'),
(0xeeb916b7a1734b1c0164eb2ddd7fd17d, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php', 0, 0x1724af6540f6c63f03ccb2ce542b95c2, 0x1724af6540f6c63f03ccb2ce542b95c2, 0x6c8241369123d628904cc90601e0986f85b8d25c01c16136b24eca0389f1219c, '', 0, '?'),
(0xeebd489a2e77db040186ca51de90b9a1, 'wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb8bc38ee3bb32dcde533c7ecee18735d, 0xe694467b81368ad6e71a5d5df64cf6f58e3c85c33ba25656d6408f6ee7ebe752, '', 0, '?'),
(0xeebe3c843776bacd1f59363fe9e09dd1, 'wp-includes/blocks/separator/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6d6650fb2c66f3271dd7bcae744f6751, 0xbb8f38e0e39c7659a7eacd9cef207bb66b7a669e377b2bbed5fa11c1d4d77fc6, '', 0, '?'),
(0xeec0e0f22df1fd7dba5b984c7e0a57a7, 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', 1, 0x00000000000000000000000000000000, 0x2e42fe6317a71b782f55330805e052d0, 0xfe3c99c78f57295c3326aadf748f3a8c2f36f7a6b33164610680bed6d04b4fad, '', 0, '?'),
(0xeec4c85f65e96d3e88f9f931b6569b8c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x9e3b2aedbde0e878f8e54cf50aca58d2, 0x067f612dcd1dc4ddb20cf2e85fce75ae9c90cba9b2a1ac58f20f231e5a4e0bbc, '', 0, '?'),
(0xeec82af1ac37861e78ffda84336c946f, 'wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js', 0, 0xd33547148658494b6c20cc7e5f2b6865, 0xd33547148658494b6c20cc7e5f2b6865, 0xf6d95fb8c4cd24943a837a0668e55c096adc04001eac0373b5e869adaea84141, '', 0, '?'),
(0xeec88e5b441d1787e2f442522f7d81e0, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', 0, 0x92805602692e28cb29f8a0c976e33495, 0x92805602692e28cb29f8a0c976e33495, 0xde7b8f63a478007802032b2c6437a6f7b372e3e8a8693df3349b96f4b87814ba, '', 0, '?'),
(0xeec8fe5ec967d52cca67126d766bfaed, 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/06-morning.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/06-morning.json', 0, 0x9364b0f7bfd1d36c31149eee01c5a40d, 0x9364b0f7bfd1d36c31149eee01c5a40d, 0x578ef6ae6c5707829a62a4f3eda74693c1bd287a21d6cf4d2b2f8a8fcd470f54, '', 0, '?'),
(0xeec902b983db67a2fabb7e2eb33205f9, 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 1, 0x00000000000000000000000000000000, 0xf67ced7208b0555c7acb759720c81130, 0xd6c29e49600f350ddc55e6fdb9b736b9f9f06709d05c63238a8d52ae2233aee9, '', 0, '?'),
(0xeece4bff6aa101a7d9bfe18e95d6f30c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json', 0, 0xe99c07f536491f30241436c8f3be6dd4, 0xe99c07f536491f30241436c8f3be6dd4, 0xf47536618f7be10e8441d33005a30c23b26214f85443d6416d883494ece36465, '', 0, '?'),
(0xeeceafbedb1f3ff1b967165784f5f739, 'wp-includes/blocks/embed/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5cba226dae1f5d8cae4091ddc243f2d3, 0x2afec493be2346cf9a006ab282d96b8ef6bf828735689935aadda29dc73ceed7, '', 0, '?'),
(0xeed4c0172c3f091018e0a972a275fae0, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php', 0, 0x7e3b5f9117097a82efa68fdbf60da3d7, 0x7e3b5f9117097a82efa68fdbf60da3d7, 0xc1a8b72b5ea30270d6341e3ea0bbee84b929dfea08ac215a1f4be7098ff0e8b8, '', 0, '?'),
(0xeed5aed7a9dacb9385b590fe21fea226, 'wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp', 1, 0x00000000000000000000000000000000, 0xe2658a111f10c10215c636e674e0ee8b, 0x5ca9a0d3697642a55660035351156ac77c7fcbcabfca7d126502e52bc85f663c, '', 0, '?'),
(0xeed609602f4298e2e098919167e2bd03, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-output.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-output.php', 0, 0x4c9f4288aadfe06a5cfb1b93868cb917, 0x4c9f4288aadfe06a5cfb1b93868cb917, 0xfed6919d83cdb0d4774e07846da7561847dd226160955ab8c47ad548fab0bbae, '', 0, '?'),
(0xeedc69290bf8609cc0fe473519d6a1af, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x491aa916546b41d40ff0d08c1935ac64, 0x204d251f1a4730fa8c20f4abc92f036841bdbce1edb8ebbb34c62a73d0d3885f, '', 0, '?'),
(0xeedfcc55437cb26674ce8663da2b99c3, 'wp-content/themes/twentytwentyfive/style.css', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/style.css', 1, 0x00000000000000000000000000000000, 0x1bc0c9b3cedd6852ce9453f5cc1d5a06, 0x899275caac4818ce6ceaf7bf17d6022496e4f9a889d2b78d23c0e993f26e3da2, '', 0, '?'),
(0xeee13d9f9fc3217950b397a48a04b687, 'wp-includes/Requests/src/Exception/Http/Status414.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status414.php', 1, 0x00000000000000000000000000000000, 0xe3b09a4465b5b86cae177eeb894aa970, 0xf6c9c97f982efd08b1ac486d8db00c3c2bd61ddba6291dd29df3c844d7513c35, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode.php', 1, 0x00000000000000000000000000000000, 0x2da08858d79c8a95a78b15a1ea83b9e7, 0x8aa4e16edd57e13f17ca63a949cb9ce2d3a685597d3d8d1af640599897343f72, '', 0, '?'),
(0xeee7584fa57a2dde6c39c6b7e1308e60, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0xeee77579aad89ffa755691fb402f82f3, 'wp-includes/class-wp-block-patterns-registry.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-block-patterns-registry.php', 1, 0x00000000000000000000000000000000, 0xa43c34b07bcfb00c329721d6bf23cd5a, 0xaa50eaa2475f89343e86b7004167fe1f65cb449add1c320cf52ad727330d3b75, '', 0, '?'),
(0xeeea2de2dec8efbee242babb7d6763de, 'wp-content/updraft/themes-old/twentytwentyfour/screenshot.png', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/screenshot.png', 0, 0xca91cd0e39926d23b1f04c1da5a4c97c, 0xca91cd0e39926d23b1f04c1da5a4c97c, 0x4905d71c2b6b472aa4d0aec69643db3eea412e981ba37e407f019beb5ed4bc90, '', 0, '?'),
(0xeef0bbbd293193006778a4e862210e48, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_9.php', 0, 0x77dee9e223b2127f8aaae8310fc4bf10, 0x77dee9e223b2127f8aaae8310fc4bf10, 0x2928f07aeb8cb934e88ab38953a2911d1af56a66f97b29040d0e128bb4d9a3ac, '', 0, '?'),
(0xeef63e36ad0f5b9f17dc3e3645bb74b2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5_no_content.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xeefa12b1c12798482f010325cd896af6, 'wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x42d2b97e905f50c58574fb8149c16635, 0x83fae70dd7c07cc6634eef6de84378b3b15345a2f8b018acca087288a7e11f4d, '', 0, '?'),
(0xef018ffa3ba26f4c033b43a32eda2d9d, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php', 1, 0x00000000000000000000000000000000, 0xf5bcb21efb149233776d10fb9fd9dbe2, 0xcc999eae488eac43dc57d9250aa0c8db246f394b35b60e4627a42bb7829c0b05, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0xabc84e91e07089c56143c771a06b101d, 0x8446becc309448796365e54c7551acabce2616a7e4984c1e69480aa944c5a94b, '', 0, '?'),
(0xef0be8b48cac295907f4c32adfea6354, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php', 0, 0x201b772e405dec0c7bb6233a697eee24, 0x201b772e405dec0c7bb6233a697eee24, 0xd8d2203c7dab0b1d2e3bc2c61b77564682de8f20c6a68912c23f09bea53fb242, '', 0, '?'),
(0xef0dc2d3116ba24db5289eb40a52b48c, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/pricing.php', 1, 0x00000000000000000000000000000000, 0xeafd00ebda16984a874c00255bea1673, 0x8b5f43152ea8ebabc81012034083c71de0afe08be61cd64b777cbdfabe72d266, '', 0, '?'),
(0xef12ddb2f2eb7882c527c4204a763bf8, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/WidthField.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/WidthField.php', 1, 0x00000000000000000000000000000000, 0xb8a95e424adeaa46a7806e7caac99115, 0x2a53b4559ab4d0f11ab5dc87854440f2e7babdabbd979f89abe468c0e6da05a3, '', 0, '?'),
(0xef1c1b27d358be21b048b1c1fa1bd5e8, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9c4da0f4c738182ee774af98e152990b, 0xcb4da547a4689d395c4aa514c5dc6f344f17e79077520c76e853bb32f9f4f104, '', 0, '?'),
(0xef1fbf996b6bf81a67a65628fb490fc4, 'wp-content/plugins/td-mobile-plugin/td_mobile_theme.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php', 0, 0x997aefc096198bfe798c62e8accb8339, 0x997aefc096198bfe798c62e8accb8339, 0x6aea78514da8f4cf6dde035ab6edc38d84814b5febb0fcab71784bef9799a2cc, '', 0, '?'),
(0xef1fdc9366f9c976c5e83024ef863d33, 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 1, 0x00000000000000000000000000000000, 0x7e392eb6e1a54df7e50053e6a4a0f4b6, 0xd303e31559d96483198d6af378788d074a90e84282a92a9aae3797d52de50adf, '', 0, '?'),
(0xef25e98a7a1237d9b8803b4d4e5a35e7, 'wp-content/plugins/td-cloud-library/assets/js/tdbFormTaxonomies.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFormTaxonomies.js', 0, 0x42fd59ba4b93985f4c1f3b80e6704d44, 0x42fd59ba4b93985f4c1f3b80e6704d44, 0x4d013d7613fe44c789a63a07372907b48f7ee78d0ab0e19fac0b004a29862c34, '', 0, '?'),
(0xef2af0b8c05a33878705405b68f42ef3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', 1, 0x00000000000000000000000000000000, 0xdd3e6a93703d971b024054308d2177cf, 0xb3e9d466e8eef1a5448fa2d68b65284b34a519a735e5d38783185afe18a1ac1b, '', 0, '?'),
(0xef37e26b657d97ec294b570e8f739801, 'wp-includes/SimplePie/src/SimplePie.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/SimplePie.php', 1, 0x00000000000000000000000000000000, 0x8faa17497763e60a2411492b015bd35c, 0x072d592ebb921e28374323a69639ed8c3fe965b2bc49334c7987aceadd3e99e4, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xef3b1c3aa13b9aa646b72c0db5ff7363, 'wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js.map', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js.map', 1, 0x00000000000000000000000000000000, 0x208ac0b447961e2d3e6e903a566c7edf, 0x5777b688502489f5b484fafe51e88fa2604713f86ff3d496f46338fefa018e79, '', 0, '?'),
(0xef3c03b54598a94b24b321a813dc931e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', 1, 0x00000000000000000000000000000000, 0xab52d3da5c0c518ee817641341ef07ce, 0x5384fa075199f53487b999c21371e7e6bf1c37393b2f4f1116265b71d7a222bd, '', 0, '?'),
(0xef4468632fe5dd9dfa1987e71029e7b5, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340-rtl.css', 0, 0x5bf12682f241f4270a8535dcf67813f7, 0x5bf12682f241f4270a8535dcf67813f7, 0x7cd499e49557ad47e3ebc4060a061cff18c3aa5bd15cb55e6cb6bec48850cccc, '', 0, '?'),
(0xef45b5bd1355c2444745e5e681a59de0, 'wp-content/plugins/poka-review/uninstall.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/uninstall.php', 0, 0x0e6f27d8f9623706287cbbd60fe17ac9, 0x0e6f27d8f9623706287cbbd60fe17ac9, 0x65532ff47ad3c766e08e721fc980cc75980e391e3ba66b06ec1c46fe012c43eb, '', 0, '?'),
(0xef4d2b28a92b2871b7abd0cd6f7d4ad3, 'wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php', 0, 0xd03488c0f045b523d86c3ab00b970a55, 0xd03488c0f045b523d86c3ab00b970a55, 0xc62de7b26f7899d84fdf733126040af4d076b64af904de46d4ef228dedd8545c, '', 0, '?'),
(0xef4e4438bed3b52b843a1ea3662c167b, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php', 0, 0x20e2be8a2a340158576bd734e86a8a61, 0x20e2be8a2a340158576bd734e86a8a61, 0x4bdadf2c491b429d17c3e0121b8e7991bf5daadb21e63c271db52888dc681c5d, '', 0, '?'),
(0xef581e7db37ca374732c858e96b88f08, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 0, 0x4f2f2cddd36ede927d47cdf78d352b2a, 0x4f2f2cddd36ede927d47cdf78d352b2a, 0xc9c089c2d0a51282362ff25da99692ac1a5c3e2f5ad01f1c38922fe8d49e6c3a, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-views.min.js', 1, 0x00000000000000000000000000000000, 0xb80e1e1e0248d3b7ac2d5c4d659588ef, 0xed62f5a082bd4cfdfe2da68d8939776c056feadf798e1d242bd3591ade98d44e, '', 0, '?'),
(0xef5f03bb9ef7f08bfec5db900db4fdfc, 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 1, 0x00000000000000000000000000000000, 0x31d03545d31a132d0ca68a04b031bfc3, 0xed9041b63ba0bf01ed9ec99cdbc04ba290f15f83b2a723487a07ed54e67ef73a, '', 0, '?'),
(0xef62199a19d02e828dc4cbdce838e9ee, 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', 1, 0x00000000000000000000000000000000, 0x2dba74c4487d31799678746dad8b0d3d, 0xa65e6e54866784c1ab87be59dca9709198782be2c2bf2af1d158573079ad3cf1, '', 0, '?'),
(0xef622af691312cd0cd0b3d0300af2d33, 'wp-content/plugins/wp-rocket/inc/functions/i18n.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/i18n.php', 0, 0x14a7565c4aa27f76b33942625e20af98, 0x14a7565c4aa27f76b33942625e20af98, 0x07fd21ed8fc5156cbe551b6c9b1fd993a76d9e21667fa91dd90f763db6ed1acf, '', 0, '?'),
(0xef683c6e7d507e6cb76dd931c8d7fa27, 'wp-content/plugins/elementor/modules/dev-tools/deprecation.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php', 1, 0x00000000000000000000000000000000, 0x5067ce01e2087aaac6c0a08b2a144b75, 0x065e52115887b87b176d285f9f00314845c7402546a72a577bca0bd2212dce74, '', 0, '?'),
(0xef6a55a0c733ea303ccc146713e9dd62, 'wp-includes/blocks/paragraph/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4cf26c403ba427764016a85503e33aed, 0xe2e7dba984f750a5287d55ff2ded0000037241b5d8466b5382cfc801412cc525, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xef6efb3464ed37329268bf815e45abfe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_6.php', 0, 0x867aaa3b8c10948bb5feff4e00fb70d9, 0x867aaa3b8c10948bb5feff4e00fb70d9, 0xe9283f913891717e3d1b4bbbc38bc3a3d62282892821a55d5df7fba750db363f, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x593d0a0b59e0b439399a32ad17f88f11, 0xfd97fb36a991b01a2f8888f970e27935eec19cd245f094d8adbda9ad4fb14506, '', 0, '?'),
(0xef770e60795f9efdc0ee72deb91b925d, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xe0be8430039c2d3890ec7b233b885c9f, 0x89ca1bb5eac6942242c200570c7eac3faf6c8e3b8921cd3c006816dc54332cc4, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/droppable.min.js', 1, 0x00000000000000000000000000000000, 0x07ba8069b534c82a481a5a770eaa6cbe, 0x3f0b72a31413dcb64ba3057ecfa69b63e82445b7115983d6a0573e2713fe29dc, '', 0, '?'),
(0xef7e99c68994d4b43eb1223a03b8248f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php', 1, 0x00000000000000000000000000000000, 0xe20205385320ed5a4474c401d946a46a, 0x5940bc4862f6464179a00455d738025fb90788d351bd332df51becb85b944a3f, '', 0, '?'),
(0xef7ffab6d5cb95a7b37226d571c74669, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xbd217981a50557551c5bab1075334651, 0xd7f2f3c4b7d6cd9e26469c9214e549e906e46659b0479fbc8baadfe5fe9f1b30, '', 0, '?'),
(0xef8158ce95a63b8a7ae5e468f7429416, 'wp-content/plugins/shortcodes-ultimate/includes/css/icons.css', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css', 1, 0x00000000000000000000000000000000, 0x536c3ac08cb26952e267d3a075e2c2b5, 0x1c78e2de2df9e32d145730e158adab9af0c59dedeaa79ceb054028d909fdd899, '', 0, '?'),
(0xef8acce54272a212f5492f835fe0b2e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2.php', 0, 0x8472b23e0da52a97dd5746133ed747dc, 0x8472b23e0da52a97dd5746133ed747dc, 0x2dea51a0f060c3e6b50474901c21d7f2d1da54e62fe702dc333c5db59b8a5b75, '', 0, '?'),
(0xef8bcbf89f14e790040a9c8804a25a40, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', 1, 0x00000000000000000000000000000000, 0x8bef93126945578db7a3f692b409a434, 0x5880f18e7ed838864dbebb08661cc3c16f20260334864ae116e9400d527a1b84, '', 0, '?'),
(0xef8ca8233170a146044d34270fe4724f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-5.png', 0, 0xbc4fe43448909e74a2e2c4c8125f6b54, 0xbc4fe43448909e74a2e2c4c8125f6b54, 0x97c1d5a84f5040b025d510b79758d61a9acef63d2eff69974dfeb3888bba7eb9, '', 0, '?'),
(0xef8ff041bdf73c63269d4c635a61911a, 'wp-content/plugins/elementor/core/logger/items/php.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/php.php', 1, 0x00000000000000000000000000000000, 0xb4ab4fedf1ba8b0a47f9020f4765e3e4, 0xe47b077fb0d2f5d1d65a00173fdcde5a04e96f505fb659c0fb015e2acfce7812, '', 0, '?'),
(0xef92db44ff834e3b0f007feebe1abac6, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-8.png', 0, 0x95ae12063297ecca0f28873860e85949, 0x95ae12063297ecca0f28873860e85949, 0x4e5d58ac3f07a1ef80015b57fd3fb94138e50d19d87dc47c3fc7bda95499ecb3, '', 0, '?'),
(0xef934f0b40ff68a6b84ddf83acabb74c, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon/tds_icon1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon/tds_icon1.php', 0, 0xb0a685d232ac9e65c7e789ddafa663c0, 0xb0a685d232ac9e65c7e789ddafa663c0, 0xac1bf534a61a4d187b37e816fd4b1254769cf4be6f7064fcfd0e73f88a6c4dd8, '', 0, '?'),
(0xef9664578971f7f778429b3456de5eea, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php', 0, 0x86520e416032785b6599eed7b6399a3d, 0x86520e416032785b6599eed7b6399a3d, 0x30b9fd0dd64430854d41bdb9e216e1ffcb0bb12378fb20b09cd4960f8209dc34, '', 0, '?'),
(0xef9e377cdb381f629fe45cc11d7d22ac, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.min.js', 0, 0xda607360bcc65284a197ada3d68d5439, 0xda607360bcc65284a197ada3d68d5439, 0xd8a5a6f88c0b49032534c21bb630c407759972803d54a04feb5445002fa77027, '', 0, '?'),
(0xef9eb124e4809569b85d01c9ee484a26, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php', 0, 0xb4fac88ef4d10f6557531d10dcf43ca2, 0xb4fac88ef4d10f6557531d10dcf43ca2, 0x480511d4c0ae0cb61ad1f0d61015e874fa61c02149906355bb7c8f7c69d92708, '', 0, '?'),
(0xefa0b4e21fd658d0e9ed7a3e5362f878, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import_no_content.php', 0, 0xa4fd8cee346216d3f39ec6cba6923334, 0xa4fd8cee346216d3f39ec6cba6923334, 0x87245cc7d16920c173330e72aebcbab96d270f2fd51d6a766cc43cbba84c0e04, '', 0, '?'),
(0xefa18e4ea6110bf4b41deb7fb773b18f, 'wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php', 1, 0x00000000000000000000000000000000, 0xe25cdddf0684c18de1a9b6535beb7247, 0xbd8e12ec206f4d38021207fe5bd33084b831d3f9137d7ab5617413485509dd0c, '', 0, '?'),
(0xefa3341d9b480407ba2d435f5e60f55b, 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map', 1, 0x00000000000000000000000000000000, 0x833fa98de4c3f3a5be45c7948e8fd345, 0x00f5ebd97bec9d02fd9fe50f37e47004c13aabfd26066dfd7347458e6457c7b5, '', 0, '?'),
(0xefa3a34b4d854eb36b3ddffcb3d95b3c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', 1, 0x00000000000000000000000000000000, 0xd2e904012cffdb0c20cfac85488cf53c, 0x6cb9652b14615e591f4b4df2661c4666aa01064069b86ef0cebc9d23f92416d6, '', 0, '?'),
(0xefa3e1b748cb0ac61cd85ab908e6f29e, 'wp-content/plugins/kk-star-ratings/freemius/templates/add-trial-to-pricing.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/add-trial-to-pricing.php', 1, 0x00000000000000000000000000000000, 0x35d6b7d7a847328cbc9de994c97f7200, 0x1ad6b5d1f173acae5a13ee93d06c4088c72e81c10c5480032c9f7ff423935944, '', 0, '?'),
(0xefab94c053e74cee5ff22b707fc739eb, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css', 1, 0x00000000000000000000000000000000, 0x7832bd1019ef943499539dc25bd14371, 0x4f9eae5d1c449d487608824ebca4a59edb3e92d275f5cbccdebefa5f99f637dd, '', 0, '?'),
(0xefb1f694f030cdadd95d0de8615c1065, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3_no_content.php', 0, 0xdd9fb12082e2e1cbfb97058c4c1c30f7, 0xdd9fb12082e2e1cbfb97058c4c1c30f7, 0x48e8b5ee9a8a2a2e0407dcf06e08bc1dbb2960eee9e93d49dda5a1394741b699, '', 0, '?'),
(0xefb2424abda49a3d34eadf1bf7c212a6, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 1, 0x00000000000000000000000000000000, 0x35e0ccb63d193aeb728fc296d952f4c6, 0x8e60e5537833a9e55e8d785140c1e8826d9c5d1a2ec0a84e5a50f3a07afa5764, '', 0, '?'),
(0xefb4f275d32b800796a901dea2169afb, 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 1, 0x00000000000000000000000000000000, 0x3736dfda964bb7c4a155eca803ffbe96, 0xc4dcd4c820068940060d9c07ec36d0e9efeda885f02c738609ebb9b9eebe5fc7, '', 0, '?'),
(0xefb880dcb9e3587589fdf05fc5da4a18, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0xb2806bc032b6960b6251b82dd23f61fd, 0x8778a9d0d0cacc727d9a608aeb31003889d6d03ec60fe1c975f3366fc03ab6b3, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x9e22fd3af44004dc90985e4a1fb68ae0, 0xd745ba03e38b02140ed55f7713fcab86b9b619ec313ae7e6c507d0d3c22dc445, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xefc6e0a8136e8a25901a0bb489711bf8, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php', 0, 0x1553359a777024597aca18edc9e0de89, 0x1553359a777024597aca18edc9e0de89, 0xec7c2f3b52b82709e58f457e3ff54bb2ca0be3ddaef8bead53f9480431c8ec67, '', 0, '?'),
(0xefccb89b5754ba07d4a29d347316abed, 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 1, 0x00000000000000000000000000000000, 0xe5d4157240fa5589e6e7205cdab63b80, 0x49e73077dedb1ef7c350dae22c7ac6575754bb545633b8836927007ce1cc07f8, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', '/home/abt90iranbet/public_html/wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x4fd31826f8de34698ddf600a4436cadd, 0xb7eb882f0f15e28604b80ad2f09619d9428140a1d3e835d031cfecfcd53a4f2f, '', 0, '?'),
(0xefd2f7eea421b24d9fda45618f606e2b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', 0, 0x60f6adbae2891e9e4bf975e2e4e197eb, 0x60f6adbae2891e9e4bf975e2e4e197eb, 0xa5a53fa7ff7088a1b4266bc61b9db51d07bb0c06771aaa7f22ed476cd7f4728b, '', 0, '?'),
(0xefd81e04eedb561eb903121f316cc93e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0xbee25fcbb83b32148fde6e2e81bc786d, 0x48aa2df632e79324ac38a08f7ad43429a5ff2f0ffd514077d309ede5d3df3ea7, '', 0, '?'),
(0xefd9c834857ea78e5e55314578e61483, 'wp-includes/blocks/site-title/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf6a247e1f3cc1b4de2ce22f9d9747c1b, 0xb3bb130f15602084fc0d70814aa1f2c981f936db90a9b5ef1af8cc5bb6d1326b, '', 0, '?'),
(0xefdae8afa082bf738844d055fba2b3ac, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 1, 0x00000000000000000000000000000000, 0x52cbe3cafa16708a0dadc3c76f254674, 0x9c5c1c1dbd71c305e20220eb44bc1973fc609ec5720fea9e4be4e2ffa60a8d37, '', 0, '?'),
(0xefdd235e48436384254b33264aa67363, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_8.php', 0, 0x7ba8493515c2d8b347cf1e56c6e77ca6, 0x7ba8493515c2d8b347cf1e56c6e77ca6, 0x16f5957eb9a956a11ae5a218090ba0ac3340aa2123e203a05742c31f9c91a38f, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0xfab68134c08efd94497d86bb1a119a32, 0x9c4ab2cef51d307874b68b8fd5f9e29d6f64061e690309961456640c21079bc7, '', 0, '?'),
(0xefdeecb65866dd01fa393ba3845e174a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php', 0, 0xb702653c6994fe80595e93e430aa5926, 0xb702653c6994fe80595e93e430aa5926, 0x5f768826e2d65a8e597744da80edd6675d95e95ec439db9499750166faa81e64, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xefe90f5db9b57cc9d3dd4e853c07fa38, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php', 0, 0xf64954675ede32d1a4b816accc9eafba, 0xf64954675ede32d1a4b816accc9eafba, 0x8a10013ab2e05223f7c912fa0a7f4665c8c032d82320ed8453bc505121e59153, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x40a95cb0dc0607a44db6d28d4c0a3bcd, 0x761d5d37ac00b9a3e5a31b049822d548b08db9183430f406819bc4d00468ab12, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0xe4bc0db6ae1b006c705fd1803e13e223, 0xa6ada6bb542ca6da7d317761ef59eff8e0b2df3403428d495d774158dbb58cda, '', 0, '?'),
(0xeff50c219fb22470ce5b6022a5b6b99c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4_no_content.php', 0, 0x047acc6fb9f4e95570803a9428670ee4, 0x047acc6fb9f4e95570803a9428670ee4, 0xc961e7e683c2d03c056fa3fc048639dddc241e0fd066b1530626369cb3dfed65, '', 0, '?'),
(0xeffc435e88887543e6717218c354cdac, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 0, 0x4785020d54d8b12a5ada7ba0e5eefaae, 0x4785020d54d8b12a5ada7ba0e5eefaae, 0x395f9264503f28b30f05e1c15ad277ee07d4453f3c4ad3d1fc3a9a7064da7865, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7d0cb6bc457b272487f6e3538e21d4ef, 0x7acd183178d8a66544884b5db54d1efd27210fbdd047169308a5cb277bbb3333, '', 0, '?'),
(0xf0004c35b4d2c7d8d5e38daae3cfe40c, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/trial-start.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/trial-start.php', 1, 0x00000000000000000000000000000000, 0x0a4a72160704e8282d1f11a73c02c596, 0x91ea6ad2f88fae6e5ecba89a03236c3eef5f7c1f5b1fb12c4a56fdce642d4264, '', 0, '?'),
(0xf0022853ec598b2be511fa2b4efa9d19, 'wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', 1, 0x00000000000000000000000000000000, 0x46b52baf76cb26247bf12381c4a1efb1, 0x5edb48dabf6f82f0e8f99085bb52dad44435d06791e6418dc34651b8eb478a42, '', 0, '?'),
(0xf00265abc7a927da7d431e9999cb8135, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_7.php', 0, 0xc8d56ac57f9fbc7d1c0320af35465d9d, 0xc8d56ac57f9fbc7d1c0320af35465d9d, 0x2a043d09adae6882f00b547f0837c74e1832e1cc0a970e66a7ad6158e8e5a9df, '', 0, '?'),
(0xf0077b8c05c641f44192545ced9dc75d, 'wp-content/plugins/wordpress-seo/images/support/help_center.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support/help_center.png', 1, 0x00000000000000000000000000000000, 0xcb9c818636ba4a9a1b2e9b54c83c8f85, 0x11083bcc1b40f1ffcb3baa37325f1cad3852bb4e7e2a7d6188266c0292832bde, '', 0, '?'),
(0xf0085658be55ffd39f8807e8733dfd19, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php', 0, 0x7a8bdd8d78299e1f64d45c7b27cfde9a, 0x7a8bdd8d78299e1f64d45c7b27cfde9a, 0xc2d28ccb61d8072b9f3d956eafaa2bbf0965c7abcbb2db0d12c45cf017c5909c, '', 0, '?'),
(0xf008e92c9a16d27f99695799b52a2ff2, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x837e621063c1a9f13f9e86bc176a6565, 0x0d02c674e19ea5c9b5ce8dc956c67766a865ee3ec65bff08d99b0a7db641a01e, '', 0, '?'),
(0xf009660060c768f2b3105e0a4e59d942, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_3.php', 0, 0x3a1d877d62f826b0164c5ec5f24fdfe1, 0x3a1d877d62f826b0164c5ec5f24fdfe1, 0xcb32477bde383a661735a6fc8a54e5fe23e2850ee6d9c4ee329b9308f59473ac, '', 0, '?'),
(0xf00b6b0399dc1c8438378a15a09e750b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_3.php', 0, 0xe664d3d925932bd70b36db973260ffe9, 0xe664d3d925932bd70b36db973260ffe9, 0x646f44e788a2329052db20dac89009a4a4d76d87c29ae98d7cb66c345aa31784, '', 0, '?'),
(0xf0150e259a3cf02e00c8c9485a01d06c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', 1, 0x00000000000000000000000000000000, 0x7944ea22675636ec211d4064b34e6886, 0x2fb53fc1a92ae5e3d52d30711498b447479087f14945f30328b0c9d86991932f, '', 0, '?'),
(0xf018ab4740ec918deb1f989dd356394f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_10.php', 0, 0x7ece416db18b43dfa570f9f474e03196, 0x7ece416db18b43dfa570f9f474e03196, 0xb00dfa627c1e867c423cab6359f4ab8bda60622448f1144a4feb96d794c24812, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xb2264e7529a97767c6a11c675e26c3cc, 0x3521daecaaec8594084e7b4763a80219dbfb0bba79de5df2fc3e5c3b184221d9, '', 0, '?'),
(0xf01b352778e0da61737a0156513b982c, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.css', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.css', 0, 0xc112ba7a18398f56e9af77cbcbbfeb1f, 0xc112ba7a18398f56e9af77cbcbbfeb1f, 0xcf6d86f681e963f8cc35096bf9023c47f096437b3e8e01c8346bca012905770d, '', 0, '?'),
(0xf01bb8ca36294a0f6f2a8aa7014e6e2b, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 1, 0x00000000000000000000000000000000, 0xe6b4a903c46088892240e3d229f5ed18, 0x5b28fb51fb4004cc8adb2332930a48fe65a9ee45639b7bd7a8784838ed8b113a, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', '/home/abt90iranbet/public_html/wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0xe1f7523f903837f8358104fdc983a520, 0x5ef96b6403be55ffd8b5378875af10bb371d7ef8ad6113a1efd52d13d63b169f, '', 0, '?'),
(0xf03197449a7d9bc506da69d47bedc960, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_8.php', 0, 0xacdded3e541acb561d486c0644e665e0, 0xacdded3e541acb561d486c0644e665e0, 0x3b047c9bb347f476b5f9f9809475e6c61dde09fe2a9790bf59a7471f7ed4984d, '', 0, '?'),
(0xf031cc1c8a70487d140e456a6972bac3, 'wp-content/plugins/wordpress-seo/js/dist/workouts.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 1, 0x00000000000000000000000000000000, 0xff5c99e14e6fe13adf538ba18226663a, 0x3640bb0cfe982adc394048987ba6c0354dbe3428bd2f4b64f4edeea4d447cb64, '', 0, '?'),
(0xf03315fe6c72120f01d950fbe85fb542, 'wp-includes/css/dist/block-library/classic.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic.min.css', 1, 0x00000000000000000000000000000000, 0xddae75bad8788c0fc332c4ea98563843, 0x3639ad12e1e9f2d853ee24b5cc03420723e76e2e301ec92538d56c462a2422c3, '', 0, '?'),
(0xf03666dd9e1841ca354fe099eac4ac8d, 'wp-content/plugins/elementor/assets/images/no-search-results.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/no-search-results.svg', 1, 0x00000000000000000000000000000000, 0xe59c5718460ba8afe53c2bc2e265a917, 0x5b94e87ec83b4cfa6c1fae84a1206187863a392ac623ffcde691dfe3fcaa1b19, '', 0, '?'),
(0xf036f68567539c8cff13d9fe5079525a, 'wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php', 1, 0x00000000000000000000000000000000, 0x9f9dfe9683284700f6bd3eb0fc6cf3d1, 0x4d5695cfa9f90341514b49bc03724ec2a5a18ddeb60c8563895c7e35d30295fe, '', 0, '?'),
(0xf03977b793327e7305b235fb453b9f3f, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php', 1, 0x00000000000000000000000000000000, 0x75a6bdb152a0c9265ee4eaf965d76822, 0x0e87bfb37dad7c1117689b45a7734e01dbb4866bb6319bcad5b4746dec7753fb, '', 0, '?'),
(0xf03a6b0aeab63aaab25f39296a50708c, 'wp-includes/blocks/tag-cloud/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor.css', 1, 0x00000000000000000000000000000000, 0x1f55b8e5baf9b7caa7d3d4fddf11e3a9, 0x44ea2e531ad8dae3babe96fb04a498a0fc9eac41b22e9792d0fb36df0c0be82b, '', 0, '?'),
(0xf03daa9d5a9e86aa7a71ceeaf3133228, 'wp-includes/html-api/class-wp-html-active-formatting-elements.php', '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-active-formatting-elements.php', 1, 0x00000000000000000000000000000000, 0x13f919ec271857ae2199b98d99e7d3c3, 0xfb49b5dcb7ca125d5340049eec35298739d89bf44fffd85db59908a6ea709881, '', 0, '?'),
(0xf0457ee320431f5139270f1d40ed7311, 'wp-content/plugins/td-cloud-library/state/search/tdb_state_search.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/search/tdb_state_search.php', 0, 0xf67ba8128ae11c1afed087de06b0a71c, 0xf67ba8128ae11c1afed087de06b0a71c, 0xe80988a3abafbf29ad2709b342915f760587a3a9cb6bef8852c84f71c99605ee, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0xe42aaefffe17b2a6ebce65ffecaec52f, 0x31af8dc868b965e4a22bef0bc93ab27a1cec61060b188bf0e9f783cda33440ed, '', 0, '?'),
(0xf049cd56a43f35e20ef473573e9ff633, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_1.php', 0, 0x13e7b20d3c6883675c02dd09c1feea9c, 0x13e7b20d3c6883675c02dd09c1feea9c, 0x9ebace654783083482a0950b0174145a42aa9e9a71d65324e8233d19556cbbd0, '', 0, '?'),
(0xf04b91fdcf7d152558144399b076fa78, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0xf053a710de395165d2c649bc33180eca, 'wp-includes/blocks/details/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa9b39bef6232daf57c5e13ae01e4b076, 0x5729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb282, '', 0, '?'),
(0xf05c2ccdeecf2a6342cd666bb41cf9bd, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/metabox-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/metabox-integration.php', 0, 0xf9ea87d8664c069f4be8e3a9d1d0c12d, 0xf9ea87d8664c069f4be8e3a9d1d0c12d, 0x6455734e601100dc57218e988babf17726116c4698262fcdc0c3ae3488775f4f, '', 0, '?'),
(0xf0603884c0ec6ba27d0b20c8b2bf7ac9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_5.php', 0, 0x6b8b92da04af59cf98aa24edb56a4aa6, 0x6b8b92da04af59cf98aa24edb56a4aa6, 0x9fcde3f2c60844555837c8c740f037d16c6a449f1eb43b8e2f0e80915d3d1a44, '', 0, '?'),
(0xf062e68687df716363579770c9608819, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_1.php', 0, 0xaf3faec54d91011b2a9af585f507a50d, 0xaf3faec54d91011b2a9af585f507a50d, 0x86f363c4fa32c8052596c091fc8c4fe6c6759783e518f050d435d178fd7be492, '', 0, '?'),
(0xf06502490f7ec17e3e69d0e9e963bb06, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_10.php', 0, 0x15f7c82481a1b36603cf41578999e317, 0x15f7c82481a1b36603cf41578999e317, 0xfa4d0242380ecea943bde78110fbdc9ea2857e578598cff6355cbb4011428fd2, '', 0, '?'),
(0xf067f770e23fd514764fb57c3078d4b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_1.php', 0, 0x93a87b8074de2d738caea20e98f51fa3, 0x93a87b8074de2d738caea20e98f51fa3, 0x927ffd83310724e6c720030fc10e0658950cb57e0c44dcbf0f4834a582365251, '', 0, '?'),
(0xf06b92e7d814fb471c8fe600fbf46f15, 'wp-includes/block-bindings/pattern-overrides.php', '/home/abt90iranbet/public_html/wp-includes/block-bindings/pattern-overrides.php', 1, 0x00000000000000000000000000000000, 0xcb68bda0903b8d0903c0330b580016d9, 0xd80471ff7985390131a9c9da55c61667d910a3a2a914487d7baed506b2cf4365, '', 0, '?'),
(0xf073bc25c5e0bc4c423412629e8c63bf, 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0x0efeba681ae596e01e9bc04393905dee, 0xf4d886aaf63b6fba497b6de81bed6ec1336c709536d7917164bcc5d53f97dde9, '', 0, '?'),
(0xf0741c6663c197fdf64fd3fe428b55ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_4.php', 0, 0xc6b30fe22b6e16f4654ff2ef18ceb6d6, 0xc6b30fe22b6e16f4654ff2ef18ceb6d6, 0xbeb3ee6aaab8d3060f176604459021baf1401c7a60c52f4efcaa960678720f78, '', 0, '?'),
(0xf075e18374d6de53a233c7bb651005e4, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nb_NO.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nb_NO.json', 0, 0x930c373a04f7ba17a47370f313bb4e84, 0x930c373a04f7ba17a47370f313bb4e84, 0x6ad32f31aa1ce8e1073d80453bcd04853ae2ee836ae30049191240dc0d6cdca9, '', 0, '?'),
(0xf0777c10fbbf545817ad8e780f7c2b5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', 1, 0x00000000000000000000000000000000, 0xdad5aef7fae55919cf8d52a00894f179, 0x528c59ca87e2b993eafb64f3d94c34871ecb381237c6fa279775f29845794705, '', 0, '?'),
(0xf07c17f3ecb04d2342082ab44da6474d, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', 0, 0x9ed9324bcbecd82f07950ccbc7cc87d9, 0x9ed9324bcbecd82f07950ccbc7cc87d9, 0x05b89bca4c2b7a934ee144a645dbfc0d766367db309ba8aa718e0a4d75b18c8f, '', 0, '?'),
(0xf07dd9aa4c31c0735f3d81cc94d7e67e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 1, 0x00000000000000000000000000000000, 0x7c92cbc33e56d8b0cce3d7eab210280f, 0xd742f619b6d87ae223ce6ca9c9f6796e5244920c0f0495de2f08504c3f86f749, '', 0, '?'),
(0xf084c93ea0f22fc52701ade157d51d73, 'wp-content/plugins/wpfront-notification-bar/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/readme.txt', 0, 0x9da72a7cb6f112062464c1efbe1a1d21, 0x9da72a7cb6f112062464c1efbe1a1d21, 0x5942d7d5379b42d04e54481db015828a93e6f86554c8f01f3c0a45a718d4c3dd, '', 0, '?'),
(0xf0879502c7ca5193d9e4c8083d83264c, 'wp-includes/js/tinymce/skins/wordpress/images/style.svg', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/style.svg', 1, 0x00000000000000000000000000000000, 0x9c15be58d31c9617037cba2747758afa, 0xddb2bffb61e78d231b94298960d46e25f31c22190b549a6ab64f92c500252878, '', 0, '?'),
(0xf087f82ab4409f56344ec95a1c12414e, 'wp-content/plugins/wordpress-seo-premium/classes/premium-option.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-option.php', 0, 0x166a5ab9b84981ca8255c5b6f0e09333, 0x166a5ab9b84981ca8255c5b6f0e09333, 0xeab5d0f8a301c52b25e175df1461bf78dfba1cef34f427664b07513c2f5bbed2, '', 0, '?'),
(0xf091c9f3f280e933ff8c3a8fc0b45e63, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 1, 0x00000000000000000000000000000000, 0x6450fc58c203a5c51cd7fb6e85e724c6, 0x644df5f8e06b73719cd6347f0cbffecacd14e75204fd5e7f32f87e42220e4b92, '', 0, '?'),
(0xf09384b232997baf92f48b23e35e7be7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', 1, 0x00000000000000000000000000000000, 0xdf7739c5e08d9fe42e29f9f908ad08f1, 0x26b6e6bb6bcc152d5d24e1447a4fef5ec103eaa3ee5c077f2a9ad8970288a834, '', 0, '?'),
(0xf096228530fdf289eed6911531efa36c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3.php', 0, 0x097907d3f196ee7725423454ff4d6609, 0x097907d3f196ee7725423454ff4d6609, 0xee845cf6d2ef4021d38a800d584353136ccb6f39555c2c6db7ceffb4905e254a, '', 0, '?'),
(0xf099897869944a80b321412e8702f2cd, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-fix-assessments-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-fix-assessments-integration.php', 0, 0x918a92d4c4881f1eeefa3c92997131aa, 0x918a92d4c4881f1eeefa3c92997131aa, 0x60b6e422dc9fb7dd8e6061074a760864342418fbc69f38807acfff3673afa1e6, '', 0, '?'),
(0xf09f37d7e048aa93d8f7a8a4015b5f2c, 'wp-content/plugins/poka-review/public/css/poka-review-vendor.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-vendor.css', 0, 0xdab7714884ee2857e3a4a9ddfdd13870, 0xdab7714884ee2857e3a4a9ddfdd13870, 0xf360b1f9f2fe68cdec76d170d694ce5f63742d75fbdd6168b510f86a79f064a7, '', 0, '?'),
(0xf0a9048df9b6c937ac43e02e8e55d4cc, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', 0, 0x880cbca133efc569266a2539dd9ccd32, 0x880cbca133efc569266a2539dd9ccd32, 0x4b41f8c51653888c27c27d0d5438571ab6c95f944ca938dc211625d3d740c6c9, '', 0, '?'),
(0xf0adab1e660b233ce1648fcf2a7a5383, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', 1, 0x00000000000000000000000000000000, 0xaa916d139cd6a7027c81cb36e9fe4094, 0xdb42ac3aa57286b46b127ab1f5125122ffd52e8afa302e07d7ad385eb0860b7e, '', 0, '?'),
(0xf0ade19739e91b42cfa004f7338519fa, 'wp-content/plugins/wordfence/images/icons/check-care.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check-care.svg', 1, 0x00000000000000000000000000000000, 0x9a4093db6e3f6475e4c7a16f73b03f1d, 0x4aefe5e7f558dd3ba157ed6069b922b6995b2af8e2f526604bb03e7234d0090c, '', 0, '?'),
(0xf0afb8c62ea4c96589ac9088602ad121, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_7.php', 0, 0x5369679392fdf30d8ccd505255830a01, 0x5369679392fdf30d8ccd505255830a01, 0x99360ffbfca5c07004f5b8a3cb097c94f013205f117e789c21a26210a0067c3b, '', 0, '?'),
(0xf0c0fd7f0b578d9f9e53cc50e2fd8315, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php', 1, 0x00000000000000000000000000000000, 0xa1a3323f0df56186dcd4e45b257955f4, 0x131ce9a9db434c4188a64c2375554dcf23969037100adb245354ed78f3e942da, '', 0, '?'),
(0xf0c979ccfe75e86eb59ddb635bd9a79d, 'wp-includes/sitemaps.php', '/home/abt90iranbet/public_html/wp-includes/sitemaps.php', 1, 0x00000000000000000000000000000000, 0xe7605320a5b398f245be58bb5e5941b4, 0xc525d6f81ee0aa53e469f9ac8dfa783310926bae99bd1b4fdbf16e7a5df6bfa4, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', '/home/abt90iranbet/public_html/wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x5c113141f5f44bd474a14e5b75e00595, 0xf696c8538459065e95c49cf4f2034dd5ac36c4a09efcb6314de5f567ed1f1f9d, '', 0, '?'),
(0xf0d4e776c3481abef263d68e3ac448a1, 'wp-content/themes/twentytwentyfive/parts/footer.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/footer.html', 1, 0x00000000000000000000000000000000, 0x608aa5412849fd5d011f9c747573f656, 0x5b05f38e53405f96ee6b10f2442388f56d4c25b1c80a869cdd91fee73f17e5a4, '', 0, '?'),
(0xf0d5bd02dbff124a954302f7e6f1e7f9, 'wp-content/plugins/kk-star-ratings/freemius/config.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/config.php', 1, 0x00000000000000000000000000000000, 0x9a03d22d609265d8439aacbca90aba3c, 0x9e7c030854c414dc25c7b95b3935c42df0beae4ba6b3e67e194640a9b969c783, '', 0, '?'),
(0xf0d9f4bcb89072294078cec1619c057d, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-grid-2-col.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-grid-2-col.php', 0, 0x2478f3537e5de46955814fa83328dbf8, 0x2478f3537e5de46955814fa83328dbf8, 0x58b3190b8de83606a31471a8e30f5df43d242fcd2d12f31e6f46215bd408ec4f, '', 0, '?'),
(0xf0dbc0e6dc13cec8897c89b7660d021e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_7.php', 0, 0x2ece7b59e46913915baa8f878f4521e4, 0x2ece7b59e46913915baa8f878f4521e4, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf0e2dc29be5cb402aca1454126f4b062, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0xf78259ea006cf165d4848a312c827d0d, 0x6449d2e6dec1b1a0de9735944baa951d29d0f18fe2373ff94f4a226a558b3c4b, '', 0, '?'),
(0xf0e5dff93b9fa0aae7045d18e8200bfb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_3.php', 0, 0x28458ff823836881057f8221dc97fd19, 0x28458ff823836881057f8221dc97fd19, 0xaed6950116515f1973b7009a1f281a40854a6df7a773bb9ebe852807542e03db, '', 0, '?'),
(0xf0e85ba7f9a88e68a9b44fcd3a73455f, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-option-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-option-manager.php', 1, 0x00000000000000000000000000000000, 0x036f345076a5a0f33d484792b5836b64, 0x1fb8f8188c28097587bc99eafb5b74474184f5576a0b13300c5ea1ec438eb3ab, '', 0, '?'),
(0xf0ea3bcc621ef828982eaae7c1285391, 'wp-content/themes/twentytwentytwo/templates/single-no-separators.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/single-no-separators.html', 1, 0x00000000000000000000000000000000, 0x3421066511749ae9b69b6202d5f62c1d, 0x23d41b57b6c856d94350647692fcbbcf4a0af8b31e4204966f340398de2c513b, '', 0, '?'),
(0xf0edbca3f983408ae920e25485d1db67, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_5.php', 0, 0xf4e6dd0186906d4b7bb83c2af4646301, 0xf4e6dd0186906d4b7bb83c2af4646301, 0x3cec825b5cf39320eabe21cd88fb24de906eeb038a052805cc11f9ee0a4f7e07, '', 0, '?'),
(0xf0f0dd0d41469c63dad52febd2e11b7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', 1, 0x00000000000000000000000000000000, 0x37421846525f77514670d51ebfd59420, 0x4766a18b70c6f201b430a9c8e82860798fdc90fff4d3d1b6373d556bdfdf991c, '', 0, '?'),
(0xf0f0f09144534abd14c7c53d6c19b94a, 'wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0xe864c41faf68f6338244ab3b6e79e10b, 0xa7f262b0b88fdb073872222ab3b6c4fd240080db78c910c4dd89ccb60fb47dda, '', 0, '?'),
(0xf0f4d1cc4701f6b8b725b765d04f48bc, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', 1, 0x00000000000000000000000000000000, 0x08a891e71cc0a9a5ef2b3615127fd0a5, 0x57b6022f19a5d8500d95d2e0abfd3829142ebab73ba13bfdf498c18e6c2673df, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0x94342615e8828bb90191071022c5097c, 0x1dd698775fb3a889566fef06ef4222959c6c931ebc3c56e888b1c217360da791, '', 0, '?'),
(0xf0fafd49d33866c932fb097d150de2d1, 'wp-content/plugins/td-newsletter/td-newsletter.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/td-newsletter.php', 0, 0xd28ad5b9bf881aac8f6b4a382b803322, 0xd28ad5b9bf881aac8f6b4a382b803322, 0x178770ddef80b2f39433ed39b87b79042d1f1b1bef7dd045f80d367cbd01ae47, '', 0, '?'),
(0xf0fbec5d420cd36342c410c26d60cdd5, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_custom_code.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_custom_code.php', 0, 0xf2594c576f09bada94e2034df9d03a58, 0xf2594c576f09bada94e2034df9d03a58, 0xb303d24512d48e293aeec62ef02b14a06f1f88f5e31f58242fb63c8a35c74504, '', 0, '?'),
(0xf0fc026dc6cadda13f5241beb0ea23ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/images/header-bg.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/images/header-bg.jpg', 0, 0x13107f07b1f8739de8e82d7a36d2f7c4, 0x13107f07b1f8739de8e82d7a36d2f7c4, 0x8bbac7ccab2141422f63225f27d26ec4e03557137d1827386b3162a83294e623, '', 0, '?'),
(0xf0fe507a9b6ba03f45bc9c0b8bb6dd6c, 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/plugins-themes-sync.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/plugins-themes-sync.php', 1, 0x00000000000000000000000000000000, 0x8101243f4fa8fd786bc6a9794fc8808c, 0x91deabb41277256569a13c330838c68cf9194bded57262b0b5991f431d30cfbc, '', 0, '?'),
(0xf0feb03882ac8a31e654c884b3c77b3c, 'wp-content/plugins/elementor/assets/shapes/curve.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg', 1, 0x00000000000000000000000000000000, 0x472422e0596b67c1282ec5fe5f766e03, 0xa59ecbb68ca4ba1344b2eabd3d1218b280a1abbd4515199991a391c62cd79b94, '', 0, '?'),
(0xf1008bdf0a2113285762b16915277d00, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-he_IL.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-he_IL.json', 0, 0x35bcf5bca41dc51e0012308cd2e1bf95, 0x35bcf5bca41dc51e0012308cd2e1bf95, 0x97ca0dd89afd01ff57b8267487f60492ee78b04f9e9ce851943d2a2b56767417, '', 0, '?'),
(0xf1057d0b3b0b4e37b44902ce219f91e0, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php', 0, 0x3d4427dcf757a6158a6a2a3caf33f843, 0x3d4427dcf757a6158a6a2a3caf33f843, 0xaf1fd171446563374f8019f5c3787f402e78e0fe8fc5dfc0fc6ba060b0035628, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', '/home/abt90iranbet/public_html/wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x21cb273d42185140b4cfb6897c682645, 0x062cd080bbe9e87077e4a40e5df1a4b30279ad4e2941b6e69959e956c7128e4c, '', 0, '?'),
(0xf1085499defb1cc3a8635cc5be78451a, 'wp-includes/blocks/search/view.js', '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.js', 1, 0x00000000000000000000000000000000, 0x185e4d1b774bb7af7fc6268495659fef, 0x456dd5ee1c15a843dfc1d534cdfb9d2aa7dddb517fab382d146c6c83f5b9b454, '', 0, '?'),
(0xf1089ffdb4f852f676347c5d9b47c41b, 'wp-content/updraft/backup_2025-03-08-0337___90_1d3964172d3d-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-08-0337___90_1d3964172d3d-db.gz', 0, 0x57d7de24dbf9bafe752402c18dcb26cb, 0x57d7de24dbf9bafe752402c18dcb26cb, 0xbf28d962bf18f7cbed97d314dd36fa2470ec6aa0ebfb8a793707f7c741dbc2e5, '', 0, '?'),
(0xf10ed233508d646fd32cc374bc0feac5, 'wp-includes/blocks/comments-pagination-numbers.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0xfcd9511e557be4d759ec9736db0d23b1, 0xc982fa61d1176b3a7f6fa6dc33cdb05129ffcea7dde1b30a3ef5b3020605957d, '', 0, '?'),
(0xf112da7481effe0225aebb0081f62082, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/green-staircase.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/green-staircase.webp', 0, 0x6093fb08de84bc26ca6043890556007f, 0x6093fb08de84bc26ca6043890556007f, 0xb70e292d52492fbee3a4f0919e4c4175d6bd90c0bdf38874dc372c54d880751b, '', 0, '?'),
(0xf117d6359e060700e7f87580231ff442, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/README.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/README.md', 0, 0xaabbfd905be62c8c96a01a2c7c97ca9d, 0xaabbfd905be62c8c96a01a2c7c97ca9d, 0x6ee2c915c4143e1274aab756a12ca610db45830cc5030ea77088f40a245f6c1e, '', 0, '?'),
(0xf118d9a579f49ab99d56fd68d779e560, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', 1, 0x00000000000000000000000000000000, 0xdb60eb22ec514d3667a6a5b487486867, 0x0812d965ab8efef260c617eeec6353446779ff2de387c6070fab2d04252a23b1, '', 0, '?'),
(0xf11ea84b7a4ebeb2a75b51ad105dc7e7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2_no_content.php', 0, 0x88a3b8fa0dae1f92f6b492712dfe563a, 0x88a3b8fa0dae1f92f6b492712dfe563a, 0x47920600b259d4ab06fa9e625935bf98e942691ed6993bb0827c6af978ccddb9, '', 0, '?'),
(0xf11f309a0a385011386f77b2c636b2c4, 'wp-includes/SimplePie/src/Item.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Item.php', 1, 0x00000000000000000000000000000000, 0x0f499b3f6c20de8d07f61a01bc3f53f6, 0x7cd5385fa5741c40054d5137452b0fa8ba452c3e31e13c91efce27b69fc14a51, '', 0, '?'),
(0xf11f84f4ba9668c8a4f22ac43aecfa5e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', 1, 0x00000000000000000000000000000000, 0x03500fb9a6f8468f3787f6fd62871541, 0x3c91163428c1f22dd18f4d93ddc5e31b0ef44894a4c274fc6bedbb40185cddff, '', 0, '?'),
(0xf1245ffadc6a11776e882a465f7351ea, 'wp-content/updraft/backup_2025-10-25-0328___90_ffb533661bd1-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-25-0328___90_ffb533661bd1-db.gz', 0, 0xa47e70f44b80c849cbd1d9b654f5333b, 0xa47e70f44b80c849cbd1d9b654f5333b, 0x7f6c7e37e72eed5285289c215665689edc71cfedca3fff7303429bf1c7ccc2fa, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf1254cc031c48de420fb4ad2d2d99eb7, 'wp-content/themes/twentytwentytwo/inc/block-patterns.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/block-patterns.php', 1, 0x00000000000000000000000000000000, 0xc5696058315831deb3c0c0bc38f43856, 0x420e3fa749b002d3a2a963a9f005a4c83118892e50b6267b7609f652eb48d473, '', 0, '?'),
(0xf1265ba6c13e6afed2dc2fd6e2b64755, 'wp-includes/js/dist/token-list.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/token-list.min.js', 1, 0x00000000000000000000000000000000, 0x410cea17c94003f204c042edf9bca566, 0x3a4a0400acecd203213a913f6945121d068df329bc334683a51d32eff55f9a6c, '', 0, '?'),
(0xf128db32d66b8ad5a644618266ce538c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_6.php', 0, 0x1cea372b6d1858f5c8c3389889db9ead, 0x1cea372b6d1858f5c8c3389889db9ead, 0x52975e753ad4631ee1b525f6ebc5b880b246a4b164171dbb80e0054d86111a6d, '', 0, '?'),
(0xf12aba5f32415762b6b8b64ffc785de0, 'wp-content/plugins/wp-rocket/inc/admin/admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/admin.php', 0, 0x6e2e1427039c29b95776153df42518ae, 0x6e2e1427039c29b95776153df42518ae, 0x9794008a36c08731d91ac64a3e1d54d1fd3da021a3d74c038aa41067fbb84774, '', 0, '?'),
(0xf12c0f903178881f4065e03c29f91110, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 1, 0x00000000000000000000000000000000, 0x9d700d270e38fcefba9c6ae7ca20257f, 0x8b175520f5861a11b183a3613b71baad9a19205f9b90b27484a6c1de334a0a9f, '', 0, '?'),
(0xf12eb73a2bb6967ef8b88c2589abc012, 'wp-content/plugins/wordpress-seo/css/dist/notifications-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2370.css', 1, 0x00000000000000000000000000000000, 0x48f16dac1fe2997cfac31939ea7fdead, 0x7ac94dc12ffbb7ac477d80284c2a0cbcd731218ea5625cc341289954c025dc5c, '', 0, '?'),
(0xf1310d22f130c42578fb32c8f389798e, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius-abstract.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius-abstract.php', 1, 0x00000000000000000000000000000000, 0xed02e19bdc78d956a24ca488b5bf727f, 0xa6beb39fa1f3329dd2cb4856aea80fc7c73e2488677529edb00361ad07923d90, '', 0, '?'),
(0xf131ed4e5c52f46b8c124ff71f72d198, 'wp-content/updraft/backup_2025-05-02-0333___90_534651af70df-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-02-0333___90_534651af70df-db.gz', 0, 0x05cd8ffdc3d036463b9fb338a2c6d0a9, 0x05cd8ffdc3d036463b9fb338a2c6d0a9, 0x8adb4fc7322157b85608c2ae9030dbc4ebb556cdc73e21936636933ce51fa3c1, '', 0, '?'),
(0xf1323b2531db14a9ba95b9a673b6554b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf134b4b7dc690f725b01b438f6330484, 'wp-content/languages/plugins/elementor-fa_IR-875641fa8e2acb7d96b56de0fac67935.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-875641fa8e2acb7d96b56de0fac67935.json', 0, 0x6a0989b46f72f0beef89a39b945fad1a, 0x6a0989b46f72f0beef89a39b945fad1a, 0xdfe7ed6dbaaafeafcbb1a60bca06c1db14f82ae51427bc0424a6fdc083f80041, '', 0, '?'),
(0xf135bb9695276d59153069e028dae350, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', 1, 0x00000000000000000000000000000000, 0x13b7f9e58d88d88fc61ef4841fccc805, 0x17b614255d701305c6c4490227c55530c36860958b5628b7190a0b542233665f, '', 0, '?'),
(0xf135c25d3439ef38c2381bad1b708a65, 'wp-content/updraft/plugins-old/akismet/class.akismet-admin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-admin.php', 0, 0x077c29563cc1d570c6f5ee9e3ab77a92, 0x077c29563cc1d570c6f5ee9e3ab77a92, 0x2f3f9f6db0ca4002190d6792ecb166c69a0967ae767f68cac9a22b4245bd5eba, '', 0, '?'),
(0xf137495f5fb2cd14cbcc76442192ab86, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xa853b921c7ecee3d9c5bd675524a5add, 0xa98fffcaf890463ca51e52b4f7f4f275ebf7672567fdf652970d5ddca81940f9, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', '/home/abt90iranbet/public_html/wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0x8fe7aacc4971e7e2ba47e8c8a7a66eb6, 0xaadfaa95d6809ba4af051d0b88a1e3a554ca26a89f6ed9fdd21bab0844d58987, '', 0, '?'),
(0xf13db887677275e828ade6dce92a9139, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_7.php', 0, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf145aa60995feb7ef181b992716629e2, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', 1, 0x00000000000000000000000000000000, 0x4b29ddac61e99dc44db6be2254a77f75, 0xa5c264b579dcd63ca9308725554963e2c65b8ae3a20860c9665ddf660fe2d961, '', 0, '?'),
(0xf149ca028a1b5279be64afa85cb4d34b, 'wp-content/themes/twentytwentytwo/styles/swiss.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/styles/swiss.json', 1, 0x00000000000000000000000000000000, 0x6da8834c0bb9d63d2429dec1418a7845, 0x006370e3ad522fbc078b3a9f8f605c2d6aca5f70675fabcc7c3bb77b2ffe3206, '', 0, '?'),
(0xf14cf97c015eae7a15e8435fa3985c21, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_8.php', 0, 0xc40ecc8a9856e98cb866e100b903be2a, 0xc40ecc8a9856e98cb866e100b903be2a, 0x12497a100067b48094cfbe0aefe90be7b3f8093cde0e9eb33631a13202338251, '', 0, '?'),
(0xf14cfed46aa93e833ac0e928bb032d03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', 1, 0x00000000000000000000000000000000, 0xbce917c08d1a9dad8d07897d27e6c775, 0x74b698e7b403fe8b6fd3495447916374a999572ecd511346e39e02ce2f381912, '', 0, '?'),
(0xf14e0a68f3d2ad095175a96938814610, 'wp-content/plugins/td-composer/css-live/assets/external/less.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/less.min.js', 0, 0x314aacc6b01659ae86ef895c39ade0a6, 0x314aacc6b01659ae86ef895c39ade0a6, 0xe52e391dd801aba2265c3aad75b60c1048bcb65af58a19d02a2d8fefaeb41844, '', 0, '?'),
(0xf14e62c4938570090a1bd2f005233f45, 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 1, 0x00000000000000000000000000000000, 0xc270f16abe49424ff51f86bba754d4a0, 0x6c9f93c66c89861d315817739c882933b272062476c669a4392b2a1801198524, '', 0, '?'),
(0xf14f888297ee76baf519a4863ae5dc04, 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/tether.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/tether.js', 0, 0xd9ac4d5536d02f9efbcde041fc311cde, 0xd9ac4d5536d02f9efbcde041fc311cde, 0x0aa247fae4eda3a30287b3990796fda5e81ba8238973dc07ec5510b8570cc74e, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', '/home/abt90iranbet/public_html/wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0xc86383d9c9afe109a3a29753238bf89d, 0xdc75f5ba48a290174462c3d2050201e072b56c74240fee9440cd524586155974, '', 0, '?'),
(0xf15e5a790378bec2e88595f42e353f5d, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_woo_menu_cart.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_woo_menu_cart.php', 0, 0xe10d9b5262ac75b1fdf9a378a173dcf4, 0xe10d9b5262ac75b1fdf9a378a173dcf4, 0x63deceece38a0a0bd98f964622c791bc1996d1ce04e07c35342e1c9362b2b296, '', 0, '?'),
(0xf15e765bd463b75e38b499bab1c3a477, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php', 1, 0x00000000000000000000000000000000, 0xf831bfdc532c95509298e84787567750, 0xc8bbca11d6c0227677434da32744d5fd2a034508d4c7d44c7cf8b92d201d5412, '', 0, '?'),
(0xf1612bc86c4544e236e8eafc26552218, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', 1, 0x00000000000000000000000000000000, 0x56cc18ce61da5ed16b0ed3b5f32fbb1f, 0x6ca005cf19f09af609364d109754469a26f1fdee5238d8aa1fca1969b595ea15, '', 0, '?'),
(0xf162c68e370548112e2eac658fb5f5de, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_1.php', 0, 0xb7e4914b3271e0cdadca108a6ff1676e, 0xb7e4914b3271e0cdadca108a6ff1676e, 0x9c2ad6021b363d552704c3c8719dfbefbd5e4f63a40d4d29a14935a269058c23, '', 0, '?'),
(0xf165957443a6a36feb066ca5ab05f040, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-project-details.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-project-details.php', 0, 0x29b540a418b10930eefa2212d957cd0e, 0x29b540a418b10930eefa2212d957cd0e, 0x340146025fc3cf63fae4578a6837405a8f8efdbea1ad46c3f76ef2bd04caa8d8, '', 0, '?'),
(0xf166566c6dfa7a386055ffaee9cb891f, 'wp-content/plugins/poka-review/includes/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xf16b269b5dcdd6498d60c58bfb234674, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js', 1, 0x00000000000000000000000000000000, 0x090b2d8c557780d2d9e68dbe999bb75e, 0x83943bf73180a071304444551be261e0c8ae5bd042b00308bd9c9b3b1a525402, '', 0, '?'),
(0xf16e48ff401db7ec2128ceed7935709e, 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', 1, 0x00000000000000000000000000000000, 0x20ef7607fbbf65f7375cca9bd7a03d81, 0x1b2168b865f364a3b9eb65d6895377d8b103fd9a9fb4a2147e6ee2ccd2492178, '', 0, '?'),
(0xf170630f0470c79eac2f6bebf0ee6b3f, 'wp-content/plugins/td-social-counter/td_social_api.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/td_social_api.php', 0, 0xc8fa3f304254f01b8f629d471d060ab1, 0xc8fa3f304254f01b8f629d471d060ab1, 0x9121bc0db6a951e8d3873b39bb847cb5ad60fe6e8a9211f7d35b7d7645b5dd4e, '', 0, '?'),
(0xf173d1cc64e206f937abf197ab78d32d, 'wp-content/plugins/amp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x7743a5e9edaae6f578b223e0dc4af0db, 0x4df7ea4de77f277fdb987352d4d27647629abd59351ffa1dbc253a454eef6f0f, '', 0, '?'),
(0xf1764703cb9cdc218583ac1bfba7b50f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', 1, 0x00000000000000000000000000000000, 0x26b37411008cc55e2e43ee3c33deb1f3, 0x37ac357cae7c450efcef56081c43ea2b2885f7dc30c71b8646a693efd33c195b, '', 0, '?'),
(0xf17798eabc5564b9578cf23d6a8cc787, 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_title.php', 0, 0x7147dd52fcc8aba8ac39ebdaee7583c6, 0x7147dd52fcc8aba8ac39ebdaee7583c6, 0x666e165f8af325351d14975f949118780f8460002b7d942ced6a5061e7b4afbb, '', 0, '?'),
(0xf17a0b47299833921d161528450704fb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import_no_content.php', 0, 0x97545730a91b892bcb920786c53c290e, 0x97545730a91b892bcb920786c53c290e, 0x3f3ea122a6318159c1e4e313c4a0398cb804dcbd7cc2ddf032c1a84aa2993e1d, '', 0, '?'),
(0xf17b2ffb575c122262030dffba55f2c5, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php', 0, 0xc530be753d75f2d9cb1af1b96fb215c0, 0xc530be753d75f2d9cb1af1b96fb215c0, 0x48d2e202cbdee04cceb506fc51aba491bae6e21949e8d313bb46eebdb2747a74, '', 0, '?'),
(0xf17cc00811df979099caf1bc4710459d, 'wp-content/plugins/elementor/core/base/app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/app.php', 1, 0x00000000000000000000000000000000, 0xd8803e05b469a1db07e3e8610630815b, 0xfb895ccc31648122e69e2fa1350f9da78bea12f26331a18b2412c0ba7dc7f730, '', 0, '?'),
(0xf17e48021c4ed60f8e368789c801bf7c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 1, 0x00000000000000000000000000000000, 0x5bea48d8dea5d8e430da038c69cbd335, 0x822157d2aa7f94ab4e00d6ab28c6e372eae3ec38384133463498e80fc19511ce, '', 0, '?'),
(0xf182b754b6b0ad2aad9eb3e324372bbd, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.mo', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.mo', 0, 0xeeb90902447a0f258539ae63a487fb24, 0xeeb90902447a0f258539ae63a487fb24, 0x79dfe4dff3a373419063bd0c756048bde699862ce619c7136c3c03b32b2066c4, '', 0, '?'),
(0xf18361761b5b30da104e4eeaa37b95d9, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate.php', 1, 0x00000000000000000000000000000000, 0x1858bb266130901469b975c74658f556, 0x13b47caf8f6537134eca9514f951083b77be779920a91c25f61c16ed109a95ef, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x111b8979f6f57c288948fd651584ceea, 0x9788530356ed8504798eca628c875a0c8caec4caeb6a12bf7ae17897304ca4c9, '', 0, '?'),
(0xf190a68ca4322e5a80b1c932f9fbab5f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_8.php', 0, 0x26a62dab90d94c84cb4af72dabd9d880, 0x26a62dab90d94c84cb4af72dabd9d880, 0xc8d0d9a4f81c179a0bd45bae19f130aac071b8fec7fc176e939568dd4510ac30, '', 0, '?'),
(0xf1989ebc7d4efc5eb03cf44f64c5ff7c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', 1, 0x00000000000000000000000000000000, 0x6ce0c8312e3ffc020d5fe9e5c3b9351f, 0x58d7b5f86e1291999d5ca181b92c84fcac809a5cfbb68def240f39d868dcf248, '', 0, '?'),
(0xf19939d6c9cbc7fa1330d1abc74971f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_8.php', 0, 0x9163edac275d771f38665bf48c8c971a, 0x9163edac275d771f38665bf48c8c971a, 0xdae7d37c491727b4a8ab83e9e0a15a77a86c39a28600a43236e82c12f4b2af64, '', 0, '?'),
(0xf19acda8deb9c0c230c981a7e4b791d9, 'wp-includes/blocks/video/theme-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0958369f5412635723cd2796084c8bf1, 0x4420661bbfbe379eba52832e0cc02bcceefe3ba96031f42d703a7d1779751c36, '', 0, '?'),
(0xf19fbd805b754e603facf1d6bb87aaaa, 'wp-content/plugins/elementor/includes/controls/media.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/media.php', 1, 0x00000000000000000000000000000000, 0x578f1d597399915b539f92d7b3653e42, 0x4ca5f237f3ab0734aa71e40e1f2938404b5d8eed15b424ff3b325d0bfb5b55ff, '', 0, '?'),
(0xf1a02b51f663660ad6f6f2340f0b3d2c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', 1, 0x00000000000000000000000000000000, 0x296e6fb856c92c9a68d123d50d7aefed, 0xe751975e426183b7119316edbf210fcc735a79314b8fc126eb861231e2cf238f, '', 0, '?'),
(0xf1a42e8139bc3d52c15809e1352b2857, 'wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po', 1, 0x00000000000000000000000000000000, 0xf6f32b92210f9af6fd3c06ab6a2ef9d3, 0xd866bbc3b1e8a281e99ca900a18bbd5f0d460b073f25a0d1385918490715d22a, '', 0, '?'),
(0xf1a76f99803c0ae82452b9f6ff4e3928, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_5.php', 0, 0x2a949371347d5113e4bbbc875e9e91ca, 0x2a949371347d5113e4bbbc875e9e91ca, 0x519d8a1e012f2a06744b5d0aad36988b1c4b74530628b90c661099f4fa6af1d2, '', 0, '?'),
(0xf1ad2cb04fa37f5e95fe6ba1bde2116a, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.min.css', 1, 0x00000000000000000000000000000000, 0xd28e0c4f3e532251b7e52d2477891a3f, 0x3665617c345baca323e63553da4e7b370ba731989f66eafeeb4f309d81ca8e50, '', 0, '?'),
(0xf1ae15aabe68d0bf4917e27339d8d1ab, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-delete.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-delete.png', 0, 0xc52c6a34a1edcfa8984ea9291cada822, 0xc52c6a34a1edcfa8984ea9291cada822, 0xa0635b7fc8820f4a05a5e0e17c72b38c21024fe46857676400c86c1cf3984cc4, '', 0, '?'),
(0xf1b0afe520763dda2f517fd66efadd35, 'wp-content/plugins/wordpress-seo-premium/src/routes/link-suggestions-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/link-suggestions-route.php', 0, 0x9b93c7039af45389d0b1f718cb3c3772, 0x9b93c7039af45389d0b1f718cb3c3772, 0xfcfe8a22a07e9c750edcc15b7504f39f838d6211869e9083564b8edccb6451c4, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x2b87c9afd240748dd09d40f858f17f26, 0x68f7c48a8cd65ab114d6783ab589c7df7238cb1dbe1340debefbcd9324a34bc6, '', 0, '?'),
(0xf1b31480b8a70c88ff12db7854dfed69, 'wp-content/plugins/tinymce-advanced/readme.txt', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/readme.txt', 0, 0x4b28fdeb3bc54175cfd44e6cef2c818d, 0x4b28fdeb3bc54175cfd44e6cef2c818d, 0x1118b8d8bef93c2fa3a5a2c0bd05166e1a699d0b0c2f6a2693bceee408f49b2c, '', 0, '?'),
(0xf1b43ea035f50fe88a31a749e71e14ac, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1920x0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1920x0.png', 0, 0x65024977c3d9d7be04a67253cb71e342, 0x65024977c3d9d7be04a67253cb71e342, 0x5dc48a7b79c37aa09185989480a68c9fa4e4503761f7f7953a77978666541dca, '', 0, '?'),
(0xf1b6b170d4d2e486470224e08ad77311, 'wp-content/plugins/elementor/assets/js/f9b37afff6a65f7b9541.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/f9b37afff6a65f7b9541.bundle.js', 1, 0x00000000000000000000000000000000, 0x2ac24183202876bb38e8e08d2c69b184, 0x423a14a53ebdf89346449d155024620db94a0cf28a2e946e7f31446d802aa131, '', 0, '?'),
(0xf1bae75d8a2496833fe3f449cd92046a, 'wp-content/languages/fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR.po', 0, 0x75e20e3e31d53653b65ae1398b9200fa, 0x75e20e3e31d53653b65ae1398b9200fa, 0x9ae9f9c8fef5aa63602886874cd8428b7718fdac2ebd3989e25dc901857c3c4c, '', 0, '?'),
(0xf1bb7db14f153b55eba969c4e33cc082, 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 1, 0x00000000000000000000000000000000, 0xc721e25acf93da7dd5694620a0e5966f, 0x9ef39eec3b5e266012328eb0823af30e2628c6bd7bca97b881114c79395c64ab, '', 0, '?'),
(0xf1c00b64a48ef3433cc305cc9dc2969e, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-and-button.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-and-button.php', 0, 0xefc3da4dff03f9fb72d93d572bbe57c0, 0xefc3da4dff03f9fb72d93d572bbe57c0, 0xd2b53b5c52fb6e44969f79bafabd9d8181558a1223d7e6bf6da7ad1913fe61af, '', 0, '?'),
(0xf1c024167d3a7b9b2262895eaef8a726, 'wp-content/plugins/td-composer/legacy/Newspaper/js/td_slide.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/td_slide.js', 0, 0x1ac10aae783d2aba004f64013c1076f8, 0x1ac10aae783d2aba004f64013c1076f8, 0x64812ef8b8cda28d279d77a16fa73825b2f153661d31ec81ee670e103d9920e3, '', 0, '?'),
(0xf1c156eb17f9e07cda91e4e2532323d2, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 1, 0x00000000000000000000000000000000, 0x33125a784a844f0235af770bb718989b, 0x7cbcfc592269d747d0f847c38cf237e43a856c449bcf7d652a829f78afe2ce2b, '', 0, '?'),
(0xf1c348ab9de0038d1e88c6f6fd1dae66, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2_no_content.php', 0, 0xd4efc29be2150a1c51d3c300e244c367, 0xd4efc29be2150a1c51d3c300e244c367, 0x958449d8307fe2a41d9cb5f6b876834e04c25efa3f0fc044aa874824dbb75900, '', 0, '?'),
(0xf1c44e644a2696fc15e0139b72556974, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', 1, 0x00000000000000000000000000000000, 0x68a05ceb9fa1cc406be920ed5b7088e2, 0x27ceb16cb92802606455204deb263045ac1be595e191200517040fc013e0f2a5, '', 0, '?'),
(0xf1c6341291ec069010ef17db24ea8eaa, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, 0x00000000000000000000000000000000, 0xf626a91c4aa4fe48120b4ec4efd4911c, 0x72aa682cd0988f51c355e7d33220901456f1864ab884e0367d4e2733d969754b, '', 0, '?'),
(0xf1c8c3975911cc644d381d9be7533c6d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', 1, 0x00000000000000000000000000000000, 0x78ce259a8ed4fe771876194169ddfede, 0xf492e98a4f6d942e416c2eb71396fbb55cd3977d58eca9595304eeca4f05596d, '', 0, '?'),
(0xf1c9fdd62391646269a49a1056013cfc, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 1, 0x00000000000000000000000000000000, 0x5e7d97a7d64e019859b9737d8d37a2d7, 0x0e599fa0bfb0f90ce5891a5f5c94f39dbccbedb361b4f4c6113fe87406620656, '', 0, '?'),
(0xf1d03699aa0b3853ca29e70d74e58717, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2.php', 0, 0xeac02755b0e591d63f2c39f28708b008, 0xeac02755b0e591d63f2c39f28708b008, 0x3fbd9c4792525734003eb53916f21170c60eaa7916ec851a2ef49187228afdb7, '', 0, '?'),
(0xf1d08624e4b1e1114818642bd8bb179f, 'wp-includes/assets/script-loader-packages.min.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-packages.min.php', 1, 0x00000000000000000000000000000000, 0xd6ef10c5c4a7a76178873c8fa2d2b0ce, 0x574898c28f0832ed2a0259bebde2ed2dcd37b9e0c49cc08a9b7aab8ca69c79b0, '', 0, '?'),
(0xf1e04853660aef9bab02531ca6e271ca, 'wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo', 1, 0x00000000000000000000000000000000, 0x24dea73a62afa1b7383119b40da4371b, 0x6c6aa25e56dfdeff0b7729738ab14b2ccaaf0b2f97329de1523a35db81b0ed5f, '', 0, '?'),
(0xf1e08c90574a94b5667a69040a031960, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php', 1, 0x00000000000000000000000000000000, 0x138b714ada0c6d26cbcf0b5ec38102b3, 0x8e128ad5a655068ca7e273b009fbbeeeef2259a8b9ec3d2e06501249f437d661, '', 0, '?'),
(0xf1e420a97fcedde9deb048a8690da78e, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2370-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2370-rtl.css', 1, 0x00000000000000000000000000000000, 0xc3677f9927bc0169ad1b651c337f966f, 0xa762b2b9ee8516c54fef8d0e5b695ef6be64347646f9396de9f2a5dab5fe78a5, '', 0, '?'),
(0xf1e84578b5b03480f91832490a914b4a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_7.php', 0, 0x79d064bd8fc90b9f42a457f8236c016d, 0x79d064bd8fc90b9f42a457f8236c016d, 0x04df716838b93bb688a49999a12a1edaeb52a6dd8b3b86b1adb30ba097d96c31, '', 0, '?'),
(0xf1ec49ea19d747362eeb6bb27442f45d, 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-portfolio.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-portfolio.php', 0, 0xf015459e248463e098d2bbb9ecb7f5de, 0xf015459e248463e098d2bbb9ecb7f5de, 0x4f4cb2601eafecb3bca6071d1827e15dde278fd1a926e1e4f1e3595cb0be820a, '', 0, '?'),
(0xf1ef377e6901bb4f702978ebd4de09c0, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php', 1, 0x00000000000000000000000000000000, 0xd2b723f1deae45e0bd16c2cd4aa625cc, 0x714768f25b9fb0de06e52a8396d415dc4c085ac5fd32233c61abd08a9822f5e8, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x9b382f2700b900b8a57618534c2d4700, 0xd6d311d7158e38ee90621eed5942263fd936971005ed6fcc1cdfd4121c3e1504, '', 0, '?'),
(0xf1f0a4983137176a0f2d2adc87724a4f, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php', 0, 0x11eabb8b39eed9f8e678d41a616fd888, 0x11eabb8b39eed9f8e678d41a616fd888, 0x3fa560f37d3f8940fb52bd69d88f91e024467590717485cd463f44fc299396b4, '', 0, '?'),
(0xf1fa79e01441131fd46f9eda8997e792, 'wp-content/plugins/updraftplus/includes/Google/Cache/File.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/File.php', 1, 0x00000000000000000000000000000000, 0x7f2c848f7d7e7ba8e52e760be0747a0f, 0xb02385038df3eda889824a90cf89302df57bd2b2201a708106f98d656eeb488e, '', 0, '?'),
(0xf1facc049a47ae80363aaf55f84327d5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2.php', 0, 0xef06bcefd6f64f87984036c84908df6f, 0xef06bcefd6f64f87984036c84908df6f, 0xd203c29fbb6978bec721d06a5db21bf0a18c1db0ae9ba403c844b7193925f479, '', 0, '?'),
(0xf1fcc11add107e5022c30ed30d687316, 'wp-content/languages/themes/twentytwentyfive-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfive-fa_IR.po', 0, 0xde61f44f6a9c1904074746ed4e3b45a1, 0xde61f44f6a9c1904074746ed4e3b45a1, 0x2b76ec9363d0a45a7563a094caa717392274d2ac4107be11c5cfc3bdc25865d8, '', 0, '?'),
(0xf20153d074e3706f37a89c2c50c7876c, 'wp-content/plugins/amp/includes/utils/class-amp-image-dimension-extractor.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-image-dimension-extractor.php', 1, 0x00000000000000000000000000000000, 0x3859b7bac6ccd5a30a652096c0262a61, 0x5b052cfe1dfef19e9cec3bfccd61a801c4d8f9054d34e4c8af949c61db159b44, '', 0, '?'),
(0xf2094a0614d0dc2f7caf62fdf641d0f2, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 0, 0x9d0b508824cbb6e7913d4795dfdef4a6, 0x9d0b508824cbb6e7913d4795dfdef4a6, 0x0c12eb03a886d067de38e92e83ac533698ec2dd87ff8fa31a4a5aec111c25ca8, '', 0, '?'),
(0xf2095134b24dd70a18883028e99362d9, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-input.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-input.css', 0, 0xa6f8ce721ea0ccb03ee17d6d23714e8b, 0xa6f8ce721ea0ccb03ee17d6d23714e8b, 0x442b34ef796857df5bed6e4868fb72f899202f7214640f618bcee61f8caa485b, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/plugins.min.js', 1, 0x00000000000000000000000000000000, 0x4646d2f7c43fd11701949d91cbb3b52c, 0x3e4accaf47c95963723acf5a3db760f269ff80965bac8413fe42d5babad92658, '', 0, '?'),
(0xf21125c5f037c43775c7dbad76bbf82f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/demo/demos-placeholder.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/demo/demos-placeholder.png', 0, 0x5320339ed3bed222de3c8fcea683317f, 0x5320339ed3bed222de3c8fcea683317f, 0xd09dedc2d391270080c34458ac43942cdef291d9012002dc68b83252ce2f910d, '', 0, '?'),
(0xf222548ead8c76c1ad3f7dec732ead80, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_panel_settings.txt', 0, 0x61c8a4fae256f3bd86a9e3be5028d673, 0x61c8a4fae256f3bd86a9e3be5028d673, 0xaa67949ffe8e8b348b4435624dd8a2ef2ebdadc9530ed52ca97f3e1acc5edecb, '', 0, '?'),
(0xf2230570acab1664d808da9f97c29a0f, 'wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', 1, 0x00000000000000000000000000000000, 0x2d4ffdca283449a17a57c877fdcd17ed, 0x2e7422dab751618f6f7a426397f5ec088e28981bf1e00c37b4cf55fa03037dcb, '', 0, '?'),
(0xf2238fe70f0758322110f963d8638b6d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_css_generator_demo.php', 0, 0xdbb06b8f09cd796ca28e2e508a1e1c73, 0xdbb06b8f09cd796ca28e2e508a1e1c73, 0x5667cdfb85e24d25de7107d153f4181efe94e761e8d6a6a96384b6a95d50fb1c, '', 0, '?'),
(0xf223e39ed06dc75838b89b2bcb8adcb5, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 1, 0x00000000000000000000000000000000, 0xf7347117f3db6b728944c858e6225dac, 0xe843ac60e46e29e982779631349eef4bda48e2a92db2a75ffa61141ea6d5093d, '', 0, '?'),
(0xf225a4b7381050d42db5dbb3b12e27b6, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.mo', 0, 0xfed779d74e36d3892aae2d793f15a519, 0xfed779d74e36d3892aae2d793f15a519, 0x63da599bc18a24e1667d4e3be135c32d206e5843b52065218e8b08e2cc8fa3d3, '', 0, '?'),
(0xf2262f708b8bfa754956dabb7ee576e3, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-8.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-8.png', 0, 0x7885ad37adfad8c6c5d2700f6bd0b747, 0x7885ad37adfad8c6c5d2700f6bd0b747, 0xfd9bb723e07982571dd6bde7396809f71557a1137f9ecb4ff7f588c3320fa7af, '', 0, '?'),
(0xf22f822b46f897d058446095b6665021, 'wp-content/plugins/elementor/modules/system-info/reporters/base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php', 1, 0x00000000000000000000000000000000, 0x8616bc8ee81e7e567f234f70cf8013aa, 0x53c92ed064c21fad5dd4592de29b091851989f4e4af68500691e3e720deaacc3, '', 0, '?'),
(0xf2310a02f20ce7cfc1c1a178bebfacd9, 'wp-includes/blocks/latest-posts.php', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts.php', 1, 0x00000000000000000000000000000000, 0x54ed07596e6bf8de7b7a3f2b6d82a568, 0x8ff2b59fd42f605edbbd4695c1bc3a734399894faa04a8cfbaa7320605559b47, '', 0, '?'),
(0xf236a1b5db3cd0af791f72cef9e62405, 'wp-content/plugins/wordpress-seo-premium/src/integrations/missing-indexables-count-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/missing-indexables-count-integration.php', 0, 0x64bc32e8cb81a2ab938e4ae3d4020a77, 0x64bc32e8cb81a2ab938e4ae3d4020a77, 0xb8b4eede87ca28fd5dfcd065b6eb217b46638d82f0e754ba0308cedacb318fa8, '', 0, '?'),
(0xf23f2184a93945f838ddc03da13ab918, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php', 0, 0x5957414a2bd257921c15a15e8507900b, 0x5957414a2bd257921c15a15e8507900b, 0x53104efc06c38329c24fdf0b745f6aaf85f33fd512e32233fec52510b0b18b45, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', '/home/abt90iranbet/public_html/wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x15a9d59b6580e62fed76c0a2e99b94e6, 0xd1ac14de0c9a569a089810e98c3a9ed11a9326c346c548b79f00de7de02dca5b, '', 0, '?'),
(0xf2404a2d667924aac117ee494723c9e1, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/grid-slide.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/grid-slide.png', 0, 0xa03a06a1d5d8898a270b73f298743b2f, 0xa03a06a1d5d8898a270b73f298743b2f, 0x369a4a8ba76106e178ca5ca83897cb144edb04fb52f2090e9fad72bbec1a9fa8, '', 0, '?'),
(0xf2404f599698808a2b6ce17d771b976b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', 1, 0x00000000000000000000000000000000, 0xfcd81d76945728b720301d883ca2cbf9, 0x7cf5e3341056c56d97a8ac5394b16be824634afc265edad8523c81d4c3a4c803, '', 0, '?'),
(0xf2419414d648d28a3273d836e1d10e12, 'wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.css', 1, 0x00000000000000000000000000000000, 0x47e7dcd203bcb84d9c2694d26c032ab1, 0x03f37727ed7147cd0931401309e24a89dea512b1b7c8cd4e1c87c82c1742bb59, '', 0, '?'),
(0xf242d74ad9a1ae42008feb82938e75b7, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_loop_builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_loop_builder.php', 0, 0x3cea7dffb5fb3c788eb59cae371b0eb2, 0x3cea7dffb5fb3c788eb59cae371b0eb2, 0x2b914d483ff8b9a211f78c9079f267e40d6fd6a035acb683c9824d40642a3b9d, '', 0, '?'),
(0xf248d86cb5d23c379459273b28278146, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340-rtl.css', 0, 0x603b0f71f87565ecd8a967bbea8ae0de, 0x603b0f71f87565ecd8a967bbea8ae0de, 0x20079c188d84dfc451b07bd27f8fe9f13e27b061a583ce7c0c33d740e6aa9f86, '', 0, '?'),
(0xf24c3ecb3bb52a09aab959db9e6d031f, 'wp-includes/blocks/preformatted/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style.css', 1, 0x00000000000000000000000000000000, 0xe74f6f4a7d5baf8cd7bbf5a5c1578ac9, 0x059bbf6d80e401e3412d90b6e4609238c7ef09a3502061d479ed3c0bf0289cee, '', 0, '?'),
(0xf2535c309fe9348b594848e12907f01f, 'wp-content/plugins/wordpress-seo-premium/changelog.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/changelog.txt', 0, 0x541277183caa4135f399b5b14f231c40, 0x541277183caa4135f399b5b14f231c40, 0xf4c1e8c9b11537306101fc2ddc277bd85dd3834a6e1f581696d8b7ed8197fd31, '', 0, '?'),
(0xf25ca54e285401ff647acbe74cdc5c7a, 'wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-support-section.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-support-section.php', 1, 0x00000000000000000000000000000000, 0xb178f215153c2c45d763e19a270314f4, 0xd30a04aa903dbed60185bcbbc1d576582a7a81b1517e4d02fbc726f91a3faa3e, '', 0, '?'),
(0xf2610a2313a3b74c479c9f37d2ec603c, 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content2.php', 0, 0x519208f5f49a87aeb2e4042aca85c0e2, 0x519208f5f49a87aeb2e4042aca85c0e2, 0x26841e09c59848a7f7f45ed1a75f1215889da47d5db0ef3c2bae5fed21b5f46a, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0xa948ccc2a3e67bf8063d3716c2a77820, 0xb377dabdc3be248d37858583eb8a1621235858188a499c7b401e587b13434ff0, '', 0, '?'),
(0xf26a9df11d0a6a3cc063aa4042890458, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x1d0c5d7dc0ca04a5fff1a7a17101b800, 0x39f67af6adf1a166230ce41a966dd7afccdc52014b8809b7a57825791c692012, '', 0, '?'),
(0xf26cc6f6441165e802f019e1005e00c2, 'wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php', 1, 0x00000000000000000000000000000000, 0x04c80fb1b2d39a7a1a4780eb438ba674, 0x1c3b09b0f22c25bf9c95053407ae0e878b33d670bd743b314de41f643729fbd7, '', 0, '?'),
(0xf26f90c9c7c2bb3655c8e85b43dcb588, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php', 1, 0x00000000000000000000000000000000, 0x68d2842332c4bce380344b9c9657b069, 0x2036427a0575b1107088678f4bd4614176c74fe704031067cab9688f35bc623c, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xae90acdb8a33286a88b4a4000891ea68, 0xee134a1ed22b56bba1ef62c11373536f67b6f153efab94cfe456cbf53ccb4bcb, '', 0, '?'),
(0xf274800b6655050a3ddcb5a84b564148, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import.php', 0, 0xbd157e1d738ce77c97e2d1067f84ed09, 0xbd157e1d738ce77c97e2d1067f84ed09, 0x0bc9bee164eb0456acad5a35b2512c3620e6aa917ce0dcc38020b2c181b45fef, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0x310c804117a4d7b6ab245e3ef4bf93cb, 0x707df83a8f5c4f81959ab2dbc5e910cee7d53151dcf5365879b38c5459d602eb, '', 0, '?'),
(0xf27daf994d5283927db5b4cbd2270321, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_panel_settings.txt', 0, 0xfc56fc67879875f0655883835b7d61de, 0xfc56fc67879875f0655883835b7d61de, 0x166ba57949ce3305f4e753e4aac17424793b388683cb2a6fdb67a523798bf229, '', 0, '?'),
(0xf2840a1aee4d56894c7b69b1ac4f4ce6, 'wp-content/plugins/td-composer/mobile/amp/css/amp_main.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/css/amp_main.css', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf2863f3de4838d8462b9b8b7f41c5ef0, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', 1, 0x00000000000000000000000000000000, 0x0eb29a7efc24f5784d3666696c4b40c3, 0x15ad99bc071c864acb5dd5271f089cf81a0f75d128138d5806f1ddb406175222, '', 0, '?'),
(0xf2878aa8b8445665a06f681bc178c418, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 1, 0x00000000000000000000000000000000, 0x5ec90baf68d4689006ba917be4438fa6, 0xbe965735c765102c06d1c684f38f43e33e79107881f322faa27ead483735827a, '', 0, '?'),
(0xf2926a4362712116d29a38f2c623ac24, 'wp-content/plugins/td-composer/assets/images/icon-comm-layout.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/icon-comm-layout.png', 0, 0xae4759b662d79a1106e13e2167e3f48c, 0xae4759b662d79a1106e13e2167e3f48c, 0x8a8071e1a78825367ab0d1d465be7d6123d96ab94ba6b7ae0369d1365bb16367, '', 0, '?'),
(0xf295977a398b06bb2d21bb424c5dfdae, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_4.php', 0, 0x240818e7d607ebd7a7ea322e94f8d605, 0x240818e7d607ebd7a7ea322e94f8d605, 0xcbe51e14c5c3ebb3915ff9717102d5852b7db5683fed6f080d877af25ad81341, '', 0, '?'),
(0xf2961f13934c8de649f5e612ce0da8ad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4.php', 0, 0x175c9f5da3790b0eae64f1be98e94536, 0x175c9f5da3790b0eae64f1be98e94536, 0xb741c47f137375a937da593aad08a51b0d17356bd9b32963fd511bddd86212e2, '', 0, '?'),
(0xf296dd05d50b6a1b4be926b785edd659, 'wp-content/plugins/akismet/class.akismet-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 1, 0x00000000000000000000000000000000, 0x9a448c3ff9befb2cdc709e3f5567b201, 0x6b36b946fe1ec039ea57cf56204faf35573d75db21f7ac238d9657565b671720, '', 0, '?'),
(0xf29dd78507fc99c1248c547b02382f66, 'wp-content/plugins/wordpress-seo/src/functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/functions.php', 1, 0x00000000000000000000000000000000, 0x48b14b8f80a4064a9de73bd296396d79, 0xd7ad10f7450df6a686fcc1ca023e8ac4b2c5e3861fca3d2bd97489b236484a51, '', 0, '?'),
(0xf29f4e6621406c432c9ca1739a27708f, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/retry-skip.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/retry-skip.php', 1, 0x00000000000000000000000000000000, 0x86a52fe656b05f6b0bb3f75848ef4cf2, 0x36cf9baf5567206fc6e684627a4f052a364bb31caf5178509c23a50bbcf8ce0f, '', 0, '?'),
(0xf2a69a73765023498e943e4f8ef30e34, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-widget.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-widget.php', 0, 0x2b72142086ed1d23a266746854ba10be, 0x2b72142086ed1d23a266746854ba10be, 0x0a012a698611938d7a25d5047a71b4d0bed0218574cf9358a11d8b30fb5eb246, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0x0aa25092f541c96470ffa798a6cc039d, 0x3536c79366fd87d2621820687bc205931c05f4ba3024baab07c885b21e6f93eb, '', 0, '?'),
(0xf2acf81ad06c8bab849af7382fa41b7e, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', 1, 0x00000000000000000000000000000000, 0xeae60673d394fbf522a44ba07505a923, 0x7c8b9c2a7ed6720399c7aaf220b8841462a9de79441393529fc3a38a174178cc, '', 0, '?'),
(0xf2aef285c595ee03826f697c7dc8e314, 'wp-includes/block-supports/custom-classname.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/custom-classname.php', 1, 0x00000000000000000000000000000000, 0x3da7bbe6b74606ed4772906be13912b2, 0x7bcdaac537dc10e2c0bf2a777a0d8b70c23386613306c704ea85a7be9837b440, '', 0, '?'),
(0xf2afaf8cf51af5f3b01bced60fd223f6, 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1690810710.css', 1, 0x00000000000000000000000000000000, 0xf488b0c44fdfda8f3391360d22359f8f, 0x61c462402fa5789dfd8456ee261db71432ec627bc71010785f4714ad99004baf, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', '/home/abt90iranbet/public_html/wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0xf2b3c33c64f5329cbf395862c6880784, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map', 0, 0xbe341318cda5f671db23c469f7c90ebe, 0xbe341318cda5f671db23c469f7c90ebe, 0x30c311834c9beebd1e4750e4d514a5264ef710cb0de5291039044b6d08c3f60b, '', 0, '?'),
(0xf2b3fda28a6cc00b32588807c9a47cdd, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', 0, 0xd239258d838e0928c2b211ab9f0f0bad, 0xd239258d838e0928c2b211ab9f0f0bad, 0x86a93e6acae9f08cf3eef1ea4b6667da5dba9fdd1b2f660e994d1dbec0558c82, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf2b484b0b00dea17cf943e1d9577eaa0, 'wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x13a6492476a5d85c4e098b0212aa4f2d, 0xc05c0d43643c9558d2e8aad1b7facaf3c009391d23cde9e0cc638605a773b12f, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xf2bb08f187c77dac33b6ff34ead18c7f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_10.php', 0, 0x28e8e8b7e423a96dd6db41bc9df7131a, 0x28e8e8b7e423a96dd6db41bc9df7131a, 0x3e8199452a2acadd218ca3eeb3075da66ba4656a5585c899d37a87b54927110e, '', 0, '?'),
(0xf2bb7d960b1b71395f373cd30b23232b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_1.php', 0, 0x9a29dc58bf440f4665c397d7747390e4, 0x9a29dc58bf440f4665c397d7747390e4, 0x6f69859d0ff763592a7c1f5729252f3d0c000a6a9e135c81398ccef55c0e8c5c, '', 0, '?'),
(0xf2c089dea1d6f9f677477562f2be80d5, 'wp-content/plugins/elementor/assets/shapes/drops-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg', 1, 0x00000000000000000000000000000000, 0xbfcb090853a9a16cac5f79d684acc0d1, 0x51578bed8467e2ddb1719b8097c637b8fdcbb0903522f9a2e307c62eb046c2ba, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', '/home/abt90iranbet/public_html/wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x74f716b611df4053e1c03003b29d14cc, 0x2c571d3141b668d3f3943b6ac42cb5798f13374aab925afc718aba2996b02c0e, '', 0, '?'),
(0xf2c36e10e1a8762847ea7064a635138b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipadv.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipadv.png', 0, 0x2e97567cfbed74795c5c4146181153a0, 0x2e97567cfbed74795c5c4146181153a0, 0xee08e1315862e8066ac3f41efbf14d2c9c5e6c9ebc656869abe675c43091d825, '', 0, '?'),
(0xf2c7f9d01754f50558580e027f4e6a95, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_10.php', 0, 0xab07ca24202d4e9f83a4416c6a247356, 0xab07ca24202d4e9f83a4416c6a247356, 0x89df4c561aec6a9da54942f38d1e5caa6d8c168b4f5ede3df334d2834fb0013c, '', 0, '?'),
(0xf2d1a6a0cbcb7a2056a030fbb20c3ddd, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-sunflowers.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-sunflowers.webp', 0, 0xb0a9ca9a76d79fc738ba623d0ad467c1, 0xb0a9ca9a76d79fc738ba623d0ad467c1, 0x5c3a5c14f0d472093247e9e08f0b56b114ec8f650ca96fed11e7abb912452b8a, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0x5345ad90ee783d64afa87ec1b1ab654d, 0x2283770b942525177b8e98e50c0c3d4c28b0b8c568180b4be20dc6a2480eea50, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x02deb0ddd2df7b9d2aff215ffaf60256, 0x6cb748733766c1432e839314b84970963aca66c4cfc01a3677f199c065facfb6, '', 0, '?'),
(0xf2e111d82a3e1d7d2e01ac236cc0285c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_10.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf2e2a15e9ccaf14c48012058f6649b94, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3.php', 0, 0x5848880408b8f0fbf22658935f9e5d99, 0x5848880408b8f0fbf22658935f9e5d99, 0x13857ab3a684278efc91422b815c62d66d21747505c24ad3d847ff779990832a, '', 0, '?'),
(0xf2e9cde94df05999060b58d5e1060e9d, 'wp-content/plugins/wp-rocket/languages/rocket-sr.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sr.mo', 0, 0xb6f59f2a2e76c31339020743952fe4ac, 0xb6f59f2a2e76c31339020743952fe4ac, 0xc7559659f3bd05ecc8514a0b9e116735b8aacdd042f8f8f6227f29994ca07e60, '', 0, '?'),
(0xf2ed7bc573d2b07961b95651ac2dd0be, 'wp-content/plugins/td-composer/includes/shortcodes/tdc_external_shortcode.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_external_shortcode.php', 0, 0x3c09931ca42af3e1c242f467e436377f, 0x3c09931ca42af3e1c242f467e436377f, 0x56929ac2d564af56bd0659cbb3e2396117a0a07d7d3baa76a9ce5635396c2948, '', 0, '?'),
(0xf2ee61dd75374aee44c7ea224275e903, 'wp-content/plugins/elementor/assets/images/library-connect/left-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-2.png', 1, 0x00000000000000000000000000000000, 0x9cef799c78f4a4cf06637ef4daa95b03, 0x9d638860d00b608545e2fc8127caeaf9ea47cdc20e50ec24115f89402d8c0a83, '', 0, '?'),
(0xf2ef3655de2a2975314015290050f3e8, 'wp-includes/blocks/navigation-link/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1fe2e290e20cdaab6ab5793603d9a78e, 0x53a9c67be3a80d1a2ba8725d046010cf4eddecaecbc718910c213309a453c43c, '', 0, '?'),
(0xf2f48f1e26406c860617aebbc4cedebb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6c43535a8cf238a0332b71900d0337f5, 0x4e4b320a74ddf3327b0ffc44cab7f8d3fa6bba8bbc7caf15413d65dd86ef266c, '', 0, '?'),
(0xf2f9c6a646682b641a4f1b2005e6f70f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_4.php', 0, 0x744872efec2ca31079bc29b41e9656fd, 0x744872efec2ca31079bc29b41e9656fd, 0xc1fd3b782e52dea8b00f798235e7f4f90ad7ddbaf8fa911deb3928f28b134746, '', 0, '?'),
(0xf2fa560d5e7d16921e6aae7e1bc60107, 'wp-content/plugins/kk-star-ratings/src/functions/post_meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/post_meta.php', 1, 0x00000000000000000000000000000000, 0x9bc87d1d0dc0a5926babd375bf8f0c12, 0xd88ff09729e86384f681481a0fc6d4dda3a89d45e57262f0240b7c0ed25c442f, '', 0, '?'),
(0xf2fd8653117c13472fd5a0af6fedc12f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-5.png', 0, 0x5db27ec2889715b884fedcf975d96bb2, 0x5db27ec2889715b884fedcf975d96bb2, 0x83ef490a6a1f5972cf699bef32b2112e614c56ae198a0a8d5874edf168645a22, '', 0, '?'),
(0xf2fde03efd49a8e0f0cc947990a365bb, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php', 1, 0x00000000000000000000000000000000, 0x6dc8cd8a5ccf2a247a93223ad2b25f7e, 0x0b965b6ad3c835d27251f2a965ca8772f2c0106b270d1530a42369d0e08b0567, '', 0, '?'),
(0xf30a77e49166b2e0e3697037ecd673f4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf30e179366d63331abeb7a51c05e46c8, 'wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgraderSkin.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0x2b39b1c1daa0fd03bcfa329a31e06224, 0x1f017f767ef6668648e70565d3d5749b9e4e091ec484189bf54c6435995b5da5, '', 0, '?'),
(0xf311552f4e71cf377ee2fd91a1a5f987, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_category.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_category.php', 0, 0x04d3df886a9c9ea81a8474cc1bacc2fe, 0x04d3df886a9c9ea81a8474cc1bacc2fe, 0x6f5c31a7586a2fd764b92594f482a1e8f6b72cbb8e83d47c6d61da6ed8007628, '', 0, '?'),
(0xf314b03368ea9bb52fcef0235c65aa9b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_3.php', 0, 0xf89cd291e9b300b9043e4e5f42e265f1, 0xf89cd291e9b300b9043e4e5f42e265f1, 0x7caad05e1e4f73cf0b8cff46e4b8de3a83afdaa90a0b363270d9a88899d9f136, '', 0, '?'),
(0xf317a8523a81deab582fd758e2334f1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3.php', 0, 0x8c275ddc2a3e1afc2f0c2386f87b1aed, 0x8c275ddc2a3e1afc2f0c2386f87b1aed, 0x6daefe724f6edcebe6ef336a01d4261195c250a0e55350369536211cd0bc4082, '', 0, '?'),
(0xf3190e5ccd6dd0a7a503be0614ae08e8, 'wp-content/languages/plugins/tinymce-advanced-fa_IR.po', '/home/abt90iranbet/public_html/wp-content/languages/plugins/tinymce-advanced-fa_IR.po', 0, 0xcd720b224d21e4be5f5d36a399d34924, 0xcd720b224d21e4be5f5d36a399d34924, 0x2b58249ea4c269575c635f505b8e535c604ce0da98f2635acd135bb414abf6c6, '', 0, '?'),
(0xf31c584aeb9f7e4c889c2dedf1125412, 'wp-content/updraft/backup_2025-09-24-0411___90_182ca466c32f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-24-0411___90_182ca466c32f-db.gz', 0, 0xe4868fb638c1c0bf9a2a5947569ba805, 0xe4868fb638c1c0bf9a2a5947569ba805, 0x062d6d135e514d665908aac066308c368816b85acd9dd5c9291bc16a22a0a543, '', 0, '?'),
(0xf31d8ee191123593c434692253f8e4b1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_9.php', 0, 0xfd25317817821740e3b7c4dd1462df75, 0xfd25317817821740e3b7c4dd1462df75, 0x64f3f3e84eb55cf109458b2204da8a572bb4897d9d77a9eea3c561f35b7f5a3d, '', 0, '?'),
(0xf31e5db61020e36bbcd02f9de48cfec1, 'wp-content/plugins/td-composer/includes/shortcodes/tdc_woo_shortcodes.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_woo_shortcodes.php', 0, 0xd623cc26bd5bccd57325b3984682a542, 0xd623cc26bd5bccd57325b3984682a542, 0x59af905156c4738bb06bd8575a6bfd02896435d8653140d5a10bd0b12d8844dc, '', 0, '?'),
(0xf31e7906cf2de78f666e3690158643a3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 1, 0x00000000000000000000000000000000, 0x637739f527d4f8a71a778e8d44e692f9, 0xf2a08c711b01b5017eb5840e15e8d1a0712f84b6254cd55827ae3540199df50a, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', '/home/abt90iranbet/public_html/wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0xf6a2c52c0b7badd8f5508c0775c5b2f7, 0x592cb082847e2e0ed00f442b6c468a54a4b52c675e0d20f359e4633ea2434959, '', 0, '?'),
(0xf324f3e2dee9fa4f76619aaab838ef25, 'wp-includes/blocks/text-columns/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor.css', 1, 0x00000000000000000000000000000000, 0xa0fb852b1bf699c12ba7aa52110d9efe, 0x24a3ff59f67c65a9a871d308d08d75006466c1b044627446eaed5efa098cf354, '', 0, '?'),
(0xf3275e3d68249e1dcecd2405e2684686, 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 1, 0x00000000000000000000000000000000, 0xad1e255fe9ec130f044f05e5a5f53ab5, 0xd806bf59a5640184608538fc7a6d0950c2e7b39dd59c4b042dcd9ab111c14f61, '', 0, '?'),
(0xf32a67ddeb5722e9fcb389a1b1fa0947, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_1.php', 0, 0x29217d6788d23cbf3339e5d45272b5eb, 0x29217d6788d23cbf3339e5d45272b5eb, 0xe896eba917b8be260dfb452c1cd1eeca564eb41d69be2f69f0ee49f593ff600b, '', 0, '?'),
(0xf32aff75708691c0fd790797045b1a12, 'wp-includes/class-wp-token-map.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-token-map.php', 1, 0x00000000000000000000000000000000, 0x93370ec54c8d7c8fdecc6e8e8cc70741, 0xd80e540e33a9dd2ed5193c4c9cfb0a2f584ee1aa930e3269138b3d81855db156, '', 0, '?'),
(0xf32c16cae874c5f62a5d6130805e2969, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_panel.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_panel.php', 0, 0x092eb97eb76f19e26746d9afc57c178c, 0x092eb97eb76f19e26746d9afc57c178c, 0x12d082f52de80fe8c9e9d7800e72ed6b198de1df3860fcc067342cee531017a2, '', 0, '?'),
(0xf32d59fa5f2c0f7627f2169163f227c8, 'wp-content/themes/twentytwentyfive/templates/home.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/home.html', 1, 0x00000000000000000000000000000000, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xf32dc656e29135aecc802a5d5bc1b7af, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_9.php', 0, 0xa92173fad619f01740912a65cb290e8a, 0xa92173fad619f01740912a65cb290e8a, 0x5bebc81b1c52cca07d6f6629b0a56a7d3d9132d74b56f2b559b66e4d692aed7d, '', 0, '?'),
(0xf331687e9edd854e17e500d48bcc4f00, 'wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', 1, 0x00000000000000000000000000000000, 0xa0fd88d6b0ae1b75ec7fe2dadd43e4e1, 0x11091cb91862424ff2c608491a6a7175f84d26a12661fe8bcf3b371609d7224b, '', 0, '?'),
(0xf33739aa45a477de24ae3c2a34b7d04e, 'wp-content/updraft/plugins-old/akismet/readme.txt', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/readme.txt', 0, 0x3bf1eab3ca0a6ccb59dbc05ab4015205, 0x3bf1eab3ca0a6ccb59dbc05ab4015205, 0x439e484ca7718594eadee13b827418bd9687ff74b4875d0af3c6f28835d2d7bd, '', 0, '?'),
(0xf33c60fcb0a11bda9d53e5320bcc02c8, 'wp-content/languages/plugins/elementor-fa_IR-21b2026463ef175722764b7eaf9022f0.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-21b2026463ef175722764b7eaf9022f0.json', 0, 0x592c5c0931a01ce398ea187fb3338ee0, 0x592c5c0931a01ce398ea187fb3338ee0, 0xc7be46b9b03227970c4237f6a4f760728784a60b76ea5c7f3890309909c3fcbf, '', 0, '?'),
(0xf33dbd4c0109fd37f68acc776b8396df, 'wp-content/updraft/themes-old/twentytwentyfour/templates/page-wide.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page-wide.html', 0, 0x452598cb7a961a610c83684368ab6d86, 0x452598cb7a961a610c83684368ab6d86, 0x4fae14f69448627f5e35b1b47801f76f271538da2d6d95018a6ebcf19e3fe73e, '', 0, '?'),
(0xf3423992aa313d0d895e7daea801b494, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php', 1, 0x00000000000000000000000000000000, 0x0a2131d00f7ca186bd85f36793a7d1a8, 0x7b6cf34b38cf3d81497fea2b5aca8da121117e61a750cebbb2141e32e5f030bd, '', 0, '?'),
(0xf34c54dc0e6e33c654ef2b5dd74f7026, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 1, 0x00000000000000000000000000000000, 0x3876307ef98207db9cdfada1fd8f5224, 0x0793eda731f480a4558dae7810b8c1a91c8ca4666ae9a46f490fb212a8f07dce, '', 0, '?'),
(0xf34d5b3f034f62118c111b553624de9a, 'wp-content/plugins/updraftplus/includes/Google/Task/Runner.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Runner.php', 1, 0x00000000000000000000000000000000, 0xaf9956974f168fd3848480130682b55a, 0xf221530f699315d8043b815151de9e3f06b6d0100d9eac93d581f1d913396b16, '', 0, '?'),
(0xf34f66f6612d546dc5812692a77699d0, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js', 0, 0x35717a0e0f9b461e8ca5b057805e2109, 0x35717a0e0f9b461e8ca5b057805e2109, 0x5a1b68fa2aec6095df0efdea3aab67f32494725a6b482ec102581092ca8f19c3, '', 0, '?'),
(0xf3520ce20d127e96a7b3bd0b50ca1858, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', 1, 0x00000000000000000000000000000000, 0x6eb6634b4077a775925f2458bc89c40e, 0x4f4f675f5a8f00088feb97d9cb0e90b037ef85c7e7dd9e31fadaf25ba0b53810, '', 0, '?'),
(0xf35f9ead9cf185e63c44a4c16867c8e5, 'wp-includes/block-patterns/query-offset-posts.php', '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-offset-posts.php', 1, 0x00000000000000000000000000000000, 0x8d88de4e74573432db1e997fa03a89b5, 0x89d5a27d3d1f251b667cde9eec569ed894e0232f3dc8bcb66bc0ec969c2abcf9, '', 0, '?'),
(0xf36031b02ed1089267703f112c4ba7f1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_15.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_15.php', 0, 0xb135edeee4c2f30e7d956967a6057954, 0xb135edeee4c2f30e7d956967a6057954, 0x93cfff346dc7e7d45a0d1c32e95bf1b759e8ba4e361cba0cc8b06d4bd94aea73, '', 0, '?'),
(0xf36ad3dd09fa08957f06de656f2af4b6, 'wp-content/plugins/updraftplus/images/ud-logo.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/ud-logo.png', 1, 0x00000000000000000000000000000000, 0x43ca6ac0ba4dd5f5a0d193a627cb905c, 0x77f67910421ba53162749ec803578f9d226c25a9d974299b51708b2c4a62052e, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', '/home/abt90iranbet/public_html/wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x8932e03208a83f1cdea19a1c197bc4c3, 0x8364551ec244a3901932f2f01fccced347d3cafdc8fe23b999eb6c6b5e5b1ab0, '', 0, '?'),
(0xf3712907796ab605b107e5600649f78f, 'wp-content/plugins/elementor/core/logger/items/file.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/file.php', 1, 0x00000000000000000000000000000000, 0x84f85b593043403a623d08503579b803, 0x90ce4eea3a2e0826129e682a4516eee04e2880840ef20406b8b97e18d1ac204d, '', 0, '?'),
(0xf371e77da36cb0b442576b2948b45454, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-newsletter.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-newsletter.php', 0, 0x3d8748b65623adb9a9583b1b5d6183ba, 0x3d8748b65623adb9a9583b1b5d6183ba, 0xad72fd80bb32bced57ff03dcac56e8cf2173688817685dca3597b67426cec963, '', 0, '?'),
(0xf376458f4f4671b7c3a9d06aa2d75afb, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', 0, 0x701b2ecd8b53a434c83bc9ad432b0573, 0x701b2ecd8b53a434c83bc9ad432b0573, 0x5a49a20e8f7cbbe4a659a1ea459b3d9450f6435af11a405b6fb9e639263da6e9, '', 0, '?'),
(0xf37efed375d1229fb4a671c92188f8b4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_10.php', 0, 0x95892420850169bb9cf2a36e9b4762fc, 0x95892420850169bb9cf2a36e9b4762fc, 0x723022a0a3c95c15ef36fe09c38859042663333d2bafc4a162ef36ffb3a7b088, '', 0, '?'),
(0xf37fb01190b1107a6fde2971796dbe94, 'wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4303e6a6e870cf6e7b4c7790816f4d15, 0x61118f3c77c21194cd21f8c7467a4a5d220ccb92ad79651c665f14ce66e70e51, '', 0, '?'),
(0xf386476fb224fcd76fee326e9e2be66a, 'wp-content/plugins/td-composer/mobile/includes/td_ajax_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_ajax_mob.php', 0, 0xf64f5804f48222e9fadee3632762dd5b, 0xf64f5804f48222e9fadee3632762dd5b, 0x9153c624f07ffa6a9a42a38f392e7f2805bddb5670404a524d0452a39300f439, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', '/home/abt90iranbet/public_html/wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0xdb0279a7c6615e4a5c2cd624fd523077, 0x2c301ef75bf59097fb5b601cec3806be63d3b08be77e39872f59bdb69101227f, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0x0312ba1aca7fc0362f4e8517efe1870b, 0x270f2497f27bc8f896ef691ec850271a544250f43c8a50700bb7c8c1fa5792de, '', 0, '?'),
(0xf38ce9b913c8c45e0740a6e939a7cace, 'wp-includes/blocks/read-more/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style.css', 1, 0x00000000000000000000000000000000, 0x5db0c76603f2b613f580f5a3702fccf0, 0x867fe9a84ea9d80ab03a27c9398040fee1636235b7ab271be8c24197b53d8e27, '', 0, '?'),
(0xf38f6010d12d7da5c0690c5fe07042f6, 'wp-content/plugins/updraftplus/methods/ftp.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/ftp.php', 1, 0x00000000000000000000000000000000, 0x2062b82e598ad5f658f842c91aa92fa2, 0xb666b828a4e0d84fbddde502e9a8cc64b9c0cd67a37a49a507b9fe28fc1a38c9, '', 0, '?'),
(0xf392a787c66ad497dfecb3b3810b8b14, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_panel_settings.txt', 0, 0x8d1254219d536ab0771ec8b1fc736616, 0x8d1254219d536ab0771ec8b1fc736616, 0x35b44021a286e3497181ba00dcd2f72a6e9067964bc25d356ba0a1649cc2b1cf, '', 0, '?'),
(0xf395bb05583031755b47d7e13f62e0a4, 'wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php', 1, 0x00000000000000000000000000000000, 0x03da6b19601c2dfffd63fa7e67a8874f, 0x514c81067608a95b2666bc9d2e9736f80ebfd1a201901d798fd40d6585f726c2, '', 0, '?'),
(0xf397e02efbfd089b69492649421e5b09, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_9.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf398a14cb020552f8061bfa1e725debe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_6.php', 0, 0x9e7987c139842753ab728f2934a77aa3, 0x9e7987c139842753ab728f2934a77aa3, 0x6aec8e6081f959d1b0f623483601211114f878752f6b70489ae0fe2936c08b91, '', 0, '?'),
(0xf3993669b5adfe10783d0ee77b997c8a, 'wp-content/plugins/shortcodes-ultimate/freemius/config.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/config.php', 1, 0x00000000000000000000000000000000, 0x9a03d22d609265d8439aacbca90aba3c, 0x9e7c030854c414dc25c7b95b3935c42df0beae4ba6b3e67e194640a9b969c783, '', 0, '?'),
(0xf39d52df7e1950bf7d2a6349199a173a, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', 1, 0x00000000000000000000000000000000, 0xad05b8362bbb3549d1e7878b56705bcd, 0x14a5d0c6c528d8527f59e16f33c9d127da115e4429bcbee3502cfb1982e47c74, '', 0, '?'),
(0xf39e7f8169bb21df64a340fd73f4ddec, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-html.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-html.js', 0, 0x03e61490cb7861b1f8e37727224a75e3, 0x03e61490cb7861b1f8e37727224a75e3, 0x300f430842b0be2dbac8cbfa330f68c3281f34ef61c0d389610f8a5cfa4077ea, '', 0, '?'),
(0xf3a04d95cd1bb60a84597b16384beef4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 0, 0x08996e774d7485f8ffc83738d43515bb, 0x08996e774d7485f8ffc83738d43515bb, 0x429a5716e99e6b9ff993cb95865ad816c4b034d0d08a6f526f71d00d70a06bfb, '', 0, '?'),
(0xf3a168230b1192366c6305abe22c5e16, 'wp-content/plugins/td-composer/td-multi-purpose/css/font-icons.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/css/font-icons.css', 0, 0xd5fd75bc367d76903672f27f081a5da8, 0xd5fd75bc367d76903672f27f081a5da8, 0xe06e15463ff80311284f6405df421fb1260e9858a3a905ef9b95f3adf2c8562a, '', 0, '?'),
(0xf3a661a8c4e6bc879f14e2e33a840c8a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', 1, 0x00000000000000000000000000000000, 0x08f3400044c963ca097693a734997ca9, 0x8ae2facedca415c02df96f3591c8a0c983e9e75742b9dfa0966cc112a0e09015, '', 0, '?'),
(0xf3a6ea140cc059ef9959e306fdf019f2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/demo_style.css', 0, 0x1ce0e36ae14f4d8e2c876875da1591eb, 0x1ce0e36ae14f4d8e2c876875da1591eb, 0x4f5631f3b81c4e690afe1a33944d42d83418749972fc24d8c71b6bc2baefcfc7, '', 0, '?'),
(0xf3a79f0d6ba2d74ee677c4105613ebf0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', 1, 0x00000000000000000000000000000000, 0x2affaae949423574312417ec7bccdd09, 0x1116cdad4eb821970e71a1e1ddf3a2e778253e00b7ecb525908a7aa633fc1ab0, '', 0, '?'),
(0xf3ac21039f3391e9f95c5c967e9cda08, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_10.php', 0, 0xe48b25ec8174909d980f695826caef03, 0xe48b25ec8174909d980f695826caef03, 0x848da08cec8ec81a0644c27dc3cce2359d540e1da9537de4d2a82920515f92b6, '', 0, '?'),
(0xf3b59ca5ec74823d56f95536c8b14a2c, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json', 0, 0x249d31fa1f79ff526db204d0d5d471ab, 0x249d31fa1f79ff526db204d0d5d471ab, 0xf06a129bba56a3e73d7d35398c98ca92c9195b4a04befc0e4637d7daabf13fda, '', 0, '?'),
(0xf3bd2018861d904888da812694c375cf, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import_no_content.php', 0, 0x7e5c955c7ea1b9d6d0c42f4e467da1a0, 0x7e5c955c7ea1b9d6d0c42f4e467da1a0, 0x48a1a06bf9be9518bf8da6c0d5b1443a5910a2a99bbbe67265bcfed677966057, '', 0, '?'),
(0xf3bd97ff64b134a5c5525a5ee19a7c96, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', 1, 0x00000000000000000000000000000000, 0xa1120f69518e4ee3e51562788f16df9f, 0x48e8db8846f61464ba0ed7dab29e9ae653e2545567356f7971255b1655790a79, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0x3fe3ae1948287481e8d6d0298547399c, 0x4f2f601e643b10ba8fae5de9da7aece123c819aef2ce81166c51a4679666ed09, '', 0, '?'),
(0xf3be0cf76eb82883b4fb2e6e6b607a59, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 1, 0x00000000000000000000000000000000, 0xd370c2402244aafdc57813c45702aa15, 0xda70c7847c7fa2d9a6a2074ffaaebbf7e2382cdd70ad44ba5717bbb3e04790ce, '', 0, '?'),
(0xf3c0d93fcea863ee3cb8566260f8b915, 'wp-content/plugins/elementor/includes/controls/wysiwyg.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php', 1, 0x00000000000000000000000000000000, 0x0f17d09550dc966a8226d25f9c13a1dc, 0x2ed08925c95e7c5dd6d00ebef8d5d35bd1a679b4bff93728ac05cc2ab73457a4, '', 0, '?'),
(0xf3c0ecc3b1190da3550af731aebfe194, 'wp-content/updraft/plugins-old/updraftplus/images/icons/webdav.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/webdav.png', 0, 0x0d0c6406a1289004e30fdaedd9e0da3e, 0x0d0c6406a1289004e30fdaedd9e0da3e, 0xcfa1ea0a2d655307c657645b40e997dde1b8322da82ff255c7cc16be9f9b10e4, '', 0, '?'),
(0xf3c3007f4c90ebe1078bc6139d360ec2, 'wp-includes/blocks/latest-posts/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style.css', 1, 0x00000000000000000000000000000000, 0xea405be5e34c861e2cc815390ec449d2, 0x7aea6daea32c7907d4e7beafaba63b7e4e46a7d2089b96769b583a255de7e67e, '', 0, '?'),
(0xf3c951749a16c8ff30dfac57b8a287c6, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/404-image.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/404-image.webp', 0, 0x189ee7f2a40c13d4a2094d2497929e62, 0x189ee7f2a40c13d4a2094d2497929e62, 0xd4ef118cfdd23f0d354d158c956d2566c2a54d95793bec2550983fa04fe5b6a6, '', 0, '?'),
(0xf3cba40f99c3b2226e5f717a35c689bf, 'wp-content/languages/plugins/wordpress-seo-fa_IR-a35a702af4a7fbb6d2d4db8c193dd940.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-a35a702af4a7fbb6d2d4db8c193dd940.json', 0, 0x89d40ce4b31e003a2cf24b997e2000e1, 0x89d40ce4b31e003a2cf24b997e2000e1, 0xada9a922383177273fc77bccd41541e0af5f6a034b4885595134a30204aaec23, '', 0, '?'),
(0xf3ccee46625cdece028f8ed3bdbf7767, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_4.php', 0, 0x72878c01e2d66fcf48b31fbbd0d2e0a4, 0x72878c01e2d66fcf48b31fbbd0d2e0a4, 0xf207d83b22d7a48eed436d5da0be9f289134d85f15dd795a331756e631b6f39a, '', 0, '?'),
(0xf3cd1013b0b2df57c4fa08f18a4b690e, 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial2.php', 0, 0x785435be25772ffb9f7307fce52b63db, 0x785435be25772ffb9f7307fce52b63db, 0xbc0ae9f6447d66e5f835e9af7a101c1bf741a8b53725d6dde8ece38ec4b31bce, '', 0, '?'),
(0xf3cf2cc87b4628c80894c48c7d82501c, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', 1, 0x00000000000000000000000000000000, 0x6dd8cfe0f07ccb58d2a3dda465509e65, 0x9b25a6c9f685f23fe5aff6cd3ce746dcda44e6b45127820b7c9a194b727bc196, '', 0, '?'),
(0xf3d2e66e7c4da62a3345af0049ea2673, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1_no_content.php', 0, 0x0e64193a9ff1f285a3a8163ccc36b966, 0x0e64193a9ff1f285a3a8163ccc36b966, 0xd8fe8b58db7a91c225d1c95cc7b58537974458b633b083b881f778cf4a45d3b2, '', 0, '?'),
(0xf3d9aad423bd7c315cf632556de9f5f0, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x01dd322c8ff8414eff7ff8eb53bc145b, 0x1c25af67dad574f3e99a86076c705849d1a5494043128fccb2999390bef3a572, '', 0, '?'),
(0xf3d9e721b79327e83c93aa6e52e3e5e4, 'wp-content/updraft/backup_2025-05-30-0403___90_6e162d180912-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-30-0403___90_6e162d180912-db.gz', 0, 0x472b2d996b9360d4966eec0a35e63931, 0x472b2d996b9360d4966eec0a35e63931, 0x0f4001d0543fe18ffdbe1f5cd6558fc0ec241b80db2dd668070a57e09251a6f0, '', 0, '?'),
(0xf3ddbbf8a6c57e6de58a5fa69b0e57ed, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-htaccess-util.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-htaccess-util.php', 0, 0x63e0b30c8f2363123fd8909e37b5a79f, 0x63e0b30c8f2363123fd8909e37b5a79f, 0x00368f4b436faeba729eeac3fda7aadab6792e54dd218f155405785767090142, '', 0, '?'),
(0xf3deb41547d49a7abc653a1a869b058f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/exchange.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/exchange.png', 0, 0x3f7e15cdf2d904549bd82bb309f8eb6b, 0x3f7e15cdf2d904549bd82bb309f8eb6b, 0xf904193535c26f77c5dca2ca4191ab497b6361fef5e6cc42863b628f6942c206, '', 0, '?'),
(0xf3df262ef3d0a65178542f72629c1286, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php', 0, 0xf5f9ef64648c2538f59b6f35c37f3fe9, 0xf5f9ef64648c2538f59b6f35c37f3fe9, 0x88a466c489502cf3623c3a4d60502478565b992954ac32a08405563ecd3f6474, '', 0, '?'),
(0xf3e92c901be25f32f7f16edd9a92c1ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_9.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf3f01b21d1ecb1b44b5708c998ed3bf3, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop.php', 0, 0x70b5a12af41cb9e1ae758a92d2c30ad4, 0x70b5a12af41cb9e1ae758a92d2c30ad4, 0x9378ed28ecea2dc7b099d33b5fb20124639cdd740b9e0f19e97c49c38aa95942, '', 0, '?'),
(0xf3f2a6faa111c96511fb6073ccbac6b1, 'wp-content/themes/twentytwentyfour/templates/page-wide.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page-wide.html', 1, 0x00000000000000000000000000000000, 0x452598cb7a961a610c83684368ab6d86, 0x4fae14f69448627f5e35b1b47801f76f271538da2d6d95018a6ebcf19e3fe73e, '', 0, '?'),
(0xf3f2f89c7e97387a5dc805423a9cdb6f, 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/art-gallery.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/art-gallery.webp', 0, 0xddba90f8fd3735994ec50a38f6750ef8, 0xddba90f8fd3735994ec50a38f6750ef8, 0x72b5c589f77b0b5e896f328b675de2e16768ea6af2d5a26750d7aa99597118b0, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xc9de6f019485e51e97b9e5a76880675b, 0x12800be0c015df81152ed6112d6834603953205f0de8932949cd2886ed57d3f2, '', 0, '?'),
(0xf3f4de404aa879909ca38767150d382b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_9.php', 0, 0x6213d4005ec2a177f2f3b3ed01395ae0, 0x6213d4005ec2a177f2f3b3ed01395ae0, 0x103c884a1ee82c2caad5ed5560b04f6727ad7be8e9b7d67a6c86a10ca2e24dc0, '', 0, '?'),
(0xf3fa38d4d85532e8ff54e34d15659ca1, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 1, 0x00000000000000000000000000000000, 0xebb2a8402bb5c9911a7e9c4735207772, 0xec0ff6de0aaf5fc4df772a507a8f8f9e2a5a23ed34b377182c4cb775659fa907, '', 0, '?'),
(0xf3fd7417e6785e7a04efabfc1bbfa28f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', 1, 0x00000000000000000000000000000000, 0x7c4a740676ef6e55bb6e250b2587c86b, 0x22a00083e8c56e29e05eefc9e5ca997f18544f89be971aca3c57dfe13c8464d8, '', 0, '?'),
(0xf3ff4bfe79355c107e2aab20d212a750, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-11f39f6632d2645fe0ee69ae17ccb390.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-11f39f6632d2645fe0ee69ae17ccb390.json', 0, 0x470f4a46101a84a12a556b889b948131, 0x470f4a46101a84a12a556b889b948131, 0x37c0809b04cfb2c8cba0d8de09997db5c8e0486cd4cc7626d48ff99e93a3e8d0, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0xa9e72d430e1576085b3fcddce14a4567, 0x21320ddacb55fd9a68ff5ecf3aa604786a2e0275cc2ae0f7c7e16cdf57a3ce24, '', 0, '?'),
(0xf3ffb9b93cc8c7709a30729d529e984a, 'wp-content/plugins/updraftplus/central/modules/posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/posts.php', 1, 0x00000000000000000000000000000000, 0x54f412ca910ba121659f76f4008c3db4, 0x0f51036cdbb91a4b6e8332ea34e9d2afd0c9f90e458c6afc3dfd301de7421526, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', '/home/abt90iranbet/public_html/wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0xa4799d0cd89e88e9b7c3f4d7e76d6a6d, 0x02403a18a376b83570a4c0d5225f80f51d2f8412a290be8eeebcdf15d825a4bd, '', 0, '?'),
(0xf40bdc63884bc8b2abd1f92a8dd735fc, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340.css', 0, 0xb73b3f20b7e4f53df87decb06e28ea87, 0xb73b3f20b7e4f53df87decb06e28ea87, 0x22e9735149c95efe5ac26d5a30a018ec197773fc35bab7666fa10a5216fd4cef, '', 0, '?'),
(0xf40fc0234d82ea8bfea05c59e09b4a81, 'wp-content/updraft/log.8dbc36e55216.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.8dbc36e55216.txt', 0, 0xf299f94b834e9b14818c3799aba05846, 0xf299f94b834e9b14818c3799aba05846, 0x82959db1d841efd334efb616547aea79498b3191e6ec442c64d1e607a7008679, '', 0, '?'),
(0xf4118aa5955250cafa70dbd6dde8e720, 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 1, 0x00000000000000000000000000000000, 0x334f919b5a2b6e09296b0cde250090f6, 0x3229cd15ff8a91ef35be40182872b05e75e782a4b5678ae36b64b0a29ba4cea5, '', 0, '?'),
(0xf411adcbab1d51fd83921095e0859781, 'wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', 1, 0x00000000000000000000000000000000, 0x3ce72eb396682ec40b6cb0ec5dd0ed01, 0xfa938c6d1f78ad392c4df751ddb264347eb1252b4e3485be3b266fb71d98173d, '', 0, '?'),
(0xf414146e01d9abd09a2f4bba06224126, 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 0, 0x46d5eb6fac0c2981b70f879a82649ae3, 0x46d5eb6fac0c2981b70f879a82649ae3, 0x8b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b5, '', 0, '?'),
(0xf41486fec30300d25d047950261dd96d, 'wp-includes/sodium_compat/src/Core32/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/error_log', 0, 0xad1ff52f760826b39cbd1f5361fc6ddd, 0xad1ff52f760826b39cbd1f5361fc6ddd, 0x970dc6b2b6afd0d85e2e179950902c93c2cd46eba6a7aadedb1ec863e6239cca, '', 0, '?'),
(0xf41810539da05d2c083446721138d176, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', 1, 0x00000000000000000000000000000000, 0x1766f02d5cb1e93bb5b1f558dfeb8b3d, 0x1aab3738088d5565159029d631e7a82fb43cdc6ad9271ce998f926d591e72b28, '', 0, '?'),
(0xf41e969990d60fb4e60e9e44d161ff5c, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', 1, 0x00000000000000000000000000000000, 0x150ac5b6d1597041896ba262f8df8930, 0x5f1b5f375d3e6f377624ea2d2a8f718358e005e7da406b0fb122e2da7d46dffe, '', 0, '?'),
(0xf41f957d32b4d1aa575971e9e93b617b, 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 1, 0x00000000000000000000000000000000, 0xe9acfcfa9185a576c2f687d45f6388fe, 0xe2ec5ae45a452448db6a821f7cbae7237c3b9e1fc4c5bb5729f60355d39ee5c0, '', 0, '?'),
(0xf420dbc7e5dbecfa60306b7b8811c522, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_3.php', 0, 0x2615413e307499b2cf4d1b19e6a428b8, 0x2615413e307499b2cf4d1b19e6a428b8, 0xb0541b99041e6a8d4ec61d5949d8a96a792b65a565bcd047e8408e18abac4eb4, '', 0, '?'),
(0xf4216e1a804571fce9cde51028e316d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', 1, 0x00000000000000000000000000000000, 0x37e8ac069cbe3ff4cfcc9e6cf40b05cb, 0xfb98c31c9dbe1813da1175abd1160d931db15c20ed81aeaaa47bd693dbdf3c17, '', 0, '?'),
(0xf421d98c8dc2742c9b9600b404b014a1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 0, 0x819504c086b326dbe1ea261c1d94344b, 0x819504c086b326dbe1ea261c1d94344b, 0x650f3d32361e641f41f599752c04a7c21fd523dca57870b4f098b77288b0693b, '', 0, '?'),
(0xf428d3d4bfa3ed90c9b6dbbee2e8b6ae, 'wp-includes/js/dist/edit-widgets.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x004ed33b59ff7f09b8b7c0ac8dcdf63f, 0x678957d9b44814359f05f0b6b87fc1ad9339e677d5d9045d28a827964ced2cb9, '', 0, '?'),
(0xf42f34988c8c6d975357a22e7241b4dd, 'wp-content/languages/plugins/elementor-fa_IR-6f2d71de6e487593b133a34107c809b5.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-6f2d71de6e487593b133a34107c809b5.json', 0, 0xb1c2ecfa52c65dc7df0aa48c236c6747, 0xb1c2ecfa52c65dc7df0aa48c236c6747, 0x49d609e8ed8f051f649a6d63862667a0353d22cd184539411c44b694ffa64c61, '', 0, '?'),
(0xf4313df4feb8a412aab557eccd2b6b12, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_4.php', 0, 0x91179b2ac3e7d8661f36d80947465395, 0x91179b2ac3e7d8661f36d80947465395, 0x3c22c262bf3813d4ffe5e588ef53078682d0492f9647f92d107cbb14a00ebe1c, '', 0, '?'),
(0xf4322b0161fa5198db07deea3c8ed5c7, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 0, 0x3732e718ba63b6f12cf959e413abf4cf, 0x3732e718ba63b6f12cf959e413abf4cf, 0x70bc78a86550ac9b92cc8bf95fb0f6585c2438d74d4a5a787c90f2a1cbe6f0f1, '', 0, '?'),
(0xf4388d9eb95bb156317f6ca4ddccb387, 'wp-content/plugins/shortcodes-ultimate/includes/config/groups.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/groups.php', 1, 0x00000000000000000000000000000000, 0xa7b0fb8652df3b97902cad4aa1729579, 0x9ce3910b54eee7bdc9a34e5186fe76aafc0e52e5f48ba0bee0e2189d455fdf53, '', 0, '?'),
(0xf43dfe848d57ca576ef2ce7613ccac03, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block16.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block16.png', 0, 0xfc0c2ae62d0672dcc3657b1d46549db9, 0xfc0c2ae62d0672dcc3657b1d46549db9, 0xf0384a5d0546318dec0a95da5e88aaf7daf2fe3780f6170a201a6f298874df59, '', 0, '?'),
(0xf443db0277922e2cb6e511a4d9751710, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import_no_content.php', 0, 0x509c8231a36bcf69a55b64050e707cb9, 0x509c8231a36bcf69a55b64050e707cb9, 0xba678ad5b56feebba8bff66472e935262d10b12d7695b5d89a1f779e6e79c1b8, '', 0, '?'),
(0xf44840dee367c1055fac757cd8825982, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php', 1, 0x00000000000000000000000000000000, 0xd4478327e7834eba49293c4fa97bced7, 0x98b43f5a20fd87dadee9b647723d1f4f9edf30e637c5fd985d98d1ed7364e817, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', '/home/abt90iranbet/public_html/wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0xf44a6b244185b17f9b201617adcfc9a8, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/loader.svg', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/loader.svg', 0, 0xee58409dad0e14aafa750169a24c22d4, 0xee58409dad0e14aafa750169a24c22d4, 0x6a58e6c515773d771f73da4b772506b76f3c710c62cc1c9990d95a85944e461d, '', 0, '?'),
(0xf450a81da93e1b3f87bdd6a7698ff346, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php', 0, 0x30c79180030757e7ae0dcf52108ef79b, 0x30c79180030757e7ae0dcf52108ef79b, 0xf983a489a6dfa0c181ab3dc46be31b90aab261eb59d7d3057512db9b5ebe9956, '', 0, '?'),
(0xf4522125682ac6ccbbbf7d64c876fbc2, 'wp-content/plugins/elementor/assets/js/packages/env/env.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.asset.php', 1, 0x00000000000000000000000000000000, 0x4e8912a49cbd2e11e16c968e760f292f, 0x76ad00af464e613f36d8d81966f7b2f6266426cfbec7e46017be093791b63ad5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf4580f8482e23ddeb691d61955235578, 'wp-content/plugins/td-composer/mobile/includes/modules/td_module_single_mob.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/modules/td_module_single_mob.php', 0, 0xf2ad277c7bc0c59c3d5a978b02df6530, 0xf2ad277c7bc0c59c3d5a978b02df6530, 0x825841660c20c84b7ee4f8a5b8046d13c51b6b6690b7280447d804edc41558ef, '', 0, '?'),
(0xf4584bdac83a9db07e66b803b4166ee9, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x220.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x220.png', 0, 0x69a61ff63ce11434282033dff383f14d, 0x69a61ff63ce11434282033dff383f14d, 0x5d356cdfc6823992cadd6495326e6676c5c0cb00f31b582cb7b25786a07fc93b, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', '/home/abt90iranbet/public_html/wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0xdaaae378ba2e11ac75a9af0e45eb0d97, 0xb7fe2344775e8b3346f7bacacfcadb8e25135915892e9db42450717803314c2d, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0xf45dbbd0980a189e28aa3f57265cecb4, 'wp-includes/blocks/audio/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme.css', 1, 0x00000000000000000000000000000000, 0x7078ebdaba950189f8cd352943341a4d, 0x5e7df58562923e3fd60bb4d0d14bb1383cbf52c0dc8a24fbc0037b30ad36848f, '', 0, '?'),
(0xf460dde41bea4426451e4d596fa54eb3, 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370.css', 1, 0x00000000000000000000000000000000, 0x977ca37d31893cdedfa66c83bddc0ee4, 0xff9670f89891cb566dc8e7ed188c1fa6dfe5de1a54b071921d93befadfdf7618, '', 0, '?'),
(0xf4655d57bea915f32b9bad625b31ccf1, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php', 0, 0x95eb53fb7f6985b50e914b21b02a0e9a, 0x95eb53fb7f6985b50e914b21b02a0e9a, 0x33990dc12bde23b560452a688534ba3cfde53d662b5f324cc42a5ae128176a80, '', 0, '?'),
(0xf469b67c3cd26597dd8745acfc89f446, 'wp-content/plugins/td-newsletter/less/blocks.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/blocks.less', 0, 0x5d2a46f0903444c06a6bd9f6d8b9d6b4, 0x5d2a46f0903444c06a6bd9f6d8b9d6b4, 0x66ad5b111def29b1aecb74a4b45f22963ab3fe4c81cc43863f8728b32e70825a, '', 0, '?'),
(0xf477df163e116402c20b8c163f648513, 'wp-includes/blocks/post-featured-image/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor.min.css', 1, 0x00000000000000000000000000000000, 0x613891c7dd4de4aa4f8726f8a8294336, 0xfa820e8e0595d9bcb2104c5cfb8052f948170ccd22b7bb7023178eca828805c1, '', 0, '?'),
(0xf47b8a85e43c2ddab92aef87dd8f428e, 'wp-content/plugins/wpfront-notification-bar/js/options.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/options.min.js', 1, 0x00000000000000000000000000000000, 0x8d4bd7be16151d166eb56a552ba873fb, 0x80699e6de034063895bc467f32b65d6d0bfffbe55393d4a111f28d05a3a9e563, '', 0, '?'),
(0xf47bf48fe5703218d535c56f461f73d6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_4.php', 0, 0xfc1542d24b2d60ae33c8a61b505c3992, 0xfc1542d24b2d60ae33c8a61b505c3992, 0xaab78fd0947633a36bd5ca9b06f38f0e45336e1287276effa648f54e325d4c95, '', 0, '?'),
(0xf47e90d15a298d56f1a158f683a11759, 'wp-content/plugins/td-composer/includes/tdc_mapper.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_mapper.php', 0, 0xfdb6e602403693828fb1c6667b5b8b98, 0xfdb6e602403693828fb1c6667b5b8b98, 0x0ccebbfab53160ed8405b2c69b2bc96213edebf062945a3b5f8e358a8ec26fd0, '', 0, '?'),
(0xf482ed328cbb4a17028e2fed15928e63, 'wp-content/plugins/kk-star-ratings/src/core/filters/fingerprint.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/fingerprint.php', 1, 0x00000000000000000000000000000000, 0x466124f4c347245646b6b37322749916, 0xcbe56ce55af45a2dee4c31530a0fcf48fed179a4fe89c891fb738fe224ce264d, '', 0, '?'),
(0xf489cf80e57b1d71c622281c14672439, 'wp-includes/Requests/src/Exception/Http/Status504.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status504.php', 1, 0x00000000000000000000000000000000, 0xbc2167de474e26eb026173af6f491677, 0xc640c89c002198071d8a93f44671033f946483ccd12cc7ac4de3b16f800bc06d, '', 0, '?'),
(0xf48b01ceefcb901d119433526d770dca, 'wp-content/plugins/poka-review/admin/js/poka-review-field-dynamic-tax.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/poka-review-field-dynamic-tax.js', 0, 0xc049da617fca3c7f70b2078f0d599b80, 0xc049da617fca3c7f70b2078f0d599b80, 0x8813a292a934d69040682b887b62a140acfc959e42fa6a51509055b64fe451db, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/blocks.min.js', 1, 0x00000000000000000000000000000000, 0xccf58582b73020e380b67bc3720d0c69, 0x1b5c5739f01757f4c1123a2aac8d04b697bbfb927ba4cc62bf5dd84c622a1864, '', 0, '?'),
(0xf491ea760c7411a4c9d5cb7ba8b51be7, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage.png', 0, 0xc64e1c479037b70965af14763110f247, 0xc64e1c479037b70965af14763110f247, 0xf776811e1c0172eb7c1055ff9c142500e80025466660e169f351daa0d9b9ac52, '', 0, '?'),
(0xf4925c241846fdb21dba78156d80101e, 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php', 1, 0x00000000000000000000000000000000, 0xbf04c0c3467561762aa7c9b56f867936, 0xfbd8e17e187a55e0ceb406ff5710bf1748be31e5a6f05825b305ad9e4b4c0b55, '', 0, '?'),
(0xf495bc02b4520fe14babd7cb5fa34a93, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_related_posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_related_posts.php', 0, 0x2d6edb9e073e17bae3ee3c53258fb267, 0x2d6edb9e073e17bae3ee3c53258fb267, 0x54ac188475fb5308cb42ca2133abd74754961c950398af4e81e58e2c776379bf, '', 0, '?'),
(0xf49709ef0703b767658bcea80e1f32a1, 'wp-content/themes/twentytwentythree/parts/header.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/header.html', 1, 0x00000000000000000000000000000000, 0x52b92e65f708cbaffa08c97f5b4b4f50, 0x748919d2cdb2e562df2f75ad8a9ffa6e023bfec02aaf038aa439224d9074a8b0, '', 0, '?'),
(0xf49b1c85d8b08f972174297db3fbca42, 'wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php', 1, 0x00000000000000000000000000000000, 0xe64ba458daf182ec401944d8787a8842, 0x98e669b22f3d1dbc90ef87b48b7842f27df50143ce6e097cfe3bd80d04f079b2, '', 0, '?'),
(0xf49c887f128c8e01c749cc2a9f3a6fcd, 'wp-content/plugins/akismet/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xf4a3c4514c9a2d8a0d69933e4a494041, 'wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', 1, 0x00000000000000000000000000000000, 0x62dd58087943beb7ed9288d8795035cc, 0xa983ad9326e8cbfde7537270b31aab00cd7c6dda4b58e9a573c4c38bc85ed324, '', 0, '?'),
(0xf4a4d566880957350d610be352d10a4b, 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 1, 0x00000000000000000000000000000000, 0x67a67150a25d24fb5d09202d8e919a31, 0xb5fde182abef0107d988d20ee7e881e744ed57f5e653b329916dc5603c3ca67d, '', 0, '?'),
(0xf4a500716743fc68afc7b34ce46d9a8c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_6.php', 0, 0xdd9a290055d47897de1babbc0d1c2e68, 0xdd9a290055d47897de1babbc0d1c2e68, 0xb4100fa69479eb36f5e99a7e8187231dcf6897763419b5a05d87befc6d71f340, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0x8677a01af598bae51778352bee2e63d0, 0x99fe44e19052ca79a3b0180aaafb3a9b74800f01c6b4d6c08d37b1c843408457, '', 0, '?'),
(0xf4a8eaaaecf37654e56319e7d8c31424, 'wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.js', 1, 0x00000000000000000000000000000000, 0x2412ee0cc5c57d067cc483d26561e9dd, 0x3bffd8e6b3fa5f720e86e9d7f856af69f1a79ba6951640e9a5afa1f91aea3385, '', 0, '?'),
(0xf4aa55f68fa1736433e601c8a707b3b1, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 1, 0x00000000000000000000000000000000, 0xdf84a9f6e5c8d70ca0ffb0f78f293653, 0xdc247cefcc43a270aa3acce504be5bd3d4ed9c7ccfb5b16cabd05fc1d5b946df, '', 0, '?'),
(0xf4acead983ad7b592097c83654b2c03a, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 0, 0xdead3b50bd5ed726bfc80e573e5c5e91, 0xdead3b50bd5ed726bfc80e573e5c5e91, 0x36903ff686d600253b350534313a72a2216f4eb084238760a8274fcfc2225dcd, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', '/home/abt90iranbet/public_html/wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x1b93fa8d6322480c23244329370c92f8, 0x1dce363a4f8bceb2855283029192a7a1bd639535e311a49f60db003ddcae5cb0, '', 0, '?'),
(0xf4b0994c3d420b6cdde4eed3754eff9e, 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_8.php', 0, 0x03400638f93da37265fba3f32d228e20, 0x03400638f93da37265fba3f32d228e20, 0xb8c047ab17e433a5e432063c4c36282a2ab0fb63d0253485e7e4cc8393890af8, '', 0, '?'),
(0xf4b819d3815ffc678b7d9f60ebed25dc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_6.php', 0, 0x4f284389a5c68087a6a39defc134554a, 0x4f284389a5c68087a6a39defc134554a, 0x81c4e57d97bfbc41963799582a1664dd7d03f1fcc297aba334511e55abfa4c93, '', 0, '?'),
(0xf4b8b7d0f9a1bc3dd083bf5047a106c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_import.php', 0, 0x20b34004efbfdd969bd0d52bfbae54c6, 0x20b34004efbfdd969bd0d52bfbae54c6, 0xe2fbf01c1d8b5dbf52e9f8adb90d2d52b964d9887db896ecd89e0d0b9b4e8d26, '', 0, '?'),
(0xf4b9732bff686cccdc0b8caec1105f14, 'wp-content/updraft/backup_2025-08-02-0327___90_e5fce780ff4b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-02-0327___90_e5fce780ff4b-db.gz', 0, 0xf05a250d5be368e7e01586e0f078a7ea, 0xf05a250d5be368e7e01586e0f078a7ea, 0x325a18ee9a53301e71b229f177470c1f26ed1f7f711388a7ddfce7b50ee9541f, '', 0, '?'),
(0xf4b9a4c91f9b8b095b2909a1544d5100, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json', 0, 0x15dbadaebcbe675a5dcd8369374e571b, 0x15dbadaebcbe675a5dcd8369374e571b, 0xeb27acc88ffa849fd3c998ccee5284f24342d9966f6065ff8e7435ad849c4244, '', 0, '?'),
(0xf4bc11c7a8fc15b9b83be15bee94bcf0, 'wp-content/plugins/shortcodes-ultimate/includes/config/crop-ratios.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/crop-ratios.php', 1, 0x00000000000000000000000000000000, 0x3535cd2ca5504daeb106819ab6f37dbc, 0x79e99be2311d87e86cc2304120c50e18dd9e348a753a1894d17c8e5effedb124, '', 0, '?'),
(0xf4bc6e8b61c516198f9b1f6b4ff3759b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 0, 0xec6765b5d75fd264ace1d9ac04810a02, 0xec6765b5d75fd264ace1d9ac04810a02, 0x5a4767458dbc998bdb229ec3f9f9f40bf786878c3f33ac12b093bbc24c8f2f98, '', 0, '?'),
(0xf4c2bef968d699d1bd6aa5bcffefb2b0, 'wp-includes/blocks/comment-content.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content.php', 1, 0x00000000000000000000000000000000, 0x11747fa360896e50763b558362b00205, 0xb1f4dd3b058d6a187b0b78e4959493ec3ec0bf4f7a695a89b8c05074fd089911, '', 0, '?'),
(0xf4c32a0fc831ad60ba01417b766d9e07, 'wp-content/plugins/td-cloud-library/assets/js/select2.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/select2.js', 0, 0xedd61e4e56563c402bef3fa7293d8b38, 0xedd61e4e56563c402bef3fa7293d8b38, 0xd9d91ece921ae5f73b0e08826ba6653dd65af67261a079b2c596f37bdec500f5, '', 0, '?'),
(0xf4c460af1778de1e2d31608a09bfc2dc, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', 0, 0x3f420c3bb836fa717e1eef36350000b7, 0x3f420c3bb836fa717e1eef36350000b7, 0x301fa8792bd04d8bb14134f399a20bb4933cb978ffce61b2d77b8502dc16c9d6, '', 0, '?'),
(0xf4c8254d2bc0f6ef156deb3af6873009, 'wp-content/plugins/updraftplus/images/notices/spring_sale_24.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/spring_sale_24.png', 1, 0x00000000000000000000000000000000, 0x8ecacfa78b86e0cea45e7ae8d59e0a9c, 0xebe63fec5b0b383c8d2e7cbb902f9499c4ff44f9a1de5a70319c1bc36b5233fa, '', 0, '?'),
(0xf4cbff231fe22c2ea3db69aedcdc9439, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51292c1869f4ac084e2773fccb54c0fd.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51292c1869f4ac084e2773fccb54c0fd.json', 0, 0x2c893d9dd61ca94b474fb0c04c2a0ac5, 0x2c893d9dd61ca94b474fb0c04c2a0ac5, 0x89940aa5837e2864d20d7cc50a15e9b9b89e6ef0541af67742bf1724a0457675, '', 0, '?'),
(0xf4d0b5676ac85d1133517764d2fc54d0, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php', 1, 0x00000000000000000000000000000000, 0xb28b11197e215b8e3e77c51184938a8c, 0xd422ac49c8c10f2229c9a421801d502279df6cc34e22c74f07067dda382a36ba, '', 0, '?'),
(0xf4d5b6bc9199917f7ba9ff1994ca56d8, 'wp-content/plugins/luckywp-table-of-contents/front/Toc.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/Toc.php', 1, 0x00000000000000000000000000000000, 0xd40d2be19b905eb8874b3d52af9305b3, 0xb77aee055f62b8e427b08a9263441cc6bd7431d9fde8b7a1026e6ecb8d0eb698, '', 0, '?'),
(0xf4d5e27850f71dd4f481918e61537f8a, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.js', 0, 0xe87ca4c3554f7b9e693605ce12d3a234, 0xe87ca4c3554f7b9e693605ce12d3a234, 0xe868a67d25d67e757f6d2df654db62a7e255372ffed60ba5f1b2d6e43fe7b930, '', 0, '?'),
(0xf4d6e382ce168993048e883b63e8ed5a, 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x7a82bf0f49aaed8a086fe79b8070ceb9, 0xfd698eb09a87a8ca406658e0ffccf0be0635aed8afd116c41b3924a0217c0d03, '', 0, '?'),
(0xf4d8b0f34cf2abbe42ae561bdcb841c0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3.php', 0, 0x0a0846e2734e39f5e61fc504483d3930, 0x0a0846e2734e39f5e61fc504483d3930, 0x56047281221a3088d2309e07e638eef0cb42596c33ad2a7405f463473a6accd0, '', 0, '?'),
(0xf4db32747a599820cc07e15f0ca860fb, 'wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x985829ff072d0043ed84c1ced38012c8, 0x3de334aa62dbfbc43ccccedaec14cac9c563250a3cd4721dfca9b4db3480cb04, '', 0, '?'),
(0xf4de67026121e9638bf04c5968d47e26, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 0, 0x8552c087a5fce6939d581e7301d97007, 0x8552c087a5fce6939d581e7301d97007, 0x222123bd9890a72f16fdcf76eaa2bd8af2cd3e3868d97b67d2e993a940596593, '', 0, '?'),
(0xf4e268c7a2f5d92ca5ed10ee47f02dbf, 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.css', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.css', 0, 0xb9d0598b4e1c295dc5466f6e55b59579, 0xb9d0598b4e1c295dc5466f6e55b59579, 0xf344fe42e46894c05c72a2ae9896198b0b7c087c24eb472ae3c5cfb87ec3caf8, '', 0, '?'),
(0xf4e54ea734e3d8df8f6ffaddba335e50, 'wp-includes/block-supports/settings.php', '/home/abt90iranbet/public_html/wp-includes/block-supports/settings.php', 1, 0x00000000000000000000000000000000, 0x758ad96c592050380c62480eec008613, 0x04de61274dbf935830dda49c14ef7cc8efa0b5e85c6ec389ca67f346b16ad613, '', 0, '?'),
(0xf4e64896c5a2bc54b8f2a2fddf51efab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php', 1, 0x00000000000000000000000000000000, 0xa86fdcb0fca62edd1a8ab90fc85381a9, 0xf459e0fd5fff361ac01420338492413fcfd4e5f08790614b0dd1555ac57ecd1e, '', 0, '?'),
(0xf4e75720a89fa3efdb3cb628b08ac516, 'wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0xbbe997efa5218eb355a7a52349987c2a, 0x11e842bf5f57aa1e0565674c2a9a54caa945a6d8e1b53a256d02fef920a5b879, '', 0, '?'),
(0xf4fe08e32b88ab22ae527e4bdcac0420, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_5.php', 0, 0xfdd70086fe76f221b20994eda1bef573, 0xfdd70086fe76f221b20994eda1bef573, 0x8ef858ff969145a88174e1688dfc110fda1105c2f12c1d8dee35dd2bdf2e0cc8, '', 0, '?'),
(0xf4fe4d6343e26d534fb90b891f5bcd99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_5.php', 0, 0x911a9b5cb35f5bb3f145fe6d16ebe675, 0x911a9b5cb35f5bb3f145fe6d16ebe675, 0xbc606e8cc58af6f23178243fc6f203cddf4d11b679fbd597b351a74be29b50d2, '', 0, '?'),
(0xf4feb39ba72ad8cbb0b3393d80b4e102, 'wp-includes/SimplePie/library/SimplePie/Restriction.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x6f5b2ea5f8b5751fc4d9225ea7b15ea5, 0xd4fc47468ee70c6d5858d9bba60df3007977af4273a47849ac8fda3f25138a77, '', 0, '?'),
(0xf4fed543464305be542fdaae2b103a60, 'wp-includes/blocks/comments-pagination-numbers/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css', 1, 0x00000000000000000000000000000000, 0xfe0da485318e0f416812248752f8599a, 0xc1e0363d2b42a3fa82abb1c5d8ebb2292f985541069690bdd1e0ad537aef90f9, '', 0, '?'),
(0xf4fff6cfdf5da8523edc772e92451751, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xf50228542f4990fb83888b65ea157642, 'wp-includes/blocks/table/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/table/style.css', 1, 0x00000000000000000000000000000000, 0x5605d13abf503a8581a654bc50db3e0a, 0xae91d5a5c66bcbca2e1579383e4a3d2e80c609dcc58a08fb2cf8c642e6fb237b, '', 0, '?'),
(0xf50398b1053bf48ef24630df8df51906, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json', 1, 0x00000000000000000000000000000000, 0x249d31fa1f79ff526db204d0d5d471ab, 0xf06a129bba56a3e73d7d35398c98ca92c9195b4a04befc0e4637d7daabf13fda, '', 0, '?'),
(0xf50e1f6420b5d96a25e95641bd54da64, 'wp-includes/assets/script-modules-packages.min.php', '/home/abt90iranbet/public_html/wp-includes/assets/script-modules-packages.min.php', 1, 0x00000000000000000000000000000000, 0xa00646c46b1edb06c12f04eab4f188d1, 0xc8a73dd9587e19bc28b4219d1e53fed3fa229393bda35fbf4651d47161346980, '', 0, '?'),
(0xf50ecb123cea8823684f78330d4cf670, 'wp-includes/SimplePie/library/SimplePie/Source.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x870116ed374dbb8671b9f5fc4a123c38, 0x5f007fe0e36385f92da9fa717d2e8cbe6e8acc28186541baed15ab1aa80b0fe1, '', 0, '?'),
(0xf5165ab624419d6f0b5f113ba35ea172, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_5.php', 0, 0x399a33b1d208183e95dab2e3c03cf3e1, 0x399a33b1d208183e95dab2e3c03cf3e1, 0x54b06ad07b40618457a0dac6ce7a187cef2775e72d6b79324a488f31385bd543, '', 0, '?'),
(0xf519186e46df757daf0312a989d289e4, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', 1, 0x00000000000000000000000000000000, 0xfe8b343c6b91354df027dc015f9644f6, 0x11c0302b665587f1536e7c872b4d3c82302e2b71ab0ed5484b8654681660468a, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xde3687d90950975799186e22e7b5d062, 0x940fe14567708dfad4a87768ce07922e9414b0a715a70533c10aeba666cd4edc, '', 0, '?'),
(0xf52378a5fe88c1741433902152ae0c92, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 0, 0xad52ca528590cd94259c1892a8a9b6fc, 0xad52ca528590cd94259c1892a8a9b6fc, 0x0ea83a72426d2e6546460a63b452942f94223a189b7635ad1b5fde23c14ca356, '', 0, '?'),
(0xf5247b7434e1e11d92962cb7dd300a12, 'wp-content/plugins/luckywp-table-of-contents/admin/Rate.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Rate.php', 1, 0x00000000000000000000000000000000, 0xf3a95379f203c24d20d67b9b9463d1bc, 0x4d006c7e40c9ae4f5d9a46e4be4d5c144807ef0fdd44ee5b9d40ec81c0ba04af, '', 0, '?'),
(0xf52997236af1649aa753b8b6ee65ca8b, 'wp-includes/js/jquery/ui/effect-shake.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-shake.js', 1, 0x00000000000000000000000000000000, 0x45e1005e56741728779b2a7c48af4483, 0xa01ada685b67eca8369df1a61abc7f16224ed64f1ab9bd3aec642f1bfb82b3af, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x7f66eefb9a94339eda9513154775ed26, 0x02c9586540162b56eb6d6c3ac031c9de8e97243b4294f2f173da77cfd084984b, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', '/home/abt90iranbet/public_html/wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x12e79b5aa946abcd4142cb931ca83eda, 0xafa8efcba6aeb993ff43768f43f38a0701282937e0602fd635f3b5641d3cf587, '', 0, '?'),
(0xf52d451df4e18cb1b9866f58c090297e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_8.php', 0, 0xc38a71e473cd179f9d0f8f56f4abfa59, 0xc38a71e473cd179f9d0f8f56f4abfa59, 0xd2456e18e02c93f49b68aef9294de89b6c00d9ffc96df791db821de67bc8c047, '', 0, '?'),
(0xf53298eb8f0d38a2a982778b1b7e8c85, 'wp-content/plugins/amp/src/Sandboxing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Sandboxing.php', 1, 0x00000000000000000000000000000000, 0x842c3175d9fc570da93db2248de4d745, 0x3b820614a8843b6233a5f455d8b9f74ab211edb4969906a3cab5a96a17dcdd85, '', 0, '?'),
(0xf53330f3690f12b8a95dda471108823b, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md', 1, 0x00000000000000000000000000000000, 0x0df50abbcb591eaebb9781298c58e60f, 0x2d14908f091d92c2d061790b528aaceea51d5bf97ef0b2e5d98f9791cb328efd, '', 0, '?'),
(0xf537df6bcfc640949a004986731d6dd6, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', 0, 0x9e01573fc13bdfc021e09de54bfd6cd7, 0x9e01573fc13bdfc021e09de54bfd6cd7, 0x41c7e7763a3426d3cf7149e4727099dd5545dfbeb6eeafb1b1f3856c3b8a4d30, '', 0, '?'),
(0xf53e558440739e0790a99ec5c51e7b72, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php', 0, 0x99f08b7de96d91cf93d0942006eff049, 0x99f08b7de96d91cf93d0942006eff049, 0xf7bb229994877d4bc1330a7e8972a3361974b79b1a5a3da4641a32c7c93b27d6, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', '/home/abt90iranbet/public_html/wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xb68fe4c88b1b179c35d05520f2d463d3, 0x7dcd4c5335cf7ac062ac240f5e470600d050c6f69cfa23fa7b8a124965d8d2f6, '', 0, '?'),
(0xf54537eaf245de7fd39b4496b0ac26cb, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx1.php', 0, 0xb835eea2466615e38e6d17056d978dc8, 0xb835eea2466615e38e6d17056d978dc8, 0xe3c56e02e5138286bf4df7b5621274b1d0a4b0d5d30f919fe87c45c7ea21c3aa, '', 0, '?'),
(0xf54567f6d0b397459b6781ab5a004edc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', 1, 0x00000000000000000000000000000000, 0xad985a52b7dc8959685a7ff96c9d150e, 0x9ed0fa679d426838f1423dcd90e18e84de641133c6075fa20b6205380c77e3e3, '', 0, '?'),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xf54a51f0cf93b3938b193573d4b05146, 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/audio.svg', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/audio.svg', 1, 0x00000000000000000000000000000000, 0x5475a88694a91bf650ef7454d09f7a62, 0x034bd31bcc71df718e57547d3350a58796e0a0cfa660037b81232f465ed32de8, '', 0, '?'),
(0xf54c55d3efb450034b242f32d40a1c55, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cd89834d8eb38f382e44e464cf81ae1b.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cd89834d8eb38f382e44e464cf81ae1b.json', 0, 0xbe315137cefb580d3f83b7d0cb75f460, 0xbe315137cefb580d3f83b7d0cb75f460, 0x9c4c16d2ae95d2ae3c5a114aedddd776454ca304b424e281e60b9555dc32d3d6, '', 0, '?'),
(0xf54fba9f33549cff3061012983f6bbae, 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 0, 0x91672d04eaee9e1613e32a6040c1d8dd, 0x91672d04eaee9e1613e32a6040c1d8dd, 0x8750fddfe1ed86f623e04bec68ccbff9921eb052301c23d4622cc09314a39e6d, '', 0, '?'),
(0xf54fd81f5bddca4fad3ea5db189f9d2a, 'wp-content/plugins/elementor/assets/css/widget-spacer.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-spacer.min.css', 1, 0x00000000000000000000000000000000, 0x25a2a862973566853535bcee8908d258, 0x81979f7633d3c91d59f0c73df4c07f893f1dc633cdfab4bd25a19a9f2d6ccedf, '', 0, '?'),
(0xf56325ab1e51c6a7a93128e041fc24ec, 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php', 0, 0x7c5048e16d00cecfbe1911013a946676, 0x7c5048e16d00cecfbe1911013a946676, 0xcfaa5fb8b114c8a34d9ad546ade350b7626085272b16aa52b5fbc437547568a6, '', 0, '?'),
(0xf5637d62e3dc66c9b0dc8083791c9c42, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 1, 0x00000000000000000000000000000000, 0x14a1b90aecb8ca71b1a1c93cb037c3e8, 0x0a7f9afc5a6ed8181642fed83829d0dad543276788a36a57e54de2f7d9cf7869, '', 0, '?'),
(0xf566dd1220e78df7ebc22837dd6a19b8, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 1, 0x00000000000000000000000000000000, 0x9eec146dd53474f2ea103144a3c6c09a, 0x869f3fd3bd70bb92c41b4d0fa952f787d8150a0849d8f4128f8dd46da123b81e, '', 0, '?'),
(0xf569dc7c2e3e4c6ef62cd4801285f701, 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin.php', 1, 0x00000000000000000000000000000000, 0x7478464ade43b86a38be171c8dedbff3, 0xc9e29c7d7cca1c49f7ab5ba939fb396ef0ee5385b41e7d9973db2e0e27561427, '', 0, '?'),
(0xf56cc712309979a149275405a3e6edd1, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.po', 0, 0xa3406c1a46825bbbb401698db1bd297e, 0xa3406c1a46825bbbb401698db1bd297e, 0x130ea5bdc6f51d0f10e0b6d1324a24cca702c6485b54ebb41b4340ea98a4757e, '', 0, '?'),
(0xf56fcfa2f7ccde666e559e4aade4a926, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-gutenberg.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-gutenberg.php', 0, 0x6905b43f78a016ff54cce3ddb1fe58c7, 0x6905b43f78a016ff54cce3ddb1fe58c7, 0x8087c3a36fc0dfa183fa7c6ea2339962c582ea7def3ea2c0484230024f00242f, '', 0, '?'),
(0xf572c22e8a42bef49224967b6cdd28b9, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/style.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/style.php', 1, 0x00000000000000000000000000000000, 0x14d99a08a4c44ae72a1432096f41e80e, 0x25c1860cf2f1101e73c40426a57fd534bf5d63608b78b37c30a91f704e5efe92, '', 0, '?'),
(0xf5742f28b8cc8cf0c94ac70f61bcd463, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', 1, 0x00000000000000000000000000000000, 0x9016e926168e50766c9dec9b45d01861, 0x95f3955543294019096546adb40c3364e5f24ff7f96c98dbf95f58975e6ce537, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', '/home/abt90iranbet/public_html/wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0x93a84034566188cba3829bf2c5f086e1, 0xb89bac7f39995297d61c87ae0d87a0c6b26f5bc74e864b1896cfc5a12a688bef, '', 0, '?'),
(0xf57c7fd154fb2fb456d056b5ea9187bf, 'wp-content/themes/twentytwentyfive/patterns/page-landing-book.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-book.php', 1, 0x00000000000000000000000000000000, 0x05a55e4db2f1ed980dd57a02c6048287, 0xbdb4dcc383caaca28442ae9449e618248f01ef42a3367bacc889b6c09ae8c4d8, '', 0, '?'),
(0xf57c962a772f1a548d2aba36ecc4624a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 1, 0x00000000000000000000000000000000, 0x320da91d1121b35dcdf52c92fd878e1f, 0x72ecccfed1941132eb58c3427dc553b68afbb9ae9e24e170deca7b66e7c4476c, '', 0, '?'),
(0xf57eea8ffc07220516dc980a6a373139, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import.php', 0, 0xf9f3d6b56ad6cd712a7464f0e80dca45, 0xf9f3d6b56ad6cd712a7464f0e80dca45, 0xd562eb1839611befa4a9ed7bbbc4f252755fe43410a2201dc0a4ba23bf5a8f61, '', 0, '?'),
(0xf57fc02895b99c7703fd07c453c2d64f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 1, 0x00000000000000000000000000000000, 0x0cd03d7556fe9c70a52490e7af7d7e1a, 0x73b1263d60e060a91bfae7b40a0a2d11c505be7cd27ab4d81f96fa54433ec6c0, '', 0, '?'),
(0xf582001904be1c3723882787cbbb2886, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', 0, 0x34ab1779454d33c50266fab8afa4db0f, 0x34ab1779454d33c50266fab8afa4db0f, 0xb4755e104d5387f3128dace377832894961c370048a3585aa50f1c6455930bbf, '', 0, '?'),
(0xf587c0bf4441c1ab3fc8083e3af72a6a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', 1, 0x00000000000000000000000000000000, 0x6f525dba75681463ddc6a1e021e46d22, 0x72284dd9a4dcd59a1a59e45d7d96eaf7cf7d83b5bf1623e6ca116265910917e1, '', 0, '?'),
(0xf58ccec01cef9db6aca2e0b13ebfc285, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', 1, 0x00000000000000000000000000000000, 0x76c20eca81021cc01a011c54f0d9cace, 0xbbe5851985ebef6a03c37e526fd7d226e2eed90b2f465279befef2f86a577506, '', 0, '?'),
(0xf58d0728b6aa18de52a5788d7211239f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php', 1, 0x00000000000000000000000000000000, 0x47a62e5ed09ffcf39f22d45caf33fa52, 0x27993e76b2a6864e23be8ee5c4b359c85a468bbfd699bb5e939e85822380a35f, '', 0, '?'),
(0xf58e29510a933ff14fa912618c72a4a2, 'wp-includes/blocks/comment-reply-link.php', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link.php', 1, 0x00000000000000000000000000000000, 0x1063c949cf6b7eecda04e96b34c90e56, 0x96b21be3dc8fa6f69a3fdac222a0483ce0bf27b848bf7501a08561cf68264e0a, '', 0, '?'),
(0xf5914942e588117bceb85a082aa1175f, 'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0x9e06c8a95f3d6eb43e95f5beb036868f, 0xe2750529232d86c6e4694c49201bca0857e8296d9119aa002b7a5cf30b5a3637, '', 0, '?'),
(0xf592c6cf1b097ba8de581fe2947ebd4e, 'wp-content/updraft/themes-old/twentytwentythree/styles/grapes.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/grapes.json', 0, 0x0c77d9c78b2b123186b7ecf276154190, 0x0c77d9c78b2b123186b7ecf276154190, 0xef38f732283e4d692a97bf4d9d15c4cad9371c85a8b2849e0829d7ed582687f5, '', 0, '?'),
(0xf594464e29a4d817c284a30b6a1ef4a6, 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-4.php', 0, 0xbca53d1973133b342faf0378ade5b3e7, 0xbca53d1973133b342faf0378ade5b3e7, 0xc02b548c3626dce18dde18e76d11bc296da13a3c321d52c7f6a4246f9b324c2e, '', 0, '?'),
(0xf5957b733e85f4d0cf22cdaa4f7c2f4e, 'wp-includes/l10n/error_log', '/home/abt90iranbet/public_html/wp-includes/l10n/error_log', 0, 0xac1ae714ce4e7048700d8af4bc6738f9, 0xac1ae714ce4e7048700d8af4bc6738f9, 0xa1915e4c6c7c520b4b2ba2fa872e79bb034a9a94737e388c4697e37495fb0e95, '', 0, '?'),
(0xf5958ebd4a9084a2a1865f671b96a3e8, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/updraftcentral.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/updraftcentral.php', 0, 0xb911d9eda14ce34653f767591682fe20, 0xb911d9eda14ce34653f767591682fe20, 0x7354189238bce79cc0bc9e6a515875a000e861ad378217a5e078111758472cff, '', 0, '?'),
(0xf5964f553f62aee403a1f3fd286409a1, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/morefiles.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/morefiles.png', 0, 0x0b567f8bc81b40f786ac75679debe092, 0x0b567f8bc81b40f786ac75679debe092, 0x5619c19cef42fc917b36ed11a31ebfe7b603a14fa2991dfb86fa0960af9ebba1, '', 0, '?'),
(0xf59f99cb3e1060eb263018f4a88c249a, 'wp-content/updraft/themes-old/twentytwentyfive/parts/sidebar.html', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/sidebar.html', 0, 0x2e806c09844d621fc162c1ff6fcf2d93, 0x2e806c09844d621fc162c1ff6fcf2d93, 0x7fb7ab49361efac3802eb4cc51cf464a55d689682c250a791442e7f3de519d5f, '', 0, '?'),
(0xf5a1b6780b7806e7402335c308ab10f2, 'wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css', 1, 0x00000000000000000000000000000000, 0x7ba70875b322031aabe8bcfc25a92713, 0xa4dab49e67ea20612e1ec6f75dc81a5ed558a281b4a6446312c933223c5d2850, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', '/home/abt90iranbet/public_html/wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0xe4e5b3f40666d9e37c28430fd7604987, 0x4e9fec75e6aa36ffef101446af4b3a909e4ab5078becde8fd86897ebc6f40519, '', 0, '?'),
(0xf5a66f8dbc624272cf6a33231f0dbc97, 'wp-content/plugins/wordfence/waf/pomo/entry.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x3bc2b2694716518c9d92418dd4eaae77, 0x0337395d93f9a7238c2f96c3f772f96213439d74655c6303f59298df8f9e8350, '', 0, '?'),
(0xf5a8f5f20648a3a94cf3bb3c80cc9135, 'wp-includes/blocks/query/view.js', '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.js', 1, 0x00000000000000000000000000000000, 0x2c06a4859b2b98f8ae20623e4aca105d, 0x729ffd8f74fbfe51d0a7fadedb26a821bf9b066df0ec3f648f49aa57dd6bf5f3, '', 0, '?'),
(0xf5ad6ef6c14a04c8c49c04fd40655147, 'wp-content/themes/twentytwentytwo/templates/blank.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/blank.html', 1, 0x00000000000000000000000000000000, 0x7466de6912d8f3290dcd9a42fdeb849e, 0x767831d5bba57d80e9308b0f2f773390bcdee063c7150c916719eb281b0c70dd, '', 0, '?'),
(0xf5b0d76d83c336ba9d7e4d73685e2596, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_9.php', 0, 0xa0bde837ba4fd19200e5684c8a650b3b, 0xa0bde837ba4fd19200e5684c8a650b3b, 0x63fe58a7cbe4bb1c198d8976c4539ec68253bf0cbe8c3d499aad15d709b95451, '', 0, '?'),
(0xf5b0e21d2ebe9afd490f734c639fbea0, 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_1.php', 0, 0xed4ca7748128b7e423d847817b0b09c9, 0xed4ca7748128b7e423d847817b0b09c9, 0x28680bf102245509ee227ce7e21c0d7e684cd87ea1da1563482cfb43f11ffa06, '', 0, '?'),
(0xf5b0e943cb8bfb7b9d594f4efb19ff77, 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter7.php', 0, 0x0b1538ea6f0b1abb049b5ddd6d9a8821, 0x0b1538ea6f0b1abb049b5ddd6d9a8821, 0x283175c484fa7d8b05a0808e9e98c9f8f6979ceb7549175b30d15e4cc5ab7695, '', 0, '?'),
(0xf5b2e802e726a148f287a6f6fa0a9d1c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2.php', 0, 0x9dec162631cea0d19705937e3d442a21, 0x9dec162631cea0d19705937e3d442a21, 0x6e75be9a7da5ccbde50a9a8e3c0d78b140c76e50757800fb7b040783e1ceb2df, '', 0, '?'),
(0xf5b6c3c386e7aeb9101c0289a71701e9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_3.php', 0, 0x65bb3243383a4a6b8ba31a33ce4d2754, 0x65bb3243383a4a6b8ba31a33ce4d2754, 0xf083b80bffacb3b244cd46a0907f519b750453a503debaa76cc1cc8500149d7c, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xf97d34c00cdfdecc4ff1e9c3e6d6cdf5, 0x22199df410b8a2973a0ac41cec443c52442b7c2db8d55afc5d4bfa3f0f988410, '', 0, '?'),
(0xf5b7d1a4be1049d3ae4ec131c7b04a5d, 'wp-content/themes/twentytwentyfive/assets/images/coral-square.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/coral-square.webp', 1, 0x00000000000000000000000000000000, 0xee9f2e0211563850c86f75f0b44c7f5b, 0x7928dc6d04c89677cb88ed9fe03c08097353a5c5f8314a9e85f27a5a3f2bf792, '', 0, '?'),
(0xf5ba16920b665d44ee699b7b52479808, 'wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', 1, 0x00000000000000000000000000000000, 0x29e08a3a2dca4de2906a1df377cb4f91, 0x4a6c980c100a8bdda866d47106dd6dea4b45d20ea719112844b2a72a31039197, '', 0, '?'),
(0xf5ba2eea4602fe1c04791493c0e5df43, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', 1, 0x00000000000000000000000000000000, 0x7249a3b7f875db7e8dd4b59af86f41b0, 0x1607177bd401ab810ccb16fd049a7f31baef9cc39c83ee083ad9c605f19d0e3b, '', 0, '?'),
(0xf5bc2b410ff5a759a0f1b66d76cb1395, 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-core-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-core-functions.php', 1, 0x00000000000000000000000000000000, 0x9011cc42d56385206cfbbdaa19d45dde, 0xcde08d37737e67bbc3ba54c0a78d79789509f18e5579b7756041fd12b6e53123, '', 0, '?'),
(0xf5c0f2e4c7855540c2bb509f0119dada, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 0, 0xaf11fed9df3fe07c6a460f52a9da7012, 0xaf11fed9df3fe07c6a460f52a9da7012, 0xf2ff7226a4021e8352b2768f2082a1bab61c1b98b57017769883b4e94a3635b7, '', 0, '?'),
(0xf5c1114b7d3aea613cd01bac55fb2b23, 'wp-content/plugins/wordpress-seo/lib/migrations/table.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 1, 0x00000000000000000000000000000000, 0x6a6da4388e77c49481f225094fd35f24, 0x09b9dc04a193e45b7f39e7c594fc5d1de6905ae410d79dcd6e041fa3f3b38def, '', 0, '?'),
(0xf5c643a1e28dd733be0c826585170505, 'wp-content/updraft/backup_2025-03-28-0339___90_e9c472d3d822-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-28-0339___90_e9c472d3d822-db.gz', 0, 0xe6fc0530bc7223ee0b645abe07d4f092, 0xe6fc0530bc7223ee0b645abe07d4f092, 0x25573d28c697310c6046a0a55dc848fd0420f05238cb213b922c26e1768e5c31, '', 0, '?'),
(0xf5c8896d96c4d76d8184025e6dd94223, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 1, 0x00000000000000000000000000000000, 0xa4a7f5bc65b9a0980f54238e57b8b21d, 0xf7d7dda696a4d8847417391a62a16bd47e1370076f4d6cc85c3b32f437ff51fe, '', 0, '?'),
(0xf5cdc4700a22d5e68aa2c06444fbaf46, 'wp-content/plugins/amp/src/Admin/SiteHealth.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/SiteHealth.php', 1, 0x00000000000000000000000000000000, 0x1df4180b10d8c64f4ccf60b721d2797c, 0xf2016e1cc3119d0e4418644b41f86546444e6e6c4e6b04e122b7d792db265e2f, '', 0, '?'),
(0xf5cdfd9fe2816242320872c07906af54, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-upgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-upgrade.php', 0, 0xee997f7bcba9644dcbe40760d083e647, 0xee997f7bcba9644dcbe40760d083e647, 0x80f77ae7cde0b677fb2fddba8b75460bb877fd888e28f7ad1e8170bd1ae1061d, '', 0, '?'),
(0xf5ce6de1bc961cdc87bee2e7b8c6603d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_9.php', 0, 0x6dc14547b1a30354be7e2c7982185602, 0x6dc14547b1a30354be7e2c7982185602, 0xef89c4978a4e4250cbc5e56fb9935d4b31213ed281cf74ae4f4e5b90c49e96f8, '', 0, '?'),
(0xf5d00884368b1cd0805176653f1af7c2, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-amp.png', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-amp.png', 0, 0xaea0f2b44813687dc1ad26896247cd06, 0xaea0f2b44813687dc1ad26896247cd06, 0x8413e807be83d5b28487d2d94604f8cce88e94b42f1ab672983ec9bd24d5a2a3, '', 0, '?'),
(0xf5d14cc2ece956824a02f25ce82b9bc5, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE', 1, 0x00000000000000000000000000000000, 0xaf7368297e479652e6ef808a77702c02, 0x5de582bc06cd53b9c3f6d02382f5ae8360f0e5fae701c5f6d7fb893cd45995e1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf5d515e70481613b6db4bce7d74d604d, 'wp-content/plugins/td-composer/assets/images/dividers.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/dividers.png', 0, 0xdd97b3e7802f7deeaedc04fb6367a981, 0xdd97b3e7802f7deeaedc04fb6367a981, 0xbc87bcaa9ffb2edde273a5fefe74986d30129ac452d23be98aa3861a72e00f0d, '', 0, '?'),
(0xf5dd013d66050d6f85a338161374bf31, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import.php', 0, 0xdaf61b2b3eb686667e6c9275d5f3f151, 0xdaf61b2b3eb686667e6c9275d5f3f151, 0x04bfc07d5f2447f5b7e532704dd457b52881f251999eaf10aef7ebcb015fe597, '', 0, '?'),
(0xf5df2ccc7a52b3737558ca23837a7980, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php', 0, 0x5aa00b874adb3722073a92a436a5e00e, 0x5aa00b874adb3722073a92a436a5e00e, 0x52a441cd856e0e66500109c908b3d0a708da318c930c656a5e09fb2b1f67924d, '', 0, '?'),
(0xf5e08fd04d09bff134e21df7813847aa, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 0, 0xa4504a3bc03851843e8dab9b31c88a6c, 0xa4504a3bc03851843e8dab9b31c88a6c, 0x41962018acc25e4df7f4a5b79dc33ed521fe12bb877f25d55bac790f46e85bd8, '', 0, '?'),
(0xf5e49e2b9b388de34cb0e054383b2d1d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_panel_settings.txt', 0, 0xcb0f1a6fbeaa2a56aa54c8a7585853c0, 0xcb0f1a6fbeaa2a56aa54c8a7585853c0, 0x50815a49913ad97b0467f852fcf05fe303ad45385045bb23a5c9955a538a638b, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', '/home/abt90iranbet/public_html/wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0x9deaf2db203785949c879be7aff47df0, 0x0e8cb0e25580df164e68e63702055f1ceddb4aba7384c7c84637bf4f55d8ca5c, '', 0, '?'),
(0xf5eb7106b22ebee9e6ab1e90b5baaaa3, 'wp-content/plugins/updraftplus/languages/updraftplus-te.po', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.po', 1, 0x00000000000000000000000000000000, 0x8816062132964329d03fefde1ec5bdde, 0x2dfb05faf5778f432c2dd8e71cb72e75516425d218d6ec851fbc94c3e9619818, '', 0, '?'),
(0xf5ed1ada700c776dc48c2d2209499c13, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_8.php', 0, 0x600e1049189740bc52e911e05f85e86d, 0x600e1049189740bc52e911e05f85e86d, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf5ee28aac41a19d118766476ba035196, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 1, 0x00000000000000000000000000000000, 0x1f15206215d30d6ec03e5f9cdaee06b0, 0xa6550b7221321c8f6d429e00e3c93dc143353557e4b6d3198df0381f2cc1030d, '', 0, '?'),
(0xf5ef7f759bb80e92edf5f6bbadfee5c3, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_before.txt', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_before.txt', 0, 0x124a606440748b19f0fc2a10c7567b96, 0x124a606440748b19f0fc2a10c7567b96, 0xa73b5bf875614d01b8cdfe221c71d39d1f43358c0b808b99b90d4f2337488a2b, '', 0, '?'),
(0xf5f11e8dadf9ec5e827a4f35e43cd6ea, 'wp-includes/blocks/details/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/details/style.css', 1, 0x00000000000000000000000000000000, 0xa9b39bef6232daf57c5e13ae01e4b076, 0x5729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb282, '', 0, '?'),
(0xf5f29d104aad863e7b3f0fa7dbf01b94, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_8.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf5f7cb218baf3d5b648733dfce3f82c9, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 1, 0x00000000000000000000000000000000, 0x5d60e461473b7d5ea47ff875144c7a25, 0xb01f9ace31ad51bc27707ff6147b4b9456562a9cf6d051d854511745e01ca481, '', 0, '?'),
(0xf5f86205905d61321c35e291356cc861, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', 1, 0x00000000000000000000000000000000, 0x6187890a33702ae67ef70acc653d0da8, 0xe670aff266efaa0b6798b2f41d215506cfdb5fec2378a90fbd0542b02cb370bd, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', '/home/abt90iranbet/public_html/wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0xa48056974525e35d5bc049bc6170c5a9, 0xc5b63692d49507397edfeb79c67de835467e9b0405b6d78640db321892039929, '', 0, '?'),
(0xf60eb19826dcb29785e0f2424dbd002b, 'wp-content/plugins/td-composer/assets/images/mobile_template_close.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/mobile_template_close.png', 0, 0xddd7cc4a23c3f6114d2e206e0b0e1ee6, 0xddd7cc4a23c3f6114d2e206e0b0e1ee6, 0x68eb13045899f0d944045e23a42c92add6daff6a4fb1900ae234a2e72ab14a6c, '', 0, '?'),
(0xf6108849d8a199368cbee3fa18415e86, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_ES.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_ES.json', 0, 0xd76bc24834f53bb467afc0f3ef0e33ed, 0xd76bc24834f53bb467afc0f3ef0e33ed, 0x367a7848495da920613d6fc157f9b92277694f04acf8b5e8736564a5072c5db7, '', 0, '?'),
(0xf611252cca48b289bf36823ecbf331f4, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 0, 0xa96548ca730dc3c30f4fd55269ab9366, 0xa96548ca730dc3c30f4fd55269ab9366, 0x69e688e2cad5b44cc4a2c8ac1937717f1acad8de7084ca0da55d9956a0fbc75e, '', 0, '?'),
(0xf6119184bbc24b866b56e765d006598f, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_2.php', 0, 0x85279ed35d713dbcdad1af80caf436e6, 0x85279ed35d713dbcdad1af80caf436e6, 0xdba61036c9d161e676bf2f4e668829287c16042eb453a5f78efca1b1b0a39bfb, '', 0, '?'),
(0xf61507be6e96e3010780858eb4eb578e, 'wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php', 1, 0x00000000000000000000000000000000, 0x993b927b9ed5ce32715a6b5d08515c8d, 0xe84c295f7a30f304e1875878a290e9ee1759db48949c160318cc79dc6833908b, '', 0, '?'),
(0xf624ba0f18441cfbacd6d55ec5cb93d3, 'wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0x36327e2810bc07ed5b20dc9c433a2ec5, 0x76c4d8987533e9d3248e6d40133edd288cf680273e7e193ee9b4bd3c1b9e0a2f, '', 0, '?'),
(0xf625397778d9fff814219337903ebb17, 'wp-content/plugins/td-cloud-library/assets/images/post_content_right_img.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/post_content_right_img.png', 0, 0x6cddf193a321c48a6fbcfe10264f1392, 0x6cddf193a321c48a6fbcfe10264f1392, 0xc5963ef3268b4033ff20f9531060529f394725565f4840b39396584af1a4c730, '', 0, '?'),
(0xf6259cfa4eeeeeea81ef55c7a5abbb7f, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/aaa.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/aaa.png', 0, 0x246b2d5d08c943872a9a71844963c5de, 0x246b2d5d08c943872a9a71844963c5de, 0x4848a83ac6f390d41cb6d5035176604825c2f37abd06e277cab5e69a89af4add, '', 0, '?'),
(0xf62c83d5e72666dba1e701cc4566ec9f, 'wp-content/languages/fa_IR-68f2cec7514bf8563c723a4d675fcfe6.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-68f2cec7514bf8563c723a4d675fcfe6.json', 0, 0x3408210216acdf610f0ccb4dae08db02, 0x3408210216acdf610f0ccb4dae08db02, 0x02bf1bf298f38eb556661b41b2fda35f6607ed251be3b82483458c037adff412, '', 0, '?'),
(0xf62ca3d64806b48091677fce29dc01b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_10.php', 0, 0x71bc2b71f4419a4e7c65919c8eb751d0, 0x71bc2b71f4419a4e7c65919c8eb751d0, 0x22de984fbc2b9dc41fa9a6eda9a7ff6eb64ec714afdc46556051451419b5acc9, '', 0, '?'),
(0xf62fb44894c78c86c869f1135bda765b, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 1, 0x00000000000000000000000000000000, 0x98d03a66c90e66309cc826cd4cb11135, 0xf40b4c88f497f8ce87ffae4e0e64b367cf67c95178f4b93ea09270428608c4ba, '', 0, '?'),
(0xf6347c81295ec6779d8fee0264e80347, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php', 1, 0x00000000000000000000000000000000, 0xb4bb6aabea14c9cc723be10e8d862d2a, 0x4668424a324b4562cc5f2d778b123aa8c1a98fc182f80e6cf932b8bd04ff4111, '', 0, '?'),
(0xf6481924adc6a9c450f6de595eb519f1, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php', 0, 0x3e5f44ab93a24e1e67927ff59b6cda53, 0x3e5f44ab93a24e1e67927ff59b6cda53, 0x7d581937524dd69a62dba6f887d89dae80102c19085fe8ee0d07144e973c7ee8, '', 0, '?'),
(0xf64c77ccf198c1ccc746cbfbb44f45ad, 'wp-includes/sodium_compat/src/Core32/ChaCha20/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/error_log', 0, 0x1cefbc7c9ab5adcd52f09e8639bcf692, 0x1cefbc7c9ab5adcd52f09e8639bcf692, 0xc6e7eb9b9cd32d1337e1924c6573406d8c089ed77b7becc7039498664de3175c, '', 0, '?'),
(0xf64e0d284893fcb8d795c5f7a14fd275, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', 1, 0x00000000000000000000000000000000, 0xe2704e8680d02404b167cb09fe46ed79, 0xbe653a305a6de19946e525cb4d552bca8c152b653e679bc862fc994387c6ef03, '', 0, '?'),
(0xf6541004f7aa6a5fd25f17a3df131b91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php', 1, 0x00000000000000000000000000000000, 0xa7833db3d3c9fe25f06b8bea37431fd0, 0x798ea1b01821a3605466f59cf57bc14087ee39780368ec6b8567be3c938d4e83, '', 0, '?'),
(0xf654c71eafbc4ef6f74f0eef8fcd0e62, 'wp-content/plugins/elementor/assets/css/editor.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor.css', 1, 0x00000000000000000000000000000000, 0xaf3e52645642f5ec6e971c353c6bdb95, 0xf3ddbff86667b5b9d025d3324472c0c38e0e91eb561a7ac274b7758224529835, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', '/home/abt90iranbet/public_html/wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xf657233ae6e156b8f3a69afc5e483358, 'wp-includes/blocks/nextpage/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor.min.css', 1, 0x00000000000000000000000000000000, 0x36527f639bb11330b5742046bce6f630, 0xece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161, '', 0, '?'),
(0xf661c5f95289574b01fc616d76221f64, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_import.php', 0, 0xe150c4d012d5171e33ab836cb479e470, 0xe150c4d012d5171e33ab836cb479e470, 0xf42d6939b86a6046fe0e419c8fc9668f427e5e7bbf1366cea8b9f33c2029a822, '', 0, '?'),
(0xf6689a62705b2877da24401b7978e859, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js', 0, 0x7c554ff00733d48d70bd6b2345c44161, 0x7c554ff00733d48d70bd6b2345c44161, 0xc5c13d1a726514ff5d314c0f54c7c79b32b1bcea9ccef2d827c8de9e3e435de9, '', 0, '?'),
(0xf66b8651395accb5754112cc258026a1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_6.php', 0, 0x9251025fdf18cbef7c8531be00617323, 0x9251025fdf18cbef7c8531be00617323, 0x9b1bf7f502d52d457d1c6544dd5bc3f11c7927c26df6e9b5810dc745e5d9880a, '', 0, '?'),
(0xf6785f3a71f2797dae5e65a77a35cfb0, 'wp-content/updraft/backup_2025-10-06-0333___90_a6f61d98587e-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-06-0333___90_a6f61d98587e-db.gz', 0, 0x3361b6814391b11d9db5b99a170bd3e6, 0x3361b6814391b11d9db5b99a170bd3e6, 0xa5538388903e05cae5c62577da24f1964024d633d961419e7453fe3e6212e813, '', 0, '?'),
(0xf679f2af105949bd1e62191251660006, 'wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 1, 0x00000000000000000000000000000000, 0x6006f2b9a5ee3875f74d864d704ac92f, 0x7bea91c6b0f318a8d28578cedb84e6647d701c24c9b9d12563178415d71e8b25, '', 0, '?'),
(0xf67e570d9f619a856c40012ee0a9b532, 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 0, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0xbe9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4e, '', 0, '?'),
(0xf67f8010a3a1823a9224b66487063411, 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 1, 0x00000000000000000000000000000000, 0x8abe18dc05c703233522b43befd6ded3, 0xe643435f70ba20603030cbebb547de909608453430c4b4267af7c1ebe302afbe, '', 0, '?'),
(0xf682444605c24474ba80b37957f65478, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', 1, 0x00000000000000000000000000000000, 0x22ab93834d9c194ca0ee43962f3b75fe, 0x91936eff5bbccec5217a84e494b23c9427f77c34bd497c4e92dc728b32ebae10, '', 0, '?'),
(0xf6871e77fb1031be16a99450e7103a2e, 'wp-content/updraft/backup_2025-11-04-0330___90_01e15fe31cb4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-04-0330___90_01e15fe31cb4-db.gz', 0, 0x1ab8ab019ba8930756e06e2ca63fb0e6, 0x1ab8ab019ba8930756e06e2ca63fb0e6, 0xbd95ee2cea90181228435b161b2c691e732db74798ddaeddc13c6e37e964b582, '', 0, '?'),
(0xf688bb8b2cc4e82d940e9baf609feb78, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370.css', 1, 0x00000000000000000000000000000000, 0xbea2044d7efbb59b29f856bc27d317f4, 0xcb978c4dc9aba2f9ef1ab17714e31f95def1444fdbed78b93b2255e459369397, '', 0, '?'),
(0xf68cbfb7dce12fba52aa58068341f7f5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3_no_content.php', 0, 0x474dd9440af6c583a022b8972484a5f2, 0x474dd9440af6c583a022b8972484a5f2, 0x4d286937a28c8b2c144bdbb79774755f92861842ccbaa20473f98a6af094b9cc, '', 0, '?'),
(0xf69593926ab21f89519be159ba312180, 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_2_style.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_2_style.php', 0, 0x2e43874d34f6cfe7c39bdbe8a481a7dd, 0x2e43874d34f6cfe7c39bdbe8a481a7dd, 0x08418e9090079f857c40da9a3de2c14adedd16d23619092ad13e182acbb8b7e2, '', 0, '?'),
(0xf6a0310b148d108c706562f8ac3a4690, 'wp-content/plugins/td-composer/includes/shortcodes/vc_row_inner.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row_inner.php', 0, 0x6e7df819c8672ffb4ca5d355dd8b8912, 0x6e7df819c8672ffb4ca5d355dd8b8912, 0x536742f29c75059aaa0245e24f11dbba5249f8d1cb8cc163f2c564ccbe54d11b, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', '/home/abt90iranbet/public_html/wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0x1de3e5a5414ebd5a0c7bb34775699c6b, 0x636d19523111712a9ca66d5327c2063afd5064d87abc989ed2d2c24abd5906cf, '', 0, '?'),
(0xf6b9d5acb8e9c9fbb2bb20bca9890358, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/site.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/site.php', 1, 0x00000000000000000000000000000000, 0x0aafc97785586c8ec9c2362ca0cfb82c, 0x8d4a66c11da918094ce207847c64339fccfe64e9620c82bed386ea9215619141, '', 0, '?'),
(0xf6bcd8ccc8519069d9cbfb2f89fec9d0, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_6.png', 0, 0x5fd0c398d564933dcbd3c1e53afc279f, 0x5fd0c398d564933dcbd3c1e53afc279f, 0x93181c54baef46c6dd9beebcc167d5476cdd50914e754acf4b55ccdc2c3232d3, '', 0, '?'),
(0xf6c0458c5acb111a23187739c901570f, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf6c1be58209b81a79d97ed498f102760, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1_no_content.php', 0, 0x55bc29f3f7117a63d19e62431375bcc3, 0x55bc29f3f7117a63d19e62431375bcc3, 0x9094ac0614d690de2fc6c03d78a9b976c00ce9738282c604dcf537be8bb94469, '', 0, '?'),
(0xf6c5db28cc078a749ba5e7f8ceab170a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3_no_content.php', 0, 0x4361a1a875470b630d515bdbd25a5ca0, 0x4361a1a875470b630d515bdbd25a5ca0, 0x35d33f17e47670e16c8dcb94f50a0124c7e42e1b6e1f4dbe5aaace781fe64f8f, '', 0, '?'),
(0xf6c5ea8b626336fefa13ec8665ba9a82, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3.php', 0, 0x56dde88ef32076854310ec9790454904, 0x56dde88ef32076854310ec9790454904, 0x92c4604a4c6d00773a9d7d1cbe16c7177cc5c16ec108e6fcc99cf2f5c5991b67, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xf6c85cf6f74c8daa6c8141e2d6e22ab6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 1, 0x00000000000000000000000000000000, 0x7dfb1139d6f59e8cd91203d8f66d5ad9, 0x1be8e7f90b1986b6b6f68838efa0b19f6406d6737e4b7d41b01ba715ef485825, '', 0, '?'),
(0xf6c88cb3cbbbe8a5cc0df505e29b5a27, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_1.php', 0, 0x3d39314ced4220e1e466cb783e4635a5, 0x3d39314ced4220e1e466cb783e4635a5, 0x5ba057f9b9f026da8ac28ef57a8dfa1209a3bcfd8d4787ec8af6b3395fe2c378, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', '/home/abt90iranbet/public_html/wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0x1a1722556f5abcc5d72be9c0d8b0f622, 0x7d83862fc25bd6dc8c85dcf4dd4079cca4f5f786744ad52596252a667a5629bf, '', 0, '?'),
(0xf6cb16fb67c4a8c24e1539ef4b8ffc32, 'wp-content/plugins/td-composer/legacy/Newspaper/page.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page.php', 0, 0xf15ee4f05559daa19b012c9bd078a4c2, 0xf15ee4f05559daa19b012c9bd078a4c2, 0x00c335d9e75d6389cdd9ea9ff473e9972deaa1166d9966c73464809183860c8a, '', 0, '?'),
(0xf6cb6a50c16fe1fce217c767fd2831a2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_7.php', 0, 0xf1b501299b66cdd9b8a3b6cf13c8e625, 0xf1b501299b66cdd9b8a3b6cf13c8e625, 0x53af443097cca87165b68cbbbc4e05edba5d4f0d88f9a917c63db425e8e3ebda, '', 0, '?'),
(0xf6d3a400f39ca8ed2d2cc8603d7e8984, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', 1, 0x00000000000000000000000000000000, 0xf5802a05b073a954018739ab8f46a95f, 0x1e2cdf9b93a9a45f88908c886999b591b3e50196692ef4bfd2d1d3911556a4b9, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', '/home/abt90iranbet/public_html/wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0x9fb67838a0cc21a8b58378965312d76a, 0xecc94a80edc56696765ef744d377f416dba60ac6c673f04275a62fa50e9e8c4c, '', 0, '?'),
(0xf6de05fa7b5a57deedee1e38dc4eba6b, 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/composer.json', 0, 0x38ab815d38c8a0b6e2761d227879870c, 0x38ab815d38c8a0b6e2761d227879870c, 0x075542acafd74c03943d850fe3826e1a23d59d0d7fc4686ad3634ce0a23bc10b, '', 0, '?'),
(0xf6de2515deb3bcd93362a4eeba9b9cc6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x934940b41f09b83b79d4b78e3d6ffe11, 0x2de350cad074ba67e5d50aa109b6e36100af5ffbb68046909d82e084dd6b1e19, '', 0, '?'),
(0xf6e2e34c8314bef5036f59f218bfd67a, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_4.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_4.png', 0, 0x2bbdc900d9e4b71d0fa1e754162b10dd, 0x2bbdc900d9e4b71d0fa1e754162b10dd, 0xf759ca35b8bb93fab335cdede519891b496853883ee96627cbc6fa1b1347c87d, '', 0, '?'),
(0xf6e77959152968af05954ebffac381d3, 'wp-includes/js/dist/customize-widgets.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x4304177d2bfc2543471230de6f97aac5, 0x2aedf0c5688906a76aec18ca7e9f8c481fef64b47041ddcfe5dfc62c1a9bad6d, '', 0, '?'),
(0xf6ea62b5e01cf44c150c8a551f4bceb2, 'wp-content/plugins/td-newsletter/shortcodes/tdn_block_newsletter_subscribe.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/shortcodes/tdn_block_newsletter_subscribe.php', 0, 0x36edcc52d2a5af017b6bcaa1e0f972e0, 0x36edcc52d2a5af017b6bcaa1e0f972e0, 0xb07296be63ecf3001617f2dc952d47a6dd92e15ebfd962f67292820f0b52fd59, '', 0, '?'),
(0xf6eced29ff280b6a130a61f142de0fe1, 'wp-content/plugins/td-composer/css-live/assets/external/ace/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/LICENSE.txt', 0, 0xa6da75b5a5883b7c995fbe40d8d73f9b, 0xa6da75b5a5883b7c995fbe40d8d73f9b, 0x246676a8ca169bd52e5e6e8271f95ac3d9428913da7e2151ba8725de4ceef419, '', 0, '?'),
(0xf6f27032ae49b7a97fd8e051ca8d6824, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_blocks.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_blocks.php', 0, 0xc0cf9e940f45ede822485783552fd034, 0xc0cf9e940f45ede822485783552fd034, 0xa3808dcdd6e42325054c87ab97755865b82abc7f730a63b18e01e59dcb53aa41, '', 0, '?'),
(0xf6f3e95e9d87507b759ed7c3e4679e5d, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', 1, 0x00000000000000000000000000000000, 0x2287292713844e610cb447f45bf37d43, 0xc296e4df1d0d2497bd1b02c6349f168053d99f9143620ffdc265ab0d3b5bfc4b, '', 0, '?'),
(0xf6f80b8eda046d62ee41b0ebe8e13ae4, 'wp-content/plugins/kk-star-ratings/src/core/functions/migrations.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/migrations.php', 1, 0x00000000000000000000000000000000, 0xcf4d6e45bc72e15721d876226dd8d1e7, 0xf6c1e32e9267ac6ffe267d02433bc5c7b92875060729f8bc6e81ab8794c037b9, '', 0, '?'),
(0xf6fac7531d0b5f7d321d9d22bdbc5d61, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_9.php', 0, 0x4c68401d632f4ff3cfa13ab7825fdd3a, 0x4c68401d632f4ff3cfa13ab7825fdd3a, 0x5056d4a46631198dd49bab1bab18b66ac3dfaf0f4331d8bdef194dba535aa1b9, '', 0, '?'),
(0xf6fcff22dc3f896c2481eb6ee74a32f1, 'wp-content/plugins/wp-rocket/languages/rocket-pt_PT.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_PT.po', 0, 0x6dcb6de3d6a45904527e7c58c7b528fc, 0x6dcb6de3d6a45904527e7c58c7b528fc, 0xf4083fc18de54734cb8227c1428a92717cc83e01ca18e99c468e4212721fba0f, '', 0, '?'),
(0xf6fdde4b7be1f423bf2775635e490abe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_7.php', 0, 0x8300045bc74019c6814c3a5e51c5873a, 0x8300045bc74019c6814c3a5e51c5873a, 0xadf0bd77cc7d2896abe5c13000dabb05cb579e455a3b6b1696a398086129242f, '', 0, '?'),
(0xf70806bf0c7d62f2908bd5a1c3fe4efc, 'wp-includes/js/dist/core-commands.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/core-commands.js', 1, 0x00000000000000000000000000000000, 0xd77c095c16d70904c0f040d3e380a334, 0x40b1c12609261a23bacfe220501aa3061648c927c74784415dee1a6bc399a8c1, '', 0, '?'),
(0xf708cde5f783c5b39a65ba80de634585, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_3.php', 0, 0xd6662326cbd56a6f71042e722f058059, 0xd6662326cbd56a6f71042e722f058059, 0x09ed0a0533a39d04558465ee8603e64976ea2ac8c39d33b4e689011cd116f03a, '', 0, '?'),
(0xf70deda01699d0dd47760d37b5305e07, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php', 1, 0x00000000000000000000000000000000, 0x74ed5900cd799c535ec4f851ea4c7162, 0xb0b3553d4110ac09ea1aac3f4e6000f9c565fa32b6a7ab84ad567b02ca7ae38b, '', 0, '?'),
(0xf7112a4e649a458add02ea1df3254600, 'wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php', 1, 0x00000000000000000000000000000000, 0x079a618b049ebd2f9924d04e1465fb5e, 0x2afbd74e502c13b077d62d1a7c11eb8c51689f324bab9cc0366cc03695ff4e93, '', 0, '?'),
(0xf712b6166778834189c8a27da1670fa2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x9904e9bd5d12e18aaee9c201ecc8a326, 0x1c911c16994b94f22302f20c404a55b07d469784181f8ec1c12cfcfee51d215b, '', 0, '?'),
(0xf715b570b6081f52e5c2eb8ad7784281, 'wp-content/plugins/elementor/includes/widgets/inner-section.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/inner-section.php', 1, 0x00000000000000000000000000000000, 0x97e14bf5bd19ffed15802dd98e270264, 0x5183217a815450c5b5cf8f6a6af43d5419bfbe47d94494db1dfd30e557251e51, '', 0, '?'),
(0xf716607b308ee977f2b8ef911187376b, 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/db-size.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/db-size.php', 0, 0xc565381d27bbf291979fe0c6f75e3c26, 0xc565381d27bbf291979fe0c6f75e3c26, 0xd8d196542e6c6201f575ef7b957d611e5c364be1c87cdea16462c758087b0b63, '', 0, '?'),
(0xf718dcb88b4f134c7b626f37b9e3227d, 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.po', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.po', 0, 0xef3d4788c912acdc885907dc221bb0b5, 0xef3d4788c912acdc885907dc221bb0b5, 0x00b8765374c8c2f07b028ec68c98598d9efd564b28fde80bfa9f33841c5f6780, '', 0, '?'),
(0xf71b40ec9f4709830d22884dccb70139, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_3.php', 0, 0x7d3e91b1ba9dd54d881956cd355700b3, 0x7d3e91b1ba9dd54d881956cd355700b3, 0xf7d85c49fa31473591a47f6f59c2322a5ba57fe0a8d78ac35a8c4646e20cb863, '', 0, '?'),
(0xf71c09a6e0f53a06a145e3995004251f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', 1, 0x00000000000000000000000000000000, 0x682218f02a87f56587ae590b034c18dd, 0x8537a8d52d418ce9e3715f6b3fafad405909117aabe42fc4dda4cc3cc7f8c9da, '', 0, '?'),
(0xf71c9b5f973ad8d506efc48833e9cee7, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-custom-fields-plugin-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-custom-fields-plugin-2340.min.js', 0, 0x06ada665fbe0e5ce08ab728bc019ccda, 0x06ada665fbe0e5ce08ab728bc019ccda, 0xdb698dc36beca391bc6f491c56cd9a1a74e03869093b7e590de305c8af4cf547, '', 0, '?'),
(0xf71d6a0aae5e8bad73a46d04cdb7dcfc, 'wp-includes/blocks/comment-edit-link/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x22a0a5a6bd91497faee701b45f3bb722, 0xe41b4d737ec37677937903e9047d4adcac0bde3908369f51ad2414dbba906fa3, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0xcdc0ae04c3b9d3f48d6618a072c6fd5a, 0xba2e30d8af6c0f1d8a3eab2f482d972f7002ab34c37bfa4465015b25254e8b58, '', 0, '?'),
(0xf7207f30f34d49e396cf68d83d2e6a31, 'wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php', 0, 0x4af256a1351f3b379af5a16c580279c4, 0x4af256a1351f3b379af5a16c580279c4, 0x50e28f05b66b191b845f558be96928dd3c082d16b5c9c4819956f3ba47e6c5be, '', 0, '?'),
(0xf7233ca46ac5709fa242fd5dfc0b08d7, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-5.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-5.png', 0, 0xc1c999c5268915d7c79c79b2672c1927, 0xc1c999c5268915d7c79c79b2672c1927, 0xd45168ed9a374a58c325526206c8ab4345f2fe8d8d0b9296059f2229164f1d43, '', 0, '?'),
(0xf72c26efe73ed0bb53155c716aaf65d0, 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_notices.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_notices.php', 1, 0x00000000000000000000000000000000, 0x3eb14659ec017a8b3bd03f58aefc617a, 0x8a1ea2d16ddb1a1ae86bc59a36e2edf6e9eb714c82f4b67a99721c1b2f454079, '', 0, '?'),
(0xf72cd475d6bbc5f3b9d0422e7495145c, 'wp-content/plugins/kk-star-ratings/languages/kk-star-ratings.pot', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/languages/kk-star-ratings.pot', 1, 0x00000000000000000000000000000000, 0xe389c5500672488146975bee9434a733, 0x808adb874b38e0f9edac7328d1c57b10e128d8b612fdd508090a23996743d723, '', 0, '?'),
(0xf733615afffe21033b98b20a2a32ab2c, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php', 0, 0x3462f8814256ae4e950f2d602496a11d, 0x3462f8814256ae4e950f2d602496a11d, 0x63294eacfe866b848511590d246f92423521262a04d6810414641fd20934ef13, '', 0, '?'),
(0xf736662cb669b9b67229ee058754f975, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_8.php', 0, 0x9d01a8730780882a802b769a460e3a20, 0x9d01a8730780882a802b769a460e3a20, 0x23d6e9542cd1513c85e19baadd1db0c868f9d1dc9ad4c916de0c059ae1a389a6, '', 0, '?'),
(0xf736b103f3883cbeb466fd542a11c28f, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-self-redirect-validation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-self-redirect-validation.php', 0, 0xa2b7d16cc83ecd8ed474a262d3cf4a88, 0xa2b7d16cc83ecd8ed474a262d3cf4a88, 0x9d4c052553c5a340518d6b83459958819b803b2d3840d1a5bc27703d2b10024d, '', 0, '?'),
(0xf73f5e622cf48039de9821816165ddb2, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php', 0, 0xec4b51734e3b79ac8cf6fab132d31d49, 0xec4b51734e3b79ac8cf6fab132d31d49, 0x1a1e3ebb0a9b39dd6e55680515c2cf5d4cb1ff17e53212aca480968e30115162, '', 0, '?'),
(0xf743cb3adbf255383ef5a4d66826c168, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0xe7b813b9871aa4d52b6b47d1679e7c4d, 0xedfa8cc704e6a24fb7f2f1b450de6e558f055a37ceb1dafa4cfd1bcff0927d9c, '', 0, '?'),
(0xf74e37dd7edc3a9940db0d3730a00546, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', 1, 0x00000000000000000000000000000000, 0xf91ffafcbbd246c1fb40c70156b9a9e5, 0xf17a2fda2e9c4a7dff50ee8a5b7bf80fbe532fd710899f0ad8df29a00add25e5, '', 0, '?'),
(0xf74fc327bf9ccdfc1e4860a1c97e95d3, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 0, 0xda9b92eda0de2d053fef196020a5baa0, 0xda9b92eda0de2d053fef196020a5baa0, 0xda906e41cb85079bfdd7fd25212581ca6056823b5ba68ed2fbff80952e43bd5f, '', 0, '?'),
(0xf750fff85e3a4123c31035ae9908b4bd, 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js.gz', 0, 0x01d8a47b1c0378e1b112cbe8c0b157b1, 0x01d8a47b1c0378e1b112cbe8c0b157b1, 0x4a66885e662a99ce1f547d4c597c38c6111273ba17fe6ee2aec57569c4732ed6, '', 0, '?'),
(0xf755eb136a53764563d63817104aab20, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 0, 0x4e41f4feb518549070472d416ead219c, 0x4e41f4feb518549070472d416ead219c, 0x60a87ba354be0c6a9585a7f4705b3b94dc3c7bb1f92ff54e04e702fc0d777796, '', 0, '?'),
(0xf758070f6111536f8c0387d13d7bd9f8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2_no_content.php', 0, 0x066ee6ecfef29699b401bac2fc6cc59d, 0x066ee6ecfef29699b401bac2fc6cc59d, 0xecf2d74b61ab68bcc20031fabf640d80da911e5d3ae768f7879b3ce03e0fe780, '', 0, '?'),
(0xf7619f5e52449e17518e3795ebb86428, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_1.php', 0, 0x103b27fced3b0223c240a5d915e7a0c5, 0x103b27fced3b0223c240a5d915e7a0c5, 0xba5959eb73068b0b81f34c15264e65f28001b49fc24036f128c297c2729e412c, '', 0, '?'),
(0xf7638725afd0a1cef407e1f3c811f251, 'wp-content/plugins/td-composer/css-live/assets/images/extension.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/extension.png', 0, 0x51c4472545f89303fac05d65a0a53733, 0x51c4472545f89303fac05d65a0a53733, 0x3a5807d1fd770dcfeae3fb42800ff3e7889d3a6c640b41e6504250ab5a4c60e4, '', 0, '?'),
(0xf763c80d123f389b77c046af7d0ede23, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json', 1, 0x00000000000000000000000000000000, 0x56796db55403f780192a2c9a62209db6, 0xb24de04c10ab03999a3a3d10b97e3b2432750e1122a0ad5adeae8b76af2a84d3, '', 0, '?'),
(0xf763ec98707eab307b0f66a365b20810, 'wp-includes/images/media/document.svg', '/home/abt90iranbet/public_html/wp-includes/images/media/document.svg', 1, 0x00000000000000000000000000000000, 0x84f84b43d3abf64d95d90b43096fbd1d, 0x7d764c58b4554c046d0883e010e6faa090191669518d1c5170488909df9ce88b, '', 0, '?'),
(0xf76e56c572f05628d6f15dc053109ee6, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/demo_style.css', 0, 0x2fd837f95858922624d29a87dd653385, 0x2fd837f95858922624d29a87dd653385, 0x1d21c41e35d85e297b4073f296d8cd08ecfd02d9d7308d72a8609740a133c762, '', 0, '?'),
(0xf773d3451900314a5f7030b7798dc5b9, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php', 1, 0x00000000000000000000000000000000, 0x0135a53c03f7f10fe530c61d459130ef, 0xeedb84c9779d96aff33364d4ee21be746a94b62d41bb6a7477e0d211f7af1248, '', 0, '?'),
(0xf776c58826a24351c40ca8010b87f902, 'wp-content/plugins/updraftplus/includes/class-filesystem-functions.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-filesystem-functions.php', 1, 0x00000000000000000000000000000000, 0xa1737a347fdd4bd986fd6e6d1df90027, 0x9488f7c9e41099fade45b9003604f757476b2290ac6ed07bb58e2a4fa3686c59, '', 0, '?'),
(0xf77aae09f4648acb4919806f636657e6, 'wp-content/plugins/amp/assets/css/amp-validation-counts.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts.css', 1, 0x00000000000000000000000000000000, 0x52f36dd5bc843cbaae8f7f69b106cec6, 0x45283cf742e348edae1f157fddd16bba86c6d7b4b0b0f7317fc6806f5beeb248, '', 0, '?'),
(0xf785b275ccf4b203da17f1dc16ca630c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', 1, 0x00000000000000000000000000000000, 0xa80f7f451dba4f7e7853b6c641a36baa, 0x5cfeff0ff7ecc0afbaebe395451fba48c9f2711886b207c3698aee9a6fa980f8, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xc12b0f1284244260771fe4c695b491e1, 0xff61bac401dde236e3eccdce9faacbee765d7a358c92dac194be0d8d70f163a0, '', 0, '?'),
(0xf799823d54f17a3f7d0548306c151a22, 'wp-content/themes/twentytwentyfour/styles/maelstrom.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/maelstrom.json', 1, 0x00000000000000000000000000000000, 0xf87c7002eb0dec6227444eced2d92c8e, 0xd7c6e9b26e5896a01a2904cee6cde70687871f2a61eb15bf111f7641ebe7778f, '', 0, '?'),
(0xf79b1ce7a7a6eadb98abc885b092e2ec, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_4.php', 0, 0x0979380664b580263fdc4e8405049b83, 0x0979380664b580263fdc4e8405049b83, 0xa550b0e94ef8a94fcc2059ba16bbeb4e4a68b1f1574fe2d3c3a5964ba96154aa, '', 0, '?'),
(0xf79b571b8982f82db6d1d0d0f8ced106, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', 1, 0x00000000000000000000000000000000, 0x8889de7ea11933df38b866d885bd5608, 0xd38e75858f5e66178ae827818275fa8a5fa0c8f8c5a7dd0ac0876be08be43cfd, '', 0, '?'),
(0xf79f1793b52bd2db1d4d042589e4a3a4, 'wp-includes/Requests/src/Exception/Http/Status405.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status405.php', 1, 0x00000000000000000000000000000000, 0xbec4f2b33123639cce1c4e9e06a3a20b, 0xcd79333c3c90dbb4b379069bbe48df8f53b502390751f6618fb49baede46d9af, '', 0, '?'),
(0xf7a332483cb9db2063054306fcc8e5f5, 'wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php', 1, 0x00000000000000000000000000000000, 0x2a4ad3897f18919ebcb9af44d969bf3f, 0x94df300c087edf8632a280470488d0baff480ef5eeaef34be4eab1b6e22b423d, '', 0, '?'),
(0xf7a7fabdb77e1dfa9c66d01667ed6bfa, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md', 1, 0x00000000000000000000000000000000, 0x4ce1a887696b3792237ac5d2449e849d, 0xe61d1b33fc437cec3dc04cbeb9b95c1c82cc4ec26887c04ea59d2900d7801dfa, '', 0, '?'),
(0xf7ad09bb556b150d0f5b3a128d3fee72, 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php', 0, 0x5a716edcee0bb7d1467cc8567569c609, 0x5a716edcee0bb7d1467cc8567569c609, 0xe8b040a592d66c52a5679dbd1349b2535cf4750c0ce79617c3423a5d5123d111, '', 0, '?'),
(0xf7af75963791fff241bed96f7fb6c032, 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 1, 0x00000000000000000000000000000000, 0x0026590424ad9f7b024207fb24caeb75, 0xf5be349679b46996b313f5f9dc3fd916ad1a8e50279b4e8e87bc0025e119937a, '', 0, '?'),
(0xf7b038a3c8437f84b6c3fc210830ebcf, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0xc10bbcedefd10561a5bf1fcb5e57f12f, 0x345111bc6edcaba1f63255eb25151ed2d265fedf8184112f3a33380481c6b7cd, '', 0, '?'),
(0xf7b0a7d20d1f3ddfd086459548cda76b, 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg', 1, 0x00000000000000000000000000000000, 0x65f70a92544dad8b83fe88f4dddbba83, 0x0acc620809d498bd6586d2bae86505295ca97602ed2ed27b04adb48173262903, '', 0, '?'),
(0xf7b1226a9ae916de560ec4d119d464a3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x81c2ad18c3104165e9d306e63145488b, 0x01c835cfb8c4be65ae41bd07624bba27068d9049432bc5fadf075b70531f2518, '', 0, '?'),
(0xf7b4ca07bedea923d49cc4e56fd61e87, 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_cloud_templates.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_cloud_templates.min.js', 0, 0x6791cdb911852fa1b0ce4cc71b014cda, 0x6791cdb911852fa1b0ce4cc71b014cda, 0x53317f3a6f24249e27d65b92d3bd2e34efa8ec2d947045b2fe858d38ca1093ee, '', 0, '?'),
(0xf7b500d7ecd17a14a344a683a01f8b15, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/RequestInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/RequestInterface.php', 0, 0x19c470073088141bbd08e20e46503b13, 0x19c470073088141bbd08e20e46503b13, 0x89e510461f30e6a0d04500895f0d6df13ed7ff54fe347e45d88d493c8039315d, '', 0, '?'),
(0xf7b56555af915215cfb4c8f4f598b0ef, 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 1, 0x00000000000000000000000000000000, 0x33685ac29d2de5dbcd707bc013b0c47c, 0xc3e8e0d373cab86cb4e3a50a7e92bc66828e908c2174650111d74f195bd51480, '', 0, '?'),
(0xf7bc2483be1ae0d71312b0d82203aa84, 'wp-content/plugins/amp/assets/css/amp-support.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-support.css', 1, 0x00000000000000000000000000000000, 0x5ab84ea4d2cf5d6586fddd76beac45e6, 0x01c312f220a37f0b24d5781a890186b6c6a4213b811c293bb476a468357659ce, '', 0, '?'),
(0xf7bebb4ad54b7a06e037de221d6e6138, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php', 0, 0xf8f457e044a3154b5891e09fa6ff61ec, 0xf8f457e044a3154b5891e09fa6ff61ec, 0xd57671240675aef0e9d54217dc7132f0081a2f80ea7cb5508106f854a7cdd2db, '', 0, '?'),
(0xf7c04d72f8b9ba3e2f778c630beded4e, 'wp-content/plugins/amp/includes/class-amp-http.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-http.php', 1, 0x00000000000000000000000000000000, 0xb46e3b3b157f39c37b637c90af4233d5, 0x032ebd0ce45721b32c55b088ee2b636ccedadfbf5c75eca95b30f11dcf14601d, '', 0, '?'),
(0xf7c565caa12295a70898e90b90a56071, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/footer.less', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/footer.less', 0, 0x21f4c811384e1b60946809d7d1c49809, 0x21f4c811384e1b60946809d7d1c49809, 0xf39e2c3c6e5b88e1331226c9b3741d1bbb83a78ec2f8ff7bd7eaa6ffafc045ad, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0x76499adf31e638d24bf57bfe0317f7e7, 0x4ed049d93720bf720de62f4b33640eb97d492a6fe9ef1b8919c516bdbc5d0199, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf7c89ea0d61862a4e274819584c61a99, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_5.php', 0, 0xbf96e416008a095c5f6827dc21bb1848, 0xbf96e416008a095c5f6827dc21bb1848, 0x01b082be0b9753c0ff73cdf7532a0207bce02352e187d7a1357167c7fcc41570, '', 0, '?'),
(0xf7c942f18148858ca577a5858f07ed05, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 1, 0x00000000000000000000000000000000, 0x3f8d6817b21b1e65f69284fc80dd1b2c, 0x0b38305b60360fbbd8f5fd52cf0d7f3d1fdd7ebb6dbd0c896b3eee147cee7fb6, '', 0, '?'),
(0xf7cb24283a653fc49e32fab3e035cf50, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-eastcoast.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-eastcoast.jpg', 0, 0xc27c0d405b780122978c13a4705676ab, 0xc27c0d405b780122978c13a4705676ab, 0xcb6f4b19cab26108c0cb1a9cc82fc23692d456828bf2f486999d321ba0ad2ba3, '', 0, '?'),
(0xf7cbd5f6d091d9217424307626243805, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', 1, 0x00000000000000000000000000000000, 0xf7177dcbc1061ace7962101ded37239c, 0x50843583b674a26b348c74b782f313498535706de54e9884d8c8976f2da9f5cb, '', 0, '?'),
(0xf7cd518e6e3a341aeb3f4bbf2ab78de5, 'wp-content/plugins/wordfence/css/license/premium-global.1690810710.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/premium-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd9ac35cdc02689eb0696175d55bcca00, 0x3d3a49eac3235f41a45c52058bf5cfd6a358d4e646a2a7534f9919887265f363, '', 0, '?'),
(0xf7d08bed0c03213c0423e0cd4602cc4f, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-12.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-12.png', 0, 0x3636ec9cb129f39d41343f98f4178a2a, 0x3636ec9cb129f39d41343f98f4178a2a, 0x0c5a04f99c86cf321012601d4b6809067bbd93fa91618ae912818362fb2eeb82, '', 0, '?'),
(0xf7d2ac44a877376c60bf8ffea1cdd0fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import.php', 0, 0x9a1c6c41287798bf6d55f5dcf34e0744, 0x9a1c6c41287798bf6d55f5dcf34e0744, 0xda2bbb34a4487041c5b7618116916e90fabd38dd9ee45251aee8183bb889f40b, '', 0, '?'),
(0xf7dd16ef17d0b3d9defa8db9d0927977, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', 1, 0x00000000000000000000000000000000, 0xa061f272275bb270b9382fdf3ae1c434, 0x253ec34ea5be916d43f9c1731b8d1150c243117ce7c2609009d3b94c021a9fcf, '', 0, '?'),
(0xf7de2b842e513f1a4c9d7f37cd45563d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/lint.yml', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/lint.yml', 0, 0xe726e3e8bb15ecef1ab1427df33a074f, 0xe726e3e8bb15ecef1ab1427df33a074f, 0x9052a72acf933fa00ee9aea83c290fb8853a154bcc79364f223630471e5e78ec, '', 0, '?'),
(0xf7e44c7421cbb90c9bb62289cd00f8b9, 'wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md', 1, 0x00000000000000000000000000000000, 0x1f5b6ef62d4b6031c426700cf5ca5f1d, 0x23fb7d18e76ee54ec16aa31e07077755b7228280452f1879bfb6413513c9f7c1, '', 0, '?'),
(0xf7e4d76aafff3889aa9961c77065b550, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_translations/td_translations.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_translations/td_translations.php', 0, 0x436bef177f39fc0af65610579f025be6, 0x436bef177f39fc0af65610579f025be6, 0xe6526f10ea0e08f5c75b5071ebc12c845c6d4770fb70b4b5779c89ed0732d6a6, '', 0, '?'),
(0xf7f1e06faef6ca1252060d0740b0ca7b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3_no_content.php', 0, 0x7a5f43be09722e42c58ea981b73dfe72, 0x7a5f43be09722e42c58ea981b73dfe72, 0x51a30dfefe9fa212c0b043422331652663f5462a85379d4840e116e9b7b473b2, '', 0, '?'),
(0xf7f327eb0c7b052196919d729964b91b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1.php', 0, 0x26fa2c74fef039f5192ffcabcc66a1b2, 0x26fa2c74fef039f5192ffcabcc66a1b2, 0x0bc05ae56f8c0ff472114d1d729e03eb52f2bc256bb314cf2f49c8c6007ecdbd, '', 0, '?'),
(0xf7f8045830f2c7e4b850cb91c9b76337, 'wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php', 0, 0xe5400d14867ba7018ed7d80d2f2ddc6d, 0xe5400d14867ba7018ed7d80d2f2ddc6d, 0x54634c617b51cca5e4f574260b60001cf52c5e6dc2d37e4f672618aabf76e7e3, '', 0, '?'),
(0xf7f8049a582045cd122b4e837ea53202, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import.php', 0, 0x1da24d0a1e27ba61a64357efee5ff68d, 0x1da24d0a1e27ba61a64357efee5ff68d, 0xe8ea18e0aff5f42ed099ca39a19ad1539a24c8487c86aa4251762aa95150f29e, '', 0, '?'),
(0xf7fab94733a1fd7d9c28c3d3b0d27c09, 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css', 0, 0x5e76d02872024db808e06edbd73cca4a, 0x5e76d02872024db808e06edbd73cca4a, 0xe16cb78525c6e3722828fb4a9132e3f79f70497c10d5af0ee8e2df34de086ab3, '', 0, '?'),
(0xf7fcfaa0e9cc309e4d52206bd12e910a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_2.php', 0, 0x86c01f79f897ffed0096396aea7dde90, 0x86c01f79f897ffed0096396aea7dde90, 0x5c9be5f49b30f7a5070f925ed74d19d1f59c09dc5f59c898c4a3142e037c50a2, '', 0, '?'),
(0xf7fd406a47aa2ce2d1f95ca5d6373fad, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php', 0, 0x64f45f377b2197eaa0e62e8f46e6be0a, 0x64f45f377b2197eaa0e62e8f46e6be0a, 0x92ae807f1dc15ac2cebbb1c440489c987d2eda9dc508083cc317f838e3902883, '', 0, '?'),
(0xf7fd984a0f53fcb94d7298f6eda161a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', 1, 0x00000000000000000000000000000000, 0x42c2a722fd3612b1fbc69f41775d80f3, 0xbf7aee30914e118c2d454a5212abd0b40e79cd43c7a236a0f3f2dfca48c187a8, '', 0, '?'),
(0xf7fe80d7cb7c7da339f1818fc3abde4e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf7ffc4b5bc284ba511429c9ac3b812ea, 'wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.js', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.js', 1, 0x00000000000000000000000000000000, 0x41eaaf44637dd1e2fbd70cbffc072478, 0x86ddd2ed7d0bc8139c0d6d31bdfb856a9ead29628eb45937b4c5a11fae5ea7f0, '', 0, '?'),
(0xf7fff7fc0b900d5606f45483b21f3d7c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1_no_content.php', 0, 0xf06c28786bcdc0745c2644f2a1a39bfa, 0xf06c28786bcdc0745c2644f2a1a39bfa, 0x4b2c4ed132be8476e80dc4698ffc1d7159a3d5d9169ccd2f7501e02f0b60c783, '', 0, '?'),
(0xf806baf83178eeb2a9aae5c877148beb, 'wp-content/updraft/backup_2025-05-26-0334___90_752cfd5fe112-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-26-0334___90_752cfd5fe112-db.gz', 0, 0xafcc253332df3ad41495f3da20c57608, 0xafcc253332df3ad41495f3da20c57608, 0x01eaa500e93560036874645e6e9b5b5da73bd6460a97bfada48ed3cdf16e861d, '', 2097152, '?'),
(0xf80b7deb10abf5c2fe2fbbd1befcef27, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-subscribe.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-subscribe.php', 0, 0x8309923f65f5233dfee10235c0452173, 0x8309923f65f5233dfee10235c0452173, 0xad50a8d7404e7abd46b4c28601b3f36432d8ae177ce338bdab1449f32579a375, '', 0, '?'),
(0xf810677fa543410d694eff0f6288fead, 'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png', 1, 0x00000000000000000000000000000000, 0x7c1ed83d60004f340241b3c312a6e709, 0x64e955a2fbdbf1bd10f9aaf3a46ccdd24da6d2cc4e346b2744974f785a256bfb, '', 0, '?'),
(0xf810684076888279168fa39aeb77b7ab, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php', 0, 0xe10f5b732858eb73778fb3efd9689635, 0xe10f5b732858eb73778fb3efd9689635, 0x5aded285c8aafd12e01910d12db46c9f758739018f3a90bfbd8967deb8f1540e, '', 0, '?'),
(0xf813f1139e7f9f5e962feb8829ebe37c, 'wp-content/plugins/kk-star-ratings/src/core/wp/filters/load_textdomain_mofile.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/filters/load_textdomain_mofile.php', 1, 0x00000000000000000000000000000000, 0x0f6b20d118213d3c0219af7f4d4b5d37, 0x21c3f17460e09dd37d08d7814038668bbc8d8d95c454da05237f4e2dbcf3f3ac, '', 0, '?'),
(0xf815c878fe06a819d3bc37d4c505a467, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/success.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/success.jpg', 0, 0x0565c8890a640981a4aa7b355d996e48, 0x0565c8890a640981a4aa7b355d996e48, 0xa78286c01be69d0962775ef400005e19916c18da18212ec06c444eb5886ad1f5, '', 0, '?'),
(0xf81b3ff0f7de7779221c57fd6a4127e4, 'wp-content/plugins/amp/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xa67008510f146660856610c18eaef854, 0xea268377f4618a854f006a94798553ad16542b29406428f4164ebee9cde2a77a, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', '/home/abt90iranbet/public_html/wp-admin/site-health.php', 1, 0x00000000000000000000000000000000, 0x84c1c8c3e2b86647dce90125853403ab, 0x8191f4c52dee663209ba57a91c50b9a18636eac527f645b000014398ce076fae, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0x8797d723b1b6a9f9c68f59205e221b7d, 0x71bd0756565160da582bce8a3a1b7f3ee9945a562f7617100fc08b8336f1f8ff, '', 0, '?'),
(0xf820650330f3ee8dd1372cfe9d3933db, 'wp-includes/SimplePie/library/SimplePie/Copyright.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xf7d4dd07bd5e309f84719ecf5fb7feac, 0xa164175d636119467ad54fe1e0219dd4363940d993f24f76f2f526a7c0db4b38, '', 0, '?'),
(0xf827ea02054804ce55948ae848baca2a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_3.php', 0, 0xf690e756a8925a2b8bb5d87bd958930b, 0xf690e756a8925a2b8bb5d87bd958930b, 0x208354e0748f4df70c7017c6746142f60eed6fc523345eb84fc3d1e35b249a47, '', 0, '?'),
(0xf82a2f28dd45241bbac71cfaca322f92, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_8.php', 0, 0xc0cb52ad3027766fba02060f7d3c9216, 0xc0cb52ad3027766fba02060f7d3c9216, 0x9b6aa65b4b5c88d55bd61de4f3b49ec7abee26180842805b758d02c0ab578a37, '', 0, '?'),
(0xf82c337679af3f0f5c0552f58969f560, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1.php', 0, 0x36fd04001a86f890272e6989aea1f632, 0x36fd04001a86f890272e6989aea1f632, 0x32aa7449986ec0c86dd79d7a942a35a7326ec11a6ed2a0fe70567bd8307363d3, '', 0, '?'),
(0xf82ced426e00fd901954e6c7b9958202, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/introductions-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/introductions-2340.min.js', 0, 0x1a53f00289303f5d8dcad90fb64b8b25, 0x1a53f00289303f5d8dcad90fb64b8b25, 0xf41fbd1313804fa781e8b5ac0559a8d3b9ad8729b42af3dda330ea7f0f51d3e6, '', 0, '?'),
(0xf82ef168566f4e4b1d3b63dad4de1cef, 'wp-content/themes/twentytwentyfour/templates/archive.html', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/archive.html', 1, 0x00000000000000000000000000000000, 0x32ddfcc5c4e11e3ba5bd0ad11394fc97, 0x4f57c312ab5368abb1392ddc712e688b212e0c6e25bb79102e9e5e596eb41f37, '', 0, '?'),
(0xf833664ea85c3d30d1efdb160148a7c1, 'wp-content/plugins/wp-rocket/vendor/composer/installers/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/composer.json', 0, 0xaae5aa8459d51fe7f2821261a21f2dd5, 0xaae5aa8459d51fe7f2821261a21f2dd5, 0xf2f69e2894d3380547a9ec482dfc63b8fe2c4b32e1e2cc9e2ab0979816583ca9, '', 0, '?'),
(0xf8361dc4c4b1ca8b48ac3f157b60f240, 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js', 1, 0x00000000000000000000000000000000, 0x0e8639ccf142576528f0c1697adf11ee, 0xfbffd234eb502ee70ce20ad6e37b637dd9f336b404b5baa185fa4331484f54ff, '', 0, '?'),
(0xf83bc7254e21399d0a4c264e84dee79e, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0xe5d93966c72212832687b1d40906e038, 0x974a619f88205e9ece65fec6f535fe297a03ec51d8829423d86c3234da123c8e, '', 0, '?'),
(0xf83e66e83f743d0f49c082f6cc88aca5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3_no_content.php', 0, 0x52a224ee0e935ea972a257c4356372c4, 0x52a224ee0e935ea972a257c4356372c4, 0x6bad34d6c7032cc8ddc8bfa088054cd3907bf73fc96f665d0f35017de79d4d76, '', 0, '?'),
(0xf83ecf0bf349376daa9bf13e96eaa38d, 'wp-includes/blocks/embed/editor-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe72117a103846d97c4fdb9223cae75e, 0x27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e, '', 0, '?'),
(0xf83fd089c0d3669e5044d06e1635a2b3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_4.php', 0, 0xc57c352ba836fee14de42c081263b943, 0xc57c352ba836fee14de42c081263b943, 0xafd59736baab354d004582698f7e7622cc5da4bf006a2d8a802f41ef3d7f90e7, '', 0, '?'),
(0xf840014a22a61e390bd1bd1c497b1043, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.mo', '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x1b4bb670ca54ae8f38e98277289d3887, 0x7b572355859beb0b140577b24322987ffe8625ca115c8e8a7a89a5028252c418, '', 0, '?'),
(0xf842c514577920b38ef9d9f53c975bc7, 'wp-content/plugins/amp/assets/css/amp-icons.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-icons.css', 1, 0x00000000000000000000000000000000, 0x2d1d663c50aadd08e865bcb38585e574, 0xdba2e7073a9de26ee3d711da422f2b3d4e9eadc2a8dc5bbffe380d0567735160, '', 0, '?'),
(0xf8443d9fcbf7870e8ae80bd653badb43, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0xde60c2b6362470595a68e502fcc1d4e1, 0x78f50d594c8d67fd7b9bd77da00067f6ff347fca67deb2cb56d28d8807827550, '', 0, '?'),
(0xf84a53739eb6472e4a00308889219310, 'wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', 1, 0x00000000000000000000000000000000, 0x26f622ffc13e2c0c6c2a52b44bd9e20f, 0xf43f5a446e39d9451f3d58f1f5d842c2e229a5201242424cc156b83811dcdfe1, '', 0, '?'),
(0xf84a6e3e17f863efe4b6c160ba2080f0, 'wp-content/plugins/updraftplus/methods/webdav.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/webdav.php', 1, 0x00000000000000000000000000000000, 0xde6a65a5ce4a1e2c6700c3d747f2497b, 0x28e3bbe56f2e91d299409163acc509c6b10476fb1ea366880115b11f52315609, '', 0, '?'),
(0xf84c6ac6a2736a46054233bb77610b77, 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php', 1, 0x00000000000000000000000000000000, 0x5c4ceb62568b536432627ba276db571b, 0x209b9ed36267d2773cf089c3d4c0e8797f5ec3b7791d2c3cb0a47b85f8ca13d5, '', 0, '?'),
(0xf84df1e615870f19437a07aab15c57cf, 'wp-content/plugins/kk-star-ratings/src/core/public/js/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/index.php', 1, 0x00000000000000000000000000000000, 0x4db181b435c2cd58eca54f4cefe0943d, 0x8a092144aee79c2f52d7fd868b9759fe94be99eda75043551bab27561985a164, '', 0, '?'),
(0xf84ea50f01a6eba8e5ba4e5e333dbbbb, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_5.php', 0, 0x7f1d5e16fd0d0f1213b8387419f524f2, 0x7f1d5e16fd0d0f1213b8387419f524f2, 0xe14ac5c9b81da6aa5ac105de6752b42a7c87c796922db15f84de81d576948437, '', 0, '?'),
(0xf854a5cd32e5a32477386eda71eec37b, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/saved.gif', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/saved.gif', 0, 0x70de2d02d4369233854acedfeb926822, 0x70de2d02d4369233854acedfeb926822, 0x78eae743423d27a2d7f1f40096392a79ea67970ef30a1ee88619292b0d3b3179, '', 0, '?'),
(0xf854d6703f3e4336678cc9c10162293f, 'wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php', 0, 0xbb0a8de227acbc0bea7608e54e8497b9, 0xbb0a8de227acbc0bea7608e54e8497b9, 0x9384126a335e62117458e89b1afc517917d0557cd209f01c693c889df496d380, '', 0, '?'),
(0xf855350a4d169b04c88a46b908542057, 'wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', 1, 0x00000000000000000000000000000000, 0x78ed2e526044a772b7ae13449bd1a8e5, 0xb2c333126086a672b90d93f339cb42d2419ecbfaed526430e5b4c64a6b6bfedb, '', 0, '?'),
(0xf8559d396c7d5a54914f173654efe80c, 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/dialog-boxes.css', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/dialog-boxes.css', 1, 0x00000000000000000000000000000000, 0xe4fbfd50f5b1eb9ea241c490e68e99d1, 0x363bc40e71a24217b23e7ac742a3aa01641e5812612a7393fa6e1bb3cd264f20, '', 0, '?'),
(0xf856f76c7f1528ba1ab7473485247061, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js', 1, 0x00000000000000000000000000000000, 0x3fe8e0a66e856b02d0c398c134a8a2c0, 0x47121ea65a801b7e252efb2d087b95b5657cf8d7bf574d01ed5fd8439937273c, '', 0, '?'),
(0xf85a2e69130a918292c478b63889ff5a, 'wp-content/plugins/wp-rocket/languages/rocket-es_ES.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-es_ES.po', 0, 0x1cdb4cd876b4114f9d0e950c9aae8d6e, 0x1cdb4cd876b4114f9d0e950c9aae8d6e, 0x641f642fd649053d2a37c1b4f2c90e9787dc0318e93eb5fc9d68087e6801d77a, '', 0, '?'),
(0xf86030e9038697566d3dfdb79bae5963, 'wp-content/plugins/updraftplus/images/icons/googledrive.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/googledrive.png', 1, 0x00000000000000000000000000000000, 0xc6e0363a00320ceb94f2326d3d7682e9, 0xab0434ea847cf9b9d001d87cab9509e5882b5227b13d4369aaf6b97c8bd37d6e, '', 0, '?'),
(0xf8603ddd15f02710ae4608623d2436fc, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md', 0, 0xc24ada5d7f0275a5290834bde3e6f203, 0xc24ada5d7f0275a5290834bde3e6f203, 0xb03fad864ab007b83551ebc2cd1597838740faf5de9f302f3356fd006500cc4b, '', 0, '?'),
(0xf8612ae1cbab4371102c707f173567c6, 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 1, 0x00000000000000000000000000000000, 0x35f1743148fa87f54c10943378e75bf4, 0xd12d81534a1b119bbb80fa97a6e0a6cf2efa2368cf2728c16298345b7ff9529e, '', 0, '?'),
(0xf864c1704728f8f403fe54cfad8b6db5, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', 0, 0x614de75a58e90509db02070cfb824ba8, 0x614de75a58e90509db02070cfb824ba8, 0x58424e7955bd28d2af20b939114057d9fee3ffaff337e9ea6cf63b0be5effef1, '', 0, '?'),
(0xf865680c6b02a397f6859479547ef902, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import_no_content.php', 0, 0x961f0709622a92383dddf493d4c840fe, 0x961f0709622a92383dddf493d4c840fe, 0x56d99e16afe454963d6d5b323abaff0202105062c00aa1b651e9519daae32153, '', 0, '?'),
(0xf86748b588c28ca815b2da02e5e9809c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0xe40a729f07dc0ad5dc792c1d7e49e51b, 0x7cbf56a6d8263a35e4f833fac76bc9ae03834daba23a92c0140ab70a821f5075, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', '/home/abt90iranbet/public_html/wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0xa9fbc69b7e6365f196e474812950c6e3, 0x1de235850cfad2b058de0a349693a60c74c70de72f01fb94dcae47704db0d25a, '', 0, '?'),
(0xf87017066076ef1708c09244c8c8587d, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x7a00f8bdddbd441eed9268c4bb250399, 0xa1c51abbcf97948b6abfbbaec6c4849c210603f2acb1e9c7330d09e0ddda343e, '', 0, '?'),
(0xf87172b9efb408e9c24203f7f7b0e4f9, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0x2626a47283b55872bd43b53586591f62, 0x4e45a47c0b8cde6eb064cab63dc4c68434d51d93c574ff39fcc126cbae86708b, '', 0, '?'),
(0xf87409dc58547d5f44cbe1cec56db7e5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_8.php', 0, 0x01513544917e8f7444b1ee5e634f475d, 0x01513544917e8f7444b1ee5e634f475d, 0xfe46cd8fabbc91eb0baf62bc80ee67238571f7de5cb7b768459d60280a6e9953, '', 0, '?'),
(0xf87ae5b64db74571f190f079a9ac45f3, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php', 0, 0x9f7fe4be9df08abf758eaadf53a4fdf5, 0x9f7fe4be9df08abf758eaadf53a4fdf5, 0x65434d384825f7775a89ea76d6a4df2876a130ca31292712100c168503341151, '', 0, '?'),
(0xf8844deede8f70e4e4c7e1f54cc03377, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_9.php', 0, 0xa6130af134437cda01e692fc3b2a9ffe, 0xa6130af134437cda01e692fc3b2a9ffe, 0x14e29a2f19449f4a714f222a3266eb89175747a904e0db0ebbdd0bb0bb0f14b1, '', 0, '?'),
(0xf887ec24f9e7d4afc2e5c1fd06b57414, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', 1, 0x00000000000000000000000000000000, 0x631187e829da270afee6551f1a991050, 0xdb112d98eeedcd45b1ad1331070d3b7c1927fb5802ce328b5043b51265bd455a, '', 0, '?'),
(0xf88893ff63c06e70cd7502e023d95926, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 1, 0x00000000000000000000000000000000, 0xfcc25c248a479ecdfa796045e1ff4068, 0xe556b1f00b518caae20210b0ab0eb5a4f40753c04354193e1021d1f509a4d657, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', '/home/abt90iranbet/public_html/wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xf8a097cf7359c0511b65d9957e001a35, 'wp-content/wflogs/.htaccess', '/home/abt90iranbet/public_html/wp-content/wflogs/.htaccess', 0, 0x3a5256a7d7e3962aabb4624c518ff5f5, 0x3a5256a7d7e3962aabb4624c518ff5f5, 0x1fda6b5a2829e49278879df1065ef7fe77df3d3a138ac08224ef549c4da7d0c4, '', 0, '?'),
(0xf8a288a6e51b03f086907fbd4f310dd2, 'wp-content/plugins/updraftplus/includes/tether/tether.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether/tether.min.js', 1, 0x00000000000000000000000000000000, 0xb3a78da5dec859b979eddd69869c7a8c, 0xe9551769283913efbf8c8aa294d46255a8542c11b80f01da5218ce959f961853, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0x593d7943db22bb7e248f64b8f52ed410, 0x4a6e121ff95373062715b1dae9e98ee0de53492a08e2337596c2fa8e57ee408d, '', 0, '?'),
(0xf8a7de6f4bd9de4ebdd0c380888cb7ac, 'wp-content/plugins/kk-star-ratings/src/functions/action.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/action.php', 1, 0x00000000000000000000000000000000, 0x8d46cab5f8adca0d4e3849aa0bff3bff, 0x207bd8e611565321871210611ce75150d97d58fd73987360ec684ab9561394c4, '', 0, '?'),
(0xf8ab12362bf912d925d5c9ba01201db4, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 1, 0x00000000000000000000000000000000, 0x9cf50090a0e367b5670d56b95070fb12, 0xd41b869dcaa26d599e40389e6f0d60cd31d856318c84fad034c182adc5daf565, '', 0, '?'),
(0xf8affc49ff4ea92f4f57568c64457738, 'wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php', 1, 0x00000000000000000000000000000000, 0x5ebce703e135eeaf2ab9c6b34ebf9d90, 0xdab3e097313e6f082ce15ff9c1bf05e533c89deb92dadb3e24f35a1929531dc9, '', 0, '?'),
(0xf8b127753951d482ba9c6c61ef62857c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import_no_content.php', 0, 0xcab2cc9e580956b5ea31f457985b7698, 0xcab2cc9e580956b5ea31f457985b7698, 0x9255cf603af0b936ba1e0775552fd7c1866bb563a47f812dfe0855af4bd757e2, '', 0, '?'),
(0xf8bcaaffa3824dfe5f97631396198e13, 'wp-content/plugins/amp/assets/css/wp-components.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/wp-components.css', 1, 0x00000000000000000000000000000000, 0xd25555425c3d13574fb0ae9b412fa5c3, 0x4c6c21af9e707eb2753cb38e6df2754bd77dcb97f0c762fca7f1d68e986ff74d, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', '/home/abt90iranbet/public_html/wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x8ffe02a20a9bbc2e3490db755466c898, 0x0baef3928990d132478ed582247da6a8cb65ecb739bce62c468d8670d0d8c9b1, '', 0, '?'),
(0xf8c7782ef2aef5d2e94240aa4f014108, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', 1, 0x00000000000000000000000000000000, 0x8529d52a900935b6d0502dd0604f646f, 0xb46da41855da00bb4501952d080c992b74bcc5af28bfa8a6f48fbafdd42ada9e, '', 0, '?'),
(0xf8c7a6a7e430426bc89b328cfa9790a1, 'wp-content/themes/Newspaper/single.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/single.php', 0, 0xfa0035fd23d5023e279e1fc444bee135, 0xfa0035fd23d5023e279e1fc444bee135, 0xe822771a384ae87d1a72e6a9fe4b3180e25bad3a3cdc5c63adaf4c941528efa8, '', 0, '?'),
(0xf8c8a3cfc5581382ff3b2f79ddf79f33, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', 1, 0x00000000000000000000000000000000, 0x11743d3806d9e5144564b2dc262f84cb, 0xe029c3ce863e02897bebf8896b2a51d3f124fd5916f647ca93bff78c6cffdc98, '', 0, '?'),
(0xf8cc6d27ffc44922a0540f4d0b577d9b, 'wp-content/plugins/updraftplus/methods/updraftvault.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/updraftvault.php', 1, 0x00000000000000000000000000000000, 0x5428869766a89ac62da89e385df3a063, 0xce8f3c5340e7cbe4ac6d86445408dc59b92fb3906a8b6e8636d92a3f1f155033, '', 0, '?'),
(0xf8ccc53ca561d365d6de37bd7ab02ade, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', 1, 0x00000000000000000000000000000000, 0xdb512248da1ef0c5fe7179444ded4295, 0x63914d50d4ef4af03dad409d85481f1b9a505ad2762a86515bfa82faf041f5a8, '', 0, '?'),
(0xf8d2b2f9e6196acb47b5f6ef10ceb239, 'wp-content/plugins/kk-star-ratings/src/core/actions/downgrade.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/downgrade.php', 1, 0x00000000000000000000000000000000, 0xc855f589431e887a398d9f9b381229bb, 0x4dbdb1a77a97d6a52f3c3b8c740c5820de6ce7f50faa7106dd6d4358e56e17a1, '', 0, '?'),
(0xf8da640140eb84c73d272a1a8b40fd2d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x14af38f91dee1137ef563ce6da0cabb0, 0x1ad249c87c8ed7798f5edfaf52b5c044b27d87d7e2e9679beb2f0fa6c765321d, '', 0, '?'),
(0xf8dc01338bb4c09b1552ee4394b5cd56, 'wp-includes/blocks/calendar/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style.min.css', 1, 0x00000000000000000000000000000000, 0xac09575841667e44a6a1c26191fb615a, 0xd2973b6d547dd6f6cf2686bf5d8f68d0def24ed364bba2ef4568169354e1b9d9, '', 0, '?'),
(0xf8e004ca418e47f413c5ca4d64582e10, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_3.php', 0, 0xe6331ebd5b175602dada88771aa903f6, 0xe6331ebd5b175602dada88771aa903f6, 0x55efd5de33d5fcf140090deab976872f4d9f18073c382b5426f0287150bb7bd1, '', 0, '?'),
(0xf8e78f0d0b45ee4b2d3dede450e26723, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_9.php', 0, 0xd1cb16a5bf74c6260c79ccb4ecb07a28, 0xd1cb16a5bf74c6260c79ccb4ecb07a28, 0x1a2f42ef5a407fcea786fcfaf5652bf0fe402f6b8a2307623427a81f306fc0e7, '', 0, '?'),
(0xf8f00fe60464b7c6e9a2a4de8b3784de, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', 1, 0x00000000000000000000000000000000, 0x3aa1449fa7764db75957f9fba6eae464, 0xabf7633aadf375f9c9011c622946b16f80c38fd1518ea5290604bb00ccfc0297, '', 0, '?'),
(0xf8f259b5cabbe6022839017f531aafec, 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.map', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.map', 0, 0x833fa98de4c3f3a5be45c7948e8fd345, 0x833fa98de4c3f3a5be45c7948e8fd345, 0x00f5ebd97bec9d02fd9fe50f37e47004c13aabfd26066dfd7347458e6457c7b5, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-library.js', 1, 0x00000000000000000000000000000000, 0xd6eb454ab397ad7e9131f11b0c8ab146, 0x2fec996e653d0ffcbaefb2be7e2ed0d4c39ef080e365f28884861b71c91ed91a, '', 0, '?'),
(0xf8faf1fc035468e7e15e4d8848f35673, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 1, 0x00000000000000000000000000000000, 0x97fc7b1effcb428d9b95ab16fb6ddfb1, 0x7b7fb993d7dc92d1a9966c850d991cadd3b0e6ffd4465ea0463d583935649969, '', 0, '?'),
(0xf901f9e9a506df228f8e4e178ba0dc52, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php', 0, 0x6e13b7eea32b72edee80edf8420506ee, 0x6e13b7eea32b72edee80edf8420506ee, 0x59d3ba5bfa32fdb2b2eb59e28a2aa90cec8fc6152334dc2c7b7e02587df7d0f9, '', 0, '?'),
(0xf90201dfd3b9b89bc4a5531e4c28f53a, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-compass.jpg', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-compass.jpg', 0, 0x34ec825d5fa6d0629aefabef6a2fad98, 0x34ec825d5fa6d0629aefabef6a2fad98, 0xf88ef5d44f991472cf34dbd1150d6336ce141ae741c40770bc49a78cdf3c9820, '', 0, '?'),
(0xf90e09c54043204813f1aa1eea29c604, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9cbdd4c216c0930f80cf98a4ef6e00c2, 0xf2981f273226b75892e9931ef3fbc8c99547ab06e90257aba4ede965d1c700a9, '', 0, '?'),
(0xf90e1c5e3e49800be6ed7e98e25d5986, 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0xdc07c91c9d0c5c059be66f4ee42e928e, 0x3e3481df6933ae7c8c1e8b761731b5074ee9a6f23602877744a8294dfce46a72, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, 0x00000000000000000000000000000000, 0xf6e0f5138d50c03ddd50d2a4add6d320, 0xc62d1d3916fe9b0074cfca1f445c36a439735db2a05c650052b204721bbc83f1, '', 0, '?'),
(0xf92af31988fa02f12dec4f8f2b0bb947, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', 1, 0x00000000000000000000000000000000, 0x5e3fd391827355dcb1da11a7bd04fbaa, 0x9f938b4597399aeaad5354c827353bb5572d93230937e58c6102a0dc50d0a92a, '', 0, '?'),
(0xf92d2a6540edddbdbb8e62b4387a0213, 'wp-content/plugins/poka-review/public/scss/_elements.scss', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_elements.scss', 0, 0x73fbfc8082d30564688d58c883dd0d2f, 0x73fbfc8082d30564688d58c883dd0d2f, 0xe5946551826da336bd07b8d513157ac12f4d092a23e44df09f1520b40d1923dc, '', 0, '?'),
(0xf92f43177bd2554212ca8ba0783d72ab, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2.php', 0, 0xb10c841fc7f523e2edd11739523fd6dc, 0xb10c841fc7f523e2edd11739523fd6dc, 0x0c1daca143d228be6bbf51c15125dc3046695a3dd3af4c64bdb9d1269214ed46, '', 0, '?'),
(0xf931ea28424dbeb8ce1808b222830428, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/demo_style.css', 0, 0x60819019b68212677190b1961a9c5b37, 0x60819019b68212677190b1961a9c5b37, 0xf5d83d53df48904ba1ee38043667356ac483bc0d045c58c292e4a9b7757c6030, '', 0, '?'),
(0xf939073521b9e6694dfcb67edd261d64, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 1, 0x00000000000000000000000000000000, 0xe5018645ec3e24a58b7a4d237156bac3, 0xb852bbf92949a768c7b834bd423dcb8c2441a774cc65d0f7f354b92dce75cd6f, '', 0, '?'),
(0xf93a74e19f3b6b13695056741073a96d, 'wp-includes/blocks/image/view.min.asset.php', '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x23244c482b48587e387c82c5b7e790fa, 0xd181a825eea654fa025f1f583bd2526b283939de069bba6d9adc99ec38823a53, '', 0, '?'),
(0xf940b877368e661c4a83665a42d8be27, 'wp-content/plugins/elementor/modules/library/documents/library-document.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php', 1, 0x00000000000000000000000000000000, 0x51b1009cda7b8ad302d3762c3cdcb685, 0x116fa68a95b07efccbeea451a7a1384e45167d598e8622ba99e0a7e8d4508c62, '', 0, '?'),
(0xf94173b178756f01424bf96eb2f56568, 'wp-content/plugins/td-cloud-library/modules/tdb_module_template.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_template.php', 0, 0x88e753cd0674ef5b58049889a3270544, 0x88e753cd0674ef5b58049889a3270544, 0xfd1b40d9057eb0ea31fb9c113068efb18f21d93a5c94fc9106d13ba43557fb82, '', 0, '?'),
(0xf9421e1c77b4318767a16bf250fc79b2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_7.php', 0, 0x7ddd3004d6999f79667180e08368a2be, 0x7ddd3004d6999f79667180e08368a2be, 0x8f884820990fa2a0f4ba9a6fe6b294f1c6aa935e4888d04c3dd9b72ce9f4f0ca, '', 0, '?'),
(0xf943874631b001fcfc8109cf5cb54f57, 'wp-includes/SimplePie/src/HTTP/Parser.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x7d5830eb44caa08a4a730f9d5ef598f1, 0xc41ae9dbbc001da91cccae108479bf6991ea20e7c44469ec5f897e6856779ce8, '', 0, '?'),
(0xf9449ab71b3387b09a240e04e9ecf0d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 1, 0x00000000000000000000000000000000, 0x26c20d6886503852a0c4a752659fa2b7, 0x874db55390d77d0d09855ef64926cb76a0a5371956044cbd57432e69ffcdf3d0, '', 0, '?'),
(0xf945eda46fded9a0117d593ac99f6e56, 'wp-content/plugins/kk-star-ratings/freemius/templates/account/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf94b37c1977d39b2f5490ae483214027, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', 1, 0x00000000000000000000000000000000, 0x91eb0f25326661f816533b2e20327744, 0xc9eab148778cbbe7f7c503dcf1a3a821bc49ba9beafe015587aacb865fdadbb8, '', 0, '?'),
(0xf953676f4b9bb4c4a50ce988770b6424, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php', 0, 0x3d9ef7f72cff2323e1b22edf216ffece, 0x3d9ef7f72cff2323e1b22edf216ffece, 0xba8ca141ba2c3d8292f12560099d79211f18b276e81e90f835d403788db7de37, '', 0, '?'),
(0xf95609eb8db5579e7f6b79169d8209b3, 'wp-includes/blocks/navigation-link.php', '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link.php', 1, 0x00000000000000000000000000000000, 0xec350ab6655e9cf1260ced8a0d344b9e, 0xc4079dd2e51a8f77bc2eb594b05da4e8ed79b29d4a1f7a6906e8c817d43e695b, '', 0, '?'),
(0xf95a936eee392821c44710d16468c57d, 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml', 0, 0xd0e386fce3496b155b634b3d3fed538c, 0xd0e386fce3496b155b634b3d3fed538c, 0x62817b1705bea4cffc06fbc956a9e89ad520b5fae1c4d2c3406088379ab908ba, '', 0, '?'),
(0xf95c1a7d07b5e2641899167150304712, 'wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', 1, 0x00000000000000000000000000000000, 0xb9ffa3d588f29b50b788c9b52a2d0172, 0x4657b02aaaeb23816100a180e03b8c2ba2c147227bc939228b8a6e6bae418dda, '', 0, '?'),
(0xf95cdd8aa2933bae399276434073d4ad, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 1, 0x00000000000000000000000000000000, 0x0a2fe568fe891ef304aeff3ef105e6d6, 0x36a0574432d2b682301c7aab64f497563a5352f330e4d7f9dd68fcc07f1f3ee8, '', 0, '?'),
(0xf95de2435cee92d84ad99fbd9215705b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', 1, 0x00000000000000000000000000000000, 0xb51298e323c351018fd83c8cdb165e4e, 0xaf0fe64de2f996ef475ce451b52e346deb6b40b9cccc8d4ca79131bc272fbee3, '', 0, '?'),
(0xf967373d21bb4acd409e78dd287e1503, 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 1, 0x00000000000000000000000000000000, 0x56d8843d920a830fe298c42decc86d60, 0x7ac6cc1a20870fe26165caeaa70c5b20fcb45bb916f7c0662b01d654f79c1854, '', 0, '?'),
(0xf96ce680154e0f244f264de5392c7e1b, 'wp-content/updraft/plugins-old/updraftplus/images/updraftvault-150.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraftvault-150.png', 0, 0x3b5c1f9f566289d4ed0bbc58aec3a7c6, 0x3b5c1f9f566289d4ed0bbc58aec3a7c6, 0x2cabbb7be2c55b854e25ba7f8614695417c0b8f972d83ee323be6bd9b8456875, '', 0, '?'),
(0xf96da5848025c10860d59ebb552539e2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_4.php', 0, 0xfb712e208bc6d7bf90a96f0bdc05cad6, 0xfb712e208bc6d7bf90a96f0bdc05cad6, 0x7c7de8c422e5b48d670223fa7edb86c77aab8b98a95a944fa50ee83b202cd0e5, '', 0, '?'),
(0xf96dfa7e8812e29f8e0c194c0f46ffef, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php', 0, 0x9094b35146f572b0d883ab77624ebc93, 0x9094b35146f572b0d883ab77624ebc93, 0x01ee692e62437af4beaf74bb25228d70093bc14917f8331b32aab078931bd576, '', 0, '?'),
(0xf973d7d01fc4e596fa79deaf0402be0f, 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_photo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_photo.php', 0, 0x8a27a6f057118fee0ca40b6d7b7d1547, 0x8a27a6f057118fee0ca40b6d7b7d1547, 0xee14e0f2ce456dff7d37bff34c406d38c7f6aef0106203654f3601e7e8348110, '', 0, '?'),
(0xf9743fbb37b842a7f1b945ca5a0002a2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', 1, 0x00000000000000000000000000000000, 0xe655c38d5a5364676f6e51666787258d, 0xdb18deea17600351d77340922dc90febbc3023429056dd9daad4d510709c0d13, '', 0, '?'),
(0xf975f78ab8b745dffdd6b1249f046ff0, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.min.js', 0, 0x5c5985c87a2c19140c5012baa0a8e8db, 0x5c5985c87a2c19140c5012baa0a8e8db, 0x6885c9f265973d215a666f5ef12dca372cd3325f9dfd631821bd33051e5bad3e, '', 0, '?'),
(0xf97951ca80eb3931c85a5d5a47bf36aa, 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/wp-cli.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/wp-cli.png', 0, 0x6e36d3c8e26740d70ece08e221d7f15d, 0x6e36d3c8e26740d70ece08e221d7f15d, 0x54b73679e05aa5c8cbab8acc6534409a14b8c9505b0aaf81aab887c44cefbc4d, '', 0, '?'),
(0xf97fcaa79089c45418ed850d3c9570d1, 'wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', 1, 0x00000000000000000000000000000000, 0xe19174fb2c0e19b1fa67492a07886c75, 0x337abacc9a34ff74b4762a01a78065e1f533e979e4131bc25ab3a97194ac9627, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf9829bb2dfaf1493a29112df4f11c7a4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', 1, 0x00000000000000000000000000000000, 0x7b7ba45ddb0a6b796f34939a851ad33a, 0x471286791d729c819d5970441102ea4eacd77b660edfa5319a9c9303d6cef9f9, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0x86b172960b56aa6f1cf8ef6d730535a5, 0x459e79398622a91404996de785ae1ecf02876a11c096ef18909aad7bd7aa8a02, '', 0, '?'),
(0xf987fb29fb472ed7860a6cf21375a849, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xc1c65286bbcc3df02cb7ab971d06a143, 0x18c9e6c3b82e63af6d29262851f5117e276588fdec732c99f261ba83c7e84f69, '', 0, '?'),
(0xf988baae279ca358769888fe5fb01ead, 'wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php', 0, 0xc181c8530f43c22d37d6739e6c524fc6, 0xc181c8530f43c22d37d6739e6c524fc6, 0xbcd14e75231df4c321489fdb13a5cbbe22bcbd02fbde6aca4ce1b65a6312b11b, '', 0, '?'),
(0xf9897e37b72e98cd4f8684cc34f06742, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4.php', 0, 0xf222bceff7d3db733b4c1a12ec03fce0, 0xf222bceff7d3db733b4c1a12ec03fce0, 0x5c6829625d91d68e2a39f5256b0b252ed41fc12155d65823c58ed3f0f6376bb8, '', 0, '?'),
(0xf98b95e3831badfce3a70176a0a68e6b, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', 0, 0xf4334430c9ba27313eeda7fc9ada4d97, 0xf4334430c9ba27313eeda7fc9ada4d97, 0x0d8af5145ff0793fafc2cdd4f9fd2606e26f8a47029bcfb6dbeedcf6974ee16e, '', 0, '?'),
(0xf9932cfca6a160cff974f7e074dc6237, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 1, 0x00000000000000000000000000000000, 0x804d50d83c5e66eba747f19ed420430c, 0x5693246f42de9e6ac5c8663091d6ab825178cb75f854c43d61a8c660eda0924b, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0xf997b1e9c6d9fc3aea7600b6e9d68c73, 'wp-includes/blocks/post-comments-form/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/block.json', 1, 0x00000000000000000000000000000000, 0x4a31c960fc1e5c1d0098e5db98f60a32, 0xd49c46420a7e160f765d4a47f6d9bc539f04b0cb08d96c3e6067aa0c36084416, '', 0, '?'),
(0xf998b438110de83fac91b17f749d0915, 'wp-content/updraft/backup_2025-09-18-0327___90_fe9c06b0019b-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-18-0327___90_fe9c06b0019b-db.gz', 0, 0x64b8c2898dd4ba1c3d6ec86210abfa3a, 0x64b8c2898dd4ba1c3d6ec86210abfa3a, 0xc81548c103010e1d9a95ed6b13c935fba79cd33fd02512f2c0c821ad2c3c0b75, '', 0, '?'),
(0xf99951d2059c986b2b297cad69b1c39e, 'wp-includes/Requests/src/Exception/Http/Status429.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status429.php', 1, 0x00000000000000000000000000000000, 0x6052186d1a704d8f3d7bef3b7cfcb63a, 0x0c900e5c5d622fd3b524f1f0855bda83d03c010244b788c7a818ad2d7095d0cc, '', 0, '?'),
(0xf99ce6d96e1d5079a3db47812ebaffa7, 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js', 1, 0x00000000000000000000000000000000, 0xf27f8a7e99ed91850e2dc775dc0eb34f, 0x7379e7c54dfc0880bd1e40e139d5f80dcc0bce6efd4500cd1e09984fb1093ebd, '', 0, '?'),
(0xf99ee88bbc89ad961cd31633f705fab2, 'wp-includes/blocks/shortcode/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/block.json', 1, 0x00000000000000000000000000000000, 0x476bc991cd1b26a9d7cacd1b32a64a24, 0xe9c3b550f524dcfc9ce56622f0185908b0a9cf78b8c2116f42332d176eb185e3, '', 0, '?'),
(0xf99feed63d1b1cfb4cd7a4e568873e4b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1_no_content.php', 0, 0xf95ba2f3d202b4e134cfad8794fd1d8b, 0xf95ba2f3d202b4e134cfad8794fd1d8b, 0xa2da12e8db43169d7ca07de740dec4defacab049c395465b9e7087ff962c83ee, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x75b8f42c32a02f623317538beebaa1f9, 0x07b946c4630c7bc32bd56fca3e0ac9d03485b8fe50d3c0bcf7542c8a9ac853e8, '', 0, '?'),
(0xf9a598b5581c537036bc202fbe517c7c, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/ruins-image.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/ruins-image.webp', 0, 0x80d1e5a5e6fe99525dfe1824a581dc58, 0x80d1e5a5e6fe99525dfe1824a581dc58, 0x2135fec73cfca11a8cd8fba33aef9ae01b588a5a0bbb808ac32e52160e937676, '', 0, '?'),
(0xf9ab8fa51c65c901ca089476c5ee85cd, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cab629389830327651d146955f0140e9.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cab629389830327651d146955f0140e9.json', 0, 0x0113de4aff34a63931e9e27d57bdf93d, 0x0113de4aff34a63931e9e27d57bdf93d, 0xeb35286e02a81c6359af3de697c52c876fdae51423b2059330345d2b66011728, '', 0, '?'),
(0xf9ab8fe555bf7fb7bd1d5cfe17f14124, 'wp-content/plugins/luckywp-table-of-contents/config/settings.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/config/settings.php', 1, 0x00000000000000000000000000000000, 0x855288807f3a4b1bdec73f236101c2f8, 0x41f13f7f1db24911276c7dd9094969863a8e9915e77638b9e8c8562d0bcf7a48, '', 0, '?'),
(0xf9af0be8fc6e75844db8820c52351d09, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afd4a5ac8f337edc042fc34f1f9c3c88.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afd4a5ac8f337edc042fc34f1f9c3c88.json', 0, 0xa28317b61f2e295ca70d4e72fb7d4e1a, 0xa28317b61f2e295ca70d4e72fb7d4e1a, 0x9fe9358cc3c07d9d5191f376e59a41df6af37bc268bc81e6b5dd3460c737d7e1, '', 0, '?'),
(0xf9aff2b00fcea04d042d98ba6891c2dc, 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css', 1, 0x00000000000000000000000000000000, 0xf56f41169e581f59749a35cd5003cff0, 0x555d227565add7f9e3a149fe9fb525a393aa5a716c2520ae2ca08c9f684968d2, '', 0, '?'),
(0xf9b17c330f41280086cc30ca27d8493f, 'wp-content/plugins/wordpress-seo/src/commands/index-command.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 1, 0x00000000000000000000000000000000, 0x808edc1561d24cc1ebfd4c8926ca8bfd, 0x362575ec587c61273bb2373a91306e6ae4bbce5f801f2911760531ef74c00deb, '', 0, '?'),
(0xf9b2291e0a2f5da5a90a1b359c4ab927, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 1, 0x00000000000000000000000000000000, 0xa653a140fb81bf4c37da14a60c2ad1d7, 0x71e603adde5b917fdf239c7473875159256852a0a730da37e7ccc35ec1665144, '', 0, '?'),
(0xf9b23e5315b6dfb68382c3474ccb263f, 'wp-content/plugins/td-composer/legacy/common/common.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/common.php', 0, 0xbbf1eafa3f7ff65728d511d1b8961ef8, 0xbbf1eafa3f7ff65728d511d1b8961ef8, 0x791f9bfab699c9588eebf283f7f27779b6b873f8e18ed9d01f2b713c54214b74, '', 0, '?'),
(0xf9ba4470cf698d2ebcdfc1ccf7f0b1c9, 'wp-content/plugins/updraftplus/images/addons-images/importer.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/importer.png', 1, 0x00000000000000000000000000000000, 0x9aaa3218e37570a5efa406677bea2109, 0x957a74ff683553c93f8b7a2702eae1da4d9274317ad68612d0f38eb5f6eb5c5b, '', 0, '?'),
(0xf9c601a75980f424082c389572574ec1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-author-archive.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-author-archive.php', 0, 0x776c5eb2d576de18bdcf673507d93918, 0x776c5eb2d576de18bdcf673507d93918, 0xa23b339656d6a43738c29817914cabfa91c350477a3d5cbbbf3405ec8d90f041, '', 0, '?'),
(0xf9c7a8ff3636d047079d2745a506f4d3, 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_unique_posts.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_unique_posts.php', 0, 0xd0307c8b77356baf02038c34be9c96c6, 0xd0307c8b77356baf02038c34be9c96c6, 0x50d8d9de6d6391336f0f3574e0de5cb3690595b168456f51994f37b5cdae706e, '', 0, '?'),
(0xf9ca6c5d148a8102be6709538144ae6e, 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 1, 0x00000000000000000000000000000000, 0xba851806f15d114fadfa8fbfde5cc900, 0xcd06f055d405862717e48646fae49295a3d1d74450386efa5996811ee7f3666b, '', 0, '?'),
(0xf9cb4de8875ddabeda681b043dcee7a9, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js', 1, 0x00000000000000000000000000000000, 0xb8954b66d8a7a645d9375e1d859f0604, 0xed4246ace162a0a3e1daccb023bfce7e939ef5668d51fdb10d9165292d429399, '', 0, '?'),
(0xf9cecf79e9549a161948d2a30e089d41, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc381295be2488713bfbbebac982512f0, 0x12efa8d934e6dd4a281dc8807753f37f60e71c4bbe2b81a356300de347898cdf, '', 0, '?'),
(0xf9d0c7714e801522a1c37e6feadf2e34, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/composer.json', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/composer.json', 0, 0xf57e9100e23d1b2d25765f1d92dbde50, 0xf57e9100e23d1b2d25765f1d92dbde50, 0xef35c4739dc305a260f7317a0c2e1bdf3154f78a18502608ff3646dfb3bc9c79, '', 0, '?'),
(0xf9d19ec1bdfb42914fe4839c9c2b002c, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php', 0, 0x3bfbe747d44aafa7c0e2dd593370aecb, 0x3bfbe747d44aafa7c0e2dd593370aecb, 0x2d58a78cf68696f9a62ef2496b27a3069fb871787379bb09553103902f0ba284, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', '/home/abt90iranbet/public_html/wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0x78eef0a7e83ca20ba4682a760d80ab97, 0x2617e51feb10794f7000419369488caa3af164e27ce7006437e45212cd3f2729, '', 0, '?'),
(0xf9da8ca05c44b01032bd66a326f36314, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', 1, 0x00000000000000000000000000000000, 0x2195e096d7c485982c5c9b6b1e547710, 0x85001be4e7bdbcccf425dd7c12070317955fef8be6d3125b9a137819f556682d, '', 0, '?'),
(0xf9dbe1675b5a6669231b70aa661ad8f9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_10.php', 0, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xf4f838ea48c47bea54bf67fa73b39f45, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xf9dea63fd11ce9f3254202fecd5052ff, 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 1, 0x00000000000000000000000000000000, 0x6a5832820bec1807091c8b0c44cf7294, 0x1f4c42eb7648c912d05bf3d2561ed9646b94d4bc7d106c458dbeec0314817d9e, '', 0, '?'),
(0xf9e44b7c1548c22317d55b9bfb788cc9, 'wp-includes/blocks/tag-cloud/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/block.json', 1, 0x00000000000000000000000000000000, 0xef764a43f4e9f1b79c3f1eadb4622c10, 0xdde55f93b4aa6c96a36ebd0322102e0fd7a7fc01a4362bef33546756cc096070, '', 0, '?'),
(0xf9e68b75d6599d113c21104c0bd37804, 'wp-content/plugins/td-composer/includes/templates/frontend.tpl.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/frontend.tpl.php', 0, 0xfe922ff14ed3c31291af797161bf8b9a, 0xfe922ff14ed3c31291af797161bf8b9a, 0xf3cbdb180fff49430f7e497af12dacac29b2d4b49fd674be207acdde867cd95f, '', 0, '?'),
(0xf9e7dcc080866c7ecb51099c7199e9c7, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_4.php', 0, 0xc22abdf016dfb07499002b08dc3db160, 0xc22abdf016dfb07499002b08dc3db160, 0x88ec483123e53cc2b2c326432f72a021b45b884d105e274a6d8cb160203a5ace, '', 0, '?'),
(0xf9ed797a01de0cc60b4c048bb3e43bd4, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js.gz', 0, 0x3cd6ba101f2248379b6fcd1c0a0ce5ad, 0x3cd6ba101f2248379b6fcd1c0a0ce5ad, 0x6fcf4b2f572b775c1f9f1f8401e716503994b3b5f1b0a302cd5f6fa6ab6fa7a8, '', 0, '?'),
(0xf9eef992ceb9adadc03b56c84ed00126, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import.php', 0, 0xd92281d98d8a0dbfb1fd2baa414c18f7, 0xd92281d98d8a0dbfb1fd2baa414c18f7, 0x9e3b3b97ad7eb2eacf49d730764d30bd6361aad7163de6ffc477e182f3b9c72d, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', '/home/abt90iranbet/public_html/wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x10c1e077475cf2fa5023dc6486a5f8a2, 0xfce3fd98b68924d8c3970bc65eaeccaa23f453cc621a665d32e85990987ccd08, '', 0, '?'),
(0xfa028b60ecffc3df438210feb82adf72, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 1, 0x00000000000000000000000000000000, 0x15afd0707ee4945c94d727f061636c92, 0x56fd19849e11afe8dd5025aa6f1f613c44b4148848cdf989fb192b89e9fdc6b6, '', 0, '?'),
(0xfa0da602d78da3efd0f6c2954b7b2102, 'wp-includes/css/dist/block-library/elements.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements.min.css', 1, 0x00000000000000000000000000000000, 0x907348f8a3c448e391a1a80320b90808, 0x1d2ff0af684c4ccaadef536848aebc8db2c24aa4d4ba3420ab2022b63fcd4140, '', 0, '?'),
(0xfa0e5ba0678b6b65a354a7a43e06e291, 'wp-content/updraft/backup_2025-06-27-0326___90_76c00034d788-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-27-0326___90_76c00034d788-db.gz', 0, 0x452a95c129750654551f904903e16e9d, 0x452a95c129750654551f904903e16e9d, 0x30c640ca45f5787b7f1d40184b1f96f360d41b2245c6fb2f1f8f172106bb7f3d, '', 0, '?'),
(0xfa110911f79002101f4cd94915b6d03c, 'wp-includes/Requests/src/Exception/Http/Status416.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status416.php', 1, 0x00000000000000000000000000000000, 0x134ad740455b58a49c32cdff51f21327, 0x9043013a92cfa767e67733654906e3cdb9738bdf5c7794391948dad43804582f, '', 0, '?'),
(0xfa17860fbfe9078771ec96f508fcbab4, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 1, 0x00000000000000000000000000000000, 0x5a039da3a9ae34fbdba128ca675ba6e4, 0x01d3de77c26b6aeb842e4cbc5485a88af13f3d4555af12c0dd9b45bea393f86d, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 1, 0x00000000000000000000000000000000, 0x485c6ef6278fff81f87d17ad2e4b7347, 0x572fae5c7d88f8b0af29f90f2a62d37a0769b690aad5146ff7f3d8b187d1b7f5, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', '/home/abt90iranbet/public_html/wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x98c85b8b2f8b67081ed40012875ad358, 0x67b42f14862dcb60d86a6c92e75f589dab6b8aff2a597147c6ced2918d9dd558, '', 0, '?'),
(0xfa2228a7f8c2623f1a671b8273e171c7, 'wp-includes/css/dist/reusable-blocks/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8e934e38302958f3e1a021a1d555e4f9, 0x7e808fd88c057f6dfc5b969acfa4181068514ab226cdf07983500c1cfd2c337a, '', 0, '?'),
(0xfa2bdb70292c7f863646a3c710c3a09d, 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js', 0, 0x87886b478ffbb5aa82d41f32036041fe, 0x87886b478ffbb5aa82d41f32036041fe, 0xbcef5ac47a94be388668821c9390405d617de683ade20faa5cb78026e9de1662, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', '/home/abt90iranbet/public_html/wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', '/home/abt90iranbet/public_html/wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0xe4fe43955ca4aab1a5a5b919c7b0c290, 0x42e645f5440dd814e301464f01759630b263ecd1ce5ebe1dd79ae7bb4905e2e4, '', 0, '?'),
(0xfa342fd6e1d981bb7e07b119e93c2bae, 'wp-includes/blocks/post-excerpt/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/block.json', 1, 0x00000000000000000000000000000000, 0x71ec6f4b3b355e01d266e17c8eb6c14a, 0x344ee46c2e8b971f3f5cd552854d65385e25f1d204af0c8ce61768a8fc1b5e44, '', 0, '?'),
(0xfa355945b8c519380aa10487e2b9818a, 'wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-support-section.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-support-section.php', 1, 0x00000000000000000000000000000000, 0xb178f215153c2c45d763e19a270314f4, 0xd30a04aa903dbed60185bcbbc1d576582a7a81b1517e4d02fbc726f91a3faa3e, '', 0, '?'),
(0xfa356760028bc242aa359d70488ad5f2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_5.php', 0, 0x7440ff2f1f544ad6c1757b1375828912, 0x7440ff2f1f544ad6c1757b1375828912, 0x0550d3fd4a2bde7ce197065ee5b19cb650d40a0a45db7a37e9fe6aac48affb3a, '', 0, '?'),
(0xfa36c7d40a7a80ca2cd3eeddf6ae5ace, 'wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php', 1, 0x00000000000000000000000000000000, 0x3d8748b65623adb9a9583b1b5d6183ba, 0xad72fd80bb32bced57ff03dcac56e8cf2173688817685dca3597b67426cec963, '', 0, '?'),
(0xfa3a59dfd705969f3ef4bda1e2d7123d, 'wp-includes/blocks/media-text/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style.min.css', 1, 0x00000000000000000000000000000000, 0x0e2db133d8f13938d6194b0f4bb78ea2, 0x84dd509bc13efde721cda4ec22e305b6939b9a1c8cca6ee7575d63275d625c6d, '', 0, '?'),
(0xfa3b4b64d25f7630849f61c0ad1c6d06, 'wp-content/plugins/td-composer/mobile/taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/taxonomy.php', 0, 0x48466f75646e82a57825dc227978725a, 0x48466f75646e82a57825dc227978725a, 0x7f91d44f193ace2801e99329bbeee178730105600e0d43101fd4f9d12d622935, '', 0, '?'),
(0xfa3d96b4d365945100d02fe4ca3c25b0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2.php', 0, 0x07e04c1d78f02db05434eff6eb841fbb, 0x07e04c1d78f02db05434eff6eb841fbb, 0xb928701a85092f7048bd36b571e94a3ed1d0bf10399b3ea787527fb36e000f82, '', 0, '?'),
(0xfa3e4f9c275bf2b58c5e36290cdbba81, 'wp-content/plugins/td-composer/assets/images/sidebar/icon-notice.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-notice.png', 0, 0x3a259234f20fb4bf5535f2870dfc2274, 0x3a259234f20fb4bf5535f2870dfc2274, 0x268a27d2c2886f173448bbf8b259fa6500f0ab53c75f4d9ccddcab86c888ced1, '', 0, '?'),
(0xfa4592e64bd7b8d3c4536f57b33d6176, 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_footer.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_footer.php', 0, 0xe0315f24819e784aa9bd2f3c6b16ffe0, 0xe0315f24819e784aa9bd2f3c6b16ffe0, 0xf9a0eade0b4b44588a51b56be46e5939069a8cbe25545b0aa6e57653d713be6a, '', 0, '?'),
(0xfa48f919d2243aaa23430c63553ebf6f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_2.php', 0, 0xa472971f1767f027e8d4c12ac3465db2, 0xa472971f1767f027e8d4c12ac3465db2, 0x6155e8f273bdf85ded5647a49a070ab89cd734f5840a78201b1563eb7bb599df, '', 0, '?'),
(0xfa51323313866aeb6bf084f9b2f91d79, 'wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', 1, 0x00000000000000000000000000000000, 0xe6a468094f401f4622fec1dd34f11dfe, 0xc4ce74590f25972a83ba1028ec1f426d1dac4862b08b927f03d8d0f52e431a0e, '', 0, '?'),
(0xfa58510b3a4971dbd5a1308bfc0b6372, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', 1, 0x00000000000000000000000000000000, 0xc202bfe77a1f2405abe302a3e0b22b5f, 0x0e4577183bfa044a545f6d3494695a151c7823f99cdfe0426e8264cd1a64aa09, '', 0, '?'),
(0xfa608b4fc8dbfb36a43afbfcdb6bfb89, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import.php', 0, 0x276c85dd72a863c4c45c5268a833d52b, 0x276c85dd72a863c4c45c5268a833d52b, 0x9937d0910acb0f7feaa13bd108306273bb6f064fa4fda8db6bfb86c89b8e3d54, '', 0, '?'),
(0xfa61d579c823e5829923528696abb872, 'wp-content/plugins/amp/assets/images/amp-validation-errors.svg', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors.svg', 1, 0x00000000000000000000000000000000, 0x524ca6efa66d4bdaae832cc51d87b0d3, 0x15987a907008aebad5b705f572614f0ce25923f7741b86c5781ea14fc6fc0e8c, '', 0, '?'),
(0xfa6303464bdf6f6b7477febe050ef1b5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', 1, 0x00000000000000000000000000000000, 0x1f296fafff087907754340231a6cba37, 0xf48bfa13706e842ef733d2f3a0fb4d1960d1cdf984f8b6a14d6c19ba0c38bfc0, '', 0, '?'),
(0xfa65683f594f4e6aa27947c46d80bbe2, 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js', 0, 0xc8652c5627986b0386123b1a21f43b8a, 0xc8652c5627986b0386123b1a21f43b8a, 0x34c00b19294a2d8f925a1188ccea8058fd01f147fab57ddb76ed13c334139832, '', 0, '?'),
(0xfa689a1653367269eef07438d09b50cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', 1, 0x00000000000000000000000000000000, 0x2480f905f3b745dd235c22600e0537d7, 0x95b49e9cb8b3eabd2156ca8545414d16dfa8f34b17a81cf99a368afa4d69fc1b, '', 0, '?'),
(0xfa69530e2e01e4f9dfac5feb3f555a36, 'wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png', 1, 0x00000000000000000000000000000000, 0x31c4e74e868c3e075720f61906904b7e, 0x508bcb38633117a29be01d6d40c0c6cc3fca19167728e16bed05cb075b52befe, '', 0, '?'),
(0xfa69fe3b0e6ef53d5923ad8b13ed852a, 'wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js', 1, 0x00000000000000000000000000000000, 0xdd0d56698b86e4b810960db29970212f, 0xce14964246a0802f41f52837330c7b76f301216393c0890077da6a9446f36fa6, '', 0, '?'),
(0xfa6a9741e708377c1d8beee8fd696628, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 0, 0xbc6520550afd05e5f27ee497ddc9b98a, 0xbc6520550afd05e5f27ee497ddc9b98a, 0xe4776427e77bf3d12ef01c779d873b8dce9e131a4076486045bf1d0237fcdfc5, '', 0, '?'),
(0xfa6b13a624b73f68fa47fe23fbbbedd5, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/feed.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/feed.php', 1, 0x00000000000000000000000000000000, 0xa8d2fa34a3967a4524ae6e733f956b99, 0xb049e44832a556ff7b4b199231c6480f460af94c0e800bbc4230393681991977, '', 0, '?'),
(0xfa6b30ee6be29f86f1e356c405588386, 'wp-includes/blocks/file/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0d798a965bcc238c7acda2cc0a3de214, 0xa7478a0b4c7e1599418275613ae761faef165561f5e4ff2c2fcb77aba3c82987, '', 0, '?'),
(0xfa6de95acf7389a83bcd9fbbed38a781, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php', 1, 0x00000000000000000000000000000000, 0x5546ec698c967e41dea03428d4a8a0e0, 0x2338d691f1344018b5c0d51e09a90fcf38a357d3a641eb40520edab52822707d, '', 0, '?'),
(0xfa6e3ad17a57115fc3429b53f952ac8a, 'wp-includes/js/jquery/ui/resizable.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/resizable.js', 1, 0x00000000000000000000000000000000, 0x503858d96c680f223b73b48dedb9633b, 0x68c745d7774bfd40289e1958543377a5ccdc729e58646c7fda03247a05f14ca8, '', 0, '?'),
(0xfa736a695bd60f2bb10284d6c18dbce7, 'wp-content/plugins/elementor/includes/controls/text.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/text.php', 1, 0x00000000000000000000000000000000, 0xab36858672cddfd8ae1cad6a4da1e28d, 0xc64ab8771fd84e3787143f6f74b08359cd7c347fb6d95830e7215094286b750a, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfa7a6acba4bd949639adabb74614e749, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1_no_content.php', 0, 0x4c5d7dcb635371dc012f0c92e6eca4d5, 0x4c5d7dcb635371dc012f0c92e6eca4d5, 0x4d5fdc78b84cc6ce33f306c893b65221ab15dbd12723ae1e957bf52c4bb71473, '', 0, '?'),
(0xfa7cfd92c929bef341af2b95e877f49e, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', 0, 0x7a52c966c4fe14f94f89879f56c178aa, 0x7a52c966c4fe14f94f89879f56c178aa, 0xe91c8bbb2d88ad42bc856c49455c9cc1b4624d8d2b07f9702aeb14fe7777d86c, '', 0, '?'),
(0xfa837f242a18df2dccd98b1bc6ecc70c, 'wp-includes/blocks/quote/theme.css', '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme.css', 1, 0x00000000000000000000000000000000, 0xdd711f800dcebb811f77c3e79f23e3cc, 0xb20b5d79a02edf9bcf679f2d807dd04d9539d38127dfecb296e613a0731629ce, '', 0, '?'),
(0xfa83ac29e409ed770c12f84a61015e28, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', 1, 0x00000000000000000000000000000000, 0xffab2475ad39249b686f790c2513f7a3, 0xff88370fd774f4959e3a14731b7b28832cd635de5529da667290374f78f79f21, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xb778af454a52c1601b9bf9351aea430a, 0xf3885f03fa979b084e9652b1cfa66707ee1f4e8e7299c47b8dff8e6f58d3ae81, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0xfa8e8ad4fb5e1a6b0b5e2ee31382d61f, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', 0, 0x46593fb01ea283f803ca8a31732f83d7, 0x46593fb01ea283f803ca8a31732f83d7, 0x3cc2e5f86c49a5ebb3212fc307e67bda4b17a1537c9f9269fbb4ca24cf368599, '', 0, '?'),
(0xfa9365db0cba1aa0e181957483c4c4f7, 'wp-includes/Requests/src/Port.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Port.php', 1, 0x00000000000000000000000000000000, 0x0774e4fc32e041d4eb4e723829cad314, 0xa04f5d67fc63784933e2a6da78ec88a5e35ab91a3f3cb7a4c72710b74861d0dc, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xb78b93fed98c44bea59e647985a3e221, 0x2bbcf2a209ae7712d276c85d41b00f536a066cc65a8343f43463c1c997a9b2bb, '', 0, '?'),
(0xfa98d4c7f6203577f3c9581a42a17534, 'wp-content/updraft/backup_2025-06-14-0359___90_4326cb2437f4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-14-0359___90_4326cb2437f4-db.gz', 0, 0xe75400231e8b89281021d7037ffabd40, 0xe75400231e8b89281021d7037ffabd40, 0xb2d0ff6aadd40d5fffe7868be7d3a53660d8a4b51d37edd2783474491ff0d523, '', 0, '?'),
(0xfa992805da5dce0e3442aff1e25bc79d, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php', 0, 0x811a34710fb9be587a0817e572f8d178, 0x811a34710fb9be587a0817e572f8d178, 0xd3dcadbbe22d5807acc456ddb99d90442f7bf4379c5c815ab0a50d22cc723fcb, '', 0, '?'),
(0xfa9a6726d1fdedf153cc3504561aff26, 'wp-content/themes/twentytwentytwo/functions.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/functions.php', 1, 0x00000000000000000000000000000000, 0x293cce70c36884c84e48ba731ceb5187, 0xac0aec1168f73dfee2449b9b4dcbe93aa107245189f6ba17c2231302d6320a53, '', 0, '?'),
(0xfa9d8a0751ee0211083362a933ef76c4, 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/index.php', 1, 0x00000000000000000000000000000000, 0x76bf06299e0552f74fc91e10861fd8e2, 0x453a0dad7b05dd2fd4da6256860c117706d45a5d9526324ffefaaaf6e66f3250, '', 0, '?'),
(0xfaa1c5787ee9ab51e0890db4729c5d27, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_5.php', 0, 0x61fd9553a3d39d33b7749fdffc7f2301, 0x61fd9553a3d39d33b7749fdffc7f2301, 0x0c0c4761d0ceb47bf7bcb639677e9befd3435975ddfa9b29d651f368419119e3, '', 0, '?'),
(0xfaad6abfd73dedb1c9e130e7cffc3324, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/manage-ai-consent-button-2340.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/manage-ai-consent-button-2340.min.js', 0, 0x8ae2d97ab825f0b8d278fcff9be1865e, 0x8ae2d97ab825f0b8d278fcff9be1865e, 0xc20be90243b4626b4843aff62fb354a968c8f3695c02338f669637241537180f, '', 0, '?'),
(0xfab2b3f194176d068588343dcd48c00e, 'wp-content/plugins/elementor/core/utils/promotions/validate-promotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/promotions/validate-promotion.php', 1, 0x00000000000000000000000000000000, 0x263ac44b588dd872edf870c1c6e9db35, 0xa08e29b2e5b4592b6f2a3ed770e8721db19adb9635f87e38d1fccfc781a0e72d, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x0b5a752da2b7fcee17b108a6ff02855f, 0xa105695765d62370b07e566195acd0589405c1bb1065a3f787cab4dcc75a4584, '', 0, '?'),
(0xfab5a17097d5bf1f33bc615e2aaedcdc, 'wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php', 1, 0x00000000000000000000000000000000, 0xce8456a2850f6ff04a1402688d91b108, 0xb0a327f2bbced3b37f9fcbd9522b7eecc17bb080e414c827b4bc241ed4f08bb1, '', 0, '?'),
(0xfab9edf692a206caeedc660e6c1b934f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_8.php', 0, 0x96068939fe39773043e7c892495bab13, 0x96068939fe39773043e7c892495bab13, 0x3137bc058f7952b1d650984322200069f89c6bd8c7d76a7a9443a61b91203cfe, '', 0, '?'),
(0xfabf1f6e8aa17cfe4de94fa1e3739e1f, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', 1, 0x00000000000000000000000000000000, 0x5d119e865cb8f742b87b0ca630b547c3, 0xd42795294c59136996acc1393e3b4212ac07ccc18117715d0df31d111c38ac9e, '', 0, '?'),
(0xfabfd898c32d0ea96d34297df9f909ce, 'wp-includes/js/dist/reusable-blocks.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0x012dbe44adb98cc9aee51797aa79731a, 0xb6513afa7885488a3c0b1746cd118ce689157cbac8be9da2965d51b0f7d66fe9, '', 0, '?'),
(0xfaccf0eb070e194f2eed409971968f21, 'wp-content/updraft/backup_2025-10-23-0400___90_d509b3e60fa4-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-23-0400___90_d509b3e60fa4-db.gz', 0, 0x9fdcabe4670d6a4394c9d97dee8d56c1, 0x9fdcabe4670d6a4394c9d97dee8d56c1, 0xd11f8e774800fa3ba9ba3d9a821c71a80e365128666e618d651679906ae3c8c2, '', 0, '?'),
(0xfad804e52d38e99d414bb040a2db27b9, 'wp-content/updraft/backup_2025-10-01-0327___90_e1f07be83b4c-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-01-0327___90_e1f07be83b4c-db.gz', 0, 0xba6c088961e50d9182e9f2ff78196d31, 0xba6c088961e50d9182e9f2ff78196d31, 0x3322756247e3cdf6fda8bb2ad150dafff659ec4163f614bb53af7d102ac0fc1a, '', 0, '?'),
(0xfadab3e60307cce6c335a7e713a5f941, 'wp-includes/SimplePie/src/IRI.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/IRI.php', 1, 0x00000000000000000000000000000000, 0xedf5bc439ae9e77481c62296f3c4259e, 0x7e9b7b3b589b2420f41fb8b519f04e3d9488c579d2fc10d11176e0094c0e1c1c, '', 0, '?'),
(0xfadca70e9ed51740cb7b39b640f9773c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xe6684a41d5a25598ab046bd1aafc4c6e, 0x21f3bfe05eb0b32d506de0593850ad3af2235f48b0e903d5e0f4e9dcee11c01d, '', 0, '?'),
(0xfadcffff4b76f2ec4b024d3b97f10f08, 'wp-includes/blocks/comment-content/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style.css', 1, 0x00000000000000000000000000000000, 0x6e4693ee96e9ce19e2f1bc4d6a1afffe, 0xa00c66f021851d761bba7dad3e999b8d434e0f4d0049f214a437222238164954, '', 0, '?'),
(0xfadd13e52ea16ca92de4a82a1ecc6c70, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_3.php', 0, 0xb43a5da8cd5320f44dc49294a4e8a42a, 0xb43a5da8cd5320f44dc49294a4e8a42a, 0x31ee32a955790fd047539f02564d22b89670cde521abe1d259641c7efc8919a9, '', 0, '?'),
(0xfadde00d7397c473b347b7d1d63e9807, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', 1, 0x00000000000000000000000000000000, 0x6ebfba4daff10b74df839d30715390b2, 0x4b725829bf7a2dbd4f30c34c121d71c785f70c72559062e6395eb967731387fa, '', 0, '?'),
(0xfae05a967025276e1a91aa576ab51be5, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x98bf206f154033196580135d4022a980, 0x06ed9e46cccf024528db9b36e144ed14916437411842470ecca09d9d0f55172a, '', 0, '?'),
(0xfae27a6663f9360200f9f41115bd4f6b, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php', 0, 0x96418ea0f5996e8cc5a8aff046344a73, 0x96418ea0f5996e8cc5a8aff046344a73, 0xcdceef29fb961818345f9634770118b4b921ca37d428412377af50194352d9ba, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xbd2b06717b96cb5b83a3172a24c62bf7, 0x8621f71c990cdcf4f34b5c869eeed6f7156aafe1bb590e4f85e2e6479f0b0de1, '', 0, '?'),
(0xfae2ad0f4b77c68e383aa928458fde26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_7.php', 0, 0x72e029dc712d763d0c92a226e576da51, 0x72e029dc712d763d0c92a226e576da51, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xfae53e4a39dec15ffafb40108b6122c2, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md', 0, 0x0e62009b75ea57ec4424b62c62455736, 0x0e62009b75ea57ec4424b62c62455736, 0xc411aea84f371218c499fcbda9d2b5327215e8463f06862b0d7133388f968b99, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', '/home/abt90iranbet/public_html/wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0xade816fd4a28ef597439d982c2dce047, 0x27589486a5afac78d50308bcfb4392393e71bd62fa12332dc3e1e74c5b7770db, '', 0, '?'),
(0xfaeb900a88eafefa9b94c0347b95bebf, 'wp-admin/includes/error_log', '/home/abt90iranbet/public_html/wp-admin/includes/error_log', 0, 0x3e01dd34276e36c03f8be6b6e480aa84, 0x3e01dd34276e36c03f8be6b6e480aa84, 0xb0d7c531a0200183ab925b48b67719e21ae9a9e72085f1a290285a93f79653dd, '', 0, '?'),
(0xfaede74217e9f2ef7a3ba9a09fc40fc4, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x139d212e9fe927f8661716c75dab89b3, 0x96ddbca55efd06089d5195b3691e06e089f8ea2345742e2be9dcd781ce55edeb, '', 0, '?'),
(0xfaf1191af4d50b6f4a62c6e3d4064509, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x385.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x385.png', 0, 0x20c15a00c0ab7fdfe0baf2ca2dfc75a9, 0x20c15a00c0ab7fdfe0baf2ca2dfc75a9, 0x86f23f30fe3b69a9c0999f871a312fdba9b12b736598aae14b88edd32fe6c203, '', 0, '?'),
(0xfaf2a07b2cd160dd3717b43fb04be4c0, 'wp-content/updraft/backup_2025-05-04-0338___90_35ec95f10d47-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-04-0338___90_35ec95f10d47-db.gz', 0, 0xfedb88bbfb5afd7145e9aedb46ffbbd7, 0xfedb88bbfb5afd7145e9aedb46ffbbd7, 0x8d20fd6833fea372385e42890325468f23d2bfbf4684eb6476f074ddd454e237, '', 0, '?'),
(0xfaf7678a28af3335d1d235ed6b861928, 'wp-includes/blocks/heading/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x67d7cd6a0e9df53dc8624919f5f6d667, 0x4201ba51fd36626244ab4afa740c11d0905e0879599af0799db790fbb2869d09, '', 0, '?'),
(0xfaf76ec349f963ad3fe6306e7648f183, 'wp-content/plugins/elementor/includes/elements/section.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/section.php', 1, 0x00000000000000000000000000000000, 0x09c9e35a6fd9585d8f0339267abc5203, 0x2c17443cc3947b4cc924e40c8407b33d215fc2d170829cb2746f2b610d155af4, '', 0, '?'),
(0xfafbb1a280f38681e07c1d9be0ec7f7b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', 1, 0x00000000000000000000000000000000, 0xf9921df4cfe8424f34cd243c27b4869f, 0x374c65e70c420c15e218acfcab221b915ddf03f67337ee59c1c0d72ef3091f0b, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', '/home/abt90iranbet/public_html/wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x3fbe60af8570a35292e12cc8e65fec70, 0xa316c84186007c3d66fd890be919e7f24a9c533ccff59511fef51f0bb698de7c, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x46e94b8a9e79e4228f15ef4af8dacf7f, 0x7e54d319bb295fbaa19d8019d4879dc08859482bd503b416d115c98f27fb093b, '', 0, '?'),
(0xfb078b06621a689344085113b2a7dbab, 'wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xc781bbc37440ab7f690f6fb9b0a90e12, 0x1d3357cc0a7db38c3f3cd570e6e9e2dd02f1cad8256cf1525a7e677e08720754, '', 0, '?'),
(0xfb078d7a31972e6cc20e72b745b805b3, 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_bg_image.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_bg_image.php', 0, 0x806b2cb4a1efd9ec829d735fc774d602, 0x806b2cb4a1efd9ec829d735fc774d602, 0x6c91bc166e46e4778dd1dccea1a393018f7b4e875a9bbc3df5b5a63d197b28bd, '', 0, '?'),
(0xfb08e4f6536f10714f71a0722cd8a2f0, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', 0, 0xeb265310d6d9cf71d940cfe2aca08463, 0xeb265310d6d9cf71d940cfe2aca08463, 0xe3a39c68fe264747a1fd35219498ac08c4217762319eb7f3b08f1f872dbb9240, '', 0, '?'),
(0xfb09890edec80e33ee8ddb9d76d43ca0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2.php', 0, 0x9acf81f47181b44eb0eacf4bb08634be, 0x9acf81f47181b44eb0eacf4bb08634be, 0xcf750312bb17ae793f33d72c9f2a4ceab0bb241759e92f25dc0e2f820849c2c2, '', 0, '?'),
(0xfb0a4e994cbcbf3c66664a692b246943, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', 1, 0x00000000000000000000000000000000, 0x9c6c9532f0cca23dfd17e0867c0a5e87, 0x0d65653acea83c9669dae1cddf92ce23879734d8831deb081c29225683bda7e1, '', 0, '?'),
(0xfb0e48d97e21646b3ba61c92a01eaec7, 'wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-title.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-title.php', 0, 0x9826b1f149aa82962937783711441c9a, 0x9826b1f149aa82962937783711441c9a, 0xdc156f578007d3129965f7a4c39c36547965c60d328d112785bb6d09381c2832, '', 0, '?'),
(0xfb1504e99915a88231bb5777b7a24176, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2.php', 0, 0xa9edd9abcf9cbc5f7ba7e67a4d633735, 0xa9edd9abcf9cbc5f7ba7e67a4d633735, 0x749a369740fa86fd422c0b1b51aebb522787a1b594fd386835698675b49dbf17, '', 0, '?'),
(0xfb15c43a6c9b737bb4f63c5ed8084b3f, 'wp-includes/js/dist/vendor/react-jsx-runtime.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.js', 1, 0x00000000000000000000000000000000, 0x2d4703e5d3fe16d4ee0230e6b73e439c, 0x25a7bd1dc86ff9edf777e8df10b25a911ecb149f9fdcd6aac1fc7ad685be7f19, '', 0, '?'),
(0xfb19cdb7a67db59fd85b81168c842834, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 0, 0x2d6d77df6d7bd174475386c34a33cd52, 0x2d6d77df6d7bd174475386c34a33cd52, 0x9b9c16dff6e24d20b723d02155fba9eb5962820be821c67234372a89ab6e0dd9, '', 0, '?'),
(0xfb1ab4172ed9bd6f731dcd0648ac52be, 'wp-content/plugins/amp/src/Exception/InvalidStopwatchEvent.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/InvalidStopwatchEvent.php', 1, 0x00000000000000000000000000000000, 0x8d36807b25e4318128168ff3e4fa8dfc, 0x34b82be2521478169c17c4ffbbbaa7ad1460924f8cdbeff4c0f3d4fe72dd4843, '', 0, '?'),
(0xfb1f0375ac730b557ef1592d7926529e, 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 1, 0x00000000000000000000000000000000, 0x4464e95702f106c819bfdd48837a4bcb, 0xe0e265e8c0271f323f95ef2e1c4374fc276f25432030f458e440a93f8b79addf, '', 0, '?'),
(0xfb1f458bfa2e334114af387efcfeb78b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_5.php', 0, 0x946074e66b1d6b08e38c1133739b9b68, 0x946074e66b1d6b08e38c1133739b9b68, 0x2827a4f539e73f27c61a96b7e9a12584cb2f9867dc26f6697887033cdbab1661, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfb1fc135caee5ee9a0badfa5107939ff, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 0, 0x786056075e29ff136c3ba94fc21b1e10, 0x786056075e29ff136c3ba94fc21b1e10, 0xf5db910c37c702af7fa43db771db9274ce6ee630066e1c60936770747923b209, '', 0, '?'),
(0xfb2063f04fcdf1c0c7e034c4a8c7964d, 'wp-includes/blocks/post-terms/style.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style.min.css', 1, 0x00000000000000000000000000000000, 0xc31a5e6b860bdc4eb6d2b1ee1aa0299f, 0xdd3fb8f3e3b7b71ef1bf2873ac8fbaa827d7cbada523f16c3c9a155254f48765, '', 0, '?'),
(0xfb223e314585a5c8e23c2bc05f02e985, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', 1, 0x00000000000000000000000000000000, 0x86c32175daf4630c5dbca77371e7c6a0, 0xb8cfd9ae4488e76a0844d5bfcd21058ff6bd99de360922327a2c4ec1723546a7, '', 0, '?'),
(0xfb24a53789ab6400461db75cb3968884, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1.php', 0, 0x673489e43ce41fd6e05f50d769de6599, 0x673489e43ce41fd6e05f50d769de6599, 0x1031bab2b242cbb2a8d1c47ca3ff4585ed1a685fef76a8c1e646e61ff0a89586, '', 0, '?'),
(0xfb24ca5a54659934501c4a6582ca8c68, 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css', 1, 0x00000000000000000000000000000000, 0xda8dc3a23d666d8ff71090bd16a17ec1, 0x52dec4fdc03f969fc7bb9f540cea8beeb9f42e73c430542806722afcf6b12580, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', '/home/abt90iranbet/public_html/wp-includes/blocks/categories.php', 1, 0x00000000000000000000000000000000, 0xa88175d821eaf9b2a41fd0ec7a9bbebd, 0x00d0b3dd11a3614fdbce45fc6476fb277a596a348714bea5356ee829d9147b28, '', 0, '?'),
(0xfb2a3e4630e9701a04654d7bc99f133c, 'wp-includes/css/dist/block-editor/content.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content.min.css', 1, 0x00000000000000000000000000000000, 0x32c78aee88d9ffa7a98df3b0c7d2028c, 0xbbf61fe6423e44016cdf156f3c97ca3549c52cac6e25cc07019dc26e4eca1f50, '', 0, '?'),
(0xfb2b15eaaaab13877561634f93713365, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2_no_content.php', 0, 0x1cd2e3ca757ab0293a79ee2c3c884dc5, 0x1cd2e3ca757ab0293a79ee2c3c884dc5, 0x1138cdb9226da7420f558fbd1891c578a60d50b770b50b495d9e8b7671be78b9, '', 0, '?'),
(0xfb2ba3f344d5f00b025fcc85caa814df, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_6.php', 0, 0x8b9277e71a5d18acdfdb0171116e6744, 0x8b9277e71a5d18acdfdb0171116e6744, 0x6f803e595c035251e6a86a41b0de40fce0143a36fb9b094f2bad5fb329a5de7a, '', 0, '?'),
(0xfb2d0371edc6a397b7e39e5a30e70975, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xfb2d948bfbbac93c7020769eb1edae3c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3.php', 0, 0xce904669331a4ad5b98d4b3b69854869, 0xce904669331a4ad5b98d4b3b69854869, 0x3a51fdb518b0c84738e64871bed618e33288cbc2f9135c57fd987ad74ab7ed7c, '', 0, '?'),
(0xfb2f1c977681ad14b8b0e5ea4a5969c0, 'wp-content/plugins/elementor/assets/css/widget-divider.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-divider.min.css', 1, 0x00000000000000000000000000000000, 0x433812c67c1599f97c1d89f70cf37d55, 0x519b1397a356f7cce39284e899ae6b12489f52b4ae8ebd39d3f300d8b515c5ac, '', 0, '?'),
(0xfb3415356fbfb1ea1189b39c2811b343, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-center.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-center.png', 0, 0x0cf66b9df561cd33af079de258e63fad, 0x0cf66b9df561cd33af079de258e63fad, 0xadef3e19e94b970ba61915bdf683125456d598f640706085ed67b3ecc92a74e8, '', 0, '?'),
(0xfb3fffe0a10016970c8266ff64f82df9, 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8f4d450c798a684e38389f5d80444440, 0xe9c36c416a36fb0a5443464aaf850c694ed0111cbb313b29e4cbecaf3a34db5b, '', 0, '?'),
(0xfb434e9c69eca13f82b0c73b6879dfde, 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js.gz', '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js.gz', 0, 0x8e9a01a19f6b57bb6d97d49f58be6bcb, 0x8e9a01a19f6b57bb6d97d49f58be6bcb, 0xc1f5d0155794673dcf87d76c3d2609e53abc5ed8f9cd204c3c61326cdb28572f, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0xc40287fe64c4200d2e944b99fa3b493b, 0x5640dac61199e003151283e43d6abdc9d6861ca48b033c8d44481819fd71f573, '', 0, '?'),
(0xfb44e3c3a4b2a0850eaae5666c9e5215, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php', 1, 0x00000000000000000000000000000000, 0x1b07c84cce30404d799e7a88f683f6f0, 0x8b5a1a782f1c72dfcc1d1031e62afc90dab76af652bed164853234e5368df9e6, '', 0, '?'),
(0xfb4dad459604e75313d7442c3a95ac7a, 'wp-content/plugins/akismet/_inc/akismet-frontend.js', '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet-frontend.js', 1, 0x00000000000000000000000000000000, 0x91954b488a9bfcade528d6ff5c7ce83f, 0xd514e8c8cdb2adcf5d27b573fd4869a90d3be1137b12fabc404da1639574c146, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', '/home/abt90iranbet/public_html/wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x98b8f81024f7ea6e1f37250252db3af3, 0xd493f89aeb54fedba000dea5c948f7a9cda82d47296d563492e85c8360e56714, '', 0, '?'),
(0xfb5437dc14ca8142e9552f0cc2a17280, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Options.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Options.php', 1, 0x00000000000000000000000000000000, 0xbf0e821fec23c284344bfcb8bb0d4124, 0x3de4043ac2c791b1fcca694746032ff87b818fdde722d8244a6cebebee62d54b, '', 0, '?'),
(0xfb59db73b24d8fd1a81210776be797f8, 'wp-admin/images/about-release-badge.svg', '/home/abt90iranbet/public_html/wp-admin/images/about-release-badge.svg', 1, 0x00000000000000000000000000000000, 0xccea16b5cbfe0d933b206b5e51ad4f3f, 0x5bae7b38dbbb2243b4cee2fc66b2d1c8a7ddac38bc5c4ab4002da428a6c54259, '', 0, '?'),
(0xfb5b0341f9e2fd242f5d741c7becebf1, 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 1, 0x00000000000000000000000000000000, 0x76044b28fad6f71ca16f6229c1c29603, 0xc911810306d0b703b86949f3745a997bf1a5d52ac26264292149449b23e73d83, '', 0, '?'),
(0xfb619eb17a39695fd6a8cea03dcbe8f9, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 0, 0xefdba8306b7e0c6c04a23c4a3495e9bc, 0xefdba8306b7e0c6c04a23c4a3495e9bc, 0xac107e5faafb768bea50bcc0cc476d032cf0aac02043ef9a5440ef2a9d60514e, '', 0, '?'),
(0xfb6b3d9191f65c620f9d19f1cddca1c8, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 1, 0x00000000000000000000000000000000, 0x3347693a2fe2dca070ace99ed067648a, 0x2e0ff9e60c758707909b379d98f99eaea1c99787c5ffd64b4d2ae0319b43fb7d, '', 0, '?'),
(0xfb6c18ba9b3b70abf709052350eb1025, 'wp-content/plugins/elementor/assets/shapes/book-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg', 1, 0x00000000000000000000000000000000, 0x59d8d29eca763fb76a67a30676d92b39, 0x594d777be0df7a9cf535164c79682c1a9637e645f0dc2a13f95b6386a0999d9f, '', 0, '?'),
(0xfb735594993c00a4f560e2f127f5629d, 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.ttf', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.ttf', 0, 0xb06871f281fee6b241d60582ae9369b9, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0xfb7a74f05ba0d312fea2c0a0149b8e93, 'wp-includes/blocks/heading/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x21b61c3c0466064b2f92f3996cf33703, 0x1c4819999b3359f9849aa8464089f91e261c2773a0addb2b839c6bc77d2f9f87, '', 0, '?'),
(0xfb7ca693b763a5fec2c8f894418c8676, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationScroll.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationScroll.js', 0, 0x1a2f6bb3baae8b5c98658dff84e48ec3, 0x1a2f6bb3baae8b5c98658dff84e48ec3, 0x5010ec5cf92077b9a58804d7e58cb7053ffb33561f60dabf1a3e8d28d334081b, '', 0, '?'),
(0xfb8311082a702a32cb8d88116f45acae, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php', 0, 0x51a15732ae6e0c2919342fe9790b181a, 0x51a15732ae6e0c2919342fe9790b181a, 0x58ed542d2e7fe7491af4a4d9015ec85c0755a66762d64b5b39dacfcb6b22d292, '', 0, '?'),
(0xfb846c5ac8cfbbb683b8aa658100afad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1.php', 0, 0x1b52958f13f23c311db8a2781e7cae6d, 0x1b52958f13f23c311db8a2781e7cae6d, 0x98d737e9a3c38ff02ae6688f3d47069a96efa95e302f49cf2142ad4052d7fc54, '', 0, '?'),
(0xfb84aab286aa2f3781e664602ac9fe90, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2.php', 0, 0x818bae8c7d561fe7330de2e7bc59b39d, 0x818bae8c7d561fe7330de2e7bc59b39d, 0x914bb92c840d9fde3639fd65b846304b005dea3042c62a690f56dfa3b2792cb7, '', 0, '?'),
(0xfb88f1432dfad62a1efe549defe42492, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php', 0, 0xe2946b481a6dfa27529e01246b0870fe, 0xe2946b481a6dfa27529e01246b0870fe, 0xf421bc5666a9a4d43a2be96acab1af6280b01b8b7227eb710d2737b0f9b6f02e, '', 0, '?'),
(0xfb8c84e7e3d115a9b7b9f78ecd50d277, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2_no_content.php', 0, 0x0ff0b6fd972894083ec23a4d1485d8d4, 0x0ff0b6fd972894083ec23a4d1485d8d4, 0x62c7eaa2ed7d087227deb6cb53cdcd5c881cea5608e7a440e6d9fcf3bd95adbe, '', 0, '?'),
(0xfb92d14fd1c5a387d883e48a1df9fb44, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340-rtl.css', 0, 0x56a972decbd284a8da91a10170f7189c, 0x56a972decbd284a8da91a10170f7189c, 0xcbc16968dee14dff3d74ad45ad3c4019ed13ee8111d4fcf54a16086f9da37a45, '', 0, '?'),
(0xfb98cea57115a0eb9e3af8dfdd0c71ef, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json', 1, 0x00000000000000000000000000000000, 0x9e13978742e75d6ae0f7f6614743638c, 0x350a113ff61ba0f84755e522a6a2fe67f09824017fe501570e40291248598dd4, '', 0, '?'),
(0xfb9bc2b1812b7478cf075c153714d9dd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_10.php', 0, 0xe8b8dc4d2ee120fc9e99041173464935, 0xe8b8dc4d2ee120fc9e99041173464935, 0x00358b52d3548a23785a67819e8eb85ae6a8862ffedfeeb220481b8fe0dfa44e, '', 0, '?'),
(0xfba0eef12a91643ac89db54ca6e5ec6e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1.php', 0, 0x2c4c920d0ee2c22047a3f0aae93cbf9d, 0x2c4c920d0ee2c22047a3f0aae93cbf9d, 0x62992d1a4419c707d12a1a8b18283c282b604c5aab3d175cfeda6202fec65cf6, '', 0, '?'),
(0xfba180905e374ea95efc3a55bee08c67, 'wp-content/updraft/backup_2025-03-23-0336___90_ead99bf3f7fe-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-23-0336___90_ead99bf3f7fe-db.gz', 0, 0xe890a4032be27264e63d620b11b2ea1b, 0xe890a4032be27264e63d620b11b2ea1b, 0xfc79ceb5b9ed3952271c44813efd97f58e0e82e4234246904cd337a7bd05b7a3, '', 0, '?'),
(0xfba6987918d1a8b6f5fc7f56c31a7adc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_panel_settings.txt', 0, 0x570a657bed977915786eef8287fc6b22, 0x570a657bed977915786eef8287fc6b22, 0xff819226a37c76fbd0178d9dd914802b45a34146b103335dd634ec80164dfa42, '', 0, '?'),
(0xfba8ac37454c935931582f9c1e36bc0d, 'wp-content/plugins/td-composer/includes/tdc_composer_block.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php', 0, 0xf57f2c94c7908a0ea524c78f146385a3, 0xf57f2c94c7908a0ea524c78f146385a3, 0x4a77847ed8197eb6ad84ece6afbf04ebd2f679ac6fcbb1ea503b2bfc938e4377, '', 0, '?'),
(0xfbab8b595b11dde9961ff311ec6c5801, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/LICENSE', 0, 0xd05e73887eedc78611070af6a52dd160, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0xfbac2e37b5e747a7571b1690cac141a3, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php', 0, 0xdea14a7a7c8a848ae12a82c95425f924, 0xdea14a7a7c8a848ae12a82c95425f924, 0x1e1c309a7ae0f1db1f5af968e0592e6666af1ece768178fbabe1b8588aa0d593, '', 0, '?'),
(0xfbb05dc90e8efdbb4d1e10cb58a344c2, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x605d6dab0073a90fc46692b61dc9c2f2, 0x919f417b542ef220bf16847d08b47093a80776798a092131b4e03596e617b6fb, '', 0, '?'),
(0xfbb1bd1e1b28654bfe2b6374caacaf27, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x5cf330f5bbfdc9226f829265a1ed1423, 0x91e19ed8cdbb927e5154a0ab1b4244959b13f42cdf816d5443dbd83295d79615, '', 0, '?'),
(0xfbb612c9c11e27cddf5642c17e0efe77, 'wp-includes/blocks/query-pagination/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/block.json', 1, 0x00000000000000000000000000000000, 0xedd7ed0e20807af31ad7d22ef38bf802, 0x88cb0a68286e7f710e89b50528ea576e1090f781d443f2046bb8dfef4f347f36, '', 0, '?'),
(0xfbb6826e3e9898abc0e48366e52e8ae7, 'wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-overlay.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-overlay.php', 0, 0x900d341707f8684d538c3862e08e6730, 0x900d341707f8684d538c3862e08e6730, 0xd64da2459feab476e22f10b071c425a8f63832ad8b8a01b8b3c3b9d854eca213, '', 0, '?'),
(0xfbb76c3834f5dd6d3eb4ea7e7670a56d, 'wp-content/languages/fa_IR-93882e8f9976382d7f724ac595ed7151.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-93882e8f9976382d7f724ac595ed7151.json', 0, 0xf0ba44f50c079e6b70c84093edf17f7b, 0xf0ba44f50c079e6b70c84093edf17f7b, 0xb2bf2d6bbf9e91702ff113d0d499258d71fa51e916774e0afc38561758349d2e, '', 0, '?'),
(0xfbb88fb525d95932597f17a080dced6b, 'wp-includes/SimplePie/library/SimplePie/Cache/DB.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0xc581f1e36b7d93ffd0a49896abe9e534, 0xf8b44cb1373a501431b57d068e5b142d2f3767ae34c239e684c8921a4ec136f5, '', 0, '?'),
(0xfbb9d7e0e84e8952bbc9ed98c85c58bd, 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainms.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainms.png', 0, 0x5edd30b9af4d50c4e55104f76887ea74, 0x5edd30b9af4d50c4e55104f76887ea74, 0x6df1b3ca04eb9fea14ff4a72d916f5a7fd42b2ac764e2db91a570a25b2f8db83, '', 0, '?'),
(0xfbc11a97c8e473f3f8a68f1fda26f5f4, 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-5.php', 0, 0xcafe295e68d429b48437e73a4f3ce015, 0xcafe295e68d429b48437e73a4f3ce015, 0xa2c50e783c968d003856b1257b250010922c28b44551b6809c42282cb253df0c, '', 0, '?'),
(0xfbc1442ecb2cc9618278f63d5fa4f3fe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', 1, 0x00000000000000000000000000000000, 0xe9b3ed0d57a439345f04512e436fff6c, 0x3896057c9d9f5a5504ce7e2ec36d5b299028c749b1277516e9e70e20cfc93d04, '', 0, '?'),
(0xfbc57f7989cf742d780f572e4fe1620c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_4.php', 0, 0x6bf51804242a4acbaa4e774d28999f04, 0x6bf51804242a4acbaa4e774d28999f04, 0x864c13c8c1b5ab4ca5c33dd9337ff9a623fd2fbe8692f71f8939df8482ebc238, '', 0, '?'),
(0xfbc69a2519dd1460478db8d86c0be5dc, 'wp-content/plugins/shortcodes-ultimate/includes/images/swiper/loading.gif', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/swiper/loading.gif', 1, 0x00000000000000000000000000000000, 0x13e2e4be6f729d9aa72771d9a83156d6, 0x8eb1d9aee75b8c55adad2513faf048ad7fc16023152d075f62ec5579c0ca6c0d, '', 0, '?'),
(0xfbc8d808e30fecf76a7758ffcbab23ac, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_10.php', 0, 0x0d66d748e38c2f1ce9dc56e5fb9ea52a, 0x0d66d748e38c2f1ce9dc56e5fb9ea52a, 0xfe3ed38be24365000809dbc3c3fac2061628c513455b3c786071c67f252d464b, '', 0, '?'),
(0xfbc96458f0e3bbd7a11fc096407c58e2, 'wp-content/plugins/elementor/core/editor/promotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/promotion.php', 1, 0x00000000000000000000000000000000, 0x7dbdc8e18b0fed1b674fcf4f3c81d662, 0x6bcb62ca6e81e49e54427266d3f64244a743816c2fe293ec8738f0c594ad78a1, '', 0, '?'),
(0xfbcee104a6356f05d28b79d045d95439, 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-blocks.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-blocks.min.js', 0, 0xc6794d752c5c067c88033a60dece2a81, 0xc6794d752c5c067c88033a60dece2a81, 0xca3c72fb4a2732c547aa9873adbbab89ed84fdeabb22753406911304e7f0b303, '', 0, '?'),
(0xfbcffe17cbe8d5902d467d65de38b709, 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 1, 0x00000000000000000000000000000000, 0xf91130c9fea46074562516acd4e949f2, 0x142dd8b1623260404a6ce89ff472be93ed480bd4478a7f6b88712f47da61036c, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8ad877db7ad99ce69325c12a1f39dbfd, 0xd948dfee8b54e33e701d8f4486a5f5dbbf2eb4dd6f59d947519d91bb22273474, '', 0, '?'),
(0xfbd20d5d37a29b9124eb3d464c4fbab0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', 1, 0x00000000000000000000000000000000, 0x850dc649f15d3e4ce1c80f23af961ba2, 0xfd3ef72aa073c44f28de128d02dc9872ddc02d1d24e0c2b66abd413c7fd84a40, '', 0, '?'),
(0xfbd59015e0ac5742f2e9fee92251cdc3, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', 1, 0x00000000000000000000000000000000, 0x08572b5ea7ff3fc59ae6d0a6c5742286, 0x2b7e7f3d4c61fb64df933335f6309dcfb15d4d2cbb94372acf99ba47cd8baefb, '', 0, '?'),
(0xfbd7a8bdba4e870d4757f0961d323fc8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_10.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xfbdb1ac2e10fd30070f407408607f044, 'wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', 1, 0x00000000000000000000000000000000, 0xb916e4100fa10c3dd6a9ac40cafae358, 0x7b52afa3d9e1e61934074c89c819015266f503fec638c8d714865e7b2d987426, '', 0, '?'),
(0xfbdd4a51bc8f6ac17ddeb5ee64c0a3c0, 'wp-content/plugins/amp/assets/js/amp-theme-install.asset.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-theme-install.asset.php', 1, 0x00000000000000000000000000000000, 0x039f06d56b7d6e3ded833300da92d561, 0x7ab1eb8e681a1c76050e82cae2a050108ed8d5760c6003172148101f0e5de5fd, '', 0, '?'),
(0xfbdf0bc132d5a5d376da4309b7085d7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', 1, 0x00000000000000000000000000000000, 0x0ed621792c752b264d08728154b36646, 0xffa108ffb922b7f6e194a7147675840c3c1f114f0c27c715ca3238e517c4be80, '', 0, '?'),
(0xfbdfaa341dc829a2aa2627cb216acb45, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-2.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-2.png', 0, 0x30661884be9961ebe1815be8d13e8838, 0x30661884be9961ebe1815be8d13e8838, 0x1b26197be1c0a95528d32a6ae8a121c9cba173ec5a70fa0c99ddf5050423bef6, '', 0, '?'),
(0xfbe4436dc15d56062600036762b5589b, 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 0, 0x42d2b97e905f50c58574fb8149c16635, 0x42d2b97e905f50c58574fb8149c16635, 0x83fae70dd7c07cc6634eef6de84378b3b15345a2f8b018acca087288a7e11f4d, '', 0, '?'),
(0xfbe8c296f8954cb4ec203b40a734f3fd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_css_generator_demo.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_css_generator_demo.php', 0, 0xda0bf60cf0a27048ae28a42355564de8, 0xda0bf60cf0a27048ae28a42355564de8, 0x9c71fb27a5d802f294c7f0c7b577ea912af189cf43186f080a8f1c5fa2dd8f34, '', 0, '?'),
(0xfbeb084eaa6328768aba1c7d67e558ad, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', 1, 0x00000000000000000000000000000000, 0xfad2a481737366f1b03d6355af7fb6ce, 0x1d5cb678bc48b95b95afc07cdbd475ab6b66d0f17afa14e98aa46503bea77758, '', 0, '?'),
(0xfbec277fae9574ee115a3c2e07efd5b6, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 1, 0x00000000000000000000000000000000, 0x0bad1c6e1af16c2d634e58e5cb272a37, 0xf509b4271dbe6527657315e31df9f6167bb0b48740d05eaab9087598008719ac, '', 0, '?'),
(0xfbeed5d4ea2b6604365115e1fafc7939, 'wp-includes/js/jquery/ui/selectmenu.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectmenu.js', 1, 0x00000000000000000000000000000000, 0x297bdeed66a8eaf1edebfde0ef3097c4, 0x0cce3159b6e4fca8c881c16bd24be5fa15ca83b21db748e4d99164980e145054, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?'),
(0xfbf9544a14faea842e6b064ddace411a, 'wp-content/plugins/elementor/assets/js/ab59172d5784d868ebd9.bundle.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ab59172d5784d868ebd9.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2c6df5cf53b87fcb085fc4b39d6237f7, 0x254d564da2e7e6e89e81aab360b5514fc7611c63d65957dab63a01b464672952, '', 0, '?'),
(0xfbfa1e7183363de61175d2a29f60f876, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_4.php', 0, 0xecebd5864ffe5b7ded4d50067e1a4e49, 0xecebd5864ffe5b7ded4d50067e1a4e49, 0x712e79f68e0ab4e3cc4c6b35c51b910297a2e28f195bc3546e092d2b5e2e1808, '', 0, '?'),
(0xfbffeee13f690f2e51bf5b1fa08e45e1, 'wp-includes/blocks/post-navigation-link.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link.php', 1, 0x00000000000000000000000000000000, 0xa0e63643e1cde05c26fc1124480e65bd, 0x7f2f0f56fd19f2bbbdeb6d5136c8fff2a9cee1fd8027259d6b3bef800f371e13, '', 0, '?'),
(0xfc057d961a63cab6bbecf5f5c605883b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 1, 0x00000000000000000000000000000000, 0xa88abba04741958afdc9bf046521a77e, 0xbbce82bc1d1f2f12257a2734111627e934168f2faf7e4073c6b85327fdff5329, '', 0, '?'),
(0xfc05a94713c2ef010c6e1d4f6da781f1, 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 1, 0x00000000000000000000000000000000, 0x468bfa88d566f796ab724f66b86a49a4, 0xaae4215df79d5688ce7d8958e9313f19fdc0e4f107e6f6808177503aa513c411, '', 0, '?'),
(0xfc0f276352489073c9154bd734db30c9, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/demo_style.css', 0, 0x02d3441473369befd188b6eec6da5885, 0x02d3441473369befd188b6eec6da5885, 0x6298846ce83285c971c0cde622ebbea2499ac1589cc82ef9488d2ee9791fbf74, '', 0, '?'),
(0xfc16fdcc59b49c66534c716208f0fb98, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif', '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0x9ee646ffab71107d1a11407be52f33a5, 0x97cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd, '', 0, '?'),
(0xfc176c62e2fb2b489d5a5fb7bfcfee46, 'wp-content/plugins/elementor/modules/announcements/classes/announcement.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/classes/announcement.php', 1, 0x00000000000000000000000000000000, 0xa8a7bb9aeb17d58959f77f87d9715799, 0x9eb42bebcc3f5d506df943721d322dbdd05cde1a852a0fde55fffe4fecfb7552, '', 0, '?'),
(0xfc1b5d6d00d510cd56a18ca17ac7e4b6, 'wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.po', 0, 0xfafe29b8cfcb4b8d3e84b67c26ed4ade, 0xfafe29b8cfcb4b8d3e84b67c26ed4ade, 0xab83ee44c48f63b2033e25134e85a93a7229e89440461f7fb3776e7a2e742938, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', '/home/abt90iranbet/public_html/wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0x694aad3f59437f963e5e91ee661d05b8, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xfc206d2ef282ee305b907fab1ecfabc0, 'wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', 1, 0x00000000000000000000000000000000, 0xfc0096fc1b9e59194d6fce37764846c8, 0x6eee067abc8d22a7c864d7d0ac60f81039cb35b39beb1af098699cb14e5c424d, '', 0, '?'),
(0xfc2fc84fdc75d20ecac7af1774ae35cc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_6.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_6.php', 0, 0x6ace256db409a6a55cdc810eb49e51a5, 0x6ace256db409a6a55cdc810eb49e51a5, 0x72f16c589cf92523c08d8ef5a002e41dcb910fff7d620b83ff951e57bdf6c91e, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0x373fd24635fd16735335c33793ff2c28, 0x4a3c8acd3f5982f8b094bdd75375c5aaaf55268a0a4e79b460546b080c124ce7, '', 0, '?'),
(0xfc3084a1825eee97bc88f7cf0de012ad, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 1, 0x00000000000000000000000000000000, 0x1c8bb01dec07c3a6592d5bca7e208ead, 0x94e92b9e81c7a1e9e838dec896d14a351bd272262bf5dcf9993c40e703a4f38c, '', 0, '?'),
(0xfc3463fd71b2222419db38f7c8e33f2a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', 1, 0x00000000000000000000000000000000, 0x92de2183c183dc1670fb1f07abc9bf57, 0x9aec2b261942e1a08ecb8d61a17f03d3eb829409b2d10e49c68a135265751413, '', 0, '?'),
(0xfc3771083b650752c2b2c9aa5accde3b, 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', 0, 0xa5d839653d579ea0879a91bd9ec59ab2, 0xa5d839653d579ea0879a91bd9ec59ab2, 0xdcb0a761e1c6746abd4b102fba8ddf320a13e7b40698e6d6f7ebcd6b68703a5a, '', 0, '?'),
(0xfc388e8a1af8af943e871e7762a62bcc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_10.php', 0, 0xfa402eaa497f96f2c4148be0d3718cd1, 0xfa402eaa497f96f2c4148be0d3718cd1, 0x855cd3db92c90f0f869502be2d136784d9ee2d054b148319ff6183d33a397156, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x3d56fea13ad155bfcd4213cc344fdf8d, 0x6182994f0cf35c99f5606e746c5db6c6ae7f860caf2a35acd36df2610051b7ab, '', 0, '?'),
(0xfc3c8315f27cffe0579cab71b02b227d, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdListMenu.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdListMenu.js', 0, 0x8587bee3789cca77bbfce86b656f461c, 0x8587bee3789cca77bbfce86b656f461c, 0xa0e4aa32d53f5430bb57e5013543a79ac5b05659153820878f495fe213681fed, '', 0, '?'),
(0xfc41d71e39475d04ece844234d23717b, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0x80438cede9b432c45cd59838fc3080af, 0x4d459049655fa3735a782f97d3187c9cd63be64a91a17ace8787f79b4dcf012d, '', 0, '?'),
(0xfc47238dd6d33fe31cd5b65b58e2332a, 'wp-content/plugins/kk-star-ratings/freemius/templates/partials/network-activation.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/partials/network-activation.php', 1, 0x00000000000000000000000000000000, 0x972465bb410af2584efdb9abedc11c3e, 0x2bada75b05418f5508ae299958f507bfb61dd3e852cbb70375b04b823a97987c, '', 0, '?'),
(0xfc4a5de78e21ea7b01c04e6991edbf4b, 'wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php', 1, 0x00000000000000000000000000000000, 0x081f8cc1a6ef0bb9658cf8f2847ebfef, 0xc9a899f705c15771b1fb60333ddd2a8eabf460f8f917a2f1553aa2ec1b703d6e, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', '/home/abt90iranbet/public_html/wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0xa10270377dce60a3897f38952e2d65d3, 0x37b2820a7ff500bfef5f3f6ce3ff768ad1eb247ce7621f42cce2658194dfb2f2, '', 0, '?'),
(0xfc4f2ce4922e27793103d4ba4baf7650, 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 1, 0x00000000000000000000000000000000, 0x772f1438a710ac6d70e2ce6bf21b69ec, 0x18fd8dd966fa2e5d9de5476626a0acafa2433c7ab34600b2140e7220cf71a751, '', 0, '?'),
(0xfc542d8765be3c0e7a0746141cef12a6, 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', 1, 0x00000000000000000000000000000000, 0xa667b7655e3899a949dd035b87b1ba78, 0x737dfc909feb014fbdd77402a72f1306a94197c6b3ad9f9f556d330b37e9bb0d, '', 0, '?'),
(0xfc5743c31bc790484e3fd5a80aea5dab, 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_user_form_submit.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_user_form_submit.php', 0, 0x1e1f85ddf80203086863eb560dc79055, 0x1e1f85ddf80203086863eb560dc79055, 0x124887ea8bfa03e5800d2d62e9ad885fccce6073263580f3f58cc0f2956c803e, '', 0, '?'),
(0xfc58834a764b3726cb97de0469f06651, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php', 0, 0x92365cc2e75be9888ae9042c4b1e9623, 0x92365cc2e75be9888ae9042c4b1e9623, 0x2dca53c3a1097f7170806957a50dad226677a6268c60b1f45942a4bd6cd5225b, '', 0, '?'),
(0xfc5b33fc787a08b058b6a21baa4313e5, 'wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8408b5ab1ab9a5ecc63efea872981442, 0x2c4567094704bf052d1f6a54c16af0184d462fa4345a8b29fb421597aef0d253, '', 0, '?'),
(0xfc5c02c9cb42818533292fccdd147301, 'wp-content/plugins/updraftplus/central/css/central.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/css/central.css', 1, 0x00000000000000000000000000000000, 0xfc8cdfd70a8c3af986aaccc713a41f44, 0x5bb70e1e4a6dd549e25bfdf9be73a6dd0ab80b266920389a70c648f22edfaaa1, '', 0, '?'),
(0xfc5e67c0ee563c4131c61a0fc105a809, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 0, 0xa7b24e9110069b9bb05803e8234f5471, 0xa7b24e9110069b9bb05803e8234f5471, 0x2a324801f5a144d1bf99f1eb7f2829e32fa6f32827639217d80018b1fec49159, '', 0, '?'),
(0xfc5e84f74e34d39d2c620361a7a61644, 'wp-includes/css/dist/widgets/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x144159ed13a4d22237307f25bcefbaee, 0x45657d37bb8e3b6e3356c7a4825e68c8964dd460c9204d6b629a668b225075e6, '', 0, '?'),
(0xfc5ee36613d86b688b774ea96d4674b2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php', 1, 0x00000000000000000000000000000000, 0x0423f7fc05f0edb85b491d06494342e0, 0xd3503027ecff2c1dc53dfea9b739f3adf1766927afe8a024df7df861ece5512c, '', 0, '?'),
(0xfc5ef94f817c273a51c799451ce7ddf0, 'wp-content/plugins/wordfence/views/common/status-critical.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-critical.php', 1, 0x00000000000000000000000000000000, 0xdc52a62f435b80b6e5855d977525fd15, 0x02ae57e7aaedeb0b1f4226369839f5679e6b5fa2a09f8145461efd3604c94916, '', 0, '?'),
(0xfc656bad2713d034bc34cacfe6b9515e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php', 0, 0x83b9ac551e7f5e1e095a4fff3507fcbb, 0x83b9ac551e7f5e1e095a4fff3507fcbb, 0xbcdb7697b30f77de797b260c7e29372a2cb13f79a61d9a4156e767f74dea1758, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', '/home/abt90iranbet/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0xe67db9dfec8e287f81132feb9bf6574d, 0x9f72fa4e1c52e16ed5ebacc9b3d430b2311aee36f81105815bfdd59bee09e683, '', 0, '?'),
(0xfc67e7b36a6b53d50abff3e94f0da0e5, 'wp-content/plugins/wp-rocket/inc/main.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/main.php', 0, 0xcfc53d8bc41ae40f432d76ab0b87eb18, 0xcfc53d8bc41ae40f432d76ab0b87eb18, 0x48f99db5035c64d9534dae46f734ce6c4cff55c7f2a7858cd37ed47b721f00af, '', 0, '?'),
(0xfc6f8f35832bb0aeef8649c4decb4a50, 'wp-admin/site-editor.php', '/home/abt90iranbet/public_html/wp-admin/site-editor.php', 1, 0x00000000000000000000000000000000, 0xdc1453168a0141cb360443a9bf0deba7, 0x8a86d562c955133d03574422556abc909b3ac6a0121130ce62858fc68d0f14c8, '', 0, '?'),
(0xfc70cf83916a659794dde0beb5bff2ce, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 1, 0x00000000000000000000000000000000, 0x165086a3af3783767872a5b23f7aa0ca, 0x680c5ad41fa51a5ce8b0e93ee0e4d07b2534bf9da4460ad3d4921f779fcbaef1, '', 0, '?'),
(0xfc745d2246d654e4c83ff1f1b366173c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_10.php', 0, 0xe244f8189ce070fcfc19dc5db8f42594, 0xe244f8189ce070fcfc19dc5db8f42594, 0x399e363e588a386ae6839e2f1267ba9b1b4b3ea0ed5c3ed5ad0b9006c074b617, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', '/home/abt90iranbet/public_html/wp-includes/js/dist/block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x6f1e55535e87648e6923d870372c0bad, 0xde5c72b0e682ffd79b8b8f812f7f7b7c1804da69d89c4ff810f3a8f258d5284b, '', 0, '?'),
(0xfc77a0f155be282ad6c7daae264f4683, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', 1, 0x00000000000000000000000000000000, 0x8671238d50eb01e17eb3308c161374e4, 0x9fcfa6435e2d8ebe3b046996c29f9c0bd01d9f492c2d9382e99e59780080db3a, '', 0, '?'),
(0xfc7b40446b46e4144a47016e9b6ff309, 'wp-content/plugins/updraftplus/images/addons-images/morestorage.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/morestorage.png', 1, 0x00000000000000000000000000000000, 0x90ce71b8f3d9d3f1c6ebbf5098c1b2c2, 0xd7c1f0268247c734203823e8ddd02bc97513aad5cc5ec6948523644858a86124, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', '/home/abt90iranbet/public_html/wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0xbf8ea20f8e8fdc8989c45a8a812ce146, 0xf4d89af82995aae56dd8972ebddc75bafaea455a7b7f4eedeabee6456e4d648e, '', 0, '?'),
(0xfc89a6252fa18f3fc4021c51cdf6f0d3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4_no_content.php', 0, 0xdf0cf848f555967a653bdb3f340731fe, 0xdf0cf848f555967a653bdb3f340731fe, 0xf73daf66c1b3c744361480ee4ed4881dbc2a95d39fa9ae16d1ff2b561a4a499e, '', 0, '?'),
(0xfc9326418b18120b176fa672a56843f2, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-front.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-front.php', 0, 0x0132487718c98f0207c7db455c5152f1, 0x0132487718c98f0207c7db455c5152f1, 0x109d270e1ba087c0a4e362668a7568c865f40e93ad21987ab44de18dc01276ad, '', 0, '?'),
(0xfc95c183fe6c897db53328733df09f46, 'wp-content/updraft/plugins-old/akismet/views/notice.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/notice.php', 0, 0xd711fb7719512c6bb797312fe040d0b3, 0xd711fb7719512c6bb797312fe040d0b3, 0xce559a0ca98d8c695b1663e26f380c268ef216014bb953271811cae892c2084a, '', 0, '?'),
(0xfc975f4b0c0a9e1fc0a2a5a792cc55aa, 'wp-content/plugins/td-standard-pack/Newspaper/single.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/single.php', 0, 0xa7f23b6ad6c392f933a38b0d7c4e49ac, 0xa7f23b6ad6c392f933a38b0d7c4e49ac, 0xde9ad782fe0545377d10f3f15341c154b341e3db8e01bd0a5fd4773a9c93bad2, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0xeb5ecbdece73d7b68b0c7bb0fbde8932, 0x8c1ac51158389f632b887888ceb70ca0e196f314ad14265767f19c606d86cbb4, '', 0, '?'),
(0xfc98ce09c7cc1ed7056b61769ff07d3e, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_218x150.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_218x150.png', 0, 0xacc1b79d7da9a4c6e5aa5b1c57d821ff, 0xacc1b79d7da9a4c6e5aa5b1c57d821ff, 0x05214cd3201896801ae5e09de6ca391fb9fc49c9efb33cf5f52b9087cf46e3b3, '', 0, '?'),
(0xfc9a5d1ec3807ba11ebe423d2a643052, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php', 0, 0xf0bb940bc68c358a530bf816a8f02aa9, 0xf0bb940bc68c358a530bf816a8f02aa9, 0xf087129f99dd52be2da6572dca250d9087f685a9d635ccbd477bb21d4c94cd1c, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0x45552e37aec4eff1483e699ae03bc510, 0x99d32ce5f22b783e02afccd7031e2056888efd3772994c4b73268ab6477fed8e, '', 0, '?'),
(0xfc9f0cb5db0ca41b874ccde56ff0649a, 'wp-content/plugins/poka-review/Gruntfile.js', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/Gruntfile.js', 0, 0x957f64785719612d6b10147822dbe2e3, 0x957f64785719612d6b10147822dbe2e3, 0x9fafcf088ad1f8cfb8dfba1b775f1d008cb30cf68093408636b7b1d34f404b64, '', 0, '?'),
(0xfca71ca3079c8593b775d9fd6c75844d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', 1, 0x00000000000000000000000000000000, 0xd336820b3f4cfe8468682a04486eb430, 0xa2a5490663e88c29c67dbabd01b6444fd81f27535b4a578e022be29c3260a7f8, '', 0, '?'),
(0xfcafca58b3681a9a9993a0053d542139, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7e2b185f9a9a462234766ae8210ea465.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7e2b185f9a9a462234766ae8210ea465.json', 0, 0xe0b49ce88b2f53e44663f4012d6114a4, 0xe0b49ce88b2f53e44663f4012d6114a4, 0x609a73953831d37062bfa9826add918e465b902d865d8029341cebbd3b86fced, '', 0, '?'),
(0xfcb1d048554efa7497556d0e16420acb, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/thumbnail.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/thumbnail.png', 0, 0x168951fbd209c43668830f00b0bcfeae, 0x168951fbd209c43668830f00b0bcfeae, 0xdb812069bf9b15e179daad420f0fb30d06fba4b1751581e963b316df25471b0c, '', 0, '?'),
(0xfcb6ec67e1de06f200b17fb6670ce4d0, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_4.php', 0, 0xa4cd587fa6df0ccbb62e5dac32613f56, 0xa4cd587fa6df0ccbb62e5dac32613f56, 0x81a92bd58ea5b16fc6e3540b727bb3bca2933c1158caa603da398811ca0d5226, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9f7d24109a3fa1e1ccdfd30369fd87c3, 0x7184f7956ef62602254789cc137e5c97a65e16bde9c6d3900c8f9a1397d8309b, '', 0, '?'),
(0xfcb85acefbd2516f90ec5367690047d7, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx13.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx13.php', 0, 0x535b7879cae782592d26be59440b4090, 0x535b7879cae782592d26be59440b4090, 0x7e7dcb2039e0544526315b0f8cf2eddedc9a153cea9dbf69941f7ac79cdab050, '', 0, '?'),
(0xfcb89db16bdf1c6c354677595136a5b8, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1.php', 0, 0xbd98b6d14b55a90feb17f01748a0e82c, 0xbd98b6d14b55a90feb17f01748a0e82c, 0x8e10940a9041f0b22ea9183d91274c9d40f8a718cb9186586cd013d3e976961e, '', 0, '?'),
(0xfcb8f052bb06d889e122bec3e0548a65, 'wp-content/plugins/elementor/core/utils/force-locale.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/force-locale.php', 1, 0x00000000000000000000000000000000, 0xc8a63365035a55b0445f20d29f4271e5, 0x7b93858780a033ace930a34cd75d0af7476c9f7bdc8b4780249db67c0e76e8de, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfcb94ffdbe799affe46796e80d60abe9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php', 0, 0x9dbb5c9c4b770d2eb42e79ae81863a43, 0x9dbb5c9c4b770d2eb42e79ae81863a43, 0x277dfbefbbc97af4d921a094997cfb58731a12d018d3b94260d5730cc49cedf2, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', '/home/abt90iranbet/public_html/wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfcd5a8b008fd0a9fa1d14b7d411a3b2e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php', 0, 0xaf1c4f9681bb853a48535d375f84b63b, 0xaf1c4f9681bb853a48535d375f84b63b, 0xe63a3e0d56ee3d6a23ccfe99f5fa2da2ec0a32a5de6cbc6b76b89ba3083c8ca2, '', 0, '?'),
(0xfcd9fb1f19e8f889f9a301126cb76196, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', 0, 0xa684b266ed011e0210daf1fc75f9d0ce, 0xa684b266ed011e0210daf1fc75f9d0ce, 0xffc50756847524da20002e68519a17a3813022656bf5b0d219da4f8afb93f694, '', 0, '?'),
(0xfcde49c4eb1b08d5cb96d39afe5786fb, 'wp-content/plugins/elementor/assets/shapes/pyramids.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/pyramids.svg', 1, 0x00000000000000000000000000000000, 0x6532c398bde63545ce44a98d3c1c9c57, 0xfe7f094015bf5ee2111e7cff546ac77655e827aa10c52cf7321747ac1d0bfc4d, '', 0, '?'),
(0xfce55b4016271f13ea74030903f0df26, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php', 0, 0x41f005a525c15a5c9390fd5be50e9dd5, 0x41f005a525c15a5c9390fd5be50e9dd5, 0x8a3f6dce09efa2d09d3997f1fa3d1ea78a3edb28775ccee44fb524de3dd8751d, '', 0, '?'),
(0xfcec94b5da4248193d08109eb9300d2e, 'wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php', 1, 0x00000000000000000000000000000000, 0x67621073553835909bc6bb96f0b64114, 0x8374b535d644a98bc880aed513a15014a094460796cfd4db9b3582d926425d3a, '', 0, '?'),
(0xfcf1ce24038d15fb506bc29a5ef82398, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php', 0, 0xb03e4bef48fb171fdb1e5b21f27cbcd4, 0xb03e4bef48fb171fdb1e5b21f27cbcd4, 0x50aff2a99ecc4d4c18e1c0fcb76159e96a03d0f857342ab1ffa592e93f0dac4a, '', 0, '?'),
(0xfcf937d7d6a36819e9aa5c3736141bc7, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.mo', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.mo', 0, 0x9b9874ddf863b5e2b50dd730dc4bb4d8, 0x9b9874ddf863b5e2b50dd730dc4bb4d8, 0xd44b97ba1735205defb307c647a459011fa7b5f68b1d66a21ab88e4cb4101969, '', 0, '?'),
(0xfcfc112f8ef8ea5ba7bb2fd602bf5a1d, 'wp-includes/blocks/post-navigation-link/style-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0a52c4287af44aa92c0fce7133e3fdf2, 0x47600930740b9caa199de6d2d484f43f53278fee24ef960aad9d3f7f2adb4ce0, '', 0, '?'),
(0xfcfe7baf857332a68ea2dfdf5dec1dad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_5.php', 0, 0x7bf464edf7b11c0d8cd29f91f9482a1a, 0x7bf464edf7b11c0d8cd29f91f9482a1a, 0x37e41d292c1358989e8e064295a67f99456e2272d71e134cf19c27e7e791d4c4, '', 0, '?'),
(0xfd05a96c26edfae1eefa69318c46fc6b, 'wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php', 0, 0xee779b70b6d52bab731271d27a0bcd87, 0xee779b70b6d52bab731271d27a0bcd87, 0xa02075ae303b74a8577488dc36de9043eb4ab03bd9262e4c29f3f10a73a18ad0, '', 0, '?'),
(0xfd078c427cf7b478d5bcc82db25e2a50, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 0, 0xe0262a16203bb0f1a6996da251168f1d, 0xe0262a16203bb0f1a6996da251168f1d, 0x0fbf6abc46164f1c2ea59c8a2d7bfebf4cc401f7488203325f94c1ca8bbd545d, '', 0, '?'),
(0xfd0be2f39d9a3b3380dfafcfaf5967db, 'wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo', 1, 0x00000000000000000000000000000000, 0xc995f2c10c1d8b6abd74487395e7a6af, 0xad0ec32e454b29abc668649e4e9341582d7b318f1b8cb76a4eb511587ead0847, '', 0, '?'),
(0xfd13abefd38e2010066fa684201a0bf2, 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', 1, 0x00000000000000000000000000000000, 0xbeffb474757121277f54dac21af40b39, 0x3b92441e626a43110a25ab4603c1d661aa6941bbb70d5717816410b8d016ba5a, '', 0, '?'),
(0xfd148ca1e0d052250c01f3e7ddf3fdb7, 'wp-content/plugins/kk-star-ratings/src/functions/lock.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/lock.php', 1, 0x00000000000000000000000000000000, 0xf25772c0f3215690d88f6b286d99c6a5, 0x76d548b645b90de0b480afbf0cb73f37820d45b2f8e27424caacc7be7f35e783, '', 0, '?'),
(0xfd1a74fc455c695192e92f24637148a6, 'wp-content/languages/fa_IR-a9dc201dcd011fe71849743133052619.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-a9dc201dcd011fe71849743133052619.json', 0, 0xf8db730ea87d3dff852b1226a19b7d7c, 0xf8db730ea87d3dff852b1226a19b7d7c, 0x2594d938e84522ab7a48bade46676a2badac93f3777d611f89d07ba64b6e0c94, '', 0, '?'),
(0xfd26f3e64241bbb96fba5c83e51599cf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', 1, 0x00000000000000000000000000000000, 0xda07af45d2cd6096036deb652e9d5f69, 0x817fee8767393da01b8df16e3a4b6eee0d6be946931fcf76837bb7a86dd37bea, '', 0, '?'),
(0xfd2728118968195dcd44b7350f020ed3, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_import.php', 0, 0xf6c01148b2edac42d51956975b5a862b, 0xf6c01148b2edac42d51956975b5a862b, 0x003b363ed57bf7df9fe5dbc80c6cb4e870729548b27076206dc011aac1fec99a, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xfd3242389c4890c8c92b10ebce4b1bcd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_import.php', 0, 0x233ef5362dfc5f1f433ac5ff2f4af5e6, 0x233ef5362dfc5f1f433ac5ff2f4af5e6, 0x1cdc61af365fe20e6c6819bf3ad1d325681a9a03375458430409372ef2c6021d, '', 0, '?'),
(0xfd32e5a3e702a9ea3d456ac298dd680a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 1, 0x00000000000000000000000000000000, 0x22ece54533c6622662039171a5eb0094, 0x31acbb38fd743b32d3217106dfd5ab332566217a766d4083cb98c41722e70e41, '', 0, '?'),
(0xfd3400192bf12d58e3d630baf88b5254, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import.php', 0, 0xeb0cb3a6b87f5bc05d63f2a5d116ab57, 0xeb0cb3a6b87f5bc05d63f2a5d116ab57, 0x54c5fc30bf745d99438131d80123b0b9db43954c3ac637b067a462fe4ed07412, '', 0, '?'),
(0xfd3c3b483d74a67e6263a80c3aba1e06, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xc7c4854bac07bf3fdec6e286965c6296, 0x3fadf18e38a3a026faf48ca0bae687de516656f16ef0b35e5cd13c80a7f716e9, '', 0, '?'),
(0xfd40b830cf8ab4957e5df82463f1c809, 'wp-content/plugins/wordpress-seo-premium/src/repositories/prominent-words-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/repositories/prominent-words-repository.php', 0, 0x9c76421055beafbd09d173bf075b1284, 0x9c76421055beafbd09d173bf075b1284, 0x1fda95dd8200b0398e6ba34973502d7de2817088a711a48bda9ed8ec2920b212, '', 0, '?'),
(0xfd429ff5e5c68f9fa995fd5b5e1ade43, 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0xa8015d35bf3c606e2e7f46570bb1767d, 0x2f9beeb5e8e74e82bf2792898e680a05c40f2a3d44ccc83fb8a912442bb3c1f9, '', 0, '?'),
(0xfd467443c818e51282ed90ff04d35480, 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dailymotion.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dailymotion.php', 1, 0x00000000000000000000000000000000, 0xbd5723db3cc77ce3598117936ad22b89, 0xa8ce2950acf70235231c3108013d9d4224a2cf60b6f168c61ce11f05f6b70201, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0x052af6c166fe4399779621ed372088c0, 0x544b206b4149cf1fef6a2107ac6931f864755115f97427c2dbf3efde8a104dca, '', 0, '?'),
(0xfd4957b19719f0463574500e738a089d, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php', 0, 0xac0b6f9851f00537a5714d729022acc3, 0xac0b6f9851f00537a5714d729022acc3, 0x576cbad8fae7972817dfb55cdab17950f5ec152951764ace23bb406c7d88a1c5, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xfd4ce9f52afdcc9524c606dd47d5e215, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 1, 0x00000000000000000000000000000000, 0x262f7b68f93486affbcc78e8eb850b32, 0x4df14eff116363263fc929761e2b3c280241270003d834cb7ae133fd9c04f476, '', 0, '?'),
(0xfd4f1dcc8b2cddcc59e5cc0ca91c48ac, 'wp-content/plugins/amp/includes/embeds/class-amp-crowdsignal-embed-handler.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-crowdsignal-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xc9e66214cc52953ebe57cdd7f7ed5864, 0xa117501456672cb262992833a026988cc36f9a7e3666ca4d14ea59d8ddf2b438, '', 0, '?'),
(0xfd4f4468cc5d801f931f0adfc19bfc35, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', 0, 0x05cefae7cd3cbfaf4d8357fcd0eaea7a, 0x05cefae7cd3cbfaf4d8357fcd0eaea7a, 0x18d3d14588683176c50f5b35a69c1b4b516fadeed1fc7345dd65d4c3bf45456b, '', 0, '?'),
(0xfd50f0de08be3afb8176b48dbf1b5177, 'wp-includes/blocks/list/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/list/block.json', 1, 0x00000000000000000000000000000000, 0x2ddef0f67912c110eda0fe8cd0b3dca0, 0x51b5826e75abd1d0b878c1c4c27f493eb07c48183b26fbb04108699d2950cb5e, '', 0, '?'),
(0xfd56bc4680de875212ff0e150146af05, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js', 0, 0x16fb63aafad40babe488c7409c89b276, 0x16fb63aafad40babe488c7409c89b276, 0xd0b7a0702419fe88e03819eb3fcb906d5606f882bd2437f95fd482d2fd33cdf9, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', '/home/abt90iranbet/public_html/wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0x635fc6375e82ae612b5a112810dc4914, 0xf47ba0effa709331cb348e99c1685777b1d6147a027120adcc91ae5a723d57fc, '', 0, '?'),
(0xfd60fc0fd8eb8a25d686915987e88aed, 'wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php', 1, 0x00000000000000000000000000000000, 0xbf7f8995c1b437d57fd5dd5626608c03, 0x7ae22c5ce485c1f172290e15db0c5fbc2e52fb451a1da91666714279163505ea, '', 0, '?'),
(0xfd61ec9023ae9b5ceeb07ebe931692fa, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2.php', 0, 0x4adebad6b26f9ec6c26b0ef651df381e, 0x4adebad6b26f9ec6c26b0ef651df381e, 0x27d8154db401cdb4d0f107a2eb706e18565801fd8074e9d6b69fce034e4679e0, '', 0, '?'),
(0xfd6204955dd7ae8b3330b3c6d50d16bb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php', 0, 0x8fe39843f5f7a992f2fac7be0d3f07f0, 0x8fe39843f5f7a992f2fac7be0d3f07f0, 0x696ad257adfbe5ef7bc5898764dbe13faa4b0210cf8e65490b1791b0a2cea556, '', 0, '?'),
(0xfd6443a1cb9fcb8032758d90f9ac7a6b, 'wp-content/plugins/elementor/elementor.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/elementor.php', 1, 0x00000000000000000000000000000000, 0x1ffabcb7b4d72727ae290c6ab19aaebf, 0x3d6d858fdabc3df37817e5a7561e29154953300b68428cbe1f15cce07ad54fff, '', 0, '?'),
(0xfd6711c524805cd68e1f6003a1315337, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_7.php', 0, 0xd4134835692926a70c6495111d2bbf18, 0xd4134835692926a70c6495111d2bbf18, 0x9f0fa86c1cff5a29d2a2a956f61175e462243fc1420b0199598921d0327bc2cd, '', 0, '?'),
(0xfd6b2460312e4a7283f2f0eadd2efe75, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 1, 0x00000000000000000000000000000000, 0xebc20f875e94bc177b8bf8f5fd6f713e, 0x4d032d19d4ceb2f1865818c87b41646f7ad76d281f84e815e81c671b3eb1af8b, '', 0, '?'),
(0xfd6b4cc948a2cfbaedf081ba360a6051, 'wp-content/plugins/wp-rocket/inc/front/cookie.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/front/cookie.php', 0, 0xd2e812ac45e6e87726e0a63f4899da39, 0xd2e812ac45e6e87726e0a63f4899da39, 0x080b8a1cd8daf488291714008fea6f9adf65aa02ddcf31860193da07d38f4a1c, '', 0, '?'),
(0xfd6c6127ea505f62976d0921abb7c470, 'wp-includes/blocks/audio/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x29845b8b98bc4af75b37be19b2db3e9f, 0x76dcbd5ab20f527d94e05ae6b166477c2d0f21549cb155f5bf730eb6776fbb34, '', 0, '?'),
(0xfd6f6c31056caebedeab3fd3766d3b1b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4_no_content.php', 0, 0x61e0d2a2cb6394eaaf48c258fcabd83e, 0x61e0d2a2cb6394eaaf48c258fcabd83e, 0x9045b1cfd5ddd59b5573f624a4f51a2d2f93cb4c063b5eb596afccbab8351de3, '', 0, '?'),
(0xfd708565cf772e7d3aefe2977dff5f7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', 1, 0x00000000000000000000000000000000, 0x791da256c3a4fd82e7536ed197d3bcdb, 0x85c7fdabc12983a3b9cd82e5971f5db73130680b1d19d7579d43781f169a0f29, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0xfd7671d164b5f67c5bd93a42df322497, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', 1, 0x00000000000000000000000000000000, 0x8105cfd4cf0a74c42f7a45b17e20ed99, 0x912d3fc26fdadf8bf602fc78091d1bba3af5bc6d345f0806dc30b7bbc5dc8b21, '', 0, '?'),
(0xfd7cd22a84ac5e60aaf4dde73a5c58fb, 'wp-content/themes/twentytwentyfive/styles/05-twilight.json', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/05-twilight.json', 1, 0x00000000000000000000000000000000, 0xe4abd7bbb193f75784d35aa5bd68190a, 0xa17e48dd62049d0c947d8980b7baa4652e7eca192e1497ac576737ffb51d2514, '', 0, '?'),
(0xfd7fc8a8225676cfe1b577d39c3a2e8c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3.php', 0, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xcb902de1b2f86e32abc25a11ca6ae01e, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xfd85f766d228e5d32b0ecc12eaf58a91, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 0, 0x6a8420fff7979ee74d76741dbf264abd, 0x6a8420fff7979ee74d76741dbf264abd, 0x555cb5f9ce5b3e34c40027eb4d6781e769a217fefc1b67a0bc2b09e136926e51, '', 0, '?'),
(0xfd8b22f91497878612a847796da0acf2, 'wp-content/languages/plugins/wordpress-seo-fa_IR-13c172108e3ebc2555ea54a5cffd763b.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-13c172108e3ebc2555ea54a5cffd763b.json', 0, 0xc53b246bc31d0f81523f51f1180bbc80, 0xc53b246bc31d0f81523f51f1180bbc80, 0xcbe58587ddc05019d66389b342a82db2d4d28cf239cd8ddba607a1519173276d, '', 0, '?'),
(0xfd8c8230274a16d2af7200ba90f8f3c4, 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-template.php', '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-template.php', 0, 0x5e952a48bc0de7228ad9d07ab0eb92e7, 0x5e952a48bc0de7228ad9d07ab0eb92e7, 0x2a180b358a8805d32f2644a4d49613ee7d8f8f5ac73a7ea77bdfb3974f115758, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x900ba64306eda2951ef046e69668f47a, 0x6fc5910a77a66ebecb704c942b3bd0cceddf7e8ba87432b405502ac6833616f8, '', 0, '?'),
(0xfd96354247756069da843366360e1fff, 'wp-content/plugins/amp/assets/css/amp-customizer.css', '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer.css', 1, 0x00000000000000000000000000000000, 0x174f047f5e426d7964930c74f2882321, 0x959c0965c032b1a0ef48b3f68bf862dd0c9753f24d811220f887d261085374e0, '', 0, '?'),
(0xfd9813d7ef988001a0d9353399b349d2, 'wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php', 0, 0xeaf5f7004bbcb8fb4c81ab1d01033b85, 0xeaf5f7004bbcb8fb4c81ab1d01033b85, 0x1b7c03ffb2cf5eba42416eae476e4ca70615a5a41230084703ee513285a4cec9, '', 0, '?'),
(0xfd9b9299408512c48c53ab647d08b958, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_533x261.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_533x261.png', 0, 0xb89c215e2bbbca7a4d0a9d7038838b4d, 0xb89c215e2bbbca7a4d0a9d7038838b4d, 0x68fd78ae0986de49879bc1d3167536212dba7fa7a11b39db757bbaefb914e2bb, '', 0, '?'),
(0xfda477b8aed8487db13326d583ac4e9f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', 1, 0x00000000000000000000000000000000, 0x884616b3276d39079296c3bd9339f07e, 0x3101230305a3e3819d459fa7f7fa56498bcfdfc45dd12794a7a1a3e9b21fc444, '', 0, '?'),
(0xfda6d6682e73342def81c69d59ccf6c9, 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 1, 0x00000000000000000000000000000000, 0x6093fb08de84bc26ca6043890556007f, 0xb70e292d52492fbee3a4f0919e4c4175d6bd90c0bdf38874dc372c54d880751b, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', '/home/abt90iranbet/public_html/wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x133d902461d45b5a46295e0a9f13f17e, 0xd675eebabc5139d2ab7b12bdbc376f037d0ef980edb6ee05e660df2d6e5701c6, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0xacebdf362aff3dfe7b3947bc6b94afa2, 0x351419d07825fe9882921aa563215c32f5fa6b002420cf27547e9c48b6f6fadd, '', 0, '?'),
(0xfdb24701761551c99cc386fc1bb3c14d, 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/LICENSE', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/LICENSE', 0, 0xaf7368297e479652e6ef808a77702c02, 0xaf7368297e479652e6ef808a77702c02, 0x5de582bc06cd53b9c3f6d02382f5ae8360f0e5fae701c5f6d7fb893cd45995e1, '', 0, '?'),
(0xfdb3c1538ef3cf0205e6e35f1712e51f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x6890d516bad4708d80bedafea10ac12d, 0x35b2f7f3a48d66e953d76d2b4f8531c0b5ba3c8bdc2bfe9e504cbf47b30b00d0, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', '/home/abt90iranbet/public_html/wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0x1e5cff07c827582498700504f7bc7176, 0x76ec04ca542fe0cec5af9244d8691a5c107986712d42a73de4c86b38beb7a769, '', 0, '?'),
(0xfdb76223182141a1335856da3409e399, 'wp-includes/blocks/comments-pagination/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style.css', 1, 0x00000000000000000000000000000000, 0x53cdf048a7eda3388a32ad6212a4d43b, 0x2c46d947d629a6b42079fe5df3681b3975562d9428894d30feab92b48db43a7e, '', 0, '?'),
(0xfdb9efe070b35395072f34fdf1d4f638, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', 1, 0x00000000000000000000000000000000, 0x63f62a67e75d221ead699e9e94099f35, 0x9f1ba8ffa4f8903e6cf15658bf36e2bec38d893c3c99ae0727944cc8aaeccdec, '', 0, '?'),
(0xfdbb93ec508a202d37028be28c159649, 'wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', 1, 0x00000000000000000000000000000000, 0x258af8d56cebc71160fddfe315551a4b, 0x7bcb46d957de62130629356086911fa251501a17a62c29f7cad9b201b80eced4, '', 0, '?'),
(0xfdbd01b78abcc9afdd62b36489c7f0bc, 'wp-content/plugins/updraftplus/images/azure.png', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/azure.png', 1, 0x00000000000000000000000000000000, 0x35c6d6b1e784f8947867b5959c065988, 0x129f149c985997530c7e385fb11a82497c985fc014350218b1f2283613e0baa1, '', 0, '?'),
(0xfdbd2dcd7cc1d0fc14f54d0a1064704b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_8.php', 0, 0xd6fffaea407f0127d563307287f15779, 0xd6fffaea407f0127d563307287f15779, 0x108b4e6ef3e4a66b6cc629d03ce3292ace301c20916df9edd6312d261690fa4c, '', 0, '?'),
(0xfdbf88b2e6f8d64ff6d928fafa666c49, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_7.php', 0, 0x1431aa6a16455e32539a4adb89f34f53, 0x1431aa6a16455e32539a4adb89f34f53, 0x5c3acfa65e9a39ae0ba66948cd8a3035547dd3bc3473b1071a518e5c71f6e835, '', 0, '?'),
(0xfdc05b71b6fae27a66741338eee4cb63, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_panel_settings.txt', 0, 0x992693527e239a3410ad99fb7ab93bd1, 0x992693527e239a3410ad99fb7ab93bd1, 0x8af8208c80fefced1187dd500e8d9a41ae2208e03b1177c3321c802837306b54, '', 0, '?'),
(0xfdc07668117932cae625c2cb28b1bb29, 'wp-includes/blocks/code/theme.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0xfdc690ab084fb17c418e37c23b6fed83, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x85dd0c7b4189a6734eddfd661e12e8b7, 0xbefd2f6b0fc627ab8646e1c9791cdf99e1ca3b46e540c71224167064737ab4fc, '', 0, '?'),
(0xfdc76dd1894957e4a21b15bd5f2e6dfe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_4.php', 0, 0xf1d201f643a0f270270d3544393401a4, 0xf1d201f643a0f270270d3544393401a4, 0x5a2f737c00d5846f1c6bbd58d685256f6d63ae495ded0fa6eed16a8ee1e9e66f, '', 0, '?'),
(0xfdc9da217c4d081e07576ba1f27072b3, 'wp-includes/blocks/query/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3aa961461bd44cac18b530c0d10690a5, 0x15d637aab3351f2ba3d66c2160ac545ae94edfa749a76708d248bd08fee673ea, '', 0, '?'),
(0xfdcd21aaf42ffa8ded0811d503f31738, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x580.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x580.png', 0, 0x491eea1b99bf248e58b9a8def2a03d9d, 0x491eea1b99bf248e58b9a8def2a03d9d, 0xec196e8e7eb88127ab1b17ecebb07d208d112237cec051b4ad2667052e859df8, '', 0, '?'),
(0xfdcd21ba4f04c6696f05c658062ae063, 'wp-content/updraft/plugins-old/akismet/views/activate.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/activate.php', 0, 0xff7af004afc296b52ca4a134acc37a40, 0xff7af004afc296b52ca4a134acc37a40, 0xce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', '/home/abt90iranbet/public_html/wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0xfdd6e3707d40fb7839819bdea9d001e7, 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/parthenon-square.webp', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/parthenon-square.webp', 0, 0x259500ec8c58940c856861f6912d5fef, 0x259500ec8c58940c856861f6912d5fef, 0x9a53155afa6cf74a97643edffbe3da491e4fa2317103e9263dc3cdcf901b24d8, '', 0, '?'),
(0xfdd93b4c5d147d99aca659a22158aa72, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', 0, 0xb8919ac2fd50786599b625c8803884f8, 0xb8919ac2fd50786599b625c8803884f8, 0x58d103c71766e7cf81c27d3490e5db36d6fb4efa63ebb5c64b4b51fff701471a, '', 0, '?'),
(0xfddcabd578fe2616b2eda3c80d9fe34b, 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.po', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.po', 0, 0xb2851806a23061184f280e7ea8952d9a, 0xb2851806a23061184f280e7ea8952d9a, 0x81a127c17ab6ba0c3f23a9be215132ea481b144a69fda6cb2f0436dfdfdfdd43, '', 0, '?'),
(0xfde3d2f00dec31f8a1d11b782af55184, 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-404.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-404.php', 0, 0x65dca7d038c86eade94de912641001fc, 0x65dca7d038c86eade94de912641001fc, 0xecd64c6c58ded3dc122a0fa3b3c2e7c9e5389f48e79edc24585e3f854415c478, '', 0, '?'),
(0xfdeb272aa231bf0568490a98188515fc, 'wp-content/plugins/wp-rocket/languages/rocket-sv_SE.po', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sv_SE.po', 0, 0x49bb0ade7b64bf50be890ec1e5effd79, 0x49bb0ade7b64bf50be890ec1e5effd79, 0x38ca5ac1be6b88299277aa1d2f7e7b977a11635cd59d3849a4e1eb4310459d85, '', 0, '?'),
(0xfdec20119467f41e61795bd6cea3a1fe, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_3.php', 0, 0xa4d986129cfd9fa7b248160e674d4ff4, 0xa4d986129cfd9fa7b248160e674d4ff4, 0x27115250d3caad1d7ccf769a381f060177714813a4b0ee3e8eca5152bdb41ccd, '', 0, '?'),
(0xfdf10432a79fd396dd37bce9c2ee57f8, 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340-rtl.css', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340-rtl.css', 0, 0x6a34cd603a391c224454d785d467ac49, 0x6a34cd603a391c224454d785d467ac49, 0x6dccda6cb29e2a4d1ff25d3080d9feb62100ce53d287b7beb627adc6c5c50f58, '', 0, '?'),
(0xfdf478ad51f47dd9000acd7c57865784, 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 1, 0x00000000000000000000000000000000, 0xe7d85d4570edcbcdd00c4f2d4ebeb670, 0x3278c7982ff299610cf65244be081caffb827a3dc868990f80b5fa178e7b059a, '', 0, '?'),
(0xfdf8330139f6c3d9a671631187de9e8c, 'wp-content/plugins/elementor/assets/js/import-export-admin.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.min.js', 1, 0x00000000000000000000000000000000, 0xb81bbdde174d97098756683696c1fbff, 0x15723a897540ef3c9ef00e65442e895b03928ad817f02ee837853ab27f959fa3, '', 0, '?'),
(0xfe04c8466fa5bffdbe226e5de19dc7bd, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_panel_settings.txt', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_panel_settings.txt', 0, 0x1f43ab8508882454b84ffd6c708a2897, 0x1f43ab8508882454b84ffd6c708a2897, 0xfa2f7cf4a2453a0d0b6db2c90eaeba577ecf8155f282d95772d1de4221f3560a, '', 0, '?'),
(0xfe05609a58e82f9f9da359b580d5d80a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import.php', 0, 0xa121e269683abefdf8e2927369888cde, 0xa121e269683abefdf8e2927369888cde, 0xd05f277e50c60003824f8e797e4a7ac0607d4efccdb03754e51c97a891c85166, '', 0, '?'),
(0xfe0d51060b74439b89bef512c73f8873, 'wp-content/updraft/backup_2025-03-19-0332___90_bed3978d4bd0-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-19-0332___90_bed3978d4bd0-db.gz', 0, 0xa7a6a9596cba4978188a364c402972e4, 0xa7a6a9596cba4978188a364c402972e4, 0xf7f6250cd8291af5745438fef13fb62e9214209a27b0f4c818580583a661c921, '', 0, '?'),
(0xfe0d9af0596183dc060490d49294a220, 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 1, 0x00000000000000000000000000000000, 0x8c4d25bb7da4d2857028f2a6dcec0cc3, 0x39c0705e6edafa23f2faf2550e42f38b54adfd6178493805d8ab649ea0cb9c43, '', 0, '?'),
(0xfe1038205276f211bccc4da1c7c10a6c, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_10.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_10.php', 0, 0xec4e4c89428eb617957ebcacd24d90ec, 0xec4e4c89428eb617957ebcacd24d90ec, 0x3416a08923825162f95656b209557270e048b9919127efcba9cda0d9bad8f750, '', 0, '?'),
(0xfe15eb828f0d3f385b39806b51271d73, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0xdc88f68e980456fb693cec41d824c9a4, 0x95bb95b534b284d56cbce6eb925e3d1c4887aed661011255172f1ef61bcafc3f, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x1240bd0a3deea3af93504a8816e86a4c, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', '/home/abt90iranbet/public_html/wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0xfe211d0196c0cf87869a59c6259a3019, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_5.php', 0, 0xc0d31fc0a0f55ba82a947f103a40f1af, 0xc0d31fc0a0f55ba82a947f103a40f1af, 0xd4f8cd6607efbc59c0a133c5de529c1b98e326750f65fcbe35f6059d8bcd21e0, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x1356c4df3de06cace0ef0932e258ff95, 0xd7b4b530cbca1eaa4d229713b9722c5fd1c68e3e29479412fecdf1e9771d673f, '', 0, '?'),
(0xfe25a4ee48168a5bb4d1a5087caad78a, 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css', 1, 0x00000000000000000000000000000000, 0x7917e1d31da2ef4c80fbb55a58e41aa8, 0x80cfd9b2428fc2e7762cc6d0e0343262e12d3209f5153e8c2b7b50973bb09b59, '', 0, '?'),
(0xfe2c3d3c1f32e2453b3fb574a809b530, 'wp-includes/Requests/src/HookManager.php', '/home/abt90iranbet/public_html/wp-includes/Requests/src/HookManager.php', 1, 0x00000000000000000000000000000000, 0x3ba89520847dd48b1e81a5fef89d0133, 0xb0d63135ffa7353f7a84e5b1c7c773db8da10f1590d970b9cc6239fde0640bdb, '', 0, '?'),
(0xfe2e1c301e85622d5aa23654b42f805f, 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php', 0, 0x2f29c75b22df0b0c65959d5e91a0c954, 0x2f29c75b22df0b0c65959d5e91a0c954, 0x3e9ca4f3e1265d7a0a2856118251460bb074b8d80522f59cae078351a91016db, '', 0, '?'),
(0xfe2f650a9513ac6f05863f7d6d89624b, 'wp-includes/blocks/page-list/editor-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0edc506213371b7246ce946dc0a7ab54, 0x616f03e17f30438c8d48ffa2babe2a42b670a73581ed681a0dbe19e36a0d470c, '', 0, '?'),
(0xfe32937dfd2b8d783466dacd096d8558, 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 1, 0x00000000000000000000000000000000, 0x45fbb73daff3e005eefaf14d48e7e03f, 0x1940d20c8a9ef6d94b64061a493d1997b1433f683b69f3c0a7ea750da8b51193, '', 0, '?'),
(0xfe36752d9460a88cd0e07a510bc002b5, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/demo_style.css', 0, 0x8e850b91ce0ead338ecd1376d061cf9e, 0x8e850b91ce0ead338ecd1376d061cf9e, 0xecb4d33ba4d4c063d6f59228e0cc876d7f9c96c4dc7318d2a065c54940d23768, '', 0, '?'),
(0xfe36b0cab4457f195eb56a58971447f4, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/single_templates/single_template_0.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/single_templates/single_template_0.png', 0, 0xca42937a93a8ebb8b49cdbf83758d460, 0xca42937a93a8ebb8b49cdbf83758d460, 0xd257046f2752192a507c466873c634577ab4daf54b7404fdf1f89a462dba8ec9, '', 0, '?'),
(0xfe37324617f72c2758bde8e5c9014ee1, 'wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg', 0, 0x77234cb4d34d2711feb84024f01249be, 0x77234cb4d34d2711feb84024f01249be, 0xb56d4dc6647e58e7d74e5523f7f27ba7e13f634c2c8fdf7712343fd9068787a8, '', 0, '?'),
(0xfe375e07d067839610845079b24b79bc, 'wp-content/plugins/elementor/core/experiments/wp-cli.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/wp-cli.php', 1, 0x00000000000000000000000000000000, 0xf53fb397c909dfa5481f5799191ae533, 0x33db9453c451790cbc7965a1601dcc0605439b20b65f81464c9feeb64a4042ad, '', 0, '?'),
(0xfe37cbe2f710ed5d464d1c4bc01af617, 'wp-content/updraft/themes-old/twentytwentytwo/theme.json', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/theme.json', 0, 0xa9822ed003868ed53086ace6d6bf2242, 0xa9822ed003868ed53086ace6d6bf2242, 0xf0c0223a4d29fb32d0c2cde7b5025fe2594b9bce4e4b255ba3b2786eb8219fde, '', 0, '?'),
(0xfe39103eda84b051243b12a9d6c155be, 'wp-content/plugins/elementor/assets/images/logo-platform.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/logo-platform.svg', 1, 0x00000000000000000000000000000000, 0x1c15d96b7e7fa5913eb984734ca7955b, 0x664b69eae390aeebbaeca8e976668efc1931c68879aec3b52e66e0c88d618daf, '', 0, '?'),
(0xfe391790018735f36dc982e16ddff21e, 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xfe469a13136871fb8bac8dca2c9bc4c3, 'wp-content/plugins/wp-rocket/SECURITY.md', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/SECURITY.md', 0, 0x1c953932ae3397c2349ef2f58eb43040, 0x1c953932ae3397c2349ef2f58eb43040, 0xa3bb632f02989bdce9dd4c90fe5d2bb44c1e72004662200673097f4964b64ffd, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', '/home/abt90iranbet/public_html/wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1a9865c2dd18124d4b2259cc956afa6f, 0xf9bae501935e7669e4fe1e246c6a107a5e0f6bab222b32a7edc821b89e846ced, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', '/home/abt90iranbet/public_html/wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0xe625b5e2ac2fbe257abd9aed6bc9c7db, 0x5ce3c1c8482a4db20aaa8cb91b689465f4912ca39b615753759537237ddb18c3, '', 0, '?'),
(0xfe4b58d980ddf008ef05ebaa32237ad3, 'wp-includes/blocks/comments-title/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor.css', 1, 0x00000000000000000000000000000000, 0x5f9f65e3fe1b1efad647a6416cc4d309, 0x19c6b3547a87bc0f5d1cabbc0995f98982cd4789e1e96298d20c9067c2fbbdab, '', 0, '?'),
(0xfe4c5976d56ab210147da55adb0545d7, 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/cross-icon-presenter.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/cross-icon-presenter.php', 0, 0x087029501f790918f1112abf9969296d, 0x087029501f790918f1112abf9969296d, 0xd57ae0a551c6fe4c15684d34eea3d7ea14f4bbc2caa2639eb08c5b52e7f4ba53, '', 0, '?'),
(0xfe4c896f411d379ff1ff650c06760914, 'wp-includes/blocks/loginout.php', '/home/abt90iranbet/public_html/wp-includes/blocks/loginout.php', 1, 0x00000000000000000000000000000000, 0x4952cdf061f7c7cbec1714ed2e4f8b7d, 0x162215885100de387dcec9f6cd94d2bc57afaf8381e27577a7b9edb47741548c, '', 0, '?'),
(0xfe4cb0ff831c8cc08720d9a9f09d1d6b, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', 1, 0x00000000000000000000000000000000, 0x18b932717d0647b76c6c2c5db92453fb, 0x9f287ed835a1a4c3c8e65469deff6b171aba95a3dc188049861d22fcff6a3b99, '', 0, '?'),
(0xfe4e30ca2bcd5f0c14e0aa23c4a2e254, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', 0, 0xae00e24703dcd69b6c6dbd7037867171, 0xae00e24703dcd69b6c6dbd7037867171, 0x8ff3ef9a4519e009a3ec1672afd402e9631fb03de2ecaeea55f0742e8c25c58c, '', 0, '?'),
(0xfe51d9abd78baa691fb5c8af3e10abdc, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2f60c2c9c9dabfbf132259eec1294f9.json', '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2f60c2c9c9dabfbf132259eec1294f9.json', 0, 0x226f165d5820fe2155678575c3a7b8bb, 0x226f165d5820fe2155678575c3a7b8bb, 0xcd9e25b32c353579328a57149545033bcfe544c3071c6479d4dc6e694be20e42, '', 0, '?'),
(0xfe51e37910ea2a038c3c2da5924f6c78, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_8.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_8.php', 0, 0x2dfe2e3ee2abd29e6cc82de64a445c1a, 0x2dfe2e3ee2abd29e6cc82de64a445c1a, 0xac43e579bd91aea043c785f1ed26fcb527e95bafd84e8832862a3155e3d65bac, '', 0, '?'),
(0xfe5aa62904de5145319f3512b33ff337, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php', 0, 0x885f63b13ecb1ab70b3da51573770ef4, 0x885f63b13ecb1ab70b3da51573770ef4, 0x5a88d1c72c2498137ff4d2bc0582bb0c27f9127dc2718728b595cf9dc7545ec6, '', 0, '?'),
(0xfe60644322e87b40970ce9d61f74e5d9, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro.php', 0, 0x03a16e8b0f5ddb659bc096e8a8a498d8, 0x03a16e8b0f5ddb659bc096e8a8a498d8, 0x965ef4af8ff9db0dbe56ed7507b81487293cfb879d937fdb72c28a93388e44c4, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', '/home/abt90iranbet/public_html/wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0xa4cd79dda37a9800c6c1709c6f0c7209, 0xd6b8c30b27de14154b12603abce610a624f2d7efd824629ca27d24279e329710, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', '/home/abt90iranbet/public_html/wp-includes/css/customize-preview.css', 1, 0x00000000000000000000000000000000, 0x31696760a8c26ff981a6d38fd9b7313e, 0x9f153e6b64559f869cdaf785b3a789e73d4052b5fb150fe70da589e4cbf93bda, '', 0, '?'),
(0xfe6764d9b885e48160f636cc0f4fc337, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 1, 0x00000000000000000000000000000000, 0xb801e34a91be3002613a86b841a1bc5a, 0xaef3104d3af0509eefd4ab48af3402cee31a4eb1d64030955ca379693f5e75f2, '', 0, '?'),
(0xfe7141a007ada7b0b6e179d3b5b68487, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', 0, 0xbb43dfd5c7ff17405ceb64bc508c0306, 0xbb43dfd5c7ff17405ceb64bc508c0306, 0x301c88d97957622f5662a9b170ac2a303a222ee83a9b51fbf6d00f6fe2bdb8bf, '', 0, '?'),
(0xfe792e187bfc754adfa035fd5b901a2e, 'wp-includes/blocks/more/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor.min.css', 1, 0x00000000000000000000000000000000, 0xfe7aa9c5ecddebf1e2e29975f3848564, 0xfee479162abe43c4eb3657e7c0babcd58fdbb3c3772fd638f5a83aa57419beb7, '', 0, '?'),
(0xfe7c3ecc2fea4fc836a51abb60154404, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_9.php', 0, 0xb1c900267e5b88eaed922207af93e50d, 0xb1c900267e5b88eaed922207af93e50d, 0x5b48a6f5a14f10210f532a7ceecad8c80482d3446d10b8096d4f8367f2aac53b, '', 0, '?'),
(0xfe7d4d4f2deaa84b4603e34bc382f69c, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php', 0, 0xaf9956974f168fd3848480130682b55a, 0xaf9956974f168fd3848480130682b55a, 0xf221530f699315d8043b815151de9e3f06b6d0100d9eac93d581f1d913396b16, '', 0, '?'),
(0xfe7d80e641a9ee35ed205007d486cef4, 'wp-includes/blocks/gallery/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa839cb7977e57859ebe4984856a3b6aa, 0x187dd5f294bcd622c04d8f42fcdf08721461380447c844e0c9e9bea5e384f369, '', 0, '?'),
(0xfe7ec6c67a584657ac56979d20192d87, 'wp-content/plugins/elementor/core/common/modules/finder/template.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php', 1, 0x00000000000000000000000000000000, 0x4c44917ab90f7df7fba3000d1626b8a5, 0xf3db86fbba4d90b58a82e5ae03f418750e3936641c019ca78a9771835ed00d21, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', '/home/abt90iranbet/public_html/wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0xe85e58b5b0f4e9b77ba8e4aae951b833, 0x936e749bceffbf8732aa169fa72e20af7c3f3c9792076d665945f5f4857e8449, '', 0, '?'),
(0xfe82ee3e9516b8b59d20aff3d9a375d1, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_4.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_4.php', 0, 0xd362069b48b5e3070f86520ad485b425, 0xd362069b48b5e3070f86520ad485b425, 0x48f0498a72b511da13f4514a25e6d0ac3e697bdc8415d89f7f620bd599d2d971, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfe83b4afc5b51e3a7773f916048505d1, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.ttf', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.ttf', 0, 0x9c16462cab522ca7921a92f2700ad150, 0x9c16462cab522ca7921a92f2700ad150, 0xa213aa907b80e9cc1226a3a642e8342df166c8f48ecfcf9c45a367cb470cb0a8, '', 0, '?'),
(0xfe8c1d5a4c04191748639498912189e1, 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php', '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php', 0, 0xcedcca0b9665330615dc3efc677d8134, 0xcedcca0b9665330615dc3efc677d8134, 0x27402a81fba7d0a1db99969e9a483af71a376425cd0bb8e1301579efff84f8c9, '', 0, '?'),
(0xfe915e937ec2c50f4c493b09a5771f71, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_install_demos.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_install_demos.php', 0, 0x1e72df3c18536fee3b2df62005c2d79c, 0x1e72df3c18536fee3b2df62005c2d79c, 0x89c37fce4a4e0cb4b22d8c65a16154f692221e00abf04692e24678858c570278, '', 0, '?'),
(0xfe942357bf69bb6a67a542c16349f363, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1.php', 0, 0x30f3c9c4ef5aa687df4e3374e2c67851, 0x30f3c9c4ef5aa687df4e3374e2c67851, 0xda26e08f2f01c97ea8907315e45131532a4ce3563c4a93f9eeb28b9b55c3f67e, '', 0, '?'),
(0xfe969d6a0508d963298c0cfcba969d69, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_colors.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_colors.php', 0, 0x098fe78f63af8f65524e5b4715c8b39b, 0x098fe78f63af8f65524e5b4715c8b39b, 0xbe0134db565bb4ccc71315a0b0b2151b90ac650b9e96472edb57b94c5b82d5c8, '', 0, '?'),
(0xfe9a6f1838c01178c3e0f6edb5ac24c2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_7.php', 0, 0x7b89c5ce1732ca31c002b877053f66eb, 0x7b89c5ce1732ca31c002b877053f66eb, 0x038121d868556b6c58ca1b146c0ca32be218fd29cf412c3b1015f6ed94fa857e, '', 0, '?'),
(0xfe9a8094ff317195970c89fcece72a70, 'wp-content/plugins/amp/src/QueryVar.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/QueryVar.php', 1, 0x00000000000000000000000000000000, 0xaf447a3c3ade80c292db8551631abdae, 0x6e1b6bb2ed375e51c0ece281cfe63c1c4f65396a96f90fae46eec6602223ab1e, '', 0, '?'),
(0xfea26f614a3c771d033e511bba8a6b19, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php', 1, 0x00000000000000000000000000000000, 0x0a13b8ad4e9f70c6c74292533e69e786, 0x84e0ae176f23767500266e8bb926e45d739ce18197a5f279d34a6a29d2a856ed, '', 0, '?'),
(0xfea489844b4a56c3597f8fee125b5d0e, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 1, 0x00000000000000000000000000000000, 0x41c22a6be3cc89d7ed7145c32ad8ba4e, 0xef7e7456ef738b94d99e22b10655ceed6439a4c01d55e36a22e38ba24f6efe56, '', 0, '?'),
(0xfea48e2020e72ddfe35aeb72ef9c1655, 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnalytics.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnalytics.js', 0, 0x8da730adf121028ff50c1df59d17fc33, 0x8da730adf121028ff50c1df59d17fc33, 0x98f002a613a3d707a377b4c15d5836d42f11f3fb9d159522c8b70a219620c7be, '', 0, '?'),
(0xfea873e26b29573a783374be943a825d, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/index.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xfeaabf8e5b4f1839cff155b521a477c4, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3.php', 0, 0xeeb422adfcd6e2596aefaf138ea1e872, 0xeeb422adfcd6e2596aefaf138ea1e872, 0x495e502e67622171f5c0bb40e547c7a96a568f340462d9b59a0c06aae6d8a070, '', 0, '?'),
(0xfeac139cd9118295871c1c93448514a3, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 1, 0x00000000000000000000000000000000, 0xa5152a55873e1efee0b6050e4ed8548a, 0x5d19d233def73ad8e43ff5214687e35f6d7fab34f257dad61306e7bbcf9f105b, '', 0, '?'),
(0xfeac5541afd379c7bda8c186baaa5f2d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', 1, 0x00000000000000000000000000000000, 0x8672e85731864d3a24a96b27fa2f3e3b, 0x81e964014bc4f6a8e6c7a629b52bdf734aa9a1a7f40f65309a57baaa6b4769d5, '', 0, '?'),
(0xfeac883de7c5eeced627fab98577075d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', 1, 0x00000000000000000000000000000000, 0x7e16b83a600689ae10896810384e32ee, 0xb64758f6ea670330a27fedd13b06736829d199543126c5d480b344b1408990e4, '', 0, '?'),
(0xfead38eb1e58c2002be8a4f5ca09d6cc, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import_no_content.php', 0, 0xc83b11b9323da93502883950d2ce3cb0, 0xc83b11b9323da93502883950d2ce3cb0, 0x018e31cb6d171437848c0a11d75811d881e728a5755efad91a98cd1200c5712c, '', 0, '?'),
(0xfeaea96774cb818410b8d74723ea0bf7, 'wp-content/languages/fa_IR-7c90cd4398ee2d9d3628c387a87a70e5.json', '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7c90cd4398ee2d9d3628c387a87a70e5.json', 0, 0x3e9e8d7ec4eeee68342219e9fbe6dda0, 0x3e9e8d7ec4eeee68342219e9fbe6dda0, 0x8697e1a223d033197ebecc4b27c1baf1c3690655877f0f7f6a521efff6fd9e4a, '', 0, '?'),
(0xfeb2df7d0913c87fd089b2f65e755fd9, 'wp-content/updraft/plugins-old/updraftplus/images/notices/ud_smile.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/ud_smile.png', 0, 0x67cf91003da1d56e4489d34d0470d2ac, 0x67cf91003da1d56e4489d34d0470d2ac, 0x78934af2349b790533ad9001758c0cdb982a50ee83bd7d5508a5406b02d3655e, '', 0, '?'),
(0xfeb580bb4723358192df91b5fbdc7abd, 'wp-content/plugins/elementor/modules/styleguide/module.php', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/styleguide/module.php', 1, 0x00000000000000000000000000000000, 0x53154702580bf4a0afa1650cd876f6e8, 0x2d53cc7c6725b96de2fa79bf7f90f6c92ebbab42f6ec4acf8c4694d96967a99f, '', 0, '?'),
(0xfec872417cc68beef8c464834feca8b0, 'wp-includes/blocks/image/theme-rtl.css', '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb1b0f8b146b05087ed7dcf842301599, 0xfeb1579edfa48d25acf0b86db764d91bba44c205272e5d5bf71ad485633cedcf, '', 0, '?'),
(0xfecc175a5b7ed2c9db51c5b3aae14b25, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_5.php', 0, 0x1bfef4e8b225db1181983495ba4161be, 0x1bfef4e8b225db1181983495ba4161be, 0xd4153fcbb8c36c1200f540ee6a47a0b18c31fda8fa46cf8d757a8868326becbc, '', 0, '?'),
(0xfecc88ea83ba7ca2d25819563191cc6e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2.php', 0, 0x418c152ac38302da36fe42ddd04efced, 0x418c152ac38302da36fe42ddd04efced, 0x5317cfae9089ba27cb1eb63bdc55197b754a0c04810589ca109f6b173fa9c1c8, '', 0, '?'),
(0xfece971a9eb238c6db76fa3841ffbbbf, 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx7.php', 0, 0x63d16a5e5c909dd7a462cf3d49edd14c, 0x63d16a5e5c909dd7a462cf3d49edd14c, 0x77ac82251aa8bbbab633c0248c68ccfe51546c1bb309a8ebe69b6742352ab2e0, '', 0, '?'),
(0xfed3d6e41a5e2779ecb67550398af6fd, 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-el.json', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-el.json', 0, 0xe3ae000c33815b4f3d7d4a941464f020, 0xe3ae000c33815b4f3d7d4a941464f020, 0x2d96340c53b15a8e034497ca011d23e4457ef9cac9000f3b533537098b4a41fb, '', 0, '?'),
(0xfedbcf43bc09e89debde7d289fb5d164, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 1, 0x00000000000000000000000000000000, 0x9285f4fb4faf75bcd790875d602b027b, 0x02aeff54e7d677416bdacd50dba88f4627dc369c567ef69a77731912f37094ca, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', '/home/abt90iranbet/public_html/wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x207872fe36ef32be278c5d9f65e06c23, 0xe47e5ec98e160b66177d6efa8dde4268fd0ede693d46980a8309b8d05ee92c14, '', 0, '?'),
(0xfee64a7c14c4b22a07a56e96d0f4404c, 'wp-content/plugins/wordpress-seo-premium/classes/html-diff-renderer.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/html-diff-renderer.php', 0, 0xdf59c1e0ab11aade05b357da7517a9e1, 0xdf59c1e0ab11aade05b357da7517a9e1, 0x93fd7bdcff4fe5fc271a7261a6556f2644d6ddcf1bcea280c8007a32fc927960, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x8a5c9689ae636c452b6808740ba04136, 0x890530bc8c30d6e501bd392112743bf18cd996eee5dfa918effc03f99d646522, '', 0, '?'),
(0xfeed7ee45b977c4d6fdcd3ef912f209c, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php', 0, 0x8ad6d251bd2947db9b545cb63f2277b5, 0x8ad6d251bd2947db9b545cb63f2277b5, 0x1fb5108c7a692d5f77343d2e925ef5a75255a002b2fa9d8d9bd73236566bdac1, '', 0, '?'),
(0xfeee2e88a0199449ee0a6671f1024d39, 'wp-includes/sodium_compat/src/Core/Poly1305.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x21f0699cd14cb3563d582bb20976307e, 0x34e7ce2d3c34ae2c2256b2c8b158ca98c3ae0eca685297094bfe46eb6ba1141e, '', 0, '?'),
(0xfeefe1e2e0c13f8c8d1a0b93c5b21e1b, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2.php', 0, 0x2b040010ca5644012c590758f7fb9155, 0x2b040010ca5644012c590758f7fb9155, 0x06a7562730857df91faad6a2a9b961c460e7685a41757108d058be6e5b11fe7c, '', 0, '?'),
(0xfeeff635dc88f5257767c5b608adbba9, 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-taxonomy.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x324913b7988460b6ea6515eb7906cde2, 0xd6be8f36086ad41678a1753fed3e60cba4d7592067654169900cd86f91334619, '', 0, '?'),
(0xfef0349be07c7e5d3065c71d23eee636, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 1, 0x00000000000000000000000000000000, 0xfaac648f47808006216ab54338a4b42c, 0x8e5112aab41a6fa811f12dd281074c7d92d2a5168a4eeb549197749c16912f1e, '', 0, '?'),
(0xfef503234cf2e09edd8d98793b141dd9, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/info-homepage-loop.jpg', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/info-homepage-loop.jpg', 0, 0x46fae739bffc20024890b045c0e10754, 0x46fae739bffc20024890b045c0e10754, 0xc63e1887fe95fc204150de915bc4deaef846e48edbe019dca3a9ba413da3f9b9, '', 0, '?'),
(0xfefd6d97d27bfd32c07384f0bb82e68f, 'wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.css', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.css', 0, 0x7b1d6110413e916a1272d57e45b25175, 0x7b1d6110413e916a1272d57e45b25175, 0x64901278c6356045c261beb4f0d10bc939a4856cb73fe7b85efe9e062469aba1, '', 0, '?'),
(0xff0545e486be1d5192bb4b95e85c3ada, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block13.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block13.png', 0, 0x6def5a7dd15b0f82c4a996bf7e8be1a3, 0x6def5a7dd15b0f82c4a996bf7e8be1a3, 0xf1c6a1c8b25f39ab565d02df7f6d9c99a4aa6834c6c2826f9611cc5a0447b84f, '', 0, '?'),
(0xff091af318f480c09508daebfefa700a, 'wp-content/updraft/log.4c0daaa35aad.txt', '/home/abt90iranbet/public_html/wp-content/updraft/log.4c0daaa35aad.txt', 0, 0xb7cb8664e1e2c5ebb2acd62182eea6cc, 0xb7cb8664e1e2c5ebb2acd62182eea6cc, 0xbbd2741e76232d08110d804f5b2c6cb2e67d621d41e81ffb6f2ee00066b18e8b, '', 0, '?'),
(0xff0d322b57cac1ca543af5d749987c35, 'wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css', 1, 0x00000000000000000000000000000000, 0x9158120f4a70f250da0a586f107806b2, 0xe793de1b45ca6495d45156b3b8a7b6ad3ddc5ed4ffeed7951745e6bf0597faf3, '', 0, '?'),
(0xff2255d5021908467e4202872ee8dc53, 'wp-includes/blocks/video/editor.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc6134780be12cf21e6a60de091da0597, 0x3ae163b7dbb970084e3442613b48959b70553e4a8bc248512c069ba98be249e5, '', 0, '?'),
(0xff29c4ef9e53234dfbe579dbd0c5455a, 'wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js', '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js', 0, 0x46274bb8b2b01adb4ddec66747e81be4, 0x46274bb8b2b01adb4ddec66747e81be4, 0x8f35f9a3dab97c929a12b4e2a127cd3b7bf6c94eac3b733cc8fd6a26ee4d13db, '', 0, '?'),
(0xff2bccb340414ac070ff7bf771a7165f, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import_no_content.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import_no_content.php', 0, 0x5df751ab330ed8d32f057e772969b77d, 0x5df751ab330ed8d32f057e772969b77d, 0xb57245f7349433b23372d76526b1a35537e0c1dcfb6dd0baf6b2bc767c223693, '', 0, '?'),
(0xff2d3ea03abc3c0b8fd65dba342da67a, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_7.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_7.php', 0, 0xf84214fc43f665c79b92dc7a092b364f, 0xf84214fc43f665c79b92dc7a092b364f, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0xff3787a081568db525dc29047742832e, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 0, 0x1c8bb01dec07c3a6592d5bca7e208ead, 0x1c8bb01dec07c3a6592d5bca7e208ead, 0x94e92b9e81c7a1e9e838dec896d14a351bd272262bf5dcf9993c40e703a4f38c, '', 0, '?'),
(0xff37d00d136f4cd8ed4b5bc5273794ca, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1.php', 0, 0xd35a1a4f2a38f03cce806250518d2cb3, 0xd35a1a4f2a38f03cce806250518d2cb3, 0xe9a5502ce394fede80907cca743125a24d763b6c65b71054f7236141342956bc, '', 0, '?'),
(0xff3990e2fa201c23ed9ac429d95e58ce, 'wp-content/updraft/backup_2025-10-04-0337___90_ad376377ca6f-db.gz', '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-04-0337___90_ad376377ca6f-db.gz', 0, 0x3b81a19285faee830346d8aa61f95192, 0x3b81a19285faee830346d8aa61f95192, 0xa35058141eac846cdfea0702b2ed02aee010a0040eefd15d49d0e7434671a769, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0xff41faa36119874bd46ff983f4af2b4f, 'wp-includes/blocks/post-author.php', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author.php', 1, 0x00000000000000000000000000000000, 0x461330e180cd771070ea2c6a417783d9, 0x7b6a394cc60fd0093481aec76b497487924b22e9a81532c17803aed490fc90e7, '', 0, '?'),
(0xff42f03206c19c97d455b5ea2f484453, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json', 1, 0x00000000000000000000000000000000, 0xe773223b0e4b39cbf8f1a1bb2cfa3e73, 0xd2567da50a984bbc04af019f9ff53454edbd62dfa1b72efe5398ae0a04cd87c5, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', '/home/abt90iranbet/public_html/wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x98c624a65b4ecb19fae1f3df8ac01b9e, 0x368100cb7c1329e9cf67557d8d89a9517cbdcc6bda05217ae82f1b4d4afdc0e8, '', 0, '?'),
(0xff46a5b04216eccb62dc85519eee256c, 'wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-dropdown-sanitizer.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-dropdown-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xe785f1dbabccec5d2e315e6a77e97d11, 0xd193cb5d6c2c522ab0a09b758c1721618b48e03cbb0193f1f0d0b944206821a9, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', '/home/abt90iranbet/public_html/wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xafbaec35e6a20d1c060da2c173ed20eb, 0x08a66cf12dba0637bb86cf450ff0c9cae3a1fad8471a4d9cd8de553f7fde213f, '', 0, '?'),
(0xff5011d54f87c307cca2fac426915c07, 'wp-content/updraft/plugins-old/updraftplus/images/updraftclone_logo_white.png', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraftclone_logo_white.png', 0, 0x542ae53698350aef186a33041a5fa9dc, 0x542ae53698350aef186a33041a5fa9dc, 0x30505a859899bcabd7f4f23feab166a44153bf7469422a04b9d16f2dc633d9cd, '', 0, '?'),
(0xff5072f5230edf31e816f10bec2d7d90, 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map', 1, 0x00000000000000000000000000000000, 0xd86f367576c0aad7b050ae8f716168b3, 0x0cc7c8f4387487f9e89ebfb005732f4904a77d1864eb27a941bccb2513407b33, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xe2838ea677d36c7f0504b90018bc7041, 0xd32bc4c6312cde332d844f45541c0b6f9ed61164cdd9c39bd59a63e53fee3caa, '', 0, '?'),
(0xff5699e64e66b683eff60575c7fce442, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/demo_style.css', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/demo_style.css', 0, 0x9c2413075ce45172d0bc22fe313e70cf, 0x9c2413075ce45172d0bc22fe313e70cf, 0xdcc7ca90570f664f91023037e1e6aa7f62a03c23a0dd7746afd2cef2272255be, '', 0, '?'),
(0xff57938df45e3ece6d4f077dbc33a012, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_6.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_6.png', 0, 0xd54a0b822cfece7a91d601925ae55429, 0xd54a0b822cfece7a91d601925ae55429, 0x4b4154403ba91cac7e10f4d5d8c3e300d43f70fa3baeaadd5b4d3ac978db1bd9, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0xea6f750e10cd6ce7db075f9b3440aba6, 0x366225208d22c4cab473d14aeb027033b0bfb7e738d3b78353c7993afab18391, '', 0, '?'),
(0xff6be6abdc282f052f520d7f489c7e82, 'wp-content/plugins/elementor/assets/css/common.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common.min.css', 1, 0x00000000000000000000000000000000, 0xad035ce0662dfb9969c4b4a1c26429b3, 0x41da3d865e7bbd5af41eaf0961dde956a572eb1ea3ebea99cc1bcd684de49b42, '', 0, '?'),
(0xff72d3fa193a22d6dcf7b72310a80f4e, 'wp-content/plugins/kk-star-ratings/freemius/templates/auto-installation.php', '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/auto-installation.php', 1, 0x00000000000000000000000000000000, 0x6733148877b90ce6cc85efaedaad7c8a, 0xe6e059ef90c953e71418c97c6ff7a173f2257fb81274e1e00a0397e0fb08771d, '', 0, '?'),
(0xff7a08f37ba105acb1361c2d0f192d1e, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_9.php', 0, 0x7702d292244da56990b3429e634fbadc, 0x7702d292244da56990b3429e634fbadc, 0x7d5bc1460292a09c984014ea2a4d03a7660bc80743070ac3e9cb34829bc8e684, '', 0, '?'),
(0xff7a378585a6212edfcae4a8f4509ad6, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/_override.php', '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/_override.php', 1, 0x00000000000000000000000000000000, 0x4e38d54a768807e25697a54c6fad3858, 0x2f90d7464a153eb0efa4c2c372532b186dca4df8fe8734ea8a79ba5a165b64c7, '', 0, '?'),
(0xff7ac543dac943a16bb4f5c41fe8f597, 'wp-content/plugins/amp/vendor/composer/installed.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xd8dbfe422337583f66f3dd24533c000b, 0x1451790088bf3f8a2217c6dd2f441d5e3dcc6c492d119ae12958e500644d1925, '', 0, '?'),
(0xff7bae51770fec12883a092af6c07306, 'wp-includes/blocks/details/block.json', '/home/abt90iranbet/public_html/wp-includes/blocks/details/block.json', 1, 0x00000000000000000000000000000000, 0x9183e28a4137b3445a480a566bfc1ca5, 0xd0e2b098ba3593741018e111ee3c9b711449a5d95d8dcae006837b21802c6340, '', 0, '?'),
(0xff7c036fee47a78bdc1b0b5e61b11e47, 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check.png', 0, 0xeacdd9e6ae159a45df6984d3439a4ec7, 0xeacdd9e6ae159a45df6984d3439a4ec7, 0x1753dbb9b3097131b781c7fa4fcfbb9258339f509b7c8f2efdcc2da4fba8a8fd, '', 0, '?'),
(0xff81d8b964a039521fd1b1391dfaf83a, 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/shadow.png', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/shadow.png', 1, 0x00000000000000000000000000000000, 0x591e4eea351131b6ceeef223cd9e8b4a, 0xe094525c22dd0bb886393d359943abd2be8630a889486c8ba80b72aa54a0b278, '', 0, '?'),
(0xff835c050d4c883e7b474fa2ce6b0d00, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 0, 0x57ae56a8abd1904651a2239ad4829242, 0x57ae56a8abd1904651a2239ad4829242, 0xc030066664f8670149f17b7b05935da933741ebfe4c0d53b887f5273e10e9964, '', 0, '?'),
(0xff87aefd3acff7cb184ae7026fb125e2, 'wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php', 1, 0x00000000000000000000000000000000, 0xac0b6f9851f00537a5714d729022acc3, 0x576cbad8fae7972817dfb55cdab17950f5ec152951764ace23bb406c7d88a1c5, '', 0, '?'),
(0xff8904566095eddf9e36f1b4c2fd44c9, 'wp-includes/sodium_compat/src/Core32/Curve25519/error_log', '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/error_log', 0, 0xc9c7295c8ffd39a51f7a6bfd7ad81ced, 0xc9c7295c8ffd39a51f7a6bfd7ad81ced, 0x071b1b2648eaa00bbb4e6bbdac2c2ea461184ecb121697829631ca3d5439a858, '', 0, '?'),
(0xff8a8b983f3567b7800462dae95ff2ad, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-17.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-17.png', 0, 0x23103db53d1fd405062dd5c2baaf490a, 0x23103db53d1fd405062dd5c2baaf490a, 0x210ff7a382239ca213e58f5f211c00c40975c1641ce0b2c9089ddeb5e9fd177d, '', 0, '?'),
(0xff8a918a3cca654adb9e9abff2a6dbc2, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_list_menu.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_list_menu.php', 0, 0x6e04e4e7eb05ebfca9aade0b1239b7cb, 0x6e04e4e7eb05ebfca9aade0b1239b7cb, 0x3304075874d2b110694279fd083131fb20db21336e497a4c253f5bcd32b80fc6, '', 0, '?'),
(0xff930e4846297f195ce7c12c9162f4fd, 'wp-includes/js/jquery/ui/controlgroup.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/controlgroup.js', 1, 0x00000000000000000000000000000000, 0x392d41a24a66103d3157c728a0f7a1c3, 0xe339e8fb747cf69f70cd3dac1215fad5d2c651e266696604774f3b5037db1c14, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0xbc3993c963a80cb059713890898d1c70, 0x4e648f7b5a9a0672d96bb8a1b5a4f462a9ebac94c7f8dd3d6d78b2f0494b4832, '', 0, '?'),
(0xff9cd3c78129f61e54f8b851a1b1288b, 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permission.php', '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permission.php', 1, 0x00000000000000000000000000000000, 0x3e9bbcd3f6c25267b3797cf22fd6041d, 0x62b92aaa6d50370f827512bfc85b294793448a031299ed67c8bb84b9026aa6db, '', 0, '?'),
(0xffa2127d06b070c6384865bed6544a77, 'wp-includes/SimplePie/library/SimplePie/Cache/Base.php', '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x8f774098b667a4b797a647c442cbd2ee, 0xd673a825720406740d87f0dfe59959037a662149cb52be753b54716173d5b409, '', 0, '?'),
(0xffa4f048db1f4fe49c205ff6b538122f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', 1, 0x00000000000000000000000000000000, 0x20c1639cf8c9bea7a12cf6a9ea0feacc, 0x3181a3c482d3f19e4af26e979797d9154f887165fe6d31cba75dcd82367125a7, '', 0, '?'),
(0xffa57871d371f9bbaa10c563f17c21c9, 'wp-content/plugins/updraftplus/methods/dreamobjects.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/dreamobjects.php', 1, 0x00000000000000000000000000000000, 0xaad7c029a1a04fa7ea6bab6df9ded5ca, 0xfeccdf61b5b7c9cac65dcf5962db63631448a1d62ba827caac5ad30b3ff2e432, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x098999506a4bb9524676ddb202ff646a, 0xd371993ff2ac4e4b2f8978a8bd72bc936894809f5bcf7a60221d23baac3c6ccb, '', 0, '?'),
(0xffb1ed50f8630959fef1286d06200c26, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_2.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_2.php', 0, 0xae560edeabeedeab84e5a63649fcb3eb, 0xae560edeabeedeab84e5a63649fcb3eb, 0x22c77edbc23237784349f9a0db8412165cc8349b7feac920399dbfd08e495ff3, '', 0, '?'),
(0xffb24b3b514bfc60bd0851fd506fa2d4, 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_7.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_7.png', 0, 0xcb379d4ed2af13711302c3395a951575, 0xcb379d4ed2af13711302c3395a951575, 0xc832fc63a4ffc25a80642562003073405bd8cb3db89ebc78b92af1a65a766535, '', 0, '?'),
(0xffb451582c2239cd6476846bef9ab317, 'wp-content/plugins/elementor/assets/shapes/waves-negative.svg', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/waves-negative.svg', 1, 0x00000000000000000000000000000000, 0x378ce14a4f8a56d24f3ad44748bd66a3, 0xfc558299e4bfd2b5fb5efb7bd762dea10bc8f900d07c125dd35365376d99a06e, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x2e5f24e535221bc3e96afa5a77c3a321, 0xcb6e741021ed4596ff03adc74dc7ef2c815fb90ce4b6990d78ccdbeb7e935789, '', 0, '?'),
(0xffbba5c52a377e2a9aec68508ec0aca2, 'wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', 1, 0x00000000000000000000000000000000, 0x1894ef1eb5c38437a7f59d81b9c4a170, 0x0050f96fc200ab62431844e6cc10a4aa1c253ad6d91efc6f80af3666047cebbd, '', 0, '?'),
(0xffbbe6b8dfb97537f5c006e05b29e468, 'wp-includes/blocks/embed/editor.css', '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor.css', 1, 0x00000000000000000000000000000000, 0x3700cb10748ff4acf6eb908792147f06, 0x96ddfd147a9525135e60a438edb15ca8a86f1b95520268e5eb708a07cbbc26d1, '', 0, '?'),
(0xffc221b6dc65caa86227e7533a578a02, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php', 1, 0x00000000000000000000000000000000, 0xa3a1a36604015ffd43f0a59d0076f43c, 0x96441bd6b9a4aae37346464ff962258911765b2e9db2d91b0c101d92f149038c, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x1816d8e65601024d3348553121e19876, 0x9ea4eb0b4f690b10733800f97c7a10f30bf736c75d65a899405988166d343907, '', 0, '?'),
(0xffc6428ffceaa9deb0be5b972734a814, 'wp-includes/blocks/post-author-biography/style-rtl.min.css', '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5067cc6191e2c50f84a84f270a162af, 0xc3a97e8df90c0af1ad6d8678089bfb7944b3dcc977aab2d863ee160543eca527, '', 0, '?'),
(0xffcad49742804ca85992d0d08401a464, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 1, 0x00000000000000000000000000000000, 0xfa42c4e46deabad710ed75b51a5540aa, 0x68471d3f656997eb82b2ddbfb0d9988ca049fb9eb0cc2fd56433b7fad8a916be, '', 0, '?'),
(0xffcb2fc0cd54d5edebee2771d6d14b68, 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js', '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js', 0, 0x85bf2b352772dc3cf0bdca49c263bd40, 0x85bf2b352772dc3cf0bdca49c263bd40, 0x75549755b2ed359f606a81e7da9e7b4e04c54e1073e3f6eed34904b5e050f896, '', 0, '?'),
(0xffce7acabfc9c83942dc2ad8c5dc2d2f, 'wp-content/updraft/themes-old/twentytwentyfive/patterns/services-subscriber-only-section.php', '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/services-subscriber-only-section.php', 0, 0x6f1d05a3b4c712613c8c676ff3770df7, 0x6f1d05a3b4c712613c8c676ff3770df7, 0x1f207c02b3b8ec919b3f863e930688bb7eef962ffe3e3114c13a9540498c569f, '', 0, '?'),
(0xffd834db35b1b5712dabca702cf7bf15, 'wp-includes/blocks/file/style.css', '/home/abt90iranbet/public_html/wp-includes/blocks/file/style.css', 1, 0x00000000000000000000000000000000, 0x27b3c9fae23d10a7a10032fda404dbee, 0x67d4985e56cf7b989621089515f39660e1684210f4c86112d4b9014eb7b42269, '', 0, '?'),
(0xffd96837c886e0b8ef4dad03b00a9695, 'wp-content/plugins/elementor/assets/css/editor-preview.css', '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css', 1, 0x00000000000000000000000000000000, 0x080a8afca94396fbc6720ef377e61073, 0xafd401ec25385decca5c1c2be20ff8b14b8b7c9f170cc3a2225464c91c8d0d68, '', 0, '?'),
(0xffdac2a936fef50e3cd7d500395a6952, 'wp-includes/js/jquery/ui/effect-fade.js', '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fade.js', 1, 0x00000000000000000000000000000000, 0x66768b37281bc3d221dbad8b846774d0, 0xfae15bc4f4606ba17308075b971f9db6972baf1fca6b8ee9a74c45a6438be4c3, '', 0, '?'),
(0xffdbef407e7d638784d851dd2783bf4a, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x7ebb7659e9d7ff8784eabd8a3cc75276, 0xf17578895fc65528c5bb9030e42d44623987a8a244352c333ff7bd3ae6be669d, '', 0, '?'),
(0xffe63affaedcb29162fb12d4c8e2c45d, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_9.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_9.php', 0, 0x57075a59ffdce9cec3d7c71383bfc469, 0x57075a59ffdce9cec3d7c71383bfc469, 0xe9c61c1f357b5735c776b8a01d8bd2b8a3eb590691e6a4c4a2aad59ffbbd31c7, '', 0, '?'),
(0xffef625aad2b9096c03442e9b53140dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', 1, 0x00000000000000000000000000000000, 0xcb33bde8972289e21e9144f35b32d2ce, 0x4c65d99e517c17eef476fb9965b0d5c585c0d3dcddeab64d5bb38247e991224b, '', 0, '?'),
(0xfff7cd7438838b8a2901b6ec6b17be49, 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-1.png', '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-1.png', 0, 0x352a0c9a5d6cbbc73bfceab087e63c4a, 0x352a0c9a5d6cbbc73bfceab087e63c4a, 0xf606d87a8e178b52a8760f37fd1a3f2b8d7940027112cc1ef19b28907ba4df8a, '', 0, '?'),
(0xfff8e574ddbb56b4a85fd010d2e0104c, 'wp-content/plugins/wordpress-seo-premium/src/integrations/routes/ai-generator-route.php', '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/routes/ai-generator-route.php', 0, 0xd8b809dde4109f361ce6b3db7b2b889d, 0xd8b809dde4109f361ce6b3db7b2b889d, 0xfe1a6c2c0dc73e432dcbfe9948a415396ba19d2819e6c0e8001af9f23aa0fcee, '', 0, '?'),
(0xfffbe9f4967ec035a82e9426dbcc6dad, 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_5.php', '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_5.php', 0, 0x53b745ffffbd7705c6d4941757fe11b5, 0x53b745ffffbd7705c6d4941757fe11b5, 0x0fb0b2aa82d40ce15e8658584bfa62b47935787c2b6e542906524697f57b6f3b, '', 0, '?');

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

--
-- Table structure for table `wp_wfhits`
--

CREATE TABLE `wp_wfhits` (
  `id` int(10) UNSIGNED NOT NULL,
  `attackLogTime` double(17,6) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `newVisit` tinyint(3) UNSIGNED NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfhits`
--

INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(445423, 0.000000, 1770587499.329416, 0x00000000000000000000ffff2ba505fc, 0, 503, 0, 0, 0, 'https://_dc-mx.12e8ba6ebeb2.leaguejazire.com/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445424, 0.000000, 1770661323.593328, 0x00000000000000000000ffff2ba261e1, 0, 503, 0, 0, 0, 'https://_dc-mx.9e35a0f7c0de.livefootba11.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445425, 0.000000, 1770852704.398886, 0x00000000000000000000ffff2ba505fc, 0, 503, 0, 0, 0, 'https://199-85-210-148.cprapid.com/xmlrpc.php', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445426, 0.000000, 1771160012.671525, 0x00000000000000000000ffff2ba543fb, 0, 503, 0, 0, 0, 'https://199-85-210-148.cprapid.com/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445427, 0.000000, 1771298535.212388, 0x00000000000000000000ffff2b8238cf, 0, 503, 0, 0, 0, 'https://mail.ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445428, 0.000000, 1771311752.994274, 0x00000000000000000000ffff254d967b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445429, 0.000000, 1771311752.990885, 0x00000000000000000000ffff254d967b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445430, 0.000000, 1771313793.241444, 0x00000000000000000000ffff254d967c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445431, 0.000000, 1771313793.673563, 0x00000000000000000000ffff254d967c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'blocked:wordfence', 'blocked: Blocked by Wordfence Security Network', NULL),
(445432, 0.000000, 1771403686.694863, 0x00000000000000000000ffff1fdc9756, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.40', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445433, 0.000000, 1771404487.922482, 0x00000000000000000000ffff6730c2d9, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445434, 0.000000, 1771405380.905247, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; MASAJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445435, 0.000000, 1771406245.174254, 0x00000000000000000000ffff030c0c88, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445436, 0.000000, 1771406612.141762, 0x00000000000000000000ffff36278187, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445437, 0.000000, 1771407001.039153, 0x00000000000000000000ffff81794ac2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MASMJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445438, 0.000000, 1771407362.910018, 0x00000000000000000000ffff4d1e6425, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/10.0 Safari/602.1.31', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445439, 0.000000, 1771407770.385587, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445440, 0.000000, 1771408157.759935, 0x00000000000000000000ffff3206ae19, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.2; WOW64; Trident/7.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445441, 0.000000, 1771408595.621958, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445442, 0.000000, 1771409023.911943, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445443, 0.000000, 1771409876.498171, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445444, 0.000000, 1771410313.654455, 0x00000000000000000000ffff2ffb5201, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0; .NET CLR 1.1.4322; Alexa Toolbar)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445445, 0.000000, 1771410678.964958, 0x00000000000000000000ffffa2f1059c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; CrOS x86_64 10452.99.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.203 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445446, 0.000000, 1771411096.365842, 0x00000000000000000000ffff48a79680, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; FSJB; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445447, 0.000000, 1771411500.515226, 0x00000000000000000000ffff81794ac2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445448, 0.000000, 1771411930.973407, 0x00000000000000000000ffff4274cf7b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.20 (KHTML, like Gecko) Version/10.1 Safari/603.1.20', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445449, 0.000000, 1771412799.745252, 0x00000000000000000000ffff2ce83f51, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Tablet PC 2.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445450, 0.000000, 1771413243.131743, 0x00000000000000000000ffff25bb1dd4, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445451, 0.000000, 1771413649.235628, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445452, 0.000000, 1771414052.711051, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445453, 0.000000, 1771414918.985419, 0x00000000000000000000ffff3206e13a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; NP06; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445454, 0.000000, 1771415342.836010, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; InfoPath.3; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445455, 0.000000, 1771415788.600892, 0x00000000000000000000ffff5e4a91b2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; yie11; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445456, 0.000000, 1771416236.964488, 0x00000000000000000000ffff5ccd143d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Tablet PC 2.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445457, 0.000000, 1771416686.620633, 0x00000000000000000000ffff3206e13a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/7.0; .NET4.0E; .NET4.0C)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445458, 0.000000, 1771417081.757171, 0x00000000000000000000ffff3206ae19, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/7.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445459, 0.000000, 1771417481.415414, 0x00000000000000000000ffffa2f146b2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445460, 0.000000, 1771417856.627953, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; InfoPath.2; Creative AutoUpdate v1.41.07)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445461, 0.000000, 1771418936.798943, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445462, 0.000000, 1771419704.528047, 0x00000000000000000000ffff67377cc8, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445463, 0.000000, 1771419973.011518, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/7.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445464, 0.000000, 1771420273.285380, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445465, 0.000000, 1771420650.896427, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; MDDRJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445466, 0.000000, 1771421445.785902, 0x00000000000000000000ffffd06de7cd, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445467, 0.000000, 1771422578.621585, 0x00000000000000000000ffff48a72e7e, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; EIE10;ENCAWOL; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445468, 0.000000, 1771422933.568451, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445469, 0.000000, 1771423331.976500, 0x00000000000000000000ffff4274cf34, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MANM; MANM; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445470, 0.000000, 1771423697.327542, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; Tablet PC 2.0; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; McAfee; LCJB)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445471, 0.000000, 1771424078.662218, 0x00000000000000000000ffff67d876c0, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445472, 0.000000, 1771425255.680732, 0x00000000000000000000ffff67d876c0, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445473, 0.000000, 1771425675.259181, 0x00000000000000000000ffff3367193b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; WOW64; Trident/7.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445474, 0.000000, 1771426077.919742, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445475, 0.000000, 1771426476.654276, 0x00000000000000000000ffffd126cce2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445476, 0.000000, 1771426898.074841, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MATBJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445477, 0.000000, 1771427334.673495, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; managedpc; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445478, 0.000000, 1771427736.663747, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; FBViewer-6.0.4.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445479, 0.000000, 1771428460.358026, 0x00000000000000000000ffff5e88bb96, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MATPJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445480, 0.000000, 1771429610.373015, 0x00000000000000000000ffff81794ac2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; TAJB; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445481, 0.000000, 1771430233.451339, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MASMJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445482, 0.000000, 1771433480.428596, 0x00000000000000000000ffffd8e1ccc1, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445483, 0.000000, 1771434087.565010, 0x00000000000000000000ffff5ccd143d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445484, 0.000000, 1771436179.891090, 0x00000000000000000000ffff67d876c0, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445485, 0.000000, 1771437111.147324, 0x00000000000000000000ffffd8e1ccc1, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445486, 0.000000, 1771437968.812509, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445487, 0.000000, 1771439504.447043, 0x00000000000000000000ffffd06de7cd, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445488, 0.000000, 1771440333.458294, 0x00000000000000000000ffff398214fc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445489, 0.000000, 1771441124.078323, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445490, 0.000000, 1771442424.484571, 0x00000000000000000000ffff67d876c0, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0E; .NET4.0C)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445491, 0.000000, 1771442768.718370, 0x00000000000000000000ffff5e88bb96, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445492, 0.000000, 1771443964.674289, 0x00000000000000000000ffff81794ac2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; Media Center PC 6.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445493, 0.000000, 1771444176.123094, 0x00000000000000000000ffff6730c2d9, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445494, 0.000000, 1771445684.548476, 0x00000000000000000000ffffd06de7cd, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445495, 0.000000, 1771446240.607726, 0x00000000000000000000ffffa2f0e920, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445496, 0.000000, 1771446787.244232, 0x00000000000000000000ffff4274c41a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445497, 0.000000, 1771447093.303805, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/7.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445498, 0.000000, 1771448327.394681, 0x00000000000000000000ffff3980020f, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; Media Center PC 6.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445499, 0.000000, 1771448702.610543, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.1 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445500, 0.000000, 1771449021.760523, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445501, 0.000000, 1771449372.464569, 0x00000000000000000000ffff398214fc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445502, 0.000000, 1771449964.030509, 0x00000000000000000000ffff04bc5169, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445503, 0.000000, 1771450377.136283, 0x00000000000000000000ffff398214fc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445504, 0.000000, 1771450722.727432, 0x00000000000000000000ffff4274cf7b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALNJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445505, 0.000000, 1771451074.571797, 0x00000000000000000000ffff04bc5169, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445506, 0.000000, 1771451455.212622, 0x00000000000000000000ffff4d1e6425, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; NISSC; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445507, 0.000000, 1771451868.966954, 0x00000000000000000000ffffcb9a5b98, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; GWX:MANAGED)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445508, 0.000000, 1771452432.029421, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; MATP; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445509, 0.000000, 1771452978.309513, 0x00000000000000000000ffff6745c41a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445510, 0.000000, 1771453349.111643, 0x00000000000000000000ffff398214fc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0+(Windows+NT+6.3;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445511, 0.000000, 1771453769.120668, 0x00000000000000000000ffffa01ec09d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445512, 0.000000, 1771454113.007505, 0x00000000000000000000ffff8e5d780d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; TAJB; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445513, 0.000000, 1771454803.460148, 0x00000000000000000000ffff4274c41a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; InfoPath.3; BRI/2)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445514, 0.000000, 1771455495.247073, 0x00000000000000000000ffffcb9a5b98, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445515, 0.000000, 1771455885.732613, 0x00000000000000000000ffff7a75667d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445516, 0.000000, 1771456616.842429, 0x00000000000000000000ffff48a79680, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; McAfee; RaidCall)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445517, 0.000000, 1771458056.047653, 0x00000000000000000000ffff81794ba2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445518, 0.000000, 1771458344.761594, 0x00000000000000000000ffffbc821b74, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; MALC; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445519, 0.000000, 1771458525.094023, 0x00000000000000000000ffff5e88bb96, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445520, 0.000000, 1771459258.508004, 0x00000000000000000000ffffa2f0e920, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; ms-office)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445521, 0.000000, 1771460328.984405, 0x00000000000000000000ffffa8dcea7d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445522, 0.000000, 1771460616.378140, 0x00000000000000000000ffff4274cf34, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445523, 0.000000, 1771460967.064121, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; MATMJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445524, 0.000000, 1771461801.019993, 0x00000000000000000000ffff3367193b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445525, 0.000000, 1771462650.602277, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; ASU2JS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445526, 0.000000, 1771463014.417184, 0x00000000000000000000ffff3206e594, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445527, 0.000000, 1771463439.777721, 0x00000000000000000000ffff398214fc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445528, 0.000000, 1771463871.543530, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445529, 0.000000, 1771464543.181288, 0x00000000000000000000ffff323ebb7c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445530, 0.000000, 1771464837.183094, 0x00000000000000000000ffff2d9d3611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445531, 0.000000, 1771464837.183041, 0x00000000000000000000ffff2d9d3611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445532, 0.000000, 1771464837.183090, 0x00000000000000000000ffff2d9d3611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445533, 0.000000, 1771465241.532748, 0x00000000000000000000ffff5116f3a1, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; CTL_11; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445534, 0.000000, 1771465525.899169, 0x00000000000000000000ffffa7ac4fac, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; AS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445535, 0.000000, 1771465773.963082, 0x00000000000000000000ffff4274cf7b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445536, 0.000000, 1771466308.711972, 0x00000000000000000000ffff33ff943c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; InfoPath.3)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445537, 0.000000, 1771466496.470633, 0x00000000000000000000ffff2d8212c2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; EIE10;ENGBMSN; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445538, 0.000000, 1771467627.274280, 0x00000000000000000000ffff1fdc9756, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445539, 0.000000, 1771467874.602108, 0x00000000000000000000ffff4274cf7b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; LCTE)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445540, 0.000000, 1771469972.520798, 0x00000000000000000000ffff8e5d780d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MASN; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445541, 0.000000, 1771471243.624064, 0x00000000000000000000ffff81794ba2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; NMTE; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445542, 0.000000, 1771471466.942957, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; TNJB; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445543, 0.000000, 1771472119.219385, 0x00000000000000000000ffff04bc5169, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/7.0; Swinburne)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445544, 0.000000, 1771472673.425111, 0x00000000000000000000ffffd99a690d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; TBTE; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445545, 0.000000, 1771473242.436391, 0x00000000000000000000ffff8e5d780d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445546, 0.000000, 1771473361.503092, 0x00000000000000000000ffff6730c2d9, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445547, 0.000000, 1771473462.945450, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; InfoPath.3; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445548, 0.000000, 1771473648.417853, 0x00000000000000000000ffff04bc5169, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Safari/602.1.38', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445549, 0.000000, 1771475016.536996, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445550, 0.000000, 1771475573.963366, 0x00000000000000000000ffff3206ae19, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445551, 0.000000, 1771476746.035747, 0x00000000000000000000ffff87ec8d08, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MASBJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445552, 0.000000, 1771476904.995395, 0x00000000000000000000ffff81794ac2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3298.3 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445553, 0.000000, 1771479088.035661, 0x00000000000000000000ffffd32f4a13, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445554, 0.000000, 1771480242.026619, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445555, 0.000000, 1771480708.385604, 0x00000000000000000000ffff6730c2d9, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; ASJB; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445556, 0.000000, 1771481383.504185, 0x00000000000000000000ffff65004f0a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; HO32600; HO32600R; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445557, 0.000000, 1771481737.635144, 0x00000000000000000000ffff398214fc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; CrOS x86_64 10452.85.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445558, 0.000000, 1771482527.417242, 0x00000000000000000000ffffd06de7cd, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.40', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445559, 0.000000, 1771484814.275962, 0x00000000000000000000ffff4274c41a, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445560, 0.000000, 1771485355.190874, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; TNJB; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445561, 0.000000, 1771487149.264599, 0x00000000000000000000ffff2be55611, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.168 Safari/537.36 OPR/51.0.2830.40', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445562, 0.000000, 1771487284.590172, 0x00000000000000000000ffffb4fc50a1, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MATP; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445563, 0.000000, 1771487708.413375, 0x00000000000000000000ffffc0407011, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445564, 0.000000, 1771487869.241880, 0x00000000000000000000ffff8e5d780d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:60.0) Gecko/20100101 Firefox/60.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445565, 0.000000, 1771488128.871585, 0x00000000000000000000ffff32060781, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445566, 0.000000, 1771489895.658964, 0x00000000000000000000ffffb01fe028, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445567, 0.000000, 1771491473.090800, 0x00000000000000000000ffff8e5d780d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; EIE11;ENUSMSN; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445568, 0.000000, 1771492503.163456, 0x00000000000000000000ffffbc821b74, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MASBJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445569, 0.000000, 1771493837.664130, 0x00000000000000000000ffffa01ec09d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MATBJS; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445570, 0.000000, 1771675125.740765, 0x00000000000000000000ffff1b314a91, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/76.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445571, 0.000000, 1771724449.834349, 0x00000000000000000000ffff5e2f06a6, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/11.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445572, 0.000000, 1771760610.201805, 0x00000000000000000000ffff254d967b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445573, 0.000000, 1771760610.302477, 0x00000000000000000000ffff254d967b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445574, 0.000000, 1771760610.403643, 0x00000000000000000000ffff254d967b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445575, 0.000000, 1771761795.685431, 0x00000000000000000000ffff254d967c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445576, 0.000000, 1771761795.726865, 0x00000000000000000000ffff254d967c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445577, 0.000000, 1771764056.008204, 0x00000000000000000000ffff254d967b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445578, 0.000000, 1771778352.176391, 0x00000000000000000000ffffdcf78175, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/94.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445579, 0.000000, 1771899631.387076, 0x00000000000000000000ffff2d9d3610, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445580, 0.000000, 1771929226.355148, 0x00000000000000000000ffff75c18971, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/82.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445581, 0.000000, 1771929277.662213, 0x00000000000000000000ffff7bf3c199, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445582, 0.000000, 1771986243.496820, 0x00000000000000000000ffff2d9d3610, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(445583, 0.000000, 1771987298.732822, 0x00000000000000000000ffff2d9d3610, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445584, 0.000000, 1771997125.140012, 0x00000000000000000000ffff05c3db9a, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445585, 0.000000, 1772027165.290706, 0x2001445047a99e003488aa9e3248af32, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/96.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445586, 0.000000, 1772044120.040618, 0x00000000000000000000ffffc8d98a46, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445587, 0.000000, 1772053872.540616, 0x00000000000000000000ffffbb4af7ab, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/76.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445588, 0.000000, 1772077543.935900, 0x2804014c017232bd41be98fc4f68c999, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/96.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445589, 0.000000, 1772077559.269002, 0x280610a6000a274b99867f965dd36fed, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/79.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445590, 0.000000, 1772097828.188956, 0x00000000000000000000ffff70d041a9, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445591, 0.000000, 1772101327.908268, 0x00000000000000000000ffff70d041a9, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/10.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445592, 0.000000, 1772101971.922005, 0x00000000000000000000ffff70d041a9, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445593, 0.000000, 1772113912.693014, 0x00000000000000000000ffff7a8143b2, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/86.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445594, 0.000000, 1772126072.422389, 0x00000000000000000000ffff051e09a8, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/98.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445595, 0.000000, 1772144562.081720, 0x00000000000000000000ffff1885440a, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445596, 0.000000, 1772154269.292229, 0x00000000000000000000ffffb1c83373, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/75.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445597, 0.000000, 1772172960.429808, 0x00000000000000000000ffff2d9d3610, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445598, 0.000000, 1772197976.712261, 0x00000000000000000000ffff971cf7ec, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/91.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445599, 0.000000, 1772203360.106600, 0x280407f0a2181f4e61e3174ba31f2fc5, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445600, 0.000000, 1772226831.417077, 0x00000000000000000000ffff7502b3a8, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/13.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445601, 0.000000, 1772241329.168413, 0x280610a6000a274b452f522e7f6184ce, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/90.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445602, 0.000000, 1772241980.723176, 0x280610a6000a274b452f522e7f6184ce, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445603, 0.000000, 1772242647.102808, 0x280610a6000a274b452f522e7f6184ce, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445604, 0.000000, 1772282135.391216, 0x00000000000000000000ffffb143b08d, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/64.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445605, 0.000000, 1772299144.628981, 0x00000000000000000000ffff671e40e0, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/66.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445606, 0.000000, 1772300138.735653, 0x00000000000000000000ffff8f69fd23, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/86.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445607, 0.000000, 1772342305.115921, 0x00000000000000000000ffff73545764, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/80.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445608, 0.000000, 1772356622.694062, 0x00000000000000000000ffff334b9795, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445609, 0.000000, 1772363750.740015, 0x00000000000000000000ffff312f8c34, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/14.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445610, 0.000000, 1772364704.096770, 0x00000000000000000000ffffb1428ffd, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445611, 0.000000, 1772394508.341982, 0x28041d74210dbd009c0c7038f384304b, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/86.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445612, 0.000000, 1772407249.698385, 0x28041d74210dbd009c0c7038f384304b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/13.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445613, 0.000000, 1772407941.742172, 0x28041d74210dbd009c0c7038f384304b, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445614, 0.000000, 1772415146.653537, 0x00000000000000000000ffffb4f10a9d, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/76.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445615, 0.000000, 1772427831.865984, 0x200108a05ed8a700505cc545717bcc9d, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445616, 0.000000, 1772445628.626690, 0x00000000000000000000ffff334b9795, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445617, 0.000000, 1772446523.313766, 0x200144510965f100de0b6b8387acd449, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/70.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445618, 0.000000, 1772446891.483400, 0x200144510965f100de0b6b8387acd449, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/75.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445619, 0.000000, 1772446996.306688, 0x200144510965f100de0b6b8387acd449, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/14.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445620, 0.000000, 1772447115.257532, 0x200144510965f100de0b6b8387acd449, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/81.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445621, 0.000000, 1772447216.157991, 0x200144510965f100de0b6b8387acd449, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/73.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445622, 0.000000, 1772447315.588418, 0x200144510965f100de0b6b8387acd449, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/79.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445623, 0.000000, 1772447425.161030, 0x200144510965f100de0b6b8387acd449, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/14.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445624, 0.000000, 1772447902.781615, 0x00000000000000000000ffffb96e1480, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/100.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445625, 0.000000, 1772448048.787355, 0x200144510965f100de0b6b8387acd449, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445626, 0.000000, 1772452050.468509, 0x00000000000000000000ffff674965f1, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/67.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445627, 0.000000, 1772465029.953831, 0x00000000000000000000ffffbe5f0ac4, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/71.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445628, 0.000000, 1772468135.513966, 0x2a0023c765d42b01e59de1241536a451, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/71.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445629, 0.000000, 1772468267.593856, 0x00000000000000000000ffff9500106c, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/97.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445630, 0.000000, 1772512569.463455, 0x00000000000000000000ffff3bb16241, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/68.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445631, 0.000000, 1772520708.461076, 0x00000000000000000000ffff7aa0ffbc, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/87.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445632, 0.000000, 1772530557.338046, 0x00000000000000000000ffffc39e1889, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/12.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445633, 0.000000, 1772533860.800693, 0x00000000000000000000ffff9500106c, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445634, 0.000000, 1772534579.435994, 0x00000000000000000000ffff9500106c, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/75.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445635, 0.000000, 1772535203.370333, 0x00000000000000000000ffff9500106c, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/78.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445636, 0.000000, 1772557167.652254, 0x240548021d713500e5076ce606827bdc, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/10.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445637, 0.000000, 1772566195.818646, 0x2804014c01c581ff8c95b2cdc8898176, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/99.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445638, 0.000000, 1772584114.927069, 0x28040d41bb58820030606952ae7370ee, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/98.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445639, 0.000000, 1772584390.526231, 0x28040d41bb58820030606952ae7370ee, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/87.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445640, 0.000000, 1772584453.604834, 0x28040d41bb58820030606952ae7370ee, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/11.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445641, 0.000000, 1772600021.489500, 0x00000000000000000000ffff2432a2e3, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/13.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445642, 0.000000, 1772602958.043980, 0x00000000000000000000ffff254d967c, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', 'https://ayinzendegi.xyz/xmlrpc.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445643, 0.000000, 1772619756.770052, 0x00000000000000000000ffff7c968b2e, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/85.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445644, 0.000000, 1772619968.675326, 0x240149008fc6e8147df161c0b0c5d710, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/91.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445645, 0.000000, 1772620180.283002, 0x00000000000000000000ffff67690b77, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445646, 0.000000, 1772637422.129706, 0x00000000000000000000ffff2954c898, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445647, 0.000000, 1772648739.679691, 0x2a001d351024d700f440548073308caa, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/81.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445648, 0.000000, 1772670103.792905, 0x00000000000000000000ffff779f93e8, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/92.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445649, 0.000000, 1772697459.982738, 0x2a022f0900027400b51d4cea083f2419, 0, 200, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445650, 0.000000, 1772713661.424359, 0x00000000000000000000ffff6732536c, 0, 503, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445651, 0.000000, 1772719880.140749, 0x2a09bac6d86011c30000000001c50066, 0, 200, 0, 0, 0, 'https://jetshart.net/xmlrpc.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(445652, 0.000000, 1772735160.638907, 0x00000000000000000000ffff0fcc0e6e, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(445653, 0.000000, 1772735160.638906, 0x00000000000000000000ffff0fcc0e6e, 0, 503, 0, 0, 0, 'https://ayinzendegi.xyz/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);

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

--
-- Table structure for table `wp_wfhoover`
--

CREATE TABLE `wp_wfhoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text DEFAULT NULL,
  `host` text DEFAULT NULL,
  `path` text DEFAULT NULL,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wfissues`
--

CREATE TABLE `wp_wfissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfissues`
--

INSERT INTO `wp_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(10742, 1762360651, 1762360651, 'new', 'wfPluginVulnerable', 100, '7047de09e6fe249b3897c24d561b670c', '7047de09e6fe249b3897c24d561b670c', 'The Plugin \"tagDiv Cloud Library\" has a security vulnerability.', 'To protect your site from this vulnerability, the safest option is to deactivate and completely remove \"tagDiv Cloud Library\" until a patched version is available. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-vulnerable\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.<span class=\"screen-reader-text\"> (opens in new tab)</span></a>', 'a:25:{s:4:\"Name\";s:20:\"tagDiv Cloud Library\";s:9:\"PluginURI\";s:17:\"http://tagdiv.com\";s:7:\"Version\";s:31:\"3.3 | built on 08.02.2024 14:44\";s:11:\"Description\";s:141:\"Access a huge collection of pre-made templates you can import on your website and customize on the frontend using the tagDiv Composer plugin.\";s:6:\"Author\";s:6:\"tagDiv\";s:9:\"AuthorURI\";s:17:\"http://tagdiv.com\";s:10:\"TextDomain\";s:16:\"td-cloud-library\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:20:\"tagDiv Cloud Library\";s:10:\"AuthorName\";s:6:\"tagDiv\";s:10:\"pluginFile\";s:87:\"/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/td-cloud-library.php\";s:4:\"slug\";s:16:\"td-cloud-library\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/f97414f7-3544-4ecf-908a-a0215e322e68?source=plugin\";s:9:\"cvssScore\";s:3:\"6.4\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N\";s:16:\"updatedAvailable\";b:0;}'),
(10743, 1762360651, 1762360651, 'new', 'wfPluginVulnerable', 100, '003524fc40d8758c490e4bbe70e9d1fe', '003524fc40d8758c490e4bbe70e9d1fe', 'The Plugin \"tagDiv Composer\" has a security vulnerability.', 'To protect your site from this vulnerability, the safest option is to deactivate and completely remove \"tagDiv Composer\" until a patched version is available. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-vulnerable\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.<span class=\"screen-reader-text\"> (opens in new tab)</span></a>', 'a:25:{s:4:\"Name\";s:15:\"tagDiv Composer\";s:9:\"PluginURI\";s:18:\"https://tagdiv.com\";s:7:\"Version\";s:31:\"4.7 | built on 08.02.2024 14:44\";s:11:\"Description\";s:166:\"Create everything on your website right on the frontend with this drag and drop builder. Perfect for articles, pages, headers, and footers. No coding skills required.\";s:6:\"Author\";s:6:\"tagDiv\";s:9:\"AuthorURI\";s:18:\"https://tagdiv.com\";s:10:\"TextDomain\";s:11:\"td-composer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:15:\"tagDiv Composer\";s:10:\"AuthorName\";s:6:\"tagDiv\";s:10:\"pluginFile\";s:77:\"/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-composer.php\";s:4:\"slug\";s:11:\"td-composer\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/4124003c-4864-48f1-acba-9a613d9c99ae?source=plugin\";s:9:\"cvssScore\";s:3:\"9.8\";s:13:\"severityColor\";s:7:\"#cc0500\";s:13:\"severityLabel\";s:8:\"Critical\";s:13:\"severityClass\";s:34:\"wf-vulnerability-severity-critical\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\";s:16:\"updatedAvailable\";b:0;}'),
(10744, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, 'f9ce4366cdecd5b4a4ce2b0f971d1c37', 'f9ce4366cdecd5b4a4ce2b0f971d1c37', 'The Plugin \"Akismet Anti-spam: Spam Protection\" needs an upgrade (5.3.1 -> 5.5).', 'You need to upgrade \"Akismet Anti-spam: Spam Protection\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:34:\"Akismet Anti-spam: Spam Protection\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"5.3.1\";s:11:\"Description\";s:294:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.\";s:6:\"Author\";s:27:\"Automattic - Anti-spam Team\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.8\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:34:\"Akismet Anti-spam: Spam Protection\";s:10:\"AuthorName\";s:27:\"Automattic - Anti-spam Team\";s:10:\"pluginFile\";s:69:\"/home/abt90iranbet/public_html/wp-content/plugins/akismet/akismet.php\";s:4:\"slug\";s:7:\"akismet\";s:10:\"newVersion\";s:3:\"5.5\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/akismet\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10745, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, 'ad6010013f8883aa2dd1e870724b9bf7', 'ad6010013f8883aa2dd1e870724b9bf7', 'The Plugin \"AMP\" needs an upgrade (2.5.4 -> 2.5.5).', 'You need to upgrade \"AMP\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:3:\"AMP\";s:9:\"PluginURI\";s:18:\"https://amp-wp.org\";s:7:\"Version\";s:5:\"2.5.4\";s:11:\"Description\";s:347:\"An easier path to great Page Experience for everyone. Powered by AMP. <em class=\"amp-deletion-notice\"><strong>Uninstall Note:</strong> To control whether all data from this plugin is deleted at uninstallation, first activate the plugin, go to the Other section on the Settings screen, and set the “Delete plugin data at uninstall” toggle.</em>\";s:6:\"Author\";s:24:\"AMP Project Contributors\";s:9:\"AuthorURI\";s:56:\"https://github.com/ampproject/amp-wp/graphs/contributors\";s:10:\"TextDomain\";s:3:\"amp\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.3\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:3:\"AMP\";s:10:\"AuthorName\";s:24:\"AMP Project Contributors\";s:10:\"pluginFile\";s:61:\"/home/abt90iranbet/public_html/wp-content/plugins/amp/amp.php\";s:4:\"slug\";s:3:\"amp\";s:10:\"newVersion\";s:5:\"2.5.5\";s:5:\"wpURL\";s:33:\"https://wordpress.org/plugins/amp\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10746, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, '64ad0eea7dd9eb93bf8cbeeafa88aadb', '64ad0eea7dd9eb93bf8cbeeafa88aadb', 'The Plugin \"Disable Gutenberg\" needs an upgrade (3.2.1 -> 3.2.3).', 'You need to upgrade \"Disable Gutenberg\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:17:\"Disable Gutenberg\";s:9:\"PluginURI\";s:46:\"https://perishablepress.com/disable-gutenberg/\";s:7:\"Version\";s:5:\"3.2.1\";s:11:\"Description\";s:167:\"Disables Gutenberg Block Editor and restores the Classic Editor and original Edit Post screen. Provides options to enable on specific post types, user roles, and more.\";s:6:\"Author\";s:10:\"Jeff Starr\";s:9:\"AuthorURI\";s:26:\"https://plugin-planet.com/\";s:10:\"TextDomain\";s:17:\"disable-gutenberg\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.9\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:17:\"Disable Gutenberg\";s:10:\"AuthorName\";s:10:\"Jeff Starr\";s:10:\"pluginFile\";s:89:\"/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:10:\"newVersion\";s:5:\"3.2.3\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/disable-gutenberg\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10747, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 100, 'a10616e3f5edff37797462bfa8ffb95d', 'a10616e3f5edff37797462bfa8ffb95d', 'The Plugin \"Elementor\" needs an upgrade (3.20.1 -> 3.32.5).', 'You need to upgrade \"Elementor\" to the newest version to ensure you have any security fixes the developer has released.', 'a:27:{s:4:\"Name\";s:9:\"Elementor\";s:9:\"PluginURI\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:7:\"Version\";s:6:\"3.20.1\";s:11:\"Description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:6:\"Author\";s:13:\"Elementor.com\";s:9:\"AuthorURI\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash\";s:10:\"TextDomain\";s:9:\"elementor\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:9:\"Elementor\";s:10:\"AuthorName\";s:13:\"Elementor.com\";s:10:\"pluginFile\";s:73:\"/home/abt90iranbet/public_html/wp-content/plugins/elementor/elementor.php\";s:4:\"slug\";s:9:\"elementor\";s:10:\"newVersion\";s:6:\"3.32.5\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/elementor\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/f23604b7-5a7f-4be7-bc73-cb4facdd1e73?source=plugin\";s:9:\"cvssScore\";s:3:\"6.4\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N\";}'),
(10748, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 100, '0724d8b8c24f2d7b69bed9d5dcddcff9', '0724d8b8c24f2d7b69bed9d5dcddcff9', 'The Plugin \"kk Star Ratings\" needs an upgrade (5.4.7 -> 5.4.10.2).', 'You need to upgrade \"kk Star Ratings\" to the newest version to ensure you have any security fixes the developer has released.', 'a:27:{s:4:\"Name\";s:15:\"kk Star Ratings\";s:9:\"PluginURI\";s:22:\"https://feedbackwp.com\";s:7:\"Version\";s:5:\"5.4.7\";s:11:\"Description\";s:95:\"Allow blog visitors to involve and interact more effectively with your website by rating posts.\";s:6:\"Author\";s:10:\"FeedbackWP\";s:9:\"AuthorURI\";s:22:\"https://feedbackwp.com\";s:10:\"TextDomain\";s:15:\"kk-star-ratings\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:15:\"kk Star Ratings\";s:10:\"AuthorName\";s:10:\"FeedbackWP\";s:10:\"pluginFile\";s:75:\"/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/index.php\";s:4:\"slug\";s:15:\"kk-star-ratings\";s:10:\"newVersion\";s:8:\"5.4.10.2\";s:5:\"wpURL\";s:45:\"https://wordpress.org/plugins/kk-star-ratings\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/5dea49fb-2703-4754-9abd-5f4e526d5570?source=plugin\";s:9:\"cvssScore\";s:3:\"7.3\";s:13:\"severityColor\";s:7:\"#df3d03\";s:13:\"severityLabel\";s:4:\"High\";s:13:\"severityClass\";s:30:\"wf-vulnerability-severity-high\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\";}'),
(10749, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 100, 'f5e43ee5068e3cc69fc2dc1b837db1da', 'f5e43ee5068e3cc69fc2dc1b837db1da', 'The Plugin \"LuckyWP Table of Contents\" needs an upgrade (2.1.8 -> 2.1.14).', 'You need to upgrade \"LuckyWP Table of Contents\" to the newest version to ensure you have any security fixes the developer has released.', 'a:27:{s:4:\"Name\";s:25:\"LuckyWP Table of Contents\";s:9:\"PluginURI\";s:49:\"https://theluckywp.com/product/table-of-contents/\";s:7:\"Version\";s:5:\"2.1.8\";s:11:\"Description\";s:125:\"Creates a table of contents for your posts/pages. Works automatically or manually (via shortcode, Gutenberg block or widget).\";s:6:\"Author\";s:7:\"LuckyWP\";s:9:\"AuthorURI\";s:23:\"https://theluckywp.com/\";s:10:\"TextDomain\";s:25:\"luckywp-table-of-contents\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:25:\"LuckyWP Table of Contents\";s:10:\"AuthorName\";s:7:\"LuckyWP\";s:10:\"pluginFile\";s:105:\"/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php\";s:4:\"slug\";s:25:\"luckywp-table-of-contents\";s:10:\"newVersion\";s:6:\"2.1.14\";s:5:\"wpURL\";s:55:\"https://wordpress.org/plugins/luckywp-table-of-contents\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/82df5b2e-4c4a-402f-99c9-694fa710009b?source=plugin\";s:9:\"cvssScore\";s:3:\"6.1\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\";}'),
(10750, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 100, 'a936aa70dda9af465f7cd29620f5d059', 'a936aa70dda9af465f7cd29620f5d059', 'The Plugin \"Shortcodes Ultimate\" needs an upgrade (7.1.5 -> 7.4.5).', 'You need to upgrade \"Shortcodes Ultimate\" to the newest version to ensure you have any security fixes the developer has released.', 'a:27:{s:4:\"Name\";s:19:\"Shortcodes Ultimate\";s:9:\"PluginURI\";s:26:\"https://getshortcodes.com/\";s:7:\"Version\";s:5:\"7.1.5\";s:11:\"Description\";s:61:\"A comprehensive collection of visual components for WordPress\";s:6:\"Author\";s:12:\"Vova Anokhin\";s:9:\"AuthorURI\";s:26:\"https://getshortcodes.com/\";s:10:\"TextDomain\";s:19:\"shortcodes-ultimate\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.0\";s:11:\"RequiresPHP\";s:3:\"5.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:19:\"Shortcodes Ultimate\";s:10:\"AuthorName\";s:12:\"Vova Anokhin\";s:10:\"pluginFile\";s:93:\"/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:10:\"newVersion\";s:5:\"7.4.5\";s:5:\"wpURL\";s:49:\"https://wordpress.org/plugins/shortcodes-ultimate\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/deba0a29-7fe5-4f94-bee6-9d01e023215e?source=plugin\";s:9:\"cvssScore\";s:3:\"6.4\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N\";}'),
(10751, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, 'c19bc34f5d76306bd716f034820de25a', 'c19bc34f5d76306bd716f034820de25a', 'The Plugin \"UpdraftPlus - Backup/Restore\" needs an upgrade (1.25.1 -> 1.25.8).', 'You need to upgrade \"UpdraftPlus - Backup/Restore\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:28:\"UpdraftPlus - Backup/Restore\";s:9:\"PluginURI\";s:23:\"https://updraftplus.com\";s:7:\"Version\";s:6:\"1.25.1\";s:11:\"Description\";s:147:\"Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.\";s:6:\"Author\";s:26:\"TeamUpdraft, DavidAnderson\";s:9:\"AuthorURI\";s:23:\"https://updraftplus.com\";s:10:\"TextDomain\";s:11:\"updraftplus\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:28:\"UpdraftPlus - Backup/Restore\";s:10:\"AuthorName\";s:26:\"TeamUpdraft, DavidAnderson\";s:10:\"pluginFile\";s:77:\"/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/updraftplus.php\";s:4:\"slug\";s:11:\"updraftplus\";s:10:\"newVersion\";s:6:\"1.25.8\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/updraftplus\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10752, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, 'af4f916dcd610672fb5e858f9bd565de', 'af4f916dcd610672fb5e858f9bd565de', 'The Plugin \"Wordfence Security\" needs an upgrade (7.10.3 -> 8.1.1).', 'You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:6:\"7.10.3\";s:11:\"Description\";s:58:\"Wordfence Security - Anti-virus, Firewall and Malware Scan\";s:6:\"Author\";s:9:\"Wordfence\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:3:\"3.9\";s:11:\"RequiresPHP\";s:3:\"5.5\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:18:\"Wordfence Security\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:73:\"/home/abt90iranbet/public_html/wp-content/plugins/wordfence/wordfence.php\";s:4:\"slug\";s:9:\"wordfence\";s:10:\"newVersion\";s:5:\"8.1.1\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10753, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, 'b7c09913705868dbb14ce80ef615a9ce', 'b7c09913705868dbb14ce80ef615a9ce', 'The Plugin \"WPFront Notification Bar\" needs an upgrade (3.4 -> 3.5.1).', 'You need to upgrade \"WPFront Notification Bar\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:24:\"WPFront Notification Bar\";s:9:\"PluginURI\";s:40:\"http://wpfront.com/notification-bar-pro/\";s:7:\"Version\";s:3:\"3.4\";s:11:\"Description\";s:72:\"Easily lets you create a bar on top or bottom to display a notification.\";s:6:\"Author\";s:10:\"Syam Mohan\";s:9:\"AuthorURI\";s:18:\"http://wpfront.com\";s:10:\"TextDomain\";s:24:\"wpfront-notification-bar\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.0\";s:11:\"RequiresPHP\";s:3:\"7.0\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:24:\"WPFront Notification Bar\";s:10:\"AuthorName\";s:10:\"Syam Mohan\";s:10:\"pluginFile\";s:103:\"/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php\";s:4:\"slug\";s:24:\"wpfront-notification-bar\";s:10:\"newVersion\";s:5:\"3.5.1\";s:5:\"wpURL\";s:54:\"https://wordpress.org/plugins/wpfront-notification-bar\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10754, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 100, 'd762d03e7a8d29e10ffab6892d42758e', 'd762d03e7a8d29e10ffab6892d42758e', 'The Plugin \"WPS Hide Login\" needs an upgrade (1.9.13.2 -> 1.9.17.2).', 'You need to upgrade \"WPS Hide Login\" to the newest version to ensure you have any security fixes the developer has released.', 'a:27:{s:4:\"Name\";s:14:\"WPS Hide Login\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:8:\"1.9.13.2\";s:11:\"Description\";s:132:\"Protect your website by changing the login URL and preventing access to wp-login.php page and wp-admin directory while not logged-in\";s:6:\"Author\";s:36:\"WPServeur, NicolasKulka, wpformation\";s:9:\"AuthorURI\";s:21:\"https://wpserveur.net\";s:10:\"TextDomain\";s:14:\"wps-hide-login\";s:10:\"DomainPath\";s:9:\"languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.1\";s:11:\"RequiresPHP\";s:3:\"7.0\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:14:\"WPS Hide Login\";s:10:\"AuthorName\";s:36:\"WPServeur, NicolasKulka, wpformation\";s:10:\"pluginFile\";s:83:\"/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/wps-hide-login.php\";s:4:\"slug\";s:14:\"wps-hide-login\";s:10:\"newVersion\";s:8:\"1.9.17.2\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/wps-hide-login\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/5008b56f-5cd4-42e5-8d7e-7b1e01b2cbf8?source=plugin\";s:9:\"cvssScore\";s:3:\"5.3\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\";}'),
(10755, 1762383261, 1762383261, 'new', 'wfPluginUpgrade', 50, '8fcb80a8f50895b69e727c624b37e0da', '8fcb80a8f50895b69e727c624b37e0da', 'The Plugin \"Yoast SEO\" needs an upgrade (23.7 -> 26.3).', 'You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.', 'a:21:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"23.7\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:6:\"Author\";s:10:\"Team Yoast\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.5\";s:11:\"RequiresPHP\";s:5:\"7.2.5\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:9:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:74:\"/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wp-seo.php\";s:4:\"slug\";s:13:\"wordpress-seo\";s:10:\"newVersion\";s:4:\"26.3\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),
(10756, 1762383261, 1762383261, 'new', 'wfThemeUpgrade', 50, '6a99980529625c4ad04b52956c72cd28', '6a99980529625c4ad04b52956c72cd28', 'The Theme \"Twenty Twenty-Five\" needs an upgrade (1.0 -> 1.3).', 'You need to upgrade \"Twenty Twenty-Five\" to the newest version to ensure you have any security fixes the developer has released.', 'a:7:{s:10:\"newVersion\";s:3:\"1.3\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:3:\"URL\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:4:\"Name\";s:18:\"Twenty Twenty-Five\";s:4:\"name\";s:18:\"Twenty Twenty-Five\";s:7:\"version\";s:3:\"1.0\";s:10:\"vulnerable\";b:0;}'),
(10757, 1762383261, 1762383261, 'new', 'wfThemeUpgrade', 50, '3a57b4b131c7524c3d5b0be0be1f514b', '3a57b4b131c7524c3d5b0be0be1f514b', 'The Theme \"Twenty Twenty-Four\" needs an upgrade (1.0 -> 1.3).', 'You need to upgrade \"Twenty Twenty-Four\" to the newest version to ensure you have any security fixes the developer has released.', 'a:7:{s:10:\"newVersion\";s:3:\"1.3\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:3:\"URL\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:4:\"Name\";s:18:\"Twenty Twenty-Four\";s:4:\"name\";s:18:\"Twenty Twenty-Four\";s:7:\"version\";s:3:\"1.0\";s:10:\"vulnerable\";b:0;}'),
(10758, 1762383261, 1762383261, 'new', 'wfThemeUpgrade', 50, 'eb6aa8352fa1baff196c994b6f59e5ff', 'eb6aa8352fa1baff196c994b6f59e5ff', 'The Theme \"Twenty Twenty-Three\" needs an upgrade (1.3 -> 1.6).', 'You need to upgrade \"Twenty Twenty-Three\" to the newest version to ensure you have any security fixes the developer has released.', 'a:7:{s:10:\"newVersion\";s:3:\"1.6\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:3:\"URL\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:4:\"Name\";s:19:\"Twenty Twenty-Three\";s:4:\"name\";s:19:\"Twenty Twenty-Three\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}'),
(10759, 1762383261, 1762383261, 'new', 'wfThemeUpgrade', 50, '1906a04e1815c5c3faae196d4dcc2ee7', '1906a04e1815c5c3faae196d4dcc2ee7', 'The Theme \"Twenty Twenty-Two\" needs an upgrade (1.6 -> 2.0).', 'You need to upgrade \"Twenty Twenty-Two\" to the newest version to ensure you have any security fixes the developer has released.', 'a:7:{s:10:\"newVersion\";s:3:\"2.0\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:4:\"Name\";s:17:\"Twenty Twenty-Two\";s:4:\"name\";s:17:\"Twenty Twenty-Two\";s:7:\"version\";s:3:\"1.6\";s:10:\"vulnerable\";b:0;}');

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

--
-- Table structure for table `wp_wfknownfilelist`
--

CREATE TABLE `wp_wfknownfilelist` (
  `id` int(11) UNSIGNED NOT NULL,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfknownfilelist`
--

INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/.htaccess', 'wp-content/plugins/akismet/.htaccess'),
(2, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/LICENSE.txt', 'wp-content/plugins/akismet/LICENSE.txt'),
(3, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet-admin.css', 'wp-content/plugins/akismet/_inc/akismet-admin.css'),
(4, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet-admin.js', 'wp-content/plugins/akismet/_inc/akismet-admin.js'),
(5, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet-frontend.js', 'wp-content/plugins/akismet/_inc/akismet-frontend.js'),
(6, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet.css', 'wp-content/plugins/akismet/_inc/akismet.css'),
(7, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/akismet.js', 'wp-content/plugins/akismet/_inc/akismet.js'),
(8, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/fonts/inter.css', 'wp-content/plugins/akismet/_inc/fonts/inter.css'),
(9, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg'),
(10, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png'),
(11, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 'wp-content/plugins/akismet/_inc/img/arrow-left.svg'),
(12, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/icon-external.svg', 'wp-content/plugins/akismet/_inc/img/icon-external.svg'),
(13, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/logo-a-2x.png', 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png'),
(14, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),
(15, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css'),
(16, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css'),
(17, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/akismet.php', 'wp-content/plugins/akismet/akismet.php'),
(18, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/changelog.txt', 'wp-content/plugins/akismet/changelog.txt'),
(19, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 'wp-content/plugins/akismet/class.akismet-admin.php'),
(20, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 'wp-content/plugins/akismet/class.akismet-cli.php'),
(21, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 'wp-content/plugins/akismet/class.akismet-rest-api.php'),
(22, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 'wp-content/plugins/akismet/class.akismet-widget.php'),
(23, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/class.akismet.php', 'wp-content/plugins/akismet/class.akismet.php'),
(24, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/index.php', 'wp-content/plugins/akismet/index.php'),
(25, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/readme.txt', 'wp-content/plugins/akismet/readme.txt'),
(26, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/activate.php', 'wp-content/plugins/akismet/views/activate.php'),
(27, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/config.php', 'wp-content/plugins/akismet/views/config.php'),
(28, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/connect-jp.php', 'wp-content/plugins/akismet/views/connect-jp.php'),
(29, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/enter.php', 'wp-content/plugins/akismet/views/enter.php'),
(30, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/get.php', 'wp-content/plugins/akismet/views/get.php'),
(31, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/logo.php', 'wp-content/plugins/akismet/views/logo.php'),
(32, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/notice.php', 'wp-content/plugins/akismet/views/notice.php'),
(33, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/predefined.php', 'wp-content/plugins/akismet/views/predefined.php'),
(34, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/setup.php', 'wp-content/plugins/akismet/views/setup.php'),
(35, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/start.php', 'wp-content/plugins/akismet/views/start.php'),
(36, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/stats.php', 'wp-content/plugins/akismet/views/stats.php'),
(37, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/views/title.php', 'wp-content/plugins/akismet/views/title.php'),
(38, '/home/abt90iranbet/public_html/wp-content/plugins/akismet/wrapper.php', 'wp-content/plugins/akismet/wrapper.php'),
(39, '/home/abt90iranbet/public_html/wp-content/plugins/amp/LICENSE', 'wp-content/plugins/amp/LICENSE'),
(40, '/home/abt90iranbet/public_html/wp-content/plugins/amp/amp.php', 'wp-content/plugins/amp/amp.php'),
(41, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/admin-tables-rtl.css', 'wp-content/plugins/amp/assets/css/admin-tables-rtl.css'),
(42, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/admin-tables.css', 'wp-content/plugins/amp/assets/css/admin-tables.css'),
(43, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-admin-rtl.css', 'wp-content/plugins/amp/assets/css/amp-admin-rtl.css'),
(44, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-admin.css', 'wp-content/plugins/amp/assets/css/amp-admin.css'),
(45, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-editor-rtl.css', 'wp-content/plugins/amp/assets/css/amp-block-editor-rtl.css'),
(46, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-editor.css', 'wp-content/plugins/amp/assets/css/amp-block-editor.css'),
(47, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-validation-rtl.css', 'wp-content/plugins/amp/assets/css/amp-block-validation-rtl.css'),
(48, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-block-validation.css', 'wp-content/plugins/amp/assets/css/amp-block-validation.css'),
(49, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy-rtl.css', 'wp-content/plugins/amp/assets/css/amp-customizer-legacy-rtl.css'),
(50, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy.css', 'wp-content/plugins/amp/assets/css/amp-customizer-legacy.css'),
(51, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer-rtl.css', 'wp-content/plugins/amp/assets/css/amp-customizer-rtl.css'),
(52, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-customizer.css', 'wp-content/plugins/amp/assets/css/amp-customizer.css'),
(53, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-default-rtl.css', 'wp-content/plugins/amp/assets/css/amp-default-rtl.css'),
(54, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-default.css', 'wp-content/plugins/amp/assets/css/amp-default.css'),
(55, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-icons-rtl.css', 'wp-content/plugins/amp/assets/css/amp-icons-rtl.css'),
(56, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-icons.css', 'wp-content/plugins/amp/assets/css/amp-icons.css'),
(57, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-mobile-version-switcher-rtl.css', 'wp-content/plugins/amp/assets/css/amp-mobile-version-switcher-rtl.css'),
(58, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-mobile-version-switcher.css', 'wp-content/plugins/amp/assets/css/amp-mobile-version-switcher.css'),
(59, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-onboarding-wizard-rtl.css', 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard-rtl.css'),
(60, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css', 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css'),
(61, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-paired-browsing-app-rtl.css', 'wp-content/plugins/amp/assets/css/amp-paired-browsing-app-rtl.css'),
(62, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-paired-browsing-app.css', 'wp-content/plugins/amp/assets/css/amp-paired-browsing-app.css'),
(63, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-playlist-shortcode-rtl.css', 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode-rtl.css'),
(64, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css', 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css'),
(65, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-post-meta-box-rtl.css', 'wp-content/plugins/amp/assets/css/amp-post-meta-box-rtl.css'),
(66, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-post-meta-box.css', 'wp-content/plugins/amp/assets/css/amp-post-meta-box.css'),
(67, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-settings-rtl.css', 'wp-content/plugins/amp/assets/css/amp-settings-rtl.css'),
(68, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-settings.css', 'wp-content/plugins/amp/assets/css/amp-settings.css'),
(69, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-site-scan-notice-rtl.css', 'wp-content/plugins/amp/assets/css/amp-site-scan-notice-rtl.css'),
(70, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-site-scan-notice.css', 'wp-content/plugins/amp/assets/css/amp-site-scan-notice.css'),
(71, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-support-rtl.css', 'wp-content/plugins/amp/assets/css/amp-support-rtl.css'),
(72, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-support.css', 'wp-content/plugins/amp/assets/css/amp-support.css'),
(73, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css', 'wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css'),
(74, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts.css', 'wp-content/plugins/amp/assets/css/amp-validation-counts.css'),
(75, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy-rtl.css', 'wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy-rtl.css'),
(76, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css', 'wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css'),
(77, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-single-error-url-rtl.css', 'wp-content/plugins/amp/assets/css/amp-validation-single-error-url-rtl.css'),
(78, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-single-error-url.css', 'wp-content/plugins/amp/assets/css/amp-validation-single-error-url.css'),
(79, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css', 'wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css'),
(80, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips.css', 'wp-content/plugins/amp/assets/css/amp-validation-tooltips.css'),
(81, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/wp-components-rtl.css', 'wp-content/plugins/amp/assets/css/wp-components-rtl.css'),
(82, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/css/wp-components.css', 'wp-content/plugins/amp/assets/css/wp-components.css'),
(83, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/fonts/genericons.woff', 'wp-content/plugins/amp/assets/fonts/genericons.woff'),
(84, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff', 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff'),
(85, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2', 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2'),
(86, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-alert.svg', 'wp-content/plugins/amp/assets/images/amp-alert.svg'),
(87, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-black-icon.svg', 'wp-content/plugins/amp/assets/images/amp-black-icon.svg'),
(88, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-css-error-icon.svg', 'wp-content/plugins/amp/assets/images/amp-css-error-icon.svg'),
(89, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-delete.svg', 'wp-content/plugins/amp/assets/images/amp-delete.svg'),
(90, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-html-error-icon.svg', 'wp-content/plugins/amp/assets/images/amp-html-error-icon.svg'),
(91, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg', 'wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg'),
(92, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-icon.svg', 'wp-content/plugins/amp/assets/images/amp-icon.svg'),
(93, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-js-error-icon.svg', 'wp-content/plugins/amp/assets/images/amp-js-error-icon.svg'),
(94, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-logo-gray.svg', 'wp-content/plugins/amp/assets/images/amp-logo-gray.svg'),
(95, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-logo-icon.svg', 'wp-content/plugins/amp/assets/images/amp-logo-icon.svg'),
(96, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-page-fallback-wordpress-publisher-logo.png', 'wp-content/plugins/amp/assets/images/amp-page-fallback-wordpress-publisher-logo.png'),
(97, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg', 'wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg'),
(98, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-valid.svg', 'wp-content/plugins/amp/assets/images/amp-valid.svg'),
(99, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg', 'wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg'),
(100, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors.svg', 'wp-content/plugins/amp/assets/images/amp-validation-errors.svg'),
(101, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/amp-white-icon.svg', 'wp-content/plugins/amp/assets/images/amp-white-icon.svg'),
(102, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/bell-icon.svg', 'wp-content/plugins/amp/assets/images/bell-icon.svg'),
(103, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/down-triangle.svg', 'wp-content/plugins/amp/assets/images/down-triangle.svg'),
(104, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/placeholder-icon.png', 'wp-content/plugins/amp/assets/images/placeholder-icon.png'),
(105, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg'),
(106, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyeleven.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyeleven.jpg'),
(107, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg'),
(108, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg'),
(109, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentynineteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentynineteen.jpg'),
(110, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg'),
(111, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg'),
(112, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg'),
(113, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg'),
(114, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg'),
(115, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwentyone.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentytwentyone.jpg'),
(116, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.asset.php', 'wp-content/plugins/amp/assets/js/amp-block-editor.asset.php'),
(117, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.js', 'wp-content/plugins/amp/assets/js/amp-block-editor.js'),
(118, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.asset.php', 'wp-content/plugins/amp/assets/js/amp-block-validation.asset.php'),
(119, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.js', 'wp-content/plugins/amp/assets/js/amp-block-validation.js'),
(120, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.asset.php', 'wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.asset.php'),
(121, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js', 'wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js'),
(122, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php', 'wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php'),
(123, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.js', 'wp-content/plugins/amp/assets/js/amp-customize-controls.js'),
(124, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.asset.php', 'wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.asset.php'),
(125, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js', 'wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js'),
(126, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.asset.php', 'wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.asset.php'),
(127, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.js', 'wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.js'),
(128, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php', 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php'),
(129, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js', 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js'),
(130, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.asset.php', 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.asset.php'),
(131, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js', 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js'),
(132, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-client.asset.php', 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.asset.php'),
(133, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js', 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js'),
(134, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-plugin-install.asset.php', 'wp-content/plugins/amp/assets/js/amp-plugin-install.asset.php'),
(135, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-plugin-install.js', 'wp-content/plugins/amp/assets/js/amp-plugin-install.js'),
(136, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-post-meta-box.asset.php', 'wp-content/plugins/amp/assets/js/amp-post-meta-box.asset.php'),
(137, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-post-meta-box.js', 'wp-content/plugins/amp/assets/js/amp-post-meta-box.js'),
(138, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-service-worker-runtime-precaching.js', 'wp-content/plugins/amp/assets/js/amp-service-worker-runtime-precaching.js'),
(139, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-settings.asset.php', 'wp-content/plugins/amp/assets/js/amp-settings.asset.php'),
(140, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-settings.js', 'wp-content/plugins/amp/assets/js/amp-settings.js'),
(141, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.asset.php', 'wp-content/plugins/amp/assets/js/amp-site-scan-notice.asset.php'),
(142, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.js', 'wp-content/plugins/amp/assets/js/amp-site-scan-notice.js'),
(143, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-support.asset.php', 'wp-content/plugins/amp/assets/js/amp-support.asset.php'),
(144, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-support.js', 'wp-content/plugins/amp/assets/js/amp-support.js'),
(145, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-theme-install.asset.php', 'wp-content/plugins/amp/assets/js/amp-theme-install.asset.php'),
(146, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-theme-install.js', 'wp-content/plugins/amp/assets/js/amp-theme-install.js'),
(147, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.asset.php', 'wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.asset.php'),
(148, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.js', 'wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.js'),
(149, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php', 'wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php'),
(150, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.js', 'wp-content/plugins/amp/assets/js/amp-validation-counts.js'),
(151, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.asset.php', 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.asset.php'),
(152, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js', 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js'),
(153, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.asset.php', 'wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.asset.php'),
(154, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.js', 'wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.js'),
(155, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php', 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php'),
(156, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/amp-validation-tooltips.js', 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.js'),
(157, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.asset.php', 'wp-content/plugins/amp/assets/js/mobile-redirection.asset.php'),
(158, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.js', 'wp-content/plugins/amp/assets/js/mobile-redirection.js'),
(159, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/react-jsx-runtime.js', 'wp-content/plugins/amp/assets/js/react-jsx-runtime.js'),
(160, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/vendor/lodash.js', 'wp-content/plugins/amp/assets/js/vendor/lodash.js'),
(161, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php', 'wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php'),
(162, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.js', 'wp-content/plugins/amp/assets/js/wp-api-fetch.js'),
(163, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php', 'wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php'),
(164, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.js', 'wp-content/plugins/amp/assets/js/wp-dom-ready.js'),
(165, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-hooks.asset.php', 'wp-content/plugins/amp/assets/js/wp-hooks.asset.php'),
(166, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-hooks.js', 'wp-content/plugins/amp/assets/js/wp-hooks.js'),
(167, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.asset.php', 'wp-content/plugins/amp/assets/js/wp-html-entities.asset.php'),
(168, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.js', 'wp-content/plugins/amp/assets/js/wp-html-entities.js'),
(169, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-i18n.asset.php', 'wp-content/plugins/amp/assets/js/wp-i18n.asset.php'),
(170, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-i18n.js', 'wp-content/plugins/amp/assets/js/wp-i18n.js'),
(171, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.asset.php', 'wp-content/plugins/amp/assets/js/wp-polyfill.asset.php'),
(172, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.js', 'wp-content/plugins/amp/assets/js/wp-polyfill.js'),
(173, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-url.asset.php', 'wp-content/plugins/amp/assets/js/wp-url.asset.php'),
(174, '/home/abt90iranbet/public_html/wp-content/plugins/amp/assets/js/wp-url.js', 'wp-content/plugins/amp/assets/js/wp-url.js'),
(175, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/back-compat.php', 'wp-content/plugins/amp/back-compat/back-compat.php'),
(176, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/header-bar.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/header-bar.php'),
(177, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-author.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-author.php'),
(178, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-taxonomy.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-taxonomy.php'),
(179, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-time.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-time.php'),
(180, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/single.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/single.php'),
(181, '/home/abt90iranbet/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/style.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/style.php'),
(182, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php', 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php'),
(183, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-admin-pointers.php', 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointers.php'),
(184, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php', 'wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php'),
(185, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-post-meta-box.php', 'wp-content/plugins/amp/includes/admin/class-amp-post-meta-box.php'),
(186, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php', 'wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php'),
(187, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/admin/functions.php', 'wp-content/plugins/amp/includes/admin/functions.php'),
(188, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/amp-frontend-actions.php', 'wp-content/plugins/amp/includes/amp-frontend-actions.php'),
(189, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/amp-helper-functions.php', 'wp-content/plugins/amp/includes/amp-helper-functions.php'),
(190, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/amp-post-template-functions.php', 'wp-content/plugins/amp/includes/amp-post-template-functions.php'),
(191, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/bootstrap.php', 'wp-content/plugins/amp/includes/bootstrap.php'),
(192, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-autoloader.php', 'wp-content/plugins/amp/includes/class-amp-autoloader.php'),
(193, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-comment-walker.php', 'wp-content/plugins/amp/includes/class-amp-comment-walker.php'),
(194, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-http.php', 'wp-content/plugins/amp/includes/class-amp-http.php'),
(195, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-post-type-support.php', 'wp-content/plugins/amp/includes/class-amp-post-type-support.php'),
(196, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-service-worker.php', 'wp-content/plugins/amp/includes/class-amp-service-worker.php'),
(197, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/class-amp-theme-support.php', 'wp-content/plugins/amp/includes/class-amp-theme-support.php'),
(198, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/deprecated.php', 'wp-content/plugins/amp/includes/deprecated.php'),
(199, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php', 'wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php'),
(200, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/ecosystem-data/plugins.php', 'wp-content/plugins/amp/includes/ecosystem-data/plugins.php'),
(201, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/ecosystem-data/themes.php', 'wp-content/plugins/amp/includes/ecosystem-data/themes.php'),
(202, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-base-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-base-embed-handler.php'),
(203, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-core-block-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-core-block-handler.php'),
(204, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-crowdsignal-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-crowdsignal-embed-handler.php'),
(205, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-dailymotion-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-dailymotion-embed-handler.php'),
(206, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-facebook-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-facebook-embed-handler.php'),
(207, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-gallery-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-gallery-embed-handler.php'),
(208, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-imgur-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-imgur-embed-handler.php'),
(209, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-instagram-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-instagram-embed-handler.php'),
(210, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-issuu-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-issuu-embed-handler.php'),
(211, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-meetup-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-meetup-embed-handler.php'),
(212, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-pinterest-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-pinterest-embed-handler.php'),
(213, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-playlist-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-playlist-embed-handler.php'),
(214, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-reddit-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-reddit-embed-handler.php'),
(215, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-scribd-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-scribd-embed-handler.php'),
(216, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-soundcloud-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-soundcloud-embed-handler.php'),
(217, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-tiktok-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-tiktok-embed-handler.php'),
(218, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-tumblr-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-tumblr-embed-handler.php'),
(219, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-twitter-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-twitter-embed-handler.php'),
(220, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-vimeo-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-vimeo-embed-handler.php'),
(221, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-wordpress-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-wordpress-embed-handler.php'),
(222, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-wordpress-tv-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-wordpress-tv-embed-handler.php'),
(223, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/embeds/class-amp-youtube-embed-handler.php', 'wp-content/plugins/amp/includes/embeds/class-amp-youtube-embed-handler.php'),
(224, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/options/class-amp-options-manager.php', 'wp-content/plugins/amp/includes/options/class-amp-options-manager.php'),
(225, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/options/class-amp-reader-theme-rest-controller.php', 'wp-content/plugins/amp/includes/options/class-amp-reader-theme-rest-controller.php'),
(226, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php'),
(227, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-allowed-tags-generated.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-allowed-tags-generated.php'),
(228, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php'),
(229, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-auto-lightbox-disable-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-auto-lightbox-disable-sanitizer.php'),
(230, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php'),
(231, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php'),
(232, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php'),
(233, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php'),
(234, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-core-theme-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-core-theme-sanitizer.php'),
(235, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-dev-mode-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-dev-mode-sanitizer.php'),
(236, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php'),
(237, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php'),
(238, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-gallery-block-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-gallery-block-sanitizer.php'),
(239, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-gtag-script-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-gtag-script-sanitizer.php'),
(240, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php'),
(241, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php'),
(242, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php'),
(243, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php'),
(244, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-meta-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-meta-sanitizer.php'),
(245, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-native-img-attributes-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-native-img-attributes-sanitizer.php'),
(246, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-dropdown-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-dropdown-sanitizer.php'),
(247, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-toggle-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-toggle-sanitizer.php'),
(248, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-o2-player-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-o2-player-sanitizer.php'),
(249, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php'),
(250, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php'),
(251, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-pwa-script-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-pwa-script-sanitizer.php'),
(252, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php'),
(253, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php'),
(254, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php'),
(255, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php'),
(256, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php'),
(257, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php'),
(258, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php', 'wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php'),
(259, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-design-settings.php', 'wp-content/plugins/amp/includes/settings/class-amp-customizer-design-settings.php'),
(260, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php', 'wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php'),
(261, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/amp-enabled-classic-editor-toggle.php', 'wp-content/plugins/amp/includes/templates/amp-enabled-classic-editor-toggle.php'),
(262, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/amp-paired-browsing.php', 'wp-content/plugins/amp/includes/templates/amp-paired-browsing.php'),
(263, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php', 'wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php'),
(264, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/class-amp-content.php', 'wp-content/plugins/amp/includes/templates/class-amp-content.php'),
(265, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/class-amp-post-template.php', 'wp-content/plugins/amp/includes/templates/class-amp-post-template.php'),
(266, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/templates/reader-template-loader.php', 'wp-content/plugins/amp/includes/templates/reader-template-loader.php'),
(267, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/uninstall-functions.php', 'wp-content/plugins/amp/includes/uninstall-functions.php'),
(268, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php', 'wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php'),
(269, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-html-utils.php', 'wp-content/plugins/amp/includes/utils/class-amp-html-utils.php'),
(270, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-image-dimension-extractor.php', 'wp-content/plugins/amp/includes/utils/class-amp-image-dimension-extractor.php'),
(271, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/utils/class-amp-string-utils.php', 'wp-content/plugins/amp/includes/utils/class-amp-string-utils.php'),
(272, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validated-url-post-type.php', 'wp-content/plugins/amp/includes/validation/class-amp-validated-url-post-type.php'),
(273, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-callback-wrapper.php', 'wp-content/plugins/amp/includes/validation/class-amp-validation-callback-wrapper.php'),
(274, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-error-taxonomy.php', 'wp-content/plugins/amp/includes/validation/class-amp-validation-error-taxonomy.php'),
(275, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php', 'wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php'),
(276, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php', 'wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php'),
(277, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php', 'wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php'),
(278, '/home/abt90iranbet/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php', 'wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php'),
(279, '/home/abt90iranbet/public_html/wp-content/plugins/amp/readme.txt', 'wp-content/plugins/amp/readme.txt'),
(280, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php', 'wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php'),
(281, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AmpPlugins.php', 'wp-content/plugins/amp/src/Admin/AmpPlugins.php'),
(282, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AmpThemes.php', 'wp-content/plugins/amp/src/Admin/AmpThemes.php'),
(283, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php', 'wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php'),
(284, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/GoogleFonts.php', 'wp-content/plugins/amp/src/Admin/GoogleFonts.php'),
(285, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php', 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php'),
(286, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenuPage.php', 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenuPage.php'),
(287, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/OptionsMenu.php', 'wp-content/plugins/amp/src/Admin/OptionsMenu.php'),
(288, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/PairedBrowsing.php', 'wp-content/plugins/amp/src/Admin/PairedBrowsing.php'),
(289, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/PluginActivationNotice.php', 'wp-content/plugins/amp/src/Admin/PluginActivationNotice.php'),
(290, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/PluginRowMeta.php', 'wp-content/plugins/amp/src/Admin/PluginRowMeta.php'),
(291, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/Polyfills.php', 'wp-content/plugins/amp/src/Admin/Polyfills.php'),
(292, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/RESTPreloader.php', 'wp-content/plugins/amp/src/Admin/RESTPreloader.php'),
(293, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/ReaderThemes.php', 'wp-content/plugins/amp/src/Admin/ReaderThemes.php'),
(294, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php', 'wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php'),
(295, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/SiteHealth.php', 'wp-content/plugins/amp/src/Admin/SiteHealth.php'),
(296, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/SupportLink.php', 'wp-content/plugins/amp/src/Admin/SupportLink.php'),
(297, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/SupportScreen.php', 'wp-content/plugins/amp/src/Admin/SupportScreen.php'),
(298, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/UserRESTEndpointExtension.php', 'wp-content/plugins/amp/src/Admin/UserRESTEndpointExtension.php'),
(299, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Admin/ValidationCounts.php', 'wp-content/plugins/amp/src/Admin/ValidationCounts.php'),
(300, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php', 'wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php'),
(301, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/AmpWpPlugin.php', 'wp-content/plugins/amp/src/AmpWpPlugin.php'),
(302, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/AmpWpPluginFactory.php', 'wp-content/plugins/amp/src/AmpWpPluginFactory.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(303, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php', 'wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php'),
(304, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php', 'wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php'),
(305, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php', 'wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php'),
(306, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php', 'wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php'),
(307, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php', 'wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php'),
(308, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php', 'wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php'),
(309, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php', 'wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php'),
(310, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php', 'wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php'),
(311, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php', 'wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php'),
(312, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/OptimizerCommand.php', 'wp-content/plugins/amp/src/Cli/OptimizerCommand.php'),
(313, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/OptionCommand.php', 'wp-content/plugins/amp/src/Cli/OptionCommand.php'),
(314, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/TransformerCommand.php', 'wp-content/plugins/amp/src/Cli/TransformerCommand.php'),
(315, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Cli/ValidationCommand.php', 'wp-content/plugins/amp/src/Cli/ValidationCommand.php'),
(316, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Component/CaptionedSlide.php', 'wp-content/plugins/amp/src/Component/CaptionedSlide.php'),
(317, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Component/Carousel.php', 'wp-content/plugins/amp/src/Component/Carousel.php'),
(318, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Component/HasCaption.php', 'wp-content/plugins/amp/src/Component/HasCaption.php'),
(319, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ConfigurationArgument.php', 'wp-content/plugins/amp/src/ConfigurationArgument.php'),
(320, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DependencySupport.php', 'wp-content/plugins/amp/src/DependencySupport.php'),
(321, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/BlockSources.php', 'wp-content/plugins/amp/src/DevTools/BlockSources.php'),
(322, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/CallbackReflection.php', 'wp-content/plugins/amp/src/DevTools/CallbackReflection.php'),
(323, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/ErrorPage.php', 'wp-content/plugins/amp/src/DevTools/ErrorPage.php'),
(324, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/FileReflection.php', 'wp-content/plugins/amp/src/DevTools/FileReflection.php'),
(325, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php', 'wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php'),
(326, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/DevTools/UserAccess.php', 'wp-content/plugins/amp/src/DevTools/UserAccess.php'),
(327, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Dom/ElementList.php', 'wp-content/plugins/amp/src/Dom/ElementList.php'),
(328, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Dom/Options.php', 'wp-content/plugins/amp/src/Dom/Options.php'),
(329, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Editor/EditorSupport.php', 'wp-content/plugins/amp/src/Editor/EditorSupport.php'),
(330, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php', 'wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php'),
(331, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/AmpWpException.php', 'wp-content/plugins/amp/src/Exception/AmpWpException.php'),
(332, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php', 'wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php'),
(333, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/InvalidEventProperties.php', 'wp-content/plugins/amp/src/Exception/InvalidEventProperties.php'),
(334, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/InvalidService.php', 'wp-content/plugins/amp/src/Exception/InvalidService.php'),
(335, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Exception/InvalidStopwatchEvent.php', 'wp-content/plugins/amp/src/Exception/InvalidStopwatchEvent.php'),
(336, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php', 'wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php'),
(337, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Icon.php', 'wp-content/plugins/amp/src/Icon.php'),
(338, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Activateable.php', 'wp-content/plugins/amp/src/Infrastructure/Activateable.php'),
(339, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/CliCommand.php', 'wp-content/plugins/amp/src/Infrastructure/CliCommand.php'),
(340, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Conditional.php', 'wp-content/plugins/amp/src/Infrastructure/Conditional.php'),
(341, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Deactivateable.php', 'wp-content/plugins/amp/src/Infrastructure/Deactivateable.php'),
(342, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Delayed.php', 'wp-content/plugins/amp/src/Infrastructure/Delayed.php'),
(343, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/HasRequirements.php', 'wp-content/plugins/amp/src/Infrastructure/HasRequirements.php'),
(344, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php', 'wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php'),
(345, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php', 'wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php'),
(346, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php', 'wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php'),
(347, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Injector.php', 'wp-content/plugins/amp/src/Infrastructure/Injector.php'),
(348, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Instantiator.php', 'wp-content/plugins/amp/src/Infrastructure/Instantiator.php'),
(349, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Plugin.php', 'wp-content/plugins/amp/src/Infrastructure/Plugin.php'),
(350, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Registerable.php', 'wp-content/plugins/amp/src/Infrastructure/Registerable.php'),
(351, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/Service.php', 'wp-content/plugins/amp/src/Infrastructure/Service.php'),
(352, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php'),
(353, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php'),
(354, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php'),
(355, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php'),
(356, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/Event.php', 'wp-content/plugins/amp/src/Instrumentation/Event.php'),
(357, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php', 'wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php'),
(358, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/ServerTiming.php', 'wp-content/plugins/amp/src/Instrumentation/ServerTiming.php'),
(359, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatch.php', 'wp-content/plugins/amp/src/Instrumentation/StopWatch.php'),
(360, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php', 'wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php'),
(361, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/LoadingError.php', 'wp-content/plugins/amp/src/LoadingError.php'),
(362, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/MobileRedirection.php', 'wp-content/plugins/amp/src/MobileRedirection.php'),
(363, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php', 'wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php'),
(364, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php', 'wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php'),
(365, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php', 'wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php'),
(366, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/OptimizerService.php', 'wp-content/plugins/amp/src/Optimizer/OptimizerService.php'),
(367, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php', 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php'),
(368, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadataConfiguration.php', 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadataConfiguration.php'),
(369, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/DetermineHeroImages.php', 'wp-content/plugins/amp/src/Optimizer/Transformer/DetermineHeroImages.php'),
(370, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Option.php', 'wp-content/plugins/amp/src/Option.php'),
(371, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/OptionsRESTController.php', 'wp-content/plugins/amp/src/OptionsRESTController.php'),
(372, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedRouting.php', 'wp-content/plugins/amp/src/PairedRouting.php'),
(373, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrl.php', 'wp-content/plugins/amp/src/PairedUrl.php'),
(374, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php'),
(375, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php'),
(376, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php'),
(377, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php'),
(378, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PairedUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure.php'),
(379, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PluginRegistry.php', 'wp-content/plugins/amp/src/PluginRegistry.php'),
(380, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/PluginSuppression.php', 'wp-content/plugins/amp/src/PluginSuppression.php'),
(381, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/QueryVar.php', 'wp-content/plugins/amp/src/QueryVar.php'),
(382, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ReaderThemeLoader.php', 'wp-content/plugins/amp/src/ReaderThemeLoader.php'),
(383, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php', 'wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php'),
(384, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php', 'wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php'),
(385, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php', 'wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php'),
(386, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php', 'wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php'),
(387, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Sandboxing.php', 'wp-content/plugins/amp/src/Sandboxing.php'),
(388, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Services.php', 'wp-content/plugins/amp/src/Services.php'),
(389, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Support/SupportCliCommand.php', 'wp-content/plugins/amp/src/Support/SupportCliCommand.php'),
(390, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Support/SupportData.php', 'wp-content/plugins/amp/src/Support/SupportData.php'),
(391, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Support/SupportRESTController.php', 'wp-content/plugins/amp/src/Support/SupportRESTController.php'),
(392, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/ScannableURLProvider.php', 'wp-content/plugins/amp/src/Validation/ScannableURLProvider.php'),
(393, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php', 'wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php'),
(394, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/URLValidationCron.php', 'wp-content/plugins/amp/src/Validation/URLValidationCron.php'),
(395, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/URLValidationProvider.php', 'wp-content/plugins/amp/src/Validation/URLValidationProvider.php'),
(396, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/URLValidationRESTController.php', 'wp-content/plugins/amp/src/Validation/URLValidationRESTController.php'),
(397, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php', 'wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php'),
(398, '/home/abt90iranbet/public_html/wp-content/plugins/amp/src/ValidationExemption.php', 'wp-content/plugins/amp/src/ValidationExemption.php'),
(399, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/featured-image.php', 'wp-content/plugins/amp/templates/featured-image.php'),
(400, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/footer.php', 'wp-content/plugins/amp/templates/footer.php'),
(401, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/header-bar.php', 'wp-content/plugins/amp/templates/header-bar.php'),
(402, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/header.php', 'wp-content/plugins/amp/templates/header.php'),
(403, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/html-end.php', 'wp-content/plugins/amp/templates/html-end.php'),
(404, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/html-start.php', 'wp-content/plugins/amp/templates/html-start.php'),
(405, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-author.php', 'wp-content/plugins/amp/templates/meta-author.php'),
(406, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-comments-link.php', 'wp-content/plugins/amp/templates/meta-comments-link.php'),
(407, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-taxonomy.php', 'wp-content/plugins/amp/templates/meta-taxonomy.php'),
(408, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/meta-time.php', 'wp-content/plugins/amp/templates/meta-time.php'),
(409, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/page.php', 'wp-content/plugins/amp/templates/page.php'),
(410, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/single.php', 'wp-content/plugins/amp/templates/single.php'),
(411, '/home/abt90iranbet/public_html/wp-content/plugins/amp/templates/style.php', 'wp-content/plugins/amp/templates/style.php'),
(412, '/home/abt90iranbet/public_html/wp-content/plugins/amp/uninstall.php', 'wp-content/plugins/amp/uninstall.php'),
(413, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/include/compatibility-fixes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/include/compatibility-fixes.php'),
(414, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata'),
(415, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css'),
(416, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php'),
(417, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php'),
(418, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Colors.php'),
(419, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php'),
(420, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php'),
(421, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command.php'),
(422, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Executable.php'),
(423, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php'),
(424, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Options.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Options.php'),
(425, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php'),
(426, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php'),
(427, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php'),
(428, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php'),
(429, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php'),
(430, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php'),
(431, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php'),
(432, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php'),
(433, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php'),
(434, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php'),
(435, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php'),
(436, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php'),
(437, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php'),
(438, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php'),
(439, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php'),
(440, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php'),
(441, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php'),
(442, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php'),
(443, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php'),
(444, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php'),
(445, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php'),
(446, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php'),
(447, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php'),
(448, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php'),
(449, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php'),
(450, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php'),
(451, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php'),
(452, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php'),
(453, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document.php'),
(454, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Element.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Element.php'),
(455, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php'),
(456, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php'),
(457, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php'),
(458, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Options.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Options.php'),
(459, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php'),
(460, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php'),
(461, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php'),
(462, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php'),
(463, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php'),
(464, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php'),
(465, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php'),
(466, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php'),
(467, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php'),
(468, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php'),
(469, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php'),
(470, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php'),
(471, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php'),
(472, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php'),
(473, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php'),
(474, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php'),
(475, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php'),
(476, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php'),
(477, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php'),
(478, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php'),
(479, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php'),
(480, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php'),
(481, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php'),
(482, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php'),
(483, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php'),
(484, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php'),
(485, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php'),
(486, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php'),
(487, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php'),
(488, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php'),
(489, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php'),
(490, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php'),
(491, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php'),
(492, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php'),
(493, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php'),
(494, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php'),
(495, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Format.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Format.php'),
(496, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/AtRule.php'),
(497, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Attribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Attribute.php'),
(498, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php'),
(499, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php'),
(500, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php'),
(501, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php'),
(502, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php'),
(503, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php'),
(504, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php'),
(505, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php'),
(506, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php'),
(507, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php'),
(508, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php'),
(509, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php'),
(510, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php'),
(511, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Role.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Role.php'),
(512, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Tag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Tag.php'),
(513, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php'),
(514, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php'),
(515, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php'),
(516, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php'),
(517, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php'),
(518, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php'),
(519, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php'),
(520, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php'),
(521, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php'),
(522, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php'),
(523, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php'),
(524, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php'),
(525, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php'),
(526, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php'),
(527, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php'),
(528, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php'),
(529, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php'),
(530, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php'),
(531, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php'),
(532, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php'),
(533, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php'),
(534, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php'),
(535, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php'),
(536, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php'),
(537, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php'),
(538, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php'),
(539, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php'),
(540, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php'),
(541, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php'),
(542, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php'),
(543, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php'),
(544, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php'),
(545, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php'),
(546, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php'),
(547, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php'),
(548, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php'),
(549, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php'),
(550, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php'),
(551, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php'),
(552, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php'),
(553, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php'),
(554, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php'),
(555, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php'),
(556, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php'),
(557, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php'),
(558, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(559, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php'),
(560, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php'),
(561, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php'),
(562, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php'),
(563, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php'),
(564, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php'),
(565, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php'),
(566, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php'),
(567, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php'),
(568, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php'),
(569, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php'),
(570, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php'),
(571, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php'),
(572, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php'),
(573, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php'),
(574, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php'),
(575, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php'),
(576, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php'),
(577, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php'),
(578, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php'),
(579, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php'),
(580, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php'),
(581, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php'),
(582, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php'),
(583, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php'),
(584, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php'),
(585, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php'),
(586, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php'),
(587, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Str.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Str.php'),
(588, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php'),
(589, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Context.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Context.php'),
(590, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php'),
(591, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php'),
(592, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php'),
(593, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php'),
(594, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php'),
(595, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php'),
(596, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php'),
(597, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php'),
(598, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php'),
(599, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php'),
(600, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php'),
(601, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php'),
(602, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php'),
(603, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php'),
(604, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php'),
(605, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php'),
(606, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php'),
(607, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php'),
(608, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php'),
(609, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php'),
(610, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php'),
(611, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php'),
(612, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php'),
(613, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php'),
(614, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php'),
(615, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php'),
(616, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php'),
(617, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php'),
(618, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php'),
(619, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php'),
(620, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php'),
(621, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php'),
(622, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php'),
(623, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php'),
(624, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php'),
(625, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php'),
(626, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php'),
(627, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php'),
(628, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php'),
(629, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php'),
(630, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php'),
(631, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php'),
(632, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php'),
(633, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php'),
(634, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php'),
(635, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php'),
(636, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php'),
(637, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php'),
(638, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php'),
(639, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php'),
(640, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php'),
(641, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php'),
(642, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php'),
(643, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php'),
(644, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php'),
(645, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php'),
(646, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php'),
(647, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php'),
(648, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php'),
(649, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php'),
(650, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php'),
(651, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php'),
(652, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php'),
(653, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php'),
(654, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php'),
(655, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php'),
(656, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php'),
(657, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php'),
(658, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php'),
(659, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php'),
(660, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php'),
(661, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php'),
(662, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php'),
(663, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php'),
(664, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php'),
(665, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php'),
(666, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php'),
(667, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php'),
(668, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php'),
(669, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php'),
(670, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php'),
(671, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php'),
(672, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php'),
(673, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php'),
(674, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php'),
(675, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php'),
(676, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php'),
(677, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php'),
(678, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php'),
(679, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php'),
(680, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php'),
(681, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php'),
(682, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php'),
(683, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php'),
(684, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php'),
(685, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php'),
(686, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php'),
(687, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php'),
(688, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php'),
(689, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php'),
(690, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php'),
(691, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php'),
(692, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php'),
(693, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php'),
(694, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php'),
(695, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php'),
(696, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php'),
(697, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php'),
(698, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php'),
(699, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php'),
(700, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php'),
(701, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php'),
(702, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php'),
(703, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php'),
(704, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php'),
(705, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php'),
(706, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php'),
(707, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php'),
(708, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php'),
(709, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php'),
(710, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php'),
(711, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php'),
(712, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php'),
(713, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php'),
(714, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php'),
(715, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php'),
(716, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php'),
(717, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php'),
(718, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php'),
(719, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php'),
(720, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php'),
(721, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php'),
(722, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php'),
(723, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php'),
(724, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php'),
(725, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php'),
(726, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php'),
(727, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php'),
(728, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php'),
(729, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php'),
(730, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php'),
(731, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php'),
(732, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php'),
(733, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php'),
(734, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php'),
(735, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php'),
(736, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php'),
(737, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php'),
(738, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php'),
(739, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php'),
(740, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php'),
(741, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php'),
(742, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php'),
(743, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php'),
(744, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php'),
(745, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php'),
(746, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php'),
(747, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php'),
(748, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php'),
(749, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php'),
(750, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php'),
(751, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php'),
(752, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php'),
(753, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(754, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php'),
(755, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php'),
(756, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php'),
(757, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php'),
(758, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php'),
(759, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php'),
(760, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php'),
(761, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php'),
(762, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php'),
(763, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php'),
(764, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php'),
(765, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php'),
(766, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php'),
(767, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php'),
(768, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php'),
(769, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php'),
(770, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php'),
(771, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php'),
(772, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php'),
(773, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php'),
(774, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php'),
(775, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php'),
(776, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php'),
(777, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php'),
(778, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php'),
(779, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php'),
(780, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php'),
(781, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php'),
(782, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php'),
(783, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php'),
(784, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php'),
(785, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php'),
(786, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php'),
(787, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php'),
(788, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php'),
(789, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php'),
(790, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php'),
(791, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php'),
(792, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php'),
(793, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php'),
(794, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php'),
(795, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php'),
(796, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php'),
(797, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php'),
(798, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php'),
(799, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php'),
(800, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php'),
(801, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php'),
(802, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php'),
(803, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php'),
(804, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php'),
(805, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php'),
(806, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php'),
(807, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php'),
(808, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php'),
(809, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php'),
(810, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php'),
(811, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php'),
(812, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php'),
(813, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php'),
(814, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php'),
(815, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php'),
(816, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php'),
(817, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php'),
(818, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php'),
(819, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php'),
(820, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php'),
(821, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php'),
(822, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php'),
(823, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php'),
(824, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php'),
(825, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php'),
(826, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php'),
(827, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php'),
(828, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php'),
(829, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php'),
(830, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php'),
(831, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php'),
(832, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php'),
(833, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php'),
(834, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php'),
(835, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php'),
(836, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php'),
(837, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php'),
(838, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php'),
(839, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php'),
(840, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php'),
(841, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php'),
(842, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php'),
(843, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php'),
(844, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php'),
(845, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php'),
(846, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php'),
(847, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php'),
(848, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php'),
(849, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php'),
(850, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php'),
(851, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php'),
(852, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php'),
(853, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php'),
(854, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php'),
(855, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php'),
(856, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php'),
(857, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php'),
(858, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php'),
(859, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php'),
(860, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php'),
(861, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php'),
(862, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php'),
(863, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php'),
(864, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php'),
(865, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php'),
(866, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php'),
(867, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php'),
(868, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php'),
(869, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php'),
(870, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php'),
(871, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php'),
(872, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php'),
(873, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php'),
(874, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php'),
(875, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php'),
(876, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php'),
(877, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php'),
(878, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php'),
(879, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php'),
(880, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php'),
(881, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php'),
(882, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php'),
(883, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php'),
(884, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php'),
(885, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php'),
(886, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php'),
(887, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php'),
(888, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php'),
(889, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php'),
(890, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php'),
(891, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php'),
(892, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php'),
(893, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php'),
(894, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php'),
(895, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php'),
(896, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php'),
(897, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php'),
(898, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php'),
(899, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php'),
(900, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php'),
(901, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php'),
(902, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php'),
(903, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php'),
(904, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php'),
(905, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php'),
(906, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php'),
(907, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php'),
(908, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php'),
(909, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php'),
(910, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php'),
(911, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php'),
(912, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php'),
(913, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php'),
(914, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php'),
(915, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php'),
(916, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php'),
(917, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php'),
(918, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php'),
(919, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php'),
(920, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php'),
(921, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php'),
(922, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php'),
(923, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php'),
(924, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php'),
(925, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php'),
(926, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php'),
(927, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php'),
(928, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php'),
(929, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php'),
(930, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php'),
(931, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php'),
(932, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php'),
(933, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php'),
(934, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php'),
(935, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php'),
(936, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php'),
(937, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php'),
(938, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php'),
(939, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php'),
(940, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php'),
(941, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php'),
(942, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php'),
(943, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php'),
(944, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php'),
(945, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php'),
(946, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php'),
(947, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php'),
(948, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php'),
(949, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php'),
(950, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php'),
(951, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php'),
(952, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php'),
(953, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php'),
(954, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php'),
(955, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php'),
(956, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php'),
(957, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php'),
(958, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php'),
(959, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(960, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php'),
(961, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php'),
(962, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php'),
(963, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php'),
(964, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php'),
(965, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php'),
(966, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php'),
(967, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php'),
(968, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php'),
(969, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php'),
(970, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php'),
(971, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php'),
(972, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php'),
(973, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php'),
(974, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php'),
(975, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php'),
(976, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php'),
(977, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php'),
(978, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php'),
(979, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php'),
(980, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php'),
(981, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php'),
(982, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php'),
(983, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php'),
(984, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php'),
(985, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php'),
(986, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php'),
(987, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php'),
(988, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php'),
(989, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php'),
(990, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php'),
(991, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php'),
(992, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php'),
(993, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php'),
(994, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php'),
(995, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php'),
(996, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php'),
(997, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php'),
(998, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php'),
(999, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php'),
(1000, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php'),
(1001, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php'),
(1002, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php'),
(1003, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php'),
(1004, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php'),
(1005, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php'),
(1006, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php'),
(1007, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php'),
(1008, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php'),
(1009, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php'),
(1010, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php'),
(1011, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php'),
(1012, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php'),
(1013, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php'),
(1014, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php'),
(1015, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php'),
(1016, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php'),
(1017, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php'),
(1018, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php'),
(1019, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php'),
(1020, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php'),
(1021, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php'),
(1022, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php'),
(1023, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php'),
(1024, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php'),
(1025, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php'),
(1026, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php'),
(1027, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php'),
(1028, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php'),
(1029, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php'),
(1030, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php'),
(1031, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php'),
(1032, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php'),
(1033, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php'),
(1034, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php'),
(1035, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php'),
(1036, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php'),
(1037, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php'),
(1038, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php'),
(1039, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php'),
(1040, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php'),
(1041, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php'),
(1042, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php'),
(1043, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php'),
(1044, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php'),
(1045, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php'),
(1046, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php'),
(1047, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php'),
(1048, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php'),
(1049, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php'),
(1050, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php'),
(1051, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php'),
(1052, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php'),
(1053, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php'),
(1054, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php'),
(1055, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php'),
(1056, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php'),
(1057, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php'),
(1058, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php'),
(1059, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php'),
(1060, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php'),
(1061, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php'),
(1062, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php'),
(1063, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php'),
(1064, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php'),
(1065, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php'),
(1066, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php'),
(1067, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php'),
(1068, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php'),
(1069, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php'),
(1070, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php'),
(1071, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php'),
(1072, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php'),
(1073, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php'),
(1074, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php'),
(1075, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php'),
(1076, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php'),
(1077, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php'),
(1078, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php'),
(1079, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php'),
(1080, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php'),
(1081, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php'),
(1082, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php'),
(1083, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php'),
(1084, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php'),
(1085, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php'),
(1086, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php'),
(1087, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php'),
(1088, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php'),
(1089, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php'),
(1090, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php'),
(1091, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php'),
(1092, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php'),
(1093, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php'),
(1094, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php'),
(1095, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php'),
(1096, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php'),
(1097, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php'),
(1098, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php'),
(1099, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php'),
(1100, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php'),
(1101, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php'),
(1102, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php'),
(1103, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php'),
(1104, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php'),
(1105, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php'),
(1106, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php'),
(1107, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php'),
(1108, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php'),
(1109, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php'),
(1110, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php'),
(1111, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php'),
(1112, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php'),
(1113, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php'),
(1114, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php'),
(1115, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php'),
(1116, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php'),
(1117, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php'),
(1118, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php'),
(1119, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php'),
(1120, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php'),
(1121, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php'),
(1122, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php'),
(1123, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php'),
(1124, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php'),
(1125, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php'),
(1126, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php'),
(1127, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php'),
(1128, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php'),
(1129, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php'),
(1130, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php'),
(1131, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php'),
(1132, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php'),
(1133, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php'),
(1134, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php'),
(1135, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php'),
(1136, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php'),
(1137, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php'),
(1138, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php'),
(1139, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php'),
(1140, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php'),
(1141, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php'),
(1142, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php'),
(1143, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php'),
(1144, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php'),
(1145, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php'),
(1146, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php'),
(1147, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php'),
(1148, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php'),
(1149, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php'),
(1150, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php'),
(1151, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php'),
(1152, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php'),
(1153, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php'),
(1154, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php'),
(1155, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php'),
(1156, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php'),
(1157, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php'),
(1158, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php'),
(1159, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php'),
(1160, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php'),
(1161, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php'),
(1162, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php'),
(1163, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php'),
(1164, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php'),
(1165, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php'),
(1166, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php'),
(1167, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php'),
(1168, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php'),
(1169, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php'),
(1170, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php'),
(1171, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php'),
(1172, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php'),
(1173, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1174, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php'),
(1175, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php'),
(1176, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php'),
(1177, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php'),
(1178, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php'),
(1179, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php'),
(1180, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php'),
(1181, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php'),
(1182, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php'),
(1183, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php'),
(1184, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php'),
(1185, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php'),
(1186, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php'),
(1187, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php'),
(1188, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php'),
(1189, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php'),
(1190, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php'),
(1191, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php'),
(1192, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php'),
(1193, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php'),
(1194, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php'),
(1195, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php'),
(1196, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php'),
(1197, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php'),
(1198, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php'),
(1199, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php'),
(1200, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php'),
(1201, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php'),
(1202, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php'),
(1203, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php'),
(1204, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php'),
(1205, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php'),
(1206, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php'),
(1207, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php'),
(1208, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php'),
(1209, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php'),
(1210, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php'),
(1211, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php'),
(1212, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php'),
(1213, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php'),
(1214, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php'),
(1215, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php'),
(1216, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php'),
(1217, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php'),
(1218, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php'),
(1219, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php'),
(1220, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php'),
(1221, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php'),
(1222, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php'),
(1223, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php'),
(1224, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php'),
(1225, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php'),
(1226, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php'),
(1227, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php'),
(1228, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php'),
(1229, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php'),
(1230, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php'),
(1231, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php'),
(1232, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php'),
(1233, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php'),
(1234, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php'),
(1235, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php'),
(1236, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php'),
(1237, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php'),
(1238, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php'),
(1239, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php'),
(1240, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php'),
(1241, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php'),
(1242, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php'),
(1243, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php'),
(1244, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php'),
(1245, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php'),
(1246, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php'),
(1247, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php'),
(1248, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php'),
(1249, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php'),
(1250, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php'),
(1251, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php'),
(1252, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php'),
(1253, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php'),
(1254, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php'),
(1255, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php'),
(1256, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php'),
(1257, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php'),
(1258, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php'),
(1259, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php'),
(1260, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php'),
(1261, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php'),
(1262, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php'),
(1263, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php'),
(1264, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php'),
(1265, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php'),
(1266, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php'),
(1267, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php'),
(1268, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php'),
(1269, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php'),
(1270, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php'),
(1271, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php'),
(1272, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php'),
(1273, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php'),
(1274, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php'),
(1275, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php'),
(1276, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php'),
(1277, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php'),
(1278, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php'),
(1279, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php'),
(1280, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php'),
(1281, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php'),
(1282, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php'),
(1283, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php'),
(1284, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php'),
(1285, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php'),
(1286, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php'),
(1287, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php'),
(1288, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php'),
(1289, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php'),
(1290, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php'),
(1291, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php'),
(1292, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php'),
(1293, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php'),
(1294, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php'),
(1295, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php'),
(1296, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php'),
(1297, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php'),
(1298, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php'),
(1299, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php'),
(1300, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php'),
(1301, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php'),
(1302, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php'),
(1303, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php'),
(1304, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php'),
(1305, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php'),
(1306, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php'),
(1307, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php'),
(1308, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php'),
(1309, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php'),
(1310, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php'),
(1311, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php'),
(1312, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php'),
(1313, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php'),
(1314, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php'),
(1315, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php'),
(1316, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php'),
(1317, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php'),
(1318, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php'),
(1319, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php'),
(1320, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php'),
(1321, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php'),
(1322, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php'),
(1323, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php'),
(1324, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php'),
(1325, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php'),
(1326, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php'),
(1327, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php'),
(1328, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php'),
(1329, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php'),
(1330, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php'),
(1331, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php'),
(1332, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php'),
(1333, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php'),
(1334, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php'),
(1335, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php'),
(1336, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php'),
(1337, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php'),
(1338, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php'),
(1339, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php'),
(1340, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php'),
(1341, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php'),
(1342, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php'),
(1343, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php'),
(1344, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php'),
(1345, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php'),
(1346, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php'),
(1347, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php'),
(1348, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php'),
(1349, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php'),
(1350, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php'),
(1351, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php'),
(1352, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php'),
(1353, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php'),
(1354, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php'),
(1355, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php'),
(1356, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php'),
(1357, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php'),
(1358, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php'),
(1359, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php'),
(1360, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php'),
(1361, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php'),
(1362, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php'),
(1363, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php'),
(1364, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php'),
(1365, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php'),
(1366, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php'),
(1367, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php'),
(1368, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php'),
(1369, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php'),
(1370, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php'),
(1371, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php'),
(1372, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php'),
(1373, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php'),
(1374, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php'),
(1375, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php'),
(1376, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php'),
(1377, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php'),
(1378, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php'),
(1379, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php'),
(1380, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php'),
(1381, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php'),
(1382, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1383, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php'),
(1384, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php'),
(1385, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php'),
(1386, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php'),
(1387, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php'),
(1388, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php'),
(1389, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php'),
(1390, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php'),
(1391, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php'),
(1392, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php'),
(1393, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php'),
(1394, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php'),
(1395, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php'),
(1396, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php'),
(1397, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php'),
(1398, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php'),
(1399, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php'),
(1400, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php'),
(1401, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php'),
(1402, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php'),
(1403, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php'),
(1404, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php'),
(1405, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php'),
(1406, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php'),
(1407, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php'),
(1408, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php'),
(1409, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php'),
(1410, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php'),
(1411, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php'),
(1412, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php'),
(1413, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php'),
(1414, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php'),
(1415, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php'),
(1416, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php'),
(1417, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php'),
(1418, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php'),
(1419, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php'),
(1420, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php'),
(1421, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php'),
(1422, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php'),
(1423, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php'),
(1424, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php'),
(1425, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php'),
(1426, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php'),
(1427, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php'),
(1428, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php'),
(1429, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php'),
(1430, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php'),
(1431, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php'),
(1432, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php'),
(1433, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php'),
(1434, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php'),
(1435, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php'),
(1436, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php'),
(1437, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php'),
(1438, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php'),
(1439, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php'),
(1440, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php'),
(1441, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php'),
(1442, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php'),
(1443, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php'),
(1444, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php'),
(1445, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php'),
(1446, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php'),
(1447, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php'),
(1448, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php'),
(1449, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php'),
(1450, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php'),
(1451, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php'),
(1452, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php'),
(1453, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php'),
(1454, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php'),
(1455, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php'),
(1456, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php'),
(1457, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php'),
(1458, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php'),
(1459, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php'),
(1460, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php'),
(1461, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php'),
(1462, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php'),
(1463, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php'),
(1464, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php'),
(1465, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php'),
(1466, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php'),
(1467, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php'),
(1468, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php'),
(1469, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php'),
(1470, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php'),
(1471, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php'),
(1472, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php'),
(1473, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php'),
(1474, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php'),
(1475, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php'),
(1476, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php'),
(1477, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php'),
(1478, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php'),
(1479, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php'),
(1480, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php'),
(1481, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php'),
(1482, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php'),
(1483, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php'),
(1484, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php'),
(1485, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php'),
(1486, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php'),
(1487, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php'),
(1488, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php'),
(1489, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php'),
(1490, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php'),
(1491, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php'),
(1492, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php'),
(1493, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php'),
(1494, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php'),
(1495, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php'),
(1496, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php'),
(1497, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php'),
(1498, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php'),
(1499, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php'),
(1500, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php'),
(1501, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php'),
(1502, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php'),
(1503, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php'),
(1504, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php'),
(1505, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php'),
(1506, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php'),
(1507, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php'),
(1508, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php'),
(1509, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php'),
(1510, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php'),
(1511, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php'),
(1512, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php'),
(1513, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php'),
(1514, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php'),
(1515, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php'),
(1516, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php'),
(1517, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php'),
(1518, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php'),
(1519, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php'),
(1520, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php'),
(1521, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php'),
(1522, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php'),
(1523, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php'),
(1524, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php'),
(1525, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php'),
(1526, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php'),
(1527, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php'),
(1528, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php'),
(1529, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec.php'),
(1530, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php'),
(1531, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php'),
(1532, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php'),
(1533, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php'),
(1534, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php'),
(1535, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php'),
(1536, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php'),
(1537, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php'),
(1538, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php'),
(1539, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php'),
(1540, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php'),
(1541, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/autoload.php', 'wp-content/plugins/amp/vendor/autoload.php'),
(1542, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/ClassLoader.php', 'wp-content/plugins/amp/vendor/composer/ClassLoader.php'),
(1543, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/InstalledVersions.php', 'wp-content/plugins/amp/vendor/composer/InstalledVersions.php'),
(1544, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/LICENSE', 'wp-content/plugins/amp/vendor/composer/LICENSE'),
(1545, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_classmap.php', 'wp-content/plugins/amp/vendor/composer/autoload_classmap.php'),
(1546, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_files.php', 'wp-content/plugins/amp/vendor/composer/autoload_files.php'),
(1547, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/amp/vendor/composer/autoload_namespaces.php'),
(1548, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_psr4.php', 'wp-content/plugins/amp/vendor/composer/autoload_psr4.php'),
(1549, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_real.php', 'wp-content/plugins/amp/vendor/composer/autoload_real.php'),
(1550, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/autoload_static.php', 'wp-content/plugins/amp/vendor/composer/autoload_static.php'),
(1551, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/installed.json', 'wp-content/plugins/amp/vendor/composer/installed.json'),
(1552, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/installed.php', 'wp-content/plugins/amp/vendor/composer/installed.php'),
(1553, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/composer/platform_check.php', 'wp-content/plugins/amp/vendor/composer/platform_check.php'),
(1554, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php'),
(1555, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php'),
(1556, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php'),
(1557, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php'),
(1558, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php'),
(1559, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php'),
(1560, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php'),
(1561, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/Document.php'),
(1562, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php'),
(1563, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Comment.php'),
(1564, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php'),
(1565, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormat.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormat.php'),
(1566, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormatter.php'),
(1567, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parser.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parser.php'),
(1568, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php'),
(1569, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php'),
(1570, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php'),
(1571, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php'),
(1572, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php'),
(1573, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php'),
(1574, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/AtRule.php'),
(1575, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php'),
(1576, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Charset.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Charset.php'),
(1577, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Import.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Import.php'),
(1578, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php'),
(1579, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Selector.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Selector.php'),
(1580, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Renderable.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Renderable.php'),
(1581, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Rule/Rule.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Rule/Rule.php'),
(1582, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php'),
(1583, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php'),
(1584, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php'),
(1585, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Settings.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Settings.php'),
(1586, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php'),
(1587, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSString.php'),
(1588, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php'),
(1589, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php'),
(1590, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Color.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Color.php'),
(1591, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Expression.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Expression.php'),
(1592, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/LineName.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/LineName.php'),
(1593, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php'),
(1594, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php'),
(1595, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Size.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Size.php'),
(1596, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/URL.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/URL.php'),
(1597, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Value.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Value.php'),
(1598, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/ValueList.php'),
(1599, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Exception/StreamBufferTooSmallException.php', 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Exception/StreamBufferTooSmallException.php'),
(1600, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php', 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php'),
(1601, '/home/abt90iranbet/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php', 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php'),
(1602, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css', 'wp-content/plugins/disable-gutenberg/css/font-icons.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1603, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/css/settings.css', 'wp-content/plugins/disable-gutenberg/css/settings.css'),
(1604, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php', 'wp-content/plugins/disable-gutenberg/disable-gutenberg.php'),
(1605, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot'),
(1606, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg'),
(1607, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf'),
(1608, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff'),
(1609, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2'),
(1610, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/img/sun-icon.png', 'wp-content/plugins/disable-gutenberg/img/sun-icon.png'),
(1611, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php', 'wp-content/plugins/disable-gutenberg/inc/classic-editor.php'),
(1612, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php', 'wp-content/plugins/disable-gutenberg/inc/plugin-core.php'),
(1613, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php', 'wp-content/plugins/disable-gutenberg/inc/plugin-features.php'),
(1614, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', 'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php'),
(1615, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', 'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php'),
(1616, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php', 'wp-content/plugins/disable-gutenberg/inc/settings-display.php'),
(1617, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php', 'wp-content/plugins/disable-gutenberg/inc/settings-register.php'),
(1618, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php', 'wp-content/plugins/disable-gutenberg/inc/settings-reset.php'),
(1619, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/js/settings.js', 'wp-content/plugins/disable-gutenberg/js/settings.js'),
(1620, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', 'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot'),
(1621, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/readme.txt', 'wp-content/plugins/disable-gutenberg/readme.txt'),
(1622, '/home/abt90iranbet/public_html/wp-content/plugins/disable-gutenberg/uninstall.php', 'wp-content/plugins/disable-gutenberg/uninstall.php'),
(1623, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php', 'wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php'),
(1624, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/app.php', 'wp-content/plugins/elementor/app/app.php'),
(1625, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php'),
(1626, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php'),
(1627, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php'),
(1628, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php', 'wp-content/plugins/elementor/app/modules/import-export/module.php'),
(1629, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/export.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/export.php'),
(1630, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/import.php'),
(1631, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/revert.php'),
(1632, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php'),
(1633, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php'),
(1634, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php'),
(1635, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php'),
(1636, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php'),
(1637, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php'),
(1638, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php'),
(1639, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php'),
(1640, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php'),
(1641, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php'),
(1642, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php'),
(1643, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php'),
(1644, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php'),
(1645, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php'),
(1646, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php'),
(1647, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php'),
(1648, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php'),
(1649, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php'),
(1650, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php'),
(1651, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php'),
(1652, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php'),
(1653, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php'),
(1654, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/usage.php', 'wp-content/plugins/elementor/app/modules/import-export/usage.php'),
(1655, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/utils.php', 'wp-content/plugins/elementor/app/modules/import-export/utils.php'),
(1656, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', 'wp-content/plugins/elementor/app/modules/import-export/wp-cli.php'),
(1657, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php', 'wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php'),
(1658, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php'),
(1659, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php'),
(1660, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php'),
(1661, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php'),
(1662, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/repository.php'),
(1663, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php'),
(1664, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php', 'wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php'),
(1665, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/kit-library/module.php', 'wp-content/plugins/elementor/app/modules/kit-library/module.php'),
(1666, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/onboarding/module.php', 'wp-content/plugins/elementor/app/modules/onboarding/module.php'),
(1667, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/modules/site-editor/module.php', 'wp-content/plugins/elementor/app/modules/site-editor/module.php'),
(1668, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/app/view.php', 'wp-content/plugins/elementor/app/view.php'),
(1669, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css', 'wp-content/plugins/elementor/assets/css/admin-rtl.css'),
(1670, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css', 'wp-content/plugins/elementor/assets/css/admin-rtl.min.css'),
(1671, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css'),
(1672, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css'),
(1673, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar.css'),
(1674, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar.min.css'),
(1675, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin.css', 'wp-content/plugins/elementor/assets/css/admin.css'),
(1676, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/admin.min.css', 'wp-content/plugins/elementor/assets/css/admin.min.css'),
(1677, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.css', 'wp-content/plugins/elementor/assets/css/app-base-rtl.css'),
(1678, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/app-base-rtl.min.css'),
(1679, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base.css', 'wp-content/plugins/elementor/assets/css/app-base.css'),
(1680, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-base.min.css', 'wp-content/plugins/elementor/assets/css/app-base.min.css'),
(1681, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-rtl.css', 'wp-content/plugins/elementor/assets/css/app-rtl.css'),
(1682, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app-rtl.min.css', 'wp-content/plugins/elementor/assets/css/app-rtl.min.css'),
(1683, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app.css', 'wp-content/plugins/elementor/assets/css/app.css'),
(1684, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/app.min.css', 'wp-content/plugins/elementor/assets/css/app.min.css'),
(1685, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css', 'wp-content/plugins/elementor/assets/css/common-rtl.css'),
(1686, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css', 'wp-content/plugins/elementor/assets/css/common-rtl.min.css'),
(1687, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common.css', 'wp-content/plugins/elementor/assets/css/common.css'),
(1688, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/common.min.css', 'wp-content/plugins/elementor/assets/css/common.min.css'),
(1689, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.css'),
(1690, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css'),
(1691, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css', 'wp-content/plugins/elementor/assets/css/editor-preview.css'),
(1692, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css', 'wp-content/plugins/elementor/assets/css/editor-preview.min.css'),
(1693, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css', 'wp-content/plugins/elementor/assets/css/editor-rtl.css'),
(1694, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/editor-rtl.min.css'),
(1695, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-v2-overrides.css', 'wp-content/plugins/elementor/assets/css/editor-v2-overrides.css'),
(1696, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css', 'wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css'),
(1697, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor.css', 'wp-content/plugins/elementor/assets/css/editor.css'),
(1698, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/editor.min.css', 'wp-content/plugins/elementor/assets/css/editor.min.css'),
(1699, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css', 'wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css'),
(1700, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css', 'wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css'),
(1701, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.css', 'wp-content/plugins/elementor/assets/css/frontend-lite.css'),
(1702, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.min.css', 'wp-content/plugins/elementor/assets/css/frontend-lite.min.css'),
(1703, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css', 'wp-content/plugins/elementor/assets/css/frontend-rtl.css'),
(1704, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', 'wp-content/plugins/elementor/assets/css/frontend-rtl.min.css'),
(1705, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend.css', 'wp-content/plugins/elementor/assets/css/frontend.css'),
(1706, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css', 'wp-content/plugins/elementor/assets/css/frontend.min.css'),
(1707, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/editor.css', 'wp-content/plugins/elementor/assets/css/modules/ai/editor.css'),
(1708, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css'),
(1709, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css', 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css'),
(1710, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css', 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css'),
(1711, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css', 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css'),
(1712, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css', 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css'),
(1713, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.css', 'wp-content/plugins/elementor/assets/css/modules/apps/admin.css'),
(1714, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css', 'wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css'),
(1715, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css', 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css'),
(1716, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css'),
(1717, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css', 'wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css'),
(1718, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css', 'wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css'),
(1719, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.css', 'wp-content/plugins/elementor/assets/css/modules/notes/editor.css'),
(1720, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css'),
(1721, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css', 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css'),
(1722, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css', 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css'),
(1723, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.css', 'wp-content/plugins/elementor/assets/css/responsive-bar.css'),
(1724, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.min.css', 'wp-content/plugins/elementor/assets/css/responsive-bar.min.css'),
(1725, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css'),
(1726, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css'),
(1727, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-lite.css'),
(1728, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css'),
(1729, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css'),
(1730, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css'),
(1731, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css', 'wp-content/plugins/elementor/assets/css/templates/frontend.css'),
(1732, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend.min.css'),
(1733, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css'),
(1734, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css'),
(1735, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css'),
(1736, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css'),
(1737, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css'),
(1738, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css'),
(1739, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css'),
(1740, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css'),
(1741, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css'),
(1742, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css'),
(1743, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css'),
(1744, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css'),
(1745, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css'),
(1746, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css'),
(1747, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css'),
(1748, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css'),
(1749, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css'),
(1750, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css'),
(1751, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css'),
(1752, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css'),
(1753, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-dark.css', 'wp-content/plugins/elementor/assets/css/theme-dark.css'),
(1754, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-dark.min.css', 'wp-content/plugins/elementor/assets/css/theme-dark.min.css'),
(1755, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-light.css', 'wp-content/plugins/elementor/assets/css/theme-light.css'),
(1756, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/theme-light.min.css', 'wp-content/plugins/elementor/assets/css/theme-light.min.css'),
(1757, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css'),
(1758, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-accordion.min.css', 'wp-content/plugins/elementor/assets/css/widget-accordion.min.css'),
(1759, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css'),
(1760, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-alert.min.css', 'wp-content/plugins/elementor/assets/css/widget-alert.min.css'),
(1761, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css'),
(1762, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-counter.min.css', 'wp-content/plugins/elementor/assets/css/widget-counter.min.css'),
(1763, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css'),
(1764, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-divider.min.css', 'wp-content/plugins/elementor/assets/css/widget-divider.min.css'),
(1765, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css'),
(1766, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', 'wp-content/plugins/elementor/assets/css/widget-google_maps.min.css'),
(1767, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css'),
(1768, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-heading.min.css', 'wp-content/plugins/elementor/assets/css/widget-heading.min.css'),
(1769, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css'),
(1770, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-box.min.css'),
(1771, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css'),
(1772, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-list.min.css'),
(1773, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css'),
(1774, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-box.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-box.min.css'),
(1775, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css'),
(1776, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css'),
(1777, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css'),
(1778, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css'),
(1779, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css'),
(1780, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-image.min.css', 'wp-content/plugins/elementor/assets/css/widget-image.min.css'),
(1781, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css'),
(1782, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', 'wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css'),
(1783, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css'),
(1784, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-progress.min.css', 'wp-content/plugins/elementor/assets/css/widget-progress.min.css'),
(1785, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css'),
(1786, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-rating.min.css', 'wp-content/plugins/elementor/assets/css/widget-rating.min.css'),
(1787, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css'),
(1788, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', 'wp-content/plugins/elementor/assets/css/widget-social-icons.min.css'),
(1789, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css'),
(1790, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-spacer.min.css', 'wp-content/plugins/elementor/assets/css/widget-spacer.min.css'),
(1791, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css'),
(1792, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', 'wp-content/plugins/elementor/assets/css/widget-star-rating.min.css'),
(1793, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css'),
(1794, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-tabs.min.css', 'wp-content/plugins/elementor/assets/css/widget-tabs.min.css'),
(1795, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css'),
(1796, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', 'wp-content/plugins/elementor/assets/css/widget-testimonial.min.css'),
(1797, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css'),
(1798, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-editor.min.css'),
(1799, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css'),
(1800, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-toggle.min.css', 'wp-content/plugins/elementor/assets/css/widget-toggle.min.css'),
(1801, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css'),
(1802, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/css/widget-video.min.css', 'wp-content/plugins/elementor/assets/css/widget-video.min.css'),
(1803, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/data/responsive-widgets.json', 'wp-content/plugins/elementor/assets/data/responsive-widgets.json'),
(1804, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/announcement.png', 'wp-content/plugins/elementor/assets/images/announcement.png'),
(1805, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg'),
(1806, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg'),
(1807, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg'),
(1808, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg'),
(1809, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg'),
(1810, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg'),
(1811, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg'),
(1812, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg'),
(1813, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg'),
(1814, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/header.svg'),
(1815, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/product.svg'),
(1816, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/products.svg'),
(1817, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg'),
(1818, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg'),
(1819, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg'),
(1820, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/blur.png', 'wp-content/plugins/elementor/assets/images/blur.png'),
(1821, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/containers-announcement.png', 'wp-content/plugins/elementor/assets/images/containers-announcement.png'),
(1822, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/contrast.png', 'wp-content/plugins/elementor/assets/images/contrast.png'),
(1823, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/eyedropper.svg', 'wp-content/plugins/elementor/assets/images/eyedropper.svg'),
(1824, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', 'wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg'),
(1825, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/go-pro.svg', 'wp-content/plugins/elementor/assets/images/go-pro.svg'),
(1826, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/information.svg', 'wp-content/plugins/elementor/assets/images/information.svg'),
(1827, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-1.png', 'wp-content/plugins/elementor/assets/images/library-connect/left-1.png'),
(1828, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-2.png', 'wp-content/plugins/elementor/assets/images/library-connect/left-2.png'),
(1829, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-1.png', 'wp-content/plugins/elementor/assets/images/library-connect/right-1.png'),
(1830, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png', 'wp-content/plugins/elementor/assets/images/library-connect/right-2.png'),
(1831, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png', 'wp-content/plugins/elementor/assets/images/logo-icon.png'),
(1832, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg', 'wp-content/plugins/elementor/assets/images/logo-panel.svg'),
(1833, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/logo-platform.svg', 'wp-content/plugins/elementor/assets/images/logo-platform.svg'),
(1834, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/no-search-results.svg', 'wp-content/plugins/elementor/assets/images/no-search-results.svg'),
(1835, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/placeholder.png', 'wp-content/plugins/elementor/assets/images/placeholder.png'),
(1836, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/images/unlock-sticky.svg', 'wp-content/plugins/elementor/assets/images/unlock-sticky.svg'),
(1837, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/040b7af5d80abfa2be44.bundle.js', 'wp-content/plugins/elementor/assets/js/040b7af5d80abfa2be44.bundle.js'),
(1838, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js', 'wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js'),
(1839, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/081ef1d595d61b745bca.bundle.min.js.LICENSE.txt'),
(1840, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/08fb6203eac56d9441a9.bundle.min.js', 'wp-content/plugins/elementor/assets/js/08fb6203eac56d9441a9.bundle.min.js'),
(1841, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js', 'wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js'),
(1842, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js', 'wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js'),
(1843, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/4fdaa70e951ad90db2f2.bundle.min.js', 'wp-content/plugins/elementor/assets/js/4fdaa70e951ad90db2f2.bundle.min.js'),
(1844, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/79d91b3af4aa6bc1c967.bundle.min.js', 'wp-content/plugins/elementor/assets/js/79d91b3af4aa6bc1c967.bundle.min.js'),
(1845, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/906cf49fecec599e1a67.bundle.min.js', 'wp-content/plugins/elementor/assets/js/906cf49fecec599e1a67.bundle.min.js'),
(1846, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/a493d490206d9432cc8b.bundle.js', 'wp-content/plugins/elementor/assets/js/a493d490206d9432cc8b.bundle.js'),
(1847, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js', 'wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js'),
(1848, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ab59172d5784d868ebd9.bundle.min.js', 'wp-content/plugins/elementor/assets/js/ab59172d5784d868ebd9.bundle.min.js'),
(1849, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js', 'wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js'),
(1850, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js', 'wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js'),
(1851, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.js'),
(1852, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.min.js'),
(1853, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-modules.js', 'wp-content/plugins/elementor/assets/js/admin-modules.js'),
(1854, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js', 'wp-content/plugins/elementor/assets/js/admin-modules.min.js'),
(1855, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt'),
(1856, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.js'),
(1857, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.min.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js'),
(1858, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.js'),
(1859, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.min.js'),
(1860, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin.js', 'wp-content/plugins/elementor/assets/js/admin.js'),
(1861, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin.min.js', 'wp-content/plugins/elementor/assets/js/admin.min.js'),
(1862, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt'),
(1863, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-admin.js', 'wp-content/plugins/elementor/assets/js/ai-admin.js'),
(1864, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js', 'wp-content/plugins/elementor/assets/js/ai-admin.min.js'),
(1865, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt'),
(1866, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-layout.js', 'wp-content/plugins/elementor/assets/js/ai-layout.js'),
(1867, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js', 'wp-content/plugins/elementor/assets/js/ai-layout.min.js'),
(1868, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt'),
(1869, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai.js', 'wp-content/plugins/elementor/assets/js/ai.js'),
(1870, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai.min.js', 'wp-content/plugins/elementor/assets/js/ai.min.js'),
(1871, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt'),
(1872, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js', 'wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js'),
(1873, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js', 'wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js'),
(1874, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/announcements-app.js', 'wp-content/plugins/elementor/assets/js/announcements-app.js'),
(1875, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js', 'wp-content/plugins/elementor/assets/js/announcements-app.min.js'),
(1876, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt'),
(1877, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-loader.js', 'wp-content/plugins/elementor/assets/js/app-loader.js'),
(1878, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-loader.min.js', 'wp-content/plugins/elementor/assets/js/app-loader.min.js'),
(1879, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-packages.js', 'wp-content/plugins/elementor/assets/js/app-packages.js'),
(1880, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js', 'wp-content/plugins/elementor/assets/js/app-packages.min.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1881, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt'),
(1882, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app.js', 'wp-content/plugins/elementor/assets/js/app.js'),
(1883, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app.min.js', 'wp-content/plugins/elementor/assets/js/app.min.js'),
(1884, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt'),
(1885, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/be69c0d71c69e96d6a96.bundle.min.js', 'wp-content/plugins/elementor/assets/js/be69c0d71c69e96d6a96.bundle.min.js'),
(1886, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js', 'wp-content/plugins/elementor/assets/js/beta-tester.js'),
(1887, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js', 'wp-content/plugins/elementor/assets/js/beta-tester.min.js'),
(1888, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/c1dd514ac8d43fbb6919.bundle.js', 'wp-content/plugins/elementor/assets/js/c1dd514ac8d43fbb6919.bundle.js'),
(1889, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common-modules.js', 'wp-content/plugins/elementor/assets/js/common-modules.js'),
(1890, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js', 'wp-content/plugins/elementor/assets/js/common-modules.min.js'),
(1891, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common.js', 'wp-content/plugins/elementor/assets/js/common.js'),
(1892, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common.min.js', 'wp-content/plugins/elementor/assets/js/common.min.js'),
(1893, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt'),
(1894, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container-converter.js', 'wp-content/plugins/elementor/assets/js/container-converter.js'),
(1895, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container-converter.min.js', 'wp-content/plugins/elementor/assets/js/container-converter.min.js'),
(1896, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js', 'wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js'),
(1897, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js', 'wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js'),
(1898, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js', 'wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js'),
(1899, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js', 'wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js'),
(1900, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/d3bdd130eb38d3b07f85.bundle.js', 'wp-content/plugins/elementor/assets/js/d3bdd130eb38d3b07f85.bundle.js'),
(1901, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/dev-tools.js', 'wp-content/plugins/elementor/assets/js/dev-tools.js'),
(1902, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/dev-tools.min.js', 'wp-content/plugins/elementor/assets/js/dev-tools.min.js'),
(1903, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js', 'wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js'),
(1904, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-document.js', 'wp-content/plugins/elementor/assets/js/editor-document.js'),
(1905, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js', 'wp-content/plugins/elementor/assets/js/editor-document.min.js'),
(1906, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.js'),
(1907, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js'),
(1908, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.js'),
(1909, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js'),
(1910, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.js'),
(1911, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js'),
(1912, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js', 'wp-content/plugins/elementor/assets/js/editor-modules.js'),
(1913, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js', 'wp-content/plugins/elementor/assets/js/editor-modules.min.js'),
(1914, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt'),
(1915, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.js'),
(1916, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.min.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js'),
(1917, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor.js', 'wp-content/plugins/elementor/assets/js/editor.js'),
(1918, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor.min.js', 'wp-content/plugins/elementor/assets/js/editor.min.js'),
(1919, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt'),
(1920, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.js'),
(1921, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js'),
(1922, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt'),
(1923, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.js'),
(1924, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js'),
(1925, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/f9b37afff6a65f7b9541.bundle.js', 'wp-content/plugins/elementor/assets/js/f9b37afff6a65f7b9541.bundle.js'),
(1926, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js', 'wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js'),
(1927, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js', 'wp-content/plugins/elementor/assets/js/frontend-modules.js'),
(1928, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js', 'wp-content/plugins/elementor/assets/js/frontend-modules.min.js'),
(1929, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend.js', 'wp-content/plugins/elementor/assets/js/frontend.js'),
(1930, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js', 'wp-content/plugins/elementor/assets/js/frontend.min.js'),
(1931, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js', 'wp-content/plugins/elementor/assets/js/gutenberg.js'),
(1932, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js', 'wp-content/plugins/elementor/assets/js/gutenberg.min.js'),
(1933, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js', 'wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js'),
(1934, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js', 'wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js'),
(1935, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.js'),
(1936, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.min.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.min.js'),
(1937, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js'),
(1938, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js'),
(1939, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt'),
(1940, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js', 'wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js'),
(1941, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/kit-library.fa1bd4bf32021742c7f0.bundle.min.js', 'wp-content/plugins/elementor/assets/js/kit-library.fa1bd4bf32021742c7f0.bundle.min.js'),
(1942, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/lightbox.1b6e05e0607040eb8929.bundle.min.js', 'wp-content/plugins/elementor/assets/js/lightbox.1b6e05e0607040eb8929.bundle.min.js'),
(1943, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/lightbox.755daee67033f198467b.bundle.js', 'wp-content/plugins/elementor/assets/js/lightbox.755daee67033f198467b.bundle.js'),
(1944, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.js'),
(1945, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js'),
(1946, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt'),
(1947, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-elements.js', 'wp-content/plugins/elementor/assets/js/nested-elements.js'),
(1948, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-elements.min.js', 'wp-content/plugins/elementor/assets/js/nested-elements.min.js'),
(1949, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.js'),
(1950, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js'),
(1951, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt'),
(1952, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/new-template.js', 'wp-content/plugins/elementor/assets/js/new-template.js'),
(1953, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js', 'wp-content/plugins/elementor/assets/js/new-template.min.js'),
(1954, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/notes.js', 'wp-content/plugins/elementor/assets/js/notes.js'),
(1955, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/notes.min.js', 'wp-content/plugins/elementor/assets/js/notes.min.js'),
(1956, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/onboarding.94a8ac732fd1698fee56.bundle.min.js', 'wp-content/plugins/elementor/assets/js/onboarding.94a8ac732fd1698fee56.bundle.min.js'),
(1957, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/onboarding.f2f8af9f7327abc100f1.bundle.js', 'wp-content/plugins/elementor/assets/js/onboarding.f2f8af9f7327abc100f1.bundle.js'),
(1958, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php'),
(1959, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js'),
(1960, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt'),
(1961, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js'),
(1962, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js'),
(1963, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php'),
(1964, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js'),
(1965, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt'),
(1966, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js'),
(1967, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js'),
(1968, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php'),
(1969, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js'),
(1970, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt'),
(1971, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js'),
(1972, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js'),
(1973, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php'),
(1974, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js'),
(1975, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt'),
(1976, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js'),
(1977, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js'),
(1978, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php'),
(1979, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js'),
(1980, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt'),
(1981, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js'),
(1982, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js'),
(1983, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php'),
(1984, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js'),
(1985, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt'),
(1986, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js'),
(1987, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js'),
(1988, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php'),
(1989, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js'),
(1990, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt'),
(1991, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js'),
(1992, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js'),
(1993, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php'),
(1994, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js'),
(1995, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt'),
(1996, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js'),
(1997, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js'),
(1998, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.asset.php', 'wp-content/plugins/elementor/assets/js/packages/env/env.asset.php'),
(1999, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.js'),
(2000, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt'),
(2001, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.min.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.min.js'),
(2002, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.strings.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.strings.js'),
(2003, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php'),
(2004, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js'),
(2005, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt'),
(2006, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js'),
(2007, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js'),
(2008, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php'),
(2009, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js'),
(2010, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt'),
(2011, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js'),
(2012, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js'),
(2013, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', 'wp-content/plugins/elementor/assets/js/packages/query/query.asset.php'),
(2014, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.js'),
(2015, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt'),
(2016, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.min.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js'),
(2017, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.strings.js'),
(2018, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.asset.php', 'wp-content/plugins/elementor/assets/js/packages/store/store.asset.php'),
(2019, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.js'),
(2020, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt'),
(2021, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js'),
(2022, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt'),
(2023, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.strings.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.strings.js'),
(2024, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php'),
(2025, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js'),
(2026, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt'),
(2027, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js'),
(2028, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt'),
(2029, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js'),
(2030, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.js', 'wp-content/plugins/elementor/assets/js/preloaded-modules.js'),
(2031, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js', 'wp-content/plugins/elementor/assets/js/preloaded-modules.min.js'),
(2032, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/progress.553d43a5b3903206bedc.bundle.js', 'wp-content/plugins/elementor/assets/js/progress.553d43a5b3903206bedc.bundle.js'),
(2033, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js', 'wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js'),
(2034, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.js'),
(2035, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.min.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.min.js'),
(2036, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js'),
(2037, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js'),
(2038, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt'),
(2039, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide.js', 'wp-content/plugins/elementor/assets/js/styleguide.js'),
(2040, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/styleguide.min.js', 'wp-content/plugins/elementor/assets/js/styleguide.min.js'),
(2041, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js', 'wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js'),
(2042, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js'),
(2043, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js', 'wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js'),
(2044, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js', 'wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js'),
(2045, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-path.b50b3e74488a4e302613.bundle.min.js', 'wp-content/plugins/elementor/assets/js/text-path.b50b3e74488a4e302613.bundle.min.js'),
(2046, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/text-path.bfa8a1f6fcf6c803aaa9.bundle.js', 'wp-content/plugins/elementor/assets/js/text-path.bfa8a1f6fcf6c803aaa9.bundle.js'),
(2047, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js', 'wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js'),
(2048, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js', 'wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js'),
(2049, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/video.bb330f394f46f2666bc1.bundle.js', 'wp-content/plugins/elementor/assets/js/video.bb330f394f46f2666bc1.bundle.js'),
(2050, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/video.fea4f8dfdf17262f23e8.bundle.min.js', 'wp-content/plugins/elementor/assets/js/video.fea4f8dfdf17262f23e8.bundle.min.js'),
(2051, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/web-cli.js', 'wp-content/plugins/elementor/assets/js/web-cli.js'),
(2052, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js', 'wp-content/plugins/elementor/assets/js/web-cli.min.js'),
(2053, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt'),
(2054, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.js', 'wp-content/plugins/elementor/assets/js/webpack.runtime.js'),
(2055, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', 'wp-content/plugins/elementor/assets/js/webpack.runtime.min.js'),
(2056, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js', 'wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js'),
(2057, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js', 'wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js'),
(2058, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', 'wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json'),
(2059, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css', 'wp-content/plugins/elementor/assets/lib/animate.css/animate.css'),
(2060, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css', 'wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css'),
(2061, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css', 'wp-content/plugins/elementor/assets/lib/animations/animations.min.css'),
(2062, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js'),
(2063, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js'),
(2064, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js'),
(2065, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js'),
(2066, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js', 'wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js'),
(2067, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js', 'wp-content/plugins/elementor/assets/lib/dialog/dialog.js'),
(2068, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', 'wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js'),
(2069, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css', 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css'),
(2070, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css', 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css'),
(2071, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js', 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js'),
(2072, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js', 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js'),
(2073, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css'),
(2074, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css', 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css'),
(2075, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js', 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js'),
(2076, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js'),
(2077, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css'),
(2078, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css'),
(2079, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/eicons.json', 'wp-content/plugins/elementor/assets/lib/eicons/eicons.json'),
(2080, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot'),
(2081, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg'),
(2082, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf'),
(2083, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff'),
(2084, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2'),
(2085, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css'),
(2086, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js'),
(2087, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css'),
(2088, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js'),
(2089, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css'),
(2090, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css'),
(2091, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css'),
(2092, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css'),
(2093, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css'),
(2094, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css'),
(2095, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css'),
(2096, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css'),
(2097, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css'),
(2098, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css'),
(2099, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css'),
(2100, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css'),
(2101, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css'),
(2102, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css'),
(2103, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css'),
(2104, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css'),
(2105, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf'),
(2106, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot'),
(2107, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg'),
(2108, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf'),
(2109, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff'),
(2110, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2'),
(2111, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js'),
(2112, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js'),
(2113, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js'),
(2114, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js'),
(2115, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js'),
(2116, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json'),
(2117, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json'),
(2118, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json'),
(2119, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js'),
(2120, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot'),
(2121, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg'),
(2122, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf'),
(2123, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff'),
(2124, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2'),
(2125, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot'),
(2126, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg'),
(2127, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf'),
(2128, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff'),
(2129, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2'),
(2130, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot'),
(2131, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg'),
(2132, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf'),
(2133, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff'),
(2134, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2'),
(2135, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css', 'wp-content/plugins/elementor/assets/lib/hover/hover.css'),
(2136, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.min.css', 'wp-content/plugins/elementor/assets/lib/hover/hover.min.css'),
(2137, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js'),
(2138, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js'),
(2139, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js', 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js'),
(2140, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js'),
(2141, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js'),
(2142, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js', 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js'),
(2143, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js'),
(2144, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js'),
(2145, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2146, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js', 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js'),
(2147, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js'),
(2148, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js'),
(2149, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js'),
(2150, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js'),
(2151, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js'),
(2152, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js', 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js'),
(2153, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', 'wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js'),
(2154, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', 'wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css'),
(2155, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js', 'wp-content/plugins/elementor/assets/lib/share-link/share-link.js'),
(2156, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js', 'wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js'),
(2157, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css', 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css'),
(2158, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css', 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css'),
(2159, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js', 'wp-content/plugins/elementor/assets/lib/swiper/swiper.js'),
(2160, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js', 'wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js'),
(2161, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css'),
(2162, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css', 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css'),
(2163, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js', 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js'),
(2164, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js', 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js'),
(2165, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js'),
(2166, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js', 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js'),
(2167, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js', 'wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js'),
(2168, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js', 'wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js'),
(2169, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js', 'wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js'),
(2170, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/blob.svg', 'wp-content/plugins/elementor/assets/mask-shapes/blob.svg'),
(2171, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/circle.svg', 'wp-content/plugins/elementor/assets/mask-shapes/circle.svg'),
(2172, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/flower.svg', 'wp-content/plugins/elementor/assets/mask-shapes/flower.svg'),
(2173, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', 'wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg'),
(2174, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg', 'wp-content/plugins/elementor/assets/mask-shapes/sketch.svg'),
(2175, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', 'wp-content/plugins/elementor/assets/mask-shapes/triangle.svg'),
(2176, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', 'wp-content/plugins/elementor/assets/shapes/arrow-negative.svg'),
(2177, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg', 'wp-content/plugins/elementor/assets/shapes/arrow.svg'),
(2178, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg', 'wp-content/plugins/elementor/assets/shapes/book-negative.svg'),
(2179, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/book.svg', 'wp-content/plugins/elementor/assets/shapes/book.svg'),
(2180, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', 'wp-content/plugins/elementor/assets/shapes/clouds-negative.svg'),
(2181, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg', 'wp-content/plugins/elementor/assets/shapes/clouds.svg'),
(2182, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg'),
(2183, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg'),
(2184, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve-negative.svg', 'wp-content/plugins/elementor/assets/shapes/curve-negative.svg'),
(2185, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg', 'wp-content/plugins/elementor/assets/shapes/curve.svg'),
(2186, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg', 'wp-content/plugins/elementor/assets/shapes/drops-negative.svg'),
(2187, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg', 'wp-content/plugins/elementor/assets/shapes/drops.svg'),
(2188, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg', 'wp-content/plugins/elementor/assets/shapes/mountains.svg'),
(2189, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', 'wp-content/plugins/elementor/assets/shapes/opacity-fan.svg'),
(2190, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', 'wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg'),
(2191, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', 'wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg'),
(2192, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/pyramids.svg', 'wp-content/plugins/elementor/assets/shapes/pyramids.svg'),
(2193, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg', 'wp-content/plugins/elementor/assets/shapes/split-negative.svg'),
(2194, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/split.svg', 'wp-content/plugins/elementor/assets/shapes/split.svg'),
(2195, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg', 'wp-content/plugins/elementor/assets/shapes/tilt.svg'),
(2196, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg'),
(2197, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg'),
(2198, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-negative.svg'),
(2199, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg', 'wp-content/plugins/elementor/assets/shapes/triangle.svg'),
(2200, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/wave-brush.svg', 'wp-content/plugins/elementor/assets/shapes/wave-brush.svg'),
(2201, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/waves-negative.svg', 'wp-content/plugins/elementor/assets/shapes/waves-negative.svg'),
(2202, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', 'wp-content/plugins/elementor/assets/shapes/waves-pattern.svg'),
(2203, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg', 'wp-content/plugins/elementor/assets/shapes/waves.svg'),
(2204, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/shapes/zigzag.svg', 'wp-content/plugins/elementor/assets/shapes/zigzag.svg'),
(2205, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/arc.svg', 'wp-content/plugins/elementor/assets/svg-paths/arc.svg'),
(2206, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/circle.svg', 'wp-content/plugins/elementor/assets/svg-paths/circle.svg'),
(2207, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/line.svg', 'wp-content/plugins/elementor/assets/svg-paths/line.svg'),
(2208, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/oval.svg', 'wp-content/plugins/elementor/assets/svg-paths/oval.svg'),
(2209, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/spiral.svg', 'wp-content/plugins/elementor/assets/svg-paths/spiral.svg'),
(2210, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/assets/svg-paths/wave.svg', 'wp-content/plugins/elementor/assets/svg-paths/wave.svg'),
(2211, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/changelog.txt', 'wp-content/plugins/elementor/changelog.txt'),
(2212, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php', 'wp-content/plugins/elementor/core/admin/admin-notices.php'),
(2213, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/admin.php', 'wp-content/plugins/elementor/core/admin/admin.php'),
(2214, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php', 'wp-content/plugins/elementor/core/admin/canary-deployment.php'),
(2215, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/feedback.php', 'wp-content/plugins/elementor/core/admin/feedback.php'),
(2216, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php', 'wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php'),
(2217, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/base.php', 'wp-content/plugins/elementor/core/admin/menu/base.php'),
(2218, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php', 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php'),
(2219, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php', 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php'),
(2220, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/menu/main.php', 'wp-content/plugins/elementor/core/admin/menu/main.php'),
(2221, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php', 'wp-content/plugins/elementor/core/admin/notices/base-notice.php'),
(2222, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php', 'wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php'),
(2223, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/admin/ui/components/button.php', 'wp-content/plugins/elementor/core/admin/ui/components/button.php'),
(2224, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/app.php', 'wp-content/plugins/elementor/core/app/app.php'),
(2225, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php', 'wp-content/plugins/elementor/core/app/modules/import-export/module.php'),
(2226, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php', 'wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php'),
(2227, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/module.php', 'wp-content/plugins/elementor/core/app/modules/kit-library/module.php'),
(2228, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/app/modules/onboarding/module.php', 'wp-content/plugins/elementor/core/app/modules/onboarding/module.php'),
(2229, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/app.php', 'wp-content/plugins/elementor/core/base/app.php'),
(2230, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php', 'wp-content/plugins/elementor/core/base/background-process/wp-async-request.php'),
(2231, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php', 'wp-content/plugins/elementor/core/base/background-process/wp-background-process.php'),
(2232, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php', 'wp-content/plugins/elementor/core/base/background-task-manager.php'),
(2233, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/background-task.php', 'wp-content/plugins/elementor/core/base/background-task.php'),
(2234, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/base-object.php', 'wp-content/plugins/elementor/core/base/base-object.php'),
(2235, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 'wp-content/plugins/elementor/core/base/db-upgrades-manager.php'),
(2236, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/document.php', 'wp-content/plugins/elementor/core/base/document.php'),
(2237, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php', 'wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php'),
(2238, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php', 'wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php'),
(2239, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/base/module.php', 'wp-content/plugins/elementor/core/base/module.php'),
(2240, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php', 'wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php'),
(2241, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/breakpoints/breakpoint.php', 'wp-content/plugins/elementor/core/breakpoints/breakpoint.php'),
(2242, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/breakpoints/manager.php', 'wp-content/plugins/elementor/core/breakpoints/manager.php'),
(2243, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/app.php', 'wp-content/plugins/elementor/core/common/app.php'),
(2244, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php', 'wp-content/plugins/elementor/core/common/modules/ajax/module.php'),
(2245, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php', 'wp-content/plugins/elementor/core/common/modules/connect/admin.php'),
(2246, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php'),
(2247, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php'),
(2248, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php'),
(2249, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php'),
(2250, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/library.php'),
(2251, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php', 'wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php'),
(2252, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php', 'wp-content/plugins/elementor/core/common/modules/connect/module.php'),
(2253, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php'),
(2254, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/db.php'),
(2255, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/module.php'),
(2256, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php'),
(2257, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 'wp-content/plugins/elementor/core/common/modules/finder/base-category.php'),
(2258, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/create.php'),
(2259, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php'),
(2260, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/general.php'),
(2261, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php'),
(2262, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/site.php'),
(2263, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php'),
(2264, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php'),
(2265, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php', 'wp-content/plugins/elementor/core/common/modules/finder/module.php'),
(2266, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php', 'wp-content/plugins/elementor/core/common/modules/finder/template.php'),
(2267, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php', 'wp-content/plugins/elementor/core/debug/classes/htaccess.php'),
(2268, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php', 'wp-content/plugins/elementor/core/debug/classes/inspection-base.php'),
(2269, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 'wp-content/plugins/elementor/core/debug/classes/theme-missing.php'),
(2270, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/inspector.php', 'wp-content/plugins/elementor/core/debug/inspector.php'),
(2271, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 'wp-content/plugins/elementor/core/debug/loading-inspection-manager.php'),
(2272, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/document-types/page-base.php', 'wp-content/plugins/elementor/core/document-types/page-base.php'),
(2273, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/document-types/page.php', 'wp-content/plugins/elementor/core/document-types/page.php'),
(2274, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/document-types/post.php', 'wp-content/plugins/elementor/core/document-types/post.php'),
(2275, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/documents-manager.php', 'wp-content/plugins/elementor/core/documents-manager.php'),
(2276, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/base-tag.php'),
(2277, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/data-tag.php'),
(2278, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 'wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php'),
(2279, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php', 'wp-content/plugins/elementor/core/dynamic-tags/manager.php'),
(2280, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/tag.php'),
(2281, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/controller.php', 'wp-content/plugins/elementor/core/editor/data/globals/controller.php'),
(2282, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php'),
(2283, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php'),
(2284, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php'),
(2285, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/editor.php', 'wp-content/plugins/elementor/core/editor/editor.php'),
(2286, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php', 'wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php'),
(2287, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', 'wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php'),
(2288, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', 'wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php'),
(2289, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', 'wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php'),
(2290, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php', 'wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php'),
(2291, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js', 'wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js'),
(2292, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php', 'wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php'),
(2293, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php', 'wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php'),
(2294, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js', 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js'),
(2295, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js', 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js'),
(2296, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss', 'wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss'),
(2297, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php', 'wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php'),
(2298, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php', 'wp-content/plugins/elementor/core/editor/notice-bar.php'),
(2299, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/editor/promotion.php', 'wp-content/plugins/elementor/core/editor/promotion.php'),
(2300, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php', 'wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php'),
(2301, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/experiments-reporter.php', 'wp-content/plugins/elementor/core/experiments/experiments-reporter.php'),
(2302, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/manager.php', 'wp-content/plugins/elementor/core/experiments/manager.php'),
(2303, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/non-existing-dependency.php', 'wp-content/plugins/elementor/core/experiments/non-existing-dependency.php'),
(2304, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/wp-cli.php', 'wp-content/plugins/elementor/core/experiments/wp-cli.php'),
(2305, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php', 'wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php'),
(2306, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', 'wp-content/plugins/elementor/core/files/assets/files-upload-handler.php'),
(2307, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php', 'wp-content/plugins/elementor/core/files/assets/json/json-handler.php'),
(2308, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/manager.php', 'wp-content/plugins/elementor/core/files/assets/manager.php'),
(2309, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 'wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php'),
(2310, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/base.php', 'wp-content/plugins/elementor/core/files/base.php'),
(2311, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/base.php', 'wp-content/plugins/elementor/core/files/css/base.php'),
(2312, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/global-css.php', 'wp-content/plugins/elementor/core/files/css/global-css.php'),
(2313, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/post-local-cache.php', 'wp-content/plugins/elementor/core/files/css/post-local-cache.php'),
(2314, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php', 'wp-content/plugins/elementor/core/files/css/post-preview.php'),
(2315, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/css/post.php', 'wp-content/plugins/elementor/core/files/css/post.php'),
(2316, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/base.php', 'wp-content/plugins/elementor/core/files/file-types/base.php'),
(2317, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/json.php', 'wp-content/plugins/elementor/core/files/file-types/json.php'),
(2318, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/svg.php', 'wp-content/plugins/elementor/core/files/file-types/svg.php'),
(2319, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php', 'wp-content/plugins/elementor/core/files/file-types/zip.php'),
(2320, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/manager.php', 'wp-content/plugins/elementor/core/files/manager.php'),
(2321, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php', 'wp-content/plugins/elementor/core/files/uploads-manager.php'),
(2322, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/frontend/render-mode-manager.php', 'wp-content/plugins/elementor/core/frontend/render-mode-manager.php'),
(2323, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php', 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php'),
(2324, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php', 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php'),
(2325, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/controls/repeater.php', 'wp-content/plugins/elementor/core/kits/controls/repeater.php'),
(2326, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php', 'wp-content/plugins/elementor/core/kits/documents/kit.php'),
(2327, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php'),
(2328, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php'),
(2329, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php'),
(2330, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php'),
(2331, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php'),
(2332, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php'),
(2333, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php'),
(2334, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php'),
(2335, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php'),
(2336, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php'),
(2337, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php'),
(2338, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php'),
(2339, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php'),
(2340, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/manager.php', 'wp-content/plugins/elementor/core/kits/manager.php'),
(2341, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/views/panel.php', 'wp-content/plugins/elementor/core/kits/views/panel.php'),
(2342, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php', 'wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php'),
(2343, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/base.php', 'wp-content/plugins/elementor/core/logger/items/base.php'),
(2344, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/file.php', 'wp-content/plugins/elementor/core/logger/items/file.php'),
(2345, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/js.php', 'wp-content/plugins/elementor/core/logger/items/js.php'),
(2346, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 'wp-content/plugins/elementor/core/logger/items/log-item-interface.php'),
(2347, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/items/php.php', 'wp-content/plugins/elementor/core/logger/items/php.php'),
(2348, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php', 'wp-content/plugins/elementor/core/logger/log-reporter.php'),
(2349, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php', 'wp-content/plugins/elementor/core/logger/loggers/base.php'),
(2350, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php', 'wp-content/plugins/elementor/core/logger/loggers/db.php'),
(2351, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', 'wp-content/plugins/elementor/core/logger/loggers/logger-interface.php'),
(2352, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/logger/manager.php', 'wp-content/plugins/elementor/core/logger/manager.php'),
(2353, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/modules-manager.php', 'wp-content/plugins/elementor/core/modules-manager.php'),
(2354, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/base.php'),
(2355, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php'),
(2356, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php'),
(2357, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php'),
(2358, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php'),
(2359, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php'),
(2360, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php'),
(2361, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/page-assets/loader.php', 'wp-content/plugins/elementor/core/page-assets/loader.php'),
(2362, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php', 'wp-content/plugins/elementor/core/responsive/files/frontend.php'),
(2363, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/responsive/responsive.php', 'wp-content/plugins/elementor/core/responsive/responsive.php'),
(2364, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php', 'wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php'),
(2365, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php', 'wp-content/plugins/elementor/core/role-manager/role-manager.php'),
(2366, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/schemes/color.php', 'wp-content/plugins/elementor/core/schemes/color.php'),
(2367, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/schemes/manager.php', 'wp-content/plugins/elementor/core/schemes/manager.php'),
(2368, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/schemes/typography.php', 'wp-content/plugins/elementor/core/schemes/typography.php'),
(2369, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php', 'wp-content/plugins/elementor/core/settings/base/css-manager.php'),
(2370, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php', 'wp-content/plugins/elementor/core/settings/base/css-model.php'),
(2371, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/manager.php', 'wp-content/plugins/elementor/core/settings/base/manager.php'),
(2372, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/base/model.php', 'wp-content/plugins/elementor/core/settings/base/model.php'),
(2373, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', 'wp-content/plugins/elementor/core/settings/editor-preferences/manager.php'),
(2374, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 'wp-content/plugins/elementor/core/settings/editor-preferences/model.php'),
(2375, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/general/manager.php', 'wp-content/plugins/elementor/core/settings/general/manager.php'),
(2376, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/general/model.php', 'wp-content/plugins/elementor/core/settings/general/model.php'),
(2377, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/manager.php', 'wp-content/plugins/elementor/core/settings/manager.php'),
(2378, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/page/manager.php', 'wp-content/plugins/elementor/core/settings/page/manager.php'),
(2379, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/settings/page/model.php', 'wp-content/plugins/elementor/core/settings/page/model.php'),
(2380, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', 'wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php'),
(2381, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks.php', 'wp-content/plugins/elementor/core/upgrade/custom-tasks.php'),
(2382, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/manager.php', 'wp-content/plugins/elementor/core/upgrade/manager.php'),
(2383, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/task.php', 'wp-content/plugins/elementor/core/upgrade/task.php'),
(2384, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/updater.php', 'wp-content/plugins/elementor/core/upgrade/updater.php'),
(2385, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 'wp-content/plugins/elementor/core/upgrade/upgrade-utils.php'),
(2386, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php', 'wp-content/plugins/elementor/core/upgrade/upgrades.php'),
(2387, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/assets-config-provider.php', 'wp-content/plugins/elementor/core/utils/assets-config-provider.php'),
(2388, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/assets-translation-loader.php', 'wp-content/plugins/elementor/core/utils/assets-translation-loader.php'),
(2389, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/collection.php', 'wp-content/plugins/elementor/core/utils/collection.php'),
(2390, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/exceptions.php', 'wp-content/plugins/elementor/core/utils/exceptions.php'),
(2391, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/force-locale.php', 'wp-content/plugins/elementor/core/utils/force-locale.php'),
(2392, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/hints.php', 'wp-content/plugins/elementor/core/utils/hints.php'),
(2393, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/http.php', 'wp-content/plugins/elementor/core/utils/http.php'),
(2394, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php'),
(2395, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php'),
(2396, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php'),
(2397, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php'),
(2398, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/url.php', 'wp-content/plugins/elementor/core/utils/import-export/url.php'),
(2399, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php', 'wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php'),
(2400, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php', 'wp-content/plugins/elementor/core/utils/import-export/wp-import.php'),
(2401, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/plugins-manager.php', 'wp-content/plugins/elementor/core/utils/plugins-manager.php'),
(2402, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php', 'wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php'),
(2403, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/promotions/validate-promotion.php', 'wp-content/plugins/elementor/core/utils/promotions/validate-promotion.php'),
(2404, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/static-collection.php', 'wp-content/plugins/elementor/core/utils/static-collection.php'),
(2405, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/str.php', 'wp-content/plugins/elementor/core/utils/str.php'),
(2406, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', 'wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php'),
(2407, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/utils/version.php', 'wp-content/plugins/elementor/core/utils/version.php'),
(2408, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/core/wp-api.php', 'wp-content/plugins/elementor/core/wp-api.php'),
(2409, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/controller.php', 'wp-content/plugins/elementor/data/base/controller.php'),
(2410, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/endpoint.php', 'wp-content/plugins/elementor/data/base/endpoint.php'),
(2411, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/processor/after.php', 'wp-content/plugins/elementor/data/base/processor/after.php'),
(2412, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/processor/before.php', 'wp-content/plugins/elementor/data/base/processor/before.php'),
(2413, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/processor.php', 'wp-content/plugins/elementor/data/base/processor.php'),
(2414, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php', 'wp-content/plugins/elementor/data/base/sub-endpoint.php'),
(2415, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/manager.php', 'wp-content/plugins/elementor/data/manager.php'),
(2416, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php', 'wp-content/plugins/elementor/data/v2/base/base-route.php'),
(2417, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/controller.php', 'wp-content/plugins/elementor/data/v2/base/controller.php'),
(2418, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php'),
(2419, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php'),
(2420, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index.php'),
(2421, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/endpoint.php', 'wp-content/plugins/elementor/data/v2/base/endpoint.php'),
(2422, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php'),
(2423, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php'),
(2424, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php'),
(2425, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php'),
(2426, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/processor/after.php', 'wp-content/plugins/elementor/data/v2/base/processor/after.php'),
(2427, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/processor/before.php', 'wp-content/plugins/elementor/data/v2/base/processor/before.php'),
(2428, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/base/processor.php', 'wp-content/plugins/elementor/data/v2/base/processor.php'),
(2429, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/data/v2/manager.php', 'wp-content/plugins/elementor/data/v2/manager.php'),
(2430, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/elementor.php', 'wp-content/plugins/elementor/elementor.php'),
(2431, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', 'wp-content/plugins/elementor/includes/admin-templates/beta-tester.php'),
(2432, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php', 'wp-content/plugins/elementor/includes/admin-templates/new-template.php'),
(2433, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/api.php', 'wp-content/plugins/elementor/includes/api.php'),
(2434, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/autoloader.php', 'wp-content/plugins/elementor/includes/autoloader.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2435, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php', 'wp-content/plugins/elementor/includes/base/controls-stack.php'),
(2436, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/element-base.php', 'wp-content/plugins/elementor/includes/base/element-base.php'),
(2437, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/skin-base.php', 'wp-content/plugins/elementor/includes/base/skin-base.php'),
(2438, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php', 'wp-content/plugins/elementor/includes/base/sub-controls-stack.php'),
(2439, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/base/widget-base.php', 'wp-content/plugins/elementor/includes/base/widget-base.php'),
(2440, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/beta-testers.php', 'wp-content/plugins/elementor/includes/beta-testers.php'),
(2441, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/compatibility.php', 'wp-content/plugins/elementor/includes/compatibility.php'),
(2442, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/conditions.php', 'wp-content/plugins/elementor/includes/conditions.php'),
(2443, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/alert.php', 'wp-content/plugins/elementor/includes/controls/alert.php'),
(2444, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/animation.php', 'wp-content/plugins/elementor/includes/controls/animation.php'),
(2445, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-data.php', 'wp-content/plugins/elementor/includes/controls/base-data.php'),
(2446, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php', 'wp-content/plugins/elementor/includes/controls/base-icon-font.php'),
(2447, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php', 'wp-content/plugins/elementor/includes/controls/base-multiple.php'),
(2448, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php', 'wp-content/plugins/elementor/includes/controls/base-ui.php'),
(2449, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base-units.php', 'wp-content/plugins/elementor/includes/controls/base-units.php'),
(2450, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/base.php', 'wp-content/plugins/elementor/includes/controls/base.php'),
(2451, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php', 'wp-content/plugins/elementor/includes/controls/box-shadow.php'),
(2452, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/button.php', 'wp-content/plugins/elementor/includes/controls/button.php'),
(2453, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/choose.php', 'wp-content/plugins/elementor/includes/controls/choose.php'),
(2454, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/code.php', 'wp-content/plugins/elementor/includes/controls/code.php'),
(2455, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/color.php', 'wp-content/plugins/elementor/includes/controls/color.php'),
(2456, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/date-time.php', 'wp-content/plugins/elementor/includes/controls/date-time.php'),
(2457, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 'wp-content/plugins/elementor/includes/controls/deprecated-notice.php'),
(2458, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php', 'wp-content/plugins/elementor/includes/controls/dimensions.php'),
(2459, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/divider.php', 'wp-content/plugins/elementor/includes/controls/divider.php'),
(2460, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php', 'wp-content/plugins/elementor/includes/controls/exit-animation.php'),
(2461, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/font.php', 'wp-content/plugins/elementor/includes/controls/font.php'),
(2462, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/gallery.php', 'wp-content/plugins/elementor/includes/controls/gallery.php'),
(2463, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/gaps.php', 'wp-content/plugins/elementor/includes/controls/gaps.php'),
(2464, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php', 'wp-content/plugins/elementor/includes/controls/groups/background.php'),
(2465, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php', 'wp-content/plugins/elementor/includes/controls/groups/base.php'),
(2466, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php', 'wp-content/plugins/elementor/includes/controls/groups/border.php'),
(2467, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 'wp-content/plugins/elementor/includes/controls/groups/box-shadow.php'),
(2468, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 'wp-content/plugins/elementor/includes/controls/groups/css-filter.php'),
(2469, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-container.php', 'wp-content/plugins/elementor/includes/controls/groups/flex-container.php'),
(2470, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-item.php', 'wp-content/plugins/elementor/includes/controls/groups/flex-item.php'),
(2471, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/grid-container.php', 'wp-content/plugins/elementor/includes/controls/groups/grid-container.php'),
(2472, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php', 'wp-content/plugins/elementor/includes/controls/groups/image-size.php'),
(2473, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', 'wp-content/plugins/elementor/includes/controls/groups/text-shadow.php'),
(2474, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', 'wp-content/plugins/elementor/includes/controls/groups/text-stroke.php'),
(2475, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php', 'wp-content/plugins/elementor/includes/controls/groups/typography.php'),
(2476, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/heading.php', 'wp-content/plugins/elementor/includes/controls/heading.php'),
(2477, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/hidden.php', 'wp-content/plugins/elementor/includes/controls/hidden.php'),
(2478, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php', 'wp-content/plugins/elementor/includes/controls/hover-animation.php'),
(2479, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/icon.php', 'wp-content/plugins/elementor/includes/controls/icon.php'),
(2480, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/icons.php', 'wp-content/plugins/elementor/includes/controls/icons.php'),
(2481, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php', 'wp-content/plugins/elementor/includes/controls/image-dimensions.php'),
(2482, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/media.php', 'wp-content/plugins/elementor/includes/controls/media.php'),
(2483, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/notice.php', 'wp-content/plugins/elementor/includes/controls/notice.php'),
(2484, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/number.php', 'wp-content/plugins/elementor/includes/controls/number.php'),
(2485, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php', 'wp-content/plugins/elementor/includes/controls/popover-toggle.php'),
(2486, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php', 'wp-content/plugins/elementor/includes/controls/raw-html.php'),
(2487, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/repeater.php', 'wp-content/plugins/elementor/includes/controls/repeater.php'),
(2488, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/section.php', 'wp-content/plugins/elementor/includes/controls/section.php'),
(2489, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/select.php', 'wp-content/plugins/elementor/includes/controls/select.php'),
(2490, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/select2.php', 'wp-content/plugins/elementor/includes/controls/select2.php'),
(2491, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/slider.php', 'wp-content/plugins/elementor/includes/controls/slider.php'),
(2492, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/structure.php', 'wp-content/plugins/elementor/includes/controls/structure.php'),
(2493, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/switcher.php', 'wp-content/plugins/elementor/includes/controls/switcher.php'),
(2494, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/tab.php', 'wp-content/plugins/elementor/includes/controls/tab.php'),
(2495, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/tabs.php', 'wp-content/plugins/elementor/includes/controls/tabs.php'),
(2496, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php', 'wp-content/plugins/elementor/includes/controls/text-shadow.php'),
(2497, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/text.php', 'wp-content/plugins/elementor/includes/controls/text.php'),
(2498, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/textarea.php', 'wp-content/plugins/elementor/includes/controls/textarea.php'),
(2499, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/url.php', 'wp-content/plugins/elementor/includes/controls/url.php'),
(2500, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php', 'wp-content/plugins/elementor/includes/controls/wp-widget.php'),
(2501, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php', 'wp-content/plugins/elementor/includes/controls/wysiwyg.php'),
(2502, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/db.php', 'wp-content/plugins/elementor/includes/db.php'),
(2503, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', 'wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php'),
(2504, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php', 'wp-content/plugins/elementor/includes/editor-templates/global.php'),
(2505, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 'wp-content/plugins/elementor/includes/editor-templates/hotkeys.php'),
(2506, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 'wp-content/plugins/elementor/includes/editor-templates/library-layout.php'),
(2507, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php', 'wp-content/plugins/elementor/includes/editor-templates/navigator.php'),
(2508, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 'wp-content/plugins/elementor/includes/editor-templates/panel-elements.php'),
(2509, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php', 'wp-content/plugins/elementor/includes/editor-templates/panel.php'),
(2510, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php', 'wp-content/plugins/elementor/includes/editor-templates/repeater.php'),
(2511, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', 'wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php'),
(2512, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php', 'wp-content/plugins/elementor/includes/editor-templates/templates.php'),
(2513, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/column.php', 'wp-content/plugins/elementor/includes/elements/column.php'),
(2514, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/container.php', 'wp-content/plugins/elementor/includes/elements/container.php'),
(2515, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/repeater.php', 'wp-content/plugins/elementor/includes/elements/repeater.php'),
(2516, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/elements/section.php', 'wp-content/plugins/elementor/includes/elements/section.php'),
(2517, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/embed.php', 'wp-content/plugins/elementor/includes/embed.php'),
(2518, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/fonts.php', 'wp-content/plugins/elementor/includes/fonts.php'),
(2519, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/frontend.php', 'wp-content/plugins/elementor/includes/frontend.php'),
(2520, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/heartbeat.php', 'wp-content/plugins/elementor/includes/heartbeat.php'),
(2521, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php', 'wp-content/plugins/elementor/includes/interfaces/group-control.php'),
(2522, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 'wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php'),
(2523, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php'),
(2524, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php', 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php'),
(2525, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php', 'wp-content/plugins/elementor/includes/maintenance-mode.php'),
(2526, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/maintenance.php', 'wp-content/plugins/elementor/includes/maintenance.php'),
(2527, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/controls.php', 'wp-content/plugins/elementor/includes/managers/controls.php'),
(2528, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/elements.php', 'wp-content/plugins/elementor/includes/managers/elements.php'),
(2529, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/icons.php', 'wp-content/plugins/elementor/includes/managers/icons.php'),
(2530, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/image.php', 'wp-content/plugins/elementor/includes/managers/image.php'),
(2531, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/skins.php', 'wp-content/plugins/elementor/includes/managers/skins.php'),
(2532, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/widgets.php', 'wp-content/plugins/elementor/includes/managers/widgets.php'),
(2533, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 'wp-content/plugins/elementor/includes/managers/wordpress-widgets.php'),
(2534, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/plugin.php', 'wp-content/plugins/elementor/includes/plugin.php'),
(2535, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/preview.php', 'wp-content/plugins/elementor/includes/preview.php'),
(2536, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/rollback.php', 'wp-content/plugins/elementor/includes/rollback.php'),
(2537, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php'),
(2538, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php'),
(2539, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php'),
(2540, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php'),
(2541, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/controls.php', 'wp-content/plugins/elementor/includes/settings/controls.php'),
(2542, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php', 'wp-content/plugins/elementor/includes/settings/settings-page.php'),
(2543, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/settings.php', 'wp-content/plugins/elementor/includes/settings/settings.php'),
(2544, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/tools.php', 'wp-content/plugins/elementor/includes/settings/tools.php'),
(2545, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/settings/validations.php', 'wp-content/plugins/elementor/includes/settings/validations.php'),
(2546, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/shapes.php', 'wp-content/plugins/elementor/includes/shapes.php'),
(2547, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/stylesheet.php', 'wp-content/plugins/elementor/includes/stylesheet.php'),
(2548, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', 'wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php'),
(2549, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/data/controller.php', 'wp-content/plugins/elementor/includes/template-library/data/controller.php'),
(2550, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', 'wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php'),
(2551, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php', 'wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php'),
(2552, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/manager.php', 'wp-content/plugins/elementor/includes/template-library/manager.php'),
(2553, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php'),
(2554, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php'),
(2555, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php'),
(2556, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php', 'wp-content/plugins/elementor/includes/template-library/sources/base.php'),
(2557, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php', 'wp-content/plugins/elementor/includes/template-library/sources/local.php'),
(2558, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php', 'wp-content/plugins/elementor/includes/template-library/sources/remote.php'),
(2559, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/tracker.php', 'wp-content/plugins/elementor/includes/tracker.php'),
(2560, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/user.php', 'wp-content/plugins/elementor/includes/user.php'),
(2561, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/utils.php', 'wp-content/plugins/elementor/includes/utils.php'),
(2562, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php', 'wp-content/plugins/elementor/includes/widgets/accordion.php'),
(2563, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/alert.php', 'wp-content/plugins/elementor/includes/widgets/alert.php'),
(2564, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/audio.php', 'wp-content/plugins/elementor/includes/widgets/audio.php'),
(2565, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/button.php', 'wp-content/plugins/elementor/includes/widgets/button.php'),
(2566, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/common.php', 'wp-content/plugins/elementor/includes/widgets/common.php'),
(2567, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/counter.php', 'wp-content/plugins/elementor/includes/widgets/counter.php'),
(2568, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/divider.php', 'wp-content/plugins/elementor/includes/widgets/divider.php'),
(2569, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php', 'wp-content/plugins/elementor/includes/widgets/google-maps.php'),
(2570, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/heading.php', 'wp-content/plugins/elementor/includes/widgets/heading.php'),
(2571, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/html.php', 'wp-content/plugins/elementor/includes/widgets/html.php'),
(2572, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php', 'wp-content/plugins/elementor/includes/widgets/icon-box.php'),
(2573, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php', 'wp-content/plugins/elementor/includes/widgets/icon-list.php'),
(2574, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/icon.php', 'wp-content/plugins/elementor/includes/widgets/icon.php'),
(2575, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php', 'wp-content/plugins/elementor/includes/widgets/image-box.php'),
(2576, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php', 'wp-content/plugins/elementor/includes/widgets/image-carousel.php'),
(2577, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php', 'wp-content/plugins/elementor/includes/widgets/image-gallery.php'),
(2578, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/image.php', 'wp-content/plugins/elementor/includes/widgets/image.php'),
(2579, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/inner-section.php', 'wp-content/plugins/elementor/includes/widgets/inner-section.php'),
(2580, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 'wp-content/plugins/elementor/includes/widgets/menu-anchor.php'),
(2581, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/progress.php', 'wp-content/plugins/elementor/includes/widgets/progress.php'),
(2582, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/rating.php', 'wp-content/plugins/elementor/includes/widgets/rating.php'),
(2583, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php', 'wp-content/plugins/elementor/includes/widgets/read-more.php'),
(2584, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/share-buttons.php', 'wp-content/plugins/elementor/includes/widgets/share-buttons.php'),
(2585, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php', 'wp-content/plugins/elementor/includes/widgets/shortcode.php'),
(2586, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php', 'wp-content/plugins/elementor/includes/widgets/sidebar.php'),
(2587, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php', 'wp-content/plugins/elementor/includes/widgets/social-icons.php'),
(2588, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php', 'wp-content/plugins/elementor/includes/widgets/spacer.php'),
(2589, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php', 'wp-content/plugins/elementor/includes/widgets/star-rating.php'),
(2590, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php', 'wp-content/plugins/elementor/includes/widgets/tabs.php'),
(2591, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php', 'wp-content/plugins/elementor/includes/widgets/testimonial.php'),
(2592, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php', 'wp-content/plugins/elementor/includes/widgets/text-editor.php'),
(2593, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php', 'wp-content/plugins/elementor/includes/widgets/toggle.php'),
(2594, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php', 'wp-content/plugins/elementor/includes/widgets/traits/button-trait.php'),
(2595, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/video.php', 'wp-content/plugins/elementor/includes/widgets/video.php'),
(2596, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php', 'wp-content/plugins/elementor/includes/widgets/wordpress.php'),
(2597, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/license.txt', 'wp-content/plugins/elementor/license.txt'),
(2598, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php', 'wp-content/plugins/elementor/modules/admin-bar/module.php'),
(2599, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php', 'wp-content/plugins/elementor/modules/admin-top-bar/module.php'),
(2600, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/ai/connect/ai.php', 'wp-content/plugins/elementor/modules/ai/connect/ai.php'),
(2601, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/ai/module.php', 'wp-content/plugins/elementor/modules/ai/module.php'),
(2602, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/classes/announcement.php', 'wp-content/plugins/elementor/modules/announcements/classes/announcement.php'),
(2603, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php', 'wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php'),
(2604, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/classes/utils.php', 'wp-content/plugins/elementor/modules/announcements/classes/utils.php'),
(2605, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/module.php', 'wp-content/plugins/elementor/modules/announcements/module.php'),
(2606, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php', 'wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php'),
(2607, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php', 'wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php'),
(2608, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/admin-apps-page.php', 'wp-content/plugins/elementor/modules/apps/admin-apps-page.php'),
(2609, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/admin-menu-apps.php', 'wp-content/plugins/elementor/modules/apps/admin-menu-apps.php'),
(2610, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/admin-pointer.php', 'wp-content/plugins/elementor/modules/apps/admin-pointer.php'),
(2611, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/apps/module.php', 'wp-content/plugins/elementor/modules/apps/module.php'),
(2612, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php', 'wp-content/plugins/elementor/modules/compatibility-tag/base-module.php'),
(2613, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php'),
(2614, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php', 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php'),
(2615, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php', 'wp-content/plugins/elementor/modules/compatibility-tag/module.php'),
(2616, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php', 'wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php'),
(2617, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/container-converter/module.php', 'wp-content/plugins/elementor/modules/container-converter/module.php'),
(2618, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php', 'wp-content/plugins/elementor/modules/dev-tools/deprecation.php'),
(2619, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php', 'wp-content/plugins/elementor/modules/dev-tools/module.php'),
(2620, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php', 'wp-content/plugins/elementor/modules/dynamic-tags/module.php'),
(2621, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/editor-events/module.php', 'wp-content/plugins/elementor/modules/editor-events/module.php'),
(2622, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php', 'wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php'),
(2623, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/ajax.php', 'wp-content/plugins/elementor/modules/element-manager/ajax.php'),
(2624, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/module.php', 'wp-content/plugins/elementor/modules/element-manager/module.php'),
(2625, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/element-manager/options.php', 'wp-content/plugins/elementor/modules/element-manager/options.php'),
(2626, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php', 'wp-content/plugins/elementor/modules/elements-color-picker/module.php'),
(2627, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/controller.php', 'wp-content/plugins/elementor/modules/favorites/controller.php'),
(2628, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/favorites-type.php', 'wp-content/plugins/elementor/modules/favorites/favorites-type.php'),
(2629, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/module.php', 'wp-content/plugins/elementor/modules/favorites/module.php'),
(2630, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/favorites/types/widgets.php', 'wp-content/plugins/elementor/modules/favorites/types/widgets.php'),
(2631, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/generator-tag/module.php', 'wp-content/plugins/elementor/modules/generator-tag/module.php'),
(2632, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php', 'wp-content/plugins/elementor/modules/gutenberg/module.php'),
(2633, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/module.php', 'wp-content/plugins/elementor/modules/history/module.php'),
(2634, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php', 'wp-content/plugins/elementor/modules/history/revisions-manager.php'),
(2635, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 'wp-content/plugins/elementor/modules/history/views/history-panel-template.php'),
(2636, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 'wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php'),
(2637, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/image-loading-optimization/module.php', 'wp-content/plugins/elementor/modules/image-loading-optimization/module.php'),
(2638, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php'),
(2639, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php'),
(2640, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php'),
(2641, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php'),
(2642, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/module.php'),
(2643, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php'),
(2644, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php'),
(2645, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php', 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php'),
(2646, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php', 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php'),
(2647, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', 'wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php'),
(2648, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php', 'wp-content/plugins/elementor/modules/landing-pages/module.php'),
(2649, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/lazyload/module.php', 'wp-content/plugins/elementor/modules/lazyload/module.php'),
(2650, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/container.php', 'wp-content/plugins/elementor/modules/library/documents/container.php'),
(2651, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php', 'wp-content/plugins/elementor/modules/library/documents/library-document.php'),
(2652, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php', 'wp-content/plugins/elementor/modules/library/documents/not-supported.php'),
(2653, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/page.php', 'wp-content/plugins/elementor/modules/library/documents/page.php'),
(2654, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/documents/section.php', 'wp-content/plugins/elementor/modules/library/documents/section.php'),
(2655, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/module.php', 'wp-content/plugins/elementor/modules/library/module.php'),
(2656, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/traits/library.php', 'wp-content/plugins/elementor/modules/library/traits/library.php'),
(2657, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php', 'wp-content/plugins/elementor/modules/library/user-favorites.php'),
(2658, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-accordion/module.php', 'wp-content/plugins/elementor/modules/nested-accordion/module.php'),
(2659, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', 'wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php'),
(2660, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php', 'wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php'),
(2661, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php', 'wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php'),
(2662, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-elements/module.php', 'wp-content/plugins/elementor/modules/nested-elements/module.php'),
(2663, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-tabs/module.php', 'wp-content/plugins/elementor/modules/nested-tabs/module.php'),
(2664, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', 'wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php'),
(2665, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notes/module.php', 'wp-content/plugins/elementor/modules/notes/module.php'),
(2666, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notifications/api.php', 'wp-content/plugins/elementor/modules/notifications/api.php'),
(2667, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notifications/module.php', 'wp-content/plugins/elementor/modules/notifications/module.php'),
(2668, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/notifications/options.php', 'wp-content/plugins/elementor/modules/notifications/options.php'),
(2669, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/page-templates/module.php', 'wp-content/plugins/elementor/modules/page-templates/module.php'),
(2670, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 'wp-content/plugins/elementor/modules/page-templates/templates/canvas.php'),
(2671, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', 'wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php'),
(2672, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php', 'wp-content/plugins/elementor/modules/performance-lab/module.php'),
(2673, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php'),
(2674, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php'),
(2675, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php'),
(2676, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php'),
(2677, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php'),
(2678, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php'),
(2679, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php'),
(2680, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php'),
(2681, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php'),
(2682, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/module.php', 'wp-content/plugins/elementor/modules/promotions/module.php'),
(2683, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', 'wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php'),
(2684, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php', 'wp-content/plugins/elementor/modules/safe-mode/module.php'),
(2685, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', 'wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php'),
(2686, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/shapes/module.php', 'wp-content/plugins/elementor/modules/shapes/module.php'),
(2687, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', 'wp-content/plugins/elementor/modules/shapes/widgets/text-path.php'),
(2688, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/controller.php', 'wp-content/plugins/elementor/modules/site-navigation/data/controller.php'),
(2689, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php'),
(2690, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php'),
(2691, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php'),
(2692, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php'),
(2693, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/module.php', 'wp-content/plugins/elementor/modules/site-navigation/module.php'),
(2694, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php', 'wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php'),
(2695, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/styleguide/controls/switcher.php', 'wp-content/plugins/elementor/modules/styleguide/controls/switcher.php'),
(2696, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/styleguide/module.php', 'wp-content/plugins/elementor/modules/styleguide/module.php'),
(2697, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 'wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php'),
(2698, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/module.php', 'wp-content/plugins/elementor/modules/system-info/module.php'),
(2699, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php', 'wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php'),
(2700, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php', 'wp-content/plugins/elementor/modules/system-info/reporters/base.php'),
(2701, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php'),
(2702, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php'),
(2703, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/plugins.php'),
(2704, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php', 'wp-content/plugins/elementor/modules/system-info/reporters/server.php'),
(2705, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php', 'wp-content/plugins/elementor/modules/system-info/reporters/theme.php'),
(2706, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php', 'wp-content/plugins/elementor/modules/system-info/reporters/user.php'),
(2707, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', 'wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php'),
(2708, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php', 'wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php'),
(2709, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php', 'wp-content/plugins/elementor/modules/system-info/templates/html.php'),
(2710, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php', 'wp-content/plugins/elementor/modules/system-info/templates/raw.php'),
(2711, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/usage/module.php', 'wp-content/plugins/elementor/modules/usage/module.php'),
(2712, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/usage/settings-reporter.php', 'wp-content/plugins/elementor/modules/usage/settings-reporter.php'),
(2713, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php', 'wp-content/plugins/elementor/modules/usage/usage-reporter.php'),
(2714, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/web-cli/module.php', 'wp-content/plugins/elementor/modules/web-cli/module.php'),
(2715, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 'wp-content/plugins/elementor/modules/wp-cli/cli-logger.php'),
(2716, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php', 'wp-content/plugins/elementor/modules/wp-cli/command.php'),
(2717, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php', 'wp-content/plugins/elementor/modules/wp-cli/library.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2718, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php', 'wp-content/plugins/elementor/modules/wp-cli/module.php'),
(2719, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php', 'wp-content/plugins/elementor/modules/wp-cli/update.php'),
(2720, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/phpcs.xml', 'wp-content/plugins/elementor/phpcs.xml'),
(2721, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/readme.txt', 'wp-content/plugins/elementor/readme.txt'),
(2722, '/home/abt90iranbet/public_html/wp-content/plugins/elementor/run-on-linux.js', 'wp-content/plugins/elementor/run-on-linux.js'),
(2723, '/home/abt90iranbet/public_html/wp-content/plugins/index.php', 'wp-content/plugins/index.php'),
(2724, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/LICENSE.txt', 'wp-content/plugins/kk-star-ratings/LICENSE.txt'),
(2725, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/LICENSE.txt', 'wp-content/plugins/kk-star-ratings/freemius/LICENSE.txt'),
(2726, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/README.md', 'wp-content/plugins/kk-star-ratings/freemius/README.md'),
(2727, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/account.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/account.css'),
(2728, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/add-ons.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/add-ons.css'),
(2729, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/affiliation.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/affiliation.css'),
(2730, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/checkout.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/checkout.css'),
(2731, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/clone-resolution.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/clone-resolution.css'),
(2732, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/common.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/common.css'),
(2733, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/connect.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/connect.css'),
(2734, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/debug.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/debug.css'),
(2735, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/dialog-boxes.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/dialog-boxes.css'),
(2736, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/gdpr-optin-notice.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/gdpr-optin-notice.css'),
(2737, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/index.php', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/index.php'),
(2738, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/optout.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/optout.css'),
(2739, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/plugins.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/admin/plugins.css'),
(2740, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/customizer.css', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/customizer.css'),
(2741, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/css/index.php', 'wp-content/plugins/kk-star-ratings/freemius/assets/css/index.php'),
(2742, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/index.php', 'wp-content/plugins/kk-star-ratings/freemius/assets/img/index.php'),
(2743, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/kk-star-ratings.png', 'wp-content/plugins/kk-star-ratings/freemius/assets/img/kk-star-ratings.png'),
(2744, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/plugin-icon.png', 'wp-content/plugins/kk-star-ratings/freemius/assets/img/plugin-icon.png'),
(2745, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/img/theme-icon.png', 'wp-content/plugins/kk-star-ratings/freemius/assets/img/theme-icon.png'),
(2746, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/index.php', 'wp-content/plugins/kk-star-ratings/freemius/assets/index.php'),
(2747, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/index.php', 'wp-content/plugins/kk-star-ratings/freemius/assets/js/index.php'),
(2748, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.js', 'wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.js'),
(2749, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.min.js', 'wp-content/plugins/kk-star-ratings/freemius/assets/js/nojquery.ba-postmessage.min.js'),
(2750, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/assets/js/postmessage.js', 'wp-content/plugins/kk-star-ratings/freemius/assets/js/postmessage.js'),
(2751, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/config.php', 'wp-content/plugins/kk-star-ratings/freemius/config.php'),
(2752, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius-abstract.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius-abstract.php'),
(2753, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-freemius.php'),
(2754, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-admin-notices.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-admin-notices.php'),
(2755, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-api.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-api.php'),
(2756, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-garbage-collector.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-garbage-collector.php'),
(2757, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-lock.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-lock.php'),
(2758, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-logger.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-logger.php'),
(2759, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-options.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-options.php'),
(2760, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-plugin-updater.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-plugin-updater.php'),
(2761, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-security.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-security.php'),
(2762, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-storage.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-storage.php'),
(2763, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-user-lock.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/class-fs-user-lock.php'),
(2764, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-support-section.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-support-section.php'),
(2765, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/customizer/class-fs-customizer-upsell-control.php'),
(2766, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/customizer/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/customizer/index.php'),
(2767, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/debug/class-fs-debug-bar-panel.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/debug/class-fs-debug-bar-panel.php'),
(2768, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/debug/debug-bar-start.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/debug/debug-bar-start.php'),
(2769, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/debug/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/debug/index.php'),
(2770, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate-terms.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate-terms.php'),
(2771, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-affiliate.php'),
(2772, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-billing.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-billing.php'),
(2773, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-entity.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-entity.php'),
(2774, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-payment.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-payment.php'),
(2775, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-info.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-info.php'),
(2776, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-license.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-license.php'),
(2777, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-plan.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-plan.php'),
(2778, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-tag.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin-tag.php'),
(2779, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-plugin.php'),
(2780, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-pricing.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-pricing.php'),
(2781, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-scope-entity.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-scope-entity.php'),
(2782, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-site.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-site.php'),
(2783, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-subscription.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-subscription.php'),
(2784, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-user.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/class-fs-user.php'),
(2785, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/entities/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/entities/index.php'),
(2786, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-core-functions.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-core-functions.php'),
(2787, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-essential-functions.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-essential-functions.php'),
(2788, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-html-escaping-functions.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-html-escaping-functions.php'),
(2789, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/fs-plugin-info-dialog.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/fs-plugin-info-dialog.php'),
(2790, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/index.php'),
(2791, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/l10n.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/l10n.php'),
(2792, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-menu-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-menu-manager.php'),
(2793, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-notice-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-admin-notice-manager.php'),
(2794, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-cache-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-cache-manager.php'),
(2795, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-clone-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-clone-manager.php'),
(2796, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-gdpr-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-gdpr-manager.php'),
(2797, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-key-value-storage.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-key-value-storage.php'),
(2798, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-license-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-license-manager.php'),
(2799, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-option-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-option-manager.php'),
(2800, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-permission-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-permission-manager.php'),
(2801, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plan-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plan-manager.php'),
(2802, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plugin-manager.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/class-fs-plugin-manager.php'),
(2803, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/managers/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/managers/index.php'),
(2804, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php'),
(2805, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/EmptyArgumentException.php'),
(2806, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/Exception.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/Exception.php'),
(2807, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/InvalidArgumentException.php'),
(2808, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/OAuthException.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/OAuthException.php'),
(2809, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/Exceptions/index.php'),
(2810, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusBase.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusBase.php'),
(2811, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusWordPress.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/FreemiusWordPress.php'),
(2812, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/LICENSE.txt', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/LICENSE.txt'),
(2813, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/sdk/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/sdk/index.php'),
(2814, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php'),
(2815, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-essential-functions-2.2.1.php'),
(2816, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-migration-2.5.1.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/fs-migration-2.5.1.php'),
(2817, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/includes/supplements/index.php', 'wp-content/plugins/kk-star-ratings/freemius/includes/supplements/index.php'),
(2818, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/index.php', 'wp-content/plugins/kk-star-ratings/freemius/index.php'),
(2819, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-cs_CZ.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-cs_CZ.mo'),
(2820, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-da_DK.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-da_DK.mo'),
(2821, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-de_DE.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-de_DE.mo'),
(2822, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-en.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-en.mo'),
(2823, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-es_ES.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-es_ES.mo'),
(2824, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-fr_FR.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-fr_FR.mo'),
(2825, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-he_IL.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-he_IL.mo'),
(2826, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-hu_HU.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-hu_HU.mo'),
(2827, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-it_IT.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-it_IT.mo'),
(2828, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ja.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ja.mo'),
(2829, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-nl_NL.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-nl_NL.mo'),
(2830, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ru_RU.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ru_RU.mo'),
(2831, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ta.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-ta.mo'),
(2832, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius-zh_CN.mo', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius-zh_CN.mo'),
(2833, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/freemius.pot', 'wp-content/plugins/kk-star-ratings/freemius/languages/freemius.pot'),
(2834, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/languages/index.php', 'wp-content/plugins/kk-star-ratings/freemius/languages/index.php'),
(2835, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/require.php', 'wp-content/plugins/kk-star-ratings/freemius/require.php'),
(2836, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/start.php', 'wp-content/plugins/kk-star-ratings/freemius/start.php'),
(2837, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/billing.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/billing.php'),
(2838, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/index.php'),
(2839, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/activate-license-button.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/activate-license-button.php'),
(2840, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/addon.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/addon.php'),
(2841, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/deactivate-license-button.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/deactivate-license-button.php'),
(2842, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/disconnect-button.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/disconnect-button.php'),
(2843, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/index.php'),
(2844, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/site.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/partials/site.php'),
(2845, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account/payments.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account/payments.php'),
(2846, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/account.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/account.php'),
(2847, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/add-ons.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/add-ons.php'),
(2848, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/add-trial-to-pricing.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/add-trial-to-pricing.php'),
(2849, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/admin-notice.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/admin-notice.php'),
(2850, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/ajax-loader.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/ajax-loader.php'),
(2851, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/api-connectivity-message-js.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/api-connectivity-message-js.php'),
(2852, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/auto-installation.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/auto-installation.php'),
(2853, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/checkout.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/checkout.php'),
(2854, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/clone-resolution-js.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/clone-resolution-js.php'),
(2855, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/connect/index.php'),
(2856, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect/permission.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/connect/permission.php'),
(2857, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect/permissions-group.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/connect/permissions-group.php'),
(2858, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/connect.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/connect.php'),
(2859, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/contact.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/contact.php'),
(2860, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/api-calls.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/api-calls.php'),
(2861, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/index.php'),
(2862, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/logger.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/logger.php'),
(2863, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/plugins-themes-sync.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/plugins-themes-sync.php'),
(2864, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug/scheduled-crons.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/debug/scheduled-crons.php'),
(2865, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/debug.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/debug.php'),
(2866, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/email.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/email.php'),
(2867, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/affiliation.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/affiliation.php'),
(2868, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/data-debug-mode.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/data-debug-mode.php'),
(2869, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/contact.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/contact.php'),
(2870, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/form.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/form.php'),
(2871, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/index.php'),
(2872, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/retry-skip.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/deactivation/retry-skip.php'),
(2873, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/email-address-update.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/email-address-update.php'),
(2874, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/index.php'),
(2875, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/license-activation.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/license-activation.php'),
(2876, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/optout.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/optout.php'),
(2877, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-handler.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-handler.php'),
(2878, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-metadata.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/premium-versions-upgrade-metadata.php'),
(2879, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/resend-key.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/resend-key.php'),
(2880, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/subscription-cancellation.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/subscription-cancellation.php'),
(2881, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/trial-start.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/trial-start.php'),
(2882, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/forms/user-change.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/forms/user-change.php'),
(2883, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/gdpr-optin-js.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/gdpr-optin-js.php'),
(2884, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/index.php'),
(2885, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/js/index.php'),
(2886, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/jquery.content-change.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/js/jquery.content-change.php'),
(2887, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/open-license-activation.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/js/open-license-activation.php'),
(2888, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/permissions.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/js/permissions.php'),
(2889, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/js/style-premium-theme.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/js/style-premium-theme.php'),
(2890, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/partials/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/partials/index.php'),
(2891, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/partials/network-activation.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/partials/network-activation.php'),
(2892, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-icon.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-icon.php'),
(2893, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/description.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/description.php'),
(2894, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/features.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/features.php'),
(2895, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/index.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/index.php'),
(2896, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/screenshots.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/plugin-info/screenshots.php'),
(2897, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/powered-by.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/powered-by.php'),
(2898, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/pricing.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/pricing.php'),
(2899, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/secure-https-header.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/secure-https-header.php'),
(2900, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/sticky-admin-notice-js.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/sticky-admin-notice-js.php'),
(2901, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/tabs-capture-js.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/tabs-capture-js.php'),
(2902, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius/templates/tabs.php', 'wp-content/plugins/kk-star-ratings/freemius/templates/tabs.php'),
(2903, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/freemius.php', 'wp-content/plugins/kk-star-ratings/freemius.php'),
(2904, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/index.php', 'wp-content/plugins/kk-star-ratings/index.php'),
(2905, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/languages/index.php', 'wp-content/plugins/kk-star-ratings/languages/index.php'),
(2906, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/languages/kk-star-ratings.pot', 'wp-content/plugins/kk-star-ratings/languages/kk-star-ratings.pot'),
(2907, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/FuseWP.php', 'wp-content/plugins/kk-star-ratings/lib/FuseWP.php'),
(2908, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_Install_Skin.php', 'wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_Install_Skin.php'),
(2909, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgrader.php', 'wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgrader.php'),
(2910, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgraderSkin.php', 'wp-content/plugins/kk-star-ratings/lib/Installer/KKStar_PluginSilentUpgraderSkin.php'),
(2911, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/Installer/index.php', 'wp-content/plugins/kk-star-ratings/lib/Installer/index.php'),
(2912, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/ProfilePress.php', 'wp-content/plugins/kk-star-ratings/lib/ProfilePress.php'),
(2913, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/fusewp-user-sync-edit-screen.png', 'wp-content/plugins/kk-star-ratings/lib/images/fusewp-user-sync-edit-screen.png'),
(2914, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/index.php', 'wp-content/plugins/kk-star-ratings/lib/images/index.php'),
(2915, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/paypal-checkout-demo.png', 'wp-content/plugins/kk-star-ratings/lib/images/paypal-checkout-demo.png'),
(2916, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/step-1.svg', 'wp-content/plugins/kk-star-ratings/lib/images/step-1.svg'),
(2917, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/step-2.svg', 'wp-content/plugins/kk-star-ratings/lib/images/step-2.svg'),
(2918, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/images/step-complete.svg', 'wp-content/plugins/kk-star-ratings/lib/images/step-complete.svg'),
(2919, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/js/fusewp.js', 'wp-content/plugins/kk-star-ratings/lib/js/fusewp.js'),
(2920, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/js/index.php', 'wp-content/plugins/kk-star-ratings/lib/js/index.php'),
(2921, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/lib/js/profilepress.js', 'wp-content/plugins/kk-star-ratings/lib/js/profilepress.js'),
(2922, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/readme.txt', 'wp-content/plugins/kk-star-ratings/readme.txt'),
(2923, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/classes/Migration.php', 'wp-content/plugins/kk-star-ratings/src/classes/Migration.php'),
(2924, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/classes/Stack.php', 'wp-content/plugins/kk-star-ratings/src/classes/Stack.php'),
(2925, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/config.php', 'wp-content/plugins/kk-star-ratings/src/config.php'),
(2926, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/activate.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/activate.php'),
(2927, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/content.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/content.php'),
(2928, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/index.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/index.php'),
(2929, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/appearance.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/appearance.php'),
(2930, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/general.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/general.php'),
(2931, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/index.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/index.php'),
(2932, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/rich_snippets.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save/rich_snippets.php'),
(2933, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/save.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/save.php'),
(2934, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/script.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/script.php'),
(2935, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/style.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/style.php'),
(2936, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/appearance.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/appearance.php'),
(2937, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/general.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/general.php'),
(2938, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/index.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/index.php'),
(2939, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/rich_snippets.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/admin/tabs/rich_snippets.php'),
(2940, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/deactivate.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/deactivate.php'),
(2941, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/downgrade.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/downgrade.php'),
(2942, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/index.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/index.php'),
(2943, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/init.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/init.php'),
(2944, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/install.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/install.php'),
(2945, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/markup.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/markup.php'),
(2946, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/metabox/content.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/metabox/content.php'),
(2947, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/metabox/index.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/metabox/index.php'),
(2948, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/metabox/save.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/metabox/save.php'),
(2949, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/save.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/save.php'),
(2950, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/script.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/script.php'),
(2951, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/sd.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/sd.php'),
(2952, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/style.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/style.php'),
(2953, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/actions/upgrade.php', 'wp-content/plugins/kk-star-ratings/src/core/actions/upgrade.php'),
(2954, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/config.php', 'wp-content/plugins/kk-star-ratings/src/core/config.php'),
(2955, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/admin/active_tab.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/admin/active_tab.php'),
(2956, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/admin/index.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/admin/index.php'),
(2957, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/admin/tabs.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/admin/tabs.php'),
(2958, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/blocks.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/blocks.php'),
(2959, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/count.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/count.php'),
(2960, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/embed.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/embed.php'),
(2961, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/fingerprint.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/fingerprint.php'),
(2962, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/index.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/index.php'),
(2963, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/okay.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/okay.php'),
(2964, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/payload.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/payload.php'),
(2965, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/ratings.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/ratings.php'),
(2966, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/score.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/score.php'),
(2967, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/status.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/status.php'),
(2968, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/unique.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/unique.php'),
(2969, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/filters/validate.php', 'wp-content/plugins/kk-star-ratings/src/core/filters/validate.php'),
(2970, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/action.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/action.php'),
(2971, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/index.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/index.php'),
(2972, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/blocks.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/blocks.php'),
(2973, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/index.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/index.php'),
(2974, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/main.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/admin/scripts/main.php'),
(2975, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/calculate.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/calculate.php'),
(2976, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/create_payload.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/create_payload.php'),
(2977, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/data.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/data.php'),
(2978, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/explode_meta_prefix.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/explode_meta_prefix.php'),
(2979, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/explode_prefix.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/explode_prefix.php'),
(2980, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/filter.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/filter.php'),
(2981, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/get_hof.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/get_hof.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2982, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/get_meta_hof.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/get_meta_hof.php'),
(2983, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/index.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/index.php'),
(2984, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/ld_json.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/ld_json.php'),
(2985, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/lock.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/lock.php'),
(2986, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/meta_prefix.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/meta_prefix.php'),
(2987, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/migrate.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/migrate.php'),
(2988, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/migrations.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/migrations.php'),
(2989, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/migrators.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/migrators.php'),
(2990, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/option.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/option.php'),
(2991, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/post_meta.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/post_meta.php'),
(2992, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/prefix.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/prefix.php'),
(2993, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/response.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/response.php'),
(2994, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/script_migrations.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/script_migrations.php'),
(2995, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/scripts/index.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/scripts/index.php'),
(2996, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/scripts/main.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/scripts/main.php'),
(2997, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/strip_meta_prefix.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/strip_meta_prefix.php'),
(2998, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/strip_prefix.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/strip_prefix.php'),
(2999, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/styles/index.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/styles/index.php'),
(3000, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/styles/main.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/styles/main.php'),
(3001, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_options.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_options.php'),
(3002, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_posts.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/upgrade_posts.php'),
(3003, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/view.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/view.php'),
(3004, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/functions/width.php', 'wp-content/plugins/kk-star-ratings/src/core/functions/width.php'),
(3005, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/hooks.php', 'wp-content/plugins/kk-star-ratings/src/core/hooks.php'),
(3006, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/hydrate.php', 'wp-content/plugins/kk-star-ratings/src/core/hydrate.php'),
(3007, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/index.php', 'wp-content/plugins/kk-star-ratings/src/core/index.php'),
(3008, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/migrators/index.php', 'wp-content/plugins/kk-star-ratings/src/core/migrators/index.php'),
(3009, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/index.php', 'wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/index.php'),
(3010, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/posts.php', 'wp-content/plugins/kk-star-ratings/src/core/migrators/v5.1.0/posts.php'),
(3011, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/css/index.php', 'wp-content/plugins/kk-star-ratings/src/core/public/css/index.php'),
(3012, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.css', 'wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.css'),
(3013, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.min.css', 'wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.min.css'),
(3014, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/index.php', 'wp-content/plugins/kk-star-ratings/src/core/public/index.php'),
(3015, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.js', 'wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.js'),
(3016, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.min.js', 'wp-content/plugins/kk-star-ratings/src/core/public/js/blocks.min.js'),
(3017, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/index.php', 'wp-content/plugins/kk-star-ratings/src/core/public/js/index.php'),
(3018, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.js', 'wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.js'),
(3019, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.min.js', 'wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.min.js'),
(3020, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.js', 'wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.js'),
(3021, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.min.js', 'wp-content/plugins/kk-star-ratings/src/core/public/js/kksr-migrations.min.js'),
(3022, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg', 'wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg'),
(3023, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg', 'wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg'),
(3024, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/index.php', 'wp-content/plugins/kk-star-ratings/src/core/public/svg/index.php'),
(3025, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg', 'wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg'),
(3026, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/index.php', 'wp-content/plugins/kk-star-ratings/src/core/views/admin/index.php'),
(3027, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/appearance.php', 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/appearance.php'),
(3028, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/general.php', 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/general.php'),
(3029, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/index.php', 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/index.php'),
(3030, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/rich-snippets.php', 'wp-content/plugins/kk-star-ratings/src/core/views/admin/tabs/rich-snippets.php'),
(3031, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/index.php', 'wp-content/plugins/kk-star-ratings/src/core/views/index.php'),
(3032, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/active-star.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/active-star.php'),
(3033, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/active-stars.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/active-stars.php'),
(3034, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-star.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-star.php'),
(3035, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-stars.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/inactive-stars.php'),
(3036, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/index.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/index.php'),
(3037, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/legend.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/legend.php'),
(3038, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/star.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/star.php'),
(3039, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/markup/stars.php', 'wp-content/plugins/kk-star-ratings/src/core/views/markup/stars.php'),
(3040, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/metabox/content.php', 'wp-content/plugins/kk-star-ratings/src/core/views/metabox/content.php'),
(3041, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/metabox/index.php', 'wp-content/plugins/kk-star-ratings/src/core/views/metabox/index.php'),
(3042, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/views/notice.php', 'wp-content/plugins/kk-star-ratings/src/core/views/notice.php'),
(3043, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/add_meta_boxes.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/add_meta_boxes.php'),
(3044, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_enqueue_scripts.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_enqueue_scripts.php'),
(3045, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_menu.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_menu.php'),
(3046, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_notices.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/admin_notices.php'),
(3047, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/index.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/index.php'),
(3048, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/init.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/init.php'),
(3049, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/plugins_loaded.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/plugins_loaded.php'),
(3050, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/save_post.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/save_post.php'),
(3051, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/the_post.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/the_post.php'),
(3052, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/upgrader_process_complete.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/upgrader_process_complete.php'),
(3053, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kk-star-ratings.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kk-star-ratings.php'),
(3054, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kksr-migrations.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_kksr-migrations.php'),
(3055, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kk-star-ratings.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kk-star-ratings.php'),
(3056, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kksr-migrations.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_ajax_nopriv_kksr-migrations.php'),
(3057, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_enqueue_scripts.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_enqueue_scripts.php'),
(3058, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_head.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/actions/wp_head.php'),
(3059, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/filters/index.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/filters/index.php'),
(3060, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/filters/load_textdomain_mofile.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/filters/load_textdomain_mofile.php'),
(3061, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/filters/the_content.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/filters/the_content.php'),
(3062, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/functions/activate.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/functions/activate.php'),
(3063, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/functions/deactivate.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/functions/deactivate.php'),
(3064, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/functions/register_blocks.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/functions/register_blocks.php'),
(3065, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/index.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/index.php'),
(3066, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/index.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/index.php'),
(3067, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kk-star-ratings.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kk-star-ratings.php'),
(3068, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkratings.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkratings.php'),
(3069, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkstarratings.php', 'wp-content/plugins/kk-star-ratings/src/core/wp/shortcodes/kkstarratings.php'),
(3070, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/action.php', 'wp-content/plugins/kk-star-ratings/src/functions/action.php'),
(3071, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/applying_filter.php', 'wp-content/plugins/kk-star-ratings/src/functions/applying_filter.php'),
(3072, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload.php', 'wp-content/plugins/kk-star-ratings/src/functions/autoload.php'),
(3073, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_array.php', 'wp-content/plugins/kk-star-ratings/src/functions/autoload_array.php'),
(3074, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_block.php', 'wp-content/plugins/kk-star-ratings/src/functions/autoload_block.php'),
(3075, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_blocks.php', 'wp-content/plugins/kk-star-ratings/src/functions/autoload_blocks.php'),
(3076, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_class.php', 'wp-content/plugins/kk-star-ratings/src/functions/autoload_class.php'),
(3077, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/autoload_function.php', 'wp-content/plugins/kk-star-ratings/src/functions/autoload_function.php'),
(3078, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/bind.php', 'wp-content/plugins/kk-star-ratings/src/functions/bind.php'),
(3079, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/block.php', 'wp-content/plugins/kk-star-ratings/src/functions/block.php'),
(3080, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/block_5.3.4.php', 'wp-content/plugins/kk-star-ratings/src/functions/block_5.3.4.php'),
(3081, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/cast.php', 'wp-content/plugins/kk-star-ratings/src/functions/cast.php'),
(3082, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/container.php', 'wp-content/plugins/kk-star-ratings/src/functions/container.php'),
(3083, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/dot.php', 'wp-content/plugins/kk-star-ratings/src/functions/dot.php'),
(3084, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/dusk_attr.php', 'wp-content/plugins/kk-star-ratings/src/functions/dusk_attr.php'),
(3085, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/explode_prefix.php', 'wp-content/plugins/kk-star-ratings/src/functions/explode_prefix.php'),
(3086, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/filter.php', 'wp-content/plugins/kk-star-ratings/src/functions/filter.php'),
(3087, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/find.php', 'wp-content/plugins/kk-star-ratings/src/functions/find.php'),
(3088, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/flat.php', 'wp-content/plugins/kk-star-ratings/src/functions/flat.php'),
(3089, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/get_hof.php', 'wp-content/plugins/kk-star-ratings/src/functions/get_hof.php'),
(3090, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/hook.php', 'wp-content/plugins/kk-star-ratings/src/functions/hook.php'),
(3091, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/index.php', 'wp-content/plugins/kk-star-ratings/src/functions/index.php'),
(3092, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/lock.php', 'wp-content/plugins/kk-star-ratings/src/functions/lock.php'),
(3093, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/migrations.php', 'wp-content/plugins/kk-star-ratings/src/functions/migrations.php'),
(3094, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/migrators.php', 'wp-content/plugins/kk-star-ratings/src/functions/migrators.php'),
(3095, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/option.php', 'wp-content/plugins/kk-star-ratings/src/functions/option.php'),
(3096, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/post_meta.php', 'wp-content/plugins/kk-star-ratings/src/functions/post_meta.php'),
(3097, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/prefix.php', 'wp-content/plugins/kk-star-ratings/src/functions/prefix.php'),
(3098, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/relative.php', 'wp-content/plugins/kk-star-ratings/src/functions/relative.php'),
(3099, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/sanitize.php', 'wp-content/plugins/kk-star-ratings/src/functions/sanitize.php'),
(3100, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/strip_prefix.php', 'wp-content/plugins/kk-star-ratings/src/functions/strip_prefix.php'),
(3101, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/to_shortcode.php', 'wp-content/plugins/kk-star-ratings/src/functions/to_shortcode.php'),
(3102, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/type_cast.php', 'wp-content/plugins/kk-star-ratings/src/functions/type_cast.php'),
(3103, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/url.php', 'wp-content/plugins/kk-star-ratings/src/functions/url.php'),
(3104, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/functions/view.php', 'wp-content/plugins/kk-star-ratings/src/functions/view.php'),
(3105, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/index.php', 'wp-content/plugins/kk-star-ratings/src/index.php'),
(3106, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/kk_star_ratings.php', 'wp-content/plugins/kk-star-ratings/src/kk_star_ratings.php'),
(3107, '/home/abt90iranbet/public_html/wp-content/plugins/kk-star-ratings/src/kksr.php', 'wp-content/plugins/kk-star-ratings/src/kksr.php'),
(3108, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/LICENSE.txt', 'wp-content/plugins/luckywp-table-of-contents/LICENSE.txt'),
(3109, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Admin.php', 'wp-content/plugins/luckywp-table-of-contents/admin/Admin.php'),
(3110, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Rate.php', 'wp-content/plugins/luckywp-table-of-contents/admin/Rate.php'),
(3111, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php', 'wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php'),
(3112, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.css', 'wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.css'),
(3113, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.js', 'wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.js'),
(3114, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php'),
(3115, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php'),
(3116, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php'),
(3117, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php'),
(3118, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php'),
(3119, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/WidgetController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/WidgetController.php'),
(3120, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php', 'wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php'),
(3121, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/rate/notice.php', 'wp-content/plugins/luckywp-table-of-contents/admin/views/rate/notice.php'),
(3122, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/settings/index.php', 'wp-content/plugins/luckywp-table-of-contents/admin/views/settings/index.php'),
(3123, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/settings/plugins.php', 'wp-content/plugins/luckywp-table-of-contents/admin/views/settings/plugins.php'),
(3124, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/OverrideColorBadge.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/OverrideColorBadge.php'),
(3125, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/PostTypes.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/PostTypes.php'),
(3126, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/CustomizeModal.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/CustomizeModal.php'),
(3127, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/views/modal.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/views/modal.php'),
(3128, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/CustomizeSuccess.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/CustomizeSuccess.php'),
(3129, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/views/widget.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/views/widget.php'),
(3130, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/FontSizeField.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/FontSizeField.php'),
(3131, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/views/widget.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/views/widget.php'),
(3132, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/Metabox.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/Metabox.php'),
(3133, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/views/box.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/views/box.php'),
(3134, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/SkipHeadingLevelField.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/SkipHeadingLevelField.php'),
(3135, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/views/field.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/views/field.php'),
(3136, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/Widget.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/Widget.php'),
(3137, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/_override.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/_override.php'),
(3138, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/form.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/form.php'),
(3139, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/WidthField.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/WidthField.php'),
(3140, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/views/widget.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/views/widget.php'),
(3141, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/config/plugin.php', 'wp-content/plugins/luckywp-table-of-contents/config/plugin.php'),
(3142, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/config/settings.php', 'wp-content/plugins/luckywp-table-of-contents/config/settings.php'),
(3143, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/Core.php', 'wp-content/plugins/luckywp-table-of-contents/core/Core.php'),
(3144, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php', 'wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php'),
(3145, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminHtml.php', 'wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminHtml.php'),
(3146, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminUrl.php', 'wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminUrl.php'),
(3147, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php'),
(3148, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php'),
(3149, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Container.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Container.php'),
(3150, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Controller.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Controller.php'),
(3151, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Model.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Model.php'),
(3152, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Request.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Request.php'),
(3153, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ServiceLocator.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/ServiceLocator.php'),
(3154, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/View.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/View.php'),
(3155, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php'),
(3156, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php'),
(3157, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/front/BaseFront.php', 'wp-content/plugins/luckywp-table-of-contents/core/front/BaseFront.php'),
(3158, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php'),
(3159, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php'),
(3160, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php'),
(3161, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php'),
(3162, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php'),
(3163, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php'),
(3164, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php'),
(3165, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php'),
(3166, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php'),
(3167, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php'),
(3168, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php', 'wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php'),
(3169, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php', 'wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php'),
(3170, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/Front.php', 'wp-content/plugins/luckywp-table-of-contents/front/Front.php'),
(3171, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/Toc.php', 'wp-content/plugins/luckywp-table-of-contents/front/Toc.php'),
(3172, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css', 'wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css'),
(3173, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js', 'wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js'),
(3174, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/body.php', 'wp-content/plugins/luckywp-table-of-contents/front/views/body.php'),
(3175, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/items.php', 'wp-content/plugins/luckywp-table-of-contents/front/views/items.php'),
(3176, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/functions.php', 'wp-content/plugins/luckywp-table-of-contents/functions.php'),
(3177, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php'),
(3178, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php'),
(3179, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php'),
(3180, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php'),
(3181, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php'),
(3182, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php'),
(3183, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php'),
(3184, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/elementor/assets/editor.min.js', 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/assets/editor.min.js'),
(3185, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-es_ES.mo', 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-es_ES.mo'),
(3186, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-he_IL.mo', 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-he_IL.mo'),
(3187, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-ru_RU.mo', 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-ru_RU.mo'),
(3188, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents.pot', 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents.pot'),
(3189, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php', 'wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php'),
(3190, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php', 'wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php'),
(3191, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php'),
(3192, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php'),
(3193, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/PostSettings.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/PostSettings.php'),
(3194, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php'),
(3195, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php'),
(3196, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php'),
(3197, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandling.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandling.php'),
(3198, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php'),
(3199, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php'),
(3200, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php'),
(3201, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php'),
(3202, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php'),
(3203, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/editorBlock.min.js', 'wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/editorBlock.min.js'),
(3204, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php'),
(3205, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/mce.min.css', 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/mce.min.css'),
(3206, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/plugin.min.js', 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/plugin.min.js'),
(3207, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/readme.txt', 'wp-content/plugins/luckywp-table-of-contents/readme.txt'),
(3208, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/uninstall.php', 'wp-content/plugins/luckywp-table-of-contents/uninstall.php'),
(3209, '/home/abt90iranbet/public_html/wp-content/plugins/luckywp-table-of-contents/wpml-config.xml', 'wp-content/plugins/luckywp-table-of-contents/wpml-config.xml'),
(3210, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/.editorconfig', 'wp-content/plugins/poka-review/.editorconfig'),
(3211, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/Gruntfile.js', 'wp-content/plugins/poka-review/Gruntfile.js'),
(3212, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/LICENSE.txt', 'wp-content/plugins/poka-review/LICENSE.txt'),
(3213, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/README.txt', 'wp-content/plugins/poka-review/README.txt'),
(3214, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/class-poka-review-admin.php', 'wp-content/plugins/poka-review/admin/class-poka-review-admin.php'),
(3215, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/css/line-awesome.min.css', 'wp-content/plugins/poka-review/admin/css/line-awesome.min.css'),
(3216, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/css/poka-review-admin.css', 'wp-content/plugins/poka-review/admin/css/poka-review-admin.css'),
(3217, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/index.php', 'wp-content/plugins/poka-review/admin/index.php'),
(3218, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/clipboard.min.js', 'wp-content/plugins/poka-review/admin/js/clipboard.min.js'),
(3219, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/poka-review-admin-preview.js', 'wp-content/plugins/poka-review/admin/js/poka-review-admin-preview.js'),
(3220, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/poka-review-admin.js', 'wp-content/plugins/poka-review/admin/js/poka-review-admin.js'),
(3221, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/admin/js/poka-review-field-dynamic-tax.js', 'wp-content/plugins/poka-review/admin/js/poka-review-field-dynamic-tax.js'),
(3222, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-acf-dynamic-tax-field.php', 'wp-content/plugins/poka-review/includes/class-poka-review-acf-dynamic-tax-field.php'),
(3223, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-acf-image-select-field.php', 'wp-content/plugins/poka-review/includes/class-poka-review-acf-image-select-field.php'),
(3224, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-activator.php', 'wp-content/plugins/poka-review/includes/class-poka-review-activator.php'),
(3225, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-deactivator.php', 'wp-content/plugins/poka-review/includes/class-poka-review-deactivator.php'),
(3226, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-i18n.php', 'wp-content/plugins/poka-review/includes/class-poka-review-i18n.php'),
(3227, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review-loader.php', 'wp-content/plugins/poka-review/includes/class-poka-review-loader.php'),
(3228, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/class-poka-review.php', 'wp-content/plugins/poka-review/includes/class-poka-review.php'),
(3229, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/index.php', 'wp-content/plugins/poka-review/includes/index.php'),
(3230, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/acf.php', 'wp-content/plugins/poka-review/includes/libraries/acf/acf.php'),
(3231, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-dark.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-dark.css'),
(3232, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-field-group.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-field-group.css'),
(3233, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-global.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-global.css'),
(3234, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-input.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/css/acf-input.css'),
(3235, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/images/acf-logo.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/images/acf-logo.png'),
(3236, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner.gif', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner.gif'),
(3237, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner@2x.gif', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/images/spinner@2x.gif'),
(3238, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-bg_highlight-soft_0_ffffff_1x100.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-bg_highlight-soft_0_ffffff_1x100.png'),
(3239, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_444444_256x240.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_444444_256x240.png'),
(3240, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_DDDDDD_256x240.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_DDDDDD_256x240.png'),
(3241, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_ffffff_256x240.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/images/ui-icons_ffffff_256x240.png'),
(3242, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.css'),
(3243, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.min.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/datepicker/jquery-ui.min.css'),
(3244, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2-spinner.gif', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2-spinner.gif'),
(3245, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.css'),
(3246, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.js'),
(3247, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.min.js'),
(3248, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3249, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2x2.png', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/3/select2x2.png'),
(3250, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.css'),
(3251, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.js'),
(3252, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.full.min.js'),
(3253, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.js'),
(3254, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.css'),
(3255, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/select2/4/select2.min.js'),
(3256, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.css'),
(3257, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.js'),
(3258, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.css', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.css'),
(3259, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js'),
(3260, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.js'),
(3261, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-field-group.min.js'),
(3262, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.js'),
(3263, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf-input.min.js'),
(3264, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.js'),
(3265, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/assets/js/acf.min.js'),
(3266, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-functions.php'),
(3267, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-group-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-field-group-functions.php'),
(3268, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-form-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-form-functions.php'),
(3269, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-helper-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-helper-functions.php'),
(3270, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-hook-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-hook-functions.php'),
(3271, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-input-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-input-functions.php'),
(3272, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-meta-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-meta-functions.php'),
(3273, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-post-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-post-functions.php'),
(3274, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-user-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-user-functions.php'),
(3275, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-utility-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-utility-functions.php'),
(3276, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-value-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-value-functions.php'),
(3277, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-wp-functions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/acf-wp-functions.php'),
(3278, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-group.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-group.php'),
(3279, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-groups.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-field-groups.php'),
(3280, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-notices.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-notices.php'),
(3281, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-tools.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-tools.php'),
(3282, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-upgrade.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin-upgrade.php'),
(3283, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/admin.php'),
(3284, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-export.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-export.php'),
(3285, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-import.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool-import.php'),
(3286, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/tools/class-acf-admin-tool.php'),
(3287, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field-conditional-logic.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field-conditional-logic.php'),
(3288, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-field.php'),
(3289, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-fields.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-fields.php'),
(3290, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-locations.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-locations.php'),
(3291, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-options.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/field-group-options.php'),
(3292, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-navigation.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-navigation.php'),
(3293, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade-network.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade-network.php'),
(3294, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-page-upgrade.php'),
(3295, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-tools.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-admin-tools.php'),
(3296, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-group.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-group.php'),
(3297, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-rule.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-location-rule.php'),
(3298, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-notice-upgrade.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/admin/views/html-notice-upgrade.php'),
(3299, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-check-screen.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-check-screen.php'),
(3300, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-local-json-diff.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-local-json-diff.php'),
(3301, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query-users.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query-users.php'),
(3302, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-query.php'),
(3303, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-upgrade.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-upgrade.php'),
(3304, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-user-setting.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax-user-setting.php'),
(3305, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/ajax/class-acf-ajax.php'),
(3306, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-helpers.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-helpers.php'),
(3307, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-template.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-template.php'),
(3308, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-term.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/api/api-term.php'),
(3309, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/assets.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/assets.php'),
(3310, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/class-acf-data.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/class-acf-data.php'),
(3311, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/compatibility.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/compatibility.php'),
(3312, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/deprecated.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/deprecated.php'),
(3313, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-accordion.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-accordion.php'),
(3314, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-button-group.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-button-group.php'),
(3315, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-checkbox.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-checkbox.php'),
(3316, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-color_picker.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-color_picker.php'),
(3317, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_picker.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_picker.php'),
(3318, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_time_picker.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-date_time_picker.php'),
(3319, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-email.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-email.php'),
(3320, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-file.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-file.php'),
(3321, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-google-map.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-google-map.php'),
(3322, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-group.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-group.php'),
(3323, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-image.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-image.php'),
(3324, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-link.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-link.php'),
(3325, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-message.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-message.php'),
(3326, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-number.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-number.php'),
(3327, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-oembed.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-oembed.php'),
(3328, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-output.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-output.php'),
(3329, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-page_link.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-page_link.php'),
(3330, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-password.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-password.php'),
(3331, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-post_object.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-post_object.php'),
(3332, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-radio.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-radio.php'),
(3333, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-range.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-range.php'),
(3334, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-relationship.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-relationship.php'),
(3335, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-select.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-select.php'),
(3336, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-separator.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-separator.php'),
(3337, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-tab.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-tab.php'),
(3338, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-taxonomy.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-taxonomy.php'),
(3339, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-text.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-text.php'),
(3340, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-textarea.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-textarea.php'),
(3341, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-time_picker.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-time_picker.php'),
(3342, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-true_false.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-true_false.php'),
(3343, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-url.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-url.php'),
(3344, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-user.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-user.php'),
(3345, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-wysiwyg.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field-wysiwyg.php'),
(3346, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields/class-acf-field.php'),
(3347, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/fields.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/fields.php'),
(3348, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-attachment.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-attachment.php'),
(3349, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-comment.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-comment.php'),
(3350, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-customizer.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-customizer.php'),
(3351, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-front.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-front.php'),
(3352, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-gutenberg.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-gutenberg.php'),
(3353, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-nav-menu.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-nav-menu.php'),
(3354, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-post.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-post.php'),
(3355, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-taxonomy.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-taxonomy.php'),
(3356, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-user.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-user.php'),
(3357, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-widget.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/forms/form-widget.php'),
(3358, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/l10n.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/l10n.php'),
(3359, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/legacy/legacy-locations.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/legacy/legacy-locations.php'),
(3360, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/local-fields.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/local-fields.php'),
(3361, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/local-json.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/local-json.php'),
(3362, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/local-meta.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/local-meta.php'),
(3363, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-legacy-location.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-legacy-location.php'),
(3364, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-location.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/abstract-acf-location.php'),
(3365, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-attachment.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-attachment.php'),
(3366, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-comment.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-comment.php'),
(3367, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user-role.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user-role.php'),
(3368, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-current-user.php'),
(3369, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu-item.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu-item.php'),
(3370, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-nav-menu.php'),
(3371, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-parent.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-parent.php'),
(3372, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-template.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-template.php'),
(3373, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-type.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page-type.php'),
(3374, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-page.php'),
(3375, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-category.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-category.php'),
(3376, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-format.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-format.php'),
(3377, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-status.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-status.php'),
(3378, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-taxonomy.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-taxonomy.php'),
(3379, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-template.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-template.php'),
(3380, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-type.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post-type.php'),
(3381, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-post.php'),
(3382, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-taxonomy.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-taxonomy.php'),
(3383, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-form.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-form.php'),
(3384, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-role.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-user-role.php'),
(3385, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-widget.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations/class-acf-location-widget.php'),
(3386, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/locations.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/locations.php'),
(3387, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/loop.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/loop.php'),
(3388, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/media.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/media.php'),
(3389, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/revisions.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/revisions.php'),
(3390, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/third-party.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/third-party.php'),
(3391, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/updates.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/updates.php'),
(3392, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/upgrades.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/upgrades.php'),
(3393, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/validation.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/validation.php'),
(3394, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-nav-menu-edit.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-nav-menu-edit.php'),
(3395, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-taxonomy-field.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/walkers/class-acf-walker-taxonomy-field.php'),
(3396, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/includes/wpml.php', 'wp-content/plugins/poka-review/includes/libraries/acf/includes/wpml.php'),
(3397, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.mo'),
(3398, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ar.po'),
(3399, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.mo'),
(3400, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-bg_BG.po'),
(3401, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.mo'),
(3402, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ca.po'),
(3403, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.mo'),
(3404, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-cs_CZ.po'),
(3405, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.mo'),
(3406, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_CH.po'),
(3407, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.mo'),
(3408, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE.po'),
(3409, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.mo'),
(3410, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-de_DE_formal.po'),
(3411, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.mo'),
(3412, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-es_ES.po'),
(3413, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.mo'),
(3414, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fa_IR.po'),
(3415, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.mo'),
(3416, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fi.po'),
(3417, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.mo'),
(3418, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_CA.po'),
(3419, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.mo'),
(3420, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-fr_FR.po'),
(3421, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.mo'),
(3422, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-he_IL.po'),
(3423, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.mo'),
(3424, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hr.po'),
(3425, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.mo'),
(3426, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-hu_HU.po'),
(3427, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.mo'),
(3428, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-id_ID.po'),
(3429, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.mo'),
(3430, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-it_IT.po'),
(3431, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.mo'),
(3432, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ja.po'),
(3433, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.mo'),
(3434, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nb_NO.po'),
(3435, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.mo'),
(3436, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-nl_NL.po'),
(3437, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.mo'),
(3438, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pl_PL.po'),
(3439, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.mo'),
(3440, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_BR.po'),
(3441, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.mo'),
(3442, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-pt_PT.po'),
(3443, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.mo'),
(3444, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ro_RO.po'),
(3445, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.mo'),
(3446, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-ru_RU.po'),
(3447, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.mo'),
(3448, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sk_SK.po'),
(3449, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.mo'),
(3450, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-sv_SE.po'),
(3451, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.mo'),
(3452, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-tr_TR.po'),
(3453, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.mo'),
(3454, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-uk.po'),
(3455, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.mo'),
(3456, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_CN.po'),
(3457, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.mo', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.mo'),
(3458, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.po', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf-zh_TW.po'),
(3459, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/lang/acf.pot', 'wp-content/plugins/poka-review/includes/libraries/acf/lang/acf.pot'),
(3460, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/acf-pro.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/acf-pro.php'),
(3461, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-options-page.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-options-page.php'),
(3462, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-updates.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/admin-updates.php'),
(3463, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-options-page.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-options-page.php'),
(3464, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-settings-updates.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/admin/views/html-settings-updates.php'),
(3465, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-field-group.css', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-field-group.css'),
(3466, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-input.css', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/css/acf-pro-input.css'),
(3467, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-blocks.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-blocks.min.js'),
(3468, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.js', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.js'),
(3469, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-field-group.min.js'),
(3470, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.js', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.js'),
(3471, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.min.js', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/assets/js/acf-pro-input.min.js'),
(3472, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/blocks.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/blocks.php'),
(3473, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-clone.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-clone.php'),
(3474, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-flexible-content.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-flexible-content.php'),
(3475, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-gallery.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-gallery.php'),
(3476, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-repeater.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/fields/class-acf-field-repeater.php'),
(3477, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-block.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-block.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3478, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-options-page.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/locations/class-acf-location-options-page.php'),
(3479, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/options-page.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/options-page.php'),
(3480, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/pro/updates.php', 'wp-content/plugins/poka-review/includes/libraries/acf/pro/updates.php'),
(3481, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/acf/readme.txt', 'wp-content/plugins/poka-review/includes/libraries/acf/readme.txt'),
(3482, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/scss.inc.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/scss.inc.php'),
(3483, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Base/Range.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Base/Range.php'),
(3484, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Block.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Block.php'),
(3485, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Cache.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Cache.php'),
(3486, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Colors.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Colors.php'),
(3487, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler/Environment.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler/Environment.php'),
(3488, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Compiler.php'),
(3489, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/CompilerException.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/CompilerException.php'),
(3490, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ParserException.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ParserException.php'),
(3491, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/RangeException.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/RangeException.php'),
(3492, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ServerException.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Exception/ServerException.php'),
(3493, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compact.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compact.php'),
(3494, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compressed.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Compressed.php'),
(3495, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Crunched.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Crunched.php'),
(3496, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Debug.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Debug.php'),
(3497, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Expanded.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Expanded.php'),
(3498, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Nested.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/Nested.php'),
(3499, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/OutputBlock.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter/OutputBlock.php'),
(3500, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Formatter.php'),
(3501, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node/Number.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node/Number.php'),
(3502, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Node.php'),
(3503, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Parser.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Parser.php'),
(3504, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64.php'),
(3505, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQ.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQ.php'),
(3506, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQEncoder.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/Base64VLQEncoder.php'),
(3507, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/SourceMapGenerator.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/SourceMap/SourceMapGenerator.php'),
(3508, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Type.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Type.php'),
(3509, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Util.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Util.php'),
(3510, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/libraries/scssphp/src/Version.php', 'wp-content/plugins/poka-review/includes/libraries/scssphp/src/Version.php'),
(3511, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/poka-review-fields.php', 'wp-content/plugins/poka-review/includes/poka-review-fields.php'),
(3512, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/includes/poka-review-helpers.php', 'wp-content/plugins/poka-review/includes/poka-review-helpers.php'),
(3513, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/index.php', 'wp-content/plugins/poka-review/index.php'),
(3514, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/languages/poka-review-en_US.mo', 'wp-content/plugins/poka-review/languages/poka-review-en_US.mo'),
(3515, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/languages/poka-review-en_US.po', 'wp-content/plugins/poka-review/languages/poka-review-en_US.po'),
(3516, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/package.json', 'wp-content/plugins/poka-review/package.json'),
(3517, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/poka-review.php', 'wp-content/plugins/poka-review/poka-review.php'),
(3518, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/class-poka-review-public.php', 'wp-content/plugins/poka-review/public/class-poka-review-public.php'),
(3519, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/class-poka-review-shortcodes.php', 'wp-content/plugins/poka-review/public/class-poka-review-shortcodes.php'),
(3520, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-main.css', 'wp-content/plugins/poka-review/public/css/poka-review-main.css'),
(3521, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-main.css.map', 'wp-content/plugins/poka-review/public/css/poka-review-main.css.map'),
(3522, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-vendor.css', 'wp-content/plugins/poka-review/public/css/poka-review-vendor.css'),
(3523, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css', 'wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css'),
(3524, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/FontAwesome.otf', 'wp-content/plugins/poka-review/public/fonts/FontAwesome.otf'),
(3525, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.eot', 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.eot'),
(3526, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.svg', 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.svg'),
(3527, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.ttf', 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.ttf'),
(3528, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff', 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff'),
(3529, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff2', 'wp-content/plugins/poka-review/public/fonts/fontawesome-webfont.woff2'),
(3530, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/ajax-loader.gif', 'wp-content/plugins/poka-review/public/images/ajax-loader.gif'),
(3531, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/back.svg', 'wp-content/plugins/poka-review/public/images/back.svg'),
(3532, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icon-checked.svg', 'wp-content/plugins/poka-review/public/images/icon-checked.svg'),
(3533, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-bookmark.svg', 'wp-content/plugins/poka-review/public/images/icons8-bookmark.svg'),
(3534, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-checkmark.svg', 'wp-content/plugins/poka-review/public/images/icons8-checkmark.svg'),
(3535, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-delete.svg', 'wp-content/plugins/poka-review/public/images/icons8-delete.svg'),
(3536, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-ok.svg', 'wp-content/plugins/poka-review/public/images/icons8-ok.svg'),
(3537, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/icons8-rating.svg', 'wp-content/plugins/poka-review/public/images/icons8-rating.svg'),
(3538, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/left-arrow.svg', 'wp-content/plugins/poka-review/public/images/left-arrow.svg'),
(3539, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/next.svg', 'wp-content/plugins/poka-review/public/images/next.svg'),
(3540, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/plus-symbol-white.svg', 'wp-content/plugins/poka-review/public/images/plus-symbol-white.svg'),
(3541, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/plus-symbol.svg', 'wp-content/plugins/poka-review/public/images/plus-symbol.svg'),
(3542, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/right-arrow.svg', 'wp-content/plugins/poka-review/public/images/right-arrow.svg'),
(3543, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/images/star.svg', 'wp-content/plugins/poka-review/public/images/star.svg'),
(3544, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/index.php', 'wp-content/plugins/poka-review/public/index.php'),
(3545, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/js/poka-review-main.js', 'wp-content/plugins/poka-review/public/js/poka-review-main.js'),
(3546, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/js/poka-review-scripts.js', 'wp-content/plugins/poka-review/public/js/poka-review-scripts.js'),
(3547, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/js/poka-review-vendor.js', 'wp-content/plugins/poka-review/public/js/poka-review-vendor.js'),
(3548, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/partials/poka-review-public-display.php', 'wp-content/plugins/poka-review/public/partials/poka-review-public-display.php'),
(3549, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_elements.scss', 'wp-content/plugins/poka-review/public/scss/_elements.scss'),
(3550, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_mixins.scss', 'wp-content/plugins/poka-review/public/scss/_mixins.scss'),
(3551, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_shortcodes.scss', 'wp-content/plugins/poka-review/public/scss/_shortcodes.scss'),
(3552, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_various.scss', 'wp-content/plugins/poka-review/public/scss/_various.scss'),
(3553, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/_vars.scss', 'wp-content/plugins/poka-review/public/scss/_vars.scss'),
(3554, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/styles.scss', 'wp-content/plugins/poka-review/public/scss/styles.scss'),
(3555, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/vendor/_slick-theme.scss', 'wp-content/plugins/poka-review/public/scss/vendor/_slick-theme.scss'),
(3556, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/scss/vendor/_slick.scss', 'wp-content/plugins/poka-review/public/scss/vendor/_slick.scss'),
(3557, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/poka-review-table-header.php', 'wp-content/plugins/poka-review/public/templates/poka-review-table-header.php'),
(3558, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_bonusbox.php', 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_bonusbox.php'),
(3559, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_single.php', 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_single.php'),
(3560, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist.php', 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist.php'),
(3561, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist_widget.php', 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelist_widget.php'),
(3562, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv2.php', 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv2.php'),
(3563, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv3.php', 'wp-content/plugins/poka-review/public/templates/shortcode-pokareview_tablelistv3.php'),
(3564, '/home/abt90iranbet/public_html/wp-content/plugins/poka-review/uninstall.php', 'wp-content/plugins/poka-review/uninstall.php'),
(3565, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-about.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-about.php'),
(3566, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-pro-features.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-pro-features.php'),
(3567, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-settings.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-settings.php'),
(3568, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-top-level.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin-top-level.php'),
(3569, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-admin.php'),
(3570, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-rate.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-rate.php'),
(3571, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-unsafe-features.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice-unsafe-features.php'),
(3572, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-notice.php'),
(3573, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-widget.php', 'wp-content/plugins/shortcodes-ultimate/admin/class-shortcodes-ultimate-widget.php'),
(3574, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/css/admin.css', 'wp-content/plugins/shortcodes-ultimate/admin/css/admin.css'),
(3575, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/css/generator.css', 'wp-content/plugins/shortcodes-ultimate/admin/css/generator.css'),
(3576, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/check.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/check.svg'),
(3577, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/poster.jpg', 'wp-content/plugins/shortcodes-ultimate/admin/images/pages/about/poster.jpg'),
(3578, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/plugin-icon.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/plugin-icon.svg'),
(3579, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-banner.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-banner.png'),
(3580, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-generator.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/icon-generator.png'),
(3581, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/content_slider.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/content_slider.png'),
(3582, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/exit_popup.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/exit_popup.png'),
(3583, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon.png'),
(3584, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_panel.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_panel.png'),
(3585, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_text.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/icon_text.png'),
(3586, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/member.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/member.png'),
(3587, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/panel.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/panel.png'),
(3588, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/photo_panel.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/photo_panel.png'),
(3589, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/pricing_table.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/pricing_table.png'),
(3590, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_bar.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_bar.png'),
(3591, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_pie.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/progress_pie.png'),
(3592, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/section.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/section.png'),
(3593, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/shadow.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/shadow.png'),
(3594, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/splash.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/splash.png'),
(3595, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/testimonial.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots/testimonial.png'),
(3596, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/search.png', 'wp-content/plugins/shortcodes-ultimate/admin/images/search.png'),
(3597, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/_default.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/_default.svg'),
(3598, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/accordion.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/accordion.svg'),
(3599, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/animate.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/animate.svg'),
(3600, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/audio.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/audio.svg'),
(3601, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/box.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/box.svg'),
(3602, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/button.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/button.svg'),
(3603, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/carousel.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/carousel.svg'),
(3604, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/column.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/column.svg'),
(3605, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slide.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slide.svg'),
(3606, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slider.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/content_slider.svg'),
(3607, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/custom_gallery.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/custom_gallery.svg'),
(3608, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dailymotion.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dailymotion.svg'),
(3609, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/display-posts.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/display-posts.svg'),
(3610, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/divider.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/divider.svg'),
(3611, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/document.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/document.svg'),
(3612, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dropcap.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dropcap.svg'),
(3613, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_image.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_image.svg'),
(3614, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_text.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/dummy_text.svg'),
(3615, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/exit_popup.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/exit_popup.svg'),
(3616, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/expand.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/expand.svg'),
(3617, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/feed.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/feed.svg'),
(3618, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/gmap.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/gmap.svg'),
(3619, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/guests.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/guests.svg'),
(3620, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/heading.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/heading.svg'),
(3621, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/highlight.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/highlight.svg'),
(3622, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon.svg'),
(3623, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_panel.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_panel.svg'),
(3624, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_text.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/icon_text.svg'),
(3625, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/image_carousel.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/image_carousel.svg'),
(3626, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/label.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/label.svg'),
(3627, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox.svg'),
(3628, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox_content.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/lightbox_content.svg'),
(3629, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/list.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/list.svg'),
(3630, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/member.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/member.svg'),
(3631, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/members.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/members.svg'),
(3632, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/menu.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/menu.svg'),
(3633, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/meta.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/meta.svg'),
(3634, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/note.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/note.svg'),
(3635, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/panel.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/panel.svg'),
(3636, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/permalink.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/permalink.svg'),
(3637, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/photo_panel.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/photo_panel.svg'),
(3638, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/plan.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/plan.svg'),
(3639, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/post.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/post.svg'),
(3640, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/posts.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/posts.svg'),
(3641, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pricing_table.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pricing_table.svg'),
(3642, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/private.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/private.svg'),
(3643, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_bar.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_bar.svg'),
(3644, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_pie.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/progress_pie.svg'),
(3645, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pullquote.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/pullquote.svg'),
(3646, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/qrcode.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/qrcode.svg'),
(3647, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/quote.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/quote.svg'),
(3648, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/row.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/row.svg'),
(3649, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/scheduler.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/scheduler.svg'),
(3650, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/section.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/section.svg'),
(3651, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/service.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/service.svg'),
(3652, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/shadow.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/shadow.svg'),
(3653, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/siblings.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/siblings.svg'),
(3654, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/slider.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/slider.svg'),
(3655, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spacer.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spacer.svg'),
(3656, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/splash.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/splash.svg'),
(3657, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spoiler.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/spoiler.svg'),
(3658, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/subpages.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/subpages.svg'),
(3659, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tab.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tab.svg'),
(3660, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/table.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/table.svg'),
(3661, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tabs.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tabs.svg'),
(3662, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/template.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/template.svg'),
(3663, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/testimonial.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/testimonial.svg'),
(3664, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tooltip.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/tooltip.svg'),
(3665, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/user.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/user.svg'),
(3666, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/video.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/video.svg'),
(3667, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/vimeo.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/vimeo.svg'),
(3668, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube.svg'),
(3669, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube_advanced.svg', 'wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes/youtube_advanced.svg'),
(3670, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/spinner.gif', 'wp-content/plugins/shortcodes-ultimate/admin/images/spinner.gif'),
(3671, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js', 'wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js'),
(3672, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js.map', 'wp-content/plugins/shortcodes-ultimate/admin/js/about/index.js.map'),
(3673, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help/addons.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/help/addons.php'),
(3674, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help/settings.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/help/settings.php'),
(3675, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help/sidebar.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/help/sidebar.php'),
(3676, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices/pro.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/notices/pro.php'),
(3677, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices/rate.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/notices/rate.php'),
(3678, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices/unsafe-features.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/notices/unsafe-features.php'),
(3679, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pages/about.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/pages/about.php'),
(3680, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pages/settings.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/pages/settings.php'),
(3681, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pro-features/generator.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/pro-features/generator.php'),
(3682, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox-group.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox-group.php'),
(3683, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox.php'),
(3684, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/css.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/css.php'),
(3685, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/text.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/text.php'),
(3686, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/advanced.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/advanced.php'),
(3687, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/general.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections/general.php'),
(3688, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/tabs.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/tabs.php'),
(3689, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/widget/form.php', 'wp-content/plugins/shortcodes-ultimate/admin/partials/widget/form.php'),
(3690, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/changelog.txt', 'wp-content/plugins/shortcodes-ultimate/changelog.txt'),
(3691, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/credits.txt', 'wp-content/plugins/shortcodes-ultimate/credits.txt'),
(3692, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/LICENSE.txt', 'wp-content/plugins/shortcodes-ultimate/freemius/LICENSE.txt'),
(3693, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/account.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/account.css'),
(3694, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/add-ons.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/add-ons.css'),
(3695, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/affiliation.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/affiliation.css'),
(3696, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/checkout.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/checkout.css'),
(3697, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/clone-resolution.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/clone-resolution.css'),
(3698, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/common.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/common.css'),
(3699, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/connect.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/connect.css'),
(3700, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/debug.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/debug.css'),
(3701, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/dialog-boxes.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/dialog-boxes.css'),
(3702, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/gdpr-optin-notice.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/gdpr-optin-notice.css'),
(3703, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/index.php'),
(3704, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/optout.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/optout.css'),
(3705, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/plugins.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin/plugins.css'),
(3706, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/customizer.css', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/customizer.css'),
(3707, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/css/index.php'),
(3708, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/img/index.php'),
(3709, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img/plugin-icon.png', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/img/plugin-icon.png'),
(3710, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img/theme-icon.png', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/img/theme-icon.png'),
(3711, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/index.php'),
(3712, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/js/index.php'),
(3713, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/nojquery.ba-postmessage.js', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/js/nojquery.ba-postmessage.js'),
(3714, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/postmessage.js', 'wp-content/plugins/shortcodes-ultimate/freemius/assets/js/postmessage.js'),
(3715, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/config.php', 'wp-content/plugins/shortcodes-ultimate/freemius/config.php'),
(3716, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius-abstract.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius-abstract.php'),
(3717, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-freemius.php'),
(3718, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-admin-notices.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-admin-notices.php'),
(3719, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-api.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-api.php'),
(3720, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php'),
(3721, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-lock.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-lock.php'),
(3722, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-logger.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-logger.php'),
(3723, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-options.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-options.php'),
(3724, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-plugin-updater.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-plugin-updater.php'),
(3725, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-security.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-security.php'),
(3726, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-storage.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-storage.php'),
(3727, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-user-lock.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-user-lock.php'),
(3728, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-support-section.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-support-section.php'),
(3729, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/class-fs-customizer-upsell-control.php'),
(3730, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer/index.php'),
(3731, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/class-fs-debug-bar-panel.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/class-fs-debug-bar-panel.php'),
(3732, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/debug-bar-start.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/debug-bar-start.php'),
(3733, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/debug/index.php'),
(3734, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate-terms.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate-terms.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3735, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-affiliate.php'),
(3736, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-billing.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-billing.php'),
(3737, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-entity.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-entity.php'),
(3738, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-payment.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-payment.php'),
(3739, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-info.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-info.php'),
(3740, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-license.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-license.php'),
(3741, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-plan.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-plan.php'),
(3742, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-tag.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin-tag.php'),
(3743, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-plugin.php'),
(3744, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-pricing.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-pricing.php'),
(3745, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-scope-entity.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-scope-entity.php'),
(3746, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-site.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-site.php'),
(3747, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-subscription.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-subscription.php'),
(3748, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-user.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/class-fs-user.php'),
(3749, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/entities/index.php'),
(3750, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-core-functions.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-core-functions.php'),
(3751, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-essential-functions.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-essential-functions.php'),
(3752, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-html-escaping-functions.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-html-escaping-functions.php'),
(3753, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-plugin-info-dialog.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/fs-plugin-info-dialog.php'),
(3754, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/index.php'),
(3755, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/l10n.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/l10n.php'),
(3756, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-menu-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-menu-manager.php'),
(3757, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-notice-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-admin-notice-manager.php'),
(3758, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-cache-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-cache-manager.php'),
(3759, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-clone-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-clone-manager.php'),
(3760, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-gdpr-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-gdpr-manager.php'),
(3761, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-key-value-storage.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-key-value-storage.php'),
(3762, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-license-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-license-manager.php'),
(3763, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-option-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-option-manager.php'),
(3764, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-permission-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-permission-manager.php'),
(3765, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plan-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plan-manager.php'),
(3766, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plugin-manager.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/class-fs-plugin-manager.php'),
(3767, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/managers/index.php'),
(3768, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php'),
(3769, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/EmptyArgumentException.php'),
(3770, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/Exception.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/Exception.php'),
(3771, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/InvalidArgumentException.php'),
(3772, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/OAuthException.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/OAuthException.php'),
(3773, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions/index.php'),
(3774, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusBase.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusBase.php'),
(3775, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusWordPress.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/FreemiusWordPress.php'),
(3776, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/LICENSE.txt', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/LICENSE.txt'),
(3777, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/index.php'),
(3778, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php'),
(3779, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-essential-functions-2.2.1.php'),
(3780, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-migration-2.5.1.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/fs-migration-2.5.1.php'),
(3781, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements/index.php'),
(3782, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/index.php'),
(3783, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-cs_CZ.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-cs_CZ.mo'),
(3784, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-da_DK.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-da_DK.mo'),
(3785, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-de_DE.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-de_DE.mo'),
(3786, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-es_ES.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-es_ES.mo'),
(3787, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-fr_FR.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-fr_FR.mo'),
(3788, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-he_IL.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-he_IL.mo'),
(3789, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-hu_HU.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-hu_HU.mo'),
(3790, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-it_IT.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-it_IT.mo'),
(3791, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ja.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ja.mo'),
(3792, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-nl_NL.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-nl_NL.mo'),
(3793, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ru_RU.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ru_RU.mo'),
(3794, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ta.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-ta.mo'),
(3795, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-zh_CN.mo', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius-zh_CN.mo'),
(3796, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius.pot', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/freemius.pot'),
(3797, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/languages/index.php'),
(3798, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/require.php', 'wp-content/plugins/shortcodes-ultimate/freemius/require.php'),
(3799, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/start.php', 'wp-content/plugins/shortcodes-ultimate/freemius/start.php'),
(3800, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/billing.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/billing.php'),
(3801, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/index.php'),
(3802, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/activate-license-button.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/activate-license-button.php'),
(3803, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/addon.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/addon.php'),
(3804, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/deactivate-license-button.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/deactivate-license-button.php'),
(3805, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/disconnect-button.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/disconnect-button.php'),
(3806, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/index.php'),
(3807, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/site.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials/site.php'),
(3808, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/payments.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account/payments.php'),
(3809, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/account.php'),
(3810, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/add-ons.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/add-ons.php'),
(3811, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/add-trial-to-pricing.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/add-trial-to-pricing.php'),
(3812, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/admin-notice.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/admin-notice.php'),
(3813, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/ajax-loader.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/ajax-loader.php'),
(3814, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/api-connectivity-message-js.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/api-connectivity-message-js.php'),
(3815, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/auto-installation.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/auto-installation.php'),
(3816, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/checkout.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/checkout.php'),
(3817, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/clone-resolution-js.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/clone-resolution-js.php'),
(3818, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/index.php'),
(3819, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permission.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permission.php'),
(3820, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permissions-group.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect/permissions-group.php'),
(3821, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/connect.php'),
(3822, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/contact.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/contact.php'),
(3823, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/api-calls.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/api-calls.php'),
(3824, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/index.php'),
(3825, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/logger.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/logger.php'),
(3826, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/plugins-themes-sync.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/plugins-themes-sync.php'),
(3827, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/scheduled-crons.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug/scheduled-crons.php'),
(3828, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/debug.php'),
(3829, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/email.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/email.php'),
(3830, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/affiliation.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/affiliation.php'),
(3831, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/data-debug-mode.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/data-debug-mode.php'),
(3832, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/contact.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/contact.php'),
(3833, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/form.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/form.php'),
(3834, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/index.php'),
(3835, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/retry-skip.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation/retry-skip.php'),
(3836, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/email-address-update.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/email-address-update.php'),
(3837, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/index.php'),
(3838, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/license-activation.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/license-activation.php'),
(3839, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/optout.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/optout.php'),
(3840, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-handler.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-handler.php'),
(3841, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-metadata.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/premium-versions-upgrade-metadata.php'),
(3842, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/resend-key.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/resend-key.php'),
(3843, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/subscription-cancellation.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/subscription-cancellation.php'),
(3844, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/trial-start.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/trial-start.php'),
(3845, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/user-change.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/user-change.php'),
(3846, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/gdpr-optin-js.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/gdpr-optin-js.php'),
(3847, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/index.php'),
(3848, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/index.php'),
(3849, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/jquery.content-change.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/jquery.content-change.php'),
(3850, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/open-license-activation.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/open-license-activation.php'),
(3851, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/permissions.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/permissions.php'),
(3852, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js/style-premium-theme.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/js/style-premium-theme.php'),
(3853, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/index.php'),
(3854, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/network-activation.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/partials/network-activation.php'),
(3855, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-icon.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-icon.php'),
(3856, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/description.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/description.php'),
(3857, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/features.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/features.php'),
(3858, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/index.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/index.php'),
(3859, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/screenshots.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info/screenshots.php'),
(3860, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/powered-by.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/powered-by.php'),
(3861, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/pricing.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/pricing.php'),
(3862, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/secure-https-header.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/secure-https-header.php'),
(3863, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/sticky-admin-notice-js.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/sticky-admin-notice-js.php'),
(3864, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs-capture-js.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs-capture-js.php'),
(3865, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs.php', 'wp-content/plugins/shortcodes-ultimate/freemius/templates/tabs.php'),
(3866, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/assets.php', 'wp-content/plugins/shortcodes-ultimate/inc/core/assets.php'),
(3867, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/generator-views.php', 'wp-content/plugins/shortcodes-ultimate/inc/core/generator-views.php'),
(3868, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/generator.php', 'wp-content/plugins/shortcodes-ultimate/inc/core/generator.php'),
(3869, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/tools.php', 'wp-content/plugins/shortcodes-ultimate/inc/core/tools.php'),
(3870, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-activator.php', 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-activator.php'),
(3871, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-shortcodes.php', 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-shortcodes.php'),
(3872, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-upgrade.php', 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate-upgrade.php'),
(3873, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate.php', 'wp-content/plugins/shortcodes-ultimate/includes/class-shortcodes-ultimate.php'),
(3874, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/animations.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/animations.php'),
(3875, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/borders.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/borders.php'),
(3876, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/crop-ratios.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/crop-ratios.php'),
(3877, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/default-settings.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/default-settings.php'),
(3878, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/groups.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/groups.php'),
(3879, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/icons.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/icons.php'),
(3880, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/popular-shortcodes.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/popular-shortcodes.php'),
(3881, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/post-fields.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/post-fields.php'),
(3882, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/supported-blocks.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/supported-blocks.php'),
(3883, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/config/user-fields.php', 'wp-content/plugins/shortcodes-ultimate/includes/config/user-fields.php'),
(3884, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css', 'wp-content/plugins/shortcodes-ultimate/includes/css/icons.css'),
(3885, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css', 'wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css'),
(3886, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css', 'wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css'),
(3887, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.full.css', 'wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.full.css'),
(3888, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-data.php', 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-data.php'),
(3889, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-tools.php', 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-tools.php'),
(3890, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-widget.php', 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/class-su-widget.php'),
(3891, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php', 'wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php'),
(3892, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/filters.php', 'wp-content/plugins/shortcodes-ultimate/includes/filters.php'),
(3893, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-colors.php', 'wp-content/plugins/shortcodes-ultimate/includes/functions-colors.php'),
(3894, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-galleries.php', 'wp-content/plugins/shortcodes-ultimate/includes/functions-galleries.php'),
(3895, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-helpers.php', 'wp-content/plugins/shortcodes-ultimate/includes/functions-helpers.php'),
(3896, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-html.php', 'wp-content/plugins/shortcodes-ultimate/includes/functions-html.php'),
(3897, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-shortcodes.php', 'wp-content/plugins/shortcodes-ultimate/includes/functions-shortcodes.php'),
(3898, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/functions-styles.php', 'wp-content/plugins/shortcodes-ultimate/includes/functions-styles.php'),
(3899, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/button.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/player/button.png'),
(3900, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/default-start.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/player/default-start.png'),
(3901, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/player/default.png'),
(3902, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/metro-start.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/player/metro-start.png'),
(3903, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/metro.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/player/metro.png'),
(3904, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player/minimal.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/player/minimal.png'),
(3905, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/quote.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/quote.png'),
(3906, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-bubbles.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-bubbles.png'),
(3907, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-glass.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-glass.png'),
(3908, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-noise.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-noise.png'),
(3909, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-soft.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/styles/style-soft.png'),
(3910, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/swiper/default.png', 'wp-content/plugins/shortcodes-ultimate/includes/images/swiper/default.png'),
(3911, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/swiper/loading.gif', 'wp-content/plugins/shortcodes-ultimate/includes/images/swiper/loading.gif'),
(3912, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js', 'wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js'),
(3913, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js.map', 'wp-content/plugins/shortcodes-ultimate/includes/js/block-editor/index.js.map'),
(3914, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js', 'wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js'),
(3915, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js.map', 'wp-content/plugins/shortcodes-ultimate/includes/js/generator/index.js.map'),
(3916, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js', 'wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js'),
(3917, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js.map', 'wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js.map'),
(3918, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/README.txt', 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/README.txt'),
(3919, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/default-loop.php', 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/default-loop.php'),
(3920, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/list-loop.php', 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/list-loop.php'),
(3921, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/single-post.php', 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/single-post.php'),
(3922, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/teaser-loop.php', 'wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates/teaser-loop.php'),
(3923, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/0-all.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/0-all.php'),
(3924, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/accordion.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/accordion.php'),
(3925, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/animate.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/animate.php'),
(3926, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/audio.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/audio.php'),
(3927, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/box.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/box.php'),
(3928, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/button.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/button.php'),
(3929, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/carousel.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/carousel.php'),
(3930, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/column.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/column.php'),
(3931, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/csv-table.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/csv-table.php'),
(3932, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/custom-gallery.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/custom-gallery.php'),
(3933, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dailymotion.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dailymotion.php'),
(3934, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/display-posts.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/display-posts.php'),
(3935, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/divider.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/divider.php'),
(3936, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/document.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/document.php'),
(3937, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dropcap.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dropcap.php'),
(3938, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-image.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-image.php'),
(3939, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-text.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/dummy-text.php'),
(3940, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/expand.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/expand.php'),
(3941, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/feed.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/feed.php'),
(3942, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/frame.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/frame.php'),
(3943, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/gmap.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/gmap.php'),
(3944, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/guests.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/guests.php'),
(3945, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/heading.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/heading.php'),
(3946, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/highlight.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/highlight.php'),
(3947, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/image-carousel.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/image-carousel.php'),
(3948, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/label.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/label.php'),
(3949, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox-content.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox-content.php'),
(3950, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/lightbox.php'),
(3951, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/list.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/list.php'),
(3952, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/media.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/media.php'),
(3953, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/members.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/members.php'),
(3954, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/menu.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/menu.php'),
(3955, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/meta.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/meta.php'),
(3956, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/note.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/note.php'),
(3957, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/permalink.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/permalink.php'),
(3958, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/post.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/post.php'),
(3959, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/posts.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/posts.php'),
(3960, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/private.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/private.php'),
(3961, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/pullquote.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/pullquote.php'),
(3962, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/qrcode.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/qrcode.php'),
(3963, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/quote.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/quote.php'),
(3964, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/row.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/row.php'),
(3965, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/scheduler.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/scheduler.php'),
(3966, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/screenr.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/screenr.php'),
(3967, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/service.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/service.php'),
(3968, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/siblings.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/siblings.php'),
(3969, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/slider.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/slider.php'),
(3970, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spacer.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spacer.php'),
(3971, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spoiler.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/spoiler.php'),
(3972, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/subpages.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/subpages.php'),
(3973, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/table.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/table.php'),
(3974, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tabs.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tabs.php'),
(3975, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/template.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/template.php'),
(3976, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tooltip.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/tooltip.php'),
(3977, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/user.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/user.php'),
(3978, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/video.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/video.php'),
(3979, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/vimeo.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/vimeo.php'),
(3980, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube-advanced.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube-advanced.php'),
(3981, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube.php', 'wp-content/plugins/shortcodes-ultimate/includes/shortcodes/youtube.php'),
(3982, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.0.php', 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.0.php'),
(3983, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.7.php', 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.0.7.php'),
(3984, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.6.0.php', 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.6.0.php'),
(3985, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.9.1.php', 'wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.9.1.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3986, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/license.txt', 'wp-content/plugins/shortcodes-ultimate/license.txt'),
(3987, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/plugin.php', 'wp-content/plugins/shortcodes-ultimate/plugin.php'),
(3988, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/readme.txt', 'wp-content/plugins/shortcodes-ultimate/readme.txt'),
(3989, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php', 'wp-content/plugins/shortcodes-ultimate/shortcodes-ultimate.php'),
(3990, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/animatecss/animate.css', 'wp-content/plugins/shortcodes-ultimate/vendor/animatecss/animate.css'),
(3991, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/chartjs/chart.js', 'wp-content/plugins/shortcodes-ultimate/vendor/chartjs/chart.js'),
(3992, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.css', 'wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.css'),
(3993, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.js', 'wp-content/plugins/shortcodes-ultimate/vendor/flickity/flickity.js'),
(3994, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.eot', 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.eot'),
(3995, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.svg', 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.svg'),
(3996, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.ttf', 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.ttf'),
(3997, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff', 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff'),
(3998, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff2', 'wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff2'),
(3999, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.js', 'wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.js'),
(4000, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.swf', 'wp-content/plugins/shortcodes-ultimate/vendor/jplayer/jplayer.swf'),
(4001, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jquery-inview/jquery-inview.js', 'wp-content/plugins/shortcodes-ultimate/vendor/jquery-inview/jquery-inview.js'),
(4002, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.css', 'wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.css'),
(4003, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.js', 'wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup/magnific-popup.js'),
(4004, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.css', 'wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.css'),
(4005, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.js', 'wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel/owl-carousel.js'),
(4006, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js', 'wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js'),
(4007, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js.map', 'wp-content/plugins/shortcodes-ultimate/vendor/popper/popper.min.js.map'),
(4008, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.css', 'wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.css'),
(4009, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.js', 'wp-content/plugins/shortcodes-ultimate/vendor/simpleslider/simpleslider.js'),
(4010, '/home/abt90iranbet/public_html/wp-content/plugins/shortcodes-ultimate/vendor/swiper/swiper.js', 'wp-content/plugins/shortcodes-ultimate/vendor/swiper/swiper.js'),
(4011, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_less_ajax.css', 'wp-content/plugins/td-cloud-library/assets/css/tdb_less_ajax.css'),
(4012, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css', 'wp-content/plugins/td-cloud-library/assets/css/tdb_main.css'),
(4013, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_menu_admin_bar.css', 'wp-content/plugins/td-cloud-library/assets/css/tdb_menu_admin_bar.css'),
(4014, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin.css', 'wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin.css'),
(4015, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_cloud_templates.css', 'wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_cloud_templates.css'),
(4016, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_taxonomies.css', 'wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin_taxonomies.css'),
(4017, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/audio_placeholder.png', 'wp-content/plugins/td-cloud-library/assets/images/audio_placeholder.png'),
(4018, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/bg-modal.jpg', 'wp-content/plugins/td-cloud-library/assets/images/bg-modal.jpg'),
(4019, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/icon-flex.png', 'wp-content/plugins/td-cloud-library/assets/images/icon-flex.png'),
(4020, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/loading-cloud.gif', 'wp-content/plugins/td-cloud-library/assets/images/loading-cloud.gif'),
(4021, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/location_finder_bing.jpg', 'wp-content/plugins/td-cloud-library/assets/images/location_finder_bing.jpg'),
(4022, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/location_finder_google.jpg', 'wp-content/plugins/td-cloud-library/assets/images/location_finder_google.jpg'),
(4023, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/medium_large.png', 'wp-content/plugins/td-cloud-library/assets/images/medium_large.png'),
(4024, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/mobile_template_close.png', 'wp-content/plugins/td-cloud-library/assets/images/mobile_template_close.png'),
(4025, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/no_img.png', 'wp-content/plugins/td-cloud-library/assets/images/no_img.png'),
(4026, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/pagebuilder/tdc-icons.png', 'wp-content/plugins/td-cloud-library/assets/images/pagebuilder/tdc-icons.png'),
(4027, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/post_content_center_img.png', 'wp-content/plugins/td-cloud-library/assets/images/post_content_center_img.png'),
(4028, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/post_content_left_img.png', 'wp-content/plugins/td-cloud-library/assets/images/post_content_left_img.png'),
(4029, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/post_content_right_img.png', 'wp-content/plugins/td-cloud-library/assets/images/post_content_right_img.png'),
(4030, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/share_style/icon-post-sharing.png', 'wp-content/plugins/td-cloud-library/assets/images/share_style/icon-post-sharing.png'),
(4031, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/single_template_placeholder.png', 'wp-content/plugins/td-cloud-library/assets/images/single_template_placeholder.png'),
(4032, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement.png', 'wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement.png'),
(4033, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement_small.png', 'wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement_small.png'),
(4034, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/images/video_placeholder.png', 'wp-content/plugins/td-cloud-library/assets/images/video_placeholder.png'),
(4035, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js'),
(4036, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_cloud_templates.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_cloud_templates.min.js'),
(4037, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals.min.js'),
(4038, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals_last.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals_last.min.js'),
(4039, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_theme_panel.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_files_vue_theme_panel.min.js'),
(4040, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_files_wp_admin.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_files_wp_admin.min.js'),
(4041, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js'),
(4042, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload_ajax.min.js', 'wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload_ajax.min.js'),
(4043, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/select2.js', 'wp-content/plugins/td-cloud-library/assets/js/select2.js'),
(4044, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdReadingProgressBar.js', 'wp-content/plugins/td-cloud-library/assets/js/tdReadingProgressBar.js'),
(4045, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbCustomForms.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbCustomForms.js'),
(4046, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFavourites.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFavourites.js'),
(4047, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFilters.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFilters.js'),
(4048, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFiltersDropdown.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFiltersDropdown.js'),
(4049, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFiltersList.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFiltersList.js'),
(4050, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFiltersLoop.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFiltersLoop.js'),
(4051, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFormFileUpload.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFormFileUpload.js'),
(4052, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFormGallery.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFormGallery.js'),
(4053, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbFormTaxonomies.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbFormTaxonomies.js'),
(4054, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbLocationDisplay.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbLocationDisplay.js'),
(4055, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbLocationFinder.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbLocationFinder.js'),
(4056, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js'),
(4057, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbModal.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbModal.js'),
(4058, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbPostsList.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbPostsList.js'),
(4059, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbReviewsList.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbReviewsList.js'),
(4060, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js'),
(4061, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/js/tdbTOC.js', 'wp-content/plugins/td-cloud-library/assets/js/tdbTOC.js'),
(4062, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/buttons.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/buttons.less'),
(4063, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/forms.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/forms.less'),
(4064, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/modals.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/modals.less'),
(4065, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/notifications.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/notifications.less'),
(4066, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/pagination.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/pagination.less'),
(4067, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/sections.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/sections.less'),
(4068, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/components/tables.less', 'wp-content/plugins/td-cloud-library/assets/less_common/components/tables.less'),
(4069, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/assets/less_common/variables.less', 'wp-content/plugins/td-cloud-library/assets/less_common/variables.less'),
(4070, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/Mobile_Detect.php', 'wp-content/plugins/td-cloud-library/includes/Mobile_Detect.php'),
(4071, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/admin/metaboxes/tdb_set_template_type.php', 'wp-content/plugins/td-cloud-library/includes/admin/metaboxes/tdb_set_template_type.php'),
(4072, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates-header.php', 'wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates-header.php'),
(4073, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates.php', 'wp-content/plugins/td-cloud-library/includes/admin/templates/cloud-templates.php'),
(4074, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/panel/td_panel_settings.php', 'wp-content/plugins/td-cloud-library/includes/panel/td_panel_settings.php'),
(4075, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/panel/tdb_panel_vue.php', 'wp-content/plugins/td-cloud-library/includes/panel/tdb_panel_vue.php'),
(4076, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/panel/tdc-icons.png', 'wp-content/plugins/td-cloud-library/includes/panel/tdc-icons.png'),
(4077, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_ajax.php', 'wp-content/plugins/td-cloud-library/includes/tdb_ajax.php'),
(4078, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_config.php', 'wp-content/plugins/td-cloud-library/includes/tdb_config.php'),
(4079, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_cpt.php', 'wp-content/plugins/td-cloud-library/includes/tdb_cpt.php'),
(4080, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_functions.php', 'wp-content/plugins/td-cloud-library/includes/tdb_functions.php'),
(4081, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_global_wp_query.php', 'wp-content/plugins/td-cloud-library/includes/tdb_global_wp_query.php'),
(4082, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_menu.php', 'wp-content/plugins/td-cloud-library/includes/tdb_menu.php'),
(4083, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_module.php', 'wp-content/plugins/td-cloud-library/includes/tdb_module.php'),
(4084, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_module_template_part.php', 'wp-content/plugins/td-cloud-library/includes/tdb_module_template_part.php'),
(4085, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_posts_list_utils.php', 'wp-content/plugins/td-cloud-library/includes/tdb_posts_list_utils.php'),
(4086, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state.php', 'wp-content/plugins/td-cloud-library/includes/tdb_state.php'),
(4087, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state_base.php', 'wp-content/plugins/td-cloud-library/includes/tdb_state_base.php'),
(4088, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state_content.php', 'wp-content/plugins/td-cloud-library/includes/tdb_state_content.php'),
(4089, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_state_template.php', 'wp-content/plugins/td-cloud-library/includes/tdb_state_template.php'),
(4090, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_template_import.php', 'wp-content/plugins/td-cloud-library/includes/tdb_template_import.php'),
(4091, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_term_meta.php', 'wp-content/plugins/td-cloud-library/includes/tdb_term_meta.php'),
(4092, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_toc.php', 'wp-content/plugins/td-cloud-library/includes/tdb_toc.php'),
(4093, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/includes/tdb_util.php', 'wp-content/plugins/td-cloud-library/includes/tdb_util.php'),
(4094, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1.php'),
(4095, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1_empty.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_1_empty.php'),
(4096, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2.php'),
(4097, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2_empty.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_2_empty.php'),
(4098, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3.php'),
(4099, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3_empty.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_cat_grid_3_empty.php'),
(4100, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_loop.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_loop.php'),
(4101, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_loop_2.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_loop_2.php'),
(4102, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_mm.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_mm.php'),
(4103, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_related.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_related.php'),
(4104, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_related_sample.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_related_sample.php'),
(4105, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_search.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_search.php'),
(4106, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_template.php', 'wp-content/plugins/td-cloud-library/modules/tdb_module_template.php'),
(4107, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php', 'wp-content/plugins/td-cloud-library/parts/tdb-comments.php'),
(4108, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php', 'wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php'),
(4109, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_date.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_date.php'),
(4110, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_description.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_description.php'),
(4111, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img.php'),
(4112, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img_pagination.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_img_pagination.php'),
(4113, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_next.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_next.php'),
(4114, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_prev.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_pag_prev.php'),
(4115, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_title.php', 'wp-content/plugins/td-cloud-library/shortcodes/attachment/tdb_attachment_title.php'),
(4116, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_box.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_box.php'),
(4117, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_comments_count.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_comments_count.php'),
(4118, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_description.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_description.php'),
(4119, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_image.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_image.php'),
(4120, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_name.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_name.php'),
(4121, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_posts_count.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_posts_count.php'),
(4122, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_socials.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_socials.php'),
(4123, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_url.php', 'wp-content/plugins/td-cloud-library/shortcodes/author/tdb_author_url.php'),
(4124, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_bg_image.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_bg_image.php'),
(4125, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_description.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_description.php'),
(4126, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_1.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_1.php'),
(4127, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_10.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_10.php'),
(4128, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_2.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_2.php'),
(4129, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_3.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_3.php'),
(4130, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_4.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_4.php'),
(4131, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_5.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_5.php'),
(4132, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_6.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_6.php'),
(4133, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_7.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_7.php'),
(4134, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_8.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_8.php'),
(4135, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_9.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_grid_9.php'),
(4136, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_sibling_categories.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_sibling_categories.php'),
(4137, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_subcategories.php', 'wp-content/plugins/td-cloud-library/shortcodes/category/tdb_category_subcategories.php'),
(4138, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_breadcrumbs.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_breadcrumbs.php'),
(4139, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_custom_field.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_custom_field.php'),
(4140, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters.php'),
(4141, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_list.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_list.php'),
(4142, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop.php'),
(4143, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop_sorting_options.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_filters_loop_sorting_options.php'),
(4144, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_block_builder.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_block_builder.php'),
(4145, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_loop_builder.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_flex_loop_builder.php'),
(4146, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_content.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_content.php'),
(4147, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_file_upload.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_file_upload.php'),
(4148, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_gallery.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_gallery.php'),
(4149, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_input.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_input.php'),
(4150, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_link_post.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_link_post.php'),
(4151, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_submit.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_submit.php'),
(4152, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_taxonomies.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_taxonomies.php'),
(4153, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_title.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_form_title.php'),
(4154, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_gallery.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_gallery.php'),
(4155, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_location_finder.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_location_finder.php'),
(4156, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop.php'),
(4157, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop_2.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop_2.php'),
(4158, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_posts_list.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_posts_list.php'),
(4159, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_title.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_title.php'),
(4160, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_user_form_submit.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_user_form_submit.php'),
(4161, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/common/tdb_woo_menu_cart.php', 'wp-content/plugins/td-cloud-library/shortcodes/common/tdb_woo_menu_cart.php'),
(4162, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_ctags.php', 'wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_ctags.php'),
(4163, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_taxonomies.php', 'wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_taxonomies.php'),
(4164, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/date/tdb_date_title.php', 'wp-content/plugins/td-cloud-library/shortcodes/date/tdb_date_title.php'),
(4165, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_categories.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_categories.php'),
(4166, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_date.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_date.php'),
(4167, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php'),
(4168, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php'),
(4169, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu.php'),
(4170, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu_favorites.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_menu_favorites.php'),
(4171, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_search.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_search.php'),
(4172, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_user.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_user.php'),
(4173, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_weather.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_weather.php'),
(4174, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_horiz_menu.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_horiz_menu.php'),
(4175, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_menu.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_menu.php'),
(4176, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_search.php', 'wp-content/plugins/td-cloud-library/shortcodes/header/tdb_mobile_search.php'),
(4177, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_name.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_name.php'),
(4178, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_photo.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_author_photo.php'),
(4179, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_comments.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_comments.php'),
(4180, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_date.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_date.php'),
(4181, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_excerpt.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_excerpt.php'),
(4182, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_exclusive_tag.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_exclusive_tag.php'),
(4183, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_favourite.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_favourite.php'),
(4184, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_img.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_img.php'),
(4185, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_numbering.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_numbering.php'),
(4186, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_read_more.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_read_more.php'),
(4187, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_reading_time.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_reading_time.php'),
(4188, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_review_overall.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_review_overall.php'),
(4189, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_taxonomies.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_taxonomies.php'),
(4190, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_title.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_title.php'),
(4191, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_views.php', 'wp-content/plugins/td-cloud-library/shortcodes/module/tdb_module_views.php'),
(4192, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/search/tdb_search_form.php', 'wp-content/plugins/td-cloud-library/shortcodes/search/tdb_search_form.php'),
(4193, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_age.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_age.php'),
(4194, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author.php'),
(4195, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php'),
(4196, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_bg_featured_image.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_bg_featured_image.php'),
(4197, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php'),
(4198, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php'),
(4199, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments_count.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments_count.php'),
(4200, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_content.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_content.php'),
(4201, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_current_post.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_current_post.php'),
(4202, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_custom_field.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_custom_field.php'),
(4203, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_date.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_date.php'),
(4204, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_featured_image.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_featured_image.php'),
(4205, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_location_display.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_location_display.php'),
(4206, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_modified_date.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_modified_date.php'),
(4207, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_next_prev.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_next_prev.php'),
(4208, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_favourite.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_favourite.php'),
(4209, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_share.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_share.php'),
(4210, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_views.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_views.php'),
(4211, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_progress.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_progress.php'),
(4212, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_time.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_reading_time.php'),
(4213, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related.php'),
(4214, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related_author.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_related_author.php'),
(4215, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php'),
(4216, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overview.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overview.php'),
(4217, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_summary.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_summary.php'),
(4218, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_smartlist.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_smartlist.php'),
(4219, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_source.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_source.php'),
(4220, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_subtitle.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_subtitle.php'),
(4221, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_tags.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_tags.php'),
(4222, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_toc.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_toc.php'),
(4223, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_ratings.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_ratings.php'),
(4224, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_replies_list.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_replies_list.php'),
(4225, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_reply_form.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_review_reply_form.php'),
(4226, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_form.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_form.php'),
(4227, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_list.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_list.php'),
(4228, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_overall.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_user_reviews_overall.php'),
(4229, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_via.php', 'wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_via.php'),
(4230, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_description.php', 'wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_description.php'),
(4231, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_title.php', 'wp-content/plugins/td-cloud-library/shortcodes/tag/tdb_tag_title.php'),
(4232, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_1.php', 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_1.php'),
(4233, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_2.php', 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_2.php'),
(4234, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_3.php', 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_3.php'),
(4235, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_4.php', 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_4.php'),
(4236, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_5.php', 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_5.php'),
(4237, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_6.php', 'wp-content/plugins/td-cloud-library/smart_lists/tdb_smart_list_6.php'),
(4238, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/attachment/tdb_state_attachment.php', 'wp-content/plugins/td-cloud-library/state/attachment/tdb_state_attachment.php'),
(4239, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/author/tdb_state_author.php', 'wp-content/plugins/td-cloud-library/state/author/tdb_state_author.php'),
(4240, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/category/tdb_state_category.php', 'wp-content/plugins/td-cloud-library/state/category/tdb_state_category.php'),
(4241, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/date/tdb_state_date.php', 'wp-content/plugins/td-cloud-library/state/date/tdb_state_date.php'),
(4242, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/page/tdb_state_single_page.php', 'wp-content/plugins/td-cloud-library/state/page/tdb_state_single_page.php'),
(4243, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/search/tdb_state_search.php', 'wp-content/plugins/td-cloud-library/state/search/tdb_state_search.php'),
(4244, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php', 'wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php'),
(4245, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/tag/tdb_state_tag.php', 'wp-content/plugins/td-cloud-library/state/tag/tdb_state_tag.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4246, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/state/tdb_state_loader.php', 'wp-content/plugins/td-cloud-library/state/tdb_state_loader.php'),
(4247, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active1.php', 'wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active1.php'),
(4248, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active2.php', 'wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active2.php'),
(4249, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active3.php', 'wp-content/plugins/td-cloud-library/styles/tds_menu_active/tds_menu_active3.php'),
(4250, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active1.php', 'wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active1.php'),
(4251, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active2.php', 'wp-content/plugins/td-cloud-library/styles/tds_menu_sub_active/tds_menu_sub_active2.php'),
(4252, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite1.php', 'wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite1.php'),
(4253, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite2.php', 'wp-content/plugins/td-cloud-library/styles/tds_single_favorite/tds_single_favorite2.php'),
(4254, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/td-cloud-library.php', 'wp-content/plugins/td-cloud-library/td-cloud-library.php'),
(4255, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/tdb_version_check.php', 'wp-content/plugins/td-cloud-library/tdb_version_check.php'),
(4256, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_404.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_404.php'),
(4257, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_attachment.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_attachment.php'),
(4258, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_author.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_author.php'),
(4259, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_category.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_category.php'),
(4260, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_date.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_date.php'),
(4261, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_page.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_page.php'),
(4262, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_search.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_search.php'),
(4263, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php'),
(4264, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_tag.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_tag.php'),
(4265, '/home/abt90iranbet/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_template.php', 'wp-content/plugins/td-cloud-library/wp_templates/tdb_view_template.php'),
(4266, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/iframe_main.css', 'wp-content/plugins/td-composer/assets/css/iframe_main.css'),
(4267, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/tdc_menu_admin_bar.css', 'wp-content/plugins/td-composer/assets/css/tdc_menu_admin_bar.css'),
(4268, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/tdc_wp_admin_main.css', 'wp-content/plugins/td-composer/assets/css/tdc_wp_admin_main.css'),
(4269, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/css/wrap_main.css', 'wp-content/plugins/td-composer/assets/css/wrap_main.css'),
(4270, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/FontAwesome.otf', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/FontAwesome.otf'),
(4271, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css'),
(4272, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot'),
(4273, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.svg', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.svg'),
(4274, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.ttf', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.ttf'),
(4275, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff'),
(4276, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2', 'wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2'),
(4277, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css', 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css'),
(4278, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.eot', 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.eot'),
(4279, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.otf', 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.otf'),
(4280, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.svg', 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.svg'),
(4281, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.ttf', 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.ttf'),
(4282, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.woff', 'wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.woff'),
(4283, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css', 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css'),
(4284, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.eot', 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.eot'),
(4285, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.svg', 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.svg'),
(4286, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf', 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf'),
(4287, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.woff', 'wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.woff'),
(4288, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css', 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css'),
(4289, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.eot', 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.eot'),
(4290, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.svg', 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.svg'),
(4291, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.ttf', 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.ttf'),
(4292, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.woff', 'wp-content/plugins/td-composer/assets/fonts/typicons/typicons.woff'),
(4293, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/bg-composer.jpg', 'wp-content/plugins/td-composer/assets/images/bg-composer.jpg'),
(4294, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/bg-modal.jpg', 'wp-content/plugins/td-composer/assets/images/bg-modal.jpg'),
(4295, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/dividers-hover.png', 'wp-content/plugins/td-composer/assets/images/dividers-hover.png'),
(4296, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/dividers.png', 'wp-content/plugins/td-composer/assets/images/dividers.png'),
(4297, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/flags/flags.png', 'wp-content/plugins/td-composer/assets/images/flags/flags.png'),
(4298, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/flags/flags@2x.png', 'wp-content/plugins/td-composer/assets/images/flags/flags@2x.png'),
(4299, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/icon-cat-grid-layout.png', 'wp-content/plugins/td-composer/assets/images/icon-cat-grid-layout.png'),
(4300, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/icon-comm-layout.png', 'wp-content/plugins/td-composer/assets/images/icon-comm-layout.png'),
(4301, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/icon-flex.png', 'wp-content/plugins/td-composer/assets/images/icon-flex.png'),
(4302, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader-small-blue.gif', 'wp-content/plugins/td-composer/assets/images/loader-small-blue.gif'),
(4303, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader-small-hover.gif', 'wp-content/plugins/td-composer/assets/images/loader-small-hover.gif'),
(4304, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader-small.gif', 'wp-content/plugins/td-composer/assets/images/loader-small.gif'),
(4305, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/loader.gif', 'wp-content/plugins/td-composer/assets/images/loader.gif'),
(4306, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/mobile_template_close.png', 'wp-content/plugins/td-composer/assets/images/mobile_template_close.png'),
(4307, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/custom_field_image_type.png', 'wp-content/plugins/td-composer/assets/images/placeholders/custom_field_image_type.png'),
(4308, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_01.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_01.jpg'),
(4309, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_02.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_02.jpg'),
(4310, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_03.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_03.jpg'),
(4311, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_04.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_04.jpg'),
(4312, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_05.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_05.jpg'),
(4313, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_06.png', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_06.png'),
(4314, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_07.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_07.jpg'),
(4315, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_08.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_08.jpg'),
(4316, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/placeholders/thumb_09.jpg', 'wp-content/plugins/td-composer/assets/images/placeholders/thumb_09.jpg'),
(4317, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-error.png', 'wp-content/plugins/td-composer/assets/images/sidebar/icon-error.png'),
(4318, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-header-template-list.png', 'wp-content/plugins/td-composer/assets/images/sidebar/icon-header-template-list.png'),
(4319, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-notice.png', 'wp-content/plugins/td-composer/assets/images/sidebar/icon-notice.png'),
(4320, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/icon-success.png', 'wp-content/plugins/td-composer/assets/images/sidebar/icon-success.png'),
(4321, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/logo-symbol.png', 'wp-content/plugins/td-composer/assets/images/sidebar/logo-symbol.png'),
(4322, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/no_img.png', 'wp-content/plugins/td-composer/assets/images/sidebar/no_img.png'),
(4323, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/spritesheet.png', 'wp-content/plugins/td-composer/assets/images/sidebar/spritesheet.png'),
(4324, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tagdiv-composer.png', 'wp-content/plugins/td-composer/assets/images/sidebar/tagdiv-composer.png'),
(4325, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainm.png', 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainm.png'),
(4326, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainms.png', 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mainms.png'),
(4327, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobm.png', 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobm.png'),
(4328, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobms.png', 'wp-content/plugins/td-composer/assets/images/sidebar/tdc-zone-icon-mobms.png'),
(4329, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/sidebar/website_interface/search-icon.png', 'wp-content/plugins/td-composer/assets/images/sidebar/website_interface/search-icon.png'),
(4330, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/images/td-dummy-pattern.png', 'wp-content/plugins/td-composer/assets/images/td-dummy-pattern.png'),
(4331, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_extension_live_css.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_extension_live_css.min.js'),
(4332, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_editor.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_editor.min.js'),
(4333, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_style.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_style.min.js'),
(4334, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_yoast_analyzer.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_yoast_analyzer.min.js'),
(4335, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_iframe.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_iframe.min.js'),
(4336, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js'),
(4337, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js'),
(4338, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_widget.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_widget.min.js'),
(4339, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js'),
(4340, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js', 'wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js'),
(4341, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/less_front/menu_admin_bar.less', 'wp-content/plugins/td-composer/assets/less_front/menu_admin_bar.less'),
(4342, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/less_front/mixin.less', 'wp-content/plugins/td-composer/assets/less_front/mixin.less'),
(4343, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/assets/less_front/variables.less', 'wp-content/plugins/td-composer/assets/less_front/variables.less'),
(4344, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-analyze/css-analyze.php', 'wp-content/plugins/td-composer/css-analyze/css-analyze.php'),
(4345, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-analyze/includes/td_analyze_css_ajax.php', 'wp-content/plugins/td-composer/css-analyze/includes/td_analyze_css_ajax.php'),
(4346, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/css/td_live_css_composer.css', 'wp-content/plugins/td-composer/css-live/assets/css/td_live_css_composer.css'),
(4347, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css', 'wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css'),
(4348, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/LICENSE.txt', 'wp-content/plugins/td-composer/css-live/assets/external/ace/LICENSE.txt'),
(4349, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js'),
(4350, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js'),
(4351, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-searchbox.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/ext-searchbox.js'),
(4352, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-css.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-css.js'),
(4353, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-html.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-html.js'),
(4354, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-javascript.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-javascript.js'),
(4355, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-less.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/mode-less.js'),
(4356, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/css.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/css.js'),
(4357, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/html.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/html.js'),
(4358, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/javascript.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/javascript.js'),
(4359, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/json.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/json.js'),
(4360, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/less.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/less.js'),
(4361, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/text.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/text.js'),
(4362, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/worker-css.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/worker-css.js'),
(4363, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/worker-html.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/worker-html.js'),
(4364, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/ace/worker-javascript.js', 'wp-content/plugins/td-composer/css-live/assets/external/ace/worker-javascript.js'),
(4365, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/external/less.min.js', 'wp-content/plugins/td-composer/css-live/assets/external/less.min.js'),
(4366, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/css-live-sprite.png', 'wp-content/plugins/td-composer/css-live/assets/images/css-live-sprite.png'),
(4367, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/extension.png', 'wp-content/plugins/td-composer/css-live/assets/images/extension.png'),
(4368, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/loader-small-blue.gif', 'wp-content/plugins/td-composer/css-live/assets/images/loader-small-blue.gif'),
(4369, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/assets/images/loader-small.gif', 'wp-content/plugins/td-composer/css-live/assets/images/loader-small.gif'),
(4370, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/css-live.php', 'wp-content/plugins/td-composer/css-live/css-live.php'),
(4371, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_ajax.php', 'wp-content/plugins/td-composer/css-live/includes/td_live_css_ajax.php'),
(4372, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_composer.php', 'wp-content/plugins/td-composer/css-live/includes/td_live_css_composer.php'),
(4373, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_storage.php', 'wp-content/plugins/td-composer/css-live/includes/td_live_css_storage.php'),
(4374, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_util.php', 'wp-content/plugins/td-composer/css-live/includes/td_live_css_util.php'),
(4375, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/css-live/readme.txt', 'wp-content/plugins/td-composer/css-live/readme.txt'),
(4376, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/Mobile_Detect.php', 'wp-content/plugins/td-composer/includes/Mobile_Detect.php'),
(4377, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/panel/tdc_header.php', 'wp-content/plugins/td-composer/includes/panel/tdc_header.php'),
(4378, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_external_shortcode.php', 'wp-content/plugins/td-composer/includes/shortcodes/tdc_external_shortcode.php'),
(4379, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_woo_shortcodes.php', 'wp-content/plugins/td-composer/includes/shortcodes/tdc_woo_shortcodes.php'),
(4380, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php', 'wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php'),
(4381, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_column.php'),
(4382, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column_inner.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_column_inner.php'),
(4383, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column_text.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_column_text.php'),
(4384, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_empty_space.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_empty_space.php'),
(4385, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_raw_html.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_raw_html.php'),
(4386, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_row.php'),
(4387, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row_inner.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_row_inner.php'),
(4388, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_separator.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_separator.php'),
(4389, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_single_image.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_single_image.php'),
(4390, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_widget_sidebar.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_widget_sidebar.php'),
(4391, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_wp_recentcomments.php', 'wp-content/plugins/td-composer/includes/shortcodes/vc_wp_recentcomments.php'),
(4392, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_ajax.php', 'wp-content/plugins/td-composer/includes/tdc_ajax.php'),
(4393, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php', 'wp-content/plugins/td-composer/includes/tdc_composer_block.php'),
(4394, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_config.php', 'wp-content/plugins/td-composer/includes/tdc_config.php'),
(4395, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_guttenberg.php', 'wp-content/plugins/td-composer/includes/tdc_guttenberg.php'),
(4396, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_main.php', 'wp-content/plugins/td-composer/includes/tdc_main.php'),
(4397, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_map.php', 'wp-content/plugins/td-composer/includes/tdc_map.php'),
(4398, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_mapper.php', 'wp-content/plugins/td-composer/includes/tdc_mapper.php'),
(4399, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_state.php', 'wp-content/plugins/td-composer/includes/tdc_state.php'),
(4400, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_util.php', 'wp-content/plugins/td-composer/includes/tdc_util.php'),
(4401, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/tdc_version_check.php', 'wp-content/plugins/td-composer/includes/tdc_version_check.php'),
(4402, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/code', 'wp-content/plugins/td-composer/includes/templates/code'),
(4403, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/custom-svg-icons.php', 'wp-content/plugins/td-composer/includes/templates/custom-svg-icons.php'),
(4404, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/font-awesome.php', 'wp-content/plugins/td-composer/includes/templates/font-awesome.php'),
(4405, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/font-newspaper.php', 'wp-content/plugins/td-composer/includes/templates/font-newspaper.php'),
(4406, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/frontend.tpl.php', 'wp-content/plugins/td-composer/includes/templates/frontend.tpl.php'),
(4407, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/open-iconic.php', 'wp-content/plugins/td-composer/includes/templates/open-iconic.php'),
(4408, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/td-multipurpose.php', 'wp-content/plugins/td-composer/includes/templates/td-multipurpose.php'),
(4409, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/templates/typicons.php', 'wp-content/plugins/td-composer/includes/templates/typicons.php'),
(4410, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/includes/wpeditor.php', 'wp-content/plugins/td-composer/includes/wpeditor.php'),
(4411, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_editor.css', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_editor.css'),
(4412, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_styles.css', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_guten_blocks_styles.css'),
(4413, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.css', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.css'),
(4414, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css'),
(4415, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_mega_menu.css', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_mega_menu.css'),
(4416, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_woocommerce.css', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_woocommerce.css'),
(4417, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/demo/demos-placeholder.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/demo/demos-placeholder.png'),
(4418, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot'),
(4419, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.svg', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.svg'),
(4420, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf'),
(4421, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff'),
(4422, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/medium_large.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/medium_large.png'),
(4423, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1068x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1068x0.png'),
(4424, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png'),
(4425, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1920x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_1920x0.png'),
(4426, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_218x150.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_218x150.png'),
(4427, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_265x198.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_265x198.png'),
(4428, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_300x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_300x0.png'),
(4429, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_324x400.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_324x400.png'),
(4430, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_485x360.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_485x360.png'),
(4431, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png'),
(4432, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_741x486.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_741x486.png'),
(4433, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_meta_replacement.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_meta_replacement.png'),
(4434, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/thumbnail.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/thumbnail.png'),
(4435, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/aaa.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/aaa.png'),
(4436, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/about-me.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/about-me.png'),
(4437, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/author-box.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/author-box.png'),
(4438, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/authors-box.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/authors-box.png'),
(4439, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/big-slide.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/big-slide.png'),
(4440, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/categ.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/categ.png'),
(4441, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/contact-page.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/contact-page.png'),
(4442, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/custom-box.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/custom-box.png'),
(4443, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/exchange.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/exchange.png'),
(4444, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/grid-slide.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/grid-slide.png'),
(4445, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-blog.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-blog.png'),
(4446, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-fashion.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-fashion.png'),
(4447, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-full-post.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-full-post.png'),
(4448, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-health.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-health.png'),
(4449, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-infinite-scroll.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-infinite-scroll.png'),
(4450, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-magazine.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-magazine.png'),
(4451, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newsmag.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newsmag.png'),
(4452, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newspaper.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-newspaper.png'),
(4453, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-post.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-post.png'),
(4454, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-sport.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-sport.png'),
(4455, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-tech.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-tech.png'),
(4456, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-travel.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-travel.png'),
(4457, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-video.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage-video.png'),
(4458, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/homepage.png'),
(4459, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/info-homepage-loop.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/info-homepage-loop.png'),
(4460, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/instagram.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/instagram.png'),
(4461, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/less-images.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/less-images.png'),
(4462, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/list-menu.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/list-menu.png'),
(4463, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/loop.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/loop.png'),
(4464, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/news-ticker.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/news-ticker.png'),
(4465, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/photo.jpg', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/photo.jpg'),
(4466, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/pinterest.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/pinterest.png'),
(4467, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/preset-icons.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/preset-icons.png'),
(4468, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-left.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-left.png'),
(4469, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-right.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/sidebar-right.png'),
(4470, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/slider.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/slider.png'),
(4471, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/social-counter.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/social-counter.png'),
(4472, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/tdc-icons.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/tdc-icons.png'),
(4473, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/title.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/title.png'),
(4474, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/vimeo.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/vimeo.png'),
(4475, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/weather.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/weather.png'),
(4476, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/youtube.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/pagebuilder/youtube.png'),
(4477, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/admin-panel/logo-panel.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/admin-panel/logo-panel.png'),
(4478, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-1.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-1.png'),
(4479, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-10.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-10.png'),
(4480, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-11.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-11.png'),
(4481, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-12.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-12.png'),
(4482, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-13.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-13.png'),
(4483, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-14.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-14.png'),
(4484, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-15.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-15.png'),
(4485, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-16.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-16.png'),
(4486, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-17.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-17.png'),
(4487, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-18.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-18.png'),
(4488, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-2.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-2.png'),
(4489, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-3.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-3.png'),
(4490, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-4.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-4.png'),
(4491, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-5.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-5.png'),
(4492, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-6.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-6.png'),
(4493, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-7.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-7.png'),
(4494, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-8.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-8.png'),
(4495, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-9.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/block_templates/icon-block-header-9.png'),
(4496, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4497, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.svg', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/eye.svg'),
(4498, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge-retina.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge-retina.png'),
(4499, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/new-badge.png'),
(4500, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge-retina.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge-retina.png'),
(4501, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/popular-badge.png'),
(4502, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge-retina.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge-retina.png'),
(4503, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/demos/pro-badge.png'),
(4504, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-1.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-1.png'),
(4505, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-10.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-10.png'),
(4506, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-11.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-11.png'),
(4507, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-12.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-12.png'),
(4508, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-13.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-13.png'),
(4509, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-14.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-14.png'),
(4510, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-15.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-15.png'),
(4511, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-16.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-16.png'),
(4512, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-17.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-17.png'),
(4513, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-18.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-18.png'),
(4514, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-19.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-19.png'),
(4515, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-2.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-2.png'),
(4516, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-20.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-20.png'),
(4517, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-3.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-3.png'),
(4518, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-4.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-4.png'),
(4519, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-5.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-5.png'),
(4520, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-6.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-6.png'),
(4521, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-7.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-7.png'),
(4522, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-8.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-8.png'),
(4523, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-9.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/post_sharing_styles/icon-post-sharing-9.png'),
(4524, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-default.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-default.png'),
(4525, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-full.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-full.png'),
(4526, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-left.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-left.png'),
(4527, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-right.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/sidebar/sidebar-right.png'),
(4528, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/single_templates/single_template_0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/single_templates/single_template_0.png'),
(4529, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_1.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_1.png'),
(4530, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_2.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_2.png'),
(4531, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_3.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_3.png'),
(4532, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_4.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_4.png'),
(4533, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_5.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_5.png'),
(4534, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_6.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_6.png'),
(4535, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_7.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_7.png'),
(4536, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_8.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_8.png'),
(4537, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_default.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/panel/smart_lists/td_smart_list_default.png'),
(4538, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png'),
(4539, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png'),
(4540, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-d.png'),
(4541, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-n.png'),
(4542, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-d.png'),
(4543, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-n.png'),
(4544, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-d.png'),
(4545, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-n.png'),
(4546, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png'),
(4547, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-d.png'),
(4548, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-n.png'),
(4549, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-d.png'),
(4550, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-n.png'),
(4551, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-d.png'),
(4552, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-n.png'),
(4553, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-d.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-d.png'),
(4554, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-n.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-n.png'),
(4555, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png'),
(4556, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1068x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1068x0.png'),
(4557, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_150x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_150x0.png'),
(4558, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1920x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_1920x0.png'),
(4559, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_218x150.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_218x150.png'),
(4560, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_265x198.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_265x198.png'),
(4561, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_300x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_300x0.png'),
(4562, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_324x160.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_324x160.png'),
(4563, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_485x360.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_485x360.png'),
(4564, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_696x0.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_696x0.png'),
(4565, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_741x486.png', 'wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_741x486.png'),
(4566, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/bbpress.php', 'wp-content/plugins/td-composer/legacy/Newspaper/bbpress.php'),
(4567, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/comments.php', 'wp-content/plugins/td-composer/legacy/Newspaper/comments.php'),
(4568, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/footer.php', 'wp-content/plugins/td-composer/legacy/Newspaper/footer.php'),
(4569, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/functions.php', 'wp-content/plugins/td-composer/legacy/Newspaper/functions.php'),
(4570, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php', 'wp-content/plugins/td-composer/legacy/Newspaper/header.php'),
(4571, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_1.php'),
(4572, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_10.php'),
(4573, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_11.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_11.php'),
(4574, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_12.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_12.php'),
(4575, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_13.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_13.php'),
(4576, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_14.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_14.php'),
(4577, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_15.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_15.php'),
(4578, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_16.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_16.php'),
(4579, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_17.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_17.php'),
(4580, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_18.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_18.php'),
(4581, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_2.php'),
(4582, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_3.php'),
(4583, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_4.php'),
(4584, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_5.php'),
(4585, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_6.php'),
(4586, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_7.php'),
(4587, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_8.php'),
(4588, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_9.php'),
(4589, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/demo_style.css'),
(4590, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import.php'),
(4591, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_import_no_content.php'),
(4592, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1.php'),
(4593, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_10.php'),
(4594, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_1_no_content.php'),
(4595, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2.php'),
(4596, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_2_no_content.php'),
(4597, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3.php'),
(4598, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_3_no_content.php'),
(4599, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_4.php'),
(4600, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_5.php'),
(4601, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_6.php'),
(4602, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_7.php'),
(4603, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_8.php'),
(4604, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_media_9.php'),
(4605, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amberlight_pro/td_panel_settings.txt'),
(4606, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import.php'),
(4607, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_import_no_content.php'),
(4608, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1.php'),
(4609, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_10.php'),
(4610, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_1_no_content.php'),
(4611, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2.php'),
(4612, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_2_no_content.php'),
(4613, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3.php'),
(4614, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_3_no_content.php'),
(4615, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_4.php'),
(4616, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_5.php'),
(4617, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_6.php'),
(4618, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_7.php'),
(4619, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_8.php'),
(4620, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_media_9.php'),
(4621, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/amsonia/td_panel_settings.txt'),
(4622, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import.php'),
(4623, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_import_no_content.php'),
(4624, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1.php'),
(4625, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_10.php'),
(4626, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_1_no_content.php'),
(4627, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2.php'),
(4628, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_2_no_content.php'),
(4629, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3.php'),
(4630, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_3_no_content.php'),
(4631, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_4.php'),
(4632, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_5.php'),
(4633, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_6.php'),
(4634, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_7.php'),
(4635, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_8.php'),
(4636, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_media_9.php'),
(4637, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aniglobe/td_panel_settings.txt'),
(4638, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/demo_style.css'),
(4639, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_import.php'),
(4640, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_1.php'),
(4641, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_10.php'),
(4642, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_2.php'),
(4643, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_3.php'),
(4644, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_4.php'),
(4645, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_5.php'),
(4646, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_6.php'),
(4647, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_7.php'),
(4648, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_8.php'),
(4649, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_media_9.php'),
(4650, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals/td_panel_settings.txt'),
(4651, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/demo_style.css'),
(4652, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import.php'),
(4653, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_import_no_content.php'),
(4654, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1.php'),
(4655, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_10.php'),
(4656, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_1_no_content.php'),
(4657, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2.php'),
(4658, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_2_no_content.php'),
(4659, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3.php'),
(4660, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_3_no_content.php'),
(4661, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4.php'),
(4662, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_4_no_content.php'),
(4663, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_5.php'),
(4664, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_6.php'),
(4665, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_7.php'),
(4666, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_8.php'),
(4667, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_media_9.php'),
(4668, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/animals_pro/td_panel_settings.txt'),
(4669, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import.php'),
(4670, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_import_no_content.php'),
(4671, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1.php'),
(4672, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_10.php'),
(4673, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_1_no_content.php'),
(4674, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2.php'),
(4675, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_2_no_content.php'),
(4676, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3.php'),
(4677, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_3_no_content.php'),
(4678, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4.php'),
(4679, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_4_no_content.php'),
(4680, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5.php'),
(4681, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_5_no_content.php'),
(4682, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_6.php'),
(4683, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_7.php'),
(4684, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_8.php'),
(4685, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_media_9.php'),
(4686, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/app_find_pro/td_panel_settings.txt'),
(4687, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import.php'),
(4688, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_import_no_content.php'),
(4689, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1.php'),
(4690, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_10.php'),
(4691, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_1_no_content.php'),
(4692, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2.php'),
(4693, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_2_no_content.php'),
(4694, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3.php'),
(4695, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_3_no_content.php'),
(4696, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_4.php'),
(4697, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_5.php'),
(4698, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_6.php'),
(4699, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_7.php'),
(4700, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_8.php'),
(4701, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_media_9.php'),
(4702, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/aramis/td_panel_settings.txt'),
(4703, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/demo_style.css'),
(4704, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import.php'),
(4705, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_import_no_content.php'),
(4706, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1.php'),
(4707, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_10.php'),
(4708, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_1_no_content.php'),
(4709, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2.php'),
(4710, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_2_no_content.php'),
(4711, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3.php'),
(4712, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_3_no_content.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4713, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_4.php'),
(4714, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_5.php'),
(4715, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_6.php'),
(4716, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_7.php'),
(4717, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_8.php'),
(4718, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_media_9.php'),
(4719, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/arette_pro/td_panel_settings.txt'),
(4720, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/demo_style.css'),
(4721, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import.php'),
(4722, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_import_no_content.php'),
(4723, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1.php'),
(4724, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_10.php'),
(4725, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_1_no_content.php'),
(4726, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_2.php'),
(4727, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_3.php'),
(4728, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_4.php'),
(4729, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_5.php'),
(4730, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_6.php'),
(4731, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_7.php'),
(4732, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_8.php'),
(4733, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_media_9.php'),
(4734, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_blog_pro/td_panel_settings.txt'),
(4735, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/demo_style.css'),
(4736, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_css_generator_demo.php'),
(4737, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_import.php'),
(4738, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_1.php'),
(4739, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_10.php'),
(4740, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_2.php'),
(4741, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_3.php'),
(4742, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_4.php'),
(4743, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_5.php'),
(4744, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_6.php'),
(4745, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_7.php'),
(4746, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_8.php'),
(4747, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_media_9.php'),
(4748, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_creek/td_panel_settings.txt'),
(4749, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/demo_style.css'),
(4750, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import.php'),
(4751, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_import_no_content.php'),
(4752, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1.php'),
(4753, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_10.php'),
(4754, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_1_no_content.php'),
(4755, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2.php'),
(4756, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_2_no_content.php'),
(4757, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3.php'),
(4758, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_3_no_content.php'),
(4759, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_4.php'),
(4760, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_5.php'),
(4761, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_6.php'),
(4762, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_7.php'),
(4763, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_8.php'),
(4764, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_media_9.php'),
(4765, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/art_pro/td_panel_settings.txt'),
(4766, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import.php'),
(4767, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_import_no_content.php'),
(4768, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1.php'),
(4769, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_10.php'),
(4770, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_1_no_content.php'),
(4771, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2.php'),
(4772, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_2_no_content.php'),
(4773, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_3.php'),
(4774, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_4.php'),
(4775, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_5.php'),
(4776, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_6.php'),
(4777, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_7.php'),
(4778, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_8.php'),
(4779, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_media_9.php'),
(4780, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/artist_pro/td_panel_settings.txt'),
(4781, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/demo_style.css'),
(4782, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import.php'),
(4783, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_import_no_content.php'),
(4784, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1.php'),
(4785, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_10.php'),
(4786, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_1_no_content.php'),
(4787, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_2.php'),
(4788, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_3.php'),
(4789, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_4.php'),
(4790, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_5.php'),
(4791, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_6.php'),
(4792, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_7.php'),
(4793, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_8.php'),
(4794, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_media_9.php'),
(4795, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/baby_pro/td_panel_settings.txt'),
(4796, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/demo_style.css'),
(4797, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import.php'),
(4798, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_import_no_content.php'),
(4799, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1.php'),
(4800, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_10.php'),
(4801, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_1_no_content.php'),
(4802, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2.php'),
(4803, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_2_no_content.php'),
(4804, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3.php'),
(4805, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_3_no_content.php'),
(4806, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4.php'),
(4807, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_4_no_content.php'),
(4808, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_5.php'),
(4809, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_6.php'),
(4810, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_7.php'),
(4811, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_8.php'),
(4812, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_media_9.php'),
(4813, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/beauty_pro/td_panel_settings.txt'),
(4814, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/demo_style.css'),
(4815, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_css_generator_demo.php'),
(4816, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_import.php'),
(4817, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_1.php'),
(4818, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_10.php'),
(4819, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_2.php'),
(4820, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_3.php'),
(4821, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_4.php'),
(4822, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_5.php'),
(4823, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_6.php'),
(4824, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_7.php'),
(4825, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_8.php'),
(4826, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_media_9.php'),
(4827, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black/td_panel_settings.txt'),
(4828, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import.php'),
(4829, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_import_no_content.php'),
(4830, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_1.php'),
(4831, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_10.php'),
(4832, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_2.php'),
(4833, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_3.php'),
(4834, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_4.php'),
(4835, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_5.php'),
(4836, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_6.php'),
(4837, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_7.php'),
(4838, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_8.php'),
(4839, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_media_9.php'),
(4840, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/black_pro/td_panel_settings.txt'),
(4841, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import.php'),
(4842, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_import_no_content.php'),
(4843, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1.php'),
(4844, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_10.php'),
(4845, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_1_no_content.php'),
(4846, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2.php'),
(4847, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_2_no_content.php'),
(4848, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_3.php'),
(4849, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_4.php'),
(4850, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_5.php'),
(4851, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_6.php'),
(4852, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_7.php'),
(4853, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_8.php'),
(4854, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_media_9.php'),
(4855, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blockchain_pro/td_panel_settings.txt'),
(4856, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/demo_style.css'),
(4857, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_import.php'),
(4858, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_1.php'),
(4859, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_10.php'),
(4860, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_2.php'),
(4861, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_3.php'),
(4862, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_4.php'),
(4863, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_5.php'),
(4864, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_6.php'),
(4865, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_7.php'),
(4866, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_8.php'),
(4867, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_media_9.php'),
(4868, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog/td_panel_settings.txt'),
(4869, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/demo_style.css'),
(4870, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_css_generator_demo.php'),
(4871, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_import.php'),
(4872, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_1.php'),
(4873, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_10.php'),
(4874, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_2.php'),
(4875, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_3.php'),
(4876, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_4.php'),
(4877, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_5.php'),
(4878, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_6.php'),
(4879, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_7.php'),
(4880, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_8.php'),
(4881, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_media_9.php'),
(4882, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_architecture/td_panel_settings.txt'),
(4883, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/demo_style.css'),
(4884, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_css_generator_demo.php'),
(4885, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_import.php'),
(4886, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_1.php'),
(4887, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_10.php'),
(4888, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_2.php'),
(4889, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_3.php'),
(4890, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_4.php'),
(4891, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_5.php'),
(4892, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_6.php'),
(4893, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_7.php'),
(4894, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_8.php'),
(4895, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_media_9.php'),
(4896, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_baby/td_panel_settings.txt'),
(4897, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/demo_style.css'),
(4898, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_css_generator_demo.php'),
(4899, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_import.php'),
(4900, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_1.php'),
(4901, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_10.php'),
(4902, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_2.php'),
(4903, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_3.php'),
(4904, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_4.php'),
(4905, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_5.php'),
(4906, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_6.php'),
(4907, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_7.php'),
(4908, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_8.php'),
(4909, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_media_9.php'),
(4910, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_beauty/td_panel_settings.txt'),
(4911, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/demo_style.css'),
(4912, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_css_generator_demo.php'),
(4913, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_import.php'),
(4914, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_1.php'),
(4915, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_10.php'),
(4916, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_2.php'),
(4917, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_3.php'),
(4918, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_4.php'),
(4919, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_5.php'),
(4920, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_6.php'),
(4921, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_7.php'),
(4922, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_8.php'),
(4923, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_media_9.php'),
(4924, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_cars/td_panel_settings.txt'),
(4925, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/demo_style.css'),
(4926, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_css_generator_demo.php'),
(4927, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_import.php'),
(4928, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_1.php'),
(4929, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_10.php'),
(4930, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_2.php'),
(4931, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_3.php'),
(4932, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_4.php'),
(4933, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_5.php'),
(4934, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_6.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4935, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_7.php'),
(4936, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_8.php'),
(4937, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_media_9.php'),
(4938, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_coffee/td_panel_settings.txt'),
(4939, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/demo_style.css'),
(4940, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_css_generator_demo.php'),
(4941, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_import.php'),
(4942, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_1.php'),
(4943, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_10.php'),
(4944, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_2.php'),
(4945, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_3.php'),
(4946, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_4.php'),
(4947, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_5.php'),
(4948, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_6.php'),
(4949, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_7.php'),
(4950, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_8.php'),
(4951, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_media_9.php'),
(4952, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_fitness/td_panel_settings.txt'),
(4953, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/assets/menu-line.png', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/assets/menu-line.png'),
(4954, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/demo_style.css'),
(4955, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_import.php'),
(4956, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_1.php'),
(4957, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_10.php'),
(4958, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_2.php'),
(4959, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_3.php'),
(4960, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_4.php'),
(4961, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_5.php'),
(4962, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_6.php'),
(4963, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_7.php'),
(4964, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_8.php'),
(4965, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_media_9.php'),
(4966, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_food/td_panel_settings.txt'),
(4967, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/demo_style.css'),
(4968, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_css_generator_demo.php'),
(4969, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_import.php'),
(4970, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_1.php'),
(4971, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_10.php'),
(4972, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_2.php'),
(4973, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_3.php'),
(4974, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_4.php'),
(4975, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_5.php'),
(4976, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_6.php'),
(4977, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_7.php'),
(4978, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_8.php'),
(4979, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_media_9.php'),
(4980, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_health/td_panel_settings.txt'),
(4981, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/demo_style.css'),
(4982, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_import.php'),
(4983, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_1.php'),
(4984, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_10.php'),
(4985, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_2.php'),
(4986, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_3.php'),
(4987, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_4.php'),
(4988, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_5.php'),
(4989, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_6.php'),
(4990, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_7.php'),
(4991, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_8.php'),
(4992, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_media_9.php'),
(4993, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_lifestyle/td_panel_settings.txt'),
(4994, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/demo_style.css'),
(4995, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_css_generator_demo.php'),
(4996, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_import.php'),
(4997, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_1.php'),
(4998, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_10.php'),
(4999, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_2.php'),
(5000, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_3.php'),
(5001, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_4.php'),
(5002, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_5.php'),
(5003, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_6.php'),
(5004, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_7.php'),
(5005, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_8.php'),
(5006, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_media_9.php'),
(5007, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/blog_travel/td_panel_settings.txt'),
(5008, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/demo_style.css'),
(5009, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_css_generator_demo.php'),
(5010, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_import.php'),
(5011, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_1.php'),
(5012, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_10.php'),
(5013, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_2.php'),
(5014, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_3.php'),
(5015, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_4.php'),
(5016, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_5.php'),
(5017, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_6.php'),
(5018, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_7.php'),
(5019, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_8.php'),
(5020, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_media_9.php'),
(5021, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/book_club/td_panel_settings.txt'),
(5022, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/demo_style.css'),
(5023, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_css_generator_demo.php'),
(5024, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_import.php'),
(5025, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_1.php'),
(5026, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_10.php'),
(5027, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_2.php'),
(5028, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_3.php'),
(5029, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_4.php'),
(5030, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_5.php'),
(5031, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_6.php'),
(5032, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_7.php'),
(5033, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_8.php'),
(5034, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_media_9.php'),
(5035, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business/td_panel_settings.txt'),
(5036, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import.php'),
(5037, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_import_no_content.php'),
(5038, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1.php'),
(5039, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_10.php'),
(5040, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_1_no_content.php'),
(5041, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2.php'),
(5042, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_2_no_content.php'),
(5043, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3.php'),
(5044, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_3_no_content.php'),
(5045, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_4.php'),
(5046, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_5.php'),
(5047, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_6.php'),
(5048, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_7.php'),
(5049, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_8.php'),
(5050, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_media_9.php'),
(5051, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/business_pro/td_panel_settings.txt'),
(5052, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/demo_style.css'),
(5053, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_css_generator_demo.php'),
(5054, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_import.php'),
(5055, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_1.php'),
(5056, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_10.php'),
(5057, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_2.php'),
(5058, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_3.php'),
(5059, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_4.php'),
(5060, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_5.php'),
(5061, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_6.php'),
(5062, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_7.php'),
(5063, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_8.php'),
(5064, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_media_9.php'),
(5065, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cafe/td_panel_settings.txt'),
(5066, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import.php'),
(5067, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_import_no_content.php'),
(5068, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1.php'),
(5069, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_10.php'),
(5070, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_1_no_content.php'),
(5071, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2.php'),
(5072, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_2_no_content.php'),
(5073, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_3.php'),
(5074, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_4.php'),
(5075, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_5.php'),
(5076, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_6.php'),
(5077, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_7.php'),
(5078, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_8.php'),
(5079, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_media_9.php'),
(5080, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cali_sight/td_panel_settings.txt'),
(5081, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/demo_style.css'),
(5082, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_css_generator_demo.php'),
(5083, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_import.php'),
(5084, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_1.php'),
(5085, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_10.php'),
(5086, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_2.php'),
(5087, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_3.php'),
(5088, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_4.php'),
(5089, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_5.php'),
(5090, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_6.php'),
(5091, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_7.php'),
(5092, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_8.php'),
(5093, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_media_9.php'),
(5094, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cars/td_panel_settings.txt'),
(5095, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import.php'),
(5096, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_import_no_content.php'),
(5097, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1.php'),
(5098, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_10.php'),
(5099, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_1_no_content.php'),
(5100, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2.php'),
(5101, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_2_no_content.php'),
(5102, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_3.php'),
(5103, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_4.php'),
(5104, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_5.php'),
(5105, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_6.php'),
(5106, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_7.php'),
(5107, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_8.php'),
(5108, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_media_9.php'),
(5109, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/center_pro/td_panel_settings.txt'),
(5110, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import.php'),
(5111, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_import_no_content.php'),
(5112, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1.php'),
(5113, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_10.php'),
(5114, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_1_no_content.php'),
(5115, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_2.php'),
(5116, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_3.php'),
(5117, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_4.php'),
(5118, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_5.php'),
(5119, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_6.php'),
(5120, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_7.php'),
(5121, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_8.php'),
(5122, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_media_9.php'),
(5123, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/chained_news_pro/td_panel_settings.txt'),
(5124, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/demo_style.css'),
(5125, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_css_generator_demo.php'),
(5126, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_import.php'),
(5127, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_1.php'),
(5128, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_10.php'),
(5129, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_2.php'),
(5130, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_3.php'),
(5131, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_4.php'),
(5132, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_5.php'),
(5133, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_6.php'),
(5134, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_7.php'),
(5135, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_8.php'),
(5136, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_media_9.php'),
(5137, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/church/td_panel_settings.txt'),
(5138, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/demo_style.css'),
(5139, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_css_generator_demo.php'),
(5140, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_import.php'),
(5141, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_1.php'),
(5142, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_10.php'),
(5143, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_2.php'),
(5144, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_3.php'),
(5145, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_4.php'),
(5146, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_5.php'),
(5147, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_6.php'),
(5148, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_7.php'),
(5149, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_8.php'),
(5150, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_media_9.php'),
(5151, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news/td_panel_settings.txt'),
(5152, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import.php'),
(5153, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_import_no_content.php'),
(5154, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1.php'),
(5155, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_10.php'),
(5156, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_1_no_content.php'),
(5157, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5158, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_2_no_content.php'),
(5159, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3.php'),
(5160, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_3_no_content.php'),
(5161, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4.php'),
(5162, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_4_no_content.php'),
(5163, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_5.php'),
(5164, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_6.php'),
(5165, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_7.php'),
(5166, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_8.php'),
(5167, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_media_9.php'),
(5168, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_news_pro/td_panel_settings.txt'),
(5169, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import.php'),
(5170, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_import_no_content.php'),
(5171, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1.php'),
(5172, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_10.php'),
(5173, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_1_no_content.php'),
(5174, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2.php'),
(5175, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_2_no_content.php'),
(5176, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_3.php'),
(5177, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_4.php'),
(5178, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_5.php'),
(5179, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_6.php'),
(5180, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_7.php'),
(5181, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_8.php'),
(5182, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_media_9.php'),
(5183, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/city_pro/td_panel_settings.txt'),
(5184, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import.php'),
(5185, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_import_no_content.php'),
(5186, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1.php'),
(5187, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_10.php'),
(5188, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_1_no_content.php'),
(5189, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2.php'),
(5190, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_2_no_content.php'),
(5191, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3.php'),
(5192, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_3_no_content.php'),
(5193, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4.php'),
(5194, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_4_no_content.php'),
(5195, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_5.php'),
(5196, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_6.php'),
(5197, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_7.php'),
(5198, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_8.php'),
(5199, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_media_9.php'),
(5200, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_blog_pro/td_panel_settings.txt'),
(5201, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/demo_style.css'),
(5202, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_css_generator_demo.php'),
(5203, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import.php'),
(5204, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_import_no_content.php'),
(5205, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_1.php'),
(5206, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_10.php'),
(5207, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_2.php'),
(5208, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_3.php'),
(5209, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_4.php'),
(5210, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_5.php'),
(5211, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_6.php'),
(5212, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_7.php'),
(5213, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_8.php'),
(5214, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_media_9.php'),
(5215, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classic_pro/td_panel_settings.txt'),
(5216, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/demo_style.css'),
(5217, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_import.php'),
(5218, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_1.php'),
(5219, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_10.php'),
(5220, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_2.php'),
(5221, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_3.php'),
(5222, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_4.php'),
(5223, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_5.php'),
(5224, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_6.php'),
(5225, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_7.php'),
(5226, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_8.php'),
(5227, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_media_9.php'),
(5228, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/classy/td_panel_settings.txt'),
(5229, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import.php'),
(5230, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_import_no_content.php'),
(5231, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1.php'),
(5232, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_10.php'),
(5233, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_1_no_content.php'),
(5234, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2.php'),
(5235, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_2_no_content.php'),
(5236, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_3.php'),
(5237, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_4.php'),
(5238, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_5.php'),
(5239, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_6.php'),
(5240, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_7.php'),
(5241, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_8.php'),
(5242, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_media_9.php'),
(5243, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/coaching_pro/td_panel_settings.txt'),
(5244, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/demo_style.css'),
(5245, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_import.php'),
(5246, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_1.php'),
(5247, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_10.php'),
(5248, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_2.php'),
(5249, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_3.php'),
(5250, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_4.php'),
(5251, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_5.php'),
(5252, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_6.php'),
(5253, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_7.php'),
(5254, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_8.php'),
(5255, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_media_9.php'),
(5256, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/college/td_panel_settings.txt'),
(5257, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import.php'),
(5258, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_import_no_content.php'),
(5259, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1.php'),
(5260, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_10.php'),
(5261, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_1_no_content.php'),
(5262, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2.php'),
(5263, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_2_no_content.php'),
(5264, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3.php'),
(5265, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_3_no_content.php'),
(5266, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_4.php'),
(5267, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_5.php'),
(5268, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_6.php'),
(5269, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_7.php'),
(5270, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_8.php'),
(5271, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_media_9.php'),
(5272, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/compass_pro/td_panel_settings.txt'),
(5273, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/demo_style.css'),
(5274, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_import.php'),
(5275, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_1.php'),
(5276, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_10.php'),
(5277, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_2.php'),
(5278, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_3.php'),
(5279, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_4.php'),
(5280, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_5.php'),
(5281, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_6.php'),
(5282, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_7.php'),
(5283, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_8.php'),
(5284, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_media_9.php'),
(5285, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/construction/td_panel_settings.txt'),
(5286, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/demo_style.css'),
(5287, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import.php'),
(5288, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_import_no_content.php'),
(5289, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1.php'),
(5290, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_10.php'),
(5291, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_1_no_content.php'),
(5292, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2.php'),
(5293, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_2_no_content.php'),
(5294, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3.php'),
(5295, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_3_no_content.php'),
(5296, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_4.php'),
(5297, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_5.php'),
(5298, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_6.php'),
(5299, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_7.php'),
(5300, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_8.php'),
(5301, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_media_9.php'),
(5302, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/cov19_italy_report_pro/td_panel_settings.txt'),
(5303, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/demo_style.css'),
(5304, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import.php'),
(5305, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_import_no_content.php'),
(5306, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_1.php'),
(5307, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_10.php'),
(5308, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_2.php'),
(5309, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_3.php'),
(5310, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_4.php'),
(5311, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_5.php'),
(5312, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_6.php'),
(5313, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_7.php'),
(5314, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_8.php'),
(5315, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_media_9.php'),
(5316, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_dark_pro/td_panel_settings.txt'),
(5317, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/demo_style.css'),
(5318, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import.php'),
(5319, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_import_no_content.php'),
(5320, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_1.php'),
(5321, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_10.php'),
(5322, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_2.php'),
(5323, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_3.php'),
(5324, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_4.php'),
(5325, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_5.php'),
(5326, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_6.php'),
(5327, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_7.php'),
(5328, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_8.php'),
(5329, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_media_9.php'),
(5330, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/covid_stats_pro/td_panel_settings.txt'),
(5331, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/demo_style.css'),
(5332, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.eot', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.eot'),
(5333, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.svg', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.svg'),
(5334, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.ttf', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.ttf'),
(5335, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.woff', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/font/craft_ideas.woff'),
(5336, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/header-bg.png', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/header-bg.png'),
(5337, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/read-more-bg.png', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/images/read-more-bg.png'),
(5338, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_css_generator_demo.php'),
(5339, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_import.php'),
(5340, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_1.php'),
(5341, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_10.php'),
(5342, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_2.php'),
(5343, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_3.php'),
(5344, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_4.php'),
(5345, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_5.php'),
(5346, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_6.php'),
(5347, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_7.php'),
(5348, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_8.php'),
(5349, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_media_9.php'),
(5350, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/craft_ideas/td_panel_settings.txt'),
(5351, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/demo_style.css'),
(5352, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_css_generator_demo.php'),
(5353, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_import.php'),
(5354, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_1.php'),
(5355, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_10.php'),
(5356, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_2.php'),
(5357, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_3.php'),
(5358, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_4.php'),
(5359, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_5.php'),
(5360, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_6.php'),
(5361, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_7.php'),
(5362, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_8.php'),
(5363, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_media_9.php'),
(5364, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto/td_panel_settings.txt'),
(5365, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import.php'),
(5366, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_import_no_content.php'),
(5367, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1.php'),
(5368, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_10.php'),
(5369, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_1_no_content.php'),
(5370, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2.php'),
(5371, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_2_no_content.php'),
(5372, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3.php'),
(5373, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_3_no_content.php'),
(5374, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_4.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5375, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_5.php'),
(5376, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_6.php'),
(5377, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_7.php'),
(5378, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_8.php'),
(5379, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_media_9.php'),
(5380, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_gaming_pro/td_panel_settings.txt'),
(5381, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/demo_style.css'),
(5382, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import.php'),
(5383, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_import_no_content.php'),
(5384, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1.php'),
(5385, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_10.php'),
(5386, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_1_no_content.php'),
(5387, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2.php'),
(5388, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_2_no_content.php'),
(5389, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3.php'),
(5390, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_3_no_content.php'),
(5391, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4.php'),
(5392, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_4_no_content.php'),
(5393, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_5.php'),
(5394, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_6.php'),
(5395, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_7.php'),
(5396, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_8.php'),
(5397, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_media_9.php'),
(5398, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_news_pro/td_panel_settings.txt'),
(5399, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import.php'),
(5400, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_import_no_content.php'),
(5401, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1.php'),
(5402, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_10.php'),
(5403, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_1_no_content.php'),
(5404, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2.php'),
(5405, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_2_no_content.php'),
(5406, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_3.php'),
(5407, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_4.php'),
(5408, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_5.php'),
(5409, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_6.php'),
(5410, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_7.php'),
(5411, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_8.php'),
(5412, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_media_9.php'),
(5413, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/crypto_pro/td_panel_settings.txt'),
(5414, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/demo_style.css'),
(5415, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import.php'),
(5416, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_import_no_content.php'),
(5417, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1.php'),
(5418, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_10.php'),
(5419, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_1_no_content.php'),
(5420, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_2.php'),
(5421, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_3.php'),
(5422, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_4.php'),
(5423, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_5.php'),
(5424, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_6.php'),
(5425, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_7.php'),
(5426, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_8.php'),
(5427, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_media_9.php'),
(5428, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/decor/td_panel_settings.txt'),
(5429, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_import.php'),
(5430, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_1.php'),
(5431, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_10.php'),
(5432, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_2.php'),
(5433, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_3.php'),
(5434, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_4.php'),
(5435, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_5.php'),
(5436, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_6.php'),
(5437, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_7.php'),
(5438, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_8.php'),
(5439, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_media_9.php'),
(5440, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default/td_panel_settings.txt'),
(5441, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import.php'),
(5442, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_import_no_content.php'),
(5443, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1.php'),
(5444, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_10.php'),
(5445, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_1_no_content.php'),
(5446, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_2.php'),
(5447, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_3.php'),
(5448, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_4.php'),
(5449, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_5.php'),
(5450, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_6.php'),
(5451, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_7.php'),
(5452, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_8.php'),
(5453, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_media_9.php'),
(5454, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_pro/td_panel_settings.txt'),
(5455, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import.php'),
(5456, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_import_no_content.php'),
(5457, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1.php'),
(5458, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_10.php'),
(5459, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_1_no_content.php'),
(5460, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2.php'),
(5461, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_2_no_content.php'),
(5462, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3.php'),
(5463, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_3_no_content.php'),
(5464, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_4.php'),
(5465, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_5.php'),
(5466, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_6.php'),
(5467, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_7.php'),
(5468, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_8.php'),
(5469, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_media_9.php'),
(5470, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/default_rtl_pro/td_panel_settings.txt'),
(5471, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/demo_style.css'),
(5472, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_css_generator_demo.php'),
(5473, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_import.php'),
(5474, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_1.php'),
(5475, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_10.php'),
(5476, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_2.php'),
(5477, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_3.php'),
(5478, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_4.php'),
(5479, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_5.php'),
(5480, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_6.php'),
(5481, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_7.php'),
(5482, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_8.php'),
(5483, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_media_9.php'),
(5484, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist/td_panel_settings.txt'),
(5485, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import.php'),
(5486, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_import_no_content.php'),
(5487, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1.php'),
(5488, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_10.php'),
(5489, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_1_no_content.php'),
(5490, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2.php'),
(5491, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_2_no_content.php'),
(5492, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_3.php'),
(5493, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_4.php'),
(5494, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_5.php'),
(5495, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_6.php'),
(5496, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_7.php'),
(5497, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_8.php'),
(5498, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_media_9.php'),
(5499, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dentist_pro/td_panel_settings.txt'),
(5500, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import.php'),
(5501, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_import_no_content.php'),
(5502, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1.php'),
(5503, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_10.php'),
(5504, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_1_no_content.php'),
(5505, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2.php'),
(5506, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_2_no_content.php'),
(5507, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3.php'),
(5508, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_3_no_content.php'),
(5509, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_4.php'),
(5510, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_5.php'),
(5511, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_6.php'),
(5512, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_7.php'),
(5513, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_8.php'),
(5514, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_media_9.php'),
(5515, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/doctors_pro/td_panel_settings.txt'),
(5516, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import.php'),
(5517, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_import_no_content.php'),
(5518, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1.php'),
(5519, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_10.php'),
(5520, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_1_no_content.php'),
(5521, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2.php'),
(5522, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_2_no_content.php'),
(5523, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_3.php'),
(5524, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_4.php'),
(5525, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_5.php'),
(5526, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_6.php'),
(5527, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_7.php'),
(5528, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_8.php'),
(5529, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_media_9.php'),
(5530, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/downtown_pro/td_panel_settings.txt'),
(5531, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import.php'),
(5532, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_import_no_content.php'),
(5533, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1.php'),
(5534, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10.php'),
(5535, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_10_no_content.php'),
(5536, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_1_no_content.php'),
(5537, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2.php'),
(5538, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_2_no_content.php'),
(5539, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3.php'),
(5540, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_3_no_content.php'),
(5541, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4.php'),
(5542, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_4_no_content.php'),
(5543, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5.php'),
(5544, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_5_no_content.php'),
(5545, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6.php'),
(5546, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_6_no_content.php'),
(5547, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7.php'),
(5548, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_7_no_content.php'),
(5549, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8.php'),
(5550, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_8_no_content.php'),
(5551, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9.php'),
(5552, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_media_9_no_content.php'),
(5553, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/dreamland_nest_pro/td_panel_settings.txt'),
(5554, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import.php'),
(5555, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_import_no_content.php'),
(5556, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1.php'),
(5557, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_10.php'),
(5558, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_1_no_content.php'),
(5559, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2.php'),
(5560, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_2_no_content.php'),
(5561, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3.php'),
(5562, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_3_no_content.php'),
(5563, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_4.php'),
(5564, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_5.php'),
(5565, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_6.php'),
(5566, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_7.php'),
(5567, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_8.php'),
(5568, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_media_9.php'),
(5569, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/eastcoast_check_pro/td_panel_settings.txt'),
(5570, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import.php'),
(5571, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_import_no_content.php'),
(5572, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1.php'),
(5573, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_10.php'),
(5574, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_1_no_content.php'),
(5575, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2.php'),
(5576, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_2_no_content.php'),
(5577, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3.php'),
(5578, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_3_no_content.php'),
(5579, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_4.php'),
(5580, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_5.php'),
(5581, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_6.php'),
(5582, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_7.php'),
(5583, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_8.php'),
(5584, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_media_9.php'),
(5585, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/echoverse/td_panel_settings.txt'),
(5586, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/demo_style.css'),
(5587, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_css_generator_demo.php'),
(5588, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_import.php'),
(5589, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_1.php'),
(5590, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_10.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5591, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_2.php'),
(5592, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_3.php'),
(5593, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_4.php'),
(5594, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_5.php'),
(5595, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_6.php'),
(5596, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_7.php'),
(5597, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_8.php'),
(5598, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_media_9.php'),
(5599, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/entertainment/td_panel_settings.txt'),
(5600, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/demo_style.css'),
(5601, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import.php'),
(5602, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_import_no_content.php'),
(5603, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1.php'),
(5604, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_10.php'),
(5605, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_1_no_content.php'),
(5606, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2.php'),
(5607, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_2_no_content.php'),
(5608, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3.php'),
(5609, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_3_no_content.php'),
(5610, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_4.php'),
(5611, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_5.php'),
(5612, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_6.php'),
(5613, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_7.php'),
(5614, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_8.php'),
(5615, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_media_9.php'),
(5616, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/estates_pro/td_panel_settings.txt'),
(5617, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/demo_style.css'),
(5618, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_import.php'),
(5619, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_1.php'),
(5620, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_10.php'),
(5621, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_2.php'),
(5622, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_3.php'),
(5623, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_4.php'),
(5624, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_5.php'),
(5625, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_6.php'),
(5626, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_7.php'),
(5627, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_8.php'),
(5628, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_media_9.php'),
(5629, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion/td_panel_settings.txt'),
(5630, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/demo_style.css'),
(5631, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import.php'),
(5632, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_import_no_content.php'),
(5633, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1.php'),
(5634, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_10.php'),
(5635, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_1_no_content.php'),
(5636, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2.php'),
(5637, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_2_no_content.php'),
(5638, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3.php'),
(5639, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_3_no_content.php'),
(5640, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_4.php'),
(5641, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_5.php'),
(5642, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_6.php'),
(5643, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_7.php'),
(5644, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_8.php'),
(5645, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_media_9.php'),
(5646, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fashion_pro/td_panel_settings.txt'),
(5647, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/demo_style.css'),
(5648, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.eot', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.eot'),
(5649, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.svg', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.svg'),
(5650, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.ttf', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.ttf'),
(5651, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.woff', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-fast.woff'),
(5652, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.eot', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.eot'),
(5653, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.svg', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.svg'),
(5654, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.ttf', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.ttf'),
(5655, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.woff', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/font/td-multipurpose.woff'),
(5656, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_import.php'),
(5657, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_1.php'),
(5658, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_10.php'),
(5659, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_2.php'),
(5660, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_3.php'),
(5661, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_4.php'),
(5662, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_5.php'),
(5663, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_6.php'),
(5664, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_7.php'),
(5665, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_8.php'),
(5666, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_media_9.php'),
(5667, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/td_panel_settings.txt'),
(5668, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import.php'),
(5669, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_import_no_content.php'),
(5670, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1.php'),
(5671, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_10.php'),
(5672, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_1_no_content.php'),
(5673, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2.php'),
(5674, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_2_no_content.php'),
(5675, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_3.php'),
(5676, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_4.php'),
(5677, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_5.php'),
(5678, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_6.php'),
(5679, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_7.php'),
(5680, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_8.php'),
(5681, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_media_9.php'),
(5682, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast_pro/td_panel_settings.txt'),
(5683, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/demo_style.css'),
(5684, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import.php'),
(5685, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_import_no_content.php'),
(5686, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1.php'),
(5687, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_10.php'),
(5688, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_1_no_content.php'),
(5689, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2.php'),
(5690, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_2_no_content.php'),
(5691, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3.php'),
(5692, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_3_no_content.php'),
(5693, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_4.php'),
(5694, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_5.php'),
(5695, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_6.php'),
(5696, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_7.php'),
(5697, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_8.php'),
(5698, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_media_9.php'),
(5699, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fitness_pro/td_panel_settings.txt'),
(5700, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_import.php'),
(5701, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_1.php'),
(5702, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_10.php'),
(5703, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_2.php'),
(5704, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_3.php'),
(5705, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_4.php'),
(5706, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_5.php'),
(5707, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_6.php'),
(5708, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_7.php'),
(5709, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_8.php'),
(5710, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_media_9.php'),
(5711, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/food_delivery_pro/td_panel_settings.txt'),
(5712, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import.php'),
(5713, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_import_no_content.php'),
(5714, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1.php'),
(5715, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_10.php'),
(5716, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_1_no_content.php'),
(5717, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_2.php'),
(5718, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_3.php'),
(5719, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_4.php'),
(5720, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_5.php'),
(5721, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_6.php'),
(5722, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_7.php'),
(5723, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_8.php'),
(5724, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_media_9.php'),
(5725, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/forest_beat/td_panel_settings.txt'),
(5726, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/demo_style.css'),
(5727, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_css_generator_demo.php'),
(5728, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_import.php'),
(5729, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_1.php'),
(5730, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_10.php'),
(5731, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_2.php'),
(5732, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_3.php'),
(5733, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_4.php'),
(5734, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_5.php'),
(5735, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_6.php'),
(5736, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_7.php'),
(5737, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_8.php'),
(5738, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_media_9.php'),
(5739, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets/td_panel_settings.txt'),
(5740, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import.php'),
(5741, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_import_no_content.php'),
(5742, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1.php'),
(5743, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_10.php'),
(5744, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_1_no_content.php'),
(5745, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2.php'),
(5746, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_2_no_content.php'),
(5747, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_3.php'),
(5748, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_4.php'),
(5749, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_5.php'),
(5750, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_6.php'),
(5751, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_7.php'),
(5752, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_8.php'),
(5753, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_media_9.php'),
(5754, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_magazine_pro/td_panel_settings.txt'),
(5755, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/demo_style.css'),
(5756, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import.php'),
(5757, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_import_no_content.php'),
(5758, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1.php'),
(5759, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_10.php'),
(5760, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_1_no_content.php'),
(5761, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2.php'),
(5762, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_2_no_content.php'),
(5763, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3.php'),
(5764, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_3_no_content.php'),
(5765, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_4.php'),
(5766, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_5.php'),
(5767, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_6.php'),
(5768, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_7.php'),
(5769, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_8.php'),
(5770, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_media_9.php'),
(5771, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gadgets_pro/td_panel_settings.txt'),
(5772, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/demo_style.css'),
(5773, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_css_generator_demo.php'),
(5774, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_import.php'),
(5775, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_1.php'),
(5776, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_10.php'),
(5777, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_2.php'),
(5778, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_3.php'),
(5779, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_4.php'),
(5780, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_5.php'),
(5781, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_6.php'),
(5782, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_7.php'),
(5783, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_8.php'),
(5784, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_media_9.php'),
(5785, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gaming/td_panel_settings.txt'),
(5786, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import.php'),
(5787, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_import_no_content.php'),
(5788, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1.php'),
(5789, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_10.php'),
(5790, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_1_no_content.php'),
(5791, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2.php'),
(5792, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_2_no_content.php'),
(5793, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3.php'),
(5794, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_3_no_content.php'),
(5795, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_4.php'),
(5796, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_5.php'),
(5797, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_6.php'),
(5798, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_7.php'),
(5799, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_8.php'),
(5800, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_media_9.php'),
(5801, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/garden_pro/td_panel_settings.txt'),
(5802, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/demo_style.css'),
(5803, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_import.php'),
(5804, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_1.php'),
(5805, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_10.php'),
(5806, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_2.php'),
(5807, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_3.php'),
(5808, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_4.php'),
(5809, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_5.php'),
(5810, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_6.php'),
(5811, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_7.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5812, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_8.php'),
(5813, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_media_9.php'),
(5814, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip/td_panel_settings.txt'),
(5815, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/demo_style.css'),
(5816, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import.php'),
(5817, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_import_no_content.php'),
(5818, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1.php'),
(5819, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_10.php'),
(5820, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_1_no_content.php'),
(5821, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2.php'),
(5822, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_2_no_content.php'),
(5823, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3.php'),
(5824, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_3_no_content.php'),
(5825, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_4.php'),
(5826, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_5.php'),
(5827, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_6.php'),
(5828, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_7.php'),
(5829, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_8.php'),
(5830, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_media_9.php'),
(5831, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gossip_pro/td_panel_settings.txt'),
(5832, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import.php'),
(5833, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_import_no_content.php'),
(5834, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1.php'),
(5835, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_10.php'),
(5836, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_1_no_content.php'),
(5837, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2.php'),
(5838, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_2_no_content.php'),
(5839, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3.php'),
(5840, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_3_no_content.php'),
(5841, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_4.php'),
(5842, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_5.php'),
(5843, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_6.php'),
(5844, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_7.php'),
(5845, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_8.php'),
(5846, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_media_9.php'),
(5847, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/gourmet_pro/td_panel_settings.txt'),
(5848, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/demo_style.css'),
(5849, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_css_generator_demo.php'),
(5850, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_import.php'),
(5851, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_1.php'),
(5852, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_10.php'),
(5853, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_2.php'),
(5854, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_3.php'),
(5855, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_4.php'),
(5856, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_5.php'),
(5857, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_6.php'),
(5858, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_7.php'),
(5859, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_8.php'),
(5860, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_media_9.php'),
(5861, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/health/td_panel_settings.txt'),
(5862, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/demo_style.css'),
(5863, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import.php'),
(5864, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_import_no_content.php'),
(5865, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1.php'),
(5866, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_10.php'),
(5867, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_1_no_content.php'),
(5868, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2.php'),
(5869, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_2_no_content.php'),
(5870, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3.php'),
(5871, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_3_no_content.php'),
(5872, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_4.php'),
(5873, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_5.php'),
(5874, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_6.php'),
(5875, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_7.php'),
(5876, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_8.php'),
(5877, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_media_9.php'),
(5878, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/history_pro/td_panel_settings.txt'),
(5879, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/demo_style.css'),
(5880, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import.php'),
(5881, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_import_no_content.php'),
(5882, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1.php'),
(5883, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_10.php'),
(5884, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_1_no_content.php'),
(5885, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2.php'),
(5886, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_2_no_content.php'),
(5887, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3.php'),
(5888, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_3_no_content.php'),
(5889, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_4.php'),
(5890, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_5.php'),
(5891, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_6.php'),
(5892, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_7.php'),
(5893, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_8.php'),
(5894, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_media_9.php'),
(5895, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/influencer/td_panel_settings.txt'),
(5896, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/demo_style.css'),
(5897, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_css_generator_demo.php'),
(5898, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_import.php'),
(5899, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_1.php'),
(5900, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_10.php'),
(5901, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_2.php'),
(5902, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_3.php'),
(5903, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_4.php'),
(5904, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_5.php'),
(5905, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_6.php'),
(5906, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_7.php'),
(5907, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_8.php'),
(5908, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_media_9.php'),
(5909, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/ink/td_panel_settings.txt'),
(5910, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import.php'),
(5911, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_import_no_content.php'),
(5912, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1.php'),
(5913, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_10.php'),
(5914, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_1_no_content.php'),
(5915, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2.php'),
(5916, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_2_no_content.php'),
(5917, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3.php'),
(5918, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_3_no_content.php'),
(5919, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_4.php'),
(5920, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_5.php'),
(5921, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_6.php'),
(5922, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_7.php'),
(5923, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_8.php'),
(5924, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_media_9.php'),
(5925, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/insightai/td_panel_settings.txt'),
(5926, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import.php'),
(5927, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_import_no_content.php'),
(5928, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1.php'),
(5929, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_10.php'),
(5930, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_1_no_content.php'),
(5931, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2.php'),
(5932, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_2_no_content.php'),
(5933, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3.php'),
(5934, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_3_no_content.php'),
(5935, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4.php'),
(5936, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_4_no_content.php'),
(5937, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_5.php'),
(5938, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_6.php'),
(5939, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_7.php'),
(5940, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_8.php'),
(5941, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_media_9.php'),
(5942, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/interior_designer/td_panel_settings.txt'),
(5943, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import.php'),
(5944, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_import_no_content.php'),
(5945, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1.php'),
(5946, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_10.php'),
(5947, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_1_no_content.php'),
(5948, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2.php'),
(5949, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_2_no_content.php'),
(5950, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3.php'),
(5951, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_3_no_content.php'),
(5952, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4.php'),
(5953, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_4_no_content.php'),
(5954, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5.php'),
(5955, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_5_no_content.php'),
(5956, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_6.php'),
(5957, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_7.php'),
(5958, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_8.php'),
(5959, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_media_9.php'),
(5960, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/job_hunt_pro/td_panel_settings.txt'),
(5961, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/demo_style.css'),
(5962, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_css_generator_demo.php'),
(5963, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_import.php'),
(5964, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_1.php'),
(5965, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_10.php'),
(5966, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_2.php'),
(5967, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_3.php'),
(5968, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_4.php'),
(5969, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_5.php'),
(5970, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_6.php'),
(5971, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_7.php'),
(5972, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_8.php'),
(5973, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_media_9.php'),
(5974, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/journal/td_panel_settings.txt'),
(5975, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import.php'),
(5976, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_import_no_content.php'),
(5977, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1.php'),
(5978, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_10.php'),
(5979, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_1_no_content.php'),
(5980, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2.php'),
(5981, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_2_no_content.php'),
(5982, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3.php'),
(5983, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_3_no_content.php'),
(5984, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_4.php'),
(5985, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_5.php'),
(5986, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_6.php'),
(5987, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_7.php'),
(5988, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_8.php'),
(5989, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_media_9.php'),
(5990, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/kattmar/td_panel_settings.txt'),
(5991, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import.php'),
(5992, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_import_no_content.php'),
(5993, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1.php'),
(5994, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_10.php'),
(5995, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_1_no_content.php'),
(5996, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2.php'),
(5997, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_2_no_content.php'),
(5998, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3.php'),
(5999, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_3_no_content.php'),
(6000, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4.php'),
(6001, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_4_no_content.php'),
(6002, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5.php'),
(6003, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_5_no_content.php'),
(6004, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_6.php'),
(6005, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_7.php'),
(6006, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_8.php'),
(6007, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_media_9.php'),
(6008, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/korean_news_insight/td_panel_settings.txt'),
(6009, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/demo_style.css'),
(6010, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_css_generator_demo.php'),
(6011, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_import.php'),
(6012, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_1.php'),
(6013, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_10.php'),
(6014, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_2.php'),
(6015, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_3.php'),
(6016, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_4.php'),
(6017, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_5.php'),
(6018, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_6.php'),
(6019, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_7.php'),
(6020, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_8.php'),
(6021, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_media_9.php'),
(6022, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/law_firm/td_panel_settings.txt'),
(6023, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import.php'),
(6024, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_import_no_content.php'),
(6025, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1.php'),
(6026, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_10.php'),
(6027, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_1_no_content.php'),
(6028, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2.php'),
(6029, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_2_no_content.php'),
(6030, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6031, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_3_no_content.php'),
(6032, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_4.php'),
(6033, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_5.php'),
(6034, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_6.php'),
(6035, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_7.php'),
(6036, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_8.php'),
(6037, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_media_9.php'),
(6038, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/liberty_case/td_panel_settings.txt'),
(6039, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import.php'),
(6040, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_import_no_content.php'),
(6041, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1.php'),
(6042, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_10.php'),
(6043, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_1_no_content.php'),
(6044, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2.php'),
(6045, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_2_no_content.php'),
(6046, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3.php'),
(6047, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_3_no_content.php'),
(6048, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_4.php'),
(6049, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_5.php'),
(6050, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_6.php'),
(6051, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_7.php'),
(6052, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_8.php'),
(6053, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_media_9.php'),
(6054, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/life_news/td_panel_settings.txt'),
(6055, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/demo_style.css'),
(6056, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_css_generator_demo.php'),
(6057, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_import.php'),
(6058, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_1.php'),
(6059, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_10.php'),
(6060, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_2.php'),
(6061, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_3.php'),
(6062, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_4.php'),
(6063, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_5.php'),
(6064, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_6.php'),
(6065, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_7.php'),
(6066, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_8.php'),
(6067, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_media_9.php'),
(6068, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle/td_panel_settings.txt'),
(6069, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import.php'),
(6070, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_import_no_content.php'),
(6071, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1.php'),
(6072, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_10.php'),
(6073, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_1_no_content.php'),
(6074, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2.php'),
(6075, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_2_no_content.php'),
(6076, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3.php'),
(6077, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_3_no_content.php'),
(6078, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_4.php'),
(6079, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_5.php'),
(6080, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_6.php'),
(6081, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_7.php'),
(6082, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_8.php'),
(6083, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_media_9.php'),
(6084, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lifestyle_pro/td_panel_settings.txt'),
(6085, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import.php'),
(6086, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_import_no_content.php'),
(6087, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1.php'),
(6088, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_10.php'),
(6089, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_1_no_content.php'),
(6090, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2.php'),
(6091, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_2_no_content.php'),
(6092, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3.php'),
(6093, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_3_no_content.php'),
(6094, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_4.php'),
(6095, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_5.php'),
(6096, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_6.php'),
(6097, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_7.php'),
(6098, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_8.php'),
(6099, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_media_9.php'),
(6100, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/lightning_path/td_panel_settings.txt'),
(6101, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/demo_style.css'),
(6102, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_css_generator_demo.php'),
(6103, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_import.php'),
(6104, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_1.php'),
(6105, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_10.php'),
(6106, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_2.php'),
(6107, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_3.php'),
(6108, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_4.php'),
(6109, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_5.php'),
(6110, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_6.php'),
(6111, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_7.php'),
(6112, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_8.php'),
(6113, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_media_9.php'),
(6114, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_mag/td_panel_settings.txt'),
(6115, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import.php'),
(6116, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_import_no_content.php'),
(6117, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1.php'),
(6118, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_10.php'),
(6119, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_1_no_content.php'),
(6120, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2.php'),
(6121, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_2_no_content.php'),
(6122, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_3.php'),
(6123, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_4.php'),
(6124, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_5.php'),
(6125, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_6.php'),
(6126, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_7.php'),
(6127, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_8.php'),
(6128, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_media_9.php'),
(6129, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/living_pro/td_panel_settings.txt'),
(6130, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/demo_style.css'),
(6131, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_css_generator_demo.php'),
(6132, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_import.php'),
(6133, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_1.php'),
(6134, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_10.php'),
(6135, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_2.php'),
(6136, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_3.php'),
(6137, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_4.php'),
(6138, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_5.php'),
(6139, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_6.php'),
(6140, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_7.php'),
(6141, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_8.php'),
(6142, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_media_9.php'),
(6143, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/local_news/td_panel_settings.txt'),
(6144, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import.php'),
(6145, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_import_no_content.php'),
(6146, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1.php'),
(6147, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_10.php'),
(6148, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_1_no_content.php'),
(6149, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2.php'),
(6150, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_2_no_content.php'),
(6151, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3.php'),
(6152, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_3_no_content.php'),
(6153, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_4.php'),
(6154, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_5.php'),
(6155, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_6.php'),
(6156, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_7.php'),
(6157, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_8.php'),
(6158, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_media_9.php'),
(6159, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/london_news_pro/td_panel_settings.txt'),
(6160, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/demo_style.css'),
(6161, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_css_generator_demo.php'),
(6162, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_import.php'),
(6163, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_1.php'),
(6164, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_10.php'),
(6165, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_2.php'),
(6166, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_3.php'),
(6167, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_4.php'),
(6168, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_5.php'),
(6169, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_6.php'),
(6170, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_7.php'),
(6171, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_8.php'),
(6172, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_media_9.php'),
(6173, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine/td_panel_settings.txt'),
(6174, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import.php'),
(6175, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_import_no_content.php'),
(6176, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1.php'),
(6177, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_10.php'),
(6178, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_1_no_content.php'),
(6179, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2.php'),
(6180, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_2_no_content.php'),
(6181, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3.php'),
(6182, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_3_no_content.php'),
(6183, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_4.php'),
(6184, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_5.php'),
(6185, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_6.php'),
(6186, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_7.php'),
(6187, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_8.php'),
(6188, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_media_9.php'),
(6189, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/magazine_pro/td_panel_settings.txt'),
(6190, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/demo_style.css'),
(6191, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_import.php'),
(6192, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_1.php'),
(6193, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_10.php'),
(6194, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_2.php'),
(6195, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_3.php'),
(6196, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_4.php'),
(6197, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_5.php'),
(6198, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_6.php'),
(6199, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_7.php'),
(6200, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_8.php'),
(6201, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_media_9.php'),
(6202, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine/td_panel_settings.txt'),
(6203, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/demo_style.css'),
(6204, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import.php'),
(6205, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_import_no_content.php'),
(6206, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1.php'),
(6207, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_10.php'),
(6208, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_1_no_content.php'),
(6209, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2.php'),
(6210, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_2_no_content.php'),
(6211, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3.php'),
(6212, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_3_no_content.php'),
(6213, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_4.php'),
(6214, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_5.php'),
(6215, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_6.php'),
(6216, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_7.php'),
(6217, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_8.php'),
(6218, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_media_9.php'),
(6219, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/medicine_pro/td_panel_settings.txt'),
(6220, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import.php'),
(6221, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_import_no_content.php'),
(6222, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1.php'),
(6223, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_10.php'),
(6224, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_1_no_content.php'),
(6225, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2.php'),
(6226, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_2_no_content.php'),
(6227, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_3.php'),
(6228, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_4.php'),
(6229, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_5.php'),
(6230, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_6.php'),
(6231, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_7.php'),
(6232, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_8.php'),
(6233, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_media_9.php'),
(6234, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/metropolitan_pro/td_panel_settings.txt'),
(6235, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import.php'),
(6236, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_import_no_content.php'),
(6237, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1.php'),
(6238, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_10.php'),
(6239, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_1_no_content.php'),
(6240, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2.php'),
(6241, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_2_no_content.php'),
(6242, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3.php'),
(6243, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_3_no_content.php'),
(6244, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4.php'),
(6245, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_4_no_content.php'),
(6246, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_5.php'),
(6247, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_6.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6248, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_7.php'),
(6249, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_8.php'),
(6250, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_media_9.php'),
(6251, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/military_news_pro/td_panel_settings.txt'),
(6252, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/demo_style.css'),
(6253, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import.php'),
(6254, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_import_no_content.php'),
(6255, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1.php'),
(6256, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_10.php'),
(6257, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_1_no_content.php'),
(6258, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2.php'),
(6259, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_2_no_content.php'),
(6260, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_3.php'),
(6261, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_4.php'),
(6262, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_5.php'),
(6263, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_6.php'),
(6264, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_7.php'),
(6265, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_8.php'),
(6266, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_media_9.php'),
(6267, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/mintyside_pro/td_panel_settings.txt'),
(6268, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import.php'),
(6269, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_import_no_content.php'),
(6270, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1.php'),
(6271, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_10.php'),
(6272, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_1_no_content.php'),
(6273, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2.php'),
(6274, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_2_no_content.php'),
(6275, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_3.php'),
(6276, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_4.php'),
(6277, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_5.php'),
(6278, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_6.php'),
(6279, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_7.php'),
(6280, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_8.php'),
(6281, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_media_9.php'),
(6282, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/momentum_pro/td_panel_settings.txt'),
(6283, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import.php'),
(6284, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_import_no_content.php'),
(6285, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1.php'),
(6286, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_10.php'),
(6287, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_1_no_content.php'),
(6288, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2.php'),
(6289, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_2_no_content.php'),
(6290, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3.php'),
(6291, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_3_no_content.php'),
(6292, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4.php'),
(6293, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_4_no_content.php'),
(6294, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_5.php'),
(6295, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_6.php'),
(6296, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_7.php'),
(6297, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_8.php'),
(6298, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_media_9.php'),
(6299, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/music_life/td_panel_settings.txt'),
(6300, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/demo_style.css'),
(6301, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_css_generator_demo.php'),
(6302, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_import.php'),
(6303, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_1.php'),
(6304, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_10.php'),
(6305, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_2.php'),
(6306, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_3.php'),
(6307, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_4.php'),
(6308, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_5.php'),
(6309, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_6.php'),
(6310, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_7.php'),
(6311, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_8.php'),
(6312, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_media_9.php'),
(6313, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nature/td_panel_settings.txt'),
(6314, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import.php'),
(6315, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_import_no_content.php'),
(6316, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1.php'),
(6317, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_10.php'),
(6318, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_1_no_content.php'),
(6319, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2.php'),
(6320, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_2_no_content.php'),
(6321, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3.php'),
(6322, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_3_no_content.php'),
(6323, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_4.php'),
(6324, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_5.php'),
(6325, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_6.php'),
(6326, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_7.php'),
(6327, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_8.php'),
(6328, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_media_9.php'),
(6329, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/news_hub_pro/td_panel_settings.txt'),
(6330, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import.php'),
(6331, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_import_no_content.php'),
(6332, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1.php'),
(6333, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_10.php'),
(6334, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_1_no_content.php'),
(6335, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2.php'),
(6336, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_2_no_content.php'),
(6337, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_3.php'),
(6338, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_4.php'),
(6339, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_5.php'),
(6340, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_6.php'),
(6341, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_7.php'),
(6342, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_8.php'),
(6343, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_media_9.php'),
(6344, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nft_pro/td_panel_settings.txt'),
(6345, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/demo_style.css'),
(6346, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_css_generator_demo.php'),
(6347, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_import.php'),
(6348, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_1.php'),
(6349, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_10.php'),
(6350, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_2.php'),
(6351, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_3.php'),
(6352, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_4.php'),
(6353, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_5.php'),
(6354, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_6.php'),
(6355, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_7.php'),
(6356, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_8.php'),
(6357, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_media_9.php'),
(6358, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/nomad/td_panel_settings.txt'),
(6359, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/demo_style.css'),
(6360, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/images/hand.svg', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/images/hand.svg'),
(6361, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_css_generator_demo.php'),
(6362, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_import.php'),
(6363, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_1.php'),
(6364, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_10.php'),
(6365, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_2.php'),
(6366, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_3.php'),
(6367, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_4.php'),
(6368, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_5.php'),
(6369, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_6.php'),
(6370, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_7.php'),
(6371, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_8.php'),
(6372, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_media_9.php'),
(6373, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/old_fashioned/td_panel_settings.txt'),
(6374, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/demo_style.css'),
(6375, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import.php'),
(6376, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_import_no_content.php'),
(6377, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1.php'),
(6378, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_10.php'),
(6379, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_1_no_content.php'),
(6380, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2.php'),
(6381, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_2_no_content.php'),
(6382, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3.php'),
(6383, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_3_no_content.php'),
(6384, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_4.php'),
(6385, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_5.php'),
(6386, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_6.php'),
(6387, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_7.php'),
(6388, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_8.php'),
(6389, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_media_9.php'),
(6390, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pandemic_pro/td_panel_settings.txt'),
(6391, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import.php'),
(6392, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_import_no_content.php'),
(6393, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1.php'),
(6394, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_10.php'),
(6395, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_1_no_content.php'),
(6396, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2.php'),
(6397, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_2_no_content.php'),
(6398, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_3.php'),
(6399, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_4.php'),
(6400, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_5.php'),
(6401, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_6.php'),
(6402, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_7.php'),
(6403, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_8.php'),
(6404, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_media_9.php'),
(6405, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/parenting/td_panel_settings.txt'),
(6406, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import.php'),
(6407, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_import_no_content.php'),
(6408, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_1.php'),
(6409, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_10.php'),
(6410, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_2.php'),
(6411, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_3.php'),
(6412, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_4.php'),
(6413, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_5.php'),
(6414, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_6.php'),
(6415, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_7.php'),
(6416, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_8.php'),
(6417, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_media_9.php'),
(6418, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pc_forge_pro/td_panel_settings.txt'),
(6419, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import.php'),
(6420, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_import_no_content.php'),
(6421, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1.php'),
(6422, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_10.php'),
(6423, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_1_no_content.php'),
(6424, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2.php'),
(6425, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_2_no_content.php'),
(6426, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_3.php'),
(6427, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_4.php'),
(6428, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_5.php'),
(6429, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_6.php'),
(6430, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_7.php'),
(6431, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_8.php'),
(6432, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_media_9.php'),
(6433, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/personal_trainer/td_panel_settings.txt'),
(6434, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/demo_style.css'),
(6435, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_css_generator_demo.php'),
(6436, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_import.php'),
(6437, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_1.php'),
(6438, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_10.php'),
(6439, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_2.php'),
(6440, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_3.php'),
(6441, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_4.php'),
(6442, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_5.php'),
(6443, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_6.php'),
(6444, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_7.php'),
(6445, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_8.php'),
(6446, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_media_9.php'),
(6447, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/photography/td_panel_settings.txt'),
(6448, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import.php'),
(6449, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_import_no_content.php'),
(6450, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1.php'),
(6451, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_10.php'),
(6452, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_1_no_content.php'),
(6453, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_2.php'),
(6454, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_3.php'),
(6455, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_4.php'),
(6456, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_5.php'),
(6457, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_6.php'),
(6458, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_7.php'),
(6459, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_8.php'),
(6460, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_media_9.php'),
(6461, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/podcasts/td_panel_settings.txt'),
(6462, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/demo_style.css'),
(6463, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_css_generator_demo.php'),
(6464, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_import.php'),
(6465, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_1.php'),
(6466, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_10.php'),
(6467, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_2.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6468, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_3.php'),
(6469, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_4.php'),
(6470, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_5.php'),
(6471, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_6.php'),
(6472, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_7.php'),
(6473, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_8.php'),
(6474, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_media_9.php'),
(6475, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/politics/td_panel_settings.txt'),
(6476, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import.php'),
(6477, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_import_no_content.php'),
(6478, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1.php'),
(6479, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_10.php'),
(6480, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_1_no_content.php'),
(6481, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2.php'),
(6482, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_2_no_content.php'),
(6483, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_3.php'),
(6484, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_4.php'),
(6485, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_5.php'),
(6486, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_6.php'),
(6487, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_7.php'),
(6488, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_8.php'),
(6489, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_media_9.php'),
(6490, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/publication_pro/td_panel_settings.txt'),
(6491, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import.php'),
(6492, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_import_no_content.php'),
(6493, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1.php'),
(6494, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_10.php'),
(6495, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_1_no_content.php'),
(6496, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_2.php'),
(6497, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_3.php'),
(6498, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_4.php'),
(6499, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_5.php'),
(6500, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_6.php'),
(6501, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_7.php'),
(6502, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_8.php'),
(6503, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_media_9.php'),
(6504, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/pulses_pro/td_panel_settings.txt'),
(6505, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/demo_style.css'),
(6506, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_import.php'),
(6507, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_1.php'),
(6508, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_10.php'),
(6509, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_2.php'),
(6510, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_3.php'),
(6511, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_4.php'),
(6512, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_5.php'),
(6513, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_6.php'),
(6514, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_7.php'),
(6515, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_8.php'),
(6516, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_media_9.php'),
(6517, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/racing/td_panel_settings.txt'),
(6518, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import no_content.php'),
(6519, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_import.php'),
(6520, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1 no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1 no_content.php'),
(6521, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_1.php'),
(6522, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_10.php'),
(6523, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2.php'),
(6524, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_2_no_content.php'),
(6525, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3.php'),
(6526, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_3_no_content.php'),
(6527, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4.php'),
(6528, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_4_no_content.php'),
(6529, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5.php'),
(6530, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_5_no_content.php'),
(6531, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_6.php'),
(6532, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_7.php'),
(6533, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_8.php'),
(6534, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_media_9.php'),
(6535, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/real_estate_pro/td_panel_settings.txt'),
(6536, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/demo_style.css'),
(6537, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_css_generator_demo.php'),
(6538, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_import.php'),
(6539, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_1.php'),
(6540, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_10.php'),
(6541, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_2.php'),
(6542, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_3.php'),
(6543, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_4.php'),
(6544, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_5.php'),
(6545, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_6.php'),
(6546, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_7.php'),
(6547, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_8.php'),
(6548, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_media_9.php'),
(6549, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/recipes/td_panel_settings.txt'),
(6550, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import.php'),
(6551, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_import_no_content.php'),
(6552, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1.php'),
(6553, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_10.php'),
(6554, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_1_no_content.php'),
(6555, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2.php'),
(6556, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_2_no_content.php'),
(6557, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3.php'),
(6558, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_3_no_content.php'),
(6559, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4.php'),
(6560, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_4_no_content.php'),
(6561, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_5.php'),
(6562, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_6.php'),
(6563, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_7.php'),
(6564, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_8.php'),
(6565, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_media_9.php'),
(6566, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/reel_news_pro/td_panel_settings.txt'),
(6567, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/demo_style.css'),
(6568, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_css_generator_demo.php'),
(6569, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_import.php'),
(6570, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_1.php'),
(6571, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_10.php'),
(6572, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_2.php'),
(6573, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_3.php'),
(6574, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_4.php'),
(6575, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_5.php'),
(6576, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_6.php'),
(6577, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_7.php'),
(6578, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_8.php'),
(6579, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_media_9.php'),
(6580, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/restro/td_panel_settings.txt'),
(6581, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/demo_style.css'),
(6582, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_css_generator_demo.php'),
(6583, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_import.php'),
(6584, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_1.php'),
(6585, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_10.php'),
(6586, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_2.php'),
(6587, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_3.php'),
(6588, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_4.php'),
(6589, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_5.php'),
(6590, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_6.php'),
(6591, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_7.php'),
(6592, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_8.php'),
(6593, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_media_9.php'),
(6594, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro/td_panel_settings.txt'),
(6595, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/demo_style.css'),
(6596, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import.php'),
(6597, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_import_no_content.php'),
(6598, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1.php'),
(6599, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_10.php'),
(6600, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_1_no_content.php'),
(6601, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2.php'),
(6602, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_2_no_content.php'),
(6603, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_3.php'),
(6604, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_4.php'),
(6605, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_5.php'),
(6606, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_6.php'),
(6607, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_7.php'),
(6608, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_8.php'),
(6609, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_media_9.php'),
(6610, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/retro_blog_pro/td_panel_settings.txt'),
(6611, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import.php'),
(6612, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_import_no_content.php'),
(6613, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1.php'),
(6614, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_10.php'),
(6615, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_1_no_content.php'),
(6616, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2.php'),
(6617, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_2_no_content.php'),
(6618, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3.php'),
(6619, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_3_no_content.php'),
(6620, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_4.php'),
(6621, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_5.php'),
(6622, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_6.php'),
(6623, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_7.php'),
(6624, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_8.php'),
(6625, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_media_9.php'),
(6626, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/revenant/td_panel_settings.txt'),
(6627, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import.php'),
(6628, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_import_no_content.php'),
(6629, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1.php'),
(6630, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_10.php'),
(6631, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_1_no_content.php'),
(6632, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2.php'),
(6633, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_2_no_content.php'),
(6634, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3.php'),
(6635, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_3_no_content.php'),
(6636, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_4.php'),
(6637, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_5.php'),
(6638, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_6.php'),
(6639, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_7.php'),
(6640, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_8.php'),
(6641, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_media_9.php'),
(6642, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/river_news/td_panel_settings.txt'),
(6643, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import.php'),
(6644, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_import_no_content.php'),
(6645, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1.php'),
(6646, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_10.php'),
(6647, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_1_no_content.php'),
(6648, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_2.php'),
(6649, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_3.php'),
(6650, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_4.php'),
(6651, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_5.php'),
(6652, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_6.php'),
(6653, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_7.php'),
(6654, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_8.php'),
(6655, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_media_9.php'),
(6656, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/romania_news/td_panel_settings.txt'),
(6657, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/demo_style.css'),
(6658, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import.php'),
(6659, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_import_no_content.php'),
(6660, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_1.php'),
(6661, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_10.php'),
(6662, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_2.php'),
(6663, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_3.php'),
(6664, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_4.php'),
(6665, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_5.php'),
(6666, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_6.php'),
(6667, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_7.php'),
(6668, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_8.php'),
(6669, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_media_9.php'),
(6670, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/royal_pub_pro/td_panel_settings.txt'),
(6671, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import.php'),
(6672, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_import_no_content.php'),
(6673, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1.php'),
(6674, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_10.php'),
(6675, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_1_no_content.php'),
(6676, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2.php'),
(6677, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_2_no_content.php'),
(6678, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_3.php'),
(6679, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_4.php'),
(6680, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_5.php'),
(6681, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_6.php'),
(6682, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_7.php'),
(6683, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_8.php'),
(6684, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_media_9.php'),
(6685, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rtl_news_magazine/td_panel_settings.txt'),
(6686, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6687, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_import_no_content.php'),
(6688, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1.php'),
(6689, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_10.php'),
(6690, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_1_no_content.php'),
(6691, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2.php'),
(6692, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_2_no_content.php'),
(6693, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3.php'),
(6694, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_3_no_content.php'),
(6695, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_4.php'),
(6696, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_5.php'),
(6697, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_6.php'),
(6698, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_7.php'),
(6699, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_8.php'),
(6700, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_media_9.php'),
(6701, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/rue_bailand/td_panel_settings.txt'),
(6702, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import.php'),
(6703, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_import_no_content.php'),
(6704, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1.php'),
(6705, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_10.php'),
(6706, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_1_no_content.php'),
(6707, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2.php'),
(6708, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_2_no_content.php'),
(6709, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_3.php'),
(6710, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_4.php'),
(6711, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_5.php'),
(6712, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_6.php'),
(6713, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_7.php'),
(6714, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_8.php'),
(6715, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_media_9.php'),
(6716, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/school_pro/td_panel_settings.txt'),
(6717, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import.php'),
(6718, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_import_no_content.php'),
(6719, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1.php'),
(6720, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_10.php'),
(6721, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_1_no_content.php'),
(6722, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2.php'),
(6723, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_2_no_content.php'),
(6724, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_3.php'),
(6725, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_4.php'),
(6726, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_5.php'),
(6727, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_6.php'),
(6728, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_7.php'),
(6729, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_8.php'),
(6730, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_media_9.php'),
(6731, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/scuba_pro/td_panel_settings.txt'),
(6732, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import.php'),
(6733, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_import_no_content.php'),
(6734, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1.php'),
(6735, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_10.php'),
(6736, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_1_no_content.php'),
(6737, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2.php'),
(6738, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_2_no_content.php'),
(6739, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3.php'),
(6740, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_3_no_content.php'),
(6741, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_4.php'),
(6742, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_5.php'),
(6743, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_6.php'),
(6744, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_7.php'),
(6745, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_8.php'),
(6746, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_media_9.php'),
(6747, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_apocryph_pro/td_panel_settings.txt'),
(6748, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import.php'),
(6749, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_import_no_content.php'),
(6750, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1.php'),
(6751, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_10.php'),
(6752, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_1_no_content.php'),
(6753, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2.php'),
(6754, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_2_no_content.php'),
(6755, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_3.php'),
(6756, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_4.php'),
(6757, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_5.php'),
(6758, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_6.php'),
(6759, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_7.php'),
(6760, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_8.php'),
(6761, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_media_9.php'),
(6762, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_audio/td_panel_settings.txt'),
(6763, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import.php'),
(6764, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_import_no_content.php'),
(6765, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1.php'),
(6766, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_10.php'),
(6767, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_1_no_content.php'),
(6768, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2.php'),
(6769, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_2_no_content.php'),
(6770, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3.php'),
(6771, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_3_no_content.php'),
(6772, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4.php'),
(6773, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_4_no_content.php'),
(6774, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_5.php'),
(6775, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_6.php'),
(6776, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_7.php'),
(6777, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_8.php'),
(6778, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_media_9.php'),
(6779, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_blog_gadgets/td_panel_settings.txt'),
(6780, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import.php'),
(6781, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_import_no_content.php'),
(6782, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1.php'),
(6783, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_10.php'),
(6784, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_1_no_content.php'),
(6785, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2.php'),
(6786, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_2_no_content.php'),
(6787, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3.php'),
(6788, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_3_no_content.php'),
(6789, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4.php'),
(6790, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_4_no_content.php'),
(6791, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_5.php'),
(6792, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_6.php'),
(6793, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_7.php'),
(6794, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_8.php'),
(6795, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_media_9.php'),
(6796, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_kids_store/td_panel_settings.txt'),
(6797, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import.php'),
(6798, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_import_no_content.php'),
(6799, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1.php'),
(6800, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_10.php'),
(6801, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_1_no_content.php'),
(6802, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2.php'),
(6803, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_2_no_content.php'),
(6804, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3.php'),
(6805, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_3_no_content.php'),
(6806, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4.php'),
(6807, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_4_no_content.php'),
(6808, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_5.php'),
(6809, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_6.php'),
(6810, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_7.php'),
(6811, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_8.php'),
(6812, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_media_9.php'),
(6813, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_makeup/td_panel_settings.txt'),
(6814, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import.php'),
(6815, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_import_no_content.php'),
(6816, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1.php'),
(6817, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_10.php'),
(6818, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_1_no_content.php'),
(6819, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2.php'),
(6820, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_2_no_content.php'),
(6821, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3.php'),
(6822, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_3_no_content.php'),
(6823, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_4.php'),
(6824, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_5.php'),
(6825, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_6.php'),
(6826, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_7.php'),
(6827, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_8.php'),
(6828, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_media_9.php'),
(6829, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vaness_pro/td_panel_settings.txt'),
(6830, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/demo_style.css'),
(6831, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import.php'),
(6832, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_import_no_content.php'),
(6833, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1.php'),
(6834, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_10.php'),
(6835, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_1_no_content.php'),
(6836, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2.php'),
(6837, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_2_no_content.php'),
(6838, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3.php'),
(6839, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_3_no_content.php'),
(6840, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4.php'),
(6841, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_4_no_content.php'),
(6842, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5.php'),
(6843, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_5_no_content.php'),
(6844, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_6.php'),
(6845, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_7.php'),
(6846, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_8.php'),
(6847, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_media_9.php'),
(6848, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_vintage_choppers_store/td_panel_settings.txt'),
(6849, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/demo_style.css'),
(6850, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import.php'),
(6851, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_import_no_content.php'),
(6852, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1.php'),
(6853, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_10.php'),
(6854, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_1_no_content.php'),
(6855, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2.php'),
(6856, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_2_no_content.php'),
(6857, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_3.php'),
(6858, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_4.php'),
(6859, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_5.php'),
(6860, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_6.php'),
(6861, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_7.php'),
(6862, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_8.php'),
(6863, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_media_9.php'),
(6864, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/shop_watches_store/td_panel_settings.txt'),
(6865, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/demo_style.css'),
(6866, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_css_generator_demo.php'),
(6867, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_import.php'),
(6868, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_1.php'),
(6869, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_10.php'),
(6870, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_2.php'),
(6871, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_3.php'),
(6872, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_4.php'),
(6873, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_5.php'),
(6874, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_6.php'),
(6875, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_7.php'),
(6876, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_8.php'),
(6877, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_media_9.php'),
(6878, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/showcase/td_panel_settings.txt'),
(6879, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/demo_style.css'),
(6880, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_import.php'),
(6881, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_1.php'),
(6882, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_10.php'),
(6883, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_2.php'),
(6884, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_3.php'),
(6885, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_4.php'),
(6886, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_5.php'),
(6887, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_6.php'),
(6888, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_7.php'),
(6889, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_8.php'),
(6890, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_media_9.php'),
(6891, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/smart_app/td_panel_settings.txt'),
(6892, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/demo_style.css'),
(6893, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_css_generator_demo.php'),
(6894, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_import.php'),
(6895, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_1.php'),
(6896, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_10.php'),
(6897, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_2.php'),
(6898, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_3.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6899, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_4.php'),
(6900, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_5.php'),
(6901, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_6.php'),
(6902, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_7.php'),
(6903, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_8.php'),
(6904, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_media_9.php'),
(6905, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sound_radar/td_panel_settings.txt'),
(6906, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/demo_style.css'),
(6907, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_css_generator_demo.php'),
(6908, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_import.php'),
(6909, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_1.php'),
(6910, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_10.php'),
(6911, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_2.php'),
(6912, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_3.php'),
(6913, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_4.php'),
(6914, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_5.php'),
(6915, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_6.php'),
(6916, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_7.php'),
(6917, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_8.php'),
(6918, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_media_9.php'),
(6919, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/spa/td_panel_settings.txt'),
(6920, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/demo_style.css'),
(6921, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_import.php'),
(6922, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_1.php'),
(6923, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_10.php'),
(6924, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_2.php'),
(6925, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_3.php'),
(6926, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_4.php'),
(6927, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_5.php'),
(6928, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_6.php'),
(6929, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_7.php'),
(6930, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_8.php'),
(6931, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_media_9.php'),
(6932, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sport/td_panel_settings.txt'),
(6933, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import.php'),
(6934, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_import_no_content.php'),
(6935, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_1.php'),
(6936, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_10.php'),
(6937, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_2.php'),
(6938, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_3.php'),
(6939, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_4.php'),
(6940, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_5.php'),
(6941, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_6.php'),
(6942, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_7.php'),
(6943, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_8.php'),
(6944, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_media_9.php'),
(6945, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/sports_pro/td_panel_settings.txt'),
(6946, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/demo_style.css'),
(6947, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import.php'),
(6948, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_import_no_content.php'),
(6949, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1.php'),
(6950, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_10.php'),
(6951, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_1_no_content.php'),
(6952, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_2.php'),
(6953, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_3.php'),
(6954, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_4.php'),
(6955, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_5.php'),
(6956, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_6.php'),
(6957, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_7.php'),
(6958, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_8.php'),
(6959, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_media_9.php'),
(6960, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/style_pro/td_panel_settings.txt'),
(6961, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/demo_style.css'),
(6962, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_import.php'),
(6963, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_1.php'),
(6964, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_10.php'),
(6965, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_2.php'),
(6966, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_3.php'),
(6967, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_4.php'),
(6968, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_5.php'),
(6969, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_6.php'),
(6970, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_7.php'),
(6971, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_8.php'),
(6972, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_media_9.php'),
(6973, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech/td_panel_settings.txt'),
(6974, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import.php'),
(6975, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_import_no_content.php'),
(6976, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1.php'),
(6977, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_10.php'),
(6978, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_1_no_content.php'),
(6979, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_2.php'),
(6980, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_3.php'),
(6981, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_4.php'),
(6982, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_5.php'),
(6983, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_6.php'),
(6984, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_7.php'),
(6985, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_8.php'),
(6986, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_media_9.php'),
(6987, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_pro/td_panel_settings.txt'),
(6988, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import.php'),
(6989, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_import_no_content.php'),
(6990, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1.php'),
(6991, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_10.php'),
(6992, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_1_no_content.php'),
(6993, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2.php'),
(6994, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_2_no_content.php'),
(6995, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3.php'),
(6996, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_3_no_content.php'),
(6997, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4.php'),
(6998, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_4_no_content.php'),
(6999, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_5.php'),
(7000, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_6.php'),
(7001, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_7.php'),
(7002, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_8.php'),
(7003, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_media_9.php'),
(7004, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/tech_talk_pro/td_panel_settings.txt'),
(7005, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/demo_style.css'),
(7006, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_css_generator_demo.php'),
(7007, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_import.php'),
(7008, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_1.php'),
(7009, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_10.php'),
(7010, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_2.php'),
(7011, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_3.php'),
(7012, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_4.php'),
(7013, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_5.php'),
(7014, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_6.php'),
(7015, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_7.php'),
(7016, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_8.php'),
(7017, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_media_9.php'),
(7018, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/technology/td_panel_settings.txt'),
(7019, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/demo_style.css'),
(7020, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import.php'),
(7021, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_import_no_content.php'),
(7022, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1.php'),
(7023, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_10.php'),
(7024, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_1_no_content.php'),
(7025, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2.php'),
(7026, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_2_no_content.php'),
(7027, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_3.php'),
(7028, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_4.php'),
(7029, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_5.php'),
(7030, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_6.php'),
(7031, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_7.php'),
(7032, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_8.php'),
(7033, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_media_9.php'),
(7034, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_critic/td_panel_settings.txt'),
(7035, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import.php'),
(7036, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_import_no_content.php'),
(7037, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1.php'),
(7038, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_10.php'),
(7039, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_1_no_content.php'),
(7040, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2.php'),
(7041, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_2_no_content.php'),
(7042, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3.php'),
(7043, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_3_no_content.php'),
(7044, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_4.php'),
(7045, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_5.php'),
(7046, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_6.php'),
(7047, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_7.php'),
(7048, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_8.php'),
(7049, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_media_9.php'),
(7050, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/the_rimont/td_panel_settings.txt'),
(7051, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import.php'),
(7052, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_import_no_content.php'),
(7053, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1.php'),
(7054, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_10.php'),
(7055, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_1_no_content.php'),
(7056, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2.php'),
(7057, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_2_no_content.php'),
(7058, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3.php'),
(7059, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_3_no_content.php'),
(7060, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_4.php'),
(7061, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_5.php'),
(7062, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_6.php'),
(7063, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_7.php'),
(7064, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_8.php'),
(7065, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_media_9.php'),
(7066, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/today_news_pro/td_panel_settings.txt'),
(7067, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import.php'),
(7068, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_import_no_content.php'),
(7069, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1.php'),
(7070, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_10.php'),
(7071, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_1_no_content.php'),
(7072, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2.php'),
(7073, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_2_no_content.php'),
(7074, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_3.php'),
(7075, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_4.php'),
(7076, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_5.php'),
(7077, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_6.php'),
(7078, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_7.php'),
(7079, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_8.php'),
(7080, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_media_9.php'),
(7081, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/towntalk_pro/td_panel_settings.txt'),
(7082, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/demo_style.css'),
(7083, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_css_generator_demo.php'),
(7084, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_import.php'),
(7085, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_1.php'),
(7086, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_10.php'),
(7087, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_2.php'),
(7088, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_3.php'),
(7089, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_4.php'),
(7090, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_5.php'),
(7091, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_6.php'),
(7092, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_7.php'),
(7093, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_8.php'),
(7094, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_media_9.php'),
(7095, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel/td_panel_settings.txt'),
(7096, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/demo_style.css'),
(7097, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import.php'),
(7098, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_import_no_content.php'),
(7099, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1.php'),
(7100, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_10.php'),
(7101, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_1_no_content.php'),
(7102, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2.php'),
(7103, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_2_no_content.php'),
(7104, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3.php'),
(7105, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_3_no_content.php'),
(7106, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4.php'),
(7107, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_4_no_content.php'),
(7108, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5.php'),
(7109, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_5_no_content.php'),
(7110, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6.php'),
(7111, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_6_no_content.php'),
(7112, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_7.php'),
(7113, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_8.php'),
(7114, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_media_9.php'),
(7115, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/travel_pro/td_panel_settings.txt'),
(7116, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import.php'),
(7117, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_import_no_content.php'),
(7118, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1.php'),
(7119, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_10.php'),
(7120, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_1_no_content.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7121, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2.php'),
(7122, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_2_no_content.php'),
(7123, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3.php'),
(7124, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_3_no_content.php'),
(7125, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4.php'),
(7126, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_4_no_content.php'),
(7127, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_5.php'),
(7128, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_6.php'),
(7129, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_7.php'),
(7130, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_8.php'),
(7131, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_media_9.php'),
(7132, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urban_observer/td_panel_settings.txt'),
(7133, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import.php'),
(7134, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_import_no_content.php'),
(7135, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1.php'),
(7136, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_10.php'),
(7137, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_1_no_content.php'),
(7138, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2.php'),
(7139, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_2_no_content.php'),
(7140, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3.php'),
(7141, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_3_no_content.php'),
(7142, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_4.php'),
(7143, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_5.php'),
(7144, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_6.php'),
(7145, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_7.php'),
(7146, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_8.php'),
(7147, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_media_9.php'),
(7148, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/urbanedge/td_panel_settings.txt'),
(7149, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/demo_style.css'),
(7150, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_import.php'),
(7151, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_1.php'),
(7152, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_10.php'),
(7153, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_2.php'),
(7154, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_3.php'),
(7155, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_4.php'),
(7156, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_5.php'),
(7157, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_6.php'),
(7158, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_7.php'),
(7159, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_8.php'),
(7160, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_media_9.php'),
(7161, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video/td_panel_settings.txt'),
(7162, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import.php'),
(7163, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_import_no_content.php'),
(7164, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_1.php'),
(7165, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_10.php'),
(7166, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_2.php'),
(7167, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_3.php'),
(7168, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_4.php'),
(7169, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_5.php'),
(7170, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_6.php'),
(7171, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_7.php'),
(7172, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_8.php'),
(7173, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_media_9.php'),
(7174, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/video_pro/td_panel_settings.txt'),
(7175, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/demo_style.css'),
(7176, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/images/header-bg.jpg', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/images/header-bg.jpg'),
(7177, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_css_generator_demo.php'),
(7178, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_import.php'),
(7179, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_1.php'),
(7180, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_10.php'),
(7181, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_2.php'),
(7182, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_3.php'),
(7183, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_4.php'),
(7184, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_5.php'),
(7185, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_6.php'),
(7186, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_7.php'),
(7187, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_8.php'),
(7188, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_media_9.php'),
(7189, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/voice/td_panel_settings.txt'),
(7190, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/demo_style.css'),
(7191, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_css_generator_demo.php'),
(7192, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_import.php'),
(7193, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_1.php'),
(7194, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_10.php'),
(7195, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_2.php'),
(7196, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_3.php'),
(7197, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_4.php'),
(7198, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_5.php'),
(7199, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_6.php'),
(7200, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_7.php'),
(7201, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_8.php'),
(7202, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_media_9.php'),
(7203, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wedding/td_panel_settings.txt'),
(7204, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/demo_style.css'),
(7205, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_css_generator_demo.php'),
(7206, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_import.php'),
(7207, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_1.php'),
(7208, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_10.php'),
(7209, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_2.php'),
(7210, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_3.php'),
(7211, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_4.php'),
(7212, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_5.php'),
(7213, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_6.php'),
(7214, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_7.php'),
(7215, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_8.php'),
(7216, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_media_9.php'),
(7217, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week/td_panel_settings.txt'),
(7218, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import.php'),
(7219, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_import_no_content.php'),
(7220, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1.php'),
(7221, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_10.php'),
(7222, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_1_no_content.php'),
(7223, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2.php'),
(7224, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_2_no_content.php'),
(7225, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_3.php'),
(7226, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_4.php'),
(7227, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_5.php'),
(7228, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_6.php'),
(7229, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_7.php'),
(7230, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_8.php'),
(7231, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_media_9.php'),
(7232, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/week_pro/td_panel_settings.txt'),
(7233, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/demo_style.css'),
(7234, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_css_generator_demo.php'),
(7235, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_import.php'),
(7236, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_1.php'),
(7237, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_10.php'),
(7238, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_2.php'),
(7239, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_3.php'),
(7240, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_4.php'),
(7241, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_5.php'),
(7242, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_6.php'),
(7243, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_7.php'),
(7244, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_8.php'),
(7245, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_media_9.php'),
(7246, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/what/td_panel_settings.txt'),
(7247, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/demo_style.css'),
(7248, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_css_generator_demo.php'),
(7249, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_import.php'),
(7250, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_1.php'),
(7251, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_10.php'),
(7252, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_2.php'),
(7253, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_3.php'),
(7254, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_4.php'),
(7255, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_5.php'),
(7256, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_6.php'),
(7257, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_7.php'),
(7258, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_8.php'),
(7259, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_media_9.php'),
(7260, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wildlife/td_panel_settings.txt'),
(7261, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/demo_style.css'),
(7262, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_css_generator_demo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_css_generator_demo.php'),
(7263, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_import.php'),
(7264, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_1.php'),
(7265, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_10.php'),
(7266, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_2.php'),
(7267, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_3.php'),
(7268, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_4.php'),
(7269, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_5.php'),
(7270, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_6.php'),
(7271, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_7.php'),
(7272, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_8.php'),
(7273, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_media_9.php'),
(7274, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/wine/td_panel_settings.txt'),
(7275, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import.php'),
(7276, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_import_no_content.php'),
(7277, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1.php'),
(7278, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_10.php'),
(7279, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_1_no_content.php'),
(7280, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2.php'),
(7281, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_2_no_content.php'),
(7282, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3.php'),
(7283, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_3_no_content.php'),
(7284, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_4.php'),
(7285, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_5.php'),
(7286, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_6.php'),
(7287, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_7.php'),
(7288, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_8.php'),
(7289, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_media_9.php'),
(7290, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/world_matters/td_panel_settings.txt'),
(7291, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/demo_style.css', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/demo_style.css'),
(7292, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import.php'),
(7293, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_import_no_content.php'),
(7294, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1.php'),
(7295, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_10.php'),
(7296, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_1_no_content.php'),
(7297, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2.php'),
(7298, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_2_no_content.php'),
(7299, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3.php'),
(7300, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_3_no_content.php'),
(7301, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4.php'),
(7302, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_4_no_content.php'),
(7303, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5.php'),
(7304, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5_no_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_5_no_content.php'),
(7305, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_6.php'),
(7306, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_7.php'),
(7307, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_8.php'),
(7308, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_media_9.php'),
(7309, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_panel_settings.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/zodiac_pro/td_panel_settings.txt'),
(7310, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php'),
(7311, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_2.php'),
(7312, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_3.php'),
(7313, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_4.php'),
(7314, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_5.php'),
(7315, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_6.php'),
(7316, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_7.php'),
(7317, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_8.php'),
(7318, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_empty.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_empty.php'),
(7319, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_mega_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_mega_menu.php'),
(7320, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_single.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_single.php'),
(7321, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php'),
(7322, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_trending_now.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_trending_now.php'),
(7323, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_1.php'),
(7324, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/tds_module_loop_2.php'),
(7325, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_general_theme_colors.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_general_theme_colors.php'),
(7326, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_live_search.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_live_search.php'),
(7327, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_login_modal.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_login_modal.php'),
(7328, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_main_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_main_menu.php'),
(7329, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mega_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mega_menu.php'),
(7330, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mobile_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_mobile_menu.php'),
(7331, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_pages.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_pages.php'),
(7332, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_posts.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_posts.php'),
(7333, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_sub_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_sub_menu.php'),
(7334, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_top_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/ajax_boxes/td_panel_theme_colors/td_top_menu.php'),
(7335, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_ads.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_ads.php'),
(7336, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_block_settings.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_block_settings.php'),
(7337, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_colors.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_colors.php'),
(7338, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_fonts.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/panel/views/td_panel_theme_fonts.php'),
(7339, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php'),
(7340, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_archives.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_archives.php'),
(7341, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_author.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_author.php'),
(7342, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php'),
(7343, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_1.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7344, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_10.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_10.php'),
(7345, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_2.php'),
(7346, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_3.php'),
(7347, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_4.php'),
(7348, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_5.php'),
(7349, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_6.php'),
(7350, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_7.php'),
(7351, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_8.php'),
(7352, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_9.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_9.php'),
(7353, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_categories_tags.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_categories_tags.php'),
(7354, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_counter.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_counter.php'),
(7355, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_stats.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_covid_19_stats.php'),
(7356, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_dark_mode.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_dark_mode.php'),
(7357, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_delete_bookmarks.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_delete_bookmarks.php'),
(7358, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_exchange.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_exchange.php'),
(7359, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_flickr.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_flickr.php'),
(7360, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_image_box.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_image_box.php'),
(7361, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_instagram.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_instagram.php'),
(7362, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_list_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_list_menu.php'),
(7363, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_mega_menu.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_mega_menu.php'),
(7364, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_pinterest.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_pinterest.php'),
(7365, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_popular_categories.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_popular_categories.php'),
(7366, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php'),
(7367, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php'),
(7368, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tabbed_content.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tabbed_content.php'),
(7369, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tags.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_tags.php'),
(7370, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_text_with_title.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_text_with_title.php'),
(7371, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_title.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_title.php'),
(7372, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_trending_now.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_trending_now.php'),
(7373, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_embed.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_embed.php'),
(7374, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_vimeo.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_vimeo.php'),
(7375, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_youtube.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_video_youtube.php'),
(7376, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_weather.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_weather.php'),
(7377, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php'),
(7378, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_2.php'),
(7379, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_3.php'),
(7380, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php'),
(7381, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_5.php'),
(7382, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_6.php'),
(7383, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_misc_shortcodes.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_misc_shortcodes.php'),
(7384, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_1.php'),
(7385, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_2.php'),
(7386, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_3.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_3.php'),
(7387, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_4.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_4.php'),
(7388, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_5.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_5.php'),
(7389, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_6.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_6.php'),
(7390, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_7.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_7.php'),
(7391, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_8.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_8.php'),
(7392, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php'),
(7393, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_blocks.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_blocks.php'),
(7394, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_helper.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config_helper.php'),
(7395, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_css_generator.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_css_generator.php'),
(7396, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_guten_blocks_editor_assets.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_guten_blocks_editor_assets.php'),
(7397, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_svg_theme_fonts_list.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_svg_theme_fonts_list.php'),
(7398, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_templates_builder.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/td_templates_builder.php'),
(7399, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/widgets/td_page_builder_widgets.php', 'wp-content/plugins/td-composer/legacy/Newspaper/includes/widgets/td_page_builder_widgets.php'),
(7400, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/index.php', 'wp-content/plugins/td-composer/legacy/Newspaper/index.php'),
(7401, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/init.php', 'wp-content/plugins/td-composer/legacy/Newspaper/init.php'),
(7402, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/hammer.min.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/hammer.min.js'),
(7403, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/jquery.hammer.min.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/jquery.hammer.min.js'),
(7404, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js'),
(7405, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxCount.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxCount.js'),
(7406, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js'),
(7407, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxVideoModal.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxVideoModal.js'),
(7408, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnalytics.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnalytics.js'),
(7409, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationScroll.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationScroll.js'),
(7410, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationSprite.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationSprite.js'),
(7411, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdBackstr.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdBackstr.js'),
(7412, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdDatei18n.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdDatei18n.js'),
(7413, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdHomepageFull.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdHomepageFull.js'),
(7414, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js'),
(7415, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdListMenu.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdListMenu.js'),
(7416, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js'),
(7417, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js'),
(7418, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js'),
(7419, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoopAjax.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoopAjax.js'),
(7420, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js'),
(7421, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js'),
(7422, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js'),
(7423, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js'),
(7424, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdScrollToClass.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdScrollToClass.js'),
(7425, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js'),
(7426, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js'),
(7427, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdStickyRow.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdStickyRow.js'),
(7428, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdTabbedContent.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdTabbedContent.js'),
(7429, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdTrendingNow.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdTrendingNow.js'),
(7430, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistVimeo.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistVimeo.js'),
(7431, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistYoutube.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdVideoPlaylistYoutube.js'),
(7432, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdWeather.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdWeather.js'),
(7433, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/td_js_for_guten_blocks_editor.min.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/td_js_for_guten_blocks_editor.min.js'),
(7434, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/td_slide.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/td_slide.js'),
(7435, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/td_wp_admin.min.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/td_wp_admin.min.js'),
(7436, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/tdfAjaxFlickr.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/tdfAjaxFlickr.js'),
(7437, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/js/vimeo_froogaloop.js', 'wp-content/plugins/td-composer/legacy/Newspaper/js/vimeo_froogaloop.js'),
(7438, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php', 'wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php'),
(7439, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/loop.php', 'wp-content/plugins/td-composer/legacy/Newspaper/loop.php'),
(7440, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php', 'wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php'),
(7441, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-overlay.php', 'wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-overlay.php'),
(7442, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-title.php', 'wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-title.php'),
(7443, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/page.php', 'wp-content/plugins/td-composer/legacy/Newspaper/page.php'),
(7444, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php', 'wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php'),
(7445, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/logged.php', 'wp-content/plugins/td-composer/legacy/Newspaper/parts/logged.php'),
(7446, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php', 'wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php'),
(7447, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php', 'wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php'),
(7448, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php', 'wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php'),
(7449, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/search.php', 'wp-content/plugins/td-composer/legacy/Newspaper/parts/search.php'),
(7450, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/readme.txt', 'wp-content/plugins/td-composer/legacy/Newspaper/readme.txt'),
(7451, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/screenshot.png', 'wp-content/plugins/td-composer/legacy/Newspaper/screenshot.png'),
(7452, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/single.php', 'wp-content/plugins/td-composer/legacy/Newspaper/single.php'),
(7453, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_1_style.php', 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_1_style.php'),
(7454, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_2_style.php', 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_module_loop_style/tds_module_loop_2_style.php'),
(7455, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content1.php', 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content1.php'),
(7456, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content2.php', 'wp-content/plugins/td-composer/legacy/Newspaper/styles/tds_tabbed_content/tds_tabbed_content2.php'),
(7457, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/taxonomy-post_format.php', 'wp-content/plugins/td-composer/legacy/Newspaper/taxonomy-post_format.php'),
(7458, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/td_deploy_mode.php', 'wp-content/plugins/td-composer/legacy/Newspaper/td_deploy_mode.php'),
(7459, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column.php', 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column.php'),
(7460, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column_inner.php', 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_column_inner.php'),
(7461, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row.php', 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row.php'),
(7462, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row_inner.php', 'wp-content/plugins/td-composer/legacy/Newspaper/vc_templates/vc_row_inner.php'),
(7463, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/archive-product.php', 'wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/archive-product.php'),
(7464, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/single-product.php', 'wp-content/plugins/td-composer/legacy/Newspaper/woocommerce/single-product.php'),
(7465, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/common.php', 'wp-content/plugins/td-composer/legacy/common/common.php'),
(7466, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/#docs/td_cake.txt', 'wp-content/plugins/td-composer/legacy/common/wp_booster/#docs/td_cake.txt'),
(7467, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/sidebar.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/sidebar.php'),
(7468, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php'),
(7469, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php'),
(7470, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_audio_support.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_audio_support.php'),
(7471, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php'),
(7472, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_background.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_background.php'),
(7473, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_background_render.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_background_render.php'),
(7474, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php'),
(7475, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_layout.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_layout.php'),
(7476, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_template.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_template.php'),
(7477, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_widget.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_block_widget.php'),
(7478, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_cake.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_cake.php'),
(7479, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_template.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_template.php'),
(7480, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_top_posts_style.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_top_posts_style.php'),
(7481, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_buffer.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_buffer.php'),
(7482, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_compiler.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_compiler.php'),
(7483, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_inline.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_inline.php'),
(7484, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php'),
(7485, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php'),
(7486, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_email.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_email.php'),
(7487, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_exchange.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_exchange.php'),
(7488, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_fb_ig_business.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_fb_ig_business.php'),
(7489, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php'),
(7490, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_flickr.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_flickr.php'),
(7491, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_fonts.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_fonts.php'),
(7492, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php'),
(7493, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php'),
(7494, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_help_pointers.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_help_pointers.php'),
(7495, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_instagram.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_instagram.php'),
(7496, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ios_redirect.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_ios_redirect.php'),
(7497, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_js.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_js.php'),
(7498, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_buffer.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_buffer.php'),
(7499, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_generator.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_js_generator.php'),
(7500, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_log.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_log.php'),
(7501, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_login.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_login.php'),
(7502, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu.php'),
(7503, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu_back.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_menu_back.php'),
(7504, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_metabox_generator.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_metabox_generator.php'),
(7505, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php'),
(7506, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php'),
(7507, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_more_article_box.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_more_article_box.php'),
(7508, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php'),
(7509, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php'),
(7510, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_views.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_views.php'),
(7511, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_pinterest.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_pinterest.php'),
(7512, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_cache.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_cache.php'),
(7513, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php'),
(7514, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_video.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_video.php'),
(7515, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_load.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_load.php'),
(7516, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_optimize.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_optimize.php'),
(7517, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php'),
(7518, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_single_template_vars.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_single_template_vars.php'),
(7519, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_smart_list.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_smart_list.php'),
(7520, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_icons.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_icons.php'),
(7521, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php'),
(7522, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_style.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_style.php'),
(7523, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_template_layout.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_template_layout.php'),
(7524, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_transients_manager.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_transients_manager.php'),
(7525, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_translate.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_translate.php'),
(7526, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_unique_posts.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_unique_posts.php'),
(7527, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php'),
(7528, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_playlist_render.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_playlist_render.php'),
(7529, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_support.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_support.php'),
(7530, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_weather.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_weather.php'),
(7531, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php'),
(7532, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_audio_meta.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_audio_meta.php'),
(7533, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page.php'),
(7534, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page_with_loop.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_page_with_loop.php'),
(7535, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php'),
(7536, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_cpt.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_cpt.php'),
(7537, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_woo.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings_woo.php'),
(7538, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_video_meta.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_video_meta.php'),
(7539, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_templates_settings.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_templates_settings.php'),
(7540, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/notifications.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/notifications.less'),
(7541, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/tables.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/components/tables.less'),
(7542, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox-controls.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox-controls.less'),
(7543, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-metabox.less'),
(7544, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-tabs.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/page_options/td-tabs.less'),
(7545, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/box.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/box.less'),
(7546, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/color_picker.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/color_picker.less'),
(7547, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/content.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/content.less'),
(7548, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/controls.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/controls.less'),
(7549, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/footer.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/footer.less'),
(7550, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/header.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/header.less'),
(7551, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/help-text.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/help-text.less'),
(7552, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/import_demo.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/import_demo.less'),
(7553, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/navigation.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/navigation.less'),
(7554, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/page-builder.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/page-builder.less'),
(7555, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.css', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.css'),
(7556, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/panel/theme-panel-general.less'),
(7557, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/prepros.cfg', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/prepros.cfg'),
(7558, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/tooltip.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/tooltip.less'),
(7559, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.css', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.css'),
(7560, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.less'),
(7561, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.css', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.css'),
(7562, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/activation.less'),
(7563, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/demos.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/demos.less'),
(7564, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/license.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/license.less'),
(7565, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/system_status.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/system_status.less'),
(7566, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/welcome.less', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp_panels/welcome.less'),
(7567, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ace.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ace.js'),
(7568, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ext-language_tools.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/ext-language_tools.js'),
(7569, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-css.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-css.js'),
(7570, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-html.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-html.js'),
(7571, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-javascript.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/mode-javascript.js'),
(7572, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/css.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/css.js'),
(7573, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/html.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/html.js'),
(7574, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/javascript.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/javascript.js'),
(7575, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/json.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/json.js'),
(7576, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/text.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/snippets/text.js'),
(7577, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-css.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-css.js'),
(7578, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-html.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-html.js'),
(7579, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-javascript.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/ace/worker-javascript.js'),
(7580, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/twitter-client.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/twitter-client.php'),
(7581, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MediaAccess.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MediaAccess.php'),
(7582, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php'),
(7583, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/AjaxLoader.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/AjaxLoader.gif'),
(7584, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/arrow.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/arrow.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7585, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/bg-modal.jpg', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/bg-modal.jpg'),
(7586, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/gradient.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/gradient.png'),
(7587, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/header-bg.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/header-bg.png'),
(7588, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-delete.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-delete.png'),
(7589, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot-no.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot-no.png'),
(7590, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-dot.png'),
(7591, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-edit.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/ico-edit.png'),
(7592, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/info-homepage-loop.jpg', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/info-homepage-loop.jpg'),
(7593, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/loader-small.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/loader-small.gif'),
(7594, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/logo-tagdiv.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/logo-tagdiv.png'),
(7595, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-categ.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-categ.png'),
(7596, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-contact.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-contact.png'),
(7597, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-home.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-home.png'),
(7598, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-menu.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-menu.png'),
(7599, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-social.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-social.png'),
(7600, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-video.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/menu/ico-video.png'),
(7601, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/no_img.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/no_img.png'),
(7602, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/arrow-sidebar.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/arrow-sidebar.png'),
(7603, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/1.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/1.png'),
(7604, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/bg-red.jpg', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/bg/bg-red.jpg'),
(7605, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/check_box_button.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/check_box_button.png'),
(7606, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/colors-button.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/colors-button.png'),
(7607, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/del-sidebar-opt.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/del-sidebar-opt.png'),
(7608, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/loading.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/loading.gif'),
(7609, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/module-default.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/module-default.png'),
(7610, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/no_img_upload.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/no_img_upload.png'),
(7611, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-breadcrumb.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-breadcrumb.png'),
(7612, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-ads.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-ads.png'),
(7613, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-amp.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-amp.png'),
(7614, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-analytics.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-analytics.png'),
(7615, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-back.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-back.png'),
(7616, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-background.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-background.png'),
(7617, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-block.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-block.png'),
(7618, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-categories.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-categories.png'),
(7619, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-code.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-code.png'),
(7620, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-color.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-color.png'),
(7621, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-cpt.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-cpt.png'),
(7622, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-excerpts.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-excerpts.png'),
(7623, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-export.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-export.png'),
(7624, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-footer.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-footer.png'),
(7625, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-header.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-header.png'),
(7626, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-invoice.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-invoice.png'),
(7627, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-label.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-label.png'),
(7628, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-multi.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-multi.png'),
(7629, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-post.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-post.png'),
(7630, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-responsive.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-responsive.png'),
(7631, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-social.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-social.png'),
(7632, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-template.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-template.png'),
(7633, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-tgdv.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-tgdv.png'),
(7634, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-translation.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-translation.png'),
(7635, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-typography.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-typography.png'),
(7636, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-welcome.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-icons/ico-welcome.png'),
(7637, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_footer_template.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_footer_template.png'),
(7638, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_header_template.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_header_template.png'),
(7639, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_module_image.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_module_image.png'),
(7640, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_single_template.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_single_template.png'),
(7641, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_top_bar_template.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-placeholders/no_top_bar_template.png'),
(7642, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow-no-shadow.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow-no-shadow.png'),
(7643, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-arrow.png'),
(7644, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon-selected.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon-selected.png'),
(7645, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-icon.png'),
(7646, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-no-arrow.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-no-arrow.png'),
(7647, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom-corner.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom-corner.png'),
(7648, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-bottom.png'),
(7649, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top-corner.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top-corner.png'),
(7650, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-top.png'),
(7651, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-vertical.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/menu-shadow-vertical.png'),
(7652, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-arrow-close.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-arrow-close.png'),
(7653, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-logo.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/panel-wrap/panel-logo.png'),
(7654, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check-r.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check-r.png'),
(7655, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/radio-check.png'),
(7656, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-center.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-center.png'),
(7657, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-left.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-left.png'),
(7658, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-right.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/rec-right.png'),
(7659, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-desktop.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-desktop.png'),
(7660, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipado.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipado.png'),
(7661, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipadv.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-ipadv.png'),
(7662, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-phone.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/resp-phone.png'),
(7663, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/saved.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/saved.gif'),
(7664, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/select_box_arrow.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/select_box_arrow.png'),
(7665, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-default.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-default.png'),
(7666, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-full.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-full.png'),
(7667, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-left.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-left.png'),
(7668, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-right.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/sidebar/sidebar-right.png'),
(7669, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/single_templates/single_template_default.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/single_templates/single_template_default.png'),
(7670, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/tabs.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/panel/tabs.png'),
(7671, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/spritesheet.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/spritesheet.png'),
(7672, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/td_helper_pointers/vc-columns.png', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/td_helper_pointers/vc-columns.png'),
(7673, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/toggle.jpg', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/toggle.jpg'),
(7674, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/12_12_high.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/12_12_high.gif'),
(7675, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/13_13_13_high.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/13_13_13_high.gif'),
(7676, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/1_high.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/1_high.gif'),
(7677, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/23_13_high.gif', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/images/vc/23_13_high.gif'),
(7678, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdConfirm.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdConfirm.js'),
(7679, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoFullInstaller.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoFullInstaller.js'),
(7680, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoProgressBar.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tdDemoProgressBar.js'),
(7681, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_edit_page.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_edit_page.js'),
(7682, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_page_options.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_page_options.js'),
(7683, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_theme_plugins_setup.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_theme_plugins_setup.js'),
(7684, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin.js'),
(7685, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_color_picker.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_color_picker.js'),
(7686, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_demos.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_demos.js'),
(7687, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel.js'),
(7688, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel_fb_ig_business.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/td_wp_admin_panel_fb_ig_business.js'),
(7689, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tooltip.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/js/tooltip.js'),
(7690, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_core.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_core.php'),
(7691, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php'),
(7692, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_generator.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_generator.php'),
(7693, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_installer.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_installer.php'),
(7694, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_util.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_demo_util.php'),
(7695, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_panel.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_panel.php'),
(7696, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_import_export_settings.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_import_export_settings.php'),
(7697, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_install_demos.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_install_demos.php'),
(7698, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_panel.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_panel.php'),
(7699, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_system_status.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_system_status.php'),
(7700, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_updates.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/td_view_updates.php'),
(7701, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_ads/td_get_ad_spot_by_id.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_ads/td_get_ad_spot_by_id.php'),
(7702, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_block_settings/td_thumbs_on_modules_and_blocks.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_block_settings/td_thumbs_on_modules_and_blocks.php'),
(7703, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_categories/td_get_category_section_by_id.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_categories/td_get_category_section_by_id.php'),
(7704, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_cpt_settings_by_post_type.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_cpt_settings_by_post_type.php'),
(7705, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_tax_settings_by_tax_name.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_tax_settings_by_tax_name.php'),
(7706, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_theme_fonts/td_get_font_section_by_section_id.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_theme_fonts/td_get_font_section_by_section_id.php'),
(7707, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_translations/td_translations.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_translations/td_translations.php'),
(7708, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_analytics.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_analytics.php'),
(7709, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_background.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_background.php'),
(7710, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_categories.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_categories.php'),
(7711, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_cpt_taxonomy.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_cpt_taxonomy.php'),
(7712, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_code.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_code.php'),
(7713, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_fonts.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_custom_fonts.php'),
(7714, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_excerpts.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_excerpts.php'),
(7715, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_footer.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_footer.php'),
(7716, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_header.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_header.php'),
(7717, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_post_settings.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_post_settings.php'),
(7718, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_social_networks.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_social_networks.php'),
(7719, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_template_settings.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_template_settings.php'),
(7720, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_translations.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/views/td_panel_translations.php'),
(7721, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php'),
(7722, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/customcodes.js', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/customcodes.js'),
(7723, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/td_wp_editor.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/td_wp_editor.php'),
(7724, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/tinymce.php', 'wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/tinymce/tinymce.php'),
(7725, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/license.txt', 'wp-content/plugins/td-composer/license.txt'),
(7726, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/404.php', 'wp-content/plugins/td-composer/mobile/404.php'),
(7727, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/css/amp_main.css', 'wp-content/plugins/td-composer/mobile/amp/css/amp_main.css'),
(7728, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/functions.php', 'wp-content/plugins/td-composer/mobile/amp/functions.php'),
(7729, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/includes/td_amp_video_playlist_render.php', 'wp-content/plugins/td-composer/mobile/amp/includes/td_amp_video_playlist_render.php'),
(7730, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/less/amp_main.less', 'wp-content/plugins/td-composer/mobile/amp/less/amp_main.less'),
(7731, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_vimeo_amp.php', 'wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_vimeo_amp.php'),
(7732, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_youtube_amp.php', 'wp-content/plugins/td-composer/mobile/amp/shortcodes/td_block_video_youtube_amp.php'),
(7733, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_1.php', 'wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_1.php'),
(7734, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_2.php', 'wp-content/plugins/td-composer/mobile/amp/smart_lists/td_smart_list_amp_2.php'),
(7735, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/amp/style.php', 'wp-content/plugins/td-composer/mobile/amp/style.php'),
(7736, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/archive.php', 'wp-content/plugins/td-composer/mobile/archive.php'),
(7737, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/attachment.php', 'wp-content/plugins/td-composer/mobile/attachment.php'),
(7738, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/author.php', 'wp-content/plugins/td-composer/mobile/author.php'),
(7739, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/bbpress.php', 'wp-content/plugins/td-composer/mobile/bbpress.php'),
(7740, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/category.php', 'wp-content/plugins/td-composer/mobile/category.php'),
(7741, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/comments.php', 'wp-content/plugins/td-composer/mobile/comments.php'),
(7742, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/footer-amp.php', 'wp-content/plugins/td-composer/mobile/footer-amp.php'),
(7743, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/footer.php', 'wp-content/plugins/td-composer/mobile/footer.php'),
(7744, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/front-page.php', 'wp-content/plugins/td-composer/mobile/front-page.php'),
(7745, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/functions.php', 'wp-content/plugins/td-composer/mobile/functions.php'),
(7746, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/header-amp.php', 'wp-content/plugins/td-composer/mobile/header-amp.php'),
(7747, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/header.php', 'wp-content/plugins/td-composer/mobile/header.php'),
(7748, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/home.php', 'wp-content/plugins/td-composer/mobile/home.php'),
(7749, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/ico-video-large.png', 'wp-content/plugins/td-composer/mobile/images/icons/ico-video-large.png'),
(7750, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/ico-video-large@2x.png', 'wp-content/plugins/td-composer/mobile/images/icons/ico-video-large@2x.png'),
(7751, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.eot', 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.eot'),
(7752, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.svg', 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.svg'),
(7753, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.ttf', 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.ttf'),
(7754, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff', 'wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff'),
(7755, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/no-thumb/td_265x198.png', 'wp-content/plugins/td-composer/mobile/images/no-thumb/td_265x198.png'),
(7756, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/sprite/elements.png', 'wp-content/plugins/td-composer/mobile/images/sprite/elements.png'),
(7757, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/images/sprite/elements@2x.png', 'wp-content/plugins/td-composer/mobile/images/sprite/elements@2x.png'),
(7758, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/category_templates/td_category_template_mob_1.php', 'wp-content/plugins/td-composer/mobile/includes/category_templates/td_category_template_mob_1.php'),
(7759, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/category_top_posts_styles/td_category_top_posts_style_mob_1.php', 'wp-content/plugins/td-composer/mobile/includes/category_top_posts_styles/td_category_top_posts_style_mob_1.php'),
(7760, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_1.php', 'wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_1.php'),
(7761, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_2.php', 'wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_2.php'),
(7762, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/modules/td_module_single_mob.php', 'wp-content/plugins/td-composer/mobile/includes/modules/td_module_single_mob.php'),
(7763, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_ad_box_mob.php', 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_ad_box_mob.php'),
(7764, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_big_grid_mob_1.php', 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_big_grid_mob_1.php'),
(7765, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_related_posts_mob.php', 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_related_posts_mob.php'),
(7766, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_vimeo_mob.php', 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_vimeo_mob.php'),
(7767, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_youtube_mob.php', 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_video_youtube_mob.php'),
(7768, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_misc_shortcodes.php', 'wp-content/plugins/td-composer/mobile/includes/shortcodes/td_misc_shortcodes.php'),
(7769, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_1.php', 'wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_1.php'),
(7770, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_2.php', 'wp-content/plugins/td-composer/mobile/includes/smart_lists/td_smart_list_mob_2.php'),
(7771, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_ajax_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_ajax_mob.php'),
(7772, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_block_editor_assets_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_block_editor_assets_mob.php'),
(7773, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_config_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_config_mob.php'),
(7774, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_css_generator_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_css_generator_mob.php'),
(7775, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_global_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_global_mob.php'),
(7776, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_js_generator_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_js_generator_mob.php'),
(7777, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/includes/td_page_generator_mob.php', 'wp-content/plugins/td-composer/mobile/includes/td_page_generator_mob.php'),
(7778, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/index.php', 'wp-content/plugins/td-composer/mobile/index.php'),
(7779, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/js/js_mob_files_for_admin.min.js', 'wp-content/plugins/td-composer/mobile/js/js_mob_files_for_admin.min.js'),
(7780, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js', 'wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js'),
(7781, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/loop.php', 'wp-content/plugins/td-composer/mobile/loop.php'),
(7782, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/page-pagebuilder-latest.php', 'wp-content/plugins/td-composer/mobile/page-pagebuilder-latest.php'),
(7783, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/page.php', 'wp-content/plugins/td-composer/mobile/page.php'),
(7784, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/header-menu.php', 'wp-content/plugins/td-composer/mobile/parts/header-menu.php'),
(7785, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/logged.php', 'wp-content/plugins/td-composer/mobile/parts/logged.php'),
(7786, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/login.php', 'wp-content/plugins/td-composer/mobile/parts/login.php'),
(7787, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/logo.php', 'wp-content/plugins/td-composer/mobile/parts/logo.php'),
(7788, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/menu-mobile.php', 'wp-content/plugins/td-composer/mobile/parts/menu-mobile.php'),
(7789, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/register.php', 'wp-content/plugins/td-composer/mobile/parts/register.php'),
(7790, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/search.php', 'wp-content/plugins/td-composer/mobile/parts/search.php'),
(7791, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/parts/td_walker_mobile_menu.php', 'wp-content/plugins/td-composer/mobile/parts/td_walker_mobile_menu.php'),
(7792, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/search.php', 'wp-content/plugins/td-composer/mobile/search.php'),
(7793, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/single.php', 'wp-content/plugins/td-composer/mobile/single.php'),
(7794, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/style-amp.css', 'wp-content/plugins/td-composer/mobile/style-amp.css'),
(7795, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/style.css', 'wp-content/plugins/td-composer/mobile/style.css'),
(7796, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/tag.php', 'wp-content/plugins/td-composer/mobile/tag.php'),
(7797, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/taxonomy.php', 'wp-content/plugins/td-composer/mobile/taxonomy.php'),
(7798, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/woocommerce/archive-product.php', 'wp-content/plugins/td-composer/mobile/woocommerce/archive-product.php'),
(7799, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/mobile/woocommerce/single-product.php', 'wp-content/plugins/td-composer/mobile/woocommerce/single-product.php'),
(7800, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-composer.php', 'wp-content/plugins/td-composer/td-composer.php'),
(7801, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/css/font-icons.css', 'wp-content/plugins/td-composer/td-multi-purpose/css/font-icons.css'),
(7802, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/css/menu-header.css', 'wp-content/plugins/td-composer/td-multi-purpose/css/menu-header.css'),
(7803, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/css/style-admin.css', 'wp-content/plugins/td-composer/td-multi-purpose/css/style-admin.css'),
(7804, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/footer/tdm_sub_footer_template_1.php', 'wp-content/plugins/td-composer/td-multi-purpose/footer/tdm_sub_footer_template_1.php'),
(7805, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-menu-h1.php', 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-menu-h1.php'),
(7806, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-1.php', 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-1.php'),
(7807, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-2.php', 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-2.php'),
(7808, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-3.php', 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm-header-style-3.php'),
(7809, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/header/tdm_top_bar_template_1.php', 'wp-content/plugins/td-composer/td-multi-purpose/header/tdm_top_bar_template_1.php'),
(7810, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icon-modal-align.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/icon-modal-align.png'),
(7811, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot', 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot'),
(7812, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg', 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg'),
(7813, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf', 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7814, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff', 'wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff'),
(7815, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/pagebuilder/tdc-icons.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/pagebuilder/tdc-icons.png'),
(7816, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp1.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp1.png'),
(7817, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp2.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp2.png'),
(7818, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp3.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/menu/icon-menu-mp3.png'),
(7819, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/sub_footer_templates/icon-sub-footer-1.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/sub_footer_templates/icon-sub-footer-1.png'),
(7820, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/images/panel/top_bar_templates/icon-top-bar-mp1.png', 'wp-content/plugins/td-composer/td-multi-purpose/images/panel/top_bar_templates/icon-top-bar-mp1.png'),
(7821, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/blocks.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/blocks.less'),
(7822, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/buttons.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/buttons.less'),
(7823, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/font-icons.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/font-icons.less'),
(7824, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/footer.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/footer.less'),
(7825, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/general.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/general.less'),
(7826, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/header-style.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/header-style.less'),
(7827, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/main.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/main.less'),
(7828, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/menu-header.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/menu-header.less'),
(7829, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/menu-top.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/menu-top.less'),
(7830, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/mixin.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/mixin.less'),
(7831, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/prepros.config', 'wp-content/plugins/td-composer/td-multi-purpose/less/prepros.config'),
(7832, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/style-admin.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/style-admin.less'),
(7833, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/title.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/title.less'),
(7834, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/less/variables.less', 'wp-content/plugins/td-composer/td-multi-purpose/less/variables.less'),
(7835, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_colors.php', 'wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_colors.php'),
(7836, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_fonts.php', 'wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_fonts.php'),
(7837, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_header.php', 'wp-content/plugins/td-composer/td-multi-purpose/panel/td_panel_header.php'),
(7838, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php'),
(7839, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_call_to_action.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_call_to_action.php'),
(7840, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_client.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_client.php'),
(7841, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_content.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_content.php'),
(7842, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_title.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_title.php'),
(7843, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_counter.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_counter.php'),
(7844, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_fancy_text_image.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_fancy_text_image.php'),
(7845, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_food_menu.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_food_menu.php'),
(7846, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_hero.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_hero.php'),
(7847, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon.php'),
(7848, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon_box.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_icon_box.php'),
(7849, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_image_info_box.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_image_info_box.php'),
(7850, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_image.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_image.php'),
(7851, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_text.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_text.php'),
(7852, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_list.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_list.php'),
(7853, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_popup.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_popup.php'),
(7854, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_pricing.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_pricing.php'),
(7855, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_progress_bar.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_progress_bar.php'),
(7856, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_socials.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_socials.php'),
(7857, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_team_member.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_team_member.php'),
(7858, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_testimonial.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_testimonial.php'),
(7859, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_text_image.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_text_image.php'),
(7860, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_title_over_image.php', 'wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_title_over_image.php'),
(7861, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/style-admin.css', 'wp-content/plugins/td-composer/td-multi-purpose/style-admin.css'),
(7862, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/style.css', 'wp-content/plugins/td-composer/td-multi-purpose/style.css'),
(7863, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button1.php'),
(7864, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button2.php'),
(7865, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button3.php'),
(7866, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button4.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button4.php'),
(7867, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button5.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button5.php'),
(7868, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button6.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button6.php'),
(7869, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button7.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button7.php'),
(7870, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button8.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_button/tds_button8.php'),
(7871, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action1.php'),
(7872, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_call_to_action/tds_call_to_action2.php'),
(7873, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_counter/tds_counter1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_counter/tds_counter1.php'),
(7874, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_food_menu/tds_food_menu1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_food_menu/tds_food_menu1.php'),
(7875, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon/tds_icon1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon/tds_icon1.php'),
(7876, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box1.php'),
(7877, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box2.php'),
(7878, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box3.php'),
(7879, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box4.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box4.php'),
(7880, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box5.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_icon_box/tds_icon_box5.php'),
(7881, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing1.php'),
(7882, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing2.php'),
(7883, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing3.php'),
(7884, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar1.php'),
(7885, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar2.php'),
(7886, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_progress_bar/tds_progress_bar3.php'),
(7887, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social1.php'),
(7888, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social2.php'),
(7889, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php'),
(7890, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social4.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social4.php'),
(7891, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social5.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social5.php'),
(7892, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social6.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social6.php'),
(7893, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member1.php'),
(7894, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member2.php'),
(7895, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_team_member/tds_team_member3.php'),
(7896, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial1.php'),
(7897, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial2.php'),
(7898, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial3.php'),
(7899, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial4.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_testimonial/tds_testimonial4.php'),
(7900, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title1.php'),
(7901, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title2.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title2.php'),
(7902, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title3.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title3.php'),
(7903, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title_over_image/tds_title_over_image1.php', 'wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title_over_image/tds_title_over_image1.php'),
(7904, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php', 'wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php'),
(7905, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td-multi-purpose/td_panel_settings.php', 'wp-content/plugins/td-composer/td-multi-purpose/td_panel_settings.php'),
(7906, '/home/abt90iranbet/public_html/wp-content/plugins/td-composer/td_deploy_mode.php', 'wp-content/plugins/td-composer/td_deploy_mode.php'),
(7907, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php', 'wp-content/plugins/td-mobile-plugin/Mobile_Detect.php'),
(7908, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_ads.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_ads.php'),
(7909, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_ads.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_ads.php'),
(7910, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_analytics.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_amp_analytics.php'),
(7911, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_colors.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_colors.php'),
(7912, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_custom_code.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_custom_code.php'),
(7913, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_excerpts.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_excerpts.php'),
(7914, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_fonts.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_fonts.php'),
(7915, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_menu_background.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_menu_background.php'),
(7916, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_breadcrumbs.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_breadcrumbs.php'),
(7917, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_footer.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_footer.php'),
(7918, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_grids.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_grids.php'),
(7919, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_header.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_header.php'),
(7920, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_modules.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_modules.php'),
(7921, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_smartlist.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_mob_smartlist.php'),
(7922, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/panel/td_panel_post_settings.php', 'wp-content/plugins/td-mobile-plugin/panel/td_panel_post_settings.php'),
(7923, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/readme', 'wp-content/plugins/td-mobile-plugin/readme'),
(7924, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php', 'wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php'),
(7925, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php', 'wp-content/plugins/td-mobile-plugin/td_mobile_theme.php'),
(7926, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/td_panel_settings.php', 'wp-content/plugins/td-mobile-plugin/td_panel_settings.php'),
(7927, '/home/abt90iranbet/public_html/wp-content/plugins/td-mobile-plugin/tdm_version_check.php', 'wp-content/plugins/td-mobile-plugin/tdm_version_check.php'),
(7928, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/pagebuilder/tdc-icons.png', 'wp-content/plugins/td-newsletter/images/pagebuilder/tdc-icons.png'),
(7929, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/thumb_01.png', 'wp-content/plugins/td-newsletter/images/thumb_01.png'),
(7930, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/thumb_02.png', 'wp-content/plugins/td-newsletter/images/thumb_02.png'),
(7931, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/images/thumb_03.png', 'wp-content/plugins/td-newsletter/images/thumb_03.png'),
(7932, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/blocks.less', 'wp-content/plugins/td-newsletter/less/blocks.less'),
(7933, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/font-icons.less', 'wp-content/plugins/td-newsletter/less/font-icons.less'),
(7934, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/main.less', 'wp-content/plugins/td-newsletter/less/main.less'),
(7935, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/mixin.less', 'wp-content/plugins/td-newsletter/less/mixin.less'),
(7936, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/style-admin.less', 'wp-content/plugins/td-newsletter/less/style-admin.less'),
(7937, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/less/variables.less', 'wp-content/plugins/td-newsletter/less/variables.less'),
(7938, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/shortcodes/tdn_block_newsletter_subscribe.php', 'wp-content/plugins/td-newsletter/shortcodes/tdn_block_newsletter_subscribe.php'),
(7939, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/style-admin.css', 'wp-content/plugins/td-newsletter/style-admin.css'),
(7940, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/style.css', 'wp-content/plugins/td-newsletter/style.css'),
(7941, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter1.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter1.php'),
(7942, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter2.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter2.php'),
(7943, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter3.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter3.php'),
(7944, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter4.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter4.php'),
(7945, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter5.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter5.php'),
(7946, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter6.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter6.php'),
(7947, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter7.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter7.php'),
(7948, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter8.php', 'wp-content/plugins/td-newsletter/styles/tds_newsletter/tds_newsletter8.php'),
(7949, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/td-newsletter.php', 'wp-content/plugins/td-newsletter/td-newsletter.php'),
(7950, '/home/abt90iranbet/public_html/wp-content/plugins/td-newsletter/td_newsletter_version_check.php', 'wp-content/plugins/td-newsletter/td_newsletter_version_check.php'),
(7951, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/ca-chain-bundle.crt', 'wp-content/plugins/td-social-counter/ca-chain-bundle.crt'),
(7952, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/js/td_social_counter.js', 'wp-content/plugins/td-social-counter/js/td_social_counter.js'),
(7953, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php', 'wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php'),
(7954, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/td-social-counter.php', 'wp-content/plugins/td-social-counter/td-social-counter.php'),
(7955, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/td_social_api.php', 'wp-content/plugins/td-social-counter/td_social_api.php'),
(7956, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/td_social_version_check.php', 'wp-content/plugins/td-social-counter/td_social_version_check.php'),
(7957, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/twitter-client.php', 'wp-content/plugins/td-social-counter/twitter-client.php'),
(7958, '/home/abt90iranbet/public_html/wp-content/plugins/td-social-counter/widget/td_block_social_counter_widget.php', 'wp-content/plugins/td-social-counter/widget/td_block_social_counter_widget.php'),
(7959, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/404.php', 'wp-content/plugins/td-standard-pack/Newspaper/404.php'),
(7960, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/archive.php', 'wp-content/plugins/td-standard-pack/Newspaper/archive.php'),
(7961, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_admin.css', 'wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_admin.css'),
(7962, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css', 'wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css'),
(7963, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_0x420.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_0x420.png'),
(7964, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_100x70.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_100x70.png'),
(7965, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x0.png'),
(7966, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x580.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1068x580.png'),
(7967, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1920x0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_1920x0.png'),
(7968, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_218x150.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_218x150.png'),
(7969, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_265x198.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_265x198.png'),
(7970, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x160.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x160.png'),
(7971, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x235.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x235.png'),
(7972, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x400.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_324x400.png'),
(7973, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x220.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x220.png'),
(7974, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x364.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_356x364.png'),
(7975, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_485x360.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_485x360.png'),
(7976, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_533x261.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_533x261.png'),
(7977, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_534x462.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_534x462.png'),
(7978, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x0.png'),
(7979, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x385.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_696x385.png'),
(7980, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_741x486.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_741x486.png'),
(7981, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_80x60.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_80x60.png'),
(7982, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_meta_replacement.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/td_meta_replacement.png'),
(7983, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/thumbnail.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/no-thumb/thumbnail.png'),
(7984, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-1.png'),
(7985, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-10.png'),
(7986, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-11.png'),
(7987, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-12.png'),
(7988, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-2.png'),
(7989, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-3.png'),
(7990, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-4.png'),
(7991, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-5.png'),
(7992, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-6.png'),
(7993, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-7.png'),
(7994, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-8.png'),
(7995, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-9.png'),
(7996, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-1.png'),
(7997, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-10.png'),
(7998, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-2.png'),
(7999, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-3.png'),
(8000, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-4.png'),
(8001, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-5.png'),
(8002, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-6.png'),
(8003, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-7.png'),
(8004, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-8.png'),
(8005, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/big-grid-fl-9.png'),
(8006, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block1.png'),
(8007, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block10.png'),
(8008, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block11.png'),
(8009, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block12.png'),
(8010, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block13.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block13.png'),
(8011, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block14.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block14.png'),
(8012, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block15.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block15.png'),
(8013, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block16.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block16.png'),
(8014, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block17.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block17.png'),
(8015, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block18.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block18.png'),
(8016, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block19.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block19.png'),
(8017, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block2.png'),
(8018, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block20.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block20.png'),
(8019, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block21.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block21.png'),
(8020, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block22.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block22.png'),
(8021, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block23.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block23.png'),
(8022, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block24.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block24.png'),
(8023, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block25.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block25.png'),
(8024, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block3.png'),
(8025, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block4.png'),
(8026, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block5.png'),
(8027, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block6.png'),
(8028, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block7.png'),
(8029, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block8.png'),
(8030, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/pagebuilder/block9.png'),
(8031, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-1.png'),
(8032, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-2.png'),
(8033, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-3.png'),
(8034, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-4.png'),
(8035, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-5.png'),
(8036, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-6.png'),
(8037, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-7.png'),
(8038, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-8.png'),
(8039, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-1.png'),
(8040, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-10.png'),
(8041, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-11.png'),
(8042, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-12.png'),
(8043, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-2.png'),
(8044, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-3.png'),
(8045, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-4.png'),
(8046, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-5.png'),
(8047, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-6.png'),
(8048, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-7.png'),
(8049, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-8.png'),
(8050, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-9.png'),
(8051, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-disable.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-disable.png'),
(8052, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-1.png'),
(8053, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-10.png'),
(8054, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-2.png'),
(8055, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-3.png'),
(8056, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-4.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8057, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-5.png'),
(8058, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-6.png'),
(8059, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-7.png'),
(8060, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-8.png'),
(8061, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/category_templates/icon-category-top-fl-9.png'),
(8062, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-1.png'),
(8063, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-10.png'),
(8064, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-11.png'),
(8065, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-12.png'),
(8066, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-13.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-13.png'),
(8067, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-14.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-14.png'),
(8068, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-2.png'),
(8069, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-3.png'),
(8070, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-4.png'),
(8071, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-5.png'),
(8072, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-6.png'),
(8073, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-7.png'),
(8074, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-8.png'),
(8075, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/footer_templates/icon-footer-9.png'),
(8076, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-1.png'),
(8077, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-10.png'),
(8078, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-11.png'),
(8079, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-12.png'),
(8080, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-2.png'),
(8081, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-3.png'),
(8082, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-4.png'),
(8083, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-5.png'),
(8084, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-6.png'),
(8085, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-7.png'),
(8086, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-8.png'),
(8087, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/menu/icon-menu-9.png'),
(8088, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_1.png'),
(8089, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_10.png'),
(8090, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_11.png'),
(8091, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_12.png'),
(8092, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_13.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_13.png'),
(8093, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_14.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_14.png'),
(8094, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_15.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_15.png'),
(8095, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_16.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_16.png'),
(8096, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_17.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_17.png'),
(8097, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_18.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_18.png'),
(8098, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_19.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_19.png'),
(8099, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_2.png'),
(8100, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_3.png'),
(8101, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_4.png'),
(8102, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_5.png'),
(8103, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_6.png'),
(8104, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_7.png'),
(8105, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_8.png'),
(8106, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/modules/td_module_9.png'),
(8107, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_0.png'),
(8108, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_1.png'),
(8109, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_10.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_10.png'),
(8110, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_11.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_11.png'),
(8111, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_12.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_12.png'),
(8112, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_13.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_13.png'),
(8113, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_2.png'),
(8114, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_3.png'),
(8115, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_4.png'),
(8116, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_5.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_5.png'),
(8117, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_6.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_6.png'),
(8118, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_7.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_7.png'),
(8119, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_8.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_8.png'),
(8120, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_9.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/single_templates/single_template_9.png'),
(8121, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/sub_footer_templates/icon-sub-footer-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/sub_footer_templates/icon-sub-footer-1.png'),
(8122, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-1.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-1.png'),
(8123, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-2.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-2.png'),
(8124, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-3.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-3.png'),
(8125, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-4.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/panel/top_bar_templates/icon-top-bar-4.png'),
(8126, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_0x420.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_0x420.png'),
(8127, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_100x70.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_100x70.png'),
(8128, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x0.png'),
(8129, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x580.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1068x580.png'),
(8130, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1920x0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_1920x0.png'),
(8131, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_218x150.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_218x150.png'),
(8132, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_265x198.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_265x198.png'),
(8133, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x160.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x160.png'),
(8134, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x235.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x235.png'),
(8135, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x400.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_324x400.png'),
(8136, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x220.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x220.png'),
(8137, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x364.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_356x364.png'),
(8138, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_485x360.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_485x360.png'),
(8139, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_533x261.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_533x261.png'),
(8140, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_534x462.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_534x462.png'),
(8141, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x0.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x0.png'),
(8142, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x385.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_696x385.png'),
(8143, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_741x486.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_741x486.png'),
(8144, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_80x60.png', 'wp-content/plugins/td-standard-pack/Newspaper/assets/images/thumb-disabled/td_80x60.png'),
(8145, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/attachment.php', 'wp-content/plugins/td-standard-pack/Newspaper/attachment.php'),
(8146, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/author.php', 'wp-content/plugins/td-standard-pack/Newspaper/author.php'),
(8147, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/category.php', 'wp-content/plugins/td-standard-pack/Newspaper/category.php'),
(8148, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/comments.php', 'wp-content/plugins/td-standard-pack/Newspaper/comments.php'),
(8149, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/footer.php', 'wp-content/plugins/td-standard-pack/Newspaper/footer.php'),
(8150, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/functions.php', 'wp-content/plugins/td-standard-pack/Newspaper/functions.php'),
(8151, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/header.php', 'wp-content/plugins/td-standard-pack/Newspaper/header.php'),
(8152, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_1.php'),
(8153, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_2.php'),
(8154, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_3.php'),
(8155, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_4.php'),
(8156, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_5.php'),
(8157, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_6.php'),
(8158, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_7.php'),
(8159, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_templates/td_category_template_8.php'),
(8160, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_1.php'),
(8161, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_10.php'),
(8162, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_11.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_11.php'),
(8163, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_12.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_12.php'),
(8164, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_2.php'),
(8165, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_3.php'),
(8166, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_4.php'),
(8167, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_5.php'),
(8168, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_6.php'),
(8169, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_7.php'),
(8170, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_8.php'),
(8171, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_9.php'),
(8172, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_disable.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_disable.php'),
(8173, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_1.php'),
(8174, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_10.php'),
(8175, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_2.php'),
(8176, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_3.php'),
(8177, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_4.php'),
(8178, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_5.php'),
(8179, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_6.php'),
(8180, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_7.php'),
(8181, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_8.php'),
(8182, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/category_top_posts_styles/td_category_top_posts_style_fl_9.php'),
(8183, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_1.php'),
(8184, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_10.php'),
(8185, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_11.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_11.php'),
(8186, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_12.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_12.php'),
(8187, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_13.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_13.php'),
(8188, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_14.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_14.php'),
(8189, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_15.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_15.php'),
(8190, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_16.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_16.php'),
(8191, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_17.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_17.php'),
(8192, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_18.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_18.php'),
(8193, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_19.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_19.php'),
(8194, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_2.php'),
(8195, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_3.php'),
(8196, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_4.php'),
(8197, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_5.php'),
(8198, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_6.php'),
(8199, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_7.php'),
(8200, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_8.php'),
(8201, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_9.php'),
(8202, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx1.php'),
(8203, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx10.php'),
(8204, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx11.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx11.php'),
(8205, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx12.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx12.php'),
(8206, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx13.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx13.php'),
(8207, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx14.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx14.php'),
(8208, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx15.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx15.php'),
(8209, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx16.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx16.php'),
(8210, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx17.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx17.php'),
(8211, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx18.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx18.php'),
(8212, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx19.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx19.php'),
(8213, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx2.php'),
(8214, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx20.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx20.php'),
(8215, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx21.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx21.php'),
(8216, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx22.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx22.php'),
(8217, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx23.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx23.php'),
(8218, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx24.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx24.php'),
(8219, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx25.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx25.php'),
(8220, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx26.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx26.php'),
(8221, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx3.php'),
(8222, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx4.php'),
(8223, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx5.php'),
(8224, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx6.php'),
(8225, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx7.php'),
(8226, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx8.php'),
(8227, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx9.php'),
(8228, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx_empty.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx_empty.php'),
(8229, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_related_posts.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_related_posts.php'),
(8230, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_1.php'),
(8231, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_10.php'),
(8232, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_11.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_11.php'),
(8233, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_12.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_12.php'),
(8234, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_13.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_13.php'),
(8235, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_14.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_14.php'),
(8236, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_15.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_15.php'),
(8237, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_16.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_16.php'),
(8238, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_17.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_17.php'),
(8239, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_18.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_18.php'),
(8240, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_19.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_19.php'),
(8241, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_2.php'),
(8242, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_20.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_20.php'),
(8243, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_21.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_21.php'),
(8244, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_22.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_22.php'),
(8245, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_23.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_23.php'),
(8246, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_24.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_24.php'),
(8247, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_25.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_25.php'),
(8248, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_3.php'),
(8249, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_4.php'),
(8250, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_5.php'),
(8251, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_6.php'),
(8252, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_7.php'),
(8253, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_8.php'),
(8254, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_9.php'),
(8255, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_1.php'),
(8256, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_10.php'),
(8257, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_11.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_11.php'),
(8258, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_12.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_12.php'),
(8259, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_2.php'),
(8260, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_3.php'),
(8261, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_4.php'),
(8262, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_5.php'),
(8263, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_6.php'),
(8264, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_7.php'),
(8265, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_8.php'),
(8266, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_9.php'),
(8267, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_1.php'),
(8268, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_10.php'),
(8269, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_2.php'),
(8270, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_3.php'),
(8271, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_4.php'),
(8272, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_5.php'),
(8273, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_6.php'),
(8274, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_7.php'),
(8275, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_8.php'),
(8276, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_fl_9.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8277, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_slide.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_slide.php'),
(8278, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_homepage_full_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_homepage_full_1.php'),
(8279, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_related_posts.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_related_posts.php'),
(8280, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config.php'),
(8281, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config_helper.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_config_helper.php'),
(8282, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_css_generator.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/tdsp_css_generator.php'),
(8283, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/includes/widgets/td_page_builder_widgets.php', 'wp-content/plugins/td-standard-pack/Newspaper/includes/widgets/td_page_builder_widgets.php'),
(8284, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-attachment.php', 'wp-content/plugins/td-standard-pack/Newspaper/loop-attachment.php'),
(8285, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-single.php', 'wp-content/plugins/td-standard-pack/Newspaper/loop-single.php'),
(8286, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop.php', 'wp-content/plugins/td-standard-pack/Newspaper/loop.php'),
(8287, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/page.php', 'wp-content/plugins/td-standard-pack/Newspaper/page.php'),
(8288, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra.php'),
(8289, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra_bottom.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_extra_bottom.php'),
(8290, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_1.php'),
(8291, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_10.php'),
(8292, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_11.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_11.php'),
(8293, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_12.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_12.php'),
(8294, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_13.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_13.php'),
(8295, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_14.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_14.php'),
(8296, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_2.php'),
(8297, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_3.php'),
(8298, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_4.php'),
(8299, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_5.php'),
(8300, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_6.php'),
(8301, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_7.php'),
(8302, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_8.php'),
(8303, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_footer_template_9.php'),
(8304, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_sub_footer_template_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_sub_footer_template_1.php'),
(8305, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/ads.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/ads.php'),
(8306, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-2.php'),
(8307, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1-2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1-2.php'),
(8308, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu-h1.php'),
(8309, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu.php'),
(8310, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-1.php'),
(8311, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-10.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-10.php'),
(8312, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-11.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-11.php'),
(8313, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-12.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-12.php'),
(8314, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-2.php'),
(8315, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-3.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-3.php'),
(8316, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-4.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-4.php'),
(8317, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-5.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-5.php'),
(8318, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-6.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-6.php'),
(8319, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-7.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-7.php'),
(8320, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-8.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-8.php'),
(8321, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-9.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-style-9.php'),
(8322, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-h1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-h1.php'),
(8323, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile-h1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile-h1.php'),
(8324, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-mobile.php'),
(8325, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-text.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-text.php'),
(8326, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo.php'),
(8327, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_1.php'),
(8328, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_2.php'),
(8329, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_3.php'),
(8330, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_4.php'),
(8331, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-menu.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-menu.php'),
(8332, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-widget.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-widget.php'),
(8333, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/page-author-box.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/page-author-box.php'),
(8334, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/page-search-box.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/page-search-box.php'),
(8335, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php'),
(8336, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-10.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-10.php'),
(8337, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-11.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-11.php'),
(8338, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-12.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-12.php'),
(8339, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-13.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-13.php'),
(8340, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php'),
(8341, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-3.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-3.php'),
(8342, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-4.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-4.php'),
(8343, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-5.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-5.php'),
(8344, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-6.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-6.php'),
(8345, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-7.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-7.php'),
(8346, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-8.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-8.php'),
(8347, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-9.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-9.php'),
(8348, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php'),
(8349, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_10.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_10.php'),
(8350, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_11.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_11.php'),
(8351, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_12.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_12.php'),
(8352, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_13.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_13.php'),
(8353, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php'),
(8354, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_3.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_3.php'),
(8355, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_4.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_4.php'),
(8356, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_5.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_5.php'),
(8357, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_6.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_6.php'),
(8358, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_7.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_7.php'),
(8359, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_8.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_8.php'),
(8360, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_9.php', 'wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_9.php'),
(8361, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/search.php', 'wp-content/plugins/td-standard-pack/Newspaper/search.php'),
(8362, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/searchform.php', 'wp-content/plugins/td-standard-pack/Newspaper/searchform.php'),
(8363, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/single.php', 'wp-content/plugins/td-standard-pack/Newspaper/single.php'),
(8364, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/tag.php', 'wp-content/plugins/td-standard-pack/Newspaper/tag.php'),
(8365, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/taxonomy.php', 'wp-content/plugins/td-standard-pack/Newspaper/taxonomy.php'),
(8366, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/Newspaper/td_deploy_mode.php', 'wp-content/plugins/td-standard-pack/Newspaper/td_deploy_mode.php'),
(8367, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/common/common.php', 'wp-content/plugins/td-standard-pack/common/common.php'),
(8368, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/td-standard-pack.php', 'wp-content/plugins/td-standard-pack/td-standard-pack.php'),
(8369, '/home/abt90iranbet/public_html/wp-content/plugins/td-standard-pack/tdsp_version_check.php', 'wp-content/plugins/td-standard-pack/tdsp_version_check.php'),
(8370, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css', 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css'),
(8371, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.js', 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.js'),
(8372, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.css', 'wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.css'),
(8373, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js', 'wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js'),
(8374, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/block-editor/tma-block-editor.css', 'wp-content/plugins/tinymce-advanced/block-editor/tma-block-editor.css'),
(8375, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js'),
(8376, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js'),
(8377, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js'),
(8378, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js'),
(8379, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/code/plugin.js'),
(8380, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js'),
(8381, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js'),
(8382, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js'),
(8383, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif'),
(8384, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif'),
(8385, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif'),
(8386, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif'),
(8387, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif'),
(8388, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif'),
(8389, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif'),
(8390, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif'),
(8391, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif'),
(8392, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif'),
(8393, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif'),
(8394, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif'),
(8395, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif'),
(8396, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif'),
(8397, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif'),
(8398, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif'),
(8399, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif'),
(8400, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif'),
(8401, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif'),
(8402, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif'),
(8403, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js'),
(8404, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js'),
(8405, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js'),
(8406, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js'),
(8407, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js'),
(8408, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js'),
(8409, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/link/plugin.js'),
(8410, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js'),
(8411, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js'),
(8412, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js'),
(8413, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/print/plugin.js'),
(8414, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js'),
(8415, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js'),
(8416, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js'),
(8417, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/table/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/table/plugin.js'),
(8418, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js'),
(8419, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css', 'wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css'),
(8420, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js'),
(8421, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js'),
(8422, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js'),
(8423, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js'),
(8424, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js'),
(8425, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js'),
(8426, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css', 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css'),
(8427, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js', 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js'),
(8428, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/readme.txt', 'wp-content/plugins/tinymce-advanced/readme.txt'),
(8429, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/tadv_admin.php', 'wp-content/plugins/tinymce-advanced/tadv_admin.php'),
(8430, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php', 'wp-content/plugins/tinymce-advanced/tinymce-advanced.php'),
(8431, '/home/abt90iranbet/public_html/wp-content/plugins/tinymce-advanced/uninstall.php', 'wp-content/plugins/tinymce-advanced/uninstall.php'),
(8432, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/SECURITY.md', 'wp-content/plugins/updraftplus/SECURITY.md'),
(8433, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/admin.php', 'wp-content/plugins/updraftplus/admin.php'),
(8434, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/backup.php', 'wp-content/plugins/updraftplus/backup.php'),
(8435, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/bootstrap.php', 'wp-content/plugins/updraftplus/central/bootstrap.php'),
(8436, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php', 'wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php'),
(8437, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php', 'wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php'),
(8438, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php', 'wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php'),
(8439, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/commands.php', 'wp-content/plugins/updraftplus/central/commands.php'),
(8440, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css', 'wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css'),
(8441, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/central/css/central-1-25-1.min.css.map'),
(8442, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/css/central.css', 'wp-content/plugins/updraftplus/central/css/central.css'),
(8443, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/factory.php', 'wp-content/plugins/updraftplus/central/factory.php'),
(8444, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/host.php', 'wp-content/plugins/updraftplus/central/host.php'),
(8445, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/images/ud-logo.png', 'wp-content/plugins/updraftplus/central/images/ud-logo.png'),
(8446, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif', 'wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif'),
(8447, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/js/central-1-25-1.min.js', 'wp-content/plugins/updraftplus/central/js/central-1-25-1.min.js'),
(8448, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/js/central.js', 'wp-content/plugins/updraftplus/central/js/central.js'),
(8449, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/listener.php', 'wp-content/plugins/updraftplus/central/listener.php'),
(8450, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/analytics.php', 'wp-content/plugins/updraftplus/central/modules/analytics.php'),
(8451, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/comments.php', 'wp-content/plugins/updraftplus/central/modules/comments.php'),
(8452, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/core.php', 'wp-content/plugins/updraftplus/central/modules/core.php'),
(8453, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/media.php', 'wp-content/plugins/updraftplus/central/modules/media.php'),
(8454, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/pages.php', 'wp-content/plugins/updraftplus/central/modules/pages.php'),
(8455, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/plugin.php', 'wp-content/plugins/updraftplus/central/modules/plugin.php'),
(8456, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/posts.php', 'wp-content/plugins/updraftplus/central/modules/posts.php'),
(8457, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/theme.php', 'wp-content/plugins/updraftplus/central/modules/theme.php'),
(8458, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/updates.php', 'wp-content/plugins/updraftplus/central/modules/updates.php'),
(8459, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/modules/users.php', 'wp-content/plugins/updraftplus/central/modules/users.php'),
(8460, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/translations-central.php', 'wp-content/plugins/updraftplus/central/translations-central.php'),
(8461, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/updraftplus.php', 'wp-content/plugins/updraftplus/central/updraftplus.php'),
(8462, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/central/wp-optimize.php', 'wp-content/plugins/updraftplus/central/wp-optimize.php'),
(8463, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/changelog-old.txt', 'wp-content/plugins/updraftplus/changelog-old.txt'),
(8464, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/class-updraftplus.php', 'wp-content/plugins/updraftplus/class-updraftplus.php'),
(8465, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css'),
(8466, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css'),
(8467, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css'),
(8468, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css'),
(8469, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css'),
(8470, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css'),
(8471, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css'),
(8472, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css'),
(8473, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css'),
(8474, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css'),
(8475, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css'),
(8476, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css'),
(8477, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css'),
(8478, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css', 'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css'),
(8479, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css', 'wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css'),
(8480, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/css/updraftplus-admin-1-25-1.min.css.map'),
(8481, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin.css', 'wp-content/plugins/updraftplus/css/updraftplus-admin.css'),
(8482, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css', 'wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css'),
(8483, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/css/updraftplus-notices-1-25-1.min.css.map'),
(8484, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices.css', 'wp-content/plugins/updraftplus/css/updraftplus-notices.css'),
(8485, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css', 'wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css'),
(8486, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/css/updraftplus-tour-1-25-1.min.css.map'),
(8487, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.css', 'wp-content/plugins/updraftplus/css/updraftplus-tour.css'),
(8488, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.scss', 'wp-content/plugins/updraftplus/css/updraftplus-tour.scss'),
(8489, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/example-decrypt.php', 'wp-content/plugins/updraftplus/example-decrypt.php'),
(8490, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/all.png', 'wp-content/plugins/updraftplus/images/addons-images/all.png'),
(8491, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/anonymisation.png', 'wp-content/plugins/updraftplus/images/addons-images/anonymisation.png'),
(8492, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/autobackup.png', 'wp-content/plugins/updraftplus/images/addons-images/autobackup.png'),
(8493, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/azure.png', 'wp-content/plugins/updraftplus/images/addons-images/azure.png'),
(8494, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/backblaze.png', 'wp-content/plugins/updraftplus/images/addons-images/backblaze.png'),
(8495, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png', 'wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png'),
(8496, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png', 'wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png'),
(8497, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/fixtime.png', 'wp-content/plugins/updraftplus/images/addons-images/fixtime.png'),
(8498, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png', 'wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png'),
(8499, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/googlecloud.png', 'wp-content/plugins/updraftplus/images/addons-images/googlecloud.png'),
(8500, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/importer.png', 'wp-content/plugins/updraftplus/images/addons-images/importer.png'),
(8501, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/incremental.png', 'wp-content/plugins/updraftplus/images/addons-images/incremental.png'),
(8502, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/lockadmin.png', 'wp-content/plugins/updraftplus/images/addons-images/lockadmin.png'),
(8503, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/migrator.png', 'wp-content/plugins/updraftplus/images/addons-images/migrator.png'),
(8504, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/moredatabase.png', 'wp-content/plugins/updraftplus/images/addons-images/moredatabase.png'),
(8505, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/morefiles.png', 'wp-content/plugins/updraftplus/images/addons-images/morefiles.png'),
(8506, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/morestorage.png', 'wp-content/plugins/updraftplus/images/addons-images/morestorage.png'),
(8507, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/multisite.png', 'wp-content/plugins/updraftplus/images/addons-images/multisite.png'),
(8508, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/noadverts.png', 'wp-content/plugins/updraftplus/images/addons-images/noadverts.png'),
(8509, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/onedrive.png', 'wp-content/plugins/updraftplus/images/addons-images/onedrive.png'),
(8510, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/reporting.png', 'wp-content/plugins/updraftplus/images/addons-images/reporting.png'),
(8511, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png', 'wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png'),
(8512, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/sftp.png', 'wp-content/plugins/updraftplus/images/addons-images/sftp.png'),
(8513, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/webdav.png', 'wp-content/plugins/updraftplus/images/addons-images/webdav.png'),
(8514, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/addons-images/wp-cli.png', 'wp-content/plugins/updraftplus/images/addons-images/wp-cli.png'),
(8515, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/automaticbackup.png', 'wp-content/plugins/updraftplus/images/automaticbackup.png'),
(8516, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/aws_logo.png', 'wp-content/plugins/updraftplus/images/aws_logo.png'),
(8517, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/azure.png', 'wp-content/plugins/updraftplus/images/azure.png'),
(8518, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/backblaze.png', 'wp-content/plugins/updraftplus/images/backblaze.png'),
(8519, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dashicon-white.png', 'wp-content/plugins/updraftplus/images/dashicon-white.png'),
(8520, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dashicon.png', 'wp-content/plugins/updraftplus/images/dashicon.png'),
(8521, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/default-avatar.jpg', 'wp-content/plugins/updraftplus/images/default-avatar.jpg'),
(8522, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png', 'wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png'),
(8523, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/dropbox-logo.png', 'wp-content/plugins/updraftplus/images/dropbox-logo.png'),
(8524, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/googlecloud.png', 'wp-content/plugins/updraftplus/images/googlecloud.png'),
(8525, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/googledrive_logo.png', 'wp-content/plugins/updraftplus/images/googledrive_logo.png'),
(8526, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/azure.png', 'wp-content/plugins/updraftplus/images/icons/azure.png'),
(8527, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/backblaze.png', 'wp-content/plugins/updraftplus/images/icons/backblaze.png'),
(8528, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/cloudfiles.png', 'wp-content/plugins/updraftplus/images/icons/cloudfiles.png'),
(8529, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/dreamobjects.png', 'wp-content/plugins/updraftplus/images/icons/dreamobjects.png'),
(8530, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/dropbox.png', 'wp-content/plugins/updraftplus/images/icons/dropbox.png'),
(8531, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/email.png', 'wp-content/plugins/updraftplus/images/icons/email.png'),
(8532, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/folder.png', 'wp-content/plugins/updraftplus/images/icons/folder.png'),
(8533, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/googlecloud.png', 'wp-content/plugins/updraftplus/images/icons/googlecloud.png'),
(8534, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/googledrive.png', 'wp-content/plugins/updraftplus/images/icons/googledrive.png'),
(8535, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/lock.png', 'wp-content/plugins/updraftplus/images/icons/lock.png'),
(8536, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/onedrive.png', 'wp-content/plugins/updraftplus/images/icons/onedrive.png'),
(8537, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/openstack.png', 'wp-content/plugins/updraftplus/images/icons/openstack.png'),
(8538, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/pcloud.png', 'wp-content/plugins/updraftplus/images/icons/pcloud.png'),
(8539, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/s3.png', 'wp-content/plugins/updraftplus/images/icons/s3.png'),
(8540, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/updraftvault.png', 'wp-content/plugins/updraftplus/images/icons/updraftvault.png'),
(8541, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/icons/webdav.png', 'wp-content/plugins/updraftplus/images/icons/webdav.png'),
(8542, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/black_friday.png', 'wp-content/plugins/updraftplus/images/notices/black_friday.png'),
(8543, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png', 'wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png'),
(8544, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/collection_sale_24.png', 'wp-content/plugins/updraftplus/images/notices/collection_sale_24.png'),
(8545, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/keyy_logo.png', 'wp-content/plugins/updraftplus/images/notices/keyy_logo.png'),
(8546, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/locksettings.png', 'wp-content/plugins/updraftplus/images/notices/locksettings.png'),
(8547, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/new_year.png', 'wp-content/plugins/updraftplus/images/notices/new_year.png'),
(8548, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png', 'wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png'),
(8549, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/reporting.png', 'wp-content/plugins/updraftplus/images/notices/reporting.png'),
(8550, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/sale_20_24.png', 'wp-content/plugins/updraftplus/images/notices/sale_20_24.png'),
(8551, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/spring.png', 'wp-content/plugins/updraftplus/images/notices/spring.png'),
(8552, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/spring_sale_24.png', 'wp-content/plugins/updraftplus/images/notices/spring_sale_24.png'),
(8553, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/subscriben.png', 'wp-content/plugins/updraftplus/images/notices/subscriben.png'),
(8554, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/summer.png', 'wp-content/plugins/updraftplus/images/notices/summer.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8555, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/summer_sale_24.png', 'wp-content/plugins/updraftplus/images/notices/summer_sale_24.png'),
(8556, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/support.png', 'wp-content/plugins/updraftplus/images/notices/support.png'),
(8557, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/ud_smile.png', 'wp-content/plugins/updraftplus/images/notices/ud_smile.png'),
(8558, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/updraft_logo.png', 'wp-content/plugins/updraftplus/images/notices/updraft_logo.png'),
(8559, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png', 'wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png'),
(8560, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/onedrive.png', 'wp-content/plugins/updraftplus/images/onedrive.png'),
(8561, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/aios.png', 'wp-content/plugins/updraftplus/images/other-plugins/aios.png'),
(8562, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png', 'wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png'),
(8563, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/keyy.png', 'wp-content/plugins/updraftplus/images/other-plugins/keyy.png'),
(8564, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png', 'wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png'),
(8565, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png', 'wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png'),
(8566, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png', 'wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png'),
(8567, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/padlock-150.png', 'wp-content/plugins/updraftplus/images/padlock-150.png'),
(8568, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/pcloud-logo.png', 'wp-content/plugins/updraftplus/images/pcloud-logo.png'),
(8569, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/rackspacecloud-logo.png', 'wp-content/plugins/updraftplus/images/rackspacecloud-logo.png'),
(8570, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/ud-logo-150.png', 'wp-content/plugins/updraftplus/images/ud-logo-150.png'),
(8571, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/ud-logo.png', 'wp-content/plugins/updraftplus/images/ud-logo.png'),
(8572, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/udlogo-rotating.gif', 'wp-content/plugins/updraftplus/images/udlogo-rotating.gif'),
(8573, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/udp-logo-white.png', 'wp-content/plugins/updraftplus/images/udp-logo-white.png'),
(8574, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_central_logo.png', 'wp-content/plugins/updraftplus/images/updraft_central_logo.png'),
(8575, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_cross.png', 'wp-content/plugins/updraftplus/images/updraft_cross.png'),
(8576, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_freev.png', 'wp-content/plugins/updraftplus/images/updraft_freev.png'),
(8577, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_premv.png', 'wp-content/plugins/updraftplus/images/updraft_premv.png'),
(8578, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_tick.png', 'wp-content/plugins/updraftplus/images/updraft_tick.png'),
(8579, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraft_vault_logo.png', 'wp-content/plugins/updraftplus/images/updraft_vault_logo.png'),
(8580, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraftcentral_cloud.png', 'wp-content/plugins/updraftplus/images/updraftcentral_cloud.png'),
(8581, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png', 'wp-content/plugins/updraftplus/images/updraftclone_logo_white.png'),
(8582, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/updraftvault-150.png', 'wp-content/plugins/updraftplus/images/updraftvault-150.png'),
(8583, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg', 'wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg'),
(8584, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/API.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/API.php'),
(8585, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php'),
(8586, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),
(8587, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),
(8588, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),
(8589, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),
(8590, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),
(8591, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),
(8592, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php'),
(8593, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php'),
(8594, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php'),
(8595, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php'),
(8596, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php'),
(8597, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php'),
(8598, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php'),
(8599, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php', 'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php'),
(8600, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php', 'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php'),
(8601, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php', 'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php'),
(8602, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php'),
(8603, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/File.php', 'wp-content/plugins/updraftplus/includes/Google/Cache/File.php'),
(8604, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php', 'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php'),
(8605, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Null.php', 'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php'),
(8606, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Client.php', 'wp-content/plugins/updraftplus/includes/Google/Client.php'),
(8607, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Collection.php', 'wp-content/plugins/updraftplus/includes/Google/Collection.php'),
(8608, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Config.php', 'wp-content/plugins/updraftplus/includes/Google/Config.php'),
(8609, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/Exception.php'),
(8610, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Batch.php', 'wp-content/plugins/updraftplus/includes/Google/Http/Batch.php'),
(8611, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php', 'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php'),
(8612, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php', 'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php'),
(8613, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/REST.php', 'wp-content/plugins/updraftplus/includes/Google/Http/REST.php'),
(8614, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Request.php', 'wp-content/plugins/updraftplus/includes/Google/Http/Request.php'),
(8615, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php', 'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php'),
(8616, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Curl.php', 'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php'),
(8617, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/IO/Exception.php'),
(8618, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Stream.php', 'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php'),
(8619, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem', 'wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem'),
(8620, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php', 'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php'),
(8621, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php'),
(8622, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/File.php', 'wp-content/plugins/updraftplus/includes/Google/Logger/File.php'),
(8623, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Null.php', 'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php'),
(8624, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php', 'wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php'),
(8625, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Model.php', 'wp-content/plugins/updraftplus/includes/Google/Model.php'),
(8626, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php'),
(8627, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Dns.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php'),
(8628, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Drive.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php'),
(8629, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php'),
(8630, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Logging.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php'),
(8631, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php'),
(8632, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Resource.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Resource.php'),
(8633, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Storage.php', 'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php'),
(8634, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Service.php', 'wp-content/plugins/updraftplus/includes/Google/Service.php'),
(8635, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php', 'wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php'),
(8636, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/P12.php', 'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php'),
(8637, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Exception.php', 'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php'),
(8638, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php', 'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php'),
(8639, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Runner.php', 'wp-content/plugins/updraftplus/includes/Google/Task/Runner.php'),
(8640, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php', 'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php'),
(8641, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Utils.php', 'wp-content/plugins/updraftplus/includes/Google/Utils.php'),
(8642, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php', 'wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php'),
(8643, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php', 'wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php'),
(8644, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/Google/autoload.php', 'wp-content/plugins/updraftplus/includes/Google/autoload.php'),
(8645, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/S3.php', 'wp-content/plugins/updraftplus/includes/S3.php'),
(8646, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/S3compat.php', 'wp-content/plugins/updraftplus/includes/S3compat.php'),
(8647, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js', 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js'),
(8648, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js', 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js'),
(8649, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js', 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js'),
(8650, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js', 'wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js'),
(8651, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cacert.pem', 'wp-content/plugins/updraftplus/includes/cacert.pem'),
(8652, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg', 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg'),
(8653, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css', 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css'),
(8654, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map'),
(8655, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js', 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js'),
(8656, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css', 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css'),
(8657, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js', 'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),
(8658, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php', 'wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),
(8659, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/products.json', 'wp-content/plugins/updraftplus/includes/checkout-embed/products.json'),
(8660, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/readme.md', 'wp-content/plugins/updraftplus/includes/checkout-embed/readme.md'),
(8661, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-backup-history.php', 'wp-content/plugins/updraftplus/includes/class-backup-history.php'),
(8662, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-commands.php', 'wp-content/plugins/updraftplus/includes/class-commands.php'),
(8663, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-database-utility.php', 'wp-content/plugins/updraftplus/includes/class-database-utility.php'),
(8664, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-filesystem-functions.php', 'wp-content/plugins/updraftplus/includes/class-filesystem-functions.php'),
(8665, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php', 'wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php'),
(8666, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-job-scheduler.php', 'wp-content/plugins/updraftplus/includes/class-job-scheduler.php'),
(8667, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-manipulation-functions.php', 'wp-content/plugins/updraftplus/includes/class-manipulation-functions.php'),
(8668, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-partialfileservlet.php', 'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php'),
(8669, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-remote-send.php', 'wp-content/plugins/updraftplus/includes/class-remote-send.php'),
(8670, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-search-replace.php', 'wp-content/plugins/updraftplus/includes/class-search-replace.php'),
(8671, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-semaphore.php', 'wp-content/plugins/updraftplus/includes/class-semaphore.php'),
(8672, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php', 'wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php'),
(8673, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php', 'wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php'),
(8674, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php', 'wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php'),
(8675, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php', 'wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),
(8676, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php', 'wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php'),
(8677, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php', 'wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php'),
(8678, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/class-zip.php', 'wp-content/plugins/updraftplus/includes/class-zip.php'),
(8679, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php', 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php'),
(8680, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),
(8681, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php', 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php'),
(8682, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/ftp.class.php', 'wp-content/plugins/updraftplus/includes/ftp.class.php'),
(8683, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl', 'wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl'),
(8684, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/google-extensions.php', 'wp-content/plugins/updraftplus/includes/google-extensions.php'),
(8685, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/LICENSE', 'wp-content/plugins/updraftplus/includes/handlebars/LICENSE'),
(8686, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.js', 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js'),
(8687, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js', 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js'),
(8688, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js', 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js'),
(8689, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js', 'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js'),
(8690, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),
(8691, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png'),
(8692, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png'),
(8693, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png'),
(8694, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png'),
(8695, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png'),
(8696, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),
(8697, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),
(8698, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 'wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),
(8699, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png', 'wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png'),
(8700, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png', 'wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png'),
(8701, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png', 'wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png'),
(8702, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png', 'wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png'),
(8703, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png', 'wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png'),
(8704, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css', 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css'),
(8705, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map'),
(8706, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css', 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css'),
(8707, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css', 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css'),
(8708, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map'),
(8709, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css', 'wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css'),
(8710, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js', 'wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js'),
(8711, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js', 'wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js'),
(8712, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js', 'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),
(8713, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js', 'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),
(8714, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.js', 'wp-content/plugins/updraftplus/includes/jstree/jstree.js'),
(8715, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.min.js', 'wp-content/plugins/updraftplus/includes/jstree/jstree.min.js'),
(8716, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png', 'wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png'),
(8717, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png', 'wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png'),
(8718, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css', 'wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css'),
(8719, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css', 'wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css'),
(8720, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif', 'wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif'),
(8721, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png', 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png'),
(8722, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png', 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png'),
(8723, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css', 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css'),
(8724, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css', 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css'),
(8725, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif', 'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif'),
(8726, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/LICENSE', 'wp-content/plugins/updraftplus/includes/labelauty/LICENSE'),
(8727, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png', 'wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png'),
(8728, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png', 'wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png'),
(8729, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css', 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css'),
(8730, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map', 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map'),
(8731, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js', 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js'),
(8732, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css', 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css'),
(8733, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js', 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js'),
(8734, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/migrator-lite.php', 'wp-content/plugins/updraftplus/includes/migrator-lite.php'),
(8735, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php', 'wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php'),
(8736, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether/LICENSE', 'wp-content/plugins/updraftplus/includes/tether/LICENSE'),
(8737, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether/tether.js', 'wp-content/plugins/updraftplus/includes/tether/tether.js'),
(8738, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether/tether.min.js', 'wp-content/plugins/updraftplus/includes/tether/tether.min.js'),
(8739, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE', 'wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE'),
(8740, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js', 'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js'),
(8741, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js', 'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js'),
(8742, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js', 'wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js'),
(8743, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-25-1.min.js', 'wp-content/plugins/updraftplus/includes/updraft-admin-common-1-25-1.min.js'),
(8744, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common.js', 'wp-content/plugins/updraftplus/includes/updraft-admin-common.js'),
(8745, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php', 'wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php'),
(8746, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php', 'wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php'),
(8747, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftcentral.php', 'wp-content/plugins/updraftplus/includes/updraftcentral.php'),
(8748, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php', 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),
(8749, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php', 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),
(8750, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php', 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php'),
(8751, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php', 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php'),
(8752, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php', 'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),
(8753, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-clone.php', 'wp-content/plugins/updraftplus/includes/updraftplus-clone.php'),
(8754, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-login.php', 'wp-content/plugins/updraftplus/includes/updraftplus-login.php'),
(8755, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-notices.php', 'wp-content/plugins/updraftplus/includes/updraftplus-notices.php'),
(8756, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftplus-tour.php', 'wp-content/plugins/updraftplus/includes/updraftplus-tour.php'),
(8757, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/includes/updraftvault.php', 'wp-content/plugins/updraftplus/includes/updraftvault.php'),
(8758, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/index.html', 'wp-content/plugins/updraftplus/index.html'),
(8759, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/tour-1-25-1.min.js', 'wp-content/plugins/updraftplus/js/tour-1-25-1.min.js'),
(8760, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/tour.js', 'wp-content/plugins/updraftplus/js/tour.js'),
(8761, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore-1-25-1.min.js', 'wp-content/plugins/updraftplus/js/updraft-admin-restore-1-25-1.min.js'),
(8762, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore.js', 'wp-content/plugins/updraftplus/js/updraft-admin-restore.js'),
(8763, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-af.mo'),
(8764, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.po', 'wp-content/plugins/updraftplus/languages/updraftplus-af.po'),
(8765, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-ar.mo'),
(8766, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.po', 'wp-content/plugins/updraftplus/languages/updraftplus-ar.po'),
(8767, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo'),
(8768, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po', 'wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po'),
(8769, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo'),
(8770, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po', 'wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po'),
(8771, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo'),
(8772, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po', 'wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po'),
(8773, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-ca.mo'),
(8774, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.po', 'wp-content/plugins/updraftplus/languages/updraftplus-ca.po'),
(8775, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo'),
(8776, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.po', 'wp-content/plugins/updraftplus/languages/updraftplus-ckb.po'),
(8777, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo'),
(8778, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po', 'wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po'),
(8779, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo'),
(8780, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po', 'wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po'),
(8781, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-et.mo'),
(8782, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.po', 'wp-content/plugins/updraftplus/languages/updraftplus-et.po'),
(8783, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-eu.mo'),
(8784, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.po', 'wp-content/plugins/updraftplus/languages/updraftplus-eu.po'),
(8785, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo'),
(8786, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po', 'wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po'),
(8787, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-fi.mo'),
(8788, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.po', 'wp-content/plugins/updraftplus/languages/updraftplus-fi.po'),
(8789, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo'),
(8790, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po', 'wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po'),
(8791, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo'),
(8792, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po', 'wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po'),
(8793, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo'),
(8794, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po', 'wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po'),
(8795, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo'),
(8796, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po', 'wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po'),
(8797, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo'),
(8798, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po', 'wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po'),
(8799, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo'),
(8800, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po', 'wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po'),
(8801, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo'),
(8802, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po', 'wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po'),
(8803, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo'),
(8804, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po', 'wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po'),
(8805, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo'),
(8806, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po', 'wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po'),
(8807, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo'),
(8808, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po', 'wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po'),
(8809, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo'),
(8810, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po', 'wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po'),
(8811, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-te.mo'),
(8812, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.po', 'wp-content/plugins/updraftplus/languages/updraftplus-te.po'),
(8813, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-th.mo'),
(8814, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.po', 'wp-content/plugins/updraftplus/languages/updraftplus-th.po'),
(8815, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-tl.mo'),
(8816, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.po', 'wp-content/plugins/updraftplus/languages/updraftplus-tl.po'),
(8817, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo'),
(8818, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po', 'wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po'),
(8819, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-ur.mo'),
(8820, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.po', 'wp-content/plugins/updraftplus/languages/updraftplus-ur.po'),
(8821, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-vi.mo'),
(8822, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.po', 'wp-content/plugins/updraftplus/languages/updraftplus-vi.po'),
(8823, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo'),
(8824, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po', 'wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po'),
(8825, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo', 'wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo'),
(8826, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po', 'wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po'),
(8827, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/languages/updraftplus.pot', 'wp-content/plugins/updraftplus/languages/updraftplus.pot'),
(8828, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/addon-base-v2.php', 'wp-content/plugins/updraftplus/methods/addon-base-v2.php'),
(8829, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/addon-not-yet-present.php', 'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php'),
(8830, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/azure.php', 'wp-content/plugins/updraftplus/methods/azure.php'),
(8831, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/backblaze.php', 'wp-content/plugins/updraftplus/methods/backblaze.php'),
(8832, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/backup-module.php', 'wp-content/plugins/updraftplus/methods/backup-module.php'),
(8833, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/cloudfiles-new.php', 'wp-content/plugins/updraftplus/methods/cloudfiles-new.php'),
(8834, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/cloudfiles.php', 'wp-content/plugins/updraftplus/methods/cloudfiles.php'),
(8835, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/dreamobjects.php', 'wp-content/plugins/updraftplus/methods/dreamobjects.php'),
(8836, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/dropbox.php', 'wp-content/plugins/updraftplus/methods/dropbox.php'),
(8837, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/email.php', 'wp-content/plugins/updraftplus/methods/email.php'),
(8838, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/ftp.php', 'wp-content/plugins/updraftplus/methods/ftp.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8839, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/googlecloud.php', 'wp-content/plugins/updraftplus/methods/googlecloud.php'),
(8840, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/googledrive.php', 'wp-content/plugins/updraftplus/methods/googledrive.php'),
(8841, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/insufficient.php', 'wp-content/plugins/updraftplus/methods/insufficient.php'),
(8842, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/onedrive.php', 'wp-content/plugins/updraftplus/methods/onedrive.php'),
(8843, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/openstack-base.php', 'wp-content/plugins/updraftplus/methods/openstack-base.php'),
(8844, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/openstack.php', 'wp-content/plugins/updraftplus/methods/openstack.php'),
(8845, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/openstack2.php', 'wp-content/plugins/updraftplus/methods/openstack2.php'),
(8846, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/pcloud.php', 'wp-content/plugins/updraftplus/methods/pcloud.php'),
(8847, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/remotesend.php', 'wp-content/plugins/updraftplus/methods/remotesend.php'),
(8848, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/s3.php', 'wp-content/plugins/updraftplus/methods/s3.php'),
(8849, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/s3generic.php', 'wp-content/plugins/updraftplus/methods/s3generic.php'),
(8850, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/sftp.php', 'wp-content/plugins/updraftplus/methods/sftp.php'),
(8851, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/template.php', 'wp-content/plugins/updraftplus/methods/template.php'),
(8852, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/updraftvault.php', 'wp-content/plugins/updraftplus/methods/updraftvault.php'),
(8853, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/methods/webdav.php', 'wp-content/plugins/updraftplus/methods/webdav.php'),
(8854, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/options.php', 'wp-content/plugins/updraftplus/options.php'),
(8855, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/readme.txt', 'wp-content/plugins/updraftplus/readme.txt'),
(8856, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/restorer.php', 'wp-content/plugins/updraftplus/restorer.php'),
(8857, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),
(8858, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php'),
(8859, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php'),
(8860, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php'),
(8861, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php'),
(8862, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php'),
(8863, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php'),
(8864, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php'),
(8865, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),
(8866, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),
(8867, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php', 'wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),
(8868, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php', 'wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php'),
(8869, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php', 'wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),
(8870, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php', 'wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php'),
(8871, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php', 'wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php'),
(8872, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php', 'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),
(8873, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),
(8874, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),
(8875, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),
(8876, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php'),
(8877, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),
(8878, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),
(8879, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),
(8880, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),
(8881, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php'),
(8882, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php'),
(8883, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php'),
(8884, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),
(8885, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php'),
(8886, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php'),
(8887, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php'),
(8888, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php'),
(8889, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php'),
(8890, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),
(8891, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php', 'wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),
(8892, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/updraftplus.php', 'wp-content/plugins/updraftplus/updraftplus.php'),
(8893, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/autoload.php', 'wp-content/plugins/updraftplus/vendor/autoload.php'),
(8894, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE', 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE'),
(8895, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/README.md', 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/README.md'),
(8896, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/composer.json', 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/composer.json'),
(8897, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php', 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php'),
(8898, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php', 'wp-content/plugins/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php'),
(8899, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/README.md', 'wp-content/plugins/updraftplus/vendor/components/jquery/README.md'),
(8900, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/bower.json', 'wp-content/plugins/updraftplus/vendor/components/jquery/bower.json'),
(8901, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/component.json', 'wp-content/plugins/updraftplus/vendor/components/jquery/component.json'),
(8902, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/composer.json', 'wp-content/plugins/updraftplus/vendor/components/jquery/composer.json'),
(8903, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js', 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js'),
(8904, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js', 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js'),
(8905, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map', 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map'),
(8906, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js', 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js'),
(8907, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js', 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js'),
(8908, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map', 'wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map'),
(8909, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/package.json', 'wp-content/plugins/updraftplus/vendor/components/jquery/package.json'),
(8910, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php', 'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php'),
(8911, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php', 'wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php'),
(8912, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/LICENSE', 'wp-content/plugins/updraftplus/vendor/composer/LICENSE'),
(8913, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php', 'wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php'),
(8914, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_files.php', 'wp-content/plugins/updraftplus/vendor/composer/autoload_files.php'),
(8915, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php'),
(8916, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php', 'wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php'),
(8917, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_real.php', 'wp-content/plugins/updraftplus/vendor/composer/autoload_real.php'),
(8918, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_static.php', 'wp-content/plugins/updraftplus/vendor/composer/autoload_static.php'),
(8919, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.json', 'wp-content/plugins/updraftplus/vendor/composer/installed.json'),
(8920, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.php', 'wp-content/plugins/updraftplus/vendor/composer/installed.php'),
(8921, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/README.md', 'wp-content/plugins/updraftplus/vendor/eher/oauth/README.md'),
(8922, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json', 'wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json'),
(8923, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist', 'wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist'),
(8924, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),
(8925, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),
(8926, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),
(8927, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),
(8928, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),
(8929, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),
(8930, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),
(8931, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),
(8932, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),
(8933, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),
(8934, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),
(8935, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md'),
(8936, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE'),
(8937, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md'),
(8938, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md'),
(8939, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml'),
(8940, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json'),
(8941, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),
(8942, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist'),
(8943, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),
(8944, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),
(8945, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),
(8946, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),
(8947, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),
(8948, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),
(8949, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),
(8950, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),
(8951, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),
(8952, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),
(8953, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),
(8954, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),
(8955, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),
(8956, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),
(8957, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),
(8958, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),
(8959, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json'),
(8960, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),
(8961, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),
(8962, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),
(8963, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),
(8964, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),
(8965, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),
(8966, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),
(8967, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),
(8968, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json'),
(8969, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),
(8970, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),
(8971, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),
(8972, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),
(8973, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),
(8974, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),
(8975, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),
(8976, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),
(8977, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),
(8978, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),
(8979, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),
(8980, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),
(8981, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),
(8982, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json'),
(8983, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),
(8984, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),
(8985, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),
(8986, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),
(8987, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),
(8988, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),
(8989, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),
(8990, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),
(8991, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),
(8992, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),
(8993, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),
(8994, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),
(8995, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),
(8996, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),
(8997, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),
(8998, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),
(8999, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),
(9000, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),
(9001, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),
(9002, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),
(9003, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),
(9004, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),
(9005, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),
(9006, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),
(9007, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),
(9008, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),
(9009, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),
(9010, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),
(9011, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),
(9012, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),
(9013, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),
(9014, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),
(9015, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),
(9016, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),
(9017, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),
(9018, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),
(9019, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),
(9020, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),
(9021, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),
(9022, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),
(9023, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),
(9024, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),
(9025, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),
(9026, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),
(9027, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),
(9028, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),
(9029, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),
(9030, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),
(9031, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem'),
(9032, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),
(9033, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),
(9034, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json'),
(9035, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),
(9036, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),
(9037, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),
(9038, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),
(9039, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json'),
(9040, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),
(9041, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),
(9042, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),
(9043, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),
(9044, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),
(9045, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md'),
(9046, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json'),
(9047, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),
(9048, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),
(9049, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),
(9050, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),
(9051, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),
(9052, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),
(9053, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),
(9054, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),
(9055, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),
(9056, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json'),
(9057, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),
(9058, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),
(9059, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),
(9060, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),
(9061, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),
(9062, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),
(9063, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),
(9064, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),
(9065, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),
(9066, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),
(9067, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),
(9068, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),
(9069, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json'),
(9070, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),
(9071, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json'),
(9072, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),
(9073, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),
(9074, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),
(9075, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9076, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),
(9077, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),
(9078, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),
(9079, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),
(9080, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),
(9081, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),
(9082, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),
(9083, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),
(9084, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),
(9085, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json'),
(9086, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),
(9087, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),
(9088, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),
(9089, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),
(9090, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),
(9091, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),
(9092, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),
(9093, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),
(9094, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),
(9095, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),
(9096, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),
(9097, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),
(9098, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json'),
(9099, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),
(9100, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),
(9101, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),
(9102, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),
(9103, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),
(9104, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),
(9105, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json'),
(9106, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),
(9107, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json'),
(9108, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),
(9109, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),
(9110, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),
(9111, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json'),
(9112, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),
(9113, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json'),
(9114, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),
(9115, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json'),
(9116, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),
(9117, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),
(9118, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json'),
(9119, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),
(9120, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json'),
(9121, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),
(9122, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json'),
(9123, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json'),
(9124, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),
(9125, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),
(9126, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),
(9127, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),
(9128, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),
(9129, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),
(9130, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),
(9131, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),
(9132, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),
(9133, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),
(9134, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),
(9135, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),
(9136, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),
(9137, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),
(9138, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),
(9139, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),
(9140, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),
(9141, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),
(9142, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),
(9143, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),
(9144, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),
(9145, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),
(9146, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),
(9147, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),
(9148, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),
(9149, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),
(9150, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),
(9151, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),
(9152, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),
(9153, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),
(9154, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),
(9155, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),
(9156, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),
(9157, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),
(9158, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),
(9159, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),
(9160, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),
(9161, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),
(9162, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),
(9163, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),
(9164, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),
(9165, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),
(9166, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),
(9167, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),
(9168, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),
(9169, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),
(9170, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),
(9171, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),
(9172, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),
(9173, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),
(9174, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),
(9175, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),
(9176, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),
(9177, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),
(9178, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),
(9179, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),
(9180, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),
(9181, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),
(9182, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),
(9183, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),
(9184, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),
(9185, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),
(9186, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),
(9187, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),
(9188, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),
(9189, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),
(9190, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),
(9191, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),
(9192, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),
(9193, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),
(9194, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json'),
(9195, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),
(9196, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),
(9197, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),
(9198, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),
(9199, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json'),
(9200, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md'),
(9201, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile'),
(9202, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE'),
(9203, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md'),
(9204, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md'),
(9205, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json'),
(9206, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php'),
(9207, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php'),
(9208, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(9209, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(9210, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(9211, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(9212, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(9213, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(9214, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(9215, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(9216, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(9217, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),
(9218, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(9219, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php'),
(9220, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(9221, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(9222, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(9223, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(9224, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(9225, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(9226, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(9227, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(9228, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(9229, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(9230, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(9231, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php'),
(9232, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php'),
(9233, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php'),
(9234, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php'),
(9235, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(9236, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(9237, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php'),
(9238, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(9239, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php'),
(9240, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php'),
(9241, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php'),
(9242, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php'),
(9243, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php'),
(9244, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md'),
(9245, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE'),
(9246, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md'),
(9247, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json'),
(9248, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php'),
(9249, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php'),
(9250, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php'),
(9251, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php'),
(9252, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php'),
(9253, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php'),
(9254, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php'),
(9255, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php'),
(9256, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php'),
(9257, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php'),
(9258, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php'),
(9259, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php'),
(9260, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php'),
(9261, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php'),
(9262, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php'),
(9263, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php'),
(9264, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php'),
(9265, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php'),
(9266, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md'),
(9267, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE'),
(9268, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md'),
(9269, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json'),
(9270, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php'),
(9271, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php'),
(9272, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php'),
(9273, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php'),
(9274, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php'),
(9275, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php'),
(9276, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php'),
(9277, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php'),
(9278, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php'),
(9279, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php'),
(9280, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php'),
(9281, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php'),
(9282, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php'),
(9283, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php'),
(9284, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php'),
(9285, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php'),
(9286, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php'),
(9287, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php'),
(9288, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php'),
(9289, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php'),
(9290, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php'),
(9291, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9292, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php'),
(9293, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php'),
(9294, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php'),
(9295, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php'),
(9296, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php'),
(9297, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php'),
(9298, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php'),
(9299, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php'),
(9300, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php', 'wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php'),
(9301, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md', 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md'),
(9302, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json', 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json'),
(9303, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json', 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json'),
(9304, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php', 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php'),
(9305, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json', 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json'),
(9306, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php', 'wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php'),
(9307, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE'),
(9308, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json'),
(9309, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(9310, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(9311, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(9312, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(9313, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(9314, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php'),
(9315, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(9316, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(9317, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(9318, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(9319, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(9320, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php', 'wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php'),
(9321, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS'),
(9322, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md'),
(9323, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE'),
(9324, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md'),
(9325, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml'),
(9326, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json'),
(9327, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),
(9328, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),
(9329, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),
(9330, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),
(9331, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),
(9332, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),
(9333, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),
(9334, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),
(9335, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),
(9336, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),
(9337, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),
(9338, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),
(9339, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),
(9340, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'),
(9341, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),
(9342, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),
(9343, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),
(9344, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),
(9345, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),
(9346, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),
(9347, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),
(9348, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),
(9349, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'),
(9350, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),
(9351, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),
(9352, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', 'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf'),
(9353, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md', 'wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md'),
(9354, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE', 'wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE'),
(9355, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/README.md', 'wp-content/plugins/updraftplus/vendor/psr/http-message/README.md'),
(9356, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json', 'wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json'),
(9357, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md', 'wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md'),
(9358, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md', 'wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md'),
(9359, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php'),
(9360, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php'),
(9361, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php'),
(9362, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php'),
(9363, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php'),
(9364, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php'),
(9365, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php'),
(9366, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/LICENSE', 'wp-content/plugins/updraftplus/vendor/psr/log/LICENSE'),
(9367, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),
(9368, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),
(9369, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),
(9370, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),
(9371, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),
(9372, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),
(9373, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),
(9374, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),
(9375, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php'),
(9376, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),
(9377, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),
(9378, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/README.md', 'wp-content/plugins/updraftplus/vendor/psr/log/README.md'),
(9379, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/psr/log/composer.json', 'wp-content/plugins/updraftplus/vendor/psr/log/composer.json'),
(9380, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md'),
(9381, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md'),
(9382, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE'),
(9383, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md'),
(9384, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon'),
(9385, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json'),
(9386, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php'),
(9387, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php'),
(9388, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php'),
(9389, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),
(9390, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),
(9391, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),
(9392, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),
(9393, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),
(9394, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),
(9395, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),
(9396, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),
(9397, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),
(9398, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),
(9399, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),
(9400, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),
(9401, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),
(9402, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),
(9403, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),
(9404, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),
(9405, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),
(9406, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php'),
(9407, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php'),
(9408, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),
(9409, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),
(9410, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),
(9411, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),
(9412, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),
(9413, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),
(9414, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),
(9415, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),
(9416, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),
(9417, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),
(9418, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),
(9419, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),
(9420, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),
(9421, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),
(9422, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),
(9423, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),
(9424, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),
(9425, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),
(9426, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),
(9427, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),
(9428, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),
(9429, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),
(9430, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),
(9431, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php'),
(9432, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),
(9433, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),
(9434, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),
(9435, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),
(9436, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),
(9437, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),
(9438, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),
(9439, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),
(9440, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),
(9441, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),
(9442, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),
(9443, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),
(9444, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),
(9445, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),
(9446, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),
(9447, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),
(9448, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),
(9449, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),
(9450, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),
(9451, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),
(9452, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),
(9453, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),
(9454, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),
(9455, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),
(9456, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),
(9457, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),
(9458, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),
(9459, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),
(9460, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),
(9461, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),
(9462, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),
(9463, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),
(9464, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),
(9465, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),
(9466, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),
(9467, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),
(9468, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),
(9469, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),
(9470, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),
(9471, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),
(9472, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),
(9473, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),
(9474, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),
(9475, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),
(9476, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),
(9477, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),
(9478, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),
(9479, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),
(9480, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),
(9481, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),
(9482, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),
(9483, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),
(9484, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),
(9485, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),
(9486, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),
(9487, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),
(9488, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),
(9489, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),
(9490, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),
(9491, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),
(9492, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),
(9493, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),
(9494, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),
(9495, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),
(9496, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),
(9497, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),
(9498, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),
(9499, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9500, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),
(9501, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),
(9502, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),
(9503, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),
(9504, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),
(9505, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),
(9506, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),
(9507, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),
(9508, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),
(9509, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),
(9510, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),
(9511, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),
(9512, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),
(9513, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),
(9514, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),
(9515, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),
(9516, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),
(9517, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),
(9518, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),
(9519, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),
(9520, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),
(9521, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),
(9522, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),
(9523, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),
(9524, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),
(9525, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),
(9526, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),
(9527, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),
(9528, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),
(9529, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),
(9530, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),
(9531, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),
(9532, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),
(9533, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),
(9534, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),
(9535, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),
(9536, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),
(9537, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),
(9538, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),
(9539, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),
(9540, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),
(9541, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),
(9542, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),
(9543, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),
(9544, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php'),
(9545, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),
(9546, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),
(9547, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),
(9548, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),
(9549, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),
(9550, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),
(9551, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),
(9552, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),
(9553, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),
(9554, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),
(9555, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),
(9556, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),
(9557, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),
(9558, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),
(9559, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),
(9560, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),
(9561, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),
(9562, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),
(9563, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),
(9564, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),
(9565, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),
(9566, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),
(9567, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),
(9568, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist'),
(9569, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE', 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE'),
(9570, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md', 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md'),
(9571, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json', 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json'),
(9572, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml', 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml'),
(9573, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php', 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php'),
(9574, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php', 'wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php'),
(9575, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md'),
(9576, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),
(9577, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),
(9578, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),
(9579, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),
(9580, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),
(9581, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php'),
(9582, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),
(9583, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),
(9584, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),
(9585, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),
(9586, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),
(9587, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE'),
(9588, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md'),
(9589, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json'),
(9590, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist'),
(9591, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php'),
(9592, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php'),
(9593, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE'),
(9594, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md'),
(9595, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php'),
(9596, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php'),
(9597, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php'),
(9598, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php'),
(9599, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php'),
(9600, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php'),
(9601, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php'),
(9602, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php'),
(9603, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php'),
(9604, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php'),
(9605, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json'),
(9606, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE'),
(9607, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php'),
(9608, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md'),
(9609, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php'),
(9610, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php'),
(9611, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php'),
(9612, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php'),
(9613, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php'),
(9614, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php'),
(9615, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json'),
(9616, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE'),
(9617, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php'),
(9618, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md'),
(9619, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8'),
(9620, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),
(9621, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),
(9622, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),
(9623, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php'),
(9624, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json'),
(9625, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE'),
(9626, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php'),
(9627, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md'),
(9628, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php'),
(9629, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php'),
(9630, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php'),
(9631, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php'),
(9632, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php'),
(9633, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php'),
(9634, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php'),
(9635, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php'),
(9636, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json'),
(9637, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE'),
(9638, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php'),
(9639, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md'),
(9640, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php'),
(9641, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json', 'wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json'),
(9642, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml'),
(9643, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml'),
(9644, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md'),
(9645, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json'),
(9646, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php'),
(9647, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php'),
(9648, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php'),
(9649, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php'),
(9650, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php'),
(9651, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php'),
(9652, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php'),
(9653, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php'),
(9654, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php'),
(9655, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php'),
(9656, '/home/abt90iranbet/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php', 'wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php'),
(9657, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(9658, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(9659, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),
(9660, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(9661, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(9662, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(9663, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(9664, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(9665, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(9666, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(9667, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(9668, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),
(9669, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),
(9670, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(9671, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(9672, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(9673, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(9674, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(9675, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(9676, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(9677, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(9678, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(9679, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(9680, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(9681, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(9682, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),
(9683, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(9684, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),
(9685, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(9686, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),
(9687, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(9688, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(9689, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(9690, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),
(9691, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php'),
(9692, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),
(9693, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php'),
(9694, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(9695, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),
(9696, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(9697, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(9698, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),
(9699, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(9700, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(9701, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(9702, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(9703, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(9704, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(9705, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),
(9706, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),
(9707, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),
(9708, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),
(9709, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),
(9710, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),
(9711, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),
(9712, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9713, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),
(9714, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),
(9715, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),
(9716, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),
(9717, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),
(9718, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(9719, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(9720, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(9721, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),
(9722, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),
(9723, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),
(9724, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(9725, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(9726, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),
(9727, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),
(9728, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(9729, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(9730, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(9731, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(9732, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(9733, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),
(9734, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),
(9735, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),
(9736, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),
(9737, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),
(9738, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),
(9739, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),
(9740, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php'),
(9741, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),
(9742, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),
(9743, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),
(9744, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),
(9745, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),
(9746, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),
(9747, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),
(9748, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),
(9749, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(9750, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(9751, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),
(9752, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),
(9753, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(9754, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(9755, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(9756, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(9757, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(9758, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),
(9759, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),
(9760, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),
(9761, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),
(9762, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),
(9763, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),
(9764, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),
(9765, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),
(9766, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),
(9767, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),
(9768, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),
(9769, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),
(9770, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),
(9771, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),
(9772, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),
(9773, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),
(9774, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(9775, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(9776, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(9777, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),
(9778, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(9779, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css', 'wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css'),
(9780, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/diff.1690810710.css', 'wp-content/plugins/wordfence/css/diff.1690810710.css'),
(9781, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/fullLog.1690810710.css', 'wp-content/plugins/wordfence/css/fullLog.1690810710.css'),
(9782, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(9783, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(9784, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(9785, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(9786, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(9787, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(9788, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/iptraf.1690810710.css', 'wp-content/plugins/wordfence/css/iptraf.1690810710.css'),
(9789, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css'),
(9790, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css'),
(9791, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1690810710.css'),
(9792, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1690810710.css'),
(9793, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/care-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/care-global.1690810710.css'),
(9794, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/care.1690810710.css', 'wp-content/plugins/wordfence/css/license/care.1690810710.css'),
(9795, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/free-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/free-global.1690810710.css'),
(9796, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/free.1690810710.css', 'wp-content/plugins/wordfence/css/license/free.1690810710.css'),
(9797, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/premium-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/premium-global.1690810710.css'),
(9798, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/premium.1690810710.css', 'wp-content/plugins/wordfence/css/license/premium.1690810710.css'),
(9799, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/response-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/response-global.1690810710.css'),
(9800, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/response-variables.1690810710.css', 'wp-content/plugins/wordfence/css/license/response-variables.1690810710.css'),
(9801, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/license/response.1690810710.css', 'wp-content/plugins/wordfence/css/license/response.1690810710.css'),
(9802, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/main.1690810710.css', 'wp-content/plugins/wordfence/css/main.1690810710.css'),
(9803, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/phpinfo.1690810710.css', 'wp-content/plugins/wordfence/css/phpinfo.1690810710.css'),
(9804, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css', 'wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css'),
(9805, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css', 'wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css'),
(9806, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css', 'wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css'),
(9807, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-global.1690810710.css', 'wp-content/plugins/wordfence/css/wf-global.1690810710.css'),
(9808, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css', 'wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css'),
(9809, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css', 'wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css'),
(9810, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css', 'wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css'),
(9811, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css', 'wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css'),
(9812, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css', 'wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css'),
(9813, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(9814, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/ionicons.woff', 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(9815, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(9816, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(9817, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(9818, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(9819, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(9820, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(9821, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(9822, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(9823, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(9824, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(9825, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/2fa-whole.svg', 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(9826, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/2fa1.svg', 'wp-content/plugins/wordfence/images/2fa1.svg'),
(9827, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/2fa2.svg', 'wp-content/plugins/wordfence/images/2fa2.svg'),
(9828, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/back_disabled.jpg', 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(9829, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/back_enabled.jpg', 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(9830, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/blocking.svg', 'wp-content/plugins/wordfence/images/blocking.svg'),
(9831, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/button-grad-grey.png', 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(9832, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/checkbox.png', 'wp-content/plugins/wordfence/images/checkbox.png'),
(9833, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/flags.png', 'wp-content/plugins/wordfence/images/flags.png'),
(9834, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/forward_disabled.jpg', 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(9835, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/forward_enabled.jpg', 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(9836, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/help.png', 'wp-content/plugins/wordfence/images/help.png'),
(9837, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajax24.gif', 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(9838, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajax3.gif', 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(9839, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(9840, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(9841, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(9842, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(9843, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(9844, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check-care.svg', 'wp-content/plugins/wordfence/images/icons/check-care.svg'),
(9845, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check-premium.svg', 'wp-content/plugins/wordfence/images/icons/check-premium.svg'),
(9846, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check-response.svg', 'wp-content/plugins/wordfence/images/icons/check-response.svg'),
(9847, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/check.svg', 'wp-content/plugins/wordfence/images/icons/check.svg'),
(9848, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/email_go.png', 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(9849, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/error128.png', 'wp-content/plugins/wordfence/images/icons/error128.png'),
(9850, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/magnifier.png', 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(9851, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/tick128.png', 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(9852, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/warning128.png', 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(9853, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(9854, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/lightbox-controls.png', 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(9855, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/loading.gif', 'wp-content/plugins/wordfence/images/loading.gif'),
(9856, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/loading_background.png', 'wp-content/plugins/wordfence/images/loading_background.png'),
(9857, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/loading_large.gif', 'wp-content/plugins/wordfence/images/loading_large.gif'),
(9858, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logo.png', 'wp-content/plugins/wordfence/images/logo.png'),
(9859, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-care.svg', 'wp-content/plugins/wordfence/images/logos/shield-care.svg'),
(9860, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-free.svg', 'wp-content/plugins/wordfence/images/logos/shield-free.svg'),
(9861, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 'wp-content/plugins/wordfence/images/logos/shield-premium.svg'),
(9862, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-response.svg', 'wp-content/plugins/wordfence/images/logos/shield-response.svg'),
(9863, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/logos/shield-white.svg', 'wp-content/plugins/wordfence/images/logos/shield-white.svg'),
(9864, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/options.svg', 'wp-content/plugins/wordfence/images/options.svg'),
(9865, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/ratelimiting.svg', 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(9866, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc.gif', 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(9867, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc.png', 'wp-content/plugins/wordfence/images/sort_asc.png'),
(9868, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(9869, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(9870, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_both.gif', 'wp-content/plugins/wordfence/images/sort_both.gif'),
(9871, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_both.png', 'wp-content/plugins/wordfence/images/sort_both.png'),
(9872, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc.gif', 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(9873, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc.png', 'wp-content/plugins/wordfence/images/sort_desc.png'),
(9874, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(9875, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(9876, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/support.svg', 'wp-content/plugins/wordfence/images/support.svg'),
(9877, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/tools.svg', 'wp-content/plugins/wordfence/images/tools.svg'),
(9878, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wf-central-logo.svg', 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(9879, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wf-error-badge.svg', 'wp-content/plugins/wordfence/images/wf-error-badge.svg'),
(9880, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wf-horizontal.svg', 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(9881, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/images/wordfence-logo.svg', 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(9882, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/index.php', 'wp-content/plugins/wordfence/index.php'),
(9883, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/admin.1690810710.js', 'wp-content/plugins/wordfence/js/admin.1690810710.js'),
(9884, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js'),
(9885, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js', 'wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js'),
(9886, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/chart.umd.1690810710.js', 'wp-content/plugins/wordfence/js/chart.umd.1690810710.js'),
(9887, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/date.1690810710.js', 'wp-content/plugins/wordfence/js/date.1690810710.js'),
(9888, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js', 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js'),
(9889, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js'),
(9890, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js'),
(9891, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js'),
(9892, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js'),
(9893, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js', 'wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js'),
(9894, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfdashboard.1690810710.js', 'wp-content/plugins/wordfence/js/wfdashboard.1690810710.js'),
(9895, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfdropdown.1690810710.js', 'wp-content/plugins/wordfence/js/wfdropdown.1690810710.js'),
(9896, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfglobal.1690810710.js', 'wp-content/plugins/wordfence/js/wfglobal.1690810710.js'),
(9897, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfi18n.1690810710.js', 'wp-content/plugins/wordfence/js/wfi18n.1690810710.js'),
(9898, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfonboarding.1690810710.js', 'wp-content/plugins/wordfence/js/wfonboarding.1690810710.js'),
(9899, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfpopover.1690810710.js', 'wp-content/plugins/wordfence/js/wfpopover.1690810710.js'),
(9900, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js', 'wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js'),
(9901, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/languages/wordfence.mo', 'wp-content/plugins/wordfence/languages/wordfence.mo'),
(9902, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/languages/wordfence.pot', 'wp-content/plugins/wordfence/languages/wordfence.pot'),
(9903, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/.htaccess', 'wp-content/plugins/wordfence/lib/.htaccess'),
(9904, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(9905, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(9906, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(9907, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(9908, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/Diff.php', 'wp-content/plugins/wordfence/lib/Diff.php'),
(9909, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(9910, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/IPTraf.php', 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(9911, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/IPTrafList.php', 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(9912, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(9913, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/compat.php', 'wp-content/plugins/wordfence/lib/compat.php'),
(9914, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(9915, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(9916, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(9917, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(9918, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(9919, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(9920, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(9921, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(9922, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(9923, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/diffResult.php', 'wp-content/plugins/wordfence/lib/diffResult.php'),
(9924, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_genericAlert.php', 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(9925, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_newIssues.php', 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(9926, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(9927, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(9928, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/flags.php', 'wp-content/plugins/wordfence/lib/flags.php'),
(9929, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/live_activity.php', 'wp-content/plugins/wordfence/lib/live_activity.php'),
(9930, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php', 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(9931, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(9932, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall.php', 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(9933, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(9934, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(9935, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(9936, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(9937, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_install.php', 'wp-content/plugins/wordfence/lib/menu_install.php'),
(9938, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_options.php', 'wp-content/plugins/wordfence/lib/menu_options.php'),
(9939, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_scanner.php', 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(9940, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(9941, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(9942, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_support.php', 'wp-content/plugins/wordfence/lib/menu_support.php'),
(9943, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools.php', 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(9944, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(9945, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(9946, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(9947, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(9948, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(9949, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(9950, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/noc1.key', 'wp-content/plugins/wordfence/lib/noc1.key'),
(9951, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(9952, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(9953, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(9954, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(9955, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php'),
(9956, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/sysinfo.php', 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(9957, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(9958, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wf503.php', 'wp-content/plugins/wordfence/lib/wf503.php'),
(9959, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfAPI.php', 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(9960, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php', 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(9961, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(9962, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfAlerts.php', 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(9963, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfArray.php', 'wp-content/plugins/wordfence/lib/wfArray.php'),
(9964, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php', 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(9965, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(9966, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(9967, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCache.php', 'wp-content/plugins/wordfence/lib/wfCache.php'),
(9968, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(9969, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfConfig.php', 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(9970, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCrawl.php', 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(9971, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(9972, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCrypt.php', 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(9973, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),
(9974, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDB.php', 'wp-content/plugins/wordfence/lib/wfDB.php'),
(9975, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDashboard.php', 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(9976, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(9977, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),
(9978, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(9979, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDict.php', 'wp-content/plugins/wordfence/lib/wfDict.php'),
(9980, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(9981, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfFileUtils.php', 'wp-content/plugins/wordfence/lib/wfFileUtils.php'),
(9982, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php', 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(9983, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfHelperString.php', 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(9984, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(9985, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfImportExportController.php', 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(9986, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php'),
(9987, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),
(9988, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIpLocation.php', 'wp-content/plugins/wordfence/lib/wfIpLocation.php'),
(9989, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIpLocator.php', 'wp-content/plugins/wordfence/lib/wfIpLocator.php'),
(9990, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfIssues.php', 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(9991, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfJWT.php', 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(9992, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfLicense.php', 'wp-content/plugins/wordfence/lib/wfLicense.php'),
(9993, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php', 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(9994, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfLog.php', 'wp-content/plugins/wordfence/lib/wfLog.php'),
(9995, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(9996, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfModuleController.php', 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(9997, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfNotification.php', 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(9998, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(9999, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 'wp-content/plugins/wordfence/lib/wfPersistenceController.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10000, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(10001, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScan.php', 'wp-content/plugins/wordfence/lib/wfScan.php'),
(10002, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php', 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(10003, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),
(10004, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanFile.php', 'wp-content/plugins/wordfence/lib/wfScanFile.php'),
(10005, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanFileLink.php', 'wp-content/plugins/wordfence/lib/wfScanFileLink.php'),
(10006, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanMonitor.php', 'wp-content/plugins/wordfence/lib/wfScanMonitor.php'),
(10007, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfScanPath.php', 'wp-content/plugins/wordfence/lib/wfScanPath.php'),
(10008, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfSchema.php', 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(10009, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfStyle.php', 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(10010, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfSupportController.php', 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(10011, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(10012, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(10013, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfUtils.php', 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(10014, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(10015, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfVersionSupport.php', 'wp-content/plugins/wordfence/lib/wfVersionSupport.php'),
(10016, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfView.php', 'wp-content/plugins/wordfence/lib/wfView.php'),
(10017, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfViewResult.php', 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(10018, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wfWebsite.php', 'wp-content/plugins/wordfence/lib/wfWebsite.php'),
(10019, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php', 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(10020, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(10021, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php', 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(10022, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(10023, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(10024, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/license.txt', 'wp-content/plugins/wordfence/license.txt'),
(10025, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/.htaccess', 'wp-content/plugins/wordfence/models/.htaccess'),
(10026, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php', 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(10027, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(10028, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/common/wfTab.php', 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(10029, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(10030, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/page/wfPage.php', 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(10031, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(10032, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(10033, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(10034, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(10035, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(10036, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(10037, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(10038, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(10039, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(10040, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(10041, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(10042, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(10043, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(10044, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(10045, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(10046, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php'),
(10047, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(10048, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(10049, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(10050, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(10051, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(10052, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(10053, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(10054, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(10055, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(10056, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php'),
(10057, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(10058, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(10059, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(10060, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php'),
(10061, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(10062, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(10063, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(10064, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(10065, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(10066, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(10067, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php'),
(10068, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php'),
(10069, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php'),
(10070, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php'),
(10071, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php'),
(10072, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php'),
(10073, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php'),
(10074, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css'),
(10075, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css'),
(10076, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css'),
(10077, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/embedded.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1690810710.css'),
(10078, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1690810710.css'),
(10079, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css'),
(10080, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1690810710.css'),
(10081, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1690810710.css'),
(10082, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1690810710.css'),
(10083, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css'),
(10084, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1690810710.css'),
(10085, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(10086, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(10087, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(10088, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(10089, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(10090, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),
(10091, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),
(10092, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),
(10093, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),
(10094, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),
(10095, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),
(10096, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1690810710.js'),
(10097, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js'),
(10098, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1690810710.js'),
(10099, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1690810710.js'),
(10100, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1690810710.js'),
(10101, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1690810710.js'),
(10102, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1690810710.js'),
(10103, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js'),
(10104, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(10105, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(10106, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),
(10107, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),
(10108, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(10109, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(10110, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(10111, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(10112, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),
(10113, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(10114, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),
(10115, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),
(10116, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),
(10117, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),
(10118, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),
(10119, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),
(10120, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),
(10121, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),
(10122, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),
(10123, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),
(10124, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),
(10125, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),
(10126, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),
(10127, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),
(10128, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),
(10129, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),
(10130, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),
(10131, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),
(10132, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),
(10133, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php'),
(10134, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(10135, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(10136, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php'),
(10137, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),
(10138, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(10139, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(10140, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(10141, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(10142, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(10143, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),
(10144, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(10145, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/readme.txt', 'wp-content/plugins/wordfence/readme.txt'),
(10146, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/tmp/.htaccess', 'wp-content/plugins/wordfence/tmp/.htaccess'),
(10147, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/.htaccess', 'wp-content/plugins/wordfence/vendor/.htaccess'),
(10148, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/autoload.php', 'wp-content/plugins/wordfence/vendor/autoload.php'),
(10149, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(10150, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),
(10151, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(10152, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(10153, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(10154, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(10155, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(10156, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(10157, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/installed.json', 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(10158, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/composer/installed.php', 'wp-content/plugins/wordfence/vendor/composer/installed.php'),
(10159, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),
(10160, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),
(10161, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),
(10162, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),
(10163, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),
(10164, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php'),
(10165, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php'),
(10166, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php'),
(10167, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php'),
(10168, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php'),
(10169, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php'),
(10170, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php'),
(10171, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php'),
(10172, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php'),
(10173, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php'),
(10174, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),
(10175, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php'),
(10176, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),
(10177, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),
(10178, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),
(10179, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),
(10180, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),
(10181, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(10182, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(10183, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(10184, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php'),
(10185, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(10186, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(10187, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),
(10188, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(10189, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(10190, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(10191, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(10192, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(10193, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(10194, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),
(10195, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(10196, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),
(10197, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(10198, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(10199, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(10200, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(10201, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(10202, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(10203, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(10204, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(10205, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(10206, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(10207, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(10208, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/.htaccess', 'wp-content/plugins/wordfence/views/.htaccess'),
(10209, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php', 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(10210, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(10211, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(10212, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(10213, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/country-modal.php', 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(10214, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(10215, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(10216, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(10217, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(10218, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(10219, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/license.php', 'wp-content/plugins/wordfence/views/common/license.php'),
(10220, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(10221, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(10222, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-help.php', 'wp-content/plugins/wordfence/views/common/page-help.php'),
(10223, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(10224, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/page-title.php', 'wp-content/plugins/wordfence/views/common/page-title.php'),
(10225, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php', 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(10226, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/section-title.php', 'wp-content/plugins/wordfence/views/common/section-title.php'),
(10227, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-circular.php', 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(10228, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-critical.php', 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(10229, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-detail.php', 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(10230, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-tooltip.php', 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(10231, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/status-warning.php', 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(10232, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/common/unsubscribe.php', 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(10233, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/global-status.php', 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(10234, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(10235, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(10236, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(10237, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(10238, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(10239, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(10240, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(10241, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(10242, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(10243, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(10244, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/diagnostics/text.php', 'wp-content/plugins/wordfence/views/diagnostics/text.php'),
(10245, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php', 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(10246, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(10247, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),
(10248, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/banner.php', 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(10249, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(10250, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(10251, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(10252, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php', 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(10253, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(10254, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', 'wp-content/plugins/wordfence/views/onboarding/registration-prompt.php'),
(10255, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(10256, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(10257, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/block-controls.php', 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(10258, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-label.php', 'wp-content/plugins/wordfence/views/options/option-label.php'),
(10259, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-select.php', 'wp-content/plugins/wordfence/views/options/option-select.php'),
(10260, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-switch.php', 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(10261, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-text.php', 'wp-content/plugins/wordfence/views/options/option-text.php'),
(10262, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-textarea.php', 'wp-content/plugins/wordfence/views/options/option-textarea.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10263, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(10264, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(10265, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(10266, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(10267, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(10268, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(10269, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php', 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(10270, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/option-token.php', 'wp-content/plugins/wordfence/views/options/option-token.php'),
(10271, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/options/options-title.php', 'wp-content/plugins/wordfence/views/options/options-title.php'),
(10272, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(10273, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/reports/activity-report.php', 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(10274, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-base.php', 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(10275, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(10276, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(10277, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(10278, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(10279, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(10280, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(10281, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(10282, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(10283, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(10284, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(10285, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(10286, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(10287, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(10288, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-database.php', 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(10289, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(10290, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(10291, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(10292, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(10293, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(10294, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(10295, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(10296, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(10297, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(10298, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(10299, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(10300, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(10301, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(10302, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(10303, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(10304, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(10305, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(10306, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(10307, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(10308, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(10309, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(10310, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(10311, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/no-issues.php', 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(10312, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(10313, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(10314, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(10315, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(10316, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(10317, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(10318, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(10319, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(10320, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(10321, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(10322, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php', 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(10323, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(10324, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(10325, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scan-type.php', 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(10326, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(10327, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(10328, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(10329, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(10330, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(10331, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(10332, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(10333, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/tours/login-security.php', 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(10334, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),
(10335, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),
(10336, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/debug.php', 'wp-content/plugins/wordfence/views/waf/debug.php'),
(10337, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php', 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(10338, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(10339, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php', 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(10340, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(10341, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(10342, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(10343, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(10344, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(10345, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(10346, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(10347, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(10348, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(10349, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-install.php', 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(10350, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(10351, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(10352, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(10353, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/.htaccess', 'wp-content/plugins/wordfence/waf/.htaccess'),
(10354, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/bootstrap.php', 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(10355, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/dummy.php', 'wp-content/plugins/wordfence/waf/dummy.php'),
(10356, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/entry.php', 'wp-content/plugins/wordfence/waf/pomo/entry.php'),
(10357, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php', 'wp-content/plugins/wordfence/waf/pomo/mo.php'),
(10358, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),
(10359, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/po.php', 'wp-content/plugins/wordfence/waf/pomo/po.php'),
(10360, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/streams.php', 'wp-content/plugins/wordfence/waf/pomo/streams.php'),
(10361, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/pomo/translations.php', 'wp-content/plugins/wordfence/waf/pomo/translations.php'),
(10362, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(10363, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(10364, '/home/abt90iranbet/public_html/wp-content/plugins/wordfence/wordfence.php', 'wp-content/plugins/wordfence/wordfence.php'),
(10365, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-6.4.1-fa_IR_2.zip', 'wp-content/plugins/wordpress-6.4.1-fa_IR_2.zip'),
(10366, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),
(10367, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(10368, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),
(10369, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),
(10370, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(10371, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),
(10372, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),
(10373, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),
(10374, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),
(10375, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),
(10376, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(10377, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(10378, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(10379, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),
(10380, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),
(10381, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(10382, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(10383, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),
(10384, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),
(10385, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),
(10386, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(10387, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(10388, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),
(10389, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(10390, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(10391, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(10392, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-asset.php', 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(10393, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),
(10394, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),
(10395, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),
(10396, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-collector.php', 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(10397, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-config.php', 'wp-content/plugins/wordpress-seo/admin/class-config.php'),
(10398, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(10399, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-export.php', 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(10400, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),
(10401, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),
(10402, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(10403, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),
(10404, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(10405, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(10406, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(10407, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),
(10408, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(10409, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(10410, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(10411, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),
(10412, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(10413, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(10414, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(10415, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),
(10416, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(10417, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php'),
(10418, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(10419, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(10420, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(10421, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),
(10422, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),
(10423, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),
(10424, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(10425, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(10426, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),
(10427, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(10428, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),
(10429, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(10430, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(10431, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),
(10432, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),
(10433, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(10434, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(10435, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),
(10436, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),
(10437, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(10438, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),
(10439, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),
(10440, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),
(10441, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(10442, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(10443, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(10444, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(10445, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),
(10446, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),
(10447, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),
(10448, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),
(10449, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),
(10450, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),
(10451, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),
(10452, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),
(10453, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),
(10454, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),
(10455, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),
(10456, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),
(10457, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),
(10458, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),
(10459, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),
(10460, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),
(10461, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),
(10462, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(10463, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/index.php', 'wp-content/plugins/wordpress-seo/admin/index.php'),
(10464, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(10465, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(10466, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(10467, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(10468, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),
(10469, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(10470, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),
(10471, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(10472, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(10473, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),
(10474, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),
(10475, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php'),
(10476, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),
(10477, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),
(10478, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),
(10479, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),
(10480, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(10481, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),
(10482, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),
(10483, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),
(10484, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php'),
(10485, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),
(10486, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),
(10487, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(10488, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(10489, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(10490, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(10491, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),
(10492, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),
(10493, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),
(10494, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),
(10495, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/network.php', 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(10496, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),
(10497, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(10498, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),
(10499, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(10500, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),
(10501, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),
(10502, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(10503, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),
(10504, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(10505, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(10506, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(10507, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),
(10508, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(10509, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(10510, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(10511, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php'),
(10512, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),
(10513, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),
(10514, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),
(10515, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),
(10516, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),
(10517, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(10518, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),
(10519, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),
(10520, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),
(10521, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),
(10522, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(10523, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),
(10524, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),
(10525, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),
(10526, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),
(10527, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),
(10528, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),
(10529, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),
(10530, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 'wp-content/plugins/wordpress-seo/admin/views/redirects.php'),
(10531, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),
(10532, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10533, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),
(10534, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php'),
(10535, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),
(10536, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),
(10537, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),
(10538, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),
(10539, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),
(10540, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),
(10541, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),
(10542, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(10543, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(10544, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(10545, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),
(10546, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),
(10547, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json', 'wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json'),
(10548, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json', 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json'),
(10549, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json', 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json'),
(10550, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2370-rtl.css'),
(10551, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2370.css'),
(10552, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2370-rtl.css'),
(10553, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2370.css'),
(10554, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2370-rtl.css'),
(10555, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2370.css'),
(10556, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370-rtl.css'),
(10557, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2370.css'),
(10558, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370-rtl.css'),
(10559, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2370.css'),
(10560, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2370-rtl.css'),
(10561, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2370.css'),
(10562, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370-rtl.css'),
(10563, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2370.css'),
(10564, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2370-rtl.css'),
(10565, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2370.css'),
(10566, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2370-rtl.css'),
(10567, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2370.css'),
(10568, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2370-rtl.css'),
(10569, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2370.css'),
(10570, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2370-rtl.css'),
(10571, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2370.css'),
(10572, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370-rtl.css'),
(10573, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2370.css'),
(10574, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370-rtl.css'),
(10575, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2370.css'),
(10576, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2370-rtl.css'),
(10577, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2370.css'),
(10578, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370-rtl.css'),
(10579, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2370.css'),
(10580, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2370-rtl.css'),
(10581, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2370.css'),
(10582, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2370-rtl.css'),
(10583, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2370.css'),
(10584, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370-rtl.css'),
(10585, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2370.css'),
(10586, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2370-rtl.css'),
(10587, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2370.css'),
(10588, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2370-rtl.css'),
(10589, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2370.css'),
(10590, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370-rtl.css'),
(10591, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/new-dashboard-2370.css'),
(10592, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2370-rtl.css'),
(10593, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2370.css'),
(10594, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2370-rtl.css'),
(10595, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2370.css'),
(10596, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2370-rtl.css'),
(10597, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2370.css'),
(10598, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370-rtl.css'),
(10599, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2370.css'),
(10600, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2370-rtl.css'),
(10601, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2370.css'),
(10602, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2370-rtl.css'),
(10603, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2370.css'),
(10604, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370-rtl.css'),
(10605, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2370.css'),
(10606, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2370-rtl.css'),
(10607, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2370.css'),
(10608, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2370-rtl.css'),
(10609, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2370.css'),
(10610, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370-rtl.css'),
(10611, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2370.css'),
(10612, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370-rtl.css'),
(10613, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2370.css'),
(10614, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370-rtl.css'),
(10615, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2370.css'),
(10616, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370-rtl.css'),
(10617, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2370.css'),
(10618, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(10619, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(10620, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png', 'wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png'),
(10621, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png'),
(10622, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/block_editor.png', 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png'),
(10623, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png'),
(10624, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png'),
(10625, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png'),
(10626, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png'),
(10627, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png'),
(10628, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/local.png', 'wp-content/plugins/wordpress-seo/images/academy/local.png'),
(10629, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png'),
(10630, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png'),
(10631, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png'),
(10632, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png'),
(10633, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png'),
(10634, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png'),
(10635, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png'),
(10636, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/acf-logo.png', 'wp-content/plugins/wordpress-seo/images/acf-logo.png'),
(10637, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/admin_bar.png', 'wp-content/plugins/wordpress-seo/images/admin_bar.png'),
(10638, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png', 'wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png'),
(10639, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png'),
(10640, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/ai-generator.png', 'wp-content/plugins/wordpress-seo/images/ai-generator.png'),
(10641, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),
(10642, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),
(10643, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),
(10644, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),
(10645, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/cornerstone_content.png', 'wp-content/plugins/wordpress-seo/images/cornerstone_content.png'),
(10646, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/error-icon.svg', 'wp-content/plugins/wordpress-seo/images/error-icon.svg'),
(10647, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', 'wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png'),
(10648, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/index.php', 'wp-content/plugins/wordpress-seo/images/index.php'),
(10649, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg'),
(10650, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/indexnow.png', 'wp-content/plugins/wordpress-seo/images/indexnow.png'),
(10651, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/insights.png', 'wp-content/plugins/wordpress-seo/images/insights.png'),
(10652, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(10653, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(10654, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/link_suggestions.png', 'wp-content/plugins/wordpress-seo/images/link_suggestions.png'),
(10655, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),
(10656, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),
(10657, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),
(10658, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),
(10659, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),
(10660, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),
(10661, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/open_graph.png', 'wp-content/plugins/wordpress-seo/images/open_graph.png'),
(10662, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', 'wp-content/plugins/wordpress-seo/images/plugin_subscription.svg'),
(10663, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/question-mark.png', 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(10664, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(10665, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/readability_analysis.png', 'wp-content/plugins/wordpress-seo/images/readability_analysis.png'),
(10666, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/rest_api.png', 'wp-content/plugins/wordpress-seo/images/rest_api.png'),
(10667, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/seo_analysis.png', 'wp-content/plugins/wordpress-seo/images/seo_analysis.png'),
(10668, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/slack_sharing.png', 'wp-content/plugins/wordpress-seo/images/slack_sharing.png'),
(10669, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', 'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png'),
(10670, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),
(10671, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support/github.png', 'wp-content/plugins/wordpress-seo/images/support/github.png'),
(10672, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support/help_center.png', 'wp-content/plugins/wordpress-seo/images/support/help_center.png'),
(10673, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support/support_forums.png', 'wp-content/plugins/wordpress-seo/images/support/support_forums.png'),
(10674, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/support-team.svg', 'wp-content/plugins/wordpress-seo/images/support-team.svg'),
(10675, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/text_link_counter.png', 'wp-content/plugins/wordpress-seo/images/text_link_counter.png'),
(10676, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/twitter_card.png', 'wp-content/plugins/wordpress-seo/images/twitter_card.png'),
(10677, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),
(10678, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),
(10679, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', 'wp-content/plugins/wordpress-seo/images/xml_sitemaps.png'),
(10680, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),
(10681, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),
(10682, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(10683, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(10684, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),
(10685, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(10686, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),
(10687, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(10688, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),
(10689, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),
(10690, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(10691, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(10692, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(10693, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(10694, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(10695, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(10696, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(10697, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(10698, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(10699, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(10700, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php'),
(10701, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/date-helper.php', 'wp-content/plugins/wordpress-seo/inc/date-helper.php'),
(10702, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),
(10703, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),
(10704, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/index.php', 'wp-content/plugins/wordpress-seo/inc/index.php'),
(10705, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),
(10706, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(10707, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/language-utils.php', 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(10708, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),
(10709, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),
(10710, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),
(10711, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),
(10712, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(10713, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(10714, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),
(10715, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),
(10716, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),
(10717, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),
(10718, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),
(10719, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(10720, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),
(10721, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(10722, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(10723, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(10724, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(10725, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),
(10726, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),
(10727, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(10728, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(10729, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(10730, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(10731, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/index.php', 'wp-content/plugins/wordpress-seo/index.php'),
(10732, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/academy.js', 'wp-content/plugins/wordpress-seo/js/dist/academy.js'),
(10733, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),
(10734, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),
(10735, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),
(10736, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),
(10737, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 'wp-content/plugins/wordpress-seo/js/dist/api-client.js'),
(10738, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),
(10739, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),
(10740, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),
(10741, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js'),
(10742, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),
(10743, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),
(10744, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),
(10745, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),
(10746, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 'wp-content/plugins/wordpress-seo/js/dist/elementor.js'),
(10747, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),
(10748, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),
(10749, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js'),
(10750, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),
(10751, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),
(10752, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),
(10753, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),
(10754, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),
(10755, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),
(10756, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js'),
(10757, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),
(10758, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js'),
(10759, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),
(10760, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),
(10761, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),
(10762, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),
(10763, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),
(10764, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js'),
(10765, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),
(10766, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),
(10767, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),
(10768, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/faq-block.js', 'wp-content/plugins/wordpress-seo/js/dist/faq-block.js'),
(10769, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),
(10770, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', 'wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js'),
(10771, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js'),
(10772, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),
(10773, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/how-to-block.js', 'wp-content/plugins/wordpress-seo/js/dist/how-to-block.js'),
(10774, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/import.js', 'wp-content/plugins/wordpress-seo/js/dist/import.js'),
(10775, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 'wp-content/plugins/wordpress-seo/js/dist/indexation.js'),
(10776, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),
(10777, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js'),
(10778, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/introductions.js', 'wp-content/plugins/wordpress-seo/js/dist/introductions.js'),
(10779, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),
(10780, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),
(10781, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),
(10782, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),
(10783, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),
(10784, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),
(10785, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),
(10786, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),
(10787, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),
(10788, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),
(10789, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),
(10790, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),
(10791, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),
(10792, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),
(10793, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),
(10794, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),
(10795, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),
(10796, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),
(10797, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),
(10798, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),
(10799, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),
(10800, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),
(10801, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),
(10802, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),
(10803, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/new-dashboard.js', 'wp-content/plugins/wordpress-seo/js/dist/new-dashboard.js'),
(10804, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js'),
(10805, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),
(10806, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),
(10807, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 'wp-content/plugins/wordpress-seo/js/dist/react-select.js'),
(10808, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js'),
(10809, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),
(10810, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/settings.js', 'wp-content/plugins/wordpress-seo/js/dist/settings.js'),
(10811, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/support.js', 'wp-content/plugins/wordpress-seo/js/dist/support.js'),
(10812, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),
(10813, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),
(10814, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js'),
(10815, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 'wp-content/plugins/wordpress-seo/js/dist/workouts.js'),
(10816, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),
(10817, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),
(10818, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),
(10819, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 'wp-content/plugins/wordpress-seo/lib/migrations/column.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10820, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),
(10821, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),
(10822, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),
(10823, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/model.php', 'wp-content/plugins/wordpress-seo/lib/model.php'),
(10824, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/lib/orm.php', 'wp-content/plugins/wordpress-seo/lib/orm.php'),
(10825, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/license.txt', 'wp-content/plugins/wordpress-seo/license.txt'),
(10826, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),
(10827, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),
(10828, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg'),
(10829, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),
(10830, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg'),
(10831, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg'),
(10832, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg'),
(10833, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),
(10834, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),
(10835, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),
(10836, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg'),
(10837, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg'),
(10838, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg'),
(10839, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg'),
(10840, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg'),
(10841, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg'),
(10842, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg'),
(10843, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg'),
(10844, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg'),
(10845, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg'),
(10846, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg'),
(10847, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg'),
(10848, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg'),
(10849, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg'),
(10850, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg'),
(10851, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg'),
(10852, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg'),
(10853, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg'),
(10854, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/readme.txt', 'wp-content/plugins/wordpress-seo/readme.txt'),
(10855, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),
(10856, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),
(10857, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),
(10858, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php'),
(10859, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php'),
(10860, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php'),
(10861, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php'),
(10862, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php'),
(10863, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php'),
(10864, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php'),
(10865, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php'),
(10866, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php'),
(10867, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php'),
(10868, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php'),
(10869, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),
(10870, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),
(10871, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php'),
(10872, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),
(10873, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),
(10874, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),
(10875, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),
(10876, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),
(10877, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),
(10878, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),
(10879, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),
(10880, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),
(10881, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),
(10882, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),
(10883, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),
(10884, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),
(10885, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),
(10886, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php'),
(10887, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),
(10888, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),
(10889, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),
(10890, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),
(10891, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),
(10892, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),
(10893, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php'),
(10894, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php'),
(10895, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php'),
(10896, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php'),
(10897, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php'),
(10898, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php'),
(10899, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', 'wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php'),
(10900, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),
(10901, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),
(10902, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),
(10903, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),
(10904, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),
(10905, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),
(10906, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),
(10907, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),
(10908, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),
(10909, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),
(10910, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),
(10911, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),
(10912, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php'),
(10913, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),
(10914, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),
(10915, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),
(10916, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),
(10917, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),
(10918, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),
(10919, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php'),
(10920, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),
(10921, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),
(10922, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php'),
(10923, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),
(10924, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php'),
(10925, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php'),
(10926, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),
(10927, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php'),
(10928, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),
(10929, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),
(10930, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),
(10931, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),
(10932, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),
(10933, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),
(10934, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),
(10935, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),
(10936, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-dashboard-ui-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/new-dashboard-ui-conditional.php'),
(10937, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php'),
(10938, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),
(10939, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),
(10940, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),
(10941, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),
(10942, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),
(10943, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),
(10944, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php'),
(10945, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),
(10946, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),
(10947, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),
(10948, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),
(10949, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php'),
(10950, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),
(10951, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php'),
(10952, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),
(10953, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),
(10954, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php'),
(10955, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php'),
(10956, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),
(10957, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),
(10958, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),
(10959, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php'),
(10960, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),
(10961, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php'),
(10962, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),
(10963, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php'),
(10964, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php'),
(10965, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php'),
(10966, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),
(10967, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),
(10968, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),
(10969, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),
(10970, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),
(10971, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),
(10972, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php'),
(10973, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),
(10974, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),
(10975, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),
(10976, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),
(10977, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),
(10978, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),
(10979, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),
(10980, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),
(10981, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),
(10982, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),
(10983, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),
(10984, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),
(10985, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),
(10986, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),
(10987, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),
(10988, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),
(10989, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),
(10990, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),
(10991, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),
(10992, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),
(10993, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),
(10994, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),
(10995, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),
(10996, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),
(10997, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),
(10998, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),
(10999, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),
(11000, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),
(11001, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),
(11002, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),
(11003, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),
(11004, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php'),
(11005, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),
(11006, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),
(11007, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),
(11008, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),
(11009, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),
(11010, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),
(11011, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),
(11012, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php'),
(11013, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php'),
(11014, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php'),
(11015, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),
(11016, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/new-dashboard-page-integration.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/new-dashboard-page-integration.php'),
(11017, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php'),
(11018, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),
(11019, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),
(11020, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),
(11021, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php'),
(11022, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php'),
(11023, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php'),
(11024, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php'),
(11025, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php'),
(11026, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php'),
(11027, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php'),
(11028, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php'),
(11029, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php'),
(11030, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php'),
(11031, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php'),
(11032, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php'),
(11033, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php'),
(11034, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php'),
(11035, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php'),
(11036, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php'),
(11037, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php'),
(11038, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php'),
(11039, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php'),
(11040, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php'),
(11041, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php'),
(11042, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php'),
(11043, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php'),
(11044, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php'),
(11045, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php'),
(11046, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php'),
(11047, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php'),
(11048, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php'),
(11049, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php'),
(11050, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php'),
(11051, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php'),
(11052, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11053, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php'),
(11054, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php'),
(11055, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php'),
(11056, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php'),
(11057, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php'),
(11058, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php'),
(11059, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php'),
(11060, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php'),
(11061, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php'),
(11062, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php'),
(11063, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php'),
(11064, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php'),
(11065, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php'),
(11066, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php'),
(11067, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php'),
(11068, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php'),
(11069, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php'),
(11070, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php'),
(11071, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php'),
(11072, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php'),
(11073, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php'),
(11074, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php'),
(11075, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php'),
(11076, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php'),
(11077, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php'),
(11078, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php', 'wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php'),
(11079, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),
(11080, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),
(11081, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),
(11082, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),
(11083, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),
(11084, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php'),
(11085, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),
(11086, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php'),
(11087, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),
(11088, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),
(11089, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php'),
(11090, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php'),
(11091, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),
(11092, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php'),
(11093, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),
(11094, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php'),
(11095, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),
(11096, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),
(11097, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),
(11098, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),
(11099, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),
(11100, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),
(11101, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/functions.php', 'wp-content/plugins/wordpress-seo/src/functions.php'),
(11102, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),
(11103, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),
(11104, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),
(11105, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php', 'wp-content/plugins/wordpress-seo/src/generated/container.php'),
(11106, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),
(11107, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),
(11108, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),
(11109, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),
(11110, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),
(11111, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),
(11112, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),
(11113, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),
(11114, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),
(11115, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),
(11116, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),
(11117, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),
(11118, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),
(11119, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),
(11120, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),
(11121, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),
(11122, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),
(11123, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),
(11124, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),
(11125, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php'),
(11126, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),
(11127, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),
(11128, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),
(11129, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php'),
(11130, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),
(11131, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),
(11132, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),
(11133, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),
(11134, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php'),
(11135, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),
(11136, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),
(11137, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),
(11138, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),
(11139, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),
(11140, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),
(11141, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),
(11142, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),
(11143, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),
(11144, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),
(11145, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),
(11146, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),
(11147, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),
(11148, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),
(11149, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),
(11150, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),
(11151, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),
(11152, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),
(11153, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),
(11154, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),
(11155, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),
(11156, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),
(11157, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php'),
(11158, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),
(11159, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),
(11160, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),
(11161, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),
(11162, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),
(11163, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),
(11164, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),
(11165, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php'),
(11166, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),
(11167, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),
(11168, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php'),
(11169, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),
(11170, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),
(11171, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),
(11172, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),
(11173, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),
(11174, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),
(11175, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),
(11176, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),
(11177, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),
(11178, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php', 'wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php'),
(11179, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php'),
(11180, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),
(11181, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),
(11182, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),
(11183, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', 'wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php'),
(11184, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php'),
(11185, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),
(11186, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php'),
(11187, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php'),
(11188, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),
(11189, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),
(11190, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),
(11191, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),
(11192, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php'),
(11193, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php'),
(11194, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),
(11195, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php'),
(11196, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php'),
(11197, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php'),
(11198, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),
(11199, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),
(11200, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),
(11201, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),
(11202, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php'),
(11203, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),
(11204, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),
(11205, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),
(11206, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php'),
(11207, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),
(11208, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),
(11209, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),
(11210, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php'),
(11211, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php'),
(11212, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php'),
(11213, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php'),
(11214, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),
(11215, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),
(11216, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php'),
(11217, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php'),
(11218, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php'),
(11219, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php'),
(11220, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php'),
(11221, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php'),
(11222, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),
(11223, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),
(11224, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),
(11225, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),
(11226, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),
(11227, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),
(11228, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),
(11229, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php'),
(11230, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),
(11231, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),
(11232, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),
(11233, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),
(11234, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),
(11235, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php'),
(11236, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php'),
(11237, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php'),
(11238, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php'),
(11239, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),
(11240, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),
(11241, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),
(11242, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),
(11243, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),
(11244, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php'),
(11245, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),
(11246, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),
(11247, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),
(11248, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),
(11249, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),
(11250, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),
(11251, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php'),
(11252, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php'),
(11253, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),
(11254, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),
(11255, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),
(11256, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),
(11257, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),
(11258, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),
(11259, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),
(11260, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php'),
(11261, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),
(11262, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),
(11263, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),
(11264, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php'),
(11265, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),
(11266, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),
(11267, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),
(11268, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),
(11269, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),
(11270, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),
(11271, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),
(11272, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php'),
(11273, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php'),
(11274, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),
(11275, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),
(11276, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),
(11277, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),
(11278, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),
(11279, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),
(11280, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),
(11281, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),
(11282, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php'),
(11283, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),
(11284, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),
(11285, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),
(11286, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php'),
(11287, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),
(11288, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),
(11289, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),
(11290, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),
(11291, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),
(11292, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php'),
(11293, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php'),
(11294, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),
(11295, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11296, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php'),
(11297, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php'),
(11298, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php'),
(11299, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php'),
(11300, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php'),
(11301, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php'),
(11302, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php'),
(11303, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php'),
(11304, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php'),
(11305, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php'),
(11306, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/readme.md', 'wp-content/plugins/wordpress-seo/src/introductions/readme.md'),
(11307, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php'),
(11308, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php'),
(11309, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php'),
(11310, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),
(11311, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/loader.php', 'wp-content/plugins/wordpress-seo/src/loader.php'),
(11312, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),
(11313, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/main.php', 'wp-content/plugins/wordpress-seo/src/main.php'),
(11314, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),
(11315, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),
(11316, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),
(11317, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),
(11318, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php', 'wp-content/plugins/wordpress-seo/src/models/indexable.php'),
(11319, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),
(11320, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),
(11321, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),
(11322, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),
(11323, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),
(11324, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),
(11325, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),
(11326, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),
(11327, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),
(11328, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),
(11329, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),
(11330, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),
(11331, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),
(11332, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),
(11333, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),
(11334, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),
(11335, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),
(11336, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),
(11337, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),
(11338, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),
(11339, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),
(11340, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php'),
(11341, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),
(11342, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),
(11343, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),
(11344, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),
(11345, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),
(11346, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),
(11347, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),
(11348, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),
(11349, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),
(11350, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),
(11351, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php'),
(11352, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php'),
(11353, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php'),
(11354, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),
(11355, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),
(11356, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),
(11357, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),
(11358, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),
(11359, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),
(11360, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),
(11361, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),
(11362, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),
(11363, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),
(11364, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),
(11365, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),
(11366, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),
(11367, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),
(11368, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),
(11369, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),
(11370, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),
(11371, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),
(11372, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),
(11373, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),
(11374, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php'),
(11375, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),
(11376, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php'),
(11377, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),
(11378, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),
(11379, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),
(11380, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),
(11381, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),
(11382, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),
(11383, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),
(11384, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),
(11385, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),
(11386, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),
(11387, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),
(11388, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),
(11389, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),
(11390, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),
(11391, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php'),
(11392, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php'),
(11393, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php'),
(11394, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php'),
(11395, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php'),
(11396, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php'),
(11397, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php'),
(11398, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php'),
(11399, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),
(11400, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),
(11401, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),
(11402, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),
(11403, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),
(11404, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),
(11405, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),
(11406, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php'),
(11407, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),
(11408, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),
(11409, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),
(11410, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php'),
(11411, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php'),
(11412, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),
(11413, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),
(11414, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),
(11415, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),
(11416, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),
(11417, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),
(11418, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php'),
(11419, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php'),
(11420, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php'),
(11421, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),
(11422, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php'),
(11423, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php'),
(11424, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php'),
(11425, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php'),
(11426, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php'),
(11427, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php'),
(11428, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php'),
(11429, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php'),
(11430, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php'),
(11431, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php'),
(11432, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php'),
(11433, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),
(11434, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),
(11435, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),
(11436, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php'),
(11437, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php'),
(11438, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php'),
(11439, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php'),
(11440, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),
(11441, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),
(11442, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),
(11443, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),
(11444, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),
(11445, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),
(11446, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),
(11447, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),
(11448, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),
(11449, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),
(11450, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php', 'wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php'),
(11451, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php', 'wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php'),
(11452, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php', 'wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php'),
(11453, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php', 'wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php'),
(11454, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php', 'wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php'),
(11455, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php'),
(11456, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php'),
(11457, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php'),
(11458, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php'),
(11459, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php'),
(11460, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php'),
(11461, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php'),
(11462, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php'),
(11463, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php'),
(11464, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php'),
(11465, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php'),
(11466, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php'),
(11467, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php'),
(11468, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php'),
(11469, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php'),
(11470, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php'),
(11471, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php', 'wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php'),
(11472, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php', 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php'),
(11473, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php'),
(11474, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php', 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php'),
(11475, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', 'wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php'),
(11476, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/images.php', 'wp-content/plugins/wordpress-seo/src/values/images.php'),
(11477, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),
(11478, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),
(11479, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),
(11480, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/robots/directive.php', 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php'),
(11481, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php'),
(11482, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php'),
(11483, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/values/twitter/images.php', 'wp-content/plugins/wordpress-seo/src/values/twitter/images.php'),
(11484, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),
(11485, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),
(11486, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),
(11487, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),
(11488, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php', 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(11489, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(11490, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),
(11491, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(11492, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(11493, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php'),
(11494, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(11495, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(11496, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(11497, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(11498, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),
(11499, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),
(11500, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md'),
(11501, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE'),
(11502, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php'),
(11503, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php'),
(11504, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php'),
(11505, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php'),
(11506, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php'),
(11507, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php'),
(11508, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php'),
(11509, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php'),
(11510, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php'),
(11511, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php'),
(11512, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php'),
(11513, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php'),
(11514, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php'),
(11515, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php'),
(11516, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php'),
(11517, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php'),
(11518, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php'),
(11519, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php'),
(11520, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php'),
(11521, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php'),
(11522, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php'),
(11523, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php'),
(11524, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php'),
(11525, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php'),
(11526, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php'),
(11527, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php'),
(11528, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php'),
(11529, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php'),
(11530, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php'),
(11531, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php'),
(11532, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),
(11533, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),
(11534, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php'),
(11535, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(11536, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(11537, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(11538, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(11539, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11540, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(11541, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(11542, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(11543, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(11544, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),
(11545, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(11546, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(11547, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(11548, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(11549, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(11550, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(11551, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(11552, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(11553, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(11554, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php'),
(11555, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(11556, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(11557, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(11558, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),
(11559, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),
(11560, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php'),
(11561, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),
(11562, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),
(11563, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(11564, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(11565, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),
(11566, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(11567, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),
(11568, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php'),
(11569, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),
(11570, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),
(11571, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),
(11572, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),
(11573, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),
(11574, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),
(11575, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),
(11576, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),
(11577, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),
(11578, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),
(11579, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),
(11580, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),
(11581, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),
(11582, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),
(11583, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),
(11584, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),
(11585, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),
(11586, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),
(11587, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),
(11588, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),
(11589, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),
(11590, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),
(11591, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php'),
(11592, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),
(11593, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),
(11594, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php'),
(11595, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),
(11596, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),
(11597, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),
(11598, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),
(11599, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),
(11600, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),
(11601, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),
(11602, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),
(11603, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),
(11604, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),
(11605, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),
(11606, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),
(11607, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),
(11608, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),
(11609, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),
(11610, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(11611, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),
(11612, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),
(11613, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),
(11614, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php'),
(11615, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),
(11616, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),
(11617, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),
(11618, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),
(11619, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),
(11620, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),
(11621, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),
(11622, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),
(11623, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),
(11624, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),
(11625, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),
(11626, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),
(11627, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),
(11628, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),
(11629, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),
(11630, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),
(11631, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),
(11632, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),
(11633, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),
(11634, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),
(11635, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),
(11636, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),
(11637, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),
(11638, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),
(11639, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),
(11640, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),
(11641, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),
(11642, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),
(11643, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),
(11644, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(11645, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(11646, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(11647, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php'),
(11648, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php'),
(11649, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php'),
(11650, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php'),
(11651, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php'),
(11652, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php'),
(11653, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php'),
(11654, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php'),
(11655, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php'),
(11656, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php'),
(11657, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),
(11658, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),
(11659, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),
(11660, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),
(11661, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),
(11662, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),
(11663, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),
(11664, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),
(11665, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),
(11666, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),
(11667, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),
(11668, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),
(11669, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),
(11670, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),
(11671, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),
(11672, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),
(11673, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),
(11674, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),
(11675, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),
(11676, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),
(11677, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),
(11678, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),
(11679, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),
(11680, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),
(11681, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),
(11682, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),
(11683, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),
(11684, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),
(11685, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),
(11686, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),
(11687, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),
(11688, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php'),
(11689, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php', 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(11690, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wp-seo.php', 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(11691, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo/wpml-config.xml', 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(11692, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/estimated-reading-time/block.json', 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/estimated-reading-time/block.json'),
(11693, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/related-links-block/block.json', 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/related-links-block/block.json'),
(11694, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/siblings/block.json', 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/siblings/block.json'),
(11695, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/subpages/block.json', 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/subpages/block.json'),
(11696, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/table-of-contents/block.json', 'wp-content/plugins/wordpress-seo-premium/assets/blocks/dynamic-blocks/table-of-contents/block.json'),
(11697, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340-rtl.css'),
(11698, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-fix-assessments-2340.css'),
(11699, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340-rtl.css'),
(11700, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-ai-generator-2340.css'),
(11701, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340-rtl.css'),
(11702, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-draft-js-plugins-2340.css'),
(11703, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340-rtl.css'),
(11704, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-elementor-2340.css'),
(11705, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340-rtl.css'),
(11706, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-metabox-2340.css'),
(11707, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340-rtl.css'),
(11708, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-post-overview-2340.css'),
(11709, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340-rtl.css'),
(11710, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-redirects-2340.css'),
(11711, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340-rtl.css'),
(11712, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-schema-blocks-2340.css'),
(11713, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340-rtl.css'),
(11714, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-settings-2340.css'),
(11715, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340-rtl.css'),
(11716, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-tailwind-2340.css'),
(11717, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340-rtl.css'),
(11718, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-thank-you-2340.css'),
(11719, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340-rtl.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340-rtl.css'),
(11720, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340.css', 'wp-content/plugins/wordpress-seo-premium/assets/css/dist/premium-workouts-2340.css'),
(11721, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/ai-consent.png', 'wp-content/plugins/wordpress-seo-premium/assets/images/ai-consent.png'),
(11722, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg', 'wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg'),
(11723, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/inclusive-language-icon.svg', 'wp-content/plugins/wordpress-seo-premium/assets/images/inclusive-language-icon.svg'),
(11724, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-fix-assessments-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-fix-assessments-2340.min.js'),
(11725, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-generator-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-generator-2340.min.js'),
(11726, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/blocks-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/blocks-2340.min.js'),
(11727, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/dynamic-blocks-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/dynamic-blocks-2340.min.js'),
(11728, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/frontend-inspector-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/frontend-inspector-2340.min.js'),
(11729, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/introductions-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/introductions-2340.min.js'),
(11730, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/manage-ai-consent-button-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/manage-ai-consent-button-2340.min.js'),
(11731, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-premium-assessments-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-premium-assessments-2340.min.js'),
(11732, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-text-formality-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-text-formality-2340.min.js'),
(11733, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/workouts-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/workouts-2340.min.js'),
(11734, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-admin-redirects-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-admin-redirects-2340.min.js'),
(11735, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-custom-fields-plugin-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-custom-fields-plugin-2340.min.js'),
(11736, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-draft-js-plugins-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-draft-js-plugins-2340.min.js'),
(11737, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-elementor-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-elementor-2340.min.js'),
(11738, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-metabox-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-metabox-2340.min.js'),
(11739, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-quickedit-notification-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-quickedit-notification-2340.min.js'),
(11740, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-2340.min.js'),
(11741, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2340.min.js'),
(11742, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast/social-metadata-previews-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast/social-metadata-previews-2340.min.js'),
(11743, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-prominent-words-indexation-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-prominent-words-indexation-2340.min.js'),
(11744, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-social-metadata-previews-2340.min.js', 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-social-metadata-previews-2340.min.js'),
(11745, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/changelog.txt', 'wp-content/plugins/wordpress-seo-premium/changelog.txt'),
(11746, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php', 'wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php'),
(11747, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php', 'wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php'),
(11748, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php', 'wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php'),
(11749, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-csv.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-csv.php'),
(11750, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-presenter.php'),
(11751, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-query.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-query.php'),
(11752, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-presenter-interface.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-presenter-interface.php'),
(11753, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-query-interface.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-query-interface.php'),
(11754, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-presenter.php'),
(11755, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-query.php', 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-query.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11756, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/html-diff-renderer.php', 'wp-content/plugins/wordpress-seo-premium/classes/html-diff-renderer.php'),
(11757, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php', 'wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php'),
(11758, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php', 'wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php'),
(11759, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php', 'wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php'),
(11760, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-asset-js-l10n.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-asset-js-l10n.php'),
(11761, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php'),
(11762, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php'),
(11763, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php'),
(11764, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php'),
(11765, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-keyword-export-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-keyword-export-manager.php'),
(11766, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php'),
(11767, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-option.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-option.php'),
(11768, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-support.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-support.php'),
(11769, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-utils.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-utils.php'),
(11770, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-filter.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-filter.php'),
(11771, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-query.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-query.php'),
(11772, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-support.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-support.php'),
(11773, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-unindexed-post-query.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-unindexed-post-query.php'),
(11774, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-versioning.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-versioning.php'),
(11775, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php'),
(11776, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-export-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-export-manager.php'),
(11777, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php'),
(11778, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php'),
(11779, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php'),
(11780, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-stale-cornerstone-content-filter.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-stale-cornerstone-content-filter.php'),
(11781, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/product-premium.php', 'wp-content/plugins/wordpress-seo-premium/classes/product-premium.php'),
(11782, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php'),
(11783, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-apache-exporter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-apache-exporter.php'),
(11784, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-csv-exporter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-csv-exporter.php'),
(11785, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-exporter-interface.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-exporter-interface.php'),
(11786, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-file-exporter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-file-exporter.php'),
(11787, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-htaccess-exporter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-htaccess-exporter.php'),
(11788, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-nginx-exporter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-nginx-exporter.php'),
(11789, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-option-exporter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-option-exporter.php'),
(11790, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-abstract-loader.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-abstract-loader.php'),
(11791, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-csv-loader.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-csv-loader.php'),
(11792, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-htaccess-loader.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-htaccess-loader.php'),
(11793, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-loader-interface.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-loader-interface.php'),
(11794, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-redirection-loader.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-redirection-loader.php'),
(11795, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-safe-redirect-loader.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-safe-redirect-loader.php'),
(11796, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-simple-301-redirect-loader.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-simple-301-redirect-loader.php'),
(11797, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-form-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-form-presenter.php'),
(11798, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-page-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-page-presenter.php'),
(11799, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-presenter-interface.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-presenter-interface.php'),
(11800, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-quick-edit-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-quick-edit-presenter.php'),
(11801, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-settings-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-settings-presenter.php'),
(11802, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-tab-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-tab-presenter.php'),
(11803, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-table-presenter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-table-presenter.php'),
(11804, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php'),
(11805, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-file-util.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-file-util.php'),
(11806, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php'),
(11807, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formatter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formatter.php'),
(11808, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-htaccess-util.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-htaccess-util.php'),
(11809, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-import-exception.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-import-exception.php'),
(11810, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-importer.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-importer.php'),
(11811, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php'),
(11812, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php'),
(11813, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php'),
(11814, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-sitemap-filter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-sitemap-filter.php'),
(11815, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php'),
(11816, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php'),
(11817, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-upgrade.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-upgrade.php'),
(11818, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-url-formatter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-url-formatter.php'),
(11819, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php'),
(11820, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php'),
(11821, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php'),
(11822, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-abstract-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-abstract-validation.php'),
(11823, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-accessible-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-accessible-validation.php'),
(11824, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-endpoint-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-endpoint-validation.php'),
(11825, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-presence-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-presence-validation.php'),
(11826, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-relative-origin-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-relative-origin-validation.php'),
(11827, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-self-redirect-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-self-redirect-validation.php'),
(11828, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-subdirectory-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-subdirectory-validation.php'),
(11829, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-uniqueness-validation.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-uniqueness-validation.php'),
(11830, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-validation-interface.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-validation-interface.php'),
(11831, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-form.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-form.php'),
(11832, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-quick-edit.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-quick-edit.php'),
(11833, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-plain.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-plain.php'),
(11834, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-regex.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-regex.php'),
(11835, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-settings.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-settings.php'),
(11836, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php'),
(11837, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php'),
(11838, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/social-previews.php', 'wp-content/plugins/wordpress-seo-premium/classes/social-previews.php'),
(11839, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php', 'wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php'),
(11840, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/upgrade-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/upgrade-manager.php'),
(11841, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-error.php', 'wp-content/plugins/wordpress-seo-premium/classes/validation-error.php'),
(11842, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-result.php', 'wp-content/plugins/wordpress-seo-premium/classes/validation-result.php'),
(11843, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php', 'wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php'),
(11844, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php'),
(11845, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php'),
(11846, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/import-redirects.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/import-redirects.php'),
(11847, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php'),
(11848, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/classes/watcher.php', 'wp-content/plugins/wordpress-seo-premium/classes/watcher.php'),
(11849, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php'),
(11850, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-base-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-base-command.php'),
(11851, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-command-namespace.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-command-namespace.php'),
(11852, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-create-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-create-command.php'),
(11853, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-delete-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-delete-command.php'),
(11854, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-follow-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-follow-command.php'),
(11855, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-has-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-has-command.php'),
(11856, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-list-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-list-command.php'),
(11857, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-update-command.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-update-command.php'),
(11858, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/index.php', 'wp-content/plugins/wordpress-seo-premium/index.php'),
(11859, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ar.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ar.json'),
(11860, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ca.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ca.json'),
(11861, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-cs_CZ.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-cs_CZ.json'),
(11862, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-da_DK.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-da_DK.json'),
(11863, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-de_DE.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-de_DE.json'),
(11864, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-el.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-el.json'),
(11865, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_AU.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_AU.json'),
(11866, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_CA.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_CA.json'),
(11867, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_GB.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_GB.json'),
(11868, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_NZ.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-en_NZ.json'),
(11869, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_ES.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_ES.json'),
(11870, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_MX.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-es_MX.json'),
(11871, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fa_IR.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fa_IR.json'),
(11872, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fi.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fi.json'),
(11873, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fr_FR.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-fr_FR.json'),
(11874, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-he_IL.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-he_IL.json'),
(11875, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hi_IN.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hi_IN.json'),
(11876, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hu_HU.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-hu_HU.json'),
(11877, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-id_ID.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-id_ID.json'),
(11878, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-it_IT.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-it_IT.json'),
(11879, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ja.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ja.json'),
(11880, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nb_NO.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nb_NO.json'),
(11881, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_BE.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_BE.json'),
(11882, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_NL.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-nl_NL.json'),
(11883, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pl_PL.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pl_PL.json'),
(11884, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_BR.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_BR.json'),
(11885, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_PT.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-pt_PT.json'),
(11886, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ro_RO.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ro_RO.json'),
(11887, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ru_RU.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-ru_RU.json'),
(11888, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sk_SK.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sk_SK.json'),
(11889, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sr_RS.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sr_RS.json'),
(11890, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sv_SE.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-sv_SE.json'),
(11891, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-tr_TR.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-tr_TR.json'),
(11892, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-uk.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-uk.json'),
(11893, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-vi.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-vi.json'),
(11894, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-zh_CN.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs-zh_CN.json'),
(11895, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs.json', 'wp-content/plugins/wordpress-seo-premium/languages/wordpress-seo-premiumjs.json'),
(11896, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/license.txt', 'wp-content/plugins/wordpress-seo-premium/license.txt'),
(11897, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/premium.php', 'wp-content/plugins/wordpress-seo-premium/premium.php'),
(11898, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/readme.txt', 'wp-content/plugins/wordpress-seo-premium/readme.txt'),
(11899, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/ai-generator-action.php', 'wp-content/plugins/wordpress-seo-premium/src/actions/ai-generator-action.php'),
(11900, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/link-suggestions-action.php', 'wp-content/plugins/wordpress-seo-premium/src/actions/link-suggestions-action.php'),
(11901, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php', 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php'),
(11902, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/content-action.php', 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/content-action.php'),
(11903, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php', 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php'),
(11904, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/addon-installer.php', 'wp-content/plugins/wordpress-seo-premium/src/addon-installer.php'),
(11905, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-serializer.php', 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-serializer.php'),
(11906, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-unifier.php', 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-unifier.php'),
(11907, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/sentence-processor.php', 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/sentence-processor.php'),
(11908, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/suggestion-processor.php', 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/suggestion-processor.php'),
(11909, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion-interface.php', 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion-interface.php'),
(11910, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion.php', 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion.php'),
(11911, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/ai-editor-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/ai-editor-conditional.php'),
(11912, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/algolia-enabled-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/algolia-enabled-conditional.php'),
(11913, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/cornerstone-enabled-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/cornerstone-enabled-conditional.php'),
(11914, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/edd-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/edd-conditional.php'),
(11915, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/inclusive-language-enabled-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/inclusive-language-enabled-conditional.php'),
(11916, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/term-overview-or-ajax-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/term-overview-or-ajax-conditional.php'),
(11917, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/yoast-admin-or-introductions-route-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/yoast-admin-or-introductions-route-conditional.php'),
(11918, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php', 'wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php'),
(11919, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/config/migrations/20190715101200_WpYoastPremiumImprovedInternalLinking.php', 'wp-content/plugins/wordpress-seo-premium/src/config/migrations/20190715101200_WpYoastPremiumImprovedInternalLinking.php'),
(11920, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/config/migrations/20210827093024_AddIndexOnIndexableIdAndStem.php', 'wp-content/plugins/wordpress-seo-premium/src/config/migrations/20210827093024_AddIndexOnIndexableIdAndStem.php'),
(11921, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/database/migration-runner-premium.php', 'wp-content/plugins/wordpress-seo-premium/src/database/migration-runner-premium.php'),
(11922, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/deprecated/introductions/application/ai-generate-titles-and-descriptions-introduction.php', 'wp-content/plugins/wordpress-seo-premium/src/deprecated/introductions/application/ai-generate-titles-and-descriptions-introduction.php'),
(11923, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/dom-parser.php', 'wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/dom-parser.php'),
(11924, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/node-processor.php', 'wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/node-processor.php'),
(11925, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/forbidden-property-mutation-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/forbidden-property-mutation-exception.php'),
(11926, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/bad-request-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/bad-request-exception.php'),
(11927, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/forbidden-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/forbidden-exception.php'),
(11928, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/internal-server-error-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/internal-server-error-exception.php'),
(11929, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/not-found-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/not-found-exception.php'),
(11930, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/payment-required-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/payment-required-exception.php'),
(11931, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/remote-request-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/remote-request-exception.php'),
(11932, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/request-timeout-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/request-timeout-exception.php'),
(11933, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/service-unavailable-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/service-unavailable-exception.php'),
(11934, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/too-many-requests-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/too-many-requests-exception.php'),
(11935, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/unauthorized-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/unauthorized-exception.php'),
(11936, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/wp-request-exception.php', 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/wp-request-exception.php'),
(11937, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/functions.php', 'wp-content/plugins/wordpress-seo-premium/src/functions.php'),
(11938, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/draft-js-emoji-picker.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/draft-js-emoji-picker.php'),
(11939, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php'),
(11940, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/plugin.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/plugin.php'),
(11941, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/container.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/container.php'),
(11942, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/ai-generator-helper.php', 'wp-content/plugins/wordpress-seo-premium/src/helpers/ai-generator-helper.php'),
(11943, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/current-page-helper.php', 'wp-content/plugins/wordpress-seo-premium/src/helpers/current-page-helper.php'),
(11944, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/prominent-words-helper.php', 'wp-content/plugins/wordpress-seo-premium/src/helpers/prominent-words-helper.php'),
(11945, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php', 'wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php'),
(11946, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/index-now-key.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/index-now-key.php'),
(11947, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php'),
(11948, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php'),
(11949, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php'),
(11950, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php'),
(11951, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/wp-cli-initializer.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/wp-cli-initializer.php'),
(11952, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/abstract-opengraph-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/abstract-opengraph-integration.php'),
(11953, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-consent-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-consent-integration.php'),
(11954, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-fix-assessments-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-fix-assessments-integration.php'),
(11955, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-generator-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-generator-integration.php'),
(11956, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-column-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-column-integration.php'),
(11957, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-taxonomy-column-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-taxonomy-column-integration.php'),
(11958, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-column-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-column-integration.php'),
(11959, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-filter-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-filter-integration.php'),
(11960, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-taxonomy-column-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-taxonomy-column-integration.php'),
(11961, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/keyword-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/keyword-integration.php'),
(11962, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/metabox-formatter-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/metabox-formatter-integration.php'),
(11963, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/plugin-links-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/plugin-links-integration.php'),
(11964, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/indexing-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/indexing-integration.php'),
(11965, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/metabox-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/metabox-integration.php'),
(11966, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/related-keyphrase-filter-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/related-keyphrase-filter-integration.php'),
(11967, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/replacement-variables-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/replacement-variables-integration.php'),
(11968, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/settings-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/settings-integration.php'),
(11969, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/thank-you-page-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/thank-you-page-integration.php'),
(11970, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/update-premium-notification.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/update-premium-notification.php'),
(11971, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/user-profile-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/user-profile-integration.php'),
(11972, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/workouts-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/workouts-integration.php'),
(11973, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/alerts/ai-generator-tip-notification.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/alerts/ai-generator-tip-notification.php'),
(11974, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/estimated-reading-time-block.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/estimated-reading-time-block.php'),
(11975, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/related-links-block.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/related-links-block.php'),
(11976, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php'),
(11977, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end/robots-txt-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/front-end/robots-txt-integration.php'),
(11978, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/frontend-inspector.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/frontend-inspector.php'),
(11979, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/index-now-ping.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/index-now-ping.php'),
(11980, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/missing-indexables-count-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/missing-indexables-count-integration.php'),
(11981, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-author-archive.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-author-archive.php'),
(11982, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-date-archive.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-date-archive.php'),
(11983, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-post-type.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-post-type.php'),
(11984, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-posttype-archive.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-posttype-archive.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11985, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-term-archive.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-term-archive.php'),
(11986, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/organization-schema-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/organization-schema-integration.php'),
(11987, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/publishing-principles-schema-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/publishing-principles-schema-integration.php'),
(11988, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/routes/ai-generator-route.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/routes/ai-generator-route.php'),
(11989, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/routes/workouts-routes-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/routes/workouts-routes-integration.php'),
(11990, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/algolia.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/algolia.php'),
(11991, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/edd.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/edd.php'),
(11992, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-premium.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-premium.php'),
(11993, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-preview.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-preview.php'),
(11994, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/mastodon.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/mastodon.php'),
(11995, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/translationspress.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/translationspress.php'),
(11996, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/wincher-keyphrases.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/wincher-keyphrases.php'),
(11997, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/upgrade-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/upgrade-integration.php'),
(11998, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/user-profile-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/user-profile-integration.php'),
(11999, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/prominent-words-watcher.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/prominent-words-watcher.php'),
(12000, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/stale-cornerstone-content-watcher.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/stale-cornerstone-content-watcher.php'),
(12001, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/introductions/application/ai-fix-assessments-introduction.php', 'wp-content/plugins/wordpress-seo-premium/src/introductions/application/ai-fix-assessments-introduction.php'),
(12002, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/main.php', 'wp-content/plugins/wordpress-seo-premium/src/main.php'),
(12003, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/models/prominent-words.php', 'wp-content/plugins/wordpress-seo-premium/src/models/prominent-words.php'),
(12004, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/checkmark-icon-presenter.php', 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/checkmark-icon-presenter.php'),
(12005, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/cross-icon-presenter.php', 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/cross-icon-presenter.php'),
(12006, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/icon-presenter.php', 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/icon-presenter.php'),
(12007, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/mastodon-link-presenter.php', 'wp-content/plugins/wordpress-seo-premium/src/presenters/mastodon-link-presenter.php'),
(12008, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/repositories/prominent-words-repository.php', 'wp-content/plugins/wordpress-seo-premium/src/repositories/prominent-words-repository.php'),
(12009, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/link-suggestions-route.php', 'wp-content/plugins/wordpress-seo-premium/src/routes/link-suggestions-route.php'),
(12010, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php', 'wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php'),
(12011, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php', 'wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php'),
(12012, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php', 'wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php'),
(12013, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/user-meta/framework/additional-contactmethods/mastodon.php', 'wp-content/plugins/wordpress-seo-premium/src/user-meta/framework/additional-contactmethods/mastodon.php'),
(12014, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/user-meta/user-interface/additional-contactmethods-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/user-meta/user-interface/additional-contactmethods-integration.php'),
(12015, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php', 'wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php'),
(12016, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/autoload.php', 'wp-content/plugins/wordpress-seo-premium/vendor/autoload.php'),
(12017, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php'),
(12018, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php'),
(12019, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/LICENSE', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/LICENSE'),
(12020, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php'),
(12021, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php'),
(12022, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php'),
(12023, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_psr4.php'),
(12024, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_real.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_real.php'),
(12025, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php'),
(12026, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php'),
(12027, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php'),
(12028, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/LICENSE', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/LICENSE'),
(12029, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/default.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/default.php'),
(12030, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/version.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/version.php'),
(12031, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configuration.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configuration.php'),
(12032, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/EmptyProperty.php'),
(12033, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php'),
(12034, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidType.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidType.php'),
(12035, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php'),
(12036, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Facades/wordpress.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Facades/wordpress.php'),
(12037, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Host.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Host.php'),
(12038, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/DismissStorage.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/DismissStorage.php'),
(12039, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Listener.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Listener.php'),
(12040, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Message.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Message.php'),
(12041, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/MessagePresenter.php'),
(12042, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Requirement.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Requirement.php'),
(12043, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/VersionDetector.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/VersionDetector.php'),
(12044, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageDismisser.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageDismisser.php'),
(12045, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageFormatter.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageFormatter.php'),
(12046, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/BasicMessage.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/BasicMessage.php'),
(12047, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/HostMessage.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/HostMessage.php'),
(12048, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php'),
(12049, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/NullMessage.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/NullMessage.php'),
(12050, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php'),
(12051, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessagesManager.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessagesManager.php'),
(12052, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php'),
(12053, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/RequirementsChecker.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/RequirementsChecker.php'),
(12054, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/VersionRequirement.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/VersionRequirement.php'),
(12055, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPDismissOption.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPDismissOption.php'),
(12056, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPMessageDismissListener.php', 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPMessageDismissListener.php'),
(12057, '/home/abt90iranbet/public_html/wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php', 'wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php'),
(12058, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/SECURITY.md', 'wp-content/plugins/wp-rocket/SECURITY.md'),
(12059, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin-common.css', 'wp-content/plugins/wp-rocket/assets/css/wpr-admin-common.css'),
(12060, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.css', 'wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.css'),
(12061, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.min.css', 'wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.min.css'),
(12062, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin.css', 'wp-content/plugins/wp-rocket/assets/css/wpr-admin.css'),
(12063, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-admin.min.css', 'wp-content/plugins/wp-rocket/assets/css/wpr-admin.min.css'),
(12064, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/css/wpr-modal.css', 'wp-content/plugins/wp-rocket/assets/css/wpr-modal.css'),
(12065, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.eot', 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.eot'),
(12066, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg', 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg'),
(12067, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.ttf', 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.ttf'),
(12068, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.woff', 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.woff'),
(12069, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/automatic.svg', 'wp-content/plugins/wp-rocket/assets/img/automatic.svg'),
(12070, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/bandwidth.svg', 'wp-content/plugins/wp-rocket/assets/img/bandwidth.svg'),
(12071, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/bg-activated.svg', 'wp-content/plugins/wp-rocket/assets/img/bg-activated.svg'),
(12072, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/configuration.svg', 'wp-content/plugins/wp-rocket/assets/img/configuration.svg'),
(12073, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg', 'wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg'),
(12074, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat.svg', 'wp-content/plugins/wp-rocket/assets/img/heartbeat.svg'),
(12075, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/icon-128x128.png', 'wp-content/plugins/wp-rocket/assets/img/icon-128x128.png'),
(12076, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/icon-256x256.png', 'wp-content/plugins/wp-rocket/assets/img/icon-256x256.png'),
(12077, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg', 'wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg'),
(12078, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg', 'wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg'),
(12079, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/imagify.svg', 'wp-content/plugins/wp-rocket/assets/img/imagify.svg'),
(12080, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/infinite.svg', 'wp-content/plugins/wp-rocket/assets/img/infinite.svg'),
(12081, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg'),
(12082, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg'),
(12083, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-sucuri.png', 'wp-content/plugins/wp-rocket/assets/img/logo-sucuri.png'),
(12084, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg'),
(12085, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-webp.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-webp.svg'),
(12086, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg'),
(12087, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg', 'wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg'),
(12088, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg', 'wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg'),
(12089, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/play-alt.svg', 'wp-content/plugins/wp-rocket/assets/img/play-alt.svg'),
(12090, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/play-hover.svg', 'wp-content/plugins/wp-rocket/assets/img/play-hover.svg'),
(12091, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/play.svg', 'wp-content/plugins/wp-rocket/assets/img/play.svg'),
(12092, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/plus.svg', 'wp-content/plugins/wp-rocket/assets/img/plus.svg'),
(12093, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/warning.svg', 'wp-content/plugins/wp-rocket/assets/img/warning.svg'),
(12094, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/img/youtube.png', 'wp-content/plugins/wp-rocket/assets/img/youtube.png'),
(12095, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.js', 'wp-content/plugins/wp-rocket/assets/js/browser-checker.js'),
(12096, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js', 'wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js'),
(12097, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js', 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js'),
(12098, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js', 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js'),
(12099, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/elementor-animation.js', 'wp-content/plugins/wp-rocket/assets/js/elementor-animation.js'),
(12100, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/heartbeat.js', 'wp-content/plugins/wp-rocket/assets/js/heartbeat.js'),
(12101, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js'),
(12102, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js'),
(12103, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map', 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map'),
(12104, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js'),
(12105, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js'),
(12106, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map', 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map'),
(12107, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js'),
(12108, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js'),
(12109, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js'),
(12110, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js'),
(12111, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js'),
(12112, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js'),
(12113, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.js'),
(12114, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map', 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map'),
(12115, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js'),
(12116, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map', 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map'),
(12117, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js'),
(12118, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/micromodal.min.js', 'wp-content/plugins/wp-rocket/assets/js/micromodal.min.js'),
(12119, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.js', 'wp-content/plugins/wp-rocket/assets/js/preload-links.js'),
(12120, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.min.js', 'wp-content/plugins/wp-rocket/assets/js/preload-links.min.js'),
(12121, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js'),
(12122, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js'),
(12123, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map'),
(12124, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map'),
(12125, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js'),
(12126, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js'),
(12127, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js'),
(12128, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/composer.json', 'wp-content/plugins/wp-rocket/composer.json'),
(12129, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/composer.lock', 'wp-content/plugins/wp-rocket/composer.lock'),
(12130, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/contributors.txt', 'wp-content/plugins/wp-rocket/contributors.txt'),
(12131, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/dynamic-lists-delayjs.json', 'wp-content/plugins/wp-rocket/dynamic-lists-delayjs.json'),
(12132, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/dynamic-lists-incompatible-plugins.json', 'wp-content/plugins/wp-rocket/dynamic-lists-incompatible-plugins.json'),
(12133, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/dynamic-lists.json', 'wp-content/plugins/wp-rocket/dynamic-lists.json'),
(12134, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php'),
(12135, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php'),
(12136, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php'),
(12137, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php'),
(12138, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php'),
(12139, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php'),
(12140, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php'),
(12141, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php'),
(12142, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php'),
(12143, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php'),
(12144, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php'),
(12145, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php'),
(12146, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php'),
(12147, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php'),
(12148, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php'),
(12149, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php'),
(12150, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php'),
(12151, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php'),
(12152, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php'),
(12153, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php'),
(12154, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php'),
(12155, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php'),
(12156, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php'),
(12157, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php'),
(12158, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php'),
(12159, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php'),
(12160, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php'),
(12161, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php'),
(12162, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php'),
(12163, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php'),
(12164, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php'),
(12165, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php'),
(12166, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php'),
(12167, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php'),
(12168, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php'),
(12169, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php'),
(12170, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php'),
(12171, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php'),
(12172, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php'),
(12173, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php'),
(12174, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php'),
(12175, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php'),
(12176, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php'),
(12177, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php'),
(12178, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php'),
(12179, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php'),
(12180, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php'),
(12181, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php'),
(12182, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php'),
(12183, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php'),
(12184, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php'),
(12185, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php'),
(12186, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/API/bypass.php', 'wp-content/plugins/wp-rocket/inc/API/bypass.php'),
(12187, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php'),
(12188, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php'),
(12189, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php'),
(12190, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php'),
(12191, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php'),
(12192, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php'),
(12193, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php'),
(12194, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php'),
(12195, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php'),
(12196, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php'),
(12197, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php'),
(12198, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php'),
(12199, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php'),
(12200, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php'),
(12201, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php'),
(12202, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/composer.json', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/composer.json'),
(12203, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php', 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php'),
(12204, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php'),
(12205, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php'),
(12206, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php'),
(12207, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/changelog.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/changelog.txt'),
(12208, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php'),
(12209, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php'),
(12210, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php'),
(12211, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php'),
(12212, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php'),
(12213, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php'),
(12214, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php'),
(12215, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php'),
(12216, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php'),
(12217, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php'),
(12218, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php'),
(12219, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php'),
(12220, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php'),
(12221, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php'),
(12222, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php'),
(12223, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php'),
(12224, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php'),
(12225, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php'),
(12226, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php'),
(12227, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php'),
(12228, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php'),
(12229, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php'),
(12230, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php'),
(12231, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php'),
(12232, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php'),
(12233, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php'),
(12234, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php'),
(12235, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php'),
(12236, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php'),
(12237, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php'),
(12238, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php'),
(12239, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12240, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php'),
(12241, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php'),
(12242, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php'),
(12243, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php'),
(12244, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php'),
(12245, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php'),
(12246, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php'),
(12247, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php'),
(12248, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php'),
(12249, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php'),
(12250, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),
(12251, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),
(12252, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),
(12253, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php'),
(12254, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php'),
(12255, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php'),
(12256, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php'),
(12257, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php'),
(12258, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php'),
(12259, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php'),
(12260, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php'),
(12261, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php'),
(12262, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php'),
(12263, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php'),
(12264, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php'),
(12265, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php'),
(12266, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php'),
(12267, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php'),
(12268, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php'),
(12269, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php'),
(12270, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php'),
(12271, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),
(12272, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),
(12273, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php'),
(12274, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php'),
(12275, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php'),
(12276, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php'),
(12277, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php'),
(12278, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php'),
(12279, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php'),
(12280, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),
(12281, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),
(12282, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php'),
(12283, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php'),
(12284, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php'),
(12285, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php'),
(12286, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php'),
(12287, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php'),
(12288, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/license.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/license.txt'),
(12289, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/readme.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/readme.txt'),
(12290, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php'),
(12291, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php'),
(12292, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php'),
(12293, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php'),
(12294, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php'),
(12295, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php'),
(12296, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php'),
(12297, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php'),
(12298, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php'),
(12299, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php'),
(12300, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php'),
(12301, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php'),
(12302, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php'),
(12303, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameWithOptionalValue.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameWithOptionalValue.php'),
(12304, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgument.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgument.php'),
(12305, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgumentInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgumentInterface.php'),
(12306, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php'),
(12307, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php'),
(12308, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php'),
(12309, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php'),
(12310, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php'),
(12311, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php'),
(12312, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php'),
(12313, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php'),
(12314, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php'),
(12315, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php'),
(12316, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php'),
(12317, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php'),
(12318, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php'),
(12319, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php'),
(12320, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php'),
(12321, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php'),
(12322, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php'),
(12323, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'),
(12324, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php'),
(12325, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php'),
(12326, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php'),
(12327, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php'),
(12328, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php'),
(12329, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php'),
(12330, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php'),
(12331, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php'),
(12332, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_after.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_after.txt'),
(12333, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_before.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_before.txt'),
(12334, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_reserved.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/keywords_reserved.txt'),
(12335, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators.txt'),
(12336, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_after.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_after.txt'),
(12337, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_before.txt', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/data/js/operators_before.txt'),
(12338, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php'),
(12339, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php'),
(12340, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php'),
(12341, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php'),
(12342, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php'),
(12343, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php'),
(12344, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php'),
(12345, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php'),
(12346, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php'),
(12347, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php'),
(12348, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php'),
(12349, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php'),
(12350, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php'),
(12351, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php'),
(12352, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php'),
(12353, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php'),
(12354, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php'),
(12355, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php'),
(12356, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php'),
(12357, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php'),
(12358, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php'),
(12359, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php'),
(12360, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php'),
(12361, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php'),
(12362, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php'),
(12363, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php'),
(12364, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php'),
(12365, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php'),
(12366, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php'),
(12367, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php'),
(12368, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php'),
(12369, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php'),
(12370, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php'),
(12371, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php'),
(12372, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php'),
(12373, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php'),
(12374, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php'),
(12375, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php'),
(12376, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php'),
(12377, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php'),
(12378, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php', 'wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php'),
(12379, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php'),
(12380, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php'),
(12381, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php'),
(12382, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php'),
(12383, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php'),
(12384, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php'),
(12385, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php'),
(12386, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php'),
(12387, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php'),
(12388, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php'),
(12389, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php'),
(12390, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php'),
(12391, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php'),
(12392, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php'),
(12393, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php'),
(12394, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php'),
(12395, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php'),
(12396, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php'),
(12397, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php'),
(12398, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php'),
(12399, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php'),
(12400, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php'),
(12401, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php'),
(12402, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php'),
(12403, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php'),
(12404, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php'),
(12405, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php'),
(12406, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php'),
(12407, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php'),
(12408, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php'),
(12409, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php'),
(12410, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php'),
(12411, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php'),
(12412, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php'),
(12413, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php'),
(12414, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php'),
(12415, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php'),
(12416, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php'),
(12417, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php'),
(12418, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php'),
(12419, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php'),
(12420, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php'),
(12421, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php'),
(12422, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php'),
(12423, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php'),
(12424, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php'),
(12425, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php'),
(12426, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php'),
(12427, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php'),
(12428, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php'),
(12429, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php'),
(12430, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php'),
(12431, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php'),
(12432, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php'),
(12433, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php'),
(12434, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php'),
(12435, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php'),
(12436, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php'),
(12437, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php'),
(12438, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php'),
(12439, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php'),
(12440, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php'),
(12441, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php'),
(12442, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php'),
(12443, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php'),
(12444, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php'),
(12445, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php'),
(12446, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php'),
(12447, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php'),
(12448, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php'),
(12449, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php'),
(12450, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php'),
(12451, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php'),
(12452, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php'),
(12453, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php'),
(12454, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php'),
(12455, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php'),
(12456, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php', 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php'),
(12457, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php'),
(12458, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php'),
(12459, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php', 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php'),
(12460, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php', 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php'),
(12461, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php'),
(12462, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php'),
(12463, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php'),
(12464, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php'),
(12465, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php'),
(12466, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php'),
(12467, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php'),
(12468, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php'),
(12469, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php'),
(12470, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php'),
(12471, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php'),
(12472, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php'),
(12473, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php'),
(12474, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php'),
(12475, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12476, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php'),
(12477, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php'),
(12478, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php'),
(12479, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php'),
(12480, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php'),
(12481, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php'),
(12482, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php'),
(12483, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php'),
(12484, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php'),
(12485, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php'),
(12486, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php'),
(12487, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php'),
(12488, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php'),
(12489, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php'),
(12490, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php'),
(12491, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php'),
(12492, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php'),
(12493, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php'),
(12494, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php'),
(12495, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php'),
(12496, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php'),
(12497, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php'),
(12498, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php'),
(12499, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php'),
(12500, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php'),
(12501, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php'),
(12502, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php'),
(12503, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php'),
(12504, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php'),
(12505, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php'),
(12506, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php'),
(12507, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php'),
(12508, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php'),
(12509, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php'),
(12510, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php'),
(12511, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php'),
(12512, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php'),
(12513, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php'),
(12514, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php'),
(12515, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php'),
(12516, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php'),
(12517, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php'),
(12518, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php'),
(12519, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php'),
(12520, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php'),
(12521, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php'),
(12522, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php'),
(12523, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php'),
(12524, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php'),
(12525, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php'),
(12526, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php'),
(12527, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php'),
(12528, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php'),
(12529, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php'),
(12530, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php'),
(12531, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php'),
(12532, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php'),
(12533, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php'),
(12534, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php'),
(12535, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php'),
(12536, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php'),
(12537, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php'),
(12538, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php'),
(12539, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php'),
(12540, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php'),
(12541, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php'),
(12542, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php'),
(12543, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php'),
(12544, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php'),
(12545, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php'),
(12546, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php'),
(12547, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php'),
(12548, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php'),
(12549, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php'),
(12550, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php'),
(12551, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php'),
(12552, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php'),
(12553, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php'),
(12554, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php'),
(12555, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php'),
(12556, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Queue.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Queue.php'),
(12557, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php'),
(12558, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php'),
(12559, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php'),
(12560, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php'),
(12561, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php'),
(12562, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php'),
(12563, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/APIClient.php'),
(12564, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php'),
(12565, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php'),
(12566, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php'),
(12567, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php'),
(12568, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php'),
(12569, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php'),
(12570, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php'),
(12571, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php'),
(12572, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php'),
(12573, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php'),
(12574, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php'),
(12575, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php'),
(12576, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php'),
(12577, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php'),
(12578, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php'),
(12579, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php'),
(12580, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php'),
(12581, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php'),
(12582, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php'),
(12583, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php'),
(12584, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php'),
(12585, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php'),
(12586, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php'),
(12587, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php'),
(12588, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php'),
(12589, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php'),
(12590, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php'),
(12591, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php'),
(12592, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php'),
(12593, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php'),
(12594, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php'),
(12595, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php'),
(12596, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php'),
(12597, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php'),
(12598, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php'),
(12599, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php'),
(12600, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php'),
(12601, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php'),
(12602, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php'),
(12603, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php'),
(12604, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php', 'wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php'),
(12605, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php', 'wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php'),
(12606, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/Logger.php', 'wp-content/plugins/wp-rocket/inc/Logger/Logger.php'),
(12607, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php', 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php'),
(12608, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php', 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php'),
(12609, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php'),
(12610, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php', 'wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php'),
(12611, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/Plugin.php', 'wp-content/plugins/wp-rocket/inc/Plugin.php'),
(12612, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php'),
(12613, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php'),
(12614, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php'),
(12615, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php'),
(12616, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php'),
(12617, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php'),
(12618, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php'),
(12619, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php'),
(12620, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php'),
(12621, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php'),
(12622, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php'),
(12623, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php'),
(12624, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php'),
(12625, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php'),
(12626, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php'),
(12627, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php'),
(12628, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php'),
(12629, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php'),
(12630, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php'),
(12631, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php'),
(12632, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php'),
(12633, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php'),
(12634, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php'),
(12635, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php'),
(12636, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php'),
(12637, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php'),
(12638, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php'),
(12639, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php'),
(12640, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php'),
(12641, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php'),
(12642, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php'),
(12643, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php'),
(12644, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php'),
(12645, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php'),
(12646, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php'),
(12647, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php'),
(12648, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php'),
(12649, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php'),
(12650, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php'),
(12651, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php'),
(12652, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php'),
(12653, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php'),
(12654, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php'),
(12655, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php'),
(12656, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php'),
(12657, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php'),
(12658, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php'),
(12659, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php'),
(12660, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php'),
(12661, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php'),
(12662, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php'),
(12663, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php'),
(12664, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php'),
(12665, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php'),
(12666, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php'),
(12667, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php'),
(12668, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php'),
(12669, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php'),
(12670, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php'),
(12671, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php'),
(12672, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php'),
(12673, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php'),
(12674, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php'),
(12675, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php'),
(12676, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php'),
(12677, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php'),
(12678, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php'),
(12679, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php'),
(12680, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php'),
(12681, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php'),
(12682, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php'),
(12683, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php'),
(12684, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/admin.php', 'wp-content/plugins/wp-rocket/inc/admin/admin.php'),
(12685, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/options.php', 'wp-content/plugins/wp-rocket/inc/admin/options.php'),
(12686, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php', 'wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php'),
(12687, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php', 'wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php'),
(12688, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/notices.php', 'wp-content/plugins/wp-rocket/inc/admin/ui/notices.php'),
(12689, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/admin/upgrader.php', 'wp-content/plugins/wp-rocket/inc/admin/upgrader.php'),
(12690, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php'),
(12691, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php'),
(12692, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php'),
(12693, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php'),
(12694, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php', 'wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php'),
(12695, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php', 'wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php'),
(12696, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php', 'wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php'),
(12697, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php', 'wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php'),
(12698, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php', 'wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php'),
(12699, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php', 'wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php'),
(12700, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php', 'wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php'),
(12701, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php', 'wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php'),
(12702, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/.gitkeep', 'wp-content/plugins/wp-rocket/inc/classes/dependencies/.gitkeep'),
(12703, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php', 'wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php'),
(12704, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/composer.json', 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/composer.json'),
(12705, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php', 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php'),
(12706, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php', 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php'),
(12707, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php', 'wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php'),
(12708, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php', 'wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php'),
(12709, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php', 'wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php'),
(12710, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php', 'wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php'),
(12711, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php', 'wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php'),
(12712, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php', 'wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php'),
(12713, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php', 'wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php'),
(12714, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php'),
(12715, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php'),
(12716, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php'),
(12717, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php'),
(12718, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php'),
(12719, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php'),
(12720, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php'),
(12721, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php'),
(12722, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php'),
(12723, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php', 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php'),
(12724, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php', 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php'),
(12725, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php', 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php'),
(12726, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/common/admin-bar.php', 'wp-content/plugins/wp-rocket/inc/common/admin-bar.php'),
(12727, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/common/purge.php', 'wp-content/plugins/wp-rocket/inc/common/purge.php'),
(12728, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/compat.php', 'wp-content/plugins/wp-rocket/inc/compat.php'),
(12729, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/constants.php', 'wp-content/plugins/wp-rocket/inc/constants.php'),
(12730, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.10.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.10.php'),
(12731, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.11.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.11.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12732, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.12.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.12.php'),
(12733, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.13.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.13.php'),
(12734, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.14.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.14.php'),
(12735, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.15.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.15.php'),
(12736, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.2.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.2.php'),
(12737, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.3.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.3.php'),
(12738, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.4.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.4.php'),
(12739, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.5.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.5.php'),
(12740, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.6.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.6.php'),
(12741, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.7.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.7.php'),
(12742, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.8.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.8.php'),
(12743, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.9.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.9.php'),
(12744, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php', 'wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php'),
(12745, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php'),
(12746, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php'),
(12747, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php'),
(12748, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php'),
(12749, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php'),
(12750, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php'),
(12751, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php'),
(12752, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php'),
(12753, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php'),
(12754, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php', 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php'),
(12755, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php', 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php'),
(12756, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php', 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php'),
(12757, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php', 'wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php'),
(12758, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php'),
(12759, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php'),
(12760, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php', 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php'),
(12761, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php', 'wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php'),
(12762, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/domain-mapping.php', 'wp-content/plugins/wp-rocket/inc/domain-mapping.php'),
(12763, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/front/cookie.php', 'wp-content/plugins/wp-rocket/inc/front/cookie.php'),
(12764, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php', 'wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php'),
(12765, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/front/process.php', 'wp-content/plugins/wp-rocket/inc/front/process.php'),
(12766, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/admin.php', 'wp-content/plugins/wp-rocket/inc/functions/admin.php'),
(12767, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/api.php', 'wp-content/plugins/wp-rocket/inc/functions/api.php'),
(12768, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/files.php', 'wp-content/plugins/wp-rocket/inc/functions/files.php'),
(12769, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/formatting.php', 'wp-content/plugins/wp-rocket/inc/functions/formatting.php'),
(12770, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/htaccess.php', 'wp-content/plugins/wp-rocket/inc/functions/htaccess.php'),
(12771, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/i18n.php', 'wp-content/plugins/wp-rocket/inc/functions/i18n.php'),
(12772, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/options.php', 'wp-content/plugins/wp-rocket/inc/functions/options.php'),
(12773, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/functions/posts.php', 'wp-content/plugins/wp-rocket/inc/functions/posts.php'),
(12774, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/main.php', 'wp-content/plugins/wp-rocket/inc/main.php'),
(12775, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php', 'wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php'),
(12776, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php', 'wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php'),
(12777, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php', 'wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php'),
(12778, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ar.mo', 'wp-content/plugins/wp-rocket/languages/rocket-ar.mo'),
(12779, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ar.po', 'wp-content/plugins/wp-rocket/languages/rocket-ar.po'),
(12780, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-bg_BG.mo', 'wp-content/plugins/wp-rocket/languages/rocket-bg_BG.mo'),
(12781, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-bg_BG.po', 'wp-content/plugins/wp-rocket/languages/rocket-bg_BG.po'),
(12782, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.mo', 'wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.mo'),
(12783, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.po', 'wp-content/plugins/wp-rocket/languages/rocket-cs_CZ.po'),
(12784, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-de_DE.mo', 'wp-content/plugins/wp-rocket/languages/rocket-de_DE.mo'),
(12785, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-de_DE.po', 'wp-content/plugins/wp-rocket/languages/rocket-de_DE.po'),
(12786, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-el.mo', 'wp-content/plugins/wp-rocket/languages/rocket-el.mo'),
(12787, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-el.po', 'wp-content/plugins/wp-rocket/languages/rocket-el.po'),
(12788, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-es_ES.mo', 'wp-content/plugins/wp-rocket/languages/rocket-es_ES.mo'),
(12789, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-es_ES.po', 'wp-content/plugins/wp-rocket/languages/rocket-es_ES.po'),
(12790, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fa_IR.mo', 'wp-content/plugins/wp-rocket/languages/rocket-fa_IR.mo'),
(12791, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fa_IR.po', 'wp-content/plugins/wp-rocket/languages/rocket-fa_IR.po'),
(12792, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fi.mo', 'wp-content/plugins/wp-rocket/languages/rocket-fi.mo'),
(12793, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fi.po', 'wp-content/plugins/wp-rocket/languages/rocket-fi.po'),
(12794, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_CA.mo', 'wp-content/plugins/wp-rocket/languages/rocket-fr_CA.mo'),
(12795, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_CA.po', 'wp-content/plugins/wp-rocket/languages/rocket-fr_CA.po'),
(12796, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_FR.mo', 'wp-content/plugins/wp-rocket/languages/rocket-fr_FR.mo'),
(12797, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-fr_FR.po', 'wp-content/plugins/wp-rocket/languages/rocket-fr_FR.po'),
(12798, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-gl_ES.mo', 'wp-content/plugins/wp-rocket/languages/rocket-gl_ES.mo'),
(12799, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-gl_ES.po', 'wp-content/plugins/wp-rocket/languages/rocket-gl_ES.po'),
(12800, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-he_IL.mo', 'wp-content/plugins/wp-rocket/languages/rocket-he_IL.mo'),
(12801, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-he_IL.po', 'wp-content/plugins/wp-rocket/languages/rocket-he_IL.po'),
(12802, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hr.mo', 'wp-content/plugins/wp-rocket/languages/rocket-hr.mo'),
(12803, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hr.po', 'wp-content/plugins/wp-rocket/languages/rocket-hr.po'),
(12804, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hu_HU.mo', 'wp-content/plugins/wp-rocket/languages/rocket-hu_HU.mo'),
(12805, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-hu_HU.po', 'wp-content/plugins/wp-rocket/languages/rocket-hu_HU.po'),
(12806, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-it_IT.mo', 'wp-content/plugins/wp-rocket/languages/rocket-it_IT.mo'),
(12807, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-it_IT.po', 'wp-content/plugins/wp-rocket/languages/rocket-it_IT.po'),
(12808, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ja_JP.mo', 'wp-content/plugins/wp-rocket/languages/rocket-ja_JP.mo'),
(12809, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ja_JP.po', 'wp-content/plugins/wp-rocket/languages/rocket-ja_JP.po'),
(12810, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ms.mo', 'wp-content/plugins/wp-rocket/languages/rocket-ms.mo'),
(12811, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ms.po', 'wp-content/plugins/wp-rocket/languages/rocket-ms.po'),
(12812, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nb_NO.mo', 'wp-content/plugins/wp-rocket/languages/rocket-nb_NO.mo'),
(12813, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nb_NO.po', 'wp-content/plugins/wp-rocket/languages/rocket-nb_NO.po'),
(12814, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nl_NL.mo', 'wp-content/plugins/wp-rocket/languages/rocket-nl_NL.mo'),
(12815, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-nl_NL.po', 'wp-content/plugins/wp-rocket/languages/rocket-nl_NL.po'),
(12816, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pl_PL.mo', 'wp-content/plugins/wp-rocket/languages/rocket-pl_PL.mo'),
(12817, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pl_PL.po', 'wp-content/plugins/wp-rocket/languages/rocket-pl_PL.po'),
(12818, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_BR.mo', 'wp-content/plugins/wp-rocket/languages/rocket-pt_BR.mo'),
(12819, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_BR.po', 'wp-content/plugins/wp-rocket/languages/rocket-pt_BR.po'),
(12820, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_PT.mo', 'wp-content/plugins/wp-rocket/languages/rocket-pt_PT.mo'),
(12821, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-pt_PT.po', 'wp-content/plugins/wp-rocket/languages/rocket-pt_PT.po'),
(12822, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ro_RO.mo', 'wp-content/plugins/wp-rocket/languages/rocket-ro_RO.mo'),
(12823, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ro_RO.po', 'wp-content/plugins/wp-rocket/languages/rocket-ro_RO.po'),
(12824, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru.mo', 'wp-content/plugins/wp-rocket/languages/rocket-ru.mo'),
(12825, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru.po', 'wp-content/plugins/wp-rocket/languages/rocket-ru.po'),
(12826, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru_RU.mo', 'wp-content/plugins/wp-rocket/languages/rocket-ru_RU.mo'),
(12827, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-ru_RU.po', 'wp-content/plugins/wp-rocket/languages/rocket-ru_RU.po'),
(12828, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sr.mo', 'wp-content/plugins/wp-rocket/languages/rocket-sr.mo'),
(12829, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sr.po', 'wp-content/plugins/wp-rocket/languages/rocket-sr.po'),
(12830, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sv_SE.mo', 'wp-content/plugins/wp-rocket/languages/rocket-sv_SE.mo'),
(12831, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-sv_SE.po', 'wp-content/plugins/wp-rocket/languages/rocket-sv_SE.po'),
(12832, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-tr_TR.mo', 'wp-content/plugins/wp-rocket/languages/rocket-tr_TR.mo'),
(12833, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-tr_TR.po', 'wp-content/plugins/wp-rocket/languages/rocket-tr_TR.po'),
(12834, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk.mo', 'wp-content/plugins/wp-rocket/languages/rocket-uk.mo'),
(12835, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk.po', 'wp-content/plugins/wp-rocket/languages/rocket-uk.po'),
(12836, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk_UA.mo', 'wp-content/plugins/wp-rocket/languages/rocket-uk_UA.mo'),
(12837, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-uk_UA.po', 'wp-content/plugins/wp-rocket/languages/rocket-uk_UA.po'),
(12838, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_CN.mo', 'wp-content/plugins/wp-rocket/languages/rocket-zh_CN.mo'),
(12839, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_CN.po', 'wp-content/plugins/wp-rocket/languages/rocket-zh_CN.po'),
(12840, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_TW.mo', 'wp-content/plugins/wp-rocket/languages/rocket-zh_TW.mo'),
(12841, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket-zh_TW.po', 'wp-content/plugins/wp-rocket/languages/rocket-zh_TW.po'),
(12842, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/languages/rocket.pot', 'wp-content/plugins/wp-rocket/languages/rocket.pot'),
(12843, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/uninstall.php', 'wp-content/plugins/wp-rocket/uninstall.php'),
(12844, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/autoload.php', 'wp-content/plugins/wp-rocket/vendor/autoload.php'),
(12845, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/.gitignore', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/.gitignore'),
(12846, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.json', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.json'),
(12847, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.lock', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/composer.lock'),
(12848, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/phpunit.xml.dist', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/phpunit.xml.dist'),
(12849, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/readme.md', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/readme.md'),
(12850, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php'),
(12851, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php'),
(12852, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php'),
(12853, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php'),
(12854, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php', 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php'),
(12855, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php', 'wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php'),
(12856, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php'),
(12857, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/LICENSE', 'wp-content/plugins/wp-rocket/vendor/composer/LICENSE'),
(12858, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php'),
(12859, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php'),
(12860, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php'),
(12861, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php'),
(12862, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php'),
(12863, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installed.json', 'wp-content/plugins/wp-rocket/vendor/composer/installed.json'),
(12864, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installed.php', 'wp-content/plugins/wp-rocket/vendor/composer/installed.php'),
(12865, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/continuous-integration.yml', 'wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/continuous-integration.yml'),
(12866, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/lint.yml', 'wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/lint.yml'),
(12867, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/phpstan.yml', 'wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows/phpstan.yml'),
(12868, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/LICENSE', 'wp-content/plugins/wp-rocket/vendor/composer/installers/LICENSE'),
(12869, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/composer.json', 'wp-content/plugins/wp-rocket/vendor/composer/installers/composer.json'),
(12870, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/phpstan.neon.dist', 'wp-content/plugins/wp-rocket/vendor/composer/installers/phpstan.neon.dist'),
(12871, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),
(12872, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AkauntingInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AkauntingInstaller.php'),
(12873, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),
(12874, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),
(12875, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),
(12876, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),
(12877, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),
(12878, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),
(12879, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),
(12880, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),
(12881, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),
(12882, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),
(12883, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),
(12884, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),
(12885, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),
(12886, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),
(12887, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),
(12888, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),
(12889, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),
(12890, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),
(12891, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),
(12892, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),
(12893, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),
(12894, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),
(12895, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),
(12896, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),
(12897, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),
(12898, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),
(12899, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),
(12900, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),
(12901, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Installer.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Installer.php'),
(12902, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),
(12903, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),
(12904, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),
(12905, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),
(12906, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),
(12907, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),
(12908, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),
(12909, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),
(12910, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),
(12911, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),
(12912, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),
(12913, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),
(12914, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),
(12915, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),
(12916, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),
(12917, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MatomoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MatomoInstaller.php'),
(12918, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),
(12919, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),
(12920, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),
(12921, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'),
(12922, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),
(12923, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),
(12924, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),
(12925, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),
(12926, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),
(12927, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),
(12928, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),
(12929, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),
(12930, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php'),
(12931, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),
(12932, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),
(12933, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),
(12934, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),
(12935, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Plugin.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Plugin.php'),
(12936, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),
(12937, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),
(12938, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'),
(12939, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),
(12940, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),
(12941, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),
(12942, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),
(12943, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),
(12944, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),
(12945, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),
(12946, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),
(12947, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),
(12948, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),
(12949, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),
(12950, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php'),
(12951, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),
(12952, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),
(12953, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),
(12954, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'),
(12955, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),
(12956, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),
(12957, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),
(12958, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),
(12959, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),
(12960, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),
(12961, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php'),
(12962, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),
(12963, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),
(12964, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),
(12965, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),
(12966, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),
(12967, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php'),
(12968, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/vendor/composer/platform_check.php', 'wp-content/plugins/wp-rocket/vendor/composer/platform_check.php'),
(12969, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cache/advanced-cache.php', 'wp-content/plugins/wp-rocket/views/cache/advanced-cache.php'),
(12970, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php', 'wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php'),
(12971, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php', 'wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php'),
(12972, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php', 'wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php'),
(12973, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/deactivation-intent/form.php', 'wp-content/plugins/wp-rocket/views/deactivation-intent/form.php'),
(12974, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php', 'wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php'),
(12975, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php', 'wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php'),
(12976, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/beacon.php', 'wp-content/plugins/wp-rocket/views/settings/beacon.php'),
(12977, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/button.php', 'wp-content/plugins/wp-rocket/views/settings/buttons/button.php'),
(12978, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/link.php', 'wp-content/plugins/wp-rocket/views/settings/buttons/link.php'),
(12979, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php', 'wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php'),
(12980, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php', 'wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php'),
(12981, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php', 'wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php'),
(12982, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php', 'wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12983, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php', 'wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php'),
(12984, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cnames.php', 'wp-content/plugins/wp-rocket/views/settings/fields/cnames.php'),
(12985, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/hidden.php', 'wp-content/plugins/wp-rocket/views/settings/fields/hidden.php'),
(12986, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/import-form.php', 'wp-content/plugins/wp-rocket/views/settings/fields/import-form.php'),
(12987, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/number.php', 'wp-content/plugins/wp-rocket/views/settings/fields/number.php'),
(12988, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php', 'wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php'),
(12989, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php', 'wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php'),
(12990, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php', 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php'),
(12991, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php', 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php'),
(12992, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/select.php', 'wp-content/plugins/wp-rocket/views/settings/fields/select.php'),
(12993, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php', 'wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php'),
(12994, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/text.php', 'wp-content/plugins/wp-rocket/views/settings/fields/text.php'),
(12995, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/fields/textarea.php', 'wp-content/plugins/wp-rocket/views/settings/fields/textarea.php'),
(12996, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/navigation.php', 'wp-content/plugins/wp-rocket/views/settings/navigation.php'),
(12997, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php'),
(12998, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php'),
(12999, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php'),
(13000, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php'),
(13001, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php'),
(13002, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/database.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/database.php'),
(13003, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php'),
(13004, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php'),
(13005, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php'),
(13006, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/license.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/license.php'),
(13007, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/media.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/media.php'),
(13008, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php'),
(13009, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php'),
(13010, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php'),
(13011, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php'),
(13012, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php'),
(13013, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/page.php', 'wp-content/plugins/wp-rocket/views/settings/page.php'),
(13014, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php', 'wp-content/plugins/wp-rocket/views/settings/partials/documentation.php'),
(13015, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php', 'wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php'),
(13016, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php', 'wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php'),
(13017, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php', 'wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php'),
(13018, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php', 'wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php'),
(13019, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php', 'wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php'),
(13020, '/home/abt90iranbet/public_html/wp-content/plugins/wp-rocket/wp-rocket.php', 'wp-content/plugins/wp-rocket/wp-rocket.php'),
(13021, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-controller.php', 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-controller.php'),
(13022, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-entity.php', 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-entity.php'),
(13023, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php', 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php'),
(13024, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/classes/index.php', 'wp-content/plugins/wpfront-notification-bar/classes/index.php'),
(13025, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css', 'wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css'),
(13026, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/index.php', 'wp-content/plugins/wpfront-notification-bar/css/index.php'),
(13027, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/options.css', 'wp-content/plugins/wpfront-notification-bar/css/options.css'),
(13028, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/options.min.css', 'wp-content/plugins/wpfront-notification-bar/css/options.min.css'),
(13029, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/settings.css', 'wp-content/plugins/wpfront-notification-bar/css/settings.css'),
(13030, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/settings.min.css', 'wp-content/plugins/wpfront-notification-bar/css/settings.min.css'),
(13031, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css', 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css'),
(13032, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css', 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css'),
(13033, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png', 'wp-content/plugins/wpfront-notification-bar/images/arrow_down.png'),
(13034, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png', 'wp-content/plugins/wpfront-notification-bar/images/arrow_up.png'),
(13035, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/index.php', 'wp-content/plugins/wpfront-notification-bar/images/index.php'),
(13036, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/images/settings32x32.png', 'wp-content/plugins/wpfront-notification-bar/images/settings32x32.png'),
(13037, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.css', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.css'),
(13038, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.min.css', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.min.css'),
(13039, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/blank.gif', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/blank.gif'),
(13040, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_background.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_background.png'),
(13041, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hex.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hex.png'),
(13042, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_b.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_b.png'),
(13043, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_h.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_h.png'),
(13044, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_s.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_s.png'),
(13045, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_indic.gif', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_indic.gif'),
(13046, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_overlay.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_overlay.png'),
(13047, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_b.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_b.png'),
(13048, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_g.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_g.png'),
(13049, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_r.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_r.png'),
(13050, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_select.gif', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_select.gif'),
(13051, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_submit.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_submit.png'),
(13052, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_background.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_background.png'),
(13053, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hex.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hex.png'),
(13054, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_b.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_b.png'),
(13055, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_h.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_h.png'),
(13056, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_s.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_s.png'),
(13057, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_indic.gif', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_indic.gif'),
(13058, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_b.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_b.png'),
(13059, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_g.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_g.png'),
(13060, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_r.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_r.png'),
(13061, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_submit.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_submit.png'),
(13062, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select.png'),
(13063, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select2.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select2.png'),
(13064, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/slider.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/slider.png'),
(13065, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.js', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.js'),
(13066, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.min.js', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.min.js'),
(13067, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php'),
(13068, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/animated-overlay.gif', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/animated-overlay.gif'),
(13069, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(13070, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),
(13071, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(13072, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),
(13073, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),
(13074, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(13075, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),
(13076, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(13077, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_222222_256x240.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_222222_256x240.png'),
(13078, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png'),
(13079, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_454545_256x240.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_454545_256x240.png'),
(13080, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_888888_256x240.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_888888_256x240.png'),
(13081, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png'),
(13082, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/jquery-ui-1.10.4.custom.min.css', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/jquery-ui-1.10.4.custom.min.css'),
(13083, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js'),
(13084, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/css/tagify.min.css', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/css/tagify.min.css'),
(13085, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/js/jQuery.tagify.min.js', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/js/jQuery.tagify.min.js'),
(13086, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/css/timepicker.min.css', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/css/timepicker.min.css'),
(13087, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/js/timepicker.min.js', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/js/timepicker.min.js'),
(13088, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js', 'wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js'),
(13089, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/index.php', 'wp-content/plugins/wpfront-notification-bar/js/index.php'),
(13090, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/options.js', 'wp-content/plugins/wpfront-notification-bar/js/options.js'),
(13091, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/options.min.js', 'wp-content/plugins/wpfront-notification-bar/js/options.min.js'),
(13092, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js', 'wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js'),
(13093, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.js', 'wp-content/plugins/wpfront-notification-bar/js/vue.global.js'),
(13094, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js', 'wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js'),
(13095, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js', 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js'),
(13096, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js', 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js'),
(13097, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/license.txt', 'wp-content/plugins/wpfront-notification-bar/license.txt'),
(13098, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/readme.txt', 'wp-content/plugins/wpfront-notification-bar/readme.txt'),
(13099, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/index.php', 'wp-content/plugins/wpfront-notification-bar/templates/index.php'),
(13100, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-add-edit.php', 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-add-edit.php'),
(13101, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-custom-css.php', 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-custom-css.php'),
(13102, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar.php', 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar.php'),
(13103, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/uninstall.php', 'wp-content/plugins/wpfront-notification-bar/uninstall.php'),
(13104, '/home/abt90iranbet/public_html/wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php', 'wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php'),
(13105, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/assets/js/functions.js', 'wp-content/plugins/wps-hide-login/assets/js/functions.js'),
(13106, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/autoload.php', 'wp-content/plugins/wps-hide-login/autoload.php'),
(13107, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/classes/plugin.php', 'wp-content/plugins/wps-hide-login/classes/plugin.php'),
(13108, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/classes/singleton.php', 'wp-content/plugins/wps-hide-login/classes/singleton.php'),
(13109, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/composer.json', 'wp-content/plugins/wps-hide-login/composer.json'),
(13110, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/composer.lock', 'wp-content/plugins/wps-hide-login/composer.lock'),
(13111, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.mo', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.mo'),
(13112, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.po', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.po'),
(13113, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.mo', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.mo'),
(13114, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.po', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.po'),
(13115, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.mo', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.mo'),
(13116, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.po', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.po'),
(13117, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.mo', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.mo'),
(13118, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.po', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.po'),
(13119, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.mo', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.mo'),
(13120, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.po', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.po'),
(13121, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.mo', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.mo'),
(13122, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.po', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.po'),
(13123, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/languages/wps-hide-login.pot', 'wp-content/plugins/wps-hide-login/languages/wps-hide-login.pot'),
(13124, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/readme.txt', 'wp-content/plugins/wps-hide-login/readme.txt'),
(13125, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/uninstall.php', 'wp-content/plugins/wps-hide-login/uninstall.php'),
(13126, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/autoload.php', 'wp-content/plugins/wps-hide-login/vendor/autoload.php'),
(13127, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/ClassLoader.php', 'wp-content/plugins/wps-hide-login/vendor/composer/ClassLoader.php'),
(13128, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wps-hide-login/vendor/composer/InstalledVersions.php'),
(13129, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/LICENSE', 'wp-content/plugins/wps-hide-login/vendor/composer/LICENSE'),
(13130, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_classmap.php'),
(13131, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_namespaces.php'),
(13132, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_psr4.php'),
(13133, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_real.php', 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_real.php'),
(13134, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/autoload_static.php', 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_static.php'),
(13135, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/installed.json', 'wp-content/plugins/wps-hide-login/vendor/composer/installed.json'),
(13136, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/installed.php', 'wp-content/plugins/wps-hide-login/vendor/composer/installed.php'),
(13137, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/vendor/composer/platform_check.php', 'wp-content/plugins/wps-hide-login/vendor/composer/platform_check.php'),
(13138, '/home/abt90iranbet/public_html/wp-content/plugins/wps-hide-login/wps-hide-login.php', 'wp-content/plugins/wps-hide-login/wps-hide-login.php'),
(13139, '/home/abt90iranbet/public_html/wp-content/advanced-cache.php', 'wp-content/advanced-cache.php'),
(13140, '/home/abt90iranbet/public_html/wp-content/cache/busting/index.html', 'wp-content/cache/busting/index.html'),
(13141, '/home/abt90iranbet/public_html/wp-content/cache/critical-css/index.html', 'wp-content/cache/critical-css/index.html'),
(13142, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css', 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css'),
(13143, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css.gz', 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-main.css.gz'),
(13144, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css', 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css'),
(13145, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css.gz', 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/css/poka-review-vendor.min.css.gz'),
(13146, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js', 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js'),
(13147, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js.gz', 'wp-content/cache/min/1/wp-content/plugins/poka-review/public/js/poka-review-scripts.js.gz'),
(13148, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css', 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css'),
(13149, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css.gz', 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css.gz'),
(13150, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css', 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css'),
(13151, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css.gz', 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/rtl-shortcodes.css.gz'),
(13152, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css', 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css'),
(13153, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css.gz', 'wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css.gz'),
(13154, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css', 'wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css'),
(13155, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css.gz', 'wp-content/cache/min/1/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css.gz'),
(13156, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css'),
(13157, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css.gz'),
(13158, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js'),
(13159, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js.gz'),
(13160, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js'),
(13161, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js.gz'),
(13162, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js'),
(13163, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js.gz'),
(13164, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js'),
(13165, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js.gz'),
(13166, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js'),
(13167, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js.gz'),
(13168, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js'),
(13169, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js.gz'),
(13170, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js'),
(13171, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js.gz'),
(13172, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css', 'wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css'),
(13173, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css.gz', 'wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css.gz'),
(13174, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css', 'wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css'),
(13175, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css.gz', 'wp-content/cache/min/1/wp-content/plugins/td-newsletter/style.css.gz'),
(13176, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css', 'wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css'),
(13177, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css.gz', 'wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css.gz'),
(13178, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/themes/Newspaper/style.css', 'wp-content/cache/min/1/wp-content/themes/Newspaper/style.css'),
(13179, '/home/abt90iranbet/public_html/wp-content/cache/min/1/wp-content/themes/Newspaper/style.css.gz', 'wp-content/cache/min/1/wp-content/themes/Newspaper/style.css.gz'),
(13180, '/home/abt90iranbet/public_html/wp-content/cache/min/index.html', 'wp-content/cache/min/index.html'),
(13181, '/home/abt90iranbet/public_html/wp-content/cache/wp-rocket/.htaccess', 'wp-content/cache/wp-rocket/.htaccess'),
(13182, '/home/abt90iranbet/public_html/wp-content/cache/wp-rocket/index.html', 'wp-content/cache/wp-rocket/index.html'),
(13183, '/home/abt90iranbet/public_html/wp-content/index.php', 'wp-content/index.php'),
(13184, '/home/abt90iranbet/public_html/wp-content/languages/admin-fa_IR.l10n.php', 'wp-content/languages/admin-fa_IR.l10n.php'),
(13185, '/home/abt90iranbet/public_html/wp-content/languages/admin-fa_IR.mo', 'wp-content/languages/admin-fa_IR.mo'),
(13186, '/home/abt90iranbet/public_html/wp-content/languages/admin-fa_IR.po', 'wp-content/languages/admin-fa_IR.po'),
(13187, '/home/abt90iranbet/public_html/wp-content/languages/admin-network-fa_IR.l10n.php', 'wp-content/languages/admin-network-fa_IR.l10n.php'),
(13188, '/home/abt90iranbet/public_html/wp-content/languages/admin-network-fa_IR.mo', 'wp-content/languages/admin-network-fa_IR.mo'),
(13189, '/home/abt90iranbet/public_html/wp-content/languages/admin-network-fa_IR.po', 'wp-content/languages/admin-network-fa_IR.po'),
(13190, '/home/abt90iranbet/public_html/wp-content/languages/continents-cities-fa_IR.l10n.php', 'wp-content/languages/continents-cities-fa_IR.l10n.php'),
(13191, '/home/abt90iranbet/public_html/wp-content/languages/continents-cities-fa_IR.mo', 'wp-content/languages/continents-cities-fa_IR.mo'),
(13192, '/home/abt90iranbet/public_html/wp-content/languages/continents-cities-fa_IR.po', 'wp-content/languages/continents-cities-fa_IR.po'),
(13193, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-0cc31205f20441b3df1d1b46100f6b8d.json', 'wp-content/languages/fa_IR-0cc31205f20441b3df1d1b46100f6b8d.json'),
(13194, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-0ce75ad2f775d1cac9696967d484808c.json', 'wp-content/languages/fa_IR-0ce75ad2f775d1cac9696967d484808c.json'),
(13195, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-0eebe503220d4a00341eb011b92769b4.json', 'wp-content/languages/fa_IR-0eebe503220d4a00341eb011b92769b4.json'),
(13196, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-17179a5f2930647c89151e365f843b6e.json', 'wp-content/languages/fa_IR-17179a5f2930647c89151e365f843b6e.json'),
(13197, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1780a2033cf98d69ce13c2e5c8510004.json', 'wp-content/languages/fa_IR-1780a2033cf98d69ce13c2e5c8510004.json'),
(13198, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1a0cd6a7128913b15c1a10dd68951869.json', 'wp-content/languages/fa_IR-1a0cd6a7128913b15c1a10dd68951869.json'),
(13199, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1bba9045bb07c89671c88a3f328548e8.json', 'wp-content/languages/fa_IR-1bba9045bb07c89671c88a3f328548e8.json'),
(13200, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1c4303f02ff93b290e9faad991eeb06f.json', 'wp-content/languages/fa_IR-1c4303f02ff93b290e9faad991eeb06f.json'),
(13201, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-1d17475f620f63a92e2c5d2681c51ee8.json', 'wp-content/languages/fa_IR-1d17475f620f63a92e2c5d2681c51ee8.json'),
(13202, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-2617ce121227a46077ede6c69aa9fcb5.json', 'wp-content/languages/fa_IR-2617ce121227a46077ede6c69aa9fcb5.json'),
(13203, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-270d72d1cff17227d37f3244759cbecb.json', 'wp-content/languages/fa_IR-270d72d1cff17227d37f3244759cbecb.json'),
(13204, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-28b3c3d595952907e08d98287077426c.json', 'wp-content/languages/fa_IR-28b3c3d595952907e08d98287077426c.json'),
(13205, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-2b390f85a3048c5b4255fb45960b6514.json', 'wp-content/languages/fa_IR-2b390f85a3048c5b4255fb45960b6514.json'),
(13206, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-2c5d274ea625dd91556554ad82901529.json', 'wp-content/languages/fa_IR-2c5d274ea625dd91556554ad82901529.json'),
(13207, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-320f4ad9792aaa6dedb1e71cbdf85d57.json', 'wp-content/languages/fa_IR-320f4ad9792aaa6dedb1e71cbdf85d57.json'),
(13208, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-440127dd25bde48a531ded36f33e927b.json', 'wp-content/languages/fa_IR-440127dd25bde48a531ded36f33e927b.json'),
(13209, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-49c6d4acf36cf3aca9f0b2a77617304f.json', 'wp-content/languages/fa_IR-49c6d4acf36cf3aca9f0b2a77617304f.json'),
(13210, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-4a38fe1c0c45989e44682ba6109d9f46.json', 'wp-content/languages/fa_IR-4a38fe1c0c45989e44682ba6109d9f46.json'),
(13211, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-4bfa11da57ff2600004bb500368247f4.json', 'wp-content/languages/fa_IR-4bfa11da57ff2600004bb500368247f4.json'),
(13212, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-50278328b502f4eb3f2b8b7ab49324a1.json', 'wp-content/languages/fa_IR-50278328b502f4eb3f2b8b7ab49324a1.json'),
(13213, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-5251f7623766a714c8207c7edb938628.json', 'wp-content/languages/fa_IR-5251f7623766a714c8207c7edb938628.json'),
(13214, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-529362903a5a05b34b06b5e793fb4cf8.json', 'wp-content/languages/fa_IR-529362903a5a05b34b06b5e793fb4cf8.json'),
(13215, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-569e85ef168299eb8c8f24d8ef8c8a78.json', 'wp-content/languages/fa_IR-569e85ef168299eb8c8f24d8ef8c8a78.json'),
(13216, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-6025add6bde16aaeb12787d250f9b414.json', 'wp-content/languages/fa_IR-6025add6bde16aaeb12787d250f9b414.json'),
(13217, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-60d06fac6f98e8e8f0ec5a945738b660.json', 'wp-content/languages/fa_IR-60d06fac6f98e8e8f0ec5a945738b660.json'),
(13218, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-68f2cec7514bf8563c723a4d675fcfe6.json', 'wp-content/languages/fa_IR-68f2cec7514bf8563c723a4d675fcfe6.json'),
(13219, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7233008897033de5ee0d14f86a42a65a.json', 'wp-content/languages/fa_IR-7233008897033de5ee0d14f86a42a65a.json'),
(13220, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7289286ed59e90a8f36ae797df62220b.json', 'wp-content/languages/fa_IR-7289286ed59e90a8f36ae797df62220b.json'),
(13221, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7436b7ee9e4f11ac0d618d8cc886eb66.json', 'wp-content/languages/fa_IR-7436b7ee9e4f11ac0d618d8cc886eb66.json'),
(13222, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-77fdfadaf2e1ca3a027d1956b910bc50.json', 'wp-content/languages/fa_IR-77fdfadaf2e1ca3a027d1956b910bc50.json'),
(13223, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7b74c8457eaa7fcc50db41b431f8a003.json', 'wp-content/languages/fa_IR-7b74c8457eaa7fcc50db41b431f8a003.json'),
(13224, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7c90cd4398ee2d9d3628c387a87a70e5.json', 'wp-content/languages/fa_IR-7c90cd4398ee2d9d3628c387a87a70e5.json'),
(13225, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7d5ca435e60d92f024d46c9257aaa0f7.json', 'wp-content/languages/fa_IR-7d5ca435e60d92f024d46c9257aaa0f7.json'),
(13226, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-7f13c36c641b114bf18cd0bcc9ecc7e0.json', 'wp-content/languages/fa_IR-7f13c36c641b114bf18cd0bcc9ecc7e0.json'),
(13227, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-803bf1ce2131e13efc590c1bc47851fc.json', 'wp-content/languages/fa_IR-803bf1ce2131e13efc590c1bc47851fc.json'),
(13228, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-81c889563f09dd13de1701135dc62941.json', 'wp-content/languages/fa_IR-81c889563f09dd13de1701135dc62941.json'),
(13229, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-81d6f084cb273e02e15b01bd9ece87f7.json', 'wp-content/languages/fa_IR-81d6f084cb273e02e15b01bd9ece87f7.json'),
(13230, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-8240df461220d1d3a028a9a4c5652a5b.json', 'wp-content/languages/fa_IR-8240df461220d1d3a028a9a4c5652a5b.json'),
(13231, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-8860e58c20c6a2ab5876a0f07be43bd9.json', 'wp-content/languages/fa_IR-8860e58c20c6a2ab5876a0f07be43bd9.json'),
(13232, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-93882e8f9976382d7f724ac595ed7151.json', 'wp-content/languages/fa_IR-93882e8f9976382d7f724ac595ed7151.json'),
(13233, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-947c76bb5095da30e16668eec15406b2.json', 'wp-content/languages/fa_IR-947c76bb5095da30e16668eec15406b2.json'),
(13234, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-9b256ea9cd54df92095e04c76758ceb0.json', 'wp-content/languages/fa_IR-9b256ea9cd54df92095e04c76758ceb0.json'),
(13235, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-9c3519f4870fac83dc0dbf18cb6bd4c4.json', 'wp-content/languages/fa_IR-9c3519f4870fac83dc0dbf18cb6bd4c4.json'),
(13236, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-9d47a87c240c1d10701cd6a02b28aa1b.json', 'wp-content/languages/fa_IR-9d47a87c240c1d10701cd6a02b28aa1b.json'),
(13237, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-a25d1cc7bf7ca0b4e114f6bea64943f4.json', 'wp-content/languages/fa_IR-a25d1cc7bf7ca0b4e114f6bea64943f4.json'),
(13238, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-a2796e57f680e25d84c4b352ee6d7280.json', 'wp-content/languages/fa_IR-a2796e57f680e25d84c4b352ee6d7280.json'),
(13239, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-a9dc201dcd011fe71849743133052619.json', 'wp-content/languages/fa_IR-a9dc201dcd011fe71849743133052619.json');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13240, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-aabfce98c410957228848dc581e3c420.json', 'wp-content/languages/fa_IR-aabfce98c410957228848dc581e3c420.json'),
(13241, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-ac23eee47530ac63a1178c827db28087.json', 'wp-content/languages/fa_IR-ac23eee47530ac63a1178c827db28087.json'),
(13242, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-bf0f094965d3d4a95b47babcb35fc136.json', 'wp-content/languages/fa_IR-bf0f094965d3d4a95b47babcb35fc136.json'),
(13243, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-bf23b24175490c2e46aaf92ff6a0c70f.json', 'wp-content/languages/fa_IR-bf23b24175490c2e46aaf92ff6a0c70f.json'),
(13244, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-c31d5f185753910c14afebc6deb2ce24.json', 'wp-content/languages/fa_IR-c31d5f185753910c14afebc6deb2ce24.json'),
(13245, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-ca28138671823450e87dfd354f7afc6b.json', 'wp-content/languages/fa_IR-ca28138671823450e87dfd354f7afc6b.json'),
(13246, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-daeb084aab42199d26393a56c3465bc0.json', 'wp-content/languages/fa_IR-daeb084aab42199d26393a56c3465bc0.json'),
(13247, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-e2791ba830489d23043be8650a22a22b.json', 'wp-content/languages/fa_IR-e2791ba830489d23043be8650a22a22b.json'),
(13248, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-e2e4c4b80f3adf2c70b431bfdb1b4872.json', 'wp-content/languages/fa_IR-e2e4c4b80f3adf2c70b431bfdb1b4872.json'),
(13249, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-e53526243551a102928735ec9eed4edf.json', 'wp-content/languages/fa_IR-e53526243551a102928735ec9eed4edf.json'),
(13250, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-f575f481034e90e21d832e415fd95fcf.json', 'wp-content/languages/fa_IR-f575f481034e90e21d832e415fd95fcf.json'),
(13251, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-f70806bf0c7d62f2908bd5a1c3fe4efc.json', 'wp-content/languages/fa_IR-f70806bf0c7d62f2908bd5a1c3fe4efc.json'),
(13252, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR-f8f49d9fc4a9cf7d78ec99285417bd9c.json', 'wp-content/languages/fa_IR-f8f49d9fc4a9cf7d78ec99285417bd9c.json'),
(13253, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR.l10n.php', 'wp-content/languages/fa_IR.l10n.php'),
(13254, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR.mo', 'wp-content/languages/fa_IR.mo'),
(13255, '/home/abt90iranbet/public_html/wp-content/languages/fa_IR.po', 'wp-content/languages/fa_IR.po'),
(13256, '/home/abt90iranbet/public_html/wp-content/languages/plugins/akismet-fa_IR.mo', 'wp-content/languages/plugins/akismet-fa_IR.mo'),
(13257, '/home/abt90iranbet/public_html/wp-content/languages/plugins/akismet-fa_IR.po', 'wp-content/languages/plugins/akismet-fa_IR.po'),
(13258, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-1c74b0002f9598d6675d0bb182a3cb4e.json', 'wp-content/languages/plugins/amp-fa_IR-1c74b0002f9598d6675d0bb182a3cb4e.json'),
(13259, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-3305e4955ef28b816b4929f759a7e965.json', 'wp-content/languages/plugins/amp-fa_IR-3305e4955ef28b816b4929f759a7e965.json'),
(13260, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-4ad54200781a14fdf59aec46abeea40f.json', 'wp-content/languages/plugins/amp-fa_IR-4ad54200781a14fdf59aec46abeea40f.json'),
(13261, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-56b9ee01bcb08f072f15e99cc8004046.json', 'wp-content/languages/plugins/amp-fa_IR-56b9ee01bcb08f072f15e99cc8004046.json'),
(13262, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-599e49128bb258f47190aee0380f0a74.json', 'wp-content/languages/plugins/amp-fa_IR-599e49128bb258f47190aee0380f0a74.json'),
(13263, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-6b86fbe39aa131814564692b71390ac6.json', 'wp-content/languages/plugins/amp-fa_IR-6b86fbe39aa131814564692b71390ac6.json'),
(13264, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-6beeb12ff12bbdc45f37acfaa86a399a.json', 'wp-content/languages/plugins/amp-fa_IR-6beeb12ff12bbdc45f37acfaa86a399a.json'),
(13265, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-77f29e19a39295599a856c677282f11a.json', 'wp-content/languages/plugins/amp-fa_IR-77f29e19a39295599a856c677282f11a.json'),
(13266, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-83a6c2a14c48431e56938dbf3f051e7a.json', 'wp-content/languages/plugins/amp-fa_IR-83a6c2a14c48431e56938dbf3f051e7a.json'),
(13267, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-ab0a6c12c05fd84e270fa14f958ec31b.json', 'wp-content/languages/plugins/amp-fa_IR-ab0a6c12c05fd84e270fa14f958ec31b.json'),
(13268, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-b5da96daddf181169cf709cf45f4e478.json', 'wp-content/languages/plugins/amp-fa_IR-b5da96daddf181169cf709cf45f4e478.json'),
(13269, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-d8d93ffda5773c5ed49853ec37e2e8a2.json', 'wp-content/languages/plugins/amp-fa_IR-d8d93ffda5773c5ed49853ec37e2e8a2.json'),
(13270, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-da914d56d819c517e00a49c884bdca0a.json', 'wp-content/languages/plugins/amp-fa_IR-da914d56d819c517e00a49c884bdca0a.json'),
(13271, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-dc5c3fa3da722a634b97ef1d2eb5bb9c.json', 'wp-content/languages/plugins/amp-fa_IR-dc5c3fa3da722a634b97ef1d2eb5bb9c.json'),
(13272, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR-ffddc50379157597cedf852a49bb9a20.json', 'wp-content/languages/plugins/amp-fa_IR-ffddc50379157597cedf852a49bb9a20.json'),
(13273, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR.l10n.php', 'wp-content/languages/plugins/amp-fa_IR.l10n.php'),
(13274, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR.mo', 'wp-content/languages/plugins/amp-fa_IR.mo'),
(13275, '/home/abt90iranbet/public_html/wp-content/languages/plugins/amp-fa_IR.po', 'wp-content/languages/plugins/amp-fa_IR.po'),
(13276, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-026e05eaa88cf2068ad476f7c5d5d51e.json', 'wp-content/languages/plugins/elementor-fa_IR-026e05eaa88cf2068ad476f7c5d5d51e.json'),
(13277, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-066ef1cdf21d1b40c6de8f6422ec24e0.json', 'wp-content/languages/plugins/elementor-fa_IR-066ef1cdf21d1b40c6de8f6422ec24e0.json'),
(13278, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-086a15d65feef08c889aa027d9ea9e9e.json', 'wp-content/languages/plugins/elementor-fa_IR-086a15d65feef08c889aa027d9ea9e9e.json'),
(13279, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-0a2cfc2e0f239dadba944948d6a35832.json', 'wp-content/languages/plugins/elementor-fa_IR-0a2cfc2e0f239dadba944948d6a35832.json'),
(13280, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-1dbb8b6c1e3d0a728637a838a81040c6.json', 'wp-content/languages/plugins/elementor-fa_IR-1dbb8b6c1e3d0a728637a838a81040c6.json'),
(13281, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-21b2026463ef175722764b7eaf9022f0.json', 'wp-content/languages/plugins/elementor-fa_IR-21b2026463ef175722764b7eaf9022f0.json'),
(13282, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-22f6dc113d18184ad57cd597c3f71b4f.json', 'wp-content/languages/plugins/elementor-fa_IR-22f6dc113d18184ad57cd597c3f71b4f.json'),
(13283, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-2b2970bbb1103e5d8c04e94bda0580b5.json', 'wp-content/languages/plugins/elementor-fa_IR-2b2970bbb1103e5d8c04e94bda0580b5.json'),
(13284, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-2bff8dac39eec4388d1becc2ebcfeaab.json', 'wp-content/languages/plugins/elementor-fa_IR-2bff8dac39eec4388d1becc2ebcfeaab.json'),
(13285, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-37963e98cfb578598463f0c887736f34.json', 'wp-content/languages/plugins/elementor-fa_IR-37963e98cfb578598463f0c887736f34.json'),
(13286, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-498ef4b5c136d8ffb9492430cfcb556c.json', 'wp-content/languages/plugins/elementor-fa_IR-498ef4b5c136d8ffb9492430cfcb556c.json'),
(13287, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-4a9aafdf461c74b88a1c7041526ae1d6.json', 'wp-content/languages/plugins/elementor-fa_IR-4a9aafdf461c74b88a1c7041526ae1d6.json'),
(13288, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-50f7bdee322f202b88cb992c0ace0ac3.json', 'wp-content/languages/plugins/elementor-fa_IR-50f7bdee322f202b88cb992c0ace0ac3.json'),
(13289, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-6f2d71de6e487593b133a34107c809b5.json', 'wp-content/languages/plugins/elementor-fa_IR-6f2d71de6e487593b133a34107c809b5.json'),
(13290, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-79962d687013e1cf1388440cb23aaf23.json', 'wp-content/languages/plugins/elementor-fa_IR-79962d687013e1cf1388440cb23aaf23.json'),
(13291, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-7bd3d6cb6889e0684fb5850e5de15987.json', 'wp-content/languages/plugins/elementor-fa_IR-7bd3d6cb6889e0684fb5850e5de15987.json'),
(13292, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-875641fa8e2acb7d96b56de0fac67935.json', 'wp-content/languages/plugins/elementor-fa_IR-875641fa8e2acb7d96b56de0fac67935.json'),
(13293, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-8871b489e8d974572ae4c7578f939de5.json', 'wp-content/languages/plugins/elementor-fa_IR-8871b489e8d974572ae4c7578f939de5.json'),
(13294, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-8b95a20e21550730e7b5557f56908c73.json', 'wp-content/languages/plugins/elementor-fa_IR-8b95a20e21550730e7b5557f56908c73.json'),
(13295, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-8ef6d4918e93bfaaef913c65efeec347.json', 'wp-content/languages/plugins/elementor-fa_IR-8ef6d4918e93bfaaef913c65efeec347.json'),
(13296, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-91751ab1f6434be40ed42c6f2430685d.json', 'wp-content/languages/plugins/elementor-fa_IR-91751ab1f6434be40ed42c6f2430685d.json'),
(13297, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9476ea263a959a4339c755ead1f1d0ae.json', 'wp-content/languages/plugins/elementor-fa_IR-9476ea263a959a4339c755ead1f1d0ae.json'),
(13298, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9aa63181e0580deb854f582cb5fa5cdf.json', 'wp-content/languages/plugins/elementor-fa_IR-9aa63181e0580deb854f582cb5fa5cdf.json'),
(13299, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9de15ead6aa7b3bb8a1ea30a49991974.json', 'wp-content/languages/plugins/elementor-fa_IR-9de15ead6aa7b3bb8a1ea30a49991974.json'),
(13300, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-9f5db7e8d855ceba32677d1311e699c4.json', 'wp-content/languages/plugins/elementor-fa_IR-9f5db7e8d855ceba32677d1311e699c4.json'),
(13301, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-a3bac97752b365511e337f750b1e7508.json', 'wp-content/languages/plugins/elementor-fa_IR-a3bac97752b365511e337f750b1e7508.json'),
(13302, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-a4027a255848e5a7096a4cbe99cd18da.json', 'wp-content/languages/plugins/elementor-fa_IR-a4027a255848e5a7096a4cbe99cd18da.json'),
(13303, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-abe7facb531349e3b9bd791c4c0f183e.json', 'wp-content/languages/plugins/elementor-fa_IR-abe7facb531349e3b9bd791c4c0f183e.json'),
(13304, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-ac76f1d75eb777f747e6708b19d31b78.json', 'wp-content/languages/plugins/elementor-fa_IR-ac76f1d75eb777f747e6708b19d31b78.json'),
(13305, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-b83ae28ee748542228314afec23e73fe.json', 'wp-content/languages/plugins/elementor-fa_IR-b83ae28ee748542228314afec23e73fe.json'),
(13306, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-bd7df0741aeddc2bbbb08d20c11e4ddc.json', 'wp-content/languages/plugins/elementor-fa_IR-bd7df0741aeddc2bbbb08d20c11e4ddc.json'),
(13307, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-d08674c3209a5d002cdfd3b2d0c5c54d.json', 'wp-content/languages/plugins/elementor-fa_IR-d08674c3209a5d002cdfd3b2d0c5c54d.json'),
(13308, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-d5fd080190e1b775eeff9bb54dd9cd90.json', 'wp-content/languages/plugins/elementor-fa_IR-d5fd080190e1b775eeff9bb54dd9cd90.json'),
(13309, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-dbb6fa5340de5e9ec7a4187e2d5dc096.json', 'wp-content/languages/plugins/elementor-fa_IR-dbb6fa5340de5e9ec7a4187e2d5dc096.json'),
(13310, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-dde11340ced68bea09c9fd29c9ed4534.json', 'wp-content/languages/plugins/elementor-fa_IR-dde11340ced68bea09c9fd29c9ed4534.json'),
(13311, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-e16f2427ce816c4dc38ad0b36edc3ef2.json', 'wp-content/languages/plugins/elementor-fa_IR-e16f2427ce816c4dc38ad0b36edc3ef2.json'),
(13312, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-e9bd92fcd3a153fa19faf0be5f3e21b4.json', 'wp-content/languages/plugins/elementor-fa_IR-e9bd92fcd3a153fa19faf0be5f3e21b4.json'),
(13313, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR-f98be19bec7bc848ce3ed383c60037c1.json', 'wp-content/languages/plugins/elementor-fa_IR-f98be19bec7bc848ce3ed383c60037c1.json'),
(13314, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR.l10n.php', 'wp-content/languages/plugins/elementor-fa_IR.l10n.php'),
(13315, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR.mo', 'wp-content/languages/plugins/elementor-fa_IR.mo'),
(13316, '/home/abt90iranbet/public_html/wp-content/languages/plugins/elementor-fa_IR.po', 'wp-content/languages/plugins/elementor-fa_IR.po'),
(13317, '/home/abt90iranbet/public_html/wp-content/languages/plugins/hello-dolly-fa_IR.mo', 'wp-content/languages/plugins/hello-dolly-fa_IR.mo'),
(13318, '/home/abt90iranbet/public_html/wp-content/languages/plugins/hello-dolly-fa_IR.po', 'wp-content/languages/plugins/hello-dolly-fa_IR.po'),
(13319, '/home/abt90iranbet/public_html/wp-content/languages/plugins/kk-star-ratings-fa_IR.mo', 'wp-content/languages/plugins/kk-star-ratings-fa_IR.mo'),
(13320, '/home/abt90iranbet/public_html/wp-content/languages/plugins/kk-star-ratings-fa_IR.po', 'wp-content/languages/plugins/kk-star-ratings-fa_IR.po'),
(13321, '/home/abt90iranbet/public_html/wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.l10n.php', 'wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.l10n.php'),
(13322, '/home/abt90iranbet/public_html/wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.mo', 'wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.mo'),
(13323, '/home/abt90iranbet/public_html/wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.po', 'wp-content/languages/plugins/luckywp-table-of-contents-fa_IR.po'),
(13324, '/home/abt90iranbet/public_html/wp-content/languages/plugins/tinymce-advanced-fa_IR.mo', 'wp-content/languages/plugins/tinymce-advanced-fa_IR.mo'),
(13325, '/home/abt90iranbet/public_html/wp-content/languages/plugins/tinymce-advanced-fa_IR.po', 'wp-content/languages/plugins/tinymce-advanced-fa_IR.po'),
(13326, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-13c172108e3ebc2555ea54a5cffd763b.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-13c172108e3ebc2555ea54a5cffd763b.json'),
(13327, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-1452e0d46abef67e70f842f830b10ec9.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-1452e0d46abef67e70f842f830b10ec9.json'),
(13328, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-3a6bb28b59cb140b6c372392bf5f13d3.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-3a6bb28b59cb140b6c372392bf5f13d3.json'),
(13329, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-3ab1863386cca0be6ab4aa906cacadbd.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-3ab1863386cca0be6ab4aa906cacadbd.json'),
(13330, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-3dcfea4e3934344e63996b6fa47b7b5c.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-3dcfea4e3934344e63996b6fa47b7b5c.json'),
(13331, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-59a157b73a79db8a63459f9a2e1b874b.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-59a157b73a79db8a63459f9a2e1b874b.json'),
(13332, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-606033e8cb263b032d13356d7a627ed5.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-606033e8cb263b032d13356d7a627ed5.json'),
(13333, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-6ade687c7936490c88bc39df19ea71a0.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-6ade687c7936490c88bc39df19ea71a0.json'),
(13334, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-6f380ab0bcb032c00d3d0ff21664335d.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-6f380ab0bcb032c00d3d0ff21664335d.json'),
(13335, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-6ffccefef7026e678d85c6b56bd29680.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-6ffccefef7026e678d85c6b56bd29680.json'),
(13336, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-753e370a61af6ba5ccabe91cc950cbcb.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-753e370a61af6ba5ccabe91cc950cbcb.json'),
(13337, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-786eeb1e9fb710b6d8885049b18564b3.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-786eeb1e9fb710b6d8885049b18564b3.json'),
(13338, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-81d02401639ac0f30dc9d7738fcbf629.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-81d02401639ac0f30dc9d7738fcbf629.json'),
(13339, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-826f41c23138627439d01b2b0133dbc5.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-826f41c23138627439d01b2b0133dbc5.json'),
(13340, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-8a9083701e738b3c956ea2c9a8a84375.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-8a9083701e738b3c956ea2c9a8a84375.json'),
(13341, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-8c2f72a2c46baea606be9a7b0c1a23d8.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-8c2f72a2c46baea606be9a7b0c1a23d8.json'),
(13342, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-9f6244fe05b49fabf96551959cf899a6.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-9f6244fe05b49fabf96551959cf899a6.json'),
(13343, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-9fc912fe9f73e39d5df0779b31bb1a6f.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-9fc912fe9f73e39d5df0779b31bb1a6f.json'),
(13344, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-9ff580649b466f65633b98bb16c34525.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-9ff580649b466f65633b98bb16c34525.json'),
(13345, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-a35a702af4a7fbb6d2d4db8c193dd940.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-a35a702af4a7fbb6d2d4db8c193dd940.json'),
(13346, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-a4aee9e8c2e39d6f81fd70b8bb9ccc09.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-a4aee9e8c2e39d6f81fd70b8bb9ccc09.json'),
(13347, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-a4e25a0fbd268367ae0af1e06b841f78.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-a4e25a0fbd268367ae0af1e06b841f78.json'),
(13348, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-af3254de93b67b7a6d9aed1233329b2f.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-af3254de93b67b7a6d9aed1233329b2f.json'),
(13349, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-afe43fe171170bbc6083c10610a75434.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-afe43fe171170bbc6083c10610a75434.json'),
(13350, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-b1439a828d6d7684a875580ccba87936.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-b1439a828d6d7684a875580ccba87936.json'),
(13351, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-b2bb3542a05d1a95a5866b83cc7b8a5f.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-b2bb3542a05d1a95a5866b83cc7b8a5f.json'),
(13352, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-c1a0e4b150b113a514f162d42c0c8ab5.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-c1a0e4b150b113a514f162d42c0c8ab5.json'),
(13353, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-c1b15194a6181a17d3344302011bddf5.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-c1b15194a6181a17d3344302011bddf5.json'),
(13354, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-d084ad2ca2d23f1331bbd1040999834e.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-d084ad2ca2d23f1331bbd1040999834e.json'),
(13355, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-d6bf43f32d0c3331e709fa67e6be35a2.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-d6bf43f32d0c3331e709fa67e6be35a2.json'),
(13356, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-e422758335e56c41009e56217163c93a.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-e422758335e56c41009e56217163c93a.json'),
(13357, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-fb9a41ab0ae57dcb4b10ea3343658bcc.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-fb9a41ab0ae57dcb4b10ea3343658bcc.json'),
(13358, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR-fbf6c210cf52f9eaaf78c5f02b58c276.json', 'wp-content/languages/plugins/wordpress-seo-fa_IR-fbf6c210cf52f9eaaf78c5f02b58c276.json'),
(13359, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php', 'wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php'),
(13360, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.mo', 'wp-content/languages/plugins/wordpress-seo-fa_IR.mo'),
(13361, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.po', 'wp-content/languages/plugins/wordpress-seo-fa_IR.po'),
(13362, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06a4d0279d5d057470f19b8e84b3e299.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06a4d0279d5d057470f19b8e84b3e299.json'),
(13363, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06fd35a3d68787d6248afe3237865e1d.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-06fd35a3d68787d6248afe3237865e1d.json'),
(13364, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-0e8a0f9e74cff8cfe5754906316ff4b7.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-0e8a0f9e74cff8cfe5754906316ff4b7.json'),
(13365, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1081b36101ad7b7277c200d2d9197829.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1081b36101ad7b7277c200d2d9197829.json'),
(13366, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-11f39f6632d2645fe0ee69ae17ccb390.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-11f39f6632d2645fe0ee69ae17ccb390.json'),
(13367, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1a10a06ff00016f31319fe9f1ce10a06.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1a10a06ff00016f31319fe9f1ce10a06.json'),
(13368, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1f791bc03c08e00875e318c0c599750a.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-1f791bc03c08e00875e318c0c599750a.json'),
(13369, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2279f53fe887f49162295d0e9d96a52d.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2279f53fe887f49162295d0e9d96a52d.json'),
(13370, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2486542cc0307eb19e1a8ab6db397544.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2486542cc0307eb19e1a8ab6db397544.json'),
(13371, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-25fe42714de721354cbf23f1867e545b.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-25fe42714de721354cbf23f1867e545b.json'),
(13372, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2657383d2261b2a8d8f73ae5e95f358c.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2657383d2261b2a8d8f73ae5e95f358c.json'),
(13373, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2d595475690374f63a493dfc43fec6dd.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2d595475690374f63a493dfc43fec6dd.json'),
(13374, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2f3d331dc6de2d6c874013e773246236.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-2f3d331dc6de2d6c874013e773246236.json'),
(13375, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-304629dcc66d2ad8600ccfedaf43d0d3.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-304629dcc66d2ad8600ccfedaf43d0d3.json'),
(13376, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3108da9fb4e95cd1a789b6d2a1a2ca6c.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3108da9fb4e95cd1a789b6d2a1a2ca6c.json'),
(13377, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-31ab301a04e9e9f781b62b3398fab5ff.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-31ab301a04e9e9f781b62b3398fab5ff.json'),
(13378, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-35e3a5eef03a63882bba8d390e0d8e52.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-35e3a5eef03a63882bba8d390e0d8e52.json'),
(13379, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-36a02b65a98810ec4ea61a53553d7ffc.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-36a02b65a98810ec4ea61a53553d7ffc.json'),
(13380, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3a53510622535e0a4b6ce324a5601640.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-3a53510622535e0a4b6ce324a5601640.json'),
(13381, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4089b5573c93466397b062da75daf2c0.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4089b5573c93466397b062da75daf2c0.json'),
(13382, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4731cfc6283b5ab2a08a55f671d6ba32.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4731cfc6283b5ab2a08a55f671d6ba32.json'),
(13383, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4d3ff9eed3f41b12d92d9fb58bb39610.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-4d3ff9eed3f41b12d92d9fb58bb39610.json'),
(13384, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-506eb7f9754296e0e0d2c1e7648c5aae.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-506eb7f9754296e0e0d2c1e7648c5aae.json'),
(13385, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51292c1869f4ac084e2773fccb54c0fd.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51292c1869f4ac084e2773fccb54c0fd.json'),
(13386, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51a844500669c324813ab8b8f5909bf3.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-51a844500669c324813ab8b8f5909bf3.json'),
(13387, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-52e65c39abb4c14d711135d8e86f52e6.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-52e65c39abb4c14d711135d8e86f52e6.json'),
(13388, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-5478d3cc4b2419cf426ebafb83bfffeb.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-5478d3cc4b2419cf426ebafb83bfffeb.json'),
(13389, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-6072bce1e54ab162b666984ba6fde890.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-6072bce1e54ab162b666984ba6fde890.json'),
(13390, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-633919684207c5f45a4c9901c825efa5.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-633919684207c5f45a4c9901c825efa5.json'),
(13391, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65a69b00cc6649bda61e782937a6a706.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65a69b00cc6649bda61e782937a6a706.json'),
(13392, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65f1925636bbaa3fba15bdc39f78e0d5.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-65f1925636bbaa3fba15bdc39f78e0d5.json'),
(13393, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74b41c071610a4046a2009219601878c.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74b41c071610a4046a2009219601878c.json'),
(13394, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74c7532b9f0cfc2e65414bb1818147c5.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-74c7532b9f0cfc2e65414bb1818147c5.json'),
(13395, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7a2e287667640190b077c6ec1bb78def.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7a2e287667640190b077c6ec1bb78def.json'),
(13396, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7be056cfc03bb0953d1e34780f116705.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7be056cfc03bb0953d1e34780f116705.json'),
(13397, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7e2b185f9a9a462234766ae8210ea465.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7e2b185f9a9a462234766ae8210ea465.json'),
(13398, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7f570324ffd8f2bf9ae11831ff832f10.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-7f570324ffd8f2bf9ae11831ff832f10.json'),
(13399, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-83c7d8fd1802aa758402826d6969eada.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-83c7d8fd1802aa758402826d6969eada.json'),
(13400, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-8ab6dc59306447e92f7d5332c87c00f5.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-8ab6dc59306447e92f7d5332c87c00f5.json'),
(13401, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-909281a0818217979bc696524032b302.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-909281a0818217979bc696524032b302.json'),
(13402, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9484a9934a37cb13d6f2989e4f276416.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9484a9934a37cb13d6f2989e4f276416.json'),
(13403, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9b13a01f55ef68362fff2ea10a1aca12.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9b13a01f55ef68362fff2ea10a1aca12.json'),
(13404, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9de626e2557c17e3fcfe574ffc10994a.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9de626e2557c17e3fcfe574ffc10994a.json'),
(13405, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9f865b1b766c5676d457715fca5909ba.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-9f865b1b766c5676d457715fca5909ba.json'),
(13406, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a28062b603381a3127addfa2a95c87ff.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a28062b603381a3127addfa2a95c87ff.json'),
(13407, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a3733f1e3637e46fca92285e854b9d62.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a3733f1e3637e46fca92285e854b9d62.json'),
(13408, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a8c4b01ff6609bafe662b336112a2877.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-a8c4b01ff6609bafe662b336112a2877.json'),
(13409, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ad0ddde132dea140c86c69a17e92d0ca.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ad0ddde132dea140c86c69a17e92d0ca.json'),
(13410, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afa55955a22e68d915726fc86bc02066.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afa55955a22e68d915726fc86bc02066.json'),
(13411, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afd4a5ac8f337edc042fc34f1f9c3c88.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-afd4a5ac8f337edc042fc34f1f9c3c88.json'),
(13412, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b2203f066e0f277b2e01c6c92893c9d5.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b2203f066e0f277b2e01c6c92893c9d5.json'),
(13413, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b33a8fcbe460391bf7526f761c50cc5c.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b33a8fcbe460391bf7526f761c50cc5c.json'),
(13414, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b482644b6b94bc43bdb86a6c085c182f.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-b482644b6b94bc43bdb86a6c085c182f.json'),
(13415, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2750d72a058ed8838bce06ae754ecb0.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2750d72a058ed8838bce06ae754ecb0.json'),
(13416, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2f60c2c9c9dabfbf132259eec1294f9.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c2f60c2c9c9dabfbf132259eec1294f9.json'),
(13417, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c651f64f8ae2f2313570ab5728b40e7c.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-c651f64f8ae2f2313570ab5728b40e7c.json'),
(13418, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cab629389830327651d146955f0140e9.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cab629389830327651d146955f0140e9.json'),
(13419, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cd89834d8eb38f382e44e464cf81ae1b.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-cd89834d8eb38f382e44e464cf81ae1b.json'),
(13420, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d1a71d57e590aeb2390c428cb185cad6.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d1a71d57e590aeb2390c428cb185cad6.json'),
(13421, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d444e7480857d3b93022e5bcb338b3b9.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-d444e7480857d3b93022e5bcb338b3b9.json'),
(13422, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-eb90146c4f5603fd63430ad6abcd1940.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-eb90146c4f5603fd63430ad6abcd1940.json'),
(13423, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ed9616c89255e532c2058470102ca842.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-ed9616c89255e532c2058470102ca842.json'),
(13424, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f216860b6a5e98aa9f46ec3967183fd8.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f216860b6a5e98aa9f46ec3967183fd8.json'),
(13425, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f684fa33ac36c410740f0e89c95910a6.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f684fa33ac36c410740f0e89c95910a6.json'),
(13426, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f70dcd11a0a18d63b48b6039c1b76d51.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f70dcd11a0a18d63b48b6039c1b76d51.json'),
(13427, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f7cf0628091e16b1eedd68fc1c876a2f.json', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR-f7cf0628091e16b1eedd68fc1c876a2f.json'),
(13428, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php'),
(13429, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.mo', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.mo'),
(13430, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.po', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.po'),
(13431, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wps-hide-login-fa_IR.mo', 'wp-content/languages/plugins/wps-hide-login-fa_IR.mo'),
(13432, '/home/abt90iranbet/public_html/wp-content/languages/plugins/wps-hide-login-fa_IR.po', 'wp-content/languages/plugins/wps-hide-login-fa_IR.po'),
(13433, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfive-fa_IR.mo', 'wp-content/languages/themes/twentytwentyfive-fa_IR.mo'),
(13434, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfive-fa_IR.po', 'wp-content/languages/themes/twentytwentyfive-fa_IR.po'),
(13435, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfour-fa_IR.mo', 'wp-content/languages/themes/twentytwentyfour-fa_IR.mo'),
(13436, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentyfour-fa_IR.po', 'wp-content/languages/themes/twentytwentyfour-fa_IR.po'),
(13437, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentythree-fa_IR.mo', 'wp-content/languages/themes/twentytwentythree-fa_IR.mo'),
(13438, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentythree-fa_IR.po', 'wp-content/languages/themes/twentytwentythree-fa_IR.po'),
(13439, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentytwo-fa_IR.l10n.php', 'wp-content/languages/themes/twentytwentytwo-fa_IR.l10n.php'),
(13440, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentytwo-fa_IR.mo', 'wp-content/languages/themes/twentytwentytwo-fa_IR.mo'),
(13441, '/home/abt90iranbet/public_html/wp-content/languages/themes/twentytwentytwo-fa_IR.po', 'wp-content/languages/themes/twentytwentytwo-fa_IR.po'),
(13442, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/404.php', 'wp-content/themes/Newspaper/404.php'),
(13443, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/archive.php', 'wp-content/themes/Newspaper/archive.php'),
(13444, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/attachment.php', 'wp-content/themes/Newspaper/attachment.php'),
(13445, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/author.php', 'wp-content/themes/Newspaper/author.php'),
(13446, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/bbpress.php', 'wp-content/themes/Newspaper/bbpress.php'),
(13447, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/category.php', 'wp-content/themes/Newspaper/category.php'),
(13448, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/comments.php', 'wp-content/themes/Newspaper/comments.php'),
(13449, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/editor-style.css', 'wp-content/themes/Newspaper/editor-style.css'),
(13450, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/font-newspaper.css', 'wp-content/themes/Newspaper/font-newspaper.css'),
(13451, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/footer.php', 'wp-content/themes/Newspaper/footer.php'),
(13452, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/functions.php', 'wp-content/themes/Newspaper/functions.php'),
(13453, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/gutenberg-editor.css', 'wp-content/themes/Newspaper/gutenberg-editor.css'),
(13454, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/header.php', 'wp-content/themes/Newspaper/header.php'),
(13455, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/admin-panel/logo-panel.png', 'wp-content/themes/Newspaper/images/admin-panel/logo-panel.png'),
(13456, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/editor-style/grid-no-sidebar-desktop.gif', 'wp-content/themes/Newspaper/images/editor-style/grid-no-sidebar-desktop.gif'),
(13457, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/editor-style/grid-sidebar-desktop.gif', 'wp-content/themes/Newspaper/images/editor-style/grid-sidebar-desktop.gif'),
(13458, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.eot', 'wp-content/themes/Newspaper/images/icons/newspaper.eot'),
(13459, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.svg', 'wp-content/themes/Newspaper/images/icons/newspaper.svg'),
(13460, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.ttf', 'wp-content/themes/Newspaper/images/icons/newspaper.ttf'),
(13461, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/icons/newspaper.woff', 'wp-content/themes/Newspaper/images/icons/newspaper.woff'),
(13462, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/images/no-thumb/medium_large.png', 'wp-content/themes/Newspaper/images/no-thumb/medium_large.png'),
(13463, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/js/tagdiv-theme.js', 'wp-content/themes/Newspaper/includes/js/tagdiv-theme.js'),
(13464, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/js/tagdiv-theme.min.js', 'wp-content/themes/Newspaper/includes/js/tagdiv-theme.min.js'),
(13465, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/tagdiv-config.php', 'wp-content/themes/Newspaper/includes/tagdiv-config.php'),
(13466, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/tagdiv-page-generator.php', 'wp-content/themes/Newspaper/includes/tagdiv-page-generator.php'),
(13467, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/tagdiv-panel-docs.php', 'wp-content/themes/Newspaper/includes/tagdiv-panel-docs.php'),
(13468, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-admin-notices.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-admin-notices.php'),
(13469, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-global.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-global.php'),
(13470, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-log.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-log.php'),
(13471, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-options.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-options.php'),
(13472, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-remote-http.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-remote-http.php'),
(13473, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-util.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-util.php'),
(13474, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php', 'wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php'),
(13475, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/general.less', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/general.less'),
(13476, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/plugins.less', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/plugins.less'),
(13477, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/welcome.less', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/welcome.less'),
(13478, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.css', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.css'),
(13479, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.less', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/css/wp-admin.less'),
(13480, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.eot', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.eot'),
(13481, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.svg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.svg'),
(13482, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.ttf', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.ttf'),
(13483, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.woff', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/font/tagDiv.woff'),
(13484, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newsmag.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newsmag.png'),
(13485, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newspaper.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/Newspaper.png'),
(13486, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/cloud-templates.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/cloud-templates.jpg'),
(13487, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/invoice.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/invoice.png'),
(13488, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/label.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/label.png'),
(13489, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/mobile.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/mobile.png'),
(13490, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.gif', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.gif');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13491, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.png'),
(13492, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/rev-slider.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/rev-slider.png'),
(13493, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/social.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/social.png'),
(13494, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/standard-pack.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/standard-pack.jpg'),
(13495, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/success.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/success.jpg'),
(13496, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-amp.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-amp.png'),
(13497, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-cali.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-cali.jpg'),
(13498, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-coaching.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-coaching.jpg'),
(13499, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-compass.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-compass.jpg'),
(13500, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-doctors.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-doctors.jpg'),
(13501, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-eastcoast.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-eastcoast.jpg'),
(13502, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-jobs.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-jobs.jpg'),
(13503, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-momentum.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-momentum.jpg'),
(13504, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-newsletter.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-newsletter.png'),
(13505, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-optin.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-optin.png'),
(13506, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-realestate.jpg', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-realestate.jpg'),
(13507, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-shop.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-shop.png'),
(13508, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-small.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-small.png'),
(13509, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-woo-placeholder.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/tagdiv-woo-placeholder.png'),
(13510, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/td-composer.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/td-composer.png'),
(13511, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/visual-composer.png', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/images/plugins/visual-composer.png'),
(13512, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js'),
(13513, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php'),
(13514, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-old-plugins-deactivation.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-old-plugins-deactivation.php'),
(13515, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-theme-plugins-setup.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tagdiv-theme-plugins-setup.php'),
(13516, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tgm-plugin-activation.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/plugins/class-tgm-plugin-activation.php'),
(13517, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-header.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-header.php'),
(13518, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-support.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-support.php'),
(13519, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-theme-plugins.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-theme-plugins.php'),
(13520, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-welcome.php', 'wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-welcome.php'),
(13521, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/index.php', 'wp-content/themes/Newspaper/index.php'),
(13522, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/loop-archive.php', 'wp-content/themes/Newspaper/loop-archive.php'),
(13523, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/loop-single.php', 'wp-content/themes/Newspaper/loop-single.php'),
(13524, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/loop.php', 'wp-content/themes/Newspaper/loop.php'),
(13525, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/page.php', 'wp-content/themes/Newspaper/page.php'),
(13526, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/screenshot.png', 'wp-content/themes/Newspaper/screenshot.png'),
(13527, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/search.php', 'wp-content/themes/Newspaper/search.php'),
(13528, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/searchform.php', 'wp-content/themes/Newspaper/searchform.php'),
(13529, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/sidebar.php', 'wp-content/themes/Newspaper/sidebar.php'),
(13530, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/single.php', 'wp-content/themes/Newspaper/single.php'),
(13531, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style-bbpress.css', 'wp-content/themes/Newspaper/style-bbpress.css'),
(13532, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style-buddypress.css', 'wp-content/themes/Newspaper/style-buddypress.css'),
(13533, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style-woocommerce.css', 'wp-content/themes/Newspaper/style-woocommerce.css'),
(13534, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/style.css', 'wp-content/themes/Newspaper/style.css'),
(13535, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/tag.php', 'wp-content/themes/Newspaper/tag.php'),
(13536, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/tagdiv-deploy-mode.php', 'wp-content/themes/Newspaper/tagdiv-deploy-mode.php'),
(13537, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/de_DE.mo', 'wp-content/themes/Newspaper/translation/de_DE.mo'),
(13538, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/de_DE.po', 'wp-content/themes/Newspaper/translation/de_DE.po'),
(13539, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/default.mo', 'wp-content/themes/Newspaper/translation/default.mo'),
(13540, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/default.po', 'wp-content/themes/Newspaper/translation/default.po'),
(13541, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/el.mo', 'wp-content/themes/Newspaper/translation/el.mo'),
(13542, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/el.po', 'wp-content/themes/Newspaper/translation/el.po'),
(13543, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/es_ES.mo', 'wp-content/themes/Newspaper/translation/es_ES.mo'),
(13544, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/es_ES.po', 'wp-content/themes/Newspaper/translation/es_ES.po'),
(13545, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fi.mo', 'wp-content/themes/Newspaper/translation/fi.mo'),
(13546, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fi.po', 'wp-content/themes/Newspaper/translation/fi.po'),
(13547, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fr_FR.mo', 'wp-content/themes/Newspaper/translation/fr_FR.mo'),
(13548, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/fr_FR.po', 'wp-content/themes/Newspaper/translation/fr_FR.po'),
(13549, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/hi_IN.mo', 'wp-content/themes/Newspaper/translation/hi_IN.mo'),
(13550, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/hi_IN.po', 'wp-content/themes/Newspaper/translation/hi_IN.po'),
(13551, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/id_ID.mo', 'wp-content/themes/Newspaper/translation/id_ID.mo'),
(13552, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/id_ID.po', 'wp-content/themes/Newspaper/translation/id_ID.po'),
(13553, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ja.mo', 'wp-content/themes/Newspaper/translation/ja.mo'),
(13554, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ja.po', 'wp-content/themes/Newspaper/translation/ja.po'),
(13555, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/nl_NL.mo', 'wp-content/themes/Newspaper/translation/nl_NL.mo'),
(13556, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/nl_NL.po', 'wp-content/themes/Newspaper/translation/nl_NL.po'),
(13557, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pl_PL.mo', 'wp-content/themes/Newspaper/translation/pl_PL.mo'),
(13558, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pl_PL.po', 'wp-content/themes/Newspaper/translation/pl_PL.po'),
(13559, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pt_PT.mo', 'wp-content/themes/Newspaper/translation/pt_PT.mo'),
(13560, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/pt_PT.po', 'wp-content/themes/Newspaper/translation/pt_PT.po'),
(13561, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ro_RO.mo', 'wp-content/themes/Newspaper/translation/ro_RO.mo'),
(13562, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ro_RO.po', 'wp-content/themes/Newspaper/translation/ro_RO.po'),
(13563, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ru_RU.mo', 'wp-content/themes/Newspaper/translation/ru_RU.mo'),
(13564, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ru_RU.po', 'wp-content/themes/Newspaper/translation/ru_RU.po'),
(13565, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ta_LK.mo', 'wp-content/themes/Newspaper/translation/ta_LK.mo'),
(13566, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ta_LK.po', 'wp-content/themes/Newspaper/translation/ta_LK.po'),
(13567, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/th.mo', 'wp-content/themes/Newspaper/translation/th.mo'),
(13568, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/th.po', 'wp-content/themes/Newspaper/translation/th.po'),
(13569, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/tr_TR.mo', 'wp-content/themes/Newspaper/translation/tr_TR.mo'),
(13570, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/tr_TR.po', 'wp-content/themes/Newspaper/translation/tr_TR.po'),
(13571, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur.mo', 'wp-content/themes/Newspaper/translation/ur.mo'),
(13572, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur.po', 'wp-content/themes/Newspaper/translation/ur.po'),
(13573, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur_IN.mo', 'wp-content/themes/Newspaper/translation/ur_IN.mo'),
(13574, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/translation/ur_IN.po', 'wp-content/themes/Newspaper/translation/ur_IN.po'),
(13575, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/woocommerce/archive-product.php', 'wp-content/themes/Newspaper/woocommerce/archive-product.php'),
(13576, '/home/abt90iranbet/public_html/wp-content/themes/Newspaper/woocommerce/single-product.php', 'wp-content/themes/Newspaper/woocommerce/single-product.php'),
(13577, '/home/abt90iranbet/public_html/wp-content/themes/index.php', 'wp-content/themes/index.php'),
(13578, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/css/editor-style.css', 'wp-content/themes/twentytwentyfive/assets/css/editor-style.css'),
(13579, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2'),
(13580, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2'),
(13581, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2'),
(13582, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2'),
(13583, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2'),
(13584, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2'),
(13585, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2'),
(13586, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2'),
(13587, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2'),
(13588, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2'),
(13589, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2'),
(13590, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2'),
(13591, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2'),
(13592, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2'),
(13593, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2'),
(13594, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2'),
(13595, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2'),
(13596, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2'),
(13597, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2'),
(13598, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2'),
(13599, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2'),
(13600, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2'),
(13601, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2'),
(13602, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2'),
(13603, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2'),
(13604, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2'),
(13605, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2'),
(13606, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2'),
(13607, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2'),
(13608, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2'),
(13609, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2'),
(13610, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2'),
(13611, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2'),
(13612, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2'),
(13613, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2'),
(13614, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2'),
(13615, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2'),
(13616, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2'),
(13617, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2'),
(13618, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2'),
(13619, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2'),
(13620, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2'),
(13621, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2'),
(13622, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2'),
(13623, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/404-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/404-image.webp'),
(13624, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp', 'wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp'),
(13625, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', 'wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp'),
(13626, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', 'wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp'),
(13627, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/book-image.webp'),
(13628, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp'),
(13629, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp'),
(13630, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 'wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp'),
(13631, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp'),
(13632, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp'),
(13633, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp'),
(13634, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp'),
(13635, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/coral-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/coral-square.webp'),
(13636, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp'),
(13637, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp'),
(13638, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp'),
(13639, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp', 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp'),
(13640, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp', 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp'),
(13641, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', 'wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp'),
(13642, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp', 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp'),
(13643, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp'),
(13644, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/location.webp', 'wp-content/themes/twentytwentyfive/assets/images/location.webp'),
(13645, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp', 'wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp'),
(13646, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp', 'wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp'),
(13647, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp'),
(13648, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp'),
(13649, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/nurse.webp', 'wp-content/themes/twentytwentyfive/assets/images/nurse.webp'),
(13650, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp'),
(13651, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp', 'wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp'),
(13652, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 'wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp'),
(13653, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp'),
(13654, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp', 'wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp'),
(13655, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp', 'wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp'),
(13656, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/typewriter.webp', 'wp-content/themes/twentytwentyfive/assets/images/typewriter.webp'),
(13657, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp'),
(13658, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp', 'wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp'),
(13659, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/functions.php', 'wp-content/themes/twentytwentyfive/functions.php'),
(13660, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/footer-columns.html', 'wp-content/themes/twentytwentyfive/parts/footer-columns.html'),
(13661, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', 'wp-content/themes/twentytwentyfive/parts/footer-newsletter.html'),
(13662, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/footer.html', 'wp-content/themes/twentytwentyfive/parts/footer.html'),
(13663, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/header-large-title.html', 'wp-content/themes/twentytwentyfive/parts/header-large-title.html'),
(13664, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/header.html', 'wp-content/themes/twentytwentyfive/parts/header.html'),
(13665, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/sidebar.html', 'wp-content/themes/twentytwentyfive/parts/sidebar.html'),
(13666, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/parts/vertical-header.html', 'wp-content/themes/twentytwentyfive/parts/vertical-header.html'),
(13667, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-about-book.php', 'wp-content/themes/twentytwentyfive/patterns/banner-about-book.php'),
(13668, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php', 'wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php'),
(13669, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php', 'wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php'),
(13670, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-intro.php', 'wp-content/themes/twentytwentyfive/patterns/banner-intro.php'),
(13671, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-poster.php', 'wp-content/themes/twentytwentyfive/patterns/banner-poster.php'),
(13672, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', 'wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php'),
(13673, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/binding-format.php', 'wp-content/themes/twentytwentyfive/patterns/binding-format.php'),
(13674, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/comments.php', 'wp-content/themes/twentytwentyfive/patterns/comments.php'),
(13675, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php', 'wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php'),
(13676, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php', 'wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php'),
(13677, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', 'wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php'),
(13678, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', 'wp-content/themes/twentytwentyfive/patterns/cta-book-links.php'),
(13679, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php', 'wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php'),
(13680, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php', 'wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php'),
(13681, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php', 'wp-content/themes/twentytwentyfive/patterns/cta-events-list.php'),
(13682, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', 'wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php'),
(13683, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php', 'wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php'),
(13684, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', 'wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php'),
(13685, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/event-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/event-3-col.php'),
(13686, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/event-rsvp.php', 'wp-content/themes/twentytwentyfive/patterns/event-rsvp.php'),
(13687, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/event-schedule.php', 'wp-content/themes/twentytwentyfive/patterns/event-schedule.php'),
(13688, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-centered.php', 'wp-content/themes/twentytwentyfive/patterns/footer-centered.php'),
(13689, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-columns.php', 'wp-content/themes/twentytwentyfive/patterns/footer-columns.php'),
(13690, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php', 'wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php'),
(13691, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer-social.php', 'wp-content/themes/twentytwentyfive/patterns/footer-social.php'),
(13692, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/footer.php', 'wp-content/themes/twentytwentyfive/patterns/footer.php'),
(13693, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/format-audio.php', 'wp-content/themes/twentytwentyfive/patterns/format-audio.php'),
(13694, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/format-link.php', 'wp-content/themes/twentytwentyfive/patterns/format-link.php'),
(13695, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/grid-videos.php', 'wp-content/themes/twentytwentyfive/patterns/grid-videos.php'),
(13696, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php', 'wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php'),
(13697, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header-centered.php', 'wp-content/themes/twentytwentyfive/patterns/header-centered.php'),
(13698, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header-columns.php', 'wp-content/themes/twentytwentyfive/patterns/header-columns.php'),
(13699, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header-large-title.php', 'wp-content/themes/twentytwentyfive/patterns/header-large-title.php'),
(13700, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/header.php', 'wp-content/themes/twentytwentyfive/patterns/header.php'),
(13701, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 'wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php'),
(13702, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-book.php', 'wp-content/themes/twentytwentyfive/patterns/hero-book.php'),
(13703, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', 'wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php'),
(13704, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', 'wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php'),
(13705, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', 'wp-content/themes/twentytwentyfive/patterns/hero-podcast.php'),
(13706, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-404.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-404.php'),
(13707, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php'),
(13708, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-search.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-search.php'),
(13709, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php'),
(13710, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php'),
(13711, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/logos.php', 'wp-content/themes/twentytwentyfive/patterns/logos.php'),
(13712, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php', 'wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php'),
(13713, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/more-posts.php', 'wp-content/themes/twentytwentyfive/patterns/more-posts.php'),
(13714, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/overlapped-images.php', 'wp-content/themes/twentytwentyfive/patterns/overlapped-images.php'),
(13715, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-business-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-business-home.php'),
(13716, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php', 'wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php'),
(13717, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php', 'wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php'),
(13718, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-book.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-book.php'),
(13719, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-event.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-event.php'),
(13720, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php'),
(13721, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php'),
(13722, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php'),
(13723, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php'),
(13724, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php'),
(13725, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/page-shop-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-shop-home.php'),
(13726, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/post-navigation.php', 'wp-content/themes/twentytwentyfive/patterns/post-navigation.php'),
(13727, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php', 'wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php'),
(13728, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php'),
(13729, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/services-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/services-3-col.php'),
(13730, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', 'wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php'),
(13731, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', 'wp-content/themes/twentytwentyfive/patterns/services-team-photos.php'),
(13732, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php'),
(13733, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php'),
(13734, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php'),
(13735, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php'),
(13736, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php'),
(13737, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php'),
(13738, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php'),
(13739, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php'),
(13740, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php'),
(13741, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php'),
(13742, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php'),
(13743, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php'),
(13744, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php'),
(13745, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php'),
(13746, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php'),
(13747, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php'),
(13748, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php'),
(13749, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop.php'),
(13750, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php'),
(13751, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php'),
(13752, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php'),
(13753, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php'),
(13754, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php'),
(13755, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php'),
(13756, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-offset.php'),
(13757, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php'),
(13758, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php'),
(13759, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php'),
(13760, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php'),
(13761, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13762, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-large.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-large.php'),
(13763, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/text-faqs.php', 'wp-content/themes/twentytwentyfive/patterns/text-faqs.php'),
(13764, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/patterns/vertical-header.php', 'wp-content/themes/twentytwentyfive/patterns/vertical-header.php'),
(13765, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/readme.txt', 'wp-content/themes/twentytwentyfive/readme.txt'),
(13766, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/screenshot.png', 'wp-content/themes/twentytwentyfive/screenshot.png'),
(13767, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/style.css', 'wp-content/themes/twentytwentyfive/style.css'),
(13768, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/01-evening.json', 'wp-content/themes/twentytwentyfive/styles/01-evening.json'),
(13769, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/02-noon.json', 'wp-content/themes/twentytwentyfive/styles/02-noon.json'),
(13770, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/03-dusk.json', 'wp-content/themes/twentytwentyfive/styles/03-dusk.json'),
(13771, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/04-afternoon.json', 'wp-content/themes/twentytwentyfive/styles/04-afternoon.json'),
(13772, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/05-twilight.json', 'wp-content/themes/twentytwentyfive/styles/05-twilight.json'),
(13773, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/06-morning.json', 'wp-content/themes/twentytwentyfive/styles/06-morning.json'),
(13774, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/07-sunrise.json', 'wp-content/themes/twentytwentyfive/styles/07-sunrise.json'),
(13775, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/08-midnight.json', 'wp-content/themes/twentytwentyfive/styles/08-midnight.json'),
(13776, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', 'wp-content/themes/twentytwentyfive/styles/blocks/01-display.json'),
(13777, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', 'wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json'),
(13778, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', 'wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json'),
(13779, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', 'wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json'),
(13780, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json', 'wp-content/themes/twentytwentyfive/styles/colors/01-evening.json'),
(13781, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', 'wp-content/themes/twentytwentyfive/styles/colors/02-noon.json'),
(13782, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', 'wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json'),
(13783, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json', 'wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json'),
(13784, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json', 'wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json'),
(13785, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', 'wp-content/themes/twentytwentyfive/styles/colors/06-morning.json'),
(13786, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', 'wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json'),
(13787, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json', 'wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json'),
(13788, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-1.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-1.json'),
(13789, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-2.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-2.json'),
(13790, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-3.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-3.json'),
(13791, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-4.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-4.json'),
(13792, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-5.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-5.json'),
(13793, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json'),
(13794, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json'),
(13795, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json'),
(13796, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json'),
(13797, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json'),
(13798, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json'),
(13799, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json'),
(13800, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/404.html', 'wp-content/themes/twentytwentyfive/templates/404.html'),
(13801, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/archive.html', 'wp-content/themes/twentytwentyfive/templates/archive.html'),
(13802, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/home.html', 'wp-content/themes/twentytwentyfive/templates/home.html'),
(13803, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/index.html', 'wp-content/themes/twentytwentyfive/templates/index.html'),
(13804, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/page-no-title.html', 'wp-content/themes/twentytwentyfive/templates/page-no-title.html'),
(13805, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/page.html', 'wp-content/themes/twentytwentyfive/templates/page.html'),
(13806, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/search.html', 'wp-content/themes/twentytwentyfive/templates/search.html'),
(13807, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/templates/single.html', 'wp-content/themes/twentytwentyfive/templates/single.html'),
(13808, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfive/theme.json', 'wp-content/themes/twentytwentyfive/theme.json'),
(13809, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css'),
(13810, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),
(13811, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),
(13812, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),
(13813, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),
(13814, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2'),
(13815, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2'),
(13816, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),
(13817, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2'),
(13818, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),
(13819, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2'),
(13820, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),
(13821, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt'),
(13822, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp'),
(13823, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp'),
(13824, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp'),
(13825, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp'),
(13826, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp'),
(13827, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp'),
(13828, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp'),
(13829, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/museum.webp', 'wp-content/themes/twentytwentyfour/assets/images/museum.webp'),
(13830, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp'),
(13831, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/assets/images/windows.webp', 'wp-content/themes/twentytwentyfour/assets/images/windows.webp'),
(13832, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/error_log', 'wp-content/themes/twentytwentyfour/error_log'),
(13833, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/functions.php', 'wp-content/themes/twentytwentyfour/functions.php'),
(13834, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/footer.html', 'wp-content/themes/twentytwentyfour/parts/footer.html'),
(13835, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/header.html', 'wp-content/themes/twentytwentyfour/parts/header.html'),
(13836, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/post-meta.html', 'wp-content/themes/twentytwentyfour/parts/post-meta.html'),
(13837, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/parts/sidebar.html', 'wp-content/themes/twentytwentyfour/parts/sidebar.html'),
(13838, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php'),
(13839, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php'),
(13840, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php'),
(13841, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php'),
(13842, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php'),
(13843, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php'),
(13844, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php'),
(13845, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php'),
(13846, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php'),
(13847, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/footer.php', 'wp-content/themes/twentytwentyfour/patterns/footer.php'),
(13848, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php'),
(13849, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php'),
(13850, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php'),
(13851, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php'),
(13852, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php'),
(13853, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-404.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php'),
(13854, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php'),
(13855, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php'),
(13856, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php'),
(13857, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php'),
(13858, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php'),
(13859, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php'),
(13860, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php'),
(13861, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-about-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php'),
(13862, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php'),
(13863, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php'),
(13864, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),
(13865, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php'),
(13866, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php'),
(13867, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php'),
(13868, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php'),
(13869, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php'),
(13870, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php'),
(13871, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php'),
(13872, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php'),
(13873, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php'),
(13874, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/posts-list.php', 'wp-content/themes/twentytwentyfour/patterns/posts-list.php'),
(13875, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php'),
(13876, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php'),
(13877, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php'),
(13878, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php'),
(13879, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php'),
(13880, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php'),
(13881, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php'),
(13882, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php'),
(13883, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php'),
(13884, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php'),
(13885, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php'),
(13886, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php'),
(13887, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php'),
(13888, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php'),
(13889, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php'),
(13890, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-faq.php', 'wp-content/themes/twentytwentyfour/patterns/text-faq.php'),
(13891, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php'),
(13892, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-project-details.php', 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php'),
(13893, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php'),
(13894, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/readme.txt', 'wp-content/themes/twentytwentyfour/readme.txt'),
(13895, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/screenshot.png', 'wp-content/themes/twentytwentyfour/screenshot.png'),
(13896, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/style.css', 'wp-content/themes/twentytwentyfour/style.css'),
(13897, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/ember.json', 'wp-content/themes/twentytwentyfour/styles/ember.json'),
(13898, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/fossil.json', 'wp-content/themes/twentytwentyfour/styles/fossil.json'),
(13899, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/ice.json', 'wp-content/themes/twentytwentyfour/styles/ice.json'),
(13900, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/maelstrom.json', 'wp-content/themes/twentytwentyfour/styles/maelstrom.json'),
(13901, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/mint.json', 'wp-content/themes/twentytwentyfour/styles/mint.json'),
(13902, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/onyx.json', 'wp-content/themes/twentytwentyfour/styles/onyx.json'),
(13903, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/styles/rust.json', 'wp-content/themes/twentytwentyfour/styles/rust.json'),
(13904, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/404.html', 'wp-content/themes/twentytwentyfour/templates/404.html'),
(13905, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/archive.html', 'wp-content/themes/twentytwentyfour/templates/archive.html'),
(13906, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/home.html', 'wp-content/themes/twentytwentyfour/templates/home.html'),
(13907, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/index.html', 'wp-content/themes/twentytwentyfour/templates/index.html'),
(13908, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page-no-title.html', 'wp-content/themes/twentytwentyfour/templates/page-no-title.html'),
(13909, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page-wide.html', 'wp-content/themes/twentytwentyfour/templates/page-wide.html'),
(13910, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html'),
(13911, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/page.html', 'wp-content/themes/twentytwentyfour/templates/page.html'),
(13912, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/search.html', 'wp-content/themes/twentytwentyfour/templates/search.html'),
(13913, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html'),
(13914, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/templates/single.html', 'wp-content/themes/twentytwentyfour/templates/single.html'),
(13915, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentyfour/theme.json', 'wp-content/themes/twentytwentyfour/theme.json'),
(13916, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),
(13917, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),
(13918, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),
(13919, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),
(13920, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),
(13921, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),
(13922, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),
(13923, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),
(13924, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),
(13925, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),
(13926, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),
(13927, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),
(13928, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),
(13929, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),
(13930, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),
(13931, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),
(13932, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),
(13933, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/comments.html', 'wp-content/themes/twentytwentythree/parts/comments.html'),
(13934, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/footer.html', 'wp-content/themes/twentytwentythree/parts/footer.html'),
(13935, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/header.html', 'wp-content/themes/twentytwentythree/parts/header.html'),
(13936, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/parts/post-meta.html', 'wp-content/themes/twentytwentythree/parts/post-meta.html'),
(13937, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/call-to-action.php', 'wp-content/themes/twentytwentythree/patterns/call-to-action.php'),
(13938, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/error_log', 'wp-content/themes/twentytwentythree/patterns/error_log'),
(13939, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/footer-default.php', 'wp-content/themes/twentytwentythree/patterns/footer-default.php'),
(13940, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/hidden-404.php', 'wp-content/themes/twentytwentythree/patterns/hidden-404.php'),
(13941, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),
(13942, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),
(13943, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/patterns/post-meta.php', 'wp-content/themes/twentytwentythree/patterns/post-meta.php'),
(13944, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/readme.txt', 'wp-content/themes/twentytwentythree/readme.txt'),
(13945, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/screenshot.png', 'wp-content/themes/twentytwentythree/screenshot.png'),
(13946, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/style.css', 'wp-content/themes/twentytwentythree/style.css'),
(13947, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/aubergine.json', 'wp-content/themes/twentytwentythree/styles/aubergine.json'),
(13948, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/block-out.json', 'wp-content/themes/twentytwentythree/styles/block-out.json'),
(13949, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/canary.json', 'wp-content/themes/twentytwentythree/styles/canary.json'),
(13950, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/electric.json', 'wp-content/themes/twentytwentythree/styles/electric.json'),
(13951, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/grapes.json', 'wp-content/themes/twentytwentythree/styles/grapes.json'),
(13952, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/marigold.json', 'wp-content/themes/twentytwentythree/styles/marigold.json'),
(13953, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/pilgrimage.json', 'wp-content/themes/twentytwentythree/styles/pilgrimage.json'),
(13954, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/pitch.json', 'wp-content/themes/twentytwentythree/styles/pitch.json'),
(13955, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/sherbet.json', 'wp-content/themes/twentytwentythree/styles/sherbet.json'),
(13956, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/styles/whisper.json', 'wp-content/themes/twentytwentythree/styles/whisper.json'),
(13957, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/404.html', 'wp-content/themes/twentytwentythree/templates/404.html'),
(13958, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/archive.html', 'wp-content/themes/twentytwentythree/templates/archive.html'),
(13959, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/blank.html', 'wp-content/themes/twentytwentythree/templates/blank.html'),
(13960, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/blog-alternative.html', 'wp-content/themes/twentytwentythree/templates/blog-alternative.html'),
(13961, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/home.html', 'wp-content/themes/twentytwentythree/templates/home.html'),
(13962, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/index.html', 'wp-content/themes/twentytwentythree/templates/index.html'),
(13963, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/page.html', 'wp-content/themes/twentytwentythree/templates/page.html'),
(13964, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/search.html', 'wp-content/themes/twentytwentythree/templates/search.html'),
(13965, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/templates/single.html', 'wp-content/themes/twentytwentythree/templates/single.html'),
(13966, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentythree/theme.json', 'wp-content/themes/twentytwentythree/theme.json'),
(13967, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),
(13968, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),
(13969, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),
(13970, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),
(13971, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),
(13972, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),
(13973, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),
(13974, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),
(13975, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),
(13976, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),
(13977, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),
(13978, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),
(13979, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),
(13980, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),
(13981, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),
(13982, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),
(13983, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),
(13984, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),
(13985, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf'),
(13986, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),
(13987, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),
(13988, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),
(13989, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),
(13990, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),
(13991, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),
(13992, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg'),
(13993, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg'),
(13994, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg'),
(13995, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg'),
(13996, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-black.png', 'wp-content/themes/twentytwentytwo/assets/images/divider-black.png'),
(13997, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-white.png', 'wp-content/themes/twentytwentytwo/assets/images/divider-white.png'),
(13998, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', 'wp-content/themes/twentytwentytwo/assets/images/ducks.jpg'),
(13999, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg'),
(14000, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg'),
(14001, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg'),
(14002, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),
(14003, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png'),
(14004, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png'),
(14005, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png'),
(14006, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png'),
(14007, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', 'wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png'),
(14008, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', 'wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg'),
(14009, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', 'wp-content/themes/twentytwentytwo/assets/videos/birds.mp4'),
(14010, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/functions.php', 'wp-content/themes/twentytwentytwo/functions.php'),
(14011, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/block-patterns.php', 'wp-content/themes/twentytwentytwo/inc/block-patterns.php'),
(14012, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),
(14013, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php'),
(14014, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php'),
(14015, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php'),
(14016, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php'),
(14017, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),
(14018, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php'),
(14019, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php'),
(14020, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),
(14021, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php'),
(14022, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),
(14023, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php'),
(14024, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php'),
(14025, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php'),
(14026, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php'),
(14027, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php'),
(14028, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php'),
(14029, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php'),
(14030, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php'),
(14031, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php'),
(14032, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php'),
(14033, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php'),
(14034, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php'),
(14035, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php'),
(14036, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php'),
(14037, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14038, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php'),
(14039, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-default.php'),
(14040, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),
(14041, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php'),
(14042, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php'),
(14043, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php'),
(14044, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php'),
(14045, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php'),
(14046, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php'),
(14047, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php'),
(14048, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php'),
(14049, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php'),
(14050, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php'),
(14051, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php'),
(14052, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),
(14053, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php'),
(14054, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php'),
(14055, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php'),
(14056, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),
(14057, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php'),
(14058, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php'),
(14059, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php'),
(14060, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php'),
(14061, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php'),
(14062, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),
(14063, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php'),
(14064, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php'),
(14065, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php'),
(14066, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),
(14067, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php'),
(14068, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),
(14069, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),
(14070, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),
(14071, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-default.php'),
(14072, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php'),
(14073, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php'),
(14074, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php'),
(14075, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php'),
(14076, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php'),
(14077, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php'),
(14078, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/index.php', 'wp-content/themes/twentytwentytwo/index.php'),
(14079, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/footer.html', 'wp-content/themes/twentytwentytwo/parts/footer.html'),
(14080, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/header-large-dark.html', 'wp-content/themes/twentytwentytwo/parts/header-large-dark.html'),
(14081, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/header-small-dark.html', 'wp-content/themes/twentytwentytwo/parts/header-small-dark.html'),
(14082, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/parts/header.html', 'wp-content/themes/twentytwentytwo/parts/header.html'),
(14083, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/readme.txt', 'wp-content/themes/twentytwentytwo/readme.txt'),
(14084, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/screenshot.png', 'wp-content/themes/twentytwentytwo/screenshot.png'),
(14085, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/style.css', 'wp-content/themes/twentytwentytwo/style.css'),
(14086, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/styles/blue.json', 'wp-content/themes/twentytwentytwo/styles/blue.json'),
(14087, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/styles/pink.json', 'wp-content/themes/twentytwentytwo/styles/pink.json'),
(14088, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/styles/swiss.json', 'wp-content/themes/twentytwentytwo/styles/swiss.json'),
(14089, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/404.html', 'wp-content/themes/twentytwentytwo/templates/404.html'),
(14090, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/archive.html', 'wp-content/themes/twentytwentytwo/templates/archive.html'),
(14091, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/blank.html', 'wp-content/themes/twentytwentytwo/templates/blank.html'),
(14092, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/home.html', 'wp-content/themes/twentytwentytwo/templates/home.html'),
(14093, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/index.html', 'wp-content/themes/twentytwentytwo/templates/index.html'),
(14094, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/page-large-header.html', 'wp-content/themes/twentytwentytwo/templates/page-large-header.html'),
(14095, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/page-no-separators.html', 'wp-content/themes/twentytwentytwo/templates/page-no-separators.html'),
(14096, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/page.html', 'wp-content/themes/twentytwentytwo/templates/page.html'),
(14097, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/search.html', 'wp-content/themes/twentytwentytwo/templates/search.html'),
(14098, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/single-no-separators.html', 'wp-content/themes/twentytwentytwo/templates/single-no-separators.html'),
(14099, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/templates/single.html', 'wp-content/themes/twentytwentytwo/templates/single.html'),
(14100, '/home/abt90iranbet/public_html/wp-content/themes/twentytwentytwo/theme.json', 'wp-content/themes/twentytwentytwo/theme.json'),
(14101, '/home/abt90iranbet/public_html/wp-content/updraft/.htaccess', 'wp-content/updraft/.htaccess'),
(14102, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-db.gz', 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-db.gz'),
(14103, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-others.zip', 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-others.zip'),
(14104, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-plugins.zip', 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-plugins.zip'),
(14105, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-themes.zip', 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-themes.zip'),
(14106, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-uploads.zip', 'wp-content/updraft/backup_2025-02-17-1911___90_0234e7c4bc61-uploads.zip'),
(14107, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-18-0332___90_01d5355a8ac1-db.gz', 'wp-content/updraft/backup_2025-02-18-0332___90_01d5355a8ac1-db.gz'),
(14108, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-19-0325___90_8707c58f960a-db.gz', 'wp-content/updraft/backup_2025-02-19-0325___90_8707c58f960a-db.gz'),
(14109, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-20-0332___90_c3cd4ed22f48-db.gz', 'wp-content/updraft/backup_2025-02-20-0332___90_c3cd4ed22f48-db.gz'),
(14110, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-21-0335___90_3d76e875a1f7-db.gz', 'wp-content/updraft/backup_2025-02-21-0335___90_3d76e875a1f7-db.gz'),
(14111, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-22-0332___90_641c76a22d55-db.gz', 'wp-content/updraft/backup_2025-02-22-0332___90_641c76a22d55-db.gz'),
(14112, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-23-0336___90_12f40ce1eb6e-db.gz', 'wp-content/updraft/backup_2025-02-23-0336___90_12f40ce1eb6e-db.gz'),
(14113, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-24-0325___90_35a2dd279d87-db.gz', 'wp-content/updraft/backup_2025-02-24-0325___90_35a2dd279d87-db.gz'),
(14114, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-25-0325___90_311a1d9c2a67-db.gz', 'wp-content/updraft/backup_2025-02-25-0325___90_311a1d9c2a67-db.gz'),
(14115, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-26-0324___90_44bc9ecc66c1-db.gz', 'wp-content/updraft/backup_2025-02-26-0324___90_44bc9ecc66c1-db.gz'),
(14116, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-27-0333___90_81814fb80e93-db.gz', 'wp-content/updraft/backup_2025-02-27-0333___90_81814fb80e93-db.gz'),
(14117, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-02-28-0327___90_e299522c461c-db.gz', 'wp-content/updraft/backup_2025-02-28-0327___90_e299522c461c-db.gz'),
(14118, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-01-0335___90_f0cceea0c89c-db.gz', 'wp-content/updraft/backup_2025-03-01-0335___90_f0cceea0c89c-db.gz'),
(14119, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-02-0330___90_f21a007d8bb5-db.gz', 'wp-content/updraft/backup_2025-03-02-0330___90_f21a007d8bb5-db.gz'),
(14120, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-03-0329___90_314fca39af17-db.gz', 'wp-content/updraft/backup_2025-03-03-0329___90_314fca39af17-db.gz'),
(14121, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-04-0335___90_500d0e6de4fd-db.gz', 'wp-content/updraft/backup_2025-03-04-0335___90_500d0e6de4fd-db.gz'),
(14122, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-05-0533___90_bae3febc61d1-db.gz', 'wp-content/updraft/backup_2025-03-05-0533___90_bae3febc61d1-db.gz'),
(14123, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-06-0334___90_bc4a4efdb21b-db.gz', 'wp-content/updraft/backup_2025-03-06-0334___90_bc4a4efdb21b-db.gz'),
(14124, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-07-0336___90_8f8853a21774-db.gz', 'wp-content/updraft/backup_2025-03-07-0336___90_8f8853a21774-db.gz'),
(14125, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-08-0337___90_1d3964172d3d-db.gz', 'wp-content/updraft/backup_2025-03-08-0337___90_1d3964172d3d-db.gz'),
(14126, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-09-0337___90_a671e1a3c49c-db.gz', 'wp-content/updraft/backup_2025-03-09-0337___90_a671e1a3c49c-db.gz'),
(14127, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-10-0326___90_50b3eb9fba80-db.gz', 'wp-content/updraft/backup_2025-03-10-0326___90_50b3eb9fba80-db.gz'),
(14128, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-11-0328___90_8328b50a41e3-db.gz', 'wp-content/updraft/backup_2025-03-11-0328___90_8328b50a41e3-db.gz'),
(14129, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-12-0335___90_f63133b71616-db.gz', 'wp-content/updraft/backup_2025-03-12-0335___90_f63133b71616-db.gz'),
(14130, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-13-0326___90_3e3ca08e8f2d-db.gz', 'wp-content/updraft/backup_2025-03-13-0326___90_3e3ca08e8f2d-db.gz'),
(14131, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-14-0324___90_27e1457de741-db.gz', 'wp-content/updraft/backup_2025-03-14-0324___90_27e1457de741-db.gz'),
(14132, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-15-0339___90_37959c2636c9-db.gz', 'wp-content/updraft/backup_2025-03-15-0339___90_37959c2636c9-db.gz'),
(14133, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-16-0339___90_75847863863b-db.gz', 'wp-content/updraft/backup_2025-03-16-0339___90_75847863863b-db.gz'),
(14134, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-17-0326___90_aed14eb7ff1c-db.gz', 'wp-content/updraft/backup_2025-03-17-0326___90_aed14eb7ff1c-db.gz'),
(14135, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-18-0326___90_c0dd223be9c5-db.gz', 'wp-content/updraft/backup_2025-03-18-0326___90_c0dd223be9c5-db.gz'),
(14136, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-19-0332___90_bed3978d4bd0-db.gz', 'wp-content/updraft/backup_2025-03-19-0332___90_bed3978d4bd0-db.gz'),
(14137, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-20-0331___90_f3b28ffabc8f-db.gz', 'wp-content/updraft/backup_2025-03-20-0331___90_f3b28ffabc8f-db.gz'),
(14138, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-21-0336___90_5befba1ced9e-db.gz', 'wp-content/updraft/backup_2025-03-21-0336___90_5befba1ced9e-db.gz'),
(14139, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-22-0325___90_84649bd629f7-db.gz', 'wp-content/updraft/backup_2025-03-22-0325___90_84649bd629f7-db.gz'),
(14140, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-23-0336___90_ead99bf3f7fe-db.gz', 'wp-content/updraft/backup_2025-03-23-0336___90_ead99bf3f7fe-db.gz'),
(14141, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-24-0341___90_e3dd1a05aaf8-db.gz', 'wp-content/updraft/backup_2025-03-24-0341___90_e3dd1a05aaf8-db.gz'),
(14142, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-25-0340___90_dfcb0a0fb8fa-db.gz', 'wp-content/updraft/backup_2025-03-25-0340___90_dfcb0a0fb8fa-db.gz'),
(14143, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-26-0334___90_22e824a422b0-db.gz', 'wp-content/updraft/backup_2025-03-26-0334___90_22e824a422b0-db.gz'),
(14144, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-27-0340___90_b07db9fd5250-db.gz', 'wp-content/updraft/backup_2025-03-27-0340___90_b07db9fd5250-db.gz'),
(14145, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-28-0339___90_e9c472d3d822-db.gz', 'wp-content/updraft/backup_2025-03-28-0339___90_e9c472d3d822-db.gz'),
(14146, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-29-0341___90_a75d87fa8f63-db.gz', 'wp-content/updraft/backup_2025-03-29-0341___90_a75d87fa8f63-db.gz'),
(14147, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-30-0325___90_1a791de1d013-db.gz', 'wp-content/updraft/backup_2025-03-30-0325___90_1a791de1d013-db.gz'),
(14148, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-03-31-0324___90_cf723872e92c-db.gz', 'wp-content/updraft/backup_2025-03-31-0324___90_cf723872e92c-db.gz'),
(14149, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-01-0330___90_aa1371bb669a-db.gz', 'wp-content/updraft/backup_2025-04-01-0330___90_aa1371bb669a-db.gz'),
(14150, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-02-0325___90_aa02e56c7963-db.gz', 'wp-content/updraft/backup_2025-04-02-0325___90_aa02e56c7963-db.gz'),
(14151, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-03-0335___90_8ff1764ec322-db.gz', 'wp-content/updraft/backup_2025-04-03-0335___90_8ff1764ec322-db.gz'),
(14152, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-04-0341___90_ab5cf7900632-db.gz', 'wp-content/updraft/backup_2025-04-04-0341___90_ab5cf7900632-db.gz'),
(14153, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-05-0329___90_4bd453ca45bc-db.gz', 'wp-content/updraft/backup_2025-04-05-0329___90_4bd453ca45bc-db.gz'),
(14154, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-06-0339___90_922c46aeb593-db.gz', 'wp-content/updraft/backup_2025-04-06-0339___90_922c46aeb593-db.gz'),
(14155, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-07-0343___90_0d4386a524c4-db.gz', 'wp-content/updraft/backup_2025-04-07-0343___90_0d4386a524c4-db.gz'),
(14156, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-08-0326___90_c2dd5943a8fa-db.gz', 'wp-content/updraft/backup_2025-04-08-0326___90_c2dd5943a8fa-db.gz'),
(14157, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-09-0344___90_23463da78f83-db.gz', 'wp-content/updraft/backup_2025-04-09-0344___90_23463da78f83-db.gz'),
(14158, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-10-0326___90_720728fa7f7f-db.gz', 'wp-content/updraft/backup_2025-04-10-0326___90_720728fa7f7f-db.gz'),
(14159, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-11-0331___90_f90c09d81542-db.gz', 'wp-content/updraft/backup_2025-04-11-0331___90_f90c09d81542-db.gz'),
(14160, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-12-0348___90_28f41474adff-db.gz', 'wp-content/updraft/backup_2025-04-12-0348___90_28f41474adff-db.gz'),
(14161, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-13-0330___90_9d3709e4593e-db.gz', 'wp-content/updraft/backup_2025-04-13-0330___90_9d3709e4593e-db.gz'),
(14162, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-14-0342___90_e5551e10d70d-db.gz', 'wp-content/updraft/backup_2025-04-14-0342___90_e5551e10d70d-db.gz'),
(14163, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-15-0342___90_901517453e97-db.gz', 'wp-content/updraft/backup_2025-04-15-0342___90_901517453e97-db.gz'),
(14164, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-16-0334___90_427fc9ef7f54-db.gz', 'wp-content/updraft/backup_2025-04-16-0334___90_427fc9ef7f54-db.gz'),
(14165, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-17-0329___90_3779799e31d7-db.gz', 'wp-content/updraft/backup_2025-04-17-0329___90_3779799e31d7-db.gz'),
(14166, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-18-0331___90_5b8dbb164904-db.gz', 'wp-content/updraft/backup_2025-04-18-0331___90_5b8dbb164904-db.gz'),
(14167, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-19-0332___90_020bce3da7b8-db.gz', 'wp-content/updraft/backup_2025-04-19-0332___90_020bce3da7b8-db.gz'),
(14168, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-20-0325___90_c2bf3b577917-db.gz', 'wp-content/updraft/backup_2025-04-20-0325___90_c2bf3b577917-db.gz'),
(14169, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-21-0329___90_cbd20d824645-db.gz', 'wp-content/updraft/backup_2025-04-21-0329___90_cbd20d824645-db.gz'),
(14170, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-22-0345___90_ec5f2653e7df-db.gz', 'wp-content/updraft/backup_2025-04-22-0345___90_ec5f2653e7df-db.gz'),
(14171, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-23-0329___90_1a4f5337ede4-db.gz', 'wp-content/updraft/backup_2025-04-23-0329___90_1a4f5337ede4-db.gz'),
(14172, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-24-0408___90_9c52daa4296e-db.gz', 'wp-content/updraft/backup_2025-04-24-0408___90_9c52daa4296e-db.gz'),
(14173, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-25-0327___90_5a7a1bea3783-db.gz', 'wp-content/updraft/backup_2025-04-25-0327___90_5a7a1bea3783-db.gz'),
(14174, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-26-0327___90_ef692aa9e580-db.gz', 'wp-content/updraft/backup_2025-04-26-0327___90_ef692aa9e580-db.gz'),
(14175, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-27-0325___90_1f93322b8605-db.gz', 'wp-content/updraft/backup_2025-04-27-0325___90_1f93322b8605-db.gz'),
(14176, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-28-0329___90_35aec5dd8def-db.gz', 'wp-content/updraft/backup_2025-04-28-0329___90_35aec5dd8def-db.gz'),
(14177, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-29-0327___90_34284de18726-db.gz', 'wp-content/updraft/backup_2025-04-29-0327___90_34284de18726-db.gz'),
(14178, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-04-30-0338___90_27ae49545a2a-db.gz', 'wp-content/updraft/backup_2025-04-30-0338___90_27ae49545a2a-db.gz'),
(14179, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-01-0424___90_fbcdbda2b256-db.gz', 'wp-content/updraft/backup_2025-05-01-0424___90_fbcdbda2b256-db.gz'),
(14180, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-02-0333___90_534651af70df-db.gz', 'wp-content/updraft/backup_2025-05-02-0333___90_534651af70df-db.gz'),
(14181, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-03-0337___90_8109dd703058-db.gz', 'wp-content/updraft/backup_2025-05-03-0337___90_8109dd703058-db.gz'),
(14182, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-04-0338___90_35ec95f10d47-db.gz', 'wp-content/updraft/backup_2025-05-04-0338___90_35ec95f10d47-db.gz'),
(14183, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-05-0354___90_b1031014810c-db.gz', 'wp-content/updraft/backup_2025-05-05-0354___90_b1031014810c-db.gz'),
(14184, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-06-0500___90_adafa38dcada-db.gz', 'wp-content/updraft/backup_2025-05-06-0500___90_adafa38dcada-db.gz'),
(14185, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-07-0329___90_88ad7b9a4d25-db.gz', 'wp-content/updraft/backup_2025-05-07-0329___90_88ad7b9a4d25-db.gz'),
(14186, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-08-0328___90_30e2903ef97a-db.gz', 'wp-content/updraft/backup_2025-05-08-0328___90_30e2903ef97a-db.gz'),
(14187, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-09-0327___90_24224d4256cd-db.gz', 'wp-content/updraft/backup_2025-05-09-0327___90_24224d4256cd-db.gz'),
(14188, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-10-0346___90_664027bc65b4-db.gz', 'wp-content/updraft/backup_2025-05-10-0346___90_664027bc65b4-db.gz'),
(14189, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-11-0332___90_a75a5d14b619-db.gz', 'wp-content/updraft/backup_2025-05-11-0332___90_a75a5d14b619-db.gz'),
(14190, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-12-0329___90_af5f4537f0d7-db.gz', 'wp-content/updraft/backup_2025-05-12-0329___90_af5f4537f0d7-db.gz'),
(14191, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-13-0325___90_d847de9f0f14-db.gz', 'wp-content/updraft/backup_2025-05-13-0325___90_d847de9f0f14-db.gz'),
(14192, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-14-0331___90_44e2e96bca55-db.gz', 'wp-content/updraft/backup_2025-05-14-0331___90_44e2e96bca55-db.gz'),
(14193, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-15-0341___90_c5bde063f114-db.gz', 'wp-content/updraft/backup_2025-05-15-0341___90_c5bde063f114-db.gz'),
(14194, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-16-0328___90_78195a1be7c4-db.gz', 'wp-content/updraft/backup_2025-05-16-0328___90_78195a1be7c4-db.gz'),
(14195, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-17-0330___90_010d24556231-db.gz', 'wp-content/updraft/backup_2025-05-17-0330___90_010d24556231-db.gz'),
(14196, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-18-0332___90_df5f8e81a87f-db.gz', 'wp-content/updraft/backup_2025-05-18-0332___90_df5f8e81a87f-db.gz'),
(14197, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-19-0328___90_f391615a9dfa-db.gz', 'wp-content/updraft/backup_2025-05-19-0328___90_f391615a9dfa-db.gz'),
(14198, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-20-0332___90_c575da4b2660-db.gz', 'wp-content/updraft/backup_2025-05-20-0332___90_c575da4b2660-db.gz'),
(14199, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-21-0415___90_6c9bb6ec907e-db.gz', 'wp-content/updraft/backup_2025-05-21-0415___90_6c9bb6ec907e-db.gz'),
(14200, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-22-0329___90_4c829194cc1d-db.gz', 'wp-content/updraft/backup_2025-05-22-0329___90_4c829194cc1d-db.gz'),
(14201, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-23-0344___90_26c4a407bd9e-db.gz', 'wp-content/updraft/backup_2025-05-23-0344___90_26c4a407bd9e-db.gz'),
(14202, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-24-0333___90_481169280bcb-db.gz', 'wp-content/updraft/backup_2025-05-24-0333___90_481169280bcb-db.gz'),
(14203, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-25-0325___90_2cec0d42b36f-db.gz', 'wp-content/updraft/backup_2025-05-25-0325___90_2cec0d42b36f-db.gz'),
(14204, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-26-0334___90_752cfd5fe112-db.gz', 'wp-content/updraft/backup_2025-05-26-0334___90_752cfd5fe112-db.gz'),
(14205, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-27-0328___90_f2dcc8af3934-db.gz', 'wp-content/updraft/backup_2025-05-27-0328___90_f2dcc8af3934-db.gz'),
(14206, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-28-0342___90_fbadef923e85-db.gz', 'wp-content/updraft/backup_2025-05-28-0342___90_fbadef923e85-db.gz'),
(14207, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-29-0327___90_2dc37df441c2-db.gz', 'wp-content/updraft/backup_2025-05-29-0327___90_2dc37df441c2-db.gz'),
(14208, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-30-0403___90_6e162d180912-db.gz', 'wp-content/updraft/backup_2025-05-30-0403___90_6e162d180912-db.gz'),
(14209, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-05-31-0350___90_13cc0a7aac08-db.gz', 'wp-content/updraft/backup_2025-05-31-0350___90_13cc0a7aac08-db.gz'),
(14210, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-01-0332___90_8869b0237365-db.gz', 'wp-content/updraft/backup_2025-06-01-0332___90_8869b0237365-db.gz'),
(14211, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-02-0408___90_f6b956804c6a-db.gz', 'wp-content/updraft/backup_2025-06-02-0408___90_f6b956804c6a-db.gz'),
(14212, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-03-0344___90_87bf02eed9cf-db.gz', 'wp-content/updraft/backup_2025-06-03-0344___90_87bf02eed9cf-db.gz'),
(14213, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-04-0334___90_6213cf2215eb-db.gz', 'wp-content/updraft/backup_2025-06-04-0334___90_6213cf2215eb-db.gz'),
(14214, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-05-0332___90_0486f2c7b7bd-db.gz', 'wp-content/updraft/backup_2025-06-05-0332___90_0486f2c7b7bd-db.gz'),
(14215, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-06-0329___90_80b0d92cdb81-db.gz', 'wp-content/updraft/backup_2025-06-06-0329___90_80b0d92cdb81-db.gz'),
(14216, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-07-0331___90_594ae83f918f-db.gz', 'wp-content/updraft/backup_2025-06-07-0331___90_594ae83f918f-db.gz'),
(14217, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-08-0337___90_b59786f32722-db.gz', 'wp-content/updraft/backup_2025-06-08-0337___90_b59786f32722-db.gz'),
(14218, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-09-0324___90_1906cd1b1c1b-db.gz', 'wp-content/updraft/backup_2025-06-09-0324___90_1906cd1b1c1b-db.gz'),
(14219, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-10-0328___90_2fbfe3063e85-db.gz', 'wp-content/updraft/backup_2025-06-10-0328___90_2fbfe3063e85-db.gz'),
(14220, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-11-0332___90_db9ecb2cf05e-db.gz', 'wp-content/updraft/backup_2025-06-11-0332___90_db9ecb2cf05e-db.gz'),
(14221, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-12-0330___90_f423b7f4ab78-db.gz', 'wp-content/updraft/backup_2025-06-12-0330___90_f423b7f4ab78-db.gz'),
(14222, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-13-0335___90_68aa901e8244-db.gz', 'wp-content/updraft/backup_2025-06-13-0335___90_68aa901e8244-db.gz'),
(14223, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-14-0359___90_4326cb2437f4-db.gz', 'wp-content/updraft/backup_2025-06-14-0359___90_4326cb2437f4-db.gz'),
(14224, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-15-0335___90_f6d5bcadffad-db.gz', 'wp-content/updraft/backup_2025-06-15-0335___90_f6d5bcadffad-db.gz'),
(14225, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-16-0329___90_b2901f062001-db.gz', 'wp-content/updraft/backup_2025-06-16-0329___90_b2901f062001-db.gz'),
(14226, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-17-0325___90_383771704b8f-db.gz', 'wp-content/updraft/backup_2025-06-17-0325___90_383771704b8f-db.gz'),
(14227, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-18-0336___90_da5f40e51c2a-db.gz', 'wp-content/updraft/backup_2025-06-18-0336___90_da5f40e51c2a-db.gz'),
(14228, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-19-0324___90_92c4e7a8417b-db.gz', 'wp-content/updraft/backup_2025-06-19-0324___90_92c4e7a8417b-db.gz'),
(14229, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-20-0329___90_7704974c6eac-db.gz', 'wp-content/updraft/backup_2025-06-20-0329___90_7704974c6eac-db.gz'),
(14230, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-21-0331___90_c4b288ff429e-db.gz', 'wp-content/updraft/backup_2025-06-21-0331___90_c4b288ff429e-db.gz'),
(14231, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-22-0336___90_e799e77627b3-db.gz', 'wp-content/updraft/backup_2025-06-22-0336___90_e799e77627b3-db.gz'),
(14232, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-23-0336___90_5dbc2394191d-db.gz', 'wp-content/updraft/backup_2025-06-23-0336___90_5dbc2394191d-db.gz'),
(14233, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-24-0324___90_07fdbbe03f20-db.gz', 'wp-content/updraft/backup_2025-06-24-0324___90_07fdbbe03f20-db.gz'),
(14234, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-25-0329___90_c95c08865e18-db.gz', 'wp-content/updraft/backup_2025-06-25-0329___90_c95c08865e18-db.gz'),
(14235, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-26-0347___90_b86da90ae0e0-db.gz', 'wp-content/updraft/backup_2025-06-26-0347___90_b86da90ae0e0-db.gz'),
(14236, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-27-0326___90_76c00034d788-db.gz', 'wp-content/updraft/backup_2025-06-27-0326___90_76c00034d788-db.gz'),
(14237, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-28-0328___90_220e334eff1f-db.gz', 'wp-content/updraft/backup_2025-06-28-0328___90_220e334eff1f-db.gz'),
(14238, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-29-0339___90_0bf8a67e3d1c-db.gz', 'wp-content/updraft/backup_2025-06-29-0339___90_0bf8a67e3d1c-db.gz'),
(14239, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-06-30-0348___90_a9f215bceccf-db.gz', 'wp-content/updraft/backup_2025-06-30-0348___90_a9f215bceccf-db.gz'),
(14240, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-01-0334___90_9d4f63c5e140-db.gz', 'wp-content/updraft/backup_2025-07-01-0334___90_9d4f63c5e140-db.gz'),
(14241, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-02-0324___90_2db7e67811ec-db.gz', 'wp-content/updraft/backup_2025-07-02-0324___90_2db7e67811ec-db.gz'),
(14242, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-03-0329___90_4857c6dfc8f6-db.gz', 'wp-content/updraft/backup_2025-07-03-0329___90_4857c6dfc8f6-db.gz'),
(14243, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-04-0330___90_808d2092a88f-db.gz', 'wp-content/updraft/backup_2025-07-04-0330___90_808d2092a88f-db.gz'),
(14244, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-05-0330___90_ea95ac0118fe-db.gz', 'wp-content/updraft/backup_2025-07-05-0330___90_ea95ac0118fe-db.gz'),
(14245, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-06-0328___90_25bd005e3265-db.gz', 'wp-content/updraft/backup_2025-07-06-0328___90_25bd005e3265-db.gz'),
(14246, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-07-0347___90_fb7a1fd85a4b-db.gz', 'wp-content/updraft/backup_2025-07-07-0347___90_fb7a1fd85a4b-db.gz'),
(14247, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-08-0327___90_02f0a34e9c2b-db.gz', 'wp-content/updraft/backup_2025-07-08-0327___90_02f0a34e9c2b-db.gz'),
(14248, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-09-0327___90_27af1f85ee9c-db.gz', 'wp-content/updraft/backup_2025-07-09-0327___90_27af1f85ee9c-db.gz'),
(14249, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-10-0343___90_527551b9a1f8-db.gz', 'wp-content/updraft/backup_2025-07-10-0343___90_527551b9a1f8-db.gz'),
(14250, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-11-0349___90_794316b2b9d2-db.gz', 'wp-content/updraft/backup_2025-07-11-0349___90_794316b2b9d2-db.gz'),
(14251, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-12-0338___90_44c8d2228abc-db.gz', 'wp-content/updraft/backup_2025-07-12-0338___90_44c8d2228abc-db.gz'),
(14252, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-13-0325___90_7c4f8dfe0376-db.gz', 'wp-content/updraft/backup_2025-07-13-0325___90_7c4f8dfe0376-db.gz'),
(14253, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-14-0349___90_f07d65d58fe9-db.gz', 'wp-content/updraft/backup_2025-07-14-0349___90_f07d65d58fe9-db.gz'),
(14254, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-15-0327___90_72f6a3ea31dc-db.gz', 'wp-content/updraft/backup_2025-07-15-0327___90_72f6a3ea31dc-db.gz'),
(14255, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-16-0327___90_8bf916313b57-db.gz', 'wp-content/updraft/backup_2025-07-16-0327___90_8bf916313b57-db.gz'),
(14256, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-17-0328___90_0cc6e7ce4caa-db.gz', 'wp-content/updraft/backup_2025-07-17-0328___90_0cc6e7ce4caa-db.gz'),
(14257, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-18-0342___90_a475d5b49b75-db.gz', 'wp-content/updraft/backup_2025-07-18-0342___90_a475d5b49b75-db.gz'),
(14258, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-19-0328___90_6f43446b8b29-db.gz', 'wp-content/updraft/backup_2025-07-19-0328___90_6f43446b8b29-db.gz'),
(14259, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-20-0330___90_12963b790710-db.gz', 'wp-content/updraft/backup_2025-07-20-0330___90_12963b790710-db.gz'),
(14260, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-21-0337___90_3939471349f7-db.gz', 'wp-content/updraft/backup_2025-07-21-0337___90_3939471349f7-db.gz'),
(14261, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-22-0351___90_444834139b55-db.gz', 'wp-content/updraft/backup_2025-07-22-0351___90_444834139b55-db.gz'),
(14262, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-23-0334___90_741beb3d20b4-db.gz', 'wp-content/updraft/backup_2025-07-23-0334___90_741beb3d20b4-db.gz'),
(14263, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-24-0328___90_4f5b7b0f4dfe-db.gz', 'wp-content/updraft/backup_2025-07-24-0328___90_4f5b7b0f4dfe-db.gz'),
(14264, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-25-0327___90_575e562df649-db.gz', 'wp-content/updraft/backup_2025-07-25-0327___90_575e562df649-db.gz'),
(14265, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-26-0333___90_8581d6e237e8-db.gz', 'wp-content/updraft/backup_2025-07-26-0333___90_8581d6e237e8-db.gz'),
(14266, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-27-0332___90_a8a1b3319d16-db.gz', 'wp-content/updraft/backup_2025-07-27-0332___90_a8a1b3319d16-db.gz'),
(14267, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-28-0326___90_6e1bca678d3a-db.gz', 'wp-content/updraft/backup_2025-07-28-0326___90_6e1bca678d3a-db.gz'),
(14268, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-29-0327___90_90309577e1de-db.gz', 'wp-content/updraft/backup_2025-07-29-0327___90_90309577e1de-db.gz'),
(14269, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-30-0326___90_24f425780874-db.gz', 'wp-content/updraft/backup_2025-07-30-0326___90_24f425780874-db.gz'),
(14270, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-07-31-0336___90_1d8b94e83ab8-db.gz', 'wp-content/updraft/backup_2025-07-31-0336___90_1d8b94e83ab8-db.gz'),
(14271, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-01-0326___90_ebab1199575d-db.gz', 'wp-content/updraft/backup_2025-08-01-0326___90_ebab1199575d-db.gz'),
(14272, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-02-0327___90_e5fce780ff4b-db.gz', 'wp-content/updraft/backup_2025-08-02-0327___90_e5fce780ff4b-db.gz'),
(14273, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-03-0325___90_1bb18b2f4de8-db.gz', 'wp-content/updraft/backup_2025-08-03-0325___90_1bb18b2f4de8-db.gz'),
(14274, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-04-0328___90_442e1cf2a03b-db.gz', 'wp-content/updraft/backup_2025-08-04-0328___90_442e1cf2a03b-db.gz'),
(14275, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-05-0327___90_9f51aeccc528-db.gz', 'wp-content/updraft/backup_2025-08-05-0327___90_9f51aeccc528-db.gz'),
(14276, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-06-0333___90_730b420f7d71-db.gz', 'wp-content/updraft/backup_2025-08-06-0333___90_730b420f7d71-db.gz'),
(14277, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-07-0330___90_bc1a14941264-db.gz', 'wp-content/updraft/backup_2025-08-07-0330___90_bc1a14941264-db.gz'),
(14278, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-08-0332___90_410051f5740c-db.gz', 'wp-content/updraft/backup_2025-08-08-0332___90_410051f5740c-db.gz'),
(14279, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-09-0331___90_49a0c1b5de87-db.gz', 'wp-content/updraft/backup_2025-08-09-0331___90_49a0c1b5de87-db.gz'),
(14280, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-10-0326___90_9bbb459af097-db.gz', 'wp-content/updraft/backup_2025-08-10-0326___90_9bbb459af097-db.gz'),
(14281, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-11-0405___90_dbd7132ab658-db.gz', 'wp-content/updraft/backup_2025-08-11-0405___90_dbd7132ab658-db.gz'),
(14282, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-12-0328___90_d25494bfeccb-db.gz', 'wp-content/updraft/backup_2025-08-12-0328___90_d25494bfeccb-db.gz'),
(14283, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-13-0349___90_1957b12823a8-db.gz', 'wp-content/updraft/backup_2025-08-13-0349___90_1957b12823a8-db.gz'),
(14284, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-14-0326___90_ba4768b46926-db.gz', 'wp-content/updraft/backup_2025-08-14-0326___90_ba4768b46926-db.gz'),
(14285, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-15-0330___90_ce5fc7380310-db.gz', 'wp-content/updraft/backup_2025-08-15-0330___90_ce5fc7380310-db.gz'),
(14286, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-16-0330___90_679491e4bad2-db.gz', 'wp-content/updraft/backup_2025-08-16-0330___90_679491e4bad2-db.gz'),
(14287, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-17-0331___90_72bca7b54185-db.gz', 'wp-content/updraft/backup_2025-08-17-0331___90_72bca7b54185-db.gz'),
(14288, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-18-0339___90_c32bf3933994-db.gz', 'wp-content/updraft/backup_2025-08-18-0339___90_c32bf3933994-db.gz'),
(14289, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-19-0336___90_9457e9059187-db.gz', 'wp-content/updraft/backup_2025-08-19-0336___90_9457e9059187-db.gz'),
(14290, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-20-0352___90_e184b2f604c7-db.gz', 'wp-content/updraft/backup_2025-08-20-0352___90_e184b2f604c7-db.gz'),
(14291, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-21-0326___90_46b4507e3b29-db.gz', 'wp-content/updraft/backup_2025-08-21-0326___90_46b4507e3b29-db.gz'),
(14292, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-22-0342___90_38222374aa31-db.gz', 'wp-content/updraft/backup_2025-08-22-0342___90_38222374aa31-db.gz'),
(14293, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-23-0325___90_abec761eb621-db.gz', 'wp-content/updraft/backup_2025-08-23-0325___90_abec761eb621-db.gz'),
(14294, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-24-0334___90_01383dbe6294-db.gz', 'wp-content/updraft/backup_2025-08-24-0334___90_01383dbe6294-db.gz'),
(14295, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-25-0332___90_f3a8ab188b49-db.gz', 'wp-content/updraft/backup_2025-08-25-0332___90_f3a8ab188b49-db.gz'),
(14296, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-26-0328___90_9182354f05be-db.gz', 'wp-content/updraft/backup_2025-08-26-0328___90_9182354f05be-db.gz'),
(14297, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-27-0325___90_79b6fdbbae85-db.gz', 'wp-content/updraft/backup_2025-08-27-0325___90_79b6fdbbae85-db.gz'),
(14298, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-28-0326___90_84203237ec49-db.gz', 'wp-content/updraft/backup_2025-08-28-0326___90_84203237ec49-db.gz'),
(14299, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-29-0326___90_34010dd010f6-db.gz', 'wp-content/updraft/backup_2025-08-29-0326___90_34010dd010f6-db.gz'),
(14300, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-30-0327___90_fce9f61dd9e4-db.gz', 'wp-content/updraft/backup_2025-08-30-0327___90_fce9f61dd9e4-db.gz'),
(14301, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-08-31-0329___90_27ec673d1ddd-db.gz', 'wp-content/updraft/backup_2025-08-31-0329___90_27ec673d1ddd-db.gz'),
(14302, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-01-0339___90_33af503ee54b-db.gz', 'wp-content/updraft/backup_2025-09-01-0339___90_33af503ee54b-db.gz'),
(14303, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-02-0344___90_675b4ff4b005-db.gz', 'wp-content/updraft/backup_2025-09-02-0344___90_675b4ff4b005-db.gz'),
(14304, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-03-0330___90_af30db2d7636-db.gz', 'wp-content/updraft/backup_2025-09-03-0330___90_af30db2d7636-db.gz'),
(14305, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-04-0326___90_1fed06d23e21-db.gz', 'wp-content/updraft/backup_2025-09-04-0326___90_1fed06d23e21-db.gz'),
(14306, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-05-0324___90_b682e122b502-db.gz', 'wp-content/updraft/backup_2025-09-05-0324___90_b682e122b502-db.gz'),
(14307, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-06-0344___90_59e0c9a775bb-db.gz', 'wp-content/updraft/backup_2025-09-06-0344___90_59e0c9a775bb-db.gz'),
(14308, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-07-0327___90_cd6e781ee7d7-db.gz', 'wp-content/updraft/backup_2025-09-07-0327___90_cd6e781ee7d7-db.gz'),
(14309, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-08-0325___90_249d6baf0c75-db.gz', 'wp-content/updraft/backup_2025-09-08-0325___90_249d6baf0c75-db.gz'),
(14310, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-09-0336___90_90e738b618c2-db.gz', 'wp-content/updraft/backup_2025-09-09-0336___90_90e738b618c2-db.gz'),
(14311, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-10-0325___90_813186c2400f-db.gz', 'wp-content/updraft/backup_2025-09-10-0325___90_813186c2400f-db.gz'),
(14312, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-11-0336___90_7542d964a307-db.gz', 'wp-content/updraft/backup_2025-09-11-0336___90_7542d964a307-db.gz'),
(14313, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-12-0347___90_d14b857983c2-db.gz', 'wp-content/updraft/backup_2025-09-12-0347___90_d14b857983c2-db.gz'),
(14314, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-13-0326___90_52f6d2278ee6-db.gz', 'wp-content/updraft/backup_2025-09-13-0326___90_52f6d2278ee6-db.gz'),
(14315, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-14-0447___90_36761b809bdc-db.gz', 'wp-content/updraft/backup_2025-09-14-0447___90_36761b809bdc-db.gz'),
(14316, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-15-0335___90_bc45acd757e2-db.gz', 'wp-content/updraft/backup_2025-09-15-0335___90_bc45acd757e2-db.gz'),
(14317, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-16-0343___90_9b9c518482f3-db.gz', 'wp-content/updraft/backup_2025-09-16-0343___90_9b9c518482f3-db.gz'),
(14318, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-17-0333___90_27175e31afd3-db.gz', 'wp-content/updraft/backup_2025-09-17-0333___90_27175e31afd3-db.gz'),
(14319, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-18-0327___90_fe9c06b0019b-db.gz', 'wp-content/updraft/backup_2025-09-18-0327___90_fe9c06b0019b-db.gz');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14320, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-19-0326___90_4aed157d66c1-db.gz', 'wp-content/updraft/backup_2025-09-19-0326___90_4aed157d66c1-db.gz'),
(14321, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-20-0406___90_0b05bf515f79-db.gz', 'wp-content/updraft/backup_2025-09-20-0406___90_0b05bf515f79-db.gz'),
(14322, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-21-0337___90_d8a37fbaf4c9-db.gz', 'wp-content/updraft/backup_2025-09-21-0337___90_d8a37fbaf4c9-db.gz'),
(14323, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-22-0331___90_33ac49470de1-db.gz', 'wp-content/updraft/backup_2025-09-22-0331___90_33ac49470de1-db.gz'),
(14324, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-23-0326___90_f4d2286da122-db.gz', 'wp-content/updraft/backup_2025-09-23-0326___90_f4d2286da122-db.gz'),
(14325, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-24-0411___90_182ca466c32f-db.gz', 'wp-content/updraft/backup_2025-09-24-0411___90_182ca466c32f-db.gz'),
(14326, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-25-0337___90_5064778cd53e-db.gz', 'wp-content/updraft/backup_2025-09-25-0337___90_5064778cd53e-db.gz'),
(14327, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-26-0402___90_73f2f233fe44-db.gz', 'wp-content/updraft/backup_2025-09-26-0402___90_73f2f233fe44-db.gz'),
(14328, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-27-0330___90_9925b7dce5db-db.gz', 'wp-content/updraft/backup_2025-09-27-0330___90_9925b7dce5db-db.gz'),
(14329, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-28-0344___90_abbb20b1fd56-db.gz', 'wp-content/updraft/backup_2025-09-28-0344___90_abbb20b1fd56-db.gz'),
(14330, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-29-0334___90_30ff451252f2-db.gz', 'wp-content/updraft/backup_2025-09-29-0334___90_30ff451252f2-db.gz'),
(14331, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-09-30-0403___90_d0beecf56dd8-db.gz', 'wp-content/updraft/backup_2025-09-30-0403___90_d0beecf56dd8-db.gz'),
(14332, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-01-0327___90_e1f07be83b4c-db.gz', 'wp-content/updraft/backup_2025-10-01-0327___90_e1f07be83b4c-db.gz'),
(14333, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-02-0357___90_c90c4ee43761-db.gz', 'wp-content/updraft/backup_2025-10-02-0357___90_c90c4ee43761-db.gz'),
(14334, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-03-0420___90_8dde2f3248f9-db.gz', 'wp-content/updraft/backup_2025-10-03-0420___90_8dde2f3248f9-db.gz'),
(14335, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-04-0337___90_ad376377ca6f-db.gz', 'wp-content/updraft/backup_2025-10-04-0337___90_ad376377ca6f-db.gz'),
(14336, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-05-0352___90_a4d711d4aed7-db.gz', 'wp-content/updraft/backup_2025-10-05-0352___90_a4d711d4aed7-db.gz'),
(14337, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-06-0333___90_a6f61d98587e-db.gz', 'wp-content/updraft/backup_2025-10-06-0333___90_a6f61d98587e-db.gz'),
(14338, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-07-0425___90_7a3c1fb4e2b4-db.gz', 'wp-content/updraft/backup_2025-10-07-0425___90_7a3c1fb4e2b4-db.gz'),
(14339, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-08-0325___90_c3c1c29d3d19-db.gz', 'wp-content/updraft/backup_2025-10-08-0325___90_c3c1c29d3d19-db.gz'),
(14340, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-09-0329___90_edc500528bc2-db.gz', 'wp-content/updraft/backup_2025-10-09-0329___90_edc500528bc2-db.gz'),
(14341, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-10-0330___90_7c6f53ecdbd8-db.gz', 'wp-content/updraft/backup_2025-10-10-0330___90_7c6f53ecdbd8-db.gz'),
(14342, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-11-0333___90_08ed4b2c3001-db.gz', 'wp-content/updraft/backup_2025-10-11-0333___90_08ed4b2c3001-db.gz'),
(14343, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-12-0336___90_4c0daaa35aad-db.gz', 'wp-content/updraft/backup_2025-10-12-0336___90_4c0daaa35aad-db.gz'),
(14344, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-13-0405___90_f37ab96cda8f-db.gz', 'wp-content/updraft/backup_2025-10-13-0405___90_f37ab96cda8f-db.gz'),
(14345, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-14-0325___90_46f2cf6f2f60-db.gz', 'wp-content/updraft/backup_2025-10-14-0325___90_46f2cf6f2f60-db.gz'),
(14346, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-15-0348___90_6d9a6c39d032-db.gz', 'wp-content/updraft/backup_2025-10-15-0348___90_6d9a6c39d032-db.gz'),
(14347, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-16-0434___90_c5f4f81c38d2-db.gz', 'wp-content/updraft/backup_2025-10-16-0434___90_c5f4f81c38d2-db.gz'),
(14348, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-17-0344___90_9373b97c2d09-db.gz', 'wp-content/updraft/backup_2025-10-17-0344___90_9373b97c2d09-db.gz'),
(14349, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-18-0406___90_1350f1d8b86f-db.gz', 'wp-content/updraft/backup_2025-10-18-0406___90_1350f1d8b86f-db.gz'),
(14350, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-19-0327___90_a30fd22e003b-db.gz', 'wp-content/updraft/backup_2025-10-19-0327___90_a30fd22e003b-db.gz'),
(14351, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-20-0325___90_6f1c82ba7a37-db.gz', 'wp-content/updraft/backup_2025-10-20-0325___90_6f1c82ba7a37-db.gz'),
(14352, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-21-0348___90_d9a5401f0226-db.gz', 'wp-content/updraft/backup_2025-10-21-0348___90_d9a5401f0226-db.gz'),
(14353, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-22-0326___90_5b43fca2fc77-db.gz', 'wp-content/updraft/backup_2025-10-22-0326___90_5b43fca2fc77-db.gz'),
(14354, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-23-0400___90_d509b3e60fa4-db.gz', 'wp-content/updraft/backup_2025-10-23-0400___90_d509b3e60fa4-db.gz'),
(14355, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-24-0335___90_d61c18f9c5a5-db.gz', 'wp-content/updraft/backup_2025-10-24-0335___90_d61c18f9c5a5-db.gz'),
(14356, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-25-0328___90_ffb533661bd1-db.gz', 'wp-content/updraft/backup_2025-10-25-0328___90_ffb533661bd1-db.gz'),
(14357, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-26-0330___90_0fbdad16d5ad-db.gz', 'wp-content/updraft/backup_2025-10-26-0330___90_0fbdad16d5ad-db.gz'),
(14358, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-27-0325___90_e304a649ebec-db.gz', 'wp-content/updraft/backup_2025-10-27-0325___90_e304a649ebec-db.gz'),
(14359, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-28-0328___90_c651c29a9046-db.gz', 'wp-content/updraft/backup_2025-10-28-0328___90_c651c29a9046-db.gz'),
(14360, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-29-0330___90_5d5c999ea4c1-db.gz', 'wp-content/updraft/backup_2025-10-29-0330___90_5d5c999ea4c1-db.gz'),
(14361, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-30-0353___90_ed3eafca9936-db.gz', 'wp-content/updraft/backup_2025-10-30-0353___90_ed3eafca9936-db.gz'),
(14362, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-10-31-0325___90_1d50075bf4ec-db.gz', 'wp-content/updraft/backup_2025-10-31-0325___90_1d50075bf4ec-db.gz'),
(14363, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-01-0327___90_825f3b194327-db.gz', 'wp-content/updraft/backup_2025-11-01-0327___90_825f3b194327-db.gz'),
(14364, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-02-0338___90_8dbc36e55216-db.gz', 'wp-content/updraft/backup_2025-11-02-0338___90_8dbc36e55216-db.gz'),
(14365, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-03-0327___90_2f097e2024d7-db.gz', 'wp-content/updraft/backup_2025-11-03-0327___90_2f097e2024d7-db.gz'),
(14366, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-04-0330___90_01e15fe31cb4-db.gz', 'wp-content/updraft/backup_2025-11-04-0330___90_01e15fe31cb4-db.gz'),
(14367, '/home/abt90iranbet/public_html/wp-content/updraft/backup_2025-11-05-0333___90_ca0174971343-db.gz', 'wp-content/updraft/backup_2025-11-05-0333___90_ca0174971343-db.gz'),
(14368, '/home/abt90iranbet/public_html/wp-content/updraft/index.html', 'wp-content/updraft/index.html'),
(14369, '/home/abt90iranbet/public_html/wp-content/updraft/log.01e15fe31cb4.txt', 'wp-content/updraft/log.01e15fe31cb4.txt'),
(14370, '/home/abt90iranbet/public_html/wp-content/updraft/log.08ed4b2c3001.txt', 'wp-content/updraft/log.08ed4b2c3001.txt'),
(14371, '/home/abt90iranbet/public_html/wp-content/updraft/log.0fbdad16d5ad.txt', 'wp-content/updraft/log.0fbdad16d5ad.txt'),
(14372, '/home/abt90iranbet/public_html/wp-content/updraft/log.1350f1d8b86f.txt', 'wp-content/updraft/log.1350f1d8b86f.txt'),
(14373, '/home/abt90iranbet/public_html/wp-content/updraft/log.1d50075bf4ec.txt', 'wp-content/updraft/log.1d50075bf4ec.txt'),
(14374, '/home/abt90iranbet/public_html/wp-content/updraft/log.2f097e2024d7.txt', 'wp-content/updraft/log.2f097e2024d7.txt'),
(14375, '/home/abt90iranbet/public_html/wp-content/updraft/log.30ff451252f2.txt', 'wp-content/updraft/log.30ff451252f2.txt'),
(14376, '/home/abt90iranbet/public_html/wp-content/updraft/log.46f2cf6f2f60.txt', 'wp-content/updraft/log.46f2cf6f2f60.txt'),
(14377, '/home/abt90iranbet/public_html/wp-content/updraft/log.4c0daaa35aad.txt', 'wp-content/updraft/log.4c0daaa35aad.txt'),
(14378, '/home/abt90iranbet/public_html/wp-content/updraft/log.5b43fca2fc77.txt', 'wp-content/updraft/log.5b43fca2fc77.txt'),
(14379, '/home/abt90iranbet/public_html/wp-content/updraft/log.5d5c999ea4c1.txt', 'wp-content/updraft/log.5d5c999ea4c1.txt'),
(14380, '/home/abt90iranbet/public_html/wp-content/updraft/log.6d9a6c39d032.txt', 'wp-content/updraft/log.6d9a6c39d032.txt'),
(14381, '/home/abt90iranbet/public_html/wp-content/updraft/log.6f1c82ba7a37.txt', 'wp-content/updraft/log.6f1c82ba7a37.txt'),
(14382, '/home/abt90iranbet/public_html/wp-content/updraft/log.7a3c1fb4e2b4.txt', 'wp-content/updraft/log.7a3c1fb4e2b4.txt'),
(14383, '/home/abt90iranbet/public_html/wp-content/updraft/log.7c6f53ecdbd8.txt', 'wp-content/updraft/log.7c6f53ecdbd8.txt'),
(14384, '/home/abt90iranbet/public_html/wp-content/updraft/log.825f3b194327.txt', 'wp-content/updraft/log.825f3b194327.txt'),
(14385, '/home/abt90iranbet/public_html/wp-content/updraft/log.8dbc36e55216.txt', 'wp-content/updraft/log.8dbc36e55216.txt'),
(14386, '/home/abt90iranbet/public_html/wp-content/updraft/log.8dde2f3248f9.txt', 'wp-content/updraft/log.8dde2f3248f9.txt'),
(14387, '/home/abt90iranbet/public_html/wp-content/updraft/log.9373b97c2d09.txt', 'wp-content/updraft/log.9373b97c2d09.txt'),
(14388, '/home/abt90iranbet/public_html/wp-content/updraft/log.9925b7dce5db.txt', 'wp-content/updraft/log.9925b7dce5db.txt'),
(14389, '/home/abt90iranbet/public_html/wp-content/updraft/log.a30fd22e003b.txt', 'wp-content/updraft/log.a30fd22e003b.txt'),
(14390, '/home/abt90iranbet/public_html/wp-content/updraft/log.a4d711d4aed7.txt', 'wp-content/updraft/log.a4d711d4aed7.txt'),
(14391, '/home/abt90iranbet/public_html/wp-content/updraft/log.a6f61d98587e.txt', 'wp-content/updraft/log.a6f61d98587e.txt'),
(14392, '/home/abt90iranbet/public_html/wp-content/updraft/log.abbb20b1fd56.txt', 'wp-content/updraft/log.abbb20b1fd56.txt'),
(14393, '/home/abt90iranbet/public_html/wp-content/updraft/log.ad376377ca6f.txt', 'wp-content/updraft/log.ad376377ca6f.txt'),
(14394, '/home/abt90iranbet/public_html/wp-content/updraft/log.c3c1c29d3d19.txt', 'wp-content/updraft/log.c3c1c29d3d19.txt'),
(14395, '/home/abt90iranbet/public_html/wp-content/updraft/log.c5f4f81c38d2.txt', 'wp-content/updraft/log.c5f4f81c38d2.txt'),
(14396, '/home/abt90iranbet/public_html/wp-content/updraft/log.c651c29a9046.txt', 'wp-content/updraft/log.c651c29a9046.txt'),
(14397, '/home/abt90iranbet/public_html/wp-content/updraft/log.c90c4ee43761.txt', 'wp-content/updraft/log.c90c4ee43761.txt'),
(14398, '/home/abt90iranbet/public_html/wp-content/updraft/log.ca0174971343.txt', 'wp-content/updraft/log.ca0174971343.txt'),
(14399, '/home/abt90iranbet/public_html/wp-content/updraft/log.d0beecf56dd8.txt', 'wp-content/updraft/log.d0beecf56dd8.txt'),
(14400, '/home/abt90iranbet/public_html/wp-content/updraft/log.d509b3e60fa4.txt', 'wp-content/updraft/log.d509b3e60fa4.txt'),
(14401, '/home/abt90iranbet/public_html/wp-content/updraft/log.d61c18f9c5a5.txt', 'wp-content/updraft/log.d61c18f9c5a5.txt'),
(14402, '/home/abt90iranbet/public_html/wp-content/updraft/log.d9a5401f0226.txt', 'wp-content/updraft/log.d9a5401f0226.txt'),
(14403, '/home/abt90iranbet/public_html/wp-content/updraft/log.e1f07be83b4c.txt', 'wp-content/updraft/log.e1f07be83b4c.txt'),
(14404, '/home/abt90iranbet/public_html/wp-content/updraft/log.e304a649ebec.txt', 'wp-content/updraft/log.e304a649ebec.txt'),
(14405, '/home/abt90iranbet/public_html/wp-content/updraft/log.ed3eafca9936.txt', 'wp-content/updraft/log.ed3eafca9936.txt'),
(14406, '/home/abt90iranbet/public_html/wp-content/updraft/log.edc500528bc2.txt', 'wp-content/updraft/log.edc500528bc2.txt'),
(14407, '/home/abt90iranbet/public_html/wp-content/updraft/log.f37ab96cda8f.txt', 'wp-content/updraft/log.f37ab96cda8f.txt'),
(14408, '/home/abt90iranbet/public_html/wp-content/updraft/log.ffb533661bd1.txt', 'wp-content/updraft/log.ffb533661bd1.txt'),
(14409, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/.htaccess', 'wp-content/updraft/plugins-old/akismet/.htaccess'),
(14410, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/LICENSE.txt', 'wp-content/updraft/plugins-old/akismet/LICENSE.txt'),
(14411, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.css', 'wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.css'),
(14412, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.js', 'wp-content/updraft/plugins-old/akismet/_inc/akismet-admin.js'),
(14413, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet-frontend.js', 'wp-content/updraft/plugins-old/akismet/_inc/akismet-frontend.js'),
(14414, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet.css', 'wp-content/updraft/plugins-old/akismet/_inc/akismet.css'),
(14415, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/akismet.js', 'wp-content/updraft/plugins-old/akismet/_inc/akismet.js'),
(14416, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/fonts/inter.css', 'wp-content/updraft/plugins-old/akismet/_inc/fonts/inter.css'),
(14417, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/akismet-activation-banner-elements.png', 'wp-content/updraft/plugins-old/akismet/_inc/img/akismet-activation-banner-elements.png'),
(14418, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo.svg', 'wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo.svg'),
(14419, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo@2x.png', 'wp-content/updraft/plugins-old/akismet/_inc/img/akismet-refresh-logo@2x.png'),
(14420, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/arrow-left.svg', 'wp-content/updraft/plugins-old/akismet/_inc/img/arrow-left.svg'),
(14421, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/icon-external.svg', 'wp-content/updraft/plugins-old/akismet/_inc/img/icon-external.svg'),
(14422, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/img/logo-a-2x.png', 'wp-content/updraft/plugins-old/akismet/_inc/img/logo-a-2x.png'),
(14423, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-admin-rtl.css', 'wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-admin-rtl.css'),
(14424, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-rtl.css', 'wp-content/updraft/plugins-old/akismet/_inc/rtl/akismet-rtl.css'),
(14425, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/akismet.php', 'wp-content/updraft/plugins-old/akismet/akismet.php'),
(14426, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/changelog.txt', 'wp-content/updraft/plugins-old/akismet/changelog.txt'),
(14427, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-admin.php', 'wp-content/updraft/plugins-old/akismet/class.akismet-admin.php'),
(14428, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-cli.php', 'wp-content/updraft/plugins-old/akismet/class.akismet-cli.php'),
(14429, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-rest-api.php', 'wp-content/updraft/plugins-old/akismet/class.akismet-rest-api.php'),
(14430, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet-widget.php', 'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php'),
(14431, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/class.akismet.php', 'wp-content/updraft/plugins-old/akismet/class.akismet.php'),
(14432, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/index.php', 'wp-content/updraft/plugins-old/akismet/index.php'),
(14433, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/readme.txt', 'wp-content/updraft/plugins-old/akismet/readme.txt'),
(14434, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/activate.php', 'wp-content/updraft/plugins-old/akismet/views/activate.php'),
(14435, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/config.php', 'wp-content/updraft/plugins-old/akismet/views/config.php'),
(14436, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/connect-jp.php', 'wp-content/updraft/plugins-old/akismet/views/connect-jp.php'),
(14437, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/enter.php', 'wp-content/updraft/plugins-old/akismet/views/enter.php'),
(14438, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/get.php', 'wp-content/updraft/plugins-old/akismet/views/get.php'),
(14439, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/logo.php', 'wp-content/updraft/plugins-old/akismet/views/logo.php'),
(14440, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/notice.php', 'wp-content/updraft/plugins-old/akismet/views/notice.php'),
(14441, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/predefined.php', 'wp-content/updraft/plugins-old/akismet/views/predefined.php'),
(14442, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/setup.php', 'wp-content/updraft/plugins-old/akismet/views/setup.php'),
(14443, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/start.php', 'wp-content/updraft/plugins-old/akismet/views/start.php'),
(14444, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/stats.php', 'wp-content/updraft/plugins-old/akismet/views/stats.php'),
(14445, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/views/title.php', 'wp-content/updraft/plugins-old/akismet/views/title.php'),
(14446, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/akismet/wrapper.php', 'wp-content/updraft/plugins-old/akismet/wrapper.php'),
(14447, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/hello.php', 'wp-content/updraft/plugins-old/hello.php'),
(14448, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/index.php', 'wp-content/updraft/plugins-old/index.php'),
(14449, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/SECURITY.md', 'wp-content/updraft/plugins-old/updraftplus/SECURITY.md'),
(14450, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/admin.php', 'wp-content/updraft/plugins-old/updraftplus/admin.php'),
(14451, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/backup.php', 'wp-content/updraft/plugins-old/updraftplus/backup.php'),
(14452, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php'),
(14453, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php', 'wp-content/updraft/plugins-old/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php'),
(14454, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/classes/class-automatic-upgrader-skin.php', 'wp-content/updraft/plugins-old/updraftplus/central/classes/class-automatic-upgrader-skin.php'),
(14455, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php', 'wp-content/updraft/plugins-old/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php'),
(14456, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/commands.php', 'wp-content/updraft/plugins-old/updraftplus/central/commands.php'),
(14457, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css'),
(14458, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/central/css/central-1-25-1.min.css.map'),
(14459, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/css/central.css', 'wp-content/updraft/plugins-old/updraftplus/central/css/central.css'),
(14460, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/factory.php', 'wp-content/updraft/plugins-old/updraftplus/central/factory.php'),
(14461, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/host.php', 'wp-content/updraft/plugins-old/updraftplus/central/host.php'),
(14462, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/images/ud-logo.png', 'wp-content/updraft/plugins-old/updraftplus/central/images/ud-logo.png'),
(14463, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/images/udlogo-rotating.gif', 'wp-content/updraft/plugins-old/updraftplus/central/images/udlogo-rotating.gif'),
(14464, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/js/central-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/central/js/central-1-25-1.min.js'),
(14465, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/js/central.js', 'wp-content/updraft/plugins-old/updraftplus/central/js/central.js'),
(14466, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/listener.php', 'wp-content/updraft/plugins-old/updraftplus/central/listener.php'),
(14467, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/analytics.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/analytics.php'),
(14468, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/comments.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/comments.php'),
(14469, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/core.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/core.php'),
(14470, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/media.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/media.php'),
(14471, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/pages.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/pages.php'),
(14472, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/plugin.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/plugin.php'),
(14473, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php'),
(14474, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/theme.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/theme.php'),
(14475, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/updates.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/updates.php'),
(14476, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/modules/users.php', 'wp-content/updraft/plugins-old/updraftplus/central/modules/users.php'),
(14477, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/translations-central.php', 'wp-content/updraft/plugins-old/updraftplus/central/translations-central.php'),
(14478, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/updraftplus.php', 'wp-content/updraft/plugins-old/updraftplus/central/updraftplus.php'),
(14479, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/central/wp-optimize.php', 'wp-content/updraft/plugins-old/updraftplus/central/wp-optimize.php'),
(14480, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/changelog-old.txt', 'wp-content/updraft/plugins-old/updraftplus/changelog-old.txt'),
(14481, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php', 'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php'),
(14482, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css'),
(14483, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css'),
(14484, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css'),
(14485, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css'),
(14486, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css'),
(14487, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css'),
(14488, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.css'),
(14489, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css'),
(14490, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.css'),
(14491, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css'),
(14492, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css'),
(14493, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css'),
(14494, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.css'),
(14495, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css'),
(14496, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css'),
(14497, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin-1-25-1.min.css.map'),
(14498, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin.css', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-admin.css'),
(14499, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css'),
(14500, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices-1-25-1.min.css.map'),
(14501, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices.css', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-notices.css'),
(14502, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css'),
(14503, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour-1-25-1.min.css.map'),
(14504, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.css', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.css'),
(14505, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.scss', 'wp-content/updraft/plugins-old/updraftplus/css/updraftplus-tour.scss'),
(14506, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/example-decrypt.php', 'wp-content/updraft/plugins-old/updraftplus/example-decrypt.php'),
(14507, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/all.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/all.png'),
(14508, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/anonymisation.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/anonymisation.png'),
(14509, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/autobackup.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/autobackup.png'),
(14510, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/azure.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/azure.png'),
(14511, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/backblaze.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/backblaze.png'),
(14512, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/cloudfiles-enhanced.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/cloudfiles-enhanced.png'),
(14513, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/dropbox-folders.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/dropbox-folders.png'),
(14514, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/fixtime.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/fixtime.png'),
(14515, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/google-enhanced.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/google-enhanced.png'),
(14516, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/googlecloud.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/googlecloud.png'),
(14517, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/importer.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/importer.png'),
(14518, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/incremental.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/incremental.png'),
(14519, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/lockadmin.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/lockadmin.png'),
(14520, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/migrator.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/migrator.png'),
(14521, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/moredatabase.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/moredatabase.png'),
(14522, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/morefiles.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/morefiles.png'),
(14523, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/morestorage.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/morestorage.png'),
(14524, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/multisite.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/multisite.png'),
(14525, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/noadverts.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/noadverts.png'),
(14526, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/onedrive.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/onedrive.png'),
(14527, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/reporting.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/reporting.png'),
(14528, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/s3-enhanced.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/s3-enhanced.png'),
(14529, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/sftp.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/sftp.png'),
(14530, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/webdav.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/webdav.png'),
(14531, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/addons-images/wp-cli.png', 'wp-content/updraft/plugins-old/updraftplus/images/addons-images/wp-cli.png'),
(14532, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/automaticbackup.png', 'wp-content/updraft/plugins-old/updraftplus/images/automaticbackup.png'),
(14533, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/aws_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/aws_logo.png'),
(14534, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/azure.png', 'wp-content/updraft/plugins-old/updraftplus/images/azure.png'),
(14535, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/backblaze.png', 'wp-content/updraft/plugins-old/updraftplus/images/backblaze.png'),
(14536, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dashicon-white.png', 'wp-content/updraft/plugins-old/updraftplus/images/dashicon-white.png'),
(14537, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dashicon.png', 'wp-content/updraft/plugins-old/updraftplus/images/dashicon.png'),
(14538, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/default-avatar.jpg', 'wp-content/updraft/plugins-old/updraftplus/images/default-avatar.jpg'),
(14539, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dreamobjects_logo-horiz-2013.png', 'wp-content/updraft/plugins-old/updraftplus/images/dreamobjects_logo-horiz-2013.png'),
(14540, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/dropbox-logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/dropbox-logo.png'),
(14541, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/googlecloud.png', 'wp-content/updraft/plugins-old/updraftplus/images/googlecloud.png'),
(14542, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/googledrive_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/googledrive_logo.png'),
(14543, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/azure.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/azure.png'),
(14544, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/backblaze.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/backblaze.png'),
(14545, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/cloudfiles.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/cloudfiles.png'),
(14546, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/dreamobjects.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/dreamobjects.png'),
(14547, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/dropbox.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/dropbox.png'),
(14548, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/email.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/email.png'),
(14549, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/folder.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/folder.png'),
(14550, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/googlecloud.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/googlecloud.png'),
(14551, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/googledrive.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/googledrive.png'),
(14552, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/lock.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/lock.png'),
(14553, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/onedrive.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/onedrive.png'),
(14554, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/openstack.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/openstack.png'),
(14555, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/pcloud.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/pcloud.png'),
(14556, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/s3.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/s3.png'),
(14557, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/updraftvault.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/updraftvault.png'),
(14558, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/icons/webdav.png', 'wp-content/updraft/plugins-old/updraftplus/images/icons/webdav.png'),
(14559, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday.png'),
(14560, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday_sale_24.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/black_friday_sale_24.png'),
(14561, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/collection_sale_24.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/collection_sale_24.png'),
(14562, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/keyy_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/keyy_logo.png'),
(14563, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/locksettings.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/locksettings.png'),
(14564, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/new_year.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/new_year.png'),
(14565, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/new_year_sale_24.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/new_year_sale_24.png'),
(14566, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/reporting.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/reporting.png'),
(14567, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/sale_20_24.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/sale_20_24.png'),
(14568, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/spring.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/spring.png'),
(14569, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/spring_sale_24.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/spring_sale_24.png'),
(14570, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/subscriben.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/subscriben.png'),
(14571, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/summer.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/summer.png'),
(14572, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/summer_sale_24.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/summer_sale_24.png'),
(14573, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/support.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/support.png'),
(14574, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/ud_smile.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/ud_smile.png'),
(14575, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/updraft_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/updraft_logo.png'),
(14576, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/notices/wp_optimize_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/notices/wp_optimize_logo.png'),
(14577, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/onedrive.png', 'wp-content/updraft/plugins-old/updraftplus/images/onedrive.png'),
(14578, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/aios.png', 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/aios.png'),
(14579, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/easy-updates-manager-logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/easy-updates-manager-logo.png'),
(14580, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/keyy.png', 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/keyy.png'),
(14581, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/meta-slider.png', 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/meta-slider.png'),
(14582, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/updraft-central.png', 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/updraft-central.png'),
(14583, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/other-plugins/wp-optimize.png', 'wp-content/updraft/plugins-old/updraftplus/images/other-plugins/wp-optimize.png'),
(14584, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/padlock-150.png', 'wp-content/updraft/plugins-old/updraftplus/images/padlock-150.png'),
(14585, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/pcloud-logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/pcloud-logo.png'),
(14586, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/rackspacecloud-logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/rackspacecloud-logo.png'),
(14587, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/ud-logo-150.png', 'wp-content/updraft/plugins-old/updraftplus/images/ud-logo-150.png'),
(14588, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/ud-logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/ud-logo.png'),
(14589, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/udlogo-rotating.gif', 'wp-content/updraft/plugins-old/updraftplus/images/udlogo-rotating.gif'),
(14590, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/udp-logo-white.png', 'wp-content/updraft/plugins-old/updraftplus/images/udp-logo-white.png'),
(14591, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_central_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraft_central_logo.png'),
(14592, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_cross.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraft_cross.png'),
(14593, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_freev.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraft_freev.png'),
(14594, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_premv.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraft_premv.png'),
(14595, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_tick.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraft_tick.png'),
(14596, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraft_vault_logo.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraft_vault_logo.png'),
(14597, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraftcentral_cloud.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraftcentral_cloud.png'),
(14598, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraftclone_logo_white.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraftclone_logo_white.png'),
(14599, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/updraftvault-150.png', 'wp-content/updraft/plugins-old/updraftplus/images/updraftvault-150.png'),
(14600, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/images/upraftplus-clone-screenshot.jpg', 'wp-content/updraft/plugins-old/updraftplus/images/upraftplus-clone-screenshot.jpg'),
(14601, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/API.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/API.php'),
(14602, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14603, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),
(14604, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),
(14605, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),
(14606, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),
(14607, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),
(14608, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),
(14609, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php'),
(14610, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php'),
(14611, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php'),
(14612, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php'),
(14613, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php'),
(14614, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php'),
(14615, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php'),
(14616, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php'),
(14617, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php'),
(14618, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php'),
(14619, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php'),
(14620, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php'),
(14621, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php'),
(14622, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php'),
(14623, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php'),
(14624, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php'),
(14625, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php'),
(14626, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php'),
(14627, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php'),
(14628, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php'),
(14629, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php'),
(14630, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php'),
(14631, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php'),
(14632, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php'),
(14633, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php'),
(14634, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php'),
(14635, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php'),
(14636, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/cacerts.pem', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/cacerts.pem'),
(14637, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php'),
(14638, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php'),
(14639, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php'),
(14640, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php'),
(14641, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php'),
(14642, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php'),
(14643, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php'),
(14644, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php'),
(14645, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php'),
(14646, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php'),
(14647, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php'),
(14648, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php'),
(14649, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php'),
(14650, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php'),
(14651, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php'),
(14652, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php'),
(14653, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php'),
(14654, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php'),
(14655, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php'),
(14656, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php'),
(14657, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php'),
(14658, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php'),
(14659, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php'),
(14660, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php'),
(14661, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php'),
(14662, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/S3.php', 'wp-content/updraft/plugins-old/updraftplus/includes/S3.php'),
(14663, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php', 'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php'),
(14664, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI-1-25-1.min.js'),
(14665, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.js', 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.js'),
(14666, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min-1-25-1.min.js'),
(14667, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/blockui/jquery.blockUI.min.js'),
(14668, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cacert.pem', 'wp-content/updraft/plugins-old/updraftplus/includes/cacert.pem'),
(14669, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/loader.svg', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/loader.svg'),
(14670, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css'),
(14671, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.css.map'),
(14672, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-25-1.min.js'),
(14673, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css'),
(14674, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),
(14675, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),
(14676, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/products.json', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/products.json'),
(14677, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/readme.md', 'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/readme.md'),
(14678, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php'),
(14679, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php'),
(14680, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-database-utility.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-database-utility.php'),
(14681, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php'),
(14682, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-http-error-descriptions.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-http-error-descriptions.php'),
(14683, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-job-scheduler.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-job-scheduler.php'),
(14684, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-manipulation-functions.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-manipulation-functions.php'),
(14685, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php'),
(14686, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-remote-send.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-remote-send.php'),
(14687, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-search-replace.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-search-replace.php'),
(14688, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php'),
(14689, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-storage-methods-interface.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-storage-methods-interface.php'),
(14690, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-dashboard-news.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-dashboard-news.php'),
(14691, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-semaphore.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-semaphore.php'),
(14692, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraftcentral-updraftplus-commands.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),
(14693, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-updraftplus-encryption.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-updraftplus-encryption.php'),
(14694, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-wpadmin-commands.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-wpadmin-commands.php'),
(14695, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php', 'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php'),
(14696, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php', 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php'),
(14697, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),
(14698, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php', 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php'),
(14699, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php', 'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php'),
(14700, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/get-cpanel-quota-usage.pl', 'wp-content/updraft/plugins-old/updraftplus/includes/get-cpanel-quota-usage.pl'),
(14701, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php', 'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php'),
(14702, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/LICENSE'),
(14703, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js', 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js'),
(14704, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.min.js'),
(14705, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.js', 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.js'),
(14706, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.min.js'),
(14707, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),
(14708, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png'),
(14709, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png'),
(14710, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png'),
(14711, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png'),
(14712, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png'),
(14713, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),
(14714, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),
(14715, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),
(14716, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_222222_256x240.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_222222_256x240.png'),
(14717, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_228ef1_256x240.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_228ef1_256x240.png'),
(14718, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ef8c08_256x240.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ef8c08_256x240.png'),
(14719, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffd27a_256x240.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffd27a_256x240.png'),
(14720, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffffff_256x240.png', 'wp-content/updraft/plugins-old/updraftplus/includes/images/ui-icons_ffffff_256x240.png'),
(14721, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css'),
(14722, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4-1-25-1.min.css.map'),
(14723, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.11.4.css'),
(14724, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css'),
(14725, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1-1-25-1.min.css.map'),
(14726, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.custom-v1.12.1.css'),
(14727, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-25-1.min.js'),
(14728, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js'),
(14729, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),
(14730, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),
(14731, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js'),
(14732, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.min.js'),
(14733, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/32px.png', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/32px.png'),
(14734, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/40px.png', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/40px.png'),
(14735, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.css'),
(14736, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.min.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/style.min.css'),
(14737, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/throbber.gif', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default/throbber.gif'),
(14738, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/32px.png', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/32px.png'),
(14739, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/40px.png', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/40px.png'),
(14740, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.css'),
(14741, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.min.css', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/style.min.css'),
(14742, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/throbber.gif', 'wp-content/updraft/plugins-old/updraftplus/includes/jstree/themes/default-dark/throbber.gif'),
(14743, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/LICENSE'),
(14744, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-checked.png', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-checked.png'),
(14745, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-unchecked.png', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/images/input-unchecked.png'),
(14746, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css'),
(14747, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.css.map'),
(14748, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty-1-25-1.min.js'),
(14749, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.css', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.css'),
(14750, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js'),
(14751, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/migrator-lite.php', 'wp-content/updraft/plugins-old/updraftplus/includes/migrator-lite.php'),
(14752, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php', 'wp-content/updraft/plugins-old/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php'),
(14753, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/includes/tether/LICENSE'),
(14754, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js', 'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js'),
(14755, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.min.js'),
(14756, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/LICENSE'),
(14757, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.js', 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.js'),
(14758, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.min.js'),
(14759, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/tether.js', 'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/tether.js'),
(14760, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common-1-25-1.min.js'),
(14761, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.js', 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.js'),
(14762, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin-compatibility.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin-compatibility.php'),
(14763, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin.php'),
(14764, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftcentral.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftcentral.php'),
(14765, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-auto-login.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),
(14766, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),
(14767, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-restore.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-restore.php'),
(14768, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-status.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-status.php'),
(14769, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-user-notice.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),
(14770, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-clone.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-clone.php'),
(14771, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php'),
(14772, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php'),
(14773, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php'),
(14774, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/includes/updraftvault.php', 'wp-content/updraft/plugins-old/updraftplus/includes/updraftvault.php'),
(14775, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/index.html', 'wp-content/updraft/plugins-old/updraftplus/index.html'),
(14776, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/tour-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/js/tour-1-25-1.min.js'),
(14777, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/tour.js', 'wp-content/updraft/plugins-old/updraftplus/js/tour.js'),
(14778, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore-1-25-1.min.js', 'wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore-1-25-1.min.js'),
(14779, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore.js', 'wp-content/updraft/plugins-old/updraftplus/js/updraft-admin-restore.js'),
(14780, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.mo'),
(14781, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-af.po'),
(14782, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.mo'),
(14783, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ar.po'),
(14784, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.mo'),
(14785, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bg_BG.po'),
(14786, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.mo'),
(14787, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bn_BD.po'),
(14788, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.mo'),
(14789, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-bs_BA.po'),
(14790, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.mo'),
(14791, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ca.po'),
(14792, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.mo'),
(14793, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ckb.po'),
(14794, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.mo'),
(14795, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-da_DK.po'),
(14796, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.mo'),
(14797, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-es_AR.po'),
(14798, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.mo'),
(14799, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-et.po'),
(14800, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.mo'),
(14801, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-eu.po'),
(14802, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.mo'),
(14803, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fa_IR.po'),
(14804, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.mo'),
(14805, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fi.po'),
(14806, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.mo'),
(14807, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-fr_CA.po'),
(14808, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.mo'),
(14809, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-he_IL.po'),
(14810, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.mo'),
(14811, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hi_IN.po'),
(14812, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.mo'),
(14813, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-hu_HU.po'),
(14814, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.mo'),
(14815, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-id_ID.po'),
(14816, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.mo'),
(14817, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ko_KR.po'),
(14818, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.mo'),
(14819, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-lt_LT.po'),
(14820, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.mo'),
(14821, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-pt_BR.po'),
(14822, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.mo'),
(14823, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ru_RU.po'),
(14824, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.mo'),
(14825, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sl_SI.po'),
(14826, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.mo'),
(14827, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-sr_RS.po'),
(14828, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.mo'),
(14829, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-te.po'),
(14830, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.mo'),
(14831, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-th.po'),
(14832, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.mo'),
(14833, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tl.po'),
(14834, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.mo'),
(14835, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-tr_TR.po'),
(14836, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.mo'),
(14837, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-ur.po'),
(14838, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.mo'),
(14839, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-vi.po'),
(14840, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.mo'),
(14841, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_HK.po'),
(14842, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.mo', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.mo'),
(14843, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.po', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus-zh_TW.po'),
(14844, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/languages/updraftplus.pot', 'wp-content/updraft/plugins-old/updraftplus/languages/updraftplus.pot'),
(14845, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/addon-base-v2.php', 'wp-content/updraft/plugins-old/updraftplus/methods/addon-base-v2.php'),
(14846, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php', 'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php'),
(14847, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/azure.php', 'wp-content/updraft/plugins-old/updraftplus/methods/azure.php'),
(14848, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/backblaze.php', 'wp-content/updraft/plugins-old/updraftplus/methods/backblaze.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14849, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/backup-module.php', 'wp-content/updraft/plugins-old/updraftplus/methods/backup-module.php'),
(14850, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php', 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php'),
(14851, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php', 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php'),
(14852, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php', 'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php'),
(14853, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php', 'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php'),
(14854, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/email.php', 'wp-content/updraft/plugins-old/updraftplus/methods/email.php'),
(14855, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/ftp.php', 'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php'),
(14856, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php', 'wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php'),
(14857, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php', 'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php'),
(14858, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php', 'wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php'),
(14859, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php', 'wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php'),
(14860, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php', 'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php'),
(14861, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/openstack.php', 'wp-content/updraft/plugins-old/updraftplus/methods/openstack.php'),
(14862, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php', 'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php'),
(14863, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/pcloud.php', 'wp-content/updraft/plugins-old/updraftplus/methods/pcloud.php'),
(14864, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php', 'wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php'),
(14865, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/s3.php', 'wp-content/updraft/plugins-old/updraftplus/methods/s3.php'),
(14866, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php', 'wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php'),
(14867, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/sftp.php', 'wp-content/updraft/plugins-old/updraftplus/methods/sftp.php'),
(14868, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/template.php', 'wp-content/updraft/plugins-old/updraftplus/methods/template.php'),
(14869, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php', 'wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php'),
(14870, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/methods/webdav.php', 'wp-content/updraft/plugins-old/updraftplus/methods/webdav.php'),
(14871, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/options.php', 'wp-content/updraft/plugins-old/updraftplus/options.php'),
(14872, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/readme.txt', 'wp-content/updraft/plugins-old/updraftplus/readme.txt'),
(14873, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/restorer.php', 'wp-content/updraft/plugins-old/updraftplus/restorer.php'),
(14874, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/advanced-tools.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),
(14875, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/db-size.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/db-size.php'),
(14876, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/export-settings.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/export-settings.php'),
(14877, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php'),
(14878, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php'),
(14879, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php'),
(14880, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/tools-menu.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/tools-menu.php'),
(14881, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/total-size.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/total-size.php'),
(14882, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/updraftcentral.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),
(14883, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/wipe-settings.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),
(14884, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/autobackup-notice.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),
(14885, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/bottom-notice.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/bottom-notice.php'),
(14886, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/horizontal-notice.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),
(14887, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report-plain.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report-plain.php'),
(14888, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report.php'),
(14889, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),
(14890, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),
(14891, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),
(14892, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),
(14893, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-modal.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-modal.php'),
(14894, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),
(14895, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),
(14896, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/existing-backups-table.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),
(14897, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/file-backup-exclude.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),
(14898, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/footer.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/footer.php'),
(14899, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php'),
(14900, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php'),
(14901, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),
(14902, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-addons.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-addons.php'),
(14903, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php'),
(14904, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-bar.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-bar.php'),
(14905, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php'),
(14906, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/temporary-clone.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/temporary-clone.php'),
(14907, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),
(14908, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/upload-backups-modal.php', 'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),
(14909, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/updraftplus.php', 'wp-content/updraft/plugins-old/updraftplus/updraftplus.php'),
(14910, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php'),
(14911, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/LICENSE'),
(14912, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/README.md'),
(14913, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/composer.json'),
(14914, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/DisallowedClassesSubstitutor.php'),
(14915, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/brumann/polyfill-unserialize/src/Unserialize.php'),
(14916, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/README.md'),
(14917, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/bower.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/bower.json'),
(14918, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/component.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/component.json'),
(14919, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/composer.json'),
(14920, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.js', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.js'),
(14921, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.js', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.js'),
(14922, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.map', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.min.map'),
(14923, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.js', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.js'),
(14924, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.js', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.js'),
(14925, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.map', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/jquery.slim.min.map'),
(14926, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/package.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/components/jquery/package.json'),
(14927, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php'),
(14928, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/InstalledVersions.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/InstalledVersions.php'),
(14929, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/LICENSE'),
(14930, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php'),
(14931, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_files.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_files.php'),
(14932, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php'),
(14933, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php'),
(14934, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php'),
(14935, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_static.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_static.php'),
(14936, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.json'),
(14937, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/installed.php'),
(14938, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/README.md'),
(14939, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/composer.json'),
(14940, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/phpunit.xml.dist', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/phpunit.xml.dist'),
(14941, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),
(14942, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),
(14943, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),
(14944, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),
(14945, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),
(14946, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),
(14947, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),
(14948, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),
(14949, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),
(14950, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),
(14951, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),
(14952, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md'),
(14953, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/LICENSE'),
(14954, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/README.md'),
(14955, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/UPGRADING.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/UPGRADING.md'),
(14956, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/build.xml', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/build.xml'),
(14957, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/composer.json'),
(14958, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),
(14959, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist'),
(14960, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),
(14961, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),
(14962, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),
(14963, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),
(14964, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),
(14965, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),
(14966, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),
(14967, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),
(14968, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),
(14969, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),
(14970, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),
(14971, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),
(14972, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),
(14973, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),
(14974, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),
(14975, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),
(14976, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json'),
(14977, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),
(14978, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),
(14979, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),
(14980, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),
(14981, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),
(14982, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),
(14983, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),
(14984, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),
(14985, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json'),
(14986, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),
(14987, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),
(14988, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),
(14989, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),
(14990, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),
(14991, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),
(14992, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),
(14993, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),
(14994, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),
(14995, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),
(14996, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),
(14997, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),
(14998, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),
(14999, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json'),
(15000, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),
(15001, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),
(15002, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),
(15003, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),
(15004, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),
(15005, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),
(15006, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),
(15007, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),
(15008, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),
(15009, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),
(15010, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),
(15011, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),
(15012, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),
(15013, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),
(15014, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),
(15015, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),
(15016, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),
(15017, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),
(15018, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),
(15019, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),
(15020, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),
(15021, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),
(15022, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),
(15023, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),
(15024, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),
(15025, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),
(15026, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),
(15027, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),
(15028, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),
(15029, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),
(15030, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),
(15031, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),
(15032, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),
(15033, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),
(15034, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),
(15035, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),
(15036, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),
(15037, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),
(15038, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),
(15039, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),
(15040, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),
(15041, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),
(15042, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),
(15043, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),
(15044, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),
(15045, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),
(15046, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),
(15047, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),
(15048, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem'),
(15049, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),
(15050, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),
(15051, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json'),
(15052, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),
(15053, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),
(15054, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),
(15055, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),
(15056, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json'),
(15057, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),
(15058, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),
(15059, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),
(15060, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),
(15061, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),
(15062, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md'),
(15063, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json'),
(15064, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(15065, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),
(15066, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),
(15067, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),
(15068, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),
(15069, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),
(15070, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),
(15071, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),
(15072, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),
(15073, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json'),
(15074, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),
(15075, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),
(15076, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),
(15077, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),
(15078, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),
(15079, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),
(15080, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),
(15081, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),
(15082, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),
(15083, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),
(15084, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),
(15085, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),
(15086, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json'),
(15087, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),
(15088, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json'),
(15089, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),
(15090, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),
(15091, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),
(15092, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),
(15093, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),
(15094, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),
(15095, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),
(15096, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),
(15097, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),
(15098, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),
(15099, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),
(15100, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),
(15101, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),
(15102, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json'),
(15103, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),
(15104, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),
(15105, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),
(15106, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),
(15107, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),
(15108, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),
(15109, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),
(15110, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),
(15111, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),
(15112, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),
(15113, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),
(15114, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),
(15115, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json'),
(15116, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),
(15117, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),
(15118, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),
(15119, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),
(15120, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),
(15121, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),
(15122, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json'),
(15123, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),
(15124, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json'),
(15125, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),
(15126, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),
(15127, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),
(15128, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json'),
(15129, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),
(15130, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json'),
(15131, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),
(15132, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json'),
(15133, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),
(15134, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),
(15135, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json'),
(15136, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),
(15137, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json'),
(15138, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),
(15139, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json'),
(15140, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json'),
(15141, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),
(15142, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),
(15143, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),
(15144, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),
(15145, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),
(15146, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),
(15147, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),
(15148, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),
(15149, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),
(15150, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),
(15151, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),
(15152, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),
(15153, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),
(15154, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),
(15155, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),
(15156, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),
(15157, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),
(15158, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),
(15159, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),
(15160, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),
(15161, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),
(15162, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),
(15163, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),
(15164, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),
(15165, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),
(15166, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),
(15167, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),
(15168, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),
(15169, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),
(15170, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),
(15171, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),
(15172, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),
(15173, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),
(15174, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),
(15175, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),
(15176, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),
(15177, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),
(15178, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),
(15179, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),
(15180, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),
(15181, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),
(15182, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),
(15183, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),
(15184, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),
(15185, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),
(15186, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),
(15187, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),
(15188, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),
(15189, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),
(15190, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),
(15191, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),
(15192, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),
(15193, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),
(15194, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),
(15195, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),
(15196, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),
(15197, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),
(15198, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),
(15199, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),
(15200, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),
(15201, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),
(15202, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),
(15203, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),
(15204, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),
(15205, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),
(15206, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),
(15207, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),
(15208, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),
(15209, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),
(15210, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),
(15211, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json'),
(15212, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),
(15213, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),
(15214, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),
(15215, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),
(15216, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json'),
(15217, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md'),
(15218, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile'),
(15219, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/LICENSE'),
(15220, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/README.md'),
(15221, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md'),
(15222, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/composer.json'),
(15223, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php'),
(15224, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php'),
(15225, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(15226, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(15227, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(15228, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(15229, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(15230, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(15231, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(15232, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(15233, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(15234, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),
(15235, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(15236, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php'),
(15237, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(15238, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(15239, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(15240, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(15241, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(15242, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(15243, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(15244, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(15245, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(15246, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(15247, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(15248, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php'),
(15249, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php'),
(15250, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php'),
(15251, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(15252, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(15253, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(15254, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php'),
(15255, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(15256, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php'),
(15257, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php'),
(15258, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php'),
(15259, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php'),
(15260, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php'),
(15261, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md'),
(15262, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/LICENSE'),
(15263, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/README.md'),
(15264, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/composer.json'),
(15265, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php'),
(15266, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php'),
(15267, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php'),
(15268, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Create.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Create.php'),
(15269, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Each.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Each.php'),
(15270, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php'),
(15271, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php'),
(15272, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Is.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Is.php'),
(15273, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Promise.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Promise.php'),
(15274, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php'),
(15275, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php'),
(15276, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php'),
(15277, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php'),
(15278, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php'),
(15279, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php'),
(15280, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Utils.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/Utils.php'),
(15281, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions.php'),
(15282, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php'),
(15283, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md'),
(15284, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/LICENSE'),
(15285, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/README.md'),
(15286, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/composer.json'),
(15287, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php'),
(15288, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php'),
(15289, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php'),
(15290, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php'),
(15291, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php'),
(15292, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Header.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Header.php'),
(15293, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php'),
(15294, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php'),
(15295, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php'),
(15296, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Message.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Message.php'),
(15297, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php'),
(15298, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php'),
(15299, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php'),
(15300, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php'),
(15301, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php'),
(15302, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Query.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Query.php'),
(15303, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Request.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Request.php'),
(15304, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Response.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Response.php'),
(15305, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php'),
(15306, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php'),
(15307, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php'),
(15308, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(15309, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php'),
(15310, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php'),
(15311, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php'),
(15312, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php'),
(15313, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php'),
(15314, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php'),
(15315, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php'),
(15316, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions.php'),
(15317, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php'),
(15318, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/README.md'),
(15319, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/composer.json'),
(15320, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json'),
(15321, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php'),
(15322, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json'),
(15323, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php'),
(15324, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/LICENSE'),
(15325, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/composer.json'),
(15326, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(15327, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(15328, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(15329, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(15330, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(15331, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random.php'),
(15332, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(15333, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(15334, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(15335, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(15336, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(15337, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_int.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/paragonie/random_compat/lib/random_int.php'),
(15338, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/AUTHORS', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/AUTHORS'),
(15339, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md'),
(15340, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/LICENSE'),
(15341, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/README.md'),
(15342, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml'),
(15343, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/composer.json'),
(15344, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),
(15345, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),
(15346, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),
(15347, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),
(15348, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),
(15349, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),
(15350, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),
(15351, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),
(15352, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),
(15353, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),
(15354, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),
(15355, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),
(15356, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),
(15357, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'),
(15358, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),
(15359, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),
(15360, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),
(15361, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),
(15362, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),
(15363, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),
(15364, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),
(15365, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),
(15366, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'),
(15367, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),
(15368, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),
(15369, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', 'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf'),
(15370, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/CHANGELOG.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/CHANGELOG.md'),
(15371, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/LICENSE'),
(15372, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/README.md'),
(15373, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/composer.json'),
(15374, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md'),
(15375, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md'),
(15376, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/MessageInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/MessageInterface.php'),
(15377, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/RequestInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/RequestInterface.php'),
(15378, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ResponseInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ResponseInterface.php'),
(15379, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php'),
(15380, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/StreamInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/StreamInterface.php'),
(15381, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php'),
(15382, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UriInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/http-message/src/UriInterface.php'),
(15383, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/LICENSE'),
(15384, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),
(15385, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),
(15386, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),
(15387, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),
(15388, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),
(15389, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),
(15390, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),
(15391, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),
(15392, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php'),
(15393, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),
(15394, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),
(15395, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/README.md'),
(15396, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/composer.json'),
(15397, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md'),
(15398, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md'),
(15399, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/LICENSE'),
(15400, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/README.md'),
(15401, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/apigen.neon', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/apigen.neon'),
(15402, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/composer.json'),
(15403, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php'),
(15404, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php'),
(15405, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php'),
(15406, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),
(15407, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),
(15408, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),
(15409, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),
(15410, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),
(15411, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),
(15412, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),
(15413, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),
(15414, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),
(15415, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),
(15416, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),
(15417, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),
(15418, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),
(15419, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),
(15420, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),
(15421, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),
(15422, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),
(15423, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php'),
(15424, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php'),
(15425, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),
(15426, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),
(15427, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),
(15428, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),
(15429, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),
(15430, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),
(15431, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),
(15432, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),
(15433, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),
(15434, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),
(15435, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),
(15436, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),
(15437, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),
(15438, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),
(15439, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),
(15440, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),
(15441, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),
(15442, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),
(15443, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),
(15444, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),
(15445, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),
(15446, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),
(15447, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),
(15448, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php'),
(15449, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),
(15450, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),
(15451, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),
(15452, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),
(15453, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),
(15454, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),
(15455, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),
(15456, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),
(15457, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(15458, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),
(15459, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),
(15460, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),
(15461, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),
(15462, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),
(15463, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),
(15464, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),
(15465, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),
(15466, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),
(15467, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),
(15468, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),
(15469, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),
(15470, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),
(15471, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),
(15472, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),
(15473, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),
(15474, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),
(15475, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),
(15476, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),
(15477, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),
(15478, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),
(15479, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),
(15480, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),
(15481, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),
(15482, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),
(15483, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),
(15484, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),
(15485, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),
(15486, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),
(15487, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),
(15488, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),
(15489, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),
(15490, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),
(15491, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),
(15492, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),
(15493, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),
(15494, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),
(15495, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),
(15496, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),
(15497, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),
(15498, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),
(15499, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),
(15500, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),
(15501, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),
(15502, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),
(15503, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),
(15504, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),
(15505, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),
(15506, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),
(15507, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),
(15508, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),
(15509, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),
(15510, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),
(15511, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),
(15512, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),
(15513, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),
(15514, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),
(15515, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),
(15516, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),
(15517, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),
(15518, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),
(15519, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),
(15520, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),
(15521, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),
(15522, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),
(15523, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),
(15524, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),
(15525, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),
(15526, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),
(15527, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),
(15528, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),
(15529, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),
(15530, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),
(15531, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),
(15532, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),
(15533, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),
(15534, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),
(15535, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),
(15536, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),
(15537, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),
(15538, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),
(15539, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),
(15540, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),
(15541, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),
(15542, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),
(15543, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),
(15544, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),
(15545, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),
(15546, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),
(15547, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),
(15548, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),
(15549, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),
(15550, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),
(15551, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),
(15552, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),
(15553, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),
(15554, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),
(15555, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),
(15556, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),
(15557, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),
(15558, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),
(15559, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),
(15560, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),
(15561, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php'),
(15562, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),
(15563, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),
(15564, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),
(15565, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),
(15566, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),
(15567, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),
(15568, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),
(15569, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),
(15570, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),
(15571, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),
(15572, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),
(15573, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),
(15574, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),
(15575, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),
(15576, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),
(15577, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),
(15578, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),
(15579, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),
(15580, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),
(15581, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),
(15582, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),
(15583, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),
(15584, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),
(15585, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist'),
(15586, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/LICENSE'),
(15587, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/README.md'),
(15588, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/composer.json'),
(15589, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml', 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml'),
(15590, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php'),
(15591, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php'),
(15592, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md'),
(15593, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),
(15594, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),
(15595, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),
(15596, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),
(15597, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),
(15598, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php'),
(15599, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),
(15600, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),
(15601, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),
(15602, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),
(15603, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),
(15604, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/LICENSE'),
(15605, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/README.md'),
(15606, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/composer.json'),
(15607, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist'),
(15608, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php'),
(15609, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php'),
(15610, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE'),
(15611, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/README.md'),
(15612, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php'),
(15613, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php'),
(15614, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php'),
(15615, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php'),
(15616, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php'),
(15617, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php'),
(15618, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php'),
(15619, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php'),
(15620, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php'),
(15621, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php'),
(15622, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json'),
(15623, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE'),
(15624, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php'),
(15625, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md'),
(15626, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php'),
(15627, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php'),
(15628, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php'),
(15629, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php'),
(15630, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php'),
(15631, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php'),
(15632, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json'),
(15633, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE'),
(15634, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php'),
(15635, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/README.md'),
(15636, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(15637, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),
(15638, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),
(15639, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),
(15640, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php'),
(15641, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-mbstring/composer.json'),
(15642, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/LICENSE'),
(15643, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Php70.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Php70.php'),
(15644, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/README.md'),
(15645, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php'),
(15646, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php'),
(15647, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php'),
(15648, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php'),
(15649, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php'),
(15650, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php'),
(15651, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php'),
(15652, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php'),
(15653, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php70/composer.json'),
(15654, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/LICENSE', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/LICENSE'),
(15655, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/Php72.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/Php72.php'),
(15656, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/README.md'),
(15657, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php'),
(15658, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/polyfill-php72/composer.json'),
(15659, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml'),
(15660, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml'),
(15661, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/README.md', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/README.md'),
(15662, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/composer.json', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/composer.json'),
(15663, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php'),
(15664, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php'),
(15665, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php'),
(15666, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php'),
(15667, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php'),
(15668, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php'),
(15669, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php'),
(15670, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php'),
(15671, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php'),
(15672, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php'),
(15673, '/home/abt90iranbet/public_html/wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php', 'wp-content/updraft/plugins-old/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php'),
(15674, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/index.php', 'wp-content/updraft/themes-old/index.php'),
(15675, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/css/editor-style.css', 'wp-content/updraft/themes-old/twentytwentyfive/assets/css/editor-style.css'),
(15676, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2'),
(15677, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2'),
(15678, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2'),
(15679, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2'),
(15680, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2'),
(15681, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2'),
(15682, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2'),
(15683, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2'),
(15684, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2'),
(15685, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2'),
(15686, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2'),
(15687, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2'),
(15688, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2'),
(15689, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2'),
(15690, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2'),
(15691, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2'),
(15692, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2'),
(15693, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2'),
(15694, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2'),
(15695, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2'),
(15696, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2'),
(15697, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2'),
(15698, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2'),
(15699, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2'),
(15700, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2'),
(15701, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2'),
(15702, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2'),
(15703, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2'),
(15704, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2'),
(15705, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2'),
(15706, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2'),
(15707, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2'),
(15708, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2'),
(15709, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2'),
(15710, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2'),
(15711, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2'),
(15712, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2'),
(15713, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2'),
(15714, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2'),
(15715, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2'),
(15716, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2'),
(15717, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2'),
(15718, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2'),
(15719, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2'),
(15720, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/404-image.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/404-image.webp'),
(15721, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/agenda-img-4.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/agenda-img-4.webp'),
(15722, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp'),
(15723, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image-landing.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image-landing.webp'),
(15724, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/book-image.webp'),
(15725, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers-closeup.webp'),
(15726, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/botany-flowers.webp'),
(15727, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp'),
(15728, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-anthuriums.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-anthuriums.webp'),
(15729, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-cactus.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-cactus.webp'),
(15730, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-sunflowers.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/category-sunflowers.webp'),
(15731, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/coming-soon-bg-image.webp'),
(15732, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/coral-square.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/coral-square.webp'),
(15733, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/dallas-creek-square.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/dallas-creek-square.webp'),
(15734, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/delphinium-flowers.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/delphinium-flowers.webp'),
(15735, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/flower-meadow-square.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/flower-meadow-square.webp'),
(15736, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-1.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-1.webp'),
(15737, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-2.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/grid-flower-2.webp'),
(15738, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/hero-podcast.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/hero-podcast.webp'),
(15739, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-background.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-background.webp'),
(15740, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-image.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/link-in-bio-image.webp'),
(15741, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/location.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/location.webp'),
(15742, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/malibu-plantlife.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/malibu-plantlife.webp'),
(15743, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/man-in-hat.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/man-in-hat.webp'),
(15744, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/marshland-birds-square.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/marshland-birds-square.webp'),
(15745, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/northern-buttercups-flowers.webp'),
(15746, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/nurse.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/nurse.webp'),
(15747, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/parthenon-square.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/parthenon-square.webp'),
(15748, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/poster-image-background.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/poster-image-background.webp'),
(15749, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/red-hibiscus-closeup.webp'),
(15750, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/ruins-image.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/ruins-image.webp'),
(15751, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/services-subscriber-photo.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/services-subscriber-photo.webp'),
(15752, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/star-thristle-flower.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/star-thristle-flower.webp'),
(15753, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/typewriter.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/typewriter.webp'),
(15754, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/vash-gon-square.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/vash-gon-square.webp'),
(15755, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/assets/images/woman-splashing-water.webp', 'wp-content/updraft/themes-old/twentytwentyfive/assets/images/woman-splashing-water.webp'),
(15756, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/functions.php', 'wp-content/updraft/themes-old/twentytwentyfive/functions.php'),
(15757, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/footer-columns.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/footer-columns.html'),
(15758, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/footer-newsletter.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/footer-newsletter.html'),
(15759, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/footer.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/footer.html'),
(15760, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/header-large-title.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/header-large-title.html'),
(15761, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/header.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/header.html'),
(15762, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/sidebar.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/sidebar.html'),
(15763, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/parts/vertical-header.html', 'wp-content/updraft/themes-old/twentytwentyfive/parts/vertical-header.html'),
(15764, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-about-book.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-about-book.php'),
(15765, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-cover-big-heading.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-cover-big-heading.php'),
(15766, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro-image.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro-image.php'),
(15767, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-intro.php'),
(15768, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-poster.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-poster.php'),
(15769, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/banner-with-description-and-images-grid.php'),
(15770, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/binding-format.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/binding-format.php'),
(15771, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/comments.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/comments.php'),
(15772, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-centered-social-link.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-centered-social-link.php'),
(15773, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-info-locations.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-info-locations.php'),
(15774, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-location-and-link.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/contact-location-and-link.php'),
(15775, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-links.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-links.php'),
(15776, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-locations.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-book-locations.php'),
(15777, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-centered-heading.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-centered-heading.php'),
(15778, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-events-list.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-events-list.php'),
(15779, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-grid-products-link.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-grid-products-link.php'),
(15780, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-heading-search.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-heading-search.php'),
(15781, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-newsletter.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/cta-newsletter.php'),
(15782, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/event-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/event-3-col.php'),
(15783, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/event-rsvp.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/event-rsvp.php'),
(15784, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/event-schedule.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/event-schedule.php'),
(15785, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-centered.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-centered.php'),
(15786, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-columns.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-columns.php'),
(15787, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-newsletter.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-newsletter.php'),
(15788, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-social.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer-social.php'),
(15789, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/footer.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/footer.php'),
(15790, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/format-audio.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/format-audio.php'),
(15791, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/format-link.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/format-link.php'),
(15792, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-videos.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-videos.php'),
(15793, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-with-categories.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/grid-with-categories.php'),
(15794, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header-centered.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header-centered.php'),
(15795, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header-columns.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header-columns.php'),
(15796, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header-large-title.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header-large-title.php'),
(15797, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/header.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/header.php'),
(15798, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/heading-and-paragraph-with-image.php'),
(15799, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-book.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-book.php'),
(15800, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-full-width-image.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-full-width-image.php'),
(15801, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php'),
(15802, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-podcast.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hero-podcast.php'),
(15803, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-404.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-404.php'),
(15804, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-blog-heading.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-blog-heading.php'),
(15805, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-search.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-search.php'),
(15806, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-sidebar.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-sidebar.php'),
(15807, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-written-by.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/hidden-written-by.php'),
(15808, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/logos.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/logos.php'),
(15809, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/media-instagram-grid.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/media-instagram-grid.php'),
(15810, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/more-posts.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/more-posts.php'),
(15811, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/overlapped-images.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/overlapped-images.php'),
(15812, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-business-home.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-business-home.php'),
(15813, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-coming-soon.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-coming-soon.php'),
(15814, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-cv-bio.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-cv-bio.php'),
(15815, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-book.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-book.php'),
(15816, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-event.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-event.php'),
(15817, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-podcast.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-landing-podcast.php'),
(15818, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php'),
(15819, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php'),
(15820, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php'),
(15821, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-portfolio-home.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-portfolio-home.php'),
(15822, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/page-shop-home.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/page-shop-home.php'),
(15823, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/post-navigation.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/post-navigation.php'),
(15824, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-2-col.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-2-col.php'),
(15825, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/pricing-3-col.php'),
(15826, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/services-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/services-3-col.php'),
(15827, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/services-subscriber-only-section.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/services-subscriber-only-section.php'),
(15828, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/services-team-photos.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/services-team-photos.php'),
(15829, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-404-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-404-vertical-header-blog.php'),
(15830, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-news-blog.php'),
(15831, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-photo-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-photo-blog.php'),
(15832, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-text-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-text-blog.php'),
(15833, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-archive-vertical-header-blog.php'),
(15834, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-news-blog.php'),
(15835, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-photo-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-photo-blog.php'),
(15836, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php'),
(15837, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-text-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-text-blog.php'),
(15838, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-vertical-header-blog.php'),
(15839, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php'),
(15840, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-photo-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-photo-blog.php'),
(15841, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-page-vertical-header-blog.php'),
(15842, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-news-blog.php'),
(15843, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-photo-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-photo-blog.php'),
(15844, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-text-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-text-blog.php'),
(15845, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php'),
(15846, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-query-loop.php'),
(15847, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-news-blog.php'),
(15848, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-photo-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-photo-blog.php'),
(15849, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-text-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-text-blog.php'),
(15850, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-search-vertical-header-blog.php'),
(15851, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-left-aligned-content.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-left-aligned-content.php'),
(15852, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-news-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-news-blog.php'),
(15853, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-offset.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-offset.php'),
(15854, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-photo-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-photo-blog.php'),
(15855, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-text-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-text-blog.php'),
(15856, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-vertical-header-blog.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/template-single-vertical-header-blog.php'),
(15857, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-2-col.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-2-col.php'),
(15858, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-6-col.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-6-col.php'),
(15859, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-large.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/testimonials-large.php'),
(15860, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/text-faqs.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/text-faqs.php'),
(15861, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/patterns/vertical-header.php', 'wp-content/updraft/themes-old/twentytwentyfive/patterns/vertical-header.php'),
(15862, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/readme.txt', 'wp-content/updraft/themes-old/twentytwentyfive/readme.txt'),
(15863, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/screenshot.png', 'wp-content/updraft/themes-old/twentytwentyfive/screenshot.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(15864, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/style.css', 'wp-content/updraft/themes-old/twentytwentyfive/style.css'),
(15865, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/01-evening.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/01-evening.json'),
(15866, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/02-noon.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/02-noon.json'),
(15867, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/03-dusk.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/03-dusk.json'),
(15868, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/04-afternoon.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/04-afternoon.json'),
(15869, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/05-twilight.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/05-twilight.json'),
(15870, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/06-morning.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/06-morning.json'),
(15871, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/07-sunrise.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/07-sunrise.json'),
(15872, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/08-midnight.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/08-midnight.json'),
(15873, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/01-display.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/01-display.json'),
(15874, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/02-subtitle.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/02-subtitle.json'),
(15875, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/03-annotation.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/03-annotation.json'),
(15876, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/post-terms-1.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/blocks/post-terms-1.json'),
(15877, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/01-evening.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/01-evening.json'),
(15878, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/02-noon.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/02-noon.json'),
(15879, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/03-dusk.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/03-dusk.json'),
(15880, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/04-afternoon.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/04-afternoon.json'),
(15881, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/05-twilight.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/05-twilight.json'),
(15882, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/06-morning.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/06-morning.json'),
(15883, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/07-sunrise.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/07-sunrise.json'),
(15884, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/colors/08-midnight.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/colors/08-midnight.json'),
(15885, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-1.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-1.json'),
(15886, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-2.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-2.json'),
(15887, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-3.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-3.json'),
(15888, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-4.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-4.json'),
(15889, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-5.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/sections/section-5.json'),
(15890, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-1.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-1.json'),
(15891, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-2.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-2.json'),
(15892, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-3.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-3.json'),
(15893, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-4.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-4.json'),
(15894, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-5.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-5.json'),
(15895, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-6.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-6.json'),
(15896, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-7.json', 'wp-content/updraft/themes-old/twentytwentyfive/styles/typography/typography-preset-7.json'),
(15897, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/404.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/404.html'),
(15898, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/archive.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/archive.html'),
(15899, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/home.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/home.html'),
(15900, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/index.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/index.html'),
(15901, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/page-no-title.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/page-no-title.html'),
(15902, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/page.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/page.html'),
(15903, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/search.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/search.html'),
(15904, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/templates/single.html', 'wp-content/updraft/themes-old/twentytwentyfive/templates/single.html'),
(15905, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfive/theme.json', 'wp-content/updraft/themes-old/twentytwentyfive/theme.json'),
(15906, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/css/button-outline.css', 'wp-content/updraft/themes-old/twentytwentyfour/assets/css/button-outline.css'),
(15907, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),
(15908, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),
(15909, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),
(15910, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),
(15911, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2'),
(15912, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2'),
(15913, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),
(15914, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2'),
(15915, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),
(15916, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2'),
(15917, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),
(15918, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/OFL.txt', 'wp-content/updraft/themes-old/twentytwentyfour/assets/fonts/jost/OFL.txt'),
(15919, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/abstract-geometric-art.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/abstract-geometric-art.webp'),
(15920, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/angular-roof.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/angular-roof.webp'),
(15921, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/art-gallery.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/art-gallery.webp'),
(15922, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/building-exterior.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/building-exterior.webp'),
(15923, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/green-staircase.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/green-staircase.webp'),
(15924, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/hotel-facade.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/hotel-facade.webp'),
(15925, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/icon-message.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/icon-message.webp'),
(15926, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/museum.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/museum.webp'),
(15927, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/tourist-and-building.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/tourist-and-building.webp'),
(15928, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/assets/images/windows.webp', 'wp-content/updraft/themes-old/twentytwentyfour/assets/images/windows.webp'),
(15929, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/functions.php', 'wp-content/updraft/themes-old/twentytwentyfour/functions.php'),
(15930, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/footer.html', 'wp-content/updraft/themes-old/twentytwentyfour/parts/footer.html'),
(15931, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/header.html', 'wp-content/updraft/themes-old/twentytwentyfour/parts/header.html'),
(15932, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/post-meta.html', 'wp-content/updraft/themes-old/twentytwentyfour/parts/post-meta.html'),
(15933, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/parts/sidebar.html', 'wp-content/updraft/themes-old/twentytwentyfour/parts/sidebar.html'),
(15934, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-hero.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-hero.php'),
(15935, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-project-description.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/banner-project-description.php'),
(15936, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-content-image-on-right.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-content-image-on-right.php'),
(15937, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-pricing.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-pricing.php'),
(15938, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-rsvp.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-rsvp.php'),
(15939, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-services-image-left.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-services-image-left.php'),
(15940, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-subscribe-centered.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/cta-subscribe-centered.php'),
(15941, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-centered-logo-nav.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-centered-logo-nav.php'),
(15942, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-colophon-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/footer-colophon-3-col.php'),
(15943, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/footer.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/footer.php'),
(15944, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-full-screen-image.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-full-screen-image.php'),
(15945, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php'),
(15946, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php'),
(15947, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php'),
(15948, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-project-layout.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/gallery-project-layout.php'),
(15949, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-404.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-404.php'),
(15950, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-comments.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-comments.php'),
(15951, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-no-results.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-no-results.php'),
(15952, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-portfolio-hero.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-portfolio-hero.php'),
(15953, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-meta.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-meta.php'),
(15954, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-navigation.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-post-navigation.php'),
(15955, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-posts-heading.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-posts-heading.php'),
(15956, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-search.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-search.php'),
(15957, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-sidebar.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/hidden-sidebar.php'),
(15958, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-about-business.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-about-business.php'),
(15959, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-blogging.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-blogging.php'),
(15960, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-business.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-business.php'),
(15961, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),
(15962, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-home-portfolio.php'),
(15963, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-newsletter-landing.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-newsletter-landing.php'),
(15964, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-portfolio-overview.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-portfolio-overview.php'),
(15965, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/page-rsvp-landing.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/page-rsvp-landing.php'),
(15966, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-1-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-1-col.php'),
(15967, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-3-col.php'),
(15968, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-grid-2-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-grid-2-col.php'),
(15969, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-3-col.php'),
(15970, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-images-only-offset-4-col.php'),
(15971, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-list.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/posts-list.php'),
(15972, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/team-4-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/team-4-col.php'),
(15973, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-blogging.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-blogging.php'),
(15974, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-portfolio.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-archive-portfolio.php'),
(15975, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-blogging.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-blogging.php'),
(15976, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-business.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-business.php'),
(15977, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-portfolio.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-home-portfolio.php'),
(15978, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-blogging.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-blogging.php'),
(15979, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-portfolio.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-index-portfolio.php'),
(15980, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-blogging.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-blogging.php'),
(15981, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-portfolio.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-search-portfolio.php'),
(15982, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/template-single-portfolio.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/template-single-portfolio.php'),
(15983, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/testimonial-centered.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/testimonial-centered.php'),
(15984, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-alternating-images.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-alternating-images.php'),
(15985, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement-small.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement-small.php'),
(15986, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-centered-statement.php'),
(15987, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-faq.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-faq.php'),
(15988, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-feature-grid-3-col.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-feature-grid-3-col.php'),
(15989, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-project-details.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-project-details.php'),
(15990, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/patterns/text-title-left-image-right.php', 'wp-content/updraft/themes-old/twentytwentyfour/patterns/text-title-left-image-right.php'),
(15991, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/readme.txt', 'wp-content/updraft/themes-old/twentytwentyfour/readme.txt'),
(15992, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/screenshot.png', 'wp-content/updraft/themes-old/twentytwentyfour/screenshot.png'),
(15993, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/style.css', 'wp-content/updraft/themes-old/twentytwentyfour/style.css'),
(15994, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/ember.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/ember.json'),
(15995, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/fossil.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/fossil.json'),
(15996, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/ice.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/ice.json'),
(15997, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/maelstrom.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/maelstrom.json'),
(15998, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/mint.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/mint.json'),
(15999, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/onyx.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/onyx.json'),
(16000, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/styles/rust.json', 'wp-content/updraft/themes-old/twentytwentyfour/styles/rust.json'),
(16001, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/404.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/404.html'),
(16002, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/archive.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/archive.html'),
(16003, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/home.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/home.html'),
(16004, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/index.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/index.html'),
(16005, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page-no-title.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/page-no-title.html'),
(16006, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page-wide.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/page-wide.html'),
(16007, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page-with-sidebar.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/page-with-sidebar.html'),
(16008, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/page.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/page.html'),
(16009, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/search.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/search.html'),
(16010, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/single-with-sidebar.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/single-with-sidebar.html'),
(16011, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/templates/single.html', 'wp-content/updraft/themes-old/twentytwentyfour/templates/single.html'),
(16012, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentyfour/theme.json', 'wp-content/updraft/themes-old/twentytwentyfour/theme.json'),
(16013, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),
(16014, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),
(16015, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),
(16016, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),
(16017, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),
(16018, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),
(16019, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),
(16020, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),
(16021, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),
(16022, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),
(16023, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),
(16024, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/inter/LICENSE.txt'),
(16025, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),
(16026, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),
(16027, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),
(16028, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),
(16029, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/updraft/themes-old/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),
(16030, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/comments.html', 'wp-content/updraft/themes-old/twentytwentythree/parts/comments.html'),
(16031, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/footer.html', 'wp-content/updraft/themes-old/twentytwentythree/parts/footer.html'),
(16032, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/header.html', 'wp-content/updraft/themes-old/twentytwentythree/parts/header.html'),
(16033, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/parts/post-meta.html', 'wp-content/updraft/themes-old/twentytwentythree/parts/post-meta.html'),
(16034, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/call-to-action.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/call-to-action.php'),
(16035, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/footer-default.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/footer-default.php'),
(16036, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-404.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-404.php'),
(16037, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-comments.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-comments.php'),
(16038, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-heading.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-heading.php'),
(16039, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-no-results.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/hidden-no-results.php'),
(16040, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/patterns/post-meta.php', 'wp-content/updraft/themes-old/twentytwentythree/patterns/post-meta.php'),
(16041, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/readme.txt', 'wp-content/updraft/themes-old/twentytwentythree/readme.txt'),
(16042, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/screenshot.png', 'wp-content/updraft/themes-old/twentytwentythree/screenshot.png'),
(16043, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/style.css', 'wp-content/updraft/themes-old/twentytwentythree/style.css'),
(16044, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/aubergine.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/aubergine.json'),
(16045, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/block-out.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/block-out.json'),
(16046, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/canary.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/canary.json'),
(16047, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/electric.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/electric.json'),
(16048, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/grapes.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/grapes.json'),
(16049, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/marigold.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/marigold.json'),
(16050, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/pilgrimage.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/pilgrimage.json'),
(16051, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/pitch.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/pitch.json'),
(16052, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/sherbet.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/sherbet.json'),
(16053, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/styles/whisper.json', 'wp-content/updraft/themes-old/twentytwentythree/styles/whisper.json'),
(16054, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/404.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/404.html'),
(16055, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/archive.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/archive.html'),
(16056, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/blank.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/blank.html'),
(16057, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/blog-alternative.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/blog-alternative.html'),
(16058, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/home.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/home.html'),
(16059, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/index.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/index.html'),
(16060, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/page.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/page.html'),
(16061, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/search.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/search.html'),
(16062, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/templates/single.html', 'wp-content/updraft/themes-old/twentytwentythree/templates/single.html'),
(16063, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentythree/theme.json', 'wp-content/updraft/themes-old/twentytwentythree/theme.json'),
(16064, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),
(16065, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),
(16066, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),
(16067, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),
(16068, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),
(16069, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),
(16070, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),
(16071, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),
(16072, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),
(16073, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),
(16074, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),
(16075, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),
(16076, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),
(16077, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),
(16078, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),
(16079, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),
(16080, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),
(16081, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),
(16082, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/Inter.ttf', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/Inter.ttf'),
(16083, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),
(16084, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),
(16085, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),
(16086, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),
(16087, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),
(16088, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/updraft/themes-old/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),
(16089, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-black.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-black.jpg'),
(16090, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-gray.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-gray.jpg'),
(16091, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-green.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-green.jpg'),
(16092, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-salmon.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/bird-on-salmon.jpg'),
(16093, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-black.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-black.png'),
(16094, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-white.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/divider-white.png'),
(16095, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/ducks.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/ducks.jpg'),
(16096, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg'),
(16097, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg'),
(16098, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg'),
(16099, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),
(16100, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-a.png'),
(16101, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-b.png'),
(16102, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-c.png'),
(16103, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/flight-path-on-transparent-d.png'),
(16104, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-binoculars.png', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-binoculars.png'),
(16105, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-bird.jpg', 'wp-content/updraft/themes-old/twentytwentytwo/assets/images/icon-bird.jpg'),
(16106, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/assets/videos/birds.mp4', 'wp-content/updraft/themes-old/twentytwentytwo/assets/videos/birds.mp4'),
(16107, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/functions.php', 'wp-content/updraft/themes-old/twentytwentytwo/functions.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(16108, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/block-patterns.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/block-patterns.php'),
(16109, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),
(16110, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-blog.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-blog.php'),
(16111, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-dark.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-dark.php'),
(16112, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-default.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-default.php'),
(16113, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-logo.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-logo.php'),
(16114, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),
(16115, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-navigation.php'),
(16116, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php'),
(16117, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),
(16118, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-social-copyright.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-social-copyright.php'),
(16119, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),
(16120, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-dark.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-dark.php'),
(16121, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-light.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-divider-light.php'),
(16122, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-featured-posts.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-featured-posts.php'),
(16123, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-image-with-caption.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-image-with-caption.php'),
(16124, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-large-list-names.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-large-list-names.php'),
(16125, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php'),
(16126, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-list-events.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-list-events.php'),
(16127, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-pricing-table.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-pricing-table.php'),
(16128, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-subscribe.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-subscribe.php'),
(16129, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-two-images-text.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-two-images-text.php'),
(16130, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-header-details.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-header-details.php'),
(16131, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-trailer.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-video-trailer.php'),
(16132, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php'),
(16133, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php'),
(16134, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-logo.php'),
(16135, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php'),
(16136, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-default.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-default.php'),
(16137, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),
(16138, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-image-background.php'),
(16139, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-large-dark.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-large-dark.php'),
(16140, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php'),
(16141, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php'),
(16142, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php'),
(16143, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-small-dark.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-small-dark.php'),
(16144, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-stacked.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-stacked.php'),
(16145, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-green-background.php'),
(16146, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php'),
(16147, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php'),
(16148, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-and-button.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-and-button.php'),
(16149, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),
(16150, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-with-tagline.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/header-with-tagline.php'),
(16151, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-404.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-404.php'),
(16152, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-bird.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-bird.php'),
(16153, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),
(16154, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php'),
(16155, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links-dark.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links-dark.php'),
(16156, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-links.php'),
(16157, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-left.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-left.php'),
(16158, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-right.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-media-right.php'),
(16159, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),
(16160, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-solid-color.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-about-solid-color.php'),
(16161, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-and-text.php'),
(16162, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php'),
(16163, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),
(16164, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php'),
(16165, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),
(16166, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),
(16167, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),
(16168, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-default.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-default.php'),
(16169, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-grid.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-grid.php'),
(16170, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-image-grid.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-image-grid.php'),
(16171, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-irregular-grid.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-irregular-grid.php'),
(16172, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-large-titles.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-large-titles.php'),
(16173, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-simple-blog.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-simple-blog.php'),
(16174, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-text-grid.php', 'wp-content/updraft/themes-old/twentytwentytwo/inc/patterns/query-text-grid.php'),
(16175, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/index.php', 'wp-content/updraft/themes-old/twentytwentytwo/index.php'),
(16176, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/footer.html', 'wp-content/updraft/themes-old/twentytwentytwo/parts/footer.html'),
(16177, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/header-large-dark.html', 'wp-content/updraft/themes-old/twentytwentytwo/parts/header-large-dark.html'),
(16178, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/header-small-dark.html', 'wp-content/updraft/themes-old/twentytwentytwo/parts/header-small-dark.html'),
(16179, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/parts/header.html', 'wp-content/updraft/themes-old/twentytwentytwo/parts/header.html'),
(16180, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/readme.txt', 'wp-content/updraft/themes-old/twentytwentytwo/readme.txt'),
(16181, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/screenshot.png', 'wp-content/updraft/themes-old/twentytwentytwo/screenshot.png'),
(16182, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/style.css', 'wp-content/updraft/themes-old/twentytwentytwo/style.css'),
(16183, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/styles/blue.json', 'wp-content/updraft/themes-old/twentytwentytwo/styles/blue.json'),
(16184, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/styles/pink.json', 'wp-content/updraft/themes-old/twentytwentytwo/styles/pink.json'),
(16185, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/styles/swiss.json', 'wp-content/updraft/themes-old/twentytwentytwo/styles/swiss.json'),
(16186, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/404.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/404.html'),
(16187, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/archive.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/archive.html'),
(16188, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/blank.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/blank.html'),
(16189, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/home.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/home.html'),
(16190, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/index.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/index.html'),
(16191, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/page-large-header.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/page-large-header.html'),
(16192, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/page-no-separators.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/page-no-separators.html'),
(16193, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/page.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/page.html'),
(16194, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/search.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/search.html'),
(16195, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/single-no-separators.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/single-no-separators.html'),
(16196, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/templates/single.html', 'wp-content/updraft/themes-old/twentytwentytwo/templates/single.html'),
(16197, '/home/abt90iranbet/public_html/wp-content/updraft/themes-old/twentytwentytwo/theme.json', 'wp-content/updraft/themes-old/twentytwentytwo/theme.json'),
(16198, '/home/abt90iranbet/public_html/wp-content/updraft/web.config', 'wp-content/updraft/web.config'),
(16199, '/home/abt90iranbet/public_html/wp-content/wflogs/.htaccess', 'wp-content/wflogs/.htaccess'),
(16200, '/home/abt90iranbet/public_html/wp-content/wflogs/GeoLite2-Country.mmdb', 'wp-content/wflogs/GeoLite2-Country.mmdb'),
(16201, '/home/abt90iranbet/public_html/wp-content/wflogs/attack-data.php', 'wp-content/wflogs/attack-data.php'),
(16202, '/home/abt90iranbet/public_html/wp-content/wflogs/config-livewaf.php', 'wp-content/wflogs/config-livewaf.php'),
(16203, '/home/abt90iranbet/public_html/wp-content/wflogs/config-synced.php', 'wp-content/wflogs/config-synced.php'),
(16204, '/home/abt90iranbet/public_html/wp-content/wflogs/config-transient.php', 'wp-content/wflogs/config-transient.php'),
(16205, '/home/abt90iranbet/public_html/wp-content/wflogs/config.php', 'wp-content/wflogs/config.php'),
(16206, '/home/abt90iranbet/public_html/wp-content/wflogs/ips.php', 'wp-content/wflogs/ips.php'),
(16207, '/home/abt90iranbet/public_html/wp-content/wflogs/rules.php', 'wp-content/wflogs/rules.php'),
(16208, '/home/abt90iranbet/public_html/wp-content/wflogs/template.php', 'wp-content/wflogs/template.php'),
(16209, '/home/abt90iranbet/public_html/wp-content/wp-rocket-config/abt90iran.bet.php', 'wp-content/wp-rocket-config/abt90iran.bet.php'),
(16210, '/home/abt90iranbet/public_html/wp-content/wp-rocket-config/index.html', 'wp-content/wp-rocket-config/index.html'),
(16211, '/home/abt90iranbet/public_html/.htaccess', '.htaccess'),
(16212, '/home/abt90iranbet/public_html/error_log', 'error_log'),
(16213, '/home/abt90iranbet/public_html/index.php', 'index.php'),
(16214, '/home/abt90iranbet/public_html/license.txt', 'license.txt'),
(16215, '/home/abt90iranbet/public_html/readme.html', 'readme.html'),
(16216, '/home/abt90iranbet/public_html/wp-activate.php', 'wp-activate.php'),
(16217, '/home/abt90iranbet/public_html/wp-admin/about.php', 'wp-admin/about.php'),
(16218, '/home/abt90iranbet/public_html/wp-admin/admin-ajax.php', 'wp-admin/admin-ajax.php'),
(16219, '/home/abt90iranbet/public_html/wp-admin/admin-footer.php', 'wp-admin/admin-footer.php'),
(16220, '/home/abt90iranbet/public_html/wp-admin/admin-functions.php', 'wp-admin/admin-functions.php'),
(16221, '/home/abt90iranbet/public_html/wp-admin/admin-header.php', 'wp-admin/admin-header.php'),
(16222, '/home/abt90iranbet/public_html/wp-admin/admin-post.php', 'wp-admin/admin-post.php'),
(16223, '/home/abt90iranbet/public_html/wp-admin/admin.php', 'wp-admin/admin.php'),
(16224, '/home/abt90iranbet/public_html/wp-admin/async-upload.php', 'wp-admin/async-upload.php'),
(16225, '/home/abt90iranbet/public_html/wp-admin/authorize-application.php', 'wp-admin/authorize-application.php'),
(16226, '/home/abt90iranbet/public_html/wp-admin/comment.php', 'wp-admin/comment.php'),
(16227, '/home/abt90iranbet/public_html/wp-admin/contribute.php', 'wp-admin/contribute.php'),
(16228, '/home/abt90iranbet/public_html/wp-admin/credits.php', 'wp-admin/credits.php'),
(16229, '/home/abt90iranbet/public_html/wp-admin/css/about-rtl.css', 'wp-admin/css/about-rtl.css'),
(16230, '/home/abt90iranbet/public_html/wp-admin/css/about-rtl.min.css', 'wp-admin/css/about-rtl.min.css'),
(16231, '/home/abt90iranbet/public_html/wp-admin/css/about.css', 'wp-admin/css/about.css'),
(16232, '/home/abt90iranbet/public_html/wp-admin/css/about.min.css', 'wp-admin/css/about.min.css'),
(16233, '/home/abt90iranbet/public_html/wp-admin/css/admin-menu-rtl.css', 'wp-admin/css/admin-menu-rtl.css'),
(16234, '/home/abt90iranbet/public_html/wp-admin/css/admin-menu-rtl.min.css', 'wp-admin/css/admin-menu-rtl.min.css'),
(16235, '/home/abt90iranbet/public_html/wp-admin/css/admin-menu.css', 'wp-admin/css/admin-menu.css'),
(16236, '/home/abt90iranbet/public_html/wp-admin/css/admin-menu.min.css', 'wp-admin/css/admin-menu.min.css'),
(16237, '/home/abt90iranbet/public_html/wp-admin/css/code-editor-rtl.css', 'wp-admin/css/code-editor-rtl.css'),
(16238, '/home/abt90iranbet/public_html/wp-admin/css/code-editor-rtl.min.css', 'wp-admin/css/code-editor-rtl.min.css'),
(16239, '/home/abt90iranbet/public_html/wp-admin/css/code-editor.css', 'wp-admin/css/code-editor.css'),
(16240, '/home/abt90iranbet/public_html/wp-admin/css/code-editor.min.css', 'wp-admin/css/code-editor.min.css'),
(16241, '/home/abt90iranbet/public_html/wp-admin/css/color-picker-rtl.css', 'wp-admin/css/color-picker-rtl.css'),
(16242, '/home/abt90iranbet/public_html/wp-admin/css/color-picker-rtl.min.css', 'wp-admin/css/color-picker-rtl.min.css'),
(16243, '/home/abt90iranbet/public_html/wp-admin/css/color-picker.css', 'wp-admin/css/color-picker.css'),
(16244, '/home/abt90iranbet/public_html/wp-admin/css/color-picker.min.css', 'wp-admin/css/color-picker.min.css'),
(16245, '/home/abt90iranbet/public_html/wp-admin/css/colors/_admin.scss', 'wp-admin/css/colors/_admin.scss'),
(16246, '/home/abt90iranbet/public_html/wp-admin/css/colors/_mixins.scss', 'wp-admin/css/colors/_mixins.scss'),
(16247, '/home/abt90iranbet/public_html/wp-admin/css/colors/_variables.scss', 'wp-admin/css/colors/_variables.scss'),
(16248, '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors-rtl.css', 'wp-admin/css/colors/blue/colors-rtl.css'),
(16249, '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors-rtl.min.css', 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(16250, '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors.css', 'wp-admin/css/colors/blue/colors.css'),
(16251, '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors.min.css', 'wp-admin/css/colors/blue/colors.min.css'),
(16252, '/home/abt90iranbet/public_html/wp-admin/css/colors/blue/colors.scss', 'wp-admin/css/colors/blue/colors.scss'),
(16253, '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors-rtl.css', 'wp-admin/css/colors/coffee/colors-rtl.css'),
(16254, '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css', 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(16255, '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors.css', 'wp-admin/css/colors/coffee/colors.css'),
(16256, '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors.min.css', 'wp-admin/css/colors/coffee/colors.min.css'),
(16257, '/home/abt90iranbet/public_html/wp-admin/css/colors/coffee/colors.scss', 'wp-admin/css/colors/coffee/colors.scss'),
(16258, '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(16259, '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(16260, '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors.css', 'wp-admin/css/colors/ectoplasm/colors.css'),
(16261, '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors.min.css', 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(16262, '/home/abt90iranbet/public_html/wp-admin/css/colors/ectoplasm/colors.scss', 'wp-admin/css/colors/ectoplasm/colors.scss'),
(16263, '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors-rtl.css', 'wp-admin/css/colors/light/colors-rtl.css'),
(16264, '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors-rtl.min.css', 'wp-admin/css/colors/light/colors-rtl.min.css'),
(16265, '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors.css', 'wp-admin/css/colors/light/colors.css'),
(16266, '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors.min.css', 'wp-admin/css/colors/light/colors.min.css'),
(16267, '/home/abt90iranbet/public_html/wp-admin/css/colors/light/colors.scss', 'wp-admin/css/colors/light/colors.scss'),
(16268, '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors-rtl.css', 'wp-admin/css/colors/midnight/colors-rtl.css'),
(16269, '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css', 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(16270, '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors.css', 'wp-admin/css/colors/midnight/colors.css'),
(16271, '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors.min.css', 'wp-admin/css/colors/midnight/colors.min.css'),
(16272, '/home/abt90iranbet/public_html/wp-admin/css/colors/midnight/colors.scss', 'wp-admin/css/colors/midnight/colors.scss'),
(16273, '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors-rtl.css', 'wp-admin/css/colors/modern/colors-rtl.css'),
(16274, '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors-rtl.min.css', 'wp-admin/css/colors/modern/colors-rtl.min.css'),
(16275, '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors.css', 'wp-admin/css/colors/modern/colors.css'),
(16276, '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors.min.css', 'wp-admin/css/colors/modern/colors.min.css'),
(16277, '/home/abt90iranbet/public_html/wp-admin/css/colors/modern/colors.scss', 'wp-admin/css/colors/modern/colors.scss'),
(16278, '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors-rtl.css', 'wp-admin/css/colors/ocean/colors-rtl.css'),
(16279, '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css', 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(16280, '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors.css', 'wp-admin/css/colors/ocean/colors.css'),
(16281, '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors.min.css', 'wp-admin/css/colors/ocean/colors.min.css'),
(16282, '/home/abt90iranbet/public_html/wp-admin/css/colors/ocean/colors.scss', 'wp-admin/css/colors/ocean/colors.scss'),
(16283, '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors-rtl.css', 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(16284, '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors-rtl.min.css', 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(16285, '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors.css', 'wp-admin/css/colors/sunrise/colors.css'),
(16286, '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors.min.css', 'wp-admin/css/colors/sunrise/colors.min.css'),
(16287, '/home/abt90iranbet/public_html/wp-admin/css/colors/sunrise/colors.scss', 'wp-admin/css/colors/sunrise/colors.scss'),
(16288, '/home/abt90iranbet/public_html/wp-admin/css/common-rtl.css', 'wp-admin/css/common-rtl.css'),
(16289, '/home/abt90iranbet/public_html/wp-admin/css/common-rtl.min.css', 'wp-admin/css/common-rtl.min.css'),
(16290, '/home/abt90iranbet/public_html/wp-admin/css/common.css', 'wp-admin/css/common.css'),
(16291, '/home/abt90iranbet/public_html/wp-admin/css/common.min.css', 'wp-admin/css/common.min.css'),
(16292, '/home/abt90iranbet/public_html/wp-admin/css/customize-controls-rtl.css', 'wp-admin/css/customize-controls-rtl.css'),
(16293, '/home/abt90iranbet/public_html/wp-admin/css/customize-controls-rtl.min.css', 'wp-admin/css/customize-controls-rtl.min.css'),
(16294, '/home/abt90iranbet/public_html/wp-admin/css/customize-controls.css', 'wp-admin/css/customize-controls.css'),
(16295, '/home/abt90iranbet/public_html/wp-admin/css/customize-controls.min.css', 'wp-admin/css/customize-controls.min.css'),
(16296, '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus-rtl.css', 'wp-admin/css/customize-nav-menus-rtl.css'),
(16297, '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus-rtl.min.css', 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(16298, '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus.css', 'wp-admin/css/customize-nav-menus.css'),
(16299, '/home/abt90iranbet/public_html/wp-admin/css/customize-nav-menus.min.css', 'wp-admin/css/customize-nav-menus.min.css'),
(16300, '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets-rtl.css', 'wp-admin/css/customize-widgets-rtl.css'),
(16301, '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets-rtl.min.css', 'wp-admin/css/customize-widgets-rtl.min.css'),
(16302, '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets.css', 'wp-admin/css/customize-widgets.css'),
(16303, '/home/abt90iranbet/public_html/wp-admin/css/customize-widgets.min.css', 'wp-admin/css/customize-widgets.min.css'),
(16304, '/home/abt90iranbet/public_html/wp-admin/css/dashboard-rtl.css', 'wp-admin/css/dashboard-rtl.css'),
(16305, '/home/abt90iranbet/public_html/wp-admin/css/dashboard-rtl.min.css', 'wp-admin/css/dashboard-rtl.min.css'),
(16306, '/home/abt90iranbet/public_html/wp-admin/css/dashboard.css', 'wp-admin/css/dashboard.css'),
(16307, '/home/abt90iranbet/public_html/wp-admin/css/dashboard.min.css', 'wp-admin/css/dashboard.min.css'),
(16308, '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media-rtl.css', 'wp-admin/css/deprecated-media-rtl.css'),
(16309, '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media-rtl.min.css', 'wp-admin/css/deprecated-media-rtl.min.css'),
(16310, '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media.css', 'wp-admin/css/deprecated-media.css'),
(16311, '/home/abt90iranbet/public_html/wp-admin/css/deprecated-media.min.css', 'wp-admin/css/deprecated-media.min.css'),
(16312, '/home/abt90iranbet/public_html/wp-admin/css/edit-rtl.css', 'wp-admin/css/edit-rtl.css'),
(16313, '/home/abt90iranbet/public_html/wp-admin/css/edit-rtl.min.css', 'wp-admin/css/edit-rtl.min.css'),
(16314, '/home/abt90iranbet/public_html/wp-admin/css/edit.css', 'wp-admin/css/edit.css'),
(16315, '/home/abt90iranbet/public_html/wp-admin/css/edit.min.css', 'wp-admin/css/edit.min.css'),
(16316, '/home/abt90iranbet/public_html/wp-admin/css/farbtastic-rtl.css', 'wp-admin/css/farbtastic-rtl.css'),
(16317, '/home/abt90iranbet/public_html/wp-admin/css/farbtastic-rtl.min.css', 'wp-admin/css/farbtastic-rtl.min.css'),
(16318, '/home/abt90iranbet/public_html/wp-admin/css/farbtastic.css', 'wp-admin/css/farbtastic.css'),
(16319, '/home/abt90iranbet/public_html/wp-admin/css/farbtastic.min.css', 'wp-admin/css/farbtastic.min.css'),
(16320, '/home/abt90iranbet/public_html/wp-admin/css/forms-rtl.css', 'wp-admin/css/forms-rtl.css'),
(16321, '/home/abt90iranbet/public_html/wp-admin/css/forms-rtl.min.css', 'wp-admin/css/forms-rtl.min.css'),
(16322, '/home/abt90iranbet/public_html/wp-admin/css/forms.css', 'wp-admin/css/forms.css'),
(16323, '/home/abt90iranbet/public_html/wp-admin/css/forms.min.css', 'wp-admin/css/forms.min.css'),
(16324, '/home/abt90iranbet/public_html/wp-admin/css/install-rtl.css', 'wp-admin/css/install-rtl.css'),
(16325, '/home/abt90iranbet/public_html/wp-admin/css/install-rtl.min.css', 'wp-admin/css/install-rtl.min.css'),
(16326, '/home/abt90iranbet/public_html/wp-admin/css/install.css', 'wp-admin/css/install.css'),
(16327, '/home/abt90iranbet/public_html/wp-admin/css/install.min.css', 'wp-admin/css/install.min.css'),
(16328, '/home/abt90iranbet/public_html/wp-admin/css/l10n-rtl.css', 'wp-admin/css/l10n-rtl.css'),
(16329, '/home/abt90iranbet/public_html/wp-admin/css/l10n-rtl.min.css', 'wp-admin/css/l10n-rtl.min.css'),
(16330, '/home/abt90iranbet/public_html/wp-admin/css/l10n.css', 'wp-admin/css/l10n.css'),
(16331, '/home/abt90iranbet/public_html/wp-admin/css/l10n.min.css', 'wp-admin/css/l10n.min.css'),
(16332, '/home/abt90iranbet/public_html/wp-admin/css/list-tables-rtl.css', 'wp-admin/css/list-tables-rtl.css'),
(16333, '/home/abt90iranbet/public_html/wp-admin/css/list-tables-rtl.min.css', 'wp-admin/css/list-tables-rtl.min.css'),
(16334, '/home/abt90iranbet/public_html/wp-admin/css/list-tables.css', 'wp-admin/css/list-tables.css'),
(16335, '/home/abt90iranbet/public_html/wp-admin/css/list-tables.min.css', 'wp-admin/css/list-tables.min.css'),
(16336, '/home/abt90iranbet/public_html/wp-admin/css/login-rtl.css', 'wp-admin/css/login-rtl.css'),
(16337, '/home/abt90iranbet/public_html/wp-admin/css/login-rtl.min.css', 'wp-admin/css/login-rtl.min.css'),
(16338, '/home/abt90iranbet/public_html/wp-admin/css/login.css', 'wp-admin/css/login.css'),
(16339, '/home/abt90iranbet/public_html/wp-admin/css/login.min.css', 'wp-admin/css/login.min.css'),
(16340, '/home/abt90iranbet/public_html/wp-admin/css/media-rtl.css', 'wp-admin/css/media-rtl.css'),
(16341, '/home/abt90iranbet/public_html/wp-admin/css/media-rtl.min.css', 'wp-admin/css/media-rtl.min.css'),
(16342, '/home/abt90iranbet/public_html/wp-admin/css/media.css', 'wp-admin/css/media.css'),
(16343, '/home/abt90iranbet/public_html/wp-admin/css/media.min.css', 'wp-admin/css/media.min.css'),
(16344, '/home/abt90iranbet/public_html/wp-admin/css/nav-menus-rtl.css', 'wp-admin/css/nav-menus-rtl.css'),
(16345, '/home/abt90iranbet/public_html/wp-admin/css/nav-menus-rtl.min.css', 'wp-admin/css/nav-menus-rtl.min.css'),
(16346, '/home/abt90iranbet/public_html/wp-admin/css/nav-menus.css', 'wp-admin/css/nav-menus.css'),
(16347, '/home/abt90iranbet/public_html/wp-admin/css/nav-menus.min.css', 'wp-admin/css/nav-menus.min.css'),
(16348, '/home/abt90iranbet/public_html/wp-admin/css/revisions-rtl.css', 'wp-admin/css/revisions-rtl.css'),
(16349, '/home/abt90iranbet/public_html/wp-admin/css/revisions-rtl.min.css', 'wp-admin/css/revisions-rtl.min.css'),
(16350, '/home/abt90iranbet/public_html/wp-admin/css/revisions.css', 'wp-admin/css/revisions.css'),
(16351, '/home/abt90iranbet/public_html/wp-admin/css/revisions.min.css', 'wp-admin/css/revisions.min.css'),
(16352, '/home/abt90iranbet/public_html/wp-admin/css/site-health-rtl.css', 'wp-admin/css/site-health-rtl.css'),
(16353, '/home/abt90iranbet/public_html/wp-admin/css/site-health-rtl.min.css', 'wp-admin/css/site-health-rtl.min.css'),
(16354, '/home/abt90iranbet/public_html/wp-admin/css/site-health.css', 'wp-admin/css/site-health.css'),
(16355, '/home/abt90iranbet/public_html/wp-admin/css/site-health.min.css', 'wp-admin/css/site-health.min.css'),
(16356, '/home/abt90iranbet/public_html/wp-admin/css/site-icon-rtl.css', 'wp-admin/css/site-icon-rtl.css'),
(16357, '/home/abt90iranbet/public_html/wp-admin/css/site-icon-rtl.min.css', 'wp-admin/css/site-icon-rtl.min.css'),
(16358, '/home/abt90iranbet/public_html/wp-admin/css/site-icon.css', 'wp-admin/css/site-icon.css'),
(16359, '/home/abt90iranbet/public_html/wp-admin/css/site-icon.min.css', 'wp-admin/css/site-icon.min.css'),
(16360, '/home/abt90iranbet/public_html/wp-admin/css/themes-rtl.css', 'wp-admin/css/themes-rtl.css'),
(16361, '/home/abt90iranbet/public_html/wp-admin/css/themes-rtl.min.css', 'wp-admin/css/themes-rtl.min.css'),
(16362, '/home/abt90iranbet/public_html/wp-admin/css/themes.css', 'wp-admin/css/themes.css'),
(16363, '/home/abt90iranbet/public_html/wp-admin/css/themes.min.css', 'wp-admin/css/themes.min.css'),
(16364, '/home/abt90iranbet/public_html/wp-admin/css/widgets-rtl.css', 'wp-admin/css/widgets-rtl.css'),
(16365, '/home/abt90iranbet/public_html/wp-admin/css/widgets-rtl.min.css', 'wp-admin/css/widgets-rtl.min.css'),
(16366, '/home/abt90iranbet/public_html/wp-admin/css/widgets.css', 'wp-admin/css/widgets.css'),
(16367, '/home/abt90iranbet/public_html/wp-admin/css/widgets.min.css', 'wp-admin/css/widgets.min.css'),
(16368, '/home/abt90iranbet/public_html/wp-admin/css/wp-admin-rtl.css', 'wp-admin/css/wp-admin-rtl.css'),
(16369, '/home/abt90iranbet/public_html/wp-admin/css/wp-admin-rtl.min.css', 'wp-admin/css/wp-admin-rtl.min.css'),
(16370, '/home/abt90iranbet/public_html/wp-admin/css/wp-admin.css', 'wp-admin/css/wp-admin.css'),
(16371, '/home/abt90iranbet/public_html/wp-admin/css/wp-admin.min.css', 'wp-admin/css/wp-admin.min.css'),
(16372, '/home/abt90iranbet/public_html/wp-admin/custom-background.php', 'wp-admin/custom-background.php'),
(16373, '/home/abt90iranbet/public_html/wp-admin/custom-header.php', 'wp-admin/custom-header.php'),
(16374, '/home/abt90iranbet/public_html/wp-admin/customize.php', 'wp-admin/customize.php'),
(16375, '/home/abt90iranbet/public_html/wp-admin/edit-comments.php', 'wp-admin/edit-comments.php'),
(16376, '/home/abt90iranbet/public_html/wp-admin/edit-form-advanced.php', 'wp-admin/edit-form-advanced.php'),
(16377, '/home/abt90iranbet/public_html/wp-admin/edit-form-blocks.php', 'wp-admin/edit-form-blocks.php'),
(16378, '/home/abt90iranbet/public_html/wp-admin/edit-form-comment.php', 'wp-admin/edit-form-comment.php'),
(16379, '/home/abt90iranbet/public_html/wp-admin/edit-link-form.php', 'wp-admin/edit-link-form.php'),
(16380, '/home/abt90iranbet/public_html/wp-admin/edit-tag-form.php', 'wp-admin/edit-tag-form.php'),
(16381, '/home/abt90iranbet/public_html/wp-admin/edit-tags.php', 'wp-admin/edit-tags.php'),
(16382, '/home/abt90iranbet/public_html/wp-admin/edit.php', 'wp-admin/edit.php'),
(16383, '/home/abt90iranbet/public_html/wp-admin/erase-personal-data.php', 'wp-admin/erase-personal-data.php'),
(16384, '/home/abt90iranbet/public_html/wp-admin/error_log', 'wp-admin/error_log'),
(16385, '/home/abt90iranbet/public_html/wp-admin/export-personal-data.php', 'wp-admin/export-personal-data.php'),
(16386, '/home/abt90iranbet/public_html/wp-admin/export.php', 'wp-admin/export.php'),
(16387, '/home/abt90iranbet/public_html/wp-admin/freedoms.php', 'wp-admin/freedoms.php'),
(16388, '/home/abt90iranbet/public_html/wp-admin/images/about-release-badge.svg', 'wp-admin/images/about-release-badge.svg'),
(16389, '/home/abt90iranbet/public_html/wp-admin/images/about-texture.png', 'wp-admin/images/about-texture.png'),
(16390, '/home/abt90iranbet/public_html/wp-admin/images/align-center-2x.png', 'wp-admin/images/align-center-2x.png'),
(16391, '/home/abt90iranbet/public_html/wp-admin/images/align-center.png', 'wp-admin/images/align-center.png'),
(16392, '/home/abt90iranbet/public_html/wp-admin/images/align-left-2x.png', 'wp-admin/images/align-left-2x.png'),
(16393, '/home/abt90iranbet/public_html/wp-admin/images/align-left.png', 'wp-admin/images/align-left.png'),
(16394, '/home/abt90iranbet/public_html/wp-admin/images/align-none-2x.png', 'wp-admin/images/align-none-2x.png'),
(16395, '/home/abt90iranbet/public_html/wp-admin/images/align-none.png', 'wp-admin/images/align-none.png'),
(16396, '/home/abt90iranbet/public_html/wp-admin/images/align-right-2x.png', 'wp-admin/images/align-right-2x.png'),
(16397, '/home/abt90iranbet/public_html/wp-admin/images/align-right.png', 'wp-admin/images/align-right.png'),
(16398, '/home/abt90iranbet/public_html/wp-admin/images/arrows-2x.png', 'wp-admin/images/arrows-2x.png'),
(16399, '/home/abt90iranbet/public_html/wp-admin/images/arrows.png', 'wp-admin/images/arrows.png'),
(16400, '/home/abt90iranbet/public_html/wp-admin/images/browser-rtl.png', 'wp-admin/images/browser-rtl.png'),
(16401, '/home/abt90iranbet/public_html/wp-admin/images/browser.png', 'wp-admin/images/browser.png'),
(16402, '/home/abt90iranbet/public_html/wp-admin/images/bubble_bg-2x.gif', 'wp-admin/images/bubble_bg-2x.gif'),
(16403, '/home/abt90iranbet/public_html/wp-admin/images/bubble_bg.gif', 'wp-admin/images/bubble_bg.gif'),
(16404, '/home/abt90iranbet/public_html/wp-admin/images/comment-grey-bubble-2x.png', 'wp-admin/images/comment-grey-bubble-2x.png'),
(16405, '/home/abt90iranbet/public_html/wp-admin/images/comment-grey-bubble.png', 'wp-admin/images/comment-grey-bubble.png'),
(16406, '/home/abt90iranbet/public_html/wp-admin/images/contribute-code.svg', 'wp-admin/images/contribute-code.svg'),
(16407, '/home/abt90iranbet/public_html/wp-admin/images/contribute-main.svg', 'wp-admin/images/contribute-main.svg'),
(16408, '/home/abt90iranbet/public_html/wp-admin/images/contribute-no-code.svg', 'wp-admin/images/contribute-no-code.svg'),
(16409, '/home/abt90iranbet/public_html/wp-admin/images/dashboard-background.svg', 'wp-admin/images/dashboard-background.svg'),
(16410, '/home/abt90iranbet/public_html/wp-admin/images/date-button-2x.gif', 'wp-admin/images/date-button-2x.gif'),
(16411, '/home/abt90iranbet/public_html/wp-admin/images/date-button.gif', 'wp-admin/images/date-button.gif'),
(16412, '/home/abt90iranbet/public_html/wp-admin/images/freedom-1.svg', 'wp-admin/images/freedom-1.svg'),
(16413, '/home/abt90iranbet/public_html/wp-admin/images/freedom-2.svg', 'wp-admin/images/freedom-2.svg'),
(16414, '/home/abt90iranbet/public_html/wp-admin/images/freedom-3.svg', 'wp-admin/images/freedom-3.svg'),
(16415, '/home/abt90iranbet/public_html/wp-admin/images/freedom-4.svg', 'wp-admin/images/freedom-4.svg'),
(16416, '/home/abt90iranbet/public_html/wp-admin/images/generic.png', 'wp-admin/images/generic.png'),
(16417, '/home/abt90iranbet/public_html/wp-admin/images/icons32-2x.png', 'wp-admin/images/icons32-2x.png'),
(16418, '/home/abt90iranbet/public_html/wp-admin/images/icons32-vs-2x.png', 'wp-admin/images/icons32-vs-2x.png'),
(16419, '/home/abt90iranbet/public_html/wp-admin/images/icons32-vs.png', 'wp-admin/images/icons32-vs.png'),
(16420, '/home/abt90iranbet/public_html/wp-admin/images/icons32.png', 'wp-admin/images/icons32.png'),
(16421, '/home/abt90iranbet/public_html/wp-admin/images/imgedit-icons-2x.png', 'wp-admin/images/imgedit-icons-2x.png'),
(16422, '/home/abt90iranbet/public_html/wp-admin/images/imgedit-icons.png', 'wp-admin/images/imgedit-icons.png'),
(16423, '/home/abt90iranbet/public_html/wp-admin/images/list-2x.png', 'wp-admin/images/list-2x.png'),
(16424, '/home/abt90iranbet/public_html/wp-admin/images/list.png', 'wp-admin/images/list.png'),
(16425, '/home/abt90iranbet/public_html/wp-admin/images/loading.gif', 'wp-admin/images/loading.gif'),
(16426, '/home/abt90iranbet/public_html/wp-admin/images/marker.png', 'wp-admin/images/marker.png'),
(16427, '/home/abt90iranbet/public_html/wp-admin/images/mask.png', 'wp-admin/images/mask.png'),
(16428, '/home/abt90iranbet/public_html/wp-admin/images/media-button-2x.png', 'wp-admin/images/media-button-2x.png'),
(16429, '/home/abt90iranbet/public_html/wp-admin/images/media-button-image.gif', 'wp-admin/images/media-button-image.gif'),
(16430, '/home/abt90iranbet/public_html/wp-admin/images/media-button-music.gif', 'wp-admin/images/media-button-music.gif'),
(16431, '/home/abt90iranbet/public_html/wp-admin/images/media-button-other.gif', 'wp-admin/images/media-button-other.gif'),
(16432, '/home/abt90iranbet/public_html/wp-admin/images/media-button-video.gif', 'wp-admin/images/media-button-video.gif'),
(16433, '/home/abt90iranbet/public_html/wp-admin/images/media-button.png', 'wp-admin/images/media-button.png'),
(16434, '/home/abt90iranbet/public_html/wp-admin/images/menu-2x.png', 'wp-admin/images/menu-2x.png'),
(16435, '/home/abt90iranbet/public_html/wp-admin/images/menu-vs-2x.png', 'wp-admin/images/menu-vs-2x.png'),
(16436, '/home/abt90iranbet/public_html/wp-admin/images/menu-vs.png', 'wp-admin/images/menu-vs.png'),
(16437, '/home/abt90iranbet/public_html/wp-admin/images/menu.png', 'wp-admin/images/menu.png'),
(16438, '/home/abt90iranbet/public_html/wp-admin/images/no.png', 'wp-admin/images/no.png'),
(16439, '/home/abt90iranbet/public_html/wp-admin/images/post-formats-vs.png', 'wp-admin/images/post-formats-vs.png'),
(16440, '/home/abt90iranbet/public_html/wp-admin/images/post-formats.png', 'wp-admin/images/post-formats.png'),
(16441, '/home/abt90iranbet/public_html/wp-admin/images/post-formats32-vs.png', 'wp-admin/images/post-formats32-vs.png'),
(16442, '/home/abt90iranbet/public_html/wp-admin/images/post-formats32.png', 'wp-admin/images/post-formats32.png'),
(16443, '/home/abt90iranbet/public_html/wp-admin/images/privacy.svg', 'wp-admin/images/privacy.svg'),
(16444, '/home/abt90iranbet/public_html/wp-admin/images/resize-2x.gif', 'wp-admin/images/resize-2x.gif'),
(16445, '/home/abt90iranbet/public_html/wp-admin/images/resize-rtl-2x.gif', 'wp-admin/images/resize-rtl-2x.gif'),
(16446, '/home/abt90iranbet/public_html/wp-admin/images/resize-rtl.gif', 'wp-admin/images/resize-rtl.gif'),
(16447, '/home/abt90iranbet/public_html/wp-admin/images/resize.gif', 'wp-admin/images/resize.gif'),
(16448, '/home/abt90iranbet/public_html/wp-admin/images/se.png', 'wp-admin/images/se.png'),
(16449, '/home/abt90iranbet/public_html/wp-admin/images/sort-2x.gif', 'wp-admin/images/sort-2x.gif'),
(16450, '/home/abt90iranbet/public_html/wp-admin/images/sort.gif', 'wp-admin/images/sort.gif'),
(16451, '/home/abt90iranbet/public_html/wp-admin/images/spinner-2x.gif', 'wp-admin/images/spinner-2x.gif'),
(16452, '/home/abt90iranbet/public_html/wp-admin/images/spinner.gif', 'wp-admin/images/spinner.gif'),
(16453, '/home/abt90iranbet/public_html/wp-admin/images/stars-2x.png', 'wp-admin/images/stars-2x.png'),
(16454, '/home/abt90iranbet/public_html/wp-admin/images/stars.png', 'wp-admin/images/stars.png'),
(16455, '/home/abt90iranbet/public_html/wp-admin/images/w-logo-blue.png', 'wp-admin/images/w-logo-blue.png'),
(16456, '/home/abt90iranbet/public_html/wp-admin/images/w-logo-white.png', 'wp-admin/images/w-logo-white.png'),
(16457, '/home/abt90iranbet/public_html/wp-admin/images/wheel.png', 'wp-admin/images/wheel.png'),
(16458, '/home/abt90iranbet/public_html/wp-admin/images/wordpress-logo-white.svg', 'wp-admin/images/wordpress-logo-white.svg'),
(16459, '/home/abt90iranbet/public_html/wp-admin/images/wordpress-logo.png', 'wp-admin/images/wordpress-logo.png'),
(16460, '/home/abt90iranbet/public_html/wp-admin/images/wordpress-logo.svg', 'wp-admin/images/wordpress-logo.svg'),
(16461, '/home/abt90iranbet/public_html/wp-admin/images/wpspin_light-2x.gif', 'wp-admin/images/wpspin_light-2x.gif'),
(16462, '/home/abt90iranbet/public_html/wp-admin/images/wpspin_light.gif', 'wp-admin/images/wpspin_light.gif'),
(16463, '/home/abt90iranbet/public_html/wp-admin/images/xit-2x.gif', 'wp-admin/images/xit-2x.gif'),
(16464, '/home/abt90iranbet/public_html/wp-admin/images/xit.gif', 'wp-admin/images/xit.gif'),
(16465, '/home/abt90iranbet/public_html/wp-admin/images/yes.png', 'wp-admin/images/yes.png'),
(16466, '/home/abt90iranbet/public_html/wp-admin/import.php', 'wp-admin/import.php'),
(16467, '/home/abt90iranbet/public_html/wp-admin/includes/admin-filters.php', 'wp-admin/includes/admin-filters.php'),
(16468, '/home/abt90iranbet/public_html/wp-admin/includes/admin.php', 'wp-admin/includes/admin.php'),
(16469, '/home/abt90iranbet/public_html/wp-admin/includes/ajax-actions.php', 'wp-admin/includes/ajax-actions.php'),
(16470, '/home/abt90iranbet/public_html/wp-admin/includes/bookmark.php', 'wp-admin/includes/bookmark.php'),
(16471, '/home/abt90iranbet/public_html/wp-admin/includes/class-automatic-upgrader-skin.php', 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(16472, '/home/abt90iranbet/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(16473, '/home/abt90iranbet/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(16474, '/home/abt90iranbet/public_html/wp-admin/includes/class-bulk-upgrader-skin.php', 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(16475, '/home/abt90iranbet/public_html/wp-admin/includes/class-core-upgrader.php', 'wp-admin/includes/class-core-upgrader.php'),
(16476, '/home/abt90iranbet/public_html/wp-admin/includes/class-custom-background.php', 'wp-admin/includes/class-custom-background.php'),
(16477, '/home/abt90iranbet/public_html/wp-admin/includes/class-custom-image-header.php', 'wp-admin/includes/class-custom-image-header.php'),
(16478, '/home/abt90iranbet/public_html/wp-admin/includes/class-file-upload-upgrader.php', 'wp-admin/includes/class-file-upload-upgrader.php'),
(16479, '/home/abt90iranbet/public_html/wp-admin/includes/class-ftp-pure.php', 'wp-admin/includes/class-ftp-pure.php'),
(16480, '/home/abt90iranbet/public_html/wp-admin/includes/class-ftp-sockets.php', 'wp-admin/includes/class-ftp-sockets.php'),
(16481, '/home/abt90iranbet/public_html/wp-admin/includes/class-ftp.php', 'wp-admin/includes/class-ftp.php'),
(16482, '/home/abt90iranbet/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php', 'wp-admin/includes/class-language-pack-upgrader-skin.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(16483, '/home/abt90iranbet/public_html/wp-admin/includes/class-language-pack-upgrader.php', 'wp-admin/includes/class-language-pack-upgrader.php'),
(16484, '/home/abt90iranbet/public_html/wp-admin/includes/class-pclzip.php', 'wp-admin/includes/class-pclzip.php'),
(16485, '/home/abt90iranbet/public_html/wp-admin/includes/class-plugin-installer-skin.php', 'wp-admin/includes/class-plugin-installer-skin.php'),
(16486, '/home/abt90iranbet/public_html/wp-admin/includes/class-plugin-upgrader-skin.php', 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(16487, '/home/abt90iranbet/public_html/wp-admin/includes/class-plugin-upgrader.php', 'wp-admin/includes/class-plugin-upgrader.php'),
(16488, '/home/abt90iranbet/public_html/wp-admin/includes/class-theme-installer-skin.php', 'wp-admin/includes/class-theme-installer-skin.php'),
(16489, '/home/abt90iranbet/public_html/wp-admin/includes/class-theme-upgrader-skin.php', 'wp-admin/includes/class-theme-upgrader-skin.php'),
(16490, '/home/abt90iranbet/public_html/wp-admin/includes/class-theme-upgrader.php', 'wp-admin/includes/class-theme-upgrader.php'),
(16491, '/home/abt90iranbet/public_html/wp-admin/includes/class-walker-category-checklist.php', 'wp-admin/includes/class-walker-category-checklist.php'),
(16492, '/home/abt90iranbet/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php', 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(16493, '/home/abt90iranbet/public_html/wp-admin/includes/class-walker-nav-menu-edit.php', 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(16494, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(16495, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-application-passwords-list-table.php', 'wp-admin/includes/class-wp-application-passwords-list-table.php'),
(16496, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-automatic-updater.php', 'wp-admin/includes/class-wp-automatic-updater.php'),
(16497, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-comments-list-table.php', 'wp-admin/includes/class-wp-comments-list-table.php'),
(16498, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-community-events.php', 'wp-admin/includes/class-wp-community-events.php'),
(16499, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-debug-data.php', 'wp-admin/includes/class-wp-debug-data.php'),
(16500, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-base.php', 'wp-admin/includes/class-wp-filesystem-base.php'),
(16501, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-direct.php', 'wp-admin/includes/class-wp-filesystem-direct.php'),
(16502, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php', 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(16503, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(16504, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php', 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(16505, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-importer.php', 'wp-admin/includes/class-wp-importer.php'),
(16506, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-internal-pointers.php', 'wp-admin/includes/class-wp-internal-pointers.php'),
(16507, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-links-list-table.php', 'wp-admin/includes/class-wp-links-list-table.php'),
(16508, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-list-table-compat.php', 'wp-admin/includes/class-wp-list-table-compat.php'),
(16509, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-list-table.php', 'wp-admin/includes/class-wp-list-table.php'),
(16510, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-media-list-table.php', 'wp-admin/includes/class-wp-media-list-table.php'),
(16511, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php', 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(16512, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php', 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(16513, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-ms-users-list-table.php', 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(16514, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php', 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(16515, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-plugins-list-table.php', 'wp-admin/includes/class-wp-plugins-list-table.php'),
(16516, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-post-comments-list-table.php', 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(16517, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-posts-list-table.php', 'wp-admin/includes/class-wp-posts-list-table.php'),
(16518, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(16519, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(16520, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-policy-content.php', 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(16521, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-privacy-requests-table.php', 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(16522, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-screen.php', 'wp-admin/includes/class-wp-screen.php'),
(16523, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php', 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(16524, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-site-health.php', 'wp-admin/includes/class-wp-site-health.php'),
(16525, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-site-icon.php', 'wp-admin/includes/class-wp-site-icon.php'),
(16526, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-terms-list-table.php', 'wp-admin/includes/class-wp-terms-list-table.php'),
(16527, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-theme-install-list-table.php', 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(16528, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-themes-list-table.php', 'wp-admin/includes/class-wp-themes-list-table.php'),
(16529, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-upgrader-skin.php', 'wp-admin/includes/class-wp-upgrader-skin.php'),
(16530, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-upgrader-skins.php', 'wp-admin/includes/class-wp-upgrader-skins.php'),
(16531, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-upgrader.php', 'wp-admin/includes/class-wp-upgrader.php'),
(16532, '/home/abt90iranbet/public_html/wp-admin/includes/class-wp-users-list-table.php', 'wp-admin/includes/class-wp-users-list-table.php'),
(16533, '/home/abt90iranbet/public_html/wp-admin/includes/comment.php', 'wp-admin/includes/comment.php'),
(16534, '/home/abt90iranbet/public_html/wp-admin/includes/continents-cities.php', 'wp-admin/includes/continents-cities.php'),
(16535, '/home/abt90iranbet/public_html/wp-admin/includes/credits.php', 'wp-admin/includes/credits.php'),
(16536, '/home/abt90iranbet/public_html/wp-admin/includes/dashboard.php', 'wp-admin/includes/dashboard.php'),
(16537, '/home/abt90iranbet/public_html/wp-admin/includes/deprecated.php', 'wp-admin/includes/deprecated.php'),
(16538, '/home/abt90iranbet/public_html/wp-admin/includes/edit-tag-messages.php', 'wp-admin/includes/edit-tag-messages.php'),
(16539, '/home/abt90iranbet/public_html/wp-admin/includes/error_log', 'wp-admin/includes/error_log'),
(16540, '/home/abt90iranbet/public_html/wp-admin/includes/export.php', 'wp-admin/includes/export.php'),
(16541, '/home/abt90iranbet/public_html/wp-admin/includes/file.php', 'wp-admin/includes/file.php'),
(16542, '/home/abt90iranbet/public_html/wp-admin/includes/image-edit.php', 'wp-admin/includes/image-edit.php'),
(16543, '/home/abt90iranbet/public_html/wp-admin/includes/image.php', 'wp-admin/includes/image.php'),
(16544, '/home/abt90iranbet/public_html/wp-admin/includes/import.php', 'wp-admin/includes/import.php'),
(16545, '/home/abt90iranbet/public_html/wp-admin/includes/list-table.php', 'wp-admin/includes/list-table.php'),
(16546, '/home/abt90iranbet/public_html/wp-admin/includes/media.php', 'wp-admin/includes/media.php'),
(16547, '/home/abt90iranbet/public_html/wp-admin/includes/menu.php', 'wp-admin/includes/menu.php'),
(16548, '/home/abt90iranbet/public_html/wp-admin/includes/meta-boxes.php', 'wp-admin/includes/meta-boxes.php'),
(16549, '/home/abt90iranbet/public_html/wp-admin/includes/misc.php', 'wp-admin/includes/misc.php'),
(16550, '/home/abt90iranbet/public_html/wp-admin/includes/ms-admin-filters.php', 'wp-admin/includes/ms-admin-filters.php'),
(16551, '/home/abt90iranbet/public_html/wp-admin/includes/ms-deprecated.php', 'wp-admin/includes/ms-deprecated.php'),
(16552, '/home/abt90iranbet/public_html/wp-admin/includes/ms.php', 'wp-admin/includes/ms.php'),
(16553, '/home/abt90iranbet/public_html/wp-admin/includes/nav-menu.php', 'wp-admin/includes/nav-menu.php'),
(16554, '/home/abt90iranbet/public_html/wp-admin/includes/network.php', 'wp-admin/includes/network.php'),
(16555, '/home/abt90iranbet/public_html/wp-admin/includes/noop.php', 'wp-admin/includes/noop.php'),
(16556, '/home/abt90iranbet/public_html/wp-admin/includes/options.php', 'wp-admin/includes/options.php'),
(16557, '/home/abt90iranbet/public_html/wp-admin/includes/plugin-install.php', 'wp-admin/includes/plugin-install.php'),
(16558, '/home/abt90iranbet/public_html/wp-admin/includes/plugin.php', 'wp-admin/includes/plugin.php'),
(16559, '/home/abt90iranbet/public_html/wp-admin/includes/post.php', 'wp-admin/includes/post.php'),
(16560, '/home/abt90iranbet/public_html/wp-admin/includes/privacy-tools.php', 'wp-admin/includes/privacy-tools.php'),
(16561, '/home/abt90iranbet/public_html/wp-admin/includes/revision.php', 'wp-admin/includes/revision.php'),
(16562, '/home/abt90iranbet/public_html/wp-admin/includes/schema.php', 'wp-admin/includes/schema.php'),
(16563, '/home/abt90iranbet/public_html/wp-admin/includes/screen.php', 'wp-admin/includes/screen.php'),
(16564, '/home/abt90iranbet/public_html/wp-admin/includes/taxonomy.php', 'wp-admin/includes/taxonomy.php'),
(16565, '/home/abt90iranbet/public_html/wp-admin/includes/template.php', 'wp-admin/includes/template.php'),
(16566, '/home/abt90iranbet/public_html/wp-admin/includes/theme-install.php', 'wp-admin/includes/theme-install.php'),
(16567, '/home/abt90iranbet/public_html/wp-admin/includes/theme.php', 'wp-admin/includes/theme.php'),
(16568, '/home/abt90iranbet/public_html/wp-admin/includes/translation-install.php', 'wp-admin/includes/translation-install.php'),
(16569, '/home/abt90iranbet/public_html/wp-admin/includes/update-core.php', 'wp-admin/includes/update-core.php'),
(16570, '/home/abt90iranbet/public_html/wp-admin/includes/update.php', 'wp-admin/includes/update.php'),
(16571, '/home/abt90iranbet/public_html/wp-admin/includes/upgrade.php', 'wp-admin/includes/upgrade.php'),
(16572, '/home/abt90iranbet/public_html/wp-admin/includes/user.php', 'wp-admin/includes/user.php'),
(16573, '/home/abt90iranbet/public_html/wp-admin/includes/widgets.php', 'wp-admin/includes/widgets.php'),
(16574, '/home/abt90iranbet/public_html/wp-admin/index.php', 'wp-admin/index.php'),
(16575, '/home/abt90iranbet/public_html/wp-admin/install-helper.php', 'wp-admin/install-helper.php'),
(16576, '/home/abt90iranbet/public_html/wp-admin/install.php', 'wp-admin/install.php'),
(16577, '/home/abt90iranbet/public_html/wp-admin/js/accordion.js', 'wp-admin/js/accordion.js'),
(16578, '/home/abt90iranbet/public_html/wp-admin/js/accordion.min.js', 'wp-admin/js/accordion.min.js'),
(16579, '/home/abt90iranbet/public_html/wp-admin/js/application-passwords.js', 'wp-admin/js/application-passwords.js'),
(16580, '/home/abt90iranbet/public_html/wp-admin/js/application-passwords.min.js', 'wp-admin/js/application-passwords.min.js'),
(16581, '/home/abt90iranbet/public_html/wp-admin/js/auth-app.js', 'wp-admin/js/auth-app.js'),
(16582, '/home/abt90iranbet/public_html/wp-admin/js/auth-app.min.js', 'wp-admin/js/auth-app.min.js'),
(16583, '/home/abt90iranbet/public_html/wp-admin/js/code-editor.js', 'wp-admin/js/code-editor.js'),
(16584, '/home/abt90iranbet/public_html/wp-admin/js/code-editor.min.js', 'wp-admin/js/code-editor.min.js'),
(16585, '/home/abt90iranbet/public_html/wp-admin/js/color-picker.js', 'wp-admin/js/color-picker.js'),
(16586, '/home/abt90iranbet/public_html/wp-admin/js/color-picker.min.js', 'wp-admin/js/color-picker.min.js'),
(16587, '/home/abt90iranbet/public_html/wp-admin/js/comment.js', 'wp-admin/js/comment.js'),
(16588, '/home/abt90iranbet/public_html/wp-admin/js/comment.min.js', 'wp-admin/js/comment.min.js'),
(16589, '/home/abt90iranbet/public_html/wp-admin/js/common.js', 'wp-admin/js/common.js'),
(16590, '/home/abt90iranbet/public_html/wp-admin/js/common.min.js', 'wp-admin/js/common.min.js'),
(16591, '/home/abt90iranbet/public_html/wp-admin/js/custom-background.js', 'wp-admin/js/custom-background.js'),
(16592, '/home/abt90iranbet/public_html/wp-admin/js/custom-background.min.js', 'wp-admin/js/custom-background.min.js'),
(16593, '/home/abt90iranbet/public_html/wp-admin/js/custom-header.js', 'wp-admin/js/custom-header.js'),
(16594, '/home/abt90iranbet/public_html/wp-admin/js/customize-controls.js', 'wp-admin/js/customize-controls.js'),
(16595, '/home/abt90iranbet/public_html/wp-admin/js/customize-controls.min.js', 'wp-admin/js/customize-controls.min.js'),
(16596, '/home/abt90iranbet/public_html/wp-admin/js/customize-nav-menus.js', 'wp-admin/js/customize-nav-menus.js'),
(16597, '/home/abt90iranbet/public_html/wp-admin/js/customize-nav-menus.min.js', 'wp-admin/js/customize-nav-menus.min.js'),
(16598, '/home/abt90iranbet/public_html/wp-admin/js/customize-widgets.js', 'wp-admin/js/customize-widgets.js'),
(16599, '/home/abt90iranbet/public_html/wp-admin/js/customize-widgets.min.js', 'wp-admin/js/customize-widgets.min.js'),
(16600, '/home/abt90iranbet/public_html/wp-admin/js/dashboard.js', 'wp-admin/js/dashboard.js'),
(16601, '/home/abt90iranbet/public_html/wp-admin/js/dashboard.min.js', 'wp-admin/js/dashboard.min.js'),
(16602, '/home/abt90iranbet/public_html/wp-admin/js/edit-comments.js', 'wp-admin/js/edit-comments.js'),
(16603, '/home/abt90iranbet/public_html/wp-admin/js/edit-comments.min.js', 'wp-admin/js/edit-comments.min.js'),
(16604, '/home/abt90iranbet/public_html/wp-admin/js/editor-expand.js', 'wp-admin/js/editor-expand.js'),
(16605, '/home/abt90iranbet/public_html/wp-admin/js/editor-expand.min.js', 'wp-admin/js/editor-expand.min.js'),
(16606, '/home/abt90iranbet/public_html/wp-admin/js/editor.js', 'wp-admin/js/editor.js'),
(16607, '/home/abt90iranbet/public_html/wp-admin/js/editor.min.js', 'wp-admin/js/editor.min.js'),
(16608, '/home/abt90iranbet/public_html/wp-admin/js/farbtastic.js', 'wp-admin/js/farbtastic.js'),
(16609, '/home/abt90iranbet/public_html/wp-admin/js/gallery.js', 'wp-admin/js/gallery.js'),
(16610, '/home/abt90iranbet/public_html/wp-admin/js/gallery.min.js', 'wp-admin/js/gallery.min.js'),
(16611, '/home/abt90iranbet/public_html/wp-admin/js/image-edit.js', 'wp-admin/js/image-edit.js'),
(16612, '/home/abt90iranbet/public_html/wp-admin/js/image-edit.min.js', 'wp-admin/js/image-edit.min.js'),
(16613, '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-post.js', 'wp-admin/js/inline-edit-post.js'),
(16614, '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-post.min.js', 'wp-admin/js/inline-edit-post.min.js'),
(16615, '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-tax.js', 'wp-admin/js/inline-edit-tax.js'),
(16616, '/home/abt90iranbet/public_html/wp-admin/js/inline-edit-tax.min.js', 'wp-admin/js/inline-edit-tax.min.js'),
(16617, '/home/abt90iranbet/public_html/wp-admin/js/iris.min.js', 'wp-admin/js/iris.min.js'),
(16618, '/home/abt90iranbet/public_html/wp-admin/js/language-chooser.js', 'wp-admin/js/language-chooser.js'),
(16619, '/home/abt90iranbet/public_html/wp-admin/js/language-chooser.min.js', 'wp-admin/js/language-chooser.min.js'),
(16620, '/home/abt90iranbet/public_html/wp-admin/js/link.js', 'wp-admin/js/link.js'),
(16621, '/home/abt90iranbet/public_html/wp-admin/js/link.min.js', 'wp-admin/js/link.min.js'),
(16622, '/home/abt90iranbet/public_html/wp-admin/js/media-gallery.js', 'wp-admin/js/media-gallery.js'),
(16623, '/home/abt90iranbet/public_html/wp-admin/js/media-gallery.min.js', 'wp-admin/js/media-gallery.min.js'),
(16624, '/home/abt90iranbet/public_html/wp-admin/js/media-upload.js', 'wp-admin/js/media-upload.js'),
(16625, '/home/abt90iranbet/public_html/wp-admin/js/media-upload.min.js', 'wp-admin/js/media-upload.min.js'),
(16626, '/home/abt90iranbet/public_html/wp-admin/js/media.js', 'wp-admin/js/media.js'),
(16627, '/home/abt90iranbet/public_html/wp-admin/js/media.min.js', 'wp-admin/js/media.min.js'),
(16628, '/home/abt90iranbet/public_html/wp-admin/js/nav-menu.js', 'wp-admin/js/nav-menu.js'),
(16629, '/home/abt90iranbet/public_html/wp-admin/js/nav-menu.min.js', 'wp-admin/js/nav-menu.min.js'),
(16630, '/home/abt90iranbet/public_html/wp-admin/js/password-strength-meter.js', 'wp-admin/js/password-strength-meter.js'),
(16631, '/home/abt90iranbet/public_html/wp-admin/js/password-strength-meter.min.js', 'wp-admin/js/password-strength-meter.min.js'),
(16632, '/home/abt90iranbet/public_html/wp-admin/js/password-toggle.js', 'wp-admin/js/password-toggle.js'),
(16633, '/home/abt90iranbet/public_html/wp-admin/js/password-toggle.min.js', 'wp-admin/js/password-toggle.min.js'),
(16634, '/home/abt90iranbet/public_html/wp-admin/js/plugin-install.js', 'wp-admin/js/plugin-install.js'),
(16635, '/home/abt90iranbet/public_html/wp-admin/js/plugin-install.min.js', 'wp-admin/js/plugin-install.min.js'),
(16636, '/home/abt90iranbet/public_html/wp-admin/js/post.js', 'wp-admin/js/post.js'),
(16637, '/home/abt90iranbet/public_html/wp-admin/js/post.min.js', 'wp-admin/js/post.min.js'),
(16638, '/home/abt90iranbet/public_html/wp-admin/js/postbox.js', 'wp-admin/js/postbox.js'),
(16639, '/home/abt90iranbet/public_html/wp-admin/js/postbox.min.js', 'wp-admin/js/postbox.min.js'),
(16640, '/home/abt90iranbet/public_html/wp-admin/js/privacy-tools.js', 'wp-admin/js/privacy-tools.js'),
(16641, '/home/abt90iranbet/public_html/wp-admin/js/privacy-tools.min.js', 'wp-admin/js/privacy-tools.min.js'),
(16642, '/home/abt90iranbet/public_html/wp-admin/js/revisions.js', 'wp-admin/js/revisions.js'),
(16643, '/home/abt90iranbet/public_html/wp-admin/js/revisions.min.js', 'wp-admin/js/revisions.min.js'),
(16644, '/home/abt90iranbet/public_html/wp-admin/js/set-post-thumbnail.js', 'wp-admin/js/set-post-thumbnail.js'),
(16645, '/home/abt90iranbet/public_html/wp-admin/js/set-post-thumbnail.min.js', 'wp-admin/js/set-post-thumbnail.min.js'),
(16646, '/home/abt90iranbet/public_html/wp-admin/js/site-health.js', 'wp-admin/js/site-health.js'),
(16647, '/home/abt90iranbet/public_html/wp-admin/js/site-health.min.js', 'wp-admin/js/site-health.min.js'),
(16648, '/home/abt90iranbet/public_html/wp-admin/js/site-icon.js', 'wp-admin/js/site-icon.js'),
(16649, '/home/abt90iranbet/public_html/wp-admin/js/site-icon.min.js', 'wp-admin/js/site-icon.min.js'),
(16650, '/home/abt90iranbet/public_html/wp-admin/js/svg-painter.js', 'wp-admin/js/svg-painter.js'),
(16651, '/home/abt90iranbet/public_html/wp-admin/js/svg-painter.min.js', 'wp-admin/js/svg-painter.min.js'),
(16652, '/home/abt90iranbet/public_html/wp-admin/js/tags-box.js', 'wp-admin/js/tags-box.js'),
(16653, '/home/abt90iranbet/public_html/wp-admin/js/tags-box.min.js', 'wp-admin/js/tags-box.min.js'),
(16654, '/home/abt90iranbet/public_html/wp-admin/js/tags-suggest.js', 'wp-admin/js/tags-suggest.js'),
(16655, '/home/abt90iranbet/public_html/wp-admin/js/tags-suggest.min.js', 'wp-admin/js/tags-suggest.min.js'),
(16656, '/home/abt90iranbet/public_html/wp-admin/js/tags.js', 'wp-admin/js/tags.js'),
(16657, '/home/abt90iranbet/public_html/wp-admin/js/tags.min.js', 'wp-admin/js/tags.min.js'),
(16658, '/home/abt90iranbet/public_html/wp-admin/js/theme-plugin-editor.js', 'wp-admin/js/theme-plugin-editor.js'),
(16659, '/home/abt90iranbet/public_html/wp-admin/js/theme-plugin-editor.min.js', 'wp-admin/js/theme-plugin-editor.min.js'),
(16660, '/home/abt90iranbet/public_html/wp-admin/js/theme.js', 'wp-admin/js/theme.js'),
(16661, '/home/abt90iranbet/public_html/wp-admin/js/theme.min.js', 'wp-admin/js/theme.min.js'),
(16662, '/home/abt90iranbet/public_html/wp-admin/js/updates.js', 'wp-admin/js/updates.js'),
(16663, '/home/abt90iranbet/public_html/wp-admin/js/updates.min.js', 'wp-admin/js/updates.min.js'),
(16664, '/home/abt90iranbet/public_html/wp-admin/js/user-profile.js', 'wp-admin/js/user-profile.js'),
(16665, '/home/abt90iranbet/public_html/wp-admin/js/user-profile.min.js', 'wp-admin/js/user-profile.min.js'),
(16666, '/home/abt90iranbet/public_html/wp-admin/js/user-suggest.js', 'wp-admin/js/user-suggest.js'),
(16667, '/home/abt90iranbet/public_html/wp-admin/js/user-suggest.min.js', 'wp-admin/js/user-suggest.min.js'),
(16668, '/home/abt90iranbet/public_html/wp-admin/js/widgets/custom-html-widgets.js', 'wp-admin/js/widgets/custom-html-widgets.js'),
(16669, '/home/abt90iranbet/public_html/wp-admin/js/widgets/custom-html-widgets.min.js', 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(16670, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-audio-widget.js', 'wp-admin/js/widgets/media-audio-widget.js'),
(16671, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-audio-widget.min.js', 'wp-admin/js/widgets/media-audio-widget.min.js'),
(16672, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-gallery-widget.js', 'wp-admin/js/widgets/media-gallery-widget.js'),
(16673, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-gallery-widget.min.js', 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(16674, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-image-widget.js', 'wp-admin/js/widgets/media-image-widget.js'),
(16675, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-image-widget.min.js', 'wp-admin/js/widgets/media-image-widget.min.js'),
(16676, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-video-widget.js', 'wp-admin/js/widgets/media-video-widget.js'),
(16677, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-video-widget.min.js', 'wp-admin/js/widgets/media-video-widget.min.js'),
(16678, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-widgets.js', 'wp-admin/js/widgets/media-widgets.js'),
(16679, '/home/abt90iranbet/public_html/wp-admin/js/widgets/media-widgets.min.js', 'wp-admin/js/widgets/media-widgets.min.js'),
(16680, '/home/abt90iranbet/public_html/wp-admin/js/widgets/text-widgets.js', 'wp-admin/js/widgets/text-widgets.js'),
(16681, '/home/abt90iranbet/public_html/wp-admin/js/widgets/text-widgets.min.js', 'wp-admin/js/widgets/text-widgets.min.js'),
(16682, '/home/abt90iranbet/public_html/wp-admin/js/widgets.js', 'wp-admin/js/widgets.js'),
(16683, '/home/abt90iranbet/public_html/wp-admin/js/widgets.min.js', 'wp-admin/js/widgets.min.js'),
(16684, '/home/abt90iranbet/public_html/wp-admin/js/word-count.js', 'wp-admin/js/word-count.js'),
(16685, '/home/abt90iranbet/public_html/wp-admin/js/word-count.min.js', 'wp-admin/js/word-count.min.js'),
(16686, '/home/abt90iranbet/public_html/wp-admin/js/xfn.js', 'wp-admin/js/xfn.js'),
(16687, '/home/abt90iranbet/public_html/wp-admin/js/xfn.min.js', 'wp-admin/js/xfn.min.js'),
(16688, '/home/abt90iranbet/public_html/wp-admin/link-add.php', 'wp-admin/link-add.php'),
(16689, '/home/abt90iranbet/public_html/wp-admin/link-manager.php', 'wp-admin/link-manager.php'),
(16690, '/home/abt90iranbet/public_html/wp-admin/link-parse-opml.php', 'wp-admin/link-parse-opml.php'),
(16691, '/home/abt90iranbet/public_html/wp-admin/link.php', 'wp-admin/link.php'),
(16692, '/home/abt90iranbet/public_html/wp-admin/load-scripts.php', 'wp-admin/load-scripts.php'),
(16693, '/home/abt90iranbet/public_html/wp-admin/load-styles.php', 'wp-admin/load-styles.php'),
(16694, '/home/abt90iranbet/public_html/wp-admin/maint/repair.php', 'wp-admin/maint/repair.php'),
(16695, '/home/abt90iranbet/public_html/wp-admin/media-new.php', 'wp-admin/media-new.php'),
(16696, '/home/abt90iranbet/public_html/wp-admin/media-upload.php', 'wp-admin/media-upload.php'),
(16697, '/home/abt90iranbet/public_html/wp-admin/media.php', 'wp-admin/media.php'),
(16698, '/home/abt90iranbet/public_html/wp-admin/menu-header.php', 'wp-admin/menu-header.php'),
(16699, '/home/abt90iranbet/public_html/wp-admin/menu.php', 'wp-admin/menu.php'),
(16700, '/home/abt90iranbet/public_html/wp-admin/moderation.php', 'wp-admin/moderation.php'),
(16701, '/home/abt90iranbet/public_html/wp-admin/ms-admin.php', 'wp-admin/ms-admin.php'),
(16702, '/home/abt90iranbet/public_html/wp-admin/ms-delete-site.php', 'wp-admin/ms-delete-site.php'),
(16703, '/home/abt90iranbet/public_html/wp-admin/ms-edit.php', 'wp-admin/ms-edit.php'),
(16704, '/home/abt90iranbet/public_html/wp-admin/ms-options.php', 'wp-admin/ms-options.php'),
(16705, '/home/abt90iranbet/public_html/wp-admin/ms-sites.php', 'wp-admin/ms-sites.php'),
(16706, '/home/abt90iranbet/public_html/wp-admin/ms-themes.php', 'wp-admin/ms-themes.php'),
(16707, '/home/abt90iranbet/public_html/wp-admin/ms-upgrade-network.php', 'wp-admin/ms-upgrade-network.php'),
(16708, '/home/abt90iranbet/public_html/wp-admin/ms-users.php', 'wp-admin/ms-users.php'),
(16709, '/home/abt90iranbet/public_html/wp-admin/my-sites.php', 'wp-admin/my-sites.php'),
(16710, '/home/abt90iranbet/public_html/wp-admin/nav-menus.php', 'wp-admin/nav-menus.php'),
(16711, '/home/abt90iranbet/public_html/wp-admin/network/about.php', 'wp-admin/network/about.php'),
(16712, '/home/abt90iranbet/public_html/wp-admin/network/admin.php', 'wp-admin/network/admin.php'),
(16713, '/home/abt90iranbet/public_html/wp-admin/network/contribute.php', 'wp-admin/network/contribute.php'),
(16714, '/home/abt90iranbet/public_html/wp-admin/network/credits.php', 'wp-admin/network/credits.php'),
(16715, '/home/abt90iranbet/public_html/wp-admin/network/edit.php', 'wp-admin/network/edit.php'),
(16716, '/home/abt90iranbet/public_html/wp-admin/network/freedoms.php', 'wp-admin/network/freedoms.php'),
(16717, '/home/abt90iranbet/public_html/wp-admin/network/index.php', 'wp-admin/network/index.php'),
(16718, '/home/abt90iranbet/public_html/wp-admin/network/menu.php', 'wp-admin/network/menu.php'),
(16719, '/home/abt90iranbet/public_html/wp-admin/network/plugin-editor.php', 'wp-admin/network/plugin-editor.php'),
(16720, '/home/abt90iranbet/public_html/wp-admin/network/plugin-install.php', 'wp-admin/network/plugin-install.php'),
(16721, '/home/abt90iranbet/public_html/wp-admin/network/plugins.php', 'wp-admin/network/plugins.php'),
(16722, '/home/abt90iranbet/public_html/wp-admin/network/privacy.php', 'wp-admin/network/privacy.php'),
(16723, '/home/abt90iranbet/public_html/wp-admin/network/profile.php', 'wp-admin/network/profile.php'),
(16724, '/home/abt90iranbet/public_html/wp-admin/network/settings.php', 'wp-admin/network/settings.php'),
(16725, '/home/abt90iranbet/public_html/wp-admin/network/setup.php', 'wp-admin/network/setup.php'),
(16726, '/home/abt90iranbet/public_html/wp-admin/network/site-info.php', 'wp-admin/network/site-info.php'),
(16727, '/home/abt90iranbet/public_html/wp-admin/network/site-new.php', 'wp-admin/network/site-new.php'),
(16728, '/home/abt90iranbet/public_html/wp-admin/network/site-settings.php', 'wp-admin/network/site-settings.php'),
(16729, '/home/abt90iranbet/public_html/wp-admin/network/site-themes.php', 'wp-admin/network/site-themes.php'),
(16730, '/home/abt90iranbet/public_html/wp-admin/network/site-users.php', 'wp-admin/network/site-users.php'),
(16731, '/home/abt90iranbet/public_html/wp-admin/network/sites.php', 'wp-admin/network/sites.php'),
(16732, '/home/abt90iranbet/public_html/wp-admin/network/theme-editor.php', 'wp-admin/network/theme-editor.php'),
(16733, '/home/abt90iranbet/public_html/wp-admin/network/theme-install.php', 'wp-admin/network/theme-install.php'),
(16734, '/home/abt90iranbet/public_html/wp-admin/network/themes.php', 'wp-admin/network/themes.php'),
(16735, '/home/abt90iranbet/public_html/wp-admin/network/update-core.php', 'wp-admin/network/update-core.php'),
(16736, '/home/abt90iranbet/public_html/wp-admin/network/update.php', 'wp-admin/network/update.php'),
(16737, '/home/abt90iranbet/public_html/wp-admin/network/upgrade.php', 'wp-admin/network/upgrade.php'),
(16738, '/home/abt90iranbet/public_html/wp-admin/network/user-edit.php', 'wp-admin/network/user-edit.php'),
(16739, '/home/abt90iranbet/public_html/wp-admin/network/user-new.php', 'wp-admin/network/user-new.php'),
(16740, '/home/abt90iranbet/public_html/wp-admin/network/users.php', 'wp-admin/network/users.php'),
(16741, '/home/abt90iranbet/public_html/wp-admin/network.php', 'wp-admin/network.php'),
(16742, '/home/abt90iranbet/public_html/wp-admin/options-discussion.php', 'wp-admin/options-discussion.php'),
(16743, '/home/abt90iranbet/public_html/wp-admin/options-general.php', 'wp-admin/options-general.php'),
(16744, '/home/abt90iranbet/public_html/wp-admin/options-head.php', 'wp-admin/options-head.php'),
(16745, '/home/abt90iranbet/public_html/wp-admin/options-media.php', 'wp-admin/options-media.php'),
(16746, '/home/abt90iranbet/public_html/wp-admin/options-permalink.php', 'wp-admin/options-permalink.php'),
(16747, '/home/abt90iranbet/public_html/wp-admin/options-privacy.php', 'wp-admin/options-privacy.php'),
(16748, '/home/abt90iranbet/public_html/wp-admin/options-reading.php', 'wp-admin/options-reading.php'),
(16749, '/home/abt90iranbet/public_html/wp-admin/options-writing.php', 'wp-admin/options-writing.php'),
(16750, '/home/abt90iranbet/public_html/wp-admin/options.php', 'wp-admin/options.php'),
(16751, '/home/abt90iranbet/public_html/wp-admin/plugin-editor.php', 'wp-admin/plugin-editor.php'),
(16752, '/home/abt90iranbet/public_html/wp-admin/plugin-install.php', 'wp-admin/plugin-install.php'),
(16753, '/home/abt90iranbet/public_html/wp-admin/plugins.php', 'wp-admin/plugins.php'),
(16754, '/home/abt90iranbet/public_html/wp-admin/post-new.php', 'wp-admin/post-new.php'),
(16755, '/home/abt90iranbet/public_html/wp-admin/post.php', 'wp-admin/post.php'),
(16756, '/home/abt90iranbet/public_html/wp-admin/press-this.php', 'wp-admin/press-this.php'),
(16757, '/home/abt90iranbet/public_html/wp-admin/privacy-policy-guide.php', 'wp-admin/privacy-policy-guide.php'),
(16758, '/home/abt90iranbet/public_html/wp-admin/privacy.php', 'wp-admin/privacy.php'),
(16759, '/home/abt90iranbet/public_html/wp-admin/profile.php', 'wp-admin/profile.php'),
(16760, '/home/abt90iranbet/public_html/wp-admin/revision.php', 'wp-admin/revision.php'),
(16761, '/home/abt90iranbet/public_html/wp-admin/setup-config.php', 'wp-admin/setup-config.php'),
(16762, '/home/abt90iranbet/public_html/wp-admin/site-editor.php', 'wp-admin/site-editor.php'),
(16763, '/home/abt90iranbet/public_html/wp-admin/site-health-info.php', 'wp-admin/site-health-info.php'),
(16764, '/home/abt90iranbet/public_html/wp-admin/site-health.php', 'wp-admin/site-health.php'),
(16765, '/home/abt90iranbet/public_html/wp-admin/term.php', 'wp-admin/term.php'),
(16766, '/home/abt90iranbet/public_html/wp-admin/theme-editor.php', 'wp-admin/theme-editor.php'),
(16767, '/home/abt90iranbet/public_html/wp-admin/theme-install.php', 'wp-admin/theme-install.php'),
(16768, '/home/abt90iranbet/public_html/wp-admin/themes.php', 'wp-admin/themes.php'),
(16769, '/home/abt90iranbet/public_html/wp-admin/tools.php', 'wp-admin/tools.php'),
(16770, '/home/abt90iranbet/public_html/wp-admin/update-core.php', 'wp-admin/update-core.php'),
(16771, '/home/abt90iranbet/public_html/wp-admin/update.php', 'wp-admin/update.php'),
(16772, '/home/abt90iranbet/public_html/wp-admin/upgrade-functions.php', 'wp-admin/upgrade-functions.php'),
(16773, '/home/abt90iranbet/public_html/wp-admin/upgrade.php', 'wp-admin/upgrade.php'),
(16774, '/home/abt90iranbet/public_html/wp-admin/upload.php', 'wp-admin/upload.php'),
(16775, '/home/abt90iranbet/public_html/wp-admin/user/about.php', 'wp-admin/user/about.php'),
(16776, '/home/abt90iranbet/public_html/wp-admin/user/admin.php', 'wp-admin/user/admin.php'),
(16777, '/home/abt90iranbet/public_html/wp-admin/user/contribute.php', 'wp-admin/user/contribute.php'),
(16778, '/home/abt90iranbet/public_html/wp-admin/user/credits.php', 'wp-admin/user/credits.php'),
(16779, '/home/abt90iranbet/public_html/wp-admin/user/freedoms.php', 'wp-admin/user/freedoms.php'),
(16780, '/home/abt90iranbet/public_html/wp-admin/user/index.php', 'wp-admin/user/index.php'),
(16781, '/home/abt90iranbet/public_html/wp-admin/user/menu.php', 'wp-admin/user/menu.php'),
(16782, '/home/abt90iranbet/public_html/wp-admin/user/privacy.php', 'wp-admin/user/privacy.php'),
(16783, '/home/abt90iranbet/public_html/wp-admin/user/profile.php', 'wp-admin/user/profile.php'),
(16784, '/home/abt90iranbet/public_html/wp-admin/user/user-edit.php', 'wp-admin/user/user-edit.php'),
(16785, '/home/abt90iranbet/public_html/wp-admin/user-edit.php', 'wp-admin/user-edit.php'),
(16786, '/home/abt90iranbet/public_html/wp-admin/user-new.php', 'wp-admin/user-new.php'),
(16787, '/home/abt90iranbet/public_html/wp-admin/users.php', 'wp-admin/users.php'),
(16788, '/home/abt90iranbet/public_html/wp-admin/widgets-form-blocks.php', 'wp-admin/widgets-form-blocks.php'),
(16789, '/home/abt90iranbet/public_html/wp-admin/widgets-form.php', 'wp-admin/widgets-form.php'),
(16790, '/home/abt90iranbet/public_html/wp-admin/widgets.php', 'wp-admin/widgets.php'),
(16791, '/home/abt90iranbet/public_html/wp-blog-header.php', 'wp-blog-header.php'),
(16792, '/home/abt90iranbet/public_html/wp-comments-post.php', 'wp-comments-post.php'),
(16793, '/home/abt90iranbet/public_html/wp-config-sample.php', 'wp-config-sample.php'),
(16794, '/home/abt90iranbet/public_html/wp-config.php', 'wp-config.php'),
(16795, '/home/abt90iranbet/public_html/wp-cron.php', 'wp-cron.php'),
(16796, '/home/abt90iranbet/public_html/wp-includes/ID3/getid3.lib.php', 'wp-includes/ID3/getid3.lib.php'),
(16797, '/home/abt90iranbet/public_html/wp-includes/ID3/getid3.php', 'wp-includes/ID3/getid3.php'),
(16798, '/home/abt90iranbet/public_html/wp-includes/ID3/license.txt', 'wp-includes/ID3/license.txt'),
(16799, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.asf.php', 'wp-includes/ID3/module.audio-video.asf.php'),
(16800, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.flv.php', 'wp-includes/ID3/module.audio-video.flv.php'),
(16801, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.matroska.php', 'wp-includes/ID3/module.audio-video.matroska.php'),
(16802, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.quicktime.php', 'wp-includes/ID3/module.audio-video.quicktime.php'),
(16803, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio-video.riff.php', 'wp-includes/ID3/module.audio-video.riff.php'),
(16804, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.ac3.php', 'wp-includes/ID3/module.audio.ac3.php'),
(16805, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.dts.php', 'wp-includes/ID3/module.audio.dts.php'),
(16806, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.flac.php', 'wp-includes/ID3/module.audio.flac.php'),
(16807, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.mp3.php', 'wp-includes/ID3/module.audio.mp3.php'),
(16808, '/home/abt90iranbet/public_html/wp-includes/ID3/module.audio.ogg.php', 'wp-includes/ID3/module.audio.ogg.php'),
(16809, '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.apetag.php', 'wp-includes/ID3/module.tag.apetag.php'),
(16810, '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.id3v1.php', 'wp-includes/ID3/module.tag.id3v1.php'),
(16811, '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.id3v2.php', 'wp-includes/ID3/module.tag.id3v2.php'),
(16812, '/home/abt90iranbet/public_html/wp-includes/ID3/module.tag.lyrics3.php', 'wp-includes/ID3/module.tag.lyrics3.php'),
(16813, '/home/abt90iranbet/public_html/wp-includes/ID3/readme.txt', 'wp-includes/ID3/readme.txt'),
(16814, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-base64.php', 'wp-includes/IXR/class-IXR-base64.php'),
(16815, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-client.php', 'wp-includes/IXR/class-IXR-client.php'),
(16816, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-clientmulticall.php', 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(16817, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-date.php', 'wp-includes/IXR/class-IXR-date.php'),
(16818, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-error.php', 'wp-includes/IXR/class-IXR-error.php'),
(16819, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-introspectionserver.php', 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(16820, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-message.php', 'wp-includes/IXR/class-IXR-message.php'),
(16821, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-request.php', 'wp-includes/IXR/class-IXR-request.php'),
(16822, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-server.php', 'wp-includes/IXR/class-IXR-server.php'),
(16823, '/home/abt90iranbet/public_html/wp-includes/IXR/class-IXR-value.php', 'wp-includes/IXR/class-IXR-value.php'),
(16824, '/home/abt90iranbet/public_html/wp-includes/IXR/error_log', 'wp-includes/IXR/error_log'),
(16825, '/home/abt90iranbet/public_html/wp-includes/PHPMailer/Exception.php', 'wp-includes/PHPMailer/Exception.php'),
(16826, '/home/abt90iranbet/public_html/wp-includes/PHPMailer/PHPMailer.php', 'wp-includes/PHPMailer/PHPMailer.php'),
(16827, '/home/abt90iranbet/public_html/wp-includes/PHPMailer/SMTP.php', 'wp-includes/PHPMailer/SMTP.php'),
(16828, '/home/abt90iranbet/public_html/wp-includes/Requests/library/Requests.php', 'wp-includes/Requests/library/Requests.php'),
(16829, '/home/abt90iranbet/public_html/wp-includes/Requests/library/error_log', 'wp-includes/Requests/library/error_log'),
(16830, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Auth/Basic.php', 'wp-includes/Requests/src/Auth/Basic.php'),
(16831, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Auth/error_log', 'wp-includes/Requests/src/Auth/error_log'),
(16832, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Auth.php', 'wp-includes/Requests/src/Auth.php'),
(16833, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Autoload.php', 'wp-includes/Requests/src/Autoload.php'),
(16834, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Capability.php', 'wp-includes/Requests/src/Capability.php'),
(16835, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Cookie/Jar.php', 'wp-includes/Requests/src/Cookie/Jar.php'),
(16836, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Cookie.php', 'wp-includes/Requests/src/Cookie.php'),
(16837, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/ArgumentCount.php', 'wp-includes/Requests/src/Exception/ArgumentCount.php'),
(16838, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status304.php', 'wp-includes/Requests/src/Exception/Http/Status304.php'),
(16839, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status305.php', 'wp-includes/Requests/src/Exception/Http/Status305.php'),
(16840, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status306.php', 'wp-includes/Requests/src/Exception/Http/Status306.php'),
(16841, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status400.php', 'wp-includes/Requests/src/Exception/Http/Status400.php'),
(16842, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status401.php', 'wp-includes/Requests/src/Exception/Http/Status401.php'),
(16843, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status402.php', 'wp-includes/Requests/src/Exception/Http/Status402.php'),
(16844, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status403.php', 'wp-includes/Requests/src/Exception/Http/Status403.php'),
(16845, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status404.php', 'wp-includes/Requests/src/Exception/Http/Status404.php'),
(16846, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status405.php', 'wp-includes/Requests/src/Exception/Http/Status405.php'),
(16847, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status406.php', 'wp-includes/Requests/src/Exception/Http/Status406.php'),
(16848, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status407.php', 'wp-includes/Requests/src/Exception/Http/Status407.php'),
(16849, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status408.php', 'wp-includes/Requests/src/Exception/Http/Status408.php'),
(16850, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status409.php', 'wp-includes/Requests/src/Exception/Http/Status409.php'),
(16851, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status410.php', 'wp-includes/Requests/src/Exception/Http/Status410.php'),
(16852, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status411.php', 'wp-includes/Requests/src/Exception/Http/Status411.php'),
(16853, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status412.php', 'wp-includes/Requests/src/Exception/Http/Status412.php'),
(16854, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status413.php', 'wp-includes/Requests/src/Exception/Http/Status413.php'),
(16855, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status414.php', 'wp-includes/Requests/src/Exception/Http/Status414.php'),
(16856, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status415.php', 'wp-includes/Requests/src/Exception/Http/Status415.php'),
(16857, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status416.php', 'wp-includes/Requests/src/Exception/Http/Status416.php'),
(16858, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status417.php', 'wp-includes/Requests/src/Exception/Http/Status417.php'),
(16859, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status418.php', 'wp-includes/Requests/src/Exception/Http/Status418.php'),
(16860, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status428.php', 'wp-includes/Requests/src/Exception/Http/Status428.php'),
(16861, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status429.php', 'wp-includes/Requests/src/Exception/Http/Status429.php'),
(16862, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status431.php', 'wp-includes/Requests/src/Exception/Http/Status431.php'),
(16863, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status500.php', 'wp-includes/Requests/src/Exception/Http/Status500.php'),
(16864, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status501.php', 'wp-includes/Requests/src/Exception/Http/Status501.php'),
(16865, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status502.php', 'wp-includes/Requests/src/Exception/Http/Status502.php'),
(16866, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status503.php', 'wp-includes/Requests/src/Exception/Http/Status503.php'),
(16867, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status504.php', 'wp-includes/Requests/src/Exception/Http/Status504.php'),
(16868, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status505.php', 'wp-includes/Requests/src/Exception/Http/Status505.php'),
(16869, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/Status511.php', 'wp-includes/Requests/src/Exception/Http/Status511.php'),
(16870, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php'),
(16871, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http/error_log', 'wp-includes/Requests/src/Exception/Http/error_log'),
(16872, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Http.php', 'wp-includes/Requests/src/Exception/Http.php'),
(16873, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/InvalidArgument.php', 'wp-includes/Requests/src/Exception/InvalidArgument.php'),
(16874, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php', 'wp-includes/Requests/src/Exception/Transport/Curl.php'),
(16875, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Transport/error_log', 'wp-includes/Requests/src/Exception/Transport/error_log'),
(16876, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/Transport.php', 'wp-includes/Requests/src/Exception/Transport.php'),
(16877, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception/error_log', 'wp-includes/Requests/src/Exception/error_log'),
(16878, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Exception.php', 'wp-includes/Requests/src/Exception.php'),
(16879, '/home/abt90iranbet/public_html/wp-includes/Requests/src/HookManager.php', 'wp-includes/Requests/src/HookManager.php'),
(16880, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Hooks.php', 'wp-includes/Requests/src/Hooks.php'),
(16881, '/home/abt90iranbet/public_html/wp-includes/Requests/src/IdnaEncoder.php', 'wp-includes/Requests/src/IdnaEncoder.php'),
(16882, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Ipv6.php', 'wp-includes/Requests/src/Ipv6.php'),
(16883, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Iri.php', 'wp-includes/Requests/src/Iri.php'),
(16884, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Port.php', 'wp-includes/Requests/src/Port.php'),
(16885, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Proxy/Http.php', 'wp-includes/Requests/src/Proxy/Http.php'),
(16886, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Proxy/error_log', 'wp-includes/Requests/src/Proxy/error_log'),
(16887, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Proxy.php', 'wp-includes/Requests/src/Proxy.php'),
(16888, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Requests.php', 'wp-includes/Requests/src/Requests.php'),
(16889, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Response/Headers.php', 'wp-includes/Requests/src/Response/Headers.php'),
(16890, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Response/error_log', 'wp-includes/Requests/src/Response/error_log'),
(16891, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Response.php', 'wp-includes/Requests/src/Response.php'),
(16892, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Session.php', 'wp-includes/Requests/src/Session.php'),
(16893, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Ssl.php', 'wp-includes/Requests/src/Ssl.php'),
(16894, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport/Curl.php', 'wp-includes/Requests/src/Transport/Curl.php'),
(16895, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport/Fsockopen.php', 'wp-includes/Requests/src/Transport/Fsockopen.php'),
(16896, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport/error_log', 'wp-includes/Requests/src/Transport/error_log'),
(16897, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Transport.php', 'wp-includes/Requests/src/Transport.php'),
(16898, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php'),
(16899, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Utility/FilteredIterator.php', 'wp-includes/Requests/src/Utility/FilteredIterator.php'),
(16900, '/home/abt90iranbet/public_html/wp-includes/Requests/src/Utility/InputValidator.php', 'wp-includes/Requests/src/Utility/InputValidator.php'),
(16901, '/home/abt90iranbet/public_html/wp-includes/Requests/src/error_log', 'wp-includes/Requests/src/error_log'),
(16902, '/home/abt90iranbet/public_html/wp-includes/SimplePie/autoloader.php', 'wp-includes/SimplePie/autoloader.php'),
(16903, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Author.php', 'wp-includes/SimplePie/library/SimplePie/Author.php'),
(16904, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Base.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Base.php'),
(16905, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/DB.php', 'wp-includes/SimplePie/library/SimplePie/Cache/DB.php'),
(16906, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/File.php', 'wp-includes/SimplePie/library/SimplePie/Cache/File.php'),
(16907, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php'),
(16908, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php'),
(16909, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', 'wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php'),
(16910, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Redis.php'),
(16911, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Cache.php', 'wp-includes/SimplePie/library/SimplePie/Cache.php'),
(16912, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Caption.php', 'wp-includes/SimplePie/library/SimplePie/Caption.php'),
(16913, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Category.php', 'wp-includes/SimplePie/library/SimplePie/Category.php'),
(16914, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', 'wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(16915, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Copyright.php', 'wp-includes/SimplePie/library/SimplePie/Copyright.php'),
(16916, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Core.php', 'wp-includes/SimplePie/library/SimplePie/Core.php'),
(16917, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Credit.php', 'wp-includes/SimplePie/library/SimplePie/Credit.php'),
(16918, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php', 'wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php'),
(16919, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Enclosure.php', 'wp-includes/SimplePie/library/SimplePie/Enclosure.php'),
(16920, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Exception.php', 'wp-includes/SimplePie/library/SimplePie/Exception.php'),
(16921, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/File.php', 'wp-includes/SimplePie/library/SimplePie/File.php'),
(16922, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php', 'wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php'),
(16923, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/IRI.php', 'wp-includes/SimplePie/library/SimplePie/IRI.php'),
(16924, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Item.php', 'wp-includes/SimplePie/library/SimplePie/Item.php'),
(16925, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Locator.php', 'wp-includes/SimplePie/library/SimplePie/Locator.php'),
(16926, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Misc.php', 'wp-includes/SimplePie/library/SimplePie/Misc.php'),
(16927, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', 'wp-includes/SimplePie/library/SimplePie/Net/IPv6.php'),
(16928, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Parse/Date.php', 'wp-includes/SimplePie/library/SimplePie/Parse/Date.php'),
(16929, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Parser.php', 'wp-includes/SimplePie/library/SimplePie/Parser.php'),
(16930, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Rating.php', 'wp-includes/SimplePie/library/SimplePie/Rating.php'),
(16931, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Registry.php', 'wp-includes/SimplePie/library/SimplePie/Registry.php'),
(16932, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Restriction.php', 'wp-includes/SimplePie/library/SimplePie/Restriction.php'),
(16933, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Sanitize.php', 'wp-includes/SimplePie/library/SimplePie/Sanitize.php'),
(16934, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/Source.php', 'wp-includes/SimplePie/library/SimplePie/Source.php'),
(16935, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php', 'wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php'),
(16936, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/error_log', 'wp-includes/SimplePie/library/SimplePie/error_log'),
(16937, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie/gzdecode.php', 'wp-includes/SimplePie/library/SimplePie/gzdecode.php'),
(16938, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/SimplePie.php', 'wp-includes/SimplePie/library/SimplePie.php'),
(16939, '/home/abt90iranbet/public_html/wp-includes/SimplePie/library/error_log', 'wp-includes/SimplePie/library/error_log'),
(16940, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Author.php', 'wp-includes/SimplePie/src/Author.php'),
(16941, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Base.php', 'wp-includes/SimplePie/src/Cache/Base.php'),
(16942, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/BaseDataCache.php', 'wp-includes/SimplePie/src/Cache/BaseDataCache.php'),
(16943, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/CallableNameFilter.php', 'wp-includes/SimplePie/src/Cache/CallableNameFilter.php'),
(16944, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/DB.php', 'wp-includes/SimplePie/src/Cache/DB.php'),
(16945, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/DataCache.php', 'wp-includes/SimplePie/src/Cache/DataCache.php'),
(16946, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/File.php', 'wp-includes/SimplePie/src/Cache/File.php'),
(16947, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Memcache.php', 'wp-includes/SimplePie/src/Cache/Memcache.php'),
(16948, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Memcached.php', 'wp-includes/SimplePie/src/Cache/Memcached.php'),
(16949, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/MySQL.php', 'wp-includes/SimplePie/src/Cache/MySQL.php'),
(16950, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/NameFilter.php', 'wp-includes/SimplePie/src/Cache/NameFilter.php'),
(16951, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Psr16.php', 'wp-includes/SimplePie/src/Cache/Psr16.php'),
(16952, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/Redis.php', 'wp-includes/SimplePie/src/Cache/Redis.php'),
(16953, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache/error_log', 'wp-includes/SimplePie/src/Cache/error_log'),
(16954, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Cache.php', 'wp-includes/SimplePie/src/Cache.php'),
(16955, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Caption.php', 'wp-includes/SimplePie/src/Caption.php'),
(16956, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Category.php', 'wp-includes/SimplePie/src/Category.php'),
(16957, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Content/Type/Sniffer.php', 'wp-includes/SimplePie/src/Content/Type/Sniffer.php'),
(16958, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Copyright.php', 'wp-includes/SimplePie/src/Copyright.php'),
(16959, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Core.php', 'wp-includes/SimplePie/src/Core.php'),
(16960, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Credit.php', 'wp-includes/SimplePie/src/Credit.php'),
(16961, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Decode/HTML/Entities.php', 'wp-includes/SimplePie/src/Decode/HTML/Entities.php'),
(16962, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Enclosure.php', 'wp-includes/SimplePie/src/Enclosure.php'),
(16963, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Exception.php', 'wp-includes/SimplePie/src/Exception.php'),
(16964, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/File.php', 'wp-includes/SimplePie/src/File.php'),
(16965, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Gzdecode.php', 'wp-includes/SimplePie/src/Gzdecode.php'),
(16966, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/HTTP/Parser.php', 'wp-includes/SimplePie/src/HTTP/Parser.php'),
(16967, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/IRI.php', 'wp-includes/SimplePie/src/IRI.php'),
(16968, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Item.php', 'wp-includes/SimplePie/src/Item.php'),
(16969, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Locator.php', 'wp-includes/SimplePie/src/Locator.php'),
(16970, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Misc.php', 'wp-includes/SimplePie/src/Misc.php'),
(16971, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Net/IPv6.php', 'wp-includes/SimplePie/src/Net/IPv6.php'),
(16972, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Parse/Date.php', 'wp-includes/SimplePie/src/Parse/Date.php'),
(16973, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Parser.php', 'wp-includes/SimplePie/src/Parser.php'),
(16974, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Rating.php', 'wp-includes/SimplePie/src/Rating.php'),
(16975, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Registry.php', 'wp-includes/SimplePie/src/Registry.php'),
(16976, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/RegistryAware.php', 'wp-includes/SimplePie/src/RegistryAware.php'),
(16977, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Restriction.php', 'wp-includes/SimplePie/src/Restriction.php'),
(16978, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Sanitize.php', 'wp-includes/SimplePie/src/Sanitize.php'),
(16979, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/SimplePie.php', 'wp-includes/SimplePie/src/SimplePie.php'),
(16980, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/Source.php', 'wp-includes/SimplePie/src/Source.php'),
(16981, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/XML/Declaration/Parser.php', 'wp-includes/SimplePie/src/XML/Declaration/Parser.php'),
(16982, '/home/abt90iranbet/public_html/wp-includes/SimplePie/src/error_log', 'wp-includes/SimplePie/src/error_log'),
(16983, '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/native.php', 'wp-includes/Text/Diff/Engine/native.php'),
(16984, '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/shell.php', 'wp-includes/Text/Diff/Engine/shell.php'),
(16985, '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/string.php', 'wp-includes/Text/Diff/Engine/string.php'),
(16986, '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Engine/xdiff.php', 'wp-includes/Text/Diff/Engine/xdiff.php'),
(16987, '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Renderer/inline.php', 'wp-includes/Text/Diff/Renderer/inline.php'),
(16988, '/home/abt90iranbet/public_html/wp-includes/Text/Diff/Renderer.php', 'wp-includes/Text/Diff/Renderer.php'),
(16989, '/home/abt90iranbet/public_html/wp-includes/Text/Diff.php', 'wp-includes/Text/Diff.php'),
(16990, '/home/abt90iranbet/public_html/wp-includes/Text/Exception.php', 'wp-includes/Text/Exception.php'),
(16991, '/home/abt90iranbet/public_html/wp-includes/admin-bar.php', 'wp-includes/admin-bar.php'),
(16992, '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-packages.min.php', 'wp-includes/assets/script-loader-packages.min.php'),
(16993, '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-packages.php', 'wp-includes/assets/script-loader-packages.php'),
(16994, '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-entry.min.php', 'wp-includes/assets/script-loader-react-refresh-entry.min.php'),
(16995, '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-entry.php', 'wp-includes/assets/script-loader-react-refresh-entry.php'),
(16996, '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-runtime.min.php', 'wp-includes/assets/script-loader-react-refresh-runtime.min.php'),
(16997, '/home/abt90iranbet/public_html/wp-includes/assets/script-loader-react-refresh-runtime.php', 'wp-includes/assets/script-loader-react-refresh-runtime.php'),
(16998, '/home/abt90iranbet/public_html/wp-includes/assets/script-modules-packages.min.php', 'wp-includes/assets/script-modules-packages.min.php'),
(16999, '/home/abt90iranbet/public_html/wp-includes/assets/script-modules-packages.php', 'wp-includes/assets/script-modules-packages.php'),
(17000, '/home/abt90iranbet/public_html/wp-includes/atomlib.php', 'wp-includes/atomlib.php'),
(17001, '/home/abt90iranbet/public_html/wp-includes/author-template.php', 'wp-includes/author-template.php'),
(17002, '/home/abt90iranbet/public_html/wp-includes/block-bindings/error_log', 'wp-includes/block-bindings/error_log'),
(17003, '/home/abt90iranbet/public_html/wp-includes/block-bindings/pattern-overrides.php', 'wp-includes/block-bindings/pattern-overrides.php'),
(17004, '/home/abt90iranbet/public_html/wp-includes/block-bindings/post-meta.php', 'wp-includes/block-bindings/post-meta.php'),
(17005, '/home/abt90iranbet/public_html/wp-includes/block-bindings.php', 'wp-includes/block-bindings.php'),
(17006, '/home/abt90iranbet/public_html/wp-includes/block-editor.php', 'wp-includes/block-editor.php'),
(17007, '/home/abt90iranbet/public_html/wp-includes/block-i18n.json', 'wp-includes/block-i18n.json'),
(17008, '/home/abt90iranbet/public_html/wp-includes/block-patterns/error_log', 'wp-includes/block-patterns/error_log'),
(17009, '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-grid-posts.php', 'wp-includes/block-patterns/query-grid-posts.php'),
(17010, '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-large-title-posts.php', 'wp-includes/block-patterns/query-large-title-posts.php'),
(17011, '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-medium-posts.php', 'wp-includes/block-patterns/query-medium-posts.php'),
(17012, '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-offset-posts.php', 'wp-includes/block-patterns/query-offset-posts.php'),
(17013, '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-small-posts.php', 'wp-includes/block-patterns/query-small-posts.php'),
(17014, '/home/abt90iranbet/public_html/wp-includes/block-patterns/query-standard-posts.php', 'wp-includes/block-patterns/query-standard-posts.php'),
(17015, '/home/abt90iranbet/public_html/wp-includes/block-patterns/social-links-shared-background-color.php', 'wp-includes/block-patterns/social-links-shared-background-color.php'),
(17016, '/home/abt90iranbet/public_html/wp-includes/block-patterns.php', 'wp-includes/block-patterns.php'),
(17017, '/home/abt90iranbet/public_html/wp-includes/block-supports/align.php', 'wp-includes/block-supports/align.php'),
(17018, '/home/abt90iranbet/public_html/wp-includes/block-supports/aria-label.php', 'wp-includes/block-supports/aria-label.php'),
(17019, '/home/abt90iranbet/public_html/wp-includes/block-supports/background.php', 'wp-includes/block-supports/background.php'),
(17020, '/home/abt90iranbet/public_html/wp-includes/block-supports/block-style-variations.php', 'wp-includes/block-supports/block-style-variations.php'),
(17021, '/home/abt90iranbet/public_html/wp-includes/block-supports/border.php', 'wp-includes/block-supports/border.php'),
(17022, '/home/abt90iranbet/public_html/wp-includes/block-supports/colors.php', 'wp-includes/block-supports/colors.php'),
(17023, '/home/abt90iranbet/public_html/wp-includes/block-supports/custom-classname.php', 'wp-includes/block-supports/custom-classname.php'),
(17024, '/home/abt90iranbet/public_html/wp-includes/block-supports/dimensions.php', 'wp-includes/block-supports/dimensions.php'),
(17025, '/home/abt90iranbet/public_html/wp-includes/block-supports/duotone.php', 'wp-includes/block-supports/duotone.php'),
(17026, '/home/abt90iranbet/public_html/wp-includes/block-supports/elements.php', 'wp-includes/block-supports/elements.php'),
(17027, '/home/abt90iranbet/public_html/wp-includes/block-supports/error_log', 'wp-includes/block-supports/error_log'),
(17028, '/home/abt90iranbet/public_html/wp-includes/block-supports/generated-classname.php', 'wp-includes/block-supports/generated-classname.php'),
(17029, '/home/abt90iranbet/public_html/wp-includes/block-supports/layout.php', 'wp-includes/block-supports/layout.php'),
(17030, '/home/abt90iranbet/public_html/wp-includes/block-supports/position.php', 'wp-includes/block-supports/position.php'),
(17031, '/home/abt90iranbet/public_html/wp-includes/block-supports/settings.php', 'wp-includes/block-supports/settings.php'),
(17032, '/home/abt90iranbet/public_html/wp-includes/block-supports/shadow.php', 'wp-includes/block-supports/shadow.php'),
(17033, '/home/abt90iranbet/public_html/wp-includes/block-supports/spacing.php', 'wp-includes/block-supports/spacing.php'),
(17034, '/home/abt90iranbet/public_html/wp-includes/block-supports/typography.php', 'wp-includes/block-supports/typography.php'),
(17035, '/home/abt90iranbet/public_html/wp-includes/block-supports/utils.php', 'wp-includes/block-supports/utils.php'),
(17036, '/home/abt90iranbet/public_html/wp-includes/block-template-utils.php', 'wp-includes/block-template-utils.php'),
(17037, '/home/abt90iranbet/public_html/wp-includes/block-template.php', 'wp-includes/block-template.php'),
(17038, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/block.json', 'wp-includes/blocks/archives/block.json'),
(17039, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor-rtl.css', 'wp-includes/blocks/archives/editor-rtl.css'),
(17040, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor-rtl.min.css', 'wp-includes/blocks/archives/editor-rtl.min.css'),
(17041, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor.css', 'wp-includes/blocks/archives/editor.css'),
(17042, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/editor.min.css', 'wp-includes/blocks/archives/editor.min.css'),
(17043, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style-rtl.css', 'wp-includes/blocks/archives/style-rtl.css'),
(17044, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style-rtl.min.css', 'wp-includes/blocks/archives/style-rtl.min.css'),
(17045, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style.css', 'wp-includes/blocks/archives/style.css'),
(17046, '/home/abt90iranbet/public_html/wp-includes/blocks/archives/style.min.css', 'wp-includes/blocks/archives/style.min.css'),
(17047, '/home/abt90iranbet/public_html/wp-includes/blocks/archives.php', 'wp-includes/blocks/archives.php'),
(17048, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/block.json', 'wp-includes/blocks/audio/block.json'),
(17049, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor-rtl.css', 'wp-includes/blocks/audio/editor-rtl.css'),
(17050, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor-rtl.min.css', 'wp-includes/blocks/audio/editor-rtl.min.css'),
(17051, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor.css', 'wp-includes/blocks/audio/editor.css'),
(17052, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/editor.min.css', 'wp-includes/blocks/audio/editor.min.css'),
(17053, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style-rtl.css', 'wp-includes/blocks/audio/style-rtl.css'),
(17054, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style-rtl.min.css', 'wp-includes/blocks/audio/style-rtl.min.css'),
(17055, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style.css', 'wp-includes/blocks/audio/style.css'),
(17056, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/style.min.css', 'wp-includes/blocks/audio/style.min.css'),
(17057, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme-rtl.css', 'wp-includes/blocks/audio/theme-rtl.css'),
(17058, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme-rtl.min.css', 'wp-includes/blocks/audio/theme-rtl.min.css'),
(17059, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme.css', 'wp-includes/blocks/audio/theme.css'),
(17060, '/home/abt90iranbet/public_html/wp-includes/blocks/audio/theme.min.css', 'wp-includes/blocks/audio/theme.min.css'),
(17061, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/block.json', 'wp-includes/blocks/avatar/block.json'),
(17062, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor-rtl.css', 'wp-includes/blocks/avatar/editor-rtl.css'),
(17063, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor-rtl.min.css', 'wp-includes/blocks/avatar/editor-rtl.min.css'),
(17064, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor.css', 'wp-includes/blocks/avatar/editor.css'),
(17065, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/editor.min.css', 'wp-includes/blocks/avatar/editor.min.css'),
(17066, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style-rtl.css', 'wp-includes/blocks/avatar/style-rtl.css'),
(17067, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style-rtl.min.css', 'wp-includes/blocks/avatar/style-rtl.min.css'),
(17068, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style.css', 'wp-includes/blocks/avatar/style.css'),
(17069, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar/style.min.css', 'wp-includes/blocks/avatar/style.min.css'),
(17070, '/home/abt90iranbet/public_html/wp-includes/blocks/avatar.php', 'wp-includes/blocks/avatar.php'),
(17071, '/home/abt90iranbet/public_html/wp-includes/blocks/block/block.json', 'wp-includes/blocks/block/block.json'),
(17072, '/home/abt90iranbet/public_html/wp-includes/blocks/block.php', 'wp-includes/blocks/block.php'),
(17073, '/home/abt90iranbet/public_html/wp-includes/blocks/blocks-json.php', 'wp-includes/blocks/blocks-json.php'),
(17074, '/home/abt90iranbet/public_html/wp-includes/blocks/button/block.json', 'wp-includes/blocks/button/block.json'),
(17075, '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor-rtl.css', 'wp-includes/blocks/button/editor-rtl.css'),
(17076, '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor-rtl.min.css', 'wp-includes/blocks/button/editor-rtl.min.css'),
(17077, '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor.css', 'wp-includes/blocks/button/editor.css'),
(17078, '/home/abt90iranbet/public_html/wp-includes/blocks/button/editor.min.css', 'wp-includes/blocks/button/editor.min.css'),
(17079, '/home/abt90iranbet/public_html/wp-includes/blocks/button/style-rtl.css', 'wp-includes/blocks/button/style-rtl.css'),
(17080, '/home/abt90iranbet/public_html/wp-includes/blocks/button/style-rtl.min.css', 'wp-includes/blocks/button/style-rtl.min.css'),
(17081, '/home/abt90iranbet/public_html/wp-includes/blocks/button/style.css', 'wp-includes/blocks/button/style.css'),
(17082, '/home/abt90iranbet/public_html/wp-includes/blocks/button/style.min.css', 'wp-includes/blocks/button/style.min.css'),
(17083, '/home/abt90iranbet/public_html/wp-includes/blocks/button.php', 'wp-includes/blocks/button.php'),
(17084, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/block.json', 'wp-includes/blocks/buttons/block.json'),
(17085, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor-rtl.css', 'wp-includes/blocks/buttons/editor-rtl.css'),
(17086, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor-rtl.min.css', 'wp-includes/blocks/buttons/editor-rtl.min.css'),
(17087, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor.css', 'wp-includes/blocks/buttons/editor.css'),
(17088, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/editor.min.css', 'wp-includes/blocks/buttons/editor.min.css'),
(17089, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style-rtl.css', 'wp-includes/blocks/buttons/style-rtl.css'),
(17090, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style-rtl.min.css', 'wp-includes/blocks/buttons/style-rtl.min.css'),
(17091, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style.css', 'wp-includes/blocks/buttons/style.css'),
(17092, '/home/abt90iranbet/public_html/wp-includes/blocks/buttons/style.min.css', 'wp-includes/blocks/buttons/style.min.css'),
(17093, '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/block.json', 'wp-includes/blocks/calendar/block.json'),
(17094, '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style-rtl.css', 'wp-includes/blocks/calendar/style-rtl.css'),
(17095, '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style-rtl.min.css', 'wp-includes/blocks/calendar/style-rtl.min.css'),
(17096, '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style.css', 'wp-includes/blocks/calendar/style.css'),
(17097, '/home/abt90iranbet/public_html/wp-includes/blocks/calendar/style.min.css', 'wp-includes/blocks/calendar/style.min.css'),
(17098, '/home/abt90iranbet/public_html/wp-includes/blocks/calendar.php', 'wp-includes/blocks/calendar.php'),
(17099, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/block.json', 'wp-includes/blocks/categories/block.json'),
(17100, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor-rtl.css', 'wp-includes/blocks/categories/editor-rtl.css'),
(17101, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor-rtl.min.css', 'wp-includes/blocks/categories/editor-rtl.min.css'),
(17102, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor.css', 'wp-includes/blocks/categories/editor.css'),
(17103, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/editor.min.css', 'wp-includes/blocks/categories/editor.min.css'),
(17104, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style-rtl.css', 'wp-includes/blocks/categories/style-rtl.css'),
(17105, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style-rtl.min.css', 'wp-includes/blocks/categories/style-rtl.min.css'),
(17106, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style.css', 'wp-includes/blocks/categories/style.css'),
(17107, '/home/abt90iranbet/public_html/wp-includes/blocks/categories/style.min.css', 'wp-includes/blocks/categories/style.min.css'),
(17108, '/home/abt90iranbet/public_html/wp-includes/blocks/categories.php', 'wp-includes/blocks/categories.php'),
(17109, '/home/abt90iranbet/public_html/wp-includes/blocks/code/block.json', 'wp-includes/blocks/code/block.json'),
(17110, '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor-rtl.css', 'wp-includes/blocks/code/editor-rtl.css'),
(17111, '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor-rtl.min.css', 'wp-includes/blocks/code/editor-rtl.min.css'),
(17112, '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor.css', 'wp-includes/blocks/code/editor.css'),
(17113, '/home/abt90iranbet/public_html/wp-includes/blocks/code/editor.min.css', 'wp-includes/blocks/code/editor.min.css'),
(17114, '/home/abt90iranbet/public_html/wp-includes/blocks/code/style-rtl.css', 'wp-includes/blocks/code/style-rtl.css'),
(17115, '/home/abt90iranbet/public_html/wp-includes/blocks/code/style-rtl.min.css', 'wp-includes/blocks/code/style-rtl.min.css'),
(17116, '/home/abt90iranbet/public_html/wp-includes/blocks/code/style.css', 'wp-includes/blocks/code/style.css'),
(17117, '/home/abt90iranbet/public_html/wp-includes/blocks/code/style.min.css', 'wp-includes/blocks/code/style.min.css'),
(17118, '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme-rtl.css', 'wp-includes/blocks/code/theme-rtl.css'),
(17119, '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme-rtl.min.css', 'wp-includes/blocks/code/theme-rtl.min.css'),
(17120, '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme.css', 'wp-includes/blocks/code/theme.css'),
(17121, '/home/abt90iranbet/public_html/wp-includes/blocks/code/theme.min.css', 'wp-includes/blocks/code/theme.min.css'),
(17122, '/home/abt90iranbet/public_html/wp-includes/blocks/column/block.json', 'wp-includes/blocks/column/block.json'),
(17123, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/block.json', 'wp-includes/blocks/columns/block.json'),
(17124, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor-rtl.css', 'wp-includes/blocks/columns/editor-rtl.css'),
(17125, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor-rtl.min.css', 'wp-includes/blocks/columns/editor-rtl.min.css'),
(17126, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor.css', 'wp-includes/blocks/columns/editor.css'),
(17127, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/editor.min.css', 'wp-includes/blocks/columns/editor.min.css'),
(17128, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style-rtl.css', 'wp-includes/blocks/columns/style-rtl.css'),
(17129, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style-rtl.min.css', 'wp-includes/blocks/columns/style-rtl.min.css'),
(17130, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style.css', 'wp-includes/blocks/columns/style.css'),
(17131, '/home/abt90iranbet/public_html/wp-includes/blocks/columns/style.min.css', 'wp-includes/blocks/columns/style.min.css'),
(17132, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/block.json', 'wp-includes/blocks/comment-author-name/block.json'),
(17133, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style-rtl.css', 'wp-includes/blocks/comment-author-name/style-rtl.css'),
(17134, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style-rtl.min.css', 'wp-includes/blocks/comment-author-name/style-rtl.min.css'),
(17135, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style.css', 'wp-includes/blocks/comment-author-name/style.css'),
(17136, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name/style.min.css', 'wp-includes/blocks/comment-author-name/style.min.css'),
(17137, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-author-name.php', 'wp-includes/blocks/comment-author-name.php'),
(17138, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/block.json', 'wp-includes/blocks/comment-content/block.json'),
(17139, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style-rtl.css', 'wp-includes/blocks/comment-content/style-rtl.css'),
(17140, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style-rtl.min.css', 'wp-includes/blocks/comment-content/style-rtl.min.css'),
(17141, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style.css', 'wp-includes/blocks/comment-content/style.css'),
(17142, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content/style.min.css', 'wp-includes/blocks/comment-content/style.min.css'),
(17143, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-content.php', 'wp-includes/blocks/comment-content.php'),
(17144, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/block.json', 'wp-includes/blocks/comment-date/block.json'),
(17145, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style-rtl.css', 'wp-includes/blocks/comment-date/style-rtl.css'),
(17146, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style-rtl.min.css', 'wp-includes/blocks/comment-date/style-rtl.min.css'),
(17147, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style.css', 'wp-includes/blocks/comment-date/style.css'),
(17148, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date/style.min.css', 'wp-includes/blocks/comment-date/style.min.css'),
(17149, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-date.php', 'wp-includes/blocks/comment-date.php'),
(17150, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/block.json', 'wp-includes/blocks/comment-edit-link/block.json'),
(17151, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style-rtl.css', 'wp-includes/blocks/comment-edit-link/style-rtl.css'),
(17152, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style-rtl.min.css', 'wp-includes/blocks/comment-edit-link/style-rtl.min.css'),
(17153, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style.css', 'wp-includes/blocks/comment-edit-link/style.css'),
(17154, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link/style.min.css', 'wp-includes/blocks/comment-edit-link/style.min.css'),
(17155, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-edit-link.php', 'wp-includes/blocks/comment-edit-link.php'),
(17156, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/block.json', 'wp-includes/blocks/comment-reply-link/block.json'),
(17157, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style-rtl.css', 'wp-includes/blocks/comment-reply-link/style-rtl.css'),
(17158, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style-rtl.min.css', 'wp-includes/blocks/comment-reply-link/style-rtl.min.css'),
(17159, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style.css', 'wp-includes/blocks/comment-reply-link/style.css'),
(17160, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link/style.min.css', 'wp-includes/blocks/comment-reply-link/style.min.css'),
(17161, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-reply-link.php', 'wp-includes/blocks/comment-reply-link.php'),
(17162, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/block.json', 'wp-includes/blocks/comment-template/block.json'),
(17163, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style-rtl.css', 'wp-includes/blocks/comment-template/style-rtl.css'),
(17164, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style-rtl.min.css', 'wp-includes/blocks/comment-template/style-rtl.min.css'),
(17165, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style.css', 'wp-includes/blocks/comment-template/style.css'),
(17166, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template/style.min.css', 'wp-includes/blocks/comment-template/style.min.css'),
(17167, '/home/abt90iranbet/public_html/wp-includes/blocks/comment-template.php', 'wp-includes/blocks/comment-template.php'),
(17168, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/block.json', 'wp-includes/blocks/comments/block.json'),
(17169, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor-rtl.css', 'wp-includes/blocks/comments/editor-rtl.css'),
(17170, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor-rtl.min.css', 'wp-includes/blocks/comments/editor-rtl.min.css'),
(17171, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor.css', 'wp-includes/blocks/comments/editor.css'),
(17172, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/editor.min.css', 'wp-includes/blocks/comments/editor.min.css'),
(17173, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style-rtl.css', 'wp-includes/blocks/comments/style-rtl.css'),
(17174, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style-rtl.min.css', 'wp-includes/blocks/comments/style-rtl.min.css'),
(17175, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style.css', 'wp-includes/blocks/comments/style.css'),
(17176, '/home/abt90iranbet/public_html/wp-includes/blocks/comments/style.min.css', 'wp-includes/blocks/comments/style.min.css'),
(17177, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/block.json', 'wp-includes/blocks/comments-pagination/block.json'),
(17178, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css', 'wp-includes/blocks/comments-pagination/editor-rtl.css'),
(17179, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination/editor-rtl.min.css'),
(17180, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor.css', 'wp-includes/blocks/comments-pagination/editor.css'),
(17181, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/editor.min.css', 'wp-includes/blocks/comments-pagination/editor.min.css'),
(17182, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style-rtl.css', 'wp-includes/blocks/comments-pagination/style-rtl.css'),
(17183, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css', 'wp-includes/blocks/comments-pagination/style-rtl.min.css'),
(17184, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style.css', 'wp-includes/blocks/comments-pagination/style.css'),
(17185, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination/style.min.css', 'wp-includes/blocks/comments-pagination/style.min.css'),
(17186, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-next/block.json', 'wp-includes/blocks/comments-pagination-next/block.json'),
(17187, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-next.php', 'wp-includes/blocks/comments-pagination-next.php'),
(17188, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/block.json', 'wp-includes/blocks/comments-pagination-numbers/block.json'),
(17189, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),
(17190, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),
(17191, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css', 'wp-includes/blocks/comments-pagination-numbers/editor.css'),
(17192, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor.min.css'),
(17193, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-numbers.php', 'wp-includes/blocks/comments-pagination-numbers.php'),
(17194, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-previous/block.json', 'wp-includes/blocks/comments-pagination-previous/block.json'),
(17195, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination-previous.php', 'wp-includes/blocks/comments-pagination-previous.php'),
(17196, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-pagination.php', 'wp-includes/blocks/comments-pagination.php'),
(17197, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/block.json', 'wp-includes/blocks/comments-title/block.json'),
(17198, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor-rtl.css', 'wp-includes/blocks/comments-title/editor-rtl.css'),
(17199, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css', 'wp-includes/blocks/comments-title/editor-rtl.min.css'),
(17200, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor.css', 'wp-includes/blocks/comments-title/editor.css'),
(17201, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title/editor.min.css', 'wp-includes/blocks/comments-title/editor.min.css'),
(17202, '/home/abt90iranbet/public_html/wp-includes/blocks/comments-title.php', 'wp-includes/blocks/comments-title.php'),
(17203, '/home/abt90iranbet/public_html/wp-includes/blocks/comments.php', 'wp-includes/blocks/comments.php'),
(17204, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/block.json', 'wp-includes/blocks/cover/block.json'),
(17205, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor-rtl.css', 'wp-includes/blocks/cover/editor-rtl.css'),
(17206, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor-rtl.min.css', 'wp-includes/blocks/cover/editor-rtl.min.css'),
(17207, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor.css', 'wp-includes/blocks/cover/editor.css'),
(17208, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/editor.min.css', 'wp-includes/blocks/cover/editor.min.css'),
(17209, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style-rtl.css', 'wp-includes/blocks/cover/style-rtl.css'),
(17210, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style-rtl.min.css', 'wp-includes/blocks/cover/style-rtl.min.css'),
(17211, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style.css', 'wp-includes/blocks/cover/style.css'),
(17212, '/home/abt90iranbet/public_html/wp-includes/blocks/cover/style.min.css', 'wp-includes/blocks/cover/style.min.css'),
(17213, '/home/abt90iranbet/public_html/wp-includes/blocks/cover.php', 'wp-includes/blocks/cover.php'),
(17214, '/home/abt90iranbet/public_html/wp-includes/blocks/details/block.json', 'wp-includes/blocks/details/block.json'),
(17215, '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor-rtl.css', 'wp-includes/blocks/details/editor-rtl.css'),
(17216, '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor-rtl.min.css', 'wp-includes/blocks/details/editor-rtl.min.css'),
(17217, '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor.css', 'wp-includes/blocks/details/editor.css'),
(17218, '/home/abt90iranbet/public_html/wp-includes/blocks/details/editor.min.css', 'wp-includes/blocks/details/editor.min.css'),
(17219, '/home/abt90iranbet/public_html/wp-includes/blocks/details/style-rtl.css', 'wp-includes/blocks/details/style-rtl.css'),
(17220, '/home/abt90iranbet/public_html/wp-includes/blocks/details/style-rtl.min.css', 'wp-includes/blocks/details/style-rtl.min.css'),
(17221, '/home/abt90iranbet/public_html/wp-includes/blocks/details/style.css', 'wp-includes/blocks/details/style.css'),
(17222, '/home/abt90iranbet/public_html/wp-includes/blocks/details/style.min.css', 'wp-includes/blocks/details/style.min.css'),
(17223, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/block.json', 'wp-includes/blocks/embed/block.json'),
(17224, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor-rtl.css', 'wp-includes/blocks/embed/editor-rtl.css'),
(17225, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor-rtl.min.css', 'wp-includes/blocks/embed/editor-rtl.min.css'),
(17226, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor.css', 'wp-includes/blocks/embed/editor.css'),
(17227, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/editor.min.css', 'wp-includes/blocks/embed/editor.min.css'),
(17228, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style-rtl.css', 'wp-includes/blocks/embed/style-rtl.css'),
(17229, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style-rtl.min.css', 'wp-includes/blocks/embed/style-rtl.min.css'),
(17230, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style.css', 'wp-includes/blocks/embed/style.css'),
(17231, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/style.min.css', 'wp-includes/blocks/embed/style.min.css'),
(17232, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme-rtl.css', 'wp-includes/blocks/embed/theme-rtl.css'),
(17233, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme-rtl.min.css', 'wp-includes/blocks/embed/theme-rtl.min.css'),
(17234, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme.css', 'wp-includes/blocks/embed/theme.css'),
(17235, '/home/abt90iranbet/public_html/wp-includes/blocks/embed/theme.min.css', 'wp-includes/blocks/embed/theme.min.css'),
(17236, '/home/abt90iranbet/public_html/wp-includes/blocks/file/block.json', 'wp-includes/blocks/file/block.json'),
(17237, '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor-rtl.css', 'wp-includes/blocks/file/editor-rtl.css'),
(17238, '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor-rtl.min.css', 'wp-includes/blocks/file/editor-rtl.min.css'),
(17239, '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor.css', 'wp-includes/blocks/file/editor.css'),
(17240, '/home/abt90iranbet/public_html/wp-includes/blocks/file/editor.min.css', 'wp-includes/blocks/file/editor.min.css'),
(17241, '/home/abt90iranbet/public_html/wp-includes/blocks/file/style-rtl.css', 'wp-includes/blocks/file/style-rtl.css'),
(17242, '/home/abt90iranbet/public_html/wp-includes/blocks/file/style-rtl.min.css', 'wp-includes/blocks/file/style-rtl.min.css'),
(17243, '/home/abt90iranbet/public_html/wp-includes/blocks/file/style.css', 'wp-includes/blocks/file/style.css'),
(17244, '/home/abt90iranbet/public_html/wp-includes/blocks/file/style.min.css', 'wp-includes/blocks/file/style.min.css'),
(17245, '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.asset.php', 'wp-includes/blocks/file/view.asset.php'),
(17246, '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.js', 'wp-includes/blocks/file/view.js'),
(17247, '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.min.asset.php', 'wp-includes/blocks/file/view.min.asset.php'),
(17248, '/home/abt90iranbet/public_html/wp-includes/blocks/file/view.min.js', 'wp-includes/blocks/file/view.min.js'),
(17249, '/home/abt90iranbet/public_html/wp-includes/blocks/file.php', 'wp-includes/blocks/file.php'),
(17250, '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/block.json', 'wp-includes/blocks/footnotes/block.json'),
(17251, '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style-rtl.css', 'wp-includes/blocks/footnotes/style-rtl.css'),
(17252, '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style-rtl.min.css', 'wp-includes/blocks/footnotes/style-rtl.min.css'),
(17253, '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style.css', 'wp-includes/blocks/footnotes/style.css'),
(17254, '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes/style.min.css', 'wp-includes/blocks/footnotes/style.min.css'),
(17255, '/home/abt90iranbet/public_html/wp-includes/blocks/footnotes.php', 'wp-includes/blocks/footnotes.php'),
(17256, '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/block.json', 'wp-includes/blocks/freeform/block.json'),
(17257, '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor-rtl.css', 'wp-includes/blocks/freeform/editor-rtl.css'),
(17258, '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor-rtl.min.css', 'wp-includes/blocks/freeform/editor-rtl.min.css'),
(17259, '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor.css', 'wp-includes/blocks/freeform/editor.css'),
(17260, '/home/abt90iranbet/public_html/wp-includes/blocks/freeform/editor.min.css', 'wp-includes/blocks/freeform/editor.min.css'),
(17261, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/block.json', 'wp-includes/blocks/gallery/block.json'),
(17262, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor-rtl.css', 'wp-includes/blocks/gallery/editor-rtl.css'),
(17263, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor-rtl.min.css', 'wp-includes/blocks/gallery/editor-rtl.min.css'),
(17264, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor.css', 'wp-includes/blocks/gallery/editor.css'),
(17265, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/editor.min.css', 'wp-includes/blocks/gallery/editor.min.css'),
(17266, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style-rtl.css', 'wp-includes/blocks/gallery/style-rtl.css'),
(17267, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style-rtl.min.css', 'wp-includes/blocks/gallery/style-rtl.min.css'),
(17268, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style.css', 'wp-includes/blocks/gallery/style.css'),
(17269, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/style.min.css', 'wp-includes/blocks/gallery/style.min.css'),
(17270, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme-rtl.css', 'wp-includes/blocks/gallery/theme-rtl.css'),
(17271, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme-rtl.min.css', 'wp-includes/blocks/gallery/theme-rtl.min.css'),
(17272, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme.css', 'wp-includes/blocks/gallery/theme.css'),
(17273, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery/theme.min.css', 'wp-includes/blocks/gallery/theme.min.css'),
(17274, '/home/abt90iranbet/public_html/wp-includes/blocks/gallery.php', 'wp-includes/blocks/gallery.php'),
(17275, '/home/abt90iranbet/public_html/wp-includes/blocks/group/block.json', 'wp-includes/blocks/group/block.json'),
(17276, '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor-rtl.css', 'wp-includes/blocks/group/editor-rtl.css'),
(17277, '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor-rtl.min.css', 'wp-includes/blocks/group/editor-rtl.min.css'),
(17278, '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor.css', 'wp-includes/blocks/group/editor.css'),
(17279, '/home/abt90iranbet/public_html/wp-includes/blocks/group/editor.min.css', 'wp-includes/blocks/group/editor.min.css'),
(17280, '/home/abt90iranbet/public_html/wp-includes/blocks/group/style-rtl.css', 'wp-includes/blocks/group/style-rtl.css'),
(17281, '/home/abt90iranbet/public_html/wp-includes/blocks/group/style-rtl.min.css', 'wp-includes/blocks/group/style-rtl.min.css'),
(17282, '/home/abt90iranbet/public_html/wp-includes/blocks/group/style.css', 'wp-includes/blocks/group/style.css'),
(17283, '/home/abt90iranbet/public_html/wp-includes/blocks/group/style.min.css', 'wp-includes/blocks/group/style.min.css'),
(17284, '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme-rtl.css', 'wp-includes/blocks/group/theme-rtl.css'),
(17285, '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme-rtl.min.css', 'wp-includes/blocks/group/theme-rtl.min.css'),
(17286, '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme.css', 'wp-includes/blocks/group/theme.css'),
(17287, '/home/abt90iranbet/public_html/wp-includes/blocks/group/theme.min.css', 'wp-includes/blocks/group/theme.min.css'),
(17288, '/home/abt90iranbet/public_html/wp-includes/blocks/heading/block.json', 'wp-includes/blocks/heading/block.json'),
(17289, '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style-rtl.css', 'wp-includes/blocks/heading/style-rtl.css'),
(17290, '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style-rtl.min.css', 'wp-includes/blocks/heading/style-rtl.min.css'),
(17291, '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style.css', 'wp-includes/blocks/heading/style.css'),
(17292, '/home/abt90iranbet/public_html/wp-includes/blocks/heading/style.min.css', 'wp-includes/blocks/heading/style.min.css'),
(17293, '/home/abt90iranbet/public_html/wp-includes/blocks/heading.php', 'wp-includes/blocks/heading.php'),
(17294, '/home/abt90iranbet/public_html/wp-includes/blocks/home-link/block.json', 'wp-includes/blocks/home-link/block.json'),
(17295, '/home/abt90iranbet/public_html/wp-includes/blocks/home-link.php', 'wp-includes/blocks/home-link.php'),
(17296, '/home/abt90iranbet/public_html/wp-includes/blocks/html/block.json', 'wp-includes/blocks/html/block.json'),
(17297, '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor-rtl.css', 'wp-includes/blocks/html/editor-rtl.css'),
(17298, '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor-rtl.min.css', 'wp-includes/blocks/html/editor-rtl.min.css'),
(17299, '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor.css', 'wp-includes/blocks/html/editor.css'),
(17300, '/home/abt90iranbet/public_html/wp-includes/blocks/html/editor.min.css', 'wp-includes/blocks/html/editor.min.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(17301, '/home/abt90iranbet/public_html/wp-includes/blocks/image/block.json', 'wp-includes/blocks/image/block.json'),
(17302, '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor-rtl.css', 'wp-includes/blocks/image/editor-rtl.css'),
(17303, '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor-rtl.min.css', 'wp-includes/blocks/image/editor-rtl.min.css'),
(17304, '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor.css', 'wp-includes/blocks/image/editor.css'),
(17305, '/home/abt90iranbet/public_html/wp-includes/blocks/image/editor.min.css', 'wp-includes/blocks/image/editor.min.css'),
(17306, '/home/abt90iranbet/public_html/wp-includes/blocks/image/style-rtl.css', 'wp-includes/blocks/image/style-rtl.css'),
(17307, '/home/abt90iranbet/public_html/wp-includes/blocks/image/style-rtl.min.css', 'wp-includes/blocks/image/style-rtl.min.css'),
(17308, '/home/abt90iranbet/public_html/wp-includes/blocks/image/style.css', 'wp-includes/blocks/image/style.css'),
(17309, '/home/abt90iranbet/public_html/wp-includes/blocks/image/style.min.css', 'wp-includes/blocks/image/style.min.css'),
(17310, '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme-rtl.css', 'wp-includes/blocks/image/theme-rtl.css'),
(17311, '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme-rtl.min.css', 'wp-includes/blocks/image/theme-rtl.min.css'),
(17312, '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme.css', 'wp-includes/blocks/image/theme.css'),
(17313, '/home/abt90iranbet/public_html/wp-includes/blocks/image/theme.min.css', 'wp-includes/blocks/image/theme.min.css'),
(17314, '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.asset.php', 'wp-includes/blocks/image/view.asset.php'),
(17315, '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.js', 'wp-includes/blocks/image/view.js'),
(17316, '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.min.asset.php', 'wp-includes/blocks/image/view.min.asset.php'),
(17317, '/home/abt90iranbet/public_html/wp-includes/blocks/image/view.min.js', 'wp-includes/blocks/image/view.min.js'),
(17318, '/home/abt90iranbet/public_html/wp-includes/blocks/image.php', 'wp-includes/blocks/image.php'),
(17319, '/home/abt90iranbet/public_html/wp-includes/blocks/index.php', 'wp-includes/blocks/index.php'),
(17320, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/block.json', 'wp-includes/blocks/latest-comments/block.json'),
(17321, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style-rtl.css', 'wp-includes/blocks/latest-comments/style-rtl.css'),
(17322, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css', 'wp-includes/blocks/latest-comments/style-rtl.min.css'),
(17323, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style.css', 'wp-includes/blocks/latest-comments/style.css'),
(17324, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments/style.min.css', 'wp-includes/blocks/latest-comments/style.min.css'),
(17325, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-comments.php', 'wp-includes/blocks/latest-comments.php'),
(17326, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/block.json', 'wp-includes/blocks/latest-posts/block.json'),
(17327, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor-rtl.css', 'wp-includes/blocks/latest-posts/editor-rtl.css'),
(17328, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css', 'wp-includes/blocks/latest-posts/editor-rtl.min.css'),
(17329, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor.css', 'wp-includes/blocks/latest-posts/editor.css'),
(17330, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/editor.min.css', 'wp-includes/blocks/latest-posts/editor.min.css'),
(17331, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style-rtl.css', 'wp-includes/blocks/latest-posts/style-rtl.css'),
(17332, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css', 'wp-includes/blocks/latest-posts/style-rtl.min.css'),
(17333, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style.css', 'wp-includes/blocks/latest-posts/style.css'),
(17334, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts/style.min.css', 'wp-includes/blocks/latest-posts/style.min.css'),
(17335, '/home/abt90iranbet/public_html/wp-includes/blocks/latest-posts.php', 'wp-includes/blocks/latest-posts.php'),
(17336, '/home/abt90iranbet/public_html/wp-includes/blocks/legacy-widget/block.json', 'wp-includes/blocks/legacy-widget/block.json'),
(17337, '/home/abt90iranbet/public_html/wp-includes/blocks/legacy-widget.php', 'wp-includes/blocks/legacy-widget.php'),
(17338, '/home/abt90iranbet/public_html/wp-includes/blocks/list/block.json', 'wp-includes/blocks/list/block.json'),
(17339, '/home/abt90iranbet/public_html/wp-includes/blocks/list/style-rtl.css', 'wp-includes/blocks/list/style-rtl.css'),
(17340, '/home/abt90iranbet/public_html/wp-includes/blocks/list/style-rtl.min.css', 'wp-includes/blocks/list/style-rtl.min.css'),
(17341, '/home/abt90iranbet/public_html/wp-includes/blocks/list/style.css', 'wp-includes/blocks/list/style.css'),
(17342, '/home/abt90iranbet/public_html/wp-includes/blocks/list/style.min.css', 'wp-includes/blocks/list/style.min.css'),
(17343, '/home/abt90iranbet/public_html/wp-includes/blocks/list-item/block.json', 'wp-includes/blocks/list-item/block.json'),
(17344, '/home/abt90iranbet/public_html/wp-includes/blocks/list.php', 'wp-includes/blocks/list.php'),
(17345, '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/block.json', 'wp-includes/blocks/loginout/block.json'),
(17346, '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style-rtl.css', 'wp-includes/blocks/loginout/style-rtl.css'),
(17347, '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style-rtl.min.css', 'wp-includes/blocks/loginout/style-rtl.min.css'),
(17348, '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style.css', 'wp-includes/blocks/loginout/style.css'),
(17349, '/home/abt90iranbet/public_html/wp-includes/blocks/loginout/style.min.css', 'wp-includes/blocks/loginout/style.min.css'),
(17350, '/home/abt90iranbet/public_html/wp-includes/blocks/loginout.php', 'wp-includes/blocks/loginout.php'),
(17351, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/block.json', 'wp-includes/blocks/media-text/block.json'),
(17352, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor-rtl.css', 'wp-includes/blocks/media-text/editor-rtl.css'),
(17353, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor-rtl.min.css', 'wp-includes/blocks/media-text/editor-rtl.min.css'),
(17354, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor.css', 'wp-includes/blocks/media-text/editor.css'),
(17355, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/editor.min.css', 'wp-includes/blocks/media-text/editor.min.css'),
(17356, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style-rtl.css', 'wp-includes/blocks/media-text/style-rtl.css'),
(17357, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style-rtl.min.css', 'wp-includes/blocks/media-text/style-rtl.min.css'),
(17358, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style.css', 'wp-includes/blocks/media-text/style.css'),
(17359, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text/style.min.css', 'wp-includes/blocks/media-text/style.min.css'),
(17360, '/home/abt90iranbet/public_html/wp-includes/blocks/media-text.php', 'wp-includes/blocks/media-text.php'),
(17361, '/home/abt90iranbet/public_html/wp-includes/blocks/missing/block.json', 'wp-includes/blocks/missing/block.json'),
(17362, '/home/abt90iranbet/public_html/wp-includes/blocks/more/block.json', 'wp-includes/blocks/more/block.json'),
(17363, '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor-rtl.css', 'wp-includes/blocks/more/editor-rtl.css'),
(17364, '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor-rtl.min.css', 'wp-includes/blocks/more/editor-rtl.min.css'),
(17365, '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor.css', 'wp-includes/blocks/more/editor.css'),
(17366, '/home/abt90iranbet/public_html/wp-includes/blocks/more/editor.min.css', 'wp-includes/blocks/more/editor.min.css'),
(17367, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/block.json', 'wp-includes/blocks/navigation/block.json'),
(17368, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor-rtl.css', 'wp-includes/blocks/navigation/editor-rtl.css'),
(17369, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor-rtl.min.css', 'wp-includes/blocks/navigation/editor-rtl.min.css'),
(17370, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor.css', 'wp-includes/blocks/navigation/editor.css'),
(17371, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/editor.min.css', 'wp-includes/blocks/navigation/editor.min.css'),
(17372, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style-rtl.css', 'wp-includes/blocks/navigation/style-rtl.css'),
(17373, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style-rtl.min.css', 'wp-includes/blocks/navigation/style-rtl.min.css'),
(17374, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style.css', 'wp-includes/blocks/navigation/style.css'),
(17375, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/style.min.css', 'wp-includes/blocks/navigation/style.min.css'),
(17376, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view-modal.asset.php', 'wp-includes/blocks/navigation/view-modal.asset.php'),
(17377, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view-modal.min.asset.php', 'wp-includes/blocks/navigation/view-modal.min.asset.php'),
(17378, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.asset.php', 'wp-includes/blocks/navigation/view.asset.php'),
(17379, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.js', 'wp-includes/blocks/navigation/view.js'),
(17380, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.min.asset.php', 'wp-includes/blocks/navigation/view.min.asset.php'),
(17381, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation/view.min.js', 'wp-includes/blocks/navigation/view.min.js'),
(17382, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/block.json', 'wp-includes/blocks/navigation-link/block.json'),
(17383, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor-rtl.css', 'wp-includes/blocks/navigation-link/editor-rtl.css'),
(17384, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css', 'wp-includes/blocks/navigation-link/editor-rtl.min.css'),
(17385, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor.css', 'wp-includes/blocks/navigation-link/editor.css'),
(17386, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/editor.min.css', 'wp-includes/blocks/navigation-link/editor.min.css'),
(17387, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style-rtl.css', 'wp-includes/blocks/navigation-link/style-rtl.css'),
(17388, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css', 'wp-includes/blocks/navigation-link/style-rtl.min.css'),
(17389, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style.css', 'wp-includes/blocks/navigation-link/style.css'),
(17390, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link/style.min.css', 'wp-includes/blocks/navigation-link/style.min.css'),
(17391, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-link.php', 'wp-includes/blocks/navigation-link.php'),
(17392, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/block.json', 'wp-includes/blocks/navigation-submenu/block.json'),
(17393, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.css'),
(17394, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),
(17395, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor.css', 'wp-includes/blocks/navigation-submenu/editor.css'),
(17396, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu/editor.min.css', 'wp-includes/blocks/navigation-submenu/editor.min.css'),
(17397, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation-submenu.php', 'wp-includes/blocks/navigation-submenu.php'),
(17398, '/home/abt90iranbet/public_html/wp-includes/blocks/navigation.php', 'wp-includes/blocks/navigation.php'),
(17399, '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/block.json', 'wp-includes/blocks/nextpage/block.json'),
(17400, '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor-rtl.css', 'wp-includes/blocks/nextpage/editor-rtl.css'),
(17401, '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css', 'wp-includes/blocks/nextpage/editor-rtl.min.css'),
(17402, '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor.css', 'wp-includes/blocks/nextpage/editor.css'),
(17403, '/home/abt90iranbet/public_html/wp-includes/blocks/nextpage/editor.min.css', 'wp-includes/blocks/nextpage/editor.min.css'),
(17404, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/block.json', 'wp-includes/blocks/page-list/block.json'),
(17405, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor-rtl.css', 'wp-includes/blocks/page-list/editor-rtl.css'),
(17406, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor-rtl.min.css', 'wp-includes/blocks/page-list/editor-rtl.min.css'),
(17407, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor.css', 'wp-includes/blocks/page-list/editor.css'),
(17408, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/editor.min.css', 'wp-includes/blocks/page-list/editor.min.css'),
(17409, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style-rtl.css', 'wp-includes/blocks/page-list/style-rtl.css'),
(17410, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style-rtl.min.css', 'wp-includes/blocks/page-list/style-rtl.min.css'),
(17411, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style.css', 'wp-includes/blocks/page-list/style.css'),
(17412, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list/style.min.css', 'wp-includes/blocks/page-list/style.min.css'),
(17413, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list-item/block.json', 'wp-includes/blocks/page-list-item/block.json'),
(17414, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list-item.php', 'wp-includes/blocks/page-list-item.php'),
(17415, '/home/abt90iranbet/public_html/wp-includes/blocks/page-list.php', 'wp-includes/blocks/page-list.php'),
(17416, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/block.json', 'wp-includes/blocks/paragraph/block.json'),
(17417, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor-rtl.css', 'wp-includes/blocks/paragraph/editor-rtl.css'),
(17418, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css', 'wp-includes/blocks/paragraph/editor-rtl.min.css'),
(17419, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor.css', 'wp-includes/blocks/paragraph/editor.css'),
(17420, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/editor.min.css', 'wp-includes/blocks/paragraph/editor.min.css'),
(17421, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style-rtl.css', 'wp-includes/blocks/paragraph/style-rtl.css'),
(17422, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style-rtl.min.css', 'wp-includes/blocks/paragraph/style-rtl.min.css'),
(17423, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style.css', 'wp-includes/blocks/paragraph/style.css'),
(17424, '/home/abt90iranbet/public_html/wp-includes/blocks/paragraph/style.min.css', 'wp-includes/blocks/paragraph/style.min.css'),
(17425, '/home/abt90iranbet/public_html/wp-includes/blocks/pattern/block.json', 'wp-includes/blocks/pattern/block.json'),
(17426, '/home/abt90iranbet/public_html/wp-includes/blocks/pattern.php', 'wp-includes/blocks/pattern.php'),
(17427, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/block.json', 'wp-includes/blocks/post-author/block.json'),
(17428, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor-rtl.css', 'wp-includes/blocks/post-author/editor-rtl.css'),
(17429, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor-rtl.min.css', 'wp-includes/blocks/post-author/editor-rtl.min.css'),
(17430, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor.css', 'wp-includes/blocks/post-author/editor.css'),
(17431, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/editor.min.css', 'wp-includes/blocks/post-author/editor.min.css'),
(17432, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style-rtl.css', 'wp-includes/blocks/post-author/style-rtl.css'),
(17433, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style-rtl.min.css', 'wp-includes/blocks/post-author/style-rtl.min.css'),
(17434, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style.css', 'wp-includes/blocks/post-author/style.css'),
(17435, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author/style.min.css', 'wp-includes/blocks/post-author/style.min.css'),
(17436, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/block.json', 'wp-includes/blocks/post-author-biography/block.json'),
(17437, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style-rtl.css', 'wp-includes/blocks/post-author-biography/style-rtl.css'),
(17438, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style-rtl.min.css', 'wp-includes/blocks/post-author-biography/style-rtl.min.css'),
(17439, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style.css', 'wp-includes/blocks/post-author-biography/style.css'),
(17440, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography/style.min.css', 'wp-includes/blocks/post-author-biography/style.min.css'),
(17441, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-biography.php', 'wp-includes/blocks/post-author-biography.php'),
(17442, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/block.json', 'wp-includes/blocks/post-author-name/block.json'),
(17443, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style-rtl.css', 'wp-includes/blocks/post-author-name/style-rtl.css'),
(17444, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style-rtl.min.css', 'wp-includes/blocks/post-author-name/style-rtl.min.css'),
(17445, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style.css', 'wp-includes/blocks/post-author-name/style.css'),
(17446, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name/style.min.css', 'wp-includes/blocks/post-author-name/style.min.css'),
(17447, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author-name.php', 'wp-includes/blocks/post-author-name.php'),
(17448, '/home/abt90iranbet/public_html/wp-includes/blocks/post-author.php', 'wp-includes/blocks/post-author.php'),
(17449, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/block.json', 'wp-includes/blocks/post-comments-form/block.json'),
(17450, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css', 'wp-includes/blocks/post-comments-form/editor-rtl.css'),
(17451, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 'wp-includes/blocks/post-comments-form/editor-rtl.min.css'),
(17452, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor.css', 'wp-includes/blocks/post-comments-form/editor.css'),
(17453, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/editor.min.css', 'wp-includes/blocks/post-comments-form/editor.min.css'),
(17454, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style-rtl.css', 'wp-includes/blocks/post-comments-form/style-rtl.css'),
(17455, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css', 'wp-includes/blocks/post-comments-form/style-rtl.min.css'),
(17456, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style.css', 'wp-includes/blocks/post-comments-form/style.css'),
(17457, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form/style.min.css', 'wp-includes/blocks/post-comments-form/style.min.css'),
(17458, '/home/abt90iranbet/public_html/wp-includes/blocks/post-comments-form.php', 'wp-includes/blocks/post-comments-form.php'),
(17459, '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/block.json', 'wp-includes/blocks/post-content/block.json'),
(17460, '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style-rtl.css', 'wp-includes/blocks/post-content/style-rtl.css'),
(17461, '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style-rtl.min.css', 'wp-includes/blocks/post-content/style-rtl.min.css'),
(17462, '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style.css', 'wp-includes/blocks/post-content/style.css'),
(17463, '/home/abt90iranbet/public_html/wp-includes/blocks/post-content/style.min.css', 'wp-includes/blocks/post-content/style.min.css'),
(17464, '/home/abt90iranbet/public_html/wp-includes/blocks/post-content.php', 'wp-includes/blocks/post-content.php'),
(17465, '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/block.json', 'wp-includes/blocks/post-date/block.json'),
(17466, '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style-rtl.css', 'wp-includes/blocks/post-date/style-rtl.css'),
(17467, '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style-rtl.min.css', 'wp-includes/blocks/post-date/style-rtl.min.css'),
(17468, '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style.css', 'wp-includes/blocks/post-date/style.css'),
(17469, '/home/abt90iranbet/public_html/wp-includes/blocks/post-date/style.min.css', 'wp-includes/blocks/post-date/style.min.css'),
(17470, '/home/abt90iranbet/public_html/wp-includes/blocks/post-date.php', 'wp-includes/blocks/post-date.php'),
(17471, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/block.json', 'wp-includes/blocks/post-excerpt/block.json'),
(17472, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css', 'wp-includes/blocks/post-excerpt/editor-rtl.css'),
(17473, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),
(17474, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor.css', 'wp-includes/blocks/post-excerpt/editor.css'),
(17475, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/editor.min.css', 'wp-includes/blocks/post-excerpt/editor.min.css'),
(17476, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style-rtl.css', 'wp-includes/blocks/post-excerpt/style-rtl.css'),
(17477, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css', 'wp-includes/blocks/post-excerpt/style-rtl.min.css'),
(17478, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style.css', 'wp-includes/blocks/post-excerpt/style.css'),
(17479, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt/style.min.css', 'wp-includes/blocks/post-excerpt/style.min.css'),
(17480, '/home/abt90iranbet/public_html/wp-includes/blocks/post-excerpt.php', 'wp-includes/blocks/post-excerpt.php'),
(17481, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/block.json', 'wp-includes/blocks/post-featured-image/block.json'),
(17482, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css', 'wp-includes/blocks/post-featured-image/editor-rtl.css'),
(17483, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),
(17484, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor.css', 'wp-includes/blocks/post-featured-image/editor.css'),
(17485, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/editor.min.css', 'wp-includes/blocks/post-featured-image/editor.min.css'),
(17486, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style-rtl.css', 'wp-includes/blocks/post-featured-image/style-rtl.css'),
(17487, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css', 'wp-includes/blocks/post-featured-image/style-rtl.min.css'),
(17488, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style.css', 'wp-includes/blocks/post-featured-image/style.css'),
(17489, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image/style.min.css', 'wp-includes/blocks/post-featured-image/style.min.css'),
(17490, '/home/abt90iranbet/public_html/wp-includes/blocks/post-featured-image.php', 'wp-includes/blocks/post-featured-image.php'),
(17491, '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/block.json', 'wp-includes/blocks/post-navigation-link/block.json'),
(17492, '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style-rtl.css', 'wp-includes/blocks/post-navigation-link/style-rtl.css'),
(17493, '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style-rtl.min.css', 'wp-includes/blocks/post-navigation-link/style-rtl.min.css'),
(17494, '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style.css', 'wp-includes/blocks/post-navigation-link/style.css'),
(17495, '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link/style.min.css', 'wp-includes/blocks/post-navigation-link/style.min.css'),
(17496, '/home/abt90iranbet/public_html/wp-includes/blocks/post-navigation-link.php', 'wp-includes/blocks/post-navigation-link.php'),
(17497, '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/block.json', 'wp-includes/blocks/post-template/block.json'),
(17498, '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style-rtl.css', 'wp-includes/blocks/post-template/style-rtl.css'),
(17499, '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style-rtl.min.css', 'wp-includes/blocks/post-template/style-rtl.min.css'),
(17500, '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style.css', 'wp-includes/blocks/post-template/style.css'),
(17501, '/home/abt90iranbet/public_html/wp-includes/blocks/post-template/style.min.css', 'wp-includes/blocks/post-template/style.min.css'),
(17502, '/home/abt90iranbet/public_html/wp-includes/blocks/post-template.php', 'wp-includes/blocks/post-template.php'),
(17503, '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/block.json', 'wp-includes/blocks/post-terms/block.json'),
(17504, '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style-rtl.css', 'wp-includes/blocks/post-terms/style-rtl.css'),
(17505, '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style-rtl.min.css', 'wp-includes/blocks/post-terms/style-rtl.min.css'),
(17506, '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style.css', 'wp-includes/blocks/post-terms/style.css'),
(17507, '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms/style.min.css', 'wp-includes/blocks/post-terms/style.min.css'),
(17508, '/home/abt90iranbet/public_html/wp-includes/blocks/post-terms.php', 'wp-includes/blocks/post-terms.php'),
(17509, '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/block.json', 'wp-includes/blocks/post-title/block.json'),
(17510, '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style-rtl.css', 'wp-includes/blocks/post-title/style-rtl.css'),
(17511, '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style-rtl.min.css', 'wp-includes/blocks/post-title/style-rtl.min.css'),
(17512, '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style.css', 'wp-includes/blocks/post-title/style.css'),
(17513, '/home/abt90iranbet/public_html/wp-includes/blocks/post-title/style.min.css', 'wp-includes/blocks/post-title/style.min.css'),
(17514, '/home/abt90iranbet/public_html/wp-includes/blocks/post-title.php', 'wp-includes/blocks/post-title.php'),
(17515, '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/block.json', 'wp-includes/blocks/preformatted/block.json'),
(17516, '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style-rtl.css', 'wp-includes/blocks/preformatted/style-rtl.css'),
(17517, '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style-rtl.min.css', 'wp-includes/blocks/preformatted/style-rtl.min.css'),
(17518, '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style.css', 'wp-includes/blocks/preformatted/style.css'),
(17519, '/home/abt90iranbet/public_html/wp-includes/blocks/preformatted/style.min.css', 'wp-includes/blocks/preformatted/style.min.css'),
(17520, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/block.json', 'wp-includes/blocks/pullquote/block.json'),
(17521, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor-rtl.css', 'wp-includes/blocks/pullquote/editor-rtl.css'),
(17522, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css', 'wp-includes/blocks/pullquote/editor-rtl.min.css'),
(17523, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor.css', 'wp-includes/blocks/pullquote/editor.css'),
(17524, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/editor.min.css', 'wp-includes/blocks/pullquote/editor.min.css'),
(17525, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style-rtl.css', 'wp-includes/blocks/pullquote/style-rtl.css'),
(17526, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style-rtl.min.css', 'wp-includes/blocks/pullquote/style-rtl.min.css'),
(17527, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style.css', 'wp-includes/blocks/pullquote/style.css'),
(17528, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/style.min.css', 'wp-includes/blocks/pullquote/style.min.css'),
(17529, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme-rtl.css', 'wp-includes/blocks/pullquote/theme-rtl.css'),
(17530, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css', 'wp-includes/blocks/pullquote/theme-rtl.min.css'),
(17531, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme.css', 'wp-includes/blocks/pullquote/theme.css'),
(17532, '/home/abt90iranbet/public_html/wp-includes/blocks/pullquote/theme.min.css', 'wp-includes/blocks/pullquote/theme.min.css'),
(17533, '/home/abt90iranbet/public_html/wp-includes/blocks/query/block.json', 'wp-includes/blocks/query/block.json'),
(17534, '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor-rtl.css', 'wp-includes/blocks/query/editor-rtl.css'),
(17535, '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor-rtl.min.css', 'wp-includes/blocks/query/editor-rtl.min.css'),
(17536, '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor.css', 'wp-includes/blocks/query/editor.css'),
(17537, '/home/abt90iranbet/public_html/wp-includes/blocks/query/editor.min.css', 'wp-includes/blocks/query/editor.min.css'),
(17538, '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.asset.php', 'wp-includes/blocks/query/view.asset.php'),
(17539, '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.js', 'wp-includes/blocks/query/view.js'),
(17540, '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.min.asset.php', 'wp-includes/blocks/query/view.min.asset.php'),
(17541, '/home/abt90iranbet/public_html/wp-includes/blocks/query/view.min.js', 'wp-includes/blocks/query/view.min.js'),
(17542, '/home/abt90iranbet/public_html/wp-includes/blocks/query-no-results/block.json', 'wp-includes/blocks/query-no-results/block.json'),
(17543, '/home/abt90iranbet/public_html/wp-includes/blocks/query-no-results.php', 'wp-includes/blocks/query-no-results.php'),
(17544, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/block.json', 'wp-includes/blocks/query-pagination/block.json'),
(17545, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor-rtl.css', 'wp-includes/blocks/query-pagination/editor-rtl.css'),
(17546, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css', 'wp-includes/blocks/query-pagination/editor-rtl.min.css'),
(17547, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor.css', 'wp-includes/blocks/query-pagination/editor.css'),
(17548, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/editor.min.css', 'wp-includes/blocks/query-pagination/editor.min.css'),
(17549, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style-rtl.css', 'wp-includes/blocks/query-pagination/style-rtl.css'),
(17550, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css', 'wp-includes/blocks/query-pagination/style-rtl.min.css'),
(17551, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style.css', 'wp-includes/blocks/query-pagination/style.css'),
(17552, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination/style.min.css', 'wp-includes/blocks/query-pagination/style.min.css'),
(17553, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-next/block.json', 'wp-includes/blocks/query-pagination-next/block.json'),
(17554, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-next.php', 'wp-includes/blocks/query-pagination-next.php'),
(17555, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/block.json', 'wp-includes/blocks/query-pagination-numbers/block.json'),
(17556, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),
(17557, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),
(17558, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor.css', 'wp-includes/blocks/query-pagination-numbers/editor.css'),
(17559, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css', 'wp-includes/blocks/query-pagination-numbers/editor.min.css'),
(17560, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-numbers.php', 'wp-includes/blocks/query-pagination-numbers.php'),
(17561, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-previous/block.json', 'wp-includes/blocks/query-pagination-previous/block.json'),
(17562, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination-previous.php', 'wp-includes/blocks/query-pagination-previous.php'),
(17563, '/home/abt90iranbet/public_html/wp-includes/blocks/query-pagination.php', 'wp-includes/blocks/query-pagination.php'),
(17564, '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/block.json', 'wp-includes/blocks/query-title/block.json'),
(17565, '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style-rtl.css', 'wp-includes/blocks/query-title/style-rtl.css'),
(17566, '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style-rtl.min.css', 'wp-includes/blocks/query-title/style-rtl.min.css'),
(17567, '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style.css', 'wp-includes/blocks/query-title/style.css'),
(17568, '/home/abt90iranbet/public_html/wp-includes/blocks/query-title/style.min.css', 'wp-includes/blocks/query-title/style.min.css'),
(17569, '/home/abt90iranbet/public_html/wp-includes/blocks/query-title.php', 'wp-includes/blocks/query-title.php'),
(17570, '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/block.json', 'wp-includes/blocks/query-total/block.json'),
(17571, '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style-rtl.css', 'wp-includes/blocks/query-total/style-rtl.css'),
(17572, '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style-rtl.min.css', 'wp-includes/blocks/query-total/style-rtl.min.css'),
(17573, '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style.css', 'wp-includes/blocks/query-total/style.css'),
(17574, '/home/abt90iranbet/public_html/wp-includes/blocks/query-total/style.min.css', 'wp-includes/blocks/query-total/style.min.css'),
(17575, '/home/abt90iranbet/public_html/wp-includes/blocks/query-total.php', 'wp-includes/blocks/query-total.php'),
(17576, '/home/abt90iranbet/public_html/wp-includes/blocks/query.php', 'wp-includes/blocks/query.php'),
(17577, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/block.json', 'wp-includes/blocks/quote/block.json'),
(17578, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style-rtl.css', 'wp-includes/blocks/quote/style-rtl.css'),
(17579, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style-rtl.min.css', 'wp-includes/blocks/quote/style-rtl.min.css'),
(17580, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style.css', 'wp-includes/blocks/quote/style.css'),
(17581, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/style.min.css', 'wp-includes/blocks/quote/style.min.css'),
(17582, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme-rtl.css', 'wp-includes/blocks/quote/theme-rtl.css'),
(17583, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme-rtl.min.css', 'wp-includes/blocks/quote/theme-rtl.min.css'),
(17584, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme.css', 'wp-includes/blocks/quote/theme.css'),
(17585, '/home/abt90iranbet/public_html/wp-includes/blocks/quote/theme.min.css', 'wp-includes/blocks/quote/theme.min.css'),
(17586, '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/block.json', 'wp-includes/blocks/read-more/block.json'),
(17587, '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style-rtl.css', 'wp-includes/blocks/read-more/style-rtl.css'),
(17588, '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style-rtl.min.css', 'wp-includes/blocks/read-more/style-rtl.min.css'),
(17589, '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style.css', 'wp-includes/blocks/read-more/style.css'),
(17590, '/home/abt90iranbet/public_html/wp-includes/blocks/read-more/style.min.css', 'wp-includes/blocks/read-more/style.min.css'),
(17591, '/home/abt90iranbet/public_html/wp-includes/blocks/read-more.php', 'wp-includes/blocks/read-more.php'),
(17592, '/home/abt90iranbet/public_html/wp-includes/blocks/require-dynamic-blocks.php', 'wp-includes/blocks/require-dynamic-blocks.php'),
(17593, '/home/abt90iranbet/public_html/wp-includes/blocks/require-static-blocks.php', 'wp-includes/blocks/require-static-blocks.php'),
(17594, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/block.json', 'wp-includes/blocks/rss/block.json'),
(17595, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor-rtl.css', 'wp-includes/blocks/rss/editor-rtl.css'),
(17596, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor-rtl.min.css', 'wp-includes/blocks/rss/editor-rtl.min.css'),
(17597, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor.css', 'wp-includes/blocks/rss/editor.css'),
(17598, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/editor.min.css', 'wp-includes/blocks/rss/editor.min.css'),
(17599, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style-rtl.css', 'wp-includes/blocks/rss/style-rtl.css'),
(17600, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style-rtl.min.css', 'wp-includes/blocks/rss/style-rtl.min.css'),
(17601, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style.css', 'wp-includes/blocks/rss/style.css'),
(17602, '/home/abt90iranbet/public_html/wp-includes/blocks/rss/style.min.css', 'wp-includes/blocks/rss/style.min.css'),
(17603, '/home/abt90iranbet/public_html/wp-includes/blocks/rss.php', 'wp-includes/blocks/rss.php'),
(17604, '/home/abt90iranbet/public_html/wp-includes/blocks/search/block.json', 'wp-includes/blocks/search/block.json'),
(17605, '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor-rtl.css', 'wp-includes/blocks/search/editor-rtl.css'),
(17606, '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor-rtl.min.css', 'wp-includes/blocks/search/editor-rtl.min.css'),
(17607, '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor.css', 'wp-includes/blocks/search/editor.css'),
(17608, '/home/abt90iranbet/public_html/wp-includes/blocks/search/editor.min.css', 'wp-includes/blocks/search/editor.min.css'),
(17609, '/home/abt90iranbet/public_html/wp-includes/blocks/search/style-rtl.css', 'wp-includes/blocks/search/style-rtl.css'),
(17610, '/home/abt90iranbet/public_html/wp-includes/blocks/search/style-rtl.min.css', 'wp-includes/blocks/search/style-rtl.min.css'),
(17611, '/home/abt90iranbet/public_html/wp-includes/blocks/search/style.css', 'wp-includes/blocks/search/style.css'),
(17612, '/home/abt90iranbet/public_html/wp-includes/blocks/search/style.min.css', 'wp-includes/blocks/search/style.min.css'),
(17613, '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme-rtl.css', 'wp-includes/blocks/search/theme-rtl.css'),
(17614, '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme-rtl.min.css', 'wp-includes/blocks/search/theme-rtl.min.css'),
(17615, '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme.css', 'wp-includes/blocks/search/theme.css'),
(17616, '/home/abt90iranbet/public_html/wp-includes/blocks/search/theme.min.css', 'wp-includes/blocks/search/theme.min.css'),
(17617, '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.asset.php', 'wp-includes/blocks/search/view.asset.php'),
(17618, '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.js', 'wp-includes/blocks/search/view.js'),
(17619, '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.min.asset.php', 'wp-includes/blocks/search/view.min.asset.php'),
(17620, '/home/abt90iranbet/public_html/wp-includes/blocks/search/view.min.js', 'wp-includes/blocks/search/view.min.js'),
(17621, '/home/abt90iranbet/public_html/wp-includes/blocks/search.php', 'wp-includes/blocks/search.php'),
(17622, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/block.json', 'wp-includes/blocks/separator/block.json'),
(17623, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor-rtl.css', 'wp-includes/blocks/separator/editor-rtl.css'),
(17624, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor-rtl.min.css', 'wp-includes/blocks/separator/editor-rtl.min.css'),
(17625, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor.css', 'wp-includes/blocks/separator/editor.css'),
(17626, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/editor.min.css', 'wp-includes/blocks/separator/editor.min.css'),
(17627, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style-rtl.css', 'wp-includes/blocks/separator/style-rtl.css'),
(17628, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style-rtl.min.css', 'wp-includes/blocks/separator/style-rtl.min.css'),
(17629, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style.css', 'wp-includes/blocks/separator/style.css'),
(17630, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/style.min.css', 'wp-includes/blocks/separator/style.min.css'),
(17631, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme-rtl.css', 'wp-includes/blocks/separator/theme-rtl.css'),
(17632, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme-rtl.min.css', 'wp-includes/blocks/separator/theme-rtl.min.css'),
(17633, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme.css', 'wp-includes/blocks/separator/theme.css'),
(17634, '/home/abt90iranbet/public_html/wp-includes/blocks/separator/theme.min.css', 'wp-includes/blocks/separator/theme.min.css'),
(17635, '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/block.json', 'wp-includes/blocks/shortcode/block.json'),
(17636, '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor-rtl.css', 'wp-includes/blocks/shortcode/editor-rtl.css'),
(17637, '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css', 'wp-includes/blocks/shortcode/editor-rtl.min.css'),
(17638, '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor.css', 'wp-includes/blocks/shortcode/editor.css'),
(17639, '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode/editor.min.css', 'wp-includes/blocks/shortcode/editor.min.css'),
(17640, '/home/abt90iranbet/public_html/wp-includes/blocks/shortcode.php', 'wp-includes/blocks/shortcode.php'),
(17641, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/block.json', 'wp-includes/blocks/site-logo/block.json'),
(17642, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor-rtl.css', 'wp-includes/blocks/site-logo/editor-rtl.css'),
(17643, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css', 'wp-includes/blocks/site-logo/editor-rtl.min.css'),
(17644, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor.css', 'wp-includes/blocks/site-logo/editor.css'),
(17645, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/editor.min.css', 'wp-includes/blocks/site-logo/editor.min.css'),
(17646, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style-rtl.css', 'wp-includes/blocks/site-logo/style-rtl.css'),
(17647, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style-rtl.min.css', 'wp-includes/blocks/site-logo/style-rtl.min.css'),
(17648, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style.css', 'wp-includes/blocks/site-logo/style.css'),
(17649, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo/style.min.css', 'wp-includes/blocks/site-logo/style.min.css'),
(17650, '/home/abt90iranbet/public_html/wp-includes/blocks/site-logo.php', 'wp-includes/blocks/site-logo.php'),
(17651, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/block.json', 'wp-includes/blocks/site-tagline/block.json'),
(17652, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor-rtl.css', 'wp-includes/blocks/site-tagline/editor-rtl.css'),
(17653, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css', 'wp-includes/blocks/site-tagline/editor-rtl.min.css'),
(17654, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor.css', 'wp-includes/blocks/site-tagline/editor.css'),
(17655, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/editor.min.css', 'wp-includes/blocks/site-tagline/editor.min.css'),
(17656, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style-rtl.css', 'wp-includes/blocks/site-tagline/style-rtl.css'),
(17657, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style-rtl.min.css', 'wp-includes/blocks/site-tagline/style-rtl.min.css'),
(17658, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style.css', 'wp-includes/blocks/site-tagline/style.css'),
(17659, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline/style.min.css', 'wp-includes/blocks/site-tagline/style.min.css'),
(17660, '/home/abt90iranbet/public_html/wp-includes/blocks/site-tagline.php', 'wp-includes/blocks/site-tagline.php'),
(17661, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/block.json', 'wp-includes/blocks/site-title/block.json'),
(17662, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor-rtl.css', 'wp-includes/blocks/site-title/editor-rtl.css'),
(17663, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor-rtl.min.css', 'wp-includes/blocks/site-title/editor-rtl.min.css'),
(17664, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor.css', 'wp-includes/blocks/site-title/editor.css'),
(17665, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/editor.min.css', 'wp-includes/blocks/site-title/editor.min.css'),
(17666, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style-rtl.css', 'wp-includes/blocks/site-title/style-rtl.css'),
(17667, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style-rtl.min.css', 'wp-includes/blocks/site-title/style-rtl.min.css'),
(17668, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style.css', 'wp-includes/blocks/site-title/style.css'),
(17669, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title/style.min.css', 'wp-includes/blocks/site-title/style.min.css'),
(17670, '/home/abt90iranbet/public_html/wp-includes/blocks/site-title.php', 'wp-includes/blocks/site-title.php'),
(17671, '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/block.json', 'wp-includes/blocks/social-link/block.json'),
(17672, '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor-rtl.css', 'wp-includes/blocks/social-link/editor-rtl.css'),
(17673, '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor-rtl.min.css', 'wp-includes/blocks/social-link/editor-rtl.min.css'),
(17674, '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor.css', 'wp-includes/blocks/social-link/editor.css'),
(17675, '/home/abt90iranbet/public_html/wp-includes/blocks/social-link/editor.min.css', 'wp-includes/blocks/social-link/editor.min.css'),
(17676, '/home/abt90iranbet/public_html/wp-includes/blocks/social-link.php', 'wp-includes/blocks/social-link.php'),
(17677, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/block.json', 'wp-includes/blocks/social-links/block.json'),
(17678, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor-rtl.css', 'wp-includes/blocks/social-links/editor-rtl.css'),
(17679, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor-rtl.min.css', 'wp-includes/blocks/social-links/editor-rtl.min.css'),
(17680, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor.css', 'wp-includes/blocks/social-links/editor.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(17681, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/editor.min.css', 'wp-includes/blocks/social-links/editor.min.css'),
(17682, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style-rtl.css', 'wp-includes/blocks/social-links/style-rtl.css'),
(17683, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style-rtl.min.css', 'wp-includes/blocks/social-links/style-rtl.min.css'),
(17684, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style.css', 'wp-includes/blocks/social-links/style.css'),
(17685, '/home/abt90iranbet/public_html/wp-includes/blocks/social-links/style.min.css', 'wp-includes/blocks/social-links/style.min.css'),
(17686, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/block.json', 'wp-includes/blocks/spacer/block.json'),
(17687, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor-rtl.css', 'wp-includes/blocks/spacer/editor-rtl.css'),
(17688, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor-rtl.min.css', 'wp-includes/blocks/spacer/editor-rtl.min.css'),
(17689, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor.css', 'wp-includes/blocks/spacer/editor.css'),
(17690, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/editor.min.css', 'wp-includes/blocks/spacer/editor.min.css'),
(17691, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style-rtl.css', 'wp-includes/blocks/spacer/style-rtl.css'),
(17692, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style-rtl.min.css', 'wp-includes/blocks/spacer/style-rtl.min.css'),
(17693, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style.css', 'wp-includes/blocks/spacer/style.css'),
(17694, '/home/abt90iranbet/public_html/wp-includes/blocks/spacer/style.min.css', 'wp-includes/blocks/spacer/style.min.css'),
(17695, '/home/abt90iranbet/public_html/wp-includes/blocks/table/block.json', 'wp-includes/blocks/table/block.json'),
(17696, '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor-rtl.css', 'wp-includes/blocks/table/editor-rtl.css'),
(17697, '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor-rtl.min.css', 'wp-includes/blocks/table/editor-rtl.min.css'),
(17698, '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor.css', 'wp-includes/blocks/table/editor.css'),
(17699, '/home/abt90iranbet/public_html/wp-includes/blocks/table/editor.min.css', 'wp-includes/blocks/table/editor.min.css'),
(17700, '/home/abt90iranbet/public_html/wp-includes/blocks/table/style-rtl.css', 'wp-includes/blocks/table/style-rtl.css'),
(17701, '/home/abt90iranbet/public_html/wp-includes/blocks/table/style-rtl.min.css', 'wp-includes/blocks/table/style-rtl.min.css'),
(17702, '/home/abt90iranbet/public_html/wp-includes/blocks/table/style.css', 'wp-includes/blocks/table/style.css'),
(17703, '/home/abt90iranbet/public_html/wp-includes/blocks/table/style.min.css', 'wp-includes/blocks/table/style.min.css'),
(17704, '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme-rtl.css', 'wp-includes/blocks/table/theme-rtl.css'),
(17705, '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme-rtl.min.css', 'wp-includes/blocks/table/theme-rtl.min.css'),
(17706, '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme.css', 'wp-includes/blocks/table/theme.css'),
(17707, '/home/abt90iranbet/public_html/wp-includes/blocks/table/theme.min.css', 'wp-includes/blocks/table/theme.min.css'),
(17708, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/block.json', 'wp-includes/blocks/tag-cloud/block.json'),
(17709, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor-rtl.css', 'wp-includes/blocks/tag-cloud/editor-rtl.css'),
(17710, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor-rtl.min.css', 'wp-includes/blocks/tag-cloud/editor-rtl.min.css'),
(17711, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor.css', 'wp-includes/blocks/tag-cloud/editor.css'),
(17712, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/editor.min.css', 'wp-includes/blocks/tag-cloud/editor.min.css'),
(17713, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style-rtl.css', 'wp-includes/blocks/tag-cloud/style-rtl.css'),
(17714, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css', 'wp-includes/blocks/tag-cloud/style-rtl.min.css'),
(17715, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style.css', 'wp-includes/blocks/tag-cloud/style.css'),
(17716, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud/style.min.css', 'wp-includes/blocks/tag-cloud/style.min.css'),
(17717, '/home/abt90iranbet/public_html/wp-includes/blocks/tag-cloud.php', 'wp-includes/blocks/tag-cloud.php'),
(17718, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/block.json', 'wp-includes/blocks/template-part/block.json'),
(17719, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor-rtl.css', 'wp-includes/blocks/template-part/editor-rtl.css'),
(17720, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor-rtl.min.css', 'wp-includes/blocks/template-part/editor-rtl.min.css'),
(17721, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor.css', 'wp-includes/blocks/template-part/editor.css'),
(17722, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/editor.min.css', 'wp-includes/blocks/template-part/editor.min.css'),
(17723, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme-rtl.css', 'wp-includes/blocks/template-part/theme-rtl.css'),
(17724, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme-rtl.min.css', 'wp-includes/blocks/template-part/theme-rtl.min.css'),
(17725, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme.css', 'wp-includes/blocks/template-part/theme.css'),
(17726, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part/theme.min.css', 'wp-includes/blocks/template-part/theme.min.css'),
(17727, '/home/abt90iranbet/public_html/wp-includes/blocks/template-part.php', 'wp-includes/blocks/template-part.php'),
(17728, '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/block.json', 'wp-includes/blocks/term-description/block.json'),
(17729, '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style-rtl.css', 'wp-includes/blocks/term-description/style-rtl.css'),
(17730, '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style-rtl.min.css', 'wp-includes/blocks/term-description/style-rtl.min.css'),
(17731, '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style.css', 'wp-includes/blocks/term-description/style.css'),
(17732, '/home/abt90iranbet/public_html/wp-includes/blocks/term-description/style.min.css', 'wp-includes/blocks/term-description/style.min.css'),
(17733, '/home/abt90iranbet/public_html/wp-includes/blocks/term-description.php', 'wp-includes/blocks/term-description.php'),
(17734, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/block.json', 'wp-includes/blocks/text-columns/block.json'),
(17735, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor-rtl.css', 'wp-includes/blocks/text-columns/editor-rtl.css'),
(17736, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css', 'wp-includes/blocks/text-columns/editor-rtl.min.css'),
(17737, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor.css', 'wp-includes/blocks/text-columns/editor.css'),
(17738, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/editor.min.css', 'wp-includes/blocks/text-columns/editor.min.css'),
(17739, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style-rtl.css', 'wp-includes/blocks/text-columns/style-rtl.css'),
(17740, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style-rtl.min.css', 'wp-includes/blocks/text-columns/style-rtl.min.css'),
(17741, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style.css', 'wp-includes/blocks/text-columns/style.css'),
(17742, '/home/abt90iranbet/public_html/wp-includes/blocks/text-columns/style.min.css', 'wp-includes/blocks/text-columns/style.min.css'),
(17743, '/home/abt90iranbet/public_html/wp-includes/blocks/verse/block.json', 'wp-includes/blocks/verse/block.json'),
(17744, '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style-rtl.css', 'wp-includes/blocks/verse/style-rtl.css'),
(17745, '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style-rtl.min.css', 'wp-includes/blocks/verse/style-rtl.min.css'),
(17746, '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style.css', 'wp-includes/blocks/verse/style.css'),
(17747, '/home/abt90iranbet/public_html/wp-includes/blocks/verse/style.min.css', 'wp-includes/blocks/verse/style.min.css'),
(17748, '/home/abt90iranbet/public_html/wp-includes/blocks/video/block.json', 'wp-includes/blocks/video/block.json'),
(17749, '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor-rtl.css', 'wp-includes/blocks/video/editor-rtl.css'),
(17750, '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor-rtl.min.css', 'wp-includes/blocks/video/editor-rtl.min.css'),
(17751, '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor.css', 'wp-includes/blocks/video/editor.css'),
(17752, '/home/abt90iranbet/public_html/wp-includes/blocks/video/editor.min.css', 'wp-includes/blocks/video/editor.min.css'),
(17753, '/home/abt90iranbet/public_html/wp-includes/blocks/video/style-rtl.css', 'wp-includes/blocks/video/style-rtl.css'),
(17754, '/home/abt90iranbet/public_html/wp-includes/blocks/video/style-rtl.min.css', 'wp-includes/blocks/video/style-rtl.min.css'),
(17755, '/home/abt90iranbet/public_html/wp-includes/blocks/video/style.css', 'wp-includes/blocks/video/style.css'),
(17756, '/home/abt90iranbet/public_html/wp-includes/blocks/video/style.min.css', 'wp-includes/blocks/video/style.min.css'),
(17757, '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme-rtl.css', 'wp-includes/blocks/video/theme-rtl.css'),
(17758, '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme-rtl.min.css', 'wp-includes/blocks/video/theme-rtl.min.css'),
(17759, '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme.css', 'wp-includes/blocks/video/theme.css'),
(17760, '/home/abt90iranbet/public_html/wp-includes/blocks/video/theme.min.css', 'wp-includes/blocks/video/theme.min.css'),
(17761, '/home/abt90iranbet/public_html/wp-includes/blocks/widget-group/block.json', 'wp-includes/blocks/widget-group/block.json'),
(17762, '/home/abt90iranbet/public_html/wp-includes/blocks/widget-group.php', 'wp-includes/blocks/widget-group.php'),
(17763, '/home/abt90iranbet/public_html/wp-includes/blocks.php', 'wp-includes/blocks.php'),
(17764, '/home/abt90iranbet/public_html/wp-includes/bookmark-template.php', 'wp-includes/bookmark-template.php'),
(17765, '/home/abt90iranbet/public_html/wp-includes/bookmark.php', 'wp-includes/bookmark.php'),
(17766, '/home/abt90iranbet/public_html/wp-includes/cache-compat.php', 'wp-includes/cache-compat.php'),
(17767, '/home/abt90iranbet/public_html/wp-includes/cache.php', 'wp-includes/cache.php'),
(17768, '/home/abt90iranbet/public_html/wp-includes/canonical.php', 'wp-includes/canonical.php'),
(17769, '/home/abt90iranbet/public_html/wp-includes/capabilities.php', 'wp-includes/capabilities.php'),
(17770, '/home/abt90iranbet/public_html/wp-includes/category-template.php', 'wp-includes/category-template.php'),
(17771, '/home/abt90iranbet/public_html/wp-includes/category.php', 'wp-includes/category.php'),
(17772, '/home/abt90iranbet/public_html/wp-includes/certificates/ca-bundle.crt', 'wp-includes/certificates/ca-bundle.crt'),
(17773, '/home/abt90iranbet/public_html/wp-includes/class-IXR.php', 'wp-includes/class-IXR.php'),
(17774, '/home/abt90iranbet/public_html/wp-includes/class-avif-info.php', 'wp-includes/class-avif-info.php'),
(17775, '/home/abt90iranbet/public_html/wp-includes/class-feed.php', 'wp-includes/class-feed.php'),
(17776, '/home/abt90iranbet/public_html/wp-includes/class-http.php', 'wp-includes/class-http.php'),
(17777, '/home/abt90iranbet/public_html/wp-includes/class-json.php', 'wp-includes/class-json.php'),
(17778, '/home/abt90iranbet/public_html/wp-includes/class-oembed.php', 'wp-includes/class-oembed.php'),
(17779, '/home/abt90iranbet/public_html/wp-includes/class-phpass.php', 'wp-includes/class-phpass.php'),
(17780, '/home/abt90iranbet/public_html/wp-includes/class-phpmailer.php', 'wp-includes/class-phpmailer.php'),
(17781, '/home/abt90iranbet/public_html/wp-includes/class-pop3.php', 'wp-includes/class-pop3.php'),
(17782, '/home/abt90iranbet/public_html/wp-includes/class-requests.php', 'wp-includes/class-requests.php'),
(17783, '/home/abt90iranbet/public_html/wp-includes/class-simplepie.php', 'wp-includes/class-simplepie.php'),
(17784, '/home/abt90iranbet/public_html/wp-includes/class-smtp.php', 'wp-includes/class-smtp.php'),
(17785, '/home/abt90iranbet/public_html/wp-includes/class-snoopy.php', 'wp-includes/class-snoopy.php'),
(17786, '/home/abt90iranbet/public_html/wp-includes/class-walker-category-dropdown.php', 'wp-includes/class-walker-category-dropdown.php'),
(17787, '/home/abt90iranbet/public_html/wp-includes/class-walker-category.php', 'wp-includes/class-walker-category.php'),
(17788, '/home/abt90iranbet/public_html/wp-includes/class-walker-comment.php', 'wp-includes/class-walker-comment.php'),
(17789, '/home/abt90iranbet/public_html/wp-includes/class-walker-nav-menu.php', 'wp-includes/class-walker-nav-menu.php'),
(17790, '/home/abt90iranbet/public_html/wp-includes/class-walker-page-dropdown.php', 'wp-includes/class-walker-page-dropdown.php'),
(17791, '/home/abt90iranbet/public_html/wp-includes/class-walker-page.php', 'wp-includes/class-walker-page.php'),
(17792, '/home/abt90iranbet/public_html/wp-includes/class-wp-admin-bar.php', 'wp-includes/class-wp-admin-bar.php'),
(17793, '/home/abt90iranbet/public_html/wp-includes/class-wp-ajax-response.php', 'wp-includes/class-wp-ajax-response.php'),
(17794, '/home/abt90iranbet/public_html/wp-includes/class-wp-application-passwords.php', 'wp-includes/class-wp-application-passwords.php'),
(17795, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-bindings-registry.php', 'wp-includes/class-wp-block-bindings-registry.php'),
(17796, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-bindings-source.php', 'wp-includes/class-wp-block-bindings-source.php'),
(17797, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-editor-context.php', 'wp-includes/class-wp-block-editor-context.php'),
(17798, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-list.php', 'wp-includes/class-wp-block-list.php'),
(17799, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-metadata-registry.php', 'wp-includes/class-wp-block-metadata-registry.php'),
(17800, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-parser-block.php', 'wp-includes/class-wp-block-parser-block.php'),
(17801, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-parser-frame.php', 'wp-includes/class-wp-block-parser-frame.php'),
(17802, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-parser.php', 'wp-includes/class-wp-block-parser.php'),
(17803, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-pattern-categories-registry.php', 'wp-includes/class-wp-block-pattern-categories-registry.php'),
(17804, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-patterns-registry.php', 'wp-includes/class-wp-block-patterns-registry.php'),
(17805, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-styles-registry.php', 'wp-includes/class-wp-block-styles-registry.php'),
(17806, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-supports.php', 'wp-includes/class-wp-block-supports.php'),
(17807, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-template.php', 'wp-includes/class-wp-block-template.php'),
(17808, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-templates-registry.php', 'wp-includes/class-wp-block-templates-registry.php'),
(17809, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-type-registry.php', 'wp-includes/class-wp-block-type-registry.php'),
(17810, '/home/abt90iranbet/public_html/wp-includes/class-wp-block-type.php', 'wp-includes/class-wp-block-type.php'),
(17811, '/home/abt90iranbet/public_html/wp-includes/class-wp-block.php', 'wp-includes/class-wp-block.php'),
(17812, '/home/abt90iranbet/public_html/wp-includes/class-wp-classic-to-block-menu-converter.php', 'wp-includes/class-wp-classic-to-block-menu-converter.php'),
(17813, '/home/abt90iranbet/public_html/wp-includes/class-wp-comment-query.php', 'wp-includes/class-wp-comment-query.php'),
(17814, '/home/abt90iranbet/public_html/wp-includes/class-wp-comment.php', 'wp-includes/class-wp-comment.php'),
(17815, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-control.php', 'wp-includes/class-wp-customize-control.php'),
(17816, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-manager.php', 'wp-includes/class-wp-customize-manager.php'),
(17817, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-nav-menus.php', 'wp-includes/class-wp-customize-nav-menus.php'),
(17818, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-panel.php', 'wp-includes/class-wp-customize-panel.php'),
(17819, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-section.php', 'wp-includes/class-wp-customize-section.php'),
(17820, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-setting.php', 'wp-includes/class-wp-customize-setting.php'),
(17821, '/home/abt90iranbet/public_html/wp-includes/class-wp-customize-widgets.php', 'wp-includes/class-wp-customize-widgets.php'),
(17822, '/home/abt90iranbet/public_html/wp-includes/class-wp-date-query.php', 'wp-includes/class-wp-date-query.php'),
(17823, '/home/abt90iranbet/public_html/wp-includes/class-wp-dependencies.php', 'wp-includes/class-wp-dependencies.php'),
(17824, '/home/abt90iranbet/public_html/wp-includes/class-wp-dependency.php', 'wp-includes/class-wp-dependency.php'),
(17825, '/home/abt90iranbet/public_html/wp-includes/class-wp-duotone.php', 'wp-includes/class-wp-duotone.php'),
(17826, '/home/abt90iranbet/public_html/wp-includes/class-wp-editor.php', 'wp-includes/class-wp-editor.php'),
(17827, '/home/abt90iranbet/public_html/wp-includes/class-wp-embed.php', 'wp-includes/class-wp-embed.php'),
(17828, '/home/abt90iranbet/public_html/wp-includes/class-wp-error.php', 'wp-includes/class-wp-error.php'),
(17829, '/home/abt90iranbet/public_html/wp-includes/class-wp-exception.php', 'wp-includes/class-wp-exception.php'),
(17830, '/home/abt90iranbet/public_html/wp-includes/class-wp-fatal-error-handler.php', 'wp-includes/class-wp-fatal-error-handler.php'),
(17831, '/home/abt90iranbet/public_html/wp-includes/class-wp-feed-cache-transient.php', 'wp-includes/class-wp-feed-cache-transient.php'),
(17832, '/home/abt90iranbet/public_html/wp-includes/class-wp-feed-cache.php', 'wp-includes/class-wp-feed-cache.php'),
(17833, '/home/abt90iranbet/public_html/wp-includes/class-wp-hook.php', 'wp-includes/class-wp-hook.php'),
(17834, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-cookie.php', 'wp-includes/class-wp-http-cookie.php'),
(17835, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-curl.php', 'wp-includes/class-wp-http-curl.php'),
(17836, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-encoding.php', 'wp-includes/class-wp-http-encoding.php'),
(17837, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-ixr-client.php', 'wp-includes/class-wp-http-ixr-client.php'),
(17838, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-proxy.php', 'wp-includes/class-wp-http-proxy.php'),
(17839, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-requests-hooks.php', 'wp-includes/class-wp-http-requests-hooks.php'),
(17840, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-requests-response.php', 'wp-includes/class-wp-http-requests-response.php'),
(17841, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-response.php', 'wp-includes/class-wp-http-response.php'),
(17842, '/home/abt90iranbet/public_html/wp-includes/class-wp-http-streams.php', 'wp-includes/class-wp-http-streams.php'),
(17843, '/home/abt90iranbet/public_html/wp-includes/class-wp-http.php', 'wp-includes/class-wp-http.php'),
(17844, '/home/abt90iranbet/public_html/wp-includes/class-wp-image-editor-gd.php', 'wp-includes/class-wp-image-editor-gd.php'),
(17845, '/home/abt90iranbet/public_html/wp-includes/class-wp-image-editor-imagick.php', 'wp-includes/class-wp-image-editor-imagick.php'),
(17846, '/home/abt90iranbet/public_html/wp-includes/class-wp-image-editor.php', 'wp-includes/class-wp-image-editor.php'),
(17847, '/home/abt90iranbet/public_html/wp-includes/class-wp-list-util.php', 'wp-includes/class-wp-list-util.php'),
(17848, '/home/abt90iranbet/public_html/wp-includes/class-wp-locale-switcher.php', 'wp-includes/class-wp-locale-switcher.php'),
(17849, '/home/abt90iranbet/public_html/wp-includes/class-wp-locale.php', 'wp-includes/class-wp-locale.php'),
(17850, '/home/abt90iranbet/public_html/wp-includes/class-wp-matchesmapregex.php', 'wp-includes/class-wp-matchesmapregex.php'),
(17851, '/home/abt90iranbet/public_html/wp-includes/class-wp-meta-query.php', 'wp-includes/class-wp-meta-query.php'),
(17852, '/home/abt90iranbet/public_html/wp-includes/class-wp-metadata-lazyloader.php', 'wp-includes/class-wp-metadata-lazyloader.php'),
(17853, '/home/abt90iranbet/public_html/wp-includes/class-wp-navigation-fallback.php', 'wp-includes/class-wp-navigation-fallback.php'),
(17854, '/home/abt90iranbet/public_html/wp-includes/class-wp-network-query.php', 'wp-includes/class-wp-network-query.php'),
(17855, '/home/abt90iranbet/public_html/wp-includes/class-wp-network.php', 'wp-includes/class-wp-network.php'),
(17856, '/home/abt90iranbet/public_html/wp-includes/class-wp-object-cache.php', 'wp-includes/class-wp-object-cache.php'),
(17857, '/home/abt90iranbet/public_html/wp-includes/class-wp-oembed-controller.php', 'wp-includes/class-wp-oembed-controller.php'),
(17858, '/home/abt90iranbet/public_html/wp-includes/class-wp-oembed.php', 'wp-includes/class-wp-oembed.php'),
(17859, '/home/abt90iranbet/public_html/wp-includes/class-wp-paused-extensions-storage.php', 'wp-includes/class-wp-paused-extensions-storage.php'),
(17860, '/home/abt90iranbet/public_html/wp-includes/class-wp-phpmailer.php', 'wp-includes/class-wp-phpmailer.php'),
(17861, '/home/abt90iranbet/public_html/wp-includes/class-wp-plugin-dependencies.php', 'wp-includes/class-wp-plugin-dependencies.php'),
(17862, '/home/abt90iranbet/public_html/wp-includes/class-wp-post-type.php', 'wp-includes/class-wp-post-type.php'),
(17863, '/home/abt90iranbet/public_html/wp-includes/class-wp-post.php', 'wp-includes/class-wp-post.php'),
(17864, '/home/abt90iranbet/public_html/wp-includes/class-wp-query.php', 'wp-includes/class-wp-query.php'),
(17865, '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php', 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(17866, '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-email-service.php', 'wp-includes/class-wp-recovery-mode-email-service.php'),
(17867, '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-key-service.php', 'wp-includes/class-wp-recovery-mode-key-service.php'),
(17868, '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode-link-service.php', 'wp-includes/class-wp-recovery-mode-link-service.php'),
(17869, '/home/abt90iranbet/public_html/wp-includes/class-wp-recovery-mode.php', 'wp-includes/class-wp-recovery-mode.php'),
(17870, '/home/abt90iranbet/public_html/wp-includes/class-wp-rewrite.php', 'wp-includes/class-wp-rewrite.php'),
(17871, '/home/abt90iranbet/public_html/wp-includes/class-wp-role.php', 'wp-includes/class-wp-role.php'),
(17872, '/home/abt90iranbet/public_html/wp-includes/class-wp-roles.php', 'wp-includes/class-wp-roles.php'),
(17873, '/home/abt90iranbet/public_html/wp-includes/class-wp-script-modules.php', 'wp-includes/class-wp-script-modules.php'),
(17874, '/home/abt90iranbet/public_html/wp-includes/class-wp-scripts.php', 'wp-includes/class-wp-scripts.php'),
(17875, '/home/abt90iranbet/public_html/wp-includes/class-wp-session-tokens.php', 'wp-includes/class-wp-session-tokens.php'),
(17876, '/home/abt90iranbet/public_html/wp-includes/class-wp-simplepie-file.php', 'wp-includes/class-wp-simplepie-file.php'),
(17877, '/home/abt90iranbet/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php', 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(17878, '/home/abt90iranbet/public_html/wp-includes/class-wp-site-query.php', 'wp-includes/class-wp-site-query.php'),
(17879, '/home/abt90iranbet/public_html/wp-includes/class-wp-site.php', 'wp-includes/class-wp-site.php'),
(17880, '/home/abt90iranbet/public_html/wp-includes/class-wp-speculation-rules.php', 'wp-includes/class-wp-speculation-rules.php'),
(17881, '/home/abt90iranbet/public_html/wp-includes/class-wp-styles.php', 'wp-includes/class-wp-styles.php'),
(17882, '/home/abt90iranbet/public_html/wp-includes/class-wp-tax-query.php', 'wp-includes/class-wp-tax-query.php'),
(17883, '/home/abt90iranbet/public_html/wp-includes/class-wp-taxonomy.php', 'wp-includes/class-wp-taxonomy.php'),
(17884, '/home/abt90iranbet/public_html/wp-includes/class-wp-term-query.php', 'wp-includes/class-wp-term-query.php'),
(17885, '/home/abt90iranbet/public_html/wp-includes/class-wp-term.php', 'wp-includes/class-wp-term.php'),
(17886, '/home/abt90iranbet/public_html/wp-includes/class-wp-text-diff-renderer-inline.php', 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(17887, '/home/abt90iranbet/public_html/wp-includes/class-wp-text-diff-renderer-table.php', 'wp-includes/class-wp-text-diff-renderer-table.php'),
(17888, '/home/abt90iranbet/public_html/wp-includes/class-wp-textdomain-registry.php', 'wp-includes/class-wp-textdomain-registry.php'),
(17889, '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json-data.php', 'wp-includes/class-wp-theme-json-data.php'),
(17890, '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json-resolver.php', 'wp-includes/class-wp-theme-json-resolver.php'),
(17891, '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json-schema.php', 'wp-includes/class-wp-theme-json-schema.php'),
(17892, '/home/abt90iranbet/public_html/wp-includes/class-wp-theme-json.php', 'wp-includes/class-wp-theme-json.php'),
(17893, '/home/abt90iranbet/public_html/wp-includes/class-wp-theme.php', 'wp-includes/class-wp-theme.php'),
(17894, '/home/abt90iranbet/public_html/wp-includes/class-wp-token-map.php', 'wp-includes/class-wp-token-map.php'),
(17895, '/home/abt90iranbet/public_html/wp-includes/class-wp-url-pattern-prefixer.php', 'wp-includes/class-wp-url-pattern-prefixer.php'),
(17896, '/home/abt90iranbet/public_html/wp-includes/class-wp-user-meta-session-tokens.php', 'wp-includes/class-wp-user-meta-session-tokens.php'),
(17897, '/home/abt90iranbet/public_html/wp-includes/class-wp-user-query.php', 'wp-includes/class-wp-user-query.php'),
(17898, '/home/abt90iranbet/public_html/wp-includes/class-wp-user-request.php', 'wp-includes/class-wp-user-request.php'),
(17899, '/home/abt90iranbet/public_html/wp-includes/class-wp-user.php', 'wp-includes/class-wp-user.php'),
(17900, '/home/abt90iranbet/public_html/wp-includes/class-wp-walker.php', 'wp-includes/class-wp-walker.php'),
(17901, '/home/abt90iranbet/public_html/wp-includes/class-wp-widget-factory.php', 'wp-includes/class-wp-widget-factory.php'),
(17902, '/home/abt90iranbet/public_html/wp-includes/class-wp-widget.php', 'wp-includes/class-wp-widget.php'),
(17903, '/home/abt90iranbet/public_html/wp-includes/class-wp-xmlrpc-server.php', 'wp-includes/class-wp-xmlrpc-server.php'),
(17904, '/home/abt90iranbet/public_html/wp-includes/class-wp.php', 'wp-includes/class-wp.php'),
(17905, '/home/abt90iranbet/public_html/wp-includes/class-wpdb.php', 'wp-includes/class-wpdb.php'),
(17906, '/home/abt90iranbet/public_html/wp-includes/class.wp-dependencies.php', 'wp-includes/class.wp-dependencies.php'),
(17907, '/home/abt90iranbet/public_html/wp-includes/class.wp-scripts.php', 'wp-includes/class.wp-scripts.php'),
(17908, '/home/abt90iranbet/public_html/wp-includes/class.wp-styles.php', 'wp-includes/class.wp-styles.php'),
(17909, '/home/abt90iranbet/public_html/wp-includes/comment-template.php', 'wp-includes/comment-template.php'),
(17910, '/home/abt90iranbet/public_html/wp-includes/comment.php', 'wp-includes/comment.php'),
(17911, '/home/abt90iranbet/public_html/wp-includes/compat.php', 'wp-includes/compat.php'),
(17912, '/home/abt90iranbet/public_html/wp-includes/cron.php', 'wp-includes/cron.php'),
(17913, '/home/abt90iranbet/public_html/wp-includes/css/admin-bar-rtl.css', 'wp-includes/css/admin-bar-rtl.css'),
(17914, '/home/abt90iranbet/public_html/wp-includes/css/admin-bar-rtl.min.css', 'wp-includes/css/admin-bar-rtl.min.css'),
(17915, '/home/abt90iranbet/public_html/wp-includes/css/admin-bar.css', 'wp-includes/css/admin-bar.css'),
(17916, '/home/abt90iranbet/public_html/wp-includes/css/admin-bar.min.css', 'wp-includes/css/admin-bar.min.css'),
(17917, '/home/abt90iranbet/public_html/wp-includes/css/buttons-rtl.css', 'wp-includes/css/buttons-rtl.css'),
(17918, '/home/abt90iranbet/public_html/wp-includes/css/buttons-rtl.min.css', 'wp-includes/css/buttons-rtl.min.css'),
(17919, '/home/abt90iranbet/public_html/wp-includes/css/buttons.css', 'wp-includes/css/buttons.css'),
(17920, '/home/abt90iranbet/public_html/wp-includes/css/buttons.min.css', 'wp-includes/css/buttons.min.css'),
(17921, '/home/abt90iranbet/public_html/wp-includes/css/classic-themes.css', 'wp-includes/css/classic-themes.css'),
(17922, '/home/abt90iranbet/public_html/wp-includes/css/classic-themes.min.css', 'wp-includes/css/classic-themes.min.css'),
(17923, '/home/abt90iranbet/public_html/wp-includes/css/customize-preview-rtl.css', 'wp-includes/css/customize-preview-rtl.css'),
(17924, '/home/abt90iranbet/public_html/wp-includes/css/customize-preview-rtl.min.css', 'wp-includes/css/customize-preview-rtl.min.css'),
(17925, '/home/abt90iranbet/public_html/wp-includes/css/customize-preview.css', 'wp-includes/css/customize-preview.css'),
(17926, '/home/abt90iranbet/public_html/wp-includes/css/customize-preview.min.css', 'wp-includes/css/customize-preview.min.css'),
(17927, '/home/abt90iranbet/public_html/wp-includes/css/dashicons.css', 'wp-includes/css/dashicons.css'),
(17928, '/home/abt90iranbet/public_html/wp-includes/css/dashicons.min.css', 'wp-includes/css/dashicons.min.css'),
(17929, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style-rtl.css', 'wp-includes/css/dist/block-directory/style-rtl.css'),
(17930, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style-rtl.min.css', 'wp-includes/css/dist/block-directory/style-rtl.min.css'),
(17931, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style.css', 'wp-includes/css/dist/block-directory/style.css'),
(17932, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-directory/style.min.css', 'wp-includes/css/dist/block-directory/style.min.css'),
(17933, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content-rtl.css', 'wp-includes/css/dist/block-editor/content-rtl.css'),
(17934, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content-rtl.min.css', 'wp-includes/css/dist/block-editor/content-rtl.min.css'),
(17935, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content.css', 'wp-includes/css/dist/block-editor/content.css'),
(17936, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/content.min.css', 'wp-includes/css/dist/block-editor/content.min.css'),
(17937, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),
(17938, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),
(17939, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles.css', 'wp-includes/css/dist/block-editor/default-editor-styles.css'),
(17940, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),
(17941, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style-rtl.css', 'wp-includes/css/dist/block-editor/style-rtl.css'),
(17942, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css', 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(17943, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style.css', 'wp-includes/css/dist/block-editor/style.css'),
(17944, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-editor/style.min.css', 'wp-includes/css/dist/block-editor/style.min.css'),
(17945, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic-rtl.css', 'wp-includes/css/dist/block-library/classic-rtl.css'),
(17946, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic-rtl.min.css', 'wp-includes/css/dist/block-library/classic-rtl.min.css'),
(17947, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic.css', 'wp-includes/css/dist/block-library/classic.css'),
(17948, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/classic.min.css', 'wp-includes/css/dist/block-library/classic.min.css'),
(17949, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common-rtl.css', 'wp-includes/css/dist/block-library/common-rtl.css'),
(17950, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common-rtl.min.css', 'wp-includes/css/dist/block-library/common-rtl.min.css'),
(17951, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common.css', 'wp-includes/css/dist/block-library/common.css'),
(17952, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/common.min.css', 'wp-includes/css/dist/block-library/common.min.css'),
(17953, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.css'),
(17954, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),
(17955, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements.css', 'wp-includes/css/dist/block-library/editor-elements.css'),
(17956, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-elements.min.css', 'wp-includes/css/dist/block-library/editor-elements.min.css'),
(17957, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-rtl.css', 'wp-includes/css/dist/block-library/editor-rtl.css'),
(17958, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css', 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(17959, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor.css', 'wp-includes/css/dist/block-library/editor.css'),
(17960, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/editor.min.css', 'wp-includes/css/dist/block-library/editor.min.css'),
(17961, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements-rtl.css', 'wp-includes/css/dist/block-library/elements-rtl.css'),
(17962, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements-rtl.min.css', 'wp-includes/css/dist/block-library/elements-rtl.min.css'),
(17963, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements.css', 'wp-includes/css/dist/block-library/elements.css'),
(17964, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/elements.min.css', 'wp-includes/css/dist/block-library/elements.min.css'),
(17965, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset-rtl.css', 'wp-includes/css/dist/block-library/reset-rtl.css'),
(17966, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset-rtl.min.css', 'wp-includes/css/dist/block-library/reset-rtl.min.css'),
(17967, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset.css', 'wp-includes/css/dist/block-library/reset.css'),
(17968, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/reset.min.css', 'wp-includes/css/dist/block-library/reset.min.css'),
(17969, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style-rtl.css', 'wp-includes/css/dist/block-library/style-rtl.css'),
(17970, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style-rtl.min.css', 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(17971, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style.css', 'wp-includes/css/dist/block-library/style.css'),
(17972, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/style.min.css', 'wp-includes/css/dist/block-library/style.min.css'),
(17973, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme-rtl.css', 'wp-includes/css/dist/block-library/theme-rtl.css'),
(17974, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css', 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(17975, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme.css', 'wp-includes/css/dist/block-library/theme.css'),
(17976, '/home/abt90iranbet/public_html/wp-includes/css/dist/block-library/theme.min.css', 'wp-includes/css/dist/block-library/theme.min.css'),
(17977, '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style-rtl.css', 'wp-includes/css/dist/commands/style-rtl.css'),
(17978, '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style-rtl.min.css', 'wp-includes/css/dist/commands/style-rtl.min.css'),
(17979, '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style.css', 'wp-includes/css/dist/commands/style.css'),
(17980, '/home/abt90iranbet/public_html/wp-includes/css/dist/commands/style.min.css', 'wp-includes/css/dist/commands/style.min.css'),
(17981, '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style-rtl.css', 'wp-includes/css/dist/components/style-rtl.css'),
(17982, '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style-rtl.min.css', 'wp-includes/css/dist/components/style-rtl.min.css'),
(17983, '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style.css', 'wp-includes/css/dist/components/style.css'),
(17984, '/home/abt90iranbet/public_html/wp-includes/css/dist/components/style.min.css', 'wp-includes/css/dist/components/style.min.css'),
(17985, '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style-rtl.css', 'wp-includes/css/dist/customize-widgets/style-rtl.css'),
(17986, '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),
(17987, '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style.css', 'wp-includes/css/dist/customize-widgets/style.css'),
(17988, '/home/abt90iranbet/public_html/wp-includes/css/dist/customize-widgets/style.min.css', 'wp-includes/css/dist/customize-widgets/style.min.css'),
(17989, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic-rtl.css', 'wp-includes/css/dist/edit-post/classic-rtl.css'),
(17990, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic-rtl.min.css', 'wp-includes/css/dist/edit-post/classic-rtl.min.css'),
(17991, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic.css', 'wp-includes/css/dist/edit-post/classic.css'),
(17992, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/classic.min.css', 'wp-includes/css/dist/edit-post/classic.min.css'),
(17993, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style-rtl.css', 'wp-includes/css/dist/edit-post/style-rtl.css'),
(17994, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css', 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(17995, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style.css', 'wp-includes/css/dist/edit-post/style.css'),
(17996, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-post/style.min.css', 'wp-includes/css/dist/edit-post/style.min.css'),
(17997, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts-rtl.css', 'wp-includes/css/dist/edit-site/posts-rtl.css'),
(17998, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts-rtl.min.css', 'wp-includes/css/dist/edit-site/posts-rtl.min.css'),
(17999, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts.css', 'wp-includes/css/dist/edit-site/posts.css'),
(18000, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/posts.min.css', 'wp-includes/css/dist/edit-site/posts.min.css'),
(18001, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style-rtl.css', 'wp-includes/css/dist/edit-site/style-rtl.css'),
(18002, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style-rtl.min.css', 'wp-includes/css/dist/edit-site/style-rtl.min.css'),
(18003, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style.css', 'wp-includes/css/dist/edit-site/style.css'),
(18004, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-site/style.min.css', 'wp-includes/css/dist/edit-site/style.min.css'),
(18005, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style-rtl.css', 'wp-includes/css/dist/edit-widgets/style-rtl.css'),
(18006, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),
(18007, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style.css', 'wp-includes/css/dist/edit-widgets/style.css'),
(18008, '/home/abt90iranbet/public_html/wp-includes/css/dist/edit-widgets/style.min.css', 'wp-includes/css/dist/edit-widgets/style.min.css'),
(18009, '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style-rtl.css', 'wp-includes/css/dist/editor/style-rtl.css'),
(18010, '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style-rtl.min.css', 'wp-includes/css/dist/editor/style-rtl.min.css'),
(18011, '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style.css', 'wp-includes/css/dist/editor/style.css'),
(18012, '/home/abt90iranbet/public_html/wp-includes/css/dist/editor/style.min.css', 'wp-includes/css/dist/editor/style.min.css'),
(18013, '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style-rtl.css', 'wp-includes/css/dist/format-library/style-rtl.css'),
(18014, '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style-rtl.min.css', 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(18015, '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style.css', 'wp-includes/css/dist/format-library/style.css'),
(18016, '/home/abt90iranbet/public_html/wp-includes/css/dist/format-library/style.min.css', 'wp-includes/css/dist/format-library/style.min.css'),
(18017, '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(18018, '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(18019, '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style.css', 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(18020, '/home/abt90iranbet/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css', 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(18021, '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style-rtl.css', 'wp-includes/css/dist/nux/style-rtl.css'),
(18022, '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style-rtl.min.css', 'wp-includes/css/dist/nux/style-rtl.min.css'),
(18023, '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style.css', 'wp-includes/css/dist/nux/style.css'),
(18024, '/home/abt90iranbet/public_html/wp-includes/css/dist/nux/style.min.css', 'wp-includes/css/dist/nux/style.min.css'),
(18025, '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style-rtl.css', 'wp-includes/css/dist/patterns/style-rtl.css'),
(18026, '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style-rtl.min.css', 'wp-includes/css/dist/patterns/style-rtl.min.css'),
(18027, '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style.css', 'wp-includes/css/dist/patterns/style.css'),
(18028, '/home/abt90iranbet/public_html/wp-includes/css/dist/patterns/style.min.css', 'wp-includes/css/dist/patterns/style.min.css'),
(18029, '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style-rtl.css', 'wp-includes/css/dist/preferences/style-rtl.css'),
(18030, '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style-rtl.min.css', 'wp-includes/css/dist/preferences/style-rtl.min.css'),
(18031, '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style.css', 'wp-includes/css/dist/preferences/style.css'),
(18032, '/home/abt90iranbet/public_html/wp-includes/css/dist/preferences/style.min.css', 'wp-includes/css/dist/preferences/style.min.css'),
(18033, '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.css'),
(18034, '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),
(18035, '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style.css', 'wp-includes/css/dist/reusable-blocks/style.css'),
(18036, '/home/abt90iranbet/public_html/wp-includes/css/dist/reusable-blocks/style.min.css', 'wp-includes/css/dist/reusable-blocks/style.min.css'),
(18037, '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style-rtl.css', 'wp-includes/css/dist/widgets/style-rtl.css'),
(18038, '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style-rtl.min.css', 'wp-includes/css/dist/widgets/style-rtl.min.css'),
(18039, '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style.css', 'wp-includes/css/dist/widgets/style.css'),
(18040, '/home/abt90iranbet/public_html/wp-includes/css/dist/widgets/style.min.css', 'wp-includes/css/dist/widgets/style.min.css'),
(18041, '/home/abt90iranbet/public_html/wp-includes/css/editor-rtl.css', 'wp-includes/css/editor-rtl.css'),
(18042, '/home/abt90iranbet/public_html/wp-includes/css/editor-rtl.min.css', 'wp-includes/css/editor-rtl.min.css'),
(18043, '/home/abt90iranbet/public_html/wp-includes/css/editor.css', 'wp-includes/css/editor.css'),
(18044, '/home/abt90iranbet/public_html/wp-includes/css/editor.min.css', 'wp-includes/css/editor.min.css'),
(18045, '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog-rtl.css', 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(18046, '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog-rtl.min.css', 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(18047, '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog.css', 'wp-includes/css/jquery-ui-dialog.css'),
(18048, '/home/abt90iranbet/public_html/wp-includes/css/jquery-ui-dialog.min.css', 'wp-includes/css/jquery-ui-dialog.min.css'),
(18049, '/home/abt90iranbet/public_html/wp-includes/css/media-views-rtl.css', 'wp-includes/css/media-views-rtl.css'),
(18050, '/home/abt90iranbet/public_html/wp-includes/css/media-views-rtl.min.css', 'wp-includes/css/media-views-rtl.min.css'),
(18051, '/home/abt90iranbet/public_html/wp-includes/css/media-views.css', 'wp-includes/css/media-views.css'),
(18052, '/home/abt90iranbet/public_html/wp-includes/css/media-views.min.css', 'wp-includes/css/media-views.min.css'),
(18053, '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check-rtl.css', 'wp-includes/css/wp-auth-check-rtl.css'),
(18054, '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check-rtl.min.css', 'wp-includes/css/wp-auth-check-rtl.min.css'),
(18055, '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check.css', 'wp-includes/css/wp-auth-check.css'),
(18056, '/home/abt90iranbet/public_html/wp-includes/css/wp-auth-check.min.css', 'wp-includes/css/wp-auth-check.min.css'),
(18057, '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template-ie.css', 'wp-includes/css/wp-embed-template-ie.css'),
(18058, '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template-ie.min.css', 'wp-includes/css/wp-embed-template-ie.min.css'),
(18059, '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template.css', 'wp-includes/css/wp-embed-template.css'),
(18060, '/home/abt90iranbet/public_html/wp-includes/css/wp-embed-template.min.css', 'wp-includes/css/wp-embed-template.min.css'),
(18061, '/home/abt90iranbet/public_html/wp-includes/css/wp-empty-template-alert.css', 'wp-includes/css/wp-empty-template-alert.css'),
(18062, '/home/abt90iranbet/public_html/wp-includes/css/wp-empty-template-alert.min.css', 'wp-includes/css/wp-empty-template-alert.min.css'),
(18063, '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer-rtl.css', 'wp-includes/css/wp-pointer-rtl.css'),
(18064, '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer-rtl.min.css', 'wp-includes/css/wp-pointer-rtl.min.css'),
(18065, '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer.css', 'wp-includes/css/wp-pointer.css'),
(18066, '/home/abt90iranbet/public_html/wp-includes/css/wp-pointer.min.css', 'wp-includes/css/wp-pointer.min.css'),
(18067, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-background-image-control.php', 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(18068, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php', 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(18069, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-background-position-control.php', 'wp-includes/customize/class-wp-customize-background-position-control.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(18070, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php', 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(18071, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-color-control.php', 'wp-includes/customize/class-wp-customize-color-control.php'),
(18072, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php', 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(18073, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php', 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(18074, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-date-time-control.php', 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(18075, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-filter-setting.php', 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(18076, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-header-image-control.php', 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(18077, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php', 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(18078, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-image-control.php', 'wp-includes/customize/class-wp-customize-image-control.php'),
(18079, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-media-control.php', 'wp-includes/customize/class-wp-customize-media-control.php'),
(18080, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(18081, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(18082, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(18083, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(18084, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(18085, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(18086, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(18087, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php', 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(18088, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(18089, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(18090, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php', 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(18091, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php', 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(18092, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-partial.php', 'wp-includes/customize/class-wp-customize-partial.php'),
(18093, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php', 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(18094, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php', 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(18095, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php', 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(18096, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-theme-control.php', 'wp-includes/customize/class-wp-customize-theme-control.php'),
(18097, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-themes-panel.php', 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(18098, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-themes-section.php', 'wp-includes/customize/class-wp-customize-themes-section.php'),
(18099, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-customize-upload-control.php', 'wp-includes/customize/class-wp-customize-upload-control.php'),
(18100, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),
(18101, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php', 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(18102, '/home/abt90iranbet/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php', 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(18103, '/home/abt90iranbet/public_html/wp-includes/customize/error_log', 'wp-includes/customize/error_log'),
(18104, '/home/abt90iranbet/public_html/wp-includes/date.php', 'wp-includes/date.php'),
(18105, '/home/abt90iranbet/public_html/wp-includes/default-constants.php', 'wp-includes/default-constants.php'),
(18106, '/home/abt90iranbet/public_html/wp-includes/default-filters.php', 'wp-includes/default-filters.php'),
(18107, '/home/abt90iranbet/public_html/wp-includes/default-widgets.php', 'wp-includes/default-widgets.php'),
(18108, '/home/abt90iranbet/public_html/wp-includes/deprecated.php', 'wp-includes/deprecated.php'),
(18109, '/home/abt90iranbet/public_html/wp-includes/embed-template.php', 'wp-includes/embed-template.php'),
(18110, '/home/abt90iranbet/public_html/wp-includes/embed.php', 'wp-includes/embed.php'),
(18111, '/home/abt90iranbet/public_html/wp-includes/error-protection.php', 'wp-includes/error-protection.php'),
(18112, '/home/abt90iranbet/public_html/wp-includes/error_log', 'wp-includes/error_log'),
(18113, '/home/abt90iranbet/public_html/wp-includes/feed-atom-comments.php', 'wp-includes/feed-atom-comments.php'),
(18114, '/home/abt90iranbet/public_html/wp-includes/feed-atom.php', 'wp-includes/feed-atom.php'),
(18115, '/home/abt90iranbet/public_html/wp-includes/feed-rdf.php', 'wp-includes/feed-rdf.php'),
(18116, '/home/abt90iranbet/public_html/wp-includes/feed-rss.php', 'wp-includes/feed-rss.php'),
(18117, '/home/abt90iranbet/public_html/wp-includes/feed-rss2-comments.php', 'wp-includes/feed-rss2-comments.php'),
(18118, '/home/abt90iranbet/public_html/wp-includes/feed-rss2.php', 'wp-includes/feed-rss2.php'),
(18119, '/home/abt90iranbet/public_html/wp-includes/feed.php', 'wp-includes/feed.php'),
(18120, '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-collection.php', 'wp-includes/fonts/class-wp-font-collection.php'),
(18121, '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-face-resolver.php', 'wp-includes/fonts/class-wp-font-face-resolver.php'),
(18122, '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-face.php', 'wp-includes/fonts/class-wp-font-face.php'),
(18123, '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-library.php', 'wp-includes/fonts/class-wp-font-library.php'),
(18124, '/home/abt90iranbet/public_html/wp-includes/fonts/class-wp-font-utils.php', 'wp-includes/fonts/class-wp-font-utils.php'),
(18125, '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.eot', 'wp-includes/fonts/dashicons.eot'),
(18126, '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.svg', 'wp-includes/fonts/dashicons.svg'),
(18127, '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.ttf', 'wp-includes/fonts/dashicons.ttf'),
(18128, '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.woff', 'wp-includes/fonts/dashicons.woff'),
(18129, '/home/abt90iranbet/public_html/wp-includes/fonts/dashicons.woff2', 'wp-includes/fonts/dashicons.woff2'),
(18130, '/home/abt90iranbet/public_html/wp-includes/fonts.php', 'wp-includes/fonts.php'),
(18131, '/home/abt90iranbet/public_html/wp-includes/formatting.php', 'wp-includes/formatting.php'),
(18132, '/home/abt90iranbet/public_html/wp-includes/functions.php', 'wp-includes/functions.php'),
(18133, '/home/abt90iranbet/public_html/wp-includes/functions.wp-scripts.php', 'wp-includes/functions.wp-scripts.php'),
(18134, '/home/abt90iranbet/public_html/wp-includes/functions.wp-styles.php', 'wp-includes/functions.wp-styles.php'),
(18135, '/home/abt90iranbet/public_html/wp-includes/general-template.php', 'wp-includes/general-template.php'),
(18136, '/home/abt90iranbet/public_html/wp-includes/global-styles-and-settings.php', 'wp-includes/global-styles-and-settings.php'),
(18137, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-active-formatting-elements.php', 'wp-includes/html-api/class-wp-html-active-formatting-elements.php'),
(18138, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-attribute-token.php', 'wp-includes/html-api/class-wp-html-attribute-token.php'),
(18139, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-decoder.php', 'wp-includes/html-api/class-wp-html-decoder.php'),
(18140, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-doctype-info.php', 'wp-includes/html-api/class-wp-html-doctype-info.php'),
(18141, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-open-elements.php', 'wp-includes/html-api/class-wp-html-open-elements.php'),
(18142, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-processor-state.php', 'wp-includes/html-api/class-wp-html-processor-state.php'),
(18143, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-processor.php', 'wp-includes/html-api/class-wp-html-processor.php'),
(18144, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-span.php', 'wp-includes/html-api/class-wp-html-span.php'),
(18145, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-stack-event.php', 'wp-includes/html-api/class-wp-html-stack-event.php'),
(18146, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-tag-processor.php', 'wp-includes/html-api/class-wp-html-tag-processor.php'),
(18147, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-text-replacement.php', 'wp-includes/html-api/class-wp-html-text-replacement.php'),
(18148, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-token.php', 'wp-includes/html-api/class-wp-html-token.php'),
(18149, '/home/abt90iranbet/public_html/wp-includes/html-api/class-wp-html-unsupported-exception.php', 'wp-includes/html-api/class-wp-html-unsupported-exception.php'),
(18150, '/home/abt90iranbet/public_html/wp-includes/html-api/error_log', 'wp-includes/html-api/error_log'),
(18151, '/home/abt90iranbet/public_html/wp-includes/html-api/html5-named-character-references.php', 'wp-includes/html-api/html5-named-character-references.php'),
(18152, '/home/abt90iranbet/public_html/wp-includes/http.php', 'wp-includes/http.php'),
(18153, '/home/abt90iranbet/public_html/wp-includes/https-detection.php', 'wp-includes/https-detection.php'),
(18154, '/home/abt90iranbet/public_html/wp-includes/https-migration.php', 'wp-includes/https-migration.php'),
(18155, '/home/abt90iranbet/public_html/wp-includes/images/admin-bar-sprite-2x.png', 'wp-includes/images/admin-bar-sprite-2x.png'),
(18156, '/home/abt90iranbet/public_html/wp-includes/images/admin-bar-sprite.png', 'wp-includes/images/admin-bar-sprite.png'),
(18157, '/home/abt90iranbet/public_html/wp-includes/images/arrow-pointer-blue-2x.png', 'wp-includes/images/arrow-pointer-blue-2x.png'),
(18158, '/home/abt90iranbet/public_html/wp-includes/images/arrow-pointer-blue.png', 'wp-includes/images/arrow-pointer-blue.png'),
(18159, '/home/abt90iranbet/public_html/wp-includes/images/blank.gif', 'wp-includes/images/blank.gif'),
(18160, '/home/abt90iranbet/public_html/wp-includes/images/crystal/archive.png', 'wp-includes/images/crystal/archive.png'),
(18161, '/home/abt90iranbet/public_html/wp-includes/images/crystal/audio.png', 'wp-includes/images/crystal/audio.png'),
(18162, '/home/abt90iranbet/public_html/wp-includes/images/crystal/code.png', 'wp-includes/images/crystal/code.png'),
(18163, '/home/abt90iranbet/public_html/wp-includes/images/crystal/default.png', 'wp-includes/images/crystal/default.png'),
(18164, '/home/abt90iranbet/public_html/wp-includes/images/crystal/document.png', 'wp-includes/images/crystal/document.png'),
(18165, '/home/abt90iranbet/public_html/wp-includes/images/crystal/interactive.png', 'wp-includes/images/crystal/interactive.png'),
(18166, '/home/abt90iranbet/public_html/wp-includes/images/crystal/license.txt', 'wp-includes/images/crystal/license.txt'),
(18167, '/home/abt90iranbet/public_html/wp-includes/images/crystal/spreadsheet.png', 'wp-includes/images/crystal/spreadsheet.png'),
(18168, '/home/abt90iranbet/public_html/wp-includes/images/crystal/text.png', 'wp-includes/images/crystal/text.png'),
(18169, '/home/abt90iranbet/public_html/wp-includes/images/crystal/video.png', 'wp-includes/images/crystal/video.png'),
(18170, '/home/abt90iranbet/public_html/wp-includes/images/down_arrow-2x.gif', 'wp-includes/images/down_arrow-2x.gif'),
(18171, '/home/abt90iranbet/public_html/wp-includes/images/down_arrow.gif', 'wp-includes/images/down_arrow.gif'),
(18172, '/home/abt90iranbet/public_html/wp-includes/images/icon-pointer-flag-2x.png', 'wp-includes/images/icon-pointer-flag-2x.png'),
(18173, '/home/abt90iranbet/public_html/wp-includes/images/icon-pointer-flag.png', 'wp-includes/images/icon-pointer-flag.png'),
(18174, '/home/abt90iranbet/public_html/wp-includes/images/media/archive.png', 'wp-includes/images/media/archive.png'),
(18175, '/home/abt90iranbet/public_html/wp-includes/images/media/archive.svg', 'wp-includes/images/media/archive.svg'),
(18176, '/home/abt90iranbet/public_html/wp-includes/images/media/audio.png', 'wp-includes/images/media/audio.png'),
(18177, '/home/abt90iranbet/public_html/wp-includes/images/media/audio.svg', 'wp-includes/images/media/audio.svg'),
(18178, '/home/abt90iranbet/public_html/wp-includes/images/media/code.png', 'wp-includes/images/media/code.png'),
(18179, '/home/abt90iranbet/public_html/wp-includes/images/media/code.svg', 'wp-includes/images/media/code.svg'),
(18180, '/home/abt90iranbet/public_html/wp-includes/images/media/default.png', 'wp-includes/images/media/default.png'),
(18181, '/home/abt90iranbet/public_html/wp-includes/images/media/default.svg', 'wp-includes/images/media/default.svg'),
(18182, '/home/abt90iranbet/public_html/wp-includes/images/media/document.png', 'wp-includes/images/media/document.png'),
(18183, '/home/abt90iranbet/public_html/wp-includes/images/media/document.svg', 'wp-includes/images/media/document.svg'),
(18184, '/home/abt90iranbet/public_html/wp-includes/images/media/interactive.png', 'wp-includes/images/media/interactive.png'),
(18185, '/home/abt90iranbet/public_html/wp-includes/images/media/interactive.svg', 'wp-includes/images/media/interactive.svg'),
(18186, '/home/abt90iranbet/public_html/wp-includes/images/media/spreadsheet.png', 'wp-includes/images/media/spreadsheet.png'),
(18187, '/home/abt90iranbet/public_html/wp-includes/images/media/spreadsheet.svg', 'wp-includes/images/media/spreadsheet.svg'),
(18188, '/home/abt90iranbet/public_html/wp-includes/images/media/text.png', 'wp-includes/images/media/text.png'),
(18189, '/home/abt90iranbet/public_html/wp-includes/images/media/text.svg', 'wp-includes/images/media/text.svg'),
(18190, '/home/abt90iranbet/public_html/wp-includes/images/media/video.png', 'wp-includes/images/media/video.png'),
(18191, '/home/abt90iranbet/public_html/wp-includes/images/media/video.svg', 'wp-includes/images/media/video.svg'),
(18192, '/home/abt90iranbet/public_html/wp-includes/images/rss-2x.png', 'wp-includes/images/rss-2x.png'),
(18193, '/home/abt90iranbet/public_html/wp-includes/images/rss.png', 'wp-includes/images/rss.png'),
(18194, '/home/abt90iranbet/public_html/wp-includes/images/smilies/frownie.png', 'wp-includes/images/smilies/frownie.png'),
(18195, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_arrow.gif', 'wp-includes/images/smilies/icon_arrow.gif'),
(18196, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_biggrin.gif', 'wp-includes/images/smilies/icon_biggrin.gif'),
(18197, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_confused.gif', 'wp-includes/images/smilies/icon_confused.gif'),
(18198, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_cool.gif', 'wp-includes/images/smilies/icon_cool.gif'),
(18199, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_cry.gif', 'wp-includes/images/smilies/icon_cry.gif'),
(18200, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_eek.gif', 'wp-includes/images/smilies/icon_eek.gif'),
(18201, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_evil.gif', 'wp-includes/images/smilies/icon_evil.gif'),
(18202, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_exclaim.gif', 'wp-includes/images/smilies/icon_exclaim.gif'),
(18203, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_idea.gif', 'wp-includes/images/smilies/icon_idea.gif'),
(18204, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_lol.gif', 'wp-includes/images/smilies/icon_lol.gif'),
(18205, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_mad.gif', 'wp-includes/images/smilies/icon_mad.gif'),
(18206, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_mrgreen.gif', 'wp-includes/images/smilies/icon_mrgreen.gif'),
(18207, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_neutral.gif', 'wp-includes/images/smilies/icon_neutral.gif'),
(18208, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_question.gif', 'wp-includes/images/smilies/icon_question.gif'),
(18209, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_razz.gif', 'wp-includes/images/smilies/icon_razz.gif'),
(18210, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_redface.gif', 'wp-includes/images/smilies/icon_redface.gif'),
(18211, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_rolleyes.gif', 'wp-includes/images/smilies/icon_rolleyes.gif'),
(18212, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_sad.gif', 'wp-includes/images/smilies/icon_sad.gif'),
(18213, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_smile.gif', 'wp-includes/images/smilies/icon_smile.gif'),
(18214, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_surprised.gif', 'wp-includes/images/smilies/icon_surprised.gif'),
(18215, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_twisted.gif', 'wp-includes/images/smilies/icon_twisted.gif'),
(18216, '/home/abt90iranbet/public_html/wp-includes/images/smilies/icon_wink.gif', 'wp-includes/images/smilies/icon_wink.gif'),
(18217, '/home/abt90iranbet/public_html/wp-includes/images/smilies/mrgreen.png', 'wp-includes/images/smilies/mrgreen.png'),
(18218, '/home/abt90iranbet/public_html/wp-includes/images/smilies/rolleyes.png', 'wp-includes/images/smilies/rolleyes.png'),
(18219, '/home/abt90iranbet/public_html/wp-includes/images/smilies/simple-smile.png', 'wp-includes/images/smilies/simple-smile.png'),
(18220, '/home/abt90iranbet/public_html/wp-includes/images/spinner-2x.gif', 'wp-includes/images/spinner-2x.gif'),
(18221, '/home/abt90iranbet/public_html/wp-includes/images/spinner.gif', 'wp-includes/images/spinner.gif'),
(18222, '/home/abt90iranbet/public_html/wp-includes/images/toggle-arrow-2x.png', 'wp-includes/images/toggle-arrow-2x.png'),
(18223, '/home/abt90iranbet/public_html/wp-includes/images/toggle-arrow.png', 'wp-includes/images/toggle-arrow.png'),
(18224, '/home/abt90iranbet/public_html/wp-includes/images/uploader-icons-2x.png', 'wp-includes/images/uploader-icons-2x.png'),
(18225, '/home/abt90iranbet/public_html/wp-includes/images/uploader-icons.png', 'wp-includes/images/uploader-icons.png'),
(18226, '/home/abt90iranbet/public_html/wp-includes/images/w-logo-blue-white-bg.png', 'wp-includes/images/w-logo-blue-white-bg.png'),
(18227, '/home/abt90iranbet/public_html/wp-includes/images/w-logo-blue.png', 'wp-includes/images/w-logo-blue.png'),
(18228, '/home/abt90iranbet/public_html/wp-includes/images/wpicons-2x.png', 'wp-includes/images/wpicons-2x.png'),
(18229, '/home/abt90iranbet/public_html/wp-includes/images/wpicons.png', 'wp-includes/images/wpicons.png'),
(18230, '/home/abt90iranbet/public_html/wp-includes/images/wpspin-2x.gif', 'wp-includes/images/wpspin-2x.gif'),
(18231, '/home/abt90iranbet/public_html/wp-includes/images/wpspin.gif', 'wp-includes/images/wpspin.gif'),
(18232, '/home/abt90iranbet/public_html/wp-includes/images/xit-2x.gif', 'wp-includes/images/xit-2x.gif'),
(18233, '/home/abt90iranbet/public_html/wp-includes/images/xit.gif', 'wp-includes/images/xit.gif'),
(18234, '/home/abt90iranbet/public_html/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php'),
(18235, '/home/abt90iranbet/public_html/wp-includes/interactivity-api/class-wp-interactivity-api.php', 'wp-includes/interactivity-api/class-wp-interactivity-api.php'),
(18236, '/home/abt90iranbet/public_html/wp-includes/interactivity-api/error_log', 'wp-includes/interactivity-api/error_log'),
(18237, '/home/abt90iranbet/public_html/wp-includes/interactivity-api/interactivity-api.php', 'wp-includes/interactivity-api/interactivity-api.php'),
(18238, '/home/abt90iranbet/public_html/wp-includes/js/admin-bar.js', 'wp-includes/js/admin-bar.js'),
(18239, '/home/abt90iranbet/public_html/wp-includes/js/admin-bar.min.js', 'wp-includes/js/admin-bar.min.js'),
(18240, '/home/abt90iranbet/public_html/wp-includes/js/api-request.js', 'wp-includes/js/api-request.js'),
(18241, '/home/abt90iranbet/public_html/wp-includes/js/api-request.min.js', 'wp-includes/js/api-request.min.js'),
(18242, '/home/abt90iranbet/public_html/wp-includes/js/autosave.js', 'wp-includes/js/autosave.js'),
(18243, '/home/abt90iranbet/public_html/wp-includes/js/autosave.min.js', 'wp-includes/js/autosave.min.js'),
(18244, '/home/abt90iranbet/public_html/wp-includes/js/backbone.js', 'wp-includes/js/backbone.js'),
(18245, '/home/abt90iranbet/public_html/wp-includes/js/backbone.min.js', 'wp-includes/js/backbone.min.js'),
(18246, '/home/abt90iranbet/public_html/wp-includes/js/clipboard.js', 'wp-includes/js/clipboard.js'),
(18247, '/home/abt90iranbet/public_html/wp-includes/js/clipboard.min.js', 'wp-includes/js/clipboard.min.js'),
(18248, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/codemirror.min.css', 'wp-includes/js/codemirror/codemirror.min.css'),
(18249, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/codemirror.min.js', 'wp-includes/js/codemirror/codemirror.min.js'),
(18250, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/csslint.js', 'wp-includes/js/codemirror/csslint.js'),
(18251, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/esprima.js', 'wp-includes/js/codemirror/esprima.js'),
(18252, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/fakejshint.js', 'wp-includes/js/codemirror/fakejshint.js'),
(18253, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/htmlhint-kses.js', 'wp-includes/js/codemirror/htmlhint-kses.js'),
(18254, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/htmlhint.js', 'wp-includes/js/codemirror/htmlhint.js'),
(18255, '/home/abt90iranbet/public_html/wp-includes/js/codemirror/jsonlint.js', 'wp-includes/js/codemirror/jsonlint.js'),
(18256, '/home/abt90iranbet/public_html/wp-includes/js/colorpicker.js', 'wp-includes/js/colorpicker.js'),
(18257, '/home/abt90iranbet/public_html/wp-includes/js/colorpicker.min.js', 'wp-includes/js/colorpicker.min.js'),
(18258, '/home/abt90iranbet/public_html/wp-includes/js/comment-reply.js', 'wp-includes/js/comment-reply.js'),
(18259, '/home/abt90iranbet/public_html/wp-includes/js/comment-reply.min.js', 'wp-includes/js/comment-reply.min.js'),
(18260, '/home/abt90iranbet/public_html/wp-includes/js/crop/cropper.css', 'wp-includes/js/crop/cropper.css'),
(18261, '/home/abt90iranbet/public_html/wp-includes/js/crop/cropper.js', 'wp-includes/js/crop/cropper.js'),
(18262, '/home/abt90iranbet/public_html/wp-includes/js/crop/marqueeHoriz.gif', 'wp-includes/js/crop/marqueeHoriz.gif'),
(18263, '/home/abt90iranbet/public_html/wp-includes/js/crop/marqueeVert.gif', 'wp-includes/js/crop/marqueeVert.gif'),
(18264, '/home/abt90iranbet/public_html/wp-includes/js/customize-base.js', 'wp-includes/js/customize-base.js'),
(18265, '/home/abt90iranbet/public_html/wp-includes/js/customize-base.min.js', 'wp-includes/js/customize-base.min.js'),
(18266, '/home/abt90iranbet/public_html/wp-includes/js/customize-loader.js', 'wp-includes/js/customize-loader.js'),
(18267, '/home/abt90iranbet/public_html/wp-includes/js/customize-loader.min.js', 'wp-includes/js/customize-loader.min.js'),
(18268, '/home/abt90iranbet/public_html/wp-includes/js/customize-models.js', 'wp-includes/js/customize-models.js'),
(18269, '/home/abt90iranbet/public_html/wp-includes/js/customize-models.min.js', 'wp-includes/js/customize-models.min.js'),
(18270, '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-nav-menus.js', 'wp-includes/js/customize-preview-nav-menus.js'),
(18271, '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-nav-menus.min.js', 'wp-includes/js/customize-preview-nav-menus.min.js'),
(18272, '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-widgets.js', 'wp-includes/js/customize-preview-widgets.js'),
(18273, '/home/abt90iranbet/public_html/wp-includes/js/customize-preview-widgets.min.js', 'wp-includes/js/customize-preview-widgets.min.js'),
(18274, '/home/abt90iranbet/public_html/wp-includes/js/customize-preview.js', 'wp-includes/js/customize-preview.js'),
(18275, '/home/abt90iranbet/public_html/wp-includes/js/customize-preview.min.js', 'wp-includes/js/customize-preview.min.js'),
(18276, '/home/abt90iranbet/public_html/wp-includes/js/customize-selective-refresh.js', 'wp-includes/js/customize-selective-refresh.js'),
(18277, '/home/abt90iranbet/public_html/wp-includes/js/customize-selective-refresh.min.js', 'wp-includes/js/customize-selective-refresh.min.js'),
(18278, '/home/abt90iranbet/public_html/wp-includes/js/customize-views.js', 'wp-includes/js/customize-views.js'),
(18279, '/home/abt90iranbet/public_html/wp-includes/js/customize-views.min.js', 'wp-includes/js/customize-views.min.js'),
(18280, '/home/abt90iranbet/public_html/wp-includes/js/dist/a11y.js', 'wp-includes/js/dist/a11y.js'),
(18281, '/home/abt90iranbet/public_html/wp-includes/js/dist/a11y.min.js', 'wp-includes/js/dist/a11y.min.js'),
(18282, '/home/abt90iranbet/public_html/wp-includes/js/dist/annotations.js', 'wp-includes/js/dist/annotations.js'),
(18283, '/home/abt90iranbet/public_html/wp-includes/js/dist/annotations.min.js', 'wp-includes/js/dist/annotations.min.js'),
(18284, '/home/abt90iranbet/public_html/wp-includes/js/dist/api-fetch.js', 'wp-includes/js/dist/api-fetch.js'),
(18285, '/home/abt90iranbet/public_html/wp-includes/js/dist/api-fetch.min.js', 'wp-includes/js/dist/api-fetch.min.js'),
(18286, '/home/abt90iranbet/public_html/wp-includes/js/dist/autop.js', 'wp-includes/js/dist/autop.js'),
(18287, '/home/abt90iranbet/public_html/wp-includes/js/dist/autop.min.js', 'wp-includes/js/dist/autop.min.js'),
(18288, '/home/abt90iranbet/public_html/wp-includes/js/dist/blob.js', 'wp-includes/js/dist/blob.js'),
(18289, '/home/abt90iranbet/public_html/wp-includes/js/dist/blob.min.js', 'wp-includes/js/dist/blob.min.js'),
(18290, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-directory.js', 'wp-includes/js/dist/block-directory.js'),
(18291, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-directory.min.js', 'wp-includes/js/dist/block-directory.min.js'),
(18292, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-editor.js', 'wp-includes/js/dist/block-editor.js'),
(18293, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-editor.min.js', 'wp-includes/js/dist/block-editor.min.js'),
(18294, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-library.js', 'wp-includes/js/dist/block-library.js'),
(18295, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-library.min.js', 'wp-includes/js/dist/block-library.min.js'),
(18296, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-serialization-default-parser.js', 'wp-includes/js/dist/block-serialization-default-parser.js'),
(18297, '/home/abt90iranbet/public_html/wp-includes/js/dist/block-serialization-default-parser.min.js', 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(18298, '/home/abt90iranbet/public_html/wp-includes/js/dist/blocks.js', 'wp-includes/js/dist/blocks.js'),
(18299, '/home/abt90iranbet/public_html/wp-includes/js/dist/blocks.min.js', 'wp-includes/js/dist/blocks.min.js'),
(18300, '/home/abt90iranbet/public_html/wp-includes/js/dist/commands.js', 'wp-includes/js/dist/commands.js'),
(18301, '/home/abt90iranbet/public_html/wp-includes/js/dist/commands.min.js', 'wp-includes/js/dist/commands.min.js'),
(18302, '/home/abt90iranbet/public_html/wp-includes/js/dist/components.js', 'wp-includes/js/dist/components.js'),
(18303, '/home/abt90iranbet/public_html/wp-includes/js/dist/components.min.js', 'wp-includes/js/dist/components.min.js'),
(18304, '/home/abt90iranbet/public_html/wp-includes/js/dist/compose.js', 'wp-includes/js/dist/compose.js'),
(18305, '/home/abt90iranbet/public_html/wp-includes/js/dist/compose.min.js', 'wp-includes/js/dist/compose.min.js'),
(18306, '/home/abt90iranbet/public_html/wp-includes/js/dist/core-commands.js', 'wp-includes/js/dist/core-commands.js'),
(18307, '/home/abt90iranbet/public_html/wp-includes/js/dist/core-commands.min.js', 'wp-includes/js/dist/core-commands.min.js'),
(18308, '/home/abt90iranbet/public_html/wp-includes/js/dist/core-data.js', 'wp-includes/js/dist/core-data.js'),
(18309, '/home/abt90iranbet/public_html/wp-includes/js/dist/core-data.min.js', 'wp-includes/js/dist/core-data.min.js'),
(18310, '/home/abt90iranbet/public_html/wp-includes/js/dist/customize-widgets.js', 'wp-includes/js/dist/customize-widgets.js'),
(18311, '/home/abt90iranbet/public_html/wp-includes/js/dist/customize-widgets.min.js', 'wp-includes/js/dist/customize-widgets.min.js'),
(18312, '/home/abt90iranbet/public_html/wp-includes/js/dist/data-controls.js', 'wp-includes/js/dist/data-controls.js'),
(18313, '/home/abt90iranbet/public_html/wp-includes/js/dist/data-controls.min.js', 'wp-includes/js/dist/data-controls.min.js'),
(18314, '/home/abt90iranbet/public_html/wp-includes/js/dist/data.js', 'wp-includes/js/dist/data.js'),
(18315, '/home/abt90iranbet/public_html/wp-includes/js/dist/data.min.js', 'wp-includes/js/dist/data.min.js'),
(18316, '/home/abt90iranbet/public_html/wp-includes/js/dist/date.js', 'wp-includes/js/dist/date.js'),
(18317, '/home/abt90iranbet/public_html/wp-includes/js/dist/date.min.js', 'wp-includes/js/dist/date.min.js'),
(18318, '/home/abt90iranbet/public_html/wp-includes/js/dist/deprecated.js', 'wp-includes/js/dist/deprecated.js'),
(18319, '/home/abt90iranbet/public_html/wp-includes/js/dist/deprecated.min.js', 'wp-includes/js/dist/deprecated.min.js'),
(18320, '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-entry.js', 'wp-includes/js/dist/development/react-refresh-entry.js'),
(18321, '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-entry.min.js', 'wp-includes/js/dist/development/react-refresh-entry.min.js'),
(18322, '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-runtime.js', 'wp-includes/js/dist/development/react-refresh-runtime.js'),
(18323, '/home/abt90iranbet/public_html/wp-includes/js/dist/development/react-refresh-runtime.min.js', 'wp-includes/js/dist/development/react-refresh-runtime.min.js'),
(18324, '/home/abt90iranbet/public_html/wp-includes/js/dist/dom-ready.js', 'wp-includes/js/dist/dom-ready.js'),
(18325, '/home/abt90iranbet/public_html/wp-includes/js/dist/dom-ready.min.js', 'wp-includes/js/dist/dom-ready.min.js'),
(18326, '/home/abt90iranbet/public_html/wp-includes/js/dist/dom.js', 'wp-includes/js/dist/dom.js'),
(18327, '/home/abt90iranbet/public_html/wp-includes/js/dist/dom.min.js', 'wp-includes/js/dist/dom.min.js'),
(18328, '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-post.js', 'wp-includes/js/dist/edit-post.js'),
(18329, '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-post.min.js', 'wp-includes/js/dist/edit-post.min.js'),
(18330, '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-site.js', 'wp-includes/js/dist/edit-site.js'),
(18331, '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-site.min.js', 'wp-includes/js/dist/edit-site.min.js'),
(18332, '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-widgets.js', 'wp-includes/js/dist/edit-widgets.js'),
(18333, '/home/abt90iranbet/public_html/wp-includes/js/dist/edit-widgets.min.js', 'wp-includes/js/dist/edit-widgets.min.js'),
(18334, '/home/abt90iranbet/public_html/wp-includes/js/dist/editor.js', 'wp-includes/js/dist/editor.js'),
(18335, '/home/abt90iranbet/public_html/wp-includes/js/dist/editor.min.js', 'wp-includes/js/dist/editor.min.js'),
(18336, '/home/abt90iranbet/public_html/wp-includes/js/dist/element.js', 'wp-includes/js/dist/element.js'),
(18337, '/home/abt90iranbet/public_html/wp-includes/js/dist/element.min.js', 'wp-includes/js/dist/element.min.js'),
(18338, '/home/abt90iranbet/public_html/wp-includes/js/dist/escape-html.js', 'wp-includes/js/dist/escape-html.js'),
(18339, '/home/abt90iranbet/public_html/wp-includes/js/dist/escape-html.min.js', 'wp-includes/js/dist/escape-html.min.js'),
(18340, '/home/abt90iranbet/public_html/wp-includes/js/dist/format-library.js', 'wp-includes/js/dist/format-library.js'),
(18341, '/home/abt90iranbet/public_html/wp-includes/js/dist/format-library.min.js', 'wp-includes/js/dist/format-library.min.js'),
(18342, '/home/abt90iranbet/public_html/wp-includes/js/dist/hooks.js', 'wp-includes/js/dist/hooks.js'),
(18343, '/home/abt90iranbet/public_html/wp-includes/js/dist/hooks.min.js', 'wp-includes/js/dist/hooks.min.js'),
(18344, '/home/abt90iranbet/public_html/wp-includes/js/dist/html-entities.js', 'wp-includes/js/dist/html-entities.js'),
(18345, '/home/abt90iranbet/public_html/wp-includes/js/dist/html-entities.min.js', 'wp-includes/js/dist/html-entities.min.js'),
(18346, '/home/abt90iranbet/public_html/wp-includes/js/dist/i18n.js', 'wp-includes/js/dist/i18n.js'),
(18347, '/home/abt90iranbet/public_html/wp-includes/js/dist/i18n.min.js', 'wp-includes/js/dist/i18n.min.js'),
(18348, '/home/abt90iranbet/public_html/wp-includes/js/dist/is-shallow-equal.js', 'wp-includes/js/dist/is-shallow-equal.js'),
(18349, '/home/abt90iranbet/public_html/wp-includes/js/dist/is-shallow-equal.min.js', 'wp-includes/js/dist/is-shallow-equal.min.js'),
(18350, '/home/abt90iranbet/public_html/wp-includes/js/dist/keyboard-shortcuts.js', 'wp-includes/js/dist/keyboard-shortcuts.js'),
(18351, '/home/abt90iranbet/public_html/wp-includes/js/dist/keyboard-shortcuts.min.js', 'wp-includes/js/dist/keyboard-shortcuts.min.js'),
(18352, '/home/abt90iranbet/public_html/wp-includes/js/dist/keycodes.js', 'wp-includes/js/dist/keycodes.js'),
(18353, '/home/abt90iranbet/public_html/wp-includes/js/dist/keycodes.min.js', 'wp-includes/js/dist/keycodes.min.js'),
(18354, '/home/abt90iranbet/public_html/wp-includes/js/dist/list-reusable-blocks.js', 'wp-includes/js/dist/list-reusable-blocks.js'),
(18355, '/home/abt90iranbet/public_html/wp-includes/js/dist/list-reusable-blocks.min.js', 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(18356, '/home/abt90iranbet/public_html/wp-includes/js/dist/media-utils.js', 'wp-includes/js/dist/media-utils.js'),
(18357, '/home/abt90iranbet/public_html/wp-includes/js/dist/media-utils.min.js', 'wp-includes/js/dist/media-utils.min.js'),
(18358, '/home/abt90iranbet/public_html/wp-includes/js/dist/notices.js', 'wp-includes/js/dist/notices.js'),
(18359, '/home/abt90iranbet/public_html/wp-includes/js/dist/notices.min.js', 'wp-includes/js/dist/notices.min.js'),
(18360, '/home/abt90iranbet/public_html/wp-includes/js/dist/nux.js', 'wp-includes/js/dist/nux.js'),
(18361, '/home/abt90iranbet/public_html/wp-includes/js/dist/nux.min.js', 'wp-includes/js/dist/nux.min.js'),
(18362, '/home/abt90iranbet/public_html/wp-includes/js/dist/patterns.js', 'wp-includes/js/dist/patterns.js'),
(18363, '/home/abt90iranbet/public_html/wp-includes/js/dist/patterns.min.js', 'wp-includes/js/dist/patterns.min.js'),
(18364, '/home/abt90iranbet/public_html/wp-includes/js/dist/plugins.js', 'wp-includes/js/dist/plugins.js'),
(18365, '/home/abt90iranbet/public_html/wp-includes/js/dist/plugins.min.js', 'wp-includes/js/dist/plugins.min.js'),
(18366, '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences-persistence.js', 'wp-includes/js/dist/preferences-persistence.js'),
(18367, '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences-persistence.min.js', 'wp-includes/js/dist/preferences-persistence.min.js'),
(18368, '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences.js', 'wp-includes/js/dist/preferences.js'),
(18369, '/home/abt90iranbet/public_html/wp-includes/js/dist/preferences.min.js', 'wp-includes/js/dist/preferences.min.js'),
(18370, '/home/abt90iranbet/public_html/wp-includes/js/dist/primitives.js', 'wp-includes/js/dist/primitives.js'),
(18371, '/home/abt90iranbet/public_html/wp-includes/js/dist/primitives.min.js', 'wp-includes/js/dist/primitives.min.js'),
(18372, '/home/abt90iranbet/public_html/wp-includes/js/dist/priority-queue.js', 'wp-includes/js/dist/priority-queue.js'),
(18373, '/home/abt90iranbet/public_html/wp-includes/js/dist/priority-queue.min.js', 'wp-includes/js/dist/priority-queue.min.js'),
(18374, '/home/abt90iranbet/public_html/wp-includes/js/dist/private-apis.js', 'wp-includes/js/dist/private-apis.js'),
(18375, '/home/abt90iranbet/public_html/wp-includes/js/dist/private-apis.min.js', 'wp-includes/js/dist/private-apis.min.js'),
(18376, '/home/abt90iranbet/public_html/wp-includes/js/dist/redux-routine.js', 'wp-includes/js/dist/redux-routine.js'),
(18377, '/home/abt90iranbet/public_html/wp-includes/js/dist/redux-routine.min.js', 'wp-includes/js/dist/redux-routine.min.js'),
(18378, '/home/abt90iranbet/public_html/wp-includes/js/dist/reusable-blocks.js', 'wp-includes/js/dist/reusable-blocks.js'),
(18379, '/home/abt90iranbet/public_html/wp-includes/js/dist/reusable-blocks.min.js', 'wp-includes/js/dist/reusable-blocks.min.js'),
(18380, '/home/abt90iranbet/public_html/wp-includes/js/dist/rich-text.js', 'wp-includes/js/dist/rich-text.js'),
(18381, '/home/abt90iranbet/public_html/wp-includes/js/dist/rich-text.min.js', 'wp-includes/js/dist/rich-text.min.js'),
(18382, '/home/abt90iranbet/public_html/wp-includes/js/dist/router.js', 'wp-includes/js/dist/router.js'),
(18383, '/home/abt90iranbet/public_html/wp-includes/js/dist/router.min.js', 'wp-includes/js/dist/router.min.js'),
(18384, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/a11y/index.js', 'wp-includes/js/dist/script-modules/a11y/index.js'),
(18385, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/a11y/index.min.js', 'wp-includes/js/dist/script-modules/a11y/index.min.js'),
(18386, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/file/view.js', 'wp-includes/js/dist/script-modules/block-library/file/view.js'),
(18387, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/file/view.min.js', 'wp-includes/js/dist/script-modules/block-library/file/view.min.js'),
(18388, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/form/view.js', 'wp-includes/js/dist/script-modules/block-library/form/view.js'),
(18389, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/form/view.min.js', 'wp-includes/js/dist/script-modules/block-library/form/view.min.js'),
(18390, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/image/view.js', 'wp-includes/js/dist/script-modules/block-library/image/view.js'),
(18391, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/image/view.min.js', 'wp-includes/js/dist/script-modules/block-library/image/view.min.js'),
(18392, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.js', 'wp-includes/js/dist/script-modules/block-library/navigation/view.js'),
(18393, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js', 'wp-includes/js/dist/script-modules/block-library/navigation/view.min.js'),
(18394, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/query/view.js', 'wp-includes/js/dist/script-modules/block-library/query/view.js'),
(18395, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/query/view.min.js', 'wp-includes/js/dist/script-modules/block-library/query/view.min.js'),
(18396, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/search/view.js', 'wp-includes/js/dist/script-modules/block-library/search/view.js'),
(18397, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/block-library/search/view.min.js', 'wp-includes/js/dist/script-modules/block-library/search/view.min.js'),
(18398, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/debug.js', 'wp-includes/js/dist/script-modules/interactivity/debug.js'),
(18399, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/debug.min.js', 'wp-includes/js/dist/script-modules/interactivity/debug.min.js'),
(18400, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/index.js', 'wp-includes/js/dist/script-modules/interactivity/index.js'),
(18401, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity/index.min.js', 'wp-includes/js/dist/script-modules/interactivity/index.min.js'),
(18402, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.js', 'wp-includes/js/dist/script-modules/interactivity-router/index.js'),
(18403, '/home/abt90iranbet/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.min.js', 'wp-includes/js/dist/script-modules/interactivity-router/index.min.js'),
(18404, '/home/abt90iranbet/public_html/wp-includes/js/dist/server-side-render.js', 'wp-includes/js/dist/server-side-render.js'),
(18405, '/home/abt90iranbet/public_html/wp-includes/js/dist/server-side-render.min.js', 'wp-includes/js/dist/server-side-render.min.js'),
(18406, '/home/abt90iranbet/public_html/wp-includes/js/dist/shortcode.js', 'wp-includes/js/dist/shortcode.js'),
(18407, '/home/abt90iranbet/public_html/wp-includes/js/dist/shortcode.min.js', 'wp-includes/js/dist/shortcode.min.js'),
(18408, '/home/abt90iranbet/public_html/wp-includes/js/dist/style-engine.js', 'wp-includes/js/dist/style-engine.js'),
(18409, '/home/abt90iranbet/public_html/wp-includes/js/dist/style-engine.min.js', 'wp-includes/js/dist/style-engine.min.js'),
(18410, '/home/abt90iranbet/public_html/wp-includes/js/dist/token-list.js', 'wp-includes/js/dist/token-list.js'),
(18411, '/home/abt90iranbet/public_html/wp-includes/js/dist/token-list.min.js', 'wp-includes/js/dist/token-list.min.js'),
(18412, '/home/abt90iranbet/public_html/wp-includes/js/dist/url.js', 'wp-includes/js/dist/url.js'),
(18413, '/home/abt90iranbet/public_html/wp-includes/js/dist/url.min.js', 'wp-includes/js/dist/url.min.js'),
(18414, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/lodash.js', 'wp-includes/js/dist/vendor/lodash.js'),
(18415, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/lodash.min.js', 'wp-includes/js/dist/vendor/lodash.min.js'),
(18416, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/moment.js', 'wp-includes/js/dist/vendor/moment.js'),
(18417, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/moment.min.js', 'wp-includes/js/dist/vendor/moment.min.js'),
(18418, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-dom.js', 'wp-includes/js/dist/vendor/react-dom.js'),
(18419, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-dom.min.js', 'wp-includes/js/dist/vendor/react-dom.min.js'),
(18420, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.js', 'wp-includes/js/dist/vendor/react-jsx-runtime.js'),
(18421, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js', 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js'),
(18422, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt', 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt'),
(18423, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react.js', 'wp-includes/js/dist/vendor/react.js'),
(18424, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/react.min.js', 'wp-includes/js/dist/vendor/react.min.js'),
(18425, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/regenerator-runtime.js', 'wp-includes/js/dist/vendor/regenerator-runtime.js'),
(18426, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),
(18427, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),
(18428, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),
(18429, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(18430, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(18431, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(18432, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(18433, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(18434, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(18435, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.js'),
(18436, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js'),
(18437, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(18438, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(18439, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),
(18440, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),
(18441, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.js'),
(18442, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),
(18443, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill.js', 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(18444, '/home/abt90iranbet/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js', 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(18445, '/home/abt90iranbet/public_html/wp-includes/js/dist/viewport.js', 'wp-includes/js/dist/viewport.js'),
(18446, '/home/abt90iranbet/public_html/wp-includes/js/dist/viewport.min.js', 'wp-includes/js/dist/viewport.min.js'),
(18447, '/home/abt90iranbet/public_html/wp-includes/js/dist/warning.js', 'wp-includes/js/dist/warning.js'),
(18448, '/home/abt90iranbet/public_html/wp-includes/js/dist/warning.min.js', 'wp-includes/js/dist/warning.min.js'),
(18449, '/home/abt90iranbet/public_html/wp-includes/js/dist/widgets.js', 'wp-includes/js/dist/widgets.js'),
(18450, '/home/abt90iranbet/public_html/wp-includes/js/dist/widgets.min.js', 'wp-includes/js/dist/widgets.min.js'),
(18451, '/home/abt90iranbet/public_html/wp-includes/js/dist/wordcount.js', 'wp-includes/js/dist/wordcount.js'),
(18452, '/home/abt90iranbet/public_html/wp-includes/js/dist/wordcount.min.js', 'wp-includes/js/dist/wordcount.min.js'),
(18453, '/home/abt90iranbet/public_html/wp-includes/js/heartbeat.js', 'wp-includes/js/heartbeat.js'),
(18454, '/home/abt90iranbet/public_html/wp-includes/js/heartbeat.min.js', 'wp-includes/js/heartbeat.min.js'),
(18455, '/home/abt90iranbet/public_html/wp-includes/js/hoverIntent.js', 'wp-includes/js/hoverIntent.js'),
(18456, '/home/abt90iranbet/public_html/wp-includes/js/hoverIntent.min.js', 'wp-includes/js/hoverIntent.min.js'),
(18457, '/home/abt90iranbet/public_html/wp-includes/js/hoverintent-js.min.js', 'wp-includes/js/hoverintent-js.min.js'),
(18458, '/home/abt90iranbet/public_html/wp-includes/js/imagesloaded.min.js', 'wp-includes/js/imagesloaded.min.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(18459, '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/border-anim-h.gif', 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(18460, '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/border-anim-v.gif', 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(18461, '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/imgareaselect.css', 'wp-includes/js/imgareaselect/imgareaselect.css'),
(18462, '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(18463, '/home/abt90iranbet/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(18464, '/home/abt90iranbet/public_html/wp-includes/js/jcrop/Jcrop.gif', 'wp-includes/js/jcrop/Jcrop.gif'),
(18465, '/home/abt90iranbet/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.css', 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(18466, '/home/abt90iranbet/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js', 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(18467, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery-migrate.js', 'wp-includes/js/jquery/jquery-migrate.js'),
(18468, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery-migrate.min.js', 'wp-includes/js/jquery/jquery-migrate.min.js'),
(18469, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.color.min.js', 'wp-includes/js/jquery/jquery.color.min.js'),
(18470, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.form.js', 'wp-includes/js/jquery/jquery.form.js'),
(18471, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.form.min.js', 'wp-includes/js/jquery/jquery.form.min.js'),
(18472, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.hotkeys.js', 'wp-includes/js/jquery/jquery.hotkeys.js'),
(18473, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.hotkeys.min.js', 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(18474, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.js', 'wp-includes/js/jquery/jquery.js'),
(18475, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.masonry.min.js', 'wp-includes/js/jquery/jquery.masonry.min.js'),
(18476, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.min.js', 'wp-includes/js/jquery/jquery.min.js'),
(18477, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.query.js', 'wp-includes/js/jquery/jquery.query.js'),
(18478, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.schedule.js', 'wp-includes/js/jquery/jquery.schedule.js'),
(18479, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.serialize-object.js', 'wp-includes/js/jquery/jquery.serialize-object.js'),
(18480, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js', 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(18481, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(18482, '/home/abt90iranbet/public_html/wp-includes/js/jquery/jquery.ui.touch-punch.js', 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(18483, '/home/abt90iranbet/public_html/wp-includes/js/jquery/suggest.js', 'wp-includes/js/jquery/suggest.js'),
(18484, '/home/abt90iranbet/public_html/wp-includes/js/jquery/suggest.min.js', 'wp-includes/js/jquery/suggest.min.js'),
(18485, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/accordion.js', 'wp-includes/js/jquery/ui/accordion.js'),
(18486, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/accordion.min.js', 'wp-includes/js/jquery/ui/accordion.min.js'),
(18487, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/autocomplete.js', 'wp-includes/js/jquery/ui/autocomplete.js'),
(18488, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/autocomplete.min.js', 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(18489, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/button.js', 'wp-includes/js/jquery/ui/button.js'),
(18490, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/button.min.js', 'wp-includes/js/jquery/ui/button.min.js'),
(18491, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/checkboxradio.js', 'wp-includes/js/jquery/ui/checkboxradio.js'),
(18492, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/checkboxradio.min.js', 'wp-includes/js/jquery/ui/checkboxradio.min.js'),
(18493, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/controlgroup.js', 'wp-includes/js/jquery/ui/controlgroup.js'),
(18494, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/controlgroup.min.js', 'wp-includes/js/jquery/ui/controlgroup.min.js'),
(18495, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/core.js', 'wp-includes/js/jquery/ui/core.js'),
(18496, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/core.min.js', 'wp-includes/js/jquery/ui/core.min.js'),
(18497, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/datepicker.js', 'wp-includes/js/jquery/ui/datepicker.js'),
(18498, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/datepicker.min.js', 'wp-includes/js/jquery/ui/datepicker.min.js'),
(18499, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/dialog.js', 'wp-includes/js/jquery/ui/dialog.js'),
(18500, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/dialog.min.js', 'wp-includes/js/jquery/ui/dialog.min.js'),
(18501, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/draggable.js', 'wp-includes/js/jquery/ui/draggable.js'),
(18502, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/draggable.min.js', 'wp-includes/js/jquery/ui/draggable.min.js'),
(18503, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/droppable.js', 'wp-includes/js/jquery/ui/droppable.js'),
(18504, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/droppable.min.js', 'wp-includes/js/jquery/ui/droppable.min.js'),
(18505, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-blind.js', 'wp-includes/js/jquery/ui/effect-blind.js'),
(18506, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-blind.min.js', 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(18507, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-bounce.js', 'wp-includes/js/jquery/ui/effect-bounce.js'),
(18508, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js', 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(18509, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-clip.js', 'wp-includes/js/jquery/ui/effect-clip.js'),
(18510, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-clip.min.js', 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(18511, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-drop.js', 'wp-includes/js/jquery/ui/effect-drop.js'),
(18512, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-drop.min.js', 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(18513, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-explode.js', 'wp-includes/js/jquery/ui/effect-explode.js'),
(18514, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-explode.min.js', 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(18515, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fade.js', 'wp-includes/js/jquery/ui/effect-fade.js'),
(18516, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fade.min.js', 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(18517, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fold.js', 'wp-includes/js/jquery/ui/effect-fold.js'),
(18518, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-fold.min.js', 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(18519, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-highlight.js', 'wp-includes/js/jquery/ui/effect-highlight.js'),
(18520, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-highlight.min.js', 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(18521, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-puff.js', 'wp-includes/js/jquery/ui/effect-puff.js'),
(18522, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-puff.min.js', 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(18523, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-pulsate.js', 'wp-includes/js/jquery/ui/effect-pulsate.js'),
(18524, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js', 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(18525, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-scale.js', 'wp-includes/js/jquery/ui/effect-scale.js'),
(18526, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-scale.min.js', 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(18527, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-shake.js', 'wp-includes/js/jquery/ui/effect-shake.js'),
(18528, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-shake.min.js', 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(18529, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-size.js', 'wp-includes/js/jquery/ui/effect-size.js'),
(18530, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-size.min.js', 'wp-includes/js/jquery/ui/effect-size.min.js'),
(18531, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-slide.js', 'wp-includes/js/jquery/ui/effect-slide.js'),
(18532, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-slide.min.js', 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(18533, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-transfer.js', 'wp-includes/js/jquery/ui/effect-transfer.js'),
(18534, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect-transfer.min.js', 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(18535, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect.js', 'wp-includes/js/jquery/ui/effect.js'),
(18536, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/effect.min.js', 'wp-includes/js/jquery/ui/effect.min.js'),
(18537, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/menu.js', 'wp-includes/js/jquery/ui/menu.js'),
(18538, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/menu.min.js', 'wp-includes/js/jquery/ui/menu.min.js'),
(18539, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/mouse.js', 'wp-includes/js/jquery/ui/mouse.js'),
(18540, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/mouse.min.js', 'wp-includes/js/jquery/ui/mouse.min.js'),
(18541, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/progressbar.js', 'wp-includes/js/jquery/ui/progressbar.js'),
(18542, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/progressbar.min.js', 'wp-includes/js/jquery/ui/progressbar.min.js'),
(18543, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/resizable.js', 'wp-includes/js/jquery/ui/resizable.js'),
(18544, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/resizable.min.js', 'wp-includes/js/jquery/ui/resizable.min.js'),
(18545, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectable.js', 'wp-includes/js/jquery/ui/selectable.js'),
(18546, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectable.min.js', 'wp-includes/js/jquery/ui/selectable.min.js'),
(18547, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectmenu.js', 'wp-includes/js/jquery/ui/selectmenu.js'),
(18548, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/selectmenu.min.js', 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(18549, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/slider.js', 'wp-includes/js/jquery/ui/slider.js'),
(18550, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/slider.min.js', 'wp-includes/js/jquery/ui/slider.min.js'),
(18551, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/sortable.js', 'wp-includes/js/jquery/ui/sortable.js'),
(18552, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/sortable.min.js', 'wp-includes/js/jquery/ui/sortable.min.js'),
(18553, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/spinner.js', 'wp-includes/js/jquery/ui/spinner.js'),
(18554, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/spinner.min.js', 'wp-includes/js/jquery/ui/spinner.min.js'),
(18555, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tabs.js', 'wp-includes/js/jquery/ui/tabs.js'),
(18556, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tabs.min.js', 'wp-includes/js/jquery/ui/tabs.min.js'),
(18557, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tooltip.js', 'wp-includes/js/jquery/ui/tooltip.js'),
(18558, '/home/abt90iranbet/public_html/wp-includes/js/jquery/ui/tooltip.min.js', 'wp-includes/js/jquery/ui/tooltip.min.js'),
(18559, '/home/abt90iranbet/public_html/wp-includes/js/json2.js', 'wp-includes/js/json2.js'),
(18560, '/home/abt90iranbet/public_html/wp-includes/js/json2.min.js', 'wp-includes/js/json2.min.js'),
(18561, '/home/abt90iranbet/public_html/wp-includes/js/masonry.min.js', 'wp-includes/js/masonry.min.js'),
(18562, '/home/abt90iranbet/public_html/wp-includes/js/mce-view.js', 'wp-includes/js/mce-view.js'),
(18563, '/home/abt90iranbet/public_html/wp-includes/js/mce-view.min.js', 'wp-includes/js/mce-view.min.js'),
(18564, '/home/abt90iranbet/public_html/wp-includes/js/media-audiovideo.js', 'wp-includes/js/media-audiovideo.js'),
(18565, '/home/abt90iranbet/public_html/wp-includes/js/media-audiovideo.min.js', 'wp-includes/js/media-audiovideo.min.js'),
(18566, '/home/abt90iranbet/public_html/wp-includes/js/media-editor.js', 'wp-includes/js/media-editor.js'),
(18567, '/home/abt90iranbet/public_html/wp-includes/js/media-editor.min.js', 'wp-includes/js/media-editor.min.js'),
(18568, '/home/abt90iranbet/public_html/wp-includes/js/media-grid.js', 'wp-includes/js/media-grid.js'),
(18569, '/home/abt90iranbet/public_html/wp-includes/js/media-grid.min.js', 'wp-includes/js/media-grid.min.js'),
(18570, '/home/abt90iranbet/public_html/wp-includes/js/media-models.js', 'wp-includes/js/media-models.js'),
(18571, '/home/abt90iranbet/public_html/wp-includes/js/media-models.min.js', 'wp-includes/js/media-models.min.js'),
(18572, '/home/abt90iranbet/public_html/wp-includes/js/media-views.js', 'wp-includes/js/media-views.js'),
(18573, '/home/abt90iranbet/public_html/wp-includes/js/media-views.min.js', 'wp-includes/js/media-views.min.js'),
(18574, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js', 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(18575, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(18576, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js', 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(18577, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(18578, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement.js', 'wp-includes/js/mediaelement/mediaelement.js'),
(18579, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelement.min.js', 'wp-includes/js/mediaelement/mediaelement.min.js'),
(18580, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(18581, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(18582, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer.css', 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(18583, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mediaelementplayer.min.css', 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(18584, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mejs-controls.png', 'wp-includes/js/mediaelement/mejs-controls.png'),
(18585, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/mejs-controls.svg', 'wp-includes/js/mediaelement/mejs-controls.svg'),
(18586, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/renderers/vimeo.js', 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(18587, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/renderers/vimeo.min.js', 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(18588, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.css', 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(18589, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.js', 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(18590, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.css', 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(18591, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.js', 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(18592, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-playlist.js', 'wp-includes/js/mediaelement/wp-playlist.js'),
(18593, '/home/abt90iranbet/public_html/wp-includes/js/mediaelement/wp-playlist.min.js', 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(18594, '/home/abt90iranbet/public_html/wp-includes/js/plupload/handlers.js', 'wp-includes/js/plupload/handlers.js'),
(18595, '/home/abt90iranbet/public_html/wp-includes/js/plupload/handlers.min.js', 'wp-includes/js/plupload/handlers.min.js'),
(18596, '/home/abt90iranbet/public_html/wp-includes/js/plupload/license.txt', 'wp-includes/js/plupload/license.txt'),
(18597, '/home/abt90iranbet/public_html/wp-includes/js/plupload/moxie.js', 'wp-includes/js/plupload/moxie.js'),
(18598, '/home/abt90iranbet/public_html/wp-includes/js/plupload/moxie.min.js', 'wp-includes/js/plupload/moxie.min.js'),
(18599, '/home/abt90iranbet/public_html/wp-includes/js/plupload/plupload.js', 'wp-includes/js/plupload/plupload.js'),
(18600, '/home/abt90iranbet/public_html/wp-includes/js/plupload/plupload.min.js', 'wp-includes/js/plupload/plupload.min.js'),
(18601, '/home/abt90iranbet/public_html/wp-includes/js/plupload/wp-plupload.js', 'wp-includes/js/plupload/wp-plupload.js'),
(18602, '/home/abt90iranbet/public_html/wp-includes/js/plupload/wp-plupload.min.js', 'wp-includes/js/plupload/wp-plupload.min.js'),
(18603, '/home/abt90iranbet/public_html/wp-includes/js/quicktags.js', 'wp-includes/js/quicktags.js'),
(18604, '/home/abt90iranbet/public_html/wp-includes/js/quicktags.min.js', 'wp-includes/js/quicktags.min.js'),
(18605, '/home/abt90iranbet/public_html/wp-includes/js/shortcode.js', 'wp-includes/js/shortcode.js'),
(18606, '/home/abt90iranbet/public_html/wp-includes/js/shortcode.min.js', 'wp-includes/js/shortcode.min.js'),
(18607, '/home/abt90iranbet/public_html/wp-includes/js/swfobject.js', 'wp-includes/js/swfobject.js'),
(18608, '/home/abt90iranbet/public_html/wp-includes/js/swfupload/handlers.js', 'wp-includes/js/swfupload/handlers.js'),
(18609, '/home/abt90iranbet/public_html/wp-includes/js/swfupload/handlers.min.js', 'wp-includes/js/swfupload/handlers.min.js'),
(18610, '/home/abt90iranbet/public_html/wp-includes/js/swfupload/license.txt', 'wp-includes/js/swfupload/license.txt'),
(18611, '/home/abt90iranbet/public_html/wp-includes/js/swfupload/swfupload.js', 'wp-includes/js/swfupload/swfupload.js'),
(18612, '/home/abt90iranbet/public_html/wp-includes/js/thickbox/loadingAnimation.gif', 'wp-includes/js/thickbox/loadingAnimation.gif'),
(18613, '/home/abt90iranbet/public_html/wp-includes/js/thickbox/macFFBgHack.png', 'wp-includes/js/thickbox/macFFBgHack.png'),
(18614, '/home/abt90iranbet/public_html/wp-includes/js/thickbox/thickbox.css', 'wp-includes/js/thickbox/thickbox.css'),
(18615, '/home/abt90iranbet/public_html/wp-includes/js/thickbox/thickbox.js', 'wp-includes/js/thickbox/thickbox.js'),
(18616, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js', 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(18617, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/license.txt', 'wp-includes/js/tinymce/license.txt'),
(18618, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(18619, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(18620, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(18621, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(18622, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(18623, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(18624, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(18625, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(18626, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(18627, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(18628, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(18629, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/hr/plugin.js', 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(18630, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(18631, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/image/plugin.js', 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(18632, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/image/plugin.min.js', 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(18633, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/link/plugin.js', 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(18634, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/link/plugin.min.js', 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(18635, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/lists/plugin.js', 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(18636, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(18637, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/media/plugin.js', 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(18638, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js', 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(18639, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js', 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(18640, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(18641, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(18642, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(18643, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(18644, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(18645, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(18646, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(18647, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(18648, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(18649, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(18650, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(18651, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(18652, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(18653, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(18654, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(18655, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(18656, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(18657, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(18658, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(18659, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(18660, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(18661, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(18662, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(18663, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(18664, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/content.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(18665, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(18666, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(18667, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(18668, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(18669, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(18670, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(18671, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(18672, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(18673, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(18674, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(18675, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(18676, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(18677, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(18678, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(18679, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(18680, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(18681, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(18682, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(18683, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(18684, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(18685, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/more.png', 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(18686, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(18687, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(18688, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(18689, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(18690, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/script.svg', 'wp-includes/js/tinymce/skins/wordpress/images/script.svg'),
(18691, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/style.svg', 'wp-includes/js/tinymce/skins/wordpress/images/style.svg'),
(18692, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/images/video.png', 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(18693, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(18694, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/inlite/theme.js', 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(18695, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/inlite/theme.min.js', 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(18696, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/modern/theme.js', 'wp-includes/js/tinymce/themes/modern/theme.js'),
(18697, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js', 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(18698, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/tiny_mce_popup.js', 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(18699, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/tinymce.min.js', 'wp-includes/js/tinymce/tinymce.min.js'),
(18700, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/editable_selects.js', 'wp-includes/js/tinymce/utils/editable_selects.js'),
(18701, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/form_utils.js', 'wp-includes/js/tinymce/utils/form_utils.js'),
(18702, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/mctabs.js', 'wp-includes/js/tinymce/utils/mctabs.js'),
(18703, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/utils/validate.js', 'wp-includes/js/tinymce/utils/validate.js'),
(18704, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/wp-tinymce.js', 'wp-includes/js/tinymce/wp-tinymce.js'),
(18705, '/home/abt90iranbet/public_html/wp-includes/js/tinymce/wp-tinymce.php', 'wp-includes/js/tinymce/wp-tinymce.php'),
(18706, '/home/abt90iranbet/public_html/wp-includes/js/tw-sack.js', 'wp-includes/js/tw-sack.js'),
(18707, '/home/abt90iranbet/public_html/wp-includes/js/tw-sack.min.js', 'wp-includes/js/tw-sack.min.js'),
(18708, '/home/abt90iranbet/public_html/wp-includes/js/twemoji.js', 'wp-includes/js/twemoji.js'),
(18709, '/home/abt90iranbet/public_html/wp-includes/js/twemoji.min.js', 'wp-includes/js/twemoji.min.js'),
(18710, '/home/abt90iranbet/public_html/wp-includes/js/underscore.js', 'wp-includes/js/underscore.js'),
(18711, '/home/abt90iranbet/public_html/wp-includes/js/underscore.min.js', 'wp-includes/js/underscore.min.js'),
(18712, '/home/abt90iranbet/public_html/wp-includes/js/utils.js', 'wp-includes/js/utils.js'),
(18713, '/home/abt90iranbet/public_html/wp-includes/js/utils.min.js', 'wp-includes/js/utils.min.js'),
(18714, '/home/abt90iranbet/public_html/wp-includes/js/wp-ajax-response.js', 'wp-includes/js/wp-ajax-response.js'),
(18715, '/home/abt90iranbet/public_html/wp-includes/js/wp-ajax-response.min.js', 'wp-includes/js/wp-ajax-response.min.js'),
(18716, '/home/abt90iranbet/public_html/wp-includes/js/wp-api.js', 'wp-includes/js/wp-api.js'),
(18717, '/home/abt90iranbet/public_html/wp-includes/js/wp-api.min.js', 'wp-includes/js/wp-api.min.js'),
(18718, '/home/abt90iranbet/public_html/wp-includes/js/wp-auth-check.js', 'wp-includes/js/wp-auth-check.js'),
(18719, '/home/abt90iranbet/public_html/wp-includes/js/wp-auth-check.min.js', 'wp-includes/js/wp-auth-check.min.js'),
(18720, '/home/abt90iranbet/public_html/wp-includes/js/wp-backbone.js', 'wp-includes/js/wp-backbone.js'),
(18721, '/home/abt90iranbet/public_html/wp-includes/js/wp-backbone.min.js', 'wp-includes/js/wp-backbone.min.js'),
(18722, '/home/abt90iranbet/public_html/wp-includes/js/wp-custom-header.js', 'wp-includes/js/wp-custom-header.js'),
(18723, '/home/abt90iranbet/public_html/wp-includes/js/wp-custom-header.min.js', 'wp-includes/js/wp-custom-header.min.js'),
(18724, '/home/abt90iranbet/public_html/wp-includes/js/wp-embed-template.js', 'wp-includes/js/wp-embed-template.js'),
(18725, '/home/abt90iranbet/public_html/wp-includes/js/wp-embed-template.min.js', 'wp-includes/js/wp-embed-template.min.js'),
(18726, '/home/abt90iranbet/public_html/wp-includes/js/wp-embed.js', 'wp-includes/js/wp-embed.js'),
(18727, '/home/abt90iranbet/public_html/wp-includes/js/wp-embed.min.js', 'wp-includes/js/wp-embed.min.js'),
(18728, '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji-loader.js', 'wp-includes/js/wp-emoji-loader.js'),
(18729, '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji-loader.min.js', 'wp-includes/js/wp-emoji-loader.min.js'),
(18730, '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji-release.min.js', 'wp-includes/js/wp-emoji-release.min.js'),
(18731, '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji.js', 'wp-includes/js/wp-emoji.js'),
(18732, '/home/abt90iranbet/public_html/wp-includes/js/wp-emoji.min.js', 'wp-includes/js/wp-emoji.min.js'),
(18733, '/home/abt90iranbet/public_html/wp-includes/js/wp-list-revisions.js', 'wp-includes/js/wp-list-revisions.js'),
(18734, '/home/abt90iranbet/public_html/wp-includes/js/wp-list-revisions.min.js', 'wp-includes/js/wp-list-revisions.min.js'),
(18735, '/home/abt90iranbet/public_html/wp-includes/js/wp-lists.js', 'wp-includes/js/wp-lists.js'),
(18736, '/home/abt90iranbet/public_html/wp-includes/js/wp-lists.min.js', 'wp-includes/js/wp-lists.min.js'),
(18737, '/home/abt90iranbet/public_html/wp-includes/js/wp-pointer.js', 'wp-includes/js/wp-pointer.js'),
(18738, '/home/abt90iranbet/public_html/wp-includes/js/wp-pointer.min.js', 'wp-includes/js/wp-pointer.min.js'),
(18739, '/home/abt90iranbet/public_html/wp-includes/js/wp-sanitize.js', 'wp-includes/js/wp-sanitize.js'),
(18740, '/home/abt90iranbet/public_html/wp-includes/js/wp-sanitize.min.js', 'wp-includes/js/wp-sanitize.min.js'),
(18741, '/home/abt90iranbet/public_html/wp-includes/js/wp-util.js', 'wp-includes/js/wp-util.js'),
(18742, '/home/abt90iranbet/public_html/wp-includes/js/wp-util.min.js', 'wp-includes/js/wp-util.min.js'),
(18743, '/home/abt90iranbet/public_html/wp-includes/js/wpdialog.js', 'wp-includes/js/wpdialog.js'),
(18744, '/home/abt90iranbet/public_html/wp-includes/js/wpdialog.min.js', 'wp-includes/js/wpdialog.min.js'),
(18745, '/home/abt90iranbet/public_html/wp-includes/js/wplink.js', 'wp-includes/js/wplink.js'),
(18746, '/home/abt90iranbet/public_html/wp-includes/js/wplink.min.js', 'wp-includes/js/wplink.min.js'),
(18747, '/home/abt90iranbet/public_html/wp-includes/js/zxcvbn-async.js', 'wp-includes/js/zxcvbn-async.js'),
(18748, '/home/abt90iranbet/public_html/wp-includes/js/zxcvbn-async.min.js', 'wp-includes/js/zxcvbn-async.min.js'),
(18749, '/home/abt90iranbet/public_html/wp-includes/js/zxcvbn.min.js', 'wp-includes/js/zxcvbn.min.js'),
(18750, '/home/abt90iranbet/public_html/wp-includes/kses.php', 'wp-includes/kses.php'),
(18751, '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-controller.php', 'wp-includes/l10n/class-wp-translation-controller.php'),
(18752, '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-file-mo.php', 'wp-includes/l10n/class-wp-translation-file-mo.php'),
(18753, '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-file-php.php', 'wp-includes/l10n/class-wp-translation-file-php.php'),
(18754, '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translation-file.php', 'wp-includes/l10n/class-wp-translation-file.php'),
(18755, '/home/abt90iranbet/public_html/wp-includes/l10n/class-wp-translations.php', 'wp-includes/l10n/class-wp-translations.php'),
(18756, '/home/abt90iranbet/public_html/wp-includes/l10n/error_log', 'wp-includes/l10n/error_log'),
(18757, '/home/abt90iranbet/public_html/wp-includes/l10n.php', 'wp-includes/l10n.php'),
(18758, '/home/abt90iranbet/public_html/wp-includes/link-template.php', 'wp-includes/link-template.php'),
(18759, '/home/abt90iranbet/public_html/wp-includes/load.php', 'wp-includes/load.php'),
(18760, '/home/abt90iranbet/public_html/wp-includes/locale.php', 'wp-includes/locale.php'),
(18761, '/home/abt90iranbet/public_html/wp-includes/media-template.php', 'wp-includes/media-template.php'),
(18762, '/home/abt90iranbet/public_html/wp-includes/media.php', 'wp-includes/media.php'),
(18763, '/home/abt90iranbet/public_html/wp-includes/meta.php', 'wp-includes/meta.php'),
(18764, '/home/abt90iranbet/public_html/wp-includes/ms-blogs.php', 'wp-includes/ms-blogs.php'),
(18765, '/home/abt90iranbet/public_html/wp-includes/ms-default-constants.php', 'wp-includes/ms-default-constants.php'),
(18766, '/home/abt90iranbet/public_html/wp-includes/ms-default-filters.php', 'wp-includes/ms-default-filters.php'),
(18767, '/home/abt90iranbet/public_html/wp-includes/ms-deprecated.php', 'wp-includes/ms-deprecated.php'),
(18768, '/home/abt90iranbet/public_html/wp-includes/ms-files.php', 'wp-includes/ms-files.php'),
(18769, '/home/abt90iranbet/public_html/wp-includes/ms-functions.php', 'wp-includes/ms-functions.php'),
(18770, '/home/abt90iranbet/public_html/wp-includes/ms-load.php', 'wp-includes/ms-load.php'),
(18771, '/home/abt90iranbet/public_html/wp-includes/ms-network.php', 'wp-includes/ms-network.php'),
(18772, '/home/abt90iranbet/public_html/wp-includes/ms-settings.php', 'wp-includes/ms-settings.php'),
(18773, '/home/abt90iranbet/public_html/wp-includes/ms-site.php', 'wp-includes/ms-site.php'),
(18774, '/home/abt90iranbet/public_html/wp-includes/nav-menu-template.php', 'wp-includes/nav-menu-template.php'),
(18775, '/home/abt90iranbet/public_html/wp-includes/nav-menu.php', 'wp-includes/nav-menu.php'),
(18776, '/home/abt90iranbet/public_html/wp-includes/option.php', 'wp-includes/option.php'),
(18777, '/home/abt90iranbet/public_html/wp-includes/php-compat/readonly.php', 'wp-includes/php-compat/readonly.php'),
(18778, '/home/abt90iranbet/public_html/wp-includes/pluggable-deprecated.php', 'wp-includes/pluggable-deprecated.php'),
(18779, '/home/abt90iranbet/public_html/wp-includes/pluggable.php', 'wp-includes/pluggable.php'),
(18780, '/home/abt90iranbet/public_html/wp-includes/plugin.php', 'wp-includes/plugin.php'),
(18781, '/home/abt90iranbet/public_html/wp-includes/pomo/entry.php', 'wp-includes/pomo/entry.php'),
(18782, '/home/abt90iranbet/public_html/wp-includes/pomo/mo.php', 'wp-includes/pomo/mo.php'),
(18783, '/home/abt90iranbet/public_html/wp-includes/pomo/plural-forms.php', 'wp-includes/pomo/plural-forms.php'),
(18784, '/home/abt90iranbet/public_html/wp-includes/pomo/po.php', 'wp-includes/pomo/po.php'),
(18785, '/home/abt90iranbet/public_html/wp-includes/pomo/streams.php', 'wp-includes/pomo/streams.php'),
(18786, '/home/abt90iranbet/public_html/wp-includes/pomo/translations.php', 'wp-includes/pomo/translations.php'),
(18787, '/home/abt90iranbet/public_html/wp-includes/post-formats.php', 'wp-includes/post-formats.php'),
(18788, '/home/abt90iranbet/public_html/wp-includes/post-template.php', 'wp-includes/post-template.php'),
(18789, '/home/abt90iranbet/public_html/wp-includes/post-thumbnail-template.php', 'wp-includes/post-thumbnail-template.php'),
(18790, '/home/abt90iranbet/public_html/wp-includes/post.php', 'wp-includes/post.php'),
(18791, '/home/abt90iranbet/public_html/wp-includes/query.php', 'wp-includes/query.php'),
(18792, '/home/abt90iranbet/public_html/wp-includes/registration-functions.php', 'wp-includes/registration-functions.php'),
(18793, '/home/abt90iranbet/public_html/wp-includes/registration.php', 'wp-includes/registration.php'),
(18794, '/home/abt90iranbet/public_html/wp-includes/rest-api/class-wp-rest-request.php', 'wp-includes/rest-api/class-wp-rest-request.php'),
(18795, '/home/abt90iranbet/public_html/wp-includes/rest-api/class-wp-rest-response.php', 'wp-includes/rest-api/class-wp-rest-response.php'),
(18796, '/home/abt90iranbet/public_html/wp-includes/rest-api/class-wp-rest-server.php', 'wp-includes/rest-api/class-wp-rest-server.php'),
(18797, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),
(18798, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(18799, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(18800, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),
(18801, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),
(18802, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),
(18803, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(18804, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),
(18805, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(18806, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(18807, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(18808, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),
(18809, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php'),
(18810, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php'),
(18811, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php'),
(18812, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),
(18813, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php'),
(18814, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),
(18815, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),
(18816, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),
(18817, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php'),
(18818, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),
(18819, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),
(18820, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(18821, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(18822, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(18823, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(18824, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(18825, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(18826, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),
(18827, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),
(18828, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(18829, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php'),
(18830, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php'),
(18831, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),
(18832, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(18833, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(18834, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),
(18835, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(18836, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),
(18837, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),
(18838, '/home/abt90iranbet/public_html/wp-includes/rest-api/endpoints/error_log', 'wp-includes/rest-api/endpoints/error_log'),
(18839, '/home/abt90iranbet/public_html/wp-includes/rest-api/error_log', 'wp-includes/rest-api/error_log'),
(18840, '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(18841, '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(18842, '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(18843, '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(18844, '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(18845, '/home/abt90iranbet/public_html/wp-includes/rest-api/fields/error_log', 'wp-includes/rest-api/fields/error_log'),
(18846, '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),
(18847, '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(18848, '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(18849, '/home/abt90iranbet/public_html/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),
(18850, '/home/abt90iranbet/public_html/wp-includes/rest-api/search/error_log', 'wp-includes/rest-api/search/error_log'),
(18851, '/home/abt90iranbet/public_html/wp-includes/rest-api.php', 'wp-includes/rest-api.php'),
(18852, '/home/abt90iranbet/public_html/wp-includes/revision.php', 'wp-includes/revision.php'),
(18853, '/home/abt90iranbet/public_html/wp-includes/rewrite.php', 'wp-includes/rewrite.php'),
(18854, '/home/abt90iranbet/public_html/wp-includes/robots-template.php', 'wp-includes/robots-template.php'),
(18855, '/home/abt90iranbet/public_html/wp-includes/rss-functions.php', 'wp-includes/rss-functions.php'),
(18856, '/home/abt90iranbet/public_html/wp-includes/rss.php', 'wp-includes/rss.php'),
(18857, '/home/abt90iranbet/public_html/wp-includes/script-loader.php', 'wp-includes/script-loader.php'),
(18858, '/home/abt90iranbet/public_html/wp-includes/script-modules.php', 'wp-includes/script-modules.php'),
(18859, '/home/abt90iranbet/public_html/wp-includes/session.php', 'wp-includes/session.php'),
(18860, '/home/abt90iranbet/public_html/wp-includes/shortcodes.php', 'wp-includes/shortcodes.php'),
(18861, '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php', 'wp-includes/sitemaps/class-wp-sitemaps-index.php'),
(18862, '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),
(18863, '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),
(18864, '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),
(18865, '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),
(18866, '/home/abt90iranbet/public_html/wp-includes/sitemaps/class-wp-sitemaps.php', 'wp-includes/sitemaps/class-wp-sitemaps.php'),
(18867, '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),
(18868, '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),
(18869, '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),
(18870, '/home/abt90iranbet/public_html/wp-includes/sitemaps/providers/error_log', 'wp-includes/sitemaps/providers/error_log'),
(18871, '/home/abt90iranbet/public_html/wp-includes/sitemaps.php', 'wp-includes/sitemaps.php'),
(18872, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/LICENSE', 'wp-includes/sodium_compat/LICENSE'),
(18873, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/autoload-php7.php', 'wp-includes/sodium_compat/autoload-php7.php'),
(18874, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/autoload.php', 'wp-includes/sodium_compat/autoload.php'),
(18875, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/composer.json', 'wp-includes/sodium_compat/composer.json'),
(18876, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/constants.php', 'wp-includes/sodium_compat/lib/constants.php'),
(18877, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/error_log', 'wp-includes/sodium_compat/lib/error_log'),
(18878, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/namespaced.php', 'wp-includes/sodium_compat/lib/namespaced.php'),
(18879, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php72compat.php', 'wp-includes/sodium_compat/lib/php72compat.php'),
(18880, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php72compat_const.php', 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(18881, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php84compat.php', 'wp-includes/sodium_compat/lib/php84compat.php'),
(18882, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/php84compat_const.php', 'wp-includes/sodium_compat/lib/php84compat_const.php'),
(18883, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/ristretto255.php', 'wp-includes/sodium_compat/lib/ristretto255.php'),
(18884, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/sodium_compat.php', 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(18885, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/lib/stream-xchacha20.php', 'wp-includes/sodium_compat/lib/stream-xchacha20.php'),
(18886, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Compat.php', 'wp-includes/sodium_compat/namespaced/Compat.php'),
(18887, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(18888, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(18889, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(18890, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/error_log', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/error_log'),
(18891, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(18892, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(18893, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(18894, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(18895, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(18896, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(18897, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(18898, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/error_log', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/error_log'),
(18899, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(18900, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/error_log', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/error_log'),
(18901, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(18902, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(18903, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(18904, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(18905, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(18906, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/error_log', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/error_log'),
(18907, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(18908, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(18909, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(18910, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php', 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(18911, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php', 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(18912, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(18913, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(18914, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Core/error_log', 'wp-includes/sodium_compat/namespaced/Core/error_log'),
(18915, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/Crypto.php', 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(18916, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/File.php', 'wp-includes/sodium_compat/namespaced/File.php'),
(18917, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/namespaced/error_log', 'wp-includes/sodium_compat/namespaced/error_log'),
(18918, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Compat.php', 'wp-includes/sodium_compat/src/Compat.php'),
(18919, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php', 'wp-includes/sodium_compat/src/Core/AEGIS/State128L.php'),
(18920, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State256.php', 'wp-includes/sodium_compat/src/Core/AEGIS/State256.php'),
(18921, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS128L.php', 'wp-includes/sodium_compat/src/Core/AEGIS128L.php'),
(18922, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AEGIS256.php', 'wp-includes/sodium_compat/src/Core/AEGIS256.php'),
(18923, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/Block.php', 'wp-includes/sodium_compat/src/Core/AES/Block.php'),
(18924, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/Expanded.php', 'wp-includes/sodium_compat/src/Core/AES/Expanded.php'),
(18925, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/KeySchedule.php', 'wp-includes/sodium_compat/src/Core/AES/KeySchedule.php'),
(18926, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES/error_log', 'wp-includes/sodium_compat/src/Core/AES/error_log'),
(18927, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/AES.php', 'wp-includes/sodium_compat/src/Core/AES.php'),
(18928, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(18929, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Base64/Original.php', 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(18930, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(18931, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(18932, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(18933, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/error_log', 'wp-includes/sodium_compat/src/Core/ChaCha20/error_log'),
(18934, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php', 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(18935, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(18936, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(18937, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(18938, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(18939, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(18940, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(18941, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(18942, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(18943, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519/error_log', 'wp-includes/sodium_compat/src/Core/Curve25519/error_log'),
(18944, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php', 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(18945, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php', 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(18946, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php', 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(18947, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php', 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(18948, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(18949, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Poly1305/error_log', 'wp-includes/sodium_compat/src/Core/Poly1305/error_log'),
(18950, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php', 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(18951, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Ristretto255.php', 'wp-includes/sodium_compat/src/Core/Ristretto255.php'),
(18952, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php', 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(18953, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(18954, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/SipHash.php', 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(18955, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/Util.php', 'wp-includes/sodium_compat/src/Core/Util.php'),
(18956, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/X25519.php', 'wp-includes/sodium_compat/src/Core/X25519.php'),
(18957, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php', 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(18958, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php', 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(18959, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core/error_log', 'wp-includes/sodium_compat/src/Core/error_log'),
(18960, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(18961, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(18962, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(18963, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/error_log', 'wp-includes/sodium_compat/src/Core32/ChaCha20/error_log'),
(18964, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(18965, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(18966, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(18967, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(18968, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(18969, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(18970, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(18971, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(18972, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(18973, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/error_log', 'wp-includes/sodium_compat/src/Core32/Curve25519/error_log'),
(18974, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php', 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(18975, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php', 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(18976, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(18977, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(18978, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Int32.php', 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(18979, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Int64.php', 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(18980, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(18981, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/error_log', 'wp-includes/sodium_compat/src/Core32/Poly1305/error_log'),
(18982, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php', 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(18983, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php', 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(18984, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(18985, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php', 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(18986, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/Util.php', 'wp-includes/sodium_compat/src/Core32/Util.php'),
(18987, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/X25519.php', 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(18988, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(18989, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(18990, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Core32/error_log', 'wp-includes/sodium_compat/src/Core32/error_log'),
(18991, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Crypto.php', 'wp-includes/sodium_compat/src/Crypto.php'),
(18992, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/Crypto32.php', 'wp-includes/sodium_compat/src/Crypto32.php'),
(18993, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/File.php', 'wp-includes/sodium_compat/src/File.php'),
(18994, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(18995, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/SodiumException.php', 'wp-includes/sodium_compat/src/SodiumException.php'),
(18996, '/home/abt90iranbet/public_html/wp-includes/sodium_compat/src/error_log', 'wp-includes/sodium_compat/src/error_log'),
(18997, '/home/abt90iranbet/public_html/wp-includes/speculative-loading.php', 'wp-includes/speculative-loading.php'),
(18998, '/home/abt90iranbet/public_html/wp-includes/spl-autoload-compat.php', 'wp-includes/spl-autoload-compat.php'),
(18999, '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),
(19000, '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-css-rule.php', 'wp-includes/style-engine/class-wp-style-engine-css-rule.php'),
(19001, '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', 'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),
(19002, '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine-processor.php', 'wp-includes/style-engine/class-wp-style-engine-processor.php'),
(19003, '/home/abt90iranbet/public_html/wp-includes/style-engine/class-wp-style-engine.php', 'wp-includes/style-engine/class-wp-style-engine.php'),
(19004, '/home/abt90iranbet/public_html/wp-includes/style-engine.php', 'wp-includes/style-engine.php'),
(19005, '/home/abt90iranbet/public_html/wp-includes/taxonomy.php', 'wp-includes/taxonomy.php'),
(19006, '/home/abt90iranbet/public_html/wp-includes/template-canvas.php', 'wp-includes/template-canvas.php'),
(19007, '/home/abt90iranbet/public_html/wp-includes/template-loader.php', 'wp-includes/template-loader.php'),
(19008, '/home/abt90iranbet/public_html/wp-includes/template.php', 'wp-includes/template.php'),
(19009, '/home/abt90iranbet/public_html/wp-includes/theme-compat/comments.php', 'wp-includes/theme-compat/comments.php'),
(19010, '/home/abt90iranbet/public_html/wp-includes/theme-compat/embed-404.php', 'wp-includes/theme-compat/embed-404.php'),
(19011, '/home/abt90iranbet/public_html/wp-includes/theme-compat/embed-content.php', 'wp-includes/theme-compat/embed-content.php'),
(19012, '/home/abt90iranbet/public_html/wp-includes/theme-compat/embed.php', 'wp-includes/theme-compat/embed.php'),
(19013, '/home/abt90iranbet/public_html/wp-includes/theme-compat/error_log', 'wp-includes/theme-compat/error_log'),
(19014, '/home/abt90iranbet/public_html/wp-includes/theme-compat/footer-embed.php', 'wp-includes/theme-compat/footer-embed.php'),
(19015, '/home/abt90iranbet/public_html/wp-includes/theme-compat/footer.php', 'wp-includes/theme-compat/footer.php'),
(19016, '/home/abt90iranbet/public_html/wp-includes/theme-compat/header-embed.php', 'wp-includes/theme-compat/header-embed.php'),
(19017, '/home/abt90iranbet/public_html/wp-includes/theme-compat/header.php', 'wp-includes/theme-compat/header.php'),
(19018, '/home/abt90iranbet/public_html/wp-includes/theme-compat/sidebar.php', 'wp-includes/theme-compat/sidebar.php'),
(19019, '/home/abt90iranbet/public_html/wp-includes/theme-i18n.json', 'wp-includes/theme-i18n.json'),
(19020, '/home/abt90iranbet/public_html/wp-includes/theme-previews.php', 'wp-includes/theme-previews.php'),
(19021, '/home/abt90iranbet/public_html/wp-includes/theme-templates.php', 'wp-includes/theme-templates.php'),
(19022, '/home/abt90iranbet/public_html/wp-includes/theme.json', 'wp-includes/theme.json'),
(19023, '/home/abt90iranbet/public_html/wp-includes/theme.php', 'wp-includes/theme.php'),
(19024, '/home/abt90iranbet/public_html/wp-includes/update.php', 'wp-includes/update.php'),
(19025, '/home/abt90iranbet/public_html/wp-includes/user.php', 'wp-includes/user.php'),
(19026, '/home/abt90iranbet/public_html/wp-includes/vars.php', 'wp-includes/vars.php'),
(19027, '/home/abt90iranbet/public_html/wp-includes/version.php', 'wp-includes/version.php'),
(19028, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php', 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(19029, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-archives.php', 'wp-includes/widgets/class-wp-widget-archives.php'),
(19030, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-block.php', 'wp-includes/widgets/class-wp-widget-block.php'),
(19031, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-calendar.php', 'wp-includes/widgets/class-wp-widget-calendar.php'),
(19032, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-categories.php', 'wp-includes/widgets/class-wp-widget-categories.php'),
(19033, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-custom-html.php', 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(19034, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-links.php', 'wp-includes/widgets/class-wp-widget-links.php'),
(19035, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-audio.php', 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(19036, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php', 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(19037, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-image.php', 'wp-includes/widgets/class-wp-widget-media-image.php'),
(19038, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media-video.php', 'wp-includes/widgets/class-wp-widget-media-video.php'),
(19039, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-media.php', 'wp-includes/widgets/class-wp-widget-media.php'),
(19040, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-meta.php', 'wp-includes/widgets/class-wp-widget-meta.php'),
(19041, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-pages.php', 'wp-includes/widgets/class-wp-widget-pages.php'),
(19042, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php', 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(19043, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php', 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(19044, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-rss.php', 'wp-includes/widgets/class-wp-widget-rss.php'),
(19045, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-search.php', 'wp-includes/widgets/class-wp-widget-search.php'),
(19046, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php', 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(19047, '/home/abt90iranbet/public_html/wp-includes/widgets/class-wp-widget-text.php', 'wp-includes/widgets/class-wp-widget-text.php'),
(19048, '/home/abt90iranbet/public_html/wp-includes/widgets/error_log', 'wp-includes/widgets/error_log'),
(19049, '/home/abt90iranbet/public_html/wp-includes/widgets.php', 'wp-includes/widgets.php'),
(19050, '/home/abt90iranbet/public_html/wp-includes/wp-db.php', 'wp-includes/wp-db.php'),
(19051, '/home/abt90iranbet/public_html/wp-includes/wp-diff.php', 'wp-includes/wp-diff.php'),
(19052, '/home/abt90iranbet/public_html/wp-links-opml.php', 'wp-links-opml.php'),
(19053, '/home/abt90iranbet/public_html/wp-load.php', 'wp-load.php'),
(19054, '/home/abt90iranbet/public_html/wp-login.php', 'wp-login.php'),
(19055, '/home/abt90iranbet/public_html/wp-mail.php', 'wp-mail.php'),
(19056, '/home/abt90iranbet/public_html/wp-settings.php', 'wp-settings.php'),
(19057, '/home/abt90iranbet/public_html/wp-signup.php', 'wp-signup.php'),
(19058, '/home/abt90iranbet/public_html/wp-trackback.php', 'wp-trackback.php'),
(19059, '/home/abt90iranbet/public_html/xmlrpc.php', 'xmlrpc.php');

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

--
-- Table structure for table `wp_wflivetraffichuman`
--

CREATE TABLE `wp_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wflocs`
--

CREATE TABLE `wp_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) UNSIGNED NOT NULL,
  `failed` tinyint(3) UNSIGNED NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT 0.0000000,
  `lon` float(10,7) DEFAULT 0.0000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wflogins`
--

CREATE TABLE `wp_wflogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint(3) UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wflogins`
--

INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8141, 419574, 1750282029.865691, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8142, 419575, 1750282030.685130, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8143, 419576, 1750282031.477364, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8144, 419577, 1750282032.253439, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8145, 419578, 1750282033.064422, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8146, 419579, 1750282033.870607, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8147, 419580, 1750282034.643875, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8148, 419581, 1750282035.435718, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8149, 419582, 1750282036.229785, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8150, 419583, 1750282037.028242, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8151, 419584, 1750282037.798180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8152, 419585, 1750282038.603311, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8153, 419585, 1750282038.606107, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8154, 419586, 1750282039.454228, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8155, 419587, 1750282040.223548, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8156, 419611, 1750315678.777866, 1, 'loginFailInvalidUsername', 'sergio@qobi.it', 0, 0x00000000000000000000ffffc14620b8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(8157, 419626, 1750324285.576825, 1, 'loginFailInvalidUsername', 'performance', 0, 0x2406da180c246a0060f1da9a38346d2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(8158, 419630, 1750327612.327455, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c15e96, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8159, 419642, 1750338801.475061, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6dec22d6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8160, 419643, 1750338861.269496, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6dec22d6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8161, 419663, 1750341460.757289, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8162, 419664, 1750341461.554903, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8163, 419665, 1750341462.355118, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8164, 419666, 1750341463.185060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8165, 419667, 1750341463.995089, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8166, 419668, 1750341464.807496, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8167, 419669, 1750341465.608244, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8168, 419670, 1750341466.454762, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8169, 419671, 1750341467.293233, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8170, 419672, 1750341468.089044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8171, 419673, 1750341468.911183, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8172, 419674, 1750341469.756528, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8173, 419675, 1750341470.587703, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8174, 419676, 1750341471.420058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8175, 419677, 1750341472.227505, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8176, 419678, 1750341473.019220, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8177, 419678, 1750341473.021987, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8178, 419679, 1750341473.797605, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8179, 419680, 1750341474.596912, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7ff77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8180, 419960, 1750404661.821381, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca536af, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8181, 419961, 1750404968.057498, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff034f4264, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8182, 419981, 1750411671.233333, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0a7d8000010003000000000000026d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(8183, 420012, 1750420523.255780, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8184, 420013, 1750420524.078288, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8185, 420014, 1750420524.874993, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8186, 420015, 1750420525.722006, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8187, 420016, 1750420526.520812, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8188, 420017, 1750420527.345650, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8189, 420018, 1750420528.221363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8190, 420019, 1750420529.032217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8191, 420020, 1750420529.826437, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8192, 420021, 1750420530.675628, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8193, 420022, 1750420531.490750, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8194, 420023, 1750420532.323476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8195, 420024, 1750420533.149770, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8196, 420025, 1750420533.966027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8197, 420026, 1750420534.759303, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8198, 420027, 1750420535.568352, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8199, 420027, 1750420535.571412, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8200, 420028, 1750420536.386751, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8201, 420029, 1750420537.213201, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8202, 420051, 1750427768.744384, 1, 'loginFailInvalidUsername', 'test01', 0, 0x2a01cb089160e400d1f95d00b6eee815, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8203, 420052, 1750427809.911340, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff713579b4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8204, 420085, 1750438778.159097, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a516d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(8205, 420108, 1750444435.504119, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8206, 420109, 1750444436.301140, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8207, 420110, 1750444437.899647, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8208, 420111, 1750444438.701100, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8209, 420112, 1750444439.505368, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8210, 420113, 1750444440.300753, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8211, 420114, 1750444441.099769, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8212, 420115, 1750444441.909206, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8213, 420116, 1750444442.721377, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8214, 420117, 1750444443.512645, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8215, 420118, 1750444444.333052, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8216, 420119, 1750444445.148848, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8217, 420120, 1750444445.974020, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8218, 420120, 1750444445.976944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8219, 420121, 1750444446.786679, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8220, 420121, 1750444446.790102, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8221, 420122, 1750444447.595362, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8222, 420123, 1750444448.382345, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8223, 420123, 1750444448.385179, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ad974, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8224, 420147, 1750450992.271359, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff14cca47e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(8225, 420170, 1750456547.658968, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20011bb0e000001e0000000000000387, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8226, 420192, 1750459097.967024, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67a3d606, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(8227, 420223, 1750466873.697419, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff59e96b20, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8228, 420223, 1750466873.712885, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff59e96b20, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8229, 420226, 1750467748.260825, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200119f0740205c2540004fffe0b48fc, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8230, 420268, 1750482725.161566, 1, 'loginFailInvalidUsername', 'xtw18387fe53', 0, 0x200141d00002c2060000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),
(8231, 420270, 1750485537.263454, 1, 'loginFailInvalidUsername', 'xtw18387e1c1', 0, 0x00000000000000000000ffff74ca8ac6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0'),
(8232, 420292, 1750500401.754299, 1, 'loginFailInvalidUsername', 'xtw183876948', 0, 0x00000000000000000000ffffb44b5146, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0'),
(8233, 420295, 1750505264.132035, 1, 'loginFailInvalidUsername', 'xtw183879220', 0, 0x00000000000000000000ffff9fdfe276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(8234, 420303, 1750517096.758731, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff5bf5cc88, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8235, 420304, 1750517140.811967, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffb36c0a26, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8236, 420305, 1750517202.406929, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff1f5e3ea2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8237, 420306, 1750517263.552335, 1, 'loginFailInvalidUsername', 'test01', 0, 0x2604b000a108083915213fc6ddfe8b01, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8238, 420307, 1750517341.254729, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bf5cc88, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8239, 420308, 1750517406.799107, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bf5cc88, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8240, 420309, 1750517469.853388, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bf5cc88, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8241, 420320, 1750518149.435406, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bf5cc88, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8242, 420320, 1750518149.438682, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bf5cc88, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8243, 420345, 1750524667.391059, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22294c98, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),
(8244, 420356, 1750536605.067820, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1f5e3ea2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8245, 420357, 1750536665.738042, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1f5e3ea2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8246, 420377, 1750549552.267213, 1, 'loginFailInvalidUsername', 'xtw18387d80f', 0, 0x00000000000000000000ffffd3153df4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(8247, 420417, 1750573633.518897, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff734e07b3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8248, 420420, 1750576416.532106, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26001f16049a9100a535456f414c0f26, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8249, 420434, 1750595369.914662, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28032800c1cc17000009013400000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8250, 420475, 1750683117.406757, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68c699b5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8251, 420487, 1750687706.471866, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8252, 420488, 1750687707.272710, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8253, 420489, 1750687708.078409, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8254, 420490, 1750687708.920507, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8255, 420491, 1750687709.724898, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8256, 420492, 1750687710.533815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8257, 420493, 1750687711.346764, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8258, 420494, 1750687712.163874, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8259, 420495, 1750687712.968212, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8260, 420496, 1750687713.831325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8261, 420497, 1750687714.634702, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8262, 420498, 1750687715.438123, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8263, 420499, 1750687716.255591, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8264, 420500, 1750687717.081521, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8265, 420501, 1750687717.868696, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8266, 420502, 1750687718.680417, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8267, 420502, 1750687718.683264, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8268, 420503, 1750687719.505321, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8269, 420504, 1750687720.321831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7bbb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8270, 422109, 1750722894.058824, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02c207224774480000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0'),
(8271, 422120, 1750727375.500892, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff7ab4f4d8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(8272, 422131, 1750731574.100822, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0febd40e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8273, 422141, 1750737537.130830, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26056f0012340700000100000000009c, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8274, 422179, 1750752492.596816, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55bef3d8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(8275, 422182, 1750753626.084945, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0080bb7000000000000000000, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8276, 422204, 1750761974.995438, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20011bb0e000001e0000000000000387, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(8277, 422215, 1750766752.951577, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d000000000086d2001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(8278, 422215, 1750766752.958624, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d000000000086d2001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(8279, 422229, 1750810105.335630, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8280, 422230, 1750810106.159213, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8281, 422230, 1750810106.162160, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8282, 422231, 1750810106.970370, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8283, 422232, 1750810107.759913, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8284, 422233, 1750810108.565091, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8285, 422234, 1750810109.535108, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8286, 422235, 1750810110.333661, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8287, 422236, 1750810111.161472, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8288, 422237, 1750810111.955350, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8289, 422238, 1750810112.746034, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8290, 422239, 1750810113.546808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8291, 422240, 1750810114.361628, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8292, 422241, 1750810115.144169, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8293, 422242, 1750810115.945547, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8294, 422243, 1750810116.751783, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8295, 422244, 1750810117.571248, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8296, 422245, 1750810118.372882, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8297, 422246, 1750810119.187239, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8298, 422259, 1750817009.442040, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa32fcb51, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(8299, 422286, 1750831861.578425, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffba593bde, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8300, 422286, 1750831861.591586, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffba593bde, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8301, 422339, 1750862248.027825, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8302, 422340, 1750862248.459771, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8303, 422341, 1750862248.927350, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8304, 422342, 1750862249.672156, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8305, 422343, 1750862250.228103, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8306, 422344, 1750862250.696875, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8307, 422345, 1750862251.152613, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8308, 422346, 1750862251.611325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8309, 422347, 1750862252.111151, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8310, 422348, 1750862252.569583, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8311, 422349, 1750862253.053014, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8312, 422350, 1750862253.537589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8313, 422351, 1750862254.005234, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8314, 422352, 1750862254.458751, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8315, 422353, 1750862254.942492, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8316, 422354, 1750862255.387116, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8317, 422355, 1750862255.851208, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8318, 422356, 1750862256.284969, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8319, 422357, 1750862256.814436, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23b8f40b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8320, 422359, 1750862381.779106, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd148a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8321, 422380, 1750888513.345976, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8322, 422381, 1750888514.236438, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8323, 422381, 1750888514.239356, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8324, 422382, 1750888515.066068, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8325, 422383, 1750888515.942712, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8326, 422384, 1750888516.765226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8327, 422385, 1750888517.658415, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8328, 422386, 1750888518.532039, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8329, 422387, 1750888519.331350, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8330, 422388, 1750888520.147160, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8331, 422389, 1750888520.967820, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8332, 422390, 1750888521.823153, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8333, 422391, 1750888522.618612, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8334, 422392, 1750888523.411126, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8335, 422393, 1750888524.219666, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8336, 422394, 1750888525.051427, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8337, 422395, 1750888525.961954, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8338, 422396, 1750888526.836321, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8339, 422397, 1750888527.675896, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982aac74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8340, 422422, 1750917508.544749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8341, 422422, 1750917508.558156, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8342, 422428, 1750919804.632163, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8343, 422429, 1750919805.429717, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8344, 422430, 1750919806.258961, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8345, 422431, 1750919807.074014, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8346, 422432, 1750919807.887555, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8347, 422433, 1750919808.675872, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8348, 422434, 1750919809.468739, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8349, 422435, 1750919810.284332, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8350, 422436, 1750919811.080131, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8351, 422437, 1750919811.866624, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8352, 422438, 1750919812.665270, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8353, 422439, 1750919813.479500, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8354, 422440, 1750919814.271784, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8355, 422441, 1750919815.138743, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8356, 422442, 1750919815.924162, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8357, 422443, 1750919816.733323, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8358, 422443, 1750919816.736223, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8359, 422444, 1750919817.516997, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8360, 422445, 1750919818.321283, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8361, 422446, 1750920079.039487, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9fecc1e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(8362, 422455, 1750923417.214366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02478000023e740000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8363, 422484, 1750933920.857677, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604b000a10808397d1b2c3763551b55, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8364, 422493, 1750934725.449818, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604b000a10808397d1b2c3763551b55, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8365, 422519, 1750940281.142556, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd9b69ee2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(8366, 422571, 1750959608.911913, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f80c2c68de0000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8367, 422610, 1750974065.796551, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9006a1c480000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8368, 422618, 1750977487.287228, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff675ae88f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8369, 422670, 1750998539.876143, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff59a9937a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(8370, 422688, 1751004882.819802, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff259c93f2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8371, 422709, 1751012951.186148, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8372, 422710, 1751012951.744971, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8373, 422711, 1751012952.270805, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8374, 422712, 1751012952.802560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8375, 422713, 1751012953.352755, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8376, 422714, 1751012953.917029, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8377, 422715, 1751012954.459962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8378, 422716, 1751012954.991755, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8379, 422717, 1751012955.546701, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8380, 422718, 1751012956.114404, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8381, 422719, 1751012956.761973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8382, 422720, 1751012957.316713, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8383, 422721, 1751012957.865012, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8384, 422722, 1751012958.383228, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8385, 422723, 1751012958.906726, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8386, 422724, 1751012959.441593, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8387, 422725, 1751012959.988366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8388, 422726, 1751012960.531606, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8389, 422727, 1751012961.052088, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c49631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8390, 422738, 1751016501.278257, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0107a700023eb6022590fffefb553c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(8391, 422754, 1751049377.460399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8392, 422755, 1751049378.357828, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8393, 422756, 1751049379.159395, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8394, 422757, 1751049379.970616, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8395, 422758, 1751049380.795840, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8396, 422759, 1751049381.595785, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8397, 422760, 1751049382.394940, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8398, 422761, 1751049383.201045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8399, 422762, 1751049384.009005, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8400, 422763, 1751049384.823923, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8401, 422764, 1751049385.618261, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8402, 422765, 1751049386.410253, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8403, 422766, 1751049387.295434, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8404, 422767, 1751049388.079401, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8405, 422768, 1751049388.866077, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8406, 422769, 1751049389.685306, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8407, 422769, 1751049389.688077, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8408, 422770, 1751049390.527352, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8409, 422771, 1751049391.340028, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f64b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8410, 422782, 1751067696.606525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8411, 422783, 1751067697.156887, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8412, 422784, 1751067697.751118, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8413, 422785, 1751067698.296477, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8414, 422786, 1751067698.903343, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8415, 422787, 1751067699.477619, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8416, 422788, 1751067700.036546, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8417, 422789, 1751067700.609815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8418, 422790, 1751067701.170449, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8419, 422791, 1751067701.727160, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8420, 422791, 1751067701.730101, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8421, 422792, 1751067702.292997, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8422, 422793, 1751067702.862363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8423, 422793, 1751067702.865320, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8424, 422794, 1751067703.446580, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8425, 422795, 1751067704.042731, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8426, 422796, 1751067704.588226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8427, 422797, 1751067705.141583, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8428, 422798, 1751067705.792187, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0381d393, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8429, 422815, 1751117054.359664, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff259f791c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8430, 422830, 1751205281.910546, 1, 'loginFailInvalidUsername', 'test01', 0, 0x26043d09ae7c4e003598ea0d203b831a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8431, 422831, 1751205295.885030, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8432, 422832, 1751205436.656827, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8433, 422833, 1751209646.421698, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8434, 422834, 1751209750.455941, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8435, 422835, 1751209861.812878, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8436, 422836, 1751209975.662310, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8437, 422837, 1751210073.067416, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8438, 422838, 1751210176.456515, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8439, 422839, 1751210303.368346, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8440, 422849, 1751210404.769189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8441, 422850, 1751210510.868214, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8442, 422851, 1751210615.427080, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8443, 422852, 1751210719.568554, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8444, 422853, 1751210816.612789, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8445, 422854, 1751210922.818070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8446, 422854, 1751210922.822241, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8447, 422855, 1751211010.556053, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8448, 422855, 1751211010.559760, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8449, 422856, 1751211106.957007, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8450, 422856, 1751211106.969146, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabe058a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8451, 422911, 1751235235.917587, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8452, 422912, 1751235236.715102, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8453, 422912, 1751235236.717945, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8454, 422913, 1751235237.524044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8455, 422914, 1751235238.328776, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8456, 422915, 1751235239.164090, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8457, 422916, 1751235240.055597, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8458, 422917, 1751235240.948973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8459, 422918, 1751235241.835078, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8460, 422919, 1751235242.738156, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8461, 422920, 1751235243.532351, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8462, 422921, 1751235244.368471, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8463, 422922, 1751235245.258746, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8464, 422923, 1751235246.064731, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8465, 422924, 1751235246.905564, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8466, 422925, 1751235247.738493, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8467, 422926, 1751235248.549876, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8468, 422927, 1751235249.391567, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8469, 422928, 1751235250.224674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf487a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8470, 422975, 1751291054.430758, 1, 'loginFailInvalidUsername', 'ark0admin', 0, 0x00000000000000000000ffff8b3b7597, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8471, 422976, 1751291055.248733, 1, 'loginFailInvalidUsername', 'ark0admin', 0, 0x00000000000000000000ffff8b3b7597, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8472, 422977, 1751291056.070962, 1, 'loginFailInvalidUsername', 'ark0admin', 0, 0x00000000000000000000ffff8b3b7597, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8473, 422978, 1751291056.920257, 1, 'loginFailInvalidUsername', 'ark0admin', 0, 0x00000000000000000000ffff8b3b7597, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8474, 422979, 1751291057.768043, 1, 'loginFailInvalidUsername', 'ark0admin', 0, 0x00000000000000000000ffff8b3b7597, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8475, 422999, 1751293121.433485, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff5fa8fd0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8476, 423041, 1751306177.591588, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc61b43d2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(8477, 423045, 1751308390.403923, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8478, 423046, 1751308391.167934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8479, 423047, 1751308391.899700, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8480, 423048, 1751308392.660238, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8481, 423049, 1751308393.422377, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8482, 423050, 1751308394.174094, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8483, 423051, 1751308394.924926, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8484, 423052, 1751308395.661472, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8485, 423053, 1751308396.407461, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8486, 423054, 1751308397.172299, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8487, 423054, 1751308397.175459, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8488, 423055, 1751308397.895994, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8489, 423056, 1751308398.634524, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8490, 423056, 1751308398.637359, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8491, 423057, 1751308399.364331, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8492, 423058, 1751308400.115671, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8493, 423059, 1751308400.863607, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8494, 423060, 1751308401.611589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8495, 423061, 1751308402.351060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5beeb4b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8496, 423127, 1751331719.806689, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff676e5428, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8497, 423145, 1751341058.444443, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff528c424e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0'),
(8498, 423179, 1751377618.443062, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8499, 423181, 1751377682.183479, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8500, 423189, 1751377747.892607, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8501, 423190, 1751377823.758833, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8502, 423191, 1751377899.440617, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8503, 423192, 1751377972.102379, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8504, 423193, 1751378049.142703, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8505, 423194, 1751378130.109455, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8506, 423195, 1751378208.206411, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8507, 423196, 1751378285.361942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8508, 423198, 1751378364.416033, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8509, 423199, 1751378444.251125, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8510, 423200, 1751378524.346732, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8511, 423200, 1751378524.357724, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8512, 423201, 1751378595.158879, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8513, 423201, 1751378595.163548, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8514, 423202, 1751378670.645171, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8515, 423202, 1751378670.658233, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8516, 423203, 1751378744.303335, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26043d09ae7c4e0010d6c282f72abf05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8517, 423218, 1751380520.508619, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8518, 423219, 1751380591.195615, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff2d7165d8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8519, 423241, 1751391481.006153, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33a1acf7, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8520, 423260, 1751396588.459578, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8521, 423261, 1751396648.756014, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8522, 423262, 1751396696.239351, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8523, 423265, 1751396758.938670, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8524, 423266, 1751396840.118057, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8525, 423267, 1751396909.360496, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8526, 423268, 1751396979.057083, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8527, 423269, 1751397042.161502, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8528, 423270, 1751397099.209183, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8529, 423274, 1751397147.163604, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8530, 423279, 1751397224.445662, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8531, 423282, 1751397275.890892, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8532, 423284, 1751397336.357090, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8533, 423284, 1751397336.360503, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8534, 423290, 1751397401.427049, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8535, 423290, 1751397401.430344, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8536, 423291, 1751397466.608211, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8537, 423291, 1751397466.611738, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8538, 423292, 1751397532.303086, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e844577, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8539, 423309, 1751404181.602645, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8540, 423310, 1751404182.335067, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8541, 423311, 1751404183.056548, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8542, 423312, 1751404183.779714, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8543, 423313, 1751404184.552872, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8544, 423314, 1751404185.259021, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8545, 423315, 1751404185.988427, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8546, 423316, 1751404186.718145, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8547, 423317, 1751404187.457206, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8548, 423318, 1751404188.192459, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8549, 423318, 1751404188.195611, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8550, 423319, 1751404188.940797, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8551, 423320, 1751404189.640428, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8552, 423320, 1751404189.643225, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8553, 423321, 1751404190.356333, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8554, 423322, 1751404191.067782, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8555, 423323, 1751404191.835250, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8556, 423324, 1751404192.563955, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8557, 423325, 1751404193.305584, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff43978, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8558, 423326, 1751406696.908436, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff14cd6ea7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8559, 423326, 1751406696.912989, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff14cd6ea7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8560, 423329, 1751418316.503853, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8561, 423340, 1751418975.294898, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8562, 423341, 1751419030.793057, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8563, 423341, 1751419030.796893, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8564, 423342, 1751419098.594226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8565, 423342, 1751419098.597820, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8566, 423343, 1751419154.404565, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8567, 423343, 1751419154.409581, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8568, 423344, 1751419214.755458, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8569, 423345, 1751419275.339899, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8570, 423346, 1751419331.951565, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8571, 423347, 1751419388.842952, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8572, 423348, 1751419450.290484, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8573, 423349, 1751419509.355259, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8574, 423350, 1751419569.409691, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8575, 423351, 1751419630.007236, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8576, 423352, 1751419700.057556, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8577, 423353, 1751419750.350705, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8578, 423354, 1751419810.603731, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff32291c0e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8579, 423377, 1751432073.461702, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00203b3380000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8580, 423384, 1751451867.665644, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff905b5853, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(8581, 423413, 1751467188.269696, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb23ec907, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8582, 423461, 1751516065.992586, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0030402000000000000007518, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8583, 423461, 1751516065.997535, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0030402000000000000007518, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8584, 423474, 1751521374.103613, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff70c400e4, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8585, 423495, 1751530944.548788, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67cdd34e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8586, 423500, 1751533625.990969, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000100e00000000005504001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8587, 423522, 1751551736.662643, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8588, 423523, 1751551737.896258, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8589, 423524, 1751551738.748828, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8590, 423524, 1751551738.751636, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8591, 423525, 1751551739.611066, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8592, 423526, 1751551740.462124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8593, 423527, 1751551741.340607, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8594, 423528, 1751551742.199027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8595, 423529, 1751551743.058582, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8596, 423530, 1751551743.927735, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8597, 423531, 1751551744.775299, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8598, 423532, 1751551745.603176, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8599, 423533, 1751551746.427432, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8600, 423533, 1751551746.430322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8601, 423534, 1751551747.261185, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8602, 423535, 1751551748.111477, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8603, 423535, 1751551748.114654, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8604, 423536, 1751551748.978562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8605, 423536, 1751551748.981503, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8606, 423547, 1751557466.013562, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x2a0104f81c1b5d950000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8607, 423547, 1751557466.018427, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x2a0104f81c1b5d950000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8608, 423560, 1751588663.814887, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880000401d00000000004eff000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8609, 423562, 1751589598.642970, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200119f0740205c2540004fffe0b48fc, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(8610, 423573, 1751594349.263437, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff7b018504, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8611, 423598, 1751600429.683274, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26075300006041b60000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(8612, 423623, 1751615022.130004, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3b6e2f90, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8613, 423654, 1751629552.117490, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x00000000000000000000ffff734fc45e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8614, 423654, 1751629552.122114, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x00000000000000000000ffff734fc45e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8615, 423693, 1751648752.142171, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8616, 423694, 1751648752.922827, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8617, 423695, 1751648753.710184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8618, 423696, 1751648754.541971, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8619, 423697, 1751648755.396294, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8620, 423698, 1751648756.206143, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8621, 423699, 1751648756.986226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8622, 423700, 1751648757.798224, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8623, 423701, 1751648758.589030, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8624, 423702, 1751648759.390336, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8625, 423703, 1751648760.191314, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8626, 423704, 1751648760.987713, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8627, 423705, 1751648761.780358, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8628, 423705, 1751648761.783090, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8629, 423706, 1751648762.592179, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8630, 423706, 1751648762.594951, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8631, 423707, 1751648763.409002, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8632, 423707, 1751648763.411886, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8633, 423708, 1751648764.269506, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8634, 423719, 1751657764.586163, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0307cb10, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8635, 423720, 1751658513.369927, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a8800800001400000000c9284000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8636, 423726, 1751661816.032210, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0247800012d9240000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8637, 423727, 1751662721.519088, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9df5299c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8638, 423773, 1751677700.372727, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8639, 423774, 1751677701.174749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8640, 423775, 1751677701.968322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8641, 423776, 1751677702.749506, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8642, 423777, 1751677703.527298, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8643, 423778, 1751677704.308871, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8644, 423779, 1751677705.099032, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8645, 423780, 1751677705.885863, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8646, 423781, 1751677706.663565, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8647, 423782, 1751677707.467236, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8648, 423783, 1751677708.239728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8649, 423784, 1751677709.013885, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8650, 423785, 1751677709.778538, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8651, 423785, 1751677709.781482, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8652, 423786, 1751677710.561782, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8653, 423786, 1751677710.564688, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8654, 423787, 1751677711.365704, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8655, 423787, 1751677711.368504, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8656, 423788, 1751677712.203339, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5166a53, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8657, 423963, 1751692223.782069, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff7b1f0c27, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8658, 423983, 1751702974.935392, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadec7f30, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8659, 424078, 1751732284.171926, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff87b57216, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8660, 424092, 1751736902.673906, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f82d1e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8661, 424108, 1751741082.840254, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00800008000000000000001c87, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8662, 424117, 1751743801.278551, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516dfa4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8663, 424281, 1751792960.185170, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000100e00000000005504001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8664, 424321, 1751802727.890491, 1, 'loginFailInvalidUsername', 'wpcode', 0, 0x00000000000000000000ffff3e58814b, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8665, 424357, 1751814333.591382, 1, 'loginFailInvalidUsername', 'matigan', 0, 0x00000000000000000000ffff67a7d989, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8666, 424378, 1751819127.424622, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff50efb2da, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8667, 424381, 1751820379.994222, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffb9fecc1e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8668, 424381, 1751820379.999427, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffb9fecc1e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8669, 424391, 1751823687.693176, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff67ade3bc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(8670, 424416, 1751834291.991648, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a0104f8010a45950000000000000002, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8671, 424417, 1751842495.691081, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff52df00de, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8672, 424418, 1751845265.702300, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8673, 424419, 1751845266.478676, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8674, 424420, 1751845267.312004, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8675, 424421, 1751845268.147625, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8676, 424422, 1751845268.967897, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8677, 424423, 1751845269.774510, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8678, 424424, 1751845270.603805, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8679, 424425, 1751845271.415356, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8680, 424426, 1751845272.219752, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8681, 424427, 1751845273.092724, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8682, 424428, 1751845273.895280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8683, 424429, 1751845274.746039, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8684, 424430, 1751845275.592866, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8685, 424431, 1751845276.403184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8686, 424432, 1751845277.224060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8687, 424433, 1751845278.008680, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8688, 424433, 1751845278.011538, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8689, 424434, 1751845278.789500, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8690, 424435, 1751845279.613827, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8691, 424448, 1751885201.229748, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8692, 424449, 1751885202.071163, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8693, 424450, 1751885202.933253, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8694, 424451, 1751885203.752859, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8695, 424452, 1751885204.564058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8696, 424453, 1751885205.377520, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8697, 424454, 1751885206.196982, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8698, 424455, 1751885207.035308, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8699, 424456, 1751885207.864979, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8700, 424457, 1751885208.691157, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8701, 424458, 1751885209.528542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8702, 424459, 1751885210.346091, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8703, 424460, 1751885211.156562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8704, 424461, 1751885211.994056, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8705, 424462, 1751885212.820054, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8706, 424463, 1751885213.659282, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8707, 424464, 1751885214.495154, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8708, 424465, 1751885215.343123, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8709, 424466, 1751885216.154105, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff805a001b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8710, 424472, 1751890447.516858, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8711, 424473, 1751890448.262072, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8712, 424474, 1751890449.007402, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8713, 424475, 1751890449.733259, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8714, 424476, 1751890450.479830, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8715, 424477, 1751890451.254181, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8716, 424478, 1751890452.006622, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8717, 424479, 1751890452.763558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8718, 424480, 1751890453.569263, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8719, 424481, 1751890454.291879, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8720, 424481, 1751890454.294759, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8721, 424482, 1751890455.039934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8722, 424483, 1751890455.764363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8723, 424483, 1751890455.767331, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8724, 424484, 1751890456.501327, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8725, 424485, 1751890457.252472, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8726, 424486, 1751890458.002847, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8727, 424487, 1751890458.742780, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8728, 424488, 1751890459.482522, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661274, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8729, 424518, 1751912201.987273, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffffd8252a22, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8730, 424521, 1751925192.465416, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8731, 424522, 1751925193.431239, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8732, 424523, 1751925194.259759, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8733, 424524, 1751925195.075916, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8734, 424525, 1751925195.897412, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8735, 424526, 1751925196.691842, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8736, 424527, 1751925197.490070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8737, 424528, 1751925198.287345, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8738, 424529, 1751925199.117532, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8739, 424530, 1751925199.912456, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8740, 424531, 1751925200.710995, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8741, 424532, 1751925201.519852, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8742, 424533, 1751925202.312402, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8743, 424534, 1751925203.129784, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8744, 424535, 1751925203.969465, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8745, 424536, 1751925204.759037, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8746, 424536, 1751925204.761894, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8747, 424537, 1751925205.549180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8748, 424538, 1751925206.346017, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf21b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8749, 424556, 1751968450.644223, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8750, 424557, 1751968451.190640, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8751, 424558, 1751968451.722093, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8752, 424559, 1751968452.268894, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8753, 424560, 1751968452.823064, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8754, 424561, 1751968453.501189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8755, 424562, 1751968454.116997, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8756, 424563, 1751968454.685628, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8757, 424564, 1751968455.265242, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8758, 424565, 1751968455.843715, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8759, 424565, 1751968455.846781, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8760, 424566, 1751968456.402495, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8761, 424567, 1751968456.978540, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8762, 424567, 1751968456.982403, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8763, 424568, 1751968457.525864, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8764, 424569, 1751968458.095280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8765, 424570, 1751968458.644994, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8766, 424571, 1751968459.196046, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8767, 424572, 1751968459.747336, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035146f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8768, 424577, 1751982096.701871, 1, 'loginFailInvalidUsername', 'Administrarot', 0, 0x00000000000000000000ffff41b5706b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8769, 424588, 1751988251.359995, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff672a3a63, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8770, 424593, 1752002831.072983, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffa32fcb51, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8771, 424630, 1752019044.804002, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8772, 424631, 1752019045.632233, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8773, 424632, 1752019047.439592, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8774, 424633, 1752019048.262667, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8775, 424634, 1752019049.082535, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8776, 424635, 1752019049.916974, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8777, 424636, 1752019050.754492, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8778, 424637, 1752019051.596044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8779, 424638, 1752019052.424421, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8780, 424639, 1752019053.263272, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8781, 424640, 1752019054.097124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8782, 424641, 1752019054.926757, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8783, 424642, 1752019055.758098, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8784, 424642, 1752019055.760960, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8785, 424643, 1752019056.606803, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8786, 424643, 1752019056.609594, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8787, 424644, 1752019057.426296, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8788, 424645, 1752019058.243854, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8789, 424645, 1752019058.246628, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcbb08423, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8790, 424650, 1752025035.886125, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff0fcc2bac, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8791, 424666, 1752050430.781299, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff67047689, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8792, 424729, 1752115385.458949, 1, 'loginFailInvalidUsername', 'custom', 0, 0x00000000000000000000ffff7b1f0c27, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8793, 424730, 1752116137.511729, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8794, 424731, 1752116138.371736, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8795, 424731, 1752116138.375036, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8796, 424732, 1752116139.200646, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8797, 424733, 1752116140.010629, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8798, 424734, 1752116140.832369, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8799, 424735, 1752116141.645758, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8800, 424736, 1752116142.468184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8801, 424737, 1752116143.318662, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8802, 424738, 1752116144.132700, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8803, 424739, 1752116144.962516, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8804, 424740, 1752116145.769154, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8805, 424741, 1752116146.607288, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8806, 424742, 1752116147.426076, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8807, 424743, 1752116148.263289, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8808, 424744, 1752116149.073603, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8809, 424745, 1752116149.892084, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8810, 424746, 1752116150.692264, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8811, 424747, 1752116151.513421, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd229b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8812, 424750, 1752121439.043426, 1, 'loginFailInvalidUsername', 'ACH', 0, 0x00000000000000000000ffff59e969cb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8813, 424996, 1752153467.634762, 1, 'loginFailInvalidUsername', 'metalmaxrs', 0, 0x24006180010000d00000000008452001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(8814, 425025, 1752182680.639338, 1, 'loginFailInvalidUsername', 'adminsantino', 0, 0x00000000000000000000ffff67cdd34e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8815, 425044, 1752232047.857895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8816, 425045, 1752232048.599604, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8817, 425046, 1752232049.351339, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8818, 425047, 1752232050.093648, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8819, 425048, 1752232050.846630, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8820, 425049, 1752232051.604556, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8821, 425050, 1752232052.353099, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8822, 425051, 1752232053.097004, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8823, 425052, 1752232053.822349, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8824, 425053, 1752232054.560120, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8825, 425053, 1752232054.562897, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8826, 425054, 1752232055.323653, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8827, 425055, 1752232056.064904, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8828, 425055, 1752232056.067754, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8829, 425056, 1752232056.819306, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8830, 425057, 1752232057.591868, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8831, 425058, 1752232058.353118, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8832, 425059, 1752232059.127107, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8833, 425060, 1752232059.871144, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff526612dc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8834, 425101, 1752352833.481580, 1, 'loginFailInvalidUsername', '38087', 0, 0x280021e14000068c3d0002cda6897f05, 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/82.0.0.0 Safari/537.36'),
(8835, 425132, 1752393621.792281, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8836, 425133, 1752393622.673522, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8837, 425134, 1752393623.560827, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8838, 425134, 1752393623.563655, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8839, 425135, 1752393624.431898, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8840, 425136, 1752393625.281060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8841, 425137, 1752393626.145710, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8842, 425138, 1752393627.028551, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8843, 425139, 1752393627.883944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8844, 425140, 1752393628.754254, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8845, 425141, 1752393629.664488, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8846, 425142, 1752393630.525142, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8847, 425143, 1752393631.418351, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8848, 425143, 1752393631.421258, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8849, 425144, 1752393632.311012, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8850, 425145, 1752393633.200518, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8851, 425145, 1752393633.203419, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8852, 425146, 1752393634.041097, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8853, 425146, 1752393634.044383, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca39d04d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8854, 425256, 1752485287.026368, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22666226, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8855, 425281, 1752500973.174258, 1, 'loginFailInvalidUsername', 'root', 0, 0x2a0104f930511e6b0000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(8856, 425304, 1752513058.633976, 1, 'loginFailInvalidUsername', 'administrator', 0, 0x260753000060322a0000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(8857, 425304, 1752513058.689472, 1, 'loginFailInvalidUsername', 'administrator', 0, 0x260753000060322a0000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(8858, 425310, 1752516088.471446, 1, 'loginFailInvalidUsername', 'Carezaike', 0, 0x26003c0000000000f03c93fffe5ac926, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(8859, 425313, 1752517892.241313, 1, 'loginFailInvalidUsername', 'GuaUserWa3', 0, 0x2a0a4cc000c0644448b4c8fffea6ae8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8860, 425392, 1752592559.625690, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3b6e2f90, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8861, 425448, 1752615770.928426, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa077c414, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8862, 425454, 1752621107.829712, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff894adf54, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8863, 425463, 1752626792.368118, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff14cd6ea7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8864, 425470, 1752632441.785952, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0060111000000000000001025, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(8865, 425508, 1752650907.644587, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9eaa42ee, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8866, 425521, 1752659289.491411, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02c207224774480000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(8867, 425522, 1752659790.990784, 1, 'loginFailInvalidUsername', 'Adminroot', 0, 0x00000000000000000000ffffb989eb77, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8868, 425527, 1752662318.032152, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff592e6d5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(8869, 425533, 1752668622.989542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9c01294bf0000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(8870, 425556, 1752683768.959539, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67a9a0a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8871, 425559, 1752686600.560220, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffffb4d363a5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8872, 425569, 1752692173.191506, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67bf4cb5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8873, 425572, 1752694922.306525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d00000000061147001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(8874, 425586, 1752703991.789280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff65233821, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8875, 425589, 1752705813.561108, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8876, 425590, 1752705814.300294, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8877, 425591, 1752705815.051075, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8878, 425592, 1752705815.772044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8879, 425593, 1752705816.505051, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8880, 425594, 1752705817.198468, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8881, 425595, 1752705817.947054, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8882, 425596, 1752705818.659984, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8883, 425597, 1752705819.371621, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8884, 425598, 1752705820.089043, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8885, 425598, 1752705820.091816, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8886, 425599, 1752705820.806715, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8887, 425600, 1752705821.503813, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8888, 425600, 1752705821.507051, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8889, 425601, 1752705822.210039, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8890, 425602, 1752705822.925075, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8891, 425603, 1752705823.661872, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8892, 425604, 1752705824.359375, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8893, 425605, 1752705825.072516, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff55cc465c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8894, 425615, 1752713320.160907, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff2db7c4d6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8895, 425629, 1752721506.252381, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x200141d00203b3380000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8896, 425670, 1752735962.293850, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff4ad01a5a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8897, 425738, 1752758321.365328, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff29b66b12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8898, 425752, 1752760621.497797, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f5961da, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8899, 425754, 1752761316.710263, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x2a0107c8bb0a02380000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8900, 425754, 1752761316.715065, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x2a0107c8bb0a02380000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8901, 425755, 1752761488.906098, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff528c424e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(8902, 425767, 1752766109.707171, 1, 'loginFailInvalidUsername', 'fnkd', 0, 0x00000000000000000000ffffb9e7dcc6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8903, 425771, 1752767630.032011, 1, 'loginFailInvalidUsername', 'web@fingersduke.com', 0, 0x00000000000000000000ffffcbcd0689, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8904, 425792, 1752775392.296544, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67d96f32, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(8905, 425801, 1752778040.429309, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b975f46, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(8906, 425808, 1752780053.268171, 1, 'loginFailInvalidUsername', 'adminuser', 0, 0x00000000000000000000ffff67617e74, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8907, 425844, 1752791837.594532, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9843c120, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(8908, 425856, 1752798252.673553, 1, 'loginFailInvalidUsername', 'root', 0, 0x200141d00336ce000000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8909, 425873, 1752803888.753334, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29b66b12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8910, 425897, 1752809622.636656, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff013409ce, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(8911, 425900, 1752810994.852794, 1, 'loginFailInvalidUsername', 'websitesupport@getpagehub.com', 0, 0x200141d00336ce000000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8912, 425976, 1752927328.197111, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9c01294bf0000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8913, 425987, 1752931824.705597, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffdeffd62d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8914, 426010, 1752941134.694570, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33d23c52, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(8915, 426018, 1752946845.546632, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516dfa4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(8916, 426028, 1752952906.305977, 1, 'loginFailInvalidUsername', '40940', 0, 0x00000000000000000000ffffd8522f1a, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/97.0.0.0 Safari/537.36'),
(8917, 426052, 1752966830.486068, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8794896d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(8918, 426174, 1753012397.562313, 1, 'loginFailInvalidUsername', 'wpadminns', 0, 0x200141d0040130000000000000002309, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8919, 426180, 1753021249.189233, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff8494b3b8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8920, 426218, 1753049001.367560, 1, 'loginFailInvalidUsername', 'rouptin', 0, 0x2406590000036742c88c88e74ecbf2e3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8921, 426219, 1753050696.304348, 1, 'loginFailInvalidUsername', 'gateway', 0, 0x00000000000000000000ffffabf4005b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8922, 426223, 1753058373.797189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3351cf0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8923, 426256, 1753068423.644624, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9c01294bf0000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(8924, 426354, 1753106105.544160, 1, 'loginFailInvalidUsername', 'administrator####ET', 0, 0x00000000000000000000ffff5cde6b71, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8925, 426367, 1753111760.091922, 1, 'loginFailInvalidUsername', 'test01', 0, 0x2a02ab8846003380308badcd7ed641bc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8926, 426493, 1753193640.519310, 1, 'loginFailInvalidUsername', 'Mr-Tech1000', 0, 0x00000000000000000000ffff67fd148a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(8927, 426500, 1753197031.809883, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff7c7ba45c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8928, 426579, 1753256142.440180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0060111000000000000001025, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8929, 426582, 1753256809.155688, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff2d7b2805, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8930, 426588, 1753258516.810214, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff422d1728, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(8931, 426603, 1753262430.208227, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fdc65f6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(8932, 426644, 1753273916.808728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9005a17450000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(8933, 426653, 1753276761.856546, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffffc2a383ea, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8934, 426686, 1753282586.399517, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff312aa068, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8935, 426703, 1753291595.084658, 1, 'loginFailInvalidUsername', 'developer', 0, 0x00000000000000000000ffff675aebc7, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8936, 426707, 1753297239.052158, 1, 'loginFailInvalidUsername', 'fnkd', 0, 0x200141d00336ce000000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8937, 426722, 1753314237.342497, 1, 'loginFailInvalidUsername', 'admin_v3HEj', 0, 0x00000000000000000000ffffd457f4cc, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8938, 426724, 1753317022.957900, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5775ddef, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(8939, 426746, 1753323634.830218, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3326ea6d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8940, 426747, 1753323945.798955, 1, 'loginFailInvalidUsername', 'admin', 0, 0x240172e00001000000000003f660d859, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8941, 426748, 1753324253.222272, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f822002a010000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8942, 426748, 1753324253.226063, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f822002a010000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(8943, 426752, 1753325186.153363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00830002a30000000000000000, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8944, 426774, 1753331713.668332, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff312a982a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(8945, 426794, 1753334453.652215, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff58635e2c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8946, 426796, 1753335096.065647, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9004a462b0000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8947, 426796, 1753335096.072104, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9004a462b0000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8948, 426807, 1753338034.315686, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8949, 426808, 1753338034.763304, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8950, 426809, 1753338035.210510, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8951, 426810, 1753338035.643316, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8952, 426811, 1753338036.070051, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8953, 426812, 1753338036.517799, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8954, 426813, 1753338036.954286, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8955, 426814, 1753338037.377640, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8956, 426815, 1753338037.815815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8957, 426816, 1753338038.254144, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8958, 426816, 1753338038.256934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8959, 426817, 1753338038.710662, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8960, 426818, 1753338039.146821, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8961, 426818, 1753338039.149651, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8962, 426819, 1753338039.588782, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8963, 426820, 1753338040.024325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8964, 426821, 1753338040.461132, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8965, 426822, 1753338040.889708, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8966, 426823, 1753338041.355632, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff035136fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8967, 426847, 1753342771.607165, 1, 'loginFailInvalidUsername', 'Marco', 0, 0x00000000000000000000ffff80c7488c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8968, 426916, 1753359674.625922, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffd448ab31, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8969, 426917, 1753359717.355622, 1, 'loginFailInvalidUsername', 'isbs', 0, 0x2a017e0100000000f03c95fffe46c83a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8970, 426919, 1753360647.924844, 1, 'loginFailInvalidUsername', 'matigan', 0, 0x26003c0000000000f03c93fffe5ac926, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(8971, 426925, 1753368493.108440, 1, 'loginFailInvalidUsername', '78208', 0, 0x00000000000000000000ffff29d794f3, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.0.0 Safari/537.36'),
(8972, 426927, 1753372281.016484, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x20010ee05269ad30bacb29fffeecf9d2, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8973, 426929, 1753374903.817864, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8974, 426930, 1753374904.581251, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8975, 426931, 1753374906.093445, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8976, 426932, 1753374906.855399, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8977, 426933, 1753374907.598342, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8978, 426934, 1753374908.401068, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8979, 426935, 1753374909.463559, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8980, 426936, 1753374910.199436, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8981, 426937, 1753374910.964756, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8982, 426938, 1753374911.699533, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8983, 426939, 1753374912.476917, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8984, 426940, 1753374913.225183, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8985, 426941, 1753374914.003392, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8986, 426941, 1753374914.006140, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8987, 426942, 1753374914.764987, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8988, 426942, 1753374914.768049, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8989, 426943, 1753374915.634304, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8990, 426944, 1753374916.522618, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8991, 426944, 1753374916.525296, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffc4fb7695, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8992, 426948, 1753377260.522514, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff22517081, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8993, 426951, 1753380920.648519, 1, 'loginFailInvalidUsername', 'Adminroot', 0, 0x2a0104ff02f0105a0000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8994, 426953, 1753383832.760251, 1, 'loginFailInvalidUsername', 'wpsupport', 0, 0x00000000000000000000ffff8ac7d5cf, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(8995, 426988, 1753398867.575713, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0885fdf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0'),
(8996, 427009, 1753403425.811140, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0060111000000000000001025, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(8997, 427022, 1753406979.316986, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26003c0000000000f03c93fffe5ac926, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(8998, 427026, 1753407650.201589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x240630c0000001654e5262fffe52bd88, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(8999, 427027, 1753407872.986482, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67da7acb, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9000, 427027, 1753407873.004526, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67da7acb, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9001, 427046, 1753412869.651775, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9002, 427047, 1753412870.380542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9003, 427048, 1753412871.122579, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9004, 427049, 1753412871.875764, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9005, 427050, 1753412872.627638, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9006, 427051, 1753412873.385784, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9007, 427052, 1753412874.121105, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9008, 427053, 1753412874.863076, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9009, 427054, 1753412875.703882, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9010, 427055, 1753412876.469699, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9011, 427055, 1753412876.472484, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9012, 427056, 1753412877.193468, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9013, 427057, 1753412877.944894, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9014, 427057, 1753412877.947864, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9015, 427058, 1753412878.701124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9016, 427059, 1753412879.506955, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(9017, 427060, 1753412880.257093, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9018, 427061, 1753412880.998289, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9019, 427062, 1753412881.751845, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4395c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9020, 427071, 1753421989.905611, 1, 'loginFailInvalidUsername', 'administratoir', 0, 0x00000000000000000000ffffcb1df02d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9021, 427078, 1753428397.485089, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd06d46e7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9022, 427134, 1753434176.357419, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9eaa4228, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9023, 427134, 1753434176.362880, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9eaa4228, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9024, 427139, 1753435030.563031, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2406da1805910a00909855121a6413f8, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9025, 427144, 1753436548.749416, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a0104f801731ce70000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9026, 427152, 1753438044.689778, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x24021f00800117370000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9027, 427166, 1753441037.754133, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff26f280c1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9028, 427182, 1753444165.762725, 1, 'loginFailInvalidUsername', 'webnicheweb', 0, 0x2a0104f9001a96260000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9029, 427192, 1753446135.435927, 1, 'loginFailInvalidUsername', 'adminsantino', 0, 0x00000000000000000000ffff05fc34c1, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9030, 427208, 1753449244.987646, 1, 'loginFailInvalidUsername', 'root', 0, 0x2a0104f9006a1c480000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9031, 427208, 1753449245.003450, 1, 'loginFailInvalidUsername', 'root', 0, 0x2a0104f9006a1c480000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9032, 427228, 1753455402.361698, 1, 'loginFailInvalidUsername', '96922', 0, 0x2c0ff0f8082ed400e4c0a35850c48363, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/94.0.0.0 Safari/537.36'),
(9033, 427231, 1753457359.791655, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x00000000000000000000ffff734fc45e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9034, 427231, 1753457359.804649, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x00000000000000000000ffff734fc45e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9035, 427243, 1753501330.848301, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c05669, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9036, 427284, 1753527840.585907, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9037, 427285, 1753527841.360991, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9038, 427286, 1753527842.132329, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9039, 427287, 1753527842.906476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9040, 427288, 1753527843.701828, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9041, 427289, 1753527844.466727, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9042, 427290, 1753527845.317876, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9043, 427291, 1753527846.084829, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9044, 427292, 1753527846.895926, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9045, 427293, 1753527847.663376, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9046, 427293, 1753527847.666363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9047, 427294, 1753527848.423621, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9048, 427295, 1753527849.195037, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9049, 427295, 1753527849.198013, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9050, 427296, 1753527849.995201, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9051, 427297, 1753527850.774530, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9052, 427298, 1753527851.538276, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9053, 427299, 1753527852.307409, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9054, 427300, 1753527853.070010, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9246c2ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9055, 427306, 1753543533.672864, 1, 'loginFailInvalidUsername', '29897', 0, 0x200144540656fd005d6f3dea47ed6bf2, 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/13.0.0.0 Safari/537.36'),
(9056, 427308, 1753545962.751624, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a05d01c06fa4600ec486763d328d75e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9057, 427329, 1753551097.131129, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00800008000000000000002903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9058, 427357, 1753557381.924386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0faef39, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9059, 427366, 1753560093.084557, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb908ad9f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9060, 427366, 1753560093.089554, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb908ad9f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9061, 427407, 1753581530.337850, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffca3def4b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9062, 427433, 1753598555.441831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffade16872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9063, 427521, 1753657692.305102, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb284524f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9064, 427535, 1753660241.434075, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9005a17450000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9065, 427545, 1753662468.873962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbad17196, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9066, 427597, 1753679685.268734, 1, 'loginFailInvalidUsername', 'developer', 0, 0x2406da18037eda00370207c05c0e7f0d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9067, 427599, 1753682202.606711, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x2a0104f8020051230000000000000002, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9068, 427599, 1753682202.617083, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x2a0104f8020051230000000000000002, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9069, 427609, 1753693317.652559, 1, 'loginFailInvalidUsername', 'admin_user', 0, 0x00000000000000000000ffffadf99056, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9070, 427639, 1753697015.364068, 1, 'loginFailInvalidUsername', 'administratoir', 0, 0x00000000000000000000ffff321e2016, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9071, 427748, 1753715713.703888, 1, 'loginFailInvalidUsername', '84417', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/82.0.0.0 Safari/537.36'),
(9072, 427750, 1753715716.469793, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff2dd7fb79, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9073, 427762, 1753716534.501754, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/10.0.0.0 Safari/537.36'),
(9074, 427765, 1753716775.603981, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2dd7fb79, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9075, 427769, 1753716892.174064, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/71.0.0.0 Safari/537.36'),
(9076, 427782, 1753717934.745041, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/69.0.0.0 Safari/537.36'),
(9077, 427785, 1753718273.765023, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.0.0 Safari/537.36'),
(9078, 427786, 1753718351.567454, 1, 'loginFailInvalidUsername', 'administratoir', 0, 0x00000000000000000000ffff0fccf9c5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9079, 427787, 1753718510.201762, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/66.0.0.0 Safari/537.36'),
(9080, 427791, 1753718894.316586, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/91.0.0.0 Safari/537.36'),
(9081, 427794, 1753719169.303548, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Linux; Android 10; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/98.0.0.0 Safari/537.36'),
(9082, 427797, 1753719495.397212, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/12.0.0.0 Safari/537.36'),
(9083, 427800, 1753719818.355769, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.0.0 Safari/537.36'),
(9084, 427800, 1753719818.359491, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.0.0 Safari/537.36'),
(9085, 427801, 1753720137.202662, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/98.0.0.0 Safari/537.36'),
(9086, 427801, 1753720137.206433, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/98.0.0.0 Safari/537.36'),
(9087, 427805, 1753720452.167188, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/10.0.0.0 Safari/537.36'),
(9088, 427805, 1753720452.171233, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/10.0.0.0 Safari/537.36'),
(9089, 427810, 1753720966.344546, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),
(9090, 427811, 1753721290.315407, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36'),
(9091, 427814, 1753721593.020522, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/67.0.0.0 Safari/537.36'),
(9092, 427818, 1753721889.603852, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Linux; Android 10; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/70.0.0.0 Safari/537.36'),
(9093, 427882, 1753727330.429823, 1, 'loginFailInvalidUsername', 'wpadminns', 0, 0x00000000000000000000ffffd5eeb70a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9094, 427907, 1753729464.470626, 1, 'loginFailInvalidUsername', 'root', 0, 0x2a0104f8022230460000000000000002, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9095, 427919, 1753732541.704717, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffffc0d2cf98, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9096, 427938, 1753736874.305086, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/82.0.0.0 Safari/537.36'),
(9097, 427939, 1753737177.815966, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/76.0.0.0 Safari/537.36'),
(9098, 427940, 1753737495.006949, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x28040214c010328b35a30b0c346a3bec, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36'),
(9099, 427976, 1753746466.883092, 1, 'loginFailInvalidUsername', 'WhoAdminKnows', 0, 0x24021f00800008000000000000001c87, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9100, 428023, 1753776187.161638, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x200141d0040320c20000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9101, 428075, 1753785493.858602, 1, 'loginFailInvalidUsername', 'cmseditor', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(9102, 428099, 1753789386.610412, 1, 'loginFailInvalidUsername', 'wp_rest_api', 0, 0x200141d006091c000000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9103, 428264, 1753851762.181614, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff5713b2e4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9104, 428303, 1753858114.700511, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2404d6800001000002155dfffe000e14, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9105, 428330, 1753869680.645930, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9106, 428331, 1753869681.375797, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9107, 428332, 1753869682.099253, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9108, 428333, 1753869682.869316, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9109, 428334, 1753869683.595019, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9110, 428335, 1753869684.326489, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9111, 428336, 1753869685.048419, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9112, 428337, 1753869685.816154, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9113, 428338, 1753869686.589641, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9114, 428339, 1753869687.334196, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9115, 428339, 1753869687.337058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9116, 428340, 1753869688.058273, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9117, 428341, 1753869688.821035, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9118, 428341, 1753869688.824873, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9119, 428342, 1753869689.567966, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9120, 428343, 1753869690.291798, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9121, 428344, 1753869691.033807, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9122, 428345, 1753869691.784944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9123, 428346, 1753869692.575706, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52661276, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9124, 428415, 1753946262.793490, 1, 'loginFailInvalidUsername', 'Adminroot', 0, 0x00000000000000000000ffff8b3b93da, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9125, 428457, 1753985775.034336, 1, 'loginFailInvalidUsername', 'isbs', 0, 0x00000000000000000000ffffcbd965ed, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9126, 428459, 1753988119.896948, 1, 'loginFailInvalidUsername', 'Marco', 0, 0x2a0104ff01f00a530000000000000001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9127, 428495, 1754032742.294316, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9006a1c480000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9128, 428525, 1754054706.370101, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9129, 428526, 1754054707.096023, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9130, 428527, 1754054707.861184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9131, 428528, 1754054708.608420, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9132, 428529, 1754054709.181604, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9133, 428530, 1754054709.860889, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9134, 428531, 1754054710.608303, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9135, 428532, 1754054711.368303, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9136, 428533, 1754054712.138414, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9137, 428534, 1754054712.807242, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9138, 428535, 1754054713.533956, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9139, 428536, 1754054714.235203, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9140, 428537, 1754054714.990470, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9141, 428538, 1754054715.755118, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9142, 428539, 1754054716.320434, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9143, 428540, 1754054716.905141, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9144, 428540, 1754054716.908129, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9145, 428541, 1754054717.470643, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9146, 428542, 1754054718.047558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9147, 428696, 1754090580.656677, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6f5a9082, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9148, 428702, 1754093311.049054, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26003c0200000000f03c93fffe07e9bd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9149, 428749, 1754128321.220322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9150, 428750, 1754128321.801291, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9151, 428751, 1754128322.370256, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9152, 428752, 1754128322.972609, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9153, 428753, 1754128323.600056, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9154, 428754, 1754128324.156811, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9155, 428755, 1754128324.718561, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9156, 428756, 1754128325.255193, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9157, 428757, 1754128325.814900, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9158, 428758, 1754128326.381483, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9159, 428759, 1754128326.940728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9160, 428760, 1754128327.534519, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9161, 428761, 1754128328.116386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9162, 428762, 1754128328.676831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9163, 428763, 1754128329.225868, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9164, 428764, 1754128329.791331, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9165, 428764, 1754128329.795398, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9166, 428765, 1754128330.371023, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9167, 428766, 1754128330.919070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9168, 428768, 1754128751.984171, 1, 'loginFailInvalidUsername', 'web@fingersduke.com', 0, 0x00000000000000000000ffff26f70ceb, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9169, 428784, 1754134214.883869, 1, 'loginFailInvalidUsername', 'cmseditor', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9170, 428795, 1754138047.737083, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x2a017e0100000000f03c95fffe46c83a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9171, 428795, 1754138047.741427, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x2a017e0100000000f03c95fffe46c83a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9172, 428880, 1754206230.768161, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25cd20e6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(9173, 428920, 1754218677.167724, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff951c99be, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9174, 428930, 1754222226.518036, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f0080011d430000000000000000, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9175, 428933, 1754223665.263956, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e174627, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9176, 428936, 1754224752.868713, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b975f46, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9177, 428936, 1754224752.873008, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b975f46, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9178, 428938, 1754225455.903794, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc6367ef1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9179, 428978, 1754276447.975554, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54f7140f, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9180, 428987, 1754279459.637401, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ac2fe35, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9181, 428987, 1754279459.641790, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ac2fe35, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9182, 428989, 1754280034.474352, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff416c6d6a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9183, 429006, 1754284867.839918, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23cd917e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(9184, 429028, 1754287892.827596, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67624d0a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9185, 429031, 1754288569.339162, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24048c800000101104ddb61de0d3e6e3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(9186, 429056, 1754295717.572219, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x2a0e6a80000304390000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9187, 429072, 1754301460.273713, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff877df0c2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9188, 429073, 1754301813.989895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a017e0200000000f03c94fffe4d22bf, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9189, 429078, 1754303240.372070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67afa3ba, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9190, 429138, 1754324940.438352, 1, 'loginFailInvalidUsername', 'ACH', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(9191, 429162, 1754333981.476395, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x26003c0200000000f03c93fffe07e9bd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9192, 429162, 1754333981.487216, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x26003c0200000000f03c93fffe07e9bd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9193, 429163, 1754334336.774379, 1, 'loginFailInvalidUsername', 'websitesupport@getpagehub.com', 0, 0x24048c800000101104ddb61de0d3e6e3, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9194, 429178, 1754344133.502442, 1, 'loginFailInvalidUsername', 'mr_admin', 0, 0x00000000000000000000ffff2da45c84, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9195, 429181, 1754349049.025590, 1, 'loginFailInvalidUsername', 'web@fingersduke.com', 0, 0x2a00d6800020000000000000000022c3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9196, 429199, 1754358396.717742, 1, 'loginFailInvalidUsername', 'custom', 0, 0x00000000000000000000ffff50fbdb6f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9197, 429213, 1754365104.182979, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a02c207205796780000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9198, 429214, 1754365105.046802, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a02c207205796780000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9199, 429382, 1754402694.154301, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x24021f00800008000000000000002903, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9200, 429382, 1754402694.159906, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x24021f00800008000000000000002903, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9201, 429383, 1754402694.965981, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x24021f00800008000000000000002903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9202, 429383, 1754402694.969000, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x24021f00800008000000000000002903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9203, 429387, 1754404082.348835, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff67bf4cb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9204, 429387, 1754404082.353429, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff67bf4cb5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9205, 429388, 1754404083.576697, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff67bf4cb5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9206, 429388, 1754404083.579665, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff67bf4cb5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9207, 429408, 1754408264.802862, 1, 'loginFailInvalidUsername', 'wp_rest_api', 0, 0x00000000000000000000ffffb284524f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9208, 429409, 1754408265.734459, 1, 'loginFailInvalidUsername', 'wp_rest_api', 0, 0x00000000000000000000ffffb284524f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(9209, 429430, 1754414963.834400, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x00000000000000000000ffff52df00de, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9210, 429430, 1754414963.838930, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x00000000000000000000ffff52df00de, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9211, 429431, 1754416437.796586, 1, 'loginFailInvalidUsername', 'wadminw', 0, 0x00000000000000000000ffffd49305ac, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9212, 429445, 1754424636.786166, 1, 'loginFailInvalidUsername', 'test01', 0, 0x24050201400f71810c908d626b2d629a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9213, 429461, 1754447168.089629, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x2a00d6800020000000000000000022c3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9214, 429461, 1754447168.095219, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x2a00d6800020000000000000000022c3, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9215, 429579, 1754531307.926124, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff2be7708a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9216, 429588, 1754535288.123636, 1, 'loginFailInvalidUsername', '40699', 0, 0x00000000000000000000ffff83e26564, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/93.0.0.0 Safari/537.36'),
(9217, 429636, 1754550810.668836, 1, 'loginFailInvalidUsername', 'metalmaxrs', 0, 0x00000000000000000000ffffac60a110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(9218, 429656, 1754603625.790171, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9219, 429657, 1754603626.596086, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9220, 429658, 1754603627.384989, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9221, 429659, 1754603628.160193, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9222, 429660, 1754603628.941279, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9223, 429661, 1754603629.711560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9224, 429662, 1754603630.491353, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9225, 429663, 1754603631.266350, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9226, 429664, 1754603632.084297, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9227, 429665, 1754603632.883921, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9228, 429666, 1754603633.666279, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9229, 429667, 1754603634.451816, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9230, 429668, 1754603636.923905, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9231, 429669, 1754603637.745379, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9232, 429670, 1754603638.513582, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9233, 429671, 1754603639.279878, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9234, 429672, 1754603640.049476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9235, 429673, 1754603640.844831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9236, 429674, 1754603642.408067, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8fc6c1f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9237, 429677, 1754618054.858213, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(9238, 429678, 1754618055.659537, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9239, 429679, 1754618056.465068, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9240, 429680, 1754618057.266200, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9241, 429681, 1754618058.073081, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9242, 429682, 1754618058.871938, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9243, 429683, 1754618059.688505, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9244, 429684, 1754618060.496666, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9245, 429685, 1754618061.293395, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9246, 429686, 1754618062.094637, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9247, 429686, 1754618062.097445, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9248, 429687, 1754618062.924993, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9249, 429688, 1754618063.746698, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9250, 429688, 1754618063.749589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9251, 429689, 1754618064.581544, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9252, 429690, 1754618065.379561, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9253, 429691, 1754618066.207008, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9254, 429692, 1754618067.067440, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9255, 429693, 1754618067.886668, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5bc77631, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9256, 429694, 1754623250.465887, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9257, 429695, 1754623251.054160, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9258, 429696, 1754623251.649911, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9259, 429697, 1754623252.219451, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9260, 429698, 1754623252.811386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9261, 429699, 1754623253.486384, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9262, 429700, 1754623254.175519, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9263, 429701, 1754623254.783335, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9264, 429702, 1754623255.442295, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9265, 429703, 1754623256.127942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9266, 429704, 1754623256.733709, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9267, 429705, 1754623257.340759, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9268, 429706, 1754623257.993061, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9269, 429707, 1754623258.579371, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9270, 429708, 1754623259.194222, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9271, 429709, 1754623259.788603, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9272, 429709, 1754623259.791748, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9273, 429710, 1754623260.396276, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9274, 429711, 1754623261.007073, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa516e2ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9275, 429791, 1754809377.067371, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1f8c9d3, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9276, 429791, 1754809377.072482, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1f8c9d3, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9277, 429816, 1754817496.268226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74cc4e8c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9278, 429816, 1754817496.283019, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74cc4e8c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9279, 429837, 1754825889.987382, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff505e6126, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(9280, 429946, 1754880886.819047, 1, 'loginFailInvalidUsername', '36979', 0, 0x00000000000000000000ffff6a33587a, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/74.0.0.0 Safari/537.36'),
(9281, 430068, 1754932366.917890, 1, 'loginFailInvalidUsername', 'Administrarot', 0, 0x00000000000000000000ffff416d721f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9282, 430069, 1754932367.751324, 1, 'loginFailInvalidUsername', 'Administrarot', 0, 0x00000000000000000000ffff416d721f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9283, 430211, 1754970485.886981, 1, 'loginFailInvalidUsername', 'wuser', 0, 0x2a017e0100000000f03c95fffe46c83a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9284, 430212, 1754970487.271174, 1, 'loginFailInvalidUsername', 'wuser', 0, 0x2a017e0100000000f03c95fffe46c83a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9285, 430245, 1755074065.904673, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd9ae9860, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9286, 430246, 1755074596.886089, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32069c55, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9287, 430300, 1755100367.757034, 1, 'loginFailInvalidUsername', '86244', 0, 0x240674000098a4ff005c029a3f175a53, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.0.0 Safari/537.36'),
(9288, 430322, 1755128866.090523, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb284524f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9289, 430325, 1755130451.952413, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b79dd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9290, 430358, 1755141010.762758, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9532914a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9291, 430358, 1755141010.767706, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9532914a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9292, 430375, 1755152122.054593, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5cde6b71, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9293, 430380, 1755155595.613127, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67522447, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9294, 430398, 1755161862.895667, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67bf4cb5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9295, 430408, 1755170380.991242, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff710bb2de, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9296, 430436, 1755188845.928968, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff340c3375, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9297, 430510, 1755269117.054723, 1, 'loginFailInvalidUsername', 'administrator1', 0, 0x00000000000000000000ffffadf99056, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9298, 430521, 1755285009.550668, 1, 'loginFailInvalidUsername', 'cmseditor', 0, 0x00000000000000000000ffff129e58eb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9299, 430523, 1755287145.804407, 1, 'loginFailInvalidUsername', 'isbs', 0, 0x00000000000000000000ffff03e0c37c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9300, 430537, 1755300219.026956, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9301, 430538, 1755300219.590612, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9302, 430539, 1755300220.046139, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9303, 430540, 1755300220.490848, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9304, 430541, 1755300220.903422, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9305, 430542, 1755300221.346760, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9306, 430543, 1755300221.810776, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9307, 430544, 1755300222.228217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9308, 430545, 1755300222.670092, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9309, 430546, 1755300223.144769, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9310, 430546, 1755300223.147899, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9311, 430547, 1755300223.572553, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9312, 430548, 1755300224.022740, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9313, 430548, 1755300224.025604, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9314, 430549, 1755300224.459053, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9315, 430550, 1755300225.493923, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9316, 430551, 1755300226.155357, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9317, 430552, 1755300226.564344, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9318, 430553, 1755300226.976190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ca345e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9319, 430560, 1755312985.383225, 1, 'loginFailInvalidUsername', 'wp-system', 0, 0x00000000000000000000ffff8491c46b, 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:96.0) Gecko/20071914 Firefox/96.0'),
(9320, 430560, 1755312985.388164, 1, 'loginFailInvalidUsername', 'wp-system', 0, 0x00000000000000000000ffff8491c46b, 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:96.0) Gecko/20071914 Firefox/96.0'),
(9321, 430568, 1755318430.684011, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x2604a8800800001400000000a20d3000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9322, 430568, 1755318430.688981, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x2604a8800800001400000000a20d3000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9323, 430570, 1755330205.436948, 1, 'loginFailInvalidUsername', '19516', 0, 0x00000000000000000000ffffaf9e24c2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.0.0 Safari/537.36'),
(9324, 430571, 1755330205.437009, 1, 'loginFailInvalidUsername', 'test01', 0, 0x26008807269ac50034b01f256b920325, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9325, 430572, 1755330437.921052, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaf9e24c2, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/85.0.0.0 Safari/537.36'),
(9326, 430577, 1755330686.384885, 1, 'loginFailInvalidUsername', '63357', 0, 0x00000000000000000000ffff756805e7, 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.0.0 Safari/537.36'),
(9327, 430586, 1755332387.830952, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26008807269ac50034b01f256b920325, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9328, 430587, 1755332446.865126, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26008807269ac50034b01f256b920325, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9329, 430711, 1755421139.303364, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb8a86364, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9330, 430898, 1755446228.643519, 1, 'loginFailInvalidUsername', 'charlesmichel234@gmail.com', 0, 0x00000000000000000000ffffb9020484, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9331, 430899, 1755446229.461408, 1, 'loginFailInvalidUsername', 'charlesmichel234@gmail.com', 0, 0x00000000000000000000ffffb9020484, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9332, 430900, 1755446438.505117, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9333, 430999, 1755456352.848867, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9334, 431000, 1755456438.302836, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9335, 431001, 1755456522.599594, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9336, 431002, 1755456603.203084, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9337, 431019, 1755457361.588598, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9338, 431019, 1755457361.592121, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9339, 431020, 1755457457.187510, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9340, 431020, 1755457457.191294, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9341, 431021, 1755457545.187823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9342, 431021, 1755457545.200477, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9343, 431022, 1755457635.857116, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9344, 431030, 1755458418.500705, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9345, 431031, 1755458512.154491, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9346, 431041, 1755459228.836647, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9347, 431041, 1755459228.840879, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9348, 431042, 1755459287.252723, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9349, 431043, 1755459347.330294, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9350, 431048, 1755459405.782281, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff54ed8a8a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9351, 431074, 1755470054.988134, 1, 'loginFailInvalidUsername', 'wplogin', 0, 0x00000000000000000000ffffa2f06653, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0'),
(9352, 431080, 1755473554.491738, 1, 'loginFailInvalidUsername', 'johnelouter', 0, 0x00000000000000000000ffffc81f1602, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(9353, 431083, 1755482938.615988, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff227947a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),
(9354, 431094, 1755486494.154092, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67cc8265, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9355, 431147, 1755494907.249306, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff56301898, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9356, 431150, 1755495257.724552, 1, 'loginFailInvalidUsername', 'Admin', 0, 0x00000000000000000000ffff4e18ba78, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(9357, 431266, 1755522772.118711, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9358, 431267, 1755522772.873182, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9359, 431268, 1755522773.646408, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9360, 431269, 1755522774.404929, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9361, 431270, 1755522775.229339, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9362, 431271, 1755522775.979511, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9363, 431272, 1755522776.760060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9364, 431273, 1755522777.526067, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9365, 431274, 1755522778.282669, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9366, 431275, 1755522779.093054, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9367, 431275, 1755522779.095928, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9368, 431276, 1755522779.856381, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9369, 431277, 1755522780.605229, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9370, 431277, 1755522780.608774, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9371, 431278, 1755522781.366305, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9372, 431279, 1755522782.176338, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9373, 431280, 1755522782.943812, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9374, 431281, 1755522783.726481, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9375, 431282, 1755522784.483502, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff95581355, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9376, 431302, 1755526063.167584, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40395d25, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(9377, 431303, 1755526063.722525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40395d25, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9378, 431331, 1755545559.734024, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9379, 431332, 1755545560.477358, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9380, 431333, 1755545561.222283, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9381, 431334, 1755545561.975649, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9382, 431335, 1755545562.762083, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9383, 431336, 1755545563.524789, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9384, 431337, 1755545564.264412, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9385, 431338, 1755545565.023358, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9386, 431339, 1755545565.778062, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9387, 431340, 1755545566.522575, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9388, 431340, 1755545566.526760, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9389, 431341, 1755545567.279048, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9390, 431342, 1755545568.041121, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9391, 431342, 1755545568.043977, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9392, 431343, 1755545568.794024, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9393, 431344, 1755545569.550772, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9394, 431345, 1755545570.350577, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9395, 431346, 1755545571.120934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9396, 431347, 1755545571.911489, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2578d996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9397, 431363, 1755561276.621157, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9398, 431364, 1755561277.402168, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9399, 431365, 1755561278.159140, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9400, 431366, 1755561278.970805, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9401, 431367, 1755561279.772515, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9402, 431368, 1755561280.557571, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9403, 431369, 1755561281.347087, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9404, 431370, 1755561282.153698, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9405, 431371, 1755561282.912181, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9406, 431372, 1755561283.745205, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9407, 431372, 1755561283.748174, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9408, 431373, 1755561284.550151, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9409, 431374, 1755561285.344280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9410, 431374, 1755561285.347484, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9411, 431375, 1755561286.157381, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9412, 431376, 1755561286.925127, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9413, 431377, 1755561287.737977, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9414, 431378, 1755561288.558839, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9415, 431379, 1755561289.332264, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0917d5e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9416, 431408, 1755572753.235322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33b251f8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9417, 431415, 1755573704.380136, 1, 'loginFailInvalidUsername', '82513', 0, 0x00000000000000000000ffffbc9431fb, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.0.0 Safari/537.36'),
(9418, 431417, 1755574068.241001, 1, 'loginFailInvalidUsername', '26872', 0, 0x00000000000000000000ffffbc9431fb, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/76.0.0.0 Safari/537.36'),
(9419, 431421, 1755574798.530647, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9fc1f1b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9420, 431426, 1755575646.306440, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbc9431fb, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/94.0.0.0 Safari/537.36'),
(9421, 431427, 1755575703.429808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbc9431fb, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),
(9422, 431429, 1755575761.165370, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbc9431fb, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/89.0.0.0 Safari/537.36'),
(9423, 431438, 1755576164.063801, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x24021f00800008000000000000001c87, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9424, 431453, 1755576669.815635, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33ff7c66, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9425, 431453, 1755576669.819268, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33ff7c66, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9426, 431462, 1755577431.517153, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa01e7181, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9427, 431465, 1755580735.680464, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a036f00000500010000000000000c0b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9428, 431471, 1755583648.429238, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bb470e5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9429, 431557, 1755595683.223055, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(9430, 431602, 1755601783.165776, 1, 'loginFailInvalidUsername', 'Administrarot', 0, 0x2a0e6a80000304390000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9431, 431609, 1755602915.724007, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff676e5428, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9432, 431613, 1755603807.565301, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9433, 431620, 1755604834.463880, 1, 'loginFailInvalidUsername', 'xtw18387a411', 0, 0x00000000000000000000ffff2db2e1cd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0'),
(9434, 431647, 1755611850.033825, 1, 'loginFailInvalidUsername', 'support_access', 0, 0x200141d0100813a40000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9435, 431693, 1755668131.572389, 1, 'loginFailInvalidUsername', 'administratoir', 0, 0x00000000000000000000ffffc18f1212, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9436, 431761, 1755689456.719541, 1, 'loginFailInvalidUsername', 'matigan', 0, 0x00000000000000000000ffffa2f0ef40, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9437, 431803, 1755695419.039484, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f930802d550000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9438, 431818, 1755697521.231081, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff3206071d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9439, 431818, 1755697521.235785, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff3206071d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9440, 431832, 1755699906.282541, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffffb9abca8c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9441, 431843, 1755701243.478761, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3d5fdfdd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(9442, 431877, 1755708598.877657, 1, 'loginFailInvalidUsername', 'webuser', 0, 0x00000000000000000000ffffa2f1160b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9443, 431899, 1755717083.230971, 1, 'loginFailInvalidUsername', 'wpcode', 0, 0x00000000000000000000ffff9d5a70ef, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9444, 431904, 1755721623.774217, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x00000000000000000000ffff8491c46b, 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:96.0) Gecko/20071914 Firefox/96.0'),
(9445, 431904, 1755721623.779441, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x00000000000000000000ffff8491c46b, 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:96.0) Gecko/20071914 Firefox/96.0'),
(9446, 431934, 1755735548.542032, 1, 'loginFailInvalidUsername', 'usviktory', 0, 0x200141d0030402000000000000008496, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(9447, 431943, 1755737346.687007, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc09b5a93, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9448, 431964, 1755740876.911581, 1, 'loginFailInvalidUsername', 'main_option', 0, 0x00000000000000000000ffff9de61805, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9449, 431992, 1755746660.611265, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc7fad027, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9450, 431992, 1755746660.615927, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc7fad027, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9451, 432083, 1755827919.001447, 1, 'loginFailInvalidUsername', 'xtw183875df7', 0, 0x2a00f94000020004000400000000005f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(9452, 432123, 1755856719.101052, 1, 'loginFailInvalidUsername', 'adminroot', 0, 0x00000000000000000000ffff5057c77b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9453, 432123, 1755856719.105761, 1, 'loginFailInvalidUsername', 'adminroot', 0, 0x00000000000000000000ffff5057c77b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9454, 432125, 1755857632.184244, 1, 'loginFailInvalidUsername', 'root', 0, 0x200141d00302110000000000000018a5, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9455, 432134, 1755862776.029922, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffffa2ddbb9a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9456, 432151, 1755874251.049057, 1, 'loginFailInvalidUsername', 'administrator####ET', 0, 0x2a0104f9c01295d50000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9457, 432153, 1755876137.786963, 1, 'loginFailInvalidUsername', 'adminkelp', 0, 0x24021f00800008000000000000002903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(9458, 432172, 1755890600.481332, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff671f26a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9459, 432172, 1755890600.486529, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff671f26a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9460, 432190, 1755903319.029200, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68c6171e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9461, 432261, 1755928455.586230, 1, 'loginFailInvalidUsername', 'admin_v3HEj', 0, 0x26003c0300000000f03c92fffed47bfd, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9462, 432277, 1755931563.714507, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff675ceb11, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9463, 432358, 1755943825.278534, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b79dd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9464, 432369, 1755945634.414135, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00403299a0000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0'),
(9465, 432388, 1755951307.329327, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03fa000800010100000031a22ce283, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(9466, 432388, 1755951307.333941, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03fa000800010100000031a22ce283, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(9467, 432419, 1755963692.478496, 1, 'loginFailInvalidUsername', 'badend', 0, 0x00000000000000000000ffff67a76223, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0'),
(9468, 432430, 1755965689.964441, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bae44a3, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9469, 432462, 1755969702.149797, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ef421a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9470, 432485, 1755973659.024776, 1, 'loginFailInvalidUsername', 'wp_rest_api', 0, 0x2a04e8c000120000000000000000001d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9471, 432522, 1755981406.015824, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000200d0000000000eec9001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9472, 432562, 1755997061.021009, 1, 'loginFailInvalidUsername', 'Admin', 0, 0x261001c800180046000000000aa509da, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0'),
(9473, 432565, 1756000168.426178, 1, 'loginFailInvalidUsername', 'xtw1838767e9', 0, 0x00000000000000000000ffffa75650b5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),
(9474, 432636, 1756036942.602437, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22aac694, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9475, 432648, 1756040165.309275, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff40e3b0b5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9476, 432743, 1756082027.323263, 1, 'loginFailInvalidUsername', 'xtw1838782aa', 0, 0x2a028428c69d5701045533fffe0c7d6a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(9477, 432744, 1756083831.219830, 1, 'loginFailInvalidUsername', 'web@fingersduke.com', 0, 0x2a104c40000100530000000000000010, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9478, 432750, 1756088204.597226, 1, 'loginFailInvalidUsername', 'xtw183877fa7', 0, 0x00000000000000000000ffff335bdd21, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0'),
(9479, 432769, 1756092303.765146, 1, 'loginFailInvalidUsername', 'wuser', 0, 0x00000000000000000000ffff67ade3bc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(9480, 432853, 1756115289.063258, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x2a12d282010400310000000000000000, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9481, 432895, 1756118955.650144, 1, 'loginFailInvalidUsername', 'Mr-Tech1000', 0, 0x00000000000000000000ffffb8a87e61, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9482, 432974, 1756126234.453332, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff5f9ac68a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9483, 433089, 1756137689.305859, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9484, 433214, 1756150262.208294, 1, 'loginFailInvalidUsername', 'wuser', 0, 0x00000000000000000000ffff548fa160, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9485, 433223, 1756151336.853682, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe6a916f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9486, 433265, 1756155792.548390, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffabf422d3, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9487, 433282, 1756165145.919351, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9488, 433283, 1756165450.697705, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9489, 433284, 1756165742.364877, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9490, 433285, 1756166033.165909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9491, 433286, 1756166309.757712, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9492, 433287, 1756166576.414701, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9493, 433288, 1756166872.124953, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9494, 433292, 1756168854.255826, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9495, 433294, 1756169031.957303, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9496, 433299, 1756171276.256639, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9497, 433300, 1756171365.045053, 1, 'loginFailInvalidUsername', 'xtw18387991e', 0, 0x2a036f01000100020000000000004677, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0'),
(9498, 433301, 1756171557.353296, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffffc50e7ae8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9499, 433460, 1756247633.117964, 1, 'loginFailInvalidUsername', '27322', 0, 0x00000000000000000000ffff67ad0922, 'Mozilla/5.0 (Linux; Android 10; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/10.0.0.0 Safari/537.36'),
(9500, 433461, 1756248744.096909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67ad0922, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/12.0.0.0 Safari/537.36'),
(9501, 433462, 1756248832.708560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67ad0922, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36'),
(9502, 433471, 1756249530.333268, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67a6b673, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9503, 433472, 1756249599.621322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67ad0922, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/71.0.0.0 Safari/537.36'),
(9504, 433475, 1756249833.116512, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2406da180def10006a48d0160e6606d6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9505, 433498, 1756252544.646076, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9506, 433499, 1756252545.535064, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9507, 433500, 1756252547.183087, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9508, 433501, 1756252547.976762, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9509, 433502, 1756252548.809098, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9510, 433503, 1756252549.618489, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9511, 433504, 1756252550.464006, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9512, 433505, 1756252551.265029, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9513, 433506, 1756252552.069412, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9514, 433507, 1756252552.886464, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9515, 433508, 1756252553.721524, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9516, 433509, 1756252554.542671, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9517, 433510, 1756252555.402285, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9518, 433510, 1756252555.405188, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9519, 433511, 1756252556.228378, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9520, 433511, 1756252556.231189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9521, 433512, 1756252557.057348, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9522, 433513, 1756252557.888542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9523, 433513, 1756252557.891485, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9d423772, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9524, 433681, 1756285420.164500, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040b44100000000000000000000035, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(9525, 433704, 1756291149.445165, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9526, 433705, 1756291150.156026, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9527, 433706, 1756291150.857089, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9528, 433707, 1756291151.582811, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9529, 433708, 1756291152.293893, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9530, 433708, 1756291152.296724, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9531, 433709, 1756291153.006429, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9532, 433710, 1756291153.725330, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9533, 433711, 1756291154.445773, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9534, 433712, 1756291155.161330, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9535, 433713, 1756291155.888263, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9536, 433713, 1756291155.891245, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9537, 433714, 1756291156.619776, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9538, 433715, 1756291157.350223, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9539, 433715, 1756291157.354102, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9540, 433716, 1756291158.058310, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9541, 433716, 1756291158.061108, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9542, 433717, 1756291158.766215, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9543, 433717, 1756291158.769289, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9544, 433718, 1756291159.474080, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7cbe7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9545, 433774, 1756320587.573471, 1, 'loginFailInvalidUsername', 'test01', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9546, 433778, 1756327716.697266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9547, 433779, 1756327815.963069, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9548, 433787, 1756328592.208090, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9549, 433788, 1756328691.614271, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9550, 433789, 1756328791.003677, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9551, 433790, 1756328887.649623, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9552, 433790, 1756328887.653699, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9553, 433791, 1756328975.457405, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9554, 433791, 1756328975.460866, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9555, 433792, 1756329063.160290, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9556, 433792, 1756329063.164167, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9557, 433793, 1756329145.760823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9558, 433794, 1756329229.209023, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9559, 433820, 1756329916.563050, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x28041eb000c006167b889a3be5486f4a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9560, 433822, 1756331635.215950, 1, 'loginFailInvalidUsername', 'pars', 0, 0x2a036f01000100020000000000004677, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),
(9561, 433853, 1756367541.470105, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff6cb3dbb2, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9562, 433862, 1756368785.188442, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffadf923ba, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9563, 433935, 1756384553.429890, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x240659000003506966fb190478a1bee0, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9564, 434003, 1756410555.182991, 1, 'loginFailInvalidUsername', 'rouptin', 0, 0x00000000000000000000ffff9d5a70ef, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9565, 434029, 1756420693.536382, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89489, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9566, 434041, 1756423750.264552, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b2de4c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9567, 434105, 1756432754.895214, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9b042f36, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9568, 434119, 1756434966.179545, 1, 'loginFailInvalidUsername', '89225', 0, 0x00000000000000000000ffff70cfb55f, 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/11.0.0.0 Safari/537.36'),
(9569, 434130, 1756435891.891970, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff70cfb55f, 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/95.0.0.0 Safari/537.36'),
(9570, 434171, 1756441160.700297, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffacd2442f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9571, 434191, 1756445165.791763, 1, 'loginFailInvalidUsername', 'administrator####ET', 0, 0x00000000000000000000ffffa200e224, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9572, 434256, 1756525680.819748, 1, 'loginFailInvalidUsername', 'karthik', 0, 0x2a0227aa000000000000000000000ac1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0'),
(9573, 434260, 1756545021.766019, 1, 'loginFailInvalidUsername', '22454', 0, 0x2001445406a5a40011dd90051a707c3b, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/13.0.0.0 Safari/537.36'),
(9574, 434296, 1756551436.113193, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a036f00000400000000000000000696, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(9575, 434366, 1756569429.374186, 1, 'loginFailInvalidUsername', 'jb', 0, 0x00000000000000000000ffffa21319a0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9576, 434397, 1756605270.408392, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0107c8aac0005a0000000000000001, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9577, 434409, 1756608286.868554, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff9de6db76, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9578, 434453, 1756620124.767590, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff768bb663, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9579, 434494, 1756627857.085026, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffffa428f176, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9580, 434501, 1756629081.895073, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff67cdd34e, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9581, 434551, 1756636625.841056, 1, 'loginFailInvalidUsername', 'test01', 0, 0x2407d000000bfee9e941d70f8bf7197e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9582, 434572, 1756642761.503999, 1, 'loginFailInvalidUsername', 'rgrferraz_g003mx5u', 0, 0x00000000000000000000ffff5a9c8e1f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(9583, 434584, 1756647637.060301, 1, 'loginFailInvalidUsername', 'developer', 0, 0x00000000000000000000ffffb9c4a155, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9584, 434585, 1756649670.298602, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000bfee9e941d70f8bf7197e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9585, 434586, 1756649765.805921, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000bfee9e941d70f8bf7197e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9586, 434610, 1756681584.800163, 1, 'loginFailInvalidUsername', 'cmseditor', 0, 0x00000000000000000000ffffcbd965ed, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9587, 434633, 1756706120.268086, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9588, 434634, 1756706229.644637, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9589, 434644, 1756706955.800632, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9590, 434645, 1756707015.503149, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9591, 434646, 1756707073.304471, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9592, 434648, 1756708127.166107, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9593, 434649, 1756708201.256491, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9594, 434650, 1756708267.148055, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9595, 434655, 1756708945.861045, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9596, 434656, 1756709013.468604, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9597, 434666, 1756710984.518459, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9598, 434667, 1756711058.304147, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9599, 434668, 1756711114.220931, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x2407d000000b51a844808afed50f0863, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9600, 434677, 1756734722.949005, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2406590000035069e392aa53d5695f47, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9601, 434686, 1756737326.367037, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa75650b5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),
(9602, 434689, 1756746563.569422, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24008500130107380133013001030036, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9603, 434691, 1756755414.900659, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff320698d6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9604, 434726, 1756801723.247184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff50fbdb6f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9605, 434756, 1756829636.186753, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff222d5992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9606, 434784, 1756842961.583268, 1, 'loginFailInvalidUsername', '55311', 0, 0x00000000000000000000ffff9ad03218, 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/80.0.0.0 Safari/537.36'),
(9607, 434785, 1756843262.649874, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad03218, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/70.0.0.0 Safari/537.36'),
(9608, 434786, 1756843371.445875, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad03218, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.0.0 Safari/537.36'),
(9609, 434787, 1756843473.629144, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad03218, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/66.0.0.0 Safari/537.36'),
(9610, 434788, 1756843571.829278, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/62.0.0.0 Safari/537.36'),
(9611, 434789, 1756843663.829785, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/84.0.0.0 Safari/537.36'),
(9612, 434797, 1756843758.048759, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/62.0.0.0 Safari/537.36'),
(9613, 434798, 1756843851.293333, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/12.0.0.0 Safari/537.36'),
(9614, 434799, 1756843947.634865, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/74.0.0.0 Safari/537.36'),
(9615, 434800, 1756844042.945135, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/75.0.0.0 Safari/537.36'),
(9616, 434801, 1756844140.483236, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/63.0.0.0 Safari/537.36'),
(9617, 434810, 1756844879.089335, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36'),
(9618, 434811, 1756844960.230476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/78.0.0.0 Safari/537.36'),
(9619, 434812, 1756845044.885963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Linux; Android 10; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/62.0.0.0 Safari/537.36'),
(9620, 434813, 1756845122.744198, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/90.0.0.0 Safari/537.36'),
(9621, 434814, 1756845205.244196, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/84.0.0.0 Safari/537.36'),
(9622, 434815, 1756845283.396579, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36'),
(9623, 434816, 1756845364.930203, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Linux; Android 10; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/83.0.0.0 Safari/537.36'),
(9624, 434817, 1756845447.693303, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321e, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),
(9625, 434818, 1756845533.244947, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/77.0.0.0 Safari/537.36'),
(9626, 434819, 1756845622.998763, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/77.0.0.0 Safari/537.36'),
(9627, 434820, 1756845698.891178, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.0.0 Safari/537.36'),
(9628, 434821, 1756845784.888664, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/71.0.0.0 Safari/537.36'),
(9629, 434822, 1756845860.431067, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Linux; Android 10; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/80.0.0.0 Safari/537.36'),
(9630, 434823, 1756845937.380649, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),
(9631, 434824, 1756846011.686446, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.0.0 Safari/537.36'),
(9632, 434825, 1756846091.178872, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/70.0.0.0 Safari/537.36'),
(9633, 434825, 1756846091.182456, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/70.0.0.0 Safari/537.36'),
(9634, 434826, 1756846171.337342, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36'),
(9635, 434826, 1756846171.346928, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36'),
(9636, 434827, 1756846249.993082, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/95.0.0.0 Safari/537.36'),
(9637, 434827, 1756846249.997182, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff9ad0321b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Edge/95.0.0.0 Safari/537.36'),
(9638, 434833, 1756846571.237705, 1, 'loginFailInvalidUsername', 'stilian', 0, 0x00000000000000000000ffff9fcbb1b8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0'),
(9639, 434883, 1756882306.681617, 1, 'loginFailInvalidUsername', 'mahfujit', 0, 0x00000000000000000000ffff9fdfbe67, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(9640, 434892, 1756884532.069590, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x00000000000000000000ffffa554dae9, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9641, 434892, 1756884532.073520, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x00000000000000000000ffffa554dae9, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9642, 434967, 1756926653.183961, 1, 'loginFailInvalidUsername', 'casadelossietepatios-admin', 0, 0x2406da1802f58200b89cfab875aba161, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(9643, 434968, 1756926715.784594, 1, 'loginFailInvalidUsername', 'casadelossietepatios-admin', 0, 0x200141d00002ebd80000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0'),
(9644, 434979, 1756944647.544347, 1, 'loginFailInvalidUsername', 'wpcode', 0, 0x24006180010000d00000000009bce001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(9645, 435023, 1756962111.307986, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc6367ef1, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9646, 435023, 1756962111.312695, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc6367ef1, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9647, 435024, 1756962415.106833, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff566ed126, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9648, 435066, 1756971122.348487, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b2ecbb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9649, 435067, 1756971449.145301, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f81c1cf5b00000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(9650, 435330, 1757069727.451022, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c7ec6b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(9651, 435331, 1757069728.224284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c7ec6b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9652, 435338, 1757070812.588471, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9653, 435339, 1757070813.267066, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9654, 435340, 1757070813.896571, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9655, 435341, 1757070814.536434, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9656, 435342, 1757070815.183816, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9657, 435343, 1757070815.808726, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9658, 435344, 1757070816.448788, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9659, 435345, 1757070817.080894, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9660, 435346, 1757070817.752361, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9661, 435347, 1757070818.401735, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9662, 435348, 1757070819.063779, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9663, 435349, 1757070819.695798, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9664, 435350, 1757070820.353228, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9665, 435350, 1757070820.356165, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9666, 435351, 1757070821.012198, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9667, 435352, 1757070821.685962, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9668, 435353, 1757070822.332470, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9669, 435354, 1757070822.963697, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9670, 435355, 1757070823.588397, 1, 'loginFailInvalidUsername', 'itguys', 0, 0x00000000000000000000ffff55cb0f2b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9671, 435517, 1757142697.609801, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9672, 435518, 1757142698.429766, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9673, 435519, 1757142699.189917, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9674, 435520, 1757142699.968909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9675, 435521, 1757142700.730762, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9676, 435522, 1757142701.547212, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9677, 435523, 1757142702.373419, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9678, 435524, 1757142703.155488, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(9679, 435525, 1757142703.966838, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9680, 435526, 1757142704.767778, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9681, 435527, 1757142705.525513, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9682, 435528, 1757142706.288557, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9683, 435529, 1757142707.036238, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9684, 435530, 1757142707.778152, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9685, 435531, 1757142708.630053, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9686, 435532, 1757142709.419004, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9687, 435533, 1757142710.207069, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9688, 435534, 1757142710.952186, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9689, 435535, 1757142711.759951, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff681cd3ba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9690, 435540, 1757159494.624925, 1, 'loginFailInvalidUsername', 'tahir.rasul@oogloo.net', 0, 0x2a0247800010e7790000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9691, 435551, 1757176513.938022, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a0b728001000000046b20fffe002057, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9692, 435559, 1757178921.394588, 1, 'loginFailInvalidUsername', 'Adminroot', 0, 0x200108d809a24d000000000000a97ef6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9693, 435571, 1757182208.842137, 1, 'loginFailInvalidUsername', 'administrator1', 0, 0x00000000000000000000ffff50f8e25e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9694, 435578, 1757211867.854881, 1, 'loginFailInvalidUsername', 'admin@slzr-studio.tiendacolgroup.com', 0, 0x200108882000004e0184000000000129, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(9695, 435585, 1757255712.319928, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00002ebd80000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0'),
(9696, 435635, 1757296309.794606, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25bb918e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9697, 435670, 1757326466.294041, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9698, 435671, 1757326466.725506, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9699, 435672, 1757326467.141792, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9700, 435673, 1757326467.573792, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9701, 435674, 1757326467.983013, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9702, 435675, 1757326468.437544, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9703, 435676, 1757326468.901553, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9704, 435677, 1757326469.316411, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9705, 435678, 1757326469.736377, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9706, 435679, 1757326470.205124, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9707, 435680, 1757326470.601339, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9708, 435681, 1757326471.001288, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9709, 435682, 1757326471.408799, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9710, 435683, 1757326471.820893, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9711, 435684, 1757326472.272796, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9712, 435685, 1757326472.704984, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9713, 435686, 1757326473.114196, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9714, 435687, 1757326473.521773, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9715, 435688, 1757326473.942606, 1, 'loginFailInvalidUsername', 'vegasaltasonline', 0, 0x00000000000000000000ffff23bebec9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9716, 435710, 1757393770.506715, 1, 'loginFailInvalidUsername', 'awamdinr', 0, 0x00000000000000000000ffffc2a4194a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(9717, 435713, 1757406498.036155, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9718, 435714, 1757406498.491991, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9719, 435715, 1757406498.964634, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9720, 435716, 1757406499.443014, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9721, 435717, 1757406499.910366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9722, 435718, 1757406500.414460, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9723, 435719, 1757406500.885487, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9724, 435720, 1757406501.344482, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9725, 435721, 1757406501.830752, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9726, 435722, 1757406502.324154, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9727, 435722, 1757406502.327052, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9728, 435723, 1757406502.774552, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9729, 435724, 1757406503.277934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9730, 435724, 1757406503.280943, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9731, 435725, 1757406503.851463, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9732, 435726, 1757406504.524541, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9733, 435727, 1757406504.973495, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9734, 435728, 1757406505.426225, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9735, 435729, 1757406505.871041, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9c19c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9736, 435741, 1757413322.690476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff82c14d23, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9737, 435748, 1757416672.588768, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0d5940003400000000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9738, 435759, 1757420345.889141, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2607f1300000010300ff00fff02c3079, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9739, 435779, 1757426407.062832, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200108d809a24d000000000000a97ef6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(9740, 435787, 1757428786.509290, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89489, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9741, 436027, 1757469814.221459, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5d6e08, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9742, 436040, 1757471915.933398, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3d5fdfdd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9743, 436041, 1757472018.134106, 1, 'loginFailInvalidUsername', 'xtw183875699', 0, 0x00000000000000000000ffff89b84016, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9744, 436044, 1757472507.045147, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00002037d0000000000000000, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9745, 436073, 1757476712.244495, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0d5d7b63, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9746, 436119, 1757484745.926851, 1, 'loginFailInvalidUsername', 'username', 0, 0x2a03fa000800010100000031a22ce283, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),
(9747, 436320, 1757520324.282199, 1, 'loginFailInvalidUsername', 'xtw1838789f5', 0, 0x2a0107c8fff80074505400fffe1a2203, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),
(9748, 436323, 1757520669.345081, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de62da6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(9749, 436354, 1757525876.329728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68ec4ab4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9750, 436377, 1757543298.288435, 1, 'loginFailInvalidUsername', 'xtw18387eef7', 0, 0x00000000000000000000ffff6bb4f063, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),
(9751, 436406, 1757556379.076648, 1, 'loginFailInvalidUsername', 'root', 0, 0x200141d0020346810000000000000000, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9752, 436437, 1757563044.524658, 1, 'loginFailInvalidUsername', 'matigan', 0, 0x00000000000000000000ffffa1f8c9ab, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9753, 436439, 1757563393.631676, 1, 'loginFailInvalidUsername', 'Mr-Tech1000', 0, 0x2a0104f80c2c83680000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9754, 436442, 1757563949.106946, 1, 'loginFailInvalidUsername', 'wadminw', 0, 0x00000000000000000000ffff672a75a5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9755, 436484, 1757584318.135775, 1, 'loginFailInvalidUsername', 'xtw18387ea09', 0, 0x2a0104f80c0c4d1c0000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(9756, 436499, 1757592408.014448, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9757, 436502, 1757594541.672666, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9758, 436503, 1757594610.918867, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9759, 436504, 1757594681.076445, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9760, 436505, 1757594750.203599, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9761, 436507, 1757594817.857687, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9762, 436508, 1757594890.618896, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9763, 436509, 1757594964.263083, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9764, 436527, 1757595694.996353, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9765, 436528, 1757595772.722379, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9766, 436529, 1757595841.233159, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9767, 436530, 1757595908.160684, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffaafa4cee, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9768, 436558, 1757608188.223731, 1, 'loginFailInvalidUsername', 'Administrarot', 0, 0x00000000000000000000ffff44b76a4f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9769, 436567, 1757622761.974324, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff67a7d989, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9770, 436595, 1757653053.212916, 1, 'loginFailInvalidUsername', 'wertuslash', 0, 0x2a0196e0000005450003000000000006, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9771, 436643, 1757663301.815933, 1, 'loginFailInvalidUsername', 'administrator', 0, 0x00000000000000000000ffff0136480b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9772, 436643, 1757663301.820707, 1, 'loginFailInvalidUsername', 'administrator', 0, 0x00000000000000000000ffff0136480b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9773, 436663, 1757667170.042979, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9774, 436664, 1757667170.801470, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9775, 436665, 1757667171.560767, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9776, 436666, 1757667172.312751, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9777, 436667, 1757667173.090077, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9778, 436668, 1757667173.824545, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9779, 436669, 1757667174.651483, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9780, 436670, 1757667175.514863, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9781, 436671, 1757667176.356925, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9782, 436672, 1757667177.139502, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9783, 436673, 1757667177.919477, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9784, 436674, 1757667178.682606, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9785, 436675, 1757667179.440095, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9786, 436676, 1757667180.188359, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9787, 436677, 1757667180.974049, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9788, 436678, 1757667181.731775, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9789, 436679, 1757667182.485582, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9790, 436680, 1757667183.278769, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9791, 436681, 1757667184.122463, 1, 'loginFailInvalidUsername', 'admin99tour', 0, 0x00000000000000000000ffffb9f8551b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9792, 436734, 1757678642.597116, 1, 'loginFailInvalidUsername', 'wertuslash', 0, 0x00000000000000000000ffffb996bede, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9793, 436878, 1757750454.934722, 1, 'loginFailInvalidUsername', 'Mr-Tech1000', 0, 0x00000000000000000000ffff70c400e4, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9794, 436976, 1757773081.132327, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b787fc, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9795, 437056, 1757862367.164316, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff3351cf0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9796, 437061, 1757863886.079837, 1, 'loginFailInvalidUsername', 'loggershell443@gmail.com', 0, 0x2a00d680002000500000000000002dfa, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9797, 437061, 1757863886.084349, 1, 'loginFailInvalidUsername', 'loggershell443@gmail.com', 0, 0x2a00d680002000500000000000002dfa, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9798, 437062, 1757864109.477966, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff80c74f51, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9799, 437073, 1757866502.729589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadec7f30, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9800, 437128, 1757874463.633190, 1, 'loginFailInvalidUsername', 'Mr-Tech1000', 0, 0x2a007a60000075200000000000000002, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9801, 437151, 1757882019.558105, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0ee1cda5, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9802, 437166, 1757897811.185832, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24056587096065000ceb634f5345bded, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9803, 437188, 1757904863.260944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a44bb72, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9804, 437231, 1757912974.198238, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0196e0000005450003000000000006, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9805, 437282, 1757924403.746625, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00302110000000000000018a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9806, 437303, 1757929174.503834, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff12ebe7d2, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9807, 437318, 1757931039.640651, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000200d0000000000d90c001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9808, 437333, 1757936429.816724, 1, 'loginFailInvalidUsername', 'Adminroot', 0, 0x00000000000000000000ffff287bc59d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9809, 437396, 1757979846.348691, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00336ce000000000000000000, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9810, 437449, 1758009626.146728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc1a4112d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9811, 437451, 1758013804.690879, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff734f2088, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9812, 437467, 1758035613.955441, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x26001f187167cd00d15172978aca1272, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9813, 437477, 1758037815.141924, 1, 'loginFailInvalidUsername', 'wpsupport', 0, 0x00000000000000000000ffff676e5428, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9814, 437478, 1758038047.825767, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffffa516057b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9815, 437495, 1758045240.624598, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d00000000024247001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9816, 437496, 1758045925.818590, 1, 'loginFailInvalidUsername', '27179', 0, 0x240940f0002b1dcd0dbbb8b94c577f05, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/86.0.0.0 Safari/537.36'),
(9817, 437497, 1758047594.460704, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff7390c65f, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9818, 437498, 1758063743.043975, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9819, 437499, 1758063743.865493, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9820, 437500, 1758063744.675155, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9821, 437501, 1758063745.521961, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9822, 437502, 1758063746.428349, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9823, 437503, 1758063747.279158, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9824, 437504, 1758063748.171655, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9825, 437505, 1758063749.051202, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9826, 437506, 1758063749.945007, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9827, 437507, 1758063750.854296, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9828, 437507, 1758063750.857626, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9829, 437508, 1758063751.721601, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9830, 437509, 1758063752.585364, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9831, 437509, 1758063752.588653, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9832, 437510, 1758063753.452128, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9833, 437511, 1758063754.290133, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9834, 437512, 1758063755.167157, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9835, 437513, 1758063756.021555, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9836, 437514, 1758063756.852880, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa763453c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9837, 437540, 1758146269.577228, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104ff00f0c3470000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.171 Safari/537.36 Edg/115.0.1901.203'),
(9838, 437562, 1758155182.528244, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2406da18011aa100b283af8fe4a570ae, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9839, 437625, 1758216495.304933, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff679ab9b4, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9840, 437650, 1758224649.065058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880000200d0000000001916c001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(9841, 437665, 1758244926.867614, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd9acbd64, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9842, 437670, 1758247602.471042, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e38c12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(9843, 437673, 1758248648.673491, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2402080063b7ff64a39ec89d5dc8889d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9844, 437678, 1758250330.060277, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a12d282010400310000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9845, 437679, 1758250667.569067, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a12d282010400310000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9846, 437692, 1758255106.121430, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff57e5412e, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9847, 437708, 1758261729.974513, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff43cd2a0a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(9848, 437733, 1758275373.173978, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff022a85e9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9849, 437734, 1758275373.460975, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff67c82007, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9850, 437735, 1758275638.424093, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff022a85e9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9851, 437736, 1758275676.646364, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e18827, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9852, 437737, 1758275705.684889, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff022a85e9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9853, 437738, 1758275760.719054, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c82007, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9854, 437741, 1758275845.066690, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e18827, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9855, 437743, 1758275932.305088, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c82007, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9856, 437750, 1758276176.254815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e18827, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9857, 437756, 1758276419.562673, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e18827, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9858, 437759, 1758276596.195230, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e18827, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9859, 437760, 1758276684.160854, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c82007, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9860, 437760, 1758276684.171892, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c82007, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9861, 437864, 1758353465.277256, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9862, 437898, 1758363672.120973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32069b39, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9863, 437899, 1758363691.946466, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff48a72114, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9864, 437925, 1758373641.525895, 1, 'loginFailInvalidUsername', 'administrator', 0, 0x00000000000000000000ffff8b3b6184, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9865, 437925, 1758373641.531242, 1, 'loginFailInvalidUsername', 'administrator', 0, 0x00000000000000000000ffff8b3b6184, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9866, 437985, 1758449371.073410, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x2a0a51c10000001e0094019902150041, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9867, 438010, 1758456159.833478, 1, 'loginFailInvalidUsername', 'azul9721A', 0, 0x00000000000000000000ffffa5e38c12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9868, 438028, 1758459867.270401, 1, 'loginFailInvalidUsername', 'wp_rest_api', 0, 0x00000000000000000000ffffd5885da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9869, 438089, 1758481312.092716, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb9fa2651, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9870, 438105, 1758483735.368022, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a13adc0000000009af2b3fffee7e38c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9871, 438159, 1758491859.033230, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26001f187167cd00d15172978aca1272, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36 Edg/116.0.1938.62'),
(9872, 438172, 1758494382.691315, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff679ab9b4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9873, 438184, 1758496916.633787, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a75949d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9874, 438201, 1758501548.375838, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f81c1bdfa80000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9875, 438209, 1758503072.172772, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00800008000000000000003980, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9876, 438209, 1758503072.185774, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00800008000000000000003980, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9877, 438216, 1758504266.572850, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a104c40000100530000000000000010, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9878, 438231, 1758512372.156460, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffb94b8ff3, 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:96.0) Gecko/20071914 Firefox/96.0'),
(9879, 438231, 1758512372.169381, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffb94b8ff3, 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:96.0) Gecko/20071914 Firefox/96.0'),
(9880, 438233, 1758516431.805536, 1, 'loginFailInvalidUsername', '31584', 0, 0x00000000000000000000ffff29d291ca, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/74.0.0.0 Safari/537.36'),
(9881, 438300, 1758539819.167589, 1, 'loginFailInvalidUsername', 'GuaUserWa3', 0, 0x00000000000000000000ffff9843c120, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9882, 438349, 1758554392.366735, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26030003610cf0900000000000000000, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9883, 438360, 1758556494.117854, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff675216a6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9884, 438373, 1758559194.451383, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa2f00657, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9885, 438412, 1758566363.202281, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a441350, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9886, 438421, 1758568242.866734, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff321e2016, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9887, 438421, 1758568242.871228, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff321e2016, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9888, 438425, 1758569423.469552, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67ade3bc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9889, 438437, 1758571580.767962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a13adc0000000009af2b3fffee7e38c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9890, 438454, 1758574536.615808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3e92eddb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9891, 438456, 1758574997.619990, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffacf59b0a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9892, 438585, 1758605374.470013, 1, 'loginFailInvalidUsername', 'admin', 0, 0x240565870960650085b1e8bd118fedb8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9893, 438608, 1758610628.776884, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x00000000000000000000ffff671f26a3, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9894, 438614, 1758612125.792833, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x00000000000000000000ffff444e254d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9895, 438620, 1758615338.752978, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x00000000000000000000ffff9fdf33b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9896, 438639, 1758621346.753408, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x2a104c40000100530000000000000010, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9897, 438676, 1758629828.453611, 1, 'loginFailInvalidUsername', '65121', 0, 0x00000000000000000000ffff67101da6, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Opera/68.0.0.0 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(9898, 438677, 1758629852.545765, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffb2de474e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9899, 438680, 1758639065.090733, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x00000000000000000000ffff6706c43d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9900, 438729, 1758650368.459240, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x26001f187167cd00d15172978aca1272, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9901, 438747, 1758653910.135876, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x2a02c207226721640000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9902, 438747, 1758653910.141385, 1, 'loginFailInvalidUsername', '/wp-login.php;', 0, 0x2a02c207226721640000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9903, 438787, 1758678193.156665, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5ccd602e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9904, 438850, 1758688120.471426, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67a9a0a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(9905, 438857, 1758692256.967455, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffd9acbd64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 Edg/113.0.1774.50'),
(9906, 438858, 1758692384.670052, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffffb91129cd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9907, 438866, 1758694062.649701, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x00000000000000000000ffff45a3a3c9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9908, 438879, 1758695872.554046, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x2a00d680002000500000000000002dfa, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(9909, 438883, 1758696465.655571, 1, 'loginFailInvalidUsername', 'Carezaike', 0, 0x00000000000000000000ffff9387de7e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9910, 438896, 1758698565.902492, 1, 'loginFailInvalidUsername', 'support_access', 0, 0x00000000000000000000ffff2e6553ba, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9911, 438898, 1758698874.766761, 1, 'loginFailInvalidUsername', 'gateway', 0, 0x00000000000000000000ffff675ceb11, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9912, 438900, 1758699182.472601, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x2a13adc0000000009af2b3fffee7e38c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9913, 438900, 1758699182.476722, 1, 'loginFailInvalidUsername', 'metsys', 0, 0x2a13adc0000000009af2b3fffee7e38c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36'),
(9914, 438907, 1758700064.910615, 1, 'loginFailInvalidUsername', 'custom', 0, 0x00000000000000000000ffff0ec0196a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9915, 438928, 1758704192.858914, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d000000000086d2001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9916, 438928, 1758704192.868832, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d000000000086d2001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9917, 438931, 1758707408.313869, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9918, 438932, 1758707408.819343, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9919, 438933, 1758707409.414902, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9920, 438934, 1758707409.920649, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9921, 438935, 1758707410.373134, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9922, 438936, 1758707410.807128, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9923, 438937, 1758707411.333127, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9924, 438938, 1758707411.809508, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9925, 438939, 1758707412.248446, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9926, 438940, 1758707412.699376, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9927, 438941, 1758707413.131813, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9928, 438942, 1758707413.536242, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9929, 438943, 1758707413.959017, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9930, 438944, 1758707414.476186, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9931, 438945, 1758707414.944201, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9932, 438946, 1758707415.456641, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9933, 438947, 1758707415.918137, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9934, 438948, 1758707416.322641, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9935, 438949, 1758707416.836677, 1, 'loginFailInvalidUsername', 'admin@perfectfindsspot.shop', 0, 0x00000000000000000000ffff221c3d18, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9936, 439011, 1758780592.821672, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6c448, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9937, 439015, 1758781492.844119, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26040a000050020c02163efffe2fc3fa, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9938, 439035, 1758786275.141590, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff65233821, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9939, 439035, 1758786275.156028, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff65233821, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9940, 439043, 1758788137.000325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f81c1bdfa80000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9941, 439045, 1758789138.106556, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9843c120, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9942, 439056, 1758794545.204832, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc22687b4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(9943, 439067, 1758796821.058913, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d000000000086d2001, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9944, 439081, 1758799974.837688, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0f180f6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9945, 439090, 1758801997.741629, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00800008000000000000003980, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9946, 439096, 1758803301.743250, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff784ce61e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67'),
(9947, 439106, 1758805816.274517, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880040000d100000001345e5001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9948, 439110, 1758806609.159409, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104ff00f0c3470000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9949, 439125, 1758810588.444371, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffff529c099e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9950, 439126, 1758811135.204330, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffca9b5eb7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9951, 439163, 1758819163.803997, 1, 'loginFailInvalidUsername', 'adminuser', 0, 0x00000000000000000000ffff68f89d06, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9952, 439177, 1758821898.455239, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x00000000000000000000ffff0388d68d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9953, 439177, 1758821898.459701, 1, 'loginFailInvalidUsername', 'superadmin', 0, 0x00000000000000000000ffff0388d68d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9954, 439180, 1758822279.158161, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff80c71784, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9955, 439180, 1758822279.162666, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff80c71784, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9956, 439185, 1758823875.854636, 1, 'loginFailInvalidUsername', 'wuser', 0, 0x20010bc86005001baa1e84fffe969094, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9957, 439193, 1758848523.258916, 1, 'loginFailInvalidUsername', '64190', 0, 0x00000000000000000000ffffc3e61f4b, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/88.0.0.0 Safari/537.36'),
(9958, 439194, 1758848695.959082, 1, 'loginFailInvalidUsername', '11617', 0, 0x00000000000000000000ffff1f2c44a4, 'Mozilla/5.0 (Linux; Android 10; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/72.0.0.0 Safari/537.36'),
(9959, 439205, 1758849358.540297, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc3e61f4b, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/12.0.0.0 Safari/537.36'),
(9960, 439233, 1758886215.560036, 1, 'loginFailInvalidUsername', 'admin@wordpress.com', 0, 0x00000000000000000000ffffd49305ac, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9961, 439262, 1758922041.259442, 1, 'loginFailInvalidUsername', 'administrator1@wordpress.com', 0, 0x2406590000035069099c1fd31ad4c62d, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(9962, 439267, 1758983858.372443, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1f8311dd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),
(9963, 439290, 1759040245.057795, 1, 'loginFailInvalidUsername', 'wertuslash', 0, 0x00000000000000000000ffff82c14d23, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9964, 439311, 1759043823.088462, 1, 'loginFailInvalidUsername', 'etomidetka', 0, 0x00000000000000000000ffff45a3a3c9, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9965, 439501, 1759091308.734914, 1, 'loginFailInvalidUsername', 'test01', 0, 0x2a02085ffd8b828c810ad668c7a472fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9966, 439502, 1759091508.434698, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02085ffd8b828c810ad668c7a472fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9967, 439588, 1759122132.804749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a10b5c1012200000000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9968, 439597, 1759133092.032399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0f1b30d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9969, 439601, 1759133700.344310, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0febcfe0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(9970, 439602, 1759133998.135096, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff365277f1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(9971, 439604, 1759134325.842248, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67937a2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9972, 439642, 1759141862.472503, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b811377, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9973, 439643, 1759142151.935005, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2600170018f80530000000000000000b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9974, 439673, 1759147250.903344, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff784e5877, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(9975, 439674, 1759147278.555737, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0a7d8000010003000000000000026d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0'),
(9976, 439685, 1759149624.736558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d17666, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(9977, 439688, 1759149994.800285, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0100813a40000000000000000, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9978, 439689, 1759150310.236564, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0a7d8000010003000000000000026d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(9979, 439711, 1759154782.192936, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00701110000000000000011e3, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9980, 439711, 1759154782.198754, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00701110000000000000011e3, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9981, 439712, 1759154809.470024, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26003c0100000000f03c94fffeb42878, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15'),
(9982, 439713, 1759155130.539505, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f81c1bdfa80000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(9983, 439731, 1759159038.891973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9003a139d0000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9984, 439731, 1759159038.897203, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9003a139d0000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(9985, 439736, 1759160462.252934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24069c8000000000000000009000927c, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9986, 439747, 1759166089.063541, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9987, 439748, 1759166089.951463, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9988, 439749, 1759166091.612558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9989, 439750, 1759166092.396224, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9990, 439751, 1759166093.321180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9991, 439752, 1759166094.216627, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9992, 439753, 1759166095.083503, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9993, 439754, 1759166095.893516, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9994, 439755, 1759166096.754854, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9995, 439756, 1759166097.551047, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9996, 439757, 1759166098.380575, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9997, 439758, 1759166099.218112, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9998, 439759, 1759166100.026008, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9999, 439759, 1759166100.029151, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10000, 439760, 1759166100.865441, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10001, 439760, 1759166100.868411, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10002, 439761, 1759166101.783032, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10003, 439762, 1759166102.634479, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10004, 439762, 1759166102.637252, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa5e8ab5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10005, 439783, 1759195693.979130, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2600170018f80530000000000000000b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(10006, 439805, 1759200778.507264, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b787fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(10007, 439830, 1759207092.635637, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b7985a8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(10008, 439832, 1759207398.402139, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bb4769d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(10009, 439832, 1759207398.406420, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bb4769d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(10010, 439835, 1759207993.974560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa2f0ef40, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(10011, 439837, 1759208289.583845, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33dee46f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Edg/112.0.1722.68'),
(10012, 439851, 1759215846.307407, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0e800e05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(10013, 439852, 1759215875.358995, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff674dcf4b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),
(10014, 439885, 1759223681.608284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20010ac80020ff41025056fffe82cb11, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(10015, 439913, 1759229980.849977, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b8fc855, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(10016, 439920, 1759231462.254970, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd4382bb4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3) AppleWebKit/614.31.14 (KHTML, like Gecko) Version/17.0.96 Safari/614.31.14'),
(10017, 439930, 1759234139.673069, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa32cc483, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(10018, 439977, 1759245602.113157, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa2d6d08a, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0'),
(10019, 440044, 1759323109.159726, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5ccc3508, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(10020, 440064, 1759329135.995608, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224af3c3, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0'),
(10021, 440093, 1759337927.235688, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a13adc0000000009af2b3fffee7e38c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(10022, 440099, 1759340471.711444, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a8800800001400000001a4fff000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1'),
(10023, 441311, 1760101109.760238, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd054658d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),
(10024, 441499, 1760549704.829795, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32069c4f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(10025, 441499, 1760549704.834816, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff32069c4f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(10026, 441505, 1760550735.446815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2001067c2070c86d0000000000000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(10027, 441723, 1760603792.067822, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10028, 441724, 1760603792.441350, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10029, 441725, 1760603792.857620, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10030, 441726, 1760603793.262246, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10031, 441727, 1760603793.651190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10032, 441728, 1760603794.310215, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10033, 441729, 1760603794.700730, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10034, 441730, 1760603795.209827, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10035, 441731, 1760603795.679187, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10036, 441732, 1760603796.136892, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10037, 441733, 1760603796.518776, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10038, 441734, 1760603796.911777, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10039, 441735, 1760603797.395296, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10040, 441736, 1760603797.783726, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10041, 441737, 1760603798.151900, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10042, 441738, 1760603798.620451, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10043, 441739, 1760603799.051352, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10044, 441740, 1760603799.473585, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10045, 441741, 1760603799.909627, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22914716, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10046, 442017, 1760667861.888617, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d00203d98e0000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(10047, 442293, 1760761633.871267, 1, 'loginFailInvalidUsername', 'ct_5sxukh3j', 0, 0x00000000000000000000ffff8fc6c4af, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10048, 443097, 1760997369.729594, 1, 'loginFailInvalidUsername', '90901', 0, 0x00000000000000000000ffffbbb5e09e, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/13.0.0.0 Safari/537.36'),
(10049, 443209, 1761088545.799061, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff41b50e90, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10050, 443239, 1761135520.611678, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10051, 443240, 1761135521.040641, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10052, 443241, 1761135521.485063, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10053, 443242, 1761135521.963828, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10054, 443243, 1761135522.418811, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10055, 443244, 1761135522.844280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10056, 443244, 1761135522.847317, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10057, 443245, 1761135523.280711, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10058, 443246, 1761135523.711534, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10059, 443247, 1761135524.136877, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10060, 443248, 1761135524.558998, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10061, 443249, 1761135524.972900, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10062, 443250, 1761135525.401914, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10063, 443251, 1761135525.840504, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10064, 443252, 1761135526.312043, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10065, 443253, 1761135526.744447, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10066, 443254, 1761135527.200730, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8e5dbc5b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10067, 443545, 1761373631.201093, 1, 'loginFailInvalidUsername', '42684', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/93.0.0.0 Safari/537.36'),
(10068, 443579, 1761381556.207962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Linux; Android 10; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/72.0.0.0 Safari/537.36'),
(10069, 443580, 1761381680.399931, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Linux; Android 10; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/86.0.0.0 Safari/537.36'),
(10070, 443582, 1761381807.052731, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/76.0.0.0 Safari/537.36'),
(10071, 443584, 1761381929.183499, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.0.0 Safari/537.36'),
(10072, 443585, 1761382040.685520, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(10073, 443596, 1761382170.488919, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/80.0.0.0 Safari/537.36'),
(10074, 443598, 1761382290.553959, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24058d40404e444644bca200010d3638, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/81.0.0.0 Safari/537.36'),
(10075, 443826, 1761479725.572992, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10076, 443827, 1761479726.268266, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10077, 443828, 1761479726.945575, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10078, 443829, 1761479727.623434, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10079, 443830, 1761479728.313873, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10080, 443831, 1761479728.985185, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10081, 443832, 1761479729.657562, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10082, 443833, 1761479730.336014, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10083, 443834, 1761479731.001443, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10084, 443835, 1761479731.700569, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10085, 443836, 1761479732.373168, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10086, 443837, 1761479733.043697, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10087, 443838, 1761479733.718789, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10088, 443838, 1761479733.722201, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10089, 443839, 1761479734.398726, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10090, 443839, 1761479734.401610, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10091, 443840, 1761479735.100667, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10092, 443840, 1761479735.103425, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10093, 443841, 1761479735.768103, 1, 'loginFailInvalidUsername', 'theglokollective_lbb3p9', 0, 0x00000000000000000000ffff80c76a65, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10094, 443865, 1761525248.266673, 1, 'loginFailInvalidUsername', 'wpadmins', 0, 0x00000000000000000000ffff90d9fc6a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(10095, 443886, 1761549260.337354, 1, 'loginFailInvalidUsername', '24966', 0, 0x240502014013f1e8654e831e6187832a, 'Mozilla/5.0 (Linux; Android 10; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.0.0 Safari/537.36'),
(10096, 444000, 1761707985.694688, 1, 'loginFailInvalidUsername', '55910', 0, 0x240502019018c0a771bf78055c20b8c2, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/91.0.0.0 Safari/537.36'),
(10097, 444001, 1761708007.859056, 1, 'loginFailInvalidUsername', 'admin', 0, 0x240502019018c0a771bf78055c20b8c2, 'Mozilla/5.0 (Windows NT 6.3; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/95.0.0.0 Safari/537.36'),
(10098, 444897, 1762168686.194171, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadf99381, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(10099, 444897, 1762168686.199190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadf99381, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(10100, 444922, 1762179307.897933, 1, 'loginFailInvalidUsername', '70141', 0, 0x280401b3ad828457887bcf10d63ca4d5, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),
(10101, 445044, 1762274687.929296, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0c16c0050506e70000000000005e38, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/91.0'),
(10102, 445052, 1762288061.071821, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff67c15ba2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10103, 445365, 1762397232.426016, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10104, 445367, 1762397321.416386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10105, 445368, 1762397404.519895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10106, 445369, 1762397486.016559, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15ba2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10107, 445370, 1762397569.221215, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15ba2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10108, 445371, 1762397653.754298, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15ba2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10109, 445372, 1762397738.655866, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15ba2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10110, 445374, 1762397823.154755, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10111, 445375, 1762397904.951792, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10112, 445376, 1762397983.763486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10113, 445378, 1762398064.524674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10114, 445379, 1762398148.816185, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(10115, 445380, 1762398222.006629, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10116, 445382, 1762398282.612087, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10117, 445383, 1762398338.254847, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10118, 445384, 1762398401.918814, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10119, 445386, 1762398462.332759, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10120, 445387, 1762398527.927606, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10121, 445388, 1762398581.655325, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10122, 445389, 1762398641.875098, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10123, 445391, 1762398698.576009, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10124, 445392, 1762398760.757298, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10125, 445393, 1762398819.009150, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10126, 445394, 1762398879.156211, 1, 'loginFailInvalidUsername', 'abt90iran.bet', 0, 0x00000000000000000000ffff67c15bf8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10127, 445578, 1771778352.602403, 1, 'loginFailInvalidUsername', '82974', 0, 0x00000000000000000000ffffdcf78175, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/94.0.0.0 Safari/537.36'),
(10128, 445585, 1772027166.387501, 1, 'loginFailInvalidUsername', '72430', 0, 0x2001445047a99e003488aa9e3248af32, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/96.0.0.0 Safari/537.36'),
(10129, 445589, 1772077559.611178, 1, 'loginFailInvalidUsername', '55319', 0, 0x280610a6000a274b99867f965dd36fed, 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/79.0.0.0 Safari/537.36'),
(10130, 445590, 1772097829.279308, 1, 'loginFailInvalidUsername', '15754', 0, 0x00000000000000000000ffff70d041a9, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36'),
(10131, 445594, 1772126073.506778, 1, 'loginFailInvalidUsername', '34617', 0, 0x00000000000000000000ffff051e09a8, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/98.0.0.0 Safari/537.36'),
(10132, 445595, 1772144563.185487, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff1885440a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10133, 445611, 1772394509.431500, 1, 'loginFailInvalidUsername', '85113', 0, 0x28041d74210dbd009c0c7038f384304b, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/86.0.0.0 Safari/537.36'),
(10134, 445617, 1772446524.411252, 1, 'loginFailInvalidUsername', '73574', 0, 0x200144510965f100de0b6b8387acd449, 'Mozilla/5.0 (Windows NT 6.3; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/70.0.0.0 Safari/537.36'),
(10135, 445618, 1772446892.590171, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200144510965f100de0b6b8387acd449, 'Mozilla/5.0 (Windows NT 10.0; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/75.0.0.0 Safari/537.36'),
(10136, 445619, 1772446997.400114, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200144510965f100de0b6b8387acd449, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/14.0.0.0 Safari/537.36'),
(10137, 445620, 1772447116.345175, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200144510965f100de0b6b8387acd449, 'Mozilla/5.0 (Windows NT 6.2; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/81.0.0.0 Safari/537.36'),
(10138, 445621, 1772447217.250606, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200144510965f100de0b6b8387acd449, 'Mozilla/5.0 (Windows NT 10.0; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/73.0.0.0 Safari/537.36'),
(10139, 445622, 1772447315.996444, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200144510965f100de0b6b8387acd449, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/79.0.0.0 Safari/537.36'),
(10140, 445629, 1772468268.682654, 1, 'loginFailInvalidUsername', '46379', 0, 0x00000000000000000000ffff9500106c, 'Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/97.0.0.0 Safari/537.36'),
(10141, 445638, 1772584116.029235, 1, 'loginFailInvalidUsername', '87470', 0, 0x28040d41bb58820030606952ae7370ee, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/98.0.0.0 Safari/537.36'),
(10142, 445639, 1772584391.517421, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040d41bb58820030606952ae7370ee, 'Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/87.0.0.0 Safari/537.36'),
(10143, 445640, 1772584454.563234, 1, 'loginFailInvalidUsername', 'jetshart.net', 0, 0x28040d41bb58820030606952ae7370ee, 'Mozilla/5.0 (Windows NT 6.3; x86) AppleWebKit/537.36 (KHTML, like Gecko) Safari/11.0.0.0 Safari/537.36'),
(10144, 445644, 1772619969.741993, 1, 'loginFailInvalidUsername', '94416', 0, 0x240149008fc6e8147df161c0b0c5d710, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; x86) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/91.0.0.0 Safari/537.36'),
(10145, 445649, 1772697461.071998, 1, 'loginFailInvalidUsername', '59295', 0, 0x2a022f0900027400b51d4cea083f2419, 'Mozilla/5.0 (Windows NT 6.2; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/15.0.0.0 Safari/537.36'),
(10146, 445651, 1772719881.220485, 1, 'loginFailInvalidUsername', '57160', 0, 0x2a09bac6d86011c30000000001c50066, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36');

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

--
-- Table structure for table `wp_wfls_2fa_secrets`
--

CREATE TABLE `wp_wfls_2fa_secrets` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `vtime` int(10) UNSIGNED NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wfls_role_counts`
--

CREATE TABLE `wp_wfls_role_counts` (
  `serialized_roles` varbinary(255) NOT NULL,
  `two_factor_inactive` tinyint(1) NOT NULL,
  `user_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MEMORY DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `wp_wfls_settings`
--

CREATE TABLE `wp_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfls_settings`
--

INSERT INTO `wp_wfls_settings` (`name`, `value`, `autoload`) VALUES
('2fa-user-grace-period', 0x3130, 'yes'),
('allow-disabling-ntp', 0x31, 'yes'),
('allow-xml-rpc', 0x31, 'yes'),
('captcha-stats', 0x7b22636f756e7473223a5b302c302c302c302c302c302c302c302c302c302c305d2c22617667223a307d, 'yes'),
('delete-deactivation', '', 'yes'),
('disable-temporary-tables', 0x30, 'yes'),
('enable-auth-captcha', '', 'yes'),
('enable-login-history-columns', 0x31, 'yes'),
('enable-shortcode', '', 'yes'),
('enable-woocommerce-account-integration', '', 'yes'),
('enable-woocommerce-integration', '', 'yes'),
('global-notices', 0x5b5d, 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', 0x31373135303335383633, 'yes'),
('ntp-failure-count', 0x30, 'yes'),
('ntp-offset', 0x302e3235363530303234343134303632, 'yes'),
('recaptcha-threshold', 0x302e35, 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', 0x32353932303030, 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('schema-version', 0x32, 'yes'),
('shared-hash-secret', 0x31353630613333343366346530313861313235626437333931626439373036373662343537323731333163393363666665306364643430373665623030313639, 'yes'),
('shared-symmetric-secret', 0x37366265643736343432376162636166373238613230323932326539346237396538396435373236356563626136656235363335336364656362643931323939, 'yes'),
('stack-ui-columns', 0x31, 'yes'),
('use-ntp', 0x31, 'yes'),
('user-count-query-state', 0x30, 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', 0x31, 'yes');

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

--
-- Table structure for table `wp_wfnotifications`
--

CREATE TABLE `wp_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT 1000,
  `ctime` int(10) UNSIGNED NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfnotifications`
--

INSERT INTO `wp_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-AEAAAAA', 1, 'wfplugin_updates', 502, 1772543009, '<a href=\"https://abt90iran.bet/wp-admin/update-core.php\">Updates are available for 12 plugins and 4 themes</a>', '[]'),
('site-AIAAAAA', 1, 'wfplugin_scan', 502, 1772543009, '<a href=\"https://abt90iran.bet/wp-admin/admin.php?page=WordfenceScan\">18 issues found in most recent scan</a>', '[]');

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

--
-- Table structure for table `wp_wfpendingissues`
--

CREATE TABLE `wp_wfpendingissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wfreversecache`
--

CREATE TABLE `wp_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfreversecache`
--

INSERT INTO `wp_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffff2d9c5746, '45.156.87.70', 1772691718);

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

--
-- Table structure for table `wp_wfsecurityevents`
--

CREATE TABLE `wp_wfsecurityevents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wfsnipcache`
--

CREATE TABLE `wp_wfsnipcache` (
  `id` int(10) UNSIGNED NOT NULL,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `type` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfsnipcache`
--

INSERT INTO `wp_wfsnipcache` (`id`, `IP`, `expiration`, `body`, `count`, `type`) VALUES
(26096, '2804:d41:bb58:8200:3060:6952:ae73:70ee', '2026-03-04 00:29:06', '', 0, 2),
(26097, '36.50.162.227', '2026-03-04 04:54:12', 'BLOCKED:600', 0, 2),
(26098, '37.77.150.124', '2026-03-04 05:43:08', 'BLOCKED:600', 0, 2),
(26099, '124.150.139.46', '2026-03-04 10:23:07', 'BLOCKED:600', 0, 2),
(26100, '2401:4900:8fc6:e814:7df1:61c0:b0c5:d710', '2026-03-04 10:26:39', '', 0, 2),
(26101, '103.105.11.119', '2026-03-04 10:30:11', 'BLOCKED:600', 0, 2),
(26102, '41.84.200.152', '2026-03-04 15:17:33', 'BLOCKED:600', 0, 2),
(26103, '2a00:1d35:1024:d700:f440:5480:7330:8caa', '2026-03-04 18:26:10', 'BLOCKED:600', 0, 2),
(26104, '119.159.147.232', '2026-03-05 00:22:14', 'BLOCKED:600', 0, 2),
(26105, '2a02:2f09:2:7400:b51d:4cea:83f:2419', '2026-03-05 07:58:11', '', 0, 2),
(26106, '103.50.83.108', '2026-03-05 12:28:11', 'BLOCKED:600', 0, 2),
(26107, '2a09:bac6:d860:11c3::1c5:66', '2026-03-05 14:11:51', '', 0, 2),
(26108, '15.204.14.110', '2026-03-05 18:26:32', 'BLOCKED:600', 0, 2),
(26109, '15.204.14.110', '2026-03-05 18:26:32', 'BLOCKED:600', 0, 2);

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

--
-- Table structure for table `wp_wfstatus`
--

CREATE TABLE `wp_wfstatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfstatus`
--

INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(126329, 1762099267.518835, 10, 'info', 'SUM_START:Scanning for known malware files'),
(126330, 1762099267.520419, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(126561, 1762099892.412138, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(126562, 1762099892.413949, 10, 'info', 'SUM_ENDOK:Comparing open source themes against WordPress.org originals'),
(126563, 1762099892.415515, 10, 'info', 'SUM_ENDOK:Comparing plugins against WordPress.org originals'),
(126564, 1762099892.417080, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(126565, 1762099892.418630, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(126566, 1762099892.422350, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(126567, 1762099892.455909, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(126568, 1762099892.458479, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(126569, 1762099892.459297, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(127256, 1762100809.295938, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(127257, 1762100809.298013, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(127258, 1762100809.300687, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(127259, 1762100809.301672, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(127260, 1762100809.304216, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(127265, 1762100809.449619, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(127266, 1762100809.452546, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(127267, 1762100809.457690, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(127268, 1762100809.460292, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(127270, 1762100809.700698, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(127271, 1762100809.703341, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(127272, 1762100812.081568, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(127273, 1762100812.084262, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(127274, 1762100812.211791, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(127275, 1762100812.214692, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(127278, 1762100812.244159, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(127282, 1762100812.247627, 10, 'info', 'SUM_FINAL:Scan complete. You have 18 new issues to fix. See below.'),
(127283, 1762124404.961705, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(127285, 1762124404.963858, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(127286, 1762124404.964089, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(127287, 1762124404.965872, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(127288, 1762124404.977533, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(127292, 1762124404.980266, 10, 'info', 'SUM_FINAL:Scan complete. You have 16 new issues to fix. See below.'),
(127293, 1762210329.673860, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(127295, 1762210329.676374, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(127296, 1762210329.676620, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(127297, 1762210329.678449, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(127298, 1762210329.690281, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(127302, 1762210329.693038, 10, 'info', 'SUM_FINAL:Scan complete. You have 16 new issues to fix. See below.'),
(127303, 1762297396.015459, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(127305, 1762297396.017965, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(127306, 1762297396.018189, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(127307, 1762297396.019981, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(127308, 1762297396.031505, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(127312, 1762297396.034223, 10, 'info', 'SUM_FINAL:Scan complete. You have 16 new issues to fix. See below.'),
(127314, 1762358645.882784, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(127316, 1762358646.138397, 10, 'info', 'SUM_START:Checking if your site is being Spamvertised'),
(127317, 1762358646.257597, 10, 'info', 'SUM_ENDOK:Checking if your site is being Spamvertised'),
(127318, 1762358646.261790, 10, 'info', 'SUM_START:Checking if your site IP is generating spam'),
(127319, 1762358646.380759, 10, 'info', 'SUM_ENDOK:Checking if your site IP is generating spam'),
(127320, 1762358646.384610, 10, 'info', 'SUM_START:Checking if your site is on a domain blocklist'),
(127321, 1762358646.514323, 10, 'info', 'SUM_ENDOK:Checking if your site is on a domain blocklist'),
(127322, 1762358646.518388, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(127323, 1762358646.519933, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(127324, 1762358646.522829, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(127327, 1762358646.524231, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(127328, 1762358646.526827, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(127329, 1762358646.527866, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(127330, 1762358646.530484, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(127331, 1762358646.531444, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(127332, 1762358646.534062, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(127333, 1762358646.535121, 10, 'info', 'SUM_ENDOK:Checking for paths skipped due to scan settings'),
(127339, 1762358646.547612, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(127340, 1762358647.104473, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(127341, 1762358647.107165, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(127342, 1762358647.109230, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(127343, 1762358647.110792, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(127344, 1762358647.112083, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(127345, 1762358647.113634, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(127346, 1762358647.115309, 10, 'info', 'SUM_START:Comparing open source themes against WordPress.org originals'),
(127347, 1762358647.116916, 10, 'info', 'SUM_START:Comparing plugins against WordPress.org originals'),
(127348, 1762358647.118507, 10, 'info', 'SUM_START:Scanning for known malware files'),
(127349, 1762358647.120084, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(127455, 1762358737.938583, 2, 'info', 'Analyzed 6700 files containing 98.55 MB of data so far'),
(127456, 1762358738.423013, 2, 'info', 'Analyzed 6800 files containing 99.1 MB of data so far'),
(127457, 1762358738.878463, 2, 'info', 'Analyzed 6900 files containing 99.49 MB of data so far'),
(127458, 1762358739.579483, 2, 'info', 'Analyzed 7000 files containing 100.08 MB of data so far'),
(127459, 1762358740.691057, 2, 'info', 'Analyzed 7100 files containing 100.57 MB of data so far'),
(127460, 1762358740.890098, 2, 'info', 'Analyzed 7200 files containing 101.22 MB of data so far'),
(127461, 1762358741.523478, 2, 'info', 'Analyzed 7300 files containing 101.8 MB of data so far'),
(127462, 1762358742.576441, 2, 'info', 'Analyzed 7400 files containing 106.38 MB of data so far'),
(127463, 1762358743.112432, 2, 'info', 'Analyzed 7500 files containing 108 MB of data so far'),
(127464, 1762358745.089554, 2, 'info', 'Analyzed 7600 files containing 110.76 MB of data so far'),
(127465, 1762358745.831904, 2, 'info', 'Analyzed 7700 files containing 111.94 MB of data so far'),
(127466, 1762358746.547245, 2, 'info', 'Analyzed 7800 files containing 112.95 MB of data so far'),
(127467, 1762358747.178670, 2, 'info', 'Analyzed 7900 files containing 113.86 MB of data so far'),
(127468, 1762358748.216126, 2, 'info', 'Analyzed 8000 files containing 116.52 MB of data so far'),
(127469, 1762358748.386475, 2, 'info', 'Analyzed 8100 files containing 116.54 MB of data so far'),
(127470, 1762358748.668010, 2, 'info', 'Analyzed 8200 files containing 116.85 MB of data so far'),
(127471, 1762358748.910035, 2, 'info', 'Analyzed 8300 files containing 117.5 MB of data so far'),
(127472, 1762358749.175481, 2, 'info', 'Analyzed 8400 files containing 117.7 MB of data so far'),
(127473, 1762358750.882529, 2, 'info', 'Analyzed 8500 files containing 120.16 MB of data so far'),
(127474, 1762358751.895588, 2, 'info', 'Analyzed 8600 files containing 120.97 MB of data so far'),
(127475, 1762358753.858725, 2, 'info', 'Analyzed 8700 files containing 122.92 MB of data so far'),
(127476, 1762358762.879587, 2, 'info', 'Analyzed 8800 files containing 131.92 MB of data so far'),
(127477, 1762358768.745542, 2, 'info', 'Analyzed 8900 files containing 138.02 MB of data so far'),
(127478, 1762358770.100523, 2, 'info', 'Analyzed 9000 files containing 139.26 MB of data so far'),
(127479, 1762358770.878460, 2, 'info', 'Analyzed 9100 files containing 139.82 MB of data so far'),
(127480, 1762358771.739882, 2, 'info', 'Analyzed 9200 files containing 140.17 MB of data so far'),
(127481, 1762358772.057515, 2, 'info', 'Analyzed 9300 files containing 140.69 MB of data so far'),
(127482, 1762358773.652480, 2, 'info', 'Analyzed 9400 files containing 142.21 MB of data so far'),
(127483, 1762358774.033489, 2, 'info', 'Analyzed 9500 files containing 142.28 MB of data so far'),
(127484, 1762358774.725670, 2, 'info', 'Analyzed 9600 files containing 142.74 MB of data so far'),
(127485, 1762358775.623496, 2, 'info', 'Analyzed 9700 files containing 143.42 MB of data so far'),
(127486, 1762358777.183721, 2, 'info', 'Analyzed 9800 files containing 144.77 MB of data so far'),
(127487, 1762358778.894855, 2, 'info', 'Analyzed 9900 files containing 146.58 MB of data so far'),
(127488, 1762358781.736784, 2, 'info', 'Analyzed 10000 files containing 154.22 MB of data so far'),
(127489, 1762358782.603767, 2, 'info', 'Analyzed 10100 files containing 156.1 MB of data so far'),
(127490, 1762358783.105160, 2, 'info', 'Analyzed 10200 files containing 157.08 MB of data so far'),
(127491, 1762358783.951481, 2, 'info', 'Analyzed 10300 files containing 157.83 MB of data so far'),
(127492, 1762358810.121093, 2, 'info', 'Analyzed 10400 files containing 184.04 MB of data so far'),
(127493, 1762358810.220419, 2, 'info', 'Analyzed 10500 files containing 184.43 MB of data so far'),
(127494, 1762358810.499512, 2, 'info', 'Analyzed 10600 files containing 184.93 MB of data so far'),
(127495, 1762358811.733572, 2, 'info', 'Analyzed 10700 files containing 186.25 MB of data so far'),
(127496, 1762358816.429433, 2, 'info', 'Analyzed 10800 files containing 191.52 MB of data so far'),
(127497, 1762358817.664647, 2, 'info', 'Analyzed 10900 files containing 193.16 MB of data so far'),
(127498, 1762358817.791481, 2, 'info', 'Analyzed 11000 files containing 193.34 MB of data so far'),
(127499, 1762358817.909475, 2, 'info', 'Analyzed 11100 files containing 193.54 MB of data so far'),
(127500, 1762358817.969368, 2, 'info', 'Analyzed 11200 files containing 194.46 MB of data so far'),
(127501, 1762358818.025864, 2, 'info', 'Analyzed 11300 files containing 194.86 MB of data so far'),
(127502, 1762358818.087526, 2, 'info', 'Analyzed 11400 files containing 195.11 MB of data so far'),
(127503, 1762358818.304520, 2, 'info', 'Analyzed 11500 files containing 195.64 MB of data so far'),
(127504, 1762358818.878511, 2, 'info', 'Analyzed 11600 files containing 196.03 MB of data so far'),
(127505, 1762358819.291290, 2, 'info', 'Analyzed 11700 files containing 196.36 MB of data so far'),
(127506, 1762358825.335473, 2, 'info', 'Analyzed 11800 files containing 202.75 MB of data so far'),
(127507, 1762358826.092403, 2, 'info', 'Analyzed 11900 files containing 204.18 MB of data so far'),
(127508, 1762358826.178337, 2, 'info', 'Analyzed 12000 files containing 204.64 MB of data so far'),
(127509, 1762358826.713478, 2, 'info', 'Analyzed 12100 files containing 205.14 MB of data so far'),
(127510, 1762358828.587057, 2, 'info', 'Analyzed 12200 files containing 207.18 MB of data so far'),
(127511, 1762358828.919807, 2, 'info', 'Analyzed 12300 files containing 207.81 MB of data so far'),
(127512, 1762358829.155427, 2, 'info', 'Analyzed 12400 files containing 208.26 MB of data so far'),
(127513, 1762358829.214241, 2, 'info', 'Analyzed 12500 files containing 208.66 MB of data so far'),
(127514, 1762358829.270243, 2, 'info', 'Analyzed 12600 files containing 209.09 MB of data so far'),
(127515, 1762358829.337617, 2, 'info', 'Analyzed 12700 files containing 209.48 MB of data so far'),
(127516, 1762358831.577730, 2, 'info', 'Analyzed 12800 files containing 212.54 MB of data so far'),
(127517, 1762358835.807480, 2, 'info', 'Analyzed 12900 files containing 216.78 MB of data so far'),
(127518, 1762358836.190555, 2, 'info', 'Analyzed 13000 files containing 216.9 MB of data so far'),
(127519, 1762358838.928837, 2, 'info', 'Analyzed 13100 files containing 219.63 MB of data so far'),
(127520, 1762358840.494480, 2, 'info', 'Analyzed 13200 files containing 223.63 MB of data so far'),
(127521, 1762358842.679247, 2, 'info', 'Analyzed 13300 files containing 226.65 MB of data so far'),
(127522, 1762358843.760494, 2, 'info', 'Analyzed 13400 files containing 228.33 MB of data so far'),
(127523, 1762358844.843814, 2, 'info', 'Analyzed 13500 files containing 229.97 MB of data so far'),
(127524, 1762358849.147595, 2, 'info', 'Analyzed 13600 files containing 235.53 MB of data so far'),
(127525, 1762358853.614482, 2, 'info', 'Analyzed 13700 files containing 239.85 MB of data so far'),
(127526, 1762358854.381523, 2, 'info', 'Analyzed 13800 files containing 240.41 MB of data so far'),
(127527, 1762358857.807621, 2, 'info', 'Analyzed 13900 files containing 243.6 MB of data so far'),
(127528, 1762358864.928484, 2, 'info', 'Analyzed 14000 files containing 250.94 MB of data so far'),
(127529, 1762358866.630816, 2, 'info', 'Analyzed 14100 files containing 252.49 MB of data so far'),
(127530, 1762359182.211451, 2, 'info', 'Analyzed 14200 files containing 618.13 MB of data so far'),
(127531, 1762359440.517217, 2, 'info', 'Analyzed 14300 files containing 968.45 MB of data so far'),
(127532, 1762359585.156572, 2, 'info', 'Analyzed 14400 files containing 1.16 GB of data so far'),
(127533, 1762359587.164539, 2, 'info', 'Analyzed 14500 files containing 1.16 GB of data so far'),
(127534, 1762359587.953526, 2, 'info', 'Analyzed 14600 files containing 1.16 GB of data so far'),
(127535, 1762359589.715768, 2, 'info', 'Analyzed 14700 files containing 1.16 GB of data so far'),
(127536, 1762359596.557799, 2, 'info', 'Analyzed 14800 files containing 1.17 GB of data so far'),
(127537, 1762359605.194129, 2, 'info', 'Analyzed 14900 files containing 1.18 GB of data so far'),
(127538, 1762359606.628146, 2, 'info', 'Analyzed 15000 files containing 1.18 GB of data so far'),
(127539, 1762359607.560667, 2, 'info', 'Analyzed 15100 files containing 1.18 GB of data so far'),
(127540, 1762359608.096522, 2, 'info', 'Analyzed 15200 files containing 1.18 GB of data so far'),
(127541, 1762359608.842587, 2, 'info', 'Analyzed 15300 files containing 1.18 GB of data so far'),
(127542, 1762359610.581105, 2, 'info', 'Analyzed 15400 files containing 1.18 GB of data so far'),
(127543, 1762359610.990562, 2, 'info', 'Analyzed 15500 files containing 1.18 GB of data so far'),
(127544, 1762359611.513521, 2, 'info', 'Analyzed 15600 files containing 1.18 GB of data so far'),
(127545, 1762359616.037145, 2, 'info', 'Analyzed 15700 files containing 1.18 GB of data so far'),
(127546, 1762359619.706652, 2, 'info', 'Analyzed 15800 files containing 1.19 GB of data so far'),
(127547, 1762359620.365994, 2, 'info', 'Analyzed 15900 files containing 1.19 GB of data so far'),
(127548, 1762359623.256659, 2, 'info', 'Analyzed 16000 files containing 1.19 GB of data so far'),
(127549, 1762359631.348901, 2, 'info', 'Analyzed 16100 files containing 1.2 GB of data so far'),
(127550, 1762359638.298902, 2, 'info', 'Analyzed 16200 files containing 1.21 GB of data so far'),
(127551, 1762359639.943982, 2, 'info', 'Analyzed 16300 files containing 1.21 GB of data so far'),
(127552, 1762359643.010496, 2, 'info', 'Analyzed 16400 files containing 1.21 GB of data so far'),
(127553, 1762359643.705245, 2, 'info', 'Analyzed 16500 files containing 1.21 GB of data so far'),
(127554, 1762359645.550129, 2, 'info', 'Analyzed 16600 files containing 1.22 GB of data so far'),
(127555, 1762359646.857860, 2, 'info', 'Analyzed 16700 files containing 1.22 GB of data so far'),
(127556, 1762359648.305731, 2, 'info', 'Analyzed 16800 files containing 1.22 GB of data so far'),
(127557, 1762359649.619539, 2, 'info', 'Analyzed 16900 files containing 1.22 GB of data so far'),
(127558, 1762359650.817687, 2, 'info', 'Analyzed 17000 files containing 1.22 GB of data so far'),
(127559, 1762359651.229604, 2, 'info', 'Analyzed 17100 files containing 1.22 GB of data so far'),
(127560, 1762359651.589016, 2, 'info', 'Analyzed 17200 files containing 1.22 GB of data so far'),
(127561, 1762359652.099551, 2, 'info', 'Analyzed 17300 files containing 1.22 GB of data so far'),
(127562, 1762359652.592598, 2, 'info', 'Analyzed 17400 files containing 1.22 GB of data so far'),
(127563, 1762359652.947030, 2, 'info', 'Analyzed 17500 files containing 1.22 GB of data so far'),
(127564, 1762359653.291538, 2, 'info', 'Analyzed 17600 files containing 1.22 GB of data so far'),
(127565, 1762359653.697566, 2, 'info', 'Analyzed 17700 files containing 1.22 GB of data so far'),
(127566, 1762359654.096014, 2, 'info', 'Analyzed 17800 files containing 1.22 GB of data so far'),
(127567, 1762359654.768992, 2, 'info', 'Analyzed 17900 files containing 1.23 GB of data so far'),
(127568, 1762359657.390744, 2, 'info', 'Analyzed 18000 files containing 1.23 GB of data so far'),
(127569, 1762359658.723564, 2, 'info', 'Analyzed 18100 files containing 1.23 GB of data so far'),
(127570, 1762359659.916530, 2, 'info', 'Analyzed 18200 files containing 1.23 GB of data so far'),
(127571, 1762359671.680789, 2, 'info', 'Analyzed 18300 files containing 1.24 GB of data so far'),
(127572, 1762359680.536939, 2, 'info', 'Analyzed 18400 files containing 1.25 GB of data so far'),
(127573, 1762359684.455281, 2, 'info', 'Analyzed 18500 files containing 1.26 GB of data so far'),
(127574, 1762359686.821766, 2, 'info', 'Analyzed 18600 files containing 1.26 GB of data so far'),
(127575, 1762359689.223810, 2, 'info', 'Analyzed 18700 files containing 1.26 GB of data so far'),
(127576, 1762359691.488500, 2, 'info', 'Analyzed 18800 files containing 1.26 GB of data so far'),
(127577, 1762359692.617482, 2, 'info', 'Analyzed 18900 files containing 1.27 GB of data so far'),
(127578, 1762359694.452845, 2, 'info', 'Analyzed 19000 files containing 1.27 GB of data so far'),
(127579, 1762359694.738171, 2, 'info', 'Analyzed 19057 files containing 1.27 GB of data.'),
(127580, 1762359694.738362, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(127581, 1762359694.740140, 10, 'info', 'SUM_ENDOK:Comparing open source themes against WordPress.org originals'),
(127582, 1762359694.741711, 10, 'info', 'SUM_ENDOK:Comparing plugins against WordPress.org originals'),
(127583, 1762359694.743294, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(127584, 1762359694.744879, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(127585, 1762359694.748755, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(127586, 1762359694.790842, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(127587, 1762359694.794130, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(127588, 1762359694.794980, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(127589, 1762359695.390455, 2, 'info', 'Starting scan of file contents'),
(127590, 1762359696.437653, 2, 'info', 'Scanned contents of 22 additional files at 21.03 per second'),
(127591, 1762359697.469959, 2, 'info', 'Scanned contents of 36 additional files at 17.32 per second'),
(127592, 1762359698.540368, 2, 'info', 'Scanned contents of 56 additional files at 17.78 per second'),
(127593, 1762359699.597336, 2, 'info', 'Scanned contents of 69 additional files at 16.41 per second'),
(127594, 1762359700.769101, 2, 'info', 'Scanned contents of 75 additional files at 13.95 per second'),
(127595, 1762359701.843781, 2, 'info', 'Scanned contents of 91 additional files at 14.10 per second'),
(127596, 1762359703.172002, 2, 'info', 'Scanned contents of 105 additional files at 13.50 per second'),
(127597, 1762359704.205271, 2, 'info', 'Scanned contents of 120 additional files at 13.62 per second'),
(127598, 1762359706.802147, 2, 'info', 'Scanned contents of 130 additional files at 11.39 per second'),
(127599, 1762359708.131160, 2, 'info', 'Scanned contents of 141 additional files at 11.07 per second'),
(127600, 1762359709.201874, 2, 'info', 'Scanned contents of 155 additional files at 11.22 per second'),
(127601, 1762359710.207394, 2, 'info', 'Scanned contents of 171 additional files at 11.54 per second'),
(127602, 1762359713.549896, 2, 'info', 'Scanned contents of 174 additional files at 9.58 per second'),
(127603, 1762359716.962522, 2, 'info', 'Scanned contents of 180 additional files at 8.34 per second'),
(127604, 1762359718.093250, 2, 'info', 'Scanned contents of 196 additional files at 8.63 per second'),
(127605, 1762359719.158371, 2, 'info', 'Scanned contents of 210 additional files at 8.84 per second'),
(127606, 1762359720.205169, 2, 'info', 'Scanned contents of 232 additional files at 9.35 per second'),
(127607, 1762359721.223600, 2, 'info', 'Scanned contents of 244 additional files at 9.45 per second'),
(127608, 1762359722.275763, 2, 'info', 'Scanned contents of 261 additional files at 9.71 per second'),
(127609, 1762359723.319602, 2, 'info', 'Scanned contents of 269 additional files at 9.63 per second'),
(127610, 1762359726.193580, 2, 'info', 'Scanned contents of 270 additional files at 8.77 per second'),
(127611, 1762359727.424357, 2, 'info', 'Scanned contents of 282 additional files at 8.80 per second'),
(127612, 1762359728.431337, 2, 'info', 'Scanned contents of 291 additional files at 8.81 per second'),
(127613, 1762359729.439192, 2, 'info', 'Scanned contents of 309 additional files at 9.08 per second'),
(127614, 1762359730.446550, 2, 'info', 'Scanned contents of 324 additional files at 9.24 per second'),
(127615, 1762359731.467190, 2, 'info', 'Scanned contents of 341 additional files at 9.45 per second'),
(127616, 1762359732.837174, 2, 'info', 'Scanned contents of 353 additional files at 9.43 per second'),
(127617, 1762359733.892792, 2, 'info', 'Scanned contents of 373 additional files at 9.69 per second'),
(127618, 1762359734.913122, 2, 'info', 'Scanned contents of 386 additional files at 9.77 per second'),
(127619, 1762359735.936157, 2, 'info', 'Scanned contents of 399 additional files at 9.84 per second'),
(127620, 1762359736.966023, 2, 'info', 'Scanned contents of 411 additional files at 9.89 per second'),
(127621, 1762359738.019727, 2, 'info', 'Scanned contents of 426 additional files at 9.99 per second'),
(127622, 1762359739.051821, 2, 'info', 'Scanned contents of 438 additional files at 10.03 per second'),
(127623, 1762359740.088564, 2, 'info', 'Scanned contents of 445 additional files at 9.96 per second'),
(127624, 1762359741.195963, 2, 'info', 'Scanned contents of 460 additional files at 10.04 per second'),
(127625, 1762359742.260641, 2, 'info', 'Scanned contents of 474 additional files at 10.11 per second'),
(127626, 1762359745.418827, 2, 'info', 'Scanned contents of 476 additional files at 9.51 per second'),
(127627, 1762359746.590729, 2, 'info', 'Scanned contents of 486 additional files at 9.49 per second'),
(127628, 1762359747.764012, 2, 'info', 'Scanned contents of 500 additional files at 9.55 per second'),
(127629, 1762359748.808164, 2, 'info', 'Scanned contents of 507 additional files at 9.49 per second'),
(127630, 1762359749.831930, 2, 'info', 'Scanned contents of 521 additional files at 9.57 per second'),
(127631, 1762359750.895135, 2, 'info', 'Scanned contents of 531 additional files at 9.57 per second'),
(127632, 1762359751.918571, 2, 'info', 'Scanned contents of 542 additional files at 9.59 per second'),
(127633, 1762359753.379414, 2, 'info', 'Scanned contents of 552 additional files at 9.52 per second'),
(127634, 1762359754.422154, 2, 'info', 'Scanned contents of 566 additional files at 9.59 per second'),
(127635, 1762359755.836399, 2, 'info', 'Scanned contents of 578 additional files at 9.56 per second'),
(127636, 1762359756.848078, 2, 'info', 'Scanned contents of 591 additional files at 9.62 per second'),
(127637, 1762359758.384042, 2, 'info', 'Scanned contents of 601 additional files at 9.54 per second'),
(127638, 1762359759.422790, 2, 'info', 'Scanned contents of 619 additional files at 9.67 per second'),
(127639, 1762359762.912943, 2, 'info', 'Scanned contents of 632 additional files at 9.36 per second'),
(127640, 1762359763.915672, 2, 'info', 'Scanned contents of 640 additional files at 9.34 per second'),
(127641, 1762359764.976672, 2, 'info', 'Scanned contents of 656 additional files at 9.43 per second'),
(127642, 1762359766.034892, 2, 'info', 'Scanned contents of 670 additional files at 9.48 per second'),
(127643, 1762359767.127336, 2, 'info', 'Scanned contents of 683 additional files at 9.52 per second'),
(127644, 1762359768.150119, 2, 'info', 'Scanned contents of 697 additional files at 9.58 per second'),
(127645, 1762359769.216847, 2, 'info', 'Scanned contents of 709 additional files at 9.60 per second'),
(127646, 1762359770.232056, 2, 'info', 'Scanned contents of 727 additional files at 9.71 per second'),
(127647, 1762359771.262437, 2, 'info', 'Scanned contents of 743 additional files at 9.79 per second'),
(127648, 1762359772.373857, 2, 'info', 'Scanned contents of 759 additional files at 9.86 per second'),
(127649, 1762359773.383678, 2, 'info', 'Scanned contents of 776 additional files at 9.95 per second'),
(127650, 1762359774.410769, 2, 'info', 'Scanned contents of 792 additional files at 10.02 per second'),
(127651, 1762359775.696159, 2, 'info', 'Scanned contents of 802 additional files at 9.99 per second'),
(127652, 1762359776.717579, 2, 'info', 'Scanned contents of 816 additional files at 10.03 per second'),
(127653, 1762359780.026285, 2, 'info', 'Scanned contents of 824 additional files at 9.74 per second'),
(127654, 1762359781.154444, 2, 'info', 'Scanned contents of 834 additional files at 9.72 per second'),
(127655, 1762359782.168808, 2, 'info', 'Scanned contents of 851 additional files at 9.81 per second'),
(127656, 1762359783.320351, 2, 'info', 'Scanned contents of 873 additional files at 9.93 per second'),
(127657, 1762359784.388787, 2, 'info', 'Scanned contents of 891 additional files at 10.01 per second'),
(127658, 1762359788.246087, 2, 'info', 'Scanned contents of 910 additional files at 9.80 per second'),
(127659, 1762359789.256557, 2, 'info', 'Scanned contents of 926 additional files at 9.87 per second'),
(127660, 1762359790.269760, 2, 'info', 'Scanned contents of 941 additional files at 9.92 per second'),
(127661, 1762359791.459177, 2, 'info', 'Scanned contents of 954 additional files at 9.93 per second'),
(127662, 1762359792.462672, 2, 'info', 'Scanned contents of 971 additional files at 10.00 per second'),
(127663, 1762359793.500787, 2, 'info', 'Scanned contents of 988 additional files at 10.07 per second'),
(127664, 1762359794.516525, 2, 'info', 'Scanned contents of 998 additional files at 10.07 per second'),
(127665, 1762359795.528558, 2, 'info', 'Scanned contents of 1009 additional files at 10.08 per second'),
(127666, 1762359796.591393, 2, 'info', 'Scanned contents of 1028 additional files at 10.16 per second'),
(127667, 1762359797.841151, 2, 'info', 'Scanned contents of 1037 additional files at 10.12 per second'),
(127668, 1762359798.888030, 2, 'info', 'Scanned contents of 1047 additional files at 10.12 per second'),
(127669, 1762359799.951459, 2, 'info', 'Scanned contents of 1058 additional files at 10.12 per second'),
(127670, 1762359801.025701, 2, 'info', 'Scanned contents of 1073 additional files at 10.16 per second'),
(127671, 1762359802.073579, 2, 'info', 'Scanned contents of 1084 additional files at 10.16 per second'),
(127672, 1762359803.150085, 2, 'info', 'Scanned contents of 1108 additional files at 10.28 per second'),
(127673, 1762359804.162994, 2, 'info', 'Scanned contents of 1114 additional files at 10.24 per second'),
(127674, 1762359805.291959, 2, 'info', 'Scanned contents of 1127 additional files at 10.25 per second'),
(127675, 1762359806.710160, 2, 'info', 'Scanned contents of 1136 additional files at 10.20 per second'),
(127676, 1762359807.733988, 2, 'info', 'Scanned contents of 1144 additional files at 10.18 per second'),
(127677, 1762359808.750300, 2, 'info', 'Scanned contents of 1160 additional files at 10.23 per second'),
(127678, 1762359809.934070, 2, 'info', 'Scanned contents of 1173 additional files at 10.24 per second'),
(127679, 1762359811.033684, 2, 'info', 'Scanned contents of 1191 additional files at 10.30 per second'),
(127680, 1762359812.034685, 2, 'info', 'Scanned contents of 1198 additional files at 10.27 per second'),
(127681, 1762359815.548249, 2, 'info', 'Scanned contents of 1202 additional files at 10.00 per second'),
(127682, 1762359816.600668, 2, 'info', 'Scanned contents of 1215 additional files at 10.02 per second'),
(127683, 1762359817.703954, 2, 'info', 'Scanned contents of 1230 additional files at 10.06 per second'),
(127684, 1762359821.383202, 2, 'info', 'Scanned contents of 1240 additional files at 9.84 per second'),
(127685, 1762359822.437645, 2, 'info', 'Scanned contents of 1254 additional files at 9.87 per second'),
(127686, 1762359823.513615, 2, 'info', 'Scanned contents of 1267 additional files at 9.89 per second'),
(127687, 1762359824.548289, 2, 'info', 'Scanned contents of 1279 additional files at 9.90 per second'),
(127688, 1762359825.633924, 2, 'info', 'Scanned contents of 1295 additional files at 9.94 per second'),
(127689, 1762359826.639511, 2, 'info', 'Scanned contents of 1315 additional files at 10.02 per second'),
(127690, 1762359827.640281, 2, 'info', 'Scanned contents of 1331 additional files at 10.06 per second'),
(127691, 1762359829.930603, 2, 'info', 'Scanned contents of 1335 additional files at 9.92 per second'),
(127692, 1762359831.111992, 2, 'info', 'Scanned contents of 1351 additional files at 9.95 per second'),
(127693, 1762359834.312285, 2, 'info', 'Scanned contents of 1354 additional files at 9.75 per second'),
(127694, 1762359835.999791, 2, 'info', 'Scanned contents of 1362 additional files at 9.69 per second'),
(127695, 1762359837.941969, 2, 'info', 'Scanned contents of 1371 additional files at 9.62 per second'),
(127696, 1762359839.007683, 2, 'info', 'Scanned contents of 1381 additional files at 9.62 per second'),
(127697, 1762359840.963259, 2, 'info', 'Scanned contents of 1388 additional files at 9.53 per second'),
(127698, 1762359842.030749, 2, 'info', 'Scanned contents of 1399 additional files at 9.54 per second'),
(127699, 1762359843.051150, 2, 'info', 'Scanned contents of 1411 additional files at 9.56 per second'),
(127700, 1762359844.186135, 2, 'info', 'Scanned contents of 1423 additional files at 9.56 per second'),
(127701, 1762359847.902229, 2, 'info', 'Scanned contents of 1432 additional files at 9.39 per second'),
(127702, 1762359848.928924, 2, 'info', 'Scanned contents of 1441 additional files at 9.39 per second'),
(127703, 1762359850.412739, 2, 'info', 'Scanned contents of 1448 additional files at 9.34 per second'),
(127704, 1762359851.468196, 2, 'info', 'Scanned contents of 1456 additional files at 9.33 per second'),
(127705, 1762359852.585321, 2, 'info', 'Scanned contents of 1463 additional files at 9.31 per second'),
(127706, 1762359853.615014, 2, 'info', 'Scanned contents of 1473 additional files at 9.31 per second'),
(127707, 1762359854.967759, 2, 'info', 'Scanned contents of 1479 additional files at 9.27 per second'),
(127708, 1762359856.188059, 2, 'info', 'Scanned contents of 1485 additional files at 9.24 per second'),
(127709, 1762359857.882114, 2, 'info', 'Scanned contents of 1494 additional files at 9.19 per second'),
(127710, 1762359858.898230, 2, 'info', 'Scanned contents of 1506 additional files at 9.21 per second'),
(127711, 1762359859.903194, 2, 'info', 'Scanned contents of 1514 additional files at 9.20 per second'),
(127712, 1762359860.941420, 2, 'info', 'Scanned contents of 1516 additional files at 9.16 per second'),
(127713, 1762359862.015956, 2, 'info', 'Scanned contents of 1524 additional files at 9.15 per second'),
(127714, 1762359863.143443, 2, 'info', 'Scanned contents of 1539 additional files at 9.17 per second'),
(127715, 1762359864.171393, 2, 'info', 'Scanned contents of 1559 additional files at 9.24 per second'),
(127716, 1762359865.326147, 2, 'info', 'Scanned contents of 1569 additional files at 9.23 per second'),
(127717, 1762359866.400660, 2, 'info', 'Scanned contents of 1577 additional files at 9.22 per second'),
(127718, 1762359867.409670, 2, 'info', 'Scanned contents of 1596 additional files at 9.28 per second'),
(127719, 1762359868.616176, 2, 'info', 'Scanned contents of 1604 additional files at 9.26 per second'),
(127720, 1762359869.617729, 2, 'info', 'Scanned contents of 1616 additional files at 9.28 per second'),
(127721, 1762359870.652096, 2, 'info', 'Scanned contents of 1638 additional files at 9.35 per second'),
(127722, 1762359871.685423, 2, 'info', 'Scanned contents of 1652 additional files at 9.37 per second'),
(127723, 1762359872.691907, 2, 'info', 'Scanned contents of 1668 additional files at 9.41 per second'),
(127724, 1762359873.721995, 2, 'info', 'Scanned contents of 1682 additional files at 9.43 per second'),
(127725, 1762359874.776405, 2, 'info', 'Scanned contents of 1695 additional files at 9.45 per second'),
(127726, 1762359875.825420, 2, 'info', 'Scanned contents of 1705 additional files at 9.45 per second'),
(127727, 1762359876.831277, 2, 'info', 'Scanned contents of 1715 additional files at 9.45 per second'),
(127728, 1762359877.888771, 2, 'info', 'Scanned contents of 1730 additional files at 9.48 per second'),
(127729, 1762359878.891930, 2, 'info', 'Scanned contents of 1742 additional files at 9.49 per second'),
(127730, 1762359879.906691, 2, 'info', 'Scanned contents of 1761 additional files at 9.54 per second'),
(127731, 1762359882.887876, 2, 'info', 'Scanned contents of 1763 additional files at 9.40 per second'),
(127732, 1762359883.989005, 2, 'info', 'Scanned contents of 1779 additional files at 9.43 per second'),
(127733, 1762359885.009685, 2, 'info', 'Scanned contents of 1791 additional files at 9.45 per second'),
(127734, 1762359886.038287, 2, 'info', 'Scanned contents of 1808 additional files at 9.48 per second'),
(127735, 1762359887.338707, 2, 'info', 'Scanned contents of 1824 additional files at 9.50 per second'),
(127736, 1762359888.360181, 2, 'info', 'Scanned contents of 1845 additional files at 9.56 per second'),
(127737, 1762359889.391199, 2, 'info', 'Scanned contents of 1852 additional files at 9.55 per second'),
(127738, 1762359890.613437, 2, 'info', 'Scanned contents of 1865 additional files at 9.55 per second'),
(127739, 1762359891.634675, 2, 'info', 'Scanned contents of 1881 additional files at 9.59 per second'),
(127740, 1762359892.650304, 2, 'info', 'Scanned contents of 1894 additional files at 9.60 per second'),
(127741, 1762359893.702503, 2, 'info', 'Scanned contents of 1911 additional files at 9.64 per second'),
(127742, 1762359896.446012, 2, 'info', 'Scanned contents of 1912 additional files at 9.51 per second'),
(127743, 1762359897.501836, 2, 'info', 'Scanned contents of 1928 additional files at 9.54 per second'),
(127744, 1762359898.510531, 2, 'info', 'Scanned contents of 1939 additional files at 9.55 per second'),
(127745, 1762359899.689006, 2, 'info', 'Scanned contents of 1945 additional files at 9.52 per second'),
(127746, 1762359900.702008, 2, 'info', 'Scanned contents of 1956 additional files at 9.53 per second'),
(127747, 1762359901.717110, 2, 'info', 'Scanned contents of 1976 additional files at 9.58 per second'),
(127748, 1762359902.729604, 2, 'info', 'Scanned contents of 1986 additional files at 9.58 per second'),
(127749, 1762359903.730182, 2, 'info', 'Scanned contents of 2003 additional files at 9.61 per second'),
(127750, 1762359904.789907, 2, 'info', 'Scanned contents of 2016 additional files at 9.63 per second'),
(127751, 1762359906.074825, 2, 'info', 'Scanned contents of 2028 additional files at 9.63 per second'),
(127752, 1762359908.554632, 2, 'info', 'Scanned contents of 2040 additional files at 9.57 per second'),
(127753, 1762359909.578117, 2, 'info', 'Scanned contents of 2059 additional files at 9.61 per second'),
(127754, 1762359910.638460, 2, 'info', 'Scanned contents of 2075 additional files at 9.64 per second'),
(127755, 1762359911.659097, 2, 'info', 'Scanned contents of 2095 additional files at 9.69 per second'),
(127756, 1762359912.702991, 2, 'info', 'Scanned contents of 2105 additional files at 9.69 per second'),
(127757, 1762359913.708606, 2, 'info', 'Scanned contents of 2123 additional files at 9.72 per second'),
(127758, 1762359915.065983, 2, 'info', 'Scanned contents of 2139 additional files at 9.74 per second'),
(127759, 1762359916.110905, 2, 'info', 'Scanned contents of 2158 additional files at 9.78 per second'),
(127760, 1762359917.312805, 2, 'info', 'Scanned contents of 2169 additional files at 9.77 per second'),
(127761, 1762359918.819885, 2, 'info', 'Scanned contents of 2183 additional files at 9.77 per second'),
(127762, 1762359919.833352, 2, 'info', 'Scanned contents of 2203 additional files at 9.82 per second'),
(127763, 1762359920.836545, 2, 'info', 'Scanned contents of 2220 additional files at 9.85 per second'),
(127764, 1762359921.877738, 2, 'info', 'Scanned contents of 2235 additional files at 9.87 per second'),
(127765, 1762359922.946061, 2, 'info', 'Scanned contents of 2253 additional files at 9.90 per second'),
(127766, 1762359924.489711, 2, 'info', 'Scanned contents of 2263 additional files at 9.88 per second'),
(127767, 1762359926.872898, 2, 'info', 'Scanned contents of 2275 additional files at 9.83 per second'),
(127768, 1762359927.975466, 2, 'info', 'Scanned contents of 2286 additional files at 9.83 per second'),
(127769, 1762359929.384125, 2, 'info', 'Scanned contents of 2299 additional files at 9.83 per second'),
(127770, 1762359931.531464, 2, 'info', 'Scanned contents of 2312 additional files at 9.79 per second'),
(127771, 1762359932.537159, 2, 'info', 'Scanned contents of 2326 additional files at 9.81 per second'),
(127772, 1762359933.590961, 2, 'info', 'Scanned contents of 2341 additional files at 9.83 per second'),
(127773, 1762359934.642247, 2, 'info', 'Scanned contents of 2356 additional files at 9.85 per second'),
(127774, 1762359935.782027, 2, 'info', 'Scanned contents of 2377 additional files at 9.89 per second'),
(127775, 1762359936.813639, 2, 'info', 'Scanned contents of 2384 additional files at 9.87 per second'),
(127776, 1762359937.878408, 2, 'info', 'Scanned contents of 2398 additional files at 9.89 per second'),
(127777, 1762359939.095518, 2, 'info', 'Scanned contents of 2406 additional files at 9.87 per second'),
(127778, 1762359940.104278, 2, 'info', 'Scanned contents of 2423 additional files at 9.90 per second'),
(127779, 1762359941.108568, 2, 'info', 'Scanned contents of 2432 additional files at 9.90 per second'),
(127780, 1762359942.192197, 2, 'info', 'Scanned contents of 2448 additional files at 9.92 per second'),
(127781, 1762359944.807612, 2, 'info', 'Scanned contents of 2452 additional files at 9.83 per second'),
(127782, 1762359945.949837, 2, 'info', 'Scanned contents of 2458 additional files at 9.81 per second'),
(127783, 1762359947.186597, 2, 'info', 'Scanned contents of 2471 additional files at 9.81 per second'),
(127784, 1762359948.287994, 2, 'info', 'Scanned contents of 2487 additional files at 9.83 per second'),
(127785, 1762359949.335334, 2, 'info', 'Scanned contents of 2508 additional files at 9.88 per second'),
(127786, 1762359950.455799, 2, 'info', 'Scanned contents of 2519 additional files at 9.88 per second'),
(127787, 1762359951.543422, 2, 'info', 'Scanned contents of 2536 additional files at 9.90 per second'),
(127788, 1762359952.552729, 2, 'info', 'Scanned contents of 2552 additional files at 9.92 per second'),
(127789, 1762359953.628777, 2, 'info', 'Scanned contents of 2572 additional files at 9.96 per second'),
(127790, 1762359954.669948, 2, 'info', 'Scanned contents of 2587 additional files at 9.98 per second'),
(127791, 1762359955.807655, 2, 'info', 'Scanned contents of 2603 additional files at 10.00 per second'),
(127792, 1762359958.625083, 2, 'info', 'Scanned contents of 2613 additional files at 9.93 per second'),
(127793, 1762359959.712513, 2, 'info', 'Scanned contents of 2630 additional files at 9.95 per second'),
(127794, 1762359960.720937, 2, 'info', 'Scanned contents of 2643 additional files at 9.96 per second'),
(127795, 1762359961.783319, 2, 'info', 'Scanned contents of 2647 additional files at 9.94 per second'),
(127796, 1762359962.870065, 2, 'info', 'Scanned contents of 2657 additional files at 9.93 per second'),
(127797, 1762359964.079896, 2, 'info', 'Scanned contents of 2668 additional files at 9.93 per second'),
(127798, 1762359965.171076, 2, 'info', 'Scanned contents of 2684 additional files at 9.95 per second'),
(127799, 1762359966.179904, 2, 'info', 'Scanned contents of 2701 additional files at 9.97 per second'),
(127800, 1762359967.217401, 2, 'info', 'Scanned contents of 2711 additional files at 9.97 per second'),
(127801, 1762359968.268087, 2, 'info', 'Scanned contents of 2727 additional files at 9.99 per second'),
(127802, 1762359969.284221, 2, 'info', 'Scanned contents of 2742 additional files at 10.01 per second'),
(127803, 1762359972.152804, 2, 'info', 'Scanned contents of 2749 additional files at 9.93 per second'),
(127804, 1762359973.206740, 2, 'info', 'Scanned contents of 2762 additional files at 9.94 per second'),
(127805, 1762359974.515798, 2, 'info', 'Scanned contents of 2774 additional files at 9.94 per second'),
(127806, 1762359975.522939, 2, 'info', 'Scanned contents of 2794 additional files at 9.97 per second'),
(127807, 1762359976.542664, 2, 'info', 'Scanned contents of 2810 additional files at 9.99 per second'),
(127808, 1762359977.578496, 2, 'info', 'Scanned contents of 2821 additional files at 10.00 per second'),
(127809, 1762359979.565763, 2, 'info', 'Scanned contents of 2827 additional files at 9.95 per second'),
(127810, 1762359982.152801, 2, 'info', 'Scanned contents of 2834 additional files at 9.88 per second'),
(127811, 1762359983.183908, 2, 'info', 'Scanned contents of 2852 additional files at 9.91 per second'),
(127812, 1762359984.216366, 2, 'info', 'Scanned contents of 2864 additional files at 9.92 per second'),
(127813, 1762359985.291636, 2, 'info', 'Scanned contents of 2875 additional files at 9.92 per second'),
(127814, 1762359988.190814, 2, 'info', 'Scanned contents of 2887 additional files at 9.86 per second'),
(127815, 1762359989.207604, 2, 'info', 'Scanned contents of 2893 additional files at 9.85 per second'),
(127816, 1762359993.474914, 2, 'info', 'Scanned contents of 2896 additional files at 9.72 per second'),
(127817, 1762359995.919461, 2, 'info', 'Scanned contents of 2910 additional files at 9.68 per second'),
(127818, 1762359996.938292, 2, 'info', 'Scanned contents of 2925 additional files at 9.70 per second'),
(127819, 1762359998.021896, 2, 'info', 'Scanned contents of 2942 additional files at 9.72 per second'),
(127820, 1762359999.091379, 2, 'info', 'Scanned contents of 2955 additional files at 9.73 per second'),
(127821, 1762360000.110542, 2, 'info', 'Scanned contents of 2972 additional files at 9.75 per second'),
(127822, 1762360003.753086, 2, 'info', 'Scanned contents of 2982 additional files at 9.67 per second'),
(127823, 1762360004.822577, 2, 'info', 'Scanned contents of 3000 additional files at 9.70 per second'),
(127824, 1762360005.828956, 2, 'info', 'Scanned contents of 3016 additional files at 9.72 per second'),
(127825, 1762360007.001592, 2, 'info', 'Scanned contents of 3021 additional files at 9.69 per second'),
(127826, 1762360008.008421, 2, 'info', 'Scanned contents of 3034 additional files at 9.71 per second'),
(127827, 1762360009.022588, 2, 'info', 'Scanned contents of 3050 additional files at 9.72 per second'),
(127828, 1762360010.206489, 2, 'info', 'Scanned contents of 3066 additional files at 9.74 per second'),
(127829, 1762360011.284223, 2, 'info', 'Scanned contents of 3084 additional files at 9.76 per second'),
(127830, 1762360012.301680, 2, 'info', 'Scanned contents of 3096 additional files at 9.77 per second'),
(127831, 1762360013.527067, 2, 'info', 'Scanned contents of 3106 additional files at 9.76 per second'),
(127832, 1762360014.533338, 2, 'info', 'Scanned contents of 3113 additional files at 9.75 per second'),
(127833, 1762360015.537299, 2, 'info', 'Scanned contents of 3129 additional files at 9.77 per second'),
(127834, 1762360016.542416, 2, 'info', 'Scanned contents of 3144 additional files at 9.79 per second'),
(127835, 1762360017.584113, 2, 'info', 'Scanned contents of 3156 additional files at 9.80 per second'),
(127836, 1762360018.644990, 2, 'info', 'Scanned contents of 3172 additional files at 9.81 per second'),
(127837, 1762360019.648781, 2, 'info', 'Scanned contents of 3183 additional files at 9.82 per second'),
(127838, 1762360020.680537, 2, 'info', 'Scanned contents of 3194 additional files at 9.82 per second'),
(127839, 1762360021.683105, 2, 'info', 'Scanned contents of 3213 additional files at 9.85 per second'),
(127840, 1762360022.848066, 2, 'info', 'Scanned contents of 3225 additional files at 9.85 per second'),
(127841, 1762360024.028215, 2, 'info', 'Scanned contents of 3229 additional files at 9.83 per second'),
(127842, 1762360027.743269, 2, 'info', 'Scanned contents of 3236 additional files at 9.74 per second'),
(127843, 1762360028.749083, 2, 'info', 'Scanned contents of 3252 additional files at 9.76 per second'),
(127844, 1762360029.792587, 2, 'info', 'Scanned contents of 3267 additional files at 9.77 per second'),
(127845, 1762360030.854841, 2, 'info', 'Scanned contents of 3275 additional files at 9.76 per second'),
(127846, 1762360031.951345, 2, 'info', 'Scanned contents of 3286 additional files at 9.76 per second'),
(127847, 1762360032.961695, 2, 'info', 'Scanned contents of 3301 additional files at 9.78 per second'),
(127848, 1762360034.014973, 2, 'info', 'Scanned contents of 3313 additional files at 9.78 per second'),
(127849, 1762360035.124334, 2, 'info', 'Scanned contents of 3326 additional files at 9.79 per second'),
(127850, 1762360036.544736, 2, 'info', 'Scanned contents of 3340 additional files at 9.79 per second'),
(127851, 1762360042.025270, 2, 'info', 'Scanned contents of 3345 additional files at 9.65 per second'),
(127852, 1762360043.092261, 2, 'info', 'Scanned contents of 3360 additional files at 9.66 per second'),
(127853, 1762360044.098778, 2, 'info', 'Scanned contents of 3376 additional files at 9.68 per second'),
(127854, 1762360045.118237, 2, 'info', 'Scanned contents of 3384 additional files at 9.68 per second'),
(127855, 1762360046.247628, 2, 'info', 'Scanned contents of 3393 additional files at 9.67 per second'),
(127856, 1762360047.352921, 2, 'info', 'Scanned contents of 3408 additional files at 9.68 per second'),
(127857, 1762360048.464077, 2, 'info', 'Scanned contents of 3421 additional files at 9.69 per second'),
(127858, 1762360049.524385, 2, 'info', 'Scanned contents of 3438 additional files at 9.71 per second'),
(127859, 1762360050.549761, 2, 'info', 'Scanned contents of 3454 additional files at 9.73 per second'),
(127860, 1762360051.628603, 2, 'info', 'Scanned contents of 3467 additional files at 9.73 per second'),
(127861, 1762360053.045145, 2, 'info', 'Scanned contents of 3481 additional files at 9.73 per second'),
(127862, 1762360054.797639, 2, 'info', 'Scanned contents of 3492 additional files at 9.72 per second'),
(127863, 1762360058.095673, 2, 'info', 'Scanned contents of 3505 additional files at 9.66 per second'),
(127864, 1762360059.111632, 2, 'info', 'Scanned contents of 3515 additional files at 9.66 per second'),
(127865, 1762360060.142853, 2, 'info', 'Scanned contents of 3525 additional files at 9.66 per second'),
(127866, 1762360061.159663, 2, 'info', 'Scanned contents of 3533 additional files at 9.66 per second'),
(127867, 1762360063.822044, 2, 'info', 'Scanned contents of 3539 additional files at 9.61 per second'),
(127868, 1762360064.901796, 2, 'info', 'Scanned contents of 3552 additional files at 9.61 per second'),
(127869, 1762360065.944310, 2, 'info', 'Scanned contents of 3561 additional files at 9.61 per second'),
(127870, 1762360066.968346, 2, 'info', 'Scanned contents of 3573 additional files at 9.62 per second'),
(127871, 1762360068.025035, 2, 'info', 'Scanned contents of 3586 additional files at 9.62 per second'),
(127872, 1762360069.109348, 2, 'info', 'Scanned contents of 3595 additional files at 9.62 per second'),
(127873, 1762360070.151470, 2, 'info', 'Scanned contents of 3607 additional files at 9.62 per second'),
(127874, 1762360071.643412, 2, 'info', 'Scanned contents of 3609 additional files at 9.59 per second'),
(127875, 1762360072.650110, 2, 'info', 'Scanned contents of 3625 additional files at 9.61 per second'),
(127876, 1762360073.726997, 2, 'info', 'Scanned contents of 3638 additional files at 9.62 per second'),
(127877, 1762360074.753519, 2, 'info', 'Scanned contents of 3646 additional files at 9.61 per second');
INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(127878, 1762360075.788403, 2, 'info', 'Scanned contents of 3665 additional files at 9.63 per second'),
(127879, 1762360079.668322, 2, 'info', 'Scanned contents of 3677 additional files at 9.57 per second'),
(127880, 1762360080.771328, 2, 'info', 'Scanned contents of 3691 additional files at 9.58 per second'),
(127881, 1762360081.840742, 2, 'info', 'Scanned contents of 3708 additional files at 9.60 per second'),
(127882, 1762360082.903178, 2, 'info', 'Scanned contents of 3730 additional files at 9.63 per second'),
(127883, 1762360086.564838, 2, 'info', 'Scanned contents of 3731 additional files at 9.54 per second'),
(127884, 1762360087.670057, 2, 'info', 'Scanned contents of 3750 additional files at 9.56 per second'),
(127885, 1762360088.689007, 2, 'info', 'Scanned contents of 3764 additional files at 9.57 per second'),
(127886, 1762360089.907237, 2, 'info', 'Scanned contents of 3772 additional files at 9.56 per second'),
(127887, 1762360090.986258, 2, 'info', 'Scanned contents of 3787 additional files at 9.57 per second'),
(127888, 1762360092.028977, 2, 'info', 'Scanned contents of 3805 additional files at 9.59 per second'),
(127889, 1762360093.074122, 2, 'info', 'Scanned contents of 3818 additional files at 9.60 per second'),
(127890, 1762360094.151126, 2, 'info', 'Scanned contents of 3836 additional files at 9.62 per second'),
(127891, 1762360095.177955, 2, 'info', 'Scanned contents of 3852 additional files at 9.64 per second'),
(127892, 1762360096.232346, 2, 'info', 'Scanned contents of 3864 additional files at 9.64 per second'),
(127893, 1762360097.268344, 2, 'info', 'Scanned contents of 3879 additional files at 9.65 per second'),
(127894, 1762360098.305679, 2, 'info', 'Scanned contents of 3893 additional files at 9.66 per second'),
(127895, 1762360099.730754, 2, 'info', 'Scanned contents of 3907 additional files at 9.66 per second'),
(127896, 1762360100.739556, 2, 'info', 'Scanned contents of 3927 additional files at 9.69 per second'),
(127897, 1762360101.791244, 2, 'info', 'Scanned contents of 3943 additional files at 9.70 per second'),
(127898, 1762360102.815723, 2, 'info', 'Scanned contents of 3958 additional files at 9.71 per second'),
(127899, 1762360103.848533, 2, 'info', 'Scanned contents of 3974 additional files at 9.73 per second'),
(127900, 1762360104.908776, 2, 'info', 'Scanned contents of 3983 additional files at 9.73 per second'),
(127901, 1762360105.937904, 2, 'info', 'Scanned contents of 4000 additional files at 9.74 per second'),
(127902, 1762360106.958047, 2, 'info', 'Scanned contents of 4013 additional files at 9.75 per second'),
(127903, 1762360108.007454, 2, 'info', 'Scanned contents of 4027 additional files at 9.76 per second'),
(127904, 1762360109.567716, 2, 'info', 'Scanned contents of 4033 additional files at 9.74 per second'),
(127905, 1762360110.571274, 2, 'info', 'Scanned contents of 4048 additional files at 9.75 per second'),
(127906, 1762360111.595139, 2, 'info', 'Scanned contents of 4059 additional files at 9.75 per second'),
(127907, 1762360112.751896, 2, 'info', 'Scanned contents of 4076 additional files at 9.77 per second'),
(127908, 1762360113.821536, 2, 'info', 'Scanned contents of 4090 additional files at 9.77 per second'),
(127909, 1762360115.224360, 2, 'info', 'Scanned contents of 4101 additional files at 9.77 per second'),
(127910, 1762360116.719569, 2, 'info', 'Scanned contents of 4112 additional files at 9.76 per second'),
(127911, 1762360117.836235, 2, 'info', 'Scanned contents of 4120 additional files at 9.75 per second'),
(127912, 1762360118.932108, 2, 'info', 'Scanned contents of 4134 additional files at 9.76 per second'),
(127913, 1762360119.969745, 2, 'info', 'Scanned contents of 4145 additional files at 9.76 per second'),
(127914, 1762360120.990388, 2, 'info', 'Scanned contents of 4161 additional files at 9.78 per second'),
(127915, 1762360122.383451, 2, 'info', 'Scanned contents of 4172 additional files at 9.77 per second'),
(127916, 1762360123.812651, 2, 'info', 'Scanned contents of 4186 additional files at 9.77 per second'),
(127917, 1762360124.827911, 2, 'info', 'Scanned contents of 4201 additional files at 9.78 per second'),
(127918, 1762360125.844680, 2, 'info', 'Scanned contents of 4218 additional files at 9.80 per second'),
(127919, 1762360129.507056, 2, 'info', 'Scanned contents of 4227 additional files at 9.74 per second'),
(127920, 1762360131.769953, 2, 'info', 'Scanned contents of 4239 additional files at 9.71 per second'),
(127921, 1762360132.779210, 2, 'info', 'Scanned contents of 4254 additional files at 9.73 per second'),
(127922, 1762360133.829517, 2, 'info', 'Scanned contents of 4265 additional files at 9.73 per second'),
(127923, 1762360134.889891, 2, 'info', 'Scanned contents of 4279 additional files at 9.74 per second'),
(127924, 1762360135.992896, 2, 'info', 'Scanned contents of 4292 additional files at 9.74 per second'),
(127925, 1762360137.012282, 2, 'info', 'Scanned contents of 4305 additional files at 9.75 per second'),
(127926, 1762360139.083396, 2, 'info', 'Scanned contents of 4309 additional files at 9.71 per second'),
(127927, 1762360140.084444, 2, 'info', 'Scanned contents of 4324 additional files at 9.72 per second'),
(127928, 1762360141.110185, 2, 'info', 'Scanned contents of 4332 additional files at 9.72 per second'),
(127929, 1762360142.303362, 2, 'info', 'Scanned contents of 4341 additional files at 9.71 per second'),
(127930, 1762360143.488710, 2, 'info', 'Scanned contents of 4352 additional files at 9.71 per second'),
(127931, 1762360144.502924, 2, 'info', 'Scanned contents of 4372 additional files at 9.73 per second'),
(127932, 1762360145.547476, 2, 'info', 'Scanned contents of 4391 additional files at 9.75 per second'),
(127933, 1762360146.569389, 2, 'info', 'Scanned contents of 4407 additional files at 9.77 per second'),
(127934, 1762360147.668033, 2, 'info', 'Scanned contents of 4414 additional files at 9.76 per second'),
(127935, 1762360148.728359, 2, 'info', 'Scanned contents of 4428 additional files at 9.77 per second'),
(127936, 1762360149.751655, 2, 'info', 'Scanned contents of 4435 additional files at 9.76 per second'),
(127937, 1762360150.844209, 2, 'info', 'Scanned contents of 4451 additional files at 9.77 per second'),
(127938, 1762360151.997852, 2, 'info', 'Scanned contents of 4459 additional files at 9.77 per second'),
(127939, 1762360153.018864, 2, 'info', 'Scanned contents of 4479 additional files at 9.79 per second'),
(127940, 1762360154.044576, 2, 'info', 'Scanned contents of 4496 additional files at 9.80 per second'),
(127941, 1762360155.241289, 2, 'info', 'Scanned contents of 4506 additional files at 9.80 per second'),
(127942, 1762360156.318210, 2, 'info', 'Scanned contents of 4515 additional files at 9.80 per second'),
(127943, 1762360157.342048, 2, 'info', 'Scanned contents of 4529 additional files at 9.80 per second'),
(127944, 1762360158.357167, 2, 'info', 'Scanned contents of 4537 additional files at 9.80 per second'),
(127945, 1762360159.395428, 2, 'info', 'Scanned contents of 4545 additional files at 9.80 per second'),
(127946, 1762360160.498578, 2, 'info', 'Scanned contents of 4564 additional files at 9.81 per second'),
(127947, 1762360161.527942, 2, 'info', 'Scanned contents of 4575 additional files at 9.81 per second'),
(127948, 1762360162.552773, 2, 'info', 'Scanned contents of 4589 additional files at 9.82 per second'),
(127949, 1762360163.633633, 2, 'info', 'Scanned contents of 4602 additional files at 9.83 per second'),
(127950, 1762360164.674147, 2, 'info', 'Scanned contents of 4618 additional files at 9.84 per second'),
(127951, 1762360165.727356, 2, 'info', 'Scanned contents of 4631 additional files at 9.85 per second'),
(127952, 1762360166.871396, 2, 'info', 'Scanned contents of 4650 additional files at 9.86 per second'),
(127953, 1762360169.897650, 2, 'info', 'Scanned contents of 4660 additional files at 9.82 per second'),
(127954, 1762360170.927908, 2, 'info', 'Scanned contents of 4670 additional files at 9.82 per second'),
(127955, 1762360171.957083, 2, 'info', 'Scanned contents of 4685 additional files at 9.83 per second'),
(127956, 1762360172.968117, 2, 'info', 'Scanned contents of 4699 additional files at 9.84 per second'),
(127957, 1762360173.980617, 2, 'info', 'Scanned contents of 4716 additional files at 9.85 per second'),
(127958, 1762360175.401839, 2, 'info', 'Scanned contents of 4723 additional files at 9.84 per second'),
(127959, 1762360176.730639, 2, 'info', 'Scanned contents of 4738 additional files at 9.84 per second'),
(127960, 1762360177.824831, 2, 'info', 'Scanned contents of 4756 additional files at 9.86 per second'),
(127961, 1762360179.113349, 2, 'info', 'Scanned contents of 4760 additional files at 9.84 per second'),
(127962, 1762360180.161535, 2, 'info', 'Scanned contents of 4774 additional files at 9.85 per second'),
(127963, 1762360181.311092, 2, 'info', 'Scanned contents of 4784 additional files at 9.85 per second'),
(127964, 1762360182.358969, 2, 'info', 'Scanned contents of 4798 additional files at 9.85 per second'),
(127965, 1762360183.476297, 2, 'info', 'Scanned contents of 4809 additional files at 9.85 per second'),
(127966, 1762360184.517111, 2, 'info', 'Scanned contents of 4828 additional files at 9.87 per second'),
(127967, 1762360187.554479, 2, 'info', 'Scanned contents of 4830 additional files at 9.81 per second'),
(127968, 1762360188.589187, 2, 'info', 'Scanned contents of 4848 additional files at 9.83 per second'),
(127969, 1762360191.637131, 2, 'info', 'Scanned contents of 4852 additional files at 9.78 per second'),
(127970, 1762360192.663230, 2, 'info', 'Scanned contents of 4867 additional files at 9.79 per second'),
(127971, 1762360193.703911, 2, 'info', 'Scanned contents of 4884 additional files at 9.80 per second'),
(127972, 1762360194.764935, 2, 'info', 'Scanned contents of 4890 additional files at 9.79 per second'),
(127973, 1762360195.786448, 2, 'info', 'Scanned contents of 4908 additional files at 9.81 per second'),
(127974, 1762360196.798830, 2, 'info', 'Scanned contents of 4924 additional files at 9.82 per second'),
(127975, 1762360197.824130, 2, 'info', 'Scanned contents of 4944 additional files at 9.84 per second'),
(127976, 1762360199.246437, 2, 'info', 'Scanned contents of 4959 additional files at 9.84 per second'),
(127977, 1762360201.121167, 2, 'info', 'Scanned contents of 4963 additional files at 9.81 per second'),
(127978, 1762360202.132680, 2, 'info', 'Scanned contents of 4971 additional files at 9.81 per second'),
(127979, 1762360203.380039, 2, 'info', 'Scanned contents of 4982 additional files at 9.81 per second'),
(127980, 1762360204.695862, 2, 'info', 'Scanned contents of 4984 additional files at 9.79 per second'),
(127981, 1762360205.756438, 2, 'info', 'Scanned contents of 4995 additional files at 9.79 per second'),
(127982, 1762360208.118568, 2, 'info', 'Scanned contents of 4998 additional files at 9.75 per second'),
(127983, 1762360209.991516, 2, 'info', 'Scanned contents of 5015 additional files at 9.75 per second'),
(127984, 1762360211.020845, 2, 'info', 'Scanned contents of 5027 additional files at 9.75 per second'),
(127985, 1762360214.687305, 2, 'info', 'Scanned contents of 5041 additional files at 9.71 per second'),
(127986, 1762360215.720454, 2, 'info', 'Scanned contents of 5059 additional files at 9.72 per second'),
(127987, 1762360216.816427, 2, 'info', 'Scanned contents of 5070 additional files at 9.72 per second'),
(127988, 1762360217.877617, 2, 'info', 'Scanned contents of 5082 additional files at 9.73 per second'),
(127989, 1762360218.883503, 2, 'info', 'Scanned contents of 5103 additional files at 9.75 per second'),
(127990, 1762360221.574289, 2, 'info', 'Scanned contents of 5114 additional files at 9.72 per second'),
(127991, 1762360222.646422, 2, 'info', 'Scanned contents of 5130 additional files at 9.73 per second'),
(127992, 1762360223.673563, 2, 'info', 'Scanned contents of 5140 additional files at 9.73 per second'),
(127993, 1762360224.694907, 2, 'info', 'Scanned contents of 5157 additional files at 9.74 per second'),
(127994, 1762360227.882758, 2, 'info', 'Scanned contents of 5161 additional files at 9.69 per second'),
(127995, 1762360229.139350, 2, 'info', 'Scanned contents of 5164 additional files at 9.67 per second'),
(127996, 1762360230.251463, 2, 'info', 'Scanned contents of 5178 additional files at 9.68 per second'),
(127997, 1762360231.252984, 2, 'info', 'Scanned contents of 5189 additional files at 9.68 per second'),
(127998, 1762360234.328441, 2, 'info', 'Scanned contents of 5191 additional files at 9.63 per second'),
(127999, 1762360235.334087, 2, 'info', 'Scanned contents of 5209 additional files at 9.65 per second'),
(128000, 1762360237.184208, 2, 'info', 'Scanned contents of 5213 additional files at 9.62 per second'),
(128001, 1762360238.242487, 2, 'info', 'Scanned contents of 5232 additional files at 9.64 per second'),
(128002, 1762360239.961679, 2, 'info', 'Scanned contents of 5248 additional files at 9.64 per second'),
(128003, 1762360240.989823, 2, 'info', 'Scanned contents of 5250 additional files at 9.62 per second'),
(128004, 1762360242.007344, 2, 'info', 'Scanned contents of 5262 additional files at 9.63 per second'),
(128005, 1762360243.097705, 2, 'info', 'Scanned contents of 5283 additional files at 9.65 per second'),
(128006, 1762360244.385246, 2, 'info', 'Scanned contents of 5301 additional files at 9.66 per second'),
(128007, 1762360245.419011, 2, 'info', 'Scanned contents of 5315 additional files at 9.66 per second'),
(128008, 1762360246.808755, 2, 'info', 'Scanned contents of 5328 additional files at 9.66 per second'),
(128009, 1762360247.893669, 2, 'info', 'Scanned contents of 5345 additional files at 9.67 per second'),
(128010, 1762360248.913545, 2, 'info', 'Scanned contents of 5359 additional files at 9.68 per second'),
(128011, 1762360249.955489, 2, 'info', 'Scanned contents of 5372 additional files at 9.69 per second'),
(128012, 1762360250.970756, 2, 'info', 'Scanned contents of 5385 additional files at 9.69 per second'),
(128013, 1762360252.044768, 2, 'info', 'Scanned contents of 5397 additional files at 9.70 per second'),
(128014, 1762360253.051883, 2, 'info', 'Scanned contents of 5411 additional files at 9.70 per second'),
(128015, 1762360254.065166, 2, 'info', 'Scanned contents of 5424 additional files at 9.71 per second'),
(128016, 1762360255.132023, 2, 'info', 'Scanned contents of 5439 additional files at 9.72 per second'),
(128017, 1762360256.393539, 2, 'info', 'Scanned contents of 5455 additional files at 9.72 per second'),
(128018, 1762360259.079495, 2, 'info', 'Scanned contents of 5461 additional files at 9.69 per second'),
(128019, 1762360260.126222, 2, 'info', 'Scanned contents of 5479 additional files at 9.70 per second'),
(128020, 1762360261.146947, 2, 'info', 'Scanned contents of 5490 additional files at 9.70 per second'),
(128021, 1762360264.671447, 2, 'info', 'Scanned contents of 5500 additional files at 9.66 per second'),
(128022, 1762360265.705707, 2, 'info', 'Scanned contents of 5514 additional files at 9.67 per second'),
(128023, 1762360266.714482, 2, 'info', 'Scanned contents of 5519 additional files at 9.66 per second'),
(128024, 1762360270.163527, 2, 'info', 'Scanned contents of 5527 additional files at 9.62 per second'),
(128025, 1762360274.770937, 2, 'info', 'Scanned contents of 5534 additional files at 9.55 per second'),
(128026, 1762360275.806699, 2, 'info', 'Scanned contents of 5551 additional files at 9.56 per second'),
(128027, 1762360279.689461, 2, 'info', 'Scanned contents of 5564 additional files at 9.52 per second'),
(128028, 1762360280.862206, 2, 'info', 'Scanned contents of 5581 additional files at 9.53 per second'),
(128029, 1762360281.980183, 2, 'info', 'Scanned contents of 5594 additional files at 9.54 per second'),
(128030, 1762360283.021526, 2, 'info', 'Scanned contents of 5600 additional files at 9.53 per second'),
(128031, 1762360284.102787, 2, 'info', 'Scanned contents of 5614 additional files at 9.54 per second'),
(128032, 1762360287.784185, 2, 'info', 'Scanned contents of 5625 additional files at 9.50 per second'),
(128033, 1762360288.856273, 2, 'info', 'Scanned contents of 5638 additional files at 9.50 per second'),
(128034, 1762360289.874580, 2, 'info', 'Scanned contents of 5653 additional files at 9.51 per second'),
(128035, 1762360290.920330, 2, 'info', 'Scanned contents of 5670 additional files at 9.52 per second'),
(128036, 1762360291.930121, 2, 'info', 'Scanned contents of 5685 additional files at 9.53 per second'),
(128037, 1762360295.472524, 2, 'info', 'Scanned contents of 5692 additional files at 9.49 per second'),
(128038, 1762360296.522863, 2, 'info', 'Scanned contents of 5711 additional files at 9.50 per second'),
(128039, 1762360297.530999, 2, 'info', 'Scanned contents of 5724 additional files at 9.51 per second'),
(128040, 1762360298.629766, 2, 'info', 'Scanned contents of 5737 additional files at 9.51 per second'),
(128041, 1762360299.769958, 2, 'info', 'Scanned contents of 5751 additional files at 9.52 per second'),
(128042, 1762360300.845111, 2, 'info', 'Scanned contents of 5766 additional files at 9.52 per second'),
(128043, 1762360303.956038, 2, 'info', 'Scanned contents of 5768 additional files at 9.48 per second'),
(128044, 1762360305.530569, 2, 'info', 'Scanned contents of 5770 additional files at 9.46 per second'),
(128045, 1762360306.618802, 2, 'info', 'Scanned contents of 5783 additional files at 9.46 per second'),
(128046, 1762360307.623561, 2, 'info', 'Scanned contents of 5797 additional files at 9.47 per second'),
(128047, 1762360308.978522, 2, 'info', 'Scanned contents of 5802 additional files at 9.46 per second'),
(128048, 1762360309.997788, 2, 'info', 'Scanned contents of 5811 additional files at 9.45 per second'),
(128049, 1762360311.027469, 2, 'info', 'Scanned contents of 5819 additional files at 9.45 per second'),
(128050, 1762360312.100084, 2, 'info', 'Scanned contents of 5834 additional files at 9.46 per second'),
(128051, 1762360313.110033, 2, 'info', 'Scanned contents of 5840 additional files at 9.45 per second'),
(128052, 1762360314.127361, 2, 'info', 'Scanned contents of 5857 additional files at 9.47 per second'),
(128053, 1762360315.241347, 2, 'info', 'Scanned contents of 5874 additional files at 9.48 per second'),
(128054, 1762360317.744482, 2, 'info', 'Scanned contents of 5876 additional files at 9.44 per second'),
(128055, 1762360318.748711, 2, 'info', 'Scanned contents of 5891 additional files at 9.45 per second'),
(128056, 1762360321.884325, 2, 'info', 'Scanned contents of 5893 additional files at 9.41 per second'),
(128057, 1762360322.936068, 2, 'info', 'Scanned contents of 5911 additional files at 9.42 per second'),
(128058, 1762360324.335771, 2, 'info', 'Scanned contents of 5925 additional files at 9.42 per second'),
(128059, 1762360327.564520, 2, 'info', 'Scanned contents of 5935 additional files at 9.39 per second'),
(128060, 1762360328.615710, 2, 'info', 'Scanned contents of 5948 additional files at 9.39 per second'),
(128061, 1762360331.664683, 2, 'info', 'Scanned contents of 5951 additional files at 9.35 per second'),
(128062, 1762360332.793598, 2, 'info', 'Scanned contents of 5960 additional files at 9.35 per second'),
(128063, 1762360333.921689, 2, 'info', 'Scanned contents of 5971 additional files at 9.35 per second'),
(128064, 1762360334.965503, 2, 'info', 'Scanned contents of 5984 additional files at 9.36 per second'),
(128065, 1762360336.607335, 2, 'info', 'Scanned contents of 5986 additional files at 9.34 per second'),
(128066, 1762360337.857403, 2, 'info', 'Scanned contents of 5994 additional files at 9.33 per second'),
(128067, 1762360341.074189, 2, 'info', 'Scanned contents of 6000 additional files at 9.29 per second'),
(128068, 1762360342.119076, 2, 'info', 'Scanned contents of 6018 additional files at 9.31 per second'),
(128069, 1762360346.087950, 2, 'info', 'Scanned contents of 6028 additional files at 9.26 per second'),
(128070, 1762360347.305145, 2, 'info', 'Scanned contents of 6037 additional files at 9.26 per second'),
(128071, 1762360348.324786, 2, 'info', 'Scanned contents of 6054 additional files at 9.27 per second'),
(128072, 1762360349.398423, 2, 'info', 'Scanned contents of 6070 additional files at 9.28 per second'),
(128073, 1762360350.451916, 2, 'info', 'Scanned contents of 6084 additional files at 9.29 per second'),
(128074, 1762360353.575965, 2, 'info', 'Scanned contents of 6088 additional files at 9.25 per second'),
(128075, 1762360354.625300, 2, 'info', 'Scanned contents of 6097 additional files at 9.25 per second'),
(128076, 1762360355.662618, 2, 'info', 'Scanned contents of 6109 additional files at 9.25 per second'),
(128077, 1762360358.883735, 2, 'info', 'Scanned contents of 6113 additional files at 9.21 per second'),
(128078, 1762360362.897575, 2, 'info', 'Scanned contents of 6129 additional files at 9.18 per second'),
(128079, 1762360363.918866, 2, 'info', 'Scanned contents of 6143 additional files at 9.19 per second'),
(128080, 1762360364.949998, 2, 'info', 'Scanned contents of 6160 additional files at 9.20 per second'),
(128081, 1762360366.584176, 2, 'info', 'Scanned contents of 6173 additional files at 9.20 per second'),
(128082, 1762360367.603024, 2, 'info', 'Scanned contents of 6185 additional files at 9.20 per second'),
(128083, 1762360371.452579, 2, 'info', 'Scanned contents of 6201 additional files at 9.17 per second'),
(128084, 1762360372.498950, 2, 'info', 'Scanned contents of 6219 additional files at 9.18 per second'),
(128085, 1762360373.547804, 2, 'info', 'Scanned contents of 6231 additional files at 9.19 per second'),
(128086, 1762360374.571425, 2, 'info', 'Scanned contents of 6248 additional files at 9.20 per second'),
(128087, 1762360377.591124, 2, 'info', 'Scanned contents of 6250 additional files at 9.16 per second'),
(128088, 1762360378.638813, 2, 'info', 'Scanned contents of 6268 additional files at 9.17 per second'),
(128089, 1762360379.730289, 2, 'info', 'Scanned contents of 6283 additional files at 9.18 per second'),
(128090, 1762360380.793516, 2, 'info', 'Scanned contents of 6303 additional files at 9.20 per second'),
(128091, 1762360382.244632, 2, 'info', 'Scanned contents of 6320 additional files at 9.20 per second'),
(128092, 1762360386.007695, 2, 'info', 'Scanned contents of 6326 additional files at 9.16 per second'),
(128093, 1762360389.659685, 2, 'info', 'Scanned contents of 6337 additional files at 9.13 per second'),
(128094, 1762360390.995670, 2, 'info', 'Scanned contents of 6352 additional files at 9.13 per second'),
(128095, 1762360392.025707, 2, 'info', 'Scanned contents of 6364 additional files at 9.14 per second'),
(128096, 1762360393.194505, 2, 'info', 'Scanned contents of 6380 additional files at 9.14 per second'),
(128097, 1762360394.312532, 2, 'info', 'Scanned contents of 6390 additional files at 9.14 per second'),
(128098, 1762360398.919208, 2, 'info', 'Scanned contents of 6400 additional files at 9.10 per second'),
(128099, 1762360400.121792, 2, 'info', 'Scanned contents of 6410 additional files at 9.10 per second'),
(128100, 1762360401.205110, 2, 'info', 'Scanned contents of 6421 additional files at 9.10 per second'),
(128101, 1762360402.270906, 2, 'info', 'Scanned contents of 6438 additional files at 9.11 per second'),
(128102, 1762360403.312827, 2, 'info', 'Scanned contents of 6457 additional files at 9.12 per second'),
(128103, 1762360404.427226, 2, 'info', 'Scanned contents of 6464 additional files at 9.12 per second'),
(128104, 1762360405.618833, 2, 'info', 'Scanned contents of 6470 additional files at 9.11 per second'),
(128105, 1762360406.686418, 2, 'info', 'Scanned contents of 6488 additional files at 9.12 per second'),
(128106, 1762360407.907160, 2, 'info', 'Scanned contents of 6499 additional files at 9.12 per second'),
(128107, 1762360408.921439, 2, 'info', 'Scanned contents of 6511 additional files at 9.13 per second'),
(128108, 1762360409.984783, 2, 'info', 'Scanned contents of 6532 additional files at 9.14 per second'),
(128109, 1762360410.993759, 2, 'info', 'Scanned contents of 6548 additional files at 9.15 per second'),
(128110, 1762360412.006200, 2, 'info', 'Scanned contents of 6562 additional files at 9.16 per second'),
(128111, 1762360413.042911, 2, 'info', 'Scanned contents of 6573 additional files at 9.16 per second'),
(128112, 1762360414.179873, 2, 'info', 'Scanned contents of 6582 additional files at 9.16 per second'),
(128113, 1762360415.341410, 2, 'info', 'Scanned contents of 6590 additional files at 9.15 per second'),
(128114, 1762360416.343026, 2, 'info', 'Scanned contents of 6604 additional files at 9.16 per second'),
(128115, 1762360417.656489, 2, 'info', 'Scanned contents of 6622 additional files at 9.17 per second'),
(128116, 1762360418.664364, 2, 'info', 'Scanned contents of 6642 additional files at 9.18 per second'),
(128117, 1762360419.747374, 2, 'info', 'Scanned contents of 6658 additional files at 9.19 per second'),
(128118, 1762360420.777403, 2, 'info', 'Scanned contents of 6675 additional files at 9.20 per second'),
(128119, 1762360421.780826, 2, 'info', 'Scanned contents of 6689 additional files at 9.21 per second'),
(128120, 1762360430.449779, 2, 'info', 'Scanned contents of 6701 additional files at 9.12 per second'),
(128121, 1762360431.491842, 2, 'info', 'Scanned contents of 6707 additional files at 9.11 per second'),
(128122, 1762360432.528694, 2, 'info', 'Scanned contents of 6725 additional files at 9.12 per second'),
(128123, 1762360433.578732, 2, 'info', 'Scanned contents of 6739 additional files at 9.13 per second'),
(128124, 1762360434.586198, 2, 'info', 'Scanned contents of 6758 additional files at 9.14 per second'),
(128125, 1762360435.659507, 2, 'info', 'Scanned contents of 6774 additional files at 9.15 per second'),
(128126, 1762360436.661857, 2, 'info', 'Scanned contents of 6789 additional files at 9.16 per second'),
(128127, 1762360437.757212, 2, 'info', 'Scanned contents of 6810 additional files at 9.17 per second'),
(128128, 1762360438.792091, 2, 'info', 'Scanned contents of 6822 additional files at 9.18 per second'),
(128129, 1762360439.799835, 2, 'info', 'Scanned contents of 6834 additional files at 9.18 per second'),
(128130, 1762360443.047574, 2, 'info', 'Scanned contents of 6840 additional files at 9.15 per second'),
(128131, 1762360444.069109, 2, 'info', 'Scanned contents of 6854 additional files at 9.15 per second'),
(128132, 1762360445.112726, 2, 'info', 'Scanned contents of 6871 additional files at 9.16 per second'),
(128133, 1762360446.155497, 2, 'info', 'Scanned contents of 6884 additional files at 9.17 per second'),
(128134, 1762360447.489549, 2, 'info', 'Scanned contents of 6903 additional files at 9.18 per second'),
(128135, 1762360451.055199, 2, 'info', 'Scanned contents of 6914 additional files at 9.15 per second'),
(128136, 1762360455.245362, 2, 'info', 'Scanned contents of 6930 additional files at 9.12 per second'),
(128137, 1762360456.272510, 2, 'info', 'Scanned contents of 6943 additional files at 9.12 per second'),
(128138, 1762360457.295493, 2, 'info', 'Scanned contents of 6962 additional files at 9.14 per second'),
(128139, 1762360458.330602, 2, 'info', 'Scanned contents of 6979 additional files at 9.15 per second'),
(128140, 1762360459.849552, 2, 'info', 'Scanned contents of 6992 additional files at 9.15 per second'),
(128141, 1762360460.904053, 2, 'info', 'Scanned contents of 6997 additional files at 9.14 per second'),
(128142, 1762360461.932464, 2, 'info', 'Scanned contents of 7007 additional files at 9.14 per second'),
(128143, 1762360462.984355, 2, 'info', 'Scanned contents of 7013 additional files at 9.14 per second'),
(128144, 1762360466.835914, 2, 'info', 'Scanned contents of 7022 additional files at 9.10 per second'),
(128145, 1762360467.846316, 2, 'info', 'Scanned contents of 7036 additional files at 9.11 per second'),
(128146, 1762360468.883277, 2, 'info', 'Scanned contents of 7049 additional files at 9.11 per second'),
(128147, 1762360469.960754, 2, 'info', 'Scanned contents of 7060 additional files at 9.11 per second'),
(128148, 1762360471.002015, 2, 'info', 'Scanned contents of 7072 additional files at 9.12 per second'),
(128149, 1762360472.039353, 2, 'info', 'Scanned contents of 7086 additional files at 9.12 per second'),
(128150, 1762360473.130249, 2, 'info', 'Scanned contents of 7106 additional files at 9.14 per second'),
(128151, 1762360474.144319, 2, 'info', 'Scanned contents of 7121 additional files at 9.14 per second'),
(128152, 1762360475.246553, 2, 'info', 'Scanned contents of 7131 additional files at 9.14 per second'),
(128153, 1762360476.258723, 2, 'info', 'Scanned contents of 7139 additional files at 9.14 per second'),
(128154, 1762360477.286384, 2, 'info', 'Scanned contents of 7146 additional files at 9.14 per second'),
(128155, 1762360478.388264, 2, 'info', 'Scanned contents of 7155 additional files at 9.14 per second'),
(128156, 1762360479.409383, 2, 'info', 'Scanned contents of 7170 additional files at 9.15 per second'),
(128157, 1762360480.635286, 2, 'info', 'Scanned contents of 7179 additional files at 9.14 per second'),
(128158, 1762360483.819782, 2, 'info', 'Scanned contents of 7181 additional files at 9.11 per second'),
(128159, 1762360484.848454, 2, 'info', 'Scanned contents of 7196 additional files at 9.12 per second'),
(128160, 1762360485.901264, 2, 'info', 'Scanned contents of 7208 additional files at 9.12 per second'),
(128161, 1762360489.630367, 2, 'info', 'Scanned contents of 7219 additional files at 9.09 per second'),
(128162, 1762360490.680589, 2, 'info', 'Scanned contents of 7237 additional files at 9.10 per second'),
(128163, 1762360492.352084, 2, 'info', 'Scanned contents of 7240 additional files at 9.08 per second'),
(128164, 1762360493.554766, 2, 'info', 'Scanned contents of 7248 additional files at 9.08 per second'),
(128165, 1762360494.557908, 2, 'info', 'Scanned contents of 7265 additional files at 9.09 per second'),
(128166, 1762360495.594990, 2, 'info', 'Scanned contents of 7283 additional files at 9.10 per second'),
(128167, 1762360496.730847, 2, 'info', 'Scanned contents of 7300 additional files at 9.11 per second'),
(128168, 1762360497.855798, 2, 'info', 'Scanned contents of 7310 additional files at 9.11 per second'),
(128169, 1762360498.981634, 2, 'info', 'Scanned contents of 7322 additional files at 9.11 per second'),
(128170, 1762360499.985320, 2, 'info', 'Scanned contents of 7330 additional files at 9.11 per second'),
(128171, 1762360501.053110, 2, 'info', 'Scanned contents of 7341 additional files at 9.11 per second'),
(128172, 1762360504.948879, 2, 'info', 'Scanned contents of 7356 additional files at 9.09 per second'),
(128173, 1762360505.993772, 2, 'info', 'Scanned contents of 7367 additional files at 9.09 per second'),
(128174, 1762360507.064308, 2, 'info', 'Scanned contents of 7385 additional files at 9.10 per second'),
(128175, 1762360508.221924, 2, 'info', 'Scanned contents of 7400 additional files at 9.10 per second'),
(128176, 1762360509.243837, 2, 'info', 'Scanned contents of 7412 additional files at 9.11 per second'),
(128177, 1762360510.340283, 2, 'info', 'Scanned contents of 7426 additional files at 9.11 per second'),
(128178, 1762360511.387909, 2, 'info', 'Scanned contents of 7439 additional files at 9.12 per second'),
(128179, 1762360512.394454, 2, 'info', 'Scanned contents of 7454 additional files at 9.12 per second'),
(128180, 1762360513.474278, 2, 'info', 'Scanned contents of 7469 additional files at 9.13 per second'),
(128181, 1762360514.666692, 2, 'info', 'Scanned contents of 7484 additional files at 9.13 per second'),
(128182, 1762360515.705900, 2, 'info', 'Scanned contents of 7497 additional files at 9.14 per second'),
(128183, 1762360516.725853, 2, 'info', 'Scanned contents of 7509 additional files at 9.14 per second'),
(128184, 1762360517.839023, 2, 'info', 'Scanned contents of 7521 additional files at 9.14 per second'),
(128185, 1762360518.839635, 2, 'info', 'Scanned contents of 7536 additional files at 9.15 per second'),
(128186, 1762360519.903502, 2, 'info', 'Scanned contents of 7548 additional files at 9.15 per second'),
(128187, 1762360520.923640, 2, 'info', 'Scanned contents of 7564 additional files at 9.16 per second'),
(128188, 1762360521.980150, 2, 'info', 'Scanned contents of 7579 additional files at 9.17 per second'),
(128189, 1762360523.030712, 2, 'info', 'Scanned contents of 7583 additional files at 9.16 per second'),
(128190, 1762360524.048609, 2, 'info', 'Scanned contents of 7603 additional files at 9.18 per second'),
(128191, 1762360525.323699, 2, 'info', 'Scanned contents of 7612 additional files at 9.17 per second'),
(128192, 1762360526.337301, 2, 'info', 'Scanned contents of 7622 additional files at 9.17 per second'),
(128193, 1762360527.561656, 2, 'info', 'Scanned contents of 7634 additional files at 9.17 per second'),
(128194, 1762360528.667862, 2, 'info', 'Scanned contents of 7649 additional files at 9.18 per second'),
(128195, 1762360530.174294, 2, 'info', 'Scanned contents of 7664 additional files at 9.18 per second'),
(128196, 1762360531.545963, 2, 'info', 'Scanned contents of 7678 additional files at 9.18 per second'),
(128197, 1762360532.678072, 2, 'info', 'Scanned contents of 7696 additional files at 9.19 per second'),
(128198, 1762360534.249868, 2, 'info', 'Scanned contents of 7709 additional files at 9.19 per second'),
(128199, 1762360538.040349, 2, 'info', 'Scanned contents of 7720 additional files at 9.16 per second'),
(128200, 1762360539.061598, 2, 'info', 'Scanned contents of 7729 additional files at 9.16 per second'),
(128201, 1762360540.157973, 2, 'info', 'Scanned contents of 7746 additional files at 9.17 per second'),
(128202, 1762360541.172811, 2, 'info', 'Scanned contents of 7762 additional files at 9.18 per second'),
(128203, 1762360542.240845, 2, 'info', 'Scanned contents of 7779 additional files at 9.19 per second'),
(128204, 1762360545.361562, 2, 'info', 'Scanned contents of 7782 additional files at 9.16 per second'),
(128205, 1762360546.370536, 2, 'info', 'Scanned contents of 7794 additional files at 9.16 per second'),
(128206, 1762360547.472551, 2, 'info', 'Scanned contents of 7812 additional files at 9.17 per second'),
(128207, 1762360550.675091, 2, 'info', 'Scanned contents of 7818 additional files at 9.14 per second'),
(128208, 1762360551.697429, 2, 'info', 'Scanned contents of 7837 additional files at 9.15 per second'),
(128209, 1762360552.738899, 2, 'info', 'Scanned contents of 7854 additional files at 9.16 per second'),
(128210, 1762360553.812209, 2, 'info', 'Scanned contents of 7858 additional files at 9.15 per second'),
(128211, 1762360554.857787, 2, 'info', 'Scanned contents of 7868 additional files at 9.15 per second'),
(128212, 1762360555.942294, 2, 'info', 'Scanned contents of 7880 additional files at 9.16 per second'),
(128213, 1762360557.026225, 2, 'info', 'Scanned contents of 7896 additional files at 9.16 per second'),
(128214, 1762360558.315135, 2, 'info', 'Scanned contents of 7909 additional files at 9.17 per second'),
(128215, 1762360559.334342, 2, 'info', 'Scanned contents of 7924 additional files at 9.17 per second'),
(128216, 1762360560.794567, 2, 'info', 'Scanned contents of 7942 additional files at 9.18 per second'),
(128217, 1762360561.885323, 2, 'info', 'Scanned contents of 7949 additional files at 9.17 per second'),
(128218, 1762360562.978285, 2, 'info', 'Scanned contents of 7967 additional files at 9.18 per second'),
(128219, 1762360566.566549, 2, 'info', 'Scanned contents of 7976 additional files at 9.16 per second'),
(128220, 1762360567.605310, 2, 'info', 'Scanned contents of 7994 additional files at 9.17 per second'),
(128221, 1762360568.718364, 2, 'info', 'Scanned contents of 8008 additional files at 9.17 per second'),
(128222, 1762360571.936318, 2, 'info', 'Scanned contents of 8011 additional files at 9.14 per second'),
(128223, 1762360575.294156, 2, 'info', 'Scanned contents of 8015 additional files at 9.11 per second'),
(128224, 1762360576.295464, 2, 'info', 'Scanned contents of 8024 additional files at 9.11 per second'),
(128225, 1762360577.308602, 2, 'info', 'Scanned contents of 8040 additional files at 9.12 per second'),
(128226, 1762360580.594675, 2, 'info', 'Scanned contents of 8046 additional files at 9.09 per second'),
(128227, 1762360581.595069, 2, 'info', 'Scanned contents of 8059 additional files at 9.09 per second'),
(128228, 1762360582.636400, 2, 'info', 'Scanned contents of 8073 additional files at 9.10 per second'),
(128229, 1762360583.660513, 2, 'info', 'Scanned contents of 8087 additional files at 9.10 per second'),
(128230, 1762360584.883458, 2, 'info', 'Scanned contents of 8095 additional files at 9.10 per second'),
(128231, 1762360585.894721, 2, 'info', 'Scanned contents of 8104 additional files at 9.10 per second'),
(128232, 1762360586.904575, 2, 'info', 'Scanned contents of 8117 additional files at 9.10 per second'),
(128233, 1762360588.247364, 2, 'info', 'Scanned contents of 8125 additional files at 9.10 per second'),
(128234, 1762360591.400958, 2, 'info', 'Scanned contents of 8128 additional files at 9.07 per second'),
(128235, 1762360592.569433, 2, 'info', 'Scanned contents of 8140 additional files at 9.07 per second'),
(128236, 1762360593.686000, 2, 'info', 'Scanned contents of 8152 additional files at 9.07 per second'),
(128237, 1762360594.709676, 2, 'info', 'Scanned contents of 8172 additional files at 9.09 per second'),
(128238, 1762360595.719776, 2, 'info', 'Scanned contents of 8196 additional files at 9.10 per second'),
(128239, 1762360596.775405, 2, 'info', 'Scanned contents of 8204 additional files at 9.10 per second'),
(128240, 1762360597.810426, 2, 'info', 'Scanned contents of 8219 additional files at 9.11 per second'),
(128241, 1762360598.852917, 2, 'info', 'Scanned contents of 8232 additional files at 9.11 per second'),
(128242, 1762360599.941115, 2, 'info', 'Scanned contents of 8247 additional files at 9.12 per second'),
(128243, 1762360600.945523, 2, 'info', 'Scanned contents of 8262 additional files at 9.12 per second'),
(128244, 1762360602.029551, 2, 'info', 'Scanned contents of 8268 additional files at 9.12 per second'),
(128245, 1762360603.081891, 2, 'info', 'Scanned contents of 8285 additional files at 9.13 per second'),
(128246, 1762360604.083653, 2, 'info', 'Scanned contents of 8302 additional files at 9.14 per second'),
(128247, 1762360607.109670, 2, 'info', 'Scanned contents of 8305 additional files at 9.11 per second'),
(128248, 1762360608.129070, 2, 'info', 'Scanned contents of 8319 additional files at 9.11 per second'),
(128249, 1762360609.223992, 2, 'info', 'Scanned contents of 8330 additional files at 9.12 per second'),
(128250, 1762360610.262583, 2, 'info', 'Scanned contents of 8341 additional files at 9.12 per second'),
(128251, 1762360611.345153, 2, 'info', 'Scanned contents of 8347 additional files at 9.11 per second'),
(128252, 1762360612.351198, 2, 'info', 'Scanned contents of 8362 additional files at 9.12 per second'),
(128253, 1762360613.382757, 2, 'info', 'Scanned contents of 8377 additional files at 9.13 per second'),
(128254, 1762360614.433470, 2, 'info', 'Scanned contents of 8388 additional files at 9.13 per second'),
(128255, 1762360615.695186, 2, 'info', 'Scanned contents of 8390 additional files at 9.12 per second'),
(128256, 1762360616.768277, 2, 'info', 'Scanned contents of 8404 additional files at 9.12 per second'),
(128257, 1762360617.796442, 2, 'info', 'Scanned contents of 8421 additional files at 9.13 per second'),
(128258, 1762360619.178813, 2, 'info', 'Scanned contents of 8435 additional files at 9.13 per second'),
(128259, 1762360620.287406, 2, 'info', 'Scanned contents of 8449 additional files at 9.14 per second'),
(128260, 1762360621.369729, 2, 'info', 'Scanned contents of 8457 additional files at 9.13 per second'),
(128261, 1762360624.669180, 2, 'info', 'Scanned contents of 8464 additional files at 9.11 per second'),
(128262, 1762360625.974210, 2, 'info', 'Scanned contents of 8470 additional files at 9.10 per second'),
(128263, 1762360629.353577, 2, 'info', 'Scanned contents of 8477 additional files at 9.08 per second'),
(128264, 1762360630.370455, 2, 'info', 'Scanned contents of 8497 additional files at 9.09 per second'),
(128265, 1762360633.632020, 2, 'info', 'Scanned contents of 8503 additional files at 9.06 per second'),
(128266, 1762360634.636920, 2, 'info', 'Scanned contents of 8519 additional files at 9.07 per second'),
(128267, 1762360635.668660, 2, 'info', 'Scanned contents of 8533 additional files at 9.07 per second'),
(128268, 1762360636.716844, 2, 'info', 'Scanned contents of 8545 additional files at 9.08 per second'),
(128269, 1762360637.740598, 2, 'info', 'Scanned contents of 8556 additional files at 9.08 per second'),
(128270, 1762360638.797677, 2, 'info', 'Scanned contents of 8571 additional files at 9.09 per second'),
(128271, 1762360639.812690, 2, 'info', 'Scanned contents of 8587 additional files at 9.09 per second'),
(128272, 1762360642.751691, 2, 'info', 'Scanned contents of 8588 additional files at 9.07 per second'),
(128273, 1762360643.787228, 2, 'info', 'Scanned contents of 8606 additional files at 9.07 per second'),
(128274, 1762360644.898004, 2, 'info', 'Scanned contents of 8618 additional files at 9.08 per second'),
(128275, 1762360645.900275, 2, 'info', 'Scanned contents of 8633 additional files at 9.08 per second'),
(128276, 1762360647.324497, 2, 'info', 'Scanned contents of 8634 additional files at 9.07 per second'),
(128277, 1762360648.137524, 2, 'info', 'Scanned contents of 8651 additional files at 9.08 per second'),
(128278, 1762360648.137727, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(128279, 1762360648.153293, 2, 'info', 'Checking 11594 host keys against Wordfence scanning servers.'),
(128280, 1762360648.395856, 2, 'info', 'Done host key check.'),
(128281, 1762360648.400938, 2, 'info', 'Done file contents scan'),
(128282, 1762360648.402958, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(128283, 1762360648.404877, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(128284, 1762360648.407466, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(128285, 1762360648.408447, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(128286, 1762360648.411007, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(128287, 1762360648.418601, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(128288, 1762360648.418855, 2, 'info', 'Checking 10 host keys against Wordfence scanning servers.'),
(128289, 1762360648.551785, 2, 'info', 'Done host key check.'),
(128290, 1762360648.552424, 2, 'info', 'Done examining URLs'),
(128291, 1762360648.554562, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(128292, 1762360648.557546, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(128293, 1762360648.564089, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(128294, 1762360648.566955, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(128295, 1762360648.568115, 2, 'info', 'Starting password strength check on 2 users.'),
(128296, 1762360648.805216, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(128297, 1762360648.808340, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(128298, 1762360651.023895, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(128299, 1762360651.027178, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(128300, 1762360651.148550, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(128301, 1762360651.151515, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(128302, 1762360651.178795, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(128303, 1762360651.179492, 2, 'info', 'Done examining URLs'),
(128304, 1762360651.181714, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(128305, 1762360651.184460, 1, 'info', '-------------------'),
(128306, 1762360651.184700, 2, 'info', 'Wordfence used 31.8 MB of memory for scan. Server peak memory usage was: 63.8 MB'),
(128307, 1762360651.185568, 1, 'info', 'Scan Complete. Scanned 19057 files, 22 plugins, 5 themes, 3 posts, 0 comments and 16062 URLs in 33 minutes 25 seconds.'),
(128308, 1762360651.185723, 10, 'info', 'SUM_FINAL:Scan complete. You have 18 new issues to fix. See below.'),
(128309, 1762383261.826388, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(128310, 1762383261.827271, 1, 'info', 'Initiating quick scan'),
(128311, 1762383261.828493, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(128312, 1762383261.828716, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(128313, 1762383261.830476, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(128314, 1762383261.842092, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(128315, 1762383261.843212, 1, 'info', '-------------------'),
(128316, 1762383261.843613, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),
(128317, 1762383261.844735, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(128318, 1762383261.844884, 10, 'info', 'SUM_FINAL:Scan complete. You have 16 new issues to fix. See below.'),
(128319, 1772139715.664600, 1, 'info', 'Scheduled Wordfence scan starting at Friday 27th of February 2026 12:31:55 AM'),
(128320, 1772291368.432379, 2, 'info', 'Attempting to resume scan stage (1 attempt(s) remaining)...'),
(128321, 1772322334.276711, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 1st of March 2026 03:15:34 AM'),
(128322, 1772447897.715565, 2, 'info', 'Attempting to resume scan stage (1 attempt(s) remaining)...'),
(128323, 1772543002.454115, 2, 'info', 'Attempting to resume scan stage (1 attempt(s) remaining)...'),
(128324, 1772543005.117015, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 3rd of March 2026 04:33:25 PM'),
(128325, 1772579794.492859, 2, 'info', 'Attempting to resume scan stage (1 attempt(s) remaining)...');

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

--
-- Table structure for table `wp_wftrafficrates`
--

CREATE TABLE `wp_wftrafficrates` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wfwaffailures`
--

CREATE TABLE `wp_wfwaffailures` (
  `id` int(10) UNSIGNED NOT NULL,
  `throwable` text NOT NULL,
  `rule_id` int(10) UNSIGNED DEFAULT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_wpr_rocket_cache`
--

CREATE TABLE `wp_wpr_rocket_cache` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(2000) NOT NULL DEFAULT '',
  `status` varchar(255) NOT NULL DEFAULT '',
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_accessed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `is_locked` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wpr_rucss_used_css`
--

CREATE TABLE `wp_wpr_rucss_used_css` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(2000) NOT NULL DEFAULT '',
  `css` longtext DEFAULT NULL,
  `hash` varchar(32) DEFAULT '',
  `error_code` varchar(32) DEFAULT NULL,
  `error_message` longtext DEFAULT NULL,
  `unprocessedcss` longtext DEFAULT NULL,
  `retries` tinyint(1) NOT NULL DEFAULT 1,
  `is_mobile` tinyint(1) NOT NULL DEFAULT 0,
  `job_id` varchar(255) NOT NULL DEFAULT '',
  `queue_name` varchar(255) NOT NULL DEFAULT '',
  `status` varchar(255) NOT NULL DEFAULT '',
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_accessed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `submitted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wpr_rucss_used_css`
--

INSERT INTO `wp_wpr_rucss_used_css` (`id`, `url`, `css`, `hash`, `error_code`, `error_message`, `unprocessedcss`, `retries`, `is_mobile`, `job_id`, `queue_name`, `status`, `modified`, `last_accessed`, `submitted_at`) VALUES
(124, 'https://abt90iran.bet', '', '', '', ' - 2026-03-03 13:03:23 400: We could not authenticate your request. Please make sure your license is active and this website is registered on your wp-rocket.me account. If the issue persists, contact our support. - 2026-03-03 23:16:35 400: We could not authenticate your request. Please make sure your license is active and this website is registered on your wp-rocket.me account. If the issue persists, contact our support.', NULL, 2, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'in-progress', '2026-02-27 23:07:17', '2026-02-27 23:07:17', '2026-02-27 23:07:17');

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

--
-- Table structure for table `wp_yoast_indexable`
--

CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_indexable`
--

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(2, 'https://abt90iran.bet/', '22:4de26a7531e719f6919427035964366c', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سبحانی', 'خانه', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, 0, NULL, '2024-03-17 16:26:06', '2026-02-23 16:56:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(5, NULL, NULL, 1, 'term', 'category', NULL, NULL, NULL, NULL, 'دسته‌بندی نشده', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 16:40:07', '2025-03-20 17:10:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(6, NULL, NULL, 3, 'term', 'category', NULL, NULL, NULL, NULL, 'آموزش', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 17:09:20', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(7, NULL, NULL, 4, 'term', 'category', NULL, NULL, NULL, NULL, 'بازی ها', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 17:09:42', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(8, NULL, NULL, 5, 'term', 'category', NULL, NULL, NULL, NULL, 'بونوس های ای بی تی 90', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 17:11:03', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(9, NULL, NULL, 6, 'term', 'category', NULL, NULL, NULL, NULL, 'ثبت نام در ای بی تی 90', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 17:11:38', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(10, NULL, NULL, 7, 'term', 'category', NULL, NULL, NULL, NULL, 'دانلود ای بی تی 90', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 17:11:57', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(11, NULL, NULL, 8, 'term', 'category', NULL, NULL, NULL, NULL, 'واریز و برداشت در ای بی تی 90', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-17 17:12:54', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(12, NULL, NULL, 3, 'post', 'page', 1, 0, NULL, NULL, 'سیاست حفظ حریم خصوصی', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-17 17:27:03', '2025-02-19 16:29:33', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2024-03-17 15:40:35', '2024-03-17 15:40:35', 0),
(14, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'صفحه پیدا نشد %%sep%% %%sitename%%', NULL, 'خطای 404: صفحه پیدا نشد', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-17 17:27:03', '2026-02-24 01:09:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(15, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'شما برای %%searchphrase%% جستجو کردید %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-17 17:27:03', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(16, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-17 17:27:03', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(17, NULL, NULL, NULL, 'post-type-archive', 'tdc-review', NULL, NULL, 'بایگانی %%pt_plural%% %%page%% %%sep%% %%sitename%%', '', 'Reviews', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-17 17:27:03', '2025-02-19 16:29:33', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(18, NULL, NULL, 23, 'post', 'page', 1, 0, NULL, NULL, 'درباره ما', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-19 15:27:12', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2024-03-19 15:27:13', '2024-03-19 15:27:12', 0),
(19, NULL, NULL, 24, 'post', 'page', 1, 0, NULL, NULL, 'تماس با ما', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-03-19 15:27:25', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2024-03-19 15:27:26', '2024-03-19 15:27:25', 0),
(20, 'https://abt90iran.bet/', '22:4de26a7531e719f6919427035964366c', 33, 'post', 'page', 1, 0, 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی یکی از سایت های شرط بندی معروفی است که کاربران باتجربه و کارشناسان قدیمی صنعت شرط بندی ...', 'ای بی تی ABT 90 بدون فیلتر(ساشا) ای بی تی ۹۰ آدرس جدید سایت شرط بندی سبحانی', 'publish', NULL, 0, NULL, NULL, NULL, 'ای بی تی', 67, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://shartbandifootballkade.online/wp-content/uploads/2024/03/BET303BET.gif', NULL, NULL, 'first-content-image', NULL, NULL, 'https://shartbandifootballkade.online/wp-content/uploads/2024/03/BET303BET.gif', NULL, 'first-content-image', NULL, 0, NULL, 2, '2024-04-21 12:04:19', '2026-02-23 16:56:27', 1, NULL, NULL, NULL, NULL, 0, 27, 2, '2025-01-11 11:14:12', '2024-11-02 11:30:08', 0),
(21, NULL, NULL, 11, 'term', 'category', NULL, NULL, 'دانلود فیلتر شکن abt فیلتر شکن abt', 'سایت شرط بندی معتبر ای بی تی، یکی از سایت های شرط بندی محبوبی است که دارای بخش های زیادی است. یکی از اپ های جانبی این سایت شرط بندی، فیلتر شکن این سایت است.با استفاده از این فیلترشکن می توان به سایت هایی که به مشکل فیلتر شدن برخورده اند، این موضوع را رفع و رجوع کرد.', 'دانلود فیلتر شکن abt', NULL, NULL, 0, NULL, NULL, NULL, 'دانلود فیلتر شکن abt', 38, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-05-06 22:57:15', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL),
(22, NULL, NULL, 13, 'term', 'category', NULL, NULL, 'ای بی تی 90 انفجار | انفجار abt90', 'به طور کلی همان طور که همه می دانند، ای بی تی 90 انفجار، یکی از سایت های کاملا جامع برای پیش بینی و شرط است که کاربران زیادی را دارد.چرا که این سایت توانسته علاوه بر بازی انفجار تمامی بازی های پیش بینی و شرط بندی را به صورت کامل، از پیش بینی مسابقات ورزشی گرفته تا بازی های کازینو آنلاین را برای کاربران فراهم کند.', 'ای بی تی 90 انفجار', NULL, NULL, 0, NULL, NULL, NULL, 'ای بی تی 90 انفجار', 46, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-05-24 13:49:54', '2026-02-23 16:44:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL);

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

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(2, 0, 0, 1),
(5, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(8, 0, 0, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(15, 0, 0, 1),
(18, 0, 0, 1),
(19, 0, 0, 1),
(20, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1);

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

--
-- Table structure for table `wp_yoast_migrations`
--

CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_migrations`
--

INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(25, '20190715101200'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(26, '20210827093024'),
(23, '20211020091404'),
(24, '20230417083836');

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

--
-- Table structure for table `wp_yoast_primary_term`
--

CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_yoast_prominent_words`
--

CREATE TABLE `wp_yoast_prominent_words` (
  `id` int(11) UNSIGNED NOT NULL,
  `stem` varchar(191) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `weight` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_yoast_prominent_words`
--

INSERT INTO `wp_yoast_prominent_words` (`id`, `stem`, `indexable_id`, `weight`) VALUES
(13, 'font-family:iransans-web', 20, 342),
(14, 'important', 20, 342),
(15, 'سایت', 20, 203),
(16, 'شرط', 20, 129),
(17, 'بندی', 20, 127),
(18, 'background-color', 20, 115),
(19, 'است', 20, 114),
(20, 'ای', 20, 99),
(21, 'by', 20, 85),
(22, 'composer', 20, 85),
(23, 'css', 20, 85),
(24, 'custom', 20, 85),
(25, 'generated', 20, 85),
(26, 'tagdiv', 20, 85),
(27, 'های', 20, 84),
(28, 'شده', 20, 82),
(29, 'کردن', 20, 82),
(30, 'رنگ', 20, 79),
(31, 'color', 20, 78),
(32, 'display', 20, 78),
(33, 'font-family', 20, 78),
(34, 'white', 20, 78),
(35, 'header-box', 20, 77),
(36, 'حفظ', 20, 77),
(37, 'لینک', 20, 77),
(38, '#6d7b88', 20, 76),
(39, 'iransans', 20, 76),
(40, 'normal', 20, 76),
(41, 'p{', 20, 76),
(42, 'اطمینان', 20, 76),
(43, 'تی', 20, 74),
(44, 'می', 20, 63),
(45, 'abt90', 20, 49),
(46, 'width', 20, 42),
(47, 'تغییر', 20, 42),
(48, 'داده', 20, 41),
(49, '20px', 20, 40),
(50, 'block', 20, 40),
(51, 'transition', 20, 40),
(52, 'کاربران', 20, 40),
(53, '@font-face', 20, 39),
(54, 'font-weight', 20, 39),
(55, 'header-box:hover', 20, 39),
(56, 'padding', 20, 39),
(57, 'sans-serif', 20, 39),
(58, 'src', 20, 39),
(59, 'url', 20, 39),
(60, 'اضافه', 20, 39),
(61, 'اینکه', 20, 39),
(62, 'حذف', 20, 39),
(63, 'کاهش', 20, 39),
(64, 'کم', 20, 39),
(65, 'مورد', 20, 39),
(66, '0.3s', 20, 38),
(67, 'a', 20, 38),
(68, 'blockquote', 20, 38),
(69, 'body', 20, 38),
(70, 'center', 20, 38),
(71, 'font-style', 20, 38),
(72, 'format(\'woff', 20, 38),
(73, 'h1{', 20, 38),
(74, 'h2{', 20, 38),
(75, 'h3{', 20, 38),
(76, 'h4{', 20, 38),
(77, 'h5{', 20, 38),
(78, 'h6{', 20, 38),
(79, 'inline-block', 20, 38),
(80, 'li{', 20, 38),
(81, 'none', 20, 38),
(82, 'text-align', 20, 38),
(83, 'text-decoration', 20, 38),
(84, 'ارتفاع', 20, 38),
(85, 'استایل', 20, 38),
(86, 'افزودن', 20, 38),
(87, 'انتظار', 20, 38),
(88, 'پدینگ', 20, 38),
(89, 'خط', 20, 38),
(90, 'رفتار', 20, 38),
(91, 'زیرین', 20, 38),
(92, 'شیشه‌ای', 20, 38),
(93, 'عرض', 20, 38),
(94, 'هدر', 20, 38),
(95, 'ها', 20, 30),
(96, 'ورود', 20, 30),
(97, 'یکی', 20, 29),
(98, 'abt', 20, 26),
(99, 'زیادی', 20, 22),
(100, 'خود', 20, 20),
(101, 'استفاده', 20, 19),
(102, 'توان', 20, 19),
(103, 'اپلیکیشن', 20, 18),
(104, 'فعالیت', 20, 18),
(105, 'دارای', 20, 17),
(106, 'بازی', 20, 16),
(107, 'نام', 20, 16),
(108, '۹۰', 20, 15),
(109, 'فیلتر', 20, 15),
(110, 'ثبت', 20, 14),
(111, 'سبحانی', 20, 13),
(112, 'شکن', 20, 13);

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

--
-- Table structure for table `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(2, 'http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-ABT-90-بدون-فیلترساشا-ای-بی-تی-۹۰-آدرس-جدید-سبحانی.jpg', 33, 44, 'image-in', 20, NULL, 400, 1000, 75070, NULL, NULL),
(3, 'http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی.jpg', 33, 45, 'image-in', 20, NULL, 400, 1000, 61975, NULL, NULL),
(4, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt90.jpg', 33, 46, 'image-in', 20, NULL, 400, 1000, 61517, NULL, NULL),
(5, 'http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-۹۰.jpg', 33, 47, 'image-in', 20, NULL, 400, 1000, 64623, NULL, NULL),
(6, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی-تی-۹۰.jpg', 33, 48, 'image-in', 20, NULL, 400, 1000, 70718, NULL, NULL),
(7, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt90.jpg', 33, 49, 'image-in', 20, NULL, 400, 1000, 64354, NULL, NULL),
(8, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt90-1.jpg', 33, 50, 'image-in', 20, NULL, 400, 1000, 64354, NULL, NULL),
(9, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-abt90.jpg', 33, 51, 'image-in', 20, NULL, 400, 1000, 69928, NULL, NULL),
(10, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt.jpg', 33, 52, 'image-in', 20, NULL, 400, 1000, 65642, NULL, NULL),
(11, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt-90.jpg', 33, 53, 'image-in', 20, NULL, 400, 1000, 62056, NULL, NULL),
(12, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt90s.jpg', 33, 54, 'image-in', 20, NULL, 400, 1000, 64786, NULL, NULL),
(13, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt9-ورود.jpg', 33, 55, 'image-in', 20, NULL, 400, 1000, 57392, NULL, NULL),
(14, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt-سایت.jpg', 33, 56, 'image-in', 20, NULL, 400, 1000, 70911, NULL, NULL),
(15, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90.jpg', 33, 57, 'image-in', 20, NULL, 400, 1000, 73210, NULL, NULL),
(16, 'http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90.jpg', 33, 58, 'image-in', 20, NULL, 400, 1000, 71247, NULL, NULL),
(17, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt90-bet.jpg', 33, 59, 'image-in', 20, NULL, 400, 1000, 65964, NULL, NULL),
(18, 'http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-90-انفجار.jpg', 33, 60, 'image-in', 20, NULL, 400, 1000, 61375, NULL, NULL),
(19, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی-تی۹۰.jpg', 33, 61, 'image-in', 20, NULL, 400, 1000, 69314, NULL, NULL),
(20, 'http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-فیلتر-شکن-abt.jpg', 33, 62, 'image-in', 20, NULL, 400, 1000, 61592, NULL, NULL),
(21, 'http://abt90iran.bet/wp-content/uploads/2024/04/فیلتر-شکن-abt.jpg', 33, 63, 'image-in', 20, NULL, 400, 1000, 65061, NULL, NULL),
(22, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-شرط-بندی-ای-بی-تی-90-1.jpg', 33, 64, 'image-in', 20, NULL, 400, 1000, 73210, NULL, NULL),
(23, 'http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی۹۰.jpg', 33, 65, 'image-in', 20, NULL, 400, 1000, 65295, NULL, NULL),
(24, 'http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-1.jpg', 33, 66, 'image-in', 20, NULL, 400, 1000, 71247, NULL, NULL),
(25, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایتabt9.jpg', 33, 67, 'image-in', 20, NULL, 400, 1000, 66665, NULL, NULL),
(26, 'http://abt90iran.bet/wp-content/uploads/2024/04/اي-بي-تي.jpg', 33, 68, 'image-in', 20, NULL, 400, 1000, 57784, NULL, NULL),
(27, 'http://abt90iran.bet/wp-content/uploads/2024/04/ای-بی-تی-ای.jpg', 33, 69, 'image-in', 20, NULL, 400, 1000, 61674, NULL, NULL),
(28, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-abt-vpn.jpg', 33, 70, 'image-in', 20, NULL, 400, 1000, 63193, NULL, NULL),
(29, 'http://abt90iran.bet/wp-content/uploads/2024/04/سایت-ای-بی.jpg', 33, 71, 'image-in', 20, NULL, 400, 1000, 62254, NULL, NULL),
(30, 'http://abt90iran.bet/wp-content/uploads/2024/04/ادرس-سایت-abt90.jpg', 33, 72, 'image-in', 20, NULL, 400, 1000, 55374, NULL, NULL),
(31, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt-bet.jpg', 33, 73, 'image-in', 20, NULL, 400, 1000, 63312, NULL, NULL),
(32, 'http://abt90iran.bet/wp-content/uploads/2024/04/ثبت-نام-در-سایت-abt90.jpg', 33, 74, 'image-in', 20, NULL, 400, 1000, 65922, NULL, NULL),
(33, 'http://abt90iran.bet/wp-content/uploads/2024/04/ثبت-نام-در-سایت-ساشا-سبحانی.jpg', 33, 75, 'image-in', 20, NULL, 400, 1000, 71471, NULL, NULL),
(34, 'http://abt90iran.bet/wp-content/uploads/2024/04/abt90-ورود.jpg', 33, 76, 'image-in', 20, NULL, 400, 1000, 61486, NULL, NULL),
(35, 'http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-2.jpg', 33, 77, 'image-in', 20, NULL, 400, 1000, 71247, NULL, NULL),
(36, 'http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-اپلیکیشن-ای-بی-تی-۹۰.jpg', 33, 78, 'image-in', 20, NULL, 400, 1000, 70536, NULL, NULL),
(37, 'http://abt90iran.bet/wp-content/uploads/2024/04/ورود-به-سایت-abt90-3.jpg', 33, 79, 'image-in', 20, NULL, 400, 1000, 71247, NULL, NULL),
(38, 'http://abt90iran.bet/wp-content/uploads/2024/04/اپلیکیشن-abt90.jpg', 33, 80, 'image-in', 20, NULL, 400, 1000, 64611, NULL, NULL),
(39, 'http://abt90iran.bet/wp-content/uploads/2024/04/دانلود-اپلیکیشن-سایت-abt90.jpg', 33, 81, 'image-in', 20, NULL, 400, 1000, 67045, NULL, NULL),
(73, 'https://shartbandifootballkade.online/wp-content/uploads/2024/03/BET303BET.gif', 33, NULL, 'image-ex', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(74, 'https://shartbandifootballkade.online/wp-content/uploads/2023/09/betyek-bonus.gif', 33, NULL, 'image-ex', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(75, 'https://shartbandifootballkade.online/wp-content/uploads/2024/04/jetbetPro-Bonus.gif', 33, NULL, 'image-ex', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(104, 'https://www.bet303.com/fa/?action=register&#038;btag=1666810_l268710', 33, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(105, 'https://yek90bet.com/apk/BetYek.apk', 33, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_wfblockediplog`
--
ALTER TABLE `wp_wfblockediplog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Indexes for table `wp_wfblocks7`
--
ALTER TABLE `wp_wfblocks7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `IP` (`IP`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_wfconfig`
--
ALTER TABLE `wp_wfconfig`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_wfcrawlers`
--
ALTER TABLE `wp_wfcrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Indexes for table `wp_wffilechanges`
--
ALTER TABLE `wp_wffilechanges`
  ADD PRIMARY KEY (`filenameHash`);

--
-- Indexes for table `wp_wffilemods`
--
ALTER TABLE `wp_wffilemods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Indexes for table `wp_wfhits`
--
ALTER TABLE `wp_wfhits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`),
  ADD KEY `attackLogTime` (`attackLogTime`);

--
-- Indexes for table `wp_wfhoover`
--
ALTER TABLE `wp_wfhoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Indexes for table `wp_wfissues`
--
ALTER TABLE `wp_wfissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_wfknownfilelist`
--
ALTER TABLE `wp_wfknownfilelist`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wflivetraffichuman`
--
ALTER TABLE `wp_wflivetraffichuman`
  ADD PRIMARY KEY (`IP`,`identifier`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_wflocs`
--
ALTER TABLE `wp_wflocs`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_wflogins`
--
ALTER TABLE `wp_wflogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`),
  ADD KEY `hitID` (`hitID`);

--
-- Indexes for table `wp_wfls_2fa_secrets`
--
ALTER TABLE `wp_wfls_2fa_secrets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_wfls_role_counts`
--
ALTER TABLE `wp_wfls_role_counts`
  ADD PRIMARY KEY (`serialized_roles`,`two_factor_inactive`);

--
-- Indexes for table `wp_wfls_settings`
--
ALTER TABLE `wp_wfls_settings`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_wfnotifications`
--
ALTER TABLE `wp_wfnotifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wfpendingissues`
--
ALTER TABLE `wp_wfpendingissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_wfreversecache`
--
ALTER TABLE `wp_wfreversecache`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_wfsecurityevents`
--
ALTER TABLE `wp_wfsecurityevents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wfsnipcache`
--
ALTER TABLE `wp_wfsnipcache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expiration` (`expiration`),
  ADD KEY `IP` (`IP`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `wp_wfstatus`
--
ALTER TABLE `wp_wfstatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Indexes for table `wp_wftrafficrates`
--
ALTER TABLE `wp_wftrafficrates`
  ADD PRIMARY KEY (`eMin`,`IP`,`hitType`);

--
-- Indexes for table `wp_wfwaffailures`
--
ALTER TABLE `wp_wfwaffailures`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpr_rocket_cache`
--
ALTER TABLE `wp_wpr_rocket_cache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `url` (`url`(191)),
  ADD KEY `modified` (`modified`),
  ADD KEY `last_accessed` (`last_accessed`);

--
-- Indexes for table `wp_wpr_rucss_used_css`
--
ALTER TABLE `wp_wpr_rucss_used_css`
  ADD PRIMARY KEY (`id`),
  ADD KEY `url` (`url`(150),`is_mobile`),
  ADD KEY `modified` (`modified`),
  ADD KEY `last_accessed` (`last_accessed`),
  ADD KEY `status_index` (`status`(191)),
  ADD KEY `error_code_index` (`error_code`),
  ADD KEY `hash` (`hash`);

--
-- Indexes for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `wp_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp_yoast_migrations_version` (`version`);

--
-- Indexes for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wp_yoast_prominent_words`
--
ALTER TABLE `wp_yoast_prominent_words`
  ADD PRIMARY KEY (`id`),
  ADD KEY `stem` (`stem`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `indexable_id_and_stem` (`indexable_id`,`stem`);

--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5573;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139113;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16457;

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

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=208231;

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

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

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

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=267;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=267;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=176;

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

--
-- AUTO_INCREMENT for table `wp_wfblocks7`
--
ALTER TABLE `wp_wfblocks7`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22934;

--
-- AUTO_INCREMENT for table `wp_wfhits`
--
ALTER TABLE `wp_wfhits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=445654;

--
-- AUTO_INCREMENT for table `wp_wfhoover`
--
ALTER TABLE `wp_wfhoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfissues`
--
ALTER TABLE `wp_wfissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10760;

--
-- AUTO_INCREMENT for table `wp_wfknownfilelist`
--
ALTER TABLE `wp_wfknownfilelist`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19060;

--
-- AUTO_INCREMENT for table `wp_wflogins`
--
ALTER TABLE `wp_wflogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10147;

--
-- AUTO_INCREMENT for table `wp_wfls_2fa_secrets`
--
ALTER TABLE `wp_wfls_2fa_secrets`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfpendingissues`
--
ALTER TABLE `wp_wfpendingissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfsecurityevents`
--
ALTER TABLE `wp_wfsecurityevents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfsnipcache`
--
ALTER TABLE `wp_wfsnipcache`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26110;

--
-- AUTO_INCREMENT for table `wp_wfstatus`
--
ALTER TABLE `wp_wfstatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=128326;

--
-- AUTO_INCREMENT for table `wp_wfwaffailures`
--
ALTER TABLE `wp_wfwaffailures`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpr_rocket_cache`
--
ALTER TABLE `wp_wpr_rocket_cache`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;

--
-- AUTO_INCREMENT for table `wp_wpr_rucss_used_css`
--
ALTER TABLE `wp_wpr_rucss_used_css`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=125;

--
-- AUTO_INCREMENT for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_yoast_prominent_words`
--
ALTER TABLE `wp_yoast_prominent_words`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113;

--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=134;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
